@a_team/prisma 3.7.0-win → 3.7.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 +9 -6
- package/dist/client/index-browser.js +5 -2
- package/dist/client/index.d.ts +183 -32
- package/dist/client/index.js +11 -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 +5 -2
- package/dist/client/wasm.js +5 -2
- package/package.json +2 -2
package/dist/client/index.d.ts
CHANGED
|
@@ -5559,7 +5559,7 @@ export namespace Prisma {
|
|
|
5559
5559
|
headline?: boolean
|
|
5560
5560
|
requiredSkills?: boolean
|
|
5561
5561
|
preferredSkills?: boolean
|
|
5562
|
-
|
|
5562
|
+
timeCommitment?: boolean
|
|
5563
5563
|
screeningQuestion?: boolean
|
|
5564
5564
|
}, ExtArgs["result"]["missionPrefillRole"]>
|
|
5565
5565
|
|
|
@@ -5569,7 +5569,7 @@ export namespace Prisma {
|
|
|
5569
5569
|
headline?: boolean
|
|
5570
5570
|
requiredSkills?: boolean
|
|
5571
5571
|
preferredSkills?: boolean
|
|
5572
|
-
|
|
5572
|
+
timeCommitment?: boolean
|
|
5573
5573
|
screeningQuestion?: boolean
|
|
5574
5574
|
}
|
|
5575
5575
|
|
|
@@ -5582,7 +5582,7 @@ export namespace Prisma {
|
|
|
5582
5582
|
headline: string | null
|
|
5583
5583
|
requiredSkills: string[]
|
|
5584
5584
|
preferredSkills: string[]
|
|
5585
|
-
|
|
5585
|
+
timeCommitment: string | null
|
|
5586
5586
|
screeningQuestion: string | null
|
|
5587
5587
|
}
|
|
5588
5588
|
composites: {}
|
|
@@ -5602,7 +5602,7 @@ export namespace Prisma {
|
|
|
5602
5602
|
readonly headline: FieldRef<"MissionPrefillRole", 'String'>
|
|
5603
5603
|
readonly requiredSkills: FieldRef<"MissionPrefillRole", 'String[]'>
|
|
5604
5604
|
readonly preferredSkills: FieldRef<"MissionPrefillRole", 'String[]'>
|
|
5605
|
-
readonly
|
|
5605
|
+
readonly timeCommitment: FieldRef<"MissionPrefillRole", 'String'>
|
|
5606
5606
|
readonly screeningQuestion: FieldRef<"MissionPrefillRole", 'String'>
|
|
5607
5607
|
}
|
|
5608
5608
|
|
|
@@ -6279,7 +6279,7 @@ export namespace Prisma {
|
|
|
6279
6279
|
}
|
|
6280
6280
|
composites: {
|
|
6281
6281
|
clientReview: Prisma.$ProposalReviewPayload | null
|
|
6282
|
-
cardSections: Prisma.$ProposalCandidateSectionsPayload
|
|
6282
|
+
cardSections: Prisma.$ProposalCandidateSectionsPayload | null
|
|
6283
6283
|
}
|
|
6284
6284
|
}
|
|
6285
6285
|
|
|
@@ -10378,6 +10378,7 @@ export namespace Prisma {
|
|
|
10378
10378
|
source: $Enums.ContractSource | null
|
|
10379
10379
|
documentTitle: string | null
|
|
10380
10380
|
accountId: string | null
|
|
10381
|
+
deletedAt: Date | null
|
|
10381
10382
|
}
|
|
10382
10383
|
|
|
10383
10384
|
export type ContractMaxAggregateOutputType = {
|
|
@@ -10393,6 +10394,7 @@ export namespace Prisma {
|
|
|
10393
10394
|
source: $Enums.ContractSource | null
|
|
10394
10395
|
documentTitle: string | null
|
|
10395
10396
|
accountId: string | null
|
|
10397
|
+
deletedAt: Date | null
|
|
10396
10398
|
}
|
|
10397
10399
|
|
|
10398
10400
|
export type ContractCountAggregateOutputType = {
|
|
@@ -10408,6 +10410,7 @@ export namespace Prisma {
|
|
|
10408
10410
|
source: number
|
|
10409
10411
|
documentTitle: number
|
|
10410
10412
|
accountId: number
|
|
10413
|
+
deletedAt: number
|
|
10411
10414
|
_all: number
|
|
10412
10415
|
}
|
|
10413
10416
|
|
|
@@ -10425,6 +10428,7 @@ export namespace Prisma {
|
|
|
10425
10428
|
source?: true
|
|
10426
10429
|
documentTitle?: true
|
|
10427
10430
|
accountId?: true
|
|
10431
|
+
deletedAt?: true
|
|
10428
10432
|
}
|
|
10429
10433
|
|
|
10430
10434
|
export type ContractMaxAggregateInputType = {
|
|
@@ -10440,6 +10444,7 @@ export namespace Prisma {
|
|
|
10440
10444
|
source?: true
|
|
10441
10445
|
documentTitle?: true
|
|
10442
10446
|
accountId?: true
|
|
10447
|
+
deletedAt?: true
|
|
10443
10448
|
}
|
|
10444
10449
|
|
|
10445
10450
|
export type ContractCountAggregateInputType = {
|
|
@@ -10455,6 +10460,7 @@ export namespace Prisma {
|
|
|
10455
10460
|
source?: true
|
|
10456
10461
|
documentTitle?: true
|
|
10457
10462
|
accountId?: true
|
|
10463
|
+
deletedAt?: true
|
|
10458
10464
|
_all?: true
|
|
10459
10465
|
}
|
|
10460
10466
|
|
|
@@ -10543,6 +10549,7 @@ export namespace Prisma {
|
|
|
10543
10549
|
source: $Enums.ContractSource | null
|
|
10544
10550
|
documentTitle: string | null
|
|
10545
10551
|
accountId: string | null
|
|
10552
|
+
deletedAt: Date | null
|
|
10546
10553
|
_count: ContractCountAggregateOutputType | null
|
|
10547
10554
|
_min: ContractMinAggregateOutputType | null
|
|
10548
10555
|
_max: ContractMaxAggregateOutputType | null
|
|
@@ -10577,6 +10584,7 @@ export namespace Prisma {
|
|
|
10577
10584
|
source?: boolean
|
|
10578
10585
|
documentTitle?: boolean
|
|
10579
10586
|
accountId?: boolean
|
|
10587
|
+
deletedAt?: boolean
|
|
10580
10588
|
mission?: boolean | Contract$missionArgs<ExtArgs>
|
|
10581
10589
|
account?: boolean | Contract$accountArgs<ExtArgs>
|
|
10582
10590
|
}, ExtArgs["result"]["contract"]>
|
|
@@ -10595,6 +10603,7 @@ export namespace Prisma {
|
|
|
10595
10603
|
source?: boolean
|
|
10596
10604
|
documentTitle?: boolean
|
|
10597
10605
|
accountId?: boolean
|
|
10606
|
+
deletedAt?: boolean
|
|
10598
10607
|
}
|
|
10599
10608
|
|
|
10600
10609
|
export type ContractInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
@@ -10621,6 +10630,7 @@ export namespace Prisma {
|
|
|
10621
10630
|
source: $Enums.ContractSource | null
|
|
10622
10631
|
documentTitle: string | null
|
|
10623
10632
|
accountId: string | null
|
|
10633
|
+
deletedAt: Date | null
|
|
10624
10634
|
}, ExtArgs["result"]["contract"]>
|
|
10625
10635
|
composites: {
|
|
10626
10636
|
parties: Prisma.$ContractPartyPayload[]
|
|
@@ -11030,6 +11040,7 @@ export namespace Prisma {
|
|
|
11030
11040
|
readonly source: FieldRef<"Contract", 'ContractSource'>
|
|
11031
11041
|
readonly documentTitle: FieldRef<"Contract", 'String'>
|
|
11032
11042
|
readonly accountId: FieldRef<"Contract", 'String'>
|
|
11043
|
+
readonly deletedAt: FieldRef<"Contract", 'DateTime'>
|
|
11033
11044
|
}
|
|
11034
11045
|
|
|
11035
11046
|
|
|
@@ -17304,6 +17315,8 @@ export namespace Prisma {
|
|
|
17304
17315
|
version: number | null
|
|
17305
17316
|
publicUntil: Date | null
|
|
17306
17317
|
missionSpecId: string | null
|
|
17318
|
+
currency: string | null
|
|
17319
|
+
teamProposal: boolean | null
|
|
17307
17320
|
}
|
|
17308
17321
|
|
|
17309
17322
|
export type ProposalMaxAggregateOutputType = {
|
|
@@ -17326,6 +17339,8 @@ export namespace Prisma {
|
|
|
17326
17339
|
version: number | null
|
|
17327
17340
|
publicUntil: Date | null
|
|
17328
17341
|
missionSpecId: string | null
|
|
17342
|
+
currency: string | null
|
|
17343
|
+
teamProposal: boolean | null
|
|
17329
17344
|
}
|
|
17330
17345
|
|
|
17331
17346
|
export type ProposalCountAggregateOutputType = {
|
|
@@ -17349,6 +17364,8 @@ export namespace Prisma {
|
|
|
17349
17364
|
publicUntil: number
|
|
17350
17365
|
missionSpecId: number
|
|
17351
17366
|
applications: number
|
|
17367
|
+
currency: number
|
|
17368
|
+
teamProposal: number
|
|
17352
17369
|
_all: number
|
|
17353
17370
|
}
|
|
17354
17371
|
|
|
@@ -17381,6 +17398,8 @@ export namespace Prisma {
|
|
|
17381
17398
|
version?: true
|
|
17382
17399
|
publicUntil?: true
|
|
17383
17400
|
missionSpecId?: true
|
|
17401
|
+
currency?: true
|
|
17402
|
+
teamProposal?: true
|
|
17384
17403
|
}
|
|
17385
17404
|
|
|
17386
17405
|
export type ProposalMaxAggregateInputType = {
|
|
@@ -17403,6 +17422,8 @@ export namespace Prisma {
|
|
|
17403
17422
|
version?: true
|
|
17404
17423
|
publicUntil?: true
|
|
17405
17424
|
missionSpecId?: true
|
|
17425
|
+
currency?: true
|
|
17426
|
+
teamProposal?: true
|
|
17406
17427
|
}
|
|
17407
17428
|
|
|
17408
17429
|
export type ProposalCountAggregateInputType = {
|
|
@@ -17426,6 +17447,8 @@ export namespace Prisma {
|
|
|
17426
17447
|
publicUntil?: true
|
|
17427
17448
|
missionSpecId?: true
|
|
17428
17449
|
applications?: true
|
|
17450
|
+
currency?: true
|
|
17451
|
+
teamProposal?: true
|
|
17429
17452
|
_all?: true
|
|
17430
17453
|
}
|
|
17431
17454
|
|
|
@@ -17536,6 +17559,8 @@ export namespace Prisma {
|
|
|
17536
17559
|
publicUntil: Date | null
|
|
17537
17560
|
missionSpecId: string | null
|
|
17538
17561
|
applications: string[]
|
|
17562
|
+
currency: string | null
|
|
17563
|
+
teamProposal: boolean | null
|
|
17539
17564
|
_count: ProposalCountAggregateOutputType | null
|
|
17540
17565
|
_avg: ProposalAvgAggregateOutputType | null
|
|
17541
17566
|
_sum: ProposalSumAggregateOutputType | null
|
|
@@ -17581,6 +17606,8 @@ export namespace Prisma {
|
|
|
17581
17606
|
applications?: boolean
|
|
17582
17607
|
adminReview?: boolean | ProposalReviewDefaultArgs<ExtArgs>
|
|
17583
17608
|
candidates?: boolean | ProposalCandidateDefaultArgs<ExtArgs>
|
|
17609
|
+
currency?: boolean
|
|
17610
|
+
teamProposal?: boolean
|
|
17584
17611
|
createdBy?: boolean | Proposal$createdByArgs<ExtArgs>
|
|
17585
17612
|
mission?: boolean | Proposal$missionArgs<ExtArgs>
|
|
17586
17613
|
sharedBy?: boolean | Proposal$sharedByArgs<ExtArgs>
|
|
@@ -17609,6 +17636,8 @@ export namespace Prisma {
|
|
|
17609
17636
|
publicUntil?: boolean
|
|
17610
17637
|
missionSpecId?: boolean
|
|
17611
17638
|
applications?: boolean
|
|
17639
|
+
currency?: boolean
|
|
17640
|
+
teamProposal?: boolean
|
|
17612
17641
|
}
|
|
17613
17642
|
|
|
17614
17643
|
export type ProposalInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
@@ -17647,6 +17676,8 @@ export namespace Prisma {
|
|
|
17647
17676
|
publicUntil: Date | null
|
|
17648
17677
|
missionSpecId: string | null
|
|
17649
17678
|
applications: string[]
|
|
17679
|
+
currency: string | null
|
|
17680
|
+
teamProposal: boolean | null
|
|
17650
17681
|
}, ExtArgs["result"]["proposal"]>
|
|
17651
17682
|
composites: {
|
|
17652
17683
|
templateMap: Prisma.$ProposalTemplateMapPayload | null
|
|
@@ -18067,6 +18098,8 @@ export namespace Prisma {
|
|
|
18067
18098
|
readonly publicUntil: FieldRef<"Proposal", 'DateTime'>
|
|
18068
18099
|
readonly missionSpecId: FieldRef<"Proposal", 'String'>
|
|
18069
18100
|
readonly applications: FieldRef<"Proposal", 'String[]'>
|
|
18101
|
+
readonly currency: FieldRef<"Proposal", 'String'>
|
|
18102
|
+
readonly teamProposal: FieldRef<"Proposal", 'Boolean'>
|
|
18070
18103
|
}
|
|
18071
18104
|
|
|
18072
18105
|
|
|
@@ -23389,7 +23422,8 @@ export namespace Prisma {
|
|
|
23389
23422
|
custom: 'custom',
|
|
23390
23423
|
source: 'source',
|
|
23391
23424
|
documentTitle: 'documentTitle',
|
|
23392
|
-
accountId: 'accountId'
|
|
23425
|
+
accountId: 'accountId',
|
|
23426
|
+
deletedAt: 'deletedAt'
|
|
23393
23427
|
};
|
|
23394
23428
|
|
|
23395
23429
|
export type ContractScalarFieldEnum = (typeof ContractScalarFieldEnum)[keyof typeof ContractScalarFieldEnum]
|
|
@@ -23551,7 +23585,9 @@ export namespace Prisma {
|
|
|
23551
23585
|
version: 'version',
|
|
23552
23586
|
publicUntil: 'publicUntil',
|
|
23553
23587
|
missionSpecId: 'missionSpecId',
|
|
23554
|
-
applications: 'applications'
|
|
23588
|
+
applications: 'applications',
|
|
23589
|
+
currency: 'currency',
|
|
23590
|
+
teamProposal: 'teamProposal'
|
|
23555
23591
|
};
|
|
23556
23592
|
|
|
23557
23593
|
export type ProposalScalarFieldEnum = (typeof ProposalScalarFieldEnum)[keyof typeof ProposalScalarFieldEnum]
|
|
@@ -24326,6 +24362,7 @@ export namespace Prisma {
|
|
|
24326
24362
|
source?: EnumContractSourceNullableFilter<"Contract"> | $Enums.ContractSource | null
|
|
24327
24363
|
documentTitle?: StringNullableFilter<"Contract"> | string | null
|
|
24328
24364
|
accountId?: StringNullableFilter<"Contract"> | string | null
|
|
24365
|
+
deletedAt?: DateTimeNullableFilter<"Contract"> | Date | string | null
|
|
24329
24366
|
mission?: XOR<MissionNullableRelationFilter, MissionWhereInput> | null
|
|
24330
24367
|
account?: XOR<AccountNullableRelationFilter, AccountWhereInput> | null
|
|
24331
24368
|
}
|
|
@@ -24345,6 +24382,7 @@ export namespace Prisma {
|
|
|
24345
24382
|
source?: SortOrder
|
|
24346
24383
|
documentTitle?: SortOrder
|
|
24347
24384
|
accountId?: SortOrder
|
|
24385
|
+
deletedAt?: SortOrder
|
|
24348
24386
|
mission?: MissionOrderByWithRelationInput
|
|
24349
24387
|
account?: AccountOrderByWithRelationInput
|
|
24350
24388
|
}
|
|
@@ -24367,6 +24405,7 @@ export namespace Prisma {
|
|
|
24367
24405
|
source?: EnumContractSourceNullableFilter<"Contract"> | $Enums.ContractSource | null
|
|
24368
24406
|
documentTitle?: StringNullableFilter<"Contract"> | string | null
|
|
24369
24407
|
accountId?: StringNullableFilter<"Contract"> | string | null
|
|
24408
|
+
deletedAt?: DateTimeNullableFilter<"Contract"> | Date | string | null
|
|
24370
24409
|
mission?: XOR<MissionNullableRelationFilter, MissionWhereInput> | null
|
|
24371
24410
|
account?: XOR<AccountNullableRelationFilter, AccountWhereInput> | null
|
|
24372
24411
|
}, "sid">
|
|
@@ -24384,6 +24423,7 @@ export namespace Prisma {
|
|
|
24384
24423
|
source?: SortOrder
|
|
24385
24424
|
documentTitle?: SortOrder
|
|
24386
24425
|
accountId?: SortOrder
|
|
24426
|
+
deletedAt?: SortOrder
|
|
24387
24427
|
_count?: ContractCountOrderByAggregateInput
|
|
24388
24428
|
_max?: ContractMaxOrderByAggregateInput
|
|
24389
24429
|
_min?: ContractMinOrderByAggregateInput
|
|
@@ -24405,6 +24445,7 @@ export namespace Prisma {
|
|
|
24405
24445
|
source?: EnumContractSourceNullableWithAggregatesFilter<"Contract"> | $Enums.ContractSource | null
|
|
24406
24446
|
documentTitle?: StringNullableWithAggregatesFilter<"Contract"> | string | null
|
|
24407
24447
|
accountId?: StringNullableWithAggregatesFilter<"Contract"> | string | null
|
|
24448
|
+
deletedAt?: DateTimeNullableWithAggregatesFilter<"Contract"> | Date | string | null
|
|
24408
24449
|
}
|
|
24409
24450
|
|
|
24410
24451
|
export type ExperienceWhereInput = {
|
|
@@ -25214,6 +25255,8 @@ export namespace Prisma {
|
|
|
25214
25255
|
applications?: StringNullableListFilter<"Proposal">
|
|
25215
25256
|
adminReview?: XOR<ProposalReviewNullableCompositeFilter, ProposalReviewObjectEqualityInput> | null
|
|
25216
25257
|
candidates?: ProposalCandidateCompositeListFilter | ProposalCandidateObjectEqualityInput[]
|
|
25258
|
+
currency?: StringNullableFilter<"Proposal"> | string | null
|
|
25259
|
+
teamProposal?: BoolNullableFilter<"Proposal"> | boolean | null
|
|
25217
25260
|
createdBy?: XOR<UserNullableRelationFilter, UserWhereInput> | null
|
|
25218
25261
|
mission?: XOR<MissionNullableRelationFilter, MissionWhereInput> | null
|
|
25219
25262
|
sharedBy?: XOR<UserNullableRelationFilter, UserWhereInput> | null
|
|
@@ -25244,6 +25287,8 @@ export namespace Prisma {
|
|
|
25244
25287
|
applications?: SortOrder
|
|
25245
25288
|
adminReview?: ProposalReviewOrderByInput
|
|
25246
25289
|
candidates?: ProposalCandidateOrderByCompositeAggregateInput
|
|
25290
|
+
currency?: SortOrder
|
|
25291
|
+
teamProposal?: SortOrder
|
|
25247
25292
|
createdBy?: UserOrderByWithRelationInput
|
|
25248
25293
|
mission?: MissionOrderByWithRelationInput
|
|
25249
25294
|
sharedBy?: UserOrderByWithRelationInput
|
|
@@ -25277,6 +25322,8 @@ export namespace Prisma {
|
|
|
25277
25322
|
applications?: StringNullableListFilter<"Proposal">
|
|
25278
25323
|
adminReview?: XOR<ProposalReviewNullableCompositeFilter, ProposalReviewObjectEqualityInput> | null
|
|
25279
25324
|
candidates?: ProposalCandidateCompositeListFilter | ProposalCandidateObjectEqualityInput[]
|
|
25325
|
+
currency?: StringNullableFilter<"Proposal"> | string | null
|
|
25326
|
+
teamProposal?: BoolNullableFilter<"Proposal"> | boolean | null
|
|
25280
25327
|
createdBy?: XOR<UserNullableRelationFilter, UserWhereInput> | null
|
|
25281
25328
|
mission?: XOR<MissionNullableRelationFilter, MissionWhereInput> | null
|
|
25282
25329
|
sharedBy?: XOR<UserNullableRelationFilter, UserWhereInput> | null
|
|
@@ -25304,6 +25351,8 @@ export namespace Prisma {
|
|
|
25304
25351
|
publicUntil?: SortOrder
|
|
25305
25352
|
missionSpecId?: SortOrder
|
|
25306
25353
|
applications?: SortOrder
|
|
25354
|
+
currency?: SortOrder
|
|
25355
|
+
teamProposal?: SortOrder
|
|
25307
25356
|
_count?: ProposalCountOrderByAggregateInput
|
|
25308
25357
|
_avg?: ProposalAvgOrderByAggregateInput
|
|
25309
25358
|
_max?: ProposalMaxOrderByAggregateInput
|
|
@@ -25335,6 +25384,8 @@ export namespace Prisma {
|
|
|
25335
25384
|
publicUntil?: DateTimeNullableWithAggregatesFilter<"Proposal"> | Date | string | null
|
|
25336
25385
|
missionSpecId?: StringNullableWithAggregatesFilter<"Proposal"> | string | null
|
|
25337
25386
|
applications?: StringNullableListFilter<"Proposal">
|
|
25387
|
+
currency?: StringNullableWithAggregatesFilter<"Proposal"> | string | null
|
|
25388
|
+
teamProposal?: BoolNullableWithAggregatesFilter<"Proposal"> | boolean | null
|
|
25338
25389
|
}
|
|
25339
25390
|
|
|
25340
25391
|
export type RoleCategoryWhereInput = {
|
|
@@ -25994,6 +26045,7 @@ export namespace Prisma {
|
|
|
25994
26045
|
pandadocMetadata?: XOR<PandadocMetadataNullableCreateEnvelopeInput, PandadocMetadataCreateInput> | null
|
|
25995
26046
|
source?: $Enums.ContractSource | null
|
|
25996
26047
|
documentTitle?: string | null
|
|
26048
|
+
deletedAt?: Date | string | null
|
|
25997
26049
|
mission?: MissionCreateNestedOneWithoutContractsInput
|
|
25998
26050
|
account?: AccountCreateNestedOneWithoutContractsInput
|
|
25999
26051
|
}
|
|
@@ -26013,6 +26065,7 @@ export namespace Prisma {
|
|
|
26013
26065
|
source?: $Enums.ContractSource | null
|
|
26014
26066
|
documentTitle?: string | null
|
|
26015
26067
|
accountId?: string | null
|
|
26068
|
+
deletedAt?: Date | string | null
|
|
26016
26069
|
}
|
|
26017
26070
|
|
|
26018
26071
|
export type ContractUpdateInput = {
|
|
@@ -26027,6 +26080,7 @@ export namespace Prisma {
|
|
|
26027
26080
|
pandadocMetadata?: XOR<PandadocMetadataNullableUpdateEnvelopeInput, PandadocMetadataCreateInput> | null
|
|
26028
26081
|
source?: NullableEnumContractSourceFieldUpdateOperationsInput | $Enums.ContractSource | null
|
|
26029
26082
|
documentTitle?: NullableStringFieldUpdateOperationsInput | string | null
|
|
26083
|
+
deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
26030
26084
|
mission?: MissionUpdateOneWithoutContractsNestedInput
|
|
26031
26085
|
account?: AccountUpdateOneWithoutContractsNestedInput
|
|
26032
26086
|
}
|
|
@@ -26045,6 +26099,7 @@ export namespace Prisma {
|
|
|
26045
26099
|
source?: NullableEnumContractSourceFieldUpdateOperationsInput | $Enums.ContractSource | null
|
|
26046
26100
|
documentTitle?: NullableStringFieldUpdateOperationsInput | string | null
|
|
26047
26101
|
accountId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
26102
|
+
deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
26048
26103
|
}
|
|
26049
26104
|
|
|
26050
26105
|
export type ContractCreateManyInput = {
|
|
@@ -26062,6 +26117,7 @@ export namespace Prisma {
|
|
|
26062
26117
|
source?: $Enums.ContractSource | null
|
|
26063
26118
|
documentTitle?: string | null
|
|
26064
26119
|
accountId?: string | null
|
|
26120
|
+
deletedAt?: Date | string | null
|
|
26065
26121
|
}
|
|
26066
26122
|
|
|
26067
26123
|
export type ContractUpdateManyMutationInput = {
|
|
@@ -26076,6 +26132,7 @@ export namespace Prisma {
|
|
|
26076
26132
|
pandadocMetadata?: XOR<PandadocMetadataNullableUpdateEnvelopeInput, PandadocMetadataCreateInput> | null
|
|
26077
26133
|
source?: NullableEnumContractSourceFieldUpdateOperationsInput | $Enums.ContractSource | null
|
|
26078
26134
|
documentTitle?: NullableStringFieldUpdateOperationsInput | string | null
|
|
26135
|
+
deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
26079
26136
|
}
|
|
26080
26137
|
|
|
26081
26138
|
export type ContractUncheckedUpdateManyInput = {
|
|
@@ -26092,6 +26149,7 @@ export namespace Prisma {
|
|
|
26092
26149
|
source?: NullableEnumContractSourceFieldUpdateOperationsInput | $Enums.ContractSource | null
|
|
26093
26150
|
documentTitle?: NullableStringFieldUpdateOperationsInput | string | null
|
|
26094
26151
|
accountId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
26152
|
+
deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
26095
26153
|
}
|
|
26096
26154
|
|
|
26097
26155
|
export type ExperienceCreateInput = {
|
|
@@ -27108,6 +27166,8 @@ export namespace Prisma {
|
|
|
27108
27166
|
applications?: ProposalCreateapplicationsInput | string[]
|
|
27109
27167
|
adminReview?: XOR<ProposalReviewNullableCreateEnvelopeInput, ProposalReviewCreateInput> | null
|
|
27110
27168
|
candidates?: XOR<ProposalCandidateListCreateEnvelopeInput, ProposalCandidateCreateInput> | ProposalCandidateCreateInput[]
|
|
27169
|
+
currency?: string | null
|
|
27170
|
+
teamProposal?: boolean | null
|
|
27111
27171
|
createdBy?: UserCreateNestedOneWithoutAuthoredProposalsInput
|
|
27112
27172
|
mission?: MissionCreateNestedOneWithoutProposalsInput
|
|
27113
27173
|
sharedBy?: UserCreateNestedOneWithoutSharedProposalsInput
|
|
@@ -27138,6 +27198,8 @@ export namespace Prisma {
|
|
|
27138
27198
|
applications?: ProposalCreateapplicationsInput | string[]
|
|
27139
27199
|
adminReview?: XOR<ProposalReviewNullableCreateEnvelopeInput, ProposalReviewCreateInput> | null
|
|
27140
27200
|
candidates?: XOR<ProposalCandidateListCreateEnvelopeInput, ProposalCandidateCreateInput> | ProposalCandidateCreateInput[]
|
|
27201
|
+
currency?: string | null
|
|
27202
|
+
teamProposal?: boolean | null
|
|
27141
27203
|
}
|
|
27142
27204
|
|
|
27143
27205
|
export type ProposalUpdateInput = {
|
|
@@ -27159,6 +27221,8 @@ export namespace Prisma {
|
|
|
27159
27221
|
applications?: ProposalUpdateapplicationsInput | string[]
|
|
27160
27222
|
adminReview?: XOR<ProposalReviewNullableUpdateEnvelopeInput, ProposalReviewCreateInput> | null
|
|
27161
27223
|
candidates?: XOR<ProposalCandidateListUpdateEnvelopeInput, ProposalCandidateCreateInput> | ProposalCandidateCreateInput[]
|
|
27224
|
+
currency?: NullableStringFieldUpdateOperationsInput | string | null
|
|
27225
|
+
teamProposal?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
27162
27226
|
createdBy?: UserUpdateOneWithoutAuthoredProposalsNestedInput
|
|
27163
27227
|
mission?: MissionUpdateOneWithoutProposalsNestedInput
|
|
27164
27228
|
sharedBy?: UserUpdateOneWithoutSharedProposalsNestedInput
|
|
@@ -27188,6 +27252,8 @@ export namespace Prisma {
|
|
|
27188
27252
|
applications?: ProposalUpdateapplicationsInput | string[]
|
|
27189
27253
|
adminReview?: XOR<ProposalReviewNullableUpdateEnvelopeInput, ProposalReviewCreateInput> | null
|
|
27190
27254
|
candidates?: XOR<ProposalCandidateListUpdateEnvelopeInput, ProposalCandidateCreateInput> | ProposalCandidateCreateInput[]
|
|
27255
|
+
currency?: NullableStringFieldUpdateOperationsInput | string | null
|
|
27256
|
+
teamProposal?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
27191
27257
|
}
|
|
27192
27258
|
|
|
27193
27259
|
export type ProposalCreateManyInput = {
|
|
@@ -27214,6 +27280,8 @@ export namespace Prisma {
|
|
|
27214
27280
|
applications?: ProposalCreateapplicationsInput | string[]
|
|
27215
27281
|
adminReview?: XOR<ProposalReviewNullableCreateEnvelopeInput, ProposalReviewCreateInput> | null
|
|
27216
27282
|
candidates?: XOR<ProposalCandidateListCreateEnvelopeInput, ProposalCandidateCreateInput> | ProposalCandidateCreateInput[]
|
|
27283
|
+
currency?: string | null
|
|
27284
|
+
teamProposal?: boolean | null
|
|
27217
27285
|
}
|
|
27218
27286
|
|
|
27219
27287
|
export type ProposalUpdateManyMutationInput = {
|
|
@@ -27235,6 +27303,8 @@ export namespace Prisma {
|
|
|
27235
27303
|
applications?: ProposalUpdateapplicationsInput | string[]
|
|
27236
27304
|
adminReview?: XOR<ProposalReviewNullableUpdateEnvelopeInput, ProposalReviewCreateInput> | null
|
|
27237
27305
|
candidates?: XOR<ProposalCandidateListUpdateEnvelopeInput, ProposalCandidateCreateInput> | ProposalCandidateCreateInput[]
|
|
27306
|
+
currency?: NullableStringFieldUpdateOperationsInput | string | null
|
|
27307
|
+
teamProposal?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
27238
27308
|
}
|
|
27239
27309
|
|
|
27240
27310
|
export type ProposalUncheckedUpdateManyInput = {
|
|
@@ -27260,6 +27330,8 @@ export namespace Prisma {
|
|
|
27260
27330
|
applications?: ProposalUpdateapplicationsInput | string[]
|
|
27261
27331
|
adminReview?: XOR<ProposalReviewNullableUpdateEnvelopeInput, ProposalReviewCreateInput> | null
|
|
27262
27332
|
candidates?: XOR<ProposalCandidateListUpdateEnvelopeInput, ProposalCandidateCreateInput> | ProposalCandidateCreateInput[]
|
|
27333
|
+
currency?: NullableStringFieldUpdateOperationsInput | string | null
|
|
27334
|
+
teamProposal?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
27263
27335
|
}
|
|
27264
27336
|
|
|
27265
27337
|
export type RoleCategoryCreateInput = {
|
|
@@ -28128,6 +28200,7 @@ export namespace Prisma {
|
|
|
28128
28200
|
source?: SortOrder
|
|
28129
28201
|
documentTitle?: SortOrder
|
|
28130
28202
|
accountId?: SortOrder
|
|
28203
|
+
deletedAt?: SortOrder
|
|
28131
28204
|
}
|
|
28132
28205
|
|
|
28133
28206
|
export type ContractMaxOrderByAggregateInput = {
|
|
@@ -28143,6 +28216,7 @@ export namespace Prisma {
|
|
|
28143
28216
|
source?: SortOrder
|
|
28144
28217
|
documentTitle?: SortOrder
|
|
28145
28218
|
accountId?: SortOrder
|
|
28219
|
+
deletedAt?: SortOrder
|
|
28146
28220
|
}
|
|
28147
28221
|
|
|
28148
28222
|
export type ContractMinOrderByAggregateInput = {
|
|
@@ -28158,6 +28232,7 @@ export namespace Prisma {
|
|
|
28158
28232
|
source?: SortOrder
|
|
28159
28233
|
documentTitle?: SortOrder
|
|
28160
28234
|
accountId?: SortOrder
|
|
28235
|
+
deletedAt?: SortOrder
|
|
28161
28236
|
}
|
|
28162
28237
|
|
|
28163
28238
|
export type EnumContractStatusWithAggregatesFilter<$PrismaModel = never> = {
|
|
@@ -28974,7 +29049,7 @@ export namespace Prisma {
|
|
|
28974
29049
|
headline?: string | null
|
|
28975
29050
|
requiredSkills?: string[]
|
|
28976
29051
|
preferredSkills?: string[]
|
|
28977
|
-
|
|
29052
|
+
timeCommitment?: string | null
|
|
28978
29053
|
screeningQuestion?: string | null
|
|
28979
29054
|
}
|
|
28980
29055
|
|
|
@@ -29333,7 +29408,7 @@ export namespace Prisma {
|
|
|
29333
29408
|
includeCustomQuestionReply?: boolean | null
|
|
29334
29409
|
projects?: string[]
|
|
29335
29410
|
reviews?: string[]
|
|
29336
|
-
cardSections
|
|
29411
|
+
cardSections?: ProposalCandidateSectionsObjectEqualityInput | null
|
|
29337
29412
|
}
|
|
29338
29413
|
|
|
29339
29414
|
export type ProposalTemplateMapOrderByInput = {
|
|
@@ -29374,6 +29449,8 @@ export namespace Prisma {
|
|
|
29374
29449
|
publicUntil?: SortOrder
|
|
29375
29450
|
missionSpecId?: SortOrder
|
|
29376
29451
|
applications?: SortOrder
|
|
29452
|
+
currency?: SortOrder
|
|
29453
|
+
teamProposal?: SortOrder
|
|
29377
29454
|
}
|
|
29378
29455
|
|
|
29379
29456
|
export type ProposalAvgOrderByAggregateInput = {
|
|
@@ -29400,6 +29477,8 @@ export namespace Prisma {
|
|
|
29400
29477
|
version?: SortOrder
|
|
29401
29478
|
publicUntil?: SortOrder
|
|
29402
29479
|
missionSpecId?: SortOrder
|
|
29480
|
+
currency?: SortOrder
|
|
29481
|
+
teamProposal?: SortOrder
|
|
29403
29482
|
}
|
|
29404
29483
|
|
|
29405
29484
|
export type ProposalMinOrderByAggregateInput = {
|
|
@@ -29422,6 +29501,8 @@ export namespace Prisma {
|
|
|
29422
29501
|
version?: SortOrder
|
|
29423
29502
|
publicUntil?: SortOrder
|
|
29424
29503
|
missionSpecId?: SortOrder
|
|
29504
|
+
currency?: SortOrder
|
|
29505
|
+
teamProposal?: SortOrder
|
|
29425
29506
|
}
|
|
29426
29507
|
|
|
29427
29508
|
export type ProposalSumOrderByAggregateInput = {
|
|
@@ -30885,7 +30966,7 @@ export namespace Prisma {
|
|
|
30885
30966
|
headline?: string | null
|
|
30886
30967
|
requiredSkills?: MissionPrefillRoleCreaterequiredSkillsInput | string[]
|
|
30887
30968
|
preferredSkills?: MissionPrefillRoleCreatepreferredSkillsInput | string[]
|
|
30888
|
-
|
|
30969
|
+
timeCommitment?: string | null
|
|
30889
30970
|
screeningQuestion?: string | null
|
|
30890
30971
|
}
|
|
30891
30972
|
|
|
@@ -31217,7 +31298,7 @@ export namespace Prisma {
|
|
|
31217
31298
|
includeCustomQuestionReply?: boolean | null
|
|
31218
31299
|
projects?: ProposalCandidateCreateprojectsInput | string[]
|
|
31219
31300
|
reviews?: ProposalCandidateCreatereviewsInput | string[]
|
|
31220
|
-
cardSections
|
|
31301
|
+
cardSections?: ProposalCandidateSectionsCreateInput | null
|
|
31221
31302
|
}
|
|
31222
31303
|
|
|
31223
31304
|
export type UserCreateNestedOneWithoutAuthoredProposalsInput = {
|
|
@@ -32536,7 +32617,7 @@ export namespace Prisma {
|
|
|
32536
32617
|
headline?: StringNullableFilter<"MissionPrefillRole"> | string | null
|
|
32537
32618
|
requiredSkills?: StringNullableListFilter<"MissionPrefillRole">
|
|
32538
32619
|
preferredSkills?: StringNullableListFilter<"MissionPrefillRole">
|
|
32539
|
-
|
|
32620
|
+
timeCommitment?: StringNullableFilter<"MissionPrefillRole"> | string | null
|
|
32540
32621
|
screeningQuestion?: StringNullableFilter<"MissionPrefillRole"> | string | null
|
|
32541
32622
|
}
|
|
32542
32623
|
|
|
@@ -32712,7 +32793,7 @@ export namespace Prisma {
|
|
|
32712
32793
|
includeCustomQuestionReply?: BoolNullableFilter<"ProposalCandidate"> | boolean | null
|
|
32713
32794
|
projects?: StringNullableListFilter<"ProposalCandidate">
|
|
32714
32795
|
reviews?: StringNullableListFilter<"ProposalCandidate">
|
|
32715
|
-
cardSections?: XOR<
|
|
32796
|
+
cardSections?: XOR<ProposalCandidateSectionsNullableCompositeFilter, ProposalCandidateSectionsObjectEqualityInput> | null
|
|
32716
32797
|
}
|
|
32717
32798
|
|
|
32718
32799
|
export type ProposalCandidateSectionsObjectEqualityInput = {
|
|
@@ -33165,6 +33246,7 @@ export namespace Prisma {
|
|
|
33165
33246
|
pandadocMetadata?: XOR<PandadocMetadataNullableCreateEnvelopeInput, PandadocMetadataCreateInput> | null
|
|
33166
33247
|
source?: $Enums.ContractSource | null
|
|
33167
33248
|
documentTitle?: string | null
|
|
33249
|
+
deletedAt?: Date | string | null
|
|
33168
33250
|
mission?: MissionCreateNestedOneWithoutContractsInput
|
|
33169
33251
|
}
|
|
33170
33252
|
|
|
@@ -33182,6 +33264,7 @@ export namespace Prisma {
|
|
|
33182
33264
|
pandadocMetadata?: XOR<PandadocMetadataNullableCreateEnvelopeInput, PandadocMetadataCreateInput> | null
|
|
33183
33265
|
source?: $Enums.ContractSource | null
|
|
33184
33266
|
documentTitle?: string | null
|
|
33267
|
+
deletedAt?: Date | string | null
|
|
33185
33268
|
}
|
|
33186
33269
|
|
|
33187
33270
|
export type ContractCreateOrConnectWithoutAccountInput = {
|
|
@@ -33412,6 +33495,7 @@ export namespace Prisma {
|
|
|
33412
33495
|
source?: EnumContractSourceNullableFilter<"Contract"> | $Enums.ContractSource | null
|
|
33413
33496
|
documentTitle?: StringNullableFilter<"Contract"> | string | null
|
|
33414
33497
|
accountId?: StringNullableFilter<"Contract"> | string | null
|
|
33498
|
+
deletedAt?: DateTimeNullableFilter<"Contract"> | Date | string | null
|
|
33415
33499
|
}
|
|
33416
33500
|
|
|
33417
33501
|
export type AccountCreateWithoutClientCompanyModelInput = {
|
|
@@ -34287,6 +34371,7 @@ export namespace Prisma {
|
|
|
34287
34371
|
pandadocMetadata?: XOR<PandadocMetadataNullableCreateEnvelopeInput, PandadocMetadataCreateInput> | null
|
|
34288
34372
|
source?: $Enums.ContractSource | null
|
|
34289
34373
|
documentTitle?: string | null
|
|
34374
|
+
deletedAt?: Date | string | null
|
|
34290
34375
|
account?: AccountCreateNestedOneWithoutContractsInput
|
|
34291
34376
|
}
|
|
34292
34377
|
|
|
@@ -34304,6 +34389,7 @@ export namespace Prisma {
|
|
|
34304
34389
|
source?: $Enums.ContractSource | null
|
|
34305
34390
|
documentTitle?: string | null
|
|
34306
34391
|
accountId?: string | null
|
|
34392
|
+
deletedAt?: Date | string | null
|
|
34307
34393
|
}
|
|
34308
34394
|
|
|
34309
34395
|
export type ContractCreateOrConnectWithoutMissionInput = {
|
|
@@ -34335,6 +34421,8 @@ export namespace Prisma {
|
|
|
34335
34421
|
applications?: ProposalCreateapplicationsInput | string[]
|
|
34336
34422
|
adminReview?: XOR<ProposalReviewNullableCreateEnvelopeInput, ProposalReviewCreateInput> | null
|
|
34337
34423
|
candidates?: XOR<ProposalCandidateListCreateEnvelopeInput, ProposalCandidateCreateInput> | ProposalCandidateCreateInput[]
|
|
34424
|
+
currency?: string | null
|
|
34425
|
+
teamProposal?: boolean | null
|
|
34338
34426
|
createdBy?: UserCreateNestedOneWithoutAuthoredProposalsInput
|
|
34339
34427
|
sharedBy?: UserCreateNestedOneWithoutSharedProposalsInput
|
|
34340
34428
|
missionSpec?: MissionSpecCreateNestedOneWithoutProposalsInput
|
|
@@ -34363,6 +34451,8 @@ export namespace Prisma {
|
|
|
34363
34451
|
applications?: ProposalCreateapplicationsInput | string[]
|
|
34364
34452
|
adminReview?: XOR<ProposalReviewNullableCreateEnvelopeInput, ProposalReviewCreateInput> | null
|
|
34365
34453
|
candidates?: XOR<ProposalCandidateListCreateEnvelopeInput, ProposalCandidateCreateInput> | ProposalCandidateCreateInput[]
|
|
34454
|
+
currency?: string | null
|
|
34455
|
+
teamProposal?: boolean | null
|
|
34366
34456
|
}
|
|
34367
34457
|
|
|
34368
34458
|
export type ProposalCreateOrConnectWithoutMissionInput = {
|
|
@@ -34730,6 +34820,8 @@ export namespace Prisma {
|
|
|
34730
34820
|
publicUntil?: DateTimeNullableFilter<"Proposal"> | Date | string | null
|
|
34731
34821
|
missionSpecId?: StringNullableFilter<"Proposal"> | string | null
|
|
34732
34822
|
applications?: StringNullableListFilter<"Proposal">
|
|
34823
|
+
currency?: StringNullableFilter<"Proposal"> | string | null
|
|
34824
|
+
teamProposal?: BoolNullableFilter<"Proposal"> | boolean | null
|
|
34733
34825
|
}
|
|
34734
34826
|
|
|
34735
34827
|
export type LocalHourRangeCreateInput = {
|
|
@@ -35496,6 +35588,8 @@ export namespace Prisma {
|
|
|
35496
35588
|
applications?: ProposalCreateapplicationsInput | string[]
|
|
35497
35589
|
adminReview?: XOR<ProposalReviewNullableCreateEnvelopeInput, ProposalReviewCreateInput> | null
|
|
35498
35590
|
candidates?: XOR<ProposalCandidateListCreateEnvelopeInput, ProposalCandidateCreateInput> | ProposalCandidateCreateInput[]
|
|
35591
|
+
currency?: string | null
|
|
35592
|
+
teamProposal?: boolean | null
|
|
35499
35593
|
createdBy?: UserCreateNestedOneWithoutAuthoredProposalsInput
|
|
35500
35594
|
mission?: MissionCreateNestedOneWithoutProposalsInput
|
|
35501
35595
|
sharedBy?: UserCreateNestedOneWithoutSharedProposalsInput
|
|
@@ -35524,6 +35618,8 @@ export namespace Prisma {
|
|
|
35524
35618
|
applications?: ProposalCreateapplicationsInput | string[]
|
|
35525
35619
|
adminReview?: XOR<ProposalReviewNullableCreateEnvelopeInput, ProposalReviewCreateInput> | null
|
|
35526
35620
|
candidates?: XOR<ProposalCandidateListCreateEnvelopeInput, ProposalCandidateCreateInput> | ProposalCandidateCreateInput[]
|
|
35621
|
+
currency?: string | null
|
|
35622
|
+
teamProposal?: boolean | null
|
|
35527
35623
|
}
|
|
35528
35624
|
|
|
35529
35625
|
export type ProposalCreateOrConnectWithoutMissionSpecInput = {
|
|
@@ -37102,6 +37198,8 @@ export namespace Prisma {
|
|
|
37102
37198
|
applications?: ProposalCreateapplicationsInput | string[]
|
|
37103
37199
|
adminReview?: XOR<ProposalReviewNullableCreateEnvelopeInput, ProposalReviewCreateInput> | null
|
|
37104
37200
|
candidates?: XOR<ProposalCandidateListCreateEnvelopeInput, ProposalCandidateCreateInput> | ProposalCandidateCreateInput[]
|
|
37201
|
+
currency?: string | null
|
|
37202
|
+
teamProposal?: boolean | null
|
|
37105
37203
|
mission?: MissionCreateNestedOneWithoutProposalsInput
|
|
37106
37204
|
sharedBy?: UserCreateNestedOneWithoutSharedProposalsInput
|
|
37107
37205
|
missionSpec?: MissionSpecCreateNestedOneWithoutProposalsInput
|
|
@@ -37130,6 +37228,8 @@ export namespace Prisma {
|
|
|
37130
37228
|
applications?: ProposalCreateapplicationsInput | string[]
|
|
37131
37229
|
adminReview?: XOR<ProposalReviewNullableCreateEnvelopeInput, ProposalReviewCreateInput> | null
|
|
37132
37230
|
candidates?: XOR<ProposalCandidateListCreateEnvelopeInput, ProposalCandidateCreateInput> | ProposalCandidateCreateInput[]
|
|
37231
|
+
currency?: string | null
|
|
37232
|
+
teamProposal?: boolean | null
|
|
37133
37233
|
}
|
|
37134
37234
|
|
|
37135
37235
|
export type ProposalCreateOrConnectWithoutCreatedByInput = {
|
|
@@ -37161,6 +37261,8 @@ export namespace Prisma {
|
|
|
37161
37261
|
applications?: ProposalCreateapplicationsInput | string[]
|
|
37162
37262
|
adminReview?: XOR<ProposalReviewNullableCreateEnvelopeInput, ProposalReviewCreateInput> | null
|
|
37163
37263
|
candidates?: XOR<ProposalCandidateListCreateEnvelopeInput, ProposalCandidateCreateInput> | ProposalCandidateCreateInput[]
|
|
37264
|
+
currency?: string | null
|
|
37265
|
+
teamProposal?: boolean | null
|
|
37164
37266
|
createdBy?: UserCreateNestedOneWithoutAuthoredProposalsInput
|
|
37165
37267
|
mission?: MissionCreateNestedOneWithoutProposalsInput
|
|
37166
37268
|
missionSpec?: MissionSpecCreateNestedOneWithoutProposalsInput
|
|
@@ -37189,6 +37291,8 @@ export namespace Prisma {
|
|
|
37189
37291
|
applications?: ProposalCreateapplicationsInput | string[]
|
|
37190
37292
|
adminReview?: XOR<ProposalReviewNullableCreateEnvelopeInput, ProposalReviewCreateInput> | null
|
|
37191
37293
|
candidates?: XOR<ProposalCandidateListCreateEnvelopeInput, ProposalCandidateCreateInput> | ProposalCandidateCreateInput[]
|
|
37294
|
+
currency?: string | null
|
|
37295
|
+
teamProposal?: boolean | null
|
|
37192
37296
|
}
|
|
37193
37297
|
|
|
37194
37298
|
export type ProposalCreateOrConnectWithoutSharedByInput = {
|
|
@@ -37627,10 +37731,11 @@ export namespace Prisma {
|
|
|
37627
37731
|
isSet?: boolean
|
|
37628
37732
|
}
|
|
37629
37733
|
|
|
37630
|
-
export type
|
|
37631
|
-
equals?: ProposalCandidateSectionsObjectEqualityInput
|
|
37632
|
-
is?: ProposalCandidateSectionsWhereInput
|
|
37633
|
-
isNot?: ProposalCandidateSectionsWhereInput
|
|
37734
|
+
export type ProposalCandidateSectionsNullableCompositeFilter = {
|
|
37735
|
+
equals?: ProposalCandidateSectionsObjectEqualityInput | null
|
|
37736
|
+
is?: ProposalCandidateSectionsWhereInput | null
|
|
37737
|
+
isNot?: ProposalCandidateSectionsWhereInput | null
|
|
37738
|
+
isSet?: boolean
|
|
37634
37739
|
}
|
|
37635
37740
|
|
|
37636
37741
|
export type ProposalCandidateSectionDataObjectEqualityInput = {
|
|
@@ -37794,6 +37899,7 @@ export namespace Prisma {
|
|
|
37794
37899
|
pandadocMetadata?: XOR<PandadocMetadataNullableCreateEnvelopeInput, PandadocMetadataCreateInput> | null
|
|
37795
37900
|
source?: $Enums.ContractSource | null
|
|
37796
37901
|
documentTitle?: string | null
|
|
37902
|
+
deletedAt?: Date | string | null
|
|
37797
37903
|
}
|
|
37798
37904
|
|
|
37799
37905
|
export type AccountsMemberUpdateInput = {
|
|
@@ -38051,6 +38157,7 @@ export namespace Prisma {
|
|
|
38051
38157
|
pandadocMetadata?: XOR<PandadocMetadataNullableUpdateEnvelopeInput, PandadocMetadataCreateInput> | null
|
|
38052
38158
|
source?: NullableEnumContractSourceFieldUpdateOperationsInput | $Enums.ContractSource | null
|
|
38053
38159
|
documentTitle?: NullableStringFieldUpdateOperationsInput | string | null
|
|
38160
|
+
deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
38054
38161
|
mission?: MissionUpdateOneWithoutContractsNestedInput
|
|
38055
38162
|
}
|
|
38056
38163
|
|
|
@@ -38067,6 +38174,7 @@ export namespace Prisma {
|
|
|
38067
38174
|
pandadocMetadata?: XOR<PandadocMetadataNullableUpdateEnvelopeInput, PandadocMetadataCreateInput> | null
|
|
38068
38175
|
source?: NullableEnumContractSourceFieldUpdateOperationsInput | $Enums.ContractSource | null
|
|
38069
38176
|
documentTitle?: NullableStringFieldUpdateOperationsInput | string | null
|
|
38177
|
+
deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
38070
38178
|
}
|
|
38071
38179
|
|
|
38072
38180
|
export type ContractUncheckedUpdateManyWithoutAccountInput = {
|
|
@@ -38082,6 +38190,7 @@ export namespace Prisma {
|
|
|
38082
38190
|
pandadocMetadata?: XOR<PandadocMetadataNullableUpdateEnvelopeInput, PandadocMetadataCreateInput> | null
|
|
38083
38191
|
source?: NullableEnumContractSourceFieldUpdateOperationsInput | $Enums.ContractSource | null
|
|
38084
38192
|
documentTitle?: NullableStringFieldUpdateOperationsInput | string | null
|
|
38193
|
+
deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
38085
38194
|
}
|
|
38086
38195
|
|
|
38087
38196
|
export type AccountCreateManyClientCompanyModelInput = {
|
|
@@ -38367,6 +38476,7 @@ export namespace Prisma {
|
|
|
38367
38476
|
source?: $Enums.ContractSource | null
|
|
38368
38477
|
documentTitle?: string | null
|
|
38369
38478
|
accountId?: string | null
|
|
38479
|
+
deletedAt?: Date | string | null
|
|
38370
38480
|
}
|
|
38371
38481
|
|
|
38372
38482
|
export type ProposalCreateManyMissionInput = {
|
|
@@ -38392,6 +38502,8 @@ export namespace Prisma {
|
|
|
38392
38502
|
applications?: ProposalCreateapplicationsInput | string[]
|
|
38393
38503
|
adminReview?: XOR<ProposalReviewNullableCreateEnvelopeInput, ProposalReviewCreateInput> | null
|
|
38394
38504
|
candidates?: XOR<ProposalCandidateListCreateEnvelopeInput, ProposalCandidateCreateInput> | ProposalCandidateCreateInput[]
|
|
38505
|
+
currency?: string | null
|
|
38506
|
+
teamProposal?: boolean | null
|
|
38395
38507
|
}
|
|
38396
38508
|
|
|
38397
38509
|
export type MissionsAttachedLinkUpdateInput = {
|
|
@@ -38480,6 +38592,7 @@ export namespace Prisma {
|
|
|
38480
38592
|
pandadocMetadata?: XOR<PandadocMetadataNullableUpdateEnvelopeInput, PandadocMetadataCreateInput> | null
|
|
38481
38593
|
source?: NullableEnumContractSourceFieldUpdateOperationsInput | $Enums.ContractSource | null
|
|
38482
38594
|
documentTitle?: NullableStringFieldUpdateOperationsInput | string | null
|
|
38595
|
+
deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
38483
38596
|
account?: AccountUpdateOneWithoutContractsNestedInput
|
|
38484
38597
|
}
|
|
38485
38598
|
|
|
@@ -38496,6 +38609,7 @@ export namespace Prisma {
|
|
|
38496
38609
|
source?: NullableEnumContractSourceFieldUpdateOperationsInput | $Enums.ContractSource | null
|
|
38497
38610
|
documentTitle?: NullableStringFieldUpdateOperationsInput | string | null
|
|
38498
38611
|
accountId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
38612
|
+
deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
38499
38613
|
}
|
|
38500
38614
|
|
|
38501
38615
|
export type ContractUncheckedUpdateManyWithoutMissionInput = {
|
|
@@ -38511,6 +38625,7 @@ export namespace Prisma {
|
|
|
38511
38625
|
source?: NullableEnumContractSourceFieldUpdateOperationsInput | $Enums.ContractSource | null
|
|
38512
38626
|
documentTitle?: NullableStringFieldUpdateOperationsInput | string | null
|
|
38513
38627
|
accountId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
38628
|
+
deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
38514
38629
|
}
|
|
38515
38630
|
|
|
38516
38631
|
export type ProposalUpdateWithoutMissionInput = {
|
|
@@ -38532,6 +38647,8 @@ export namespace Prisma {
|
|
|
38532
38647
|
applications?: ProposalUpdateapplicationsInput | string[]
|
|
38533
38648
|
adminReview?: XOR<ProposalReviewNullableUpdateEnvelopeInput, ProposalReviewCreateInput> | null
|
|
38534
38649
|
candidates?: XOR<ProposalCandidateListUpdateEnvelopeInput, ProposalCandidateCreateInput> | ProposalCandidateCreateInput[]
|
|
38650
|
+
currency?: NullableStringFieldUpdateOperationsInput | string | null
|
|
38651
|
+
teamProposal?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
38535
38652
|
createdBy?: UserUpdateOneWithoutAuthoredProposalsNestedInput
|
|
38536
38653
|
sharedBy?: UserUpdateOneWithoutSharedProposalsNestedInput
|
|
38537
38654
|
missionSpec?: MissionSpecUpdateOneWithoutProposalsNestedInput
|
|
@@ -38559,6 +38676,8 @@ export namespace Prisma {
|
|
|
38559
38676
|
applications?: ProposalUpdateapplicationsInput | string[]
|
|
38560
38677
|
adminReview?: XOR<ProposalReviewNullableUpdateEnvelopeInput, ProposalReviewCreateInput> | null
|
|
38561
38678
|
candidates?: XOR<ProposalCandidateListUpdateEnvelopeInput, ProposalCandidateCreateInput> | ProposalCandidateCreateInput[]
|
|
38679
|
+
currency?: NullableStringFieldUpdateOperationsInput | string | null
|
|
38680
|
+
teamProposal?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
38562
38681
|
}
|
|
38563
38682
|
|
|
38564
38683
|
export type ProposalUncheckedUpdateManyWithoutMissionInput = {
|
|
@@ -38583,6 +38702,8 @@ export namespace Prisma {
|
|
|
38583
38702
|
applications?: ProposalUpdateapplicationsInput | string[]
|
|
38584
38703
|
adminReview?: XOR<ProposalReviewNullableUpdateEnvelopeInput, ProposalReviewCreateInput> | null
|
|
38585
38704
|
candidates?: XOR<ProposalCandidateListUpdateEnvelopeInput, ProposalCandidateCreateInput> | ProposalCandidateCreateInput[]
|
|
38705
|
+
currency?: NullableStringFieldUpdateOperationsInput | string | null
|
|
38706
|
+
teamProposal?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
38586
38707
|
}
|
|
38587
38708
|
|
|
38588
38709
|
export type MissionApplicationRateRangeUpdateInput = {
|
|
@@ -38658,7 +38779,7 @@ export namespace Prisma {
|
|
|
38658
38779
|
headline?: NullableStringFieldUpdateOperationsInput | string | null
|
|
38659
38780
|
requiredSkills?: MissionPrefillRoleUpdaterequiredSkillsInput | string[]
|
|
38660
38781
|
preferredSkills?: MissionPrefillRoleUpdatepreferredSkillsInput | string[]
|
|
38661
|
-
|
|
38782
|
+
timeCommitment?: NullableStringFieldUpdateOperationsInput | string | null
|
|
38662
38783
|
screeningQuestion?: NullableStringFieldUpdateOperationsInput | string | null
|
|
38663
38784
|
}
|
|
38664
38785
|
|
|
@@ -38685,6 +38806,8 @@ export namespace Prisma {
|
|
|
38685
38806
|
applications?: ProposalCreateapplicationsInput | string[]
|
|
38686
38807
|
adminReview?: XOR<ProposalReviewNullableCreateEnvelopeInput, ProposalReviewCreateInput> | null
|
|
38687
38808
|
candidates?: XOR<ProposalCandidateListCreateEnvelopeInput, ProposalCandidateCreateInput> | ProposalCandidateCreateInput[]
|
|
38809
|
+
currency?: string | null
|
|
38810
|
+
teamProposal?: boolean | null
|
|
38688
38811
|
}
|
|
38689
38812
|
|
|
38690
38813
|
export type AttachedLinkUpdateInput = {
|
|
@@ -38757,6 +38880,8 @@ export namespace Prisma {
|
|
|
38757
38880
|
applications?: ProposalUpdateapplicationsInput | string[]
|
|
38758
38881
|
adminReview?: XOR<ProposalReviewNullableUpdateEnvelopeInput, ProposalReviewCreateInput> | null
|
|
38759
38882
|
candidates?: XOR<ProposalCandidateListUpdateEnvelopeInput, ProposalCandidateCreateInput> | ProposalCandidateCreateInput[]
|
|
38883
|
+
currency?: NullableStringFieldUpdateOperationsInput | string | null
|
|
38884
|
+
teamProposal?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
38760
38885
|
createdBy?: UserUpdateOneWithoutAuthoredProposalsNestedInput
|
|
38761
38886
|
mission?: MissionUpdateOneWithoutProposalsNestedInput
|
|
38762
38887
|
sharedBy?: UserUpdateOneWithoutSharedProposalsNestedInput
|
|
@@ -38784,6 +38909,8 @@ export namespace Prisma {
|
|
|
38784
38909
|
applications?: ProposalUpdateapplicationsInput | string[]
|
|
38785
38910
|
adminReview?: XOR<ProposalReviewNullableUpdateEnvelopeInput, ProposalReviewCreateInput> | null
|
|
38786
38911
|
candidates?: XOR<ProposalCandidateListUpdateEnvelopeInput, ProposalCandidateCreateInput> | ProposalCandidateCreateInput[]
|
|
38912
|
+
currency?: NullableStringFieldUpdateOperationsInput | string | null
|
|
38913
|
+
teamProposal?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
38787
38914
|
}
|
|
38788
38915
|
|
|
38789
38916
|
export type ProposalUncheckedUpdateManyWithoutMissionSpecInput = {
|
|
@@ -38808,6 +38935,8 @@ export namespace Prisma {
|
|
|
38808
38935
|
applications?: ProposalUpdateapplicationsInput | string[]
|
|
38809
38936
|
adminReview?: XOR<ProposalReviewNullableUpdateEnvelopeInput, ProposalReviewCreateInput> | null
|
|
38810
38937
|
candidates?: XOR<ProposalCandidateListUpdateEnvelopeInput, ProposalCandidateCreateInput> | ProposalCandidateCreateInput[]
|
|
38938
|
+
currency?: NullableStringFieldUpdateOperationsInput | string | null
|
|
38939
|
+
teamProposal?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
38811
38940
|
}
|
|
38812
38941
|
|
|
38813
38942
|
export type ProposalCandidateSectionDataCreateInput = {
|
|
@@ -38844,7 +38973,7 @@ export namespace Prisma {
|
|
|
38844
38973
|
includeCustomQuestionReply?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
38845
38974
|
projects?: ProposalCandidateUpdateprojectsInput | string[]
|
|
38846
38975
|
reviews?: ProposalCandidateUpdatereviewsInput | string[]
|
|
38847
|
-
cardSections?: XOR<
|
|
38976
|
+
cardSections?: XOR<ProposalCandidateSectionsNullableUpdateEnvelopeInput, ProposalCandidateSectionsCreateInput> | null
|
|
38848
38977
|
}
|
|
38849
38978
|
|
|
38850
38979
|
export type RoleUpdateInput = {
|
|
@@ -39078,6 +39207,8 @@ export namespace Prisma {
|
|
|
39078
39207
|
applications?: ProposalCreateapplicationsInput | string[]
|
|
39079
39208
|
adminReview?: XOR<ProposalReviewNullableCreateEnvelopeInput, ProposalReviewCreateInput> | null
|
|
39080
39209
|
candidates?: XOR<ProposalCandidateListCreateEnvelopeInput, ProposalCandidateCreateInput> | ProposalCandidateCreateInput[]
|
|
39210
|
+
currency?: string | null
|
|
39211
|
+
teamProposal?: boolean | null
|
|
39081
39212
|
}
|
|
39082
39213
|
|
|
39083
39214
|
export type ProposalCreateManySharedByInput = {
|
|
@@ -39103,6 +39234,8 @@ export namespace Prisma {
|
|
|
39103
39234
|
applications?: ProposalCreateapplicationsInput | string[]
|
|
39104
39235
|
adminReview?: XOR<ProposalReviewNullableCreateEnvelopeInput, ProposalReviewCreateInput> | null
|
|
39105
39236
|
candidates?: XOR<ProposalCandidateListCreateEnvelopeInput, ProposalCandidateCreateInput> | ProposalCandidateCreateInput[]
|
|
39237
|
+
currency?: string | null
|
|
39238
|
+
teamProposal?: boolean | null
|
|
39106
39239
|
}
|
|
39107
39240
|
|
|
39108
39241
|
export type ClientRegistrationUpdateInput = {
|
|
@@ -39739,6 +39872,8 @@ export namespace Prisma {
|
|
|
39739
39872
|
applications?: ProposalUpdateapplicationsInput | string[]
|
|
39740
39873
|
adminReview?: XOR<ProposalReviewNullableUpdateEnvelopeInput, ProposalReviewCreateInput> | null
|
|
39741
39874
|
candidates?: XOR<ProposalCandidateListUpdateEnvelopeInput, ProposalCandidateCreateInput> | ProposalCandidateCreateInput[]
|
|
39875
|
+
currency?: NullableStringFieldUpdateOperationsInput | string | null
|
|
39876
|
+
teamProposal?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
39742
39877
|
mission?: MissionUpdateOneWithoutProposalsNestedInput
|
|
39743
39878
|
sharedBy?: UserUpdateOneWithoutSharedProposalsNestedInput
|
|
39744
39879
|
missionSpec?: MissionSpecUpdateOneWithoutProposalsNestedInput
|
|
@@ -39766,6 +39901,8 @@ export namespace Prisma {
|
|
|
39766
39901
|
applications?: ProposalUpdateapplicationsInput | string[]
|
|
39767
39902
|
adminReview?: XOR<ProposalReviewNullableUpdateEnvelopeInput, ProposalReviewCreateInput> | null
|
|
39768
39903
|
candidates?: XOR<ProposalCandidateListUpdateEnvelopeInput, ProposalCandidateCreateInput> | ProposalCandidateCreateInput[]
|
|
39904
|
+
currency?: NullableStringFieldUpdateOperationsInput | string | null
|
|
39905
|
+
teamProposal?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
39769
39906
|
}
|
|
39770
39907
|
|
|
39771
39908
|
export type ProposalUncheckedUpdateManyWithoutCreatedByInput = {
|
|
@@ -39790,6 +39927,8 @@ export namespace Prisma {
|
|
|
39790
39927
|
applications?: ProposalUpdateapplicationsInput | string[]
|
|
39791
39928
|
adminReview?: XOR<ProposalReviewNullableUpdateEnvelopeInput, ProposalReviewCreateInput> | null
|
|
39792
39929
|
candidates?: XOR<ProposalCandidateListUpdateEnvelopeInput, ProposalCandidateCreateInput> | ProposalCandidateCreateInput[]
|
|
39930
|
+
currency?: NullableStringFieldUpdateOperationsInput | string | null
|
|
39931
|
+
teamProposal?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
39793
39932
|
}
|
|
39794
39933
|
|
|
39795
39934
|
export type ProposalUpdateWithoutSharedByInput = {
|
|
@@ -39811,6 +39950,8 @@ export namespace Prisma {
|
|
|
39811
39950
|
applications?: ProposalUpdateapplicationsInput | string[]
|
|
39812
39951
|
adminReview?: XOR<ProposalReviewNullableUpdateEnvelopeInput, ProposalReviewCreateInput> | null
|
|
39813
39952
|
candidates?: XOR<ProposalCandidateListUpdateEnvelopeInput, ProposalCandidateCreateInput> | ProposalCandidateCreateInput[]
|
|
39953
|
+
currency?: NullableStringFieldUpdateOperationsInput | string | null
|
|
39954
|
+
teamProposal?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
39814
39955
|
createdBy?: UserUpdateOneWithoutAuthoredProposalsNestedInput
|
|
39815
39956
|
mission?: MissionUpdateOneWithoutProposalsNestedInput
|
|
39816
39957
|
missionSpec?: MissionSpecUpdateOneWithoutProposalsNestedInput
|
|
@@ -39838,6 +39979,8 @@ export namespace Prisma {
|
|
|
39838
39979
|
applications?: ProposalUpdateapplicationsInput | string[]
|
|
39839
39980
|
adminReview?: XOR<ProposalReviewNullableUpdateEnvelopeInput, ProposalReviewCreateInput> | null
|
|
39840
39981
|
candidates?: XOR<ProposalCandidateListUpdateEnvelopeInput, ProposalCandidateCreateInput> | ProposalCandidateCreateInput[]
|
|
39982
|
+
currency?: NullableStringFieldUpdateOperationsInput | string | null
|
|
39983
|
+
teamProposal?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
39841
39984
|
}
|
|
39842
39985
|
|
|
39843
39986
|
export type ProposalUncheckedUpdateManyWithoutSharedByInput = {
|
|
@@ -39862,6 +40005,8 @@ export namespace Prisma {
|
|
|
39862
40005
|
applications?: ProposalUpdateapplicationsInput | string[]
|
|
39863
40006
|
adminReview?: XOR<ProposalReviewNullableUpdateEnvelopeInput, ProposalReviewCreateInput> | null
|
|
39864
40007
|
candidates?: XOR<ProposalCandidateListUpdateEnvelopeInput, ProposalCandidateCreateInput> | ProposalCandidateCreateInput[]
|
|
40008
|
+
currency?: NullableStringFieldUpdateOperationsInput | string | null
|
|
40009
|
+
teamProposal?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
39865
40010
|
}
|
|
39866
40011
|
|
|
39867
40012
|
export type StructuredEnrichmentWhereInput = {
|
|
@@ -40318,9 +40463,10 @@ export namespace Prisma {
|
|
|
40318
40463
|
push?: string | string[]
|
|
40319
40464
|
}
|
|
40320
40465
|
|
|
40321
|
-
export type
|
|
40322
|
-
set?: ProposalCandidateSectionsCreateInput
|
|
40323
|
-
|
|
40466
|
+
export type ProposalCandidateSectionsNullableUpdateEnvelopeInput = {
|
|
40467
|
+
set?: ProposalCandidateSectionsCreateInput | null
|
|
40468
|
+
upsert?: ProposalCandidateSectionsUpsertInput
|
|
40469
|
+
unset?: boolean
|
|
40324
40470
|
}
|
|
40325
40471
|
|
|
40326
40472
|
export type UserTalentIndustryExperienceViewCreatejobTitlesInput = {
|
|
@@ -40524,10 +40670,9 @@ export namespace Prisma {
|
|
|
40524
40670
|
where: ClientRoleQuestionWhereInput
|
|
40525
40671
|
}
|
|
40526
40672
|
|
|
40527
|
-
export type
|
|
40528
|
-
|
|
40529
|
-
|
|
40530
|
-
experience?: XOR<ProposalCandidateSectionDataUpdateEnvelopeInput, ProposalCandidateSectionDataCreateInput>
|
|
40673
|
+
export type ProposalCandidateSectionsUpsertInput = {
|
|
40674
|
+
set: ProposalCandidateSectionsCreateInput | null
|
|
40675
|
+
update: ProposalCandidateSectionsUpdateInput
|
|
40531
40676
|
}
|
|
40532
40677
|
|
|
40533
40678
|
export type UserTalentSkillAssignmentDataUpsertInput = {
|
|
@@ -40677,9 +40822,10 @@ export namespace Prisma {
|
|
|
40677
40822
|
updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
40678
40823
|
}
|
|
40679
40824
|
|
|
40680
|
-
export type
|
|
40681
|
-
|
|
40682
|
-
|
|
40825
|
+
export type ProposalCandidateSectionsUpdateInput = {
|
|
40826
|
+
requirements?: XOR<ProposalCandidateSectionDataUpdateEnvelopeInput, ProposalCandidateSectionDataCreateInput>
|
|
40827
|
+
extraSkill?: XOR<ProposalCandidateSectionDataUpdateEnvelopeInput, ProposalCandidateSectionDataCreateInput>
|
|
40828
|
+
experience?: XOR<ProposalCandidateSectionDataUpdateEnvelopeInput, ProposalCandidateSectionDataCreateInput>
|
|
40683
40829
|
}
|
|
40684
40830
|
|
|
40685
40831
|
export type UserTalentSkillAssignmentDataUpdateInput = {
|
|
@@ -40716,9 +40862,9 @@ export namespace Prisma {
|
|
|
40716
40862
|
set?: $Enums.MissionRoleVisibilityStatus
|
|
40717
40863
|
}
|
|
40718
40864
|
|
|
40719
|
-
export type
|
|
40720
|
-
|
|
40721
|
-
|
|
40865
|
+
export type ProposalCandidateSectionDataUpdateEnvelopeInput = {
|
|
40866
|
+
set?: ProposalCandidateSectionDataCreateInput
|
|
40867
|
+
update?: ProposalCandidateSectionDataUpdateInput
|
|
40722
40868
|
}
|
|
40723
40869
|
|
|
40724
40870
|
export type UserTalentSkillAssignmentListUpdateEnvelopeInput = {
|
|
@@ -40740,6 +40886,11 @@ export namespace Prisma {
|
|
|
40740
40886
|
update: TimezoneObjectUpdateInput
|
|
40741
40887
|
}
|
|
40742
40888
|
|
|
40889
|
+
export type ProposalCandidateSectionDataUpdateInput = {
|
|
40890
|
+
text?: NullableStringFieldUpdateOperationsInput | string | null
|
|
40891
|
+
title?: NullableStringFieldUpdateOperationsInput | string | null
|
|
40892
|
+
}
|
|
40893
|
+
|
|
40743
40894
|
export type UserTalentSkillAssignmentUpdateManyInput = {
|
|
40744
40895
|
where: UserTalentSkillAssignmentWhereInput
|
|
40745
40896
|
data: UserTalentSkillAssignmentUpdateInput
|