Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/join_button_mutation' into join_…
Browse files Browse the repository at this point in the history
…button_mutation
  • Loading branch information
khushipatil1523 committed Mar 9, 2025
2 parents 09d8ee7 + eb46df2 commit bbd8ece
Show file tree
Hide file tree
Showing 430 changed files with 1,346 additions and 465 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"initializeCommand": "/bin/sh -c '[ ! -f .env ] && cp ./envFiles/.env.devcontainer ./.env || true'",
"name": "talawa_api",
"overrideCommand": true,
"postCreateCommand": "sudo chown talawa:talawa ./.pnpm-store ./node_modules && fnm install && fnm use && corepack enable npm && corepack enable && corepack install && pnpm install && pnpm start_development_server",
"postCreateCommand": "sudo chown talawa:talawa ./.pnpm-store ./node_modules && fnm install && fnm use && corepack enable npm && corepack enable && corepack install && pnpm install",
"postStartCommand": "pnpm install",
"remoteUser": "talawa",
"service": "api",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ jobs:
uses: VeryGoodOpenSource/very_good_coverage@v2
with:
path: "./coverage/lcov.info"
min_coverage: 48.6
min_coverage: 49.0

Test-Docusaurus-Deployment:
name: Test Deployment to https://docs-api.talawa.io
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

