@a_team/prisma 3.23.4-win → 3.23.5-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.
@@ -589,6 +589,7 @@ exports.Prisma.TranscriptScalarFieldEnum = {
589
589
  mediaKey: 'mediaKey',
590
590
  duration: 'duration',
591
591
  shortDuration: 'shortDuration',
592
+ mtgSessionId: 'mtgSessionId',
592
593
  error: 'error',
593
594
  createdAt: 'createdAt',
594
595
  updatedAt: 'updatedAt'
@@ -45181,6 +45181,7 @@ export namespace Prisma {
45181
45181
  mediaKey: string | null
45182
45182
  duration: number | null
45183
45183
  shortDuration: boolean | null
45184
+ mtgSessionId: string | null
45184
45185
  error: string | null
45185
45186
  createdAt: Date | null
45186
45187
  updatedAt: Date | null
@@ -45203,6 +45204,7 @@ export namespace Prisma {
45203
45204
  mediaKey: string | null
45204
45205
  duration: number | null
45205
45206
  shortDuration: boolean | null
45207
+ mtgSessionId: string | null
45206
45208
  error: string | null
45207
45209
  createdAt: Date | null
45208
45210
  updatedAt: Date | null
@@ -45225,6 +45227,7 @@ export namespace Prisma {
45225
45227
  mediaKey: number
45226
45228
  duration: number
45227
45229
  shortDuration: number
45230
+ mtgSessionId: number
45228
45231
  error: number
45229
45232
  createdAt: number
45230
45233
  updatedAt: number
@@ -45257,6 +45260,7 @@ export namespace Prisma {
45257
45260
  mediaKey?: true
45258
45261
  duration?: true
45259
45262
  shortDuration?: true
45263
+ mtgSessionId?: true
45260
45264
  error?: true
45261
45265
  createdAt?: true
45262
45266
  updatedAt?: true
@@ -45279,6 +45283,7 @@ export namespace Prisma {
45279
45283
  mediaKey?: true
45280
45284
  duration?: true
45281
45285
  shortDuration?: true
45286
+ mtgSessionId?: true
45282
45287
  error?: true
45283
45288
  createdAt?: true
45284
45289
  updatedAt?: true
@@ -45301,6 +45306,7 @@ export namespace Prisma {
45301
45306
  mediaKey?: true
45302
45307
  duration?: true
45303
45308
  shortDuration?: true
45309
+ mtgSessionId?: true
45304
45310
  error?: true
45305
45311
  createdAt?: true
45306
45312
  updatedAt?: true
@@ -45410,6 +45416,7 @@ export namespace Prisma {
45410
45416
  mediaKey: string | null
45411
45417
  duration: number | null
45412
45418
  shortDuration: boolean | null
45419
+ mtgSessionId: string | null
45413
45420
  error: string | null
45414
45421
  createdAt: Date
45415
45422
  updatedAt: Date
@@ -45451,6 +45458,7 @@ export namespace Prisma {
45451
45458
  mediaKey?: boolean
45452
45459
  duration?: boolean
45453
45460
  shortDuration?: boolean
45461
+ mtgSessionId?: boolean
45454
45462
  error?: boolean
45455
45463
  createdAt?: boolean
45456
45464
  updatedAt?: boolean
@@ -45475,6 +45483,7 @@ export namespace Prisma {
45475
45483
  mediaKey?: boolean
45476
45484
  duration?: boolean
45477
45485
  shortDuration?: boolean
45486
+ mtgSessionId?: boolean
45478
45487
  error?: boolean
45479
45488
  createdAt?: boolean
45480
45489
  updatedAt?: boolean
@@ -45506,6 +45515,7 @@ export namespace Prisma {
45506
45515
  mediaKey: string | null
45507
45516
  duration: number | null
45508
45517
  shortDuration: boolean | null
45518
+ mtgSessionId: string | null
45509
45519
  error: string | null
45510
45520
  createdAt: Date
45511
45521
  updatedAt: Date
@@ -45918,6 +45928,7 @@ export namespace Prisma {
45918
45928
  readonly mediaKey: FieldRef<"Transcript", 'String'>
45919
45929
  readonly duration: FieldRef<"Transcript", 'Float'>
45920
45930
  readonly shortDuration: FieldRef<"Transcript", 'Boolean'>
45931
+ readonly mtgSessionId: FieldRef<"Transcript", 'String'>
45921
45932
  readonly error: FieldRef<"Transcript", 'String'>
45922
45933
  readonly createdAt: FieldRef<"Transcript", 'DateTime'>
45923
45934
  readonly updatedAt: FieldRef<"Transcript", 'DateTime'>
@@ -50530,6 +50541,7 @@ export namespace Prisma {
50530
50541
  mediaKey: 'mediaKey',
50531
50542
  duration: 'duration',
50532
50543
  shortDuration: 'shortDuration',
50544
+ mtgSessionId: 'mtgSessionId',
50533
50545
  error: 'error',
50534
50546
  createdAt: 'createdAt',
50535
50547
  updatedAt: 'updatedAt'
@@ -54435,6 +54447,7 @@ export namespace Prisma {
54435
54447
  mediaKey?: StringNullableFilter<"Transcript"> | string | null
54436
54448
  duration?: FloatNullableFilter<"Transcript"> | number | null
54437
54449
  shortDuration?: BoolNullableFilter<"Transcript"> | boolean | null
54450
+ mtgSessionId?: StringNullableFilter<"Transcript"> | string | null
54438
54451
  error?: StringNullableFilter<"Transcript"> | string | null
54439
54452
  createdAt?: DateTimeFilter<"Transcript"> | Date | string
54440
54453
  updatedAt?: DateTimeFilter<"Transcript"> | Date | string
@@ -54458,6 +54471,7 @@ export namespace Prisma {
54458
54471
  mediaKey?: SortOrder
54459
54472
  duration?: SortOrder
54460
54473
  shortDuration?: SortOrder
54474
+ mtgSessionId?: SortOrder
54461
54475
  error?: SortOrder
54462
54476
  createdAt?: SortOrder
54463
54477
  updatedAt?: SortOrder
@@ -54484,6 +54498,7 @@ export namespace Prisma {
54484
54498
  mediaKey?: StringNullableFilter<"Transcript"> | string | null
54485
54499
  duration?: FloatNullableFilter<"Transcript"> | number | null
54486
54500
  shortDuration?: BoolNullableFilter<"Transcript"> | boolean | null
54501
+ mtgSessionId?: StringNullableFilter<"Transcript"> | string | null
54487
54502
  error?: StringNullableFilter<"Transcript"> | string | null
54488
54503
  createdAt?: DateTimeFilter<"Transcript"> | Date | string
54489
54504
  updatedAt?: DateTimeFilter<"Transcript"> | Date | string
@@ -54507,6 +54522,7 @@ export namespace Prisma {
54507
54522
  mediaKey?: SortOrder
54508
54523
  duration?: SortOrder
54509
54524
  shortDuration?: SortOrder
54525
+ mtgSessionId?: SortOrder
54510
54526
  error?: SortOrder
54511
54527
  createdAt?: SortOrder
54512
54528
  updatedAt?: SortOrder
@@ -54537,6 +54553,7 @@ export namespace Prisma {
54537
54553
  mediaKey?: StringNullableWithAggregatesFilter<"Transcript"> | string | null
54538
54554
  duration?: FloatNullableWithAggregatesFilter<"Transcript"> | number | null
54539
54555
  shortDuration?: BoolNullableWithAggregatesFilter<"Transcript"> | boolean | null
54556
+ mtgSessionId?: StringNullableWithAggregatesFilter<"Transcript"> | string | null
54540
54557
  error?: StringNullableWithAggregatesFilter<"Transcript"> | string | null
54541
54558
  createdAt?: DateTimeWithAggregatesFilter<"Transcript"> | Date | string
54542
54559
  updatedAt?: DateTimeWithAggregatesFilter<"Transcript"> | Date | string
@@ -58519,6 +58536,7 @@ export namespace Prisma {
58519
58536
  mediaKey?: string | null
58520
58537
  duration?: number | null
58521
58538
  shortDuration?: boolean | null
58539
+ mtgSessionId?: string | null
58522
58540
  error?: string | null
58523
58541
  createdAt?: Date | string
58524
58542
  updatedAt?: Date | string
@@ -58542,6 +58560,7 @@ export namespace Prisma {
58542
58560
  mediaKey?: string | null
58543
58561
  duration?: number | null
58544
58562
  shortDuration?: boolean | null
58563
+ mtgSessionId?: string | null
58545
58564
  error?: string | null
58546
58565
  createdAt?: Date | string
58547
58566
  updatedAt?: Date | string
@@ -58562,6 +58581,7 @@ export namespace Prisma {
58562
58581
  mediaKey?: NullableStringFieldUpdateOperationsInput | string | null
58563
58582
  duration?: NullableFloatFieldUpdateOperationsInput | number | null
58564
58583
  shortDuration?: NullableBoolFieldUpdateOperationsInput | boolean | null
58584
+ mtgSessionId?: NullableStringFieldUpdateOperationsInput | string | null
58565
58585
  error?: NullableStringFieldUpdateOperationsInput | string | null
58566
58586
  createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
58567
58587
  updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
@@ -58584,6 +58604,7 @@ export namespace Prisma {
58584
58604
  mediaKey?: NullableStringFieldUpdateOperationsInput | string | null
58585
58605
  duration?: NullableFloatFieldUpdateOperationsInput | number | null
58586
58606
  shortDuration?: NullableBoolFieldUpdateOperationsInput | boolean | null
58607
+ mtgSessionId?: NullableStringFieldUpdateOperationsInput | string | null
58587
58608
  error?: NullableStringFieldUpdateOperationsInput | string | null
58588
58609
  createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
58589
58610
  updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
@@ -58606,6 +58627,7 @@ export namespace Prisma {
58606
58627
  mediaKey?: string | null
58607
58628
  duration?: number | null
58608
58629
  shortDuration?: boolean | null
58630
+ mtgSessionId?: string | null
58609
58631
  error?: string | null
58610
58632
  createdAt?: Date | string
58611
58633
  updatedAt?: Date | string
@@ -58626,6 +58648,7 @@ export namespace Prisma {
58626
58648
  mediaKey?: NullableStringFieldUpdateOperationsInput | string | null
58627
58649
  duration?: NullableFloatFieldUpdateOperationsInput | number | null
58628
58650
  shortDuration?: NullableBoolFieldUpdateOperationsInput | boolean | null
58651
+ mtgSessionId?: NullableStringFieldUpdateOperationsInput | string | null
58629
58652
  error?: NullableStringFieldUpdateOperationsInput | string | null
58630
58653
  createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
58631
58654
  updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
@@ -58647,6 +58670,7 @@ export namespace Prisma {
58647
58670
  mediaKey?: NullableStringFieldUpdateOperationsInput | string | null
58648
58671
  duration?: NullableFloatFieldUpdateOperationsInput | number | null
58649
58672
  shortDuration?: NullableBoolFieldUpdateOperationsInput | boolean | null
58673
+ mtgSessionId?: NullableStringFieldUpdateOperationsInput | string | null
58650
58674
  error?: NullableStringFieldUpdateOperationsInput | string | null
58651
58675
  createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
58652
58676
  updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
@@ -62839,6 +62863,7 @@ export namespace Prisma {
62839
62863
  mediaKey?: SortOrder
62840
62864
  duration?: SortOrder
62841
62865
  shortDuration?: SortOrder
62866
+ mtgSessionId?: SortOrder
62842
62867
  error?: SortOrder
62843
62868
  createdAt?: SortOrder
62844
62869
  updatedAt?: SortOrder
@@ -62865,6 +62890,7 @@ export namespace Prisma {
62865
62890
  mediaKey?: SortOrder
62866
62891
  duration?: SortOrder
62867
62892
  shortDuration?: SortOrder
62893
+ mtgSessionId?: SortOrder
62868
62894
  error?: SortOrder
62869
62895
  createdAt?: SortOrder
62870
62896
  updatedAt?: SortOrder
@@ -62887,6 +62913,7 @@ export namespace Prisma {
62887
62913
  mediaKey?: SortOrder
62888
62914
  duration?: SortOrder
62889
62915
  shortDuration?: SortOrder
62916
+ mtgSessionId?: SortOrder
62890
62917
  error?: SortOrder
62891
62918
  createdAt?: SortOrder
62892
62919
  updatedAt?: SortOrder
@@ -78840,6 +78867,7 @@ export namespace Prisma {
78840
78867
  mediaKey?: string | null
78841
78868
  duration?: number | null
78842
78869
  shortDuration?: boolean | null
78870
+ mtgSessionId?: string | null
78843
78871
  error?: string | null
78844
78872
  createdAt?: Date | string
78845
78873
  updatedAt?: Date | string
@@ -78861,6 +78889,7 @@ export namespace Prisma {
78861
78889
  mediaKey?: string | null
78862
78890
  duration?: number | null
78863
78891
  shortDuration?: boolean | null
78892
+ mtgSessionId?: string | null
78864
78893
  error?: string | null
78865
78894
  createdAt?: Date | string
78866
78895
  updatedAt?: Date | string
@@ -78920,6 +78949,7 @@ export namespace Prisma {
78920
78949
  mediaKey?: StringNullableFilter<"Transcript"> | string | null
78921
78950
  duration?: FloatNullableFilter<"Transcript"> | number | null
78922
78951
  shortDuration?: BoolNullableFilter<"Transcript"> | boolean | null
78952
+ mtgSessionId?: StringNullableFilter<"Transcript"> | string | null
78923
78953
  error?: StringNullableFilter<"Transcript"> | string | null
78924
78954
  createdAt?: DateTimeFilter<"Transcript"> | Date | string
78925
78955
  updatedAt?: DateTimeFilter<"Transcript"> | Date | string
@@ -84737,6 +84767,7 @@ export namespace Prisma {
84737
84767
  mediaKey?: string | null
84738
84768
  duration?: number | null
84739
84769
  shortDuration?: boolean | null
84770
+ mtgSessionId?: string | null
84740
84771
  error?: string | null
84741
84772
  createdAt?: Date | string
84742
84773
  updatedAt?: Date | string
@@ -84762,6 +84793,7 @@ export namespace Prisma {
84762
84793
  mediaKey?: NullableStringFieldUpdateOperationsInput | string | null
84763
84794
  duration?: NullableFloatFieldUpdateOperationsInput | number | null
84764
84795
  shortDuration?: NullableBoolFieldUpdateOperationsInput | boolean | null
84796
+ mtgSessionId?: NullableStringFieldUpdateOperationsInput | string | null
84765
84797
  error?: NullableStringFieldUpdateOperationsInput | string | null
84766
84798
  createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
84767
84799
  updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
@@ -84782,6 +84814,7 @@ export namespace Prisma {
84782
84814
  mediaKey?: NullableStringFieldUpdateOperationsInput | string | null
84783
84815
  duration?: NullableFloatFieldUpdateOperationsInput | number | null
84784
84816
  shortDuration?: NullableBoolFieldUpdateOperationsInput | boolean | null
84817
+ mtgSessionId?: NullableStringFieldUpdateOperationsInput | string | null
84785
84818
  error?: NullableStringFieldUpdateOperationsInput | string | null
84786
84819
  createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
84787
84820
  updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
@@ -84802,6 +84835,7 @@ export namespace Prisma {
84802
84835
  mediaKey?: NullableStringFieldUpdateOperationsInput | string | null
84803
84836
  duration?: NullableFloatFieldUpdateOperationsInput | number | null
84804
84837
  shortDuration?: NullableBoolFieldUpdateOperationsInput | boolean | null
84838
+ mtgSessionId?: NullableStringFieldUpdateOperationsInput | string | null
84805
84839
  error?: NullableStringFieldUpdateOperationsInput | string | null
84806
84840
  createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
84807
84841
  updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string