@a_team/prisma 3.4.7-win → 3.4.8-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 -6
- package/dist/client/index-browser.js +0 -2
- package/dist/client/index.d.ts +206 -104
- package/dist/client/index.js +6 -8
- 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 +14 -6
- package/dist/client/wasm.js +0 -2
- package/package.json +2 -2
|
@@ -237,8 +237,6 @@ exports.Prisma.MissionPrefillScalarFieldEnum = {
|
|
|
237
237
|
companyDescription: 'companyDescription',
|
|
238
238
|
missionDescription: 'missionDescription',
|
|
239
239
|
timezone: 'timezone',
|
|
240
|
-
openRoles: 'openRoles',
|
|
241
|
-
status: 'status',
|
|
242
240
|
createdAt: 'createdAt',
|
|
243
241
|
updatedAt: 'updatedAt'
|
|
244
242
|
};
|
package/dist/client/index.d.ts
CHANGED
|
@@ -148,6 +148,11 @@ export type MissionsInvoicing = $Result.DefaultSelection<Prisma.$MissionsInvoici
|
|
|
148
148
|
*
|
|
149
149
|
*/
|
|
150
150
|
export type MissionsTesting = $Result.DefaultSelection<Prisma.$MissionsTestingPayload>
|
|
151
|
+
/**
|
|
152
|
+
* Model MissionPrefillRole
|
|
153
|
+
*
|
|
154
|
+
*/
|
|
155
|
+
export type MissionPrefillRole = $Result.DefaultSelection<Prisma.$MissionPrefillRolePayload>
|
|
151
156
|
/**
|
|
152
157
|
* Model MissionSpecRole
|
|
153
158
|
*
|
|
@@ -4350,6 +4355,79 @@ export namespace Prisma {
|
|
|
4350
4355
|
}
|
|
4351
4356
|
|
|
4352
4357
|
|
|
4358
|
+
/**
|
|
4359
|
+
* Model MissionPrefillRole
|
|
4360
|
+
*/
|
|
4361
|
+
|
|
4362
|
+
|
|
4363
|
+
|
|
4364
|
+
|
|
4365
|
+
|
|
4366
|
+
export type MissionPrefillRoleSelect<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
|
|
4367
|
+
categoryId?: boolean
|
|
4368
|
+
headline?: boolean
|
|
4369
|
+
requiredSkills?: boolean
|
|
4370
|
+
preferredSkills?: boolean
|
|
4371
|
+
timeCommitemnt?: boolean
|
|
4372
|
+
screeningQuestion?: boolean
|
|
4373
|
+
}, ExtArgs["result"]["missionPrefillRole"]>
|
|
4374
|
+
|
|
4375
|
+
|
|
4376
|
+
export type MissionPrefillRoleSelectScalar = {
|
|
4377
|
+
categoryId?: boolean
|
|
4378
|
+
headline?: boolean
|
|
4379
|
+
requiredSkills?: boolean
|
|
4380
|
+
preferredSkills?: boolean
|
|
4381
|
+
timeCommitemnt?: boolean
|
|
4382
|
+
screeningQuestion?: boolean
|
|
4383
|
+
}
|
|
4384
|
+
|
|
4385
|
+
|
|
4386
|
+
export type $MissionPrefillRolePayload = {
|
|
4387
|
+
name: "MissionPrefillRole"
|
|
4388
|
+
objects: {}
|
|
4389
|
+
scalars: {
|
|
4390
|
+
categoryId: string
|
|
4391
|
+
headline: string | null
|
|
4392
|
+
requiredSkills: string[]
|
|
4393
|
+
preferredSkills: string[]
|
|
4394
|
+
timeCommitemnt: string | null
|
|
4395
|
+
screeningQuestion: string | null
|
|
4396
|
+
}
|
|
4397
|
+
composites: {}
|
|
4398
|
+
}
|
|
4399
|
+
|
|
4400
|
+
type MissionPrefillRoleGetPayload<S extends boolean | null | undefined | MissionPrefillRoleDefaultArgs> = $Result.GetResult<Prisma.$MissionPrefillRolePayload, S>
|
|
4401
|
+
|
|
4402
|
+
|
|
4403
|
+
|
|
4404
|
+
|
|
4405
|
+
|
|
4406
|
+
/**
|
|
4407
|
+
* Fields of the MissionPrefillRole model
|
|
4408
|
+
*/
|
|
4409
|
+
interface MissionPrefillRoleFieldRefs {
|
|
4410
|
+
readonly categoryId: FieldRef<"MissionPrefillRole", 'String'>
|
|
4411
|
+
readonly headline: FieldRef<"MissionPrefillRole", 'String'>
|
|
4412
|
+
readonly requiredSkills: FieldRef<"MissionPrefillRole", 'String[]'>
|
|
4413
|
+
readonly preferredSkills: FieldRef<"MissionPrefillRole", 'String[]'>
|
|
4414
|
+
readonly timeCommitemnt: FieldRef<"MissionPrefillRole", 'String'>
|
|
4415
|
+
readonly screeningQuestion: FieldRef<"MissionPrefillRole", 'String'>
|
|
4416
|
+
}
|
|
4417
|
+
|
|
4418
|
+
|
|
4419
|
+
// Custom InputTypes
|
|
4420
|
+
/**
|
|
4421
|
+
* MissionPrefillRole without action
|
|
4422
|
+
*/
|
|
4423
|
+
export type MissionPrefillRoleDefaultArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
4424
|
+
/**
|
|
4425
|
+
* Select specific fields to fetch from the MissionPrefillRole
|
|
4426
|
+
*/
|
|
4427
|
+
select?: MissionPrefillRoleSelect<ExtArgs> | null
|
|
4428
|
+
}
|
|
4429
|
+
|
|
4430
|
+
|
|
4353
4431
|
/**
|
|
4354
4432
|
* Model MissionSpecRole
|
|
4355
4433
|
*/
|
|
@@ -12196,7 +12274,6 @@ export namespace Prisma {
|
|
|
12196
12274
|
companyDescription: string | null
|
|
12197
12275
|
missionDescription: string | null
|
|
12198
12276
|
timezone: string | null
|
|
12199
|
-
status: string | null
|
|
12200
12277
|
createdAt: Date | null
|
|
12201
12278
|
updatedAt: Date | null
|
|
12202
12279
|
}
|
|
@@ -12209,7 +12286,6 @@ export namespace Prisma {
|
|
|
12209
12286
|
companyDescription: string | null
|
|
12210
12287
|
missionDescription: string | null
|
|
12211
12288
|
timezone: string | null
|
|
12212
|
-
status: string | null
|
|
12213
12289
|
createdAt: Date | null
|
|
12214
12290
|
updatedAt: Date | null
|
|
12215
12291
|
}
|
|
@@ -12222,8 +12298,6 @@ export namespace Prisma {
|
|
|
12222
12298
|
companyDescription: number
|
|
12223
12299
|
missionDescription: number
|
|
12224
12300
|
timezone: number
|
|
12225
|
-
openRoles: number
|
|
12226
|
-
status: number
|
|
12227
12301
|
createdAt: number
|
|
12228
12302
|
updatedAt: number
|
|
12229
12303
|
_all: number
|
|
@@ -12238,7 +12312,6 @@ export namespace Prisma {
|
|
|
12238
12312
|
companyDescription?: true
|
|
12239
12313
|
missionDescription?: true
|
|
12240
12314
|
timezone?: true
|
|
12241
|
-
status?: true
|
|
12242
12315
|
createdAt?: true
|
|
12243
12316
|
updatedAt?: true
|
|
12244
12317
|
}
|
|
@@ -12251,7 +12324,6 @@ export namespace Prisma {
|
|
|
12251
12324
|
companyDescription?: true
|
|
12252
12325
|
missionDescription?: true
|
|
12253
12326
|
timezone?: true
|
|
12254
|
-
status?: true
|
|
12255
12327
|
createdAt?: true
|
|
12256
12328
|
updatedAt?: true
|
|
12257
12329
|
}
|
|
@@ -12264,8 +12336,6 @@ export namespace Prisma {
|
|
|
12264
12336
|
companyDescription?: true
|
|
12265
12337
|
missionDescription?: true
|
|
12266
12338
|
timezone?: true
|
|
12267
|
-
openRoles?: true
|
|
12268
|
-
status?: true
|
|
12269
12339
|
createdAt?: true
|
|
12270
12340
|
updatedAt?: true
|
|
12271
12341
|
_all?: true
|
|
@@ -12351,8 +12421,6 @@ export namespace Prisma {
|
|
|
12351
12421
|
companyDescription: string | null
|
|
12352
12422
|
missionDescription: string | null
|
|
12353
12423
|
timezone: string | null
|
|
12354
|
-
openRoles: JsonValue | null
|
|
12355
|
-
status: string
|
|
12356
12424
|
createdAt: Date
|
|
12357
12425
|
updatedAt: Date
|
|
12358
12426
|
_count: MissionPrefillCountAggregateOutputType | null
|
|
@@ -12382,8 +12450,7 @@ export namespace Prisma {
|
|
|
12382
12450
|
companyDescription?: boolean
|
|
12383
12451
|
missionDescription?: boolean
|
|
12384
12452
|
timezone?: boolean
|
|
12385
|
-
openRoles?: boolean
|
|
12386
|
-
status?: boolean
|
|
12453
|
+
openRoles?: boolean | MissionPrefillRoleDefaultArgs<ExtArgs>
|
|
12387
12454
|
createdAt?: boolean
|
|
12388
12455
|
updatedAt?: boolean
|
|
12389
12456
|
user?: boolean | UserDefaultArgs<ExtArgs>
|
|
@@ -12398,8 +12465,6 @@ export namespace Prisma {
|
|
|
12398
12465
|
companyDescription?: boolean
|
|
12399
12466
|
missionDescription?: boolean
|
|
12400
12467
|
timezone?: boolean
|
|
12401
|
-
openRoles?: boolean
|
|
12402
|
-
status?: boolean
|
|
12403
12468
|
createdAt?: boolean
|
|
12404
12469
|
updatedAt?: boolean
|
|
12405
12470
|
}
|
|
@@ -12421,12 +12486,12 @@ export namespace Prisma {
|
|
|
12421
12486
|
companyDescription: string | null
|
|
12422
12487
|
missionDescription: string | null
|
|
12423
12488
|
timezone: string | null
|
|
12424
|
-
openRoles: Prisma.JsonValue | null
|
|
12425
|
-
status: string
|
|
12426
12489
|
createdAt: Date
|
|
12427
12490
|
updatedAt: Date
|
|
12428
12491
|
}, ExtArgs["result"]["missionPrefill"]>
|
|
12429
|
-
composites: {
|
|
12492
|
+
composites: {
|
|
12493
|
+
openRoles: Prisma.$MissionPrefillRolePayload[]
|
|
12494
|
+
}
|
|
12430
12495
|
}
|
|
12431
12496
|
|
|
12432
12497
|
type MissionPrefillGetPayload<S extends boolean | null | undefined | MissionPrefillDefaultArgs> = $Result.GetResult<Prisma.$MissionPrefillPayload, S>
|
|
@@ -12825,8 +12890,6 @@ export namespace Prisma {
|
|
|
12825
12890
|
readonly companyDescription: FieldRef<"MissionPrefill", 'String'>
|
|
12826
12891
|
readonly missionDescription: FieldRef<"MissionPrefill", 'String'>
|
|
12827
12892
|
readonly timezone: FieldRef<"MissionPrefill", 'String'>
|
|
12828
|
-
readonly openRoles: FieldRef<"MissionPrefill", 'Json'>
|
|
12829
|
-
readonly status: FieldRef<"MissionPrefill", 'String'>
|
|
12830
12893
|
readonly createdAt: FieldRef<"MissionPrefill", 'DateTime'>
|
|
12831
12894
|
readonly updatedAt: FieldRef<"MissionPrefill", 'DateTime'>
|
|
12832
12895
|
}
|
|
@@ -19343,8 +19406,6 @@ export namespace Prisma {
|
|
|
19343
19406
|
companyDescription: 'companyDescription',
|
|
19344
19407
|
missionDescription: 'missionDescription',
|
|
19345
19408
|
timezone: 'timezone',
|
|
19346
|
-
openRoles: 'openRoles',
|
|
19347
|
-
status: 'status',
|
|
19348
19409
|
createdAt: 'createdAt',
|
|
19349
19410
|
updatedAt: 'updatedAt'
|
|
19350
19411
|
};
|
|
@@ -19601,13 +19662,6 @@ export namespace Prisma {
|
|
|
19601
19662
|
|
|
19602
19663
|
|
|
19603
19664
|
|
|
19604
|
-
/**
|
|
19605
|
-
* Reference to a field of type 'Json'
|
|
19606
|
-
*/
|
|
19607
|
-
export type JsonFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'Json'>
|
|
19608
|
-
|
|
19609
|
-
|
|
19610
|
-
|
|
19611
19665
|
/**
|
|
19612
19666
|
* Reference to a field of type 'MissionSpecStatus'
|
|
19613
19667
|
*/
|
|
@@ -19718,6 +19772,13 @@ export namespace Prisma {
|
|
|
19718
19772
|
*/
|
|
19719
19773
|
export type ListEnumHiringTimelineFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'HiringTimeline[]'>
|
|
19720
19774
|
|
|
19775
|
+
|
|
19776
|
+
|
|
19777
|
+
/**
|
|
19778
|
+
* Reference to a field of type 'Json'
|
|
19779
|
+
*/
|
|
19780
|
+
export type JsonFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'Json'>
|
|
19781
|
+
|
|
19721
19782
|
/**
|
|
19722
19783
|
* Deep Input Types
|
|
19723
19784
|
*/
|
|
@@ -20459,8 +20520,7 @@ export namespace Prisma {
|
|
|
20459
20520
|
companyDescription?: StringNullableFilter<"MissionPrefill"> | string | null
|
|
20460
20521
|
missionDescription?: StringNullableFilter<"MissionPrefill"> | string | null
|
|
20461
20522
|
timezone?: StringNullableFilter<"MissionPrefill"> | string | null
|
|
20462
|
-
openRoles?:
|
|
20463
|
-
status?: StringFilter<"MissionPrefill"> | string
|
|
20523
|
+
openRoles?: MissionPrefillRoleCompositeListFilter | MissionPrefillRoleObjectEqualityInput[]
|
|
20464
20524
|
createdAt?: DateTimeFilter<"MissionPrefill"> | Date | string
|
|
20465
20525
|
updatedAt?: DateTimeFilter<"MissionPrefill"> | Date | string
|
|
20466
20526
|
user?: XOR<UserRelationFilter, UserWhereInput>
|
|
@@ -20474,8 +20534,7 @@ export namespace Prisma {
|
|
|
20474
20534
|
companyDescription?: SortOrder
|
|
20475
20535
|
missionDescription?: SortOrder
|
|
20476
20536
|
timezone?: SortOrder
|
|
20477
|
-
openRoles?:
|
|
20478
|
-
status?: SortOrder
|
|
20537
|
+
openRoles?: MissionPrefillRoleOrderByCompositeAggregateInput
|
|
20479
20538
|
createdAt?: SortOrder
|
|
20480
20539
|
updatedAt?: SortOrder
|
|
20481
20540
|
user?: UserOrderByWithRelationInput
|
|
@@ -20492,8 +20551,7 @@ export namespace Prisma {
|
|
|
20492
20551
|
companyDescription?: StringNullableFilter<"MissionPrefill"> | string | null
|
|
20493
20552
|
missionDescription?: StringNullableFilter<"MissionPrefill"> | string | null
|
|
20494
20553
|
timezone?: StringNullableFilter<"MissionPrefill"> | string | null
|
|
20495
|
-
openRoles?:
|
|
20496
|
-
status?: StringFilter<"MissionPrefill"> | string
|
|
20554
|
+
openRoles?: MissionPrefillRoleCompositeListFilter | MissionPrefillRoleObjectEqualityInput[]
|
|
20497
20555
|
createdAt?: DateTimeFilter<"MissionPrefill"> | Date | string
|
|
20498
20556
|
updatedAt?: DateTimeFilter<"MissionPrefill"> | Date | string
|
|
20499
20557
|
user?: XOR<UserRelationFilter, UserWhereInput>
|
|
@@ -20507,8 +20565,6 @@ export namespace Prisma {
|
|
|
20507
20565
|
companyDescription?: SortOrder
|
|
20508
20566
|
missionDescription?: SortOrder
|
|
20509
20567
|
timezone?: SortOrder
|
|
20510
|
-
openRoles?: SortOrder
|
|
20511
|
-
status?: SortOrder
|
|
20512
20568
|
createdAt?: SortOrder
|
|
20513
20569
|
updatedAt?: SortOrder
|
|
20514
20570
|
_count?: MissionPrefillCountOrderByAggregateInput
|
|
@@ -20527,8 +20583,6 @@ export namespace Prisma {
|
|
|
20527
20583
|
companyDescription?: StringNullableWithAggregatesFilter<"MissionPrefill"> | string | null
|
|
20528
20584
|
missionDescription?: StringNullableWithAggregatesFilter<"MissionPrefill"> | string | null
|
|
20529
20585
|
timezone?: StringNullableWithAggregatesFilter<"MissionPrefill"> | string | null
|
|
20530
|
-
openRoles?: JsonNullableWithAggregatesFilter<"MissionPrefill">
|
|
20531
|
-
status?: StringWithAggregatesFilter<"MissionPrefill"> | string
|
|
20532
20586
|
createdAt?: DateTimeWithAggregatesFilter<"MissionPrefill"> | Date | string
|
|
20533
20587
|
updatedAt?: DateTimeWithAggregatesFilter<"MissionPrefill"> | Date | string
|
|
20534
20588
|
}
|
|
@@ -21945,8 +21999,7 @@ export namespace Prisma {
|
|
|
21945
21999
|
companyDescription?: string | null
|
|
21946
22000
|
missionDescription?: string | null
|
|
21947
22001
|
timezone?: string | null
|
|
21948
|
-
openRoles?:
|
|
21949
|
-
status?: string
|
|
22002
|
+
openRoles?: XOR<MissionPrefillRoleListCreateEnvelopeInput, MissionPrefillRoleCreateInput> | MissionPrefillRoleCreateInput[]
|
|
21950
22003
|
createdAt?: Date | string
|
|
21951
22004
|
updatedAt?: Date | string
|
|
21952
22005
|
user: UserCreateNestedOneWithoutMissionPrefillsInput
|
|
@@ -21960,8 +22013,7 @@ export namespace Prisma {
|
|
|
21960
22013
|
companyDescription?: string | null
|
|
21961
22014
|
missionDescription?: string | null
|
|
21962
22015
|
timezone?: string | null
|
|
21963
|
-
openRoles?:
|
|
21964
|
-
status?: string
|
|
22016
|
+
openRoles?: XOR<MissionPrefillRoleListCreateEnvelopeInput, MissionPrefillRoleCreateInput> | MissionPrefillRoleCreateInput[]
|
|
21965
22017
|
createdAt?: Date | string
|
|
21966
22018
|
updatedAt?: Date | string
|
|
21967
22019
|
}
|
|
@@ -21972,8 +22024,7 @@ export namespace Prisma {
|
|
|
21972
22024
|
companyDescription?: NullableStringFieldUpdateOperationsInput | string | null
|
|
21973
22025
|
missionDescription?: NullableStringFieldUpdateOperationsInput | string | null
|
|
21974
22026
|
timezone?: NullableStringFieldUpdateOperationsInput | string | null
|
|
21975
|
-
openRoles?:
|
|
21976
|
-
status?: StringFieldUpdateOperationsInput | string
|
|
22027
|
+
openRoles?: XOR<MissionPrefillRoleListUpdateEnvelopeInput, MissionPrefillRoleCreateInput> | MissionPrefillRoleCreateInput[]
|
|
21977
22028
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
21978
22029
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
21979
22030
|
user?: UserUpdateOneRequiredWithoutMissionPrefillsNestedInput
|
|
@@ -21986,8 +22037,7 @@ export namespace Prisma {
|
|
|
21986
22037
|
companyDescription?: NullableStringFieldUpdateOperationsInput | string | null
|
|
21987
22038
|
missionDescription?: NullableStringFieldUpdateOperationsInput | string | null
|
|
21988
22039
|
timezone?: NullableStringFieldUpdateOperationsInput | string | null
|
|
21989
|
-
openRoles?:
|
|
21990
|
-
status?: StringFieldUpdateOperationsInput | string
|
|
22040
|
+
openRoles?: XOR<MissionPrefillRoleListUpdateEnvelopeInput, MissionPrefillRoleCreateInput> | MissionPrefillRoleCreateInput[]
|
|
21991
22041
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
21992
22042
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
21993
22043
|
}
|
|
@@ -22000,8 +22050,7 @@ export namespace Prisma {
|
|
|
22000
22050
|
companyDescription?: string | null
|
|
22001
22051
|
missionDescription?: string | null
|
|
22002
22052
|
timezone?: string | null
|
|
22003
|
-
openRoles?:
|
|
22004
|
-
status?: string
|
|
22053
|
+
openRoles?: XOR<MissionPrefillRoleListCreateEnvelopeInput, MissionPrefillRoleCreateInput> | MissionPrefillRoleCreateInput[]
|
|
22005
22054
|
createdAt?: Date | string
|
|
22006
22055
|
updatedAt?: Date | string
|
|
22007
22056
|
}
|
|
@@ -22012,8 +22061,7 @@ export namespace Prisma {
|
|
|
22012
22061
|
companyDescription?: NullableStringFieldUpdateOperationsInput | string | null
|
|
22013
22062
|
missionDescription?: NullableStringFieldUpdateOperationsInput | string | null
|
|
22014
22063
|
timezone?: NullableStringFieldUpdateOperationsInput | string | null
|
|
22015
|
-
openRoles?:
|
|
22016
|
-
status?: StringFieldUpdateOperationsInput | string
|
|
22064
|
+
openRoles?: XOR<MissionPrefillRoleListUpdateEnvelopeInput, MissionPrefillRoleCreateInput> | MissionPrefillRoleCreateInput[]
|
|
22017
22065
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
22018
22066
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
22019
22067
|
}
|
|
@@ -22025,8 +22073,7 @@ export namespace Prisma {
|
|
|
22025
22073
|
companyDescription?: NullableStringFieldUpdateOperationsInput | string | null
|
|
22026
22074
|
missionDescription?: NullableStringFieldUpdateOperationsInput | string | null
|
|
22027
22075
|
timezone?: NullableStringFieldUpdateOperationsInput | string | null
|
|
22028
|
-
openRoles?:
|
|
22029
|
-
status?: StringFieldUpdateOperationsInput | string
|
|
22076
|
+
openRoles?: XOR<MissionPrefillRoleListUpdateEnvelopeInput, MissionPrefillRoleCreateInput> | MissionPrefillRoleCreateInput[]
|
|
22030
22077
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
22031
22078
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
22032
22079
|
}
|
|
@@ -23620,24 +23667,34 @@ export namespace Prisma {
|
|
|
23620
23667
|
_min?: NestedEnumMissionStatusFilter<$PrismaModel>
|
|
23621
23668
|
_max?: NestedEnumMissionStatusFilter<$PrismaModel>
|
|
23622
23669
|
}
|
|
23623
|
-
export type JsonNullableFilter<$PrismaModel = never> =
|
|
23624
|
-
| PatchUndefined<
|
|
23625
|
-
Either<Required<JsonNullableFilterBase<$PrismaModel>>, Exclude<keyof Required<JsonNullableFilterBase<$PrismaModel>>, 'path'>>,
|
|
23626
|
-
Required<JsonNullableFilterBase<$PrismaModel>>
|
|
23627
|
-
>
|
|
23628
|
-
| OptionalFlat<Omit<Required<JsonNullableFilterBase<$PrismaModel>>, 'path'>>
|
|
23629
23670
|
|
|
23630
|
-
export type
|
|
23631
|
-
equals?:
|
|
23632
|
-
|
|
23671
|
+
export type MissionPrefillRoleCompositeListFilter = {
|
|
23672
|
+
equals?: MissionPrefillRoleObjectEqualityInput[]
|
|
23673
|
+
every?: MissionPrefillRoleWhereInput
|
|
23674
|
+
some?: MissionPrefillRoleWhereInput
|
|
23675
|
+
none?: MissionPrefillRoleWhereInput
|
|
23676
|
+
isEmpty?: boolean
|
|
23633
23677
|
isSet?: boolean
|
|
23634
23678
|
}
|
|
23635
23679
|
|
|
23680
|
+
export type MissionPrefillRoleObjectEqualityInput = {
|
|
23681
|
+
categoryId: string
|
|
23682
|
+
headline?: string | null
|
|
23683
|
+
requiredSkills?: string[]
|
|
23684
|
+
preferredSkills?: string[]
|
|
23685
|
+
timeCommitemnt?: string | null
|
|
23686
|
+
screeningQuestion?: string | null
|
|
23687
|
+
}
|
|
23688
|
+
|
|
23636
23689
|
export type UserRelationFilter = {
|
|
23637
23690
|
is?: UserWhereInput
|
|
23638
23691
|
isNot?: UserWhereInput
|
|
23639
23692
|
}
|
|
23640
23693
|
|
|
23694
|
+
export type MissionPrefillRoleOrderByCompositeAggregateInput = {
|
|
23695
|
+
_count?: SortOrder
|
|
23696
|
+
}
|
|
23697
|
+
|
|
23641
23698
|
export type MissionPrefillCountOrderByAggregateInput = {
|
|
23642
23699
|
id?: SortOrder
|
|
23643
23700
|
userId?: SortOrder
|
|
@@ -23646,8 +23703,6 @@ export namespace Prisma {
|
|
|
23646
23703
|
companyDescription?: SortOrder
|
|
23647
23704
|
missionDescription?: SortOrder
|
|
23648
23705
|
timezone?: SortOrder
|
|
23649
|
-
openRoles?: SortOrder
|
|
23650
|
-
status?: SortOrder
|
|
23651
23706
|
createdAt?: SortOrder
|
|
23652
23707
|
updatedAt?: SortOrder
|
|
23653
23708
|
}
|
|
@@ -23660,7 +23715,6 @@ export namespace Prisma {
|
|
|
23660
23715
|
companyDescription?: SortOrder
|
|
23661
23716
|
missionDescription?: SortOrder
|
|
23662
23717
|
timezone?: SortOrder
|
|
23663
|
-
status?: SortOrder
|
|
23664
23718
|
createdAt?: SortOrder
|
|
23665
23719
|
updatedAt?: SortOrder
|
|
23666
23720
|
}
|
|
@@ -23673,25 +23727,9 @@ export namespace Prisma {
|
|
|
23673
23727
|
companyDescription?: SortOrder
|
|
23674
23728
|
missionDescription?: SortOrder
|
|
23675
23729
|
timezone?: SortOrder
|
|
23676
|
-
status?: SortOrder
|
|
23677
23730
|
createdAt?: SortOrder
|
|
23678
23731
|
updatedAt?: SortOrder
|
|
23679
23732
|
}
|
|
23680
|
-
export type JsonNullableWithAggregatesFilter<$PrismaModel = never> =
|
|
23681
|
-
| PatchUndefined<
|
|
23682
|
-
Either<Required<JsonNullableWithAggregatesFilterBase<$PrismaModel>>, Exclude<keyof Required<JsonNullableWithAggregatesFilterBase<$PrismaModel>>, 'path'>>,
|
|
23683
|
-
Required<JsonNullableWithAggregatesFilterBase<$PrismaModel>>
|
|
23684
|
-
>
|
|
23685
|
-
| OptionalFlat<Omit<Required<JsonNullableWithAggregatesFilterBase<$PrismaModel>>, 'path'>>
|
|
23686
|
-
|
|
23687
|
-
export type JsonNullableWithAggregatesFilterBase<$PrismaModel = never> = {
|
|
23688
|
-
equals?: InputJsonValue | JsonFieldRefInput<$PrismaModel> | null
|
|
23689
|
-
not?: InputJsonValue | JsonFieldRefInput<$PrismaModel> | null
|
|
23690
|
-
_count?: NestedIntNullableFilter<$PrismaModel>
|
|
23691
|
-
_min?: NestedJsonNullableFilter<$PrismaModel>
|
|
23692
|
-
_max?: NestedJsonNullableFilter<$PrismaModel>
|
|
23693
|
-
isSet?: boolean
|
|
23694
|
-
}
|
|
23695
23733
|
|
|
23696
23734
|
export type AttachedLinkCompositeListFilter = {
|
|
23697
23735
|
equals?: AttachedLinkObjectEqualityInput[]
|
|
@@ -25082,12 +25120,32 @@ export namespace Prisma {
|
|
|
25082
25120
|
deleteMany?: ContractScalarWhereInput | ContractScalarWhereInput[]
|
|
25083
25121
|
}
|
|
25084
25122
|
|
|
25123
|
+
export type MissionPrefillRoleListCreateEnvelopeInput = {
|
|
25124
|
+
set?: MissionPrefillRoleCreateInput | MissionPrefillRoleCreateInput[]
|
|
25125
|
+
}
|
|
25126
|
+
|
|
25127
|
+
export type MissionPrefillRoleCreateInput = {
|
|
25128
|
+
categoryId: string
|
|
25129
|
+
headline?: string | null
|
|
25130
|
+
requiredSkills?: MissionPrefillRoleCreaterequiredSkillsInput | string[]
|
|
25131
|
+
preferredSkills?: MissionPrefillRoleCreatepreferredSkillsInput | string[]
|
|
25132
|
+
timeCommitemnt?: string | null
|
|
25133
|
+
screeningQuestion?: string | null
|
|
25134
|
+
}
|
|
25135
|
+
|
|
25085
25136
|
export type UserCreateNestedOneWithoutMissionPrefillsInput = {
|
|
25086
25137
|
create?: XOR<UserCreateWithoutMissionPrefillsInput, UserUncheckedCreateWithoutMissionPrefillsInput>
|
|
25087
25138
|
connectOrCreate?: UserCreateOrConnectWithoutMissionPrefillsInput
|
|
25088
25139
|
connect?: UserWhereUniqueInput
|
|
25089
25140
|
}
|
|
25090
25141
|
|
|
25142
|
+
export type MissionPrefillRoleListUpdateEnvelopeInput = {
|
|
25143
|
+
set?: MissionPrefillRoleCreateInput | MissionPrefillRoleCreateInput[]
|
|
25144
|
+
push?: MissionPrefillRoleCreateInput | MissionPrefillRoleCreateInput[]
|
|
25145
|
+
updateMany?: MissionPrefillRoleUpdateManyInput
|
|
25146
|
+
deleteMany?: MissionPrefillRoleDeleteManyInput
|
|
25147
|
+
}
|
|
25148
|
+
|
|
25091
25149
|
export type UserUpdateOneRequiredWithoutMissionPrefillsNestedInput = {
|
|
25092
25150
|
create?: XOR<UserCreateWithoutMissionPrefillsInput, UserUncheckedCreateWithoutMissionPrefillsInput>
|
|
25093
25151
|
connectOrCreate?: UserCreateOrConnectWithoutMissionPrefillsInput
|
|
@@ -26239,17 +26297,17 @@ export namespace Prisma {
|
|
|
26239
26297
|
_min?: NestedEnumMissionStatusFilter<$PrismaModel>
|
|
26240
26298
|
_max?: NestedEnumMissionStatusFilter<$PrismaModel>
|
|
26241
26299
|
}
|
|
26242
|
-
export type NestedJsonNullableFilter<$PrismaModel = never> =
|
|
26243
|
-
| PatchUndefined<
|
|
26244
|
-
Either<Required<NestedJsonNullableFilterBase<$PrismaModel>>, Exclude<keyof Required<NestedJsonNullableFilterBase<$PrismaModel>>, 'path'>>,
|
|
26245
|
-
Required<NestedJsonNullableFilterBase<$PrismaModel>>
|
|
26246
|
-
>
|
|
26247
|
-
| OptionalFlat<Omit<Required<NestedJsonNullableFilterBase<$PrismaModel>>, 'path'>>
|
|
26248
26300
|
|
|
26249
|
-
export type
|
|
26250
|
-
|
|
26251
|
-
|
|
26252
|
-
|
|
26301
|
+
export type MissionPrefillRoleWhereInput = {
|
|
26302
|
+
AND?: MissionPrefillRoleWhereInput | MissionPrefillRoleWhereInput[]
|
|
26303
|
+
OR?: MissionPrefillRoleWhereInput[]
|
|
26304
|
+
NOT?: MissionPrefillRoleWhereInput | MissionPrefillRoleWhereInput[]
|
|
26305
|
+
categoryId?: StringFilter<"MissionPrefillRole"> | string
|
|
26306
|
+
headline?: StringNullableFilter<"MissionPrefillRole"> | string | null
|
|
26307
|
+
requiredSkills?: StringNullableListFilter<"MissionPrefillRole">
|
|
26308
|
+
preferredSkills?: StringNullableListFilter<"MissionPrefillRole">
|
|
26309
|
+
timeCommitemnt?: StringNullableFilter<"MissionPrefillRole"> | string | null
|
|
26310
|
+
screeningQuestion?: StringNullableFilter<"MissionPrefillRole"> | string | null
|
|
26253
26311
|
}
|
|
26254
26312
|
|
|
26255
26313
|
export type AttachedLinkWhereInput = {
|
|
@@ -28184,6 +28242,14 @@ export namespace Prisma {
|
|
|
28184
28242
|
data: XOR<ContractUpdateManyMutationInput, ContractUncheckedUpdateManyWithoutMissionInput>
|
|
28185
28243
|
}
|
|
28186
28244
|
|
|
28245
|
+
export type MissionPrefillRoleCreaterequiredSkillsInput = {
|
|
28246
|
+
set: string[]
|
|
28247
|
+
}
|
|
28248
|
+
|
|
28249
|
+
export type MissionPrefillRoleCreatepreferredSkillsInput = {
|
|
28250
|
+
set: string[]
|
|
28251
|
+
}
|
|
28252
|
+
|
|
28187
28253
|
export type UserCreateWithoutMissionPrefillsInput = {
|
|
28188
28254
|
id?: string
|
|
28189
28255
|
firstName?: string | null
|
|
@@ -28247,6 +28313,15 @@ export namespace Prisma {
|
|
|
28247
28313
|
create: XOR<UserCreateWithoutMissionPrefillsInput, UserUncheckedCreateWithoutMissionPrefillsInput>
|
|
28248
28314
|
}
|
|
28249
28315
|
|
|
28316
|
+
export type MissionPrefillRoleUpdateManyInput = {
|
|
28317
|
+
where: MissionPrefillRoleWhereInput
|
|
28318
|
+
data: MissionPrefillRoleUpdateInput
|
|
28319
|
+
}
|
|
28320
|
+
|
|
28321
|
+
export type MissionPrefillRoleDeleteManyInput = {
|
|
28322
|
+
where: MissionPrefillRoleWhereInput
|
|
28323
|
+
}
|
|
28324
|
+
|
|
28250
28325
|
export type UserUpsertWithoutMissionPrefillsInput = {
|
|
28251
28326
|
update: XOR<UserUpdateWithoutMissionPrefillsInput, UserUncheckedUpdateWithoutMissionPrefillsInput>
|
|
28252
28327
|
create: XOR<UserCreateWithoutMissionPrefillsInput, UserUncheckedCreateWithoutMissionPrefillsInput>
|
|
@@ -29377,8 +29452,7 @@ export namespace Prisma {
|
|
|
29377
29452
|
companyDescription?: string | null
|
|
29378
29453
|
missionDescription?: string | null
|
|
29379
29454
|
timezone?: string | null
|
|
29380
|
-
openRoles?:
|
|
29381
|
-
status?: string
|
|
29455
|
+
openRoles?: XOR<MissionPrefillRoleListCreateEnvelopeInput, MissionPrefillRoleCreateInput> | MissionPrefillRoleCreateInput[]
|
|
29382
29456
|
createdAt?: Date | string
|
|
29383
29457
|
updatedAt?: Date | string
|
|
29384
29458
|
}
|
|
@@ -29390,8 +29464,7 @@ export namespace Prisma {
|
|
|
29390
29464
|
companyDescription?: string | null
|
|
29391
29465
|
missionDescription?: string | null
|
|
29392
29466
|
timezone?: string | null
|
|
29393
|
-
openRoles?:
|
|
29394
|
-
status?: string
|
|
29467
|
+
openRoles?: XOR<MissionPrefillRoleListCreateEnvelopeInput, MissionPrefillRoleCreateInput> | MissionPrefillRoleCreateInput[]
|
|
29395
29468
|
createdAt?: Date | string
|
|
29396
29469
|
updatedAt?: Date | string
|
|
29397
29470
|
}
|
|
@@ -29526,8 +29599,6 @@ export namespace Prisma {
|
|
|
29526
29599
|
companyDescription?: StringNullableFilter<"MissionPrefill"> | string | null
|
|
29527
29600
|
missionDescription?: StringNullableFilter<"MissionPrefill"> | string | null
|
|
29528
29601
|
timezone?: StringNullableFilter<"MissionPrefill"> | string | null
|
|
29529
|
-
openRoles?: JsonNullableFilter<"MissionPrefill">
|
|
29530
|
-
status?: StringFilter<"MissionPrefill"> | string
|
|
29531
29602
|
createdAt?: DateTimeFilter<"MissionPrefill"> | Date | string
|
|
29532
29603
|
updatedAt?: DateTimeFilter<"MissionPrefill"> | Date | string
|
|
29533
29604
|
}
|
|
@@ -30509,6 +30580,15 @@ export namespace Prisma {
|
|
|
30509
30580
|
accountId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
30510
30581
|
}
|
|
30511
30582
|
|
|
30583
|
+
export type MissionPrefillRoleUpdateInput = {
|
|
30584
|
+
categoryId?: StringFieldUpdateOperationsInput | string
|
|
30585
|
+
headline?: NullableStringFieldUpdateOperationsInput | string | null
|
|
30586
|
+
requiredSkills?: MissionPrefillRoleUpdaterequiredSkillsInput | string[]
|
|
30587
|
+
preferredSkills?: MissionPrefillRoleUpdatepreferredSkillsInput | string[]
|
|
30588
|
+
timeCommitemnt?: NullableStringFieldUpdateOperationsInput | string | null
|
|
30589
|
+
screeningQuestion?: NullableStringFieldUpdateOperationsInput | string | null
|
|
30590
|
+
}
|
|
30591
|
+
|
|
30512
30592
|
export type AttachedLinkUpdateInput = {
|
|
30513
30593
|
URL?: StringFieldUpdateOperationsInput | string
|
|
30514
30594
|
title?: StringFieldUpdateOperationsInput | string
|
|
@@ -30735,8 +30815,7 @@ export namespace Prisma {
|
|
|
30735
30815
|
companyDescription?: string | null
|
|
30736
30816
|
missionDescription?: string | null
|
|
30737
30817
|
timezone?: string | null
|
|
30738
|
-
openRoles?:
|
|
30739
|
-
status?: string
|
|
30818
|
+
openRoles?: XOR<MissionPrefillRoleListCreateEnvelopeInput, MissionPrefillRoleCreateInput> | MissionPrefillRoleCreateInput[]
|
|
30740
30819
|
createdAt?: Date | string
|
|
30741
30820
|
updatedAt?: Date | string
|
|
30742
30821
|
}
|
|
@@ -31235,8 +31314,7 @@ export namespace Prisma {
|
|
|
31235
31314
|
companyDescription?: NullableStringFieldUpdateOperationsInput | string | null
|
|
31236
31315
|
missionDescription?: NullableStringFieldUpdateOperationsInput | string | null
|
|
31237
31316
|
timezone?: NullableStringFieldUpdateOperationsInput | string | null
|
|
31238
|
-
openRoles?:
|
|
31239
|
-
status?: StringFieldUpdateOperationsInput | string
|
|
31317
|
+
openRoles?: XOR<MissionPrefillRoleListUpdateEnvelopeInput, MissionPrefillRoleCreateInput> | MissionPrefillRoleCreateInput[]
|
|
31240
31318
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
31241
31319
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
31242
31320
|
}
|
|
@@ -31247,8 +31325,7 @@ export namespace Prisma {
|
|
|
31247
31325
|
companyDescription?: NullableStringFieldUpdateOperationsInput | string | null
|
|
31248
31326
|
missionDescription?: NullableStringFieldUpdateOperationsInput | string | null
|
|
31249
31327
|
timezone?: NullableStringFieldUpdateOperationsInput | string | null
|
|
31250
|
-
openRoles?:
|
|
31251
|
-
status?: StringFieldUpdateOperationsInput | string
|
|
31328
|
+
openRoles?: XOR<MissionPrefillRoleListUpdateEnvelopeInput, MissionPrefillRoleCreateInput> | MissionPrefillRoleCreateInput[]
|
|
31252
31329
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
31253
31330
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
31254
31331
|
}
|
|
@@ -31259,8 +31336,7 @@ export namespace Prisma {
|
|
|
31259
31336
|
companyDescription?: NullableStringFieldUpdateOperationsInput | string | null
|
|
31260
31337
|
missionDescription?: NullableStringFieldUpdateOperationsInput | string | null
|
|
31261
31338
|
timezone?: NullableStringFieldUpdateOperationsInput | string | null
|
|
31262
|
-
openRoles?:
|
|
31263
|
-
status?: StringFieldUpdateOperationsInput | string
|
|
31339
|
+
openRoles?: XOR<MissionPrefillRoleListUpdateEnvelopeInput, MissionPrefillRoleCreateInput> | MissionPrefillRoleCreateInput[]
|
|
31264
31340
|
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
31265
31341
|
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
31266
31342
|
}
|
|
@@ -31564,6 +31640,16 @@ export namespace Prisma {
|
|
|
31564
31640
|
unset?: boolean
|
|
31565
31641
|
}
|
|
31566
31642
|
|
|
31643
|
+
export type MissionPrefillRoleUpdaterequiredSkillsInput = {
|
|
31644
|
+
set?: string[]
|
|
31645
|
+
push?: string | string[]
|
|
31646
|
+
}
|
|
31647
|
+
|
|
31648
|
+
export type MissionPrefillRoleUpdatepreferredSkillsInput = {
|
|
31649
|
+
set?: string[]
|
|
31650
|
+
push?: string | string[]
|
|
31651
|
+
}
|
|
31652
|
+
|
|
31567
31653
|
export type ClientRoleQuestionListUpdateEnvelopeInput = {
|
|
31568
31654
|
set?: ClientRoleQuestionCreateInput | ClientRoleQuestionCreateInput[]
|
|
31569
31655
|
push?: ClientRoleQuestionCreateInput | ClientRoleQuestionCreateInput[]
|
|
@@ -31640,6 +31726,18 @@ export namespace Prisma {
|
|
|
31640
31726
|
updateMany?: MissionPreferenceUpdateManyInput
|
|
31641
31727
|
deleteMany?: MissionPreferenceDeleteManyInput
|
|
31642
31728
|
}
|
|
31729
|
+
export type JsonNullableFilter<$PrismaModel = never> =
|
|
31730
|
+
| PatchUndefined<
|
|
31731
|
+
Either<Required<JsonNullableFilterBase<$PrismaModel>>, Exclude<keyof Required<JsonNullableFilterBase<$PrismaModel>>, 'path'>>,
|
|
31732
|
+
Required<JsonNullableFilterBase<$PrismaModel>>
|
|
31733
|
+
>
|
|
31734
|
+
| OptionalFlat<Omit<Required<JsonNullableFilterBase<$PrismaModel>>, 'path'>>
|
|
31735
|
+
|
|
31736
|
+
export type JsonNullableFilterBase<$PrismaModel = never> = {
|
|
31737
|
+
equals?: InputJsonValue | JsonFieldRefInput<$PrismaModel> | null
|
|
31738
|
+
not?: InputJsonValue | JsonFieldRefInput<$PrismaModel> | null
|
|
31739
|
+
isSet?: boolean
|
|
31740
|
+
}
|
|
31643
31741
|
|
|
31644
31742
|
export type FloatFilter<$PrismaModel = never> = {
|
|
31645
31743
|
equals?: number | FloatFieldRefInput<$PrismaModel>
|
|
@@ -32134,6 +32232,10 @@ export namespace Prisma {
|
|
|
32134
32232
|
* @deprecated Use MissionsTestingDefaultArgs instead
|
|
32135
32233
|
*/
|
|
32136
32234
|
export type MissionsTestingArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = MissionsTestingDefaultArgs<ExtArgs>
|
|
32235
|
+
/**
|
|
32236
|
+
* @deprecated Use MissionPrefillRoleDefaultArgs instead
|
|
32237
|
+
*/
|
|
32238
|
+
export type MissionPrefillRoleArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = MissionPrefillRoleDefaultArgs<ExtArgs>
|
|
32137
32239
|
/**
|
|
32138
32240
|
* @deprecated Use MissionSpecRoleDefaultArgs instead
|
|
32139
32241
|
*/
|