Skip to content

No mongo action items #3385

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
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:30
Defined in: [src/createServer.ts:30](https://github.com/NishantSinghhhhh/talawa-api/blob/097322c0353ac6926bd36bdd4ea38c52c0dfde5d/src/createServer.ts#L30)

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
Defined in: [src/drizzle/enums/advertisementAttachmentMimeType.ts:8](https://github.com/NishantSinghhhhh/talawa-api/blob/097322c0353ac6926bd36bdd4ea38c52c0dfde5d/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
Defined in: [src/drizzle/enums/advertisementType.ts:6](https://github.com/NishantSinghhhhh/talawa-api/blob/097322c0353ac6926bd36bdd4ea38c52c0dfde5d/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
Defined in: [src/drizzle/enums/agendaItemType.ts:6](https://github.com/NishantSinghhhhh/talawa-api/blob/097322c0353ac6926bd36bdd4ea38c52c0dfde5d/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
Defined in: [src/drizzle/enums/chatMembershipRole.ts:6](https://github.com/NishantSinghhhhh/talawa-api/blob/097322c0353ac6926bd36bdd4ea38c52c0dfde5d/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
Defined in: [src/drizzle/enums/commentVoteType.ts:6](https://github.com/NishantSinghhhhh/talawa-api/blob/097322c0353ac6926bd36bdd4ea38c52c0dfde5d/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
Defined in: [src/drizzle/enums/eventAttachmentMimeType.ts:8](https://github.com/NishantSinghhhhh/talawa-api/blob/097322c0353ac6926bd36bdd4ea38c52c0dfde5d/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
Defined in: [src/drizzle/enums/familyMembershipRole.ts:6](https://github.com/NishantSinghhhhh/talawa-api/blob/097322c0353ac6926bd36bdd4ea38c52c0dfde5d/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
Defined in: [src/drizzle/enums/imageMimeType.ts:6](https://github.com/NishantSinghhhhh/talawa-api/blob/097322c0353ac6926bd36bdd4ea38c52c0dfde5d/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
Defined in: [src/drizzle/enums/iso3166Alpha2CountryCode.ts:6](https://github.com/NishantSinghhhhh/talawa-api/blob/097322c0353ac6926bd36bdd4ea38c52c0dfde5d/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
Defined in: [src/drizzle/enums/iso4217CurrencyCode.ts:6](https://github.com/NishantSinghhhhh/talawa-api/blob/097322c0353ac6926bd36bdd4ea38c52c0dfde5d/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
Defined in: [src/drizzle/enums/iso639Set1LanguageCode.ts:6](https://github.com/NishantSinghhhhh/talawa-api/blob/097322c0353ac6926bd36bdd4ea38c52c0dfde5d/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,4 +6,4 @@

> `const` **MembershipRequestStatusEnum**: `EnumRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../../graphql/context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../../graphql/scalars/type-aliases/CustomScalars.md); \}\>, `"pending"` \| `"approved"` \| `"rejected"`, `"pending"` \| `"approved"` \| `"rejected"`\>

Defined in: src/drizzle/enums/membershipRequestStatus.ts:3
Defined in: [src/drizzle/enums/membershipRequestStatus.ts:3](https://github.com/NishantSinghhhhh/talawa-api/blob/097322c0353ac6926bd36bdd4ea38c52c0dfde5d/src/drizzle/enums/membershipRequestStatus.ts#L3)
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

> `const` **MembershipRequestStatusValues**: readonly \[`"pending"`, `"approved"`, `"rejected"`\]

Defined in: src/drizzle/enums/membershipRequestStatus.ts:12
Defined in: [src/drizzle/enums/membershipRequestStatus.ts:12](https://github.com/NishantSinghhhhh/talawa-api/blob/097322c0353ac6926bd36bdd4ea38c52c0dfde5d/src/drizzle/enums/membershipRequestStatus.ts#L12)
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
Defined in: [src/drizzle/enums/organizationMembershipRole.ts:6](https://github.com/NishantSinghhhhh/talawa-api/blob/097322c0353ac6926bd36bdd4ea38c52c0dfde5d/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,4 +6,4 @@

> `const` **graphqlMimeTypeEnum**: `string`[]

Defined in: src/drizzle/enums/postAttachmentMimeType.ts:21
Defined in: [src/drizzle/enums/postAttachmentMimeType.ts:21](https://github.com/NishantSinghhhhh/talawa-api/blob/097322c0353ac6926bd36bdd4ea38c52c0dfde5d/src/drizzle/enums/postAttachmentMimeType.ts#L21)
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

> `const` **mimeTypeMapping**: `object`

Defined in: src/drizzle/enums/postAttachmentMimeType.ts:3
Defined in: [src/drizzle/enums/postAttachmentMimeType.ts:3](https://github.com/NishantSinghhhhh/talawa-api/blob/097322c0353ac6926bd36bdd4ea38c52c0dfde5d/src/drizzle/enums/postAttachmentMimeType.ts#L3)

## Type declaration

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

> `const` **postAttachmentMimeTypeEnum**: `ZodEnum`\<\[`"image/avif"`, `"image/jpeg"`, `"image/png"`, `"image/webp"`, `"video/mp4"`, `"video/webm"`\]\>

Defined in: src/drizzle/enums/postAttachmentMimeType.ts:12
Defined in: [src/drizzle/enums/postAttachmentMimeType.ts:12](https://github.com/NishantSinghhhhh/talawa-api/blob/097322c0353ac6926bd36bdd4ea38c52c0dfde5d/src/drizzle/enums/postAttachmentMimeType.ts#L12)
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
Defined in: [src/drizzle/enums/postVoteType.ts:6](https://github.com/NishantSinghhhhh/talawa-api/blob/097322c0353ac6926bd36bdd4ea38c52c0dfde5d/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
Defined in: [src/drizzle/enums/userEducationGrade.ts:6](https://github.com/NishantSinghhhhh/talawa-api/blob/097322c0353ac6926bd36bdd4ea38c52c0dfde5d/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
Defined in: [src/drizzle/enums/userEmploymentStatus.ts:6](https://github.com/NishantSinghhhhh/talawa-api/blob/097322c0353ac6926bd36bdd4ea38c52c0dfde5d/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
Defined in: [src/drizzle/enums/userMaritalStatus.ts:6](https://github.com/NishantSinghhhhh/talawa-api/blob/097322c0353ac6926bd36bdd4ea38c52c0dfde5d/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
Defined in: [src/drizzle/enums/userNatalSex.ts:6](https://github.com/NishantSinghhhhh/talawa-api/blob/097322c0353ac6926bd36bdd4ea38c52c0dfde5d/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
Defined in: [src/drizzle/enums/userRole.ts:6](https://github.com/NishantSinghhhhh/talawa-api/blob/097322c0353ac6926bd36bdd4ea38c52c0dfde5d/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
Defined in: [src/drizzle/enums/venueAttachmentMimeType.ts:8](https://github.com/NishantSinghhhhh/talawa-api/blob/097322c0353ac6926bd36bdd4ea38c52c0dfde5d/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
Defined in: [src/drizzle/enums/videoMimeType.ts:6](https://github.com/NishantSinghhhhh/talawa-api/blob/097322c0353ac6926bd36bdd4ea38c52c0dfde5d/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
Defined in: [src/drizzle/enums/volunteerGroupAssignmentInviteStatus.ts:6](https://github.com/NishantSinghhhhh/talawa-api/blob/097322c0353ac6926bd36bdd4ea38c52c0dfde5d/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
Defined in: [src/drizzle/tables/actionCategories.ts:16](https://github.com/NishantSinghhhhh/talawa-api/blob/097322c0353ac6926bd36bdd4ea38c52c0dfde5d/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
Defined in: [src/drizzle/tables/actionCategories.ts:68](https://github.com/NishantSinghhhhh/talawa-api/blob/097322c0353ac6926bd36bdd4ea38c52c0dfde5d/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
Defined in: [src/drizzle/tables/actions.ts:17](https://github.com/NishantSinghhhhh/talawa-api/blob/097322c0353ac6926bd36bdd4ea38c52c0dfde5d/src/drizzle/tables/actions.ts#L17)
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[Admin Docs](/)

***

# Variable: actionsTableInsertSchema

> `const` **actionsTableInsertSchema**: `BuildSchema`\<`"insert"`, \{ `assignedAt`: `PgColumn`\<\{\}, \{\}, \{\}\>; `assigneeId`: `PgColumn`\<\{\}, \{\}, \{\}\>; `categoryId`: `PgColumn`\<\{\}, \{\}, \{\}\>; `completionAt`: `PgColumn`\<\{\}, \{\}, \{\}\>; `createdAt`: `PgColumn`\<\{\}, \{\}, \{\}\>; `creatorId`: `PgColumn`\<\{\}, \{\}, \{\}\>; `eventId`: `PgColumn`\<\{\}, \{\}, \{\}\>; `id`: `PgColumn`\<\{\}, \{\}, \{\}\>; `isCompleted`: `PgColumn`\<\{\}, \{\}, \{\}\>; `organizationId`: `PgColumn`\<\{\}, \{\}, \{\}\>; `postCompletionNotes`: `PgColumn`\<\{\}, \{\}, \{\}\>; `preCompletionNotes`: `PgColumn`\<\{\}, \{\}, \{\}\>; `updatedAt`: `PgColumn`\<\{\}, \{\}, \{\}\>; `updaterId`: `PgColumn`\<\{\}, \{\}, \{\}\>; \}, `undefined`\>

Defined in: [src/drizzle/tables/actions.ts:120](https://github.com/NishantSinghhhhh/talawa-api/blob/097322c0353ac6926bd36bdd4ea38c52c0dfde5d/src/drizzle/tables/actions.ts#L120)
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
Defined in: [src/drizzle/tables/actions.ts:86](https://github.com/NishantSinghhhhh/talawa-api/blob/097322c0353ac6926bd36bdd4ea38c52c0dfde5d/src/drizzle/tables/actions.ts#L86)
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
Defined in: [src/drizzle/tables/advertisementAttachments.ts:11](https://github.com/NishantSinghhhhh/talawa-api/blob/097322c0353ac6926bd36bdd4ea38c52c0dfde5d/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
Defined in: [src/drizzle/tables/advertisementAttachments.ts:106](https://github.com/NishantSinghhhhh/talawa-api/blob/097322c0353ac6926bd36bdd4ea38c52c0dfde5d/src/drizzle/tables/advertisementAttachments.ts#L106)
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

> `const` **advertisementAttachmentsTableRelations**: `Relations`\<`"advertisement_attachments"`, \{ `advertisement`: `One`\<`"advertisements"`, `true`\>; `creator`: `One`\<`"users"`, `false`\>; `updater`: `One`\<`"users"`, `false`\>; \}\>

Defined in: src/drizzle/tables/advertisementAttachments.ts:75
Defined in: [src/drizzle/tables/advertisementAttachments.ts:75](https://github.com/NishantSinghhhhh/talawa-api/blob/097322c0353ac6926bd36bdd4ea38c52c0dfde5d/src/drizzle/tables/advertisementAttachments.ts#L75)
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

> `const` **advertisementsTable**: `PgTableWithColumns`\<\{\}\>

Defined in: src/drizzle/tables/advertisements.ts:20
Defined in: [src/drizzle/tables/advertisements.ts:20](https://github.com/NishantSinghhhhh/talawa-api/blob/097322c0353ac6926bd36bdd4ea38c52c0dfde5d/src/drizzle/tables/advertisements.ts#L20)

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

> `const` **advertisementsTableInsertSchema**: `BuildSchema`\<`"insert"`, \{ `createdAt`: `PgColumn`\<\{\}, \{\}, \{\}\>; `creatorId`: `PgColumn`\<\{\}, \{\}, \{\}\>; `description`: `PgColumn`\<\{\}, \{\}, \{\}\>; `endAt`: `PgColumn`\<\{\}, \{\}, \{\}\>; `id`: `PgColumn`\<\{\}, \{\}, \{\}\>; `name`: `PgColumn`\<\{\}, \{\}, \{\}\>; `organizationId`: `PgColumn`\<\{\}, \{\}, \{\}\>; `startAt`: `PgColumn`\<\{\}, \{\}, \{\}\>; `type`: `PgColumn`\<\{\}, \{\}, \{\}\>; `updatedAt`: `PgColumn`\<\{\}, \{\}, \{\}\>; `updaterId`: `PgColumn`\<\{\}, \{\}, \{\}\>; \}, \{ `endAt`: `ZodTypeAny` \| (`schema`) => `ZodTypeAny`; `name`: `ZodTypeAny` \| (`schema`) => `ZodTypeAny`; `organizationId`: `ZodTypeAny` \| (`schema`) => `ZodTypeAny`; `startAt`: `ZodTypeAny` \| (`schema`) => `ZodTypeAny`; `type`: `ZodTypeAny` \| (`schema`) => `ZodTypeAny`; \}\>

Defined in: src/drizzle/tables/advertisements.ts:148
Defined in: [src/drizzle/tables/advertisements.ts:148](https://github.com/NishantSinghhhhh/talawa-api/blob/097322c0353ac6926bd36bdd4ea38c52c0dfde5d/src/drizzle/tables/advertisements.ts#L148)
Loading
Loading