@a_team/prisma 3.16.1-macos-docker-linux → 3.16.2-linux
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client/edge.js +6 -5
- package/dist/client/index-browser.js +2 -1
- package/dist/client/index.d.ts +608 -1
- package/dist/client/index.js +8 -7
- package/dist/client/{libquery_engine-linux-arm64-openssl-3.0.x.so.node → libquery_engine-linux-musl-openssl-3.0.x.so.node} +0 -0
- package/dist/client/package.json +1 -1
- package/dist/client/schema.prisma +4 -0
- package/dist/client/wasm.js +2 -1
- package/package.json +4 -2
package/dist/client/index.d.ts
CHANGED
|
@@ -4732,6 +4732,7 @@ export namespace Prisma {
|
|
|
4732
4732
|
clientInterviews: number
|
|
4733
4733
|
builderInterviews: number
|
|
4734
4734
|
proposalsAsTeamAdvisor: number
|
|
4735
|
+
builderContracts: number
|
|
4735
4736
|
}
|
|
4736
4737
|
|
|
4737
4738
|
export type UserCountOutputTypeSelect<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
@@ -4752,6 +4753,7 @@ export namespace Prisma {
|
|
|
4752
4753
|
clientInterviews?: boolean | UserCountOutputTypeCountClientInterviewsArgs
|
|
4753
4754
|
builderInterviews?: boolean | UserCountOutputTypeCountBuilderInterviewsArgs
|
|
4754
4755
|
proposalsAsTeamAdvisor?: boolean | UserCountOutputTypeCountProposalsAsTeamAdvisorArgs
|
|
4756
|
+
builderContracts?: boolean | UserCountOutputTypeCountBuilderContractsArgs
|
|
4755
4757
|
}
|
|
4756
4758
|
|
|
4757
4759
|
// Custom InputTypes
|
|
@@ -4884,6 +4886,13 @@ export namespace Prisma {
|
|
|
4884
4886
|
where?: ProposalWhereInput
|
|
4885
4887
|
}
|
|
4886
4888
|
|
|
4889
|
+
/**
|
|
4890
|
+
* UserCountOutputType without action
|
|
4891
|
+
*/
|
|
4892
|
+
export type UserCountOutputTypeCountBuilderContractsArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
4893
|
+
where?: ContractWhereInput
|
|
4894
|
+
}
|
|
4895
|
+
|
|
4887
4896
|
|
|
4888
4897
|
/**
|
|
4889
4898
|
* Models
|
|
@@ -21191,6 +21200,7 @@ export namespace Prisma {
|
|
|
21191
21200
|
documentTitle: string | null
|
|
21192
21201
|
accountId: string | null
|
|
21193
21202
|
deletedAt: Date | null
|
|
21203
|
+
builderId: string | null
|
|
21194
21204
|
}
|
|
21195
21205
|
|
|
21196
21206
|
export type ContractMaxAggregateOutputType = {
|
|
@@ -21207,6 +21217,7 @@ export namespace Prisma {
|
|
|
21207
21217
|
documentTitle: string | null
|
|
21208
21218
|
accountId: string | null
|
|
21209
21219
|
deletedAt: Date | null
|
|
21220
|
+
builderId: string | null
|
|
21210
21221
|
}
|
|
21211
21222
|
|
|
21212
21223
|
export type ContractCountAggregateOutputType = {
|
|
@@ -21223,6 +21234,7 @@ export namespace Prisma {
|
|
|
21223
21234
|
documentTitle: number
|
|
21224
21235
|
accountId: number
|
|
21225
21236
|
deletedAt: number
|
|
21237
|
+
builderId: number
|
|
21226
21238
|
_all: number
|
|
21227
21239
|
}
|
|
21228
21240
|
|
|
@@ -21241,6 +21253,7 @@ export namespace Prisma {
|
|
|
21241
21253
|
documentTitle?: true
|
|
21242
21254
|
accountId?: true
|
|
21243
21255
|
deletedAt?: true
|
|
21256
|
+
builderId?: true
|
|
21244
21257
|
}
|
|
21245
21258
|
|
|
21246
21259
|
export type ContractMaxAggregateInputType = {
|
|
@@ -21257,6 +21270,7 @@ export namespace Prisma {
|
|
|
21257
21270
|
documentTitle?: true
|
|
21258
21271
|
accountId?: true
|
|
21259
21272
|
deletedAt?: true
|
|
21273
|
+
builderId?: true
|
|
21260
21274
|
}
|
|
21261
21275
|
|
|
21262
21276
|
export type ContractCountAggregateInputType = {
|
|
@@ -21273,6 +21287,7 @@ export namespace Prisma {
|
|
|
21273
21287
|
documentTitle?: true
|
|
21274
21288
|
accountId?: true
|
|
21275
21289
|
deletedAt?: true
|
|
21290
|
+
builderId?: true
|
|
21276
21291
|
_all?: true
|
|
21277
21292
|
}
|
|
21278
21293
|
|
|
@@ -21362,6 +21377,7 @@ export namespace Prisma {
|
|
|
21362
21377
|
documentTitle: string | null
|
|
21363
21378
|
accountId: string | null
|
|
21364
21379
|
deletedAt: Date | null
|
|
21380
|
+
builderId: string | null
|
|
21365
21381
|
_count: ContractCountAggregateOutputType | null
|
|
21366
21382
|
_min: ContractMinAggregateOutputType | null
|
|
21367
21383
|
_max: ContractMaxAggregateOutputType | null
|
|
@@ -21397,8 +21413,10 @@ export namespace Prisma {
|
|
|
21397
21413
|
documentTitle?: boolean
|
|
21398
21414
|
accountId?: boolean
|
|
21399
21415
|
deletedAt?: boolean
|
|
21416
|
+
builderId?: boolean
|
|
21400
21417
|
mission?: boolean | Contract$missionArgs<ExtArgs>
|
|
21401
21418
|
account?: boolean | Contract$accountArgs<ExtArgs>
|
|
21419
|
+
builder?: boolean | Contract$builderArgs<ExtArgs>
|
|
21402
21420
|
}, ExtArgs["result"]["contract"]>
|
|
21403
21421
|
|
|
21404
21422
|
|
|
@@ -21416,11 +21434,13 @@ export namespace Prisma {
|
|
|
21416
21434
|
documentTitle?: boolean
|
|
21417
21435
|
accountId?: boolean
|
|
21418
21436
|
deletedAt?: boolean
|
|
21437
|
+
builderId?: boolean
|
|
21419
21438
|
}
|
|
21420
21439
|
|
|
21421
21440
|
export type ContractInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
21422
21441
|
mission?: boolean | Contract$missionArgs<ExtArgs>
|
|
21423
21442
|
account?: boolean | Contract$accountArgs<ExtArgs>
|
|
21443
|
+
builder?: boolean | Contract$builderArgs<ExtArgs>
|
|
21424
21444
|
}
|
|
21425
21445
|
|
|
21426
21446
|
export type $ContractPayload<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
@@ -21428,6 +21448,7 @@ export namespace Prisma {
|
|
|
21428
21448
|
objects: {
|
|
21429
21449
|
mission: Prisma.$MissionPayload<ExtArgs> | null
|
|
21430
21450
|
account: Prisma.$AccountPayload<ExtArgs> | null
|
|
21451
|
+
builder: Prisma.$UserPayload<ExtArgs> | null
|
|
21431
21452
|
}
|
|
21432
21453
|
scalars: $Extensions.GetPayloadResult<{
|
|
21433
21454
|
sid: string
|
|
@@ -21443,6 +21464,7 @@ export namespace Prisma {
|
|
|
21443
21464
|
documentTitle: string | null
|
|
21444
21465
|
accountId: string | null
|
|
21445
21466
|
deletedAt: Date | null
|
|
21467
|
+
builderId: string | null
|
|
21446
21468
|
}, ExtArgs["result"]["contract"]>
|
|
21447
21469
|
composites: {
|
|
21448
21470
|
parties: Prisma.$ContractPartyPayload[]
|
|
@@ -21811,6 +21833,7 @@ export namespace Prisma {
|
|
|
21811
21833
|
readonly [Symbol.toStringTag]: "PrismaPromise"
|
|
21812
21834
|
mission<T extends Contract$missionArgs<ExtArgs> = {}>(args?: Subset<T, Contract$missionArgs<ExtArgs>>): Prisma__MissionClient<$Result.GetResult<Prisma.$MissionPayload<ExtArgs>, T, "findUniqueOrThrow"> | null, null, ExtArgs>
|
|
21813
21835
|
account<T extends Contract$accountArgs<ExtArgs> = {}>(args?: Subset<T, Contract$accountArgs<ExtArgs>>): Prisma__AccountClient<$Result.GetResult<Prisma.$AccountPayload<ExtArgs>, T, "findUniqueOrThrow"> | null, null, ExtArgs>
|
|
21836
|
+
builder<T extends Contract$builderArgs<ExtArgs> = {}>(args?: Subset<T, Contract$builderArgs<ExtArgs>>): Prisma__UserClient<$Result.GetResult<Prisma.$UserPayload<ExtArgs>, T, "findUniqueOrThrow"> | null, null, ExtArgs>
|
|
21814
21837
|
/**
|
|
21815
21838
|
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
21816
21839
|
* @param onfulfilled The callback to execute when the Promise is resolved.
|
|
@@ -21853,6 +21876,7 @@ export namespace Prisma {
|
|
|
21853
21876
|
readonly documentTitle: FieldRef<"Contract", 'String'>
|
|
21854
21877
|
readonly accountId: FieldRef<"Contract", 'String'>
|
|
21855
21878
|
readonly deletedAt: FieldRef<"Contract", 'DateTime'>
|
|
21879
|
+
readonly builderId: FieldRef<"Contract", 'String'>
|
|
21856
21880
|
}
|
|
21857
21881
|
|
|
21858
21882
|
|
|
@@ -22208,6 +22232,21 @@ export namespace Prisma {
|
|
|
22208
22232
|
where?: AccountWhereInput
|
|
22209
22233
|
}
|
|
22210
22234
|
|
|
22235
|
+
/**
|
|
22236
|
+
* Contract.builder
|
|
22237
|
+
*/
|
|
22238
|
+
export type Contract$builderArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
22239
|
+
/**
|
|
22240
|
+
* Select specific fields to fetch from the User
|
|
22241
|
+
*/
|
|
22242
|
+
select?: UserSelect<ExtArgs> | null
|
|
22243
|
+
/**
|
|
22244
|
+
* Choose, which related nodes to fetch as well
|
|
22245
|
+
*/
|
|
22246
|
+
include?: UserInclude<ExtArgs> | null
|
|
22247
|
+
where?: UserWhereInput
|
|
22248
|
+
}
|
|
22249
|
+
|
|
22211
22250
|
/**
|
|
22212
22251
|
* Contract without action
|
|
22213
22252
|
*/
|
|
@@ -38375,6 +38414,7 @@ export namespace Prisma {
|
|
|
38375
38414
|
clientInterviews?: boolean | User$clientInterviewsArgs<ExtArgs>
|
|
38376
38415
|
builderInterviews?: boolean | User$builderInterviewsArgs<ExtArgs>
|
|
38377
38416
|
proposalsAsTeamAdvisor?: boolean | User$proposalsAsTeamAdvisorArgs<ExtArgs>
|
|
38417
|
+
builderContracts?: boolean | User$builderContractsArgs<ExtArgs>
|
|
38378
38418
|
_count?: boolean | UserCountOutputTypeDefaultArgs<ExtArgs>
|
|
38379
38419
|
}, ExtArgs["result"]["user"]>
|
|
38380
38420
|
|
|
@@ -38421,6 +38461,7 @@ export namespace Prisma {
|
|
|
38421
38461
|
clientInterviews?: boolean | User$clientInterviewsArgs<ExtArgs>
|
|
38422
38462
|
builderInterviews?: boolean | User$builderInterviewsArgs<ExtArgs>
|
|
38423
38463
|
proposalsAsTeamAdvisor?: boolean | User$proposalsAsTeamAdvisorArgs<ExtArgs>
|
|
38464
|
+
builderContracts?: boolean | User$builderContractsArgs<ExtArgs>
|
|
38424
38465
|
_count?: boolean | UserCountOutputTypeDefaultArgs<ExtArgs>
|
|
38425
38466
|
}
|
|
38426
38467
|
|
|
@@ -38446,6 +38487,7 @@ export namespace Prisma {
|
|
|
38446
38487
|
clientInterviews: Prisma.$ClientInterviewPayload<ExtArgs>[]
|
|
38447
38488
|
builderInterviews: Prisma.$ClientInterviewPayload<ExtArgs>[]
|
|
38448
38489
|
proposalsAsTeamAdvisor: Prisma.$ProposalPayload<ExtArgs>[]
|
|
38490
|
+
builderContracts: Prisma.$ContractPayload<ExtArgs>[]
|
|
38449
38491
|
}
|
|
38450
38492
|
scalars: $Extensions.GetPayloadResult<{
|
|
38451
38493
|
id: string
|
|
@@ -38866,6 +38908,7 @@ export namespace Prisma {
|
|
|
38866
38908
|
clientInterviews<T extends User$clientInterviewsArgs<ExtArgs> = {}>(args?: Subset<T, User$clientInterviewsArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$ClientInterviewPayload<ExtArgs>, T, "findMany"> | Null>
|
|
38867
38909
|
builderInterviews<T extends User$builderInterviewsArgs<ExtArgs> = {}>(args?: Subset<T, User$builderInterviewsArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$ClientInterviewPayload<ExtArgs>, T, "findMany"> | Null>
|
|
38868
38910
|
proposalsAsTeamAdvisor<T extends User$proposalsAsTeamAdvisorArgs<ExtArgs> = {}>(args?: Subset<T, User$proposalsAsTeamAdvisorArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$ProposalPayload<ExtArgs>, T, "findMany"> | Null>
|
|
38911
|
+
builderContracts<T extends User$builderContractsArgs<ExtArgs> = {}>(args?: Subset<T, User$builderContractsArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$ContractPayload<ExtArgs>, T, "findMany"> | Null>
|
|
38869
38912
|
/**
|
|
38870
38913
|
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
38871
38914
|
* @param onfulfilled The callback to execute when the Promise is resolved.
|
|
@@ -39609,6 +39652,26 @@ export namespace Prisma {
|
|
|
39609
39652
|
distinct?: ProposalScalarFieldEnum | ProposalScalarFieldEnum[]
|
|
39610
39653
|
}
|
|
39611
39654
|
|
|
39655
|
+
/**
|
|
39656
|
+
* User.builderContracts
|
|
39657
|
+
*/
|
|
39658
|
+
export type User$builderContractsArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
39659
|
+
/**
|
|
39660
|
+
* Select specific fields to fetch from the Contract
|
|
39661
|
+
*/
|
|
39662
|
+
select?: ContractSelect<ExtArgs> | null
|
|
39663
|
+
/**
|
|
39664
|
+
* Choose, which related nodes to fetch as well
|
|
39665
|
+
*/
|
|
39666
|
+
include?: ContractInclude<ExtArgs> | null
|
|
39667
|
+
where?: ContractWhereInput
|
|
39668
|
+
orderBy?: ContractOrderByWithRelationInput | ContractOrderByWithRelationInput[]
|
|
39669
|
+
cursor?: ContractWhereUniqueInput
|
|
39670
|
+
take?: number
|
|
39671
|
+
skip?: number
|
|
39672
|
+
distinct?: ContractScalarFieldEnum | ContractScalarFieldEnum[]
|
|
39673
|
+
}
|
|
39674
|
+
|
|
39612
39675
|
/**
|
|
39613
39676
|
* User without action
|
|
39614
39677
|
*/
|
|
@@ -41839,7 +41902,8 @@ export namespace Prisma {
|
|
|
41839
41902
|
source: 'source',
|
|
41840
41903
|
documentTitle: 'documentTitle',
|
|
41841
41904
|
accountId: 'accountId',
|
|
41842
|
-
deletedAt: 'deletedAt'
|
|
41905
|
+
deletedAt: 'deletedAt',
|
|
41906
|
+
builderId: 'builderId'
|
|
41843
41907
|
};
|
|
41844
41908
|
|
|
41845
41909
|
export type ContractScalarFieldEnum = (typeof ContractScalarFieldEnum)[keyof typeof ContractScalarFieldEnum]
|
|
@@ -43807,8 +43871,10 @@ export namespace Prisma {
|
|
|
43807
43871
|
documentTitle?: StringNullableFilter<"Contract"> | string | null
|
|
43808
43872
|
accountId?: StringNullableFilter<"Contract"> | string | null
|
|
43809
43873
|
deletedAt?: DateTimeNullableFilter<"Contract"> | Date | string | null
|
|
43874
|
+
builderId?: StringNullableFilter<"Contract"> | string | null
|
|
43810
43875
|
mission?: XOR<MissionNullableRelationFilter, MissionWhereInput> | null
|
|
43811
43876
|
account?: XOR<AccountNullableRelationFilter, AccountWhereInput> | null
|
|
43877
|
+
builder?: XOR<UserNullableRelationFilter, UserWhereInput> | null
|
|
43812
43878
|
}
|
|
43813
43879
|
|
|
43814
43880
|
export type ContractOrderByWithRelationInput = {
|
|
@@ -43827,8 +43893,10 @@ export namespace Prisma {
|
|
|
43827
43893
|
documentTitle?: SortOrder
|
|
43828
43894
|
accountId?: SortOrder
|
|
43829
43895
|
deletedAt?: SortOrder
|
|
43896
|
+
builderId?: SortOrder
|
|
43830
43897
|
mission?: MissionOrderByWithRelationInput
|
|
43831
43898
|
account?: AccountOrderByWithRelationInput
|
|
43899
|
+
builder?: UserOrderByWithRelationInput
|
|
43832
43900
|
}
|
|
43833
43901
|
|
|
43834
43902
|
export type ContractWhereUniqueInput = Prisma.AtLeast<{
|
|
@@ -43850,8 +43918,10 @@ export namespace Prisma {
|
|
|
43850
43918
|
documentTitle?: StringNullableFilter<"Contract"> | string | null
|
|
43851
43919
|
accountId?: StringNullableFilter<"Contract"> | string | null
|
|
43852
43920
|
deletedAt?: DateTimeNullableFilter<"Contract"> | Date | string | null
|
|
43921
|
+
builderId?: StringNullableFilter<"Contract"> | string | null
|
|
43853
43922
|
mission?: XOR<MissionNullableRelationFilter, MissionWhereInput> | null
|
|
43854
43923
|
account?: XOR<AccountNullableRelationFilter, AccountWhereInput> | null
|
|
43924
|
+
builder?: XOR<UserNullableRelationFilter, UserWhereInput> | null
|
|
43855
43925
|
}, "sid">
|
|
43856
43926
|
|
|
43857
43927
|
export type ContractOrderByWithAggregationInput = {
|
|
@@ -43868,6 +43938,7 @@ export namespace Prisma {
|
|
|
43868
43938
|
documentTitle?: SortOrder
|
|
43869
43939
|
accountId?: SortOrder
|
|
43870
43940
|
deletedAt?: SortOrder
|
|
43941
|
+
builderId?: SortOrder
|
|
43871
43942
|
_count?: ContractCountOrderByAggregateInput
|
|
43872
43943
|
_max?: ContractMaxOrderByAggregateInput
|
|
43873
43944
|
_min?: ContractMinOrderByAggregateInput
|
|
@@ -43890,6 +43961,7 @@ export namespace Prisma {
|
|
|
43890
43961
|
documentTitle?: StringNullableWithAggregatesFilter<"Contract"> | string | null
|
|
43891
43962
|
accountId?: StringNullableWithAggregatesFilter<"Contract"> | string | null
|
|
43892
43963
|
deletedAt?: DateTimeNullableWithAggregatesFilter<"Contract"> | Date | string | null
|
|
43964
|
+
builderId?: StringNullableWithAggregatesFilter<"Contract"> | string | null
|
|
43893
43965
|
}
|
|
43894
43966
|
|
|
43895
43967
|
export type ExperienceWhereInput = {
|
|
@@ -45610,6 +45682,7 @@ export namespace Prisma {
|
|
|
45610
45682
|
clientInterviews?: ClientInterviewListRelationFilter
|
|
45611
45683
|
builderInterviews?: ClientInterviewListRelationFilter
|
|
45612
45684
|
proposalsAsTeamAdvisor?: ProposalListRelationFilter
|
|
45685
|
+
builderContracts?: ContractListRelationFilter
|
|
45613
45686
|
}
|
|
45614
45687
|
|
|
45615
45688
|
export type UserOrderByWithRelationInput = {
|
|
@@ -45667,6 +45740,7 @@ export namespace Prisma {
|
|
|
45667
45740
|
clientInterviews?: ClientInterviewOrderByRelationAggregateInput
|
|
45668
45741
|
builderInterviews?: ClientInterviewOrderByRelationAggregateInput
|
|
45669
45742
|
proposalsAsTeamAdvisor?: ProposalOrderByRelationAggregateInput
|
|
45743
|
+
builderContracts?: ContractOrderByRelationAggregateInput
|
|
45670
45744
|
}
|
|
45671
45745
|
|
|
45672
45746
|
export type UserWhereUniqueInput = Prisma.AtLeast<{
|
|
@@ -45727,6 +45801,7 @@ export namespace Prisma {
|
|
|
45727
45801
|
clientInterviews?: ClientInterviewListRelationFilter
|
|
45728
45802
|
builderInterviews?: ClientInterviewListRelationFilter
|
|
45729
45803
|
proposalsAsTeamAdvisor?: ProposalListRelationFilter
|
|
45804
|
+
builderContracts?: ContractListRelationFilter
|
|
45730
45805
|
}, "id" | "username" | "email">
|
|
45731
45806
|
|
|
45732
45807
|
export type UserOrderByWithAggregationInput = {
|
|
@@ -46980,6 +47055,7 @@ export namespace Prisma {
|
|
|
46980
47055
|
deletedAt?: Date | string | null
|
|
46981
47056
|
mission?: MissionCreateNestedOneWithoutContractsInput
|
|
46982
47057
|
account?: AccountCreateNestedOneWithoutContractsInput
|
|
47058
|
+
builder?: UserCreateNestedOneWithoutBuilderContractsInput
|
|
46983
47059
|
}
|
|
46984
47060
|
|
|
46985
47061
|
export type ContractUncheckedCreateInput = {
|
|
@@ -46998,6 +47074,7 @@ export namespace Prisma {
|
|
|
46998
47074
|
documentTitle?: string | null
|
|
46999
47075
|
accountId?: string | null
|
|
47000
47076
|
deletedAt?: Date | string | null
|
|
47077
|
+
builderId?: string | null
|
|
47001
47078
|
}
|
|
47002
47079
|
|
|
47003
47080
|
export type ContractUpdateInput = {
|
|
@@ -47015,6 +47092,7 @@ export namespace Prisma {
|
|
|
47015
47092
|
deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
47016
47093
|
mission?: MissionUpdateOneWithoutContractsNestedInput
|
|
47017
47094
|
account?: AccountUpdateOneWithoutContractsNestedInput
|
|
47095
|
+
builder?: UserUpdateOneWithoutBuilderContractsNestedInput
|
|
47018
47096
|
}
|
|
47019
47097
|
|
|
47020
47098
|
export type ContractUncheckedUpdateInput = {
|
|
@@ -47032,6 +47110,7 @@ export namespace Prisma {
|
|
|
47032
47110
|
documentTitle?: NullableStringFieldUpdateOperationsInput | string | null
|
|
47033
47111
|
accountId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
47034
47112
|
deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
47113
|
+
builderId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
47035
47114
|
}
|
|
47036
47115
|
|
|
47037
47116
|
export type ContractCreateManyInput = {
|
|
@@ -47050,6 +47129,7 @@ export namespace Prisma {
|
|
|
47050
47129
|
documentTitle?: string | null
|
|
47051
47130
|
accountId?: string | null
|
|
47052
47131
|
deletedAt?: Date | string | null
|
|
47132
|
+
builderId?: string | null
|
|
47053
47133
|
}
|
|
47054
47134
|
|
|
47055
47135
|
export type ContractUpdateManyMutationInput = {
|
|
@@ -47082,6 +47162,7 @@ export namespace Prisma {
|
|
|
47082
47162
|
documentTitle?: NullableStringFieldUpdateOperationsInput | string | null
|
|
47083
47163
|
accountId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
47084
47164
|
deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
47165
|
+
builderId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
47085
47166
|
}
|
|
47086
47167
|
|
|
47087
47168
|
export type ExperienceCreateInput = {
|
|
@@ -49152,6 +49233,7 @@ export namespace Prisma {
|
|
|
49152
49233
|
clientInterviews?: ClientInterviewCreateNestedManyWithoutClientInput
|
|
49153
49234
|
builderInterviews?: ClientInterviewCreateNestedManyWithoutBuilderInput
|
|
49154
49235
|
proposalsAsTeamAdvisor?: ProposalCreateNestedManyWithoutTeamAdvisorInput
|
|
49236
|
+
builderContracts?: ContractCreateNestedManyWithoutBuilderInput
|
|
49155
49237
|
}
|
|
49156
49238
|
|
|
49157
49239
|
export type UserUncheckedCreateInput = {
|
|
@@ -49209,6 +49291,7 @@ export namespace Prisma {
|
|
|
49209
49291
|
clientInterviews?: ClientInterviewUncheckedCreateNestedManyWithoutClientInput
|
|
49210
49292
|
builderInterviews?: ClientInterviewUncheckedCreateNestedManyWithoutBuilderInput
|
|
49211
49293
|
proposalsAsTeamAdvisor?: ProposalUncheckedCreateNestedManyWithoutTeamAdvisorInput
|
|
49294
|
+
builderContracts?: ContractUncheckedCreateNestedManyWithoutBuilderInput
|
|
49212
49295
|
}
|
|
49213
49296
|
|
|
49214
49297
|
export type UserUpdateInput = {
|
|
@@ -49265,6 +49348,7 @@ export namespace Prisma {
|
|
|
49265
49348
|
clientInterviews?: ClientInterviewUpdateManyWithoutClientNestedInput
|
|
49266
49349
|
builderInterviews?: ClientInterviewUpdateManyWithoutBuilderNestedInput
|
|
49267
49350
|
proposalsAsTeamAdvisor?: ProposalUpdateManyWithoutTeamAdvisorNestedInput
|
|
49351
|
+
builderContracts?: ContractUpdateManyWithoutBuilderNestedInput
|
|
49268
49352
|
}
|
|
49269
49353
|
|
|
49270
49354
|
export type UserUncheckedUpdateInput = {
|
|
@@ -49321,6 +49405,7 @@ export namespace Prisma {
|
|
|
49321
49405
|
clientInterviews?: ClientInterviewUncheckedUpdateManyWithoutClientNestedInput
|
|
49322
49406
|
builderInterviews?: ClientInterviewUncheckedUpdateManyWithoutBuilderNestedInput
|
|
49323
49407
|
proposalsAsTeamAdvisor?: ProposalUncheckedUpdateManyWithoutTeamAdvisorNestedInput
|
|
49408
|
+
builderContracts?: ContractUncheckedUpdateManyWithoutBuilderNestedInput
|
|
49324
49409
|
}
|
|
49325
49410
|
|
|
49326
49411
|
export type UserCreateManyInput = {
|
|
@@ -50921,6 +51006,7 @@ export namespace Prisma {
|
|
|
50921
51006
|
documentTitle?: SortOrder
|
|
50922
51007
|
accountId?: SortOrder
|
|
50923
51008
|
deletedAt?: SortOrder
|
|
51009
|
+
builderId?: SortOrder
|
|
50924
51010
|
}
|
|
50925
51011
|
|
|
50926
51012
|
export type ContractMaxOrderByAggregateInput = {
|
|
@@ -50937,6 +51023,7 @@ export namespace Prisma {
|
|
|
50937
51023
|
documentTitle?: SortOrder
|
|
50938
51024
|
accountId?: SortOrder
|
|
50939
51025
|
deletedAt?: SortOrder
|
|
51026
|
+
builderId?: SortOrder
|
|
50940
51027
|
}
|
|
50941
51028
|
|
|
50942
51029
|
export type ContractMinOrderByAggregateInput = {
|
|
@@ -50953,6 +51040,7 @@ export namespace Prisma {
|
|
|
50953
51040
|
documentTitle?: SortOrder
|
|
50954
51041
|
accountId?: SortOrder
|
|
50955
51042
|
deletedAt?: SortOrder
|
|
51043
|
+
builderId?: SortOrder
|
|
50956
51044
|
}
|
|
50957
51045
|
|
|
50958
51046
|
export type EnumContractStatusWithAggregatesFilter<$PrismaModel = never> = {
|
|
@@ -54618,6 +54706,12 @@ export namespace Prisma {
|
|
|
54618
54706
|
connect?: AccountWhereUniqueInput
|
|
54619
54707
|
}
|
|
54620
54708
|
|
|
54709
|
+
export type UserCreateNestedOneWithoutBuilderContractsInput = {
|
|
54710
|
+
create?: XOR<UserCreateWithoutBuilderContractsInput, UserUncheckedCreateWithoutBuilderContractsInput>
|
|
54711
|
+
connectOrCreate?: UserCreateOrConnectWithoutBuilderContractsInput
|
|
54712
|
+
connect?: UserWhereUniqueInput
|
|
54713
|
+
}
|
|
54714
|
+
|
|
54621
54715
|
export type EnumContractStatusFieldUpdateOperationsInput = {
|
|
54622
54716
|
set?: $Enums.ContractStatus
|
|
54623
54717
|
}
|
|
@@ -54664,6 +54758,16 @@ export namespace Prisma {
|
|
|
54664
54758
|
update?: XOR<XOR<AccountUpdateToOneWithWhereWithoutContractsInput, AccountUpdateWithoutContractsInput>, AccountUncheckedUpdateWithoutContractsInput>
|
|
54665
54759
|
}
|
|
54666
54760
|
|
|
54761
|
+
export type UserUpdateOneWithoutBuilderContractsNestedInput = {
|
|
54762
|
+
create?: XOR<UserCreateWithoutBuilderContractsInput, UserUncheckedCreateWithoutBuilderContractsInput>
|
|
54763
|
+
connectOrCreate?: UserCreateOrConnectWithoutBuilderContractsInput
|
|
54764
|
+
upsert?: UserUpsertWithoutBuilderContractsInput
|
|
54765
|
+
disconnect?: boolean
|
|
54766
|
+
delete?: UserWhereInput | boolean
|
|
54767
|
+
connect?: UserWhereUniqueInput
|
|
54768
|
+
update?: XOR<XOR<UserUpdateToOneWithWhereWithoutBuilderContractsInput, UserUpdateWithoutBuilderContractsInput>, UserUncheckedUpdateWithoutBuilderContractsInput>
|
|
54769
|
+
}
|
|
54770
|
+
|
|
54667
54771
|
export type ExperienceCreateimagesUrlsInput = {
|
|
54668
54772
|
set: string[]
|
|
54669
54773
|
}
|
|
@@ -56392,6 +56496,13 @@ export namespace Prisma {
|
|
|
56392
56496
|
connect?: ProposalWhereUniqueInput | ProposalWhereUniqueInput[]
|
|
56393
56497
|
}
|
|
56394
56498
|
|
|
56499
|
+
export type ContractCreateNestedManyWithoutBuilderInput = {
|
|
56500
|
+
create?: XOR<ContractCreateWithoutBuilderInput, ContractUncheckedCreateWithoutBuilderInput> | ContractCreateWithoutBuilderInput[] | ContractUncheckedCreateWithoutBuilderInput[]
|
|
56501
|
+
connectOrCreate?: ContractCreateOrConnectWithoutBuilderInput | ContractCreateOrConnectWithoutBuilderInput[]
|
|
56502
|
+
createMany?: ContractCreateManyBuilderInputEnvelope
|
|
56503
|
+
connect?: ContractWhereUniqueInput | ContractWhereUniqueInput[]
|
|
56504
|
+
}
|
|
56505
|
+
|
|
56395
56506
|
export type MissionUncheckedCreateNestedManyWithoutCreatorModelInput = {
|
|
56396
56507
|
create?: XOR<MissionCreateWithoutCreatorModelInput, MissionUncheckedCreateWithoutCreatorModelInput> | MissionCreateWithoutCreatorModelInput[] | MissionUncheckedCreateWithoutCreatorModelInput[]
|
|
56397
56508
|
connectOrCreate?: MissionCreateOrConnectWithoutCreatorModelInput | MissionCreateOrConnectWithoutCreatorModelInput[]
|
|
@@ -56523,6 +56634,13 @@ export namespace Prisma {
|
|
|
56523
56634
|
connect?: ProposalWhereUniqueInput | ProposalWhereUniqueInput[]
|
|
56524
56635
|
}
|
|
56525
56636
|
|
|
56637
|
+
export type ContractUncheckedCreateNestedManyWithoutBuilderInput = {
|
|
56638
|
+
create?: XOR<ContractCreateWithoutBuilderInput, ContractUncheckedCreateWithoutBuilderInput> | ContractCreateWithoutBuilderInput[] | ContractUncheckedCreateWithoutBuilderInput[]
|
|
56639
|
+
connectOrCreate?: ContractCreateOrConnectWithoutBuilderInput | ContractCreateOrConnectWithoutBuilderInput[]
|
|
56640
|
+
createMany?: ContractCreateManyBuilderInputEnvelope
|
|
56641
|
+
connect?: ContractWhereUniqueInput | ContractWhereUniqueInput[]
|
|
56642
|
+
}
|
|
56643
|
+
|
|
56526
56644
|
export type EnumUserStatusFieldUpdateOperationsInput = {
|
|
56527
56645
|
set?: $Enums.UserStatus
|
|
56528
56646
|
}
|
|
@@ -56897,6 +57015,20 @@ export namespace Prisma {
|
|
|
56897
57015
|
deleteMany?: ProposalScalarWhereInput | ProposalScalarWhereInput[]
|
|
56898
57016
|
}
|
|
56899
57017
|
|
|
57018
|
+
export type ContractUpdateManyWithoutBuilderNestedInput = {
|
|
57019
|
+
create?: XOR<ContractCreateWithoutBuilderInput, ContractUncheckedCreateWithoutBuilderInput> | ContractCreateWithoutBuilderInput[] | ContractUncheckedCreateWithoutBuilderInput[]
|
|
57020
|
+
connectOrCreate?: ContractCreateOrConnectWithoutBuilderInput | ContractCreateOrConnectWithoutBuilderInput[]
|
|
57021
|
+
upsert?: ContractUpsertWithWhereUniqueWithoutBuilderInput | ContractUpsertWithWhereUniqueWithoutBuilderInput[]
|
|
57022
|
+
createMany?: ContractCreateManyBuilderInputEnvelope
|
|
57023
|
+
set?: ContractWhereUniqueInput | ContractWhereUniqueInput[]
|
|
57024
|
+
disconnect?: ContractWhereUniqueInput | ContractWhereUniqueInput[]
|
|
57025
|
+
delete?: ContractWhereUniqueInput | ContractWhereUniqueInput[]
|
|
57026
|
+
connect?: ContractWhereUniqueInput | ContractWhereUniqueInput[]
|
|
57027
|
+
update?: ContractUpdateWithWhereUniqueWithoutBuilderInput | ContractUpdateWithWhereUniqueWithoutBuilderInput[]
|
|
57028
|
+
updateMany?: ContractUpdateManyWithWhereWithoutBuilderInput | ContractUpdateManyWithWhereWithoutBuilderInput[]
|
|
57029
|
+
deleteMany?: ContractScalarWhereInput | ContractScalarWhereInput[]
|
|
57030
|
+
}
|
|
57031
|
+
|
|
56900
57032
|
export type MissionUncheckedUpdateManyWithoutCreatorModelNestedInput = {
|
|
56901
57033
|
create?: XOR<MissionCreateWithoutCreatorModelInput, MissionUncheckedCreateWithoutCreatorModelInput> | MissionCreateWithoutCreatorModelInput[] | MissionUncheckedCreateWithoutCreatorModelInput[]
|
|
56902
57034
|
connectOrCreate?: MissionCreateOrConnectWithoutCreatorModelInput | MissionCreateOrConnectWithoutCreatorModelInput[]
|
|
@@ -57155,6 +57287,20 @@ export namespace Prisma {
|
|
|
57155
57287
|
deleteMany?: ProposalScalarWhereInput | ProposalScalarWhereInput[]
|
|
57156
57288
|
}
|
|
57157
57289
|
|
|
57290
|
+
export type ContractUncheckedUpdateManyWithoutBuilderNestedInput = {
|
|
57291
|
+
create?: XOR<ContractCreateWithoutBuilderInput, ContractUncheckedCreateWithoutBuilderInput> | ContractCreateWithoutBuilderInput[] | ContractUncheckedCreateWithoutBuilderInput[]
|
|
57292
|
+
connectOrCreate?: ContractCreateOrConnectWithoutBuilderInput | ContractCreateOrConnectWithoutBuilderInput[]
|
|
57293
|
+
upsert?: ContractUpsertWithWhereUniqueWithoutBuilderInput | ContractUpsertWithWhereUniqueWithoutBuilderInput[]
|
|
57294
|
+
createMany?: ContractCreateManyBuilderInputEnvelope
|
|
57295
|
+
set?: ContractWhereUniqueInput | ContractWhereUniqueInput[]
|
|
57296
|
+
disconnect?: ContractWhereUniqueInput | ContractWhereUniqueInput[]
|
|
57297
|
+
delete?: ContractWhereUniqueInput | ContractWhereUniqueInput[]
|
|
57298
|
+
connect?: ContractWhereUniqueInput | ContractWhereUniqueInput[]
|
|
57299
|
+
update?: ContractUpdateWithWhereUniqueWithoutBuilderInput | ContractUpdateWithWhereUniqueWithoutBuilderInput[]
|
|
57300
|
+
updateMany?: ContractUpdateManyWithWhereWithoutBuilderInput | ContractUpdateManyWithWhereWithoutBuilderInput[]
|
|
57301
|
+
deleteMany?: ContractScalarWhereInput | ContractScalarWhereInput[]
|
|
57302
|
+
}
|
|
57303
|
+
|
|
57158
57304
|
export type PreferencesCreateEnvelopeInput = {
|
|
57159
57305
|
set?: PreferencesCreateInput
|
|
57160
57306
|
}
|
|
@@ -59211,6 +59357,7 @@ export namespace Prisma {
|
|
|
59211
59357
|
documentTitle?: string | null
|
|
59212
59358
|
deletedAt?: Date | string | null
|
|
59213
59359
|
mission?: MissionCreateNestedOneWithoutContractsInput
|
|
59360
|
+
builder?: UserCreateNestedOneWithoutBuilderContractsInput
|
|
59214
59361
|
}
|
|
59215
59362
|
|
|
59216
59363
|
export type ContractUncheckedCreateWithoutAccountInput = {
|
|
@@ -59228,6 +59375,7 @@ export namespace Prisma {
|
|
|
59228
59375
|
source?: $Enums.ContractSource | null
|
|
59229
59376
|
documentTitle?: string | null
|
|
59230
59377
|
deletedAt?: Date | string | null
|
|
59378
|
+
builderId?: string | null
|
|
59231
59379
|
}
|
|
59232
59380
|
|
|
59233
59381
|
export type ContractCreateOrConnectWithoutAccountInput = {
|
|
@@ -59612,6 +59760,7 @@ export namespace Prisma {
|
|
|
59612
59760
|
documentTitle?: StringNullableFilter<"Contract"> | string | null
|
|
59613
59761
|
accountId?: StringNullableFilter<"Contract"> | string | null
|
|
59614
59762
|
deletedAt?: DateTimeNullableFilter<"Contract"> | Date | string | null
|
|
59763
|
+
builderId?: StringNullableFilter<"Contract"> | string | null
|
|
59615
59764
|
}
|
|
59616
59765
|
|
|
59617
59766
|
export type UserReviewUpsertWithWhereUniqueWithoutAccountModelInput = {
|
|
@@ -59917,6 +60066,7 @@ export namespace Prisma {
|
|
|
59917
60066
|
clientInterviews?: ClientInterviewCreateNestedManyWithoutClientInput
|
|
59918
60067
|
builderInterviews?: ClientInterviewCreateNestedManyWithoutBuilderInput
|
|
59919
60068
|
proposalsAsTeamAdvisor?: ProposalCreateNestedManyWithoutTeamAdvisorInput
|
|
60069
|
+
builderContracts?: ContractCreateNestedManyWithoutBuilderInput
|
|
59920
60070
|
}
|
|
59921
60071
|
|
|
59922
60072
|
export type UserUncheckedCreateWithoutCalendarInput = {
|
|
@@ -59973,6 +60123,7 @@ export namespace Prisma {
|
|
|
59973
60123
|
clientInterviews?: ClientInterviewUncheckedCreateNestedManyWithoutClientInput
|
|
59974
60124
|
builderInterviews?: ClientInterviewUncheckedCreateNestedManyWithoutBuilderInput
|
|
59975
60125
|
proposalsAsTeamAdvisor?: ProposalUncheckedCreateNestedManyWithoutTeamAdvisorInput
|
|
60126
|
+
builderContracts?: ContractUncheckedCreateNestedManyWithoutBuilderInput
|
|
59976
60127
|
}
|
|
59977
60128
|
|
|
59978
60129
|
export type UserCreateOrConnectWithoutCalendarInput = {
|
|
@@ -60114,6 +60265,7 @@ export namespace Prisma {
|
|
|
60114
60265
|
clientInterviews?: ClientInterviewUpdateManyWithoutClientNestedInput
|
|
60115
60266
|
builderInterviews?: ClientInterviewUpdateManyWithoutBuilderNestedInput
|
|
60116
60267
|
proposalsAsTeamAdvisor?: ProposalUpdateManyWithoutTeamAdvisorNestedInput
|
|
60268
|
+
builderContracts?: ContractUpdateManyWithoutBuilderNestedInput
|
|
60117
60269
|
}
|
|
60118
60270
|
|
|
60119
60271
|
export type UserUncheckedUpdateWithoutCalendarInput = {
|
|
@@ -60169,6 +60321,7 @@ export namespace Prisma {
|
|
|
60169
60321
|
clientInterviews?: ClientInterviewUncheckedUpdateManyWithoutClientNestedInput
|
|
60170
60322
|
builderInterviews?: ClientInterviewUncheckedUpdateManyWithoutBuilderNestedInput
|
|
60171
60323
|
proposalsAsTeamAdvisor?: ProposalUncheckedUpdateManyWithoutTeamAdvisorNestedInput
|
|
60324
|
+
builderContracts?: ContractUncheckedUpdateManyWithoutBuilderNestedInput
|
|
60172
60325
|
}
|
|
60173
60326
|
|
|
60174
60327
|
export type CalendarEventUpsertWithWhereUniqueWithoutCalendarInput = {
|
|
@@ -60264,6 +60417,7 @@ export namespace Prisma {
|
|
|
60264
60417
|
clientInterviews?: ClientInterviewCreateNestedManyWithoutClientInput
|
|
60265
60418
|
builderInterviews?: ClientInterviewCreateNestedManyWithoutBuilderInput
|
|
60266
60419
|
proposalsAsTeamAdvisor?: ProposalCreateNestedManyWithoutTeamAdvisorInput
|
|
60420
|
+
builderContracts?: ContractCreateNestedManyWithoutBuilderInput
|
|
60267
60421
|
}
|
|
60268
60422
|
|
|
60269
60423
|
export type UserUncheckedCreateWithoutCalendarAvailabilityInput = {
|
|
@@ -60320,6 +60474,7 @@ export namespace Prisma {
|
|
|
60320
60474
|
clientInterviews?: ClientInterviewUncheckedCreateNestedManyWithoutClientInput
|
|
60321
60475
|
builderInterviews?: ClientInterviewUncheckedCreateNestedManyWithoutBuilderInput
|
|
60322
60476
|
proposalsAsTeamAdvisor?: ProposalUncheckedCreateNestedManyWithoutTeamAdvisorInput
|
|
60477
|
+
builderContracts?: ContractUncheckedCreateNestedManyWithoutBuilderInput
|
|
60323
60478
|
}
|
|
60324
60479
|
|
|
60325
60480
|
export type UserCreateOrConnectWithoutCalendarAvailabilityInput = {
|
|
@@ -60430,6 +60585,7 @@ export namespace Prisma {
|
|
|
60430
60585
|
clientInterviews?: ClientInterviewUpdateManyWithoutClientNestedInput
|
|
60431
60586
|
builderInterviews?: ClientInterviewUpdateManyWithoutBuilderNestedInput
|
|
60432
60587
|
proposalsAsTeamAdvisor?: ProposalUpdateManyWithoutTeamAdvisorNestedInput
|
|
60588
|
+
builderContracts?: ContractUpdateManyWithoutBuilderNestedInput
|
|
60433
60589
|
}
|
|
60434
60590
|
|
|
60435
60591
|
export type UserUncheckedUpdateWithoutCalendarAvailabilityInput = {
|
|
@@ -60485,6 +60641,7 @@ export namespace Prisma {
|
|
|
60485
60641
|
clientInterviews?: ClientInterviewUncheckedUpdateManyWithoutClientNestedInput
|
|
60486
60642
|
builderInterviews?: ClientInterviewUncheckedUpdateManyWithoutBuilderNestedInput
|
|
60487
60643
|
proposalsAsTeamAdvisor?: ProposalUncheckedUpdateManyWithoutTeamAdvisorNestedInput
|
|
60644
|
+
builderContracts?: ContractUncheckedUpdateManyWithoutBuilderNestedInput
|
|
60488
60645
|
}
|
|
60489
60646
|
|
|
60490
60647
|
export type CalendarEventTypeUpsertWithoutAvailabilitiesInput = {
|
|
@@ -60623,6 +60780,7 @@ export namespace Prisma {
|
|
|
60623
60780
|
clientInterviews?: ClientInterviewCreateNestedManyWithoutClientInput
|
|
60624
60781
|
builderInterviews?: ClientInterviewCreateNestedManyWithoutBuilderInput
|
|
60625
60782
|
proposalsAsTeamAdvisor?: ProposalCreateNestedManyWithoutTeamAdvisorInput
|
|
60783
|
+
builderContracts?: ContractCreateNestedManyWithoutBuilderInput
|
|
60626
60784
|
}
|
|
60627
60785
|
|
|
60628
60786
|
export type UserUncheckedCreateWithoutInterviewsInput = {
|
|
@@ -60679,6 +60837,7 @@ export namespace Prisma {
|
|
|
60679
60837
|
clientInterviews?: ClientInterviewUncheckedCreateNestedManyWithoutClientInput
|
|
60680
60838
|
builderInterviews?: ClientInterviewUncheckedCreateNestedManyWithoutBuilderInput
|
|
60681
60839
|
proposalsAsTeamAdvisor?: ProposalUncheckedCreateNestedManyWithoutTeamAdvisorInput
|
|
60840
|
+
builderContracts?: ContractUncheckedCreateNestedManyWithoutBuilderInput
|
|
60682
60841
|
}
|
|
60683
60842
|
|
|
60684
60843
|
export type UserCreateOrConnectWithoutInterviewsInput = {
|
|
@@ -60765,6 +60924,7 @@ export namespace Prisma {
|
|
|
60765
60924
|
clientInterviews?: ClientInterviewCreateNestedManyWithoutClientInput
|
|
60766
60925
|
builderInterviews?: ClientInterviewCreateNestedManyWithoutBuilderInput
|
|
60767
60926
|
proposalsAsTeamAdvisor?: ProposalCreateNestedManyWithoutTeamAdvisorInput
|
|
60927
|
+
builderContracts?: ContractCreateNestedManyWithoutBuilderInput
|
|
60768
60928
|
}
|
|
60769
60929
|
|
|
60770
60930
|
export type UserUncheckedCreateWithoutRescheduledInterviewsInput = {
|
|
@@ -60821,6 +60981,7 @@ export namespace Prisma {
|
|
|
60821
60981
|
clientInterviews?: ClientInterviewUncheckedCreateNestedManyWithoutClientInput
|
|
60822
60982
|
builderInterviews?: ClientInterviewUncheckedCreateNestedManyWithoutBuilderInput
|
|
60823
60983
|
proposalsAsTeamAdvisor?: ProposalUncheckedCreateNestedManyWithoutTeamAdvisorInput
|
|
60984
|
+
builderContracts?: ContractUncheckedCreateNestedManyWithoutBuilderInput
|
|
60824
60985
|
}
|
|
60825
60986
|
|
|
60826
60987
|
export type UserCreateOrConnectWithoutRescheduledInterviewsInput = {
|
|
@@ -61035,6 +61196,7 @@ export namespace Prisma {
|
|
|
61035
61196
|
clientInterviews?: ClientInterviewUpdateManyWithoutClientNestedInput
|
|
61036
61197
|
builderInterviews?: ClientInterviewUpdateManyWithoutBuilderNestedInput
|
|
61037
61198
|
proposalsAsTeamAdvisor?: ProposalUpdateManyWithoutTeamAdvisorNestedInput
|
|
61199
|
+
builderContracts?: ContractUpdateManyWithoutBuilderNestedInput
|
|
61038
61200
|
}
|
|
61039
61201
|
|
|
61040
61202
|
export type UserUncheckedUpdateWithoutInterviewsInput = {
|
|
@@ -61090,6 +61252,7 @@ export namespace Prisma {
|
|
|
61090
61252
|
clientInterviews?: ClientInterviewUncheckedUpdateManyWithoutClientNestedInput
|
|
61091
61253
|
builderInterviews?: ClientInterviewUncheckedUpdateManyWithoutBuilderNestedInput
|
|
61092
61254
|
proposalsAsTeamAdvisor?: ProposalUncheckedUpdateManyWithoutTeamAdvisorNestedInput
|
|
61255
|
+
builderContracts?: ContractUncheckedUpdateManyWithoutBuilderNestedInput
|
|
61093
61256
|
}
|
|
61094
61257
|
|
|
61095
61258
|
export type CalendarUpsertWithoutEventsInput = {
|
|
@@ -61185,6 +61348,7 @@ export namespace Prisma {
|
|
|
61185
61348
|
clientInterviews?: ClientInterviewUpdateManyWithoutClientNestedInput
|
|
61186
61349
|
builderInterviews?: ClientInterviewUpdateManyWithoutBuilderNestedInput
|
|
61187
61350
|
proposalsAsTeamAdvisor?: ProposalUpdateManyWithoutTeamAdvisorNestedInput
|
|
61351
|
+
builderContracts?: ContractUpdateManyWithoutBuilderNestedInput
|
|
61188
61352
|
}
|
|
61189
61353
|
|
|
61190
61354
|
export type UserUncheckedUpdateWithoutRescheduledInterviewsInput = {
|
|
@@ -61240,6 +61404,7 @@ export namespace Prisma {
|
|
|
61240
61404
|
clientInterviews?: ClientInterviewUncheckedUpdateManyWithoutClientNestedInput
|
|
61241
61405
|
builderInterviews?: ClientInterviewUncheckedUpdateManyWithoutBuilderNestedInput
|
|
61242
61406
|
proposalsAsTeamAdvisor?: ProposalUncheckedUpdateManyWithoutTeamAdvisorNestedInput
|
|
61407
|
+
builderContracts?: ContractUncheckedUpdateManyWithoutBuilderNestedInput
|
|
61243
61408
|
}
|
|
61244
61409
|
|
|
61245
61410
|
export type ClientInterviewUpsertWithoutCalendarEventInput = {
|
|
@@ -61767,6 +61932,7 @@ export namespace Prisma {
|
|
|
61767
61932
|
rescheduledInterviews?: CalendarEventCreateNestedManyWithoutReschedulingUserInput
|
|
61768
61933
|
builderInterviews?: ClientInterviewCreateNestedManyWithoutBuilderInput
|
|
61769
61934
|
proposalsAsTeamAdvisor?: ProposalCreateNestedManyWithoutTeamAdvisorInput
|
|
61935
|
+
builderContracts?: ContractCreateNestedManyWithoutBuilderInput
|
|
61770
61936
|
}
|
|
61771
61937
|
|
|
61772
61938
|
export type UserUncheckedCreateWithoutClientInterviewsInput = {
|
|
@@ -61823,6 +61989,7 @@ export namespace Prisma {
|
|
|
61823
61989
|
rescheduledInterviews?: CalendarEventUncheckedCreateNestedManyWithoutReschedulingUserInput
|
|
61824
61990
|
builderInterviews?: ClientInterviewUncheckedCreateNestedManyWithoutBuilderInput
|
|
61825
61991
|
proposalsAsTeamAdvisor?: ProposalUncheckedCreateNestedManyWithoutTeamAdvisorInput
|
|
61992
|
+
builderContracts?: ContractUncheckedCreateNestedManyWithoutBuilderInput
|
|
61826
61993
|
}
|
|
61827
61994
|
|
|
61828
61995
|
export type UserCreateOrConnectWithoutClientInterviewsInput = {
|
|
@@ -61884,6 +62051,7 @@ export namespace Prisma {
|
|
|
61884
62051
|
rescheduledInterviews?: CalendarEventCreateNestedManyWithoutReschedulingUserInput
|
|
61885
62052
|
clientInterviews?: ClientInterviewCreateNestedManyWithoutClientInput
|
|
61886
62053
|
proposalsAsTeamAdvisor?: ProposalCreateNestedManyWithoutTeamAdvisorInput
|
|
62054
|
+
builderContracts?: ContractCreateNestedManyWithoutBuilderInput
|
|
61887
62055
|
}
|
|
61888
62056
|
|
|
61889
62057
|
export type UserUncheckedCreateWithoutBuilderInterviewsInput = {
|
|
@@ -61940,6 +62108,7 @@ export namespace Prisma {
|
|
|
61940
62108
|
rescheduledInterviews?: CalendarEventUncheckedCreateNestedManyWithoutReschedulingUserInput
|
|
61941
62109
|
clientInterviews?: ClientInterviewUncheckedCreateNestedManyWithoutClientInput
|
|
61942
62110
|
proposalsAsTeamAdvisor?: ProposalUncheckedCreateNestedManyWithoutTeamAdvisorInput
|
|
62111
|
+
builderContracts?: ContractUncheckedCreateNestedManyWithoutBuilderInput
|
|
61943
62112
|
}
|
|
61944
62113
|
|
|
61945
62114
|
export type UserCreateOrConnectWithoutBuilderInterviewsInput = {
|
|
@@ -62199,6 +62368,7 @@ export namespace Prisma {
|
|
|
62199
62368
|
rescheduledInterviews?: CalendarEventUpdateManyWithoutReschedulingUserNestedInput
|
|
62200
62369
|
builderInterviews?: ClientInterviewUpdateManyWithoutBuilderNestedInput
|
|
62201
62370
|
proposalsAsTeamAdvisor?: ProposalUpdateManyWithoutTeamAdvisorNestedInput
|
|
62371
|
+
builderContracts?: ContractUpdateManyWithoutBuilderNestedInput
|
|
62202
62372
|
}
|
|
62203
62373
|
|
|
62204
62374
|
export type UserUncheckedUpdateWithoutClientInterviewsInput = {
|
|
@@ -62254,6 +62424,7 @@ export namespace Prisma {
|
|
|
62254
62424
|
rescheduledInterviews?: CalendarEventUncheckedUpdateManyWithoutReschedulingUserNestedInput
|
|
62255
62425
|
builderInterviews?: ClientInterviewUncheckedUpdateManyWithoutBuilderNestedInput
|
|
62256
62426
|
proposalsAsTeamAdvisor?: ProposalUncheckedUpdateManyWithoutTeamAdvisorNestedInput
|
|
62427
|
+
builderContracts?: ContractUncheckedUpdateManyWithoutBuilderNestedInput
|
|
62257
62428
|
}
|
|
62258
62429
|
|
|
62259
62430
|
export type UserUpsertWithoutBuilderInterviewsInput = {
|
|
@@ -62320,6 +62491,7 @@ export namespace Prisma {
|
|
|
62320
62491
|
rescheduledInterviews?: CalendarEventUpdateManyWithoutReschedulingUserNestedInput
|
|
62321
62492
|
clientInterviews?: ClientInterviewUpdateManyWithoutClientNestedInput
|
|
62322
62493
|
proposalsAsTeamAdvisor?: ProposalUpdateManyWithoutTeamAdvisorNestedInput
|
|
62494
|
+
builderContracts?: ContractUpdateManyWithoutBuilderNestedInput
|
|
62323
62495
|
}
|
|
62324
62496
|
|
|
62325
62497
|
export type UserUncheckedUpdateWithoutBuilderInterviewsInput = {
|
|
@@ -62375,6 +62547,7 @@ export namespace Prisma {
|
|
|
62375
62547
|
rescheduledInterviews?: CalendarEventUncheckedUpdateManyWithoutReschedulingUserNestedInput
|
|
62376
62548
|
clientInterviews?: ClientInterviewUncheckedUpdateManyWithoutClientNestedInput
|
|
62377
62549
|
proposalsAsTeamAdvisor?: ProposalUncheckedUpdateManyWithoutTeamAdvisorNestedInput
|
|
62550
|
+
builderContracts?: ContractUncheckedUpdateManyWithoutBuilderNestedInput
|
|
62378
62551
|
}
|
|
62379
62552
|
|
|
62380
62553
|
export type ProposalUpsertWithoutClientInterviewsInput = {
|
|
@@ -62749,6 +62922,125 @@ export namespace Prisma {
|
|
|
62749
62922
|
create: XOR<AccountCreateWithoutContractsInput, AccountUncheckedCreateWithoutContractsInput>
|
|
62750
62923
|
}
|
|
62751
62924
|
|
|
62925
|
+
export type UserCreateWithoutBuilderContractsInput = {
|
|
62926
|
+
id?: string
|
|
62927
|
+
firstName?: string | null
|
|
62928
|
+
lastName?: string | null
|
|
62929
|
+
username?: string | null
|
|
62930
|
+
email: string
|
|
62931
|
+
isAdmin?: boolean
|
|
62932
|
+
type: string
|
|
62933
|
+
pictureURL?: string | null
|
|
62934
|
+
status: $Enums.UserStatus
|
|
62935
|
+
createdAt?: Date | string
|
|
62936
|
+
titles?: UserCreatetitlesInput | string[]
|
|
62937
|
+
scrubbed?: string | null
|
|
62938
|
+
tokenVersion: number
|
|
62939
|
+
clientRegistration?: XOR<ClientRegistrationNullableCreateEnvelopeInput, ClientRegistrationCreateInput> | null
|
|
62940
|
+
aboutMe?: string | null
|
|
62941
|
+
profileCompleteness?: XOR<ProfileCompletenessObjectNullableCreateEnvelopeInput, ProfileCompletenessObjectCreateInput> | null
|
|
62942
|
+
cvURL?: string | null
|
|
62943
|
+
linkedin?: XOR<LinkedInObjectNullableCreateEnvelopeInput, LinkedInObjectCreateInput> | null
|
|
62944
|
+
rateRange?: XOR<RateRangeNullableCreateEnvelopeInput, RateRangeCreateInput> | null
|
|
62945
|
+
talentProfile?: XOR<TalentProfileNullableCreateEnvelopeInput, TalentProfileCreateInput> | null
|
|
62946
|
+
onboardingStage?: $Enums.InternalOnboardingStage | null
|
|
62947
|
+
missionPreferences?: XOR<MissionPreferencesNullableCreateEnvelopeInput, MissionPreferencesCreateInput> | null
|
|
62948
|
+
availability?: XOR<AvailabilityNullableCreateEnvelopeInput, AvailabilityCreateInput> | null
|
|
62949
|
+
github?: XOR<GitHubDataNullableCreateEnvelopeInput, GitHubDataCreateInput> | null
|
|
62950
|
+
dribbble?: XOR<DribbbleDataNullableCreateEnvelopeInput, DribbbleDataCreateInput> | null
|
|
62951
|
+
yearsExperience?: number | null
|
|
62952
|
+
websites?: UserCreatewebsitesInput | string[]
|
|
62953
|
+
location?: XOR<LocationNullableCreateEnvelopeInput, LocationCreateInput> | null
|
|
62954
|
+
exclusiveApplication?: XOR<UserExclusiveApplicationNullableCreateEnvelopeInput, UserExclusiveApplicationCreateInput> | null
|
|
62955
|
+
platformExperience?: XOR<PlatformExperienceNullableCreateEnvelopeInput, PlatformExperienceCreateInput> | null
|
|
62956
|
+
isUsingSharedCalendar?: boolean
|
|
62957
|
+
timezone?: XOR<TimezoneObjectNullableCreateEnvelopeInput, TimezoneObjectCreateInput> | null
|
|
62958
|
+
acceptTOS?: XOR<AcceptTOSNullableCreateEnvelopeInput, AcceptTOSCreateInput> | null
|
|
62959
|
+
acceptTOSHistory?: XOR<AcceptTOSListCreateEnvelopeInput, AcceptTOSCreateInput> | AcceptTOSCreateInput[]
|
|
62960
|
+
portfolio?: XOR<UserPortfolioNullableCreateEnvelopeInput, UserPortfolioCreateInput> | null
|
|
62961
|
+
createdMissionsModels?: MissionCreateNestedManyWithoutCreatorModelInput
|
|
62962
|
+
ownedMissionsModels?: MissionCreateNestedManyWithoutOwnerModelInput
|
|
62963
|
+
authoredMissionSpecs?: MissionSpecCreateNestedManyWithoutAuthorInput
|
|
62964
|
+
modifiedMissionSpecs?: MissionSpecCreateNestedManyWithoutLastModifierInput
|
|
62965
|
+
missionPrefills?: MissionPrefillCreateNestedManyWithoutUserInput
|
|
62966
|
+
missionApplication?: MissionApplicationCreateNestedManyWithoutUserModelInput
|
|
62967
|
+
authoredProposals?: ProposalCreateNestedManyWithoutCreatedByModelInput
|
|
62968
|
+
sharedProposals?: ProposalCreateNestedManyWithoutSharedByModelInput
|
|
62969
|
+
linkedInRecommendations?: LinkedInRecommendationCreateNestedManyWithoutUserInput
|
|
62970
|
+
givenReviews?: UserReviewCreateNestedManyWithoutFromUserModelInput
|
|
62971
|
+
receivedReviews?: UserReviewCreateNestedManyWithoutToUserModelInput
|
|
62972
|
+
calendar?: CalendarCreateNestedOneWithoutCalendarUserInput
|
|
62973
|
+
interviews?: CalendarEventCreateNestedManyWithoutEventOwnerInput
|
|
62974
|
+
calendarAvailability?: CalendarAvailabilityCreateNestedManyWithoutUserInput
|
|
62975
|
+
preferences?: UserPreferenceCreateNestedOneWithoutUserInput
|
|
62976
|
+
rescheduledInterviews?: CalendarEventCreateNestedManyWithoutReschedulingUserInput
|
|
62977
|
+
clientInterviews?: ClientInterviewCreateNestedManyWithoutClientInput
|
|
62978
|
+
builderInterviews?: ClientInterviewCreateNestedManyWithoutBuilderInput
|
|
62979
|
+
proposalsAsTeamAdvisor?: ProposalCreateNestedManyWithoutTeamAdvisorInput
|
|
62980
|
+
}
|
|
62981
|
+
|
|
62982
|
+
export type UserUncheckedCreateWithoutBuilderContractsInput = {
|
|
62983
|
+
id?: string
|
|
62984
|
+
firstName?: string | null
|
|
62985
|
+
lastName?: string | null
|
|
62986
|
+
username?: string | null
|
|
62987
|
+
email: string
|
|
62988
|
+
isAdmin?: boolean
|
|
62989
|
+
type: string
|
|
62990
|
+
pictureURL?: string | null
|
|
62991
|
+
status: $Enums.UserStatus
|
|
62992
|
+
createdAt?: Date | string
|
|
62993
|
+
titles?: UserCreatetitlesInput | string[]
|
|
62994
|
+
scrubbed?: string | null
|
|
62995
|
+
tokenVersion: number
|
|
62996
|
+
clientRegistration?: XOR<ClientRegistrationNullableCreateEnvelopeInput, ClientRegistrationCreateInput> | null
|
|
62997
|
+
aboutMe?: string | null
|
|
62998
|
+
profileCompleteness?: XOR<ProfileCompletenessObjectNullableCreateEnvelopeInput, ProfileCompletenessObjectCreateInput> | null
|
|
62999
|
+
cvURL?: string | null
|
|
63000
|
+
linkedin?: XOR<LinkedInObjectNullableCreateEnvelopeInput, LinkedInObjectCreateInput> | null
|
|
63001
|
+
rateRange?: XOR<RateRangeNullableCreateEnvelopeInput, RateRangeCreateInput> | null
|
|
63002
|
+
talentProfile?: XOR<TalentProfileNullableCreateEnvelopeInput, TalentProfileCreateInput> | null
|
|
63003
|
+
onboardingStage?: $Enums.InternalOnboardingStage | null
|
|
63004
|
+
missionPreferences?: XOR<MissionPreferencesNullableCreateEnvelopeInput, MissionPreferencesCreateInput> | null
|
|
63005
|
+
availability?: XOR<AvailabilityNullableCreateEnvelopeInput, AvailabilityCreateInput> | null
|
|
63006
|
+
github?: XOR<GitHubDataNullableCreateEnvelopeInput, GitHubDataCreateInput> | null
|
|
63007
|
+
dribbble?: XOR<DribbbleDataNullableCreateEnvelopeInput, DribbbleDataCreateInput> | null
|
|
63008
|
+
yearsExperience?: number | null
|
|
63009
|
+
websites?: UserCreatewebsitesInput | string[]
|
|
63010
|
+
location?: XOR<LocationNullableCreateEnvelopeInput, LocationCreateInput> | null
|
|
63011
|
+
exclusiveApplication?: XOR<UserExclusiveApplicationNullableCreateEnvelopeInput, UserExclusiveApplicationCreateInput> | null
|
|
63012
|
+
platformExperience?: XOR<PlatformExperienceNullableCreateEnvelopeInput, PlatformExperienceCreateInput> | null
|
|
63013
|
+
isUsingSharedCalendar?: boolean
|
|
63014
|
+
timezone?: XOR<TimezoneObjectNullableCreateEnvelopeInput, TimezoneObjectCreateInput> | null
|
|
63015
|
+
acceptTOS?: XOR<AcceptTOSNullableCreateEnvelopeInput, AcceptTOSCreateInput> | null
|
|
63016
|
+
acceptTOSHistory?: XOR<AcceptTOSListCreateEnvelopeInput, AcceptTOSCreateInput> | AcceptTOSCreateInput[]
|
|
63017
|
+
portfolio?: XOR<UserPortfolioNullableCreateEnvelopeInput, UserPortfolioCreateInput> | null
|
|
63018
|
+
createdMissionsModels?: MissionUncheckedCreateNestedManyWithoutCreatorModelInput
|
|
63019
|
+
ownedMissionsModels?: MissionUncheckedCreateNestedManyWithoutOwnerModelInput
|
|
63020
|
+
authoredMissionSpecs?: MissionSpecUncheckedCreateNestedManyWithoutAuthorInput
|
|
63021
|
+
modifiedMissionSpecs?: MissionSpecUncheckedCreateNestedManyWithoutLastModifierInput
|
|
63022
|
+
missionPrefills?: MissionPrefillUncheckedCreateNestedManyWithoutUserInput
|
|
63023
|
+
missionApplication?: MissionApplicationUncheckedCreateNestedManyWithoutUserModelInput
|
|
63024
|
+
authoredProposals?: ProposalUncheckedCreateNestedManyWithoutCreatedByModelInput
|
|
63025
|
+
sharedProposals?: ProposalUncheckedCreateNestedManyWithoutSharedByModelInput
|
|
63026
|
+
linkedInRecommendations?: LinkedInRecommendationUncheckedCreateNestedManyWithoutUserInput
|
|
63027
|
+
givenReviews?: UserReviewUncheckedCreateNestedManyWithoutFromUserModelInput
|
|
63028
|
+
receivedReviews?: UserReviewUncheckedCreateNestedManyWithoutToUserModelInput
|
|
63029
|
+
calendar?: CalendarUncheckedCreateNestedOneWithoutCalendarUserInput
|
|
63030
|
+
interviews?: CalendarEventUncheckedCreateNestedManyWithoutEventOwnerInput
|
|
63031
|
+
calendarAvailability?: CalendarAvailabilityUncheckedCreateNestedManyWithoutUserInput
|
|
63032
|
+
preferences?: UserPreferenceUncheckedCreateNestedOneWithoutUserInput
|
|
63033
|
+
rescheduledInterviews?: CalendarEventUncheckedCreateNestedManyWithoutReschedulingUserInput
|
|
63034
|
+
clientInterviews?: ClientInterviewUncheckedCreateNestedManyWithoutClientInput
|
|
63035
|
+
builderInterviews?: ClientInterviewUncheckedCreateNestedManyWithoutBuilderInput
|
|
63036
|
+
proposalsAsTeamAdvisor?: ProposalUncheckedCreateNestedManyWithoutTeamAdvisorInput
|
|
63037
|
+
}
|
|
63038
|
+
|
|
63039
|
+
export type UserCreateOrConnectWithoutBuilderContractsInput = {
|
|
63040
|
+
where: UserWhereUniqueInput
|
|
63041
|
+
create: XOR<UserCreateWithoutBuilderContractsInput, UserUncheckedCreateWithoutBuilderContractsInput>
|
|
63042
|
+
}
|
|
63043
|
+
|
|
62752
63044
|
export type ContractPartyUpdateManyInput = {
|
|
62753
63045
|
where: ContractPartyWhereInput
|
|
62754
63046
|
data: ContractPartyUpdateInput
|
|
@@ -62917,6 +63209,129 @@ export namespace Prisma {
|
|
|
62917
63209
|
clientInterviews?: ClientInterviewUncheckedUpdateManyWithoutAccountNestedInput
|
|
62918
63210
|
}
|
|
62919
63211
|
|
|
63212
|
+
export type UserUpsertWithoutBuilderContractsInput = {
|
|
63213
|
+
update: XOR<UserUpdateWithoutBuilderContractsInput, UserUncheckedUpdateWithoutBuilderContractsInput>
|
|
63214
|
+
create: XOR<UserCreateWithoutBuilderContractsInput, UserUncheckedCreateWithoutBuilderContractsInput>
|
|
63215
|
+
where?: UserWhereInput
|
|
63216
|
+
}
|
|
63217
|
+
|
|
63218
|
+
export type UserUpdateToOneWithWhereWithoutBuilderContractsInput = {
|
|
63219
|
+
where?: UserWhereInput
|
|
63220
|
+
data: XOR<UserUpdateWithoutBuilderContractsInput, UserUncheckedUpdateWithoutBuilderContractsInput>
|
|
63221
|
+
}
|
|
63222
|
+
|
|
63223
|
+
export type UserUpdateWithoutBuilderContractsInput = {
|
|
63224
|
+
firstName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
63225
|
+
lastName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
63226
|
+
username?: NullableStringFieldUpdateOperationsInput | string | null
|
|
63227
|
+
email?: StringFieldUpdateOperationsInput | string
|
|
63228
|
+
isAdmin?: BoolFieldUpdateOperationsInput | boolean
|
|
63229
|
+
type?: StringFieldUpdateOperationsInput | string
|
|
63230
|
+
pictureURL?: NullableStringFieldUpdateOperationsInput | string | null
|
|
63231
|
+
status?: EnumUserStatusFieldUpdateOperationsInput | $Enums.UserStatus
|
|
63232
|
+
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
63233
|
+
titles?: UserUpdatetitlesInput | string[]
|
|
63234
|
+
scrubbed?: NullableStringFieldUpdateOperationsInput | string | null
|
|
63235
|
+
tokenVersion?: IntFieldUpdateOperationsInput | number
|
|
63236
|
+
clientRegistration?: XOR<ClientRegistrationNullableUpdateEnvelopeInput, ClientRegistrationCreateInput> | null
|
|
63237
|
+
aboutMe?: NullableStringFieldUpdateOperationsInput | string | null
|
|
63238
|
+
profileCompleteness?: XOR<ProfileCompletenessObjectNullableUpdateEnvelopeInput, ProfileCompletenessObjectCreateInput> | null
|
|
63239
|
+
cvURL?: NullableStringFieldUpdateOperationsInput | string | null
|
|
63240
|
+
linkedin?: XOR<LinkedInObjectNullableUpdateEnvelopeInput, LinkedInObjectCreateInput> | null
|
|
63241
|
+
rateRange?: XOR<RateRangeNullableUpdateEnvelopeInput, RateRangeCreateInput> | null
|
|
63242
|
+
talentProfile?: XOR<TalentProfileNullableUpdateEnvelopeInput, TalentProfileCreateInput> | null
|
|
63243
|
+
onboardingStage?: NullableEnumInternalOnboardingStageFieldUpdateOperationsInput | $Enums.InternalOnboardingStage | null
|
|
63244
|
+
missionPreferences?: XOR<MissionPreferencesNullableUpdateEnvelopeInput, MissionPreferencesCreateInput> | null
|
|
63245
|
+
availability?: XOR<AvailabilityNullableUpdateEnvelopeInput, AvailabilityCreateInput> | null
|
|
63246
|
+
github?: XOR<GitHubDataNullableUpdateEnvelopeInput, GitHubDataCreateInput> | null
|
|
63247
|
+
dribbble?: XOR<DribbbleDataNullableUpdateEnvelopeInput, DribbbleDataCreateInput> | null
|
|
63248
|
+
yearsExperience?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
63249
|
+
websites?: UserUpdatewebsitesInput | string[]
|
|
63250
|
+
location?: XOR<LocationNullableUpdateEnvelopeInput, LocationCreateInput> | null
|
|
63251
|
+
exclusiveApplication?: XOR<UserExclusiveApplicationNullableUpdateEnvelopeInput, UserExclusiveApplicationCreateInput> | null
|
|
63252
|
+
platformExperience?: XOR<PlatformExperienceNullableUpdateEnvelopeInput, PlatformExperienceCreateInput> | null
|
|
63253
|
+
isUsingSharedCalendar?: BoolFieldUpdateOperationsInput | boolean
|
|
63254
|
+
timezone?: XOR<TimezoneObjectNullableUpdateEnvelopeInput, TimezoneObjectCreateInput> | null
|
|
63255
|
+
acceptTOS?: XOR<AcceptTOSNullableUpdateEnvelopeInput, AcceptTOSCreateInput> | null
|
|
63256
|
+
acceptTOSHistory?: XOR<AcceptTOSListUpdateEnvelopeInput, AcceptTOSCreateInput> | AcceptTOSCreateInput[]
|
|
63257
|
+
portfolio?: XOR<UserPortfolioNullableUpdateEnvelopeInput, UserPortfolioCreateInput> | null
|
|
63258
|
+
createdMissionsModels?: MissionUpdateManyWithoutCreatorModelNestedInput
|
|
63259
|
+
ownedMissionsModels?: MissionUpdateManyWithoutOwnerModelNestedInput
|
|
63260
|
+
authoredMissionSpecs?: MissionSpecUpdateManyWithoutAuthorNestedInput
|
|
63261
|
+
modifiedMissionSpecs?: MissionSpecUpdateManyWithoutLastModifierNestedInput
|
|
63262
|
+
missionPrefills?: MissionPrefillUpdateManyWithoutUserNestedInput
|
|
63263
|
+
missionApplication?: MissionApplicationUpdateManyWithoutUserModelNestedInput
|
|
63264
|
+
authoredProposals?: ProposalUpdateManyWithoutCreatedByModelNestedInput
|
|
63265
|
+
sharedProposals?: ProposalUpdateManyWithoutSharedByModelNestedInput
|
|
63266
|
+
linkedInRecommendations?: LinkedInRecommendationUpdateManyWithoutUserNestedInput
|
|
63267
|
+
givenReviews?: UserReviewUpdateManyWithoutFromUserModelNestedInput
|
|
63268
|
+
receivedReviews?: UserReviewUpdateManyWithoutToUserModelNestedInput
|
|
63269
|
+
calendar?: CalendarUpdateOneWithoutCalendarUserNestedInput
|
|
63270
|
+
interviews?: CalendarEventUpdateManyWithoutEventOwnerNestedInput
|
|
63271
|
+
calendarAvailability?: CalendarAvailabilityUpdateManyWithoutUserNestedInput
|
|
63272
|
+
preferences?: UserPreferenceUpdateOneWithoutUserNestedInput
|
|
63273
|
+
rescheduledInterviews?: CalendarEventUpdateManyWithoutReschedulingUserNestedInput
|
|
63274
|
+
clientInterviews?: ClientInterviewUpdateManyWithoutClientNestedInput
|
|
63275
|
+
builderInterviews?: ClientInterviewUpdateManyWithoutBuilderNestedInput
|
|
63276
|
+
proposalsAsTeamAdvisor?: ProposalUpdateManyWithoutTeamAdvisorNestedInput
|
|
63277
|
+
}
|
|
63278
|
+
|
|
63279
|
+
export type UserUncheckedUpdateWithoutBuilderContractsInput = {
|
|
63280
|
+
firstName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
63281
|
+
lastName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
63282
|
+
username?: NullableStringFieldUpdateOperationsInput | string | null
|
|
63283
|
+
email?: StringFieldUpdateOperationsInput | string
|
|
63284
|
+
isAdmin?: BoolFieldUpdateOperationsInput | boolean
|
|
63285
|
+
type?: StringFieldUpdateOperationsInput | string
|
|
63286
|
+
pictureURL?: NullableStringFieldUpdateOperationsInput | string | null
|
|
63287
|
+
status?: EnumUserStatusFieldUpdateOperationsInput | $Enums.UserStatus
|
|
63288
|
+
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
63289
|
+
titles?: UserUpdatetitlesInput | string[]
|
|
63290
|
+
scrubbed?: NullableStringFieldUpdateOperationsInput | string | null
|
|
63291
|
+
tokenVersion?: IntFieldUpdateOperationsInput | number
|
|
63292
|
+
clientRegistration?: XOR<ClientRegistrationNullableUpdateEnvelopeInput, ClientRegistrationCreateInput> | null
|
|
63293
|
+
aboutMe?: NullableStringFieldUpdateOperationsInput | string | null
|
|
63294
|
+
profileCompleteness?: XOR<ProfileCompletenessObjectNullableUpdateEnvelopeInput, ProfileCompletenessObjectCreateInput> | null
|
|
63295
|
+
cvURL?: NullableStringFieldUpdateOperationsInput | string | null
|
|
63296
|
+
linkedin?: XOR<LinkedInObjectNullableUpdateEnvelopeInput, LinkedInObjectCreateInput> | null
|
|
63297
|
+
rateRange?: XOR<RateRangeNullableUpdateEnvelopeInput, RateRangeCreateInput> | null
|
|
63298
|
+
talentProfile?: XOR<TalentProfileNullableUpdateEnvelopeInput, TalentProfileCreateInput> | null
|
|
63299
|
+
onboardingStage?: NullableEnumInternalOnboardingStageFieldUpdateOperationsInput | $Enums.InternalOnboardingStage | null
|
|
63300
|
+
missionPreferences?: XOR<MissionPreferencesNullableUpdateEnvelopeInput, MissionPreferencesCreateInput> | null
|
|
63301
|
+
availability?: XOR<AvailabilityNullableUpdateEnvelopeInput, AvailabilityCreateInput> | null
|
|
63302
|
+
github?: XOR<GitHubDataNullableUpdateEnvelopeInput, GitHubDataCreateInput> | null
|
|
63303
|
+
dribbble?: XOR<DribbbleDataNullableUpdateEnvelopeInput, DribbbleDataCreateInput> | null
|
|
63304
|
+
yearsExperience?: NullableFloatFieldUpdateOperationsInput | number | null
|
|
63305
|
+
websites?: UserUpdatewebsitesInput | string[]
|
|
63306
|
+
location?: XOR<LocationNullableUpdateEnvelopeInput, LocationCreateInput> | null
|
|
63307
|
+
exclusiveApplication?: XOR<UserExclusiveApplicationNullableUpdateEnvelopeInput, UserExclusiveApplicationCreateInput> | null
|
|
63308
|
+
platformExperience?: XOR<PlatformExperienceNullableUpdateEnvelopeInput, PlatformExperienceCreateInput> | null
|
|
63309
|
+
isUsingSharedCalendar?: BoolFieldUpdateOperationsInput | boolean
|
|
63310
|
+
timezone?: XOR<TimezoneObjectNullableUpdateEnvelopeInput, TimezoneObjectCreateInput> | null
|
|
63311
|
+
acceptTOS?: XOR<AcceptTOSNullableUpdateEnvelopeInput, AcceptTOSCreateInput> | null
|
|
63312
|
+
acceptTOSHistory?: XOR<AcceptTOSListUpdateEnvelopeInput, AcceptTOSCreateInput> | AcceptTOSCreateInput[]
|
|
63313
|
+
portfolio?: XOR<UserPortfolioNullableUpdateEnvelopeInput, UserPortfolioCreateInput> | null
|
|
63314
|
+
createdMissionsModels?: MissionUncheckedUpdateManyWithoutCreatorModelNestedInput
|
|
63315
|
+
ownedMissionsModels?: MissionUncheckedUpdateManyWithoutOwnerModelNestedInput
|
|
63316
|
+
authoredMissionSpecs?: MissionSpecUncheckedUpdateManyWithoutAuthorNestedInput
|
|
63317
|
+
modifiedMissionSpecs?: MissionSpecUncheckedUpdateManyWithoutLastModifierNestedInput
|
|
63318
|
+
missionPrefills?: MissionPrefillUncheckedUpdateManyWithoutUserNestedInput
|
|
63319
|
+
missionApplication?: MissionApplicationUncheckedUpdateManyWithoutUserModelNestedInput
|
|
63320
|
+
authoredProposals?: ProposalUncheckedUpdateManyWithoutCreatedByModelNestedInput
|
|
63321
|
+
sharedProposals?: ProposalUncheckedUpdateManyWithoutSharedByModelNestedInput
|
|
63322
|
+
linkedInRecommendations?: LinkedInRecommendationUncheckedUpdateManyWithoutUserNestedInput
|
|
63323
|
+
givenReviews?: UserReviewUncheckedUpdateManyWithoutFromUserModelNestedInput
|
|
63324
|
+
receivedReviews?: UserReviewUncheckedUpdateManyWithoutToUserModelNestedInput
|
|
63325
|
+
calendar?: CalendarUncheckedUpdateOneWithoutCalendarUserNestedInput
|
|
63326
|
+
interviews?: CalendarEventUncheckedUpdateManyWithoutEventOwnerNestedInput
|
|
63327
|
+
calendarAvailability?: CalendarAvailabilityUncheckedUpdateManyWithoutUserNestedInput
|
|
63328
|
+
preferences?: UserPreferenceUncheckedUpdateOneWithoutUserNestedInput
|
|
63329
|
+
rescheduledInterviews?: CalendarEventUncheckedUpdateManyWithoutReschedulingUserNestedInput
|
|
63330
|
+
clientInterviews?: ClientInterviewUncheckedUpdateManyWithoutClientNestedInput
|
|
63331
|
+
builderInterviews?: ClientInterviewUncheckedUpdateManyWithoutBuilderNestedInput
|
|
63332
|
+
proposalsAsTeamAdvisor?: ProposalUncheckedUpdateManyWithoutTeamAdvisorNestedInput
|
|
63333
|
+
}
|
|
63334
|
+
|
|
62920
63335
|
export type MemberCustomDataCreateInput = {
|
|
62921
63336
|
jobRoleId?: string | null
|
|
62922
63337
|
startDate?: Date | string | null
|
|
@@ -63003,6 +63418,7 @@ export namespace Prisma {
|
|
|
63003
63418
|
clientInterviews?: ClientInterviewCreateNestedManyWithoutClientInput
|
|
63004
63419
|
builderInterviews?: ClientInterviewCreateNestedManyWithoutBuilderInput
|
|
63005
63420
|
proposalsAsTeamAdvisor?: ProposalCreateNestedManyWithoutTeamAdvisorInput
|
|
63421
|
+
builderContracts?: ContractCreateNestedManyWithoutBuilderInput
|
|
63006
63422
|
}
|
|
63007
63423
|
|
|
63008
63424
|
export type UserUncheckedCreateWithoutLinkedInRecommendationsInput = {
|
|
@@ -63059,6 +63475,7 @@ export namespace Prisma {
|
|
|
63059
63475
|
clientInterviews?: ClientInterviewUncheckedCreateNestedManyWithoutClientInput
|
|
63060
63476
|
builderInterviews?: ClientInterviewUncheckedCreateNestedManyWithoutBuilderInput
|
|
63061
63477
|
proposalsAsTeamAdvisor?: ProposalUncheckedCreateNestedManyWithoutTeamAdvisorInput
|
|
63478
|
+
builderContracts?: ContractUncheckedCreateNestedManyWithoutBuilderInput
|
|
63062
63479
|
}
|
|
63063
63480
|
|
|
63064
63481
|
export type UserCreateOrConnectWithoutLinkedInRecommendationsInput = {
|
|
@@ -63143,6 +63560,7 @@ export namespace Prisma {
|
|
|
63143
63560
|
clientInterviews?: ClientInterviewUpdateManyWithoutClientNestedInput
|
|
63144
63561
|
builderInterviews?: ClientInterviewUpdateManyWithoutBuilderNestedInput
|
|
63145
63562
|
proposalsAsTeamAdvisor?: ProposalUpdateManyWithoutTeamAdvisorNestedInput
|
|
63563
|
+
builderContracts?: ContractUpdateManyWithoutBuilderNestedInput
|
|
63146
63564
|
}
|
|
63147
63565
|
|
|
63148
63566
|
export type UserUncheckedUpdateWithoutLinkedInRecommendationsInput = {
|
|
@@ -63198,6 +63616,7 @@ export namespace Prisma {
|
|
|
63198
63616
|
clientInterviews?: ClientInterviewUncheckedUpdateManyWithoutClientNestedInput
|
|
63199
63617
|
builderInterviews?: ClientInterviewUncheckedUpdateManyWithoutBuilderNestedInput
|
|
63200
63618
|
proposalsAsTeamAdvisor?: ProposalUncheckedUpdateManyWithoutTeamAdvisorNestedInput
|
|
63619
|
+
builderContracts?: ContractUncheckedUpdateManyWithoutBuilderNestedInput
|
|
63201
63620
|
}
|
|
63202
63621
|
|
|
63203
63622
|
export type MissionRoleAvailabilityCreateInput = {
|
|
@@ -63355,6 +63774,7 @@ export namespace Prisma {
|
|
|
63355
63774
|
clientInterviews?: ClientInterviewCreateNestedManyWithoutClientInput
|
|
63356
63775
|
builderInterviews?: ClientInterviewCreateNestedManyWithoutBuilderInput
|
|
63357
63776
|
proposalsAsTeamAdvisor?: ProposalCreateNestedManyWithoutTeamAdvisorInput
|
|
63777
|
+
builderContracts?: ContractCreateNestedManyWithoutBuilderInput
|
|
63358
63778
|
}
|
|
63359
63779
|
|
|
63360
63780
|
export type UserUncheckedCreateWithoutCreatedMissionsModelsInput = {
|
|
@@ -63411,6 +63831,7 @@ export namespace Prisma {
|
|
|
63411
63831
|
clientInterviews?: ClientInterviewUncheckedCreateNestedManyWithoutClientInput
|
|
63412
63832
|
builderInterviews?: ClientInterviewUncheckedCreateNestedManyWithoutBuilderInput
|
|
63413
63833
|
proposalsAsTeamAdvisor?: ProposalUncheckedCreateNestedManyWithoutTeamAdvisorInput
|
|
63834
|
+
builderContracts?: ContractUncheckedCreateNestedManyWithoutBuilderInput
|
|
63414
63835
|
}
|
|
63415
63836
|
|
|
63416
63837
|
export type UserCreateOrConnectWithoutCreatedMissionsModelsInput = {
|
|
@@ -63537,6 +63958,7 @@ export namespace Prisma {
|
|
|
63537
63958
|
clientInterviews?: ClientInterviewCreateNestedManyWithoutClientInput
|
|
63538
63959
|
builderInterviews?: ClientInterviewCreateNestedManyWithoutBuilderInput
|
|
63539
63960
|
proposalsAsTeamAdvisor?: ProposalCreateNestedManyWithoutTeamAdvisorInput
|
|
63961
|
+
builderContracts?: ContractCreateNestedManyWithoutBuilderInput
|
|
63540
63962
|
}
|
|
63541
63963
|
|
|
63542
63964
|
export type UserUncheckedCreateWithoutOwnedMissionsModelsInput = {
|
|
@@ -63593,6 +64015,7 @@ export namespace Prisma {
|
|
|
63593
64015
|
clientInterviews?: ClientInterviewUncheckedCreateNestedManyWithoutClientInput
|
|
63594
64016
|
builderInterviews?: ClientInterviewUncheckedCreateNestedManyWithoutBuilderInput
|
|
63595
64017
|
proposalsAsTeamAdvisor?: ProposalUncheckedCreateNestedManyWithoutTeamAdvisorInput
|
|
64018
|
+
builderContracts?: ContractUncheckedCreateNestedManyWithoutBuilderInput
|
|
63596
64019
|
}
|
|
63597
64020
|
|
|
63598
64021
|
export type UserCreateOrConnectWithoutOwnedMissionsModelsInput = {
|
|
@@ -63615,6 +64038,7 @@ export namespace Prisma {
|
|
|
63615
64038
|
documentTitle?: string | null
|
|
63616
64039
|
deletedAt?: Date | string | null
|
|
63617
64040
|
account?: AccountCreateNestedOneWithoutContractsInput
|
|
64041
|
+
builder?: UserCreateNestedOneWithoutBuilderContractsInput
|
|
63618
64042
|
}
|
|
63619
64043
|
|
|
63620
64044
|
export type ContractUncheckedCreateWithoutMissionInput = {
|
|
@@ -63632,6 +64056,7 @@ export namespace Prisma {
|
|
|
63632
64056
|
documentTitle?: string | null
|
|
63633
64057
|
accountId?: string | null
|
|
63634
64058
|
deletedAt?: Date | string | null
|
|
64059
|
+
builderId?: string | null
|
|
63635
64060
|
}
|
|
63636
64061
|
|
|
63637
64062
|
export type ContractCreateOrConnectWithoutMissionInput = {
|
|
@@ -63918,6 +64343,7 @@ export namespace Prisma {
|
|
|
63918
64343
|
clientInterviews?: ClientInterviewUpdateManyWithoutClientNestedInput
|
|
63919
64344
|
builderInterviews?: ClientInterviewUpdateManyWithoutBuilderNestedInput
|
|
63920
64345
|
proposalsAsTeamAdvisor?: ProposalUpdateManyWithoutTeamAdvisorNestedInput
|
|
64346
|
+
builderContracts?: ContractUpdateManyWithoutBuilderNestedInput
|
|
63921
64347
|
}
|
|
63922
64348
|
|
|
63923
64349
|
export type UserUncheckedUpdateWithoutCreatedMissionsModelsInput = {
|
|
@@ -63973,6 +64399,7 @@ export namespace Prisma {
|
|
|
63973
64399
|
clientInterviews?: ClientInterviewUncheckedUpdateManyWithoutClientNestedInput
|
|
63974
64400
|
builderInterviews?: ClientInterviewUncheckedUpdateManyWithoutBuilderNestedInput
|
|
63975
64401
|
proposalsAsTeamAdvisor?: ProposalUncheckedUpdateManyWithoutTeamAdvisorNestedInput
|
|
64402
|
+
builderContracts?: ContractUncheckedUpdateManyWithoutBuilderNestedInput
|
|
63976
64403
|
}
|
|
63977
64404
|
|
|
63978
64405
|
export type MissionSpecUpsertWithoutMissionInput = {
|
|
@@ -64108,6 +64535,7 @@ export namespace Prisma {
|
|
|
64108
64535
|
clientInterviews?: ClientInterviewUpdateManyWithoutClientNestedInput
|
|
64109
64536
|
builderInterviews?: ClientInterviewUpdateManyWithoutBuilderNestedInput
|
|
64110
64537
|
proposalsAsTeamAdvisor?: ProposalUpdateManyWithoutTeamAdvisorNestedInput
|
|
64538
|
+
builderContracts?: ContractUpdateManyWithoutBuilderNestedInput
|
|
64111
64539
|
}
|
|
64112
64540
|
|
|
64113
64541
|
export type UserUncheckedUpdateWithoutOwnedMissionsModelsInput = {
|
|
@@ -64163,6 +64591,7 @@ export namespace Prisma {
|
|
|
64163
64591
|
clientInterviews?: ClientInterviewUncheckedUpdateManyWithoutClientNestedInput
|
|
64164
64592
|
builderInterviews?: ClientInterviewUncheckedUpdateManyWithoutBuilderNestedInput
|
|
64165
64593
|
proposalsAsTeamAdvisor?: ProposalUncheckedUpdateManyWithoutTeamAdvisorNestedInput
|
|
64594
|
+
builderContracts?: ContractUncheckedUpdateManyWithoutBuilderNestedInput
|
|
64166
64595
|
}
|
|
64167
64596
|
|
|
64168
64597
|
export type ContractUpsertWithWhereUniqueWithoutMissionInput = {
|
|
@@ -64337,6 +64766,7 @@ export namespace Prisma {
|
|
|
64337
64766
|
clientInterviews?: ClientInterviewCreateNestedManyWithoutClientInput
|
|
64338
64767
|
builderInterviews?: ClientInterviewCreateNestedManyWithoutBuilderInput
|
|
64339
64768
|
proposalsAsTeamAdvisor?: ProposalCreateNestedManyWithoutTeamAdvisorInput
|
|
64769
|
+
builderContracts?: ContractCreateNestedManyWithoutBuilderInput
|
|
64340
64770
|
}
|
|
64341
64771
|
|
|
64342
64772
|
export type UserUncheckedCreateWithoutMissionApplicationInput = {
|
|
@@ -64393,6 +64823,7 @@ export namespace Prisma {
|
|
|
64393
64823
|
clientInterviews?: ClientInterviewUncheckedCreateNestedManyWithoutClientInput
|
|
64394
64824
|
builderInterviews?: ClientInterviewUncheckedCreateNestedManyWithoutBuilderInput
|
|
64395
64825
|
proposalsAsTeamAdvisor?: ProposalUncheckedCreateNestedManyWithoutTeamAdvisorInput
|
|
64826
|
+
builderContracts?: ContractUncheckedCreateNestedManyWithoutBuilderInput
|
|
64396
64827
|
}
|
|
64397
64828
|
|
|
64398
64829
|
export type UserCreateOrConnectWithoutMissionApplicationInput = {
|
|
@@ -64526,6 +64957,7 @@ export namespace Prisma {
|
|
|
64526
64957
|
clientInterviews?: ClientInterviewUpdateManyWithoutClientNestedInput
|
|
64527
64958
|
builderInterviews?: ClientInterviewUpdateManyWithoutBuilderNestedInput
|
|
64528
64959
|
proposalsAsTeamAdvisor?: ProposalUpdateManyWithoutTeamAdvisorNestedInput
|
|
64960
|
+
builderContracts?: ContractUpdateManyWithoutBuilderNestedInput
|
|
64529
64961
|
}
|
|
64530
64962
|
|
|
64531
64963
|
export type UserUncheckedUpdateWithoutMissionApplicationInput = {
|
|
@@ -64581,6 +65013,7 @@ export namespace Prisma {
|
|
|
64581
65013
|
clientInterviews?: ClientInterviewUncheckedUpdateManyWithoutClientNestedInput
|
|
64582
65014
|
builderInterviews?: ClientInterviewUncheckedUpdateManyWithoutBuilderNestedInput
|
|
64583
65015
|
proposalsAsTeamAdvisor?: ProposalUncheckedUpdateManyWithoutTeamAdvisorNestedInput
|
|
65016
|
+
builderContracts?: ContractUncheckedUpdateManyWithoutBuilderNestedInput
|
|
64584
65017
|
}
|
|
64585
65018
|
|
|
64586
65019
|
export type MissionPrefillRoleCreaterequiredSkillsInput = {
|
|
@@ -64645,6 +65078,7 @@ export namespace Prisma {
|
|
|
64645
65078
|
clientInterviews?: ClientInterviewCreateNestedManyWithoutClientInput
|
|
64646
65079
|
builderInterviews?: ClientInterviewCreateNestedManyWithoutBuilderInput
|
|
64647
65080
|
proposalsAsTeamAdvisor?: ProposalCreateNestedManyWithoutTeamAdvisorInput
|
|
65081
|
+
builderContracts?: ContractCreateNestedManyWithoutBuilderInput
|
|
64648
65082
|
}
|
|
64649
65083
|
|
|
64650
65084
|
export type UserUncheckedCreateWithoutMissionPrefillsInput = {
|
|
@@ -64701,6 +65135,7 @@ export namespace Prisma {
|
|
|
64701
65135
|
clientInterviews?: ClientInterviewUncheckedCreateNestedManyWithoutClientInput
|
|
64702
65136
|
builderInterviews?: ClientInterviewUncheckedCreateNestedManyWithoutBuilderInput
|
|
64703
65137
|
proposalsAsTeamAdvisor?: ProposalUncheckedCreateNestedManyWithoutTeamAdvisorInput
|
|
65138
|
+
builderContracts?: ContractUncheckedCreateNestedManyWithoutBuilderInput
|
|
64704
65139
|
}
|
|
64705
65140
|
|
|
64706
65141
|
export type UserCreateOrConnectWithoutMissionPrefillsInput = {
|
|
@@ -64781,6 +65216,7 @@ export namespace Prisma {
|
|
|
64781
65216
|
clientInterviews?: ClientInterviewUpdateManyWithoutClientNestedInput
|
|
64782
65217
|
builderInterviews?: ClientInterviewUpdateManyWithoutBuilderNestedInput
|
|
64783
65218
|
proposalsAsTeamAdvisor?: ProposalUpdateManyWithoutTeamAdvisorNestedInput
|
|
65219
|
+
builderContracts?: ContractUpdateManyWithoutBuilderNestedInput
|
|
64784
65220
|
}
|
|
64785
65221
|
|
|
64786
65222
|
export type UserUncheckedUpdateWithoutMissionPrefillsInput = {
|
|
@@ -64836,6 +65272,7 @@ export namespace Prisma {
|
|
|
64836
65272
|
clientInterviews?: ClientInterviewUncheckedUpdateManyWithoutClientNestedInput
|
|
64837
65273
|
builderInterviews?: ClientInterviewUncheckedUpdateManyWithoutBuilderNestedInput
|
|
64838
65274
|
proposalsAsTeamAdvisor?: ProposalUncheckedUpdateManyWithoutTeamAdvisorNestedInput
|
|
65275
|
+
builderContracts?: ContractUncheckedUpdateManyWithoutBuilderNestedInput
|
|
64839
65276
|
}
|
|
64840
65277
|
|
|
64841
65278
|
export type ClientRoleQuestionCreateInput = {
|
|
@@ -64956,6 +65393,7 @@ export namespace Prisma {
|
|
|
64956
65393
|
clientInterviews?: ClientInterviewCreateNestedManyWithoutClientInput
|
|
64957
65394
|
builderInterviews?: ClientInterviewCreateNestedManyWithoutBuilderInput
|
|
64958
65395
|
proposalsAsTeamAdvisor?: ProposalCreateNestedManyWithoutTeamAdvisorInput
|
|
65396
|
+
builderContracts?: ContractCreateNestedManyWithoutBuilderInput
|
|
64959
65397
|
}
|
|
64960
65398
|
|
|
64961
65399
|
export type UserUncheckedCreateWithoutAuthoredMissionSpecsInput = {
|
|
@@ -65012,6 +65450,7 @@ export namespace Prisma {
|
|
|
65012
65450
|
clientInterviews?: ClientInterviewUncheckedCreateNestedManyWithoutClientInput
|
|
65013
65451
|
builderInterviews?: ClientInterviewUncheckedCreateNestedManyWithoutBuilderInput
|
|
65014
65452
|
proposalsAsTeamAdvisor?: ProposalUncheckedCreateNestedManyWithoutTeamAdvisorInput
|
|
65453
|
+
builderContracts?: ContractUncheckedCreateNestedManyWithoutBuilderInput
|
|
65015
65454
|
}
|
|
65016
65455
|
|
|
65017
65456
|
export type UserCreateOrConnectWithoutAuthoredMissionSpecsInput = {
|
|
@@ -65108,6 +65547,7 @@ export namespace Prisma {
|
|
|
65108
65547
|
clientInterviews?: ClientInterviewCreateNestedManyWithoutClientInput
|
|
65109
65548
|
builderInterviews?: ClientInterviewCreateNestedManyWithoutBuilderInput
|
|
65110
65549
|
proposalsAsTeamAdvisor?: ProposalCreateNestedManyWithoutTeamAdvisorInput
|
|
65550
|
+
builderContracts?: ContractCreateNestedManyWithoutBuilderInput
|
|
65111
65551
|
}
|
|
65112
65552
|
|
|
65113
65553
|
export type UserUncheckedCreateWithoutModifiedMissionSpecsInput = {
|
|
@@ -65164,6 +65604,7 @@ export namespace Prisma {
|
|
|
65164
65604
|
clientInterviews?: ClientInterviewUncheckedCreateNestedManyWithoutClientInput
|
|
65165
65605
|
builderInterviews?: ClientInterviewUncheckedCreateNestedManyWithoutBuilderInput
|
|
65166
65606
|
proposalsAsTeamAdvisor?: ProposalUncheckedCreateNestedManyWithoutTeamAdvisorInput
|
|
65607
|
+
builderContracts?: ContractUncheckedCreateNestedManyWithoutBuilderInput
|
|
65167
65608
|
}
|
|
65168
65609
|
|
|
65169
65610
|
export type UserCreateOrConnectWithoutModifiedMissionSpecsInput = {
|
|
@@ -65493,6 +65934,7 @@ export namespace Prisma {
|
|
|
65493
65934
|
clientInterviews?: ClientInterviewUpdateManyWithoutClientNestedInput
|
|
65494
65935
|
builderInterviews?: ClientInterviewUpdateManyWithoutBuilderNestedInput
|
|
65495
65936
|
proposalsAsTeamAdvisor?: ProposalUpdateManyWithoutTeamAdvisorNestedInput
|
|
65937
|
+
builderContracts?: ContractUpdateManyWithoutBuilderNestedInput
|
|
65496
65938
|
}
|
|
65497
65939
|
|
|
65498
65940
|
export type UserUncheckedUpdateWithoutAuthoredMissionSpecsInput = {
|
|
@@ -65548,6 +65990,7 @@ export namespace Prisma {
|
|
|
65548
65990
|
clientInterviews?: ClientInterviewUncheckedUpdateManyWithoutClientNestedInput
|
|
65549
65991
|
builderInterviews?: ClientInterviewUncheckedUpdateManyWithoutBuilderNestedInput
|
|
65550
65992
|
proposalsAsTeamAdvisor?: ProposalUncheckedUpdateManyWithoutTeamAdvisorNestedInput
|
|
65993
|
+
builderContracts?: ContractUncheckedUpdateManyWithoutBuilderNestedInput
|
|
65551
65994
|
}
|
|
65552
65995
|
|
|
65553
65996
|
export type ClientCompanyUpsertWithoutMissionSpecsInput = {
|
|
@@ -65653,6 +66096,7 @@ export namespace Prisma {
|
|
|
65653
66096
|
clientInterviews?: ClientInterviewUpdateManyWithoutClientNestedInput
|
|
65654
66097
|
builderInterviews?: ClientInterviewUpdateManyWithoutBuilderNestedInput
|
|
65655
66098
|
proposalsAsTeamAdvisor?: ProposalUpdateManyWithoutTeamAdvisorNestedInput
|
|
66099
|
+
builderContracts?: ContractUpdateManyWithoutBuilderNestedInput
|
|
65656
66100
|
}
|
|
65657
66101
|
|
|
65658
66102
|
export type UserUncheckedUpdateWithoutModifiedMissionSpecsInput = {
|
|
@@ -65708,6 +66152,7 @@ export namespace Prisma {
|
|
|
65708
66152
|
clientInterviews?: ClientInterviewUncheckedUpdateManyWithoutClientNestedInput
|
|
65709
66153
|
builderInterviews?: ClientInterviewUncheckedUpdateManyWithoutBuilderNestedInput
|
|
65710
66154
|
proposalsAsTeamAdvisor?: ProposalUncheckedUpdateManyWithoutTeamAdvisorNestedInput
|
|
66155
|
+
builderContracts?: ContractUncheckedUpdateManyWithoutBuilderNestedInput
|
|
65711
66156
|
}
|
|
65712
66157
|
|
|
65713
66158
|
export type MissionUpsertWithoutMissionSpecInput = {
|
|
@@ -65910,6 +66355,7 @@ export namespace Prisma {
|
|
|
65910
66355
|
clientInterviews?: ClientInterviewCreateNestedManyWithoutClientInput
|
|
65911
66356
|
builderInterviews?: ClientInterviewCreateNestedManyWithoutBuilderInput
|
|
65912
66357
|
proposalsAsTeamAdvisor?: ProposalCreateNestedManyWithoutTeamAdvisorInput
|
|
66358
|
+
builderContracts?: ContractCreateNestedManyWithoutBuilderInput
|
|
65913
66359
|
}
|
|
65914
66360
|
|
|
65915
66361
|
export type UserUncheckedCreateWithoutAuthoredProposalsInput = {
|
|
@@ -65966,6 +66412,7 @@ export namespace Prisma {
|
|
|
65966
66412
|
clientInterviews?: ClientInterviewUncheckedCreateNestedManyWithoutClientInput
|
|
65967
66413
|
builderInterviews?: ClientInterviewUncheckedCreateNestedManyWithoutBuilderInput
|
|
65968
66414
|
proposalsAsTeamAdvisor?: ProposalUncheckedCreateNestedManyWithoutTeamAdvisorInput
|
|
66415
|
+
builderContracts?: ContractUncheckedCreateNestedManyWithoutBuilderInput
|
|
65969
66416
|
}
|
|
65970
66417
|
|
|
65971
66418
|
export type UserCreateOrConnectWithoutAuthoredProposalsInput = {
|
|
@@ -66134,6 +66581,7 @@ export namespace Prisma {
|
|
|
66134
66581
|
clientInterviews?: ClientInterviewCreateNestedManyWithoutClientInput
|
|
66135
66582
|
builderInterviews?: ClientInterviewCreateNestedManyWithoutBuilderInput
|
|
66136
66583
|
proposalsAsTeamAdvisor?: ProposalCreateNestedManyWithoutTeamAdvisorInput
|
|
66584
|
+
builderContracts?: ContractCreateNestedManyWithoutBuilderInput
|
|
66137
66585
|
}
|
|
66138
66586
|
|
|
66139
66587
|
export type UserUncheckedCreateWithoutSharedProposalsInput = {
|
|
@@ -66190,6 +66638,7 @@ export namespace Prisma {
|
|
|
66190
66638
|
clientInterviews?: ClientInterviewUncheckedCreateNestedManyWithoutClientInput
|
|
66191
66639
|
builderInterviews?: ClientInterviewUncheckedCreateNestedManyWithoutBuilderInput
|
|
66192
66640
|
proposalsAsTeamAdvisor?: ProposalUncheckedCreateNestedManyWithoutTeamAdvisorInput
|
|
66641
|
+
builderContracts?: ContractUncheckedCreateNestedManyWithoutBuilderInput
|
|
66193
66642
|
}
|
|
66194
66643
|
|
|
66195
66644
|
export type UserCreateOrConnectWithoutSharedProposalsInput = {
|
|
@@ -66316,6 +66765,7 @@ export namespace Prisma {
|
|
|
66316
66765
|
rescheduledInterviews?: CalendarEventCreateNestedManyWithoutReschedulingUserInput
|
|
66317
66766
|
clientInterviews?: ClientInterviewCreateNestedManyWithoutClientInput
|
|
66318
66767
|
builderInterviews?: ClientInterviewCreateNestedManyWithoutBuilderInput
|
|
66768
|
+
builderContracts?: ContractCreateNestedManyWithoutBuilderInput
|
|
66319
66769
|
}
|
|
66320
66770
|
|
|
66321
66771
|
export type UserUncheckedCreateWithoutProposalsAsTeamAdvisorInput = {
|
|
@@ -66372,6 +66822,7 @@ export namespace Prisma {
|
|
|
66372
66822
|
rescheduledInterviews?: CalendarEventUncheckedCreateNestedManyWithoutReschedulingUserInput
|
|
66373
66823
|
clientInterviews?: ClientInterviewUncheckedCreateNestedManyWithoutClientInput
|
|
66374
66824
|
builderInterviews?: ClientInterviewUncheckedCreateNestedManyWithoutBuilderInput
|
|
66825
|
+
builderContracts?: ContractUncheckedCreateNestedManyWithoutBuilderInput
|
|
66375
66826
|
}
|
|
66376
66827
|
|
|
66377
66828
|
export type UserCreateOrConnectWithoutProposalsAsTeamAdvisorInput = {
|
|
@@ -66542,6 +66993,7 @@ export namespace Prisma {
|
|
|
66542
66993
|
clientInterviews?: ClientInterviewUpdateManyWithoutClientNestedInput
|
|
66543
66994
|
builderInterviews?: ClientInterviewUpdateManyWithoutBuilderNestedInput
|
|
66544
66995
|
proposalsAsTeamAdvisor?: ProposalUpdateManyWithoutTeamAdvisorNestedInput
|
|
66996
|
+
builderContracts?: ContractUpdateManyWithoutBuilderNestedInput
|
|
66545
66997
|
}
|
|
66546
66998
|
|
|
66547
66999
|
export type UserUncheckedUpdateWithoutAuthoredProposalsInput = {
|
|
@@ -66597,6 +67049,7 @@ export namespace Prisma {
|
|
|
66597
67049
|
clientInterviews?: ClientInterviewUncheckedUpdateManyWithoutClientNestedInput
|
|
66598
67050
|
builderInterviews?: ClientInterviewUncheckedUpdateManyWithoutBuilderNestedInput
|
|
66599
67051
|
proposalsAsTeamAdvisor?: ProposalUncheckedUpdateManyWithoutTeamAdvisorNestedInput
|
|
67052
|
+
builderContracts?: ContractUncheckedUpdateManyWithoutBuilderNestedInput
|
|
66600
67053
|
}
|
|
66601
67054
|
|
|
66602
67055
|
export type MissionUpsertWithoutProposalsInput = {
|
|
@@ -66774,6 +67227,7 @@ export namespace Prisma {
|
|
|
66774
67227
|
clientInterviews?: ClientInterviewUpdateManyWithoutClientNestedInput
|
|
66775
67228
|
builderInterviews?: ClientInterviewUpdateManyWithoutBuilderNestedInput
|
|
66776
67229
|
proposalsAsTeamAdvisor?: ProposalUpdateManyWithoutTeamAdvisorNestedInput
|
|
67230
|
+
builderContracts?: ContractUpdateManyWithoutBuilderNestedInput
|
|
66777
67231
|
}
|
|
66778
67232
|
|
|
66779
67233
|
export type UserUncheckedUpdateWithoutSharedProposalsInput = {
|
|
@@ -66829,6 +67283,7 @@ export namespace Prisma {
|
|
|
66829
67283
|
clientInterviews?: ClientInterviewUncheckedUpdateManyWithoutClientNestedInput
|
|
66830
67284
|
builderInterviews?: ClientInterviewUncheckedUpdateManyWithoutBuilderNestedInput
|
|
66831
67285
|
proposalsAsTeamAdvisor?: ProposalUncheckedUpdateManyWithoutTeamAdvisorNestedInput
|
|
67286
|
+
builderContracts?: ContractUncheckedUpdateManyWithoutBuilderNestedInput
|
|
66832
67287
|
}
|
|
66833
67288
|
|
|
66834
67289
|
export type MissionSpecUpsertWithoutProposalsInput = {
|
|
@@ -66964,6 +67419,7 @@ export namespace Prisma {
|
|
|
66964
67419
|
rescheduledInterviews?: CalendarEventUpdateManyWithoutReschedulingUserNestedInput
|
|
66965
67420
|
clientInterviews?: ClientInterviewUpdateManyWithoutClientNestedInput
|
|
66966
67421
|
builderInterviews?: ClientInterviewUpdateManyWithoutBuilderNestedInput
|
|
67422
|
+
builderContracts?: ContractUpdateManyWithoutBuilderNestedInput
|
|
66967
67423
|
}
|
|
66968
67424
|
|
|
66969
67425
|
export type UserUncheckedUpdateWithoutProposalsAsTeamAdvisorInput = {
|
|
@@ -67019,6 +67475,7 @@ export namespace Prisma {
|
|
|
67019
67475
|
rescheduledInterviews?: CalendarEventUncheckedUpdateManyWithoutReschedulingUserNestedInput
|
|
67020
67476
|
clientInterviews?: ClientInterviewUncheckedUpdateManyWithoutClientNestedInput
|
|
67021
67477
|
builderInterviews?: ClientInterviewUncheckedUpdateManyWithoutBuilderNestedInput
|
|
67478
|
+
builderContracts?: ContractUncheckedUpdateManyWithoutBuilderNestedInput
|
|
67022
67479
|
}
|
|
67023
67480
|
|
|
67024
67481
|
export type ClientInterviewUpsertWithWhereUniqueWithoutProposalInput = {
|
|
@@ -68253,6 +68710,51 @@ export namespace Prisma {
|
|
|
68253
68710
|
data: ProposalCreateManyTeamAdvisorInput | ProposalCreateManyTeamAdvisorInput[]
|
|
68254
68711
|
}
|
|
68255
68712
|
|
|
68713
|
+
export type ContractCreateWithoutBuilderInput = {
|
|
68714
|
+
sid?: string
|
|
68715
|
+
status: $Enums.ContractStatus
|
|
68716
|
+
type: $Enums.ContractType
|
|
68717
|
+
downloadURL: string
|
|
68718
|
+
createdAt?: Date | string
|
|
68719
|
+
updatedAt?: Date | string
|
|
68720
|
+
parties?: XOR<ContractPartyListCreateEnvelopeInput, ContractPartyCreateInput> | ContractPartyCreateInput[]
|
|
68721
|
+
role?: string | null
|
|
68722
|
+
custom?: boolean | null
|
|
68723
|
+
pandadocMetadata?: XOR<PandadocMetadataNullableCreateEnvelopeInput, PandadocMetadataCreateInput> | null
|
|
68724
|
+
source?: $Enums.ContractSource | null
|
|
68725
|
+
documentTitle?: string | null
|
|
68726
|
+
deletedAt?: Date | string | null
|
|
68727
|
+
mission?: MissionCreateNestedOneWithoutContractsInput
|
|
68728
|
+
account?: AccountCreateNestedOneWithoutContractsInput
|
|
68729
|
+
}
|
|
68730
|
+
|
|
68731
|
+
export type ContractUncheckedCreateWithoutBuilderInput = {
|
|
68732
|
+
sid?: string
|
|
68733
|
+
status: $Enums.ContractStatus
|
|
68734
|
+
type: $Enums.ContractType
|
|
68735
|
+
downloadURL: string
|
|
68736
|
+
createdAt?: Date | string
|
|
68737
|
+
updatedAt?: Date | string
|
|
68738
|
+
parties?: XOR<ContractPartyListCreateEnvelopeInput, ContractPartyCreateInput> | ContractPartyCreateInput[]
|
|
68739
|
+
missionId?: string | null
|
|
68740
|
+
role?: string | null
|
|
68741
|
+
custom?: boolean | null
|
|
68742
|
+
pandadocMetadata?: XOR<PandadocMetadataNullableCreateEnvelopeInput, PandadocMetadataCreateInput> | null
|
|
68743
|
+
source?: $Enums.ContractSource | null
|
|
68744
|
+
documentTitle?: string | null
|
|
68745
|
+
accountId?: string | null
|
|
68746
|
+
deletedAt?: Date | string | null
|
|
68747
|
+
}
|
|
68748
|
+
|
|
68749
|
+
export type ContractCreateOrConnectWithoutBuilderInput = {
|
|
68750
|
+
where: ContractWhereUniqueInput
|
|
68751
|
+
create: XOR<ContractCreateWithoutBuilderInput, ContractUncheckedCreateWithoutBuilderInput>
|
|
68752
|
+
}
|
|
68753
|
+
|
|
68754
|
+
export type ContractCreateManyBuilderInputEnvelope = {
|
|
68755
|
+
data: ContractCreateManyBuilderInput | ContractCreateManyBuilderInput[]
|
|
68756
|
+
}
|
|
68757
|
+
|
|
68256
68758
|
export type ClientRegistrationUpsertInput = {
|
|
68257
68759
|
set: ClientRegistrationCreateInput | null
|
|
68258
68760
|
update: ClientRegistrationUpdateInput
|
|
@@ -68711,6 +69213,22 @@ export namespace Prisma {
|
|
|
68711
69213
|
data: XOR<ProposalUpdateManyMutationInput, ProposalUncheckedUpdateManyWithoutTeamAdvisorInput>
|
|
68712
69214
|
}
|
|
68713
69215
|
|
|
69216
|
+
export type ContractUpsertWithWhereUniqueWithoutBuilderInput = {
|
|
69217
|
+
where: ContractWhereUniqueInput
|
|
69218
|
+
update: XOR<ContractUpdateWithoutBuilderInput, ContractUncheckedUpdateWithoutBuilderInput>
|
|
69219
|
+
create: XOR<ContractCreateWithoutBuilderInput, ContractUncheckedCreateWithoutBuilderInput>
|
|
69220
|
+
}
|
|
69221
|
+
|
|
69222
|
+
export type ContractUpdateWithWhereUniqueWithoutBuilderInput = {
|
|
69223
|
+
where: ContractWhereUniqueInput
|
|
69224
|
+
data: XOR<ContractUpdateWithoutBuilderInput, ContractUncheckedUpdateWithoutBuilderInput>
|
|
69225
|
+
}
|
|
69226
|
+
|
|
69227
|
+
export type ContractUpdateManyWithWhereWithoutBuilderInput = {
|
|
69228
|
+
where: ContractScalarWhereInput
|
|
69229
|
+
data: XOR<ContractUpdateManyMutationInput, ContractUncheckedUpdateManyWithoutBuilderInput>
|
|
69230
|
+
}
|
|
69231
|
+
|
|
68714
69232
|
export type BookingFrequencyCreateInput = {
|
|
68715
69233
|
perDay: number
|
|
68716
69234
|
perWeek: number
|
|
@@ -68770,6 +69288,7 @@ export namespace Prisma {
|
|
|
68770
69288
|
clientInterviews?: ClientInterviewCreateNestedManyWithoutClientInput
|
|
68771
69289
|
builderInterviews?: ClientInterviewCreateNestedManyWithoutBuilderInput
|
|
68772
69290
|
proposalsAsTeamAdvisor?: ProposalCreateNestedManyWithoutTeamAdvisorInput
|
|
69291
|
+
builderContracts?: ContractCreateNestedManyWithoutBuilderInput
|
|
68773
69292
|
}
|
|
68774
69293
|
|
|
68775
69294
|
export type UserUncheckedCreateWithoutPreferencesInput = {
|
|
@@ -68826,6 +69345,7 @@ export namespace Prisma {
|
|
|
68826
69345
|
clientInterviews?: ClientInterviewUncheckedCreateNestedManyWithoutClientInput
|
|
68827
69346
|
builderInterviews?: ClientInterviewUncheckedCreateNestedManyWithoutBuilderInput
|
|
68828
69347
|
proposalsAsTeamAdvisor?: ProposalUncheckedCreateNestedManyWithoutTeamAdvisorInput
|
|
69348
|
+
builderContracts?: ContractUncheckedCreateNestedManyWithoutBuilderInput
|
|
68829
69349
|
}
|
|
68830
69350
|
|
|
68831
69351
|
export type UserCreateOrConnectWithoutPreferencesInput = {
|
|
@@ -68906,6 +69426,7 @@ export namespace Prisma {
|
|
|
68906
69426
|
clientInterviews?: ClientInterviewUpdateManyWithoutClientNestedInput
|
|
68907
69427
|
builderInterviews?: ClientInterviewUpdateManyWithoutBuilderNestedInput
|
|
68908
69428
|
proposalsAsTeamAdvisor?: ProposalUpdateManyWithoutTeamAdvisorNestedInput
|
|
69429
|
+
builderContracts?: ContractUpdateManyWithoutBuilderNestedInput
|
|
68909
69430
|
}
|
|
68910
69431
|
|
|
68911
69432
|
export type UserUncheckedUpdateWithoutPreferencesInput = {
|
|
@@ -68961,6 +69482,7 @@ export namespace Prisma {
|
|
|
68961
69482
|
clientInterviews?: ClientInterviewUncheckedUpdateManyWithoutClientNestedInput
|
|
68962
69483
|
builderInterviews?: ClientInterviewUncheckedUpdateManyWithoutBuilderNestedInput
|
|
68963
69484
|
proposalsAsTeamAdvisor?: ProposalUncheckedUpdateManyWithoutTeamAdvisorNestedInput
|
|
69485
|
+
builderContracts?: ContractUncheckedUpdateManyWithoutBuilderNestedInput
|
|
68964
69486
|
}
|
|
68965
69487
|
|
|
68966
69488
|
export type AccountCreateWithoutUserReviewsInput = {
|
|
@@ -69056,6 +69578,7 @@ export namespace Prisma {
|
|
|
69056
69578
|
clientInterviews?: ClientInterviewCreateNestedManyWithoutClientInput
|
|
69057
69579
|
builderInterviews?: ClientInterviewCreateNestedManyWithoutBuilderInput
|
|
69058
69580
|
proposalsAsTeamAdvisor?: ProposalCreateNestedManyWithoutTeamAdvisorInput
|
|
69581
|
+
builderContracts?: ContractCreateNestedManyWithoutBuilderInput
|
|
69059
69582
|
}
|
|
69060
69583
|
|
|
69061
69584
|
export type UserUncheckedCreateWithoutGivenReviewsInput = {
|
|
@@ -69112,6 +69635,7 @@ export namespace Prisma {
|
|
|
69112
69635
|
clientInterviews?: ClientInterviewUncheckedCreateNestedManyWithoutClientInput
|
|
69113
69636
|
builderInterviews?: ClientInterviewUncheckedCreateNestedManyWithoutBuilderInput
|
|
69114
69637
|
proposalsAsTeamAdvisor?: ProposalUncheckedCreateNestedManyWithoutTeamAdvisorInput
|
|
69638
|
+
builderContracts?: ContractUncheckedCreateNestedManyWithoutBuilderInput
|
|
69115
69639
|
}
|
|
69116
69640
|
|
|
69117
69641
|
export type UserCreateOrConnectWithoutGivenReviewsInput = {
|
|
@@ -69173,6 +69697,7 @@ export namespace Prisma {
|
|
|
69173
69697
|
clientInterviews?: ClientInterviewCreateNestedManyWithoutClientInput
|
|
69174
69698
|
builderInterviews?: ClientInterviewCreateNestedManyWithoutBuilderInput
|
|
69175
69699
|
proposalsAsTeamAdvisor?: ProposalCreateNestedManyWithoutTeamAdvisorInput
|
|
69700
|
+
builderContracts?: ContractCreateNestedManyWithoutBuilderInput
|
|
69176
69701
|
}
|
|
69177
69702
|
|
|
69178
69703
|
export type UserUncheckedCreateWithoutReceivedReviewsInput = {
|
|
@@ -69229,6 +69754,7 @@ export namespace Prisma {
|
|
|
69229
69754
|
clientInterviews?: ClientInterviewUncheckedCreateNestedManyWithoutClientInput
|
|
69230
69755
|
builderInterviews?: ClientInterviewUncheckedCreateNestedManyWithoutBuilderInput
|
|
69231
69756
|
proposalsAsTeamAdvisor?: ProposalUncheckedCreateNestedManyWithoutTeamAdvisorInput
|
|
69757
|
+
builderContracts?: ContractUncheckedCreateNestedManyWithoutBuilderInput
|
|
69232
69758
|
}
|
|
69233
69759
|
|
|
69234
69760
|
export type UserCreateOrConnectWithoutReceivedReviewsInput = {
|
|
@@ -69460,6 +69986,7 @@ export namespace Prisma {
|
|
|
69460
69986
|
clientInterviews?: ClientInterviewUpdateManyWithoutClientNestedInput
|
|
69461
69987
|
builderInterviews?: ClientInterviewUpdateManyWithoutBuilderNestedInput
|
|
69462
69988
|
proposalsAsTeamAdvisor?: ProposalUpdateManyWithoutTeamAdvisorNestedInput
|
|
69989
|
+
builderContracts?: ContractUpdateManyWithoutBuilderNestedInput
|
|
69463
69990
|
}
|
|
69464
69991
|
|
|
69465
69992
|
export type UserUncheckedUpdateWithoutGivenReviewsInput = {
|
|
@@ -69515,6 +70042,7 @@ export namespace Prisma {
|
|
|
69515
70042
|
clientInterviews?: ClientInterviewUncheckedUpdateManyWithoutClientNestedInput
|
|
69516
70043
|
builderInterviews?: ClientInterviewUncheckedUpdateManyWithoutBuilderNestedInput
|
|
69517
70044
|
proposalsAsTeamAdvisor?: ProposalUncheckedUpdateManyWithoutTeamAdvisorNestedInput
|
|
70045
|
+
builderContracts?: ContractUncheckedUpdateManyWithoutBuilderNestedInput
|
|
69518
70046
|
}
|
|
69519
70047
|
|
|
69520
70048
|
export type UserUpsertWithoutReceivedReviewsInput = {
|
|
@@ -69581,6 +70109,7 @@ export namespace Prisma {
|
|
|
69581
70109
|
clientInterviews?: ClientInterviewUpdateManyWithoutClientNestedInput
|
|
69582
70110
|
builderInterviews?: ClientInterviewUpdateManyWithoutBuilderNestedInput
|
|
69583
70111
|
proposalsAsTeamAdvisor?: ProposalUpdateManyWithoutTeamAdvisorNestedInput
|
|
70112
|
+
builderContracts?: ContractUpdateManyWithoutBuilderNestedInput
|
|
69584
70113
|
}
|
|
69585
70114
|
|
|
69586
70115
|
export type UserUncheckedUpdateWithoutReceivedReviewsInput = {
|
|
@@ -69636,6 +70165,7 @@ export namespace Prisma {
|
|
|
69636
70165
|
clientInterviews?: ClientInterviewUncheckedUpdateManyWithoutClientNestedInput
|
|
69637
70166
|
builderInterviews?: ClientInterviewUncheckedUpdateManyWithoutBuilderNestedInput
|
|
69638
70167
|
proposalsAsTeamAdvisor?: ProposalUncheckedUpdateManyWithoutTeamAdvisorNestedInput
|
|
70168
|
+
builderContracts?: ContractUncheckedUpdateManyWithoutBuilderNestedInput
|
|
69639
70169
|
}
|
|
69640
70170
|
|
|
69641
70171
|
export type MissionUpsertWithoutUserReviewsInput = {
|
|
@@ -70225,6 +70755,7 @@ export namespace Prisma {
|
|
|
70225
70755
|
source?: $Enums.ContractSource | null
|
|
70226
70756
|
documentTitle?: string | null
|
|
70227
70757
|
deletedAt?: Date | string | null
|
|
70758
|
+
builderId?: string | null
|
|
70228
70759
|
}
|
|
70229
70760
|
|
|
70230
70761
|
export type UserReviewCreateManyAccountModelInput = {
|
|
@@ -70538,6 +71069,7 @@ export namespace Prisma {
|
|
|
70538
71069
|
documentTitle?: NullableStringFieldUpdateOperationsInput | string | null
|
|
70539
71070
|
deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
70540
71071
|
mission?: MissionUpdateOneWithoutContractsNestedInput
|
|
71072
|
+
builder?: UserUpdateOneWithoutBuilderContractsNestedInput
|
|
70541
71073
|
}
|
|
70542
71074
|
|
|
70543
71075
|
export type ContractUncheckedUpdateWithoutAccountInput = {
|
|
@@ -70554,6 +71086,7 @@ export namespace Prisma {
|
|
|
70554
71086
|
source?: NullableEnumContractSourceFieldUpdateOperationsInput | $Enums.ContractSource | null
|
|
70555
71087
|
documentTitle?: NullableStringFieldUpdateOperationsInput | string | null
|
|
70556
71088
|
deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
71089
|
+
builderId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
70557
71090
|
}
|
|
70558
71091
|
|
|
70559
71092
|
export type ContractUncheckedUpdateManyWithoutAccountInput = {
|
|
@@ -70570,6 +71103,7 @@ export namespace Prisma {
|
|
|
70570
71103
|
source?: NullableEnumContractSourceFieldUpdateOperationsInput | $Enums.ContractSource | null
|
|
70571
71104
|
documentTitle?: NullableStringFieldUpdateOperationsInput | string | null
|
|
70572
71105
|
deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
71106
|
+
builderId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
70573
71107
|
}
|
|
70574
71108
|
|
|
70575
71109
|
export type UserReviewUpdateWithoutAccountModelInput = {
|
|
@@ -71419,6 +71953,7 @@ export namespace Prisma {
|
|
|
71419
71953
|
documentTitle?: string | null
|
|
71420
71954
|
accountId?: string | null
|
|
71421
71955
|
deletedAt?: Date | string | null
|
|
71956
|
+
builderId?: string | null
|
|
71422
71957
|
}
|
|
71423
71958
|
|
|
71424
71959
|
export type ProposalCreateManyMissionInput = {
|
|
@@ -71566,6 +72101,7 @@ export namespace Prisma {
|
|
|
71566
72101
|
documentTitle?: NullableStringFieldUpdateOperationsInput | string | null
|
|
71567
72102
|
deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
71568
72103
|
account?: AccountUpdateOneWithoutContractsNestedInput
|
|
72104
|
+
builder?: UserUpdateOneWithoutBuilderContractsNestedInput
|
|
71569
72105
|
}
|
|
71570
72106
|
|
|
71571
72107
|
export type ContractUncheckedUpdateWithoutMissionInput = {
|
|
@@ -71582,6 +72118,7 @@ export namespace Prisma {
|
|
|
71582
72118
|
documentTitle?: NullableStringFieldUpdateOperationsInput | string | null
|
|
71583
72119
|
accountId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
71584
72120
|
deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
72121
|
+
builderId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
71585
72122
|
}
|
|
71586
72123
|
|
|
71587
72124
|
export type ContractUncheckedUpdateManyWithoutMissionInput = {
|
|
@@ -71598,6 +72135,7 @@ export namespace Prisma {
|
|
|
71598
72135
|
documentTitle?: NullableStringFieldUpdateOperationsInput | string | null
|
|
71599
72136
|
accountId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
71600
72137
|
deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
72138
|
+
builderId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
71601
72139
|
}
|
|
71602
72140
|
|
|
71603
72141
|
export type ProposalUpdateWithoutMissionInput = {
|
|
@@ -72692,6 +73230,24 @@ export namespace Prisma {
|
|
|
72692
73230
|
teamBlurb?: string | null
|
|
72693
73231
|
}
|
|
72694
73232
|
|
|
73233
|
+
export type ContractCreateManyBuilderInput = {
|
|
73234
|
+
sid?: string
|
|
73235
|
+
status: $Enums.ContractStatus
|
|
73236
|
+
type: $Enums.ContractType
|
|
73237
|
+
downloadURL: string
|
|
73238
|
+
createdAt?: Date | string
|
|
73239
|
+
updatedAt?: Date | string
|
|
73240
|
+
parties?: XOR<ContractPartyListCreateEnvelopeInput, ContractPartyCreateInput> | ContractPartyCreateInput[]
|
|
73241
|
+
missionId?: string | null
|
|
73242
|
+
role?: string | null
|
|
73243
|
+
custom?: boolean | null
|
|
73244
|
+
pandadocMetadata?: XOR<PandadocMetadataNullableCreateEnvelopeInput, PandadocMetadataCreateInput> | null
|
|
73245
|
+
source?: $Enums.ContractSource | null
|
|
73246
|
+
documentTitle?: string | null
|
|
73247
|
+
accountId?: string | null
|
|
73248
|
+
deletedAt?: Date | string | null
|
|
73249
|
+
}
|
|
73250
|
+
|
|
72695
73251
|
export type ClientRegistrationUpdateInput = {
|
|
72696
73252
|
emailVerified?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
72697
73253
|
signupCompany?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -74144,6 +74700,57 @@ export namespace Prisma {
|
|
|
74144
74700
|
teamBlurb?: NullableStringFieldUpdateOperationsInput | string | null
|
|
74145
74701
|
}
|
|
74146
74702
|
|
|
74703
|
+
export type ContractUpdateWithoutBuilderInput = {
|
|
74704
|
+
status?: EnumContractStatusFieldUpdateOperationsInput | $Enums.ContractStatus
|
|
74705
|
+
type?: EnumContractTypeFieldUpdateOperationsInput | $Enums.ContractType
|
|
74706
|
+
downloadURL?: StringFieldUpdateOperationsInput | string
|
|
74707
|
+
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
74708
|
+
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
74709
|
+
parties?: XOR<ContractPartyListUpdateEnvelopeInput, ContractPartyCreateInput> | ContractPartyCreateInput[]
|
|
74710
|
+
role?: NullableStringFieldUpdateOperationsInput | string | null
|
|
74711
|
+
custom?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
74712
|
+
pandadocMetadata?: XOR<PandadocMetadataNullableUpdateEnvelopeInput, PandadocMetadataCreateInput> | null
|
|
74713
|
+
source?: NullableEnumContractSourceFieldUpdateOperationsInput | $Enums.ContractSource | null
|
|
74714
|
+
documentTitle?: NullableStringFieldUpdateOperationsInput | string | null
|
|
74715
|
+
deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
74716
|
+
mission?: MissionUpdateOneWithoutContractsNestedInput
|
|
74717
|
+
account?: AccountUpdateOneWithoutContractsNestedInput
|
|
74718
|
+
}
|
|
74719
|
+
|
|
74720
|
+
export type ContractUncheckedUpdateWithoutBuilderInput = {
|
|
74721
|
+
status?: EnumContractStatusFieldUpdateOperationsInput | $Enums.ContractStatus
|
|
74722
|
+
type?: EnumContractTypeFieldUpdateOperationsInput | $Enums.ContractType
|
|
74723
|
+
downloadURL?: StringFieldUpdateOperationsInput | string
|
|
74724
|
+
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
74725
|
+
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
74726
|
+
parties?: XOR<ContractPartyListUpdateEnvelopeInput, ContractPartyCreateInput> | ContractPartyCreateInput[]
|
|
74727
|
+
missionId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
74728
|
+
role?: NullableStringFieldUpdateOperationsInput | string | null
|
|
74729
|
+
custom?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
74730
|
+
pandadocMetadata?: XOR<PandadocMetadataNullableUpdateEnvelopeInput, PandadocMetadataCreateInput> | null
|
|
74731
|
+
source?: NullableEnumContractSourceFieldUpdateOperationsInput | $Enums.ContractSource | null
|
|
74732
|
+
documentTitle?: NullableStringFieldUpdateOperationsInput | string | null
|
|
74733
|
+
accountId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
74734
|
+
deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
74735
|
+
}
|
|
74736
|
+
|
|
74737
|
+
export type ContractUncheckedUpdateManyWithoutBuilderInput = {
|
|
74738
|
+
status?: EnumContractStatusFieldUpdateOperationsInput | $Enums.ContractStatus
|
|
74739
|
+
type?: EnumContractTypeFieldUpdateOperationsInput | $Enums.ContractType
|
|
74740
|
+
downloadURL?: StringFieldUpdateOperationsInput | string
|
|
74741
|
+
createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
74742
|
+
updatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
74743
|
+
parties?: XOR<ContractPartyListUpdateEnvelopeInput, ContractPartyCreateInput> | ContractPartyCreateInput[]
|
|
74744
|
+
missionId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
74745
|
+
role?: NullableStringFieldUpdateOperationsInput | string | null
|
|
74746
|
+
custom?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
74747
|
+
pandadocMetadata?: XOR<PandadocMetadataNullableUpdateEnvelopeInput, PandadocMetadataCreateInput> | null
|
|
74748
|
+
source?: NullableEnumContractSourceFieldUpdateOperationsInput | $Enums.ContractSource | null
|
|
74749
|
+
documentTitle?: NullableStringFieldUpdateOperationsInput | string | null
|
|
74750
|
+
accountId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
74751
|
+
deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
74752
|
+
}
|
|
74753
|
+
|
|
74147
74754
|
export type BookingFrequencyNullableUpdateEnvelopeInput = {
|
|
74148
74755
|
set?: BookingFrequencyCreateInput | null
|
|
74149
74756
|
upsert?: BookingFrequencyUpsertInput
|