diff --git a/404.html b/404.html index eebbf1272e..6ba531145a 100644 --- a/404.html +++ b/404.html @@ -4,7 +4,7 @@ Page Not Found | Talawa API Documentation - + diff --git a/assets/js/1b7c35d8.7d9cf16d.js b/assets/js/1b7c35d8.7d9cf16d.js deleted file mode 100644 index dcca7c00b3..0000000000 --- a/assets/js/1b7c35d8.7d9cf16d.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunkdocs=self.webpackChunkdocs||[]).push([[4268],{89795:(e,n,i)=>{i.r(n),i.d(n,{assets:()=>d,contentTitle:()=>l,default:()=>h,frontMatter:()=>r,metadata:()=>s,toc:()=>c});const s=JSON.parse('{"id":"docs/getting-started/installation","title":"Installation","description":"This document provides instructions on how to set up and start a running instance of talawa-api on your local system. The instructions are written to be followed in sequence so make sure to go through each of them step by step without skipping any sections.","source":"@site/docs/docs/getting-started/installation.md","sourceDirName":"docs/getting-started","slug":"/installation","permalink":"/docs/installation","draft":false,"unlisted":false,"editUrl":"https://github.com/PalisadoesFoundation/talawa-api/edit/develop/docs/docs/docs/getting-started/installation.md","tags":[],"version":"current","sidebarPosition":1,"frontMatter":{"id":"installation","title":"Installation","slug":"/installation","sidebar_position":1},"sidebar":"tutorialSidebar","previous":{"title":"Introduction","permalink":"/docs/"},"next":{"title":"Environment Variables","permalink":"/docs/installation/environment-variables"}}');var t=i(86070),o=i(60385);const r={id:"installation",title:"Installation",slug:"/installation",sidebar_position:1},l=void 0,d={},c=[{value:"The .env Configuration File",id:"the-env-configuration-file",level:2},{value:"Prerequisities",id:"prerequisities",level:2},{value:"Install Docker",id:"install-docker",level:4},{value:"Download the talawa-api Code",id:"download-the-talawa-api-code",level:4},{value:"Production Environment Setup",id:"production-environment-setup",level:2},{value:"Prerequisites",id:"prerequisites",level:3},{value:"Setup - Instructional Video",id:"setup---instructional-video",level:3},{value:"Setup - All Steps",id:"setup---all-steps",level:3},{value:"Configure the .env File",id:"configure-the-env-file",level:4},{value:"Add a JWT Secret to .env",id:"add-a-jwt-secret-to-env",level:5},{value:"Start the App",id:"start-the-app",level:4},{value:"Development Environment Setup",id:"development-environment-setup",level:2},{value:"Our Recommendations",id:"our-recommendations",level:3},{value:"Prerequisites",id:"prerequisites-1",level:3},{value:"Setup: Instructional Video",id:"setup-instructional-video",level:3},{value:"Setup: Using the CLI",id:"setup-using-the-cli",level:3},{value:"CLI Shutdown (Development)",id:"cli-shutdown-development",level:4},{value:"CLI Startup (Development)",id:"cli-startup-development",level:4},{value:"Import Sample Data",id:"import-sample-data",level:4},{value:"Setup: Using the VScode IDE",id:"setup-using-the-vscode-ide",level:3},{value:"Development Mode Operation",id:"development-mode-operation",level:4},{value:"Testing and Validation",id:"testing-and-validation",level:2}];function a(e){const n={a:"a",code:"code",em:"em",h2:"h2",h3:"h3",h4:"h4",h5:"h5",img:"img",li:"li",ol:"ol",p:"p",pre:"pre",strong:"strong",table:"table",tbody:"tbody",td:"td",th:"th",thead:"thead",tr:"tr",ul:"ul",...(0,o.R)(),...e.components};return(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(n.p,{children:"This document provides instructions on how to set up and start a running instance of talawa-api on your local system. The instructions are written to be followed in sequence so make sure to go through each of them step by step without skipping any sections."}),"\n",(0,t.jsx)(n.h2,{id:"the-env-configuration-file",children:"The .env Configuration File"}),"\n",(0,t.jsx)(n.p,{children:"You will need to configure the API to work correctly."}),"\n",(0,t.jsxs)(n.ol,{children:["\n",(0,t.jsxs)(n.li,{children:["The configuration file is called ",(0,t.jsx)(n.code,{children:".env"})," and must be placed in the root directory of the code."]}),"\n",(0,t.jsxs)(n.li,{children:["This table defines some the parameters required for smooth operation","\n",(0,t.jsxs)(n.ol,{children:["\n",(0,t.jsxs)(n.li,{children:["Steps explaining the usage of the ",(0,t.jsx)(n.code,{children:".env"})," file will be found in subsequent sections"]}),"\n"]}),"\n"]}),"\n"]}),"\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsxs)(n.li,{children:[(0,t.jsx)(n.strong,{children:"NOTE:"})," Visit our ",(0,t.jsx)(n.a,{href:"/docs/installation/environment-variables",children:"Environment Variables Page"})," for a comprehensive list of possibilities."]}),"\n"]}),"\n",(0,t.jsxs)(n.table,{children:[(0,t.jsx)(n.thead,{children:(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.th,{children:(0,t.jsx)(n.strong,{children:"Variable"})}),(0,t.jsx)(n.th,{children:(0,t.jsx)(n.strong,{children:"Use Case"})})]})}),(0,t.jsxs)(n.tbody,{children:[(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.td,{children:(0,t.jsx)(n.code,{children:"API_ADMINISTRATOR_USER_EMAIL_ADDRESS"})}),(0,t.jsx)(n.td,{children:"Email address of the administrator user."})]}),(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.td,{children:(0,t.jsx)(n.code,{children:"API_ADMINISTRATOR_USER_NAME"})}),(0,t.jsx)(n.td,{children:"Username of the administrator user, used for admin login and identification."})]}),(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.td,{children:(0,t.jsx)(n.code,{children:"API_ADMINISTRATOR_USER_PASSWORD"})}),(0,t.jsx)(n.td,{children:"Password for the administrator user, used for admin login security."})]}),(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.td,{children:(0,t.jsx)(n.code,{children:"API_BASE_URL"})}),(0,t.jsx)(n.td,{children:"Base URL for the API, used for constructing API endpoints and routing requests."})]}),(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.td,{children:(0,t.jsx)(n.code,{children:"API_COMMUNITY_FACEBOOK_URL"})}),(0,t.jsx)(n.td,{children:"URL to the community's Facebook page, used for linking and integrating social media presence."})]}),(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.td,{children:(0,t.jsx)(n.code,{children:"API_COMMUNITY_GITHUB_URL"})}),(0,t.jsx)(n.td,{children:"URL to the community's GitHub repository, used for linking and integrating code repository."})]}),(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.td,{children:(0,t.jsx)(n.code,{children:"API_COMMUNITY_INSTAGRAM_URL"})}),(0,t.jsx)(n.td,{children:"URL to the community's Instagram page, used for linking and integrating social media presence."})]}),(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.td,{children:(0,t.jsx)(n.code,{children:"API_COMMUNITY_LINKEDIN_URL"})}),(0,t.jsx)(n.td,{children:"URL to the community's LinkedIn page, used for linking and integrating social media presence."})]}),(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.td,{children:(0,t.jsx)(n.code,{children:"API_COMMUNITY_NAME"})}),(0,t.jsx)(n.td,{children:"Name of the community, used for branding and identification within the application."})]}),(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.td,{children:(0,t.jsx)(n.code,{children:"API_COMMUNITY_REDDIT_URL"})}),(0,t.jsx)(n.td,{children:"URL to the community's Reddit page, used for linking and integrating social media presence."})]}),(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.td,{children:(0,t.jsx)(n.code,{children:"API_COMMUNITY_SLACK_URL"})}),(0,t.jsx)(n.td,{children:"URL to the community's Slack workspace, used for linking and integrating communication channels."})]}),(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.td,{children:(0,t.jsx)(n.code,{children:"API_COMMUNITY_WEBSITE_URL"})}),(0,t.jsx)(n.td,{children:"URL to the community's website, used for linking and integrating online presence."})]}),(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.td,{children:(0,t.jsx)(n.code,{children:"API_COMMUNITY_X_URL"})}),(0,t.jsx)(n.td,{children:"URL to the community's X (formerly Twitter) page, used for linking and integrating social media presence."})]}),(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.td,{children:(0,t.jsx)(n.code,{children:"API_COMMUNITY_YOUTUBE_URL"})}),(0,t.jsx)(n.td,{children:"URL to the community's YouTube channel, used for linking and integrating video content."})]}),(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.td,{children:(0,t.jsx)(n.code,{children:"API_JWT_SECRET"})}),(0,t.jsx)(n.td,{children:"Secret key for JWT(JSON Web Token) generation and validation, used for securing API authentication and authorization."})]}),(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.td,{children:(0,t.jsx)(n.code,{children:"API_MINIO_SECRET_KEY"})}),(0,t.jsx)(n.td,{children:"Secret key for MinIO, used for securing access to MinIO object storage."})]}),(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.td,{children:(0,t.jsx)(n.code,{children:"API_POSTGRES_PASSWORD"})}),(0,t.jsx)(n.td,{children:"Password for the PostgreSQL database, used for database authentication and security."})]}),(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.td,{children:(0,t.jsx)(n.code,{children:"CADDY_TALAWA_API_DOMAIN_NAME"})}),(0,t.jsx)(n.td,{children:"Domain name for the Talawa API, used for configuring and routing API traffic."})]}),(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.td,{children:(0,t.jsx)(n.code,{children:"CADDY_TALAWA_API_EMAIL"})}),(0,t.jsx)(n.td,{children:"Email address for the Talawa API, used for SSL certificate registration and notifications."})]}),(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.td,{children:(0,t.jsx)(n.code,{children:"MINIO_ROOT_PASSWORD"})}),(0,t.jsx)(n.td,{children:"Root password for MinIO, used for securing administrative access to MinIO object storage."})]}),(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.td,{children:(0,t.jsx)(n.code,{children:"POSTGRES_PASSWORD"})}),(0,t.jsx)(n.td,{children:"Password for the PostgreSQL database (Docker Compose), used for database authentication and security."})]})]})]}),"\n",(0,t.jsx)(n.h2,{id:"prerequisities",children:"Prerequisities"}),"\n",(0,t.jsx)(n.p,{children:"You must follow these steps before continuing."}),"\n",(0,t.jsx)(n.h4,{id:"install-docker",children:"Install Docker"}),"\n",(0,t.jsx)(n.p,{children:"Docker is used to build, deploy, and manage applications within isolated, lightweight containers, effectively packaging an application with all its dependencies so it can run consistently across different environments, allowing for faster development, testing, and deployment of software."}),"\n",(0,t.jsx)(n.p,{children:"We use Docker to simplify installation. Follow these steps to install Docker on your system"}),"\n",(0,t.jsxs)(n.ol,{children:["\n",(0,t.jsx)(n.li,{children:(0,t.jsx)(n.a,{href:"https://www.docker.com/products/docker-desktop",children:"Docker Desktop for Windows/Mac"})}),"\n",(0,t.jsx)(n.li,{children:(0,t.jsx)(n.a,{href:"https://docs.docker.com/engine/install/",children:"Docker Engine for Linux"})}),"\n"]}),"\n",(0,t.jsx)(n.p,{children:"After docker is installed, you'll need to verify its operation"}),"\n",(0,t.jsxs)(n.ol,{children:["\n",(0,t.jsxs)(n.li,{children:["\n",(0,t.jsx)(n.p,{children:"Open a terminal window."}),"\n"]}),"\n",(0,t.jsxs)(n.li,{children:["\n",(0,t.jsx)(n.p,{children:"Run the following commands to check if the required software is installed:"}),"\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsx)(n.li,{children:(0,t.jsx)(n.code,{children:"docker --version"})}),"\n",(0,t.jsx)(n.li,{children:(0,t.jsx)(n.code,{children:"docker-compose --version"})}),"\n"]}),"\n"]}),"\n",(0,t.jsxs)(n.li,{children:["\n",(0,t.jsx)(n.p,{children:"Check if docker is running:"}),"\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsx)(n.li,{children:(0,t.jsx)(n.code,{children:"docker info"})}),"\n"]}),"\n"]}),"\n"]}),"\n",(0,t.jsx)(n.p,{children:(0,t.jsxs)(n.em,{children:["(Note: Restart the docker if you are getting this error ",(0,t.jsx)(n.code,{children:"Cannot connect to the Docker daemon "}),")"]})}),"\n",(0,t.jsxs)(n.h4,{id:"download-the-talawa-api-code",children:["Download the ",(0,t.jsx)(n.code,{children:"talawa-api"})," Code"]}),"\n",(0,t.jsxs)(n.ol,{children:["\n",(0,t.jsx)(n.li,{children:"On your computer, navigate to the folder where you want to set up the repository."}),"\n",(0,t.jsxs)(n.li,{children:["Open a command prompt (",(0,t.jsx)(n.code,{children:"cmd"})," for Windows) or terminal (",(0,t.jsx)(n.code,{children:"terminal"})," for Linux or MacOS) session in this folder.","\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsx)(n.li,{children:"You can usually do this by right-clicking in the folder and selecting the appropriate option for your OS."}),"\n"]}),"\n"]}),"\n",(0,t.jsxs)(n.li,{children:["Clone the repository to your local computer:","\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{className:"language-bash",children:"git clone https://github.com/PalisadoesFoundation/talawa-api.git\ncd talawa-api\ngit checkout develop-postgres\n"})}),"\n"]}),"\n"]}),"\n",(0,t.jsx)(n.h2,{id:"production-environment-setup",children:"Production Environment Setup"}),"\n",(0,t.jsx)(n.p,{children:"This section outlines how to setup Talawa-API for use by organizations."}),"\n",(0,t.jsxs)(n.p,{children:["If you are a developer, please go to the ",(0,t.jsx)(n.code,{children:"Development Environment Setup"})," section"]}),"\n",(0,t.jsx)(n.h3,{id:"prerequisites",children:"Prerequisites"}),"\n",(0,t.jsx)(n.p,{children:"You must have basic competence and experience in the following technologies to be able to set up the production environment of talawa api:"}),"\n",(0,t.jsxs)(n.ol,{children:["\n",(0,t.jsx)(n.li,{children:"Git"}),"\n",(0,t.jsx)(n.li,{children:"Github"}),"\n",(0,t.jsx)(n.li,{children:"Docker"}),"\n",(0,t.jsx)(n.li,{children:"Docker compose"}),"\n"]}),"\n",(0,t.jsx)(n.p,{children:"Please make sure that you have insalled the required software before starting the production environment setup."}),"\n",(0,t.jsx)(n.h3,{id:"setup---instructional-video",children:"Setup - Instructional Video"}),"\n",(0,t.jsx)(n.p,{children:"We provide a mostly automated way of setting up the production environment for the Talawa API using Git, Docker, and Docker-compose. Follow the instructions below and refer to the provided instructional video for a visual guide."}),"\n",(0,t.jsx)(n.p,{children:"Click on the image below to play the video."}),"\n",(0,t.jsx)(n.p,{children:(0,t.jsx)(n.a,{href:"https://www.youtube.com/watch?v=10Zi2srGPHM",children:(0,t.jsx)(n.img,{src:"https://img.youtube.com/vi/10Zi2srGPHM/0.jpg",alt:"Talawa API Environment Setup - Production"})})}),"\n",(0,t.jsx)(n.p,{children:(0,t.jsx)(n.strong,{children:"Note: The video contains some inaccuracies."})}),"\n",(0,t.jsxs)(n.ol,{children:["\n",(0,t.jsxs)(n.li,{children:["Please ensure you clone from the correct repository ",(0,t.jsx)(n.a,{href:"https://github.com/PalisadoesFoundation/talawa-api",children:"Talawa API Repository"})]}),"\n",(0,t.jsxs)(n.li,{children:["The correct branch to checkout is ",(0,t.jsx)(n.code,{children:"develop-postgres"})]}),"\n",(0,t.jsxs)(n.li,{children:["All the field for .env files are not shown in the video. Refer ",(0,t.jsx)(n.a,{href:"##step-4-configuring-environment-variables",children:"Step 4: Configuring Environment Variables"})]}),"\n"]}),"\n",(0,t.jsx)(n.h3,{id:"setup---all-steps",children:"Setup - All Steps"}),"\n",(0,t.jsx)(n.p,{children:"Follow these steps to have the best experience"}),"\n",(0,t.jsxs)(n.h4,{id:"configure-the-env-file",children:["Configure the ",(0,t.jsx)(n.code,{children:".env"})," File"]}),"\n",(0,t.jsxs)(n.p,{children:["You'll need to create a ",(0,t.jsx)(n.code,{children:".env"})," file in the repository's root directory."]}),"\n",(0,t.jsxs)(n.p,{children:["Copy the content of ",(0,t.jsx)(n.code,{children:"./envFiles/.env.production"})," to the ",(0,t.jsx)(n.code,{children:".env"})," file."]}),"\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{className:"language-bash",children:"cp ./envFiles/.env.production ./.env\n"})}),"\n",(0,t.jsx)(n.h5,{id:"add-a-jwt-secret-to-env",children:"Add a JWT Secret to .env"}),"\n",(0,t.jsxs)(n.p,{children:["You will need to add a JWT secret to the ",(0,t.jsx)(n.code,{children:".env"})," file"]}),"\n",(0,t.jsxs)(n.ol,{children:["\n",(0,t.jsxs)(n.li,{children:["Open your web browser and go to ",(0,t.jsx)(n.a,{href:"https://jwtsecret.com/generate",children:"https://jwtsecret.com/generate"}),"."]}),"\n",(0,t.jsxs)(n.li,{children:["Select ",(0,t.jsx)(n.code,{children:"64"})," from the slider."]}),"\n",(0,t.jsxs)(n.li,{children:["Click the ",(0,t.jsx)(n.strong,{children:"Generate"})," button."]}),"\n"]}),"\n",(0,t.jsx)(n.p,{children:"Your new 64-character JWT secret will be displayed on the screen."}),"\n",(0,t.jsxs)(n.ol,{children:["\n",(0,t.jsx)(n.li,{children:"Copy this secret"}),"\n",(0,t.jsxs)(n.li,{children:["Add it to the ",(0,t.jsx)(n.code,{children:"API_JWT_SECRET"})," value in the ",(0,t.jsx)(n.code,{children:".env"})," file."]}),"\n"]}),"\n",(0,t.jsx)(n.h4,{id:"start-the-app",children:"Start the App"}),"\n",(0,t.jsxs)(n.ol,{children:["\n",(0,t.jsxs)(n.li,{children:["Start the server by running the following command:","\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{className:"language-bash",children:"docker compose up\n"})}),"\n"]}),"\n",(0,t.jsxs)(n.li,{children:["To stop the Docker Server, use this command:","\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{className:"language-bash",children:"docker compose down\n"})}),"\n"]}),"\n"]}),"\n",(0,t.jsx)(n.p,{children:"Congratulations! \ud83c\udf89 Your Talawa API is now successfully set up and running using Docker!"}),"\n",(0,t.jsx)(n.h2,{id:"development-environment-setup",children:"Development Environment Setup"}),"\n",(0,t.jsx)(n.p,{children:"This section outlines how to setup Talawa-API for use by developers wanting to contribute code to the project."}),"\n",(0,t.jsxs)(n.p,{children:["If you want to install it for your organization, then please go to the ",(0,t.jsx)(n.code,{children:"Production Environment Setup"})," section"]}),"\n",(0,t.jsx)(n.h3,{id:"our-recommendations",children:"Our Recommendations"}),"\n",(0,t.jsx)(n.p,{children:"Linux based distributions are simply the best platform for a very vast majority of use cases related to software development. As such we recommend using popular linux based distributions like fedora, arch, ubuntu, linux mint, debian etc., for having a better experience during software development."}),"\n",(0,t.jsx)(n.p,{children:"We make heavy use of Docker containers in our workflows. Since containers are a Linux-based technology, on non-Linux platforms they require Linux emulation through virtual machines, which can impact performance. So, you should be aware that there are performance penalties and certain limitations with running containers on platforms like macOS and windows."}),"\n",(0,t.jsx)(n.p,{children:"Though, many of these penalties and limitations don't apply to windows subsystem for linux. So, if you plan on using windows, at the very least make use of windows subsystem for linux."}),"\n",(0,t.jsx)(n.h3,{id:"prerequisites-1",children:"Prerequisites"}),"\n",(0,t.jsx)(n.p,{children:"You must have basic competence and experience in the following technologies to be able to set up and work within the development environment of talawa api:"}),"\n",(0,t.jsxs)(n.ol,{children:["\n",(0,t.jsx)(n.li,{children:"Unix based operating systems like linux based distributions, macOS or windows subsystem for linux."}),"\n",(0,t.jsx)(n.li,{children:"Git"}),"\n",(0,t.jsx)(n.li,{children:"Github"}),"\n",(0,t.jsx)(n.li,{children:"Docker"}),"\n",(0,t.jsx)(n.li,{children:"Docker compose"}),"\n",(0,t.jsx)(n.li,{children:"Visual studio code with devcontainers"}),"\n",(0,t.jsx)(n.li,{children:"Typescript"}),"\n",(0,t.jsx)(n.li,{children:"Node.js"}),"\n"]}),"\n",(0,t.jsxs)(n.p,{children:["It is very important that you go through ",(0,t.jsx)(n.a,{href:"https://code.visualstudio.com/docs/devcontainers/containers",children:"this"})," official documentation for working with devcontainers in visual studio code."]}),"\n",(0,t.jsx)(n.h3,{id:"setup-instructional-video",children:"Setup: Instructional Video"}),"\n",(0,t.jsx)(n.p,{children:"We provide a mostly automated way of setting up the development environment for the Talawa API using Git, Docker, and Visual Studio Code. Follow the instructions below and refer to the provided instructional video for a visual guide."}),"\n",(0,t.jsx)(n.p,{children:"Click on the image below to play the video."}),"\n",(0,t.jsx)(n.p,{children:(0,t.jsx)(n.a,{href:"https://www.youtube.com/watch?v=jz7koJIXqtk",children:(0,t.jsx)(n.img,{src:"https://img.youtube.com/vi/jz7koJIXqtk/0.jpg",alt:"Talawa API Environment Setup - Development"})})}),"\n",(0,t.jsx)(n.p,{children:(0,t.jsx)(n.strong,{children:"Note: The video contains some inaccuracies."})}),"\n",(0,t.jsxs)(n.ol,{children:["\n",(0,t.jsxs)(n.li,{children:["Please ensure you clone from the correct repository ",(0,t.jsx)(n.a,{href:"https://github.com/PalisadoesFoundation/talawa-api",children:"Talawa API Repository"})]}),"\n",(0,t.jsxs)(n.li,{children:["The correct branch to checkout is ",(0,t.jsx)(n.code,{children:"develop-postgres"})]}),"\n",(0,t.jsxs)(n.li,{children:[(0,t.jsx)(n.code,{children:"postgres-test"})," is the name of the test database in the docker-compose file."]}),"\n"]}),"\n",(0,t.jsx)(n.h3,{id:"setup-using-the-cli",children:"Setup: Using the CLI"}),"\n",(0,t.jsx)(n.p,{children:"These steps are specific to Linux. You will need to modify them accordingly for other operating systems"}),"\n",(0,t.jsxs)(n.ol,{children:["\n",(0,t.jsxs)(n.li,{children:["Install ",(0,t.jsx)(n.code,{children:"docker"})," and ensure that the daemon is running."]}),"\n",(0,t.jsx)(n.li,{children:"This process does not require the installation of PostgresSQL. If you have installed postgres on your system, make sure that it is not running."}),"\n",(0,t.jsxs)(n.li,{children:["Windows Only","\n",(0,t.jsxs)(n.ol,{children:["\n",(0,t.jsxs)(n.li,{children:["Make sure you clone the ",(0,t.jsx)(n.code,{children:"talawa-api"})," repository to a ",(0,t.jsx)(n.code,{children:"WSL"})," subdirectory."]}),"\n",(0,t.jsx)(n.li,{children:"Run all the following commands from the repository root in that subdirectory."}),"\n"]}),"\n"]}),"\n",(0,t.jsxs)(n.li,{children:["Create the ",(0,t.jsx)(n.code,{children:".env"})," file by copying the template from the ",(0,t.jsx)(n.code,{children:"envFiles/"})," directory.","\n",(0,t.jsxs)(n.ol,{children:["\n",(0,t.jsxs)(n.li,{children:[(0,t.jsx)(n.strong,{children:"DO NOT EDIT EITHER FILE!"}),"\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{className:"language-bash",children:"cp envFiles/.env.devcontainer .env\n"})}),"\n"]}),"\n"]}),"\n"]}),"\n",(0,t.jsxs)(n.li,{children:["Install ",(0,t.jsx)(n.code,{children:"pnpm"})," using ",(0,t.jsx)(n.code,{children:"codepack"}),"\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{className:"language-bash",children:"corepack install -g pnpm\n"})}),"\n"]}),"\n",(0,t.jsxs)(n.li,{children:["Linux / MacOS Only","\n",(0,t.jsxs)(n.ol,{children:["\n",(0,t.jsxs)(n.li,{children:["Setup ",(0,t.jsx)(n.code,{children:"pnpm"})," to be automatically configured on all future terminal session logins using your ",(0,t.jsx)(n.code,{children:"~/.bashrc"})," file.","\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{className:"language-bash",children:"pnpm setup\n"})}),"\n"]}),"\n",(0,t.jsxs)(n.li,{children:["Enable ",(0,t.jsx)(n.code,{children:"pnpm"})," for your current terminal session.","\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{children:"source ~/.bashrc\n"})}),"\n"]}),"\n"]}),"\n"]}),"\n",(0,t.jsxs)(n.li,{children:["Install the ",(0,t.jsx)(n.code,{children:"pnpm"})," packages","\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{className:"language-bash",children:"pnpm install\n"})}),"\n"]}),"\n",(0,t.jsxs)(n.li,{children:["Install the ",(0,t.jsx)(n.code,{children:"devcontainers/cli"})," package","\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{children:"pnpm install -g @devcontainers/cli\n"})}),"\n"]}),"\n",(0,t.jsxs)(n.li,{children:["You will now need to make your user a part of the ",(0,t.jsx)(n.code,{children:"docker"})," operating system group or else you will get ",(0,t.jsx)(n.code,{children:"permission denied"})," messages when starting docker later. ",(0,t.jsx)(n.code,{children:"$USER"})," is a universal representation of your username. You don't need to change this in the command below.","\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{children:"sudo usermod -a -G docker $USER\n"})}),"\n"]}),"\n",(0,t.jsxs)(n.li,{children:["You will only become a part of the ",(0,t.jsx)(n.code,{children:"docker"})," group on your next login. You don't have to logout, just start another session on the CLI using the ",(0,t.jsx)(n.code,{children:"su"})," command.","\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{children:"sudo su $USER -\n"})}),"\n"]}),"\n",(0,t.jsx)(n.li,{children:"Build the docker devcontainer"}),"\n"]}),"\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{children:"devcontainer build --workspace-folder .\n"})}),"\n",(0,t.jsxs)(n.ol,{start:"10",children:["\n",(0,t.jsx)(n.li,{children:"When the build is complete, the last line of the output should be:"}),"\n"]}),"\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{children:'{"outcome":"success","imageName":"talawa-api"}\n'})}),"\n",(0,t.jsxs)(n.ol,{start:"11",children:["\n",(0,t.jsx)(n.li,{children:"Start the docker devcontainer"}),"\n"]}),"\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{children:"devcontainer up --workspace-folder .\n"})}),"\n",(0,t.jsxs)(n.ol,{start:"12",children:["\n",(0,t.jsx)(n.li,{children:"When the startup is complete, the last line of out put should look like this:"}),"\n"]}),"\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{children:"...\n...\n...\n[19:53:14.113] INFO (166): Server listening at http://127.0.0.1:4000\n[19:53:14.113] INFO (166): Server listening at http://172.23.0.3:4000\n[19:53:14.113] INFO (166): Server listening at http://172.20.0.2:4000\n[19:53:14.113] INFO (166): Server listening at http://172.19.0.3:4000\n[19:53:14.113] INFO (166): Server listening at http://172.21.0.3:4000\n[19:53:14.113] INFO (166): Server listening at http://172.22.0.4:4000\n"})}),"\n",(0,t.jsx)(n.p,{children:"All done!"}),"\n",(0,t.jsx)(n.h4,{id:"cli-shutdown-development",children:"CLI Shutdown (Development)"}),"\n",(0,t.jsxs)(n.p,{children:["Use the command ",(0,t.jsx)(n.code,{children:"docker compose"})," command to cleanly shutdown the dev container"]}),"\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{children:"docker compose down\n"})}),"\n",(0,t.jsx)(n.h4,{id:"cli-startup-development",children:"CLI Startup (Development)"}),"\n",(0,t.jsx)(n.p,{children:"After a successful installation, use these commands in sequence to start the dev container."}),"\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{children:"devcontainer build --workspace-folder .\ndevcontainer up --workspace-folder .\n"})}),"\n",(0,t.jsx)(n.h4,{id:"import-sample-data",children:"Import Sample Data"}),"\n",(0,t.jsxs)(n.ol,{children:["\n",(0,t.jsx)(n.li,{children:"Once the server is running, open a new terminal session."}),"\n",(0,t.jsxs)(n.li,{children:["Open a bash session inside the running container:","\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{className:"language-bash",children:"docker exec -it talawa-api-1 /bin/bash\n"})}),"\n"]}),"\n",(0,t.jsxs)(n.li,{children:["Inside the container, run the following command to import sample data into the database:","\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{className:"language-bash",children:" pnpm run import:sample-data\n"})}),"\n"]}),"\n",(0,t.jsxs)(n.li,{children:["Then exit","\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{className:"language-bash",children:" exit\n"})}),"\n"]}),"\n"]}),"\n",(0,t.jsx)(n.h3,{id:"setup-using-the-vscode-ide",children:"Setup: Using the VScode IDE"}),"\n",(0,t.jsx)(n.p,{children:"You can setup the app using the VScode IDE. Here are the steps to follow:"}),"\n",(0,t.jsxs)(n.ol,{children:["\n",(0,t.jsx)(n.li,{children:"Open cloned talawa-api project in Visual Studio Code."}),"\n",(0,t.jsxs)(n.li,{children:["Install the ",(0,t.jsx)(n.code,{children:"devcontainer"})," extension in VScode."]}),"\n",(0,t.jsxs)(n.li,{children:["You should see a notification that a ",(0,t.jsx)(n.code,{children:"devcontainer"})," configuration file is available. Click on the notification and select ",(0,t.jsx)(n.code,{children:"Reopen in Container"}),".","\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsxs)(n.li,{children:["If you don't see the notification, you can open the command palette by pressing ",(0,t.jsx)(n.code,{children:"Ctrl+Shift+P"})," and search for ",(0,t.jsx)(n.code,{children:"Reopen in Container"}),"."]}),"\n",(0,t.jsxs)(n.li,{children:["Make sure you have downloaded ",(0,t.jsx)(n.code,{children:"devcontainer"})," extension of vs code."]}),"\n"]}),"\n"]}),"\n",(0,t.jsx)(n.li,{children:"This will open a new Visual Studio Code window with the project running inside a Docker container. This will take a few minutes to complete."}),"\n",(0,t.jsx)(n.li,{children:"Wait till the process is complete and you see ports being forwarded in the terminal."}),"\n",(0,t.jsxs)(n.li,{children:["You can check logs by clicking ",(0,t.jsx)(n.code,{children:"Connecting to Dev Container (show log)"}),";"]}),"\n",(0,t.jsxs)(n.li,{children:["Create a new terminal in Visual Studio Code by pressing ",(0,t.jsx)(n.code,{children:"Ctrl+Shift+` "}),"."]}),"\n",(0,t.jsxs)(n.li,{children:["Run the ",(0,t.jsx)(n.code,{children:"pwd"})," command to confirm you are in the ",(0,t.jsx)(n.code,{children:"/home/talawa/api"})," directory."]}),"\n",(0,t.jsxs)(n.li,{children:["Run the following command to check if the project has required dependencies installed correctly:","\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{className:"language-bash",children:" node -v\n pnpm -v\n"})}),"\n","Congratulations! \ud83c\udf89 Your Talawa API is now successfully set up and running using Docker and Vs code!"]}),"\n"]}),"\n",(0,t.jsx)(n.h4,{id:"development-mode-operation",children:"Development Mode Operation"}),"\n",(0,t.jsx)(n.p,{children:"You can run the app after closing the terminal or restating the vscode using these commands:"}),"\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsx)(n.li,{children:"for normal mode"}),"\n"]}),"\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{className:"language-bash",children:" pnpm run start_development_server\n"})}),"\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsx)(n.li,{children:"for debugging mode"}),"\n"]}),"\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{className:"language-bash",children:" pnpm run start_development_server_with_debugger\n"})}),"\n",(0,t.jsxs)(n.p,{children:[(0,t.jsx)(n.strong,{children:"Note:"})," These commands will start the server in development mode."]}),"\n",(0,t.jsx)(n.h2,{id:"testing-and-validation",children:"Testing and Validation"}),"\n",(0,t.jsxs)(n.p,{children:["Please refer to the ",(0,t.jsx)(n.a,{href:"/docs/developer-resources/testing",children:"Testing and Validation Page"})," for more details"]})]})}function h(e={}){const{wrapper:n}={...(0,o.R)(),...e.components};return n?(0,t.jsx)(n,{...e,children:(0,t.jsx)(a,{...e})}):a(e)}},60385:(e,n,i)=>{i.d(n,{R:()=>r,x:()=>l});var s=i(30758);const t={},o=s.createContext(t);function r(e){const n=s.useContext(o);return s.useMemo((function(){return"function"==typeof e?e(n):{...n,...e}}),[n,e])}function l(e){let n;return n=e.disableParentContext?"function"==typeof e.components?e.components(t):e.components||t:r(e.components),s.createElement(o.Provider,{value:n},e.children)}}}]); \ No newline at end of file diff --git a/assets/js/1b7c35d8.e59be5a2.js b/assets/js/1b7c35d8.e59be5a2.js new file mode 100644 index 0000000000..b0499cb21f --- /dev/null +++ b/assets/js/1b7c35d8.e59be5a2.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocs=self.webpackChunkdocs||[]).push([[4268],{89795:(e,n,i)=>{i.r(n),i.d(n,{assets:()=>d,contentTitle:()=>l,default:()=>h,frontMatter:()=>o,metadata:()=>s,toc:()=>c});const s=JSON.parse('{"id":"docs/getting-started/installation","title":"Installation","description":"This document provides instructions on how to set up and start a running instance of talawa-api on your local system. The instructions are written to be followed in sequence so make sure to go through each of them step by step without skipping any sections.","source":"@site/docs/docs/getting-started/installation.md","sourceDirName":"docs/getting-started","slug":"/installation","permalink":"/docs/installation","draft":false,"unlisted":false,"editUrl":"https://github.com/PalisadoesFoundation/talawa-api/edit/develop/docs/docs/docs/getting-started/installation.md","tags":[],"version":"current","sidebarPosition":1,"frontMatter":{"id":"installation","title":"Installation","slug":"/installation","sidebar_position":1},"sidebar":"tutorialSidebar","previous":{"title":"Introduction","permalink":"/docs/"},"next":{"title":"Environment Variables","permalink":"/docs/installation/environment-variables"}}');var t=i(86070),r=i(60385);const o={id:"installation",title:"Installation",slug:"/installation",sidebar_position:1},l=void 0,d={},c=[{value:"The .env Configuration File",id:"the-env-configuration-file",level:2},{value:"Prerequisities",id:"prerequisities",level:2},{value:"Install Docker",id:"install-docker",level:4},{value:"Download the talawa-api Code",id:"download-the-talawa-api-code",level:4},{value:"Production Environment Setup",id:"production-environment-setup",level:2},{value:"Prerequisites",id:"prerequisites",level:3},{value:"Setup - Instructional Video",id:"setup---instructional-video",level:3},{value:"Setup - All Steps",id:"setup---all-steps",level:3},{value:"Configure the .env File",id:"configure-the-env-file",level:4},{value:"Add a JWT Secret to .env",id:"add-a-jwt-secret-to-env",level:5},{value:"Start the App",id:"start-the-app",level:4},{value:"Development Environment Setup",id:"development-environment-setup",level:2},{value:"Our Recommendations",id:"our-recommendations",level:3},{value:"Prerequisites",id:"prerequisites-1",level:3},{value:"Setup: Instructional Video",id:"setup-instructional-video",level:3},{value:"Setup: Using the CLI",id:"setup-using-the-cli",level:3},{value:"CLI Shutdown (Development)",id:"cli-shutdown-development",level:4},{value:"CLI Startup (Development)",id:"cli-startup-development",level:4},{value:"Import Sample Data",id:"import-sample-data",level:4},{value:"Setup: Using the VScode IDE",id:"setup-using-the-vscode-ide",level:3},{value:"Development Mode Operation",id:"development-mode-operation",level:4},{value:"Sample Users",id:"sample-users",level:2},{value:"Testing and Validation",id:"testing-and-validation",level:2}];function a(e){const n={a:"a",code:"code",em:"em",h2:"h2",h3:"h3",h4:"h4",h5:"h5",img:"img",li:"li",ol:"ol",p:"p",pre:"pre",strong:"strong",table:"table",tbody:"tbody",td:"td",th:"th",thead:"thead",tr:"tr",ul:"ul",...(0,r.R)(),...e.components};return(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(n.p,{children:"This document provides instructions on how to set up and start a running instance of talawa-api on your local system. The instructions are written to be followed in sequence so make sure to go through each of them step by step without skipping any sections."}),"\n",(0,t.jsx)(n.h2,{id:"the-env-configuration-file",children:"The .env Configuration File"}),"\n",(0,t.jsx)(n.p,{children:"You will need to configure the API to work correctly."}),"\n",(0,t.jsxs)(n.ol,{children:["\n",(0,t.jsxs)(n.li,{children:["The configuration file is called ",(0,t.jsx)(n.code,{children:".env"})," and must be placed in the root directory of the code."]}),"\n",(0,t.jsxs)(n.li,{children:["This table defines some the parameters required for smooth operation","\n",(0,t.jsxs)(n.ol,{children:["\n",(0,t.jsxs)(n.li,{children:["Steps explaining the usage of the ",(0,t.jsx)(n.code,{children:".env"})," file will be found in subsequent sections"]}),"\n"]}),"\n"]}),"\n"]}),"\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsxs)(n.li,{children:[(0,t.jsx)(n.strong,{children:"NOTE:"})," Visit our ",(0,t.jsx)(n.a,{href:"/docs/installation/environment-variables",children:"Environment Variables Page"})," for a comprehensive list of possibilities."]}),"\n"]}),"\n",(0,t.jsxs)(n.table,{children:[(0,t.jsx)(n.thead,{children:(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.th,{children:(0,t.jsx)(n.strong,{children:"Variable"})}),(0,t.jsx)(n.th,{children:(0,t.jsx)(n.strong,{children:"Use Case"})})]})}),(0,t.jsxs)(n.tbody,{children:[(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.td,{children:(0,t.jsx)(n.code,{children:"API_ADMINISTRATOR_USER_EMAIL_ADDRESS"})}),(0,t.jsx)(n.td,{children:"Email address of the administrator user."})]}),(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.td,{children:(0,t.jsx)(n.code,{children:"API_ADMINISTRATOR_USER_NAME"})}),(0,t.jsx)(n.td,{children:"Username of the administrator user, used for admin login and identification."})]}),(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.td,{children:(0,t.jsx)(n.code,{children:"API_ADMINISTRATOR_USER_PASSWORD"})}),(0,t.jsx)(n.td,{children:"Password for the administrator user, used for admin login security."})]}),(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.td,{children:(0,t.jsx)(n.code,{children:"API_BASE_URL"})}),(0,t.jsx)(n.td,{children:"Base URL for the API, used for constructing API endpoints and routing requests."})]}),(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.td,{children:(0,t.jsx)(n.code,{children:"API_COMMUNITY_FACEBOOK_URL"})}),(0,t.jsx)(n.td,{children:"URL to the community's Facebook page, used for linking and integrating social media presence."})]}),(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.td,{children:(0,t.jsx)(n.code,{children:"API_COMMUNITY_GITHUB_URL"})}),(0,t.jsx)(n.td,{children:"URL to the community's GitHub repository, used for linking and integrating code repository."})]}),(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.td,{children:(0,t.jsx)(n.code,{children:"API_COMMUNITY_INSTAGRAM_URL"})}),(0,t.jsx)(n.td,{children:"URL to the community's Instagram page, used for linking and integrating social media presence."})]}),(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.td,{children:(0,t.jsx)(n.code,{children:"API_COMMUNITY_LINKEDIN_URL"})}),(0,t.jsx)(n.td,{children:"URL to the community's LinkedIn page, used for linking and integrating social media presence."})]}),(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.td,{children:(0,t.jsx)(n.code,{children:"API_COMMUNITY_NAME"})}),(0,t.jsx)(n.td,{children:"Name of the community, used for branding and identification within the application."})]}),(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.td,{children:(0,t.jsx)(n.code,{children:"API_COMMUNITY_REDDIT_URL"})}),(0,t.jsx)(n.td,{children:"URL to the community's Reddit page, used for linking and integrating social media presence."})]}),(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.td,{children:(0,t.jsx)(n.code,{children:"API_COMMUNITY_SLACK_URL"})}),(0,t.jsx)(n.td,{children:"URL to the community's Slack workspace, used for linking and integrating communication channels."})]}),(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.td,{children:(0,t.jsx)(n.code,{children:"API_COMMUNITY_WEBSITE_URL"})}),(0,t.jsx)(n.td,{children:"URL to the community's website, used for linking and integrating online presence."})]}),(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.td,{children:(0,t.jsx)(n.code,{children:"API_COMMUNITY_X_URL"})}),(0,t.jsx)(n.td,{children:"URL to the community's X (formerly Twitter) page, used for linking and integrating social media presence."})]}),(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.td,{children:(0,t.jsx)(n.code,{children:"API_COMMUNITY_YOUTUBE_URL"})}),(0,t.jsx)(n.td,{children:"URL to the community's YouTube channel, used for linking and integrating video content."})]}),(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.td,{children:(0,t.jsx)(n.code,{children:"API_JWT_SECRET"})}),(0,t.jsx)(n.td,{children:"Secret key for JWT(JSON Web Token) generation and validation, used for securing API authentication and authorization."})]}),(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.td,{children:(0,t.jsx)(n.code,{children:"API_MINIO_SECRET_KEY"})}),(0,t.jsx)(n.td,{children:"Secret key for MinIO, used for securing access to MinIO object storage."})]}),(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.td,{children:(0,t.jsx)(n.code,{children:"API_POSTGRES_PASSWORD"})}),(0,t.jsx)(n.td,{children:"Password for the PostgreSQL database, used for database authentication and security."})]}),(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.td,{children:(0,t.jsx)(n.code,{children:"CADDY_TALAWA_API_DOMAIN_NAME"})}),(0,t.jsx)(n.td,{children:"Domain name for the Talawa API, used for configuring and routing API traffic."})]}),(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.td,{children:(0,t.jsx)(n.code,{children:"CADDY_TALAWA_API_EMAIL"})}),(0,t.jsx)(n.td,{children:"Email address for the Talawa API, used for SSL certificate registration and notifications."})]}),(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.td,{children:(0,t.jsx)(n.code,{children:"MINIO_ROOT_PASSWORD"})}),(0,t.jsx)(n.td,{children:"Root password for MinIO, used for securing administrative access to MinIO object storage."})]}),(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.td,{children:(0,t.jsx)(n.code,{children:"POSTGRES_PASSWORD"})}),(0,t.jsx)(n.td,{children:"Password for the PostgreSQL database (Docker Compose), used for database authentication and security."})]})]})]}),"\n",(0,t.jsx)(n.h2,{id:"prerequisities",children:"Prerequisities"}),"\n",(0,t.jsx)(n.p,{children:"You must follow these steps before continuing."}),"\n",(0,t.jsx)(n.h4,{id:"install-docker",children:"Install Docker"}),"\n",(0,t.jsx)(n.p,{children:"Docker is used to build, deploy, and manage applications within isolated, lightweight containers, effectively packaging an application with all its dependencies so it can run consistently across different environments, allowing for faster development, testing, and deployment of software."}),"\n",(0,t.jsx)(n.p,{children:"We use Docker to simplify installation. Follow these steps to install Docker on your system"}),"\n",(0,t.jsxs)(n.ol,{children:["\n",(0,t.jsx)(n.li,{children:(0,t.jsx)(n.a,{href:"https://www.docker.com/products/docker-desktop",children:"Docker Desktop for Windows/Mac"})}),"\n",(0,t.jsx)(n.li,{children:(0,t.jsx)(n.a,{href:"https://docs.docker.com/engine/install/",children:"Docker Engine for Linux"})}),"\n"]}),"\n",(0,t.jsx)(n.p,{children:"After docker is installed, you'll need to verify its operation"}),"\n",(0,t.jsxs)(n.ol,{children:["\n",(0,t.jsxs)(n.li,{children:["\n",(0,t.jsx)(n.p,{children:"Open a terminal window."}),"\n"]}),"\n",(0,t.jsxs)(n.li,{children:["\n",(0,t.jsx)(n.p,{children:"Run the following commands to check if the required software is installed:"}),"\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsx)(n.li,{children:(0,t.jsx)(n.code,{children:"docker --version"})}),"\n",(0,t.jsx)(n.li,{children:(0,t.jsx)(n.code,{children:"docker-compose --version"})}),"\n"]}),"\n"]}),"\n",(0,t.jsxs)(n.li,{children:["\n",(0,t.jsx)(n.p,{children:"Check if docker is running:"}),"\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsx)(n.li,{children:(0,t.jsx)(n.code,{children:"docker info"})}),"\n"]}),"\n"]}),"\n"]}),"\n",(0,t.jsx)(n.p,{children:(0,t.jsxs)(n.em,{children:["(Note: Restart the docker if you are getting this error ",(0,t.jsx)(n.code,{children:"Cannot connect to the Docker daemon "}),")"]})}),"\n",(0,t.jsxs)(n.h4,{id:"download-the-talawa-api-code",children:["Download the ",(0,t.jsx)(n.code,{children:"talawa-api"})," Code"]}),"\n",(0,t.jsxs)(n.ol,{children:["\n",(0,t.jsx)(n.li,{children:"On your computer, navigate to the folder where you want to set up the repository."}),"\n",(0,t.jsxs)(n.li,{children:["Open a command prompt (",(0,t.jsx)(n.code,{children:"cmd"})," for Windows) or terminal (",(0,t.jsx)(n.code,{children:"terminal"})," for Linux or MacOS) session in this folder.","\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsx)(n.li,{children:"You can usually do this by right-clicking in the folder and selecting the appropriate option for your OS."}),"\n"]}),"\n"]}),"\n",(0,t.jsxs)(n.li,{children:["Clone the repository to your local computer:","\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{className:"language-bash",children:"git clone https://github.com/PalisadoesFoundation/talawa-api.git\ncd talawa-api\ngit checkout develop-postgres\n"})}),"\n"]}),"\n"]}),"\n",(0,t.jsx)(n.h2,{id:"production-environment-setup",children:"Production Environment Setup"}),"\n",(0,t.jsx)(n.p,{children:"This section outlines how to setup Talawa-API for use by organizations."}),"\n",(0,t.jsxs)(n.p,{children:["If you are a developer, please go to the ",(0,t.jsx)(n.code,{children:"Development Environment Setup"})," section"]}),"\n",(0,t.jsx)(n.h3,{id:"prerequisites",children:"Prerequisites"}),"\n",(0,t.jsx)(n.p,{children:"You must have basic competence and experience in the following technologies to be able to set up the production environment of talawa api:"}),"\n",(0,t.jsxs)(n.ol,{children:["\n",(0,t.jsx)(n.li,{children:"Git"}),"\n",(0,t.jsx)(n.li,{children:"Github"}),"\n",(0,t.jsx)(n.li,{children:"Docker"}),"\n",(0,t.jsx)(n.li,{children:"Docker compose"}),"\n"]}),"\n",(0,t.jsx)(n.p,{children:"Please make sure that you have insalled the required software before starting the production environment setup."}),"\n",(0,t.jsx)(n.h3,{id:"setup---instructional-video",children:"Setup - Instructional Video"}),"\n",(0,t.jsx)(n.p,{children:"We provide a mostly automated way of setting up the production environment for the Talawa API using Git, Docker, and Docker-compose. Follow the instructions below and refer to the provided instructional video for a visual guide."}),"\n",(0,t.jsx)(n.p,{children:"Click on the image below to play the video."}),"\n",(0,t.jsx)(n.p,{children:(0,t.jsx)(n.a,{href:"https://www.youtube.com/watch?v=10Zi2srGPHM",children:(0,t.jsx)(n.img,{src:"https://img.youtube.com/vi/10Zi2srGPHM/0.jpg",alt:"Talawa API Environment Setup - Production"})})}),"\n",(0,t.jsx)(n.p,{children:(0,t.jsx)(n.strong,{children:"Note: The video contains some inaccuracies."})}),"\n",(0,t.jsxs)(n.ol,{children:["\n",(0,t.jsxs)(n.li,{children:["Please ensure you clone from the correct repository ",(0,t.jsx)(n.a,{href:"https://github.com/PalisadoesFoundation/talawa-api",children:"Talawa API Repository"})]}),"\n",(0,t.jsxs)(n.li,{children:["The correct branch to checkout is ",(0,t.jsx)(n.code,{children:"develop-postgres"})]}),"\n",(0,t.jsxs)(n.li,{children:["All the field for .env files are not shown in the video. Refer ",(0,t.jsx)(n.a,{href:"##step-4-configuring-environment-variables",children:"Step 4: Configuring Environment Variables"})]}),"\n"]}),"\n",(0,t.jsx)(n.h3,{id:"setup---all-steps",children:"Setup - All Steps"}),"\n",(0,t.jsx)(n.p,{children:"Follow these steps to have the best experience"}),"\n",(0,t.jsxs)(n.h4,{id:"configure-the-env-file",children:["Configure the ",(0,t.jsx)(n.code,{children:".env"})," File"]}),"\n",(0,t.jsxs)(n.p,{children:["You'll need to create a ",(0,t.jsx)(n.code,{children:".env"})," file in the repository's root directory."]}),"\n",(0,t.jsxs)(n.p,{children:["Copy the content of ",(0,t.jsx)(n.code,{children:"./envFiles/.env.production"})," to the ",(0,t.jsx)(n.code,{children:".env"})," file."]}),"\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{className:"language-bash",children:"cp ./envFiles/.env.production ./.env\n"})}),"\n",(0,t.jsx)(n.h5,{id:"add-a-jwt-secret-to-env",children:"Add a JWT Secret to .env"}),"\n",(0,t.jsxs)(n.p,{children:["You will need to add a JWT secret to the ",(0,t.jsx)(n.code,{children:".env"})," file"]}),"\n",(0,t.jsxs)(n.ol,{children:["\n",(0,t.jsxs)(n.li,{children:["Open your web browser and go to ",(0,t.jsx)(n.a,{href:"https://jwtsecret.com/generate",children:"https://jwtsecret.com/generate"}),"."]}),"\n",(0,t.jsxs)(n.li,{children:["Select ",(0,t.jsx)(n.code,{children:"64"})," from the slider."]}),"\n",(0,t.jsxs)(n.li,{children:["Click the ",(0,t.jsx)(n.strong,{children:"Generate"})," button."]}),"\n"]}),"\n",(0,t.jsx)(n.p,{children:"Your new 64-character JWT secret will be displayed on the screen."}),"\n",(0,t.jsxs)(n.ol,{children:["\n",(0,t.jsx)(n.li,{children:"Copy this secret"}),"\n",(0,t.jsxs)(n.li,{children:["Add it to the ",(0,t.jsx)(n.code,{children:"API_JWT_SECRET"})," value in the ",(0,t.jsx)(n.code,{children:".env"})," file."]}),"\n"]}),"\n",(0,t.jsx)(n.h4,{id:"start-the-app",children:"Start the App"}),"\n",(0,t.jsxs)(n.ol,{children:["\n",(0,t.jsxs)(n.li,{children:["Start the server by running the following command:","\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{className:"language-bash",children:"docker compose up\n"})}),"\n"]}),"\n",(0,t.jsxs)(n.li,{children:["To stop the Docker Server, use this command:","\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{className:"language-bash",children:"docker compose down\n"})}),"\n"]}),"\n"]}),"\n",(0,t.jsx)(n.p,{children:"Congratulations! \ud83c\udf89 Your Talawa API is now successfully set up and running using Docker!"}),"\n",(0,t.jsx)(n.h2,{id:"development-environment-setup",children:"Development Environment Setup"}),"\n",(0,t.jsx)(n.p,{children:"This section outlines how to setup Talawa-API for use by developers wanting to contribute code to the project."}),"\n",(0,t.jsxs)(n.p,{children:["If you want to install it for your organization, then please go to the ",(0,t.jsx)(n.code,{children:"Production Environment Setup"})," section"]}),"\n",(0,t.jsx)(n.h3,{id:"our-recommendations",children:"Our Recommendations"}),"\n",(0,t.jsx)(n.p,{children:"Linux based distributions are simply the best platform for a very vast majority of use cases related to software development. As such we recommend using popular linux based distributions like fedora, arch, ubuntu, linux mint, debian etc., for having a better experience during software development."}),"\n",(0,t.jsx)(n.p,{children:"We make heavy use of Docker containers in our workflows. Since containers are a Linux-based technology, on non-Linux platforms they require Linux emulation through virtual machines, which can impact performance. So, you should be aware that there are performance penalties and certain limitations with running containers on platforms like macOS and windows."}),"\n",(0,t.jsx)(n.p,{children:"Though, many of these penalties and limitations don't apply to windows subsystem for linux. So, if you plan on using windows, at the very least make use of windows subsystem for linux."}),"\n",(0,t.jsx)(n.h3,{id:"prerequisites-1",children:"Prerequisites"}),"\n",(0,t.jsx)(n.p,{children:"You must have basic competence and experience in the following technologies to be able to set up and work within the development environment of talawa api:"}),"\n",(0,t.jsxs)(n.ol,{children:["\n",(0,t.jsx)(n.li,{children:"Unix based operating systems like linux based distributions, macOS or windows subsystem for linux."}),"\n",(0,t.jsx)(n.li,{children:"Git"}),"\n",(0,t.jsx)(n.li,{children:"Github"}),"\n",(0,t.jsx)(n.li,{children:"Docker"}),"\n",(0,t.jsx)(n.li,{children:"Docker compose"}),"\n",(0,t.jsx)(n.li,{children:"Visual studio code with devcontainers"}),"\n",(0,t.jsx)(n.li,{children:"Typescript"}),"\n",(0,t.jsx)(n.li,{children:"Node.js"}),"\n"]}),"\n",(0,t.jsxs)(n.p,{children:["It is very important that you go through ",(0,t.jsx)(n.a,{href:"https://code.visualstudio.com/docs/devcontainers/containers",children:"this"})," official documentation for working with devcontainers in visual studio code."]}),"\n",(0,t.jsx)(n.h3,{id:"setup-instructional-video",children:"Setup: Instructional Video"}),"\n",(0,t.jsx)(n.p,{children:"We provide a mostly automated way of setting up the development environment for the Talawa API using Git, Docker, and Visual Studio Code. Follow the instructions below and refer to the provided instructional video for a visual guide."}),"\n",(0,t.jsx)(n.p,{children:"Click on the image below to play the video."}),"\n",(0,t.jsx)(n.p,{children:(0,t.jsx)(n.a,{href:"https://www.youtube.com/watch?v=jz7koJIXqtk",children:(0,t.jsx)(n.img,{src:"https://img.youtube.com/vi/jz7koJIXqtk/0.jpg",alt:"Talawa API Environment Setup - Development"})})}),"\n",(0,t.jsx)(n.p,{children:(0,t.jsx)(n.strong,{children:"Note: The video contains some inaccuracies."})}),"\n",(0,t.jsxs)(n.ol,{children:["\n",(0,t.jsxs)(n.li,{children:["Please ensure you clone from the correct repository ",(0,t.jsx)(n.a,{href:"https://github.com/PalisadoesFoundation/talawa-api",children:"Talawa API Repository"})]}),"\n",(0,t.jsxs)(n.li,{children:["The correct branch to checkout is ",(0,t.jsx)(n.code,{children:"develop-postgres"})]}),"\n",(0,t.jsxs)(n.li,{children:[(0,t.jsx)(n.code,{children:"postgres-test"})," is the name of the test database in the docker-compose file."]}),"\n"]}),"\n",(0,t.jsx)(n.h3,{id:"setup-using-the-cli",children:"Setup: Using the CLI"}),"\n",(0,t.jsx)(n.p,{children:"These steps are specific to Linux. You will need to modify them accordingly for other operating systems"}),"\n",(0,t.jsxs)(n.ol,{children:["\n",(0,t.jsxs)(n.li,{children:["Install ",(0,t.jsx)(n.code,{children:"docker"})," and ensure that the daemon is running."]}),"\n",(0,t.jsx)(n.li,{children:"This process does not require the installation of PostgresSQL. If you have installed postgres on your system, make sure that it is not running."}),"\n",(0,t.jsxs)(n.li,{children:["Windows Only","\n",(0,t.jsxs)(n.ol,{children:["\n",(0,t.jsxs)(n.li,{children:["Make sure you clone the ",(0,t.jsx)(n.code,{children:"talawa-api"})," repository to a ",(0,t.jsx)(n.code,{children:"WSL"})," subdirectory."]}),"\n",(0,t.jsx)(n.li,{children:"Run all the following commands from the repository root in that subdirectory."}),"\n"]}),"\n"]}),"\n",(0,t.jsxs)(n.li,{children:["Create the ",(0,t.jsx)(n.code,{children:".env"})," file by copying the template from the ",(0,t.jsx)(n.code,{children:"envFiles/"})," directory.","\n",(0,t.jsxs)(n.ol,{children:["\n",(0,t.jsxs)(n.li,{children:[(0,t.jsx)(n.strong,{children:"DO NOT EDIT EITHER FILE!"}),"\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{className:"language-bash",children:"cp envFiles/.env.devcontainer .env\n"})}),"\n"]}),"\n"]}),"\n"]}),"\n",(0,t.jsxs)(n.li,{children:["Install ",(0,t.jsx)(n.code,{children:"pnpm"})," using ",(0,t.jsx)(n.code,{children:"codepack"}),"\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{className:"language-bash",children:"corepack install -g pnpm\n"})}),"\n"]}),"\n",(0,t.jsxs)(n.li,{children:["Linux / MacOS Only","\n",(0,t.jsxs)(n.ol,{children:["\n",(0,t.jsxs)(n.li,{children:["Setup ",(0,t.jsx)(n.code,{children:"pnpm"})," to be automatically configured on all future terminal session logins using your ",(0,t.jsx)(n.code,{children:"~/.bashrc"})," file.","\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{className:"language-bash",children:"pnpm setup\n"})}),"\n"]}),"\n",(0,t.jsxs)(n.li,{children:["Enable ",(0,t.jsx)(n.code,{children:"pnpm"})," for your current terminal session.","\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{children:"source ~/.bashrc\n"})}),"\n"]}),"\n"]}),"\n"]}),"\n",(0,t.jsxs)(n.li,{children:["Install the ",(0,t.jsx)(n.code,{children:"pnpm"})," packages","\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{className:"language-bash",children:"pnpm install\n"})}),"\n"]}),"\n",(0,t.jsxs)(n.li,{children:["Install the ",(0,t.jsx)(n.code,{children:"devcontainers/cli"})," package","\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{children:"pnpm install -g @devcontainers/cli\n"})}),"\n"]}),"\n",(0,t.jsxs)(n.li,{children:["You will now need to make your user a part of the ",(0,t.jsx)(n.code,{children:"docker"})," operating system group or else you will get ",(0,t.jsx)(n.code,{children:"permission denied"})," messages when starting docker later. ",(0,t.jsx)(n.code,{children:"$USER"})," is a universal representation of your username. You don't need to change this in the command below.","\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{children:"sudo usermod -a -G docker $USER\n"})}),"\n"]}),"\n",(0,t.jsxs)(n.li,{children:["You will only become a part of the ",(0,t.jsx)(n.code,{children:"docker"})," group on your next login. You don't have to logout, just start another session on the CLI using the ",(0,t.jsx)(n.code,{children:"su"})," command.","\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{children:"sudo su $USER -\n"})}),"\n"]}),"\n",(0,t.jsx)(n.li,{children:"Build the docker devcontainer"}),"\n"]}),"\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{children:"devcontainer build --workspace-folder .\n"})}),"\n",(0,t.jsxs)(n.ol,{start:"10",children:["\n",(0,t.jsx)(n.li,{children:"When the build is complete, the last line of the output should be:"}),"\n"]}),"\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{children:'{"outcome":"success","imageName":"talawa-api"}\n'})}),"\n",(0,t.jsxs)(n.ol,{start:"11",children:["\n",(0,t.jsx)(n.li,{children:"Start the docker devcontainer"}),"\n"]}),"\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{children:"devcontainer up --workspace-folder .\n"})}),"\n",(0,t.jsxs)(n.ol,{start:"12",children:["\n",(0,t.jsx)(n.li,{children:"When the startup is complete, the last line of out put should look like this:"}),"\n"]}),"\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{children:"...\n...\n...\n[19:53:14.113] INFO (166): Server listening at http://127.0.0.1:4000\n[19:53:14.113] INFO (166): Server listening at http://172.23.0.3:4000\n[19:53:14.113] INFO (166): Server listening at http://172.20.0.2:4000\n[19:53:14.113] INFO (166): Server listening at http://172.19.0.3:4000\n[19:53:14.113] INFO (166): Server listening at http://172.21.0.3:4000\n[19:53:14.113] INFO (166): Server listening at http://172.22.0.4:4000\n"})}),"\n",(0,t.jsx)(n.p,{children:"All done!"}),"\n",(0,t.jsx)(n.h4,{id:"cli-shutdown-development",children:"CLI Shutdown (Development)"}),"\n",(0,t.jsxs)(n.p,{children:["Use the command ",(0,t.jsx)(n.code,{children:"docker compose"})," command to cleanly shutdown the dev container"]}),"\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{children:"docker compose down\n"})}),"\n",(0,t.jsx)(n.h4,{id:"cli-startup-development",children:"CLI Startup (Development)"}),"\n",(0,t.jsx)(n.p,{children:"After a successful installation, use these commands in sequence to start the dev container."}),"\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{children:"devcontainer build --workspace-folder .\ndevcontainer up --workspace-folder .\n"})}),"\n",(0,t.jsx)(n.h4,{id:"import-sample-data",children:"Import Sample Data"}),"\n",(0,t.jsxs)(n.ol,{children:["\n",(0,t.jsx)(n.li,{children:"Once the server is running, open a new terminal session."}),"\n",(0,t.jsxs)(n.li,{children:["Open a bash session inside the running container:","\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{className:"language-bash",children:"docker exec -it talawa-api-1 /bin/bash\n"})}),"\n"]}),"\n",(0,t.jsxs)(n.li,{children:["Inside the container, run the following command to import sample data into the database:","\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{className:"language-bash",children:" pnpm run import:sample-data\n"})}),"\n"]}),"\n",(0,t.jsxs)(n.li,{children:["Then exit","\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{className:"language-bash",children:" exit\n"})}),"\n"]}),"\n"]}),"\n",(0,t.jsx)(n.h3,{id:"setup-using-the-vscode-ide",children:"Setup: Using the VScode IDE"}),"\n",(0,t.jsx)(n.p,{children:"You can setup the app using the VScode IDE. Here are the steps to follow:"}),"\n",(0,t.jsxs)(n.ol,{children:["\n",(0,t.jsx)(n.li,{children:"Open cloned talawa-api project in Visual Studio Code."}),"\n",(0,t.jsxs)(n.li,{children:["Install the ",(0,t.jsx)(n.code,{children:"devcontainer"})," extension in VScode."]}),"\n",(0,t.jsxs)(n.li,{children:["You should see a notification that a ",(0,t.jsx)(n.code,{children:"devcontainer"})," configuration file is available. Click on the notification and select ",(0,t.jsx)(n.code,{children:"Reopen in Container"}),".","\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsxs)(n.li,{children:["If you don't see the notification, you can open the command palette by pressing ",(0,t.jsx)(n.code,{children:"Ctrl+Shift+P"})," and search for ",(0,t.jsx)(n.code,{children:"Reopen in Container"}),"."]}),"\n",(0,t.jsxs)(n.li,{children:["Make sure you have downloaded ",(0,t.jsx)(n.code,{children:"devcontainer"})," extension of vs code."]}),"\n"]}),"\n"]}),"\n",(0,t.jsx)(n.li,{children:"This will open a new Visual Studio Code window with the project running inside a Docker container. This will take a few minutes to complete."}),"\n",(0,t.jsx)(n.li,{children:"Wait till the process is complete and you see ports being forwarded in the terminal."}),"\n",(0,t.jsxs)(n.li,{children:["You can check logs by clicking ",(0,t.jsx)(n.code,{children:"Connecting to Dev Container (show log)"}),";"]}),"\n",(0,t.jsxs)(n.li,{children:["Create a new terminal in Visual Studio Code by pressing ",(0,t.jsx)(n.code,{children:"Ctrl+Shift+` "}),"."]}),"\n",(0,t.jsxs)(n.li,{children:["Run the ",(0,t.jsx)(n.code,{children:"pwd"})," command to confirm you are in the ",(0,t.jsx)(n.code,{children:"/home/talawa/api"})," directory."]}),"\n",(0,t.jsxs)(n.li,{children:["Run the following command to check if the project has required dependencies installed correctly:","\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{className:"language-bash",children:" node -v\n pnpm -v\n"})}),"\n","Congratulations! \ud83c\udf89 Your Talawa API is now successfully set up and running using Docker and Vs code!"]}),"\n"]}),"\n",(0,t.jsx)(n.h4,{id:"development-mode-operation",children:"Development Mode Operation"}),"\n",(0,t.jsx)(n.p,{children:"You can run the app after closing the terminal or restating the vscode using these commands:"}),"\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsx)(n.li,{children:"for normal mode"}),"\n"]}),"\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{className:"language-bash",children:" pnpm run start_development_server\n"})}),"\n",(0,t.jsxs)(n.ul,{children:["\n",(0,t.jsx)(n.li,{children:"for debugging mode"}),"\n"]}),"\n",(0,t.jsx)(n.pre,{children:(0,t.jsx)(n.code,{className:"language-bash",children:" pnpm run start_development_server_with_debugger\n"})}),"\n",(0,t.jsxs)(n.p,{children:[(0,t.jsx)(n.strong,{children:"Note:"})," These commands will start the server in development mode."]}),"\n",(0,t.jsx)(n.h2,{id:"sample-users",children:"Sample Users"}),"\n",(0,t.jsx)(n.p,{children:"Below is a table of sample user data."}),"\n",(0,t.jsxs)(n.table,{children:[(0,t.jsx)(n.thead,{children:(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.th,{children:(0,t.jsx)(n.strong,{children:"Name"})}),(0,t.jsx)(n.th,{children:(0,t.jsx)(n.strong,{children:"Email Address"})}),(0,t.jsx)(n.th,{children:(0,t.jsx)(n.strong,{children:"Password"})}),(0,t.jsx)(n.th,{children:(0,t.jsx)(n.strong,{children:"Role"})})]})}),(0,t.jsxs)(n.tbody,{children:[(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.td,{children:"Wilt Shepherd"}),(0,t.jsx)(n.td,{children:(0,t.jsx)(n.a,{href:"mailto:testsuperadmin@example.com",children:"testsuperadmin@example.com"})}),(0,t.jsx)(n.td,{children:"Pass@123"}),(0,t.jsx)(n.td,{children:"administrator"})]}),(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.td,{children:"Vyvyan Kerry"}),(0,t.jsx)(n.td,{children:(0,t.jsx)(n.a,{href:"mailto:testadmin1@example.com",children:"testadmin1@example.com"})}),(0,t.jsx)(n.td,{children:"Pass@123"}),(0,t.jsx)(n.td,{children:"administrator"})]}),(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.td,{children:"Loyd Solomon"}),(0,t.jsx)(n.td,{children:(0,t.jsx)(n.a,{href:"mailto:testadmin2@example.com",children:"testadmin2@example.com"})}),(0,t.jsx)(n.td,{children:"Pass@123"}),(0,t.jsx)(n.td,{children:"administrator"})]}),(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.td,{children:"Darcy Wilf"}),(0,t.jsx)(n.td,{children:(0,t.jsx)(n.a,{href:"mailto:testadmin3@example.com",children:"testadmin3@example.com"})}),(0,t.jsx)(n.td,{children:"Pass@123"}),(0,t.jsx)(n.td,{children:"administrator"})]}),(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.td,{children:"Harve Lance"}),(0,t.jsx)(n.td,{children:(0,t.jsx)(n.a,{href:"mailto:testuser1@example.com",children:"testuser1@example.com"})}),(0,t.jsx)(n.td,{children:"Pass@123"}),(0,t.jsx)(n.td,{children:"regular"})]}),(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.td,{children:"Praise Norris"}),(0,t.jsx)(n.td,{children:(0,t.jsx)(n.a,{href:"mailto:testuser2@example.com",children:"testuser2@example.com"})}),(0,t.jsx)(n.td,{children:"Pass@123"}),(0,t.jsx)(n.td,{children:"regular"})]}),(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.td,{children:"Scott Tony"}),(0,t.jsx)(n.td,{children:(0,t.jsx)(n.a,{href:"mailto:testuser3@example.com",children:"testuser3@example.com"})}),(0,t.jsx)(n.td,{children:"Pass@123"}),(0,t.jsx)(n.td,{children:"regular"})]}),(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.td,{children:"Teresa Bradley"}),(0,t.jsx)(n.td,{children:(0,t.jsx)(n.a,{href:"mailto:testuser4@example.com",children:"testuser4@example.com"})}),(0,t.jsx)(n.td,{children:"Pass@123"}),(0,t.jsx)(n.td,{children:"regular"})]}),(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.td,{children:"Bruce Garza"}),(0,t.jsx)(n.td,{children:(0,t.jsx)(n.a,{href:"mailto:testuser5@example.com",children:"testuser5@example.com"})}),(0,t.jsx)(n.td,{children:"Pass@123"}),(0,t.jsx)(n.td,{children:"regular"})]}),(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.td,{children:"Burton Sanders"}),(0,t.jsx)(n.td,{children:(0,t.jsx)(n.a,{href:"mailto:testuser6@example.com",children:"testuser6@example.com"})}),(0,t.jsx)(n.td,{children:"Pass@123"}),(0,t.jsx)(n.td,{children:"regular"})]}),(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.td,{children:"Jeramy Garcia"}),(0,t.jsx)(n.td,{children:(0,t.jsx)(n.a,{href:"mailto:testuser7@example.com",children:"testuser7@example.com"})}),(0,t.jsx)(n.td,{children:"Pass@123"}),(0,t.jsx)(n.td,{children:"regular"})]}),(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.td,{children:"Deanne Marks"}),(0,t.jsx)(n.td,{children:(0,t.jsx)(n.a,{href:"mailto:testuser8@example.com",children:"testuser8@example.com"})}),(0,t.jsx)(n.td,{children:"Pass@123"}),(0,t.jsx)(n.td,{children:"regular"})]}),(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.td,{children:"Romeo Holland"}),(0,t.jsx)(n.td,{children:(0,t.jsx)(n.a,{href:"mailto:testuser9@example.com",children:"testuser9@example.com"})}),(0,t.jsx)(n.td,{children:"Pass@123"}),(0,t.jsx)(n.td,{children:"regular"})]}),(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.td,{children:"Carla Nguyen"}),(0,t.jsx)(n.td,{children:(0,t.jsx)(n.a,{href:"mailto:testuser10@example.com",children:"testuser10@example.com"})}),(0,t.jsx)(n.td,{children:"Pass@123"}),(0,t.jsx)(n.td,{children:"regular"})]}),(0,t.jsxs)(n.tr,{children:[(0,t.jsx)(n.td,{children:"Peggy Bowers"}),(0,t.jsx)(n.td,{children:(0,t.jsx)(n.a,{href:"mailto:testuser11@example.com",children:"testuser11@example.com"})}),(0,t.jsx)(n.td,{children:"Pass@123"}),(0,t.jsx)(n.td,{children:"regular"})]})]})]}),"\n",(0,t.jsx)(n.h2,{id:"testing-and-validation",children:"Testing and Validation"}),"\n",(0,t.jsxs)(n.p,{children:["Please refer to the ",(0,t.jsx)(n.a,{href:"/docs/developer-resources/testing",children:"Testing and Validation Page"})," for more details"]})]})}function h(e={}){const{wrapper:n}={...(0,r.R)(),...e.components};return n?(0,t.jsx)(n,{...e,children:(0,t.jsx)(a,{...e})}):a(e)}},60385:(e,n,i)=>{i.d(n,{R:()=>o,x:()=>l});var s=i(30758);const t={},r=s.createContext(t);function o(e){const n=s.useContext(r);return s.useMemo((function(){return"function"==typeof e?e(n):{...n,...e}}),[n,e])}function l(e){let n;return n=e.disableParentContext?"function"==typeof e.components?e.components(t):e.components||t:o(e.components),s.createElement(r.Provider,{value:n},e.children)}}}]); \ No newline at end of file diff --git a/assets/js/runtime~main.b4695c4c.js b/assets/js/runtime~main.5d6c106f.js similarity index 99% rename from assets/js/runtime~main.b4695c4c.js rename to assets/js/runtime~main.5d6c106f.js index 6fa5a9107b..6d79626b65 100644 --- a/assets/js/runtime~main.b4695c4c.js +++ b/assets/js/runtime~main.5d6c106f.js @@ -1 +1 @@ -(()=>{"use strict";var e,a,d,c,f,b={},t={};function r(e){var a=t[e];if(void 0!==a)return a.exports;var d=t[e]={id:e,loaded:!1,exports:{}};return b[e].call(d.exports,d,d.exports,r),d.loaded=!0,d.exports}r.m=b,r.c=t,e=[],r.O=(a,d,c,f)=>{if(!d){var b=1/0;for(i=0;i=f)&&Object.keys(r.O).every((e=>r.O[e](d[o])))?d.splice(o--,1):(t=!1,f0&&e[i-1][2]>f;i--)e[i]=e[i-1];e[i]=[d,c,f]},r.n=e=>{var a=e&&e.__esModule?()=>e.default:()=>e;return r.d(a,{a:a}),a},d=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,r.t=function(e,c){if(1&c&&(e=this(e)),8&c)return e;if("object"==typeof e&&e){if(4&c&&e.__esModule)return e;if(16&c&&"function"==typeof e.then)return e}var f=Object.create(null);r.r(f);var b={};a=a||[null,d({}),d([]),d(d)];for(var t=2&c&&e;"object"==typeof t&&!~a.indexOf(t);t=d(t))Object.getOwnPropertyNames(t).forEach((a=>b[a]=()=>e[a]));return b.default=()=>e,r.d(f,b),f},r.d=(e,a)=>{for(var d in a)r.o(a,d)&&!r.o(e,d)&&Object.defineProperty(e,d,{enumerable:!0,get:a[d]})},r.f={},r.e=e=>Promise.all(Object.keys(r.f).reduce(((a,d)=>(r.f[d](e,a),a)),[])),r.u=e=>"assets/js/"+({2:"a87b999d",19:"b2fe1105",168:"f65d9384",177:"44855101",192:"a1a4d792",201:"6533ff94",215:"f03f1583",242:"74da4669",289:"b51bb099",300:"4a32d166",322:"155bd79b",358:"f7d5eefe",370:"83495cad",394:"681f0dea",427:"8b7e9c02",448:"8949a46f",487:"469df3e7",504:"aba21aa0",514:"975b1ce3",555:"c840b685",557:"f1ce43a5",591:"24b0cd49",633:"fa7ade3e",650:"8a4fd060",715:"5e2cea52",727:"6dfd9e0f",728:"62cb23a6",738:"6777c564",750:"7586e347",758:"fd93a219",816:"53b4a464",849:"0058b4c6",855:"7e7c4020",859:"ee2157ea",866:"1cf863a5",946:"d51b0009",947:"5410e3ed",950:"cafc5adf",958:"5ea58654",981:"29278358",1038:"87f9c718",1052:"8d28d50d",1070:"b1fd9e5a",1071:"cb265431",1091:"7ab3229f",1115:"fbbf8e5b",1178:"bc01f160",1219:"3f767f5d",1233:"4028dc90",1235:"a7456010",1251:"02733be8",1263:"7ebe0b34",1309:"da9a3ef7",1321:"a03d7ae7",1378:"350abb3e",1384:"3a10f07c",1395:"3c4c7bbd",1399:"57b96364",1473:"6a4eb239",1477:"c5da0bda",1578:"8441ab09",1583:"8d820d51",1584:"e2b84a01",1611:"d4a0abaa",1626:"a0cb777f",1628:"2f9d0875",1639:"6c45964e",1654:"6625e023",1666:"5c0138a6",1671:"eef77e0c",1675:"056b179f",1701:"818522b4",1728:"5ba3a1c1",1794:"43b4ef6c",1832:"c4579225",1855:"23293d5d",1868:"ede588b4",1934:"24714c04",1987:"f6e3990b",2017:"e69e2a20",2033:"a2d23c9d",2072:"7b0aeeed",2096:"848437da",2115:"291624ec",2128:"b334adca",2186:"b84ac76f",2219:"35317247",2225:"8505076c",2254:"734d6d92",2292:"d16805f7",2331:"1ec8feca",2380:"cd23014b",2401:"34f9ff35",2418:"8218b3d9",2423:"fdb51d1a",2426:"eefad196",2451:"0fe0daca",2464:"7e41a46c",2468:"449dba47",2512:"9a0fa6cc",2515:"c7c3d33b",2526:"3c93bb9d",2552:"fd68f40a",2559:"841dbe57",2630:"c6fbceb0",2642:"a08de719",2650:"5d932978",2684:"e706f4f1",2685:"29fe31b8",2710:"15c0be05",2723:"b5f84544",2747:"123375e4",2763:"57e569f3",2782:"4ee454f2",2788:"479581b5",2809:"130c5f1c",2841:"1ceef363",2844:"2ccb0d4e",2851:"5b906893",2856:"59a88334",2870:"72d51bf4",2898:"066da194",2900:"0551c6a0",2977:"2cf9b7d5",2981:"3a4a3262",3001:"36fad5f5",3007:"eae15371",3024:"879ec9a5",3036:"e7ffe07a",3059:"c365afb2",3068:"ffe56410",3069:"bf06cd34",3108:"6216f45c",3129:"cc9e2578",3133:"f58434ff",3155:"f616eab5",3168:"cb87def4",3173:"4df301e1",3181:"9f81aab6",3189:"25fe4b04",3232:"2949ec67",3240:"025fae28",3282:"61b6b2ea",3328:"2ac01073",3342:"82a3e9af",3361:"89b796ad",3362:"fc7048a1",3366:"4705eeef",3377:"88f88d40",3382:"cfb6aba4",3415:"56cb3087",3491:"077df66d",3528:"777d78d9",3531:"02d92463",3532:"d9e3386e",3577:"8ae8081c",3656:"2179d43a",3663:"7d08d49b",3722:"3779568f",3734:"d80230f4",3737:"f2505518",3756:"c510164a",3766:"aa2718d1",3791:"9b713938",3798:"70db708c",3829:"dcc21ffa",3833:"0991214b",3838:"04c0c131",3848:"7127c91a",3855:"9a7a8d1e",3901:"7e522ad0",3903:"c9cf59d5",3929:"f286f1d7",4023:"1a5d908b",4033:"58c178bf",4035:"5b21aa3e",4037:"bc9925e1",4056:"87544f59",4086:"5ca863f9",4094:"20fce346",4097:"650c82ce",4161:"45647e38",4162:"91d3836e",4268:"1b7c35d8",4336:"5412907c",4342:"399a56b4",4379:"3d7d5d3b",4383:"f5a0045c",4388:"173180c6",4404:"0ba6bd1e",4453:"6177336c",4477:"e86911d8",4489:"32304e5f",4496:"15398f7f",4510:"dd82a7e8",4513:"4666cc68",4520:"abebefdb",4530:"05932217",4538:"50e7b3f9",4569:"51f148d7",4578:"6d09092e",4583:"1df93b7f",4598:"424f8b54",4608:"ad70cbaa",4615:"9b9ea6f0",4623:"b54dc9e0",4698:"8ce1b110",4731:"c2457f16",4788:"8cfe56e5",4789:"fa11326f",4833:"7be0869c",4847:"62e274e3",4856:"a0a9b5d9",4876:"37b52e56",4877:"5c597c86",4889:"320a4538",4897:"38b483df",4903:"6d21c174",4929:"7cc58ff0",5015:"98779bc9",5047:"7832a6ba",5068:"a0116923",5128:"7cd68ba9",5136:"7b56f230",5165:"5c29904b",5224:"aa214c16",5236:"ebf3cd33",5255:"4617d3c8",5270:"e8ded803",5274:"bdac81c7",5324:"9e9047de",5332:"56ae48ce",5333:"c9a5f9ba",5431:"7821fc25",5506:"57d9e2d5",5507:"3f1d3b58",5522:"e312a59a",5526:"e43685a7",5562:"1c66f86e",5589:"90b503c0",5602:"42e7156c",5614:"5cfe2a5f",5638:"63af3035",5674:"31896819",5680:"b0520596",5693:"7594f685",5731:"204ba34d",5736:"54377487",5742:"261d2bea",5747:"14ca24c4",5777:"21d513f6",5827:"19b5f68e",5835:"87e066d0",5849:"de59c93d",5882:"a6a34cb1",5883:"9d86ea2a",5890:"0f8a0dc7",5895:"271c0016",5959:"c90f2417",5986:"378265b0",6007:"261d5941",6022:"6a2a22a2",6037:"d1182d95",6094:"774e3fe6",6118:"8ece9f4a",6177:"c79cef96",6204:"e0ed0b6c",6208:"b5879f5a",6237:"6d0fde7f",6357:"d0b2cadf",6377:"901c93bc",6410:"456cafce",6438:"ee5a1f6f",6439:"d3fb249b",6469:"cfd4a71f",6498:"597de3ea",6552:"c9b0a8a1",6576:"ce15d75a",6582:"4d3e4af6",6585:"701cf302",6586:"3ddc35f1",6587:"bb0e6bb7",6611:"f12dce3d",6620:"edd571fc",6630:"a9bbce25",6656:"82d81279",6665:"1f4bdd05",6666:"4aa23448",6676:"de569178",6687:"d4b62459",6705:"d9dc2789",6753:"349ca55f",6792:"e3dacf5f",6897:"0cfbf91e",6908:"155456be",6934:"0e6f6011",6942:"4997fe14",7011:"a9a9221c",7025:"7fe570a9",7060:"56753abd",7098:"a7bd4aaa",7160:"ae159ba5",7191:"a220ee30",7195:"f0dc749c",7244:"522ffc43",7248:"0d18c04e",7263:"bdab430d",7265:"9f2dd48a",7311:"2243a8fb",7332:"8ac29e6a",7387:"9278c1bb",7397:"bd266f4d",7428:"dbe671d8",7441:"f6594013",7477:"a1acf48f",7478:"da54022c",7488:"5d178e1b",7491:"7f2b3f2b",7505:"22e39f98",7516:"8052ca51",7615:"a4a0dbb8",7629:"3217afb6",7639:"9fd9c452",7732:"0dbd0da2",7783:"07e15785",7812:"7cd1a3dc",7847:"1b7834de",7857:"a92b7b14",7875:"e9833fb8",7931:"d8a88dad",7942:"a1693878",7955:"6056fea3",7958:"7ce84cb5",7959:"4da47f8d",7965:"b7150993",8024:"f443021c",8029:"e9da0153",8044:"a9a53cab",8064:"6f7ecf6b",8074:"ab09bbf3",8080:"b678abcb",8086:"3b3cc485",8102:"d5da6d18",8112:"8996937e",8157:"c5591be6",8205:"466001f5",8210:"c0ac77d6",8211:"b9dc7d92",8229:"0113e1b3",8240:"4a87878b",8268:"e8c2a39d",8273:"27466cff",8296:"7e59660e",8401:"17896441",8422:"7a2ed8f8",8428:"5a31a763",8484:"eb332adc",8503:"e6e797d1",8556:"3a913f73",8607:"1027e3fd",8645:"133cd8f6",8664:"707aae79",8677:"219fc00e",8723:"d4911c82",8727:"7512697c",8761:"3a40a157",8786:"195b3432",8808:"e5bed9e0",8814:"eaa6bc7f",8867:"8b8ac08f",8904:"f919a09b",8911:"58b363e8",8924:"b740dacb",9048:"a94703ab",9067:"359d430d",9088:"0ca4ec14",9105:"8638e0a5",9146:"398dfd10",9207:"882932dd",9232:"8a94553f",9267:"384e329d",9327:"161a3020",9369:"4c12d6df",9478:"22d116d1",9507:"a1636ed8",9517:"b0b98c2b",9567:"b48ce07c",9575:"bf00a22c",9607:"935a89a4",9636:"3eac7c38",9647:"5e95c892",9655:"0ecd617f",9658:"b4686e59",9744:"acb01ae4",9751:"092f42cf",9768:"2d39250f",9779:"5aa218bf",9848:"0c2f10e8",9851:"0d94beca",9884:"fc93b6ae",9889:"d6f7a2c5",9898:"feb7cd46",9914:"f179a139",9921:"a8688627",9933:"83a02d57",9975:"18d2fa8f"}[e]||e)+"."+{2:"7c3f2a46",19:"a21f8785",168:"c36a741e",177:"cc37d34f",192:"568f40f7",201:"c88a78f0",215:"9256f8eb",242:"0ed15537",289:"aeef03d8",300:"a61cd1d4",322:"2f18a4ff",358:"fd8b76d5",370:"576d3460",394:"e85a3ed9",427:"4f2e9be7",448:"2aab0a04",487:"add0b919",504:"ff409013",514:"c7a9d63e",555:"fed79c9b",557:"098a6eb1",591:"781070ad",633:"07458b1e",650:"1d26b9ff",715:"6ade6d89",727:"062b5b21",728:"acad83ab",738:"9345a4c5",750:"1c6089ad",758:"7efef17a",816:"46830d2d",849:"13b84153",855:"413c0c5f",859:"659f6e8c",866:"2263d131",946:"662237b1",947:"ce2e67ce",950:"464e7616",958:"a3f1a843",981:"8c502911",1038:"0217419f",1052:"9973c889",1070:"64072202",1071:"08b329b3",1091:"8b2678e0",1115:"84940738",1178:"d0033120",1219:"5a5859f2",1233:"f411bac2",1235:"db4ccd1a",1251:"ea59c71b",1263:"a86f3b8d",1309:"695bb641",1321:"71540840",1378:"01d086c6",1384:"040d33b1",1395:"164eca0c",1399:"4fabf8d5",1473:"dbc8268e",1477:"d9edcd6e",1578:"d86ce016",1583:"b4567788",1584:"cfec3cc1",1611:"f335cf7b",1626:"21312b0f",1628:"703c251f",1639:"d5493177",1654:"9ae61863",1666:"72234666",1671:"9385ece2",1675:"1f6a9afe",1701:"866f0587",1728:"4e29d763",1794:"959dd161",1832:"6b54efed",1855:"2f490ef5",1868:"22447719",1934:"28fa8a3b",1987:"4de98ccf",2017:"e6807e28",2033:"512291ca",2072:"7abd8639",2096:"7c905a48",2115:"5d9e7969",2128:"e4529464",2186:"6fc75723",2219:"5f1d1d21",2225:"7494c0a6",2254:"f4f3734b",2292:"f034da69",2331:"0b773589",2380:"0f1291aa",2401:"1bc6dbb7",2418:"75b2dd67",2423:"414625d6",2426:"8ec4ebcd",2451:"2ec1c2d1",2464:"c170714f",2468:"e2642633",2512:"aa313657",2515:"23317a53",2526:"a1e0619f",2552:"eff86969",2559:"99197e6d",2630:"db174e8b",2642:"8229dbf5",2650:"cd2ee1fa",2684:"173855f7",2685:"56d4daaa",2710:"328d9006",2723:"f111bcdd",2747:"6c24b8da",2763:"98c247e3",2782:"95c0d70d",2788:"b0397d4e",2809:"a21b9ac1",2841:"8d085c7d",2844:"6f49af4e",2851:"62854fdb",2856:"f1e3f618",2870:"754d33fc",2898:"8a69a6a0",2900:"d35efea9",2977:"c9243096",2981:"3883d4ba",3001:"8f166cd9",3007:"0ab17ecf",3024:"7e8b58cd",3036:"78ef8f20",3059:"16d79267",3068:"0f33b5e0",3069:"037bb9bc",3108:"2406c094",3129:"0c5f7b28",3133:"34aece9e",3155:"f0d7eed3",3168:"72c2ff1a",3173:"6ab323d8",3181:"fa29a7d3",3189:"09a91fa0",3232:"68de03e7",3240:"0fea1dd9",3282:"7511269c",3328:"c8332575",3342:"acdf0705",3361:"58bb116e",3362:"4a47b1cc",3366:"3b4d0a56",3377:"bec62c7c",3382:"58844a5a",3415:"39159f72",3491:"f70301c1",3528:"6f3d9253",3531:"1d9d9b9b",3532:"93c96c6f",3577:"4fb3a209",3656:"d6ba0d19",3663:"3c2e7e59",3722:"a3c41889",3734:"a2200e9f",3737:"45f0c261",3756:"63d834a0",3766:"6bb795a9",3791:"b2e0f0bc",3798:"b506bffa",3829:"4eab3e3f",3833:"1aa7f6bf",3838:"35aad408",3848:"5da0eafe",3855:"64f6c5e8",3901:"780cdc25",3903:"4d5ce9e1",3929:"23cd02e8",4023:"325fd083",4033:"3579c984",4035:"9672bbae",4037:"d341e637",4056:"28711002",4086:"4af9fa02",4094:"5b244053",4097:"7e9641f1",4161:"b9b7dc45",4162:"af923175",4268:"7d9cf16d",4336:"8ab37d46",4342:"57bc433a",4379:"709c9067",4383:"94a9e0c1",4388:"07786651",4404:"7ad6ec01",4453:"5eb413a4",4477:"42f791b8",4489:"f4a6b1fb",4496:"0ada4b67",4510:"3112012c",4513:"19f552ec",4520:"06b6a1fb",4530:"39a9afbc",4538:"e6d9a9f8",4569:"cae7c16c",4578:"dffa65a2",4583:"7799db43",4598:"8e1b2e85",4608:"7a721aba",4615:"3d849c93",4623:"86e071dd",4698:"82544d6e",4731:"96a32c81",4788:"05b24678",4789:"2c71f98a",4833:"db8a8b6d",4847:"748f4436",4856:"2d794535",4876:"ede293c1",4877:"26f67516",4889:"b88b4460",4897:"82a80655",4903:"7cff5a95",4929:"09a01681",5015:"42bd4b81",5047:"999bacb1",5068:"1b2cad04",5128:"f8bbc3c4",5136:"b830d776",5165:"355101f9",5224:"841c9c0d",5236:"aae80ba7",5255:"bcb2b491",5270:"780502b6",5274:"694fb707",5324:"071b29ae",5332:"c512a770",5333:"01eff188",5431:"bec86717",5506:"0bfaf2a1",5507:"32979015",5522:"7688a96b",5526:"816eaeae",5562:"68133a99",5589:"b630804d",5602:"7dee014b",5614:"d95bb462",5638:"ff70958f",5674:"68c9c6a4",5680:"38d01a8b",5693:"7c90a5b0",5731:"e4ac2077",5736:"251a822b",5742:"0ab32cef",5747:"168589f0",5777:"67fe2c0f",5827:"83511844",5835:"4b8b4fec",5849:"b1c45b8a",5882:"43d76ce0",5883:"0e62fbde",5890:"1175349e",5895:"60d64f04",5959:"204614f2",5986:"e36fdaaa",6007:"d237581f",6022:"3dcdf9c2",6037:"8143e24c",6094:"be44359a",6118:"c7b537d2",6177:"451e3e4a",6204:"6889a3e3",6208:"aa29857e",6237:"7ceb6a3e",6357:"d81704a2",6377:"4e5da184",6410:"b333efe8",6438:"41a55f7f",6439:"01336cf1",6469:"d1b816c8",6498:"d6558248",6552:"8e8b64b7",6576:"c62cc998",6582:"fc0edb66",6585:"ddfc2d70",6586:"87e1b9c9",6587:"b0dc0b12",6611:"239b74fd",6620:"24dfeee0",6630:"48515885",6656:"478e821d",6665:"3d117e7c",6666:"b8230f14",6676:"867ebd81",6687:"cb54f4a4",6705:"73c38632",6753:"766d749e",6792:"8b8da959",6897:"df7ec21c",6908:"2adb1ea0",6934:"f548589b",6942:"a0e8899d",7011:"1fff2398",7025:"83cc89ac",7060:"5dd84317",7098:"2947f097",7160:"9bef8f17",7191:"7b431afe",7195:"090da544",7244:"38947e56",7248:"d69b0272",7263:"bc195fc5",7265:"3b6cecc0",7311:"98c7446f",7332:"3710e7e2",7387:"cec97322",7397:"fbe32c69",7428:"d7afdd56",7441:"384bca1a",7477:"8c2f6ddd",7478:"5bbbd3a7",7488:"288aff29",7491:"488a94c8",7505:"2099d54f",7516:"143799ae",7568:"406cfcae",7615:"b6e8f12d",7629:"9c4cf748",7639:"230ee24b",7732:"af870f30",7783:"32777f10",7812:"64d7aeb0",7847:"d6331cda",7857:"f9f88962",7875:"7fa7797d",7931:"3396c443",7942:"cd2317c3",7955:"e5e76f9c",7958:"29d0defd",7959:"2d4b54ef",7965:"f47e70be",8024:"c72d3c6a",8029:"d949b37e",8044:"295e75bf",8064:"6968a8c9",8074:"21ce273e",8080:"594ac732",8086:"6e536f28",8102:"db9295d4",8112:"0f3a3b1a",8157:"6c175a45",8205:"646aa4ee",8210:"001d04d6",8211:"f18b302a",8229:"f4ef2d9f",8240:"52dda3f7",8268:"012aa310",8273:"c2327b2a",8296:"5cfc68f0",8401:"7eabe79b",8422:"f4fca3fd",8428:"b2a0685a",8484:"8817a03c",8503:"d7064e88",8556:"567ac524",8607:"14102c32",8645:"6aae1e5f",8664:"7b1be2a5",8677:"293042cb",8723:"12d79446",8727:"d7456028",8761:"70b72731",8786:"5e598276",8808:"c7b1019b",8814:"8afbb6c0",8867:"74501606",8904:"b7e8bef1",8911:"934b82a0",8924:"82e9fef8",9048:"f2794ce1",9067:"81bce4e1",9088:"916dd0c0",9105:"8bd9496c",9146:"599c51ae",9207:"0f572bf0",9232:"206d7cee",9267:"1f91a59e",9327:"449a8c2b",9369:"23593ff7",9478:"627b7232",9507:"d8dfcc65",9517:"76b6e61e",9567:"c20d9cc0",9575:"aafbd153",9607:"d595cec1",9636:"042cb8be",9647:"086f5075",9655:"a4ff52b7",9658:"ff4e761c",9744:"4fc06ab4",9751:"7cb5e5fa",9768:"78eb7f1e",9779:"f127ca57",9848:"fb9481f1",9851:"5579995a",9884:"c250db34",9889:"adbdabb6",9898:"32ab07bc",9914:"e9da988b",9921:"c90adb84",9933:"50a9b380",9975:"e9efab6e"}[e]+".js",r.miniCssF=e=>{},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),r.o=(e,a)=>Object.prototype.hasOwnProperty.call(e,a),c={},f="docs:",r.l=(e,a,d,b)=>{if(c[e])c[e].push(a);else{var t,o;if(void 0!==d)for(var n=document.getElementsByTagName("script"),i=0;i{t.onerror=t.onload=null,clearTimeout(s);var f=c[e];if(delete c[e],t.parentNode&&t.parentNode.removeChild(t),f&&f.forEach((e=>e(d))),a)return a(d)},s=setTimeout(l.bind(null,void 0,{type:"timeout",target:t}),12e4);t.onerror=l.bind(null,t.onerror),t.onload=l.bind(null,t.onload),o&&document.head.appendChild(t)}},r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.p="/",r.gca=function(e){return e={17896441:"8401",29278358:"981",31896819:"5674",35317247:"2219",44855101:"177",54377487:"5736",a87b999d:"2",b2fe1105:"19",f65d9384:"168",a1a4d792:"192","6533ff94":"201",f03f1583:"215","74da4669":"242",b51bb099:"289","4a32d166":"300","155bd79b":"322",f7d5eefe:"358","83495cad":"370","681f0dea":"394","8b7e9c02":"427","8949a46f":"448","469df3e7":"487",aba21aa0:"504","975b1ce3":"514",c840b685:"555",f1ce43a5:"557","24b0cd49":"591",fa7ade3e:"633","8a4fd060":"650","5e2cea52":"715","6dfd9e0f":"727","62cb23a6":"728","6777c564":"738","7586e347":"750",fd93a219:"758","53b4a464":"816","0058b4c6":"849","7e7c4020":"855",ee2157ea:"859","1cf863a5":"866",d51b0009:"946","5410e3ed":"947",cafc5adf:"950","5ea58654":"958","87f9c718":"1038","8d28d50d":"1052",b1fd9e5a:"1070",cb265431:"1071","7ab3229f":"1091",fbbf8e5b:"1115",bc01f160:"1178","3f767f5d":"1219","4028dc90":"1233",a7456010:"1235","02733be8":"1251","7ebe0b34":"1263",da9a3ef7:"1309",a03d7ae7:"1321","350abb3e":"1378","3a10f07c":"1384","3c4c7bbd":"1395","57b96364":"1399","6a4eb239":"1473",c5da0bda:"1477","8441ab09":"1578","8d820d51":"1583",e2b84a01:"1584",d4a0abaa:"1611",a0cb777f:"1626","2f9d0875":"1628","6c45964e":"1639","6625e023":"1654","5c0138a6":"1666",eef77e0c:"1671","056b179f":"1675","818522b4":"1701","5ba3a1c1":"1728","43b4ef6c":"1794",c4579225:"1832","23293d5d":"1855",ede588b4:"1868","24714c04":"1934",f6e3990b:"1987",e69e2a20:"2017",a2d23c9d:"2033","7b0aeeed":"2072","848437da":"2096","291624ec":"2115",b334adca:"2128",b84ac76f:"2186","8505076c":"2225","734d6d92":"2254",d16805f7:"2292","1ec8feca":"2331",cd23014b:"2380","34f9ff35":"2401","8218b3d9":"2418",fdb51d1a:"2423",eefad196:"2426","0fe0daca":"2451","7e41a46c":"2464","449dba47":"2468","9a0fa6cc":"2512",c7c3d33b:"2515","3c93bb9d":"2526",fd68f40a:"2552","841dbe57":"2559",c6fbceb0:"2630",a08de719:"2642","5d932978":"2650",e706f4f1:"2684","29fe31b8":"2685","15c0be05":"2710",b5f84544:"2723","123375e4":"2747","57e569f3":"2763","4ee454f2":"2782","479581b5":"2788","130c5f1c":"2809","1ceef363":"2841","2ccb0d4e":"2844","5b906893":"2851","59a88334":"2856","72d51bf4":"2870","066da194":"2898","0551c6a0":"2900","2cf9b7d5":"2977","3a4a3262":"2981","36fad5f5":"3001",eae15371:"3007","879ec9a5":"3024",e7ffe07a:"3036",c365afb2:"3059",ffe56410:"3068",bf06cd34:"3069","6216f45c":"3108",cc9e2578:"3129",f58434ff:"3133",f616eab5:"3155",cb87def4:"3168","4df301e1":"3173","9f81aab6":"3181","25fe4b04":"3189","2949ec67":"3232","025fae28":"3240","61b6b2ea":"3282","2ac01073":"3328","82a3e9af":"3342","89b796ad":"3361",fc7048a1:"3362","4705eeef":"3366","88f88d40":"3377",cfb6aba4:"3382","56cb3087":"3415","077df66d":"3491","777d78d9":"3528","02d92463":"3531",d9e3386e:"3532","8ae8081c":"3577","2179d43a":"3656","7d08d49b":"3663","3779568f":"3722",d80230f4:"3734",f2505518:"3737",c510164a:"3756",aa2718d1:"3766","9b713938":"3791","70db708c":"3798",dcc21ffa:"3829","0991214b":"3833","04c0c131":"3838","7127c91a":"3848","9a7a8d1e":"3855","7e522ad0":"3901",c9cf59d5:"3903",f286f1d7:"3929","1a5d908b":"4023","58c178bf":"4033","5b21aa3e":"4035",bc9925e1:"4037","87544f59":"4056","5ca863f9":"4086","20fce346":"4094","650c82ce":"4097","45647e38":"4161","91d3836e":"4162","1b7c35d8":"4268","5412907c":"4336","399a56b4":"4342","3d7d5d3b":"4379",f5a0045c:"4383","173180c6":"4388","0ba6bd1e":"4404","6177336c":"4453",e86911d8:"4477","32304e5f":"4489","15398f7f":"4496",dd82a7e8:"4510","4666cc68":"4513",abebefdb:"4520","05932217":"4530","50e7b3f9":"4538","51f148d7":"4569","6d09092e":"4578","1df93b7f":"4583","424f8b54":"4598",ad70cbaa:"4608","9b9ea6f0":"4615",b54dc9e0:"4623","8ce1b110":"4698",c2457f16:"4731","8cfe56e5":"4788",fa11326f:"4789","7be0869c":"4833","62e274e3":"4847",a0a9b5d9:"4856","37b52e56":"4876","5c597c86":"4877","320a4538":"4889","38b483df":"4897","6d21c174":"4903","7cc58ff0":"4929","98779bc9":"5015","7832a6ba":"5047",a0116923:"5068","7cd68ba9":"5128","7b56f230":"5136","5c29904b":"5165",aa214c16:"5224",ebf3cd33:"5236","4617d3c8":"5255",e8ded803:"5270",bdac81c7:"5274","9e9047de":"5324","56ae48ce":"5332",c9a5f9ba:"5333","7821fc25":"5431","57d9e2d5":"5506","3f1d3b58":"5507",e312a59a:"5522",e43685a7:"5526","1c66f86e":"5562","90b503c0":"5589","42e7156c":"5602","5cfe2a5f":"5614","63af3035":"5638",b0520596:"5680","7594f685":"5693","204ba34d":"5731","261d2bea":"5742","14ca24c4":"5747","21d513f6":"5777","19b5f68e":"5827","87e066d0":"5835",de59c93d:"5849",a6a34cb1:"5882","9d86ea2a":"5883","0f8a0dc7":"5890","271c0016":"5895",c90f2417:"5959","378265b0":"5986","261d5941":"6007","6a2a22a2":"6022",d1182d95:"6037","774e3fe6":"6094","8ece9f4a":"6118",c79cef96:"6177",e0ed0b6c:"6204",b5879f5a:"6208","6d0fde7f":"6237",d0b2cadf:"6357","901c93bc":"6377","456cafce":"6410",ee5a1f6f:"6438",d3fb249b:"6439",cfd4a71f:"6469","597de3ea":"6498",c9b0a8a1:"6552",ce15d75a:"6576","4d3e4af6":"6582","701cf302":"6585","3ddc35f1":"6586",bb0e6bb7:"6587",f12dce3d:"6611",edd571fc:"6620",a9bbce25:"6630","82d81279":"6656","1f4bdd05":"6665","4aa23448":"6666",de569178:"6676",d4b62459:"6687",d9dc2789:"6705","349ca55f":"6753",e3dacf5f:"6792","0cfbf91e":"6897","155456be":"6908","0e6f6011":"6934","4997fe14":"6942",a9a9221c:"7011","7fe570a9":"7025","56753abd":"7060",a7bd4aaa:"7098",ae159ba5:"7160",a220ee30:"7191",f0dc749c:"7195","522ffc43":"7244","0d18c04e":"7248",bdab430d:"7263","9f2dd48a":"7265","2243a8fb":"7311","8ac29e6a":"7332","9278c1bb":"7387",bd266f4d:"7397",dbe671d8:"7428",f6594013:"7441",a1acf48f:"7477",da54022c:"7478","5d178e1b":"7488","7f2b3f2b":"7491","22e39f98":"7505","8052ca51":"7516",a4a0dbb8:"7615","3217afb6":"7629","9fd9c452":"7639","0dbd0da2":"7732","07e15785":"7783","7cd1a3dc":"7812","1b7834de":"7847",a92b7b14:"7857",e9833fb8:"7875",d8a88dad:"7931",a1693878:"7942","6056fea3":"7955","7ce84cb5":"7958","4da47f8d":"7959",b7150993:"7965",f443021c:"8024",e9da0153:"8029",a9a53cab:"8044","6f7ecf6b":"8064",ab09bbf3:"8074",b678abcb:"8080","3b3cc485":"8086",d5da6d18:"8102","8996937e":"8112",c5591be6:"8157","466001f5":"8205",c0ac77d6:"8210",b9dc7d92:"8211","0113e1b3":"8229","4a87878b":"8240",e8c2a39d:"8268","27466cff":"8273","7e59660e":"8296","7a2ed8f8":"8422","5a31a763":"8428",eb332adc:"8484",e6e797d1:"8503","3a913f73":"8556","1027e3fd":"8607","133cd8f6":"8645","707aae79":"8664","219fc00e":"8677",d4911c82:"8723","7512697c":"8727","3a40a157":"8761","195b3432":"8786",e5bed9e0:"8808",eaa6bc7f:"8814","8b8ac08f":"8867",f919a09b:"8904","58b363e8":"8911",b740dacb:"8924",a94703ab:"9048","359d430d":"9067","0ca4ec14":"9088","8638e0a5":"9105","398dfd10":"9146","882932dd":"9207","8a94553f":"9232","384e329d":"9267","161a3020":"9327","4c12d6df":"9369","22d116d1":"9478",a1636ed8:"9507",b0b98c2b:"9517",b48ce07c:"9567",bf00a22c:"9575","935a89a4":"9607","3eac7c38":"9636","5e95c892":"9647","0ecd617f":"9655",b4686e59:"9658",acb01ae4:"9744","092f42cf":"9751","2d39250f":"9768","5aa218bf":"9779","0c2f10e8":"9848","0d94beca":"9851",fc93b6ae:"9884",d6f7a2c5:"9889",feb7cd46:"9898",f179a139:"9914",a8688627:"9921","83a02d57":"9933","18d2fa8f":"9975"}[e]||e,r.p+r.u(e)},(()=>{var e={5354:0,1869:0};r.f.j=(a,d)=>{var c=r.o(e,a)?e[a]:void 0;if(0!==c)if(c)d.push(c[2]);else if(/^(1869|5354)$/.test(a))e[a]=0;else{var f=new Promise(((d,f)=>c=e[a]=[d,f]));d.push(c[2]=f);var b=r.p+r.u(a),t=new Error;r.l(b,(d=>{if(r.o(e,a)&&(0!==(c=e[a])&&(e[a]=void 0),c)){var f=d&&("load"===d.type?"missing":d.type),b=d&&d.target&&d.target.src;t.message="Loading chunk "+a+" failed.\n("+f+": "+b+")",t.name="ChunkLoadError",t.type=f,t.request=b,c[1](t)}}),"chunk-"+a,a)}},r.O.j=a=>0===e[a];var a=(a,d)=>{var c,f,b=d[0],t=d[1],o=d[2],n=0;if(b.some((a=>0!==e[a]))){for(c in t)r.o(t,c)&&(r.m[c]=t[c]);if(o)var i=o(r)}for(a&&a(d);n{"use strict";var e,a,d,c,f,b={},t={};function r(e){var a=t[e];if(void 0!==a)return a.exports;var d=t[e]={id:e,loaded:!1,exports:{}};return b[e].call(d.exports,d,d.exports,r),d.loaded=!0,d.exports}r.m=b,r.c=t,e=[],r.O=(a,d,c,f)=>{if(!d){var b=1/0;for(i=0;i=f)&&Object.keys(r.O).every((e=>r.O[e](d[o])))?d.splice(o--,1):(t=!1,f0&&e[i-1][2]>f;i--)e[i]=e[i-1];e[i]=[d,c,f]},r.n=e=>{var a=e&&e.__esModule?()=>e.default:()=>e;return r.d(a,{a:a}),a},d=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,r.t=function(e,c){if(1&c&&(e=this(e)),8&c)return e;if("object"==typeof e&&e){if(4&c&&e.__esModule)return e;if(16&c&&"function"==typeof e.then)return e}var f=Object.create(null);r.r(f);var b={};a=a||[null,d({}),d([]),d(d)];for(var t=2&c&&e;"object"==typeof t&&!~a.indexOf(t);t=d(t))Object.getOwnPropertyNames(t).forEach((a=>b[a]=()=>e[a]));return b.default=()=>e,r.d(f,b),f},r.d=(e,a)=>{for(var d in a)r.o(a,d)&&!r.o(e,d)&&Object.defineProperty(e,d,{enumerable:!0,get:a[d]})},r.f={},r.e=e=>Promise.all(Object.keys(r.f).reduce(((a,d)=>(r.f[d](e,a),a)),[])),r.u=e=>"assets/js/"+({2:"a87b999d",19:"b2fe1105",168:"f65d9384",177:"44855101",192:"a1a4d792",201:"6533ff94",215:"f03f1583",242:"74da4669",289:"b51bb099",300:"4a32d166",322:"155bd79b",358:"f7d5eefe",370:"83495cad",394:"681f0dea",427:"8b7e9c02",448:"8949a46f",487:"469df3e7",504:"aba21aa0",514:"975b1ce3",555:"c840b685",557:"f1ce43a5",591:"24b0cd49",633:"fa7ade3e",650:"8a4fd060",715:"5e2cea52",727:"6dfd9e0f",728:"62cb23a6",738:"6777c564",750:"7586e347",758:"fd93a219",816:"53b4a464",849:"0058b4c6",855:"7e7c4020",859:"ee2157ea",866:"1cf863a5",946:"d51b0009",947:"5410e3ed",950:"cafc5adf",958:"5ea58654",981:"29278358",1038:"87f9c718",1052:"8d28d50d",1070:"b1fd9e5a",1071:"cb265431",1091:"7ab3229f",1115:"fbbf8e5b",1178:"bc01f160",1219:"3f767f5d",1233:"4028dc90",1235:"a7456010",1251:"02733be8",1263:"7ebe0b34",1309:"da9a3ef7",1321:"a03d7ae7",1378:"350abb3e",1384:"3a10f07c",1395:"3c4c7bbd",1399:"57b96364",1473:"6a4eb239",1477:"c5da0bda",1578:"8441ab09",1583:"8d820d51",1584:"e2b84a01",1611:"d4a0abaa",1626:"a0cb777f",1628:"2f9d0875",1639:"6c45964e",1654:"6625e023",1666:"5c0138a6",1671:"eef77e0c",1675:"056b179f",1701:"818522b4",1728:"5ba3a1c1",1794:"43b4ef6c",1832:"c4579225",1855:"23293d5d",1868:"ede588b4",1934:"24714c04",1987:"f6e3990b",2017:"e69e2a20",2033:"a2d23c9d",2072:"7b0aeeed",2096:"848437da",2115:"291624ec",2128:"b334adca",2186:"b84ac76f",2219:"35317247",2225:"8505076c",2254:"734d6d92",2292:"d16805f7",2331:"1ec8feca",2380:"cd23014b",2401:"34f9ff35",2418:"8218b3d9",2423:"fdb51d1a",2426:"eefad196",2451:"0fe0daca",2464:"7e41a46c",2468:"449dba47",2512:"9a0fa6cc",2515:"c7c3d33b",2526:"3c93bb9d",2552:"fd68f40a",2559:"841dbe57",2630:"c6fbceb0",2642:"a08de719",2650:"5d932978",2684:"e706f4f1",2685:"29fe31b8",2710:"15c0be05",2723:"b5f84544",2747:"123375e4",2763:"57e569f3",2782:"4ee454f2",2788:"479581b5",2809:"130c5f1c",2841:"1ceef363",2844:"2ccb0d4e",2851:"5b906893",2856:"59a88334",2870:"72d51bf4",2898:"066da194",2900:"0551c6a0",2977:"2cf9b7d5",2981:"3a4a3262",3001:"36fad5f5",3007:"eae15371",3024:"879ec9a5",3036:"e7ffe07a",3059:"c365afb2",3068:"ffe56410",3069:"bf06cd34",3108:"6216f45c",3129:"cc9e2578",3133:"f58434ff",3155:"f616eab5",3168:"cb87def4",3173:"4df301e1",3181:"9f81aab6",3189:"25fe4b04",3232:"2949ec67",3240:"025fae28",3282:"61b6b2ea",3328:"2ac01073",3342:"82a3e9af",3361:"89b796ad",3362:"fc7048a1",3366:"4705eeef",3377:"88f88d40",3382:"cfb6aba4",3415:"56cb3087",3491:"077df66d",3528:"777d78d9",3531:"02d92463",3532:"d9e3386e",3577:"8ae8081c",3656:"2179d43a",3663:"7d08d49b",3722:"3779568f",3734:"d80230f4",3737:"f2505518",3756:"c510164a",3766:"aa2718d1",3791:"9b713938",3798:"70db708c",3829:"dcc21ffa",3833:"0991214b",3838:"04c0c131",3848:"7127c91a",3855:"9a7a8d1e",3901:"7e522ad0",3903:"c9cf59d5",3929:"f286f1d7",4023:"1a5d908b",4033:"58c178bf",4035:"5b21aa3e",4037:"bc9925e1",4056:"87544f59",4086:"5ca863f9",4094:"20fce346",4097:"650c82ce",4161:"45647e38",4162:"91d3836e",4268:"1b7c35d8",4336:"5412907c",4342:"399a56b4",4379:"3d7d5d3b",4383:"f5a0045c",4388:"173180c6",4404:"0ba6bd1e",4453:"6177336c",4477:"e86911d8",4489:"32304e5f",4496:"15398f7f",4510:"dd82a7e8",4513:"4666cc68",4520:"abebefdb",4530:"05932217",4538:"50e7b3f9",4569:"51f148d7",4578:"6d09092e",4583:"1df93b7f",4598:"424f8b54",4608:"ad70cbaa",4615:"9b9ea6f0",4623:"b54dc9e0",4698:"8ce1b110",4731:"c2457f16",4788:"8cfe56e5",4789:"fa11326f",4833:"7be0869c",4847:"62e274e3",4856:"a0a9b5d9",4876:"37b52e56",4877:"5c597c86",4889:"320a4538",4897:"38b483df",4903:"6d21c174",4929:"7cc58ff0",5015:"98779bc9",5047:"7832a6ba",5068:"a0116923",5128:"7cd68ba9",5136:"7b56f230",5165:"5c29904b",5224:"aa214c16",5236:"ebf3cd33",5255:"4617d3c8",5270:"e8ded803",5274:"bdac81c7",5324:"9e9047de",5332:"56ae48ce",5333:"c9a5f9ba",5431:"7821fc25",5506:"57d9e2d5",5507:"3f1d3b58",5522:"e312a59a",5526:"e43685a7",5562:"1c66f86e",5589:"90b503c0",5602:"42e7156c",5614:"5cfe2a5f",5638:"63af3035",5674:"31896819",5680:"b0520596",5693:"7594f685",5731:"204ba34d",5736:"54377487",5742:"261d2bea",5747:"14ca24c4",5777:"21d513f6",5827:"19b5f68e",5835:"87e066d0",5849:"de59c93d",5882:"a6a34cb1",5883:"9d86ea2a",5890:"0f8a0dc7",5895:"271c0016",5959:"c90f2417",5986:"378265b0",6007:"261d5941",6022:"6a2a22a2",6037:"d1182d95",6094:"774e3fe6",6118:"8ece9f4a",6177:"c79cef96",6204:"e0ed0b6c",6208:"b5879f5a",6237:"6d0fde7f",6357:"d0b2cadf",6377:"901c93bc",6410:"456cafce",6438:"ee5a1f6f",6439:"d3fb249b",6469:"cfd4a71f",6498:"597de3ea",6552:"c9b0a8a1",6576:"ce15d75a",6582:"4d3e4af6",6585:"701cf302",6586:"3ddc35f1",6587:"bb0e6bb7",6611:"f12dce3d",6620:"edd571fc",6630:"a9bbce25",6656:"82d81279",6665:"1f4bdd05",6666:"4aa23448",6676:"de569178",6687:"d4b62459",6705:"d9dc2789",6753:"349ca55f",6792:"e3dacf5f",6897:"0cfbf91e",6908:"155456be",6934:"0e6f6011",6942:"4997fe14",7011:"a9a9221c",7025:"7fe570a9",7060:"56753abd",7098:"a7bd4aaa",7160:"ae159ba5",7191:"a220ee30",7195:"f0dc749c",7244:"522ffc43",7248:"0d18c04e",7263:"bdab430d",7265:"9f2dd48a",7311:"2243a8fb",7332:"8ac29e6a",7387:"9278c1bb",7397:"bd266f4d",7428:"dbe671d8",7441:"f6594013",7477:"a1acf48f",7478:"da54022c",7488:"5d178e1b",7491:"7f2b3f2b",7505:"22e39f98",7516:"8052ca51",7615:"a4a0dbb8",7629:"3217afb6",7639:"9fd9c452",7732:"0dbd0da2",7783:"07e15785",7812:"7cd1a3dc",7847:"1b7834de",7857:"a92b7b14",7875:"e9833fb8",7931:"d8a88dad",7942:"a1693878",7955:"6056fea3",7958:"7ce84cb5",7959:"4da47f8d",7965:"b7150993",8024:"f443021c",8029:"e9da0153",8044:"a9a53cab",8064:"6f7ecf6b",8074:"ab09bbf3",8080:"b678abcb",8086:"3b3cc485",8102:"d5da6d18",8112:"8996937e",8157:"c5591be6",8205:"466001f5",8210:"c0ac77d6",8211:"b9dc7d92",8229:"0113e1b3",8240:"4a87878b",8268:"e8c2a39d",8273:"27466cff",8296:"7e59660e",8401:"17896441",8422:"7a2ed8f8",8428:"5a31a763",8484:"eb332adc",8503:"e6e797d1",8556:"3a913f73",8607:"1027e3fd",8645:"133cd8f6",8664:"707aae79",8677:"219fc00e",8723:"d4911c82",8727:"7512697c",8761:"3a40a157",8786:"195b3432",8808:"e5bed9e0",8814:"eaa6bc7f",8867:"8b8ac08f",8904:"f919a09b",8911:"58b363e8",8924:"b740dacb",9048:"a94703ab",9067:"359d430d",9088:"0ca4ec14",9105:"8638e0a5",9146:"398dfd10",9207:"882932dd",9232:"8a94553f",9267:"384e329d",9327:"161a3020",9369:"4c12d6df",9478:"22d116d1",9507:"a1636ed8",9517:"b0b98c2b",9567:"b48ce07c",9575:"bf00a22c",9607:"935a89a4",9636:"3eac7c38",9647:"5e95c892",9655:"0ecd617f",9658:"b4686e59",9744:"acb01ae4",9751:"092f42cf",9768:"2d39250f",9779:"5aa218bf",9848:"0c2f10e8",9851:"0d94beca",9884:"fc93b6ae",9889:"d6f7a2c5",9898:"feb7cd46",9914:"f179a139",9921:"a8688627",9933:"83a02d57",9975:"18d2fa8f"}[e]||e)+"."+{2:"7c3f2a46",19:"a21f8785",168:"c36a741e",177:"cc37d34f",192:"568f40f7",201:"c88a78f0",215:"9256f8eb",242:"0ed15537",289:"aeef03d8",300:"a61cd1d4",322:"2f18a4ff",358:"fd8b76d5",370:"576d3460",394:"e85a3ed9",427:"4f2e9be7",448:"2aab0a04",487:"add0b919",504:"ff409013",514:"c7a9d63e",555:"fed79c9b",557:"098a6eb1",591:"781070ad",633:"07458b1e",650:"1d26b9ff",715:"6ade6d89",727:"062b5b21",728:"acad83ab",738:"9345a4c5",750:"1c6089ad",758:"7efef17a",816:"46830d2d",849:"13b84153",855:"413c0c5f",859:"659f6e8c",866:"2263d131",946:"662237b1",947:"ce2e67ce",950:"464e7616",958:"a3f1a843",981:"8c502911",1038:"0217419f",1052:"9973c889",1070:"64072202",1071:"08b329b3",1091:"8b2678e0",1115:"84940738",1178:"d0033120",1219:"5a5859f2",1233:"f411bac2",1235:"db4ccd1a",1251:"ea59c71b",1263:"a86f3b8d",1309:"695bb641",1321:"71540840",1378:"01d086c6",1384:"040d33b1",1395:"164eca0c",1399:"4fabf8d5",1473:"dbc8268e",1477:"d9edcd6e",1578:"d86ce016",1583:"b4567788",1584:"cfec3cc1",1611:"f335cf7b",1626:"21312b0f",1628:"703c251f",1639:"d5493177",1654:"9ae61863",1666:"72234666",1671:"9385ece2",1675:"1f6a9afe",1701:"866f0587",1728:"4e29d763",1794:"959dd161",1832:"6b54efed",1855:"2f490ef5",1868:"22447719",1934:"28fa8a3b",1987:"4de98ccf",2017:"e6807e28",2033:"512291ca",2072:"7abd8639",2096:"7c905a48",2115:"5d9e7969",2128:"e4529464",2186:"6fc75723",2219:"5f1d1d21",2225:"7494c0a6",2254:"f4f3734b",2292:"f034da69",2331:"0b773589",2380:"0f1291aa",2401:"1bc6dbb7",2418:"75b2dd67",2423:"414625d6",2426:"8ec4ebcd",2451:"2ec1c2d1",2464:"c170714f",2468:"e2642633",2512:"aa313657",2515:"23317a53",2526:"a1e0619f",2552:"eff86969",2559:"99197e6d",2630:"db174e8b",2642:"8229dbf5",2650:"cd2ee1fa",2684:"173855f7",2685:"56d4daaa",2710:"328d9006",2723:"f111bcdd",2747:"6c24b8da",2763:"98c247e3",2782:"95c0d70d",2788:"b0397d4e",2809:"a21b9ac1",2841:"8d085c7d",2844:"6f49af4e",2851:"62854fdb",2856:"f1e3f618",2870:"754d33fc",2898:"8a69a6a0",2900:"d35efea9",2977:"c9243096",2981:"3883d4ba",3001:"8f166cd9",3007:"0ab17ecf",3024:"7e8b58cd",3036:"78ef8f20",3059:"16d79267",3068:"0f33b5e0",3069:"037bb9bc",3108:"2406c094",3129:"0c5f7b28",3133:"34aece9e",3155:"f0d7eed3",3168:"72c2ff1a",3173:"6ab323d8",3181:"fa29a7d3",3189:"09a91fa0",3232:"68de03e7",3240:"0fea1dd9",3282:"7511269c",3328:"c8332575",3342:"acdf0705",3361:"58bb116e",3362:"4a47b1cc",3366:"3b4d0a56",3377:"bec62c7c",3382:"58844a5a",3415:"39159f72",3491:"f70301c1",3528:"6f3d9253",3531:"1d9d9b9b",3532:"93c96c6f",3577:"4fb3a209",3656:"d6ba0d19",3663:"3c2e7e59",3722:"a3c41889",3734:"a2200e9f",3737:"45f0c261",3756:"63d834a0",3766:"6bb795a9",3791:"b2e0f0bc",3798:"b506bffa",3829:"4eab3e3f",3833:"1aa7f6bf",3838:"35aad408",3848:"5da0eafe",3855:"64f6c5e8",3901:"780cdc25",3903:"4d5ce9e1",3929:"23cd02e8",4023:"325fd083",4033:"3579c984",4035:"9672bbae",4037:"d341e637",4056:"28711002",4086:"4af9fa02",4094:"5b244053",4097:"7e9641f1",4161:"b9b7dc45",4162:"af923175",4268:"e59be5a2",4336:"8ab37d46",4342:"57bc433a",4379:"709c9067",4383:"94a9e0c1",4388:"07786651",4404:"7ad6ec01",4453:"5eb413a4",4477:"42f791b8",4489:"f4a6b1fb",4496:"0ada4b67",4510:"3112012c",4513:"19f552ec",4520:"06b6a1fb",4530:"39a9afbc",4538:"e6d9a9f8",4569:"cae7c16c",4578:"dffa65a2",4583:"7799db43",4598:"8e1b2e85",4608:"7a721aba",4615:"3d849c93",4623:"86e071dd",4698:"82544d6e",4731:"96a32c81",4788:"05b24678",4789:"2c71f98a",4833:"db8a8b6d",4847:"748f4436",4856:"2d794535",4876:"ede293c1",4877:"26f67516",4889:"b88b4460",4897:"82a80655",4903:"7cff5a95",4929:"09a01681",5015:"42bd4b81",5047:"999bacb1",5068:"1b2cad04",5128:"f8bbc3c4",5136:"b830d776",5165:"355101f9",5224:"841c9c0d",5236:"aae80ba7",5255:"bcb2b491",5270:"780502b6",5274:"694fb707",5324:"071b29ae",5332:"c512a770",5333:"01eff188",5431:"bec86717",5506:"0bfaf2a1",5507:"32979015",5522:"7688a96b",5526:"816eaeae",5562:"68133a99",5589:"b630804d",5602:"7dee014b",5614:"d95bb462",5638:"ff70958f",5674:"68c9c6a4",5680:"38d01a8b",5693:"7c90a5b0",5731:"e4ac2077",5736:"251a822b",5742:"0ab32cef",5747:"168589f0",5777:"67fe2c0f",5827:"83511844",5835:"4b8b4fec",5849:"b1c45b8a",5882:"43d76ce0",5883:"0e62fbde",5890:"1175349e",5895:"60d64f04",5959:"204614f2",5986:"e36fdaaa",6007:"d237581f",6022:"3dcdf9c2",6037:"8143e24c",6094:"be44359a",6118:"c7b537d2",6177:"451e3e4a",6204:"6889a3e3",6208:"aa29857e",6237:"7ceb6a3e",6357:"d81704a2",6377:"4e5da184",6410:"b333efe8",6438:"41a55f7f",6439:"01336cf1",6469:"d1b816c8",6498:"d6558248",6552:"8e8b64b7",6576:"c62cc998",6582:"fc0edb66",6585:"ddfc2d70",6586:"87e1b9c9",6587:"b0dc0b12",6611:"239b74fd",6620:"24dfeee0",6630:"48515885",6656:"478e821d",6665:"3d117e7c",6666:"b8230f14",6676:"867ebd81",6687:"cb54f4a4",6705:"73c38632",6753:"766d749e",6792:"8b8da959",6897:"df7ec21c",6908:"2adb1ea0",6934:"f548589b",6942:"a0e8899d",7011:"1fff2398",7025:"83cc89ac",7060:"5dd84317",7098:"2947f097",7160:"9bef8f17",7191:"7b431afe",7195:"090da544",7244:"38947e56",7248:"d69b0272",7263:"bc195fc5",7265:"3b6cecc0",7311:"98c7446f",7332:"3710e7e2",7387:"cec97322",7397:"fbe32c69",7428:"d7afdd56",7441:"384bca1a",7477:"8c2f6ddd",7478:"5bbbd3a7",7488:"288aff29",7491:"488a94c8",7505:"2099d54f",7516:"143799ae",7568:"406cfcae",7615:"b6e8f12d",7629:"9c4cf748",7639:"230ee24b",7732:"af870f30",7783:"32777f10",7812:"64d7aeb0",7847:"d6331cda",7857:"f9f88962",7875:"7fa7797d",7931:"3396c443",7942:"cd2317c3",7955:"e5e76f9c",7958:"29d0defd",7959:"2d4b54ef",7965:"f47e70be",8024:"c72d3c6a",8029:"d949b37e",8044:"295e75bf",8064:"6968a8c9",8074:"21ce273e",8080:"594ac732",8086:"6e536f28",8102:"db9295d4",8112:"0f3a3b1a",8157:"6c175a45",8205:"646aa4ee",8210:"001d04d6",8211:"f18b302a",8229:"f4ef2d9f",8240:"52dda3f7",8268:"012aa310",8273:"c2327b2a",8296:"5cfc68f0",8401:"7eabe79b",8422:"f4fca3fd",8428:"b2a0685a",8484:"8817a03c",8503:"d7064e88",8556:"567ac524",8607:"14102c32",8645:"6aae1e5f",8664:"7b1be2a5",8677:"293042cb",8723:"12d79446",8727:"d7456028",8761:"70b72731",8786:"5e598276",8808:"c7b1019b",8814:"8afbb6c0",8867:"74501606",8904:"b7e8bef1",8911:"934b82a0",8924:"82e9fef8",9048:"f2794ce1",9067:"81bce4e1",9088:"916dd0c0",9105:"8bd9496c",9146:"599c51ae",9207:"0f572bf0",9232:"206d7cee",9267:"1f91a59e",9327:"449a8c2b",9369:"23593ff7",9478:"627b7232",9507:"d8dfcc65",9517:"76b6e61e",9567:"c20d9cc0",9575:"aafbd153",9607:"d595cec1",9636:"042cb8be",9647:"086f5075",9655:"a4ff52b7",9658:"ff4e761c",9744:"4fc06ab4",9751:"7cb5e5fa",9768:"78eb7f1e",9779:"f127ca57",9848:"fb9481f1",9851:"5579995a",9884:"c250db34",9889:"adbdabb6",9898:"32ab07bc",9914:"e9da988b",9921:"c90adb84",9933:"50a9b380",9975:"e9efab6e"}[e]+".js",r.miniCssF=e=>{},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),r.o=(e,a)=>Object.prototype.hasOwnProperty.call(e,a),c={},f="docs:",r.l=(e,a,d,b)=>{if(c[e])c[e].push(a);else{var t,o;if(void 0!==d)for(var n=document.getElementsByTagName("script"),i=0;i{t.onerror=t.onload=null,clearTimeout(s);var f=c[e];if(delete c[e],t.parentNode&&t.parentNode.removeChild(t),f&&f.forEach((e=>e(d))),a)return a(d)},s=setTimeout(l.bind(null,void 0,{type:"timeout",target:t}),12e4);t.onerror=l.bind(null,t.onerror),t.onload=l.bind(null,t.onload),o&&document.head.appendChild(t)}},r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.p="/",r.gca=function(e){return e={17896441:"8401",29278358:"981",31896819:"5674",35317247:"2219",44855101:"177",54377487:"5736",a87b999d:"2",b2fe1105:"19",f65d9384:"168",a1a4d792:"192","6533ff94":"201",f03f1583:"215","74da4669":"242",b51bb099:"289","4a32d166":"300","155bd79b":"322",f7d5eefe:"358","83495cad":"370","681f0dea":"394","8b7e9c02":"427","8949a46f":"448","469df3e7":"487",aba21aa0:"504","975b1ce3":"514",c840b685:"555",f1ce43a5:"557","24b0cd49":"591",fa7ade3e:"633","8a4fd060":"650","5e2cea52":"715","6dfd9e0f":"727","62cb23a6":"728","6777c564":"738","7586e347":"750",fd93a219:"758","53b4a464":"816","0058b4c6":"849","7e7c4020":"855",ee2157ea:"859","1cf863a5":"866",d51b0009:"946","5410e3ed":"947",cafc5adf:"950","5ea58654":"958","87f9c718":"1038","8d28d50d":"1052",b1fd9e5a:"1070",cb265431:"1071","7ab3229f":"1091",fbbf8e5b:"1115",bc01f160:"1178","3f767f5d":"1219","4028dc90":"1233",a7456010:"1235","02733be8":"1251","7ebe0b34":"1263",da9a3ef7:"1309",a03d7ae7:"1321","350abb3e":"1378","3a10f07c":"1384","3c4c7bbd":"1395","57b96364":"1399","6a4eb239":"1473",c5da0bda:"1477","8441ab09":"1578","8d820d51":"1583",e2b84a01:"1584",d4a0abaa:"1611",a0cb777f:"1626","2f9d0875":"1628","6c45964e":"1639","6625e023":"1654","5c0138a6":"1666",eef77e0c:"1671","056b179f":"1675","818522b4":"1701","5ba3a1c1":"1728","43b4ef6c":"1794",c4579225:"1832","23293d5d":"1855",ede588b4:"1868","24714c04":"1934",f6e3990b:"1987",e69e2a20:"2017",a2d23c9d:"2033","7b0aeeed":"2072","848437da":"2096","291624ec":"2115",b334adca:"2128",b84ac76f:"2186","8505076c":"2225","734d6d92":"2254",d16805f7:"2292","1ec8feca":"2331",cd23014b:"2380","34f9ff35":"2401","8218b3d9":"2418",fdb51d1a:"2423",eefad196:"2426","0fe0daca":"2451","7e41a46c":"2464","449dba47":"2468","9a0fa6cc":"2512",c7c3d33b:"2515","3c93bb9d":"2526",fd68f40a:"2552","841dbe57":"2559",c6fbceb0:"2630",a08de719:"2642","5d932978":"2650",e706f4f1:"2684","29fe31b8":"2685","15c0be05":"2710",b5f84544:"2723","123375e4":"2747","57e569f3":"2763","4ee454f2":"2782","479581b5":"2788","130c5f1c":"2809","1ceef363":"2841","2ccb0d4e":"2844","5b906893":"2851","59a88334":"2856","72d51bf4":"2870","066da194":"2898","0551c6a0":"2900","2cf9b7d5":"2977","3a4a3262":"2981","36fad5f5":"3001",eae15371:"3007","879ec9a5":"3024",e7ffe07a:"3036",c365afb2:"3059",ffe56410:"3068",bf06cd34:"3069","6216f45c":"3108",cc9e2578:"3129",f58434ff:"3133",f616eab5:"3155",cb87def4:"3168","4df301e1":"3173","9f81aab6":"3181","25fe4b04":"3189","2949ec67":"3232","025fae28":"3240","61b6b2ea":"3282","2ac01073":"3328","82a3e9af":"3342","89b796ad":"3361",fc7048a1:"3362","4705eeef":"3366","88f88d40":"3377",cfb6aba4:"3382","56cb3087":"3415","077df66d":"3491","777d78d9":"3528","02d92463":"3531",d9e3386e:"3532","8ae8081c":"3577","2179d43a":"3656","7d08d49b":"3663","3779568f":"3722",d80230f4:"3734",f2505518:"3737",c510164a:"3756",aa2718d1:"3766","9b713938":"3791","70db708c":"3798",dcc21ffa:"3829","0991214b":"3833","04c0c131":"3838","7127c91a":"3848","9a7a8d1e":"3855","7e522ad0":"3901",c9cf59d5:"3903",f286f1d7:"3929","1a5d908b":"4023","58c178bf":"4033","5b21aa3e":"4035",bc9925e1:"4037","87544f59":"4056","5ca863f9":"4086","20fce346":"4094","650c82ce":"4097","45647e38":"4161","91d3836e":"4162","1b7c35d8":"4268","5412907c":"4336","399a56b4":"4342","3d7d5d3b":"4379",f5a0045c:"4383","173180c6":"4388","0ba6bd1e":"4404","6177336c":"4453",e86911d8:"4477","32304e5f":"4489","15398f7f":"4496",dd82a7e8:"4510","4666cc68":"4513",abebefdb:"4520","05932217":"4530","50e7b3f9":"4538","51f148d7":"4569","6d09092e":"4578","1df93b7f":"4583","424f8b54":"4598",ad70cbaa:"4608","9b9ea6f0":"4615",b54dc9e0:"4623","8ce1b110":"4698",c2457f16:"4731","8cfe56e5":"4788",fa11326f:"4789","7be0869c":"4833","62e274e3":"4847",a0a9b5d9:"4856","37b52e56":"4876","5c597c86":"4877","320a4538":"4889","38b483df":"4897","6d21c174":"4903","7cc58ff0":"4929","98779bc9":"5015","7832a6ba":"5047",a0116923:"5068","7cd68ba9":"5128","7b56f230":"5136","5c29904b":"5165",aa214c16:"5224",ebf3cd33:"5236","4617d3c8":"5255",e8ded803:"5270",bdac81c7:"5274","9e9047de":"5324","56ae48ce":"5332",c9a5f9ba:"5333","7821fc25":"5431","57d9e2d5":"5506","3f1d3b58":"5507",e312a59a:"5522",e43685a7:"5526","1c66f86e":"5562","90b503c0":"5589","42e7156c":"5602","5cfe2a5f":"5614","63af3035":"5638",b0520596:"5680","7594f685":"5693","204ba34d":"5731","261d2bea":"5742","14ca24c4":"5747","21d513f6":"5777","19b5f68e":"5827","87e066d0":"5835",de59c93d:"5849",a6a34cb1:"5882","9d86ea2a":"5883","0f8a0dc7":"5890","271c0016":"5895",c90f2417:"5959","378265b0":"5986","261d5941":"6007","6a2a22a2":"6022",d1182d95:"6037","774e3fe6":"6094","8ece9f4a":"6118",c79cef96:"6177",e0ed0b6c:"6204",b5879f5a:"6208","6d0fde7f":"6237",d0b2cadf:"6357","901c93bc":"6377","456cafce":"6410",ee5a1f6f:"6438",d3fb249b:"6439",cfd4a71f:"6469","597de3ea":"6498",c9b0a8a1:"6552",ce15d75a:"6576","4d3e4af6":"6582","701cf302":"6585","3ddc35f1":"6586",bb0e6bb7:"6587",f12dce3d:"6611",edd571fc:"6620",a9bbce25:"6630","82d81279":"6656","1f4bdd05":"6665","4aa23448":"6666",de569178:"6676",d4b62459:"6687",d9dc2789:"6705","349ca55f":"6753",e3dacf5f:"6792","0cfbf91e":"6897","155456be":"6908","0e6f6011":"6934","4997fe14":"6942",a9a9221c:"7011","7fe570a9":"7025","56753abd":"7060",a7bd4aaa:"7098",ae159ba5:"7160",a220ee30:"7191",f0dc749c:"7195","522ffc43":"7244","0d18c04e":"7248",bdab430d:"7263","9f2dd48a":"7265","2243a8fb":"7311","8ac29e6a":"7332","9278c1bb":"7387",bd266f4d:"7397",dbe671d8:"7428",f6594013:"7441",a1acf48f:"7477",da54022c:"7478","5d178e1b":"7488","7f2b3f2b":"7491","22e39f98":"7505","8052ca51":"7516",a4a0dbb8:"7615","3217afb6":"7629","9fd9c452":"7639","0dbd0da2":"7732","07e15785":"7783","7cd1a3dc":"7812","1b7834de":"7847",a92b7b14:"7857",e9833fb8:"7875",d8a88dad:"7931",a1693878:"7942","6056fea3":"7955","7ce84cb5":"7958","4da47f8d":"7959",b7150993:"7965",f443021c:"8024",e9da0153:"8029",a9a53cab:"8044","6f7ecf6b":"8064",ab09bbf3:"8074",b678abcb:"8080","3b3cc485":"8086",d5da6d18:"8102","8996937e":"8112",c5591be6:"8157","466001f5":"8205",c0ac77d6:"8210",b9dc7d92:"8211","0113e1b3":"8229","4a87878b":"8240",e8c2a39d:"8268","27466cff":"8273","7e59660e":"8296","7a2ed8f8":"8422","5a31a763":"8428",eb332adc:"8484",e6e797d1:"8503","3a913f73":"8556","1027e3fd":"8607","133cd8f6":"8645","707aae79":"8664","219fc00e":"8677",d4911c82:"8723","7512697c":"8727","3a40a157":"8761","195b3432":"8786",e5bed9e0:"8808",eaa6bc7f:"8814","8b8ac08f":"8867",f919a09b:"8904","58b363e8":"8911",b740dacb:"8924",a94703ab:"9048","359d430d":"9067","0ca4ec14":"9088","8638e0a5":"9105","398dfd10":"9146","882932dd":"9207","8a94553f":"9232","384e329d":"9267","161a3020":"9327","4c12d6df":"9369","22d116d1":"9478",a1636ed8:"9507",b0b98c2b:"9517",b48ce07c:"9567",bf00a22c:"9575","935a89a4":"9607","3eac7c38":"9636","5e95c892":"9647","0ecd617f":"9655",b4686e59:"9658",acb01ae4:"9744","092f42cf":"9751","2d39250f":"9768","5aa218bf":"9779","0c2f10e8":"9848","0d94beca":"9851",fc93b6ae:"9884",d6f7a2c5:"9889",feb7cd46:"9898",f179a139:"9914",a8688627:"9921","83a02d57":"9933","18d2fa8f":"9975"}[e]||e,r.p+r.u(e)},(()=>{var e={5354:0,1869:0};r.f.j=(a,d)=>{var c=r.o(e,a)?e[a]:void 0;if(0!==c)if(c)d.push(c[2]);else if(/^(1869|5354)$/.test(a))e[a]=0;else{var f=new Promise(((d,f)=>c=e[a]=[d,f]));d.push(c[2]=f);var b=r.p+r.u(a),t=new Error;r.l(b,(d=>{if(r.o(e,a)&&(0!==(c=e[a])&&(e[a]=void 0),c)){var f=d&&("load"===d.type?"missing":d.type),b=d&&d.target&&d.target.src;t.message="Loading chunk "+a+" failed.\n("+f+": "+b+")",t.name="ChunkLoadError",t.type=f,t.request=b,c[1](t)}}),"chunk-"+a,a)}},r.O.j=a=>0===e[a];var a=(a,d)=>{var c,f,b=d[0],t=d[1],o=d[2],n=0;if(b.some((a=>0!==e[a]))){for(c in t)r.o(t,c)&&(r.m[c]=t[c]);if(o)var i=o(r)}for(a&&a(d);n createServer | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/enums/advertisementAttachmentMimeType/variables/advertisementAttachmentMimeTypeEnum/index.html b/docs/auto-docs/drizzle/enums/advertisementAttachmentMimeType/variables/advertisementAttachmentMimeTypeEnum/index.html index e2100765fd..3e6321734a 100644 --- a/docs/auto-docs/drizzle/enums/advertisementAttachmentMimeType/variables/advertisementAttachmentMimeTypeEnum/index.html +++ b/docs/auto-docs/drizzle/enums/advertisementAttachmentMimeType/variables/advertisementAttachmentMimeTypeEnum/index.html @@ -4,7 +4,7 @@ advertisementAttachmentMimeTypeEnum | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/enums/advertisementType/variables/advertisementTypeEnum/index.html b/docs/auto-docs/drizzle/enums/advertisementType/variables/advertisementTypeEnum/index.html index 8f6880d7db..a8ce78894f 100644 --- a/docs/auto-docs/drizzle/enums/advertisementType/variables/advertisementTypeEnum/index.html +++ b/docs/auto-docs/drizzle/enums/advertisementType/variables/advertisementTypeEnum/index.html @@ -4,7 +4,7 @@ advertisementTypeEnum | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/enums/agendaItemType/variables/agendaItemTypeEnum/index.html b/docs/auto-docs/drizzle/enums/agendaItemType/variables/agendaItemTypeEnum/index.html index 50a88d5a85..d44fab41c7 100644 --- a/docs/auto-docs/drizzle/enums/agendaItemType/variables/agendaItemTypeEnum/index.html +++ b/docs/auto-docs/drizzle/enums/agendaItemType/variables/agendaItemTypeEnum/index.html @@ -4,7 +4,7 @@ agendaItemTypeEnum | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/enums/chatMembershipRole/variables/chatMembershipRoleEnum/index.html b/docs/auto-docs/drizzle/enums/chatMembershipRole/variables/chatMembershipRoleEnum/index.html index 07dc975444..785e10f94a 100644 --- a/docs/auto-docs/drizzle/enums/chatMembershipRole/variables/chatMembershipRoleEnum/index.html +++ b/docs/auto-docs/drizzle/enums/chatMembershipRole/variables/chatMembershipRoleEnum/index.html @@ -4,7 +4,7 @@ chatMembershipRoleEnum | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/enums/commentVoteType/variables/commentVoteTypeEnum/index.html b/docs/auto-docs/drizzle/enums/commentVoteType/variables/commentVoteTypeEnum/index.html index 237411d8d8..d0e65aaf23 100644 --- a/docs/auto-docs/drizzle/enums/commentVoteType/variables/commentVoteTypeEnum/index.html +++ b/docs/auto-docs/drizzle/enums/commentVoteType/variables/commentVoteTypeEnum/index.html @@ -4,7 +4,7 @@ commentVoteTypeEnum | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/enums/eventAttachmentMimeType/variables/eventAttachmentMimeTypeEnum/index.html b/docs/auto-docs/drizzle/enums/eventAttachmentMimeType/variables/eventAttachmentMimeTypeEnum/index.html index b8b4be0875..425b8777ac 100644 --- a/docs/auto-docs/drizzle/enums/eventAttachmentMimeType/variables/eventAttachmentMimeTypeEnum/index.html +++ b/docs/auto-docs/drizzle/enums/eventAttachmentMimeType/variables/eventAttachmentMimeTypeEnum/index.html @@ -4,7 +4,7 @@ eventAttachmentMimeTypeEnum | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/enums/familyMembershipRole/variables/familyMembershipRoleEnum/index.html b/docs/auto-docs/drizzle/enums/familyMembershipRole/variables/familyMembershipRoleEnum/index.html index 3de389892c..305d644d19 100644 --- a/docs/auto-docs/drizzle/enums/familyMembershipRole/variables/familyMembershipRoleEnum/index.html +++ b/docs/auto-docs/drizzle/enums/familyMembershipRole/variables/familyMembershipRoleEnum/index.html @@ -4,7 +4,7 @@ familyMembershipRoleEnum | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/enums/imageMimeType/variables/imageMimeTypeEnum/index.html b/docs/auto-docs/drizzle/enums/imageMimeType/variables/imageMimeTypeEnum/index.html index efb48b2cf6..c865e404b5 100644 --- a/docs/auto-docs/drizzle/enums/imageMimeType/variables/imageMimeTypeEnum/index.html +++ b/docs/auto-docs/drizzle/enums/imageMimeType/variables/imageMimeTypeEnum/index.html @@ -4,7 +4,7 @@ imageMimeTypeEnum | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/enums/iso3166Alpha2CountryCode/variables/iso3166Alpha2CountryCodeEnum/index.html b/docs/auto-docs/drizzle/enums/iso3166Alpha2CountryCode/variables/iso3166Alpha2CountryCodeEnum/index.html index ac9cf0eaf2..3678c24481 100644 --- a/docs/auto-docs/drizzle/enums/iso3166Alpha2CountryCode/variables/iso3166Alpha2CountryCodeEnum/index.html +++ b/docs/auto-docs/drizzle/enums/iso3166Alpha2CountryCode/variables/iso3166Alpha2CountryCodeEnum/index.html @@ -4,7 +4,7 @@ iso3166Alpha2CountryCodeEnum | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/enums/iso4217CurrencyCode/variables/iso4217CurrencyCodeEnum/index.html b/docs/auto-docs/drizzle/enums/iso4217CurrencyCode/variables/iso4217CurrencyCodeEnum/index.html index 48771ca36e..e3f1619172 100644 --- a/docs/auto-docs/drizzle/enums/iso4217CurrencyCode/variables/iso4217CurrencyCodeEnum/index.html +++ b/docs/auto-docs/drizzle/enums/iso4217CurrencyCode/variables/iso4217CurrencyCodeEnum/index.html @@ -4,7 +4,7 @@ iso4217CurrencyCodeEnum | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/enums/iso639Set1LanguageCode/variables/iso639Set1LanguageCodeEnum/index.html b/docs/auto-docs/drizzle/enums/iso639Set1LanguageCode/variables/iso639Set1LanguageCodeEnum/index.html index 1e5d54e782..24f5b0958e 100644 --- a/docs/auto-docs/drizzle/enums/iso639Set1LanguageCode/variables/iso639Set1LanguageCodeEnum/index.html +++ b/docs/auto-docs/drizzle/enums/iso639Set1LanguageCode/variables/iso639Set1LanguageCodeEnum/index.html @@ -4,7 +4,7 @@ iso639Set1LanguageCodeEnum | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/enums/organizationMembershipRole/variables/organizationMembershipRoleEnum/index.html b/docs/auto-docs/drizzle/enums/organizationMembershipRole/variables/organizationMembershipRoleEnum/index.html index 46b6b934eb..0dbea78f69 100644 --- a/docs/auto-docs/drizzle/enums/organizationMembershipRole/variables/organizationMembershipRoleEnum/index.html +++ b/docs/auto-docs/drizzle/enums/organizationMembershipRole/variables/organizationMembershipRoleEnum/index.html @@ -4,7 +4,7 @@ organizationMembershipRoleEnum | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/enums/postAttachmentMimeType/variables/postAttachmentMimeTypeEnum/index.html b/docs/auto-docs/drizzle/enums/postAttachmentMimeType/variables/postAttachmentMimeTypeEnum/index.html index 64d3acdec8..e0c644e933 100644 --- a/docs/auto-docs/drizzle/enums/postAttachmentMimeType/variables/postAttachmentMimeTypeEnum/index.html +++ b/docs/auto-docs/drizzle/enums/postAttachmentMimeType/variables/postAttachmentMimeTypeEnum/index.html @@ -4,7 +4,7 @@ postAttachmentMimeTypeEnum | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/enums/postVoteType/variables/postVoteTypeEnum/index.html b/docs/auto-docs/drizzle/enums/postVoteType/variables/postVoteTypeEnum/index.html index e312b9fa9f..a797c0acb6 100644 --- a/docs/auto-docs/drizzle/enums/postVoteType/variables/postVoteTypeEnum/index.html +++ b/docs/auto-docs/drizzle/enums/postVoteType/variables/postVoteTypeEnum/index.html @@ -4,7 +4,7 @@ postVoteTypeEnum | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/enums/userEducationGrade/variables/userEducationGradeEnum/index.html b/docs/auto-docs/drizzle/enums/userEducationGrade/variables/userEducationGradeEnum/index.html index bf890b5c2a..095381372c 100644 --- a/docs/auto-docs/drizzle/enums/userEducationGrade/variables/userEducationGradeEnum/index.html +++ b/docs/auto-docs/drizzle/enums/userEducationGrade/variables/userEducationGradeEnum/index.html @@ -4,7 +4,7 @@ userEducationGradeEnum | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/enums/userEmploymentStatus/variables/userEmploymentStatusEnum/index.html b/docs/auto-docs/drizzle/enums/userEmploymentStatus/variables/userEmploymentStatusEnum/index.html index 4a802552ac..f39eeb19c9 100644 --- a/docs/auto-docs/drizzle/enums/userEmploymentStatus/variables/userEmploymentStatusEnum/index.html +++ b/docs/auto-docs/drizzle/enums/userEmploymentStatus/variables/userEmploymentStatusEnum/index.html @@ -4,7 +4,7 @@ userEmploymentStatusEnum | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/enums/userMaritalStatus/variables/userMaritalStatusEnum/index.html b/docs/auto-docs/drizzle/enums/userMaritalStatus/variables/userMaritalStatusEnum/index.html index f140e0c9f6..e7b35c7af4 100644 --- a/docs/auto-docs/drizzle/enums/userMaritalStatus/variables/userMaritalStatusEnum/index.html +++ b/docs/auto-docs/drizzle/enums/userMaritalStatus/variables/userMaritalStatusEnum/index.html @@ -4,7 +4,7 @@ userMaritalStatusEnum | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/enums/userNatalSex/variables/userNatalSexEnum/index.html b/docs/auto-docs/drizzle/enums/userNatalSex/variables/userNatalSexEnum/index.html index db4a538694..54429b0dae 100644 --- a/docs/auto-docs/drizzle/enums/userNatalSex/variables/userNatalSexEnum/index.html +++ b/docs/auto-docs/drizzle/enums/userNatalSex/variables/userNatalSexEnum/index.html @@ -4,7 +4,7 @@ userNatalSexEnum | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/enums/userRole/variables/userRoleEnum/index.html b/docs/auto-docs/drizzle/enums/userRole/variables/userRoleEnum/index.html index 04e99d76a2..e690c3d5a6 100644 --- a/docs/auto-docs/drizzle/enums/userRole/variables/userRoleEnum/index.html +++ b/docs/auto-docs/drizzle/enums/userRole/variables/userRoleEnum/index.html @@ -4,7 +4,7 @@ userRoleEnum | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/enums/venueAttachmentMimeType/variables/venueAttachmentMimeTypeEnum/index.html b/docs/auto-docs/drizzle/enums/venueAttachmentMimeType/variables/venueAttachmentMimeTypeEnum/index.html index f9962d823c..f8d979439e 100644 --- a/docs/auto-docs/drizzle/enums/venueAttachmentMimeType/variables/venueAttachmentMimeTypeEnum/index.html +++ b/docs/auto-docs/drizzle/enums/venueAttachmentMimeType/variables/venueAttachmentMimeTypeEnum/index.html @@ -4,7 +4,7 @@ venueAttachmentMimeTypeEnum | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/enums/videoMimeType/variables/videoMimeTypeEnum/index.html b/docs/auto-docs/drizzle/enums/videoMimeType/variables/videoMimeTypeEnum/index.html index 1c0bebfb6e..3de7af9ce9 100644 --- a/docs/auto-docs/drizzle/enums/videoMimeType/variables/videoMimeTypeEnum/index.html +++ b/docs/auto-docs/drizzle/enums/videoMimeType/variables/videoMimeTypeEnum/index.html @@ -4,7 +4,7 @@ videoMimeTypeEnum | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/enums/volunteerGroupAssignmentInviteStatus/variables/volunteerGroupAssignmentInviteStatusEnum/index.html b/docs/auto-docs/drizzle/enums/volunteerGroupAssignmentInviteStatus/variables/volunteerGroupAssignmentInviteStatusEnum/index.html index 1a46967fa8..b6c3786b20 100644 --- a/docs/auto-docs/drizzle/enums/volunteerGroupAssignmentInviteStatus/variables/volunteerGroupAssignmentInviteStatusEnum/index.html +++ b/docs/auto-docs/drizzle/enums/volunteerGroupAssignmentInviteStatus/variables/volunteerGroupAssignmentInviteStatusEnum/index.html @@ -4,7 +4,7 @@ volunteerGroupAssignmentInviteStatusEnum | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/actionCategories/variables/actionCategoriesTable/index.html b/docs/auto-docs/drizzle/tables/actionCategories/variables/actionCategoriesTable/index.html index d2ccc74e0e..0dd6417151 100644 --- a/docs/auto-docs/drizzle/tables/actionCategories/variables/actionCategoriesTable/index.html +++ b/docs/auto-docs/drizzle/tables/actionCategories/variables/actionCategoriesTable/index.html @@ -4,7 +4,7 @@ actionCategoriesTable | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/actionCategories/variables/actionCategoriesTableRelations/index.html b/docs/auto-docs/drizzle/tables/actionCategories/variables/actionCategoriesTableRelations/index.html index 068162912d..840abd4d0b 100644 --- a/docs/auto-docs/drizzle/tables/actionCategories/variables/actionCategoriesTableRelations/index.html +++ b/docs/auto-docs/drizzle/tables/actionCategories/variables/actionCategoriesTableRelations/index.html @@ -4,7 +4,7 @@ actionCategoriesTableRelations | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/actions/variables/actionsTable/index.html b/docs/auto-docs/drizzle/tables/actions/variables/actionsTable/index.html index c488573a21..2e0c28b3a7 100644 --- a/docs/auto-docs/drizzle/tables/actions/variables/actionsTable/index.html +++ b/docs/auto-docs/drizzle/tables/actions/variables/actionsTable/index.html @@ -4,7 +4,7 @@ actionsTable | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/actions/variables/actionsTableRelations/index.html b/docs/auto-docs/drizzle/tables/actions/variables/actionsTableRelations/index.html index bdaf65d1e6..07b56015a3 100644 --- a/docs/auto-docs/drizzle/tables/actions/variables/actionsTableRelations/index.html +++ b/docs/auto-docs/drizzle/tables/actions/variables/actionsTableRelations/index.html @@ -4,7 +4,7 @@ actionsTableRelations | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/advertisementAttachments/variables/advertisementAttachmentsTable/index.html b/docs/auto-docs/drizzle/tables/advertisementAttachments/variables/advertisementAttachmentsTable/index.html index 96d0acff28..14472b5a07 100644 --- a/docs/auto-docs/drizzle/tables/advertisementAttachments/variables/advertisementAttachmentsTable/index.html +++ b/docs/auto-docs/drizzle/tables/advertisementAttachments/variables/advertisementAttachmentsTable/index.html @@ -4,7 +4,7 @@ advertisementAttachmentsTable | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/advertisementAttachments/variables/advertisementAttachmentsTableInsertSchema/index.html b/docs/auto-docs/drizzle/tables/advertisementAttachments/variables/advertisementAttachmentsTableInsertSchema/index.html index 298df68168..76f9aefcc8 100644 --- a/docs/auto-docs/drizzle/tables/advertisementAttachments/variables/advertisementAttachmentsTableInsertSchema/index.html +++ b/docs/auto-docs/drizzle/tables/advertisementAttachments/variables/advertisementAttachmentsTableInsertSchema/index.html @@ -4,7 +4,7 @@ advertisementAttachmentsTableInsertSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/advertisementAttachments/variables/advertisementAttachmentsTableRelations/index.html b/docs/auto-docs/drizzle/tables/advertisementAttachments/variables/advertisementAttachmentsTableRelations/index.html index d971113368..0eca3f9046 100644 --- a/docs/auto-docs/drizzle/tables/advertisementAttachments/variables/advertisementAttachmentsTableRelations/index.html +++ b/docs/auto-docs/drizzle/tables/advertisementAttachments/variables/advertisementAttachmentsTableRelations/index.html @@ -4,7 +4,7 @@ advertisementAttachmentsTableRelations | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/advertisements/variables/advertisementsTable/index.html b/docs/auto-docs/drizzle/tables/advertisements/variables/advertisementsTable/index.html index 4b7443e3f0..d05f14210b 100644 --- a/docs/auto-docs/drizzle/tables/advertisements/variables/advertisementsTable/index.html +++ b/docs/auto-docs/drizzle/tables/advertisements/variables/advertisementsTable/index.html @@ -4,7 +4,7 @@ advertisementsTable | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/advertisements/variables/advertisementsTableInsertSchema/index.html b/docs/auto-docs/drizzle/tables/advertisements/variables/advertisementsTableInsertSchema/index.html index 3b9031094d..5fb9c934aa 100644 --- a/docs/auto-docs/drizzle/tables/advertisements/variables/advertisementsTableInsertSchema/index.html +++ b/docs/auto-docs/drizzle/tables/advertisements/variables/advertisementsTableInsertSchema/index.html @@ -4,7 +4,7 @@ advertisementsTableInsertSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/advertisements/variables/advertisementsTableRelations/index.html b/docs/auto-docs/drizzle/tables/advertisements/variables/advertisementsTableRelations/index.html index 0e308e935a..0f20735a05 100644 --- a/docs/auto-docs/drizzle/tables/advertisements/variables/advertisementsTableRelations/index.html +++ b/docs/auto-docs/drizzle/tables/advertisements/variables/advertisementsTableRelations/index.html @@ -4,7 +4,7 @@ advertisementsTableRelations | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/agendaFolders/variables/agendaFoldersTable/index.html b/docs/auto-docs/drizzle/tables/agendaFolders/variables/agendaFoldersTable/index.html index 45e1a87288..e8c0a263c0 100644 --- a/docs/auto-docs/drizzle/tables/agendaFolders/variables/agendaFoldersTable/index.html +++ b/docs/auto-docs/drizzle/tables/agendaFolders/variables/agendaFoldersTable/index.html @@ -4,7 +4,7 @@ agendaFoldersTable | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/agendaFolders/variables/agendaFoldersTableInsertSchema/index.html b/docs/auto-docs/drizzle/tables/agendaFolders/variables/agendaFoldersTableInsertSchema/index.html index ad68ddbfb4..082600cdbc 100644 --- a/docs/auto-docs/drizzle/tables/agendaFolders/variables/agendaFoldersTableInsertSchema/index.html +++ b/docs/auto-docs/drizzle/tables/agendaFolders/variables/agendaFoldersTableInsertSchema/index.html @@ -4,7 +4,7 @@ agendaFoldersTableInsertSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/agendaFolders/variables/agendaFoldersTableRelations/index.html b/docs/auto-docs/drizzle/tables/agendaFolders/variables/agendaFoldersTableRelations/index.html index c4c350428e..125d2807ad 100644 --- a/docs/auto-docs/drizzle/tables/agendaFolders/variables/agendaFoldersTableRelations/index.html +++ b/docs/auto-docs/drizzle/tables/agendaFolders/variables/agendaFoldersTableRelations/index.html @@ -4,7 +4,7 @@ agendaFoldersTableRelations | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/agendaItems/variables/agendaItemsTable/index.html b/docs/auto-docs/drizzle/tables/agendaItems/variables/agendaItemsTable/index.html index fb4b82021a..f9b105a512 100644 --- a/docs/auto-docs/drizzle/tables/agendaItems/variables/agendaItemsTable/index.html +++ b/docs/auto-docs/drizzle/tables/agendaItems/variables/agendaItemsTable/index.html @@ -4,7 +4,7 @@ agendaItemsTable | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/agendaItems/variables/agendaItemsTableInsertSchema/index.html b/docs/auto-docs/drizzle/tables/agendaItems/variables/agendaItemsTableInsertSchema/index.html index 0a285a216e..7ed758b641 100644 --- a/docs/auto-docs/drizzle/tables/agendaItems/variables/agendaItemsTableInsertSchema/index.html +++ b/docs/auto-docs/drizzle/tables/agendaItems/variables/agendaItemsTableInsertSchema/index.html @@ -4,7 +4,7 @@ agendaItemsTableInsertSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/agendaItems/variables/agendaItemsTableRelations/index.html b/docs/auto-docs/drizzle/tables/agendaItems/variables/agendaItemsTableRelations/index.html index e31f0b7bdb..ffcdf2ae8f 100644 --- a/docs/auto-docs/drizzle/tables/agendaItems/variables/agendaItemsTableRelations/index.html +++ b/docs/auto-docs/drizzle/tables/agendaItems/variables/agendaItemsTableRelations/index.html @@ -4,7 +4,7 @@ agendaItemsTableRelations | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/chatMemberships/variables/chatMembershipsTable/index.html b/docs/auto-docs/drizzle/tables/chatMemberships/variables/chatMembershipsTable/index.html index f41124fb89..64929ba0f6 100644 --- a/docs/auto-docs/drizzle/tables/chatMemberships/variables/chatMembershipsTable/index.html +++ b/docs/auto-docs/drizzle/tables/chatMemberships/variables/chatMembershipsTable/index.html @@ -4,7 +4,7 @@ chatMembershipsTable | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/chatMemberships/variables/chatMembershipsTableInsertSchema/index.html b/docs/auto-docs/drizzle/tables/chatMemberships/variables/chatMembershipsTableInsertSchema/index.html index 650a90d2c0..a78ba22b3e 100644 --- a/docs/auto-docs/drizzle/tables/chatMemberships/variables/chatMembershipsTableInsertSchema/index.html +++ b/docs/auto-docs/drizzle/tables/chatMemberships/variables/chatMembershipsTableInsertSchema/index.html @@ -4,7 +4,7 @@ chatMembershipsTableInsertSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/chatMemberships/variables/chatMembershipsTableRelations/index.html b/docs/auto-docs/drizzle/tables/chatMemberships/variables/chatMembershipsTableRelations/index.html index 4ed3153a8a..20b9fd4fa0 100644 --- a/docs/auto-docs/drizzle/tables/chatMemberships/variables/chatMembershipsTableRelations/index.html +++ b/docs/auto-docs/drizzle/tables/chatMemberships/variables/chatMembershipsTableRelations/index.html @@ -4,7 +4,7 @@ chatMembershipsTableRelations | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/chatMessages/variables/chatMessagesTable/index.html b/docs/auto-docs/drizzle/tables/chatMessages/variables/chatMessagesTable/index.html index 2458cee7ca..806902017d 100644 --- a/docs/auto-docs/drizzle/tables/chatMessages/variables/chatMessagesTable/index.html +++ b/docs/auto-docs/drizzle/tables/chatMessages/variables/chatMessagesTable/index.html @@ -4,7 +4,7 @@ chatMessagesTable | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/chatMessages/variables/chatMessagesTableInsertSchema/index.html b/docs/auto-docs/drizzle/tables/chatMessages/variables/chatMessagesTableInsertSchema/index.html index e2f3e984d8..1ece76dcd6 100644 --- a/docs/auto-docs/drizzle/tables/chatMessages/variables/chatMessagesTableInsertSchema/index.html +++ b/docs/auto-docs/drizzle/tables/chatMessages/variables/chatMessagesTableInsertSchema/index.html @@ -4,7 +4,7 @@ chatMessagesTableInsertSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/chatMessages/variables/chatMessagesTableRelations/index.html b/docs/auto-docs/drizzle/tables/chatMessages/variables/chatMessagesTableRelations/index.html index a0c157276c..8a2d0afc13 100644 --- a/docs/auto-docs/drizzle/tables/chatMessages/variables/chatMessagesTableRelations/index.html +++ b/docs/auto-docs/drizzle/tables/chatMessages/variables/chatMessagesTableRelations/index.html @@ -4,7 +4,7 @@ chatMessagesTableRelations | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/chats/variables/chatsTable/index.html b/docs/auto-docs/drizzle/tables/chats/variables/chatsTable/index.html index 332807b0dc..2503d19c7f 100644 --- a/docs/auto-docs/drizzle/tables/chats/variables/chatsTable/index.html +++ b/docs/auto-docs/drizzle/tables/chats/variables/chatsTable/index.html @@ -4,7 +4,7 @@ chatsTable | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/chats/variables/chatsTableInsertSchema/index.html b/docs/auto-docs/drizzle/tables/chats/variables/chatsTableInsertSchema/index.html index be28e7cf39..d405398f14 100644 --- a/docs/auto-docs/drizzle/tables/chats/variables/chatsTableInsertSchema/index.html +++ b/docs/auto-docs/drizzle/tables/chats/variables/chatsTableInsertSchema/index.html @@ -4,7 +4,7 @@ chatsTableInsertSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/chats/variables/chatsTableRelations/index.html b/docs/auto-docs/drizzle/tables/chats/variables/chatsTableRelations/index.html index 90254fd9f6..54a8329d22 100644 --- a/docs/auto-docs/drizzle/tables/chats/variables/chatsTableRelations/index.html +++ b/docs/auto-docs/drizzle/tables/chats/variables/chatsTableRelations/index.html @@ -4,7 +4,7 @@ chatsTableRelations | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/commentVotes/variables/commentVotesTable/index.html b/docs/auto-docs/drizzle/tables/commentVotes/variables/commentVotesTable/index.html index 3bcc2865b6..b81d2a7842 100644 --- a/docs/auto-docs/drizzle/tables/commentVotes/variables/commentVotesTable/index.html +++ b/docs/auto-docs/drizzle/tables/commentVotes/variables/commentVotesTable/index.html @@ -4,7 +4,7 @@ commentVotesTable | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/commentVotes/variables/commentVotesTableInsertSchema/index.html b/docs/auto-docs/drizzle/tables/commentVotes/variables/commentVotesTableInsertSchema/index.html index 4de3af32e3..04959c03c5 100644 --- a/docs/auto-docs/drizzle/tables/commentVotes/variables/commentVotesTableInsertSchema/index.html +++ b/docs/auto-docs/drizzle/tables/commentVotes/variables/commentVotesTableInsertSchema/index.html @@ -4,7 +4,7 @@ commentVotesTableInsertSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/commentVotes/variables/commentVotesTableRelations/index.html b/docs/auto-docs/drizzle/tables/commentVotes/variables/commentVotesTableRelations/index.html index 3190671ea6..79e1a15d03 100644 --- a/docs/auto-docs/drizzle/tables/commentVotes/variables/commentVotesTableRelations/index.html +++ b/docs/auto-docs/drizzle/tables/commentVotes/variables/commentVotesTableRelations/index.html @@ -4,7 +4,7 @@ commentVotesTableRelations | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/comments/variables/commentsTable/index.html b/docs/auto-docs/drizzle/tables/comments/variables/commentsTable/index.html index 0fef1c3fdf..76f04fcbaf 100644 --- a/docs/auto-docs/drizzle/tables/comments/variables/commentsTable/index.html +++ b/docs/auto-docs/drizzle/tables/comments/variables/commentsTable/index.html @@ -4,7 +4,7 @@ commentsTable | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/comments/variables/commentsTableInsertSchema/index.html b/docs/auto-docs/drizzle/tables/comments/variables/commentsTableInsertSchema/index.html index 7f679de786..7a9c3f5ffa 100644 --- a/docs/auto-docs/drizzle/tables/comments/variables/commentsTableInsertSchema/index.html +++ b/docs/auto-docs/drizzle/tables/comments/variables/commentsTableInsertSchema/index.html @@ -4,7 +4,7 @@ commentsTableInsertSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/comments/variables/commentsTableRelations/index.html b/docs/auto-docs/drizzle/tables/comments/variables/commentsTableRelations/index.html index d7780b4e39..0acb399bff 100644 --- a/docs/auto-docs/drizzle/tables/comments/variables/commentsTableRelations/index.html +++ b/docs/auto-docs/drizzle/tables/comments/variables/commentsTableRelations/index.html @@ -4,7 +4,7 @@ commentsTableRelations | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/communities/variables/communitiesTable/index.html b/docs/auto-docs/drizzle/tables/communities/variables/communitiesTable/index.html index d94c4ded80..39206717c3 100644 --- a/docs/auto-docs/drizzle/tables/communities/variables/communitiesTable/index.html +++ b/docs/auto-docs/drizzle/tables/communities/variables/communitiesTable/index.html @@ -4,7 +4,7 @@ communitiesTable | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/communities/variables/communitiesTableInsertSchema/index.html b/docs/auto-docs/drizzle/tables/communities/variables/communitiesTableInsertSchema/index.html index 04cbe3768b..8ff29d49a7 100644 --- a/docs/auto-docs/drizzle/tables/communities/variables/communitiesTableInsertSchema/index.html +++ b/docs/auto-docs/drizzle/tables/communities/variables/communitiesTableInsertSchema/index.html @@ -4,7 +4,7 @@ communitiesTableInsertSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/communities/variables/communitiesTableRelations/index.html b/docs/auto-docs/drizzle/tables/communities/variables/communitiesTableRelations/index.html index c7260a4be4..f4f9fbfc07 100644 --- a/docs/auto-docs/drizzle/tables/communities/variables/communitiesTableRelations/index.html +++ b/docs/auto-docs/drizzle/tables/communities/variables/communitiesTableRelations/index.html @@ -4,7 +4,7 @@ communitiesTableRelations | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/eventAttachments/variables/eventAttachmentsTable/index.html b/docs/auto-docs/drizzle/tables/eventAttachments/variables/eventAttachmentsTable/index.html index 3a6d681642..348ac5cbed 100644 --- a/docs/auto-docs/drizzle/tables/eventAttachments/variables/eventAttachmentsTable/index.html +++ b/docs/auto-docs/drizzle/tables/eventAttachments/variables/eventAttachmentsTable/index.html @@ -4,7 +4,7 @@ eventAttachmentsTable | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/eventAttachments/variables/eventAttachmentsTableInsertSchema/index.html b/docs/auto-docs/drizzle/tables/eventAttachments/variables/eventAttachmentsTableInsertSchema/index.html index 76692f3dc0..389c47bcdc 100644 --- a/docs/auto-docs/drizzle/tables/eventAttachments/variables/eventAttachmentsTableInsertSchema/index.html +++ b/docs/auto-docs/drizzle/tables/eventAttachments/variables/eventAttachmentsTableInsertSchema/index.html @@ -4,7 +4,7 @@ eventAttachmentsTableInsertSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/eventAttachments/variables/eventAttachmentsTableRelations/index.html b/docs/auto-docs/drizzle/tables/eventAttachments/variables/eventAttachmentsTableRelations/index.html index 5e52a5d901..cfe1fd706e 100644 --- a/docs/auto-docs/drizzle/tables/eventAttachments/variables/eventAttachmentsTableRelations/index.html +++ b/docs/auto-docs/drizzle/tables/eventAttachments/variables/eventAttachmentsTableRelations/index.html @@ -4,7 +4,7 @@ eventAttachmentsTableRelations | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/eventAttendances/variables/eventAttendancesTable/index.html b/docs/auto-docs/drizzle/tables/eventAttendances/variables/eventAttendancesTable/index.html index 40ac8c718a..dd1ea57339 100644 --- a/docs/auto-docs/drizzle/tables/eventAttendances/variables/eventAttendancesTable/index.html +++ b/docs/auto-docs/drizzle/tables/eventAttendances/variables/eventAttendancesTable/index.html @@ -4,7 +4,7 @@ eventAttendancesTable | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/eventAttendances/variables/eventAttendancesTableRelations/index.html b/docs/auto-docs/drizzle/tables/eventAttendances/variables/eventAttendancesTableRelations/index.html index 4e824be81e..32fcd7b6e8 100644 --- a/docs/auto-docs/drizzle/tables/eventAttendances/variables/eventAttendancesTableRelations/index.html +++ b/docs/auto-docs/drizzle/tables/eventAttendances/variables/eventAttendancesTableRelations/index.html @@ -4,7 +4,7 @@ eventAttendancesTableRelations | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/events/variables/eventsTable/index.html b/docs/auto-docs/drizzle/tables/events/variables/eventsTable/index.html index a3c55c64dd..a75e00c4d9 100644 --- a/docs/auto-docs/drizzle/tables/events/variables/eventsTable/index.html +++ b/docs/auto-docs/drizzle/tables/events/variables/eventsTable/index.html @@ -4,7 +4,7 @@ eventsTable | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/events/variables/eventsTableInsertSchema/index.html b/docs/auto-docs/drizzle/tables/events/variables/eventsTableInsertSchema/index.html index 0c15a6e0f1..3fddc42bd0 100644 --- a/docs/auto-docs/drizzle/tables/events/variables/eventsTableInsertSchema/index.html +++ b/docs/auto-docs/drizzle/tables/events/variables/eventsTableInsertSchema/index.html @@ -4,7 +4,7 @@ eventsTableInsertSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/events/variables/eventsTableRelations/index.html b/docs/auto-docs/drizzle/tables/events/variables/eventsTableRelations/index.html index 7dc091545a..006bfa01be 100644 --- a/docs/auto-docs/drizzle/tables/events/variables/eventsTableRelations/index.html +++ b/docs/auto-docs/drizzle/tables/events/variables/eventsTableRelations/index.html @@ -4,7 +4,7 @@ eventsTableRelations | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/families/variables/familiesTable/index.html b/docs/auto-docs/drizzle/tables/families/variables/familiesTable/index.html index 2ccf5b69cf..f87a4c3648 100644 --- a/docs/auto-docs/drizzle/tables/families/variables/familiesTable/index.html +++ b/docs/auto-docs/drizzle/tables/families/variables/familiesTable/index.html @@ -4,7 +4,7 @@ familiesTable | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/families/variables/familiesTableRelations/index.html b/docs/auto-docs/drizzle/tables/families/variables/familiesTableRelations/index.html index 453e8f78ec..30848d869f 100644 --- a/docs/auto-docs/drizzle/tables/families/variables/familiesTableRelations/index.html +++ b/docs/auto-docs/drizzle/tables/families/variables/familiesTableRelations/index.html @@ -4,7 +4,7 @@ familiesTableRelations | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/familyMemberships/variables/familyMembershipsTable/index.html b/docs/auto-docs/drizzle/tables/familyMemberships/variables/familyMembershipsTable/index.html index b958630862..a669a9970f 100644 --- a/docs/auto-docs/drizzle/tables/familyMemberships/variables/familyMembershipsTable/index.html +++ b/docs/auto-docs/drizzle/tables/familyMemberships/variables/familyMembershipsTable/index.html @@ -4,7 +4,7 @@ familyMembershipsTable | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/familyMemberships/variables/familyMembershipsTableRelations/index.html b/docs/auto-docs/drizzle/tables/familyMemberships/variables/familyMembershipsTableRelations/index.html index 0d3070a54e..dd9187db94 100644 --- a/docs/auto-docs/drizzle/tables/familyMemberships/variables/familyMembershipsTableRelations/index.html +++ b/docs/auto-docs/drizzle/tables/familyMemberships/variables/familyMembershipsTableRelations/index.html @@ -4,7 +4,7 @@ familyMembershipsTableRelations | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/fundCampaignPledges/variables/fundCampaignPledgesTable/index.html b/docs/auto-docs/drizzle/tables/fundCampaignPledges/variables/fundCampaignPledgesTable/index.html index 6bfed6d28c..ef7a2241b7 100644 --- a/docs/auto-docs/drizzle/tables/fundCampaignPledges/variables/fundCampaignPledgesTable/index.html +++ b/docs/auto-docs/drizzle/tables/fundCampaignPledges/variables/fundCampaignPledgesTable/index.html @@ -4,7 +4,7 @@ fundCampaignPledgesTable | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/fundCampaignPledges/variables/fundCampaignPledgesTableInsertSchema/index.html b/docs/auto-docs/drizzle/tables/fundCampaignPledges/variables/fundCampaignPledgesTableInsertSchema/index.html index 8961355a41..9c45e288d8 100644 --- a/docs/auto-docs/drizzle/tables/fundCampaignPledges/variables/fundCampaignPledgesTableInsertSchema/index.html +++ b/docs/auto-docs/drizzle/tables/fundCampaignPledges/variables/fundCampaignPledgesTableInsertSchema/index.html @@ -4,7 +4,7 @@ fundCampaignPledgesTableInsertSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/fundCampaignPledges/variables/fundCampaignPledgesTableRelations/index.html b/docs/auto-docs/drizzle/tables/fundCampaignPledges/variables/fundCampaignPledgesTableRelations/index.html index 1b53e69bb8..25b3f0a61a 100644 --- a/docs/auto-docs/drizzle/tables/fundCampaignPledges/variables/fundCampaignPledgesTableRelations/index.html +++ b/docs/auto-docs/drizzle/tables/fundCampaignPledges/variables/fundCampaignPledgesTableRelations/index.html @@ -4,7 +4,7 @@ fundCampaignPledgesTableRelations | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/fundCampaigns/variables/fundCampaignsTable/index.html b/docs/auto-docs/drizzle/tables/fundCampaigns/variables/fundCampaignsTable/index.html index a42322ac20..04fcc4c59c 100644 --- a/docs/auto-docs/drizzle/tables/fundCampaigns/variables/fundCampaignsTable/index.html +++ b/docs/auto-docs/drizzle/tables/fundCampaigns/variables/fundCampaignsTable/index.html @@ -4,7 +4,7 @@ fundCampaignsTable | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/fundCampaigns/variables/fundCampaignsTableInsertSchema/index.html b/docs/auto-docs/drizzle/tables/fundCampaigns/variables/fundCampaignsTableInsertSchema/index.html index 928903efd2..b04ef614f0 100644 --- a/docs/auto-docs/drizzle/tables/fundCampaigns/variables/fundCampaignsTableInsertSchema/index.html +++ b/docs/auto-docs/drizzle/tables/fundCampaigns/variables/fundCampaignsTableInsertSchema/index.html @@ -4,7 +4,7 @@ fundCampaignsTableInsertSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/fundCampaigns/variables/fundCampaignsTableRelations/index.html b/docs/auto-docs/drizzle/tables/fundCampaigns/variables/fundCampaignsTableRelations/index.html index bd916fbf18..439bb7473d 100644 --- a/docs/auto-docs/drizzle/tables/fundCampaigns/variables/fundCampaignsTableRelations/index.html +++ b/docs/auto-docs/drizzle/tables/fundCampaigns/variables/fundCampaignsTableRelations/index.html @@ -4,7 +4,7 @@ fundCampaignsTableRelations | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/funds/variables/fundsTable/index.html b/docs/auto-docs/drizzle/tables/funds/variables/fundsTable/index.html index 0f42c7558b..7f1732610a 100644 --- a/docs/auto-docs/drizzle/tables/funds/variables/fundsTable/index.html +++ b/docs/auto-docs/drizzle/tables/funds/variables/fundsTable/index.html @@ -4,7 +4,7 @@ fundsTable | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/funds/variables/fundsTableInsertSchema/index.html b/docs/auto-docs/drizzle/tables/funds/variables/fundsTableInsertSchema/index.html index 1a66692f8b..f562e1a284 100644 --- a/docs/auto-docs/drizzle/tables/funds/variables/fundsTableInsertSchema/index.html +++ b/docs/auto-docs/drizzle/tables/funds/variables/fundsTableInsertSchema/index.html @@ -4,7 +4,7 @@ fundsTableInsertSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/funds/variables/fundsTableRelations/index.html b/docs/auto-docs/drizzle/tables/funds/variables/fundsTableRelations/index.html index 17151ead9e..6b3bb4600d 100644 --- a/docs/auto-docs/drizzle/tables/funds/variables/fundsTableRelations/index.html +++ b/docs/auto-docs/drizzle/tables/funds/variables/fundsTableRelations/index.html @@ -4,7 +4,7 @@ fundsTableRelations | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/organizationMemberships/variables/organizationMembershipsTable/index.html b/docs/auto-docs/drizzle/tables/organizationMemberships/variables/organizationMembershipsTable/index.html index e92fca856a..a07fe15c89 100644 --- a/docs/auto-docs/drizzle/tables/organizationMemberships/variables/organizationMembershipsTable/index.html +++ b/docs/auto-docs/drizzle/tables/organizationMemberships/variables/organizationMembershipsTable/index.html @@ -4,7 +4,7 @@ organizationMembershipsTable | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/organizationMemberships/variables/organizationMembershipsTableInsertSchema/index.html b/docs/auto-docs/drizzle/tables/organizationMemberships/variables/organizationMembershipsTableInsertSchema/index.html index 3d52fad309..e32e1c4d52 100644 --- a/docs/auto-docs/drizzle/tables/organizationMemberships/variables/organizationMembershipsTableInsertSchema/index.html +++ b/docs/auto-docs/drizzle/tables/organizationMemberships/variables/organizationMembershipsTableInsertSchema/index.html @@ -4,7 +4,7 @@ organizationMembershipsTableInsertSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/organizationMemberships/variables/organizationMembershipsTableRelations/index.html b/docs/auto-docs/drizzle/tables/organizationMemberships/variables/organizationMembershipsTableRelations/index.html index 5377d5ba81..6aad27094e 100644 --- a/docs/auto-docs/drizzle/tables/organizationMemberships/variables/organizationMembershipsTableRelations/index.html +++ b/docs/auto-docs/drizzle/tables/organizationMemberships/variables/organizationMembershipsTableRelations/index.html @@ -4,7 +4,7 @@ organizationMembershipsTableRelations | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/organizations/variables/organizationsTable/index.html b/docs/auto-docs/drizzle/tables/organizations/variables/organizationsTable/index.html index f0c4859592..0924de3157 100644 --- a/docs/auto-docs/drizzle/tables/organizations/variables/organizationsTable/index.html +++ b/docs/auto-docs/drizzle/tables/organizations/variables/organizationsTable/index.html @@ -4,7 +4,7 @@ organizationsTable | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/organizations/variables/organizationsTableInsertSchema/index.html b/docs/auto-docs/drizzle/tables/organizations/variables/organizationsTableInsertSchema/index.html index 7612c2dcfb..07184e5d4c 100644 --- a/docs/auto-docs/drizzle/tables/organizations/variables/organizationsTableInsertSchema/index.html +++ b/docs/auto-docs/drizzle/tables/organizations/variables/organizationsTableInsertSchema/index.html @@ -4,7 +4,7 @@ organizationsTableInsertSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/organizations/variables/organizationsTableRelations/index.html b/docs/auto-docs/drizzle/tables/organizations/variables/organizationsTableRelations/index.html index a6b7af0ac5..9c4683ddd6 100644 --- a/docs/auto-docs/drizzle/tables/organizations/variables/organizationsTableRelations/index.html +++ b/docs/auto-docs/drizzle/tables/organizations/variables/organizationsTableRelations/index.html @@ -4,7 +4,7 @@ organizationsTableRelations | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/postAttachments/variables/postAttachmentsTable/index.html b/docs/auto-docs/drizzle/tables/postAttachments/variables/postAttachmentsTable/index.html index 7408c4efb1..0262be0855 100644 --- a/docs/auto-docs/drizzle/tables/postAttachments/variables/postAttachmentsTable/index.html +++ b/docs/auto-docs/drizzle/tables/postAttachments/variables/postAttachmentsTable/index.html @@ -4,7 +4,7 @@ postAttachmentsTable | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/postAttachments/variables/postAttachmentsTableInsertSchema/index.html b/docs/auto-docs/drizzle/tables/postAttachments/variables/postAttachmentsTableInsertSchema/index.html index 1e7876e55a..afb0f70dd5 100644 --- a/docs/auto-docs/drizzle/tables/postAttachments/variables/postAttachmentsTableInsertSchema/index.html +++ b/docs/auto-docs/drizzle/tables/postAttachments/variables/postAttachmentsTableInsertSchema/index.html @@ -4,7 +4,7 @@ postAttachmentsTableInsertSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/postAttachments/variables/postAttachmentsTableRelations/index.html b/docs/auto-docs/drizzle/tables/postAttachments/variables/postAttachmentsTableRelations/index.html index 280485ab12..d805054f6e 100644 --- a/docs/auto-docs/drizzle/tables/postAttachments/variables/postAttachmentsTableRelations/index.html +++ b/docs/auto-docs/drizzle/tables/postAttachments/variables/postAttachmentsTableRelations/index.html @@ -4,7 +4,7 @@ postAttachmentsTableRelations | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/postVotes/variables/postVotesTable/index.html b/docs/auto-docs/drizzle/tables/postVotes/variables/postVotesTable/index.html index 4d108c5ee4..e6da44aa10 100644 --- a/docs/auto-docs/drizzle/tables/postVotes/variables/postVotesTable/index.html +++ b/docs/auto-docs/drizzle/tables/postVotes/variables/postVotesTable/index.html @@ -4,7 +4,7 @@ postVotesTable | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/postVotes/variables/postVotesTableInsertSchema/index.html b/docs/auto-docs/drizzle/tables/postVotes/variables/postVotesTableInsertSchema/index.html index bbcfe5f75b..f05379aebc 100644 --- a/docs/auto-docs/drizzle/tables/postVotes/variables/postVotesTableInsertSchema/index.html +++ b/docs/auto-docs/drizzle/tables/postVotes/variables/postVotesTableInsertSchema/index.html @@ -4,7 +4,7 @@ postVotesTableInsertSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/postVotes/variables/postVotesTableRelations/index.html b/docs/auto-docs/drizzle/tables/postVotes/variables/postVotesTableRelations/index.html index 3bda8638e0..07dae83129 100644 --- a/docs/auto-docs/drizzle/tables/postVotes/variables/postVotesTableRelations/index.html +++ b/docs/auto-docs/drizzle/tables/postVotes/variables/postVotesTableRelations/index.html @@ -4,7 +4,7 @@ postVotesTableRelations | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/posts/variables/postsTable/index.html b/docs/auto-docs/drizzle/tables/posts/variables/postsTable/index.html index 5d75253634..f2e33ee9b5 100644 --- a/docs/auto-docs/drizzle/tables/posts/variables/postsTable/index.html +++ b/docs/auto-docs/drizzle/tables/posts/variables/postsTable/index.html @@ -4,7 +4,7 @@ postsTable | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/posts/variables/postsTableInsertSchema/index.html b/docs/auto-docs/drizzle/tables/posts/variables/postsTableInsertSchema/index.html index 3e5b786c50..538fac82af 100644 --- a/docs/auto-docs/drizzle/tables/posts/variables/postsTableInsertSchema/index.html +++ b/docs/auto-docs/drizzle/tables/posts/variables/postsTableInsertSchema/index.html @@ -4,7 +4,7 @@ postsTableInsertSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/posts/variables/postsTableRelations/index.html b/docs/auto-docs/drizzle/tables/posts/variables/postsTableRelations/index.html index ed2e0e9063..228b6701c7 100644 --- a/docs/auto-docs/drizzle/tables/posts/variables/postsTableRelations/index.html +++ b/docs/auto-docs/drizzle/tables/posts/variables/postsTableRelations/index.html @@ -4,7 +4,7 @@ postsTableRelations | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/tagAssignments/variables/tagAssignmentsTable/index.html b/docs/auto-docs/drizzle/tables/tagAssignments/variables/tagAssignmentsTable/index.html index b464f2cb92..77dac2c48b 100644 --- a/docs/auto-docs/drizzle/tables/tagAssignments/variables/tagAssignmentsTable/index.html +++ b/docs/auto-docs/drizzle/tables/tagAssignments/variables/tagAssignmentsTable/index.html @@ -4,7 +4,7 @@ tagAssignmentsTable | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/tagAssignments/variables/tagAssignmentsTableInsertSchema/index.html b/docs/auto-docs/drizzle/tables/tagAssignments/variables/tagAssignmentsTableInsertSchema/index.html index 34b04fa079..e96dadd4a9 100644 --- a/docs/auto-docs/drizzle/tables/tagAssignments/variables/tagAssignmentsTableInsertSchema/index.html +++ b/docs/auto-docs/drizzle/tables/tagAssignments/variables/tagAssignmentsTableInsertSchema/index.html @@ -4,7 +4,7 @@ tagAssignmentsTableInsertSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/tagAssignments/variables/tagAssignmentsTableRelations/index.html b/docs/auto-docs/drizzle/tables/tagAssignments/variables/tagAssignmentsTableRelations/index.html index 3c97432ca9..6a1305dd59 100644 --- a/docs/auto-docs/drizzle/tables/tagAssignments/variables/tagAssignmentsTableRelations/index.html +++ b/docs/auto-docs/drizzle/tables/tagAssignments/variables/tagAssignmentsTableRelations/index.html @@ -4,7 +4,7 @@ tagAssignmentsTableRelations | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/tagFolders/variables/tagFoldersTable/index.html b/docs/auto-docs/drizzle/tables/tagFolders/variables/tagFoldersTable/index.html index c8db25db42..0061559183 100644 --- a/docs/auto-docs/drizzle/tables/tagFolders/variables/tagFoldersTable/index.html +++ b/docs/auto-docs/drizzle/tables/tagFolders/variables/tagFoldersTable/index.html @@ -4,7 +4,7 @@ tagFoldersTable | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/tagFolders/variables/tagFoldersTableInsertSchema/index.html b/docs/auto-docs/drizzle/tables/tagFolders/variables/tagFoldersTableInsertSchema/index.html index 32bc6098ae..15a9a5a4a8 100644 --- a/docs/auto-docs/drizzle/tables/tagFolders/variables/tagFoldersTableInsertSchema/index.html +++ b/docs/auto-docs/drizzle/tables/tagFolders/variables/tagFoldersTableInsertSchema/index.html @@ -4,7 +4,7 @@ tagFoldersTableInsertSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/tagFolders/variables/tagFoldersTableRelations/index.html b/docs/auto-docs/drizzle/tables/tagFolders/variables/tagFoldersTableRelations/index.html index 539764ba4b..fa920e409d 100644 --- a/docs/auto-docs/drizzle/tables/tagFolders/variables/tagFoldersTableRelations/index.html +++ b/docs/auto-docs/drizzle/tables/tagFolders/variables/tagFoldersTableRelations/index.html @@ -4,7 +4,7 @@ tagFoldersTableRelations | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/users/variables/usersTable/index.html b/docs/auto-docs/drizzle/tables/users/variables/usersTable/index.html index cd0281602b..555fa67e38 100644 --- a/docs/auto-docs/drizzle/tables/users/variables/usersTable/index.html +++ b/docs/auto-docs/drizzle/tables/users/variables/usersTable/index.html @@ -4,7 +4,7 @@ usersTable | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/users/variables/usersTableInsertSchema/index.html b/docs/auto-docs/drizzle/tables/users/variables/usersTableInsertSchema/index.html index 1ff6ef910c..bb0843364b 100644 --- a/docs/auto-docs/drizzle/tables/users/variables/usersTableInsertSchema/index.html +++ b/docs/auto-docs/drizzle/tables/users/variables/usersTableInsertSchema/index.html @@ -4,7 +4,7 @@ usersTableInsertSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/users/variables/usersTableRelations/index.html b/docs/auto-docs/drizzle/tables/users/variables/usersTableRelations/index.html index 36244935db..a86a3a7ecd 100644 --- a/docs/auto-docs/drizzle/tables/users/variables/usersTableRelations/index.html +++ b/docs/auto-docs/drizzle/tables/users/variables/usersTableRelations/index.html @@ -4,7 +4,7 @@ usersTableRelations | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/venueAttachments/variables/venueAttachmentsTable/index.html b/docs/auto-docs/drizzle/tables/venueAttachments/variables/venueAttachmentsTable/index.html index 76666e7984..8e264a845e 100644 --- a/docs/auto-docs/drizzle/tables/venueAttachments/variables/venueAttachmentsTable/index.html +++ b/docs/auto-docs/drizzle/tables/venueAttachments/variables/venueAttachmentsTable/index.html @@ -4,7 +4,7 @@ venueAttachmentsTable | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/venueAttachments/variables/venueAttachmentsTableInsertSchema/index.html b/docs/auto-docs/drizzle/tables/venueAttachments/variables/venueAttachmentsTableInsertSchema/index.html index 553fceeb3e..1bc72dae60 100644 --- a/docs/auto-docs/drizzle/tables/venueAttachments/variables/venueAttachmentsTableInsertSchema/index.html +++ b/docs/auto-docs/drizzle/tables/venueAttachments/variables/venueAttachmentsTableInsertSchema/index.html @@ -4,7 +4,7 @@ venueAttachmentsTableInsertSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/venueAttachments/variables/venueAttachmentsTableRelations/index.html b/docs/auto-docs/drizzle/tables/venueAttachments/variables/venueAttachmentsTableRelations/index.html index 9785b40b40..33ac178b28 100644 --- a/docs/auto-docs/drizzle/tables/venueAttachments/variables/venueAttachmentsTableRelations/index.html +++ b/docs/auto-docs/drizzle/tables/venueAttachments/variables/venueAttachmentsTableRelations/index.html @@ -4,7 +4,7 @@ venueAttachmentsTableRelations | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/venueBookings/variables/venueBookingsTable/index.html b/docs/auto-docs/drizzle/tables/venueBookings/variables/venueBookingsTable/index.html index 3b1284612e..b43576fb52 100644 --- a/docs/auto-docs/drizzle/tables/venueBookings/variables/venueBookingsTable/index.html +++ b/docs/auto-docs/drizzle/tables/venueBookings/variables/venueBookingsTable/index.html @@ -4,7 +4,7 @@ venueBookingsTable | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/venueBookings/variables/venueBookingsTableInsertSchema/index.html b/docs/auto-docs/drizzle/tables/venueBookings/variables/venueBookingsTableInsertSchema/index.html index 600c65a814..a0e5b0b6d8 100644 --- a/docs/auto-docs/drizzle/tables/venueBookings/variables/venueBookingsTableInsertSchema/index.html +++ b/docs/auto-docs/drizzle/tables/venueBookings/variables/venueBookingsTableInsertSchema/index.html @@ -4,7 +4,7 @@ venueBookingsTableInsertSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/venueBookings/variables/venueBookingsTableRelations/index.html b/docs/auto-docs/drizzle/tables/venueBookings/variables/venueBookingsTableRelations/index.html index 6510663825..b85d7f374c 100644 --- a/docs/auto-docs/drizzle/tables/venueBookings/variables/venueBookingsTableRelations/index.html +++ b/docs/auto-docs/drizzle/tables/venueBookings/variables/venueBookingsTableRelations/index.html @@ -4,7 +4,7 @@ venueBookingsTableRelations | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/venues/variables/venuesTable/index.html b/docs/auto-docs/drizzle/tables/venues/variables/venuesTable/index.html index cc65e05b28..ce33c3e452 100644 --- a/docs/auto-docs/drizzle/tables/venues/variables/venuesTable/index.html +++ b/docs/auto-docs/drizzle/tables/venues/variables/venuesTable/index.html @@ -4,7 +4,7 @@ venuesTable | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/venues/variables/venuesTableInsertSchema/index.html b/docs/auto-docs/drizzle/tables/venues/variables/venuesTableInsertSchema/index.html index 4f856657c0..cc70cd56f4 100644 --- a/docs/auto-docs/drizzle/tables/venues/variables/venuesTableInsertSchema/index.html +++ b/docs/auto-docs/drizzle/tables/venues/variables/venuesTableInsertSchema/index.html @@ -4,7 +4,7 @@ venuesTableInsertSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/venues/variables/venuesTableRelations/index.html b/docs/auto-docs/drizzle/tables/venues/variables/venuesTableRelations/index.html index 0340e866d3..434731350d 100644 --- a/docs/auto-docs/drizzle/tables/venues/variables/venuesTableRelations/index.html +++ b/docs/auto-docs/drizzle/tables/venues/variables/venuesTableRelations/index.html @@ -4,7 +4,7 @@ venuesTableRelations | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/volunteerGroupAssignments/variables/volunteerGroupAssignmentsTable/index.html b/docs/auto-docs/drizzle/tables/volunteerGroupAssignments/variables/volunteerGroupAssignmentsTable/index.html index 8f0a464556..8c575982f0 100644 --- a/docs/auto-docs/drizzle/tables/volunteerGroupAssignments/variables/volunteerGroupAssignmentsTable/index.html +++ b/docs/auto-docs/drizzle/tables/volunteerGroupAssignments/variables/volunteerGroupAssignmentsTable/index.html @@ -4,7 +4,7 @@ volunteerGroupAssignmentsTable | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/volunteerGroupAssignments/variables/volunteerGroupAssignmentsTableRelations/index.html b/docs/auto-docs/drizzle/tables/volunteerGroupAssignments/variables/volunteerGroupAssignmentsTableRelations/index.html index 942f2fade2..1162a6d88b 100644 --- a/docs/auto-docs/drizzle/tables/volunteerGroupAssignments/variables/volunteerGroupAssignmentsTableRelations/index.html +++ b/docs/auto-docs/drizzle/tables/volunteerGroupAssignments/variables/volunteerGroupAssignmentsTableRelations/index.html @@ -4,7 +4,7 @@ volunteerGroupAssignmentsTableRelations | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/volunteerGroups/variables/volunteerGroupsTable/index.html b/docs/auto-docs/drizzle/tables/volunteerGroups/variables/volunteerGroupsTable/index.html index 2aaeadc136..5d1a7de9e4 100644 --- a/docs/auto-docs/drizzle/tables/volunteerGroups/variables/volunteerGroupsTable/index.html +++ b/docs/auto-docs/drizzle/tables/volunteerGroups/variables/volunteerGroupsTable/index.html @@ -4,7 +4,7 @@ volunteerGroupsTable | Talawa API Documentation - + diff --git a/docs/auto-docs/drizzle/tables/volunteerGroups/variables/volunteerGroupsTableRelations/index.html b/docs/auto-docs/drizzle/tables/volunteerGroups/variables/volunteerGroupsTableRelations/index.html index e574d70f25..e064ee4886 100644 --- a/docs/auto-docs/drizzle/tables/volunteerGroups/variables/volunteerGroupsTableRelations/index.html +++ b/docs/auto-docs/drizzle/tables/volunteerGroups/variables/volunteerGroupsTableRelations/index.html @@ -4,7 +4,7 @@ volunteerGroupsTableRelations | Talawa API Documentation - + diff --git a/docs/auto-docs/envConfigSchema/type-aliases/EnvConfig/index.html b/docs/auto-docs/envConfigSchema/type-aliases/EnvConfig/index.html index 31bd79e04c..d4dc591427 100644 --- a/docs/auto-docs/envConfigSchema/type-aliases/EnvConfig/index.html +++ b/docs/auto-docs/envConfigSchema/type-aliases/EnvConfig/index.html @@ -4,7 +4,7 @@ EnvConfig | Talawa API Documentation - + diff --git a/docs/auto-docs/envConfigSchema/variables/envConfigSchema/index.html b/docs/auto-docs/envConfigSchema/variables/envConfigSchema/index.html index dd0440f49e..b9e5599fba 100644 --- a/docs/auto-docs/envConfigSchema/variables/envConfigSchema/index.html +++ b/docs/auto-docs/envConfigSchema/variables/envConfigSchema/index.html @@ -4,7 +4,7 @@ envConfigSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/envConfigSchema/variables/envSchemaAjv/index.html b/docs/auto-docs/envConfigSchema/variables/envSchemaAjv/index.html index 26c7540fe0..ec159a0804 100644 --- a/docs/auto-docs/envConfigSchema/variables/envSchemaAjv/index.html +++ b/docs/auto-docs/envConfigSchema/variables/envSchemaAjv/index.html @@ -4,7 +4,7 @@ envSchemaAjv | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/builder/variables/builder/index.html b/docs/auto-docs/graphql/builder/variables/builder/index.html index b00179211b..edda7d7e2b 100644 --- a/docs/auto-docs/graphql/builder/variables/builder/index.html +++ b/docs/auto-docs/graphql/builder/variables/builder/index.html @@ -4,7 +4,7 @@ builder | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/context/type-aliases/CurrentClient/index.html b/docs/auto-docs/graphql/context/type-aliases/CurrentClient/index.html index 54d3c8b06a..2896d4b440 100644 --- a/docs/auto-docs/graphql/context/type-aliases/CurrentClient/index.html +++ b/docs/auto-docs/graphql/context/type-aliases/CurrentClient/index.html @@ -4,7 +4,7 @@ CurrentClient | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/context/type-aliases/ExplicitAuthenticationTokenPayload/index.html b/docs/auto-docs/graphql/context/type-aliases/ExplicitAuthenticationTokenPayload/index.html index 5f3a264f96..1e441e6dbe 100644 --- a/docs/auto-docs/graphql/context/type-aliases/ExplicitAuthenticationTokenPayload/index.html +++ b/docs/auto-docs/graphql/context/type-aliases/ExplicitAuthenticationTokenPayload/index.html @@ -4,7 +4,7 @@ ExplicitAuthenticationTokenPayload | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/context/type-aliases/ExplicitGraphQLContext/index.html b/docs/auto-docs/graphql/context/type-aliases/ExplicitGraphQLContext/index.html index 6e2528c270..747ce08e46 100644 --- a/docs/auto-docs/graphql/context/type-aliases/ExplicitGraphQLContext/index.html +++ b/docs/auto-docs/graphql/context/type-aliases/ExplicitGraphQLContext/index.html @@ -4,7 +4,7 @@ ExplicitGraphQLContext | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/context/type-aliases/GraphQLContext/index.html b/docs/auto-docs/graphql/context/type-aliases/GraphQLContext/index.html index 5b4ebfbeb6..acab2c1e45 100644 --- a/docs/auto-docs/graphql/context/type-aliases/GraphQLContext/index.html +++ b/docs/auto-docs/graphql/context/type-aliases/GraphQLContext/index.html @@ -4,7 +4,7 @@ GraphQLContext | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/context/type-aliases/ImplicitMercuriusContext/index.html b/docs/auto-docs/graphql/context/type-aliases/ImplicitMercuriusContext/index.html index f67fdc57e0..50c20a392c 100644 --- a/docs/auto-docs/graphql/context/type-aliases/ImplicitMercuriusContext/index.html +++ b/docs/auto-docs/graphql/context/type-aliases/ImplicitMercuriusContext/index.html @@ -4,7 +4,7 @@ ImplicitMercuriusContext | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/enums/AdvertisementType/variables/AdvertisementType/index.html b/docs/auto-docs/graphql/enums/AdvertisementType/variables/AdvertisementType/index.html index 7f05841a7b..59c2b55824 100644 --- a/docs/auto-docs/graphql/enums/AdvertisementType/variables/AdvertisementType/index.html +++ b/docs/auto-docs/graphql/enums/AdvertisementType/variables/AdvertisementType/index.html @@ -4,7 +4,7 @@ AdvertisementType | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/enums/AgendaItemType/variables/AgendaItemType/index.html b/docs/auto-docs/graphql/enums/AgendaItemType/variables/AgendaItemType/index.html index ee6ce5bf2a..3d5d7d872b 100644 --- a/docs/auto-docs/graphql/enums/AgendaItemType/variables/AgendaItemType/index.html +++ b/docs/auto-docs/graphql/enums/AgendaItemType/variables/AgendaItemType/index.html @@ -4,7 +4,7 @@ AgendaItemType | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/enums/ChatMembershipRole/variables/ChatMembershipRole/index.html b/docs/auto-docs/graphql/enums/ChatMembershipRole/variables/ChatMembershipRole/index.html index 403526559e..ed5a91277f 100644 --- a/docs/auto-docs/graphql/enums/ChatMembershipRole/variables/ChatMembershipRole/index.html +++ b/docs/auto-docs/graphql/enums/ChatMembershipRole/variables/ChatMembershipRole/index.html @@ -4,7 +4,7 @@ ChatMembershipRole | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/enums/CommentVoteType/variables/CommentVoteType/index.html b/docs/auto-docs/graphql/enums/CommentVoteType/variables/CommentVoteType/index.html index ff5d085a8d..0362f39b23 100644 --- a/docs/auto-docs/graphql/enums/CommentVoteType/variables/CommentVoteType/index.html +++ b/docs/auto-docs/graphql/enums/CommentVoteType/variables/CommentVoteType/index.html @@ -4,7 +4,7 @@ CommentVoteType | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/enums/Iso3166Alpha2CountryCode/variables/Iso3166Alpha2CountryCode/index.html b/docs/auto-docs/graphql/enums/Iso3166Alpha2CountryCode/variables/Iso3166Alpha2CountryCode/index.html index 0525d8a71c..76cbfa160c 100644 --- a/docs/auto-docs/graphql/enums/Iso3166Alpha2CountryCode/variables/Iso3166Alpha2CountryCode/index.html +++ b/docs/auto-docs/graphql/enums/Iso3166Alpha2CountryCode/variables/Iso3166Alpha2CountryCode/index.html @@ -4,7 +4,7 @@ Iso3166Alpha2CountryCode | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/enums/Iso4217CurrencyCode/variables/Iso4217CurrencyCode/index.html b/docs/auto-docs/graphql/enums/Iso4217CurrencyCode/variables/Iso4217CurrencyCode/index.html index cf9e906a00..d9c038594b 100644 --- a/docs/auto-docs/graphql/enums/Iso4217CurrencyCode/variables/Iso4217CurrencyCode/index.html +++ b/docs/auto-docs/graphql/enums/Iso4217CurrencyCode/variables/Iso4217CurrencyCode/index.html @@ -4,7 +4,7 @@ Iso4217CurrencyCode | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/enums/Iso639Set1LanguageCode/variables/Iso639Set1LanguageCode/index.html b/docs/auto-docs/graphql/enums/Iso639Set1LanguageCode/variables/Iso639Set1LanguageCode/index.html index 2bbc830401..b724579f77 100644 --- a/docs/auto-docs/graphql/enums/Iso639Set1LanguageCode/variables/Iso639Set1LanguageCode/index.html +++ b/docs/auto-docs/graphql/enums/Iso639Set1LanguageCode/variables/Iso639Set1LanguageCode/index.html @@ -4,7 +4,7 @@ Iso639Set1LanguageCode | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/enums/OrganizationMembershipRole/variables/OrganizationMembershipRole/index.html b/docs/auto-docs/graphql/enums/OrganizationMembershipRole/variables/OrganizationMembershipRole/index.html index ec481fda28..aba7a31cbc 100644 --- a/docs/auto-docs/graphql/enums/OrganizationMembershipRole/variables/OrganizationMembershipRole/index.html +++ b/docs/auto-docs/graphql/enums/OrganizationMembershipRole/variables/OrganizationMembershipRole/index.html @@ -4,7 +4,7 @@ OrganizationMembershipRole | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/enums/PostVoteType/variables/PostVoteType/index.html b/docs/auto-docs/graphql/enums/PostVoteType/variables/PostVoteType/index.html index 8e3de5b0c7..27645f625b 100644 --- a/docs/auto-docs/graphql/enums/PostVoteType/variables/PostVoteType/index.html +++ b/docs/auto-docs/graphql/enums/PostVoteType/variables/PostVoteType/index.html @@ -4,7 +4,7 @@ PostVoteType | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/enums/UserEducationGrade/variables/UserEducationGrade/index.html b/docs/auto-docs/graphql/enums/UserEducationGrade/variables/UserEducationGrade/index.html index f97de50f49..c64e2353cd 100644 --- a/docs/auto-docs/graphql/enums/UserEducationGrade/variables/UserEducationGrade/index.html +++ b/docs/auto-docs/graphql/enums/UserEducationGrade/variables/UserEducationGrade/index.html @@ -4,7 +4,7 @@ UserEducationGrade | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/enums/UserEmploymentStatus/variables/UserEmploymentStatus/index.html b/docs/auto-docs/graphql/enums/UserEmploymentStatus/variables/UserEmploymentStatus/index.html index 7336bd3fac..81279130d4 100644 --- a/docs/auto-docs/graphql/enums/UserEmploymentStatus/variables/UserEmploymentStatus/index.html +++ b/docs/auto-docs/graphql/enums/UserEmploymentStatus/variables/UserEmploymentStatus/index.html @@ -4,7 +4,7 @@ UserEmploymentStatus | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/enums/UserMaritalStatus/variables/UserMaritalStatus/index.html b/docs/auto-docs/graphql/enums/UserMaritalStatus/variables/UserMaritalStatus/index.html index ee73748fbf..1f75dfc74e 100644 --- a/docs/auto-docs/graphql/enums/UserMaritalStatus/variables/UserMaritalStatus/index.html +++ b/docs/auto-docs/graphql/enums/UserMaritalStatus/variables/UserMaritalStatus/index.html @@ -4,7 +4,7 @@ UserMaritalStatus | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/enums/UserNatalSex/variables/UserNatalSex/index.html b/docs/auto-docs/graphql/enums/UserNatalSex/variables/UserNatalSex/index.html index 221da331f1..dffbb72d88 100644 --- a/docs/auto-docs/graphql/enums/UserNatalSex/variables/UserNatalSex/index.html +++ b/docs/auto-docs/graphql/enums/UserNatalSex/variables/UserNatalSex/index.html @@ -4,7 +4,7 @@ UserNatalSex | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/enums/UserRole/variables/UserRole/index.html b/docs/auto-docs/graphql/enums/UserRole/variables/UserRole/index.html index ce75932d35..f607719eb1 100644 --- a/docs/auto-docs/graphql/enums/UserRole/variables/UserRole/index.html +++ b/docs/auto-docs/graphql/enums/UserRole/variables/UserRole/index.html @@ -4,7 +4,7 @@ UserRole | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationCreateAdvertisementInput/variables/MutationCreateAdvertisementInput/index.html b/docs/auto-docs/graphql/inputs/MutationCreateAdvertisementInput/variables/MutationCreateAdvertisementInput/index.html index 4ffb7f4f37..5801a42800 100644 --- a/docs/auto-docs/graphql/inputs/MutationCreateAdvertisementInput/variables/MutationCreateAdvertisementInput/index.html +++ b/docs/auto-docs/graphql/inputs/MutationCreateAdvertisementInput/variables/MutationCreateAdvertisementInput/index.html @@ -4,7 +4,7 @@ MutationCreateAdvertisementInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationCreateAdvertisementInput/variables/mutationCreateAdvertisementInputSchema/index.html b/docs/auto-docs/graphql/inputs/MutationCreateAdvertisementInput/variables/mutationCreateAdvertisementInputSchema/index.html index 590163559e..da52062544 100644 --- a/docs/auto-docs/graphql/inputs/MutationCreateAdvertisementInput/variables/mutationCreateAdvertisementInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/MutationCreateAdvertisementInput/variables/mutationCreateAdvertisementInputSchema/index.html @@ -4,7 +4,7 @@ mutationCreateAdvertisementInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationCreateAgendaFolderInput/variables/MutationCreateAgendaFolderInput/index.html b/docs/auto-docs/graphql/inputs/MutationCreateAgendaFolderInput/variables/MutationCreateAgendaFolderInput/index.html index 0bc0b28bdc..673adba4cd 100644 --- a/docs/auto-docs/graphql/inputs/MutationCreateAgendaFolderInput/variables/MutationCreateAgendaFolderInput/index.html +++ b/docs/auto-docs/graphql/inputs/MutationCreateAgendaFolderInput/variables/MutationCreateAgendaFolderInput/index.html @@ -4,7 +4,7 @@ MutationCreateAgendaFolderInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationCreateAgendaFolderInput/variables/mutationCreateAgendaFolderInputSchema/index.html b/docs/auto-docs/graphql/inputs/MutationCreateAgendaFolderInput/variables/mutationCreateAgendaFolderInputSchema/index.html index 4c51f5da67..b25dd70fe3 100644 --- a/docs/auto-docs/graphql/inputs/MutationCreateAgendaFolderInput/variables/mutationCreateAgendaFolderInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/MutationCreateAgendaFolderInput/variables/mutationCreateAgendaFolderInputSchema/index.html @@ -4,7 +4,7 @@ mutationCreateAgendaFolderInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationCreateAgendaItemInput/variables/MutationCreateAgendaItemInput/index.html b/docs/auto-docs/graphql/inputs/MutationCreateAgendaItemInput/variables/MutationCreateAgendaItemInput/index.html index e690caccce..237f20d0d5 100644 --- a/docs/auto-docs/graphql/inputs/MutationCreateAgendaItemInput/variables/MutationCreateAgendaItemInput/index.html +++ b/docs/auto-docs/graphql/inputs/MutationCreateAgendaItemInput/variables/MutationCreateAgendaItemInput/index.html @@ -4,7 +4,7 @@ MutationCreateAgendaItemInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationCreateAgendaItemInput/variables/mutationCreateAgendaItemInputSchema/index.html b/docs/auto-docs/graphql/inputs/MutationCreateAgendaItemInput/variables/mutationCreateAgendaItemInputSchema/index.html index 5f619143a4..4fad2aac7a 100644 --- a/docs/auto-docs/graphql/inputs/MutationCreateAgendaItemInput/variables/mutationCreateAgendaItemInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/MutationCreateAgendaItemInput/variables/mutationCreateAgendaItemInputSchema/index.html @@ -4,7 +4,7 @@ mutationCreateAgendaItemInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationCreateChatInput/variables/MutationCreateChatInput/index.html b/docs/auto-docs/graphql/inputs/MutationCreateChatInput/variables/MutationCreateChatInput/index.html index 9aa983edec..6fde07ab78 100644 --- a/docs/auto-docs/graphql/inputs/MutationCreateChatInput/variables/MutationCreateChatInput/index.html +++ b/docs/auto-docs/graphql/inputs/MutationCreateChatInput/variables/MutationCreateChatInput/index.html @@ -4,7 +4,7 @@ MutationCreateChatInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationCreateChatInput/variables/mutationCreateChatInputSchema/index.html b/docs/auto-docs/graphql/inputs/MutationCreateChatInput/variables/mutationCreateChatInputSchema/index.html index da24201c9b..ab2db0c176 100644 --- a/docs/auto-docs/graphql/inputs/MutationCreateChatInput/variables/mutationCreateChatInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/MutationCreateChatInput/variables/mutationCreateChatInputSchema/index.html @@ -4,7 +4,7 @@ mutationCreateChatInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationCreateChatMembershipInput/variables/MutationCreateChatMembershipInput/index.html b/docs/auto-docs/graphql/inputs/MutationCreateChatMembershipInput/variables/MutationCreateChatMembershipInput/index.html index 5636e59fb5..f98a25cc87 100644 --- a/docs/auto-docs/graphql/inputs/MutationCreateChatMembershipInput/variables/MutationCreateChatMembershipInput/index.html +++ b/docs/auto-docs/graphql/inputs/MutationCreateChatMembershipInput/variables/MutationCreateChatMembershipInput/index.html @@ -4,7 +4,7 @@ MutationCreateChatMembershipInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationCreateChatMembershipInput/variables/mutationCreateChatMembershipInputSchema/index.html b/docs/auto-docs/graphql/inputs/MutationCreateChatMembershipInput/variables/mutationCreateChatMembershipInputSchema/index.html index 9f983f0493..294ecf288b 100644 --- a/docs/auto-docs/graphql/inputs/MutationCreateChatMembershipInput/variables/mutationCreateChatMembershipInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/MutationCreateChatMembershipInput/variables/mutationCreateChatMembershipInputSchema/index.html @@ -4,7 +4,7 @@ mutationCreateChatMembershipInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationCreateChatMessageInput/variables/MutationCreateChatMessageInput/index.html b/docs/auto-docs/graphql/inputs/MutationCreateChatMessageInput/variables/MutationCreateChatMessageInput/index.html index 3a1b67bc20..4ed67f3fa9 100644 --- a/docs/auto-docs/graphql/inputs/MutationCreateChatMessageInput/variables/MutationCreateChatMessageInput/index.html +++ b/docs/auto-docs/graphql/inputs/MutationCreateChatMessageInput/variables/MutationCreateChatMessageInput/index.html @@ -4,7 +4,7 @@ MutationCreateChatMessageInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationCreateChatMessageInput/variables/mutationCreateChatMessageInputSchema/index.html b/docs/auto-docs/graphql/inputs/MutationCreateChatMessageInput/variables/mutationCreateChatMessageInputSchema/index.html index d7f0d71abd..0c2a6fe1dc 100644 --- a/docs/auto-docs/graphql/inputs/MutationCreateChatMessageInput/variables/mutationCreateChatMessageInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/MutationCreateChatMessageInput/variables/mutationCreateChatMessageInputSchema/index.html @@ -4,7 +4,7 @@ mutationCreateChatMessageInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationCreateCommentInput/variables/MutationCreateCommentInput/index.html b/docs/auto-docs/graphql/inputs/MutationCreateCommentInput/variables/MutationCreateCommentInput/index.html index b8ab0aab1b..76fa76ba39 100644 --- a/docs/auto-docs/graphql/inputs/MutationCreateCommentInput/variables/MutationCreateCommentInput/index.html +++ b/docs/auto-docs/graphql/inputs/MutationCreateCommentInput/variables/MutationCreateCommentInput/index.html @@ -4,7 +4,7 @@ MutationCreateCommentInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationCreateCommentInput/variables/mutationCreateCommentInputSchema/index.html b/docs/auto-docs/graphql/inputs/MutationCreateCommentInput/variables/mutationCreateCommentInputSchema/index.html index ec7de1813d..88bca5dc7c 100644 --- a/docs/auto-docs/graphql/inputs/MutationCreateCommentInput/variables/mutationCreateCommentInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/MutationCreateCommentInput/variables/mutationCreateCommentInputSchema/index.html @@ -4,7 +4,7 @@ mutationCreateCommentInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationCreateCommentVoteInput/variables/MutationCreateCommentVoteInput/index.html b/docs/auto-docs/graphql/inputs/MutationCreateCommentVoteInput/variables/MutationCreateCommentVoteInput/index.html index fec8142331..d0c3cedf5a 100644 --- a/docs/auto-docs/graphql/inputs/MutationCreateCommentVoteInput/variables/MutationCreateCommentVoteInput/index.html +++ b/docs/auto-docs/graphql/inputs/MutationCreateCommentVoteInput/variables/MutationCreateCommentVoteInput/index.html @@ -4,7 +4,7 @@ MutationCreateCommentVoteInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationCreateCommentVoteInput/variables/mutationCreateCommentVoteInputSchema/index.html b/docs/auto-docs/graphql/inputs/MutationCreateCommentVoteInput/variables/mutationCreateCommentVoteInputSchema/index.html index 4fe4388faa..0e32e4b066 100644 --- a/docs/auto-docs/graphql/inputs/MutationCreateCommentVoteInput/variables/mutationCreateCommentVoteInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/MutationCreateCommentVoteInput/variables/mutationCreateCommentVoteInputSchema/index.html @@ -4,7 +4,7 @@ mutationCreateCommentVoteInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationCreateEventInput/variables/MutationCreateEventInput/index.html b/docs/auto-docs/graphql/inputs/MutationCreateEventInput/variables/MutationCreateEventInput/index.html index f523850da2..81e7012bc3 100644 --- a/docs/auto-docs/graphql/inputs/MutationCreateEventInput/variables/MutationCreateEventInput/index.html +++ b/docs/auto-docs/graphql/inputs/MutationCreateEventInput/variables/MutationCreateEventInput/index.html @@ -4,7 +4,7 @@ MutationCreateEventInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationCreateEventInput/variables/mutationCreateEventInputSchema/index.html b/docs/auto-docs/graphql/inputs/MutationCreateEventInput/variables/mutationCreateEventInputSchema/index.html index e253616843..fda370b47c 100644 --- a/docs/auto-docs/graphql/inputs/MutationCreateEventInput/variables/mutationCreateEventInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/MutationCreateEventInput/variables/mutationCreateEventInputSchema/index.html @@ -4,7 +4,7 @@ mutationCreateEventInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationCreateFundCampaignInput/variables/MutationCreateFundCampaignInput/index.html b/docs/auto-docs/graphql/inputs/MutationCreateFundCampaignInput/variables/MutationCreateFundCampaignInput/index.html index 11f5970ec5..a9b844946f 100644 --- a/docs/auto-docs/graphql/inputs/MutationCreateFundCampaignInput/variables/MutationCreateFundCampaignInput/index.html +++ b/docs/auto-docs/graphql/inputs/MutationCreateFundCampaignInput/variables/MutationCreateFundCampaignInput/index.html @@ -4,7 +4,7 @@ MutationCreateFundCampaignInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationCreateFundCampaignInput/variables/mutationCreateFundCampaignInputSchema/index.html b/docs/auto-docs/graphql/inputs/MutationCreateFundCampaignInput/variables/mutationCreateFundCampaignInputSchema/index.html index c8d6ac49fd..cccd61cdc5 100644 --- a/docs/auto-docs/graphql/inputs/MutationCreateFundCampaignInput/variables/mutationCreateFundCampaignInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/MutationCreateFundCampaignInput/variables/mutationCreateFundCampaignInputSchema/index.html @@ -4,7 +4,7 @@ mutationCreateFundCampaignInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationCreateFundCampaignPledgeInput/variables/MutationCreateFundCampaignPledgeInput/index.html b/docs/auto-docs/graphql/inputs/MutationCreateFundCampaignPledgeInput/variables/MutationCreateFundCampaignPledgeInput/index.html index 4c4223aa76..dbc2774c19 100644 --- a/docs/auto-docs/graphql/inputs/MutationCreateFundCampaignPledgeInput/variables/MutationCreateFundCampaignPledgeInput/index.html +++ b/docs/auto-docs/graphql/inputs/MutationCreateFundCampaignPledgeInput/variables/MutationCreateFundCampaignPledgeInput/index.html @@ -4,7 +4,7 @@ MutationCreateFundCampaignPledgeInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationCreateFundCampaignPledgeInput/variables/mutationCreateFundCampaignPledgeInputSchema/index.html b/docs/auto-docs/graphql/inputs/MutationCreateFundCampaignPledgeInput/variables/mutationCreateFundCampaignPledgeInputSchema/index.html index 096d1aadd6..346ca299e5 100644 --- a/docs/auto-docs/graphql/inputs/MutationCreateFundCampaignPledgeInput/variables/mutationCreateFundCampaignPledgeInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/MutationCreateFundCampaignPledgeInput/variables/mutationCreateFundCampaignPledgeInputSchema/index.html @@ -4,7 +4,7 @@ mutationCreateFundCampaignPledgeInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationCreateFundInput/variables/MutationCreateFundInput/index.html b/docs/auto-docs/graphql/inputs/MutationCreateFundInput/variables/MutationCreateFundInput/index.html index 7c08ef29c1..8f32bd707e 100644 --- a/docs/auto-docs/graphql/inputs/MutationCreateFundInput/variables/MutationCreateFundInput/index.html +++ b/docs/auto-docs/graphql/inputs/MutationCreateFundInput/variables/MutationCreateFundInput/index.html @@ -4,7 +4,7 @@ MutationCreateFundInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationCreateFundInput/variables/mutationCreateFundInputSchema/index.html b/docs/auto-docs/graphql/inputs/MutationCreateFundInput/variables/mutationCreateFundInputSchema/index.html index 4eda100a0b..1a157d2cff 100644 --- a/docs/auto-docs/graphql/inputs/MutationCreateFundInput/variables/mutationCreateFundInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/MutationCreateFundInput/variables/mutationCreateFundInputSchema/index.html @@ -4,7 +4,7 @@ mutationCreateFundInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationCreateOrganizationInput/variables/MutationCreateOrganizationInput/index.html b/docs/auto-docs/graphql/inputs/MutationCreateOrganizationInput/variables/MutationCreateOrganizationInput/index.html index e5b43800d3..1b35388488 100644 --- a/docs/auto-docs/graphql/inputs/MutationCreateOrganizationInput/variables/MutationCreateOrganizationInput/index.html +++ b/docs/auto-docs/graphql/inputs/MutationCreateOrganizationInput/variables/MutationCreateOrganizationInput/index.html @@ -4,7 +4,7 @@ MutationCreateOrganizationInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationCreateOrganizationInput/variables/mutationCreateOrganizationInputSchema/index.html b/docs/auto-docs/graphql/inputs/MutationCreateOrganizationInput/variables/mutationCreateOrganizationInputSchema/index.html index 0460a657d6..c3c2d3d78e 100644 --- a/docs/auto-docs/graphql/inputs/MutationCreateOrganizationInput/variables/mutationCreateOrganizationInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/MutationCreateOrganizationInput/variables/mutationCreateOrganizationInputSchema/index.html @@ -4,7 +4,7 @@ mutationCreateOrganizationInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationCreateOrganizationMembershipInput/variables/MutationCreateOrganizationMembershipInput/index.html b/docs/auto-docs/graphql/inputs/MutationCreateOrganizationMembershipInput/variables/MutationCreateOrganizationMembershipInput/index.html index 4116ef9f83..e25e26ff22 100644 --- a/docs/auto-docs/graphql/inputs/MutationCreateOrganizationMembershipInput/variables/MutationCreateOrganizationMembershipInput/index.html +++ b/docs/auto-docs/graphql/inputs/MutationCreateOrganizationMembershipInput/variables/MutationCreateOrganizationMembershipInput/index.html @@ -4,7 +4,7 @@ MutationCreateOrganizationMembershipInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationCreateOrganizationMembershipInput/variables/mutationCreateOrganizationMembershipInputSchema/index.html b/docs/auto-docs/graphql/inputs/MutationCreateOrganizationMembershipInput/variables/mutationCreateOrganizationMembershipInputSchema/index.html index 93c981d6cb..0661d0d3df 100644 --- a/docs/auto-docs/graphql/inputs/MutationCreateOrganizationMembershipInput/variables/mutationCreateOrganizationMembershipInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/MutationCreateOrganizationMembershipInput/variables/mutationCreateOrganizationMembershipInputSchema/index.html @@ -4,7 +4,7 @@ mutationCreateOrganizationMembershipInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationCreatePostInput/variables/MutationCreatePostInput/index.html b/docs/auto-docs/graphql/inputs/MutationCreatePostInput/variables/MutationCreatePostInput/index.html index 83dbd40b7f..fc868a832a 100644 --- a/docs/auto-docs/graphql/inputs/MutationCreatePostInput/variables/MutationCreatePostInput/index.html +++ b/docs/auto-docs/graphql/inputs/MutationCreatePostInput/variables/MutationCreatePostInput/index.html @@ -4,7 +4,7 @@ MutationCreatePostInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationCreatePostInput/variables/mutationCreatePostInputSchema/index.html b/docs/auto-docs/graphql/inputs/MutationCreatePostInput/variables/mutationCreatePostInputSchema/index.html index 9abe2815f6..05d67fb75e 100644 --- a/docs/auto-docs/graphql/inputs/MutationCreatePostInput/variables/mutationCreatePostInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/MutationCreatePostInput/variables/mutationCreatePostInputSchema/index.html @@ -4,7 +4,7 @@ mutationCreatePostInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationCreatePostVoteInput/variables/MutationCreatePostVoteInput/index.html b/docs/auto-docs/graphql/inputs/MutationCreatePostVoteInput/variables/MutationCreatePostVoteInput/index.html index b9226dfe93..2b2d066933 100644 --- a/docs/auto-docs/graphql/inputs/MutationCreatePostVoteInput/variables/MutationCreatePostVoteInput/index.html +++ b/docs/auto-docs/graphql/inputs/MutationCreatePostVoteInput/variables/MutationCreatePostVoteInput/index.html @@ -4,7 +4,7 @@ MutationCreatePostVoteInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationCreatePostVoteInput/variables/mutationCreatePostVoteInputSchema/index.html b/docs/auto-docs/graphql/inputs/MutationCreatePostVoteInput/variables/mutationCreatePostVoteInputSchema/index.html index 64cffc6bd2..51917fcf48 100644 --- a/docs/auto-docs/graphql/inputs/MutationCreatePostVoteInput/variables/mutationCreatePostVoteInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/MutationCreatePostVoteInput/variables/mutationCreatePostVoteInputSchema/index.html @@ -4,7 +4,7 @@ mutationCreatePostVoteInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationCreateTagFolderInput/variables/MutationCreateTagFolderInput/index.html b/docs/auto-docs/graphql/inputs/MutationCreateTagFolderInput/variables/MutationCreateTagFolderInput/index.html index b0aa29badc..f08c562860 100644 --- a/docs/auto-docs/graphql/inputs/MutationCreateTagFolderInput/variables/MutationCreateTagFolderInput/index.html +++ b/docs/auto-docs/graphql/inputs/MutationCreateTagFolderInput/variables/MutationCreateTagFolderInput/index.html @@ -4,7 +4,7 @@ MutationCreateTagFolderInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationCreateTagFolderInput/variables/mutationCreateTagFolderInputSchema/index.html b/docs/auto-docs/graphql/inputs/MutationCreateTagFolderInput/variables/mutationCreateTagFolderInputSchema/index.html index b3149b8044..965120f807 100644 --- a/docs/auto-docs/graphql/inputs/MutationCreateTagFolderInput/variables/mutationCreateTagFolderInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/MutationCreateTagFolderInput/variables/mutationCreateTagFolderInputSchema/index.html @@ -4,7 +4,7 @@ mutationCreateTagFolderInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationCreateTagInput/variables/MutationCreateTagInput/index.html b/docs/auto-docs/graphql/inputs/MutationCreateTagInput/variables/MutationCreateTagInput/index.html index 7d77907cd8..834514476b 100644 --- a/docs/auto-docs/graphql/inputs/MutationCreateTagInput/variables/MutationCreateTagInput/index.html +++ b/docs/auto-docs/graphql/inputs/MutationCreateTagInput/variables/MutationCreateTagInput/index.html @@ -4,7 +4,7 @@ MutationCreateTagInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationCreateTagInput/variables/mutationCreateTagInputSchema/index.html b/docs/auto-docs/graphql/inputs/MutationCreateTagInput/variables/mutationCreateTagInputSchema/index.html index 109afa06fe..8c870fd1e5 100644 --- a/docs/auto-docs/graphql/inputs/MutationCreateTagInput/variables/mutationCreateTagInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/MutationCreateTagInput/variables/mutationCreateTagInputSchema/index.html @@ -4,7 +4,7 @@ mutationCreateTagInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationCreateUserInput/variables/MutationCreateUserInput/index.html b/docs/auto-docs/graphql/inputs/MutationCreateUserInput/variables/MutationCreateUserInput/index.html index c3fafe0d25..9f0a058db2 100644 --- a/docs/auto-docs/graphql/inputs/MutationCreateUserInput/variables/MutationCreateUserInput/index.html +++ b/docs/auto-docs/graphql/inputs/MutationCreateUserInput/variables/MutationCreateUserInput/index.html @@ -4,7 +4,7 @@ MutationCreateUserInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationCreateUserInput/variables/mutationCreateUserInputSchema/index.html b/docs/auto-docs/graphql/inputs/MutationCreateUserInput/variables/mutationCreateUserInputSchema/index.html index 8ce08fcc62..65213cb4b0 100644 --- a/docs/auto-docs/graphql/inputs/MutationCreateUserInput/variables/mutationCreateUserInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/MutationCreateUserInput/variables/mutationCreateUserInputSchema/index.html @@ -4,7 +4,7 @@ mutationCreateUserInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationCreateVenueBookingInput/variables/MutationCreateVenueBookingInput/index.html b/docs/auto-docs/graphql/inputs/MutationCreateVenueBookingInput/variables/MutationCreateVenueBookingInput/index.html index b23ffa38c7..394fbefe29 100644 --- a/docs/auto-docs/graphql/inputs/MutationCreateVenueBookingInput/variables/MutationCreateVenueBookingInput/index.html +++ b/docs/auto-docs/graphql/inputs/MutationCreateVenueBookingInput/variables/MutationCreateVenueBookingInput/index.html @@ -4,7 +4,7 @@ MutationCreateVenueBookingInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationCreateVenueBookingInput/variables/mutationCreateVenueBookingInputSchema/index.html b/docs/auto-docs/graphql/inputs/MutationCreateVenueBookingInput/variables/mutationCreateVenueBookingInputSchema/index.html index e5414032ff..25b177e8fb 100644 --- a/docs/auto-docs/graphql/inputs/MutationCreateVenueBookingInput/variables/mutationCreateVenueBookingInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/MutationCreateVenueBookingInput/variables/mutationCreateVenueBookingInputSchema/index.html @@ -4,7 +4,7 @@ mutationCreateVenueBookingInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationCreateVenueInput/variables/MutationCreateVenueInput/index.html b/docs/auto-docs/graphql/inputs/MutationCreateVenueInput/variables/MutationCreateVenueInput/index.html index d97a8f133d..bcd5cf6309 100644 --- a/docs/auto-docs/graphql/inputs/MutationCreateVenueInput/variables/MutationCreateVenueInput/index.html +++ b/docs/auto-docs/graphql/inputs/MutationCreateVenueInput/variables/MutationCreateVenueInput/index.html @@ -4,7 +4,7 @@ MutationCreateVenueInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationCreateVenueInput/variables/mutationCreateVenueInputSchema/index.html b/docs/auto-docs/graphql/inputs/MutationCreateVenueInput/variables/mutationCreateVenueInputSchema/index.html index 04620c21bb..27a2295cc3 100644 --- a/docs/auto-docs/graphql/inputs/MutationCreateVenueInput/variables/mutationCreateVenueInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/MutationCreateVenueInput/variables/mutationCreateVenueInputSchema/index.html @@ -4,7 +4,7 @@ mutationCreateVenueInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationDeleteAdvertisementInput/variables/MutationDeleteAdvertisementInput/index.html b/docs/auto-docs/graphql/inputs/MutationDeleteAdvertisementInput/variables/MutationDeleteAdvertisementInput/index.html index 52a906c6cd..31d284f4ae 100644 --- a/docs/auto-docs/graphql/inputs/MutationDeleteAdvertisementInput/variables/MutationDeleteAdvertisementInput/index.html +++ b/docs/auto-docs/graphql/inputs/MutationDeleteAdvertisementInput/variables/MutationDeleteAdvertisementInput/index.html @@ -4,7 +4,7 @@ MutationDeleteAdvertisementInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationDeleteAdvertisementInput/variables/mutationDeleteAdvertisementInputSchema/index.html b/docs/auto-docs/graphql/inputs/MutationDeleteAdvertisementInput/variables/mutationDeleteAdvertisementInputSchema/index.html index 978707555b..77e799c6e2 100644 --- a/docs/auto-docs/graphql/inputs/MutationDeleteAdvertisementInput/variables/mutationDeleteAdvertisementInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/MutationDeleteAdvertisementInput/variables/mutationDeleteAdvertisementInputSchema/index.html @@ -4,7 +4,7 @@ mutationDeleteAdvertisementInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationDeleteAgendaFolderInput/variables/MutationDeleteAgendaFolderInput/index.html b/docs/auto-docs/graphql/inputs/MutationDeleteAgendaFolderInput/variables/MutationDeleteAgendaFolderInput/index.html index 5ea9f47ab4..4723fc8931 100644 --- a/docs/auto-docs/graphql/inputs/MutationDeleteAgendaFolderInput/variables/MutationDeleteAgendaFolderInput/index.html +++ b/docs/auto-docs/graphql/inputs/MutationDeleteAgendaFolderInput/variables/MutationDeleteAgendaFolderInput/index.html @@ -4,7 +4,7 @@ MutationDeleteAgendaFolderInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationDeleteAgendaFolderInput/variables/mutationDeleteAgendaFolderInputSchema/index.html b/docs/auto-docs/graphql/inputs/MutationDeleteAgendaFolderInput/variables/mutationDeleteAgendaFolderInputSchema/index.html index 05f6a25239..76cb2a67f6 100644 --- a/docs/auto-docs/graphql/inputs/MutationDeleteAgendaFolderInput/variables/mutationDeleteAgendaFolderInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/MutationDeleteAgendaFolderInput/variables/mutationDeleteAgendaFolderInputSchema/index.html @@ -4,7 +4,7 @@ mutationDeleteAgendaFolderInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationDeleteAgendaItemInput/variables/MutationDeleteAgendaItemInput/index.html b/docs/auto-docs/graphql/inputs/MutationDeleteAgendaItemInput/variables/MutationDeleteAgendaItemInput/index.html index c42ae28722..0206a42744 100644 --- a/docs/auto-docs/graphql/inputs/MutationDeleteAgendaItemInput/variables/MutationDeleteAgendaItemInput/index.html +++ b/docs/auto-docs/graphql/inputs/MutationDeleteAgendaItemInput/variables/MutationDeleteAgendaItemInput/index.html @@ -4,7 +4,7 @@ MutationDeleteAgendaItemInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationDeleteAgendaItemInput/variables/mutationDeleteAgendaItemInputSchema/index.html b/docs/auto-docs/graphql/inputs/MutationDeleteAgendaItemInput/variables/mutationDeleteAgendaItemInputSchema/index.html index c5e9886263..c4977b05c1 100644 --- a/docs/auto-docs/graphql/inputs/MutationDeleteAgendaItemInput/variables/mutationDeleteAgendaItemInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/MutationDeleteAgendaItemInput/variables/mutationDeleteAgendaItemInputSchema/index.html @@ -4,7 +4,7 @@ mutationDeleteAgendaItemInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationDeleteChatInput/variables/MutationDeleteChatInput/index.html b/docs/auto-docs/graphql/inputs/MutationDeleteChatInput/variables/MutationDeleteChatInput/index.html index e1d290b947..c9f2250bd2 100644 --- a/docs/auto-docs/graphql/inputs/MutationDeleteChatInput/variables/MutationDeleteChatInput/index.html +++ b/docs/auto-docs/graphql/inputs/MutationDeleteChatInput/variables/MutationDeleteChatInput/index.html @@ -4,7 +4,7 @@ MutationDeleteChatInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationDeleteChatInput/variables/mutationDeleteChatInputSchema/index.html b/docs/auto-docs/graphql/inputs/MutationDeleteChatInput/variables/mutationDeleteChatInputSchema/index.html index 3b428467af..24ec970a2b 100644 --- a/docs/auto-docs/graphql/inputs/MutationDeleteChatInput/variables/mutationDeleteChatInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/MutationDeleteChatInput/variables/mutationDeleteChatInputSchema/index.html @@ -4,7 +4,7 @@ mutationDeleteChatInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationDeleteChatMembershipInput/variables/MutationDeleteChatMembershipInput/index.html b/docs/auto-docs/graphql/inputs/MutationDeleteChatMembershipInput/variables/MutationDeleteChatMembershipInput/index.html index 211c2a4c80..40100e8aa9 100644 --- a/docs/auto-docs/graphql/inputs/MutationDeleteChatMembershipInput/variables/MutationDeleteChatMembershipInput/index.html +++ b/docs/auto-docs/graphql/inputs/MutationDeleteChatMembershipInput/variables/MutationDeleteChatMembershipInput/index.html @@ -4,7 +4,7 @@ MutationDeleteChatMembershipInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationDeleteChatMembershipInput/variables/mutationDeleteChatMembershipInputSchema/index.html b/docs/auto-docs/graphql/inputs/MutationDeleteChatMembershipInput/variables/mutationDeleteChatMembershipInputSchema/index.html index 5118d31ea0..8c418134a8 100644 --- a/docs/auto-docs/graphql/inputs/MutationDeleteChatMembershipInput/variables/mutationDeleteChatMembershipInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/MutationDeleteChatMembershipInput/variables/mutationDeleteChatMembershipInputSchema/index.html @@ -4,7 +4,7 @@ mutationDeleteChatMembershipInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationDeleteChatMessageInput/variables/MutationDeleteChatMessageInput/index.html b/docs/auto-docs/graphql/inputs/MutationDeleteChatMessageInput/variables/MutationDeleteChatMessageInput/index.html index e2c5bb1036..10cd8062e5 100644 --- a/docs/auto-docs/graphql/inputs/MutationDeleteChatMessageInput/variables/MutationDeleteChatMessageInput/index.html +++ b/docs/auto-docs/graphql/inputs/MutationDeleteChatMessageInput/variables/MutationDeleteChatMessageInput/index.html @@ -4,7 +4,7 @@ MutationDeleteChatMessageInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationDeleteChatMessageInput/variables/mutationDeleteChatMessageInputSchema/index.html b/docs/auto-docs/graphql/inputs/MutationDeleteChatMessageInput/variables/mutationDeleteChatMessageInputSchema/index.html index 88b336ebc2..a521faf02d 100644 --- a/docs/auto-docs/graphql/inputs/MutationDeleteChatMessageInput/variables/mutationDeleteChatMessageInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/MutationDeleteChatMessageInput/variables/mutationDeleteChatMessageInputSchema/index.html @@ -4,7 +4,7 @@ mutationDeleteChatMessageInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationDeleteCommentInput/variables/MutationDeleteCommentInput/index.html b/docs/auto-docs/graphql/inputs/MutationDeleteCommentInput/variables/MutationDeleteCommentInput/index.html index 61f2d0b1e8..62809e56d1 100644 --- a/docs/auto-docs/graphql/inputs/MutationDeleteCommentInput/variables/MutationDeleteCommentInput/index.html +++ b/docs/auto-docs/graphql/inputs/MutationDeleteCommentInput/variables/MutationDeleteCommentInput/index.html @@ -4,7 +4,7 @@ MutationDeleteCommentInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationDeleteCommentInput/variables/mutationDeleteCommentInputSchema/index.html b/docs/auto-docs/graphql/inputs/MutationDeleteCommentInput/variables/mutationDeleteCommentInputSchema/index.html index 47aea28e0b..ee98684d4f 100644 --- a/docs/auto-docs/graphql/inputs/MutationDeleteCommentInput/variables/mutationDeleteCommentInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/MutationDeleteCommentInput/variables/mutationDeleteCommentInputSchema/index.html @@ -4,7 +4,7 @@ mutationDeleteCommentInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationDeleteCommentVoteInput/variables/MutationDeleteCommentVoteInput/index.html b/docs/auto-docs/graphql/inputs/MutationDeleteCommentVoteInput/variables/MutationDeleteCommentVoteInput/index.html index 4de77001ff..a2c9120d2c 100644 --- a/docs/auto-docs/graphql/inputs/MutationDeleteCommentVoteInput/variables/MutationDeleteCommentVoteInput/index.html +++ b/docs/auto-docs/graphql/inputs/MutationDeleteCommentVoteInput/variables/MutationDeleteCommentVoteInput/index.html @@ -4,7 +4,7 @@ MutationDeleteCommentVoteInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationDeleteCommentVoteInput/variables/mutationDeleteCommentVoteInputSchema/index.html b/docs/auto-docs/graphql/inputs/MutationDeleteCommentVoteInput/variables/mutationDeleteCommentVoteInputSchema/index.html index 38d0aa7fe9..0a379e3e81 100644 --- a/docs/auto-docs/graphql/inputs/MutationDeleteCommentVoteInput/variables/mutationDeleteCommentVoteInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/MutationDeleteCommentVoteInput/variables/mutationDeleteCommentVoteInputSchema/index.html @@ -4,7 +4,7 @@ mutationDeleteCommentVoteInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationDeleteEventInput/variables/MutationDeleteEventInput/index.html b/docs/auto-docs/graphql/inputs/MutationDeleteEventInput/variables/MutationDeleteEventInput/index.html index fc68e619a2..e7824cb756 100644 --- a/docs/auto-docs/graphql/inputs/MutationDeleteEventInput/variables/MutationDeleteEventInput/index.html +++ b/docs/auto-docs/graphql/inputs/MutationDeleteEventInput/variables/MutationDeleteEventInput/index.html @@ -4,7 +4,7 @@ MutationDeleteEventInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationDeleteEventInput/variables/mutationDeleteEventInputSchema/index.html b/docs/auto-docs/graphql/inputs/MutationDeleteEventInput/variables/mutationDeleteEventInputSchema/index.html index 2d3847ae15..db6b1d7160 100644 --- a/docs/auto-docs/graphql/inputs/MutationDeleteEventInput/variables/mutationDeleteEventInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/MutationDeleteEventInput/variables/mutationDeleteEventInputSchema/index.html @@ -4,7 +4,7 @@ mutationDeleteEventInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationDeleteFundCampaignInput/variables/MutationDeleteFundCampaignInput/index.html b/docs/auto-docs/graphql/inputs/MutationDeleteFundCampaignInput/variables/MutationDeleteFundCampaignInput/index.html index d8799aaf1d..6ac3fe9b1d 100644 --- a/docs/auto-docs/graphql/inputs/MutationDeleteFundCampaignInput/variables/MutationDeleteFundCampaignInput/index.html +++ b/docs/auto-docs/graphql/inputs/MutationDeleteFundCampaignInput/variables/MutationDeleteFundCampaignInput/index.html @@ -4,7 +4,7 @@ MutationDeleteFundCampaignInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationDeleteFundCampaignInput/variables/mutationDeleteFundCampaignInputSchema/index.html b/docs/auto-docs/graphql/inputs/MutationDeleteFundCampaignInput/variables/mutationDeleteFundCampaignInputSchema/index.html index 49a23a9a89..39a8ddc43a 100644 --- a/docs/auto-docs/graphql/inputs/MutationDeleteFundCampaignInput/variables/mutationDeleteFundCampaignInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/MutationDeleteFundCampaignInput/variables/mutationDeleteFundCampaignInputSchema/index.html @@ -4,7 +4,7 @@ mutationDeleteFundCampaignInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationDeleteFundCampaignPledgeInput/variables/MutationDeleteFundCampaignPledgeInput/index.html b/docs/auto-docs/graphql/inputs/MutationDeleteFundCampaignPledgeInput/variables/MutationDeleteFundCampaignPledgeInput/index.html index 92dcf0b405..4641df8b67 100644 --- a/docs/auto-docs/graphql/inputs/MutationDeleteFundCampaignPledgeInput/variables/MutationDeleteFundCampaignPledgeInput/index.html +++ b/docs/auto-docs/graphql/inputs/MutationDeleteFundCampaignPledgeInput/variables/MutationDeleteFundCampaignPledgeInput/index.html @@ -4,7 +4,7 @@ MutationDeleteFundCampaignPledgeInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationDeleteFundCampaignPledgeInput/variables/mutationDeleteFundCampaignPledgeInputSchema/index.html b/docs/auto-docs/graphql/inputs/MutationDeleteFundCampaignPledgeInput/variables/mutationDeleteFundCampaignPledgeInputSchema/index.html index bf991084a7..c8bd2c20bf 100644 --- a/docs/auto-docs/graphql/inputs/MutationDeleteFundCampaignPledgeInput/variables/mutationDeleteFundCampaignPledgeInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/MutationDeleteFundCampaignPledgeInput/variables/mutationDeleteFundCampaignPledgeInputSchema/index.html @@ -4,7 +4,7 @@ mutationDeleteFundCampaignPledgeInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationDeleteFundInput/variables/MutationDeleteFundInput/index.html b/docs/auto-docs/graphql/inputs/MutationDeleteFundInput/variables/MutationDeleteFundInput/index.html index 3b841e7040..f2b2572271 100644 --- a/docs/auto-docs/graphql/inputs/MutationDeleteFundInput/variables/MutationDeleteFundInput/index.html +++ b/docs/auto-docs/graphql/inputs/MutationDeleteFundInput/variables/MutationDeleteFundInput/index.html @@ -4,7 +4,7 @@ MutationDeleteFundInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationDeleteFundInput/variables/mutationDeleteFundInputSchema/index.html b/docs/auto-docs/graphql/inputs/MutationDeleteFundInput/variables/mutationDeleteFundInputSchema/index.html index 3589f63883..aab376f0a5 100644 --- a/docs/auto-docs/graphql/inputs/MutationDeleteFundInput/variables/mutationDeleteFundInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/MutationDeleteFundInput/variables/mutationDeleteFundInputSchema/index.html @@ -4,7 +4,7 @@ mutationDeleteFundInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationDeleteOrganizationInput/variables/MutationDeleteOrganizationInput/index.html b/docs/auto-docs/graphql/inputs/MutationDeleteOrganizationInput/variables/MutationDeleteOrganizationInput/index.html index 6d6bfe055c..c4c205f649 100644 --- a/docs/auto-docs/graphql/inputs/MutationDeleteOrganizationInput/variables/MutationDeleteOrganizationInput/index.html +++ b/docs/auto-docs/graphql/inputs/MutationDeleteOrganizationInput/variables/MutationDeleteOrganizationInput/index.html @@ -4,7 +4,7 @@ MutationDeleteOrganizationInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationDeleteOrganizationInput/variables/mutationDeleteOrganizationInputSchema/index.html b/docs/auto-docs/graphql/inputs/MutationDeleteOrganizationInput/variables/mutationDeleteOrganizationInputSchema/index.html index d439bf33ba..7af759d46a 100644 --- a/docs/auto-docs/graphql/inputs/MutationDeleteOrganizationInput/variables/mutationDeleteOrganizationInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/MutationDeleteOrganizationInput/variables/mutationDeleteOrganizationInputSchema/index.html @@ -4,7 +4,7 @@ mutationDeleteOrganizationInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationDeleteOrganizationMembershipInput/variables/MutationDeleteOrganizationMembershipInput/index.html b/docs/auto-docs/graphql/inputs/MutationDeleteOrganizationMembershipInput/variables/MutationDeleteOrganizationMembershipInput/index.html index d3cd43f500..911aec6722 100644 --- a/docs/auto-docs/graphql/inputs/MutationDeleteOrganizationMembershipInput/variables/MutationDeleteOrganizationMembershipInput/index.html +++ b/docs/auto-docs/graphql/inputs/MutationDeleteOrganizationMembershipInput/variables/MutationDeleteOrganizationMembershipInput/index.html @@ -4,7 +4,7 @@ MutationDeleteOrganizationMembershipInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationDeleteOrganizationMembershipInput/variables/mutationDeleteOrganizationMembershipInputSchema/index.html b/docs/auto-docs/graphql/inputs/MutationDeleteOrganizationMembershipInput/variables/mutationDeleteOrganizationMembershipInputSchema/index.html index 548870f5c8..625d049ce4 100644 --- a/docs/auto-docs/graphql/inputs/MutationDeleteOrganizationMembershipInput/variables/mutationDeleteOrganizationMembershipInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/MutationDeleteOrganizationMembershipInput/variables/mutationDeleteOrganizationMembershipInputSchema/index.html @@ -4,7 +4,7 @@ mutationDeleteOrganizationMembershipInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationDeletePostInput/variables/MutationDeletePostInput/index.html b/docs/auto-docs/graphql/inputs/MutationDeletePostInput/variables/MutationDeletePostInput/index.html index 95ce414a4a..6f10fab051 100644 --- a/docs/auto-docs/graphql/inputs/MutationDeletePostInput/variables/MutationDeletePostInput/index.html +++ b/docs/auto-docs/graphql/inputs/MutationDeletePostInput/variables/MutationDeletePostInput/index.html @@ -4,7 +4,7 @@ MutationDeletePostInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationDeletePostInput/variables/mutationDeletePostInputSchema/index.html b/docs/auto-docs/graphql/inputs/MutationDeletePostInput/variables/mutationDeletePostInputSchema/index.html index d6eefc63ad..253944d421 100644 --- a/docs/auto-docs/graphql/inputs/MutationDeletePostInput/variables/mutationDeletePostInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/MutationDeletePostInput/variables/mutationDeletePostInputSchema/index.html @@ -4,7 +4,7 @@ mutationDeletePostInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationDeletePostVoteInput/variables/MutationDeletePostVoteInput/index.html b/docs/auto-docs/graphql/inputs/MutationDeletePostVoteInput/variables/MutationDeletePostVoteInput/index.html index 60fb5bc6c9..e6ba045222 100644 --- a/docs/auto-docs/graphql/inputs/MutationDeletePostVoteInput/variables/MutationDeletePostVoteInput/index.html +++ b/docs/auto-docs/graphql/inputs/MutationDeletePostVoteInput/variables/MutationDeletePostVoteInput/index.html @@ -4,7 +4,7 @@ MutationDeletePostVoteInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationDeletePostVoteInput/variables/mutationDeletePostVoteInputSchema/index.html b/docs/auto-docs/graphql/inputs/MutationDeletePostVoteInput/variables/mutationDeletePostVoteInputSchema/index.html index eea0e439c4..49d1285ba4 100644 --- a/docs/auto-docs/graphql/inputs/MutationDeletePostVoteInput/variables/mutationDeletePostVoteInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/MutationDeletePostVoteInput/variables/mutationDeletePostVoteInputSchema/index.html @@ -4,7 +4,7 @@ mutationDeletePostVoteInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationDeleteTagFolderInput/variables/MutationDeleteTagFolderInput/index.html b/docs/auto-docs/graphql/inputs/MutationDeleteTagFolderInput/variables/MutationDeleteTagFolderInput/index.html index ee2302ee5a..4d9a565af1 100644 --- a/docs/auto-docs/graphql/inputs/MutationDeleteTagFolderInput/variables/MutationDeleteTagFolderInput/index.html +++ b/docs/auto-docs/graphql/inputs/MutationDeleteTagFolderInput/variables/MutationDeleteTagFolderInput/index.html @@ -4,7 +4,7 @@ MutationDeleteTagFolderInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationDeleteTagFolderInput/variables/mutationDeleteTagFolderInputSchema/index.html b/docs/auto-docs/graphql/inputs/MutationDeleteTagFolderInput/variables/mutationDeleteTagFolderInputSchema/index.html index efc142afad..1d76ef8732 100644 --- a/docs/auto-docs/graphql/inputs/MutationDeleteTagFolderInput/variables/mutationDeleteTagFolderInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/MutationDeleteTagFolderInput/variables/mutationDeleteTagFolderInputSchema/index.html @@ -4,7 +4,7 @@ mutationDeleteTagFolderInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationDeleteTagInput/variables/MutationDeleteTagInput/index.html b/docs/auto-docs/graphql/inputs/MutationDeleteTagInput/variables/MutationDeleteTagInput/index.html index 681f5cedca..c0a7a98535 100644 --- a/docs/auto-docs/graphql/inputs/MutationDeleteTagInput/variables/MutationDeleteTagInput/index.html +++ b/docs/auto-docs/graphql/inputs/MutationDeleteTagInput/variables/MutationDeleteTagInput/index.html @@ -4,7 +4,7 @@ MutationDeleteTagInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationDeleteTagInput/variables/mutationDeleteTagInputSchema/index.html b/docs/auto-docs/graphql/inputs/MutationDeleteTagInput/variables/mutationDeleteTagInputSchema/index.html index b3f321bbe3..2732fdd76c 100644 --- a/docs/auto-docs/graphql/inputs/MutationDeleteTagInput/variables/mutationDeleteTagInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/MutationDeleteTagInput/variables/mutationDeleteTagInputSchema/index.html @@ -4,7 +4,7 @@ mutationDeleteTagInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationDeleteUserInput/variables/MutationDeleteUserInput/index.html b/docs/auto-docs/graphql/inputs/MutationDeleteUserInput/variables/MutationDeleteUserInput/index.html index cdacc2509f..2cc966a9ce 100644 --- a/docs/auto-docs/graphql/inputs/MutationDeleteUserInput/variables/MutationDeleteUserInput/index.html +++ b/docs/auto-docs/graphql/inputs/MutationDeleteUserInput/variables/MutationDeleteUserInput/index.html @@ -4,7 +4,7 @@ MutationDeleteUserInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationDeleteUserInput/variables/mutationDeleteUserInputSchema/index.html b/docs/auto-docs/graphql/inputs/MutationDeleteUserInput/variables/mutationDeleteUserInputSchema/index.html index 3deb5119e7..dcac7e08ce 100644 --- a/docs/auto-docs/graphql/inputs/MutationDeleteUserInput/variables/mutationDeleteUserInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/MutationDeleteUserInput/variables/mutationDeleteUserInputSchema/index.html @@ -4,7 +4,7 @@ mutationDeleteUserInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationDeleteVenueBookingInput/variables/MutationDeleteVenueBookingInput/index.html b/docs/auto-docs/graphql/inputs/MutationDeleteVenueBookingInput/variables/MutationDeleteVenueBookingInput/index.html index 4196bf8db7..f986822644 100644 --- a/docs/auto-docs/graphql/inputs/MutationDeleteVenueBookingInput/variables/MutationDeleteVenueBookingInput/index.html +++ b/docs/auto-docs/graphql/inputs/MutationDeleteVenueBookingInput/variables/MutationDeleteVenueBookingInput/index.html @@ -4,7 +4,7 @@ MutationDeleteVenueBookingInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationDeleteVenueBookingInput/variables/mutationDeleteVenueBookingInputSchema/index.html b/docs/auto-docs/graphql/inputs/MutationDeleteVenueBookingInput/variables/mutationDeleteVenueBookingInputSchema/index.html index 4399d9138e..25ccb379f2 100644 --- a/docs/auto-docs/graphql/inputs/MutationDeleteVenueBookingInput/variables/mutationDeleteVenueBookingInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/MutationDeleteVenueBookingInput/variables/mutationDeleteVenueBookingInputSchema/index.html @@ -4,7 +4,7 @@ mutationDeleteVenueBookingInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationDeleteVenueInput/variables/MutationDeleteVenueInput/index.html b/docs/auto-docs/graphql/inputs/MutationDeleteVenueInput/variables/MutationDeleteVenueInput/index.html index 715eb1f303..09b5e43f30 100644 --- a/docs/auto-docs/graphql/inputs/MutationDeleteVenueInput/variables/MutationDeleteVenueInput/index.html +++ b/docs/auto-docs/graphql/inputs/MutationDeleteVenueInput/variables/MutationDeleteVenueInput/index.html @@ -4,7 +4,7 @@ MutationDeleteVenueInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationDeleteVenueInput/variables/mutationDeleteVenueInputSchema/index.html b/docs/auto-docs/graphql/inputs/MutationDeleteVenueInput/variables/mutationDeleteVenueInputSchema/index.html index 42e2725771..8e005f33ae 100644 --- a/docs/auto-docs/graphql/inputs/MutationDeleteVenueInput/variables/mutationDeleteVenueInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/MutationDeleteVenueInput/variables/mutationDeleteVenueInputSchema/index.html @@ -4,7 +4,7 @@ mutationDeleteVenueInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationSignUpInput/variables/MutationSignUpInput/index.html b/docs/auto-docs/graphql/inputs/MutationSignUpInput/variables/MutationSignUpInput/index.html index 4be7f41b23..2ec62172cb 100644 --- a/docs/auto-docs/graphql/inputs/MutationSignUpInput/variables/MutationSignUpInput/index.html +++ b/docs/auto-docs/graphql/inputs/MutationSignUpInput/variables/MutationSignUpInput/index.html @@ -4,7 +4,7 @@ MutationSignUpInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationSignUpInput/variables/mutationSignUpInputSchema/index.html b/docs/auto-docs/graphql/inputs/MutationSignUpInput/variables/mutationSignUpInputSchema/index.html index e93fc3a8ee..e563c0518c 100644 --- a/docs/auto-docs/graphql/inputs/MutationSignUpInput/variables/mutationSignUpInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/MutationSignUpInput/variables/mutationSignUpInputSchema/index.html @@ -4,7 +4,7 @@ mutationSignUpInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationUpdateAdvertisementInput/variables/MutationUpdateAdvertisementInput/index.html b/docs/auto-docs/graphql/inputs/MutationUpdateAdvertisementInput/variables/MutationUpdateAdvertisementInput/index.html index 31053090e5..b6fd345dc1 100644 --- a/docs/auto-docs/graphql/inputs/MutationUpdateAdvertisementInput/variables/MutationUpdateAdvertisementInput/index.html +++ b/docs/auto-docs/graphql/inputs/MutationUpdateAdvertisementInput/variables/MutationUpdateAdvertisementInput/index.html @@ -4,7 +4,7 @@ MutationUpdateAdvertisementInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationUpdateAdvertisementInput/variables/mutationUpdateAdvertisementInputSchema/index.html b/docs/auto-docs/graphql/inputs/MutationUpdateAdvertisementInput/variables/mutationUpdateAdvertisementInputSchema/index.html index 44ce1f5b3a..97e4353df0 100644 --- a/docs/auto-docs/graphql/inputs/MutationUpdateAdvertisementInput/variables/mutationUpdateAdvertisementInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/MutationUpdateAdvertisementInput/variables/mutationUpdateAdvertisementInputSchema/index.html @@ -4,7 +4,7 @@ mutationUpdateAdvertisementInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationUpdateAgendaFolderInput/variables/MutationUpdateAgendaFolderInput/index.html b/docs/auto-docs/graphql/inputs/MutationUpdateAgendaFolderInput/variables/MutationUpdateAgendaFolderInput/index.html index c1c3861c7c..96a1c4b87d 100644 --- a/docs/auto-docs/graphql/inputs/MutationUpdateAgendaFolderInput/variables/MutationUpdateAgendaFolderInput/index.html +++ b/docs/auto-docs/graphql/inputs/MutationUpdateAgendaFolderInput/variables/MutationUpdateAgendaFolderInput/index.html @@ -4,7 +4,7 @@ MutationUpdateAgendaFolderInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationUpdateAgendaFolderInput/variables/mutationUpdateAgendaFolderInputSchema/index.html b/docs/auto-docs/graphql/inputs/MutationUpdateAgendaFolderInput/variables/mutationUpdateAgendaFolderInputSchema/index.html index 8b68a7c6a1..169561776a 100644 --- a/docs/auto-docs/graphql/inputs/MutationUpdateAgendaFolderInput/variables/mutationUpdateAgendaFolderInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/MutationUpdateAgendaFolderInput/variables/mutationUpdateAgendaFolderInputSchema/index.html @@ -4,7 +4,7 @@ mutationUpdateAgendaFolderInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationUpdateAgendaItemInput/variables/MutationUpdateAgendaItemInput/index.html b/docs/auto-docs/graphql/inputs/MutationUpdateAgendaItemInput/variables/MutationUpdateAgendaItemInput/index.html index dab8738c49..d49f630a75 100644 --- a/docs/auto-docs/graphql/inputs/MutationUpdateAgendaItemInput/variables/MutationUpdateAgendaItemInput/index.html +++ b/docs/auto-docs/graphql/inputs/MutationUpdateAgendaItemInput/variables/MutationUpdateAgendaItemInput/index.html @@ -4,7 +4,7 @@ MutationUpdateAgendaItemInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationUpdateAgendaItemInput/variables/mutationUpdateAgendaItemInputSchema/index.html b/docs/auto-docs/graphql/inputs/MutationUpdateAgendaItemInput/variables/mutationUpdateAgendaItemInputSchema/index.html index d22f9137d0..9b073705ea 100644 --- a/docs/auto-docs/graphql/inputs/MutationUpdateAgendaItemInput/variables/mutationUpdateAgendaItemInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/MutationUpdateAgendaItemInput/variables/mutationUpdateAgendaItemInputSchema/index.html @@ -4,7 +4,7 @@ mutationUpdateAgendaItemInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationUpdateChatInput/variables/MutationUpdateChatInput/index.html b/docs/auto-docs/graphql/inputs/MutationUpdateChatInput/variables/MutationUpdateChatInput/index.html index e03113eae8..ca8337ed2f 100644 --- a/docs/auto-docs/graphql/inputs/MutationUpdateChatInput/variables/MutationUpdateChatInput/index.html +++ b/docs/auto-docs/graphql/inputs/MutationUpdateChatInput/variables/MutationUpdateChatInput/index.html @@ -4,7 +4,7 @@ MutationUpdateChatInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationUpdateChatInput/variables/mutationUpdateChatInputSchema/index.html b/docs/auto-docs/graphql/inputs/MutationUpdateChatInput/variables/mutationUpdateChatInputSchema/index.html index cd0252a1a0..ed24c15955 100644 --- a/docs/auto-docs/graphql/inputs/MutationUpdateChatInput/variables/mutationUpdateChatInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/MutationUpdateChatInput/variables/mutationUpdateChatInputSchema/index.html @@ -4,7 +4,7 @@ mutationUpdateChatInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationUpdateChatMembershipInput/variables/MutationUpdateChatMembershipInput/index.html b/docs/auto-docs/graphql/inputs/MutationUpdateChatMembershipInput/variables/MutationUpdateChatMembershipInput/index.html index 79e02dd5ef..b7a08d3dc6 100644 --- a/docs/auto-docs/graphql/inputs/MutationUpdateChatMembershipInput/variables/MutationUpdateChatMembershipInput/index.html +++ b/docs/auto-docs/graphql/inputs/MutationUpdateChatMembershipInput/variables/MutationUpdateChatMembershipInput/index.html @@ -4,7 +4,7 @@ MutationUpdateChatMembershipInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationUpdateChatMembershipInput/variables/mutationUpdateChatMembershipInputSchema/index.html b/docs/auto-docs/graphql/inputs/MutationUpdateChatMembershipInput/variables/mutationUpdateChatMembershipInputSchema/index.html index e0d3c5b14e..ade95551ac 100644 --- a/docs/auto-docs/graphql/inputs/MutationUpdateChatMembershipInput/variables/mutationUpdateChatMembershipInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/MutationUpdateChatMembershipInput/variables/mutationUpdateChatMembershipInputSchema/index.html @@ -4,7 +4,7 @@ mutationUpdateChatMembershipInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationUpdateChatMessageInput/variables/MutationUpdateChatMessageInput/index.html b/docs/auto-docs/graphql/inputs/MutationUpdateChatMessageInput/variables/MutationUpdateChatMessageInput/index.html index fc77707437..3c5a271d9e 100644 --- a/docs/auto-docs/graphql/inputs/MutationUpdateChatMessageInput/variables/MutationUpdateChatMessageInput/index.html +++ b/docs/auto-docs/graphql/inputs/MutationUpdateChatMessageInput/variables/MutationUpdateChatMessageInput/index.html @@ -4,7 +4,7 @@ MutationUpdateChatMessageInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationUpdateChatMessageInput/variables/mutationUpdateChatMessageInputSchema/index.html b/docs/auto-docs/graphql/inputs/MutationUpdateChatMessageInput/variables/mutationUpdateChatMessageInputSchema/index.html index 74d9222647..acf805d886 100644 --- a/docs/auto-docs/graphql/inputs/MutationUpdateChatMessageInput/variables/mutationUpdateChatMessageInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/MutationUpdateChatMessageInput/variables/mutationUpdateChatMessageInputSchema/index.html @@ -4,7 +4,7 @@ mutationUpdateChatMessageInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationUpdateCommentInput/variables/MutationUpdateCommentInput/index.html b/docs/auto-docs/graphql/inputs/MutationUpdateCommentInput/variables/MutationUpdateCommentInput/index.html index 0bf0aa3590..a5f858453d 100644 --- a/docs/auto-docs/graphql/inputs/MutationUpdateCommentInput/variables/MutationUpdateCommentInput/index.html +++ b/docs/auto-docs/graphql/inputs/MutationUpdateCommentInput/variables/MutationUpdateCommentInput/index.html @@ -4,7 +4,7 @@ MutationUpdateCommentInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationUpdateCommentInput/variables/mutationUpdateCommentInputSchema/index.html b/docs/auto-docs/graphql/inputs/MutationUpdateCommentInput/variables/mutationUpdateCommentInputSchema/index.html index 19906bcea4..6820e17b8f 100644 --- a/docs/auto-docs/graphql/inputs/MutationUpdateCommentInput/variables/mutationUpdateCommentInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/MutationUpdateCommentInput/variables/mutationUpdateCommentInputSchema/index.html @@ -4,7 +4,7 @@ mutationUpdateCommentInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationUpdateCommentVoteInput/variables/MutationUpdateCommentVoteInput/index.html b/docs/auto-docs/graphql/inputs/MutationUpdateCommentVoteInput/variables/MutationUpdateCommentVoteInput/index.html index db1011b8cd..c41fc7eae7 100644 --- a/docs/auto-docs/graphql/inputs/MutationUpdateCommentVoteInput/variables/MutationUpdateCommentVoteInput/index.html +++ b/docs/auto-docs/graphql/inputs/MutationUpdateCommentVoteInput/variables/MutationUpdateCommentVoteInput/index.html @@ -4,7 +4,7 @@ MutationUpdateCommentVoteInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationUpdateCommentVoteInput/variables/mutationUpdateCommentVoteInputSchema/index.html b/docs/auto-docs/graphql/inputs/MutationUpdateCommentVoteInput/variables/mutationUpdateCommentVoteInputSchema/index.html index bc6e959f71..b975bb66c2 100644 --- a/docs/auto-docs/graphql/inputs/MutationUpdateCommentVoteInput/variables/mutationUpdateCommentVoteInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/MutationUpdateCommentVoteInput/variables/mutationUpdateCommentVoteInputSchema/index.html @@ -4,7 +4,7 @@ mutationUpdateCommentVoteInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationUpdateCommunityInput/variables/MutationUpdateCommunityInput/index.html b/docs/auto-docs/graphql/inputs/MutationUpdateCommunityInput/variables/MutationUpdateCommunityInput/index.html index da7ae520d3..24d7babee0 100644 --- a/docs/auto-docs/graphql/inputs/MutationUpdateCommunityInput/variables/MutationUpdateCommunityInput/index.html +++ b/docs/auto-docs/graphql/inputs/MutationUpdateCommunityInput/variables/MutationUpdateCommunityInput/index.html @@ -4,7 +4,7 @@ MutationUpdateCommunityInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationUpdateCommunityInput/variables/mutationUpdateCommunityInputSchema/index.html b/docs/auto-docs/graphql/inputs/MutationUpdateCommunityInput/variables/mutationUpdateCommunityInputSchema/index.html index 15036b02f5..cceec52c0d 100644 --- a/docs/auto-docs/graphql/inputs/MutationUpdateCommunityInput/variables/mutationUpdateCommunityInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/MutationUpdateCommunityInput/variables/mutationUpdateCommunityInputSchema/index.html @@ -4,7 +4,7 @@ mutationUpdateCommunityInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationUpdateCurrentUserInput/variables/MutationUpdateCurrentUserInput/index.html b/docs/auto-docs/graphql/inputs/MutationUpdateCurrentUserInput/variables/MutationUpdateCurrentUserInput/index.html index 11e5e7d9b7..bc54182309 100644 --- a/docs/auto-docs/graphql/inputs/MutationUpdateCurrentUserInput/variables/MutationUpdateCurrentUserInput/index.html +++ b/docs/auto-docs/graphql/inputs/MutationUpdateCurrentUserInput/variables/MutationUpdateCurrentUserInput/index.html @@ -4,7 +4,7 @@ MutationUpdateCurrentUserInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationUpdateCurrentUserInput/variables/mutationUpdateCurrentUserInputSchema/index.html b/docs/auto-docs/graphql/inputs/MutationUpdateCurrentUserInput/variables/mutationUpdateCurrentUserInputSchema/index.html index 47f0603326..596f17f8db 100644 --- a/docs/auto-docs/graphql/inputs/MutationUpdateCurrentUserInput/variables/mutationUpdateCurrentUserInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/MutationUpdateCurrentUserInput/variables/mutationUpdateCurrentUserInputSchema/index.html @@ -4,7 +4,7 @@ mutationUpdateCurrentUserInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationUpdateEventInput/variables/MutationUpdateEventInput/index.html b/docs/auto-docs/graphql/inputs/MutationUpdateEventInput/variables/MutationUpdateEventInput/index.html index 4cb7f3e2ec..b660c78ab1 100644 --- a/docs/auto-docs/graphql/inputs/MutationUpdateEventInput/variables/MutationUpdateEventInput/index.html +++ b/docs/auto-docs/graphql/inputs/MutationUpdateEventInput/variables/MutationUpdateEventInput/index.html @@ -4,7 +4,7 @@ MutationUpdateEventInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationUpdateEventInput/variables/mutationUpdateEventInputSchema/index.html b/docs/auto-docs/graphql/inputs/MutationUpdateEventInput/variables/mutationUpdateEventInputSchema/index.html index a056a19503..39a79eb710 100644 --- a/docs/auto-docs/graphql/inputs/MutationUpdateEventInput/variables/mutationUpdateEventInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/MutationUpdateEventInput/variables/mutationUpdateEventInputSchema/index.html @@ -4,7 +4,7 @@ mutationUpdateEventInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationUpdateFundCampaignInput/variables/MutationUpdateFundCampaignInput/index.html b/docs/auto-docs/graphql/inputs/MutationUpdateFundCampaignInput/variables/MutationUpdateFundCampaignInput/index.html index 12b02332f0..efc69c8265 100644 --- a/docs/auto-docs/graphql/inputs/MutationUpdateFundCampaignInput/variables/MutationUpdateFundCampaignInput/index.html +++ b/docs/auto-docs/graphql/inputs/MutationUpdateFundCampaignInput/variables/MutationUpdateFundCampaignInput/index.html @@ -4,7 +4,7 @@ MutationUpdateFundCampaignInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationUpdateFundCampaignInput/variables/mutationUpdateFundCampaignInputSchema/index.html b/docs/auto-docs/graphql/inputs/MutationUpdateFundCampaignInput/variables/mutationUpdateFundCampaignInputSchema/index.html index c3a25765c7..75390c816a 100644 --- a/docs/auto-docs/graphql/inputs/MutationUpdateFundCampaignInput/variables/mutationUpdateFundCampaignInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/MutationUpdateFundCampaignInput/variables/mutationUpdateFundCampaignInputSchema/index.html @@ -4,7 +4,7 @@ mutationUpdateFundCampaignInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationUpdateFundCampaignPledgeInput/variables/MutationUpdateFundCampaignPledgeInput/index.html b/docs/auto-docs/graphql/inputs/MutationUpdateFundCampaignPledgeInput/variables/MutationUpdateFundCampaignPledgeInput/index.html index b4d6614a51..3ecd49ea45 100644 --- a/docs/auto-docs/graphql/inputs/MutationUpdateFundCampaignPledgeInput/variables/MutationUpdateFundCampaignPledgeInput/index.html +++ b/docs/auto-docs/graphql/inputs/MutationUpdateFundCampaignPledgeInput/variables/MutationUpdateFundCampaignPledgeInput/index.html @@ -4,7 +4,7 @@ MutationUpdateFundCampaignPledgeInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationUpdateFundCampaignPledgeInput/variables/mutationUpdateFundCampaignPledgeInputSchema/index.html b/docs/auto-docs/graphql/inputs/MutationUpdateFundCampaignPledgeInput/variables/mutationUpdateFundCampaignPledgeInputSchema/index.html index ed0a0fa564..f609f6a98d 100644 --- a/docs/auto-docs/graphql/inputs/MutationUpdateFundCampaignPledgeInput/variables/mutationUpdateFundCampaignPledgeInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/MutationUpdateFundCampaignPledgeInput/variables/mutationUpdateFundCampaignPledgeInputSchema/index.html @@ -4,7 +4,7 @@ mutationUpdateFundCampaignPledgeInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationUpdateFundInput/variables/MutationUpdateFundInput/index.html b/docs/auto-docs/graphql/inputs/MutationUpdateFundInput/variables/MutationUpdateFundInput/index.html index b7505c536d..8bf60a738c 100644 --- a/docs/auto-docs/graphql/inputs/MutationUpdateFundInput/variables/MutationUpdateFundInput/index.html +++ b/docs/auto-docs/graphql/inputs/MutationUpdateFundInput/variables/MutationUpdateFundInput/index.html @@ -4,7 +4,7 @@ MutationUpdateFundInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationUpdateFundInput/variables/mutationUpdateFundInputSchema/index.html b/docs/auto-docs/graphql/inputs/MutationUpdateFundInput/variables/mutationUpdateFundInputSchema/index.html index 6556594f0e..2440c19583 100644 --- a/docs/auto-docs/graphql/inputs/MutationUpdateFundInput/variables/mutationUpdateFundInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/MutationUpdateFundInput/variables/mutationUpdateFundInputSchema/index.html @@ -4,7 +4,7 @@ mutationUpdateFundInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationUpdateOrganizationInput/variables/MutationUpdateOrganizationInput/index.html b/docs/auto-docs/graphql/inputs/MutationUpdateOrganizationInput/variables/MutationUpdateOrganizationInput/index.html index e83bf5f7c5..eebf421b7d 100644 --- a/docs/auto-docs/graphql/inputs/MutationUpdateOrganizationInput/variables/MutationUpdateOrganizationInput/index.html +++ b/docs/auto-docs/graphql/inputs/MutationUpdateOrganizationInput/variables/MutationUpdateOrganizationInput/index.html @@ -4,7 +4,7 @@ MutationUpdateOrganizationInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationUpdateOrganizationInput/variables/mutationUpdateOrganizationInputSchema/index.html b/docs/auto-docs/graphql/inputs/MutationUpdateOrganizationInput/variables/mutationUpdateOrganizationInputSchema/index.html index 11d81a4a7e..e47ae55ba2 100644 --- a/docs/auto-docs/graphql/inputs/MutationUpdateOrganizationInput/variables/mutationUpdateOrganizationInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/MutationUpdateOrganizationInput/variables/mutationUpdateOrganizationInputSchema/index.html @@ -4,7 +4,7 @@ mutationUpdateOrganizationInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationUpdateOrganizationMembershipInput/variables/MutationUpdateOrganizationMembershipInput/index.html b/docs/auto-docs/graphql/inputs/MutationUpdateOrganizationMembershipInput/variables/MutationUpdateOrganizationMembershipInput/index.html index 2b2a136bbd..4edc80fd03 100644 --- a/docs/auto-docs/graphql/inputs/MutationUpdateOrganizationMembershipInput/variables/MutationUpdateOrganizationMembershipInput/index.html +++ b/docs/auto-docs/graphql/inputs/MutationUpdateOrganizationMembershipInput/variables/MutationUpdateOrganizationMembershipInput/index.html @@ -4,7 +4,7 @@ MutationUpdateOrganizationMembershipInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationUpdateOrganizationMembershipInput/variables/mutationUpdateOrganizationMembershipInputSchema/index.html b/docs/auto-docs/graphql/inputs/MutationUpdateOrganizationMembershipInput/variables/mutationUpdateOrganizationMembershipInputSchema/index.html index 4dac591214..3426cb45e3 100644 --- a/docs/auto-docs/graphql/inputs/MutationUpdateOrganizationMembershipInput/variables/mutationUpdateOrganizationMembershipInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/MutationUpdateOrganizationMembershipInput/variables/mutationUpdateOrganizationMembershipInputSchema/index.html @@ -4,7 +4,7 @@ mutationUpdateOrganizationMembershipInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationUpdatePostInput/variables/MutationUpdatePostInput/index.html b/docs/auto-docs/graphql/inputs/MutationUpdatePostInput/variables/MutationUpdatePostInput/index.html index 50e24384e3..90d23b920e 100644 --- a/docs/auto-docs/graphql/inputs/MutationUpdatePostInput/variables/MutationUpdatePostInput/index.html +++ b/docs/auto-docs/graphql/inputs/MutationUpdatePostInput/variables/MutationUpdatePostInput/index.html @@ -4,7 +4,7 @@ MutationUpdatePostInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationUpdatePostInput/variables/mutationUpdatePostInputSchema/index.html b/docs/auto-docs/graphql/inputs/MutationUpdatePostInput/variables/mutationUpdatePostInputSchema/index.html index a06027c51c..08b93637dd 100644 --- a/docs/auto-docs/graphql/inputs/MutationUpdatePostInput/variables/mutationUpdatePostInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/MutationUpdatePostInput/variables/mutationUpdatePostInputSchema/index.html @@ -4,7 +4,7 @@ mutationUpdatePostInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationUpdatePostVoteInput/variables/MutationUpdatePostVoteInput/index.html b/docs/auto-docs/graphql/inputs/MutationUpdatePostVoteInput/variables/MutationUpdatePostVoteInput/index.html index 17f0cc7c5e..28d6d4cc82 100644 --- a/docs/auto-docs/graphql/inputs/MutationUpdatePostVoteInput/variables/MutationUpdatePostVoteInput/index.html +++ b/docs/auto-docs/graphql/inputs/MutationUpdatePostVoteInput/variables/MutationUpdatePostVoteInput/index.html @@ -4,7 +4,7 @@ MutationUpdatePostVoteInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationUpdatePostVoteInput/variables/mutationUpdatePostVoteInputSchema/index.html b/docs/auto-docs/graphql/inputs/MutationUpdatePostVoteInput/variables/mutationUpdatePostVoteInputSchema/index.html index 87c8e418e3..4a740739ad 100644 --- a/docs/auto-docs/graphql/inputs/MutationUpdatePostVoteInput/variables/mutationUpdatePostVoteInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/MutationUpdatePostVoteInput/variables/mutationUpdatePostVoteInputSchema/index.html @@ -4,7 +4,7 @@ mutationUpdatePostVoteInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationUpdateTagFolderInput/variables/MutationUpdateTagFolderInput/index.html b/docs/auto-docs/graphql/inputs/MutationUpdateTagFolderInput/variables/MutationUpdateTagFolderInput/index.html index 2f1470ea3d..20a9165d6d 100644 --- a/docs/auto-docs/graphql/inputs/MutationUpdateTagFolderInput/variables/MutationUpdateTagFolderInput/index.html +++ b/docs/auto-docs/graphql/inputs/MutationUpdateTagFolderInput/variables/MutationUpdateTagFolderInput/index.html @@ -4,7 +4,7 @@ MutationUpdateTagFolderInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationUpdateTagFolderInput/variables/mutationUpdateTagFolderInputSchema/index.html b/docs/auto-docs/graphql/inputs/MutationUpdateTagFolderInput/variables/mutationUpdateTagFolderInputSchema/index.html index a3414598bf..b10d19bc30 100644 --- a/docs/auto-docs/graphql/inputs/MutationUpdateTagFolderInput/variables/mutationUpdateTagFolderInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/MutationUpdateTagFolderInput/variables/mutationUpdateTagFolderInputSchema/index.html @@ -4,7 +4,7 @@ mutationUpdateTagFolderInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationUpdateTagInput/variables/MutationUpdateTagInput/index.html b/docs/auto-docs/graphql/inputs/MutationUpdateTagInput/variables/MutationUpdateTagInput/index.html index fa86047492..c94067fafb 100644 --- a/docs/auto-docs/graphql/inputs/MutationUpdateTagInput/variables/MutationUpdateTagInput/index.html +++ b/docs/auto-docs/graphql/inputs/MutationUpdateTagInput/variables/MutationUpdateTagInput/index.html @@ -4,7 +4,7 @@ MutationUpdateTagInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationUpdateTagInput/variables/mutationUpdateTagInputSchema/index.html b/docs/auto-docs/graphql/inputs/MutationUpdateTagInput/variables/mutationUpdateTagInputSchema/index.html index cd4d1aa89d..980c7191aa 100644 --- a/docs/auto-docs/graphql/inputs/MutationUpdateTagInput/variables/mutationUpdateTagInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/MutationUpdateTagInput/variables/mutationUpdateTagInputSchema/index.html @@ -4,7 +4,7 @@ mutationUpdateTagInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationUpdateUserInput/variables/MutationUpdateUserInput/index.html b/docs/auto-docs/graphql/inputs/MutationUpdateUserInput/variables/MutationUpdateUserInput/index.html index 7838c8b44b..42895a1945 100644 --- a/docs/auto-docs/graphql/inputs/MutationUpdateUserInput/variables/MutationUpdateUserInput/index.html +++ b/docs/auto-docs/graphql/inputs/MutationUpdateUserInput/variables/MutationUpdateUserInput/index.html @@ -4,7 +4,7 @@ MutationUpdateUserInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationUpdateUserInput/variables/mutationUpdateUserInputSchema/index.html b/docs/auto-docs/graphql/inputs/MutationUpdateUserInput/variables/mutationUpdateUserInputSchema/index.html index 6b203aae66..97c08e590b 100644 --- a/docs/auto-docs/graphql/inputs/MutationUpdateUserInput/variables/mutationUpdateUserInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/MutationUpdateUserInput/variables/mutationUpdateUserInputSchema/index.html @@ -4,7 +4,7 @@ mutationUpdateUserInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationUpdateVenueInput/variables/MutationUpdateVenueInput/index.html b/docs/auto-docs/graphql/inputs/MutationUpdateVenueInput/variables/MutationUpdateVenueInput/index.html index 3c9dad34ef..cd0af86528 100644 --- a/docs/auto-docs/graphql/inputs/MutationUpdateVenueInput/variables/MutationUpdateVenueInput/index.html +++ b/docs/auto-docs/graphql/inputs/MutationUpdateVenueInput/variables/MutationUpdateVenueInput/index.html @@ -4,7 +4,7 @@ MutationUpdateVenueInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/MutationUpdateVenueInput/variables/mutationUpdateVenueInputSchema/index.html b/docs/auto-docs/graphql/inputs/MutationUpdateVenueInput/variables/mutationUpdateVenueInputSchema/index.html index 503be74781..426d2de87c 100644 --- a/docs/auto-docs/graphql/inputs/MutationUpdateVenueInput/variables/mutationUpdateVenueInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/MutationUpdateVenueInput/variables/mutationUpdateVenueInputSchema/index.html @@ -4,7 +4,7 @@ mutationUpdateVenueInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/QueryAdvertisementInput/variables/QueryAdvertisementInput/index.html b/docs/auto-docs/graphql/inputs/QueryAdvertisementInput/variables/QueryAdvertisementInput/index.html index 9cd809b8e8..e8ff555a23 100644 --- a/docs/auto-docs/graphql/inputs/QueryAdvertisementInput/variables/QueryAdvertisementInput/index.html +++ b/docs/auto-docs/graphql/inputs/QueryAdvertisementInput/variables/QueryAdvertisementInput/index.html @@ -4,7 +4,7 @@ QueryAdvertisementInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/QueryAdvertisementInput/variables/queryAdvertisementInputSchema/index.html b/docs/auto-docs/graphql/inputs/QueryAdvertisementInput/variables/queryAdvertisementInputSchema/index.html index 55e1992cd8..63ceb847dc 100644 --- a/docs/auto-docs/graphql/inputs/QueryAdvertisementInput/variables/queryAdvertisementInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/QueryAdvertisementInput/variables/queryAdvertisementInputSchema/index.html @@ -4,7 +4,7 @@ queryAdvertisementInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/QueryAgendaFolderInput/variables/QueryAgendaFolderInput/index.html b/docs/auto-docs/graphql/inputs/QueryAgendaFolderInput/variables/QueryAgendaFolderInput/index.html index 2eb1fe4308..9c21f114ea 100644 --- a/docs/auto-docs/graphql/inputs/QueryAgendaFolderInput/variables/QueryAgendaFolderInput/index.html +++ b/docs/auto-docs/graphql/inputs/QueryAgendaFolderInput/variables/QueryAgendaFolderInput/index.html @@ -4,7 +4,7 @@ QueryAgendaFolderInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/QueryAgendaFolderInput/variables/queryAgendaFolderInputSchema/index.html b/docs/auto-docs/graphql/inputs/QueryAgendaFolderInput/variables/queryAgendaFolderInputSchema/index.html index f3761fba49..b06041a431 100644 --- a/docs/auto-docs/graphql/inputs/QueryAgendaFolderInput/variables/queryAgendaFolderInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/QueryAgendaFolderInput/variables/queryAgendaFolderInputSchema/index.html @@ -4,7 +4,7 @@ queryAgendaFolderInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/QueryAgendaItemInput/variables/QueryAgendaItemInput/index.html b/docs/auto-docs/graphql/inputs/QueryAgendaItemInput/variables/QueryAgendaItemInput/index.html index 962e592f36..08af28d61c 100644 --- a/docs/auto-docs/graphql/inputs/QueryAgendaItemInput/variables/QueryAgendaItemInput/index.html +++ b/docs/auto-docs/graphql/inputs/QueryAgendaItemInput/variables/QueryAgendaItemInput/index.html @@ -4,7 +4,7 @@ QueryAgendaItemInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/QueryAgendaItemInput/variables/queryAgendaItemInputSchema/index.html b/docs/auto-docs/graphql/inputs/QueryAgendaItemInput/variables/queryAgendaItemInputSchema/index.html index 36d65a2c9a..e44efad642 100644 --- a/docs/auto-docs/graphql/inputs/QueryAgendaItemInput/variables/queryAgendaItemInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/QueryAgendaItemInput/variables/queryAgendaItemInputSchema/index.html @@ -4,7 +4,7 @@ queryAgendaItemInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/QueryChatInput/variables/QueryChatInput/index.html b/docs/auto-docs/graphql/inputs/QueryChatInput/variables/QueryChatInput/index.html index 02522dbe4d..e2e5e7fa5a 100644 --- a/docs/auto-docs/graphql/inputs/QueryChatInput/variables/QueryChatInput/index.html +++ b/docs/auto-docs/graphql/inputs/QueryChatInput/variables/QueryChatInput/index.html @@ -4,7 +4,7 @@ QueryChatInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/QueryChatInput/variables/queryChatInputSchema/index.html b/docs/auto-docs/graphql/inputs/QueryChatInput/variables/queryChatInputSchema/index.html index 7c3267d70d..2254510dfc 100644 --- a/docs/auto-docs/graphql/inputs/QueryChatInput/variables/queryChatInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/QueryChatInput/variables/queryChatInputSchema/index.html @@ -4,7 +4,7 @@ queryChatInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/QueryChatMessageInput/variables/QueryChatMessageInput/index.html b/docs/auto-docs/graphql/inputs/QueryChatMessageInput/variables/QueryChatMessageInput/index.html index 43a1c5eb6c..14540bf196 100644 --- a/docs/auto-docs/graphql/inputs/QueryChatMessageInput/variables/QueryChatMessageInput/index.html +++ b/docs/auto-docs/graphql/inputs/QueryChatMessageInput/variables/QueryChatMessageInput/index.html @@ -4,7 +4,7 @@ QueryChatMessageInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/QueryChatMessageInput/variables/queryChatMessageInputSchema/index.html b/docs/auto-docs/graphql/inputs/QueryChatMessageInput/variables/queryChatMessageInputSchema/index.html index daf627dc7f..8275ae8aab 100644 --- a/docs/auto-docs/graphql/inputs/QueryChatMessageInput/variables/queryChatMessageInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/QueryChatMessageInput/variables/queryChatMessageInputSchema/index.html @@ -4,7 +4,7 @@ queryChatMessageInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/QueryCommentInput/variables/QueryCommentInput/index.html b/docs/auto-docs/graphql/inputs/QueryCommentInput/variables/QueryCommentInput/index.html index b4d7c78565..2471366ed7 100644 --- a/docs/auto-docs/graphql/inputs/QueryCommentInput/variables/QueryCommentInput/index.html +++ b/docs/auto-docs/graphql/inputs/QueryCommentInput/variables/QueryCommentInput/index.html @@ -4,7 +4,7 @@ QueryCommentInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/QueryCommentInput/variables/queryCommentInputSchema/index.html b/docs/auto-docs/graphql/inputs/QueryCommentInput/variables/queryCommentInputSchema/index.html index da2a422c27..fcb0b7844a 100644 --- a/docs/auto-docs/graphql/inputs/QueryCommentInput/variables/queryCommentInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/QueryCommentInput/variables/queryCommentInputSchema/index.html @@ -4,7 +4,7 @@ queryCommentInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/QueryEventInput/variables/QueryEventInput/index.html b/docs/auto-docs/graphql/inputs/QueryEventInput/variables/QueryEventInput/index.html index 2408cf1a24..bf81b2005e 100644 --- a/docs/auto-docs/graphql/inputs/QueryEventInput/variables/QueryEventInput/index.html +++ b/docs/auto-docs/graphql/inputs/QueryEventInput/variables/QueryEventInput/index.html @@ -4,7 +4,7 @@ QueryEventInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/QueryEventInput/variables/queryEventInputSchema/index.html b/docs/auto-docs/graphql/inputs/QueryEventInput/variables/queryEventInputSchema/index.html index a77214bf2a..261c36fc94 100644 --- a/docs/auto-docs/graphql/inputs/QueryEventInput/variables/queryEventInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/QueryEventInput/variables/queryEventInputSchema/index.html @@ -4,7 +4,7 @@ queryEventInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/QueryFundCampaignInput/variables/QueryFundCampaignInput/index.html b/docs/auto-docs/graphql/inputs/QueryFundCampaignInput/variables/QueryFundCampaignInput/index.html index cd3f52314e..dbf55c498b 100644 --- a/docs/auto-docs/graphql/inputs/QueryFundCampaignInput/variables/QueryFundCampaignInput/index.html +++ b/docs/auto-docs/graphql/inputs/QueryFundCampaignInput/variables/QueryFundCampaignInput/index.html @@ -4,7 +4,7 @@ QueryFundCampaignInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/QueryFundCampaignInput/variables/queryFundCampaignInputSchema/index.html b/docs/auto-docs/graphql/inputs/QueryFundCampaignInput/variables/queryFundCampaignInputSchema/index.html index e257d8c18b..bcbaca5f81 100644 --- a/docs/auto-docs/graphql/inputs/QueryFundCampaignInput/variables/queryFundCampaignInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/QueryFundCampaignInput/variables/queryFundCampaignInputSchema/index.html @@ -4,7 +4,7 @@ queryFundCampaignInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/QueryFundCampaignPledgeInput/variables/QueryFundCampaignPledgeInput/index.html b/docs/auto-docs/graphql/inputs/QueryFundCampaignPledgeInput/variables/QueryFundCampaignPledgeInput/index.html index c4437aa7cd..1aee8757b3 100644 --- a/docs/auto-docs/graphql/inputs/QueryFundCampaignPledgeInput/variables/QueryFundCampaignPledgeInput/index.html +++ b/docs/auto-docs/graphql/inputs/QueryFundCampaignPledgeInput/variables/QueryFundCampaignPledgeInput/index.html @@ -4,7 +4,7 @@ QueryFundCampaignPledgeInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/QueryFundCampaignPledgeInput/variables/queryFundCampaignPledgeInputSchema/index.html b/docs/auto-docs/graphql/inputs/QueryFundCampaignPledgeInput/variables/queryFundCampaignPledgeInputSchema/index.html index ff03c8caa4..6a5e883c41 100644 --- a/docs/auto-docs/graphql/inputs/QueryFundCampaignPledgeInput/variables/queryFundCampaignPledgeInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/QueryFundCampaignPledgeInput/variables/queryFundCampaignPledgeInputSchema/index.html @@ -4,7 +4,7 @@ queryFundCampaignPledgeInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/QueryFundInput/variables/QueryFundInput/index.html b/docs/auto-docs/graphql/inputs/QueryFundInput/variables/QueryFundInput/index.html index 48ce31faf0..c4a4c6bbf7 100644 --- a/docs/auto-docs/graphql/inputs/QueryFundInput/variables/QueryFundInput/index.html +++ b/docs/auto-docs/graphql/inputs/QueryFundInput/variables/QueryFundInput/index.html @@ -4,7 +4,7 @@ QueryFundInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/QueryFundInput/variables/queryFundInputSchema/index.html b/docs/auto-docs/graphql/inputs/QueryFundInput/variables/queryFundInputSchema/index.html index dd940a5570..2c3ad1a7ac 100644 --- a/docs/auto-docs/graphql/inputs/QueryFundInput/variables/queryFundInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/QueryFundInput/variables/queryFundInputSchema/index.html @@ -4,7 +4,7 @@ queryFundInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/QueryOrganizationInput/variables/QueryOrganizationInput/index.html b/docs/auto-docs/graphql/inputs/QueryOrganizationInput/variables/QueryOrganizationInput/index.html index 8c365a7ca8..0b48e35d60 100644 --- a/docs/auto-docs/graphql/inputs/QueryOrganizationInput/variables/QueryOrganizationInput/index.html +++ b/docs/auto-docs/graphql/inputs/QueryOrganizationInput/variables/QueryOrganizationInput/index.html @@ -4,7 +4,7 @@ QueryOrganizationInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/QueryOrganizationInput/variables/queryOrganizationInputSchema/index.html b/docs/auto-docs/graphql/inputs/QueryOrganizationInput/variables/queryOrganizationInputSchema/index.html index 2dfb334b76..8d1a69cf7b 100644 --- a/docs/auto-docs/graphql/inputs/QueryOrganizationInput/variables/queryOrganizationInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/QueryOrganizationInput/variables/queryOrganizationInputSchema/index.html @@ -4,7 +4,7 @@ queryOrganizationInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/QueryPostInput/variables/QueryPostInput/index.html b/docs/auto-docs/graphql/inputs/QueryPostInput/variables/QueryPostInput/index.html index 8b6392532c..0e7d2fcba1 100644 --- a/docs/auto-docs/graphql/inputs/QueryPostInput/variables/QueryPostInput/index.html +++ b/docs/auto-docs/graphql/inputs/QueryPostInput/variables/QueryPostInput/index.html @@ -4,7 +4,7 @@ QueryPostInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/QueryPostInput/variables/queryPostInputSchema/index.html b/docs/auto-docs/graphql/inputs/QueryPostInput/variables/queryPostInputSchema/index.html index 72f78f83d2..5c7b06d5b0 100644 --- a/docs/auto-docs/graphql/inputs/QueryPostInput/variables/queryPostInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/QueryPostInput/variables/queryPostInputSchema/index.html @@ -4,7 +4,7 @@ queryPostInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/QuerySignInInput/variables/QuerySignInInput/index.html b/docs/auto-docs/graphql/inputs/QuerySignInInput/variables/QuerySignInInput/index.html index 692fd34c9f..3789409bf2 100644 --- a/docs/auto-docs/graphql/inputs/QuerySignInInput/variables/QuerySignInInput/index.html +++ b/docs/auto-docs/graphql/inputs/QuerySignInInput/variables/QuerySignInInput/index.html @@ -4,7 +4,7 @@ QuerySignInInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/QuerySignInInput/variables/querySignInInputSchema/index.html b/docs/auto-docs/graphql/inputs/QuerySignInInput/variables/querySignInInputSchema/index.html index 643a3662a2..7acdfcdb4a 100644 --- a/docs/auto-docs/graphql/inputs/QuerySignInInput/variables/querySignInInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/QuerySignInInput/variables/querySignInInputSchema/index.html @@ -4,7 +4,7 @@ querySignInInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/QueryTagFolderInput/variables/QueryTagFolderInput/index.html b/docs/auto-docs/graphql/inputs/QueryTagFolderInput/variables/QueryTagFolderInput/index.html index c50a831c70..62cb93d302 100644 --- a/docs/auto-docs/graphql/inputs/QueryTagFolderInput/variables/QueryTagFolderInput/index.html +++ b/docs/auto-docs/graphql/inputs/QueryTagFolderInput/variables/QueryTagFolderInput/index.html @@ -4,7 +4,7 @@ QueryTagFolderInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/QueryTagFolderInput/variables/queryTagFolderInputSchema/index.html b/docs/auto-docs/graphql/inputs/QueryTagFolderInput/variables/queryTagFolderInputSchema/index.html index cf744bbce8..f1383e5ae1 100644 --- a/docs/auto-docs/graphql/inputs/QueryTagFolderInput/variables/queryTagFolderInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/QueryTagFolderInput/variables/queryTagFolderInputSchema/index.html @@ -4,7 +4,7 @@ queryTagFolderInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/QueryTagInput/variables/QueryTagInput/index.html b/docs/auto-docs/graphql/inputs/QueryTagInput/variables/QueryTagInput/index.html index d696cbc1ff..673ecbcf7c 100644 --- a/docs/auto-docs/graphql/inputs/QueryTagInput/variables/QueryTagInput/index.html +++ b/docs/auto-docs/graphql/inputs/QueryTagInput/variables/QueryTagInput/index.html @@ -4,7 +4,7 @@ QueryTagInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/QueryTagInput/variables/queryTagInputSchema/index.html b/docs/auto-docs/graphql/inputs/QueryTagInput/variables/queryTagInputSchema/index.html index 8c2b02dcf5..342d5e4adc 100644 --- a/docs/auto-docs/graphql/inputs/QueryTagInput/variables/queryTagInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/QueryTagInput/variables/queryTagInputSchema/index.html @@ -4,7 +4,7 @@ queryTagInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/QueryUserInput/variables/QueryUserInput/index.html b/docs/auto-docs/graphql/inputs/QueryUserInput/variables/QueryUserInput/index.html index ee3e1ac8f7..e5e8c07194 100644 --- a/docs/auto-docs/graphql/inputs/QueryUserInput/variables/QueryUserInput/index.html +++ b/docs/auto-docs/graphql/inputs/QueryUserInput/variables/QueryUserInput/index.html @@ -4,7 +4,7 @@ QueryUserInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/QueryUserInput/variables/queryUserInputSchema/index.html b/docs/auto-docs/graphql/inputs/QueryUserInput/variables/queryUserInputSchema/index.html index beb2c16562..8584043393 100644 --- a/docs/auto-docs/graphql/inputs/QueryUserInput/variables/queryUserInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/QueryUserInput/variables/queryUserInputSchema/index.html @@ -4,7 +4,7 @@ queryUserInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/QueryVenueInput/variables/QueryVenueInput/index.html b/docs/auto-docs/graphql/inputs/QueryVenueInput/variables/QueryVenueInput/index.html index 67fc9d6e5c..c8aa0b06dc 100644 --- a/docs/auto-docs/graphql/inputs/QueryVenueInput/variables/QueryVenueInput/index.html +++ b/docs/auto-docs/graphql/inputs/QueryVenueInput/variables/QueryVenueInput/index.html @@ -4,7 +4,7 @@ QueryVenueInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/QueryVenueInput/variables/queryVenueInputSchema/index.html b/docs/auto-docs/graphql/inputs/QueryVenueInput/variables/queryVenueInputSchema/index.html index 1677eb4318..dbeb59d07b 100644 --- a/docs/auto-docs/graphql/inputs/QueryVenueInput/variables/queryVenueInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/QueryVenueInput/variables/queryVenueInputSchema/index.html @@ -4,7 +4,7 @@ queryVenueInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/SubscriptionChatMessageCreateInput/variables/SubscriptionChatMessageCreateInput/index.html b/docs/auto-docs/graphql/inputs/SubscriptionChatMessageCreateInput/variables/SubscriptionChatMessageCreateInput/index.html index f796bd5bd7..277f56e0ae 100644 --- a/docs/auto-docs/graphql/inputs/SubscriptionChatMessageCreateInput/variables/SubscriptionChatMessageCreateInput/index.html +++ b/docs/auto-docs/graphql/inputs/SubscriptionChatMessageCreateInput/variables/SubscriptionChatMessageCreateInput/index.html @@ -4,7 +4,7 @@ SubscriptionChatMessageCreateInput | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/inputs/SubscriptionChatMessageCreateInput/variables/subscriptionChatMessageCreateInputSchema/index.html b/docs/auto-docs/graphql/inputs/SubscriptionChatMessageCreateInput/variables/subscriptionChatMessageCreateInputSchema/index.html index a0e83ef3ac..97615c04dc 100644 --- a/docs/auto-docs/graphql/inputs/SubscriptionChatMessageCreateInput/variables/subscriptionChatMessageCreateInputSchema/index.html +++ b/docs/auto-docs/graphql/inputs/SubscriptionChatMessageCreateInput/variables/subscriptionChatMessageCreateInputSchema/index.html @@ -4,7 +4,7 @@ subscriptionChatMessageCreateInputSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/pubsub/type-aliases/PubSub/index.html b/docs/auto-docs/graphql/pubsub/type-aliases/PubSub/index.html index 92a3df3773..7834ab3dd3 100644 --- a/docs/auto-docs/graphql/pubsub/type-aliases/PubSub/index.html +++ b/docs/auto-docs/graphql/pubsub/type-aliases/PubSub/index.html @@ -4,7 +4,7 @@ PubSub | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/pubsub/type-aliases/PubSubPublishArgsByKey/index.html b/docs/auto-docs/graphql/pubsub/type-aliases/PubSubPublishArgsByKey/index.html index cbe897f051..435cec58be 100644 --- a/docs/auto-docs/graphql/pubsub/type-aliases/PubSubPublishArgsByKey/index.html +++ b/docs/auto-docs/graphql/pubsub/type-aliases/PubSubPublishArgsByKey/index.html @@ -4,7 +4,7 @@ PubSubPublishArgsByKey | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/scalars/BigInt/type-aliases/BigInt/index.html b/docs/auto-docs/graphql/scalars/BigInt/type-aliases/BigInt/index.html index 03e74fb514..db5fe867b9 100644 --- a/docs/auto-docs/graphql/scalars/BigInt/type-aliases/BigInt/index.html +++ b/docs/auto-docs/graphql/scalars/BigInt/type-aliases/BigInt/index.html @@ -4,7 +4,7 @@ BigInt | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/scalars/Date/type-aliases/Date/index.html b/docs/auto-docs/graphql/scalars/Date/type-aliases/Date/index.html index b6d1674ae3..653a3fec95 100644 --- a/docs/auto-docs/graphql/scalars/Date/type-aliases/Date/index.html +++ b/docs/auto-docs/graphql/scalars/Date/type-aliases/Date/index.html @@ -4,7 +4,7 @@ Date | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/scalars/DateTime/type-aliases/DateTime/index.html b/docs/auto-docs/graphql/scalars/DateTime/type-aliases/DateTime/index.html index bfd7b30b06..86ae11063d 100644 --- a/docs/auto-docs/graphql/scalars/DateTime/type-aliases/DateTime/index.html +++ b/docs/auto-docs/graphql/scalars/DateTime/type-aliases/DateTime/index.html @@ -4,7 +4,7 @@ DateTime | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/scalars/PhoneNumber/type-aliases/PhoneNumber/index.html b/docs/auto-docs/graphql/scalars/PhoneNumber/type-aliases/PhoneNumber/index.html index f54ee9b19a..565c6f2b99 100644 --- a/docs/auto-docs/graphql/scalars/PhoneNumber/type-aliases/PhoneNumber/index.html +++ b/docs/auto-docs/graphql/scalars/PhoneNumber/type-aliases/PhoneNumber/index.html @@ -4,7 +4,7 @@ PhoneNumber | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/scalars/Upload/type-aliases/Upload/index.html b/docs/auto-docs/graphql/scalars/Upload/type-aliases/Upload/index.html index a07da8d21a..170ef5c579 100644 --- a/docs/auto-docs/graphql/scalars/Upload/type-aliases/Upload/index.html +++ b/docs/auto-docs/graphql/scalars/Upload/type-aliases/Upload/index.html @@ -4,7 +4,7 @@ Upload | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/scalars/type-aliases/ClientCustomScalars/index.html b/docs/auto-docs/graphql/scalars/type-aliases/ClientCustomScalars/index.html index 1cdfe094bf..902c0761d9 100644 --- a/docs/auto-docs/graphql/scalars/type-aliases/ClientCustomScalars/index.html +++ b/docs/auto-docs/graphql/scalars/type-aliases/ClientCustomScalars/index.html @@ -4,7 +4,7 @@ ClientCustomScalars | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/scalars/type-aliases/CustomScalars/index.html b/docs/auto-docs/graphql/scalars/type-aliases/CustomScalars/index.html index 19da3c3fbf..26f546f401 100644 --- a/docs/auto-docs/graphql/scalars/type-aliases/CustomScalars/index.html +++ b/docs/auto-docs/graphql/scalars/type-aliases/CustomScalars/index.html @@ -4,7 +4,7 @@ CustomScalars | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/schema/variables/schema/index.html b/docs/auto-docs/graphql/schema/variables/schema/index.html index dd0a0017f7..ddf29eae06 100644 --- a/docs/auto-docs/graphql/schema/variables/schema/index.html +++ b/docs/auto-docs/graphql/schema/variables/schema/index.html @@ -4,7 +4,7 @@ schema | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/types/Advertisement/Advertisement/type-aliases/Advertisement/index.html b/docs/auto-docs/graphql/types/Advertisement/Advertisement/type-aliases/Advertisement/index.html index 9eb0876251..5012518b6b 100644 --- a/docs/auto-docs/graphql/types/Advertisement/Advertisement/type-aliases/Advertisement/index.html +++ b/docs/auto-docs/graphql/types/Advertisement/Advertisement/type-aliases/Advertisement/index.html @@ -4,7 +4,7 @@ Advertisement | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/types/Advertisement/Advertisement/variables/Advertisement/index.html b/docs/auto-docs/graphql/types/Advertisement/Advertisement/variables/Advertisement/index.html index 9a1709356b..5fcf469717 100644 --- a/docs/auto-docs/graphql/types/Advertisement/Advertisement/variables/Advertisement/index.html +++ b/docs/auto-docs/graphql/types/Advertisement/Advertisement/variables/Advertisement/index.html @@ -4,7 +4,7 @@ Advertisement | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/types/AdvertisementAttachment/AdvertisementAttachment/type-aliases/AdvertisementAttachment/index.html b/docs/auto-docs/graphql/types/AdvertisementAttachment/AdvertisementAttachment/type-aliases/AdvertisementAttachment/index.html index 674c510660..948fbee2e6 100644 --- a/docs/auto-docs/graphql/types/AdvertisementAttachment/AdvertisementAttachment/type-aliases/AdvertisementAttachment/index.html +++ b/docs/auto-docs/graphql/types/AdvertisementAttachment/AdvertisementAttachment/type-aliases/AdvertisementAttachment/index.html @@ -4,7 +4,7 @@ AdvertisementAttachment | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/types/AdvertisementAttachment/AdvertisementAttachment/variables/AdvertisementAttachment/index.html b/docs/auto-docs/graphql/types/AdvertisementAttachment/AdvertisementAttachment/variables/AdvertisementAttachment/index.html index 16586f6f77..d1411ea087 100644 --- a/docs/auto-docs/graphql/types/AdvertisementAttachment/AdvertisementAttachment/variables/AdvertisementAttachment/index.html +++ b/docs/auto-docs/graphql/types/AdvertisementAttachment/AdvertisementAttachment/variables/AdvertisementAttachment/index.html @@ -4,7 +4,7 @@ AdvertisementAttachment | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/types/AgendaFolder/AgendaFolder/type-aliases/AgendaFolder/index.html b/docs/auto-docs/graphql/types/AgendaFolder/AgendaFolder/type-aliases/AgendaFolder/index.html index dced28f3f7..85bc97b9f9 100644 --- a/docs/auto-docs/graphql/types/AgendaFolder/AgendaFolder/type-aliases/AgendaFolder/index.html +++ b/docs/auto-docs/graphql/types/AgendaFolder/AgendaFolder/type-aliases/AgendaFolder/index.html @@ -4,7 +4,7 @@ AgendaFolder | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/types/AgendaFolder/AgendaFolder/variables/AgendaFolder/index.html b/docs/auto-docs/graphql/types/AgendaFolder/AgendaFolder/variables/AgendaFolder/index.html index 665afd817a..b7f6dbe8a2 100644 --- a/docs/auto-docs/graphql/types/AgendaFolder/AgendaFolder/variables/AgendaFolder/index.html +++ b/docs/auto-docs/graphql/types/AgendaFolder/AgendaFolder/variables/AgendaFolder/index.html @@ -4,7 +4,7 @@ AgendaFolder | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/types/AgendaItem/AgendaItem/type-aliases/AgendaItem/index.html b/docs/auto-docs/graphql/types/AgendaItem/AgendaItem/type-aliases/AgendaItem/index.html index 9f01bcef21..35d58559b0 100644 --- a/docs/auto-docs/graphql/types/AgendaItem/AgendaItem/type-aliases/AgendaItem/index.html +++ b/docs/auto-docs/graphql/types/AgendaItem/AgendaItem/type-aliases/AgendaItem/index.html @@ -4,7 +4,7 @@ AgendaItem | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/types/AgendaItem/AgendaItem/variables/AgendaItem/index.html b/docs/auto-docs/graphql/types/AgendaItem/AgendaItem/variables/AgendaItem/index.html index 7ef9987f0c..692ac5c8bb 100644 --- a/docs/auto-docs/graphql/types/AgendaItem/AgendaItem/variables/AgendaItem/index.html +++ b/docs/auto-docs/graphql/types/AgendaItem/AgendaItem/variables/AgendaItem/index.html @@ -4,7 +4,7 @@ AgendaItem | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/types/AuthenticationPayload/type-aliases/AuthenticationPayload/index.html b/docs/auto-docs/graphql/types/AuthenticationPayload/type-aliases/AuthenticationPayload/index.html index 9db0576422..1354e8788b 100644 --- a/docs/auto-docs/graphql/types/AuthenticationPayload/type-aliases/AuthenticationPayload/index.html +++ b/docs/auto-docs/graphql/types/AuthenticationPayload/type-aliases/AuthenticationPayload/index.html @@ -4,7 +4,7 @@ AuthenticationPayload | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/types/AuthenticationPayload/variables/AuthenticationPayload/index.html b/docs/auto-docs/graphql/types/AuthenticationPayload/variables/AuthenticationPayload/index.html index 4f6d5befe4..45765d422f 100644 --- a/docs/auto-docs/graphql/types/AuthenticationPayload/variables/AuthenticationPayload/index.html +++ b/docs/auto-docs/graphql/types/AuthenticationPayload/variables/AuthenticationPayload/index.html @@ -4,7 +4,7 @@ AuthenticationPayload | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/types/Chat/Chat/type-aliases/Chat/index.html b/docs/auto-docs/graphql/types/Chat/Chat/type-aliases/Chat/index.html index bb6c5dffc6..a7f64c11f5 100644 --- a/docs/auto-docs/graphql/types/Chat/Chat/type-aliases/Chat/index.html +++ b/docs/auto-docs/graphql/types/Chat/Chat/type-aliases/Chat/index.html @@ -4,7 +4,7 @@ Chat | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/types/Chat/Chat/variables/Chat/index.html b/docs/auto-docs/graphql/types/Chat/Chat/variables/Chat/index.html index fb2c938279..abd2e4a775 100644 --- a/docs/auto-docs/graphql/types/Chat/Chat/variables/Chat/index.html +++ b/docs/auto-docs/graphql/types/Chat/Chat/variables/Chat/index.html @@ -4,7 +4,7 @@ Chat | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/types/ChatMessage/ChatMessage/type-aliases/ChatMessage/index.html b/docs/auto-docs/graphql/types/ChatMessage/ChatMessage/type-aliases/ChatMessage/index.html index 40a6fdb131..b3a4b085dc 100644 --- a/docs/auto-docs/graphql/types/ChatMessage/ChatMessage/type-aliases/ChatMessage/index.html +++ b/docs/auto-docs/graphql/types/ChatMessage/ChatMessage/type-aliases/ChatMessage/index.html @@ -4,7 +4,7 @@ ChatMessage | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/types/ChatMessage/ChatMessage/variables/ChatMessage/index.html b/docs/auto-docs/graphql/types/ChatMessage/ChatMessage/variables/ChatMessage/index.html index 994ade5189..e14431eb63 100644 --- a/docs/auto-docs/graphql/types/ChatMessage/ChatMessage/variables/ChatMessage/index.html +++ b/docs/auto-docs/graphql/types/ChatMessage/ChatMessage/variables/ChatMessage/index.html @@ -4,7 +4,7 @@ ChatMessage | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/types/Comment/Comment/type-aliases/Comment/index.html b/docs/auto-docs/graphql/types/Comment/Comment/type-aliases/Comment/index.html index 944a9e1bf7..e093f5a0af 100644 --- a/docs/auto-docs/graphql/types/Comment/Comment/type-aliases/Comment/index.html +++ b/docs/auto-docs/graphql/types/Comment/Comment/type-aliases/Comment/index.html @@ -4,7 +4,7 @@ Comment | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/types/Comment/Comment/variables/Comment/index.html b/docs/auto-docs/graphql/types/Comment/Comment/variables/Comment/index.html index 3cc8c9b9e8..f70b4a8cee 100644 --- a/docs/auto-docs/graphql/types/Comment/Comment/variables/Comment/index.html +++ b/docs/auto-docs/graphql/types/Comment/Comment/variables/Comment/index.html @@ -4,7 +4,7 @@ Comment | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/types/Community/Community/type-aliases/Community/index.html b/docs/auto-docs/graphql/types/Community/Community/type-aliases/Community/index.html index b11b91902d..79868a6e50 100644 --- a/docs/auto-docs/graphql/types/Community/Community/type-aliases/Community/index.html +++ b/docs/auto-docs/graphql/types/Community/Community/type-aliases/Community/index.html @@ -4,7 +4,7 @@ Community | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/types/Community/Community/variables/Community/index.html b/docs/auto-docs/graphql/types/Community/Community/variables/Community/index.html index be4c370a88..017dd03e62 100644 --- a/docs/auto-docs/graphql/types/Community/Community/variables/Community/index.html +++ b/docs/auto-docs/graphql/types/Community/Community/variables/Community/index.html @@ -4,7 +4,7 @@ Community | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/types/Event/Event/type-aliases/Event/index.html b/docs/auto-docs/graphql/types/Event/Event/type-aliases/Event/index.html index d3f32411cd..1f37285fcb 100644 --- a/docs/auto-docs/graphql/types/Event/Event/type-aliases/Event/index.html +++ b/docs/auto-docs/graphql/types/Event/Event/type-aliases/Event/index.html @@ -4,7 +4,7 @@ Event | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/types/Event/Event/variables/Event/index.html b/docs/auto-docs/graphql/types/Event/Event/variables/Event/index.html index b6aa378055..e5e4169901 100644 --- a/docs/auto-docs/graphql/types/Event/Event/variables/Event/index.html +++ b/docs/auto-docs/graphql/types/Event/Event/variables/Event/index.html @@ -4,7 +4,7 @@ Event | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/types/EventAttachment/EventAttachment/type-aliases/EventAttachment/index.html b/docs/auto-docs/graphql/types/EventAttachment/EventAttachment/type-aliases/EventAttachment/index.html index 0e4932eb36..397aa6eee6 100644 --- a/docs/auto-docs/graphql/types/EventAttachment/EventAttachment/type-aliases/EventAttachment/index.html +++ b/docs/auto-docs/graphql/types/EventAttachment/EventAttachment/type-aliases/EventAttachment/index.html @@ -4,7 +4,7 @@ EventAttachment | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/types/EventAttachment/EventAttachment/variables/EventAttachment/index.html b/docs/auto-docs/graphql/types/EventAttachment/EventAttachment/variables/EventAttachment/index.html index 4e62337b49..943122f600 100644 --- a/docs/auto-docs/graphql/types/EventAttachment/EventAttachment/variables/EventAttachment/index.html +++ b/docs/auto-docs/graphql/types/EventAttachment/EventAttachment/variables/EventAttachment/index.html @@ -4,7 +4,7 @@ EventAttachment | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/types/Fund/Fund/type-aliases/Fund/index.html b/docs/auto-docs/graphql/types/Fund/Fund/type-aliases/Fund/index.html index 9d4466db12..dc660fd63f 100644 --- a/docs/auto-docs/graphql/types/Fund/Fund/type-aliases/Fund/index.html +++ b/docs/auto-docs/graphql/types/Fund/Fund/type-aliases/Fund/index.html @@ -4,7 +4,7 @@ Fund | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/types/Fund/Fund/variables/Fund/index.html b/docs/auto-docs/graphql/types/Fund/Fund/variables/Fund/index.html index 1eacb8d4d2..048e910433 100644 --- a/docs/auto-docs/graphql/types/Fund/Fund/variables/Fund/index.html +++ b/docs/auto-docs/graphql/types/Fund/Fund/variables/Fund/index.html @@ -4,7 +4,7 @@ Fund | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/types/FundCampaign/FundCampaign/type-aliases/FundCampaign/index.html b/docs/auto-docs/graphql/types/FundCampaign/FundCampaign/type-aliases/FundCampaign/index.html index a2aca9b174..e9385460e1 100644 --- a/docs/auto-docs/graphql/types/FundCampaign/FundCampaign/type-aliases/FundCampaign/index.html +++ b/docs/auto-docs/graphql/types/FundCampaign/FundCampaign/type-aliases/FundCampaign/index.html @@ -4,7 +4,7 @@ FundCampaign | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/types/FundCampaign/FundCampaign/variables/FundCampaign/index.html b/docs/auto-docs/graphql/types/FundCampaign/FundCampaign/variables/FundCampaign/index.html index d38de62003..54edeb9eb3 100644 --- a/docs/auto-docs/graphql/types/FundCampaign/FundCampaign/variables/FundCampaign/index.html +++ b/docs/auto-docs/graphql/types/FundCampaign/FundCampaign/variables/FundCampaign/index.html @@ -4,7 +4,7 @@ FundCampaign | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/types/FundCampaignPledge/FundCampaignPledge/type-aliases/FundCampaignPledge/index.html b/docs/auto-docs/graphql/types/FundCampaignPledge/FundCampaignPledge/type-aliases/FundCampaignPledge/index.html index bc54697f28..84fe501d69 100644 --- a/docs/auto-docs/graphql/types/FundCampaignPledge/FundCampaignPledge/type-aliases/FundCampaignPledge/index.html +++ b/docs/auto-docs/graphql/types/FundCampaignPledge/FundCampaignPledge/type-aliases/FundCampaignPledge/index.html @@ -4,7 +4,7 @@ FundCampaignPledge | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/types/FundCampaignPledge/FundCampaignPledge/variables/FundCampaignPledge/index.html b/docs/auto-docs/graphql/types/FundCampaignPledge/FundCampaignPledge/variables/FundCampaignPledge/index.html index ca1fbee9a2..770a76f620 100644 --- a/docs/auto-docs/graphql/types/FundCampaignPledge/FundCampaignPledge/variables/FundCampaignPledge/index.html +++ b/docs/auto-docs/graphql/types/FundCampaignPledge/FundCampaignPledge/variables/FundCampaignPledge/index.html @@ -4,7 +4,7 @@ FundCampaignPledge | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/types/Organization/Organization/type-aliases/Organization/index.html b/docs/auto-docs/graphql/types/Organization/Organization/type-aliases/Organization/index.html index 05774092b4..ca9225569a 100644 --- a/docs/auto-docs/graphql/types/Organization/Organization/type-aliases/Organization/index.html +++ b/docs/auto-docs/graphql/types/Organization/Organization/type-aliases/Organization/index.html @@ -4,7 +4,7 @@ Organization | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/types/Organization/Organization/variables/Organization/index.html b/docs/auto-docs/graphql/types/Organization/Organization/variables/Organization/index.html index 66ba3077c7..be9efdbd1c 100644 --- a/docs/auto-docs/graphql/types/Organization/Organization/variables/Organization/index.html +++ b/docs/auto-docs/graphql/types/Organization/Organization/variables/Organization/index.html @@ -4,7 +4,7 @@ Organization | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/types/Post/Post/type-aliases/Post/index.html b/docs/auto-docs/graphql/types/Post/Post/type-aliases/Post/index.html index ca35e814b4..912e68a219 100644 --- a/docs/auto-docs/graphql/types/Post/Post/type-aliases/Post/index.html +++ b/docs/auto-docs/graphql/types/Post/Post/type-aliases/Post/index.html @@ -4,7 +4,7 @@ Post | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/types/Post/Post/variables/Post/index.html b/docs/auto-docs/graphql/types/Post/Post/variables/Post/index.html index 5c37401650..f0561d47ac 100644 --- a/docs/auto-docs/graphql/types/Post/Post/variables/Post/index.html +++ b/docs/auto-docs/graphql/types/Post/Post/variables/Post/index.html @@ -4,7 +4,7 @@ Post | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/types/PostAttachment/PostAttachment/type-aliases/PostAttachment/index.html b/docs/auto-docs/graphql/types/PostAttachment/PostAttachment/type-aliases/PostAttachment/index.html index 3f63f33604..de10ab3cba 100644 --- a/docs/auto-docs/graphql/types/PostAttachment/PostAttachment/type-aliases/PostAttachment/index.html +++ b/docs/auto-docs/graphql/types/PostAttachment/PostAttachment/type-aliases/PostAttachment/index.html @@ -4,7 +4,7 @@ PostAttachment | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/types/PostAttachment/PostAttachment/variables/PostAttachment/index.html b/docs/auto-docs/graphql/types/PostAttachment/PostAttachment/variables/PostAttachment/index.html index 8d3ca6b741..d6419de9d3 100644 --- a/docs/auto-docs/graphql/types/PostAttachment/PostAttachment/variables/PostAttachment/index.html +++ b/docs/auto-docs/graphql/types/PostAttachment/PostAttachment/variables/PostAttachment/index.html @@ -4,7 +4,7 @@ PostAttachment | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/types/Tag/Tag/type-aliases/Tag/index.html b/docs/auto-docs/graphql/types/Tag/Tag/type-aliases/Tag/index.html index a023e8334f..8ad62d3eb9 100644 --- a/docs/auto-docs/graphql/types/Tag/Tag/type-aliases/Tag/index.html +++ b/docs/auto-docs/graphql/types/Tag/Tag/type-aliases/Tag/index.html @@ -4,7 +4,7 @@ Tag | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/types/Tag/Tag/variables/Tag/index.html b/docs/auto-docs/graphql/types/Tag/Tag/variables/Tag/index.html index b6b7228091..7122a03696 100644 --- a/docs/auto-docs/graphql/types/Tag/Tag/variables/Tag/index.html +++ b/docs/auto-docs/graphql/types/Tag/Tag/variables/Tag/index.html @@ -4,7 +4,7 @@ Tag | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/types/TagFolder/TagFolder/type-aliases/TagFolder/index.html b/docs/auto-docs/graphql/types/TagFolder/TagFolder/type-aliases/TagFolder/index.html index 38a1db1067..5098c047c9 100644 --- a/docs/auto-docs/graphql/types/TagFolder/TagFolder/type-aliases/TagFolder/index.html +++ b/docs/auto-docs/graphql/types/TagFolder/TagFolder/type-aliases/TagFolder/index.html @@ -4,7 +4,7 @@ TagFolder | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/types/TagFolder/TagFolder/variables/TagFolder/index.html b/docs/auto-docs/graphql/types/TagFolder/TagFolder/variables/TagFolder/index.html index 51707cb686..3678fea07f 100644 --- a/docs/auto-docs/graphql/types/TagFolder/TagFolder/variables/TagFolder/index.html +++ b/docs/auto-docs/graphql/types/TagFolder/TagFolder/variables/TagFolder/index.html @@ -4,7 +4,7 @@ TagFolder | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/types/User/User/type-aliases/User/index.html b/docs/auto-docs/graphql/types/User/User/type-aliases/User/index.html index 0843ce3d36..fe1fa0be6d 100644 --- a/docs/auto-docs/graphql/types/User/User/type-aliases/User/index.html +++ b/docs/auto-docs/graphql/types/User/User/type-aliases/User/index.html @@ -4,7 +4,7 @@ User | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/types/User/User/variables/User/index.html b/docs/auto-docs/graphql/types/User/User/variables/User/index.html index b1cb0e2836..110ce6b133 100644 --- a/docs/auto-docs/graphql/types/User/User/variables/User/index.html +++ b/docs/auto-docs/graphql/types/User/User/variables/User/index.html @@ -4,7 +4,7 @@ User | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/types/Venue/Venue/type-aliases/Venue/index.html b/docs/auto-docs/graphql/types/Venue/Venue/type-aliases/Venue/index.html index 83b6dd8575..917eb96090 100644 --- a/docs/auto-docs/graphql/types/Venue/Venue/type-aliases/Venue/index.html +++ b/docs/auto-docs/graphql/types/Venue/Venue/type-aliases/Venue/index.html @@ -4,7 +4,7 @@ Venue | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/types/Venue/Venue/variables/Venue/index.html b/docs/auto-docs/graphql/types/Venue/Venue/variables/Venue/index.html index 0ef636d002..2d531c18a2 100644 --- a/docs/auto-docs/graphql/types/Venue/Venue/variables/Venue/index.html +++ b/docs/auto-docs/graphql/types/Venue/Venue/variables/Venue/index.html @@ -4,7 +4,7 @@ Venue | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/types/VenueAttachment/VenueAttachment/type-aliases/VenueAttachment/index.html b/docs/auto-docs/graphql/types/VenueAttachment/VenueAttachment/type-aliases/VenueAttachment/index.html index 1b5b15dc9f..eb032da04b 100644 --- a/docs/auto-docs/graphql/types/VenueAttachment/VenueAttachment/type-aliases/VenueAttachment/index.html +++ b/docs/auto-docs/graphql/types/VenueAttachment/VenueAttachment/type-aliases/VenueAttachment/index.html @@ -4,7 +4,7 @@ VenueAttachment | Talawa API Documentation - + diff --git a/docs/auto-docs/graphql/types/VenueAttachment/VenueAttachment/variables/VenueAttachment/index.html b/docs/auto-docs/graphql/types/VenueAttachment/VenueAttachment/variables/VenueAttachment/index.html index a9c3affddd..d621384b4f 100644 --- a/docs/auto-docs/graphql/types/VenueAttachment/VenueAttachment/variables/VenueAttachment/index.html +++ b/docs/auto-docs/graphql/types/VenueAttachment/VenueAttachment/variables/VenueAttachment/index.html @@ -4,7 +4,7 @@ VenueAttachment | Talawa API Documentation - + diff --git a/docs/auto-docs/plugins/drizzleClient/functions/drizzleClient/index.html b/docs/auto-docs/plugins/drizzleClient/functions/drizzleClient/index.html index 770079d87a..19e4ea39cb 100644 --- a/docs/auto-docs/plugins/drizzleClient/functions/drizzleClient/index.html +++ b/docs/auto-docs/plugins/drizzleClient/functions/drizzleClient/index.html @@ -4,7 +4,7 @@ drizzleClient | Talawa API Documentation - + diff --git a/docs/auto-docs/plugins/functions/plugins/index.html b/docs/auto-docs/plugins/functions/plugins/index.html index bf7da1f363..aff87bdbc1 100644 --- a/docs/auto-docs/plugins/functions/plugins/index.html +++ b/docs/auto-docs/plugins/functions/plugins/index.html @@ -4,7 +4,7 @@ plugins | Talawa API Documentation - + diff --git a/docs/auto-docs/plugins/minioClient/functions/minioClient/index.html b/docs/auto-docs/plugins/minioClient/functions/minioClient/index.html index 1135b28e4f..1bed6cdae8 100644 --- a/docs/auto-docs/plugins/minioClient/functions/minioClient/index.html +++ b/docs/auto-docs/plugins/minioClient/functions/minioClient/index.html @@ -4,7 +4,7 @@ minioClient | Talawa API Documentation - + diff --git a/docs/auto-docs/plugins/seedInitialData/functions/default/index.html b/docs/auto-docs/plugins/seedInitialData/functions/default/index.html index 60381d1853..ed703c8228 100644 --- a/docs/auto-docs/plugins/seedInitialData/functions/default/index.html +++ b/docs/auto-docs/plugins/seedInitialData/functions/default/index.html @@ -4,7 +4,7 @@ default | Talawa API Documentation - + diff --git a/docs/auto-docs/routes/functions/routes/index.html b/docs/auto-docs/routes/functions/routes/index.html index ac59910c9c..767b051584 100644 --- a/docs/auto-docs/routes/functions/routes/index.html +++ b/docs/auto-docs/routes/functions/routes/index.html @@ -4,7 +4,7 @@ routes | Talawa API Documentation - + diff --git a/docs/auto-docs/routes/graphql/functions/createContext/index.html b/docs/auto-docs/routes/graphql/functions/createContext/index.html index 3ae0f1f7f0..6e3fef8ed9 100644 --- a/docs/auto-docs/routes/graphql/functions/createContext/index.html +++ b/docs/auto-docs/routes/graphql/functions/createContext/index.html @@ -4,7 +4,7 @@ createContext | Talawa API Documentation - + diff --git a/docs/auto-docs/routes/graphql/functions/graphql/index.html b/docs/auto-docs/routes/graphql/functions/graphql/index.html index 7199b4e873..904dcebee2 100644 --- a/docs/auto-docs/routes/graphql/functions/graphql/index.html +++ b/docs/auto-docs/routes/graphql/functions/graphql/index.html @@ -4,7 +4,7 @@ graphql | Talawa API Documentation - + diff --git a/docs/auto-docs/routes/graphql/type-aliases/CreateContext/index.html b/docs/auto-docs/routes/graphql/type-aliases/CreateContext/index.html index d3ad6ba5db..e886e6c7c5 100644 --- a/docs/auto-docs/routes/graphql/type-aliases/CreateContext/index.html +++ b/docs/auto-docs/routes/graphql/type-aliases/CreateContext/index.html @@ -4,7 +4,7 @@ CreateContext | Talawa API Documentation - + diff --git a/docs/auto-docs/routes/healthcheck/functions/healthcheck/index.html b/docs/auto-docs/routes/healthcheck/functions/healthcheck/index.html index 48677a3b9d..d574f63322 100644 --- a/docs/auto-docs/routes/healthcheck/functions/healthcheck/index.html +++ b/docs/auto-docs/routes/healthcheck/functions/healthcheck/index.html @@ -4,7 +4,7 @@ healthcheck | Talawa API Documentation - + diff --git a/docs/auto-docs/routes/objects/functions/objects/index.html b/docs/auto-docs/routes/objects/functions/objects/index.html index 29baaf6697..dec03c233c 100644 --- a/docs/auto-docs/routes/objects/functions/objects/index.html +++ b/docs/auto-docs/routes/objects/functions/objects/index.html @@ -4,7 +4,7 @@ objects | Talawa API Documentation - + diff --git a/docs/auto-docs/utilities/TalawaGraphQLError/classes/TalawaGraphQLError/index.html b/docs/auto-docs/utilities/TalawaGraphQLError/classes/TalawaGraphQLError/index.html index f39d889af8..50e20092cc 100644 --- a/docs/auto-docs/utilities/TalawaGraphQLError/classes/TalawaGraphQLError/index.html +++ b/docs/auto-docs/utilities/TalawaGraphQLError/classes/TalawaGraphQLError/index.html @@ -4,7 +4,7 @@ TalawaGraphQLError | Talawa API Documentation - + diff --git a/docs/auto-docs/utilities/TalawaGraphQLError/type-aliases/ArgumentsAssociatedResourcesNotFoundExtensions/index.html b/docs/auto-docs/utilities/TalawaGraphQLError/type-aliases/ArgumentsAssociatedResourcesNotFoundExtensions/index.html index 70668e84e4..ceff404b51 100644 --- a/docs/auto-docs/utilities/TalawaGraphQLError/type-aliases/ArgumentsAssociatedResourcesNotFoundExtensions/index.html +++ b/docs/auto-docs/utilities/TalawaGraphQLError/type-aliases/ArgumentsAssociatedResourcesNotFoundExtensions/index.html @@ -4,7 +4,7 @@ ArgumentsAssociatedResourcesNotFoundExtensions | Talawa API Documentation - + diff --git a/docs/auto-docs/utilities/TalawaGraphQLError/type-aliases/ForbiddenActionExtensions/index.html b/docs/auto-docs/utilities/TalawaGraphQLError/type-aliases/ForbiddenActionExtensions/index.html index 0566197feb..e410805864 100644 --- a/docs/auto-docs/utilities/TalawaGraphQLError/type-aliases/ForbiddenActionExtensions/index.html +++ b/docs/auto-docs/utilities/TalawaGraphQLError/type-aliases/ForbiddenActionExtensions/index.html @@ -4,7 +4,7 @@ ForbiddenActionExtensions | Talawa API Documentation - + diff --git a/docs/auto-docs/utilities/TalawaGraphQLError/type-aliases/ForbiddenActionOnArgumentsAssociatedResourcesExtensions/index.html b/docs/auto-docs/utilities/TalawaGraphQLError/type-aliases/ForbiddenActionOnArgumentsAssociatedResourcesExtensions/index.html index 8186d4e098..0ac51d2037 100644 --- a/docs/auto-docs/utilities/TalawaGraphQLError/type-aliases/ForbiddenActionOnArgumentsAssociatedResourcesExtensions/index.html +++ b/docs/auto-docs/utilities/TalawaGraphQLError/type-aliases/ForbiddenActionOnArgumentsAssociatedResourcesExtensions/index.html @@ -4,7 +4,7 @@ ForbiddenActionOnArgumentsAssociatedResourcesExtensions | Talawa API Documentation - + diff --git a/docs/auto-docs/utilities/TalawaGraphQLError/type-aliases/InvalidArgumentsExtensions/index.html b/docs/auto-docs/utilities/TalawaGraphQLError/type-aliases/InvalidArgumentsExtensions/index.html index 2ca4983b61..c14daea443 100644 --- a/docs/auto-docs/utilities/TalawaGraphQLError/type-aliases/InvalidArgumentsExtensions/index.html +++ b/docs/auto-docs/utilities/TalawaGraphQLError/type-aliases/InvalidArgumentsExtensions/index.html @@ -4,7 +4,7 @@ InvalidArgumentsExtensions | Talawa API Documentation - + diff --git a/docs/auto-docs/utilities/TalawaGraphQLError/type-aliases/TalawaGraphQLErrorExtensions/index.html b/docs/auto-docs/utilities/TalawaGraphQLError/type-aliases/TalawaGraphQLErrorExtensions/index.html index cd946440d3..9e003cd990 100644 --- a/docs/auto-docs/utilities/TalawaGraphQLError/type-aliases/TalawaGraphQLErrorExtensions/index.html +++ b/docs/auto-docs/utilities/TalawaGraphQLError/type-aliases/TalawaGraphQLErrorExtensions/index.html @@ -4,7 +4,7 @@ TalawaGraphQLErrorExtensions | Talawa API Documentation - + diff --git a/docs/auto-docs/utilities/TalawaGraphQLError/type-aliases/TalawaGraphQLFormattedError/index.html b/docs/auto-docs/utilities/TalawaGraphQLError/type-aliases/TalawaGraphQLFormattedError/index.html index abefddd1bb..39f819efc7 100644 --- a/docs/auto-docs/utilities/TalawaGraphQLError/type-aliases/TalawaGraphQLFormattedError/index.html +++ b/docs/auto-docs/utilities/TalawaGraphQLError/type-aliases/TalawaGraphQLFormattedError/index.html @@ -4,7 +4,7 @@ TalawaGraphQLFormattedError | Talawa API Documentation - + diff --git a/docs/auto-docs/utilities/TalawaGraphQLError/type-aliases/UnauthenticatedExtensions/index.html b/docs/auto-docs/utilities/TalawaGraphQLError/type-aliases/UnauthenticatedExtensions/index.html index d99c1d4918..6967469a46 100644 --- a/docs/auto-docs/utilities/TalawaGraphQLError/type-aliases/UnauthenticatedExtensions/index.html +++ b/docs/auto-docs/utilities/TalawaGraphQLError/type-aliases/UnauthenticatedExtensions/index.html @@ -4,7 +4,7 @@ UnauthenticatedExtensions | Talawa API Documentation - + diff --git a/docs/auto-docs/utilities/TalawaGraphQLError/type-aliases/UnauthorizedActionExtensions/index.html b/docs/auto-docs/utilities/TalawaGraphQLError/type-aliases/UnauthorizedActionExtensions/index.html index febdacc4c0..741599c0b2 100644 --- a/docs/auto-docs/utilities/TalawaGraphQLError/type-aliases/UnauthorizedActionExtensions/index.html +++ b/docs/auto-docs/utilities/TalawaGraphQLError/type-aliases/UnauthorizedActionExtensions/index.html @@ -4,7 +4,7 @@ UnauthorizedActionExtensions | Talawa API Documentation - + diff --git a/docs/auto-docs/utilities/TalawaGraphQLError/type-aliases/UnauthorizedActionOnArgumentsAssociatedResourcesExtensions/index.html b/docs/auto-docs/utilities/TalawaGraphQLError/type-aliases/UnauthorizedActionOnArgumentsAssociatedResourcesExtensions/index.html index dc1163ae94..ca33b983cb 100644 --- a/docs/auto-docs/utilities/TalawaGraphQLError/type-aliases/UnauthorizedActionOnArgumentsAssociatedResourcesExtensions/index.html +++ b/docs/auto-docs/utilities/TalawaGraphQLError/type-aliases/UnauthorizedActionOnArgumentsAssociatedResourcesExtensions/index.html @@ -4,7 +4,7 @@ UnauthorizedActionOnArgumentsAssociatedResourcesExtensions | Talawa API Documentation - + diff --git a/docs/auto-docs/utilities/TalawaGraphQLError/type-aliases/UnauthorizedArgumentsExtensions/index.html b/docs/auto-docs/utilities/TalawaGraphQLError/type-aliases/UnauthorizedArgumentsExtensions/index.html index 9e35ef7f55..39510a96b0 100644 --- a/docs/auto-docs/utilities/TalawaGraphQLError/type-aliases/UnauthorizedArgumentsExtensions/index.html +++ b/docs/auto-docs/utilities/TalawaGraphQLError/type-aliases/UnauthorizedArgumentsExtensions/index.html @@ -4,7 +4,7 @@ UnauthorizedArgumentsExtensions | Talawa API Documentation - + diff --git a/docs/auto-docs/utilities/TalawaGraphQLError/type-aliases/UnexpectedExtensions/index.html b/docs/auto-docs/utilities/TalawaGraphQLError/type-aliases/UnexpectedExtensions/index.html index e94d109b46..4b1c45a852 100644 --- a/docs/auto-docs/utilities/TalawaGraphQLError/type-aliases/UnexpectedExtensions/index.html +++ b/docs/auto-docs/utilities/TalawaGraphQLError/type-aliases/UnexpectedExtensions/index.html @@ -4,7 +4,7 @@ UnexpectedExtensions | Talawa API Documentation - + diff --git a/docs/auto-docs/utilities/TalawaGraphQLError/variables/defaultTalawaGraphQLErrorMessages/index.html b/docs/auto-docs/utilities/TalawaGraphQLError/variables/defaultTalawaGraphQLErrorMessages/index.html index d071aaae90..4d31a16f53 100644 --- a/docs/auto-docs/utilities/TalawaGraphQLError/variables/defaultTalawaGraphQLErrorMessages/index.html +++ b/docs/auto-docs/utilities/TalawaGraphQLError/variables/defaultTalawaGraphQLErrorMessages/index.html @@ -4,7 +4,7 @@ defaultTalawaGraphQLErrorMessages | Talawa API Documentation - + diff --git a/docs/auto-docs/utilities/defaultGraphQLConnection/functions/transformDefaultGraphQLConnectionArguments/index.html b/docs/auto-docs/utilities/defaultGraphQLConnection/functions/transformDefaultGraphQLConnectionArguments/index.html index 7d18d5bb7c..c192f79e4a 100644 --- a/docs/auto-docs/utilities/defaultGraphQLConnection/functions/transformDefaultGraphQLConnectionArguments/index.html +++ b/docs/auto-docs/utilities/defaultGraphQLConnection/functions/transformDefaultGraphQLConnectionArguments/index.html @@ -4,7 +4,7 @@ transformDefaultGraphQLConnectionArguments | Talawa API Documentation - + diff --git a/docs/auto-docs/utilities/defaultGraphQLConnection/functions/transformToDefaultGraphQLConnection/index.html b/docs/auto-docs/utilities/defaultGraphQLConnection/functions/transformToDefaultGraphQLConnection/index.html index 3f8634b305..994ad29075 100644 --- a/docs/auto-docs/utilities/defaultGraphQLConnection/functions/transformToDefaultGraphQLConnection/index.html +++ b/docs/auto-docs/utilities/defaultGraphQLConnection/functions/transformToDefaultGraphQLConnection/index.html @@ -4,7 +4,7 @@ transformToDefaultGraphQLConnection | Talawa API Documentation - + diff --git a/docs/auto-docs/utilities/defaultGraphQLConnection/type-aliases/DefaultGraphQLConnection/index.html b/docs/auto-docs/utilities/defaultGraphQLConnection/type-aliases/DefaultGraphQLConnection/index.html index f24cd4a2ca..2f3fe6c2a7 100644 --- a/docs/auto-docs/utilities/defaultGraphQLConnection/type-aliases/DefaultGraphQLConnection/index.html +++ b/docs/auto-docs/utilities/defaultGraphQLConnection/type-aliases/DefaultGraphQLConnection/index.html @@ -4,7 +4,7 @@ DefaultGraphQLConnection | Talawa API Documentation - + diff --git a/docs/auto-docs/utilities/defaultGraphQLConnection/type-aliases/DefaultGraphQLConnectionEdge/index.html b/docs/auto-docs/utilities/defaultGraphQLConnection/type-aliases/DefaultGraphQLConnectionEdge/index.html index b4b96e5e2d..f59c27c6ea 100644 --- a/docs/auto-docs/utilities/defaultGraphQLConnection/type-aliases/DefaultGraphQLConnectionEdge/index.html +++ b/docs/auto-docs/utilities/defaultGraphQLConnection/type-aliases/DefaultGraphQLConnectionEdge/index.html @@ -4,7 +4,7 @@ DefaultGraphQLConnectionEdge | Talawa API Documentation - + diff --git a/docs/auto-docs/utilities/defaultGraphQLConnection/type-aliases/DefaultGraphQLConnectionPageInfo/index.html b/docs/auto-docs/utilities/defaultGraphQLConnection/type-aliases/DefaultGraphQLConnectionPageInfo/index.html index 11d1a5610b..4849ee3fd4 100644 --- a/docs/auto-docs/utilities/defaultGraphQLConnection/type-aliases/DefaultGraphQLConnectionPageInfo/index.html +++ b/docs/auto-docs/utilities/defaultGraphQLConnection/type-aliases/DefaultGraphQLConnectionPageInfo/index.html @@ -4,7 +4,7 @@ DefaultGraphQLConnectionPageInfo | Talawa API Documentation - + diff --git a/docs/auto-docs/utilities/defaultGraphQLConnection/type-aliases/ParsedDefaultGraphQLConnectionArguments/index.html b/docs/auto-docs/utilities/defaultGraphQLConnection/type-aliases/ParsedDefaultGraphQLConnectionArguments/index.html index 0b718cf43e..dc91e1df7a 100644 --- a/docs/auto-docs/utilities/defaultGraphQLConnection/type-aliases/ParsedDefaultGraphQLConnectionArguments/index.html +++ b/docs/auto-docs/utilities/defaultGraphQLConnection/type-aliases/ParsedDefaultGraphQLConnectionArguments/index.html @@ -4,7 +4,7 @@ ParsedDefaultGraphQLConnectionArguments | Talawa API Documentation - + diff --git a/docs/auto-docs/utilities/defaultGraphQLConnection/variables/defaultGraphQLConnectionArgumentsSchema/index.html b/docs/auto-docs/utilities/defaultGraphQLConnection/variables/defaultGraphQLConnectionArgumentsSchema/index.html index 21e0e5047b..1ae67fdfdc 100644 --- a/docs/auto-docs/utilities/defaultGraphQLConnection/variables/defaultGraphQLConnectionArgumentsSchema/index.html +++ b/docs/auto-docs/utilities/defaultGraphQLConnection/variables/defaultGraphQLConnectionArgumentsSchema/index.html @@ -4,7 +4,7 @@ defaultGraphQLConnectionArgumentsSchema | Talawa API Documentation - + diff --git a/docs/auto-docs/utilities/getKeyPathsWithNonUndefinedValues/functions/getKeyPathsWithNonUndefinedValues/index.html b/docs/auto-docs/utilities/getKeyPathsWithNonUndefinedValues/functions/getKeyPathsWithNonUndefinedValues/index.html index e8ff9972d6..5aed37b56d 100644 --- a/docs/auto-docs/utilities/getKeyPathsWithNonUndefinedValues/functions/getKeyPathsWithNonUndefinedValues/index.html +++ b/docs/auto-docs/utilities/getKeyPathsWithNonUndefinedValues/functions/getKeyPathsWithNonUndefinedValues/index.html @@ -4,7 +4,7 @@ getKeyPathsWithNonUndefinedValues | Talawa API Documentation - + diff --git a/docs/auto-docs/utilities/isNotNullish/functions/isNotNullish/index.html b/docs/auto-docs/utilities/isNotNullish/functions/isNotNullish/index.html index 546f716d2c..e0017a66d0 100644 --- a/docs/auto-docs/utilities/isNotNullish/functions/isNotNullish/index.html +++ b/docs/auto-docs/utilities/isNotNullish/functions/isNotNullish/index.html @@ -4,7 +4,7 @@ isNotNullish | Talawa API Documentation - + diff --git a/docs/developer-resources/introduction/index.html b/docs/developer-resources/introduction/index.html index 9545930a01..c19e9dcb83 100644 --- a/docs/developer-resources/introduction/index.html +++ b/docs/developer-resources/introduction/index.html @@ -4,7 +4,7 @@ Introduction | Talawa API Documentation - + diff --git a/docs/developer-resources/operation/index.html b/docs/developer-resources/operation/index.html index 714a3640b7..6e303349d0 100644 --- a/docs/developer-resources/operation/index.html +++ b/docs/developer-resources/operation/index.html @@ -4,7 +4,7 @@ Operation | Talawa API Documentation - + diff --git a/docs/developer-resources/pnpm-scripts/index.html b/docs/developer-resources/pnpm-scripts/index.html index 548f81d475..8c37b68c8b 100644 --- a/docs/developer-resources/pnpm-scripts/index.html +++ b/docs/developer-resources/pnpm-scripts/index.html @@ -4,7 +4,7 @@ PNPM Scripts | Talawa API Documentation - + diff --git a/docs/developer-resources/testing/index.html b/docs/developer-resources/testing/index.html index a27da53f24..03bff39b9b 100644 --- a/docs/developer-resources/testing/index.html +++ b/docs/developer-resources/testing/index.html @@ -4,7 +4,7 @@ Testing & Validation | Talawa API Documentation - + diff --git a/docs/developer-resources/troubleshooting/index.html b/docs/developer-resources/troubleshooting/index.html index d4628cae6a..c7869223b8 100644 --- a/docs/developer-resources/troubleshooting/index.html +++ b/docs/developer-resources/troubleshooting/index.html @@ -4,7 +4,7 @@ Operation | Talawa API Documentation - + diff --git a/docs/index.html b/docs/index.html index 75460ff9f1..a2ec07be3b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -4,7 +4,7 @@ Introduction | Talawa API Documentation - + diff --git a/docs/installation/environment-variables/index.html b/docs/installation/environment-variables/index.html index 45c4a42e3b..b6d8ec4712 100644 --- a/docs/installation/environment-variables/index.html +++ b/docs/installation/environment-variables/index.html @@ -4,7 +4,7 @@ Environment Variables | Talawa API Documentation - + diff --git a/docs/installation/index.html b/docs/installation/index.html index d946462e49..7a4820ef85 100644 --- a/docs/installation/index.html +++ b/docs/installation/index.html @@ -4,7 +4,7 @@ Installation | Talawa API Documentation - + @@ -253,7 +253,10 @@

D
    pnpm run start_development_server_with_debugger

Note: These commands will start the server in development mode.

+

Sample Users

+

Below is a table of sample user data.

+
NameEmail AddressPasswordRole
Wilt Shepherdtestsuperadmin@example.comPass@123administrator
Vyvyan Kerrytestadmin1@example.comPass@123administrator
Loyd Solomontestadmin2@example.comPass@123administrator
Darcy Wilftestadmin3@example.comPass@123administrator
Harve Lancetestuser1@example.comPass@123regular
Praise Norristestuser2@example.comPass@123regular
Scott Tonytestuser3@example.comPass@123regular
Teresa Bradleytestuser4@example.comPass@123regular
Bruce Garzatestuser5@example.comPass@123regular
Burton Sanderstestuser6@example.comPass@123regular
Jeramy Garciatestuser7@example.comPass@123regular
Deanne Markstestuser8@example.comPass@123regular
Romeo Hollandtestuser9@example.comPass@123regular
Carla Nguyentestuser10@example.comPass@123regular
Peggy Bowerstestuser11@example.comPass@123regular

Testing and Validation

-

Please refer to the Testing and Validation Page for more details

+

Please refer to the Testing and Validation Page for more details

\ No newline at end of file diff --git a/index.html b/index.html index 4b3ec35bb2..19ca353c0e 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ Talawa-Docs: Powered by The Palisadoes - +