diff --git a/docs/talawa-api-docs/REST/controllers/mutation/createPost/functions/createPost.md b/docs/talawa-api-docs/REST/controllers/mutation/createPost/functions/createPost.md index 9fdb5d680bb..c5670620a0c 100644 --- a/docs/talawa-api-docs/REST/controllers/mutation/createPost/functions/createPost.md +++ b/docs/talawa-api-docs/REST/controllers/mutation/createPost/functions/createPost.md @@ -22,7 +22,7 @@ Express request object with authenticated user ### res -`Response`\<`any`, `Record`\<`string`, `any`\>\> +`Response` Express response object @@ -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/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/REST/controllers/mutation/createPost.ts#L71) +[src/REST/controllers/mutation/createPost.ts:71](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/REST/controllers/mutation/createPost.ts#L71) diff --git a/docs/talawa-api-docs/REST/controllers/mutation/updatePost/functions/updatePost.md b/docs/talawa-api-docs/REST/controllers/mutation/updatePost/functions/updatePost.md index a865799f9e2..454feedfea3 100644 --- a/docs/talawa-api-docs/REST/controllers/mutation/updatePost/functions/updatePost.md +++ b/docs/talawa-api-docs/REST/controllers/mutation/updatePost/functions/updatePost.md @@ -22,7 +22,7 @@ Express request object with authenticated user ### res -`Response`\<`any`, `Record`\<`string`, `any`\>\> +`Response` Express response object @@ -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/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/REST/controllers/mutation/updatePost.ts#L73) +[src/REST/controllers/mutation/updatePost.ts:73](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/REST/controllers/mutation/updatePost.ts#L73) diff --git a/docs/talawa-api-docs/REST/controllers/query/getFile/functions/getFile.md b/docs/talawa-api-docs/REST/controllers/query/getFile/functions/getFile.md index 1ea0edfa744..a4e9e636d70 100644 --- a/docs/talawa-api-docs/REST/controllers/query/getFile/functions/getFile.md +++ b/docs/talawa-api-docs/REST/controllers/query/getFile/functions/getFile.md @@ -18,13 +18,13 @@ If an error occurs during the retrieval, it logs the error and sends a 500 statu ### req -`Request`\<`ParamsDictionary`, `any`, `any`, `ParsedQs`, `Record`\<`string`, `any`\>\> +`Request` The Express request object, containing the key for the file in the parameters. ### res -`Response`\<`any`, `Record`\<`string`, `any`\>\> +`Response` The Express response object used to send the file back to the client. @@ -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/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/REST/controllers/query/getFile.ts#L23) +[src/REST/controllers/query/getFile.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/REST/controllers/query/getFile.ts#L23) diff --git a/docs/talawa-api-docs/REST/routes/functions/default.md b/docs/talawa-api-docs/REST/routes/functions/default.md index 707875d4950..b131c19c276 100644 --- a/docs/talawa-api-docs/REST/routes/functions/default.md +++ b/docs/talawa-api-docs/REST/routes/functions/default.md @@ -12,11 +12,11 @@ ### req -`Request`\<`ParamsDictionary`, `any`, `any`, `ParsedQs`, `Record`\<`string`, `any`\>\> +`Request` ### res -`Response`\<`any`, `Record`\<`string`, `any`\>, `number`\> +`Response` ### next @@ -28,4 +28,4 @@ ## Defined in -[src/REST/routes/index.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/REST/routes/index.ts#L10) +[src/REST/routes/index.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/REST/routes/index.ts#L10) diff --git a/docs/talawa-api-docs/REST/services/file/createFile/functions/createFile.md b/docs/talawa-api-docs/REST/services/file/createFile/functions/createFile.md index 2c721afe3ba..0a0ea3be385 100644 --- a/docs/talawa-api-docs/REST/services/file/createFile/functions/createFile.md +++ b/docs/talawa-api-docs/REST/services/file/createFile/functions/createFile.md @@ -54,4 +54,4 @@ console.log(file); ## Defined in -[src/REST/services/file/createFile.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/REST/services/file/createFile.ts#L25) +[src/REST/services/file/createFile.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/REST/services/file/createFile.ts#L25) diff --git a/docs/talawa-api-docs/REST/services/file/deleteFile/functions/deleteFile.md b/docs/talawa-api-docs/REST/services/file/deleteFile/functions/deleteFile.md index 3913360e95a..9e1c59217d3 100644 --- a/docs/talawa-api-docs/REST/services/file/deleteFile/functions/deleteFile.md +++ b/docs/talawa-api-docs/REST/services/file/deleteFile/functions/deleteFile.md @@ -24,4 +24,4 @@ ## Defined in -[src/REST/services/file/deleteFile.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/REST/services/file/deleteFile.ts#L5) +[src/REST/services/file/deleteFile.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/REST/services/file/deleteFile.ts#L5) diff --git a/docs/talawa-api-docs/REST/services/file/uploadFile/functions/uploadFile.md b/docs/talawa-api-docs/REST/services/file/uploadFile/functions/uploadFile.md index d7c5a148d27..89de6073723 100644 --- a/docs/talawa-api-docs/REST/services/file/uploadFile/functions/uploadFile.md +++ b/docs/talawa-api-docs/REST/services/file/uploadFile/functions/uploadFile.md @@ -14,13 +14,13 @@ Handles file upload. ### req -`Request`\<`ParamsDictionary`, `any`, `any`, `ParsedQs`, `Record`\<`string`, `any`\>\> +`Request` The HTTP request object containing the file. ### res -`Response`\<`any`, `Record`\<`string`, `any`\>\> +`Response` The HTTP response object used to send the response. @@ -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/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/REST/services/file/uploadFile.ts#L28) +[src/REST/services/file/uploadFile.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/REST/services/file/uploadFile.ts#L28) diff --git a/docs/talawa-api-docs/REST/services/file/uploadFile/interfaces/InterfaceUploadedFileResponse.md b/docs/talawa-api-docs/REST/services/file/uploadFile/interfaces/InterfaceUploadedFileResponse.md index 36fa3ac5822..a300272d322 100644 --- a/docs/talawa-api-docs/REST/services/file/uploadFile/interfaces/InterfaceUploadedFileResponse.md +++ b/docs/talawa-api-docs/REST/services/file/uploadFile/interfaces/InterfaceUploadedFileResponse.md @@ -22,7 +22,7 @@ #### Defined in -[src/models/File.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/File.ts#L8) +[src/models/File.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/File.ts#L10) *** @@ -36,7 +36,7 @@ #### Defined in -[src/models/File.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/File.ts#L20) +[src/models/File.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/File.ts#L22) *** @@ -50,7 +50,7 @@ #### Defined in -[src/models/File.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/File.ts#L26) +[src/models/File.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/File.ts#L28) *** @@ -64,7 +64,7 @@ #### Defined in -[src/models/File.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/File.ts#L22) +[src/models/File.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/File.ts#L24) *** @@ -78,7 +78,7 @@ #### Defined in -[src/models/File.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/File.ts#L24) +[src/models/File.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/File.ts#L26) *** @@ -92,7 +92,7 @@ #### Defined in -[src/models/File.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/File.ts#L19) +[src/models/File.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/File.ts#L21) *** @@ -106,7 +106,7 @@ #### Defined in -[src/models/File.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/File.ts#L9) +[src/models/File.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/File.ts#L11) *** @@ -128,7 +128,7 @@ #### Defined in -[src/models/File.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/File.ts#L12) +[src/models/File.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/File.ts#L14) *** @@ -142,7 +142,7 @@ #### Defined in -[src/models/File.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/File.ts#L18) +[src/models/File.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/File.ts#L20) *** @@ -156,7 +156,7 @@ #### Defined in -[src/models/File.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/File.ts#L10) +[src/models/File.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/File.ts#L12) *** @@ -166,7 +166,7 @@ #### Defined in -[src/REST/services/file/uploadFile.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/REST/services/file/uploadFile.ts#L18) +[src/REST/services/file/uploadFile.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/REST/services/file/uploadFile.ts#L18) *** @@ -180,7 +180,7 @@ #### Defined in -[src/models/File.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/File.ts#L17) +[src/models/File.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/File.ts#L19) *** @@ -194,7 +194,7 @@ #### Defined in -[src/models/File.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/File.ts#L11) +[src/models/File.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/File.ts#L13) *** @@ -208,7 +208,7 @@ #### Defined in -[src/models/File.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/File.ts#L23) +[src/models/File.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/File.ts#L25) *** @@ -222,7 +222,7 @@ #### Defined in -[src/models/File.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/File.ts#L25) +[src/models/File.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/File.ts#L27) *** @@ -236,7 +236,7 @@ #### Defined in -[src/models/File.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/File.ts#L16) +[src/models/File.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/File.ts#L18) *** @@ -250,4 +250,4 @@ #### Defined in -[src/models/File.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/File.ts#L21) +[src/models/File.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/File.ts#L23) diff --git a/docs/talawa-api-docs/REST/services/minio/functions/deleteFile.md b/docs/talawa-api-docs/REST/services/minio/functions/deleteFile.md index 9a6dce08879..9b14eb3c4f9 100644 --- a/docs/talawa-api-docs/REST/services/minio/functions/deleteFile.md +++ b/docs/talawa-api-docs/REST/services/minio/functions/deleteFile.md @@ -42,4 +42,4 @@ console.log(response); ## Defined in -[src/REST/services/minio/index.ts:114](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/REST/services/minio/index.ts#L114) +[src/REST/services/minio/index.ts:114](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/REST/services/minio/index.ts#L114) diff --git a/docs/talawa-api-docs/REST/services/minio/functions/uploadMedia.md b/docs/talawa-api-docs/REST/services/minio/functions/uploadMedia.md index 6891d420442..1b05b13b6a3 100644 --- a/docs/talawa-api-docs/REST/services/minio/functions/uploadMedia.md +++ b/docs/talawa-api-docs/REST/services/minio/functions/uploadMedia.md @@ -58,4 +58,4 @@ console.log(result); ## Defined in -[src/REST/services/minio/index.ts:43](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/REST/services/minio/index.ts#L43) +[src/REST/services/minio/index.ts:43](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/REST/services/minio/index.ts#L43) diff --git a/docs/talawa-api-docs/REST/services/minio/interfaces/InterfaceUploadResult.md b/docs/talawa-api-docs/REST/services/minio/interfaces/InterfaceUploadResult.md index a2da54ab1b1..0bbdd87638f 100644 --- a/docs/talawa-api-docs/REST/services/minio/interfaces/InterfaceUploadResult.md +++ b/docs/talawa-api-docs/REST/services/minio/interfaces/InterfaceUploadResult.md @@ -14,7 +14,7 @@ #### Defined in -[src/REST/services/minio/index.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/REST/services/minio/index.ts#L17) +[src/REST/services/minio/index.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/REST/services/minio/index.ts#L17) *** @@ -24,7 +24,7 @@ #### Defined in -[src/REST/services/minio/index.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/REST/services/minio/index.ts#L19) +[src/REST/services/minio/index.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/REST/services/minio/index.ts#L19) *** @@ -34,7 +34,7 @@ #### Defined in -[src/REST/services/minio/index.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/REST/services/minio/index.ts#L20) +[src/REST/services/minio/index.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/REST/services/minio/index.ts#L20) *** @@ -44,4 +44,4 @@ #### Defined in -[src/REST/services/minio/index.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/REST/services/minio/index.ts#L18) +[src/REST/services/minio/index.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/REST/services/minio/index.ts#L18) diff --git a/docs/talawa-api-docs/REST/types/type-aliases/FileMimeType.md b/docs/talawa-api-docs/REST/types/type-aliases/FileMimeType.md index 4baa2c96c22..acab10d5a67 100644 --- a/docs/talawa-api-docs/REST/types/type-aliases/FileMimeType.md +++ b/docs/talawa-api-docs/REST/types/type-aliases/FileMimeType.md @@ -12,4 +12,4 @@ Allowed MIME types for files. ## Defined in -[src/REST/types/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/REST/types/index.ts#L4) +[src/REST/types/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/REST/types/index.ts#L4) diff --git a/docs/talawa-api-docs/_media/INSTALLATION.md b/docs/talawa-api-docs/_media/INSTALLATION.md index 68d78062dd9..f8dd55ace5c 100644 --- a/docs/talawa-api-docs/_media/INSTALLATION.md +++ b/docs/talawa-api-docs/_media/INSTALLATION.md @@ -15,7 +15,7 @@ This document provides instructions on how to set up and start a running instanc - [Install node.js](#install-nodejs) - [Install TypeScript](#install-typescript) - [Install Required Packages](#install-required-packages) - - [Installation Using Devpod](#install-using-devpod) +- [Installation Using Devpod](#install-using-devpod) - [Installation Using Docker](#installation-using-docker) - [Run the Talawa-API Setup](#run-the-talawa-api-setup) - [Install the Docker Application](#install-the-docker-application) @@ -158,13 +158,14 @@ This document provides instructions on how to set up and start a running instanc - [User Accounts and Organizations:](#user-accounts-and-organizations) - [Posts](#posts) - [Events](#events) -- [Running Talawa-API](#running-talawa-api) +- [Running Talawa-API in development](#running-talawa-api-in-development) - [How to Access the Talawa-API URL](#how-to-access-the-talawa-api-url) - [For Talawa-API Developers](#for-talawa-api-developers) - [For Mobile App Developers](#for-mobile-app-developers) - [On Android Virtual Device](#on-android-virtual-device) - [On a Real Mobile Device](#on-a-real-mobile-device) - [For Talawa-Admin Developers](#for-talawa-admin-developers) + - [Running Talawa-API in production](#running-talawa-api-in-production) - [Accessing MongoDB](#accessing-mongodb) - [Managing MongoDB using the MongoDB Compass GUI](#managing-mongodb-using-the-mongodb-compass-gui) - [Managing MongoDB using the VSCode extension](#managing-mongodb-using-the-vscode-extension) @@ -313,6 +314,7 @@ We have created a setup script to make configuring Talawa-API easier. ``` npm run setup ``` + # Install Using Devpod This guide provides a step-by-step guide to setting up a Talawa-Api server using Devpod. @@ -320,14 +322,17 @@ This guide provides a step-by-step guide to setting up a Talawa-Api server using ## Setting Up Talawa-Api with Devpod (CLI Version) 1. **Install Devpod CLI**: + - Download and install the Devpod CLI from [Devpod CLI Installation Guide](https://devpod.sh/docs/getting-started/install#optional-install-devpod-cli). 2. **Add a Provider**: + - Use Docker or a compatible provider like Podman or Colima. - Install Docker from their [official documentation](https://docs.docker.com/engine/install/). - Add a provider using the CLI by following [this guide](https://devpod.sh/docs/getting-started/quickstart-devpod-cli#add-a-provider). 3. **Create a Workspace**: + - Run the following command in your terminal to start the workspace: ```bash devpod up https://github.com/PalisadoesFoundation/talawa-api@develop @@ -335,6 +340,7 @@ This guide provides a step-by-step guide to setting up a Talawa-Api server using - For more information on creating a workspace, refer to the [Devpod CLI workspace guide](https://devpod.sh/docs/developing-in-workspaces/create-a-workspace#git-repository). 4. **Select Your IDE**: + - To choose your ide refer to [Devpod CLI ide guide](https://devpod.sh/docs/developing-in-workspaces/connect-to-a-workspace#vs-code) 5. **Set Up Talawa-Api**: @@ -350,14 +356,17 @@ This guide provides a step-by-step guide to setting up a Talawa-Api server using ## Setting Up Talawa-Api with Devpod (GUI Version) 1. **Install Devpod GUI Application**: + - Download and install the Devpod GUI from [Devpod GUI Installation Guide](https://devpod.sh/docs/getting-started/install). 2. **Add a Provider**: + - Use Docker or a compatible provider like Podman or Colima. - Install Docker from their [official documentation](https://docs.docker.com/engine/install/). - Add a provider using the GUI app by following [this guide](https://devpod.sh/docs/getting-started/quickstart-vscode#add-a-provider). 3. **Create a Workspace**: + - Open the Devpod GUI application. - Start a new workspace by entering the following URL in the GUI: ``` @@ -366,6 +375,7 @@ This guide provides a step-by-step guide to setting up a Talawa-Api server using - For more information on starting a workspace in the GUI, refer to [this guide](https://devpod.sh/docs/getting-started/quickstart-vscode#start-a-workspace-with-vs-code). 4. **Select Your IDE**: + - In the Devpod GUI, select your desired IDE from the available options. 5. **Set Up Talawa-Api**: @@ -378,8 +388,6 @@ This guide provides a step-by-step guide to setting up a Talawa-Api server using npm run dev ``` - - ## Install the Docker Application There are many ways to install Docker. We reccommend using Docker Desktop. It can be downloaded here: @@ -1078,7 +1086,7 @@ There is one post inside the `The Unity Foundation` There is one event inside the `The Unity Foundation` -# Running Talawa-API +# Running Talawa-API in development Talawa-api development server runs two processes simultaneously in the background. They are: @@ -1164,6 +1172,40 @@ The Organization URL for Talawa mobile app developers to use is: http://localhost:4000/graphql/ ``` +## Running Talawa-API in production + +To run Talawa-API in production, follow these steps: + +1. **Build the Project**: Build the project for production: + + ``` + npm run build + ``` + +2. **Generate SSL Certificates**: Generate SSL certificates for secure communication. You can run the following command or generate one yourself using OpenSSL and add them to the certs directory. + + ``` + npm run generate:ssl-private-key + ``` + +3. **Start the Server**: Start the server in production mode: + + ``` + npm run prod + ``` + +4. **Verify the Server**: Verify that the server is running by accessing the following URLs in your browser: + + ``` + https://localhost:4000/ + ``` + + The graphQL endpoint for handling `queries` and `mutations` is this: + + ``` + https://localhost:4000/graphql/ + ``` + # Accessing MongoDB There are many ways to access MongoDB. @@ -1286,4 +1328,4 @@ You can run the tests for talawa-api using this command: ``` npm run test -``` \ No newline at end of file +``` diff --git a/docs/talawa-api-docs/app/functions/default.md b/docs/talawa-api-docs/app/functions/default.md index fca4a46d045..838d0ebac12 100644 --- a/docs/talawa-api-docs/app/functions/default.md +++ b/docs/talawa-api-docs/app/functions/default.md @@ -17,11 +17,11 @@ third argument. #### req -`IncomingMessage` | `Request`\<`ParamsDictionary`, `any`, `any`, `ParsedQs`, `Record`\<`string`, `any`\>\> +`IncomingMessage` | `Request` #### res -`ServerResponse`\<`IncomingMessage`\> | `Response`\<`any`, `Record`\<`string`, `any`\>, `number`\> +`ServerResponse` | `Response` ### Returns @@ -29,7 +29,7 @@ third argument. ### Defined in -[src/app.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/app.ts#L19) +[src/app.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/app.ts#L21) ## Call Signature @@ -39,11 +39,11 @@ third argument. #### req -`Request`\<`ParamsDictionary`, `any`, `any`, `ParsedQs`, `Record`\<`string`, `any`\>\> +`Request` #### res -`Response`\<`any`, `Record`\<`string`, `any`\>, `number`\> +`Response` #### next @@ -55,4 +55,4 @@ third argument. ### Defined in -[src/app.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/app.ts#L19) +[src/app.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/app.ts#L21) diff --git a/docs/talawa-api-docs/checks/functions/logIssues.md b/docs/talawa-api-docs/checks/functions/logIssues.md index 485c3034159..c5b7c66aa59 100644 --- a/docs/talawa-api-docs/checks/functions/logIssues.md +++ b/docs/talawa-api-docs/checks/functions/logIssues.md @@ -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/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/checks.ts#L46) +[src/checks.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/checks.ts#L46) diff --git a/docs/talawa-api-docs/config/appConfig/variables/appConfig.md b/docs/talawa-api-docs/config/appConfig/variables/appConfig.md index 934245572f9..abc184526f3 100644 --- a/docs/talawa-api-docs/config/appConfig/variables/appConfig.md +++ b/docs/talawa-api-docs/config/appConfig/variables/appConfig.md @@ -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/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/config/appConfig.ts#L5) +[src/config/appConfig.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/config/appConfig.ts#L5) diff --git a/docs/talawa-api-docs/config/minio/variables/BUCKET_NAME.md b/docs/talawa-api-docs/config/minio/variables/BUCKET_NAME.md index 82ae5de0768..eb363969e7c 100644 --- a/docs/talawa-api-docs/config/minio/variables/BUCKET_NAME.md +++ b/docs/talawa-api-docs/config/minio/variables/BUCKET_NAME.md @@ -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/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/config/minio/index.ts#L47) +[src/config/minio/index.ts:47](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/config/minio/index.ts#L47) diff --git a/docs/talawa-api-docs/config/minio/variables/s3Client.md b/docs/talawa-api-docs/config/minio/variables/s3Client.md index fc92e349bfe..0f8de49cbd0 100644 --- a/docs/talawa-api-docs/config/minio/variables/s3Client.md +++ b/docs/talawa-api-docs/config/minio/variables/s3Client.md @@ -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/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/config/minio/index.ts#L27) +[src/config/minio/index.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/config/minio/index.ts#L27) diff --git a/docs/talawa-api-docs/config/multer/functions/fileFilter.md b/docs/talawa-api-docs/config/multer/functions/fileFilter.md index c34300f42ed..e4f1599fb0d 100644 --- a/docs/talawa-api-docs/config/multer/functions/fileFilter.md +++ b/docs/talawa-api-docs/config/multer/functions/fileFilter.md @@ -18,7 +18,7 @@ with an error message. ### req -`Request`\<`ParamsDictionary`, `any`, `any`, `ParsedQs`, `Record`\<`string`, `any`\>\> +`Request` The Express request object. @@ -46,4 +46,4 @@ fileFilter(req, file, cb); ## Defined in -[src/config/multer/index.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/config/multer/index.ts#L27) +[src/config/multer/index.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/config/multer/index.ts#L27) diff --git a/docs/talawa-api-docs/config/multer/variables/upload.md b/docs/talawa-api-docs/config/multer/variables/upload.md index 34ede060f77..8b6981deb36 100644 --- a/docs/talawa-api-docs/config/multer/variables/upload.md +++ b/docs/talawa-api-docs/config/multer/variables/upload.md @@ -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/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/config/multer/index.ts#L63) +[src/config/multer/index.ts:63](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/config/multer/index.ts#L63) diff --git a/docs/talawa-api-docs/config/plugins/loadPlugins/functions/default.md b/docs/talawa-api-docs/config/plugins/loadPlugins/functions/default.md index 3e22098d39b..f73f882ff1e 100644 --- a/docs/talawa-api-docs/config/plugins/loadPlugins/functions/default.md +++ b/docs/talawa-api-docs/config/plugins/loadPlugins/functions/default.md @@ -39,4 +39,4 @@ Parent File: ## Defined in -[src/config/plugins/loadPlugins.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/config/plugins/loadPlugins.ts#L31) +[src/config/plugins/loadPlugins.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/config/plugins/loadPlugins.ts#L31) diff --git a/docs/talawa-api-docs/constants/enumerations/EventVolunteerResponse.md b/docs/talawa-api-docs/constants/enumerations/EventVolunteerResponse.md index 90df5adf2a0..fec36692e13 100644 --- a/docs/talawa-api-docs/constants/enumerations/EventVolunteerResponse.md +++ b/docs/talawa-api-docs/constants/enumerations/EventVolunteerResponse.md @@ -14,7 +14,7 @@ #### Defined in -[src/constants.ts:855](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L855) +[src/constants.ts:855](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L855) *** @@ -24,4 +24,4 @@ #### Defined in -[src/constants.ts:854](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L854) +[src/constants.ts:854](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L854) diff --git a/docs/talawa-api-docs/constants/enumerations/TransactionLogTypes.md b/docs/talawa-api-docs/constants/enumerations/TransactionLogTypes.md index d772cd3a3a7..e2314cb5b9f 100644 --- a/docs/talawa-api-docs/constants/enumerations/TransactionLogTypes.md +++ b/docs/talawa-api-docs/constants/enumerations/TransactionLogTypes.md @@ -14,7 +14,7 @@ #### Defined in -[src/constants.ts:848](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L848) +[src/constants.ts:848](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L848) *** @@ -24,7 +24,7 @@ #### Defined in -[src/constants.ts:850](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L850) +[src/constants.ts:850](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L850) *** @@ -34,4 +34,4 @@ #### Defined in -[src/constants.ts:849](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L849) +[src/constants.ts:849](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L849) diff --git a/docs/talawa-api-docs/constants/variables/ACCESS_TOKEN_SECRET.md b/docs/talawa-api-docs/constants/variables/ACCESS_TOKEN_SECRET.md index c17c2edf100..a8e5cd4ed60 100644 --- a/docs/talawa-api-docs/constants/variables/ACCESS_TOKEN_SECRET.md +++ b/docs/talawa-api-docs/constants/variables/ACCESS_TOKEN_SECRET.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:775](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L775) +[src/constants.ts:775](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L775) diff --git a/docs/talawa-api-docs/constants/variables/ACTION_ITEM_CATEGORY_ALREADY_EXISTS.md b/docs/talawa-api-docs/constants/variables/ACTION_ITEM_CATEGORY_ALREADY_EXISTS.md index 6a53ad5abba..5f42839066d 100644 --- a/docs/talawa-api-docs/constants/variables/ACTION_ITEM_CATEGORY_ALREADY_EXISTS.md +++ b/docs/talawa-api-docs/constants/variables/ACTION_ITEM_CATEGORY_ALREADY_EXISTS.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L25) +[src/constants.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L25) diff --git a/docs/talawa-api-docs/constants/variables/ACTION_ITEM_CATEGORY_IS_DISABLED.md b/docs/talawa-api-docs/constants/variables/ACTION_ITEM_CATEGORY_IS_DISABLED.md index a390b90ee5b..b6ddae6227b 100644 --- a/docs/talawa-api-docs/constants/variables/ACTION_ITEM_CATEGORY_IS_DISABLED.md +++ b/docs/talawa-api-docs/constants/variables/ACTION_ITEM_CATEGORY_IS_DISABLED.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L32) +[src/constants.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L32) diff --git a/docs/talawa-api-docs/constants/variables/ACTION_ITEM_CATEGORY_NOT_FOUND_ERROR.md b/docs/talawa-api-docs/constants/variables/ACTION_ITEM_CATEGORY_NOT_FOUND_ERROR.md index 67124d46300..584a5b24c51 100644 --- a/docs/talawa-api-docs/constants/variables/ACTION_ITEM_CATEGORY_NOT_FOUND_ERROR.md +++ b/docs/talawa-api-docs/constants/variables/ACTION_ITEM_CATEGORY_NOT_FOUND_ERROR.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L18) +[src/constants.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L18) diff --git a/docs/talawa-api-docs/constants/variables/ACTION_ITEM_NOT_FOUND_ERROR.md b/docs/talawa-api-docs/constants/variables/ACTION_ITEM_NOT_FOUND_ERROR.md index e860a734102..e8dcc00ed76 100644 --- a/docs/talawa-api-docs/constants/variables/ACTION_ITEM_NOT_FOUND_ERROR.md +++ b/docs/talawa-api-docs/constants/variables/ACTION_ITEM_NOT_FOUND_ERROR.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L11) +[src/constants.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L11) diff --git a/docs/talawa-api-docs/constants/variables/ADMIN_CANNOT_CHANGE_ITS_ROLE.md b/docs/talawa-api-docs/constants/variables/ADMIN_CANNOT_CHANGE_ITS_ROLE.md index 190a499f05f..e514aed3294 100644 --- a/docs/talawa-api-docs/constants/variables/ADMIN_CANNOT_CHANGE_ITS_ROLE.md +++ b/docs/talawa-api-docs/constants/variables/ADMIN_CANNOT_CHANGE_ITS_ROLE.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:415](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L415) +[src/constants.ts:415](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L415) diff --git a/docs/talawa-api-docs/constants/variables/ADMIN_CHANGING_ROLE_OF_CREATOR.md b/docs/talawa-api-docs/constants/variables/ADMIN_CHANGING_ROLE_OF_CREATOR.md index 2047bc79b36..ac9adc22cba 100644 --- a/docs/talawa-api-docs/constants/variables/ADMIN_CHANGING_ROLE_OF_CREATOR.md +++ b/docs/talawa-api-docs/constants/variables/ADMIN_CHANGING_ROLE_OF_CREATOR.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:408](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L408) +[src/constants.ts:408](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L408) diff --git a/docs/talawa-api-docs/constants/variables/ADMIN_REMOVING_ADMIN.md b/docs/talawa-api-docs/constants/variables/ADMIN_REMOVING_ADMIN.md index 3aad7f69461..24022850a0a 100644 --- a/docs/talawa-api-docs/constants/variables/ADMIN_REMOVING_ADMIN.md +++ b/docs/talawa-api-docs/constants/variables/ADMIN_REMOVING_ADMIN.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:396](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L396) +[src/constants.ts:396](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L396) diff --git a/docs/talawa-api-docs/constants/variables/ADMIN_REMOVING_CREATOR.md b/docs/talawa-api-docs/constants/variables/ADMIN_REMOVING_CREATOR.md index 8ceeae43bd0..04488b2a37d 100644 --- a/docs/talawa-api-docs/constants/variables/ADMIN_REMOVING_CREATOR.md +++ b/docs/talawa-api-docs/constants/variables/ADMIN_REMOVING_CREATOR.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:402](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L402) +[src/constants.ts:402](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L402) diff --git a/docs/talawa-api-docs/constants/variables/ADVERTISEMENT_NOT_FOUND_ERROR.md b/docs/talawa-api-docs/constants/variables/ADVERTISEMENT_NOT_FOUND_ERROR.md index 7fbd66c95ce..de5b98057de 100644 --- a/docs/talawa-api-docs/constants/variables/ADVERTISEMENT_NOT_FOUND_ERROR.md +++ b/docs/talawa-api-docs/constants/variables/ADVERTISEMENT_NOT_FOUND_ERROR.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:500](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L500) +[src/constants.ts:500](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L500) diff --git a/docs/talawa-api-docs/constants/variables/AGENDA_CATEGORY_NOT_FOUND_ERROR.md b/docs/talawa-api-docs/constants/variables/AGENDA_CATEGORY_NOT_FOUND_ERROR.md index 9bb64aeda5a..3b67889b3de 100644 --- a/docs/talawa-api-docs/constants/variables/AGENDA_CATEGORY_NOT_FOUND_ERROR.md +++ b/docs/talawa-api-docs/constants/variables/AGENDA_CATEGORY_NOT_FOUND_ERROR.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L39) +[src/constants.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L39) diff --git a/docs/talawa-api-docs/constants/variables/AGENDA_ITEM_CREATION_ERROR.md b/docs/talawa-api-docs/constants/variables/AGENDA_ITEM_CREATION_ERROR.md index ab93c855320..a0be7660565 100644 --- a/docs/talawa-api-docs/constants/variables/AGENDA_ITEM_CREATION_ERROR.md +++ b/docs/talawa-api-docs/constants/variables/AGENDA_ITEM_CREATION_ERROR.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:557](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L557) +[src/constants.ts:557](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L557) diff --git a/docs/talawa-api-docs/constants/variables/AGENDA_ITEM_NOT_FOUND_ERROR.md b/docs/talawa-api-docs/constants/variables/AGENDA_ITEM_NOT_FOUND_ERROR.md index af10ac47145..4d39dfb7952 100644 --- a/docs/talawa-api-docs/constants/variables/AGENDA_ITEM_NOT_FOUND_ERROR.md +++ b/docs/talawa-api-docs/constants/variables/AGENDA_ITEM_NOT_FOUND_ERROR.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:551](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L551) +[src/constants.ts:551](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L551) diff --git a/docs/talawa-api-docs/constants/variables/AGENDA_SECTION_NOT_FOUND_ERROR.md b/docs/talawa-api-docs/constants/variables/AGENDA_SECTION_NOT_FOUND_ERROR.md index 830cfc33ccd..ac1b9b61826 100644 --- a/docs/talawa-api-docs/constants/variables/AGENDA_SECTION_NOT_FOUND_ERROR.md +++ b/docs/talawa-api-docs/constants/variables/AGENDA_SECTION_NOT_FOUND_ERROR.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:563](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L563) +[src/constants.ts:563](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L563) diff --git a/docs/talawa-api-docs/constants/variables/ALLOWED_IMAGE_TYPES.md b/docs/talawa-api-docs/constants/variables/ALLOWED_IMAGE_TYPES.md index 675fedbda90..7cc6cdbb2e0 100644 --- a/docs/talawa-api-docs/constants/variables/ALLOWED_IMAGE_TYPES.md +++ b/docs/talawa-api-docs/constants/variables/ALLOWED_IMAGE_TYPES.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:863](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L863) +[src/constants.ts:863](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L863) diff --git a/docs/talawa-api-docs/constants/variables/ALLOWED_VIDEO_TYPES.md b/docs/talawa-api-docs/constants/variables/ALLOWED_VIDEO_TYPES.md index 619db720f2d..8d0da2878f5 100644 --- a/docs/talawa-api-docs/constants/variables/ALLOWED_VIDEO_TYPES.md +++ b/docs/talawa-api-docs/constants/variables/ALLOWED_VIDEO_TYPES.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:869](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L869) +[src/constants.ts:869](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L869) diff --git a/docs/talawa-api-docs/constants/variables/APP_USER_PROFILE_NOT_FOUND_ERROR.md b/docs/talawa-api-docs/constants/variables/APP_USER_PROFILE_NOT_FOUND_ERROR.md index 8c492fe230b..abef916edef 100644 --- a/docs/talawa-api-docs/constants/variables/APP_USER_PROFILE_NOT_FOUND_ERROR.md +++ b/docs/talawa-api-docs/constants/variables/APP_USER_PROFILE_NOT_FOUND_ERROR.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L46) +[src/constants.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L46) diff --git a/docs/talawa-api-docs/constants/variables/ATTENDEE_NOT_FOUND.md b/docs/talawa-api-docs/constants/variables/ATTENDEE_NOT_FOUND.md index dd588376411..fdfc8de5a57 100644 --- a/docs/talawa-api-docs/constants/variables/ATTENDEE_NOT_FOUND.md +++ b/docs/talawa-api-docs/constants/variables/ATTENDEE_NOT_FOUND.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:721](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L721) +[src/constants.ts:721](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L721) diff --git a/docs/talawa-api-docs/constants/variables/BASE_RECURRING_EVENT_NOT_FOUND.md b/docs/talawa-api-docs/constants/variables/BASE_RECURRING_EVENT_NOT_FOUND.md index 92cc379423b..557595aa3ea 100644 --- a/docs/talawa-api-docs/constants/variables/BASE_RECURRING_EVENT_NOT_FOUND.md +++ b/docs/talawa-api-docs/constants/variables/BASE_RECURRING_EVENT_NOT_FOUND.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:53](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L53) +[src/constants.ts:53](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L53) diff --git a/docs/talawa-api-docs/constants/variables/BASE_URL.md b/docs/talawa-api-docs/constants/variables/BASE_URL.md index a8c2c29a6d7..110760e8c22 100644 --- a/docs/talawa-api-docs/constants/variables/BASE_URL.md +++ b/docs/talawa-api-docs/constants/variables/BASE_URL.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:771](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L771) +[src/constants.ts:771](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L771) diff --git a/docs/talawa-api-docs/constants/variables/CHAT_NOT_FOUND_ERROR.md b/docs/talawa-api-docs/constants/variables/CHAT_NOT_FOUND_ERROR.md index ed68361f431..9988429ae63 100644 --- a/docs/talawa-api-docs/constants/variables/CHAT_NOT_FOUND_ERROR.md +++ b/docs/talawa-api-docs/constants/variables/CHAT_NOT_FOUND_ERROR.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:60](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L60) +[src/constants.ts:60](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L60) diff --git a/docs/talawa-api-docs/constants/variables/COMMENT_NOT_FOUND_ERROR.md b/docs/talawa-api-docs/constants/variables/COMMENT_NOT_FOUND_ERROR.md index 98c21b12c7e..a91ad624a46 100644 --- a/docs/talawa-api-docs/constants/variables/COMMENT_NOT_FOUND_ERROR.md +++ b/docs/talawa-api-docs/constants/variables/COMMENT_NOT_FOUND_ERROR.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:95](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L95) +[src/constants.ts:95](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L95) diff --git a/docs/talawa-api-docs/constants/variables/COMMUNITY_LOGO_NOT_MISSING_IN_ARGS.md b/docs/talawa-api-docs/constants/variables/COMMUNITY_LOGO_NOT_MISSING_IN_ARGS.md index 652bfffc1ae..2dde01c5fbb 100644 --- a/docs/talawa-api-docs/constants/variables/COMMUNITY_LOGO_NOT_MISSING_IN_ARGS.md +++ b/docs/talawa-api-docs/constants/variables/COMMUNITY_LOGO_NOT_MISSING_IN_ARGS.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:102](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L102) +[src/constants.ts:102](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L102) diff --git a/docs/talawa-api-docs/constants/variables/COMMUNITY_NOT_FOUND_ERROR.md b/docs/talawa-api-docs/constants/variables/COMMUNITY_NOT_FOUND_ERROR.md index c8a0ce0c60e..e8432267dec 100644 --- a/docs/talawa-api-docs/constants/variables/COMMUNITY_NOT_FOUND_ERROR.md +++ b/docs/talawa-api-docs/constants/variables/COMMUNITY_NOT_FOUND_ERROR.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:74](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L74) +[src/constants.ts:74](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L74) diff --git a/docs/talawa-api-docs/constants/variables/CONTENT_TYPE_SHOULD_BE_MULTIPART_FORM_DATA.md b/docs/talawa-api-docs/constants/variables/CONTENT_TYPE_SHOULD_BE_MULTIPART_FORM_DATA.md index 3445146c029..8b40c33f8e7 100644 --- a/docs/talawa-api-docs/constants/variables/CONTENT_TYPE_SHOULD_BE_MULTIPART_FORM_DATA.md +++ b/docs/talawa-api-docs/constants/variables/CONTENT_TYPE_SHOULD_BE_MULTIPART_FORM_DATA.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:734](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L734) +[src/constants.ts:734](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L734) diff --git a/docs/talawa-api-docs/constants/variables/CUSTOM_DATA_NOT_FOUND.md b/docs/talawa-api-docs/constants/variables/CUSTOM_DATA_NOT_FOUND.md index d19b9f4c56b..1cbdf98595c 100644 --- a/docs/talawa-api-docs/constants/variables/CUSTOM_DATA_NOT_FOUND.md +++ b/docs/talawa-api-docs/constants/variables/CUSTOM_DATA_NOT_FOUND.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:697](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L697) +[src/constants.ts:697](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L697) diff --git a/docs/talawa-api-docs/constants/variables/CUSTOM_FIELD_NAME_MISSING.md b/docs/talawa-api-docs/constants/variables/CUSTOM_FIELD_NAME_MISSING.md index cbc2be90e0a..d1958b7a59a 100644 --- a/docs/talawa-api-docs/constants/variables/CUSTOM_FIELD_NAME_MISSING.md +++ b/docs/talawa-api-docs/constants/variables/CUSTOM_FIELD_NAME_MISSING.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:709](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L709) +[src/constants.ts:709](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L709) diff --git a/docs/talawa-api-docs/constants/variables/CUSTOM_FIELD_NOT_FOUND.md b/docs/talawa-api-docs/constants/variables/CUSTOM_FIELD_NOT_FOUND.md index dda940e0937..30984de8ad6 100644 --- a/docs/talawa-api-docs/constants/variables/CUSTOM_FIELD_NOT_FOUND.md +++ b/docs/talawa-api-docs/constants/variables/CUSTOM_FIELD_NOT_FOUND.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:703](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L703) +[src/constants.ts:703](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L703) diff --git a/docs/talawa-api-docs/constants/variables/CUSTOM_FIELD_TYPE_MISSING.md b/docs/talawa-api-docs/constants/variables/CUSTOM_FIELD_TYPE_MISSING.md index 4d44181df5b..b795852d15f 100644 --- a/docs/talawa-api-docs/constants/variables/CUSTOM_FIELD_TYPE_MISSING.md +++ b/docs/talawa-api-docs/constants/variables/CUSTOM_FIELD_TYPE_MISSING.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:715](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L715) +[src/constants.ts:715](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L715) diff --git a/docs/talawa-api-docs/constants/variables/DEFAULT_COMMUNITY.md b/docs/talawa-api-docs/constants/variables/DEFAULT_COMMUNITY.md index b73dabf3bb8..d758f881083 100644 --- a/docs/talawa-api-docs/constants/variables/DEFAULT_COMMUNITY.md +++ b/docs/talawa-api-docs/constants/variables/DEFAULT_COMMUNITY.md @@ -20,4 +20,4 @@ ## Defined in -[src/constants.ts:858](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L858) +[src/constants.ts:858](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L858) diff --git a/docs/talawa-api-docs/constants/variables/EMAIL_ALREADY_EXISTS_ERROR.md b/docs/talawa-api-docs/constants/variables/EMAIL_ALREADY_EXISTS_ERROR.md index 96539cb8e3b..179f08b5499 100644 --- a/docs/talawa-api-docs/constants/variables/EMAIL_ALREADY_EXISTS_ERROR.md +++ b/docs/talawa-api-docs/constants/variables/EMAIL_ALREADY_EXISTS_ERROR.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:643](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L643) +[src/constants.ts:643](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L643) diff --git a/docs/talawa-api-docs/constants/variables/END_DATE_VALIDATION_ERROR.md b/docs/talawa-api-docs/constants/variables/END_DATE_VALIDATION_ERROR.md index be5379e31b2..b276582e5bf 100644 --- a/docs/talawa-api-docs/constants/variables/END_DATE_VALIDATION_ERROR.md +++ b/docs/talawa-api-docs/constants/variables/END_DATE_VALIDATION_ERROR.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:298](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L298) +[src/constants.ts:298](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L298) diff --git a/docs/talawa-api-docs/constants/variables/ERROR_IN_SENDING_MAIL.md b/docs/talawa-api-docs/constants/variables/ERROR_IN_SENDING_MAIL.md index faa812ef135..05cadd44a04 100644 --- a/docs/talawa-api-docs/constants/variables/ERROR_IN_SENDING_MAIL.md +++ b/docs/talawa-api-docs/constants/variables/ERROR_IN_SENDING_MAIL.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:109](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L109) +[src/constants.ts:109](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L109) diff --git a/docs/talawa-api-docs/constants/variables/EVENT_NOT_FOUND_ERROR.md b/docs/talawa-api-docs/constants/variables/EVENT_NOT_FOUND_ERROR.md index 735fd2ce2b3..7d78df55578 100644 --- a/docs/talawa-api-docs/constants/variables/EVENT_NOT_FOUND_ERROR.md +++ b/docs/talawa-api-docs/constants/variables/EVENT_NOT_FOUND_ERROR.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:111](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L111) +[src/constants.ts:111](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L111) diff --git a/docs/talawa-api-docs/constants/variables/EVENT_VOLUNTEER_GROUP_NOT_FOUND_ERROR.md b/docs/talawa-api-docs/constants/variables/EVENT_VOLUNTEER_GROUP_NOT_FOUND_ERROR.md index e888e85fdb2..dbcfe1ffbfc 100644 --- a/docs/talawa-api-docs/constants/variables/EVENT_VOLUNTEER_GROUP_NOT_FOUND_ERROR.md +++ b/docs/talawa-api-docs/constants/variables/EVENT_VOLUNTEER_GROUP_NOT_FOUND_ERROR.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:657](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L657) +[src/constants.ts:657](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L657) diff --git a/docs/talawa-api-docs/constants/variables/EVENT_VOLUNTEER_INVITE_USER_MISTMATCH.md b/docs/talawa-api-docs/constants/variables/EVENT_VOLUNTEER_INVITE_USER_MISTMATCH.md index b3258616ad6..21d3b83951f 100644 --- a/docs/talawa-api-docs/constants/variables/EVENT_VOLUNTEER_INVITE_USER_MISTMATCH.md +++ b/docs/talawa-api-docs/constants/variables/EVENT_VOLUNTEER_INVITE_USER_MISTMATCH.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:664](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L664) +[src/constants.ts:664](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L664) diff --git a/docs/talawa-api-docs/constants/variables/EVENT_VOLUNTEER_MEMBERSHIP_NOT_FOUND_ERROR.md b/docs/talawa-api-docs/constants/variables/EVENT_VOLUNTEER_MEMBERSHIP_NOT_FOUND_ERROR.md index 970b3f5658c..59e94c433bd 100644 --- a/docs/talawa-api-docs/constants/variables/EVENT_VOLUNTEER_MEMBERSHIP_NOT_FOUND_ERROR.md +++ b/docs/talawa-api-docs/constants/variables/EVENT_VOLUNTEER_MEMBERSHIP_NOT_FOUND_ERROR.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:671](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L671) +[src/constants.ts:671](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L671) diff --git a/docs/talawa-api-docs/constants/variables/EVENT_VOLUNTEER_NOT_FOUND_ERROR.md b/docs/talawa-api-docs/constants/variables/EVENT_VOLUNTEER_NOT_FOUND_ERROR.md index c2b05e51523..2273c626d90 100644 --- a/docs/talawa-api-docs/constants/variables/EVENT_VOLUNTEER_NOT_FOUND_ERROR.md +++ b/docs/talawa-api-docs/constants/variables/EVENT_VOLUNTEER_NOT_FOUND_ERROR.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:650](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L650) +[src/constants.ts:650](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L650) diff --git a/docs/talawa-api-docs/constants/variables/FEEDBACK_ALREADY_SUBMITTED.md b/docs/talawa-api-docs/constants/variables/FEEDBACK_ALREADY_SUBMITTED.md index 1380944c086..e3cc4409a99 100644 --- a/docs/talawa-api-docs/constants/variables/FEEDBACK_ALREADY_SUBMITTED.md +++ b/docs/talawa-api-docs/constants/variables/FEEDBACK_ALREADY_SUBMITTED.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:118](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L118) +[src/constants.ts:118](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L118) diff --git a/docs/talawa-api-docs/constants/variables/FIELD_NON_EMPTY_ERROR.md b/docs/talawa-api-docs/constants/variables/FIELD_NON_EMPTY_ERROR.md index 38f5cacea81..f49659c03b4 100644 --- a/docs/talawa-api-docs/constants/variables/FIELD_NON_EMPTY_ERROR.md +++ b/docs/talawa-api-docs/constants/variables/FIELD_NON_EMPTY_ERROR.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:310](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L310) +[src/constants.ts:310](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L310) diff --git a/docs/talawa-api-docs/constants/variables/FILE_NOT_FOUND.md b/docs/talawa-api-docs/constants/variables/FILE_NOT_FOUND.md index f5be509b238..3790086f9e6 100644 --- a/docs/talawa-api-docs/constants/variables/FILE_NOT_FOUND.md +++ b/docs/talawa-api-docs/constants/variables/FILE_NOT_FOUND.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:752](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L752) +[src/constants.ts:752](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L752) diff --git a/docs/talawa-api-docs/constants/variables/FILE_SIZE_EXCEEDED.md b/docs/talawa-api-docs/constants/variables/FILE_SIZE_EXCEEDED.md index 264f1eff617..2852a6253c0 100644 --- a/docs/talawa-api-docs/constants/variables/FILE_SIZE_EXCEEDED.md +++ b/docs/talawa-api-docs/constants/variables/FILE_SIZE_EXCEEDED.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:746](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L746) +[src/constants.ts:746](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L746) diff --git a/docs/talawa-api-docs/constants/variables/FUNDRAISING_CAMPAIGN_ALREADY_ADDED.md b/docs/talawa-api-docs/constants/variables/FUNDRAISING_CAMPAIGN_ALREADY_ADDED.md index cee53f980aa..15a7acc00e3 100644 --- a/docs/talawa-api-docs/constants/variables/FUNDRAISING_CAMPAIGN_ALREADY_ADDED.md +++ b/docs/talawa-api-docs/constants/variables/FUNDRAISING_CAMPAIGN_ALREADY_ADDED.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:141](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L141) +[src/constants.ts:141](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L141) diff --git a/docs/talawa-api-docs/constants/variables/FUNDRAISING_CAMPAIGN_ALREADY_EXISTS.md b/docs/talawa-api-docs/constants/variables/FUNDRAISING_CAMPAIGN_ALREADY_EXISTS.md index 95422bccff0..470e96bfce1 100644 --- a/docs/talawa-api-docs/constants/variables/FUNDRAISING_CAMPAIGN_ALREADY_EXISTS.md +++ b/docs/talawa-api-docs/constants/variables/FUNDRAISING_CAMPAIGN_ALREADY_EXISTS.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:135](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L135) +[src/constants.ts:135](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L135) diff --git a/docs/talawa-api-docs/constants/variables/FUNDRAISING_CAMPAIGN_NOT_FOUND_ERROR.md b/docs/talawa-api-docs/constants/variables/FUNDRAISING_CAMPAIGN_NOT_FOUND_ERROR.md index edba56749f8..190bdaf4efa 100644 --- a/docs/talawa-api-docs/constants/variables/FUNDRAISING_CAMPAIGN_NOT_FOUND_ERROR.md +++ b/docs/talawa-api-docs/constants/variables/FUNDRAISING_CAMPAIGN_NOT_FOUND_ERROR.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:129](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L129) +[src/constants.ts:129](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L129) diff --git a/docs/talawa-api-docs/constants/variables/FUNDRAISING_CAMPAIGN_PLEDGE_ALREADY_EXISTS.md b/docs/talawa-api-docs/constants/variables/FUNDRAISING_CAMPAIGN_PLEDGE_ALREADY_EXISTS.md index 9e44d5cdb51..09ddc7f812c 100644 --- a/docs/talawa-api-docs/constants/variables/FUNDRAISING_CAMPAIGN_PLEDGE_ALREADY_EXISTS.md +++ b/docs/talawa-api-docs/constants/variables/FUNDRAISING_CAMPAIGN_PLEDGE_ALREADY_EXISTS.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:153](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L153) +[src/constants.ts:153](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L153) diff --git a/docs/talawa-api-docs/constants/variables/FUNDRAISING_CAMPAIGN_PLEDGE_NOT_FOUND_ERROR.md b/docs/talawa-api-docs/constants/variables/FUNDRAISING_CAMPAIGN_PLEDGE_NOT_FOUND_ERROR.md index 5835e36b4bf..75ae97b3007 100644 --- a/docs/talawa-api-docs/constants/variables/FUNDRAISING_CAMPAIGN_PLEDGE_NOT_FOUND_ERROR.md +++ b/docs/talawa-api-docs/constants/variables/FUNDRAISING_CAMPAIGN_PLEDGE_NOT_FOUND_ERROR.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:147](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L147) +[src/constants.ts:147](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L147) diff --git a/docs/talawa-api-docs/constants/variables/FUND_ALREADY_EXISTS.md b/docs/talawa-api-docs/constants/variables/FUND_ALREADY_EXISTS.md index 018d8d0d175..f720e7dda5b 100644 --- a/docs/talawa-api-docs/constants/variables/FUND_ALREADY_EXISTS.md +++ b/docs/talawa-api-docs/constants/variables/FUND_ALREADY_EXISTS.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:123](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L123) +[src/constants.ts:123](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L123) diff --git a/docs/talawa-api-docs/constants/variables/FUND_NOT_FOUND_ERROR.md b/docs/talawa-api-docs/constants/variables/FUND_NOT_FOUND_ERROR.md index 0200314e7f0..5c04fa80ec9 100644 --- a/docs/talawa-api-docs/constants/variables/FUND_NOT_FOUND_ERROR.md +++ b/docs/talawa-api-docs/constants/variables/FUND_NOT_FOUND_ERROR.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:159](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L159) +[src/constants.ts:159](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L159) diff --git a/docs/talawa-api-docs/constants/variables/IMAGE_SIZE_LIMIT.md b/docs/talawa-api-docs/constants/variables/IMAGE_SIZE_LIMIT.md index b4af64d3d77..628b525d3d9 100644 --- a/docs/talawa-api-docs/constants/variables/IMAGE_SIZE_LIMIT.md +++ b/docs/talawa-api-docs/constants/variables/IMAGE_SIZE_LIMIT.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:872](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L872) +[src/constants.ts:872](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L872) diff --git a/docs/talawa-api-docs/constants/variables/IMAGE_SIZE_LIMIT_KB.md b/docs/talawa-api-docs/constants/variables/IMAGE_SIZE_LIMIT_KB.md index 659b44143f7..48b14adbfd9 100644 --- a/docs/talawa-api-docs/constants/variables/IMAGE_SIZE_LIMIT_KB.md +++ b/docs/talawa-api-docs/constants/variables/IMAGE_SIZE_LIMIT_KB.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:267](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L267) +[src/constants.ts:267](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L267) diff --git a/docs/talawa-api-docs/constants/variables/INCORRECT_TAG_INPUT.md b/docs/talawa-api-docs/constants/variables/INCORRECT_TAG_INPUT.md index 3a60f98e412..bc457c7398d 100644 --- a/docs/talawa-api-docs/constants/variables/INCORRECT_TAG_INPUT.md +++ b/docs/talawa-api-docs/constants/variables/INCORRECT_TAG_INPUT.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:460](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L460) +[src/constants.ts:460](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L460) diff --git a/docs/talawa-api-docs/constants/variables/INPUT_NOT_FOUND_ERROR.md b/docs/talawa-api-docs/constants/variables/INPUT_NOT_FOUND_ERROR.md index 0b450e2aa90..2715962d3c6 100644 --- a/docs/talawa-api-docs/constants/variables/INPUT_NOT_FOUND_ERROR.md +++ b/docs/talawa-api-docs/constants/variables/INPUT_NOT_FOUND_ERROR.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:506](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L506) +[src/constants.ts:506](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L506) diff --git a/docs/talawa-api-docs/constants/variables/INTERNAL_SERVER_ERROR.md b/docs/talawa-api-docs/constants/variables/INTERNAL_SERVER_ERROR.md index 0e5153a0dcf..7c2e18ae8a1 100644 --- a/docs/talawa-api-docs/constants/variables/INTERNAL_SERVER_ERROR.md +++ b/docs/talawa-api-docs/constants/variables/INTERNAL_SERVER_ERROR.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:286](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L286) +[src/constants.ts:286](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L286) diff --git a/docs/talawa-api-docs/constants/variables/INVALID_ARGUMENT_RECEIVED.md b/docs/talawa-api-docs/constants/variables/INVALID_ARGUMENT_RECEIVED.md index 8686336162e..2604e87cd5f 100644 --- a/docs/talawa-api-docs/constants/variables/INVALID_ARGUMENT_RECEIVED.md +++ b/docs/talawa-api-docs/constants/variables/INVALID_ARGUMENT_RECEIVED.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:758](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L758) +[src/constants.ts:758](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L758) diff --git a/docs/talawa-api-docs/constants/variables/INVALID_CREDENTIALS_ERROR.md b/docs/talawa-api-docs/constants/variables/INVALID_CREDENTIALS_ERROR.md index e2676eb1540..36854610bf4 100644 --- a/docs/talawa-api-docs/constants/variables/INVALID_CREDENTIALS_ERROR.md +++ b/docs/talawa-api-docs/constants/variables/INVALID_CREDENTIALS_ERROR.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:623](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L623) +[src/constants.ts:623](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L623) diff --git a/docs/talawa-api-docs/constants/variables/INVALID_FILE_FIELD_NAME.md b/docs/talawa-api-docs/constants/variables/INVALID_FILE_FIELD_NAME.md index bafa9480960..89265cc7260 100644 --- a/docs/talawa-api-docs/constants/variables/INVALID_FILE_FIELD_NAME.md +++ b/docs/talawa-api-docs/constants/variables/INVALID_FILE_FIELD_NAME.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:740](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L740) +[src/constants.ts:740](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L740) diff --git a/docs/talawa-api-docs/constants/variables/INVALID_FILE_TYPE.md b/docs/talawa-api-docs/constants/variables/INVALID_FILE_TYPE.md index c30b507cbaf..a5d6bcf7f80 100644 --- a/docs/talawa-api-docs/constants/variables/INVALID_FILE_TYPE.md +++ b/docs/talawa-api-docs/constants/variables/INVALID_FILE_TYPE.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:261](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L261) +[src/constants.ts:261](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L261) diff --git a/docs/talawa-api-docs/constants/variables/INVALID_OTP.md b/docs/talawa-api-docs/constants/variables/INVALID_OTP.md index 1933d557ddf..4432b21f6e6 100644 --- a/docs/talawa-api-docs/constants/variables/INVALID_OTP.md +++ b/docs/talawa-api-docs/constants/variables/INVALID_OTP.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:165](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L165) +[src/constants.ts:165](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L165) diff --git a/docs/talawa-api-docs/constants/variables/INVALID_REFRESH_TOKEN_ERROR.md b/docs/talawa-api-docs/constants/variables/INVALID_REFRESH_TOKEN_ERROR.md index abdda9ce8a0..4a99381a730 100644 --- a/docs/talawa-api-docs/constants/variables/INVALID_REFRESH_TOKEN_ERROR.md +++ b/docs/talawa-api-docs/constants/variables/INVALID_REFRESH_TOKEN_ERROR.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:629](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L629) +[src/constants.ts:629](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L629) diff --git a/docs/talawa-api-docs/constants/variables/INVALID_ROLE_TYPE.md b/docs/talawa-api-docs/constants/variables/INVALID_ROLE_TYPE.md index 3b794b287c3..0c0b616ce3f 100644 --- a/docs/talawa-api-docs/constants/variables/INVALID_ROLE_TYPE.md +++ b/docs/talawa-api-docs/constants/variables/INVALID_ROLE_TYPE.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:273](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L273) +[src/constants.ts:273](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L273) diff --git a/docs/talawa-api-docs/constants/variables/INVALID_TAG_INPUT.md b/docs/talawa-api-docs/constants/variables/INVALID_TAG_INPUT.md index 750a7c11855..f64d89a2a43 100644 --- a/docs/talawa-api-docs/constants/variables/INVALID_TAG_INPUT.md +++ b/docs/talawa-api-docs/constants/variables/INVALID_TAG_INPUT.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:453](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L453) +[src/constants.ts:453](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L453) diff --git a/docs/talawa-api-docs/constants/variables/INVALID_TIMEOUT_RANGE.md b/docs/talawa-api-docs/constants/variables/INVALID_TIMEOUT_RANGE.md index a2a3e775f17..5836b92e334 100644 --- a/docs/talawa-api-docs/constants/variables/INVALID_TIMEOUT_RANGE.md +++ b/docs/talawa-api-docs/constants/variables/INVALID_TIMEOUT_RANGE.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:169](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L169) +[src/constants.ts:169](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L169) diff --git a/docs/talawa-api-docs/constants/variables/IN_PRODUCTION.md b/docs/talawa-api-docs/constants/variables/IN_PRODUCTION.md index 67bf6a62573..66293f61641 100644 --- a/docs/talawa-api-docs/constants/variables/IN_PRODUCTION.md +++ b/docs/talawa-api-docs/constants/variables/IN_PRODUCTION.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:167](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L167) +[src/constants.ts:167](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L167) diff --git a/docs/talawa-api-docs/constants/variables/LAST_RESORT_SUPERADMIN_EMAIL.md b/docs/talawa-api-docs/constants/variables/LAST_RESORT_SUPERADMIN_EMAIL.md index 1b2eda21707..b785aae09bc 100644 --- a/docs/talawa-api-docs/constants/variables/LAST_RESORT_SUPERADMIN_EMAIL.md +++ b/docs/talawa-api-docs/constants/variables/LAST_RESORT_SUPERADMIN_EMAIL.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:787](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L787) +[src/constants.ts:787](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L787) diff --git a/docs/talawa-api-docs/constants/variables/LENGTH_VALIDATION_ERROR.md b/docs/talawa-api-docs/constants/variables/LENGTH_VALIDATION_ERROR.md index 7780f414efd..c0e3cd7090e 100644 --- a/docs/talawa-api-docs/constants/variables/LENGTH_VALIDATION_ERROR.md +++ b/docs/talawa-api-docs/constants/variables/LENGTH_VALIDATION_ERROR.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:317](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L317) +[src/constants.ts:317](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L317) diff --git a/docs/talawa-api-docs/constants/variables/LOG.md b/docs/talawa-api-docs/constants/variables/LOG.md index 2dee21ea2e7..870fa8fb532 100644 --- a/docs/talawa-api-docs/constants/variables/LOG.md +++ b/docs/talawa-api-docs/constants/variables/LOG.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:843](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L843) +[src/constants.ts:843](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L843) diff --git a/docs/talawa-api-docs/constants/variables/LOG_PATH.md b/docs/talawa-api-docs/constants/variables/LOG_PATH.md index 698b489ac3f..2e25c002f07 100644 --- a/docs/talawa-api-docs/constants/variables/LOG_PATH.md +++ b/docs/talawa-api-docs/constants/variables/LOG_PATH.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:845](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L845) +[src/constants.ts:845](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L845) diff --git a/docs/talawa-api-docs/constants/variables/MAIL_PASSWORD.md b/docs/talawa-api-docs/constants/variables/MAIL_PASSWORD.md index b9278f841bc..9616628faa6 100644 --- a/docs/talawa-api-docs/constants/variables/MAIL_PASSWORD.md +++ b/docs/talawa-api-docs/constants/variables/MAIL_PASSWORD.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:785](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L785) +[src/constants.ts:785](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L785) diff --git a/docs/talawa-api-docs/constants/variables/MAIL_USERNAME.md b/docs/talawa-api-docs/constants/variables/MAIL_USERNAME.md index 99fcd3e4b7f..0bb8fa33216 100644 --- a/docs/talawa-api-docs/constants/variables/MAIL_USERNAME.md +++ b/docs/talawa-api-docs/constants/variables/MAIL_USERNAME.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:783](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L783) +[src/constants.ts:783](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L783) diff --git a/docs/talawa-api-docs/constants/variables/MAXIMUM_FETCH_LIMIT.md b/docs/talawa-api-docs/constants/variables/MAXIMUM_FETCH_LIMIT.md index f14a85e6f1c..68b22aa2eed 100644 --- a/docs/talawa-api-docs/constants/variables/MAXIMUM_FETCH_LIMIT.md +++ b/docs/talawa-api-docs/constants/variables/MAXIMUM_FETCH_LIMIT.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:767](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L767) +[src/constants.ts:767](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L767) diff --git a/docs/talawa-api-docs/constants/variables/MAXIMUM_IMAGE_SIZE_LIMIT_KB.md b/docs/talawa-api-docs/constants/variables/MAXIMUM_IMAGE_SIZE_LIMIT_KB.md index 16aa6de113d..a7e62961b8a 100644 --- a/docs/talawa-api-docs/constants/variables/MAXIMUM_IMAGE_SIZE_LIMIT_KB.md +++ b/docs/talawa-api-docs/constants/variables/MAXIMUM_IMAGE_SIZE_LIMIT_KB.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:769](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L769) +[src/constants.ts:769](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L769) diff --git a/docs/talawa-api-docs/constants/variables/MAXIMUM_TIMEOUT_MINUTES.md b/docs/talawa-api-docs/constants/variables/MAXIMUM_TIMEOUT_MINUTES.md index 0edec55bb30..06b24e8696e 100644 --- a/docs/talawa-api-docs/constants/variables/MAXIMUM_TIMEOUT_MINUTES.md +++ b/docs/talawa-api-docs/constants/variables/MAXIMUM_TIMEOUT_MINUTES.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:765](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L765) +[src/constants.ts:765](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L765) diff --git a/docs/talawa-api-docs/constants/variables/MEMBERSHIP_REQUEST_ALREADY_EXISTS.md b/docs/talawa-api-docs/constants/variables/MEMBERSHIP_REQUEST_ALREADY_EXISTS.md index 46a34ced730..8398b0703b9 100644 --- a/docs/talawa-api-docs/constants/variables/MEMBERSHIP_REQUEST_ALREADY_EXISTS.md +++ b/docs/talawa-api-docs/constants/variables/MEMBERSHIP_REQUEST_ALREADY_EXISTS.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:189](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L189) +[src/constants.ts:189](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L189) diff --git a/docs/talawa-api-docs/constants/variables/MEMBERSHIP_REQUEST_NOT_FOUND_ERROR.md b/docs/talawa-api-docs/constants/variables/MEMBERSHIP_REQUEST_NOT_FOUND_ERROR.md index 227c6a4fa8b..d9a4f1ae77f 100644 --- a/docs/talawa-api-docs/constants/variables/MEMBERSHIP_REQUEST_NOT_FOUND_ERROR.md +++ b/docs/talawa-api-docs/constants/variables/MEMBERSHIP_REQUEST_NOT_FOUND_ERROR.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:182](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L182) +[src/constants.ts:182](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L182) diff --git a/docs/talawa-api-docs/constants/variables/MEMBER_NOT_FOUND_ERROR.md b/docs/talawa-api-docs/constants/variables/MEMBER_NOT_FOUND_ERROR.md index 89650eb0159..88ae5e5a025 100644 --- a/docs/talawa-api-docs/constants/variables/MEMBER_NOT_FOUND_ERROR.md +++ b/docs/talawa-api-docs/constants/variables/MEMBER_NOT_FOUND_ERROR.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:176](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L176) +[src/constants.ts:176](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L176) diff --git a/docs/talawa-api-docs/constants/variables/MESSAGE_NOT_FOUND_ERROR.md b/docs/talawa-api-docs/constants/variables/MESSAGE_NOT_FOUND_ERROR.md index db7767c926d..b773214d075 100644 --- a/docs/talawa-api-docs/constants/variables/MESSAGE_NOT_FOUND_ERROR.md +++ b/docs/talawa-api-docs/constants/variables/MESSAGE_NOT_FOUND_ERROR.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:67](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L67) +[src/constants.ts:67](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L67) diff --git a/docs/talawa-api-docs/constants/variables/MILLISECONDS_IN_A_WEEK.md b/docs/talawa-api-docs/constants/variables/MILLISECONDS_IN_A_WEEK.md index fea290cd6ac..814729205a2 100644 --- a/docs/talawa-api-docs/constants/variables/MILLISECONDS_IN_A_WEEK.md +++ b/docs/talawa-api-docs/constants/variables/MILLISECONDS_IN_A_WEEK.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:803](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L803) +[src/constants.ts:803](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L803) diff --git a/docs/talawa-api-docs/constants/variables/MINIMUM_TIMEOUT_MINUTES.md b/docs/talawa-api-docs/constants/variables/MINIMUM_TIMEOUT_MINUTES.md index fc990fbfe63..7c85a0e7f06 100644 --- a/docs/talawa-api-docs/constants/variables/MINIMUM_TIMEOUT_MINUTES.md +++ b/docs/talawa-api-docs/constants/variables/MINIMUM_TIMEOUT_MINUTES.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:764](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L764) +[src/constants.ts:764](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L764) diff --git a/docs/talawa-api-docs/constants/variables/MONGO_DB_URL.md b/docs/talawa-api-docs/constants/variables/MONGO_DB_URL.md index 0944621dd78..6f62464cea6 100644 --- a/docs/talawa-api-docs/constants/variables/MONGO_DB_URL.md +++ b/docs/talawa-api-docs/constants/variables/MONGO_DB_URL.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:779](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L779) +[src/constants.ts:779](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L779) diff --git a/docs/talawa-api-docs/constants/variables/NOTE_NOT_FOUND_ERROR.md b/docs/talawa-api-docs/constants/variables/NOTE_NOT_FOUND_ERROR.md index b1616a234db..8efd34c8742 100644 --- a/docs/talawa-api-docs/constants/variables/NOTE_NOT_FOUND_ERROR.md +++ b/docs/talawa-api-docs/constants/variables/NOTE_NOT_FOUND_ERROR.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:569](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L569) +[src/constants.ts:569](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L569) diff --git a/docs/talawa-api-docs/constants/variables/NO_CHANGE_IN_TAG_NAME.md b/docs/talawa-api-docs/constants/variables/NO_CHANGE_IN_TAG_NAME.md index ce18c3d3f63..2e8646b5231 100644 --- a/docs/talawa-api-docs/constants/variables/NO_CHANGE_IN_TAG_NAME.md +++ b/docs/talawa-api-docs/constants/variables/NO_CHANGE_IN_TAG_NAME.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:466](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L466) +[src/constants.ts:466](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L466) diff --git a/docs/talawa-api-docs/constants/variables/ORGANIZATION_IMAGE_NOT_FOUND_ERROR.md b/docs/talawa-api-docs/constants/variables/ORGANIZATION_IMAGE_NOT_FOUND_ERROR.md index db74dbd9bda..f0ba1cc832e 100644 --- a/docs/talawa-api-docs/constants/variables/ORGANIZATION_IMAGE_NOT_FOUND_ERROR.md +++ b/docs/talawa-api-docs/constants/variables/ORGANIZATION_IMAGE_NOT_FOUND_ERROR.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:236](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L236) +[src/constants.ts:236](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L236) diff --git a/docs/talawa-api-docs/constants/variables/ORGANIZATION_MEMBER_NOT_FOUND_ERROR.md b/docs/talawa-api-docs/constants/variables/ORGANIZATION_MEMBER_NOT_FOUND_ERROR.md index f4f8f897357..f214b1c294d 100644 --- a/docs/talawa-api-docs/constants/variables/ORGANIZATION_MEMBER_NOT_FOUND_ERROR.md +++ b/docs/talawa-api-docs/constants/variables/ORGANIZATION_MEMBER_NOT_FOUND_ERROR.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:196](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L196) +[src/constants.ts:196](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L196) diff --git a/docs/talawa-api-docs/constants/variables/ORGANIZATION_NOT_AUTHORIZED_ERROR.md b/docs/talawa-api-docs/constants/variables/ORGANIZATION_NOT_AUTHORIZED_ERROR.md index 0ad5ff0a93f..75ef7c3d6be 100644 --- a/docs/talawa-api-docs/constants/variables/ORGANIZATION_NOT_AUTHORIZED_ERROR.md +++ b/docs/talawa-api-docs/constants/variables/ORGANIZATION_NOT_AUTHORIZED_ERROR.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:202](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L202) +[src/constants.ts:202](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L202) diff --git a/docs/talawa-api-docs/constants/variables/ORGANIZATION_NOT_FOUND_ERROR.md b/docs/talawa-api-docs/constants/variables/ORGANIZATION_NOT_FOUND_ERROR.md index 23b4c7bed93..35521014913 100644 --- a/docs/talawa-api-docs/constants/variables/ORGANIZATION_NOT_FOUND_ERROR.md +++ b/docs/talawa-api-docs/constants/variables/ORGANIZATION_NOT_FOUND_ERROR.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:208](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L208) +[src/constants.ts:208](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L208) diff --git a/docs/talawa-api-docs/constants/variables/PLEASE_PROVIDE_TITLE.md b/docs/talawa-api-docs/constants/variables/PLEASE_PROVIDE_TITLE.md index f311dcfb385..fe7e9d2c8a7 100644 --- a/docs/talawa-api-docs/constants/variables/PLEASE_PROVIDE_TITLE.md +++ b/docs/talawa-api-docs/constants/variables/PLEASE_PROVIDE_TITLE.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:427](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L427) +[src/constants.ts:427](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L427) diff --git a/docs/talawa-api-docs/constants/variables/PLUGIN_NOT_FOUND.md b/docs/talawa-api-docs/constants/variables/PLUGIN_NOT_FOUND.md index 0dec375e813..8f19bbfc696 100644 --- a/docs/talawa-api-docs/constants/variables/PLUGIN_NOT_FOUND.md +++ b/docs/talawa-api-docs/constants/variables/PLUGIN_NOT_FOUND.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:242](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L242) +[src/constants.ts:242](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L242) diff --git a/docs/talawa-api-docs/constants/variables/POST_NEEDS_TO_BE_PINNED.md b/docs/talawa-api-docs/constants/variables/POST_NEEDS_TO_BE_PINNED.md index 3a655220c85..397d451437b 100644 --- a/docs/talawa-api-docs/constants/variables/POST_NEEDS_TO_BE_PINNED.md +++ b/docs/talawa-api-docs/constants/variables/POST_NEEDS_TO_BE_PINNED.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:421](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L421) +[src/constants.ts:421](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L421) diff --git a/docs/talawa-api-docs/constants/variables/POST_NOT_FOUND_ERROR.md b/docs/talawa-api-docs/constants/variables/POST_NOT_FOUND_ERROR.md index a7b88ef7499..101431fea12 100644 --- a/docs/talawa-api-docs/constants/variables/POST_NOT_FOUND_ERROR.md +++ b/docs/talawa-api-docs/constants/variables/POST_NOT_FOUND_ERROR.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:248](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L248) +[src/constants.ts:248](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L248) diff --git a/docs/talawa-api-docs/constants/variables/PRELOGIN_IMAGERY_FIELD_EMPTY.md b/docs/talawa-api-docs/constants/variables/PRELOGIN_IMAGERY_FIELD_EMPTY.md index 9d2f4a7040d..ee7b07ec811 100644 --- a/docs/talawa-api-docs/constants/variables/PRELOGIN_IMAGERY_FIELD_EMPTY.md +++ b/docs/talawa-api-docs/constants/variables/PRELOGIN_IMAGERY_FIELD_EMPTY.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:728](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L728) +[src/constants.ts:728](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L728) diff --git a/docs/talawa-api-docs/constants/variables/RECAPTCHA_SECRET_KEY.md b/docs/talawa-api-docs/constants/variables/RECAPTCHA_SECRET_KEY.md index 7efee77abf0..36929427e0a 100644 --- a/docs/talawa-api-docs/constants/variables/RECAPTCHA_SECRET_KEY.md +++ b/docs/talawa-api-docs/constants/variables/RECAPTCHA_SECRET_KEY.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:781](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L781) +[src/constants.ts:781](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L781) diff --git a/docs/talawa-api-docs/constants/variables/RECURRENCE_FREQUENCIES.md b/docs/talawa-api-docs/constants/variables/RECURRENCE_FREQUENCIES.md index 9485f6af776..adf19d54378 100644 --- a/docs/talawa-api-docs/constants/variables/RECURRENCE_FREQUENCIES.md +++ b/docs/talawa-api-docs/constants/variables/RECURRENCE_FREQUENCIES.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:806](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L806) +[src/constants.ts:806](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L806) diff --git a/docs/talawa-api-docs/constants/variables/RECURRENCE_RULE_NOT_FOUND.md b/docs/talawa-api-docs/constants/variables/RECURRENCE_RULE_NOT_FOUND.md index 76d939740ec..aa54ea76b13 100644 --- a/docs/talawa-api-docs/constants/variables/RECURRENCE_RULE_NOT_FOUND.md +++ b/docs/talawa-api-docs/constants/variables/RECURRENCE_RULE_NOT_FOUND.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:215](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L215) +[src/constants.ts:215](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L215) diff --git a/docs/talawa-api-docs/constants/variables/RECURRENCE_WEEKDAYS.md b/docs/talawa-api-docs/constants/variables/RECURRENCE_WEEKDAYS.md index 1bb4d45f295..7a3927cd22f 100644 --- a/docs/talawa-api-docs/constants/variables/RECURRENCE_WEEKDAYS.md +++ b/docs/talawa-api-docs/constants/variables/RECURRENCE_WEEKDAYS.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:820](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L820) +[src/constants.ts:820](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L820) diff --git a/docs/talawa-api-docs/constants/variables/RECURRENCE_WEEKDAYS_MAPPING.md b/docs/talawa-api-docs/constants/variables/RECURRENCE_WEEKDAYS_MAPPING.md index 74450b48eb3..cb3be70762e 100644 --- a/docs/talawa-api-docs/constants/variables/RECURRENCE_WEEKDAYS_MAPPING.md +++ b/docs/talawa-api-docs/constants/variables/RECURRENCE_WEEKDAYS_MAPPING.md @@ -40,4 +40,4 @@ ## Defined in -[src/constants.ts:830](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L830) +[src/constants.ts:830](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L830) diff --git a/docs/talawa-api-docs/constants/variables/RECURRING_EVENT_INSTANCES_DAILY_LIMIT.md b/docs/talawa-api-docs/constants/variables/RECURRING_EVENT_INSTANCES_DAILY_LIMIT.md index d9e0904a667..b6359e44722 100644 --- a/docs/talawa-api-docs/constants/variables/RECURRING_EVENT_INSTANCES_DAILY_LIMIT.md +++ b/docs/talawa-api-docs/constants/variables/RECURRING_EVENT_INSTANCES_DAILY_LIMIT.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:809](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L809) +[src/constants.ts:809](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L809) diff --git a/docs/talawa-api-docs/constants/variables/RECURRING_EVENT_INSTANCES_MONTHLY_LIMIT.md b/docs/talawa-api-docs/constants/variables/RECURRING_EVENT_INSTANCES_MONTHLY_LIMIT.md index a24c0352c8f..2cb39d14d40 100644 --- a/docs/talawa-api-docs/constants/variables/RECURRING_EVENT_INSTANCES_MONTHLY_LIMIT.md +++ b/docs/talawa-api-docs/constants/variables/RECURRING_EVENT_INSTANCES_MONTHLY_LIMIT.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:811](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L811) +[src/constants.ts:811](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L811) diff --git a/docs/talawa-api-docs/constants/variables/RECURRING_EVENT_INSTANCES_QUERY_LIMIT.md b/docs/talawa-api-docs/constants/variables/RECURRING_EVENT_INSTANCES_QUERY_LIMIT.md index b2c18132d69..94b3611d2a2 100644 --- a/docs/talawa-api-docs/constants/variables/RECURRING_EVENT_INSTANCES_QUERY_LIMIT.md +++ b/docs/talawa-api-docs/constants/variables/RECURRING_EVENT_INSTANCES_QUERY_LIMIT.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:817](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L817) +[src/constants.ts:817](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L817) diff --git a/docs/talawa-api-docs/constants/variables/RECURRING_EVENT_INSTANCES_WEEKLY_LIMIT.md b/docs/talawa-api-docs/constants/variables/RECURRING_EVENT_INSTANCES_WEEKLY_LIMIT.md index 7bf059491dd..059b001364c 100644 --- a/docs/talawa-api-docs/constants/variables/RECURRING_EVENT_INSTANCES_WEEKLY_LIMIT.md +++ b/docs/talawa-api-docs/constants/variables/RECURRING_EVENT_INSTANCES_WEEKLY_LIMIT.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:810](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L810) +[src/constants.ts:810](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L810) diff --git a/docs/talawa-api-docs/constants/variables/RECURRING_EVENT_INSTANCES_YEARLY_LIMIT.md b/docs/talawa-api-docs/constants/variables/RECURRING_EVENT_INSTANCES_YEARLY_LIMIT.md index 4cd13cd94da..1c3f2f8a7ad 100644 --- a/docs/talawa-api-docs/constants/variables/RECURRING_EVENT_INSTANCES_YEARLY_LIMIT.md +++ b/docs/talawa-api-docs/constants/variables/RECURRING_EVENT_INSTANCES_YEARLY_LIMIT.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:812](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L812) +[src/constants.ts:812](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L812) diff --git a/docs/talawa-api-docs/constants/variables/REDIS_HOST.md b/docs/talawa-api-docs/constants/variables/REDIS_HOST.md index f0072b0f993..1a6da167eb4 100644 --- a/docs/talawa-api-docs/constants/variables/REDIS_HOST.md +++ b/docs/talawa-api-docs/constants/variables/REDIS_HOST.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:799](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L799) +[src/constants.ts:799](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L799) diff --git a/docs/talawa-api-docs/constants/variables/REDIS_PASSWORD.md b/docs/talawa-api-docs/constants/variables/REDIS_PASSWORD.md index aa98dec714f..3efb614cb10 100644 --- a/docs/talawa-api-docs/constants/variables/REDIS_PASSWORD.md +++ b/docs/talawa-api-docs/constants/variables/REDIS_PASSWORD.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:801](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L801) +[src/constants.ts:801](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L801) diff --git a/docs/talawa-api-docs/constants/variables/REDIS_PORT.md b/docs/talawa-api-docs/constants/variables/REDIS_PORT.md index c009731eeb3..da3330f7b76 100644 --- a/docs/talawa-api-docs/constants/variables/REDIS_PORT.md +++ b/docs/talawa-api-docs/constants/variables/REDIS_PORT.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:800](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L800) +[src/constants.ts:800](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L800) diff --git a/docs/talawa-api-docs/constants/variables/REFRESH_TOKEN_SECRET.md b/docs/talawa-api-docs/constants/variables/REFRESH_TOKEN_SECRET.md index a48d0346c9c..7251fa2ca2a 100644 --- a/docs/talawa-api-docs/constants/variables/REFRESH_TOKEN_SECRET.md +++ b/docs/talawa-api-docs/constants/variables/REFRESH_TOKEN_SECRET.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:777](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L777) +[src/constants.ts:777](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L777) diff --git a/docs/talawa-api-docs/constants/variables/REGEX_VALIDATION_ERROR.md b/docs/talawa-api-docs/constants/variables/REGEX_VALIDATION_ERROR.md index 0f405097b38..8afadf43cd0 100644 --- a/docs/talawa-api-docs/constants/variables/REGEX_VALIDATION_ERROR.md +++ b/docs/talawa-api-docs/constants/variables/REGEX_VALIDATION_ERROR.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:329](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L329) +[src/constants.ts:329](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L329) diff --git a/docs/talawa-api-docs/constants/variables/REGISTRANT_ALREADY_EXIST_ERROR.md b/docs/talawa-api-docs/constants/variables/REGISTRANT_ALREADY_EXIST_ERROR.md index 06655c2d167..b6691852094 100644 --- a/docs/talawa-api-docs/constants/variables/REGISTRANT_ALREADY_EXIST_ERROR.md +++ b/docs/talawa-api-docs/constants/variables/REGISTRANT_ALREADY_EXIST_ERROR.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:254](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L254) +[src/constants.ts:254](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L254) diff --git a/docs/talawa-api-docs/constants/variables/SAME_FILE_ERROR.md b/docs/talawa-api-docs/constants/variables/SAME_FILE_ERROR.md index 80c1bdce746..ab2b35663ba 100644 --- a/docs/talawa-api-docs/constants/variables/SAME_FILE_ERROR.md +++ b/docs/talawa-api-docs/constants/variables/SAME_FILE_ERROR.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:280](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L280) +[src/constants.ts:280](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L280) diff --git a/docs/talawa-api-docs/constants/variables/SAMPLE_ORGANIZATION_ALREADY_EXISTS.md b/docs/talawa-api-docs/constants/variables/SAMPLE_ORGANIZATION_ALREADY_EXISTS.md index 646597ca5ed..c812f7d549a 100644 --- a/docs/talawa-api-docs/constants/variables/SAMPLE_ORGANIZATION_ALREADY_EXISTS.md +++ b/docs/talawa-api-docs/constants/variables/SAMPLE_ORGANIZATION_ALREADY_EXISTS.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:690](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L690) +[src/constants.ts:690](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L690) diff --git a/docs/talawa-api-docs/constants/variables/SERVER_PORT.md b/docs/talawa-api-docs/constants/variables/SERVER_PORT.md index 9a30cc9acd5..e0771cd7791 100644 --- a/docs/talawa-api-docs/constants/variables/SERVER_PORT.md +++ b/docs/talawa-api-docs/constants/variables/SERVER_PORT.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:773](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L773) +[src/constants.ts:773](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L773) diff --git a/docs/talawa-api-docs/constants/variables/SMTP_OPTIONS.md b/docs/talawa-api-docs/constants/variables/SMTP_OPTIONS.md index 4125c266ce5..e4e788f2b4e 100644 --- a/docs/talawa-api-docs/constants/variables/SMTP_OPTIONS.md +++ b/docs/talawa-api-docs/constants/variables/SMTP_OPTIONS.md @@ -36,4 +36,4 @@ ## Defined in -[src/constants.ts:790](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L790) +[src/constants.ts:790](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L790) diff --git a/docs/talawa-api-docs/constants/variables/START_DATE_VALIDATION_ERROR.md b/docs/talawa-api-docs/constants/variables/START_DATE_VALIDATION_ERROR.md index f39b01a631b..7c68457cac5 100644 --- a/docs/talawa-api-docs/constants/variables/START_DATE_VALIDATION_ERROR.md +++ b/docs/talawa-api-docs/constants/variables/START_DATE_VALIDATION_ERROR.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:304](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L304) +[src/constants.ts:304](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L304) diff --git a/docs/talawa-api-docs/constants/variables/STATUS_ACTIVE.md b/docs/talawa-api-docs/constants/variables/STATUS_ACTIVE.md index 52fe6631b3c..fa93de5c864 100644 --- a/docs/talawa-api-docs/constants/variables/STATUS_ACTIVE.md +++ b/docs/talawa-api-docs/constants/variables/STATUS_ACTIVE.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:511](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L511) +[src/constants.ts:511](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L511) diff --git a/docs/talawa-api-docs/constants/variables/SUPERADMIN_CANT_CHANGE_OWN_ROLE.md b/docs/talawa-api-docs/constants/variables/SUPERADMIN_CANT_CHANGE_OWN_ROLE.md index f130983ca4b..72103db77b5 100644 --- a/docs/talawa-api-docs/constants/variables/SUPERADMIN_CANT_CHANGE_OWN_ROLE.md +++ b/docs/talawa-api-docs/constants/variables/SUPERADMIN_CANT_CHANGE_OWN_ROLE.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:611](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L611) +[src/constants.ts:611](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L611) diff --git a/docs/talawa-api-docs/constants/variables/TAG_ALREADY_EXISTS.md b/docs/talawa-api-docs/constants/variables/TAG_ALREADY_EXISTS.md index a0b2f441080..6fc5837a59e 100644 --- a/docs/talawa-api-docs/constants/variables/TAG_ALREADY_EXISTS.md +++ b/docs/talawa-api-docs/constants/variables/TAG_ALREADY_EXISTS.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:473](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L473) +[src/constants.ts:473](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L473) diff --git a/docs/talawa-api-docs/constants/variables/TAG_NOT_FOUND.md b/docs/talawa-api-docs/constants/variables/TAG_NOT_FOUND.md index 0f3bb2c5714..0dbe3906a0d 100644 --- a/docs/talawa-api-docs/constants/variables/TAG_NOT_FOUND.md +++ b/docs/talawa-api-docs/constants/variables/TAG_NOT_FOUND.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:440](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L440) +[src/constants.ts:440](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L440) diff --git a/docs/talawa-api-docs/constants/variables/TRANSLATION_ALREADY_PRESENT_ERROR.md b/docs/talawa-api-docs/constants/variables/TRANSLATION_ALREADY_PRESENT_ERROR.md index 080310cedfe..265b4a8f0cb 100644 --- a/docs/talawa-api-docs/constants/variables/TRANSLATION_ALREADY_PRESENT_ERROR.md +++ b/docs/talawa-api-docs/constants/variables/TRANSLATION_ALREADY_PRESENT_ERROR.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:617](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L617) +[src/constants.ts:617](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L617) diff --git a/docs/talawa-api-docs/constants/variables/UNAUTHENTICATED_ERROR.md b/docs/talawa-api-docs/constants/variables/UNAUTHENTICATED_ERROR.md index d4362665286..3d3cc784666 100644 --- a/docs/talawa-api-docs/constants/variables/UNAUTHENTICATED_ERROR.md +++ b/docs/talawa-api-docs/constants/variables/UNAUTHENTICATED_ERROR.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:292](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L292) +[src/constants.ts:292](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L292) diff --git a/docs/talawa-api-docs/constants/variables/UNAUTHORIZED_REMOVE_AGENDA_ITEM_ERROR.md b/docs/talawa-api-docs/constants/variables/UNAUTHORIZED_REMOVE_AGENDA_ITEM_ERROR.md index debed50002c..d56e066df10 100644 --- a/docs/talawa-api-docs/constants/variables/UNAUTHORIZED_REMOVE_AGENDA_ITEM_ERROR.md +++ b/docs/talawa-api-docs/constants/variables/UNAUTHORIZED_REMOVE_AGENDA_ITEM_ERROR.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:537](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L537) +[src/constants.ts:537](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L537) diff --git a/docs/talawa-api-docs/constants/variables/UNAUTHORIZED_REMOVE_NOTE_ERROR.md b/docs/talawa-api-docs/constants/variables/UNAUTHORIZED_REMOVE_NOTE_ERROR.md index c24e120a3ab..cda28290106 100644 --- a/docs/talawa-api-docs/constants/variables/UNAUTHORIZED_REMOVE_NOTE_ERROR.md +++ b/docs/talawa-api-docs/constants/variables/UNAUTHORIZED_REMOVE_NOTE_ERROR.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:575](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L575) +[src/constants.ts:575](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L575) diff --git a/docs/talawa-api-docs/constants/variables/UNAUTHORIZED_UPDATE_AGENDA_ITEM_ERROR.md b/docs/talawa-api-docs/constants/variables/UNAUTHORIZED_UPDATE_AGENDA_ITEM_ERROR.md index 46d6e231817..f6f0ec99439 100644 --- a/docs/talawa-api-docs/constants/variables/UNAUTHORIZED_UPDATE_AGENDA_ITEM_ERROR.md +++ b/docs/talawa-api-docs/constants/variables/UNAUTHORIZED_UPDATE_AGENDA_ITEM_ERROR.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:544](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L544) +[src/constants.ts:544](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L544) diff --git a/docs/talawa-api-docs/constants/variables/UNAUTHORIZED_UPDATE_NOTE_ERROR.md b/docs/talawa-api-docs/constants/variables/UNAUTHORIZED_UPDATE_NOTE_ERROR.md index a0d55a2d494..d3560acf134 100644 --- a/docs/talawa-api-docs/constants/variables/UNAUTHORIZED_UPDATE_NOTE_ERROR.md +++ b/docs/talawa-api-docs/constants/variables/UNAUTHORIZED_UPDATE_NOTE_ERROR.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:581](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L581) +[src/constants.ts:581](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L581) diff --git a/docs/talawa-api-docs/constants/variables/URL.md b/docs/talawa-api-docs/constants/variables/URL.md index 7c9dc594799..3f2002399a3 100644 --- a/docs/talawa-api-docs/constants/variables/URL.md +++ b/docs/talawa-api-docs/constants/variables/URL.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:513](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L513) +[src/constants.ts:513](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L513) diff --git a/docs/talawa-api-docs/constants/variables/USER_ALREADY_CHECKED_IN.md b/docs/talawa-api-docs/constants/variables/USER_ALREADY_CHECKED_IN.md index 29f883ef21b..4102cd87779 100644 --- a/docs/talawa-api-docs/constants/variables/USER_ALREADY_CHECKED_IN.md +++ b/docs/talawa-api-docs/constants/variables/USER_ALREADY_CHECKED_IN.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:678](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L678) +[src/constants.ts:678](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L678) diff --git a/docs/talawa-api-docs/constants/variables/USER_ALREADY_CHECKED_OUT.md b/docs/talawa-api-docs/constants/variables/USER_ALREADY_CHECKED_OUT.md index b5a82843206..2e9a556b8c6 100644 --- a/docs/talawa-api-docs/constants/variables/USER_ALREADY_CHECKED_OUT.md +++ b/docs/talawa-api-docs/constants/variables/USER_ALREADY_CHECKED_OUT.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:684](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L684) +[src/constants.ts:684](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L684) diff --git a/docs/talawa-api-docs/constants/variables/USER_ALREADY_HAS_TAG.md b/docs/talawa-api-docs/constants/variables/USER_ALREADY_HAS_TAG.md index 4e5ce63775b..09e82f905f1 100644 --- a/docs/talawa-api-docs/constants/variables/USER_ALREADY_HAS_TAG.md +++ b/docs/talawa-api-docs/constants/variables/USER_ALREADY_HAS_TAG.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:486](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L486) +[src/constants.ts:486](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L486) diff --git a/docs/talawa-api-docs/constants/variables/USER_ALREADY_INVITED_FOR_EVENT.md b/docs/talawa-api-docs/constants/variables/USER_ALREADY_INVITED_FOR_EVENT.md index 2479b5478f5..9882afa6d63 100644 --- a/docs/talawa-api-docs/constants/variables/USER_ALREADY_INVITED_FOR_EVENT.md +++ b/docs/talawa-api-docs/constants/variables/USER_ALREADY_INVITED_FOR_EVENT.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:359](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L359) +[src/constants.ts:359](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L359) diff --git a/docs/talawa-api-docs/constants/variables/USER_ALREADY_MEMBER_ERROR.md b/docs/talawa-api-docs/constants/variables/USER_ALREADY_MEMBER_ERROR.md index 4cf1af91065..356db9382e3 100644 --- a/docs/talawa-api-docs/constants/variables/USER_ALREADY_MEMBER_ERROR.md +++ b/docs/talawa-api-docs/constants/variables/USER_ALREADY_MEMBER_ERROR.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:518](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L518) +[src/constants.ts:518](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L518) diff --git a/docs/talawa-api-docs/constants/variables/USER_ALREADY_REGISTERED_FOR_EVENT.md b/docs/talawa-api-docs/constants/variables/USER_ALREADY_REGISTERED_FOR_EVENT.md index d9dc50f0df9..015f98da7c0 100644 --- a/docs/talawa-api-docs/constants/variables/USER_ALREADY_REGISTERED_FOR_EVENT.md +++ b/docs/talawa-api-docs/constants/variables/USER_ALREADY_REGISTERED_FOR_EVENT.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:353](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L353) +[src/constants.ts:353](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L353) diff --git a/docs/talawa-api-docs/constants/variables/USER_ALREADY_UNREGISTERED_ERROR.md b/docs/talawa-api-docs/constants/variables/USER_ALREADY_UNREGISTERED_ERROR.md index a0715bcf186..ebcce1b2263 100644 --- a/docs/talawa-api-docs/constants/variables/USER_ALREADY_UNREGISTERED_ERROR.md +++ b/docs/talawa-api-docs/constants/variables/USER_ALREADY_UNREGISTERED_ERROR.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:524](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L524) +[src/constants.ts:524](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L524) diff --git a/docs/talawa-api-docs/constants/variables/USER_BLOCKING_SELF.md b/docs/talawa-api-docs/constants/variables/USER_BLOCKING_SELF.md index 098bdf1a470..e1d8c5d35d3 100644 --- a/docs/talawa-api-docs/constants/variables/USER_BLOCKING_SELF.md +++ b/docs/talawa-api-docs/constants/variables/USER_BLOCKING_SELF.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:383](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L383) +[src/constants.ts:383](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L383) diff --git a/docs/talawa-api-docs/constants/variables/USER_DOES_NOT_BELONG_TO_TAGS_ORGANIZATION.md b/docs/talawa-api-docs/constants/variables/USER_DOES_NOT_BELONG_TO_TAGS_ORGANIZATION.md index d8787265489..ea38bce8038 100644 --- a/docs/talawa-api-docs/constants/variables/USER_DOES_NOT_BELONG_TO_TAGS_ORGANIZATION.md +++ b/docs/talawa-api-docs/constants/variables/USER_DOES_NOT_BELONG_TO_TAGS_ORGANIZATION.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:446](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L446) +[src/constants.ts:446](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L446) diff --git a/docs/talawa-api-docs/constants/variables/USER_DOES_NOT_HAVE_THE_TAG.md b/docs/talawa-api-docs/constants/variables/USER_DOES_NOT_HAVE_THE_TAG.md index 45ebd7728ee..e97e68870c4 100644 --- a/docs/talawa-api-docs/constants/variables/USER_DOES_NOT_HAVE_THE_TAG.md +++ b/docs/talawa-api-docs/constants/variables/USER_DOES_NOT_HAVE_THE_TAG.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:493](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L493) +[src/constants.ts:493](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L493) diff --git a/docs/talawa-api-docs/constants/variables/USER_FAMILY_MIN_MEMBERS_ERROR_CODE.md b/docs/talawa-api-docs/constants/variables/USER_FAMILY_MIN_MEMBERS_ERROR_CODE.md index 526d8a7c102..c514a08bb1a 100644 --- a/docs/talawa-api-docs/constants/variables/USER_FAMILY_MIN_MEMBERS_ERROR_CODE.md +++ b/docs/talawa-api-docs/constants/variables/USER_FAMILY_MIN_MEMBERS_ERROR_CODE.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:323](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L323) +[src/constants.ts:323](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L323) diff --git a/docs/talawa-api-docs/constants/variables/USER_FAMILY_NOT_FOUND_ERROR.md b/docs/talawa-api-docs/constants/variables/USER_FAMILY_NOT_FOUND_ERROR.md index ee307618a7a..69e1a3cf50f 100644 --- a/docs/talawa-api-docs/constants/variables/USER_FAMILY_NOT_FOUND_ERROR.md +++ b/docs/talawa-api-docs/constants/variables/USER_FAMILY_NOT_FOUND_ERROR.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:335](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L335) +[src/constants.ts:335](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L335) diff --git a/docs/talawa-api-docs/constants/variables/USER_NOT_AUTHORIZED_ADMIN.md b/docs/talawa-api-docs/constants/variables/USER_NOT_AUTHORIZED_ADMIN.md index a86301a0b6b..416b23cd442 100644 --- a/docs/talawa-api-docs/constants/variables/USER_NOT_AUTHORIZED_ADMIN.md +++ b/docs/talawa-api-docs/constants/variables/USER_NOT_AUTHORIZED_ADMIN.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:347](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L347) +[src/constants.ts:347](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L347) diff --git a/docs/talawa-api-docs/constants/variables/USER_NOT_AUTHORIZED_ERROR.md b/docs/talawa-api-docs/constants/variables/USER_NOT_AUTHORIZED_ERROR.md index addfe49930c..b867b0409cc 100644 --- a/docs/talawa-api-docs/constants/variables/USER_NOT_AUTHORIZED_ERROR.md +++ b/docs/talawa-api-docs/constants/variables/USER_NOT_AUTHORIZED_ERROR.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:530](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L530) +[src/constants.ts:530](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L530) diff --git a/docs/talawa-api-docs/constants/variables/USER_NOT_AUTHORIZED_SUPERADMIN.md b/docs/talawa-api-docs/constants/variables/USER_NOT_AUTHORIZED_SUPERADMIN.md index 42b070cf02d..f4e14aefced 100644 --- a/docs/talawa-api-docs/constants/variables/USER_NOT_AUTHORIZED_SUPERADMIN.md +++ b/docs/talawa-api-docs/constants/variables/USER_NOT_AUTHORIZED_SUPERADMIN.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:341](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L341) +[src/constants.ts:341](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L341) diff --git a/docs/talawa-api-docs/constants/variables/USER_NOT_AUTHORIZED_TO_CREATE_TAG.md b/docs/talawa-api-docs/constants/variables/USER_NOT_AUTHORIZED_TO_CREATE_TAG.md index be871a51fcb..9ffad91afca 100644 --- a/docs/talawa-api-docs/constants/variables/USER_NOT_AUTHORIZED_TO_CREATE_TAG.md +++ b/docs/talawa-api-docs/constants/variables/USER_NOT_AUTHORIZED_TO_CREATE_TAG.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:479](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L479) +[src/constants.ts:479](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L479) diff --git a/docs/talawa-api-docs/constants/variables/USER_NOT_AUTHORIZED_TO_PIN.md b/docs/talawa-api-docs/constants/variables/USER_NOT_AUTHORIZED_TO_PIN.md index 5e705b2334e..13d03c76a8b 100644 --- a/docs/talawa-api-docs/constants/variables/USER_NOT_AUTHORIZED_TO_PIN.md +++ b/docs/talawa-api-docs/constants/variables/USER_NOT_AUTHORIZED_TO_PIN.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:433](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L433) +[src/constants.ts:433](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L433) diff --git a/docs/talawa-api-docs/constants/variables/USER_NOT_CHECKED_IN.md b/docs/talawa-api-docs/constants/variables/USER_NOT_CHECKED_IN.md index 7d5451d9178..83be0910cca 100644 --- a/docs/talawa-api-docs/constants/variables/USER_NOT_CHECKED_IN.md +++ b/docs/talawa-api-docs/constants/variables/USER_NOT_CHECKED_IN.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:371](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L371) +[src/constants.ts:371](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L371) diff --git a/docs/talawa-api-docs/constants/variables/USER_NOT_FOUND_ERROR.md b/docs/talawa-api-docs/constants/variables/USER_NOT_FOUND_ERROR.md index ef48c81cab1..104c2305088 100644 --- a/docs/talawa-api-docs/constants/variables/USER_NOT_FOUND_ERROR.md +++ b/docs/talawa-api-docs/constants/variables/USER_NOT_FOUND_ERROR.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:587](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L587) +[src/constants.ts:587](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L587) diff --git a/docs/talawa-api-docs/constants/variables/USER_NOT_MADE_PLEDGE_ERROR.md b/docs/talawa-api-docs/constants/variables/USER_NOT_MADE_PLEDGE_ERROR.md index df76683b78d..5964d50b037 100644 --- a/docs/talawa-api-docs/constants/variables/USER_NOT_MADE_PLEDGE_ERROR.md +++ b/docs/talawa-api-docs/constants/variables/USER_NOT_MADE_PLEDGE_ERROR.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:593](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L593) +[src/constants.ts:593](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L593) diff --git a/docs/talawa-api-docs/constants/variables/USER_NOT_MEMBER_FOR_ORGANIZATION.md b/docs/talawa-api-docs/constants/variables/USER_NOT_MEMBER_FOR_ORGANIZATION.md index f30319e57d0..746ca5027e3 100644 --- a/docs/talawa-api-docs/constants/variables/USER_NOT_MEMBER_FOR_ORGANIZATION.md +++ b/docs/talawa-api-docs/constants/variables/USER_NOT_MEMBER_FOR_ORGANIZATION.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:599](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L599) +[src/constants.ts:599](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L599) diff --git a/docs/talawa-api-docs/constants/variables/USER_NOT_ORGANIZATION_ADMIN.md b/docs/talawa-api-docs/constants/variables/USER_NOT_ORGANIZATION_ADMIN.md index 3ae50a3ee33..1be3f0fcbd5 100644 --- a/docs/talawa-api-docs/constants/variables/USER_NOT_ORGANIZATION_ADMIN.md +++ b/docs/talawa-api-docs/constants/variables/USER_NOT_ORGANIZATION_ADMIN.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:377](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L377) +[src/constants.ts:377](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L377) diff --git a/docs/talawa-api-docs/constants/variables/USER_NOT_REGISTERED_FOR_EVENT.md b/docs/talawa-api-docs/constants/variables/USER_NOT_REGISTERED_FOR_EVENT.md index 59132b9bfa7..f6c63ac1a93 100644 --- a/docs/talawa-api-docs/constants/variables/USER_NOT_REGISTERED_FOR_EVENT.md +++ b/docs/talawa-api-docs/constants/variables/USER_NOT_REGISTERED_FOR_EVENT.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:365](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L365) +[src/constants.ts:365](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L365) diff --git a/docs/talawa-api-docs/constants/variables/USER_PROFILE_IMAGE_NOT_FOUND_ERROR.md b/docs/talawa-api-docs/constants/variables/USER_PROFILE_IMAGE_NOT_FOUND_ERROR.md index e3b97675845..27c0c96567f 100644 --- a/docs/talawa-api-docs/constants/variables/USER_PROFILE_IMAGE_NOT_FOUND_ERROR.md +++ b/docs/talawa-api-docs/constants/variables/USER_PROFILE_IMAGE_NOT_FOUND_ERROR.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:636](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L636) +[src/constants.ts:636](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L636) diff --git a/docs/talawa-api-docs/constants/variables/USER_REMOVING_SELF.md b/docs/talawa-api-docs/constants/variables/USER_REMOVING_SELF.md index 49de9debd0a..5a92178ab53 100644 --- a/docs/talawa-api-docs/constants/variables/USER_REMOVING_SELF.md +++ b/docs/talawa-api-docs/constants/variables/USER_REMOVING_SELF.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:389](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L389) +[src/constants.ts:389](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L389) diff --git a/docs/talawa-api-docs/constants/variables/USER_TO_BE_REMOVED_NOT_FOUND_ERROR.md b/docs/talawa-api-docs/constants/variables/USER_TO_BE_REMOVED_NOT_FOUND_ERROR.md index 2b2c1e7bbf8..48a9df0861c 100644 --- a/docs/talawa-api-docs/constants/variables/USER_TO_BE_REMOVED_NOT_FOUND_ERROR.md +++ b/docs/talawa-api-docs/constants/variables/USER_TO_BE_REMOVED_NOT_FOUND_ERROR.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:605](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L605) +[src/constants.ts:605](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L605) diff --git a/docs/talawa-api-docs/constants/variables/VENUE_ALREADY_EXISTS_ERROR.md b/docs/talawa-api-docs/constants/variables/VENUE_ALREADY_EXISTS_ERROR.md index 40a620767a4..f2700c0bf09 100644 --- a/docs/talawa-api-docs/constants/variables/VENUE_ALREADY_EXISTS_ERROR.md +++ b/docs/talawa-api-docs/constants/variables/VENUE_ALREADY_EXISTS_ERROR.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:81](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L81) +[src/constants.ts:81](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L81) diff --git a/docs/talawa-api-docs/constants/variables/VENUE_ALREADY_SCHEDULED.md b/docs/talawa-api-docs/constants/variables/VENUE_ALREADY_SCHEDULED.md index b732a068534..b85742ea428 100644 --- a/docs/talawa-api-docs/constants/variables/VENUE_ALREADY_SCHEDULED.md +++ b/docs/talawa-api-docs/constants/variables/VENUE_ALREADY_SCHEDULED.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:229](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L229) +[src/constants.ts:229](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L229) diff --git a/docs/talawa-api-docs/constants/variables/VENUE_NAME_MISSING_ERROR.md b/docs/talawa-api-docs/constants/variables/VENUE_NAME_MISSING_ERROR.md index 9297830e375..92444d56b76 100644 --- a/docs/talawa-api-docs/constants/variables/VENUE_NAME_MISSING_ERROR.md +++ b/docs/talawa-api-docs/constants/variables/VENUE_NAME_MISSING_ERROR.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:222](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L222) +[src/constants.ts:222](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L222) diff --git a/docs/talawa-api-docs/constants/variables/VENUE_NOT_FOUND_ERROR.md b/docs/talawa-api-docs/constants/variables/VENUE_NOT_FOUND_ERROR.md index 02e14d4e7a0..45cf41b3b1e 100644 --- a/docs/talawa-api-docs/constants/variables/VENUE_NOT_FOUND_ERROR.md +++ b/docs/talawa-api-docs/constants/variables/VENUE_NOT_FOUND_ERROR.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:88](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L88) +[src/constants.ts:88](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L88) diff --git a/docs/talawa-api-docs/constants/variables/VIDEO_SIZE_LIMIT.md b/docs/talawa-api-docs/constants/variables/VIDEO_SIZE_LIMIT.md index e5f6cfa316d..6a204dc1253 100644 --- a/docs/talawa-api-docs/constants/variables/VIDEO_SIZE_LIMIT.md +++ b/docs/talawa-api-docs/constants/variables/VIDEO_SIZE_LIMIT.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:871](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L871) +[src/constants.ts:871](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L871) diff --git a/docs/talawa-api-docs/constants/variables/iv.md b/docs/talawa-api-docs/constants/variables/iv.md index 521da5622b7..57c24a1622f 100644 --- a/docs/talawa-api-docs/constants/variables/iv.md +++ b/docs/talawa-api-docs/constants/variables/iv.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:841](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L841) +[src/constants.ts:841](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L841) diff --git a/docs/talawa-api-docs/constants/variables/key.md b/docs/talawa-api-docs/constants/variables/key.md index 13c94e66688..478eef424ed 100644 --- a/docs/talawa-api-docs/constants/variables/key.md +++ b/docs/talawa-api-docs/constants/variables/key.md @@ -10,4 +10,4 @@ ## Defined in -[src/constants.ts:840](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/constants.ts#L840) +[src/constants.ts:840](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/constants.ts#L840) diff --git a/docs/talawa-api-docs/db/functions/connect.md b/docs/talawa-api-docs/db/functions/connect.md index bca457956ee..b5000cfd860 100644 --- a/docs/talawa-api-docs/db/functions/connect.md +++ b/docs/talawa-api-docs/db/functions/connect.md @@ -20,4 +20,4 @@ ## Defined in -[src/db.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/db.ts#L8) +[src/db.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/db.ts#L8) diff --git a/docs/talawa-api-docs/db/functions/disconnect.md b/docs/talawa-api-docs/db/functions/disconnect.md index a5bfaade91f..fe65d7e2ebf 100644 --- a/docs/talawa-api-docs/db/functions/disconnect.md +++ b/docs/talawa-api-docs/db/functions/disconnect.md @@ -14,4 +14,4 @@ ## Defined in -[src/db.ts:64](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/db.ts#L64) +[src/db.ts:64](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/db.ts#L64) diff --git a/docs/talawa-api-docs/db/variables/session.md b/docs/talawa-api-docs/db/variables/session.md index 35067ae5bb9..38c4f483a71 100644 --- a/docs/talawa-api-docs/db/variables/session.md +++ b/docs/talawa-api-docs/db/variables/session.md @@ -10,4 +10,4 @@ ## Defined in -[src/db.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/db.ts#L6) +[src/db.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/db.ts#L6) diff --git a/docs/talawa-api-docs/directives/directiveTransformer/authDirectiveTransformer/functions/default.md b/docs/talawa-api-docs/directives/directiveTransformer/authDirectiveTransformer/functions/default.md index 83de15101d1..3f1c546db03 100644 --- a/docs/talawa-api-docs/directives/directiveTransformer/authDirectiveTransformer/functions/default.md +++ b/docs/talawa-api-docs/directives/directiveTransformer/authDirectiveTransformer/functions/default.md @@ -44,4 +44,4 @@ Parent File: ## Defined in -[src/directives/directiveTransformer/authDirectiveTransformer.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/directives/directiveTransformer/authDirectiveTransformer.ts#L22) +[src/directives/directiveTransformer/authDirectiveTransformer.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/directives/directiveTransformer/authDirectiveTransformer.ts#L22) diff --git a/docs/talawa-api-docs/directives/directiveTransformer/roleDirectiveTransformer/functions/default.md b/docs/talawa-api-docs/directives/directiveTransformer/roleDirectiveTransformer/functions/default.md index a97af1a2ef3..603dc79049c 100644 --- a/docs/talawa-api-docs/directives/directiveTransformer/roleDirectiveTransformer/functions/default.md +++ b/docs/talawa-api-docs/directives/directiveTransformer/roleDirectiveTransformer/functions/default.md @@ -44,4 +44,4 @@ const transformedSchema = roleDirectiveTransformer(originalSchema, 'role'); ## Defined in -[src/directives/directiveTransformer/roleDirectiveTransformer.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/directives/directiveTransformer/roleDirectiveTransformer.ts#L24) +[src/directives/directiveTransformer/roleDirectiveTransformer.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/directives/directiveTransformer/roleDirectiveTransformer.ts#L24) diff --git a/docs/talawa-api-docs/helpers/event/createEventHelpers/createRecurringEvent/functions/createRecurringEvent.md b/docs/talawa-api-docs/helpers/event/createEventHelpers/createRecurringEvent/functions/createRecurringEvent.md index f6bb1ca7295..cb1d87c0c68 100644 --- a/docs/talawa-api-docs/helpers/event/createEventHelpers/createRecurringEvent/functions/createRecurringEvent.md +++ b/docs/talawa-api-docs/helpers/event/createEventHelpers/createRecurringEvent/functions/createRecurringEvent.md @@ -6,7 +6,7 @@ # Function: createRecurringEvent() -\> **createRecurringEvent**(`args`, `creatorId`, `organizationId`, `session`): `Promise`\<[`InterfaceEvent`](../../../../../models/Event/interfaces/InterfaceEvent.md)\> +\> **createRecurringEvent**(`args`, `creatorId`, `organizationId`, `session`, `chat`): `Promise`\<[`InterfaceEvent`](../../../../../models/Event/interfaces/InterfaceEvent.md)\> Creates instances of a recurring event up to a specified end date. @@ -36,6 +36,10 @@ The ID of the organization to which the event belongs. The MongoDB client session for transactional operations. +### chat + +`null` | [`InterfaceChat`](../../../../../models/Chat/interfaces/InterfaceChat.md) + ## Returns `Promise`\<[`InterfaceEvent`](../../../../../models/Event/interfaces/InterfaceEvent.md)\> @@ -60,4 +64,4 @@ Steps performed by this function: ## Defined in -[src/helpers/event/createEventHelpers/createRecurringEvent.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/helpers/event/createEventHelpers/createRecurringEvent.ts#L35) +[src/helpers/event/createEventHelpers/createRecurringEvent.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/helpers/event/createEventHelpers/createRecurringEvent.ts#L35) diff --git a/docs/talawa-api-docs/helpers/event/createEventHelpers/createRecurringEventInstancesDuringQuery/functions/createRecurringEventInstancesDuringQuery.md b/docs/talawa-api-docs/helpers/event/createEventHelpers/createRecurringEventInstancesDuringQuery/functions/createRecurringEventInstancesDuringQuery.md index 3f492871caf..7c897dd81c9 100644 --- a/docs/talawa-api-docs/helpers/event/createEventHelpers/createRecurringEventInstancesDuringQuery/functions/createRecurringEventInstancesDuringQuery.md +++ b/docs/talawa-api-docs/helpers/event/createEventHelpers/createRecurringEventInstancesDuringQuery/functions/createRecurringEventInstancesDuringQuery.md @@ -41,4 +41,4 @@ This function follows these steps: ## Defined in -[src/helpers/event/createEventHelpers/createRecurringEventInstancesDuringQuery.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/helpers/event/createEventHelpers/createRecurringEventInstancesDuringQuery.ts#L32) +[src/helpers/event/createEventHelpers/createRecurringEventInstancesDuringQuery.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/helpers/event/createEventHelpers/createRecurringEventInstancesDuringQuery.ts#L32) diff --git a/docs/talawa-api-docs/helpers/event/createEventHelpers/createSingleEvent/functions/createSingleEvent.md b/docs/talawa-api-docs/helpers/event/createEventHelpers/createSingleEvent/functions/createSingleEvent.md index 4bf44ce89dc..41b007734be 100644 --- a/docs/talawa-api-docs/helpers/event/createEventHelpers/createSingleEvent/functions/createSingleEvent.md +++ b/docs/talawa-api-docs/helpers/event/createEventHelpers/createSingleEvent/functions/createSingleEvent.md @@ -6,7 +6,7 @@ # Function: createSingleEvent() -\> **createSingleEvent**(`args`, `creatorId`, `organizationId`, `session`): `Promise`\<[`InterfaceEvent`](../../../../../models/Event/interfaces/InterfaceEvent.md)\> +\> **createSingleEvent**(`args`, `creatorId`, `organizationId`, `session`, `chat`): `Promise`\<[`InterfaceEvent`](../../../../../models/Event/interfaces/InterfaceEvent.md)\> Creates a single non-recurring event. @@ -36,6 +36,10 @@ The ID of the organization to which the event belongs. The MongoDB client session for transactional operations. +### chat + +`null` | [`InterfaceChat`](../../../../../models/Chat/interfaces/InterfaceChat.md) + ## Returns `Promise`\<[`InterfaceEvent`](../../../../../models/Event/interfaces/InterfaceEvent.md)\> @@ -59,4 +63,4 @@ This function follows these steps: ## Defined in -[src/helpers/event/createEventHelpers/createSingleEvent.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/helpers/event/createEventHelpers/createSingleEvent.ts#L29) +[src/helpers/event/createEventHelpers/createSingleEvent.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/helpers/event/createEventHelpers/createSingleEvent.ts#L29) diff --git a/docs/talawa-api-docs/helpers/event/deleteEventHelpers/deleteRecurringEvent/functions/deleteRecurringEvent.md b/docs/talawa-api-docs/helpers/event/deleteEventHelpers/deleteRecurringEvent/functions/deleteRecurringEvent.md index 0d79e1ea3fd..b1302414d14 100644 --- a/docs/talawa-api-docs/helpers/event/deleteEventHelpers/deleteRecurringEvent/functions/deleteRecurringEvent.md +++ b/docs/talawa-api-docs/helpers/event/deleteEventHelpers/deleteRecurringEvent/functions/deleteRecurringEvent.md @@ -46,4 +46,4 @@ This function follows these steps: ## Defined in -[src/helpers/event/deleteEventHelpers/deleteRecurringEvent.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/helpers/event/deleteEventHelpers/deleteRecurringEvent.ts#L29) +[src/helpers/event/deleteEventHelpers/deleteRecurringEvent.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/helpers/event/deleteEventHelpers/deleteRecurringEvent.ts#L29) diff --git a/docs/talawa-api-docs/helpers/event/deleteEventHelpers/deleteRecurringEventInstances/functions/deleteRecurringEventInstances.md b/docs/talawa-api-docs/helpers/event/deleteEventHelpers/deleteRecurringEventInstances/functions/deleteRecurringEventInstances.md index d44f33d13f4..537a3f61016 100644 --- a/docs/talawa-api-docs/helpers/event/deleteEventHelpers/deleteRecurringEventInstances/functions/deleteRecurringEventInstances.md +++ b/docs/talawa-api-docs/helpers/event/deleteEventHelpers/deleteRecurringEventInstances/functions/deleteRecurringEventInstances.md @@ -51,4 +51,4 @@ This function performs the following steps: ## Defined in -[src/helpers/event/deleteEventHelpers/deleteRecurringEventInstances.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/helpers/event/deleteEventHelpers/deleteRecurringEventInstances.ts#L32) +[src/helpers/event/deleteEventHelpers/deleteRecurringEventInstances.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/helpers/event/deleteEventHelpers/deleteRecurringEventInstances.ts#L32) diff --git a/docs/talawa-api-docs/helpers/event/deleteEventHelpers/deleteSingleEvent/functions/deleteSingleEvent.md b/docs/talawa-api-docs/helpers/event/deleteEventHelpers/deleteSingleEvent/functions/deleteSingleEvent.md index 9b4573d2760..540f6b56e5c 100644 --- a/docs/talawa-api-docs/helpers/event/deleteEventHelpers/deleteSingleEvent/functions/deleteSingleEvent.md +++ b/docs/talawa-api-docs/helpers/event/deleteEventHelpers/deleteSingleEvent/functions/deleteSingleEvent.md @@ -49,4 +49,4 @@ This function performs the following steps: ## Defined in -[src/helpers/event/deleteEventHelpers/deleteSingleEvent.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/helpers/event/deleteEventHelpers/deleteSingleEvent.ts#L25) +[src/helpers/event/deleteEventHelpers/deleteSingleEvent.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/helpers/event/deleteEventHelpers/deleteSingleEvent.ts#L25) diff --git a/docs/talawa-api-docs/helpers/event/recurringEventHelpers/createRecurrenceRule/functions/createRecurrenceRule.md b/docs/talawa-api-docs/helpers/event/recurringEventHelpers/createRecurrenceRule/functions/createRecurrenceRule.md index d6a6b3911d0..016869b6d44 100644 --- a/docs/talawa-api-docs/helpers/event/recurringEventHelpers/createRecurrenceRule/functions/createRecurrenceRule.md +++ b/docs/talawa-api-docs/helpers/event/recurringEventHelpers/createRecurrenceRule/functions/createRecurrenceRule.md @@ -69,4 +69,4 @@ This function performs the following steps: ## Defined in -[src/helpers/event/recurringEventHelpers/createRecurrenceRule.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/helpers/event/recurringEventHelpers/createRecurrenceRule.ts#L26) +[src/helpers/event/recurringEventHelpers/createRecurrenceRule.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/helpers/event/recurringEventHelpers/createRecurrenceRule.ts#L27) diff --git a/docs/talawa-api-docs/helpers/event/recurringEventHelpers/generateRecurrenceRuleString/functions/generateRecurrenceRuleString.md b/docs/talawa-api-docs/helpers/event/recurringEventHelpers/generateRecurrenceRuleString/functions/generateRecurrenceRuleString.md index 4b4b03fd954..fe63c6f29ea 100644 --- a/docs/talawa-api-docs/helpers/event/recurringEventHelpers/generateRecurrenceRuleString/functions/generateRecurrenceRuleString.md +++ b/docs/talawa-api-docs/helpers/event/recurringEventHelpers/generateRecurrenceRuleString/functions/generateRecurrenceRuleString.md @@ -33,4 +33,4 @@ This function performs the following steps: ## Defined in -[src/helpers/event/recurringEventHelpers/generateRecurrenceRuleString.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/helpers/event/recurringEventHelpers/generateRecurrenceRuleString.ts#L15) +[src/helpers/event/recurringEventHelpers/generateRecurrenceRuleString.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/helpers/event/recurringEventHelpers/generateRecurrenceRuleString.ts#L15) diff --git a/docs/talawa-api-docs/helpers/event/recurringEventHelpers/generateRecurringEventInstances/functions/generateRecurringEventInstances.md b/docs/talawa-api-docs/helpers/event/recurringEventHelpers/generateRecurringEventInstances/functions/generateRecurringEventInstances.md index 00a0bcd6009..d33a33a2c05 100644 --- a/docs/talawa-api-docs/helpers/event/recurringEventHelpers/generateRecurringEventInstances/functions/generateRecurringEventInstances.md +++ b/docs/talawa-api-docs/helpers/event/recurringEventHelpers/generateRecurringEventInstances/functions/generateRecurringEventInstances.md @@ -20,4 +20,4 @@ ## Defined in -[src/helpers/event/recurringEventHelpers/generateRecurringEventInstances.ts:44](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/helpers/event/recurringEventHelpers/generateRecurringEventInstances.ts#L44) +[src/helpers/event/recurringEventHelpers/generateRecurringEventInstances.ts:44](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/helpers/event/recurringEventHelpers/generateRecurringEventInstances.ts#L44) diff --git a/docs/talawa-api-docs/helpers/event/recurringEventHelpers/generateRecurringEventInstances/interfaces/InterfaceRecurringEvent.md b/docs/talawa-api-docs/helpers/event/recurringEventHelpers/generateRecurringEventInstances/interfaces/InterfaceRecurringEvent.md index 6cce9b30732..f5ca62586ec 100644 --- a/docs/talawa-api-docs/helpers/event/recurringEventHelpers/generateRecurringEventInstances/interfaces/InterfaceRecurringEvent.md +++ b/docs/talawa-api-docs/helpers/event/recurringEventHelpers/generateRecurringEventInstances/interfaces/InterfaceRecurringEvent.md @@ -18,7 +18,7 @@ #### Defined in -[src/helpers/event/recurringEventHelpers/generateRecurringEventInstances.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/helpers/event/recurringEventHelpers/generateRecurringEventInstances.ts#L40) +[src/helpers/event/recurringEventHelpers/generateRecurringEventInstances.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/helpers/event/recurringEventHelpers/generateRecurringEventInstances.ts#L40) *** @@ -32,7 +32,7 @@ #### Defined in -[src/types/generatedGraphQLTypes.ts:787](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L787) +[src/types/generatedGraphQLTypes.ts:794](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L794) *** @@ -42,7 +42,21 @@ #### Defined in -[src/helpers/event/recurringEventHelpers/generateRecurringEventInstances.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/helpers/event/recurringEventHelpers/generateRecurringEventInstances.ts#L38) +[src/helpers/event/recurringEventHelpers/generateRecurringEventInstances.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/helpers/event/recurringEventHelpers/generateRecurringEventInstances.ts#L38) + +*** + +### createChat + +\> **createChat**: `boolean` + +#### Inherited from + +`EventInput.createChat` + +#### Defined in + +[src/types/generatedGraphQLTypes.ts:795](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L795) *** @@ -52,7 +66,7 @@ #### Defined in -[src/helpers/event/recurringEventHelpers/generateRecurringEventInstances.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/helpers/event/recurringEventHelpers/generateRecurringEventInstances.ts#L39) +[src/helpers/event/recurringEventHelpers/generateRecurringEventInstances.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/helpers/event/recurringEventHelpers/generateRecurringEventInstances.ts#L39) *** @@ -66,7 +80,7 @@ #### Defined in -[src/types/generatedGraphQLTypes.ts:788](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L788) +[src/types/generatedGraphQLTypes.ts:796](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L796) *** @@ -80,7 +94,7 @@ #### Defined in -[src/types/generatedGraphQLTypes.ts:789](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L789) +[src/types/generatedGraphQLTypes.ts:797](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L797) *** @@ -94,7 +108,7 @@ #### Defined in -[src/types/generatedGraphQLTypes.ts:790](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L790) +[src/types/generatedGraphQLTypes.ts:798](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L798) *** @@ -108,7 +122,7 @@ #### Defined in -[src/types/generatedGraphQLTypes.ts:791](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L791) +[src/types/generatedGraphQLTypes.ts:799](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L799) *** @@ -118,7 +132,7 @@ #### Defined in -[src/helpers/event/recurringEventHelpers/generateRecurringEventInstances.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/helpers/event/recurringEventHelpers/generateRecurringEventInstances.ts#L36) +[src/helpers/event/recurringEventHelpers/generateRecurringEventInstances.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/helpers/event/recurringEventHelpers/generateRecurringEventInstances.ts#L36) *** @@ -132,7 +146,7 @@ #### Defined in -[src/types/generatedGraphQLTypes.ts:792](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L792) +[src/types/generatedGraphQLTypes.ts:800](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L800) *** @@ -146,7 +160,7 @@ #### Defined in -[src/types/generatedGraphQLTypes.ts:793](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L793) +[src/types/generatedGraphQLTypes.ts:801](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L801) *** @@ -160,7 +174,7 @@ #### Defined in -[src/types/generatedGraphQLTypes.ts:794](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L794) +[src/types/generatedGraphQLTypes.ts:802](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L802) *** @@ -174,7 +188,7 @@ #### Defined in -[src/types/generatedGraphQLTypes.ts:795](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L795) +[src/types/generatedGraphQLTypes.ts:803](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L803) *** @@ -188,7 +202,7 @@ #### Defined in -[src/types/generatedGraphQLTypes.ts:796](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L796) +[src/types/generatedGraphQLTypes.ts:804](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L804) *** @@ -198,7 +212,7 @@ #### Defined in -[src/helpers/event/recurringEventHelpers/generateRecurringEventInstances.ts:41](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/helpers/event/recurringEventHelpers/generateRecurringEventInstances.ts#L41) +[src/helpers/event/recurringEventHelpers/generateRecurringEventInstances.ts:41](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/helpers/event/recurringEventHelpers/generateRecurringEventInstances.ts#L41) *** @@ -212,7 +226,7 @@ #### Defined in -[src/types/generatedGraphQLTypes.ts:797](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L797) +[src/types/generatedGraphQLTypes.ts:805](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L805) *** @@ -222,7 +236,7 @@ #### Defined in -[src/helpers/event/recurringEventHelpers/generateRecurringEventInstances.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/helpers/event/recurringEventHelpers/generateRecurringEventInstances.ts#L37) +[src/helpers/event/recurringEventHelpers/generateRecurringEventInstances.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/helpers/event/recurringEventHelpers/generateRecurringEventInstances.ts#L37) *** @@ -236,7 +250,7 @@ #### Defined in -[src/types/generatedGraphQLTypes.ts:798](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L798) +[src/types/generatedGraphQLTypes.ts:806](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L806) *** @@ -250,7 +264,7 @@ #### Defined in -[src/types/generatedGraphQLTypes.ts:799](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L799) +[src/types/generatedGraphQLTypes.ts:807](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L807) *** @@ -264,7 +278,7 @@ #### Defined in -[src/types/generatedGraphQLTypes.ts:800](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L800) +[src/types/generatedGraphQLTypes.ts:808](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L808) *** @@ -278,4 +292,4 @@ #### Defined in -[src/types/generatedGraphQLTypes.ts:801](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L801) +[src/types/generatedGraphQLTypes.ts:809](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L809) diff --git a/docs/talawa-api-docs/helpers/event/recurringEventHelpers/getRecurringInstanceDates/functions/getRecurringInstanceDates.md b/docs/talawa-api-docs/helpers/event/recurringEventHelpers/getRecurringInstanceDates/functions/getRecurringInstanceDates.md index 5c0b8fd8f49..fb07f96b72a 100644 --- a/docs/talawa-api-docs/helpers/event/recurringEventHelpers/getRecurringInstanceDates/functions/getRecurringInstanceDates.md +++ b/docs/talawa-api-docs/helpers/event/recurringEventHelpers/getRecurringInstanceDates/functions/getRecurringInstanceDates.md @@ -50,4 +50,4 @@ This function performs the following steps: ## Defined in -[src/helpers/event/recurringEventHelpers/getRecurringInstanceDates.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/helpers/event/recurringEventHelpers/getRecurringInstanceDates.ts#L23) +[src/helpers/event/recurringEventHelpers/getRecurringInstanceDates.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/helpers/event/recurringEventHelpers/getRecurringInstanceDates.ts#L25) diff --git a/docs/talawa-api-docs/helpers/event/recurringEventHelpers/removeDanglingDocuments/functions/removeDanglingDocuments.md b/docs/talawa-api-docs/helpers/event/recurringEventHelpers/removeDanglingDocuments/functions/removeDanglingDocuments.md index 87d0721518f..f24b2b6d1fb 100644 --- a/docs/talawa-api-docs/helpers/event/recurringEventHelpers/removeDanglingDocuments/functions/removeDanglingDocuments.md +++ b/docs/talawa-api-docs/helpers/event/recurringEventHelpers/removeDanglingDocuments/functions/removeDanglingDocuments.md @@ -41,4 +41,4 @@ If no associated events are found, it deletes the document from the database. ## Defined in -[src/helpers/event/recurringEventHelpers/removeDanglingDocuments.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/helpers/event/recurringEventHelpers/removeDanglingDocuments.ts#L13) +[src/helpers/event/recurringEventHelpers/removeDanglingDocuments.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/helpers/event/recurringEventHelpers/removeDanglingDocuments.ts#L13) diff --git a/docs/talawa-api-docs/helpers/event/updateEventHelpers/getEventData/functions/getEventData.md b/docs/talawa-api-docs/helpers/event/updateEventHelpers/getEventData/functions/getEventData.md index 4ab7d623791..726095ed29d 100644 --- a/docs/talawa-api-docs/helpers/event/updateEventHelpers/getEventData/functions/getEventData.md +++ b/docs/talawa-api-docs/helpers/event/updateEventHelpers/getEventData/functions/getEventData.md @@ -33,4 +33,4 @@ The updated event data. ## Defined in -[src/helpers/event/updateEventHelpers/getEventData.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/helpers/event/updateEventHelpers/getEventData.ts#L12) +[src/helpers/event/updateEventHelpers/getEventData.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/helpers/event/updateEventHelpers/getEventData.ts#L12) diff --git a/docs/talawa-api-docs/helpers/event/updateEventHelpers/shouldUpdateBaseRecurringEvent/functions/shouldUpdateBaseRecurringEvent.md b/docs/talawa-api-docs/helpers/event/updateEventHelpers/shouldUpdateBaseRecurringEvent/functions/shouldUpdateBaseRecurringEvent.md index 09c740cfe79..310752572eb 100644 --- a/docs/talawa-api-docs/helpers/event/updateEventHelpers/shouldUpdateBaseRecurringEvent/functions/shouldUpdateBaseRecurringEvent.md +++ b/docs/talawa-api-docs/helpers/event/updateEventHelpers/shouldUpdateBaseRecurringEvent/functions/shouldUpdateBaseRecurringEvent.md @@ -32,4 +32,4 @@ true if the recurrence rule is the latest rule that the instances were following ## Defined in -[src/helpers/event/updateEventHelpers/shouldUpdateBaseRecurringEvent.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/helpers/event/updateEventHelpers/shouldUpdateBaseRecurringEvent.ts#L8) +[src/helpers/event/updateEventHelpers/shouldUpdateBaseRecurringEvent.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/helpers/event/updateEventHelpers/shouldUpdateBaseRecurringEvent.ts#L8) diff --git a/docs/talawa-api-docs/helpers/event/updateEventHelpers/updateRecurringEvent/functions/updateRecurringEvent.md b/docs/talawa-api-docs/helpers/event/updateEventHelpers/updateRecurringEvent/functions/updateRecurringEvent.md index 75e0c33de4b..3874441f5e0 100644 --- a/docs/talawa-api-docs/helpers/event/updateEventHelpers/updateRecurringEvent/functions/updateRecurringEvent.md +++ b/docs/talawa-api-docs/helpers/event/updateEventHelpers/updateRecurringEvent/functions/updateRecurringEvent.md @@ -38,4 +38,4 @@ The updated event object. ## Defined in -[src/helpers/event/updateEventHelpers/updateRecurringEvent.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/helpers/event/updateEventHelpers/updateRecurringEvent.ts#L20) +[src/helpers/event/updateEventHelpers/updateRecurringEvent.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/helpers/event/updateEventHelpers/updateRecurringEvent.ts#L20) diff --git a/docs/talawa-api-docs/helpers/event/updateEventHelpers/updateRecurringEventInstances/functions/updateRecurringEventInstances.md b/docs/talawa-api-docs/helpers/event/updateEventHelpers/updateRecurringEventInstances/functions/updateRecurringEventInstances.md index 4806d765705..905c49d3e72 100644 --- a/docs/talawa-api-docs/helpers/event/updateEventHelpers/updateRecurringEventInstances/functions/updateRecurringEventInstances.md +++ b/docs/talawa-api-docs/helpers/event/updateEventHelpers/updateRecurringEventInstances/functions/updateRecurringEventInstances.md @@ -65,4 +65,4 @@ The following steps are followed: ## Defined in -[src/helpers/event/updateEventHelpers/updateRecurringEventInstances.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/helpers/event/updateEventHelpers/updateRecurringEventInstances.ts#L45) +[src/helpers/event/updateEventHelpers/updateRecurringEventInstances.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/helpers/event/updateEventHelpers/updateRecurringEventInstances.ts#L45) diff --git a/docs/talawa-api-docs/helpers/event/updateEventHelpers/updateSingleEvent/functions/updateSingleEvent.md b/docs/talawa-api-docs/helpers/event/updateEventHelpers/updateSingleEvent/functions/updateSingleEvent.md index db5648a56ab..1f45b91c984 100644 --- a/docs/talawa-api-docs/helpers/event/updateEventHelpers/updateSingleEvent/functions/updateSingleEvent.md +++ b/docs/talawa-api-docs/helpers/event/updateEventHelpers/updateSingleEvent/functions/updateSingleEvent.md @@ -46,4 +46,4 @@ The following steps are followed: ## Defined in -[src/helpers/event/updateEventHelpers/updateSingleEvent.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/helpers/event/updateEventHelpers/updateSingleEvent.ts#L28) +[src/helpers/event/updateEventHelpers/updateSingleEvent.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/helpers/event/updateEventHelpers/updateSingleEvent.ts#L28) diff --git a/docs/talawa-api-docs/helpers/event/updateEventHelpers/updateThisInstance/functions/updateThisInstance.md b/docs/talawa-api-docs/helpers/event/updateEventHelpers/updateThisInstance/functions/updateThisInstance.md index c4a2299a243..942c4ada0fc 100644 --- a/docs/talawa-api-docs/helpers/event/updateEventHelpers/updateThisInstance/functions/updateThisInstance.md +++ b/docs/talawa-api-docs/helpers/event/updateEventHelpers/updateThisInstance/functions/updateThisInstance.md @@ -42,4 +42,4 @@ The following steps are followed: ## Defined in -[src/helpers/event/updateEventHelpers/updateThisInstance.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/helpers/event/updateEventHelpers/updateThisInstance.ts#L17) +[src/helpers/event/updateEventHelpers/updateThisInstance.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/helpers/event/updateEventHelpers/updateThisInstance.ts#L17) diff --git a/docs/talawa-api-docs/index/variables/pubsub.md b/docs/talawa-api-docs/index/variables/pubsub.md index b4275ee781c..4c6331c28a5 100644 --- a/docs/talawa-api-docs/index/variables/pubsub.md +++ b/docs/talawa-api-docs/index/variables/pubsub.md @@ -10,4 +10,4 @@ ## Defined in -[src/index.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/index.ts#L27) +[src/index.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/index.ts#L28) diff --git a/docs/talawa-api-docs/libraries/dbLogger/functions/createLoggingMiddleware.md b/docs/talawa-api-docs/libraries/dbLogger/functions/createLoggingMiddleware.md index 4c9e28c4d0d..3e0c2806b11 100644 --- a/docs/talawa-api-docs/libraries/dbLogger/functions/createLoggingMiddleware.md +++ b/docs/talawa-api-docs/libraries/dbLogger/functions/createLoggingMiddleware.md @@ -13,13 +13,13 @@ create, update, and delete operations on the specified schema. ## Type Parameters -• **T** *extends* `Document`\<`any`, `any`, `any`\> +• **T** *extends* `Document` ## Parameters ### schema -`Schema`\<`T`, `Model`\<`T`, `any`, `any`, `any`, `IfAny`\<`T`, `any`, `Document`\<`unknown`, `any`, `T`\> & `Require_id`\<`T`\>\>, `any`\>, \{\}, \{\}, \{\}, \{\}, `DefaultSchemaOptions`, `ObtainDocumentType`\<`any`, `T`, `ResolveSchemaOptions`\<`DefaultSchemaOptions`\>\>, `IfAny`\<`FlatRecord`\<`ObtainDocumentType`\<`any`, `T`, `ResolveSchemaOptions`\<`DefaultSchemaOptions`\>\>\>, `any`, `Document`\<`unknown`, \{\}, `FlatRecord`\<`ObtainDocumentType`\<`any`, `T`, `ResolveSchemaOptions`\<`DefaultSchemaOptions`\>\>\>\> & `Require_id`\<`FlatRecord`\<`ObtainDocumentType`\<`any`, `T`, `ResolveSchemaOptions`\<`DefaultSchemaOptions`\>\>\>\>\>\> +`Schema`\<`T`, `Model`\<`T`, `IfAny`\<`T`, `any`, `Document`\<`unknown`, `T`\> & `Require_id`\<`T`\>\>\>, `ObtainDocumentType`\<`any`, `T`, `ResolveSchemaOptions`\<`DefaultSchemaOptions`\>\>, `IfAny`\<`FlatRecord`\<`ObtainDocumentType`\<`any`, `T`, `ResolveSchemaOptions`\<`DefaultSchemaOptions`\>\>\>, `any`, `Document`\<`unknown`, \{\}, `FlatRecord`\<`ObtainDocumentType`\<`any`, `T`, `ResolveSchemaOptions`\<`DefaultSchemaOptions`\>\>\>\> & `Require_id`\<`FlatRecord`\<`ObtainDocumentType`\<`any`, `T`, `ResolveSchemaOptions`\<`DefaultSchemaOptions`\>\>\>\>\>\> The Mongoose schema to which the middleware will be added @@ -35,4 +35,4 @@ The name of the model associated with the schema ## Defined in -[src/libraries/dbLogger.ts:65](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/libraries/dbLogger.ts#L65) +[src/libraries/dbLogger.ts:73](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/libraries/dbLogger.ts#L73) diff --git a/docs/talawa-api-docs/libraries/dbLogger/interfaces/InterfaceLoggableDocument.md b/docs/talawa-api-docs/libraries/dbLogger/interfaces/InterfaceLoggableDocument.md index 23d871fdcc2..2d5da423dd6 100644 --- a/docs/talawa-api-docs/libraries/dbLogger/interfaces/InterfaceLoggableDocument.md +++ b/docs/talawa-api-docs/libraries/dbLogger/interfaces/InterfaceLoggableDocument.md @@ -115,7 +115,7 @@ node\_modules/mongoose/types/document.d.ts:102 ### collection -\> **collection**: `Collection`\<`Document`\> +\> **collection**: `Collection` Collection the model uses. @@ -201,13 +201,13 @@ Information about the transaction log #### Defined in -[src/libraries/dbLogger.ts:47](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/libraries/dbLogger.ts#L47) +[src/libraries/dbLogger.ts:55](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/libraries/dbLogger.ts#L55) *** ### schema -\> **schema**: `Schema`\<`any`, `Model`\<`any`, `any`, `any`, `any`, `any`, `any`\>, \{\}, \{\}, \{\}, \{\}, `DefaultSchemaOptions`, \{\}, `Document`\<`unknown`, \{\}, `FlatRecord`\<\{\}\>\> & `FlatRecord`\<\{\}\> & `Required`\<\{ `_id`: `unknown`; \}\>\> +\> **schema**: `Schema`\<`Model`, \{\}, `Document`\<`unknown`, \{\}, `FlatRecord`\<\{\}\>\> & `FlatRecord`\<\{\}\> & `Required`\<\{ `_id`: `unknown`; \}\>\> The document's schema. @@ -277,11 +277,11 @@ node\_modules/mongoose/types/document.d.ts:32 ### $getAllSubdocs() -\> **$getAllSubdocs**(): `Document`\<`any`, `any`, `any`\>[] +\> **$getAllSubdocs**(): `Document`[] #### Returns -`Document`\<`any`, `any`, `any`\>[] +`Document`[] #### Inherited from @@ -295,13 +295,13 @@ node\_modules/mongoose/types/document.d.ts:35 ### $getPopulatedDocs() -\> **$getPopulatedDocs**(): `Document`\<`any`, `any`, `any`\>[] +\> **$getPopulatedDocs**(): `Document`[] Returns an array of all populated documents associated with the query #### Returns -`Document`\<`any`, `any`, `any`\>[] +`Document`[] #### Inherited from @@ -513,7 +513,7 @@ Returns the model with the given name on this document's associated connection. ##### Type Parameters -• **ModelType** = `Model`\<`unknown`, \{\}, \{\}, \{\}, `Document`\<`unknown`, \{\}, `unknown`\> & `object`, `any`\> +• **ModelType** = `Model`\<`unknown`, `Document`\<`unknown`, \{\}, `unknown`\> & `object`\> ##### Parameters @@ -541,7 +541,7 @@ Returns the model with the given name on this document's associated connection. ##### Type Parameters -• **ModelType** = `Model`\<`any`, \{\}, \{\}, \{\}, `any`, `any`\> +• **ModelType** = `Model` ##### Returns @@ -559,14 +559,14 @@ node\_modules/mongoose/types/document.d.ts:78 ### $parent() -\> **$parent**(): `undefined` \| `Document`\<`any`, `any`, `any`\> +\> **$parent**(): `undefined` \| `Document` If this document is a subdocument or populated document, returns the document's parent. Returns undefined otherwise. #### Returns -`undefined` \| `Document`\<`any`, `any`, `any`\> +`undefined` \| `Document` #### Inherited from @@ -712,7 +712,7 @@ Removes this document from the db. ##### options? -`QueryOptions`\<`unknown`\> +`QueryOptions` #### Returns @@ -791,7 +791,7 @@ document has an `_id`, in which case this function falls back to using ##### doc -`Document`\<`any`, `any`, `any`\> +`Document` #### Returns @@ -1396,7 +1396,7 @@ Returns the model with the given name on this document's associated connection. ##### Type Parameters -• **ModelType** = `Model`\<`unknown`, \{\}, \{\}, \{\}, `Document`\<`unknown`, \{\}, `unknown`\> & `object`, `any`\> +• **ModelType** = `Model`\<`unknown`, `Document`\<`unknown`, \{\}, `unknown`\> & `object`\> ##### Parameters @@ -1424,7 +1424,7 @@ Returns the model with the given name on this document's associated connection. ##### Type Parameters -• **ModelType** = `Model`\<`any`, \{\}, \{\}, \{\}, `any`, `any`\> +• **ModelType** = `Model` ##### Returns @@ -1548,7 +1548,7 @@ Populates document references. ###### model? -`Model`\<`any`, \{\}, \{\}, \{\}, `any`, `any`\> +`Model` ###### match? @@ -1600,7 +1600,7 @@ node\_modules/mongoose/types/document.d.ts:226 ### replaceOne() -\> **replaceOne**(`replacement`?, `options`?): `Query`\<`any`, [`InterfaceLoggableDocument`](InterfaceLoggableDocument.md), \{\}, [`InterfaceLoggableDocument`](InterfaceLoggableDocument.md), `"find"`, `Record`\<`string`, `never`\>\> +\> **replaceOne**(`replacement`?, `options`?): `Query`\<`any`, [`InterfaceLoggableDocument`](InterfaceLoggableDocument.md), [`InterfaceLoggableDocument`](InterfaceLoggableDocument.md)\> Sends a replaceOne command with this document `_id` as the query selector. @@ -1612,11 +1612,11 @@ Sends a replaceOne command with this document `_id` as the query selector. ##### options? -`null` | `QueryOptions`\<`unknown`\> +`null` | `QueryOptions` #### Returns -`Query`\<`any`, [`InterfaceLoggableDocument`](InterfaceLoggableDocument.md), \{\}, [`InterfaceLoggableDocument`](InterfaceLoggableDocument.md), `"find"`, `Record`\<`string`, `never`\>\> +`Query`\<`any`, [`InterfaceLoggableDocument`](InterfaceLoggableDocument.md), [`InterfaceLoggableDocument`](InterfaceLoggableDocument.md)\> #### Inherited from @@ -1806,7 +1806,7 @@ The return value of this method is used in calls to JSON.stringify(doc). ###### options? -`ToObjectOptions`\<`Document`\<`unknown`, \{\}, `unknown`\> & `object`\> & `object` +`ToObjectOptions` & `object` ##### Returns @@ -1834,7 +1834,7 @@ The return value of this method is used in calls to JSON.stringify(doc). ###### options -`ToObjectOptions`\<`Document`\<`unknown`, \{\}, `unknown`\> & `object`\> & `object` +`ToObjectOptions` & `object` ##### Returns @@ -1864,7 +1864,7 @@ Converts this document into a plain-old JavaScript object ([POJO](https://master ##### options? -`ToObjectOptions`\<`Document`\<`unknown`, \{\}, `unknown`\> & `object`\> +`ToObjectOptions` #### Returns @@ -1938,7 +1938,7 @@ node\_modules/mongoose/types/document.d.ts:252 ### updateOne() -\> **updateOne**(`update`?, `options`?): `Query`\<`any`, [`InterfaceLoggableDocument`](InterfaceLoggableDocument.md), \{\}, [`InterfaceLoggableDocument`](InterfaceLoggableDocument.md), `"find"`, `Record`\<`string`, `never`\>\> +\> **updateOne**(`update`?, `options`?): `Query`\<`any`, [`InterfaceLoggableDocument`](InterfaceLoggableDocument.md), [`InterfaceLoggableDocument`](InterfaceLoggableDocument.md)\> Sends an updateOne command with this document `_id` as the query selector. @@ -1950,11 +1950,11 @@ Sends an updateOne command with this document `_id` as the query selector. ##### options? -`null` | `QueryOptions`\<`unknown`\> +`null` | `QueryOptions` #### Returns -`Query`\<`any`, [`InterfaceLoggableDocument`](InterfaceLoggableDocument.md), \{\}, [`InterfaceLoggableDocument`](InterfaceLoggableDocument.md), `"find"`, `Record`\<`string`, `never`\>\> +`Query`\<`any`, [`InterfaceLoggableDocument`](InterfaceLoggableDocument.md), [`InterfaceLoggableDocument`](InterfaceLoggableDocument.md)\> #### Inherited from diff --git a/docs/talawa-api-docs/libraries/dbLogger/interfaces/InterfaceLoggableQuery.md b/docs/talawa-api-docs/libraries/dbLogger/interfaces/InterfaceLoggableQuery.md index e14e9048ad7..2f257eabf34 100644 --- a/docs/talawa-api-docs/libraries/dbLogger/interfaces/InterfaceLoggableQuery.md +++ b/docs/talawa-api-docs/libraries/dbLogger/interfaces/InterfaceLoggableQuery.md @@ -126,13 +126,13 @@ Information about the transaction log (optional) #### Defined in -[src/libraries/dbLogger.ts:55](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/libraries/dbLogger.ts#L55) +[src/libraries/dbLogger.ts:63](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/libraries/dbLogger.ts#L63) *** ### model -\> **model**: `Model`\<`any`, \{\}, \{\}, \{\}, `any`, `any`\> +\> **model**: `Model` The model this query was created from @@ -193,7 +193,7 @@ node\_modules/mongoose/types/query.d.ts:744 ### \[asyncIterator\]() -\> **\[asyncIterator\]**(): `AsyncIterableIterator`\<`unknown`, `any`, `any`\> +\> **\[asyncIterator\]**(): `AsyncIterableIterator`\<`unknown`\> Returns a wrapper around a [mongodb driver cursor](https://mongodb.github.io/node-mongodb-native/4.9/classes/FindCursor.html). A QueryCursor exposes a Streams3 interface, as well as a `.next()` function. @@ -201,7 +201,7 @@ This is equivalent to calling `.cursor()` with no arguments. #### Returns -`AsyncIterableIterator`\<`unknown`, `any`, `any`\> +`AsyncIterableIterator`\<`unknown`\> #### Inherited from @@ -215,7 +215,7 @@ node\_modules/mongoose/types/query.d.ts:216 ### $where() -\> **$where**(`argument`): `Query`\<`T`[], `T`, \{\}, `T`, `"find"`, `Record`\<`string`, `never`\>\> +\> **$where**(`argument`): `Query`\<`T`[], `T`, `T`\> #### Parameters @@ -225,7 +225,7 @@ node\_modules/mongoose/types/query.d.ts:216 #### Returns -`Query`\<`T`[], `T`, \{\}, `T`, `"find"`, `Record`\<`string`, `never`\>\> +`Query`\<`T`[], `T`, `T`\> #### Inherited from @@ -439,7 +439,7 @@ Casts this query to the schema of `model`. the model to cast to. If not set, defaults to `this.model` -`null` | `Model`\<`any`, \{\}, \{\}, \{\}, `any`, `any`\> +`null` | `Model` ##### obj? @@ -593,7 +593,7 @@ node\_modules/mongoose/types/query.d.ts:282 ### countDocuments() -\> **countDocuments**(`criteria`?, `options`?): `Query`\<`number`, `T`, \{\}, `T`, `"countDocuments"`, `Record`\<`string`, `never`\>\> +\> **countDocuments**(`criteria`?, `options`?): `Query`\<`number`, `T`, `T`, `"countDocuments"`\> Specifies this query as a `countDocuments` query. @@ -609,7 +609,7 @@ Specifies this query as a `countDocuments` query. #### Returns -`Query`\<`number`, `T`, \{\}, `T`, `"countDocuments"`, `Record`\<`string`, `never`\>\> +`Query`\<`number`, `T`, `T`, `"countDocuments"`\> #### Inherited from @@ -652,7 +652,7 @@ node\_modules/mongoose/types/query.d.ts:294 #### Call Signature -\> **deleteMany**(`filter`?, `options`?): `Query`\<`any`, `T`, \{\}, `T`, `"deleteMany"`, `Record`\<`string`, `never`\>\> +\> **deleteMany**(`filter`?, `options`?): `Query`\<`any`, `T`, `T`, `"deleteMany"`\> Declare and/or execute this query as a `deleteMany()` operation. Works like remove, except it deletes _every_ document that matches `filter` in the @@ -670,7 +670,7 @@ collection, regardless of the value of `single`. ##### Returns -`Query`\<`any`, `T`, \{\}, `T`, `"deleteMany"`, `Record`\<`string`, `never`\>\> +`Query`\<`any`, `T`, `T`, `"deleteMany"`\> ##### Inherited from @@ -682,7 +682,7 @@ node\_modules/mongoose/types/query.d.ts:301 #### Call Signature -\> **deleteMany**(`filter`): `Query`\<`any`, `T`, \{\}, `T`, `"deleteMany"`, `Record`\<`string`, `never`\>\> +\> **deleteMany**(`filter`): `Query`\<`any`, `T`, `T`, `"deleteMany"`\> Declare and/or execute this query as a `deleteMany()` operation. Works like remove, except it deletes _every_ document that matches `filter` in the @@ -696,7 +696,7 @@ collection, regardless of the value of `single`. ##### Returns -`Query`\<`any`, `T`, \{\}, `T`, `"deleteMany"`, `Record`\<`string`, `never`\>\> +`Query`\<`any`, `T`, `T`, `"deleteMany"`\> ##### Inherited from @@ -708,7 +708,7 @@ node\_modules/mongoose/types/query.d.ts:305 #### Call Signature -\> **deleteMany**(): `Query`\<`any`, `T`, \{\}, `T`, `"deleteMany"`, `Record`\<`string`, `never`\>\> +\> **deleteMany**(): `Query`\<`any`, `T`, `T`, `"deleteMany"`\> Declare and/or execute this query as a `deleteMany()` operation. Works like remove, except it deletes _every_ document that matches `filter` in the @@ -716,7 +716,7 @@ collection, regardless of the value of `single`. ##### Returns -`Query`\<`any`, `T`, \{\}, `T`, `"deleteMany"`, `Record`\<`string`, `never`\>\> +`Query`\<`any`, `T`, `T`, `"deleteMany"`\> ##### Inherited from @@ -732,7 +732,7 @@ node\_modules/mongoose/types/query.d.ts:312 #### Call Signature -\> **deleteOne**(`filter`?, `options`?): `Query`\<`any`, `T`, \{\}, `T`, `"deleteOne"`, `Record`\<`string`, `never`\>\> +\> **deleteOne**(`filter`?, `options`?): `Query`\<`any`, `T`, `T`, `"deleteOne"`\> Declare and/or execute this query as a `deleteOne()` operation. Works like remove, except it deletes at most one document regardless of the `single` @@ -750,7 +750,7 @@ option. ##### Returns -`Query`\<`any`, `T`, \{\}, `T`, `"deleteOne"`, `Record`\<`string`, `never`\>\> +`Query`\<`any`, `T`, `T`, `"deleteOne"`\> ##### Inherited from @@ -762,7 +762,7 @@ node\_modules/mongoose/types/query.d.ts:319 #### Call Signature -\> **deleteOne**(`filter`): `Query`\<`any`, `T`, \{\}, `T`, `"deleteOne"`, `Record`\<`string`, `never`\>\> +\> **deleteOne**(`filter`): `Query`\<`any`, `T`, `T`, `"deleteOne"`\> Declare and/or execute this query as a `deleteOne()` operation. Works like remove, except it deletes at most one document regardless of the `single` @@ -776,7 +776,7 @@ option. ##### Returns -`Query`\<`any`, `T`, \{\}, `T`, `"deleteOne"`, `Record`\<`string`, `never`\>\> +`Query`\<`any`, `T`, `T`, `"deleteOne"`\> ##### Inherited from @@ -788,7 +788,7 @@ node\_modules/mongoose/types/query.d.ts:323 #### Call Signature -\> **deleteOne**(): `Query`\<`any`, `T`, \{\}, `T`, `"deleteOne"`, `Record`\<`string`, `never`\>\> +\> **deleteOne**(): `Query`\<`any`, `T`, `T`, `"deleteOne"`\> Declare and/or execute this query as a `deleteOne()` operation. Works like remove, except it deletes at most one document regardless of the `single` @@ -796,7 +796,7 @@ option. ##### Returns -`Query`\<`any`, `T`, \{\}, `T`, `"deleteOne"`, `Record`\<`string`, `never`\>\> +`Query`\<`any`, `T`, `T`, `"deleteOne"`\> ##### Inherited from @@ -810,7 +810,7 @@ node\_modules/mongoose/types/query.d.ts:330 ### distinct() -\> **distinct**\<`DocKey`, `ResultType`\>(`field`, `filter`?): `Query`\<`DocKey` *extends* keyof `T` ? `Unpacked`\<`T`\[`DocKey`\<`DocKey`\>\]\> : `ResultType`[], `T`, \{\}, `T`, `"distinct"`, `Record`\<`string`, `never`\>\> +\> **distinct**\<`DocKey`, `ResultType`\>(`field`, `filter`?): `Query`\<`DocKey` *extends* keyof `T` ? `Unpacked`\<`T`\[`DocKey`\<`DocKey`\>\]\> : `ResultType`[], `T`, `T`, `"distinct"`\> Creates a `distinct` query: returns the distinct values of the given `field` that match `filter`. @@ -832,7 +832,7 @@ Creates a `distinct` query: returns the distinct values of the given `field` tha #### Returns -`Query`\<`DocKey` *extends* keyof `T` ? `Unpacked`\<`T`\[`DocKey`\<`DocKey`\>\]\> : `ResultType`[], `T`, \{\}, `T`, `"distinct"`, `Record`\<`string`, `never`\>\> +`Query`\<`DocKey` *extends* keyof `T` ? `Unpacked`\<`T`\[`DocKey`\<`DocKey`\>\]\> : `ResultType`[], `T`, `T`, `"distinct"`\> #### Inherited from @@ -980,7 +980,7 @@ node\_modules/mongoose/types/query.d.ts:347 ### estimatedDocumentCount() -\> **estimatedDocumentCount**(`options`?): `Query`\<`number`, `T`, \{\}, `T`, `"estimatedDocumentCount"`, `Record`\<`string`, `never`\>\> +\> **estimatedDocumentCount**(`options`?): `Query`\<`number`, `T`, `T`, `"estimatedDocumentCount"`\> Creates a `estimatedDocumentCount` query: counts the number of documents in the collection. @@ -992,7 +992,7 @@ Creates a `estimatedDocumentCount` query: counts the number of documents in the #### Returns -`Query`\<`number`, `T`, \{\}, `T`, `"estimatedDocumentCount"`, `Record`\<`string`, `never`\>\> +`Query`\<`number`, `T`, `T`, `"estimatedDocumentCount"`\> #### Inherited from @@ -1117,7 +1117,7 @@ node\_modules/mongoose/types/query.d.ts:371 #### Call Signature -\> **find**(`filter`, `projection`?, `options`?): `Query`\<`T`[], `T`, \{\}, `T`, `"find"`, `Record`\<`string`, `never`\>\> +\> **find**(`filter`, `projection`?, `options`?): `Query`\<`T`[], `T`, `T`\> Creates a `find` query: gets a list of documents that match `filter`. @@ -1137,7 +1137,7 @@ Creates a `find` query: gets a list of documents that match `filter`. ##### Returns -`Query`\<`T`[], `T`, \{\}, `T`, `"find"`, `Record`\<`string`, `never`\>\> +`Query`\<`T`[], `T`, `T`\> ##### Inherited from @@ -1149,7 +1149,7 @@ node\_modules/mongoose/types/query.d.ts:374 #### Call Signature -\> **find**(`filter`, `projection`?): `Query`\<`T`[], `T`, \{\}, `T`, `"find"`, `Record`\<`string`, `never`\>\> +\> **find**(`filter`, `projection`?): `Query`\<`T`[], `T`, `T`\> Creates a `find` query: gets a list of documents that match `filter`. @@ -1165,7 +1165,7 @@ Creates a `find` query: gets a list of documents that match `filter`. ##### Returns -`Query`\<`T`[], `T`, \{\}, `T`, `"find"`, `Record`\<`string`, `never`\>\> +`Query`\<`T`[], `T`, `T`\> ##### Inherited from @@ -1177,7 +1177,7 @@ node\_modules/mongoose/types/query.d.ts:379 #### Call Signature -\> **find**(`filter`): `Query`\<`T`[], `T`, \{\}, `T`, `"find"`, `Record`\<`string`, `never`\>\> +\> **find**(`filter`): `Query`\<`T`[], `T`, `T`\> Creates a `find` query: gets a list of documents that match `filter`. @@ -1189,7 +1189,7 @@ Creates a `find` query: gets a list of documents that match `filter`. ##### Returns -`Query`\<`T`[], `T`, \{\}, `T`, `"find"`, `Record`\<`string`, `never`\>\> +`Query`\<`T`[], `T`, `T`\> ##### Inherited from @@ -1201,13 +1201,13 @@ node\_modules/mongoose/types/query.d.ts:383 #### Call Signature -\> **find**(): `Query`\<`T`[], `T`, \{\}, `T`, `"find"`, `Record`\<`string`, `never`\>\> +\> **find**(): `Query`\<`T`[], `T`, `T`\> Creates a `find` query: gets a list of documents that match `filter`. ##### Returns -`Query`\<`T`[], `T`, \{\}, `T`, `"find"`, `Record`\<`string`, `never`\>\> +`Query`\<`T`[], `T`, `T`\> ##### Inherited from @@ -1223,7 +1223,7 @@ node\_modules/mongoose/types/query.d.ts:386 #### Call Signature -\> **findById**(`id`, `projection`?, `options`?): `Query`\<`null` \| `T`, `T`, \{\}, `T`, `"findOne"`, `Record`\<`string`, `never`\>\> +\> **findById**(`id`, `projection`?, `options`?): `Query`\<`null` \| `T`, `T`, `T`, `"findOne"`\> Declares the query a findById operation. When executed, returns the document with the given `_id`. @@ -1243,7 +1243,7 @@ Declares the query a findById operation. When executed, returns the document wit ##### Returns -`Query`\<`null` \| `T`, `T`, \{\}, `T`, `"findOne"`, `Record`\<`string`, `never`\>\> +`Query`\<`null` \| `T`, `T`, `T`, `"findOne"`\> ##### Inherited from @@ -1255,7 +1255,7 @@ node\_modules/mongoose/types/query.d.ts:426 #### Call Signature -\> **findById**(`id`, `projection`?): `Query`\<`null` \| `T`, `T`, \{\}, `T`, `"findOne"`, `Record`\<`string`, `never`\>\> +\> **findById**(`id`, `projection`?): `Query`\<`null` \| `T`, `T`, `T`, `"findOne"`\> Declares the query a findById operation. When executed, returns the document with the given `_id`. @@ -1271,7 +1271,7 @@ Declares the query a findById operation. When executed, returns the document wit ##### Returns -`Query`\<`null` \| `T`, `T`, \{\}, `T`, `"findOne"`, `Record`\<`string`, `never`\>\> +`Query`\<`null` \| `T`, `T`, `T`, `"findOne"`\> ##### Inherited from @@ -1283,7 +1283,7 @@ node\_modules/mongoose/types/query.d.ts:431 #### Call Signature -\> **findById**(`id`): `Query`\<`null` \| `T`, `T`, \{\}, `T`, `"findOne"`, `Record`\<`string`, `never`\>\> +\> **findById**(`id`): `Query`\<`null` \| `T`, `T`, `T`, `"findOne"`\> Declares the query a findById operation. When executed, returns the document with the given `_id`. @@ -1295,7 +1295,7 @@ Declares the query a findById operation. When executed, returns the document wit ##### Returns -`Query`\<`null` \| `T`, `T`, \{\}, `T`, `"findOne"`, `Record`\<`string`, `never`\>\> +`Query`\<`null` \| `T`, `T`, `T`, `"findOne"`\> ##### Inherited from @@ -1311,7 +1311,7 @@ node\_modules/mongoose/types/query.d.ts:435 #### Call Signature -\> **findByIdAndDelete**(`id`, `options`): `Query`\<`ModifyResult`\<`T`\>, `T`, \{\}, `T`, `"findOneAndDelete"`, `Record`\<`string`, `never`\>\> +\> **findByIdAndDelete**(`id`, `options`): `Query`\<`ModifyResult`\<`T`\>, `T`, `T`, `"findOneAndDelete"`\> Creates a `findByIdAndDelete` query, filtering by the given `_id`. @@ -1327,7 +1327,7 @@ Creates a `findByIdAndDelete` query, filtering by the given `_id`. ##### Returns -`Query`\<`ModifyResult`\<`T`\>, `T`, \{\}, `T`, `"findOneAndDelete"`, `Record`\<`string`, `never`\>\> +`Query`\<`ModifyResult`\<`T`\>, `T`, `T`, `"findOneAndDelete"`\> ##### Inherited from @@ -1339,7 +1339,7 @@ node\_modules/mongoose/types/query.d.ts:440 #### Call Signature -\> **findByIdAndDelete**(`id`?, `options`?): `Query`\<`null` \| `T`, `T`, \{\}, `T`, `"findOneAndDelete"`, `Record`\<`string`, `never`\>\> +\> **findByIdAndDelete**(`id`?, `options`?): `Query`\<`null` \| `T`, `T`, `T`, `"findOneAndDelete"`\> Creates a `findByIdAndDelete` query, filtering by the given `_id`. @@ -1355,7 +1355,7 @@ Creates a `findByIdAndDelete` query, filtering by the given `_id`. ##### Returns -`Query`\<`null` \| `T`, `T`, \{\}, `T`, `"findOneAndDelete"`, `Record`\<`string`, `never`\>\> +`Query`\<`null` \| `T`, `T`, `T`, `"findOneAndDelete"`\> ##### Inherited from @@ -1371,7 +1371,7 @@ node\_modules/mongoose/types/query.d.ts:444 #### Call Signature -\> **findByIdAndUpdate**(`id`, `update`, `options`): `Query`\<`any`, `T`, \{\}, `T`, `"findOneAndUpdate"`, `Record`\<`string`, `never`\>\> +\> **findByIdAndUpdate**(`id`, `update`, `options`): `Query`\<`any`, `T`, `T`, `"findOneAndUpdate"`\> Creates a `findOneAndUpdate` query, filtering by the given `_id`. @@ -1391,7 +1391,7 @@ Creates a `findOneAndUpdate` query, filtering by the given `_id`. ##### Returns -`Query`\<`any`, `T`, \{\}, `T`, `"findOneAndUpdate"`, `Record`\<`string`, `never`\>\> +`Query`\<`any`, `T`, `T`, `"findOneAndUpdate"`\> ##### Inherited from @@ -1403,7 +1403,7 @@ node\_modules/mongoose/types/query.d.ts:450 #### Call Signature -\> **findByIdAndUpdate**(`id`, `update`, `options`): `Query`\<`T`, `T`, \{\}, `T`, `"findOneAndUpdate"`, `Record`\<`string`, `never`\>\> +\> **findByIdAndUpdate**(`id`, `update`, `options`): `Query`\<`T`, `T`, `T`, `"findOneAndUpdate"`\> Creates a `findOneAndUpdate` query, filtering by the given `_id`. @@ -1423,7 +1423,7 @@ Creates a `findOneAndUpdate` query, filtering by the given `_id`. ##### Returns -`Query`\<`T`, `T`, \{\}, `T`, `"findOneAndUpdate"`, `Record`\<`string`, `never`\>\> +`Query`\<`T`, `T`, `T`, `"findOneAndUpdate"`\> ##### Inherited from @@ -1435,7 +1435,7 @@ node\_modules/mongoose/types/query.d.ts:455 #### Call Signature -\> **findByIdAndUpdate**(`id`?, `update`?, `options`?): `Query`\<`null` \| `T`, `T`, \{\}, `T`, `"findOneAndUpdate"`, `Record`\<`string`, `never`\>\> +\> **findByIdAndUpdate**(`id`?, `update`?, `options`?): `Query`\<`null` \| `T`, `T`, `T`, `"findOneAndUpdate"`\> Creates a `findOneAndUpdate` query, filtering by the given `_id`. @@ -1455,7 +1455,7 @@ Creates a `findOneAndUpdate` query, filtering by the given `_id`. ##### Returns -`Query`\<`null` \| `T`, `T`, \{\}, `T`, `"findOneAndUpdate"`, `Record`\<`string`, `never`\>\> +`Query`\<`null` \| `T`, `T`, `T`, `"findOneAndUpdate"`\> ##### Inherited from @@ -1467,7 +1467,7 @@ node\_modules/mongoose/types/query.d.ts:460 #### Call Signature -\> **findByIdAndUpdate**(`id`, `update`): `Query`\<`null` \| `T`, `T`, \{\}, `T`, `"findOneAndUpdate"`, `Record`\<`string`, `never`\>\> +\> **findByIdAndUpdate**(`id`, `update`): `Query`\<`null` \| `T`, `T`, `T`, `"findOneAndUpdate"`\> Creates a `findOneAndUpdate` query, filtering by the given `_id`. @@ -1483,7 +1483,7 @@ Creates a `findOneAndUpdate` query, filtering by the given `_id`. ##### Returns -`Query`\<`null` \| `T`, `T`, \{\}, `T`, `"findOneAndUpdate"`, `Record`\<`string`, `never`\>\> +`Query`\<`null` \| `T`, `T`, `T`, `"findOneAndUpdate"`\> ##### Inherited from @@ -1499,7 +1499,7 @@ node\_modules/mongoose/types/query.d.ts:465 #### Call Signature -\> **findOne**(`filter`?, `projection`?, `options`?): `Query`\<`null` \| `T`, `T`, \{\}, `T`, `"findOne"`, `Record`\<`string`, `never`\>\> +\> **findOne**(`filter`?, `projection`?, `options`?): `Query`\<`null` \| `T`, `T`, `T`, `"findOne"`\> Declares the query a findOne operation. When executed, returns the first found document. @@ -1519,7 +1519,7 @@ Declares the query a findOne operation. When executed, returns the first found d ##### Returns -`Query`\<`null` \| `T`, `T`, \{\}, `T`, `"findOne"`, `Record`\<`string`, `never`\>\> +`Query`\<`null` \| `T`, `T`, `T`, `"findOne"`\> ##### Inherited from @@ -1531,7 +1531,7 @@ node\_modules/mongoose/types/query.d.ts:389 #### Call Signature -\> **findOne**(`filter`?, `projection`?): `Query`\<`null` \| `T`, `T`, \{\}, `T`, `"findOne"`, `Record`\<`string`, `never`\>\> +\> **findOne**(`filter`?, `projection`?): `Query`\<`null` \| `T`, `T`, `T`, `"findOne"`\> Declares the query a findOne operation. When executed, returns the first found document. @@ -1547,7 +1547,7 @@ Declares the query a findOne operation. When executed, returns the first found d ##### Returns -`Query`\<`null` \| `T`, `T`, \{\}, `T`, `"findOne"`, `Record`\<`string`, `never`\>\> +`Query`\<`null` \| `T`, `T`, `T`, `"findOne"`\> ##### Inherited from @@ -1559,7 +1559,7 @@ node\_modules/mongoose/types/query.d.ts:394 #### Call Signature -\> **findOne**(`filter`?): `Query`\<`null` \| `T`, `T`, \{\}, `T`, `"findOne"`, `Record`\<`string`, `never`\>\> +\> **findOne**(`filter`?): `Query`\<`null` \| `T`, `T`, `T`, `"findOne"`\> Declares the query a findOne operation. When executed, returns the first found document. @@ -1571,7 +1571,7 @@ Declares the query a findOne operation. When executed, returns the first found d ##### Returns -`Query`\<`null` \| `T`, `T`, \{\}, `T`, `"findOne"`, `Record`\<`string`, `never`\>\> +`Query`\<`null` \| `T`, `T`, `T`, `"findOne"`\> ##### Inherited from @@ -1585,7 +1585,7 @@ node\_modules/mongoose/types/query.d.ts:398 ### findOneAndDelete() -\> **findOneAndDelete**(`filter`?, `options`?): `Query`\<`null` \| `T`, `T`, \{\}, `T`, `"findOneAndDelete"`, `Record`\<`string`, `never`\>\> +\> **findOneAndDelete**(`filter`?, `options`?): `Query`\<`null` \| `T`, `T`, `T`, `"findOneAndDelete"`\> Creates a `findOneAndDelete` query: atomically finds the given document, deletes it, and returns the document as it was before deletion. @@ -1601,7 +1601,7 @@ Creates a `findOneAndDelete` query: atomically finds the given document, deletes #### Returns -`Query`\<`null` \| `T`, `T`, \{\}, `T`, `"findOneAndDelete"`, `Record`\<`string`, `never`\>\> +`Query`\<`null` \| `T`, `T`, `T`, `"findOneAndDelete"`\> #### Inherited from @@ -1617,7 +1617,7 @@ node\_modules/mongoose/types/query.d.ts:403 #### Call Signature -\> **findOneAndUpdate**(`filter`, `update`, `options`): `Query`\<`ModifyResult`\<`T`\>, `T`, \{\}, `T`, `"findOneAndUpdate"`, `Record`\<`string`, `never`\>\> +\> **findOneAndUpdate**(`filter`, `update`, `options`): `Query`\<`ModifyResult`\<`T`\>, `T`, `T`, `"findOneAndUpdate"`\> Creates a `findOneAndUpdate` query: atomically find the first document that matches `filter` and apply `update`. @@ -1637,7 +1637,7 @@ Creates a `findOneAndUpdate` query: atomically find the first document that matc ##### Returns -`Query`\<`ModifyResult`\<`T`\>, `T`, \{\}, `T`, `"findOneAndUpdate"`, `Record`\<`string`, `never`\>\> +`Query`\<`ModifyResult`\<`T`\>, `T`, `T`, `"findOneAndUpdate"`\> ##### Inherited from @@ -1649,7 +1649,7 @@ node\_modules/mongoose/types/query.d.ts:409 #### Call Signature -\> **findOneAndUpdate**(`filter`, `update`, `options`): `Query`\<`T`, `T`, \{\}, `T`, `"findOneAndUpdate"`, `Record`\<`string`, `never`\>\> +\> **findOneAndUpdate**(`filter`, `update`, `options`): `Query`\<`T`, `T`, `T`, `"findOneAndUpdate"`\> Creates a `findOneAndUpdate` query: atomically find the first document that matches `filter` and apply `update`. @@ -1669,7 +1669,7 @@ Creates a `findOneAndUpdate` query: atomically find the first document that matc ##### Returns -`Query`\<`T`, `T`, \{\}, `T`, `"findOneAndUpdate"`, `Record`\<`string`, `never`\>\> +`Query`\<`T`, `T`, `T`, `"findOneAndUpdate"`\> ##### Inherited from @@ -1681,7 +1681,7 @@ node\_modules/mongoose/types/query.d.ts:414 #### Call Signature -\> **findOneAndUpdate**(`filter`?, `update`?, `options`?): `Query`\<`null` \| `T`, `T`, \{\}, `T`, `"findOneAndUpdate"`, `Record`\<`string`, `never`\>\> +\> **findOneAndUpdate**(`filter`?, `update`?, `options`?): `Query`\<`null` \| `T`, `T`, `T`, `"findOneAndUpdate"`\> Creates a `findOneAndUpdate` query: atomically find the first document that matches `filter` and apply `update`. @@ -1701,7 +1701,7 @@ Creates a `findOneAndUpdate` query: atomically find the first document that matc ##### Returns -`Query`\<`null` \| `T`, `T`, \{\}, `T`, `"findOneAndUpdate"`, `Record`\<`string`, `never`\>\> +`Query`\<`null` \| `T`, `T`, `T`, `"findOneAndUpdate"`\> ##### Inherited from @@ -2133,7 +2133,7 @@ node\_modules/mongoose/types/query.d.ts:514 ### lean() -\> **lean**\<`LeanResultType`\>(`val`?): `Query`\<`LeanResultType`, `T`, \{\}, `T`, `"find"`, `Record`\<`string`, `never`\>\> +\> **lean**\<`LeanResultType`\>(`val`?): `Query`\<`LeanResultType`, `T`, `T`\> Sets the lean option. @@ -2149,7 +2149,7 @@ Sets the lean option. #### Returns -`Query`\<`LeanResultType`, `T`, \{\}, `T`, `"find"`, `Record`\<`string`, `never`\>\> +`Query`\<`LeanResultType`, `T`, `T`\> #### Inherited from @@ -2401,7 +2401,7 @@ Merges another Query or conditions object into this one. ##### source -`Query`\<`any`, `any`, \{\}, `any`, `"find"`, `Record`\<`string`, `never`\>\> | `FilterQuery`\<`T`\> +`Query`\<`any`, `any`, `any`\> | `FilterQuery`\<`T`\> #### Returns @@ -2738,7 +2738,7 @@ node\_modules/mongoose/types/query.d.ts:591 ### orFail() -\> **orFail**(`err`?): `Query`\<\{\}, `T`, \{\}, `T`, `"find"`, `Record`\<`string`, `never`\>\> +\> **orFail**(`err`?): `Query`\<`T`, `T`\> Make this query throw an error if no documents match the given `filter`. This is handy for integrating with async/await, because `orFail()` saves you @@ -2752,7 +2752,7 @@ an extra `if` statement to check if no document was found. #### Returns -`Query`\<\{\}, `T`, \{\}, `T`, `"find"`, `Record`\<`string`, `never`\>\> +`Query`\<`T`, `T`\> #### Inherited from @@ -2768,7 +2768,7 @@ node\_modules/mongoose/types/query.d.ts:598 #### Call Signature -\> **paginate**\<`O`\>(`options`?): `Promise`\<`PaginateResult`\<`IfAny`\<`T`, `any`, `Document`\<`unknown`, `O`, `T`\> & `Require_id`\<`T`\>\>\>\> +\> **paginate**\<`O`\>(`options`?): `Promise`\<`PaginateResult`\<`PaginateDocument`\<`T`, `Record`\<`string`, `never`\>, \{\}, `O`\>\>\> ##### Type Parameters @@ -2782,7 +2782,7 @@ node\_modules/mongoose/types/query.d.ts:598 ##### Returns -`Promise`\<`PaginateResult`\<`IfAny`\<`T`, `any`, `Document`\<`unknown`, `O`, `T`\> & `Require_id`\<`T`\>\>\>\> +`Promise`\<`PaginateResult`\<`PaginateDocument`\<`T`, `Record`\<`string`, `never`\>, \{\}, `O`\>\>\> ##### Inherited from @@ -2790,11 +2790,11 @@ node\_modules/mongoose/types/query.d.ts:598 ##### Defined in -node\_modules/mongoose-paginate-v2/index.d.ts:146 +node\_modules/mongoose-paginate-v2/index.d.ts:140 #### Call Signature -\> **paginate**\<`UserType`, `O`\>(`options`?): `Promise`\<`PaginateResult`\<`IfAny`\<`UserType`, `any`, `Document`\<`unknown`, `O`, `UserType`\> & `Require_id`\<`UserType`\>\>\>\> +\> **paginate**\<`UserType`, `O`\>(`options`?): `Promise`\<`PaginateResult`\<`PaginateDocument`\<`UserType`, `Record`\<`string`, `never`\>, \{\}, `O`\>\>\> ##### Type Parameters @@ -2810,7 +2810,7 @@ node\_modules/mongoose-paginate-v2/index.d.ts:146 ##### Returns -`Promise`\<`PaginateResult`\<`IfAny`\<`UserType`, `any`, `Document`\<`unknown`, `O`, `UserType`\> & `Require_id`\<`UserType`\>\>\>\> +`Promise`\<`PaginateResult`\<`PaginateDocument`\<`UserType`, `Record`\<`string`, `never`\>, \{\}, `O`\>\>\> ##### Inherited from @@ -2818,11 +2818,11 @@ node\_modules/mongoose-paginate-v2/index.d.ts:146 ##### Defined in -node\_modules/mongoose-paginate-v2/index.d.ts:149 +node\_modules/mongoose-paginate-v2/index.d.ts:143 #### Call Signature -\> **paginate**\<`UserType`\>(`options`?): `Promise`\<`PaginateResult`\<`IfAny`\<`UserType`, `any`, `Document`\<`unknown`, `PaginateOptions`, `UserType`\> & `Require_id`\<`UserType`\>\>\>\> +\> **paginate**\<`UserType`\>(`options`?): `Promise`\<`PaginateResult`\<`IfAny`\<`UserType`, `any`, `Document`\<`unknown`, \{\}, `UserType`\> & `Require_id`\<`UserType`\>\>\>\> ##### Type Parameters @@ -2836,7 +2836,7 @@ node\_modules/mongoose-paginate-v2/index.d.ts:149 ##### Returns -`Promise`\<`PaginateResult`\<`IfAny`\<`UserType`, `any`, `Document`\<`unknown`, `PaginateOptions`, `UserType`\> & `Require_id`\<`UserType`\>\>\>\> +`Promise`\<`PaginateResult`\<`IfAny`\<`UserType`, `any`, `Document`\<`unknown`, \{\}, `UserType`\> & `Require_id`\<`UserType`\>\>\>\> ##### Inherited from @@ -2844,7 +2844,7 @@ node\_modules/mongoose-paginate-v2/index.d.ts:149 ##### Defined in -node\_modules/mongoose-paginate-v2/index.d.ts:152 +node\_modules/mongoose-paginate-v2/index.d.ts:146 *** @@ -2908,7 +2908,7 @@ node\_modules/mongoose/types/query.d.ts:602 #### Call Signature -\> **populate**\<`Paths`\>(`path`, `select`?, `model`?, `match`?): `Query`\ & `Paths`, `T`, \{\}, `UnpackedIntersection`\<`T`, `Paths`\>, `"find"`, `Record`\<`string`, `never`\>\> +\> **populate**\<`Paths`\>(`path`, `select`?, `model`?, `match`?): `Query`\ & `Paths`, `T`, `UnpackedIntersection`\<`T`, `Paths`\>\> Specifies paths which should be populated with other documents. @@ -2928,7 +2928,7 @@ Specifies paths which should be populated with other documents. ###### model? -`string` | `Model`\<`any`, \{\}, \{\}, \{\}, `any`, `any`\> +`string` | `Model` ###### match? @@ -2936,7 +2936,7 @@ Specifies paths which should be populated with other documents. ##### Returns -`Query`\ & `Paths`, `T`, \{\}, `UnpackedIntersection`\<`T`, `Paths`\>, `"find"`, `Record`\<`string`, `never`\>\> +`Query`\ & `Paths`, `T`, `UnpackedIntersection`\<`T`, `Paths`\>\> ##### Inherited from @@ -2948,7 +2948,7 @@ node\_modules/mongoose/types/query.d.ts:605 #### Call Signature -\> **populate**\<`Paths`\>(`options`): `Query`\ & `Paths`, `T`, \{\}, `UnpackedIntersection`\<`T`, `Paths`\>, `"find"`, `Record`\<`string`, `never`\>\> +\> **populate**\<`Paths`\>(`options`): `Query`\ & `Paths`, `T`, `UnpackedIntersection`\<`T`, `Paths`\>\> Specifies paths which should be populated with other documents. @@ -2964,7 +2964,7 @@ Specifies paths which should be populated with other documents. ##### Returns -`Query`\ & `Paths`, `T`, \{\}, `UnpackedIntersection`\<`T`, `Paths`\>, `"find"`, `Record`\<`string`, `never`\>\> +`Query`\ & `Paths`, `T`, `UnpackedIntersection`\<`T`, `Paths`\>\> ##### Inherited from @@ -3216,7 +3216,7 @@ node\_modules/mongoose/types/query.d.ts:646 ### replaceOne() -\> **replaceOne**(`filter`?, `replacement`?, `options`?): `Query`\<`any`, `T`, \{\}, `T`, `"replaceOne"`, `Record`\<`string`, `never`\>\> +\> **replaceOne**(`filter`?, `replacement`?, `options`?): `Query`\<`any`, `T`, `T`, `"replaceOne"`\> Declare and/or execute this query as a replaceOne() operation. Same as `update()`, except MongoDB will replace the existing document and will @@ -3238,7 +3238,7 @@ not accept any [atomic](https://www.mongodb.com/docs/manual/tutorial/model-data- #### Returns -`Query`\<`any`, `T`, \{\}, `T`, `"replaceOne"`, `Record`\<`string`, `never`\>\> +`Query`\<`any`, `T`, `T`, `"replaceOne"`\> #### Inherited from @@ -3252,7 +3252,7 @@ node\_modules/mongoose/types/query.d.ts:653 ### select() -\> **select**\<`RawDocTypeOverride`\>(`arg`): `Query`\<`IfEquals`\<`RawDocTypeOverride`, \{\}, `unknown`, `IfAny`\<`RawDocTypeOverride`, `any`, `Document`\<`unknown`, \{\}, `RawDocTypeOverride`\> & `Require_id`\<`RawDocTypeOverride`\>\>\>, `T`, \{\}, `IfEquals`\<`RawDocTypeOverride`, \{\}, `T`, `RawDocTypeOverride`\>, `"find"`, `Record`\<`string`, `never`\>\> +\> **select**\<`RawDocTypeOverride`\>(`arg`): `Query`\<`IfEquals`\<`RawDocTypeOverride`, \{\}, `unknown`, `IfAny`\<`RawDocTypeOverride`, `any`, `Document`\<`unknown`, \{\}, `RawDocTypeOverride`\> & `Require_id`\<`RawDocTypeOverride`\>\>\>, `T`, `IfEquals`\<`RawDocTypeOverride`, \{\}, `T`, `RawDocTypeOverride`\>\> Specifies which document fields to include or exclude (also known as the query "projection") @@ -3268,7 +3268,7 @@ Specifies which document fields to include or exclude (also known as the query " #### Returns -`Query`\<`IfEquals`\<`RawDocTypeOverride`, \{\}, `unknown`, `IfAny`\<`RawDocTypeOverride`, `any`, `Document`\<`unknown`, \{\}, `RawDocTypeOverride`\> & `Require_id`\<`RawDocTypeOverride`\>\>\>, `T`, \{\}, `IfEquals`\<`RawDocTypeOverride`, \{\}, `T`, `RawDocTypeOverride`\>, `"find"`, `Record`\<`string`, `never`\>\> +`Query`\<`IfEquals`\<`RawDocTypeOverride`, \{\}, `unknown`, `IfAny`\<`RawDocTypeOverride`, `any`, `Document`\<`unknown`, \{\}, `RawDocTypeOverride`\> & `Require_id`\<`RawDocTypeOverride`\>\>\>, `T`, `IfEquals`\<`RawDocTypeOverride`, \{\}, `T`, `RawDocTypeOverride`\>\> #### Inherited from @@ -3716,7 +3716,7 @@ node\_modules/mongoose/types/query.d.ts:747 ### transform() -\> **transform**\<`MappedType`\>(`fn`): `Query`\<`MappedType`, `T`, \{\}, `T`, `"find"`, `Record`\<`string`, `never`\>\> +\> **transform**\<`MappedType`\>(`fn`): `Query`\<`MappedType`, `T`, `T`\> Runs a function `fn` and treats the return value of `fn` as the new value for the query to resolve to. @@ -3733,7 +3733,7 @@ for the query to resolve to. #### Returns -`Query`\<`MappedType`, `T`, \{\}, `T`, `"find"`, `Record`\<`string`, `never`\>\> +`Query`\<`MappedType`, `T`, `T`\> #### Inherited from @@ -3747,7 +3747,7 @@ node\_modules/mongoose/types/query.d.ts:546 ### updateMany() -\> **updateMany**(`filter`?, `update`?, `options`?): `Query`\<`UpdateWriteOpResult`, `T`, \{\}, `T`, `"updateMany"`, `Record`\<`string`, `never`\>\> +\> **updateMany**(`filter`?, `update`?, `options`?): `Query`\<`UpdateWriteOpResult`, `T`, `T`, `"updateMany"`\> Declare and/or execute this query as an updateMany() operation. Same as `update()`, except MongoDB will update _all_ documents that match @@ -3770,7 +3770,7 @@ the `multi` option. #### Returns -`Query`\<`UpdateWriteOpResult`, `T`, \{\}, `T`, `"updateMany"`, `Record`\<`string`, `never`\>\> +`Query`\<`UpdateWriteOpResult`, `T`, `T`, `"updateMany"`\> #### Inherited from @@ -3784,7 +3784,7 @@ node\_modules/mongoose/types/query.d.ts:755 ### updateOne() -\> **updateOne**(`filter`?, `update`?, `options`?): `Query`\<`UpdateWriteOpResult`, `T`, \{\}, `T`, `"updateOne"`, `Record`\<`string`, `never`\>\> +\> **updateOne**(`filter`?, `update`?, `options`?): `Query`\<`UpdateWriteOpResult`, `T`, `T`, `"updateOne"`\> Declare and/or execute this query as an updateOne() operation. Same as `update()`, except it does not support the `multi` or `overwrite` options. @@ -3805,7 +3805,7 @@ Declare and/or execute this query as an updateOne() operation. Same as #### Returns -`Query`\<`UpdateWriteOpResult`, `T`, \{\}, `T`, `"updateOne"`, `Record`\<`string`, `never`\>\> +`Query`\<`UpdateWriteOpResult`, `T`, `T`, `"updateOne"`\> #### Inherited from diff --git a/docs/talawa-api-docs/libraries/dbLogger/type-aliases/TransactionLogInfo.md b/docs/talawa-api-docs/libraries/dbLogger/type-aliases/TransactionLogInfo.md index ca35cb0e1fc..c64debab29b 100644 --- a/docs/talawa-api-docs/libraries/dbLogger/type-aliases/TransactionLogInfo.md +++ b/docs/talawa-api-docs/libraries/dbLogger/type-aliases/TransactionLogInfo.md @@ -44,4 +44,4 @@ The update performed (optional) ## Defined in -[src/libraries/dbLogger.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/libraries/dbLogger.ts#L8) +[src/libraries/dbLogger.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/libraries/dbLogger.ts#L8) diff --git a/docs/talawa-api-docs/libraries/dbLogger/variables/default.md b/docs/talawa-api-docs/libraries/dbLogger/variables/default.md index b794cda7b23..40bfb92972e 100644 --- a/docs/talawa-api-docs/libraries/dbLogger/variables/default.md +++ b/docs/talawa-api-docs/libraries/dbLogger/variables/default.md @@ -10,4 +10,4 @@ ## Defined in -[src/libraries/dbLogger.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/libraries/dbLogger.ts#L22) +[src/libraries/dbLogger.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/libraries/dbLogger.ts#L22) diff --git a/docs/talawa-api-docs/libraries/errors/ImageSizeLimitExceeded/classes/ImageSizeLimitExceeded.md b/docs/talawa-api-docs/libraries/errors/ImageSizeLimitExceeded/classes/ImageSizeLimitExceeded.md index e979faa4efb..21d9dfc4049 100644 --- a/docs/talawa-api-docs/libraries/errors/ImageSizeLimitExceeded/classes/ImageSizeLimitExceeded.md +++ b/docs/talawa-api-docs/libraries/errors/ImageSizeLimitExceeded/classes/ImageSizeLimitExceeded.md @@ -57,7 +57,7 @@ Optional additional metadata associated with the error (default is an empty obje #### Defined in -[src/libraries/errors/ImageSizeLimitExceeded.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/libraries/errors/ImageSizeLimitExceeded.ts#L16) +[src/libraries/errors/ImageSizeLimitExceeded.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/libraries/errors/ImageSizeLimitExceeded.ts#L16) ## Properties @@ -73,7 +73,7 @@ An array of errors conforming to the InterfaceError interface #### Defined in -[src/libraries/errors/applicationError.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/libraries/errors/applicationError.ts#L21) +[src/libraries/errors/applicationError.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/libraries/errors/applicationError.ts#L21) *** @@ -89,7 +89,7 @@ The HTTP status code associated with the error #### Defined in -[src/libraries/errors/applicationError.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/libraries/errors/applicationError.ts#L23) +[src/libraries/errors/applicationError.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/libraries/errors/applicationError.ts#L23) *** diff --git a/docs/talawa-api-docs/libraries/errors/applicationError/classes/ApplicationError.md b/docs/talawa-api-docs/libraries/errors/applicationError/classes/ApplicationError.md index f792710f22f..2eebffc2e60 100644 --- a/docs/talawa-api-docs/libraries/errors/applicationError/classes/ApplicationError.md +++ b/docs/talawa-api-docs/libraries/errors/applicationError/classes/ApplicationError.md @@ -63,7 +63,7 @@ The error message (default is "Error"). #### Defined in -[src/libraries/errors/applicationError.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/libraries/errors/applicationError.ts#L32) +[src/libraries/errors/applicationError.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/libraries/errors/applicationError.ts#L32) ## Properties @@ -75,7 +75,7 @@ An array of errors conforming to the InterfaceError interface #### Defined in -[src/libraries/errors/applicationError.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/libraries/errors/applicationError.ts#L21) +[src/libraries/errors/applicationError.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/libraries/errors/applicationError.ts#L21) *** @@ -87,7 +87,7 @@ The HTTP status code associated with the error #### Defined in -[src/libraries/errors/applicationError.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/libraries/errors/applicationError.ts#L23) +[src/libraries/errors/applicationError.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/libraries/errors/applicationError.ts#L23) *** diff --git a/docs/talawa-api-docs/libraries/errors/applicationError/interfaces/InterfaceError.md b/docs/talawa-api-docs/libraries/errors/applicationError/interfaces/InterfaceError.md index f0ce991002b..ff898f6a631 100644 --- a/docs/talawa-api-docs/libraries/errors/applicationError/interfaces/InterfaceError.md +++ b/docs/talawa-api-docs/libraries/errors/applicationError/interfaces/InterfaceError.md @@ -18,7 +18,7 @@ The error code, can be null #### Defined in -[src/libraries/errors/applicationError.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/libraries/errors/applicationError.ts#L8) +[src/libraries/errors/applicationError.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/libraries/errors/applicationError.ts#L8) *** @@ -30,7 +30,7 @@ The error message #### Defined in -[src/libraries/errors/applicationError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/libraries/errors/applicationError.ts#L6) +[src/libraries/errors/applicationError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/libraries/errors/applicationError.ts#L6) *** @@ -42,7 +42,7 @@ Optional additional metadata associated with the error #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/libraries/errors/applicationError.ts#L12) *** @@ -54,4 +54,4 @@ The parameter associated with the error, can be null #### Defined in -[src/libraries/errors/applicationError.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/libraries/errors/applicationError.ts#L10) +[src/libraries/errors/applicationError.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/libraries/errors/applicationError.ts#L10) diff --git a/docs/talawa-api-docs/libraries/errors/conflictError/classes/ConflictError.md b/docs/talawa-api-docs/libraries/errors/conflictError/classes/ConflictError.md index 093d4dc3a5f..f8c3d53dc4e 100644 --- a/docs/talawa-api-docs/libraries/errors/conflictError/classes/ConflictError.md +++ b/docs/talawa-api-docs/libraries/errors/conflictError/classes/ConflictError.md @@ -57,7 +57,7 @@ Additional metadata related to the error. Defaults to an empty object. #### Defined in -[src/libraries/errors/conflictError.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/libraries/errors/conflictError.ts#L15) +[src/libraries/errors/conflictError.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/libraries/errors/conflictError.ts#L15) ## Properties @@ -73,7 +73,7 @@ An array of errors conforming to the InterfaceError interface #### Defined in -[src/libraries/errors/applicationError.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/libraries/errors/applicationError.ts#L21) +[src/libraries/errors/applicationError.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/libraries/errors/applicationError.ts#L21) *** @@ -89,7 +89,7 @@ The HTTP status code associated with the error #### Defined in -[src/libraries/errors/applicationError.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/libraries/errors/applicationError.ts#L23) +[src/libraries/errors/applicationError.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/libraries/errors/applicationError.ts#L23) *** diff --git a/docs/talawa-api-docs/libraries/errors/inputValidationError/classes/InputValidationError.md b/docs/talawa-api-docs/libraries/errors/inputValidationError/classes/InputValidationError.md index 09e53d818f1..b329e0caab0 100644 --- a/docs/talawa-api-docs/libraries/errors/inputValidationError/classes/InputValidationError.md +++ b/docs/talawa-api-docs/libraries/errors/inputValidationError/classes/InputValidationError.md @@ -57,7 +57,7 @@ Additional metadata related to the error. Defaults to an empty object. #### Defined in -[src/libraries/errors/inputValidationError.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/libraries/errors/inputValidationError.ts#L15) +[src/libraries/errors/inputValidationError.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/libraries/errors/inputValidationError.ts#L15) ## Properties @@ -73,7 +73,7 @@ An array of errors conforming to the InterfaceError interface #### Defined in -[src/libraries/errors/applicationError.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/libraries/errors/applicationError.ts#L21) +[src/libraries/errors/applicationError.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/libraries/errors/applicationError.ts#L21) *** @@ -89,7 +89,7 @@ The HTTP status code associated with the error #### Defined in -[src/libraries/errors/applicationError.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/libraries/errors/applicationError.ts#L23) +[src/libraries/errors/applicationError.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/libraries/errors/applicationError.ts#L23) *** diff --git a/docs/talawa-api-docs/libraries/errors/internalServerError/classes/InternalServerError.md b/docs/talawa-api-docs/libraries/errors/internalServerError/classes/InternalServerError.md index e113533370f..8f8e4e177cd 100644 --- a/docs/talawa-api-docs/libraries/errors/internalServerError/classes/InternalServerError.md +++ b/docs/talawa-api-docs/libraries/errors/internalServerError/classes/InternalServerError.md @@ -57,7 +57,7 @@ Optional additional metadata associated with the error (default is an empty obje #### Defined in -[src/libraries/errors/internalServerError.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/libraries/errors/internalServerError.ts#L16) +[src/libraries/errors/internalServerError.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/libraries/errors/internalServerError.ts#L16) ## Properties @@ -73,7 +73,7 @@ An array of errors conforming to the InterfaceError interface #### Defined in -[src/libraries/errors/applicationError.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/libraries/errors/applicationError.ts#L21) +[src/libraries/errors/applicationError.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/libraries/errors/applicationError.ts#L21) *** @@ -89,7 +89,7 @@ The HTTP status code associated with the error #### Defined in -[src/libraries/errors/applicationError.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/libraries/errors/applicationError.ts#L23) +[src/libraries/errors/applicationError.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/libraries/errors/applicationError.ts#L23) *** diff --git a/docs/talawa-api-docs/libraries/errors/invalidFileTypeError/classes/InvalidFileTypeError.md b/docs/talawa-api-docs/libraries/errors/invalidFileTypeError/classes/InvalidFileTypeError.md index 7f52afc913b..cdcfb2e5257 100644 --- a/docs/talawa-api-docs/libraries/errors/invalidFileTypeError/classes/InvalidFileTypeError.md +++ b/docs/talawa-api-docs/libraries/errors/invalidFileTypeError/classes/InvalidFileTypeError.md @@ -57,7 +57,7 @@ Optional additional metadata associated with the error (default is an empty obje #### Defined in -[src/libraries/errors/invalidFileTypeError.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/libraries/errors/invalidFileTypeError.ts#L16) +[src/libraries/errors/invalidFileTypeError.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/libraries/errors/invalidFileTypeError.ts#L16) ## Properties @@ -73,7 +73,7 @@ An array of errors conforming to the InterfaceError interface #### Defined in -[src/libraries/errors/applicationError.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/libraries/errors/applicationError.ts#L21) +[src/libraries/errors/applicationError.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/libraries/errors/applicationError.ts#L21) *** @@ -89,7 +89,7 @@ The HTTP status code associated with the error #### Defined in -[src/libraries/errors/applicationError.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/libraries/errors/applicationError.ts#L23) +[src/libraries/errors/applicationError.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/libraries/errors/applicationError.ts#L23) *** diff --git a/docs/talawa-api-docs/libraries/errors/notFoundError/classes/NotFoundError.md b/docs/talawa-api-docs/libraries/errors/notFoundError/classes/NotFoundError.md index 2db2dcf9e3b..a8871dbee9f 100644 --- a/docs/talawa-api-docs/libraries/errors/notFoundError/classes/NotFoundError.md +++ b/docs/talawa-api-docs/libraries/errors/notFoundError/classes/NotFoundError.md @@ -57,7 +57,7 @@ Additional metadata related to the error. Defaults to an empty object. #### Defined in -[src/libraries/errors/notFoundError.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/libraries/errors/notFoundError.ts#L15) +[src/libraries/errors/notFoundError.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/libraries/errors/notFoundError.ts#L15) ## Properties @@ -73,7 +73,7 @@ An array of errors conforming to the InterfaceError interface #### Defined in -[src/libraries/errors/applicationError.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/libraries/errors/applicationError.ts#L21) +[src/libraries/errors/applicationError.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/libraries/errors/applicationError.ts#L21) *** @@ -89,7 +89,7 @@ The HTTP status code associated with the error #### Defined in -[src/libraries/errors/applicationError.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/libraries/errors/applicationError.ts#L23) +[src/libraries/errors/applicationError.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/libraries/errors/applicationError.ts#L23) *** diff --git a/docs/talawa-api-docs/libraries/errors/unauthenticatedError/classes/UnauthenticatedError.md b/docs/talawa-api-docs/libraries/errors/unauthenticatedError/classes/UnauthenticatedError.md index cce854b32ac..cddd4e5d500 100644 --- a/docs/talawa-api-docs/libraries/errors/unauthenticatedError/classes/UnauthenticatedError.md +++ b/docs/talawa-api-docs/libraries/errors/unauthenticatedError/classes/UnauthenticatedError.md @@ -57,7 +57,7 @@ Optional additional metadata associated with the error (default is an empty obje #### Defined in -[src/libraries/errors/unauthenticatedError.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/libraries/errors/unauthenticatedError.ts#L16) +[src/libraries/errors/unauthenticatedError.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/libraries/errors/unauthenticatedError.ts#L16) ## Properties @@ -73,7 +73,7 @@ An array of errors conforming to the InterfaceError interface #### Defined in -[src/libraries/errors/applicationError.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/libraries/errors/applicationError.ts#L21) +[src/libraries/errors/applicationError.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/libraries/errors/applicationError.ts#L21) *** @@ -89,7 +89,7 @@ The HTTP status code associated with the error #### Defined in -[src/libraries/errors/applicationError.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/libraries/errors/applicationError.ts#L23) +[src/libraries/errors/applicationError.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/libraries/errors/applicationError.ts#L23) *** diff --git a/docs/talawa-api-docs/libraries/errors/unauthorizedError/classes/UnauthorizedError.md b/docs/talawa-api-docs/libraries/errors/unauthorizedError/classes/UnauthorizedError.md index f473d96cb0f..65186bdbb78 100644 --- a/docs/talawa-api-docs/libraries/errors/unauthorizedError/classes/UnauthorizedError.md +++ b/docs/talawa-api-docs/libraries/errors/unauthorizedError/classes/UnauthorizedError.md @@ -57,7 +57,7 @@ Additional metadata related to the error. Defaults to an empty object. #### Defined in -[src/libraries/errors/unauthorizedError.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/libraries/errors/unauthorizedError.ts#L15) +[src/libraries/errors/unauthorizedError.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/libraries/errors/unauthorizedError.ts#L15) ## Properties @@ -73,7 +73,7 @@ An array of errors conforming to the InterfaceError interface #### Defined in -[src/libraries/errors/applicationError.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/libraries/errors/applicationError.ts#L21) +[src/libraries/errors/applicationError.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/libraries/errors/applicationError.ts#L21) *** @@ -89,7 +89,7 @@ The HTTP status code associated with the error #### Defined in -[src/libraries/errors/applicationError.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/libraries/errors/applicationError.ts#L23) +[src/libraries/errors/applicationError.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/libraries/errors/applicationError.ts#L23) *** diff --git a/docs/talawa-api-docs/libraries/errors/validationError/classes/ValidationError.md b/docs/talawa-api-docs/libraries/errors/validationError/classes/ValidationError.md index 51ad24754e0..25bb04783dd 100644 --- a/docs/talawa-api-docs/libraries/errors/validationError/classes/ValidationError.md +++ b/docs/talawa-api-docs/libraries/errors/validationError/classes/ValidationError.md @@ -45,7 +45,7 @@ The error message (default is "Validation error"). #### Defined in -[src/libraries/errors/validationError.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/libraries/errors/validationError.ts#L15) +[src/libraries/errors/validationError.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/libraries/errors/validationError.ts#L15) ## Properties @@ -61,7 +61,7 @@ An array of errors conforming to the InterfaceError interface #### Defined in -[src/libraries/errors/applicationError.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/libraries/errors/applicationError.ts#L21) +[src/libraries/errors/applicationError.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/libraries/errors/applicationError.ts#L21) *** @@ -77,7 +77,7 @@ The HTTP status code associated with the error #### Defined in -[src/libraries/errors/applicationError.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/libraries/errors/applicationError.ts#L23) +[src/libraries/errors/applicationError.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/libraries/errors/applicationError.ts#L23) *** diff --git a/docs/talawa-api-docs/libraries/logger/variables/logger.md b/docs/talawa-api-docs/libraries/logger/variables/logger.md index e4104450473..cc82b4af65e 100644 --- a/docs/talawa-api-docs/libraries/logger/variables/logger.md +++ b/docs/talawa-api-docs/libraries/logger/variables/logger.md @@ -10,4 +10,4 @@ ## Defined in -[src/libraries/logger.ts:51](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/libraries/logger.ts#L51) +[src/libraries/logger.ts:51](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/libraries/logger.ts#L51) diff --git a/docs/talawa-api-docs/libraries/logger/variables/stream.md b/docs/talawa-api-docs/libraries/logger/variables/stream.md index 29675225065..8af4e636110 100644 --- a/docs/talawa-api-docs/libraries/logger/variables/stream.md +++ b/docs/talawa-api-docs/libraries/logger/variables/stream.md @@ -26,4 +26,4 @@ ## Defined in -[src/libraries/logger.ts:64](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/libraries/logger.ts#L64) +[src/libraries/logger.ts:64](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/libraries/logger.ts#L64) diff --git a/docs/talawa-api-docs/libraries/requestContext/functions/getRequestContextValue.md b/docs/talawa-api-docs/libraries/requestContext/functions/getRequestContextValue.md index e1bcaa0ecf2..783c81f6be6 100644 --- a/docs/talawa-api-docs/libraries/requestContext/functions/getRequestContextValue.md +++ b/docs/talawa-api-docs/libraries/requestContext/functions/getRequestContextValue.md @@ -30,4 +30,4 @@ The retrieved value. ## Defined in -[src/libraries/requestContext.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/libraries/requestContext.ts#L26) +[src/libraries/requestContext.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/libraries/requestContext.ts#L26) diff --git a/docs/talawa-api-docs/libraries/requestContext/functions/init.md b/docs/talawa-api-docs/libraries/requestContext/functions/init.md index a951d750da0..41cae4f068b 100644 --- a/docs/talawa-api-docs/libraries/requestContext/functions/init.md +++ b/docs/talawa-api-docs/libraries/requestContext/functions/init.md @@ -30,4 +30,4 @@ The result of the request handler or an empty object if not provided. ## Defined in -[src/libraries/requestContext.ts:65](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/libraries/requestContext.ts#L65) +[src/libraries/requestContext.ts:65](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/libraries/requestContext.ts#L65) diff --git a/docs/talawa-api-docs/libraries/requestContext/functions/middleware.md b/docs/talawa-api-docs/libraries/requestContext/functions/middleware.md index f97ea19b1af..b998d233da6 100644 --- a/docs/talawa-api-docs/libraries/requestContext/functions/middleware.md +++ b/docs/talawa-api-docs/libraries/requestContext/functions/middleware.md @@ -18,11 +18,11 @@ Middleware to bind the request and response to the request context namespace. #### req -`Request`\<`ParamsDictionary`, `any`, `any`, `ParsedQs`, `Record`\<`string`, `any`\>\> +`Request` #### res -`Response`\<`any`, `Record`\<`string`, `any`\>\> +`Response` #### next @@ -34,4 +34,4 @@ Middleware to bind the request and response to the request context namespace. ## Defined in -[src/libraries/requestContext.ts:42](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/libraries/requestContext.ts#L42) +[src/libraries/requestContext.ts:42](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/libraries/requestContext.ts#L42) diff --git a/docs/talawa-api-docs/libraries/requestContext/functions/setRequestContext.md b/docs/talawa-api-docs/libraries/requestContext/functions/setRequestContext.md index d925842bf93..feb728b8ba1 100644 --- a/docs/talawa-api-docs/libraries/requestContext/functions/setRequestContext.md +++ b/docs/talawa-api-docs/libraries/requestContext/functions/setRequestContext.md @@ -24,4 +24,4 @@ The object containing translation functions. ## Defined in -[src/libraries/requestContext.ts:34](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/libraries/requestContext.ts#L34) +[src/libraries/requestContext.ts:34](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/libraries/requestContext.ts#L34) diff --git a/docs/talawa-api-docs/libraries/requestContext/functions/setRequestContextValue.md b/docs/talawa-api-docs/libraries/requestContext/functions/setRequestContextValue.md index ef207fe178c..3d9f861f88e 100644 --- a/docs/talawa-api-docs/libraries/requestContext/functions/setRequestContextValue.md +++ b/docs/talawa-api-docs/libraries/requestContext/functions/setRequestContextValue.md @@ -36,4 +36,4 @@ The stored value. ## Defined in -[src/libraries/requestContext.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/libraries/requestContext.ts#L17) +[src/libraries/requestContext.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/libraries/requestContext.ts#L17) diff --git a/docs/talawa-api-docs/libraries/requestContext/functions/translate.md b/docs/talawa-api-docs/libraries/requestContext/functions/translate.md index 119599fc990..4d5c781002a 100644 --- a/docs/talawa-api-docs/libraries/requestContext/functions/translate.md +++ b/docs/talawa-api-docs/libraries/requestContext/functions/translate.md @@ -26,4 +26,4 @@ The translated string. ## Defined in -[src/libraries/requestContext.ts:100](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/libraries/requestContext.ts#L100) +[src/libraries/requestContext.ts:100](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/libraries/requestContext.ts#L100) diff --git a/docs/talawa-api-docs/libraries/requestContext/functions/translatePlural.md b/docs/talawa-api-docs/libraries/requestContext/functions/translatePlural.md index 2a1bdb48bd9..c93b358a84b 100644 --- a/docs/talawa-api-docs/libraries/requestContext/functions/translatePlural.md +++ b/docs/talawa-api-docs/libraries/requestContext/functions/translatePlural.md @@ -26,4 +26,4 @@ The translated string. ## Defined in -[src/libraries/requestContext.ts:113](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/libraries/requestContext.ts#L113) +[src/libraries/requestContext.ts:113](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/libraries/requestContext.ts#L113) diff --git a/docs/talawa-api-docs/libraries/requestContext/variables/requestContextNamespace.md b/docs/talawa-api-docs/libraries/requestContext/variables/requestContextNamespace.md index 97c2d9ead17..33a98296c51 100644 --- a/docs/talawa-api-docs/libraries/requestContext/variables/requestContextNamespace.md +++ b/docs/talawa-api-docs/libraries/requestContext/variables/requestContextNamespace.md @@ -6,8 +6,8 @@ # Variable: requestContextNamespace -\> `const` **requestContextNamespace**: `Namespace`\<`Record`\<`string`, `any`\>\> +\> `const` **requestContextNamespace**: `Namespace` ## Defined in -[src/libraries/requestContext.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/libraries/requestContext.ts#L7) +[src/libraries/requestContext.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/libraries/requestContext.ts#L7) diff --git a/docs/talawa-api-docs/libraries/requestTracing/functions/getTracingId.md b/docs/talawa-api-docs/libraries/requestTracing/functions/getTracingId.md index 7db6573a8e7..064e3a52339 100644 --- a/docs/talawa-api-docs/libraries/requestTracing/functions/getTracingId.md +++ b/docs/talawa-api-docs/libraries/requestTracing/functions/getTracingId.md @@ -18,4 +18,4 @@ The tracing ID. ## Defined in -[src/libraries/requestTracing.ts:48](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/libraries/requestTracing.ts#L48) +[src/libraries/requestTracing.ts:48](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/libraries/requestTracing.ts#L48) diff --git a/docs/talawa-api-docs/libraries/requestTracing/functions/middleware.md b/docs/talawa-api-docs/libraries/requestTracing/functions/middleware.md index 164d092199f..bf6ef677cb8 100644 --- a/docs/talawa-api-docs/libraries/requestTracing/functions/middleware.md +++ b/docs/talawa-api-docs/libraries/requestTracing/functions/middleware.md @@ -21,11 +21,11 @@ A middleware function. #### req -`Request`\<`ParamsDictionary`, `any`, `any`, `ParsedQs`, `Record`\<`string`, `any`\>\> +`Request` #### res -`Response`\<`any`, `Record`\<`string`, `any`\>\> +`Response` #### next @@ -37,4 +37,4 @@ A middleware function. ## Defined in -[src/libraries/requestTracing.ts:57](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/libraries/requestTracing.ts#L57) +[src/libraries/requestTracing.ts:57](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/libraries/requestTracing.ts#L57) diff --git a/docs/talawa-api-docs/libraries/requestTracing/functions/setTracingId.md b/docs/talawa-api-docs/libraries/requestTracing/functions/setTracingId.md index 6047e148186..9c1635c9c97 100644 --- a/docs/talawa-api-docs/libraries/requestTracing/functions/setTracingId.md +++ b/docs/talawa-api-docs/libraries/requestTracing/functions/setTracingId.md @@ -26,4 +26,4 @@ The tracing ID that was set. ## Defined in -[src/libraries/requestTracing.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/libraries/requestTracing.ts#L40) +[src/libraries/requestTracing.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/libraries/requestTracing.ts#L40) diff --git a/docs/talawa-api-docs/libraries/requestTracing/functions/trace.md b/docs/talawa-api-docs/libraries/requestTracing/functions/trace.md index b740208f2e3..9beee24b5ae 100644 --- a/docs/talawa-api-docs/libraries/requestTracing/functions/trace.md +++ b/docs/talawa-api-docs/libraries/requestTracing/functions/trace.md @@ -37,4 +37,4 @@ A promise that resolves when the method completes. ## Defined in -[src/libraries/requestTracing.ts:81](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/libraries/requestTracing.ts#L81) +[src/libraries/requestTracing.ts:81](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/libraries/requestTracing.ts#L81) diff --git a/docs/talawa-api-docs/libraries/requestTracing/variables/requestTracingNamespace.md b/docs/talawa-api-docs/libraries/requestTracing/variables/requestTracingNamespace.md index e160445c638..fe9c09582c0 100644 --- a/docs/talawa-api-docs/libraries/requestTracing/variables/requestTracingNamespace.md +++ b/docs/talawa-api-docs/libraries/requestTracing/variables/requestTracingNamespace.md @@ -6,10 +6,10 @@ # Variable: requestTracingNamespace -\> `const` **requestTracingNamespace**: `Namespace`\<`Record`\<`string`, `any`\>\> +\> `const` **requestTracingNamespace**: `Namespace` Namespace for request tracing to maintain context across asynchronous operations. ## Defined in -[src/libraries/requestTracing.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/libraries/requestTracing.ts#L20) +[src/libraries/requestTracing.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/libraries/requestTracing.ts#L20) diff --git a/docs/talawa-api-docs/libraries/requestTracing/variables/tracingIdHeaderName.md b/docs/talawa-api-docs/libraries/requestTracing/variables/tracingIdHeaderName.md index 75c582707ae..0f64aab8c38 100644 --- a/docs/talawa-api-docs/libraries/requestTracing/variables/tracingIdHeaderName.md +++ b/docs/talawa-api-docs/libraries/requestTracing/variables/tracingIdHeaderName.md @@ -12,4 +12,4 @@ Name of the header where the tracing ID will be stored. ## Defined in -[src/libraries/requestTracing.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/libraries/requestTracing.ts#L28) +[src/libraries/requestTracing.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/libraries/requestTracing.ts#L28) diff --git a/docs/talawa-api-docs/libraries/validators/compareDates/functions/compareDates.md b/docs/talawa-api-docs/libraries/validators/compareDates/functions/compareDates.md index c61bf5fb823..329057da296 100644 --- a/docs/talawa-api-docs/libraries/validators/compareDates/functions/compareDates.md +++ b/docs/talawa-api-docs/libraries/validators/compareDates/functions/compareDates.md @@ -32,4 +32,4 @@ A message indicating that the start date must be earlier than the end date, or a ## Defined in -[src/libraries/validators/compareDates.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/libraries/validators/compareDates.ts#L8) +[src/libraries/validators/compareDates.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/libraries/validators/compareDates.ts#L8) diff --git a/docs/talawa-api-docs/libraries/validators/compareTime/functions/compareTime.md b/docs/talawa-api-docs/libraries/validators/compareTime/functions/compareTime.md index 85290478fe5..d686fc0dc4d 100644 --- a/docs/talawa-api-docs/libraries/validators/compareTime/functions/compareTime.md +++ b/docs/talawa-api-docs/libraries/validators/compareTime/functions/compareTime.md @@ -32,4 +32,4 @@ A message indicating that the start time must be earlier than the end time, or a ## Defined in -[src/libraries/validators/compareTime.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/libraries/validators/compareTime.ts#L8) +[src/libraries/validators/compareTime.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/libraries/validators/compareTime.ts#L8) diff --git a/docs/talawa-api-docs/libraries/validators/validateString/functions/isValidString.md b/docs/talawa-api-docs/libraries/validators/validateString/functions/isValidString.md index 02e12cde704..0443d2aff0e 100644 --- a/docs/talawa-api-docs/libraries/validators/validateString/functions/isValidString.md +++ b/docs/talawa-api-docs/libraries/validators/validateString/functions/isValidString.md @@ -36,4 +36,4 @@ An object containing a boolean indicating if the string is less than the maximum ## Defined in -[src/libraries/validators/validateString.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/libraries/validators/validateString.ts#L8) +[src/libraries/validators/validateString.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/libraries/validators/validateString.ts#L8) diff --git a/docs/talawa-api-docs/middleware/fileUpload/functions/fileUpload.md b/docs/talawa-api-docs/middleware/fileUpload/functions/fileUpload.md index f3440855473..dd72458d600 100644 --- a/docs/talawa-api-docs/middleware/fileUpload/functions/fileUpload.md +++ b/docs/talawa-api-docs/middleware/fileUpload/functions/fileUpload.md @@ -6,7 +6,7 @@ # Function: fileUpload() -\> **fileUpload**(`fieldName`): `RequestHandler`\<`ParamsDictionary`, `any`, `any`, `ParsedQs`, `Record`\<`string`, `any`\>\> +\> **fileUpload**(`fieldName`): `RequestHandler` A middleware for handling optional file uploads. All data must be sent as multipart/form-data, but the file field is optional. @@ -21,10 +21,10 @@ The name of the file field in the form ## Returns -`RequestHandler`\<`ParamsDictionary`, `any`, `any`, `ParsedQs`, `Record`\<`string`, `any`\>\> +`RequestHandler` Express middleware for handling file upload ## Defined in -[src/middleware/fileUpload.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/middleware/fileUpload.ts#L22) +[src/middleware/fileUpload.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/middleware/fileUpload.ts#L22) diff --git a/docs/talawa-api-docs/middleware/isAuth/functions/isAuth.md b/docs/talawa-api-docs/middleware/isAuth/functions/isAuth.md index fbdeac37d84..5c40aca5fbd 100644 --- a/docs/talawa-api-docs/middleware/isAuth/functions/isAuth.md +++ b/docs/talawa-api-docs/middleware/isAuth/functions/isAuth.md @@ -14,7 +14,7 @@ This function determines whether the user is authorised and whether the access t ### request -`Request`\<`ParamsDictionary`, `any`, `any`, `ParsedQs`, `Record`\<`string`, `any`\>\> +`Request` User Request object from Express. @@ -26,4 +26,4 @@ Returns `authData` object with `isAuth`, `expired` and `userId` properties. ## Defined in -[src/middleware/isAuth.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/middleware/isAuth.ts#L18) +[src/middleware/isAuth.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/middleware/isAuth.ts#L18) diff --git a/docs/talawa-api-docs/middleware/isAuth/functions/isAuthMiddleware.md b/docs/talawa-api-docs/middleware/isAuth/functions/isAuthMiddleware.md index c0be48341a6..cf10e4bbdba 100644 --- a/docs/talawa-api-docs/middleware/isAuth/functions/isAuthMiddleware.md +++ b/docs/talawa-api-docs/middleware/isAuth/functions/isAuthMiddleware.md @@ -24,7 +24,7 @@ The incoming request object. The JWT token is expected in the `Authorization` he ### res -`Response`\<`any`, `Record`\<`string`, `any`\>\> +`Response` The response object. If authentication fails, an HTTP 401 response will be sent. @@ -52,4 +52,4 @@ app.use("/api/protected-route", isAuthMiddleware, (req, res) =\> \{ ## Defined in -[src/middleware/isAuth.ts:110](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/middleware/isAuth.ts#L110) +[src/middleware/isAuth.ts:110](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/middleware/isAuth.ts#L110) diff --git a/docs/talawa-api-docs/middleware/isAuth/interfaces/InterfaceAuthData.md b/docs/talawa-api-docs/middleware/isAuth/interfaces/InterfaceAuthData.md index 7397681c610..dd26e06a267 100644 --- a/docs/talawa-api-docs/middleware/isAuth/interfaces/InterfaceAuthData.md +++ b/docs/talawa-api-docs/middleware/isAuth/interfaces/InterfaceAuthData.md @@ -14,7 +14,7 @@ #### Defined in -[src/middleware/isAuth.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/middleware/isAuth.ts#L9) +[src/middleware/isAuth.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/middleware/isAuth.ts#L9) *** @@ -24,7 +24,7 @@ #### Defined in -[src/middleware/isAuth.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/middleware/isAuth.ts#L8) +[src/middleware/isAuth.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/middleware/isAuth.ts#L8) *** @@ -34,4 +34,4 @@ #### Defined in -[src/middleware/isAuth.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/middleware/isAuth.ts#L10) +[src/middleware/isAuth.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/middleware/isAuth.ts#L10) diff --git a/docs/talawa-api-docs/middleware/isAuth/interfaces/InterfaceAuthenticatedRequest.md b/docs/talawa-api-docs/middleware/isAuth/interfaces/InterfaceAuthenticatedRequest.md index aa757aa10ed..320b963780e 100644 --- a/docs/talawa-api-docs/middleware/isAuth/interfaces/InterfaceAuthenticatedRequest.md +++ b/docs/talawa-api-docs/middleware/isAuth/interfaces/InterfaceAuthenticatedRequest.md @@ -50,13 +50,13 @@ ordered from highest quality to lowest. #### Defined in -node\_modules/@types/express-serve-static-core/index.d.ts:513 +node\_modules/@types/express-serve-static-core/index.d.ts:526 *** ### app -\> **app**: `Application`\<`Record`\<`string`, `any`\>\> +\> **app**: `Application` #### Inherited from @@ -64,7 +64,7 @@ node\_modules/@types/express-serve-static-core/index.d.ts:513 #### Defined in -node\_modules/@types/express-serve-static-core/index.d.ts:659 +node\_modules/@types/express-serve-static-core/index.d.ts:672 *** @@ -78,7 +78,7 @@ node\_modules/@types/express-serve-static-core/index.d.ts:659 #### Defined in -node\_modules/@types/express-serve-static-core/index.d.ts:657 +node\_modules/@types/express-serve-static-core/index.d.ts:670 *** @@ -92,7 +92,7 @@ node\_modules/@types/express-serve-static-core/index.d.ts:657 #### Defined in -node\_modules/@types/express-serve-static-core/index.d.ts:638 +node\_modules/@types/express-serve-static-core/index.d.ts:651 *** @@ -189,7 +189,7 @@ node\_modules/@types/node/http.d.ts:1221 #### Defined in -node\_modules/@types/express-serve-static-core/index.d.ts:641 +node\_modules/@types/express-serve-static-core/index.d.ts:654 *** @@ -268,7 +268,7 @@ node\_modules/@types/multer/index.d.ts:46 ### fresh -\> **fresh**: `boolean` +\> `readonly` **fresh**: `boolean` Check if the request is fresh, aka Last-Modified and/or the ETag @@ -280,7 +280,7 @@ still match. #### Defined in -node\_modules/@types/express-serve-static-core/index.d.ts:623 +node\_modules/@types/express-serve-static-core/index.d.ts:636 *** @@ -359,7 +359,7 @@ node\_modules/@types/node/http.d.ts:1276 ### ~~host~~ -\> **host**: `string` +\> `readonly` **host**: `string` #### Deprecated @@ -371,13 +371,13 @@ Use hostname instead. #### Defined in -node\_modules/@types/express-serve-static-core/index.d.ts:616 +node\_modules/@types/express-serve-static-core/index.d.ts:629 *** ### hostname -\> **hostname**: `string` +\> `readonly` **hostname**: `string` Parse the "Host" header field hostname. @@ -387,7 +387,7 @@ Parse the "Host" header field hostname. #### Defined in -node\_modules/@types/express-serve-static-core/index.d.ts:611 +node\_modules/@types/express-serve-static-core/index.d.ts:624 *** @@ -445,7 +445,7 @@ node\_modules/@types/node/http.d.ts:1191 ### ip -\> **ip**: `undefined` \| `string` +\> `readonly` **ip**: `undefined` \| `string` Return the remote address, or when "trust proxy" is `true` return @@ -460,13 +460,13 @@ Value may be undefined if the `req.socket` is destroyed #### Defined in -node\_modules/@types/express-serve-static-core/index.d.ts:578 +node\_modules/@types/express-serve-static-core/index.d.ts:591 *** ### ips -\> **ips**: `string`[] +\> `readonly` **ips**: `string`[] When "trust proxy" is `true`, parse the "X-Forwarded-For" ip address list. @@ -481,7 +481,7 @@ where "proxy2" is the furthest down-stream. #### Defined in -node\_modules/@types/express-serve-static-core/index.d.ts:588 +node\_modules/@types/express-serve-static-core/index.d.ts:601 *** @@ -491,7 +491,7 @@ node\_modules/@types/express-serve-static-core/index.d.ts:588 #### Defined in -[src/middleware/isAuth.ts:83](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/middleware/isAuth.ts#L83) +[src/middleware/isAuth.ts:83](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/middleware/isAuth.ts#L83) *** @@ -527,7 +527,7 @@ v0.1.1 #### Defined in -node\_modules/@types/express-serve-static-core/index.d.ts:643 +node\_modules/@types/express-serve-static-core/index.d.ts:656 *** @@ -541,7 +541,7 @@ node\_modules/@types/express-serve-static-core/index.d.ts:643 #### Defined in -node\_modules/@types/express-serve-static-core/index.d.ts:666 +node\_modules/@types/express-serve-static-core/index.d.ts:679 *** @@ -555,7 +555,7 @@ node\_modules/@types/express-serve-static-core/index.d.ts:666 #### Defined in -node\_modules/@types/express-serve-static-core/index.d.ts:653 +node\_modules/@types/express-serve-static-core/index.d.ts:666 *** @@ -569,13 +569,13 @@ node\_modules/@types/express-serve-static-core/index.d.ts:653 #### Defined in -node\_modules/@types/express-serve-static-core/index.d.ts:645 +node\_modules/@types/express-serve-static-core/index.d.ts:658 *** ### path -\> **path**: `string` +\> `readonly` **path**: `string` Short-hand for `url.parse(req.url).pathname`. @@ -585,13 +585,13 @@ Short-hand for `url.parse(req.url).pathname`. #### Defined in -node\_modules/@types/express-serve-static-core/index.d.ts:606 +node\_modules/@types/express-serve-static-core/index.d.ts:619 *** ### protocol -\> **protocol**: `string` +\> `readonly` **protocol**: `string` Return the protocol string "http" or "https" when requested with TLS. When the "trust proxy" @@ -606,7 +606,7 @@ may be enabled. #### Defined in -node\_modules/@types/express-serve-static-core/index.d.ts:561 +node\_modules/@types/express-serve-static-core/index.d.ts:574 *** @@ -620,7 +620,7 @@ node\_modules/@types/express-serve-static-core/index.d.ts:561 #### Defined in -node\_modules/@types/express-serve-static-core/index.d.ts:647 +node\_modules/@types/express-serve-static-core/index.d.ts:660 *** @@ -875,7 +875,7 @@ node\_modules/@types/node/stream.d.ts:116 ### res? -\> `optional` **res**: `Response`\<`any`, `Record`\<`string`, `any`\>, `number`\> +\> `optional` **res**: `Response` After middleware.init executed, Request will contain res and next properties See: express/lib/middleware/init.js @@ -886,7 +886,7 @@ See: express/lib/middleware/init.js #### Defined in -node\_modules/@types/express-serve-static-core/index.d.ts:665 +node\_modules/@types/express-serve-static-core/index.d.ts:678 *** @@ -900,13 +900,13 @@ node\_modules/@types/express-serve-static-core/index.d.ts:665 #### Defined in -node\_modules/@types/express-serve-static-core/index.d.ts:649 +node\_modules/@types/express-serve-static-core/index.d.ts:662 *** ### secure -\> **secure**: `boolean` +\> `readonly` **secure**: `boolean` Short-hand for: @@ -918,7 +918,7 @@ Short-hand for: #### Defined in -node\_modules/@types/express-serve-static-core/index.d.ts:568 +node\_modules/@types/express-serve-static-core/index.d.ts:581 *** @@ -932,7 +932,7 @@ node\_modules/@types/express-serve-static-core/index.d.ts:568 #### Defined in -node\_modules/@types/express-serve-static-core/index.d.ts:651 +node\_modules/@types/express-serve-static-core/index.d.ts:664 *** @@ -965,7 +965,7 @@ node\_modules/@types/node/http.d.ts:1233 ### stale -\> **stale**: `boolean` +\> `readonly` **stale**: `boolean` Check if the request is stale, aka "Last-Modified" and / or the "ETag" for the @@ -977,7 +977,7 @@ resource has changed. #### Defined in -node\_modules/@types/express-serve-static-core/index.d.ts:630 +node\_modules/@types/express-serve-static-core/index.d.ts:643 *** @@ -1027,7 +1027,7 @@ node\_modules/@types/node/http.d.ts:1388 ### subdomains -\> **subdomains**: `string`[] +\> `readonly` **subdomains**: `string`[] Return subdomains as an array. @@ -1045,7 +1045,7 @@ If "subdomain offset" is 3, req.subdomains is `["tobi"]`. #### Defined in -node\_modules/@types/express-serve-static-core/index.d.ts:601 +node\_modules/@types/express-serve-static-core/index.d.ts:614 *** @@ -1055,7 +1055,7 @@ node\_modules/@types/express-serve-static-core/index.d.ts:601 #### Defined in -[src/middleware/isAuth.ts:85](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/middleware/isAuth.ts#L85) +[src/middleware/isAuth.ts:85](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/middleware/isAuth.ts#L85) *** @@ -1155,7 +1155,7 @@ v0.1.90 #### Defined in -node\_modules/@types/express-serve-static-core/index.d.ts:655 +node\_modules/@types/express-serve-static-core/index.d.ts:668 *** @@ -1165,13 +1165,13 @@ node\_modules/@types/express-serve-static-core/index.d.ts:655 #### Defined in -[src/middleware/isAuth.ts:84](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/middleware/isAuth.ts#L84) +[src/middleware/isAuth.ts:84](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/middleware/isAuth.ts#L84) *** ### xhr -\> **xhr**: `boolean` +\> `readonly` **xhr**: `boolean` Check if the request was an _XMLHttpRequest_. @@ -1181,7 +1181,7 @@ Check if the request was an _XMLHttpRequest_. #### Defined in -node\_modules/@types/express-serve-static-core/index.d.ts:635 +node\_modules/@types/express-serve-static-core/index.d.ts:648 ## Methods @@ -1639,11 +1639,11 @@ node\_modules/@types/node/stream.d.ts:659 ### \[asyncIterator\]() -\> **\[asyncIterator\]**(): `AsyncIterator`\<`any`, `any`, `any`\> +\> **\[asyncIterator\]**(): `AsyncIterator` #### Returns -`AsyncIterator`\<`any`, `any`, `any`\> +`AsyncIterator` #### Inherited from @@ -1743,7 +1743,7 @@ Examples: ##### Defined in -node\_modules/@types/express-serve-static-core/index.d.ts:454 +node\_modules/@types/express-serve-static-core/index.d.ts:467 #### Call Signature @@ -1765,7 +1765,7 @@ node\_modules/@types/express-serve-static-core/index.d.ts:454 ##### Defined in -node\_modules/@types/express-serve-static-core/index.d.ts:455 +node\_modules/@types/express-serve-static-core/index.d.ts:468 #### Call Signature @@ -1787,7 +1787,7 @@ node\_modules/@types/express-serve-static-core/index.d.ts:455 ##### Defined in -node\_modules/@types/express-serve-static-core/index.d.ts:456 +node\_modules/@types/express-serve-static-core/index.d.ts:469 #### Call Signature @@ -1809,7 +1809,7 @@ node\_modules/@types/express-serve-static-core/index.d.ts:456 ##### Defined in -node\_modules/@types/express-serve-static-core/index.d.ts:457 +node\_modules/@types/express-serve-static-core/index.d.ts:470 *** @@ -1835,7 +1835,7 @@ For more information, or if you have issues or concerns, see accepts. ##### Defined in -node\_modules/@types/express-serve-static-core/index.d.ts:466 +node\_modules/@types/express-serve-static-core/index.d.ts:479 #### Call Signature @@ -1857,7 +1857,7 @@ node\_modules/@types/express-serve-static-core/index.d.ts:466 ##### Defined in -node\_modules/@types/express-serve-static-core/index.d.ts:467 +node\_modules/@types/express-serve-static-core/index.d.ts:480 #### Call Signature @@ -1879,7 +1879,7 @@ node\_modules/@types/express-serve-static-core/index.d.ts:467 ##### Defined in -node\_modules/@types/express-serve-static-core/index.d.ts:468 +node\_modules/@types/express-serve-static-core/index.d.ts:481 #### Call Signature @@ -1901,7 +1901,7 @@ node\_modules/@types/express-serve-static-core/index.d.ts:468 ##### Defined in -node\_modules/@types/express-serve-static-core/index.d.ts:469 +node\_modules/@types/express-serve-static-core/index.d.ts:482 *** @@ -1927,7 +1927,7 @@ For more information, or if you have issues or concerns, see accepts. ##### Defined in -node\_modules/@types/express-serve-static-core/index.d.ts:478 +node\_modules/@types/express-serve-static-core/index.d.ts:491 #### Call Signature @@ -1949,7 +1949,7 @@ node\_modules/@types/express-serve-static-core/index.d.ts:478 ##### Defined in -node\_modules/@types/express-serve-static-core/index.d.ts:479 +node\_modules/@types/express-serve-static-core/index.d.ts:492 #### Call Signature @@ -1971,7 +1971,7 @@ node\_modules/@types/express-serve-static-core/index.d.ts:479 ##### Defined in -node\_modules/@types/express-serve-static-core/index.d.ts:480 +node\_modules/@types/express-serve-static-core/index.d.ts:493 #### Call Signature @@ -1993,7 +1993,7 @@ node\_modules/@types/express-serve-static-core/index.d.ts:480 ##### Defined in -node\_modules/@types/express-serve-static-core/index.d.ts:481 +node\_modules/@types/express-serve-static-core/index.d.ts:494 *** @@ -2019,7 +2019,7 @@ For more information, or if you have issues or concerns, see accepts. ##### Defined in -node\_modules/@types/express-serve-static-core/index.d.ts:490 +node\_modules/@types/express-serve-static-core/index.d.ts:503 #### Call Signature @@ -2041,7 +2041,7 @@ node\_modules/@types/express-serve-static-core/index.d.ts:490 ##### Defined in -node\_modules/@types/express-serve-static-core/index.d.ts:491 +node\_modules/@types/express-serve-static-core/index.d.ts:504 #### Call Signature @@ -2063,7 +2063,7 @@ node\_modules/@types/express-serve-static-core/index.d.ts:491 ##### Defined in -node\_modules/@types/express-serve-static-core/index.d.ts:492 +node\_modules/@types/express-serve-static-core/index.d.ts:505 #### Call Signature @@ -2085,7 +2085,7 @@ node\_modules/@types/express-serve-static-core/index.d.ts:492 ##### Defined in -node\_modules/@types/express-serve-static-core/index.d.ts:493 +node\_modules/@types/express-serve-static-core/index.d.ts:506 *** @@ -2426,7 +2426,7 @@ node\_modules/@types/node/stream.d.ts:549 ##### stream -`ComposeFnParam` | `T` | `Iterable`\<`T`, `any`, `any`\> | `AsyncIterable`\<`T`, `any`, `any`\> +`ComposeFnParam` | `T` | `Iterable`\<`T`\> | `AsyncIterable`\<`T`\> ##### options? @@ -3088,7 +3088,7 @@ Aliased as `req.header()`. ##### Defined in -node\_modules/@types/express-serve-static-core/index.d.ts:411 +node\_modules/@types/express-serve-static-core/index.d.ts:424 #### Call Signature @@ -3110,7 +3110,7 @@ node\_modules/@types/express-serve-static-core/index.d.ts:411 ##### Defined in -node\_modules/@types/express-serve-static-core/index.d.ts:412 +node\_modules/@types/express-serve-static-core/index.d.ts:425 *** @@ -3235,7 +3235,7 @@ node\_modules/@types/node/events.d.ts:774 ##### Defined in -node\_modules/@types/express-serve-static-core/index.d.ts:414 +node\_modules/@types/express-serve-static-core/index.d.ts:427 #### Call Signature @@ -3257,7 +3257,7 @@ node\_modules/@types/express-serve-static-core/index.d.ts:414 ##### Defined in -node\_modules/@types/express-serve-static-core/index.d.ts:415 +node\_modules/@types/express-serve-static-core/index.d.ts:428 *** @@ -3301,7 +3301,7 @@ Examples: #### Defined in -node\_modules/@types/express-serve-static-core/index.d.ts:551 +node\_modules/@types/express-serve-static-core/index.d.ts:564 *** @@ -3343,7 +3343,7 @@ node\_modules/@types/node/stream.d.ts:295 ### iterator() -\> **iterator**(`options`?): `AsyncIterator`\<`any`, `any`, `any`\> +\> **iterator**(`options`?): `AsyncIterator` The iterator created by this method gives users the option to cancel the destruction of the stream if the `for await...of` loop is exited by `return`, `break`, or `throw`, @@ -3363,7 +3363,7 @@ or exiting a `for await...of` iteration using a `break`, `return`, or `throw` wi #### Returns -`AsyncIterator`\<`any`, `any`, `any`\> +`AsyncIterator` #### Since @@ -4068,7 +4068,7 @@ the `connect.bodyParser()` middleware. #### Defined in -node\_modules/@types/express-serve-static-core/index.d.ts:528 +node\_modules/@types/express-serve-static-core/index.d.ts:541 *** @@ -4670,7 +4670,7 @@ should respond with 4 users when available, not 3. #### Defined in -node\_modules/@types/express-serve-static-core/index.d.ts:507 +node\_modules/@types/express-serve-static-core/index.d.ts:520 *** diff --git a/docs/talawa-api-docs/minioInstallationCheck/functions/checkMinio.md b/docs/talawa-api-docs/minioInstallationCheck/functions/checkMinio.md index a5880128f1e..f1937a00d89 100644 --- a/docs/talawa-api-docs/minioInstallationCheck/functions/checkMinio.md +++ b/docs/talawa-api-docs/minioInstallationCheck/functions/checkMinio.md @@ -31,4 +31,4 @@ Error If an error occurs during the check or installation process. ## Defined in -[src/minioInstallationCheck.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/minioInstallationCheck.ts#L25) +[src/minioInstallationCheck.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/minioInstallationCheck.ts#L25) diff --git a/docs/talawa-api-docs/models/ActionItem/interfaces/InterfaceActionItem.md b/docs/talawa-api-docs/models/ActionItem/interfaces/InterfaceActionItem.md index f3334f4613c..d448e330fef 100644 --- a/docs/talawa-api-docs/models/ActionItem/interfaces/InterfaceActionItem.md +++ b/docs/talawa-api-docs/models/ActionItem/interfaces/InterfaceActionItem.md @@ -16,7 +16,7 @@ Interface representing a database document for ActionItem in MongoDB. #### Defined in -[src/models/ActionItem.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/ActionItem.ts#L15) +[src/models/ActionItem.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/ActionItem.ts#L17) *** @@ -26,7 +26,7 @@ Interface representing a database document for ActionItem in MongoDB. #### Defined in -[src/models/ActionItem.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/ActionItem.ts#L21) +[src/models/ActionItem.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/ActionItem.ts#L23) *** @@ -36,7 +36,7 @@ Interface representing a database document for ActionItem in MongoDB. #### Defined in -[src/models/ActionItem.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/ActionItem.ts#L30) +[src/models/ActionItem.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/ActionItem.ts#L32) *** @@ -46,7 +46,7 @@ Interface representing a database document for ActionItem in MongoDB. #### Defined in -[src/models/ActionItem.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/ActionItem.ts#L16) +[src/models/ActionItem.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/ActionItem.ts#L18) *** @@ -56,7 +56,7 @@ Interface representing a database document for ActionItem in MongoDB. #### Defined in -[src/models/ActionItem.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/ActionItem.ts#L17) +[src/models/ActionItem.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/ActionItem.ts#L19) *** @@ -66,7 +66,7 @@ Interface representing a database document for ActionItem in MongoDB. #### Defined in -[src/models/ActionItem.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/ActionItem.ts#L19) +[src/models/ActionItem.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/ActionItem.ts#L21) *** @@ -76,7 +76,7 @@ Interface representing a database document for ActionItem in MongoDB. #### Defined in -[src/models/ActionItem.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/ActionItem.ts#L18) +[src/models/ActionItem.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/ActionItem.ts#L20) *** @@ -86,7 +86,7 @@ Interface representing a database document for ActionItem in MongoDB. #### Defined in -[src/models/ActionItem.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/ActionItem.ts#L20) +[src/models/ActionItem.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/ActionItem.ts#L22) *** @@ -96,7 +96,7 @@ Interface representing a database document for ActionItem in MongoDB. #### Defined in -[src/models/ActionItem.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/ActionItem.ts#L26) +[src/models/ActionItem.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/ActionItem.ts#L28) *** @@ -106,7 +106,7 @@ Interface representing a database document for ActionItem in MongoDB. #### Defined in -[src/models/ActionItem.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/ActionItem.ts#L28) +[src/models/ActionItem.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/ActionItem.ts#L30) *** @@ -116,7 +116,7 @@ Interface representing a database document for ActionItem in MongoDB. #### Defined in -[src/models/ActionItem.ts:34](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/ActionItem.ts#L34) +[src/models/ActionItem.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/ActionItem.ts#L36) *** @@ -126,7 +126,7 @@ Interface representing a database document for ActionItem in MongoDB. #### Defined in -[src/models/ActionItem.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/ActionItem.ts#L33) +[src/models/ActionItem.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/ActionItem.ts#L35) *** @@ -136,7 +136,7 @@ Interface representing a database document for ActionItem in MongoDB. #### Defined in -[src/models/ActionItem.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/ActionItem.ts#L27) +[src/models/ActionItem.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/ActionItem.ts#L29) *** @@ -146,7 +146,7 @@ Interface representing a database document for ActionItem in MongoDB. #### Defined in -[src/models/ActionItem.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/ActionItem.ts#L32) +[src/models/ActionItem.ts:34](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/ActionItem.ts#L34) *** @@ -156,7 +156,7 @@ Interface representing a database document for ActionItem in MongoDB. #### Defined in -[src/models/ActionItem.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/ActionItem.ts#L29) +[src/models/ActionItem.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/ActionItem.ts#L31) *** @@ -166,7 +166,7 @@ Interface representing a database document for ActionItem in MongoDB. #### Defined in -[src/models/ActionItem.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/ActionItem.ts#L31) +[src/models/ActionItem.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/ActionItem.ts#L33) *** @@ -176,7 +176,7 @@ Interface representing a database document for ActionItem in MongoDB. #### Defined in -[src/models/ActionItem.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/ActionItem.ts#L25) +[src/models/ActionItem.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/ActionItem.ts#L27) *** @@ -186,7 +186,7 @@ Interface representing a database document for ActionItem in MongoDB. #### Defined in -[src/models/ActionItem.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/ActionItem.ts#L24) +[src/models/ActionItem.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/ActionItem.ts#L26) *** @@ -196,4 +196,4 @@ Interface representing a database document for ActionItem in MongoDB. #### Defined in -[src/models/ActionItem.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/ActionItem.ts#L35) +[src/models/ActionItem.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/ActionItem.ts#L37) diff --git a/docs/talawa-api-docs/models/ActionItem/variables/ActionItem.md b/docs/talawa-api-docs/models/ActionItem/variables/ActionItem.md index bf765c8231c..13e71f19685 100644 --- a/docs/talawa-api-docs/models/ActionItem/variables/ActionItem.md +++ b/docs/talawa-api-docs/models/ActionItem/variables/ActionItem.md @@ -6,8 +6,8 @@ # Variable: ActionItem -\> `const` **ActionItem**: `Model`\<[`InterfaceActionItem`](../interfaces/InterfaceActionItem.md), \{\}, \{\}, \{\}, `Document`\<`unknown`, \{\}, [`InterfaceActionItem`](../interfaces/InterfaceActionItem.md)\> & [`InterfaceActionItem`](../interfaces/InterfaceActionItem.md) & `Required`\<\{ `_id`: `ObjectId`; \}\>, `any`\> +\> `const` **ActionItem**: `Model`\<[`InterfaceActionItem`](../interfaces/InterfaceActionItem.md), `Document`\<`unknown`, \{\}, [`InterfaceActionItem`](../interfaces/InterfaceActionItem.md)\> & [`InterfaceActionItem`](../interfaces/InterfaceActionItem.md) & `Required`\<\{ `_id`: `ObjectId`; \}\>\> ## Defined in -[src/models/ActionItem.ts:143](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/ActionItem.ts#L143) +[src/models/ActionItem.ts:145](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/ActionItem.ts#L145) diff --git a/docs/talawa-api-docs/models/ActionItemCategory/interfaces/InterfaceActionItemCategory.md b/docs/talawa-api-docs/models/ActionItemCategory/interfaces/InterfaceActionItemCategory.md index facc9e211f7..a2ec81dbcd2 100644 --- a/docs/talawa-api-docs/models/ActionItemCategory/interfaces/InterfaceActionItemCategory.md +++ b/docs/talawa-api-docs/models/ActionItemCategory/interfaces/InterfaceActionItemCategory.md @@ -16,7 +16,7 @@ Represents a database document for ActionItemCategory in MongoDB. #### Defined in -[src/models/ActionItemCategory.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/ActionItemCategory.ts#L10) +[src/models/ActionItemCategory.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/ActionItemCategory.ts#L12) *** @@ -26,7 +26,7 @@ Represents a database document for ActionItemCategory in MongoDB. #### Defined in -[src/models/ActionItemCategory.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/ActionItemCategory.ts#L15) +[src/models/ActionItemCategory.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/ActionItemCategory.ts#L17) *** @@ -36,7 +36,7 @@ Represents a database document for ActionItemCategory in MongoDB. #### Defined in -[src/models/ActionItemCategory.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/ActionItemCategory.ts#L14) +[src/models/ActionItemCategory.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/ActionItemCategory.ts#L16) *** @@ -46,7 +46,7 @@ Represents a database document for ActionItemCategory in MongoDB. #### Defined in -[src/models/ActionItemCategory.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/ActionItemCategory.ts#L13) +[src/models/ActionItemCategory.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/ActionItemCategory.ts#L15) *** @@ -56,7 +56,7 @@ Represents a database document for ActionItemCategory in MongoDB. #### Defined in -[src/models/ActionItemCategory.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/ActionItemCategory.ts#L11) +[src/models/ActionItemCategory.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/ActionItemCategory.ts#L13) *** @@ -66,7 +66,7 @@ Represents a database document for ActionItemCategory in MongoDB. #### Defined in -[src/models/ActionItemCategory.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/ActionItemCategory.ts#L12) +[src/models/ActionItemCategory.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/ActionItemCategory.ts#L14) *** @@ -76,4 +76,4 @@ Represents a database document for ActionItemCategory in MongoDB. #### Defined in -[src/models/ActionItemCategory.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/ActionItemCategory.ts#L16) +[src/models/ActionItemCategory.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/ActionItemCategory.ts#L18) diff --git a/docs/talawa-api-docs/models/ActionItemCategory/variables/ActionItemCategory.md b/docs/talawa-api-docs/models/ActionItemCategory/variables/ActionItemCategory.md index 0d2f59e5950..e9f7b4e12d6 100644 --- a/docs/talawa-api-docs/models/ActionItemCategory/variables/ActionItemCategory.md +++ b/docs/talawa-api-docs/models/ActionItemCategory/variables/ActionItemCategory.md @@ -6,8 +6,8 @@ # Variable: ActionItemCategory -\> `const` **ActionItemCategory**: `Model`\<[`InterfaceActionItemCategory`](../interfaces/InterfaceActionItemCategory.md), \{\}, \{\}, \{\}, `Document`\<`unknown`, \{\}, [`InterfaceActionItemCategory`](../interfaces/InterfaceActionItemCategory.md)\> & [`InterfaceActionItemCategory`](../interfaces/InterfaceActionItemCategory.md) & `Required`\<\{ `_id`: `ObjectId`; \}\>, `any`\> +\> `const` **ActionItemCategory**: `Model`\<[`InterfaceActionItemCategory`](../interfaces/InterfaceActionItemCategory.md), `Document`\<`unknown`, \{\}, [`InterfaceActionItemCategory`](../interfaces/InterfaceActionItemCategory.md)\> & [`InterfaceActionItemCategory`](../interfaces/InterfaceActionItemCategory.md) & `Required`\<\{ `_id`: `ObjectId`; \}\>\> ## Defined in -[src/models/ActionItemCategory.ts:69](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/ActionItemCategory.ts#L69) +[src/models/ActionItemCategory.ts:71](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/ActionItemCategory.ts#L71) diff --git a/docs/talawa-api-docs/models/Advertisement/interfaces/InterfaceAdvertisement.md b/docs/talawa-api-docs/models/Advertisement/interfaces/InterfaceAdvertisement.md index 787bd9552d1..4251d8f64ee 100644 --- a/docs/talawa-api-docs/models/Advertisement/interfaces/InterfaceAdvertisement.md +++ b/docs/talawa-api-docs/models/Advertisement/interfaces/InterfaceAdvertisement.md @@ -16,7 +16,7 @@ Interface representing a database document for Advertisement in MongoDB. #### Defined in -[src/models/Advertisement.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Advertisement.ts#L11) +[src/models/Advertisement.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Advertisement.ts#L13) *** @@ -26,7 +26,7 @@ Interface representing a database document for Advertisement in MongoDB. #### Defined in -[src/models/Advertisement.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Advertisement.ts#L19) +[src/models/Advertisement.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Advertisement.ts#L21) *** @@ -36,7 +36,7 @@ Interface representing a database document for Advertisement in MongoDB. #### Defined in -[src/models/Advertisement.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Advertisement.ts#L15) +[src/models/Advertisement.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Advertisement.ts#L17) *** @@ -46,7 +46,7 @@ Interface representing a database document for Advertisement in MongoDB. #### Defined in -[src/models/Advertisement.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Advertisement.ts#L18) +[src/models/Advertisement.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Advertisement.ts#L20) *** @@ -56,7 +56,7 @@ Interface representing a database document for Advertisement in MongoDB. #### Defined in -[src/models/Advertisement.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Advertisement.ts#L14) +[src/models/Advertisement.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Advertisement.ts#L16) *** @@ -66,7 +66,7 @@ Interface representing a database document for Advertisement in MongoDB. #### Defined in -[src/models/Advertisement.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Advertisement.ts#L13) +[src/models/Advertisement.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Advertisement.ts#L15) *** @@ -76,7 +76,7 @@ Interface representing a database document for Advertisement in MongoDB. #### Defined in -[src/models/Advertisement.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Advertisement.ts#L12) +[src/models/Advertisement.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Advertisement.ts#L14) *** @@ -86,7 +86,7 @@ Interface representing a database document for Advertisement in MongoDB. #### Defined in -[src/models/Advertisement.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Advertisement.ts#L17) +[src/models/Advertisement.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Advertisement.ts#L19) *** @@ -96,7 +96,7 @@ Interface representing a database document for Advertisement in MongoDB. #### Defined in -[src/models/Advertisement.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Advertisement.ts#L16) +[src/models/Advertisement.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Advertisement.ts#L18) *** @@ -106,4 +106,4 @@ Interface representing a database document for Advertisement in MongoDB. #### Defined in -[src/models/Advertisement.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Advertisement.ts#L20) +[src/models/Advertisement.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Advertisement.ts#L22) diff --git a/docs/talawa-api-docs/models/Advertisement/variables/Advertisement.md b/docs/talawa-api-docs/models/Advertisement/variables/Advertisement.md index 5a59cf1c1b9..830a008bf07 100644 --- a/docs/talawa-api-docs/models/Advertisement/variables/Advertisement.md +++ b/docs/talawa-api-docs/models/Advertisement/variables/Advertisement.md @@ -6,8 +6,8 @@ # Variable: Advertisement -\> `const` **Advertisement**: `Model`\<[`InterfaceAdvertisement`](../interfaces/InterfaceAdvertisement.md), \{\}, \{\}, \{\}, `Document`\<`unknown`, \{\}, [`InterfaceAdvertisement`](../interfaces/InterfaceAdvertisement.md)\> & [`InterfaceAdvertisement`](../interfaces/InterfaceAdvertisement.md) & `Required`\<\{ `_id`: `string`; \}\>, `any`\> +\> `const` **Advertisement**: `Model`\<[`InterfaceAdvertisement`](../interfaces/InterfaceAdvertisement.md), `Document`\<`unknown`, \{\}, [`InterfaceAdvertisement`](../interfaces/InterfaceAdvertisement.md)\> & [`InterfaceAdvertisement`](../interfaces/InterfaceAdvertisement.md) & `Required`\<\{ `_id`: `string`; \}\>\> ## Defined in -[src/models/Advertisement.ts:119](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Advertisement.ts#L119) +[src/models/Advertisement.ts:121](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Advertisement.ts#L121) diff --git a/docs/talawa-api-docs/models/AgendaCategory/interfaces/InterfaceAgendaCategory.md b/docs/talawa-api-docs/models/AgendaCategory/interfaces/InterfaceAgendaCategory.md index e69d268e1ee..91cbdddf31f 100644 --- a/docs/talawa-api-docs/models/AgendaCategory/interfaces/InterfaceAgendaCategory.md +++ b/docs/talawa-api-docs/models/AgendaCategory/interfaces/InterfaceAgendaCategory.md @@ -16,7 +16,7 @@ Represents a document for an agenda category in the MongoDB database. #### Defined in -[src/models/AgendaCategory.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/AgendaCategory.ts#L10) +[src/models/AgendaCategory.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/AgendaCategory.ts#L12) *** @@ -26,7 +26,7 @@ Represents a document for an agenda category in the MongoDB database. #### Defined in -[src/models/AgendaCategory.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/AgendaCategory.ts#L16) +[src/models/AgendaCategory.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/AgendaCategory.ts#L18) *** @@ -36,7 +36,7 @@ Represents a document for an agenda category in the MongoDB database. #### Defined in -[src/models/AgendaCategory.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/AgendaCategory.ts#L14) +[src/models/AgendaCategory.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/AgendaCategory.ts#L16) *** @@ -46,7 +46,7 @@ Represents a document for an agenda category in the MongoDB database. #### Defined in -[src/models/AgendaCategory.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/AgendaCategory.ts#L12) +[src/models/AgendaCategory.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/AgendaCategory.ts#L14) *** @@ -56,7 +56,7 @@ Represents a document for an agenda category in the MongoDB database. #### Defined in -[src/models/AgendaCategory.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/AgendaCategory.ts#L11) +[src/models/AgendaCategory.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/AgendaCategory.ts#L13) *** @@ -66,7 +66,7 @@ Represents a document for an agenda category in the MongoDB database. #### Defined in -[src/models/AgendaCategory.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/AgendaCategory.ts#L13) +[src/models/AgendaCategory.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/AgendaCategory.ts#L15) *** @@ -76,7 +76,7 @@ Represents a document for an agenda category in the MongoDB database. #### Defined in -[src/models/AgendaCategory.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/AgendaCategory.ts#L17) +[src/models/AgendaCategory.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/AgendaCategory.ts#L19) *** @@ -86,4 +86,4 @@ Represents a document for an agenda category in the MongoDB database. #### Defined in -[src/models/AgendaCategory.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/AgendaCategory.ts#L15) +[src/models/AgendaCategory.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/AgendaCategory.ts#L17) diff --git a/docs/talawa-api-docs/models/AgendaCategory/variables/AgendaCategoryModel.md b/docs/talawa-api-docs/models/AgendaCategory/variables/AgendaCategoryModel.md index ed3807a2e15..4b33854bc0c 100644 --- a/docs/talawa-api-docs/models/AgendaCategory/variables/AgendaCategoryModel.md +++ b/docs/talawa-api-docs/models/AgendaCategory/variables/AgendaCategoryModel.md @@ -6,8 +6,8 @@ # Variable: AgendaCategoryModel -\> `const` **AgendaCategoryModel**: `Model`\<[`InterfaceAgendaCategory`](../interfaces/InterfaceAgendaCategory.md), \{\}, \{\}, \{\}, `Document`\<`unknown`, \{\}, [`InterfaceAgendaCategory`](../interfaces/InterfaceAgendaCategory.md)\> & [`InterfaceAgendaCategory`](../interfaces/InterfaceAgendaCategory.md) & `Required`\<\{ `_id`: `ObjectId`; \}\>, `any`\> +\> `const` **AgendaCategoryModel**: `Model`\<[`InterfaceAgendaCategory`](../interfaces/InterfaceAgendaCategory.md), `Document`\<`unknown`, \{\}, [`InterfaceAgendaCategory`](../interfaces/InterfaceAgendaCategory.md)\> & [`InterfaceAgendaCategory`](../interfaces/InterfaceAgendaCategory.md) & `Required`\<\{ `_id`: `ObjectId`; \}\>\> ## Defined in -[src/models/AgendaCategory.ts:71](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/AgendaCategory.ts#L71) +[src/models/AgendaCategory.ts:73](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/AgendaCategory.ts#L73) diff --git a/docs/talawa-api-docs/models/AgendaCategory/variables/AgendaCategorySchema.md b/docs/talawa-api-docs/models/AgendaCategory/variables/AgendaCategorySchema.md index b3f1a0d5bc9..4c034892a0f 100644 --- a/docs/talawa-api-docs/models/AgendaCategory/variables/AgendaCategorySchema.md +++ b/docs/talawa-api-docs/models/AgendaCategory/variables/AgendaCategorySchema.md @@ -6,7 +6,7 @@ # Variable: AgendaCategorySchema -\> `const` **AgendaCategorySchema**: `Schema`\<`any`, `Model`\<`any`, `any`, `any`, `any`, `any`, `any`\>, \{\}, \{\}, \{\}, \{\}, `DefaultSchemaOptions`, \{ `createdAt`: `Date`; `createdBy`: `ObjectId`; `description`: `null` \| `string`; `name`: `string`; `organizationId`: `null` \| `ObjectId`; `updatedAt`: `Date`; `updatedBy`: `null` \| `ObjectId`; \}, `Document`\<`unknown`, \{\}, `FlatRecord`\<\{ `createdAt`: `Date`; `createdBy`: `ObjectId`; `description`: `null` \| `string`; `name`: `string`; `organizationId`: `null` \| `ObjectId`; `updatedAt`: `Date`; `updatedBy`: `null` \| `ObjectId`; \}\>\> & `FlatRecord`\<\{ `createdAt`: `Date`; `createdBy`: `ObjectId`; `description`: `null` \| `string`; `name`: `string`; `organizationId`: `null` \| `ObjectId`; `updatedAt`: `Date`; `updatedBy`: `null` \| `ObjectId`; \}\> & `object`\> +\> `const` **AgendaCategorySchema**: `Schema`\<`Model`, \{ `createdAt`: `Date`; `createdBy`: `ObjectId`; `description`: `null` \| `string`; `name`: `string`; `organizationId`: `null` \| `ObjectId`; `updatedAt`: `Date`; `updatedBy`: `null` \| `ObjectId`; \}, `Document`\<`unknown`, \{\}, `FlatRecord`\<\{ `createdAt`: `Date`; `createdBy`: `ObjectId`; `description`: `null` \| `string`; `name`: `string`; `organizationId`: `null` \| `ObjectId`; `updatedAt`: `Date`; `updatedBy`: `null` \| `ObjectId`; \}\>\> & `FlatRecord`\<\{ `createdAt`: `Date`; `createdBy`: `ObjectId`; `description`: `null` \| `string`; `name`: `string`; `organizationId`: `null` \| `ObjectId`; `updatedAt`: `Date`; `updatedBy`: `null` \| `ObjectId`; \}\> & `object`\> Mongoose schema definition for an agenda category document. @@ -40,4 +40,4 @@ Date when the agenda category was last updated. ## Defined in -[src/models/AgendaCategory.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/AgendaCategory.ts#L30) +[src/models/AgendaCategory.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/AgendaCategory.ts#L32) diff --git a/docs/talawa-api-docs/models/AgendaItem/enumerations/ItemType.md b/docs/talawa-api-docs/models/AgendaItem/enumerations/ItemType.md index 303f4bced17..2b253bdbe57 100644 --- a/docs/talawa-api-docs/models/AgendaItem/enumerations/ItemType.md +++ b/docs/talawa-api-docs/models/AgendaItem/enumerations/ItemType.md @@ -16,7 +16,7 @@ Enumeration representing the types of agenda items. #### Defined in -[src/models/AgendaItem.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/AgendaItem.ts#L37) +[src/models/AgendaItem.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/AgendaItem.ts#L39) *** @@ -26,4 +26,4 @@ Enumeration representing the types of agenda items. #### Defined in -[src/models/AgendaItem.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/AgendaItem.ts#L36) +[src/models/AgendaItem.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/AgendaItem.ts#L38) diff --git a/docs/talawa-api-docs/models/AgendaItem/interfaces/InterfaceAgendaItem.md b/docs/talawa-api-docs/models/AgendaItem/interfaces/InterfaceAgendaItem.md index 6f6b020c6d9..7b7cb436d03 100644 --- a/docs/talawa-api-docs/models/AgendaItem/interfaces/InterfaceAgendaItem.md +++ b/docs/talawa-api-docs/models/AgendaItem/interfaces/InterfaceAgendaItem.md @@ -16,7 +16,7 @@ Represents a document for an agenda item in the MongoDB database. #### Defined in -[src/models/AgendaItem.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/AgendaItem.ts#L13) +[src/models/AgendaItem.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/AgendaItem.ts#L15) *** @@ -26,7 +26,7 @@ Represents a document for an agenda item in the MongoDB database. #### Defined in -[src/models/AgendaItem.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/AgendaItem.ts#L17) +[src/models/AgendaItem.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/AgendaItem.ts#L19) *** @@ -36,7 +36,7 @@ Represents a document for an agenda item in the MongoDB database. #### Defined in -[src/models/AgendaItem.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/AgendaItem.ts#L23) +[src/models/AgendaItem.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/AgendaItem.ts#L25) *** @@ -46,7 +46,7 @@ Represents a document for an agenda item in the MongoDB database. #### Defined in -[src/models/AgendaItem.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/AgendaItem.ts#L26) +[src/models/AgendaItem.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/AgendaItem.ts#L28) *** @@ -56,7 +56,7 @@ Represents a document for an agenda item in the MongoDB database. #### Defined in -[src/models/AgendaItem.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/AgendaItem.ts#L18) +[src/models/AgendaItem.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/AgendaItem.ts#L20) *** @@ -66,7 +66,7 @@ Represents a document for an agenda item in the MongoDB database. #### Defined in -[src/models/AgendaItem.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/AgendaItem.ts#L15) +[src/models/AgendaItem.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/AgendaItem.ts#L17) *** @@ -76,7 +76,7 @@ Represents a document for an agenda item in the MongoDB database. #### Defined in -[src/models/AgendaItem.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/AgendaItem.ts#L16) +[src/models/AgendaItem.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/AgendaItem.ts#L18) *** @@ -86,7 +86,7 @@ Represents a document for an agenda item in the MongoDB database. #### Defined in -[src/models/AgendaItem.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/AgendaItem.ts#L25) +[src/models/AgendaItem.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/AgendaItem.ts#L27) *** @@ -96,7 +96,7 @@ Represents a document for an agenda item in the MongoDB database. #### Defined in -[src/models/AgendaItem.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/AgendaItem.ts#L29) +[src/models/AgendaItem.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/AgendaItem.ts#L31) *** @@ -106,7 +106,7 @@ Represents a document for an agenda item in the MongoDB database. #### Defined in -[src/models/AgendaItem.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/AgendaItem.ts#L28) +[src/models/AgendaItem.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/AgendaItem.ts#L30) *** @@ -116,7 +116,7 @@ Represents a document for an agenda item in the MongoDB database. #### Defined in -[src/models/AgendaItem.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/AgendaItem.ts#L22) +[src/models/AgendaItem.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/AgendaItem.ts#L24) *** @@ -126,7 +126,7 @@ Represents a document for an agenda item in the MongoDB database. #### Defined in -[src/models/AgendaItem.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/AgendaItem.ts#L24) +[src/models/AgendaItem.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/AgendaItem.ts#L26) *** @@ -136,7 +136,7 @@ Represents a document for an agenda item in the MongoDB database. #### Defined in -[src/models/AgendaItem.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/AgendaItem.ts#L14) +[src/models/AgendaItem.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/AgendaItem.ts#L16) *** @@ -146,7 +146,7 @@ Represents a document for an agenda item in the MongoDB database. #### Defined in -[src/models/AgendaItem.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/AgendaItem.ts#L27) +[src/models/AgendaItem.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/AgendaItem.ts#L29) *** @@ -156,7 +156,7 @@ Represents a document for an agenda item in the MongoDB database. #### Defined in -[src/models/AgendaItem.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/AgendaItem.ts#L19) +[src/models/AgendaItem.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/AgendaItem.ts#L21) *** @@ -166,7 +166,7 @@ Represents a document for an agenda item in the MongoDB database. #### Defined in -[src/models/AgendaItem.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/AgendaItem.ts#L20) +[src/models/AgendaItem.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/AgendaItem.ts#L22) *** @@ -176,4 +176,4 @@ Represents a document for an agenda item in the MongoDB database. #### Defined in -[src/models/AgendaItem.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/AgendaItem.ts#L21) +[src/models/AgendaItem.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/AgendaItem.ts#L23) diff --git a/docs/talawa-api-docs/models/AgendaItem/variables/AgendaItemModel.md b/docs/talawa-api-docs/models/AgendaItem/variables/AgendaItemModel.md index 3f107aae877..3f5122e1a4f 100644 --- a/docs/talawa-api-docs/models/AgendaItem/variables/AgendaItemModel.md +++ b/docs/talawa-api-docs/models/AgendaItem/variables/AgendaItemModel.md @@ -6,8 +6,8 @@ # Variable: AgendaItemModel -\> `const` **AgendaItemModel**: `Model`\<[`InterfaceAgendaItem`](../interfaces/InterfaceAgendaItem.md), \{\}, \{\}, \{\}, `Document`\<`unknown`, \{\}, [`InterfaceAgendaItem`](../interfaces/InterfaceAgendaItem.md)\> & [`InterfaceAgendaItem`](../interfaces/InterfaceAgendaItem.md) & `Required`\<\{ `_id`: `ObjectId`; \}\>, `any`\> +\> `const` **AgendaItemModel**: `Model`\<[`InterfaceAgendaItem`](../interfaces/InterfaceAgendaItem.md), `Document`\<`unknown`, \{\}, [`InterfaceAgendaItem`](../interfaces/InterfaceAgendaItem.md)\> & [`InterfaceAgendaItem`](../interfaces/InterfaceAgendaItem.md) & `Required`\<\{ `_id`: `ObjectId`; \}\>\> ## Defined in -[src/models/AgendaItem.ts:135](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/AgendaItem.ts#L135) +[src/models/AgendaItem.ts:137](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/AgendaItem.ts#L137) diff --git a/docs/talawa-api-docs/models/AgendaItem/variables/AgendaItemSchema.md b/docs/talawa-api-docs/models/AgendaItem/variables/AgendaItemSchema.md index 3fdb7e15787..04e077d25ac 100644 --- a/docs/talawa-api-docs/models/AgendaItem/variables/AgendaItemSchema.md +++ b/docs/talawa-api-docs/models/AgendaItem/variables/AgendaItemSchema.md @@ -6,7 +6,7 @@ # Variable: AgendaItemSchema -\> `const` **AgendaItemSchema**: `Schema`\<`any`, `Model`\<`any`, `any`, `any`, `any`, `any`, `any`\>, \{\}, \{\}, \{\}, \{\}, `DefaultSchemaOptions`, \{ `attachments`: `string`[]; `categories`: `ObjectId`[]; `createdAt`: `null` \| `Date`; `createdBy`: `null` \| `ObjectId`; `description`: `null` \| `string`; `duration`: `string`; `itemType`: `null` \| [`Regular`](../enumerations/ItemType.md#regular) \| [`Note`](../enumerations/ItemType.md#note); `notes`: `ObjectId`[]; `organizationId`: `null` \| `ObjectId`; `relatedEventId`: `null` \| `ObjectId`; `sequence`: `null` \| `number`; `title`: `string`; `updatedAt`: `null` \| `Date`; `updatedBy`: `null` \| `ObjectId`; `urls`: `string`[]; `users`: `ObjectId`[]; \}, `Document`\<`unknown`, \{\}, `FlatRecord`\<\{ `attachments`: `string`[]; `categories`: `ObjectId`[]; `createdAt`: `null` \| `Date`; `createdBy`: `null` \| `ObjectId`; `description`: `null` \| `string`; `duration`: `string`; `itemType`: `null` \| [`Regular`](../enumerations/ItemType.md#regular) \| [`Note`](../enumerations/ItemType.md#note); `notes`: `ObjectId`[]; `organizationId`: `null` \| `ObjectId`; `relatedEventId`: `null` \| `ObjectId`; `sequence`: `null` \| `number`; `title`: `string`; `updatedAt`: `null` \| `Date`; `updatedBy`: `null` \| `ObjectId`; `urls`: `string`[]; `users`: `ObjectId`[]; \}\>\> & `FlatRecord`\<\{ `attachments`: `string`[]; `categories`: `ObjectId`[]; `createdAt`: `null` \| `Date`; `createdBy`: `null` \| `ObjectId`; `description`: `null` \| `string`; `duration`: `string`; `itemType`: `null` \| [`Regular`](../enumerations/ItemType.md#regular) \| [`Note`](../enumerations/ItemType.md#note); `notes`: `ObjectId`[]; `organizationId`: `null` \| `ObjectId`; `relatedEventId`: `null` \| `ObjectId`; `sequence`: `null` \| `number`; `title`: `string`; `updatedAt`: `null` \| `Date`; `updatedBy`: `null` \| `ObjectId`; `urls`: `string`[]; `users`: `ObjectId`[]; \}\> & `object`\> +\> `const` **AgendaItemSchema**: `Schema`\<`Model`, \{ `attachments`: `string`[]; `categories`: `ObjectId`[]; `createdAt`: `null` \| `Date`; `createdBy`: `null` \| `ObjectId`; `description`: `null` \| `string`; `duration`: `string`; `itemType`: `null` \| [`Regular`](../enumerations/ItemType.md#regular) \| [`Note`](../enumerations/ItemType.md#note); `notes`: `ObjectId`[]; `organizationId`: `null` \| `ObjectId`; `relatedEventId`: `null` \| `ObjectId`; `sequence`: `null` \| `number`; `title`: `string`; `updatedAt`: `null` \| `Date`; `updatedBy`: `null` \| `ObjectId`; `urls`: `string`[]; `users`: `ObjectId`[]; \}, `Document`\<`unknown`, \{\}, `FlatRecord`\<\{ `attachments`: `string`[]; `categories`: `ObjectId`[]; `createdAt`: `null` \| `Date`; `createdBy`: `null` \| `ObjectId`; `description`: `null` \| `string`; `duration`: `string`; `itemType`: `null` \| [`Regular`](../enumerations/ItemType.md#regular) \| [`Note`](../enumerations/ItemType.md#note); `notes`: `ObjectId`[]; `organizationId`: `null` \| `ObjectId`; `relatedEventId`: `null` \| `ObjectId`; `sequence`: `null` \| `number`; `title`: `string`; `updatedAt`: `null` \| `Date`; `updatedBy`: `null` \| `ObjectId`; `urls`: `string`[]; `users`: `ObjectId`[]; \}\>\> & `FlatRecord`\<\{ `attachments`: `string`[]; `categories`: `ObjectId`[]; `createdAt`: `null` \| `Date`; `createdBy`: `null` \| `ObjectId`; `description`: `null` \| `string`; `duration`: `string`; `itemType`: `null` \| [`Regular`](../enumerations/ItemType.md#regular) \| [`Note`](../enumerations/ItemType.md#note); `notes`: `ObjectId`[]; `organizationId`: `null` \| `ObjectId`; `relatedEventId`: `null` \| `ObjectId`; `sequence`: `null` \| `number`; `title`: `string`; `updatedAt`: `null` \| `Date`; `updatedBy`: `null` \| `ObjectId`; `urls`: `string`[]; `users`: `ObjectId`[]; \}\> & `object`\> Mongoose schema definition for an agenda item document. @@ -76,4 +76,4 @@ Array of notes associated with the agenda item. ## Defined in -[src/models/AgendaItem.ts:59](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/AgendaItem.ts#L59) +[src/models/AgendaItem.ts:61](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/AgendaItem.ts#L61) diff --git a/docs/talawa-api-docs/models/AgendaSection/interfaces/InterfaceAgendaSection.md b/docs/talawa-api-docs/models/AgendaSection/interfaces/InterfaceAgendaSection.md index c147fe06fbe..96e2d632e96 100644 --- a/docs/talawa-api-docs/models/AgendaSection/interfaces/InterfaceAgendaSection.md +++ b/docs/talawa-api-docs/models/AgendaSection/interfaces/InterfaceAgendaSection.md @@ -16,7 +16,7 @@ Interface representing a document for an agenda section in MongoDB. #### Defined in -[src/models/AgendaSection.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/AgendaSection.ts#L11) +[src/models/AgendaSection.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/AgendaSection.ts#L13) *** @@ -26,7 +26,7 @@ Interface representing a document for an agenda section in MongoDB. #### Defined in -[src/models/AgendaSection.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/AgendaSection.ts#L16) +[src/models/AgendaSection.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/AgendaSection.ts#L18) *** @@ -36,7 +36,7 @@ Interface representing a document for an agenda section in MongoDB. #### Defined in -[src/models/AgendaSection.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/AgendaSection.ts#L18) +[src/models/AgendaSection.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/AgendaSection.ts#L20) *** @@ -46,7 +46,7 @@ Interface representing a document for an agenda section in MongoDB. #### Defined in -[src/models/AgendaSection.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/AgendaSection.ts#L13) +[src/models/AgendaSection.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/AgendaSection.ts#L15) *** @@ -56,7 +56,7 @@ Interface representing a document for an agenda section in MongoDB. #### Defined in -[src/models/AgendaSection.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/AgendaSection.ts#L14) +[src/models/AgendaSection.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/AgendaSection.ts#L16) *** @@ -66,7 +66,7 @@ Interface representing a document for an agenda section in MongoDB. #### Defined in -[src/models/AgendaSection.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/AgendaSection.ts#L12) +[src/models/AgendaSection.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/AgendaSection.ts#L14) *** @@ -76,7 +76,7 @@ Interface representing a document for an agenda section in MongoDB. #### Defined in -[src/models/AgendaSection.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/AgendaSection.ts#L15) +[src/models/AgendaSection.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/AgendaSection.ts#L17) *** @@ -86,7 +86,7 @@ Interface representing a document for an agenda section in MongoDB. #### Defined in -[src/models/AgendaSection.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/AgendaSection.ts#L17) +[src/models/AgendaSection.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/AgendaSection.ts#L19) *** @@ -96,4 +96,4 @@ Interface representing a document for an agenda section in MongoDB. #### Defined in -[src/models/AgendaSection.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/AgendaSection.ts#L19) +[src/models/AgendaSection.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/AgendaSection.ts#L21) diff --git a/docs/talawa-api-docs/models/AgendaSection/variables/AgendaSectionModel.md b/docs/talawa-api-docs/models/AgendaSection/variables/AgendaSectionModel.md index 9e0bc83c880..c7b50268a68 100644 --- a/docs/talawa-api-docs/models/AgendaSection/variables/AgendaSectionModel.md +++ b/docs/talawa-api-docs/models/AgendaSection/variables/AgendaSectionModel.md @@ -6,8 +6,8 @@ # Variable: AgendaSectionModel -\> `const` **AgendaSectionModel**: `Model`\<[`InterfaceAgendaSection`](../interfaces/InterfaceAgendaSection.md), \{\}, \{\}, \{\}, `Document`\<`unknown`, \{\}, [`InterfaceAgendaSection`](../interfaces/InterfaceAgendaSection.md)\> & [`InterfaceAgendaSection`](../interfaces/InterfaceAgendaSection.md) & `Required`\<\{ `_id`: `ObjectId`; \}\>, `any`\> +\> `const` **AgendaSectionModel**: `Model`\<[`InterfaceAgendaSection`](../interfaces/InterfaceAgendaSection.md), `Document`\<`unknown`, \{\}, [`InterfaceAgendaSection`](../interfaces/InterfaceAgendaSection.md)\> & [`InterfaceAgendaSection`](../interfaces/InterfaceAgendaSection.md) & `Required`\<\{ `_id`: `ObjectId`; \}\>\> ## Defined in -[src/models/AgendaSection.ts:73](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/AgendaSection.ts#L73) +[src/models/AgendaSection.ts:75](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/AgendaSection.ts#L75) diff --git a/docs/talawa-api-docs/models/AgendaSection/variables/AgendaSectionSchema.md b/docs/talawa-api-docs/models/AgendaSection/variables/AgendaSectionSchema.md index ed04d3a0115..4af1e142560 100644 --- a/docs/talawa-api-docs/models/AgendaSection/variables/AgendaSectionSchema.md +++ b/docs/talawa-api-docs/models/AgendaSection/variables/AgendaSectionSchema.md @@ -6,7 +6,7 @@ # Variable: AgendaSectionSchema -\> `const` **AgendaSectionSchema**: `Schema`\<`any`, `Model`\<`any`, `any`, `any`, `any`, `any`, `any`\>, \{\}, \{\}, \{\}, \{\}, `DefaultSchemaOptions`, \{ `createdAt`: `Date`; `createdBy`: `null` \| `ObjectId`; `description`: `string`; `items`: `ObjectId`[]; `relatedEvent`: `null` \| `ObjectId`; `sequence`: `number`; `updatedAt`: `Date`; \}, `Document`\<`unknown`, \{\}, `FlatRecord`\<\{ `createdAt`: `Date`; `createdBy`: `null` \| `ObjectId`; `description`: `string`; `items`: `ObjectId`[]; `relatedEvent`: `null` \| `ObjectId`; `sequence`: `number`; `updatedAt`: `Date`; \}\>\> & `FlatRecord`\<\{ `createdAt`: `Date`; `createdBy`: `null` \| `ObjectId`; `description`: `string`; `items`: `ObjectId`[]; `relatedEvent`: `null` \| `ObjectId`; `sequence`: `number`; `updatedAt`: `Date`; \}\> & `object`\> +\> `const` **AgendaSectionSchema**: `Schema`\<`Model`, \{ `createdAt`: `Date`; `createdBy`: `null` \| `ObjectId`; `description`: `string`; `items`: `ObjectId`[]; `relatedEvent`: `null` \| `ObjectId`; `sequence`: `number`; `updatedAt`: `Date`; \}, `Document`\<`unknown`, \{\}, `FlatRecord`\<\{ `createdAt`: `Date`; `createdBy`: `null` \| `ObjectId`; `description`: `string`; `items`: `ObjectId`[]; `relatedEvent`: `null` \| `ObjectId`; `sequence`: `number`; `updatedAt`: `Date`; \}\>\> & `FlatRecord`\<\{ `createdAt`: `Date`; `createdBy`: `null` \| `ObjectId`; `description`: `string`; `items`: `ObjectId`[]; `relatedEvent`: `null` \| `ObjectId`; `sequence`: `number`; `updatedAt`: `Date`; \}\> & `object`\> This is the Mongoose schema for an agenda section. @@ -40,4 +40,4 @@ Date when the agenda section was last updated. ## Defined in -[src/models/AgendaSection.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/AgendaSection.ts#L32) +[src/models/AgendaSection.ts:34](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/AgendaSection.ts#L34) diff --git a/docs/talawa-api-docs/models/AppUserProfile/interfaces/InterfaceAppUserProfile.md b/docs/talawa-api-docs/models/AppUserProfile/interfaces/InterfaceAppUserProfile.md index cee0e2b0593..a699a533bdd 100644 --- a/docs/talawa-api-docs/models/AppUserProfile/interfaces/InterfaceAppUserProfile.md +++ b/docs/talawa-api-docs/models/AppUserProfile/interfaces/InterfaceAppUserProfile.md @@ -14,7 +14,7 @@ #### Defined in -[src/models/AppUserProfile.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/AppUserProfile.ts#L11) +[src/models/AppUserProfile.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/AppUserProfile.ts#L13) *** @@ -24,7 +24,7 @@ #### Defined in -[src/models/AppUserProfile.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/AppUserProfile.ts#L13) +[src/models/AppUserProfile.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/AppUserProfile.ts#L15) *** @@ -34,7 +34,7 @@ #### Defined in -[src/models/AppUserProfile.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/AppUserProfile.ts#L14) +[src/models/AppUserProfile.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/AppUserProfile.ts#L16) *** @@ -44,7 +44,7 @@ #### Defined in -[src/models/AppUserProfile.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/AppUserProfile.ts#L19) +[src/models/AppUserProfile.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/AppUserProfile.ts#L21) *** @@ -54,7 +54,7 @@ #### Defined in -[src/models/AppUserProfile.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/AppUserProfile.ts#L15) +[src/models/AppUserProfile.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/AppUserProfile.ts#L17) *** @@ -64,7 +64,7 @@ #### Defined in -[src/models/AppUserProfile.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/AppUserProfile.ts#L16) +[src/models/AppUserProfile.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/AppUserProfile.ts#L18) *** @@ -74,7 +74,7 @@ #### Defined in -[src/models/AppUserProfile.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/AppUserProfile.ts#L17) +[src/models/AppUserProfile.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/AppUserProfile.ts#L19) *** @@ -84,7 +84,7 @@ #### Defined in -[src/models/AppUserProfile.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/AppUserProfile.ts#L23) +[src/models/AppUserProfile.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/AppUserProfile.ts#L25) *** @@ -94,7 +94,7 @@ #### Defined in -[src/models/AppUserProfile.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/AppUserProfile.ts#L18) +[src/models/AppUserProfile.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/AppUserProfile.ts#L20) *** @@ -104,7 +104,7 @@ #### Defined in -[src/models/AppUserProfile.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/AppUserProfile.ts#L20) +[src/models/AppUserProfile.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/AppUserProfile.ts#L22) *** @@ -114,7 +114,7 @@ #### Defined in -[src/models/AppUserProfile.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/AppUserProfile.ts#L21) +[src/models/AppUserProfile.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/AppUserProfile.ts#L23) *** @@ -124,7 +124,7 @@ #### Defined in -[src/models/AppUserProfile.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/AppUserProfile.ts#L22) +[src/models/AppUserProfile.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/AppUserProfile.ts#L24) *** @@ -134,4 +134,4 @@ #### Defined in -[src/models/AppUserProfile.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/AppUserProfile.ts#L12) +[src/models/AppUserProfile.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/AppUserProfile.ts#L14) diff --git a/docs/talawa-api-docs/models/AppUserProfile/variables/AppUserProfile.md b/docs/talawa-api-docs/models/AppUserProfile/variables/AppUserProfile.md index 0f2af084bda..52ba3d3497d 100644 --- a/docs/talawa-api-docs/models/AppUserProfile/variables/AppUserProfile.md +++ b/docs/talawa-api-docs/models/AppUserProfile/variables/AppUserProfile.md @@ -6,8 +6,8 @@ # Variable: AppUserProfile -\> `const` **AppUserProfile**: `PaginateModel`\<[`InterfaceAppUserProfile`](../interfaces/InterfaceAppUserProfile.md), \{\}, \{\}\> +\> `const` **AppUserProfile**: `PaginateModel`\<[`InterfaceAppUserProfile`](../interfaces/InterfaceAppUserProfile.md)\> ## Defined in -[src/models/AppUserProfile.ts:120](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/AppUserProfile.ts#L120) +[src/models/AppUserProfile.ts:122](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/AppUserProfile.ts#L122) diff --git a/docs/talawa-api-docs/models/Chat/interfaces/InterfaceChat.md b/docs/talawa-api-docs/models/Chat/interfaces/InterfaceChat.md index 95eb2b060fc..53f7334bc49 100644 --- a/docs/talawa-api-docs/models/Chat/interfaces/InterfaceChat.md +++ b/docs/talawa-api-docs/models/Chat/interfaces/InterfaceChat.md @@ -16,7 +16,7 @@ Interface representing a document for direct chat in MongoDB. #### Defined in -[src/models/Chat.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Chat.ts#L11) +[src/models/Chat.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Chat.ts#L13) *** @@ -26,7 +26,7 @@ Interface representing a document for direct chat in MongoDB. #### Defined in -[src/models/Chat.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Chat.ts#L19) +[src/models/Chat.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Chat.ts#L22) *** @@ -36,7 +36,7 @@ Interface representing a document for direct chat in MongoDB. #### Defined in -[src/models/Chat.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Chat.ts#L20) +[src/models/Chat.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Chat.ts#L23) *** @@ -46,7 +46,17 @@ Interface representing a document for direct chat in MongoDB. #### Defined in -[src/models/Chat.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Chat.ts#L16) +[src/models/Chat.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Chat.ts#L19) + +*** + +### image + +\> **image**: `string` + +#### Defined in + +[src/models/Chat.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Chat.ts#L16) *** @@ -56,7 +66,7 @@ Interface representing a document for direct chat in MongoDB. #### Defined in -[src/models/Chat.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Chat.ts#L12) +[src/models/Chat.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Chat.ts#L14) *** @@ -66,7 +76,7 @@ Interface representing a document for direct chat in MongoDB. #### Defined in -[src/models/Chat.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Chat.ts#L22) +[src/models/Chat.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Chat.ts#L25) *** @@ -76,7 +86,7 @@ Interface representing a document for direct chat in MongoDB. #### Defined in -[src/models/Chat.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Chat.ts#L15) +[src/models/Chat.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Chat.ts#L18) *** @@ -86,7 +96,7 @@ Interface representing a document for direct chat in MongoDB. #### Defined in -[src/models/Chat.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Chat.ts#L13) +[src/models/Chat.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Chat.ts#L15) *** @@ -96,7 +106,7 @@ Interface representing a document for direct chat in MongoDB. #### Defined in -[src/models/Chat.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Chat.ts#L17) +[src/models/Chat.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Chat.ts#L20) *** @@ -106,7 +116,17 @@ Interface representing a document for direct chat in MongoDB. #### Defined in -[src/models/Chat.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Chat.ts#L18) +[src/models/Chat.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Chat.ts#L21) + +*** + +### unseenMessagesByUsers + +\> **unseenMessagesByUsers**: `JSON` + +#### Defined in + +[src/models/Chat.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Chat.ts#L26) *** @@ -116,7 +136,7 @@ Interface representing a document for direct chat in MongoDB. #### Defined in -[src/models/Chat.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Chat.ts#L21) +[src/models/Chat.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Chat.ts#L24) *** @@ -126,4 +146,4 @@ Interface representing a document for direct chat in MongoDB. #### Defined in -[src/models/Chat.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Chat.ts#L14) +[src/models/Chat.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Chat.ts#L17) diff --git a/docs/talawa-api-docs/models/Chat/variables/Chat.md b/docs/talawa-api-docs/models/Chat/variables/Chat.md index 49807939e0e..988d46864c0 100644 --- a/docs/talawa-api-docs/models/Chat/variables/Chat.md +++ b/docs/talawa-api-docs/models/Chat/variables/Chat.md @@ -6,8 +6,8 @@ # Variable: Chat -\> `const` **Chat**: `Model`\<[`InterfaceChat`](../interfaces/InterfaceChat.md), \{\}, \{\}, \{\}, `Document`\<`unknown`, \{\}, [`InterfaceChat`](../interfaces/InterfaceChat.md)\> & [`InterfaceChat`](../interfaces/InterfaceChat.md) & `Required`\<\{ `_id`: `ObjectId`; \}\>, `any`\> +\> `const` **Chat**: `Model`\<[`InterfaceChat`](../interfaces/InterfaceChat.md), `Document`\<`unknown`, \{\}, [`InterfaceChat`](../interfaces/InterfaceChat.md)\> & [`InterfaceChat`](../interfaces/InterfaceChat.md) & `Required`\<\{ `_id`: `ObjectId`; \}\>\> ## Defined in -[src/models/Chat.ts:118](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Chat.ts#L118) +[src/models/Chat.ts:126](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Chat.ts#L126) diff --git a/docs/talawa-api-docs/models/ChatMessage/interfaces/InterfaceChatMessage.md b/docs/talawa-api-docs/models/ChatMessage/interfaces/InterfaceChatMessage.md index 362f76890b3..bf1c490bff3 100644 --- a/docs/talawa-api-docs/models/ChatMessage/interfaces/InterfaceChatMessage.md +++ b/docs/talawa-api-docs/models/ChatMessage/interfaces/InterfaceChatMessage.md @@ -16,7 +16,7 @@ Represents a document for a chat message in the MongoDB database. #### Defined in -[src/models/ChatMessage.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/ChatMessage.ts#L11) +[src/models/ChatMessage.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/ChatMessage.ts#L13) *** @@ -26,7 +26,7 @@ Represents a document for a chat message in the MongoDB database. #### Defined in -[src/models/ChatMessage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/ChatMessage.ts#L12) +[src/models/ChatMessage.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/ChatMessage.ts#L14) *** @@ -36,7 +36,7 @@ Represents a document for a chat message in the MongoDB database. #### Defined in -[src/models/ChatMessage.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/ChatMessage.ts#L18) +[src/models/ChatMessage.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/ChatMessage.ts#L21) *** @@ -46,7 +46,17 @@ Represents a document for a chat message in the MongoDB database. #### Defined in -[src/models/ChatMessage.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/ChatMessage.ts#L17) +[src/models/ChatMessage.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/ChatMessage.ts#L20) + +*** + +### media + +\> **media**: `string` + +#### Defined in + +[src/models/ChatMessage.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/ChatMessage.ts#L18) *** @@ -56,7 +66,7 @@ Represents a document for a chat message in the MongoDB database. #### Defined in -[src/models/ChatMessage.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/ChatMessage.ts#L15) +[src/models/ChatMessage.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/ChatMessage.ts#L17) *** @@ -66,7 +76,7 @@ Represents a document for a chat message in the MongoDB database. #### Defined in -[src/models/ChatMessage.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/ChatMessage.ts#L14) +[src/models/ChatMessage.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/ChatMessage.ts#L16) *** @@ -76,7 +86,7 @@ Represents a document for a chat message in the MongoDB database. #### Defined in -[src/models/ChatMessage.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/ChatMessage.ts#L13) +[src/models/ChatMessage.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/ChatMessage.ts#L15) *** @@ -86,7 +96,7 @@ Represents a document for a chat message in the MongoDB database. #### Defined in -[src/models/ChatMessage.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/ChatMessage.ts#L16) +[src/models/ChatMessage.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/ChatMessage.ts#L19) *** @@ -96,4 +106,4 @@ Represents a document for a chat message in the MongoDB database. #### Defined in -[src/models/ChatMessage.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/ChatMessage.ts#L19) +[src/models/ChatMessage.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/ChatMessage.ts#L22) diff --git a/docs/talawa-api-docs/models/ChatMessage/variables/ChatMessage.md b/docs/talawa-api-docs/models/ChatMessage/variables/ChatMessage.md index 2c4cc140780..0dcc9e2428c 100644 --- a/docs/talawa-api-docs/models/ChatMessage/variables/ChatMessage.md +++ b/docs/talawa-api-docs/models/ChatMessage/variables/ChatMessage.md @@ -6,8 +6,8 @@ # Variable: ChatMessage -\> `const` **ChatMessage**: `Model`\<[`InterfaceChatMessage`](../interfaces/InterfaceChatMessage.md), \{\}, \{\}, \{\}, `Document`\<`unknown`, \{\}, [`InterfaceChatMessage`](../interfaces/InterfaceChatMessage.md)\> & [`InterfaceChatMessage`](../interfaces/InterfaceChatMessage.md) & `Required`\<\{ `_id`: `ObjectId`; \}\>, `any`\> +\> `const` **ChatMessage**: `Model`\<[`InterfaceChatMessage`](../interfaces/InterfaceChatMessage.md), `Document`\<`unknown`, \{\}, [`InterfaceChatMessage`](../interfaces/InterfaceChatMessage.md)\> & [`InterfaceChatMessage`](../interfaces/InterfaceChatMessage.md) & `Required`\<\{ `_id`: `ObjectId`; \}\>\> ## Defined in -[src/models/ChatMessage.ts:108](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/ChatMessage.ts#L108) +[src/models/ChatMessage.ts:115](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/ChatMessage.ts#L115) diff --git a/docs/talawa-api-docs/models/CheckIn/interfaces/InterfaceCheckIn.md b/docs/talawa-api-docs/models/CheckIn/interfaces/InterfaceCheckIn.md index ec4619b623f..0e8a26f24be 100644 --- a/docs/talawa-api-docs/models/CheckIn/interfaces/InterfaceCheckIn.md +++ b/docs/talawa-api-docs/models/CheckIn/interfaces/InterfaceCheckIn.md @@ -16,7 +16,7 @@ Represents a document for a check-in entry in the MongoDB database. #### Defined in -[src/models/CheckIn.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/CheckIn.ts#L17) +[src/models/CheckIn.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/CheckIn.ts#L17) *** @@ -26,7 +26,7 @@ Represents a document for a check-in entry in the MongoDB database. #### Defined in -[src/models/CheckIn.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/CheckIn.ts#L21) +[src/models/CheckIn.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/CheckIn.ts#L21) *** @@ -36,7 +36,7 @@ Represents a document for a check-in entry in the MongoDB database. #### Defined in -[src/models/CheckIn.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/CheckIn.ts#L18) +[src/models/CheckIn.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/CheckIn.ts#L18) *** @@ -46,7 +46,7 @@ Represents a document for a check-in entry in the MongoDB database. #### Defined in -[src/models/CheckIn.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/CheckIn.ts#L20) +[src/models/CheckIn.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/CheckIn.ts#L20) *** @@ -56,7 +56,7 @@ Represents a document for a check-in entry in the MongoDB database. #### Defined in -[src/models/CheckIn.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/CheckIn.ts#L19) +[src/models/CheckIn.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/CheckIn.ts#L19) *** @@ -66,4 +66,4 @@ Represents a document for a check-in entry in the MongoDB database. #### Defined in -[src/models/CheckIn.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/CheckIn.ts#L22) +[src/models/CheckIn.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/CheckIn.ts#L22) diff --git a/docs/talawa-api-docs/models/CheckIn/variables/CheckIn.md b/docs/talawa-api-docs/models/CheckIn/variables/CheckIn.md index e3dd5469de5..43463ae962f 100644 --- a/docs/talawa-api-docs/models/CheckIn/variables/CheckIn.md +++ b/docs/talawa-api-docs/models/CheckIn/variables/CheckIn.md @@ -6,8 +6,8 @@ # Variable: CheckIn -\> `const` **CheckIn**: `Model`\<[`InterfaceCheckIn`](../interfaces/InterfaceCheckIn.md), \{\}, \{\}, \{\}, `Document`\<`unknown`, \{\}, [`InterfaceCheckIn`](../interfaces/InterfaceCheckIn.md)\> & [`InterfaceCheckIn`](../interfaces/InterfaceCheckIn.md) & `Required`\<\{ `_id`: `ObjectId`; \}\>, `any`\> +\> `const` **CheckIn**: `Model`\<[`InterfaceCheckIn`](../interfaces/InterfaceCheckIn.md), `Document`\<`unknown`, \{\}, [`InterfaceCheckIn`](../interfaces/InterfaceCheckIn.md)\> & [`InterfaceCheckIn`](../interfaces/InterfaceCheckIn.md) & `Required`\<\{ `_id`: `ObjectId`; \}\>\> ## Defined in -[src/models/CheckIn.ts:72](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/CheckIn.ts#L72) +[src/models/CheckIn.ts:72](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/CheckIn.ts#L72) diff --git a/docs/talawa-api-docs/models/CheckOut/interfaces/InterfaceCheckOut.md b/docs/talawa-api-docs/models/CheckOut/interfaces/InterfaceCheckOut.md index 482e5d52ef5..9744d893521 100644 --- a/docs/talawa-api-docs/models/CheckOut/interfaces/InterfaceCheckOut.md +++ b/docs/talawa-api-docs/models/CheckOut/interfaces/InterfaceCheckOut.md @@ -16,7 +16,7 @@ Interface representing a document for a check-out record in MongoDB. #### Defined in -[src/models/CheckOut.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/CheckOut.ts#L17) +[src/models/CheckOut.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/CheckOut.ts#L17) *** @@ -26,7 +26,7 @@ Interface representing a document for a check-out record in MongoDB. #### Defined in -[src/models/CheckOut.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/CheckOut.ts#L20) +[src/models/CheckOut.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/CheckOut.ts#L20) *** @@ -36,7 +36,7 @@ Interface representing a document for a check-out record in MongoDB. #### Defined in -[src/models/CheckOut.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/CheckOut.ts#L18) +[src/models/CheckOut.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/CheckOut.ts#L18) *** @@ -46,7 +46,7 @@ Interface representing a document for a check-out record in MongoDB. #### Defined in -[src/models/CheckOut.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/CheckOut.ts#L19) +[src/models/CheckOut.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/CheckOut.ts#L19) *** @@ -56,4 +56,4 @@ Interface representing a document for a check-out record in MongoDB. #### Defined in -[src/models/CheckOut.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/CheckOut.ts#L21) +[src/models/CheckOut.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/CheckOut.ts#L21) diff --git a/docs/talawa-api-docs/models/CheckOut/variables/CheckOut.md b/docs/talawa-api-docs/models/CheckOut/variables/CheckOut.md index 6fd2a393a9c..b0d40cb0185 100644 --- a/docs/talawa-api-docs/models/CheckOut/variables/CheckOut.md +++ b/docs/talawa-api-docs/models/CheckOut/variables/CheckOut.md @@ -6,8 +6,8 @@ # Variable: CheckOut -\> `const` **CheckOut**: `Model`\<[`InterfaceCheckOut`](../interfaces/InterfaceCheckOut.md), \{\}, \{\}, \{\}, `Document`\<`unknown`, \{\}, [`InterfaceCheckOut`](../interfaces/InterfaceCheckOut.md)\> & [`InterfaceCheckOut`](../interfaces/InterfaceCheckOut.md) & `Required`\<\{ `_id`: `ObjectId`; \}\>, `any`\> +\> `const` **CheckOut**: `Model`\<[`InterfaceCheckOut`](../interfaces/InterfaceCheckOut.md), `Document`\<`unknown`, \{\}, [`InterfaceCheckOut`](../interfaces/InterfaceCheckOut.md)\> & [`InterfaceCheckOut`](../interfaces/InterfaceCheckOut.md) & `Required`\<\{ `_id`: `ObjectId`; \}\>\> ## Defined in -[src/models/CheckOut.ts:66](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/CheckOut.ts#L66) +[src/models/CheckOut.ts:66](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/CheckOut.ts#L66) diff --git a/docs/talawa-api-docs/models/Comment/interfaces/InterfaceComment.md b/docs/talawa-api-docs/models/Comment/interfaces/InterfaceComment.md index 2c2690bdbc2..bc87f740ee0 100644 --- a/docs/talawa-api-docs/models/Comment/interfaces/InterfaceComment.md +++ b/docs/talawa-api-docs/models/Comment/interfaces/InterfaceComment.md @@ -16,7 +16,7 @@ Represents a document for a comment in the MongoDB database. #### Defined in -[src/models/Comment.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Comment.ts#L11) +[src/models/Comment.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Comment.ts#L13) *** @@ -26,7 +26,7 @@ Represents a document for a comment in the MongoDB database. #### Defined in -[src/models/Comment.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Comment.ts#L13) +[src/models/Comment.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Comment.ts#L15) *** @@ -36,7 +36,7 @@ Represents a document for a comment in the MongoDB database. #### Defined in -[src/models/Comment.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Comment.ts#L14) +[src/models/Comment.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Comment.ts#L16) *** @@ -46,7 +46,7 @@ Represents a document for a comment in the MongoDB database. #### Defined in -[src/models/Comment.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Comment.ts#L18) +[src/models/Comment.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Comment.ts#L20) *** @@ -56,7 +56,7 @@ Represents a document for a comment in the MongoDB database. #### Defined in -[src/models/Comment.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Comment.ts#L17) +[src/models/Comment.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Comment.ts#L19) *** @@ -66,7 +66,7 @@ Represents a document for a comment in the MongoDB database. #### Defined in -[src/models/Comment.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Comment.ts#L16) +[src/models/Comment.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Comment.ts#L18) *** @@ -76,7 +76,7 @@ Represents a document for a comment in the MongoDB database. #### Defined in -[src/models/Comment.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Comment.ts#L19) +[src/models/Comment.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Comment.ts#L21) *** @@ -86,7 +86,7 @@ Represents a document for a comment in the MongoDB database. #### Defined in -[src/models/Comment.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Comment.ts#L12) +[src/models/Comment.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Comment.ts#L14) *** @@ -96,4 +96,4 @@ Represents a document for a comment in the MongoDB database. #### Defined in -[src/models/Comment.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Comment.ts#L15) +[src/models/Comment.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Comment.ts#L17) diff --git a/docs/talawa-api-docs/models/Comment/variables/Comment.md b/docs/talawa-api-docs/models/Comment/variables/Comment.md index 34555d4e58c..4aca3294450 100644 --- a/docs/talawa-api-docs/models/Comment/variables/Comment.md +++ b/docs/talawa-api-docs/models/Comment/variables/Comment.md @@ -6,8 +6,8 @@ # Variable: Comment -\> `const` **Comment**: `Model`\<[`InterfaceComment`](../interfaces/InterfaceComment.md), \{\}, \{\}, \{\}, `Document`\<`unknown`, \{\}, [`InterfaceComment`](../interfaces/InterfaceComment.md)\> & [`InterfaceComment`](../interfaces/InterfaceComment.md) & `Required`\<\{ `_id`: `ObjectId`; \}\>, `any`\> +\> `const` **Comment**: `Model`\<[`InterfaceComment`](../interfaces/InterfaceComment.md), `Document`\<`unknown`, \{\}, [`InterfaceComment`](../interfaces/InterfaceComment.md)\> & [`InterfaceComment`](../interfaces/InterfaceComment.md) & `Required`\<\{ `_id`: `ObjectId`; \}\>\> ## Defined in -[src/models/Comment.ts:81](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Comment.ts#L81) +[src/models/Comment.ts:83](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Comment.ts#L83) diff --git a/docs/talawa-api-docs/models/Community/interfaces/InterfaceCommunity.md b/docs/talawa-api-docs/models/Community/interfaces/InterfaceCommunity.md index 39643374b1d..2189d7f2040 100644 --- a/docs/talawa-api-docs/models/Community/interfaces/InterfaceCommunity.md +++ b/docs/talawa-api-docs/models/Community/interfaces/InterfaceCommunity.md @@ -16,7 +16,7 @@ Interface representing a document for a community in MongoDB. #### Defined in -[src/models/Community.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Community.ts#L8) +[src/models/Community.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Community.ts#L10) *** @@ -26,7 +26,7 @@ Interface representing a document for a community in MongoDB. #### Defined in -[src/models/Community.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Community.ts#L10) +[src/models/Community.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Community.ts#L12) *** @@ -36,7 +36,7 @@ Interface representing a document for a community in MongoDB. #### Defined in -[src/models/Community.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Community.ts#L9) +[src/models/Community.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Community.ts#L11) *** @@ -78,7 +78,7 @@ Interface representing a document for a community in MongoDB. #### Defined in -[src/models/Community.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Community.ts#L12) +[src/models/Community.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Community.ts#L14) *** @@ -88,7 +88,7 @@ Interface representing a document for a community in MongoDB. #### Defined in -[src/models/Community.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Community.ts#L22) +[src/models/Community.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Community.ts#L24) *** @@ -98,4 +98,4 @@ Interface representing a document for a community in MongoDB. #### Defined in -[src/models/Community.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Community.ts#L11) +[src/models/Community.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Community.ts#L13) diff --git a/docs/talawa-api-docs/models/Community/variables/Community.md b/docs/talawa-api-docs/models/Community/variables/Community.md index 77f32d4c37f..2c25f2a9d39 100644 --- a/docs/talawa-api-docs/models/Community/variables/Community.md +++ b/docs/talawa-api-docs/models/Community/variables/Community.md @@ -6,8 +6,8 @@ # Variable: Community -\> `const` **Community**: `Model`\<[`InterfaceCommunity`](../interfaces/InterfaceCommunity.md), \{\}, \{\}, \{\}, `Document`\<`unknown`, \{\}, [`InterfaceCommunity`](../interfaces/InterfaceCommunity.md)\> & [`InterfaceCommunity`](../interfaces/InterfaceCommunity.md) & `Required`\<\{ `_id`: `ObjectId`; \}\>, `any`\> +\> `const` **Community**: `Model`\<[`InterfaceCommunity`](../interfaces/InterfaceCommunity.md), `Document`\<`unknown`, \{\}, [`InterfaceCommunity`](../interfaces/InterfaceCommunity.md)\> & [`InterfaceCommunity`](../interfaces/InterfaceCommunity.md) & `Required`\<\{ `_id`: `ObjectId`; \}\>\> ## Defined in -[src/models/Community.ts:96](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Community.ts#L96) +[src/models/Community.ts:98](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Community.ts#L98) diff --git a/docs/talawa-api-docs/models/Donation/interfaces/InterfaceDonation.md b/docs/talawa-api-docs/models/Donation/interfaces/InterfaceDonation.md index 0bbb3da2b91..436bdd69279 100644 --- a/docs/talawa-api-docs/models/Donation/interfaces/InterfaceDonation.md +++ b/docs/talawa-api-docs/models/Donation/interfaces/InterfaceDonation.md @@ -16,7 +16,7 @@ Interface representing a document for a donation in MongoDB. #### Defined in -[src/models/Donation.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Donation.ts#L14) +[src/models/Donation.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Donation.ts#L16) *** @@ -26,7 +26,7 @@ Interface representing a document for a donation in MongoDB. #### Defined in -[src/models/Donation.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Donation.ts#L15) +[src/models/Donation.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Donation.ts#L17) *** @@ -36,7 +36,7 @@ Interface representing a document for a donation in MongoDB. #### Defined in -[src/models/Donation.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Donation.ts#L11) +[src/models/Donation.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Donation.ts#L13) *** @@ -46,7 +46,7 @@ Interface representing a document for a donation in MongoDB. #### Defined in -[src/models/Donation.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Donation.ts#L13) +[src/models/Donation.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Donation.ts#L15) *** @@ -56,7 +56,7 @@ Interface representing a document for a donation in MongoDB. #### Defined in -[src/models/Donation.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Donation.ts#L10) +[src/models/Donation.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Donation.ts#L12) *** @@ -66,7 +66,7 @@ Interface representing a document for a donation in MongoDB. #### Defined in -[src/models/Donation.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Donation.ts#L12) +[src/models/Donation.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Donation.ts#L14) *** @@ -76,7 +76,7 @@ Interface representing a document for a donation in MongoDB. #### Defined in -[src/models/Donation.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Donation.ts#L16) +[src/models/Donation.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Donation.ts#L18) *** @@ -86,4 +86,4 @@ Interface representing a document for a donation in MongoDB. #### Defined in -[src/models/Donation.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Donation.ts#L9) +[src/models/Donation.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Donation.ts#L11) diff --git a/docs/talawa-api-docs/models/Donation/variables/Donation.md b/docs/talawa-api-docs/models/Donation/variables/Donation.md index 676903b1b55..bdd4f29e3bc 100644 --- a/docs/talawa-api-docs/models/Donation/variables/Donation.md +++ b/docs/talawa-api-docs/models/Donation/variables/Donation.md @@ -6,8 +6,8 @@ # Variable: Donation -\> `const` **Donation**: `Model`\<[`InterfaceDonation`](../interfaces/InterfaceDonation.md), \{\}, \{\}, \{\}, `Document`\<`unknown`, \{\}, [`InterfaceDonation`](../interfaces/InterfaceDonation.md)\> & [`InterfaceDonation`](../interfaces/InterfaceDonation.md) & `object`, `any`\> +\> `const` **Donation**: `Model`\<[`InterfaceDonation`](../interfaces/InterfaceDonation.md), `Document`\<`unknown`, \{\}, [`InterfaceDonation`](../interfaces/InterfaceDonation.md)\> & [`InterfaceDonation`](../interfaces/InterfaceDonation.md) & `object`\> ## Defined in -[src/models/Donation.ts:72](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Donation.ts#L72) +[src/models/Donation.ts:74](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Donation.ts#L74) diff --git a/docs/talawa-api-docs/models/EncodedImage/interfaces/InterfaceEncodedImage.md b/docs/talawa-api-docs/models/EncodedImage/interfaces/InterfaceEncodedImage.md index 89765f09f05..240d33a73e3 100644 --- a/docs/talawa-api-docs/models/EncodedImage/interfaces/InterfaceEncodedImage.md +++ b/docs/talawa-api-docs/models/EncodedImage/interfaces/InterfaceEncodedImage.md @@ -16,7 +16,7 @@ Represents a document for an encoded image in the MongoDB database. #### Defined in -[src/models/EncodedImage.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/EncodedImage.ts#L9) +[src/models/EncodedImage.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/EncodedImage.ts#L11) *** @@ -26,7 +26,7 @@ Represents a document for an encoded image in the MongoDB database. #### Defined in -[src/models/EncodedImage.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/EncodedImage.ts#L11) +[src/models/EncodedImage.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/EncodedImage.ts#L13) *** @@ -36,7 +36,7 @@ Represents a document for an encoded image in the MongoDB database. #### Defined in -[src/models/EncodedImage.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/EncodedImage.ts#L10) +[src/models/EncodedImage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/EncodedImage.ts#L12) *** @@ -46,4 +46,4 @@ Represents a document for an encoded image in the MongoDB database. #### Defined in -[src/models/EncodedImage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/EncodedImage.ts#L12) +[src/models/EncodedImage.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/EncodedImage.ts#L14) diff --git a/docs/talawa-api-docs/models/EncodedImage/variables/EncodedImage.md b/docs/talawa-api-docs/models/EncodedImage/variables/EncodedImage.md index 546e485492d..8628d50c641 100644 --- a/docs/talawa-api-docs/models/EncodedImage/variables/EncodedImage.md +++ b/docs/talawa-api-docs/models/EncodedImage/variables/EncodedImage.md @@ -6,8 +6,8 @@ # Variable: EncodedImage -\> `const` **EncodedImage**: `Model`\<[`InterfaceEncodedImage`](../interfaces/InterfaceEncodedImage.md), \{\}, \{\}, \{\}, `Document`\<`unknown`, \{\}, [`InterfaceEncodedImage`](../interfaces/InterfaceEncodedImage.md)\> & [`InterfaceEncodedImage`](../interfaces/InterfaceEncodedImage.md) & `Required`\<\{ `_id`: `ObjectId`; \}\>, `any`\> +\> `const` **EncodedImage**: `Model`\<[`InterfaceEncodedImage`](../interfaces/InterfaceEncodedImage.md), `Document`\<`unknown`, \{\}, [`InterfaceEncodedImage`](../interfaces/InterfaceEncodedImage.md)\> & [`InterfaceEncodedImage`](../interfaces/InterfaceEncodedImage.md) & `Required`\<\{ `_id`: `ObjectId`; \}\>\> ## Defined in -[src/models/EncodedImage.ts:44](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/EncodedImage.ts#L44) +[src/models/EncodedImage.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/EncodedImage.ts#L46) diff --git a/docs/talawa-api-docs/models/EncodedVideo/interfaces/InterfaceEncodedVideo.md b/docs/talawa-api-docs/models/EncodedVideo/interfaces/InterfaceEncodedVideo.md index 9300b47afee..aec9725c4fb 100644 --- a/docs/talawa-api-docs/models/EncodedVideo/interfaces/InterfaceEncodedVideo.md +++ b/docs/talawa-api-docs/models/EncodedVideo/interfaces/InterfaceEncodedVideo.md @@ -16,7 +16,7 @@ Interface representing a document for an encoded video in MongoDB. #### Defined in -[src/models/EncodedVideo.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/EncodedVideo.ts#L9) +[src/models/EncodedVideo.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/EncodedVideo.ts#L11) *** @@ -26,7 +26,7 @@ Interface representing a document for an encoded video in MongoDB. #### Defined in -[src/models/EncodedVideo.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/EncodedVideo.ts#L11) +[src/models/EncodedVideo.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/EncodedVideo.ts#L13) *** @@ -36,7 +36,7 @@ Interface representing a document for an encoded video in MongoDB. #### Defined in -[src/models/EncodedVideo.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/EncodedVideo.ts#L10) +[src/models/EncodedVideo.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/EncodedVideo.ts#L12) *** @@ -46,4 +46,4 @@ Interface representing a document for an encoded video in MongoDB. #### Defined in -[src/models/EncodedVideo.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/EncodedVideo.ts#L12) +[src/models/EncodedVideo.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/EncodedVideo.ts#L14) diff --git a/docs/talawa-api-docs/models/EncodedVideo/variables/EncodedVideo.md b/docs/talawa-api-docs/models/EncodedVideo/variables/EncodedVideo.md index 7ee273aa01b..3c4ca520c8b 100644 --- a/docs/talawa-api-docs/models/EncodedVideo/variables/EncodedVideo.md +++ b/docs/talawa-api-docs/models/EncodedVideo/variables/EncodedVideo.md @@ -6,8 +6,8 @@ # Variable: EncodedVideo -\> `const` **EncodedVideo**: `Model`\<[`InterfaceEncodedVideo`](../interfaces/InterfaceEncodedVideo.md), \{\}, \{\}, \{\}, `Document`\<`unknown`, \{\}, [`InterfaceEncodedVideo`](../interfaces/InterfaceEncodedVideo.md)\> & [`InterfaceEncodedVideo`](../interfaces/InterfaceEncodedVideo.md) & `Required`\<\{ `_id`: `ObjectId`; \}\>, `any`\> +\> `const` **EncodedVideo**: `Model`\<[`InterfaceEncodedVideo`](../interfaces/InterfaceEncodedVideo.md), `Document`\<`unknown`, \{\}, [`InterfaceEncodedVideo`](../interfaces/InterfaceEncodedVideo.md)\> & [`InterfaceEncodedVideo`](../interfaces/InterfaceEncodedVideo.md) & `Required`\<\{ `_id`: `ObjectId`; \}\>\> ## Defined in -[src/models/EncodedVideo.ts:47](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/EncodedVideo.ts#L47) +[src/models/EncodedVideo.ts:49](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/EncodedVideo.ts#L49) diff --git a/docs/talawa-api-docs/models/Event/interfaces/InterfaceEvent.md b/docs/talawa-api-docs/models/Event/interfaces/InterfaceEvent.md index fac598b5b15..ef808395531 100644 --- a/docs/talawa-api-docs/models/Event/interfaces/InterfaceEvent.md +++ b/docs/talawa-api-docs/models/Event/interfaces/InterfaceEvent.md @@ -16,7 +16,7 @@ Represents a document for an event in the MongoDB database. #### Defined in -[src/models/Event.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Event.ts#L15) +[src/models/Event.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Event.ts#L18) *** @@ -26,7 +26,7 @@ Represents a document for an event in the MongoDB database. #### Defined in -[src/models/Event.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Event.ts#L16) +[src/models/Event.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Event.ts#L19) *** @@ -36,7 +36,7 @@ Represents a document for an event in the MongoDB database. #### Defined in -[src/models/Event.ts:43](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Event.ts#L43) +[src/models/Event.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Event.ts#L46) *** @@ -46,7 +46,7 @@ Represents a document for an event in the MongoDB database. #### Defined in -[src/models/Event.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Event.ts#L17) +[src/models/Event.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Event.ts#L20) *** @@ -56,7 +56,7 @@ Represents a document for an event in the MongoDB database. #### Defined in -[src/models/Event.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Event.ts#L18) +[src/models/Event.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Event.ts#L21) *** @@ -66,7 +66,17 @@ Represents a document for an event in the MongoDB database. #### Defined in -[src/models/Event.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Event.ts#L19) +[src/models/Event.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Event.ts#L22) + +*** + +### chat + +\> **chat**: `any` + +#### Defined in + +[src/models/Event.ts:47](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Event.ts#L47) *** @@ -76,7 +86,7 @@ Represents a document for an event in the MongoDB database. #### Defined in -[src/models/Event.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Event.ts#L20) +[src/models/Event.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Event.ts#L23) *** @@ -86,7 +96,7 @@ Represents a document for an event in the MongoDB database. #### Defined in -[src/models/Event.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Event.ts#L21) +[src/models/Event.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Event.ts#L24) *** @@ -96,7 +106,7 @@ Represents a document for an event in the MongoDB database. #### Defined in -[src/models/Event.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Event.ts#L22) +[src/models/Event.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Event.ts#L25) *** @@ -106,7 +116,7 @@ Represents a document for an event in the MongoDB database. #### Defined in -[src/models/Event.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Event.ts#L23) +[src/models/Event.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Event.ts#L26) *** @@ -116,7 +126,7 @@ Represents a document for an event in the MongoDB database. #### Defined in -[src/models/Event.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Event.ts#L24) +[src/models/Event.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Event.ts#L27) *** @@ -126,7 +136,7 @@ Represents a document for an event in the MongoDB database. #### Defined in -[src/models/Event.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Event.ts#L25) +[src/models/Event.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Event.ts#L28) *** @@ -136,7 +146,7 @@ Represents a document for an event in the MongoDB database. #### Defined in -[src/models/Event.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Event.ts#L26) +[src/models/Event.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Event.ts#L29) *** @@ -146,7 +156,7 @@ Represents a document for an event in the MongoDB database. #### Defined in -[src/models/Event.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Event.ts#L27) +[src/models/Event.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Event.ts#L30) *** @@ -156,7 +166,7 @@ Represents a document for an event in the MongoDB database. #### Defined in -[src/models/Event.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Event.ts#L28) +[src/models/Event.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Event.ts#L31) *** @@ -166,7 +176,7 @@ Represents a document for an event in the MongoDB database. #### Defined in -[src/models/Event.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Event.ts#L29) +[src/models/Event.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Event.ts#L32) *** @@ -176,7 +186,7 @@ Represents a document for an event in the MongoDB database. #### Defined in -[src/models/Event.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Event.ts#L30) +[src/models/Event.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Event.ts#L33) *** @@ -186,7 +196,7 @@ Represents a document for an event in the MongoDB database. #### Defined in -[src/models/Event.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Event.ts#L31) +[src/models/Event.ts:34](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Event.ts#L34) *** @@ -196,7 +206,7 @@ Represents a document for an event in the MongoDB database. #### Defined in -[src/models/Event.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Event.ts#L32) +[src/models/Event.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Event.ts#L35) *** @@ -206,7 +216,7 @@ Represents a document for an event in the MongoDB database. #### Defined in -[src/models/Event.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Event.ts#L33) +[src/models/Event.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Event.ts#L36) *** @@ -216,7 +226,7 @@ Represents a document for an event in the MongoDB database. #### Defined in -[src/models/Event.ts:34](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Event.ts#L34) +[src/models/Event.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Event.ts#L37) *** @@ -226,7 +236,7 @@ Represents a document for an event in the MongoDB database. #### Defined in -[src/models/Event.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Event.ts#L35) +[src/models/Event.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Event.ts#L38) *** @@ -236,7 +246,7 @@ Represents a document for an event in the MongoDB database. #### Defined in -[src/models/Event.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Event.ts#L36) +[src/models/Event.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Event.ts#L39) *** @@ -246,7 +256,7 @@ Represents a document for an event in the MongoDB database. #### Defined in -[src/models/Event.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Event.ts#L37) +[src/models/Event.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Event.ts#L40) *** @@ -256,7 +266,7 @@ Represents a document for an event in the MongoDB database. #### Defined in -[src/models/Event.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Event.ts#L38) +[src/models/Event.ts:41](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Event.ts#L41) *** @@ -266,7 +276,7 @@ Represents a document for an event in the MongoDB database. #### Defined in -[src/models/Event.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Event.ts#L39) +[src/models/Event.ts:42](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Event.ts#L42) *** @@ -276,7 +286,7 @@ Represents a document for an event in the MongoDB database. #### Defined in -[src/models/Event.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Event.ts#L40) +[src/models/Event.ts:43](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Event.ts#L43) *** @@ -286,7 +296,7 @@ Represents a document for an event in the MongoDB database. #### Defined in -[src/models/Event.ts:42](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Event.ts#L42) +[src/models/Event.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Event.ts#L45) *** @@ -296,4 +306,4 @@ Represents a document for an event in the MongoDB database. #### Defined in -[src/models/Event.ts:41](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Event.ts#L41) +[src/models/Event.ts:44](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Event.ts#L44) diff --git a/docs/talawa-api-docs/models/Event/variables/Event.md b/docs/talawa-api-docs/models/Event/variables/Event.md index 2d6277f93f9..e827ccacb45 100644 --- a/docs/talawa-api-docs/models/Event/variables/Event.md +++ b/docs/talawa-api-docs/models/Event/variables/Event.md @@ -6,8 +6,8 @@ # Variable: Event -\> `const` **Event**: `Model`\<[`InterfaceEvent`](../interfaces/InterfaceEvent.md), \{\}, \{\}, \{\}, `Document`\<`unknown`, \{\}, [`InterfaceEvent`](../interfaces/InterfaceEvent.md)\> & [`InterfaceEvent`](../interfaces/InterfaceEvent.md) & `Required`\<\{ `_id`: `ObjectId`; \}\>, `any`\> +\> `const` **Event**: `Model`\<[`InterfaceEvent`](../interfaces/InterfaceEvent.md), `Document`\<`unknown`, \{\}, [`InterfaceEvent`](../interfaces/InterfaceEvent.md)\> & [`InterfaceEvent`](../interfaces/InterfaceEvent.md) & `Required`\<\{ `_id`: `ObjectId`; \}\>\> ## Defined in -[src/models/Event.ts:213](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Event.ts#L213) +[src/models/Event.ts:222](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Event.ts#L222) diff --git a/docs/talawa-api-docs/models/EventAttendee/interfaces/InterfaceEventAttendee.md b/docs/talawa-api-docs/models/EventAttendee/interfaces/InterfaceEventAttendee.md index 3b2f34b80db..3ca84a27cbf 100644 --- a/docs/talawa-api-docs/models/EventAttendee/interfaces/InterfaceEventAttendee.md +++ b/docs/talawa-api-docs/models/EventAttendee/interfaces/InterfaceEventAttendee.md @@ -16,7 +16,7 @@ Interface representing a document for an event attendee in MongoDB. #### Defined in -[src/models/EventAttendee.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/EventAttendee.ts#L13) +[src/models/EventAttendee.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/EventAttendee.ts#L20) *** @@ -26,7 +26,7 @@ Interface representing a document for an event attendee in MongoDB. #### Defined in -[src/models/EventAttendee.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/EventAttendee.ts#L16) +[src/models/EventAttendee.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/EventAttendee.ts#L23) *** @@ -36,7 +36,7 @@ Interface representing a document for an event attendee in MongoDB. #### Defined in -[src/models/EventAttendee.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/EventAttendee.ts#L17) +[src/models/EventAttendee.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/EventAttendee.ts#L24) *** @@ -46,7 +46,7 @@ Interface representing a document for an event attendee in MongoDB. #### Defined in -[src/models/EventAttendee.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/EventAttendee.ts#L15) +[src/models/EventAttendee.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/EventAttendee.ts#L22) *** @@ -56,7 +56,7 @@ Interface representing a document for an event attendee in MongoDB. #### Defined in -[src/models/EventAttendee.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/EventAttendee.ts#L20) +[src/models/EventAttendee.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/EventAttendee.ts#L27) *** @@ -66,7 +66,7 @@ Interface representing a document for an event attendee in MongoDB. #### Defined in -[src/models/EventAttendee.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/EventAttendee.ts#L21) +[src/models/EventAttendee.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/EventAttendee.ts#L28) *** @@ -76,7 +76,7 @@ Interface representing a document for an event attendee in MongoDB. #### Defined in -[src/models/EventAttendee.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/EventAttendee.ts#L18) +[src/models/EventAttendee.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/EventAttendee.ts#L25) *** @@ -86,7 +86,7 @@ Interface representing a document for an event attendee in MongoDB. #### Defined in -[src/models/EventAttendee.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/EventAttendee.ts#L19) +[src/models/EventAttendee.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/EventAttendee.ts#L26) *** @@ -96,4 +96,4 @@ Interface representing a document for an event attendee in MongoDB. #### Defined in -[src/models/EventAttendee.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/EventAttendee.ts#L14) +[src/models/EventAttendee.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/EventAttendee.ts#L21) diff --git a/docs/talawa-api-docs/models/EventAttendee/variables/EventAttendee.md b/docs/talawa-api-docs/models/EventAttendee/variables/EventAttendee.md index 117e3b6793b..012a31bd8eb 100644 --- a/docs/talawa-api-docs/models/EventAttendee/variables/EventAttendee.md +++ b/docs/talawa-api-docs/models/EventAttendee/variables/EventAttendee.md @@ -6,8 +6,8 @@ # Variable: EventAttendee -\> `const` **EventAttendee**: `Model`\<[`InterfaceEventAttendee`](../interfaces/InterfaceEventAttendee.md), \{\}, \{\}, \{\}, `Document`\<`unknown`, \{\}, [`InterfaceEventAttendee`](../interfaces/InterfaceEventAttendee.md)\> & [`InterfaceEventAttendee`](../interfaces/InterfaceEventAttendee.md) & `Required`\<\{ `_id`: `ObjectId`; \}\>, `any`\> +\> `const` **EventAttendee**: `Model`\<[`InterfaceEventAttendee`](../interfaces/InterfaceEventAttendee.md), `Document`\<`unknown`, \{\}, [`InterfaceEventAttendee`](../interfaces/InterfaceEventAttendee.md)\> & [`InterfaceEventAttendee`](../interfaces/InterfaceEventAttendee.md) & `Required`\<\{ `_id`: `ObjectId`; \}\>\> ## Defined in -[src/models/EventAttendee.ts:94](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/EventAttendee.ts#L94) +[src/models/EventAttendee.ts:101](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/EventAttendee.ts#L101) diff --git a/docs/talawa-api-docs/models/EventVolunteer/interfaces/InterfaceEventVolunteer.md b/docs/talawa-api-docs/models/EventVolunteer/interfaces/InterfaceEventVolunteer.md index 06a95813995..4949fc6eda2 100644 --- a/docs/talawa-api-docs/models/EventVolunteer/interfaces/InterfaceEventVolunteer.md +++ b/docs/talawa-api-docs/models/EventVolunteer/interfaces/InterfaceEventVolunteer.md @@ -17,7 +17,7 @@ This interface defines the structure and types of data that an event volunteer d #### Defined in -[src/models/EventVolunteer.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/EventVolunteer.ts#L14) +[src/models/EventVolunteer.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/EventVolunteer.ts#L16) *** @@ -27,7 +27,7 @@ This interface defines the structure and types of data that an event volunteer d #### Defined in -[src/models/EventVolunteer.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/EventVolunteer.ts#L22) +[src/models/EventVolunteer.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/EventVolunteer.ts#L24) *** @@ -37,7 +37,7 @@ This interface defines the structure and types of data that an event volunteer d #### Defined in -[src/models/EventVolunteer.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/EventVolunteer.ts#L27) +[src/models/EventVolunteer.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/EventVolunteer.ts#L29) *** @@ -47,7 +47,7 @@ This interface defines the structure and types of data that an event volunteer d #### Defined in -[src/models/EventVolunteer.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/EventVolunteer.ts#L15) +[src/models/EventVolunteer.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/EventVolunteer.ts#L17) *** @@ -57,7 +57,7 @@ This interface defines the structure and types of data that an event volunteer d #### Defined in -[src/models/EventVolunteer.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/EventVolunteer.ts#L16) +[src/models/EventVolunteer.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/EventVolunteer.ts#L18) *** @@ -67,7 +67,7 @@ This interface defines the structure and types of data that an event volunteer d #### Defined in -[src/models/EventVolunteer.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/EventVolunteer.ts#L17) +[src/models/EventVolunteer.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/EventVolunteer.ts#L19) *** @@ -77,7 +77,7 @@ This interface defines the structure and types of data that an event volunteer d #### Defined in -[src/models/EventVolunteer.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/EventVolunteer.ts#L19) +[src/models/EventVolunteer.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/EventVolunteer.ts#L21) *** @@ -95,7 +95,7 @@ This interface defines the structure and types of data that an event volunteer d #### Defined in -[src/models/EventVolunteer.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/EventVolunteer.ts#L23) +[src/models/EventVolunteer.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/EventVolunteer.ts#L25) *** @@ -105,7 +105,7 @@ This interface defines the structure and types of data that an event volunteer d #### Defined in -[src/models/EventVolunteer.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/EventVolunteer.ts#L21) +[src/models/EventVolunteer.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/EventVolunteer.ts#L23) *** @@ -115,7 +115,7 @@ This interface defines the structure and types of data that an event volunteer d #### Defined in -[src/models/EventVolunteer.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/EventVolunteer.ts#L20) +[src/models/EventVolunteer.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/EventVolunteer.ts#L22) *** @@ -125,7 +125,7 @@ This interface defines the structure and types of data that an event volunteer d #### Defined in -[src/models/EventVolunteer.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/EventVolunteer.ts#L28) +[src/models/EventVolunteer.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/EventVolunteer.ts#L30) *** @@ -135,4 +135,4 @@ This interface defines the structure and types of data that an event volunteer d #### Defined in -[src/models/EventVolunteer.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/EventVolunteer.ts#L18) +[src/models/EventVolunteer.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/EventVolunteer.ts#L20) diff --git a/docs/talawa-api-docs/models/EventVolunteer/variables/EventVolunteer.md b/docs/talawa-api-docs/models/EventVolunteer/variables/EventVolunteer.md index d15a3e760c4..12c85736fd6 100644 --- a/docs/talawa-api-docs/models/EventVolunteer/variables/EventVolunteer.md +++ b/docs/talawa-api-docs/models/EventVolunteer/variables/EventVolunteer.md @@ -6,11 +6,11 @@ # Variable: EventVolunteer -\> `const` **EventVolunteer**: `Model`\<[`InterfaceEventVolunteer`](../interfaces/InterfaceEventVolunteer.md), \{\}, \{\}, \{\}, `Document`\<`unknown`, \{\}, [`InterfaceEventVolunteer`](../interfaces/InterfaceEventVolunteer.md)\> & [`InterfaceEventVolunteer`](../interfaces/InterfaceEventVolunteer.md) & `Required`\<\{ `_id`: `ObjectId`; \}\>, `any`\> +\> `const` **EventVolunteer**: `Model`\<[`InterfaceEventVolunteer`](../interfaces/InterfaceEventVolunteer.md), `Document`\<`unknown`, \{\}, [`InterfaceEventVolunteer`](../interfaces/InterfaceEventVolunteer.md)\> & [`InterfaceEventVolunteer`](../interfaces/InterfaceEventVolunteer.md) & `Required`\<\{ `_id`: `ObjectId`; \}\>\> Export the EventVolunteer model. This syntax ensures we don't get an OverwriteModelError while running tests. ## Defined in -[src/models/EventVolunteer.ts:130](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/EventVolunteer.ts#L130) +[src/models/EventVolunteer.ts:132](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/EventVolunteer.ts#L132) diff --git a/docs/talawa-api-docs/models/EventVolunteerGroup/interfaces/InterfaceEventVolunteerGroup.md b/docs/talawa-api-docs/models/EventVolunteerGroup/interfaces/InterfaceEventVolunteerGroup.md index c512c56ae45..8a799bff5d1 100644 --- a/docs/talawa-api-docs/models/EventVolunteerGroup/interfaces/InterfaceEventVolunteerGroup.md +++ b/docs/talawa-api-docs/models/EventVolunteerGroup/interfaces/InterfaceEventVolunteerGroup.md @@ -17,7 +17,7 @@ This interface defines the structure and types of data that an event volunteer g #### Defined in -[src/models/EventVolunteerGroup.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/EventVolunteerGroup.ts#L14) +[src/models/EventVolunteerGroup.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/EventVolunteerGroup.ts#L16) *** @@ -27,7 +27,7 @@ This interface defines the structure and types of data that an event volunteer g #### Defined in -[src/models/EventVolunteerGroup.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/EventVolunteerGroup.ts#L22) +[src/models/EventVolunteerGroup.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/EventVolunteerGroup.ts#L24) *** @@ -37,7 +37,7 @@ This interface defines the structure and types of data that an event volunteer g #### Defined in -[src/models/EventVolunteerGroup.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/EventVolunteerGroup.ts#L23) +[src/models/EventVolunteerGroup.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/EventVolunteerGroup.ts#L25) *** @@ -47,7 +47,7 @@ This interface defines the structure and types of data that an event volunteer g #### Defined in -[src/models/EventVolunteerGroup.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/EventVolunteerGroup.ts#L15) +[src/models/EventVolunteerGroup.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/EventVolunteerGroup.ts#L17) *** @@ -57,7 +57,7 @@ This interface defines the structure and types of data that an event volunteer g #### Defined in -[src/models/EventVolunteerGroup.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/EventVolunteerGroup.ts#L19) +[src/models/EventVolunteerGroup.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/EventVolunteerGroup.ts#L21) *** @@ -67,7 +67,7 @@ This interface defines the structure and types of data that an event volunteer g #### Defined in -[src/models/EventVolunteerGroup.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/EventVolunteerGroup.ts#L16) +[src/models/EventVolunteerGroup.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/EventVolunteerGroup.ts#L18) *** @@ -77,7 +77,7 @@ This interface defines the structure and types of data that an event volunteer g #### Defined in -[src/models/EventVolunteerGroup.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/EventVolunteerGroup.ts#L17) +[src/models/EventVolunteerGroup.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/EventVolunteerGroup.ts#L19) *** @@ -87,7 +87,7 @@ This interface defines the structure and types of data that an event volunteer g #### Defined in -[src/models/EventVolunteerGroup.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/EventVolunteerGroup.ts#L18) +[src/models/EventVolunteerGroup.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/EventVolunteerGroup.ts#L20) *** @@ -97,7 +97,7 @@ This interface defines the structure and types of data that an event volunteer g #### Defined in -[src/models/EventVolunteerGroup.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/EventVolunteerGroup.ts#L24) +[src/models/EventVolunteerGroup.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/EventVolunteerGroup.ts#L26) *** @@ -107,7 +107,7 @@ This interface defines the structure and types of data that an event volunteer g #### Defined in -[src/models/EventVolunteerGroup.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/EventVolunteerGroup.ts#L20) +[src/models/EventVolunteerGroup.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/EventVolunteerGroup.ts#L22) *** @@ -117,4 +117,4 @@ This interface defines the structure and types of data that an event volunteer g #### Defined in -[src/models/EventVolunteerGroup.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/EventVolunteerGroup.ts#L21) +[src/models/EventVolunteerGroup.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/EventVolunteerGroup.ts#L23) diff --git a/docs/talawa-api-docs/models/EventVolunteerGroup/variables/EventVolunteerGroup.md b/docs/talawa-api-docs/models/EventVolunteerGroup/variables/EventVolunteerGroup.md index 87ebfd0e727..ecc4f8ff01c 100644 --- a/docs/talawa-api-docs/models/EventVolunteerGroup/variables/EventVolunteerGroup.md +++ b/docs/talawa-api-docs/models/EventVolunteerGroup/variables/EventVolunteerGroup.md @@ -6,11 +6,11 @@ # Variable: EventVolunteerGroup -\> `const` **EventVolunteerGroup**: `Model`\<[`InterfaceEventVolunteerGroup`](../interfaces/InterfaceEventVolunteerGroup.md), \{\}, \{\}, \{\}, `Document`\<`unknown`, \{\}, [`InterfaceEventVolunteerGroup`](../interfaces/InterfaceEventVolunteerGroup.md)\> & [`InterfaceEventVolunteerGroup`](../interfaces/InterfaceEventVolunteerGroup.md) & `Required`\<\{ `_id`: `ObjectId`; \}\>, `any`\> +\> `const` **EventVolunteerGroup**: `Model`\<[`InterfaceEventVolunteerGroup`](../interfaces/InterfaceEventVolunteerGroup.md), `Document`\<`unknown`, \{\}, [`InterfaceEventVolunteerGroup`](../interfaces/InterfaceEventVolunteerGroup.md)\> & [`InterfaceEventVolunteerGroup`](../interfaces/InterfaceEventVolunteerGroup.md) & `Required`\<\{ `_id`: `ObjectId`; \}\>\> Export the EventVolunteerGroup model. This syntax ensures we don't get an OverwriteModelError while running tests. ## Defined in -[src/models/EventVolunteerGroup.ts:108](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/EventVolunteerGroup.ts#L108) +[src/models/EventVolunteerGroup.ts:110](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/EventVolunteerGroup.ts#L110) diff --git a/docs/talawa-api-docs/models/Feedback/interfaces/InterfaceFeedback.md b/docs/talawa-api-docs/models/Feedback/interfaces/InterfaceFeedback.md index a88d11cd082..6ae317b5546 100644 --- a/docs/talawa-api-docs/models/Feedback/interfaces/InterfaceFeedback.md +++ b/docs/talawa-api-docs/models/Feedback/interfaces/InterfaceFeedback.md @@ -17,7 +17,7 @@ This interface defines the structure and types of data that a feedback document #### Defined in -[src/models/Feedback.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Feedback.ts#L11) +[src/models/Feedback.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Feedback.ts#L13) *** @@ -27,7 +27,7 @@ This interface defines the structure and types of data that a feedback document #### Defined in -[src/models/Feedback.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Feedback.ts#L15) +[src/models/Feedback.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Feedback.ts#L17) *** @@ -37,7 +37,7 @@ This interface defines the structure and types of data that a feedback document #### Defined in -[src/models/Feedback.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Feedback.ts#L12) +[src/models/Feedback.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Feedback.ts#L14) *** @@ -47,7 +47,7 @@ This interface defines the structure and types of data that a feedback document #### Defined in -[src/models/Feedback.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Feedback.ts#L13) +[src/models/Feedback.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Feedback.ts#L15) *** @@ -57,7 +57,7 @@ This interface defines the structure and types of data that a feedback document #### Defined in -[src/models/Feedback.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Feedback.ts#L14) +[src/models/Feedback.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Feedback.ts#L16) *** @@ -67,4 +67,4 @@ This interface defines the structure and types of data that a feedback document #### Defined in -[src/models/Feedback.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Feedback.ts#L16) +[src/models/Feedback.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Feedback.ts#L18) diff --git a/docs/talawa-api-docs/models/Feedback/variables/Feedback.md b/docs/talawa-api-docs/models/Feedback/variables/Feedback.md index 0c169f23a19..d0fa18f1e48 100644 --- a/docs/talawa-api-docs/models/Feedback/variables/Feedback.md +++ b/docs/talawa-api-docs/models/Feedback/variables/Feedback.md @@ -6,11 +6,11 @@ # Variable: Feedback -\> `const` **Feedback**: `Model`\<[`InterfaceFeedback`](../interfaces/InterfaceFeedback.md), \{\}, \{\}, \{\}, `Document`\<`unknown`, \{\}, [`InterfaceFeedback`](../interfaces/InterfaceFeedback.md)\> & [`InterfaceFeedback`](../interfaces/InterfaceFeedback.md) & `Required`\<\{ `_id`: `ObjectId`; \}\>, `any`\> +\> `const` **Feedback**: `Model`\<[`InterfaceFeedback`](../interfaces/InterfaceFeedback.md), `Document`\<`unknown`, \{\}, [`InterfaceFeedback`](../interfaces/InterfaceFeedback.md)\> & [`InterfaceFeedback`](../interfaces/InterfaceFeedback.md) & `Required`\<\{ `_id`: `ObjectId`; \}\>\> Export the Feedback model. This syntax ensures we don't get an OverwriteModelError while running tests. ## Defined in -[src/models/Feedback.ts:73](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Feedback.ts#L73) +[src/models/Feedback.ts:75](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Feedback.ts#L75) diff --git a/docs/talawa-api-docs/models/File/interfaces/InterfaceFile.md b/docs/talawa-api-docs/models/File/interfaces/InterfaceFile.md index aeb95d23430..50fbf325a7d 100644 --- a/docs/talawa-api-docs/models/File/interfaces/InterfaceFile.md +++ b/docs/talawa-api-docs/models/File/interfaces/InterfaceFile.md @@ -14,7 +14,7 @@ #### Defined in -[src/models/File.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/File.ts#L8) +[src/models/File.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/File.ts#L10) *** @@ -24,7 +24,7 @@ #### Defined in -[src/models/File.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/File.ts#L20) +[src/models/File.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/File.ts#L22) *** @@ -34,7 +34,7 @@ #### Defined in -[src/models/File.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/File.ts#L26) +[src/models/File.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/File.ts#L28) *** @@ -44,7 +44,7 @@ #### Defined in -[src/models/File.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/File.ts#L22) +[src/models/File.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/File.ts#L24) *** @@ -54,7 +54,7 @@ #### Defined in -[src/models/File.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/File.ts#L24) +[src/models/File.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/File.ts#L26) *** @@ -64,7 +64,7 @@ #### Defined in -[src/models/File.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/File.ts#L19) +[src/models/File.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/File.ts#L21) *** @@ -74,7 +74,7 @@ #### Defined in -[src/models/File.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/File.ts#L9) +[src/models/File.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/File.ts#L11) *** @@ -92,7 +92,7 @@ #### Defined in -[src/models/File.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/File.ts#L12) +[src/models/File.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/File.ts#L14) *** @@ -102,7 +102,7 @@ #### Defined in -[src/models/File.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/File.ts#L18) +[src/models/File.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/File.ts#L20) *** @@ -112,7 +112,7 @@ #### Defined in -[src/models/File.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/File.ts#L10) +[src/models/File.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/File.ts#L12) *** @@ -122,7 +122,7 @@ #### Defined in -[src/models/File.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/File.ts#L17) +[src/models/File.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/File.ts#L19) *** @@ -132,7 +132,7 @@ #### Defined in -[src/models/File.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/File.ts#L11) +[src/models/File.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/File.ts#L13) *** @@ -142,7 +142,7 @@ #### Defined in -[src/models/File.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/File.ts#L23) +[src/models/File.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/File.ts#L25) *** @@ -152,7 +152,7 @@ #### Defined in -[src/models/File.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/File.ts#L25) +[src/models/File.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/File.ts#L27) *** @@ -162,7 +162,7 @@ #### Defined in -[src/models/File.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/File.ts#L16) +[src/models/File.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/File.ts#L18) *** @@ -172,4 +172,4 @@ #### Defined in -[src/models/File.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/File.ts#L21) +[src/models/File.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/File.ts#L23) diff --git a/docs/talawa-api-docs/models/File/variables/File.md b/docs/talawa-api-docs/models/File/variables/File.md index b8d64f86886..b55a6a6e97a 100644 --- a/docs/talawa-api-docs/models/File/variables/File.md +++ b/docs/talawa-api-docs/models/File/variables/File.md @@ -6,8 +6,8 @@ # Variable: File -\> `const` **File**: `Model`\<[`InterfaceFile`](../interfaces/InterfaceFile.md), \{\}, \{\}, \{\}, `Document`\<`unknown`, \{\}, [`InterfaceFile`](../interfaces/InterfaceFile.md)\> & [`InterfaceFile`](../interfaces/InterfaceFile.md) & `Required`\<\{ `_id`: `ObjectId`; \}\>, `any`\> +\> `const` **File**: `Model`\<[`InterfaceFile`](../interfaces/InterfaceFile.md), `Document`\<`unknown`, \{\}, [`InterfaceFile`](../interfaces/InterfaceFile.md)\> & [`InterfaceFile`](../interfaces/InterfaceFile.md) & `Required`\<\{ `_id`: `ObjectId`; \}\>\> ## Defined in -[src/models/File.ts:148](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/File.ts#L148) +[src/models/File.ts:150](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/File.ts#L150) diff --git a/docs/talawa-api-docs/models/Fund/interfaces/InterfaceFund.md b/docs/talawa-api-docs/models/Fund/interfaces/InterfaceFund.md index b2943556211..883505b8738 100644 --- a/docs/talawa-api-docs/models/Fund/interfaces/InterfaceFund.md +++ b/docs/talawa-api-docs/models/Fund/interfaces/InterfaceFund.md @@ -17,7 +17,7 @@ This interface defines the structure and types of data that a fund document will #### Defined in -[src/models/Fund.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Fund.ts#L11) +[src/models/Fund.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Fund.ts#L13) *** @@ -27,7 +27,7 @@ This interface defines the structure and types of data that a fund document will #### Defined in -[src/models/Fund.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Fund.ts#L19) +[src/models/Fund.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Fund.ts#L21) *** @@ -37,7 +37,7 @@ This interface defines the structure and types of data that a fund document will #### Defined in -[src/models/Fund.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Fund.ts#L20) +[src/models/Fund.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Fund.ts#L22) *** @@ -47,7 +47,7 @@ This interface defines the structure and types of data that a fund document will #### Defined in -[src/models/Fund.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Fund.ts#L18) +[src/models/Fund.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Fund.ts#L20) *** @@ -57,7 +57,7 @@ This interface defines the structure and types of data that a fund document will #### Defined in -[src/models/Fund.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Fund.ts#L17) +[src/models/Fund.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Fund.ts#L19) *** @@ -67,7 +67,7 @@ This interface defines the structure and types of data that a fund document will #### Defined in -[src/models/Fund.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Fund.ts#L16) +[src/models/Fund.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Fund.ts#L18) *** @@ -77,7 +77,7 @@ This interface defines the structure and types of data that a fund document will #### Defined in -[src/models/Fund.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Fund.ts#L13) +[src/models/Fund.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Fund.ts#L15) *** @@ -87,7 +87,7 @@ This interface defines the structure and types of data that a fund document will #### Defined in -[src/models/Fund.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Fund.ts#L12) +[src/models/Fund.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Fund.ts#L14) *** @@ -97,7 +97,7 @@ This interface defines the structure and types of data that a fund document will #### Defined in -[src/models/Fund.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Fund.ts#L14) +[src/models/Fund.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Fund.ts#L16) *** @@ -107,7 +107,7 @@ This interface defines the structure and types of data that a fund document will #### Defined in -[src/models/Fund.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Fund.ts#L15) +[src/models/Fund.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Fund.ts#L17) *** @@ -117,4 +117,4 @@ This interface defines the structure and types of data that a fund document will #### Defined in -[src/models/Fund.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Fund.ts#L21) +[src/models/Fund.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Fund.ts#L23) diff --git a/docs/talawa-api-docs/models/Fund/variables/Fund.md b/docs/talawa-api-docs/models/Fund/variables/Fund.md index 60cee281ca0..4ef67079f57 100644 --- a/docs/talawa-api-docs/models/Fund/variables/Fund.md +++ b/docs/talawa-api-docs/models/Fund/variables/Fund.md @@ -6,11 +6,11 @@ # Variable: Fund -\> `const` **Fund**: `Model`\<[`InterfaceFund`](../interfaces/InterfaceFund.md), \{\}, \{\}, \{\}, `Document`\<`unknown`, \{\}, [`InterfaceFund`](../interfaces/InterfaceFund.md)\> & [`InterfaceFund`](../interfaces/InterfaceFund.md) & `Required`\<\{ `_id`: `ObjectId`; \}\>, `any`\> +\> `const` **Fund**: `Model`\<[`InterfaceFund`](../interfaces/InterfaceFund.md), `Document`\<`unknown`, \{\}, [`InterfaceFund`](../interfaces/InterfaceFund.md)\> & [`InterfaceFund`](../interfaces/InterfaceFund.md) & `Required`\<\{ `_id`: `ObjectId`; \}\>\> Export the Fund model. This syntax ensures we don't get an OverwriteModelError while running tests. ## Defined in -[src/models/Fund.ts:94](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Fund.ts#L94) +[src/models/Fund.ts:96](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Fund.ts#L96) diff --git a/docs/talawa-api-docs/models/FundraisingCampaign/enumerations/CurrencyType.md b/docs/talawa-api-docs/models/FundraisingCampaign/enumerations/CurrencyType.md index 6a4ba874ddd..f165561679a 100644 --- a/docs/talawa-api-docs/models/FundraisingCampaign/enumerations/CurrencyType.md +++ b/docs/talawa-api-docs/models/FundraisingCampaign/enumerations/CurrencyType.md @@ -17,7 +17,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L12) +[src/models/FundraisingCampaign.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L14) *** @@ -27,7 +27,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L13) +[src/models/FundraisingCampaign.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L15) *** @@ -37,7 +37,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L14) +[src/models/FundraisingCampaign.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L16) *** @@ -47,7 +47,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L15) +[src/models/FundraisingCampaign.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L17) *** @@ -57,7 +57,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L16) +[src/models/FundraisingCampaign.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L18) *** @@ -67,7 +67,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L17) +[src/models/FundraisingCampaign.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L19) *** @@ -77,7 +77,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L18) +[src/models/FundraisingCampaign.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L20) *** @@ -87,7 +87,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L19) +[src/models/FundraisingCampaign.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L21) *** @@ -97,7 +97,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L20) +[src/models/FundraisingCampaign.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L22) *** @@ -107,7 +107,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L21) +[src/models/FundraisingCampaign.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L23) *** @@ -117,7 +117,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L22) +[src/models/FundraisingCampaign.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L24) *** @@ -127,7 +127,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L23) +[src/models/FundraisingCampaign.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L25) *** @@ -137,7 +137,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L24) +[src/models/FundraisingCampaign.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L26) *** @@ -147,7 +147,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L25) +[src/models/FundraisingCampaign.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L27) *** @@ -157,7 +157,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L26) +[src/models/FundraisingCampaign.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L28) *** @@ -167,7 +167,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L27) +[src/models/FundraisingCampaign.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L29) *** @@ -177,7 +177,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L28) +[src/models/FundraisingCampaign.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L30) *** @@ -187,7 +187,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L29) +[src/models/FundraisingCampaign.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L31) *** @@ -197,7 +197,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L30) +[src/models/FundraisingCampaign.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L32) *** @@ -207,7 +207,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L31) +[src/models/FundraisingCampaign.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L33) *** @@ -217,7 +217,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L32) +[src/models/FundraisingCampaign.ts:34](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L34) *** @@ -227,7 +227,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L33) +[src/models/FundraisingCampaign.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L35) *** @@ -237,7 +237,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:34](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L34) +[src/models/FundraisingCampaign.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L36) *** @@ -247,7 +247,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L35) +[src/models/FundraisingCampaign.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L37) *** @@ -257,7 +257,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L36) +[src/models/FundraisingCampaign.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L38) *** @@ -267,7 +267,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L37) +[src/models/FundraisingCampaign.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L39) *** @@ -277,7 +277,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L38) +[src/models/FundraisingCampaign.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L40) *** @@ -287,7 +287,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L39) +[src/models/FundraisingCampaign.ts:41](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L41) *** @@ -297,7 +297,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L40) +[src/models/FundraisingCampaign.ts:42](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L42) *** @@ -307,7 +307,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:41](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L41) +[src/models/FundraisingCampaign.ts:43](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L43) *** @@ -317,7 +317,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:42](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L42) +[src/models/FundraisingCampaign.ts:44](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L44) *** @@ -327,7 +327,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:43](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L43) +[src/models/FundraisingCampaign.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L45) *** @@ -337,7 +337,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:44](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L44) +[src/models/FundraisingCampaign.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L46) *** @@ -347,7 +347,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L45) +[src/models/FundraisingCampaign.ts:47](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L47) *** @@ -357,7 +357,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L46) +[src/models/FundraisingCampaign.ts:48](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L48) *** @@ -367,7 +367,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:47](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L47) +[src/models/FundraisingCampaign.ts:49](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L49) *** @@ -377,7 +377,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:48](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L48) +[src/models/FundraisingCampaign.ts:50](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L50) *** @@ -387,7 +387,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:49](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L49) +[src/models/FundraisingCampaign.ts:51](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L51) *** @@ -397,7 +397,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:50](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L50) +[src/models/FundraisingCampaign.ts:52](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L52) *** @@ -407,7 +407,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:51](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L51) +[src/models/FundraisingCampaign.ts:53](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L53) *** @@ -417,7 +417,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:52](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L52) +[src/models/FundraisingCampaign.ts:54](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L54) *** @@ -427,7 +427,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:53](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L53) +[src/models/FundraisingCampaign.ts:55](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L55) *** @@ -437,7 +437,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:54](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L54) +[src/models/FundraisingCampaign.ts:56](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L56) *** @@ -447,7 +447,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:55](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L55) +[src/models/FundraisingCampaign.ts:57](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L57) *** @@ -457,7 +457,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:56](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L56) +[src/models/FundraisingCampaign.ts:58](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L58) *** @@ -467,7 +467,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:57](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L57) +[src/models/FundraisingCampaign.ts:59](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L59) *** @@ -477,7 +477,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:58](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L58) +[src/models/FundraisingCampaign.ts:60](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L60) *** @@ -487,7 +487,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:59](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L59) +[src/models/FundraisingCampaign.ts:61](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L61) *** @@ -497,7 +497,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:60](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L60) +[src/models/FundraisingCampaign.ts:62](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L62) *** @@ -507,7 +507,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:61](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L61) +[src/models/FundraisingCampaign.ts:63](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L63) *** @@ -517,7 +517,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:62](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L62) +[src/models/FundraisingCampaign.ts:64](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L64) *** @@ -527,7 +527,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:63](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L63) +[src/models/FundraisingCampaign.ts:65](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L65) *** @@ -537,7 +537,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:64](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L64) +[src/models/FundraisingCampaign.ts:66](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L66) *** @@ -547,7 +547,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:65](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L65) +[src/models/FundraisingCampaign.ts:67](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L67) *** @@ -557,7 +557,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:66](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L66) +[src/models/FundraisingCampaign.ts:68](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L68) *** @@ -567,7 +567,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:67](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L67) +[src/models/FundraisingCampaign.ts:69](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L69) *** @@ -577,7 +577,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:68](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L68) +[src/models/FundraisingCampaign.ts:70](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L70) *** @@ -587,7 +587,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:69](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L69) +[src/models/FundraisingCampaign.ts:71](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L71) *** @@ -597,7 +597,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:70](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L70) +[src/models/FundraisingCampaign.ts:72](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L72) *** @@ -607,7 +607,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:71](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L71) +[src/models/FundraisingCampaign.ts:73](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L73) *** @@ -617,7 +617,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:72](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L72) +[src/models/FundraisingCampaign.ts:74](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L74) *** @@ -627,7 +627,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:73](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L73) +[src/models/FundraisingCampaign.ts:75](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L75) *** @@ -637,7 +637,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:74](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L74) +[src/models/FundraisingCampaign.ts:76](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L76) *** @@ -647,7 +647,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:75](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L75) +[src/models/FundraisingCampaign.ts:77](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L77) *** @@ -657,7 +657,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:76](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L76) +[src/models/FundraisingCampaign.ts:78](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L78) *** @@ -667,7 +667,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:77](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L77) +[src/models/FundraisingCampaign.ts:79](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L79) *** @@ -677,7 +677,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:78](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L78) +[src/models/FundraisingCampaign.ts:80](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L80) *** @@ -687,7 +687,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:79](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L79) +[src/models/FundraisingCampaign.ts:81](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L81) *** @@ -697,7 +697,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:80](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L80) +[src/models/FundraisingCampaign.ts:82](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L82) *** @@ -707,7 +707,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:81](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L81) +[src/models/FundraisingCampaign.ts:83](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L83) *** @@ -717,7 +717,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:82](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L82) +[src/models/FundraisingCampaign.ts:84](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L84) *** @@ -727,7 +727,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:83](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L83) +[src/models/FundraisingCampaign.ts:85](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L85) *** @@ -737,7 +737,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:84](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L84) +[src/models/FundraisingCampaign.ts:86](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L86) *** @@ -747,7 +747,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:85](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L85) +[src/models/FundraisingCampaign.ts:87](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L87) *** @@ -757,7 +757,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:86](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L86) +[src/models/FundraisingCampaign.ts:88](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L88) *** @@ -767,7 +767,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:87](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L87) +[src/models/FundraisingCampaign.ts:89](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L89) *** @@ -777,7 +777,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:88](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L88) +[src/models/FundraisingCampaign.ts:90](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L90) *** @@ -787,7 +787,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:89](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L89) +[src/models/FundraisingCampaign.ts:91](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L91) *** @@ -797,7 +797,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:90](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L90) +[src/models/FundraisingCampaign.ts:92](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L92) *** @@ -807,7 +807,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:91](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L91) +[src/models/FundraisingCampaign.ts:93](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L93) *** @@ -817,7 +817,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:92](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L92) +[src/models/FundraisingCampaign.ts:94](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L94) *** @@ -827,7 +827,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:93](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L93) +[src/models/FundraisingCampaign.ts:95](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L95) *** @@ -837,7 +837,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:94](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L94) +[src/models/FundraisingCampaign.ts:96](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L96) *** @@ -847,7 +847,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:95](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L95) +[src/models/FundraisingCampaign.ts:97](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L97) *** @@ -857,7 +857,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:96](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L96) +[src/models/FundraisingCampaign.ts:98](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L98) *** @@ -867,7 +867,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:97](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L97) +[src/models/FundraisingCampaign.ts:99](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L99) *** @@ -877,7 +877,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:98](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L98) +[src/models/FundraisingCampaign.ts:100](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L100) *** @@ -887,7 +887,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:99](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L99) +[src/models/FundraisingCampaign.ts:101](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L101) *** @@ -897,7 +897,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:100](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L100) +[src/models/FundraisingCampaign.ts:102](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L102) *** @@ -907,7 +907,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:101](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L101) +[src/models/FundraisingCampaign.ts:103](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L103) *** @@ -917,7 +917,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:102](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L102) +[src/models/FundraisingCampaign.ts:104](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L104) *** @@ -927,7 +927,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:103](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L103) +[src/models/FundraisingCampaign.ts:105](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L105) *** @@ -937,7 +937,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:104](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L104) +[src/models/FundraisingCampaign.ts:106](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L106) *** @@ -947,7 +947,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:105](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L105) +[src/models/FundraisingCampaign.ts:107](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L107) *** @@ -957,7 +957,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:106](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L106) +[src/models/FundraisingCampaign.ts:108](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L108) *** @@ -967,7 +967,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:107](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L107) +[src/models/FundraisingCampaign.ts:109](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L109) *** @@ -977,7 +977,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:108](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L108) +[src/models/FundraisingCampaign.ts:110](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L110) *** @@ -987,7 +987,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:109](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L109) +[src/models/FundraisingCampaign.ts:111](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L111) *** @@ -997,7 +997,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:110](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L110) +[src/models/FundraisingCampaign.ts:112](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L112) *** @@ -1007,7 +1007,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:111](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L111) +[src/models/FundraisingCampaign.ts:113](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L113) *** @@ -1017,7 +1017,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:112](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L112) +[src/models/FundraisingCampaign.ts:114](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L114) *** @@ -1027,7 +1027,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:113](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L113) +[src/models/FundraisingCampaign.ts:115](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L115) *** @@ -1037,7 +1037,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:114](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L114) +[src/models/FundraisingCampaign.ts:116](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L116) *** @@ -1047,7 +1047,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:115](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L115) +[src/models/FundraisingCampaign.ts:117](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L117) *** @@ -1057,7 +1057,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:116](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L116) +[src/models/FundraisingCampaign.ts:118](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L118) *** @@ -1067,7 +1067,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:117](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L117) +[src/models/FundraisingCampaign.ts:119](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L119) *** @@ -1077,7 +1077,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:118](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L118) +[src/models/FundraisingCampaign.ts:120](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L120) *** @@ -1087,7 +1087,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:119](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L119) +[src/models/FundraisingCampaign.ts:121](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L121) *** @@ -1097,7 +1097,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:120](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L120) +[src/models/FundraisingCampaign.ts:122](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L122) *** @@ -1107,7 +1107,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:121](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L121) +[src/models/FundraisingCampaign.ts:123](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L123) *** @@ -1117,7 +1117,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:122](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L122) +[src/models/FundraisingCampaign.ts:124](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L124) *** @@ -1127,7 +1127,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:123](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L123) +[src/models/FundraisingCampaign.ts:125](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L125) *** @@ -1137,7 +1137,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:124](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L124) +[src/models/FundraisingCampaign.ts:126](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L126) *** @@ -1147,7 +1147,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:125](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L125) +[src/models/FundraisingCampaign.ts:127](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L127) *** @@ -1157,7 +1157,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:126](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L126) +[src/models/FundraisingCampaign.ts:128](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L128) *** @@ -1167,7 +1167,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:127](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L127) +[src/models/FundraisingCampaign.ts:129](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L129) *** @@ -1177,7 +1177,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:128](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L128) +[src/models/FundraisingCampaign.ts:130](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L130) *** @@ -1187,7 +1187,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:129](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L129) +[src/models/FundraisingCampaign.ts:131](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L131) *** @@ -1197,7 +1197,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:130](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L130) +[src/models/FundraisingCampaign.ts:132](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L132) *** @@ -1207,7 +1207,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:131](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L131) +[src/models/FundraisingCampaign.ts:133](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L133) *** @@ -1217,7 +1217,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:132](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L132) +[src/models/FundraisingCampaign.ts:134](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L134) *** @@ -1227,7 +1227,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:133](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L133) +[src/models/FundraisingCampaign.ts:135](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L135) *** @@ -1237,7 +1237,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:134](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L134) +[src/models/FundraisingCampaign.ts:136](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L136) *** @@ -1247,7 +1247,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:135](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L135) +[src/models/FundraisingCampaign.ts:137](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L137) *** @@ -1257,7 +1257,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:136](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L136) +[src/models/FundraisingCampaign.ts:138](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L138) *** @@ -1267,7 +1267,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:137](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L137) +[src/models/FundraisingCampaign.ts:139](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L139) *** @@ -1277,7 +1277,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:138](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L138) +[src/models/FundraisingCampaign.ts:140](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L140) *** @@ -1287,7 +1287,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:139](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L139) +[src/models/FundraisingCampaign.ts:141](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L141) *** @@ -1297,7 +1297,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:140](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L140) +[src/models/FundraisingCampaign.ts:142](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L142) *** @@ -1307,7 +1307,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:141](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L141) +[src/models/FundraisingCampaign.ts:143](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L143) *** @@ -1317,7 +1317,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:142](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L142) +[src/models/FundraisingCampaign.ts:144](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L144) *** @@ -1327,7 +1327,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:143](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L143) +[src/models/FundraisingCampaign.ts:145](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L145) *** @@ -1337,7 +1337,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:144](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L144) +[src/models/FundraisingCampaign.ts:146](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L146) *** @@ -1347,7 +1347,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:145](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L145) +[src/models/FundraisingCampaign.ts:147](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L147) *** @@ -1357,7 +1357,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:146](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L146) +[src/models/FundraisingCampaign.ts:148](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L148) *** @@ -1367,7 +1367,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:147](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L147) +[src/models/FundraisingCampaign.ts:149](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L149) *** @@ -1377,7 +1377,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:148](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L148) +[src/models/FundraisingCampaign.ts:150](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L150) *** @@ -1387,7 +1387,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:149](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L149) +[src/models/FundraisingCampaign.ts:151](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L151) *** @@ -1397,7 +1397,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:150](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L150) +[src/models/FundraisingCampaign.ts:152](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L152) *** @@ -1407,7 +1407,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:151](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L151) +[src/models/FundraisingCampaign.ts:153](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L153) *** @@ -1417,7 +1417,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:152](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L152) +[src/models/FundraisingCampaign.ts:154](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L154) *** @@ -1427,7 +1427,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:153](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L153) +[src/models/FundraisingCampaign.ts:155](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L155) *** @@ -1437,7 +1437,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:154](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L154) +[src/models/FundraisingCampaign.ts:156](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L156) *** @@ -1447,7 +1447,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:155](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L155) +[src/models/FundraisingCampaign.ts:157](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L157) *** @@ -1457,7 +1457,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:156](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L156) +[src/models/FundraisingCampaign.ts:158](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L158) *** @@ -1467,7 +1467,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:157](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L157) +[src/models/FundraisingCampaign.ts:159](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L159) *** @@ -1477,7 +1477,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:158](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L158) +[src/models/FundraisingCampaign.ts:160](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L160) *** @@ -1487,7 +1487,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:159](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L159) +[src/models/FundraisingCampaign.ts:161](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L161) *** @@ -1497,7 +1497,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:160](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L160) +[src/models/FundraisingCampaign.ts:162](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L162) *** @@ -1507,7 +1507,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:161](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L161) +[src/models/FundraisingCampaign.ts:163](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L163) *** @@ -1517,7 +1517,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:162](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L162) +[src/models/FundraisingCampaign.ts:164](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L164) *** @@ -1527,7 +1527,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:163](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L163) +[src/models/FundraisingCampaign.ts:165](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L165) *** @@ -1537,7 +1537,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:164](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L164) +[src/models/FundraisingCampaign.ts:166](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L166) *** @@ -1547,7 +1547,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:165](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L165) +[src/models/FundraisingCampaign.ts:167](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L167) *** @@ -1557,7 +1557,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:166](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L166) +[src/models/FundraisingCampaign.ts:168](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L168) *** @@ -1567,7 +1567,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:167](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L167) +[src/models/FundraisingCampaign.ts:169](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L169) *** @@ -1577,7 +1577,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:168](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L168) +[src/models/FundraisingCampaign.ts:170](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L170) *** @@ -1587,7 +1587,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:169](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L169) +[src/models/FundraisingCampaign.ts:171](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L171) *** @@ -1597,7 +1597,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:170](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L170) +[src/models/FundraisingCampaign.ts:172](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L172) *** @@ -1607,7 +1607,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:171](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L171) +[src/models/FundraisingCampaign.ts:173](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L173) *** @@ -1617,7 +1617,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:172](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L172) +[src/models/FundraisingCampaign.ts:174](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L174) *** @@ -1627,7 +1627,7 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:173](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L173) +[src/models/FundraisingCampaign.ts:175](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L175) *** @@ -1637,4 +1637,4 @@ This enum lists all the possible currency codes that can be used in the system. #### Defined in -[src/models/FundraisingCampaign.ts:174](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L174) +[src/models/FundraisingCampaign.ts:176](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L176) diff --git a/docs/talawa-api-docs/models/FundraisingCampaign/interfaces/InterfaceFundraisingCampaign.md b/docs/talawa-api-docs/models/FundraisingCampaign/interfaces/InterfaceFundraisingCampaign.md index 9ea91eb7dc5..12f30852371 100644 --- a/docs/talawa-api-docs/models/FundraisingCampaign/interfaces/InterfaceFundraisingCampaign.md +++ b/docs/talawa-api-docs/models/FundraisingCampaign/interfaces/InterfaceFundraisingCampaign.md @@ -14,7 +14,7 @@ #### Defined in -[src/models/FundraisingCampaign.ts:178](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L178) +[src/models/FundraisingCampaign.ts:180](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L180) *** @@ -24,7 +24,7 @@ #### Defined in -[src/models/FundraisingCampaign.ts:187](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L187) +[src/models/FundraisingCampaign.ts:189](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L189) *** @@ -34,7 +34,7 @@ #### Defined in -[src/models/FundraisingCampaign.ts:185](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L185) +[src/models/FundraisingCampaign.ts:187](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L187) *** @@ -44,7 +44,7 @@ #### Defined in -[src/models/FundraisingCampaign.ts:183](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L183) +[src/models/FundraisingCampaign.ts:185](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L185) *** @@ -54,7 +54,7 @@ #### Defined in -[src/models/FundraisingCampaign.ts:179](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L179) +[src/models/FundraisingCampaign.ts:181](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L181) *** @@ -64,7 +64,7 @@ #### Defined in -[src/models/FundraisingCampaign.ts:184](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L184) +[src/models/FundraisingCampaign.ts:186](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L186) *** @@ -74,7 +74,7 @@ #### Defined in -[src/models/FundraisingCampaign.ts:181](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L181) +[src/models/FundraisingCampaign.ts:183](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L183) *** @@ -84,7 +84,7 @@ #### Defined in -[src/models/FundraisingCampaign.ts:180](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L180) +[src/models/FundraisingCampaign.ts:182](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L182) *** @@ -94,7 +94,7 @@ #### Defined in -[src/models/FundraisingCampaign.ts:186](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L186) +[src/models/FundraisingCampaign.ts:188](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L188) *** @@ -104,7 +104,7 @@ #### Defined in -[src/models/FundraisingCampaign.ts:182](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L182) +[src/models/FundraisingCampaign.ts:184](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L184) *** @@ -114,4 +114,4 @@ #### Defined in -[src/models/FundraisingCampaign.ts:188](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L188) +[src/models/FundraisingCampaign.ts:190](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L190) diff --git a/docs/talawa-api-docs/models/FundraisingCampaign/variables/FundraisingCampaign.md b/docs/talawa-api-docs/models/FundraisingCampaign/variables/FundraisingCampaign.md index eeaefc9e24e..404bbeecb62 100644 --- a/docs/talawa-api-docs/models/FundraisingCampaign/variables/FundraisingCampaign.md +++ b/docs/talawa-api-docs/models/FundraisingCampaign/variables/FundraisingCampaign.md @@ -6,11 +6,11 @@ # Variable: FundraisingCampaign -\> `const` **FundraisingCampaign**: `Model`\<[`InterfaceFundraisingCampaign`](../interfaces/InterfaceFundraisingCampaign.md), \{\}, \{\}, \{\}, `Document`\<`unknown`, \{\}, [`InterfaceFundraisingCampaign`](../interfaces/InterfaceFundraisingCampaign.md)\> & [`InterfaceFundraisingCampaign`](../interfaces/InterfaceFundraisingCampaign.md) & `Required`\<\{ `_id`: `ObjectId`; \}\>, `any`\> +\> `const` **FundraisingCampaign**: `Model`\<[`InterfaceFundraisingCampaign`](../interfaces/InterfaceFundraisingCampaign.md), `Document`\<`unknown`, \{\}, [`InterfaceFundraisingCampaign`](../interfaces/InterfaceFundraisingCampaign.md)\> & [`InterfaceFundraisingCampaign`](../interfaces/InterfaceFundraisingCampaign.md) & `Required`\<\{ `_id`: `ObjectId`; \}\>\> Export the FundraisingCampaign model. This syntax ensures we don't get an OverwriteModelError while running tests. ## Defined in -[src/models/FundraisingCampaign.ts:271](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaign.ts#L271) +[src/models/FundraisingCampaign.ts:273](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaign.ts#L273) diff --git a/docs/talawa-api-docs/models/FundraisingCampaignPledge/interfaces/InterfaceFundraisingCampaignPledges.md b/docs/talawa-api-docs/models/FundraisingCampaignPledge/interfaces/InterfaceFundraisingCampaignPledges.md index e4ae262de17..7881fe69124 100644 --- a/docs/talawa-api-docs/models/FundraisingCampaignPledge/interfaces/InterfaceFundraisingCampaignPledges.md +++ b/docs/talawa-api-docs/models/FundraisingCampaignPledge/interfaces/InterfaceFundraisingCampaignPledges.md @@ -16,7 +16,7 @@ Interface representing a document for a fundraising campaign pledge in the datab #### Defined in -[src/models/FundraisingCampaignPledge.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaignPledge.ts#L13) +[src/models/FundraisingCampaignPledge.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaignPledge.ts#L15) *** @@ -26,7 +26,7 @@ Interface representing a document for a fundraising campaign pledge in the datab #### Defined in -[src/models/FundraisingCampaignPledge.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaignPledge.ts#L18) +[src/models/FundraisingCampaignPledge.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaignPledge.ts#L20) *** @@ -36,7 +36,7 @@ Interface representing a document for a fundraising campaign pledge in the datab #### Defined in -[src/models/FundraisingCampaignPledge.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaignPledge.ts#L14) +[src/models/FundraisingCampaignPledge.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaignPledge.ts#L16) *** @@ -46,7 +46,7 @@ Interface representing a document for a fundraising campaign pledge in the datab #### Defined in -[src/models/FundraisingCampaignPledge.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaignPledge.ts#L20) +[src/models/FundraisingCampaignPledge.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaignPledge.ts#L22) *** @@ -56,7 +56,7 @@ Interface representing a document for a fundraising campaign pledge in the datab #### Defined in -[src/models/FundraisingCampaignPledge.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaignPledge.ts#L19) +[src/models/FundraisingCampaignPledge.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaignPledge.ts#L21) *** @@ -66,7 +66,7 @@ Interface representing a document for a fundraising campaign pledge in the datab #### Defined in -[src/models/FundraisingCampaignPledge.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaignPledge.ts#L17) +[src/models/FundraisingCampaignPledge.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaignPledge.ts#L19) *** @@ -76,7 +76,7 @@ Interface representing a document for a fundraising campaign pledge in the datab #### Defined in -[src/models/FundraisingCampaignPledge.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaignPledge.ts#L16) +[src/models/FundraisingCampaignPledge.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaignPledge.ts#L18) *** @@ -86,7 +86,7 @@ Interface representing a document for a fundraising campaign pledge in the datab #### Defined in -[src/models/FundraisingCampaignPledge.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaignPledge.ts#L21) +[src/models/FundraisingCampaignPledge.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaignPledge.ts#L23) *** @@ -96,4 +96,4 @@ Interface representing a document for a fundraising campaign pledge in the datab #### Defined in -[src/models/FundraisingCampaignPledge.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaignPledge.ts#L15) +[src/models/FundraisingCampaignPledge.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaignPledge.ts#L17) diff --git a/docs/talawa-api-docs/models/FundraisingCampaignPledge/variables/FundraisingCampaignPledge.md b/docs/talawa-api-docs/models/FundraisingCampaignPledge/variables/FundraisingCampaignPledge.md index 5e018ff7e83..824f5f9b3f9 100644 --- a/docs/talawa-api-docs/models/FundraisingCampaignPledge/variables/FundraisingCampaignPledge.md +++ b/docs/talawa-api-docs/models/FundraisingCampaignPledge/variables/FundraisingCampaignPledge.md @@ -6,7 +6,7 @@ # Variable: FundraisingCampaignPledge -\> `const` **FundraisingCampaignPledge**: `Model`\<[`InterfaceFundraisingCampaignPledges`](../interfaces/InterfaceFundraisingCampaignPledges.md), \{\}, \{\}, \{\}, `Document`\<`unknown`, \{\}, [`InterfaceFundraisingCampaignPledges`](../interfaces/InterfaceFundraisingCampaignPledges.md)\> & [`InterfaceFundraisingCampaignPledges`](../interfaces/InterfaceFundraisingCampaignPledges.md) & `Required`\<\{ `_id`: `ObjectId`; \}\>, `any`\> +\> `const` **FundraisingCampaignPledge**: `Model`\<[`InterfaceFundraisingCampaignPledges`](../interfaces/InterfaceFundraisingCampaignPledges.md), `Document`\<`unknown`, \{\}, [`InterfaceFundraisingCampaignPledges`](../interfaces/InterfaceFundraisingCampaignPledges.md)\> & [`InterfaceFundraisingCampaignPledges`](../interfaces/InterfaceFundraisingCampaignPledges.md) & `Required`\<\{ `_id`: `ObjectId`; \}\>\> The Mongoose model for the FundraisingCampaignPledge. If the model already exists (e.g., during testing), it uses the existing model. @@ -14,4 +14,4 @@ Otherwise, it creates a new model. ## Defined in -[src/models/FundraisingCampaignPledge.ts:88](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/FundraisingCampaignPledge.ts#L88) +[src/models/FundraisingCampaignPledge.ts:90](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/FundraisingCampaignPledge.ts#L90) diff --git a/docs/talawa-api-docs/models/Group/interfaces/InterfaceGroup.md b/docs/talawa-api-docs/models/Group/interfaces/InterfaceGroup.md index fbfdd0d39dc..0abf68c5980 100644 --- a/docs/talawa-api-docs/models/Group/interfaces/InterfaceGroup.md +++ b/docs/talawa-api-docs/models/Group/interfaces/InterfaceGroup.md @@ -16,7 +16,7 @@ Interface representing a document for a group in the database (MongoDB). #### Defined in -[src/models/Group.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Group.ts#L10) +[src/models/Group.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Group.ts#L12) *** @@ -26,7 +26,7 @@ Interface representing a document for a group in the database (MongoDB). #### Defined in -[src/models/Group.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Group.ts#L15) +[src/models/Group.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Group.ts#L17) *** @@ -36,7 +36,7 @@ Interface representing a document for a group in the database (MongoDB). #### Defined in -[src/models/Group.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Group.ts#L16) +[src/models/Group.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Group.ts#L18) *** @@ -46,7 +46,7 @@ Interface representing a document for a group in the database (MongoDB). #### Defined in -[src/models/Group.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Group.ts#L12) +[src/models/Group.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Group.ts#L14) *** @@ -56,7 +56,7 @@ Interface representing a document for a group in the database (MongoDB). #### Defined in -[src/models/Group.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Group.ts#L13) +[src/models/Group.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Group.ts#L15) *** @@ -66,7 +66,7 @@ Interface representing a document for a group in the database (MongoDB). #### Defined in -[src/models/Group.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Group.ts#L14) +[src/models/Group.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Group.ts#L16) *** @@ -76,7 +76,7 @@ Interface representing a document for a group in the database (MongoDB). #### Defined in -[src/models/Group.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Group.ts#L11) +[src/models/Group.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Group.ts#L13) *** @@ -86,4 +86,4 @@ Interface representing a document for a group in the database (MongoDB). #### Defined in -[src/models/Group.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Group.ts#L17) +[src/models/Group.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Group.ts#L19) diff --git a/docs/talawa-api-docs/models/Group/variables/Group.md b/docs/talawa-api-docs/models/Group/variables/Group.md index 7803b8f4b12..2fbc97f8ac9 100644 --- a/docs/talawa-api-docs/models/Group/variables/Group.md +++ b/docs/talawa-api-docs/models/Group/variables/Group.md @@ -6,7 +6,7 @@ # Variable: Group -\> `const` **Group**: `Model`\<[`InterfaceGroup`](../interfaces/InterfaceGroup.md), \{\}, \{\}, \{\}, `Document`\<`unknown`, \{\}, [`InterfaceGroup`](../interfaces/InterfaceGroup.md)\> & [`InterfaceGroup`](../interfaces/InterfaceGroup.md) & `Required`\<\{ `_id`: `ObjectId`; \}\>, `any`\> +\> `const` **Group**: `Model`\<[`InterfaceGroup`](../interfaces/InterfaceGroup.md), `Document`\<`unknown`, \{\}, [`InterfaceGroup`](../interfaces/InterfaceGroup.md)\> & [`InterfaceGroup`](../interfaces/InterfaceGroup.md) & `Required`\<\{ `_id`: `ObjectId`; \}\>\> The Mongoose model for the Group. If the model already exists (e.g., during testing), it uses the existing model. @@ -14,4 +14,4 @@ Otherwise, it creates a new model. ## Defined in -[src/models/Group.ts:79](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Group.ts#L79) +[src/models/Group.ts:81](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Group.ts#L81) diff --git a/docs/talawa-api-docs/models/IdentifierCount/variables/identifier_count.md b/docs/talawa-api-docs/models/IdentifierCount/variables/identifier_count.md index 48a9573f577..33331faca9f 100644 --- a/docs/talawa-api-docs/models/IdentifierCount/variables/identifier_count.md +++ b/docs/talawa-api-docs/models/IdentifierCount/variables/identifier_count.md @@ -6,10 +6,10 @@ # Variable: identifier\_count -\> `const` **identifier\_count**: `Model`\<`InterfaceIdentifier`, \{\}, \{\}, \{\}, `Document`\<`unknown`, \{\}, `InterfaceIdentifier`\> & `InterfaceIdentifier` & `Required`\<\{ `_id`: `string`; \}\>, `any`\> = `lastIdentifier` +\> `const` **identifier\_count**: `Model`\<`InterfaceIdentifier`, `Document`\<`unknown`, \{\}, `InterfaceIdentifier`\> & `InterfaceIdentifier` & `Required`\<\{ `_id`: `string`; \}\>\> = `lastIdentifier` Export the Mongoose model for the identifier collection. ## Defined in -[src/models/IdentifierCount.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/IdentifierCount.ts#L46) +[src/models/IdentifierCount.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/IdentifierCount.ts#L46) diff --git a/docs/talawa-api-docs/models/ImageHash/interfaces/InterfaceImageHash.md b/docs/talawa-api-docs/models/ImageHash/interfaces/InterfaceImageHash.md index 98d8e354fc1..e93d095e36f 100644 --- a/docs/talawa-api-docs/models/ImageHash/interfaces/InterfaceImageHash.md +++ b/docs/talawa-api-docs/models/ImageHash/interfaces/InterfaceImageHash.md @@ -16,7 +16,7 @@ Interface representing a document for an image hash in the database (MongoDB). #### Defined in -[src/models/ImageHash.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/ImageHash.ts#L9) +[src/models/ImageHash.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/ImageHash.ts#L11) *** @@ -26,7 +26,7 @@ Interface representing a document for an image hash in the database (MongoDB). #### Defined in -[src/models/ImageHash.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/ImageHash.ts#L11) +[src/models/ImageHash.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/ImageHash.ts#L13) *** @@ -36,7 +36,7 @@ Interface representing a document for an image hash in the database (MongoDB). #### Defined in -[src/models/ImageHash.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/ImageHash.ts#L10) +[src/models/ImageHash.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/ImageHash.ts#L12) *** @@ -46,7 +46,7 @@ Interface representing a document for an image hash in the database (MongoDB). #### Defined in -[src/models/ImageHash.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/ImageHash.ts#L12) +[src/models/ImageHash.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/ImageHash.ts#L14) *** @@ -56,4 +56,4 @@ Interface representing a document for an image hash in the database (MongoDB). #### Defined in -[src/models/ImageHash.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/ImageHash.ts#L13) +[src/models/ImageHash.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/ImageHash.ts#L15) diff --git a/docs/talawa-api-docs/models/ImageHash/variables/ImageHash.md b/docs/talawa-api-docs/models/ImageHash/variables/ImageHash.md index b55290f2104..71bb3ed6753 100644 --- a/docs/talawa-api-docs/models/ImageHash/variables/ImageHash.md +++ b/docs/talawa-api-docs/models/ImageHash/variables/ImageHash.md @@ -6,7 +6,7 @@ # Variable: ImageHash -\> `const` **ImageHash**: `Model`\<[`InterfaceImageHash`](../interfaces/InterfaceImageHash.md), \{\}, \{\}, \{\}, `Document`\<`unknown`, \{\}, [`InterfaceImageHash`](../interfaces/InterfaceImageHash.md)\> & [`InterfaceImageHash`](../interfaces/InterfaceImageHash.md) & `Required`\<\{ `_id`: `ObjectId`; \}\>, `any`\> +\> `const` **ImageHash**: `Model`\<[`InterfaceImageHash`](../interfaces/InterfaceImageHash.md), `Document`\<`unknown`, \{\}, [`InterfaceImageHash`](../interfaces/InterfaceImageHash.md)\> & [`InterfaceImageHash`](../interfaces/InterfaceImageHash.md) & `Required`\<\{ `_id`: `ObjectId`; \}\>\> The Mongoose model for the ImageHash. If the model already exists (e.g., during testing), it uses the existing model. @@ -14,4 +14,4 @@ Otherwise, it creates a new model. ## Defined in -[src/models/ImageHash.ts:62](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/ImageHash.ts#L62) +[src/models/ImageHash.ts:64](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/ImageHash.ts#L64) diff --git a/docs/talawa-api-docs/models/Language/interfaces/InterfaceLanguage.md b/docs/talawa-api-docs/models/Language/interfaces/InterfaceLanguage.md index 68b4a7357fd..3ab737afeba 100644 --- a/docs/talawa-api-docs/models/Language/interfaces/InterfaceLanguage.md +++ b/docs/talawa-api-docs/models/Language/interfaces/InterfaceLanguage.md @@ -16,7 +16,7 @@ Interface representing a Language document in the database (MongoDB). #### Defined in -[src/models/Language.ts:51](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Language.ts#L51) +[src/models/Language.ts:53](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Language.ts#L53) *** @@ -26,7 +26,7 @@ Interface representing a Language document in the database (MongoDB). #### Defined in -[src/models/Language.ts:54](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Language.ts#L54) +[src/models/Language.ts:56](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Language.ts#L56) *** @@ -36,7 +36,7 @@ Interface representing a Language document in the database (MongoDB). #### Defined in -[src/models/Language.ts:52](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Language.ts#L52) +[src/models/Language.ts:54](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Language.ts#L54) *** @@ -46,4 +46,4 @@ Interface representing a Language document in the database (MongoDB). #### Defined in -[src/models/Language.ts:53](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Language.ts#L53) +[src/models/Language.ts:55](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Language.ts#L55) diff --git a/docs/talawa-api-docs/models/Language/interfaces/InterfaceLanguageModel.md b/docs/talawa-api-docs/models/Language/interfaces/InterfaceLanguageModel.md index b99150fd366..7a2d0dc2b96 100644 --- a/docs/talawa-api-docs/models/Language/interfaces/InterfaceLanguageModel.md +++ b/docs/talawa-api-docs/models/Language/interfaces/InterfaceLanguageModel.md @@ -16,7 +16,7 @@ Interface representing a Language Model document in the database (MongoDB). #### Defined in -[src/models/Language.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Language.ts#L12) +[src/models/Language.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Language.ts#L14) *** @@ -26,7 +26,7 @@ Interface representing a Language Model document in the database (MongoDB). #### Defined in -[src/models/Language.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Language.ts#L9) +[src/models/Language.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Language.ts#L11) *** @@ -36,7 +36,7 @@ Interface representing a Language Model document in the database (MongoDB). #### Defined in -[src/models/Language.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Language.ts#L10) +[src/models/Language.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Language.ts#L12) *** @@ -46,4 +46,4 @@ Interface representing a Language Model document in the database (MongoDB). #### Defined in -[src/models/Language.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Language.ts#L11) +[src/models/Language.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Language.ts#L13) diff --git a/docs/talawa-api-docs/models/Language/variables/Language.md b/docs/talawa-api-docs/models/Language/variables/Language.md index a5e0c987583..9f6a15e599b 100644 --- a/docs/talawa-api-docs/models/Language/variables/Language.md +++ b/docs/talawa-api-docs/models/Language/variables/Language.md @@ -6,7 +6,7 @@ # Variable: Language -\> `const` **Language**: `Model`\<[`InterfaceLanguage`](../interfaces/InterfaceLanguage.md), \{\}, \{\}, \{\}, `Document`\<`unknown`, \{\}, [`InterfaceLanguage`](../interfaces/InterfaceLanguage.md)\> & [`InterfaceLanguage`](../interfaces/InterfaceLanguage.md) & `Required`\<\{ `_id`: `ObjectId`; \}\>, `any`\> +\> `const` **Language**: `Model`\<[`InterfaceLanguage`](../interfaces/InterfaceLanguage.md), `Document`\<`unknown`, \{\}, [`InterfaceLanguage`](../interfaces/InterfaceLanguage.md)\> & [`InterfaceLanguage`](../interfaces/InterfaceLanguage.md) & `Required`\<\{ `_id`: `ObjectId`; \}\>\> The Mongoose model for the Language. If the model already exists (e.g., during testing), it uses the existing model. @@ -14,4 +14,4 @@ Otherwise, it creates a new model. ## Defined in -[src/models/Language.ts:95](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Language.ts#L95) +[src/models/Language.ts:97](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Language.ts#L97) diff --git a/docs/talawa-api-docs/models/MembershipRequest/interfaces/InterfaceMembershipRequest.md b/docs/talawa-api-docs/models/MembershipRequest/interfaces/InterfaceMembershipRequest.md index 47d037c0166..68f15255e66 100644 --- a/docs/talawa-api-docs/models/MembershipRequest/interfaces/InterfaceMembershipRequest.md +++ b/docs/talawa-api-docs/models/MembershipRequest/interfaces/InterfaceMembershipRequest.md @@ -16,7 +16,7 @@ Represents a database document for Membership Request. #### Defined in -[src/models/MembershipRequest.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/MembershipRequest.ts#L10) +[src/models/MembershipRequest.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/MembershipRequest.ts#L12) *** @@ -26,7 +26,7 @@ Represents a database document for Membership Request. #### Defined in -[src/models/MembershipRequest.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/MembershipRequest.ts#L11) +[src/models/MembershipRequest.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/MembershipRequest.ts#L13) *** @@ -36,7 +36,7 @@ Represents a database document for Membership Request. #### Defined in -[src/models/MembershipRequest.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/MembershipRequest.ts#L13) +[src/models/MembershipRequest.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/MembershipRequest.ts#L15) *** @@ -46,4 +46,4 @@ Represents a database document for Membership Request. #### Defined in -[src/models/MembershipRequest.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/MembershipRequest.ts#L12) +[src/models/MembershipRequest.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/MembershipRequest.ts#L14) diff --git a/docs/talawa-api-docs/models/MembershipRequest/variables/MembershipRequest.md b/docs/talawa-api-docs/models/MembershipRequest/variables/MembershipRequest.md index 567d812dfe4..16e51d6214c 100644 --- a/docs/talawa-api-docs/models/MembershipRequest/variables/MembershipRequest.md +++ b/docs/talawa-api-docs/models/MembershipRequest/variables/MembershipRequest.md @@ -6,8 +6,8 @@ # Variable: MembershipRequest -\> `const` **MembershipRequest**: `Model`\<[`InterfaceMembershipRequest`](../interfaces/InterfaceMembershipRequest.md), \{\}, \{\}, \{\}, `Document`\<`unknown`, \{\}, [`InterfaceMembershipRequest`](../interfaces/InterfaceMembershipRequest.md)\> & [`InterfaceMembershipRequest`](../interfaces/InterfaceMembershipRequest.md) & `Required`\<\{ `_id`: `ObjectId`; \}\>, `any`\> +\> `const` **MembershipRequest**: `Model`\<[`InterfaceMembershipRequest`](../interfaces/InterfaceMembershipRequest.md), `Document`\<`unknown`, \{\}, [`InterfaceMembershipRequest`](../interfaces/InterfaceMembershipRequest.md)\> & [`InterfaceMembershipRequest`](../interfaces/InterfaceMembershipRequest.md) & `Required`\<\{ `_id`: `ObjectId`; \}\>\> ## Defined in -[src/models/MembershipRequest.ts:54](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/MembershipRequest.ts#L54) +[src/models/MembershipRequest.ts:56](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/MembershipRequest.ts#L56) diff --git a/docs/talawa-api-docs/models/Message/interfaces/InterfaceMessage.md b/docs/talawa-api-docs/models/Message/interfaces/InterfaceMessage.md index f0e57943c22..84f9b2884e6 100644 --- a/docs/talawa-api-docs/models/Message/interfaces/InterfaceMessage.md +++ b/docs/talawa-api-docs/models/Message/interfaces/InterfaceMessage.md @@ -16,7 +16,7 @@ Interface representing a document for a message in the database (MongoDB). #### Defined in -[src/models/Message.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Message.ts#L11) +[src/models/Message.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Message.ts#L13) *** @@ -26,7 +26,7 @@ Interface representing a document for a message in the database (MongoDB). #### Defined in -[src/models/Message.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Message.ts#L15) +[src/models/Message.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Message.ts#L17) *** @@ -36,7 +36,7 @@ Interface representing a document for a message in the database (MongoDB). #### Defined in -[src/models/Message.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Message.ts#L17) +[src/models/Message.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Message.ts#L19) *** @@ -46,7 +46,7 @@ Interface representing a document for a message in the database (MongoDB). #### Defined in -[src/models/Message.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Message.ts#L18) +[src/models/Message.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Message.ts#L20) *** @@ -56,7 +56,7 @@ Interface representing a document for a message in the database (MongoDB). #### Defined in -[src/models/Message.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Message.ts#L13) +[src/models/Message.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Message.ts#L15) *** @@ -66,7 +66,7 @@ Interface representing a document for a message in the database (MongoDB). #### Defined in -[src/models/Message.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Message.ts#L19) +[src/models/Message.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Message.ts#L21) *** @@ -76,7 +76,7 @@ Interface representing a document for a message in the database (MongoDB). #### Defined in -[src/models/Message.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Message.ts#L12) +[src/models/Message.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Message.ts#L14) *** @@ -86,7 +86,7 @@ Interface representing a document for a message in the database (MongoDB). #### Defined in -[src/models/Message.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Message.ts#L16) +[src/models/Message.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Message.ts#L18) *** @@ -96,4 +96,4 @@ Interface representing a document for a message in the database (MongoDB). #### Defined in -[src/models/Message.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Message.ts#L14) +[src/models/Message.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Message.ts#L16) diff --git a/docs/talawa-api-docs/models/Message/variables/Message.md b/docs/talawa-api-docs/models/Message/variables/Message.md index 14c458398cc..67812c7cd4f 100644 --- a/docs/talawa-api-docs/models/Message/variables/Message.md +++ b/docs/talawa-api-docs/models/Message/variables/Message.md @@ -6,7 +6,7 @@ # Variable: Message -\> `const` **Message**: `Model`\<[`InterfaceMessage`](../interfaces/InterfaceMessage.md), \{\}, \{\}, \{\}, `Document`\<`unknown`, \{\}, [`InterfaceMessage`](../interfaces/InterfaceMessage.md)\> & [`InterfaceMessage`](../interfaces/InterfaceMessage.md) & `Required`\<\{ `_id`: `ObjectId`; \}\>, `any`\> +\> `const` **Message**: `Model`\<[`InterfaceMessage`](../interfaces/InterfaceMessage.md), `Document`\<`unknown`, \{\}, [`InterfaceMessage`](../interfaces/InterfaceMessage.md)\> & [`InterfaceMessage`](../interfaces/InterfaceMessage.md) & `Required`\<\{ `_id`: `ObjectId`; \}\>\> The Mongoose model for the Message. If the model already exists (e.g., during testing), it uses the existing model. @@ -14,4 +14,4 @@ Otherwise, it creates a new model. ## Defined in -[src/models/Message.ts:86](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Message.ts#L86) +[src/models/Message.ts:88](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Message.ts#L88) diff --git a/docs/talawa-api-docs/models/Note/interfaces/InterfaceNote.md b/docs/talawa-api-docs/models/Note/interfaces/InterfaceNote.md index d3162caaa36..f3f3305b073 100644 --- a/docs/talawa-api-docs/models/Note/interfaces/InterfaceNote.md +++ b/docs/talawa-api-docs/models/Note/interfaces/InterfaceNote.md @@ -16,7 +16,7 @@ Represents a note document in the database. #### Defined in -[src/models/Note.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Note.ts#L9) +[src/models/Note.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Note.ts#L11) *** @@ -26,7 +26,7 @@ Represents a note document in the database. #### Defined in -[src/models/Note.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Note.ts#L15) +[src/models/Note.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Note.ts#L17) *** @@ -36,7 +36,7 @@ Represents a note document in the database. #### Defined in -[src/models/Note.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Note.ts#L10) +[src/models/Note.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Note.ts#L12) *** @@ -46,7 +46,7 @@ Represents a note document in the database. #### Defined in -[src/models/Note.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Note.ts#L13) +[src/models/Note.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Note.ts#L15) *** @@ -56,7 +56,7 @@ Represents a note document in the database. #### Defined in -[src/models/Note.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Note.ts#L11) +[src/models/Note.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Note.ts#L13) *** @@ -66,7 +66,7 @@ Represents a note document in the database. #### Defined in -[src/models/Note.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Note.ts#L14) +[src/models/Note.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Note.ts#L16) *** @@ -76,4 +76,4 @@ Represents a note document in the database. #### Defined in -[src/models/Note.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Note.ts#L12) +[src/models/Note.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Note.ts#L14) diff --git a/docs/talawa-api-docs/models/Note/variables/NoteModel.md b/docs/talawa-api-docs/models/Note/variables/NoteModel.md index eda26149030..cc52604b769 100644 --- a/docs/talawa-api-docs/models/Note/variables/NoteModel.md +++ b/docs/talawa-api-docs/models/Note/variables/NoteModel.md @@ -6,8 +6,8 @@ # Variable: NoteModel -\> `const` **NoteModel**: `Model`\<[`InterfaceNote`](../interfaces/InterfaceNote.md), \{\}, \{\}, \{\}, `Document`\<`unknown`, \{\}, [`InterfaceNote`](../interfaces/InterfaceNote.md)\> & [`InterfaceNote`](../interfaces/InterfaceNote.md) & `Required`\<\{ `_id`: `ObjectId`; \}\>, `any`\> +\> `const` **NoteModel**: `Model`\<[`InterfaceNote`](../interfaces/InterfaceNote.md), `Document`\<`unknown`, \{\}, [`InterfaceNote`](../interfaces/InterfaceNote.md)\> & [`InterfaceNote`](../interfaces/InterfaceNote.md) & `Required`\<\{ `_id`: `ObjectId`; \}\>\> ## Defined in -[src/models/Note.ts:64](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Note.ts#L64) +[src/models/Note.ts:66](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Note.ts#L66) diff --git a/docs/talawa-api-docs/models/Note/variables/NoteSchema.md b/docs/talawa-api-docs/models/Note/variables/NoteSchema.md index 59bb5c44439..73c08eb944c 100644 --- a/docs/talawa-api-docs/models/Note/variables/NoteSchema.md +++ b/docs/talawa-api-docs/models/Note/variables/NoteSchema.md @@ -6,7 +6,7 @@ # Variable: NoteSchema -\> `const` **NoteSchema**: `Schema`\<`any`, `Model`\<`any`, `any`, `any`, `any`, `any`, `any`\>, \{\}, \{\}, \{\}, \{\}, `DefaultSchemaOptions`, \{ `agendaItemId`: `ObjectId`; `content`: `string`; `createdAt`: `Date`; `createdBy`: `ObjectId`; `updatedAt`: `Date`; `updatedBy`: `null` \| `ObjectId`; \}, `Document`\<`unknown`, \{\}, `FlatRecord`\<\{ `agendaItemId`: `ObjectId`; `content`: `string`; `createdAt`: `Date`; `createdBy`: `ObjectId`; `updatedAt`: `Date`; `updatedBy`: `null` \| `ObjectId`; \}\>\> & `FlatRecord`\<\{ `agendaItemId`: `ObjectId`; `content`: `string`; `createdAt`: `Date`; `createdBy`: `ObjectId`; `updatedAt`: `Date`; `updatedBy`: `null` \| `ObjectId`; \}\> & `object`\> +\> `const` **NoteSchema**: `Schema`\<`Model`, \{ `agendaItemId`: `ObjectId`; `content`: `string`; `createdAt`: `Date`; `createdBy`: `ObjectId`; `updatedAt`: `Date`; `updatedBy`: `null` \| `ObjectId`; \}, `Document`\<`unknown`, \{\}, `FlatRecord`\<\{ `agendaItemId`: `ObjectId`; `content`: `string`; `createdAt`: `Date`; `createdBy`: `ObjectId`; `updatedAt`: `Date`; `updatedBy`: `null` \| `ObjectId`; \}\>\> & `FlatRecord`\<\{ `agendaItemId`: `ObjectId`; `content`: `string`; `createdAt`: `Date`; `createdBy`: `ObjectId`; `updatedAt`: `Date`; `updatedBy`: `null` \| `ObjectId`; \}\> & `object`\> Mongoose schema definition for Note documents. @@ -36,4 +36,4 @@ The ID of the agenda item associated with the note. ## Defined in -[src/models/Note.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Note.ts#L27) +[src/models/Note.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Note.ts#L29) diff --git a/docs/talawa-api-docs/models/Organization/interfaces/InterfaceOrganization.md b/docs/talawa-api-docs/models/Organization/interfaces/InterfaceOrganization.md index 002f9af9776..dbb09ce26b1 100644 --- a/docs/talawa-api-docs/models/Organization/interfaces/InterfaceOrganization.md +++ b/docs/talawa-api-docs/models/Organization/interfaces/InterfaceOrganization.md @@ -16,7 +16,7 @@ Interface representing a document for an Organization in the database (MongoDB). #### Defined in -[src/models/Organization.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Organization.ts#L16) +[src/models/Organization.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Organization.ts#L18) *** @@ -58,7 +58,7 @@ Interface representing a document for an Organization in the database (MongoDB). #### Defined in -[src/models/Organization.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Organization.ts#L21) +[src/models/Organization.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Organization.ts#L23) *** @@ -68,7 +68,7 @@ Interface representing a document for an Organization in the database (MongoDB). #### Defined in -[src/models/Organization.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Organization.ts#L35) +[src/models/Organization.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Organization.ts#L37) *** @@ -78,7 +78,7 @@ Interface representing a document for an Organization in the database (MongoDB). #### Defined in -[src/models/Organization.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Organization.ts#L31) +[src/models/Organization.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Organization.ts#L33) *** @@ -88,7 +88,7 @@ Interface representing a document for an Organization in the database (MongoDB). #### Defined in -[src/models/Organization.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Organization.ts#L17) +[src/models/Organization.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Organization.ts#L19) *** @@ -98,7 +98,7 @@ Interface representing a document for an Organization in the database (MongoDB). #### Defined in -[src/models/Organization.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Organization.ts#L40) +[src/models/Organization.ts:42](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Organization.ts#L42) *** @@ -108,7 +108,7 @@ Interface representing a document for an Organization in the database (MongoDB). #### Defined in -[src/models/Organization.ts:42](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Organization.ts#L42) +[src/models/Organization.ts:44](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Organization.ts#L44) *** @@ -118,7 +118,7 @@ Interface representing a document for an Organization in the database (MongoDB). #### Defined in -[src/models/Organization.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Organization.ts#L32) +[src/models/Organization.ts:34](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Organization.ts#L34) *** @@ -128,7 +128,7 @@ Interface representing a document for an Organization in the database (MongoDB). #### Defined in -[src/models/Organization.ts:41](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Organization.ts#L41) +[src/models/Organization.ts:43](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Organization.ts#L43) *** @@ -138,7 +138,7 @@ Interface representing a document for an Organization in the database (MongoDB). #### Defined in -[src/models/Organization.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Organization.ts#L20) +[src/models/Organization.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Organization.ts#L22) *** @@ -148,7 +148,7 @@ Interface representing a document for an Organization in the database (MongoDB). #### Defined in -[src/models/Organization.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Organization.ts#L45) +[src/models/Organization.ts:47](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Organization.ts#L47) *** @@ -158,7 +158,7 @@ Interface representing a document for an Organization in the database (MongoDB). #### Defined in -[src/models/Organization.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Organization.ts#L36) +[src/models/Organization.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Organization.ts#L38) *** @@ -168,7 +168,7 @@ Interface representing a document for an Organization in the database (MongoDB). #### Defined in -[src/models/Organization.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Organization.ts#L18) +[src/models/Organization.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Organization.ts#L20) *** @@ -178,7 +178,7 @@ Interface representing a document for an Organization in the database (MongoDB). #### Defined in -[src/models/Organization.ts:34](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Organization.ts#L34) +[src/models/Organization.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Organization.ts#L36) *** @@ -188,7 +188,7 @@ Interface representing a document for an Organization in the database (MongoDB). #### Defined in -[src/models/Organization.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Organization.ts#L39) +[src/models/Organization.ts:41](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Organization.ts#L41) *** @@ -198,7 +198,7 @@ Interface representing a document for an Organization in the database (MongoDB). #### Defined in -[src/models/Organization.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Organization.ts#L19) +[src/models/Organization.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Organization.ts#L21) *** @@ -208,7 +208,7 @@ Interface representing a document for an Organization in the database (MongoDB). #### Defined in -[src/models/Organization.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Organization.ts#L38) +[src/models/Organization.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Organization.ts#L40) *** @@ -218,7 +218,7 @@ Interface representing a document for an Organization in the database (MongoDB). #### Defined in -[src/models/Organization.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Organization.ts#L37) +[src/models/Organization.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Organization.ts#L39) *** @@ -228,7 +228,7 @@ Interface representing a document for an Organization in the database (MongoDB). #### Defined in -[src/models/Organization.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Organization.ts#L33) +[src/models/Organization.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Organization.ts#L35) *** @@ -238,7 +238,7 @@ Interface representing a document for an Organization in the database (MongoDB). #### Defined in -[src/models/Organization.ts:43](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Organization.ts#L43) +[src/models/Organization.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Organization.ts#L45) *** @@ -248,7 +248,7 @@ Interface representing a document for an Organization in the database (MongoDB). #### Defined in -[src/models/Organization.ts:44](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Organization.ts#L44) +[src/models/Organization.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Organization.ts#L46) *** @@ -258,4 +258,4 @@ Interface representing a document for an Organization in the database (MongoDB). #### Defined in -[src/models/Organization.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Organization.ts#L46) +[src/models/Organization.ts:48](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Organization.ts#L48) diff --git a/docs/talawa-api-docs/models/Organization/variables/Organization.md b/docs/talawa-api-docs/models/Organization/variables/Organization.md index 85384c9263c..ced59683cb8 100644 --- a/docs/talawa-api-docs/models/Organization/variables/Organization.md +++ b/docs/talawa-api-docs/models/Organization/variables/Organization.md @@ -6,7 +6,7 @@ # Variable: Organization -\> `const` **Organization**: `Model`\<[`InterfaceOrganization`](../interfaces/InterfaceOrganization.md), \{\}, \{\}, \{\}, `Document`\<`unknown`, \{\}, [`InterfaceOrganization`](../interfaces/InterfaceOrganization.md)\> & [`InterfaceOrganization`](../interfaces/InterfaceOrganization.md) & `Required`\<\{ `_id`: `ObjectId`; \}\>, `any`\> +\> `const` **Organization**: `Model`\<[`InterfaceOrganization`](../interfaces/InterfaceOrganization.md), `Document`\<`unknown`, \{\}, [`InterfaceOrganization`](../interfaces/InterfaceOrganization.md)\> & [`InterfaceOrganization`](../interfaces/InterfaceOrganization.md) & `Required`\<\{ `_id`: `ObjectId`; \}\>\> The Mongoose model for the Organization. If the model already exists (e.g., during testing), it uses the existing model. @@ -14,4 +14,4 @@ Otherwise, it creates a new model. ## Defined in -[src/models/Organization.ts:222](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Organization.ts#L222) +[src/models/Organization.ts:224](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Organization.ts#L224) diff --git a/docs/talawa-api-docs/models/OrganizationCustomField/interfaces/InterfaceOrganizationCustomField.md b/docs/talawa-api-docs/models/OrganizationCustomField/interfaces/InterfaceOrganizationCustomField.md index 8406cecd3d5..a2f2903ec1f 100644 --- a/docs/talawa-api-docs/models/OrganizationCustomField/interfaces/InterfaceOrganizationCustomField.md +++ b/docs/talawa-api-docs/models/OrganizationCustomField/interfaces/InterfaceOrganizationCustomField.md @@ -16,7 +16,7 @@ Represents the structure of an organization custom field in the database. #### Defined in -[src/models/OrganizationCustomField.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/OrganizationCustomField.ts#L9) +[src/models/OrganizationCustomField.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/OrganizationCustomField.ts#L9) *** @@ -26,7 +26,7 @@ Represents the structure of an organization custom field in the database. #### Defined in -[src/models/OrganizationCustomField.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/OrganizationCustomField.ts#L12) +[src/models/OrganizationCustomField.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/OrganizationCustomField.ts#L12) *** @@ -36,7 +36,7 @@ Represents the structure of an organization custom field in the database. #### Defined in -[src/models/OrganizationCustomField.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/OrganizationCustomField.ts#L10) +[src/models/OrganizationCustomField.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/OrganizationCustomField.ts#L10) *** @@ -46,4 +46,4 @@ Represents the structure of an organization custom field in the database. #### Defined in -[src/models/OrganizationCustomField.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/OrganizationCustomField.ts#L11) +[src/models/OrganizationCustomField.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/OrganizationCustomField.ts#L11) diff --git a/docs/talawa-api-docs/models/OrganizationCustomField/variables/OrganizationCustomField.md b/docs/talawa-api-docs/models/OrganizationCustomField/variables/OrganizationCustomField.md index dd03a0b6049..95bba155186 100644 --- a/docs/talawa-api-docs/models/OrganizationCustomField/variables/OrganizationCustomField.md +++ b/docs/talawa-api-docs/models/OrganizationCustomField/variables/OrganizationCustomField.md @@ -10,4 +10,4 @@ ## Defined in -[src/models/OrganizationCustomField.ts:47](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/OrganizationCustomField.ts#L47) +[src/models/OrganizationCustomField.ts:47](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/OrganizationCustomField.ts#L47) diff --git a/docs/talawa-api-docs/models/OrganizationTagUser/interfaces/InterfaceOrganizationTagUser.md b/docs/talawa-api-docs/models/OrganizationTagUser/interfaces/InterfaceOrganizationTagUser.md index 960e5f09349..570625a8a49 100644 --- a/docs/talawa-api-docs/models/OrganizationTagUser/interfaces/InterfaceOrganizationTagUser.md +++ b/docs/talawa-api-docs/models/OrganizationTagUser/interfaces/InterfaceOrganizationTagUser.md @@ -16,7 +16,7 @@ Interface representing a document for an Organization Tag User in the database ( #### Defined in -[src/models/OrganizationTagUser.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/OrganizationTagUser.ts#L10) +[src/models/OrganizationTagUser.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/OrganizationTagUser.ts#L12) *** @@ -26,7 +26,7 @@ Interface representing a document for an Organization Tag User in the database ( #### Defined in -[src/models/OrganizationTagUser.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/OrganizationTagUser.ts#L13) +[src/models/OrganizationTagUser.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/OrganizationTagUser.ts#L15) *** @@ -36,7 +36,7 @@ Interface representing a document for an Organization Tag User in the database ( #### Defined in -[src/models/OrganizationTagUser.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/OrganizationTagUser.ts#L11) +[src/models/OrganizationTagUser.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/OrganizationTagUser.ts#L13) *** @@ -46,7 +46,7 @@ Interface representing a document for an Organization Tag User in the database ( #### Defined in -[src/models/OrganizationTagUser.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/OrganizationTagUser.ts#L12) +[src/models/OrganizationTagUser.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/OrganizationTagUser.ts#L14) *** @@ -56,4 +56,4 @@ Interface representing a document for an Organization Tag User in the database ( #### Defined in -[src/models/OrganizationTagUser.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/OrganizationTagUser.ts#L14) +[src/models/OrganizationTagUser.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/OrganizationTagUser.ts#L16) diff --git a/docs/talawa-api-docs/models/OrganizationTagUser/variables/OrganizationTagUser.md b/docs/talawa-api-docs/models/OrganizationTagUser/variables/OrganizationTagUser.md index 1590482bb3b..695f0a4c34f 100644 --- a/docs/talawa-api-docs/models/OrganizationTagUser/variables/OrganizationTagUser.md +++ b/docs/talawa-api-docs/models/OrganizationTagUser/variables/OrganizationTagUser.md @@ -6,7 +6,7 @@ # Variable: OrganizationTagUser -\> `const` **OrganizationTagUser**: `Model`\<[`InterfaceOrganizationTagUser`](../interfaces/InterfaceOrganizationTagUser.md), \{\}, \{\}, \{\}, `Document`\<`unknown`, \{\}, [`InterfaceOrganizationTagUser`](../interfaces/InterfaceOrganizationTagUser.md)\> & [`InterfaceOrganizationTagUser`](../interfaces/InterfaceOrganizationTagUser.md) & `Required`\<\{ `_id`: `ObjectId`; \}\>, `any`\> +\> `const` **OrganizationTagUser**: `Model`\<[`InterfaceOrganizationTagUser`](../interfaces/InterfaceOrganizationTagUser.md), `Document`\<`unknown`, \{\}, [`InterfaceOrganizationTagUser`](../interfaces/InterfaceOrganizationTagUser.md)\> & [`InterfaceOrganizationTagUser`](../interfaces/InterfaceOrganizationTagUser.md) & `Required`\<\{ `_id`: `ObjectId`; \}\>\> The Mongoose model for the Organization Tag User. If the model already exists (e.g., during testing), it uses the existing model. @@ -14,4 +14,4 @@ Otherwise, it creates a new model. ## Defined in -[src/models/OrganizationTagUser.ts:85](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/OrganizationTagUser.ts#L85) +[src/models/OrganizationTagUser.ts:87](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/OrganizationTagUser.ts#L87) diff --git a/docs/talawa-api-docs/models/Plugin/interfaces/InterfacePlugin.md b/docs/talawa-api-docs/models/Plugin/interfaces/InterfacePlugin.md index da9e1cbeb27..d154f0cd61e 100644 --- a/docs/talawa-api-docs/models/Plugin/interfaces/InterfacePlugin.md +++ b/docs/talawa-api-docs/models/Plugin/interfaces/InterfacePlugin.md @@ -16,7 +16,7 @@ Represents a MongoDB document for Plugin in the database. #### Defined in -[src/models/Plugin.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Plugin.ts#L9) +[src/models/Plugin.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Plugin.ts#L11) *** @@ -26,7 +26,7 @@ Represents a MongoDB document for Plugin in the database. #### Defined in -[src/models/Plugin.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Plugin.ts#L11) +[src/models/Plugin.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Plugin.ts#L13) *** @@ -36,7 +36,7 @@ Represents a MongoDB document for Plugin in the database. #### Defined in -[src/models/Plugin.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Plugin.ts#L12) +[src/models/Plugin.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Plugin.ts#L14) *** @@ -46,7 +46,7 @@ Represents a MongoDB document for Plugin in the database. #### Defined in -[src/models/Plugin.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Plugin.ts#L10) +[src/models/Plugin.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Plugin.ts#L12) *** @@ -56,4 +56,4 @@ Represents a MongoDB document for Plugin in the database. #### Defined in -[src/models/Plugin.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Plugin.ts#L13) +[src/models/Plugin.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Plugin.ts#L15) diff --git a/docs/talawa-api-docs/models/Plugin/variables/Plugin.md b/docs/talawa-api-docs/models/Plugin/variables/Plugin.md index e751cd58aec..1e6152156cf 100644 --- a/docs/talawa-api-docs/models/Plugin/variables/Plugin.md +++ b/docs/talawa-api-docs/models/Plugin/variables/Plugin.md @@ -6,8 +6,8 @@ # Variable: Plugin -\> `const` **Plugin**: `Model`\<[`InterfacePlugin`](../interfaces/InterfacePlugin.md), \{\}, \{\}, \{\}, `Document`\<`unknown`, \{\}, [`InterfacePlugin`](../interfaces/InterfacePlugin.md)\> & [`InterfacePlugin`](../interfaces/InterfacePlugin.md) & `Required`\<\{ `_id`: `ObjectId`; \}\>, `any`\> +\> `const` **Plugin**: `Model`\<[`InterfacePlugin`](../interfaces/InterfacePlugin.md), `Document`\<`unknown`, \{\}, [`InterfacePlugin`](../interfaces/InterfacePlugin.md)\> & [`InterfacePlugin`](../interfaces/InterfacePlugin.md) & `Required`\<\{ `_id`: `ObjectId`; \}\>\> ## Defined in -[src/models/Plugin.ts:55](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Plugin.ts#L55) +[src/models/Plugin.ts:57](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Plugin.ts#L57) diff --git a/docs/talawa-api-docs/models/PluginField/interfaces/InterfacePluginField.md b/docs/talawa-api-docs/models/PluginField/interfaces/InterfacePluginField.md index c1422fbc1df..0d867a5c0ba 100644 --- a/docs/talawa-api-docs/models/PluginField/interfaces/InterfacePluginField.md +++ b/docs/talawa-api-docs/models/PluginField/interfaces/InterfacePluginField.md @@ -16,7 +16,7 @@ Interface representing a document for a Plugin Field in the database (MongoDB). #### Defined in -[src/models/PluginField.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/PluginField.ts#L9) +[src/models/PluginField.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/PluginField.ts#L11) *** @@ -26,7 +26,7 @@ Interface representing a document for a Plugin Field in the database (MongoDB). #### Defined in -[src/models/PluginField.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/PluginField.ts#L13) +[src/models/PluginField.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/PluginField.ts#L15) *** @@ -36,7 +36,7 @@ Interface representing a document for a Plugin Field in the database (MongoDB). #### Defined in -[src/models/PluginField.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/PluginField.ts#L10) +[src/models/PluginField.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/PluginField.ts#L12) *** @@ -46,7 +46,7 @@ Interface representing a document for a Plugin Field in the database (MongoDB). #### Defined in -[src/models/PluginField.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/PluginField.ts#L12) +[src/models/PluginField.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/PluginField.ts#L14) *** @@ -56,4 +56,4 @@ Interface representing a document for a Plugin Field in the database (MongoDB). #### Defined in -[src/models/PluginField.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/PluginField.ts#L11) +[src/models/PluginField.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/PluginField.ts#L13) diff --git a/docs/talawa-api-docs/models/PluginField/variables/PluginField.md b/docs/talawa-api-docs/models/PluginField/variables/PluginField.md index 338b7a81b25..7b30305b4f1 100644 --- a/docs/talawa-api-docs/models/PluginField/variables/PluginField.md +++ b/docs/talawa-api-docs/models/PluginField/variables/PluginField.md @@ -6,7 +6,7 @@ # Variable: PluginField -\> `const` **PluginField**: `Model`\<[`InterfacePluginField`](../interfaces/InterfacePluginField.md), \{\}, \{\}, \{\}, `Document`\<`unknown`, \{\}, [`InterfacePluginField`](../interfaces/InterfacePluginField.md)\> & [`InterfacePluginField`](../interfaces/InterfacePluginField.md) & `Required`\<\{ `_id`: `ObjectId`; \}\>, `any`\> +\> `const` **PluginField**: `Model`\<[`InterfacePluginField`](../interfaces/InterfacePluginField.md), `Document`\<`unknown`, \{\}, [`InterfacePluginField`](../interfaces/InterfacePluginField.md)\> & [`InterfacePluginField`](../interfaces/InterfacePluginField.md) & `Required`\<\{ `_id`: `ObjectId`; \}\>\> The Mongoose model for the Plugin Field. If the model already exists (e.g., during testing), it uses the existing model. @@ -14,4 +14,4 @@ Otherwise, it creates a new model. ## Defined in -[src/models/PluginField.ts:61](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/PluginField.ts#L61) +[src/models/PluginField.ts:63](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/PluginField.ts#L63) diff --git a/docs/talawa-api-docs/models/Post/interfaces/InterfacePost.md b/docs/talawa-api-docs/models/Post/interfaces/InterfacePost.md index 443b4344f36..22ce24786cd 100644 --- a/docs/talawa-api-docs/models/Post/interfaces/InterfacePost.md +++ b/docs/talawa-api-docs/models/Post/interfaces/InterfacePost.md @@ -16,7 +16,7 @@ Represents a MongoDB document for Post in the database. #### Defined in -[src/models/Post.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Post.ts#L13) +[src/models/Post.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Post.ts#L15) *** @@ -26,7 +26,7 @@ Represents a MongoDB document for Post in the database. #### Defined in -[src/models/Post.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Post.ts#L14) +[src/models/Post.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Post.ts#L16) *** @@ -36,7 +36,7 @@ Represents a MongoDB document for Post in the database. #### Defined in -[src/models/Post.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Post.ts#L15) +[src/models/Post.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Post.ts#L17) *** @@ -46,7 +46,7 @@ Represents a MongoDB document for Post in the database. #### Defined in -[src/models/Post.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Post.ts#L16) +[src/models/Post.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Post.ts#L18) *** @@ -56,7 +56,7 @@ Represents a MongoDB document for Post in the database. #### Defined in -[src/models/Post.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Post.ts#L17) +[src/models/Post.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Post.ts#L19) *** @@ -66,7 +66,7 @@ Represents a MongoDB document for Post in the database. #### Defined in -[src/models/Post.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Post.ts#L18) +[src/models/Post.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Post.ts#L20) *** @@ -76,7 +76,7 @@ Represents a MongoDB document for Post in the database. #### Defined in -[src/models/Post.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Post.ts#L19) +[src/models/Post.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Post.ts#L21) *** @@ -86,7 +86,7 @@ Represents a MongoDB document for Post in the database. #### Defined in -[src/models/Post.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Post.ts#L20) +[src/models/Post.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Post.ts#L22) *** @@ -96,7 +96,7 @@ Represents a MongoDB document for Post in the database. #### Defined in -[src/models/Post.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Post.ts#L21) +[src/models/Post.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Post.ts#L23) *** @@ -106,7 +106,7 @@ Represents a MongoDB document for Post in the database. #### Defined in -[src/models/Post.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Post.ts#L22) +[src/models/Post.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Post.ts#L24) *** @@ -116,7 +116,7 @@ Represents a MongoDB document for Post in the database. #### Defined in -[src/models/Post.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Post.ts#L23) +[src/models/Post.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Post.ts#L25) *** @@ -126,7 +126,7 @@ Represents a MongoDB document for Post in the database. #### Defined in -[src/models/Post.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Post.ts#L24) +[src/models/Post.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Post.ts#L26) *** @@ -136,4 +136,4 @@ Represents a MongoDB document for Post in the database. #### Defined in -[src/models/Post.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Post.ts#L25) +[src/models/Post.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Post.ts#L27) diff --git a/docs/talawa-api-docs/models/Post/variables/Post.md b/docs/talawa-api-docs/models/Post/variables/Post.md index d5d41031d03..b337dafe011 100644 --- a/docs/talawa-api-docs/models/Post/variables/Post.md +++ b/docs/talawa-api-docs/models/Post/variables/Post.md @@ -6,8 +6,8 @@ # Variable: Post -\> `const` **Post**: `PaginateModel`\<[`InterfacePost`](../interfaces/InterfacePost.md), \{\}, \{\}\> +\> `const` **Post**: `PaginateModel`\<[`InterfacePost`](../interfaces/InterfacePost.md)\> ## Defined in -[src/models/Post.ts:109](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Post.ts#L109) +[src/models/Post.ts:111](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Post.ts#L111) diff --git a/docs/talawa-api-docs/models/RecurrenceRule/enumerations/Frequency.md b/docs/talawa-api-docs/models/RecurrenceRule/enumerations/Frequency.md index f56f9746721..ad1dedb5e62 100644 --- a/docs/talawa-api-docs/models/RecurrenceRule/enumerations/Frequency.md +++ b/docs/talawa-api-docs/models/RecurrenceRule/enumerations/Frequency.md @@ -16,7 +16,7 @@ Enumeration for recurrence frequencies. #### Defined in -[src/models/RecurrenceRule.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/RecurrenceRule.ts#L14) +[src/models/RecurrenceRule.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/RecurrenceRule.ts#L16) *** @@ -26,7 +26,7 @@ Enumeration for recurrence frequencies. #### Defined in -[src/models/RecurrenceRule.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/RecurrenceRule.ts#L12) +[src/models/RecurrenceRule.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/RecurrenceRule.ts#L14) *** @@ -36,7 +36,7 @@ Enumeration for recurrence frequencies. #### Defined in -[src/models/RecurrenceRule.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/RecurrenceRule.ts#L13) +[src/models/RecurrenceRule.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/RecurrenceRule.ts#L15) *** @@ -46,4 +46,4 @@ Enumeration for recurrence frequencies. #### Defined in -[src/models/RecurrenceRule.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/RecurrenceRule.ts#L11) +[src/models/RecurrenceRule.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/RecurrenceRule.ts#L13) diff --git a/docs/talawa-api-docs/models/RecurrenceRule/enumerations/WeekDays.md b/docs/talawa-api-docs/models/RecurrenceRule/enumerations/WeekDays.md index a2253031898..5f1cd722482 100644 --- a/docs/talawa-api-docs/models/RecurrenceRule/enumerations/WeekDays.md +++ b/docs/talawa-api-docs/models/RecurrenceRule/enumerations/WeekDays.md @@ -16,7 +16,7 @@ Enumeration for weekdays. #### Defined in -[src/models/RecurrenceRule.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/RecurrenceRule.ts#L26) +[src/models/RecurrenceRule.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/RecurrenceRule.ts#L28) *** @@ -26,7 +26,7 @@ Enumeration for weekdays. #### Defined in -[src/models/RecurrenceRule.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/RecurrenceRule.ts#L22) +[src/models/RecurrenceRule.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/RecurrenceRule.ts#L24) *** @@ -36,7 +36,7 @@ Enumeration for weekdays. #### Defined in -[src/models/RecurrenceRule.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/RecurrenceRule.ts#L27) +[src/models/RecurrenceRule.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/RecurrenceRule.ts#L29) *** @@ -46,7 +46,7 @@ Enumeration for weekdays. #### Defined in -[src/models/RecurrenceRule.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/RecurrenceRule.ts#L21) +[src/models/RecurrenceRule.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/RecurrenceRule.ts#L23) *** @@ -56,7 +56,7 @@ Enumeration for weekdays. #### Defined in -[src/models/RecurrenceRule.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/RecurrenceRule.ts#L25) +[src/models/RecurrenceRule.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/RecurrenceRule.ts#L27) *** @@ -66,7 +66,7 @@ Enumeration for weekdays. #### Defined in -[src/models/RecurrenceRule.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/RecurrenceRule.ts#L23) +[src/models/RecurrenceRule.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/RecurrenceRule.ts#L25) *** @@ -76,4 +76,4 @@ Enumeration for weekdays. #### Defined in -[src/models/RecurrenceRule.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/RecurrenceRule.ts#L24) +[src/models/RecurrenceRule.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/RecurrenceRule.ts#L26) diff --git a/docs/talawa-api-docs/models/RecurrenceRule/interfaces/InterfaceRecurrenceRule.md b/docs/talawa-api-docs/models/RecurrenceRule/interfaces/InterfaceRecurrenceRule.md index 0b7d8be2051..cfd4024337c 100644 --- a/docs/talawa-api-docs/models/RecurrenceRule/interfaces/InterfaceRecurrenceRule.md +++ b/docs/talawa-api-docs/models/RecurrenceRule/interfaces/InterfaceRecurrenceRule.md @@ -16,7 +16,7 @@ Interface representing a document for a recurrence rule in the database (MongoDB #### Defined in -[src/models/RecurrenceRule.ts:34](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/RecurrenceRule.ts#L34) +[src/models/RecurrenceRule.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/RecurrenceRule.ts#L36) *** @@ -26,7 +26,7 @@ Interface representing a document for a recurrence rule in the database (MongoDB #### Defined in -[src/models/RecurrenceRule.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/RecurrenceRule.ts#L36) +[src/models/RecurrenceRule.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/RecurrenceRule.ts#L38) *** @@ -36,7 +36,7 @@ Interface representing a document for a recurrence rule in the database (MongoDB #### Defined in -[src/models/RecurrenceRule.ts:43](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/RecurrenceRule.ts#L43) +[src/models/RecurrenceRule.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/RecurrenceRule.ts#L45) *** @@ -46,7 +46,7 @@ Interface representing a document for a recurrence rule in the database (MongoDB #### Defined in -[src/models/RecurrenceRule.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/RecurrenceRule.ts#L40) +[src/models/RecurrenceRule.ts:42](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/RecurrenceRule.ts#L42) *** @@ -56,7 +56,7 @@ Interface representing a document for a recurrence rule in the database (MongoDB #### Defined in -[src/models/RecurrenceRule.ts:42](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/RecurrenceRule.ts#L42) +[src/models/RecurrenceRule.ts:44](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/RecurrenceRule.ts#L44) *** @@ -66,7 +66,7 @@ Interface representing a document for a recurrence rule in the database (MongoDB #### Defined in -[src/models/RecurrenceRule.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/RecurrenceRule.ts#L45) +[src/models/RecurrenceRule.ts:47](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/RecurrenceRule.ts#L47) *** @@ -76,7 +76,7 @@ Interface representing a document for a recurrence rule in the database (MongoDB #### Defined in -[src/models/RecurrenceRule.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/RecurrenceRule.ts#L35) +[src/models/RecurrenceRule.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/RecurrenceRule.ts#L37) *** @@ -86,7 +86,7 @@ Interface representing a document for a recurrence rule in the database (MongoDB #### Defined in -[src/models/RecurrenceRule.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/RecurrenceRule.ts#L39) +[src/models/RecurrenceRule.ts:41](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/RecurrenceRule.ts#L41) *** @@ -96,7 +96,7 @@ Interface representing a document for a recurrence rule in the database (MongoDB #### Defined in -[src/models/RecurrenceRule.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/RecurrenceRule.ts#L37) +[src/models/RecurrenceRule.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/RecurrenceRule.ts#L39) *** @@ -106,7 +106,7 @@ Interface representing a document for a recurrence rule in the database (MongoDB #### Defined in -[src/models/RecurrenceRule.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/RecurrenceRule.ts#L38) +[src/models/RecurrenceRule.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/RecurrenceRule.ts#L40) *** @@ -116,7 +116,7 @@ Interface representing a document for a recurrence rule in the database (MongoDB #### Defined in -[src/models/RecurrenceRule.ts:44](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/RecurrenceRule.ts#L44) +[src/models/RecurrenceRule.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/RecurrenceRule.ts#L46) *** @@ -126,4 +126,4 @@ Interface representing a document for a recurrence rule in the database (MongoDB #### Defined in -[src/models/RecurrenceRule.ts:41](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/RecurrenceRule.ts#L41) +[src/models/RecurrenceRule.ts:43](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/RecurrenceRule.ts#L43) diff --git a/docs/talawa-api-docs/models/RecurrenceRule/variables/RecurrenceRule.md b/docs/talawa-api-docs/models/RecurrenceRule/variables/RecurrenceRule.md index 25baf5a39ba..e6e114abc67 100644 --- a/docs/talawa-api-docs/models/RecurrenceRule/variables/RecurrenceRule.md +++ b/docs/talawa-api-docs/models/RecurrenceRule/variables/RecurrenceRule.md @@ -6,7 +6,7 @@ # Variable: RecurrenceRule -\> `const` **RecurrenceRule**: `Model`\<[`InterfaceRecurrenceRule`](../interfaces/InterfaceRecurrenceRule.md), \{\}, \{\}, \{\}, `Document`\<`unknown`, \{\}, [`InterfaceRecurrenceRule`](../interfaces/InterfaceRecurrenceRule.md)\> & [`InterfaceRecurrenceRule`](../interfaces/InterfaceRecurrenceRule.md) & `Required`\<\{ `_id`: `ObjectId`; \}\>, `any`\> +\> `const` **RecurrenceRule**: `Model`\<[`InterfaceRecurrenceRule`](../interfaces/InterfaceRecurrenceRule.md), `Document`\<`unknown`, \{\}, [`InterfaceRecurrenceRule`](../interfaces/InterfaceRecurrenceRule.md)\> & [`InterfaceRecurrenceRule`](../interfaces/InterfaceRecurrenceRule.md) & `Required`\<\{ `_id`: `ObjectId`; \}\>\> The Mongoose model for the Recurrence Rule. If the model already exists (e.g., during testing), it uses the existing model. @@ -14,4 +14,4 @@ Otherwise, it creates a new model. ## Defined in -[src/models/RecurrenceRule.ts:124](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/RecurrenceRule.ts#L124) +[src/models/RecurrenceRule.ts:126](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/RecurrenceRule.ts#L126) diff --git a/docs/talawa-api-docs/models/SampleData/interfaces/InterfaceSampleData.md b/docs/talawa-api-docs/models/SampleData/interfaces/InterfaceSampleData.md index d8bc39b82ca..1195b99529d 100644 --- a/docs/talawa-api-docs/models/SampleData/interfaces/InterfaceSampleData.md +++ b/docs/talawa-api-docs/models/SampleData/interfaces/InterfaceSampleData.md @@ -115,7 +115,7 @@ node\_modules/mongoose/types/document.d.ts:102 ### collection -\> **collection**: `Collection`\<`Document`\> +\> **collection**: `Collection` Collection the model uses. @@ -135,7 +135,7 @@ node\_modules/mongoose/types/document.d.ts:105 #### Defined in -[src/models/SampleData.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/SampleData.ts#L10) +[src/models/SampleData.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/SampleData.ts#L12) *** @@ -161,7 +161,7 @@ node\_modules/mongoose/types/document.d.ts:108 #### Defined in -[src/models/SampleData.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/SampleData.ts#L9) +[src/models/SampleData.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/SampleData.ts#L11) *** @@ -215,7 +215,7 @@ node\_modules/mongoose/types/document.d.ts:191 ### schema -\> **schema**: `Schema`\<`any`, `Model`\<`any`, `any`, `any`, `any`, `any`, `any`\>, \{\}, \{\}, \{\}, \{\}, `DefaultSchemaOptions`, \{\}, `Document`\<`unknown`, \{\}, `FlatRecord`\<\{\}\>\> & `FlatRecord`\<\{\}\> & `Required`\<\{ `_id`: `unknown`; \}\>\> +\> **schema**: `Schema`\<`Model`, \{\}, `Document`\<`unknown`, \{\}, `FlatRecord`\<\{\}\>\> & `FlatRecord`\<\{\}\> & `Required`\<\{ `_id`: `unknown`; \}\>\> The document's schema. @@ -285,11 +285,11 @@ node\_modules/mongoose/types/document.d.ts:32 ### $getAllSubdocs() -\> **$getAllSubdocs**(): `Document`\<`any`, `any`, `any`\>[] +\> **$getAllSubdocs**(): `Document`[] #### Returns -`Document`\<`any`, `any`, `any`\>[] +`Document`[] #### Inherited from @@ -303,13 +303,13 @@ node\_modules/mongoose/types/document.d.ts:35 ### $getPopulatedDocs() -\> **$getPopulatedDocs**(): `Document`\<`any`, `any`, `any`\>[] +\> **$getPopulatedDocs**(): `Document`[] Returns an array of all populated documents associated with the query #### Returns -`Document`\<`any`, `any`, `any`\>[] +`Document`[] #### Inherited from @@ -521,7 +521,7 @@ Returns the model with the given name on this document's associated connection. ##### Type Parameters -• **ModelType** = `Model`\<`unknown`, \{\}, \{\}, \{\}, `Document`\<`unknown`, \{\}, `unknown`\> & `object`, `any`\> +• **ModelType** = `Model`\<`unknown`, `Document`\<`unknown`, \{\}, `unknown`\> & `object`\> ##### Parameters @@ -549,7 +549,7 @@ Returns the model with the given name on this document's associated connection. ##### Type Parameters -• **ModelType** = `Model`\<`any`, \{\}, \{\}, \{\}, `any`, `any`\> +• **ModelType** = `Model` ##### Returns @@ -567,14 +567,14 @@ node\_modules/mongoose/types/document.d.ts:78 ### $parent() -\> **$parent**(): `undefined` \| `Document`\<`any`, `any`, `any`\> +\> **$parent**(): `undefined` \| `Document` If this document is a subdocument or populated document, returns the document's parent. Returns undefined otherwise. #### Returns -`undefined` \| `Document`\<`any`, `any`, `any`\> +`undefined` \| `Document` #### Inherited from @@ -720,7 +720,7 @@ Removes this document from the db. ##### options? -`QueryOptions`\<`unknown`\> +`QueryOptions` #### Returns @@ -799,7 +799,7 @@ document has an `_id`, in which case this function falls back to using ##### doc -`Document`\<`any`, `any`, `any`\> +`Document` #### Returns @@ -1404,7 +1404,7 @@ Returns the model with the given name on this document's associated connection. ##### Type Parameters -• **ModelType** = `Model`\<`unknown`, \{\}, \{\}, \{\}, `Document`\<`unknown`, \{\}, `unknown`\> & `object`, `any`\> +• **ModelType** = `Model`\<`unknown`, `Document`\<`unknown`, \{\}, `unknown`\> & `object`\> ##### Parameters @@ -1432,7 +1432,7 @@ Returns the model with the given name on this document's associated connection. ##### Type Parameters -• **ModelType** = `Model`\<`any`, \{\}, \{\}, \{\}, `any`, `any`\> +• **ModelType** = `Model` ##### Returns @@ -1556,7 +1556,7 @@ Populates document references. ###### model? -`Model`\<`any`, \{\}, \{\}, \{\}, `any`, `any`\> +`Model` ###### match? @@ -1608,7 +1608,7 @@ node\_modules/mongoose/types/document.d.ts:226 ### replaceOne() -\> **replaceOne**(`replacement`?, `options`?): `Query`\<`any`, [`InterfaceSampleData`](InterfaceSampleData.md), \{\}, [`InterfaceSampleData`](InterfaceSampleData.md), `"find"`, `Record`\<`string`, `never`\>\> +\> **replaceOne**(`replacement`?, `options`?): `Query`\<`any`, [`InterfaceSampleData`](InterfaceSampleData.md), [`InterfaceSampleData`](InterfaceSampleData.md)\> Sends a replaceOne command with this document `_id` as the query selector. @@ -1620,11 +1620,11 @@ Sends a replaceOne command with this document `_id` as the query selector. ##### options? -`null` | `QueryOptions`\<`unknown`\> +`null` | `QueryOptions` #### Returns -`Query`\<`any`, [`InterfaceSampleData`](InterfaceSampleData.md), \{\}, [`InterfaceSampleData`](InterfaceSampleData.md), `"find"`, `Record`\<`string`, `never`\>\> +`Query`\<`any`, [`InterfaceSampleData`](InterfaceSampleData.md), [`InterfaceSampleData`](InterfaceSampleData.md)\> #### Inherited from @@ -1814,7 +1814,7 @@ The return value of this method is used in calls to JSON.stringify(doc). ###### options? -`ToObjectOptions`\<`Document`\<`unknown`, \{\}, `unknown`\> & `object`\> & `object` +`ToObjectOptions` & `object` ##### Returns @@ -1842,7 +1842,7 @@ The return value of this method is used in calls to JSON.stringify(doc). ###### options -`ToObjectOptions`\<`Document`\<`unknown`, \{\}, `unknown`\> & `object`\> & `object` +`ToObjectOptions` & `object` ##### Returns @@ -1872,7 +1872,7 @@ Converts this document into a plain-old JavaScript object ([POJO](https://master ##### options? -`ToObjectOptions`\<`Document`\<`unknown`, \{\}, `unknown`\> & `object`\> +`ToObjectOptions` #### Returns @@ -1946,7 +1946,7 @@ node\_modules/mongoose/types/document.d.ts:252 ### updateOne() -\> **updateOne**(`update`?, `options`?): `Query`\<`any`, [`InterfaceSampleData`](InterfaceSampleData.md), \{\}, [`InterfaceSampleData`](InterfaceSampleData.md), `"find"`, `Record`\<`string`, `never`\>\> +\> **updateOne**(`update`?, `options`?): `Query`\<`any`, [`InterfaceSampleData`](InterfaceSampleData.md), [`InterfaceSampleData`](InterfaceSampleData.md)\> Sends an updateOne command with this document `_id` as the query selector. @@ -1958,11 +1958,11 @@ Sends an updateOne command with this document `_id` as the query selector. ##### options? -`null` | `QueryOptions`\<`unknown`\> +`null` | `QueryOptions` #### Returns -`Query`\<`any`, [`InterfaceSampleData`](InterfaceSampleData.md), \{\}, [`InterfaceSampleData`](InterfaceSampleData.md), `"find"`, `Record`\<`string`, `never`\>\> +`Query`\<`any`, [`InterfaceSampleData`](InterfaceSampleData.md), [`InterfaceSampleData`](InterfaceSampleData.md)\> #### Inherited from diff --git a/docs/talawa-api-docs/models/SampleData/variables/SampleData.md b/docs/talawa-api-docs/models/SampleData/variables/SampleData.md index 849ed309ec0..1b84b6d4e5a 100644 --- a/docs/talawa-api-docs/models/SampleData/variables/SampleData.md +++ b/docs/talawa-api-docs/models/SampleData/variables/SampleData.md @@ -6,7 +6,7 @@ # Variable: SampleData -\> `const` **SampleData**: `Model`\<[`InterfaceSampleData`](../interfaces/InterfaceSampleData.md), \{\}, \{\}, \{\}, `Document`\<`unknown`, \{\}, [`InterfaceSampleData`](../interfaces/InterfaceSampleData.md)\> & [`InterfaceSampleData`](../interfaces/InterfaceSampleData.md) & `object`, `any`\> +\> `const` **SampleData**: `Model`\<[`InterfaceSampleData`](../interfaces/InterfaceSampleData.md), `Document`\<`unknown`, \{\}, [`InterfaceSampleData`](../interfaces/InterfaceSampleData.md)\> & [`InterfaceSampleData`](../interfaces/InterfaceSampleData.md) & `object`\> The Mongoose model for Sample Data. If the model already exists (e.g., during testing), it uses the existing model. @@ -14,4 +14,4 @@ Otherwise, it creates a new model. ## Defined in -[src/models/SampleData.ts:60](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/SampleData.ts#L60) +[src/models/SampleData.ts:62](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/SampleData.ts#L62) diff --git a/docs/talawa-api-docs/models/TagUser/interfaces/InterfaceTagUser.md b/docs/talawa-api-docs/models/TagUser/interfaces/InterfaceTagUser.md index 68107b9600f..b04bc43f309 100644 --- a/docs/talawa-api-docs/models/TagUser/interfaces/InterfaceTagUser.md +++ b/docs/talawa-api-docs/models/TagUser/interfaces/InterfaceTagUser.md @@ -16,7 +16,7 @@ Represents a MongoDB document for TagUser in the database. #### Defined in -[src/models/TagUser.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/TagUser.ts#L11) +[src/models/TagUser.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/TagUser.ts#L13) *** @@ -26,7 +26,7 @@ Represents a MongoDB document for TagUser in the database. #### Defined in -[src/models/TagUser.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/TagUser.ts#L14) +[src/models/TagUser.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/TagUser.ts#L16) *** @@ -36,7 +36,7 @@ Represents a MongoDB document for TagUser in the database. #### Defined in -[src/models/TagUser.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/TagUser.ts#L13) +[src/models/TagUser.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/TagUser.ts#L15) *** @@ -46,4 +46,4 @@ Represents a MongoDB document for TagUser in the database. #### Defined in -[src/models/TagUser.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/TagUser.ts#L12) +[src/models/TagUser.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/TagUser.ts#L14) diff --git a/docs/talawa-api-docs/models/TagUser/variables/TagUser.md b/docs/talawa-api-docs/models/TagUser/variables/TagUser.md index 286bdf53357..df772f6a330 100644 --- a/docs/talawa-api-docs/models/TagUser/variables/TagUser.md +++ b/docs/talawa-api-docs/models/TagUser/variables/TagUser.md @@ -6,8 +6,8 @@ # Variable: TagUser -\> `const` **TagUser**: `Model`\<[`InterfaceTagUser`](../interfaces/InterfaceTagUser.md), \{\}, \{\}, \{\}, `Document`\<`unknown`, \{\}, [`InterfaceTagUser`](../interfaces/InterfaceTagUser.md)\> & [`InterfaceTagUser`](../interfaces/InterfaceTagUser.md) & `Required`\<\{ `_id`: `ObjectId`; \}\>, `any`\> +\> `const` **TagUser**: `Model`\<[`InterfaceTagUser`](../interfaces/InterfaceTagUser.md), `Document`\<`unknown`, \{\}, [`InterfaceTagUser`](../interfaces/InterfaceTagUser.md)\> & [`InterfaceTagUser`](../interfaces/InterfaceTagUser.md) & `Required`\<\{ `_id`: `ObjectId`; \}\>\> ## Defined in -[src/models/TagUser.ts:56](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/TagUser.ts#L56) +[src/models/TagUser.ts:58](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/TagUser.ts#L58) diff --git a/docs/talawa-api-docs/models/User/interfaces/InterfaceUser.md b/docs/talawa-api-docs/models/User/interfaces/InterfaceUser.md index 1dd75ad79ab..4223813b0bd 100644 --- a/docs/talawa-api-docs/models/User/interfaces/InterfaceUser.md +++ b/docs/talawa-api-docs/models/User/interfaces/InterfaceUser.md @@ -16,7 +16,7 @@ Represents a MongoDB document for User in the database. #### Defined in -[src/models/User.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/User.ts#L16) +[src/models/User.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/User.ts#L18) *** @@ -58,7 +58,7 @@ Represents a MongoDB document for User in the database. #### Defined in -[src/models/User.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/User.ts#L19) +[src/models/User.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/User.ts#L21) *** @@ -68,7 +68,7 @@ Represents a MongoDB document for User in the database. #### Defined in -[src/models/User.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/User.ts#L18) +[src/models/User.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/User.ts#L20) *** @@ -78,7 +78,7 @@ Represents a MongoDB document for User in the database. #### Defined in -[src/models/User.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/User.ts#L30) +[src/models/User.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/User.ts#L32) *** @@ -88,7 +88,7 @@ Represents a MongoDB document for User in the database. #### Defined in -[src/models/User.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/User.ts#L31) +[src/models/User.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/User.ts#L33) *** @@ -98,7 +98,7 @@ Represents a MongoDB document for User in the database. #### Defined in -[src/models/User.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/User.ts#L33) +[src/models/User.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/User.ts#L35) *** @@ -108,7 +108,7 @@ Represents a MongoDB document for User in the database. #### Defined in -[src/models/User.ts:34](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/User.ts#L34) +[src/models/User.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/User.ts#L36) *** @@ -118,7 +118,7 @@ Represents a MongoDB document for User in the database. #### Defined in -[src/models/User.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/User.ts#L35) +[src/models/User.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/User.ts#L37) *** @@ -128,7 +128,7 @@ Represents a MongoDB document for User in the database. #### Defined in -[src/models/User.ts:51](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/User.ts#L51) +[src/models/User.ts:53](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/User.ts#L53) *** @@ -138,7 +138,7 @@ Represents a MongoDB document for User in the database. #### Defined in -[src/models/User.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/User.ts#L37) +[src/models/User.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/User.ts#L39) *** @@ -148,7 +148,7 @@ Represents a MongoDB document for User in the database. #### Defined in -[src/models/User.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/User.ts#L38) +[src/models/User.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/User.ts#L40) *** @@ -158,7 +158,7 @@ Represents a MongoDB document for User in the database. #### Defined in -[src/models/User.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/User.ts#L17) +[src/models/User.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/User.ts#L19) *** @@ -168,7 +168,7 @@ Represents a MongoDB document for User in the database. #### Defined in -[src/models/User.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/User.ts#L39) +[src/models/User.ts:41](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/User.ts#L41) *** @@ -178,7 +178,7 @@ Represents a MongoDB document for User in the database. #### Defined in -[src/models/User.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/User.ts#L40) +[src/models/User.ts:42](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/User.ts#L42) *** @@ -188,7 +188,7 @@ Represents a MongoDB document for User in the database. #### Defined in -[src/models/User.ts:41](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/User.ts#L41) +[src/models/User.ts:43](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/User.ts#L43) *** @@ -198,7 +198,7 @@ Represents a MongoDB document for User in the database. #### Defined in -[src/models/User.ts:42](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/User.ts#L42) +[src/models/User.ts:44](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/User.ts#L44) *** @@ -208,7 +208,7 @@ Represents a MongoDB document for User in the database. #### Defined in -[src/models/User.ts:43](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/User.ts#L43) +[src/models/User.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/User.ts#L45) *** @@ -218,7 +218,7 @@ Represents a MongoDB document for User in the database. #### Defined in -[src/models/User.ts:44](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/User.ts#L44) +[src/models/User.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/User.ts#L46) *** @@ -228,7 +228,7 @@ Represents a MongoDB document for User in the database. #### Defined in -[src/models/User.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/User.ts#L45) +[src/models/User.ts:47](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/User.ts#L47) *** @@ -250,7 +250,7 @@ Represents a MongoDB document for User in the database. #### Defined in -[src/models/User.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/User.ts#L46) +[src/models/User.ts:48](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/User.ts#L48) *** @@ -260,7 +260,7 @@ Represents a MongoDB document for User in the database. #### Defined in -[src/models/User.ts:53](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/User.ts#L53) +[src/models/User.ts:55](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/User.ts#L55) *** @@ -270,7 +270,7 @@ Represents a MongoDB document for User in the database. #### Defined in -[src/models/User.ts:54](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/User.ts#L54) +[src/models/User.ts:56](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/User.ts#L56) *** @@ -280,4 +280,4 @@ Represents a MongoDB document for User in the database. #### Defined in -[src/models/User.ts:56](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/User.ts#L56) +[src/models/User.ts:58](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/User.ts#L58) diff --git a/docs/talawa-api-docs/models/User/variables/User.md b/docs/talawa-api-docs/models/User/variables/User.md index be567fdaa93..75000ce2a74 100644 --- a/docs/talawa-api-docs/models/User/variables/User.md +++ b/docs/talawa-api-docs/models/User/variables/User.md @@ -6,8 +6,8 @@ # Variable: User -\> `const` **User**: `PaginateModel`\<[`InterfaceUser`](../interfaces/InterfaceUser.md), \{\}, \{\}\> +\> `const` **User**: `PaginateModel`\<[`InterfaceUser`](../interfaces/InterfaceUser.md)\> ## Defined in -[src/models/User.ts:265](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/User.ts#L265) +[src/models/User.ts:267](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/User.ts#L267) diff --git a/docs/talawa-api-docs/models/UserCustomData/interfaces/InterfaceUserCustomData.md b/docs/talawa-api-docs/models/UserCustomData/interfaces/InterfaceUserCustomData.md index 627e22a0023..7364d1c83b3 100644 --- a/docs/talawa-api-docs/models/UserCustomData/interfaces/InterfaceUserCustomData.md +++ b/docs/talawa-api-docs/models/UserCustomData/interfaces/InterfaceUserCustomData.md @@ -16,7 +16,7 @@ Interface representing a document for custom field in the database (MongoDB). #### Defined in -[src/models/UserCustomData.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/UserCustomData.ts#L9) +[src/models/UserCustomData.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/UserCustomData.ts#L10) *** @@ -26,7 +26,7 @@ Interface representing a document for custom field in the database (MongoDB). #### Defined in -[src/models/UserCustomData.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/UserCustomData.ts#L10) +[src/models/UserCustomData.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/UserCustomData.ts#L11) *** @@ -36,7 +36,7 @@ Interface representing a document for custom field in the database (MongoDB). #### Defined in -[src/models/UserCustomData.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/UserCustomData.ts#L13) +[src/models/UserCustomData.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/UserCustomData.ts#L14) *** @@ -46,4 +46,4 @@ Interface representing a document for custom field in the database (MongoDB). #### Defined in -[src/models/UserCustomData.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/UserCustomData.ts#L12) +[src/models/UserCustomData.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/UserCustomData.ts#L13) diff --git a/docs/talawa-api-docs/models/UserCustomData/variables/UserCustomData.md b/docs/talawa-api-docs/models/UserCustomData/variables/UserCustomData.md index 0478d2d4f2a..d5f3656e437 100644 --- a/docs/talawa-api-docs/models/UserCustomData/variables/UserCustomData.md +++ b/docs/talawa-api-docs/models/UserCustomData/variables/UserCustomData.md @@ -6,7 +6,7 @@ # Variable: UserCustomData -\> `const` **UserCustomData**: `Model`\<[`InterfaceUserCustomData`](../interfaces/InterfaceUserCustomData.md), \{\}, \{\}, \{\}, `Document`\<`unknown`, \{\}, [`InterfaceUserCustomData`](../interfaces/InterfaceUserCustomData.md)\> & [`InterfaceUserCustomData`](../interfaces/InterfaceUserCustomData.md) & `Required`\<\{ `_id`: `string`; \}\>, `any`\> +\> `const` **UserCustomData**: `Model`\<[`InterfaceUserCustomData`](../interfaces/InterfaceUserCustomData.md), `Document`\<`unknown`, \{\}, [`InterfaceUserCustomData`](../interfaces/InterfaceUserCustomData.md)\> & [`InterfaceUserCustomData`](../interfaces/InterfaceUserCustomData.md) & `Required`\<\{ `_id`: `string`; \}\>\> The Mongoose model for User Custom Data. If the model already exists (e.g., during testing), it uses the existing model. @@ -14,4 +14,4 @@ Otherwise, it creates a new model. ## Defined in -[src/models/UserCustomData.ts:57](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/UserCustomData.ts#L57) +[src/models/UserCustomData.ts:58](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/UserCustomData.ts#L58) diff --git a/docs/talawa-api-docs/models/Venue/interfaces/InterfaceVenue.md b/docs/talawa-api-docs/models/Venue/interfaces/InterfaceVenue.md index 9e7e0975cda..2057ddcbdcf 100644 --- a/docs/talawa-api-docs/models/Venue/interfaces/InterfaceVenue.md +++ b/docs/talawa-api-docs/models/Venue/interfaces/InterfaceVenue.md @@ -14,7 +14,7 @@ #### Defined in -[src/models/Venue.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Venue.ts#L6) +[src/models/Venue.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Venue.ts#L8) *** @@ -24,7 +24,7 @@ #### Defined in -[src/models/Venue.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Venue.ts#L9) +[src/models/Venue.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Venue.ts#L11) *** @@ -34,7 +34,7 @@ #### Defined in -[src/models/Venue.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Venue.ts#L8) +[src/models/Venue.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Venue.ts#L10) *** @@ -44,7 +44,7 @@ #### Defined in -[src/models/Venue.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Venue.ts#L10) +[src/models/Venue.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Venue.ts#L12) *** @@ -54,7 +54,7 @@ #### Defined in -[src/models/Venue.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Venue.ts#L7) +[src/models/Venue.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Venue.ts#L9) *** @@ -64,4 +64,4 @@ #### Defined in -[src/models/Venue.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Venue.ts#L11) +[src/models/Venue.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Venue.ts#L13) diff --git a/docs/talawa-api-docs/models/Venue/variables/Venue.md b/docs/talawa-api-docs/models/Venue/variables/Venue.md index d5fbbf79a53..4fc91786035 100644 --- a/docs/talawa-api-docs/models/Venue/variables/Venue.md +++ b/docs/talawa-api-docs/models/Venue/variables/Venue.md @@ -6,8 +6,8 @@ # Variable: Venue -\> `const` **Venue**: `Model`\<[`InterfaceVenue`](../interfaces/InterfaceVenue.md), \{\}, \{\}, \{\}, `Document`\<`unknown`, \{\}, [`InterfaceVenue`](../interfaces/InterfaceVenue.md)\> & [`InterfaceVenue`](../interfaces/InterfaceVenue.md) & `Required`\<\{ `_id`: `ObjectId`; \}\>, `any`\> +\> `const` **Venue**: `Model`\<[`InterfaceVenue`](../interfaces/InterfaceVenue.md), `Document`\<`unknown`, \{\}, [`InterfaceVenue`](../interfaces/InterfaceVenue.md)\> & [`InterfaceVenue`](../interfaces/InterfaceVenue.md) & `Required`\<\{ `_id`: `ObjectId`; \}\>\> ## Defined in -[src/models/Venue.ts:50](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/Venue.ts#L50) +[src/models/Venue.ts:52](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/Venue.ts#L52) diff --git a/docs/talawa-api-docs/models/VolunteerMembership/interfaces/InterfaceVolunteerMembership.md b/docs/talawa-api-docs/models/VolunteerMembership/interfaces/InterfaceVolunteerMembership.md index 29e1efbd2a7..3cf449839ea 100644 --- a/docs/talawa-api-docs/models/VolunteerMembership/interfaces/InterfaceVolunteerMembership.md +++ b/docs/talawa-api-docs/models/VolunteerMembership/interfaces/InterfaceVolunteerMembership.md @@ -17,7 +17,7 @@ This interface defines the structure and types of data that a volunteer membersh #### Defined in -[src/models/VolunteerMembership.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/VolunteerMembership.ts#L14) +[src/models/VolunteerMembership.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/VolunteerMembership.ts#L16) *** @@ -27,7 +27,7 @@ This interface defines the structure and types of data that a volunteer membersh #### Defined in -[src/models/VolunteerMembership.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/VolunteerMembership.ts#L21) +[src/models/VolunteerMembership.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/VolunteerMembership.ts#L23) *** @@ -37,7 +37,7 @@ This interface defines the structure and types of data that a volunteer membersh #### Defined in -[src/models/VolunteerMembership.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/VolunteerMembership.ts#L19) +[src/models/VolunteerMembership.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/VolunteerMembership.ts#L21) *** @@ -47,7 +47,7 @@ This interface defines the structure and types of data that a volunteer membersh #### Defined in -[src/models/VolunteerMembership.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/VolunteerMembership.ts#L17) +[src/models/VolunteerMembership.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/VolunteerMembership.ts#L19) *** @@ -57,7 +57,7 @@ This interface defines the structure and types of data that a volunteer membersh #### Defined in -[src/models/VolunteerMembership.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/VolunteerMembership.ts#L16) +[src/models/VolunteerMembership.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/VolunteerMembership.ts#L18) *** @@ -67,7 +67,7 @@ This interface defines the structure and types of data that a volunteer membersh #### Defined in -[src/models/VolunteerMembership.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/VolunteerMembership.ts#L18) +[src/models/VolunteerMembership.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/VolunteerMembership.ts#L20) *** @@ -77,7 +77,7 @@ This interface defines the structure and types of data that a volunteer membersh #### Defined in -[src/models/VolunteerMembership.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/VolunteerMembership.ts#L22) +[src/models/VolunteerMembership.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/VolunteerMembership.ts#L24) *** @@ -87,7 +87,7 @@ This interface defines the structure and types of data that a volunteer membersh #### Defined in -[src/models/VolunteerMembership.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/VolunteerMembership.ts#L20) +[src/models/VolunteerMembership.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/VolunteerMembership.ts#L22) *** @@ -97,4 +97,4 @@ This interface defines the structure and types of data that a volunteer membersh #### Defined in -[src/models/VolunteerMembership.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/VolunteerMembership.ts#L15) +[src/models/VolunteerMembership.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/VolunteerMembership.ts#L17) diff --git a/docs/talawa-api-docs/models/VolunteerMembership/variables/VolunteerMembership.md b/docs/talawa-api-docs/models/VolunteerMembership/variables/VolunteerMembership.md index 8ae8f23e321..02e3186805c 100644 --- a/docs/talawa-api-docs/models/VolunteerMembership/variables/VolunteerMembership.md +++ b/docs/talawa-api-docs/models/VolunteerMembership/variables/VolunteerMembership.md @@ -6,11 +6,11 @@ # Variable: VolunteerMembership -\> `const` **VolunteerMembership**: `Model`\<[`InterfaceVolunteerMembership`](../interfaces/InterfaceVolunteerMembership.md), \{\}, \{\}, \{\}, `Document`\<`unknown`, \{\}, [`InterfaceVolunteerMembership`](../interfaces/InterfaceVolunteerMembership.md)\> & [`InterfaceVolunteerMembership`](../interfaces/InterfaceVolunteerMembership.md) & `Required`\<\{ `_id`: `ObjectId`; \}\>, `any`\> +\> `const` **VolunteerMembership**: `Model`\<[`InterfaceVolunteerMembership`](../interfaces/InterfaceVolunteerMembership.md), `Document`\<`unknown`, \{\}, [`InterfaceVolunteerMembership`](../interfaces/InterfaceVolunteerMembership.md)\> & [`InterfaceVolunteerMembership`](../interfaces/InterfaceVolunteerMembership.md) & `Required`\<\{ `_id`: `ObjectId`; \}\>\> Export the VolunteerMembership model. This syntax ensures we don't get an OverwriteModelError while running tests. ## Defined in -[src/models/VolunteerMembership.ts:93](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/VolunteerMembership.ts#L93) +[src/models/VolunteerMembership.ts:95](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/VolunteerMembership.ts#L95) diff --git a/docs/talawa-api-docs/models/userFamily/interfaces/InterfaceUserFamily.md b/docs/talawa-api-docs/models/userFamily/interfaces/InterfaceUserFamily.md index 7cbf0497362..e2f179f7ee0 100644 --- a/docs/talawa-api-docs/models/userFamily/interfaces/InterfaceUserFamily.md +++ b/docs/talawa-api-docs/models/userFamily/interfaces/InterfaceUserFamily.md @@ -16,7 +16,7 @@ Interface representing a MongoDB document for User Family. #### Defined in -[src/models/userFamily.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/userFamily.ts#L9) +[src/models/userFamily.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/userFamily.ts#L11) *** @@ -26,7 +26,7 @@ Interface representing a MongoDB document for User Family. #### Defined in -[src/models/userFamily.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/userFamily.ts#L12) +[src/models/userFamily.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/userFamily.ts#L14) *** @@ -36,7 +36,7 @@ Interface representing a MongoDB document for User Family. #### Defined in -[src/models/userFamily.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/userFamily.ts#L13) +[src/models/userFamily.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/userFamily.ts#L15) *** @@ -46,7 +46,7 @@ Interface representing a MongoDB document for User Family. #### Defined in -[src/models/userFamily.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/userFamily.ts#L10) +[src/models/userFamily.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/userFamily.ts#L12) *** @@ -56,4 +56,4 @@ Interface representing a MongoDB document for User Family. #### Defined in -[src/models/userFamily.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/userFamily.ts#L11) +[src/models/userFamily.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/userFamily.ts#L13) diff --git a/docs/talawa-api-docs/models/userFamily/variables/UserFamily.md b/docs/talawa-api-docs/models/userFamily/variables/UserFamily.md index e15f9d18f2a..b84ba308aa9 100644 --- a/docs/talawa-api-docs/models/userFamily/variables/UserFamily.md +++ b/docs/talawa-api-docs/models/userFamily/variables/UserFamily.md @@ -6,8 +6,8 @@ # Variable: UserFamily -\> `const` **UserFamily**: `Model`\<[`InterfaceUserFamily`](../interfaces/InterfaceUserFamily.md), \{\}, \{\}, \{\}, `Document`\<`unknown`, \{\}, [`InterfaceUserFamily`](../interfaces/InterfaceUserFamily.md)\> & [`InterfaceUserFamily`](../interfaces/InterfaceUserFamily.md) & `Required`\<\{ `_id`: `ObjectId`; \}\>, `any`\> +\> `const` **UserFamily**: `Model`\<[`InterfaceUserFamily`](../interfaces/InterfaceUserFamily.md), `Document`\<`unknown`, \{\}, [`InterfaceUserFamily`](../interfaces/InterfaceUserFamily.md)\> & [`InterfaceUserFamily`](../interfaces/InterfaceUserFamily.md) & `Required`\<\{ `_id`: `ObjectId`; \}\>\> ## Defined in -[src/models/userFamily.ts:54](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/models/userFamily.ts#L54) +[src/models/userFamily.ts:56](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/models/userFamily.ts#L56) diff --git a/docs/talawa-api-docs/modules.md b/docs/talawa-api-docs/modules.md index 5990dab6f4a..dd96ed074fb 100644 --- a/docs/talawa-api-docs/modules.md +++ b/docs/talawa-api-docs/modules.md @@ -176,6 +176,7 @@ - [resolvers/Mutation/addPledgeToFundraisingCampaign](resolvers/Mutation/addPledgeToFundraisingCampaign/README.md) - [resolvers/Mutation/addUserCustomData](resolvers/Mutation/addUserCustomData/README.md) - [resolvers/Mutation/addUserImage](resolvers/Mutation/addUserImage/README.md) +- [resolvers/Mutation/addUserToGroupChat](resolvers/Mutation/addUserToGroupChat/README.md) - [resolvers/Mutation/addUserToUserFamily](resolvers/Mutation/addUserToUserFamily/README.md) - [resolvers/Mutation/assignToUserTags](resolvers/Mutation/assignToUserTags/README.md) - [resolvers/Mutation/assignUserTag](resolvers/Mutation/assignUserTag/README.md) @@ -224,6 +225,7 @@ - [resolvers/Mutation/likePost](resolvers/Mutation/likePost/README.md) - [resolvers/Mutation/login](resolvers/Mutation/login/README.md) - [resolvers/Mutation/logout](resolvers/Mutation/logout/README.md) +- [resolvers/Mutation/markChatMessagesAsRead](resolvers/Mutation/markChatMessagesAsRead/README.md) - [resolvers/Mutation/otp](resolvers/Mutation/otp/README.md) - [resolvers/Mutation/recaptcha](resolvers/Mutation/recaptcha/README.md) - [resolvers/Mutation/refreshToken](resolvers/Mutation/refreshToken/README.md) @@ -270,6 +272,8 @@ - [resolvers/Mutation/updateAgendaCategory](resolvers/Mutation/updateAgendaCategory/README.md) - [resolvers/Mutation/updateAgendaItem](resolvers/Mutation/updateAgendaItem/README.md) - [resolvers/Mutation/updateAgendaSection](resolvers/Mutation/updateAgendaSection/README.md) +- [resolvers/Mutation/updateChat](resolvers/Mutation/updateChat/README.md) +- [resolvers/Mutation/updateChatMessage](resolvers/Mutation/updateChatMessage/README.md) - [resolvers/Mutation/updateCommunity](resolvers/Mutation/updateCommunity/README.md) - [resolvers/Mutation/updateEvent](resolvers/Mutation/updateEvent/README.md) - [resolvers/Mutation/updateEventVolunteer](resolvers/Mutation/updateEventVolunteer/README.md) @@ -341,11 +345,13 @@ - [resolvers/Query/getFundById](resolvers/Query/getFundById/README.md) - [resolvers/Query/getFundraisingCampaignPledgeById](resolvers/Query/getFundraisingCampaignPledgeById/README.md) - [resolvers/Query/getFundraisingCampaigns](resolvers/Query/getFundraisingCampaigns/README.md) +- [resolvers/Query/getGroupChatsByUserId](resolvers/Query/getGroupChatsByUserId/README.md) - [resolvers/Query/getlanguage](resolvers/Query/getlanguage/README.md) - [resolvers/Query/getNoteById](resolvers/Query/getNoteById/README.md) - [resolvers/Query/getPledgesByUserId](resolvers/Query/getPledgesByUserId/README.md) - [resolvers/Query/getPlugins](resolvers/Query/getPlugins/README.md) - [resolvers/Query/getRecurringEvents](resolvers/Query/getRecurringEvents/README.md) +- [resolvers/Query/getUnreadChatsByUserId](resolvers/Query/getUnreadChatsByUserId/README.md) - [resolvers/Query/getUserTag](resolvers/Query/getUserTag/README.md) - [resolvers/Query/getVenueByOrgId](resolvers/Query/getVenueByOrgId/README.md) - [resolvers/Query/getVolunteerMembership](resolvers/Query/getVolunteerMembership/README.md) diff --git a/docs/talawa-api-docs/resolvers/ActionItemCategory/creator/variables/creator.md b/docs/talawa-api-docs/resolvers/ActionItemCategory/creator/variables/creator.md index 0ee5ac069a1..19c612534c5 100644 --- a/docs/talawa-api-docs/resolvers/ActionItemCategory/creator/variables/creator.md +++ b/docs/talawa-api-docs/resolvers/ActionItemCategory/creator/variables/creator.md @@ -27,4 +27,4 @@ A promise that resolves to the user document found in the database. This documen ## Defined in -[src/resolvers/ActionItemCategory/creator.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/ActionItemCategory/creator.ts#L15) +[src/resolvers/ActionItemCategory/creator.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/ActionItemCategory/creator.ts#L15) diff --git a/docs/talawa-api-docs/resolvers/ActionItemCategory/variables/ActionItemCategory.md b/docs/talawa-api-docs/resolvers/ActionItemCategory/variables/ActionItemCategory.md index 8cb7a3b1a42..d5fa32a9d4d 100644 --- a/docs/talawa-api-docs/resolvers/ActionItemCategory/variables/ActionItemCategory.md +++ b/docs/talawa-api-docs/resolvers/ActionItemCategory/variables/ActionItemCategory.md @@ -10,4 +10,4 @@ ## Defined in -[src/resolvers/ActionItemCategory/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/ActionItemCategory/index.ts#L4) +[src/resolvers/ActionItemCategory/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/ActionItemCategory/index.ts#L4) diff --git a/docs/talawa-api-docs/resolvers/Advertisement/organization/variables/organization.md b/docs/talawa-api-docs/resolvers/Advertisement/organization/variables/organization.md index 54b6e3b6d34..5ba64ae920e 100644 --- a/docs/talawa-api-docs/resolvers/Advertisement/organization/variables/organization.md +++ b/docs/talawa-api-docs/resolvers/Advertisement/organization/variables/organization.md @@ -24,4 +24,4 @@ A promise that resolves to the organization object found in the database, or `nu ## Defined in -[src/resolvers/Advertisement/organization.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Advertisement/organization.ts#L15) +[src/resolvers/Advertisement/organization.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Advertisement/organization.ts#L15) diff --git a/docs/talawa-api-docs/resolvers/Advertisement/variables/Advertisement.md b/docs/talawa-api-docs/resolvers/Advertisement/variables/Advertisement.md index aef601aefe2..5d99918ca34 100644 --- a/docs/talawa-api-docs/resolvers/Advertisement/variables/Advertisement.md +++ b/docs/talawa-api-docs/resolvers/Advertisement/variables/Advertisement.md @@ -10,4 +10,4 @@ ## Defined in -[src/resolvers/Advertisement/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Advertisement/index.ts#L5) +[src/resolvers/Advertisement/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Advertisement/index.ts#L5) diff --git a/docs/talawa-api-docs/resolvers/AgendaCategory/createdBy/variables/createdBy.md b/docs/talawa-api-docs/resolvers/AgendaCategory/createdBy/variables/createdBy.md index ddd729dbdd7..5dedf7c8a07 100644 --- a/docs/talawa-api-docs/resolvers/AgendaCategory/createdBy/variables/createdBy.md +++ b/docs/talawa-api-docs/resolvers/AgendaCategory/createdBy/variables/createdBy.md @@ -27,4 +27,4 @@ A promise that resolves to the user document found in the database. This documen ## Defined in -[src/resolvers/AgendaCategory/createdBy.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/AgendaCategory/createdBy.ts#L17) +[src/resolvers/AgendaCategory/createdBy.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/AgendaCategory/createdBy.ts#L17) diff --git a/docs/talawa-api-docs/resolvers/AgendaCategory/organization/variables/organization.md b/docs/talawa-api-docs/resolvers/AgendaCategory/organization/variables/organization.md index f7fe6f9c7c6..41cfdbc08e2 100644 --- a/docs/talawa-api-docs/resolvers/AgendaCategory/organization/variables/organization.md +++ b/docs/talawa-api-docs/resolvers/AgendaCategory/organization/variables/organization.md @@ -24,4 +24,4 @@ A promise that resolves to the organization object found in the database, or `nu ## Defined in -[src/resolvers/AgendaCategory/organization.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/AgendaCategory/organization.ts#L16) +[src/resolvers/AgendaCategory/organization.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/AgendaCategory/organization.ts#L16) diff --git a/docs/talawa-api-docs/resolvers/AgendaCategory/updatedBy/variables/updatedBy.md b/docs/talawa-api-docs/resolvers/AgendaCategory/updatedBy/variables/updatedBy.md index c86700b85db..b7df43e17fe 100644 --- a/docs/talawa-api-docs/resolvers/AgendaCategory/updatedBy/variables/updatedBy.md +++ b/docs/talawa-api-docs/resolvers/AgendaCategory/updatedBy/variables/updatedBy.md @@ -31,4 +31,4 @@ return User.findOne(\{ _id: parent.updatedBy \}).lean(); ## Defined in -[src/resolvers/AgendaCategory/updatedBy.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/AgendaCategory/updatedBy.ts#L19) +[src/resolvers/AgendaCategory/updatedBy.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/AgendaCategory/updatedBy.ts#L19) diff --git a/docs/talawa-api-docs/resolvers/AgendaCategory/variables/AgendaCategory.md b/docs/talawa-api-docs/resolvers/AgendaCategory/variables/AgendaCategory.md index af4a5410d4a..dfed65ba3f9 100644 --- a/docs/talawa-api-docs/resolvers/AgendaCategory/variables/AgendaCategory.md +++ b/docs/talawa-api-docs/resolvers/AgendaCategory/variables/AgendaCategory.md @@ -10,4 +10,4 @@ ## Defined in -[src/resolvers/AgendaCategory/index.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/AgendaCategory/index.ts#L6) +[src/resolvers/AgendaCategory/index.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/AgendaCategory/index.ts#L6) diff --git a/docs/talawa-api-docs/resolvers/AgendaItem/Users/variables/users.md b/docs/talawa-api-docs/resolvers/AgendaItem/Users/variables/users.md index b2aea6cad78..0916694c03f 100644 --- a/docs/talawa-api-docs/resolvers/AgendaItem/Users/variables/users.md +++ b/docs/talawa-api-docs/resolvers/AgendaItem/Users/variables/users.md @@ -27,4 +27,4 @@ A promise that resolves to the user documents found in the database. These docum ## Defined in -[src/resolvers/AgendaItem/Users.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/AgendaItem/Users.ts#L16) +[src/resolvers/AgendaItem/Users.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/AgendaItem/Users.ts#L16) diff --git a/docs/talawa-api-docs/resolvers/AgendaItem/categories/variables/categories.md b/docs/talawa-api-docs/resolvers/AgendaItem/categories/variables/categories.md index 295aa8ace2f..d5af094b644 100644 --- a/docs/talawa-api-docs/resolvers/AgendaItem/categories/variables/categories.md +++ b/docs/talawa-api-docs/resolvers/AgendaItem/categories/variables/categories.md @@ -27,4 +27,4 @@ A promise that resolves to an array of category documents found in the database. ## Defined in -[src/resolvers/AgendaItem/categories.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/AgendaItem/categories.ts#L17) +[src/resolvers/AgendaItem/categories.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/AgendaItem/categories.ts#L17) diff --git a/docs/talawa-api-docs/resolvers/AgendaItem/createdBy/variables/createdBy.md b/docs/talawa-api-docs/resolvers/AgendaItem/createdBy/variables/createdBy.md index b44f5ad0bbd..d3fba2883e2 100644 --- a/docs/talawa-api-docs/resolvers/AgendaItem/createdBy/variables/createdBy.md +++ b/docs/talawa-api-docs/resolvers/AgendaItem/createdBy/variables/createdBy.md @@ -24,4 +24,4 @@ A promise that resolves to the user object found in the database, or `null` if n ## Defined in -[src/resolvers/AgendaItem/createdBy.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/AgendaItem/createdBy.ts#L16) +[src/resolvers/AgendaItem/createdBy.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/AgendaItem/createdBy.ts#L16) diff --git a/docs/talawa-api-docs/resolvers/AgendaItem/organization/variables/organization.md b/docs/talawa-api-docs/resolvers/AgendaItem/organization/variables/organization.md index 6170240eb41..59381a7a62b 100644 --- a/docs/talawa-api-docs/resolvers/AgendaItem/organization/variables/organization.md +++ b/docs/talawa-api-docs/resolvers/AgendaItem/organization/variables/organization.md @@ -27,4 +27,4 @@ A promise that resolves to the organization document found in the database. This ## Defined in -[src/resolvers/AgendaItem/organization.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/AgendaItem/organization.ts#L18) +[src/resolvers/AgendaItem/organization.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/AgendaItem/organization.ts#L18) diff --git a/docs/talawa-api-docs/resolvers/AgendaItem/relatedEvent/variables/relatedEvent.md b/docs/talawa-api-docs/resolvers/AgendaItem/relatedEvent/variables/relatedEvent.md index 1acf9e54610..d8dc68bd8c6 100644 --- a/docs/talawa-api-docs/resolvers/AgendaItem/relatedEvent/variables/relatedEvent.md +++ b/docs/talawa-api-docs/resolvers/AgendaItem/relatedEvent/variables/relatedEvent.md @@ -27,4 +27,4 @@ A promise that resolves to the event document found in the database. This docume ## Defined in -[src/resolvers/AgendaItem/relatedEvent.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/AgendaItem/relatedEvent.ts#L16) +[src/resolvers/AgendaItem/relatedEvent.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/AgendaItem/relatedEvent.ts#L16) diff --git a/docs/talawa-api-docs/resolvers/AgendaItem/updatedBy/variables/updatedBy.md b/docs/talawa-api-docs/resolvers/AgendaItem/updatedBy/variables/updatedBy.md index 8460d3c5496..b3da158c5d4 100644 --- a/docs/talawa-api-docs/resolvers/AgendaItem/updatedBy/variables/updatedBy.md +++ b/docs/talawa-api-docs/resolvers/AgendaItem/updatedBy/variables/updatedBy.md @@ -27,4 +27,4 @@ A promise that resolves to the user document found in the database. This documen ## Defined in -[src/resolvers/AgendaItem/updatedBy.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/AgendaItem/updatedBy.ts#L18) +[src/resolvers/AgendaItem/updatedBy.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/AgendaItem/updatedBy.ts#L18) diff --git a/docs/talawa-api-docs/resolvers/AgendaItem/variables/AgendaItem.md b/docs/talawa-api-docs/resolvers/AgendaItem/variables/AgendaItem.md index 4b174a6b7bb..dbc6907dae9 100644 --- a/docs/talawa-api-docs/resolvers/AgendaItem/variables/AgendaItem.md +++ b/docs/talawa-api-docs/resolvers/AgendaItem/variables/AgendaItem.md @@ -10,4 +10,4 @@ ## Defined in -[src/resolvers/AgendaItem/index.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/AgendaItem/index.ts#L9) +[src/resolvers/AgendaItem/index.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/AgendaItem/index.ts#L9) diff --git a/docs/talawa-api-docs/resolvers/AgendaSection/createdBy/variables/createdBy.md b/docs/talawa-api-docs/resolvers/AgendaSection/createdBy/variables/createdBy.md index dffb849a092..2be1f368e37 100644 --- a/docs/talawa-api-docs/resolvers/AgendaSection/createdBy/variables/createdBy.md +++ b/docs/talawa-api-docs/resolvers/AgendaSection/createdBy/variables/createdBy.md @@ -27,4 +27,4 @@ A promise that resolves to the user document found in the database. This documen ## Defined in -[src/resolvers/AgendaSection/createdBy.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/AgendaSection/createdBy.ts#L16) +[src/resolvers/AgendaSection/createdBy.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/AgendaSection/createdBy.ts#L16) diff --git a/docs/talawa-api-docs/resolvers/AgendaSection/items/variables/items.md b/docs/talawa-api-docs/resolvers/AgendaSection/items/variables/items.md index e3a1e765c8f..c93d0dd1280 100644 --- a/docs/talawa-api-docs/resolvers/AgendaSection/items/variables/items.md +++ b/docs/talawa-api-docs/resolvers/AgendaSection/items/variables/items.md @@ -27,4 +27,4 @@ A promise that resolves to the agenda item documents found in the database. Thes ## Defined in -[src/resolvers/AgendaSection/items.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/AgendaSection/items.ts#L17) +[src/resolvers/AgendaSection/items.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/AgendaSection/items.ts#L17) diff --git a/docs/talawa-api-docs/resolvers/AgendaSection/relatedEvent/variables/relatedEvent.md b/docs/talawa-api-docs/resolvers/AgendaSection/relatedEvent/variables/relatedEvent.md index fd2981d5e13..ae0a3598305 100644 --- a/docs/talawa-api-docs/resolvers/AgendaSection/relatedEvent/variables/relatedEvent.md +++ b/docs/talawa-api-docs/resolvers/AgendaSection/relatedEvent/variables/relatedEvent.md @@ -27,4 +27,4 @@ A promise that resolves to the event document found in the database. This docume ## Defined in -[src/resolvers/AgendaSection/relatedEvent.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/AgendaSection/relatedEvent.ts#L17) +[src/resolvers/AgendaSection/relatedEvent.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/AgendaSection/relatedEvent.ts#L17) diff --git a/docs/talawa-api-docs/resolvers/AgendaSection/variables/AgendaSection.md b/docs/talawa-api-docs/resolvers/AgendaSection/variables/AgendaSection.md index a027c0e8df9..1be18fa8c4a 100644 --- a/docs/talawa-api-docs/resolvers/AgendaSection/variables/AgendaSection.md +++ b/docs/talawa-api-docs/resolvers/AgendaSection/variables/AgendaSection.md @@ -21,4 +21,4 @@ This resolver is used to resolve the fields of an `AgendaSection` type. ## Defined in -[src/resolvers/AgendaSection/index.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/AgendaSection/index.ts#L17) +[src/resolvers/AgendaSection/index.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/AgendaSection/index.ts#L17) diff --git a/docs/talawa-api-docs/resolvers/Chat/admins/variables/admins.md b/docs/talawa-api-docs/resolvers/Chat/admins/variables/admins.md index 5e7b9df77ef..e0d9c9648b1 100644 --- a/docs/talawa-api-docs/resolvers/Chat/admins/variables/admins.md +++ b/docs/talawa-api-docs/resolvers/Chat/admins/variables/admins.md @@ -20,4 +20,4 @@ An `object` that contains the list of users. ## Defined in -[src/resolvers/Chat/admins.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Chat/admins.ts#L8) +[src/resolvers/Chat/admins.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Chat/admins.ts#L8) diff --git a/docs/talawa-api-docs/resolvers/Chat/creator/variables/creator.md b/docs/talawa-api-docs/resolvers/Chat/creator/variables/creator.md index 4b14e15fc34..969cb744767 100644 --- a/docs/talawa-api-docs/resolvers/Chat/creator/variables/creator.md +++ b/docs/talawa-api-docs/resolvers/Chat/creator/variables/creator.md @@ -20,4 +20,4 @@ An `object` that contains the User data. ## Defined in -[src/resolvers/Chat/creator.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Chat/creator.ts#L8) +[src/resolvers/Chat/creator.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Chat/creator.ts#L8) diff --git a/docs/talawa-api-docs/resolvers/Chat/messages/variables/messages.md b/docs/talawa-api-docs/resolvers/Chat/messages/variables/messages.md index 78fbdc2102a..d8979cf619d 100644 --- a/docs/talawa-api-docs/resolvers/Chat/messages/variables/messages.md +++ b/docs/talawa-api-docs/resolvers/Chat/messages/variables/messages.md @@ -20,4 +20,4 @@ An `object` that contains the list of messages. ## Defined in -[src/resolvers/Chat/messages.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Chat/messages.ts#L8) +[src/resolvers/Chat/messages.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Chat/messages.ts#L8) diff --git a/docs/talawa-api-docs/resolvers/Chat/organization/variables/organization.md b/docs/talawa-api-docs/resolvers/Chat/organization/variables/organization.md index 3e1e4743413..42ad8d30040 100644 --- a/docs/talawa-api-docs/resolvers/Chat/organization/variables/organization.md +++ b/docs/talawa-api-docs/resolvers/Chat/organization/variables/organization.md @@ -20,4 +20,4 @@ An `object` that contains Organization data. ## Defined in -[src/resolvers/Chat/organization.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Chat/organization.ts#L11) +[src/resolvers/Chat/organization.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Chat/organization.ts#L11) diff --git a/docs/talawa-api-docs/resolvers/Chat/users/variables/users.md b/docs/talawa-api-docs/resolvers/Chat/users/variables/users.md index 2bf81e54203..a08bb874348 100644 --- a/docs/talawa-api-docs/resolvers/Chat/users/variables/users.md +++ b/docs/talawa-api-docs/resolvers/Chat/users/variables/users.md @@ -20,4 +20,4 @@ An `object` that contains the list of users. ## Defined in -[src/resolvers/Chat/users.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Chat/users.ts#L8) +[src/resolvers/Chat/users.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Chat/users.ts#L8) diff --git a/docs/talawa-api-docs/resolvers/Chat/variables/Chat.md b/docs/talawa-api-docs/resolvers/Chat/variables/Chat.md index 8066c3cea3e..d520c04bd23 100644 --- a/docs/talawa-api-docs/resolvers/Chat/variables/Chat.md +++ b/docs/talawa-api-docs/resolvers/Chat/variables/Chat.md @@ -10,4 +10,4 @@ ## Defined in -[src/resolvers/Chat/index.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Chat/index.ts#L8) +[src/resolvers/Chat/index.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Chat/index.ts#L8) diff --git a/docs/talawa-api-docs/resolvers/ChatMessage/chatMessageBelongsTo/variables/chatMessageBelongsTo.md b/docs/talawa-api-docs/resolvers/ChatMessage/chatMessageBelongsTo/variables/chatMessageBelongsTo.md index 34166d61775..537e6bf7870 100644 --- a/docs/talawa-api-docs/resolvers/ChatMessage/chatMessageBelongsTo/variables/chatMessageBelongsTo.md +++ b/docs/talawa-api-docs/resolvers/ChatMessage/chatMessageBelongsTo/variables/chatMessageBelongsTo.md @@ -20,4 +20,4 @@ An `object` that contains the Chat data. ## Defined in -[src/resolvers/ChatMessage/chatMessageBelongsTo.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/ChatMessage/chatMessageBelongsTo.ts#L10) +[src/resolvers/ChatMessage/chatMessageBelongsTo.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/ChatMessage/chatMessageBelongsTo.ts#L10) diff --git a/docs/talawa-api-docs/resolvers/ChatMessage/replyTo/variables/replyTo.md b/docs/talawa-api-docs/resolvers/ChatMessage/replyTo/variables/replyTo.md index be4043a698d..5c5599f516a 100644 --- a/docs/talawa-api-docs/resolvers/ChatMessage/replyTo/variables/replyTo.md +++ b/docs/talawa-api-docs/resolvers/ChatMessage/replyTo/variables/replyTo.md @@ -20,4 +20,4 @@ An `object` that contains reply Message's data. ## Defined in -[src/resolvers/ChatMessage/replyTo.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/ChatMessage/replyTo.ts#L10) +[src/resolvers/ChatMessage/replyTo.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/ChatMessage/replyTo.ts#L10) diff --git a/docs/talawa-api-docs/resolvers/ChatMessage/sender/variables/sender.md b/docs/talawa-api-docs/resolvers/ChatMessage/sender/variables/sender.md index 67ee33ba091..4229a0b07fe 100644 --- a/docs/talawa-api-docs/resolvers/ChatMessage/sender/variables/sender.md +++ b/docs/talawa-api-docs/resolvers/ChatMessage/sender/variables/sender.md @@ -20,4 +20,4 @@ An `object` that contains User's data. ## Defined in -[src/resolvers/ChatMessage/sender.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/ChatMessage/sender.ts#L10) +[src/resolvers/ChatMessage/sender.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/ChatMessage/sender.ts#L10) diff --git a/docs/talawa-api-docs/resolvers/ChatMessage/variables/ChatMessage.md b/docs/talawa-api-docs/resolvers/ChatMessage/variables/ChatMessage.md index 22efbb6bfa6..1274ea52fff 100644 --- a/docs/talawa-api-docs/resolvers/ChatMessage/variables/ChatMessage.md +++ b/docs/talawa-api-docs/resolvers/ChatMessage/variables/ChatMessage.md @@ -10,4 +10,4 @@ ## Defined in -[src/resolvers/ChatMessage/index.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/ChatMessage/index.ts#L6) +[src/resolvers/ChatMessage/index.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/ChatMessage/index.ts#L6) diff --git a/docs/talawa-api-docs/resolvers/CheckIn/event/variables/event.md b/docs/talawa-api-docs/resolvers/CheckIn/event/variables/event.md index 4654bab8c1b..39ded80900b 100644 --- a/docs/talawa-api-docs/resolvers/CheckIn/event/variables/event.md +++ b/docs/talawa-api-docs/resolvers/CheckIn/event/variables/event.md @@ -27,4 +27,4 @@ A promise that resolves to the event document found in the database. This docume ## Defined in -[src/resolvers/CheckIn/event.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/CheckIn/event.ts#L16) +[src/resolvers/CheckIn/event.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/CheckIn/event.ts#L16) diff --git a/docs/talawa-api-docs/resolvers/CheckIn/user/variables/user.md b/docs/talawa-api-docs/resolvers/CheckIn/user/variables/user.md index 31936e3ffaf..e1a270daa90 100644 --- a/docs/talawa-api-docs/resolvers/CheckIn/user/variables/user.md +++ b/docs/talawa-api-docs/resolvers/CheckIn/user/variables/user.md @@ -27,4 +27,4 @@ A promise that resolves to the user document found in the database. This documen ## Defined in -[src/resolvers/CheckIn/user.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/CheckIn/user.ts#L16) +[src/resolvers/CheckIn/user.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/CheckIn/user.ts#L16) diff --git a/docs/talawa-api-docs/resolvers/CheckIn/variables/CheckIn.md b/docs/talawa-api-docs/resolvers/CheckIn/variables/CheckIn.md index 92ed394eb61..9641eae3df4 100644 --- a/docs/talawa-api-docs/resolvers/CheckIn/variables/CheckIn.md +++ b/docs/talawa-api-docs/resolvers/CheckIn/variables/CheckIn.md @@ -10,4 +10,4 @@ ## Defined in -[src/resolvers/CheckIn/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/CheckIn/index.ts#L5) +[src/resolvers/CheckIn/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/CheckIn/index.ts#L5) diff --git a/docs/talawa-api-docs/resolvers/Comment/creator/variables/creator.md b/docs/talawa-api-docs/resolvers/Comment/creator/variables/creator.md index 11e2a872246..6df8c27ac46 100644 --- a/docs/talawa-api-docs/resolvers/Comment/creator/variables/creator.md +++ b/docs/talawa-api-docs/resolvers/Comment/creator/variables/creator.md @@ -27,4 +27,4 @@ A promise that resolves to the user document found in the database. This documen ## Defined in -[src/resolvers/Comment/creator.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Comment/creator.ts#L16) +[src/resolvers/Comment/creator.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Comment/creator.ts#L16) diff --git a/docs/talawa-api-docs/resolvers/Comment/variables/Comment.md b/docs/talawa-api-docs/resolvers/Comment/variables/Comment.md index 3b3db879dda..0f80793edc7 100644 --- a/docs/talawa-api-docs/resolvers/Comment/variables/Comment.md +++ b/docs/talawa-api-docs/resolvers/Comment/variables/Comment.md @@ -10,4 +10,4 @@ ## Defined in -[src/resolvers/Comment/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Comment/index.ts#L4) +[src/resolvers/Comment/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Comment/index.ts#L4) diff --git a/docs/talawa-api-docs/resolvers/Event/actionItems/variables/actionItems.md b/docs/talawa-api-docs/resolvers/Event/actionItems/variables/actionItems.md index a01b66544aa..b5a4d286ce0 100644 --- a/docs/talawa-api-docs/resolvers/Event/actionItems/variables/actionItems.md +++ b/docs/talawa-api-docs/resolvers/Event/actionItems/variables/actionItems.md @@ -27,4 +27,4 @@ A promise that resolves to an array of action item documents found in the databa ## Defined in -[src/resolvers/Event/actionItems.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Event/actionItems.ts#L16) +[src/resolvers/Event/actionItems.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Event/actionItems.ts#L16) diff --git a/docs/talawa-api-docs/resolvers/Event/attendees/variables/attendees.md b/docs/talawa-api-docs/resolvers/Event/attendees/variables/attendees.md index 491053f1d41..717719be148 100644 --- a/docs/talawa-api-docs/resolvers/Event/attendees/variables/attendees.md +++ b/docs/talawa-api-docs/resolvers/Event/attendees/variables/attendees.md @@ -27,4 +27,4 @@ A promise that resolves to the user documents found in the database. These docum ## Defined in -[src/resolvers/Event/attendees.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Event/attendees.ts#L16) +[src/resolvers/Event/attendees.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Event/attendees.ts#L16) diff --git a/docs/talawa-api-docs/resolvers/Event/attendeesCheckInStatus/variables/attendeesCheckInStatus.md b/docs/talawa-api-docs/resolvers/Event/attendeesCheckInStatus/variables/attendeesCheckInStatus.md index 7fef5ee2376..335494bdbee 100644 --- a/docs/talawa-api-docs/resolvers/Event/attendeesCheckInStatus/variables/attendeesCheckInStatus.md +++ b/docs/talawa-api-docs/resolvers/Event/attendeesCheckInStatus/variables/attendeesCheckInStatus.md @@ -27,4 +27,4 @@ A promise that resolves to an array of objects. Each object contains information ## Defined in -[src/resolvers/Event/attendeesCheckInStatus.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Event/attendeesCheckInStatus.ts#L16) +[src/resolvers/Event/attendeesCheckInStatus.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Event/attendeesCheckInStatus.ts#L16) diff --git a/docs/talawa-api-docs/resolvers/Event/averageFeedbackScore/variables/averageFeedbackScore.md b/docs/talawa-api-docs/resolvers/Event/averageFeedbackScore/variables/averageFeedbackScore.md index b5d2742b910..5ed0ed990f1 100644 --- a/docs/talawa-api-docs/resolvers/Event/averageFeedbackScore/variables/averageFeedbackScore.md +++ b/docs/talawa-api-docs/resolvers/Event/averageFeedbackScore/variables/averageFeedbackScore.md @@ -27,4 +27,4 @@ A promise that resolves to the average feedback score for the event. ## Defined in -[src/resolvers/Event/averageFeedbackScore.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Event/averageFeedbackScore.ts#L16) +[src/resolvers/Event/averageFeedbackScore.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Event/averageFeedbackScore.ts#L16) diff --git a/docs/talawa-api-docs/resolvers/Event/baseRecurringEvent/variables/baseRecurringEvent.md b/docs/talawa-api-docs/resolvers/Event/baseRecurringEvent/variables/baseRecurringEvent.md index cf5810ee206..52c735bc8ac 100644 --- a/docs/talawa-api-docs/resolvers/Event/baseRecurringEvent/variables/baseRecurringEvent.md +++ b/docs/talawa-api-docs/resolvers/Event/baseRecurringEvent/variables/baseRecurringEvent.md @@ -27,4 +27,4 @@ A promise that resolves to the event document found in the database. This docume ## Defined in -[src/resolvers/Event/baseRecurringEvent.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Event/baseRecurringEvent.ts#L16) +[src/resolvers/Event/baseRecurringEvent.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Event/baseRecurringEvent.ts#L16) diff --git a/docs/talawa-api-docs/resolvers/Event/creator/variables/creator.md b/docs/talawa-api-docs/resolvers/Event/creator/variables/creator.md index d1dd436ba24..17100adebef 100644 --- a/docs/talawa-api-docs/resolvers/Event/creator/variables/creator.md +++ b/docs/talawa-api-docs/resolvers/Event/creator/variables/creator.md @@ -27,4 +27,4 @@ A promise that resolves to the user document found in the database. This documen ## Defined in -[src/resolvers/Event/creator.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Event/creator.ts#L16) +[src/resolvers/Event/creator.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Event/creator.ts#L16) diff --git a/docs/talawa-api-docs/resolvers/Event/feedback/variables/feedback.md b/docs/talawa-api-docs/resolvers/Event/feedback/variables/feedback.md index 9ad18ef5fcf..f5ab27e86bb 100644 --- a/docs/talawa-api-docs/resolvers/Event/feedback/variables/feedback.md +++ b/docs/talawa-api-docs/resolvers/Event/feedback/variables/feedback.md @@ -27,4 +27,4 @@ A promise that resolves to an array of feedback documents found in the database. ## Defined in -[src/resolvers/Event/feedback.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Event/feedback.ts#L16) +[src/resolvers/Event/feedback.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Event/feedback.ts#L16) diff --git a/docs/talawa-api-docs/resolvers/Event/organization/variables/organization.md b/docs/talawa-api-docs/resolvers/Event/organization/variables/organization.md index c1fd84fe015..d1ced773fe3 100644 --- a/docs/talawa-api-docs/resolvers/Event/organization/variables/organization.md +++ b/docs/talawa-api-docs/resolvers/Event/organization/variables/organization.md @@ -27,4 +27,4 @@ A promise that resolves to the organization document found in the database. This ## Defined in -[src/resolvers/Event/organization.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Event/organization.ts#L16) +[src/resolvers/Event/organization.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Event/organization.ts#L16) diff --git a/docs/talawa-api-docs/resolvers/Event/recurrenceRule/variables/recurrenceRule.md b/docs/talawa-api-docs/resolvers/Event/recurrenceRule/variables/recurrenceRule.md index e16e3c8cabf..76f9fe5fd8f 100644 --- a/docs/talawa-api-docs/resolvers/Event/recurrenceRule/variables/recurrenceRule.md +++ b/docs/talawa-api-docs/resolvers/Event/recurrenceRule/variables/recurrenceRule.md @@ -27,4 +27,4 @@ A promise that resolves to the recurrence rule document found in the database. T ## Defined in -[src/resolvers/Event/recurrenceRule.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Event/recurrenceRule.ts#L17) +[src/resolvers/Event/recurrenceRule.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Event/recurrenceRule.ts#L17) diff --git a/docs/talawa-api-docs/resolvers/Event/variables/Event.md b/docs/talawa-api-docs/resolvers/Event/variables/Event.md index e5c4e127e28..a6be0ff6018 100644 --- a/docs/talawa-api-docs/resolvers/Event/variables/Event.md +++ b/docs/talawa-api-docs/resolvers/Event/variables/Event.md @@ -10,4 +10,4 @@ ## Defined in -[src/resolvers/Event/index.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Event/index.ts#L12) +[src/resolvers/Event/index.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Event/index.ts#L12) diff --git a/docs/talawa-api-docs/resolvers/Feedback/event/variables/event.md b/docs/talawa-api-docs/resolvers/Feedback/event/variables/event.md index 5e2733ba7b8..547bcc80c55 100644 --- a/docs/talawa-api-docs/resolvers/Feedback/event/variables/event.md +++ b/docs/talawa-api-docs/resolvers/Feedback/event/variables/event.md @@ -27,4 +27,4 @@ A promise that resolves to the event document found in the database. This docume ## Defined in -[src/resolvers/Feedback/event.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Feedback/event.ts#L16) +[src/resolvers/Feedback/event.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Feedback/event.ts#L16) diff --git a/docs/talawa-api-docs/resolvers/Feedback/variables/Feedback.md b/docs/talawa-api-docs/resolvers/Feedback/variables/Feedback.md index d95d8a19e26..f4bcd5fbb7e 100644 --- a/docs/talawa-api-docs/resolvers/Feedback/variables/Feedback.md +++ b/docs/talawa-api-docs/resolvers/Feedback/variables/Feedback.md @@ -10,4 +10,4 @@ ## Defined in -[src/resolvers/Feedback/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Feedback/index.ts#L4) +[src/resolvers/Feedback/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Feedback/index.ts#L4) diff --git a/docs/talawa-api-docs/resolvers/Fund/creator/variables/creator.md b/docs/talawa-api-docs/resolvers/Fund/creator/variables/creator.md index 543b9ec92aa..4e2def42be7 100644 --- a/docs/talawa-api-docs/resolvers/Fund/creator/variables/creator.md +++ b/docs/talawa-api-docs/resolvers/Fund/creator/variables/creator.md @@ -27,4 +27,4 @@ A promise that resolves to the user document found in the database. This documen ## Defined in -[src/resolvers/Fund/creator.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Fund/creator.ts#L17) +[src/resolvers/Fund/creator.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Fund/creator.ts#L17) diff --git a/docs/talawa-api-docs/resolvers/Fund/variables/Fund.md b/docs/talawa-api-docs/resolvers/Fund/variables/Fund.md index bd78f634a10..aeed25f0ee4 100644 --- a/docs/talawa-api-docs/resolvers/Fund/variables/Fund.md +++ b/docs/talawa-api-docs/resolvers/Fund/variables/Fund.md @@ -18,4 +18,4 @@ FundResolvers - The type definition for the resolvers of the Fund fields. ## Defined in -[src/resolvers/Fund/index.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Fund/index.ts#L12) +[src/resolvers/Fund/index.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Fund/index.ts#L12) diff --git a/docs/talawa-api-docs/resolvers/FundraisingCampaignPledge/users/variables/users.md b/docs/talawa-api-docs/resolvers/FundraisingCampaignPledge/users/variables/users.md index fbf4f50a6c5..bafd7bbf4bf 100644 --- a/docs/talawa-api-docs/resolvers/FundraisingCampaignPledge/users/variables/users.md +++ b/docs/talawa-api-docs/resolvers/FundraisingCampaignPledge/users/variables/users.md @@ -27,4 +27,4 @@ A promise that resolves to an array of user documents found in the database. The ## Defined in -[src/resolvers/FundraisingCampaignPledge/users.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/FundraisingCampaignPledge/users.ts#L16) +[src/resolvers/FundraisingCampaignPledge/users.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/FundraisingCampaignPledge/users.ts#L16) diff --git a/docs/talawa-api-docs/resolvers/FundraisingCampaignPledge/variables/FundraisingCampaignPledge.md b/docs/talawa-api-docs/resolvers/FundraisingCampaignPledge/variables/FundraisingCampaignPledge.md index c5c488fa229..ae65ba145a4 100644 --- a/docs/talawa-api-docs/resolvers/FundraisingCampaignPledge/variables/FundraisingCampaignPledge.md +++ b/docs/talawa-api-docs/resolvers/FundraisingCampaignPledge/variables/FundraisingCampaignPledge.md @@ -10,4 +10,4 @@ ## Defined in -[src/resolvers/FundraisingCampaignPledge/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/FundraisingCampaignPledge/index.ts#L4) +[src/resolvers/FundraisingCampaignPledge/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/FundraisingCampaignPledge/index.ts#L4) diff --git a/docs/talawa-api-docs/resolvers/MembershipRequest/organization/variables/organization.md b/docs/talawa-api-docs/resolvers/MembershipRequest/organization/variables/organization.md index a1fa13769b6..4310dc1e09a 100644 --- a/docs/talawa-api-docs/resolvers/MembershipRequest/organization/variables/organization.md +++ b/docs/talawa-api-docs/resolvers/MembershipRequest/organization/variables/organization.md @@ -27,4 +27,4 @@ A promise that resolves to the organization document found in the database. This ## Defined in -[src/resolvers/MembershipRequest/organization.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/MembershipRequest/organization.ts#L18) +[src/resolvers/MembershipRequest/organization.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/MembershipRequest/organization.ts#L18) diff --git a/docs/talawa-api-docs/resolvers/MembershipRequest/user/variables/user.md b/docs/talawa-api-docs/resolvers/MembershipRequest/user/variables/user.md index 4e76864dc46..fd753aace6c 100644 --- a/docs/talawa-api-docs/resolvers/MembershipRequest/user/variables/user.md +++ b/docs/talawa-api-docs/resolvers/MembershipRequest/user/variables/user.md @@ -27,4 +27,4 @@ A promise that resolves to the user document found in the database. This documen ## Defined in -[src/resolvers/MembershipRequest/user.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/MembershipRequest/user.ts#L18) +[src/resolvers/MembershipRequest/user.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/MembershipRequest/user.ts#L18) diff --git a/docs/talawa-api-docs/resolvers/MembershipRequest/variables/MembershipRequest.md b/docs/talawa-api-docs/resolvers/MembershipRequest/variables/MembershipRequest.md index 8bc8e4b282c..ad4ee73b9a8 100644 --- a/docs/talawa-api-docs/resolvers/MembershipRequest/variables/MembershipRequest.md +++ b/docs/talawa-api-docs/resolvers/MembershipRequest/variables/MembershipRequest.md @@ -10,4 +10,4 @@ ## Defined in -[src/resolvers/MembershipRequest/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/MembershipRequest/index.ts#L5) +[src/resolvers/MembershipRequest/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/MembershipRequest/index.ts#L5) diff --git a/docs/talawa-api-docs/resolvers/Mutation/acceptMembershipRequest/variables/acceptMembershipRequest.md b/docs/talawa-api-docs/resolvers/Mutation/acceptMembershipRequest/variables/acceptMembershipRequest.md index e61d2351758..38e3ea7d83a 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/acceptMembershipRequest/variables/acceptMembershipRequest.md +++ b/docs/talawa-api-docs/resolvers/Mutation/acceptMembershipRequest/variables/acceptMembershipRequest.md @@ -33,4 +33,4 @@ The following checks are done: ## Defined in -[src/resolvers/Mutation/acceptMembershipRequest.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/acceptMembershipRequest.ts#L25) +[src/resolvers/Mutation/acceptMembershipRequest.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/acceptMembershipRequest.ts#L25) diff --git a/docs/talawa-api-docs/resolvers/Mutation/addEventAttendee/variables/addEventAttendee.md b/docs/talawa-api-docs/resolvers/Mutation/addEventAttendee/variables/addEventAttendee.md index 7b1756865e3..61505a62f1c 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/addEventAttendee/variables/addEventAttendee.md +++ b/docs/talawa-api-docs/resolvers/Mutation/addEventAttendee/variables/addEventAttendee.md @@ -48,4 +48,4 @@ A promise that resolves to the user document representing the user added as an a ## Defined in -[src/resolvers/Mutation/addEventAttendee.ts:51](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/addEventAttendee.ts#L51) +[src/resolvers/Mutation/addEventAttendee.ts:51](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/addEventAttendee.ts#L51) diff --git a/docs/talawa-api-docs/resolvers/Mutation/addFeedback/variables/addFeedback.md b/docs/talawa-api-docs/resolvers/Mutation/addFeedback/variables/addFeedback.md index 64d701d4574..2452ca0e26f 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/addFeedback/variables/addFeedback.md +++ b/docs/talawa-api-docs/resolvers/Mutation/addFeedback/variables/addFeedback.md @@ -47,4 +47,4 @@ A promise that resolves to the newly created feedback document. ## Defined in -[src/resolvers/Mutation/addFeedback.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/addFeedback.ts#L37) +[src/resolvers/Mutation/addFeedback.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/addFeedback.ts#L37) diff --git a/docs/talawa-api-docs/resolvers/Mutation/addLanguageTranslation/variables/addLanguageTranslation.md b/docs/talawa-api-docs/resolvers/Mutation/addLanguageTranslation/variables/addLanguageTranslation.md index f66456dfaa5..d169ce1c951 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/addLanguageTranslation/variables/addLanguageTranslation.md +++ b/docs/talawa-api-docs/resolvers/Mutation/addLanguageTranslation/variables/addLanguageTranslation.md @@ -45,4 +45,4 @@ If the language does not exist, a nsnew entry is created with the provided trala ## Defined in -[src/resolvers/Mutation/addLanguageTranslation.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/addLanguageTranslation.ts#L33) +[src/resolvers/Mutation/addLanguageTranslation.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/addLanguageTranslation.ts#L33) diff --git a/docs/talawa-api-docs/resolvers/Mutation/addOrganizationCustomField/variables/addOrganizationCustomField.md b/docs/talawa-api-docs/resolvers/Mutation/addOrganizationCustomField/variables/addOrganizationCustomField.md index 826b056c091..397846fa232 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/addOrganizationCustomField/variables/addOrganizationCustomField.md +++ b/docs/talawa-api-docs/resolvers/Mutation/addOrganizationCustomField/variables/addOrganizationCustomField.md @@ -41,4 +41,4 @@ A promise that resolves to the newly added custom field object. ## Defined in -[src/resolvers/Mutation/addOrganizationCustomField.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/addOrganizationCustomField.ts#L46) +[src/resolvers/Mutation/addOrganizationCustomField.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/addOrganizationCustomField.ts#L46) diff --git a/docs/talawa-api-docs/resolvers/Mutation/addOrganizationImage/variables/addOrganizationImage.md b/docs/talawa-api-docs/resolvers/Mutation/addOrganizationImage/variables/addOrganizationImage.md index 2d5d4ebaed7..85db132ccdd 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/addOrganizationImage/variables/addOrganizationImage.md +++ b/docs/talawa-api-docs/resolvers/Mutation/addOrganizationImage/variables/addOrganizationImage.md @@ -54,4 +54,4 @@ It then verifies the user's admin status and performs the image upload before up ## Defined in -[src/resolvers/Mutation/addOrganizationImage.ts:44](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/addOrganizationImage.ts#L44) +[src/resolvers/Mutation/addOrganizationImage.ts:44](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/addOrganizationImage.ts#L44) diff --git a/docs/talawa-api-docs/resolvers/Mutation/addPeopleToUserTag/variables/addPeopleToUserTag.md b/docs/talawa-api-docs/resolvers/Mutation/addPeopleToUserTag/variables/addPeopleToUserTag.md index 36dc150b0a4..9053368b770 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/addPeopleToUserTag/variables/addPeopleToUserTag.md +++ b/docs/talawa-api-docs/resolvers/Mutation/addPeopleToUserTag/variables/addPeopleToUserTag.md @@ -37,4 +37,4 @@ Array of users to whom the tag was assigned. ## Defined in -[src/resolvers/Mutation/addPeopleToUserTag.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/addPeopleToUserTag.ts#L36) +[src/resolvers/Mutation/addPeopleToUserTag.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/addPeopleToUserTag.ts#L36) diff --git a/docs/talawa-api-docs/resolvers/Mutation/addPledgeToFundraisingCampaign/variables/addPledgeToFundraisingCampaign.md b/docs/talawa-api-docs/resolvers/Mutation/addPledgeToFundraisingCampaign/variables/addPledgeToFundraisingCampaign.md index 5666455f2de..d84dd02740c 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/addPledgeToFundraisingCampaign/variables/addPledgeToFundraisingCampaign.md +++ b/docs/talawa-api-docs/resolvers/Mutation/addPledgeToFundraisingCampaign/variables/addPledgeToFundraisingCampaign.md @@ -40,4 +40,4 @@ A promise that resolves to the updated pledge object. ## Defined in -[src/resolvers/Mutation/addPledgeToFundraisingCampaign.ts:41](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/addPledgeToFundraisingCampaign.ts#L41) +[src/resolvers/Mutation/addPledgeToFundraisingCampaign.ts:41](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/addPledgeToFundraisingCampaign.ts#L41) diff --git a/docs/talawa-api-docs/resolvers/Mutation/addUserCustomData/variables/addUserCustomData.md b/docs/talawa-api-docs/resolvers/Mutation/addUserCustomData/variables/addUserCustomData.md index d83fc3bb1cd..3fbe3167ccb 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/addUserCustomData/variables/addUserCustomData.md +++ b/docs/talawa-api-docs/resolvers/Mutation/addUserCustomData/variables/addUserCustomData.md @@ -39,4 +39,4 @@ A promise that resolves to the newly added or updated user custom data object. ## Defined in -[src/resolvers/Mutation/addUserCustomData.ts:34](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/addUserCustomData.ts#L34) +[src/resolvers/Mutation/addUserCustomData.ts:34](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/addUserCustomData.ts#L34) diff --git a/docs/talawa-api-docs/resolvers/Mutation/addUserImage/variables/addUserImage.md b/docs/talawa-api-docs/resolvers/Mutation/addUserImage/variables/addUserImage.md index 52a745d59da..d6fb451a259 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/addUserImage/variables/addUserImage.md +++ b/docs/talawa-api-docs/resolvers/Mutation/addUserImage/variables/addUserImage.md @@ -51,4 +51,4 @@ It then performs the image upload and updates the user's profile image before sa ## Defined in -[src/resolvers/Mutation/addUserImage.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/addUserImage.ts#L39) +[src/resolvers/Mutation/addUserImage.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/addUserImage.ts#L39) diff --git a/docs/talawa-api-docs/resolvers/Mutation/addUserToGroupChat/README.md b/docs/talawa-api-docs/resolvers/Mutation/addUserToGroupChat/README.md index 3164f3c3349..df39e189f63 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/addUserToGroupChat/README.md +++ b/docs/talawa-api-docs/resolvers/Mutation/addUserToGroupChat/README.md @@ -1,4 +1,4 @@ -[**talawa-api**](../../../README.md) • **Docs** +[**talawa-api**](../../../README.md) *** diff --git a/docs/talawa-api-docs/resolvers/Mutation/addUserToGroupChat/variables/addUserToGroupChat.md b/docs/talawa-api-docs/resolvers/Mutation/addUserToGroupChat/variables/addUserToGroupChat.md index 15ab25ea68a..5006cb456a2 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/addUserToGroupChat/variables/addUserToGroupChat.md +++ b/docs/talawa-api-docs/resolvers/Mutation/addUserToGroupChat/variables/addUserToGroupChat.md @@ -1,4 +1,4 @@ -[**talawa-api**](../../../../README.md) • **Docs** +[**talawa-api**](../../../../README.md) *** @@ -11,42 +11,25 @@ Mutation resolver function to add a user to a group chat. This function performs the following actions: -1. Checks if the group chat specified by `args.chatId` exists. -2. Checks if the organization associated with the group chat exists. -3. Verifies that the current user (identified by `context.userId`) is an admin of the organization. -4. Confirms that the user to be added (specified by `args.userId`) exists. -5. Ensures that the user is not already a member of the group chat. -6. Adds the user to the list of users in the group chat and returns the updated group chat. +1. Verifies that the current user exists. +2. Ensures that the chat specified by `args.input.chatId` exists and is a group chat. +3. Checks whether the current user is an admin of the chat. +4. Verifies that the user to be added as an admin exists. +5. Ensures that the organization specified by `args.input.organizationId` exists. +6. Adds the user to the chat's admins list. ## Param -The parent object for the mutation. This parameter is not used in this resolver. +The parent object for the mutation. ## Param -The arguments for the mutation, including: - - `chatId`: The ID of the group chat to which the user will be added. - - `userId`: The ID of the user to be added to the group chat. +The arguments for the mutation, containing `input` with `chatId`, `userId`, and `organizationId`. ## Param -The context for the mutation, including: - - `userId`: The ID of the current user making the request. - -## Returns - -A promise that resolves to the updated group chat document with the new user added. - -## See - - - GroupChat - The GroupChat model used to interact with the group chats collection in the database. - - Organization - The Organization model used to interact with the organizations collection in the database. - - User - The User model used to interact with the users collection in the database. - - MutationResolvers - The type definition for the mutation resolvers. - - adminCheck - Utility function to check if the current user is an admin of the organization. - - findOrganizationsInCache - Service function to retrieve organizations from cache. - - cacheOrganizations - Service function to cache updated organization data. +The context object for the mutation, containing the current user's ID. ## Defined in -[src/resolvers/Mutation/addUserToGroupChat.ts:44](https://github.com/PalisadoesFoundation/talawa-api/blob/f1c816bca43cc03a8c1bd303394e2550a50db017/src/resolvers/Mutation/addUserToGroupChat.ts#L44) +[src/resolvers/Mutation/addUserToGroupChat.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/addUserToGroupChat.ts#L28) diff --git a/docs/talawa-api-docs/resolvers/Mutation/addUserToUserFamily/variables/addUserToUserFamily.md b/docs/talawa-api-docs/resolvers/Mutation/addUserToUserFamily/variables/addUserToUserFamily.md index 3335d3dcc8f..25d3c2bbc72 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/addUserToUserFamily/variables/addUserToUserFamily.md +++ b/docs/talawa-api-docs/resolvers/Mutation/addUserToUserFamily/variables/addUserToUserFamily.md @@ -37,4 +37,4 @@ A promise that resolves to the updated user family object. ## Defined in -[src/resolvers/Mutation/addUserToUserFamily.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/addUserToUserFamily.ts#L36) +[src/resolvers/Mutation/addUserToUserFamily.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/addUserToUserFamily.ts#L36) diff --git a/docs/talawa-api-docs/resolvers/Mutation/assignToUserTags/variables/assignToUserTags.md b/docs/talawa-api-docs/resolvers/Mutation/assignToUserTags/variables/assignToUserTags.md index 67a89c68677..6fab62f3471 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/assignToUserTags/variables/assignToUserTags.md +++ b/docs/talawa-api-docs/resolvers/Mutation/assignToUserTags/variables/assignToUserTags.md @@ -36,4 +36,4 @@ Array of tags that were assigned to users. ## Defined in -[src/resolvers/Mutation/assignToUserTags.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/assignToUserTags.ts#L37) +[src/resolvers/Mutation/assignToUserTags.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/assignToUserTags.ts#L37) diff --git a/docs/talawa-api-docs/resolvers/Mutation/assignUserTag/variables/assignUserTag.md b/docs/talawa-api-docs/resolvers/Mutation/assignUserTag/variables/assignUserTag.md index 360d2899dcb..5eb6a74b70c 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/assignUserTag/variables/assignUserTag.md +++ b/docs/talawa-api-docs/resolvers/Mutation/assignUserTag/variables/assignUserTag.md @@ -39,4 +39,4 @@ User to which the tag is assigned. ## Defined in -[src/resolvers/Mutation/assignUserTag.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/assignUserTag.ts#L39) +[src/resolvers/Mutation/assignUserTag.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/assignUserTag.ts#L39) diff --git a/docs/talawa-api-docs/resolvers/Mutation/blockPluginCreationBySuperadmin/variables/blockPluginCreationBySuperadmin.md b/docs/talawa-api-docs/resolvers/Mutation/blockPluginCreationBySuperadmin/variables/blockPluginCreationBySuperadmin.md index 065ca150646..8e165187f47 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/blockPluginCreationBySuperadmin/variables/blockPluginCreationBySuperadmin.md +++ b/docs/talawa-api-docs/resolvers/Mutation/blockPluginCreationBySuperadmin/variables/blockPluginCreationBySuperadmin.md @@ -37,4 +37,4 @@ A promise that resolves to the updated user app profile object with the new `plu ## Defined in -[src/resolvers/Mutation/blockPluginCreationBySuperadmin.ts:34](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/blockPluginCreationBySuperadmin.ts#L34) +[src/resolvers/Mutation/blockPluginCreationBySuperadmin.ts:34](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/blockPluginCreationBySuperadmin.ts#L34) diff --git a/docs/talawa-api-docs/resolvers/Mutation/blockUser/variables/blockUser.md b/docs/talawa-api-docs/resolvers/Mutation/blockUser/variables/blockUser.md index 47f297582c2..ee79b3c4c65 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/blockUser/variables/blockUser.md +++ b/docs/talawa-api-docs/resolvers/Mutation/blockUser/variables/blockUser.md @@ -49,4 +49,4 @@ A promise that resolves to the updated user document after blocking. ## Defined in -[src/resolvers/Mutation/blockUser.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/blockUser.ts#L45) +[src/resolvers/Mutation/blockUser.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/blockUser.ts#L45) diff --git a/docs/talawa-api-docs/resolvers/Mutation/cancelMembershipRequest/variables/cancelMembershipRequest.md b/docs/talawa-api-docs/resolvers/Mutation/cancelMembershipRequest/variables/cancelMembershipRequest.md index 97a6ddf52ee..bc64467f994 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/cancelMembershipRequest/variables/cancelMembershipRequest.md +++ b/docs/talawa-api-docs/resolvers/Mutation/cancelMembershipRequest/variables/cancelMembershipRequest.md @@ -50,4 +50,4 @@ A promise that resolves to the deleted membership request. ## Defined in -[src/resolvers/Mutation/cancelMembershipRequest.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/cancelMembershipRequest.ts#L45) +[src/resolvers/Mutation/cancelMembershipRequest.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/cancelMembershipRequest.ts#L45) diff --git a/docs/talawa-api-docs/resolvers/Mutation/checkIn/variables/checkIn.md b/docs/talawa-api-docs/resolvers/Mutation/checkIn/variables/checkIn.md index e997e905d82..964e04fdb38 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/checkIn/variables/checkIn.md +++ b/docs/talawa-api-docs/resolvers/Mutation/checkIn/variables/checkIn.md @@ -52,4 +52,4 @@ The function performs the following checks and operations: ## Defined in -[src/resolvers/Mutation/checkIn.ts:50](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/checkIn.ts#L50) +[src/resolvers/Mutation/checkIn.ts:50](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/checkIn.ts#L50) diff --git a/docs/talawa-api-docs/resolvers/Mutation/checkOut/variables/checkOut.md b/docs/talawa-api-docs/resolvers/Mutation/checkOut/variables/checkOut.md index ddec2b5d713..8beb5d762d8 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/checkOut/variables/checkOut.md +++ b/docs/talawa-api-docs/resolvers/Mutation/checkOut/variables/checkOut.md @@ -52,4 +52,4 @@ The function performs the following checks and operations: ## Defined in -[src/resolvers/Mutation/checkOut.ts:52](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/checkOut.ts#L52) +[src/resolvers/Mutation/checkOut.ts:52](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/checkOut.ts#L52) diff --git a/docs/talawa-api-docs/resolvers/Mutation/createActionItem/variables/createActionItem.md b/docs/talawa-api-docs/resolvers/Mutation/createActionItem/variables/createActionItem.md index e9701b43fff..8da4fb7ef83 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/createActionItem/variables/createActionItem.md +++ b/docs/talawa-api-docs/resolvers/Mutation/createActionItem/variables/createActionItem.md @@ -44,4 +44,4 @@ A promise that resolves to the created action item object. ## Defined in -[src/resolvers/Mutation/createActionItem.ts:58](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/createActionItem.ts#L58) +[src/resolvers/Mutation/createActionItem.ts:58](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/createActionItem.ts#L58) diff --git a/docs/talawa-api-docs/resolvers/Mutation/createActionItemCategory/variables/createActionItemCategory.md b/docs/talawa-api-docs/resolvers/Mutation/createActionItemCategory/variables/createActionItemCategory.md index 5be1906aab6..1f6cc8bb776 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/createActionItemCategory/variables/createActionItemCategory.md +++ b/docs/talawa-api-docs/resolvers/Mutation/createActionItemCategory/variables/createActionItemCategory.md @@ -50,4 +50,4 @@ A promise that resolves to the created ActionItemCategory. ## Defined in -[src/resolvers/Mutation/createActionItemCategory.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/createActionItemCategory.ts#L46) +[src/resolvers/Mutation/createActionItemCategory.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/createActionItemCategory.ts#L46) diff --git a/docs/talawa-api-docs/resolvers/Mutation/createAdmin/variables/createAdmin.md b/docs/talawa-api-docs/resolvers/Mutation/createAdmin/variables/createAdmin.md index 78f00854957..81901a70366 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/createAdmin/variables/createAdmin.md +++ b/docs/talawa-api-docs/resolvers/Mutation/createAdmin/variables/createAdmin.md @@ -49,4 +49,4 @@ The function handles the following: ## Defined in -[src/resolvers/Mutation/createAdmin.ts:47](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/createAdmin.ts#L47) +[src/resolvers/Mutation/createAdmin.ts:47](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/createAdmin.ts#L47) diff --git a/docs/talawa-api-docs/resolvers/Mutation/createAdvertisement/variables/createAdvertisement.md b/docs/talawa-api-docs/resolvers/Mutation/createAdvertisement/variables/createAdvertisement.md index 61518335bff..3696a4262c9 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/createAdvertisement/variables/createAdvertisement.md +++ b/docs/talawa-api-docs/resolvers/Mutation/createAdvertisement/variables/createAdvertisement.md @@ -41,4 +41,4 @@ An object containing the created advertisement, including: ## Defined in -[src/resolvers/Mutation/createAdvertisement.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/createAdvertisement.ts#L37) +[src/resolvers/Mutation/createAdvertisement.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/createAdvertisement.ts#L37) diff --git a/docs/talawa-api-docs/resolvers/Mutation/createAgendaCategory/variables/createAgendaCategory.md b/docs/talawa-api-docs/resolvers/Mutation/createAgendaCategory/variables/createAgendaCategory.md index d2f35dded46..d36954e6816 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/createAgendaCategory/variables/createAgendaCategory.md +++ b/docs/talawa-api-docs/resolvers/Mutation/createAgendaCategory/variables/createAgendaCategory.md @@ -47,4 +47,4 @@ and it updates the organization document to include the new agenda category. ## Defined in -[src/resolvers/Mutation/createAgendaCategory.ts:49](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/createAgendaCategory.ts#L49) +[src/resolvers/Mutation/createAgendaCategory.ts:49](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/createAgendaCategory.ts#L49) diff --git a/docs/talawa-api-docs/resolvers/Mutation/createAgendaItem/variables/createAgendaItem.md b/docs/talawa-api-docs/resolvers/Mutation/createAgendaItem/variables/createAgendaItem.md index c61e461aae7..96c43c692aa 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/createAgendaItem/variables/createAgendaItem.md +++ b/docs/talawa-api-docs/resolvers/Mutation/createAgendaItem/variables/createAgendaItem.md @@ -40,4 +40,4 @@ The created agenda item. ## Defined in -[src/resolvers/Mutation/createAgendaItem.ts:53](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/createAgendaItem.ts#L53) +[src/resolvers/Mutation/createAgendaItem.ts:53](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/createAgendaItem.ts#L53) diff --git a/docs/talawa-api-docs/resolvers/Mutation/createAgendaSection/variables/createAgendaSection.md b/docs/talawa-api-docs/resolvers/Mutation/createAgendaSection/variables/createAgendaSection.md index c7679544e56..b729d01dcb2 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/createAgendaSection/variables/createAgendaSection.md +++ b/docs/talawa-api-docs/resolvers/Mutation/createAgendaSection/variables/createAgendaSection.md @@ -43,4 +43,4 @@ It also verifies that the user has the necessary permissions to create the agend ## Defined in -[src/resolvers/Mutation/createAgendaSection.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/createAgendaSection.ts#L37) +[src/resolvers/Mutation/createAgendaSection.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/createAgendaSection.ts#L37) diff --git a/docs/talawa-api-docs/resolvers/Mutation/createChat/variables/createChat.md b/docs/talawa-api-docs/resolvers/Mutation/createChat/variables/createChat.md index 4428642dc76..1433ff5c7d8 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/createChat/variables/createChat.md +++ b/docs/talawa-api-docs/resolvers/Mutation/createChat/variables/createChat.md @@ -34,4 +34,4 @@ Created chat ## Defined in -[src/resolvers/Mutation/createChat.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/createChat.ts#L18) +[src/resolvers/Mutation/createChat.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/createChat.ts#L19) diff --git a/docs/talawa-api-docs/resolvers/Mutation/createComment/variables/createComment.md b/docs/talawa-api-docs/resolvers/Mutation/createComment/variables/createComment.md index 9d4be572d26..1998293c219 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/createComment/variables/createComment.md +++ b/docs/talawa-api-docs/resolvers/Mutation/createComment/variables/createComment.md @@ -37,4 +37,4 @@ The created comment. ## Defined in -[src/resolvers/Mutation/createComment.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/createComment.ts#L27) +[src/resolvers/Mutation/createComment.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/createComment.ts#L27) diff --git a/docs/talawa-api-docs/resolvers/Mutation/createDonation/variables/createDonation.md b/docs/talawa-api-docs/resolvers/Mutation/createDonation/variables/createDonation.md index 99f8c60e89d..7ac78ea2e29 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/createDonation/variables/createDonation.md +++ b/docs/talawa-api-docs/resolvers/Mutation/createDonation/variables/createDonation.md @@ -37,4 +37,4 @@ The created donation record. ## Defined in -[src/resolvers/Mutation/createDonation.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/createDonation.ts#L23) +[src/resolvers/Mutation/createDonation.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/createDonation.ts#L23) diff --git a/docs/talawa-api-docs/resolvers/Mutation/createEvent/variables/createEvent.md b/docs/talawa-api-docs/resolvers/Mutation/createEvent/variables/createEvent.md index 3970a7b37c3..da517a521d9 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/createEvent/variables/createEvent.md +++ b/docs/talawa-api-docs/resolvers/Mutation/createEvent/variables/createEvent.md @@ -48,4 +48,4 @@ This function uses a transaction to ensure that either all operations succeed or ## Defined in -[src/resolvers/Mutation/createEvent.ts:56](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/createEvent.ts#L56) +[src/resolvers/Mutation/createEvent.ts:57](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/createEvent.ts#L57) diff --git a/docs/talawa-api-docs/resolvers/Mutation/createEventVolunteer/variables/createEventVolunteer.md b/docs/talawa-api-docs/resolvers/Mutation/createEventVolunteer/variables/createEventVolunteer.md index 08b2a49c864..0b40073ba56 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/createEventVolunteer/variables/createEventVolunteer.md +++ b/docs/talawa-api-docs/resolvers/Mutation/createEventVolunteer/variables/createEventVolunteer.md @@ -40,4 +40,4 @@ The created event volunteer record. ## Defined in -[src/resolvers/Mutation/createEventVolunteer.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/createEventVolunteer.ts#L35) +[src/resolvers/Mutation/createEventVolunteer.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/createEventVolunteer.ts#L35) diff --git a/docs/talawa-api-docs/resolvers/Mutation/createEventVolunteerGroup/variables/createEventVolunteerGroup.md b/docs/talawa-api-docs/resolvers/Mutation/createEventVolunteerGroup/variables/createEventVolunteerGroup.md index 4f16d9b6745..41cffa15d51 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/createEventVolunteerGroup/variables/createEventVolunteerGroup.md +++ b/docs/talawa-api-docs/resolvers/Mutation/createEventVolunteerGroup/variables/createEventVolunteerGroup.md @@ -49,4 +49,4 @@ This function first checks the cache for the current user and then queries the d ## Defined in -[src/resolvers/Mutation/createEventVolunteerGroup.ts:44](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/createEventVolunteerGroup.ts#L44) +[src/resolvers/Mutation/createEventVolunteerGroup.ts:44](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/createEventVolunteerGroup.ts#L44) diff --git a/docs/talawa-api-docs/resolvers/Mutation/createFund/variables/createFund.md b/docs/talawa-api-docs/resolvers/Mutation/createFund/variables/createFund.md index 7ac562f3cfe..d5495310e86 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/createFund/variables/createFund.md +++ b/docs/talawa-api-docs/resolvers/Mutation/createFund/variables/createFund.md @@ -44,4 +44,4 @@ The created fund record. ## Defined in -[src/resolvers/Mutation/createFund.ts:43](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/createFund.ts#L43) +[src/resolvers/Mutation/createFund.ts:43](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/createFund.ts#L43) diff --git a/docs/talawa-api-docs/resolvers/Mutation/createFundraisingCampaign/variables/createFundraisingCampaign.md b/docs/talawa-api-docs/resolvers/Mutation/createFundraisingCampaign/variables/createFundraisingCampaign.md index 42b86272d07..5ae06a34c57 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/createFundraisingCampaign/variables/createFundraisingCampaign.md +++ b/docs/talawa-api-docs/resolvers/Mutation/createFundraisingCampaign/variables/createFundraisingCampaign.md @@ -48,4 +48,4 @@ This function checks the cache for user and profile data, validates inputs, and ## Defined in -[src/resolvers/Mutation/createFundraisingCampaign.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/createFundraisingCampaign.ts#L45) +[src/resolvers/Mutation/createFundraisingCampaign.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/createFundraisingCampaign.ts#L45) diff --git a/docs/talawa-api-docs/resolvers/Mutation/createFundraisingCampaignPledge/variables/createFundraisingCampaignPledge.md b/docs/talawa-api-docs/resolvers/Mutation/createFundraisingCampaignPledge/variables/createFundraisingCampaignPledge.md index 1677b38bc7d..eb6745bf8e7 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/createFundraisingCampaignPledge/variables/createFundraisingCampaignPledge.md +++ b/docs/talawa-api-docs/resolvers/Mutation/createFundraisingCampaignPledge/variables/createFundraisingCampaignPledge.md @@ -43,4 +43,4 @@ The created pledge record. ## Defined in -[src/resolvers/Mutation/createFundraisingCampaignPledge.ts:42](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/createFundraisingCampaignPledge.ts#L42) +[src/resolvers/Mutation/createFundraisingCampaignPledge.ts:42](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/createFundraisingCampaignPledge.ts#L42) diff --git a/docs/talawa-api-docs/resolvers/Mutation/createMember/variables/createMember.md b/docs/talawa-api-docs/resolvers/Mutation/createMember/variables/createMember.md index 3d0260b4e23..6bcba504e49 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/createMember/variables/createMember.md +++ b/docs/talawa-api-docs/resolvers/Mutation/createMember/variables/createMember.md @@ -44,4 +44,4 @@ This function returns the updated organization and any errors encountered. It en ## Defined in -[src/resolvers/Mutation/createMember.ts:47](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/createMember.ts#L47) +[src/resolvers/Mutation/createMember.ts:47](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/createMember.ts#L47) diff --git a/docs/talawa-api-docs/resolvers/Mutation/createNote/variables/createNote.md b/docs/talawa-api-docs/resolvers/Mutation/createNote/variables/createNote.md index b1c03e5633d..bc157f98676 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/createNote/variables/createNote.md +++ b/docs/talawa-api-docs/resolvers/Mutation/createNote/variables/createNote.md @@ -43,4 +43,4 @@ This function creates a note, associates it with the specified agenda item, and ## Defined in -[src/resolvers/Mutation/createNote.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/createNote.ts#L40) +[src/resolvers/Mutation/createNote.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/createNote.ts#L40) diff --git a/docs/talawa-api-docs/resolvers/Mutation/createOrganization/variables/createOrganization.md b/docs/talawa-api-docs/resolvers/Mutation/createOrganization/variables/createOrganization.md index 4a5aff86ac2..09aa49a1019 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/createOrganization/variables/createOrganization.md +++ b/docs/talawa-api-docs/resolvers/Mutation/createOrganization/variables/createOrganization.md @@ -48,4 +48,4 @@ This function creates an organization, uploads an optional image, validates the ## Defined in -[src/resolvers/Mutation/createOrganization.ts:55](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/createOrganization.ts#L55) +[src/resolvers/Mutation/createOrganization.ts:55](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/createOrganization.ts#L55) diff --git a/docs/talawa-api-docs/resolvers/Mutation/createPlugin/variables/createPlugin.md b/docs/talawa-api-docs/resolvers/Mutation/createPlugin/variables/createPlugin.md index 8eb28d2576b..48c93518ef1 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/createPlugin/variables/createPlugin.md +++ b/docs/talawa-api-docs/resolvers/Mutation/createPlugin/variables/createPlugin.md @@ -38,4 +38,4 @@ This function creates a plugin record, updates the subscription channel with the ## Defined in -[src/resolvers/Mutation/createPlugin.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/createPlugin.ts#L21) +[src/resolvers/Mutation/createPlugin.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/createPlugin.ts#L21) diff --git a/docs/talawa-api-docs/resolvers/Mutation/createPost/variables/createPost.md b/docs/talawa-api-docs/resolvers/Mutation/createPost/variables/createPost.md index af377b14506..a3be1f580af 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/createPost/variables/createPost.md +++ b/docs/talawa-api-docs/resolvers/Mutation/createPost/variables/createPost.md @@ -54,4 +54,4 @@ The created post object, including URLs for uploaded image and video files if pr ## Defined in -[src/resolvers/Mutation/createPost.ts:64](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/createPost.ts#L64) +[src/resolvers/Mutation/createPost.ts:64](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/createPost.ts#L64) diff --git a/docs/talawa-api-docs/resolvers/Mutation/createSampleOrganization/variables/createSampleOrganization.md b/docs/talawa-api-docs/resolvers/Mutation/createSampleOrganization/variables/createSampleOrganization.md index 25928d5c066..79aba5222bf 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/createSampleOrganization/variables/createSampleOrganization.md +++ b/docs/talawa-api-docs/resolvers/Mutation/createSampleOrganization/variables/createSampleOrganization.md @@ -39,4 +39,4 @@ This function is intended for creating sample data and should only be accessible ## Defined in -[src/resolvers/Mutation/createSampleOrganization.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/createSampleOrganization.ts#L33) +[src/resolvers/Mutation/createSampleOrganization.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/createSampleOrganization.ts#L33) diff --git a/docs/talawa-api-docs/resolvers/Mutation/createUserFamily/variables/createUserFamily.md b/docs/talawa-api-docs/resolvers/Mutation/createUserFamily/variables/createUserFamily.md index 728e654c8d1..e73f832e5fa 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/createUserFamily/variables/createUserFamily.md +++ b/docs/talawa-api-docs/resolvers/Mutation/createUserFamily/variables/createUserFamily.md @@ -45,4 +45,4 @@ The created user family object. ## Defined in -[src/resolvers/Mutation/createUserFamily.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/createUserFamily.ts#L45) +[src/resolvers/Mutation/createUserFamily.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/createUserFamily.ts#L45) diff --git a/docs/talawa-api-docs/resolvers/Mutation/createUserTag/variables/createUserTag.md b/docs/talawa-api-docs/resolvers/Mutation/createUserTag/variables/createUserTag.md index 5e4b5d2920f..7005b53588e 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/createUserTag/variables/createUserTag.md +++ b/docs/talawa-api-docs/resolvers/Mutation/createUserTag/variables/createUserTag.md @@ -42,4 +42,4 @@ This function is intended for creating new tags within an organization and inclu ## Defined in -[src/resolvers/Mutation/createUserTag.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/createUserTag.ts#L46) +[src/resolvers/Mutation/createUserTag.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/createUserTag.ts#L46) diff --git a/docs/talawa-api-docs/resolvers/Mutation/createVenue/variables/createVenue.md b/docs/talawa-api-docs/resolvers/Mutation/createVenue/variables/createVenue.md index c7e2eec2db7..06e8458cd5a 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/createVenue/variables/createVenue.md +++ b/docs/talawa-api-docs/resolvers/Mutation/createVenue/variables/createVenue.md @@ -41,4 +41,4 @@ This function includes validation for user authorization, venue uniqueness, and ## Defined in -[src/resolvers/Mutation/createVenue.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/createVenue.ts#L40) +[src/resolvers/Mutation/createVenue.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/createVenue.ts#L40) diff --git a/docs/talawa-api-docs/resolvers/Mutation/createVolunteerMembership/variables/createVolunteerMembership.md b/docs/talawa-api-docs/resolvers/Mutation/createVolunteerMembership/variables/createVolunteerMembership.md index 4a11eefb605..926c7708ebd 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/createVolunteerMembership/variables/createVolunteerMembership.md +++ b/docs/talawa-api-docs/resolvers/Mutation/createVolunteerMembership/variables/createVolunteerMembership.md @@ -40,4 +40,4 @@ The created event volunteer record. ## Defined in -[src/resolvers/Mutation/createVolunteerMembership.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/createVolunteerMembership.ts#L31) +[src/resolvers/Mutation/createVolunteerMembership.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/createVolunteerMembership.ts#L31) diff --git a/docs/talawa-api-docs/resolvers/Mutation/deleteAdvertisement/variables/deleteAdvertisement.md b/docs/talawa-api-docs/resolvers/Mutation/deleteAdvertisement/variables/deleteAdvertisement.md index 3be681017c6..ed384fce87c 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/deleteAdvertisement/variables/deleteAdvertisement.md +++ b/docs/talawa-api-docs/resolvers/Mutation/deleteAdvertisement/variables/deleteAdvertisement.md @@ -35,4 +35,4 @@ The deleted advertisement's details, including the advertisement ID and media UR ## Defined in -[src/resolvers/Mutation/deleteAdvertisement.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/deleteAdvertisement.ts#L32) +[src/resolvers/Mutation/deleteAdvertisement.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/deleteAdvertisement.ts#L32) diff --git a/docs/talawa-api-docs/resolvers/Mutation/deleteAgendaCategory/variables/deleteAgendaCategory.md b/docs/talawa-api-docs/resolvers/Mutation/deleteAgendaCategory/variables/deleteAgendaCategory.md index e93a7da7fc0..8e9b6709d41 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/deleteAgendaCategory/variables/deleteAgendaCategory.md +++ b/docs/talawa-api-docs/resolvers/Mutation/deleteAgendaCategory/variables/deleteAgendaCategory.md @@ -38,4 +38,4 @@ A promise that resolves to the ID of the deleted agenda category. ## Defined in -[src/resolvers/Mutation/deleteAgendaCategory.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/deleteAgendaCategory.ts#L29) +[src/resolvers/Mutation/deleteAgendaCategory.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/deleteAgendaCategory.ts#L29) diff --git a/docs/talawa-api-docs/resolvers/Mutation/deleteDonationById/variables/deleteDonationById.md b/docs/talawa-api-docs/resolvers/Mutation/deleteDonationById/variables/deleteDonationById.md index c3ebfd09eb7..5c1891ebd07 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/deleteDonationById/variables/deleteDonationById.md +++ b/docs/talawa-api-docs/resolvers/Mutation/deleteDonationById/variables/deleteDonationById.md @@ -24,4 +24,4 @@ Boolean value denoting whether the deletion was successful or not. ## Defined in -[src/resolvers/Mutation/deleteDonationById.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/deleteDonationById.ts#L10) +[src/resolvers/Mutation/deleteDonationById.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/deleteDonationById.ts#L10) diff --git a/docs/talawa-api-docs/resolvers/Mutation/deleteNote/variables/deleteNote.md b/docs/talawa-api-docs/resolvers/Mutation/deleteNote/variables/deleteNote.md index ff357008eaa..5727c22868c 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/deleteNote/variables/deleteNote.md +++ b/docs/talawa-api-docs/resolvers/Mutation/deleteNote/variables/deleteNote.md @@ -36,4 +36,4 @@ UnauthorizedError if the user is not the creator of the note. ## Defined in -[src/resolvers/Mutation/deleteNote.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/deleteNote.ts#L25) +[src/resolvers/Mutation/deleteNote.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/deleteNote.ts#L25) diff --git a/docs/talawa-api-docs/resolvers/Mutation/deleteVenue/variables/deleteVenue.md b/docs/talawa-api-docs/resolvers/Mutation/deleteVenue/variables/deleteVenue.md index d52582c6dba..92a89150884 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/deleteVenue/variables/deleteVenue.md +++ b/docs/talawa-api-docs/resolvers/Mutation/deleteVenue/variables/deleteVenue.md @@ -36,4 +36,4 @@ Deleted venue ## Defined in -[src/resolvers/Mutation/deleteVenue.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/deleteVenue.ts#L30) +[src/resolvers/Mutation/deleteVenue.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/deleteVenue.ts#L30) diff --git a/docs/talawa-api-docs/resolvers/Mutation/editVenue/variables/editVenue.md b/docs/talawa-api-docs/resolvers/Mutation/editVenue/variables/editVenue.md index 4bd6e3d7ec9..ca6b3ed1934 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/editVenue/variables/editVenue.md +++ b/docs/talawa-api-docs/resolvers/Mutation/editVenue/variables/editVenue.md @@ -38,4 +38,4 @@ Updated venue ## Defined in -[src/resolvers/Mutation/editVenue.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/editVenue.ts#L35) +[src/resolvers/Mutation/editVenue.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/editVenue.ts#L35) diff --git a/docs/talawa-api-docs/resolvers/Mutation/forgotPassword/variables/forgotPassword.md b/docs/talawa-api-docs/resolvers/Mutation/forgotPassword/variables/forgotPassword.md index 2774b4aed5b..8ccdcbd15e8 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/forgotPassword/variables/forgotPassword.md +++ b/docs/talawa-api-docs/resolvers/Mutation/forgotPassword/variables/forgotPassword.md @@ -32,4 +32,4 @@ True if the operation is successful. ## Defined in -[src/resolvers/Mutation/forgotPassword.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/forgotPassword.ts#L23) +[src/resolvers/Mutation/forgotPassword.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/forgotPassword.ts#L23) diff --git a/docs/talawa-api-docs/resolvers/Mutation/inviteEventAttendee/variables/inviteEventAttendee.md b/docs/talawa-api-docs/resolvers/Mutation/inviteEventAttendee/variables/inviteEventAttendee.md index 41cd976030b..11f9fac1db6 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/inviteEventAttendee/variables/inviteEventAttendee.md +++ b/docs/talawa-api-docs/resolvers/Mutation/inviteEventAttendee/variables/inviteEventAttendee.md @@ -44,4 +44,4 @@ ConflictError if the user is already invited to the event. ## Defined in -[src/resolvers/Mutation/inviteEventAttendee.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/inviteEventAttendee.ts#L40) +[src/resolvers/Mutation/inviteEventAttendee.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/inviteEventAttendee.ts#L40) diff --git a/docs/talawa-api-docs/resolvers/Mutation/joinPublicOrganization/variables/joinPublicOrganization.md b/docs/talawa-api-docs/resolvers/Mutation/joinPublicOrganization/variables/joinPublicOrganization.md index 73fd7b65c7b..2891cf708e8 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/joinPublicOrganization/variables/joinPublicOrganization.md +++ b/docs/talawa-api-docs/resolvers/Mutation/joinPublicOrganization/variables/joinPublicOrganization.md @@ -36,4 +36,4 @@ Updated user. ## Defined in -[src/resolvers/Mutation/joinPublicOrganization.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/joinPublicOrganization.ts#L28) +[src/resolvers/Mutation/joinPublicOrganization.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/joinPublicOrganization.ts#L28) diff --git a/docs/talawa-api-docs/resolvers/Mutation/leaveOrganization/variables/leaveOrganization.md b/docs/talawa-api-docs/resolvers/Mutation/leaveOrganization/variables/leaveOrganization.md index 78073fd3961..39122cec811 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/leaveOrganization/variables/leaveOrganization.md +++ b/docs/talawa-api-docs/resolvers/Mutation/leaveOrganization/variables/leaveOrganization.md @@ -36,4 +36,4 @@ Updated user ## Defined in -[src/resolvers/Mutation/leaveOrganization.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/leaveOrganization.ts#L36) +[src/resolvers/Mutation/leaveOrganization.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/leaveOrganization.ts#L36) diff --git a/docs/talawa-api-docs/resolvers/Mutation/likeComment/variables/likeComment.md b/docs/talawa-api-docs/resolvers/Mutation/likeComment/variables/likeComment.md index 5f6c773f34c..218005ae69a 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/likeComment/variables/likeComment.md +++ b/docs/talawa-api-docs/resolvers/Mutation/likeComment/variables/likeComment.md @@ -35,4 +35,4 @@ Post without the like ## Defined in -[src/resolvers/Mutation/likeComment.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/likeComment.ts#L18) +[src/resolvers/Mutation/likeComment.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/likeComment.ts#L18) diff --git a/docs/talawa-api-docs/resolvers/Mutation/likePost/variables/likePost.md b/docs/talawa-api-docs/resolvers/Mutation/likePost/variables/likePost.md index 262b47266ee..8e5515bf2c8 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/likePost/variables/likePost.md +++ b/docs/talawa-api-docs/resolvers/Mutation/likePost/variables/likePost.md @@ -35,4 +35,4 @@ Post without the like ## Defined in -[src/resolvers/Mutation/likePost.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/likePost.ts#L18) +[src/resolvers/Mutation/likePost.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/likePost.ts#L18) diff --git a/docs/talawa-api-docs/resolvers/Mutation/login/variables/login.md b/docs/talawa-api-docs/resolvers/Mutation/login/variables/login.md index 800f8daeae3..b6d65e42137 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/login/variables/login.md +++ b/docs/talawa-api-docs/resolvers/Mutation/login/variables/login.md @@ -30,4 +30,4 @@ Updated user ## Defined in -[src/resolvers/Mutation/login.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/login.ts#L25) +[src/resolvers/Mutation/login.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/login.ts#L25) diff --git a/docs/talawa-api-docs/resolvers/Mutation/logout/variables/logout.md b/docs/talawa-api-docs/resolvers/Mutation/logout/variables/logout.md index f0bce47ac83..f71ba353a59 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/logout/variables/logout.md +++ b/docs/talawa-api-docs/resolvers/Mutation/logout/variables/logout.md @@ -33,4 +33,4 @@ True if the operation is successful. ## Defined in -[src/resolvers/Mutation/logout.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/logout.ts#L13) +[src/resolvers/Mutation/logout.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/logout.ts#L13) diff --git a/docs/talawa-api-docs/resolvers/Mutation/markChatMessagesAsRead/README.md b/docs/talawa-api-docs/resolvers/Mutation/markChatMessagesAsRead/README.md new file mode 100644 index 00000000000..3a58c756f87 --- /dev/null +++ b/docs/talawa-api-docs/resolvers/Mutation/markChatMessagesAsRead/README.md @@ -0,0 +1,13 @@ +[**talawa-api**](../../../README.md) + +*** + +[talawa-api](../../../modules.md) / resolvers/Mutation/markChatMessagesAsRead + +# resolvers/Mutation/markChatMessagesAsRead + +## Index + +### Variables + +- [markChatMessagesAsRead](variables/markChatMessagesAsRead.md) diff --git a/docs/talawa-api-docs/resolvers/Mutation/markChatMessagesAsRead/variables/markChatMessagesAsRead.md b/docs/talawa-api-docs/resolvers/Mutation/markChatMessagesAsRead/variables/markChatMessagesAsRead.md new file mode 100644 index 00000000000..bbe2a65a46d --- /dev/null +++ b/docs/talawa-api-docs/resolvers/Mutation/markChatMessagesAsRead/variables/markChatMessagesAsRead.md @@ -0,0 +1,37 @@ +[**talawa-api**](../../../../README.md) + +*** + +[talawa-api](../../../../modules.md) / [resolvers/Mutation/markChatMessagesAsRead](../README.md) / markChatMessagesAsRead + +# Variable: markChatMessagesAsRead + +\> `const` **markChatMessagesAsRead**: [`MutationResolvers`](../../../../types/generatedGraphQLTypes/type-aliases/MutationResolvers.md)\[`"markChatMessagesAsRead"`\] + +This function enables to send message to direct chat. + +## Param + +parent of current request + +## Param + +payload provided with the request + +## Param + +context of entire application + +## Remarks + +The following checks are done: +1. If the direct chat exists. +2. If the user exists + +## Returns + +Direct chat message. + +## Defined in + +[src/resolvers/Mutation/markChatMessagesAsRead.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/markChatMessagesAsRead.ts#L20) diff --git a/docs/talawa-api-docs/resolvers/Mutation/otp/variables/otp.md b/docs/talawa-api-docs/resolvers/Mutation/otp/variables/otp.md index 7657cf20279..16af4f09b86 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/otp/variables/otp.md +++ b/docs/talawa-api-docs/resolvers/Mutation/otp/variables/otp.md @@ -29,4 +29,4 @@ Email to the user with the otp. ## Defined in -[src/resolvers/Mutation/otp.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/otp.ts#L16) +[src/resolvers/Mutation/otp.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/otp.ts#L16) diff --git a/docs/talawa-api-docs/resolvers/Mutation/recaptcha/variables/recaptcha.md b/docs/talawa-api-docs/resolvers/Mutation/recaptcha/variables/recaptcha.md index 95ffa3ca127..b37ec277928 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/recaptcha/variables/recaptcha.md +++ b/docs/talawa-api-docs/resolvers/Mutation/recaptcha/variables/recaptcha.md @@ -24,4 +24,4 @@ Response of the post request. ## Defined in -[src/resolvers/Mutation/recaptcha.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/recaptcha.ts#L10) +[src/resolvers/Mutation/recaptcha.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/recaptcha.ts#L10) diff --git a/docs/talawa-api-docs/resolvers/Mutation/refreshToken/variables/refreshToken.md b/docs/talawa-api-docs/resolvers/Mutation/refreshToken/variables/refreshToken.md index ed74edae07c..49a3d752bcd 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/refreshToken/variables/refreshToken.md +++ b/docs/talawa-api-docs/resolvers/Mutation/refreshToken/variables/refreshToken.md @@ -24,4 +24,4 @@ New access and refresh tokens. ## Defined in -[src/resolvers/Mutation/refreshToken.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/refreshToken.ts#L25) +[src/resolvers/Mutation/refreshToken.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/refreshToken.ts#L25) diff --git a/docs/talawa-api-docs/resolvers/Mutation/registerEventAttendee/variables/registerEventAttendee.md b/docs/talawa-api-docs/resolvers/Mutation/registerEventAttendee/variables/registerEventAttendee.md index 2a739c98c67..3d0e90e045b 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/registerEventAttendee/variables/registerEventAttendee.md +++ b/docs/talawa-api-docs/resolvers/Mutation/registerEventAttendee/variables/registerEventAttendee.md @@ -40,4 +40,4 @@ UnauthorizedError Throws an UnauthorizedError if the current user is not authori ## Defined in -[src/resolvers/Mutation/registerEventAttendee.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/registerEventAttendee.ts#L38) +[src/resolvers/Mutation/registerEventAttendee.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/registerEventAttendee.ts#L38) diff --git a/docs/talawa-api-docs/resolvers/Mutation/registerForEvent/variables/registerForEvent.md b/docs/talawa-api-docs/resolvers/Mutation/registerForEvent/variables/registerForEvent.md index 0c5e883ab48..53c38e75c2f 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/registerForEvent/variables/registerForEvent.md +++ b/docs/talawa-api-docs/resolvers/Mutation/registerForEvent/variables/registerForEvent.md @@ -47,4 +47,4 @@ If the user is invited, their registration status is updated. Otherwise, a new e ## Defined in -[src/resolvers/Mutation/registerForEvent.ts:34](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/registerForEvent.ts#L34) +[src/resolvers/Mutation/registerForEvent.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/registerForEvent.ts#L35) diff --git a/docs/talawa-api-docs/resolvers/Mutation/rejectMembershipRequest/variables/rejectMembershipRequest.md b/docs/talawa-api-docs/resolvers/Mutation/rejectMembershipRequest/variables/rejectMembershipRequest.md index 0bf740b8e54..5a0bb52eb58 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/rejectMembershipRequest/variables/rejectMembershipRequest.md +++ b/docs/talawa-api-docs/resolvers/Mutation/rejectMembershipRequest/variables/rejectMembershipRequest.md @@ -36,4 +36,4 @@ Deleted membership request. ## Defined in -[src/resolvers/Mutation/rejectMembershipRequest.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/rejectMembershipRequest.ts#L23) +[src/resolvers/Mutation/rejectMembershipRequest.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/rejectMembershipRequest.ts#L23) diff --git a/docs/talawa-api-docs/resolvers/Mutation/removeActionItem/variables/removeActionItem.md b/docs/talawa-api-docs/resolvers/Mutation/removeActionItem/variables/removeActionItem.md index 3891ec4d281..e2c1708a8f5 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/removeActionItem/variables/removeActionItem.md +++ b/docs/talawa-api-docs/resolvers/Mutation/removeActionItem/variables/removeActionItem.md @@ -36,4 +36,4 @@ deleted action item. ## Defined in -[src/resolvers/Mutation/removeActionItem.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/removeActionItem.ts#L35) +[src/resolvers/Mutation/removeActionItem.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/removeActionItem.ts#L35) diff --git a/docs/talawa-api-docs/resolvers/Mutation/removeAdmin/variables/removeAdmin.md b/docs/talawa-api-docs/resolvers/Mutation/removeAdmin/variables/removeAdmin.md index fea81a9fbea..9ee68e3b92b 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/removeAdmin/variables/removeAdmin.md +++ b/docs/talawa-api-docs/resolvers/Mutation/removeAdmin/variables/removeAdmin.md @@ -37,4 +37,4 @@ Updated appUserProfile. ## Defined in -[src/resolvers/Mutation/removeAdmin.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/removeAdmin.ts#L37) +[src/resolvers/Mutation/removeAdmin.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/removeAdmin.ts#L37) diff --git a/docs/talawa-api-docs/resolvers/Mutation/removeAgendaItem/variables/removeAgendaItem.md b/docs/talawa-api-docs/resolvers/Mutation/removeAgendaItem/variables/removeAgendaItem.md index 3ad21936814..0968cf5a9bc 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/removeAgendaItem/variables/removeAgendaItem.md +++ b/docs/talawa-api-docs/resolvers/Mutation/removeAgendaItem/variables/removeAgendaItem.md @@ -36,4 +36,4 @@ UnauthorizedError if the user is not the creator of the agenda item ## Defined in -[src/resolvers/Mutation/removeAgendaItem.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/removeAgendaItem.ts#L28) +[src/resolvers/Mutation/removeAgendaItem.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/removeAgendaItem.ts#L28) diff --git a/docs/talawa-api-docs/resolvers/Mutation/removeAgendaSection/variables/removeAgendaSection.md b/docs/talawa-api-docs/resolvers/Mutation/removeAgendaSection/variables/removeAgendaSection.md index 1b783884bb6..9317f6f3342 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/removeAgendaSection/variables/removeAgendaSection.md +++ b/docs/talawa-api-docs/resolvers/Mutation/removeAgendaSection/variables/removeAgendaSection.md @@ -30,4 +30,4 @@ A promise that resolves to the ID of the removed agenda section. ## Defined in -[src/resolvers/Mutation/removeAgendaSection.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/removeAgendaSection.ts#L25) +[src/resolvers/Mutation/removeAgendaSection.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/removeAgendaSection.ts#L25) diff --git a/docs/talawa-api-docs/resolvers/Mutation/removeComment/variables/removeComment.md b/docs/talawa-api-docs/resolvers/Mutation/removeComment/variables/removeComment.md index c8ce8e15709..64f1363a8c1 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/removeComment/variables/removeComment.md +++ b/docs/talawa-api-docs/resolvers/Mutation/removeComment/variables/removeComment.md @@ -36,4 +36,4 @@ Deleted comment. ## Defined in -[src/resolvers/Mutation/removeComment.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/removeComment.ts#L36) +[src/resolvers/Mutation/removeComment.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/removeComment.ts#L36) diff --git a/docs/talawa-api-docs/resolvers/Mutation/removeEvent/variables/removeEvent.md b/docs/talawa-api-docs/resolvers/Mutation/removeEvent/variables/removeEvent.md index e11b64b1094..94135cd46b9 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/removeEvent/variables/removeEvent.md +++ b/docs/talawa-api-docs/resolvers/Mutation/removeEvent/variables/removeEvent.md @@ -37,4 +37,4 @@ Deleted event. ## Defined in -[src/resolvers/Mutation/removeEvent.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/removeEvent.ts#L39) +[src/resolvers/Mutation/removeEvent.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/removeEvent.ts#L39) diff --git a/docs/talawa-api-docs/resolvers/Mutation/removeEventAttendee/variables/removeEventAttendee.md b/docs/talawa-api-docs/resolvers/Mutation/removeEventAttendee/variables/removeEventAttendee.md index 06e2fba2f39..84b63a6931b 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/removeEventAttendee/variables/removeEventAttendee.md +++ b/docs/talawa-api-docs/resolvers/Mutation/removeEventAttendee/variables/removeEventAttendee.md @@ -34,4 +34,4 @@ The details of the removed user if the removal was successful. ## Defined in -[src/resolvers/Mutation/removeEventAttendee.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/removeEventAttendee.ts#L38) +[src/resolvers/Mutation/removeEventAttendee.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/removeEventAttendee.ts#L38) diff --git a/docs/talawa-api-docs/resolvers/Mutation/removeEventVolunteer/variables/removeEventVolunteer.md b/docs/talawa-api-docs/resolvers/Mutation/removeEventVolunteer/variables/removeEventVolunteer.md index fe18a35cfb0..db815b86c1a 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/removeEventVolunteer/variables/removeEventVolunteer.md +++ b/docs/talawa-api-docs/resolvers/Mutation/removeEventVolunteer/variables/removeEventVolunteer.md @@ -36,4 +36,4 @@ Event Volunteer. ## Defined in -[src/resolvers/Mutation/removeEventVolunteer.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/removeEventVolunteer.ts#L25) +[src/resolvers/Mutation/removeEventVolunteer.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/removeEventVolunteer.ts#L25) diff --git a/docs/talawa-api-docs/resolvers/Mutation/removeEventVolunteerGroup/variables/removeEventVolunteerGroup.md b/docs/talawa-api-docs/resolvers/Mutation/removeEventVolunteerGroup/variables/removeEventVolunteerGroup.md index aa8a142a18e..89bf4892482 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/removeEventVolunteerGroup/variables/removeEventVolunteerGroup.md +++ b/docs/talawa-api-docs/resolvers/Mutation/removeEventVolunteerGroup/variables/removeEventVolunteerGroup.md @@ -35,4 +35,4 @@ Event Volunteer group. ## Defined in -[src/resolvers/Mutation/removeEventVolunteerGroup.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/removeEventVolunteerGroup.ts#L31) +[src/resolvers/Mutation/removeEventVolunteerGroup.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/removeEventVolunteerGroup.ts#L31) diff --git a/docs/talawa-api-docs/resolvers/Mutation/removeFromUserTags/variables/removeFromUserTags.md b/docs/talawa-api-docs/resolvers/Mutation/removeFromUserTags/variables/removeFromUserTags.md index 4136c4e0a9e..d45d6b82f81 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/removeFromUserTags/variables/removeFromUserTags.md +++ b/docs/talawa-api-docs/resolvers/Mutation/removeFromUserTags/variables/removeFromUserTags.md @@ -36,4 +36,4 @@ Array of tags that were removed from users. ## Defined in -[src/resolvers/Mutation/removeFromUserTags.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/removeFromUserTags.ts#L33) +[src/resolvers/Mutation/removeFromUserTags.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/removeFromUserTags.ts#L33) diff --git a/docs/talawa-api-docs/resolvers/Mutation/removeFundraisingCampaingPledge/variables/removeFundraisingCampaignPledge.md b/docs/talawa-api-docs/resolvers/Mutation/removeFundraisingCampaingPledge/variables/removeFundraisingCampaignPledge.md index 3bce3bfab51..344ae1a9f8b 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/removeFundraisingCampaingPledge/variables/removeFundraisingCampaignPledge.md +++ b/docs/talawa-api-docs/resolvers/Mutation/removeFundraisingCampaingPledge/variables/removeFundraisingCampaignPledge.md @@ -35,4 +35,4 @@ Deleted fundraising campaign pledge. ## Defined in -[src/resolvers/Mutation/removeFundraisingCampaingPledge.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/removeFundraisingCampaingPledge.ts#L28) +[src/resolvers/Mutation/removeFundraisingCampaingPledge.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/removeFundraisingCampaingPledge.ts#L28) diff --git a/docs/talawa-api-docs/resolvers/Mutation/removeMember/variables/removeMember.md b/docs/talawa-api-docs/resolvers/Mutation/removeMember/variables/removeMember.md index a228ef86a94..a36b7eb7466 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/removeMember/variables/removeMember.md +++ b/docs/talawa-api-docs/resolvers/Mutation/removeMember/variables/removeMember.md @@ -36,4 +36,4 @@ Organization. ## Defined in -[src/resolvers/Mutation/removeMember.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/removeMember.ts#L29) +[src/resolvers/Mutation/removeMember.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/removeMember.ts#L27) diff --git a/docs/talawa-api-docs/resolvers/Mutation/removeOrganization/variables/removeOrganization.md b/docs/talawa-api-docs/resolvers/Mutation/removeOrganization/variables/removeOrganization.md index b1045dfe69c..27add01ecc8 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/removeOrganization/variables/removeOrganization.md +++ b/docs/talawa-api-docs/resolvers/Mutation/removeOrganization/variables/removeOrganization.md @@ -36,4 +36,4 @@ Updated user. ## Defined in -[src/resolvers/Mutation/removeOrganization.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/removeOrganization.ts#L45) +[src/resolvers/Mutation/removeOrganization.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/removeOrganization.ts#L45) diff --git a/docs/talawa-api-docs/resolvers/Mutation/removeOrganizationCustomField/variables/removeOrganizationCustomField.md b/docs/talawa-api-docs/resolvers/Mutation/removeOrganizationCustomField/variables/removeOrganizationCustomField.md index 87370795816..de7dc7c5714 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/removeOrganizationCustomField/variables/removeOrganizationCustomField.md +++ b/docs/talawa-api-docs/resolvers/Mutation/removeOrganizationCustomField/variables/removeOrganizationCustomField.md @@ -37,4 +37,4 @@ Deleted Organization Custom Field. ## Defined in -[src/resolvers/Mutation/removeOrganizationCustomField.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/removeOrganizationCustomField.ts#L36) +[src/resolvers/Mutation/removeOrganizationCustomField.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/removeOrganizationCustomField.ts#L36) diff --git a/docs/talawa-api-docs/resolvers/Mutation/removeOrganizationImage/variables/removeOrganizationImage.md b/docs/talawa-api-docs/resolvers/Mutation/removeOrganizationImage/variables/removeOrganizationImage.md index 4d118072db5..14103cd9400 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/removeOrganizationImage/variables/removeOrganizationImage.md +++ b/docs/talawa-api-docs/resolvers/Mutation/removeOrganizationImage/variables/removeOrganizationImage.md @@ -35,4 +35,4 @@ Updated Organization. ## Defined in -[src/resolvers/Mutation/removeOrganizationImage.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/removeOrganizationImage.ts#L23) +[src/resolvers/Mutation/removeOrganizationImage.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/removeOrganizationImage.ts#L23) diff --git a/docs/talawa-api-docs/resolvers/Mutation/removePost/variables/removePost.md b/docs/talawa-api-docs/resolvers/Mutation/removePost/variables/removePost.md index 89ea8c188f1..e37336407eb 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/removePost/variables/removePost.md +++ b/docs/talawa-api-docs/resolvers/Mutation/removePost/variables/removePost.md @@ -37,4 +37,4 @@ Deleted Post. ## Defined in -[src/resolvers/Mutation/removePost.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/removePost.ts#L37) +[src/resolvers/Mutation/removePost.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/removePost.ts#L37) diff --git a/docs/talawa-api-docs/resolvers/Mutation/removeSampleOrganization/variables/removeSampleOrganization.md b/docs/talawa-api-docs/resolvers/Mutation/removeSampleOrganization/variables/removeSampleOrganization.md index dda62075cef..2ad3f413145 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/removeSampleOrganization/variables/removeSampleOrganization.md +++ b/docs/talawa-api-docs/resolvers/Mutation/removeSampleOrganization/variables/removeSampleOrganization.md @@ -32,4 +32,4 @@ A boolean value indicating whether the operation was successful. ## Defined in -[src/resolvers/Mutation/removeSampleOrganization.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/removeSampleOrganization.ts#L31) +[src/resolvers/Mutation/removeSampleOrganization.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/removeSampleOrganization.ts#L31) diff --git a/docs/talawa-api-docs/resolvers/Mutation/removeUserCustomData/variables/removeUserCustomData.md b/docs/talawa-api-docs/resolvers/Mutation/removeUserCustomData/variables/removeUserCustomData.md index dd93f8107d3..707e6eb8b8d 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/removeUserCustomData/variables/removeUserCustomData.md +++ b/docs/talawa-api-docs/resolvers/Mutation/removeUserCustomData/variables/removeUserCustomData.md @@ -30,4 +30,4 @@ The removed custom data object if the operation was successful. ## Defined in -[src/resolvers/Mutation/removeUserCustomData.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/removeUserCustomData.ts#L30) +[src/resolvers/Mutation/removeUserCustomData.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/removeUserCustomData.ts#L30) diff --git a/docs/talawa-api-docs/resolvers/Mutation/removeUserFamily/variables/removeUserFamily.md b/docs/talawa-api-docs/resolvers/Mutation/removeUserFamily/variables/removeUserFamily.md index cbae81f5f7b..1bdea8a7165 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/removeUserFamily/variables/removeUserFamily.md +++ b/docs/talawa-api-docs/resolvers/Mutation/removeUserFamily/variables/removeUserFamily.md @@ -34,4 +34,4 @@ Deleted user family. ## Defined in -[src/resolvers/Mutation/removeUserFamily.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/removeUserFamily.ts#L26) +[src/resolvers/Mutation/removeUserFamily.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/removeUserFamily.ts#L26) diff --git a/docs/talawa-api-docs/resolvers/Mutation/removeUserFromUserFamily/variables/removeUserFromUserFamily.md b/docs/talawa-api-docs/resolvers/Mutation/removeUserFromUserFamily/variables/removeUserFromUserFamily.md index 8737166001f..2a8834da121 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/removeUserFromUserFamily/variables/removeUserFromUserFamily.md +++ b/docs/talawa-api-docs/resolvers/Mutation/removeUserFromUserFamily/variables/removeUserFromUserFamily.md @@ -35,4 +35,4 @@ Updated group chat. ## Defined in -[src/resolvers/Mutation/removeUserFromUserFamily.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/removeUserFromUserFamily.ts#L29) +[src/resolvers/Mutation/removeUserFromUserFamily.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/removeUserFromUserFamily.ts#L29) diff --git a/docs/talawa-api-docs/resolvers/Mutation/removeUserImage/variables/removeUserImage.md b/docs/talawa-api-docs/resolvers/Mutation/removeUserImage/variables/removeUserImage.md index fcdb09294d2..7f0ffba4d4e 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/removeUserImage/variables/removeUserImage.md +++ b/docs/talawa-api-docs/resolvers/Mutation/removeUserImage/variables/removeUserImage.md @@ -34,4 +34,4 @@ Updated user. ## Defined in -[src/resolvers/Mutation/removeUserImage.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/removeUserImage.ts#L22) +[src/resolvers/Mutation/removeUserImage.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/removeUserImage.ts#L22) diff --git a/docs/talawa-api-docs/resolvers/Mutation/removeUserTag/variables/removeUserTag.md b/docs/talawa-api-docs/resolvers/Mutation/removeUserTag/variables/removeUserTag.md index 91ff1bb3888..24e718e51f8 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/removeUserTag/variables/removeUserTag.md +++ b/docs/talawa-api-docs/resolvers/Mutation/removeUserTag/variables/removeUserTag.md @@ -41,4 +41,4 @@ The tag that was deleted. ## Defined in -[src/resolvers/Mutation/removeUserTag.ts:43](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/removeUserTag.ts#L43) +[src/resolvers/Mutation/removeUserTag.ts:43](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/removeUserTag.ts#L43) diff --git a/docs/talawa-api-docs/resolvers/Mutation/resetCommunity/variables/resetCommunity.md b/docs/talawa-api-docs/resolvers/Mutation/resetCommunity/variables/resetCommunity.md index d9d214995c4..73a1e06aa15 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/resetCommunity/variables/resetCommunity.md +++ b/docs/talawa-api-docs/resolvers/Mutation/resetCommunity/variables/resetCommunity.md @@ -34,4 +34,4 @@ Boolean. ## Defined in -[src/resolvers/Mutation/resetCommunity.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/resetCommunity.ts#L25) +[src/resolvers/Mutation/resetCommunity.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/resetCommunity.ts#L25) diff --git a/docs/talawa-api-docs/resolvers/Mutation/revokeRefreshTokenForUser/variables/revokeRefreshTokenForUser.md b/docs/talawa-api-docs/resolvers/Mutation/revokeRefreshTokenForUser/variables/revokeRefreshTokenForUser.md index da9e6aea17e..5907911965e 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/revokeRefreshTokenForUser/variables/revokeRefreshTokenForUser.md +++ b/docs/talawa-api-docs/resolvers/Mutation/revokeRefreshTokenForUser/variables/revokeRefreshTokenForUser.md @@ -24,4 +24,4 @@ True is operation successful. ## Defined in -[src/resolvers/Mutation/revokeRefreshTokenForUser.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/revokeRefreshTokenForUser.ts#L9) +[src/resolvers/Mutation/revokeRefreshTokenForUser.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/revokeRefreshTokenForUser.ts#L9) diff --git a/docs/talawa-api-docs/resolvers/Mutation/saveFcmToken/variables/saveFcmToken.md b/docs/talawa-api-docs/resolvers/Mutation/saveFcmToken/variables/saveFcmToken.md index 88ec4fd1f2c..9b52071b9e8 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/saveFcmToken/variables/saveFcmToken.md +++ b/docs/talawa-api-docs/resolvers/Mutation/saveFcmToken/variables/saveFcmToken.md @@ -33,4 +33,4 @@ True if operation is successful. ## Defined in -[src/resolvers/Mutation/saveFcmToken.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/saveFcmToken.ts#L12) +[src/resolvers/Mutation/saveFcmToken.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/saveFcmToken.ts#L12) diff --git a/docs/talawa-api-docs/resolvers/Mutation/sendMembershipRequest/variables/sendMembershipRequest.md b/docs/talawa-api-docs/resolvers/Mutation/sendMembershipRequest/variables/sendMembershipRequest.md index f7348f90cd2..0a5ff70d6fc 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/sendMembershipRequest/variables/sendMembershipRequest.md +++ b/docs/talawa-api-docs/resolvers/Mutation/sendMembershipRequest/variables/sendMembershipRequest.md @@ -35,4 +35,4 @@ Membership request. ## Defined in -[src/resolvers/Mutation/sendMembershipRequest.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/sendMembershipRequest.ts#L25) +[src/resolvers/Mutation/sendMembershipRequest.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/sendMembershipRequest.ts#L25) diff --git a/docs/talawa-api-docs/resolvers/Mutation/sendMessageToChat/variables/sendMessageToChat.md b/docs/talawa-api-docs/resolvers/Mutation/sendMessageToChat/variables/sendMessageToChat.md index e49a023138b..365c2e7281c 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/sendMessageToChat/variables/sendMessageToChat.md +++ b/docs/talawa-api-docs/resolvers/Mutation/sendMessageToChat/variables/sendMessageToChat.md @@ -34,4 +34,4 @@ Chat message. ## Defined in -[src/resolvers/Mutation/sendMessageToChat.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/sendMessageToChat.ts#L15) +[src/resolvers/Mutation/sendMessageToChat.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/sendMessageToChat.ts#L17) diff --git a/docs/talawa-api-docs/resolvers/Mutation/signUp/variables/signUp.md b/docs/talawa-api-docs/resolvers/Mutation/signUp/variables/signUp.md index 5821cf3585b..d1bca0d81a8 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/signUp/variables/signUp.md +++ b/docs/talawa-api-docs/resolvers/Mutation/signUp/variables/signUp.md @@ -24,4 +24,4 @@ Sign up details. ## Defined in -[src/resolvers/Mutation/signUp.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/signUp.ts#L33) +[src/resolvers/Mutation/signUp.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/signUp.ts#L33) diff --git a/docs/talawa-api-docs/resolvers/Mutation/togglePostPin/variables/togglePostPin.md b/docs/talawa-api-docs/resolvers/Mutation/togglePostPin/variables/togglePostPin.md index b35e24d40ec..45b9b6a3ab2 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/togglePostPin/variables/togglePostPin.md +++ b/docs/talawa-api-docs/resolvers/Mutation/togglePostPin/variables/togglePostPin.md @@ -30,4 +30,4 @@ The updated post object after the pinning status has been toggled. ## Defined in -[src/resolvers/Mutation/togglePostPin.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/togglePostPin.ts#L40) +[src/resolvers/Mutation/togglePostPin.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/togglePostPin.ts#L40) diff --git a/docs/talawa-api-docs/resolvers/Mutation/unassignUserTag/variables/unassignUserTag.md b/docs/talawa-api-docs/resolvers/Mutation/unassignUserTag/variables/unassignUserTag.md index 21f8ae0022b..4f6482f34b5 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/unassignUserTag/variables/unassignUserTag.md +++ b/docs/talawa-api-docs/resolvers/Mutation/unassignUserTag/variables/unassignUserTag.md @@ -43,4 +43,4 @@ The user from whom the tag was unassigned. ## Defined in -[src/resolvers/Mutation/unassignUserTag.ts:47](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/unassignUserTag.ts#L47) +[src/resolvers/Mutation/unassignUserTag.ts:47](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/unassignUserTag.ts#L47) diff --git a/docs/talawa-api-docs/resolvers/Mutation/unblockUser/variables/unblockUser.md b/docs/talawa-api-docs/resolvers/Mutation/unblockUser/variables/unblockUser.md index 1280daf3048..251b4b2724e 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/unblockUser/variables/unblockUser.md +++ b/docs/talawa-api-docs/resolvers/Mutation/unblockUser/variables/unblockUser.md @@ -35,4 +35,4 @@ updated organization. ## Defined in -[src/resolvers/Mutation/unblockUser.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/unblockUser.ts#L27) +[src/resolvers/Mutation/unblockUser.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/unblockUser.ts#L27) diff --git a/docs/talawa-api-docs/resolvers/Mutation/unlikeComment/variables/unlikeComment.md b/docs/talawa-api-docs/resolvers/Mutation/unlikeComment/variables/unlikeComment.md index f9e3d56cc0e..971b708d4d3 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/unlikeComment/variables/unlikeComment.md +++ b/docs/talawa-api-docs/resolvers/Mutation/unlikeComment/variables/unlikeComment.md @@ -34,4 +34,4 @@ Comment. ## Defined in -[src/resolvers/Mutation/unlikeComment.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/unlikeComment.ts#L17) +[src/resolvers/Mutation/unlikeComment.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/unlikeComment.ts#L17) diff --git a/docs/talawa-api-docs/resolvers/Mutation/unlikePost/variables/unlikePost.md b/docs/talawa-api-docs/resolvers/Mutation/unlikePost/variables/unlikePost.md index beafaff70f7..3ac590e472a 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/unlikePost/variables/unlikePost.md +++ b/docs/talawa-api-docs/resolvers/Mutation/unlikePost/variables/unlikePost.md @@ -34,4 +34,4 @@ Post. ## Defined in -[src/resolvers/Mutation/unlikePost.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/unlikePost.ts#L18) +[src/resolvers/Mutation/unlikePost.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/unlikePost.ts#L18) diff --git a/docs/talawa-api-docs/resolvers/Mutation/unregisterForEventByUser/variables/unregisterForEventByUser.md b/docs/talawa-api-docs/resolvers/Mutation/unregisterForEventByUser/variables/unregisterForEventByUser.md index a55848afef6..e0fd2f64ae6 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/unregisterForEventByUser/variables/unregisterForEventByUser.md +++ b/docs/talawa-api-docs/resolvers/Mutation/unregisterForEventByUser/variables/unregisterForEventByUser.md @@ -35,4 +35,4 @@ Updated event. ## Defined in -[src/resolvers/Mutation/unregisterForEventByUser.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/unregisterForEventByUser.ts#L24) +[src/resolvers/Mutation/unregisterForEventByUser.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/unregisterForEventByUser.ts#L24) diff --git a/docs/talawa-api-docs/resolvers/Mutation/updateActionItem/variables/updateActionItem.md b/docs/talawa-api-docs/resolvers/Mutation/updateActionItem/variables/updateActionItem.md index 2b52bbb26f0..49ebcf7f370 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/updateActionItem/variables/updateActionItem.md +++ b/docs/talawa-api-docs/resolvers/Mutation/updateActionItem/variables/updateActionItem.md @@ -10,4 +10,4 @@ ## Defined in -[src/resolvers/Mutation/updateActionItem.ts:57](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/updateActionItem.ts#L57) +[src/resolvers/Mutation/updateActionItem.ts:57](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/updateActionItem.ts#L57) diff --git a/docs/talawa-api-docs/resolvers/Mutation/updateActionItemCategory/variables/updateActionItemCategory.md b/docs/talawa-api-docs/resolvers/Mutation/updateActionItemCategory/variables/updateActionItemCategory.md index 547ad903481..1ec87cd9ca4 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/updateActionItemCategory/variables/updateActionItemCategory.md +++ b/docs/talawa-api-docs/resolvers/Mutation/updateActionItemCategory/variables/updateActionItemCategory.md @@ -10,4 +10,4 @@ ## Defined in -[src/resolvers/Mutation/updateActionItemCategory.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/updateActionItemCategory.ts#L31) +[src/resolvers/Mutation/updateActionItemCategory.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/updateActionItemCategory.ts#L31) diff --git a/docs/talawa-api-docs/resolvers/Mutation/updateAdvertisement/variables/updateAdvertisement.md b/docs/talawa-api-docs/resolvers/Mutation/updateAdvertisement/variables/updateAdvertisement.md index d822c82f0bb..e96b41c8994 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/updateAdvertisement/variables/updateAdvertisement.md +++ b/docs/talawa-api-docs/resolvers/Mutation/updateAdvertisement/variables/updateAdvertisement.md @@ -30,4 +30,4 @@ An object containing the updated advertisement with all its fields. ## Defined in -[src/resolvers/Mutation/updateAdvertisement.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/updateAdvertisement.ts#L37) +[src/resolvers/Mutation/updateAdvertisement.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/updateAdvertisement.ts#L37) diff --git a/docs/talawa-api-docs/resolvers/Mutation/updateAgendaCategory/variables/updateAgendaCategory.md b/docs/talawa-api-docs/resolvers/Mutation/updateAgendaCategory/variables/updateAgendaCategory.md index 5e4cca78c08..15c8061752e 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/updateAgendaCategory/variables/updateAgendaCategory.md +++ b/docs/talawa-api-docs/resolvers/Mutation/updateAgendaCategory/variables/updateAgendaCategory.md @@ -43,4 +43,4 @@ A promise that resolves to the updated agenda category. ## Defined in -[src/resolvers/Mutation/updateAgendaCategory.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/updateAgendaCategory.ts#L36) +[src/resolvers/Mutation/updateAgendaCategory.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/updateAgendaCategory.ts#L36) diff --git a/docs/talawa-api-docs/resolvers/Mutation/updateAgendaItem/variables/updateAgendaItem.md b/docs/talawa-api-docs/resolvers/Mutation/updateAgendaItem/variables/updateAgendaItem.md index 27aedb57864..3b4becb175a 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/updateAgendaItem/variables/updateAgendaItem.md +++ b/docs/talawa-api-docs/resolvers/Mutation/updateAgendaItem/variables/updateAgendaItem.md @@ -28,4 +28,4 @@ The updated agenda item. ## Defined in -[src/resolvers/Mutation/updateAgendaItem.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/updateAgendaItem.ts#L30) +[src/resolvers/Mutation/updateAgendaItem.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/updateAgendaItem.ts#L30) diff --git a/docs/talawa-api-docs/resolvers/Mutation/updateAgendaSection/variables/updateAgendaSection.md b/docs/talawa-api-docs/resolvers/Mutation/updateAgendaSection/variables/updateAgendaSection.md index 57d11b1df6b..a07a5f77fae 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/updateAgendaSection/variables/updateAgendaSection.md +++ b/docs/talawa-api-docs/resolvers/Mutation/updateAgendaSection/variables/updateAgendaSection.md @@ -30,4 +30,4 @@ A promise that resolves to the updated agenda section. ## Defined in -[src/resolvers/Mutation/updateAgendaSection.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/updateAgendaSection.ts#L30) +[src/resolvers/Mutation/updateAgendaSection.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/updateAgendaSection.ts#L30) diff --git a/docs/talawa-api-docs/resolvers/Mutation/updateChat/README.md b/docs/talawa-api-docs/resolvers/Mutation/updateChat/README.md new file mode 100644 index 00000000000..fa94b559242 --- /dev/null +++ b/docs/talawa-api-docs/resolvers/Mutation/updateChat/README.md @@ -0,0 +1,19 @@ +[**talawa-api**](../../../README.md) + +*** + +[talawa-api](../../../modules.md) / resolvers/Mutation/updateChat + +# resolvers/Mutation/updateChat + +## Index + +### Variables + +- [updateChat](variables/updateChat.md) + +## References + +### default + +Renames and re-exports [updateChat](variables/updateChat.md) diff --git a/docs/talawa-api-docs/resolvers/Mutation/updateChat/variables/updateChat.md b/docs/talawa-api-docs/resolvers/Mutation/updateChat/variables/updateChat.md new file mode 100644 index 00000000000..a378c2cd115 --- /dev/null +++ b/docs/talawa-api-docs/resolvers/Mutation/updateChat/variables/updateChat.md @@ -0,0 +1,37 @@ +[**talawa-api**](../../../../README.md) + +*** + +[talawa-api](../../../../modules.md) / [resolvers/Mutation/updateChat](../README.md) / updateChat + +# Variable: updateChat + +\> `const` **updateChat**: [`MutationResolvers`](../../../../types/generatedGraphQLTypes/type-aliases/MutationResolvers.md)\[`"updateChat"`\] + +This function enables to update a chat. + +## Param + +parent of current request + +## Param + +payload provided with the request + +## Param + +context of entire application + +## Remarks + +The following checks are done: +1. If the chat exists +2. If the user is a member of the chat + +## Returns + +Updated chat + +## Defined in + +[src/resolvers/Mutation/updateChat.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/updateChat.ts#L24) diff --git a/docs/talawa-api-docs/resolvers/Mutation/updateChatMessage/README.md b/docs/talawa-api-docs/resolvers/Mutation/updateChatMessage/README.md new file mode 100644 index 00000000000..b8404084d8a --- /dev/null +++ b/docs/talawa-api-docs/resolvers/Mutation/updateChatMessage/README.md @@ -0,0 +1,19 @@ +[**talawa-api**](../../../README.md) + +*** + +[talawa-api](../../../modules.md) / resolvers/Mutation/updateChatMessage + +# resolvers/Mutation/updateChatMessage + +## Index + +### Variables + +- [updateChatMessage](variables/updateChatMessage.md) + +## References + +### default + +Renames and re-exports [updateChatMessage](variables/updateChatMessage.md) diff --git a/docs/talawa-api-docs/resolvers/Mutation/updateChatMessage/variables/updateChatMessage.md b/docs/talawa-api-docs/resolvers/Mutation/updateChatMessage/variables/updateChatMessage.md new file mode 100644 index 00000000000..fa84679ff3c --- /dev/null +++ b/docs/talawa-api-docs/resolvers/Mutation/updateChatMessage/variables/updateChatMessage.md @@ -0,0 +1,40 @@ +[**talawa-api**](../../../../README.md) + +*** + +[talawa-api](../../../../modules.md) / [resolvers/Mutation/updateChatMessage](../README.md) / updateChatMessage + +# Variable: updateChatMessage + +\> `const` **updateChatMessage**: [`MutationResolvers`](../../../../types/generatedGraphQLTypes/type-aliases/MutationResolvers.md)\[`"updateChatMessage"`\] + +This function enables to update a chat message. + +## Param + +parent of current request + +## Param + +payload provided with the request + +## Param + +context of entire application + +## Remarks + +The following checks are done: +1. If the chat message exists. +2. If the chat exists. +3. If the user exists. +4. If the user is a member of the chat. +5. If the user is the sender of the message. + +## Returns + +Updated chat message. + +## Defined in + +[src/resolvers/Mutation/updateChatMessage.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/updateChatMessage.ts#L28) diff --git a/docs/talawa-api-docs/resolvers/Mutation/updateCommunity/variables/updateCommunity.md b/docs/talawa-api-docs/resolvers/Mutation/updateCommunity/variables/updateCommunity.md index 0cb8c2f4c61..817d0d28a67 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/updateCommunity/variables/updateCommunity.md +++ b/docs/talawa-api-docs/resolvers/Mutation/updateCommunity/variables/updateCommunity.md @@ -34,4 +34,4 @@ Boolean. ## Defined in -[src/resolvers/Mutation/updateCommunity.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/updateCommunity.ts#L27) +[src/resolvers/Mutation/updateCommunity.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/updateCommunity.ts#L27) diff --git a/docs/talawa-api-docs/resolvers/Mutation/updateEvent/variables/updateEvent.md b/docs/talawa-api-docs/resolvers/Mutation/updateEvent/variables/updateEvent.md index 586606e3e16..a35c6daab47 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/updateEvent/variables/updateEvent.md +++ b/docs/talawa-api-docs/resolvers/Mutation/updateEvent/variables/updateEvent.md @@ -35,4 +35,4 @@ Updated event. ## Defined in -[src/resolvers/Mutation/updateEvent.ts:41](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/updateEvent.ts#L41) +[src/resolvers/Mutation/updateEvent.ts:41](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/updateEvent.ts#L41) diff --git a/docs/talawa-api-docs/resolvers/Mutation/updateEventVolunteer/variables/updateEventVolunteer.md b/docs/talawa-api-docs/resolvers/Mutation/updateEventVolunteer/variables/updateEventVolunteer.md index 950e0aaa7ca..aa76fd673c8 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/updateEventVolunteer/variables/updateEventVolunteer.md +++ b/docs/talawa-api-docs/resolvers/Mutation/updateEventVolunteer/variables/updateEventVolunteer.md @@ -32,4 +32,4 @@ The following checks are done: ## Defined in -[src/resolvers/Mutation/updateEventVolunteer.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/updateEventVolunteer.ts#L21) +[src/resolvers/Mutation/updateEventVolunteer.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/updateEventVolunteer.ts#L21) diff --git a/docs/talawa-api-docs/resolvers/Mutation/updateEventVolunteerGroup/variables/updateEventVolunteerGroup.md b/docs/talawa-api-docs/resolvers/Mutation/updateEventVolunteerGroup/variables/updateEventVolunteerGroup.md index e63ce82e59f..dec16865491 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/updateEventVolunteerGroup/variables/updateEventVolunteerGroup.md +++ b/docs/talawa-api-docs/resolvers/Mutation/updateEventVolunteerGroup/variables/updateEventVolunteerGroup.md @@ -31,4 +31,4 @@ The following checks are done: ## Defined in -[src/resolvers/Mutation/updateEventVolunteerGroup.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/updateEventVolunteerGroup.ts#L22) +[src/resolvers/Mutation/updateEventVolunteerGroup.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/updateEventVolunteerGroup.ts#L22) diff --git a/docs/talawa-api-docs/resolvers/Mutation/updateFund/variables/updateFund.md b/docs/talawa-api-docs/resolvers/Mutation/updateFund/variables/updateFund.md index 3fb4d3ab3e9..33507297af5 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/updateFund/variables/updateFund.md +++ b/docs/talawa-api-docs/resolvers/Mutation/updateFund/variables/updateFund.md @@ -37,4 +37,4 @@ Updated Fund. ## Defined in -[src/resolvers/Mutation/updateFund.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/updateFund.ts#L33) +[src/resolvers/Mutation/updateFund.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/updateFund.ts#L33) diff --git a/docs/talawa-api-docs/resolvers/Mutation/updateFundCampaignPledge/variables/updateFundraisingCampaignPledge.md b/docs/talawa-api-docs/resolvers/Mutation/updateFundCampaignPledge/variables/updateFundraisingCampaignPledge.md index b55dfa6b5ae..03ae8746771 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/updateFundCampaignPledge/variables/updateFundraisingCampaignPledge.md +++ b/docs/talawa-api-docs/resolvers/Mutation/updateFundCampaignPledge/variables/updateFundraisingCampaignPledge.md @@ -37,4 +37,4 @@ Updated campaign pledge. ## Defined in -[src/resolvers/Mutation/updateFundCampaignPledge.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/updateFundCampaignPledge.ts#L32) +[src/resolvers/Mutation/updateFundCampaignPledge.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/updateFundCampaignPledge.ts#L32) diff --git a/docs/talawa-api-docs/resolvers/Mutation/updateFundraisingCampaign/variables/updateFundraisingCampaign.md b/docs/talawa-api-docs/resolvers/Mutation/updateFundraisingCampaign/variables/updateFundraisingCampaign.md index 6424d8ba37c..514dab9ef1d 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/updateFundraisingCampaign/variables/updateFundraisingCampaign.md +++ b/docs/talawa-api-docs/resolvers/Mutation/updateFundraisingCampaign/variables/updateFundraisingCampaign.md @@ -38,4 +38,4 @@ Updated campaign. ## Defined in -[src/resolvers/Mutation/updateFundraisingCampaign.ts:42](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/updateFundraisingCampaign.ts#L42) +[src/resolvers/Mutation/updateFundraisingCampaign.ts:42](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/updateFundraisingCampaign.ts#L42) diff --git a/docs/talawa-api-docs/resolvers/Mutation/updateLanguage/variables/updateLanguage.md b/docs/talawa-api-docs/resolvers/Mutation/updateLanguage/variables/updateLanguage.md index 0aa2f58bc1b..d1508a8541c 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/updateLanguage/variables/updateLanguage.md +++ b/docs/talawa-api-docs/resolvers/Mutation/updateLanguage/variables/updateLanguage.md @@ -33,4 +33,4 @@ Updated language. ## Defined in -[src/resolvers/Mutation/updateLanguage.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/updateLanguage.ts#L13) +[src/resolvers/Mutation/updateLanguage.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/updateLanguage.ts#L13) diff --git a/docs/talawa-api-docs/resolvers/Mutation/updateNote/variables/updateNote.md b/docs/talawa-api-docs/resolvers/Mutation/updateNote/variables/updateNote.md index f15ac42d9eb..7f816a43ef6 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/updateNote/variables/updateNote.md +++ b/docs/talawa-api-docs/resolvers/Mutation/updateNote/variables/updateNote.md @@ -42,4 +42,4 @@ The updated note. ## Defined in -[src/resolvers/Mutation/updateNote.ts:44](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/updateNote.ts#L44) +[src/resolvers/Mutation/updateNote.ts:44](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/updateNote.ts#L44) diff --git a/docs/talawa-api-docs/resolvers/Mutation/updateOrganization/variables/updateOrganization.md b/docs/talawa-api-docs/resolvers/Mutation/updateOrganization/variables/updateOrganization.md index 36247d14c1e..c9b4a2dd751 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/updateOrganization/variables/updateOrganization.md +++ b/docs/talawa-api-docs/resolvers/Mutation/updateOrganization/variables/updateOrganization.md @@ -34,4 +34,4 @@ Updated organization. ## Defined in -[src/resolvers/Mutation/updateOrganization.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/updateOrganization.ts#L22) +[src/resolvers/Mutation/updateOrganization.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/updateOrganization.ts#L22) diff --git a/docs/talawa-api-docs/resolvers/Mutation/updatePluginStatus/variables/updatePluginStatus.md b/docs/talawa-api-docs/resolvers/Mutation/updatePluginStatus/variables/updatePluginStatus.md index e3b6c1cb04d..9edc9298593 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/updatePluginStatus/variables/updatePluginStatus.md +++ b/docs/talawa-api-docs/resolvers/Mutation/updatePluginStatus/variables/updatePluginStatus.md @@ -28,4 +28,4 @@ Updated PLugin status. ## Defined in -[src/resolvers/Mutation/updatePluginStatus.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/updatePluginStatus.ts#L15) +[src/resolvers/Mutation/updatePluginStatus.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/updatePluginStatus.ts#L15) diff --git a/docs/talawa-api-docs/resolvers/Mutation/updateSessionTimeout/variables/updateSessionTimeout.md b/docs/talawa-api-docs/resolvers/Mutation/updateSessionTimeout/variables/updateSessionTimeout.md index 3c5d05bb1a5..4a8894cc0ca 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/updateSessionTimeout/variables/updateSessionTimeout.md +++ b/docs/talawa-api-docs/resolvers/Mutation/updateSessionTimeout/variables/updateSessionTimeout.md @@ -40,4 +40,4 @@ context of the entire application, containing user information ## Defined in -[src/resolvers/Mutation/updateSessionTimeout.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/updateSessionTimeout.ts#L28) +[src/resolvers/Mutation/updateSessionTimeout.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/updateSessionTimeout.ts#L28) diff --git a/docs/talawa-api-docs/resolvers/Mutation/updateUserPassword/variables/updateUserPassword.md b/docs/talawa-api-docs/resolvers/Mutation/updateUserPassword/variables/updateUserPassword.md index 748f8a86676..6ce0722d5b3 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/updateUserPassword/variables/updateUserPassword.md +++ b/docs/talawa-api-docs/resolvers/Mutation/updateUserPassword/variables/updateUserPassword.md @@ -39,4 +39,4 @@ An object containing the updated user and their profile. ## Defined in -[src/resolvers/Mutation/updateUserPassword.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/updateUserPassword.ts#L39) +[src/resolvers/Mutation/updateUserPassword.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/updateUserPassword.ts#L39) diff --git a/docs/talawa-api-docs/resolvers/Mutation/updateUserProfile/variables/updateUserProfile.md b/docs/talawa-api-docs/resolvers/Mutation/updateUserProfile/variables/updateUserProfile.md index 418476a5528..ff6df714d08 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/updateUserProfile/variables/updateUserProfile.md +++ b/docs/talawa-api-docs/resolvers/Mutation/updateUserProfile/variables/updateUserProfile.md @@ -33,4 +33,4 @@ Updated user profile. ## Defined in -[src/resolvers/Mutation/updateUserProfile.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/updateUserProfile.ts#L22) +[src/resolvers/Mutation/updateUserProfile.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/updateUserProfile.ts#L22) diff --git a/docs/talawa-api-docs/resolvers/Mutation/updateUserRoleInOrganization/variables/updateUserRoleInOrganization.md b/docs/talawa-api-docs/resolvers/Mutation/updateUserRoleInOrganization/variables/updateUserRoleInOrganization.md index 774e67e903e..46255302f17 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/updateUserRoleInOrganization/variables/updateUserRoleInOrganization.md +++ b/docs/talawa-api-docs/resolvers/Mutation/updateUserRoleInOrganization/variables/updateUserRoleInOrganization.md @@ -29,4 +29,4 @@ Only SUPERADMIN & ADMIN of a organization can update the role of a user in an or ## Defined in -[src/resolvers/Mutation/updateUserRoleInOrganization.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/updateUserRoleInOrganization.ts#L24) +[src/resolvers/Mutation/updateUserRoleInOrganization.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/updateUserRoleInOrganization.ts#L24) diff --git a/docs/talawa-api-docs/resolvers/Mutation/updateUserTag/variables/updateUserTag.md b/docs/talawa-api-docs/resolvers/Mutation/updateUserTag/variables/updateUserTag.md index 7e1b427fda6..c6fd4204158 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/updateUserTag/variables/updateUserTag.md +++ b/docs/talawa-api-docs/resolvers/Mutation/updateUserTag/variables/updateUserTag.md @@ -30,4 +30,4 @@ The updated tag with its new name. ## Defined in -[src/resolvers/Mutation/updateUserTag.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/updateUserTag.ts#L29) +[src/resolvers/Mutation/updateUserTag.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/updateUserTag.ts#L29) diff --git a/docs/talawa-api-docs/resolvers/Mutation/updateVolunteerMembership/variables/updateVolunteerMembership.md b/docs/talawa-api-docs/resolvers/Mutation/updateVolunteerMembership/variables/updateVolunteerMembership.md index 05a46b96924..c192bed9a59 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/updateVolunteerMembership/variables/updateVolunteerMembership.md +++ b/docs/talawa-api-docs/resolvers/Mutation/updateVolunteerMembership/variables/updateVolunteerMembership.md @@ -31,4 +31,4 @@ The following checks are done: ## Defined in -[src/resolvers/Mutation/updateVolunteerMembership.ts:72](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/updateVolunteerMembership.ts#L72) +[src/resolvers/Mutation/updateVolunteerMembership.ts:72](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/updateVolunteerMembership.ts#L72) diff --git a/docs/talawa-api-docs/resolvers/Mutation/variables/Mutation.md b/docs/talawa-api-docs/resolvers/Mutation/variables/Mutation.md index 386988320cd..7db4d1792bb 100644 --- a/docs/talawa-api-docs/resolvers/Mutation/variables/Mutation.md +++ b/docs/talawa-api-docs/resolvers/Mutation/variables/Mutation.md @@ -10,4 +10,4 @@ ## Defined in -[src/resolvers/Mutation/index.ts:122](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Mutation/index.ts#L122) +[src/resolvers/Mutation/index.ts:126](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Mutation/index.ts#L126) diff --git a/docs/talawa-api-docs/resolvers/Organization/actionItemCategories/variables/actionItemCategories.md b/docs/talawa-api-docs/resolvers/Organization/actionItemCategories/variables/actionItemCategories.md index 2c3c25ae434..0c76009acd5 100644 --- a/docs/talawa-api-docs/resolvers/Organization/actionItemCategories/variables/actionItemCategories.md +++ b/docs/talawa-api-docs/resolvers/Organization/actionItemCategories/variables/actionItemCategories.md @@ -27,4 +27,4 @@ A promise that resolves to the action item category documents found in the datab ## Defined in -[src/resolvers/Organization/actionItemCategories.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Organization/actionItemCategories.ts#L16) +[src/resolvers/Organization/actionItemCategories.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Organization/actionItemCategories.ts#L16) diff --git a/docs/talawa-api-docs/resolvers/Organization/admins/variables/admins.md b/docs/talawa-api-docs/resolvers/Organization/admins/variables/admins.md index 5bc1e682eb2..dce17aa3964 100644 --- a/docs/talawa-api-docs/resolvers/Organization/admins/variables/admins.md +++ b/docs/talawa-api-docs/resolvers/Organization/admins/variables/admins.md @@ -27,4 +27,4 @@ A promise that resolves to an array of user documents found in the database. The ## Defined in -[src/resolvers/Organization/admins.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Organization/admins.ts#L16) +[src/resolvers/Organization/admins.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Organization/admins.ts#L16) diff --git a/docs/talawa-api-docs/resolvers/Organization/advertisements/functions/parseCursor.md b/docs/talawa-api-docs/resolvers/Organization/advertisements/functions/parseCursor.md index 79a626993b9..d1693b9abfd 100644 --- a/docs/talawa-api-docs/resolvers/Organization/advertisements/functions/parseCursor.md +++ b/docs/talawa-api-docs/resolvers/Organization/advertisements/functions/parseCursor.md @@ -33,4 +33,4 @@ An object containing the parsed cursor value, or an array of errors if the curso ## Defined in -[src/resolvers/Organization/advertisements.ts:130](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Organization/advertisements.ts#L130) +[src/resolvers/Organization/advertisements.ts:130](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Organization/advertisements.ts#L130) diff --git a/docs/talawa-api-docs/resolvers/Organization/advertisements/variables/advertisements.md b/docs/talawa-api-docs/resolvers/Organization/advertisements/variables/advertisements.md index 3c011d5d4f4..ab28d2ebef3 100644 --- a/docs/talawa-api-docs/resolvers/Organization/advertisements/variables/advertisements.md +++ b/docs/talawa-api-docs/resolvers/Organization/advertisements/variables/advertisements.md @@ -41,4 +41,4 @@ A promise that resolves to a connection object containing the advertisements of ## Defined in -[src/resolvers/Organization/advertisements.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Organization/advertisements.ts#L38) +[src/resolvers/Organization/advertisements.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Organization/advertisements.ts#L38) diff --git a/docs/talawa-api-docs/resolvers/Organization/agendaCategories/variables/agendaCategories.md b/docs/talawa-api-docs/resolvers/Organization/agendaCategories/variables/agendaCategories.md index 0ce7799e6dc..13ddbe99733 100644 --- a/docs/talawa-api-docs/resolvers/Organization/agendaCategories/variables/agendaCategories.md +++ b/docs/talawa-api-docs/resolvers/Organization/agendaCategories/variables/agendaCategories.md @@ -27,4 +27,4 @@ A promise that resolves to an array of agenda category documents found in the da ## Defined in -[src/resolvers/Organization/agendaCategories.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Organization/agendaCategories.ts#L16) +[src/resolvers/Organization/agendaCategories.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Organization/agendaCategories.ts#L16) diff --git a/docs/talawa-api-docs/resolvers/Organization/blockedUsers/variables/blockedUsers.md b/docs/talawa-api-docs/resolvers/Organization/blockedUsers/variables/blockedUsers.md index a39ffbad4eb..5c9efca309a 100644 --- a/docs/talawa-api-docs/resolvers/Organization/blockedUsers/variables/blockedUsers.md +++ b/docs/talawa-api-docs/resolvers/Organization/blockedUsers/variables/blockedUsers.md @@ -27,4 +27,4 @@ A promise that resolves to an array of user documents found in the database. The ## Defined in -[src/resolvers/Organization/blockedUsers.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Organization/blockedUsers.ts#L16) +[src/resolvers/Organization/blockedUsers.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Organization/blockedUsers.ts#L16) diff --git a/docs/talawa-api-docs/resolvers/Organization/creator/variables/creator.md b/docs/talawa-api-docs/resolvers/Organization/creator/variables/creator.md index 9abc6d2e3d6..30493d17a89 100644 --- a/docs/talawa-api-docs/resolvers/Organization/creator/variables/creator.md +++ b/docs/talawa-api-docs/resolvers/Organization/creator/variables/creator.md @@ -27,4 +27,4 @@ A promise that resolves to the user document found in the database. This documen ## Defined in -[src/resolvers/Organization/creator.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Organization/creator.ts#L18) +[src/resolvers/Organization/creator.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Organization/creator.ts#L18) diff --git a/docs/talawa-api-docs/resolvers/Organization/funds/variables/funds.md b/docs/talawa-api-docs/resolvers/Organization/funds/variables/funds.md index ba4d5f431fa..e0974722341 100644 --- a/docs/talawa-api-docs/resolvers/Organization/funds/variables/funds.md +++ b/docs/talawa-api-docs/resolvers/Organization/funds/variables/funds.md @@ -27,4 +27,4 @@ A promise that resolves to the fund documents found in the database. These docum ## Defined in -[src/resolvers/Organization/funds.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Organization/funds.ts#L16) +[src/resolvers/Organization/funds.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Organization/funds.ts#L16) diff --git a/docs/talawa-api-docs/resolvers/Organization/image/variables/image.md b/docs/talawa-api-docs/resolvers/Organization/image/variables/image.md index e4d6ea225c6..b85874c2936 100644 --- a/docs/talawa-api-docs/resolvers/Organization/image/variables/image.md +++ b/docs/talawa-api-docs/resolvers/Organization/image/variables/image.md @@ -26,4 +26,4 @@ OrganizationResolvers - The type definition for the resolvers of the Organizatio ## Defined in -[src/resolvers/Organization/image.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Organization/image.ts#L15) +[src/resolvers/Organization/image.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Organization/image.ts#L15) diff --git a/docs/talawa-api-docs/resolvers/Organization/members/variables/members.md b/docs/talawa-api-docs/resolvers/Organization/members/variables/members.md index 0c76f4d7133..e19d88dd54a 100644 --- a/docs/talawa-api-docs/resolvers/Organization/members/variables/members.md +++ b/docs/talawa-api-docs/resolvers/Organization/members/variables/members.md @@ -27,4 +27,4 @@ A promise that resolves to an array of user documents found in the database. The ## Defined in -[src/resolvers/Organization/members.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Organization/members.ts#L16) +[src/resolvers/Organization/members.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Organization/members.ts#L16) diff --git a/docs/talawa-api-docs/resolvers/Organization/membershipRequests/variables/membershipRequests.md b/docs/talawa-api-docs/resolvers/Organization/membershipRequests/variables/membershipRequests.md index 1502ab6b8d4..2a31d2957da 100644 --- a/docs/talawa-api-docs/resolvers/Organization/membershipRequests/variables/membershipRequests.md +++ b/docs/talawa-api-docs/resolvers/Organization/membershipRequests/variables/membershipRequests.md @@ -27,4 +27,4 @@ A promise that resolves to an array of membership request documents found in the ## Defined in -[src/resolvers/Organization/membershipRequests.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Organization/membershipRequests.ts#L16) +[src/resolvers/Organization/membershipRequests.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Organization/membershipRequests.ts#L16) diff --git a/docs/talawa-api-docs/resolvers/Organization/pinnedPosts/variables/pinnedPosts.md b/docs/talawa-api-docs/resolvers/Organization/pinnedPosts/variables/pinnedPosts.md index d850315cffd..4eb25efda09 100644 --- a/docs/talawa-api-docs/resolvers/Organization/pinnedPosts/variables/pinnedPosts.md +++ b/docs/talawa-api-docs/resolvers/Organization/pinnedPosts/variables/pinnedPosts.md @@ -27,4 +27,4 @@ A promise that resolves to the post documents found in the database. These docum ## Defined in -[src/resolvers/Organization/pinnedPosts.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Organization/pinnedPosts.ts#L18) +[src/resolvers/Organization/pinnedPosts.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Organization/pinnedPosts.ts#L18) diff --git a/docs/talawa-api-docs/resolvers/Organization/posts/functions/parseCursor.md b/docs/talawa-api-docs/resolvers/Organization/posts/functions/parseCursor.md index 8a025be9a75..e4b11f2c62e 100644 --- a/docs/talawa-api-docs/resolvers/Organization/posts/functions/parseCursor.md +++ b/docs/talawa-api-docs/resolvers/Organization/posts/functions/parseCursor.md @@ -32,4 +32,4 @@ An object containing the parsed cursor value or an array of errors if the cursor ## Defined in -[src/resolvers/Organization/posts.ts:125](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Organization/posts.ts#L125) +[src/resolvers/Organization/posts.ts:125](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Organization/posts.ts#L125) diff --git a/docs/talawa-api-docs/resolvers/Organization/posts/variables/posts.md b/docs/talawa-api-docs/resolvers/Organization/posts/variables/posts.md index 547b7ec7f08..37859949bac 100644 --- a/docs/talawa-api-docs/resolvers/Organization/posts/variables/posts.md +++ b/docs/talawa-api-docs/resolvers/Organization/posts/variables/posts.md @@ -41,4 +41,4 @@ A promise that resolves to a connection object containing the posts of the organ ## Defined in -[src/resolvers/Organization/posts.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Organization/posts.ts#L39) +[src/resolvers/Organization/posts.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Organization/posts.ts#L39) diff --git a/docs/talawa-api-docs/resolvers/Organization/userTags/functions/parseCursor.md b/docs/talawa-api-docs/resolvers/Organization/userTags/functions/parseCursor.md index 9f74911bd05..c0c104802a8 100644 --- a/docs/talawa-api-docs/resolvers/Organization/userTags/functions/parseCursor.md +++ b/docs/talawa-api-docs/resolvers/Organization/userTags/functions/parseCursor.md @@ -33,4 +33,4 @@ An object containing the parsed cursor value or an array of errors if the cursor ## Defined in -[src/resolvers/Organization/userTags.ts:148](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Organization/userTags.ts#L148) +[src/resolvers/Organization/userTags.ts:148](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Organization/userTags.ts#L148) diff --git a/docs/talawa-api-docs/resolvers/Organization/userTags/variables/userTags.md b/docs/talawa-api-docs/resolvers/Organization/userTags/variables/userTags.md index 26f4f31a535..95bfaf7e212 100644 --- a/docs/talawa-api-docs/resolvers/Organization/userTags/variables/userTags.md +++ b/docs/talawa-api-docs/resolvers/Organization/userTags/variables/userTags.md @@ -37,4 +37,4 @@ A promise that resolves to a connection object containing the user tags of the o ## Defined in -[src/resolvers/Organization/userTags.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Organization/userTags.ts#L40) +[src/resolvers/Organization/userTags.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Organization/userTags.ts#L40) diff --git a/docs/talawa-api-docs/resolvers/Organization/variables/Organization.md b/docs/talawa-api-docs/resolvers/Organization/variables/Organization.md index 24e84e0971a..ecedf4d444f 100644 --- a/docs/talawa-api-docs/resolvers/Organization/variables/Organization.md +++ b/docs/talawa-api-docs/resolvers/Organization/variables/Organization.md @@ -10,4 +10,4 @@ ## Defined in -[src/resolvers/Organization/index.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Organization/index.ts#L19) +[src/resolvers/Organization/index.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Organization/index.ts#L19) diff --git a/docs/talawa-api-docs/resolvers/Organization/venues/variables/venues.md b/docs/talawa-api-docs/resolvers/Organization/venues/variables/venues.md index a3419c134b0..d5f18959497 100644 --- a/docs/talawa-api-docs/resolvers/Organization/venues/variables/venues.md +++ b/docs/talawa-api-docs/resolvers/Organization/venues/variables/venues.md @@ -27,4 +27,4 @@ A promise that resolves to the venue documents found in the database. These docu ## Defined in -[src/resolvers/Organization/venues.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Organization/venues.ts#L16) +[src/resolvers/Organization/venues.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Organization/venues.ts#L16) diff --git a/docs/talawa-api-docs/resolvers/Post/comments/variables/comments.md b/docs/talawa-api-docs/resolvers/Post/comments/variables/comments.md index 2a0ff964e56..d6fec27ded8 100644 --- a/docs/talawa-api-docs/resolvers/Post/comments/variables/comments.md +++ b/docs/talawa-api-docs/resolvers/Post/comments/variables/comments.md @@ -27,4 +27,4 @@ A promise that resolves to an array of comment documents found in the database. ## Defined in -[src/resolvers/Post/comments.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Post/comments.ts#L18) +[src/resolvers/Post/comments.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Post/comments.ts#L18) diff --git a/docs/talawa-api-docs/resolvers/Post/creator/variables/creator.md b/docs/talawa-api-docs/resolvers/Post/creator/variables/creator.md index 627518b240f..b468df54c1c 100644 --- a/docs/talawa-api-docs/resolvers/Post/creator/variables/creator.md +++ b/docs/talawa-api-docs/resolvers/Post/creator/variables/creator.md @@ -27,4 +27,4 @@ A promise that resolves to the user document found in the database. This documen ## Defined in -[src/resolvers/Post/creator.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Post/creator.ts#L16) +[src/resolvers/Post/creator.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Post/creator.ts#L16) diff --git a/docs/talawa-api-docs/resolvers/Post/variables/Post.md b/docs/talawa-api-docs/resolvers/Post/variables/Post.md index 771987f7d79..41c9e5032b6 100644 --- a/docs/talawa-api-docs/resolvers/Post/variables/Post.md +++ b/docs/talawa-api-docs/resolvers/Post/variables/Post.md @@ -10,4 +10,4 @@ ## Defined in -[src/resolvers/Post/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Post/index.ts#L5) +[src/resolvers/Post/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Post/index.ts#L5) diff --git a/docs/talawa-api-docs/resolvers/Query/actionItemCategoriesByOrganization/variables/actionItemCategoriesByOrganization.md b/docs/talawa-api-docs/resolvers/Query/actionItemCategoriesByOrganization/variables/actionItemCategoriesByOrganization.md index b74bff40688..53a5bd4bc18 100644 --- a/docs/talawa-api-docs/resolvers/Query/actionItemCategoriesByOrganization/variables/actionItemCategoriesByOrganization.md +++ b/docs/talawa-api-docs/resolvers/Query/actionItemCategoriesByOrganization/variables/actionItemCategoriesByOrganization.md @@ -22,4 +22,4 @@ A `categories` object that holds all categories for the Organization. ## Defined in -[src/resolvers/Query/actionItemCategoriesByOrganization.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Query/actionItemCategoriesByOrganization.ts#L11) +[src/resolvers/Query/actionItemCategoriesByOrganization.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Query/actionItemCategoriesByOrganization.ts#L11) diff --git a/docs/talawa-api-docs/resolvers/Query/actionItemsByEvent/variables/actionItemsByEvent.md b/docs/talawa-api-docs/resolvers/Query/actionItemsByEvent/variables/actionItemsByEvent.md index a27daf4587e..e3516f9f568 100644 --- a/docs/talawa-api-docs/resolvers/Query/actionItemsByEvent/variables/actionItemsByEvent.md +++ b/docs/talawa-api-docs/resolvers/Query/actionItemsByEvent/variables/actionItemsByEvent.md @@ -22,4 +22,4 @@ An `actionItems` object that holds all action items for the Event. ## Defined in -[src/resolvers/Query/actionItemsByEvent.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Query/actionItemsByEvent.ts#L9) +[src/resolvers/Query/actionItemsByEvent.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Query/actionItemsByEvent.ts#L9) diff --git a/docs/talawa-api-docs/resolvers/Query/actionItemsByOrganization/variables/actionItemsByOrganization.md b/docs/talawa-api-docs/resolvers/Query/actionItemsByOrganization/variables/actionItemsByOrganization.md index f6d525f9356..afebc430f90 100644 --- a/docs/talawa-api-docs/resolvers/Query/actionItemsByOrganization/variables/actionItemsByOrganization.md +++ b/docs/talawa-api-docs/resolvers/Query/actionItemsByOrganization/variables/actionItemsByOrganization.md @@ -22,4 +22,4 @@ An `actionItems` object that holds all action items for the Event. ## Defined in -[src/resolvers/Query/actionItemsByOrganization.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Query/actionItemsByOrganization.ts#L17) +[src/resolvers/Query/actionItemsByOrganization.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Query/actionItemsByOrganization.ts#L17) diff --git a/docs/talawa-api-docs/resolvers/Query/actionItemsByUser/variables/actionItemsByUser.md b/docs/talawa-api-docs/resolvers/Query/actionItemsByUser/variables/actionItemsByUser.md index 81695f996dc..d1c10ac17b1 100644 --- a/docs/talawa-api-docs/resolvers/Query/actionItemsByUser/variables/actionItemsByUser.md +++ b/docs/talawa-api-docs/resolvers/Query/actionItemsByUser/variables/actionItemsByUser.md @@ -22,4 +22,4 @@ An `actionItems` object that holds all action items for the Event. ## Defined in -[src/resolvers/Query/actionItemsByUser.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Query/actionItemsByUser.ts#L17) +[src/resolvers/Query/actionItemsByUser.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Query/actionItemsByUser.ts#L17) diff --git a/docs/talawa-api-docs/resolvers/Query/advertisementsConnection/functions/parseCursor.md b/docs/talawa-api-docs/resolvers/Query/advertisementsConnection/functions/parseCursor.md index 2e0dd4c9547..3f11fa1ff2f 100644 --- a/docs/talawa-api-docs/resolvers/Query/advertisementsConnection/functions/parseCursor.md +++ b/docs/talawa-api-docs/resolvers/Query/advertisementsConnection/functions/parseCursor.md @@ -26,4 +26,4 @@ An object containing a flag indicating success or failure, the parsed cursor, an ## Defined in -[src/resolvers/Query/advertisementsConnection.ts:105](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Query/advertisementsConnection.ts#L105) +[src/resolvers/Query/advertisementsConnection.ts:105](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Query/advertisementsConnection.ts#L105) diff --git a/docs/talawa-api-docs/resolvers/Query/advertisementsConnection/variables/advertisementsConnection.md b/docs/talawa-api-docs/resolvers/Query/advertisementsConnection/variables/advertisementsConnection.md index 20ec4bcc4ea..205d26dac4a 100644 --- a/docs/talawa-api-docs/resolvers/Query/advertisementsConnection/variables/advertisementsConnection.md +++ b/docs/talawa-api-docs/resolvers/Query/advertisementsConnection/variables/advertisementsConnection.md @@ -30,4 +30,4 @@ A paginated connection object containing the advertisements, their total count, ## Defined in -[src/resolvers/Query/advertisementsConnection.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Query/advertisementsConnection.ts#L28) +[src/resolvers/Query/advertisementsConnection.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Query/advertisementsConnection.ts#L28) diff --git a/docs/talawa-api-docs/resolvers/Query/agendaCategory/variables/agendaCategory.md b/docs/talawa-api-docs/resolvers/Query/agendaCategory/variables/agendaCategory.md index cac701be7fc..d76771907a6 100644 --- a/docs/talawa-api-docs/resolvers/Query/agendaCategory/variables/agendaCategory.md +++ b/docs/talawa-api-docs/resolvers/Query/agendaCategory/variables/agendaCategory.md @@ -34,4 +34,4 @@ A promise that resolves to the fetched agenda category. ## Defined in -[src/resolvers/Query/agendaCategory.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Query/agendaCategory.ts#L19) +[src/resolvers/Query/agendaCategory.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Query/agendaCategory.ts#L19) diff --git a/docs/talawa-api-docs/resolvers/Query/agendaItemByEvent/variables/agendaItemByEvent.md b/docs/talawa-api-docs/resolvers/Query/agendaItemByEvent/variables/agendaItemByEvent.md index a68ccf3ea43..f7d9c9733b0 100644 --- a/docs/talawa-api-docs/resolvers/Query/agendaItemByEvent/variables/agendaItemByEvent.md +++ b/docs/talawa-api-docs/resolvers/Query/agendaItemByEvent/variables/agendaItemByEvent.md @@ -22,4 +22,4 @@ A `Item` object that holds all Item for the Organization. ## Defined in -[src/resolvers/Query/agendaItemByEvent.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Query/agendaItemByEvent.ts#L10) +[src/resolvers/Query/agendaItemByEvent.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Query/agendaItemByEvent.ts#L10) diff --git a/docs/talawa-api-docs/resolvers/Query/agendaItemById/variables/getAgendaItem.md b/docs/talawa-api-docs/resolvers/Query/agendaItemById/variables/getAgendaItem.md index 3ca9e1bac31..a608f4fa234 100644 --- a/docs/talawa-api-docs/resolvers/Query/agendaItemById/variables/getAgendaItem.md +++ b/docs/talawa-api-docs/resolvers/Query/agendaItemById/variables/getAgendaItem.md @@ -27,4 +27,4 @@ The agenda item with the specified ID. ## Defined in -[src/resolvers/Query/agendaItemById.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Query/agendaItemById.ts#L17) +[src/resolvers/Query/agendaItemById.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Query/agendaItemById.ts#L17) diff --git a/docs/talawa-api-docs/resolvers/Query/agendaItemByOrganization/variables/agendaItemByOrganization.md b/docs/talawa-api-docs/resolvers/Query/agendaItemByOrganization/variables/agendaItemByOrganization.md index 8ee45c7dfa6..bd37586bb14 100644 --- a/docs/talawa-api-docs/resolvers/Query/agendaItemByOrganization/variables/agendaItemByOrganization.md +++ b/docs/talawa-api-docs/resolvers/Query/agendaItemByOrganization/variables/agendaItemByOrganization.md @@ -22,4 +22,4 @@ A `Item` object that holds all Item for the Organization. ## Defined in -[src/resolvers/Query/agendaItemByOrganization.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Query/agendaItemByOrganization.ts#L10) +[src/resolvers/Query/agendaItemByOrganization.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Query/agendaItemByOrganization.ts#L10) diff --git a/docs/talawa-api-docs/resolvers/Query/agendaItemCategoriesByOrganization/variables/agendaItemCategoriesByOrganization.md b/docs/talawa-api-docs/resolvers/Query/agendaItemCategoriesByOrganization/variables/agendaItemCategoriesByOrganization.md index 4a9476ede1c..c928447e9b4 100644 --- a/docs/talawa-api-docs/resolvers/Query/agendaItemCategoriesByOrganization/variables/agendaItemCategoriesByOrganization.md +++ b/docs/talawa-api-docs/resolvers/Query/agendaItemCategoriesByOrganization/variables/agendaItemCategoriesByOrganization.md @@ -22,4 +22,4 @@ A `categories` object that holds all categories for the Organization. ## Defined in -[src/resolvers/Query/agendaItemCategoriesByOrganization.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Query/agendaItemCategoriesByOrganization.ts#L9) +[src/resolvers/Query/agendaItemCategoriesByOrganization.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Query/agendaItemCategoriesByOrganization.ts#L9) diff --git a/docs/talawa-api-docs/resolvers/Query/chatById/variables/chatById.md b/docs/talawa-api-docs/resolvers/Query/chatById/variables/chatById.md index 5313a606916..3005e08e5e2 100644 --- a/docs/talawa-api-docs/resolvers/Query/chatById/variables/chatById.md +++ b/docs/talawa-api-docs/resolvers/Query/chatById/variables/chatById.md @@ -28,4 +28,4 @@ You can learn about GraphQL `Resolvers` ## Defined in -[src/resolvers/Query/chatById.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Query/chatById.ts#L14) +[src/resolvers/Query/chatById.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Query/chatById.ts#L14) diff --git a/docs/talawa-api-docs/resolvers/Query/chatsByUserId/variables/chatsByUserId.md b/docs/talawa-api-docs/resolvers/Query/chatsByUserId/variables/chatsByUserId.md index b331602b7a2..947b4694163 100644 --- a/docs/talawa-api-docs/resolvers/Query/chatsByUserId/variables/chatsByUserId.md +++ b/docs/talawa-api-docs/resolvers/Query/chatsByUserId/variables/chatsByUserId.md @@ -28,4 +28,4 @@ You can learn about GraphQL `Resolvers` ## Defined in -[src/resolvers/Query/chatsByUserId.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Query/chatsByUserId.ts#L12) +[src/resolvers/Query/chatsByUserId.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Query/chatsByUserId.ts#L13) diff --git a/docs/talawa-api-docs/resolvers/Query/checkAuth/variables/checkAuth.md b/docs/talawa-api-docs/resolvers/Query/checkAuth/variables/checkAuth.md index debcec811e7..7f843715008 100644 --- a/docs/talawa-api-docs/resolvers/Query/checkAuth/variables/checkAuth.md +++ b/docs/talawa-api-docs/resolvers/Query/checkAuth/variables/checkAuth.md @@ -32,4 +32,4 @@ You can learn about GraphQL `Resolvers` [here](https://www.apollographql.com/doc ## Defined in -[src/resolvers/Query/checkAuth.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Query/checkAuth.ts#L13) +[src/resolvers/Query/checkAuth.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Query/checkAuth.ts#L13) diff --git a/docs/talawa-api-docs/resolvers/Query/customDataByOrganization/variables/customDataByOrganization.md b/docs/talawa-api-docs/resolvers/Query/customDataByOrganization/variables/customDataByOrganization.md index a8b2aaf3407..395bb3e2680 100644 --- a/docs/talawa-api-docs/resolvers/Query/customDataByOrganization/variables/customDataByOrganization.md +++ b/docs/talawa-api-docs/resolvers/Query/customDataByOrganization/variables/customDataByOrganization.md @@ -24,4 +24,4 @@ The following checks are made: ## Defined in -[src/resolvers/Query/customDataByOrganization.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Query/customDataByOrganization.ts#L13) +[src/resolvers/Query/customDataByOrganization.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Query/customDataByOrganization.ts#L13) diff --git a/docs/talawa-api-docs/resolvers/Query/customFieldsByOrganization/variables/customFieldsByOrganization.md b/docs/talawa-api-docs/resolvers/Query/customFieldsByOrganization/variables/customFieldsByOrganization.md index b49923c2c1d..5452a89add3 100644 --- a/docs/talawa-api-docs/resolvers/Query/customFieldsByOrganization/variables/customFieldsByOrganization.md +++ b/docs/talawa-api-docs/resolvers/Query/customFieldsByOrganization/variables/customFieldsByOrganization.md @@ -24,4 +24,4 @@ The following checks are made: ## Defined in -[src/resolvers/Query/customFieldsByOrganization.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Query/customFieldsByOrganization.ts#L15) +[src/resolvers/Query/customFieldsByOrganization.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Query/customFieldsByOrganization.ts#L15) diff --git a/docs/talawa-api-docs/resolvers/Query/event/variables/event.md b/docs/talawa-api-docs/resolvers/Query/event/variables/event.md index b6ee98f7218..99081d0202b 100644 --- a/docs/talawa-api-docs/resolvers/Query/event/variables/event.md +++ b/docs/talawa-api-docs/resolvers/Query/event/variables/event.md @@ -27,4 +27,4 @@ You can learn about GraphQL `Resolvers` ## Defined in -[src/resolvers/Query/event.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Query/event.ts#L13) +[src/resolvers/Query/event.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Query/event.ts#L13) diff --git a/docs/talawa-api-docs/resolvers/Query/eventsAttendedByUser/variables/eventsAttendedByUser.md b/docs/talawa-api-docs/resolvers/Query/eventsAttendedByUser/variables/eventsAttendedByUser.md index a9622bf5550..5663a868fb2 100644 --- a/docs/talawa-api-docs/resolvers/Query/eventsAttendedByUser/variables/eventsAttendedByUser.md +++ b/docs/talawa-api-docs/resolvers/Query/eventsAttendedByUser/variables/eventsAttendedByUser.md @@ -26,4 +26,4 @@ The query function uses `getSort()` function to sort the data in specified. ## Defined in -[src/resolvers/Query/eventsAttendedByUser.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Query/eventsAttendedByUser.ts#L12) +[src/resolvers/Query/eventsAttendedByUser.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Query/eventsAttendedByUser.ts#L12) diff --git a/docs/talawa-api-docs/resolvers/Query/eventsByOrganization/variables/eventsByOrganization.md b/docs/talawa-api-docs/resolvers/Query/eventsByOrganization/variables/eventsByOrganization.md index 1f573650447..f4101bdc246 100644 --- a/docs/talawa-api-docs/resolvers/Query/eventsByOrganization/variables/eventsByOrganization.md +++ b/docs/talawa-api-docs/resolvers/Query/eventsByOrganization/variables/eventsByOrganization.md @@ -22,4 +22,4 @@ An `events` object that holds all the events for the Organization. ## Defined in -[src/resolvers/Query/eventsByOrganization.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Query/eventsByOrganization.ts#L10) +[src/resolvers/Query/eventsByOrganization.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Query/eventsByOrganization.ts#L10) diff --git a/docs/talawa-api-docs/resolvers/Query/eventsByOrganizationConnection/variables/eventsByOrganizationConnection.md b/docs/talawa-api-docs/resolvers/Query/eventsByOrganizationConnection/variables/eventsByOrganizationConnection.md index 9cc8bd05c00..1297dd01be8 100644 --- a/docs/talawa-api-docs/resolvers/Query/eventsByOrganizationConnection/variables/eventsByOrganizationConnection.md +++ b/docs/talawa-api-docs/resolvers/Query/eventsByOrganizationConnection/variables/eventsByOrganizationConnection.md @@ -29,4 +29,4 @@ A list of events matching the query parameters, with related data populated. ## Defined in -[src/resolvers/Query/eventsByOrganizationConnection.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Query/eventsByOrganizationConnection.ts#L22) +[src/resolvers/Query/eventsByOrganizationConnection.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Query/eventsByOrganizationConnection.ts#L22) diff --git a/docs/talawa-api-docs/resolvers/Query/fundsByOrganization/variables/fundsByOrganization.md b/docs/talawa-api-docs/resolvers/Query/fundsByOrganization/variables/fundsByOrganization.md index cd463a63ea8..e707691b1ee 100644 --- a/docs/talawa-api-docs/resolvers/Query/fundsByOrganization/variables/fundsByOrganization.md +++ b/docs/talawa-api-docs/resolvers/Query/fundsByOrganization/variables/fundsByOrganization.md @@ -29,4 +29,4 @@ A list of funds associated with the specified organization, matching the filter ## Defined in -[src/resolvers/Query/fundsByOrganization.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Query/fundsByOrganization.ts#L20) +[src/resolvers/Query/fundsByOrganization.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Query/fundsByOrganization.ts#L20) diff --git a/docs/talawa-api-docs/resolvers/Query/getAgendaSection/variables/getAgendaSection.md b/docs/talawa-api-docs/resolvers/Query/getAgendaSection/variables/getAgendaSection.md index c420ba6b361..871e2086449 100644 --- a/docs/talawa-api-docs/resolvers/Query/getAgendaSection/variables/getAgendaSection.md +++ b/docs/talawa-api-docs/resolvers/Query/getAgendaSection/variables/getAgendaSection.md @@ -22,4 +22,4 @@ The input arguments for the query. ## Defined in -[src/resolvers/Query/getAgendaSection.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Query/getAgendaSection.ts#L14) +[src/resolvers/Query/getAgendaSection.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Query/getAgendaSection.ts#L14) diff --git a/docs/talawa-api-docs/resolvers/Query/getAllAgendaItems/variables/getAllAgendaItems.md b/docs/talawa-api-docs/resolvers/Query/getAllAgendaItems/variables/getAllAgendaItems.md index f298cec9cba..ccaebef7d73 100644 --- a/docs/talawa-api-docs/resolvers/Query/getAllAgendaItems/variables/getAllAgendaItems.md +++ b/docs/talawa-api-docs/resolvers/Query/getAllAgendaItems/variables/getAllAgendaItems.md @@ -28,4 +28,4 @@ A list of all agenda items stored in the database. ## Defined in -[src/resolvers/Query/getAllAgendaItems.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Query/getAllAgendaItems.ts#L17) +[src/resolvers/Query/getAllAgendaItems.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Query/getAllAgendaItems.ts#L17) diff --git a/docs/talawa-api-docs/resolvers/Query/getAllNotesForAgendaItem/variables/getAllNotesForAgendaItem.md b/docs/talawa-api-docs/resolvers/Query/getAllNotesForAgendaItem/variables/getAllNotesForAgendaItem.md index 8077912b435..da4756e6645 100644 --- a/docs/talawa-api-docs/resolvers/Query/getAllNotesForAgendaItem/variables/getAllNotesForAgendaItem.md +++ b/docs/talawa-api-docs/resolvers/Query/getAllNotesForAgendaItem/variables/getAllNotesForAgendaItem.md @@ -28,4 +28,4 @@ A list of notes associated with the specified agenda item. ## Defined in -[src/resolvers/Query/getAllNotesForAgendaItem.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Query/getAllNotesForAgendaItem.ts#L17) +[src/resolvers/Query/getAllNotesForAgendaItem.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Query/getAllNotesForAgendaItem.ts#L17) diff --git a/docs/talawa-api-docs/resolvers/Query/getCommunityData/variables/getCommunityData.md b/docs/talawa-api-docs/resolvers/Query/getCommunityData/variables/getCommunityData.md index a62521e2482..55f967ca9bd 100644 --- a/docs/talawa-api-docs/resolvers/Query/getCommunityData/variables/getCommunityData.md +++ b/docs/talawa-api-docs/resolvers/Query/getCommunityData/variables/getCommunityData.md @@ -21,4 +21,4 @@ You can learn about GraphQL `Resolvers` ## Defined in -[src/resolvers/Query/getCommunityData.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Query/getCommunityData.ts#L11) +[src/resolvers/Query/getCommunityData.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Query/getCommunityData.ts#L11) diff --git a/docs/talawa-api-docs/resolvers/Query/getDonationById/variables/getDonationById.md b/docs/talawa-api-docs/resolvers/Query/getDonationById/variables/getDonationById.md index 3c050e68ea4..131d7a2be0b 100644 --- a/docs/talawa-api-docs/resolvers/Query/getDonationById/variables/getDonationById.md +++ b/docs/talawa-api-docs/resolvers/Query/getDonationById/variables/getDonationById.md @@ -22,4 +22,4 @@ A `donation` object. ## Defined in -[src/resolvers/Query/getDonationById.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Query/getDonationById.ts#L11) +[src/resolvers/Query/getDonationById.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Query/getDonationById.ts#L11) diff --git a/docs/talawa-api-docs/resolvers/Query/getDonationByOrgId/variables/getDonationByOrgId.md b/docs/talawa-api-docs/resolvers/Query/getDonationByOrgId/variables/getDonationByOrgId.md index acb009c0689..ad6e78fb4ee 100644 --- a/docs/talawa-api-docs/resolvers/Query/getDonationByOrgId/variables/getDonationByOrgId.md +++ b/docs/talawa-api-docs/resolvers/Query/getDonationByOrgId/variables/getDonationByOrgId.md @@ -22,4 +22,4 @@ A `donation` object. ## Defined in -[src/resolvers/Query/getDonationByOrgId.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Query/getDonationByOrgId.ts#L10) +[src/resolvers/Query/getDonationByOrgId.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Query/getDonationByOrgId.ts#L10) diff --git a/docs/talawa-api-docs/resolvers/Query/getDonationByOrgIdConnection/variables/getDonationByOrgIdConnection.md b/docs/talawa-api-docs/resolvers/Query/getDonationByOrgIdConnection/variables/getDonationByOrgIdConnection.md index f27725fe8c0..97c9a03ec5b 100644 --- a/docs/talawa-api-docs/resolvers/Query/getDonationByOrgIdConnection/variables/getDonationByOrgIdConnection.md +++ b/docs/talawa-api-docs/resolvers/Query/getDonationByOrgIdConnection/variables/getDonationByOrgIdConnection.md @@ -34,4 +34,4 @@ A list of donations associated with the specified organization and matching the ## Defined in -[src/resolvers/Query/getDonationByOrgIdConnection.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Query/getDonationByOrgIdConnection.ts#L24) +[src/resolvers/Query/getDonationByOrgIdConnection.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Query/getDonationByOrgIdConnection.ts#L24) diff --git a/docs/talawa-api-docs/resolvers/Query/getEventAttendee/variables/getEventAttendee.md b/docs/talawa-api-docs/resolvers/Query/getEventAttendee/variables/getEventAttendee.md index 95e400f0340..154f03fca94 100644 --- a/docs/talawa-api-docs/resolvers/Query/getEventAttendee/variables/getEventAttendee.md +++ b/docs/talawa-api-docs/resolvers/Query/getEventAttendee/variables/getEventAttendee.md @@ -30,4 +30,4 @@ The attendee record for the specified event and user, or `null` if no record is ## Defined in -[src/resolvers/Query/getEventAttendee.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Query/getEventAttendee.ts#L19) +[src/resolvers/Query/getEventAttendee.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Query/getEventAttendee.ts#L19) diff --git a/docs/talawa-api-docs/resolvers/Query/getEventAttendeesByEventId/variables/getEventAttendeesByEventId.md b/docs/talawa-api-docs/resolvers/Query/getEventAttendeesByEventId/variables/getEventAttendeesByEventId.md index 28dd34f19c6..b558b4261d0 100644 --- a/docs/talawa-api-docs/resolvers/Query/getEventAttendeesByEventId/variables/getEventAttendeesByEventId.md +++ b/docs/talawa-api-docs/resolvers/Query/getEventAttendeesByEventId/variables/getEventAttendeesByEventId.md @@ -29,4 +29,4 @@ An array of attendee records for the specified event. ## Defined in -[src/resolvers/Query/getEventAttendeesByEventId.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Query/getEventAttendeesByEventId.ts#L16) +[src/resolvers/Query/getEventAttendeesByEventId.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Query/getEventAttendeesByEventId.ts#L16) diff --git a/docs/talawa-api-docs/resolvers/Query/getEventInvitesByUserId/variables/getEventInvitesByUserId.md b/docs/talawa-api-docs/resolvers/Query/getEventInvitesByUserId/variables/getEventInvitesByUserId.md index dc95581c496..a3c25cacb2e 100644 --- a/docs/talawa-api-docs/resolvers/Query/getEventInvitesByUserId/variables/getEventInvitesByUserId.md +++ b/docs/talawa-api-docs/resolvers/Query/getEventInvitesByUserId/variables/getEventInvitesByUserId.md @@ -24,4 +24,4 @@ An object that contains list of all Event Attendees. ## Defined in -[src/resolvers/Query/getEventInvitesByUserId.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Query/getEventInvitesByUserId.ts#L10) +[src/resolvers/Query/getEventInvitesByUserId.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Query/getEventInvitesByUserId.ts#L10) diff --git a/docs/talawa-api-docs/resolvers/Query/getEventVolunteerGroups/variables/getEventVolunteerGroups.md b/docs/talawa-api-docs/resolvers/Query/getEventVolunteerGroups/variables/getEventVolunteerGroups.md index cf13bc9aa26..883e1151524 100644 --- a/docs/talawa-api-docs/resolvers/Query/getEventVolunteerGroups/variables/getEventVolunteerGroups.md +++ b/docs/talawa-api-docs/resolvers/Query/getEventVolunteerGroups/variables/getEventVolunteerGroups.md @@ -22,4 +22,4 @@ An array of `eventVolunteerGroup` object. ## Defined in -[src/resolvers/Query/getEventVolunteerGroups.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Query/getEventVolunteerGroups.ts#L16) +[src/resolvers/Query/getEventVolunteerGroups.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Query/getEventVolunteerGroups.ts#L16) diff --git a/docs/talawa-api-docs/resolvers/Query/getEventVolunteers/variables/getEventVolunteers.md b/docs/talawa-api-docs/resolvers/Query/getEventVolunteers/variables/getEventVolunteers.md index 9f4ac772949..781f6977ee2 100644 --- a/docs/talawa-api-docs/resolvers/Query/getEventVolunteers/variables/getEventVolunteers.md +++ b/docs/talawa-api-docs/resolvers/Query/getEventVolunteers/variables/getEventVolunteers.md @@ -22,4 +22,4 @@ An object that holds all Event Volunteers for the given Event ## Defined in -[src/resolvers/Query/getEventVolunteers.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Query/getEventVolunteers.ts#L13) +[src/resolvers/Query/getEventVolunteers.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Query/getEventVolunteers.ts#L13) diff --git a/docs/talawa-api-docs/resolvers/Query/getFundById/variables/getFundById.md b/docs/talawa-api-docs/resolvers/Query/getFundById/variables/getFundById.md index 2a5c4ce8fb0..0fcae3a8249 100644 --- a/docs/talawa-api-docs/resolvers/Query/getFundById/variables/getFundById.md +++ b/docs/talawa-api-docs/resolvers/Query/getFundById/variables/getFundById.md @@ -22,4 +22,4 @@ A `fund` object. ## Defined in -[src/resolvers/Query/getFundById.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Query/getFundById.ts#L13) +[src/resolvers/Query/getFundById.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Query/getFundById.ts#L13) diff --git a/docs/talawa-api-docs/resolvers/Query/getFundraisingCampaignPledgeById/variables/getFundraisingCampaignPledgeById.md b/docs/talawa-api-docs/resolvers/Query/getFundraisingCampaignPledgeById/variables/getFundraisingCampaignPledgeById.md index fb445aa1192..95b757ce564 100644 --- a/docs/talawa-api-docs/resolvers/Query/getFundraisingCampaignPledgeById/variables/getFundraisingCampaignPledgeById.md +++ b/docs/talawa-api-docs/resolvers/Query/getFundraisingCampaignPledgeById/variables/getFundraisingCampaignPledgeById.md @@ -22,4 +22,4 @@ A `fundraisingCampaignPledge` object. ## Defined in -[src/resolvers/Query/getFundraisingCampaignPledgeById.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Query/getFundraisingCampaignPledgeById.ts#L12) +[src/resolvers/Query/getFundraisingCampaignPledgeById.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Query/getFundraisingCampaignPledgeById.ts#L12) diff --git a/docs/talawa-api-docs/resolvers/Query/getFundraisingCampaigns/variables/getFundraisingCampaigns.md b/docs/talawa-api-docs/resolvers/Query/getFundraisingCampaigns/variables/getFundraisingCampaigns.md index 7d64d450ad2..30ac45a329e 100644 --- a/docs/talawa-api-docs/resolvers/Query/getFundraisingCampaigns/variables/getFundraisingCampaigns.md +++ b/docs/talawa-api-docs/resolvers/Query/getFundraisingCampaigns/variables/getFundraisingCampaigns.md @@ -22,4 +22,4 @@ A `fundraisingCampaign` object. ## Defined in -[src/resolvers/Query/getFundraisingCampaigns.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Query/getFundraisingCampaigns.ts#L11) +[src/resolvers/Query/getFundraisingCampaigns.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Query/getFundraisingCampaigns.ts#L11) diff --git a/docs/talawa-api-docs/resolvers/Query/getGroupChatsByUserId/README.md b/docs/talawa-api-docs/resolvers/Query/getGroupChatsByUserId/README.md new file mode 100644 index 00000000000..45434161d13 --- /dev/null +++ b/docs/talawa-api-docs/resolvers/Query/getGroupChatsByUserId/README.md @@ -0,0 +1,13 @@ +[**talawa-api**](../../../README.md) + +*** + +[talawa-api](../../../modules.md) / resolvers/Query/getGroupChatsByUserId + +# resolvers/Query/getGroupChatsByUserId + +## Index + +### Variables + +- [getGroupChatsByUserId](variables/getGroupChatsByUserId.md) diff --git a/docs/talawa-api-docs/resolvers/Query/getGroupChatsByUserId/variables/getGroupChatsByUserId.md b/docs/talawa-api-docs/resolvers/Query/getGroupChatsByUserId/variables/getGroupChatsByUserId.md new file mode 100644 index 00000000000..1726876a205 --- /dev/null +++ b/docs/talawa-api-docs/resolvers/Query/getGroupChatsByUserId/variables/getGroupChatsByUserId.md @@ -0,0 +1,31 @@ +[**talawa-api**](../../../../README.md) + +*** + +[talawa-api](../../../../modules.md) / [resolvers/Query/getGroupChatsByUserId](../README.md) / getGroupChatsByUserId + +# Variable: getGroupChatsByUserId + +\> `const` **getGroupChatsByUserId**: [`QueryResolvers`](../../../../types/generatedGraphQLTypes/type-aliases/QueryResolvers.md)\[`"getGroupChatsByUserId"`\] + +This query will fetch all the Chats for the current user from the database. + +## Param + +## Param + +An object that contains `id` of the user. + +## Returns + +An object `directChats` that contains all direct chats of the current user. +If the `directChats` object is null then it throws `NotFoundError` error. + +## Remarks + +You can learn about GraphQL `Resolvers` +[here](https://www.apollographql.com/docs/apollo-server/data/resolvers/). + +## Defined in + +[src/resolvers/Query/getGroupChatsByUserId.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Query/getGroupChatsByUserId.ts#L13) diff --git a/docs/talawa-api-docs/resolvers/Query/getNoteById/variables/getNoteById.md b/docs/talawa-api-docs/resolvers/Query/getNoteById/variables/getNoteById.md index 31eac1d6f8b..98e20a0a6ee 100644 --- a/docs/talawa-api-docs/resolvers/Query/getNoteById/variables/getNoteById.md +++ b/docs/talawa-api-docs/resolvers/Query/getNoteById/variables/getNoteById.md @@ -30,4 +30,4 @@ The note record corresponding to the provided ID. ## Defined in -[src/resolvers/Query/getNoteById.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Query/getNoteById.ts#L22) +[src/resolvers/Query/getNoteById.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Query/getNoteById.ts#L22) diff --git a/docs/talawa-api-docs/resolvers/Query/getPledgesByUserId/variables/getPledgesByUserId.md b/docs/talawa-api-docs/resolvers/Query/getPledgesByUserId/variables/getPledgesByUserId.md index 824376cbfac..c975cbcc729 100644 --- a/docs/talawa-api-docs/resolvers/Query/getPledgesByUserId/variables/getPledgesByUserId.md +++ b/docs/talawa-api-docs/resolvers/Query/getPledgesByUserId/variables/getPledgesByUserId.md @@ -22,4 +22,4 @@ An array of `fundraisingCampaignPledge` object. ## Defined in -[src/resolvers/Query/getPledgesByUserId.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Query/getPledgesByUserId.ts#L15) +[src/resolvers/Query/getPledgesByUserId.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Query/getPledgesByUserId.ts#L15) diff --git a/docs/talawa-api-docs/resolvers/Query/getPlugins/variables/getPlugins.md b/docs/talawa-api-docs/resolvers/Query/getPlugins/variables/getPlugins.md index b6f1532fda8..8423e275728 100644 --- a/docs/talawa-api-docs/resolvers/Query/getPlugins/variables/getPlugins.md +++ b/docs/talawa-api-docs/resolvers/Query/getPlugins/variables/getPlugins.md @@ -16,4 +16,4 @@ An object that contains a list of plugins. ## Defined in -[src/resolvers/Query/getPlugins.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Query/getPlugins.ts#L8) +[src/resolvers/Query/getPlugins.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Query/getPlugins.ts#L8) diff --git a/docs/talawa-api-docs/resolvers/Query/getRecurringEvents/variables/getRecurringEvents.md b/docs/talawa-api-docs/resolvers/Query/getRecurringEvents/variables/getRecurringEvents.md index 034e9921887..10047a2c291 100644 --- a/docs/talawa-api-docs/resolvers/Query/getRecurringEvents/variables/getRecurringEvents.md +++ b/docs/talawa-api-docs/resolvers/Query/getRecurringEvents/variables/getRecurringEvents.md @@ -22,4 +22,4 @@ An array of `Event` objects that are instances of the base recurring event. ## Defined in -[src/resolvers/Query/getRecurringEvents.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Query/getRecurringEvents.ts#L11) +[src/resolvers/Query/getRecurringEvents.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Query/getRecurringEvents.ts#L11) diff --git a/docs/talawa-api-docs/resolvers/Query/getUnreadChatsByUserId/README.md b/docs/talawa-api-docs/resolvers/Query/getUnreadChatsByUserId/README.md new file mode 100644 index 00000000000..cefa88a4474 --- /dev/null +++ b/docs/talawa-api-docs/resolvers/Query/getUnreadChatsByUserId/README.md @@ -0,0 +1,13 @@ +[**talawa-api**](../../../README.md) + +*** + +[talawa-api](../../../modules.md) / resolvers/Query/getUnreadChatsByUserId + +# resolvers/Query/getUnreadChatsByUserId + +## Index + +### Variables + +- [getUnreadChatsByUserId](variables/getUnreadChatsByUserId.md) diff --git a/docs/talawa-api-docs/resolvers/Query/getUnreadChatsByUserId/variables/getUnreadChatsByUserId.md b/docs/talawa-api-docs/resolvers/Query/getUnreadChatsByUserId/variables/getUnreadChatsByUserId.md new file mode 100644 index 00000000000..afc458f8f29 --- /dev/null +++ b/docs/talawa-api-docs/resolvers/Query/getUnreadChatsByUserId/variables/getUnreadChatsByUserId.md @@ -0,0 +1,31 @@ +[**talawa-api**](../../../../README.md) + +*** + +[talawa-api](../../../../modules.md) / [resolvers/Query/getUnreadChatsByUserId](../README.md) / getUnreadChatsByUserId + +# Variable: getUnreadChatsByUserId + +\> `const` **getUnreadChatsByUserId**: [`QueryResolvers`](../../../../types/generatedGraphQLTypes/type-aliases/QueryResolvers.md)\[`"getUnreadChatsByUserId"`\] + +This query will fetch all the Chats for the current user from the database. + +## Param + +## Param + +An object that contains `id` of the user. + +## Returns + +An object `directChats` that contains all direct chats of the current user. +If the `directChats` object is null then it throws `NotFoundError` error. + +## Remarks + +You can learn about GraphQL `Resolvers` +[here](https://www.apollographql.com/docs/apollo-server/data/resolvers/). + +## Defined in + +[src/resolvers/Query/getUnreadChatsByUserId.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Query/getUnreadChatsByUserId.ts#L13) diff --git a/docs/talawa-api-docs/resolvers/Query/getUserTag/variables/getUserTag.md b/docs/talawa-api-docs/resolvers/Query/getUserTag/variables/getUserTag.md index 35b19ad3afe..67e5d2e8fb0 100644 --- a/docs/talawa-api-docs/resolvers/Query/getUserTag/variables/getUserTag.md +++ b/docs/talawa-api-docs/resolvers/Query/getUserTag/variables/getUserTag.md @@ -27,4 +27,4 @@ The user tag with the specified ID. ## Defined in -[src/resolvers/Query/getUserTag.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Query/getUserTag.ts#L18) +[src/resolvers/Query/getUserTag.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Query/getUserTag.ts#L18) diff --git a/docs/talawa-api-docs/resolvers/Query/getVenueByOrgId/variables/getVenueByOrgId.md b/docs/talawa-api-docs/resolvers/Query/getVenueByOrgId/variables/getVenueByOrgId.md index 42b9d5e939a..e137ee2ca58 100644 --- a/docs/talawa-api-docs/resolvers/Query/getVenueByOrgId/variables/getVenueByOrgId.md +++ b/docs/talawa-api-docs/resolvers/Query/getVenueByOrgId/variables/getVenueByOrgId.md @@ -36,4 +36,4 @@ A promise that resolves to an array of venues matching the query criteria. ## Defined in -[src/resolvers/Query/getVenueByOrgId.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Query/getVenueByOrgId.ts#L27) +[src/resolvers/Query/getVenueByOrgId.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Query/getVenueByOrgId.ts#L27) diff --git a/docs/talawa-api-docs/resolvers/Query/getVolunteerMembership/variables/getVolunteerMembership.md b/docs/talawa-api-docs/resolvers/Query/getVolunteerMembership/variables/getVolunteerMembership.md index ebb92ec7c2a..3a0ecc647e5 100644 --- a/docs/talawa-api-docs/resolvers/Query/getVolunteerMembership/variables/getVolunteerMembership.md +++ b/docs/talawa-api-docs/resolvers/Query/getVolunteerMembership/variables/getVolunteerMembership.md @@ -10,4 +10,4 @@ ## Defined in -[src/resolvers/Query/getVolunteerMembership.ts:97](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Query/getVolunteerMembership.ts#L97) +[src/resolvers/Query/getVolunteerMembership.ts:97](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Query/getVolunteerMembership.ts#L97) diff --git a/docs/talawa-api-docs/resolvers/Query/getVolunteerRanks/variables/getVolunteerRanks.md b/docs/talawa-api-docs/resolvers/Query/getVolunteerRanks/variables/getVolunteerRanks.md index ea7da3436c7..c2e7eb1dd3f 100644 --- a/docs/talawa-api-docs/resolvers/Query/getVolunteerRanks/variables/getVolunteerRanks.md +++ b/docs/talawa-api-docs/resolvers/Query/getVolunteerRanks/variables/getVolunteerRanks.md @@ -25,4 +25,4 @@ An array of `VolunteerRank` object. ## Defined in -[src/resolvers/Query/getVolunteerRanks.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Query/getVolunteerRanks.ts#L14) +[src/resolvers/Query/getVolunteerRanks.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Query/getVolunteerRanks.ts#L14) diff --git a/docs/talawa-api-docs/resolvers/Query/getlanguage/variables/getlanguage.md b/docs/talawa-api-docs/resolvers/Query/getlanguage/variables/getlanguage.md index 5c465a91c3c..75bc5e5149f 100644 --- a/docs/talawa-api-docs/resolvers/Query/getlanguage/variables/getlanguage.md +++ b/docs/talawa-api-docs/resolvers/Query/getlanguage/variables/getlanguage.md @@ -22,4 +22,4 @@ An object `filteredLanguages`. ## Defined in -[src/resolvers/Query/getlanguage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Query/getlanguage.ts#L12) +[src/resolvers/Query/getlanguage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Query/getlanguage.ts#L12) diff --git a/docs/talawa-api-docs/resolvers/Query/hasSubmittedFeedback/variables/hasSubmittedFeedback.md b/docs/talawa-api-docs/resolvers/Query/hasSubmittedFeedback/variables/hasSubmittedFeedback.md index 376ac65857f..449529cf0ef 100644 --- a/docs/talawa-api-docs/resolvers/Query/hasSubmittedFeedback/variables/hasSubmittedFeedback.md +++ b/docs/talawa-api-docs/resolvers/Query/hasSubmittedFeedback/variables/hasSubmittedFeedback.md @@ -28,4 +28,4 @@ A boolean value indicating whether the user has submitted feedback for the event ## Defined in -[src/resolvers/Query/hasSubmittedFeedback.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Query/hasSubmittedFeedback.ts#L22) +[src/resolvers/Query/hasSubmittedFeedback.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Query/hasSubmittedFeedback.ts#L22) diff --git a/docs/talawa-api-docs/resolvers/Query/helperFunctions/getSort/functions/getSort.md b/docs/talawa-api-docs/resolvers/Query/helperFunctions/getSort/functions/getSort.md index 3057b0f0154..7f55bd2b6c9 100644 --- a/docs/talawa-api-docs/resolvers/Query/helperFunctions/getSort/functions/getSort.md +++ b/docs/talawa-api-docs/resolvers/Query/helperFunctions/getSort/functions/getSort.md @@ -20,4 +20,4 @@ ## Defined in -[src/resolvers/Query/helperFunctions/getSort.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Query/helperFunctions/getSort.ts#L17) +[src/resolvers/Query/helperFunctions/getSort.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Query/helperFunctions/getSort.ts#L17) diff --git a/docs/talawa-api-docs/resolvers/Query/helperFunctions/getWhere/functions/getWhere.md b/docs/talawa-api-docs/resolvers/Query/helperFunctions/getWhere/functions/getWhere.md index 8bd7d899f7b..2fca4dcc83e 100644 --- a/docs/talawa-api-docs/resolvers/Query/helperFunctions/getWhere/functions/getWhere.md +++ b/docs/talawa-api-docs/resolvers/Query/helperFunctions/getWhere/functions/getWhere.md @@ -24,7 +24,7 @@ used to return an object of a generic type `FilterQuery\` an object that contains properties that can be used to filter out documents. -`undefined` | [`InputMaybe`](../../../../../types/generatedGraphQLTypes/type-aliases/InputMaybe.md)\<`Partial`\<[`EventWhereInput`](../../../../../types/generatedGraphQLTypes/type-aliases/EventWhereInput.md) & [`EventVolunteerGroupWhereInput`](../../../../../types/generatedGraphQLTypes/type-aliases/EventVolunteerGroupWhereInput.md) & [`OrganizationWhereInput`](../../../../../types/generatedGraphQLTypes/type-aliases/OrganizationWhereInput.md) & [`PostWhereInput`](../../../../../types/generatedGraphQLTypes/type-aliases/PostWhereInput.md) & [`UserWhereInput`](../../../../../types/generatedGraphQLTypes/type-aliases/UserWhereInput.md) & [`DonationWhereInput`](../../../../../types/generatedGraphQLTypes/type-aliases/DonationWhereInput.md) & [`ActionItemWhereInput`](../../../../../types/generatedGraphQLTypes/type-aliases/ActionItemWhereInput.md) & [`ActionItemCategoryWhereInput`](../../../../../types/generatedGraphQLTypes/type-aliases/ActionItemCategoryWhereInput.md) & [`CampaignWhereInput`](../../../../../types/generatedGraphQLTypes/type-aliases/CampaignWhereInput.md) & [`FundWhereInput`](../../../../../types/generatedGraphQLTypes/type-aliases/FundWhereInput.md) & [`PledgeWhereInput`](../../../../../types/generatedGraphQLTypes/type-aliases/PledgeWhereInput.md) & [`VenueWhereInput`](../../../../../types/generatedGraphQLTypes/type-aliases/VenueWhereInput.md) & [`EventVolunteerWhereInput`](../../../../../types/generatedGraphQLTypes/type-aliases/EventVolunteerWhereInput.md)\>\> +`undefined` | [`InputMaybe`](../../../../../types/generatedGraphQLTypes/type-aliases/InputMaybe.md)\<`Partial`\<[`EventWhereInput`](../../../../../types/generatedGraphQLTypes/type-aliases/EventWhereInput.md) & [`EventVolunteerGroupWhereInput`](../../../../../types/generatedGraphQLTypes/type-aliases/EventVolunteerGroupWhereInput.md) & [`OrganizationWhereInput`](../../../../../types/generatedGraphQLTypes/type-aliases/OrganizationWhereInput.md) & [`PostWhereInput`](../../../../../types/generatedGraphQLTypes/type-aliases/PostWhereInput.md) & [`UserWhereInput`](../../../../../types/generatedGraphQLTypes/type-aliases/UserWhereInput.md) & [`DonationWhereInput`](../../../../../types/generatedGraphQLTypes/type-aliases/DonationWhereInput.md) & [`ActionItemWhereInput`](../../../../../types/generatedGraphQLTypes/type-aliases/ActionItemWhereInput.md) & [`ActionItemCategoryWhereInput`](../../../../../types/generatedGraphQLTypes/type-aliases/ActionItemCategoryWhereInput.md) & [`CampaignWhereInput`](../../../../../types/generatedGraphQLTypes/type-aliases/CampaignWhereInput.md) & [`FundWhereInput`](../../../../../types/generatedGraphQLTypes/type-aliases/FundWhereInput.md) & [`PledgeWhereInput`](../../../../../types/generatedGraphQLTypes/type-aliases/PledgeWhereInput.md) & [`VenueWhereInput`](../../../../../types/generatedGraphQLTypes/type-aliases/VenueWhereInput.md) & [`ChatWhereInput`](../../../../../types/generatedGraphQLTypes/type-aliases/ChatWhereInput.md) & [`EventVolunteerWhereInput`](../../../../../types/generatedGraphQLTypes/type-aliases/EventVolunteerWhereInput.md)\>\> ## Returns @@ -44,4 +44,4 @@ const inputArgs = getWhere\(args.where); ## Defined in -[src/resolvers/Query/helperFunctions/getWhere.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Query/helperFunctions/getWhere.ts#L32) +[src/resolvers/Query/helperFunctions/getWhere.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Query/helperFunctions/getWhere.ts#L33) diff --git a/docs/talawa-api-docs/resolvers/Query/me/variables/me.md b/docs/talawa-api-docs/resolvers/Query/me/variables/me.md index 750bf4e828d..5ec36da904b 100644 --- a/docs/talawa-api-docs/resolvers/Query/me/variables/me.md +++ b/docs/talawa-api-docs/resolvers/Query/me/variables/me.md @@ -24,4 +24,4 @@ An object `currentUser` for the current user. If the user not found then it thro ## Defined in -[src/resolvers/Query/me.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Query/me.ts#L20) +[src/resolvers/Query/me.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Query/me.ts#L20) diff --git a/docs/talawa-api-docs/resolvers/Query/myLanguage/variables/myLanguage.md b/docs/talawa-api-docs/resolvers/Query/myLanguage/variables/myLanguage.md index 187c760750b..0e93ec6d3bb 100644 --- a/docs/talawa-api-docs/resolvers/Query/myLanguage/variables/myLanguage.md +++ b/docs/talawa-api-docs/resolvers/Query/myLanguage/variables/myLanguage.md @@ -25,4 +25,4 @@ If the `appLanguageCode` field not found then it throws a `NotFoundError` error. ## Defined in -[src/resolvers/Query/myLanguage.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Query/myLanguage.ts#L13) +[src/resolvers/Query/myLanguage.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Query/myLanguage.ts#L13) diff --git a/docs/talawa-api-docs/resolvers/Query/organizationIsSample/variables/isSampleOrganization.md b/docs/talawa-api-docs/resolvers/Query/organizationIsSample/variables/isSampleOrganization.md index 3237c811885..d2f9e25e0bc 100644 --- a/docs/talawa-api-docs/resolvers/Query/organizationIsSample/variables/isSampleOrganization.md +++ b/docs/talawa-api-docs/resolvers/Query/organizationIsSample/variables/isSampleOrganization.md @@ -31,4 +31,4 @@ A promise that resolves to `true` if the organization is a sample organization, ## Defined in -[src/resolvers/Query/organizationIsSample.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Query/organizationIsSample.ts#L21) +[src/resolvers/Query/organizationIsSample.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Query/organizationIsSample.ts#L21) diff --git a/docs/talawa-api-docs/resolvers/Query/organizations/variables/organizations.md b/docs/talawa-api-docs/resolvers/Query/organizations/variables/organizations.md index 911ab92022c..e35f501d6fb 100644 --- a/docs/talawa-api-docs/resolvers/Query/organizations/variables/organizations.md +++ b/docs/talawa-api-docs/resolvers/Query/organizations/variables/organizations.md @@ -27,4 +27,4 @@ The organization if valid `id` is provided else return organizations with size l ## Defined in -[src/resolvers/Query/organizations.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Query/organizations.ts#L16) +[src/resolvers/Query/organizations.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Query/organizations.ts#L16) diff --git a/docs/talawa-api-docs/resolvers/Query/organizationsConnection/variables/organizationsConnection.md b/docs/talawa-api-docs/resolvers/Query/organizationsConnection/variables/organizationsConnection.md index b76d0fc12e1..a8245bbc16e 100644 --- a/docs/talawa-api-docs/resolvers/Query/organizationsConnection/variables/organizationsConnection.md +++ b/docs/talawa-api-docs/resolvers/Query/organizationsConnection/variables/organizationsConnection.md @@ -30,4 +30,4 @@ learn more about Connection [here](https://relay.dev/graphql/connections.htm). ## Defined in -[src/resolvers/Query/organizationsConnection.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Query/organizationsConnection.ts#L18) +[src/resolvers/Query/organizationsConnection.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Query/organizationsConnection.ts#L18) diff --git a/docs/talawa-api-docs/resolvers/Query/organizationsMemberConnection/variables/organizationsMemberConnection.md b/docs/talawa-api-docs/resolvers/Query/organizationsMemberConnection/variables/organizationsMemberConnection.md index bd580f73e20..ba8f49598f8 100644 --- a/docs/talawa-api-docs/resolvers/Query/organizationsMemberConnection/variables/organizationsMemberConnection.md +++ b/docs/talawa-api-docs/resolvers/Query/organizationsMemberConnection/variables/organizationsMemberConnection.md @@ -30,4 +30,4 @@ learn more about Connection [here](https://relay.dev/graphql/connections.htm). ## Defined in -[src/resolvers/Query/organizationsMemberConnection.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Query/organizationsMemberConnection.ts#L19) +[src/resolvers/Query/organizationsMemberConnection.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Query/organizationsMemberConnection.ts#L19) diff --git a/docs/talawa-api-docs/resolvers/Query/post/variables/post.md b/docs/talawa-api-docs/resolvers/Query/post/variables/post.md index 11481f65d54..b212f10a223 100644 --- a/docs/talawa-api-docs/resolvers/Query/post/variables/post.md +++ b/docs/talawa-api-docs/resolvers/Query/post/variables/post.md @@ -22,4 +22,4 @@ An object `post`. If the `appLanguageCode` field not found then it throws a `Not ## Defined in -[src/resolvers/Query/post.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Query/post.ts#L11) +[src/resolvers/Query/post.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Query/post.ts#L11) diff --git a/docs/talawa-api-docs/resolvers/Query/registeredEventsByUser/variables/registeredEventsByUser.md b/docs/talawa-api-docs/resolvers/Query/registeredEventsByUser/variables/registeredEventsByUser.md index e22ba30bf53..2307c125060 100644 --- a/docs/talawa-api-docs/resolvers/Query/registeredEventsByUser/variables/registeredEventsByUser.md +++ b/docs/talawa-api-docs/resolvers/Query/registeredEventsByUser/variables/registeredEventsByUser.md @@ -26,4 +26,4 @@ The query function uses `getSort()` function to sort the data in specified. ## Defined in -[src/resolvers/Query/registeredEventsByUser.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Query/registeredEventsByUser.ts#L12) +[src/resolvers/Query/registeredEventsByUser.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Query/registeredEventsByUser.ts#L12) diff --git a/docs/talawa-api-docs/resolvers/Query/user/variables/user.md b/docs/talawa-api-docs/resolvers/Query/user/variables/user.md index b5edc4e11f4..a5186e281de 100644 --- a/docs/talawa-api-docs/resolvers/Query/user/variables/user.md +++ b/docs/talawa-api-docs/resolvers/Query/user/variables/user.md @@ -24,4 +24,4 @@ An object that contains user data. If the user is not found then it throws a `No ## Defined in -[src/resolvers/Query/user.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Query/user.ts#L13) +[src/resolvers/Query/user.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Query/user.ts#L13) diff --git a/docs/talawa-api-docs/resolvers/Query/userLanguage/variables/userLanguage.md b/docs/talawa-api-docs/resolvers/Query/userLanguage/variables/userLanguage.md index 701d3055234..72087cada7a 100644 --- a/docs/talawa-api-docs/resolvers/Query/userLanguage/variables/userLanguage.md +++ b/docs/talawa-api-docs/resolvers/Query/userLanguage/variables/userLanguage.md @@ -22,4 +22,4 @@ The language code of the user. ## Defined in -[src/resolvers/Query/userLanguage.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Query/userLanguage.ts#L14) +[src/resolvers/Query/userLanguage.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Query/userLanguage.ts#L14) diff --git a/docs/talawa-api-docs/resolvers/Query/users/variables/users.md b/docs/talawa-api-docs/resolvers/Query/users/variables/users.md index 35706340d2d..bcbea757adf 100644 --- a/docs/talawa-api-docs/resolvers/Query/users/variables/users.md +++ b/docs/talawa-api-docs/resolvers/Query/users/variables/users.md @@ -28,4 +28,4 @@ The query function uses `getSort()` function to sort the data in specified. ## Defined in -[src/resolvers/Query/users.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Query/users.ts#L17) +[src/resolvers/Query/users.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Query/users.ts#L17) diff --git a/docs/talawa-api-docs/resolvers/Query/usersConnection/variables/usersConnection.md b/docs/talawa-api-docs/resolvers/Query/usersConnection/variables/usersConnection.md index 4804561e464..0099fcc3a04 100644 --- a/docs/talawa-api-docs/resolvers/Query/usersConnection/variables/usersConnection.md +++ b/docs/talawa-api-docs/resolvers/Query/usersConnection/variables/usersConnection.md @@ -27,4 +27,4 @@ learn more about Connection [here](https://relay.dev/graphql/connections.htm). ## Defined in -[src/resolvers/Query/usersConnection.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Query/usersConnection.ts#L16) +[src/resolvers/Query/usersConnection.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Query/usersConnection.ts#L16) diff --git a/docs/talawa-api-docs/resolvers/Query/variables/Query.md b/docs/talawa-api-docs/resolvers/Query/variables/Query.md index fc97508017c..ea596b0666d 100644 --- a/docs/talawa-api-docs/resolvers/Query/variables/Query.md +++ b/docs/talawa-api-docs/resolvers/Query/variables/Query.md @@ -10,4 +10,4 @@ ## Defined in -[src/resolvers/Query/index.ts:59](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Query/index.ts#L59) +[src/resolvers/Query/index.ts:61](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Query/index.ts#L61) diff --git a/docs/talawa-api-docs/resolvers/Query/venue/variables/venue.md b/docs/talawa-api-docs/resolvers/Query/venue/variables/venue.md index 4ecb0973cf8..c86b401d05e 100644 --- a/docs/talawa-api-docs/resolvers/Query/venue/variables/venue.md +++ b/docs/talawa-api-docs/resolvers/Query/venue/variables/venue.md @@ -24,4 +24,4 @@ An object that contains venue data. If the venue is not found then it throws a ` ## Defined in -[src/resolvers/Query/venue.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Query/venue.ts#L16) +[src/resolvers/Query/venue.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Query/venue.ts#L16) diff --git a/docs/talawa-api-docs/resolvers/RecurrenceRule/baseRecurringEvent/variables/baseRecurringEvent.md b/docs/talawa-api-docs/resolvers/RecurrenceRule/baseRecurringEvent/variables/baseRecurringEvent.md index 6c583fce09c..f908a5052b8 100644 --- a/docs/talawa-api-docs/resolvers/RecurrenceRule/baseRecurringEvent/variables/baseRecurringEvent.md +++ b/docs/talawa-api-docs/resolvers/RecurrenceRule/baseRecurringEvent/variables/baseRecurringEvent.md @@ -27,4 +27,4 @@ A promise that resolves to the event document found in the database. This docume ## Defined in -[src/resolvers/RecurrenceRule/baseRecurringEvent.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/RecurrenceRule/baseRecurringEvent.ts#L16) +[src/resolvers/RecurrenceRule/baseRecurringEvent.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/RecurrenceRule/baseRecurringEvent.ts#L16) diff --git a/docs/talawa-api-docs/resolvers/RecurrenceRule/organization/variables/organization.md b/docs/talawa-api-docs/resolvers/RecurrenceRule/organization/variables/organization.md index 75adb4a7b2f..fb675732c2c 100644 --- a/docs/talawa-api-docs/resolvers/RecurrenceRule/organization/variables/organization.md +++ b/docs/talawa-api-docs/resolvers/RecurrenceRule/organization/variables/organization.md @@ -27,4 +27,4 @@ A promise that resolves to the organization document found in the database. This ## Defined in -[src/resolvers/RecurrenceRule/organization.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/RecurrenceRule/organization.ts#L17) +[src/resolvers/RecurrenceRule/organization.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/RecurrenceRule/organization.ts#L17) diff --git a/docs/talawa-api-docs/resolvers/RecurrenceRule/variables/RecurrenceRule.md b/docs/talawa-api-docs/resolvers/RecurrenceRule/variables/RecurrenceRule.md index 17b90ce6d1d..079478105b2 100644 --- a/docs/talawa-api-docs/resolvers/RecurrenceRule/variables/RecurrenceRule.md +++ b/docs/talawa-api-docs/resolvers/RecurrenceRule/variables/RecurrenceRule.md @@ -10,4 +10,4 @@ ## Defined in -[src/resolvers/RecurrenceRule/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/RecurrenceRule/index.ts#L5) +[src/resolvers/RecurrenceRule/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/RecurrenceRule/index.ts#L5) diff --git a/docs/talawa-api-docs/resolvers/Subscription/messageSentToChat/functions/filterFunction.md b/docs/talawa-api-docs/resolvers/Subscription/messageSentToChat/functions/filterFunction.md index f01bc8e9499..987f210f1dd 100644 --- a/docs/talawa-api-docs/resolvers/Subscription/messageSentToChat/functions/filterFunction.md +++ b/docs/talawa-api-docs/resolvers/Subscription/messageSentToChat/functions/filterFunction.md @@ -32,4 +32,4 @@ ## Defined in -[src/resolvers/Subscription/messageSentToChat.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Subscription/messageSentToChat.ts#L7) +[src/resolvers/Subscription/messageSentToChat.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Subscription/messageSentToChat.ts#L7) diff --git a/docs/talawa-api-docs/resolvers/Subscription/messageSentToChat/variables/messageSentToChat.md b/docs/talawa-api-docs/resolvers/Subscription/messageSentToChat/variables/messageSentToChat.md index 2039c44d723..465810c1e38 100644 --- a/docs/talawa-api-docs/resolvers/Subscription/messageSentToChat/variables/messageSentToChat.md +++ b/docs/talawa-api-docs/resolvers/Subscription/messageSentToChat/variables/messageSentToChat.md @@ -19,4 +19,4 @@ You can learn about `subscription` [here](https://www.apollographql.com/docs/apo ## Defined in -[src/resolvers/Subscription/messageSentToChat.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Subscription/messageSentToChat.ts#L35) +[src/resolvers/Subscription/messageSentToChat.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Subscription/messageSentToChat.ts#L35) diff --git a/docs/talawa-api-docs/resolvers/Subscription/onPluginUpdate/functions/createPluginUpdateResponse.md b/docs/talawa-api-docs/resolvers/Subscription/onPluginUpdate/functions/createPluginUpdateResponse.md index a21765398fb..3e14cb5edcc 100644 --- a/docs/talawa-api-docs/resolvers/Subscription/onPluginUpdate/functions/createPluginUpdateResponse.md +++ b/docs/talawa-api-docs/resolvers/Subscription/onPluginUpdate/functions/createPluginUpdateResponse.md @@ -26,4 +26,4 @@ The response object for the subscription. ## Defined in -[src/resolvers/Subscription/onPluginUpdate.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Subscription/onPluginUpdate.ts#L35) +[src/resolvers/Subscription/onPluginUpdate.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Subscription/onPluginUpdate.ts#L35) diff --git a/docs/talawa-api-docs/resolvers/Subscription/onPluginUpdate/functions/filterFunction.md b/docs/talawa-api-docs/resolvers/Subscription/onPluginUpdate/functions/filterFunction.md index 0fbc27c9d16..f337521725a 100644 --- a/docs/talawa-api-docs/resolvers/Subscription/onPluginUpdate/functions/filterFunction.md +++ b/docs/talawa-api-docs/resolvers/Subscription/onPluginUpdate/functions/filterFunction.md @@ -33,4 +33,4 @@ You can learn about `subscription` [here](https://www.apollographql.com/docs/apo ## Defined in -[src/resolvers/Subscription/onPluginUpdate.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Subscription/onPluginUpdate.ts#L20) +[src/resolvers/Subscription/onPluginUpdate.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Subscription/onPluginUpdate.ts#L20) diff --git a/docs/talawa-api-docs/resolvers/Subscription/onPluginUpdate/variables/onPluginUpdate.md b/docs/talawa-api-docs/resolvers/Subscription/onPluginUpdate/variables/onPluginUpdate.md index 8341475f571..611c9502294 100644 --- a/docs/talawa-api-docs/resolvers/Subscription/onPluginUpdate/variables/onPluginUpdate.md +++ b/docs/talawa-api-docs/resolvers/Subscription/onPluginUpdate/variables/onPluginUpdate.md @@ -19,4 +19,4 @@ You can learn about `subscription` [here](https://www.apollographql.com/docs/apo ## Defined in -[src/resolvers/Subscription/onPluginUpdate.ts:47](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Subscription/onPluginUpdate.ts#L47) +[src/resolvers/Subscription/onPluginUpdate.ts:47](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Subscription/onPluginUpdate.ts#L47) diff --git a/docs/talawa-api-docs/resolvers/Subscription/variables/Subscription.md b/docs/talawa-api-docs/resolvers/Subscription/variables/Subscription.md index a0ca2b61f8e..413c2851946 100644 --- a/docs/talawa-api-docs/resolvers/Subscription/variables/Subscription.md +++ b/docs/talawa-api-docs/resolvers/Subscription/variables/Subscription.md @@ -10,4 +10,4 @@ ## Defined in -[src/resolvers/Subscription/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/Subscription/index.ts#L4) +[src/resolvers/Subscription/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/Subscription/index.ts#L4) diff --git a/docs/talawa-api-docs/resolvers/User/posts/functions/parseCursor.md b/docs/talawa-api-docs/resolvers/User/posts/functions/parseCursor.md index 143f7afbc47..7d9b42914e6 100644 --- a/docs/talawa-api-docs/resolvers/User/posts/functions/parseCursor.md +++ b/docs/talawa-api-docs/resolvers/User/posts/functions/parseCursor.md @@ -30,4 +30,4 @@ Error Throws an error if the provided cursor is invalid. ## Defined in -[src/resolvers/User/posts.ts:102](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/User/posts.ts#L102) +[src/resolvers/User/posts.ts:102](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/User/posts.ts#L102) diff --git a/docs/talawa-api-docs/resolvers/User/posts/variables/posts.md b/docs/talawa-api-docs/resolvers/User/posts/variables/posts.md index 1064b5ccf66..80ced5ac251 100644 --- a/docs/talawa-api-docs/resolvers/User/posts/variables/posts.md +++ b/docs/talawa-api-docs/resolvers/User/posts/variables/posts.md @@ -29,4 +29,4 @@ GraphQLError Throws an error if the provided arguments are invalid. ## Defined in -[src/resolvers/User/posts.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/User/posts.ts#L30) +[src/resolvers/User/posts.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/User/posts.ts#L30) diff --git a/docs/talawa-api-docs/resolvers/User/tagsAssignedWith/functions/parseCursor.md b/docs/talawa-api-docs/resolvers/User/tagsAssignedWith/functions/parseCursor.md index 6a6121c421b..6d05fde6c51 100644 --- a/docs/talawa-api-docs/resolvers/User/tagsAssignedWith/functions/parseCursor.md +++ b/docs/talawa-api-docs/resolvers/User/tagsAssignedWith/functions/parseCursor.md @@ -33,4 +33,4 @@ An object containing the parsed cursor value or an array of errors if the cursor ## Defined in -[src/resolvers/User/tagsAssignedWith.ts:131](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/User/tagsAssignedWith.ts#L131) +[src/resolvers/User/tagsAssignedWith.ts:131](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/User/tagsAssignedWith.ts#L131) diff --git a/docs/talawa-api-docs/resolvers/User/tagsAssignedWith/variables/tagsAssignedWith.md b/docs/talawa-api-docs/resolvers/User/tagsAssignedWith/variables/tagsAssignedWith.md index 98d173244fb..a0c0cd53450 100644 --- a/docs/talawa-api-docs/resolvers/User/tagsAssignedWith/variables/tagsAssignedWith.md +++ b/docs/talawa-api-docs/resolvers/User/tagsAssignedWith/variables/tagsAssignedWith.md @@ -37,4 +37,4 @@ A promise that resolves to a connection object containing the tags assigned to t ## Defined in -[src/resolvers/User/tagsAssignedWith.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/User/tagsAssignedWith.ts#L39) +[src/resolvers/User/tagsAssignedWith.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/User/tagsAssignedWith.ts#L39) diff --git a/docs/talawa-api-docs/resolvers/User/variables/User.md b/docs/talawa-api-docs/resolvers/User/variables/User.md index 93ffca2f60b..6ec38ef68ae 100644 --- a/docs/talawa-api-docs/resolvers/User/variables/User.md +++ b/docs/talawa-api-docs/resolvers/User/variables/User.md @@ -10,4 +10,4 @@ ## Defined in -[src/resolvers/User/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/User/index.ts#L5) +[src/resolvers/User/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/User/index.ts#L5) diff --git a/docs/talawa-api-docs/resolvers/UserFamily/admins/variables/admins.md b/docs/talawa-api-docs/resolvers/UserFamily/admins/variables/admins.md index 0b3ceb064e7..d7a8ae4333a 100644 --- a/docs/talawa-api-docs/resolvers/UserFamily/admins/variables/admins.md +++ b/docs/talawa-api-docs/resolvers/UserFamily/admins/variables/admins.md @@ -27,4 +27,4 @@ A promise that resolves to an array of user documents found in the database. The ## Defined in -[src/resolvers/UserFamily/admins.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/UserFamily/admins.ts#L16) +[src/resolvers/UserFamily/admins.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/UserFamily/admins.ts#L16) diff --git a/docs/talawa-api-docs/resolvers/UserFamily/creator/variables/creator.md b/docs/talawa-api-docs/resolvers/UserFamily/creator/variables/creator.md index 49b00517bf1..a925f4ec87e 100644 --- a/docs/talawa-api-docs/resolvers/UserFamily/creator/variables/creator.md +++ b/docs/talawa-api-docs/resolvers/UserFamily/creator/variables/creator.md @@ -27,4 +27,4 @@ A promise that resolves to the user document found in the database. This documen ## Defined in -[src/resolvers/UserFamily/creator.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/UserFamily/creator.ts#L18) +[src/resolvers/UserFamily/creator.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/UserFamily/creator.ts#L18) diff --git a/docs/talawa-api-docs/resolvers/UserFamily/users/variables/users.md b/docs/talawa-api-docs/resolvers/UserFamily/users/variables/users.md index 2ad054f3fcc..61160563ce1 100644 --- a/docs/talawa-api-docs/resolvers/UserFamily/users/variables/users.md +++ b/docs/talawa-api-docs/resolvers/UserFamily/users/variables/users.md @@ -27,4 +27,4 @@ A promise that resolves to an array of user documents found in the database. The ## Defined in -[src/resolvers/UserFamily/users.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/UserFamily/users.ts#L16) +[src/resolvers/UserFamily/users.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/UserFamily/users.ts#L16) diff --git a/docs/talawa-api-docs/resolvers/UserFamily/variables/UserFamily.md b/docs/talawa-api-docs/resolvers/UserFamily/variables/UserFamily.md index dd504ad2192..96b33c7723e 100644 --- a/docs/talawa-api-docs/resolvers/UserFamily/variables/UserFamily.md +++ b/docs/talawa-api-docs/resolvers/UserFamily/variables/UserFamily.md @@ -10,4 +10,4 @@ ## Defined in -[src/resolvers/UserFamily/index.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/UserFamily/index.ts#L6) +[src/resolvers/UserFamily/index.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/UserFamily/index.ts#L6) diff --git a/docs/talawa-api-docs/resolvers/UserTag/ancestorTags/variables/ancestorTags.md b/docs/talawa-api-docs/resolvers/UserTag/ancestorTags/variables/ancestorTags.md index e05848b4524..06f72c39716 100644 --- a/docs/talawa-api-docs/resolvers/UserTag/ancestorTags/variables/ancestorTags.md +++ b/docs/talawa-api-docs/resolvers/UserTag/ancestorTags/variables/ancestorTags.md @@ -24,4 +24,4 @@ A promise that resolves to the ordered array of ancestor tag documents found in ## Defined in -[src/resolvers/UserTag/ancestorTags.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/UserTag/ancestorTags.ts#L15) +[src/resolvers/UserTag/ancestorTags.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/UserTag/ancestorTags.ts#L15) diff --git a/docs/talawa-api-docs/resolvers/UserTag/childTags/functions/parseCursor.md b/docs/talawa-api-docs/resolvers/UserTag/childTags/functions/parseCursor.md index 75102bc9a3a..7372096cd60 100644 --- a/docs/talawa-api-docs/resolvers/UserTag/childTags/functions/parseCursor.md +++ b/docs/talawa-api-docs/resolvers/UserTag/childTags/functions/parseCursor.md @@ -20,4 +20,4 @@ ## Defined in -[src/resolvers/UserTag/childTags.ts:127](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/UserTag/childTags.ts#L127) +[src/resolvers/UserTag/childTags.ts:127](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/UserTag/childTags.ts#L127) diff --git a/docs/talawa-api-docs/resolvers/UserTag/childTags/variables/childTags.md b/docs/talawa-api-docs/resolvers/UserTag/childTags/variables/childTags.md index c97b698e3c0..cc412f2dd01 100644 --- a/docs/talawa-api-docs/resolvers/UserTag/childTags/variables/childTags.md +++ b/docs/talawa-api-docs/resolvers/UserTag/childTags/variables/childTags.md @@ -37,4 +37,4 @@ A promise that resolves to a connection object containing the child tags of the ## Defined in -[src/resolvers/UserTag/childTags.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/UserTag/childTags.ts#L40) +[src/resolvers/UserTag/childTags.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/UserTag/childTags.ts#L40) diff --git a/docs/talawa-api-docs/resolvers/UserTag/organization/variables/organization.md b/docs/talawa-api-docs/resolvers/UserTag/organization/variables/organization.md index 6f0fc8f942d..e29d64807ee 100644 --- a/docs/talawa-api-docs/resolvers/UserTag/organization/variables/organization.md +++ b/docs/talawa-api-docs/resolvers/UserTag/organization/variables/organization.md @@ -27,4 +27,4 @@ A promise that resolves to the organization document found in the database. This ## Defined in -[src/resolvers/UserTag/organization.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/UserTag/organization.ts#L16) +[src/resolvers/UserTag/organization.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/UserTag/organization.ts#L16) diff --git a/docs/talawa-api-docs/resolvers/UserTag/parentTag/variables/parentTag.md b/docs/talawa-api-docs/resolvers/UserTag/parentTag/variables/parentTag.md index a2c479e1bf3..6f863f5f2db 100644 --- a/docs/talawa-api-docs/resolvers/UserTag/parentTag/variables/parentTag.md +++ b/docs/talawa-api-docs/resolvers/UserTag/parentTag/variables/parentTag.md @@ -27,4 +27,4 @@ A promise that resolves to the user tag document found in the database. This doc ## Defined in -[src/resolvers/UserTag/parentTag.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/UserTag/parentTag.ts#L16) +[src/resolvers/UserTag/parentTag.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/UserTag/parentTag.ts#L16) diff --git a/docs/talawa-api-docs/resolvers/UserTag/usersAssignedTo/functions/parseCursor.md b/docs/talawa-api-docs/resolvers/UserTag/usersAssignedTo/functions/parseCursor.md index 04f64de843f..bf31a45267b 100644 --- a/docs/talawa-api-docs/resolvers/UserTag/usersAssignedTo/functions/parseCursor.md +++ b/docs/talawa-api-docs/resolvers/UserTag/usersAssignedTo/functions/parseCursor.md @@ -33,4 +33,4 @@ An object containing the parsed cursor value or an array of errors if the cursor ## Defined in -[src/resolvers/UserTag/usersAssignedTo.ts:195](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/UserTag/usersAssignedTo.ts#L195) +[src/resolvers/UserTag/usersAssignedTo.ts:195](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/UserTag/usersAssignedTo.ts#L195) diff --git a/docs/talawa-api-docs/resolvers/UserTag/usersAssignedTo/variables/usersAssignedTo.md b/docs/talawa-api-docs/resolvers/UserTag/usersAssignedTo/variables/usersAssignedTo.md index 32168d1755d..7c74f0fa04e 100644 --- a/docs/talawa-api-docs/resolvers/UserTag/usersAssignedTo/variables/usersAssignedTo.md +++ b/docs/talawa-api-docs/resolvers/UserTag/usersAssignedTo/variables/usersAssignedTo.md @@ -37,4 +37,4 @@ A promise that resolves to a connection object containing the users assigned to ## Defined in -[src/resolvers/UserTag/usersAssignedTo.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/UserTag/usersAssignedTo.ts#L40) +[src/resolvers/UserTag/usersAssignedTo.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/UserTag/usersAssignedTo.ts#L40) diff --git a/docs/talawa-api-docs/resolvers/UserTag/usersToAssignTo/functions/parseCursor.md b/docs/talawa-api-docs/resolvers/UserTag/usersToAssignTo/functions/parseCursor.md index 1aa2db4a0e3..785b5271dc4 100644 --- a/docs/talawa-api-docs/resolvers/UserTag/usersToAssignTo/functions/parseCursor.md +++ b/docs/talawa-api-docs/resolvers/UserTag/usersToAssignTo/functions/parseCursor.md @@ -33,4 +33,4 @@ An object containing the parsed cursor value or an array of errors if the cursor ## Defined in -[src/resolvers/UserTag/usersToAssignTo.ts:171](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/UserTag/usersToAssignTo.ts#L171) +[src/resolvers/UserTag/usersToAssignTo.ts:171](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/UserTag/usersToAssignTo.ts#L171) diff --git a/docs/talawa-api-docs/resolvers/UserTag/usersToAssignTo/variables/usersToAssignTo.md b/docs/talawa-api-docs/resolvers/UserTag/usersToAssignTo/variables/usersToAssignTo.md index 122062bef73..1c74ead7d17 100644 --- a/docs/talawa-api-docs/resolvers/UserTag/usersToAssignTo/variables/usersToAssignTo.md +++ b/docs/talawa-api-docs/resolvers/UserTag/usersToAssignTo/variables/usersToAssignTo.md @@ -35,4 +35,4 @@ A promise that resolves to a connection object containing the users assigned to ## Defined in -[src/resolvers/UserTag/usersToAssignTo.ts:41](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/UserTag/usersToAssignTo.ts#L41) +[src/resolvers/UserTag/usersToAssignTo.ts:41](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/UserTag/usersToAssignTo.ts#L41) diff --git a/docs/talawa-api-docs/resolvers/UserTag/variables/UserTag.md b/docs/talawa-api-docs/resolvers/UserTag/variables/UserTag.md index 273ad248eeb..7a0edbd0a0f 100644 --- a/docs/talawa-api-docs/resolvers/UserTag/variables/UserTag.md +++ b/docs/talawa-api-docs/resolvers/UserTag/variables/UserTag.md @@ -10,4 +10,4 @@ ## Defined in -[src/resolvers/UserTag/index.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/UserTag/index.ts#L9) +[src/resolvers/UserTag/index.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/UserTag/index.ts#L9) diff --git a/docs/talawa-api-docs/resolvers/middleware/currentUserExists/functions/currentUserExists.md b/docs/talawa-api-docs/resolvers/middleware/currentUserExists/functions/currentUserExists.md index 39071ae284e..c322783f8f8 100644 --- a/docs/talawa-api-docs/resolvers/middleware/currentUserExists/functions/currentUserExists.md +++ b/docs/talawa-api-docs/resolvers/middleware/currentUserExists/functions/currentUserExists.md @@ -61,4 +61,4 @@ The result of the next function in the resolver chain. ## Defined in -[src/resolvers/middleware/currentUserExists.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/middleware/currentUserExists.ts#L21) +[src/resolvers/middleware/currentUserExists.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/middleware/currentUserExists.ts#L21) diff --git a/docs/talawa-api-docs/resolvers/variables/composedResolvers.md b/docs/talawa-api-docs/resolvers/variables/composedResolvers.md index 8ba4a95c7fe..334523ffa6d 100644 --- a/docs/talawa-api-docs/resolvers/variables/composedResolvers.md +++ b/docs/talawa-api-docs/resolvers/variables/composedResolvers.md @@ -10,4 +10,4 @@ ## Defined in -[src/resolvers/index.ts:106](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/resolvers/index.ts#L106) +[src/resolvers/index.ts:106](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/resolvers/index.ts#L106) diff --git a/docs/talawa-api-docs/services/AppUserProfileCache/cacheAppUserProfile/functions/cacheAppUserProfile.md b/docs/talawa-api-docs/services/AppUserProfileCache/cacheAppUserProfile/functions/cacheAppUserProfile.md index aa74ca1cc33..81af62f9609 100644 --- a/docs/talawa-api-docs/services/AppUserProfileCache/cacheAppUserProfile/functions/cacheAppUserProfile.md +++ b/docs/talawa-api-docs/services/AppUserProfileCache/cacheAppUserProfile/functions/cacheAppUserProfile.md @@ -26,4 +26,4 @@ Promise\ ## Defined in -[src/services/AppUserProfileCache/cacheAppUserProfile.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/services/AppUserProfileCache/cacheAppUserProfile.ts#L10) +[src/services/AppUserProfileCache/cacheAppUserProfile.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/services/AppUserProfileCache/cacheAppUserProfile.ts#L10) diff --git a/docs/talawa-api-docs/services/AppUserProfileCache/deleteAppUserFromCache/functions/deleteAppUserFromCache.md b/docs/talawa-api-docs/services/AppUserProfileCache/deleteAppUserFromCache/functions/deleteAppUserFromCache.md index 8c4e2643eae..51bca85801f 100644 --- a/docs/talawa-api-docs/services/AppUserProfileCache/deleteAppUserFromCache/functions/deleteAppUserFromCache.md +++ b/docs/talawa-api-docs/services/AppUserProfileCache/deleteAppUserFromCache/functions/deleteAppUserFromCache.md @@ -26,4 +26,4 @@ A promise resolving to void. ## Defined in -[src/services/AppUserProfileCache/deleteAppUserFromCache.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/services/AppUserProfileCache/deleteAppUserFromCache.ts#L9) +[src/services/AppUserProfileCache/deleteAppUserFromCache.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/services/AppUserProfileCache/deleteAppUserFromCache.ts#L9) diff --git a/docs/talawa-api-docs/services/AppUserProfileCache/findAppUserProfileCache/functions/findAppUserProfileCache.md b/docs/talawa-api-docs/services/AppUserProfileCache/findAppUserProfileCache/functions/findAppUserProfileCache.md index c75e5cb9056..3dc1d02ac6b 100644 --- a/docs/talawa-api-docs/services/AppUserProfileCache/findAppUserProfileCache/functions/findAppUserProfileCache.md +++ b/docs/talawa-api-docs/services/AppUserProfileCache/findAppUserProfileCache/functions/findAppUserProfileCache.md @@ -20,4 +20,4 @@ ## Defined in -[src/services/AppUserProfileCache/findAppUserProfileCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/services/AppUserProfileCache/findAppUserProfileCache.ts#L6) +[src/services/AppUserProfileCache/findAppUserProfileCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/services/AppUserProfileCache/findAppUserProfileCache.ts#L6) diff --git a/docs/talawa-api-docs/services/CommentCache/cacheComments/functions/cacheComments.md b/docs/talawa-api-docs/services/CommentCache/cacheComments/functions/cacheComments.md index e11b6361e7d..678227bf82a 100644 --- a/docs/talawa-api-docs/services/CommentCache/cacheComments/functions/cacheComments.md +++ b/docs/talawa-api-docs/services/CommentCache/cacheComments/functions/cacheComments.md @@ -26,4 +26,4 @@ Promise\ ## Defined in -[src/services/CommentCache/cacheComments.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/services/CommentCache/cacheComments.ts#L10) +[src/services/CommentCache/cacheComments.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/services/CommentCache/cacheComments.ts#L10) diff --git a/docs/talawa-api-docs/services/CommentCache/deleteCommentFromCache/functions/deleteCommentFromCache.md b/docs/talawa-api-docs/services/CommentCache/deleteCommentFromCache/functions/deleteCommentFromCache.md index 9c74866ff47..40662fa2f3e 100644 --- a/docs/talawa-api-docs/services/CommentCache/deleteCommentFromCache/functions/deleteCommentFromCache.md +++ b/docs/talawa-api-docs/services/CommentCache/deleteCommentFromCache/functions/deleteCommentFromCache.md @@ -26,4 +26,4 @@ A promise resolving to void. ## Defined in -[src/services/CommentCache/deleteCommentFromCache.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/services/CommentCache/deleteCommentFromCache.ts#L10) +[src/services/CommentCache/deleteCommentFromCache.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/services/CommentCache/deleteCommentFromCache.ts#L10) diff --git a/docs/talawa-api-docs/services/CommentCache/findCommentsByPostIdInCache/functions/findCommentsByPostIdInCache.md b/docs/talawa-api-docs/services/CommentCache/findCommentsByPostIdInCache/functions/findCommentsByPostIdInCache.md index 983b0b83097..3b29ed351ad 100644 --- a/docs/talawa-api-docs/services/CommentCache/findCommentsByPostIdInCache/functions/findCommentsByPostIdInCache.md +++ b/docs/talawa-api-docs/services/CommentCache/findCommentsByPostIdInCache/functions/findCommentsByPostIdInCache.md @@ -20,4 +20,4 @@ ## Defined in -[src/services/CommentCache/findCommentsByPostIdInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/services/CommentCache/findCommentsByPostIdInCache.ts#L6) +[src/services/CommentCache/findCommentsByPostIdInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/services/CommentCache/findCommentsByPostIdInCache.ts#L6) diff --git a/docs/talawa-api-docs/services/CommentCache/findCommentsInCache/functions/findCommentsInCache.md b/docs/talawa-api-docs/services/CommentCache/findCommentsInCache/functions/findCommentsInCache.md index 7834635db94..c221d299dbc 100644 --- a/docs/talawa-api-docs/services/CommentCache/findCommentsInCache/functions/findCommentsInCache.md +++ b/docs/talawa-api-docs/services/CommentCache/findCommentsInCache/functions/findCommentsInCache.md @@ -20,4 +20,4 @@ ## Defined in -[src/services/CommentCache/findCommentsInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/services/CommentCache/findCommentsInCache.ts#L6) +[src/services/CommentCache/findCommentsInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/services/CommentCache/findCommentsInCache.ts#L6) diff --git a/docs/talawa-api-docs/services/EventCache/cacheEvents/functions/cacheEvents.md b/docs/talawa-api-docs/services/EventCache/cacheEvents/functions/cacheEvents.md index 4acb379c355..cb1269f7e23 100644 --- a/docs/talawa-api-docs/services/EventCache/cacheEvents/functions/cacheEvents.md +++ b/docs/talawa-api-docs/services/EventCache/cacheEvents/functions/cacheEvents.md @@ -26,4 +26,4 @@ Promise\ ## Defined in -[src/services/EventCache/cacheEvents.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/services/EventCache/cacheEvents.ts#L10) +[src/services/EventCache/cacheEvents.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/services/EventCache/cacheEvents.ts#L10) diff --git a/docs/talawa-api-docs/services/EventCache/deleteEventFromCache/functions/deleteEventFromCache.md b/docs/talawa-api-docs/services/EventCache/deleteEventFromCache/functions/deleteEventFromCache.md index 97e1d49b757..f1055907d79 100644 --- a/docs/talawa-api-docs/services/EventCache/deleteEventFromCache/functions/deleteEventFromCache.md +++ b/docs/talawa-api-docs/services/EventCache/deleteEventFromCache/functions/deleteEventFromCache.md @@ -26,4 +26,4 @@ A promise resolving to void. ## Defined in -[src/services/EventCache/deleteEventFromCache.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/services/EventCache/deleteEventFromCache.ts#L10) +[src/services/EventCache/deleteEventFromCache.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/services/EventCache/deleteEventFromCache.ts#L10) diff --git a/docs/talawa-api-docs/services/EventCache/findEventInCache/functions/findEventsInCache.md b/docs/talawa-api-docs/services/EventCache/findEventInCache/functions/findEventsInCache.md index ce154547eb3..df315c0f868 100644 --- a/docs/talawa-api-docs/services/EventCache/findEventInCache/functions/findEventsInCache.md +++ b/docs/talawa-api-docs/services/EventCache/findEventInCache/functions/findEventsInCache.md @@ -20,4 +20,4 @@ ## Defined in -[src/services/EventCache/findEventInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/services/EventCache/findEventInCache.ts#L6) +[src/services/EventCache/findEventInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/services/EventCache/findEventInCache.ts#L6) diff --git a/docs/talawa-api-docs/services/OrganizationCache/cacheOrganizations/functions/cacheOrganizations.md b/docs/talawa-api-docs/services/OrganizationCache/cacheOrganizations/functions/cacheOrganizations.md index 1986a54bc5d..350178c2aef 100644 --- a/docs/talawa-api-docs/services/OrganizationCache/cacheOrganizations/functions/cacheOrganizations.md +++ b/docs/talawa-api-docs/services/OrganizationCache/cacheOrganizations/functions/cacheOrganizations.md @@ -26,4 +26,4 @@ Promise\ ## Defined in -[src/services/OrganizationCache/cacheOrganizations.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/services/OrganizationCache/cacheOrganizations.ts#L10) +[src/services/OrganizationCache/cacheOrganizations.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/services/OrganizationCache/cacheOrganizations.ts#L10) diff --git a/docs/talawa-api-docs/services/OrganizationCache/deleteOrganizationFromCache/functions/deleteOrganizationFromCache.md b/docs/talawa-api-docs/services/OrganizationCache/deleteOrganizationFromCache/functions/deleteOrganizationFromCache.md index 5fda8460732..81ec59ebf71 100644 --- a/docs/talawa-api-docs/services/OrganizationCache/deleteOrganizationFromCache/functions/deleteOrganizationFromCache.md +++ b/docs/talawa-api-docs/services/OrganizationCache/deleteOrganizationFromCache/functions/deleteOrganizationFromCache.md @@ -26,4 +26,4 @@ A promise resolving to void. ## Defined in -[src/services/OrganizationCache/deleteOrganizationFromCache.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/services/OrganizationCache/deleteOrganizationFromCache.ts#L10) +[src/services/OrganizationCache/deleteOrganizationFromCache.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/services/OrganizationCache/deleteOrganizationFromCache.ts#L10) diff --git a/docs/talawa-api-docs/services/OrganizationCache/findOrganizationsInCache/functions/findOrganizationsInCache.md b/docs/talawa-api-docs/services/OrganizationCache/findOrganizationsInCache/functions/findOrganizationsInCache.md index 7049e1ae14f..d37ac1f23d1 100644 --- a/docs/talawa-api-docs/services/OrganizationCache/findOrganizationsInCache/functions/findOrganizationsInCache.md +++ b/docs/talawa-api-docs/services/OrganizationCache/findOrganizationsInCache/functions/findOrganizationsInCache.md @@ -20,4 +20,4 @@ ## Defined in -[src/services/OrganizationCache/findOrganizationsInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/services/OrganizationCache/findOrganizationsInCache.ts#L6) +[src/services/OrganizationCache/findOrganizationsInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/services/OrganizationCache/findOrganizationsInCache.ts#L6) diff --git a/docs/talawa-api-docs/services/PostCache/cachePosts/functions/cachePosts.md b/docs/talawa-api-docs/services/PostCache/cachePosts/functions/cachePosts.md index 4f72832fe81..29934fa64e3 100644 --- a/docs/talawa-api-docs/services/PostCache/cachePosts/functions/cachePosts.md +++ b/docs/talawa-api-docs/services/PostCache/cachePosts/functions/cachePosts.md @@ -26,4 +26,4 @@ A promise resolving to void. ## Defined in -[src/services/PostCache/cachePosts.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/services/PostCache/cachePosts.ts#L11) +[src/services/PostCache/cachePosts.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/services/PostCache/cachePosts.ts#L11) diff --git a/docs/talawa-api-docs/services/PostCache/deletePostFromCache/functions/deletePostFromCache.md b/docs/talawa-api-docs/services/PostCache/deletePostFromCache/functions/deletePostFromCache.md index 47022c024a1..fdc86c44e73 100644 --- a/docs/talawa-api-docs/services/PostCache/deletePostFromCache/functions/deletePostFromCache.md +++ b/docs/talawa-api-docs/services/PostCache/deletePostFromCache/functions/deletePostFromCache.md @@ -26,4 +26,4 @@ Promise\ ## Defined in -[src/services/PostCache/deletePostFromCache.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/services/PostCache/deletePostFromCache.ts#L8) +[src/services/PostCache/deletePostFromCache.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/services/PostCache/deletePostFromCache.ts#L8) diff --git a/docs/talawa-api-docs/services/PostCache/findPostsInCache/functions/findPostsInCache.md b/docs/talawa-api-docs/services/PostCache/findPostsInCache/functions/findPostsInCache.md index ee06a885fb9..e7922f13e6d 100644 --- a/docs/talawa-api-docs/services/PostCache/findPostsInCache/functions/findPostsInCache.md +++ b/docs/talawa-api-docs/services/PostCache/findPostsInCache/functions/findPostsInCache.md @@ -20,4 +20,4 @@ ## Defined in -[src/services/PostCache/findPostsInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/services/PostCache/findPostsInCache.ts#L6) +[src/services/PostCache/findPostsInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/services/PostCache/findPostsInCache.ts#L6) diff --git a/docs/talawa-api-docs/services/UserCache/cacheUser/functions/cacheUsers.md b/docs/talawa-api-docs/services/UserCache/cacheUser/functions/cacheUsers.md index 6c954dfea9a..ab452e00883 100644 --- a/docs/talawa-api-docs/services/UserCache/cacheUser/functions/cacheUsers.md +++ b/docs/talawa-api-docs/services/UserCache/cacheUser/functions/cacheUsers.md @@ -26,4 +26,4 @@ A promise resolving to void. ## Defined in -[src/services/UserCache/cacheUser.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/services/UserCache/cacheUser.ts#L11) +[src/services/UserCache/cacheUser.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/services/UserCache/cacheUser.ts#L11) diff --git a/docs/talawa-api-docs/services/UserCache/deleteUserFromCache/functions/deleteUserFromCache.md b/docs/talawa-api-docs/services/UserCache/deleteUserFromCache/functions/deleteUserFromCache.md index 212bfa42e77..404010b95c0 100644 --- a/docs/talawa-api-docs/services/UserCache/deleteUserFromCache/functions/deleteUserFromCache.md +++ b/docs/talawa-api-docs/services/UserCache/deleteUserFromCache/functions/deleteUserFromCache.md @@ -20,4 +20,4 @@ ## Defined in -[src/services/UserCache/deleteUserFromCache.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/services/UserCache/deleteUserFromCache.ts#L3) +[src/services/UserCache/deleteUserFromCache.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/services/UserCache/deleteUserFromCache.ts#L3) diff --git a/docs/talawa-api-docs/services/UserCache/findUserInCache/functions/findUserInCache.md b/docs/talawa-api-docs/services/UserCache/findUserInCache/functions/findUserInCache.md index 92818ad3142..ccf4808f0e7 100644 --- a/docs/talawa-api-docs/services/UserCache/findUserInCache/functions/findUserInCache.md +++ b/docs/talawa-api-docs/services/UserCache/findUserInCache/functions/findUserInCache.md @@ -26,4 +26,4 @@ A promise resolving to an array of InterfaceUser objects or null if not found in ## Defined in -[src/services/UserCache/findUserInCache.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/services/UserCache/findUserInCache.ts#L12) +[src/services/UserCache/findUserInCache.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/services/UserCache/findUserInCache.ts#L12) diff --git a/docs/talawa-api-docs/services/redisCache/variables/default.md b/docs/talawa-api-docs/services/redisCache/variables/default.md index aec9988a4f5..e3c5105f876 100644 --- a/docs/talawa-api-docs/services/redisCache/variables/default.md +++ b/docs/talawa-api-docs/services/redisCache/variables/default.md @@ -10,4 +10,4 @@ ## Defined in -[src/services/redisCache.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/services/redisCache.ts#L5) +[src/services/redisCache.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/services/redisCache.ts#L5) diff --git a/docs/talawa-api-docs/setup/MongoDB/functions/askForMongoDBUrl.md b/docs/talawa-api-docs/setup/MongoDB/functions/askForMongoDBUrl.md index 051755e3ebd..7f2a6e1db87 100644 --- a/docs/talawa-api-docs/setup/MongoDB/functions/askForMongoDBUrl.md +++ b/docs/talawa-api-docs/setup/MongoDB/functions/askForMongoDBUrl.md @@ -19,4 +19,4 @@ a Promise that resolves to a string. ## Defined in -[src/setup/MongoDB.ts:73](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/setup/MongoDB.ts#L73) +[src/setup/MongoDB.ts:73](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/setup/MongoDB.ts#L73) diff --git a/docs/talawa-api-docs/setup/MongoDB/functions/checkConnection.md b/docs/talawa-api-docs/setup/MongoDB/functions/checkConnection.md index 338f11ddd8b..cf575315799 100644 --- a/docs/talawa-api-docs/setup/MongoDB/functions/checkConnection.md +++ b/docs/talawa-api-docs/setup/MongoDB/functions/checkConnection.md @@ -35,4 +35,4 @@ This function is used during the initial setup process to test the MongoDB conne ## Defined in -[src/setup/MongoDB.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/setup/MongoDB.ts#L45) +[src/setup/MongoDB.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/setup/MongoDB.ts#L45) diff --git a/docs/talawa-api-docs/setup/MongoDB/functions/checkExistingMongoDB.md b/docs/talawa-api-docs/setup/MongoDB/functions/checkExistingMongoDB.md index 0697a2d53aa..76b3ea73a7b 100644 --- a/docs/talawa-api-docs/setup/MongoDB/functions/checkExistingMongoDB.md +++ b/docs/talawa-api-docs/setup/MongoDB/functions/checkExistingMongoDB.md @@ -27,4 +27,4 @@ A promise that resolves to a string (if a connection could be made to the existi ## Defined in -[src/setup/MongoDB.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/setup/MongoDB.ts#L17) +[src/setup/MongoDB.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/setup/MongoDB.ts#L17) diff --git a/docs/talawa-api-docs/setup/askToKeepValues/functions/askToKeepValues.md b/docs/talawa-api-docs/setup/askToKeepValues/functions/askToKeepValues.md index 84ac323a099..a42b56538b6 100644 --- a/docs/talawa-api-docs/setup/askToKeepValues/functions/askToKeepValues.md +++ b/docs/talawa-api-docs/setup/askToKeepValues/functions/askToKeepValues.md @@ -20,4 +20,4 @@ a boolean value, either true or false. ## Defined in -[src/setup/askToKeepValues.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/setup/askToKeepValues.ts#L8) +[src/setup/askToKeepValues.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/setup/askToKeepValues.ts#L8) diff --git a/docs/talawa-api-docs/setup/getMinioBinaryUrl/functions/getMinioBinaryUrl.md b/docs/talawa-api-docs/setup/getMinioBinaryUrl/functions/getMinioBinaryUrl.md index 03aaca05b41..9c57002046a 100644 --- a/docs/talawa-api-docs/setup/getMinioBinaryUrl/functions/getMinioBinaryUrl.md +++ b/docs/talawa-api-docs/setup/getMinioBinaryUrl/functions/getMinioBinaryUrl.md @@ -22,4 +22,4 @@ Error If the platform is unsupported. ## Defined in -[src/setup/getMinioBinaryUrl.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/setup/getMinioBinaryUrl.ts#L11) +[src/setup/getMinioBinaryUrl.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/setup/getMinioBinaryUrl.ts#L11) diff --git a/docs/talawa-api-docs/setup/getNodeEnvironment/functions/getNodeEnvironment.md b/docs/talawa-api-docs/setup/getNodeEnvironment/functions/getNodeEnvironment.md index 029301bac10..24b90bdb705 100644 --- a/docs/talawa-api-docs/setup/getNodeEnvironment/functions/getNodeEnvironment.md +++ b/docs/talawa-api-docs/setup/getNodeEnvironment/functions/getNodeEnvironment.md @@ -20,4 +20,4 @@ a Promise that resolves to a string representing the selected Node environment. ## Defined in -[src/setup/getNodeEnvironment.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/setup/getNodeEnvironment.ts#L9) +[src/setup/getNodeEnvironment.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/setup/getNodeEnvironment.ts#L9) diff --git a/docs/talawa-api-docs/setup/installMinio/functions/installMinio.md b/docs/talawa-api-docs/setup/installMinio/functions/installMinio.md index cb4d0a8cded..b7782f9499c 100644 --- a/docs/talawa-api-docs/setup/installMinio/functions/installMinio.md +++ b/docs/talawa-api-docs/setup/installMinio/functions/installMinio.md @@ -22,4 +22,4 @@ Error If the download or installation fails. ## Defined in -[src/setup/installMinio.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/setup/installMinio.ts#L19) +[src/setup/installMinio.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/setup/installMinio.ts#L19) diff --git a/docs/talawa-api-docs/setup/isMinioInstalled/functions/isMinioInstalled.md b/docs/talawa-api-docs/setup/isMinioInstalled/functions/isMinioInstalled.md index cfd3d44f674..72d920e7b4c 100644 --- a/docs/talawa-api-docs/setup/isMinioInstalled/functions/isMinioInstalled.md +++ b/docs/talawa-api-docs/setup/isMinioInstalled/functions/isMinioInstalled.md @@ -19,4 +19,4 @@ A boolean indicating whether MinIO is installed. ## Defined in -[src/setup/isMinioInstalled.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/setup/isMinioInstalled.ts#L15) +[src/setup/isMinioInstalled.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/setup/isMinioInstalled.ts#L15) diff --git a/docs/talawa-api-docs/setup/isValidEmail/functions/isValidEmail.md b/docs/talawa-api-docs/setup/isValidEmail/functions/isValidEmail.md index ddb4f3deabd..a80c7792c63 100644 --- a/docs/talawa-api-docs/setup/isValidEmail/functions/isValidEmail.md +++ b/docs/talawa-api-docs/setup/isValidEmail/functions/isValidEmail.md @@ -27,4 +27,4 @@ pattern, and false otherwise. ## Defined in -[src/setup/isValidEmail.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/setup/isValidEmail.ts#L7) +[src/setup/isValidEmail.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/setup/isValidEmail.ts#L7) diff --git a/docs/talawa-api-docs/setup/reCaptcha/functions/validateRecaptcha.md b/docs/talawa-api-docs/setup/reCaptcha/functions/validateRecaptcha.md index 0d5b351fd7e..30f901addf7 100644 --- a/docs/talawa-api-docs/setup/reCaptcha/functions/validateRecaptcha.md +++ b/docs/talawa-api-docs/setup/reCaptcha/functions/validateRecaptcha.md @@ -27,4 +27,4 @@ a boolean value. ## Defined in -[src/setup/reCaptcha.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/setup/reCaptcha.ts#L7) +[src/setup/reCaptcha.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/setup/reCaptcha.ts#L7) diff --git a/docs/talawa-api-docs/setup/redisConfiguration/functions/askForRedisUrl.md b/docs/talawa-api-docs/setup/redisConfiguration/functions/askForRedisUrl.md index 573c169966b..e5c55b5cd31 100644 --- a/docs/talawa-api-docs/setup/redisConfiguration/functions/askForRedisUrl.md +++ b/docs/talawa-api-docs/setup/redisConfiguration/functions/askForRedisUrl.md @@ -20,4 +20,4 @@ properties `host`, `port`, and `password`. ## Defined in -[src/setup/redisConfiguration.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/setup/redisConfiguration.ts#L36) +[src/setup/redisConfiguration.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/setup/redisConfiguration.ts#L36) diff --git a/docs/talawa-api-docs/setup/redisConfiguration/functions/checkExistingRedis.md b/docs/talawa-api-docs/setup/redisConfiguration/functions/checkExistingRedis.md index 27e6ffeeaed..39cb5e0b300 100644 --- a/docs/talawa-api-docs/setup/redisConfiguration/functions/checkExistingRedis.md +++ b/docs/talawa-api-docs/setup/redisConfiguration/functions/checkExistingRedis.md @@ -19,4 +19,4 @@ The function `checkExistingRedis` returns a Promise that resolves to a string or ## Defined in -[src/setup/redisConfiguration.ts:71](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/setup/redisConfiguration.ts#L71) +[src/setup/redisConfiguration.ts:71](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/setup/redisConfiguration.ts#L71) diff --git a/docs/talawa-api-docs/setup/redisConfiguration/functions/checkRedisConnection.md b/docs/talawa-api-docs/setup/redisConfiguration/functions/checkRedisConnection.md index 2abec4e0da0..c25b42d498c 100644 --- a/docs/talawa-api-docs/setup/redisConfiguration/functions/checkRedisConnection.md +++ b/docs/talawa-api-docs/setup/redisConfiguration/functions/checkRedisConnection.md @@ -28,4 +28,4 @@ a Promise that resolves to a boolean value. ## Defined in -[src/setup/redisConfiguration.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/setup/redisConfiguration.ts#L12) +[src/setup/redisConfiguration.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/setup/redisConfiguration.ts#L12) diff --git a/docs/talawa-api-docs/setup/setImageUploadSize/functions/setImageUploadSize.md b/docs/talawa-api-docs/setup/setImageUploadSize/functions/setImageUploadSize.md index a8053e34789..53287184fe5 100644 --- a/docs/talawa-api-docs/setup/setImageUploadSize/functions/setImageUploadSize.md +++ b/docs/talawa-api-docs/setup/setImageUploadSize/functions/setImageUploadSize.md @@ -24,4 +24,4 @@ The function `checkExistingRedis` returns a void Promise. ## Defined in -[src/setup/setImageUploadSize.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/setup/setImageUploadSize.ts#L9) +[src/setup/setImageUploadSize.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/setup/setImageUploadSize.ts#L9) diff --git a/docs/talawa-api-docs/setup/setImageUploadSize/functions/validateImageFileSize.md b/docs/talawa-api-docs/setup/setImageUploadSize/functions/validateImageFileSize.md index b12a5761fc2..a435511482a 100644 --- a/docs/talawa-api-docs/setup/setImageUploadSize/functions/validateImageFileSize.md +++ b/docs/talawa-api-docs/setup/setImageUploadSize/functions/validateImageFileSize.md @@ -24,4 +24,4 @@ a boolean value. ## Defined in -[src/setup/setImageUploadSize.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/setup/setImageUploadSize.ts#L37) +[src/setup/setImageUploadSize.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/setup/setImageUploadSize.ts#L37) diff --git a/docs/talawa-api-docs/setup/setPathEnvVar/functions/setPathEnvVar.md b/docs/talawa-api-docs/setup/setPathEnvVar/functions/setPathEnvVar.md index 986535650b7..9507c15c890 100644 --- a/docs/talawa-api-docs/setup/setPathEnvVar/functions/setPathEnvVar.md +++ b/docs/talawa-api-docs/setup/setPathEnvVar/functions/setPathEnvVar.md @@ -39,4 +39,4 @@ Error If updating the PATH environment variable fails. ## Defined in -[src/setup/setPathEnvVar.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/setup/setPathEnvVar.ts#L24) +[src/setup/setPathEnvVar.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/setup/setPathEnvVar.ts#L24) diff --git a/docs/talawa-api-docs/setup/superAdmin/functions/askForSuperAdminEmail.md b/docs/talawa-api-docs/setup/superAdmin/functions/askForSuperAdminEmail.md index f5881c65e47..19f4421073c 100644 --- a/docs/talawa-api-docs/setup/superAdmin/functions/askForSuperAdminEmail.md +++ b/docs/talawa-api-docs/setup/superAdmin/functions/askForSuperAdminEmail.md @@ -19,4 +19,4 @@ The email entered by the user is being returned. ## Defined in -[src/setup/superAdmin.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/setup/superAdmin.ts#L9) +[src/setup/superAdmin.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/setup/superAdmin.ts#L9) diff --git a/docs/talawa-api-docs/setup/updateEnvVariable/functions/updateEnvVariable.md b/docs/talawa-api-docs/setup/updateEnvVariable/functions/updateEnvVariable.md index 5290fb57de6..481553351af 100644 --- a/docs/talawa-api-docs/setup/updateEnvVariable/functions/updateEnvVariable.md +++ b/docs/talawa-api-docs/setup/updateEnvVariable/functions/updateEnvVariable.md @@ -25,4 +25,4 @@ need to be updated. ## Defined in -[src/setup/updateEnvVariable.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/setup/updateEnvVariable.ts#L11) +[src/setup/updateEnvVariable.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/setup/updateEnvVariable.ts#L11) diff --git a/docs/talawa-api-docs/setup/updateIgnoreFile/functions/updateIgnoreFile.md b/docs/talawa-api-docs/setup/updateIgnoreFile/functions/updateIgnoreFile.md index f2ff2d4e5f5..1c2b7153fa4 100644 --- a/docs/talawa-api-docs/setup/updateIgnoreFile/functions/updateIgnoreFile.md +++ b/docs/talawa-api-docs/setup/updateIgnoreFile/functions/updateIgnoreFile.md @@ -41,4 +41,4 @@ No logging is performed for cases where the ignore pattern already exists in the ## Defined in -[src/setup/updateIgnoreFile.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/setup/updateIgnoreFile.ts#L20) +[src/setup/updateIgnoreFile.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/setup/updateIgnoreFile.ts#L20) diff --git a/docs/talawa-api-docs/setup/verifySmtpConnection/functions/verifySmtpConnection.md b/docs/talawa-api-docs/setup/verifySmtpConnection/functions/verifySmtpConnection.md index 9611834b119..bdf42b4236d 100644 --- a/docs/talawa-api-docs/setup/verifySmtpConnection/functions/verifySmtpConnection.md +++ b/docs/talawa-api-docs/setup/verifySmtpConnection/functions/verifySmtpConnection.md @@ -31,4 +31,4 @@ be `true` and the `error` property will be `null`. If the SMTP connection verifi ## Defined in -[src/setup/verifySmtpConnection.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/setup/verifySmtpConnection.ts#L18) +[src/setup/verifySmtpConnection.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/setup/verifySmtpConnection.ts#L18) diff --git a/docs/talawa-api-docs/typeDefs/directives/variables/directives.md b/docs/talawa-api-docs/typeDefs/directives/variables/directives.md index 8d5521ffe1d..7130c3bb2c1 100644 --- a/docs/talawa-api-docs/typeDefs/directives/variables/directives.md +++ b/docs/talawa-api-docs/typeDefs/directives/variables/directives.md @@ -12,4 +12,4 @@ GraphQL schema definition for directives. ## Defined in -[src/typeDefs/directives.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/typeDefs/directives.ts#L9) +[src/typeDefs/directives.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/typeDefs/directives.ts#L9) diff --git a/docs/talawa-api-docs/typeDefs/enums/variables/enums.md b/docs/talawa-api-docs/typeDefs/enums/variables/enums.md index bc0c4849b7d..eb372b37cc3 100644 --- a/docs/talawa-api-docs/typeDefs/enums/variables/enums.md +++ b/docs/talawa-api-docs/typeDefs/enums/variables/enums.md @@ -10,4 +10,4 @@ ## Defined in -[src/typeDefs/enums.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/typeDefs/enums.ts#L4) +[src/typeDefs/enums.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/typeDefs/enums.ts#L4) diff --git a/docs/talawa-api-docs/typeDefs/errors/common/variables/commonErrors.md b/docs/talawa-api-docs/typeDefs/errors/common/variables/commonErrors.md index a174b7e1fac..a3902adea10 100644 --- a/docs/talawa-api-docs/typeDefs/errors/common/variables/commonErrors.md +++ b/docs/talawa-api-docs/typeDefs/errors/common/variables/commonErrors.md @@ -12,4 +12,4 @@ GraphQL schema definition for common error types. ## Defined in -[src/typeDefs/errors/common.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/typeDefs/errors/common.ts#L6) +[src/typeDefs/errors/common.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/typeDefs/errors/common.ts#L6) diff --git a/docs/talawa-api-docs/typeDefs/errors/connectionError/variables/connectionError.md b/docs/talawa-api-docs/typeDefs/errors/connectionError/variables/connectionError.md index 4f396dc1007..c52126dced9 100644 --- a/docs/talawa-api-docs/typeDefs/errors/connectionError/variables/connectionError.md +++ b/docs/talawa-api-docs/typeDefs/errors/connectionError/variables/connectionError.md @@ -12,4 +12,4 @@ GraphQL schema definition for connection-related errors. ## Defined in -[src/typeDefs/errors/connectionError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/typeDefs/errors/connectionError.ts#L6) +[src/typeDefs/errors/connectionError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/typeDefs/errors/connectionError.ts#L6) diff --git a/docs/talawa-api-docs/typeDefs/errors/createAdminErrors/variables/createAdminErrors.md b/docs/talawa-api-docs/typeDefs/errors/createAdminErrors/variables/createAdminErrors.md index 2037940c114..830230c6f9e 100644 --- a/docs/talawa-api-docs/typeDefs/errors/createAdminErrors/variables/createAdminErrors.md +++ b/docs/talawa-api-docs/typeDefs/errors/createAdminErrors/variables/createAdminErrors.md @@ -12,4 +12,4 @@ GraphQL schema definition for errors related to creating an admin. ## Defined in -[src/typeDefs/errors/createAdminErrors.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/typeDefs/errors/createAdminErrors.ts#L6) +[src/typeDefs/errors/createAdminErrors.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/typeDefs/errors/createAdminErrors.ts#L6) diff --git a/docs/talawa-api-docs/typeDefs/errors/createCommentErrors/variables/createCommentErrors.md b/docs/talawa-api-docs/typeDefs/errors/createCommentErrors/variables/createCommentErrors.md index 5e309165fb0..514530bec29 100644 --- a/docs/talawa-api-docs/typeDefs/errors/createCommentErrors/variables/createCommentErrors.md +++ b/docs/talawa-api-docs/typeDefs/errors/createCommentErrors/variables/createCommentErrors.md @@ -12,4 +12,4 @@ GraphQL schema definition for errors related to creating a comment. ## Defined in -[src/typeDefs/errors/createCommentErrors.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/typeDefs/errors/createCommentErrors.ts#L7) +[src/typeDefs/errors/createCommentErrors.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/typeDefs/errors/createCommentErrors.ts#L7) diff --git a/docs/talawa-api-docs/typeDefs/errors/createMemberErrors/variables/createMemberErrors.md b/docs/talawa-api-docs/typeDefs/errors/createMemberErrors/variables/createMemberErrors.md index 84f8bdb557e..0fc4353c332 100644 --- a/docs/talawa-api-docs/typeDefs/errors/createMemberErrors/variables/createMemberErrors.md +++ b/docs/talawa-api-docs/typeDefs/errors/createMemberErrors/variables/createMemberErrors.md @@ -12,4 +12,4 @@ GraphQL schema definition for errors related to creating a member. ## Defined in -[src/typeDefs/errors/createMemberErrors.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/typeDefs/errors/createMemberErrors.ts#L7) +[src/typeDefs/errors/createMemberErrors.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/typeDefs/errors/createMemberErrors.ts#L7) diff --git a/docs/talawa-api-docs/typeDefs/errors/variables/errors.md b/docs/talawa-api-docs/typeDefs/errors/variables/errors.md index 15c68300f2f..1e0d528603f 100644 --- a/docs/talawa-api-docs/typeDefs/errors/variables/errors.md +++ b/docs/talawa-api-docs/typeDefs/errors/variables/errors.md @@ -12,4 +12,4 @@ Array of all error definitions. ## Defined in -[src/typeDefs/errors/index.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/typeDefs/errors/index.ts#L10) +[src/typeDefs/errors/index.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/typeDefs/errors/index.ts#L10) diff --git a/docs/talawa-api-docs/typeDefs/inputs/variables/inputs.md b/docs/talawa-api-docs/typeDefs/inputs/variables/inputs.md index e7e4fa33401..f13ede6b0bb 100644 --- a/docs/talawa-api-docs/typeDefs/inputs/variables/inputs.md +++ b/docs/talawa-api-docs/typeDefs/inputs/variables/inputs.md @@ -10,4 +10,4 @@ ## Defined in -[src/typeDefs/inputs.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/typeDefs/inputs.ts#L4) +[src/typeDefs/inputs.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/typeDefs/inputs.ts#L4) diff --git a/docs/talawa-api-docs/typeDefs/interfaces/variables/interfaces.md b/docs/talawa-api-docs/typeDefs/interfaces/variables/interfaces.md index 3fd54419fb1..896d493252c 100644 --- a/docs/talawa-api-docs/typeDefs/interfaces/variables/interfaces.md +++ b/docs/talawa-api-docs/typeDefs/interfaces/variables/interfaces.md @@ -10,4 +10,4 @@ ## Defined in -[src/typeDefs/interfaces.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/typeDefs/interfaces.ts#L4) +[src/typeDefs/interfaces.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/typeDefs/interfaces.ts#L4) diff --git a/docs/talawa-api-docs/typeDefs/mutations/variables/mutations.md b/docs/talawa-api-docs/typeDefs/mutations/variables/mutations.md index 7832948a3dc..39ccce0946a 100644 --- a/docs/talawa-api-docs/typeDefs/mutations/variables/mutations.md +++ b/docs/talawa-api-docs/typeDefs/mutations/variables/mutations.md @@ -12,4 +12,4 @@ This graphQL typeDef defines the logic for different mutations defined in the ta ## Defined in -[src/typeDefs/mutations.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/typeDefs/mutations.ts#L6) +[src/typeDefs/mutations.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/typeDefs/mutations.ts#L6) diff --git a/docs/talawa-api-docs/typeDefs/queries/variables/queries.md b/docs/talawa-api-docs/typeDefs/queries/variables/queries.md index b48f730d5ba..fac652754a0 100644 --- a/docs/talawa-api-docs/typeDefs/queries/variables/queries.md +++ b/docs/talawa-api-docs/typeDefs/queries/variables/queries.md @@ -12,4 +12,4 @@ This graphQL typeDef defines the logic for different queries defined in the tala ## Defined in -[src/typeDefs/queries.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/typeDefs/queries.ts#L6) +[src/typeDefs/queries.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/typeDefs/queries.ts#L6) diff --git a/docs/talawa-api-docs/typeDefs/scalars/variables/scalars.md b/docs/talawa-api-docs/typeDefs/scalars/variables/scalars.md index d6353e6de73..36860725f2f 100644 --- a/docs/talawa-api-docs/typeDefs/scalars/variables/scalars.md +++ b/docs/talawa-api-docs/typeDefs/scalars/variables/scalars.md @@ -10,4 +10,4 @@ ## Defined in -[src/typeDefs/scalars.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/typeDefs/scalars.ts#L4) +[src/typeDefs/scalars.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/typeDefs/scalars.ts#L4) diff --git a/docs/talawa-api-docs/typeDefs/subscriptions/variables/subscriptions.md b/docs/talawa-api-docs/typeDefs/subscriptions/variables/subscriptions.md index 2556c10f076..c4dda729e7e 100644 --- a/docs/talawa-api-docs/typeDefs/subscriptions/variables/subscriptions.md +++ b/docs/talawa-api-docs/typeDefs/subscriptions/variables/subscriptions.md @@ -10,4 +10,4 @@ ## Defined in -[src/typeDefs/subscriptions.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/typeDefs/subscriptions.ts#L4) +[src/typeDefs/subscriptions.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/typeDefs/subscriptions.ts#L4) diff --git a/docs/talawa-api-docs/typeDefs/types/variables/types.md b/docs/talawa-api-docs/typeDefs/types/variables/types.md index ec788dca64d..db130497462 100644 --- a/docs/talawa-api-docs/typeDefs/types/variables/types.md +++ b/docs/talawa-api-docs/typeDefs/types/variables/types.md @@ -10,4 +10,4 @@ ## Defined in -[src/typeDefs/types.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/typeDefs/types.ts#L4) +[src/typeDefs/types.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/typeDefs/types.ts#L4) diff --git a/docs/talawa-api-docs/typeDefs/variables/typeDefs.md b/docs/talawa-api-docs/typeDefs/variables/typeDefs.md index 4915db6d6d1..687d04a5ba7 100644 --- a/docs/talawa-api-docs/typeDefs/variables/typeDefs.md +++ b/docs/talawa-api-docs/typeDefs/variables/typeDefs.md @@ -10,4 +10,4 @@ ## Defined in -[src/typeDefs/index.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/typeDefs/index.ts#L19) +[src/typeDefs/index.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/typeDefs/index.ts#L19) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/README.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/README.md index 967c58b5302..5dd99ab3095 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/README.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/README.md @@ -69,6 +69,7 @@ - [ChatMessage](type-aliases/ChatMessage.md) - [ChatMessageResolvers](type-aliases/ChatMessageResolvers.md) - [ChatResolvers](type-aliases/ChatResolvers.md) +- [ChatWhereInput](type-aliases/ChatWhereInput.md) - [CheckIn](type-aliases/CheckIn.md) - [CheckInCheckOutInput](type-aliases/CheckInCheckOutInput.md) - [CheckInResolvers](type-aliases/CheckInResolvers.md) @@ -100,6 +101,7 @@ - [CreateCommentErrorResolvers](type-aliases/CreateCommentErrorResolvers.md) - [CreateCommentPayload](type-aliases/CreateCommentPayload.md) - [CreateCommentPayloadResolvers](type-aliases/CreateCommentPayloadResolvers.md) +- [CreateGroupChatInput](type-aliases/CreateGroupChatInput.md) - [CreateMemberError](type-aliases/CreateMemberError.md) - [CreateMemberErrorResolvers](type-aliases/CreateMemberErrorResolvers.md) - [CreateMemberPayload](type-aliases/CreateMemberPayload.md) @@ -220,6 +222,7 @@ - [MutationAddPledgeToFundraisingCampaignArgs](type-aliases/MutationAddPledgeToFundraisingCampaignArgs.md) - [MutationAddUserCustomDataArgs](type-aliases/MutationAddUserCustomDataArgs.md) - [MutationAddUserImageArgs](type-aliases/MutationAddUserImageArgs.md) +- [MutationAddUserToGroupChatArgs](type-aliases/MutationAddUserToGroupChatArgs.md) - [MutationAddUserToUserFamilyArgs](type-aliases/MutationAddUserToUserFamilyArgs.md) - [MutationAssignToUserTagsArgs](type-aliases/MutationAssignToUserTagsArgs.md) - [MutationAssignUserTagArgs](type-aliases/MutationAssignUserTagArgs.md) @@ -266,6 +269,7 @@ - [MutationLikeCommentArgs](type-aliases/MutationLikeCommentArgs.md) - [MutationLikePostArgs](type-aliases/MutationLikePostArgs.md) - [MutationLoginArgs](type-aliases/MutationLoginArgs.md) +- [MutationMarkChatMessagesAsReadArgs](type-aliases/MutationMarkChatMessagesAsReadArgs.md) - [MutationOtpArgs](type-aliases/MutationOtpArgs.md) - [MutationRecaptchaArgs](type-aliases/MutationRecaptchaArgs.md) - [MutationRefreshTokenArgs](type-aliases/MutationRefreshTokenArgs.md) @@ -310,6 +314,8 @@ - [MutationUpdateAgendaCategoryArgs](type-aliases/MutationUpdateAgendaCategoryArgs.md) - [MutationUpdateAgendaItemArgs](type-aliases/MutationUpdateAgendaItemArgs.md) - [MutationUpdateAgendaSectionArgs](type-aliases/MutationUpdateAgendaSectionArgs.md) +- [MutationUpdateChatArgs](type-aliases/MutationUpdateChatArgs.md) +- [MutationUpdateChatMessageArgs](type-aliases/MutationUpdateChatMessageArgs.md) - [MutationUpdateCommunityArgs](type-aliases/MutationUpdateCommunityArgs.md) - [MutationUpdateEventArgs](type-aliases/MutationUpdateEventArgs.md) - [MutationUpdateEventVolunteerArgs](type-aliases/MutationUpdateEventVolunteerArgs.md) @@ -482,6 +488,8 @@ - [UpdateAgendaCategoryInput](type-aliases/UpdateAgendaCategoryInput.md) - [UpdateAgendaItemInput](type-aliases/UpdateAgendaItemInput.md) - [UpdateAgendaSectionInput](type-aliases/UpdateAgendaSectionInput.md) +- [UpdateChatInput](type-aliases/UpdateChatInput.md) +- [UpdateChatMessageInput](type-aliases/UpdateChatMessageInput.md) - [UpdateCommunityInput](type-aliases/UpdateCommunityInput.md) - [UpdateEventInput](type-aliases/UpdateEventInput.md) - [UpdateEventVolunteerGroupInput](type-aliases/UpdateEventVolunteerGroupInput.md) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/interfaces/AnyScalarConfig.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/interfaces/AnyScalarConfig.md index 53c8c63e6d0..2059deafcad 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/interfaces/AnyScalarConfig.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/interfaces/AnyScalarConfig.md @@ -78,7 +78,7 @@ node\_modules/graphql/type/definition.d.ts:368 #### Defined in -[src/types/generatedGraphQLTypes.ts:4015](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4015) +[src/types/generatedGraphQLTypes.ts:4079](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4079) *** diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/interfaces/CountryCodeScalarConfig.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/interfaces/CountryCodeScalarConfig.md index 37fdcd3c3b5..7a4f13ebe08 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/interfaces/CountryCodeScalarConfig.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/interfaces/CountryCodeScalarConfig.md @@ -78,7 +78,7 @@ node\_modules/graphql/type/definition.d.ts:368 #### Defined in -[src/types/generatedGraphQLTypes.ts:4131](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4131) +[src/types/generatedGraphQLTypes.ts:4197](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4197) *** diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/interfaces/DateScalarConfig.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/interfaces/DateScalarConfig.md index 87e9c73ca34..52b393ad3bd 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/interfaces/DateScalarConfig.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/interfaces/DateScalarConfig.md @@ -78,7 +78,7 @@ node\_modules/graphql/type/definition.d.ts:368 #### Defined in -[src/types/generatedGraphQLTypes.ts:4170](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4170) +[src/types/generatedGraphQLTypes.ts:4236](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4236) *** diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/interfaces/DateTimeScalarConfig.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/interfaces/DateTimeScalarConfig.md index 0cd223ba8e8..fe5639f8504 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/interfaces/DateTimeScalarConfig.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/interfaces/DateTimeScalarConfig.md @@ -78,7 +78,7 @@ node\_modules/graphql/type/definition.d.ts:368 #### Defined in -[src/types/generatedGraphQLTypes.ts:4174](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4174) +[src/types/generatedGraphQLTypes.ts:4240](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4240) *** diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/interfaces/EmailAddressScalarConfig.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/interfaces/EmailAddressScalarConfig.md index 2b01a04cd64..2670147f99d 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/interfaces/EmailAddressScalarConfig.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/interfaces/EmailAddressScalarConfig.md @@ -78,7 +78,7 @@ node\_modules/graphql/type/definition.d.ts:368 #### Defined in -[src/types/generatedGraphQLTypes.ts:4209](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4209) +[src/types/generatedGraphQLTypes.ts:4275](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4275) *** diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/interfaces/JsonScalarConfig.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/interfaces/JsonScalarConfig.md index 66e3602e5f2..aa329d9c7a1 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/interfaces/JsonScalarConfig.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/interfaces/JsonScalarConfig.md @@ -78,7 +78,7 @@ node\_modules/graphql/type/definition.d.ts:368 #### Defined in -[src/types/generatedGraphQLTypes.ts:4417](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4417) +[src/types/generatedGraphQLTypes.ts:4483](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4483) *** diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/interfaces/LatitudeScalarConfig.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/interfaces/LatitudeScalarConfig.md index e6af17d1a4a..72628c4c123 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/interfaces/LatitudeScalarConfig.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/interfaces/LatitudeScalarConfig.md @@ -78,7 +78,7 @@ node\_modules/graphql/type/definition.d.ts:368 #### Defined in -[src/types/generatedGraphQLTypes.ts:4438](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4438) +[src/types/generatedGraphQLTypes.ts:4504](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4504) *** diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/interfaces/LongitudeScalarConfig.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/interfaces/LongitudeScalarConfig.md index b7262650c33..c5ac286c0f9 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/interfaces/LongitudeScalarConfig.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/interfaces/LongitudeScalarConfig.md @@ -78,7 +78,7 @@ node\_modules/graphql/type/definition.d.ts:368 #### Defined in -[src/types/generatedGraphQLTypes.ts:4442](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4442) +[src/types/generatedGraphQLTypes.ts:4508](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4508) *** diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/interfaces/PhoneNumberScalarConfig.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/interfaces/PhoneNumberScalarConfig.md index 263c4d12b31..5c91b492f74 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/interfaces/PhoneNumberScalarConfig.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/interfaces/PhoneNumberScalarConfig.md @@ -78,7 +78,7 @@ node\_modules/graphql/type/definition.d.ts:368 #### Defined in -[src/types/generatedGraphQLTypes.ts:4705](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4705) +[src/types/generatedGraphQLTypes.ts:4775](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4775) *** diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/interfaces/PositiveIntScalarConfig.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/interfaces/PositiveIntScalarConfig.md index 9a3602ba56d..f28ad3f3578 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/interfaces/PositiveIntScalarConfig.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/interfaces/PositiveIntScalarConfig.md @@ -78,7 +78,7 @@ node\_modules/graphql/type/definition.d.ts:368 #### Defined in -[src/types/generatedGraphQLTypes.ts:4726](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4726) +[src/types/generatedGraphQLTypes.ts:4796](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4796) *** diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/interfaces/SubscriptionResolverObject.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/interfaces/SubscriptionResolverObject.md index db48e5d8b21..ee9d69e6319 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/interfaces/SubscriptionResolverObject.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/interfaces/SubscriptionResolverObject.md @@ -24,7 +24,7 @@ #### Defined in -[src/types/generatedGraphQLTypes.ts:3397](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L3397) +[src/types/generatedGraphQLTypes.ts:3453](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L3453) *** @@ -34,4 +34,4 @@ #### Defined in -[src/types/generatedGraphQLTypes.ts:3396](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L3396) +[src/types/generatedGraphQLTypes.ts:3452](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L3452) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/interfaces/SubscriptionSubscriberObject.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/interfaces/SubscriptionSubscriberObject.md index d974fd3999f..8ea63c80d56 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/interfaces/SubscriptionSubscriberObject.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/interfaces/SubscriptionSubscriberObject.md @@ -26,7 +26,7 @@ #### Defined in -[src/types/generatedGraphQLTypes.ts:3392](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L3392) +[src/types/generatedGraphQLTypes.ts:3448](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L3448) *** @@ -36,4 +36,4 @@ #### Defined in -[src/types/generatedGraphQLTypes.ts:3391](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L3391) +[src/types/generatedGraphQLTypes.ts:3447](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L3447) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/interfaces/TimeScalarConfig.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/interfaces/TimeScalarConfig.md index c114951a064..31f9ca48f6e 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/interfaces/TimeScalarConfig.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/interfaces/TimeScalarConfig.md @@ -78,7 +78,7 @@ node\_modules/graphql/type/definition.d.ts:368 #### Defined in -[src/types/generatedGraphQLTypes.ts:4862](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4862) +[src/types/generatedGraphQLTypes.ts:4934](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4934) *** diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/interfaces/UploadScalarConfig.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/interfaces/UploadScalarConfig.md index 6eac2bc1b68..4a9d0c559d3 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/interfaces/UploadScalarConfig.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/interfaces/UploadScalarConfig.md @@ -78,7 +78,7 @@ node\_modules/graphql/type/definition.d.ts:368 #### Defined in -[src/types/generatedGraphQLTypes.ts:4893](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4893) +[src/types/generatedGraphQLTypes.ts:4965](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4965) *** diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/interfaces/UrlScalarConfig.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/interfaces/UrlScalarConfig.md index a11b63a0ceb..8723ce48b44 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/interfaces/UrlScalarConfig.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/interfaces/UrlScalarConfig.md @@ -78,7 +78,7 @@ node\_modules/graphql/type/definition.d.ts:368 #### Defined in -[src/types/generatedGraphQLTypes.ts:4874](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4874) +[src/types/generatedGraphQLTypes.ts:4946](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4946) *** diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ActionItem.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ActionItem.md index 60787743602..c6aa8e1d52f 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ActionItem.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ActionItem.md @@ -88,4 +88,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:69](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L69) +[src/types/generatedGraphQLTypes.ts:69](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L69) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ActionItemCategory.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ActionItemCategory.md index c0e41a1fd15..20e6601cfe0 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ActionItemCategory.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ActionItemCategory.md @@ -44,4 +44,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:91](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L91) +[src/types/generatedGraphQLTypes.ts:91](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L91) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ActionItemCategoryResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ActionItemCategoryResolvers.md index 7adee5d2e20..a292bc41bde 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ActionItemCategoryResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ActionItemCategoryResolvers.md @@ -50,4 +50,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:3910](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L3910) +[src/types/generatedGraphQLTypes.ts:3974](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L3974) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ActionItemCategoryWhereInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ActionItemCategoryWhereInput.md index 108e752bcae..8d29d04b33b 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ActionItemCategoryWhereInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ActionItemCategoryWhereInput.md @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:102](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L102) +[src/types/generatedGraphQLTypes.ts:102](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L102) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ActionItemResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ActionItemResolvers.md index b38ce31092e..92e92ffde68 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ActionItemResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ActionItemResolvers.md @@ -94,4 +94,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:3888](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L3888) +[src/types/generatedGraphQLTypes.ts:3952](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L3952) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ActionItemWhereInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ActionItemWhereInput.md index 1cb154e5583..bec8be0bccf 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ActionItemWhereInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ActionItemWhereInput.md @@ -36,4 +36,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:107](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L107) +[src/types/generatedGraphQLTypes.ts:107](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L107) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ActionItemsOrderByInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ActionItemsOrderByInput.md index 6ab07781ae6..f5c4248a163 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ActionItemsOrderByInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ActionItemsOrderByInput.md @@ -10,4 +10,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:116](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L116) +[src/types/generatedGraphQLTypes.ts:116](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L116) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AddPeopleToUserTagInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AddPeopleToUserTagInput.md index cfc8286368d..1349aa4594f 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AddPeopleToUserTagInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AddPeopleToUserTagInput.md @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:122](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L122) +[src/types/generatedGraphQLTypes.ts:122](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L122) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Address.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Address.md index 20c634dbe67..da549ad2ecf 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Address.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Address.md @@ -48,4 +48,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:127](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L127) +[src/types/generatedGraphQLTypes.ts:127](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L127) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AddressInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AddressInput.md index a053e237d98..b1c952367e3 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AddressInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AddressInput.md @@ -44,4 +44,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:139](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L139) +[src/types/generatedGraphQLTypes.ts:139](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L139) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AddressResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AddressResolvers.md index 7c9cd849af3..90a2c666308 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AddressResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AddressResolvers.md @@ -54,4 +54,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:3921](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L3921) +[src/types/generatedGraphQLTypes.ts:3985](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L3985) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Advertisement.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Advertisement.md index 728486c8a1e..85f9e16f9fc 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Advertisement.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Advertisement.md @@ -56,4 +56,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:150](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L150) +[src/types/generatedGraphQLTypes.ts:150](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L150) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AdvertisementEdge.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AdvertisementEdge.md index 5d028e0ed7f..3b96580525a 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AdvertisementEdge.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AdvertisementEdge.md @@ -24,4 +24,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:164](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L164) +[src/types/generatedGraphQLTypes.ts:164](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L164) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AdvertisementEdgeResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AdvertisementEdgeResolvers.md index 63606ce5c7c..576a193cb8c 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AdvertisementEdgeResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AdvertisementEdgeResolvers.md @@ -30,4 +30,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:3947](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L3947) +[src/types/generatedGraphQLTypes.ts:4011](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4011) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AdvertisementResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AdvertisementResolvers.md index 402af820c28..51df6d6c12e 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AdvertisementResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AdvertisementResolvers.md @@ -62,4 +62,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:3933](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L3933) +[src/types/generatedGraphQLTypes.ts:3997](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L3997) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AdvertisementType.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AdvertisementType.md index 94d58f72468..338790c5418 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AdvertisementType.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AdvertisementType.md @@ -10,4 +10,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:170](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L170) +[src/types/generatedGraphQLTypes.ts:170](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L170) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AdvertisementsConnection.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AdvertisementsConnection.md index f6580d3d150..3a7787eb066 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AdvertisementsConnection.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AdvertisementsConnection.md @@ -28,4 +28,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:175](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L175) +[src/types/generatedGraphQLTypes.ts:175](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L175) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AdvertisementsConnectionResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AdvertisementsConnectionResolvers.md index bf6573a2736..68c5729a0dc 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AdvertisementsConnectionResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AdvertisementsConnectionResolvers.md @@ -34,4 +34,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:3953](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L3953) +[src/types/generatedGraphQLTypes.ts:4017](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4017) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AgendaCategory.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AgendaCategory.md index e1415995873..4904995c4e4 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AgendaCategory.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AgendaCategory.md @@ -48,4 +48,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:182](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L182) +[src/types/generatedGraphQLTypes.ts:182](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L182) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AgendaCategoryResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AgendaCategoryResolvers.md index 736c50bdd76..b0e98dfb0c5 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AgendaCategoryResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AgendaCategoryResolvers.md @@ -54,4 +54,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:3960](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L3960) +[src/types/generatedGraphQLTypes.ts:4024](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4024) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AgendaItem.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AgendaItem.md index 9b5897936d6..337a37852df 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AgendaItem.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AgendaItem.md @@ -76,4 +76,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:194](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L194) +[src/types/generatedGraphQLTypes.ts:194](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L194) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AgendaItemResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AgendaItemResolvers.md index 128cbd7e485..083baecea31 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AgendaItemResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AgendaItemResolvers.md @@ -82,4 +82,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:3972](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L3972) +[src/types/generatedGraphQLTypes.ts:4036](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4036) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AgendaSection.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AgendaSection.md index 12f3b0678bf..9c4bdf45da3 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AgendaSection.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AgendaSection.md @@ -52,4 +52,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:213](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L213) +[src/types/generatedGraphQLTypes.ts:213](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L213) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AgendaSectionResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AgendaSectionResolvers.md index 58ae84639b0..70e86efab10 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AgendaSectionResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AgendaSectionResolvers.md @@ -58,4 +58,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:3991](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L3991) +[src/types/generatedGraphQLTypes.ts:4055](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4055) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AggregatePost.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AggregatePost.md index c2542936eb7..a66cc5e8d8e 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AggregatePost.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AggregatePost.md @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:226](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L226) +[src/types/generatedGraphQLTypes.ts:226](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L226) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AggregatePostResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AggregatePostResolvers.md index cdd2dec1cdc..f181f30f892 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AggregatePostResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AggregatePostResolvers.md @@ -26,4 +26,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4004](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4004) +[src/types/generatedGraphQLTypes.ts:4068](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4068) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AggregateUser.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AggregateUser.md index 70d27466baa..5180344ddd7 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AggregateUser.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AggregateUser.md @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:231](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L231) +[src/types/generatedGraphQLTypes.ts:231](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L231) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AggregateUserResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AggregateUserResolvers.md index edc3e415e6b..9e17a029bbc 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AggregateUserResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AggregateUserResolvers.md @@ -26,4 +26,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4009](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4009) +[src/types/generatedGraphQLTypes.ts:4073](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4073) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AppUserProfile.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AppUserProfile.md index b93777090f4..1a4d6e0180c 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AppUserProfile.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AppUserProfile.md @@ -60,4 +60,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:236](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L236) +[src/types/generatedGraphQLTypes.ts:236](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L236) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AppUserProfileResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AppUserProfileResolvers.md index 2ef8daa8a23..5dd245bd857 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AppUserProfileResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AppUserProfileResolvers.md @@ -66,4 +66,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4018](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4018) +[src/types/generatedGraphQLTypes.ts:4082](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4082) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AuthData.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AuthData.md index 2eba6bfa3d2..91e4f5b56cd 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AuthData.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AuthData.md @@ -32,4 +32,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:251](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L251) +[src/types/generatedGraphQLTypes.ts:251](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L251) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AuthDataResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AuthDataResolvers.md index 56d771160f9..4967ecd9b87 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AuthDataResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AuthDataResolvers.md @@ -38,4 +38,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4033](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4033) +[src/types/generatedGraphQLTypes.ts:4097](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4097) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AuthDirectiveArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AuthDirectiveArgs.md index de977b6e683..c91f38722f7 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AuthDirectiveArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AuthDirectiveArgs.md @@ -10,4 +10,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:3878](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L3878) +[src/types/generatedGraphQLTypes.ts:3942](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L3942) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AuthDirectiveResolver.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AuthDirectiveResolver.md index c2ee7f61f88..95c6e24201d 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AuthDirectiveResolver.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/AuthDirectiveResolver.md @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:3880](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L3880) +[src/types/generatedGraphQLTypes.ts:3944](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L3944) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CampaignOrderByInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CampaignOrderByInput.md index 77cfbb893c4..659e9f0f7d4 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CampaignOrderByInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CampaignOrderByInput.md @@ -10,4 +10,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:259](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L259) +[src/types/generatedGraphQLTypes.ts:259](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L259) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CampaignWhereInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CampaignWhereInput.md index 67695751e5d..d6e3e3ee755 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CampaignWhereInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CampaignWhereInput.md @@ -28,4 +28,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:267](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L267) +[src/types/generatedGraphQLTypes.ts:267](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L267) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Chat.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Chat.md index 9b6665d8dc4..42c714a4170 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Chat.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Chat.md @@ -54,6 +54,10 @@ \> `optional` **organization**: [`Maybe`](Maybe.md)\<[`Organization`](Organization.md)\> +### unseenMessagesByUsers? + +\> `optional` **unseenMessagesByUsers**: [`Maybe`](Maybe.md)\<[`Scalars`](Scalars.md)\[`"JSON"`\]\[`"output"`\]\> + ### updatedAt \> **updatedAt**: [`Scalars`](Scalars.md)\[`"DateTime"`\]\[`"output"`\] @@ -64,4 +68,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:274](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L274) +[src/types/generatedGraphQLTypes.ts:274](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L274) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ChatInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ChatInput.md index 3ecdfb61714..498e671110b 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ChatInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ChatInput.md @@ -32,4 +32,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:3350](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L3350) +[src/types/generatedGraphQLTypes.ts:3400](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L3400) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ChatMessage.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ChatMessage.md index 3be9b771b8a..12d253b8d04 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ChatMessage.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ChatMessage.md @@ -30,6 +30,10 @@ \> `optional` **deletedBy**: [`Maybe`](Maybe.md)\<[`Maybe`](Maybe.md)\<[`User`](User.md)\>[]\> +### media? + +\> `optional` **media**: [`Maybe`](Maybe.md)\<[`Scalars`](Scalars.md)\[`"String"`\]\[`"output"`\]\> + ### messageContent \> **messageContent**: [`Scalars`](Scalars.md)\[`"String"`\]\[`"output"`\] @@ -48,4 +52,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:290](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L290) +[src/types/generatedGraphQLTypes.ts:291](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L291) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ChatMessageResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ChatMessageResolvers.md index 8f26f413ad8..26597e10af1 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ChatMessageResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ChatMessageResolvers.md @@ -36,6 +36,10 @@ \> `optional` **deletedBy**: [`Resolver`](Resolver.md)\<[`Maybe`](Maybe.md)\<[`Maybe`](Maybe.md)\<[`ResolversTypes`](ResolversTypes.md)\[`"User"`\]\>[]\>, `ParentType`, `ContextType`\> +### media? + +\> `optional` **media**: [`Resolver`](Resolver.md)\<[`Maybe`](Maybe.md)\<[`ResolversTypes`](ResolversTypes.md)\[`"String"`\]\>, `ParentType`, `ContextType`\> + ### messageContent? \> `optional` **messageContent**: [`Resolver`](Resolver.md)\<[`ResolversTypes`](ResolversTypes.md)\[`"String"`\], `ParentType`, `ContextType`\> @@ -54,4 +58,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4057](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4057) +[src/types/generatedGraphQLTypes.ts:4122](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4122) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ChatResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ChatResolvers.md index ded2221c7ce..d93cd2ac413 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ChatResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ChatResolvers.md @@ -60,6 +60,10 @@ \> `optional` **organization**: [`Resolver`](Resolver.md)\<[`Maybe`](Maybe.md)\<[`ResolversTypes`](ResolversTypes.md)\[`"Organization"`\]\>, `ParentType`, `ContextType`\> +### unseenMessagesByUsers? + +\> `optional` **unseenMessagesByUsers**: [`Resolver`](Resolver.md)\<[`Maybe`](Maybe.md)\<[`ResolversTypes`](ResolversTypes.md)\[`"JSON"`\]\>, `ParentType`, `ContextType`\> + ### updatedAt? \> `optional` **updatedAt**: [`Resolver`](Resolver.md)\<[`ResolversTypes`](ResolversTypes.md)\[`"DateTime"`\], `ParentType`, `ContextType`\> @@ -70,4 +74,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4041](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4041) +[src/types/generatedGraphQLTypes.ts:4105](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4105) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ChatWhereInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ChatWhereInput.md new file mode 100644 index 00000000000..345b9386fef --- /dev/null +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ChatWhereInput.md @@ -0,0 +1,23 @@ +[**talawa-api**](../../../README.md) + +*** + +[talawa-api](../../../modules.md) / [types/generatedGraphQLTypes](../README.md) / ChatWhereInput + +# Type Alias: ChatWhereInput + +\> **ChatWhereInput**: `object` + +## Type declaration + +### name\_contains? + +\> `optional` **name\_contains**: [`InputMaybe`](InputMaybe.md)\<[`Scalars`](Scalars.md)\[`"String"`\]\[`"input"`\]\> + +### user? + +\> `optional` **user**: [`InputMaybe`](InputMaybe.md)\<[`UserWhereInput`](UserWhereInput.md)\> + +## Defined in + +[src/types/generatedGraphQLTypes.ts:304](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L304) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CheckIn.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CheckIn.md index 5ba6b2fcfc5..3ffd23f5e51 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CheckIn.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CheckIn.md @@ -44,4 +44,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:302](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L302) +[src/types/generatedGraphQLTypes.ts:309](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L309) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CheckInCheckOutInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CheckInCheckOutInput.md index 1ba5759331f..0566c7f26bf 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CheckInCheckOutInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CheckInCheckOutInput.md @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:313](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L313) +[src/types/generatedGraphQLTypes.ts:320](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L320) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CheckInResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CheckInResolvers.md index caa75ff13d9..889f2433144 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CheckInResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CheckInResolvers.md @@ -50,4 +50,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4069](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4069) +[src/types/generatedGraphQLTypes.ts:4135](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4135) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CheckInStatus.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CheckInStatus.md index e8f920be2a8..76fa1c1925e 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CheckInStatus.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CheckInStatus.md @@ -28,4 +28,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:318](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L318) +[src/types/generatedGraphQLTypes.ts:325](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L325) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CheckInStatusResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CheckInStatusResolvers.md index 42bea641705..5f867a88038 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CheckInStatusResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CheckInStatusResolvers.md @@ -34,4 +34,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4080](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4080) +[src/types/generatedGraphQLTypes.ts:4146](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4146) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CheckOut.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CheckOut.md index 9d140ebc531..d38cc355c55 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CheckOut.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CheckOut.md @@ -36,4 +36,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:325](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L325) +[src/types/generatedGraphQLTypes.ts:332](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L332) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CheckOutResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CheckOutResolvers.md index 586b84f82f1..2551e34ed89 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CheckOutResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CheckOutResolvers.md @@ -42,4 +42,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4087](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4087) +[src/types/generatedGraphQLTypes.ts:4153](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4153) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Comment.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Comment.md index 163d49a58cf..a69adef673c 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Comment.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Comment.md @@ -48,4 +48,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:334](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L334) +[src/types/generatedGraphQLTypes.ts:341](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L341) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CommentInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CommentInput.md index 00330f8a51a..77dde8c113b 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CommentInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CommentInput.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:346](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L346) +[src/types/generatedGraphQLTypes.ts:353](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L353) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CommentResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CommentResolvers.md index 3969aa65800..a76ec26fbb4 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CommentResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CommentResolvers.md @@ -54,4 +54,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4096](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4096) +[src/types/generatedGraphQLTypes.ts:4162](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4162) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Community.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Community.md index 3597d965aa0..cc7aa36a74e 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Community.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Community.md @@ -40,4 +40,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:350](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L350) +[src/types/generatedGraphQLTypes.ts:357](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L357) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CommunityResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CommunityResolvers.md index 1bf0d905dbf..1d92158df34 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CommunityResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CommunityResolvers.md @@ -46,4 +46,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4108](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4108) +[src/types/generatedGraphQLTypes.ts:4174](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4174) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ConnectionError.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ConnectionError.md index ae8a5052ba5..54c7f21b7ba 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ConnectionError.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ConnectionError.md @@ -10,4 +10,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:360](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L360) +[src/types/generatedGraphQLTypes.ts:367](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L367) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ConnectionErrorResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ConnectionErrorResolvers.md index 39407a5cc3a..c76108270e6 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ConnectionErrorResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ConnectionErrorResolvers.md @@ -22,4 +22,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4118](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4118) +[src/types/generatedGraphQLTypes.ts:4184](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4184) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ConnectionPageInfo.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ConnectionPageInfo.md index 0497799de47..ecdcbc9b084 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ConnectionPageInfo.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ConnectionPageInfo.md @@ -44,4 +44,4 @@ connection. ## Defined in -[src/types/generatedGraphQLTypes.ts:367](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L367) +[src/types/generatedGraphQLTypes.ts:374](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L374) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ConnectionPageInfoResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ConnectionPageInfoResolvers.md index 56cef0844b7..853fb2a873b 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ConnectionPageInfoResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ConnectionPageInfoResolvers.md @@ -38,4 +38,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4122](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4122) +[src/types/generatedGraphQLTypes.ts:4188](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4188) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateActionItemInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateActionItemInput.md index 529961f77cb..c8a1f6a0b00 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateActionItemInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateActionItemInput.md @@ -36,4 +36,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:390](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L390) +[src/types/generatedGraphQLTypes.ts:397](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L397) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateAdminError.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateAdminError.md index 74541406efc..fe5dbb133e2 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateAdminError.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateAdminError.md @@ -10,4 +10,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:399](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L399) +[src/types/generatedGraphQLTypes.ts:406](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L406) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateAdminErrorResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateAdminErrorResolvers.md index 34b5eb64ef8..35ca738153f 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateAdminErrorResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateAdminErrorResolvers.md @@ -22,4 +22,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4134](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4134) +[src/types/generatedGraphQLTypes.ts:4200](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4200) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateAdminPayload.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateAdminPayload.md index 9ce718364d7..f9dc6cb7a31 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateAdminPayload.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateAdminPayload.md @@ -24,4 +24,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:401](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L401) +[src/types/generatedGraphQLTypes.ts:408](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L408) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateAdminPayloadResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateAdminPayloadResolvers.md index a8a69967a04..6a46dd26577 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateAdminPayloadResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateAdminPayloadResolvers.md @@ -30,4 +30,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4138](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4138) +[src/types/generatedGraphQLTypes.ts:4204](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4204) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateAdvertisementInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateAdvertisementInput.md index 08012621573..ce2237aeefb 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateAdvertisementInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateAdvertisementInput.md @@ -36,4 +36,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:407](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L407) +[src/types/generatedGraphQLTypes.ts:414](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L414) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateAdvertisementPayload.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateAdvertisementPayload.md index bafa8f44eb8..1643a2af0e4 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateAdvertisementPayload.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateAdvertisementPayload.md @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:416](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L416) +[src/types/generatedGraphQLTypes.ts:423](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L423) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateAdvertisementPayloadResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateAdvertisementPayloadResolvers.md index 94da0443832..6ad68e37634 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateAdvertisementPayloadResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateAdvertisementPayloadResolvers.md @@ -26,4 +26,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4144](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4144) +[src/types/generatedGraphQLTypes.ts:4210](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4210) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateAgendaCategoryInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateAgendaCategoryInput.md index 674ecb16ed4..4ddbb3021b4 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateAgendaCategoryInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateAgendaCategoryInput.md @@ -24,4 +24,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:421](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L421) +[src/types/generatedGraphQLTypes.ts:428](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L428) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateAgendaItemInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateAgendaItemInput.md index bfee29d4bc3..4b43c861225 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateAgendaItemInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateAgendaItemInput.md @@ -52,4 +52,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:427](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L427) +[src/types/generatedGraphQLTypes.ts:434](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L434) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateAgendaSectionInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateAgendaSectionInput.md index 924e1be8ca9..15a1aed1327 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateAgendaSectionInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateAgendaSectionInput.md @@ -28,4 +28,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:440](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L440) +[src/types/generatedGraphQLTypes.ts:447](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L447) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateCommentError.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateCommentError.md index 5382c5899e6..a8a50b51495 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateCommentError.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateCommentError.md @@ -10,4 +10,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:447](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L447) +[src/types/generatedGraphQLTypes.ts:454](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L454) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateCommentErrorResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateCommentErrorResolvers.md index 161bf49ffda..8601105b9ef 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateCommentErrorResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateCommentErrorResolvers.md @@ -22,4 +22,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4149](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4149) +[src/types/generatedGraphQLTypes.ts:4215](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4215) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateCommentPayload.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateCommentPayload.md index 80d609e172e..7d3c01eca72 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateCommentPayload.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateCommentPayload.md @@ -24,4 +24,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:449](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L449) +[src/types/generatedGraphQLTypes.ts:456](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L456) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateCommentPayloadResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateCommentPayloadResolvers.md index 2ba2966f72b..fb7c86498dd 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateCommentPayloadResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateCommentPayloadResolvers.md @@ -30,4 +30,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4153](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4153) +[src/types/generatedGraphQLTypes.ts:4219](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4219) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateGroupChatInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateGroupChatInput.md index adb82cf8f3e..09ad621ae92 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateGroupChatInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateGroupChatInput.md @@ -1,4 +1,4 @@ -[**talawa-api**](../../../README.md) • **Docs** +[**talawa-api**](../../../README.md) *** @@ -24,4 +24,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:3114](https://github.com/PalisadoesFoundation/talawa-api/blob/4a88fe62b20ebda9653c55ae8d39d6c6fac8831f/src/types/generatedGraphQLTypes.ts#L3114) +[src/types/generatedGraphQLTypes.ts:3408](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L3408) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateMemberError.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateMemberError.md index 4f5f987517a..4bce7150285 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateMemberError.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateMemberError.md @@ -10,4 +10,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:455](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L455) +[src/types/generatedGraphQLTypes.ts:462](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L462) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateMemberErrorResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateMemberErrorResolvers.md index 3c9f35853e0..ee0390042c2 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateMemberErrorResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateMemberErrorResolvers.md @@ -22,4 +22,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4159](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4159) +[src/types/generatedGraphQLTypes.ts:4225](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4225) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateMemberPayload.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateMemberPayload.md index f99f431fb7d..49aadfe739f 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateMemberPayload.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateMemberPayload.md @@ -24,4 +24,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:457](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L457) +[src/types/generatedGraphQLTypes.ts:464](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L464) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateMemberPayloadResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateMemberPayloadResolvers.md index c5cf073b5ba..e6c2d86835d 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateMemberPayloadResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateMemberPayloadResolvers.md @@ -30,4 +30,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4163](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4163) +[src/types/generatedGraphQLTypes.ts:4229](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4229) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateUserFamilyInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateUserFamilyInput.md index 493f1ed2f4f..34572eee7d3 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateUserFamilyInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateUserFamilyInput.md @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:3358](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L3358) +[src/types/generatedGraphQLTypes.ts:3414](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L3414) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateUserTagInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateUserTagInput.md index 060221c9a19..7540c6a731c 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateUserTagInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CreateUserTagInput.md @@ -28,4 +28,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:463](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L463) +[src/types/generatedGraphQLTypes.ts:470](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L470) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Currency.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Currency.md index c3fa094a4d5..705fd883e46 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Currency.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Currency.md @@ -10,4 +10,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:470](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L470) +[src/types/generatedGraphQLTypes.ts:477](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L477) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CursorPaginationInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CursorPaginationInput.md index ac345bbc52f..93ec2f61b27 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CursorPaginationInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/CursorPaginationInput.md @@ -24,4 +24,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:635](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L635) +[src/types/generatedGraphQLTypes.ts:642](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L642) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/DefaultConnectionPageInfo.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/DefaultConnectionPageInfo.md index 7b7116c7b2f..f97aa0da390 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/DefaultConnectionPageInfo.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/DefaultConnectionPageInfo.md @@ -35,4 +35,4 @@ instance. ## Defined in -[src/types/generatedGraphQLTypes.ts:645](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L645) +[src/types/generatedGraphQLTypes.ts:652](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L652) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/DefaultConnectionPageInfoResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/DefaultConnectionPageInfoResolvers.md index 1d38b119ae5..fd04e34eaea 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/DefaultConnectionPageInfoResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/DefaultConnectionPageInfoResolvers.md @@ -38,4 +38,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4177](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4177) +[src/types/generatedGraphQLTypes.ts:4243](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4243) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/DeleteAdvertisementPayload.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/DeleteAdvertisementPayload.md index 2778118c3d5..ff6406d087b 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/DeleteAdvertisementPayload.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/DeleteAdvertisementPayload.md @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:653](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L653) +[src/types/generatedGraphQLTypes.ts:660](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L660) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/DeleteAdvertisementPayloadResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/DeleteAdvertisementPayloadResolvers.md index fa3fd648b24..ffb91063015 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/DeleteAdvertisementPayloadResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/DeleteAdvertisementPayloadResolvers.md @@ -26,4 +26,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4185](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4185) +[src/types/generatedGraphQLTypes.ts:4251](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4251) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/DeletePayload.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/DeletePayload.md index 5330638d0ac..566919438a0 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/DeletePayload.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/DeletePayload.md @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:658](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L658) +[src/types/generatedGraphQLTypes.ts:665](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L665) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/DeletePayloadResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/DeletePayloadResolvers.md index a1119f0a3a8..25facd0f4e1 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/DeletePayloadResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/DeletePayloadResolvers.md @@ -26,4 +26,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4190](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4190) +[src/types/generatedGraphQLTypes.ts:4256](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4256) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/DirectiveResolverFn.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/DirectiveResolverFn.md index b3058bdc103..662337175c9 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/DirectiveResolverFn.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/DirectiveResolverFn.md @@ -46,4 +46,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:3418](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L3418) +[src/types/generatedGraphQLTypes.ts:3474](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L3474) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/DirectiveResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/DirectiveResolvers.md index e88bd213c54..13ad9254c2f 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/DirectiveResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/DirectiveResolvers.md @@ -24,4 +24,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:5161](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L5161) +[src/types/generatedGraphQLTypes.ts:5233](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L5233) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Donation.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Donation.md index 14690827cef..b205894074f 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Donation.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Donation.md @@ -52,4 +52,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:663](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L663) +[src/types/generatedGraphQLTypes.ts:670](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L670) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/DonationResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/DonationResolvers.md index 2d5e90dd7b9..110885a2b8c 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/DonationResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/DonationResolvers.md @@ -58,4 +58,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4195](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4195) +[src/types/generatedGraphQLTypes.ts:4261](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4261) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/DonationWhereInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/DonationWhereInput.md index 35ba98aed2e..5a8201d35e3 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/DonationWhereInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/DonationWhereInput.md @@ -60,4 +60,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:676](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L676) +[src/types/generatedGraphQLTypes.ts:683](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L683) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EditVenueInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EditVenueInput.md index ab7ebf9b382..b786f28179d 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EditVenueInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EditVenueInput.md @@ -32,4 +32,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:691](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L691) +[src/types/generatedGraphQLTypes.ts:698](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L698) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EducationGrade.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EducationGrade.md index cf3d7f2b3d3..0d19423148a 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EducationGrade.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EducationGrade.md @@ -10,4 +10,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:699](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L699) +[src/types/generatedGraphQLTypes.ts:706](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L706) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EmploymentStatus.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EmploymentStatus.md index effd1f1886a..ef613d2a2df 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EmploymentStatus.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EmploymentStatus.md @@ -10,4 +10,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:717](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L717) +[src/types/generatedGraphQLTypes.ts:724](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L724) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Error.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Error.md index 26c183d057c..79dd2557089 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Error.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Error.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:722](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L722) +[src/types/generatedGraphQLTypes.ts:729](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L729) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ErrorResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ErrorResolvers.md index b83a296f651..8d4c71bbb75 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ErrorResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ErrorResolvers.md @@ -26,4 +26,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4212](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4212) +[src/types/generatedGraphQLTypes.ts:4278](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4278) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Event.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Event.md index ec99c1a519d..fb6dc31429f 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Event.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Event.md @@ -140,4 +140,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:726](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L726) +[src/types/generatedGraphQLTypes.ts:733](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L733) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EventAdminsArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EventAdminsArgs.md index 89dccb60066..0fadb5618c0 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EventAdminsArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EventAdminsArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:762](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L762) +[src/types/generatedGraphQLTypes.ts:769](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L769) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EventAttendee.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EventAttendee.md index e0d56549dc5..aa14e3ba1f9 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EventAttendee.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EventAttendee.md @@ -60,4 +60,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:766](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L766) +[src/types/generatedGraphQLTypes.ts:773](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L773) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EventAttendeeInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EventAttendeeInput.md index 27817b5b268..d7c44e46740 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EventAttendeeInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EventAttendeeInput.md @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:781](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L781) +[src/types/generatedGraphQLTypes.ts:788](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L788) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EventAttendeeResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EventAttendeeResolvers.md index 005a76bf5c3..b584dbdfa94 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EventAttendeeResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EventAttendeeResolvers.md @@ -66,4 +66,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4252](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4252) +[src/types/generatedGraphQLTypes.ts:4318](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4318) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EventInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EventInput.md index e1b3c38f0d0..f185a0f6e5b 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EventInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EventInput.md @@ -14,6 +14,10 @@ \> **allDay**: [`Scalars`](Scalars.md)\[`"Boolean"`\]\[`"input"`\] +### createChat + +\> **createChat**: [`Scalars`](Scalars.md)\[`"Boolean"`\]\[`"input"`\] + ### description \> **description**: [`Scalars`](Scalars.md)\[`"String"`\]\[`"input"`\] @@ -72,4 +76,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:786](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L786) +[src/types/generatedGraphQLTypes.ts:793](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L793) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EventOrderByInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EventOrderByInput.md index 5a926acbd56..d0c4746c97b 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EventOrderByInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EventOrderByInput.md @@ -10,4 +10,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:804](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L804) +[src/types/generatedGraphQLTypes.ts:812](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L812) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EventResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EventResolvers.md index cecee1fb10c..52729d65d79 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EventResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EventResolvers.md @@ -146,4 +146,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4217](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4217) +[src/types/generatedGraphQLTypes.ts:4283](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4283) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EventVolunteer.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EventVolunteer.md index 027f55920f6..77f13a7b038 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EventVolunteer.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EventVolunteer.md @@ -64,4 +64,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:826](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L826) +[src/types/generatedGraphQLTypes.ts:834](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L834) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EventVolunteerGroup.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EventVolunteerGroup.md index 05758594fc0..65fc964b05f 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EventVolunteerGroup.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EventVolunteerGroup.md @@ -60,4 +60,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:842](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L842) +[src/types/generatedGraphQLTypes.ts:850](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L850) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EventVolunteerGroupInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EventVolunteerGroupInput.md index 10464937ec4..2a1313b5510 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EventVolunteerGroupInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EventVolunteerGroupInput.md @@ -36,4 +36,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:857](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L857) +[src/types/generatedGraphQLTypes.ts:865](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L865) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EventVolunteerGroupOrderByInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EventVolunteerGroupOrderByInput.md index ef7ce03c254..54b0ab21232 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EventVolunteerGroupOrderByInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EventVolunteerGroupOrderByInput.md @@ -10,4 +10,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:866](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L866) +[src/types/generatedGraphQLTypes.ts:874](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L874) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EventVolunteerGroupResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EventVolunteerGroupResolvers.md index 5564952fc84..b915fbb062d 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EventVolunteerGroupResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EventVolunteerGroupResolvers.md @@ -66,4 +66,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4283](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4283) +[src/types/generatedGraphQLTypes.ts:4349](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4349) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EventVolunteerGroupWhereInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EventVolunteerGroupWhereInput.md index 6804064322b..c1ac72edb7a 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EventVolunteerGroupWhereInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EventVolunteerGroupWhereInput.md @@ -32,4 +32,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:872](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L872) +[src/types/generatedGraphQLTypes.ts:880](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L880) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EventVolunteerInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EventVolunteerInput.md index 5c615686065..59214285c02 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EventVolunteerInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EventVolunteerInput.md @@ -24,4 +24,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:880](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L880) +[src/types/generatedGraphQLTypes.ts:888](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L888) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EventVolunteerResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EventVolunteerResolvers.md index c91331e77f8..c56dc3702e0 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EventVolunteerResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EventVolunteerResolvers.md @@ -70,4 +70,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4267](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4267) +[src/types/generatedGraphQLTypes.ts:4333](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4333) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EventVolunteerResponse.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EventVolunteerResponse.md index 0fcac4619fb..c09a5653a09 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EventVolunteerResponse.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EventVolunteerResponse.md @@ -10,4 +10,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:886](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L886) +[src/types/generatedGraphQLTypes.ts:894](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L894) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EventVolunteerWhereInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EventVolunteerWhereInput.md index b8740e46df3..dcb9cbfd18f 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EventVolunteerWhereInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EventVolunteerWhereInput.md @@ -32,4 +32,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:890](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L890) +[src/types/generatedGraphQLTypes.ts:898](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L898) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EventVolunteersOrderByInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EventVolunteersOrderByInput.md index 6afb1dcd709..4804d08722f 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EventVolunteersOrderByInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EventVolunteersOrderByInput.md @@ -10,4 +10,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:898](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L898) +[src/types/generatedGraphQLTypes.ts:906](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L906) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EventWhereInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EventWhereInput.md index 84f941f1e6c..75ab73c5305 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EventWhereInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/EventWhereInput.md @@ -112,4 +112,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:902](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L902) +[src/types/generatedGraphQLTypes.ts:910](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L910) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Exact.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Exact.md index cddee1a26b7..3ff9aacdc70 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Exact.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Exact.md @@ -14,4 +14,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L40) +[src/types/generatedGraphQLTypes.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L40) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ExtendSession.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ExtendSession.md index 0f07e259bfe..ff92995dbba 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ExtendSession.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ExtendSession.md @@ -24,4 +24,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:930](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L930) +[src/types/generatedGraphQLTypes.ts:938](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L938) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ExtendSessionResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ExtendSessionResolvers.md index 87c122d410c..14bb0f2406e 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ExtendSessionResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ExtendSessionResolvers.md @@ -30,4 +30,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4298](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4298) +[src/types/generatedGraphQLTypes.ts:4364](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4364) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Feedback.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Feedback.md index 076ad358846..18b9871f680 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Feedback.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Feedback.md @@ -40,4 +40,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:936](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L936) +[src/types/generatedGraphQLTypes.ts:944](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L944) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/FeedbackInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/FeedbackInput.md index dca8901e163..011099579df 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/FeedbackInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/FeedbackInput.md @@ -24,4 +24,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:946](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L946) +[src/types/generatedGraphQLTypes.ts:954](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L954) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/FeedbackResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/FeedbackResolvers.md index ca5b5a60c38..4500f2d76f1 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/FeedbackResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/FeedbackResolvers.md @@ -46,4 +46,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4304](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4304) +[src/types/generatedGraphQLTypes.ts:4370](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4370) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/FieldError.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/FieldError.md index b11012357e4..f2d6cca1f93 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/FieldError.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/FieldError.md @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:952](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L952) +[src/types/generatedGraphQLTypes.ts:960](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L960) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/FieldErrorResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/FieldErrorResolvers.md index 8c3fa039a40..99c47ce66ce 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/FieldErrorResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/FieldErrorResolvers.md @@ -30,4 +30,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4314](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4314) +[src/types/generatedGraphQLTypes.ts:4380](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4380) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/File.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/File.md index 44fef30bb37..9e4fa06d669 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/File.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/File.md @@ -80,4 +80,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:957](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L957) +[src/types/generatedGraphQLTypes.ts:965](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L965) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/FileMetadata.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/FileMetadata.md index a6abe48334b..b9ee428f597 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/FileMetadata.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/FileMetadata.md @@ -24,4 +24,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:977](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L977) +[src/types/generatedGraphQLTypes.ts:985](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L985) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/FileMetadataResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/FileMetadataResolvers.md index 78b6aea7ffb..4b09cf60529 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/FileMetadataResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/FileMetadataResolvers.md @@ -30,4 +30,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4340](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4340) +[src/types/generatedGraphQLTypes.ts:4406](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4406) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/FileResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/FileResolvers.md index 2c07960e11c..75dbb053296 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/FileResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/FileResolvers.md @@ -86,4 +86,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4320](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4320) +[src/types/generatedGraphQLTypes.ts:4386](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4386) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/FileVisibility.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/FileVisibility.md index f622c4853b5..af6c53ff434 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/FileVisibility.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/FileVisibility.md @@ -10,4 +10,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:983](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L983) +[src/types/generatedGraphQLTypes.ts:991](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L991) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ForgotPasswordData.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ForgotPasswordData.md index d0321096d4a..09f9ec3f376 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ForgotPasswordData.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ForgotPasswordData.md @@ -24,4 +24,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:987](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L987) +[src/types/generatedGraphQLTypes.ts:995](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L995) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Frequency.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Frequency.md index 603aa4bc5c9..5d85f358f0c 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Frequency.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Frequency.md @@ -10,4 +10,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:993](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L993) +[src/types/generatedGraphQLTypes.ts:1001](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1001) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Fund.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Fund.md index 2c7e796f737..2310d01bc56 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Fund.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Fund.md @@ -60,4 +60,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:999](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L999) +[src/types/generatedGraphQLTypes.ts:1007](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1007) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/FundCampaignInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/FundCampaignInput.md index 3b7af26dbdd..e25b8b2f979 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/FundCampaignInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/FundCampaignInput.md @@ -40,4 +40,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1014](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1014) +[src/types/generatedGraphQLTypes.ts:1022](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1022) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/FundCampaignPledgeInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/FundCampaignPledgeInput.md index 24b09363152..ad66266032b 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/FundCampaignPledgeInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/FundCampaignPledgeInput.md @@ -36,4 +36,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1024](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1024) +[src/types/generatedGraphQLTypes.ts:1032](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1032) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/FundInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/FundInput.md index 33e36c177ab..36ed89572cc 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/FundInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/FundInput.md @@ -36,4 +36,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1033](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1033) +[src/types/generatedGraphQLTypes.ts:1041](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1041) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/FundOrderByInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/FundOrderByInput.md index b16fa716bac..2d3aa04f271 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/FundOrderByInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/FundOrderByInput.md @@ -10,4 +10,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1042](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1042) +[src/types/generatedGraphQLTypes.ts:1050](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1050) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/FundResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/FundResolvers.md index 8b6f58efd70..c9ac62cbc31 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/FundResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/FundResolvers.md @@ -66,4 +66,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4346](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4346) +[src/types/generatedGraphQLTypes.ts:4412](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4412) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/FundWhereInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/FundWhereInput.md index 7bbc62ff796..56244e5beaf 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/FundWhereInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/FundWhereInput.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1046](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1046) +[src/types/generatedGraphQLTypes.ts:1054](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1054) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/FundraisingCampaign.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/FundraisingCampaign.md index f31df1f82cd..787950ae9dd 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/FundraisingCampaign.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/FundraisingCampaign.md @@ -60,4 +60,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1050](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1050) +[src/types/generatedGraphQLTypes.ts:1058](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1058) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/FundraisingCampaignPledge.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/FundraisingCampaignPledge.md index 2b33734c8cd..e229c1f5972 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/FundraisingCampaignPledge.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/FundraisingCampaignPledge.md @@ -44,4 +44,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1065](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1065) +[src/types/generatedGraphQLTypes.ts:1073](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1073) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/FundraisingCampaignPledgeResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/FundraisingCampaignPledgeResolvers.md index 4b8a6877a5d..fb19156a588 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/FundraisingCampaignPledgeResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/FundraisingCampaignPledgeResolvers.md @@ -50,4 +50,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4376](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4376) +[src/types/generatedGraphQLTypes.ts:4442](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4442) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/FundraisingCampaignResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/FundraisingCampaignResolvers.md index 1e0c72136eb..af53d542a86 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/FundraisingCampaignResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/FundraisingCampaignResolvers.md @@ -66,4 +66,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4361](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4361) +[src/types/generatedGraphQLTypes.ts:4427](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4427) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Gender.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Gender.md index 00b31c95098..afaa00a09ed 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Gender.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Gender.md @@ -10,4 +10,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1076](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1076) +[src/types/generatedGraphQLTypes.ts:1084](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1084) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Group.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Group.md index b7b17b5cbf9..71f162b5057 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Group.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Group.md @@ -44,4 +44,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1081](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1081) +[src/types/generatedGraphQLTypes.ts:1089](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1089) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/GroupResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/GroupResolvers.md index 0e7ea4aa03b..6d60719cd88 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/GroupResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/GroupResolvers.md @@ -50,4 +50,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4387](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4387) +[src/types/generatedGraphQLTypes.ts:4453](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4453) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Hash.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Hash.md index ab306d0a173..30df4467c82 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Hash.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Hash.md @@ -24,4 +24,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1092](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1092) +[src/types/generatedGraphQLTypes.ts:1100](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1100) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/HashResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/HashResolvers.md index d0a58b16a44..08034a650c7 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/HashResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/HashResolvers.md @@ -30,4 +30,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4398](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4398) +[src/types/generatedGraphQLTypes.ts:4464](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4464) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/HoursHistory.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/HoursHistory.md index bf149fe2126..f337e792544 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/HoursHistory.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/HoursHistory.md @@ -24,4 +24,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1098](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1098) +[src/types/generatedGraphQLTypes.ts:1106](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1106) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/HoursHistoryResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/HoursHistoryResolvers.md index 4f95701cd56..aa5af2eb069 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/HoursHistoryResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/HoursHistoryResolvers.md @@ -30,4 +30,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4404](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4404) +[src/types/generatedGraphQLTypes.ts:4470](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4470) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Incremental.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Incremental.md index 294205d8c99..2e59eafeb0b 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Incremental.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Incremental.md @@ -14,4 +14,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:44](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L44) +[src/types/generatedGraphQLTypes.ts:44](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L44) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/InputMaybe.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/InputMaybe.md index 38a2b12fb98..aa7a50e2108 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/InputMaybe.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/InputMaybe.md @@ -14,4 +14,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L39) +[src/types/generatedGraphQLTypes.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L39) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/InvalidCursor.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/InvalidCursor.md index 45fca1effe0..61e4a4ecafa 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/InvalidCursor.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/InvalidCursor.md @@ -24,4 +24,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1104](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1104) +[src/types/generatedGraphQLTypes.ts:1112](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1112) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/InvalidCursorResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/InvalidCursorResolvers.md index dd25ee687df..e84c7570f80 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/InvalidCursorResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/InvalidCursorResolvers.md @@ -30,4 +30,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4410](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4410) +[src/types/generatedGraphQLTypes.ts:4476](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4476) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/IsTypeOfResolverFn.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/IsTypeOfResolverFn.md index e5931d0b280..924dff99b01 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/IsTypeOfResolverFn.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/IsTypeOfResolverFn.md @@ -34,4 +34,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:3414](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L3414) +[src/types/generatedGraphQLTypes.ts:3470](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L3470) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ItemType.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ItemType.md index c716666853f..4bd03412667 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ItemType.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ItemType.md @@ -10,4 +10,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1110](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1110) +[src/types/generatedGraphQLTypes.ts:1118](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1118) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Language.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Language.md index 7c12f2cb4bd..097bab5fb68 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Language.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Language.md @@ -32,4 +32,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1114](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1114) +[src/types/generatedGraphQLTypes.ts:1122](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1122) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/LanguageInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/LanguageInput.md index 1a294ef26c7..9fc3ea5a59e 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/LanguageInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/LanguageInput.md @@ -24,4 +24,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1122](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1122) +[src/types/generatedGraphQLTypes.ts:1130](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1130) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/LanguageModel.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/LanguageModel.md index 66c08aa0cb6..732cb1846eb 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/LanguageModel.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/LanguageModel.md @@ -36,4 +36,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1128](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1128) +[src/types/generatedGraphQLTypes.ts:1136](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1136) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/LanguageModelResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/LanguageModelResolvers.md index df334af07a0..cb76abd1228 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/LanguageModelResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/LanguageModelResolvers.md @@ -42,4 +42,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4428](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4428) +[src/types/generatedGraphQLTypes.ts:4494](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4494) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/LanguageResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/LanguageResolvers.md index 18c53599e72..e3c71c9baa5 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/LanguageResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/LanguageResolvers.md @@ -38,4 +38,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4420](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4420) +[src/types/generatedGraphQLTypes.ts:4486](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4486) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/LoginInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/LoginInput.md index 0b2c6dd6418..15f642c1f6c 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/LoginInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/LoginInput.md @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1137](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1137) +[src/types/generatedGraphQLTypes.ts:1145](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1145) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MakeEmpty.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MakeEmpty.md index 27b5f40e581..421344a4581 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MakeEmpty.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MakeEmpty.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:43](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L43) +[src/types/generatedGraphQLTypes.ts:43](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L43) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MakeMaybe.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MakeMaybe.md index 0102f5d91e2..5cf5bd6898d 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MakeMaybe.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MakeMaybe.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:42](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L42) +[src/types/generatedGraphQLTypes.ts:42](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L42) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MakeOptional.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MakeOptional.md index 1163d48ea91..85e1a97d9e1 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MakeOptional.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MakeOptional.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:41](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L41) +[src/types/generatedGraphQLTypes.ts:41](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L41) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MaritalStatus.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MaritalStatus.md index c7c0799ea95..d3dbf1d0941 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MaritalStatus.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MaritalStatus.md @@ -10,4 +10,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1142](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1142) +[src/types/generatedGraphQLTypes.ts:1150](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1150) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MaximumLengthError.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MaximumLengthError.md index 67d8cb1297a..7b42b3ae154 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MaximumLengthError.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MaximumLengthError.md @@ -24,4 +24,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1150](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1150) +[src/types/generatedGraphQLTypes.ts:1158](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1158) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MaximumLengthErrorResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MaximumLengthErrorResolvers.md index dd267c4f71d..53ab5534e10 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MaximumLengthErrorResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MaximumLengthErrorResolvers.md @@ -30,4 +30,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4445](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4445) +[src/types/generatedGraphQLTypes.ts:4511](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4511) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MaximumValueError.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MaximumValueError.md index 283ac94c8c2..25af0bcd719 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MaximumValueError.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MaximumValueError.md @@ -28,4 +28,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1156](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1156) +[src/types/generatedGraphQLTypes.ts:1164](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1164) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MaximumValueErrorResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MaximumValueErrorResolvers.md index 826d994704c..608e3fd3b12 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MaximumValueErrorResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MaximumValueErrorResolvers.md @@ -34,4 +34,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4451](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4451) +[src/types/generatedGraphQLTypes.ts:4517](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4517) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Maybe.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Maybe.md index 0ee116af33f..1436bf2c3ea 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Maybe.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Maybe.md @@ -14,4 +14,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L38) +[src/types/generatedGraphQLTypes.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L38) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MemberNotFoundError.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MemberNotFoundError.md index 0fc4b920691..9ef20921aa0 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MemberNotFoundError.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MemberNotFoundError.md @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1163](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1163) +[src/types/generatedGraphQLTypes.ts:1171](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1171) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MemberNotFoundErrorResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MemberNotFoundErrorResolvers.md index 6f5f7777c0b..63a2fe5b71e 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MemberNotFoundErrorResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MemberNotFoundErrorResolvers.md @@ -26,4 +26,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4458](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4458) +[src/types/generatedGraphQLTypes.ts:4524](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4524) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MembershipRequest.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MembershipRequest.md index 5d33fbf7ed8..160594349af 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MembershipRequest.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MembershipRequest.md @@ -28,4 +28,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1168](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1168) +[src/types/generatedGraphQLTypes.ts:1176](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1176) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MembershipRequestResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MembershipRequestResolvers.md index 56b90458d78..cb8c6edd758 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MembershipRequestResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MembershipRequestResolvers.md @@ -34,4 +34,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4463](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4463) +[src/types/generatedGraphQLTypes.ts:4529](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4529) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MembershipRequestsWhereInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MembershipRequestsWhereInput.md index ba8916a7932..a578a617b3b 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MembershipRequestsWhereInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MembershipRequestsWhereInput.md @@ -56,4 +56,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1175](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1175) +[src/types/generatedGraphQLTypes.ts:1183](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1183) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Message.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Message.md index 54afd485632..0f9ffc3c0af 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Message.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Message.md @@ -44,4 +44,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1189](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1189) +[src/types/generatedGraphQLTypes.ts:1197](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1197) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MessageResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MessageResolvers.md index c686c88a749..c053d9f4370 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MessageResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MessageResolvers.md @@ -50,4 +50,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4470](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4470) +[src/types/generatedGraphQLTypes.ts:4536](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4536) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MinimumLengthError.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MinimumLengthError.md index d124d78adee..77b1cb8b9b1 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MinimumLengthError.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MinimumLengthError.md @@ -28,4 +28,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1200](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1200) +[src/types/generatedGraphQLTypes.ts:1208](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1208) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MinimumLengthErrorResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MinimumLengthErrorResolvers.md index 17bfcdb664a..6811864ff5c 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MinimumLengthErrorResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MinimumLengthErrorResolvers.md @@ -34,4 +34,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4481](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4481) +[src/types/generatedGraphQLTypes.ts:4547](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4547) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MinimumValueError.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MinimumValueError.md index f731f853f17..65ea2ac90e7 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MinimumValueError.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MinimumValueError.md @@ -24,4 +24,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1207](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1207) +[src/types/generatedGraphQLTypes.ts:1215](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1215) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MinimumValueErrorResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MinimumValueErrorResolvers.md index 5f660b9bfa0..e28663a8f36 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MinimumValueErrorResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MinimumValueErrorResolvers.md @@ -30,4 +30,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4488](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4488) +[src/types/generatedGraphQLTypes.ts:4554](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4554) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Mutation.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Mutation.md index 9f313f8eb2b..92adbbf3cc1 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Mutation.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Mutation.md @@ -54,6 +54,10 @@ \> **addUserImage**: [`User`](User.md) +### addUserToGroupChat? + +\> `optional` **addUserToGroupChat**: [`Maybe`](Maybe.md)\<[`Chat`](Chat.md)\> + ### addUserToUserFamily \> **addUserToUserFamily**: [`UserFamily`](UserFamily.md) @@ -246,6 +250,10 @@ \> **logout**: [`Scalars`](Scalars.md)\[`"Boolean"`\]\[`"output"`\] +### markChatMessagesAsRead + +\> **markChatMessagesAsRead**: [`Chat`](Chat.md) + ### otp \> **otp**: [`OtpData`](OtpData.md) @@ -434,6 +442,14 @@ \> `optional` **updateAgendaSection**: [`Maybe`](Maybe.md)\<[`AgendaSection`](AgendaSection.md)\> +### updateChat + +\> **updateChat**: [`Chat`](Chat.md) + +### updateChatMessage + +\> **updateChatMessage**: [`ChatMessage`](ChatMessage.md) + ### updateCommunity \> **updateCommunity**: [`Scalars`](Scalars.md)\[`"Boolean"`\]\[`"output"`\] @@ -508,4 +524,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1213](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1213) +[src/types/generatedGraphQLTypes.ts:1221](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1221) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationAcceptMembershipRequestArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationAcceptMembershipRequestArgs.md index 0f27854a3a5..e01a846f50a 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationAcceptMembershipRequestArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationAcceptMembershipRequestArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1341](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1341) +[src/types/generatedGraphQLTypes.ts:1353](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1353) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationAddEventAttendeeArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationAddEventAttendeeArgs.md index 6301cbb2f9a..4b249bb1c7c 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationAddEventAttendeeArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationAddEventAttendeeArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1346](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1346) +[src/types/generatedGraphQLTypes.ts:1358](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1358) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationAddFeedbackArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationAddFeedbackArgs.md index c197882ae95..5c88db058c1 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationAddFeedbackArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationAddFeedbackArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1351](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1351) +[src/types/generatedGraphQLTypes.ts:1363](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1363) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationAddLanguageTranslationArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationAddLanguageTranslationArgs.md index b277c651134..0ce67e28b85 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationAddLanguageTranslationArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationAddLanguageTranslationArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1356](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1356) +[src/types/generatedGraphQLTypes.ts:1368](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1368) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationAddOrganizationCustomFieldArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationAddOrganizationCustomFieldArgs.md index 7bc25e6aac0..a5d405d9199 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationAddOrganizationCustomFieldArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationAddOrganizationCustomFieldArgs.md @@ -24,4 +24,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1361](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1361) +[src/types/generatedGraphQLTypes.ts:1373](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1373) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationAddOrganizationImageArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationAddOrganizationImageArgs.md index ea32ce011bd..9fe6cfbb8c3 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationAddOrganizationImageArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationAddOrganizationImageArgs.md @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1368](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1368) +[src/types/generatedGraphQLTypes.ts:1380](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1380) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationAddPeopleToUserTagArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationAddPeopleToUserTagArgs.md index baee7cd6629..20997fdd23e 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationAddPeopleToUserTagArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationAddPeopleToUserTagArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1374](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1374) +[src/types/generatedGraphQLTypes.ts:1386](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1386) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationAddPledgeToFundraisingCampaignArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationAddPledgeToFundraisingCampaignArgs.md index 5d5b8c14d20..1a1261c6e8e 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationAddPledgeToFundraisingCampaignArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationAddPledgeToFundraisingCampaignArgs.md @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1379](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1379) +[src/types/generatedGraphQLTypes.ts:1391](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1391) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationAddUserCustomDataArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationAddUserCustomDataArgs.md index 16beed6d1f4..8cdf2a08ad5 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationAddUserCustomDataArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationAddUserCustomDataArgs.md @@ -24,4 +24,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1385](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1385) +[src/types/generatedGraphQLTypes.ts:1397](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1397) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationAddUserImageArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationAddUserImageArgs.md index d5c0828c184..8fbc6edb17a 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationAddUserImageArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationAddUserImageArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1392](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1392) +[src/types/generatedGraphQLTypes.ts:1404](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1404) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationAddUserToGroupChatArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationAddUserToGroupChatArgs.md index 4a6a123318d..50db209cc27 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationAddUserToGroupChatArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationAddUserToGroupChatArgs.md @@ -1,4 +1,4 @@ -[**talawa-api**](../../../README.md) • **Docs** +[**talawa-api**](../../../README.md) *** @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1350](https://github.com/PalisadoesFoundation/talawa-api/blob/f1c816bca43cc03a8c1bd303394e2550a50db017/src/types/generatedGraphQLTypes.ts#L1350) +[src/types/generatedGraphQLTypes.ts:1409](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1409) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationAddUserToUserFamilyArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationAddUserToUserFamilyArgs.md index 27ad81d69fc..f42fc83fbc5 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationAddUserToUserFamilyArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationAddUserToUserFamilyArgs.md @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1397](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1397) +[src/types/generatedGraphQLTypes.ts:1415](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1415) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationAssignToUserTagsArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationAssignToUserTagsArgs.md index 6919e0f084b..ebaf97d1ea6 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationAssignToUserTagsArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationAssignToUserTagsArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1403](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1403) +[src/types/generatedGraphQLTypes.ts:1421](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1421) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationAssignUserTagArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationAssignUserTagArgs.md index 06b3f2de477..9d9216975e4 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationAssignUserTagArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationAssignUserTagArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1408](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1408) +[src/types/generatedGraphQLTypes.ts:1426](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1426) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationBlockPluginCreationBySuperadminArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationBlockPluginCreationBySuperadminArgs.md index daa3d709376..904b897602c 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationBlockPluginCreationBySuperadminArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationBlockPluginCreationBySuperadminArgs.md @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1413](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1413) +[src/types/generatedGraphQLTypes.ts:1431](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1431) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationBlockUserArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationBlockUserArgs.md index ffd27828229..316aa9c3360 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationBlockUserArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationBlockUserArgs.md @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1419](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1419) +[src/types/generatedGraphQLTypes.ts:1437](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1437) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCancelMembershipRequestArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCancelMembershipRequestArgs.md index 77653c56a56..4f7ec9f8f1a 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCancelMembershipRequestArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCancelMembershipRequestArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1425](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1425) +[src/types/generatedGraphQLTypes.ts:1443](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1443) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCheckInArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCheckInArgs.md index 4ebbc3d6655..617835241d3 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCheckInArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCheckInArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1430](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1430) +[src/types/generatedGraphQLTypes.ts:1448](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1448) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCheckOutArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCheckOutArgs.md index 65da076841e..420ac4f5cd9 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCheckOutArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCheckOutArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1435](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1435) +[src/types/generatedGraphQLTypes.ts:1453](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1453) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateActionItemArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateActionItemArgs.md index ea308ce0aab..c10f9249921 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateActionItemArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateActionItemArgs.md @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1440](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1440) +[src/types/generatedGraphQLTypes.ts:1458](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1458) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateActionItemCategoryArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateActionItemCategoryArgs.md index fc3a805c1f6..da29978c58b 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateActionItemCategoryArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateActionItemCategoryArgs.md @@ -24,4 +24,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1446](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1446) +[src/types/generatedGraphQLTypes.ts:1464](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1464) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateAdminArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateAdminArgs.md index 92e7b67b930..1c02178cf09 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateAdminArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateAdminArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1453](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1453) +[src/types/generatedGraphQLTypes.ts:1471](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1471) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateAdvertisementArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateAdvertisementArgs.md index 17bc3df7cbf..790d724b2d9 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateAdvertisementArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateAdvertisementArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1458](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1458) +[src/types/generatedGraphQLTypes.ts:1476](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1476) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateAgendaCategoryArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateAgendaCategoryArgs.md index c08790542fc..3ebdbae5c92 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateAgendaCategoryArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateAgendaCategoryArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1463](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1463) +[src/types/generatedGraphQLTypes.ts:1481](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1481) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateAgendaItemArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateAgendaItemArgs.md index 2f9ad26eb55..8fc9ddb16c6 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateAgendaItemArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateAgendaItemArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1468](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1468) +[src/types/generatedGraphQLTypes.ts:1486](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1486) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateAgendaSectionArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateAgendaSectionArgs.md index da07e97a576..83ccefca742 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateAgendaSectionArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateAgendaSectionArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1473](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1473) +[src/types/generatedGraphQLTypes.ts:1491](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1491) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateChatArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateChatArgs.md index 64b72dd8a2d..f7e82def83e 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateChatArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateChatArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1478](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1478) +[src/types/generatedGraphQLTypes.ts:1496](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1496) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateCommentArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateCommentArgs.md index 81af5c8f48e..0e76535ff7f 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateCommentArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateCommentArgs.md @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1483](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1483) +[src/types/generatedGraphQLTypes.ts:1501](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1501) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateDonationArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateDonationArgs.md index 0323971d60e..bc011cc0526 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateDonationArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateDonationArgs.md @@ -36,4 +36,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1489](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1489) +[src/types/generatedGraphQLTypes.ts:1507](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1507) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateEventArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateEventArgs.md index f967b2f741e..160aee92814 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateEventArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateEventArgs.md @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1499](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1499) +[src/types/generatedGraphQLTypes.ts:1517](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1517) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateEventVolunteerArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateEventVolunteerArgs.md index 2030adb1fee..f3a0a22fea2 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateEventVolunteerArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateEventVolunteerArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1505](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1505) +[src/types/generatedGraphQLTypes.ts:1523](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1523) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateEventVolunteerGroupArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateEventVolunteerGroupArgs.md index 201c64dd253..47f0bc9e01b 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateEventVolunteerGroupArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateEventVolunteerGroupArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1510](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1510) +[src/types/generatedGraphQLTypes.ts:1528](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1528) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateFundArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateFundArgs.md index fa1598e65a6..c75ac88b212 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateFundArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateFundArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1515](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1515) +[src/types/generatedGraphQLTypes.ts:1533](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1533) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateFundraisingCampaignArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateFundraisingCampaignArgs.md index 939980bbd93..480a1df9391 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateFundraisingCampaignArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateFundraisingCampaignArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1520](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1520) +[src/types/generatedGraphQLTypes.ts:1538](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1538) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateFundraisingCampaignPledgeArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateFundraisingCampaignPledgeArgs.md index 00621cad08b..ac610071240 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateFundraisingCampaignPledgeArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateFundraisingCampaignPledgeArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1525](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1525) +[src/types/generatedGraphQLTypes.ts:1543](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1543) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateMemberArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateMemberArgs.md index ccda45e5cd5..f9df3bb175b 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateMemberArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateMemberArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1530](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1530) +[src/types/generatedGraphQLTypes.ts:1548](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1548) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateNoteArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateNoteArgs.md index 9c27f2dadd8..31cafdff457 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateNoteArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateNoteArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1535](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1535) +[src/types/generatedGraphQLTypes.ts:1553](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1553) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateOrganizationArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateOrganizationArgs.md index 3c64db6a013..87c8d449dd7 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateOrganizationArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateOrganizationArgs.md @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1540](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1540) +[src/types/generatedGraphQLTypes.ts:1558](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1558) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreatePluginArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreatePluginArgs.md index f76373983a0..2c90425fb81 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreatePluginArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreatePluginArgs.md @@ -28,4 +28,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1546](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1546) +[src/types/generatedGraphQLTypes.ts:1564](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1564) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreatePostArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreatePostArgs.md index cf084a25d77..f76101af0dd 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreatePostArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreatePostArgs.md @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1554](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1554) +[src/types/generatedGraphQLTypes.ts:1572](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1572) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateUserFamilyArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateUserFamilyArgs.md index 8cb53009979..e18698924b0 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateUserFamilyArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateUserFamilyArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1560](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1560) +[src/types/generatedGraphQLTypes.ts:1578](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1578) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateUserTagArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateUserTagArgs.md index 9c08f8066f0..56839dafda7 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateUserTagArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateUserTagArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1565](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1565) +[src/types/generatedGraphQLTypes.ts:1583](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1583) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateVenueArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateVenueArgs.md index 07a253a8f36..5aad7e22059 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateVenueArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateVenueArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1570](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1570) +[src/types/generatedGraphQLTypes.ts:1588](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1588) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateVolunteerMembershipArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateVolunteerMembershipArgs.md index fbcf1814944..470c0eee461 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateVolunteerMembershipArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationCreateVolunteerMembershipArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1575](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1575) +[src/types/generatedGraphQLTypes.ts:1593](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1593) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationDeleteAdvertisementArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationDeleteAdvertisementArgs.md index 34e938d3c4f..a5c44073350 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationDeleteAdvertisementArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationDeleteAdvertisementArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1580](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1580) +[src/types/generatedGraphQLTypes.ts:1598](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1598) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationDeleteAgendaCategoryArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationDeleteAgendaCategoryArgs.md index 1cdd71a0dc2..1e2b9c25802 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationDeleteAgendaCategoryArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationDeleteAgendaCategoryArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1585](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1585) +[src/types/generatedGraphQLTypes.ts:1603](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1603) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationDeleteDonationByIdArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationDeleteDonationByIdArgs.md index b590976539f..e5f77c533f8 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationDeleteDonationByIdArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationDeleteDonationByIdArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1590](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1590) +[src/types/generatedGraphQLTypes.ts:1608](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1608) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationDeleteNoteArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationDeleteNoteArgs.md index 4db00240169..77043dc6794 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationDeleteNoteArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationDeleteNoteArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1595](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1595) +[src/types/generatedGraphQLTypes.ts:1613](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1613) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationDeleteVenueArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationDeleteVenueArgs.md index e4444b2ab0e..cbe376a3692 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationDeleteVenueArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationDeleteVenueArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1600](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1600) +[src/types/generatedGraphQLTypes.ts:1618](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1618) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationEditVenueArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationEditVenueArgs.md index 893a8a95faf..656345aa9c5 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationEditVenueArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationEditVenueArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1605](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1605) +[src/types/generatedGraphQLTypes.ts:1623](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1623) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationForgotPasswordArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationForgotPasswordArgs.md index 3e17b87e8d7..2c96866456a 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationForgotPasswordArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationForgotPasswordArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1610](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1610) +[src/types/generatedGraphQLTypes.ts:1628](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1628) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationInviteEventAttendeeArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationInviteEventAttendeeArgs.md index f3af5dbe864..24c9fc883e9 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationInviteEventAttendeeArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationInviteEventAttendeeArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1615](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1615) +[src/types/generatedGraphQLTypes.ts:1633](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1633) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationJoinPublicOrganizationArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationJoinPublicOrganizationArgs.md index 0253821b289..d98a134efac 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationJoinPublicOrganizationArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationJoinPublicOrganizationArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1620](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1620) +[src/types/generatedGraphQLTypes.ts:1638](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1638) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationLeaveOrganizationArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationLeaveOrganizationArgs.md index b22251f62be..d0717bb24db 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationLeaveOrganizationArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationLeaveOrganizationArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1625](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1625) +[src/types/generatedGraphQLTypes.ts:1643](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1643) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationLikeCommentArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationLikeCommentArgs.md index b5317dbda0a..3ee97bc05a5 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationLikeCommentArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationLikeCommentArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1630](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1630) +[src/types/generatedGraphQLTypes.ts:1648](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1648) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationLikePostArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationLikePostArgs.md index 74c4f83e0a8..7c3e243d8bf 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationLikePostArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationLikePostArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1635](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1635) +[src/types/generatedGraphQLTypes.ts:1653](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1653) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationLoginArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationLoginArgs.md index 97f69ca5400..865c1789fa0 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationLoginArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationLoginArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1640](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1640) +[src/types/generatedGraphQLTypes.ts:1658](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1658) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationMarkChatMessagesAsReadArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationMarkChatMessagesAsReadArgs.md new file mode 100644 index 00000000000..c18111ed1af --- /dev/null +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationMarkChatMessagesAsReadArgs.md @@ -0,0 +1,23 @@ +[**talawa-api**](../../../README.md) + +*** + +[talawa-api](../../../modules.md) / [types/generatedGraphQLTypes](../README.md) / MutationMarkChatMessagesAsReadArgs + +# Type Alias: MutationMarkChatMessagesAsReadArgs + +\> **MutationMarkChatMessagesAsReadArgs**: `object` + +## Type declaration + +### chatId + +\> **chatId**: [`Scalars`](Scalars.md)\[`"ID"`\]\[`"input"`\] + +### userId + +\> **userId**: [`Scalars`](Scalars.md)\[`"ID"`\]\[`"input"`\] + +## Defined in + +[src/types/generatedGraphQLTypes.ts:1663](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1663) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationOtpArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationOtpArgs.md index afd1645ff9d..681d8766287 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationOtpArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationOtpArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1645](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1645) +[src/types/generatedGraphQLTypes.ts:1669](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1669) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRecaptchaArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRecaptchaArgs.md index 6c700c3c930..39ed1864d7a 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRecaptchaArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRecaptchaArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1650](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1650) +[src/types/generatedGraphQLTypes.ts:1674](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1674) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRefreshTokenArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRefreshTokenArgs.md index 15c0a8518a9..15e49891371 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRefreshTokenArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRefreshTokenArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1655](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1655) +[src/types/generatedGraphQLTypes.ts:1679](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1679) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRegisterEventAttendeeArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRegisterEventAttendeeArgs.md index 101e8a9b4e9..892e1232dd8 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRegisterEventAttendeeArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRegisterEventAttendeeArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1660](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1660) +[src/types/generatedGraphQLTypes.ts:1684](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1684) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRegisterForEventArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRegisterForEventArgs.md index eabd2dda95a..2e6dd11d384 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRegisterForEventArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRegisterForEventArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1665](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1665) +[src/types/generatedGraphQLTypes.ts:1689](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1689) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRejectMembershipRequestArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRejectMembershipRequestArgs.md index c67019aadd8..3d98a3504d8 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRejectMembershipRequestArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRejectMembershipRequestArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1670](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1670) +[src/types/generatedGraphQLTypes.ts:1694](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1694) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveActionItemArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveActionItemArgs.md index d9f40908c24..44b2bb5074f 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveActionItemArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveActionItemArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1675](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1675) +[src/types/generatedGraphQLTypes.ts:1699](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1699) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveAdminArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveAdminArgs.md index f0bcdcde379..880a7564e18 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveAdminArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveAdminArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1680](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1680) +[src/types/generatedGraphQLTypes.ts:1704](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1704) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveAdvertisementArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveAdvertisementArgs.md index 4cdae24f775..e3350369980 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveAdvertisementArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveAdvertisementArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1685](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1685) +[src/types/generatedGraphQLTypes.ts:1709](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1709) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveAgendaItemArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveAgendaItemArgs.md index 0b4dac74ab8..b4fd84d2a1b 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveAgendaItemArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveAgendaItemArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1690](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1690) +[src/types/generatedGraphQLTypes.ts:1714](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1714) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveAgendaSectionArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveAgendaSectionArgs.md index 4f1801caf8e..bb40ba9f398 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveAgendaSectionArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveAgendaSectionArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1695](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1695) +[src/types/generatedGraphQLTypes.ts:1719](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1719) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveCommentArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveCommentArgs.md index 64538c3186e..3176ca8c8da 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveCommentArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveCommentArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1700](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1700) +[src/types/generatedGraphQLTypes.ts:1724](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1724) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveEventArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveEventArgs.md index f8254e30da7..3e00381ef07 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveEventArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveEventArgs.md @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1705](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1705) +[src/types/generatedGraphQLTypes.ts:1729](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1729) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveEventAttendeeArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveEventAttendeeArgs.md index 66102d6b6c4..95f9a9a2f7e 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveEventAttendeeArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveEventAttendeeArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1711](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1711) +[src/types/generatedGraphQLTypes.ts:1735](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1735) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveEventVolunteerArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveEventVolunteerArgs.md index b682aea524f..92df86b8d37 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveEventVolunteerArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveEventVolunteerArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1716](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1716) +[src/types/generatedGraphQLTypes.ts:1740](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1740) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveEventVolunteerGroupArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveEventVolunteerGroupArgs.md index ded1f5a7027..04cb77165a8 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveEventVolunteerGroupArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveEventVolunteerGroupArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1721](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1721) +[src/types/generatedGraphQLTypes.ts:1745](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1745) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveFromUserTagsArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveFromUserTagsArgs.md index 78910641f07..d87c56b2c3b 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveFromUserTagsArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveFromUserTagsArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1726](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1726) +[src/types/generatedGraphQLTypes.ts:1750](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1750) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveFundraisingCampaignPledgeArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveFundraisingCampaignPledgeArgs.md index fec920c1fb7..65490795b53 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveFundraisingCampaignPledgeArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveFundraisingCampaignPledgeArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1731](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1731) +[src/types/generatedGraphQLTypes.ts:1755](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1755) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveMemberArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveMemberArgs.md index 9d2d9889e8f..48cc5377e05 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveMemberArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveMemberArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1736](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1736) +[src/types/generatedGraphQLTypes.ts:1760](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1760) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveOrganizationArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveOrganizationArgs.md index f8adb1882d3..4c0cd64c55b 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveOrganizationArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveOrganizationArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1741](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1741) +[src/types/generatedGraphQLTypes.ts:1765](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1765) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveOrganizationCustomFieldArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveOrganizationCustomFieldArgs.md index 74f4005d3ab..30e360bb462 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveOrganizationCustomFieldArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveOrganizationCustomFieldArgs.md @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1746](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1746) +[src/types/generatedGraphQLTypes.ts:1770](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1770) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveOrganizationImageArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveOrganizationImageArgs.md index e5961a4037c..af41a38e9f4 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveOrganizationImageArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveOrganizationImageArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1752](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1752) +[src/types/generatedGraphQLTypes.ts:1776](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1776) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemovePostArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemovePostArgs.md index 8ad0cf75015..d4c2e53b428 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemovePostArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemovePostArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1757](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1757) +[src/types/generatedGraphQLTypes.ts:1781](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1781) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveUserCustomDataArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveUserCustomDataArgs.md index f336be4ff62..215411153ab 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveUserCustomDataArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveUserCustomDataArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1762](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1762) +[src/types/generatedGraphQLTypes.ts:1786](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1786) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveUserFamilyArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveUserFamilyArgs.md index 66930fd1f56..5b56e80399e 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveUserFamilyArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveUserFamilyArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1767](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1767) +[src/types/generatedGraphQLTypes.ts:1791](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1791) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveUserFromUserFamilyArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveUserFromUserFamilyArgs.md index 839762587fe..0c476955999 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveUserFromUserFamilyArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveUserFromUserFamilyArgs.md @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1772](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1772) +[src/types/generatedGraphQLTypes.ts:1796](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1796) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveUserTagArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveUserTagArgs.md index ec57a3743c8..45e331f448a 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveUserTagArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationRemoveUserTagArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1778](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1778) +[src/types/generatedGraphQLTypes.ts:1802](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1802) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationResolvers.md index 29b2d3bc479..0f6a4b78b40 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationResolvers.md @@ -56,6 +56,10 @@ \> `optional` **addUserImage**: [`Resolver`](Resolver.md)\<[`ResolversTypes`](ResolversTypes.md)\[`"User"`\], `ParentType`, `ContextType`, [`RequireFields`](RequireFields.md)\<[`MutationAddUserImageArgs`](MutationAddUserImageArgs.md), `"file"`\>\> +### addUserToGroupChat? + +\> `optional` **addUserToGroupChat**: [`Resolver`](Resolver.md)\<[`Maybe`](Maybe.md)\<[`ResolversTypes`](ResolversTypes.md)\[`"Chat"`\]\>, `ParentType`, `ContextType`, [`RequireFields`](RequireFields.md)\<[`MutationAddUserToGroupChatArgs`](MutationAddUserToGroupChatArgs.md), `"chatId"` \| `"userId"`\>\> + ### addUserToUserFamily? \> `optional` **addUserToUserFamily**: [`Resolver`](Resolver.md)\<[`ResolversTypes`](ResolversTypes.md)\[`"UserFamily"`\], `ParentType`, `ContextType`, [`RequireFields`](RequireFields.md)\<[`MutationAddUserToUserFamilyArgs`](MutationAddUserToUserFamilyArgs.md), `"familyId"` \| `"userId"`\>\> @@ -248,6 +252,10 @@ \> `optional` **logout**: [`Resolver`](Resolver.md)\<[`ResolversTypes`](ResolversTypes.md)\[`"Boolean"`\], `ParentType`, `ContextType`\> +### markChatMessagesAsRead? + +\> `optional` **markChatMessagesAsRead**: [`Resolver`](Resolver.md)\<[`ResolversTypes`](ResolversTypes.md)\[`"Chat"`\], `ParentType`, `ContextType`, [`RequireFields`](RequireFields.md)\<[`MutationMarkChatMessagesAsReadArgs`](MutationMarkChatMessagesAsReadArgs.md), `"chatId"` \| `"userId"`\>\> + ### otp? \> `optional` **otp**: [`Resolver`](Resolver.md)\<[`ResolversTypes`](ResolversTypes.md)\[`"OtpData"`\], `ParentType`, `ContextType`, [`RequireFields`](RequireFields.md)\<[`MutationOtpArgs`](MutationOtpArgs.md), `"data"`\>\> @@ -382,7 +390,7 @@ ### sendMessageToChat? -\> `optional` **sendMessageToChat**: [`Resolver`](Resolver.md)\<[`ResolversTypes`](ResolversTypes.md)\[`"ChatMessage"`\], `ParentType`, `ContextType`, [`RequireFields`](RequireFields.md)\<[`MutationSendMessageToChatArgs`](MutationSendMessageToChatArgs.md), `"chatId"` \| `"messageContent"`\>\> +\> `optional` **sendMessageToChat**: [`Resolver`](Resolver.md)\<[`ResolversTypes`](ResolversTypes.md)\[`"ChatMessage"`\], `ParentType`, `ContextType`, [`RequireFields`](RequireFields.md)\<[`MutationSendMessageToChatArgs`](MutationSendMessageToChatArgs.md), `"chatId"`\>\> ### signUp? @@ -436,6 +444,14 @@ \> `optional` **updateAgendaSection**: [`Resolver`](Resolver.md)\<[`Maybe`](Maybe.md)\<[`ResolversTypes`](ResolversTypes.md)\[`"AgendaSection"`\]\>, `ParentType`, `ContextType`, [`RequireFields`](RequireFields.md)\<[`MutationUpdateAgendaSectionArgs`](MutationUpdateAgendaSectionArgs.md), `"id"` \| `"input"`\>\> +### updateChat? + +\> `optional` **updateChat**: [`Resolver`](Resolver.md)\<[`ResolversTypes`](ResolversTypes.md)\[`"Chat"`\], `ParentType`, `ContextType`, [`RequireFields`](RequireFields.md)\<[`MutationUpdateChatArgs`](MutationUpdateChatArgs.md), `"input"`\>\> + +### updateChatMessage? + +\> `optional` **updateChatMessage**: [`Resolver`](Resolver.md)\<[`ResolversTypes`](ResolversTypes.md)\[`"ChatMessage"`\], `ParentType`, `ContextType`, [`RequireFields`](RequireFields.md)\<[`MutationUpdateChatMessageArgs`](MutationUpdateChatMessageArgs.md), `"input"`\>\> + ### updateCommunity? \> `optional` **updateCommunity**: [`Resolver`](Resolver.md)\<[`ResolversTypes`](ResolversTypes.md)\[`"Boolean"`\], `ParentType`, `ContextType`, [`RequireFields`](RequireFields.md)\<[`MutationUpdateCommunityArgs`](MutationUpdateCommunityArgs.md), `"data"`\>\> @@ -510,4 +526,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4494](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4494) +[src/types/generatedGraphQLTypes.ts:4560](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4560) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationSaveFcmTokenArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationSaveFcmTokenArgs.md index 5b4cbfd13d7..265c0101c40 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationSaveFcmTokenArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationSaveFcmTokenArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1783](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1783) +[src/types/generatedGraphQLTypes.ts:1807](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1807) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationSendMembershipRequestArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationSendMembershipRequestArgs.md index d68a4c1cf81..13c2192bf5d 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationSendMembershipRequestArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationSendMembershipRequestArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1788](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1788) +[src/types/generatedGraphQLTypes.ts:1812](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1812) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationSendMessageToChatArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationSendMessageToChatArgs.md index a2a86e1f3e4..0105d864ec9 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationSendMessageToChatArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationSendMessageToChatArgs.md @@ -14,9 +14,13 @@ \> **chatId**: [`Scalars`](Scalars.md)\[`"ID"`\]\[`"input"`\] -### messageContent +### media? -\> **messageContent**: [`Scalars`](Scalars.md)\[`"String"`\]\[`"input"`\] +\> `optional` **media**: [`InputMaybe`](InputMaybe.md)\<[`Scalars`](Scalars.md)\[`"String"`\]\[`"input"`\]\> + +### messageContent? + +\> `optional` **messageContent**: [`InputMaybe`](InputMaybe.md)\<[`Scalars`](Scalars.md)\[`"String"`\]\[`"input"`\]\> ### replyTo? @@ -24,4 +28,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1793](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1793) +[src/types/generatedGraphQLTypes.ts:1817](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1817) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationSignUpArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationSignUpArgs.md index 7c6e2e593eb..46cb5a109eb 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationSignUpArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationSignUpArgs.md @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1800](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1800) +[src/types/generatedGraphQLTypes.ts:1825](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1825) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationTogglePostPinArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationTogglePostPinArgs.md index 5c2d5151aac..31082ce5318 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationTogglePostPinArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationTogglePostPinArgs.md @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1806](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1806) +[src/types/generatedGraphQLTypes.ts:1831](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1831) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUnassignUserTagArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUnassignUserTagArgs.md index 279830546f6..ca10d7d370c 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUnassignUserTagArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUnassignUserTagArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1812](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1812) +[src/types/generatedGraphQLTypes.ts:1837](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1837) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUnblockUserArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUnblockUserArgs.md index 35508ba1be3..3cdceb990ea 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUnblockUserArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUnblockUserArgs.md @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1817](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1817) +[src/types/generatedGraphQLTypes.ts:1842](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1842) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUnlikeCommentArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUnlikeCommentArgs.md index aa4d6e478c8..35ad24cbd6a 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUnlikeCommentArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUnlikeCommentArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1823](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1823) +[src/types/generatedGraphQLTypes.ts:1848](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1848) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUnlikePostArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUnlikePostArgs.md index d69f8edf38b..55931ab182c 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUnlikePostArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUnlikePostArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1828](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1828) +[src/types/generatedGraphQLTypes.ts:1853](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1853) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUnregisterForEventByUserArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUnregisterForEventByUserArgs.md index 525e1faa500..c8f9b2fc706 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUnregisterForEventByUserArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUnregisterForEventByUserArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1833](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1833) +[src/types/generatedGraphQLTypes.ts:1858](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1858) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateActionItemArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateActionItemArgs.md index cf92ab8f83e..5e3c847d9eb 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateActionItemArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateActionItemArgs.md @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1838](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1838) +[src/types/generatedGraphQLTypes.ts:1863](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1863) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateActionItemCategoryArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateActionItemCategoryArgs.md index 9c78dda2841..81421fa1db5 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateActionItemCategoryArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateActionItemCategoryArgs.md @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1844](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1844) +[src/types/generatedGraphQLTypes.ts:1869](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1869) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateAdvertisementArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateAdvertisementArgs.md index 1d0e449b39a..f70c226364a 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateAdvertisementArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateAdvertisementArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1850](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1850) +[src/types/generatedGraphQLTypes.ts:1875](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1875) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateAgendaCategoryArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateAgendaCategoryArgs.md index 1aa759fce16..4e3dda8dbba 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateAgendaCategoryArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateAgendaCategoryArgs.md @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1855](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1855) +[src/types/generatedGraphQLTypes.ts:1880](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1880) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateAgendaItemArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateAgendaItemArgs.md index 3c8fdc4ec94..68b883b5f98 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateAgendaItemArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateAgendaItemArgs.md @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1861](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1861) +[src/types/generatedGraphQLTypes.ts:1886](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1886) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateAgendaSectionArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateAgendaSectionArgs.md index 6adb5f1224b..662d85c11ca 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateAgendaSectionArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateAgendaSectionArgs.md @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1867](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1867) +[src/types/generatedGraphQLTypes.ts:1892](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1892) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateChatArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateChatArgs.md new file mode 100644 index 00000000000..de8ab97e1cd --- /dev/null +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateChatArgs.md @@ -0,0 +1,19 @@ +[**talawa-api**](../../../README.md) + +*** + +[talawa-api](../../../modules.md) / [types/generatedGraphQLTypes](../README.md) / MutationUpdateChatArgs + +# Type Alias: MutationUpdateChatArgs + +\> **MutationUpdateChatArgs**: `object` + +## Type declaration + +### input + +\> **input**: [`UpdateChatInput`](UpdateChatInput.md) + +## Defined in + +[src/types/generatedGraphQLTypes.ts:1898](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1898) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateChatMessageArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateChatMessageArgs.md new file mode 100644 index 00000000000..f0b92ee985f --- /dev/null +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateChatMessageArgs.md @@ -0,0 +1,19 @@ +[**talawa-api**](../../../README.md) + +*** + +[talawa-api](../../../modules.md) / [types/generatedGraphQLTypes](../README.md) / MutationUpdateChatMessageArgs + +# Type Alias: MutationUpdateChatMessageArgs + +\> **MutationUpdateChatMessageArgs**: `object` + +## Type declaration + +### input + +\> **input**: [`UpdateChatMessageInput`](UpdateChatMessageInput.md) + +## Defined in + +[src/types/generatedGraphQLTypes.ts:1903](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1903) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateCommunityArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateCommunityArgs.md index 1c21e5efe01..87f6059647a 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateCommunityArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateCommunityArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1873](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1873) +[src/types/generatedGraphQLTypes.ts:1908](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1908) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateEventArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateEventArgs.md index ada887119ba..dadb1d2df1f 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateEventArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateEventArgs.md @@ -28,4 +28,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1878](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1878) +[src/types/generatedGraphQLTypes.ts:1913](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1913) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateEventVolunteerArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateEventVolunteerArgs.md index e40ebd7b451..6825cb2cd7a 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateEventVolunteerArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateEventVolunteerArgs.md @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1886](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1886) +[src/types/generatedGraphQLTypes.ts:1921](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1921) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateEventVolunteerGroupArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateEventVolunteerGroupArgs.md index b236874d6ed..82214981936 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateEventVolunteerGroupArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateEventVolunteerGroupArgs.md @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1892](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1892) +[src/types/generatedGraphQLTypes.ts:1927](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1927) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateFundArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateFundArgs.md index 2e25d46a04d..ddeb438dd29 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateFundArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateFundArgs.md @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1898](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1898) +[src/types/generatedGraphQLTypes.ts:1933](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1933) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateFundraisingCampaignArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateFundraisingCampaignArgs.md index 700d58e0da4..7ee0f66d2cd 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateFundraisingCampaignArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateFundraisingCampaignArgs.md @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1904](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1904) +[src/types/generatedGraphQLTypes.ts:1939](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1939) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateFundraisingCampaignPledgeArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateFundraisingCampaignPledgeArgs.md index 1b4c32ff032..e1d6c0623c7 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateFundraisingCampaignPledgeArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateFundraisingCampaignPledgeArgs.md @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1910](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1910) +[src/types/generatedGraphQLTypes.ts:1945](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1945) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateLanguageArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateLanguageArgs.md index f936374a434..126963485d3 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateLanguageArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateLanguageArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1916](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1916) +[src/types/generatedGraphQLTypes.ts:1951](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1951) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateNoteArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateNoteArgs.md index 4259a8aa311..2591db22e1b 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateNoteArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateNoteArgs.md @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1921](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1921) +[src/types/generatedGraphQLTypes.ts:1956](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1956) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateOrganizationArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateOrganizationArgs.md index 3262f7fb4e4..931d8cc412d 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateOrganizationArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateOrganizationArgs.md @@ -24,4 +24,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1927](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1927) +[src/types/generatedGraphQLTypes.ts:1962](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1962) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdatePluginStatusArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdatePluginStatusArgs.md index d7c2d3b9401..9326ebe5c26 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdatePluginStatusArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdatePluginStatusArgs.md @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1934](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1934) +[src/types/generatedGraphQLTypes.ts:1969](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1969) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdatePostArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdatePostArgs.md index 667dcdb5a89..785f5bfd84d 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdatePostArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdatePostArgs.md @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1940](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1940) +[src/types/generatedGraphQLTypes.ts:1975](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1975) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateSessionTimeoutArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateSessionTimeoutArgs.md index a51c22f81d9..66328ddfdce 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateSessionTimeoutArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateSessionTimeoutArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1946](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1946) +[src/types/generatedGraphQLTypes.ts:1981](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1981) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateUserPasswordArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateUserPasswordArgs.md index 12fa401e9a4..9a6b6801c20 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateUserPasswordArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateUserPasswordArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1951](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1951) +[src/types/generatedGraphQLTypes.ts:1986](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1986) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateUserProfileArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateUserProfileArgs.md index c2919531901..5c74bcc4aad 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateUserProfileArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateUserProfileArgs.md @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1956](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1956) +[src/types/generatedGraphQLTypes.ts:1991](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1991) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateUserRoleInOrganizationArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateUserRoleInOrganizationArgs.md index 1d6eb1c5d6b..7be17a2ebb1 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateUserRoleInOrganizationArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateUserRoleInOrganizationArgs.md @@ -24,4 +24,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1962](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1962) +[src/types/generatedGraphQLTypes.ts:1997](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L1997) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateUserTagArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateUserTagArgs.md index 092a8e2cae6..95f2e3da395 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateUserTagArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateUserTagArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1969](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1969) +[src/types/generatedGraphQLTypes.ts:2004](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2004) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateVolunteerMembershipArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateVolunteerMembershipArgs.md index 07ce475ba3e..14e699fea60 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateVolunteerMembershipArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/MutationUpdateVolunteerMembershipArgs.md @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1974](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1974) +[src/types/generatedGraphQLTypes.ts:2009](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2009) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/NextResolverFn.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/NextResolverFn.md index 2f0f4e99d68..2fa4f494471 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/NextResolverFn.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/NextResolverFn.md @@ -18,4 +18,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:3416](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L3416) +[src/types/generatedGraphQLTypes.ts:3472](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L3472) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Note.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Note.md index b250f4662db..204d4909369 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Note.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Note.md @@ -44,4 +44,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1979](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1979) +[src/types/generatedGraphQLTypes.ts:2014](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2014) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/NoteInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/NoteInput.md index 397d760a2fe..844198e8a4f 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/NoteInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/NoteInput.md @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1990](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1990) +[src/types/generatedGraphQLTypes.ts:2025](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2025) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/NoteResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/NoteResolvers.md index f9422d91d8b..d9c313b87ca 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/NoteResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/NoteResolvers.md @@ -50,4 +50,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4620](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4620) +[src/types/generatedGraphQLTypes.ts:4690](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4690) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Omit.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Omit.md index ffcc4a25e02..78d33bacc60 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Omit.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Omit.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L45) +[src/types/generatedGraphQLTypes.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L45) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Organization.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Organization.md index 04feca53fae..242fcb1aaa2 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Organization.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Organization.md @@ -112,4 +112,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1999](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1999) +[src/types/generatedGraphQLTypes.ts:2034](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2034) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OrganizationAdminsArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OrganizationAdminsArgs.md index c6fba8d7fff..f6fe36da629 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OrganizationAdminsArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OrganizationAdminsArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2028](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2028) +[src/types/generatedGraphQLTypes.ts:2063](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2063) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OrganizationAdvertisementsArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OrganizationAdvertisementsArgs.md index 11b0c569e18..4ce5d5194a7 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OrganizationAdvertisementsArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OrganizationAdvertisementsArgs.md @@ -28,4 +28,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2033](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2033) +[src/types/generatedGraphQLTypes.ts:2068](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2068) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OrganizationCustomField.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OrganizationCustomField.md index 72934ff3f8b..8170593ac16 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OrganizationCustomField.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OrganizationCustomField.md @@ -32,4 +32,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2065](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2065) +[src/types/generatedGraphQLTypes.ts:2100](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2100) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OrganizationCustomFieldResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OrganizationCustomFieldResolvers.md index f8e117aed43..125a0f3692a 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OrganizationCustomFieldResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OrganizationCustomFieldResolvers.md @@ -38,4 +38,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4659](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4659) +[src/types/generatedGraphQLTypes.ts:4729](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4729) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OrganizationInfoNode.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OrganizationInfoNode.md index 68b23f8f5ce..1978a3edd0d 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OrganizationInfoNode.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OrganizationInfoNode.md @@ -48,4 +48,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2073](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2073) +[src/types/generatedGraphQLTypes.ts:2108](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2108) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OrganizationInfoNodeResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OrganizationInfoNodeResolvers.md index 26397a2bd0d..fccc9e4323f 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OrganizationInfoNodeResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OrganizationInfoNodeResolvers.md @@ -54,4 +54,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4667](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4667) +[src/types/generatedGraphQLTypes.ts:4737](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4737) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OrganizationInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OrganizationInput.md index 937b82b9f2a..5ba6d85e835 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OrganizationInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OrganizationInput.md @@ -44,4 +44,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2085](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2085) +[src/types/generatedGraphQLTypes.ts:2120](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2120) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OrganizationMemberNotFoundError.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OrganizationMemberNotFoundError.md index a3037b58700..9180e8c348e 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OrganizationMemberNotFoundError.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OrganizationMemberNotFoundError.md @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2096](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2096) +[src/types/generatedGraphQLTypes.ts:2131](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2131) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OrganizationMemberNotFoundErrorResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OrganizationMemberNotFoundErrorResolvers.md index 1e4770f1207..8f667e3b3db 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OrganizationMemberNotFoundErrorResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OrganizationMemberNotFoundErrorResolvers.md @@ -26,4 +26,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4679](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4679) +[src/types/generatedGraphQLTypes.ts:4749](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4749) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OrganizationMembershipRequestsArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OrganizationMembershipRequestsArgs.md index 9435967f0f5..211874bb318 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OrganizationMembershipRequestsArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OrganizationMembershipRequestsArgs.md @@ -24,4 +24,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2041](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2041) +[src/types/generatedGraphQLTypes.ts:2076](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2076) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OrganizationNotFoundError.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OrganizationNotFoundError.md index 45c790c2331..2579b0fe4c4 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OrganizationNotFoundError.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OrganizationNotFoundError.md @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2101](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2101) +[src/types/generatedGraphQLTypes.ts:2136](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2136) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OrganizationNotFoundErrorResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OrganizationNotFoundErrorResolvers.md index 0d28032392e..0ffc54782f4 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OrganizationNotFoundErrorResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OrganizationNotFoundErrorResolvers.md @@ -26,4 +26,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4684](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4684) +[src/types/generatedGraphQLTypes.ts:4754](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4754) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OrganizationOrderByInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OrganizationOrderByInput.md index d980cebb549..fec8ecfc714 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OrganizationOrderByInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OrganizationOrderByInput.md @@ -10,4 +10,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2106](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2106) +[src/types/generatedGraphQLTypes.ts:2141](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2141) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OrganizationPostsArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OrganizationPostsArgs.md index 0ce4a02dbff..97eb33b147d 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OrganizationPostsArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OrganizationPostsArgs.md @@ -28,4 +28,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2048](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2048) +[src/types/generatedGraphQLTypes.ts:2083](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2083) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OrganizationResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OrganizationResolvers.md index 445f90ad2b0..a0c9861dc19 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OrganizationResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OrganizationResolvers.md @@ -118,4 +118,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4631](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4631) +[src/types/generatedGraphQLTypes.ts:4701](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4701) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OrganizationUserTagsArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OrganizationUserTagsArgs.md index 790727034f6..33220fd21d9 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OrganizationUserTagsArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OrganizationUserTagsArgs.md @@ -36,4 +36,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2056](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2056) +[src/types/generatedGraphQLTypes.ts:2091](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2091) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OrganizationWhereInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OrganizationWhereInput.md index aebcae5472c..3f4f98c24cc 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OrganizationWhereInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OrganizationWhereInput.md @@ -116,4 +116,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2118](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2118) +[src/types/generatedGraphQLTypes.ts:2153](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2153) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OtpData.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OtpData.md index 31509b982c3..3b5fba48206 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OtpData.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OtpData.md @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2147](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2147) +[src/types/generatedGraphQLTypes.ts:2182](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2182) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OtpDataResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OtpDataResolvers.md index 5be9b7c6828..c51c5969f29 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OtpDataResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OtpDataResolvers.md @@ -26,4 +26,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4689](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4689) +[src/types/generatedGraphQLTypes.ts:4759](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4759) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OtpInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OtpInput.md index 20e3ebe704a..39fb604f0e1 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OtpInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/OtpInput.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:1995](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L1995) +[src/types/generatedGraphQLTypes.ts:2030](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2030) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PageInfo.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PageInfo.md index f05d6a892bb..6ce9bd3e370 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PageInfo.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PageInfo.md @@ -46,4 +46,4 @@ When paginating backwards, are there more items? ## Defined in -[src/types/generatedGraphQLTypes.ts:2153](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2153) +[src/types/generatedGraphQLTypes.ts:2188](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2188) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PageInfoResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PageInfoResolvers.md index 3cc5ffcbd60..1cef063d96c 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PageInfoResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PageInfoResolvers.md @@ -46,4 +46,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4694](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4694) +[src/types/generatedGraphQLTypes.ts:4764](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4764) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PaginationDirection.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PaginationDirection.md index 79af88babbc..801121680d9 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PaginationDirection.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PaginationDirection.md @@ -10,4 +10,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2165](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2165) +[src/types/generatedGraphQLTypes.ts:2200](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2200) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PledgeOrderByInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PledgeOrderByInput.md index db6ce6859ee..bae1008b605 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PledgeOrderByInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PledgeOrderByInput.md @@ -10,4 +10,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2169](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2169) +[src/types/generatedGraphQLTypes.ts:2204](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2204) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PledgeWhereInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PledgeWhereInput.md index 23bee52ca3d..f4f6deeb04c 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PledgeWhereInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PledgeWhereInput.md @@ -28,4 +28,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2177](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2177) +[src/types/generatedGraphQLTypes.ts:2212](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2212) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Plugin.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Plugin.md index 8c918310e2e..745405e2a0e 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Plugin.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Plugin.md @@ -36,4 +36,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2184](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2184) +[src/types/generatedGraphQLTypes.ts:2219](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2219) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PluginField.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PluginField.md index 418d8470550..e7868ae8b37 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PluginField.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PluginField.md @@ -32,4 +32,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2193](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2193) +[src/types/generatedGraphQLTypes.ts:2228](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2228) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PluginFieldInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PluginFieldInput.md index c00a2151821..fbbec5044c0 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PluginFieldInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PluginFieldInput.md @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2201](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2201) +[src/types/generatedGraphQLTypes.ts:2236](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2236) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PluginFieldResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PluginFieldResolvers.md index ee747f4bca5..03d2c59b054 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PluginFieldResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PluginFieldResolvers.md @@ -38,4 +38,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4717](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4717) +[src/types/generatedGraphQLTypes.ts:4787](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4787) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PluginInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PluginInput.md index 4c02ae096f6..ce23e39496e 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PluginInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PluginInput.md @@ -32,4 +32,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2206](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2206) +[src/types/generatedGraphQLTypes.ts:2241](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2241) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PluginResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PluginResolvers.md index 64031775c8a..1953bbdab55 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PluginResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PluginResolvers.md @@ -42,4 +42,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4708](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4708) +[src/types/generatedGraphQLTypes.ts:4778](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4778) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Post.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Post.md index fa552579f72..bc98713737b 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Post.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Post.md @@ -68,4 +68,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2214](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2214) +[src/types/generatedGraphQLTypes.ts:2249](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2249) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PostEdge.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PostEdge.md index cab744f23af..117d7851a22 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PostEdge.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PostEdge.md @@ -24,4 +24,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2231](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2231) +[src/types/generatedGraphQLTypes.ts:2266](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2266) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PostEdgeResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PostEdgeResolvers.md index 6288db873c4..ba667c6c3d8 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PostEdgeResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PostEdgeResolvers.md @@ -30,4 +30,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4746](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4746) +[src/types/generatedGraphQLTypes.ts:4816](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4816) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PostInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PostInput.md index 197123cf53e..cda388cace3 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PostInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PostInput.md @@ -40,4 +40,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2237](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2237) +[src/types/generatedGraphQLTypes.ts:2272](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2272) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PostNotFoundError.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PostNotFoundError.md index 409c5434e22..3d2441ee2e0 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PostNotFoundError.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PostNotFoundError.md @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2247](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2247) +[src/types/generatedGraphQLTypes.ts:2282](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2282) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PostNotFoundErrorResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PostNotFoundErrorResolvers.md index bbc18eef149..86d44e3a7b6 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PostNotFoundErrorResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PostNotFoundErrorResolvers.md @@ -26,4 +26,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4752](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4752) +[src/types/generatedGraphQLTypes.ts:4822](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4822) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PostOrderByInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PostOrderByInput.md index 24d0a2d8596..950767c63ec 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PostOrderByInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PostOrderByInput.md @@ -10,4 +10,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2252](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2252) +[src/types/generatedGraphQLTypes.ts:2287](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2287) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PostResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PostResolvers.md index 4cbaecdd9da..dc259fecdb6 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PostResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PostResolvers.md @@ -74,4 +74,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4729](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4729) +[src/types/generatedGraphQLTypes.ts:4799](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4799) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PostUpdateInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PostUpdateInput.md index 70231ff87e8..e5f45efd8d4 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PostUpdateInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PostUpdateInput.md @@ -28,4 +28,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2270](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2270) +[src/types/generatedGraphQLTypes.ts:2305](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2305) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PostWhereInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PostWhereInput.md index 2736404bd26..e25583e67ef 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PostWhereInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PostWhereInput.md @@ -84,4 +84,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2277](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2277) +[src/types/generatedGraphQLTypes.ts:2312](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2312) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PostsConnection.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PostsConnection.md index 318dd410ffd..2543db2dcd5 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PostsConnection.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PostsConnection.md @@ -28,4 +28,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2298](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2298) +[src/types/generatedGraphQLTypes.ts:2333](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2333) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PostsConnectionResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PostsConnectionResolvers.md index 1eab41b6b02..badc70fb09d 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PostsConnectionResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/PostsConnectionResolvers.md @@ -34,4 +34,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4757](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4757) +[src/types/generatedGraphQLTypes.ts:4827](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4827) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Query.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Query.md index f26824aefea..a4b18dbf481 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Query.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Query.md @@ -158,6 +158,10 @@ \> **getFundraisingCampaigns**: [`Maybe`](Maybe.md)\<[`FundraisingCampaign`](FundraisingCampaign.md)\>[] +### getGroupChatsByUserId? + +\> `optional` **getGroupChatsByUserId**: [`Maybe`](Maybe.md)\<[`Maybe`](Maybe.md)\<[`Chat`](Chat.md)\>[]\> + ### getlanguage? \> `optional` **getlanguage**: [`Maybe`](Maybe.md)\<[`Maybe`](Maybe.md)\<[`Translation`](Translation.md)\>[]\> @@ -178,6 +182,10 @@ \> `optional` **getRecurringEvents**: [`Maybe`](Maybe.md)\<[`Maybe`](Maybe.md)\<[`Event`](Event.md)\>[]\> +### getUnreadChatsByUserId? + +\> `optional` **getUnreadChatsByUserId**: [`Maybe`](Maybe.md)\<[`Maybe`](Maybe.md)\<[`Chat`](Chat.md)\>[]\> + ### getUserTag? \> `optional` **getUserTag**: [`Maybe`](Maybe.md)\<[`UserTag`](UserTag.md)\> @@ -264,4 +272,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2305](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2305) +[src/types/generatedGraphQLTypes.ts:2340](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2340) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryActionItemCategoriesByOrganizationArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryActionItemCategoriesByOrganizationArgs.md index 285521dbfe0..903269af3d0 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryActionItemCategoriesByOrganizationArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryActionItemCategoriesByOrganizationArgs.md @@ -24,4 +24,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2372](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2372) +[src/types/generatedGraphQLTypes.ts:2409](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2409) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryActionItemsByEventArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryActionItemsByEventArgs.md index 7f0519bca4b..89e785c7e66 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryActionItemsByEventArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryActionItemsByEventArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2379](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2379) +[src/types/generatedGraphQLTypes.ts:2416](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2416) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryActionItemsByOrganizationArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryActionItemsByOrganizationArgs.md index 9f8acc1e4e2..d91d33dd087 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryActionItemsByOrganizationArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryActionItemsByOrganizationArgs.md @@ -28,4 +28,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2384](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2384) +[src/types/generatedGraphQLTypes.ts:2421](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2421) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryActionItemsByUserArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryActionItemsByUserArgs.md index 63fbeceaf63..56cc7e7ae67 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryActionItemsByUserArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryActionItemsByUserArgs.md @@ -24,4 +24,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2392](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2392) +[src/types/generatedGraphQLTypes.ts:2429](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2429) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryAdminPluginArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryAdminPluginArgs.md index e03964bf5f3..b923d91c05b 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryAdminPluginArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryAdminPluginArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2399](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2399) +[src/types/generatedGraphQLTypes.ts:2436](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2436) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryAdvertisementsConnectionArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryAdvertisementsConnectionArgs.md index 0e75c903855..394f880df2e 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryAdvertisementsConnectionArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryAdvertisementsConnectionArgs.md @@ -28,4 +28,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2404](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2404) +[src/types/generatedGraphQLTypes.ts:2441](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2441) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryAgendaCategoryArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryAgendaCategoryArgs.md index faa0ef5ff93..586ffc12a22 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryAgendaCategoryArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryAgendaCategoryArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2412](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2412) +[src/types/generatedGraphQLTypes.ts:2449](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2449) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryAgendaItemByEventArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryAgendaItemByEventArgs.md index 67dafc1dc04..a0e04fb42bb 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryAgendaItemByEventArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryAgendaItemByEventArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2417](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2417) +[src/types/generatedGraphQLTypes.ts:2454](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2454) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryAgendaItemByOrganizationArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryAgendaItemByOrganizationArgs.md index 90fa1d77b21..0a5a72f404e 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryAgendaItemByOrganizationArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryAgendaItemByOrganizationArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2422](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2422) +[src/types/generatedGraphQLTypes.ts:2459](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2459) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryAgendaItemCategoriesByOrganizationArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryAgendaItemCategoriesByOrganizationArgs.md index 9787d3a749c..1d7e3cb550c 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryAgendaItemCategoriesByOrganizationArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryAgendaItemCategoriesByOrganizationArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2427](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2427) +[src/types/generatedGraphQLTypes.ts:2464](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2464) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryChatByIdArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryChatByIdArgs.md index 7d0d79d3319..23e4d5f8f28 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryChatByIdArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryChatByIdArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2432](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2432) +[src/types/generatedGraphQLTypes.ts:2469](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2469) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryChatsByUserIdArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryChatsByUserIdArgs.md index 5d102778033..2f1c7bfa672 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryChatsByUserIdArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryChatsByUserIdArgs.md @@ -14,6 +14,10 @@ \> **id**: [`Scalars`](Scalars.md)\[`"ID"`\]\[`"input"`\] +### where? + +\> `optional` **where**: [`InputMaybe`](InputMaybe.md)\<[`ChatWhereInput`](ChatWhereInput.md)\> + ## Defined in -[src/types/generatedGraphQLTypes.ts:2437](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2437) +[src/types/generatedGraphQLTypes.ts:2474](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2474) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryCustomDataByOrganizationArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryCustomDataByOrganizationArgs.md index aeb3bbec925..d3744a4e1fe 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryCustomDataByOrganizationArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryCustomDataByOrganizationArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2442](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2442) +[src/types/generatedGraphQLTypes.ts:2480](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2480) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryCustomFieldsByOrganizationArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryCustomFieldsByOrganizationArgs.md index fa47863bbf9..463e579333c 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryCustomFieldsByOrganizationArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryCustomFieldsByOrganizationArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2447](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2447) +[src/types/generatedGraphQLTypes.ts:2485](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2485) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryEventArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryEventArgs.md index 32293c159cf..325aa95cd39 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryEventArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryEventArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2452](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2452) +[src/types/generatedGraphQLTypes.ts:2490](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2490) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryEventsAttendedByUserArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryEventsAttendedByUserArgs.md index 7394c72b3cf..c08ecc4f696 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryEventsAttendedByUserArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryEventsAttendedByUserArgs.md @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2457](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2457) +[src/types/generatedGraphQLTypes.ts:2495](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2495) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryEventsByOrganizationArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryEventsByOrganizationArgs.md index b2e58292996..1f87936d9be 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryEventsByOrganizationArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryEventsByOrganizationArgs.md @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2463](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2463) +[src/types/generatedGraphQLTypes.ts:2501](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2501) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryEventsByOrganizationConnectionArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryEventsByOrganizationConnectionArgs.md index bc472c462a9..d46bd6578b0 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryEventsByOrganizationConnectionArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryEventsByOrganizationConnectionArgs.md @@ -32,4 +32,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2469](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2469) +[src/types/generatedGraphQLTypes.ts:2507](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2507) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryFundsByOrganizationArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryFundsByOrganizationArgs.md index 37fe4324d61..84c5b2eea32 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryFundsByOrganizationArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryFundsByOrganizationArgs.md @@ -24,4 +24,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2478](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2478) +[src/types/generatedGraphQLTypes.ts:2516](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2516) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetAgendaItemArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetAgendaItemArgs.md index 30994dcf5ff..75eb590cab1 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetAgendaItemArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetAgendaItemArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2485](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2485) +[src/types/generatedGraphQLTypes.ts:2523](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2523) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetAgendaSectionArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetAgendaSectionArgs.md index 213043f49da..e1b999a6938 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetAgendaSectionArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetAgendaSectionArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2490](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2490) +[src/types/generatedGraphQLTypes.ts:2528](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2528) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetAllNotesForAgendaItemArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetAllNotesForAgendaItemArgs.md index 6ea6c153664..ccd360560c6 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetAllNotesForAgendaItemArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetAllNotesForAgendaItemArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2495](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2495) +[src/types/generatedGraphQLTypes.ts:2533](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2533) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetDonationByIdArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetDonationByIdArgs.md index b105cfd9e29..9fec8a6040d 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetDonationByIdArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetDonationByIdArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2500](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2500) +[src/types/generatedGraphQLTypes.ts:2538](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2538) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetDonationByOrgIdArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetDonationByOrgIdArgs.md index 0f0b41a5dd2..477f82401e3 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetDonationByOrgIdArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetDonationByOrgIdArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2505](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2505) +[src/types/generatedGraphQLTypes.ts:2543](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2543) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetDonationByOrgIdConnectionArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetDonationByOrgIdConnectionArgs.md index 0a0b1f318af..1d0579631ed 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetDonationByOrgIdConnectionArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetDonationByOrgIdConnectionArgs.md @@ -28,4 +28,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2510](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2510) +[src/types/generatedGraphQLTypes.ts:2548](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2548) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetEventAttendeeArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetEventAttendeeArgs.md index 7a0c73e4019..d6f94625bb6 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetEventAttendeeArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetEventAttendeeArgs.md @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2518](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2518) +[src/types/generatedGraphQLTypes.ts:2556](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2556) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetEventAttendeesByEventIdArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetEventAttendeesByEventIdArgs.md index 57c5a925ac3..35f9887c32e 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetEventAttendeesByEventIdArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetEventAttendeesByEventIdArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2524](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2524) +[src/types/generatedGraphQLTypes.ts:2562](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2562) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetEventInvitesByUserIdArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetEventInvitesByUserIdArgs.md index a0492140e53..3ac6fb27ad2 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetEventInvitesByUserIdArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetEventInvitesByUserIdArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2529](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2529) +[src/types/generatedGraphQLTypes.ts:2567](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2567) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetEventVolunteerGroupsArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetEventVolunteerGroupsArgs.md index 24c98f70eaf..0bff6401336 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetEventVolunteerGroupsArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetEventVolunteerGroupsArgs.md @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2534](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2534) +[src/types/generatedGraphQLTypes.ts:2572](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2572) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetEventVolunteersArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetEventVolunteersArgs.md index d597abe96e0..d9c54c494f9 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetEventVolunteersArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetEventVolunteersArgs.md @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2540](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2540) +[src/types/generatedGraphQLTypes.ts:2578](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2578) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetFundByIdArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetFundByIdArgs.md index ed6e421d4b0..95eae433e1b 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetFundByIdArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetFundByIdArgs.md @@ -24,4 +24,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2546](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2546) +[src/types/generatedGraphQLTypes.ts:2584](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2584) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetFundraisingCampaignPledgeByIdArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetFundraisingCampaignPledgeByIdArgs.md index 69c512c480d..2a082ab7a48 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetFundraisingCampaignPledgeByIdArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetFundraisingCampaignPledgeByIdArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2553](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2553) +[src/types/generatedGraphQLTypes.ts:2591](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2591) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetFundraisingCampaignsArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetFundraisingCampaignsArgs.md index bbec4931d31..f16f6e22f9c 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetFundraisingCampaignsArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetFundraisingCampaignsArgs.md @@ -24,4 +24,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2558](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2558) +[src/types/generatedGraphQLTypes.ts:2596](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2596) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetNoteByIdArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetNoteByIdArgs.md index f2afef87964..0841f8080f8 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetNoteByIdArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetNoteByIdArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2565](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2565) +[src/types/generatedGraphQLTypes.ts:2603](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2603) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetPledgesByUserIdArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetPledgesByUserIdArgs.md index 06541998176..3bcd7e90dc3 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetPledgesByUserIdArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetPledgesByUserIdArgs.md @@ -24,4 +24,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2570](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2570) +[src/types/generatedGraphQLTypes.ts:2608](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2608) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetRecurringEventsArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetRecurringEventsArgs.md index 6d08859d2cf..a14ecdb81a8 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetRecurringEventsArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetRecurringEventsArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2577](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2577) +[src/types/generatedGraphQLTypes.ts:2615](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2615) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetUserTagArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetUserTagArgs.md index 55952012d6a..74428789ee2 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetUserTagArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetUserTagArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2582](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2582) +[src/types/generatedGraphQLTypes.ts:2620](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2620) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetVenueByOrgIdArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetVenueByOrgIdArgs.md index 5e920503f8d..c43f297d26d 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetVenueByOrgIdArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetVenueByOrgIdArgs.md @@ -32,4 +32,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2587](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2587) +[src/types/generatedGraphQLTypes.ts:2625](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2625) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetVolunteerMembershipArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetVolunteerMembershipArgs.md index d1744f75e99..55f2ae4b56f 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetVolunteerMembershipArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetVolunteerMembershipArgs.md @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2596](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2596) +[src/types/generatedGraphQLTypes.ts:2634](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2634) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetVolunteerRanksArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetVolunteerRanksArgs.md index 8e802d92246..6075d5530d1 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetVolunteerRanksArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetVolunteerRanksArgs.md @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2602](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2602) +[src/types/generatedGraphQLTypes.ts:2640](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2640) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetlanguageArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetlanguageArgs.md index 5ad64af788e..8e7b8f703d8 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetlanguageArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryGetlanguageArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2608](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2608) +[src/types/generatedGraphQLTypes.ts:2646](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2646) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryHasSubmittedFeedbackArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryHasSubmittedFeedbackArgs.md index f62ab6646ce..74d351718df 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryHasSubmittedFeedbackArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryHasSubmittedFeedbackArgs.md @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2613](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2613) +[src/types/generatedGraphQLTypes.ts:2651](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2651) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryIsSampleOrganizationArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryIsSampleOrganizationArgs.md index 4e36a57d2b6..19e9fe7eaaf 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryIsSampleOrganizationArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryIsSampleOrganizationArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2619](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2619) +[src/types/generatedGraphQLTypes.ts:2657](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2657) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryJoinedOrganizationsArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryJoinedOrganizationsArgs.md index ddf0aba79e3..8bc5b7e5e95 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryJoinedOrganizationsArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryJoinedOrganizationsArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2624](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2624) +[src/types/generatedGraphQLTypes.ts:2662](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2662) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryOrganizationsArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryOrganizationsArgs.md index f294009788a..5093cad2824 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryOrganizationsArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryOrganizationsArgs.md @@ -32,4 +32,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2629](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2629) +[src/types/generatedGraphQLTypes.ts:2667](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2667) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryOrganizationsConnectionArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryOrganizationsConnectionArgs.md index bb22dd9baa7..b2807560f05 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryOrganizationsConnectionArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryOrganizationsConnectionArgs.md @@ -28,4 +28,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2638](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2638) +[src/types/generatedGraphQLTypes.ts:2676](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2676) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryOrganizationsMemberConnectionArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryOrganizationsMemberConnectionArgs.md index 203e7b20a46..fd3dd6d0a9a 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryOrganizationsMemberConnectionArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryOrganizationsMemberConnectionArgs.md @@ -32,4 +32,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2646](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2646) +[src/types/generatedGraphQLTypes.ts:2684](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2684) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryPluginArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryPluginArgs.md index 9914a3ee1f7..f01f892b2e7 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryPluginArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryPluginArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2655](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2655) +[src/types/generatedGraphQLTypes.ts:2693](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2693) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryPostArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryPostArgs.md index 9217b1d2ab2..67caf9549c5 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryPostArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryPostArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2660](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2660) +[src/types/generatedGraphQLTypes.ts:2698](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2698) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryRegisteredEventsByUserArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryRegisteredEventsByUserArgs.md index 8557068741d..a26b5428cec 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryRegisteredEventsByUserArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryRegisteredEventsByUserArgs.md @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2665](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2665) +[src/types/generatedGraphQLTypes.ts:2703](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2703) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryRegistrantsByEventArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryRegistrantsByEventArgs.md index bfc2ff3f99b..ad671b25e6a 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryRegistrantsByEventArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryRegistrantsByEventArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2671](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2671) +[src/types/generatedGraphQLTypes.ts:2709](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2709) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryResolvers.md index a3c35660175..8a66677528d 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryResolvers.md @@ -160,6 +160,10 @@ \> `optional` **getFundraisingCampaigns**: [`Resolver`](Resolver.md)\<[`Maybe`](Maybe.md)\<[`ResolversTypes`](ResolversTypes.md)\[`"FundraisingCampaign"`\]\>[], `ParentType`, `ContextType`, `Partial`\<[`QueryGetFundraisingCampaignsArgs`](QueryGetFundraisingCampaignsArgs.md)\>\> +### getGroupChatsByUserId? + +\> `optional` **getGroupChatsByUserId**: [`Resolver`](Resolver.md)\<[`Maybe`](Maybe.md)\<[`Maybe`](Maybe.md)\<[`ResolversTypes`](ResolversTypes.md)\[`"Chat"`\]\>[]\>, `ParentType`, `ContextType`\> + ### getlanguage? \> `optional` **getlanguage**: [`Resolver`](Resolver.md)\<[`Maybe`](Maybe.md)\<[`Maybe`](Maybe.md)\<[`ResolversTypes`](ResolversTypes.md)\[`"Translation"`\]\>[]\>, `ParentType`, `ContextType`, [`RequireFields`](RequireFields.md)\<[`QueryGetlanguageArgs`](QueryGetlanguageArgs.md), `"lang_code"`\>\> @@ -180,6 +184,10 @@ \> `optional` **getRecurringEvents**: [`Resolver`](Resolver.md)\<[`Maybe`](Maybe.md)\<[`Maybe`](Maybe.md)\<[`ResolversTypes`](ResolversTypes.md)\[`"Event"`\]\>[]\>, `ParentType`, `ContextType`, [`RequireFields`](RequireFields.md)\<[`QueryGetRecurringEventsArgs`](QueryGetRecurringEventsArgs.md), `"baseRecurringEventId"`\>\> +### getUnreadChatsByUserId? + +\> `optional` **getUnreadChatsByUserId**: [`Resolver`](Resolver.md)\<[`Maybe`](Maybe.md)\<[`Maybe`](Maybe.md)\<[`ResolversTypes`](ResolversTypes.md)\[`"Chat"`\]\>[]\>, `ParentType`, `ContextType`\> + ### getUserTag? \> `optional` **getUserTag**: [`Resolver`](Resolver.md)\<[`Maybe`](Maybe.md)\<[`ResolversTypes`](ResolversTypes.md)\[`"UserTag"`\]\>, `ParentType`, `ContextType`, [`RequireFields`](RequireFields.md)\<[`QueryGetUserTagArgs`](QueryGetUserTagArgs.md), `"id"`\>\> @@ -266,4 +274,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4764](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4764) +[src/types/generatedGraphQLTypes.ts:4834](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4834) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryUserArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryUserArgs.md index e22cd3c6317..7a0142bbd3f 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryUserArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryUserArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2676](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2676) +[src/types/generatedGraphQLTypes.ts:2714](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2714) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryUserLanguageArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryUserLanguageArgs.md index 248f8a764f0..fec541644b4 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryUserLanguageArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryUserLanguageArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2681](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2681) +[src/types/generatedGraphQLTypes.ts:2719](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2719) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryUsersArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryUsersArgs.md index 89da279f050..8512550bac5 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryUsersArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryUsersArgs.md @@ -28,4 +28,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2686](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2686) +[src/types/generatedGraphQLTypes.ts:2724](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2724) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryUsersConnectionArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryUsersConnectionArgs.md index 87f9330e940..7e1246e4889 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryUsersConnectionArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryUsersConnectionArgs.md @@ -28,4 +28,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2694](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2694) +[src/types/generatedGraphQLTypes.ts:2732](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2732) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryVenueArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryVenueArgs.md index 1426000cf41..91926bfcc6c 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryVenueArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/QueryVenueArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2702](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2702) +[src/types/generatedGraphQLTypes.ts:2740](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2740) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/RecaptchaVerification.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/RecaptchaVerification.md index 0eca5560ec1..4f70836cecd 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/RecaptchaVerification.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/RecaptchaVerification.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2706](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2706) +[src/types/generatedGraphQLTypes.ts:2744](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2744) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/RecurrenceRule.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/RecurrenceRule.md index ad292503452..adc6cf2ffcb 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/RecurrenceRule.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/RecurrenceRule.md @@ -60,4 +60,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2710](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2710) +[src/types/generatedGraphQLTypes.ts:2748](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2748) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/RecurrenceRuleInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/RecurrenceRuleInput.md index 5bc0675bc43..e168e848236 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/RecurrenceRuleInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/RecurrenceRuleInput.md @@ -40,4 +40,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2725](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2725) +[src/types/generatedGraphQLTypes.ts:2763](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2763) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/RecurrenceRuleResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/RecurrenceRuleResolvers.md index 28fcfcc3153..446545fc9a2 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/RecurrenceRuleResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/RecurrenceRuleResolvers.md @@ -66,4 +66,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4829](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4829) +[src/types/generatedGraphQLTypes.ts:4901](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4901) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/RecurringEventMutationType.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/RecurringEventMutationType.md index 3a64d2353a0..98e3e3c5383 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/RecurringEventMutationType.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/RecurringEventMutationType.md @@ -10,4 +10,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2735](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2735) +[src/types/generatedGraphQLTypes.ts:2773](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2773) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/RequireFields.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/RequireFields.md index 2434465e415..1da4670be8f 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/RequireFields.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/RequireFields.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L46) +[src/types/generatedGraphQLTypes.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L46) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Resolver.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Resolver.md index f6dcac87c4e..bb4b4f3d8e7 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Resolver.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Resolver.md @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:3367](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L3367) +[src/types/generatedGraphQLTypes.ts:3423](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L3423) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ResolverFn.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ResolverFn.md index 0b6b4df70df..7482e894413 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ResolverFn.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ResolverFn.md @@ -42,4 +42,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:3369](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L3369) +[src/types/generatedGraphQLTypes.ts:3425](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L3425) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ResolverTypeWrapper.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ResolverTypeWrapper.md index 836bdd4c87d..107d381e651 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ResolverTypeWrapper.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ResolverTypeWrapper.md @@ -14,4 +14,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:3365](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L3365) +[src/types/generatedGraphQLTypes.ts:3421](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L3421) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Resolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Resolvers.md index b254983ece4..5f49b48aaf3 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Resolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Resolvers.md @@ -464,4 +464,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:5046](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L5046) +[src/types/generatedGraphQLTypes.ts:5118](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L5118) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ResolversInterfaceTypes.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ResolversInterfaceTypes.md index b2cd6d5737e..a3961d2f5fb 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ResolversInterfaceTypes.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ResolversInterfaceTypes.md @@ -30,4 +30,4 @@ Mapping of interface types ## Defined in -[src/types/generatedGraphQLTypes.ts:3435](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L3435) +[src/types/generatedGraphQLTypes.ts:3491](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L3491) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ResolversParentTypes.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ResolversParentTypes.md index 1999a956229..dd4bd6979d5 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ResolversParentTypes.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ResolversParentTypes.md @@ -126,6 +126,10 @@ Mapping between all available schema types and the resolvers parents \> **ChatMessage**: [`InterfaceChatMessage`](../../../models/ChatMessage/interfaces/InterfaceChatMessage.md) +### ChatWhereInput + +\> **ChatWhereInput**: [`ChatWhereInput`](ChatWhereInput.md) + ### CheckIn \> **CheckIn**: [`InterfaceCheckIn`](../../../models/CheckIn/interfaces/InterfaceCheckIn.md) @@ -242,6 +246,10 @@ Mapping between all available schema types and the resolvers parents \> **userErrors**: [`ResolversParentTypes`](ResolversParentTypes.md)\[`"CreateCommentError"`\][] +### createGroupChatInput + +\> **createGroupChatInput**: [`CreateGroupChatInput`](CreateGroupChatInput.md) + ### CreateMemberError \> **CreateMemberError**: [`ResolversUnionTypes`](ResolversUnionTypes.md)\<[`ResolversParentTypes`](ResolversParentTypes.md)\>\[`"CreateMemberError"`\] @@ -722,6 +730,14 @@ Mapping between all available schema types and the resolvers parents \> **UpdateAgendaSectionInput**: [`UpdateAgendaSectionInput`](UpdateAgendaSectionInput.md) +### UpdateChatInput + +\> **UpdateChatInput**: [`UpdateChatInput`](UpdateChatInput.md) + +### UpdateChatMessageInput + +\> **UpdateChatMessageInput**: [`UpdateChatMessageInput`](UpdateChatMessageInput.md) + ### UpdateCommunityInput \> **UpdateCommunityInput**: [`UpdateCommunityInput`](UpdateCommunityInput.md) @@ -958,4 +974,4 @@ Mapping between all available schema types and the resolvers parents ## Defined in -[src/types/generatedGraphQLTypes.ts:3675](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L3675) +[src/types/generatedGraphQLTypes.ts:3735](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L3735) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ResolversTypes.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ResolversTypes.md index 2c5a04bda8e..0cf47e8cc97 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ResolversTypes.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ResolversTypes.md @@ -116,6 +116,10 @@ Mapping between all available schema types and the resolvers types \> **ChatMessage**: [`ResolverTypeWrapper`](ResolverTypeWrapper.md)\<[`InterfaceChatMessage`](../../../models/ChatMessage/interfaces/InterfaceChatMessage.md)\> +### ChatWhereInput + +\> **ChatWhereInput**: [`ChatWhereInput`](ChatWhereInput.md) + ### CheckIn \> **CheckIn**: [`ResolverTypeWrapper`](ResolverTypeWrapper.md)\<[`InterfaceCheckIn`](../../../models/CheckIn/interfaces/InterfaceCheckIn.md)\> @@ -196,6 +200,10 @@ Mapping between all available schema types and the resolvers types \> **CreateCommentPayload**: [`ResolverTypeWrapper`](ResolverTypeWrapper.md)\<[`Omit`](Omit.md)\<[`CreateCommentPayload`](CreateCommentPayload.md), `"comment"` \| `"userErrors"`\> & `object`\> +### createGroupChatInput + +\> **createGroupChatInput**: [`CreateGroupChatInput`](CreateGroupChatInput.md) + ### CreateMemberError \> **CreateMemberError**: [`ResolverTypeWrapper`](ResolverTypeWrapper.md)\<[`ResolversUnionTypes`](ResolversUnionTypes.md)\<[`ResolversTypes`](ResolversTypes.md)\>\[`"CreateMemberError"`\]\> @@ -720,6 +728,14 @@ Mapping between all available schema types and the resolvers types \> **UpdateAgendaSectionInput**: [`UpdateAgendaSectionInput`](UpdateAgendaSectionInput.md) +### UpdateChatInput + +\> **UpdateChatInput**: [`UpdateChatInput`](UpdateChatInput.md) + +### UpdateChatMessageInput + +\> **UpdateChatMessageInput**: [`UpdateChatMessageInput`](UpdateChatMessageInput.md) + ### UpdateCommunityInput \> **UpdateCommunityInput**: [`UpdateCommunityInput`](UpdateCommunityInput.md) @@ -930,4 +946,4 @@ Mapping between all available schema types and the resolvers types ## Defined in -[src/types/generatedGraphQLTypes.ts:3442](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L3442) +[src/types/generatedGraphQLTypes.ts:3498](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L3498) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ResolversUnionTypes.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ResolversUnionTypes.md index 72f14b16306..c18a5fcf3fa 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ResolversUnionTypes.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ResolversUnionTypes.md @@ -34,4 +34,4 @@ Mapping of union types ## Defined in -[src/types/generatedGraphQLTypes.ts:3427](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L3427) +[src/types/generatedGraphQLTypes.ts:3483](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L3483) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/RoleDirectiveArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/RoleDirectiveArgs.md index f298525f758..9ee5a5dfcd9 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/RoleDirectiveArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/RoleDirectiveArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:3882](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L3882) +[src/types/generatedGraphQLTypes.ts:3946](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L3946) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/RoleDirectiveResolver.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/RoleDirectiveResolver.md index d2703ddd295..874a05a32cd 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/RoleDirectiveResolver.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/RoleDirectiveResolver.md @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:3886](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L3886) +[src/types/generatedGraphQLTypes.ts:3950](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L3950) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Scalars.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Scalars.md index 18d59e8d8ed..d79c793b13f 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Scalars.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Scalars.md @@ -230,4 +230,4 @@ All built-in and custom scalars, mapped to their actual values ## Defined in -[src/types/generatedGraphQLTypes.ts:48](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L48) +[src/types/generatedGraphQLTypes.ts:48](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L48) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/SocialMediaUrls.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/SocialMediaUrls.md index bf4fa5e8326..010635da2a5 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/SocialMediaUrls.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/SocialMediaUrls.md @@ -48,4 +48,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2740](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2740) +[src/types/generatedGraphQLTypes.ts:2778](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2778) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/SocialMediaUrlsInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/SocialMediaUrlsInput.md index e640d812990..bf8ca7f34f5 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/SocialMediaUrlsInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/SocialMediaUrlsInput.md @@ -44,4 +44,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2752](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2752) +[src/types/generatedGraphQLTypes.ts:2790](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2790) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/SocialMediaUrlsResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/SocialMediaUrlsResolvers.md index d950e0194cd..c477de1f5a2 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/SocialMediaUrlsResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/SocialMediaUrlsResolvers.md @@ -54,4 +54,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4844](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4844) +[src/types/generatedGraphQLTypes.ts:4916](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4916) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/SortedByOrder.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/SortedByOrder.md index 4df9e39a189..29dfcb933a9 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/SortedByOrder.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/SortedByOrder.md @@ -13,4 +13,4 @@ applied for a connection or other list type data structures. ## Defined in -[src/types/generatedGraphQLTypes.ts:2767](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2767) +[src/types/generatedGraphQLTypes.ts:2805](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2805) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Status.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Status.md index 52503279a05..0f31b9efe1b 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Status.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Status.md @@ -10,4 +10,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2779](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2779) +[src/types/generatedGraphQLTypes.ts:2817](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2817) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Subscription.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Subscription.md index 72c508b24be..9b0d1a72900 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Subscription.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Subscription.md @@ -24,4 +24,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2784](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2784) +[src/types/generatedGraphQLTypes.ts:2822](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2822) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/SubscriptionMessageSentToChatArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/SubscriptionMessageSentToChatArgs.md index 473ead45cd6..15c6b79ed1a 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/SubscriptionMessageSentToChatArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/SubscriptionMessageSentToChatArgs.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2791](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2791) +[src/types/generatedGraphQLTypes.ts:2829](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2829) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/SubscriptionObject.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/SubscriptionObject.md index 1ea156c3904..b39f63f3ee2 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/SubscriptionObject.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/SubscriptionObject.md @@ -22,4 +22,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:3400](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L3400) +[src/types/generatedGraphQLTypes.ts:3456](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L3456) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/SubscriptionResolveFn.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/SubscriptionResolveFn.md index aa0954d4806..cdf13622868 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/SubscriptionResolveFn.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/SubscriptionResolveFn.md @@ -42,4 +42,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:3383](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L3383) +[src/types/generatedGraphQLTypes.ts:3439](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L3439) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/SubscriptionResolver.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/SubscriptionResolver.md index baa07e834ff..ddbb7bfb2d1 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/SubscriptionResolver.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/SubscriptionResolver.md @@ -22,4 +22,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:3404](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L3404) +[src/types/generatedGraphQLTypes.ts:3460](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L3460) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/SubscriptionResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/SubscriptionResolvers.md index c5b708c8cfd..44bf4c06e2d 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/SubscriptionResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/SubscriptionResolvers.md @@ -26,4 +26,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4856](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4856) +[src/types/generatedGraphQLTypes.ts:4928](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4928) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/SubscriptionSubscribeFn.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/SubscriptionSubscribeFn.md index 42fef18a9f8..0bf27caedfa 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/SubscriptionSubscribeFn.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/SubscriptionSubscribeFn.md @@ -42,4 +42,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:3376](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L3376) +[src/types/generatedGraphQLTypes.ts:3432](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L3432) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/TagActionsInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/TagActionsInput.md index 049b2779e58..71a04d45057 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/TagActionsInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/TagActionsInput.md @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2795](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2795) +[src/types/generatedGraphQLTypes.ts:2833](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2833) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ToggleUserTagAssignInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ToggleUserTagAssignInput.md index a25a7efa6d8..8347dd1ab1a 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ToggleUserTagAssignInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/ToggleUserTagAssignInput.md @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2800](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2800) +[src/types/generatedGraphQLTypes.ts:2838](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2838) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Translation.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Translation.md index e2b7f8a1e4e..dda0a0d6fe6 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Translation.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Translation.md @@ -32,4 +32,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2805](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2805) +[src/types/generatedGraphQLTypes.ts:2843](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2843) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/TranslationResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/TranslationResolvers.md index aed6b23103d..aab39b362ab 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/TranslationResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/TranslationResolvers.md @@ -38,4 +38,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4865](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4865) +[src/types/generatedGraphQLTypes.ts:4937](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4937) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Type.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Type.md index 57a0cdbd807..48816f93892 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Type.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Type.md @@ -10,4 +10,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2813](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2813) +[src/types/generatedGraphQLTypes.ts:2851](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2851) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/TypeResolveFn.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/TypeResolveFn.md index 089757fa2aa..981e516a2fe 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/TypeResolveFn.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/TypeResolveFn.md @@ -36,4 +36,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:3408](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L3408) +[src/types/generatedGraphQLTypes.ts:3464](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L3464) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UnauthenticatedError.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UnauthenticatedError.md index 346e3a151eb..a105120e8d1 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UnauthenticatedError.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UnauthenticatedError.md @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2817](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2817) +[src/types/generatedGraphQLTypes.ts:2855](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2855) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UnauthenticatedErrorResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UnauthenticatedErrorResolvers.md index 4e32880efa7..3a41547bc08 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UnauthenticatedErrorResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UnauthenticatedErrorResolvers.md @@ -26,4 +26,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4877](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4877) +[src/types/generatedGraphQLTypes.ts:4949](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4949) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UnauthorizedError.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UnauthorizedError.md index f9355ff809c..647eb0a9cf0 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UnauthorizedError.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UnauthorizedError.md @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2822](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2822) +[src/types/generatedGraphQLTypes.ts:2860](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2860) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UnauthorizedErrorResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UnauthorizedErrorResolvers.md index fac598aaf7e..5faadc23708 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UnauthorizedErrorResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UnauthorizedErrorResolvers.md @@ -26,4 +26,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4882](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4882) +[src/types/generatedGraphQLTypes.ts:4954](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4954) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateActionItemCategoryInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateActionItemCategoryInput.md index a441d582b4c..caa71fc2044 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateActionItemCategoryInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateActionItemCategoryInput.md @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2827](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2827) +[src/types/generatedGraphQLTypes.ts:2865](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2865) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateActionItemInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateActionItemInput.md index bcde383a0f1..20947ba7157 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateActionItemInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateActionItemInput.md @@ -44,4 +44,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2832](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2832) +[src/types/generatedGraphQLTypes.ts:2870](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2870) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateAdvertisementInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateAdvertisementInput.md index a25f3f6b061..e40fab77e58 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateAdvertisementInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateAdvertisementInput.md @@ -36,4 +36,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2843](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2843) +[src/types/generatedGraphQLTypes.ts:2881](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2881) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateAdvertisementPayload.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateAdvertisementPayload.md index 59ace8cd4a8..4470ccf3ada 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateAdvertisementPayload.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateAdvertisementPayload.md @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2852](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2852) +[src/types/generatedGraphQLTypes.ts:2890](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2890) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateAdvertisementPayloadResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateAdvertisementPayloadResolvers.md index f522c426ef8..41fd1597e69 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateAdvertisementPayloadResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateAdvertisementPayloadResolvers.md @@ -26,4 +26,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4887](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4887) +[src/types/generatedGraphQLTypes.ts:4959](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4959) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateAgendaCategoryInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateAgendaCategoryInput.md index 1ecba28144b..5a4e724ead1 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateAgendaCategoryInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateAgendaCategoryInput.md @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2857](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2857) +[src/types/generatedGraphQLTypes.ts:2895](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2895) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateAgendaItemInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateAgendaItemInput.md index 4bc5b13b666..53764c7e776 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateAgendaItemInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateAgendaItemInput.md @@ -48,4 +48,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2862](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2862) +[src/types/generatedGraphQLTypes.ts:2900](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2900) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateAgendaSectionInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateAgendaSectionInput.md index e29eff28d27..a79d827d164 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateAgendaSectionInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateAgendaSectionInput.md @@ -24,4 +24,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2874](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2874) +[src/types/generatedGraphQLTypes.ts:2912](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2912) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateChatInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateChatInput.md new file mode 100644 index 00000000000..8df9b9ad95f --- /dev/null +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateChatInput.md @@ -0,0 +1,27 @@ +[**talawa-api**](../../../README.md) + +*** + +[talawa-api](../../../modules.md) / [types/generatedGraphQLTypes](../README.md) / UpdateChatInput + +# Type Alias: UpdateChatInput + +\> **UpdateChatInput**: `object` + +## Type declaration + +### \_id + +\> **\_id**: [`Scalars`](Scalars.md)\[`"ID"`\]\[`"input"`\] + +### image? + +\> `optional` **image**: [`InputMaybe`](InputMaybe.md)\<[`Scalars`](Scalars.md)\[`"String"`\]\[`"input"`\]\> + +### name? + +\> `optional` **name**: [`InputMaybe`](InputMaybe.md)\<[`Scalars`](Scalars.md)\[`"String"`\]\[`"input"`\]\> + +## Defined in + +[src/types/generatedGraphQLTypes.ts:2918](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2918) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateChatMessageInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateChatMessageInput.md new file mode 100644 index 00000000000..4c18f4ac19e --- /dev/null +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateChatMessageInput.md @@ -0,0 +1,27 @@ +[**talawa-api**](../../../README.md) + +*** + +[talawa-api](../../../modules.md) / [types/generatedGraphQLTypes](../README.md) / UpdateChatMessageInput + +# Type Alias: UpdateChatMessageInput + +\> **UpdateChatMessageInput**: `object` + +## Type declaration + +### chatId + +\> **chatId**: [`Scalars`](Scalars.md)\[`"ID"`\]\[`"input"`\] + +### messageContent + +\> **messageContent**: [`Scalars`](Scalars.md)\[`"String"`\]\[`"input"`\] + +### messageId + +\> **messageId**: [`Scalars`](Scalars.md)\[`"ID"`\]\[`"input"`\] + +## Defined in + +[src/types/generatedGraphQLTypes.ts:2924](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2924) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateCommunityInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateCommunityInput.md index 92401d58be1..ec5b43d78c7 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateCommunityInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateCommunityInput.md @@ -28,4 +28,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2880](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2880) +[src/types/generatedGraphQLTypes.ts:2930](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2930) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateEventInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateEventInput.md index bb4169bb283..925bfdd4701 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateEventInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateEventInput.md @@ -72,4 +72,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2887](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2887) +[src/types/generatedGraphQLTypes.ts:2937](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2937) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateEventVolunteerGroupInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateEventVolunteerGroupInput.md index 9c2f12d615c..6e9d811fe4d 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateEventVolunteerGroupInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateEventVolunteerGroupInput.md @@ -28,4 +28,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2905](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2905) +[src/types/generatedGraphQLTypes.ts:2955](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2955) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateEventVolunteerInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateEventVolunteerInput.md index b55c53281eb..143b75cf6a6 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateEventVolunteerInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateEventVolunteerInput.md @@ -24,4 +24,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2912](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2912) +[src/types/generatedGraphQLTypes.ts:2962](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2962) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateFundCampaignInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateFundCampaignInput.md index 3fdf7943942..fa9f350ce07 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateFundCampaignInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateFundCampaignInput.md @@ -32,4 +32,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2918](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2918) +[src/types/generatedGraphQLTypes.ts:2968](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2968) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateFundCampaignPledgeInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateFundCampaignPledgeInput.md index 97fa4252d3a..9f57cfe6f26 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateFundCampaignPledgeInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateFundCampaignPledgeInput.md @@ -32,4 +32,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2926](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2926) +[src/types/generatedGraphQLTypes.ts:2976](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2976) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateFundInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateFundInput.md index 659b3663151..192848d28bb 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateFundInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateFundInput.md @@ -32,4 +32,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2934](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2934) +[src/types/generatedGraphQLTypes.ts:2984](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2984) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateNoteInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateNoteInput.md index c52131a242c..275dc7835e0 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateNoteInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateNoteInput.md @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2942](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2942) +[src/types/generatedGraphQLTypes.ts:2992](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2992) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateOrganizationInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateOrganizationInput.md index d50dcef1e75..d25fb36a51f 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateOrganizationInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateOrganizationInput.md @@ -32,4 +32,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2947](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2947) +[src/types/generatedGraphQLTypes.ts:2997](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L2997) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateUserInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateUserInput.md index 33b5d0291e3..034ab20d830 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateUserInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateUserInput.md @@ -56,4 +56,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2955](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2955) +[src/types/generatedGraphQLTypes.ts:3005](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L3005) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateUserPasswordInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateUserPasswordInput.md index c884dee5348..0a15b4c870e 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateUserPasswordInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateUserPasswordInput.md @@ -24,4 +24,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2969](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2969) +[src/types/generatedGraphQLTypes.ts:3019](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L3019) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateUserTagInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateUserTagInput.md index 564b74aa24a..7c1309ddffb 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateUserTagInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UpdateUserTagInput.md @@ -24,4 +24,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2975](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2975) +[src/types/generatedGraphQLTypes.ts:3025](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L3025) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/User.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/User.md index b87be0e5540..1f6620e3124 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/User.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/User.md @@ -120,4 +120,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:2981](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L2981) +[src/types/generatedGraphQLTypes.ts:3031](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L3031) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserAndOrganizationInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserAndOrganizationInput.md index 020a9e16bd6..e45e9fea5eb 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserAndOrganizationInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserAndOrganizationInput.md @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:3028](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L3028) +[src/types/generatedGraphQLTypes.ts:3078](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L3078) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserConnection.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserConnection.md index af0a44ae3eb..dba2017ac20 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserConnection.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserConnection.md @@ -28,4 +28,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:3033](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L3033) +[src/types/generatedGraphQLTypes.ts:3083](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L3083) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserConnectionResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserConnectionResolvers.md index a11a8165cd5..5d2bcad876e 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserConnectionResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserConnectionResolvers.md @@ -34,4 +34,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4926](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4926) +[src/types/generatedGraphQLTypes.ts:4998](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4998) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserCustomData.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserCustomData.md index 933102e71f5..1116ac2359c 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserCustomData.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserCustomData.md @@ -32,4 +32,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:3040](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L3040) +[src/types/generatedGraphQLTypes.ts:3090](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L3090) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserCustomDataResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserCustomDataResolvers.md index 22baa21efa5..6b1056b12e6 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserCustomDataResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserCustomDataResolvers.md @@ -38,4 +38,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4933](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4933) +[src/types/generatedGraphQLTypes.ts:5005](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L5005) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserData.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserData.md index 44b0aaf4cfb..586338b3964 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserData.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserData.md @@ -24,4 +24,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:3048](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L3048) +[src/types/generatedGraphQLTypes.ts:3098](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L3098) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserDataResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserDataResolvers.md index 919b203b3b7..dcdcf48e5b5 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserDataResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserDataResolvers.md @@ -30,4 +30,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4941](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4941) +[src/types/generatedGraphQLTypes.ts:5013](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L5013) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserFamily.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserFamily.md index 668bdc3be8f..d5ae11eac0c 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserFamily.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserFamily.md @@ -36,4 +36,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:3054](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L3054) +[src/types/generatedGraphQLTypes.ts:3104](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L3104) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserFamilyResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserFamilyResolvers.md index e3932e5e5f1..6ed7358a34e 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserFamilyResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserFamilyResolvers.md @@ -42,4 +42,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4947](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4947) +[src/types/generatedGraphQLTypes.ts:5019](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L5019) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserInput.md index 20443887ce5..9bd7c4d2bc3 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserInput.md @@ -36,4 +36,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:3063](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L3063) +[src/types/generatedGraphQLTypes.ts:3113](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L3113) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserNameWhereInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserNameWhereInput.md index 0aaa597b8c5..8f14d09ec4c 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserNameWhereInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserNameWhereInput.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:3072](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L3072) +[src/types/generatedGraphQLTypes.ts:3122](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L3122) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserNotAuthorizedAdminError.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserNotAuthorizedAdminError.md index 1e749e8563d..3b16897d6d1 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserNotAuthorizedAdminError.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserNotAuthorizedAdminError.md @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:3076](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L3076) +[src/types/generatedGraphQLTypes.ts:3126](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L3126) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserNotAuthorizedAdminErrorResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserNotAuthorizedAdminErrorResolvers.md index e686beb156e..03cf190f478 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserNotAuthorizedAdminErrorResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserNotAuthorizedAdminErrorResolvers.md @@ -26,4 +26,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4956](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4956) +[src/types/generatedGraphQLTypes.ts:5028](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L5028) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserNotAuthorizedError.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserNotAuthorizedError.md index 3217d332337..ff1dd527750 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserNotAuthorizedError.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserNotAuthorizedError.md @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:3081](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L3081) +[src/types/generatedGraphQLTypes.ts:3131](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L3131) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserNotAuthorizedErrorResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserNotAuthorizedErrorResolvers.md index 22072ac22e7..a857e3a2225 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserNotAuthorizedErrorResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserNotAuthorizedErrorResolvers.md @@ -26,4 +26,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4961](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4961) +[src/types/generatedGraphQLTypes.ts:5033](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L5033) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserNotFoundError.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserNotFoundError.md index 65f9a00806d..f5e1bc5bd83 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserNotFoundError.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserNotFoundError.md @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:3086](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L3086) +[src/types/generatedGraphQLTypes.ts:3136](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L3136) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserNotFoundErrorResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserNotFoundErrorResolvers.md index d2909d14479..9ce411b4a2a 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserNotFoundErrorResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserNotFoundErrorResolvers.md @@ -26,4 +26,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4966](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4966) +[src/types/generatedGraphQLTypes.ts:5038](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L5038) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserOrderByInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserOrderByInput.md index 89920d2ce3b..1a8c0f8fa07 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserOrderByInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserOrderByInput.md @@ -10,4 +10,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:3091](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L3091) +[src/types/generatedGraphQLTypes.ts:3141](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L3141) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserPhone.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserPhone.md index dc88851a86c..ba1d9238a66 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserPhone.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserPhone.md @@ -28,4 +28,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:3103](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L3103) +[src/types/generatedGraphQLTypes.ts:3153](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L3153) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserPhoneInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserPhoneInput.md index 609b9cb23b2..5362d429b4b 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserPhoneInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserPhoneInput.md @@ -24,4 +24,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:3110](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L3110) +[src/types/generatedGraphQLTypes.ts:3160](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L3160) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserPhoneResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserPhoneResolvers.md index 315cca9bf59..c93cb2f4bbf 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserPhoneResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserPhoneResolvers.md @@ -34,4 +34,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4971](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4971) +[src/types/generatedGraphQLTypes.ts:5043](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L5043) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserPostsArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserPostsArgs.md index c64d7061fbf..08c0dfbd66d 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserPostsArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserPostsArgs.md @@ -28,4 +28,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:3012](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L3012) +[src/types/generatedGraphQLTypes.ts:3062](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L3062) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserResolvers.md index 478b002c262..c6ba2ac4d8d 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserResolvers.md @@ -126,4 +126,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4896](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4896) +[src/types/generatedGraphQLTypes.ts:4968](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L4968) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserTag.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserTag.md index e14160a9dee..af70d671a03 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserTag.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserTag.md @@ -67,4 +67,4 @@ to, to see and select among them and assign this tag. ## Defined in -[src/types/generatedGraphQLTypes.ts:3116](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L3116) +[src/types/generatedGraphQLTypes.ts:3166](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L3166) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserTagChildTagsArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserTagChildTagsArgs.md index 4422940be16..b395799d799 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserTagChildTagsArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserTagChildTagsArgs.md @@ -36,4 +36,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:3146](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L3146) +[src/types/generatedGraphQLTypes.ts:3196](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L3196) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserTagNameWhereInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserTagNameWhereInput.md index 8074f7074bf..5db0b5a635c 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserTagNameWhereInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserTagNameWhereInput.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:3174](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L3174) +[src/types/generatedGraphQLTypes.ts:3224](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L3224) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserTagResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserTagResolvers.md index acceb9837e7..015790b920e 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserTagResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserTagResolvers.md @@ -54,4 +54,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4978](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4978) +[src/types/generatedGraphQLTypes.ts:5050](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L5050) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserTagSortedByInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserTagSortedByInput.md index 549256f5cba..94f8821169a 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserTagSortedByInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserTagSortedByInput.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:3178](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L3178) +[src/types/generatedGraphQLTypes.ts:3228](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L3228) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserTagUsersAssignedToArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserTagUsersAssignedToArgs.md index ea33b6f0f43..d9aa76ede81 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserTagUsersAssignedToArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserTagUsersAssignedToArgs.md @@ -36,4 +36,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:3156](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L3156) +[src/types/generatedGraphQLTypes.ts:3206](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L3206) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserTagUsersAssignedToSortedByInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserTagUsersAssignedToSortedByInput.md index e13a1c9368a..99c32378a71 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserTagUsersAssignedToSortedByInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserTagUsersAssignedToSortedByInput.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:3182](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L3182) +[src/types/generatedGraphQLTypes.ts:3232](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L3232) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserTagUsersAssignedToWhereInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserTagUsersAssignedToWhereInput.md index 4d59ba69216..ec98b2132d7 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserTagUsersAssignedToWhereInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserTagUsersAssignedToWhereInput.md @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:3186](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L3186) +[src/types/generatedGraphQLTypes.ts:3236](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L3236) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserTagUsersToAssignToArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserTagUsersToAssignToArgs.md index 39cb5f850ae..79849149609 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserTagUsersToAssignToArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserTagUsersToAssignToArgs.md @@ -32,4 +32,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:3166](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L3166) +[src/types/generatedGraphQLTypes.ts:3216](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L3216) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserTagUsersToAssignToWhereInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserTagUsersToAssignToWhereInput.md index c08b4ad36a5..c6512ec9d0c 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserTagUsersToAssignToWhereInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserTagUsersToAssignToWhereInput.md @@ -20,4 +20,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:3191](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L3191) +[src/types/generatedGraphQLTypes.ts:3241](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L3241) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserTagWhereInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserTagWhereInput.md index 280d0d53114..f03bf15c2c9 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserTagWhereInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserTagWhereInput.md @@ -16,4 +16,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:3196](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L3196) +[src/types/generatedGraphQLTypes.ts:3246](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L3246) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserTagsAssignedWithArgs.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserTagsAssignedWithArgs.md index 9f5786ab602..5807a0d3bd3 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserTagsAssignedWithArgs.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserTagsAssignedWithArgs.md @@ -32,4 +32,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:3020](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L3020) +[src/types/generatedGraphQLTypes.ts:3070](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L3070) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserTagsConnection.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserTagsConnection.md index 0825c08710c..482b420c7f6 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserTagsConnection.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserTagsConnection.md @@ -30,4 +30,4 @@ A default connection on the UserTag type. ## Defined in -[src/types/generatedGraphQLTypes.ts:3201](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L3201) +[src/types/generatedGraphQLTypes.ts:3251](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L3251) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserTagsConnectionEdge.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserTagsConnectionEdge.md index 208802d8927..90ee46df23d 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserTagsConnectionEdge.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserTagsConnectionEdge.md @@ -26,4 +26,4 @@ A default connection edge on the UserTag type for UserTagsConnection. ## Defined in -[src/types/generatedGraphQLTypes.ts:3209](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L3209) +[src/types/generatedGraphQLTypes.ts:3259](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L3259) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserTagsConnectionEdgeResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserTagsConnectionEdgeResolvers.md index 618ecd60e41..60578d043aa 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserTagsConnectionEdgeResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserTagsConnectionEdgeResolvers.md @@ -30,4 +30,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4997](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4997) +[src/types/generatedGraphQLTypes.ts:5069](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L5069) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserTagsConnectionResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserTagsConnectionResolvers.md index af8713e90a6..d68b3f72643 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserTagsConnectionResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserTagsConnectionResolvers.md @@ -34,4 +34,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:4990](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L4990) +[src/types/generatedGraphQLTypes.ts:5062](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L5062) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserType.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserType.md index c692733128a..952fbce90ac 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserType.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserType.md @@ -10,4 +10,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:3215](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L3215) +[src/types/generatedGraphQLTypes.ts:3265](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L3265) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserWhereInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserWhereInput.md index f1a53663299..1f91c7b3430 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserWhereInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UserWhereInput.md @@ -112,4 +112,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:3221](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L3221) +[src/types/generatedGraphQLTypes.ts:3271](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L3271) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UsersConnection.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UsersConnection.md index edf0af6653b..9a1752e514b 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UsersConnection.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UsersConnection.md @@ -30,4 +30,4 @@ A default connection on the User type. ## Defined in -[src/types/generatedGraphQLTypes.ts:3250](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L3250) +[src/types/generatedGraphQLTypes.ts:3300](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L3300) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UsersConnectionEdge.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UsersConnectionEdge.md index 9e6804d3ee7..e9e96c66203 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UsersConnectionEdge.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UsersConnectionEdge.md @@ -26,4 +26,4 @@ A default connection edge on the User type for UsersConnection. ## Defined in -[src/types/generatedGraphQLTypes.ts:3258](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L3258) +[src/types/generatedGraphQLTypes.ts:3308](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L3308) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UsersConnectionEdgeResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UsersConnectionEdgeResolvers.md index 0e44448f340..409b05f2ea7 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UsersConnectionEdgeResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UsersConnectionEdgeResolvers.md @@ -30,4 +30,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:5010](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L5010) +[src/types/generatedGraphQLTypes.ts:5082](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L5082) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UsersConnectionResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UsersConnectionResolvers.md index 44a09eb4f3e..41ad1404dfe 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UsersConnectionResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/UsersConnectionResolvers.md @@ -34,4 +34,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:5003](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L5003) +[src/types/generatedGraphQLTypes.ts:5075](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L5075) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Venue.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Venue.md index 9dc342cae24..b882d9c9d6a 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Venue.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/Venue.md @@ -40,4 +40,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:3264](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L3264) +[src/types/generatedGraphQLTypes.ts:3314](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L3314) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/VenueInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/VenueInput.md index 581025510ce..eb52492a5d0 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/VenueInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/VenueInput.md @@ -32,4 +32,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:3274](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L3274) +[src/types/generatedGraphQLTypes.ts:3324](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L3324) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/VenueOrderByInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/VenueOrderByInput.md index bf808174458..3cc3b90e4e1 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/VenueOrderByInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/VenueOrderByInput.md @@ -10,4 +10,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:3282](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L3282) +[src/types/generatedGraphQLTypes.ts:3332](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L3332) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/VenueResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/VenueResolvers.md index d1e15b87cd8..4ed4e93280e 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/VenueResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/VenueResolvers.md @@ -46,4 +46,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:5016](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L5016) +[src/types/generatedGraphQLTypes.ts:5088](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L5088) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/VenueWhereInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/VenueWhereInput.md index 5228aac51e6..b5be152fe8b 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/VenueWhereInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/VenueWhereInput.md @@ -28,4 +28,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:3286](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L3286) +[src/types/generatedGraphQLTypes.ts:3336](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L3336) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/VolunteerMembership.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/VolunteerMembership.md index 3069078b875..1f4513712b2 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/VolunteerMembership.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/VolunteerMembership.md @@ -52,4 +52,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:3293](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L3293) +[src/types/generatedGraphQLTypes.ts:3343](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L3343) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/VolunteerMembershipInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/VolunteerMembershipInput.md index 031b9d54f60..81e2ef0a960 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/VolunteerMembershipInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/VolunteerMembershipInput.md @@ -28,4 +28,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:3306](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L3306) +[src/types/generatedGraphQLTypes.ts:3356](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L3356) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/VolunteerMembershipOrderByInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/VolunteerMembershipOrderByInput.md index 917830552ee..0364a847649 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/VolunteerMembershipOrderByInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/VolunteerMembershipOrderByInput.md @@ -10,4 +10,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:3313](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L3313) +[src/types/generatedGraphQLTypes.ts:3363](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L3363) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/VolunteerMembershipResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/VolunteerMembershipResolvers.md index 8ae704a64c5..1786027df7f 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/VolunteerMembershipResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/VolunteerMembershipResolvers.md @@ -58,4 +58,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:5026](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L5026) +[src/types/generatedGraphQLTypes.ts:5098](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L5098) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/VolunteerMembershipWhereInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/VolunteerMembershipWhereInput.md index f477820ce21..9391185ac48 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/VolunteerMembershipWhereInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/VolunteerMembershipWhereInput.md @@ -40,4 +40,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:3317](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L3317) +[src/types/generatedGraphQLTypes.ts:3367](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L3367) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/VolunteerRank.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/VolunteerRank.md index e80bbdb787e..7f21b5481c3 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/VolunteerRank.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/VolunteerRank.md @@ -28,4 +28,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:3327](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L3327) +[src/types/generatedGraphQLTypes.ts:3377](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L3377) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/VolunteerRankResolvers.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/VolunteerRankResolvers.md index c31d10413cb..1b4210af3b5 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/VolunteerRankResolvers.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/VolunteerRankResolvers.md @@ -34,4 +34,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:5039](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L5039) +[src/types/generatedGraphQLTypes.ts:5111](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L5111) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/VolunteerRankWhereInput.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/VolunteerRankWhereInput.md index a1dcad32482..f09facf3cc8 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/VolunteerRankWhereInput.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/VolunteerRankWhereInput.md @@ -28,4 +28,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:3334](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L3334) +[src/types/generatedGraphQLTypes.ts:3384](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L3384) diff --git a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/WeekDays.md b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/WeekDays.md index 19b05d304bd..d418d9c8576 100644 --- a/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/WeekDays.md +++ b/docs/talawa-api-docs/types/generatedGraphQLTypes/type-aliases/WeekDays.md @@ -10,4 +10,4 @@ ## Defined in -[src/types/generatedGraphQLTypes.ts:3341](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/types/generatedGraphQLTypes.ts#L3341) +[src/types/generatedGraphQLTypes.ts:3391](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/types/generatedGraphQLTypes.ts#L3391) diff --git a/docs/talawa-api-docs/utilities/PII/decryption/functions/decrypt.md b/docs/talawa-api-docs/utilities/PII/decryption/functions/decrypt.md index ff7ff597754..b000506a2e3 100644 --- a/docs/talawa-api-docs/utilities/PII/decryption/functions/decrypt.md +++ b/docs/talawa-api-docs/utilities/PII/decryption/functions/decrypt.md @@ -38,4 +38,4 @@ The decrypted plaintext string. ## Defined in -[src/utilities/PII/decryption.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/PII/decryption.ts#L11) +[src/utilities/PII/decryption.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/PII/decryption.ts#L11) diff --git a/docs/talawa-api-docs/utilities/PII/encryption/functions/encrypt.md b/docs/talawa-api-docs/utilities/PII/encryption/functions/encrypt.md index 84e3eceacd9..7b84d973bc5 100644 --- a/docs/talawa-api-docs/utilities/PII/encryption/functions/encrypt.md +++ b/docs/talawa-api-docs/utilities/PII/encryption/functions/encrypt.md @@ -38,4 +38,4 @@ The encrypted ciphertext as a hexadecimal string. ## Defined in -[src/utilities/PII/encryption.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/PII/encryption.ts#L10) +[src/utilities/PII/encryption.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/PII/encryption.ts#L10) diff --git a/docs/talawa-api-docs/utilities/PII/isAuthorised/functions/isAuthorised.md b/docs/talawa-api-docs/utilities/PII/isAuthorised/functions/isAuthorised.md index a3b153c21c0..4a7cf991373 100644 --- a/docs/talawa-api-docs/utilities/PII/isAuthorised/functions/isAuthorised.md +++ b/docs/talawa-api-docs/utilities/PII/isAuthorised/functions/isAuthorised.md @@ -32,4 +32,4 @@ The user whose data is being requested or modified. ## Defined in -[src/utilities/PII/isAuthorised.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/PII/isAuthorised.ts#L9) +[src/utilities/PII/isAuthorised.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/PII/isAuthorised.ts#L9) diff --git a/docs/talawa-api-docs/utilities/TalawaGraphQLError/classes/TalawaGraphQLError.md b/docs/talawa-api-docs/utilities/TalawaGraphQLError/classes/TalawaGraphQLError.md index a2f11873882..bb2e7101986 100644 --- a/docs/talawa-api-docs/utilities/TalawaGraphQLError/classes/TalawaGraphQLError.md +++ b/docs/talawa-api-docs/utilities/TalawaGraphQLError/classes/TalawaGraphQLError.md @@ -67,7 +67,7 @@ export const bestFriend = async (parent) =\> \{ #### Defined in -[src/utilities/TalawaGraphQLError.ts:189](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/TalawaGraphQLError.ts#L189) +[src/utilities/TalawaGraphQLError.ts:189](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/TalawaGraphQLError.ts#L189) ## Properties @@ -83,7 +83,7 @@ Extension fields to add to the formatted error. #### Defined in -node\_modules/graphql/error/GraphQLError.d.ts:77 +node\_modules/graphql/error/GraphQLError.d.ts:89 *** @@ -106,7 +106,7 @@ Enumerable, and appears in the result of JSON.stringify(). #### Defined in -node\_modules/graphql/error/GraphQLError.d.ts:46 +node\_modules/graphql/error/GraphQLError.d.ts:58 *** @@ -150,7 +150,7 @@ An array of GraphQL AST Nodes corresponding to this error. #### Defined in -node\_modules/graphql/error/GraphQLError.d.ts:57 +node\_modules/graphql/error/GraphQLError.d.ts:69 *** @@ -166,7 +166,7 @@ The original error thrown from a field resolver during execution. #### Defined in -node\_modules/graphql/error/GraphQLError.d.ts:73 +node\_modules/graphql/error/GraphQLError.d.ts:85 *** @@ -185,7 +185,7 @@ Enumerable, and appears in the result of JSON.stringify(). #### Defined in -node\_modules/graphql/error/GraphQLError.d.ts:53 +node\_modules/graphql/error/GraphQLError.d.ts:65 *** @@ -202,7 +202,7 @@ which correspond to this error. #### Defined in -node\_modules/graphql/error/GraphQLError.d.ts:69 +node\_modules/graphql/error/GraphQLError.d.ts:81 *** @@ -221,7 +221,7 @@ represent nodes after the first node. #### Defined in -node\_modules/graphql/error/GraphQLError.d.ts:64 +node\_modules/graphql/error/GraphQLError.d.ts:76 *** @@ -303,7 +303,7 @@ node\_modules/@types/node/globals.d.ts:145 #### Defined in -node\_modules/graphql/error/GraphQLError.d.ts:95 +node\_modules/graphql/error/GraphQLError.d.ts:107 ## Methods @@ -321,7 +321,7 @@ node\_modules/graphql/error/GraphQLError.d.ts:95 #### Defined in -node\_modules/graphql/error/GraphQLError.d.ts:97 +node\_modules/graphql/error/GraphQLError.d.ts:109 *** @@ -341,7 +341,7 @@ Returns a string representation of an object. #### Defined in -node\_modules/graphql/error/GraphQLError.d.ts:96 +node\_modules/graphql/error/GraphQLError.d.ts:108 *** diff --git a/docs/talawa-api-docs/utilities/adminCheck/functions/adminCheck.md b/docs/talawa-api-docs/utilities/adminCheck/functions/adminCheck.md index 256d166ff2b..1874e34dd49 100644 --- a/docs/talawa-api-docs/utilities/adminCheck/functions/adminCheck.md +++ b/docs/talawa-api-docs/utilities/adminCheck/functions/adminCheck.md @@ -43,4 +43,4 @@ This is a utility method. ## Defined in -[src/utilities/adminCheck.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/adminCheck.ts#L18) +[src/utilities/adminCheck.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/adminCheck.ts#L18) diff --git a/docs/talawa-api-docs/utilities/auth/functions/createAccessToken.md b/docs/talawa-api-docs/utilities/auth/functions/createAccessToken.md index dec853dd2c1..c954820de6e 100644 --- a/docs/talawa-api-docs/utilities/auth/functions/createAccessToken.md +++ b/docs/talawa-api-docs/utilities/auth/functions/createAccessToken.md @@ -33,4 +33,4 @@ JSON Web Token string payload ## Defined in -[src/utilities/auth.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/auth.ts#L25) +[src/utilities/auth.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/auth.ts#L25) diff --git a/docs/talawa-api-docs/utilities/auth/functions/createRefreshToken.md b/docs/talawa-api-docs/utilities/auth/functions/createRefreshToken.md index 5fe85079776..a928fa166ad 100644 --- a/docs/talawa-api-docs/utilities/auth/functions/createRefreshToken.md +++ b/docs/talawa-api-docs/utilities/auth/functions/createRefreshToken.md @@ -33,4 +33,4 @@ JSON Web Token string payload ## Defined in -[src/utilities/auth.ts:60](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/auth.ts#L60) +[src/utilities/auth.ts:60](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/auth.ts#L60) diff --git a/docs/talawa-api-docs/utilities/auth/functions/revokeRefreshToken.md b/docs/talawa-api-docs/utilities/auth/functions/revokeRefreshToken.md index 7e243181d41..e0ffe5612e7 100644 --- a/docs/talawa-api-docs/utilities/auth/functions/revokeRefreshToken.md +++ b/docs/talawa-api-docs/utilities/auth/functions/revokeRefreshToken.md @@ -27,4 +27,4 @@ A promise that resolves when the token has been revoked ## Defined in -[src/utilities/auth.ts:86](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/auth.ts#L86) +[src/utilities/auth.ts:86](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/auth.ts#L86) diff --git a/docs/talawa-api-docs/utilities/auth/interfaces/InterfaceJwtTokenPayload.md b/docs/talawa-api-docs/utilities/auth/interfaces/InterfaceJwtTokenPayload.md index 7e3a6df93c5..2cadf8cc635 100644 --- a/docs/talawa-api-docs/utilities/auth/interfaces/InterfaceJwtTokenPayload.md +++ b/docs/talawa-api-docs/utilities/auth/interfaces/InterfaceJwtTokenPayload.md @@ -16,7 +16,7 @@ Interface representing the payload of a JWT token. #### Defined in -[src/utilities/auth.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/auth.ts#L14) +[src/utilities/auth.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/auth.ts#L14) *** @@ -26,7 +26,7 @@ Interface representing the payload of a JWT token. #### Defined in -[src/utilities/auth.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/auth.ts#L12) +[src/utilities/auth.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/auth.ts#L12) *** @@ -36,7 +36,7 @@ Interface representing the payload of a JWT token. #### Defined in -[src/utilities/auth.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/auth.ts#L13) +[src/utilities/auth.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/auth.ts#L13) *** @@ -46,7 +46,7 @@ Interface representing the payload of a JWT token. #### Defined in -[src/utilities/auth.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/auth.ts#L10) +[src/utilities/auth.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/auth.ts#L10) *** @@ -56,4 +56,4 @@ Interface representing the payload of a JWT token. #### Defined in -[src/utilities/auth.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/auth.ts#L11) +[src/utilities/auth.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/auth.ts#L11) diff --git a/docs/talawa-api-docs/utilities/checkReplicaSet/functions/checkReplicaSet.md b/docs/talawa-api-docs/utilities/checkReplicaSet/functions/checkReplicaSet.md index 86088ca0716..92eeacc4d08 100644 --- a/docs/talawa-api-docs/utilities/checkReplicaSet/functions/checkReplicaSet.md +++ b/docs/talawa-api-docs/utilities/checkReplicaSet/functions/checkReplicaSet.md @@ -20,4 +20,4 @@ A promise that resolves to a boolean indicating whether the connection is part o ## Defined in -[src/utilities/checkReplicaSet.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/checkReplicaSet.ts#L11) +[src/utilities/checkReplicaSet.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/checkReplicaSet.ts#L11) diff --git a/docs/talawa-api-docs/utilities/checks/functions/checkAppUserProfileExists.md b/docs/talawa-api-docs/utilities/checks/functions/checkAppUserProfileExists.md index 4b96d070907..0e61351e76a 100644 --- a/docs/talawa-api-docs/utilities/checks/functions/checkAppUserProfileExists.md +++ b/docs/talawa-api-docs/utilities/checks/functions/checkAppUserProfileExists.md @@ -26,4 +26,4 @@ AppUserProfile ## Defined in -[src/utilities/checks.ts:61](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/checks.ts#L61) +[src/utilities/checks.ts:61](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/checks.ts#L61) diff --git a/docs/talawa-api-docs/utilities/checks/functions/checkEventVolunteerExists.md b/docs/talawa-api-docs/utilities/checks/functions/checkEventVolunteerExists.md index efe8ccc9a03..17f761acce9 100644 --- a/docs/talawa-api-docs/utilities/checks/functions/checkEventVolunteerExists.md +++ b/docs/talawa-api-docs/utilities/checks/functions/checkEventVolunteerExists.md @@ -26,4 +26,4 @@ EventVolunteer ## Defined in -[src/utilities/checks.ts:92](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/checks.ts#L92) +[src/utilities/checks.ts:92](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/checks.ts#L92) diff --git a/docs/talawa-api-docs/utilities/checks/functions/checkUserExists.md b/docs/talawa-api-docs/utilities/checks/functions/checkUserExists.md index c7c667a064b..c6cdc796480 100644 --- a/docs/talawa-api-docs/utilities/checks/functions/checkUserExists.md +++ b/docs/talawa-api-docs/utilities/checks/functions/checkUserExists.md @@ -26,4 +26,4 @@ User ## Defined in -[src/utilities/checks.ts:34](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/checks.ts#L34) +[src/utilities/checks.ts:34](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/checks.ts#L34) diff --git a/docs/talawa-api-docs/utilities/checks/functions/checkVolunteerGroupExists.md b/docs/talawa-api-docs/utilities/checks/functions/checkVolunteerGroupExists.md index 34ceb16598d..7de03caa5ce 100644 --- a/docs/talawa-api-docs/utilities/checks/functions/checkVolunteerGroupExists.md +++ b/docs/talawa-api-docs/utilities/checks/functions/checkVolunteerGroupExists.md @@ -26,4 +26,4 @@ EventVolunteerGroup ## Defined in -[src/utilities/checks.ts:114](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/checks.ts#L114) +[src/utilities/checks.ts:114](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/checks.ts#L114) diff --git a/docs/talawa-api-docs/utilities/checks/functions/checkVolunteerMembershipExists.md b/docs/talawa-api-docs/utilities/checks/functions/checkVolunteerMembershipExists.md index 07305adf4fc..890eff6f80e 100644 --- a/docs/talawa-api-docs/utilities/checks/functions/checkVolunteerMembershipExists.md +++ b/docs/talawa-api-docs/utilities/checks/functions/checkVolunteerMembershipExists.md @@ -26,4 +26,4 @@ VolunteerMembership ## Defined in -[src/utilities/checks.ts:136](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/checks.ts#L136) +[src/utilities/checks.ts:136](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/checks.ts#L136) diff --git a/docs/talawa-api-docs/utilities/copyToClipboard/functions/copyToClipboard.md b/docs/talawa-api-docs/utilities/copyToClipboard/functions/copyToClipboard.md index f8941af56e7..509b72e4ab9 100644 --- a/docs/talawa-api-docs/utilities/copyToClipboard/functions/copyToClipboard.md +++ b/docs/talawa-api-docs/utilities/copyToClipboard/functions/copyToClipboard.md @@ -28,4 +28,4 @@ This is a utility method and works only in development or test mode. ## Defined in -[src/utilities/copyToClipboard.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/copyToClipboard.ts#L10) +[src/utilities/copyToClipboard.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/copyToClipboard.ts#L10) diff --git a/docs/talawa-api-docs/utilities/createSampleOrganizationUtil/functions/createSampleOrganization.md b/docs/talawa-api-docs/utilities/createSampleOrganizationUtil/functions/createSampleOrganization.md index 2b7d7e898e3..237ddaeec60 100644 --- a/docs/talawa-api-docs/utilities/createSampleOrganizationUtil/functions/createSampleOrganization.md +++ b/docs/talawa-api-docs/utilities/createSampleOrganizationUtil/functions/createSampleOrganization.md @@ -18,4 +18,4 @@ A promise that resolves when the sample organization and its related data have b ## Defined in -[src/utilities/createSampleOrganizationUtil.ts:266](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/createSampleOrganizationUtil.ts#L266) +[src/utilities/createSampleOrganizationUtil.ts:266](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/createSampleOrganizationUtil.ts#L266) diff --git a/docs/talawa-api-docs/utilities/createSampleOrganizationUtil/functions/generateEventData.md b/docs/talawa-api-docs/utilities/createSampleOrganizationUtil/functions/generateEventData.md index b46e47f8b11..e15e4e6b25d 100644 --- a/docs/talawa-api-docs/utilities/createSampleOrganizationUtil/functions/generateEventData.md +++ b/docs/talawa-api-docs/utilities/createSampleOrganizationUtil/functions/generateEventData.md @@ -32,4 +32,4 @@ A promise that resolves to the created event ## Defined in -[src/utilities/createSampleOrganizationUtil.ts:88](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/createSampleOrganizationUtil.ts#L88) +[src/utilities/createSampleOrganizationUtil.ts:88](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/createSampleOrganizationUtil.ts#L88) diff --git a/docs/talawa-api-docs/utilities/createSampleOrganizationUtil/functions/generatePostData.md b/docs/talawa-api-docs/utilities/createSampleOrganizationUtil/functions/generatePostData.md index dbe07508f37..560c2a7496b 100644 --- a/docs/talawa-api-docs/utilities/createSampleOrganizationUtil/functions/generatePostData.md +++ b/docs/talawa-api-docs/utilities/createSampleOrganizationUtil/functions/generatePostData.md @@ -6,7 +6,7 @@ # Function: generatePostData() -\> **generatePostData**(`users`, `organizationId`): `Promise`\<[`InterfacePost`](../../../models/Post/interfaces/InterfacePost.md) & `Document`\<`any`, `any`, [`InterfacePost`](../../../models/Post/interfaces/InterfacePost.md)\>\> +\> **generatePostData**(`users`, `organizationId`): `Promise`\<[`InterfacePost`](../../../models/Post/interfaces/InterfacePost.md) & `Document`\<[`InterfacePost`](../../../models/Post/interfaces/InterfacePost.md)\>\> Generates post data for a given list of users and organization. @@ -26,10 +26,10 @@ The ID of the organization the post belongs to ## Returns -`Promise`\<[`InterfacePost`](../../../models/Post/interfaces/InterfacePost.md) & `Document`\<`any`, `any`, [`InterfacePost`](../../../models/Post/interfaces/InterfacePost.md)\>\> +`Promise`\<[`InterfacePost`](../../../models/Post/interfaces/InterfacePost.md) & `Document`\<[`InterfacePost`](../../../models/Post/interfaces/InterfacePost.md)\>\> A promise that resolves to the created post ## Defined in -[src/utilities/createSampleOrganizationUtil.ts:151](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/createSampleOrganizationUtil.ts#L151) +[src/utilities/createSampleOrganizationUtil.ts:151](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/createSampleOrganizationUtil.ts#L151) diff --git a/docs/talawa-api-docs/utilities/createSampleOrganizationUtil/functions/generateRandomPlugins.md b/docs/talawa-api-docs/utilities/createSampleOrganizationUtil/functions/generateRandomPlugins.md index 50129bd4b7d..e8686e7353f 100644 --- a/docs/talawa-api-docs/utilities/createSampleOrganizationUtil/functions/generateRandomPlugins.md +++ b/docs/talawa-api-docs/utilities/createSampleOrganizationUtil/functions/generateRandomPlugins.md @@ -32,4 +32,4 @@ A promise that resolves to an array of promises for created plugins ## Defined in -[src/utilities/createSampleOrganizationUtil.ts:231](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/createSampleOrganizationUtil.ts#L231) +[src/utilities/createSampleOrganizationUtil.ts:231](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/createSampleOrganizationUtil.ts#L231) diff --git a/docs/talawa-api-docs/utilities/createSampleOrganizationUtil/functions/generateUserData.md b/docs/talawa-api-docs/utilities/createSampleOrganizationUtil/functions/generateUserData.md index 53c70a43453..b0f7d0d521d 100644 --- a/docs/talawa-api-docs/utilities/createSampleOrganizationUtil/functions/generateUserData.md +++ b/docs/talawa-api-docs/utilities/createSampleOrganizationUtil/functions/generateUserData.md @@ -32,4 +32,4 @@ A promise that resolves to an object containing the created user and their appli ## Defined in -[src/utilities/createSampleOrganizationUtil.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/createSampleOrganizationUtil.ts#L24) +[src/utilities/createSampleOrganizationUtil.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/createSampleOrganizationUtil.ts#L24) diff --git a/docs/talawa-api-docs/utilities/dateValidator/functions/validateDate.md b/docs/talawa-api-docs/utilities/dateValidator/functions/validateDate.md index 24dd3085f47..0fb6e52db70 100644 --- a/docs/talawa-api-docs/utilities/dateValidator/functions/validateDate.md +++ b/docs/talawa-api-docs/utilities/dateValidator/functions/validateDate.md @@ -30,4 +30,4 @@ The ending date. ## Defined in -[src/utilities/dateValidator.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/dateValidator.ts#L12) +[src/utilities/dateValidator.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/dateValidator.ts#L12) diff --git a/docs/talawa-api-docs/utilities/deleteDuplicatedImage/functions/deleteDuplicatedImage.md b/docs/talawa-api-docs/utilities/deleteDuplicatedImage/functions/deleteDuplicatedImage.md index e5007c2ebbd..bf9789ea74d 100644 --- a/docs/talawa-api-docs/utilities/deleteDuplicatedImage/functions/deleteDuplicatedImage.md +++ b/docs/talawa-api-docs/utilities/deleteDuplicatedImage/functions/deleteDuplicatedImage.md @@ -28,4 +28,4 @@ Throws an error if deletion fails. ## Defined in -[src/utilities/deleteDuplicatedImage.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/deleteDuplicatedImage.ts#L10) +[src/utilities/deleteDuplicatedImage.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/deleteDuplicatedImage.ts#L10) diff --git a/docs/talawa-api-docs/utilities/deleteImage/functions/deleteImage.md b/docs/talawa-api-docs/utilities/deleteImage/functions/deleteImage.md index 8906bd2f608..77631664941 100644 --- a/docs/talawa-api-docs/utilities/deleteImage/functions/deleteImage.md +++ b/docs/talawa-api-docs/utilities/deleteImage/functions/deleteImage.md @@ -32,4 +32,4 @@ A promise that resolves once the image is successfully deleted ## Defined in -[src/utilities/deleteImage.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/deleteImage.ts#L13) +[src/utilities/deleteImage.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/deleteImage.ts#L13) diff --git a/docs/talawa-api-docs/utilities/encodedImageStorage/deletePreviousFile/functions/deletePreviousFile.md b/docs/talawa-api-docs/utilities/encodedImageStorage/deletePreviousFile/functions/deletePreviousFile.md index a3ec6a24e26..6bfd616d33e 100644 --- a/docs/talawa-api-docs/utilities/encodedImageStorage/deletePreviousFile/functions/deletePreviousFile.md +++ b/docs/talawa-api-docs/utilities/encodedImageStorage/deletePreviousFile/functions/deletePreviousFile.md @@ -33,4 +33,4 @@ A promise that resolves when the file is either deleted or its reference count i ## Defined in -[src/utilities/encodedImageStorage/deletePreviousFile.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/encodedImageStorage/deletePreviousFile.ts#L13) +[src/utilities/encodedImageStorage/deletePreviousFile.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/encodedImageStorage/deletePreviousFile.ts#L13) diff --git a/docs/talawa-api-docs/utilities/encodedImageStorage/deletePreviousImage/functions/deletePreviousImage.md b/docs/talawa-api-docs/utilities/encodedImageStorage/deletePreviousImage/functions/deletePreviousImage.md index 192d83a683d..3d8b8e242c4 100644 --- a/docs/talawa-api-docs/utilities/encodedImageStorage/deletePreviousImage/functions/deletePreviousImage.md +++ b/docs/talawa-api-docs/utilities/encodedImageStorage/deletePreviousImage/functions/deletePreviousImage.md @@ -24,4 +24,4 @@ Path of the image to be deleted. ## Defined in -[src/utilities/encodedImageStorage/deletePreviousImage.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/encodedImageStorage/deletePreviousImage.ts#L9) +[src/utilities/encodedImageStorage/deletePreviousImage.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/encodedImageStorage/deletePreviousImage.ts#L10) diff --git a/docs/talawa-api-docs/utilities/encodedImageStorage/encodedImageExtensionCheck/functions/encodedImageExtentionCheck.md b/docs/talawa-api-docs/utilities/encodedImageStorage/encodedImageExtensionCheck/functions/encodedImageExtentionCheck.md index 42d6ce53371..99f20434c38 100644 --- a/docs/talawa-api-docs/utilities/encodedImageStorage/encodedImageExtensionCheck/functions/encodedImageExtentionCheck.md +++ b/docs/talawa-api-docs/utilities/encodedImageStorage/encodedImageExtensionCheck/functions/encodedImageExtentionCheck.md @@ -26,4 +26,4 @@ Encoded URL of the image. ## Defined in -[src/utilities/encodedImageStorage/encodedImageExtensionCheck.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/encodedImageStorage/encodedImageExtensionCheck.ts#L6) +[src/utilities/encodedImageStorage/encodedImageExtensionCheck.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/encodedImageStorage/encodedImageExtensionCheck.ts#L6) diff --git a/docs/talawa-api-docs/utilities/encodedImageStorage/uploadEncodedImage/functions/uploadEncodedImage.md b/docs/talawa-api-docs/utilities/encodedImageStorage/uploadEncodedImage/functions/uploadEncodedImage.md index 7aea3a6b07c..21b6406ea82 100644 --- a/docs/talawa-api-docs/utilities/encodedImageStorage/uploadEncodedImage/functions/uploadEncodedImage.md +++ b/docs/talawa-api-docs/utilities/encodedImageStorage/uploadEncodedImage/functions/uploadEncodedImage.md @@ -32,4 +32,4 @@ The file name of the uploaded image. ## Defined in -[src/utilities/encodedImageStorage/uploadEncodedImage.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/encodedImageStorage/uploadEncodedImage.ts#L45) +[src/utilities/encodedImageStorage/uploadEncodedImage.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/encodedImageStorage/uploadEncodedImage.ts#L46) diff --git a/docs/talawa-api-docs/utilities/encodedVideoStorage/deletePreviousVideo/functions/deletePreviousVideo.md b/docs/talawa-api-docs/utilities/encodedVideoStorage/deletePreviousVideo/functions/deletePreviousVideo.md index f355812b68b..7d0af7efe4e 100644 --- a/docs/talawa-api-docs/utilities/encodedVideoStorage/deletePreviousVideo/functions/deletePreviousVideo.md +++ b/docs/talawa-api-docs/utilities/encodedVideoStorage/deletePreviousVideo/functions/deletePreviousVideo.md @@ -26,4 +26,4 @@ A promise that resolves once the video file and database entry are deleted or up ## Defined in -[src/utilities/encodedVideoStorage/deletePreviousVideo.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/encodedVideoStorage/deletePreviousVideo.ts#L11) +[src/utilities/encodedVideoStorage/deletePreviousVideo.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/encodedVideoStorage/deletePreviousVideo.ts#L12) diff --git a/docs/talawa-api-docs/utilities/encodedVideoStorage/encodedVideoExtensionCheck/functions/encodedVideoExtentionCheck.md b/docs/talawa-api-docs/utilities/encodedVideoStorage/encodedVideoExtensionCheck/functions/encodedVideoExtentionCheck.md index cd359e6f501..ef4b606d238 100644 --- a/docs/talawa-api-docs/utilities/encodedVideoStorage/encodedVideoExtensionCheck/functions/encodedVideoExtentionCheck.md +++ b/docs/talawa-api-docs/utilities/encodedVideoStorage/encodedVideoExtensionCheck/functions/encodedVideoExtentionCheck.md @@ -26,4 +26,4 @@ The base64 encoded URL of the video. ## Defined in -[src/utilities/encodedVideoStorage/encodedVideoExtensionCheck.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/encodedVideoStorage/encodedVideoExtensionCheck.ts#L6) +[src/utilities/encodedVideoStorage/encodedVideoExtensionCheck.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/encodedVideoStorage/encodedVideoExtensionCheck.ts#L6) diff --git a/docs/talawa-api-docs/utilities/encodedVideoStorage/uploadEncodedVideo/functions/uploadEncodedVideo.md b/docs/talawa-api-docs/utilities/encodedVideoStorage/uploadEncodedVideo/functions/uploadEncodedVideo.md index 6b995226bd3..d92b98aaee6 100644 --- a/docs/talawa-api-docs/utilities/encodedVideoStorage/uploadEncodedVideo/functions/uploadEncodedVideo.md +++ b/docs/talawa-api-docs/utilities/encodedVideoStorage/uploadEncodedVideo/functions/uploadEncodedVideo.md @@ -32,4 +32,4 @@ The file name of the uploaded video. ## Defined in -[src/utilities/encodedVideoStorage/uploadEncodedVideo.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/encodedVideoStorage/uploadEncodedVideo.ts#L18) +[src/utilities/encodedVideoStorage/uploadEncodedVideo.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/encodedVideoStorage/uploadEncodedVideo.ts#L19) diff --git a/docs/talawa-api-docs/utilities/graphQLConnection/functions/isNotNullish.md b/docs/talawa-api-docs/utilities/graphQLConnection/functions/isNotNullish.md index b6f40bd17be..4a433fd2519 100644 --- a/docs/talawa-api-docs/utilities/graphQLConnection/functions/isNotNullish.md +++ b/docs/talawa-api-docs/utilities/graphQLConnection/functions/isNotNullish.md @@ -41,4 +41,4 @@ function print(str: string | null) \{ ## Defined in -[src/utilities/graphQLConnection/index.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/graphQLConnection/index.ts#L15) +[src/utilities/graphQLConnection/index.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/graphQLConnection/index.ts#L15) diff --git a/docs/talawa-api-docs/utilities/graphQLConnection/generateDefaultGraphQLConnection/functions/generateDefaultGraphQLConnection.md b/docs/talawa-api-docs/utilities/graphQLConnection/generateDefaultGraphQLConnection/functions/generateDefaultGraphQLConnection.md index 99b246b22d5..d708b18bd87 100644 --- a/docs/talawa-api-docs/utilities/graphQLConnection/generateDefaultGraphQLConnection/functions/generateDefaultGraphQLConnection.md +++ b/docs/talawa-api-docs/utilities/graphQLConnection/generateDefaultGraphQLConnection/functions/generateDefaultGraphQLConnection.md @@ -27,4 +27,4 @@ const connection = generateDefaultGraphQLConnection(); ## Defined in -[src/utilities/graphQLConnection/generateDefaultGraphQLConnection.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/graphQLConnection/generateDefaultGraphQLConnection.ts#L30) +[src/utilities/graphQLConnection/generateDefaultGraphQLConnection.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/graphQLConnection/generateDefaultGraphQLConnection.ts#L30) diff --git a/docs/talawa-api-docs/utilities/graphQLConnection/generateDefaultGraphQLConnection/type-aliases/DefaultGraphQLConnection.md b/docs/talawa-api-docs/utilities/graphQLConnection/generateDefaultGraphQLConnection/type-aliases/DefaultGraphQLConnection.md index 02c188c865e..e69a03ea91a 100644 --- a/docs/talawa-api-docs/utilities/graphQLConnection/generateDefaultGraphQLConnection/type-aliases/DefaultGraphQLConnection.md +++ b/docs/talawa-api-docs/utilities/graphQLConnection/generateDefaultGraphQLConnection/type-aliases/DefaultGraphQLConnection.md @@ -32,4 +32,4 @@ to the default type of this base connection object. ## Defined in -[src/utilities/graphQLConnection/generateDefaultGraphQLConnection.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/graphQLConnection/generateDefaultGraphQLConnection.ts#L18) +[src/utilities/graphQLConnection/generateDefaultGraphQLConnection.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/graphQLConnection/generateDefaultGraphQLConnection.ts#L18) diff --git a/docs/talawa-api-docs/utilities/graphQLConnection/generateDefaultGraphQLConnection/type-aliases/DefaultGraphQLConnectionEdge.md b/docs/talawa-api-docs/utilities/graphQLConnection/generateDefaultGraphQLConnection/type-aliases/DefaultGraphQLConnectionEdge.md index 2dfc8168775..c6df0c44012 100644 --- a/docs/talawa-api-docs/utilities/graphQLConnection/generateDefaultGraphQLConnection/type-aliases/DefaultGraphQLConnectionEdge.md +++ b/docs/talawa-api-docs/utilities/graphQLConnection/generateDefaultGraphQLConnection/type-aliases/DefaultGraphQLConnectionEdge.md @@ -28,4 +28,4 @@ object adheres to the default type of this base connection edge object. ## Defined in -[src/utilities/graphQLConnection/generateDefaultGraphQLConnection.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/graphQLConnection/generateDefaultGraphQLConnection.ts#L8) +[src/utilities/graphQLConnection/generateDefaultGraphQLConnection.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/graphQLConnection/generateDefaultGraphQLConnection.ts#L8) diff --git a/docs/talawa-api-docs/utilities/graphQLConnection/getCommonGraphQLConnectionFilter/functions/getCommonGraphQLConnectionFilter.md b/docs/talawa-api-docs/utilities/graphQLConnection/getCommonGraphQLConnectionFilter/functions/getCommonGraphQLConnectionFilter.md index 8a8b7ce5165..ec9511a3dd9 100644 --- a/docs/talawa-api-docs/utilities/graphQLConnection/getCommonGraphQLConnectionFilter/functions/getCommonGraphQLConnectionFilter.md +++ b/docs/talawa-api-docs/utilities/graphQLConnection/getCommonGraphQLConnectionFilter/functions/getCommonGraphQLConnectionFilter.md @@ -52,4 +52,4 @@ const objectList = await User.find(filter).limit(10); ## Defined in -[src/utilities/graphQLConnection/getCommonGraphQLConnectionFilter.ts:44](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/graphQLConnection/getCommonGraphQLConnectionFilter.ts#L44) +[src/utilities/graphQLConnection/getCommonGraphQLConnectionFilter.ts:44](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/graphQLConnection/getCommonGraphQLConnectionFilter.ts#L44) diff --git a/docs/talawa-api-docs/utilities/graphQLConnection/getCommonGraphQLConnectionSort/functions/getCommonGraphQLConnectionSort.md b/docs/talawa-api-docs/utilities/graphQLConnection/getCommonGraphQLConnectionSort/functions/getCommonGraphQLConnectionSort.md index 7d440aef79a..a5feed0a481 100644 --- a/docs/talawa-api-docs/utilities/graphQLConnection/getCommonGraphQLConnectionSort/functions/getCommonGraphQLConnectionSort.md +++ b/docs/talawa-api-docs/utilities/graphQLConnection/getCommonGraphQLConnectionSort/functions/getCommonGraphQLConnectionSort.md @@ -47,4 +47,4 @@ const objectList = await User.find().sort(sort).limit(10); ## Defined in -[src/utilities/graphQLConnection/getCommonGraphQLConnectionSort.ts:34](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/graphQLConnection/getCommonGraphQLConnectionSort.ts#L34) +[src/utilities/graphQLConnection/getCommonGraphQLConnectionSort.ts:34](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/graphQLConnection/getCommonGraphQLConnectionSort.ts#L34) diff --git a/docs/talawa-api-docs/utilities/graphQLConnection/parseGraphQLConnectionArguments/functions/parseGraphQLConnectionArguments.md b/docs/talawa-api-docs/utilities/graphQLConnection/parseGraphQLConnectionArguments/functions/parseGraphQLConnectionArguments.md index dc36c4866b9..c058b6b7701 100644 --- a/docs/talawa-api-docs/utilities/graphQLConnection/parseGraphQLConnectionArguments/functions/parseGraphQLConnectionArguments.md +++ b/docs/talawa-api-docs/utilities/graphQLConnection/parseGraphQLConnectionArguments/functions/parseGraphQLConnectionArguments.md @@ -58,4 +58,4 @@ const \{ parsedArgs: \{ cursor, direction, limit \} \} = result; ## Defined in -[src/utilities/graphQLConnection/parseGraphQLConnectionArguments.ts:88](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/graphQLConnection/parseGraphQLConnectionArguments.ts#L88) +[src/utilities/graphQLConnection/parseGraphQLConnectionArguments.ts:88](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/graphQLConnection/parseGraphQLConnectionArguments.ts#L88) diff --git a/docs/talawa-api-docs/utilities/graphQLConnection/parseGraphQLConnectionArguments/type-aliases/ParseGraphQLConnectionArgumentsResult.md b/docs/talawa-api-docs/utilities/graphQLConnection/parseGraphQLConnectionArguments/type-aliases/ParseGraphQLConnectionArgumentsResult.md index 9b6e6710bbd..a2912833b4e 100644 --- a/docs/talawa-api-docs/utilities/graphQLConnection/parseGraphQLConnectionArguments/type-aliases/ParseGraphQLConnectionArgumentsResult.md +++ b/docs/talawa-api-docs/utilities/graphQLConnection/parseGraphQLConnectionArguments/type-aliases/ParseGraphQLConnectionArgumentsResult.md @@ -17,4 +17,4 @@ function. ## Defined in -[src/utilities/graphQLConnection/parseGraphQLConnectionArguments.ts:57](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/graphQLConnection/parseGraphQLConnectionArguments.ts#L57) +[src/utilities/graphQLConnection/parseGraphQLConnectionArguments.ts:57](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/graphQLConnection/parseGraphQLConnectionArguments.ts#L57) diff --git a/docs/talawa-api-docs/utilities/graphQLConnection/parseGraphQLConnectionArguments/type-aliases/ParseGraphQLConnectionCursor.md b/docs/talawa-api-docs/utilities/graphQLConnection/parseGraphQLConnectionArguments/type-aliases/ParseGraphQLConnectionCursor.md index e099ea406c7..5908e23e775 100644 --- a/docs/talawa-api-docs/utilities/graphQLConnection/parseGraphQLConnectionArguments/type-aliases/ParseGraphQLConnectionCursor.md +++ b/docs/talawa-api-docs/utilities/graphQLConnection/parseGraphQLConnectionArguments/type-aliases/ParseGraphQLConnectionCursor.md @@ -26,4 +26,4 @@ This is typescript type of the callback function `parseCursor`. ## Defined in -[src/utilities/graphQLConnection/parseGraphQLConnectionArguments.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/graphQLConnection/parseGraphQLConnectionArguments.ts#L39) +[src/utilities/graphQLConnection/parseGraphQLConnectionArguments.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/graphQLConnection/parseGraphQLConnectionArguments.ts#L39) diff --git a/docs/talawa-api-docs/utilities/graphQLConnection/parseGraphQLConnectionArguments/type-aliases/ParseGraphQLConnectionCursorArguments.md b/docs/talawa-api-docs/utilities/graphQLConnection/parseGraphQLConnectionArguments/type-aliases/ParseGraphQLConnectionCursorArguments.md index f0ae8ba94a6..849da3972b4 100644 --- a/docs/talawa-api-docs/utilities/graphQLConnection/parseGraphQLConnectionArguments/type-aliases/ParseGraphQLConnectionCursorArguments.md +++ b/docs/talawa-api-docs/utilities/graphQLConnection/parseGraphQLConnectionArguments/type-aliases/ParseGraphQLConnectionCursorArguments.md @@ -27,4 +27,4 @@ an argument. ## Defined in -[src/utilities/graphQLConnection/parseGraphQLConnectionArguments.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/graphQLConnection/parseGraphQLConnectionArguments.ts#L13) +[src/utilities/graphQLConnection/parseGraphQLConnectionArguments.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/graphQLConnection/parseGraphQLConnectionArguments.ts#L13) diff --git a/docs/talawa-api-docs/utilities/graphQLConnection/parseGraphQLConnectionArguments/type-aliases/ParseGraphQLConnectionCursorResult.md b/docs/talawa-api-docs/utilities/graphQLConnection/parseGraphQLConnectionArguments/type-aliases/ParseGraphQLConnectionCursorResult.md index 01caf28c414..de91dd311f5 100644 --- a/docs/talawa-api-docs/utilities/graphQLConnection/parseGraphQLConnectionArguments/type-aliases/ParseGraphQLConnectionCursorResult.md +++ b/docs/talawa-api-docs/utilities/graphQLConnection/parseGraphQLConnectionArguments/type-aliases/ParseGraphQLConnectionCursorResult.md @@ -19,4 +19,4 @@ functions. ## Defined in -[src/utilities/graphQLConnection/parseGraphQLConnectionArguments.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/graphQLConnection/parseGraphQLConnectionArguments.ts#L25) +[src/utilities/graphQLConnection/parseGraphQLConnectionArguments.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/graphQLConnection/parseGraphQLConnectionArguments.ts#L25) diff --git a/docs/talawa-api-docs/utilities/graphQLConnection/parseGraphQLConnectionArguments/type-aliases/ParsedGraphQLConnectionArguments.md b/docs/talawa-api-docs/utilities/graphQLConnection/parseGraphQLConnectionArguments/type-aliases/ParsedGraphQLConnectionArguments.md index 9556b44ce23..780d0c3a152 100644 --- a/docs/talawa-api-docs/utilities/graphQLConnection/parseGraphQLConnectionArguments/type-aliases/ParsedGraphQLConnectionArguments.md +++ b/docs/talawa-api-docs/utilities/graphQLConnection/parseGraphQLConnectionArguments/type-aliases/ParsedGraphQLConnectionArguments.md @@ -31,4 +31,4 @@ arguments passed to `parseGraphQLConnectionArguments` function. ## Defined in -[src/utilities/graphQLConnection/parseGraphQLConnectionArguments.ts:47](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/graphQLConnection/parseGraphQLConnectionArguments.ts#L47) +[src/utilities/graphQLConnection/parseGraphQLConnectionArguments.ts:47](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/graphQLConnection/parseGraphQLConnectionArguments.ts#L47) diff --git a/docs/talawa-api-docs/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithSortedBy/functions/parseGraphQLConnectionArgumentsWithSortedBy.md b/docs/talawa-api-docs/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithSortedBy/functions/parseGraphQLConnectionArgumentsWithSortedBy.md index 3d95b374ad7..135eb7d7aa9 100644 --- a/docs/talawa-api-docs/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithSortedBy/functions/parseGraphQLConnectionArgumentsWithSortedBy.md +++ b/docs/talawa-api-docs/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithSortedBy/functions/parseGraphQLConnectionArgumentsWithSortedBy.md @@ -66,4 +66,4 @@ const \{ parsedArgs: \{ cursor, direction, limit, sort \} \} = result; ## Defined in -[src/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithSortedBy.ts:70](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithSortedBy.ts#L70) +[src/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithSortedBy.ts:70](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithSortedBy.ts#L70) diff --git a/docs/talawa-api-docs/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithSortedBy/type-aliases/ParseGraphQLConnectionArgumentsWithSortedByResult.md b/docs/talawa-api-docs/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithSortedBy/type-aliases/ParseGraphQLConnectionArgumentsWithSortedByResult.md index f0ed31f88c7..bf7df9cdf63 100644 --- a/docs/talawa-api-docs/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithSortedBy/type-aliases/ParseGraphQLConnectionArgumentsWithSortedByResult.md +++ b/docs/talawa-api-docs/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithSortedBy/type-aliases/ParseGraphQLConnectionArgumentsWithSortedByResult.md @@ -18,4 +18,4 @@ This is typescript type of the object returned from `parseGraphQLConnectionArgum ## Defined in -[src/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithSortedBy.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithSortedBy.ts#L36) +[src/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithSortedBy.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithSortedBy.ts#L36) diff --git a/docs/talawa-api-docs/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithSortedBy/type-aliases/ParseGraphQLConnectionSortedByResult.md b/docs/talawa-api-docs/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithSortedBy/type-aliases/ParseGraphQLConnectionSortedByResult.md index a5c87ddf528..629f620b6cc 100644 --- a/docs/talawa-api-docs/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithSortedBy/type-aliases/ParseGraphQLConnectionSortedByResult.md +++ b/docs/talawa-api-docs/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithSortedBy/type-aliases/ParseGraphQLConnectionSortedByResult.md @@ -16,4 +16,4 @@ This is typescript type of the object returned from callback function `parseSort ## Defined in -[src/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithSortedBy.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithSortedBy.ts#L15) +[src/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithSortedBy.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithSortedBy.ts#L15) diff --git a/docs/talawa-api-docs/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithSortedBy/type-aliases/ParsedGraphQLConnectionArgumentsWithSortedBy.md b/docs/talawa-api-docs/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithSortedBy/type-aliases/ParsedGraphQLConnectionArgumentsWithSortedBy.md index 508a45af8be..d4a0e4ccd7d 100644 --- a/docs/talawa-api-docs/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithSortedBy/type-aliases/ParsedGraphQLConnectionArgumentsWithSortedBy.md +++ b/docs/talawa-api-docs/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithSortedBy/type-aliases/ParsedGraphQLConnectionArgumentsWithSortedBy.md @@ -25,4 +25,4 @@ arguments passed to `parseGraphQLConnectionArgumentsWithSortedBy` function. ## Defined in -[src/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithSortedBy.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithSortedBy.ts#L29) +[src/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithSortedBy.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithSortedBy.ts#L29) diff --git a/docs/talawa-api-docs/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithSortedByAndWhere/functions/parseGraphQLConnectionArgumentsWithSortedByAndWhere.md b/docs/talawa-api-docs/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithSortedByAndWhere/functions/parseGraphQLConnectionArgumentsWithSortedByAndWhere.md index 878daa3714e..de6fd905273 100644 --- a/docs/talawa-api-docs/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithSortedByAndWhere/functions/parseGraphQLConnectionArgumentsWithSortedByAndWhere.md +++ b/docs/talawa-api-docs/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithSortedByAndWhere/functions/parseGraphQLConnectionArgumentsWithSortedByAndWhere.md @@ -73,4 +73,4 @@ const \{ parsedArgs: \{ cursor, direction, filter, limit, sort \} \} = result; ## Defined in -[src/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithSortedByAndWhere.ts:68](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithSortedByAndWhere.ts#L68) +[src/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithSortedByAndWhere.ts:68](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithSortedByAndWhere.ts#L68) diff --git a/docs/talawa-api-docs/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithSortedByAndWhere/type-aliases/ParseGraphQLConnectionArgumentsWithSortedByAndWhereResult.md b/docs/talawa-api-docs/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithSortedByAndWhere/type-aliases/ParseGraphQLConnectionArgumentsWithSortedByAndWhereResult.md index 70001f6f66f..b5b7a019067 100644 --- a/docs/talawa-api-docs/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithSortedByAndWhere/type-aliases/ParseGraphQLConnectionArgumentsWithSortedByAndWhereResult.md +++ b/docs/talawa-api-docs/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithSortedByAndWhere/type-aliases/ParseGraphQLConnectionArgumentsWithSortedByAndWhereResult.md @@ -20,4 +20,4 @@ This is typescript type of the object returned from `parseGraphQLConnectionArgum ## Defined in -[src/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithSortedByAndWhere.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithSortedByAndWhere.ts#L25) +[src/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithSortedByAndWhere.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithSortedByAndWhere.ts#L25) diff --git a/docs/talawa-api-docs/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithSortedByAndWhere/type-aliases/ParsedGraphQLConnectionArgumentsWithSortedByAndWhere.md b/docs/talawa-api-docs/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithSortedByAndWhere/type-aliases/ParsedGraphQLConnectionArgumentsWithSortedByAndWhere.md index e751b99c1da..634070dff0d 100644 --- a/docs/talawa-api-docs/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithSortedByAndWhere/type-aliases/ParsedGraphQLConnectionArgumentsWithSortedByAndWhere.md +++ b/docs/talawa-api-docs/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithSortedByAndWhere/type-aliases/ParsedGraphQLConnectionArgumentsWithSortedByAndWhere.md @@ -31,4 +31,4 @@ arguments passed to `parseGraphQLConnectionArgumentsWithSortedByAndWhere` functi ## Defined in -[src/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithSortedByAndWhere.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithSortedByAndWhere.ts#L17) +[src/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithSortedByAndWhere.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithSortedByAndWhere.ts#L17) diff --git a/docs/talawa-api-docs/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithWhere/functions/parseGraphQLConnectionArgumentsWithWhere.md b/docs/talawa-api-docs/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithWhere/functions/parseGraphQLConnectionArgumentsWithWhere.md index 69d51e99925..f8e6c6a762d 100644 --- a/docs/talawa-api-docs/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithWhere/functions/parseGraphQLConnectionArgumentsWithWhere.md +++ b/docs/talawa-api-docs/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithWhere/functions/parseGraphQLConnectionArgumentsWithWhere.md @@ -66,4 +66,4 @@ const \{ parsedArgs: \{ cursor, direction, filter, limit \} \} = result; ## Defined in -[src/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithWhere.ts:70](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithWhere.ts#L70) +[src/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithWhere.ts:70](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithWhere.ts#L70) diff --git a/docs/talawa-api-docs/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithWhere/type-aliases/ParseGraphQLConnectionArgumentsWithWhereResult.md b/docs/talawa-api-docs/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithWhere/type-aliases/ParseGraphQLConnectionArgumentsWithWhereResult.md index a43d7273c2f..7bdc526066e 100644 --- a/docs/talawa-api-docs/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithWhere/type-aliases/ParseGraphQLConnectionArgumentsWithWhereResult.md +++ b/docs/talawa-api-docs/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithWhere/type-aliases/ParseGraphQLConnectionArgumentsWithWhereResult.md @@ -18,4 +18,4 @@ This is typescript type of the object returned from `parseGraphQLConnectionArgum ## Defined in -[src/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithWhere.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithWhere.ts#L36) +[src/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithWhere.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithWhere.ts#L36) diff --git a/docs/talawa-api-docs/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithWhere/type-aliases/ParseGraphQLConnectionWhereResult.md b/docs/talawa-api-docs/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithWhere/type-aliases/ParseGraphQLConnectionWhereResult.md index 53022f6202c..26d897e4fdf 100644 --- a/docs/talawa-api-docs/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithWhere/type-aliases/ParseGraphQLConnectionWhereResult.md +++ b/docs/talawa-api-docs/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithWhere/type-aliases/ParseGraphQLConnectionWhereResult.md @@ -16,4 +16,4 @@ This is typescript type of the object returned from callback function `parseWher ## Defined in -[src/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithWhere.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithWhere.ts#L15) +[src/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithWhere.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithWhere.ts#L15) diff --git a/docs/talawa-api-docs/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithWhere/type-aliases/ParsedGraphQLConnectionArgumentsWithWhere.md b/docs/talawa-api-docs/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithWhere/type-aliases/ParsedGraphQLConnectionArgumentsWithWhere.md index 51656f0ec72..4563ce11f00 100644 --- a/docs/talawa-api-docs/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithWhere/type-aliases/ParsedGraphQLConnectionArgumentsWithWhere.md +++ b/docs/talawa-api-docs/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithWhere/type-aliases/ParsedGraphQLConnectionArgumentsWithWhere.md @@ -25,4 +25,4 @@ arguments passed to `parseGraphQLConnectionArgumentsWithWhere` function. ## Defined in -[src/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithWhere.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithWhere.ts#L29) +[src/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithWhere.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/graphQLConnection/parseGraphQLConnectionArgumentsWithWhere.ts#L29) diff --git a/docs/talawa-api-docs/utilities/graphQLConnection/transformToDefaultGraphQLConnection/functions/transformToDefaultGraphQLConnection.md b/docs/talawa-api-docs/utilities/graphQLConnection/transformToDefaultGraphQLConnection/functions/transformToDefaultGraphQLConnection.md index bbd839927b0..85eda8bce9c 100644 --- a/docs/talawa-api-docs/utilities/graphQLConnection/transformToDefaultGraphQLConnection/functions/transformToDefaultGraphQLConnection.md +++ b/docs/talawa-api-docs/utilities/graphQLConnection/transformToDefaultGraphQLConnection/functions/transformToDefaultGraphQLConnection.md @@ -60,4 +60,4 @@ return transformToDefaultGraphQLConnection\< ## Defined in -[src/utilities/graphQLConnection/transformToDefaultGraphQLConnection.ts:53](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/graphQLConnection/transformToDefaultGraphQLConnection.ts#L53) +[src/utilities/graphQLConnection/transformToDefaultGraphQLConnection.ts:53](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/graphQLConnection/transformToDefaultGraphQLConnection.ts#L53) diff --git a/docs/talawa-api-docs/utilities/graphQLConnection/transformToDefaultGraphQLConnection/type-aliases/CreateCursor.md b/docs/talawa-api-docs/utilities/graphQLConnection/transformToDefaultGraphQLConnection/type-aliases/CreateCursor.md index eaa1373f414..7b7f40700f8 100644 --- a/docs/talawa-api-docs/utilities/graphQLConnection/transformToDefaultGraphQLConnection/type-aliases/CreateCursor.md +++ b/docs/talawa-api-docs/utilities/graphQLConnection/transformToDefaultGraphQLConnection/type-aliases/CreateCursor.md @@ -26,4 +26,4 @@ This is typescript type of the callback function `createCursor`. ## Defined in -[src/utilities/graphQLConnection/transformToDefaultGraphQLConnection.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/graphQLConnection/transformToDefaultGraphQLConnection.ts#L11) +[src/utilities/graphQLConnection/transformToDefaultGraphQLConnection.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/graphQLConnection/transformToDefaultGraphQLConnection.ts#L11) diff --git a/docs/talawa-api-docs/utilities/graphQLConnection/transformToDefaultGraphQLConnection/type-aliases/CreateNode.md b/docs/talawa-api-docs/utilities/graphQLConnection/transformToDefaultGraphQLConnection/type-aliases/CreateNode.md index f9f8a9ca46a..bdab36173c1 100644 --- a/docs/talawa-api-docs/utilities/graphQLConnection/transformToDefaultGraphQLConnection/type-aliases/CreateNode.md +++ b/docs/talawa-api-docs/utilities/graphQLConnection/transformToDefaultGraphQLConnection/type-aliases/CreateNode.md @@ -28,4 +28,4 @@ This is typescript type of the callback function `createNode`. ## Defined in -[src/utilities/graphQLConnection/transformToDefaultGraphQLConnection.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/graphQLConnection/transformToDefaultGraphQLConnection.ts#L16) +[src/utilities/graphQLConnection/transformToDefaultGraphQLConnection.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/graphQLConnection/transformToDefaultGraphQLConnection.ts#L16) diff --git a/docs/talawa-api-docs/utilities/graphQLConnection/transformToDefaultGraphQLConnection/type-aliases/TransformToDefaultGraphQLConnectionArguments.md b/docs/talawa-api-docs/utilities/graphQLConnection/transformToDefaultGraphQLConnection/type-aliases/TransformToDefaultGraphQLConnectionArguments.md index fe81c273189..4365e2ba5d8 100644 --- a/docs/talawa-api-docs/utilities/graphQLConnection/transformToDefaultGraphQLConnection/type-aliases/TransformToDefaultGraphQLConnectionArguments.md +++ b/docs/talawa-api-docs/utilities/graphQLConnection/transformToDefaultGraphQLConnection/type-aliases/TransformToDefaultGraphQLConnectionArguments.md @@ -40,4 +40,4 @@ ## Defined in -[src/utilities/graphQLConnection/transformToDefaultGraphQLConnection.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/graphQLConnection/transformToDefaultGraphQLConnection.ts#L18) +[src/utilities/graphQLConnection/transformToDefaultGraphQLConnection.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/graphQLConnection/transformToDefaultGraphQLConnection.ts#L18) diff --git a/docs/talawa-api-docs/utilities/graphQLConnection/type-aliases/DefaultGraphQLArgumentError.md b/docs/talawa-api-docs/utilities/graphQLConnection/type-aliases/DefaultGraphQLArgumentError.md index 00eb2a3a7ac..ab154ab4805 100644 --- a/docs/talawa-api-docs/utilities/graphQLConnection/type-aliases/DefaultGraphQLArgumentError.md +++ b/docs/talawa-api-docs/utilities/graphQLConnection/type-aliases/DefaultGraphQLArgumentError.md @@ -24,4 +24,4 @@ this base graphQL argument error. ## Defined in -[src/utilities/graphQLConnection/index.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/graphQLConnection/index.ts#L24) +[src/utilities/graphQLConnection/index.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/graphQLConnection/index.ts#L24) diff --git a/docs/talawa-api-docs/utilities/graphQLConnection/type-aliases/DefaultGraphQLConnectionArguments.md b/docs/talawa-api-docs/utilities/graphQLConnection/type-aliases/DefaultGraphQLConnectionArguments.md index 3838ec08f7d..c2646acc4ca 100644 --- a/docs/talawa-api-docs/utilities/graphQLConnection/type-aliases/DefaultGraphQLConnectionArguments.md +++ b/docs/talawa-api-docs/utilities/graphQLConnection/type-aliases/DefaultGraphQLConnectionArguments.md @@ -31,4 +31,4 @@ following the relay cursor connection specification, more info here:- [https://r ## Defined in -[src/utilities/graphQLConnection/index.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/graphQLConnection/index.ts#L33) +[src/utilities/graphQLConnection/index.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/graphQLConnection/index.ts#L33) diff --git a/docs/talawa-api-docs/utilities/graphQLConnection/type-aliases/GraphQLConnectionTraversalDirection.md b/docs/talawa-api-docs/utilities/graphQLConnection/type-aliases/GraphQLConnectionTraversalDirection.md index 018506ce0cb..4cf5cf2a230 100644 --- a/docs/talawa-api-docs/utilities/graphQLConnection/type-aliases/GraphQLConnectionTraversalDirection.md +++ b/docs/talawa-api-docs/utilities/graphQLConnection/type-aliases/GraphQLConnectionTraversalDirection.md @@ -12,4 +12,4 @@ This is typescript type of the direction the graphQL connection is to be travers ## Defined in -[src/utilities/graphQLConnection/index.ts:43](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/graphQLConnection/index.ts#L43) +[src/utilities/graphQLConnection/index.ts:43](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/graphQLConnection/index.ts#L43) diff --git a/docs/talawa-api-docs/utilities/imageAlreadyInDbCheck/functions/imageAlreadyInDbCheck.md b/docs/talawa-api-docs/utilities/imageAlreadyInDbCheck/functions/imageAlreadyInDbCheck.md index be0230159f5..f54be582e56 100644 --- a/docs/talawa-api-docs/utilities/imageAlreadyInDbCheck/functions/imageAlreadyInDbCheck.md +++ b/docs/talawa-api-docs/utilities/imageAlreadyInDbCheck/functions/imageAlreadyInDbCheck.md @@ -34,4 +34,4 @@ The file name of the existing image if found; otherwise, undefined. ## Defined in -[src/utilities/imageAlreadyInDbCheck.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/imageAlreadyInDbCheck.ts#L16) +[src/utilities/imageAlreadyInDbCheck.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/imageAlreadyInDbCheck.ts#L16) diff --git a/docs/talawa-api-docs/utilities/imageExtensionCheck/functions/imageExtensionCheck.md b/docs/talawa-api-docs/utilities/imageExtensionCheck/functions/imageExtensionCheck.md index 868616ec43e..76ff97904e1 100644 --- a/docs/talawa-api-docs/utilities/imageExtensionCheck/functions/imageExtensionCheck.md +++ b/docs/talawa-api-docs/utilities/imageExtensionCheck/functions/imageExtensionCheck.md @@ -25,4 +25,4 @@ The name of the file to check ## Defined in -[src/utilities/imageExtensionCheck.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/imageExtensionCheck.ts#L11) +[src/utilities/imageExtensionCheck.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/imageExtensionCheck.ts#L11) diff --git a/docs/talawa-api-docs/utilities/isValidMimeType/functions/isValidMimeType.md b/docs/talawa-api-docs/utilities/isValidMimeType/functions/isValidMimeType.md index 92a7ba0ea67..17c0778f1b8 100644 --- a/docs/talawa-api-docs/utilities/isValidMimeType/functions/isValidMimeType.md +++ b/docs/talawa-api-docs/utilities/isValidMimeType/functions/isValidMimeType.md @@ -26,4 +26,4 @@ True if the mimetype is valid, false otherwise. ## Defined in -[src/utilities/isValidMimeType.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/isValidMimeType.ts#L8) +[src/utilities/isValidMimeType.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/isValidMimeType.ts#L8) diff --git a/docs/talawa-api-docs/utilities/loadDefaultOrg/functions/loadDefaultOrganiation.md b/docs/talawa-api-docs/utilities/loadDefaultOrg/functions/loadDefaultOrganiation.md index a10306865a2..034055a1027 100644 --- a/docs/talawa-api-docs/utilities/loadDefaultOrg/functions/loadDefaultOrganiation.md +++ b/docs/talawa-api-docs/utilities/loadDefaultOrg/functions/loadDefaultOrganiation.md @@ -26,4 +26,4 @@ Promise\ ## Defined in -[src/utilities/loadDefaultOrg.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/loadDefaultOrg.ts#L11) +[src/utilities/loadDefaultOrg.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/loadDefaultOrg.ts#L12) diff --git a/docs/talawa-api-docs/utilities/mailer/functions/mailer.md b/docs/talawa-api-docs/utilities/mailer/functions/mailer.md index d241485f077..76c9ea37bc7 100644 --- a/docs/talawa-api-docs/utilities/mailer/functions/mailer.md +++ b/docs/talawa-api-docs/utilities/mailer/functions/mailer.md @@ -30,4 +30,4 @@ This is a utility method for sending emails. ## Defined in -[src/utilities/mailer.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/mailer.ts#L27) +[src/utilities/mailer.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/mailer.ts#L27) diff --git a/docs/talawa-api-docs/utilities/mailer/interfaces/InterfaceMailFields.md b/docs/talawa-api-docs/utilities/mailer/interfaces/InterfaceMailFields.md index be5b12b8b9f..8392743a833 100644 --- a/docs/talawa-api-docs/utilities/mailer/interfaces/InterfaceMailFields.md +++ b/docs/talawa-api-docs/utilities/mailer/interfaces/InterfaceMailFields.md @@ -16,7 +16,7 @@ Interface for the fields required to send an email. #### Defined in -[src/utilities/mailer.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/mailer.ts#L17) +[src/utilities/mailer.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/mailer.ts#L17) *** @@ -26,7 +26,7 @@ Interface for the fields required to send an email. #### Defined in -[src/utilities/mailer.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/mailer.ts#L15) +[src/utilities/mailer.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/mailer.ts#L15) *** @@ -36,4 +36,4 @@ Interface for the fields required to send an email. #### Defined in -[src/utilities/mailer.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/mailer.ts#L16) +[src/utilities/mailer.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/mailer.ts#L16) diff --git a/docs/talawa-api-docs/utilities/recurrenceDatesUtil/functions/convertToRRuleDateString.md b/docs/talawa-api-docs/utilities/recurrenceDatesUtil/functions/convertToRRuleDateString.md index e6c0eb67f9d..c93940993a8 100644 --- a/docs/talawa-api-docs/utilities/recurrenceDatesUtil/functions/convertToRRuleDateString.md +++ b/docs/talawa-api-docs/utilities/recurrenceDatesUtil/functions/convertToRRuleDateString.md @@ -26,4 +26,4 @@ converted date string. ## Defined in -[src/utilities/recurrenceDatesUtil.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/recurrenceDatesUtil.ts#L24) +[src/utilities/recurrenceDatesUtil.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/recurrenceDatesUtil.ts#L24) diff --git a/docs/talawa-api-docs/utilities/recurrenceDatesUtil/functions/convertToUTCDate.md b/docs/talawa-api-docs/utilities/recurrenceDatesUtil/functions/convertToUTCDate.md index b3cfe81ced1..3e40bd52d3d 100644 --- a/docs/talawa-api-docs/utilities/recurrenceDatesUtil/functions/convertToUTCDate.md +++ b/docs/talawa-api-docs/utilities/recurrenceDatesUtil/functions/convertToUTCDate.md @@ -26,4 +26,4 @@ converted date. ## Defined in -[src/utilities/recurrenceDatesUtil.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/recurrenceDatesUtil.ts#L7) +[src/utilities/recurrenceDatesUtil.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/recurrenceDatesUtil.ts#L7) diff --git a/docs/talawa-api-docs/utilities/recurrenceDatesUtil/functions/countTotalMondaysInMonth.md b/docs/talawa-api-docs/utilities/recurrenceDatesUtil/functions/countTotalMondaysInMonth.md index b8a09376306..66f2a6afd79 100644 --- a/docs/talawa-api-docs/utilities/recurrenceDatesUtil/functions/countTotalMondaysInMonth.md +++ b/docs/talawa-api-docs/utilities/recurrenceDatesUtil/functions/countTotalMondaysInMonth.md @@ -26,4 +26,4 @@ total number of mondays. ## Defined in -[src/utilities/recurrenceDatesUtil.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/recurrenceDatesUtil.ts#L40) +[src/utilities/recurrenceDatesUtil.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/recurrenceDatesUtil.ts#L40) diff --git a/docs/talawa-api-docs/utilities/removeSampleOrganizationUtil/functions/removeSampleOrganization.md b/docs/talawa-api-docs/utilities/removeSampleOrganizationUtil/functions/removeSampleOrganization.md index 9ccdbe0f5c0..b8e8d0d2cc6 100644 --- a/docs/talawa-api-docs/utilities/removeSampleOrganizationUtil/functions/removeSampleOrganization.md +++ b/docs/talawa-api-docs/utilities/removeSampleOrganizationUtil/functions/removeSampleOrganization.md @@ -19,4 +19,4 @@ Promise\ ## Defined in -[src/utilities/removeSampleOrganizationUtil.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/removeSampleOrganizationUtil.ts#L17) +[src/utilities/removeSampleOrganizationUtil.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/removeSampleOrganizationUtil.ts#L17) diff --git a/docs/talawa-api-docs/utilities/reuploadDuplicateCheck/functions/reuploadDuplicateCheck.md b/docs/talawa-api-docs/utilities/reuploadDuplicateCheck/functions/reuploadDuplicateCheck.md index 36224750f9c..9e7b7aa1246 100644 --- a/docs/talawa-api-docs/utilities/reuploadDuplicateCheck/functions/reuploadDuplicateCheck.md +++ b/docs/talawa-api-docs/utilities/reuploadDuplicateCheck/functions/reuploadDuplicateCheck.md @@ -36,4 +36,4 @@ This is a utility method. ## Defined in -[src/utilities/reuploadDuplicateCheck.ts:48](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/reuploadDuplicateCheck.ts#L48) +[src/utilities/reuploadDuplicateCheck.ts:48](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/reuploadDuplicateCheck.ts#L48) diff --git a/docs/talawa-api-docs/utilities/reuploadDuplicateCheck/type-aliases/TypeImagePath.md b/docs/talawa-api-docs/utilities/reuploadDuplicateCheck/type-aliases/TypeImagePath.md index 94be58cf49f..9aaf1aeb17e 100644 --- a/docs/talawa-api-docs/utilities/reuploadDuplicateCheck/type-aliases/TypeImagePath.md +++ b/docs/talawa-api-docs/utilities/reuploadDuplicateCheck/type-aliases/TypeImagePath.md @@ -10,4 +10,4 @@ ## Defined in -[src/utilities/reuploadDuplicateCheck.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/reuploadDuplicateCheck.ts#L18) +[src/utilities/reuploadDuplicateCheck.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/reuploadDuplicateCheck.ts#L18) diff --git a/docs/talawa-api-docs/utilities/superAdminCheck/functions/superAdminCheck.md b/docs/talawa-api-docs/utilities/superAdminCheck/functions/superAdminCheck.md index a73705f854a..8a86107a3ee 100644 --- a/docs/talawa-api-docs/utilities/superAdminCheck/functions/superAdminCheck.md +++ b/docs/talawa-api-docs/utilities/superAdminCheck/functions/superAdminCheck.md @@ -25,4 +25,4 @@ The user profile of the application. ## Defined in -[src/utilities/superAdminCheck.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/superAdminCheck.ts#L11) +[src/utilities/superAdminCheck.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/superAdminCheck.ts#L11) diff --git a/docs/talawa-api-docs/utilities/uploadImage/functions/uploadImage.md b/docs/talawa-api-docs/utilities/uploadImage/functions/uploadImage.md index fef9c7db52d..f695c29f767 100644 --- a/docs/talawa-api-docs/utilities/uploadImage/functions/uploadImage.md +++ b/docs/talawa-api-docs/utilities/uploadImage/functions/uploadImage.md @@ -24,4 +24,4 @@ ## Defined in -[src/utilities/uploadImage.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/uploadImage.ts#L22) +[src/utilities/uploadImage.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/uploadImage.ts#L23) diff --git a/docs/talawa-api-docs/utilities/userFamilyAdminCheck/functions/adminCheck.md b/docs/talawa-api-docs/utilities/userFamilyAdminCheck/functions/adminCheck.md index 3ea7d46387a..43236b5249f 100644 --- a/docs/talawa-api-docs/utilities/userFamilyAdminCheck/functions/adminCheck.md +++ b/docs/talawa-api-docs/utilities/userFamilyAdminCheck/functions/adminCheck.md @@ -36,4 +36,4 @@ Additionally, it queries the `AppUserProfile` to check if the `userId` is a supe ## Defined in -[src/utilities/userFamilyAdminCheck.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/userFamilyAdminCheck.ts#L19) +[src/utilities/userFamilyAdminCheck.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/userFamilyAdminCheck.ts#L19) diff --git a/docs/talawa-api-docs/utilities/userTagsPaginationUtils/getUserTagGraphQLConnectionFilter/functions/getUserTagGraphQLConnectionFilter.md b/docs/talawa-api-docs/utilities/userTagsPaginationUtils/getUserTagGraphQLConnectionFilter/functions/getUserTagGraphQLConnectionFilter.md index fb087ac48b7..fdaa4d2a872 100644 --- a/docs/talawa-api-docs/utilities/userTagsPaginationUtils/getUserTagGraphQLConnectionFilter/functions/getUserTagGraphQLConnectionFilter.md +++ b/docs/talawa-api-docs/utilities/userTagsPaginationUtils/getUserTagGraphQLConnectionFilter/functions/getUserTagGraphQLConnectionFilter.md @@ -22,4 +22,4 @@ This function is used to get an object containing filtering logic. ## Defined in -[src/utilities/userTagsPaginationUtils/getUserTagGraphQLConnectionFilter.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/userTagsPaginationUtils/getUserTagGraphQLConnectionFilter.ts#L32) +[src/utilities/userTagsPaginationUtils/getUserTagGraphQLConnectionFilter.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/userTagsPaginationUtils/getUserTagGraphQLConnectionFilter.ts#L32) diff --git a/docs/talawa-api-docs/utilities/userTagsPaginationUtils/getUserTagGraphQLConnectionSort/functions/getUserTagGraphQLConnectionSort.md b/docs/talawa-api-docs/utilities/userTagsPaginationUtils/getUserTagGraphQLConnectionSort/functions/getUserTagGraphQLConnectionSort.md index 66f44ada3d3..004dd69d9fe 100644 --- a/docs/talawa-api-docs/utilities/userTagsPaginationUtils/getUserTagGraphQLConnectionSort/functions/getUserTagGraphQLConnectionSort.md +++ b/docs/talawa-api-docs/utilities/userTagsPaginationUtils/getUserTagGraphQLConnectionSort/functions/getUserTagGraphQLConnectionSort.md @@ -22,4 +22,4 @@ This function is used to get an object containing sorting logic.a ## Defined in -[src/utilities/userTagsPaginationUtils/getUserTagGraphQLConnectionSort.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/userTagsPaginationUtils/getUserTagGraphQLConnectionSort.ts#L18) +[src/utilities/userTagsPaginationUtils/getUserTagGraphQLConnectionSort.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/userTagsPaginationUtils/getUserTagGraphQLConnectionSort.ts#L18) diff --git a/docs/talawa-api-docs/utilities/userTagsPaginationUtils/getUserTagMemberGraphQLConnectionFilter/functions/getUserTagMemberGraphQLConnectionFilter.md b/docs/talawa-api-docs/utilities/userTagsPaginationUtils/getUserTagMemberGraphQLConnectionFilter/functions/getUserTagMemberGraphQLConnectionFilter.md index d9237cf35a0..7c84bf98cdd 100644 --- a/docs/talawa-api-docs/utilities/userTagsPaginationUtils/getUserTagMemberGraphQLConnectionFilter/functions/getUserTagMemberGraphQLConnectionFilter.md +++ b/docs/talawa-api-docs/utilities/userTagsPaginationUtils/getUserTagMemberGraphQLConnectionFilter/functions/getUserTagMemberGraphQLConnectionFilter.md @@ -22,4 +22,4 @@ This function is used to get an object containing filtering logic. ## Defined in -[src/utilities/userTagsPaginationUtils/getUserTagMemberGraphQLConnectionFilter.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/userTagsPaginationUtils/getUserTagMemberGraphQLConnectionFilter.ts#L38) +[src/utilities/userTagsPaginationUtils/getUserTagMemberGraphQLConnectionFilter.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/userTagsPaginationUtils/getUserTagMemberGraphQLConnectionFilter.ts#L38) diff --git a/docs/talawa-api-docs/utilities/userTagsPaginationUtils/parseUserTagMemberWhere/functions/parseUserTagMemberWhere.md b/docs/talawa-api-docs/utilities/userTagsPaginationUtils/parseUserTagMemberWhere/functions/parseUserTagMemberWhere.md index e89e90de80e..de6ce61c647 100644 --- a/docs/talawa-api-docs/utilities/userTagsPaginationUtils/parseUserTagMemberWhere/functions/parseUserTagMemberWhere.md +++ b/docs/talawa-api-docs/utilities/userTagsPaginationUtils/parseUserTagMemberWhere/functions/parseUserTagMemberWhere.md @@ -22,4 +22,4 @@ Function to parse the args.where for UserTag member assignment queries ## Defined in -[src/utilities/userTagsPaginationUtils/parseUserTagMemberWhere.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/userTagsPaginationUtils/parseUserTagMemberWhere.ts#L18) +[src/utilities/userTagsPaginationUtils/parseUserTagMemberWhere.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/userTagsPaginationUtils/parseUserTagMemberWhere.ts#L18) diff --git a/docs/talawa-api-docs/utilities/userTagsPaginationUtils/parseUserTagMemberWhere/type-aliases/ParseUserTagMemberWhereResult.md b/docs/talawa-api-docs/utilities/userTagsPaginationUtils/parseUserTagMemberWhere/type-aliases/ParseUserTagMemberWhereResult.md index efe583dd299..e819d7c3116 100644 --- a/docs/talawa-api-docs/utilities/userTagsPaginationUtils/parseUserTagMemberWhere/type-aliases/ParseUserTagMemberWhereResult.md +++ b/docs/talawa-api-docs/utilities/userTagsPaginationUtils/parseUserTagMemberWhere/type-aliases/ParseUserTagMemberWhereResult.md @@ -22,4 +22,4 @@ Type of the where object returned if the parsing is successful ## Defined in -[src/utilities/userTagsPaginationUtils/parseUserTagMemberWhere.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/userTagsPaginationUtils/parseUserTagMemberWhere.ts#L10) +[src/utilities/userTagsPaginationUtils/parseUserTagMemberWhere.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/userTagsPaginationUtils/parseUserTagMemberWhere.ts#L10) diff --git a/docs/talawa-api-docs/utilities/userTagsPaginationUtils/parseUserTagSortedBy/functions/parseUserTagSortedBy.md b/docs/talawa-api-docs/utilities/userTagsPaginationUtils/parseUserTagSortedBy/functions/parseUserTagSortedBy.md index 247b8511b95..e090ae7f567 100644 --- a/docs/talawa-api-docs/utilities/userTagsPaginationUtils/parseUserTagSortedBy/functions/parseUserTagSortedBy.md +++ b/docs/talawa-api-docs/utilities/userTagsPaginationUtils/parseUserTagSortedBy/functions/parseUserTagSortedBy.md @@ -22,4 +22,4 @@ function to parse the args.sortedBy for UserTag queries ## Defined in -[src/utilities/userTagsPaginationUtils/parseUserTagSortedBy.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/userTagsPaginationUtils/parseUserTagSortedBy.ts#L20) +[src/utilities/userTagsPaginationUtils/parseUserTagSortedBy.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/userTagsPaginationUtils/parseUserTagSortedBy.ts#L20) diff --git a/docs/talawa-api-docs/utilities/userTagsPaginationUtils/parseUserTagSortedBy/type-aliases/ParseSortedByResult.md b/docs/talawa-api-docs/utilities/userTagsPaginationUtils/parseUserTagSortedBy/type-aliases/ParseSortedByResult.md index 192e36ad256..e9b5ec1c616 100644 --- a/docs/talawa-api-docs/utilities/userTagsPaginationUtils/parseUserTagSortedBy/type-aliases/ParseSortedByResult.md +++ b/docs/talawa-api-docs/utilities/userTagsPaginationUtils/parseUserTagSortedBy/type-aliases/ParseSortedByResult.md @@ -18,4 +18,4 @@ type of the sort object returned if the parsing is successful ## Defined in -[src/utilities/userTagsPaginationUtils/parseUserTagSortedBy.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/userTagsPaginationUtils/parseUserTagSortedBy.ts#L13) +[src/utilities/userTagsPaginationUtils/parseUserTagSortedBy.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/userTagsPaginationUtils/parseUserTagSortedBy.ts#L13) diff --git a/docs/talawa-api-docs/utilities/userTagsPaginationUtils/parseUserTagWhere/functions/parseUserTagWhere.md b/docs/talawa-api-docs/utilities/userTagsPaginationUtils/parseUserTagWhere/functions/parseUserTagWhere.md index 1cc1e162a1b..9365cd01706 100644 --- a/docs/talawa-api-docs/utilities/userTagsPaginationUtils/parseUserTagWhere/functions/parseUserTagWhere.md +++ b/docs/talawa-api-docs/utilities/userTagsPaginationUtils/parseUserTagWhere/functions/parseUserTagWhere.md @@ -22,4 +22,4 @@ function to parse the args.where for UserTag queries ## Defined in -[src/utilities/userTagsPaginationUtils/parseUserTagWhere.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/userTagsPaginationUtils/parseUserTagWhere.ts#L17) +[src/utilities/userTagsPaginationUtils/parseUserTagWhere.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/userTagsPaginationUtils/parseUserTagWhere.ts#L17) diff --git a/docs/talawa-api-docs/utilities/userTagsPaginationUtils/parseUserTagWhere/type-aliases/ParseUserTagWhereResult.md b/docs/talawa-api-docs/utilities/userTagsPaginationUtils/parseUserTagWhere/type-aliases/ParseUserTagWhereResult.md index f0c872efde4..5c57206e905 100644 --- a/docs/talawa-api-docs/utilities/userTagsPaginationUtils/parseUserTagWhere/type-aliases/ParseUserTagWhereResult.md +++ b/docs/talawa-api-docs/utilities/userTagsPaginationUtils/parseUserTagWhere/type-aliases/ParseUserTagWhereResult.md @@ -18,4 +18,4 @@ type of the where object returned if the parsing is successful ## Defined in -[src/utilities/userTagsPaginationUtils/parseUserTagWhere.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/039b0f127fb8caa46d57186ab4b3bb27fe150903/src/utilities/userTagsPaginationUtils/parseUserTagWhere.ts#L10) +[src/utilities/userTagsPaginationUtils/parseUserTagWhere.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3a5276aff43f5de4f7fab3ec9683a420dcdc7a06/src/utilities/userTagsPaginationUtils/parseUserTagWhere.ts#L10)