Skip to content

Commit

Permalink
Updated talawa api docs
Browse files Browse the repository at this point in the history
  • Loading branch information
palisadoes committed Dec 27, 2024
1 parent f432093 commit 1c62281
Show file tree
Hide file tree
Showing 1,313 changed files with 2,015 additions and 2,015 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ InputValidationError - When title or text validation fails

## Defined in

[src/REST/controllers/mutation/createPost.ts:71](https://github.com/PalisadoesFoundation/talawa-api/blob/4b5c74fd36bcfc2e36f3a06b67d517e865c188be/src/REST/controllers/mutation/createPost.ts#L71)
[src/REST/controllers/mutation/createPost.ts:71](https://github.com/PalisadoesFoundation/talawa-api/blob/5c5b29a0ea487bda8306089fe128f43f3be29f94/src/REST/controllers/mutation/createPost.ts#L71)
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ InputValidationError - When title/text validation fails or pinned status require

## Defined in

[src/REST/controllers/mutation/updatePost.ts:73](https://github.com/PalisadoesFoundation/talawa-api/blob/4b5c74fd36bcfc2e36f3a06b67d517e865c188be/src/REST/controllers/mutation/updatePost.ts#L73)
[src/REST/controllers/mutation/updatePost.ts:73](https://github.com/PalisadoesFoundation/talawa-api/blob/5c5b29a0ea487bda8306089fe128f43f3be29f94/src/REST/controllers/mutation/updatePost.ts#L73)
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ app.get("/file/:key*", getFile);

## Defined in

[src/REST/controllers/query/getFile.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/4b5c74fd36bcfc2e36f3a06b67d517e865c188be/src/REST/controllers/query/getFile.ts#L23)
[src/REST/controllers/query/getFile.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/5c5b29a0ea487bda8306089fe128f43f3be29f94/src/REST/controllers/query/getFile.ts#L23)
2 changes: 1 addition & 1 deletion docs/talawa-api-docs/REST/routes/functions/default.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@

## Defined in

[src/REST/routes/index.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4b5c74fd36bcfc2e36f3a06b67d517e865c188be/src/REST/routes/index.ts#L10)
[src/REST/routes/index.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/5c5b29a0ea487bda8306089fe128f43f3be29f94/src/REST/routes/index.ts#L10)
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ console.log(file);

## Defined in

[src/REST/services/file/createFile.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/4b5c74fd36bcfc2e36f3a06b67d517e865c188be/src/REST/services/file/createFile.ts#L25)
[src/REST/services/file/createFile.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/5c5b29a0ea487bda8306089fe128f43f3be29f94/src/REST/services/file/createFile.ts#L25)
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@

## Defined in

[src/REST/services/file/deleteFile.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/4b5c74fd36bcfc2e36f3a06b67d517e865c188be/src/REST/services/file/deleteFile.ts#L5)
[src/REST/services/file/deleteFile.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/5c5b29a0ea487bda8306089fe128f43f3be29f94/src/REST/services/file/deleteFile.ts#L5)
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ Error - Throws an error if no file is uploaded or if the file type is invalid.

## Defined in

[src/REST/services/file/uploadFile.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/4b5c74fd36bcfc2e36f3a06b67d517e865c188be/src/REST/services/file/uploadFile.ts#L28)
[src/REST/services/file/uploadFile.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/5c5b29a0ea487bda8306089fe128f43f3be29f94/src/REST/services/file/uploadFile.ts#L28)
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

#### Defined in

[src/models/File.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4b5c74fd36bcfc2e36f3a06b67d517e865c188be/src/models/File.ts#L8)
[src/models/File.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/5c5b29a0ea487bda8306089fe128f43f3be29f94/src/models/File.ts#L10)

***

Expand All @@ -36,7 +36,7 @@

#### Defined in

[src/models/File.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/4b5c74fd36bcfc2e36f3a06b67d517e865c188be/src/models/File.ts#L20)
[src/models/File.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/5c5b29a0ea487bda8306089fe128f43f3be29f94/src/models/File.ts#L22)

***

Expand All @@ -50,7 +50,7 @@

#### Defined in

[src/models/File.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/4b5c74fd36bcfc2e36f3a06b67d517e865c188be/src/models/File.ts#L26)
[src/models/File.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/5c5b29a0ea487bda8306089fe128f43f3be29f94/src/models/File.ts#L28)

***

Expand All @@ -64,7 +64,7 @@

#### Defined in

[src/models/File.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/4b5c74fd36bcfc2e36f3a06b67d517e865c188be/src/models/File.ts#L22)
[src/models/File.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/5c5b29a0ea487bda8306089fe128f43f3be29f94/src/models/File.ts#L24)

***

Expand All @@ -78,7 +78,7 @@

#### Defined in

[src/models/File.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/4b5c74fd36bcfc2e36f3a06b67d517e865c188be/src/models/File.ts#L24)
[src/models/File.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/5c5b29a0ea487bda8306089fe128f43f3be29f94/src/models/File.ts#L26)

***

Expand All @@ -92,7 +92,7 @@

#### Defined in

[src/models/File.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/4b5c74fd36bcfc2e36f3a06b67d517e865c188be/src/models/File.ts#L19)
[src/models/File.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/5c5b29a0ea487bda8306089fe128f43f3be29f94/src/models/File.ts#L21)

***

Expand All @@ -106,7 +106,7 @@

#### Defined in

[src/models/File.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/4b5c74fd36bcfc2e36f3a06b67d517e865c188be/src/models/File.ts#L9)
[src/models/File.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/5c5b29a0ea487bda8306089fe128f43f3be29f94/src/models/File.ts#L11)

***

Expand All @@ -128,7 +128,7 @@

#### Defined in

[src/models/File.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4b5c74fd36bcfc2e36f3a06b67d517e865c188be/src/models/File.ts#L12)
[src/models/File.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/5c5b29a0ea487bda8306089fe128f43f3be29f94/src/models/File.ts#L14)

***

Expand All @@ -142,7 +142,7 @@

#### Defined in

[src/models/File.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/4b5c74fd36bcfc2e36f3a06b67d517e865c188be/src/models/File.ts#L18)
[src/models/File.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/5c5b29a0ea487bda8306089fe128f43f3be29f94/src/models/File.ts#L20)

***

Expand All @@ -156,7 +156,7 @@

#### Defined in

[src/models/File.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4b5c74fd36bcfc2e36f3a06b67d517e865c188be/src/models/File.ts#L10)
[src/models/File.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/5c5b29a0ea487bda8306089fe128f43f3be29f94/src/models/File.ts#L12)

***

Expand All @@ -166,7 +166,7 @@

#### Defined in

[src/REST/services/file/uploadFile.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/4b5c74fd36bcfc2e36f3a06b67d517e865c188be/src/REST/services/file/uploadFile.ts#L18)
[src/REST/services/file/uploadFile.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/5c5b29a0ea487bda8306089fe128f43f3be29f94/src/REST/services/file/uploadFile.ts#L18)

***

Expand All @@ -180,7 +180,7 @@

#### Defined in

[src/models/File.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/4b5c74fd36bcfc2e36f3a06b67d517e865c188be/src/models/File.ts#L17)
[src/models/File.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/5c5b29a0ea487bda8306089fe128f43f3be29f94/src/models/File.ts#L19)

***

Expand All @@ -194,7 +194,7 @@

#### Defined in

[src/models/File.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4b5c74fd36bcfc2e36f3a06b67d517e865c188be/src/models/File.ts#L11)
[src/models/File.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/5c5b29a0ea487bda8306089fe128f43f3be29f94/src/models/File.ts#L13)

***

Expand All @@ -208,7 +208,7 @@

#### Defined in

[src/models/File.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/4b5c74fd36bcfc2e36f3a06b67d517e865c188be/src/models/File.ts#L23)
[src/models/File.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/5c5b29a0ea487bda8306089fe128f43f3be29f94/src/models/File.ts#L25)

***

Expand All @@ -222,7 +222,7 @@

#### Defined in

[src/models/File.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/4b5c74fd36bcfc2e36f3a06b67d517e865c188be/src/models/File.ts#L25)
[src/models/File.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/5c5b29a0ea487bda8306089fe128f43f3be29f94/src/models/File.ts#L27)

***

Expand All @@ -236,7 +236,7 @@

#### Defined in

[src/models/File.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/4b5c74fd36bcfc2e36f3a06b67d517e865c188be/src/models/File.ts#L16)
[src/models/File.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/5c5b29a0ea487bda8306089fe128f43f3be29f94/src/models/File.ts#L18)

***

Expand All @@ -250,4 +250,4 @@

#### Defined in

[src/models/File.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/4b5c74fd36bcfc2e36f3a06b67d517e865c188be/src/models/File.ts#L21)
[src/models/File.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/5c5b29a0ea487bda8306089fe128f43f3be29f94/src/models/File.ts#L23)
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ console.log(response);

## Defined in

[src/REST/services/minio/index.ts:114](https://github.com/PalisadoesFoundation/talawa-api/blob/4b5c74fd36bcfc2e36f3a06b67d517e865c188be/src/REST/services/minio/index.ts#L114)
[src/REST/services/minio/index.ts:114](https://github.com/PalisadoesFoundation/talawa-api/blob/5c5b29a0ea487bda8306089fe128f43f3be29f94/src/REST/services/minio/index.ts#L114)
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ console.log(result);

## Defined in

[src/REST/services/minio/index.ts:43](https://github.com/PalisadoesFoundation/talawa-api/blob/4b5c74fd36bcfc2e36f3a06b67d517e865c188be/src/REST/services/minio/index.ts#L43)
[src/REST/services/minio/index.ts:43](https://github.com/PalisadoesFoundation/talawa-api/blob/5c5b29a0ea487bda8306089fe128f43f3be29f94/src/REST/services/minio/index.ts#L43)
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

#### Defined in

[src/REST/services/minio/index.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/4b5c74fd36bcfc2e36f3a06b67d517e865c188be/src/REST/services/minio/index.ts#L17)
[src/REST/services/minio/index.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/5c5b29a0ea487bda8306089fe128f43f3be29f94/src/REST/services/minio/index.ts#L17)

***

Expand All @@ -24,7 +24,7 @@

#### Defined in

[src/REST/services/minio/index.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/4b5c74fd36bcfc2e36f3a06b67d517e865c188be/src/REST/services/minio/index.ts#L19)
[src/REST/services/minio/index.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/5c5b29a0ea487bda8306089fe128f43f3be29f94/src/REST/services/minio/index.ts#L19)

***

Expand All @@ -34,7 +34,7 @@

#### Defined in

[src/REST/services/minio/index.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/4b5c74fd36bcfc2e36f3a06b67d517e865c188be/src/REST/services/minio/index.ts#L20)
[src/REST/services/minio/index.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/5c5b29a0ea487bda8306089fe128f43f3be29f94/src/REST/services/minio/index.ts#L20)

***

Expand All @@ -44,4 +44,4 @@

#### Defined in

[src/REST/services/minio/index.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/4b5c74fd36bcfc2e36f3a06b67d517e865c188be/src/REST/services/minio/index.ts#L18)
[src/REST/services/minio/index.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/5c5b29a0ea487bda8306089fe128f43f3be29f94/src/REST/services/minio/index.ts#L18)
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ Allowed MIME types for files.

## Defined in

[src/REST/types/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4b5c74fd36bcfc2e36f3a06b67d517e865c188be/src/REST/types/index.ts#L4)
[src/REST/types/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/5c5b29a0ea487bda8306089fe128f43f3be29f94/src/REST/types/index.ts#L4)
4 changes: 2 additions & 2 deletions docs/talawa-api-docs/app/functions/default.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ third argument.

### Defined in

[src/app.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/4b5c74fd36bcfc2e36f3a06b67d517e865c188be/src/app.ts#L19)
[src/app.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/5c5b29a0ea487bda8306089fe128f43f3be29f94/src/app.ts#L21)

## Call Signature

Expand All @@ -55,4 +55,4 @@ third argument.

### Defined in

[src/app.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/4b5c74fd36bcfc2e36f3a06b67d517e865c188be/src/app.ts#L19)
[src/app.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/5c5b29a0ea487bda8306089fe128f43f3be29f94/src/app.ts#L21)
2 changes: 1 addition & 1 deletion docs/talawa-api-docs/checks/functions/logIssues.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ It also logs warnings regarding the LAST_RESORT_SUPERADMIN_EMAIL variable.

## Defined in

[src/checks.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/4b5c74fd36bcfc2e36f3a06b67d517e865c188be/src/checks.ts#L46)
[src/checks.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/5c5b29a0ea487bda8306089fe128f43f3be29f94/src/checks.ts#L46)
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ An array of supported language for the application.

## Defined in

[src/config/appConfig.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/4b5c74fd36bcfc2e36f3a06b67d517e865c188be/src/config/appConfig.ts#L5)
[src/config/appConfig.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/5c5b29a0ea487bda8306089fe128f43f3be29f94/src/config/appConfig.ts#L5)
2 changes: 1 addition & 1 deletion docs/talawa-api-docs/config/minio/variables/BUCKET_NAME.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ The name of the MinIO bucket.

## Defined in

[src/config/minio/index.ts:47](https://github.com/PalisadoesFoundation/talawa-api/blob/4b5c74fd36bcfc2e36f3a06b67d517e865c188be/src/config/minio/index.ts#L47)
[src/config/minio/index.ts:47](https://github.com/PalisadoesFoundation/talawa-api/blob/5c5b29a0ea487bda8306089fe128f43f3be29f94/src/config/minio/index.ts#L47)
2 changes: 1 addition & 1 deletion docs/talawa-api-docs/config/minio/variables/s3Client.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ S3Client - an instance of the AWS S3 client configured for MinIO storage.

## Defined in

[src/config/minio/index.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/4b5c74fd36bcfc2e36f3a06b67d517e865c188be/src/config/minio/index.ts#L27)
[src/config/minio/index.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/5c5b29a0ea487bda8306089fe128f43f3be29f94/src/config/minio/index.ts#L27)
2 changes: 1 addition & 1 deletion docs/talawa-api-docs/config/multer/functions/fileFilter.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ fileFilter(req, file, cb);

## Defined in

[src/config/multer/index.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/4b5c74fd36bcfc2e36f3a06b67d517e865c188be/src/config/multer/index.ts#L27)
[src/config/multer/index.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/5c5b29a0ea487bda8306089fe128f43f3be29f94/src/config/multer/index.ts#L27)
2 changes: 1 addition & 1 deletion docs/talawa-api-docs/config/multer/variables/upload.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ app.post("/upload", uploadMiddleware, (req, res) =\> \{
## Defined in
[src/config/multer/index.ts:63](https://github.com/PalisadoesFoundation/talawa-api/blob/4b5c74fd36bcfc2e36f3a06b67d517e865c188be/src/config/multer/index.ts#L63)
[src/config/multer/index.ts:63](https://github.com/PalisadoesFoundation/talawa-api/blob/5c5b29a0ea487bda8306089fe128f43f3be29f94/src/config/multer/index.ts#L63)
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ Parent File:

## Defined in

[src/config/plugins/loadPlugins.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/4b5c74fd36bcfc2e36f3a06b67d517e865c188be/src/config/plugins/loadPlugins.ts#L31)
[src/config/plugins/loadPlugins.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/5c5b29a0ea487bda8306089fe128f43f3be29f94/src/config/plugins/loadPlugins.ts#L31)
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

#### Defined in

[src/constants.ts:855](https://github.com/PalisadoesFoundation/talawa-api/blob/4b5c74fd36bcfc2e36f3a06b67d517e865c188be/src/constants.ts#L855)
[src/constants.ts:855](https://github.com/PalisadoesFoundation/talawa-api/blob/5c5b29a0ea487bda8306089fe128f43f3be29f94/src/constants.ts#L855)

***

Expand All @@ -24,4 +24,4 @@

#### Defined in

[src/constants.ts:854](https://github.com/PalisadoesFoundation/talawa-api/blob/4b5c74fd36bcfc2e36f3a06b67d517e865c188be/src/constants.ts#L854)
[src/constants.ts:854](https://github.com/PalisadoesFoundation/talawa-api/blob/5c5b29a0ea487bda8306089fe128f43f3be29f94/src/constants.ts#L854)
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

#### Defined in

[src/constants.ts:848](https://github.com/PalisadoesFoundation/talawa-api/blob/4b5c74fd36bcfc2e36f3a06b67d517e865c188be/src/constants.ts#L848)
[src/constants.ts:848](https://github.com/PalisadoesFoundation/talawa-api/blob/5c5b29a0ea487bda8306089fe128f43f3be29f94/src/constants.ts#L848)

***

Expand All @@ -24,7 +24,7 @@

#### Defined in

[src/constants.ts:850](https://github.com/PalisadoesFoundation/talawa-api/blob/4b5c74fd36bcfc2e36f3a06b67d517e865c188be/src/constants.ts#L850)
[src/constants.ts:850](https://github.com/PalisadoesFoundation/talawa-api/blob/5c5b29a0ea487bda8306089fe128f43f3be29f94/src/constants.ts#L850)

***

Expand All @@ -34,4 +34,4 @@

#### Defined in

[src/constants.ts:849](https://github.com/PalisadoesFoundation/talawa-api/blob/4b5c74fd36bcfc2e36f3a06b67d517e865c188be/src/constants.ts#L849)
[src/constants.ts:849](https://github.com/PalisadoesFoundation/talawa-api/blob/5c5b29a0ea487bda8306089fe128f43f3be29f94/src/constants.ts#L849)
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@

## Defined in

[src/constants.ts:775](https://github.com/PalisadoesFoundation/talawa-api/blob/4b5c74fd36bcfc2e36f3a06b67d517e865c188be/src/constants.ts#L775)
[src/constants.ts:775](https://github.com/PalisadoesFoundation/talawa-api/blob/5c5b29a0ea487bda8306089fe128f43f3be29f94/src/constants.ts#L775)
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@

## Defined in

[src/constants.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/4b5c74fd36bcfc2e36f3a06b67d517e865c188be/src/constants.ts#L25)
[src/constants.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/5c5b29a0ea487bda8306089fe128f43f3be29f94/src/constants.ts#L25)
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@

## Defined in

[src/constants.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/4b5c74fd36bcfc2e36f3a06b67d517e865c188be/src/constants.ts#L32)
[src/constants.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/5c5b29a0ea487bda8306089fe128f43f3be29f94/src/constants.ts#L32)
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@

## Defined in

[src/constants.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/4b5c74fd36bcfc2e36f3a06b67d517e865c188be/src/constants.ts#L18)
[src/constants.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/5c5b29a0ea487bda8306089fe128f43f3be29f94/src/constants.ts#L18)
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@

## Defined in

[src/constants.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4b5c74fd36bcfc2e36f3a06b67d517e865c188be/src/constants.ts#L11)
[src/constants.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/5c5b29a0ea487bda8306089fe128f43f3be29f94/src/constants.ts#L11)
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@

## Defined in

[src/constants.ts:415](https://github.com/PalisadoesFoundation/talawa-api/blob/4b5c74fd36bcfc2e36f3a06b67d517e865c188be/src/constants.ts#L415)
[src/constants.ts:415](https://github.com/PalisadoesFoundation/talawa-api/blob/5c5b29a0ea487bda8306089fe128f43f3be29f94/src/constants.ts#L415)
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@

## Defined in

[src/constants.ts:408](https://github.com/PalisadoesFoundation/talawa-api/blob/4b5c74fd36bcfc2e36f3a06b67d517e865c188be/src/constants.ts#L408)
[src/constants.ts:408](https://github.com/PalisadoesFoundation/talawa-api/blob/5c5b29a0ea487bda8306089fe128f43f3be29f94/src/constants.ts#L408)
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@

## Defined in

[src/constants.ts:396](https://github.com/PalisadoesFoundation/talawa-api/blob/4b5c74fd36bcfc2e36f3a06b67d517e865c188be/src/constants.ts#L396)
[src/constants.ts:396](https://github.com/PalisadoesFoundation/talawa-api/blob/5c5b29a0ea487bda8306089fe128f43f3be29f94/src/constants.ts#L396)
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@

## Defined in

[src/constants.ts:402](https://github.com/PalisadoesFoundation/talawa-api/blob/4b5c74fd36bcfc2e36f3a06b67d517e865c188be/src/constants.ts#L402)
[src/constants.ts:402](https://github.com/PalisadoesFoundation/talawa-api/blob/5c5b29a0ea487bda8306089fe128f43f3be29f94/src/constants.ts#L402)
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@

## Defined in

[src/constants.ts:500](https://github.com/PalisadoesFoundation/talawa-api/blob/4b5c74fd36bcfc2e36f3a06b67d517e865c188be/src/constants.ts#L500)
[src/constants.ts:500](https://github.com/PalisadoesFoundation/talawa-api/blob/5c5b29a0ea487bda8306089fe128f43f3be29f94/src/constants.ts#L500)
Loading

0 comments on commit 1c62281

Please sign in to comment.