@a_team/prisma 3.13.5-macos-docker-linux → 3.13.6-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.
@@ -43,11 +43,6 @@ export type BillingAccountPaymentTerms = $Result.DefaultSelection<Prisma.$Billin
43
43
  *
44
44
  */
45
45
  export type CalendarCredentials = $Result.DefaultSelection<Prisma.$CalendarCredentialsPayload>
46
- /**
47
- * Model NotificationChannel
48
- *
49
- */
50
- export type NotificationChannel = $Result.DefaultSelection<Prisma.$NotificationChannelPayload>
51
46
  /**
52
47
  * Model Attendee
53
48
  *
@@ -63,6 +58,11 @@ export type EventMetadata = $Result.DefaultSelection<Prisma.$EventMetadataPayloa
63
58
  *
64
59
  */
65
60
  export type VideoCallData = $Result.DefaultSelection<Prisma.$VideoCallDataPayload>
61
+ /**
62
+ * Model NotificationChannel
63
+ *
64
+ */
65
+ export type NotificationChannel = $Result.DefaultSelection<Prisma.$NotificationChannelPayload>
66
66
  /**
67
67
  * Model ClientInterviewTranscriptData
68
68
  *
@@ -4769,63 +4769,6 @@ export namespace Prisma {
4769
4769
  }
4770
4770
 
4771
4771
 
4772
- /**
4773
- * Model NotificationChannel
4774
- */
4775
-
4776
-
4777
-
4778
-
4779
-
4780
- export type NotificationChannelSelect<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
4781
- channelId?: boolean
4782
- resourceId?: boolean
4783
- }, ExtArgs["result"]["notificationChannel"]>
4784
-
4785
-
4786
- export type NotificationChannelSelectScalar = {
4787
- channelId?: boolean
4788
- resourceId?: boolean
4789
- }
4790
-
4791
-
4792
- export type $NotificationChannelPayload = {
4793
- name: "NotificationChannel"
4794
- objects: {}
4795
- scalars: {
4796
- channelId: string
4797
- resourceId: string
4798
- }
4799
- composites: {}
4800
- }
4801
-
4802
- type NotificationChannelGetPayload<S extends boolean | null | undefined | NotificationChannelDefaultArgs> = $Result.GetResult<Prisma.$NotificationChannelPayload, S>
4803
-
4804
-
4805
-
4806
-
4807
-
4808
- /**
4809
- * Fields of the NotificationChannel model
4810
- */
4811
- interface NotificationChannelFieldRefs {
4812
- readonly channelId: FieldRef<"NotificationChannel", 'String'>
4813
- readonly resourceId: FieldRef<"NotificationChannel", 'String'>
4814
- }
4815
-
4816
-
4817
- // Custom InputTypes
4818
- /**
4819
- * NotificationChannel without action
4820
- */
4821
- export type NotificationChannelDefaultArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
4822
- /**
4823
- * Select specific fields to fetch from the NotificationChannel
4824
- */
4825
- select?: NotificationChannelSelect<ExtArgs> | null
4826
- }
4827
-
4828
-
4829
4772
  /**
4830
4773
  * Model Attendee
4831
4774
  */
@@ -5037,6 +4980,67 @@ export namespace Prisma {
5037
4980
  }
5038
4981
 
5039
4982
 
4983
+ /**
4984
+ * Model NotificationChannel
4985
+ */
4986
+
4987
+
4988
+
4989
+
4990
+
4991
+ export type NotificationChannelSelect<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
4992
+ channelId?: boolean
4993
+ resourceId?: boolean
4994
+ expiration?: boolean
4995
+ }, ExtArgs["result"]["notificationChannel"]>
4996
+
4997
+
4998
+ export type NotificationChannelSelectScalar = {
4999
+ channelId?: boolean
5000
+ resourceId?: boolean
5001
+ expiration?: boolean
5002
+ }
5003
+
5004
+
5005
+ export type $NotificationChannelPayload = {
5006
+ name: "NotificationChannel"
5007
+ objects: {}
5008
+ scalars: {
5009
+ channelId: string
5010
+ resourceId: string
5011
+ expiration: string
5012
+ }
5013
+ composites: {}
5014
+ }
5015
+
5016
+ type NotificationChannelGetPayload<S extends boolean | null | undefined | NotificationChannelDefaultArgs> = $Result.GetResult<Prisma.$NotificationChannelPayload, S>
5017
+
5018
+
5019
+
5020
+
5021
+
5022
+ /**
5023
+ * Fields of the NotificationChannel model
5024
+ */
5025
+ interface NotificationChannelFieldRefs {
5026
+ readonly channelId: FieldRef<"NotificationChannel", 'String'>
5027
+ readonly resourceId: FieldRef<"NotificationChannel", 'String'>
5028
+ readonly expiration: FieldRef<"NotificationChannel", 'String'>
5029
+ }
5030
+
5031
+
5032
+ // Custom InputTypes
5033
+ /**
5034
+ * NotificationChannel without action
5035
+ */
5036
+ export type NotificationChannelDefaultArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
5037
+ /**
5038
+ * Select specific fields to fetch from the NotificationChannel
5039
+ */
5040
+ select?: NotificationChannelSelect<ExtArgs> | null
5041
+ }
5042
+
5043
+
5040
5044
  /**
5041
5045
  * Model ClientInterviewTranscriptData
5042
5046
  */
@@ -12806,7 +12810,6 @@ export namespace Prisma {
12806
12810
  userId?: boolean
12807
12811
  createdAt?: boolean
12808
12812
  updatedAt?: boolean
12809
- notificationChannel?: boolean | NotificationChannelDefaultArgs<ExtArgs>
12810
12813
  calendarUser?: boolean | UserDefaultArgs<ExtArgs>
12811
12814
  events?: boolean | Calendar$eventsArgs<ExtArgs>
12812
12815
  _count?: boolean | CalendarCountOutputTypeDefaultArgs<ExtArgs>
@@ -12844,7 +12847,6 @@ export namespace Prisma {
12844
12847
  }, ExtArgs["result"]["calendar"]>
12845
12848
  composites: {
12846
12849
  credentials: Prisma.$CalendarCredentialsPayload
12847
- notificationChannel: Prisma.$NotificationChannelPayload | null
12848
12850
  }
12849
12851
  }
