@a_team/prisma 3.10.0-macos-docker-linux → 3.10.1-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 +8 -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
|
@@ -5239,6 +5239,7 @@ export namespace Prisma {
|
|
|
5239
5239
|
removalRequest?: boolean | MissionRoleRemovalRequestDefaultArgs<ExtArgs>
|
|
5240
5240
|
productOfferings?: boolean
|
|
5241
5241
|
roleDealType?: boolean
|
|
5242
|
+
isExpansion?: boolean
|
|
5242
5243
|
}, ExtArgs["result"]["missionRole"]>
|
|
5243
5244
|
|
|
5244
5245
|
|
|
@@ -5273,6 +5274,7 @@ export namespace Prisma {
|
|
|
5273
5274
|
isFullTimeRetainer?: boolean
|
|
5274
5275
|
productOfferings?: boolean
|
|
5275
5276
|
roleDealType?: boolean
|
|
5277
|
+
isExpansion?: boolean
|
|
5276
5278
|
}
|
|
5277
5279
|
|
|
5278
5280
|
export type MissionRoleInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {}
|
|
@@ -5311,6 +5313,7 @@ export namespace Prisma {
|
|
|
5311
5313
|
isFullTimeRetainer: boolean | null
|
|
5312
5314
|
productOfferings: string[]
|
|
5313
5315
|
roleDealType: string | null
|
|
5316
|
+
isExpansion: boolean | null
|
|
5314
5317
|
}
|
|
5315
5318
|
composites: {
|
|
5316
5319
|
availability: Prisma.$MissionRoleAvailabilityPayload | null
|
|
@@ -5364,6 +5367,7 @@ export namespace Prisma {
|
|
|
5364
5367
|
readonly isFullTimeRetainer: FieldRef<"MissionRole", 'Boolean'>
|
|
5365
5368
|
readonly productOfferings: FieldRef<"MissionRole", 'String[]'>
|
|
5366
5369
|
readonly roleDealType: FieldRef<"MissionRole", 'String'>
|
|
5370
|
+
readonly isExpansion: FieldRef<"MissionRole", 'Boolean'>
|
|
5367
5371
|
}
|
|
5368
5372
|
|
|
5369
5373
|
|
|
@@ -34098,6 +34102,7 @@ export namespace Prisma {
|
|
|
34098
34102
|
removalRequest?: MissionRoleRemovalRequestObjectEqualityInput | null
|
|
34099
34103
|
productOfferings?: string[]
|
|
34100
34104
|
roleDealType?: string | null
|
|
34105
|
+
isExpansion?: boolean | null
|
|
34101
34106
|
}
|
|
34102
34107
|
|
|
34103
34108
|
export type EnumMissionStatusFilter<$PrismaModel = never> = {
|
|
@@ -36602,6 +36607,7 @@ export namespace Prisma {
|
|
|
36602
36607
|
removalRequest?: MissionRoleRemovalRequestCreateInput | null
|
|
36603
36608
|
productOfferings?: MissionRoleCreateproductOfferingsInput | string[]
|
|
36604
36609
|
roleDealType?: string | null
|
|
36610
|
+
isExpansion?: boolean | null
|
|
36605
36611
|
}
|
|
36606
36612
|
|
|
36607
36613
|
export type MissionCreatetalentIndustriesInput = {
|
|
@@ -38863,6 +38869,7 @@ export namespace Prisma {
|
|
|
38863
38869
|
removalRequest?: XOR<MissionRoleRemovalRequestNullableCompositeFilter, MissionRoleRemovalRequestObjectEqualityInput> | null
|
|
38864
38870
|
productOfferings?: StringNullableListFilter<"MissionRole">
|
|
38865
38871
|
roleDealType?: StringNullableFilter<"MissionRole"> | string | null
|
|
38872
|
+
isExpansion?: BoolNullableFilter<"MissionRole"> | boolean | null
|
|
38866
38873
|
}
|
|
38867
38874
|
|
|
38868
38875
|
export type MissionRoleAvailabilityObjectEqualityInput = {
|
|
@@ -47282,6 +47289,7 @@ export namespace Prisma {
|
|
|
47282
47289
|
removalRequest?: XOR<MissionRoleRemovalRequestNullableUpdateEnvelopeInput, MissionRoleRemovalRequestCreateInput> | null
|
|
47283
47290
|
productOfferings?: MissionRoleUpdateproductOfferingsInput | string[]
|
|
47284
47291
|
roleDealType?: NullableStringFieldUpdateOperationsInput | string | null
|
|
47292
|
+
isExpansion?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
47285
47293
|
}
|
|
47286
47294
|
|
|
47287
47295
|
export type MissionsTestingUpdateInput = {
|