@a_team/prisma 3.16.4-macos-docker-linux → 3.16.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.
- package/dist/client/edge.js +4 -4
- package/dist/client/index.d.ts +9 -0
- package/dist/client/index.js +6 -6
- package/dist/client/{libquery_engine-linux-arm64-openssl-3.0.x.so.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 +1 -0
- package/package.json +4 -2
package/dist/client/index.d.ts
CHANGED
|
@@ -5453,6 +5453,7 @@ export namespace Prisma {
|
|
|
5453
5453
|
interviewRoleDescription?: boolean
|
|
5454
5454
|
roleAndMissionTitle?: boolean
|
|
5455
5455
|
proposalId?: boolean
|
|
5456
|
+
preVettingFormUrl?: boolean
|
|
5456
5457
|
}, ExtArgs["result"]["eventMetadata"]>
|
|
5457
5458
|
|
|
5458
5459
|
|
|
@@ -5462,6 +5463,7 @@ export namespace Prisma {
|
|
|
5462
5463
|
interviewRoleDescription?: boolean
|
|
5463
5464
|
roleAndMissionTitle?: boolean
|
|
5464
5465
|
proposalId?: boolean
|
|
5466
|
+
preVettingFormUrl?: boolean
|
|
5465
5467
|
}
|
|
5466
5468
|
|
|
5467
5469
|
|
|
@@ -5474,6 +5476,7 @@ export namespace Prisma {
|
|
|
5474
5476
|
interviewRoleDescription: string | null
|
|
5475
5477
|
roleAndMissionTitle: string | null
|
|
5476
5478
|
proposalId: string | null
|
|
5479
|
+
preVettingFormUrl: string | null
|
|
5477
5480
|
}
|
|
5478
5481
|
composites: {}
|
|
5479
5482
|
}
|
|
@@ -5493,6 +5496,7 @@ export namespace Prisma {
|
|
|
5493
5496
|
readonly interviewRoleDescription: FieldRef<"EventMetadata", 'String'>
|
|
5494
5497
|
readonly roleAndMissionTitle: FieldRef<"EventMetadata", 'String'>
|
|
5495
5498
|
readonly proposalId: FieldRef<"EventMetadata", 'String'>
|
|
5499
|
+
readonly preVettingFormUrl: FieldRef<"EventMetadata", 'String'>
|
|
5496
5500
|
}
|
|
5497
5501
|
|
|
5498
5502
|
|
|
@@ -50349,6 +50353,7 @@ export namespace Prisma {
|
|
|
50349
50353
|
interviewRoleDescription?: string | null
|
|
50350
50354
|
roleAndMissionTitle?: string | null
|
|
50351
50355
|
proposalId?: string | null
|
|
50356
|
+
preVettingFormUrl?: string | null
|
|
50352
50357
|
}
|
|
50353
50358
|
|
|
50354
50359
|
export type VideoCallDataNullableCompositeFilter = {
|
|
@@ -50424,6 +50429,7 @@ export namespace Prisma {
|
|
|
50424
50429
|
interviewRoleDescription?: SortOrder
|
|
50425
50430
|
roleAndMissionTitle?: SortOrder
|
|
50426
50431
|
proposalId?: SortOrder
|
|
50432
|
+
preVettingFormUrl?: SortOrder
|
|
50427
50433
|
}
|
|
50428
50434
|
|
|
50429
50435
|
export type VideoCallDataOrderByInput = {
|
|
@@ -54161,6 +54167,7 @@ export namespace Prisma {
|
|
|
54161
54167
|
interviewRoleDescription?: string | null
|
|
54162
54168
|
roleAndMissionTitle?: string | null
|
|
54163
54169
|
proposalId?: string | null
|
|
54170
|
+
preVettingFormUrl?: string | null
|
|
54164
54171
|
}
|
|
54165
54172
|
|
|
54166
54173
|
export type VideoCallDataNullableCreateEnvelopeInput = {
|
|
@@ -57797,6 +57804,7 @@ export namespace Prisma {
|
|
|
57797
57804
|
interviewRoleDescription?: StringNullableFilter<"EventMetadata"> | string | null
|
|
57798
57805
|
roleAndMissionTitle?: StringNullableFilter<"EventMetadata"> | string | null
|
|
57799
57806
|
proposalId?: StringNullableFilter<"EventMetadata"> | string | null
|
|
57807
|
+
preVettingFormUrl?: StringNullableFilter<"EventMetadata"> | string | null
|
|
57800
57808
|
}
|
|
57801
57809
|
|
|
57802
57810
|
export type VideoCallDataWhereInput = {
|
|
@@ -71574,6 +71582,7 @@ export namespace Prisma {
|
|
|
71574
71582
|
interviewRoleDescription?: NullableStringFieldUpdateOperationsInput | string | null
|
|
71575
71583
|
roleAndMissionTitle?: NullableStringFieldUpdateOperationsInput | string | null
|
|
71576
71584
|
proposalId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
71585
|
+
preVettingFormUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
|
71577
71586
|
}
|
|
71578
71587
|
|
|
71579
71588
|
export type VideoCallDataUpdateInput = {
|