@a_team/prisma 3.11.0-win → 3.11.1-linux

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.
@@ -39,10 +39,10 @@ export type BillingAccountStripeInfo = $Result.DefaultSelection<Prisma.$BillingA
39
39
  */
40
40
  export type BillingAccountPaymentTerms = $Result.DefaultSelection<Prisma.$BillingAccountPaymentTermsPayload>
41
41
  /**
42
- * Model Credentials
42
+ * Model CalendarCredentials
43
43
  *
44
44
  */
45
- export type Credentials = $Result.DefaultSelection<Prisma.$CredentialsPayload>
45
+ export type CalendarCredentials = $Result.DefaultSelection<Prisma.$CalendarCredentialsPayload>
46
46
  /**
47
47
  * Model Attendee
48
48
  *
@@ -403,16 +403,6 @@ export type PlatformExperience = $Result.DefaultSelection<Prisma.$PlatformExperi
403
403
  *
404
404
  */
405
405
  export type BookingFrequency = $Result.DefaultSelection<Prisma.$BookingFrequencyPayload>
406
- /**
407
- * Model UserEventType
408
- *
409
- */
410
- export type UserEventType = $Result.DefaultSelection<Prisma.$UserEventTypePayload>
411
- /**
412
- * Model CalendarSettings
413
- *
414
- */
415
- export type CalendarSettings = $Result.DefaultSelection<Prisma.$CalendarSettingsPayload>
416
406
  /**
417
407
  * Model Preferences
418
408
  *
@@ -4419,35 +4409,39 @@ export namespace Prisma {
4419
4409
 
4420
4410
 
4421
4411
  /**
4422
- * Model Credentials
4412
+ * Model CalendarCredentials
4423
4413
  */
4424
4414
 
4425
4415
 
4426
4416
 
4427
4417
 
4428
4418
 
4429
- export type CredentialsSelect<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
4419
+ export type CalendarCredentialsSelect<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
4430
4420
  scope?: boolean
4431
4421
  id_token?: boolean
4432
4422
  refresh_token?: boolean
4433
4423
  expiry_date?: boolean
4434
4424
  access_token?: boolean
4435
4425
  token_type?: boolean
4436
- }, ExtArgs["result"]["credentials"]>
4426
+ email?: boolean
4427
+ ext_expires_in?: boolean
4428
+ }, ExtArgs["result"]["calendarCredentials"]>
4437
4429
 
4438
4430
 
4439
- export type CredentialsSelectScalar = {
4431
+ export type CalendarCredentialsSelectScalar = {
4440
4432
  scope?: boolean
4441
4433
  id_token?: boolean
4442
4434
  refresh_token?: boolean
4443
4435
  expiry_date?: boolean
4444
4436
  access_token?: boolean
4445
4437
  token_type?: boolean
4438
+ email?: boolean
4439
+ ext_expires_in?: boolean
4446
4440
  }
4447
4441
 
4448
4442
 
4449
- export type $CredentialsPayload = {
4450
- name: "Credentials"
4443
+ export type $CalendarCredentialsPayload = {
4444
+ name: "CalendarCredentials"
4451
4445
  objects: {}
4452
4446
  scalars: {
4453
4447
  scope: string | null
@@ -4456,38 +4450,42 @@ export namespace Prisma {
4456
4450
  expiry_date: number | null
4457
4451
  access_token: string | null
4458
4452
  token_type: string | null
4453
+ email: string | null
4454
+ ext_expires_in: number | null
4459
4455
  }
4460
4456
  composites: {}
4461
4457
  }
4462
4458
 
4463
- type CredentialsGetPayload<S extends boolean | null | undefined | CredentialsDefaultArgs> = $Result.GetResult<Prisma.$CredentialsPayload, S>
4459
+ type CalendarCredentialsGetPayload<S extends boolean | null | undefined | CalendarCredentialsDefaultArgs> = $Result.GetResult<Prisma.$CalendarCredentialsPayload, S>
4464
4460
 
4465
4461
 
4466
4462
 
4467
4463
 
4468
4464
 
4469
4465
  /**
4470
- * Fields of the Credentials model
4466
+ * Fields of the CalendarCredentials model
4471
4467
  */
4472
- interface CredentialsFieldRefs {
4473
- readonly scope: FieldRef<"Credentials", 'String'>
4474
- readonly id_token: FieldRef<"Credentials", 'String'>
4475
- readonly refresh_token: FieldRef<"Credentials", 'String'>
4476
- readonly expiry_date: FieldRef<"Credentials", 'Int'>
4477
- readonly access_token: FieldRef<"Credentials", 'String'>
4478
- readonly token_type: FieldRef<"Credentials", 'String'>
4468
+ interface CalendarCredentialsFieldRefs {
4469
+ readonly scope: FieldRef<"CalendarCredentials", 'String'>
4470
+ readonly id_token: FieldRef<"CalendarCredentials", 'String'>
4471
+ readonly refresh_token: FieldRef<"CalendarCredentials", 'String'>
4472
+ readonly expiry_date: FieldRef<"CalendarCredentials", 'Int'>
4473
+ readonly access_token: FieldRef<"CalendarCredentials", 'String'>
4474
+ readonly token_type: FieldRef<"CalendarCredentials", 'String'>
4475
+ readonly email: FieldRef<"CalendarCredentials", 'String'>
4476
+ readonly ext_expires_in: FieldRef<"CalendarCredentials", 'Int'>
4479
4477
  }
4480
4478
 
4481
4479
 
4482
4480
  // Custom InputTypes
4483
4481
  /**
4484
- * Credentials without action
4482
+ * CalendarCredentials without action
4485
4483
  */
4486
- export type CredentialsDefaultArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
4484
+ export type CalendarCredentialsDefaultArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
4487
4485
  /**
4488
- * Select specific fields to fetch from the Credentials
4486
+ * Select specific fields to fetch from the CalendarCredentials
4489
4487
  */
4490
- select?: CredentialsSelect<ExtArgs> | null
4488
+ select?: CalendarCredentialsSelect<ExtArgs> | null
4491
4489
  }
4492
4490
 
4493
4491
 
@@ -9315,132 +9313,6 @@ export namespace Prisma {
9315
9313
  }
9316
9314
 
9317
9315
 
9318
- /**
9319
- * Model UserEventType
9320
- */
9321
-
9322
-
9323
-
9324
-
9325
-
9326
- export type UserEventTypeSelect<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
9327
- eventTypeId?: boolean
9328
- bookingFrequency?: boolean | BookingFrequencyDefaultArgs<ExtArgs>
9329
- }, ExtArgs["result"]["userEventType"]>
9330
-
9331
-
9332
- export type UserEventTypeSelectScalar = {
9333
- eventTypeId?: boolean
9334
- }
9335
-
9336
- export type UserEventTypeInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {}
9337
-
9338
- export type $UserEventTypePayload = {
9339
- name: "UserEventType"
9340
- objects: {}
9341
- scalars: {
9342
- eventTypeId: string
9343
- }
9344
- composites: {
9345
- bookingFrequency: Prisma.$BookingFrequencyPayload | null
9346
- }
9347
- }
9348
-
9349
- type UserEventTypeGetPayload<S extends boolean | null | undefined | UserEventTypeDefaultArgs> = $Result.GetResult<Prisma.$UserEventTypePayload, S>
9350
-
9351
-
9352
-
9353
-
9354
-
9355
- /**
9356
- * Fields of the UserEventType model
9357
- */
9358
- interface UserEventTypeFieldRefs {
9359
- readonly eventTypeId: FieldRef<"UserEventType", 'String'>
9360
- }
9361
-
9362
-
9363
- // Custom InputTypes
9364
- /**
9365
- * UserEventType without action
9366
- */
9367
- export type UserEventTypeDefaultArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
9368
- /**
9369
- * Select specific fields to fetch from the UserEventType
9370
- */
9371
- select?: UserEventTypeSelect<ExtArgs> | null
9372
- /**
9373
- * Choose, which related nodes to fetch as well
9374
- */
9375
- include?: UserEventTypeInclude<ExtArgs> | null
9376
- }
9377
-
9378
-
9379
- /**
9380
- * Model CalendarSettings
9381
- */
9382
-
9383
-
9384
-
9385
-
9386
-
9387
- export type CalendarSettingsSelect<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
9388
- shouldAutoRecord?: boolean
9389
- isAvailable?: boolean
9390
- eventTypes?: boolean | UserEventTypeDefaultArgs<ExtArgs>
9391
- }, ExtArgs["result"]["calendarSettings"]>
9392
-
9393
-
9394
- export type CalendarSettingsSelectScalar = {
9395
- shouldAutoRecord?: boolean
9396
- isAvailable?: boolean
9397
- }
9398
-
9399
- export type CalendarSettingsInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {}
9400
-
9401
- export type $CalendarSettingsPayload = {
9402
- name: "CalendarSettings"
9403
- objects: {}
9404
- scalars: {
9405
- shouldAutoRecord: boolean
9406
- isAvailable: boolean
9407
- }
9408
- composites: {
9409
- eventTypes: Prisma.$UserEventTypePayload[]
9410
- }
9411
- }
9412
-
9413
- type CalendarSettingsGetPayload<S extends boolean | null | undefined | CalendarSettingsDefaultArgs> = $Result.GetResult<Prisma.$CalendarSettingsPayload, S>
9414
-
9415
-
9416
-
9417
-
9418
-
9419
- /**
9420
- * Fields of the CalendarSettings model
9421
- */
9422
- interface CalendarSettingsFieldRefs {
9423
- readonly shouldAutoRecord: FieldRef<"CalendarSettings", 'Boolean'>
9424
- readonly isAvailable: FieldRef<"CalendarSettings", 'Boolean'>
9425
- }
9426
-
9427
-
9428
- // Custom InputTypes
9429
- /**
9430
- * CalendarSettings without action
9431
- */
9432
- export type CalendarSettingsDefaultArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
9433
- /**
9434
- * Select specific fields to fetch from the CalendarSettings
9435
- */
9436
- select?: CalendarSettingsSelect<ExtArgs> | null
9437
- /**
9438
- * Choose, which related nodes to fetch as well
9439
- */
9440
- include?: CalendarSettingsInclude<ExtArgs> | null
9441
- }
9442
-
9443
-
9444
9316
  /**
9445
9317
  * Model Preferences
9446
9318
  */
