@a_team/prisma 3.22.1-macos-docker-linux → 3.22.2-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.
@@ -503,7 +503,8 @@ exports.Prisma.RecordedCallScalarFieldEnum = {
503
503
  platformRecordedOn: 'platformRecordedOn',
504
504
  callCreatedAtTimestamp: 'callCreatedAtTimestamp',
505
505
  createdAt: 'createdAt',
506
- updatedAt: 'updatedAt'
506
+ updatedAt: 'updatedAt',
507
+ calendarEventVideoCallDataId: 'calendarEventVideoCallDataId'
507
508
  };
508
509
 
509
510
  exports.Prisma.RoleCategoryScalarFieldEnum = {
@@ -38168,6 +38168,7 @@ export namespace Prisma {
38168
38168
  callCreatedAtTimestamp: Date | null
38169
38169
  createdAt: Date | null
38170
38170
  updatedAt: Date | null
38171
+ calendarEventVideoCallDataId: string | null
38171
38172
  }
38172
38173
 
38173
38174
  export type RecordedCallMaxAggregateOutputType = {
@@ -38183,6 +38184,7 @@ export namespace Prisma {
38183
38184
  callCreatedAtTimestamp: Date | null
38184
38185
  createdAt: Date | null
38185
38186
  updatedAt: Date | null
38187
+ calendarEventVideoCallDataId: string | null
38186
38188
  }
38187
38189
 
38188
38190
  export type RecordedCallCountAggregateOutputType = {
@@ -38198,6 +38200,7 @@ export namespace Prisma {
38198
38200
  callCreatedAtTimestamp: number
38199
38201
  createdAt: number
38200
38202
  updatedAt: number
38203
+ calendarEventVideoCallDataId: number
38201
38204
  _all: number
38202
38205
  }
38203
38206
 
@@ -38215,6 +38218,7 @@ export namespace Prisma {
38215
38218
  callCreatedAtTimestamp?: true
38216
38219
  createdAt?: true
38217
38220
  updatedAt?: true
38221
+ calendarEventVideoCallDataId?: true
38218
38222
  }
38219
38223
 
38220
38224
  export type RecordedCallMaxAggregateInputType = {
@@ -38230,6 +38234,7 @@ export namespace Prisma {
38230
38234
  callCreatedAtTimestamp?: true
38231
38235
  createdAt?: true
38232
38236
  updatedAt?: true
38237
+ calendarEventVideoCallDataId?: true
38233
38238
  }
38234
38239
 
38235
38240
  export type RecordedCallCountAggregateInputType = {
@@ -38245,6 +38250,7 @@ export namespace Prisma {
38245
38250
  callCreatedAtTimestamp?: true
38246
38251
  createdAt?: true
38247
38252
  updatedAt?: true
38253
+ calendarEventVideoCallDataId?: true
38248
38254
  _all?: true
38249
38255
  }
38250
38256
 
@@ -38333,6 +38339,7 @@ export namespace Prisma {
38333
38339
  callCreatedAtTimestamp: Date
38334
38340
  createdAt: Date
38335
38341
  updatedAt: Date
38342
+ calendarEventVideoCallDataId: string | null
38336
38343
  _count: RecordedCallCountAggregateOutputType | null
38337
38344
  _min: RecordedCallMinAggregateOutputType | null
38338
38345
  _max: RecordedCallMaxAggregateOutputType | null
@@ -38366,6 +38373,7 @@ export namespace Prisma {
38366
38373
  callCreatedAtTimestamp?: boolean
38367
38374
  createdAt?: boolean
38368
38375
  updatedAt?: boolean
38376
+ calendarEventVideoCallDataId?: boolean
38369
38377
  }, ExtArgs["result"]["recordedCall"]>
38370
38378
 
38371
38379
 
@@ -38382,6 +38390,7 @@ export namespace Prisma {
38382
38390
  callCreatedAtTimestamp?: boolean
38383
38391
  createdAt?: boolean
38384
38392
  updatedAt?: boolean
38393
+ calendarEventVideoCallDataId?: boolean
38385
38394
  }
38386
38395
 
38387
38396
  export type RecordedCallInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {}
@@ -38402,6 +38411,7 @@ export namespace Prisma {
38402
38411
  callCreatedAtTimestamp: Date
38403
38412
  createdAt: Date
38404
38413
  updatedAt: Date
38414
+ calendarEventVideoCallDataId: string | null
38405
38415
  }, ExtArgs["result"]["recordedCall"]>
38406
38416
  composites: {
38407
38417
  participants: Prisma.$CallParticipantPayload[]
@@ -38808,6 +38818,7 @@ export namespace Prisma {
38808
38818
  readonly callCreatedAtTimestamp: FieldRef<"RecordedCall", 'DateTime'>
38809
38819
  readonly createdAt: FieldRef<"RecordedCall", 'DateTime'>
38810
38820
  readonly updatedAt: FieldRef<"RecordedCall", 'DateTime'>
38821
+ readonly calendarEventVideoCallDataId: FieldRef<"RecordedCall", 'String'>
38811
38822
  }
38812
38823
 
38813
38824
 
@@ -49118,7 +49129,8 @@ export namespace Prisma {
49118
49129
  platformRecordedOn: 'platformRecordedOn',
49119
49130
  callCreatedAtTimestamp: 'callCreatedAtTimestamp',
49120
49131
  createdAt: 'createdAt',
49121
- updatedAt: 'updatedAt'
49132
+ updatedAt: 'updatedAt',
49133
+ calendarEventVideoCallDataId: 'calendarEventVideoCallDataId'
49122
49134
  };
49123
49135
 
49124
49136
  export type RecordedCallScalarFieldEnum = (typeof RecordedCallScalarFieldEnum)[keyof typeof RecordedCallScalarFieldEnum]
@@ -52567,6 +52579,7 @@ export namespace Prisma {
52567
52579
  callCreatedAtTimestamp?: DateTimeFilter<"RecordedCall"> | Date | string
52568
52580
  createdAt?: DateTimeFilter<"RecordedCall"> | Date | string
52569
52581
  updatedAt?: DateTimeFilter<"RecordedCall"> | Date | string
52582
+ calendarEventVideoCallDataId?: StringNullableFilter<"RecordedCall"> | string | null
52570
52583
  }
52571
52584
 
52572
52585
  export type RecordedCallOrderByWithRelationInput = {
@@ -52583,6 +52596,7 @@ export namespace Prisma {
52583
52596
  callCreatedAtTimestamp?: SortOrder
52584
52597
  createdAt?: SortOrder
52585
52598
  updatedAt?: SortOrder
52599
+ calendarEventVideoCallDataId?: SortOrder
52586
52600
  }
52587
52601
 
52588
52602
  export type RecordedCallWhereUniqueInput = Prisma.AtLeast<{
@@ -52602,6 +52616,7 @@ export namespace Prisma {
52602
52616
  callCreatedAtTimestamp?: DateTimeFilter<"RecordedCall"> | Date | string
52603
52617
  createdAt?: DateTimeFilter<"RecordedCall"> | Date | string
52604
52618
  updatedAt?: DateTimeFilter<"RecordedCall"> | Date | string
52619
+ calendarEventVideoCallDataId?: StringNullableFilter<"RecordedCall"> | string | null
52605
52620
  }, "id">
52606
52621
 
52607
52622
  export type RecordedCallOrderByWithAggregationInput = {
@@ -52617,6 +52632,7 @@ export namespace Prisma {
52617
52632
  callCreatedAtTimestamp?: SortOrder
52618
52633
  createdAt?: SortOrder
52619
52634
  updatedAt?: SortOrder
52635
+ calendarEventVideoCallDataId?: SortOrder
52620
52636
  _count?: RecordedCallCountOrderByAggregateInput
52621
52637
  _max?: RecordedCallMaxOrderByAggregateInput
52622
52638
  _min?: RecordedCallMinOrderByAggregateInput
@@ -52638,6 +52654,7 @@ export namespace Prisma {
52638
52654
  callCreatedAtTimestamp?: DateTimeWithAggregatesFilter<"RecordedCall"> | Date | string
52639
52655
  createdAt?: DateTimeWithAggregatesFilter<"RecordedCall"> | Date | string
52640
52656
  updatedAt?: DateTimeWithAggregatesFilter<"RecordedCall"> | Date | string
52657
+ calendarEventVideoCallDataId?: StringNullableWithAggregatesFilter<"RecordedCall"> | string | null
52641
52658
  }
52642
52659
 
52643
52660
  export type RoleCategoryWhereInput = {
@@ -56447,6 +56464,7 @@ export namespace Prisma {
56447
56464
  callCreatedAtTimestamp: Date | string
56448
56465
  createdAt?: Date | string
56449
56466
  updatedAt?: Date | string
56467
+ calendarEventVideoCallDataId?: string | null
56450
56468
  }
56451
56469
 
56452
56470
  export type RecordedCallUncheckedCreateInput = {
@@ -56463,6 +56481,7 @@ export namespace Prisma {
56463
56481
  callCreatedAtTimestamp: Date | string
56464
56482
  createdAt?: Date | string
56465
56483
  updatedAt?: Date | string
56484
+ calendarEventVideoCallDataId?: string | null
56466
56485
  }
56467
56486
 
56468
56487
  export type RecordedCallUpdateInput = {
@@ -56478,6 +56497,7 @@ export namespace Prisma {
56478
56497
  callCreatedAtTimestamp?: DateTimeFieldUpdateOperationsInput | Date | string
56479
56498
  createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
56480
56499
  updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
56500
+ calendarEventVideoCallDataId?: NullableStringFieldUpdateOperationsInput | string | null
56481
56501
  }
56482
56502
 
56483
56503
  export type RecordedCallUncheckedUpdateInput = {
@@ -56493,6 +56513,7 @@ export namespace Prisma {
56493
56513
  callCreatedAtTimestamp?: DateTimeFieldUpdateOperationsInput | Date | string
56494
56514
  createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
56495
56515
  updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
56516
+ calendarEventVideoCallDataId?: NullableStringFieldUpdateOperationsInput | string | null
56496
56517
  }
56497
56518
 
56498
56519
  export type RecordedCallCreateManyInput = {
@@ -56509,6 +56530,7 @@ export namespace Prisma {
56509
56530
  callCreatedAtTimestamp: Date | string
56510
56531
  createdAt?: Date | string
56511
56532
  updatedAt?: Date | string
56533
+ calendarEventVideoCallDataId?: string | null
56512
56534
  }
56513
56535
 
56514
56536
  export type RecordedCallUpdateManyMutationInput = {
@@ -56524,6 +56546,7 @@ export namespace Prisma {
56524
56546
  callCreatedAtTimestamp?: DateTimeFieldUpdateOperationsInput | Date | string
56525
56547
  createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
56526
56548
  updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
56549
+ calendarEventVideoCallDataId?: NullableStringFieldUpdateOperationsInput | string | null
56527
56550
  }
56528
56551
 
56529
56552
  export type RecordedCallUncheckedUpdateManyInput = {
@@ -56539,6 +56562,7 @@ export namespace Prisma {
56539
56562
  callCreatedAtTimestamp?: DateTimeFieldUpdateOperationsInput | Date | string
56540
56563
  createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
56541
56564
  updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
56565
+ calendarEventVideoCallDataId?: NullableStringFieldUpdateOperationsInput | string | null
56542
56566
  }
56543
56567
 
56544
56568
  export type RoleCategoryCreateInput = {
@@ -60726,6 +60750,7 @@ export namespace Prisma {
60726
60750
  callCreatedAtTimestamp?: SortOrder
60727
60751
  createdAt?: SortOrder
60728
60752
  updatedAt?: SortOrder
60753
+ calendarEventVideoCallDataId?: SortOrder
60729
60754
  }
60730
60755
 
60731
60756
  export type RecordedCallMaxOrderByAggregateInput = {
@@ -60741,6 +60766,7 @@ export namespace Prisma {
60741
60766
  callCreatedAtTimestamp?: SortOrder
60742
60767
  createdAt?: SortOrder
60743
60768
  updatedAt?: SortOrder
60769
+ calendarEventVideoCallDataId?: SortOrder
60744
60770
  }
60745
60771
 
60746
60772
  export type RecordedCallMinOrderByAggregateInput = {
@@ -60756,6 +60782,7 @@ export namespace Prisma {
60756
60782
  callCreatedAtTimestamp?: SortOrder
60757
60783
  createdAt?: SortOrder
60758
60784
  updatedAt?: SortOrder
60785
+ calendarEventVideoCallDataId?: SortOrder
60759
60786
  }
60760
60787
 
60761
60788
  export type EnumPlatformRecordedOnWithAggregatesFilter<$PrismaModel = never> = {