12850
12852
 
@@ -14874,6 +14876,7 @@ export namespace Prisma {
14874
14876
  originalEndTime?: boolean
14875
14877
  createdAt?: boolean
14876
14878
  updatedAt?: boolean
14879
+ notificationChannel?: boolean | NotificationChannelDefaultArgs<ExtArgs>
14877
14880
  eventType?: boolean | CalendarEventTypeDefaultArgs<ExtArgs>
14878
14881
  eventOwner?: boolean | UserDefaultArgs<ExtArgs>
14879
14882
  calendar?: boolean | CalendarDefaultArgs<ExtArgs>
@@ -14942,6 +14945,7 @@ export namespace Prisma {
14942
14945
  attendees: Prisma.$AttendeePayload[]
14943
14946
  metadata: Prisma.$EventMetadataPayload | null
14944
14947
  videoCallData: Prisma.$VideoCallDataPayload | null
14948
+ notificationChannel: Prisma.$NotificationChannelPayload | null
14945
14949
  }
14946
14950
  }
14947
14951
 
@@ -37783,7 +37787,6 @@ export namespace Prisma {
37783
37787
  userId?: StringFilter<"Calendar"> | string
37784
37788
  createdAt?: DateTimeFilter<"Calendar"> | Date | string
37785
37789
  updatedAt?: DateTimeFilter<"Calendar"> | Date | string
37786
- notificationChannel?: XOR<NotificationChannelNullableCompositeFilter, NotificationChannelObjectEqualityInput> | null
37787
37790
  calendarUser?: XOR<UserRelationFilter, UserWhereInput>
37788
37791
  events?: CalendarEventListRelationFilter
37789
37792
  }
@@ -37796,7 +37799,6 @@ export namespace Prisma {
37796
37799
  userId?: SortOrder
37797
37800
  createdAt?: SortOrder
37798
37801
  updatedAt?: SortOrder
37799
- notificationChannel?: NotificationChannelOrderByInput
37800
37802
  calendarUser?: UserOrderByWithRelationInput
37801
37803
  events?: CalendarEventOrderByRelationAggregateInput
37802
37804
  }
@@ -37813,7 +37815,6 @@ export namespace Prisma {
37813
37815
  provider?: EnumCalendarProviderFilter<"Calendar"> | $Enums.CalendarProvider
37814
37816
  createdAt?: DateTimeFilter<"Calendar"> | Date | string
37815
37817
  updatedAt?: DateTimeFilter<"Calendar"> | Date | string
37816
- notificationChannel?: XOR<NotificationChannelNullableCompositeFilter, NotificationChannelObjectEqualityInput> | null
37817
37818
  calendarUser?: XOR<UserRelationFilter, UserWhereInput>
37818
37819
  events?: CalendarEventListRelationFilter
37819
37820
  }, "id" | "userId" | "userId_provider">