@@ -9454,7 +9326,8 @@ export namespace Prisma {
9454
9326
  hasAcceptedYouAreIn?: boolean
9455
9327
  dismissedLinkedinBannerAt?: boolean
9456
9328
  lastLinkedInRecommendationsFetch?: boolean
9457
- calendarSettings?: boolean | CalendarSettingsDefaultArgs<ExtArgs>
9329
+ shouldAutoRecord?: boolean
9330
+ bookingFrequency?: boolean | BookingFrequencyDefaultArgs<ExtArgs>
9458
9331
  }, ExtArgs["result"]["preferences"]>
9459
9332
 
9460
9333
 
@@ -9463,6 +9336,7 @@ export namespace Prisma {
9463
9336
  hasAcceptedYouAreIn?: boolean
9464
9337
  dismissedLinkedinBannerAt?: boolean
9465
9338
  lastLinkedInRecommendationsFetch?: boolean
9339
+ shouldAutoRecord?: boolean
9466
9340
  }
9467
9341
 
9468
9342
  export type PreferencesInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {}
@@ -9475,9 +9349,10 @@ export namespace Prisma {
9475
9349
  hasAcceptedYouAreIn: boolean | null
9476
9350
  dismissedLinkedinBannerAt: boolean | null
9477
9351
  lastLinkedInRecommendationsFetch: boolean | null
9352
+ shouldAutoRecord: boolean
9478
9353
  }
9479
9354
  composites: {
9480
- calendarSettings: Prisma.$CalendarSettingsPayload | null
9355
+ bookingFrequency: Prisma.$BookingFrequencyPayload | null
9481
9356
  }
9482
9357
  }
9483
9358
 
@@ -9495,6 +9370,7 @@ export namespace Prisma {
9495
9370
  readonly hasAcceptedYouAreIn: FieldRef<"Preferences", 'Boolean'>
9496
9371
  readonly dismissedLinkedinBannerAt: FieldRef<"Preferences", 'Boolean'>
9497
9372
  readonly lastLinkedInRecommendationsFetch: FieldRef<"Preferences", 'Boolean'>
9373
+ readonly shouldAutoRecord: FieldRef<"Preferences", 'Boolean'>
9498
9374
  }
9499
9375
 
9500
9376
 