> **createServer**(`options`?): `Promise`\<`FastifyInstance`\<`Server`\<*typeof* `IncomingMessage`, *typeof* `ServerResponse`\>, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `TypeBoxTypeProvider`\>\>
Defined in: [src/createServer.ts:29](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/createServer.ts#L29)
Defined in: [src/createServer.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/createServer.ts#L29)

This function is used to set up the fastify server.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

> `const` **advertisementAttachmentMimeTypeEnum**: `ZodEnum`\<\[`"image/avif"`, `"image/jpeg"`, `"image/png"`, `"image/webp"`, `"video/mp4"`, `"video/webm"`\]\>
Defined in: [src/drizzle/enums/advertisementAttachmentMimeType.ts:8](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/enums/advertisementAttachmentMimeType.ts#L8)
Defined in: [src/drizzle/enums/advertisementAttachmentMimeType.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/enums/advertisementAttachmentMimeType.ts#L8)

Possible variants of the type of an attachement of an advertisement.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

> `const` **advertisementTypeEnum**: `ZodEnum`\<\[`"banner"`, `"menu"`, `"pop_up"`\]\>
Defined in: [src/drizzle/enums/advertisementType.ts:6](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/enums/advertisementType.ts#L6)
Defined in: [src/drizzle/enums/advertisementType.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/enums/advertisementType.ts#L6)

Possible variants of the type of an advertisement.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

> `const` **agendaItemTypeEnum**: `ZodEnum`\<\[`"general"`, `"note"`, `"scripture"`, `"song"`\]\>
Defined in: [src/drizzle/enums/agendaItemType.ts:6](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/enums/agendaItemType.ts#L6)
Defined in: [src/drizzle/enums/agendaItemType.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/enums/agendaItemType.ts#L6)

Possible variants of the type of an agenda item.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

> `const` **chatMembershipRoleEnum**: `ZodEnum`\<\[`"administrator"`, `"regular"`\]\>
Defined in: [src/drizzle/enums/chatMembershipRole.ts:6](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/enums/chatMembershipRole.ts#L6)
Defined in: [src/drizzle/enums/chatMembershipRole.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/enums/chatMembershipRole.ts#L6)

Possible variants of the role assigned to a user within a chat.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

> `const` **commentVoteTypeEnum**: `ZodEnum`\<\[`"down_vote"`, `"up_vote"`\]\>
Defined in: [src/drizzle/enums/commentVoteType.ts:6](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/enums/commentVoteType.ts#L6)
Defined in: [src/drizzle/enums/commentVoteType.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/enums/commentVoteType.ts#L6)

Possible variants of the type of of a vote on a comment.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

> `const` **eventAttachmentMimeTypeEnum**: `ZodEnum`\<\[`"image/avif"`, `"image/jpeg"`, `"image/png"`, `"image/webp"`, `"video/mp4"`, `"video/webm"`\]\>
Defined in: [src/drizzle/enums/eventAttachmentMimeType.ts:8](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/enums/eventAttachmentMimeType.ts#L8)
Defined in: [src/drizzle/enums/eventAttachmentMimeType.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/enums/eventAttachmentMimeType.ts#L8)

Possible variants of the type of an attachement of an event.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

> `const` **familyMembershipRoleEnum**: `ZodEnum`\<\[`"adult"`, `"child"`, `"head_of_household"`, `"spouse"`\]\>
Defined in: [src/drizzle/enums/familyMembershipRole.ts:6](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/enums/familyMembershipRole.ts#L6)
Defined in: [src/drizzle/enums/familyMembershipRole.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/enums/familyMembershipRole.ts#L6)

Possible variants of the role of a user in a family(if applicable).
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

> `const` **imageMimeTypeEnum**: `ZodEnum`\<\[`"image/avif"`, `"image/jpeg"`, `"image/png"`, `"image/webp"`\]\>
Defined in: [src/drizzle/enums/imageMimeType.ts:6](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/enums/imageMimeType.ts#L6)
Defined in: [src/drizzle/enums/imageMimeType.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/enums/imageMimeType.ts#L6)

Possible variants of the type of an image.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

> `const` **iso3166Alpha2CountryCodeEnum**: `ZodEnum`\<\[`"ad"`, `"ae"`, `"af"`, `"ag"`, `"ai"`, `"al"`, `"am"`, `"ao"`, `"aq"`, `"ar"`, `"as"`, `"at"`, `"au"`, `"aw"`, `"ax"`, `"az"`, `"ba"`, `"bb"`, `"bd"`, `"be"`, `"bf"`, `"bg"`, `"bh"`, `"bi"`, `"bj"`, `"bl"`, `"bm"`, `"bn"`, `"bo"`\]\>
Defined in: [src/drizzle/enums/iso3166Alpha2CountryCode.ts:6](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/enums/iso3166Alpha2CountryCode.ts#L6)
Defined in: [src/drizzle/enums/iso3166Alpha2CountryCode.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/enums/iso3166Alpha2CountryCode.ts#L6)

Possible variants of the two-letter country code defined in ISO 3166-1, part of the ISO 3166 standard published by the International Organization for Standardization (ISO), to represent countries, dependent territories, and special areas of geographical interest. More information at this link: [https://en.wikipedia.org/wiki/List\_of\_ISO\_3166\_country\_codes](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes).
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

> `const` **iso4217CurrencyCodeEnum**: `ZodEnum`\<\[`"AED"`, `"AFN"`, `"ALL"`, `"AMD"`, `"ANG"`, `"AOA"`, `"ARS"`, `"AUD"`, `"AWG"`, `"AZN"`, `"BAM"`, `"BBD"`, `"BDT"`, `"BGN"`, `"BHD"`, `"BIF"`, `"BMD"`, `"BND"`, `"BOB"`, `"BOV"`, `"BRL"`, `"BSD"`, `"BTN"`, `"BWP"`, `"BYN"`\]\>
Defined in: [src/drizzle/enums/iso4217CurrencyCode.ts:6](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/enums/iso4217CurrencyCode.ts#L6)
Defined in: [src/drizzle/enums/iso4217CurrencyCode.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/enums/iso4217CurrencyCode.ts#L6)

Possible variants of the currency code defined in ISO 4217 standard published by the International Organization for Standardization (ISO) which defines alpha codes and numeric codes for the representation of currencies and provides information about the relationships between individual currencies and their minor units. More information at this link: [https://en.wikipedia.org/wiki/ISO\_4217#Active\_codes\_(list\_one)](https://en.wikipedia.org/wiki/ISO_4217#Active_codes_(list_one)).
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

> `const` **iso639Set1LanguageCodeEnum**: `ZodEnum`\<\[`"aa"`, `"ab"`, `"ae"`, `"af"`, `"ak"`, `"am"`, `"an"`, `"ar"`, `"as"`, `"av"`, `"ay"`, `"az"`, `"ba"`, `"be"`, `"bg"`, `"bi"`, `"bm"`, `"bn"`, `"bo"`, `"br"`, `"bs"`, `"ca"`, `"ce"`, `"ch"`, `"co"`, `"cr"`, `"cs"`, `"cu"`, `"cv"`\]\>
Defined in: [src/drizzle/enums/iso639Set1LanguageCode.ts:6](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/enums/iso639Set1LanguageCode.ts#L6)
Defined in: [src/drizzle/enums/iso639Set1LanguageCode.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/enums/iso639Set1LanguageCode.ts#L6)

Possible variants of the two-letter language code defined in ISO 639-1, part of the ISO 639 standard published by the International Organization for Standardization (ISO), to represent natural languages. More information at this link: [https://en.wikipedia.org/wiki/List\_of\_ISO\_639\_language\_codes](https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes).
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

> `const` **organizationMembershipRoleEnum**: `ZodEnum`\<\[`"administrator"`, `"regular"`\]\>
Defined in: [src/drizzle/enums/organizationMembershipRole.ts:6](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/enums/organizationMembershipRole.ts#L6)
Defined in: [src/drizzle/enums/organizationMembershipRole.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/enums/organizationMembershipRole.ts#L6)

Possible variants of the role assigned to a user within an organization.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

> `const` **postAttachmentMimeTypeEnum**: `ZodEnum`\<\[`"image/avif"`, `"image/jpeg"`, `"image/png"`, `"image/webp"`, `"video/mp4"`, `"video/webm"`\]\>
Defined in: [src/drizzle/enums/postAttachmentMimeType.ts:8](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/enums/postAttachmentMimeType.ts#L8)
Defined in: [src/drizzle/enums/postAttachmentMimeType.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/enums/postAttachmentMimeType.ts#L8)

Possible variants of the type of an attachement of a post.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

> `const` **postVoteTypeEnum**: `ZodEnum`\<\[`"down_vote"`, `"up_vote"`\]\>
Defined in: [src/drizzle/enums/postVoteType.ts:6](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/enums/postVoteType.ts#L6)
Defined in: [src/drizzle/enums/postVoteType.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/enums/postVoteType.ts#L6)

Possible variants of the type of a vote on a post.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

> `const` **userEducationGradeEnum**: `ZodEnum`\<\[`"grade_1"`, `"grade_2"`, `"grade_3"`, `"grade_4"`, `"grade_5"`, `"grade_6"`, `"grade_7"`, `"grade_8"`, `"grade_9"`, `"grade_10"`, `"grade_11"`, `"grade_12"`, `"graduate"`, `"kg"`, `"no_grade"`, `"pre_kg"`\]\>
Defined in: [src/drizzle/enums/userEducationGrade.ts:6](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/enums/userEducationGrade.ts#L6)
Defined in: [src/drizzle/enums/userEducationGrade.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/enums/userEducationGrade.ts#L6)

Possible variants of the education grade(if applicable) of a user.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

> `const` **userEmploymentStatusEnum**: `ZodEnum`\<\[`"full_time"`, `"part_time"`, `"unemployed"`\]\>
Defined in: [src/drizzle/enums/userEmploymentStatus.ts:6](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/enums/userEmploymentStatus.ts#L6)
Defined in: [src/drizzle/enums/userEmploymentStatus.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/enums/userEmploymentStatus.ts#L6)

Possible variants of the employment status(if applicable) of a user.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

> `const` **userMaritalStatusEnum**: `ZodEnum`\<\[`"divorced"`, `"engaged"`, `"married"`, `"seperated"`, `"single"`, `"widowed"`\]\>
Defined in: [src/drizzle/enums/userMaritalStatus.ts:6](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/enums/userMaritalStatus.ts#L6)
Defined in: [src/drizzle/enums/userMaritalStatus.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/enums/userMaritalStatus.ts#L6)

Possible variants of the martial status(if applicable) of a user.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

> `const` **userNatalSexEnum**: `ZodEnum`\<\[`"female"`, `"intersex"`, `"male"`\]\>
Defined in: [src/drizzle/enums/userNatalSex.ts:6](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/enums/userNatalSex.ts#L6)
Defined in: [src/drizzle/enums/userNatalSex.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/enums/userNatalSex.ts#L6)

Possible variants of the sex assigned to a user at birth.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

> `const` **userRoleEnum**: `ZodEnum`\<\[`"administrator"`, `"regular"`\]\>
Defined in: [src/drizzle/enums/userRole.ts:6](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/enums/userRole.ts#L6)
Defined in: [src/drizzle/enums/userRole.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/enums/userRole.ts#L6)

Possible variants of the role assigned to a user.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

> `const` **venueAttachmentMimeTypeEnum**: `ZodEnum`\<\[`"image/avif"`, `"image/jpeg"`, `"image/png"`, `"image/webp"`, `"video/mp4"`, `"video/webm"`\]\>
Defined in: [src/drizzle/enums/venueAttachmentMimeType.ts:8](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/enums/venueAttachmentMimeType.ts#L8)
Defined in: [src/drizzle/enums/venueAttachmentMimeType.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/enums/venueAttachmentMimeType.ts#L8)

Possible variants of the type of an attachement of an event venue.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

> `const` **videoMimeTypeEnum**: `ZodEnum`\<\[`"video/mp4"`, `"video/webm"`\]\>
Defined in: [src/drizzle/enums/videoMimeType.ts:6](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/enums/videoMimeType.ts#L6)
Defined in: [src/drizzle/enums/videoMimeType.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/enums/videoMimeType.ts#L6)

Possible variants of the type of a video.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

> `const` **volunteerGroupAssignmentInviteStatusEnum**: `ZodEnum`\<\[`"accepted"`, `"declined"`, `"no_response"`\]\>
Defined in: [src/drizzle/enums/volunteerGroupAssignmentInviteStatus.ts:6](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/enums/volunteerGroupAssignmentInviteStatus.ts#L6)
Defined in: [src/drizzle/enums/volunteerGroupAssignmentInviteStatus.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/enums/volunteerGroupAssignmentInviteStatus.ts#L6)

Possible variants of the status of the assignment of a user in an event's volunteer group.
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

> `const` **actionCategoriesTable**: `PgTableWithColumns`\<\{\}\>
Defined in: [src/drizzle/tables/actionCategories.ts:16](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/actionCategories.ts#L16)
Defined in: [src/drizzle/tables/actionCategories.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/actionCategories.ts#L16)
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

> `const` **actionCategoriesTableRelations**: `Relations`\<`"action_categories"`, \{ `actionsWhereCategory`: `Many`\<`"actions"`\>; `creator`: `One`\<`"users"`, `false`\>; `organization`: `One`\<`"organizations"`, `true`\>; `updater`: `One`\<`"users"`, `false`\>; \}\>
Defined in: [src/drizzle/tables/actionCategories.ts:68](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/actionCategories.ts#L68)
Defined in: [src/drizzle/tables/actionCategories.ts:68](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/actionCategories.ts#L68)
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

> `const` **actionsTable**: `PgTableWithColumns`\<\{\}\>
Defined in: [src/drizzle/tables/actions.ts:16](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/actions.ts#L16)
Defined in: [src/drizzle/tables/actions.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/actions.ts#L16)
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

> `const` **actionsTableRelations**: `Relations`\<`"actions"`, \{ `assignee`: `One`\<`"users"`, `false`\>; `category`: `One`\<`"action_categories"`, `false`\>; `creator`: `One`\<`"users"`, `false`\>; `event`: `One`\<`"events"`, `false`\>; `organization`: `One`\<`"organizations"`, `true`\>; `updater`: `One`\<`"users"`, `false`\>; \}\>
Defined in: [src/drizzle/tables/actions.ts:98](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/actions.ts#L98)
Defined in: [src/drizzle/tables/actions.ts:98](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/actions.ts#L98)
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

> `const` **advertisementAttachmentsTable**: `PgTableWithColumns`\<\{\}\>
Defined in: [src/drizzle/tables/advertisementAttachments.ts:11](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/advertisementAttachments.ts#L11)
Defined in: [src/drizzle/tables/advertisementAttachments.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/advertisementAttachments.ts#L11)

Drizzle orm postgres table definition for advertisement attachments.
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

> `const` **advertisementAttachmentsTableInsertSchema**: `BuildSchema`\<`"insert"`, \{ `advertisementId`: `PgColumn`\<\{\}, \{\}, \{\}\>; `createdAt`: `PgColumn`\<\{\}, \{\}, \{\}\>; `creatorId`: `PgColumn`\<\{\}, \{\}, \{\}\>; `mimeType`: `PgColumn`\<\{\}, \{\}, \{\}\>; `name`: `PgColumn`\<\{\}, \{\}, \{\}\>; `updatedAt`: `PgColumn`\<\{\}, \{\}, \{\}\>; `updaterId`: `PgColumn`\<\{\}, \{\}, \{\}\>; \}, \{ `name`: (`schema`) => `ZodArray`\<ZodArray\<ZodArray\<ZodArray\<ZodArray\<ZodArray\<ZodArray\<ZodArray\<ZodArray\<ZodArray\<ZodArray\<ZodArray\<..., "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, `"many"`\>; \}\>
Defined in: [src/drizzle/tables/advertisementAttachments.ts:106](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/advertisementAttachments.ts#L106)
Defined in: [src/drizzle/tables/advertisementAttachments.ts:106](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/advertisementAttachments.ts#L106)
Loading

0 comments on commit bbd8ece

Please sign in to comment.