@a_team/prisma 3.24.0-win → 3.24.1-linux-debian
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 +4 -5
- package/dist/client/index-browser.js +0 -1
- package/dist/client/index.d.ts +0 -37
- package/dist/client/index.js +6 -7
- package/dist/client/{query_engine-windows.dll.node → libquery_engine-debian-openssl-3.0.x.so.node} +0 -0
- package/dist/client/package.json +1 -1
- package/dist/client/schema.prisma +0 -1
- package/dist/client/wasm.js +0 -1
- package/package.json +2 -2
package/dist/client/index.d.ts
CHANGED
|
@@ -46635,7 +46635,6 @@ export namespace Prisma {
|
|
|
46635
46635
|
shortDuration: number
|
|
46636
46636
|
mtgSessionId: number
|
|
46637
46637
|
error: number
|
|
46638
|
-
migrations: number
|
|
46639
46638
|
createdAt: number
|
|
46640
46639
|
updatedAt: number
|
|
46641
46640
|
_all: number
|
|
@@ -46715,7 +46714,6 @@ export namespace Prisma {
|
|
|
46715
46714
|
shortDuration?: true
|
|
46716
46715
|
mtgSessionId?: true
|
|
46717
46716
|
error?: true
|
|
46718
|
-
migrations?: true
|
|
46719
46717
|
createdAt?: true
|
|
46720
46718
|
updatedAt?: true
|
|
46721
46719
|
_all?: true
|
|
@@ -46826,7 +46824,6 @@ export namespace Prisma {
|
|
|
46826
46824
|
shortDuration: boolean | null
|
|
46827
46825
|
mtgSessionId: string | null
|
|
46828
46826
|
error: string | null
|
|
46829
|
-
migrations: string[]
|
|
46830
46827
|
createdAt: Date
|
|
46831
46828
|
updatedAt: Date
|
|
46832
46829
|
_count: TranscriptCountAggregateOutputType | null
|
|
@@ -46869,7 +46866,6 @@ export namespace Prisma {
|
|
|
46869
46866
|
shortDuration?: boolean
|
|
46870
46867
|
mtgSessionId?: boolean
|
|
46871
46868
|
error?: boolean
|
|
46872
|
-
migrations?: boolean
|
|
46873
46869
|
createdAt?: boolean
|
|
46874
46870
|
updatedAt?: boolean
|
|
46875
46871
|
recordedCall?: boolean | Transcript$recordedCallArgs<ExtArgs>
|
|
@@ -46895,7 +46891,6 @@ export namespace Prisma {
|
|
|
46895
46891
|
shortDuration?: boolean
|
|
46896
46892
|
mtgSessionId?: boolean
|
|
46897
46893
|
error?: boolean
|
|
46898
|
-
migrations?: boolean
|
|
46899
46894
|
createdAt?: boolean
|
|
46900
46895
|
updatedAt?: boolean
|
|
46901
46896
|
}
|
|
@@ -46931,7 +46926,6 @@ export namespace Prisma {
|
|
|
46931
46926
|
/**
|
|
46932
46927
|
* @private - Internal field for tracking data migrations applied to this record
|
|
46933
46928
|
*/
|
|
46934
|
-
migrations: string[]
|
|
46935
46929
|
createdAt: Date
|
|
46936
46930
|
updatedAt: Date
|
|
46937
46931
|
}, ExtArgs["result"]["transcript"]>
|
|
@@ -47345,7 +47339,6 @@ export namespace Prisma {
|
|
|
47345
47339
|
readonly shortDuration: FieldRef<"Transcript", 'Boolean'>
|
|
47346
47340
|
readonly mtgSessionId: FieldRef<"Transcript", 'String'>
|
|
47347
47341
|
readonly error: FieldRef<"Transcript", 'String'>
|
|
47348
|
-
readonly migrations: FieldRef<"Transcript", 'String[]'>
|
|
47349
47342
|
readonly createdAt: FieldRef<"Transcript", 'DateTime'>
|
|
47350
47343
|
readonly updatedAt: FieldRef<"Transcript", 'DateTime'>
|
|
47351
47344
|
}
|
|
@@ -53135,7 +53128,6 @@ export namespace Prisma {
|
|
|
53135
53128
|
shortDuration: 'shortDuration',
|
|
53136
53129
|
mtgSessionId: 'mtgSessionId',
|
|
53137
53130
|
error: 'error',
|
|
53138
|
-
migrations: 'migrations',
|
|
53139
53131
|
createdAt: 'createdAt',
|
|
53140
53132
|
updatedAt: 'updatedAt'
|
|
53141
53133
|
};
|
|
@@ -57175,7 +57167,6 @@ export namespace Prisma {
|
|
|
57175
57167
|
shortDuration?: BoolNullableFilter<"Transcript"> | boolean | null
|
|
57176
57168
|
mtgSessionId?: StringNullableFilter<"Transcript"> | string | null
|
|
57177
57169
|
error?: StringNullableFilter<"Transcript"> | string | null
|
|
57178
|
-
migrations?: StringNullableListFilter<"Transcript">
|
|
57179
57170
|
createdAt?: DateTimeFilter<"Transcript"> | Date | string
|
|
57180
57171
|
updatedAt?: DateTimeFilter<"Transcript"> | Date | string
|
|
57181
57172
|
recordedCall?: XOR<RecordedCallNullableRelationFilter, RecordedCallWhereInput> | null
|
|
@@ -57200,7 +57191,6 @@ export namespace Prisma {
|
|
|
57200
57191
|
shortDuration?: SortOrder
|
|
57201
57192
|
mtgSessionId?: SortOrder
|
|
57202
57193
|
error?: SortOrder
|
|
57203
|
-
migrations?: SortOrder
|
|
57204
57194
|
createdAt?: SortOrder
|
|
57205
57195
|
updatedAt?: SortOrder
|
|
57206
57196
|
recordedCall?: RecordedCallOrderByWithRelationInput
|
|
@@ -57228,7 +57218,6 @@ export namespace Prisma {
|
|
|
57228
57218
|
shortDuration?: BoolNullableFilter<"Transcript"> | boolean | null
|
|
57229
57219
|
mtgSessionId?: StringNullableFilter<"Transcript"> | string | null
|
|
57230
57220
|
error?: StringNullableFilter<"Transcript"> | string | null
|
|
57231
|
-
migrations?: StringNullableListFilter<"Transcript">
|
|
57232
57221
|
createdAt?: DateTimeFilter<"Transcript"> | Date | string
|
|
57233
57222
|
updatedAt?: DateTimeFilter<"Transcript"> | Date | string
|
|
57234
57223
|
recordedCall?: XOR<RecordedCallNullableRelationFilter, RecordedCallWhereInput> | null
|
|
@@ -57253,7 +57242,6 @@ export namespace Prisma {
|
|
|
57253
57242
|
shortDuration?: SortOrder
|
|
57254
57243
|
mtgSessionId?: SortOrder
|
|
57255
57244
|
error?: SortOrder
|
|
57256
|
-
migrations?: SortOrder
|
|
57257
57245
|
createdAt?: SortOrder
|
|
57258
57246
|
updatedAt?: SortOrder
|
|
57259
57247
|
_count?: TranscriptCountOrderByAggregateInput
|
|
@@ -57285,7 +57273,6 @@ export namespace Prisma {
|
|
|
57285
57273
|
shortDuration?: BoolNullableWithAggregatesFilter<"Transcript"> | boolean | null
|
|
57286
57274
|
mtgSessionId?: StringNullableWithAggregatesFilter<"Transcript"> | string | null
|
|
57287
57275
|
error?: StringNullableWithAggregatesFilter<"Transcript"> | string | null
|
|
57288
|
-
migrations?: StringNullableListFilter<"Transcript">
|
|
57289
57276
|
createdAt?: DateTimeWithAggregatesFilter<"Transcript"> | Date | string
|
|
57290
57277
|
updatedAt?: DateTimeWithAggregatesFilter<"Transcript"> | Date | string
|
|
57291
57278
|
}
|
|
@@ -61467,7 +61454,6 @@ export namespace Prisma {
|
|
|
61467
61454
|
shortDuration?: boolean | null
|
|
61468
61455
|
mtgSessionId?: string | null
|
|
61469
61456
|
error?: string | null
|
|
61470
|
-
migrations?: TranscriptCreatemigrationsInput | string[]
|
|
61471
61457
|
createdAt?: Date | string
|
|
61472
61458
|
updatedAt?: Date | string
|
|
61473
61459
|
recordedCall?: RecordedCallCreateNestedOneWithoutTranscriptsInput
|
|
@@ -61492,7 +61478,6 @@ export namespace Prisma {
|
|
|
61492
61478
|
shortDuration?: boolean | null
|
|
61493
61479
|
mtgSessionId?: string | null
|
|
61494
61480
|
error?: string | null
|
|
61495
|
-
migrations?: TranscriptCreatemigrationsInput | string[]
|
|
61496
61481
|
createdAt?: Date | string
|
|
61497
61482
|
updatedAt?: Date | string
|
|
61498
61483
|
}
|
|
@@ -61514,7 +61499,6 @@ export namespace Prisma {
|
|
|
61514
61499
|
shortDuration?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
61515
61500
|
mtgSessionId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
61516
61501
|
error?: NullableStringFieldUpdateOperationsInput | string | null
|
|
61517
|
-
migrations?: TranscriptUpdatemigrationsInput | string[]
|
|
61518
61502
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
61519
61503
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
61520
61504
|
recordedCall?: RecordedCallUpdateOneWithoutTranscriptsNestedInput
|
|
@@ -61538,7 +61522,6 @@ export namespace Prisma {
|
|
|
61538
61522
|
shortDuration?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
61539
61523
|
mtgSessionId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
61540
61524
|
error?: NullableStringFieldUpdateOperationsInput | string | null
|
|
61541
|
-
migrations?: TranscriptUpdatemigrationsInput | string[]
|
|
61542
61525
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
61543
61526
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
61544
61527
|
}
|
|
@@ -61562,7 +61545,6 @@ export namespace Prisma {
|
|
|
61562
61545
|
shortDuration?: boolean | null
|
|
61563
61546
|
mtgSessionId?: string | null
|
|
61564
61547
|
error?: string | null
|
|
61565
|
-
migrations?: TranscriptCreatemigrationsInput | string[]
|
|
61566
61548
|
createdAt?: Date | string
|
|
61567
61549
|
updatedAt?: Date | string
|
|
61568
61550
|
}
|
|
@@ -61584,7 +61566,6 @@ export namespace Prisma {
|
|
|
61584
61566
|
shortDuration?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
61585
61567
|
mtgSessionId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
61586
61568
|
error?: NullableStringFieldUpdateOperationsInput | string | null
|
|
61587
|
-
migrations?: TranscriptUpdatemigrationsInput | string[]
|
|
61588
61569
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
61589
61570
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
61590
61571
|
}
|
|
@@ -61607,7 +61588,6 @@ export namespace Prisma {
|
|
|
61607
61588
|
shortDuration?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
61608
61589
|
mtgSessionId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
61609
61590
|
error?: NullableStringFieldUpdateOperationsInput | string | null
|
|
61610
|
-
migrations?: TranscriptUpdatemigrationsInput | string[]
|
|
61611
61591
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
61612
61592
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
61613
61593
|
}
|
|
@@ -66006,7 +65986,6 @@ export namespace Prisma {
|
|
|
66006
65986
|
shortDuration?: SortOrder
|
|
66007
65987
|
mtgSessionId?: SortOrder
|
|
66008
65988
|
error?: SortOrder
|
|
66009
|
-
migrations?: SortOrder
|
|
66010
65989
|
createdAt?: SortOrder
|
|
66011
65990
|
updatedAt?: SortOrder
|
|
66012
65991
|
}
|
|
@@ -69872,10 +69851,6 @@ export namespace Prisma {
|
|
|
69872
69851
|
deleteMany?: MapperIndustryTitleToTalentIndustryScalarWhereInput | MapperIndustryTitleToTalentIndustryScalarWhereInput[]
|
|
69873
69852
|
}
|
|
69874
69853
|
|
|
69875
|
-
export type TranscriptCreatemigrationsInput = {
|
|
69876
|
-
set: string[]
|
|
69877
|
-
}
|
|
69878
|
-
|
|
69879
69854
|
export type RecordedCallCreateNestedOneWithoutTranscriptsInput = {
|
|
69880
69855
|
create?: XOR<RecordedCallCreateWithoutTranscriptsInput, RecordedCallUncheckedCreateWithoutTranscriptsInput>
|
|
69881
69856
|
connectOrCreate?: RecordedCallCreateOrConnectWithoutTranscriptsInput
|
|
@@ -69887,11 +69862,6 @@ export namespace Prisma {
|
|
|
69887
69862
|
unset?: boolean
|
|
69888
69863
|
}
|
|
69889
69864
|
|
|
69890
|
-
export type TranscriptUpdatemigrationsInput = {
|
|
69891
|
-
set?: string[]
|
|
69892
|
-
push?: string | string[]
|
|
69893
|
-
}
|
|
69894
|
-
|
|
69895
69865
|
export type RecordedCallUpdateOneWithoutTranscriptsNestedInput = {
|
|
69896
69866
|
create?: XOR<RecordedCallCreateWithoutTranscriptsInput, RecordedCallUncheckedCreateWithoutTranscriptsInput>
|
|
69897
69867
|
connectOrCreate?: RecordedCallCreateOrConnectWithoutTranscriptsInput
|
|
@@ -82555,7 +82525,6 @@ export namespace Prisma {
|
|
|
82555
82525
|
shortDuration?: boolean | null
|
|
82556
82526
|
mtgSessionId?: string | null
|
|
82557
82527
|
error?: string | null
|
|
82558
|
-
migrations?: TranscriptCreatemigrationsInput | string[]
|
|
82559
82528
|
createdAt?: Date | string
|
|
82560
82529
|
updatedAt?: Date | string
|
|
82561
82530
|
}
|
|
@@ -82578,7 +82547,6 @@ export namespace Prisma {
|
|
|
82578
82547
|
shortDuration?: boolean | null
|
|
82579
82548
|
mtgSessionId?: string | null
|
|
82580
82549
|
error?: string | null
|
|
82581
|
-
migrations?: TranscriptCreatemigrationsInput | string[]
|
|
82582
82550
|
createdAt?: Date | string
|
|
82583
82551
|
updatedAt?: Date | string
|
|
82584
82552
|
}
|
|
@@ -82639,7 +82607,6 @@ export namespace Prisma {
|
|
|
82639
82607
|
shortDuration?: BoolNullableFilter<"Transcript"> | boolean | null
|
|
82640
82608
|
mtgSessionId?: StringNullableFilter<"Transcript"> | string | null
|
|
82641
82609
|
error?: StringNullableFilter<"Transcript"> | string | null
|
|
82642
|
-
migrations?: StringNullableListFilter<"Transcript">
|
|
82643
82610
|
createdAt?: DateTimeFilter<"Transcript"> | Date | string
|
|
82644
82611
|
updatedAt?: DateTimeFilter<"Transcript"> | Date | string
|
|
82645
82612
|
}
|
|
@@ -89165,7 +89132,6 @@ export namespace Prisma {
|
|
|
89165
89132
|
shortDuration?: boolean | null
|
|
89166
89133
|
mtgSessionId?: string | null
|
|
89167
89134
|
error?: string | null
|
|
89168
|
-
migrations?: TranscriptCreatemigrationsInput | string[]
|
|
89169
89135
|
createdAt?: Date | string
|
|
89170
89136
|
updatedAt?: Date | string
|
|
89171
89137
|
}
|
|
@@ -89192,7 +89158,6 @@ export namespace Prisma {
|
|
|
89192
89158
|
shortDuration?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
89193
89159
|
mtgSessionId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
89194
89160
|
error?: NullableStringFieldUpdateOperationsInput | string | null
|
|
89195
|
-
migrations?: TranscriptUpdatemigrationsInput | string[]
|
|
89196
89161
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
89197
89162
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
89198
89163
|
}
|
|
@@ -89214,7 +89179,6 @@ export namespace Prisma {
|
|
|
89214
89179
|
shortDuration?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
89215
89180
|
mtgSessionId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
89216
89181
|
error?: NullableStringFieldUpdateOperationsInput | string | null
|
|
89217
|
-
migrations?: TranscriptUpdatemigrationsInput | string[]
|
|
89218
89182
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
89219
89183
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
89220
89184
|
}
|
|
@@ -89236,7 +89200,6 @@ export namespace Prisma {
|
|
|
89236
89200
|
shortDuration?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
89237
89201
|
mtgSessionId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
89238
89202
|
error?: NullableStringFieldUpdateOperationsInput | string | null
|
|
89239
|
-
migrations?: TranscriptUpdatemigrationsInput | string[]
|
|
89240
89203
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
89241
89204
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
89242
89205
|
}
|