@@ -37946,6 +37947,7 @@ export namespace Prisma {
37946
37947
  originalEndTime?: StringNullableFilter<"CalendarEvent"> | string | null
37947
37948
  createdAt?: DateTimeFilter<"CalendarEvent"> | Date | string
37948
37949
  updatedAt?: DateTimeFilter<"CalendarEvent"> | Date | string
37950
+ notificationChannel?: XOR<NotificationChannelNullableCompositeFilter, NotificationChannelObjectEqualityInput> | null
37949
37951
  eventType?: XOR<CalendarEventTypeRelationFilter, CalendarEventTypeWhereInput>
37950
37952
  eventOwner?: XOR<UserRelationFilter, UserWhereInput>
37951
37953
  calendar?: XOR<CalendarRelationFilter, CalendarWhereInput>
@@ -37974,6 +37976,7 @@ export namespace Prisma {
37974
37976
  originalEndTime?: SortOrder
37975
37977
  createdAt?: SortOrder
37976
37978
  updatedAt?: SortOrder
37979
+ notificationChannel?: NotificationChannelOrderByInput
37977
37980
  eventType?: CalendarEventTypeOrderByWithRelationInput
37978
37981
  eventOwner?: UserOrderByWithRelationInput
37979
37982
  calendar?: CalendarOrderByWithRelationInput
@@ -38005,6 +38008,7 @@ export namespace Prisma {
38005
38008
  originalEndTime?: StringNullableFilter<"CalendarEvent"> | string | null
38006
38009
  createdAt?: DateTimeFilter<"CalendarEvent"> | Date | string
38007
38010
  updatedAt?: DateTimeFilter<"CalendarEvent"> | Date | string
38011
+ notificationChannel?: XOR<NotificationChannelNullableCompositeFilter, NotificationChannelObjectEqualityInput> | null
38008
38012
  eventType?: XOR<CalendarEventTypeRelationFilter, CalendarEventTypeWhereInput>
38009
38013
  eventOwner?: XOR<UserRelationFilter, UserWhereInput>
38010
38014
  calendar?: XOR<CalendarRelationFilter, CalendarWhereInput>
@@ -40455,7 +40459,6 @@ export namespace Prisma {
40455
40459
  provider: $Enums.CalendarProvider
40456
40460
  createdAt?: Date | string
40457
40461
  updatedAt?: Date | string
40458
- notificationChannel?: XOR<NotificationChannelNullableCreateEnvelopeInput, NotificationChannelCreateInput> | null
40459
40462
  calendarUser: UserCreateNestedOneWithoutCalendarInput
40460
40463
  events?: CalendarEventCreateNestedManyWithoutCalendarInput
40461
40464
  }
@@ -40468,7 +40471,6 @@ export namespace Prisma {
40468
40471
  userId: string
40469
40472
  createdAt?: Date | string
40470
40473
  updatedAt?: Date | string
40471
- notificationChannel?: XOR<NotificationChannelNullableCreateEnvelopeInput, NotificationChannelCreateInput> | null
40472
40474
  events?: CalendarEventUncheckedCreateNestedManyWithoutCalendarInput
40473
40475
  }
40474
40476
 
@@ -40478,7 +40480,6 @@ export namespace Prisma {
40478
40480
  provider?: EnumCalendarProviderFieldUpdateOperationsInput | $Enums.CalendarProvider
40479
40481
  createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
40480
40482
  updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
40481
- notificationChannel?: XOR<NotificationChannelNullableUpdateEnvelopeInput, NotificationChannelCreateInput> | null
40482
40483
  calendarUser?: UserUpdateOneRequiredWithoutCalendarNestedInput
40483
40484
  events?: CalendarEventUpdateManyWithoutCalendarNestedInput
40484
40485
  }
@@ -40490,7 +40491,6 @@ export namespace Prisma {
40490
40491
  userId?: StringFieldUpdateOperationsInput | string
40491
40492
  createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
40492
40493
  updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
40493
- notificationChannel?: XOR<NotificationChannelNullableUpdateEnvelopeInput, NotificationChannelCreateInput> | null
40494
40494
  events?: CalendarEventUncheckedUpdateManyWithoutCalendarNestedInput
40495
40495
  }
40496
40496
 
@@ -40502,7 +40502,6 @@ export namespace Prisma {
40502
40502
  userId: string
40503
40503
  createdAt?: Date | string
40504
40504
  updatedAt?: Date | string
40505
- notificationChannel?: XOR<NotificationChannelNullableCreateEnvelopeInput, NotificationChannelCreateInput> | null
40506
40505
  }
40507
40506
 
40508
40507
  export type CalendarUpdateManyMutationInput = {
@@ -40511,7 +40510,6 @@ export namespace Prisma {
40511
40510
  provider?: EnumCalendarProviderFieldUpdateOperationsInput | $Enums.CalendarProvider
40512
40511
  createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
40513
40512
  updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
40514
- notificationChannel?: XOR<NotificationChannelNullableUpdateEnvelopeInput, NotificationChannelCreateInput> | null
40515
40513
  }
40516
40514
 
40517
40515
  export type CalendarUncheckedUpdateManyInput = {
@@ -40521,7 +40519,6 @@ export namespace Prisma {
40521
40519
  userId?: StringFieldUpdateOperationsInput | string
40522
40520
  createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
40523
40521
  updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
40524
- notificationChannel?: XOR<NotificationChannelNullableUpdateEnvelopeInput, NotificationChannelCreateInput> | null
40525
40522
  }
40526
40523
 
40527
40524
  export type CalendarAvailabilityCreateInput = {
@@ -40619,6 +40616,7 @@ export namespace Prisma {
40619
40616
  originalEndTime?: string | null
40620
40617
  createdAt: Date | string
40621
40618
  updatedAt: Date | string
40619
+ notificationChannel?: XOR<NotificationChannelNullableCreateEnvelopeInput, NotificationChannelCreateInput> | null
40622
40620
  eventType: CalendarEventTypeCreateNestedOneWithoutEventsInput
40623
40621
  eventOwner: UserCreateNestedOneWithoutInterviewsInput
40624
40622
  calendar: CalendarCreateNestedOneWithoutEventsInput
@@ -40647,6 +40645,7 @@ export namespace Prisma {
40647
40645
  originalEndTime?: string | null
40648
40646
  createdAt: Date | string
40649
40647
  updatedAt: Date | string
40648
+ notificationChannel?: XOR<NotificationChannelNullableCreateEnvelopeInput, NotificationChannelCreateInput> | null
40650
40649
  clientInterview?: ClientInterviewUncheckedCreateNestedOneWithoutCalendarEventInput
40651
40650
  }
40652
40651
 
@@ -40666,6 +40665,7 @@ export namespace Prisma {
40666
40665
  originalEndTime?: NullableStringFieldUpdateOperationsInput | string | null
40667
40666
  createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
40668
40667
  updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
40668
+ notificationChannel?: XOR<NotificationChannelNullableUpdateEnvelopeInput, NotificationChannelCreateInput> | null
40669
40669
  eventType?: CalendarEventTypeUpdateOneRequiredWithoutEventsNestedInput
40670
40670
  eventOwner?: UserUpdateOneRequiredWithoutInterviewsNestedInput
40671
40671
  calendar?: CalendarUpdateOneRequiredWithoutEventsNestedInput
@@ -40693,6 +40693,7 @@ export namespace Prisma {
40693
40693
  originalEndTime?: NullableStringFieldUpdateOperationsInput | string | null
40694
40694
  createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
40695
40695
  updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
40696
+ notificationChannel?: XOR<NotificationChannelNullableUpdateEnvelopeInput, NotificationChannelCreateInput> | null
40696
40697
  clientInterview?: ClientInterviewUncheckedUpdateOneWithoutCalendarEventNestedInput
40697
40698
  }
40698
40699
 
@@ -40717,6 +40718,7 @@ export namespace Prisma {
40717
40718
  originalEndTime?: string | null
40718
40719
  createdAt: Date | string
40719
40720
  updatedAt: Date | string
40721
+ notificationChannel?: XOR<NotificationChannelNullableCreateEnvelopeInput, NotificationChannelCreateInput> | null
40720
40722
  }
40721
40723
 
40722
40724
  export type CalendarEventUpdateManyMutationInput = {
@@ -40735,6 +40737,7 @@ export namespace Prisma {
40735
40737
  originalEndTime?: NullableStringFieldUpdateOperationsInput | string | null
40736
40738
  createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
40737
40739
  updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
40740
+ notificationChannel?: XOR<NotificationChannelNullableUpdateEnvelopeInput, NotificationChannelCreateInput> | null
40738
40741
  }
40739
40742
 
40740
40743
  export type CalendarEventUncheckedUpdateManyInput = {
@@ -40757,6 +40760,7 @@ export namespace Prisma {
40757
40760
  originalEndTime?: NullableStringFieldUpdateOperationsInput | string | null
40758
40761
  createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
40759
40762
  updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
40763
+ notificationChannel?: XOR<NotificationChannelNullableUpdateEnvelopeInput, NotificationChannelCreateInput> | null
40760
40764
  }
40761
40765
 
40762
40766
  export type CalendarEventTypeCreateInput = {
@@ -43802,18 +43806,6 @@ export namespace Prisma {
43802
43806
  not?: NestedDateTimeFilter<$PrismaModel> | Date | string
43803
43807
  }
43804
43808
 
43805
- export type NotificationChannelNullableCompositeFilter = {
43806
- equals?: NotificationChannelObjectEqualityInput | null
43807
- is?: NotificationChannelWhereInput | null
43808
- isNot?: NotificationChannelWhereInput | null
43809
- isSet?: boolean
43810
- }
43811
-
43812
- export type NotificationChannelObjectEqualityInput = {
43813
- channelId: string
43814
- resourceId: string
43815
- }
43816
-
43817
43809
  export type UserRelationFilter = {
43818
43810
  is?: UserWhereInput
43819
43811
  isNot?: UserWhereInput
@@ -43836,11 +43828,6 @@ export namespace Prisma {
43836
43828
  ext_expires_in?: SortOrder
43837
43829
  }
43838
43830
 
43839
- export type NotificationChannelOrderByInput = {
43840
- channelId?: SortOrder
43841
- resourceId?: SortOrder
43842
- }
43843
-
43844
43831
  export type CalendarEventOrderByRelationAggregateInput = {
43845
43832
  _count?: SortOrder
43846
43833
  }
@@ -44011,6 +43998,19 @@ export namespace Prisma {
44011
43998
  password?: string | null
44012
43999
  }
44013
44000
 
44001
+ export type NotificationChannelNullableCompositeFilter = {
44002
+ equals?: NotificationChannelObjectEqualityInput | null
44003
+ is?: NotificationChannelWhereInput | null
44004
+ isNot?: NotificationChannelWhereInput | null
44005
+ isSet?: boolean
44006
+ }
44007
+
44008
+ export type NotificationChannelObjectEqualityInput = {
44009
+ channelId: string
44010
+ resourceId: string
44011
+ expiration: string
44012
+ }
44013
+
44014
44014
  export type CalendarRelationFilter = {
44015
44015
  is?: CalendarWhereInput
44016
44016
  isNot?: CalendarWhereInput
@@ -44045,6 +44045,12 @@ export namespace Prisma {
44045
44045
  password?: SortOrder
44046
44046
  }
44047
44047
 
44048
+ export type NotificationChannelOrderByInput = {
44049
+ channelId?: SortOrder
44050
+ resourceId?: SortOrder
44051
+ expiration?: SortOrder
44052
+ }
44053
+
44048
44054
  export type CalendarEventCountOrderByAggregateInput = {
44049
44055
  id?: SortOrder
44050
44056
  calendarEventId?: SortOrder
@@ -47220,15 +47226,6 @@ export namespace Prisma {
47220
47226
  ext_expires_in?: number | null
47221
47227
  }
47222
47228
 
47223
- export type NotificationChannelNullableCreateEnvelopeInput = {
47224
- set?: NotificationChannelCreateInput | null
47225
- }
47226
-
47227
- export type NotificationChannelCreateInput = {
47228
- channelId: string
47229
- resourceId: string
47230
- }
47231
-
47232
47229
  export type UserCreateNestedOneWithoutCalendarInput = {
47233
47230
  create?: XOR<UserCreateWithoutCalendarInput, UserUncheckedCreateWithoutCalendarInput>
47234
47231
  connectOrCreate?: UserCreateOrConnectWithoutCalendarInput
@@ -47266,12 +47263,6 @@ export namespace Prisma {
47266
47263
  set?: Date | string
47267
47264
  }
47268
47265
 
47269
- export type NotificationChannelNullableUpdateEnvelopeInput = {
47270
- set?: NotificationChannelCreateInput | null
47271
- upsert?: NotificationChannelUpsertInput
47272
- unset?: boolean
47273
- }
47274
-
47275
47266
  export type UserUpdateOneRequiredWithoutCalendarNestedInput = {
47276
47267
  create?: XOR<UserCreateWithoutCalendarInput, UserUncheckedCreateWithoutCalendarInput>
47277
47268
  connectOrCreate?: UserCreateOrConnectWithoutCalendarInput
@@ -47382,6 +47373,16 @@ export namespace Prisma {
47382
47373
  password?: string | null
47383
47374
  }
47384
47375
 
47376
+ export type NotificationChannelNullableCreateEnvelopeInput = {
47377
+ set?: NotificationChannelCreateInput | null
47378
+ }
47379
+
47380
+ export type NotificationChannelCreateInput = {
47381
+ channelId: string
47382
+ resourceId: string
47383
+ expiration: string
47384
+ }
47385
+
47385
47386
  export type CalendarEventTypeCreateNestedOneWithoutEventsInput = {
47386
47387
  create?: XOR<CalendarEventTypeCreateWithoutEventsInput, CalendarEventTypeUncheckedCreateWithoutEventsInput>
47387
47388
  connectOrCreate?: CalendarEventTypeCreateOrConnectWithoutEventsInput
@@ -47441,6 +47442,12 @@ export namespace Prisma {
47441
47442
  unset?: boolean
47442
47443
  }
47443
47444
 
47445
+ export type NotificationChannelNullableUpdateEnvelopeInput = {
47446
+ set?: NotificationChannelCreateInput | null
47447
+ upsert?: NotificationChannelUpsertInput
47448
+ unset?: boolean
47449
+ }
47450
+
47444
47451
  export type CalendarEventTypeUpdateOneRequiredWithoutEventsNestedInput = {
47445
47452
  create?: XOR<CalendarEventTypeCreateWithoutEventsInput, CalendarEventTypeUncheckedCreateWithoutEventsInput>
47446
47453
  connectOrCreate?: CalendarEventTypeCreateOrConnectWithoutEventsInput
@@ -50619,14 +50626,6 @@ export namespace Prisma {
50619
50626
  not?: NestedDateTimeFilter<$PrismaModel> | Date | string
50620
50627
  }
50621
50628
 
50622
- export type NotificationChannelWhereInput = {
50623
- AND?: NotificationChannelWhereInput | NotificationChannelWhereInput[]
50624
- OR?: NotificationChannelWhereInput[]
50625
- NOT?: NotificationChannelWhereInput | NotificationChannelWhereInput[]
50626
- channelId?: StringFilter<"NotificationChannel"> | string
50627
- resourceId?: StringFilter<"NotificationChannel"> | string
50628
- }
50629
-
50630
50629
  export type NestedEnumCalendarProviderWithAggregatesFilter<$PrismaModel = never> = {
50631
50630
  equals?: $Enums.CalendarProvider | EnumCalendarProviderFieldRefInput<$PrismaModel>
50632
50631
  in?: $Enums.CalendarProvider[] | ListEnumCalendarProviderFieldRefInput<$PrismaModel>
@@ -50692,6 +50691,15 @@ export namespace Prisma {
50692
50691
  password?: StringNullableFilter<"VideoCallData"> | string | null
50693
50692
  }
50694
50693
 
50694
+ export type NotificationChannelWhereInput = {
50695
+ AND?: NotificationChannelWhereInput | NotificationChannelWhereInput[]
50696
+ OR?: NotificationChannelWhereInput[]
50697
+ NOT?: NotificationChannelWhereInput | NotificationChannelWhereInput[]
50698
+ channelId?: StringFilter<"NotificationChannel"> | string
50699
+ resourceId?: StringFilter<"NotificationChannel"> | string
50700
+ expiration?: StringFilter<"NotificationChannel"> | string
50701
+ }
50702
+
50695
50703
  export type NestedEnumEventStatusWithAggregatesFilter<$PrismaModel = never> = {
50696
50704
  equals?: $Enums.EventStatus | EnumEventStatusFieldRefInput<$PrismaModel>
50697
50705
  in?: $Enums.EventStatus[] | ListEnumEventStatusFieldRefInput<$PrismaModel>
@@ -52983,6 +52991,7 @@ export namespace Prisma {
52983
52991
  originalEndTime?: string | null
52984
52992
  createdAt: Date | string
52985
52993
  updatedAt: Date | string
52994
+ notificationChannel?: XOR<NotificationChannelNullableCreateEnvelopeInput, NotificationChannelCreateInput> | null
52986
52995
  eventType: CalendarEventTypeCreateNestedOneWithoutEventsInput
52987
52996
  eventOwner: UserCreateNestedOneWithoutInterviewsInput
52988
52997
  reschedulingUser?: UserCreateNestedOneWithoutRescheduledInterviewsInput
@@ -53009,6 +53018,7 @@ export namespace Prisma {
53009
53018
  originalEndTime?: string | null
53010
53019
  createdAt: Date | string
53011
53020
  updatedAt: Date | string
53021
+ notificationChannel?: XOR<NotificationChannelNullableCreateEnvelopeInput, NotificationChannelCreateInput> | null
53012
53022
  clientInterview?: ClientInterviewUncheckedCreateNestedOneWithoutCalendarEventInput
53013
53023
  }
53014
53024
 
@@ -53032,11 +53042,6 @@ export namespace Prisma {
53032
53042
  ext_expires_in?: NullableIntFieldUpdateOperationsInput | number | null
53033
53043
  }
53034
53044
 
53035
- export type NotificationChannelUpsertInput = {
53036
- set: NotificationChannelCreateInput | null
53037
- update: NotificationChannelUpdateInput
53038
- }
53039
-
53040
53045
  export type UserUpsertWithoutCalendarInput = {
53041
53046
  update: XOR<UserUpdateWithoutCalendarInput, UserUncheckedUpdateWithoutCalendarInput>
53042
53047
  create: XOR<UserCreateWithoutCalendarInput, UserUncheckedCreateWithoutCalendarInput>
@@ -53672,7 +53677,6 @@ export namespace Prisma {
53672
53677
  provider: $Enums.CalendarProvider
53673
53678
  createdAt?: Date | string
53674
53679
  updatedAt?: Date | string
53675
- notificationChannel?: XOR<NotificationChannelNullableCreateEnvelopeInput, NotificationChannelCreateInput> | null
53676
53680
  calendarUser: UserCreateNestedOneWithoutCalendarInput
53677
53681
  }
53678
53682
 
@@ -53684,7 +53688,6 @@ export namespace Prisma {
53684
53688
  userId: string
53685
53689
  createdAt?: Date | string
53686
53690
  updatedAt?: Date | string
53687
- notificationChannel?: XOR<NotificationChannelNullableCreateEnvelopeInput, NotificationChannelCreateInput> | null
53688
53691
  }
53689
53692
 
53690
53693
  export type CalendarCreateOrConnectWithoutEventsInput = {
@@ -53893,6 +53896,11 @@ export namespace Prisma {
53893
53896
  update: VideoCallDataUpdateInput
53894
53897
  }
53895
53898
 
53899
+ export type NotificationChannelUpsertInput = {
53900
+ set: NotificationChannelCreateInput | null
53901
+ update: NotificationChannelUpdateInput
53902
+ }
53903
+
53896
53904
  export type CalendarEventTypeUpsertWithoutEventsInput = {
53897
53905
  update: XOR<CalendarEventTypeUpdateWithoutEventsInput, CalendarEventTypeUncheckedUpdateWithoutEventsInput>
53898
53906
  create: XOR<CalendarEventTypeCreateWithoutEventsInput, CalendarEventTypeUncheckedCreateWithoutEventsInput>
@@ -54072,7 +54080,6 @@ export namespace Prisma {
54072
54080
  provider?: EnumCalendarProviderFieldUpdateOperationsInput | $Enums.CalendarProvider
54073
54081
  createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
54074
54082
  updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
54075
- notificationChannel?: XOR<NotificationChannelNullableUpdateEnvelopeInput, NotificationChannelCreateInput> | null
54076
54083
  calendarUser?: UserUpdateOneRequiredWithoutCalendarNestedInput
54077
54084
  }
54078
54085
 
@@ -54083,7 +54090,6 @@ export namespace Prisma {
54083
54090
  userId?: StringFieldUpdateOperationsInput | string
54084
54091
  createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
54085
54092
  updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
54086
- notificationChannel?: XOR<NotificationChannelNullableUpdateEnvelopeInput, NotificationChannelCreateInput> | null
54087
54093
  }
54088
54094
 
54089
54095
  export type UserUpsertWithoutRescheduledInterviewsInput = {
@@ -54293,6 +54299,7 @@ export namespace Prisma {
54293
54299
  originalEndTime?: string | null
54294
54300
  createdAt: Date | string
54295
54301
  updatedAt: Date | string
54302
+ notificationChannel?: XOR<NotificationChannelNullableCreateEnvelopeInput, NotificationChannelCreateInput> | null
54296
54303
  eventOwner: UserCreateNestedOneWithoutInterviewsInput
54297
54304
  calendar: CalendarCreateNestedOneWithoutEventsInput
54298
54305
  reschedulingUser?: UserCreateNestedOneWithoutRescheduledInterviewsInput
@@ -54319,6 +54326,7 @@ export namespace Prisma {
54319
54326
  originalEndTime?: string | null
54320
54327
  createdAt: Date | string
54321
54328
  updatedAt: Date | string
54329
+ notificationChannel?: XOR<NotificationChannelNullableCreateEnvelopeInput, NotificationChannelCreateInput> | null
54322
54330
  clientInterview?: ClientInterviewUncheckedCreateNestedOneWithoutCalendarEventInput
54323
54331
  }
54324
54332
 
@@ -54990,6 +54998,7 @@ export namespace Prisma {
54990
54998
  originalEndTime?: string | null
54991
54999
  createdAt: Date | string
54992
55000
  updatedAt: Date | string
55001
+ notificationChannel?: XOR<NotificationChannelNullableCreateEnvelopeInput, NotificationChannelCreateInput> | null
54993
55002
  eventType: CalendarEventTypeCreateNestedOneWithoutEventsInput
54994
55003
  eventOwner: UserCreateNestedOneWithoutInterviewsInput
54995
55004
  calendar: CalendarCreateNestedOneWithoutEventsInput
@@ -55017,6 +55026,7 @@ export namespace Prisma {
55017
55026
  originalEndTime?: string | null
55018
55027
  createdAt: Date | string
55019
55028
  updatedAt: Date | string
55029
+ notificationChannel?: XOR<NotificationChannelNullableCreateEnvelopeInput, NotificationChannelCreateInput> | null
55020
55030
  }
55021
55031
 
55022
55032
  export type CalendarEventCreateOrConnectWithoutClientInterviewInput = {
@@ -55426,6 +55436,7 @@ export namespace Prisma {
55426
55436
  originalEndTime?: NullableStringFieldUpdateOperationsInput | string | null
55427
55437
  createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
55428
55438
  updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
55439
+ notificationChannel?: XOR<NotificationChannelNullableUpdateEnvelopeInput, NotificationChannelCreateInput> | null
55429
55440
  eventType?: CalendarEventTypeUpdateOneRequiredWithoutEventsNestedInput
55430
55441
  eventOwner?: UserUpdateOneRequiredWithoutInterviewsNestedInput
55431
55442
  calendar?: CalendarUpdateOneRequiredWithoutEventsNestedInput
@@ -55452,6 +55463,7 @@ export namespace Prisma {
55452
55463
  originalEndTime?: NullableStringFieldUpdateOperationsInput | string | null
55453
55464
  createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
55454
55465
  updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
55466
+ notificationChannel?: XOR<NotificationChannelNullableUpdateEnvelopeInput, NotificationChannelCreateInput> | null
55455
55467
  }
55456
55468
 
55457
55469
  export type StructuredEnrichmentCreateInput = {
@@ -60709,7 +60721,6 @@ export namespace Prisma {
60709
60721
  provider: $Enums.CalendarProvider
60710
60722
  createdAt?: Date | string
60711
60723
  updatedAt?: Date | string
60712
- notificationChannel?: XOR<NotificationChannelNullableCreateEnvelopeInput, NotificationChannelCreateInput> | null
60713
60724
  events?: CalendarEventCreateNestedManyWithoutCalendarInput
60714
60725
  }
60715
60726
 
@@ -60720,7 +60731,6 @@ export namespace Prisma {
60720
60731
  provider: $Enums.CalendarProvider
60721
60732
  createdAt?: Date | string
60722
60733
  updatedAt?: Date | string
60723
- notificationChannel?: XOR<NotificationChannelNullableCreateEnvelopeInput, NotificationChannelCreateInput> | null
60724
60734
  events?: CalendarEventUncheckedCreateNestedManyWithoutCalendarInput
60725
60735
  }
60726
60736
 
@@ -60746,6 +60756,7 @@ export namespace Prisma {
60746
60756
  originalEndTime?: string | null
60747
60757
  createdAt: Date | string
60748
60758
  updatedAt: Date | string
60759
+ notificationChannel?: XOR<NotificationChannelNullableCreateEnvelopeInput, NotificationChannelCreateInput> | null
60749
60760
  eventType: CalendarEventTypeCreateNestedOneWithoutEventsInput
60750
60761
  calendar: CalendarCreateNestedOneWithoutEventsInput
60751
60762
  reschedulingUser?: UserCreateNestedOneWithoutRescheduledInterviewsInput
@@ -60772,6 +60783,7 @@ export namespace Prisma {
60772
60783
  originalEndTime?: string | null
60773
60784
  createdAt: Date | string
60774
60785
  updatedAt: Date | string
60786
+ notificationChannel?: XOR<NotificationChannelNullableCreateEnvelopeInput, NotificationChannelCreateInput> | null
60775
60787
  clientInterview?: ClientInterviewUncheckedCreateNestedOneWithoutCalendarEventInput
60776
60788
  }
60777
60789
 
@@ -60851,6 +60863,7 @@ export namespace Prisma {
60851
60863
  originalEndTime?: string | null
60852
60864
  createdAt: Date | string
60853
60865
  updatedAt: Date | string
60866
+ notificationChannel?: XOR<NotificationChannelNullableCreateEnvelopeInput, NotificationChannelCreateInput> | null
60854
60867
  eventType: CalendarEventTypeCreateNestedOneWithoutEventsInput
60855
60868
  eventOwner: UserCreateNestedOneWithoutInterviewsInput
60856
60869
  calendar: CalendarCreateNestedOneWithoutEventsInput
@@ -60877,6 +60890,7 @@ export namespace Prisma {
60877
60890
  originalEndTime?: string | null
60878
60891
  createdAt: Date | string
60879
60892
  updatedAt: Date | string
60893
+ notificationChannel?: XOR<NotificationChannelNullableCreateEnvelopeInput, NotificationChannelCreateInput> | null
60880
60894
  clientInterview?: ClientInterviewUncheckedCreateNestedOneWithoutCalendarEventInput
60881
60895
  }
60882
60896
 
@@ -61428,7 +61442,6 @@ export namespace Prisma {
61428
61442
  provider?: EnumCalendarProviderFieldUpdateOperationsInput | $Enums.CalendarProvider
61429
61443
  createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
61430
61444
  updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
61431
- notificationChannel?: XOR<NotificationChannelNullableUpdateEnvelopeInput, NotificationChannelCreateInput> | null
61432
61445
  events?: CalendarEventUpdateManyWithoutCalendarNestedInput
61433
61446
  }
61434
61447
 
@@ -61438,7 +61451,6 @@ export namespace Prisma {
61438
61451
  provider?: EnumCalendarProviderFieldUpdateOperationsInput | $Enums.CalendarProvider
61439
61452
  createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
61440
61453
  updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
61441
- notificationChannel?: XOR<NotificationChannelNullableUpdateEnvelopeInput, NotificationChannelCreateInput> | null
61442
61454
  events?: CalendarEventUncheckedUpdateManyWithoutCalendarNestedInput
61443
61455
  }
61444
61456
 
@@ -63629,11 +63641,7 @@ export namespace Prisma {
63629
63641
  originalEndTime?: string | null
63630
63642
  createdAt: Date | string
63631
63643
  updatedAt: Date | string
63632
- }
63633
-
63634
- export type NotificationChannelUpdateInput = {
63635
- channelId?: StringFieldUpdateOperationsInput | string
63636
- resourceId?: StringFieldUpdateOperationsInput | string
63644
+ notificationChannel?: XOR<NotificationChannelNullableCreateEnvelopeInput, NotificationChannelCreateInput> | null
63637
63645
  }
63638
63646
 
63639
63647
  export type CalendarEventUpdateWithoutCalendarInput = {
@@ -63652,6 +63660,7 @@ export namespace Prisma {
63652
63660
  originalEndTime?: NullableStringFieldUpdateOperationsInput | string | null
63653
63661
  createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
63654
63662
  updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
63663
+ notificationChannel?: XOR<NotificationChannelNullableUpdateEnvelopeInput, NotificationChannelCreateInput> | null
63655
63664
  eventType?: CalendarEventTypeUpdateOneRequiredWithoutEventsNestedInput
63656
63665
  eventOwner?: UserUpdateOneRequiredWithoutInterviewsNestedInput
63657
63666
  reschedulingUser?: UserUpdateOneWithoutRescheduledInterviewsNestedInput
@@ -63677,6 +63686,7 @@ export namespace Prisma {
63677
63686
  originalEndTime?: NullableStringFieldUpdateOperationsInput | string | null
63678
63687
  createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
63679
63688
  updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
63689
+ notificationChannel?: XOR<NotificationChannelNullableUpdateEnvelopeInput, NotificationChannelCreateInput> | null
63680
63690
  clientInterview?: ClientInterviewUncheckedUpdateOneWithoutCalendarEventNestedInput
63681
63691
  }
63682
63692
 
@@ -63699,6 +63709,7 @@ export namespace Prisma {
63699
63709
  originalEndTime?: NullableStringFieldUpdateOperationsInput | string | null
63700
63710
  createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
63701
63711
  updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
63712
+ notificationChannel?: XOR<NotificationChannelNullableUpdateEnvelopeInput, NotificationChannelCreateInput> | null
63702
63713
  }
63703
63714
 
63704
63715
  export type AttendeeUpdateInput = {
@@ -63726,6 +63737,12 @@ export namespace Prisma {
63726
63737
  password?: NullableStringFieldUpdateOperationsInput | string | null
63727
63738
  }
63728
63739
 
63740
+ export type NotificationChannelUpdateInput = {
63741
+ channelId?: StringFieldUpdateOperationsInput | string
63742
+ resourceId?: StringFieldUpdateOperationsInput | string
63743
+ expiration?: StringFieldUpdateOperationsInput | string
63744
+ }
63745
+
63729
63746
  export type CalendarEventCreateManyEventTypeInput = {
63730
63747
  id?: string
63731
63748
  calendarEventId?: string | null
@@ -63746,6 +63763,7 @@ export namespace Prisma {
63746
63763
  originalEndTime?: string | null
63747
63764
  createdAt: Date | string
63748
63765
  updatedAt: Date | string
63766
+ notificationChannel?: XOR<NotificationChannelNullableCreateEnvelopeInput, NotificationChannelCreateInput> | null
63749
63767
  }
63750
63768
 
63751
63769
  export type CalendarAvailabilityCreateManyEventTypeInput = {
@@ -63775,6 +63793,7 @@ export namespace Prisma {
63775
63793
  originalEndTime?: NullableStringFieldUpdateOperationsInput | string | null
63776
63794
  createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
63777
63795
  updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
63796
+ notificationChannel?: XOR<NotificationChannelNullableUpdateEnvelopeInput, NotificationChannelCreateInput> | null
63778
63797
  eventOwner?: UserUpdateOneRequiredWithoutInterviewsNestedInput
63779
63798
  calendar?: CalendarUpdateOneRequiredWithoutEventsNestedInput
63780
63799
  reschedulingUser?: UserUpdateOneWithoutRescheduledInterviewsNestedInput
@@ -63800,6 +63819,7 @@ export namespace Prisma {
63800
63819
  originalEndTime?: NullableStringFieldUpdateOperationsInput | string | null
63801
63820
  createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
63802
63821
  updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
63822
+ notificationChannel?: XOR<NotificationChannelNullableUpdateEnvelopeInput, NotificationChannelCreateInput> | null
63803
63823
  clientInterview?: ClientInterviewUncheckedUpdateOneWithoutCalendarEventNestedInput
63804
63824
  }
63805
63825
 
@@ -63822,6 +63842,7 @@ export namespace Prisma {
63822
63842
  originalEndTime?: NullableStringFieldUpdateOperationsInput | string | null
63823
63843
  createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
63824
63844
  updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
63845
+ notificationChannel?: XOR<NotificationChannelNullableUpdateEnvelopeInput, NotificationChannelCreateInput> | null
63825
63846
  }
63826
63847
 
63827
63848
  export type CalendarAvailabilityUpdateWithoutEventTypeInput = {
@@ -65309,6 +65330,7 @@ export namespace Prisma {
65309
65330
  originalEndTime?: string | null
65310
65331
  createdAt: Date | string
65311
65332
  updatedAt: Date | string
65333
+ notificationChannel?: XOR<NotificationChannelNullableCreateEnvelopeInput, NotificationChannelCreateInput> | null
65312
65334
  }
65313
65335
 
65314
65336
  export type CalendarAvailabilityCreateManyUserInput = {
@@ -65342,6 +65364,7 @@ export namespace Prisma {
65342
65364
  originalEndTime?: string | null
65343
65365
  createdAt: Date | string
65344
65366
  updatedAt: Date | string
65367
+ notificationChannel?: XOR<NotificationChannelNullableCreateEnvelopeInput, NotificationChannelCreateInput> | null
65345
65368
  }
65346
65369
 
65347
65370
  export type ClientInterviewCreateManyClientInput = {
@@ -66450,6 +66473,7 @@ export namespace Prisma {
66450
66473
  originalEndTime?: NullableStringFieldUpdateOperationsInput | string | null
66451
66474
  createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
66452
66475
  updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
66476
+ notificationChannel?: XOR<NotificationChannelNullableUpdateEnvelopeInput, NotificationChannelCreateInput> | null
66453
66477
  eventType?: CalendarEventTypeUpdateOneRequiredWithoutEventsNestedInput
66454
66478
  calendar?: CalendarUpdateOneRequiredWithoutEventsNestedInput
66455
66479
  reschedulingUser?: UserUpdateOneWithoutRescheduledInterviewsNestedInput
@@ -66475,6 +66499,7 @@ export namespace Prisma {
66475
66499
  originalEndTime?: NullableStringFieldUpdateOperationsInput | string | null
66476
66500
  createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
66477
66501
  updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
66502
+ notificationChannel?: XOR<NotificationChannelNullableUpdateEnvelopeInput, NotificationChannelCreateInput> | null
66478
66503
  clientInterview?: ClientInterviewUncheckedUpdateOneWithoutCalendarEventNestedInput
66479
66504
  }
66480
66505
 
@@ -66497,6 +66522,7 @@ export namespace Prisma {
66497
66522
  originalEndTime?: NullableStringFieldUpdateOperationsInput | string | null
66498
66523
  createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
66499
66524
  updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
66525
+ notificationChannel?: XOR<NotificationChannelNullableUpdateEnvelopeInput, NotificationChannelCreateInput> | null
66500
66526
  }
66501
66527
 
66502
66528
  export type CalendarAvailabilityUpdateWithoutUserInput = {
@@ -66545,6 +66571,7 @@ export namespace Prisma {
66545
66571
  originalEndTime?: NullableStringFieldUpdateOperationsInput | string | null
66546
66572
  createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
66547
66573
  updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
66574
+ notificationChannel?: XOR<NotificationChannelNullableUpdateEnvelopeInput, NotificationChannelCreateInput> | null
66548
66575
  eventType?: CalendarEventTypeUpdateOneRequiredWithoutEventsNestedInput
66549
66576
  eventOwner?: UserUpdateOneRequiredWithoutInterviewsNestedInput
66550
66577
  calendar?: CalendarUpdateOneRequiredWithoutEventsNestedInput
@@ -66570,6 +66597,7 @@ export namespace Prisma {
66570
66597
  originalEndTime?: NullableStringFieldUpdateOperationsInput | string | null
66571
66598
  createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
66572
66599
  updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
66600
+ notificationChannel?: XOR<NotificationChannelNullableUpdateEnvelopeInput, NotificationChannelCreateInput> | null
66573
66601
  clientInterview?: ClientInterviewUncheckedUpdateOneWithoutCalendarEventNestedInput
66574
66602
  }
66575
66603
 
@@ -66592,6 +66620,7 @@ export namespace Prisma {
66592
66620
  originalEndTime?: NullableStringFieldUpdateOperationsInput | string | null
66593
66621
  createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
66594
66622
  updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
66623
+ notificationChannel?: XOR<NotificationChannelNullableUpdateEnvelopeInput, NotificationChannelCreateInput> | null
66595
66624
  }
66596
66625
 
66597
66626
  export type ClientInterviewUpdateWithoutClientInput = {
@@ -68040,10 +68069,6 @@ export namespace Prisma {
68040
68069
  * @deprecated Use CalendarCredentialsDefaultArgs instead
68041
68070
  */
68042
68071
  export type CalendarCredentialsArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = CalendarCredentialsDefaultArgs<ExtArgs>
68043
- /**
68044
- * @deprecated Use NotificationChannelDefaultArgs instead
68045
- */
68046
- export type NotificationChannelArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = NotificationChannelDefaultArgs<ExtArgs>
68047
68072
  /**
68048
68073
  * @deprecated Use AttendeeDefaultArgs instead
68049
68074
  */
@@ -68056,6 +68081,10 @@ export namespace Prisma {
68056
68081
  * @deprecated Use VideoCallDataDefaultArgs instead
68057
68082
  */
68058
68083
  export type VideoCallDataArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = VideoCallDataDefaultArgs<ExtArgs>
68084
+ /**
68085
+ * @deprecated Use NotificationChannelDefaultArgs instead
68086
+ */
68087
+ export type NotificationChannelArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = NotificationChannelDefaultArgs<ExtArgs>
68059
68088
  /**
68060
68089
  * @deprecated Use ClientInterviewTranscriptDataDefaultArgs instead
68061
68090
  */