@a_team/prisma 3.15.2-win → 3.15.3-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.
@@ -455,7 +455,7 @@ exports.Prisma.RecordedCallScalarFieldEnum = {
455
455
  callUrl: 'callUrl',
456
456
  startTime: 'startTime',
457
457
  endTime: 'endTime',
458
- transcriptUrl: 'transcriptUrl',
458
+ s3TranscriptKey: 's3TranscriptKey',
459
459
  recordedByName: 'recordedByName',
460
460
  recordedByEmail: 'recordedByEmail',
461
461
  platformRecordedOn: 'platformRecordedOn',
@@ -32149,7 +32149,7 @@ export namespace Prisma {
32149
32149
  callUrl: string | null
32150
32150
  startTime: Date | null
32151
32151
  endTime: Date | null
32152
- transcriptUrl: string | null
32152
+ s3TranscriptKey: string | null
32153
32153
  recordedByName: string | null
32154
32154
  recordedByEmail: string | null
32155
32155
  platformRecordedOn: $Enums.PlatformRecordedOn | null
@@ -32164,7 +32164,7 @@ export namespace Prisma {
32164
32164
  callUrl: string | null
32165
32165
  startTime: Date | null
32166
32166
  endTime: Date | null
32167
- transcriptUrl: string | null
32167
+ s3TranscriptKey: string | null
32168
32168
  recordedByName: string | null
32169
32169
  recordedByEmail: string | null
32170
32170
  platformRecordedOn: $Enums.PlatformRecordedOn | null
@@ -32179,7 +32179,7 @@ export namespace Prisma {
32179
32179
  callUrl: number
32180
32180
  startTime: number
32181
32181
  endTime: number
32182
- transcriptUrl: number
32182
+ s3TranscriptKey: number
32183
32183
  recordedByName: number
32184
32184
  recordedByEmail: number
32185
32185
  platformRecordedOn: number
@@ -32196,7 +32196,7 @@ export namespace Prisma {
32196
32196
  callUrl?: true
32197
32197
  startTime?: true
32198
32198
  endTime?: true
32199
- transcriptUrl?: true
32199
+ s3TranscriptKey?: true
32200
32200
  recordedByName?: true
32201
32201
  recordedByEmail?: true
32202
32202
  platformRecordedOn?: true
@@ -32211,7 +32211,7 @@ export namespace Prisma {
32211
32211
  callUrl?: true
32212
32212
  startTime?: true
32213
32213
  endTime?: true
32214
- transcriptUrl?: true
32214
+ s3TranscriptKey?: true
32215
32215
  recordedByName?: true
32216
32216
  recordedByEmail?: true
32217
32217
  platformRecordedOn?: true
@@ -32226,7 +32226,7 @@ export namespace Prisma {
32226
32226
  callUrl?: true
32227
32227
  startTime?: true
32228
32228
  endTime?: true
32229
- transcriptUrl?: true
32229
+ s3TranscriptKey?: true
32230
32230
  recordedByName?: true
32231
32231
  recordedByEmail?: true
32232
32232
  platformRecordedOn?: true
@@ -32314,7 +32314,7 @@ export namespace Prisma {
32314
32314
  callUrl: string
32315
32315
  startTime: Date
32316
32316
  endTime: Date
32317
- transcriptUrl: string
32317
+ s3TranscriptKey: string
32318
32318
  recordedByName: string
32319
32319
  recordedByEmail: string
32320
32320
  platformRecordedOn: $Enums.PlatformRecordedOn
@@ -32346,7 +32346,7 @@ export namespace Prisma {
32346
32346
  callUrl?: boolean
32347
32347
  startTime?: boolean
32348
32348
  endTime?: boolean
32349
- transcriptUrl?: boolean
32349
+ s3TranscriptKey?: boolean
32350
32350
  participants?: boolean | CallParticipantDefaultArgs<ExtArgs>
32351
32351
  recordedByName?: boolean
32352
32352
  recordedByEmail?: boolean
@@ -32363,7 +32363,7 @@ export namespace Prisma {
32363
32363
  callUrl?: boolean
32364
32364
  startTime?: boolean
32365
32365
  endTime?: boolean
32366
- transcriptUrl?: boolean
32366
+ s3TranscriptKey?: boolean
32367
32367
  recordedByName?: boolean
32368
32368
  recordedByEmail?: boolean
32369
32369
  platformRecordedOn?: boolean
@@ -32383,7 +32383,7 @@ export namespace Prisma {
32383
32383
  callUrl: string
32384
32384
  startTime: Date
32385
32385
  endTime: Date
32386
- transcriptUrl: string
32386
+ s3TranscriptKey: string
32387
32387
  recordedByName: string
32388
32388
  recordedByEmail: string
32389
32389
  platformRecordedOn: $Enums.PlatformRecordedOn
@@ -32789,7 +32789,7 @@ export namespace Prisma {
32789
32789
  readonly callUrl: FieldRef<"RecordedCall", 'String'>
32790
32790
  readonly startTime: FieldRef<"RecordedCall", 'DateTime'>
32791
32791
  readonly endTime: FieldRef<"RecordedCall", 'DateTime'>
32792
- readonly transcriptUrl: FieldRef<"RecordedCall", 'String'>
32792
+ readonly s3TranscriptKey: FieldRef<"RecordedCall", 'String'>
32793
32793
  readonly recordedByName: FieldRef<"RecordedCall", 'String'>
32794
32794
  readonly recordedByEmail: FieldRef<"RecordedCall", 'String'>
32795
32795
  readonly platformRecordedOn: FieldRef<"RecordedCall", 'PlatformRecordedOn'>
@@ -40749,7 +40749,7 @@ export namespace Prisma {
40749
40749
  callUrl: 'callUrl',
40750
40750
  startTime: 'startTime',
40751
40751
  endTime: 'endTime',
40752
- transcriptUrl: 'transcriptUrl',
40752
+ s3TranscriptKey: 's3TranscriptKey',
40753
40753
  recordedByName: 'recordedByName',
40754
40754
  recordedByEmail: 'recordedByEmail',
40755
40755
  platformRecordedOn: 'platformRecordedOn',
@@ -43765,7 +43765,7 @@ export namespace Prisma {
43765
43765
  callUrl?: StringFilter<"RecordedCall"> | string
43766
43766
  startTime?: DateTimeFilter<"RecordedCall"> | Date | string
43767
43767
  endTime?: DateTimeFilter<"RecordedCall"> | Date | string
43768
- transcriptUrl?: StringFilter<"RecordedCall"> | string
43768
+ s3TranscriptKey?: StringFilter<"RecordedCall"> | string
43769
43769
  participants?: CallParticipantCompositeListFilter | CallParticipantObjectEqualityInput[]
43770
43770
  recordedByName?: StringFilter<"RecordedCall"> | string
43771
43771
  recordedByEmail?: StringFilter<"RecordedCall"> | string
@@ -43781,7 +43781,7 @@ export namespace Prisma {
43781
43781
  callUrl?: SortOrder
43782
43782
  startTime?: SortOrder
43783
43783
  endTime?: SortOrder
43784
- transcriptUrl?: SortOrder
43784
+ s3TranscriptKey?: SortOrder
43785
43785
  participants?: CallParticipantOrderByCompositeAggregateInput
43786
43786
  recordedByName?: SortOrder
43787
43787
  recordedByEmail?: SortOrder
@@ -43800,7 +43800,7 @@ export namespace Prisma {
43800
43800
  callUrl?: StringFilter<"RecordedCall"> | string
43801
43801
  startTime?: DateTimeFilter<"RecordedCall"> | Date | string
43802
43802
  endTime?: DateTimeFilter<"RecordedCall"> | Date | string
43803
- transcriptUrl?: StringFilter<"RecordedCall"> | string
43803
+ s3TranscriptKey?: StringFilter<"RecordedCall"> | string
43804
43804
  participants?: CallParticipantCompositeListFilter | CallParticipantObjectEqualityInput[]
43805
43805
  recordedByName?: StringFilter<"RecordedCall"> | string
43806
43806
  recordedByEmail?: StringFilter<"RecordedCall"> | string
@@ -43816,7 +43816,7 @@ export namespace Prisma {
43816
43816
  callUrl?: SortOrder
43817
43817
  startTime?: SortOrder
43818
43818
  endTime?: SortOrder
43819
- transcriptUrl?: SortOrder
43819
+ s3TranscriptKey?: SortOrder
43820
43820
  recordedByName?: SortOrder
43821
43821
  recordedByEmail?: SortOrder
43822
43822
  platformRecordedOn?: SortOrder
@@ -43837,7 +43837,7 @@ export namespace Prisma {
43837
43837
  callUrl?: StringWithAggregatesFilter<"RecordedCall"> | string
43838
43838
  startTime?: DateTimeWithAggregatesFilter<"RecordedCall"> | Date | string
43839
43839
  endTime?: DateTimeWithAggregatesFilter<"RecordedCall"> | Date | string
43840
- transcriptUrl?: StringWithAggregatesFilter<"RecordedCall"> | string
43840
+ s3TranscriptKey?: StringWithAggregatesFilter<"RecordedCall"> | string
43841
43841
  recordedByName?: StringWithAggregatesFilter<"RecordedCall"> | string
43842
43842
  recordedByEmail?: StringWithAggregatesFilter<"RecordedCall"> | string
43843
43843
  platformRecordedOn?: EnumPlatformRecordedOnWithAggregatesFilter<"RecordedCall"> | $Enums.PlatformRecordedOn
@@ -47138,7 +47138,7 @@ export namespace Prisma {
47138
47138
  callUrl: string
47139
47139
  startTime: Date | string
47140
47140
  endTime: Date | string
47141
- transcriptUrl: string
47141
+ s3TranscriptKey: string
47142
47142
  participants?: XOR<CallParticipantListCreateEnvelopeInput, CallParticipantCreateInput> | CallParticipantCreateInput[]
47143
47143
  recordedByName: string
47144
47144
  recordedByEmail: string
@@ -47154,7 +47154,7 @@ export namespace Prisma {
47154
47154
  callUrl: string
47155
47155
  startTime: Date | string
47156
47156
  endTime: Date | string
47157
- transcriptUrl: string
47157
+ s3TranscriptKey: string
47158
47158
  participants?: XOR<CallParticipantListCreateEnvelopeInput, CallParticipantCreateInput> | CallParticipantCreateInput[]
47159
47159
  recordedByName: string
47160
47160
  recordedByEmail: string
@@ -47169,7 +47169,7 @@ export namespace Prisma {
47169
47169
  callUrl?: StringFieldUpdateOperationsInput | string
47170
47170
  startTime?: DateTimeFieldUpdateOperationsInput | Date | string
47171
47171
  endTime?: DateTimeFieldUpdateOperationsInput | Date | string
47172
- transcriptUrl?: StringFieldUpdateOperationsInput | string
47172
+ s3TranscriptKey?: StringFieldUpdateOperationsInput | string
47173
47173
  participants?: XOR<CallParticipantListUpdateEnvelopeInput, CallParticipantCreateInput> | CallParticipantCreateInput[]
47174
47174
  recordedByName?: StringFieldUpdateOperationsInput | string
47175
47175
  recordedByEmail?: StringFieldUpdateOperationsInput | string
@@ -47184,7 +47184,7 @@ export namespace Prisma {
47184
47184
  callUrl?: StringFieldUpdateOperationsInput | string
47185
47185
  startTime?: DateTimeFieldUpdateOperationsInput | Date | string
47186
47186
  endTime?: DateTimeFieldUpdateOperationsInput | Date | string
47187
- transcriptUrl?: StringFieldUpdateOperationsInput | string
47187
+ s3TranscriptKey?: StringFieldUpdateOperationsInput | string
47188
47188
  participants?: XOR<CallParticipantListUpdateEnvelopeInput, CallParticipantCreateInput> | CallParticipantCreateInput[]
47189
47189
  recordedByName?: StringFieldUpdateOperationsInput | string
47190
47190
  recordedByEmail?: StringFieldUpdateOperationsInput | string
@@ -47200,7 +47200,7 @@ export namespace Prisma {
47200
47200
  callUrl: string
47201
47201
  startTime: Date | string
47202
47202
  endTime: Date | string
47203
- transcriptUrl: string
47203
+ s3TranscriptKey: string
47204
47204
  participants?: XOR<CallParticipantListCreateEnvelopeInput, CallParticipantCreateInput> | CallParticipantCreateInput[]
47205
47205
  recordedByName: string
47206
47206
  recordedByEmail: string
@@ -47215,7 +47215,7 @@ export namespace Prisma {
47215
47215
  callUrl?: StringFieldUpdateOperationsInput | string
47216
47216
  startTime?: DateTimeFieldUpdateOperationsInput | Date | string
47217
47217
  endTime?: DateTimeFieldUpdateOperationsInput | Date | string
47218
- transcriptUrl?: StringFieldUpdateOperationsInput | string
47218
+ s3TranscriptKey?: StringFieldUpdateOperationsInput | string
47219
47219
  participants?: XOR<CallParticipantListUpdateEnvelopeInput, CallParticipantCreateInput> | CallParticipantCreateInput[]
47220
47220
  recordedByName?: StringFieldUpdateOperationsInput | string
47221
47221
  recordedByEmail?: StringFieldUpdateOperationsInput | string
@@ -47230,7 +47230,7 @@ export namespace Prisma {
47230
47230
  callUrl?: StringFieldUpdateOperationsInput | string
47231
47231
  startTime?: DateTimeFieldUpdateOperationsInput | Date | string
47232
47232
  endTime?: DateTimeFieldUpdateOperationsInput | Date | string
47233
- transcriptUrl?: StringFieldUpdateOperationsInput | string
47233
+ s3TranscriptKey?: StringFieldUpdateOperationsInput | string
47234
47234
  participants?: XOR<CallParticipantListUpdateEnvelopeInput, CallParticipantCreateInput> | CallParticipantCreateInput[]
47235
47235
  recordedByName?: StringFieldUpdateOperationsInput | string
47236
47236
  recordedByEmail?: StringFieldUpdateOperationsInput | string
@@ -50899,7 +50899,7 @@ export namespace Prisma {
50899
50899
  callUrl?: SortOrder
50900
50900
  startTime?: SortOrder
50901
50901
  endTime?: SortOrder
50902
- transcriptUrl?: SortOrder
50902
+ s3TranscriptKey?: SortOrder
50903
50903
  recordedByName?: SortOrder
50904
50904
  recordedByEmail?: SortOrder
50905
50905
  platformRecordedOn?: SortOrder
@@ -50914,7 +50914,7 @@ export namespace Prisma {
50914
50914
  callUrl?: SortOrder
50915
50915
  startTime?: SortOrder
50916
50916
  endTime?: SortOrder
50917
- transcriptUrl?: SortOrder
50917
+ s3TranscriptKey?: SortOrder
50918
50918
  recordedByName?: SortOrder
50919
50919
  recordedByEmail?: SortOrder
50920
50920
  platformRecordedOn?: SortOrder
@@ -50929,7 +50929,7 @@ export namespace Prisma {
50929
50929
  callUrl?: SortOrder
50930
50930
  startTime?: SortOrder
50931
50931
  endTime?: SortOrder
50932
- transcriptUrl?: SortOrder
50932
+ s3TranscriptKey?: SortOrder
50933
50933
  recordedByName?: SortOrder
50934
50934
  recordedByEmail?: SortOrder
50935
50935
  platformRecordedOn?: SortOrder