@@ -11879,7 +11755,7 @@ export namespace Prisma {
11879
11755
 
11880
11756
  export type CalendarSelect<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
11881
11757
  id?: boolean
11882
- credentials?: boolean | CredentialsDefaultArgs<ExtArgs>
11758
+ credentials?: boolean | CalendarCredentialsDefaultArgs<ExtArgs>
11883
11759
  calendarId?: boolean
11884
11760
  provider?: boolean
11885
11761
  userId?: boolean
@@ -11921,7 +11797,7 @@ export namespace Prisma {
11921
11797
  updatedAt: Date
11922
11798
  }, ExtArgs["result"]["calendar"]>
11923
11799
  composites: {
11924
- credentials: Prisma.$CredentialsPayload
11800
+ credentials: Prisma.$CalendarCredentialsPayload
11925
11801
  }
11926
11802
  }
11927
11803
 
@@ -35270,7 +35146,7 @@ export namespace Prisma {
35270
35146
  OR?: CalendarWhereInput[]
35271
35147
  NOT?: CalendarWhereInput | CalendarWhereInput[]
35272
35148
  id?: StringFilter<"Calendar"> | string
35273
- credentials?: XOR<CredentialsCompositeFilter, CredentialsObjectEqualityInput>
35149
+ credentials?: XOR<CalendarCredentialsCompositeFilter, CalendarCredentialsObjectEqualityInput>
35274
35150
  calendarId?: StringFilter<"Calendar"> | string
35275
35151
  provider?: EnumCalendarProviderFilter<"Calendar"> | $Enums.CalendarProvider
35276
35152
  userId?: StringFilter<"Calendar"> | string
@@ -35282,7 +35158,7 @@ export namespace Prisma {
35282
35158
 
35283
35159
  export type CalendarOrderByWithRelationInput = {
35284
35160
  id?: SortOrder
35285
- credentials?: CredentialsOrderByInput
35161
+ credentials?: CalendarCredentialsOrderByInput
35286
35162
  calendarId?: SortOrder
35287
35163
  provider?: SortOrder
35288
35164
  userId?: SortOrder
@@ -35296,18 +35172,17 @@ export namespace Prisma {
35296
35172
  id?: string
35297
35173
  userId?: string
35298
35174
  userId_provider?: CalendarUserIdProviderCompoundUniqueInput
35299
- calendarId_provider?: CalendarCalendarIdProviderCompoundUniqueInput
35300
35175
  AND?: CalendarWhereInput | CalendarWhereInput[]
35301
35176
  OR?: CalendarWhereInput[]
35302
35177
  NOT?: CalendarWhereInput | CalendarWhereInput[]
35303
- credentials?: XOR<CredentialsCompositeFilter, CredentialsObjectEqualityInput>
35178
+ credentials?: XOR<CalendarCredentialsCompositeFilter, CalendarCredentialsObjectEqualityInput>
35304
35179
  calendarId?: StringFilter<"Calendar"> | string
35305
35180
  provider?: EnumCalendarProviderFilter<"Calendar"> | $Enums.CalendarProvider
35306
35181
  createdAt?: DateTimeFilter<"Calendar"> | Date | string
35307
35182
  updatedAt?: DateTimeFilter<"Calendar"> | Date | string
35308
35183
  calendarUser?: XOR<UserRelationFilter, UserWhereInput>
35309
35184
  events?: CalendarEventListRelationFilter
35310
- }, "id" | "userId" | "userId_provider" | "calendarId_provider">
35185
+ }, "id" | "userId" | "userId_provider">
35311
35186
 
35312
35187
  export type CalendarOrderByWithAggregationInput = {
35313
35188
  id?: SortOrder
@@ -35567,10 +35442,10 @@ export namespace Prisma {
35567
35442
 
35568
35443
  export type CalendarEventTypeWhereUniqueInput = Prisma.AtLeast<{
35569
35444
  id?: string
35445
+ type?: $Enums.EventType
35570
35446
  AND?: CalendarEventTypeWhereInput | CalendarEventTypeWhereInput[]
35571
35447
  OR?: CalendarEventTypeWhereInput[]
35572
35448
  NOT?: CalendarEventTypeWhereInput | CalendarEventTypeWhereInput[]
35573
- type?: EnumEventTypeFilter<"CalendarEventType"> | $Enums.EventType
35574
35449
  minimumBookingNotice?: IntFilter<"CalendarEventType"> | number
35575
35450
  bookingTime?: IntFilter<"CalendarEventType"> | number
35576
35451
  reminders?: IntNullableListFilter<"CalendarEventType">
@@ -35582,7 +35457,7 @@ export namespace Prisma {
35582
35457
  updatedAt?: DateTimeFilter<"CalendarEventType"> | Date | string
35583
35458
  events?: CalendarEventListRelationFilter
35584
35459
  availabilities?: CalendarAvailabilityListRelationFilter
35585
- }, "id">
35460
+ }, "id" | "type">
35586
35461
 
35587
35462
  export type CalendarEventTypeOrderByWithAggregationInput = {
35588
35463
  id?: SortOrder
@@ -37688,7 +37563,7 @@ export namespace Prisma {
37688
37563
 
37689
37564
  export type CalendarCreateInput = {
37690
37565
  id?: string
37691
- credentials: XOR<CredentialsCreateEnvelopeInput, CredentialsCreateInput>
37566
+ credentials: XOR<CalendarCredentialsCreateEnvelopeInput, CalendarCredentialsCreateInput>
37692
37567
  calendarId: string
37693
37568
  provider: $Enums.CalendarProvider
37694
37569
  createdAt?: Date | string
@@ -37699,7 +37574,7 @@ export namespace Prisma {
37699
37574
 
37700
37575
  export type CalendarUncheckedCreateInput = {
37701
37576
  id?: string
37702
- credentials: XOR<CredentialsCreateEnvelopeInput, CredentialsCreateInput>
37577
+ credentials: XOR<CalendarCredentialsCreateEnvelopeInput, CalendarCredentialsCreateInput>
37703
37578
  calendarId: string
37704
37579
  provider: $Enums.CalendarProvider
37705
37580
  userId: string
@@ -37709,7 +37584,7 @@ export namespace Prisma {
37709
37584
  }
37710
37585
 
37711
37586
  export type CalendarUpdateInput = {
37712
- credentials?: XOR<CredentialsUpdateEnvelopeInput, CredentialsCreateInput>
37587
+ credentials?: XOR<CalendarCredentialsUpdateEnvelopeInput, CalendarCredentialsCreateInput>
37713
37588
  calendarId?: StringFieldUpdateOperationsInput | string
37714
37589
  provider?: EnumCalendarProviderFieldUpdateOperationsInput | $Enums.CalendarProvider
37715
37590
  createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
@@ -37719,7 +37594,7 @@ export namespace Prisma {
37719
37594
  }
37720
37595
 
37721
37596
  export type CalendarUncheckedUpdateInput = {
37722
- credentials?: XOR<CredentialsUpdateEnvelopeInput, CredentialsCreateInput>
37597
+ credentials?: XOR<CalendarCredentialsUpdateEnvelopeInput, CalendarCredentialsCreateInput>
37723
37598
  calendarId?: StringFieldUpdateOperationsInput | string
37724
37599
  provider?: EnumCalendarProviderFieldUpdateOperationsInput | $Enums.CalendarProvider
37725
37600
  userId?: StringFieldUpdateOperationsInput | string
@@ -37730,7 +37605,7 @@ export namespace Prisma {
37730
37605
 
37731
37606
  export type CalendarCreateManyInput = {
37732
37607
  id?: string
37733
- credentials: XOR<CredentialsCreateEnvelopeInput, CredentialsCreateInput>
37608
+ credentials: XOR<CalendarCredentialsCreateEnvelopeInput, CalendarCredentialsCreateInput>
37734
37609
  calendarId: string
37735
37610
  provider: $Enums.CalendarProvider
37736
37611
  userId: string
@@ -37739,7 +37614,7 @@ export namespace Prisma {
37739
37614
  }
37740
37615
 
37741
37616
  export type CalendarUpdateManyMutationInput = {
37742
- credentials?: XOR<CredentialsUpdateEnvelopeInput, CredentialsCreateInput>
37617
+ credentials?: XOR<CalendarCredentialsUpdateEnvelopeInput, CalendarCredentialsCreateInput>
37743
37618
  calendarId?: StringFieldUpdateOperationsInput | string
37744
37619
  provider?: EnumCalendarProviderFieldUpdateOperationsInput | $Enums.CalendarProvider
37745
37620
  createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
@@ -37747,7 +37622,7 @@ export namespace Prisma {
37747
37622
  }
37748
37623
 
37749
37624
  export type CalendarUncheckedUpdateManyInput = {
37750
- credentials?: XOR<CredentialsUpdateEnvelopeInput, CredentialsCreateInput>
37625
+ credentials?: XOR<CalendarCredentialsUpdateEnvelopeInput, CalendarCredentialsCreateInput>
37751
37626
  calendarId?: StringFieldUpdateOperationsInput | string
37752
37627
  provider?: EnumCalendarProviderFieldUpdateOperationsInput | $Enums.CalendarProvider
37753
37628
  userId?: StringFieldUpdateOperationsInput | string
@@ -40670,19 +40545,21 @@ export namespace Prisma {
40670
40545
  updatedAt?: SortOrder
40671
40546
  }
40672
40547
 
40673
- export type CredentialsCompositeFilter = {
40674
- equals?: CredentialsObjectEqualityInput
40675
- is?: CredentialsWhereInput
40676
- isNot?: CredentialsWhereInput
40548
+ export type CalendarCredentialsCompositeFilter = {
40549
+ equals?: CalendarCredentialsObjectEqualityInput
40550
+ is?: CalendarCredentialsWhereInput
40551
+ isNot?: CalendarCredentialsWhereInput
40677
40552
  }
40678
40553
 
40679
- export type CredentialsObjectEqualityInput = {
40554
+ export type CalendarCredentialsObjectEqualityInput = {
40680
40555
  scope?: string | null
40681
40556
  id_token?: string | null
40682
40557
  refresh_token?: string | null
40683
40558
  expiry_date?: number | null
40684
40559
  access_token?: string | null
40685
40560
  token_type?: string | null
40561
+ email?: string | null
40562
+ ext_expires_in?: number | null
40686
40563
  }
40687
40564
 
40688
40565
  export type EnumCalendarProviderFilter<$PrismaModel = never> = {
@@ -40714,13 +40591,15 @@ export namespace Prisma {
40714
40591
  none?: CalendarEventWhereInput
40715
40592
  }
40716
40593
 
40717
- export type CredentialsOrderByInput = {
40594
+ export type CalendarCredentialsOrderByInput = {
40718
40595
  scope?: SortOrder
40719
40596
  id_token?: SortOrder
40720
40597
  refresh_token?: SortOrder
40721
40598
  expiry_date?: SortOrder
40722
40599
  access_token?: SortOrder
40723
40600
  token_type?: SortOrder
40601
+ email?: SortOrder
40602
+ ext_expires_in?: SortOrder
40724
40603
  }
40725
40604
 
40726
40605
  export type CalendarEventOrderByRelationAggregateInput = {
@@ -40732,11 +40611,6 @@ export namespace Prisma {
40732
40611
  provider: $Enums.CalendarProvider
40733
40612
  }
40734
40613
 
40735
- export type CalendarCalendarIdProviderCompoundUniqueInput = {
40736
- calendarId: string
40737
- provider: $Enums.CalendarProvider
40738
- }
40739
-
40740
40614
  export type CalendarCountOrderByAggregateInput = {
40741
40615
  id?: SortOrder
40742
40616
  calendarId?: SortOrder
@@ -43143,7 +43017,8 @@ export namespace Prisma {
43143
43017
  hasAcceptedYouAreIn?: boolean | null
43144
43018
  dismissedLinkedinBannerAt?: boolean | null
43145
43019
  lastLinkedInRecommendationsFetch?: boolean | null
43146
- calendarSettings?: CalendarSettingsObjectEqualityInput | null
43020
+ shouldAutoRecord: boolean
43021
+ bookingFrequency?: BookingFrequencyObjectEqualityInput | null
43147
43022
  }
43148
43023
 
43149
43024
  export type PreferencesOrderByInput = {
@@ -43151,7 +43026,8 @@ export namespace Prisma {
43151
43026
  hasAcceptedYouAreIn?: SortOrder
43152
43027
  dismissedLinkedinBannerAt?: SortOrder
43153
43028
  lastLinkedInRecommendationsFetch?: SortOrder
43154
- calendarSettings?: CalendarSettingsOrderByInput
43029
+ shouldAutoRecord?: SortOrder
43030
+ bookingFrequency?: BookingFrequencyOrderByInput
43155
43031
  }
43156
43032
 
43157
43033
  export type UserPreferenceCountOrderByAggregateInput = {
@@ -43684,17 +43560,19 @@ export namespace Prisma {
43684
43560
  deleteMany?: AccountScalarWhereInput | AccountScalarWhereInput[]
43685
43561
  }
43686
43562
 
43687
- export type CredentialsCreateEnvelopeInput = {
43688
- set?: CredentialsCreateInput
43563
+ export type CalendarCredentialsCreateEnvelopeInput = {
43564
+ set?: CalendarCredentialsCreateInput
43689
43565
  }
43690
43566
 
43691
- export type CredentialsCreateInput = {
43567
+ export type CalendarCredentialsCreateInput = {
43692
43568
  scope?: string | null
43693
43569
  id_token?: string | null
43694
43570
  refresh_token?: string | null
43695
43571
  expiry_date?: number | null
43696
43572
  access_token?: string | null
43697
43573
  token_type?: string | null
43574
+ email?: string | null
43575
+ ext_expires_in?: number | null
43698
43576
  }
43699
43577
 
43700
43578
  export type UserCreateNestedOneWithoutCalendarInput = {
@@ -43717,9 +43595,9 @@ export namespace Prisma {
43717
43595
  connect?: CalendarEventWhereUniqueInput | CalendarEventWhereUniqueInput[]
43718
43596
  }
43719
43597
 
43720
- export type CredentialsUpdateEnvelopeInput = {
43721
- set?: CredentialsCreateInput
43722
- update?: CredentialsUpdateInput
43598
+ export type CalendarCredentialsUpdateEnvelopeInput = {
43599
+ set?: CalendarCredentialsCreateInput
43600
+ update?: CalendarCredentialsUpdateInput
43723
43601
  }
43724
43602
 
43725
43603
  export type StringFieldUpdateOperationsInput = {
@@ -46315,7 +46193,8 @@ export namespace Prisma {
46315
46193
  hasAcceptedYouAreIn?: boolean | null
46316
46194
  dismissedLinkedinBannerAt?: boolean | null
46317
46195
  lastLinkedInRecommendationsFetch?: boolean | null
46318
- calendarSettings?: CalendarSettingsCreateInput | null
46196
+ shouldAutoRecord?: boolean
46197
+ bookingFrequency?: BookingFrequencyCreateInput | null
46319
46198
  }
46320
46199
 
46321
46200
  export type UserCreateNestedOneWithoutPreferencesInput = {
@@ -46596,16 +46475,18 @@ export namespace Prisma {
46596
46475
  due?: EnumBillingPaymentDueFilter<"BillingAccountPaymentTerms"> | $Enums.BillingPaymentDue
46597
46476
  }
46598
46477
 
46599
- export type CredentialsWhereInput = {
46600
- AND?: CredentialsWhereInput | CredentialsWhereInput[]
46601
- OR?: CredentialsWhereInput[]
46602
- NOT?: CredentialsWhereInput | CredentialsWhereInput[]
46603
- scope?: StringNullableFilter<"Credentials"> | string | null
46604
- id_token?: StringNullableFilter<"Credentials"> | string | null
46605
- refresh_token?: StringNullableFilter<"Credentials"> | string | null
46606
- expiry_date?: IntNullableFilter<"Credentials"> | number | null
46607
- access_token?: StringNullableFilter<"Credentials"> | string | null
46608
- token_type?: StringNullableFilter<"Credentials"> | string | null
46478
+ export type CalendarCredentialsWhereInput = {
46479
+ AND?: CalendarCredentialsWhereInput | CalendarCredentialsWhereInput[]
46480
+ OR?: CalendarCredentialsWhereInput[]
46481
+ NOT?: CalendarCredentialsWhereInput | CalendarCredentialsWhereInput[]
46482
+ scope?: StringNullableFilter<"CalendarCredentials"> | string | null
46483
+ id_token?: StringNullableFilter<"CalendarCredentials"> | string | null
46484
+ refresh_token?: StringNullableFilter<"CalendarCredentials"> | string | null
46485
+ expiry_date?: IntNullableFilter<"CalendarCredentials"> | number | null
46486
+ access_token?: StringNullableFilter<"CalendarCredentials"> | string | null
46487
+ token_type?: StringNullableFilter<"CalendarCredentials"> | string | null
46488
+ email?: StringNullableFilter<"CalendarCredentials"> | string | null
46489
+ ext_expires_in?: IntNullableFilter<"CalendarCredentials"> | number | null
46609
46490
  }
46610
46491
 
46611
46492
  export type NestedEnumCalendarProviderFilter<$PrismaModel = never> = {
@@ -47703,19 +47584,18 @@ export namespace Prisma {
47703
47584
  hasAcceptedYouAreIn?: BoolNullableFilter<"Preferences"> | boolean | null
47704
47585
  dismissedLinkedinBannerAt?: BoolNullableFilter<"Preferences"> | boolean | null
47705
47586
  lastLinkedInRecommendationsFetch?: BoolNullableFilter<"Preferences"> | boolean | null
47706
- calendarSettings?: XOR<CalendarSettingsNullableCompositeFilter, CalendarSettingsObjectEqualityInput> | null
47587
+ shouldAutoRecord?: BoolFilter<"Preferences"> | boolean
47588
+ bookingFrequency?: XOR<BookingFrequencyNullableCompositeFilter, BookingFrequencyObjectEqualityInput> | null
47707
47589
  }
47708
47590
 
47709
- export type CalendarSettingsObjectEqualityInput = {
47710
- shouldAutoRecord: boolean
47711
- isAvailable: boolean
47712
- eventTypes?: UserEventTypeObjectEqualityInput[]
47591
+ export type BookingFrequencyObjectEqualityInput = {
47592
+ perDay: number
47593
+ perWeek: number
47713
47594
  }
47714
47595
 
47715
- export type CalendarSettingsOrderByInput = {
47716
- shouldAutoRecord?: SortOrder
47717
- isAvailable?: SortOrder
47718
- eventTypes?: UserEventTypeOrderByCompositeAggregateInput
47596
+ export type BookingFrequencyOrderByInput = {
47597
+ perDay?: SortOrder
47598
+ perWeek?: SortOrder
47719
47599
  }
47720
47600
 
47721
47601
  export type NestedEnumUserReviewStatusFilter<$PrismaModel = never> = {
@@ -48709,13 +48589,15 @@ export namespace Prisma {
48709
48589
  data: CalendarEventCreateManyCalendarInput | CalendarEventCreateManyCalendarInput[]
48710
48590
  }
48711
48591
 
48712
- export type CredentialsUpdateInput = {
48592
+ export type CalendarCredentialsUpdateInput = {
48713
48593
  scope?: NullableStringFieldUpdateOperationsInput | string | null
48714
48594
  id_token?: NullableStringFieldUpdateOperationsInput | string | null
48715
48595
  refresh_token?: NullableStringFieldUpdateOperationsInput | string | null
48716
48596
  expiry_date?: NullableIntFieldUpdateOperationsInput | number | null
48717
48597
  access_token?: NullableStringFieldUpdateOperationsInput | string | null
48718
48598
  token_type?: NullableStringFieldUpdateOperationsInput | string | null
48599
+ email?: NullableStringFieldUpdateOperationsInput | string | null
48600
+ ext_expires_in?: NullableIntFieldUpdateOperationsInput | number | null
48719
48601
  }
48720
48602
 
48721
48603
  export type UserUpsertWithoutCalendarInput = {
@@ -49235,7 +49117,7 @@ export namespace Prisma {
49235
49117
 
49236
49118
  export type CalendarCreateWithoutEventsInput = {
49237
49119
  id?: string
49238
- credentials: XOR<CredentialsCreateEnvelopeInput, CredentialsCreateInput>
49120
+ credentials: XOR<CalendarCredentialsCreateEnvelopeInput, CalendarCredentialsCreateInput>
49239
49121
  calendarId: string
49240
49122
  provider: $Enums.CalendarProvider
49241
49123
  createdAt?: Date | string
@@ -49245,7 +49127,7 @@ export namespace Prisma {
49245
49127
 
49246
49128
  export type CalendarUncheckedCreateWithoutEventsInput = {
49247
49129
  id?: string
49248
- credentials: XOR<CredentialsCreateEnvelopeInput, CredentialsCreateInput>
49130
+ credentials: XOR<CalendarCredentialsCreateEnvelopeInput, CalendarCredentialsCreateInput>
49249
49131
  calendarId: string
49250
49132
  provider: $Enums.CalendarProvider
49251
49133
  userId: string
@@ -49516,7 +49398,7 @@ export namespace Prisma {
49516
49398
  }
49517
49399
 
49518
49400
  export type CalendarUpdateWithoutEventsInput = {
49519
- credentials?: XOR<CredentialsUpdateEnvelopeInput, CredentialsCreateInput>
49401
+ credentials?: XOR<CalendarCredentialsUpdateEnvelopeInput, CalendarCredentialsCreateInput>
49520
49402
  calendarId?: StringFieldUpdateOperationsInput | string
49521
49403
  provider?: EnumCalendarProviderFieldUpdateOperationsInput | $Enums.CalendarProvider
49522
49404
  createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
@@ -49525,7 +49407,7 @@ export namespace Prisma {
49525
49407
  }
49526
49408
 
49527
49409
  export type CalendarUncheckedUpdateWithoutEventsInput = {
49528
- credentials?: XOR<CredentialsUpdateEnvelopeInput, CredentialsCreateInput>
49410
+ credentials?: XOR<CalendarCredentialsUpdateEnvelopeInput, CalendarCredentialsCreateInput>
49529
49411
  calendarId?: StringFieldUpdateOperationsInput | string
49530
49412
  provider?: EnumCalendarProviderFieldUpdateOperationsInput | $Enums.CalendarProvider
49531
49413
  userId?: StringFieldUpdateOperationsInput | string
@@ -54605,7 +54487,7 @@ export namespace Prisma {
54605
54487
 
54606
54488
  export type CalendarCreateWithoutCalendarUserInput = {
54607
54489
  id?: string
54608
- credentials: XOR<CredentialsCreateEnvelopeInput, CredentialsCreateInput>
54490
+ credentials: XOR<CalendarCredentialsCreateEnvelopeInput, CalendarCredentialsCreateInput>
54609
54491
  calendarId: string
54610
54492
  provider: $Enums.CalendarProvider
54611
54493
  createdAt?: Date | string
@@ -54615,7 +54497,7 @@ export namespace Prisma {
54615
54497
 
54616
54498
  export type CalendarUncheckedCreateWithoutCalendarUserInput = {
54617
54499
  id?: string
54618
- credentials: XOR<CredentialsCreateEnvelopeInput, CredentialsCreateInput>
54500
+ credentials: XOR<CalendarCredentialsCreateEnvelopeInput, CalendarCredentialsCreateInput>
54619
54501
  calendarId: string
54620
54502
  provider: $Enums.CalendarProvider
54621
54503
  createdAt?: Date | string
@@ -55061,7 +54943,7 @@ export namespace Prisma {
55061
54943
  }
55062
54944
 
55063
54945
  export type CalendarUpdateWithoutCalendarUserInput = {
55064
- credentials?: XOR<CredentialsUpdateEnvelopeInput, CredentialsCreateInput>
54946
+ credentials?: XOR<CalendarCredentialsUpdateEnvelopeInput, CalendarCredentialsCreateInput>
55065
54947
  calendarId?: StringFieldUpdateOperationsInput | string
55066
54948
  provider?: EnumCalendarProviderFieldUpdateOperationsInput | $Enums.CalendarProvider
55067
54949
  createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
@@ -55070,7 +54952,7 @@ export namespace Prisma {
55070
54952
  }
55071
54953
 
55072
54954
  export type CalendarUncheckedUpdateWithoutCalendarUserInput = {
55073
- credentials?: XOR<CredentialsUpdateEnvelopeInput, CredentialsCreateInput>
54955
+ credentials?: XOR<CalendarCredentialsUpdateEnvelopeInput, CalendarCredentialsCreateInput>
55074
54956
  calendarId?: StringFieldUpdateOperationsInput | string
55075
54957
  provider?: EnumCalendarProviderFieldUpdateOperationsInput | $Enums.CalendarProvider
55076
54958
  createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
@@ -55149,10 +55031,9 @@ export namespace Prisma {
55149
55031
  data: XOR<CalendarEventUpdateManyMutationInput, CalendarEventUncheckedUpdateManyWithoutReschedulingUserInput>
55150
55032
  }
55151
55033
 
55152
- export type CalendarSettingsCreateInput = {
55153
- shouldAutoRecord?: boolean
55154
- isAvailable?: boolean
55155
- eventTypes?: UserEventTypeCreateInput | UserEventTypeCreateInput[]
55034
+ export type BookingFrequencyCreateInput = {
55035
+ perDay: number
55036
+ perWeek: number
55156
55037
  }
55157
55038
 
55158
55039
  export type UserCreateWithoutPreferencesInput = {
@@ -55259,7 +55140,8 @@ export namespace Prisma {
55259
55140
  hasAcceptedYouAreIn?: NullableBoolFieldUpdateOperationsInput | boolean | null
55260
55141
  dismissedLinkedinBannerAt?: NullableBoolFieldUpdateOperationsInput | boolean | null
55261
55142
  lastLinkedInRecommendationsFetch?: NullableBoolFieldUpdateOperationsInput | boolean | null
55262
- calendarSettings?: XOR<CalendarSettingsNullableUpdateEnvelopeInput, CalendarSettingsCreateInput> | null
55143
+ shouldAutoRecord?: BoolFieldUpdateOperationsInput | boolean
55144
+ bookingFrequency?: XOR<BookingFrequencyNullableUpdateEnvelopeInput, BookingFrequencyCreateInput> | null
55263
55145
  }
55264
55146
 
55265
55147
  export type UserUpsertWithoutPreferencesInput = {
@@ -56401,22 +56283,13 @@ export namespace Prisma {
56401
56283
  _count?: SortOrder
56402
56284
  }
56403
56285
 
56404
- export type CalendarSettingsNullableCompositeFilter = {
56405
- equals?: CalendarSettingsObjectEqualityInput | null
56406
- is?: CalendarSettingsWhereInput | null
56407
- isNot?: CalendarSettingsWhereInput | null
56286
+ export type BookingFrequencyNullableCompositeFilter = {
56287
+ equals?: BookingFrequencyObjectEqualityInput | null
56288
+ is?: BookingFrequencyWhereInput | null
56289
+ isNot?: BookingFrequencyWhereInput | null
56408
56290
  isSet?: boolean
56409
56291
  }
56410
56292
 
56411
- export type UserEventTypeObjectEqualityInput = {
56412
- eventTypeId: string
56413
- bookingFrequency?: BookingFrequencyObjectEqualityInput | null
56414
- }
56415
-
56416
- export type UserEventTypeOrderByCompositeAggregateInput = {
56417
- _count?: SortOrder
56418
- }
56419
-
56420
56293
  export type MissionCreateManyAccountModelInput = {
56421
56294
  mid?: string
56422
56295
  applyStatus?: string | null
@@ -59565,14 +59438,9 @@ export namespace Prisma {
59565
59438
  updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
59566
59439
  }
59567
59440
 
59568
- export type UserEventTypeCreateInput = {
59569
- eventTypeId: string
59570
- bookingFrequency?: BookingFrequencyCreateInput | null
59571
- }
59572
-
59573
- export type CalendarSettingsNullableUpdateEnvelopeInput = {
59574
- set?: CalendarSettingsCreateInput | null
59575
- upsert?: CalendarSettingsUpsertInput
59441
+ export type BookingFrequencyNullableUpdateEnvelopeInput = {
59442
+ set?: BookingFrequencyCreateInput | null
59443
+ upsert?: BookingFrequencyUpsertInput
59576
59444
  unset?: boolean
59577
59445
  }
59578
59446
 
@@ -59858,18 +59726,12 @@ export namespace Prisma {
59858
59726
  weeklyHoursAvailable?: IntNullableFilter<"AvailabilityObject"> | number | null
59859
59727
  }
59860
59728
 
59861
- export type CalendarSettingsWhereInput = {
59862
- AND?: CalendarSettingsWhereInput | CalendarSettingsWhereInput[]
59863
- OR?: CalendarSettingsWhereInput[]
59864
- NOT?: CalendarSettingsWhereInput | CalendarSettingsWhereInput[]
59865
- shouldAutoRecord?: BoolFilter<"CalendarSettings"> | boolean
59866
- isAvailable?: BoolFilter<"CalendarSettings"> | boolean
59867
- eventTypes?: UserEventTypeCompositeListFilter | UserEventTypeObjectEqualityInput[]
59868
- }
59869
-
59870
- export type BookingFrequencyObjectEqualityInput = {
59871
- perDay: number
59872
- perWeek: number
59729
+ export type BookingFrequencyWhereInput = {
59730
+ AND?: BookingFrequencyWhereInput | BookingFrequencyWhereInput[]
59731
+ OR?: BookingFrequencyWhereInput[]
59732
+ NOT?: BookingFrequencyWhereInput | BookingFrequencyWhereInput[]
59733
+ perDay?: IntFilter<"BookingFrequency"> | number
59734
+ perWeek?: IntFilter<"BookingFrequency"> | number
59873
59735
  }
59874
59736
 
59875
59737
  export type EnumBillingPaymentDueFieldUpdateOperationsInput = {
@@ -60154,14 +60016,9 @@ export namespace Prisma {
60154
60016
  unset?: boolean
60155
60017
  }
60156
60018
 
60157
- export type BookingFrequencyCreateInput = {
60158
- perDay: number
60159
- perWeek: number
60160
- }
60161
-
60162
- export type CalendarSettingsUpsertInput = {
60163
- set: CalendarSettingsCreateInput | null
60164
- update: CalendarSettingsUpdateInput
60019
+ export type BookingFrequencyUpsertInput = {
60020
+ set: BookingFrequencyCreateInput | null
60021
+ update: BookingFrequencyUpdateInput
60165
60022
  }
60166
60023
 
60167
60024
  export type TimezoneObjectNullableCompositeFilter = {
@@ -60202,15 +60059,6 @@ export namespace Prisma {
60202
60059
  isSet?: boolean
60203
60060
  }
60204
60061
 
60205
- export type UserEventTypeCompositeListFilter = {
60206
- equals?: UserEventTypeObjectEqualityInput[]
60207
- every?: UserEventTypeWhereInput
60208
- some?: UserEventTypeWhereInput
60209
- none?: UserEventTypeWhereInput
60210
- isEmpty?: boolean
60211
- isSet?: boolean
60212
- }
60213
-
60214
60062
  export type StructuredEnrichmentUpdateInput = {
60215
60063
  name?: NullableStringFieldUpdateOperationsInput | string | null
60216
60064
  countryCode?: NullableStringFieldUpdateOperationsInput | string | null
@@ -60365,10 +60213,9 @@ export namespace Prisma {
60365
60213
  update: AvailabilityObjectUpdateInput
60366
60214
  }
60367
60215
 
60368
- export type CalendarSettingsUpdateInput = {
60369
- shouldAutoRecord?: BoolFieldUpdateOperationsInput | boolean
60370
- isAvailable?: BoolFieldUpdateOperationsInput | boolean
60371
- eventTypes?: XOR<UserEventTypeListUpdateEnvelopeInput, UserEventTypeCreateInput> | UserEventTypeCreateInput[]
60216
+ export type BookingFrequencyUpdateInput = {
60217
+ perDay?: IntFieldUpdateOperationsInput | number
60218
+ perWeek?: IntFieldUpdateOperationsInput | number
60372
60219
  }
60373
60220
 
60374
60221
  export type TimezoneObjectWhereInput = {
@@ -60412,14 +60259,6 @@ export namespace Prisma {
60412
60259
  talentIndustryName?: StringNullableFilter<"UserTalentIndustryExperienceView"> | string | null
60413
60260
  }
60414
60261
 
60415
- export type UserEventTypeWhereInput = {
60416
- AND?: UserEventTypeWhereInput | UserEventTypeWhereInput[]
60417
- OR?: UserEventTypeWhereInput[]
60418
- NOT?: UserEventTypeWhereInput | UserEventTypeWhereInput[]
60419
- eventTypeId?: StringFilter<"UserEventType"> | string
60420
- bookingFrequency?: XOR<BookingFrequencyNullableCompositeFilter, BookingFrequencyObjectEqualityInput> | null
60421
- }
60422
-
60423
60262
  export type StructuredEnrichmentUpdateindustriesInput = {
60424
60263
  set?: string[]
60425
60264
  push?: string | string[]
@@ -60532,20 +60371,6 @@ export namespace Prisma {
60532
60371
  weeklyHoursAvailable?: NullableIntFieldUpdateOperationsInput | number | null
60533
60372
  }
60534
60373
 
60535
- export type UserEventTypeListUpdateEnvelopeInput = {
60536
- set?: UserEventTypeCreateInput | UserEventTypeCreateInput[]
60537
- push?: UserEventTypeCreateInput | UserEventTypeCreateInput[]
60538
- updateMany?: UserEventTypeUpdateManyInput
60539
- deleteMany?: UserEventTypeDeleteManyInput
60540
- }
60541
-
60542
- export type BookingFrequencyNullableCompositeFilter = {
60543
- equals?: BookingFrequencyObjectEqualityInput | null
60544
- is?: BookingFrequencyWhereInput | null
60545
- isNot?: BookingFrequencyWhereInput | null
60546
- isSet?: boolean
60547
- }
60548
-
60549
60374
  export type MemberCustomDataUpdateskillsInput = {
60550
60375
  set?: string[]
60551
60376
  push?: string | string[]
@@ -60580,23 +60405,6 @@ export namespace Prisma {
60580
60405
  deleteMany?: UserTalentIndustryExperienceViewDeleteManyInput
60581
60406
  }
60582
60407
 
60583
- export type UserEventTypeUpdateManyInput = {
60584
- where: UserEventTypeWhereInput
60585
- data: UserEventTypeUpdateInput
60586
- }
60587
-
60588
- export type UserEventTypeDeleteManyInput = {
60589
- where: UserEventTypeWhereInput
60590
- }
60591
-
60592
- export type BookingFrequencyWhereInput = {
60593
- AND?: BookingFrequencyWhereInput | BookingFrequencyWhereInput[]
60594
- OR?: BookingFrequencyWhereInput[]
60595
- NOT?: BookingFrequencyWhereInput | BookingFrequencyWhereInput[]
60596
- perDay?: IntFilter<"BookingFrequency"> | number
60597
- perWeek?: IntFilter<"BookingFrequency"> | number
60598
- }
60599
-
60600
60408
  export type TimezoneObjectUpsertInput = {
60601
60409
  set: TimezoneObjectCreateInput | null
60602
60410
  update: TimezoneObjectUpdateInput
@@ -60625,11 +60433,6 @@ export namespace Prisma {
60625
60433
  where: UserTalentIndustryExperienceViewWhereInput
60626
60434
  }
60627
60435
 
60628
- export type UserEventTypeUpdateInput = {
60629
- eventTypeId?: StringFieldUpdateOperationsInput | string
60630
- bookingFrequency?: XOR<BookingFrequencyNullableUpdateEnvelopeInput, BookingFrequencyCreateInput> | null
60631
- }
60632
-
60633
60436
  export type TimezoneObjectUpdateInput = {
60634
60437
  name?: StringFieldUpdateOperationsInput | string
60635
60438
  utcOffset?: IntFieldUpdateOperationsInput | number
@@ -60647,27 +60450,11 @@ export namespace Prisma {
60647
60450
  talentIndustryName?: NullableStringFieldUpdateOperationsInput | string | null
60648
60451
  }
60649
60452
 
60650
- export type BookingFrequencyNullableUpdateEnvelopeInput = {
60651
- set?: BookingFrequencyCreateInput | null
60652
- upsert?: BookingFrequencyUpsertInput
60653
- unset?: boolean
60654
- }
60655
-
60656
60453
  export type UserTalentIndustryExperienceViewUpdatejobTitlesInput = {
60657
60454
  set?: string[]
60658
60455
  push?: string | string[]
60659
60456
  }
60660
60457
 
60661
- export type BookingFrequencyUpsertInput = {
60662
- set: BookingFrequencyCreateInput | null
60663
- update: BookingFrequencyUpdateInput
60664
- }
60665
-
60666
- export type BookingFrequencyUpdateInput = {
60667
- perDay?: IntFieldUpdateOperationsInput | number
60668
- perWeek?: IntFieldUpdateOperationsInput | number
60669
- }
60670
-
60671
60458
 
60672
60459
 
60673
60460
  /**
@@ -60730,9 +60517,9 @@ export namespace Prisma {
60730
60517
  */
60731
60518
  export type BillingAccountPaymentTermsArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = BillingAccountPaymentTermsDefaultArgs<ExtArgs>
60732
60519
  /**
60733
- * @deprecated Use CredentialsDefaultArgs instead
60520
+ * @deprecated Use CalendarCredentialsDefaultArgs instead
60734
60521
  */
60735
- export type CredentialsArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = CredentialsDefaultArgs<ExtArgs>
60522
+ export type CalendarCredentialsArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = CalendarCredentialsDefaultArgs<ExtArgs>
60736
60523
  /**
60737
60524
  * @deprecated Use AttendeeDefaultArgs instead
60738
60525
  */
@@ -61021,14 +60808,6 @@ export namespace Prisma {
61021
60808
  * @deprecated Use BookingFrequencyDefaultArgs instead
61022
60809
  */
61023
60810
  export type BookingFrequencyArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = BookingFrequencyDefaultArgs<ExtArgs>
61024
- /**
61025
- * @deprecated Use UserEventTypeDefaultArgs instead
61026
- */
61027
- export type UserEventTypeArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = UserEventTypeDefaultArgs<ExtArgs>
61028
- /**
61029
- * @deprecated Use CalendarSettingsDefaultArgs instead
61030
- */
61031
- export type CalendarSettingsArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = CalendarSettingsDefaultArgs<ExtArgs>
61032
60811
  /**
61033
60812
  * @deprecated Use PreferencesDefaultArgs instead
61034
60813
  */