@calcom/atoms 1.0.113 → 1.1.0-booker
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +22 -1
- package/dist/{AddressInput-KB6kz8jd.js → AddressInput-6TIOefqU.js} +3 -3
- package/dist/{AlbyPriceComponent-oomi1mi5.js → AlbyPriceComponent-zZlkVZTy.js} +29 -29
- package/dist/{PhoneInput-PW7Cwn_k.js → PhoneInput-_EJl7Rqu.js} +1 -1
- package/dist/cal-atoms.js +5 -36
- package/dist/index-4kA2xtz7.js +1957 -0
- package/dist/index-ESVL5ZDq.js +82852 -0
- package/dist/{index-zYn1uiuE.js → index-_P-UqUYu.js} +1 -1
- package/dist/packages/dayjs/locales.d.ts +1 -0
- package/dist/packages/dayjs/locales.d.ts.map +1 -1
- package/dist/packages/features/bookings/Booker/Booker.d.ts.map +1 -1
- package/dist/packages/features/bookings/Booker/components/DatePicker.d.ts +2 -8
- package/dist/packages/features/bookings/Booker/components/DatePicker.d.ts.map +1 -1
- package/dist/packages/features/bookings/Booker/components/hooks/useBookings.d.ts +2 -1
- package/dist/packages/features/bookings/Booker/components/hooks/useBookings.d.ts.map +1 -1
- package/dist/packages/features/bookings/Booker/components/hooks/useCalendars.d.ts +4 -0
- package/dist/packages/features/bookings/Booker/components/hooks/useCalendars.d.ts.map +1 -1
- package/dist/packages/features/bookings/Booker/types.d.ts +9 -8
- package/dist/packages/features/bookings/Booker/types.d.ts.map +1 -1
- package/dist/packages/features/bookings/lib/book-event-form/booking-to-mutation-input-mapper.d.ts +2 -1
- package/dist/packages/features/bookings/lib/book-event-form/booking-to-mutation-input-mapper.d.ts.map +1 -1
- package/dist/packages/features/bookings/lib/getBookingToDelete.d.ts +5 -0
- package/dist/packages/features/bookings/lib/getBookingToDelete.d.ts.map +1 -1
- package/dist/packages/features/bookings/lib/handleCancelBooking.d.ts.map +1 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/ensureAvailableUsers.d.ts +18 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/ensureAvailableUsers.d.ts.map +1 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/getEventType.d.ts +22 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/getEventType.d.ts.map +1 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/getEventTypesFromDB.d.ts +18 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/getEventTypesFromDB.d.ts.map +1 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/loadUsers.d.ts +14 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/loadUsers.d.ts.map +1 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/originalRescheduledBookingUtils.d.ts +4 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/originalRescheduledBookingUtils.d.ts.map +1 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/test/round-robin-no-hosts.test.d.ts +2 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/test/round-robin-no-hosts.test.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/test/team-bookings/collective-reschedule-destination-calendar.test.d.ts +5 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/test/team-bookings/collective-reschedule-destination-calendar.test.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/handleNewBooking.d.ts.map +1 -1
- package/dist/packages/features/ee/billing/credit-service.d.ts.map +1 -1
- package/dist/packages/features/ee/billing/stripe-billling-service.d.ts.map +1 -1
- package/dist/packages/features/ee/billing/teams/team-billing.repository.interface.d.ts +1 -1
- package/dist/packages/features/ee/billing/teams/team-billing.repository.interface.d.ts.map +1 -1
- package/dist/packages/features/ee/round-robin/roundRobinManualReassignment.d.ts +4 -0
- package/dist/packages/features/ee/round-robin/roundRobinManualReassignment.d.ts.map +1 -1
- package/dist/packages/features/ee/workflows/api/scheduleSMSReminders.d.ts.map +1 -1
- package/dist/packages/features/ee/workflows/lib/getWorkflowReminders.d.ts +1 -2
- package/dist/packages/features/ee/workflows/lib/getWorkflowReminders.d.ts.map +1 -1
- package/dist/packages/features/ee/workflows/lib/reminders/messageDispatcher.d.ts +2 -0
- package/dist/packages/features/ee/workflows/lib/reminders/messageDispatcher.d.ts.map +1 -1
- package/dist/packages/features/ee/workflows/lib/reminders/smsReminderManager.d.ts.map +1 -1
- package/dist/packages/features/ee/workflows/lib/reminders/whatsappReminderManager.d.ts +0 -1
- package/dist/packages/features/ee/workflows/lib/reminders/whatsappReminderManager.d.ts.map +1 -1
- package/dist/packages/features/eventtypes/components/Locations.d.ts.map +1 -1
- package/dist/packages/features/eventtypes/components/tabs/limits/EventLimitsTab.d.ts.map +1 -1
- package/dist/packages/features/eventtypes/components/tabs/limits/MaxActiveBookingsPerBookerController.d.ts +9 -1
- package/dist/packages/features/eventtypes/components/tabs/limits/MaxActiveBookingsPerBookerController.d.ts.map +1 -1
- package/dist/packages/features/eventtypes/lib/getPublicEvent.d.ts +1 -1
- package/dist/packages/features/eventtypes/lib/getPublicEvent.d.ts.map +1 -1
- package/dist/packages/features/schedules/components/Schedule.d.ts.map +1 -1
- package/dist/packages/features/shell/navigation/NavigationItem.d.ts.map +1 -1
- package/dist/packages/platform/atoms/availability/AvailabilitySettings.d.ts +14 -13
- package/dist/packages/platform/atoms/availability/AvailabilitySettings.d.ts.map +1 -1
- package/dist/packages/platform/atoms/availability/wrappers/AvailabilitySettingsPlatformWrapper.d.ts +1 -2
- package/dist/packages/platform/atoms/availability/wrappers/AvailabilitySettingsPlatformWrapper.d.ts.map +1 -1
- package/dist/packages/platform/atoms/booker/BookerPlatformWrapper.d.ts.map +1 -1
- package/dist/packages/platform/atoms/event-types/hooks/useAtomEventTypeById.d.ts +4 -0
- package/dist/packages/platform/atoms/event-types/hooks/useAtomEventTypeById.d.ts.map +1 -1
- package/dist/packages/platform/atoms/event-types/hooks/usePlatformTabsNavigations.d.ts +1 -1
- package/dist/packages/platform/atoms/hooks/bookings/useHandleBookEvent.d.ts +2 -1
- package/dist/packages/platform/atoms/hooks/bookings/useHandleBookEvent.d.ts.map +1 -1
- package/dist/packages/platform/atoms/hooks/schedules/useAtomSchedule.d.ts +1 -0
- package/dist/packages/platform/atoms/hooks/schedules/useAtomSchedule.d.ts.map +1 -1
- package/dist/packages/platform/atoms/hooks/useConnectedCalendars.d.ts +6 -0
- package/dist/packages/platform/atoms/hooks/useConnectedCalendars.d.ts.map +1 -1
- package/dist/packages/platform/atoms/index.d.ts +0 -32
- package/dist/packages/platform/atoms/index.d.ts.map +1 -1
- package/dist/packages/platform/libraries/repositories.d.ts +9 -0
- package/dist/packages/platform/libraries/repositories.d.ts.map +1 -0
- package/dist/packages/platform/libraries/slots.d.ts +2 -2
- package/dist/packages/platform/libraries/slots.d.ts.map +1 -1
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/create-booking.input.d.ts +11 -2
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/create-booking.input.d.ts.map +1 -1
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/language.d.ts +2 -1
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/language.d.ts.map +1 -1
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/mark-absent.input.d.ts +2 -2
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/mark-absent.input.d.ts.map +1 -1
- package/dist/packages/platform/types/bookings/2024-08-13/outputs/booking.output.d.ts +4 -3
- package/dist/packages/platform/types/bookings/2024-08-13/outputs/booking.output.d.ts.map +1 -1
- package/dist/packages/platform/types/slots/slots-2024-09-04/inputs/get-slots.input.d.ts +4 -0
- package/dist/packages/platform/types/slots/slots-2024-09-04/inputs/get-slots.input.d.ts.map +1 -1
- package/dist/packages/prisma/zod/deployment.d.ts +3 -0
- package/dist/packages/prisma/zod/deployment.d.ts.map +1 -1
- package/dist/packages/prisma/zod/destinationcalendar.d.ts +6 -0
- package/dist/packages/prisma/zod/destinationcalendar.d.ts.map +1 -1
- package/dist/packages/prisma/zod/role.d.ts +3 -0
- package/dist/packages/prisma/zod/role.d.ts.map +1 -1
- package/dist/packages/prisma/zod/selectedcalendar.d.ts +6 -0
- package/dist/packages/prisma/zod/selectedcalendar.d.ts.map +1 -1
- package/dist/packages/prisma-client/index.d.ts +316 -3
- package/dist/packages/trpc/react/shared.d.ts +1 -1
- package/dist/packages/trpc/react/shared.d.ts.map +1 -1
- package/dist/packages/trpc/server/routers/viewer/slots/getSchedule.handler.d.ts.map +1 -1
- package/dist/packages/trpc/server/routers/viewer/slots/reserveSlot.handler.d.ts.map +1 -1
- package/dist/packages/trpc/server/routers/viewer/slots/util.d.ts +50 -2027
- package/dist/packages/trpc/server/routers/viewer/slots/util.d.ts.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +6 -4
- package/dist/AppCard-QiR8Srh9.js +0 -281
- package/dist/AppListCardPlatformWrapper-h2jM2g95.js +0 -9
- package/dist/AppListCardWebWrapper-OFBgjlYM.js +0 -74
- package/dist/AppSettingsInterface-7COrVrq0.js +0 -29
- package/dist/AppSettingsInterface-dKlvoMv2.js +0 -75
- package/dist/AppSettingsInterface-pbYlc78L.js +0 -23
- package/dist/DateRangePicker-PzwyBx1B.js +0 -2405
- package/dist/EventTypeAppCardInterface-3x755JiU.js +0 -34
- package/dist/EventTypeAppCardInterface-507LHevd.js +0 -41
- package/dist/EventTypeAppCardInterface-5ThkZk8K.js +0 -31
- package/dist/EventTypeAppCardInterface-73IWOiiD.js +0 -39
- package/dist/EventTypeAppCardInterface-75U5VYai.js +0 -24
- package/dist/EventTypeAppCardInterface-8LbWeqrI.js +0 -34
- package/dist/EventTypeAppCardInterface-DAchEAmi.js +0 -24
- package/dist/EventTypeAppCardInterface-FqmTQynb.js +0 -34
- package/dist/EventTypeAppCardInterface-Hlu0jFWw.js +0 -86
- package/dist/EventTypeAppCardInterface-NTtL7BeB.js +0 -34
- package/dist/EventTypeAppCardInterface-RaliX3yn.js +0 -34
- package/dist/EventTypeAppCardInterface-UAnlpa_7.js +0 -49
- package/dist/EventTypeAppCardInterface-UTxxrcvC.js +0 -42
- package/dist/EventTypeAppCardInterface-YyYQcCLb.js +0 -32
- package/dist/EventTypeAppCardInterface-aiQ1O2Fx.js +0 -33
- package/dist/EventTypeAppCardInterface-bPaHnrrw.js +0 -41
- package/dist/EventTypeAppCardInterface-gNG7CLUC.js +0 -24
- package/dist/EventTypeAppCardInterface-kzZe7_nW.js +0 -34
- package/dist/EventTypeAppCardInterface-qnzgEVgx.js +0 -34
- package/dist/EventTypeAppCardInterface-qv1aKHZi.js +0 -42
- package/dist/EventTypeAppCardInterface-sM5oG-nM.js +0 -51
- package/dist/EventTypeAppCardInterface-sca6lBYk.js +0 -24
- package/dist/EventTypeAppCardInterface-tUKSDdlH.js +0 -51
- package/dist/EventTypeAppCardInterface-ti-rNnZb.js +0 -32
- package/dist/EventTypeAppCardInterface-wu_3YRX-.js +0 -696
- package/dist/EventTypeAppCardInterface-wzbXpbmI.js +0 -24
- package/dist/EventTypeAppSettingsInterface--vQ93o16.js +0 -24
- package/dist/EventTypeAppSettingsInterface-9lNYGi2n.js +0 -43
- package/dist/EventTypeAppSettingsInterface-DMrIHmgd.js +0 -120
- package/dist/EventTypeAppSettingsInterface-KHIuFGBN.js +0 -78
- package/dist/EventTypeAppSettingsInterface-L1Xo8tyr.js +0 -298
- package/dist/EventTypeAppSettingsInterface-Pu5B82S0.js +0 -25
- package/dist/EventTypeAppSettingsInterface-R_ad05AV.js +0 -23
- package/dist/EventTypeAppSettingsInterface-YWfWvEU3.js +0 -48
- package/dist/EventTypeAppSettingsInterface-_RDwKkaA.js +0 -221
- package/dist/EventTypeAppSettingsInterface-btPUVD8h.js +0 -23
- package/dist/EventTypeAppSettingsInterface-c2021R4F.js +0 -42
- package/dist/EventTypeAppSettingsInterface-tKBioveg.js +0 -72
- package/dist/InstallAppButton-Iv6u_RfE.js +0 -58
- package/dist/InstallAppButton-JXhBVaYJ.js +0 -29
- package/dist/InstallAppButton-Y17r7ILt.js +0 -14
- package/dist/InstallAppButton-dSCw_yR0.js +0 -14
- package/dist/StripePaymentForm-g3sWk7Tq.js +0 -493
- package/dist/currencyOptions-kannG2hu.js +0 -61
- package/dist/index-Bsynpgsa.js +0 -28
- package/dist/index-J6APIiEa.js +0 -156564
- package/dist/index-qEFnZPmB.js +0 -518
- package/dist/useIsAppEnabled-88ccKgkc.js +0 -18
|
@@ -17132,6 +17132,8 @@ export namespace Prisma {
|
|
|
17132
17132
|
userId: number | null
|
|
17133
17133
|
eventTypeId: number | null
|
|
17134
17134
|
credentialId: number | null
|
|
17135
|
+
createdAt: Date | null
|
|
17136
|
+
updatedAt: Date | null
|
|
17135
17137
|
delegationCredentialId: string | null
|
|
17136
17138
|
domainWideDelegationCredentialId: string | null
|
|
17137
17139
|
}
|
|
@@ -17144,6 +17146,8 @@ export namespace Prisma {
|
|
|
17144
17146
|
userId: number | null
|
|
17145
17147
|
eventTypeId: number | null
|
|
17146
17148
|
credentialId: number | null
|
|
17149
|
+
createdAt: Date | null
|
|
17150
|
+
updatedAt: Date | null
|
|
17147
17151
|
delegationCredentialId: string | null
|
|
17148
17152
|
domainWideDelegationCredentialId: string | null
|
|
17149
17153
|
}
|
|
@@ -17156,6 +17160,8 @@ export namespace Prisma {
|
|
|
17156
17160
|
userId: number
|
|
17157
17161
|
eventTypeId: number
|
|
17158
17162
|
credentialId: number
|
|
17163
|
+
createdAt: number
|
|
17164
|
+
updatedAt: number
|
|
17159
17165
|
delegationCredentialId: number
|
|
17160
17166
|
domainWideDelegationCredentialId: number
|
|
17161
17167
|
_all: number
|
|
@@ -17184,6 +17190,8 @@ export namespace Prisma {
|
|
|
17184
17190
|
userId?: true
|
|
17185
17191
|
eventTypeId?: true
|
|
17186
17192
|
credentialId?: true
|
|
17193
|
+
createdAt?: true
|
|
17194
|
+
updatedAt?: true
|
|
17187
17195
|
delegationCredentialId?: true
|
|
17188
17196
|
domainWideDelegationCredentialId?: true
|
|
17189
17197
|
}
|
|
@@ -17196,6 +17204,8 @@ export namespace Prisma {
|
|
|
17196
17204
|
userId?: true
|
|
17197
17205
|
eventTypeId?: true
|
|
17198
17206
|
credentialId?: true
|
|
17207
|
+
createdAt?: true
|
|
17208
|
+
updatedAt?: true
|
|
17199
17209
|
delegationCredentialId?: true
|
|
17200
17210
|
domainWideDelegationCredentialId?: true
|
|
17201
17211
|
}
|
|
@@ -17208,6 +17218,8 @@ export namespace Prisma {
|
|
|
17208
17218
|
userId?: true
|
|
17209
17219
|
eventTypeId?: true
|
|
17210
17220
|
credentialId?: true
|
|
17221
|
+
createdAt?: true
|
|
17222
|
+
updatedAt?: true
|
|
17211
17223
|
delegationCredentialId?: true
|
|
17212
17224
|
domainWideDelegationCredentialId?: true
|
|
17213
17225
|
_all?: true
|
|
@@ -17307,6 +17319,8 @@ export namespace Prisma {
|
|
|
17307
17319
|
userId: number | null
|
|
17308
17320
|
eventTypeId: number | null
|
|
17309
17321
|
credentialId: number | null
|
|
17322
|
+
createdAt: Date | null
|
|
17323
|
+
updatedAt: Date | null
|
|
17310
17324
|
delegationCredentialId: string | null
|
|
17311
17325
|
domainWideDelegationCredentialId: string | null
|
|
17312
17326
|
_count: DestinationCalendarCountAggregateOutputType | null
|
|
@@ -17338,6 +17352,8 @@ export namespace Prisma {
|
|
|
17338
17352
|
userId?: boolean
|
|
17339
17353
|
eventTypeId?: boolean
|
|
17340
17354
|
credentialId?: boolean
|
|
17355
|
+
createdAt?: boolean
|
|
17356
|
+
updatedAt?: boolean
|
|
17341
17357
|
delegationCredentialId?: boolean
|
|
17342
17358
|
domainWideDelegationCredentialId?: boolean
|
|
17343
17359
|
user?: boolean | DestinationCalendar$userArgs<ExtArgs>
|
|
@@ -17357,6 +17373,8 @@ export namespace Prisma {
|
|
|
17357
17373
|
userId?: boolean
|
|
17358
17374
|
eventTypeId?: boolean
|
|
17359
17375
|
credentialId?: boolean
|
|
17376
|
+
createdAt?: boolean
|
|
17377
|
+
updatedAt?: boolean
|
|
17360
17378
|
delegationCredentialId?: boolean
|
|
17361
17379
|
domainWideDelegationCredentialId?: boolean
|
|
17362
17380
|
}
|
|
@@ -17393,6 +17411,8 @@ export namespace Prisma {
|
|
|
17393
17411
|
userId: number | null
|
|
17394
17412
|
eventTypeId: number | null
|
|
17395
17413
|
credentialId: number | null
|
|
17414
|
+
createdAt: Date | null
|
|
17415
|
+
updatedAt: Date | null
|
|
17396
17416
|
delegationCredentialId: string | null
|
|
17397
17417
|
domainWideDelegationCredentialId: string | null
|
|
17398
17418
|
}, ExtArgs["result"]["destinationCalendar"]>
|
|
@@ -17807,6 +17827,8 @@ export namespace Prisma {
|
|
|
17807
17827
|
readonly userId: FieldRef<"DestinationCalendar", 'Int'>
|
|
17808
17828
|
readonly eventTypeId: FieldRef<"DestinationCalendar", 'Int'>
|
|
17809
17829
|
readonly credentialId: FieldRef<"DestinationCalendar", 'Int'>
|
|
17830
|
+
readonly createdAt: FieldRef<"DestinationCalendar", 'DateTime'>
|
|
17831
|
+
readonly updatedAt: FieldRef<"DestinationCalendar", 'DateTime'>
|
|
17810
17832
|
readonly delegationCredentialId: FieldRef<"DestinationCalendar", 'String'>
|
|
17811
17833
|
readonly domainWideDelegationCredentialId: FieldRef<"DestinationCalendar", 'String'>
|
|
17812
17834
|
}
|
|
@@ -41125,6 +41147,8 @@ export namespace Prisma {
|
|
|
41125
41147
|
integration: string | null
|
|
41126
41148
|
externalId: string | null
|
|
41127
41149
|
credentialId: number | null
|
|
41150
|
+
createdAt: Date | null
|
|
41151
|
+
updatedAt: Date | null
|
|
41128
41152
|
googleChannelId: string | null
|
|
41129
41153
|
googleChannelKind: string | null
|
|
41130
41154
|
googleChannelResourceId: string | null
|
|
@@ -41146,6 +41170,8 @@ export namespace Prisma {
|
|
|
41146
41170
|
integration: string | null
|
|
41147
41171
|
externalId: string | null
|
|
41148
41172
|
credentialId: number | null
|
|
41173
|
+
createdAt: Date | null
|
|
41174
|
+
updatedAt: Date | null
|
|
41149
41175
|
googleChannelId: string | null
|
|
41150
41176
|
googleChannelKind: string | null
|
|
41151
41177
|
googleChannelResourceId: string | null
|
|
@@ -41167,6 +41193,8 @@ export namespace Prisma {
|
|
|
41167
41193
|
integration: number
|
|
41168
41194
|
externalId: number
|
|
41169
41195
|
credentialId: number
|
|
41196
|
+
createdAt: number
|
|
41197
|
+
updatedAt: number
|
|
41170
41198
|
googleChannelId: number
|
|
41171
41199
|
googleChannelKind: number
|
|
41172
41200
|
googleChannelResourceId: number
|
|
@@ -41208,6 +41236,8 @@ export namespace Prisma {
|
|
|
41208
41236
|
integration?: true
|
|
41209
41237
|
externalId?: true
|
|
41210
41238
|
credentialId?: true
|
|
41239
|
+
createdAt?: true
|
|
41240
|
+
updatedAt?: true
|
|
41211
41241
|
googleChannelId?: true
|
|
41212
41242
|
googleChannelKind?: true
|
|
41213
41243
|
googleChannelResourceId?: true
|
|
@@ -41229,6 +41259,8 @@ export namespace Prisma {
|
|
|
41229
41259
|
integration?: true
|
|
41230
41260
|
externalId?: true
|
|
41231
41261
|
credentialId?: true
|
|
41262
|
+
createdAt?: true
|
|
41263
|
+
updatedAt?: true
|
|
41232
41264
|
googleChannelId?: true
|
|
41233
41265
|
googleChannelKind?: true
|
|
41234
41266
|
googleChannelResourceId?: true
|
|
@@ -41250,6 +41282,8 @@ export namespace Prisma {
|
|
|
41250
41282
|
integration?: true
|
|
41251
41283
|
externalId?: true
|
|
41252
41284
|
credentialId?: true
|
|
41285
|
+
createdAt?: true
|
|
41286
|
+
updatedAt?: true
|
|
41253
41287
|
googleChannelId?: true
|
|
41254
41288
|
googleChannelKind?: true
|
|
41255
41289
|
googleChannelResourceId?: true
|
|
@@ -41358,6 +41392,8 @@ export namespace Prisma {
|
|
|
41358
41392
|
integration: string
|
|
41359
41393
|
externalId: string
|
|
41360
41394
|
credentialId: number | null
|
|
41395
|
+
createdAt: Date | null
|
|
41396
|
+
updatedAt: Date | null
|
|
41361
41397
|
googleChannelId: string | null
|
|
41362
41398
|
googleChannelKind: string | null
|
|
41363
41399
|
googleChannelResourceId: string | null
|
|
@@ -41398,6 +41434,8 @@ export namespace Prisma {
|
|
|
41398
41434
|
integration?: boolean
|
|
41399
41435
|
externalId?: boolean
|
|
41400
41436
|
credentialId?: boolean
|
|
41437
|
+
createdAt?: boolean
|
|
41438
|
+
updatedAt?: boolean
|
|
41401
41439
|
googleChannelId?: boolean
|
|
41402
41440
|
googleChannelKind?: boolean
|
|
41403
41441
|
googleChannelResourceId?: boolean
|
|
@@ -41424,6 +41462,8 @@ export namespace Prisma {
|
|
|
41424
41462
|
integration?: boolean
|
|
41425
41463
|
externalId?: boolean
|
|
41426
41464
|
credentialId?: boolean
|
|
41465
|
+
createdAt?: boolean
|
|
41466
|
+
updatedAt?: boolean
|
|
41427
41467
|
googleChannelId?: boolean
|
|
41428
41468
|
googleChannelKind?: boolean
|
|
41429
41469
|
googleChannelResourceId?: boolean
|
|
@@ -41463,6 +41503,8 @@ export namespace Prisma {
|
|
|
41463
41503
|
integration: string
|
|
41464
41504
|
externalId: string
|
|
41465
41505
|
credentialId: number | null
|
|
41506
|
+
createdAt: Date | null
|
|
41507
|
+
updatedAt: Date | null
|
|
41466
41508
|
googleChannelId: string | null
|
|
41467
41509
|
googleChannelKind: string | null
|
|
41468
41510
|
googleChannelResourceId: string | null
|
|
@@ -41884,6 +41926,8 @@ export namespace Prisma {
|
|
|
41884
41926
|
readonly integration: FieldRef<"SelectedCalendar", 'String'>
|
|
41885
41927
|
readonly externalId: FieldRef<"SelectedCalendar", 'String'>
|
|
41886
41928
|
readonly credentialId: FieldRef<"SelectedCalendar", 'Int'>
|
|
41929
|
+
readonly createdAt: FieldRef<"SelectedCalendar", 'DateTime'>
|
|
41930
|
+
readonly updatedAt: FieldRef<"SelectedCalendar", 'DateTime'>
|
|
41887
41931
|
readonly googleChannelId: FieldRef<"SelectedCalendar", 'String'>
|
|
41888
41932
|
readonly googleChannelKind: FieldRef<"SelectedCalendar", 'String'>
|
|
41889
41933
|
readonly googleChannelResourceId: FieldRef<"SelectedCalendar", 'String'>
|
|
@@ -65941,6 +65985,7 @@ export namespace Prisma {
|
|
|
65941
65985
|
id: number | null
|
|
65942
65986
|
logo: string | null
|
|
65943
65987
|
licenseKey: string | null
|
|
65988
|
+
signatureTokenEncrypted: string | null
|
|
65944
65989
|
agreedLicenseAt: Date | null
|
|
65945
65990
|
}
|
|
65946
65991
|
|
|
@@ -65948,6 +65993,7 @@ export namespace Prisma {
|
|
|
65948
65993
|
id: number | null
|
|
65949
65994
|
logo: string | null
|
|
65950
65995
|
licenseKey: string | null
|
|
65996
|
+
signatureTokenEncrypted: string | null
|
|
65951
65997
|
agreedLicenseAt: Date | null
|
|
65952
65998
|
}
|
|
65953
65999
|
|
|
@@ -65956,6 +66002,7 @@ export namespace Prisma {
|
|
|
65956
66002
|
logo: number
|
|
65957
66003
|
theme: number
|
|
65958
66004
|
licenseKey: number
|
|
66005
|
+
signatureTokenEncrypted: number
|
|
65959
66006
|
agreedLicenseAt: number
|
|
65960
66007
|
_all: number
|
|
65961
66008
|
}
|
|
@@ -65973,6 +66020,7 @@ export namespace Prisma {
|
|
|
65973
66020
|
id?: true
|
|
65974
66021
|
logo?: true
|
|
65975
66022
|
licenseKey?: true
|
|
66023
|
+
signatureTokenEncrypted?: true
|
|
65976
66024
|
agreedLicenseAt?: true
|
|
65977
66025
|
}
|
|
65978
66026
|
|
|
@@ -65980,6 +66028,7 @@ export namespace Prisma {
|
|
|
65980
66028
|
id?: true
|
|
65981
66029
|
logo?: true
|
|
65982
66030
|
licenseKey?: true
|
|
66031
|
+
signatureTokenEncrypted?: true
|
|
65983
66032
|
agreedLicenseAt?: true
|
|
65984
66033
|
}
|
|
65985
66034
|
|
|
@@ -65988,6 +66037,7 @@ export namespace Prisma {
|
|
|
65988
66037
|
logo?: true
|
|
65989
66038
|
theme?: true
|
|
65990
66039
|
licenseKey?: true
|
|
66040
|
+
signatureTokenEncrypted?: true
|
|
65991
66041
|
agreedLicenseAt?: true
|
|
65992
66042
|
_all?: true
|
|
65993
66043
|
}
|
|
@@ -66083,6 +66133,7 @@ export namespace Prisma {
|
|
|
66083
66133
|
logo: string | null
|
|
66084
66134
|
theme: JsonValue | null
|
|
66085
66135
|
licenseKey: string | null
|
|
66136
|
+
signatureTokenEncrypted: string | null
|
|
66086
66137
|
agreedLicenseAt: Date | null
|
|
66087
66138
|
_count: DeploymentCountAggregateOutputType | null
|
|
66088
66139
|
_avg: DeploymentAvgAggregateOutputType | null
|
|
@@ -66110,6 +66161,7 @@ export namespace Prisma {
|
|
|
66110
66161
|
logo?: boolean
|
|
66111
66162
|
theme?: boolean
|
|
66112
66163
|
licenseKey?: boolean
|
|
66164
|
+
signatureTokenEncrypted?: boolean
|
|
66113
66165
|
agreedLicenseAt?: boolean
|
|
66114
66166
|
}, ExtArgs["result"]["deployment"]>
|
|
66115
66167
|
|
|
@@ -66118,6 +66170,7 @@ export namespace Prisma {
|
|
|
66118
66170
|
logo?: boolean
|
|
66119
66171
|
theme?: boolean
|
|
66120
66172
|
licenseKey?: boolean
|
|
66173
|
+
signatureTokenEncrypted?: boolean
|
|
66121
66174
|
agreedLicenseAt?: boolean
|
|
66122
66175
|
}
|
|
66123
66176
|
|
|
@@ -66136,6 +66189,7 @@ export namespace Prisma {
|
|
|
66136
66189
|
*/
|
|
66137
66190
|
theme: Prisma.JsonValue | null
|
|
66138
66191
|
licenseKey: string | null
|
|
66192
|
+
signatureTokenEncrypted: string | null
|
|
66139
66193
|
agreedLicenseAt: Date | null
|
|
66140
66194
|
}, ExtArgs["result"]["deployment"]>
|
|
66141
66195
|
composites: {}
|
|
@@ -66535,6 +66589,7 @@ export namespace Prisma {
|
|
|
66535
66589
|
readonly logo: FieldRef<"Deployment", 'String'>
|
|
66536
66590
|
readonly theme: FieldRef<"Deployment", 'Json'>
|
|
66537
66591
|
readonly licenseKey: FieldRef<"Deployment", 'String'>
|
|
66592
|
+
readonly signatureTokenEncrypted: FieldRef<"Deployment", 'String'>
|
|
66538
66593
|
readonly agreedLicenseAt: FieldRef<"Deployment", 'DateTime'>
|
|
66539
66594
|
}
|
|
66540
66595
|
|
|
@@ -110370,6 +110425,7 @@ export namespace Prisma {
|
|
|
110370
110425
|
export type RoleMinAggregateOutputType = {
|
|
110371
110426
|
id: string | null
|
|
110372
110427
|
name: string | null
|
|
110428
|
+
color: string | null
|
|
110373
110429
|
description: string | null
|
|
110374
110430
|
teamId: number | null
|
|
110375
110431
|
createdAt: Date | null
|
|
@@ -110380,6 +110436,7 @@ export namespace Prisma {
|
|
|
110380
110436
|
export type RoleMaxAggregateOutputType = {
|
|
110381
110437
|
id: string | null
|
|
110382
110438
|
name: string | null
|
|
110439
|
+
color: string | null
|
|
110383
110440
|
description: string | null
|
|
110384
110441
|
teamId: number | null
|
|
110385
110442
|
createdAt: Date | null
|
|
@@ -110390,6 +110447,7 @@ export namespace Prisma {
|
|
|
110390
110447
|
export type RoleCountAggregateOutputType = {
|
|
110391
110448
|
id: number
|
|
110392
110449
|
name: number
|
|
110450
|
+
color: number
|
|
110393
110451
|
description: number
|
|
110394
110452
|
teamId: number
|
|
110395
110453
|
createdAt: number
|
|
@@ -110410,6 +110468,7 @@ export namespace Prisma {
|
|
|
110410
110468
|
export type RoleMinAggregateInputType = {
|
|
110411
110469
|
id?: true
|
|
110412
110470
|
name?: true
|
|
110471
|
+
color?: true
|
|
110413
110472
|
description?: true
|
|
110414
110473
|
teamId?: true
|
|
110415
110474
|
createdAt?: true
|
|
@@ -110420,6 +110479,7 @@ export namespace Prisma {
|
|
|
110420
110479
|
export type RoleMaxAggregateInputType = {
|
|
110421
110480
|
id?: true
|
|
110422
110481
|
name?: true
|
|
110482
|
+
color?: true
|
|
110423
110483
|
description?: true
|
|
110424
110484
|
teamId?: true
|
|
110425
110485
|
createdAt?: true
|
|
@@ -110430,6 +110490,7 @@ export namespace Prisma {
|
|
|
110430
110490
|
export type RoleCountAggregateInputType = {
|
|
110431
110491
|
id?: true
|
|
110432
110492
|
name?: true
|
|
110493
|
+
color?: true
|
|
110433
110494
|
description?: true
|
|
110434
110495
|
teamId?: true
|
|
110435
110496
|
createdAt?: true
|
|
@@ -110527,6 +110588,7 @@ export namespace Prisma {
|
|
|
110527
110588
|
export type RoleGroupByOutputType = {
|
|
110528
110589
|
id: string
|
|
110529
110590
|
name: string
|
|
110591
|
+
color: string | null
|
|
110530
110592
|
description: string | null
|
|
110531
110593
|
teamId: number | null
|
|
110532
110594
|
createdAt: Date
|
|
@@ -110556,6 +110618,7 @@ export namespace Prisma {
|
|
|
110556
110618
|
export type RoleSelect<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
|
|
110557
110619
|
id?: boolean
|
|
110558
110620
|
name?: boolean
|
|
110621
|
+
color?: boolean
|
|
110559
110622
|
description?: boolean
|
|
110560
110623
|
teamId?: boolean
|
|
110561
110624
|
createdAt?: boolean
|
|
@@ -110570,6 +110633,7 @@ export namespace Prisma {
|
|
|
110570
110633
|
export type RoleSelectScalar = {
|
|
110571
110634
|
id?: boolean
|
|
110572
110635
|
name?: boolean
|
|
110636
|
+
color?: boolean
|
|
110573
110637
|
description?: boolean
|
|
110574
110638
|
teamId?: boolean
|
|
110575
110639
|
createdAt?: boolean
|
|
@@ -110595,6 +110659,7 @@ export namespace Prisma {
|
|
|
110595
110659
|
scalars: $Extensions.GetPayloadResult<{
|
|
110596
110660
|
id: string
|
|
110597
110661
|
name: string
|
|
110662
|
+
color: string | null
|
|
110598
110663
|
description: string | null
|
|
110599
110664
|
teamId: number | null
|
|
110600
110665
|
createdAt: Date
|
|
@@ -111001,6 +111066,7 @@ export namespace Prisma {
|
|
|
111001
111066
|
interface RoleFieldRefs {
|
|
111002
111067
|
readonly id: FieldRef<"Role", 'String'>
|
|
111003
111068
|
readonly name: FieldRef<"Role", 'String'>
|
|
111069
|
+
readonly color: FieldRef<"Role", 'String'>
|
|
111004
111070
|
readonly description: FieldRef<"Role", 'String'>
|
|
111005
111071
|
readonly teamId: FieldRef<"Role", 'Int'>
|
|
111006
111072
|
readonly createdAt: FieldRef<"Role", 'DateTime'>
|
|
@@ -115871,6 +115937,8 @@ export namespace Prisma {
|
|
|
115871
115937
|
userId: 'userId',
|
|
115872
115938
|
eventTypeId: 'eventTypeId',
|
|
115873
115939
|
credentialId: 'credentialId',
|
|
115940
|
+
createdAt: 'createdAt',
|
|
115941
|
+
updatedAt: 'updatedAt',
|
|
115874
115942
|
delegationCredentialId: 'delegationCredentialId',
|
|
115875
115943
|
domainWideDelegationCredentialId: 'domainWideDelegationCredentialId'
|
|
115876
115944
|
};
|
|
@@ -116229,6 +116297,8 @@ export namespace Prisma {
|
|
|
116229
116297
|
integration: 'integration',
|
|
116230
116298
|
externalId: 'externalId',
|
|
116231
116299
|
credentialId: 'credentialId',
|
|
116300
|
+
createdAt: 'createdAt',
|
|
116301
|
+
updatedAt: 'updatedAt',
|
|
116232
116302
|
googleChannelId: 'googleChannelId',
|
|
116233
116303
|
googleChannelKind: 'googleChannelKind',
|
|
116234
116304
|
googleChannelResourceId: 'googleChannelResourceId',
|
|
@@ -116590,6 +116660,7 @@ export namespace Prisma {
|
|
|
116590
116660
|
logo: 'logo',
|
|
116591
116661
|
theme: 'theme',
|
|
116592
116662
|
licenseKey: 'licenseKey',
|
|
116663
|
+
signatureTokenEncrypted: 'signatureTokenEncrypted',
|
|
116593
116664
|
agreedLicenseAt: 'agreedLicenseAt'
|
|
116594
116665
|
};
|
|
116595
116666
|
|
|
@@ -117199,6 +117270,7 @@ export namespace Prisma {
|
|
|
117199
117270
|
export const RoleScalarFieldEnum: {
|
|
117200
117271
|
id: 'id',
|
|
117201
117272
|
name: 'name',
|
|
117273
|
+
color: 'color',
|
|
117202
117274
|
description: 'description',
|
|
117203
117275
|
teamId: 'teamId',
|
|
117204
117276
|
createdAt: 'createdAt',
|
|
@@ -118676,6 +118748,8 @@ export namespace Prisma {
|
|
|
118676
118748
|
userId?: IntNullableFilter<"DestinationCalendar"> | number | null
|
|
118677
118749
|
eventTypeId?: IntNullableFilter<"DestinationCalendar"> | number | null
|
|
118678
118750
|
credentialId?: IntNullableFilter<"DestinationCalendar"> | number | null
|
|
118751
|
+
createdAt?: DateTimeNullableFilter<"DestinationCalendar"> | Date | string | null
|
|
118752
|
+
updatedAt?: DateTimeNullableFilter<"DestinationCalendar"> | Date | string | null
|
|
118679
118753
|
delegationCredentialId?: StringNullableFilter<"DestinationCalendar"> | string | null
|
|
118680
118754
|
domainWideDelegationCredentialId?: StringNullableFilter<"DestinationCalendar"> | string | null
|
|
118681
118755
|
user?: XOR<UserNullableRelationFilter, UserWhereInput> | null
|
|
@@ -118694,6 +118768,8 @@ export namespace Prisma {
|
|
|
118694
118768
|
userId?: SortOrderInput | SortOrder
|
|
118695
118769
|
eventTypeId?: SortOrderInput | SortOrder
|
|
118696
118770
|
credentialId?: SortOrderInput | SortOrder
|
|
118771
|
+
createdAt?: SortOrderInput | SortOrder
|
|
118772
|
+
updatedAt?: SortOrderInput | SortOrder
|
|
118697
118773
|
delegationCredentialId?: SortOrderInput | SortOrder
|
|
118698
118774
|
domainWideDelegationCredentialId?: SortOrderInput | SortOrder
|
|
118699
118775
|
user?: UserOrderByWithRelationInput
|
|
@@ -118715,6 +118791,8 @@ export namespace Prisma {
|
|
|
118715
118791
|
externalId?: StringFilter<"DestinationCalendar"> | string
|
|
118716
118792
|
primaryEmail?: StringNullableFilter<"DestinationCalendar"> | string | null
|
|
118717
118793
|
credentialId?: IntNullableFilter<"DestinationCalendar"> | number | null
|
|
118794
|
+
createdAt?: DateTimeNullableFilter<"DestinationCalendar"> | Date | string | null
|
|
118795
|
+
updatedAt?: DateTimeNullableFilter<"DestinationCalendar"> | Date | string | null
|
|
118718
118796
|
delegationCredentialId?: StringNullableFilter<"DestinationCalendar"> | string | null
|
|
118719
118797
|
domainWideDelegationCredentialId?: StringNullableFilter<"DestinationCalendar"> | string | null
|
|
118720
118798
|
user?: XOR<UserNullableRelationFilter, UserWhereInput> | null
|
|
@@ -118733,6 +118811,8 @@ export namespace Prisma {
|
|
|
118733
118811
|
userId?: SortOrderInput | SortOrder
|
|
118734
118812
|
eventTypeId?: SortOrderInput | SortOrder
|
|
118735
118813
|
credentialId?: SortOrderInput | SortOrder
|
|
118814
|
+
createdAt?: SortOrderInput | SortOrder
|
|
118815
|
+
updatedAt?: SortOrderInput | SortOrder
|
|
118736
118816
|
delegationCredentialId?: SortOrderInput | SortOrder
|
|
118737
118817
|
domainWideDelegationCredentialId?: SortOrderInput | SortOrder
|
|
118738
118818
|
_count?: DestinationCalendarCountOrderByAggregateInput
|
|
@@ -118753,6 +118833,8 @@ export namespace Prisma {
|
|
|
118753
118833
|
userId?: IntNullableWithAggregatesFilter<"DestinationCalendar"> | number | null
|
|
118754
118834
|
eventTypeId?: IntNullableWithAggregatesFilter<"DestinationCalendar"> | number | null
|
|
118755
118835
|
credentialId?: IntNullableWithAggregatesFilter<"DestinationCalendar"> | number | null
|
|
118836
|
+
createdAt?: DateTimeNullableWithAggregatesFilter<"DestinationCalendar"> | Date | string | null
|
|
118837
|
+
updatedAt?: DateTimeNullableWithAggregatesFilter<"DestinationCalendar"> | Date | string | null
|
|
118756
118838
|
delegationCredentialId?: StringNullableWithAggregatesFilter<"DestinationCalendar"> | string | null
|
|
118757
118839
|
domainWideDelegationCredentialId?: StringNullableWithAggregatesFilter<"DestinationCalendar"> | string | null
|
|
118758
118840
|
}
|
|
@@ -120899,6 +120981,8 @@ export namespace Prisma {
|
|
|
120899
120981
|
integration?: StringFilter<"SelectedCalendar"> | string
|
|
120900
120982
|
externalId?: StringFilter<"SelectedCalendar"> | string
|
|
120901
120983
|
credentialId?: IntNullableFilter<"SelectedCalendar"> | number | null
|
|
120984
|
+
createdAt?: DateTimeNullableFilter<"SelectedCalendar"> | Date | string | null
|
|
120985
|
+
updatedAt?: DateTimeNullableFilter<"SelectedCalendar"> | Date | string | null
|
|
120902
120986
|
googleChannelId?: StringNullableFilter<"SelectedCalendar"> | string | null
|
|
120903
120987
|
googleChannelKind?: StringNullableFilter<"SelectedCalendar"> | string | null
|
|
120904
120988
|
googleChannelResourceId?: StringNullableFilter<"SelectedCalendar"> | string | null
|
|
@@ -120925,6 +121009,8 @@ export namespace Prisma {
|
|
|
120925
121009
|
integration?: SortOrder
|
|
120926
121010
|
externalId?: SortOrder
|
|
120927
121011
|
credentialId?: SortOrderInput | SortOrder
|
|
121012
|
+
createdAt?: SortOrderInput | SortOrder
|
|
121013
|
+
updatedAt?: SortOrderInput | SortOrder
|
|
120928
121014
|
googleChannelId?: SortOrderInput | SortOrder
|
|
120929
121015
|
googleChannelKind?: SortOrderInput | SortOrder
|
|
120930
121016
|
googleChannelResourceId?: SortOrderInput | SortOrder
|
|
@@ -120956,6 +121042,8 @@ export namespace Prisma {
|
|
|
120956
121042
|
integration?: StringFilter<"SelectedCalendar"> | string
|
|
120957
121043
|
externalId?: StringFilter<"SelectedCalendar"> | string
|
|
120958
121044
|
credentialId?: IntNullableFilter<"SelectedCalendar"> | number | null
|
|
121045
|
+
createdAt?: DateTimeNullableFilter<"SelectedCalendar"> | Date | string | null
|
|
121046
|
+
updatedAt?: DateTimeNullableFilter<"SelectedCalendar"> | Date | string | null
|
|
120959
121047
|
googleChannelId?: StringNullableFilter<"SelectedCalendar"> | string | null
|
|
120960
121048
|
googleChannelKind?: StringNullableFilter<"SelectedCalendar"> | string | null
|
|
120961
121049
|
googleChannelResourceId?: StringNullableFilter<"SelectedCalendar"> | string | null
|
|
@@ -120982,6 +121070,8 @@ export namespace Prisma {
|
|
|
120982
121070
|
integration?: SortOrder
|
|
120983
121071
|
externalId?: SortOrder
|
|
120984
121072
|
credentialId?: SortOrderInput | SortOrder
|
|
121073
|
+
createdAt?: SortOrderInput | SortOrder
|
|
121074
|
+
updatedAt?: SortOrderInput | SortOrder
|
|
120985
121075
|
googleChannelId?: SortOrderInput | SortOrder
|
|
120986
121076
|
googleChannelKind?: SortOrderInput | SortOrder
|
|
120987
121077
|
googleChannelResourceId?: SortOrderInput | SortOrder
|
|
@@ -121011,6 +121101,8 @@ export namespace Prisma {
|
|
|
121011
121101
|
integration?: StringWithAggregatesFilter<"SelectedCalendar"> | string
|
|
121012
121102
|
externalId?: StringWithAggregatesFilter<"SelectedCalendar"> | string
|
|
121013
121103
|
credentialId?: IntNullableWithAggregatesFilter<"SelectedCalendar"> | number | null
|
|
121104
|
+
createdAt?: DateTimeNullableWithAggregatesFilter<"SelectedCalendar"> | Date | string | null
|
|
121105
|
+
updatedAt?: DateTimeNullableWithAggregatesFilter<"SelectedCalendar"> | Date | string | null
|
|
121014
121106
|
googleChannelId?: StringNullableWithAggregatesFilter<"SelectedCalendar"> | string | null
|
|
121015
121107
|
googleChannelKind?: StringNullableWithAggregatesFilter<"SelectedCalendar"> | string | null
|
|
121016
121108
|
googleChannelResourceId?: StringNullableWithAggregatesFilter<"SelectedCalendar"> | string | null
|
|
@@ -122865,6 +122957,7 @@ export namespace Prisma {
|
|
|
122865
122957
|
logo?: StringNullableFilter<"Deployment"> | string | null
|
|
122866
122958
|
theme?: JsonNullableFilter<"Deployment">
|
|
122867
122959
|
licenseKey?: StringNullableFilter<"Deployment"> | string | null
|
|
122960
|
+
signatureTokenEncrypted?: StringNullableFilter<"Deployment"> | string | null
|
|
122868
122961
|
agreedLicenseAt?: DateTimeNullableFilter<"Deployment"> | Date | string | null
|
|
122869
122962
|
}
|
|
122870
122963
|
|
|
@@ -122873,6 +122966,7 @@ export namespace Prisma {
|
|
|
122873
122966
|
logo?: SortOrderInput | SortOrder
|
|
122874
122967
|
theme?: SortOrderInput | SortOrder
|
|
122875
122968
|
licenseKey?: SortOrderInput | SortOrder
|
|
122969
|
+
signatureTokenEncrypted?: SortOrderInput | SortOrder
|
|
122876
122970
|
agreedLicenseAt?: SortOrderInput | SortOrder
|
|
122877
122971
|
}
|
|
122878
122972
|
|
|
@@ -122884,6 +122978,7 @@ export namespace Prisma {
|
|
|
122884
122978
|
logo?: StringNullableFilter<"Deployment"> | string | null
|
|
122885
122979
|
theme?: JsonNullableFilter<"Deployment">
|
|
122886
122980
|
licenseKey?: StringNullableFilter<"Deployment"> | string | null
|
|
122981
|
+
signatureTokenEncrypted?: StringNullableFilter<"Deployment"> | string | null
|
|
122887
122982
|
agreedLicenseAt?: DateTimeNullableFilter<"Deployment"> | Date | string | null
|
|
122888
122983
|
}, "id">
|
|
122889
122984
|
|
|
@@ -122892,6 +122987,7 @@ export namespace Prisma {
|
|
|
122892
122987
|
logo?: SortOrderInput | SortOrder
|
|
122893
122988
|
theme?: SortOrderInput | SortOrder
|
|
122894
122989
|
licenseKey?: SortOrderInput | SortOrder
|
|
122990
|
+
signatureTokenEncrypted?: SortOrderInput | SortOrder
|
|
122895
122991
|
agreedLicenseAt?: SortOrderInput | SortOrder
|
|
122896
122992
|
_count?: DeploymentCountOrderByAggregateInput
|
|
122897
122993
|
_avg?: DeploymentAvgOrderByAggregateInput
|
|
@@ -122908,6 +123004,7 @@ export namespace Prisma {
|
|
|
122908
123004
|
logo?: StringNullableWithAggregatesFilter<"Deployment"> | string | null
|
|
122909
123005
|
theme?: JsonNullableWithAggregatesFilter<"Deployment">
|
|
122910
123006
|
licenseKey?: StringNullableWithAggregatesFilter<"Deployment"> | string | null
|
|
123007
|
+
signatureTokenEncrypted?: StringNullableWithAggregatesFilter<"Deployment"> | string | null
|
|
122911
123008
|
agreedLicenseAt?: DateTimeNullableWithAggregatesFilter<"Deployment"> | Date | string | null
|
|
122912
123009
|
}
|
|
122913
123010
|
|
|
@@ -124673,6 +124770,7 @@ export namespace Prisma {
|
|
|
124673
124770
|
|
|
124674
124771
|
export type TaskWhereUniqueInput = Prisma.AtLeast<{
|
|
124675
124772
|
id?: string
|
|
124773
|
+
referenceUid_type?: TaskReferenceUidTypeCompoundUniqueInput
|
|
124676
124774
|
AND?: TaskWhereInput | TaskWhereInput[]
|
|
124677
124775
|
OR?: TaskWhereInput[]
|
|
124678
124776
|
NOT?: TaskWhereInput | TaskWhereInput[]
|
|
@@ -124687,7 +124785,7 @@ export namespace Prisma {
|
|
|
124687
124785
|
lastError?: StringNullableFilter<"Task"> | string | null
|
|
124688
124786
|
lastFailedAttemptAt?: DateTimeNullableFilter<"Task"> | Date | string | null
|
|
124689
124787
|
referenceUid?: StringNullableFilter<"Task"> | string | null
|
|
124690
|
-
}, "id" | "id">
|
|
124788
|
+
}, "id" | "id" | "referenceUid_type">
|
|
124691
124789
|
|
|
124692
124790
|
export type TaskOrderByWithAggregationInput = {
|
|
124693
124791
|
id?: SortOrder
|
|
@@ -124961,13 +125059,14 @@ export namespace Prisma {
|
|
|
124961
125059
|
|
|
124962
125060
|
export type AttributeWhereUniqueInput = Prisma.AtLeast<{
|
|
124963
125061
|
id?: string
|
|
124964
|
-
|
|
125062
|
+
teamId_slug?: AttributeTeamIdSlugCompoundUniqueInput
|
|
124965
125063
|
AND?: AttributeWhereInput | AttributeWhereInput[]
|
|
124966
125064
|
OR?: AttributeWhereInput[]
|
|
124967
125065
|
NOT?: AttributeWhereInput | AttributeWhereInput[]
|
|
124968
125066
|
teamId?: IntFilter<"Attribute"> | number
|
|
124969
125067
|
type?: EnumAttributeTypeFilter<"Attribute"> | $Enums.AttributeType
|
|
124970
125068
|
name?: StringFilter<"Attribute"> | string
|
|
125069
|
+
slug?: StringFilter<"Attribute"> | string
|
|
124971
125070
|
enabled?: BoolFilter<"Attribute"> | boolean
|
|
124972
125071
|
usersCanEditRelation?: BoolFilter<"Attribute"> | boolean
|
|
124973
125072
|
createdAt?: DateTimeFilter<"Attribute"> | Date | string
|
|
@@ -124976,7 +125075,7 @@ export namespace Prisma {
|
|
|
124976
125075
|
isLocked?: BoolFilter<"Attribute"> | boolean
|
|
124977
125076
|
team?: XOR<TeamRelationFilter, TeamWhereInput>
|
|
124978
125077
|
options?: AttributeOptionListRelationFilter
|
|
124979
|
-
}, "id" | "
|
|
125078
|
+
}, "id" | "teamId_slug">
|
|
124980
125079
|
|
|
124981
125080
|
export type AttributeOrderByWithAggregationInput = {
|
|
124982
125081
|
id?: SortOrder
|
|
@@ -126174,6 +126273,7 @@ export namespace Prisma {
|
|
|
126174
126273
|
NOT?: RoleWhereInput | RoleWhereInput[]
|
|
126175
126274
|
id?: StringFilter<"Role"> | string
|
|
126176
126275
|
name?: StringFilter<"Role"> | string
|
|
126276
|
+
color?: StringNullableFilter<"Role"> | string | null
|
|
126177
126277
|
description?: StringNullableFilter<"Role"> | string | null
|
|
126178
126278
|
teamId?: IntNullableFilter<"Role"> | number | null
|
|
126179
126279
|
createdAt?: DateTimeFilter<"Role"> | Date | string
|
|
@@ -126187,6 +126287,7 @@ export namespace Prisma {
|
|
|
126187
126287
|
export type RoleOrderByWithRelationInput = {
|
|
126188
126288
|
id?: SortOrder
|
|
126189
126289
|
name?: SortOrder
|
|
126290
|
+
color?: SortOrderInput | SortOrder
|
|
126190
126291
|
description?: SortOrderInput | SortOrder
|
|
126191
126292
|
teamId?: SortOrderInput | SortOrder
|
|
126192
126293
|
createdAt?: SortOrder
|
|
@@ -126204,6 +126305,7 @@ export namespace Prisma {
|
|
|
126204
126305
|
OR?: RoleWhereInput[]
|
|
126205
126306
|
NOT?: RoleWhereInput | RoleWhereInput[]
|
|
126206
126307
|
name?: StringFilter<"Role"> | string
|
|
126308
|
+
color?: StringNullableFilter<"Role"> | string | null
|
|
126207
126309
|
description?: StringNullableFilter<"Role"> | string | null
|
|
126208
126310
|
teamId?: IntNullableFilter<"Role"> | number | null
|
|
126209
126311
|
createdAt?: DateTimeFilter<"Role"> | Date | string
|
|
@@ -126217,6 +126319,7 @@ export namespace Prisma {
|
|
|
126217
126319
|
export type RoleOrderByWithAggregationInput = {
|
|
126218
126320
|
id?: SortOrder
|
|
126219
126321
|
name?: SortOrder
|
|
126322
|
+
color?: SortOrderInput | SortOrder
|
|
126220
126323
|
description?: SortOrderInput | SortOrder
|
|
126221
126324
|
teamId?: SortOrderInput | SortOrder
|
|
126222
126325
|
createdAt?: SortOrder
|
|
@@ -126235,6 +126338,7 @@ export namespace Prisma {
|
|
|
126235
126338
|
NOT?: RoleScalarWhereWithAggregatesInput | RoleScalarWhereWithAggregatesInput[]
|
|
126236
126339
|
id?: StringWithAggregatesFilter<"Role"> | string
|
|
126237
126340
|
name?: StringWithAggregatesFilter<"Role"> | string
|
|
126341
|
+
color?: StringNullableWithAggregatesFilter<"Role"> | string | null
|
|
126238
126342
|
description?: StringNullableWithAggregatesFilter<"Role"> | string | null
|
|
126239
126343
|
teamId?: IntNullableWithAggregatesFilter<"Role"> | number | null
|
|
126240
126344
|
createdAt?: DateTimeWithAggregatesFilter<"Role"> | Date | string
|
|
@@ -127614,6 +127718,8 @@ export namespace Prisma {
|
|
|
127614
127718
|
integration: string
|
|
127615
127719
|
externalId: string
|
|
127616
127720
|
primaryEmail?: string | null
|
|
127721
|
+
createdAt?: Date | string | null
|
|
127722
|
+
updatedAt?: Date | string | null
|
|
127617
127723
|
user?: UserCreateNestedOneWithoutDestinationCalendarInput
|
|
127618
127724
|
booking?: BookingCreateNestedManyWithoutDestinationCalendarInput
|
|
127619
127725
|
eventType?: EventTypeCreateNestedOneWithoutDestinationCalendarInput
|
|
@@ -127630,6 +127736,8 @@ export namespace Prisma {
|
|
|
127630
127736
|
userId?: number | null
|
|
127631
127737
|
eventTypeId?: number | null
|
|
127632
127738
|
credentialId?: number | null
|
|
127739
|
+
createdAt?: Date | string | null
|
|
127740
|
+
updatedAt?: Date | string | null
|
|
127633
127741
|
delegationCredentialId?: string | null
|
|
127634
127742
|
domainWideDelegationCredentialId?: string | null
|
|
127635
127743
|
booking?: BookingUncheckedCreateNestedManyWithoutDestinationCalendarInput
|
|
@@ -127639,6 +127747,8 @@ export namespace Prisma {
|
|
|
127639
127747
|
integration?: StringFieldUpdateOperationsInput | string
|
|
127640
127748
|
externalId?: StringFieldUpdateOperationsInput | string
|
|
127641
127749
|
primaryEmail?: NullableStringFieldUpdateOperationsInput | string | null
|
|
127750
|
+
createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
127751
|
+
updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
127642
127752
|
user?: UserUpdateOneWithoutDestinationCalendarNestedInput
|
|
127643
127753
|
booking?: BookingUpdateManyWithoutDestinationCalendarNestedInput
|
|
127644
127754
|
eventType?: EventTypeUpdateOneWithoutDestinationCalendarNestedInput
|
|
@@ -127655,6 +127765,8 @@ export namespace Prisma {
|
|
|
127655
127765
|
userId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
127656
127766
|
eventTypeId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
127657
127767
|
credentialId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
127768
|
+
createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
127769
|
+
updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
127658
127770
|
delegationCredentialId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
127659
127771
|
domainWideDelegationCredentialId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
127660
127772
|
booking?: BookingUncheckedUpdateManyWithoutDestinationCalendarNestedInput
|
|
@@ -127668,6 +127780,8 @@ export namespace Prisma {
|
|
|
127668
127780
|
userId?: number | null
|
|
127669
127781
|
eventTypeId?: number | null
|
|
127670
127782
|
credentialId?: number | null
|
|
127783
|
+
createdAt?: Date | string | null
|
|
127784
|
+
updatedAt?: Date | string | null
|
|
127671
127785
|
delegationCredentialId?: string | null
|
|
127672
127786
|
domainWideDelegationCredentialId?: string | null
|
|
127673
127787
|
}
|
|
@@ -127676,6 +127790,8 @@ export namespace Prisma {
|
|
|
127676
127790
|
integration?: StringFieldUpdateOperationsInput | string
|
|
127677
127791
|
externalId?: StringFieldUpdateOperationsInput | string
|
|
127678
127792
|
primaryEmail?: NullableStringFieldUpdateOperationsInput | string | null
|
|
127793
|
+
createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
127794
|
+
updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
127679
127795
|
}
|
|
127680
127796
|
|
|
127681
127797
|
export type DestinationCalendarUncheckedUpdateManyInput = {
|
|
@@ -127686,6 +127802,8 @@ export namespace Prisma {
|
|
|
127686
127802
|
userId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
127687
127803
|
eventTypeId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
127688
127804
|
credentialId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
127805
|
+
createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
127806
|
+
updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
127689
127807
|
delegationCredentialId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
127690
127808
|
domainWideDelegationCredentialId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
127691
127809
|
}
|
|
@@ -130045,6 +130163,8 @@ export namespace Prisma {
|
|
|
130045
130163
|
id?: string
|
|
130046
130164
|
integration: string
|
|
130047
130165
|
externalId: string
|
|
130166
|
+
createdAt?: Date | string | null
|
|
130167
|
+
updatedAt?: Date | string | null
|
|
130048
130168
|
googleChannelId?: string | null
|
|
130049
130169
|
googleChannelKind?: string | null
|
|
130050
130170
|
googleChannelResourceId?: string | null
|
|
@@ -130068,6 +130188,8 @@ export namespace Prisma {
|
|
|
130068
130188
|
integration: string
|
|
130069
130189
|
externalId: string
|
|
130070
130190
|
credentialId?: number | null
|
|
130191
|
+
createdAt?: Date | string | null
|
|
130192
|
+
updatedAt?: Date | string | null
|
|
130071
130193
|
googleChannelId?: string | null
|
|
130072
130194
|
googleChannelKind?: string | null
|
|
130073
130195
|
googleChannelResourceId?: string | null
|
|
@@ -130087,6 +130209,8 @@ export namespace Prisma {
|
|
|
130087
130209
|
id?: StringFieldUpdateOperationsInput | string
|
|
130088
130210
|
integration?: StringFieldUpdateOperationsInput | string
|
|
130089
130211
|
externalId?: StringFieldUpdateOperationsInput | string
|
|
130212
|
+
createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
130213
|
+
updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
130090
130214
|
googleChannelId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
130091
130215
|
googleChannelKind?: NullableStringFieldUpdateOperationsInput | string | null
|
|
130092
130216
|
googleChannelResourceId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -130110,6 +130234,8 @@ export namespace Prisma {
|
|
|
130110
130234
|
integration?: StringFieldUpdateOperationsInput | string
|
|
130111
130235
|
externalId?: StringFieldUpdateOperationsInput | string
|
|
130112
130236
|
credentialId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
130237
|
+
createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
130238
|
+
updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
130113
130239
|
googleChannelId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
130114
130240
|
googleChannelKind?: NullableStringFieldUpdateOperationsInput | string | null
|
|
130115
130241
|
googleChannelResourceId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -130131,6 +130257,8 @@ export namespace Prisma {
|
|
|
130131
130257
|
integration: string
|
|
130132
130258
|
externalId: string
|
|
130133
130259
|
credentialId?: number | null
|
|
130260
|
+
createdAt?: Date | string | null
|
|
130261
|
+
updatedAt?: Date | string | null
|
|
130134
130262
|
googleChannelId?: string | null
|
|
130135
130263
|
googleChannelKind?: string | null
|
|
130136
130264
|
googleChannelResourceId?: string | null
|
|
@@ -130150,6 +130278,8 @@ export namespace Prisma {
|
|
|
130150
130278
|
id?: StringFieldUpdateOperationsInput | string
|
|
130151
130279
|
integration?: StringFieldUpdateOperationsInput | string
|
|
130152
130280
|
externalId?: StringFieldUpdateOperationsInput | string
|
|
130281
|
+
createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
130282
|
+
updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
130153
130283
|
googleChannelId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
130154
130284
|
googleChannelKind?: NullableStringFieldUpdateOperationsInput | string | null
|
|
130155
130285
|
googleChannelResourceId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -130168,6 +130298,8 @@ export namespace Prisma {
|
|
|
130168
130298
|
integration?: StringFieldUpdateOperationsInput | string
|
|
130169
130299
|
externalId?: StringFieldUpdateOperationsInput | string
|
|
130170
130300
|
credentialId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
130301
|
+
createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
130302
|
+
updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
130171
130303
|
googleChannelId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
130172
130304
|
googleChannelKind?: NullableStringFieldUpdateOperationsInput | string | null
|
|
130173
130305
|
googleChannelResourceId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -132068,6 +132200,7 @@ export namespace Prisma {
|
|
|
132068
132200
|
logo?: string | null
|
|
132069
132201
|
theme?: NullableJsonNullValueInput | InputJsonValue
|
|
132070
132202
|
licenseKey?: string | null
|
|
132203
|
+
signatureTokenEncrypted?: string | null
|
|
132071
132204
|
agreedLicenseAt?: Date | string | null
|
|
132072
132205
|
}
|
|
132073
132206
|
|
|
@@ -132076,6 +132209,7 @@ export namespace Prisma {
|
|
|
132076
132209
|
logo?: string | null
|
|
132077
132210
|
theme?: NullableJsonNullValueInput | InputJsonValue
|
|
132078
132211
|
licenseKey?: string | null
|
|
132212
|
+
signatureTokenEncrypted?: string | null
|
|
132079
132213
|
agreedLicenseAt?: Date | string | null
|
|
132080
132214
|
}
|
|
132081
132215
|
|
|
@@ -132084,6 +132218,7 @@ export namespace Prisma {
|
|
|
132084
132218
|
logo?: NullableStringFieldUpdateOperationsInput | string | null
|
|
132085
132219
|
theme?: NullableJsonNullValueInput | InputJsonValue
|
|
132086
132220
|
licenseKey?: NullableStringFieldUpdateOperationsInput | string | null
|
|
132221
|
+
signatureTokenEncrypted?: NullableStringFieldUpdateOperationsInput | string | null
|
|
132087
132222
|
agreedLicenseAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
132088
132223
|
}
|
|
132089
132224
|
|
|
@@ -132092,6 +132227,7 @@ export namespace Prisma {
|
|
|
132092
132227
|
logo?: NullableStringFieldUpdateOperationsInput | string | null
|
|
132093
132228
|
theme?: NullableJsonNullValueInput | InputJsonValue
|
|
132094
132229
|
licenseKey?: NullableStringFieldUpdateOperationsInput | string | null
|
|
132230
|
+
signatureTokenEncrypted?: NullableStringFieldUpdateOperationsInput | string | null
|
|
132095
132231
|
agreedLicenseAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
132096
132232
|
}
|
|
132097
132233
|
|
|
@@ -132100,6 +132236,7 @@ export namespace Prisma {
|
|
|
132100
132236
|
logo?: string | null
|
|
132101
132237
|
theme?: NullableJsonNullValueInput | InputJsonValue
|
|
132102
132238
|
licenseKey?: string | null
|
|
132239
|
+
signatureTokenEncrypted?: string | null
|
|
132103
132240
|
agreedLicenseAt?: Date | string | null
|
|
132104
132241
|
}
|
|
132105
132242
|
|
|
@@ -132108,6 +132245,7 @@ export namespace Prisma {
|
|
|
132108
132245
|
logo?: NullableStringFieldUpdateOperationsInput | string | null
|
|
132109
132246
|
theme?: NullableJsonNullValueInput | InputJsonValue
|
|
132110
132247
|
licenseKey?: NullableStringFieldUpdateOperationsInput | string | null
|
|
132248
|
+
signatureTokenEncrypted?: NullableStringFieldUpdateOperationsInput | string | null
|
|
132111
132249
|
agreedLicenseAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
132112
132250
|
}
|
|
132113
132251
|
|
|
@@ -132116,6 +132254,7 @@ export namespace Prisma {
|
|
|
132116
132254
|
logo?: NullableStringFieldUpdateOperationsInput | string | null
|
|
132117
132255
|
theme?: NullableJsonNullValueInput | InputJsonValue
|
|
132118
132256
|
licenseKey?: NullableStringFieldUpdateOperationsInput | string | null
|
|
132257
|
+
signatureTokenEncrypted?: NullableStringFieldUpdateOperationsInput | string | null
|
|
132119
132258
|
agreedLicenseAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
132120
132259
|
}
|
|
132121
132260
|
|
|
@@ -135400,6 +135539,7 @@ export namespace Prisma {
|
|
|
135400
135539
|
export type RoleCreateInput = {
|
|
135401
135540
|
id?: string
|
|
135402
135541
|
name: string
|
|
135542
|
+
color?: string | null
|
|
135403
135543
|
description?: string | null
|
|
135404
135544
|
createdAt?: Date | string
|
|
135405
135545
|
updatedAt?: Date | string
|
|
@@ -135412,6 +135552,7 @@ export namespace Prisma {
|
|
|
135412
135552
|
export type RoleUncheckedCreateInput = {
|
|
135413
135553
|
id?: string
|
|
135414
135554
|
name: string
|
|
135555
|
+
color?: string | null
|
|
135415
135556
|
description?: string | null
|
|
135416
135557
|
teamId?: number | null
|
|
135417
135558
|
createdAt?: Date | string
|
|
@@ -135424,6 +135565,7 @@ export namespace Prisma {
|
|
|
135424
135565
|
export type RoleUpdateInput = {
|
|
135425
135566
|
id?: StringFieldUpdateOperationsInput | string
|
|
135426
135567
|
name?: StringFieldUpdateOperationsInput | string
|
|
135568
|
+
color?: NullableStringFieldUpdateOperationsInput | string | null
|
|
135427
135569
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
135428
135570
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
135429
135571
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
@@ -135436,6 +135578,7 @@ export namespace Prisma {
|
|
|
135436
135578
|
export type RoleUncheckedUpdateInput = {
|
|
135437
135579
|
id?: StringFieldUpdateOperationsInput | string
|
|
135438
135580
|
name?: StringFieldUpdateOperationsInput | string
|
|
135581
|
+
color?: NullableStringFieldUpdateOperationsInput | string | null
|
|
135439
135582
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
135440
135583
|
teamId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
135441
135584
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
@@ -135448,6 +135591,7 @@ export namespace Prisma {
|
|
|
135448
135591
|
export type RoleCreateManyInput = {
|
|
135449
135592
|
id?: string
|
|
135450
135593
|
name: string
|
|
135594
|
+
color?: string | null
|
|
135451
135595
|
description?: string | null
|
|
135452
135596
|
teamId?: number | null
|
|
135453
135597
|
createdAt?: Date | string
|
|
@@ -135458,6 +135602,7 @@ export namespace Prisma {
|
|
|
135458
135602
|
export type RoleUpdateManyMutationInput = {
|
|
135459
135603
|
id?: StringFieldUpdateOperationsInput | string
|
|
135460
135604
|
name?: StringFieldUpdateOperationsInput | string
|
|
135605
|
+
color?: NullableStringFieldUpdateOperationsInput | string | null
|
|
135461
135606
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
135462
135607
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
135463
135608
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
@@ -135467,6 +135612,7 @@ export namespace Prisma {
|
|
|
135467
135612
|
export type RoleUncheckedUpdateManyInput = {
|
|
135468
135613
|
id?: StringFieldUpdateOperationsInput | string
|
|
135469
135614
|
name?: StringFieldUpdateOperationsInput | string
|
|
135615
|
+
color?: NullableStringFieldUpdateOperationsInput | string | null
|
|
135470
135616
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
135471
135617
|
teamId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
135472
135618
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
@@ -137105,6 +137251,8 @@ export namespace Prisma {
|
|
|
137105
137251
|
userId?: SortOrder
|
|
137106
137252
|
eventTypeId?: SortOrder
|
|
137107
137253
|
credentialId?: SortOrder
|
|
137254
|
+
createdAt?: SortOrder
|
|
137255
|
+
updatedAt?: SortOrder
|
|
137108
137256
|
delegationCredentialId?: SortOrder
|
|
137109
137257
|
domainWideDelegationCredentialId?: SortOrder
|
|
137110
137258
|
}
|
|
@@ -137124,6 +137272,8 @@ export namespace Prisma {
|
|
|
137124
137272
|
userId?: SortOrder
|
|
137125
137273
|
eventTypeId?: SortOrder
|
|
137126
137274
|
credentialId?: SortOrder
|
|
137275
|
+
createdAt?: SortOrder
|
|
137276
|
+
updatedAt?: SortOrder
|
|
137127
137277
|
delegationCredentialId?: SortOrder
|
|
137128
137278
|
domainWideDelegationCredentialId?: SortOrder
|
|
137129
137279
|
}
|
|
@@ -137136,6 +137286,8 @@ export namespace Prisma {
|
|
|
137136
137286
|
userId?: SortOrder
|
|
137137
137287
|
eventTypeId?: SortOrder
|
|
137138
137288
|
credentialId?: SortOrder
|
|
137289
|
+
createdAt?: SortOrder
|
|
137290
|
+
updatedAt?: SortOrder
|
|
137139
137291
|
delegationCredentialId?: SortOrder
|
|
137140
137292
|
domainWideDelegationCredentialId?: SortOrder
|
|
137141
137293
|
}
|
|
@@ -139036,6 +139188,8 @@ export namespace Prisma {
|
|
|
139036
139188
|
integration?: SortOrder
|
|
139037
139189
|
externalId?: SortOrder
|
|
139038
139190
|
credentialId?: SortOrder
|
|
139191
|
+
createdAt?: SortOrder
|
|
139192
|
+
updatedAt?: SortOrder
|
|
139039
139193
|
googleChannelId?: SortOrder
|
|
139040
139194
|
googleChannelKind?: SortOrder
|
|
139041
139195
|
googleChannelResourceId?: SortOrder
|
|
@@ -139066,6 +139220,8 @@ export namespace Prisma {
|
|
|
139066
139220
|
integration?: SortOrder
|
|
139067
139221
|
externalId?: SortOrder
|
|
139068
139222
|
credentialId?: SortOrder
|
|
139223
|
+
createdAt?: SortOrder
|
|
139224
|
+
updatedAt?: SortOrder
|
|
139069
139225
|
googleChannelId?: SortOrder
|
|
139070
139226
|
googleChannelKind?: SortOrder
|
|
139071
139227
|
googleChannelResourceId?: SortOrder
|
|
@@ -139087,6 +139243,8 @@ export namespace Prisma {
|
|
|
139087
139243
|
integration?: SortOrder
|
|
139088
139244
|
externalId?: SortOrder
|
|
139089
139245
|
credentialId?: SortOrder
|
|
139246
|
+
createdAt?: SortOrder
|
|
139247
|
+
updatedAt?: SortOrder
|
|
139090
139248
|
googleChannelId?: SortOrder
|
|
139091
139249
|
googleChannelKind?: SortOrder
|
|
139092
139250
|
googleChannelResourceId?: SortOrder
|
|
@@ -140448,6 +140606,7 @@ export namespace Prisma {
|
|
|
140448
140606
|
logo?: SortOrder
|
|
140449
140607
|
theme?: SortOrder
|
|
140450
140608
|
licenseKey?: SortOrder
|
|
140609
|
+
signatureTokenEncrypted?: SortOrder
|
|
140451
140610
|
agreedLicenseAt?: SortOrder
|
|
140452
140611
|
}
|
|
140453
140612
|
|
|
@@ -140459,6 +140618,7 @@ export namespace Prisma {
|
|
|
140459
140618
|
id?: SortOrder
|
|
140460
140619
|
logo?: SortOrder
|
|
140461
140620
|
licenseKey?: SortOrder
|
|
140621
|
+
signatureTokenEncrypted?: SortOrder
|
|
140462
140622
|
agreedLicenseAt?: SortOrder
|
|
140463
140623
|
}
|
|
140464
140624
|
|
|
@@ -140466,6 +140626,7 @@ export namespace Prisma {
|
|
|
140466
140626
|
id?: SortOrder
|
|
140467
140627
|
logo?: SortOrder
|
|
140468
140628
|
licenseKey?: SortOrder
|
|
140629
|
+
signatureTokenEncrypted?: SortOrder
|
|
140469
140630
|
agreedLicenseAt?: SortOrder
|
|
140470
140631
|
}
|
|
140471
140632
|
|
|
@@ -141607,6 +141768,11 @@ export namespace Prisma {
|
|
|
141607
141768
|
userId?: SortOrder
|
|
141608
141769
|
}
|
|
141609
141770
|
|
|
141771
|
+
export type TaskReferenceUidTypeCompoundUniqueInput = {
|
|
141772
|
+
referenceUid: string
|
|
141773
|
+
type: string
|
|
141774
|
+
}
|
|
141775
|
+
|
|
141610
141776
|
export type TaskCountOrderByAggregateInput = {
|
|
141611
141777
|
id?: SortOrder
|
|
141612
141778
|
createdAt?: SortOrder
|
|
@@ -141802,6 +141968,11 @@ export namespace Prisma {
|
|
|
141802
141968
|
_count?: SortOrder
|
|
141803
141969
|
}
|
|
141804
141970
|
|
|
141971
|
+
export type AttributeTeamIdSlugCompoundUniqueInput = {
|
|
141972
|
+
teamId: number
|
|
141973
|
+
slug: string
|
|
141974
|
+
}
|
|
141975
|
+
|
|
141805
141976
|
export type AttributeCountOrderByAggregateInput = {
|
|
141806
141977
|
id?: SortOrder
|
|
141807
141978
|
teamId?: SortOrder
|
|
@@ -142758,6 +142929,7 @@ export namespace Prisma {
|
|
|
142758
142929
|
export type RoleCountOrderByAggregateInput = {
|
|
142759
142930
|
id?: SortOrder
|
|
142760
142931
|
name?: SortOrder
|
|
142932
|
+
color?: SortOrder
|
|
142761
142933
|
description?: SortOrder
|
|
142762
142934
|
teamId?: SortOrder
|
|
142763
142935
|
createdAt?: SortOrder
|
|
@@ -142772,6 +142944,7 @@ export namespace Prisma {
|
|
|
142772
142944
|
export type RoleMaxOrderByAggregateInput = {
|
|
142773
142945
|
id?: SortOrder
|
|
142774
142946
|
name?: SortOrder
|
|
142947
|
+
color?: SortOrder
|
|
142775
142948
|
description?: SortOrder
|
|
142776
142949
|
teamId?: SortOrder
|
|
142777
142950
|
createdAt?: SortOrder
|
|
@@ -142782,6 +142955,7 @@ export namespace Prisma {
|
|
|
142782
142955
|
export type RoleMinOrderByAggregateInput = {
|
|
142783
142956
|
id?: SortOrder
|
|
142784
142957
|
name?: SortOrder
|
|
142958
|
+
color?: SortOrder
|
|
142785
142959
|
description?: SortOrder
|
|
142786
142960
|
teamId?: SortOrder
|
|
142787
142961
|
createdAt?: SortOrder
|
|
@@ -155764,6 +155938,8 @@ export namespace Prisma {
|
|
|
155764
155938
|
integration: string
|
|
155765
155939
|
externalId: string
|
|
155766
155940
|
primaryEmail?: string | null
|
|
155941
|
+
createdAt?: Date | string | null
|
|
155942
|
+
updatedAt?: Date | string | null
|
|
155767
155943
|
user?: UserCreateNestedOneWithoutDestinationCalendarInput
|
|
155768
155944
|
booking?: BookingCreateNestedManyWithoutDestinationCalendarInput
|
|
155769
155945
|
credential?: CredentialCreateNestedOneWithoutDestinationCalendarsInput
|
|
@@ -155778,6 +155954,8 @@ export namespace Prisma {
|
|
|
155778
155954
|
primaryEmail?: string | null
|
|
155779
155955
|
userId?: number | null
|
|
155780
155956
|
credentialId?: number | null
|
|
155957
|
+
createdAt?: Date | string | null
|
|
155958
|
+
updatedAt?: Date | string | null
|
|
155781
155959
|
delegationCredentialId?: string | null
|
|
155782
155960
|
domainWideDelegationCredentialId?: string | null
|
|
155783
155961
|
booking?: BookingUncheckedCreateNestedManyWithoutDestinationCalendarInput
|
|
@@ -156335,6 +156513,8 @@ export namespace Prisma {
|
|
|
156335
156513
|
id?: string
|
|
156336
156514
|
integration: string
|
|
156337
156515
|
externalId: string
|
|
156516
|
+
createdAt?: Date | string | null
|
|
156517
|
+
updatedAt?: Date | string | null
|
|
156338
156518
|
googleChannelId?: string | null
|
|
156339
156519
|
googleChannelKind?: string | null
|
|
156340
156520
|
googleChannelResourceId?: string | null
|
|
@@ -156357,6 +156537,8 @@ export namespace Prisma {
|
|
|
156357
156537
|
integration: string
|
|
156358
156538
|
externalId: string
|
|
156359
156539
|
credentialId?: number | null
|
|
156540
|
+
createdAt?: Date | string | null
|
|
156541
|
+
updatedAt?: Date | string | null
|
|
156360
156542
|
googleChannelId?: string | null
|
|
156361
156543
|
googleChannelKind?: string | null
|
|
156362
156544
|
googleChannelResourceId?: string | null
|
|
@@ -157095,6 +157277,8 @@ export namespace Prisma {
|
|
|
157095
157277
|
integration?: StringFieldUpdateOperationsInput | string
|
|
157096
157278
|
externalId?: StringFieldUpdateOperationsInput | string
|
|
157097
157279
|
primaryEmail?: NullableStringFieldUpdateOperationsInput | string | null
|
|
157280
|
+
createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
157281
|
+
updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
157098
157282
|
user?: UserUpdateOneWithoutDestinationCalendarNestedInput
|
|
157099
157283
|
booking?: BookingUpdateManyWithoutDestinationCalendarNestedInput
|
|
157100
157284
|
credential?: CredentialUpdateOneWithoutDestinationCalendarsNestedInput
|
|
@@ -157109,6 +157293,8 @@ export namespace Prisma {
|
|
|
157109
157293
|
primaryEmail?: NullableStringFieldUpdateOperationsInput | string | null
|
|
157110
157294
|
userId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
157111
157295
|
credentialId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
157296
|
+
createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
157297
|
+
updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
157112
157298
|
delegationCredentialId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
157113
157299
|
domainWideDelegationCredentialId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
157114
157300
|
booking?: BookingUncheckedUpdateManyWithoutDestinationCalendarNestedInput
|
|
@@ -157618,6 +157804,8 @@ export namespace Prisma {
|
|
|
157618
157804
|
integration?: StringFilter<"SelectedCalendar"> | string
|
|
157619
157805
|
externalId?: StringFilter<"SelectedCalendar"> | string
|
|
157620
157806
|
credentialId?: IntNullableFilter<"SelectedCalendar"> | number | null
|
|
157807
|
+
createdAt?: DateTimeNullableFilter<"SelectedCalendar"> | Date | string | null
|
|
157808
|
+
updatedAt?: DateTimeNullableFilter<"SelectedCalendar"> | Date | string | null
|
|
157621
157809
|
googleChannelId?: StringNullableFilter<"SelectedCalendar"> | string | null
|
|
157622
157810
|
googleChannelKind?: StringNullableFilter<"SelectedCalendar"> | string | null
|
|
157623
157811
|
googleChannelResourceId?: StringNullableFilter<"SelectedCalendar"> | string | null
|
|
@@ -158089,6 +158277,8 @@ export namespace Prisma {
|
|
|
158089
158277
|
integration: string
|
|
158090
158278
|
externalId: string
|
|
158091
158279
|
primaryEmail?: string | null
|
|
158280
|
+
createdAt?: Date | string | null
|
|
158281
|
+
updatedAt?: Date | string | null
|
|
158092
158282
|
user?: UserCreateNestedOneWithoutDestinationCalendarInput
|
|
158093
158283
|
booking?: BookingCreateNestedManyWithoutDestinationCalendarInput
|
|
158094
158284
|
eventType?: EventTypeCreateNestedOneWithoutDestinationCalendarInput
|
|
@@ -158103,6 +158293,8 @@ export namespace Prisma {
|
|
|
158103
158293
|
primaryEmail?: string | null
|
|
158104
158294
|
userId?: number | null
|
|
158105
158295
|
eventTypeId?: number | null
|
|
158296
|
+
createdAt?: Date | string | null
|
|
158297
|
+
updatedAt?: Date | string | null
|
|
158106
158298
|
delegationCredentialId?: string | null
|
|
158107
158299
|
domainWideDelegationCredentialId?: string | null
|
|
158108
158300
|
booking?: BookingUncheckedCreateNestedManyWithoutDestinationCalendarInput
|
|
@@ -158122,6 +158314,8 @@ export namespace Prisma {
|
|
|
158122
158314
|
id?: string
|
|
158123
158315
|
integration: string
|
|
158124
158316
|
externalId: string
|
|
158317
|
+
createdAt?: Date | string | null
|
|
158318
|
+
updatedAt?: Date | string | null
|
|
158125
158319
|
googleChannelId?: string | null
|
|
158126
158320
|
googleChannelKind?: string | null
|
|
158127
158321
|
googleChannelResourceId?: string | null
|
|
@@ -158143,6 +158337,8 @@ export namespace Prisma {
|
|
|
158143
158337
|
userId: number
|
|
158144
158338
|
integration: string
|
|
158145
158339
|
externalId: string
|
|
158340
|
+
createdAt?: Date | string | null
|
|
158341
|
+
updatedAt?: Date | string | null
|
|
158146
158342
|
googleChannelId?: string | null
|
|
158147
158343
|
googleChannelKind?: string | null
|
|
158148
158344
|
googleChannelResourceId?: string | null
|
|
@@ -158676,6 +158872,8 @@ export namespace Prisma {
|
|
|
158676
158872
|
userId?: IntNullableFilter<"DestinationCalendar"> | number | null
|
|
158677
158873
|
eventTypeId?: IntNullableFilter<"DestinationCalendar"> | number | null
|
|
158678
158874
|
credentialId?: IntNullableFilter<"DestinationCalendar"> | number | null
|
|
158875
|
+
createdAt?: DateTimeNullableFilter<"DestinationCalendar"> | Date | string | null
|
|
158876
|
+
updatedAt?: DateTimeNullableFilter<"DestinationCalendar"> | Date | string | null
|
|
158679
158877
|
delegationCredentialId?: StringNullableFilter<"DestinationCalendar"> | string | null
|
|
158680
158878
|
domainWideDelegationCredentialId?: StringNullableFilter<"DestinationCalendar"> | string | null
|
|
158681
158879
|
}
|
|
@@ -161193,6 +161391,8 @@ export namespace Prisma {
|
|
|
161193
161391
|
id?: string
|
|
161194
161392
|
integration: string
|
|
161195
161393
|
externalId: string
|
|
161394
|
+
createdAt?: Date | string | null
|
|
161395
|
+
updatedAt?: Date | string | null
|
|
161196
161396
|
googleChannelId?: string | null
|
|
161197
161397
|
googleChannelKind?: string | null
|
|
161198
161398
|
googleChannelResourceId?: string | null
|
|
@@ -161214,6 +161414,8 @@ export namespace Prisma {
|
|
|
161214
161414
|
integration: string
|
|
161215
161415
|
externalId: string
|
|
161216
161416
|
credentialId?: number | null
|
|
161417
|
+
createdAt?: Date | string | null
|
|
161418
|
+
updatedAt?: Date | string | null
|
|
161217
161419
|
googleChannelId?: string | null
|
|
161218
161420
|
googleChannelKind?: string | null
|
|
161219
161421
|
googleChannelResourceId?: string | null
|
|
@@ -161318,6 +161520,8 @@ export namespace Prisma {
|
|
|
161318
161520
|
integration: string
|
|
161319
161521
|
externalId: string
|
|
161320
161522
|
primaryEmail?: string | null
|
|
161523
|
+
createdAt?: Date | string | null
|
|
161524
|
+
updatedAt?: Date | string | null
|
|
161321
161525
|
booking?: BookingCreateNestedManyWithoutDestinationCalendarInput
|
|
161322
161526
|
eventType?: EventTypeCreateNestedOneWithoutDestinationCalendarInput
|
|
161323
161527
|
credential?: CredentialCreateNestedOneWithoutDestinationCalendarsInput
|
|
@@ -161332,6 +161536,8 @@ export namespace Prisma {
|
|
|
161332
161536
|
primaryEmail?: string | null
|
|
161333
161537
|
eventTypeId?: number | null
|
|
161334
161538
|
credentialId?: number | null
|
|
161539
|
+
createdAt?: Date | string | null
|
|
161540
|
+
updatedAt?: Date | string | null
|
|
161335
161541
|
delegationCredentialId?: string | null
|
|
161336
161542
|
domainWideDelegationCredentialId?: string | null
|
|
161337
161543
|
booking?: BookingUncheckedCreateNestedManyWithoutDestinationCalendarInput
|
|
@@ -163120,6 +163326,8 @@ export namespace Prisma {
|
|
|
163120
163326
|
integration?: StringFieldUpdateOperationsInput | string
|
|
163121
163327
|
externalId?: StringFieldUpdateOperationsInput | string
|
|
163122
163328
|
primaryEmail?: NullableStringFieldUpdateOperationsInput | string | null
|
|
163329
|
+
createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
163330
|
+
updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
163123
163331
|
booking?: BookingUpdateManyWithoutDestinationCalendarNestedInput
|
|
163124
163332
|
eventType?: EventTypeUpdateOneWithoutDestinationCalendarNestedInput
|
|
163125
163333
|
credential?: CredentialUpdateOneWithoutDestinationCalendarsNestedInput
|
|
@@ -163134,6 +163342,8 @@ export namespace Prisma {
|
|
|
163134
163342
|
primaryEmail?: NullableStringFieldUpdateOperationsInput | string | null
|
|
163135
163343
|
eventTypeId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
163136
163344
|
credentialId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
163345
|
+
createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
163346
|
+
updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
163137
163347
|
delegationCredentialId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
163138
163348
|
domainWideDelegationCredentialId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
163139
163349
|
booking?: BookingUncheckedUpdateManyWithoutDestinationCalendarNestedInput
|
|
@@ -167341,6 +167551,7 @@ export namespace Prisma {
|
|
|
167341
167551
|
export type RoleCreateWithoutTeamInput = {
|
|
167342
167552
|
id?: string
|
|
167343
167553
|
name: string
|
|
167554
|
+
color?: string | null
|
|
167344
167555
|
description?: string | null
|
|
167345
167556
|
createdAt?: Date | string
|
|
167346
167557
|
updatedAt?: Date | string
|
|
@@ -167352,6 +167563,7 @@ export namespace Prisma {
|
|
|
167352
167563
|
export type RoleUncheckedCreateWithoutTeamInput = {
|
|
167353
167564
|
id?: string
|
|
167354
167565
|
name: string
|
|
167566
|
+
color?: string | null
|
|
167355
167567
|
description?: string | null
|
|
167356
167568
|
createdAt?: Date | string
|
|
167357
167569
|
updatedAt?: Date | string
|
|
@@ -168336,6 +168548,7 @@ export namespace Prisma {
|
|
|
168336
168548
|
NOT?: RoleScalarWhereInput | RoleScalarWhereInput[]
|
|
168337
168549
|
id?: StringFilter<"Role"> | string
|
|
168338
168550
|
name?: StringFilter<"Role"> | string
|
|
168551
|
+
color?: StringNullableFilter<"Role"> | string | null
|
|
168339
168552
|
description?: StringNullableFilter<"Role"> | string | null
|
|
168340
168553
|
teamId?: IntNullableFilter<"Role"> | number | null
|
|
168341
168554
|
createdAt?: DateTimeFilter<"Role"> | Date | string
|
|
@@ -170002,6 +170215,7 @@ export namespace Prisma {
|
|
|
170002
170215
|
export type RoleCreateWithoutMembershipsInput = {
|
|
170003
170216
|
id?: string
|
|
170004
170217
|
name: string
|
|
170218
|
+
color?: string | null
|
|
170005
170219
|
description?: string | null
|
|
170006
170220
|
createdAt?: Date | string
|
|
170007
170221
|
updatedAt?: Date | string
|
|
@@ -170013,6 +170227,7 @@ export namespace Prisma {
|
|
|
170013
170227
|
export type RoleUncheckedCreateWithoutMembershipsInput = {
|
|
170014
170228
|
id?: string
|
|
170015
170229
|
name: string
|
|
170230
|
+
color?: string | null
|
|
170016
170231
|
description?: string | null
|
|
170017
170232
|
teamId?: number | null
|
|
170018
170233
|
createdAt?: Date | string
|
|
@@ -170404,6 +170619,7 @@ export namespace Prisma {
|
|
|
170404
170619
|
export type RoleUpdateWithoutMembershipsInput = {
|
|
170405
170620
|
id?: StringFieldUpdateOperationsInput | string
|
|
170406
170621
|
name?: StringFieldUpdateOperationsInput | string
|
|
170622
|
+
color?: NullableStringFieldUpdateOperationsInput | string | null
|
|
170407
170623
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
170408
170624
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
170409
170625
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
@@ -170415,6 +170631,7 @@ export namespace Prisma {
|
|
|
170415
170631
|
export type RoleUncheckedUpdateWithoutMembershipsInput = {
|
|
170416
170632
|
id?: StringFieldUpdateOperationsInput | string
|
|
170417
170633
|
name?: StringFieldUpdateOperationsInput | string
|
|
170634
|
+
color?: NullableStringFieldUpdateOperationsInput | string | null
|
|
170418
170635
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
170419
170636
|
teamId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
170420
170637
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
@@ -172846,6 +173063,8 @@ export namespace Prisma {
|
|
|
172846
173063
|
integration: string
|
|
172847
173064
|
externalId: string
|
|
172848
173065
|
primaryEmail?: string | null
|
|
173066
|
+
createdAt?: Date | string | null
|
|
173067
|
+
updatedAt?: Date | string | null
|
|
172849
173068
|
user?: UserCreateNestedOneWithoutDestinationCalendarInput
|
|
172850
173069
|
eventType?: EventTypeCreateNestedOneWithoutDestinationCalendarInput
|
|
172851
173070
|
credential?: CredentialCreateNestedOneWithoutDestinationCalendarsInput
|
|
@@ -172861,6 +173080,8 @@ export namespace Prisma {
|
|
|
172861
173080
|
userId?: number | null
|
|
172862
173081
|
eventTypeId?: number | null
|
|
172863
173082
|
credentialId?: number | null
|
|
173083
|
+
createdAt?: Date | string | null
|
|
173084
|
+
updatedAt?: Date | string | null
|
|
172864
173085
|
delegationCredentialId?: string | null
|
|
172865
173086
|
domainWideDelegationCredentialId?: string | null
|
|
172866
173087
|
}
|
|
@@ -173874,6 +174095,8 @@ export namespace Prisma {
|
|
|
173874
174095
|
integration?: StringFieldUpdateOperationsInput | string
|
|
173875
174096
|
externalId?: StringFieldUpdateOperationsInput | string
|
|
173876
174097
|
primaryEmail?: NullableStringFieldUpdateOperationsInput | string | null
|
|
174098
|
+
createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
174099
|
+
updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
173877
174100
|
user?: UserUpdateOneWithoutDestinationCalendarNestedInput
|
|
173878
174101
|
eventType?: EventTypeUpdateOneWithoutDestinationCalendarNestedInput
|
|
173879
174102
|
credential?: CredentialUpdateOneWithoutDestinationCalendarsNestedInput
|
|
@@ -173889,6 +174112,8 @@ export namespace Prisma {
|
|
|
173889
174112
|
userId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
173890
174113
|
eventTypeId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
173891
174114
|
credentialId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
174115
|
+
createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
174116
|
+
updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
173892
174117
|
delegationCredentialId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
173893
174118
|
domainWideDelegationCredentialId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
173894
174119
|
}
|
|
@@ -199188,6 +199413,8 @@ export namespace Prisma {
|
|
|
199188
199413
|
id?: string
|
|
199189
199414
|
integration: string
|
|
199190
199415
|
externalId: string
|
|
199416
|
+
createdAt?: Date | string | null
|
|
199417
|
+
updatedAt?: Date | string | null
|
|
199191
199418
|
googleChannelId?: string | null
|
|
199192
199419
|
googleChannelKind?: string | null
|
|
199193
199420
|
googleChannelResourceId?: string | null
|
|
@@ -199210,6 +199437,8 @@ export namespace Prisma {
|
|
|
199210
199437
|
integration: string
|
|
199211
199438
|
externalId: string
|
|
199212
199439
|
credentialId?: number | null
|
|
199440
|
+
createdAt?: Date | string | null
|
|
199441
|
+
updatedAt?: Date | string | null
|
|
199213
199442
|
googleChannelId?: string | null
|
|
199214
199443
|
googleChannelKind?: string | null
|
|
199215
199444
|
googleChannelResourceId?: string | null
|
|
@@ -199238,6 +199467,8 @@ export namespace Prisma {
|
|
|
199238
199467
|
integration: string
|
|
199239
199468
|
externalId: string
|
|
199240
199469
|
primaryEmail?: string | null
|
|
199470
|
+
createdAt?: Date | string | null
|
|
199471
|
+
updatedAt?: Date | string | null
|
|
199241
199472
|
user?: UserCreateNestedOneWithoutDestinationCalendarInput
|
|
199242
199473
|
booking?: BookingCreateNestedManyWithoutDestinationCalendarInput
|
|
199243
199474
|
eventType?: EventTypeCreateNestedOneWithoutDestinationCalendarInput
|
|
@@ -199253,6 +199484,8 @@ export namespace Prisma {
|
|
|
199253
199484
|
userId?: number | null
|
|
199254
199485
|
eventTypeId?: number | null
|
|
199255
199486
|
credentialId?: number | null
|
|
199487
|
+
createdAt?: Date | string | null
|
|
199488
|
+
updatedAt?: Date | string | null
|
|
199256
199489
|
domainWideDelegationCredentialId?: string | null
|
|
199257
199490
|
booking?: BookingUncheckedCreateNestedManyWithoutDestinationCalendarInput
|
|
199258
199491
|
}
|
|
@@ -199753,6 +199986,8 @@ export namespace Prisma {
|
|
|
199753
199986
|
id?: string
|
|
199754
199987
|
integration: string
|
|
199755
199988
|
externalId: string
|
|
199989
|
+
createdAt?: Date | string | null
|
|
199990
|
+
updatedAt?: Date | string | null
|
|
199756
199991
|
googleChannelId?: string | null
|
|
199757
199992
|
googleChannelKind?: string | null
|
|
199758
199993
|
googleChannelResourceId?: string | null
|
|
@@ -199775,6 +200010,8 @@ export namespace Prisma {
|
|
|
199775
200010
|
integration: string
|
|
199776
200011
|
externalId: string
|
|
199777
200012
|
credentialId?: number | null
|
|
200013
|
+
createdAt?: Date | string | null
|
|
200014
|
+
updatedAt?: Date | string | null
|
|
199778
200015
|
googleChannelId?: string | null
|
|
199779
200016
|
googleChannelKind?: string | null
|
|
199780
200017
|
googleChannelResourceId?: string | null
|
|
@@ -199803,6 +200040,8 @@ export namespace Prisma {
|
|
|
199803
200040
|
integration: string
|
|
199804
200041
|
externalId: string
|
|
199805
200042
|
primaryEmail?: string | null
|
|
200043
|
+
createdAt?: Date | string | null
|
|
200044
|
+
updatedAt?: Date | string | null
|
|
199806
200045
|
user?: UserCreateNestedOneWithoutDestinationCalendarInput
|
|
199807
200046
|
booking?: BookingCreateNestedManyWithoutDestinationCalendarInput
|
|
199808
200047
|
eventType?: EventTypeCreateNestedOneWithoutDestinationCalendarInput
|
|
@@ -199818,6 +200057,8 @@ export namespace Prisma {
|
|
|
199818
200057
|
userId?: number | null
|
|
199819
200058
|
eventTypeId?: number | null
|
|
199820
200059
|
credentialId?: number | null
|
|
200060
|
+
createdAt?: Date | string | null
|
|
200061
|
+
updatedAt?: Date | string | null
|
|
199821
200062
|
delegationCredentialId?: string | null
|
|
199822
200063
|
booking?: BookingUncheckedCreateNestedManyWithoutDestinationCalendarInput
|
|
199823
200064
|
}
|
|
@@ -205496,6 +205737,7 @@ export namespace Prisma {
|
|
|
205496
205737
|
export type RoleCreateWithoutPermissionsInput = {
|
|
205497
205738
|
id?: string
|
|
205498
205739
|
name: string
|
|
205740
|
+
color?: string | null
|
|
205499
205741
|
description?: string | null
|
|
205500
205742
|
createdAt?: Date | string
|
|
205501
205743
|
updatedAt?: Date | string
|
|
@@ -205507,6 +205749,7 @@ export namespace Prisma {
|
|
|
205507
205749
|
export type RoleUncheckedCreateWithoutPermissionsInput = {
|
|
205508
205750
|
id?: string
|
|
205509
205751
|
name: string
|
|
205752
|
+
color?: string | null
|
|
205510
205753
|
description?: string | null
|
|
205511
205754
|
teamId?: number | null
|
|
205512
205755
|
createdAt?: Date | string
|
|
@@ -205534,6 +205777,7 @@ export namespace Prisma {
|
|
|
205534
205777
|
export type RoleUpdateWithoutPermissionsInput = {
|
|
205535
205778
|
id?: StringFieldUpdateOperationsInput | string
|
|
205536
205779
|
name?: StringFieldUpdateOperationsInput | string
|
|
205780
|
+
color?: NullableStringFieldUpdateOperationsInput | string | null
|
|
205537
205781
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
205538
205782
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
205539
205783
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
@@ -205545,6 +205789,7 @@ export namespace Prisma {
|
|
|
205545
205789
|
export type RoleUncheckedUpdateWithoutPermissionsInput = {
|
|
205546
205790
|
id?: StringFieldUpdateOperationsInput | string
|
|
205547
205791
|
name?: StringFieldUpdateOperationsInput | string
|
|
205792
|
+
color?: NullableStringFieldUpdateOperationsInput | string | null
|
|
205548
205793
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
205549
205794
|
teamId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
205550
205795
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
@@ -205746,6 +205991,8 @@ export namespace Prisma {
|
|
|
205746
205991
|
integration: string
|
|
205747
205992
|
externalId: string
|
|
205748
205993
|
credentialId?: number | null
|
|
205994
|
+
createdAt?: Date | string | null
|
|
205995
|
+
updatedAt?: Date | string | null
|
|
205749
205996
|
googleChannelId?: string | null
|
|
205750
205997
|
googleChannelKind?: string | null
|
|
205751
205998
|
googleChannelResourceId?: string | null
|
|
@@ -206615,6 +206862,8 @@ export namespace Prisma {
|
|
|
206615
206862
|
id?: StringFieldUpdateOperationsInput | string
|
|
206616
206863
|
integration?: StringFieldUpdateOperationsInput | string
|
|
206617
206864
|
externalId?: StringFieldUpdateOperationsInput | string
|
|
206865
|
+
createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
206866
|
+
updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
206618
206867
|
googleChannelId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
206619
206868
|
googleChannelKind?: NullableStringFieldUpdateOperationsInput | string | null
|
|
206620
206869
|
googleChannelResourceId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -206637,6 +206886,8 @@ export namespace Prisma {
|
|
|
206637
206886
|
integration?: StringFieldUpdateOperationsInput | string
|
|
206638
206887
|
externalId?: StringFieldUpdateOperationsInput | string
|
|
206639
206888
|
credentialId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
206889
|
+
createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
206890
|
+
updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
206640
206891
|
googleChannelId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
206641
206892
|
googleChannelKind?: NullableStringFieldUpdateOperationsInput | string | null
|
|
206642
206893
|
googleChannelResourceId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -206657,6 +206908,8 @@ export namespace Prisma {
|
|
|
206657
206908
|
integration?: StringFieldUpdateOperationsInput | string
|
|
206658
206909
|
externalId?: StringFieldUpdateOperationsInput | string
|
|
206659
206910
|
credentialId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
206911
|
+
createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
206912
|
+
updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
206660
206913
|
googleChannelId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
206661
206914
|
googleChannelKind?: NullableStringFieldUpdateOperationsInput | string | null
|
|
206662
206915
|
googleChannelResourceId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -206678,6 +206931,8 @@ export namespace Prisma {
|
|
|
206678
206931
|
primaryEmail?: string | null
|
|
206679
206932
|
userId?: number | null
|
|
206680
206933
|
eventTypeId?: number | null
|
|
206934
|
+
createdAt?: Date | string | null
|
|
206935
|
+
updatedAt?: Date | string | null
|
|
206681
206936
|
delegationCredentialId?: string | null
|
|
206682
206937
|
domainWideDelegationCredentialId?: string | null
|
|
206683
206938
|
}
|
|
@@ -206687,6 +206942,8 @@ export namespace Prisma {
|
|
|
206687
206942
|
userId: number
|
|
206688
206943
|
integration: string
|
|
206689
206944
|
externalId: string
|
|
206945
|
+
createdAt?: Date | string | null
|
|
206946
|
+
updatedAt?: Date | string | null
|
|
206690
206947
|
googleChannelId?: string | null
|
|
206691
206948
|
googleChannelKind?: string | null
|
|
206692
206949
|
googleChannelResourceId?: string | null
|
|
@@ -206729,6 +206986,8 @@ export namespace Prisma {
|
|
|
206729
206986
|
integration?: StringFieldUpdateOperationsInput | string
|
|
206730
206987
|
externalId?: StringFieldUpdateOperationsInput | string
|
|
206731
206988
|
primaryEmail?: NullableStringFieldUpdateOperationsInput | string | null
|
|
206989
|
+
createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
206990
|
+
updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
206732
206991
|
user?: UserUpdateOneWithoutDestinationCalendarNestedInput
|
|
206733
206992
|
booking?: BookingUpdateManyWithoutDestinationCalendarNestedInput
|
|
206734
206993
|
eventType?: EventTypeUpdateOneWithoutDestinationCalendarNestedInput
|
|
@@ -206743,6 +207002,8 @@ export namespace Prisma {
|
|
|
206743
207002
|
primaryEmail?: NullableStringFieldUpdateOperationsInput | string | null
|
|
206744
207003
|
userId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
206745
207004
|
eventTypeId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
207005
|
+
createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
207006
|
+
updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
206746
207007
|
delegationCredentialId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
206747
207008
|
domainWideDelegationCredentialId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
206748
207009
|
booking?: BookingUncheckedUpdateManyWithoutDestinationCalendarNestedInput
|
|
@@ -206755,6 +207016,8 @@ export namespace Prisma {
|
|
|
206755
207016
|
primaryEmail?: NullableStringFieldUpdateOperationsInput | string | null
|
|
206756
207017
|
userId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
206757
207018
|
eventTypeId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
207019
|
+
createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
207020
|
+
updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
206758
207021
|
delegationCredentialId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
206759
207022
|
domainWideDelegationCredentialId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
206760
207023
|
}
|
|
@@ -206763,6 +207026,8 @@ export namespace Prisma {
|
|
|
206763
207026
|
id?: StringFieldUpdateOperationsInput | string
|
|
206764
207027
|
integration?: StringFieldUpdateOperationsInput | string
|
|
206765
207028
|
externalId?: StringFieldUpdateOperationsInput | string
|
|
207029
|
+
createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
207030
|
+
updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
206766
207031
|
googleChannelId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
206767
207032
|
googleChannelKind?: NullableStringFieldUpdateOperationsInput | string | null
|
|
206768
207033
|
googleChannelResourceId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -206784,6 +207049,8 @@ export namespace Prisma {
|
|
|
206784
207049
|
userId?: IntFieldUpdateOperationsInput | number
|
|
206785
207050
|
integration?: StringFieldUpdateOperationsInput | string
|
|
206786
207051
|
externalId?: StringFieldUpdateOperationsInput | string
|
|
207052
|
+
createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
207053
|
+
updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
206787
207054
|
googleChannelId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
206788
207055
|
googleChannelKind?: NullableStringFieldUpdateOperationsInput | string | null
|
|
206789
207056
|
googleChannelResourceId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -206804,6 +207071,8 @@ export namespace Prisma {
|
|
|
206804
207071
|
userId?: IntFieldUpdateOperationsInput | number
|
|
206805
207072
|
integration?: StringFieldUpdateOperationsInput | string
|
|
206806
207073
|
externalId?: StringFieldUpdateOperationsInput | string
|
|
207074
|
+
createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
207075
|
+
updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
206807
207076
|
googleChannelId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
206808
207077
|
googleChannelKind?: NullableStringFieldUpdateOperationsInput | string | null
|
|
206809
207078
|
googleChannelResourceId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -207165,6 +207434,8 @@ export namespace Prisma {
|
|
|
207165
207434
|
integration: string
|
|
207166
207435
|
externalId: string
|
|
207167
207436
|
credentialId?: number | null
|
|
207437
|
+
createdAt?: Date | string | null
|
|
207438
|
+
updatedAt?: Date | string | null
|
|
207168
207439
|
googleChannelId?: string | null
|
|
207169
207440
|
googleChannelKind?: string | null
|
|
207170
207441
|
googleChannelResourceId?: string | null
|
|
@@ -208199,6 +208470,8 @@ export namespace Prisma {
|
|
|
208199
208470
|
id?: StringFieldUpdateOperationsInput | string
|
|
208200
208471
|
integration?: StringFieldUpdateOperationsInput | string
|
|
208201
208472
|
externalId?: StringFieldUpdateOperationsInput | string
|
|
208473
|
+
createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
208474
|
+
updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
208202
208475
|
googleChannelId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
208203
208476
|
googleChannelKind?: NullableStringFieldUpdateOperationsInput | string | null
|
|
208204
208477
|
googleChannelResourceId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -208220,6 +208493,8 @@ export namespace Prisma {
|
|
|
208220
208493
|
integration?: StringFieldUpdateOperationsInput | string
|
|
208221
208494
|
externalId?: StringFieldUpdateOperationsInput | string
|
|
208222
208495
|
credentialId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
208496
|
+
createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
208497
|
+
updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
208223
208498
|
googleChannelId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
208224
208499
|
googleChannelKind?: NullableStringFieldUpdateOperationsInput | string | null
|
|
208225
208500
|
googleChannelResourceId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -208240,6 +208515,8 @@ export namespace Prisma {
|
|
|
208240
208515
|
integration?: StringFieldUpdateOperationsInput | string
|
|
208241
208516
|
externalId?: StringFieldUpdateOperationsInput | string
|
|
208242
208517
|
credentialId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
208518
|
+
createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
208519
|
+
updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
208243
208520
|
googleChannelId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
208244
208521
|
googleChannelKind?: NullableStringFieldUpdateOperationsInput | string | null
|
|
208245
208522
|
googleChannelResourceId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -210496,6 +210773,7 @@ export namespace Prisma {
|
|
|
210496
210773
|
export type RoleCreateManyTeamInput = {
|
|
210497
210774
|
id?: string
|
|
210498
210775
|
name: string
|
|
210776
|
+
color?: string | null
|
|
210499
210777
|
description?: string | null
|
|
210500
210778
|
createdAt?: Date | string
|
|
210501
210779
|
updatedAt?: Date | string
|
|
@@ -211820,6 +212098,7 @@ export namespace Prisma {
|
|
|
211820
212098
|
export type RoleUpdateWithoutTeamInput = {
|
|
211821
212099
|
id?: StringFieldUpdateOperationsInput | string
|
|
211822
212100
|
name?: StringFieldUpdateOperationsInput | string
|
|
212101
|
+
color?: NullableStringFieldUpdateOperationsInput | string | null
|
|
211823
212102
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
211824
212103
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
211825
212104
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
@@ -211831,6 +212110,7 @@ export namespace Prisma {
|
|
|
211831
212110
|
export type RoleUncheckedUpdateWithoutTeamInput = {
|
|
211832
212111
|
id?: StringFieldUpdateOperationsInput | string
|
|
211833
212112
|
name?: StringFieldUpdateOperationsInput | string
|
|
212113
|
+
color?: NullableStringFieldUpdateOperationsInput | string | null
|
|
211834
212114
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
211835
212115
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
211836
212116
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
@@ -211842,6 +212122,7 @@ export namespace Prisma {
|
|
|
211842
212122
|
export type RoleUncheckedUpdateManyWithoutTeamInput = {
|
|
211843
212123
|
id?: StringFieldUpdateOperationsInput | string
|
|
211844
212124
|
name?: StringFieldUpdateOperationsInput | string
|
|
212125
|
+
color?: NullableStringFieldUpdateOperationsInput | string | null
|
|
211845
212126
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
211846
212127
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
211847
212128
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
@@ -215790,6 +216071,8 @@ export namespace Prisma {
|
|
|
215790
216071
|
integration: string
|
|
215791
216072
|
externalId: string
|
|
215792
216073
|
credentialId?: number | null
|
|
216074
|
+
createdAt?: Date | string | null
|
|
216075
|
+
updatedAt?: Date | string | null
|
|
215793
216076
|
googleChannelId?: string | null
|
|
215794
216077
|
googleChannelKind?: string | null
|
|
215795
216078
|
googleChannelResourceId?: string | null
|
|
@@ -215812,6 +216095,8 @@ export namespace Prisma {
|
|
|
215812
216095
|
userId?: number | null
|
|
215813
216096
|
eventTypeId?: number | null
|
|
215814
216097
|
credentialId?: number | null
|
|
216098
|
+
createdAt?: Date | string | null
|
|
216099
|
+
updatedAt?: Date | string | null
|
|
215815
216100
|
domainWideDelegationCredentialId?: string | null
|
|
215816
216101
|
}
|
|
215817
216102
|
|
|
@@ -215847,6 +216132,8 @@ export namespace Prisma {
|
|
|
215847
216132
|
id?: StringFieldUpdateOperationsInput | string
|
|
215848
216133
|
integration?: StringFieldUpdateOperationsInput | string
|
|
215849
216134
|
externalId?: StringFieldUpdateOperationsInput | string
|
|
216135
|
+
createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
216136
|
+
updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
215850
216137
|
googleChannelId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
215851
216138
|
googleChannelKind?: NullableStringFieldUpdateOperationsInput | string | null
|
|
215852
216139
|
googleChannelResourceId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -215869,6 +216156,8 @@ export namespace Prisma {
|
|
|
215869
216156
|
integration?: StringFieldUpdateOperationsInput | string
|
|
215870
216157
|
externalId?: StringFieldUpdateOperationsInput | string
|
|
215871
216158
|
credentialId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
216159
|
+
createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
216160
|
+
updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
215872
216161
|
googleChannelId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
215873
216162
|
googleChannelKind?: NullableStringFieldUpdateOperationsInput | string | null
|
|
215874
216163
|
googleChannelResourceId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -215889,6 +216178,8 @@ export namespace Prisma {
|
|
|
215889
216178
|
integration?: StringFieldUpdateOperationsInput | string
|
|
215890
216179
|
externalId?: StringFieldUpdateOperationsInput | string
|
|
215891
216180
|
credentialId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
216181
|
+
createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
216182
|
+
updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
215892
216183
|
googleChannelId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
215893
216184
|
googleChannelKind?: NullableStringFieldUpdateOperationsInput | string | null
|
|
215894
216185
|
googleChannelResourceId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -215907,6 +216198,8 @@ export namespace Prisma {
|
|
|
215907
216198
|
integration?: StringFieldUpdateOperationsInput | string
|
|
215908
216199
|
externalId?: StringFieldUpdateOperationsInput | string
|
|
215909
216200
|
primaryEmail?: NullableStringFieldUpdateOperationsInput | string | null
|
|
216201
|
+
createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
216202
|
+
updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
215910
216203
|
user?: UserUpdateOneWithoutDestinationCalendarNestedInput
|
|
215911
216204
|
booking?: BookingUpdateManyWithoutDestinationCalendarNestedInput
|
|
215912
216205
|
eventType?: EventTypeUpdateOneWithoutDestinationCalendarNestedInput
|
|
@@ -215922,6 +216215,8 @@ export namespace Prisma {
|
|
|
215922
216215
|
userId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
215923
216216
|
eventTypeId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
215924
216217
|
credentialId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
216218
|
+
createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
216219
|
+
updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
215925
216220
|
domainWideDelegationCredentialId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
215926
216221
|
booking?: BookingUncheckedUpdateManyWithoutDestinationCalendarNestedInput
|
|
215927
216222
|
}
|
|
@@ -215934,6 +216229,8 @@ export namespace Prisma {
|
|
|
215934
216229
|
userId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
215935
216230
|
eventTypeId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
215936
216231
|
credentialId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
216232
|
+
createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
216233
|
+
updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
215937
216234
|
domainWideDelegationCredentialId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
215938
216235
|
}
|
|
215939
216236
|
|
|
@@ -216033,6 +216330,8 @@ export namespace Prisma {
|
|
|
216033
216330
|
integration: string
|
|
216034
216331
|
externalId: string
|
|
216035
216332
|
credentialId?: number | null
|
|
216333
|
+
createdAt?: Date | string | null
|
|
216334
|
+
updatedAt?: Date | string | null
|
|
216036
216335
|
googleChannelId?: string | null
|
|
216037
216336
|
googleChannelKind?: string | null
|
|
216038
216337
|
googleChannelResourceId?: string | null
|
|
@@ -216055,6 +216354,8 @@ export namespace Prisma {
|
|
|
216055
216354
|
userId?: number | null
|
|
216056
216355
|
eventTypeId?: number | null
|
|
216057
216356
|
credentialId?: number | null
|
|
216357
|
+
createdAt?: Date | string | null
|
|
216358
|
+
updatedAt?: Date | string | null
|
|
216058
216359
|
delegationCredentialId?: string | null
|
|
216059
216360
|
}
|
|
216060
216361
|
|
|
@@ -216077,6 +216378,8 @@ export namespace Prisma {
|
|
|
216077
216378
|
id?: StringFieldUpdateOperationsInput | string
|
|
216078
216379
|
integration?: StringFieldUpdateOperationsInput | string
|
|
216079
216380
|
externalId?: StringFieldUpdateOperationsInput | string
|
|
216381
|
+
createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
216382
|
+
updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
216080
216383
|
googleChannelId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
216081
216384
|
googleChannelKind?: NullableStringFieldUpdateOperationsInput | string | null
|
|
216082
216385
|
googleChannelResourceId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -216099,6 +216402,8 @@ export namespace Prisma {
|
|
|
216099
216402
|
integration?: StringFieldUpdateOperationsInput | string
|
|
216100
216403
|
externalId?: StringFieldUpdateOperationsInput | string
|
|
216101
216404
|
credentialId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
216405
|
+
createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
216406
|
+
updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
216102
216407
|
googleChannelId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
216103
216408
|
googleChannelKind?: NullableStringFieldUpdateOperationsInput | string | null
|
|
216104
216409
|
googleChannelResourceId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -216119,6 +216424,8 @@ export namespace Prisma {
|
|
|
216119
216424
|
integration?: StringFieldUpdateOperationsInput | string
|
|
216120
216425
|
externalId?: StringFieldUpdateOperationsInput | string
|
|
216121
216426
|
credentialId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
216427
|
+
createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
216428
|
+
updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
216122
216429
|
googleChannelId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
216123
216430
|
googleChannelKind?: NullableStringFieldUpdateOperationsInput | string | null
|
|
216124
216431
|
googleChannelResourceId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -216137,6 +216444,8 @@ export namespace Prisma {
|
|
|
216137
216444
|
integration?: StringFieldUpdateOperationsInput | string
|
|
216138
216445
|
externalId?: StringFieldUpdateOperationsInput | string
|
|
216139
216446
|
primaryEmail?: NullableStringFieldUpdateOperationsInput | string | null
|
|
216447
|
+
createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
216448
|
+
updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
216140
216449
|
user?: UserUpdateOneWithoutDestinationCalendarNestedInput
|
|
216141
216450
|
booking?: BookingUpdateManyWithoutDestinationCalendarNestedInput
|
|
216142
216451
|
eventType?: EventTypeUpdateOneWithoutDestinationCalendarNestedInput
|
|
@@ -216152,6 +216461,8 @@ export namespace Prisma {
|
|
|
216152
216461
|
userId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
216153
216462
|
eventTypeId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
216154
216463
|
credentialId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
216464
|
+
createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
216465
|
+
updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
216155
216466
|
delegationCredentialId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
216156
216467
|
booking?: BookingUncheckedUpdateManyWithoutDestinationCalendarNestedInput
|
|
216157
216468
|
}
|
|
@@ -216164,6 +216475,8 @@ export namespace Prisma {
|
|
|
216164
216475
|
userId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
216165
216476
|
eventTypeId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
216166
216477
|
credentialId?: NullableIntFieldUpdateOperationsInput | number | null
|
|
216478
|
+
createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
216479
|
+
updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
216167
216480
|
delegationCredentialId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
216168
216481
|
}
|
|
216169
216482
|
|