@a_team/prisma 3.12.6-win → 3.12.7-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.
- package/dist/client/edge.js +6 -4
- package/dist/client/index-browser.js +2 -0
- package/dist/client/index.d.ts +104 -0
- package/dist/client/index.js +8 -6
- package/dist/client/{query_engine-windows.dll.node → libquery_engine-linux-musl-openssl-3.0.x.so.node} +0 -0
- package/dist/client/package.json +1 -1
- package/dist/client/schema.prisma +2 -0
- package/dist/client/wasm.js +2 -0
- package/package.json +2 -2
|
@@ -164,6 +164,8 @@ exports.Prisma.CalendarEventScalarFieldEnum = {
|
|
|
164
164
|
status: 'status',
|
|
165
165
|
startTime: 'startTime',
|
|
166
166
|
endTime: 'endTime',
|
|
167
|
+
summary: 'summary',
|
|
168
|
+
description: 'description',
|
|
167
169
|
callUrl: 'callUrl',
|
|
168
170
|
callId: 'callId',
|
|
169
171
|
clientRecordingOptOut: 'clientRecordingOptOut',
|
package/dist/client/index.d.ts
CHANGED
|
@@ -14326,6 +14326,8 @@ export namespace Prisma {
|
|
|
14326
14326
|
status: $Enums.EventStatus | null
|
|
14327
14327
|
startTime: Date | null
|
|
14328
14328
|
endTime: Date | null
|
|
14329
|
+
summary: string | null
|
|
14330
|
+
description: string | null
|
|
14329
14331
|
callUrl: string | null
|
|
14330
14332
|
callId: string | null
|
|
14331
14333
|
clientRecordingOptOut: boolean | null
|
|
@@ -14344,6 +14346,8 @@ export namespace Prisma {
|
|
|
14344
14346
|
status: $Enums.EventStatus | null
|
|
14345
14347
|
startTime: Date | null
|
|
14346
14348
|
endTime: Date | null
|
|
14349
|
+
summary: string | null
|
|
14350
|
+
description: string | null
|
|
14347
14351
|
callUrl: string | null
|
|
14348
14352
|
callId: string | null
|
|
14349
14353
|
clientRecordingOptOut: boolean | null
|
|
@@ -14362,6 +14366,8 @@ export namespace Prisma {
|
|
|
14362
14366
|
status: number
|
|
14363
14367
|
startTime: number
|
|
14364
14368
|
endTime: number
|
|
14369
|
+
summary: number
|
|
14370
|
+
description: number
|
|
14365
14371
|
callUrl: number
|
|
14366
14372
|
callId: number
|
|
14367
14373
|
clientRecordingOptOut: number
|
|
@@ -14382,6 +14388,8 @@ export namespace Prisma {
|
|
|
14382
14388
|
status?: true
|
|
14383
14389
|
startTime?: true
|
|
14384
14390
|
endTime?: true
|
|
14391
|
+
summary?: true
|
|
14392
|
+
description?: true
|
|
14385
14393
|
callUrl?: true
|
|
14386
14394
|
callId?: true
|
|
14387
14395
|
clientRecordingOptOut?: true
|
|
@@ -14400,6 +14408,8 @@ export namespace Prisma {
|
|
|
14400
14408
|
status?: true
|
|
14401
14409
|
startTime?: true
|
|
14402
14410
|
endTime?: true
|
|
14411
|
+
summary?: true
|
|
14412
|
+
description?: true
|
|
14403
14413
|
callUrl?: true
|
|
14404
14414
|
callId?: true
|
|
14405
14415
|
clientRecordingOptOut?: true
|
|
@@ -14418,6 +14428,8 @@ export namespace Prisma {
|
|
|
14418
14428
|
status?: true
|
|
14419
14429
|
startTime?: true
|
|
14420
14430
|
endTime?: true
|
|
14431
|
+
summary?: true
|
|
14432
|
+
description?: true
|
|
14421
14433
|
callUrl?: true
|
|
14422
14434
|
callId?: true
|
|
14423
14435
|
clientRecordingOptOut?: true
|
|
@@ -14509,6 +14521,8 @@ export namespace Prisma {
|
|
|
14509
14521
|
status: $Enums.EventStatus
|
|
14510
14522
|
startTime: Date
|
|
14511
14523
|
endTime: Date
|
|
14524
|
+
summary: string | null
|
|
14525
|
+
description: string | null
|
|
14512
14526
|
callUrl: string | null
|
|
14513
14527
|
callId: string | null
|
|
14514
14528
|
clientRecordingOptOut: boolean
|
|
@@ -14545,6 +14559,8 @@ export namespace Prisma {
|
|
|
14545
14559
|
status?: boolean
|
|
14546
14560
|
startTime?: boolean
|
|
14547
14561
|
endTime?: boolean
|
|
14562
|
+
summary?: boolean
|
|
14563
|
+
description?: boolean
|
|
14548
14564
|
callUrl?: boolean
|
|
14549
14565
|
callId?: boolean
|
|
14550
14566
|
clientRecordingOptOut?: boolean
|
|
@@ -14568,6 +14584,8 @@ export namespace Prisma {
|
|
|
14568
14584
|
status?: boolean
|
|
14569
14585
|
startTime?: boolean
|
|
14570
14586
|
endTime?: boolean
|
|
14587
|
+
summary?: boolean
|
|
14588
|
+
description?: boolean
|
|
14571
14589
|
callUrl?: boolean
|
|
14572
14590
|
callId?: boolean
|
|
14573
14591
|
clientRecordingOptOut?: boolean
|
|
@@ -14601,6 +14619,8 @@ export namespace Prisma {
|
|
|
14601
14619
|
status: $Enums.EventStatus
|
|
14602
14620
|
startTime: Date
|
|
14603
14621
|
endTime: Date
|
|
14622
|
+
summary: string | null
|
|
14623
|
+
description: string | null
|
|
14604
14624
|
callUrl: string | null
|
|
14605
14625
|
callId: string | null
|
|
14606
14626
|
clientRecordingOptOut: boolean
|
|
@@ -15014,6 +15034,8 @@ export namespace Prisma {
|
|
|
15014
15034
|
readonly status: FieldRef<"CalendarEvent", 'EventStatus'>
|
|
15015
15035
|
readonly startTime: FieldRef<"CalendarEvent", 'DateTime'>
|
|
15016
15036
|
readonly endTime: FieldRef<"CalendarEvent", 'DateTime'>
|
|
15037
|
+
readonly summary: FieldRef<"CalendarEvent", 'String'>
|
|
15038
|
+
readonly description: FieldRef<"CalendarEvent", 'String'>
|
|
15017
15039
|
readonly callUrl: FieldRef<"CalendarEvent", 'String'>
|
|
15018
15040
|
readonly callId: FieldRef<"CalendarEvent", 'String'>
|
|
15019
15041
|
readonly clientRecordingOptOut: FieldRef<"CalendarEvent", 'Boolean'>
|
|
@@ -36212,6 +36234,8 @@ export namespace Prisma {
|
|
|
36212
36234
|
status: 'status',
|
|
36213
36235
|
startTime: 'startTime',
|
|
36214
36236
|
endTime: 'endTime',
|
|
36237
|
+
summary: 'summary',
|
|
36238
|
+
description: 'description',
|
|
36215
36239
|
callUrl: 'callUrl',
|
|
36216
36240
|
callId: 'callId',
|
|
36217
36241
|
clientRecordingOptOut: 'clientRecordingOptOut',
|
|
@@ -37508,6 +37532,8 @@ export namespace Prisma {
|
|
|
37508
37532
|
status?: EnumEventStatusFilter<"CalendarEvent"> | $Enums.EventStatus
|
|
37509
37533
|
startTime?: DateTimeFilter<"CalendarEvent"> | Date | string
|
|
37510
37534
|
endTime?: DateTimeFilter<"CalendarEvent"> | Date | string
|
|
37535
|
+
summary?: StringNullableFilter<"CalendarEvent"> | string | null
|
|
37536
|
+
description?: StringNullableFilter<"CalendarEvent"> | string | null
|
|
37511
37537
|
callUrl?: StringNullableFilter<"CalendarEvent"> | string | null
|
|
37512
37538
|
callId?: StringNullableFilter<"CalendarEvent"> | string | null
|
|
37513
37539
|
clientRecordingOptOut?: BoolFilter<"CalendarEvent"> | boolean
|
|
@@ -37531,6 +37557,8 @@ export namespace Prisma {
|
|
|
37531
37557
|
status?: SortOrder
|
|
37532
37558
|
startTime?: SortOrder
|
|
37533
37559
|
endTime?: SortOrder
|
|
37560
|
+
summary?: SortOrder
|
|
37561
|
+
description?: SortOrder
|
|
37534
37562
|
callUrl?: SortOrder
|
|
37535
37563
|
callId?: SortOrder
|
|
37536
37564
|
clientRecordingOptOut?: SortOrder
|
|
@@ -37557,6 +37585,8 @@ export namespace Prisma {
|
|
|
37557
37585
|
status?: EnumEventStatusFilter<"CalendarEvent"> | $Enums.EventStatus
|
|
37558
37586
|
startTime?: DateTimeFilter<"CalendarEvent"> | Date | string
|
|
37559
37587
|
endTime?: DateTimeFilter<"CalendarEvent"> | Date | string
|
|
37588
|
+
summary?: StringNullableFilter<"CalendarEvent"> | string | null
|
|
37589
|
+
description?: StringNullableFilter<"CalendarEvent"> | string | null
|
|
37560
37590
|
callUrl?: StringNullableFilter<"CalendarEvent"> | string | null
|
|
37561
37591
|
callId?: StringNullableFilter<"CalendarEvent"> | string | null
|
|
37562
37592
|
clientRecordingOptOut?: BoolFilter<"CalendarEvent"> | boolean
|
|
@@ -37579,6 +37609,8 @@ export namespace Prisma {
|
|
|
37579
37609
|
status?: SortOrder
|
|
37580
37610
|
startTime?: SortOrder
|
|
37581
37611
|
endTime?: SortOrder
|
|
37612
|
+
summary?: SortOrder
|
|
37613
|
+
description?: SortOrder
|
|
37582
37614
|
callUrl?: SortOrder
|
|
37583
37615
|
callId?: SortOrder
|
|
37584
37616
|
clientRecordingOptOut?: SortOrder
|
|
@@ -37603,6 +37635,8 @@ export namespace Prisma {
|
|
|
37603
37635
|
status?: EnumEventStatusWithAggregatesFilter<"CalendarEvent"> | $Enums.EventStatus
|
|
37604
37636
|
startTime?: DateTimeWithAggregatesFilter<"CalendarEvent"> | Date | string
|
|
37605
37637
|
endTime?: DateTimeWithAggregatesFilter<"CalendarEvent"> | Date | string
|
|
37638
|
+
summary?: StringNullableWithAggregatesFilter<"CalendarEvent"> | string | null
|
|
37639
|
+
description?: StringNullableWithAggregatesFilter<"CalendarEvent"> | string | null
|
|
37606
37640
|
callUrl?: StringNullableWithAggregatesFilter<"CalendarEvent"> | string | null
|
|
37607
37641
|
callId?: StringNullableWithAggregatesFilter<"CalendarEvent"> | string | null
|
|
37608
37642
|
clientRecordingOptOut?: BoolWithAggregatesFilter<"CalendarEvent"> | boolean
|
|
@@ -40131,6 +40165,8 @@ export namespace Prisma {
|
|
|
40131
40165
|
status: $Enums.EventStatus
|
|
40132
40166
|
startTime: Date | string
|
|
40133
40167
|
endTime: Date | string
|
|
40168
|
+
summary?: string | null
|
|
40169
|
+
description?: string | null
|
|
40134
40170
|
callUrl?: string | null
|
|
40135
40171
|
callId?: string | null
|
|
40136
40172
|
clientRecordingOptOut?: boolean
|
|
@@ -40154,6 +40190,8 @@ export namespace Prisma {
|
|
|
40154
40190
|
status: $Enums.EventStatus
|
|
40155
40191
|
startTime: Date | string
|
|
40156
40192
|
endTime: Date | string
|
|
40193
|
+
summary?: string | null
|
|
40194
|
+
description?: string | null
|
|
40157
40195
|
callUrl?: string | null
|
|
40158
40196
|
callId?: string | null
|
|
40159
40197
|
clientRecordingOptOut?: boolean
|
|
@@ -40168,6 +40206,8 @@ export namespace Prisma {
|
|
|
40168
40206
|
status?: EnumEventStatusFieldUpdateOperationsInput | $Enums.EventStatus
|
|
40169
40207
|
startTime?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
40170
40208
|
endTime?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
40209
|
+
summary?: NullableStringFieldUpdateOperationsInput | string | null
|
|
40210
|
+
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
40171
40211
|
callUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
40172
40212
|
callId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
40173
40213
|
clientRecordingOptOut?: BoolFieldUpdateOperationsInput | boolean
|
|
@@ -40190,6 +40230,8 @@ export namespace Prisma {
|
|
|
40190
40230
|
status?: EnumEventStatusFieldUpdateOperationsInput | $Enums.EventStatus
|
|
40191
40231
|
startTime?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
40192
40232
|
endTime?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
40233
|
+
summary?: NullableStringFieldUpdateOperationsInput | string | null
|
|
40234
|
+
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
40193
40235
|
callUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
40194
40236
|
callId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
40195
40237
|
clientRecordingOptOut?: BoolFieldUpdateOperationsInput | boolean
|
|
@@ -40209,6 +40251,8 @@ export namespace Prisma {
|
|
|
40209
40251
|
status: $Enums.EventStatus
|
|
40210
40252
|
startTime: Date | string
|
|
40211
40253
|
endTime: Date | string
|
|
40254
|
+
summary?: string | null
|
|
40255
|
+
description?: string | null
|
|
40212
40256
|
callUrl?: string | null
|
|
40213
40257
|
callId?: string | null
|
|
40214
40258
|
clientRecordingOptOut?: boolean
|
|
@@ -40223,6 +40267,8 @@ export namespace Prisma {
|
|
|
40223
40267
|
status?: EnumEventStatusFieldUpdateOperationsInput | $Enums.EventStatus
|
|
40224
40268
|
startTime?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
40225
40269
|
endTime?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
40270
|
+
summary?: NullableStringFieldUpdateOperationsInput | string | null
|
|
40271
|
+
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
40226
40272
|
callUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
40227
40273
|
callId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
40228
40274
|
clientRecordingOptOut?: BoolFieldUpdateOperationsInput | boolean
|
|
@@ -40241,6 +40287,8 @@ export namespace Prisma {
|
|
|
40241
40287
|
status?: EnumEventStatusFieldUpdateOperationsInput | $Enums.EventStatus
|
|
40242
40288
|
startTime?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
40243
40289
|
endTime?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
40290
|
+
summary?: NullableStringFieldUpdateOperationsInput | string | null
|
|
40291
|
+
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
40244
40292
|
callUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
40245
40293
|
callId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
40246
40294
|
clientRecordingOptOut?: BoolFieldUpdateOperationsInput | boolean
|
|
@@ -43446,6 +43494,8 @@ export namespace Prisma {
|
|
|
43446
43494
|
status?: SortOrder
|
|
43447
43495
|
startTime?: SortOrder
|
|
43448
43496
|
endTime?: SortOrder
|
|
43497
|
+
summary?: SortOrder
|
|
43498
|
+
description?: SortOrder
|
|
43449
43499
|
callUrl?: SortOrder
|
|
43450
43500
|
callId?: SortOrder
|
|
43451
43501
|
clientRecordingOptOut?: SortOrder
|
|
@@ -43464,6 +43514,8 @@ export namespace Prisma {
|
|
|
43464
43514
|
status?: SortOrder
|
|
43465
43515
|
startTime?: SortOrder
|
|
43466
43516
|
endTime?: SortOrder
|
|
43517
|
+
summary?: SortOrder
|
|
43518
|
+
description?: SortOrder
|
|
43467
43519
|
callUrl?: SortOrder
|
|
43468
43520
|
callId?: SortOrder
|
|
43469
43521
|
clientRecordingOptOut?: SortOrder
|
|
@@ -43482,6 +43534,8 @@ export namespace Prisma {
|
|
|
43482
43534
|
status?: SortOrder
|
|
43483
43535
|
startTime?: SortOrder
|
|
43484
43536
|
endTime?: SortOrder
|
|
43537
|
+
summary?: SortOrder
|
|
43538
|
+
description?: SortOrder
|
|
43485
43539
|
callUrl?: SortOrder
|
|
43486
43540
|
callId?: SortOrder
|
|
43487
43541
|
clientRecordingOptOut?: SortOrder
|
|
@@ -52125,6 +52179,8 @@ export namespace Prisma {
|
|
|
52125
52179
|
status: $Enums.EventStatus
|
|
52126
52180
|
startTime: Date | string
|
|
52127
52181
|
endTime: Date | string
|
|
52182
|
+
summary?: string | null
|
|
52183
|
+
description?: string | null
|
|
52128
52184
|
callUrl?: string | null
|
|
52129
52185
|
callId?: string | null
|
|
52130
52186
|
clientRecordingOptOut?: boolean
|
|
@@ -52146,6 +52202,8 @@ export namespace Prisma {
|
|
|
52146
52202
|
status: $Enums.EventStatus
|
|
52147
52203
|
startTime: Date | string
|
|
52148
52204
|
endTime: Date | string
|
|
52205
|
+
summary?: string | null
|
|
52206
|
+
description?: string | null
|
|
52149
52207
|
callUrl?: string | null
|
|
52150
52208
|
callId?: string | null
|
|
52151
52209
|
clientRecordingOptOut?: boolean
|
|
@@ -52318,6 +52376,8 @@ export namespace Prisma {
|
|
|
52318
52376
|
status?: EnumEventStatusFilter<"CalendarEvent"> | $Enums.EventStatus
|
|
52319
52377
|
startTime?: DateTimeFilter<"CalendarEvent"> | Date | string
|
|
52320
52378
|
endTime?: DateTimeFilter<"CalendarEvent"> | Date | string
|
|
52379
|
+
summary?: StringNullableFilter<"CalendarEvent"> | string | null
|
|
52380
|
+
description?: StringNullableFilter<"CalendarEvent"> | string | null
|
|
52321
52381
|
callUrl?: StringNullableFilter<"CalendarEvent"> | string | null
|
|
52322
52382
|
callId?: StringNullableFilter<"CalendarEvent"> | string | null
|
|
52323
52383
|
clientRecordingOptOut?: BoolFilter<"CalendarEvent"> | boolean
|
|
@@ -53222,6 +53282,8 @@ export namespace Prisma {
|
|
|
53222
53282
|
status: $Enums.EventStatus
|
|
53223
53283
|
startTime: Date | string
|
|
53224
53284
|
endTime: Date | string
|
|
53285
|
+
summary?: string | null
|
|
53286
|
+
description?: string | null
|
|
53225
53287
|
callUrl?: string | null
|
|
53226
53288
|
callId?: string | null
|
|
53227
53289
|
clientRecordingOptOut?: boolean
|
|
@@ -53243,6 +53305,8 @@ export namespace Prisma {
|
|
|
53243
53305
|
status: $Enums.EventStatus
|
|
53244
53306
|
startTime: Date | string
|
|
53245
53307
|
endTime: Date | string
|
|
53308
|
+
summary?: string | null
|
|
53309
|
+
description?: string | null
|
|
53246
53310
|
callUrl?: string | null
|
|
53247
53311
|
callId?: string | null
|
|
53248
53312
|
clientRecordingOptOut?: boolean
|
|
@@ -59459,6 +59523,8 @@ export namespace Prisma {
|
|
|
59459
59523
|
status: $Enums.EventStatus
|
|
59460
59524
|
startTime: Date | string
|
|
59461
59525
|
endTime: Date | string
|
|
59526
|
+
summary?: string | null
|
|
59527
|
+
description?: string | null
|
|
59462
59528
|
callUrl?: string | null
|
|
59463
59529
|
callId?: string | null
|
|
59464
59530
|
clientRecordingOptOut?: boolean
|
|
@@ -59480,6 +59546,8 @@ export namespace Prisma {
|
|
|
59480
59546
|
status: $Enums.EventStatus
|
|
59481
59547
|
startTime: Date | string
|
|
59482
59548
|
endTime: Date | string
|
|
59549
|
+
summary?: string | null
|
|
59550
|
+
description?: string | null
|
|
59483
59551
|
callUrl?: string | null
|
|
59484
59552
|
callId?: string | null
|
|
59485
59553
|
clientRecordingOptOut?: boolean
|
|
@@ -59554,6 +59622,8 @@ export namespace Prisma {
|
|
|
59554
59622
|
status: $Enums.EventStatus
|
|
59555
59623
|
startTime: Date | string
|
|
59556
59624
|
endTime: Date | string
|
|
59625
|
+
summary?: string | null
|
|
59626
|
+
description?: string | null
|
|
59557
59627
|
callUrl?: string | null
|
|
59558
59628
|
callId?: string | null
|
|
59559
59629
|
clientRecordingOptOut?: boolean
|
|
@@ -59575,6 +59645,8 @@ export namespace Prisma {
|
|
|
59575
59645
|
status: $Enums.EventStatus
|
|
59576
59646
|
startTime: Date | string
|
|
59577
59647
|
endTime: Date | string
|
|
59648
|
+
summary?: string | null
|
|
59649
|
+
description?: string | null
|
|
59578
59650
|
callUrl?: string | null
|
|
59579
59651
|
callId?: string | null
|
|
59580
59652
|
clientRecordingOptOut?: boolean
|
|
@@ -62266,6 +62338,8 @@ export namespace Prisma {
|
|
|
62266
62338
|
status: $Enums.EventStatus
|
|
62267
62339
|
startTime: Date | string
|
|
62268
62340
|
endTime: Date | string
|
|
62341
|
+
summary?: string | null
|
|
62342
|
+
description?: string | null
|
|
62269
62343
|
callUrl?: string | null
|
|
62270
62344
|
callId?: string | null
|
|
62271
62345
|
clientRecordingOptOut?: boolean
|
|
@@ -62280,6 +62354,8 @@ export namespace Prisma {
|
|
|
62280
62354
|
status?: EnumEventStatusFieldUpdateOperationsInput | $Enums.EventStatus
|
|
62281
62355
|
startTime?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
62282
62356
|
endTime?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
62357
|
+
summary?: NullableStringFieldUpdateOperationsInput | string | null
|
|
62358
|
+
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
62283
62359
|
callUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
62284
62360
|
callId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
62285
62361
|
clientRecordingOptOut?: BoolFieldUpdateOperationsInput | boolean
|
|
@@ -62300,6 +62376,8 @@ export namespace Prisma {
|
|
|
62300
62376
|
status?: EnumEventStatusFieldUpdateOperationsInput | $Enums.EventStatus
|
|
62301
62377
|
startTime?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
62302
62378
|
endTime?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
62379
|
+
summary?: NullableStringFieldUpdateOperationsInput | string | null
|
|
62380
|
+
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
62303
62381
|
callUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
62304
62382
|
callId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
62305
62383
|
clientRecordingOptOut?: BoolFieldUpdateOperationsInput | boolean
|
|
@@ -62317,6 +62395,8 @@ export namespace Prisma {
|
|
|
62317
62395
|
status?: EnumEventStatusFieldUpdateOperationsInput | $Enums.EventStatus
|
|
62318
62396
|
startTime?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
62319
62397
|
endTime?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
62398
|
+
summary?: NullableStringFieldUpdateOperationsInput | string | null
|
|
62399
|
+
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
62320
62400
|
callUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
62321
62401
|
callId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
62322
62402
|
clientRecordingOptOut?: BoolFieldUpdateOperationsInput | boolean
|
|
@@ -62341,6 +62421,8 @@ export namespace Prisma {
|
|
|
62341
62421
|
status: $Enums.EventStatus
|
|
62342
62422
|
startTime: Date | string
|
|
62343
62423
|
endTime: Date | string
|
|
62424
|
+
summary?: string | null
|
|
62425
|
+
description?: string | null
|
|
62344
62426
|
callUrl?: string | null
|
|
62345
62427
|
callId?: string | null
|
|
62346
62428
|
clientRecordingOptOut?: boolean
|
|
@@ -62366,6 +62448,8 @@ export namespace Prisma {
|
|
|
62366
62448
|
status?: EnumEventStatusFieldUpdateOperationsInput | $Enums.EventStatus
|
|
62367
62449
|
startTime?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
62368
62450
|
endTime?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
62451
|
+
summary?: NullableStringFieldUpdateOperationsInput | string | null
|
|
62452
|
+
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
62369
62453
|
callUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
62370
62454
|
callId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
62371
62455
|
clientRecordingOptOut?: BoolFieldUpdateOperationsInput | boolean
|
|
@@ -62386,6 +62470,8 @@ export namespace Prisma {
|
|
|
62386
62470
|
status?: EnumEventStatusFieldUpdateOperationsInput | $Enums.EventStatus
|
|
62387
62471
|
startTime?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
62388
62472
|
endTime?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
62473
|
+
summary?: NullableStringFieldUpdateOperationsInput | string | null
|
|
62474
|
+
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
62389
62475
|
callUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
62390
62476
|
callId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
62391
62477
|
clientRecordingOptOut?: BoolFieldUpdateOperationsInput | boolean
|
|
@@ -62403,6 +62489,8 @@ export namespace Prisma {
|
|
|
62403
62489
|
status?: EnumEventStatusFieldUpdateOperationsInput | $Enums.EventStatus
|
|
62404
62490
|
startTime?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
62405
62491
|
endTime?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
62492
|
+
summary?: NullableStringFieldUpdateOperationsInput | string | null
|
|
62493
|
+
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
62406
62494
|
callUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
62407
62495
|
callId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
62408
62496
|
clientRecordingOptOut?: BoolFieldUpdateOperationsInput | boolean
|
|
@@ -63882,6 +63970,8 @@ export namespace Prisma {
|
|
|
63882
63970
|
status: $Enums.EventStatus
|
|
63883
63971
|
startTime: Date | string
|
|
63884
63972
|
endTime: Date | string
|
|
63973
|
+
summary?: string | null
|
|
63974
|
+
description?: string | null
|
|
63885
63975
|
callUrl?: string | null
|
|
63886
63976
|
callId?: string | null
|
|
63887
63977
|
clientRecordingOptOut?: boolean
|
|
@@ -63911,6 +64001,8 @@ export namespace Prisma {
|
|
|
63911
64001
|
status: $Enums.EventStatus
|
|
63912
64002
|
startTime: Date | string
|
|
63913
64003
|
endTime: Date | string
|
|
64004
|
+
summary?: string | null
|
|
64005
|
+
description?: string | null
|
|
63914
64006
|
callUrl?: string | null
|
|
63915
64007
|
callId?: string | null
|
|
63916
64008
|
clientRecordingOptOut?: boolean
|
|
@@ -65006,6 +65098,8 @@ export namespace Prisma {
|
|
|
65006
65098
|
status?: EnumEventStatusFieldUpdateOperationsInput | $Enums.EventStatus
|
|
65007
65099
|
startTime?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
65008
65100
|
endTime?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
65101
|
+
summary?: NullableStringFieldUpdateOperationsInput | string | null
|
|
65102
|
+
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
65009
65103
|
callUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
65010
65104
|
callId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
65011
65105
|
clientRecordingOptOut?: BoolFieldUpdateOperationsInput | boolean
|
|
@@ -65026,6 +65120,8 @@ export namespace Prisma {
|
|
|
65026
65120
|
status?: EnumEventStatusFieldUpdateOperationsInput | $Enums.EventStatus
|
|
65027
65121
|
startTime?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
65028
65122
|
endTime?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
65123
|
+
summary?: NullableStringFieldUpdateOperationsInput | string | null
|
|
65124
|
+
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
65029
65125
|
callUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
65030
65126
|
callId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
65031
65127
|
clientRecordingOptOut?: BoolFieldUpdateOperationsInput | boolean
|
|
@@ -65043,6 +65139,8 @@ export namespace Prisma {
|
|
|
65043
65139
|
status?: EnumEventStatusFieldUpdateOperationsInput | $Enums.EventStatus
|
|
65044
65140
|
startTime?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
65045
65141
|
endTime?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
65142
|
+
summary?: NullableStringFieldUpdateOperationsInput | string | null
|
|
65143
|
+
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
65046
65144
|
callUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
65047
65145
|
callId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
65048
65146
|
clientRecordingOptOut?: BoolFieldUpdateOperationsInput | boolean
|
|
@@ -65087,6 +65185,8 @@ export namespace Prisma {
|
|
|
65087
65185
|
status?: EnumEventStatusFieldUpdateOperationsInput | $Enums.EventStatus
|
|
65088
65186
|
startTime?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
65089
65187
|
endTime?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
65188
|
+
summary?: NullableStringFieldUpdateOperationsInput | string | null
|
|
65189
|
+
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
65090
65190
|
callUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
65091
65191
|
callId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
65092
65192
|
clientRecordingOptOut?: BoolFieldUpdateOperationsInput | boolean
|
|
@@ -65107,6 +65207,8 @@ export namespace Prisma {
|
|
|
65107
65207
|
status?: EnumEventStatusFieldUpdateOperationsInput | $Enums.EventStatus
|
|
65108
65208
|
startTime?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
65109
65209
|
endTime?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
65210
|
+
summary?: NullableStringFieldUpdateOperationsInput | string | null
|
|
65211
|
+
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
65110
65212
|
callUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
65111
65213
|
callId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
65112
65214
|
clientRecordingOptOut?: BoolFieldUpdateOperationsInput | boolean
|
|
@@ -65124,6 +65226,8 @@ export namespace Prisma {
|
|
|
65124
65226
|
status?: EnumEventStatusFieldUpdateOperationsInput | $Enums.EventStatus
|
|
65125
65227
|
startTime?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
65126
65228
|
endTime?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
65229
|
+
summary?: NullableStringFieldUpdateOperationsInput | string | null
|
|
65230
|
+
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
65127
65231
|
callUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
65128
65232
|
callId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
65129
65233
|
clientRecordingOptOut?: BoolFieldUpdateOperationsInput | boolean
|