@a_team/prisma 3.23.3-win → 3.23.4-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.
@@ -584,6 +584,7 @@ exports.Prisma.TranscriptScalarFieldEnum = {
584
584
  jobStatus: 'jobStatus',
585
585
  transcriptCallType: 'transcriptCallType',
586
586
  outputBucket: 'outputBucket',
587
+ outputRegion: 'outputRegion',
587
588
  transcriptKey: 'transcriptKey',
588
589
  mediaKey: 'mediaKey',
589
590
  duration: 'duration',
@@ -45176,6 +45176,7 @@ export namespace Prisma {
45176
45176
  jobStatus: string | null
45177
45177
  transcriptCallType: $Enums.TranscriptCallType | null
45178
45178
  outputBucket: string | null
45179
+ outputRegion: string | null
45179
45180
  transcriptKey: string | null
45180
45181
  mediaKey: string | null
45181
45182
  duration: number | null
@@ -45197,6 +45198,7 @@ export namespace Prisma {
45197
45198
  jobStatus: string | null
45198
45199
  transcriptCallType: $Enums.TranscriptCallType | null
45199
45200
  outputBucket: string | null
45201
+ outputRegion: string | null
45200
45202
  transcriptKey: string | null
45201
45203
  mediaKey: string | null
45202
45204
  duration: number | null
@@ -45218,6 +45220,7 @@ export namespace Prisma {
45218
45220
  jobStatus: number
45219
45221
  transcriptCallType: number
45220
45222
  outputBucket: number
45223
+ outputRegion: number
45221
45224
  transcriptKey: number
45222
45225
  mediaKey: number
45223
45226
  duration: number
@@ -45249,6 +45252,7 @@ export namespace Prisma {
45249
45252
  jobStatus?: true
45250
45253
  transcriptCallType?: true
45251
45254
  outputBucket?: true
45255
+ outputRegion?: true
45252
45256
  transcriptKey?: true
45253
45257
  mediaKey?: true
45254
45258
  duration?: true
@@ -45270,6 +45274,7 @@ export namespace Prisma {
45270
45274
  jobStatus?: true
45271
45275
  transcriptCallType?: true
45272
45276
  outputBucket?: true
45277
+ outputRegion?: true
45273
45278
  transcriptKey?: true
45274
45279
  mediaKey?: true
45275
45280
  duration?: true
@@ -45291,6 +45296,7 @@ export namespace Prisma {
45291
45296
  jobStatus?: true
45292
45297
  transcriptCallType?: true
45293
45298
  outputBucket?: true
45299
+ outputRegion?: true
45294
45300
  transcriptKey?: true
45295
45301
  mediaKey?: true
45296
45302
  duration?: true
@@ -45399,6 +45405,7 @@ export namespace Prisma {
45399
45405
  jobStatus: string
45400
45406
  transcriptCallType: $Enums.TranscriptCallType | null
45401
45407
  outputBucket: string | null
45408
+ outputRegion: string | null
45402
45409
  transcriptKey: string | null
45403
45410
  mediaKey: string | null
45404
45411
  duration: number | null
@@ -45439,6 +45446,7 @@ export namespace Prisma {
45439
45446
  jobStatus?: boolean
45440
45447
  transcriptCallType?: boolean
45441
45448
  outputBucket?: boolean
45449
+ outputRegion?: boolean
45442
45450
  transcriptKey?: boolean
45443
45451
  mediaKey?: boolean
45444
45452
  duration?: boolean
@@ -45462,6 +45470,7 @@ export namespace Prisma {
45462
45470
  jobStatus?: boolean
45463
45471
  transcriptCallType?: boolean
45464
45472
  outputBucket?: boolean
45473
+ outputRegion?: boolean
45465
45474
  transcriptKey?: boolean
45466
45475
  mediaKey?: boolean
45467
45476
  duration?: boolean
@@ -45492,6 +45501,7 @@ export namespace Prisma {
45492
45501
  jobStatus: string
45493
45502
  transcriptCallType: $Enums.TranscriptCallType | null
45494
45503
  outputBucket: string | null
45504
+ outputRegion: string | null
45495
45505
  transcriptKey: string | null
45496
45506
  mediaKey: string | null
45497
45507
  duration: number | null
@@ -45903,6 +45913,7 @@ export namespace Prisma {
45903
45913
  readonly jobStatus: FieldRef<"Transcript", 'String'>
45904
45914
  readonly transcriptCallType: FieldRef<"Transcript", 'TranscriptCallType'>
45905
45915
  readonly outputBucket: FieldRef<"Transcript", 'String'>
45916
+ readonly outputRegion: FieldRef<"Transcript", 'String'>
45906
45917
  readonly transcriptKey: FieldRef<"Transcript", 'String'>
45907
45918
  readonly mediaKey: FieldRef<"Transcript", 'String'>
45908
45919
  readonly duration: FieldRef<"Transcript", 'Float'>
@@ -50514,6 +50525,7 @@ export namespace Prisma {
50514
50525
  jobStatus: 'jobStatus',
50515
50526
  transcriptCallType: 'transcriptCallType',
50516
50527
  outputBucket: 'outputBucket',
50528
+ outputRegion: 'outputRegion',
50517
50529
  transcriptKey: 'transcriptKey',
50518
50530
  mediaKey: 'mediaKey',
50519
50531
  duration: 'duration',
@@ -54418,6 +54430,7 @@ export namespace Prisma {
54418
54430
  jobStatus?: StringFilter<"Transcript"> | string
54419
54431
  transcriptCallType?: EnumTranscriptCallTypeNullableFilter<"Transcript"> | $Enums.TranscriptCallType | null
54420
54432
  outputBucket?: StringNullableFilter<"Transcript"> | string | null
54433
+ outputRegion?: StringNullableFilter<"Transcript"> | string | null
54421
54434
  transcriptKey?: StringNullableFilter<"Transcript"> | string | null
54422
54435
  mediaKey?: StringNullableFilter<"Transcript"> | string | null
54423
54436
  duration?: FloatNullableFilter<"Transcript"> | number | null
@@ -54440,6 +54453,7 @@ export namespace Prisma {
54440
54453
  jobStatus?: SortOrder
54441
54454
  transcriptCallType?: SortOrder
54442
54455
  outputBucket?: SortOrder
54456
+ outputRegion?: SortOrder
54443
54457
  transcriptKey?: SortOrder
54444
54458
  mediaKey?: SortOrder
54445
54459
  duration?: SortOrder
@@ -54465,6 +54479,7 @@ export namespace Prisma {
54465
54479
  jobStatus?: StringFilter<"Transcript"> | string
54466
54480
  transcriptCallType?: EnumTranscriptCallTypeNullableFilter<"Transcript"> | $Enums.TranscriptCallType | null
54467
54481
  outputBucket?: StringNullableFilter<"Transcript"> | string | null
54482
+ outputRegion?: StringNullableFilter<"Transcript"> | string | null
54468
54483
  transcriptKey?: StringNullableFilter<"Transcript"> | string | null
54469
54484
  mediaKey?: StringNullableFilter<"Transcript"> | string | null
54470
54485
  duration?: FloatNullableFilter<"Transcript"> | number | null
@@ -54487,6 +54502,7 @@ export namespace Prisma {
54487
54502
  jobStatus?: SortOrder
54488
54503
  transcriptCallType?: SortOrder
54489
54504
  outputBucket?: SortOrder
54505
+ outputRegion?: SortOrder
54490
54506
  transcriptKey?: SortOrder
54491
54507
  mediaKey?: SortOrder
54492
54508
  duration?: SortOrder
@@ -54516,6 +54532,7 @@ export namespace Prisma {
54516
54532
  jobStatus?: StringWithAggregatesFilter<"Transcript"> | string
54517
54533
  transcriptCallType?: EnumTranscriptCallTypeNullableWithAggregatesFilter<"Transcript"> | $Enums.TranscriptCallType | null
54518
54534
  outputBucket?: StringNullableWithAggregatesFilter<"Transcript"> | string | null
54535
+ outputRegion?: StringNullableWithAggregatesFilter<"Transcript"> | string | null
54519
54536
  transcriptKey?: StringNullableWithAggregatesFilter<"Transcript"> | string | null
54520
54537
  mediaKey?: StringNullableWithAggregatesFilter<"Transcript"> | string | null
54521
54538
  duration?: FloatNullableWithAggregatesFilter<"Transcript"> | number | null
@@ -58497,6 +58514,7 @@ export namespace Prisma {
58497
58514
  jobStatus: string
58498
58515
  transcriptCallType?: $Enums.TranscriptCallType | null
58499
58516
  outputBucket?: string | null
58517
+ outputRegion?: string | null
58500
58518
  transcriptKey?: string | null
58501
58519
  mediaKey?: string | null
58502
58520
  duration?: number | null
@@ -58519,6 +58537,7 @@ export namespace Prisma {
58519
58537
  jobStatus: string
58520
58538
  transcriptCallType?: $Enums.TranscriptCallType | null
58521
58539
  outputBucket?: string | null
58540
+ outputRegion?: string | null
58522
58541
  transcriptKey?: string | null
58523
58542
  mediaKey?: string | null
58524
58543
  duration?: number | null
@@ -58538,6 +58557,7 @@ export namespace Prisma {
58538
58557
  jobStatus?: StringFieldUpdateOperationsInput | string
58539
58558
  transcriptCallType?: NullableEnumTranscriptCallTypeFieldUpdateOperationsInput | $Enums.TranscriptCallType | null
58540
58559
  outputBucket?: NullableStringFieldUpdateOperationsInput | string | null
58560
+ outputRegion?: NullableStringFieldUpdateOperationsInput | string | null
58541
58561
  transcriptKey?: NullableStringFieldUpdateOperationsInput | string | null
58542
58562
  mediaKey?: NullableStringFieldUpdateOperationsInput | string | null
58543
58563
  duration?: NullableFloatFieldUpdateOperationsInput | number | null
@@ -58559,6 +58579,7 @@ export namespace Prisma {
58559
58579
  jobStatus?: StringFieldUpdateOperationsInput | string
58560
58580
  transcriptCallType?: NullableEnumTranscriptCallTypeFieldUpdateOperationsInput | $Enums.TranscriptCallType | null
58561
58581
  outputBucket?: NullableStringFieldUpdateOperationsInput | string | null
58582
+ outputRegion?: NullableStringFieldUpdateOperationsInput | string | null
58562
58583
  transcriptKey?: NullableStringFieldUpdateOperationsInput | string | null
58563
58584
  mediaKey?: NullableStringFieldUpdateOperationsInput | string | null
58564
58585
  duration?: NullableFloatFieldUpdateOperationsInput | number | null
@@ -58580,6 +58601,7 @@ export namespace Prisma {
58580
58601
  jobStatus: string
58581
58602
  transcriptCallType?: $Enums.TranscriptCallType | null
58582
58603
  outputBucket?: string | null
58604
+ outputRegion?: string | null
58583
58605
  transcriptKey?: string | null
58584
58606
  mediaKey?: string | null
58585
58607
  duration?: number | null
@@ -58599,6 +58621,7 @@ export namespace Prisma {
58599
58621
  jobStatus?: StringFieldUpdateOperationsInput | string
58600
58622
  transcriptCallType?: NullableEnumTranscriptCallTypeFieldUpdateOperationsInput | $Enums.TranscriptCallType | null
58601
58623
  outputBucket?: NullableStringFieldUpdateOperationsInput | string | null
58624
+ outputRegion?: NullableStringFieldUpdateOperationsInput | string | null
58602
58625
  transcriptKey?: NullableStringFieldUpdateOperationsInput | string | null
58603
58626
  mediaKey?: NullableStringFieldUpdateOperationsInput | string | null
58604
58627
  duration?: NullableFloatFieldUpdateOperationsInput | number | null
@@ -58619,6 +58642,7 @@ export namespace Prisma {
58619
58642
  jobStatus?: StringFieldUpdateOperationsInput | string
58620
58643
  transcriptCallType?: NullableEnumTranscriptCallTypeFieldUpdateOperationsInput | $Enums.TranscriptCallType | null
58621
58644
  outputBucket?: NullableStringFieldUpdateOperationsInput | string | null
58645
+ outputRegion?: NullableStringFieldUpdateOperationsInput | string | null
58622
58646
  transcriptKey?: NullableStringFieldUpdateOperationsInput | string | null
58623
58647
  mediaKey?: NullableStringFieldUpdateOperationsInput | string | null
58624
58648
  duration?: NullableFloatFieldUpdateOperationsInput | number | null
@@ -62810,6 +62834,7 @@ export namespace Prisma {
62810
62834
  jobStatus?: SortOrder
62811
62835
  transcriptCallType?: SortOrder
62812
62836
  outputBucket?: SortOrder
62837
+ outputRegion?: SortOrder
62813
62838
  transcriptKey?: SortOrder
62814
62839
  mediaKey?: SortOrder
62815
62840
  duration?: SortOrder
@@ -62835,6 +62860,7 @@ export namespace Prisma {
62835
62860
  jobStatus?: SortOrder
62836
62861
  transcriptCallType?: SortOrder
62837
62862
  outputBucket?: SortOrder
62863
+ outputRegion?: SortOrder
62838
62864
  transcriptKey?: SortOrder
62839
62865
  mediaKey?: SortOrder
62840
62866
  duration?: SortOrder
@@ -62856,6 +62882,7 @@ export namespace Prisma {
62856
62882
  jobStatus?: SortOrder
62857
62883
  transcriptCallType?: SortOrder
62858
62884
  outputBucket?: SortOrder
62885
+ outputRegion?: SortOrder
62859
62886
  transcriptKey?: SortOrder
62860
62887
  mediaKey?: SortOrder
62861
62888
  duration?: SortOrder
@@ -78808,6 +78835,7 @@ export namespace Prisma {
78808
78835
  jobStatus: string
78809
78836
  transcriptCallType?: $Enums.TranscriptCallType | null
78810
78837
  outputBucket?: string | null
78838
+ outputRegion?: string | null
78811
78839
  transcriptKey?: string | null
78812
78840
  mediaKey?: string | null
78813
78841
  duration?: number | null
@@ -78828,6 +78856,7 @@ export namespace Prisma {
78828
78856
  jobStatus: string
78829
78857
  transcriptCallType?: $Enums.TranscriptCallType | null
78830
78858
  outputBucket?: string | null
78859
+ outputRegion?: string | null
78831
78860
  transcriptKey?: string | null
78832
78861
  mediaKey?: string | null
78833
78862
  duration?: number | null
@@ -78886,6 +78915,7 @@ export namespace Prisma {
78886
78915
  jobStatus?: StringFilter<"Transcript"> | string
78887
78916
  transcriptCallType?: EnumTranscriptCallTypeNullableFilter<"Transcript"> | $Enums.TranscriptCallType | null
78888
78917
  outputBucket?: StringNullableFilter<"Transcript"> | string | null
78918
+ outputRegion?: StringNullableFilter<"Transcript"> | string | null
78889
78919
  transcriptKey?: StringNullableFilter<"Transcript"> | string | null
78890
78920
  mediaKey?: StringNullableFilter<"Transcript"> | string | null
78891
78921
  duration?: FloatNullableFilter<"Transcript"> | number | null
@@ -84702,6 +84732,7 @@ export namespace Prisma {
84702
84732
  jobStatus: string
84703
84733
  transcriptCallType?: $Enums.TranscriptCallType | null
84704
84734
  outputBucket?: string | null
84735
+ outputRegion?: string | null
84705
84736
  transcriptKey?: string | null
84706
84737
  mediaKey?: string | null
84707
84738
  duration?: number | null
@@ -84726,6 +84757,7 @@ export namespace Prisma {
84726
84757
  jobStatus?: StringFieldUpdateOperationsInput | string
84727
84758
  transcriptCallType?: NullableEnumTranscriptCallTypeFieldUpdateOperationsInput | $Enums.TranscriptCallType | null
84728
84759
  outputBucket?: NullableStringFieldUpdateOperationsInput | string | null
84760
+ outputRegion?: NullableStringFieldUpdateOperationsInput | string | null
84729
84761
  transcriptKey?: NullableStringFieldUpdateOperationsInput | string | null
84730
84762
  mediaKey?: NullableStringFieldUpdateOperationsInput | string | null
84731
84763
  duration?: NullableFloatFieldUpdateOperationsInput | number | null
@@ -84745,6 +84777,7 @@ export namespace Prisma {
84745
84777
  jobStatus?: StringFieldUpdateOperationsInput | string
84746
84778
  transcriptCallType?: NullableEnumTranscriptCallTypeFieldUpdateOperationsInput | $Enums.TranscriptCallType | null
84747
84779
  outputBucket?: NullableStringFieldUpdateOperationsInput | string | null
84780
+ outputRegion?: NullableStringFieldUpdateOperationsInput | string | null
84748
84781
  transcriptKey?: NullableStringFieldUpdateOperationsInput | string | null
84749
84782
  mediaKey?: NullableStringFieldUpdateOperationsInput | string | null
84750
84783
  duration?: NullableFloatFieldUpdateOperationsInput | number | null
@@ -84764,6 +84797,7 @@ export namespace Prisma {
84764
84797
  jobStatus?: StringFieldUpdateOperationsInput | string
84765
84798
  transcriptCallType?: NullableEnumTranscriptCallTypeFieldUpdateOperationsInput | $Enums.TranscriptCallType | null
84766
84799
  outputBucket?: NullableStringFieldUpdateOperationsInput | string | null
84800
+ outputRegion?: NullableStringFieldUpdateOperationsInput | string | null
84767
84801
  transcriptKey?: NullableStringFieldUpdateOperationsInput | string | null
84768
84802
  mediaKey?: NullableStringFieldUpdateOperationsInput | string | null
84769
84803
  duration?: NullableFloatFieldUpdateOperationsInput | number | null