@a_team/prisma 3.13.1-macos-docker-linux → 3.13.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 -6
- package/dist/client/index-browser.js +2 -2
- package/dist/client/index.d.ts +358 -358
- package/dist/client/index.js +8 -8
- 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 +37 -37
- package/dist/client/wasm.js +2 -2
- package/package.json +4 -2
package/dist/client/index.d.ts
CHANGED
|
@@ -27985,7 +27985,7 @@ export namespace Prisma {
|
|
|
27985
27985
|
|
|
27986
27986
|
export type ProposalMinAggregateOutputType = {
|
|
27987
27987
|
id: string | null
|
|
27988
|
-
|
|
27988
|
+
createdBy: string | null
|
|
27989
27989
|
missionId: string | null
|
|
27990
27990
|
createdAt: Date | null
|
|
27991
27991
|
updatedAt: Date | null
|
|
@@ -27995,7 +27995,7 @@ export namespace Prisma {
|
|
|
27995
27995
|
webflowId: string | null
|
|
27996
27996
|
publicURL: string | null
|
|
27997
27997
|
isShared: boolean | null
|
|
27998
|
-
|
|
27998
|
+
sharedBy: string | null
|
|
27999
27999
|
sharedAt: Date | null
|
|
28000
28000
|
archivedURL: string | null
|
|
28001
28001
|
schemaVersion: $Enums.ProposalSchemaVersion | null
|
|
@@ -28013,7 +28013,7 @@ export namespace Prisma {
|
|
|
28013
28013
|
|
|
28014
28014
|
export type ProposalMaxAggregateOutputType = {
|
|
28015
28015
|
id: string | null
|
|
28016
|
-
|
|
28016
|
+
createdBy: string | null
|
|
28017
28017
|
missionId: string | null
|
|
28018
28018
|
createdAt: Date | null
|
|
28019
28019
|
updatedAt: Date | null
|
|
@@ -28023,7 +28023,7 @@ export namespace Prisma {
|
|
|
28023
28023
|
webflowId: string | null
|
|
28024
28024
|
publicURL: string | null
|
|
28025
28025
|
isShared: boolean | null
|
|
28026
|
-
|
|
28026
|
+
sharedBy: string | null
|
|
28027
28027
|
sharedAt: Date | null
|
|
28028
28028
|
archivedURL: string | null
|
|
28029
28029
|
schemaVersion: $Enums.ProposalSchemaVersion | null
|
|
@@ -28041,7 +28041,7 @@ export namespace Prisma {
|
|
|
28041
28041
|
|
|
28042
28042
|
export type ProposalCountAggregateOutputType = {
|
|
28043
28043
|
id: number
|
|
28044
|
-
|
|
28044
|
+
createdBy: number
|
|
28045
28045
|
missionId: number
|
|
28046
28046
|
createdAt: number
|
|
28047
28047
|
updatedAt: number
|
|
@@ -28051,7 +28051,7 @@ export namespace Prisma {
|
|
|
28051
28051
|
webflowId: number
|
|
28052
28052
|
publicURL: number
|
|
28053
28053
|
isShared: number
|
|
28054
|
-
|
|
28054
|
+
sharedBy: number
|
|
28055
28055
|
sharedAt: number
|
|
28056
28056
|
archivedURL: number
|
|
28057
28057
|
schemaVersion: number
|
|
@@ -28080,7 +28080,7 @@ export namespace Prisma {
|
|
|
28080
28080
|
|
|
28081
28081
|
export type ProposalMinAggregateInputType = {
|
|
28082
28082
|
id?: true
|
|
28083
|
-
|
|
28083
|
+
createdBy?: true
|
|
28084
28084
|
missionId?: true
|
|
28085
28085
|
createdAt?: true
|
|
28086
28086
|
updatedAt?: true
|
|
@@ -28090,7 +28090,7 @@ export namespace Prisma {
|
|
|
28090
28090
|
webflowId?: true
|
|
28091
28091
|
publicURL?: true
|
|
28092
28092
|
isShared?: true
|
|
28093
|
-
|
|
28093
|
+
sharedBy?: true
|
|
28094
28094
|
sharedAt?: true
|
|
28095
28095
|
archivedURL?: true
|
|
28096
28096
|
schemaVersion?: true
|
|
@@ -28108,7 +28108,7 @@ export namespace Prisma {
|
|
|
28108
28108
|
|
|
28109
28109
|
export type ProposalMaxAggregateInputType = {
|
|
28110
28110
|
id?: true
|
|
28111
|
-
|
|
28111
|
+
createdBy?: true
|
|
28112
28112
|
missionId?: true
|
|
28113
28113
|
createdAt?: true
|
|
28114
28114
|
updatedAt?: true
|
|
@@ -28118,7 +28118,7 @@ export namespace Prisma {
|
|
|
28118
28118
|
webflowId?: true
|
|
28119
28119
|
publicURL?: true
|
|
28120
28120
|
isShared?: true
|
|
28121
|
-
|
|
28121
|
+
sharedBy?: true
|
|
28122
28122
|
sharedAt?: true
|
|
28123
28123
|
archivedURL?: true
|
|
28124
28124
|
schemaVersion?: true
|
|
@@ -28136,7 +28136,7 @@ export namespace Prisma {
|
|
|
28136
28136
|
|
|
28137
28137
|
export type ProposalCountAggregateInputType = {
|
|
28138
28138
|
id?: true
|
|
28139
|
-
|
|
28139
|
+
createdBy?: true
|
|
28140
28140
|
missionId?: true
|
|
28141
28141
|
createdAt?: true
|
|
28142
28142
|
updatedAt?: true
|
|
@@ -28146,7 +28146,7 @@ export namespace Prisma {
|
|
|
28146
28146
|
webflowId?: true
|
|
28147
28147
|
publicURL?: true
|
|
28148
28148
|
isShared?: true
|
|
28149
|
-
|
|
28149
|
+
sharedBy?: true
|
|
28150
28150
|
sharedAt?: true
|
|
28151
28151
|
archivedURL?: true
|
|
28152
28152
|
schemaVersion?: true
|
|
@@ -28252,7 +28252,7 @@ export namespace Prisma {
|
|
|
28252
28252
|
|
|
28253
28253
|
export type ProposalGroupByOutputType = {
|
|
28254
28254
|
id: string
|
|
28255
|
-
|
|
28255
|
+
createdBy: string | null
|
|
28256
28256
|
missionId: string | null
|
|
28257
28257
|
createdAt: Date | null
|
|
28258
28258
|
updatedAt: Date | null
|
|
@@ -28262,7 +28262,7 @@ export namespace Prisma {
|
|
|
28262
28262
|
webflowId: string | null
|
|
28263
28263
|
publicURL: string | null
|
|
28264
28264
|
isShared: boolean | null
|
|
28265
|
-
|
|
28265
|
+
sharedBy: string | null
|
|
28266
28266
|
sharedAt: Date | null
|
|
28267
28267
|
archivedURL: string | null
|
|
28268
28268
|
schemaVersion: $Enums.ProposalSchemaVersion
|
|
@@ -28300,7 +28300,7 @@ export namespace Prisma {
|
|
|
28300
28300
|
|
|
28301
28301
|
export type ProposalSelect<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
|
|
28302
28302
|
id?: boolean
|
|
28303
|
-
|
|
28303
|
+
createdBy?: boolean
|
|
28304
28304
|
missionId?: boolean
|
|
28305
28305
|
createdAt?: boolean
|
|
28306
28306
|
updatedAt?: boolean
|
|
@@ -28310,7 +28310,7 @@ export namespace Prisma {
|
|
|
28310
28310
|
webflowId?: boolean
|
|
28311
28311
|
publicURL?: boolean
|
|
28312
28312
|
isShared?: boolean
|
|
28313
|
-
|
|
28313
|
+
sharedBy?: boolean
|
|
28314
28314
|
sharedAt?: boolean
|
|
28315
28315
|
archivedURL?: boolean
|
|
28316
28316
|
schemaVersion?: boolean
|
|
@@ -28329,9 +28329,9 @@ export namespace Prisma {
|
|
|
28329
28329
|
slug?: boolean
|
|
28330
28330
|
teamBlurb?: boolean
|
|
28331
28331
|
teamAdvisorId?: boolean
|
|
28332
|
-
|
|
28332
|
+
createdByModel?: boolean | Proposal$createdByModelArgs<ExtArgs>
|
|
28333
28333
|
mission?: boolean | Proposal$missionArgs<ExtArgs>
|
|
28334
|
-
|
|
28334
|
+
sharedByModel?: boolean | Proposal$sharedByModelArgs<ExtArgs>
|
|
28335
28335
|
missionSpec?: boolean | Proposal$missionSpecArgs<ExtArgs>
|
|
28336
28336
|
teamAdvisor?: boolean | Proposal$teamAdvisorArgs<ExtArgs>
|
|
28337
28337
|
clientInterviews?: boolean | Proposal$clientInterviewsArgs<ExtArgs>
|
|
@@ -28341,7 +28341,7 @@ export namespace Prisma {
|
|
|
28341
28341
|
|
|
28342
28342
|
export type ProposalSelectScalar = {
|
|
28343
28343
|
id?: boolean
|
|
28344
|
-
|
|
28344
|
+
createdBy?: boolean
|
|
28345
28345
|
missionId?: boolean
|
|
28346
28346
|
createdAt?: boolean
|
|
28347
28347
|
updatedAt?: boolean
|
|
@@ -28351,7 +28351,7 @@ export namespace Prisma {
|
|
|
28351
28351
|
webflowId?: boolean
|
|
28352
28352
|
publicURL?: boolean
|
|
28353
28353
|
isShared?: boolean
|
|
28354
|
-
|
|
28354
|
+
sharedBy?: boolean
|
|
28355
28355
|
sharedAt?: boolean
|
|
28356
28356
|
archivedURL?: boolean
|
|
28357
28357
|
schemaVersion?: boolean
|
|
@@ -28369,9 +28369,9 @@ export namespace Prisma {
|
|
|
28369
28369
|
}
|
|
28370
28370
|
|
|
28371
28371
|
export type ProposalInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
28372
|
-
|
|
28372
|
+
createdByModel?: boolean | Proposal$createdByModelArgs<ExtArgs>
|
|
28373
28373
|
mission?: boolean | Proposal$missionArgs<ExtArgs>
|
|
28374
|
-
|
|
28374
|
+
sharedByModel?: boolean | Proposal$sharedByModelArgs<ExtArgs>
|
|
28375
28375
|
missionSpec?: boolean | Proposal$missionSpecArgs<ExtArgs>
|
|
28376
28376
|
teamAdvisor?: boolean | Proposal$teamAdvisorArgs<ExtArgs>
|
|
28377
28377
|
clientInterviews?: boolean | Proposal$clientInterviewsArgs<ExtArgs>
|
|
@@ -28381,16 +28381,16 @@ export namespace Prisma {
|
|
|
28381
28381
|
export type $ProposalPayload<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
28382
28382
|
name: "Proposal"
|
|
28383
28383
|
objects: {
|
|
28384
|
-
|
|
28384
|
+
createdByModel: Prisma.$UserPayload<ExtArgs> | null
|
|
28385
28385
|
mission: Prisma.$MissionPayload<ExtArgs> | null
|
|
28386
|
-
|
|
28386
|
+
sharedByModel: Prisma.$UserPayload<ExtArgs> | null
|
|
28387
28387
|
missionSpec: Prisma.$MissionSpecPayload<ExtArgs> | null
|
|
28388
28388
|
teamAdvisor: Prisma.$UserPayload<ExtArgs> | null
|
|
28389
28389
|
clientInterviews: Prisma.$ClientInterviewPayload<ExtArgs>[]
|
|
28390
28390
|
}
|
|
28391
28391
|
scalars: $Extensions.GetPayloadResult<{
|
|
28392
28392
|
id: string
|
|
28393
|
-
|
|
28393
|
+
createdBy: string | null
|
|
28394
28394
|
missionId: string | null
|
|
28395
28395
|
createdAt: Date | null
|
|
28396
28396
|
updatedAt: Date | null
|
|
@@ -28400,7 +28400,7 @@ export namespace Prisma {
|
|
|
28400
28400
|
webflowId: string | null
|
|
28401
28401
|
publicURL: string | null
|
|
28402
28402
|
isShared: boolean | null
|
|
28403
|
-
|
|
28403
|
+
sharedBy: string | null
|
|
28404
28404
|
sharedAt: Date | null
|
|
28405
28405
|
archivedURL: string | null
|
|
28406
28406
|
schemaVersion: $Enums.ProposalSchemaVersion
|
|
@@ -28783,9 +28783,9 @@ export namespace Prisma {
|
|
|
28783
28783
|
*/
|
|
28784
28784
|
export interface Prisma__ProposalClient<T, Null = never, ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> extends Prisma.PrismaPromise<T> {
|
|
28785
28785
|
readonly [Symbol.toStringTag]: "PrismaPromise"
|
|
28786
|
-
|
|
28786
|
+
createdByModel<T extends Proposal$createdByModelArgs<ExtArgs> = {}>(args?: Subset<T, Proposal$createdByModelArgs<ExtArgs>>): Prisma__UserClient<$Result.GetResult<Prisma.$UserPayload<ExtArgs>, T, "findUniqueOrThrow"> | null, null, ExtArgs>
|
|
28787
28787
|
mission<T extends Proposal$missionArgs<ExtArgs> = {}>(args?: Subset<T, Proposal$missionArgs<ExtArgs>>): Prisma__MissionClient<$Result.GetResult<Prisma.$MissionPayload<ExtArgs>, T, "findUniqueOrThrow"> | null, null, ExtArgs>
|
|
28788
|
-
|
|
28788
|
+
sharedByModel<T extends Proposal$sharedByModelArgs<ExtArgs> = {}>(args?: Subset<T, Proposal$sharedByModelArgs<ExtArgs>>): Prisma__UserClient<$Result.GetResult<Prisma.$UserPayload<ExtArgs>, T, "findUniqueOrThrow"> | null, null, ExtArgs>
|
|
28789
28789
|
missionSpec<T extends Proposal$missionSpecArgs<ExtArgs> = {}>(args?: Subset<T, Proposal$missionSpecArgs<ExtArgs>>): Prisma__MissionSpecClient<$Result.GetResult<Prisma.$MissionSpecPayload<ExtArgs>, T, "findUniqueOrThrow"> | null, null, ExtArgs>
|
|
28790
28790
|
teamAdvisor<T extends Proposal$teamAdvisorArgs<ExtArgs> = {}>(args?: Subset<T, Proposal$teamAdvisorArgs<ExtArgs>>): Prisma__UserClient<$Result.GetResult<Prisma.$UserPayload<ExtArgs>, T, "findUniqueOrThrow"> | null, null, ExtArgs>
|
|
28791
28791
|
clientInterviews<T extends Proposal$clientInterviewsArgs<ExtArgs> = {}>(args?: Subset<T, Proposal$clientInterviewsArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$ClientInterviewPayload<ExtArgs>, T, "findMany"> | Null>
|
|
@@ -28819,7 +28819,7 @@ export namespace Prisma {
|
|
|
28819
28819
|
*/
|
|
28820
28820
|
interface ProposalFieldRefs {
|
|
28821
28821
|
readonly id: FieldRef<"Proposal", 'String'>
|
|
28822
|
-
readonly
|
|
28822
|
+
readonly createdBy: FieldRef<"Proposal", 'String'>
|
|
28823
28823
|
readonly missionId: FieldRef<"Proposal", 'String'>
|
|
28824
28824
|
readonly createdAt: FieldRef<"Proposal", 'DateTime'>
|
|
28825
28825
|
readonly updatedAt: FieldRef<"Proposal", 'DateTime'>
|
|
@@ -28829,7 +28829,7 @@ export namespace Prisma {
|
|
|
28829
28829
|
readonly webflowId: FieldRef<"Proposal", 'String'>
|
|
28830
28830
|
readonly publicURL: FieldRef<"Proposal", 'String'>
|
|
28831
28831
|
readonly isShared: FieldRef<"Proposal", 'Boolean'>
|
|
28832
|
-
readonly
|
|
28832
|
+
readonly sharedBy: FieldRef<"Proposal", 'String'>
|
|
28833
28833
|
readonly sharedAt: FieldRef<"Proposal", 'DateTime'>
|
|
28834
28834
|
readonly archivedURL: FieldRef<"Proposal", 'String'>
|
|
28835
28835
|
readonly schemaVersion: FieldRef<"Proposal", 'ProposalSchemaVersion'>
|
|
@@ -29170,9 +29170,9 @@ export namespace Prisma {
|
|
|
29170
29170
|
}
|
|
29171
29171
|
|
|
29172
29172
|
/**
|
|
29173
|
-
* Proposal.
|
|
29173
|
+
* Proposal.createdByModel
|
|
29174
29174
|
*/
|
|
29175
|
-
export type Proposal$
|
|
29175
|
+
export type Proposal$createdByModelArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
29176
29176
|
/**
|
|
29177
29177
|
* Select specific fields to fetch from the User
|
|
29178
29178
|
*/
|
|
@@ -29200,9 +29200,9 @@ export namespace Prisma {
|
|
|
29200
29200
|
}
|
|
29201
29201
|
|
|
29202
29202
|
/**
|
|
29203
|
-
* Proposal.
|
|
29203
|
+
* Proposal.sharedByModel
|
|
29204
29204
|
*/
|
|
29205
|
-
export type Proposal$
|
|
29205
|
+
export type Proposal$sharedByModelArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
29206
29206
|
/**
|
|
29207
29207
|
* Select specific fields to fetch from the User
|
|
29208
29208
|
*/
|
|
@@ -36817,7 +36817,7 @@ export namespace Prisma {
|
|
|
36817
36817
|
|
|
36818
36818
|
export const ProposalScalarFieldEnum: {
|
|
36819
36819
|
id: 'id',
|
|
36820
|
-
|
|
36820
|
+
createdBy: 'createdBy',
|
|
36821
36821
|
missionId: 'missionId',
|
|
36822
36822
|
createdAt: 'createdAt',
|
|
36823
36823
|
updatedAt: 'updatedAt',
|
|
@@ -36827,7 +36827,7 @@ export namespace Prisma {
|
|
|
36827
36827
|
webflowId: 'webflowId',
|
|
36828
36828
|
publicURL: 'publicURL',
|
|
36829
36829
|
isShared: 'isShared',
|
|
36830
|
-
|
|
36830
|
+
sharedBy: 'sharedBy',
|
|
36831
36831
|
sharedAt: 'sharedAt',
|
|
36832
36832
|
archivedURL: 'archivedURL',
|
|
36833
36833
|
schemaVersion: 'schemaVersion',
|
|
@@ -39392,7 +39392,7 @@ export namespace Prisma {
|
|
|
39392
39392
|
OR?: ProposalWhereInput[]
|
|
39393
39393
|
NOT?: ProposalWhereInput | ProposalWhereInput[]
|
|
39394
39394
|
id?: StringFilter<"Proposal"> | string
|
|
39395
|
-
|
|
39395
|
+
createdBy?: StringNullableFilter<"Proposal"> | string | null
|
|
39396
39396
|
missionId?: StringNullableFilter<"Proposal"> | string | null
|
|
39397
39397
|
createdAt?: DateTimeNullableFilter<"Proposal"> | Date | string | null
|
|
39398
39398
|
updatedAt?: DateTimeNullableFilter<"Proposal"> | Date | string | null
|
|
@@ -39402,7 +39402,7 @@ export namespace Prisma {
|
|
|
39402
39402
|
webflowId?: StringNullableFilter<"Proposal"> | string | null
|
|
39403
39403
|
publicURL?: StringNullableFilter<"Proposal"> | string | null
|
|
39404
39404
|
isShared?: BoolNullableFilter<"Proposal"> | boolean | null
|
|
39405
|
-
|
|
39405
|
+
sharedBy?: StringNullableFilter<"Proposal"> | string | null
|
|
39406
39406
|
sharedAt?: DateTimeNullableFilter<"Proposal"> | Date | string | null
|
|
39407
39407
|
archivedURL?: StringNullableFilter<"Proposal"> | string | null
|
|
39408
39408
|
schemaVersion?: EnumProposalSchemaVersionFilter<"Proposal"> | $Enums.ProposalSchemaVersion
|
|
@@ -39421,9 +39421,9 @@ export namespace Prisma {
|
|
|
39421
39421
|
slug?: StringNullableFilter<"Proposal"> | string | null
|
|
39422
39422
|
teamBlurb?: StringNullableFilter<"Proposal"> | string | null
|
|
39423
39423
|
teamAdvisorId?: StringNullableFilter<"Proposal"> | string | null
|
|
39424
|
-
|
|
39424
|
+
createdByModel?: XOR<UserNullableRelationFilter, UserWhereInput> | null
|
|
39425
39425
|
mission?: XOR<MissionNullableRelationFilter, MissionWhereInput> | null
|
|
39426
|
-
|
|
39426
|
+
sharedByModel?: XOR<UserNullableRelationFilter, UserWhereInput> | null
|
|
39427
39427
|
missionSpec?: XOR<MissionSpecNullableRelationFilter, MissionSpecWhereInput> | null
|
|
39428
39428
|
teamAdvisor?: XOR<UserNullableRelationFilter, UserWhereInput> | null
|
|
39429
39429
|
clientInterviews?: ClientInterviewListRelationFilter
|
|
@@ -39431,7 +39431,7 @@ export namespace Prisma {
|
|
|
39431
39431
|
|
|
39432
39432
|
export type ProposalOrderByWithRelationInput = {
|
|
39433
39433
|
id?: SortOrder
|
|
39434
|
-
|
|
39434
|
+
createdBy?: SortOrder
|
|
39435
39435
|
missionId?: SortOrder
|
|
39436
39436
|
createdAt?: SortOrder
|
|
39437
39437
|
updatedAt?: SortOrder
|
|
@@ -39441,7 +39441,7 @@ export namespace Prisma {
|
|
|
39441
39441
|
webflowId?: SortOrder
|
|
39442
39442
|
publicURL?: SortOrder
|
|
39443
39443
|
isShared?: SortOrder
|
|
39444
|
-
|
|
39444
|
+
sharedBy?: SortOrder
|
|
39445
39445
|
sharedAt?: SortOrder
|
|
39446
39446
|
archivedURL?: SortOrder
|
|
39447
39447
|
schemaVersion?: SortOrder
|
|
@@ -39460,9 +39460,9 @@ export namespace Prisma {
|
|
|
39460
39460
|
slug?: SortOrder
|
|
39461
39461
|
teamBlurb?: SortOrder
|
|
39462
39462
|
teamAdvisorId?: SortOrder
|
|
39463
|
-
|
|
39463
|
+
createdByModel?: UserOrderByWithRelationInput
|
|
39464
39464
|
mission?: MissionOrderByWithRelationInput
|
|
39465
|
-
|
|
39465
|
+
sharedByModel?: UserOrderByWithRelationInput
|
|
39466
39466
|
missionSpec?: MissionSpecOrderByWithRelationInput
|
|
39467
39467
|
teamAdvisor?: UserOrderByWithRelationInput
|
|
39468
39468
|
clientInterviews?: ClientInterviewOrderByRelationAggregateInput
|
|
@@ -39473,7 +39473,7 @@ export namespace Prisma {
|
|
|
39473
39473
|
AND?: ProposalWhereInput | ProposalWhereInput[]
|
|
39474
39474
|
OR?: ProposalWhereInput[]
|
|
39475
39475
|
NOT?: ProposalWhereInput | ProposalWhereInput[]
|
|
39476
|
-
|
|
39476
|
+
createdBy?: StringNullableFilter<"Proposal"> | string | null
|
|
39477
39477
|
missionId?: StringNullableFilter<"Proposal"> | string | null
|
|
39478
39478
|
createdAt?: DateTimeNullableFilter<"Proposal"> | Date | string | null
|
|
39479
39479
|
updatedAt?: DateTimeNullableFilter<"Proposal"> | Date | string | null
|
|
@@ -39483,7 +39483,7 @@ export namespace Prisma {
|
|
|
39483
39483
|
webflowId?: StringNullableFilter<"Proposal"> | string | null
|
|
39484
39484
|
publicURL?: StringNullableFilter<"Proposal"> | string | null
|
|
39485
39485
|
isShared?: BoolNullableFilter<"Proposal"> | boolean | null
|
|
39486
|
-
|
|
39486
|
+
sharedBy?: StringNullableFilter<"Proposal"> | string | null
|
|
39487
39487
|
sharedAt?: DateTimeNullableFilter<"Proposal"> | Date | string | null
|
|
39488
39488
|
archivedURL?: StringNullableFilter<"Proposal"> | string | null
|
|
39489
39489
|
schemaVersion?: EnumProposalSchemaVersionFilter<"Proposal"> | $Enums.ProposalSchemaVersion
|
|
@@ -39502,9 +39502,9 @@ export namespace Prisma {
|
|
|
39502
39502
|
slug?: StringNullableFilter<"Proposal"> | string | null
|
|
39503
39503
|
teamBlurb?: StringNullableFilter<"Proposal"> | string | null
|
|
39504
39504
|
teamAdvisorId?: StringNullableFilter<"Proposal"> | string | null
|
|
39505
|
-
|
|
39505
|
+
createdByModel?: XOR<UserNullableRelationFilter, UserWhereInput> | null
|
|
39506
39506
|
mission?: XOR<MissionNullableRelationFilter, MissionWhereInput> | null
|
|
39507
|
-
|
|
39507
|
+
sharedByModel?: XOR<UserNullableRelationFilter, UserWhereInput> | null
|
|
39508
39508
|
missionSpec?: XOR<MissionSpecNullableRelationFilter, MissionSpecWhereInput> | null
|
|
39509
39509
|
teamAdvisor?: XOR<UserNullableRelationFilter, UserWhereInput> | null
|
|
39510
39510
|
clientInterviews?: ClientInterviewListRelationFilter
|
|
@@ -39512,7 +39512,7 @@ export namespace Prisma {
|
|
|
39512
39512
|
|
|
39513
39513
|
export type ProposalOrderByWithAggregationInput = {
|
|
39514
39514
|
id?: SortOrder
|
|
39515
|
-
|
|
39515
|
+
createdBy?: SortOrder
|
|
39516
39516
|
missionId?: SortOrder
|
|
39517
39517
|
createdAt?: SortOrder
|
|
39518
39518
|
updatedAt?: SortOrder
|
|
@@ -39522,7 +39522,7 @@ export namespace Prisma {
|
|
|
39522
39522
|
webflowId?: SortOrder
|
|
39523
39523
|
publicURL?: SortOrder
|
|
39524
39524
|
isShared?: SortOrder
|
|
39525
|
-
|
|
39525
|
+
sharedBy?: SortOrder
|
|
39526
39526
|
sharedAt?: SortOrder
|
|
39527
39527
|
archivedURL?: SortOrder
|
|
39528
39528
|
schemaVersion?: SortOrder
|
|
@@ -39549,7 +39549,7 @@ export namespace Prisma {
|
|
|
39549
39549
|
OR?: ProposalScalarWhereWithAggregatesInput[]
|
|
39550
39550
|
NOT?: ProposalScalarWhereWithAggregatesInput | ProposalScalarWhereWithAggregatesInput[]
|
|
39551
39551
|
id?: StringWithAggregatesFilter<"Proposal"> | string
|
|
39552
|
-
|
|
39552
|
+
createdBy?: StringNullableWithAggregatesFilter<"Proposal"> | string | null
|
|
39553
39553
|
missionId?: StringNullableWithAggregatesFilter<"Proposal"> | string | null
|
|
39554
39554
|
createdAt?: DateTimeNullableWithAggregatesFilter<"Proposal"> | Date | string | null
|
|
39555
39555
|
updatedAt?: DateTimeNullableWithAggregatesFilter<"Proposal"> | Date | string | null
|
|
@@ -39559,7 +39559,7 @@ export namespace Prisma {
|
|
|
39559
39559
|
webflowId?: StringNullableWithAggregatesFilter<"Proposal"> | string | null
|
|
39560
39560
|
publicURL?: StringNullableWithAggregatesFilter<"Proposal"> | string | null
|
|
39561
39561
|
isShared?: BoolNullableWithAggregatesFilter<"Proposal"> | boolean | null
|
|
39562
|
-
|
|
39562
|
+
sharedBy?: StringNullableWithAggregatesFilter<"Proposal"> | string | null
|
|
39563
39563
|
sharedAt?: DateTimeNullableWithAggregatesFilter<"Proposal"> | Date | string | null
|
|
39564
39564
|
archivedURL?: StringNullableWithAggregatesFilter<"Proposal"> | string | null
|
|
39565
39565
|
schemaVersion?: EnumProposalSchemaVersionWithAggregatesFilter<"Proposal"> | $Enums.ProposalSchemaVersion
|
|
@@ -42415,9 +42415,9 @@ export namespace Prisma {
|
|
|
42415
42415
|
name?: string | null
|
|
42416
42416
|
slug?: string | null
|
|
42417
42417
|
teamBlurb?: string | null
|
|
42418
|
-
|
|
42418
|
+
createdByModel?: UserCreateNestedOneWithoutAuthoredProposalsInput
|
|
42419
42419
|
mission?: MissionCreateNestedOneWithoutProposalsInput
|
|
42420
|
-
|
|
42420
|
+
sharedByModel?: UserCreateNestedOneWithoutSharedProposalsInput
|
|
42421
42421
|
missionSpec?: MissionSpecCreateNestedOneWithoutProposalsInput
|
|
42422
42422
|
teamAdvisor?: UserCreateNestedOneWithoutProposalsAsTeamAdvisorInput
|
|
42423
42423
|
clientInterviews?: ClientInterviewCreateNestedManyWithoutProposalInput
|
|
@@ -42425,7 +42425,7 @@ export namespace Prisma {
|
|
|
42425
42425
|
|
|
42426
42426
|
export type ProposalUncheckedCreateInput = {
|
|
42427
42427
|
id?: string
|
|
42428
|
-
|
|
42428
|
+
createdBy?: string | null
|
|
42429
42429
|
missionId?: string | null
|
|
42430
42430
|
createdAt?: Date | string | null
|
|
42431
42431
|
updatedAt?: Date | string | null
|
|
@@ -42435,7 +42435,7 @@ export namespace Prisma {
|
|
|
42435
42435
|
webflowId?: string | null
|
|
42436
42436
|
publicURL?: string | null
|
|
42437
42437
|
isShared?: boolean | null
|
|
42438
|
-
|
|
42438
|
+
sharedBy?: string | null
|
|
42439
42439
|
sharedAt?: Date | string | null
|
|
42440
42440
|
archivedURL?: string | null
|
|
42441
42441
|
schemaVersion?: $Enums.ProposalSchemaVersion
|
|
@@ -42482,16 +42482,16 @@ export namespace Prisma {
|
|
|
42482
42482
|
name?: NullableStringFieldUpdateOperationsInput | string | null
|
|
42483
42483
|
slug?: NullableStringFieldUpdateOperationsInput | string | null
|
|
42484
42484
|
teamBlurb?: NullableStringFieldUpdateOperationsInput | string | null
|
|
42485
|
-
|
|
42485
|
+
createdByModel?: UserUpdateOneWithoutAuthoredProposalsNestedInput
|
|
42486
42486
|
mission?: MissionUpdateOneWithoutProposalsNestedInput
|
|
42487
|
-
|
|
42487
|
+
sharedByModel?: UserUpdateOneWithoutSharedProposalsNestedInput
|
|
42488
42488
|
missionSpec?: MissionSpecUpdateOneWithoutProposalsNestedInput
|
|
42489
42489
|
teamAdvisor?: UserUpdateOneWithoutProposalsAsTeamAdvisorNestedInput
|
|
42490
42490
|
clientInterviews?: ClientInterviewUpdateManyWithoutProposalNestedInput
|
|
42491
42491
|
}
|
|
42492
42492
|
|
|
42493
42493
|
export type ProposalUncheckedUpdateInput = {
|
|
42494
|
-
|
|
42494
|
+
createdBy?: NullableStringFieldUpdateOperationsInput | string | null
|
|
42495
42495
|
missionId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
42496
42496
|
createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
42497
42497
|
updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -42501,7 +42501,7 @@ export namespace Prisma {
|
|
|
42501
42501
|
webflowId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
42502
42502
|
publicURL?: NullableStringFieldUpdateOperationsInput | string | null
|
|
42503
42503
|
isShared?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
42504
|
-
|
|
42504
|
+
sharedBy?: NullableStringFieldUpdateOperationsInput | string | null
|
|
42505
42505
|
sharedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
42506
42506
|
archivedURL?: NullableStringFieldUpdateOperationsInput | string | null
|
|
42507
42507
|
schemaVersion?: EnumProposalSchemaVersionFieldUpdateOperationsInput | $Enums.ProposalSchemaVersion
|
|
@@ -42525,7 +42525,7 @@ export namespace Prisma {
|
|
|
42525
42525
|
|
|
42526
42526
|
export type ProposalCreateManyInput = {
|
|
42527
42527
|
id?: string
|
|
42528
|
-
|
|
42528
|
+
createdBy?: string | null
|
|
42529
42529
|
missionId?: string | null
|
|
42530
42530
|
createdAt?: Date | string | null
|
|
42531
42531
|
updatedAt?: Date | string | null
|
|
@@ -42535,7 +42535,7 @@ export namespace Prisma {
|
|
|
42535
42535
|
webflowId?: string | null
|
|
42536
42536
|
publicURL?: string | null
|
|
42537
42537
|
isShared?: boolean | null
|
|
42538
|
-
|
|
42538
|
+
sharedBy?: string | null
|
|
42539
42539
|
sharedAt?: Date | string | null
|
|
42540
42540
|
archivedURL?: string | null
|
|
42541
42541
|
schemaVersion?: $Enums.ProposalSchemaVersion
|
|
@@ -42584,7 +42584,7 @@ export namespace Prisma {
|
|
|
42584
42584
|
}
|
|
42585
42585
|
|
|
42586
42586
|
export type ProposalUncheckedUpdateManyInput = {
|
|
42587
|
-
|
|
42587
|
+
createdBy?: NullableStringFieldUpdateOperationsInput | string | null
|
|
42588
42588
|
missionId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
42589
42589
|
createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
42590
42590
|
updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -42594,7 +42594,7 @@ export namespace Prisma {
|
|
|
42594
42594
|
webflowId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
42595
42595
|
publicURL?: NullableStringFieldUpdateOperationsInput | string | null
|
|
42596
42596
|
isShared?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
42597
|
-
|
|
42597
|
+
sharedBy?: NullableStringFieldUpdateOperationsInput | string | null
|
|
42598
42598
|
sharedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
42599
42599
|
archivedURL?: NullableStringFieldUpdateOperationsInput | string | null
|
|
42600
42600
|
schemaVersion?: EnumProposalSchemaVersionFieldUpdateOperationsInput | $Enums.ProposalSchemaVersion
|
|
@@ -42885,8 +42885,8 @@ export namespace Prisma {
|
|
|
42885
42885
|
modifiedMissionSpecs?: MissionSpecCreateNestedManyWithoutLastModifierInput
|
|
42886
42886
|
missionPrefills?: MissionPrefillCreateNestedManyWithoutUserInput
|
|
42887
42887
|
missionApplication?: MissionApplicationCreateNestedManyWithoutUserModelInput
|
|
42888
|
-
authoredProposals?:
|
|
42889
|
-
sharedProposals?:
|
|
42888
|
+
authoredProposals?: ProposalCreateNestedManyWithoutCreatedByModelInput
|
|
42889
|
+
sharedProposals?: ProposalCreateNestedManyWithoutSharedByModelInput
|
|
42890
42890
|
linkedInRecommendations?: LinkedInRecommendationCreateNestedManyWithoutUserInput
|
|
42891
42891
|
givenReviews?: UserReviewCreateNestedManyWithoutFromUserModelInput
|
|
42892
42892
|
receivedReviews?: UserReviewCreateNestedManyWithoutToUserModelInput
|
|
@@ -42941,8 +42941,8 @@ export namespace Prisma {
|
|
|
42941
42941
|
modifiedMissionSpecs?: MissionSpecUncheckedCreateNestedManyWithoutLastModifierInput
|
|
42942
42942
|
missionPrefills?: MissionPrefillUncheckedCreateNestedManyWithoutUserInput
|
|
42943
42943
|
missionApplication?: MissionApplicationUncheckedCreateNestedManyWithoutUserModelInput
|
|
42944
|
-
authoredProposals?:
|
|
42945
|
-
sharedProposals?:
|
|
42944
|
+
authoredProposals?: ProposalUncheckedCreateNestedManyWithoutCreatedByModelInput
|
|
42945
|
+
sharedProposals?: ProposalUncheckedCreateNestedManyWithoutSharedByModelInput
|
|
42946
42946
|
linkedInRecommendations?: LinkedInRecommendationUncheckedCreateNestedManyWithoutUserInput
|
|
42947
42947
|
givenReviews?: UserReviewUncheckedCreateNestedManyWithoutFromUserModelInput
|
|
42948
42948
|
receivedReviews?: UserReviewUncheckedCreateNestedManyWithoutToUserModelInput
|
|
@@ -42996,8 +42996,8 @@ export namespace Prisma {
|
|
|
42996
42996
|
modifiedMissionSpecs?: MissionSpecUpdateManyWithoutLastModifierNestedInput
|
|
42997
42997
|
missionPrefills?: MissionPrefillUpdateManyWithoutUserNestedInput
|
|
42998
42998
|
missionApplication?: MissionApplicationUpdateManyWithoutUserModelNestedInput
|
|
42999
|
-
authoredProposals?:
|
|
43000
|
-
sharedProposals?:
|
|
42999
|
+
authoredProposals?: ProposalUpdateManyWithoutCreatedByModelNestedInput
|
|
43000
|
+
sharedProposals?: ProposalUpdateManyWithoutSharedByModelNestedInput
|
|
43001
43001
|
linkedInRecommendations?: LinkedInRecommendationUpdateManyWithoutUserNestedInput
|
|
43002
43002
|
givenReviews?: UserReviewUpdateManyWithoutFromUserModelNestedInput
|
|
43003
43003
|
receivedReviews?: UserReviewUpdateManyWithoutToUserModelNestedInput
|
|
@@ -43051,8 +43051,8 @@ export namespace Prisma {
|
|
|
43051
43051
|
modifiedMissionSpecs?: MissionSpecUncheckedUpdateManyWithoutLastModifierNestedInput
|
|
43052
43052
|
missionPrefills?: MissionPrefillUncheckedUpdateManyWithoutUserNestedInput
|
|
43053
43053
|
missionApplication?: MissionApplicationUncheckedUpdateManyWithoutUserModelNestedInput
|
|
43054
|
-
authoredProposals?:
|
|
43055
|
-
sharedProposals?:
|
|
43054
|
+
authoredProposals?: ProposalUncheckedUpdateManyWithoutCreatedByModelNestedInput
|
|
43055
|
+
sharedProposals?: ProposalUncheckedUpdateManyWithoutSharedByModelNestedInput
|
|
43056
43056
|
linkedInRecommendations?: LinkedInRecommendationUncheckedUpdateManyWithoutUserNestedInput
|
|
43057
43057
|
givenReviews?: UserReviewUncheckedUpdateManyWithoutFromUserModelNestedInput
|
|
43058
43058
|
receivedReviews?: UserReviewUncheckedUpdateManyWithoutToUserModelNestedInput
|
|
@@ -45868,7 +45868,7 @@ export namespace Prisma {
|
|
|
45868
45868
|
|
|
45869
45869
|
export type ProposalCountOrderByAggregateInput = {
|
|
45870
45870
|
id?: SortOrder
|
|
45871
|
-
|
|
45871
|
+
createdBy?: SortOrder
|
|
45872
45872
|
missionId?: SortOrder
|
|
45873
45873
|
createdAt?: SortOrder
|
|
45874
45874
|
updatedAt?: SortOrder
|
|
@@ -45878,7 +45878,7 @@ export namespace Prisma {
|
|
|
45878
45878
|
webflowId?: SortOrder
|
|
45879
45879
|
publicURL?: SortOrder
|
|
45880
45880
|
isShared?: SortOrder
|
|
45881
|
-
|
|
45881
|
+
sharedBy?: SortOrder
|
|
45882
45882
|
sharedAt?: SortOrder
|
|
45883
45883
|
archivedURL?: SortOrder
|
|
45884
45884
|
schemaVersion?: SortOrder
|
|
@@ -45901,7 +45901,7 @@ export namespace Prisma {
|
|
|
45901
45901
|
|
|
45902
45902
|
export type ProposalMaxOrderByAggregateInput = {
|
|
45903
45903
|
id?: SortOrder
|
|
45904
|
-
|
|
45904
|
+
createdBy?: SortOrder
|
|
45905
45905
|
missionId?: SortOrder
|
|
45906
45906
|
createdAt?: SortOrder
|
|
45907
45907
|
updatedAt?: SortOrder
|
|
@@ -45911,7 +45911,7 @@ export namespace Prisma {
|
|
|
45911
45911
|
webflowId?: SortOrder
|
|
45912
45912
|
publicURL?: SortOrder
|
|
45913
45913
|
isShared?: SortOrder
|
|
45914
|
-
|
|
45914
|
+
sharedBy?: SortOrder
|
|
45915
45915
|
sharedAt?: SortOrder
|
|
45916
45916
|
archivedURL?: SortOrder
|
|
45917
45917
|
schemaVersion?: SortOrder
|
|
@@ -45929,7 +45929,7 @@ export namespace Prisma {
|
|
|
45929
45929
|
|
|
45930
45930
|
export type ProposalMinOrderByAggregateInput = {
|
|
45931
45931
|
id?: SortOrder
|
|
45932
|
-
|
|
45932
|
+
createdBy?: SortOrder
|
|
45933
45933
|
missionId?: SortOrder
|
|
45934
45934
|
createdAt?: SortOrder
|
|
45935
45935
|
updatedAt?: SortOrder
|
|
@@ -45939,7 +45939,7 @@ export namespace Prisma {
|
|
|
45939
45939
|
webflowId?: SortOrder
|
|
45940
45940
|
publicURL?: SortOrder
|
|
45941
45941
|
isShared?: SortOrder
|
|
45942
|
-
|
|
45942
|
+
sharedBy?: SortOrder
|
|
45943
45943
|
sharedAt?: SortOrder
|
|
45944
45944
|
archivedURL?: SortOrder
|
|
45945
45945
|
schemaVersion?: SortOrder
|
|
@@ -49344,17 +49344,17 @@ export namespace Prisma {
|
|
|
49344
49344
|
connect?: MissionApplicationWhereUniqueInput | MissionApplicationWhereUniqueInput[]
|
|
49345
49345
|
}
|
|
49346
49346
|
|
|
49347
|
-
export type
|
|
49348
|
-
create?: XOR<
|
|
49349
|
-
connectOrCreate?:
|
|
49350
|
-
createMany?:
|
|
49347
|
+
export type ProposalCreateNestedManyWithoutCreatedByModelInput = {
|
|
49348
|
+
create?: XOR<ProposalCreateWithoutCreatedByModelInput, ProposalUncheckedCreateWithoutCreatedByModelInput> | ProposalCreateWithoutCreatedByModelInput[] | ProposalUncheckedCreateWithoutCreatedByModelInput[]
|
|
49349
|
+
connectOrCreate?: ProposalCreateOrConnectWithoutCreatedByModelInput | ProposalCreateOrConnectWithoutCreatedByModelInput[]
|
|
49350
|
+
createMany?: ProposalCreateManyCreatedByModelInputEnvelope
|
|
49351
49351
|
connect?: ProposalWhereUniqueInput | ProposalWhereUniqueInput[]
|
|
49352
49352
|
}
|
|
49353
49353
|
|
|
49354
|
-
export type
|
|
49355
|
-
create?: XOR<
|
|
49356
|
-
connectOrCreate?:
|
|
49357
|
-
createMany?:
|
|
49354
|
+
export type ProposalCreateNestedManyWithoutSharedByModelInput = {
|
|
49355
|
+
create?: XOR<ProposalCreateWithoutSharedByModelInput, ProposalUncheckedCreateWithoutSharedByModelInput> | ProposalCreateWithoutSharedByModelInput[] | ProposalUncheckedCreateWithoutSharedByModelInput[]
|
|
49356
|
+
connectOrCreate?: ProposalCreateOrConnectWithoutSharedByModelInput | ProposalCreateOrConnectWithoutSharedByModelInput[]
|
|
49357
|
+
createMany?: ProposalCreateManySharedByModelInputEnvelope
|
|
49358
49358
|
connect?: ProposalWhereUniqueInput | ProposalWhereUniqueInput[]
|
|
49359
49359
|
}
|
|
49360
49360
|
|
|
@@ -49475,17 +49475,17 @@ export namespace Prisma {
|
|
|
49475
49475
|
connect?: MissionApplicationWhereUniqueInput | MissionApplicationWhereUniqueInput[]
|
|
49476
49476
|
}
|
|
49477
49477
|
|
|
49478
|
-
export type
|
|
49479
|
-
create?: XOR<
|
|
49480
|
-
connectOrCreate?:
|
|
49481
|
-
createMany?:
|
|
49478
|
+
export type ProposalUncheckedCreateNestedManyWithoutCreatedByModelInput = {
|
|
49479
|
+
create?: XOR<ProposalCreateWithoutCreatedByModelInput, ProposalUncheckedCreateWithoutCreatedByModelInput> | ProposalCreateWithoutCreatedByModelInput[] | ProposalUncheckedCreateWithoutCreatedByModelInput[]
|
|
49480
|
+
connectOrCreate?: ProposalCreateOrConnectWithoutCreatedByModelInput | ProposalCreateOrConnectWithoutCreatedByModelInput[]
|
|
49481
|
+
createMany?: ProposalCreateManyCreatedByModelInputEnvelope
|
|
49482
49482
|
connect?: ProposalWhereUniqueInput | ProposalWhereUniqueInput[]
|
|
49483
49483
|
}
|
|
49484
49484
|
|
|
49485
|
-
export type
|
|
49486
|
-
create?: XOR<
|
|
49487
|
-
connectOrCreate?:
|
|
49488
|
-
createMany?:
|
|
49485
|
+
export type ProposalUncheckedCreateNestedManyWithoutSharedByModelInput = {
|
|
49486
|
+
create?: XOR<ProposalCreateWithoutSharedByModelInput, ProposalUncheckedCreateWithoutSharedByModelInput> | ProposalCreateWithoutSharedByModelInput[] | ProposalUncheckedCreateWithoutSharedByModelInput[]
|
|
49487
|
+
connectOrCreate?: ProposalCreateOrConnectWithoutSharedByModelInput | ProposalCreateOrConnectWithoutSharedByModelInput[]
|
|
49488
|
+
createMany?: ProposalCreateManySharedByModelInputEnvelope
|
|
49489
49489
|
connect?: ProposalWhereUniqueInput | ProposalWhereUniqueInput[]
|
|
49490
49490
|
}
|
|
49491
49491
|
|
|
@@ -49758,31 +49758,31 @@ export namespace Prisma {
|
|
|
49758
49758
|
deleteMany?: MissionApplicationScalarWhereInput | MissionApplicationScalarWhereInput[]
|
|
49759
49759
|
}
|
|
49760
49760
|
|
|
49761
|
-
export type
|
|
49762
|
-
create?: XOR<
|
|
49763
|
-
connectOrCreate?:
|
|
49764
|
-
upsert?:
|
|
49765
|
-
createMany?:
|
|
49761
|
+
export type ProposalUpdateManyWithoutCreatedByModelNestedInput = {
|
|
49762
|
+
create?: XOR<ProposalCreateWithoutCreatedByModelInput, ProposalUncheckedCreateWithoutCreatedByModelInput> | ProposalCreateWithoutCreatedByModelInput[] | ProposalUncheckedCreateWithoutCreatedByModelInput[]
|
|
49763
|
+
connectOrCreate?: ProposalCreateOrConnectWithoutCreatedByModelInput | ProposalCreateOrConnectWithoutCreatedByModelInput[]
|
|
49764
|
+
upsert?: ProposalUpsertWithWhereUniqueWithoutCreatedByModelInput | ProposalUpsertWithWhereUniqueWithoutCreatedByModelInput[]
|
|
49765
|
+
createMany?: ProposalCreateManyCreatedByModelInputEnvelope
|
|
49766
49766
|
set?: ProposalWhereUniqueInput | ProposalWhereUniqueInput[]
|
|
49767
49767
|
disconnect?: ProposalWhereUniqueInput | ProposalWhereUniqueInput[]
|
|
49768
49768
|
delete?: ProposalWhereUniqueInput | ProposalWhereUniqueInput[]
|
|
49769
49769
|
connect?: ProposalWhereUniqueInput | ProposalWhereUniqueInput[]
|
|
49770
|
-
update?:
|
|
49771
|
-
updateMany?:
|
|
49770
|
+
update?: ProposalUpdateWithWhereUniqueWithoutCreatedByModelInput | ProposalUpdateWithWhereUniqueWithoutCreatedByModelInput[]
|
|
49771
|
+
updateMany?: ProposalUpdateManyWithWhereWithoutCreatedByModelInput | ProposalUpdateManyWithWhereWithoutCreatedByModelInput[]
|
|
49772
49772
|
deleteMany?: ProposalScalarWhereInput | ProposalScalarWhereInput[]
|
|
49773
49773
|
}
|
|
49774
49774
|
|
|
49775
|
-
export type
|
|
49776
|
-
create?: XOR<
|
|
49777
|
-
connectOrCreate?:
|
|
49778
|
-
upsert?:
|
|
49779
|
-
createMany?:
|
|
49775
|
+
export type ProposalUpdateManyWithoutSharedByModelNestedInput = {
|
|
49776
|
+
create?: XOR<ProposalCreateWithoutSharedByModelInput, ProposalUncheckedCreateWithoutSharedByModelInput> | ProposalCreateWithoutSharedByModelInput[] | ProposalUncheckedCreateWithoutSharedByModelInput[]
|
|
49777
|
+
connectOrCreate?: ProposalCreateOrConnectWithoutSharedByModelInput | ProposalCreateOrConnectWithoutSharedByModelInput[]
|
|
49778
|
+
upsert?: ProposalUpsertWithWhereUniqueWithoutSharedByModelInput | ProposalUpsertWithWhereUniqueWithoutSharedByModelInput[]
|
|
49779
|
+
createMany?: ProposalCreateManySharedByModelInputEnvelope
|
|
49780
49780
|
set?: ProposalWhereUniqueInput | ProposalWhereUniqueInput[]
|
|
49781
49781
|
disconnect?: ProposalWhereUniqueInput | ProposalWhereUniqueInput[]
|
|
49782
49782
|
delete?: ProposalWhereUniqueInput | ProposalWhereUniqueInput[]
|
|
49783
49783
|
connect?: ProposalWhereUniqueInput | ProposalWhereUniqueInput[]
|
|
49784
|
-
update?:
|
|
49785
|
-
updateMany?:
|
|
49784
|
+
update?: ProposalUpdateWithWhereUniqueWithoutSharedByModelInput | ProposalUpdateWithWhereUniqueWithoutSharedByModelInput[]
|
|
49785
|
+
updateMany?: ProposalUpdateManyWithWhereWithoutSharedByModelInput | ProposalUpdateManyWithWhereWithoutSharedByModelInput[]
|
|
49786
49786
|
deleteMany?: ProposalScalarWhereInput | ProposalScalarWhereInput[]
|
|
49787
49787
|
}
|
|
49788
49788
|
|
|
@@ -50016,31 +50016,31 @@ export namespace Prisma {
|
|
|
50016
50016
|
deleteMany?: MissionApplicationScalarWhereInput | MissionApplicationScalarWhereInput[]
|
|
50017
50017
|
}
|
|
50018
50018
|
|
|
50019
|
-
export type
|
|
50020
|
-
create?: XOR<
|
|
50021
|
-
connectOrCreate?:
|
|
50022
|
-
upsert?:
|
|
50023
|
-
createMany?:
|
|
50019
|
+
export type ProposalUncheckedUpdateManyWithoutCreatedByModelNestedInput = {
|
|
50020
|
+
create?: XOR<ProposalCreateWithoutCreatedByModelInput, ProposalUncheckedCreateWithoutCreatedByModelInput> | ProposalCreateWithoutCreatedByModelInput[] | ProposalUncheckedCreateWithoutCreatedByModelInput[]
|
|
50021
|
+
connectOrCreate?: ProposalCreateOrConnectWithoutCreatedByModelInput | ProposalCreateOrConnectWithoutCreatedByModelInput[]
|
|
50022
|
+
upsert?: ProposalUpsertWithWhereUniqueWithoutCreatedByModelInput | ProposalUpsertWithWhereUniqueWithoutCreatedByModelInput[]
|
|
50023
|
+
createMany?: ProposalCreateManyCreatedByModelInputEnvelope
|
|
50024
50024
|
set?: ProposalWhereUniqueInput | ProposalWhereUniqueInput[]
|
|
50025
50025
|
disconnect?: ProposalWhereUniqueInput | ProposalWhereUniqueInput[]
|
|
50026
50026
|
delete?: ProposalWhereUniqueInput | ProposalWhereUniqueInput[]
|
|
50027
50027
|
connect?: ProposalWhereUniqueInput | ProposalWhereUniqueInput[]
|
|
50028
|
-
update?:
|
|
50029
|
-
updateMany?:
|
|
50028
|
+
update?: ProposalUpdateWithWhereUniqueWithoutCreatedByModelInput | ProposalUpdateWithWhereUniqueWithoutCreatedByModelInput[]
|
|
50029
|
+
updateMany?: ProposalUpdateManyWithWhereWithoutCreatedByModelInput | ProposalUpdateManyWithWhereWithoutCreatedByModelInput[]
|
|
50030
50030
|
deleteMany?: ProposalScalarWhereInput | ProposalScalarWhereInput[]
|
|
50031
50031
|
}
|
|
50032
50032
|
|
|
50033
|
-
export type
|
|
50034
|
-
create?: XOR<
|
|
50035
|
-
connectOrCreate?:
|
|
50036
|
-
upsert?:
|
|
50037
|
-
createMany?:
|
|
50033
|
+
export type ProposalUncheckedUpdateManyWithoutSharedByModelNestedInput = {
|
|
50034
|
+
create?: XOR<ProposalCreateWithoutSharedByModelInput, ProposalUncheckedCreateWithoutSharedByModelInput> | ProposalCreateWithoutSharedByModelInput[] | ProposalUncheckedCreateWithoutSharedByModelInput[]
|
|
50035
|
+
connectOrCreate?: ProposalCreateOrConnectWithoutSharedByModelInput | ProposalCreateOrConnectWithoutSharedByModelInput[]
|
|
50036
|
+
upsert?: ProposalUpsertWithWhereUniqueWithoutSharedByModelInput | ProposalUpsertWithWhereUniqueWithoutSharedByModelInput[]
|
|
50037
|
+
createMany?: ProposalCreateManySharedByModelInputEnvelope
|
|
50038
50038
|
set?: ProposalWhereUniqueInput | ProposalWhereUniqueInput[]
|
|
50039
50039
|
disconnect?: ProposalWhereUniqueInput | ProposalWhereUniqueInput[]
|
|
50040
50040
|
delete?: ProposalWhereUniqueInput | ProposalWhereUniqueInput[]
|
|
50041
50041
|
connect?: ProposalWhereUniqueInput | ProposalWhereUniqueInput[]
|
|
50042
|
-
update?:
|
|
50043
|
-
updateMany?:
|
|
50042
|
+
update?: ProposalUpdateWithWhereUniqueWithoutSharedByModelInput | ProposalUpdateWithWhereUniqueWithoutSharedByModelInput[]
|
|
50043
|
+
updateMany?: ProposalUpdateManyWithWhereWithoutSharedByModelInput | ProposalUpdateManyWithWhereWithoutSharedByModelInput[]
|
|
50044
50044
|
deleteMany?: ProposalScalarWhereInput | ProposalScalarWhereInput[]
|
|
50045
50045
|
}
|
|
50046
50046
|
|
|
@@ -52778,8 +52778,8 @@ export namespace Prisma {
|
|
|
52778
52778
|
modifiedMissionSpecs?: MissionSpecCreateNestedManyWithoutLastModifierInput
|
|
52779
52779
|
missionPrefills?: MissionPrefillCreateNestedManyWithoutUserInput
|
|
52780
52780
|
missionApplication?: MissionApplicationCreateNestedManyWithoutUserModelInput
|
|
52781
|
-
authoredProposals?:
|
|
52782
|
-
sharedProposals?:
|
|
52781
|
+
authoredProposals?: ProposalCreateNestedManyWithoutCreatedByModelInput
|
|
52782
|
+
sharedProposals?: ProposalCreateNestedManyWithoutSharedByModelInput
|
|
52783
52783
|
linkedInRecommendations?: LinkedInRecommendationCreateNestedManyWithoutUserInput
|
|
52784
52784
|
givenReviews?: UserReviewCreateNestedManyWithoutFromUserModelInput
|
|
52785
52785
|
receivedReviews?: UserReviewCreateNestedManyWithoutToUserModelInput
|
|
@@ -52833,8 +52833,8 @@ export namespace Prisma {
|
|
|
52833
52833
|
modifiedMissionSpecs?: MissionSpecUncheckedCreateNestedManyWithoutLastModifierInput
|
|
52834
52834
|
missionPrefills?: MissionPrefillUncheckedCreateNestedManyWithoutUserInput
|
|
52835
52835
|
missionApplication?: MissionApplicationUncheckedCreateNestedManyWithoutUserModelInput
|
|
52836
|
-
authoredProposals?:
|
|
52837
|
-
sharedProposals?:
|
|
52836
|
+
authoredProposals?: ProposalUncheckedCreateNestedManyWithoutCreatedByModelInput
|
|
52837
|
+
sharedProposals?: ProposalUncheckedCreateNestedManyWithoutSharedByModelInput
|
|
52838
52838
|
linkedInRecommendations?: LinkedInRecommendationUncheckedCreateNestedManyWithoutUserInput
|
|
52839
52839
|
givenReviews?: UserReviewUncheckedCreateNestedManyWithoutFromUserModelInput
|
|
52840
52840
|
receivedReviews?: UserReviewUncheckedCreateNestedManyWithoutToUserModelInput
|
|
@@ -52969,8 +52969,8 @@ export namespace Prisma {
|
|
|
52969
52969
|
modifiedMissionSpecs?: MissionSpecUpdateManyWithoutLastModifierNestedInput
|
|
52970
52970
|
missionPrefills?: MissionPrefillUpdateManyWithoutUserNestedInput
|
|
52971
52971
|
missionApplication?: MissionApplicationUpdateManyWithoutUserModelNestedInput
|
|
52972
|
-
authoredProposals?:
|
|
52973
|
-
sharedProposals?:
|
|
52972
|
+
authoredProposals?: ProposalUpdateManyWithoutCreatedByModelNestedInput
|
|
52973
|
+
sharedProposals?: ProposalUpdateManyWithoutSharedByModelNestedInput
|
|
52974
52974
|
linkedInRecommendations?: LinkedInRecommendationUpdateManyWithoutUserNestedInput
|
|
52975
52975
|
givenReviews?: UserReviewUpdateManyWithoutFromUserModelNestedInput
|
|
52976
52976
|
receivedReviews?: UserReviewUpdateManyWithoutToUserModelNestedInput
|
|
@@ -53023,8 +53023,8 @@ export namespace Prisma {
|
|
|
53023
53023
|
modifiedMissionSpecs?: MissionSpecUncheckedUpdateManyWithoutLastModifierNestedInput
|
|
53024
53024
|
missionPrefills?: MissionPrefillUncheckedUpdateManyWithoutUserNestedInput
|
|
53025
53025
|
missionApplication?: MissionApplicationUncheckedUpdateManyWithoutUserModelNestedInput
|
|
53026
|
-
authoredProposals?:
|
|
53027
|
-
sharedProposals?:
|
|
53026
|
+
authoredProposals?: ProposalUncheckedUpdateManyWithoutCreatedByModelNestedInput
|
|
53027
|
+
sharedProposals?: ProposalUncheckedUpdateManyWithoutSharedByModelNestedInput
|
|
53028
53028
|
linkedInRecommendations?: LinkedInRecommendationUncheckedUpdateManyWithoutUserNestedInput
|
|
53029
53029
|
givenReviews?: UserReviewUncheckedUpdateManyWithoutFromUserModelNestedInput
|
|
53030
53030
|
receivedReviews?: UserReviewUncheckedUpdateManyWithoutToUserModelNestedInput
|
|
@@ -53117,8 +53117,8 @@ export namespace Prisma {
|
|
|
53117
53117
|
modifiedMissionSpecs?: MissionSpecCreateNestedManyWithoutLastModifierInput
|
|
53118
53118
|
missionPrefills?: MissionPrefillCreateNestedManyWithoutUserInput
|
|
53119
53119
|
missionApplication?: MissionApplicationCreateNestedManyWithoutUserModelInput
|
|
53120
|
-
authoredProposals?:
|
|
53121
|
-
sharedProposals?:
|
|
53120
|
+
authoredProposals?: ProposalCreateNestedManyWithoutCreatedByModelInput
|
|
53121
|
+
sharedProposals?: ProposalCreateNestedManyWithoutSharedByModelInput
|
|
53122
53122
|
linkedInRecommendations?: LinkedInRecommendationCreateNestedManyWithoutUserInput
|
|
53123
53123
|
givenReviews?: UserReviewCreateNestedManyWithoutFromUserModelInput
|
|
53124
53124
|
receivedReviews?: UserReviewCreateNestedManyWithoutToUserModelInput
|
|
@@ -53172,8 +53172,8 @@ export namespace Prisma {
|
|
|
53172
53172
|
modifiedMissionSpecs?: MissionSpecUncheckedCreateNestedManyWithoutLastModifierInput
|
|
53173
53173
|
missionPrefills?: MissionPrefillUncheckedCreateNestedManyWithoutUserInput
|
|
53174
53174
|
missionApplication?: MissionApplicationUncheckedCreateNestedManyWithoutUserModelInput
|
|
53175
|
-
authoredProposals?:
|
|
53176
|
-
sharedProposals?:
|
|
53175
|
+
authoredProposals?: ProposalUncheckedCreateNestedManyWithoutCreatedByModelInput
|
|
53176
|
+
sharedProposals?: ProposalUncheckedCreateNestedManyWithoutSharedByModelInput
|
|
53177
53177
|
linkedInRecommendations?: LinkedInRecommendationUncheckedCreateNestedManyWithoutUserInput
|
|
53178
53178
|
givenReviews?: UserReviewUncheckedCreateNestedManyWithoutFromUserModelInput
|
|
53179
53179
|
receivedReviews?: UserReviewUncheckedCreateNestedManyWithoutToUserModelInput
|
|
@@ -53281,8 +53281,8 @@ export namespace Prisma {
|
|
|
53281
53281
|
modifiedMissionSpecs?: MissionSpecUpdateManyWithoutLastModifierNestedInput
|
|
53282
53282
|
missionPrefills?: MissionPrefillUpdateManyWithoutUserNestedInput
|
|
53283
53283
|
missionApplication?: MissionApplicationUpdateManyWithoutUserModelNestedInput
|
|
53284
|
-
authoredProposals?:
|
|
53285
|
-
sharedProposals?:
|
|
53284
|
+
authoredProposals?: ProposalUpdateManyWithoutCreatedByModelNestedInput
|
|
53285
|
+
sharedProposals?: ProposalUpdateManyWithoutSharedByModelNestedInput
|
|
53286
53286
|
linkedInRecommendations?: LinkedInRecommendationUpdateManyWithoutUserNestedInput
|
|
53287
53287
|
givenReviews?: UserReviewUpdateManyWithoutFromUserModelNestedInput
|
|
53288
53288
|
receivedReviews?: UserReviewUpdateManyWithoutToUserModelNestedInput
|
|
@@ -53335,8 +53335,8 @@ export namespace Prisma {
|
|
|
53335
53335
|
modifiedMissionSpecs?: MissionSpecUncheckedUpdateManyWithoutLastModifierNestedInput
|
|
53336
53336
|
missionPrefills?: MissionPrefillUncheckedUpdateManyWithoutUserNestedInput
|
|
53337
53337
|
missionApplication?: MissionApplicationUncheckedUpdateManyWithoutUserModelNestedInput
|
|
53338
|
-
authoredProposals?:
|
|
53339
|
-
sharedProposals?:
|
|
53338
|
+
authoredProposals?: ProposalUncheckedUpdateManyWithoutCreatedByModelNestedInput
|
|
53339
|
+
sharedProposals?: ProposalUncheckedUpdateManyWithoutSharedByModelNestedInput
|
|
53340
53340
|
linkedInRecommendations?: LinkedInRecommendationUncheckedUpdateManyWithoutUserNestedInput
|
|
53341
53341
|
givenReviews?: UserReviewUncheckedUpdateManyWithoutFromUserModelNestedInput
|
|
53342
53342
|
receivedReviews?: UserReviewUncheckedUpdateManyWithoutToUserModelNestedInput
|
|
@@ -53472,8 +53472,8 @@ export namespace Prisma {
|
|
|
53472
53472
|
modifiedMissionSpecs?: MissionSpecCreateNestedManyWithoutLastModifierInput
|
|
53473
53473
|
missionPrefills?: MissionPrefillCreateNestedManyWithoutUserInput
|
|
53474
53474
|
missionApplication?: MissionApplicationCreateNestedManyWithoutUserModelInput
|
|
53475
|
-
authoredProposals?:
|
|
53476
|
-
sharedProposals?:
|
|
53475
|
+
authoredProposals?: ProposalCreateNestedManyWithoutCreatedByModelInput
|
|
53476
|
+
sharedProposals?: ProposalCreateNestedManyWithoutSharedByModelInput
|
|
53477
53477
|
linkedInRecommendations?: LinkedInRecommendationCreateNestedManyWithoutUserInput
|
|
53478
53478
|
givenReviews?: UserReviewCreateNestedManyWithoutFromUserModelInput
|
|
53479
53479
|
receivedReviews?: UserReviewCreateNestedManyWithoutToUserModelInput
|
|
@@ -53527,8 +53527,8 @@ export namespace Prisma {
|
|
|
53527
53527
|
modifiedMissionSpecs?: MissionSpecUncheckedCreateNestedManyWithoutLastModifierInput
|
|
53528
53528
|
missionPrefills?: MissionPrefillUncheckedCreateNestedManyWithoutUserInput
|
|
53529
53529
|
missionApplication?: MissionApplicationUncheckedCreateNestedManyWithoutUserModelInput
|
|
53530
|
-
authoredProposals?:
|
|
53531
|
-
sharedProposals?:
|
|
53530
|
+
authoredProposals?: ProposalUncheckedCreateNestedManyWithoutCreatedByModelInput
|
|
53531
|
+
sharedProposals?: ProposalUncheckedCreateNestedManyWithoutSharedByModelInput
|
|
53532
53532
|
linkedInRecommendations?: LinkedInRecommendationUncheckedCreateNestedManyWithoutUserInput
|
|
53533
53533
|
givenReviews?: UserReviewUncheckedCreateNestedManyWithoutFromUserModelInput
|
|
53534
53534
|
receivedReviews?: UserReviewUncheckedCreateNestedManyWithoutToUserModelInput
|
|
@@ -53612,8 +53612,8 @@ export namespace Prisma {
|
|
|
53612
53612
|
modifiedMissionSpecs?: MissionSpecCreateNestedManyWithoutLastModifierInput
|
|
53613
53613
|
missionPrefills?: MissionPrefillCreateNestedManyWithoutUserInput
|
|
53614
53614
|
missionApplication?: MissionApplicationCreateNestedManyWithoutUserModelInput
|
|
53615
|
-
authoredProposals?:
|
|
53616
|
-
sharedProposals?:
|
|
53615
|
+
authoredProposals?: ProposalCreateNestedManyWithoutCreatedByModelInput
|
|
53616
|
+
sharedProposals?: ProposalCreateNestedManyWithoutSharedByModelInput
|
|
53617
53617
|
linkedInRecommendations?: LinkedInRecommendationCreateNestedManyWithoutUserInput
|
|
53618
53618
|
givenReviews?: UserReviewCreateNestedManyWithoutFromUserModelInput
|
|
53619
53619
|
receivedReviews?: UserReviewCreateNestedManyWithoutToUserModelInput
|
|
@@ -53667,8 +53667,8 @@ export namespace Prisma {
|
|
|
53667
53667
|
modifiedMissionSpecs?: MissionSpecUncheckedCreateNestedManyWithoutLastModifierInput
|
|
53668
53668
|
missionPrefills?: MissionPrefillUncheckedCreateNestedManyWithoutUserInput
|
|
53669
53669
|
missionApplication?: MissionApplicationUncheckedCreateNestedManyWithoutUserModelInput
|
|
53670
|
-
authoredProposals?:
|
|
53671
|
-
sharedProposals?:
|
|
53670
|
+
authoredProposals?: ProposalUncheckedCreateNestedManyWithoutCreatedByModelInput
|
|
53671
|
+
sharedProposals?: ProposalUncheckedCreateNestedManyWithoutSharedByModelInput
|
|
53672
53672
|
linkedInRecommendations?: LinkedInRecommendationUncheckedCreateNestedManyWithoutUserInput
|
|
53673
53673
|
givenReviews?: UserReviewUncheckedCreateNestedManyWithoutFromUserModelInput
|
|
53674
53674
|
receivedReviews?: UserReviewUncheckedCreateNestedManyWithoutToUserModelInput
|
|
@@ -53866,8 +53866,8 @@ export namespace Prisma {
|
|
|
53866
53866
|
modifiedMissionSpecs?: MissionSpecUpdateManyWithoutLastModifierNestedInput
|
|
53867
53867
|
missionPrefills?: MissionPrefillUpdateManyWithoutUserNestedInput
|
|
53868
53868
|
missionApplication?: MissionApplicationUpdateManyWithoutUserModelNestedInput
|
|
53869
|
-
authoredProposals?:
|
|
53870
|
-
sharedProposals?:
|
|
53869
|
+
authoredProposals?: ProposalUpdateManyWithoutCreatedByModelNestedInput
|
|
53870
|
+
sharedProposals?: ProposalUpdateManyWithoutSharedByModelNestedInput
|
|
53871
53871
|
linkedInRecommendations?: LinkedInRecommendationUpdateManyWithoutUserNestedInput
|
|
53872
53872
|
givenReviews?: UserReviewUpdateManyWithoutFromUserModelNestedInput
|
|
53873
53873
|
receivedReviews?: UserReviewUpdateManyWithoutToUserModelNestedInput
|
|
@@ -53920,8 +53920,8 @@ export namespace Prisma {
|
|
|
53920
53920
|
modifiedMissionSpecs?: MissionSpecUncheckedUpdateManyWithoutLastModifierNestedInput
|
|
53921
53921
|
missionPrefills?: MissionPrefillUncheckedUpdateManyWithoutUserNestedInput
|
|
53922
53922
|
missionApplication?: MissionApplicationUncheckedUpdateManyWithoutUserModelNestedInput
|
|
53923
|
-
authoredProposals?:
|
|
53924
|
-
sharedProposals?:
|
|
53923
|
+
authoredProposals?: ProposalUncheckedUpdateManyWithoutCreatedByModelNestedInput
|
|
53924
|
+
sharedProposals?: ProposalUncheckedUpdateManyWithoutSharedByModelNestedInput
|
|
53925
53925
|
linkedInRecommendations?: LinkedInRecommendationUncheckedUpdateManyWithoutUserNestedInput
|
|
53926
53926
|
givenReviews?: UserReviewUncheckedUpdateManyWithoutFromUserModelNestedInput
|
|
53927
53927
|
receivedReviews?: UserReviewUncheckedUpdateManyWithoutToUserModelNestedInput
|
|
@@ -54014,8 +54014,8 @@ export namespace Prisma {
|
|
|
54014
54014
|
modifiedMissionSpecs?: MissionSpecUpdateManyWithoutLastModifierNestedInput
|
|
54015
54015
|
missionPrefills?: MissionPrefillUpdateManyWithoutUserNestedInput
|
|
54016
54016
|
missionApplication?: MissionApplicationUpdateManyWithoutUserModelNestedInput
|
|
54017
|
-
authoredProposals?:
|
|
54018
|
-
sharedProposals?:
|
|
54017
|
+
authoredProposals?: ProposalUpdateManyWithoutCreatedByModelNestedInput
|
|
54018
|
+
sharedProposals?: ProposalUpdateManyWithoutSharedByModelNestedInput
|
|
54019
54019
|
linkedInRecommendations?: LinkedInRecommendationUpdateManyWithoutUserNestedInput
|
|
54020
54020
|
givenReviews?: UserReviewUpdateManyWithoutFromUserModelNestedInput
|
|
54021
54021
|
receivedReviews?: UserReviewUpdateManyWithoutToUserModelNestedInput
|
|
@@ -54068,8 +54068,8 @@ export namespace Prisma {
|
|
|
54068
54068
|
modifiedMissionSpecs?: MissionSpecUncheckedUpdateManyWithoutLastModifierNestedInput
|
|
54069
54069
|
missionPrefills?: MissionPrefillUncheckedUpdateManyWithoutUserNestedInput
|
|
54070
54070
|
missionApplication?: MissionApplicationUncheckedUpdateManyWithoutUserModelNestedInput
|
|
54071
|
-
authoredProposals?:
|
|
54072
|
-
sharedProposals?:
|
|
54071
|
+
authoredProposals?: ProposalUncheckedUpdateManyWithoutCreatedByModelNestedInput
|
|
54072
|
+
sharedProposals?: ProposalUncheckedUpdateManyWithoutSharedByModelNestedInput
|
|
54073
54073
|
linkedInRecommendations?: LinkedInRecommendationUncheckedUpdateManyWithoutUserNestedInput
|
|
54074
54074
|
givenReviews?: UserReviewUncheckedUpdateManyWithoutFromUserModelNestedInput
|
|
54075
54075
|
receivedReviews?: UserReviewUncheckedUpdateManyWithoutToUserModelNestedInput
|
|
@@ -54590,8 +54590,8 @@ export namespace Prisma {
|
|
|
54590
54590
|
modifiedMissionSpecs?: MissionSpecCreateNestedManyWithoutLastModifierInput
|
|
54591
54591
|
missionPrefills?: MissionPrefillCreateNestedManyWithoutUserInput
|
|
54592
54592
|
missionApplication?: MissionApplicationCreateNestedManyWithoutUserModelInput
|
|
54593
|
-
authoredProposals?:
|
|
54594
|
-
sharedProposals?:
|
|
54593
|
+
authoredProposals?: ProposalCreateNestedManyWithoutCreatedByModelInput
|
|
54594
|
+
sharedProposals?: ProposalCreateNestedManyWithoutSharedByModelInput
|
|
54595
54595
|
linkedInRecommendations?: LinkedInRecommendationCreateNestedManyWithoutUserInput
|
|
54596
54596
|
givenReviews?: UserReviewCreateNestedManyWithoutFromUserModelInput
|
|
54597
54597
|
receivedReviews?: UserReviewCreateNestedManyWithoutToUserModelInput
|
|
@@ -54645,8 +54645,8 @@ export namespace Prisma {
|
|
|
54645
54645
|
modifiedMissionSpecs?: MissionSpecUncheckedCreateNestedManyWithoutLastModifierInput
|
|
54646
54646
|
missionPrefills?: MissionPrefillUncheckedCreateNestedManyWithoutUserInput
|
|
54647
54647
|
missionApplication?: MissionApplicationUncheckedCreateNestedManyWithoutUserModelInput
|
|
54648
|
-
authoredProposals?:
|
|
54649
|
-
sharedProposals?:
|
|
54648
|
+
authoredProposals?: ProposalUncheckedCreateNestedManyWithoutCreatedByModelInput
|
|
54649
|
+
sharedProposals?: ProposalUncheckedCreateNestedManyWithoutSharedByModelInput
|
|
54650
54650
|
linkedInRecommendations?: LinkedInRecommendationUncheckedCreateNestedManyWithoutUserInput
|
|
54651
54651
|
givenReviews?: UserReviewUncheckedCreateNestedManyWithoutFromUserModelInput
|
|
54652
54652
|
receivedReviews?: UserReviewUncheckedCreateNestedManyWithoutToUserModelInput
|
|
@@ -54705,8 +54705,8 @@ export namespace Prisma {
|
|
|
54705
54705
|
modifiedMissionSpecs?: MissionSpecCreateNestedManyWithoutLastModifierInput
|
|
54706
54706
|
missionPrefills?: MissionPrefillCreateNestedManyWithoutUserInput
|
|
54707
54707
|
missionApplication?: MissionApplicationCreateNestedManyWithoutUserModelInput
|
|
54708
|
-
authoredProposals?:
|
|
54709
|
-
sharedProposals?:
|
|
54708
|
+
authoredProposals?: ProposalCreateNestedManyWithoutCreatedByModelInput
|
|
54709
|
+
sharedProposals?: ProposalCreateNestedManyWithoutSharedByModelInput
|
|
54710
54710
|
linkedInRecommendations?: LinkedInRecommendationCreateNestedManyWithoutUserInput
|
|
54711
54711
|
givenReviews?: UserReviewCreateNestedManyWithoutFromUserModelInput
|
|
54712
54712
|
receivedReviews?: UserReviewCreateNestedManyWithoutToUserModelInput
|
|
@@ -54760,8 +54760,8 @@ export namespace Prisma {
|
|
|
54760
54760
|
modifiedMissionSpecs?: MissionSpecUncheckedCreateNestedManyWithoutLastModifierInput
|
|
54761
54761
|
missionPrefills?: MissionPrefillUncheckedCreateNestedManyWithoutUserInput
|
|
54762
54762
|
missionApplication?: MissionApplicationUncheckedCreateNestedManyWithoutUserModelInput
|
|
54763
|
-
authoredProposals?:
|
|
54764
|
-
sharedProposals?:
|
|
54763
|
+
authoredProposals?: ProposalUncheckedCreateNestedManyWithoutCreatedByModelInput
|
|
54764
|
+
sharedProposals?: ProposalUncheckedCreateNestedManyWithoutSharedByModelInput
|
|
54765
54765
|
linkedInRecommendations?: LinkedInRecommendationUncheckedCreateNestedManyWithoutUserInput
|
|
54766
54766
|
givenReviews?: UserReviewUncheckedCreateNestedManyWithoutFromUserModelInput
|
|
54767
54767
|
receivedReviews?: UserReviewUncheckedCreateNestedManyWithoutToUserModelInput
|
|
@@ -54805,16 +54805,16 @@ export namespace Prisma {
|
|
|
54805
54805
|
name?: string | null
|
|
54806
54806
|
slug?: string | null
|
|
54807
54807
|
teamBlurb?: string | null
|
|
54808
|
-
|
|
54808
|
+
createdByModel?: UserCreateNestedOneWithoutAuthoredProposalsInput
|
|
54809
54809
|
mission?: MissionCreateNestedOneWithoutProposalsInput
|
|
54810
|
-
|
|
54810
|
+
sharedByModel?: UserCreateNestedOneWithoutSharedProposalsInput
|
|
54811
54811
|
missionSpec?: MissionSpecCreateNestedOneWithoutProposalsInput
|
|
54812
54812
|
teamAdvisor?: UserCreateNestedOneWithoutProposalsAsTeamAdvisorInput
|
|
54813
54813
|
}
|
|
54814
54814
|
|
|
54815
54815
|
export type ProposalUncheckedCreateWithoutClientInterviewsInput = {
|
|
54816
54816
|
id?: string
|
|
54817
|
-
|
|
54817
|
+
createdBy?: string | null
|
|
54818
54818
|
missionId?: string | null
|
|
54819
54819
|
createdAt?: Date | string | null
|
|
54820
54820
|
updatedAt?: Date | string | null
|
|
@@ -54824,7 +54824,7 @@ export namespace Prisma {
|
|
|
54824
54824
|
webflowId?: string | null
|
|
54825
54825
|
publicURL?: string | null
|
|
54826
54826
|
isShared?: boolean | null
|
|
54827
|
-
|
|
54827
|
+
sharedBy?: string | null
|
|
54828
54828
|
sharedAt?: Date | string | null
|
|
54829
54829
|
archivedURL?: string | null
|
|
54830
54830
|
schemaVersion?: $Enums.ProposalSchemaVersion
|
|
@@ -55014,8 +55014,8 @@ export namespace Prisma {
|
|
|
55014
55014
|
modifiedMissionSpecs?: MissionSpecUpdateManyWithoutLastModifierNestedInput
|
|
55015
55015
|
missionPrefills?: MissionPrefillUpdateManyWithoutUserNestedInput
|
|
55016
55016
|
missionApplication?: MissionApplicationUpdateManyWithoutUserModelNestedInput
|
|
55017
|
-
authoredProposals?:
|
|
55018
|
-
sharedProposals?:
|
|
55017
|
+
authoredProposals?: ProposalUpdateManyWithoutCreatedByModelNestedInput
|
|
55018
|
+
sharedProposals?: ProposalUpdateManyWithoutSharedByModelNestedInput
|
|
55019
55019
|
linkedInRecommendations?: LinkedInRecommendationUpdateManyWithoutUserNestedInput
|
|
55020
55020
|
givenReviews?: UserReviewUpdateManyWithoutFromUserModelNestedInput
|
|
55021
55021
|
receivedReviews?: UserReviewUpdateManyWithoutToUserModelNestedInput
|
|
@@ -55068,8 +55068,8 @@ export namespace Prisma {
|
|
|
55068
55068
|
modifiedMissionSpecs?: MissionSpecUncheckedUpdateManyWithoutLastModifierNestedInput
|
|
55069
55069
|
missionPrefills?: MissionPrefillUncheckedUpdateManyWithoutUserNestedInput
|
|
55070
55070
|
missionApplication?: MissionApplicationUncheckedUpdateManyWithoutUserModelNestedInput
|
|
55071
|
-
authoredProposals?:
|
|
55072
|
-
sharedProposals?:
|
|
55071
|
+
authoredProposals?: ProposalUncheckedUpdateManyWithoutCreatedByModelNestedInput
|
|
55072
|
+
sharedProposals?: ProposalUncheckedUpdateManyWithoutSharedByModelNestedInput
|
|
55073
55073
|
linkedInRecommendations?: LinkedInRecommendationUncheckedUpdateManyWithoutUserNestedInput
|
|
55074
55074
|
givenReviews?: UserReviewUncheckedUpdateManyWithoutFromUserModelNestedInput
|
|
55075
55075
|
receivedReviews?: UserReviewUncheckedUpdateManyWithoutToUserModelNestedInput
|
|
@@ -55133,8 +55133,8 @@ export namespace Prisma {
|
|
|
55133
55133
|
modifiedMissionSpecs?: MissionSpecUpdateManyWithoutLastModifierNestedInput
|
|
55134
55134
|
missionPrefills?: MissionPrefillUpdateManyWithoutUserNestedInput
|
|
55135
55135
|
missionApplication?: MissionApplicationUpdateManyWithoutUserModelNestedInput
|
|
55136
|
-
authoredProposals?:
|
|
55137
|
-
sharedProposals?:
|
|
55136
|
+
authoredProposals?: ProposalUpdateManyWithoutCreatedByModelNestedInput
|
|
55137
|
+
sharedProposals?: ProposalUpdateManyWithoutSharedByModelNestedInput
|
|
55138
55138
|
linkedInRecommendations?: LinkedInRecommendationUpdateManyWithoutUserNestedInput
|
|
55139
55139
|
givenReviews?: UserReviewUpdateManyWithoutFromUserModelNestedInput
|
|
55140
55140
|
receivedReviews?: UserReviewUpdateManyWithoutToUserModelNestedInput
|
|
@@ -55187,8 +55187,8 @@ export namespace Prisma {
|
|
|
55187
55187
|
modifiedMissionSpecs?: MissionSpecUncheckedUpdateManyWithoutLastModifierNestedInput
|
|
55188
55188
|
missionPrefills?: MissionPrefillUncheckedUpdateManyWithoutUserNestedInput
|
|
55189
55189
|
missionApplication?: MissionApplicationUncheckedUpdateManyWithoutUserModelNestedInput
|
|
55190
|
-
authoredProposals?:
|
|
55191
|
-
sharedProposals?:
|
|
55190
|
+
authoredProposals?: ProposalUncheckedUpdateManyWithoutCreatedByModelNestedInput
|
|
55191
|
+
sharedProposals?: ProposalUncheckedUpdateManyWithoutSharedByModelNestedInput
|
|
55192
55192
|
linkedInRecommendations?: LinkedInRecommendationUncheckedUpdateManyWithoutUserNestedInput
|
|
55193
55193
|
givenReviews?: UserReviewUncheckedUpdateManyWithoutFromUserModelNestedInput
|
|
55194
55194
|
receivedReviews?: UserReviewUncheckedUpdateManyWithoutToUserModelNestedInput
|
|
@@ -55237,15 +55237,15 @@ export namespace Prisma {
|
|
|
55237
55237
|
name?: NullableStringFieldUpdateOperationsInput | string | null
|
|
55238
55238
|
slug?: NullableStringFieldUpdateOperationsInput | string | null
|
|
55239
55239
|
teamBlurb?: NullableStringFieldUpdateOperationsInput | string | null
|
|
55240
|
-
|
|
55240
|
+
createdByModel?: UserUpdateOneWithoutAuthoredProposalsNestedInput
|
|
55241
55241
|
mission?: MissionUpdateOneWithoutProposalsNestedInput
|
|
55242
|
-
|
|
55242
|
+
sharedByModel?: UserUpdateOneWithoutSharedProposalsNestedInput
|
|
55243
55243
|
missionSpec?: MissionSpecUpdateOneWithoutProposalsNestedInput
|
|
55244
55244
|
teamAdvisor?: UserUpdateOneWithoutProposalsAsTeamAdvisorNestedInput
|
|
55245
55245
|
}
|
|
55246
55246
|
|
|
55247
55247
|
export type ProposalUncheckedUpdateWithoutClientInterviewsInput = {
|
|
55248
|
-
|
|
55248
|
+
createdBy?: NullableStringFieldUpdateOperationsInput | string | null
|
|
55249
55249
|
missionId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
55250
55250
|
createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
55251
55251
|
updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -55255,7 +55255,7 @@ export namespace Prisma {
|
|
|
55255
55255
|
webflowId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
55256
55256
|
publicURL?: NullableStringFieldUpdateOperationsInput | string | null
|
|
55257
55257
|
isShared?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
55258
|
-
|
|
55258
|
+
sharedBy?: NullableStringFieldUpdateOperationsInput | string | null
|
|
55259
55259
|
sharedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
55260
55260
|
archivedURL?: NullableStringFieldUpdateOperationsInput | string | null
|
|
55261
55261
|
schemaVersion?: EnumProposalSchemaVersionFieldUpdateOperationsInput | $Enums.ProposalSchemaVersion
|
|
@@ -55800,8 +55800,8 @@ export namespace Prisma {
|
|
|
55800
55800
|
modifiedMissionSpecs?: MissionSpecCreateNestedManyWithoutLastModifierInput
|
|
55801
55801
|
missionPrefills?: MissionPrefillCreateNestedManyWithoutUserInput
|
|
55802
55802
|
missionApplication?: MissionApplicationCreateNestedManyWithoutUserModelInput
|
|
55803
|
-
authoredProposals?:
|
|
55804
|
-
sharedProposals?:
|
|
55803
|
+
authoredProposals?: ProposalCreateNestedManyWithoutCreatedByModelInput
|
|
55804
|
+
sharedProposals?: ProposalCreateNestedManyWithoutSharedByModelInput
|
|
55805
55805
|
givenReviews?: UserReviewCreateNestedManyWithoutFromUserModelInput
|
|
55806
55806
|
receivedReviews?: UserReviewCreateNestedManyWithoutToUserModelInput
|
|
55807
55807
|
calendar?: CalendarCreateNestedOneWithoutCalendarUserInput
|
|
@@ -55855,8 +55855,8 @@ export namespace Prisma {
|
|
|
55855
55855
|
modifiedMissionSpecs?: MissionSpecUncheckedCreateNestedManyWithoutLastModifierInput
|
|
55856
55856
|
missionPrefills?: MissionPrefillUncheckedCreateNestedManyWithoutUserInput
|
|
55857
55857
|
missionApplication?: MissionApplicationUncheckedCreateNestedManyWithoutUserModelInput
|
|
55858
|
-
authoredProposals?:
|
|
55859
|
-
sharedProposals?:
|
|
55858
|
+
authoredProposals?: ProposalUncheckedCreateNestedManyWithoutCreatedByModelInput
|
|
55859
|
+
sharedProposals?: ProposalUncheckedCreateNestedManyWithoutSharedByModelInput
|
|
55860
55860
|
givenReviews?: UserReviewUncheckedCreateNestedManyWithoutFromUserModelInput
|
|
55861
55861
|
receivedReviews?: UserReviewUncheckedCreateNestedManyWithoutToUserModelInput
|
|
55862
55862
|
calendar?: CalendarUncheckedCreateNestedOneWithoutCalendarUserInput
|
|
@@ -55938,8 +55938,8 @@ export namespace Prisma {
|
|
|
55938
55938
|
modifiedMissionSpecs?: MissionSpecUpdateManyWithoutLastModifierNestedInput
|
|
55939
55939
|
missionPrefills?: MissionPrefillUpdateManyWithoutUserNestedInput
|
|
55940
55940
|
missionApplication?: MissionApplicationUpdateManyWithoutUserModelNestedInput
|
|
55941
|
-
authoredProposals?:
|
|
55942
|
-
sharedProposals?:
|
|
55941
|
+
authoredProposals?: ProposalUpdateManyWithoutCreatedByModelNestedInput
|
|
55942
|
+
sharedProposals?: ProposalUpdateManyWithoutSharedByModelNestedInput
|
|
55943
55943
|
givenReviews?: UserReviewUpdateManyWithoutFromUserModelNestedInput
|
|
55944
55944
|
receivedReviews?: UserReviewUpdateManyWithoutToUserModelNestedInput
|
|
55945
55945
|
calendar?: CalendarUpdateOneWithoutCalendarUserNestedInput
|
|
@@ -55992,8 +55992,8 @@ export namespace Prisma {
|
|
|
55992
55992
|
modifiedMissionSpecs?: MissionSpecUncheckedUpdateManyWithoutLastModifierNestedInput
|
|
55993
55993
|
missionPrefills?: MissionPrefillUncheckedUpdateManyWithoutUserNestedInput
|
|
55994
55994
|
missionApplication?: MissionApplicationUncheckedUpdateManyWithoutUserModelNestedInput
|
|
55995
|
-
authoredProposals?:
|
|
55996
|
-
sharedProposals?:
|
|
55995
|
+
authoredProposals?: ProposalUncheckedUpdateManyWithoutCreatedByModelNestedInput
|
|
55996
|
+
sharedProposals?: ProposalUncheckedUpdateManyWithoutSharedByModelNestedInput
|
|
55997
55997
|
givenReviews?: UserReviewUncheckedUpdateManyWithoutFromUserModelNestedInput
|
|
55998
55998
|
receivedReviews?: UserReviewUncheckedUpdateManyWithoutToUserModelNestedInput
|
|
55999
55999
|
calendar?: CalendarUncheckedUpdateOneWithoutCalendarUserNestedInput
|
|
@@ -56147,8 +56147,8 @@ export namespace Prisma {
|
|
|
56147
56147
|
modifiedMissionSpecs?: MissionSpecCreateNestedManyWithoutLastModifierInput
|
|
56148
56148
|
missionPrefills?: MissionPrefillCreateNestedManyWithoutUserInput
|
|
56149
56149
|
missionApplication?: MissionApplicationCreateNestedManyWithoutUserModelInput
|
|
56150
|
-
authoredProposals?:
|
|
56151
|
-
sharedProposals?:
|
|
56150
|
+
authoredProposals?: ProposalCreateNestedManyWithoutCreatedByModelInput
|
|
56151
|
+
sharedProposals?: ProposalCreateNestedManyWithoutSharedByModelInput
|
|
56152
56152
|
linkedInRecommendations?: LinkedInRecommendationCreateNestedManyWithoutUserInput
|
|
56153
56153
|
givenReviews?: UserReviewCreateNestedManyWithoutFromUserModelInput
|
|
56154
56154
|
receivedReviews?: UserReviewCreateNestedManyWithoutToUserModelInput
|
|
@@ -56202,8 +56202,8 @@ export namespace Prisma {
|
|
|
56202
56202
|
modifiedMissionSpecs?: MissionSpecUncheckedCreateNestedManyWithoutLastModifierInput
|
|
56203
56203
|
missionPrefills?: MissionPrefillUncheckedCreateNestedManyWithoutUserInput
|
|
56204
56204
|
missionApplication?: MissionApplicationUncheckedCreateNestedManyWithoutUserModelInput
|
|
56205
|
-
authoredProposals?:
|
|
56206
|
-
sharedProposals?:
|
|
56205
|
+
authoredProposals?: ProposalUncheckedCreateNestedManyWithoutCreatedByModelInput
|
|
56206
|
+
sharedProposals?: ProposalUncheckedCreateNestedManyWithoutSharedByModelInput
|
|
56207
56207
|
linkedInRecommendations?: LinkedInRecommendationUncheckedCreateNestedManyWithoutUserInput
|
|
56208
56208
|
givenReviews?: UserReviewUncheckedCreateNestedManyWithoutFromUserModelInput
|
|
56209
56209
|
receivedReviews?: UserReviewUncheckedCreateNestedManyWithoutToUserModelInput
|
|
@@ -56327,8 +56327,8 @@ export namespace Prisma {
|
|
|
56327
56327
|
modifiedMissionSpecs?: MissionSpecCreateNestedManyWithoutLastModifierInput
|
|
56328
56328
|
missionPrefills?: MissionPrefillCreateNestedManyWithoutUserInput
|
|
56329
56329
|
missionApplication?: MissionApplicationCreateNestedManyWithoutUserModelInput
|
|
56330
|
-
authoredProposals?:
|
|
56331
|
-
sharedProposals?:
|
|
56330
|
+
authoredProposals?: ProposalCreateNestedManyWithoutCreatedByModelInput
|
|
56331
|
+
sharedProposals?: ProposalCreateNestedManyWithoutSharedByModelInput
|
|
56332
56332
|
linkedInRecommendations?: LinkedInRecommendationCreateNestedManyWithoutUserInput
|
|
56333
56333
|
givenReviews?: UserReviewCreateNestedManyWithoutFromUserModelInput
|
|
56334
56334
|
receivedReviews?: UserReviewCreateNestedManyWithoutToUserModelInput
|
|
@@ -56382,8 +56382,8 @@ export namespace Prisma {
|
|
|
56382
56382
|
modifiedMissionSpecs?: MissionSpecUncheckedCreateNestedManyWithoutLastModifierInput
|
|
56383
56383
|
missionPrefills?: MissionPrefillUncheckedCreateNestedManyWithoutUserInput
|
|
56384
56384
|
missionApplication?: MissionApplicationUncheckedCreateNestedManyWithoutUserModelInput
|
|
56385
|
-
authoredProposals?:
|
|
56386
|
-
sharedProposals?:
|
|
56385
|
+
authoredProposals?: ProposalUncheckedCreateNestedManyWithoutCreatedByModelInput
|
|
56386
|
+
sharedProposals?: ProposalUncheckedCreateNestedManyWithoutSharedByModelInput
|
|
56387
56387
|
linkedInRecommendations?: LinkedInRecommendationUncheckedCreateNestedManyWithoutUserInput
|
|
56388
56388
|
givenReviews?: UserReviewUncheckedCreateNestedManyWithoutFromUserModelInput
|
|
56389
56389
|
receivedReviews?: UserReviewUncheckedCreateNestedManyWithoutToUserModelInput
|
|
@@ -56471,8 +56471,8 @@ export namespace Prisma {
|
|
|
56471
56471
|
name?: string | null
|
|
56472
56472
|
slug?: string | null
|
|
56473
56473
|
teamBlurb?: string | null
|
|
56474
|
-
|
|
56475
|
-
|
|
56474
|
+
createdByModel?: UserCreateNestedOneWithoutAuthoredProposalsInput
|
|
56475
|
+
sharedByModel?: UserCreateNestedOneWithoutSharedProposalsInput
|
|
56476
56476
|
missionSpec?: MissionSpecCreateNestedOneWithoutProposalsInput
|
|
56477
56477
|
teamAdvisor?: UserCreateNestedOneWithoutProposalsAsTeamAdvisorInput
|
|
56478
56478
|
clientInterviews?: ClientInterviewCreateNestedManyWithoutProposalInput
|
|
@@ -56480,7 +56480,7 @@ export namespace Prisma {
|
|
|
56480
56480
|
|
|
56481
56481
|
export type ProposalUncheckedCreateWithoutMissionInput = {
|
|
56482
56482
|
id?: string
|
|
56483
|
-
|
|
56483
|
+
createdBy?: string | null
|
|
56484
56484
|
createdAt?: Date | string | null
|
|
56485
56485
|
updatedAt?: Date | string | null
|
|
56486
56486
|
expiresAt?: Date | string | null
|
|
@@ -56489,7 +56489,7 @@ export namespace Prisma {
|
|
|
56489
56489
|
webflowId?: string | null
|
|
56490
56490
|
publicURL?: string | null
|
|
56491
56491
|
isShared?: boolean | null
|
|
56492
|
-
|
|
56492
|
+
sharedBy?: string | null
|
|
56493
56493
|
sharedAt?: Date | string | null
|
|
56494
56494
|
archivedURL?: string | null
|
|
56495
56495
|
schemaVersion?: $Enums.ProposalSchemaVersion
|
|
@@ -56706,8 +56706,8 @@ export namespace Prisma {
|
|
|
56706
56706
|
modifiedMissionSpecs?: MissionSpecUpdateManyWithoutLastModifierNestedInput
|
|
56707
56707
|
missionPrefills?: MissionPrefillUpdateManyWithoutUserNestedInput
|
|
56708
56708
|
missionApplication?: MissionApplicationUpdateManyWithoutUserModelNestedInput
|
|
56709
|
-
authoredProposals?:
|
|
56710
|
-
sharedProposals?:
|
|
56709
|
+
authoredProposals?: ProposalUpdateManyWithoutCreatedByModelNestedInput
|
|
56710
|
+
sharedProposals?: ProposalUpdateManyWithoutSharedByModelNestedInput
|
|
56711
56711
|
linkedInRecommendations?: LinkedInRecommendationUpdateManyWithoutUserNestedInput
|
|
56712
56712
|
givenReviews?: UserReviewUpdateManyWithoutFromUserModelNestedInput
|
|
56713
56713
|
receivedReviews?: UserReviewUpdateManyWithoutToUserModelNestedInput
|
|
@@ -56760,8 +56760,8 @@ export namespace Prisma {
|
|
|
56760
56760
|
modifiedMissionSpecs?: MissionSpecUncheckedUpdateManyWithoutLastModifierNestedInput
|
|
56761
56761
|
missionPrefills?: MissionPrefillUncheckedUpdateManyWithoutUserNestedInput
|
|
56762
56762
|
missionApplication?: MissionApplicationUncheckedUpdateManyWithoutUserModelNestedInput
|
|
56763
|
-
authoredProposals?:
|
|
56764
|
-
sharedProposals?:
|
|
56763
|
+
authoredProposals?: ProposalUncheckedUpdateManyWithoutCreatedByModelNestedInput
|
|
56764
|
+
sharedProposals?: ProposalUncheckedUpdateManyWithoutSharedByModelNestedInput
|
|
56765
56765
|
linkedInRecommendations?: LinkedInRecommendationUncheckedUpdateManyWithoutUserNestedInput
|
|
56766
56766
|
givenReviews?: UserReviewUncheckedUpdateManyWithoutFromUserModelNestedInput
|
|
56767
56767
|
receivedReviews?: UserReviewUncheckedUpdateManyWithoutToUserModelNestedInput
|
|
@@ -56894,8 +56894,8 @@ export namespace Prisma {
|
|
|
56894
56894
|
modifiedMissionSpecs?: MissionSpecUpdateManyWithoutLastModifierNestedInput
|
|
56895
56895
|
missionPrefills?: MissionPrefillUpdateManyWithoutUserNestedInput
|
|
56896
56896
|
missionApplication?: MissionApplicationUpdateManyWithoutUserModelNestedInput
|
|
56897
|
-
authoredProposals?:
|
|
56898
|
-
sharedProposals?:
|
|
56897
|
+
authoredProposals?: ProposalUpdateManyWithoutCreatedByModelNestedInput
|
|
56898
|
+
sharedProposals?: ProposalUpdateManyWithoutSharedByModelNestedInput
|
|
56899
56899
|
linkedInRecommendations?: LinkedInRecommendationUpdateManyWithoutUserNestedInput
|
|
56900
56900
|
givenReviews?: UserReviewUpdateManyWithoutFromUserModelNestedInput
|
|
56901
56901
|
receivedReviews?: UserReviewUpdateManyWithoutToUserModelNestedInput
|
|
@@ -56948,8 +56948,8 @@ export namespace Prisma {
|
|
|
56948
56948
|
modifiedMissionSpecs?: MissionSpecUncheckedUpdateManyWithoutLastModifierNestedInput
|
|
56949
56949
|
missionPrefills?: MissionPrefillUncheckedUpdateManyWithoutUserNestedInput
|
|
56950
56950
|
missionApplication?: MissionApplicationUncheckedUpdateManyWithoutUserModelNestedInput
|
|
56951
|
-
authoredProposals?:
|
|
56952
|
-
sharedProposals?:
|
|
56951
|
+
authoredProposals?: ProposalUncheckedUpdateManyWithoutCreatedByModelNestedInput
|
|
56952
|
+
sharedProposals?: ProposalUncheckedUpdateManyWithoutSharedByModelNestedInput
|
|
56953
56953
|
linkedInRecommendations?: LinkedInRecommendationUncheckedUpdateManyWithoutUserNestedInput
|
|
56954
56954
|
givenReviews?: UserReviewUncheckedUpdateManyWithoutFromUserModelNestedInput
|
|
56955
56955
|
receivedReviews?: UserReviewUncheckedUpdateManyWithoutToUserModelNestedInput
|
|
@@ -57000,7 +57000,7 @@ export namespace Prisma {
|
|
|
57000
57000
|
OR?: ProposalScalarWhereInput[]
|
|
57001
57001
|
NOT?: ProposalScalarWhereInput | ProposalScalarWhereInput[]
|
|
57002
57002
|
id?: StringFilter<"Proposal"> | string
|
|
57003
|
-
|
|
57003
|
+
createdBy?: StringNullableFilter<"Proposal"> | string | null
|
|
57004
57004
|
missionId?: StringNullableFilter<"Proposal"> | string | null
|
|
57005
57005
|
createdAt?: DateTimeNullableFilter<"Proposal"> | Date | string | null
|
|
57006
57006
|
updatedAt?: DateTimeNullableFilter<"Proposal"> | Date | string | null
|
|
@@ -57010,7 +57010,7 @@ export namespace Prisma {
|
|
|
57010
57010
|
webflowId?: StringNullableFilter<"Proposal"> | string | null
|
|
57011
57011
|
publicURL?: StringNullableFilter<"Proposal"> | string | null
|
|
57012
57012
|
isShared?: BoolNullableFilter<"Proposal"> | boolean | null
|
|
57013
|
-
|
|
57013
|
+
sharedBy?: StringNullableFilter<"Proposal"> | string | null
|
|
57014
57014
|
sharedAt?: DateTimeNullableFilter<"Proposal"> | Date | string | null
|
|
57015
57015
|
archivedURL?: StringNullableFilter<"Proposal"> | string | null
|
|
57016
57016
|
schemaVersion?: EnumProposalSchemaVersionFilter<"Proposal"> | $Enums.ProposalSchemaVersion
|
|
@@ -57121,8 +57121,8 @@ export namespace Prisma {
|
|
|
57121
57121
|
authoredMissionSpecs?: MissionSpecCreateNestedManyWithoutAuthorInput
|
|
57122
57122
|
modifiedMissionSpecs?: MissionSpecCreateNestedManyWithoutLastModifierInput
|
|
57123
57123
|
missionPrefills?: MissionPrefillCreateNestedManyWithoutUserInput
|
|
57124
|
-
authoredProposals?:
|
|
57125
|
-
sharedProposals?:
|
|
57124
|
+
authoredProposals?: ProposalCreateNestedManyWithoutCreatedByModelInput
|
|
57125
|
+
sharedProposals?: ProposalCreateNestedManyWithoutSharedByModelInput
|
|
57126
57126
|
linkedInRecommendations?: LinkedInRecommendationCreateNestedManyWithoutUserInput
|
|
57127
57127
|
givenReviews?: UserReviewCreateNestedManyWithoutFromUserModelInput
|
|
57128
57128
|
receivedReviews?: UserReviewCreateNestedManyWithoutToUserModelInput
|
|
@@ -57176,8 +57176,8 @@ export namespace Prisma {
|
|
|
57176
57176
|
authoredMissionSpecs?: MissionSpecUncheckedCreateNestedManyWithoutAuthorInput
|
|
57177
57177
|
modifiedMissionSpecs?: MissionSpecUncheckedCreateNestedManyWithoutLastModifierInput
|
|
57178
57178
|
missionPrefills?: MissionPrefillUncheckedCreateNestedManyWithoutUserInput
|
|
57179
|
-
authoredProposals?:
|
|
57180
|
-
sharedProposals?:
|
|
57179
|
+
authoredProposals?: ProposalUncheckedCreateNestedManyWithoutCreatedByModelInput
|
|
57180
|
+
sharedProposals?: ProposalUncheckedCreateNestedManyWithoutSharedByModelInput
|
|
57181
57181
|
linkedInRecommendations?: LinkedInRecommendationUncheckedCreateNestedManyWithoutUserInput
|
|
57182
57182
|
givenReviews?: UserReviewUncheckedCreateNestedManyWithoutFromUserModelInput
|
|
57183
57183
|
receivedReviews?: UserReviewUncheckedCreateNestedManyWithoutToUserModelInput
|
|
@@ -57303,8 +57303,8 @@ export namespace Prisma {
|
|
|
57303
57303
|
authoredMissionSpecs?: MissionSpecUpdateManyWithoutAuthorNestedInput
|
|
57304
57304
|
modifiedMissionSpecs?: MissionSpecUpdateManyWithoutLastModifierNestedInput
|
|
57305
57305
|
missionPrefills?: MissionPrefillUpdateManyWithoutUserNestedInput
|
|
57306
|
-
authoredProposals?:
|
|
57307
|
-
sharedProposals?:
|
|
57306
|
+
authoredProposals?: ProposalUpdateManyWithoutCreatedByModelNestedInput
|
|
57307
|
+
sharedProposals?: ProposalUpdateManyWithoutSharedByModelNestedInput
|
|
57308
57308
|
linkedInRecommendations?: LinkedInRecommendationUpdateManyWithoutUserNestedInput
|
|
57309
57309
|
givenReviews?: UserReviewUpdateManyWithoutFromUserModelNestedInput
|
|
57310
57310
|
receivedReviews?: UserReviewUpdateManyWithoutToUserModelNestedInput
|
|
@@ -57357,8 +57357,8 @@ export namespace Prisma {
|
|
|
57357
57357
|
authoredMissionSpecs?: MissionSpecUncheckedUpdateManyWithoutAuthorNestedInput
|
|
57358
57358
|
modifiedMissionSpecs?: MissionSpecUncheckedUpdateManyWithoutLastModifierNestedInput
|
|
57359
57359
|
missionPrefills?: MissionPrefillUncheckedUpdateManyWithoutUserNestedInput
|
|
57360
|
-
authoredProposals?:
|
|
57361
|
-
sharedProposals?:
|
|
57360
|
+
authoredProposals?: ProposalUncheckedUpdateManyWithoutCreatedByModelNestedInput
|
|
57361
|
+
sharedProposals?: ProposalUncheckedUpdateManyWithoutSharedByModelNestedInput
|
|
57362
57362
|
linkedInRecommendations?: LinkedInRecommendationUncheckedUpdateManyWithoutUserNestedInput
|
|
57363
57363
|
givenReviews?: UserReviewUncheckedUpdateManyWithoutFromUserModelNestedInput
|
|
57364
57364
|
receivedReviews?: UserReviewUncheckedUpdateManyWithoutToUserModelNestedInput
|
|
@@ -57420,8 +57420,8 @@ export namespace Prisma {
|
|
|
57420
57420
|
authoredMissionSpecs?: MissionSpecCreateNestedManyWithoutAuthorInput
|
|
57421
57421
|
modifiedMissionSpecs?: MissionSpecCreateNestedManyWithoutLastModifierInput
|
|
57422
57422
|
missionApplication?: MissionApplicationCreateNestedManyWithoutUserModelInput
|
|
57423
|
-
authoredProposals?:
|
|
57424
|
-
sharedProposals?:
|
|
57423
|
+
authoredProposals?: ProposalCreateNestedManyWithoutCreatedByModelInput
|
|
57424
|
+
sharedProposals?: ProposalCreateNestedManyWithoutSharedByModelInput
|
|
57425
57425
|
linkedInRecommendations?: LinkedInRecommendationCreateNestedManyWithoutUserInput
|
|
57426
57426
|
givenReviews?: UserReviewCreateNestedManyWithoutFromUserModelInput
|
|
57427
57427
|
receivedReviews?: UserReviewCreateNestedManyWithoutToUserModelInput
|
|
@@ -57475,8 +57475,8 @@ export namespace Prisma {
|
|
|
57475
57475
|
authoredMissionSpecs?: MissionSpecUncheckedCreateNestedManyWithoutAuthorInput
|
|
57476
57476
|
modifiedMissionSpecs?: MissionSpecUncheckedCreateNestedManyWithoutLastModifierInput
|
|
57477
57477
|
missionApplication?: MissionApplicationUncheckedCreateNestedManyWithoutUserModelInput
|
|
57478
|
-
authoredProposals?:
|
|
57479
|
-
sharedProposals?:
|
|
57478
|
+
authoredProposals?: ProposalUncheckedCreateNestedManyWithoutCreatedByModelInput
|
|
57479
|
+
sharedProposals?: ProposalUncheckedCreateNestedManyWithoutSharedByModelInput
|
|
57480
57480
|
linkedInRecommendations?: LinkedInRecommendationUncheckedCreateNestedManyWithoutUserInput
|
|
57481
57481
|
givenReviews?: UserReviewUncheckedCreateNestedManyWithoutFromUserModelInput
|
|
57482
57482
|
receivedReviews?: UserReviewUncheckedCreateNestedManyWithoutToUserModelInput
|
|
@@ -57554,8 +57554,8 @@ export namespace Prisma {
|
|
|
57554
57554
|
authoredMissionSpecs?: MissionSpecUpdateManyWithoutAuthorNestedInput
|
|
57555
57555
|
modifiedMissionSpecs?: MissionSpecUpdateManyWithoutLastModifierNestedInput
|
|
57556
57556
|
missionApplication?: MissionApplicationUpdateManyWithoutUserModelNestedInput
|
|
57557
|
-
authoredProposals?:
|
|
57558
|
-
sharedProposals?:
|
|
57557
|
+
authoredProposals?: ProposalUpdateManyWithoutCreatedByModelNestedInput
|
|
57558
|
+
sharedProposals?: ProposalUpdateManyWithoutSharedByModelNestedInput
|
|
57559
57559
|
linkedInRecommendations?: LinkedInRecommendationUpdateManyWithoutUserNestedInput
|
|
57560
57560
|
givenReviews?: UserReviewUpdateManyWithoutFromUserModelNestedInput
|
|
57561
57561
|
receivedReviews?: UserReviewUpdateManyWithoutToUserModelNestedInput
|
|
@@ -57608,8 +57608,8 @@ export namespace Prisma {
|
|
|
57608
57608
|
authoredMissionSpecs?: MissionSpecUncheckedUpdateManyWithoutAuthorNestedInput
|
|
57609
57609
|
modifiedMissionSpecs?: MissionSpecUncheckedUpdateManyWithoutLastModifierNestedInput
|
|
57610
57610
|
missionApplication?: MissionApplicationUncheckedUpdateManyWithoutUserModelNestedInput
|
|
57611
|
-
authoredProposals?:
|
|
57612
|
-
sharedProposals?:
|
|
57611
|
+
authoredProposals?: ProposalUncheckedUpdateManyWithoutCreatedByModelNestedInput
|
|
57612
|
+
sharedProposals?: ProposalUncheckedUpdateManyWithoutSharedByModelNestedInput
|
|
57613
57613
|
linkedInRecommendations?: LinkedInRecommendationUncheckedUpdateManyWithoutUserNestedInput
|
|
57614
57614
|
givenReviews?: UserReviewUncheckedUpdateManyWithoutFromUserModelNestedInput
|
|
57615
57615
|
receivedReviews?: UserReviewUncheckedUpdateManyWithoutToUserModelNestedInput
|
|
@@ -57727,8 +57727,8 @@ export namespace Prisma {
|
|
|
57727
57727
|
modifiedMissionSpecs?: MissionSpecCreateNestedManyWithoutLastModifierInput
|
|
57728
57728
|
missionPrefills?: MissionPrefillCreateNestedManyWithoutUserInput
|
|
57729
57729
|
missionApplication?: MissionApplicationCreateNestedManyWithoutUserModelInput
|
|
57730
|
-
authoredProposals?:
|
|
57731
|
-
sharedProposals?:
|
|
57730
|
+
authoredProposals?: ProposalCreateNestedManyWithoutCreatedByModelInput
|
|
57731
|
+
sharedProposals?: ProposalCreateNestedManyWithoutSharedByModelInput
|
|
57732
57732
|
linkedInRecommendations?: LinkedInRecommendationCreateNestedManyWithoutUserInput
|
|
57733
57733
|
givenReviews?: UserReviewCreateNestedManyWithoutFromUserModelInput
|
|
57734
57734
|
receivedReviews?: UserReviewCreateNestedManyWithoutToUserModelInput
|
|
@@ -57782,8 +57782,8 @@ export namespace Prisma {
|
|
|
57782
57782
|
modifiedMissionSpecs?: MissionSpecUncheckedCreateNestedManyWithoutLastModifierInput
|
|
57783
57783
|
missionPrefills?: MissionPrefillUncheckedCreateNestedManyWithoutUserInput
|
|
57784
57784
|
missionApplication?: MissionApplicationUncheckedCreateNestedManyWithoutUserModelInput
|
|
57785
|
-
authoredProposals?:
|
|
57786
|
-
sharedProposals?:
|
|
57785
|
+
authoredProposals?: ProposalUncheckedCreateNestedManyWithoutCreatedByModelInput
|
|
57786
|
+
sharedProposals?: ProposalUncheckedCreateNestedManyWithoutSharedByModelInput
|
|
57787
57787
|
linkedInRecommendations?: LinkedInRecommendationUncheckedCreateNestedManyWithoutUserInput
|
|
57788
57788
|
givenReviews?: UserReviewUncheckedCreateNestedManyWithoutFromUserModelInput
|
|
57789
57789
|
receivedReviews?: UserReviewUncheckedCreateNestedManyWithoutToUserModelInput
|
|
@@ -57877,8 +57877,8 @@ export namespace Prisma {
|
|
|
57877
57877
|
authoredMissionSpecs?: MissionSpecCreateNestedManyWithoutAuthorInput
|
|
57878
57878
|
missionPrefills?: MissionPrefillCreateNestedManyWithoutUserInput
|
|
57879
57879
|
missionApplication?: MissionApplicationCreateNestedManyWithoutUserModelInput
|
|
57880
|
-
authoredProposals?:
|
|
57881
|
-
sharedProposals?:
|
|
57880
|
+
authoredProposals?: ProposalCreateNestedManyWithoutCreatedByModelInput
|
|
57881
|
+
sharedProposals?: ProposalCreateNestedManyWithoutSharedByModelInput
|
|
57882
57882
|
linkedInRecommendations?: LinkedInRecommendationCreateNestedManyWithoutUserInput
|
|
57883
57883
|
givenReviews?: UserReviewCreateNestedManyWithoutFromUserModelInput
|
|
57884
57884
|
receivedReviews?: UserReviewCreateNestedManyWithoutToUserModelInput
|
|
@@ -57932,8 +57932,8 @@ export namespace Prisma {
|
|
|
57932
57932
|
authoredMissionSpecs?: MissionSpecUncheckedCreateNestedManyWithoutAuthorInput
|
|
57933
57933
|
missionPrefills?: MissionPrefillUncheckedCreateNestedManyWithoutUserInput
|
|
57934
57934
|
missionApplication?: MissionApplicationUncheckedCreateNestedManyWithoutUserModelInput
|
|
57935
|
-
authoredProposals?:
|
|
57936
|
-
sharedProposals?:
|
|
57935
|
+
authoredProposals?: ProposalUncheckedCreateNestedManyWithoutCreatedByModelInput
|
|
57936
|
+
sharedProposals?: ProposalUncheckedCreateNestedManyWithoutSharedByModelInput
|
|
57937
57937
|
linkedInRecommendations?: LinkedInRecommendationUncheckedCreateNestedManyWithoutUserInput
|
|
57938
57938
|
givenReviews?: UserReviewUncheckedCreateNestedManyWithoutFromUserModelInput
|
|
57939
57939
|
receivedReviews?: UserReviewUncheckedCreateNestedManyWithoutToUserModelInput
|
|
@@ -58085,16 +58085,16 @@ export namespace Prisma {
|
|
|
58085
58085
|
name?: string | null
|
|
58086
58086
|
slug?: string | null
|
|
58087
58087
|
teamBlurb?: string | null
|
|
58088
|
-
|
|
58088
|
+
createdByModel?: UserCreateNestedOneWithoutAuthoredProposalsInput
|
|
58089
58089
|
mission?: MissionCreateNestedOneWithoutProposalsInput
|
|
58090
|
-
|
|
58090
|
+
sharedByModel?: UserCreateNestedOneWithoutSharedProposalsInput
|
|
58091
58091
|
teamAdvisor?: UserCreateNestedOneWithoutProposalsAsTeamAdvisorInput
|
|
58092
58092
|
clientInterviews?: ClientInterviewCreateNestedManyWithoutProposalInput
|
|
58093
58093
|
}
|
|
58094
58094
|
|
|
58095
58095
|
export type ProposalUncheckedCreateWithoutMissionSpecInput = {
|
|
58096
58096
|
id?: string
|
|
58097
|
-
|
|
58097
|
+
createdBy?: string | null
|
|
58098
58098
|
missionId?: string | null
|
|
58099
58099
|
createdAt?: Date | string | null
|
|
58100
58100
|
updatedAt?: Date | string | null
|
|
@@ -58104,7 +58104,7 @@ export namespace Prisma {
|
|
|
58104
58104
|
webflowId?: string | null
|
|
58105
58105
|
publicURL?: string | null
|
|
58106
58106
|
isShared?: boolean | null
|
|
58107
|
-
|
|
58107
|
+
sharedBy?: string | null
|
|
58108
58108
|
sharedAt?: Date | string | null
|
|
58109
58109
|
archivedURL?: string | null
|
|
58110
58110
|
schemaVersion?: $Enums.ProposalSchemaVersion
|
|
@@ -58260,8 +58260,8 @@ export namespace Prisma {
|
|
|
58260
58260
|
modifiedMissionSpecs?: MissionSpecUpdateManyWithoutLastModifierNestedInput
|
|
58261
58261
|
missionPrefills?: MissionPrefillUpdateManyWithoutUserNestedInput
|
|
58262
58262
|
missionApplication?: MissionApplicationUpdateManyWithoutUserModelNestedInput
|
|
58263
|
-
authoredProposals?:
|
|
58264
|
-
sharedProposals?:
|
|
58263
|
+
authoredProposals?: ProposalUpdateManyWithoutCreatedByModelNestedInput
|
|
58264
|
+
sharedProposals?: ProposalUpdateManyWithoutSharedByModelNestedInput
|
|
58265
58265
|
linkedInRecommendations?: LinkedInRecommendationUpdateManyWithoutUserNestedInput
|
|
58266
58266
|
givenReviews?: UserReviewUpdateManyWithoutFromUserModelNestedInput
|
|
58267
58267
|
receivedReviews?: UserReviewUpdateManyWithoutToUserModelNestedInput
|
|
@@ -58314,8 +58314,8 @@ export namespace Prisma {
|
|
|
58314
58314
|
modifiedMissionSpecs?: MissionSpecUncheckedUpdateManyWithoutLastModifierNestedInput
|
|
58315
58315
|
missionPrefills?: MissionPrefillUncheckedUpdateManyWithoutUserNestedInput
|
|
58316
58316
|
missionApplication?: MissionApplicationUncheckedUpdateManyWithoutUserModelNestedInput
|
|
58317
|
-
authoredProposals?:
|
|
58318
|
-
sharedProposals?:
|
|
58317
|
+
authoredProposals?: ProposalUncheckedUpdateManyWithoutCreatedByModelNestedInput
|
|
58318
|
+
sharedProposals?: ProposalUncheckedUpdateManyWithoutSharedByModelNestedInput
|
|
58319
58319
|
linkedInRecommendations?: LinkedInRecommendationUncheckedUpdateManyWithoutUserNestedInput
|
|
58320
58320
|
givenReviews?: UserReviewUncheckedUpdateManyWithoutFromUserModelNestedInput
|
|
58321
58321
|
receivedReviews?: UserReviewUncheckedUpdateManyWithoutToUserModelNestedInput
|
|
@@ -58418,8 +58418,8 @@ export namespace Prisma {
|
|
|
58418
58418
|
authoredMissionSpecs?: MissionSpecUpdateManyWithoutAuthorNestedInput
|
|
58419
58419
|
missionPrefills?: MissionPrefillUpdateManyWithoutUserNestedInput
|
|
58420
58420
|
missionApplication?: MissionApplicationUpdateManyWithoutUserModelNestedInput
|
|
58421
|
-
authoredProposals?:
|
|
58422
|
-
sharedProposals?:
|
|
58421
|
+
authoredProposals?: ProposalUpdateManyWithoutCreatedByModelNestedInput
|
|
58422
|
+
sharedProposals?: ProposalUpdateManyWithoutSharedByModelNestedInput
|
|
58423
58423
|
linkedInRecommendations?: LinkedInRecommendationUpdateManyWithoutUserNestedInput
|
|
58424
58424
|
givenReviews?: UserReviewUpdateManyWithoutFromUserModelNestedInput
|
|
58425
58425
|
receivedReviews?: UserReviewUpdateManyWithoutToUserModelNestedInput
|
|
@@ -58472,8 +58472,8 @@ export namespace Prisma {
|
|
|
58472
58472
|
authoredMissionSpecs?: MissionSpecUncheckedUpdateManyWithoutAuthorNestedInput
|
|
58473
58473
|
missionPrefills?: MissionPrefillUncheckedUpdateManyWithoutUserNestedInput
|
|
58474
58474
|
missionApplication?: MissionApplicationUncheckedUpdateManyWithoutUserModelNestedInput
|
|
58475
|
-
authoredProposals?:
|
|
58476
|
-
sharedProposals?:
|
|
58475
|
+
authoredProposals?: ProposalUncheckedUpdateManyWithoutCreatedByModelNestedInput
|
|
58476
|
+
sharedProposals?: ProposalUncheckedUpdateManyWithoutSharedByModelNestedInput
|
|
58477
58477
|
linkedInRecommendations?: LinkedInRecommendationUncheckedUpdateManyWithoutUserNestedInput
|
|
58478
58478
|
givenReviews?: UserReviewUncheckedUpdateManyWithoutFromUserModelNestedInput
|
|
58479
58479
|
receivedReviews?: UserReviewUncheckedUpdateManyWithoutToUserModelNestedInput
|
|
@@ -58674,7 +58674,7 @@ export namespace Prisma {
|
|
|
58674
58674
|
modifiedMissionSpecs?: MissionSpecCreateNestedManyWithoutLastModifierInput
|
|
58675
58675
|
missionPrefills?: MissionPrefillCreateNestedManyWithoutUserInput
|
|
58676
58676
|
missionApplication?: MissionApplicationCreateNestedManyWithoutUserModelInput
|
|
58677
|
-
sharedProposals?:
|
|
58677
|
+
sharedProposals?: ProposalCreateNestedManyWithoutSharedByModelInput
|
|
58678
58678
|
linkedInRecommendations?: LinkedInRecommendationCreateNestedManyWithoutUserInput
|
|
58679
58679
|
givenReviews?: UserReviewCreateNestedManyWithoutFromUserModelInput
|
|
58680
58680
|
receivedReviews?: UserReviewCreateNestedManyWithoutToUserModelInput
|
|
@@ -58729,7 +58729,7 @@ export namespace Prisma {
|
|
|
58729
58729
|
modifiedMissionSpecs?: MissionSpecUncheckedCreateNestedManyWithoutLastModifierInput
|
|
58730
58730
|
missionPrefills?: MissionPrefillUncheckedCreateNestedManyWithoutUserInput
|
|
58731
58731
|
missionApplication?: MissionApplicationUncheckedCreateNestedManyWithoutUserModelInput
|
|
58732
|
-
sharedProposals?:
|
|
58732
|
+
sharedProposals?: ProposalUncheckedCreateNestedManyWithoutSharedByModelInput
|
|
58733
58733
|
linkedInRecommendations?: LinkedInRecommendationUncheckedCreateNestedManyWithoutUserInput
|
|
58734
58734
|
givenReviews?: UserReviewUncheckedCreateNestedManyWithoutFromUserModelInput
|
|
58735
58735
|
receivedReviews?: UserReviewUncheckedCreateNestedManyWithoutToUserModelInput
|
|
@@ -58896,7 +58896,7 @@ export namespace Prisma {
|
|
|
58896
58896
|
modifiedMissionSpecs?: MissionSpecCreateNestedManyWithoutLastModifierInput
|
|
58897
58897
|
missionPrefills?: MissionPrefillCreateNestedManyWithoutUserInput
|
|
58898
58898
|
missionApplication?: MissionApplicationCreateNestedManyWithoutUserModelInput
|
|
58899
|
-
authoredProposals?:
|
|
58899
|
+
authoredProposals?: ProposalCreateNestedManyWithoutCreatedByModelInput
|
|
58900
58900
|
linkedInRecommendations?: LinkedInRecommendationCreateNestedManyWithoutUserInput
|
|
58901
58901
|
givenReviews?: UserReviewCreateNestedManyWithoutFromUserModelInput
|
|
58902
58902
|
receivedReviews?: UserReviewCreateNestedManyWithoutToUserModelInput
|
|
@@ -58951,7 +58951,7 @@ export namespace Prisma {
|
|
|
58951
58951
|
modifiedMissionSpecs?: MissionSpecUncheckedCreateNestedManyWithoutLastModifierInput
|
|
58952
58952
|
missionPrefills?: MissionPrefillUncheckedCreateNestedManyWithoutUserInput
|
|
58953
58953
|
missionApplication?: MissionApplicationUncheckedCreateNestedManyWithoutUserModelInput
|
|
58954
|
-
authoredProposals?:
|
|
58954
|
+
authoredProposals?: ProposalUncheckedCreateNestedManyWithoutCreatedByModelInput
|
|
58955
58955
|
linkedInRecommendations?: LinkedInRecommendationUncheckedCreateNestedManyWithoutUserInput
|
|
58956
58956
|
givenReviews?: UserReviewUncheckedCreateNestedManyWithoutFromUserModelInput
|
|
58957
58957
|
receivedReviews?: UserReviewUncheckedCreateNestedManyWithoutToUserModelInput
|
|
@@ -59076,8 +59076,8 @@ export namespace Prisma {
|
|
|
59076
59076
|
modifiedMissionSpecs?: MissionSpecCreateNestedManyWithoutLastModifierInput
|
|
59077
59077
|
missionPrefills?: MissionPrefillCreateNestedManyWithoutUserInput
|
|
59078
59078
|
missionApplication?: MissionApplicationCreateNestedManyWithoutUserModelInput
|
|
59079
|
-
authoredProposals?:
|
|
59080
|
-
sharedProposals?:
|
|
59079
|
+
authoredProposals?: ProposalCreateNestedManyWithoutCreatedByModelInput
|
|
59080
|
+
sharedProposals?: ProposalCreateNestedManyWithoutSharedByModelInput
|
|
59081
59081
|
linkedInRecommendations?: LinkedInRecommendationCreateNestedManyWithoutUserInput
|
|
59082
59082
|
givenReviews?: UserReviewCreateNestedManyWithoutFromUserModelInput
|
|
59083
59083
|
receivedReviews?: UserReviewCreateNestedManyWithoutToUserModelInput
|
|
@@ -59131,8 +59131,8 @@ export namespace Prisma {
|
|
|
59131
59131
|
modifiedMissionSpecs?: MissionSpecUncheckedCreateNestedManyWithoutLastModifierInput
|
|
59132
59132
|
missionPrefills?: MissionPrefillUncheckedCreateNestedManyWithoutUserInput
|
|
59133
59133
|
missionApplication?: MissionApplicationUncheckedCreateNestedManyWithoutUserModelInput
|
|
59134
|
-
authoredProposals?:
|
|
59135
|
-
sharedProposals?:
|
|
59134
|
+
authoredProposals?: ProposalUncheckedCreateNestedManyWithoutCreatedByModelInput
|
|
59135
|
+
sharedProposals?: ProposalUncheckedCreateNestedManyWithoutSharedByModelInput
|
|
59136
59136
|
linkedInRecommendations?: LinkedInRecommendationUncheckedCreateNestedManyWithoutUserInput
|
|
59137
59137
|
givenReviews?: UserReviewUncheckedCreateNestedManyWithoutFromUserModelInput
|
|
59138
59138
|
receivedReviews?: UserReviewUncheckedCreateNestedManyWithoutToUserModelInput
|
|
@@ -59300,7 +59300,7 @@ export namespace Prisma {
|
|
|
59300
59300
|
modifiedMissionSpecs?: MissionSpecUpdateManyWithoutLastModifierNestedInput
|
|
59301
59301
|
missionPrefills?: MissionPrefillUpdateManyWithoutUserNestedInput
|
|
59302
59302
|
missionApplication?: MissionApplicationUpdateManyWithoutUserModelNestedInput
|
|
59303
|
-
sharedProposals?:
|
|
59303
|
+
sharedProposals?: ProposalUpdateManyWithoutSharedByModelNestedInput
|
|
59304
59304
|
linkedInRecommendations?: LinkedInRecommendationUpdateManyWithoutUserNestedInput
|
|
59305
59305
|
givenReviews?: UserReviewUpdateManyWithoutFromUserModelNestedInput
|
|
59306
59306
|
receivedReviews?: UserReviewUpdateManyWithoutToUserModelNestedInput
|
|
@@ -59354,7 +59354,7 @@ export namespace Prisma {
|
|
|
59354
59354
|
modifiedMissionSpecs?: MissionSpecUncheckedUpdateManyWithoutLastModifierNestedInput
|
|
59355
59355
|
missionPrefills?: MissionPrefillUncheckedUpdateManyWithoutUserNestedInput
|
|
59356
59356
|
missionApplication?: MissionApplicationUncheckedUpdateManyWithoutUserModelNestedInput
|
|
59357
|
-
sharedProposals?:
|
|
59357
|
+
sharedProposals?: ProposalUncheckedUpdateManyWithoutSharedByModelNestedInput
|
|
59358
59358
|
linkedInRecommendations?: LinkedInRecommendationUncheckedUpdateManyWithoutUserNestedInput
|
|
59359
59359
|
givenReviews?: UserReviewUncheckedUpdateManyWithoutFromUserModelNestedInput
|
|
59360
59360
|
receivedReviews?: UserReviewUncheckedUpdateManyWithoutToUserModelNestedInput
|
|
@@ -59530,7 +59530,7 @@ export namespace Prisma {
|
|
|
59530
59530
|
modifiedMissionSpecs?: MissionSpecUpdateManyWithoutLastModifierNestedInput
|
|
59531
59531
|
missionPrefills?: MissionPrefillUpdateManyWithoutUserNestedInput
|
|
59532
59532
|
missionApplication?: MissionApplicationUpdateManyWithoutUserModelNestedInput
|
|
59533
|
-
authoredProposals?:
|
|
59533
|
+
authoredProposals?: ProposalUpdateManyWithoutCreatedByModelNestedInput
|
|
59534
59534
|
linkedInRecommendations?: LinkedInRecommendationUpdateManyWithoutUserNestedInput
|
|
59535
59535
|
givenReviews?: UserReviewUpdateManyWithoutFromUserModelNestedInput
|
|
59536
59536
|
receivedReviews?: UserReviewUpdateManyWithoutToUserModelNestedInput
|
|
@@ -59584,7 +59584,7 @@ export namespace Prisma {
|
|
|
59584
59584
|
modifiedMissionSpecs?: MissionSpecUncheckedUpdateManyWithoutLastModifierNestedInput
|
|
59585
59585
|
missionPrefills?: MissionPrefillUncheckedUpdateManyWithoutUserNestedInput
|
|
59586
59586
|
missionApplication?: MissionApplicationUncheckedUpdateManyWithoutUserModelNestedInput
|
|
59587
|
-
authoredProposals?:
|
|
59587
|
+
authoredProposals?: ProposalUncheckedUpdateManyWithoutCreatedByModelNestedInput
|
|
59588
59588
|
linkedInRecommendations?: LinkedInRecommendationUncheckedUpdateManyWithoutUserNestedInput
|
|
59589
59589
|
givenReviews?: UserReviewUncheckedUpdateManyWithoutFromUserModelNestedInput
|
|
59590
59590
|
receivedReviews?: UserReviewUncheckedUpdateManyWithoutToUserModelNestedInput
|
|
@@ -59718,8 +59718,8 @@ export namespace Prisma {
|
|
|
59718
59718
|
modifiedMissionSpecs?: MissionSpecUpdateManyWithoutLastModifierNestedInput
|
|
59719
59719
|
missionPrefills?: MissionPrefillUpdateManyWithoutUserNestedInput
|
|
59720
59720
|
missionApplication?: MissionApplicationUpdateManyWithoutUserModelNestedInput
|
|
59721
|
-
authoredProposals?:
|
|
59722
|
-
sharedProposals?:
|
|
59721
|
+
authoredProposals?: ProposalUpdateManyWithoutCreatedByModelNestedInput
|
|
59722
|
+
sharedProposals?: ProposalUpdateManyWithoutSharedByModelNestedInput
|
|
59723
59723
|
linkedInRecommendations?: LinkedInRecommendationUpdateManyWithoutUserNestedInput
|
|
59724
59724
|
givenReviews?: UserReviewUpdateManyWithoutFromUserModelNestedInput
|
|
59725
59725
|
receivedReviews?: UserReviewUpdateManyWithoutToUserModelNestedInput
|
|
@@ -59772,8 +59772,8 @@ export namespace Prisma {
|
|
|
59772
59772
|
modifiedMissionSpecs?: MissionSpecUncheckedUpdateManyWithoutLastModifierNestedInput
|
|
59773
59773
|
missionPrefills?: MissionPrefillUncheckedUpdateManyWithoutUserNestedInput
|
|
59774
59774
|
missionApplication?: MissionApplicationUncheckedUpdateManyWithoutUserModelNestedInput
|
|
59775
|
-
authoredProposals?:
|
|
59776
|
-
sharedProposals?:
|
|
59775
|
+
authoredProposals?: ProposalUncheckedUpdateManyWithoutCreatedByModelNestedInput
|
|
59776
|
+
sharedProposals?: ProposalUncheckedUpdateManyWithoutSharedByModelNestedInput
|
|
59777
59777
|
linkedInRecommendations?: LinkedInRecommendationUncheckedUpdateManyWithoutUserNestedInput
|
|
59778
59778
|
givenReviews?: UserReviewUncheckedUpdateManyWithoutFromUserModelNestedInput
|
|
59779
59779
|
receivedReviews?: UserReviewUncheckedUpdateManyWithoutToUserModelNestedInput
|
|
@@ -60296,7 +60296,7 @@ export namespace Prisma {
|
|
|
60296
60296
|
data: MissionApplicationCreateManyUserModelInput | MissionApplicationCreateManyUserModelInput[]
|
|
60297
60297
|
}
|
|
60298
60298
|
|
|
60299
|
-
export type
|
|
60299
|
+
export type ProposalCreateWithoutCreatedByModelInput = {
|
|
60300
60300
|
id?: string
|
|
60301
60301
|
createdAt?: Date | string | null
|
|
60302
60302
|
updatedAt?: Date | string | null
|
|
@@ -60323,13 +60323,13 @@ export namespace Prisma {
|
|
|
60323
60323
|
slug?: string | null
|
|
60324
60324
|
teamBlurb?: string | null
|
|
60325
60325
|
mission?: MissionCreateNestedOneWithoutProposalsInput
|
|
60326
|
-
|
|
60326
|
+
sharedByModel?: UserCreateNestedOneWithoutSharedProposalsInput
|
|
60327
60327
|
missionSpec?: MissionSpecCreateNestedOneWithoutProposalsInput
|
|
60328
60328
|
teamAdvisor?: UserCreateNestedOneWithoutProposalsAsTeamAdvisorInput
|
|
60329
60329
|
clientInterviews?: ClientInterviewCreateNestedManyWithoutProposalInput
|
|
60330
60330
|
}
|
|
60331
60331
|
|
|
60332
|
-
export type
|
|
60332
|
+
export type ProposalUncheckedCreateWithoutCreatedByModelInput = {
|
|
60333
60333
|
id?: string
|
|
60334
60334
|
missionId?: string | null
|
|
60335
60335
|
createdAt?: Date | string | null
|
|
@@ -60340,7 +60340,7 @@ export namespace Prisma {
|
|
|
60340
60340
|
webflowId?: string | null
|
|
60341
60341
|
publicURL?: string | null
|
|
60342
60342
|
isShared?: boolean | null
|
|
60343
|
-
|
|
60343
|
+
sharedBy?: string | null
|
|
60344
60344
|
sharedAt?: Date | string | null
|
|
60345
60345
|
archivedURL?: string | null
|
|
60346
60346
|
schemaVersion?: $Enums.ProposalSchemaVersion
|
|
@@ -60362,16 +60362,16 @@ export namespace Prisma {
|
|
|
60362
60362
|
clientInterviews?: ClientInterviewUncheckedCreateNestedManyWithoutProposalInput
|
|
60363
60363
|
}
|
|
60364
60364
|
|
|
60365
|
-
export type
|
|
60365
|
+
export type ProposalCreateOrConnectWithoutCreatedByModelInput = {
|
|
60366
60366
|
where: ProposalWhereUniqueInput
|
|
60367
|
-
create: XOR<
|
|
60367
|
+
create: XOR<ProposalCreateWithoutCreatedByModelInput, ProposalUncheckedCreateWithoutCreatedByModelInput>
|
|
60368
60368
|
}
|
|
60369
60369
|
|
|
60370
|
-
export type
|
|
60371
|
-
data:
|
|
60370
|
+
export type ProposalCreateManyCreatedByModelInputEnvelope = {
|
|
60371
|
+
data: ProposalCreateManyCreatedByModelInput | ProposalCreateManyCreatedByModelInput[]
|
|
60372
60372
|
}
|
|
60373
60373
|
|
|
60374
|
-
export type
|
|
60374
|
+
export type ProposalCreateWithoutSharedByModelInput = {
|
|
60375
60375
|
id?: string
|
|
60376
60376
|
createdAt?: Date | string | null
|
|
60377
60377
|
updatedAt?: Date | string | null
|
|
@@ -60397,16 +60397,16 @@ export namespace Prisma {
|
|
|
60397
60397
|
name?: string | null
|
|
60398
60398
|
slug?: string | null
|
|
60399
60399
|
teamBlurb?: string | null
|
|
60400
|
-
|
|
60400
|
+
createdByModel?: UserCreateNestedOneWithoutAuthoredProposalsInput
|
|
60401
60401
|
mission?: MissionCreateNestedOneWithoutProposalsInput
|
|
60402
60402
|
missionSpec?: MissionSpecCreateNestedOneWithoutProposalsInput
|
|
60403
60403
|
teamAdvisor?: UserCreateNestedOneWithoutProposalsAsTeamAdvisorInput
|
|
60404
60404
|
clientInterviews?: ClientInterviewCreateNestedManyWithoutProposalInput
|
|
60405
60405
|
}
|
|
60406
60406
|
|
|
60407
|
-
export type
|
|
60407
|
+
export type ProposalUncheckedCreateWithoutSharedByModelInput = {
|
|
60408
60408
|
id?: string
|
|
60409
|
-
|
|
60409
|
+
createdBy?: string | null
|
|
60410
60410
|
missionId?: string | null
|
|
60411
60411
|
createdAt?: Date | string | null
|
|
60412
60412
|
updatedAt?: Date | string | null
|
|
@@ -60437,13 +60437,13 @@ export namespace Prisma {
|
|
|
60437
60437
|
clientInterviews?: ClientInterviewUncheckedCreateNestedManyWithoutProposalInput
|
|
60438
60438
|
}
|
|
60439
60439
|
|
|
60440
|
-
export type
|
|
60440
|
+
export type ProposalCreateOrConnectWithoutSharedByModelInput = {
|
|
60441
60441
|
where: ProposalWhereUniqueInput
|
|
60442
|
-
create: XOR<
|
|
60442
|
+
create: XOR<ProposalCreateWithoutSharedByModelInput, ProposalUncheckedCreateWithoutSharedByModelInput>
|
|
60443
60443
|
}
|
|
60444
60444
|
|
|
60445
|
-
export type
|
|
60446
|
-
data:
|
|
60445
|
+
export type ProposalCreateManySharedByModelInputEnvelope = {
|
|
60446
|
+
data: ProposalCreateManySharedByModelInput | ProposalCreateManySharedByModelInput[]
|
|
60447
60447
|
}
|
|
60448
60448
|
|
|
60449
60449
|
export type LinkedInRecommendationCreateWithoutUserInput = {
|
|
@@ -60932,16 +60932,16 @@ export namespace Prisma {
|
|
|
60932
60932
|
name?: string | null
|
|
60933
60933
|
slug?: string | null
|
|
60934
60934
|
teamBlurb?: string | null
|
|
60935
|
-
|
|
60935
|
+
createdByModel?: UserCreateNestedOneWithoutAuthoredProposalsInput
|
|
60936
60936
|
mission?: MissionCreateNestedOneWithoutProposalsInput
|
|
60937
|
-
|
|
60937
|
+
sharedByModel?: UserCreateNestedOneWithoutSharedProposalsInput
|
|
60938
60938
|
missionSpec?: MissionSpecCreateNestedOneWithoutProposalsInput
|
|
60939
60939
|
clientInterviews?: ClientInterviewCreateNestedManyWithoutProposalInput
|
|
60940
60940
|
}
|
|
60941
60941
|
|
|
60942
60942
|
export type ProposalUncheckedCreateWithoutTeamAdvisorInput = {
|
|
60943
60943
|
id?: string
|
|
60944
|
-
|
|
60944
|
+
createdBy?: string | null
|
|
60945
60945
|
missionId?: string | null
|
|
60946
60946
|
createdAt?: Date | string | null
|
|
60947
60947
|
updatedAt?: Date | string | null
|
|
@@ -60951,7 +60951,7 @@ export namespace Prisma {
|
|
|
60951
60951
|
webflowId?: string | null
|
|
60952
60952
|
publicURL?: string | null
|
|
60953
60953
|
isShared?: boolean | null
|
|
60954
|
-
|
|
60954
|
+
sharedBy?: string | null
|
|
60955
60955
|
sharedAt?: Date | string | null
|
|
60956
60956
|
archivedURL?: string | null
|
|
60957
60957
|
schemaVersion?: $Enums.ProposalSchemaVersion
|
|
@@ -61193,36 +61193,36 @@ export namespace Prisma {
|
|
|
61193
61193
|
lookingForApplicationsWhenCreated?: BoolNullableFilter<"MissionApplication"> | boolean | null
|
|
61194
61194
|
}
|
|
61195
61195
|
|
|
61196
|
-
export type
|
|
61196
|
+
export type ProposalUpsertWithWhereUniqueWithoutCreatedByModelInput = {
|
|
61197
61197
|
where: ProposalWhereUniqueInput
|
|
61198
|
-
update: XOR<
|
|
61199
|
-
create: XOR<
|
|
61198
|
+
update: XOR<ProposalUpdateWithoutCreatedByModelInput, ProposalUncheckedUpdateWithoutCreatedByModelInput>
|
|
61199
|
+
create: XOR<ProposalCreateWithoutCreatedByModelInput, ProposalUncheckedCreateWithoutCreatedByModelInput>
|
|
61200
61200
|
}
|
|
61201
61201
|
|
|
61202
|
-
export type
|
|
61202
|
+
export type ProposalUpdateWithWhereUniqueWithoutCreatedByModelInput = {
|
|
61203
61203
|
where: ProposalWhereUniqueInput
|
|
61204
|
-
data: XOR<
|
|
61204
|
+
data: XOR<ProposalUpdateWithoutCreatedByModelInput, ProposalUncheckedUpdateWithoutCreatedByModelInput>
|
|
61205
61205
|
}
|
|
61206
61206
|
|
|
61207
|
-
export type
|
|
61207
|
+
export type ProposalUpdateManyWithWhereWithoutCreatedByModelInput = {
|
|
61208
61208
|
where: ProposalScalarWhereInput
|
|
61209
|
-
data: XOR<ProposalUpdateManyMutationInput,
|
|
61209
|
+
data: XOR<ProposalUpdateManyMutationInput, ProposalUncheckedUpdateManyWithoutCreatedByModelInput>
|
|
61210
61210
|
}
|
|
61211
61211
|
|
|
61212
|
-
export type
|
|
61212
|
+
export type ProposalUpsertWithWhereUniqueWithoutSharedByModelInput = {
|
|
61213
61213
|
where: ProposalWhereUniqueInput
|
|
61214
|
-
update: XOR<
|
|
61215
|
-
create: XOR<
|
|
61214
|
+
update: XOR<ProposalUpdateWithoutSharedByModelInput, ProposalUncheckedUpdateWithoutSharedByModelInput>
|
|
61215
|
+
create: XOR<ProposalCreateWithoutSharedByModelInput, ProposalUncheckedCreateWithoutSharedByModelInput>
|
|
61216
61216
|
}
|
|
61217
61217
|
|
|
61218
|
-
export type
|
|
61218
|
+
export type ProposalUpdateWithWhereUniqueWithoutSharedByModelInput = {
|
|
61219
61219
|
where: ProposalWhereUniqueInput
|
|
61220
|
-
data: XOR<
|
|
61220
|
+
data: XOR<ProposalUpdateWithoutSharedByModelInput, ProposalUncheckedUpdateWithoutSharedByModelInput>
|
|
61221
61221
|
}
|
|
61222
61222
|
|
|
61223
|
-
export type
|
|
61223
|
+
export type ProposalUpdateManyWithWhereWithoutSharedByModelInput = {
|
|
61224
61224
|
where: ProposalScalarWhereInput
|
|
61225
|
-
data: XOR<ProposalUpdateManyMutationInput,
|
|
61225
|
+
data: XOR<ProposalUpdateManyMutationInput, ProposalUncheckedUpdateManyWithoutSharedByModelInput>
|
|
61226
61226
|
}
|
|
61227
61227
|
|
|
61228
61228
|
export type LinkedInRecommendationUpsertWithWhereUniqueWithoutUserInput = {
|
|
@@ -61480,8 +61480,8 @@ export namespace Prisma {
|
|
|
61480
61480
|
modifiedMissionSpecs?: MissionSpecCreateNestedManyWithoutLastModifierInput
|
|
61481
61481
|
missionPrefills?: MissionPrefillCreateNestedManyWithoutUserInput
|
|
61482
61482
|
missionApplication?: MissionApplicationCreateNestedManyWithoutUserModelInput
|
|
61483
|
-
authoredProposals?:
|
|
61484
|
-
sharedProposals?:
|
|
61483
|
+
authoredProposals?: ProposalCreateNestedManyWithoutCreatedByModelInput
|
|
61484
|
+
sharedProposals?: ProposalCreateNestedManyWithoutSharedByModelInput
|
|
61485
61485
|
linkedInRecommendations?: LinkedInRecommendationCreateNestedManyWithoutUserInput
|
|
61486
61486
|
givenReviews?: UserReviewCreateNestedManyWithoutFromUserModelInput
|
|
61487
61487
|
receivedReviews?: UserReviewCreateNestedManyWithoutToUserModelInput
|
|
@@ -61535,8 +61535,8 @@ export namespace Prisma {
|
|
|
61535
61535
|
modifiedMissionSpecs?: MissionSpecUncheckedCreateNestedManyWithoutLastModifierInput
|
|
61536
61536
|
missionPrefills?: MissionPrefillUncheckedCreateNestedManyWithoutUserInput
|
|
61537
61537
|
missionApplication?: MissionApplicationUncheckedCreateNestedManyWithoutUserModelInput
|
|
61538
|
-
authoredProposals?:
|
|
61539
|
-
sharedProposals?:
|
|
61538
|
+
authoredProposals?: ProposalUncheckedCreateNestedManyWithoutCreatedByModelInput
|
|
61539
|
+
sharedProposals?: ProposalUncheckedCreateNestedManyWithoutSharedByModelInput
|
|
61540
61540
|
linkedInRecommendations?: LinkedInRecommendationUncheckedCreateNestedManyWithoutUserInput
|
|
61541
61541
|
givenReviews?: UserReviewUncheckedCreateNestedManyWithoutFromUserModelInput
|
|
61542
61542
|
receivedReviews?: UserReviewUncheckedCreateNestedManyWithoutToUserModelInput
|
|
@@ -61614,8 +61614,8 @@ export namespace Prisma {
|
|
|
61614
61614
|
modifiedMissionSpecs?: MissionSpecUpdateManyWithoutLastModifierNestedInput
|
|
61615
61615
|
missionPrefills?: MissionPrefillUpdateManyWithoutUserNestedInput
|
|
61616
61616
|
missionApplication?: MissionApplicationUpdateManyWithoutUserModelNestedInput
|
|
61617
|
-
authoredProposals?:
|
|
61618
|
-
sharedProposals?:
|
|
61617
|
+
authoredProposals?: ProposalUpdateManyWithoutCreatedByModelNestedInput
|
|
61618
|
+
sharedProposals?: ProposalUpdateManyWithoutSharedByModelNestedInput
|
|
61619
61619
|
linkedInRecommendations?: LinkedInRecommendationUpdateManyWithoutUserNestedInput
|
|
61620
61620
|
givenReviews?: UserReviewUpdateManyWithoutFromUserModelNestedInput
|
|
61621
61621
|
receivedReviews?: UserReviewUpdateManyWithoutToUserModelNestedInput
|
|
@@ -61668,8 +61668,8 @@ export namespace Prisma {
|
|
|
61668
61668
|
modifiedMissionSpecs?: MissionSpecUncheckedUpdateManyWithoutLastModifierNestedInput
|
|
61669
61669
|
missionPrefills?: MissionPrefillUncheckedUpdateManyWithoutUserNestedInput
|
|
61670
61670
|
missionApplication?: MissionApplicationUncheckedUpdateManyWithoutUserModelNestedInput
|
|
61671
|
-
authoredProposals?:
|
|
61672
|
-
sharedProposals?:
|
|
61671
|
+
authoredProposals?: ProposalUncheckedUpdateManyWithoutCreatedByModelNestedInput
|
|
61672
|
+
sharedProposals?: ProposalUncheckedUpdateManyWithoutSharedByModelNestedInput
|
|
61673
61673
|
linkedInRecommendations?: LinkedInRecommendationUncheckedUpdateManyWithoutUserNestedInput
|
|
61674
61674
|
givenReviews?: UserReviewUncheckedUpdateManyWithoutFromUserModelNestedInput
|
|
61675
61675
|
receivedReviews?: UserReviewUncheckedUpdateManyWithoutToUserModelNestedInput
|
|
@@ -61762,8 +61762,8 @@ export namespace Prisma {
|
|
|
61762
61762
|
modifiedMissionSpecs?: MissionSpecCreateNestedManyWithoutLastModifierInput
|
|
61763
61763
|
missionPrefills?: MissionPrefillCreateNestedManyWithoutUserInput
|
|
61764
61764
|
missionApplication?: MissionApplicationCreateNestedManyWithoutUserModelInput
|
|
61765
|
-
authoredProposals?:
|
|
61766
|
-
sharedProposals?:
|
|
61765
|
+
authoredProposals?: ProposalCreateNestedManyWithoutCreatedByModelInput
|
|
61766
|
+
sharedProposals?: ProposalCreateNestedManyWithoutSharedByModelInput
|
|
61767
61767
|
linkedInRecommendations?: LinkedInRecommendationCreateNestedManyWithoutUserInput
|
|
61768
61768
|
receivedReviews?: UserReviewCreateNestedManyWithoutToUserModelInput
|
|
61769
61769
|
calendar?: CalendarCreateNestedOneWithoutCalendarUserInput
|
|
@@ -61817,8 +61817,8 @@ export namespace Prisma {
|
|
|
61817
61817
|
modifiedMissionSpecs?: MissionSpecUncheckedCreateNestedManyWithoutLastModifierInput
|
|
61818
61818
|
missionPrefills?: MissionPrefillUncheckedCreateNestedManyWithoutUserInput
|
|
61819
61819
|
missionApplication?: MissionApplicationUncheckedCreateNestedManyWithoutUserModelInput
|
|
61820
|
-
authoredProposals?:
|
|
61821
|
-
sharedProposals?:
|
|
61820
|
+
authoredProposals?: ProposalUncheckedCreateNestedManyWithoutCreatedByModelInput
|
|
61821
|
+
sharedProposals?: ProposalUncheckedCreateNestedManyWithoutSharedByModelInput
|
|
61822
61822
|
linkedInRecommendations?: LinkedInRecommendationUncheckedCreateNestedManyWithoutUserInput
|
|
61823
61823
|
receivedReviews?: UserReviewUncheckedCreateNestedManyWithoutToUserModelInput
|
|
61824
61824
|
calendar?: CalendarUncheckedCreateNestedOneWithoutCalendarUserInput
|
|
@@ -61877,8 +61877,8 @@ export namespace Prisma {
|
|
|
61877
61877
|
modifiedMissionSpecs?: MissionSpecCreateNestedManyWithoutLastModifierInput
|
|
61878
61878
|
missionPrefills?: MissionPrefillCreateNestedManyWithoutUserInput
|
|
61879
61879
|
missionApplication?: MissionApplicationCreateNestedManyWithoutUserModelInput
|
|
61880
|
-
authoredProposals?:
|
|
61881
|
-
sharedProposals?:
|
|
61880
|
+
authoredProposals?: ProposalCreateNestedManyWithoutCreatedByModelInput
|
|
61881
|
+
sharedProposals?: ProposalCreateNestedManyWithoutSharedByModelInput
|
|
61882
61882
|
linkedInRecommendations?: LinkedInRecommendationCreateNestedManyWithoutUserInput
|
|
61883
61883
|
givenReviews?: UserReviewCreateNestedManyWithoutFromUserModelInput
|
|
61884
61884
|
calendar?: CalendarCreateNestedOneWithoutCalendarUserInput
|
|
@@ -61932,8 +61932,8 @@ export namespace Prisma {
|
|
|
61932
61932
|
modifiedMissionSpecs?: MissionSpecUncheckedCreateNestedManyWithoutLastModifierInput
|
|
61933
61933
|
missionPrefills?: MissionPrefillUncheckedCreateNestedManyWithoutUserInput
|
|
61934
61934
|
missionApplication?: MissionApplicationUncheckedCreateNestedManyWithoutUserModelInput
|
|
61935
|
-
authoredProposals?:
|
|
61936
|
-
sharedProposals?:
|
|
61935
|
+
authoredProposals?: ProposalUncheckedCreateNestedManyWithoutCreatedByModelInput
|
|
61936
|
+
sharedProposals?: ProposalUncheckedCreateNestedManyWithoutSharedByModelInput
|
|
61937
61937
|
linkedInRecommendations?: LinkedInRecommendationUncheckedCreateNestedManyWithoutUserInput
|
|
61938
61938
|
givenReviews?: UserReviewUncheckedCreateNestedManyWithoutFromUserModelInput
|
|
61939
61939
|
calendar?: CalendarUncheckedCreateNestedOneWithoutCalendarUserInput
|
|
@@ -62162,8 +62162,8 @@ export namespace Prisma {
|
|
|
62162
62162
|
modifiedMissionSpecs?: MissionSpecUpdateManyWithoutLastModifierNestedInput
|
|
62163
62163
|
missionPrefills?: MissionPrefillUpdateManyWithoutUserNestedInput
|
|
62164
62164
|
missionApplication?: MissionApplicationUpdateManyWithoutUserModelNestedInput
|
|
62165
|
-
authoredProposals?:
|
|
62166
|
-
sharedProposals?:
|
|
62165
|
+
authoredProposals?: ProposalUpdateManyWithoutCreatedByModelNestedInput
|
|
62166
|
+
sharedProposals?: ProposalUpdateManyWithoutSharedByModelNestedInput
|
|
62167
62167
|
linkedInRecommendations?: LinkedInRecommendationUpdateManyWithoutUserNestedInput
|
|
62168
62168
|
receivedReviews?: UserReviewUpdateManyWithoutToUserModelNestedInput
|
|
62169
62169
|
calendar?: CalendarUpdateOneWithoutCalendarUserNestedInput
|
|
@@ -62216,8 +62216,8 @@ export namespace Prisma {
|
|
|
62216
62216
|
modifiedMissionSpecs?: MissionSpecUncheckedUpdateManyWithoutLastModifierNestedInput
|
|
62217
62217
|
missionPrefills?: MissionPrefillUncheckedUpdateManyWithoutUserNestedInput
|
|
62218
62218
|
missionApplication?: MissionApplicationUncheckedUpdateManyWithoutUserModelNestedInput
|
|
62219
|
-
authoredProposals?:
|
|
62220
|
-
sharedProposals?:
|
|
62219
|
+
authoredProposals?: ProposalUncheckedUpdateManyWithoutCreatedByModelNestedInput
|
|
62220
|
+
sharedProposals?: ProposalUncheckedUpdateManyWithoutSharedByModelNestedInput
|
|
62221
62221
|
linkedInRecommendations?: LinkedInRecommendationUncheckedUpdateManyWithoutUserNestedInput
|
|
62222
62222
|
receivedReviews?: UserReviewUncheckedUpdateManyWithoutToUserModelNestedInput
|
|
62223
62223
|
calendar?: CalendarUncheckedUpdateOneWithoutCalendarUserNestedInput
|
|
@@ -62281,8 +62281,8 @@ export namespace Prisma {
|
|
|
62281
62281
|
modifiedMissionSpecs?: MissionSpecUpdateManyWithoutLastModifierNestedInput
|
|
62282
62282
|
missionPrefills?: MissionPrefillUpdateManyWithoutUserNestedInput
|
|
62283
62283
|
missionApplication?: MissionApplicationUpdateManyWithoutUserModelNestedInput
|
|
62284
|
-
authoredProposals?:
|
|
62285
|
-
sharedProposals?:
|
|
62284
|
+
authoredProposals?: ProposalUpdateManyWithoutCreatedByModelNestedInput
|
|
62285
|
+
sharedProposals?: ProposalUpdateManyWithoutSharedByModelNestedInput
|
|
62286
62286
|
linkedInRecommendations?: LinkedInRecommendationUpdateManyWithoutUserNestedInput
|
|
62287
62287
|
givenReviews?: UserReviewUpdateManyWithoutFromUserModelNestedInput
|
|
62288
62288
|
calendar?: CalendarUpdateOneWithoutCalendarUserNestedInput
|
|
@@ -62335,8 +62335,8 @@ export namespace Prisma {
|
|
|
62335
62335
|
modifiedMissionSpecs?: MissionSpecUncheckedUpdateManyWithoutLastModifierNestedInput
|
|
62336
62336
|
missionPrefills?: MissionPrefillUncheckedUpdateManyWithoutUserNestedInput
|
|
62337
62337
|
missionApplication?: MissionApplicationUncheckedUpdateManyWithoutUserModelNestedInput
|
|
62338
|
-
authoredProposals?:
|
|
62339
|
-
sharedProposals?:
|
|
62338
|
+
authoredProposals?: ProposalUncheckedUpdateManyWithoutCreatedByModelNestedInput
|
|
62339
|
+
sharedProposals?: ProposalUncheckedUpdateManyWithoutSharedByModelNestedInput
|
|
62340
62340
|
linkedInRecommendations?: LinkedInRecommendationUncheckedUpdateManyWithoutUserNestedInput
|
|
62341
62341
|
givenReviews?: UserReviewUncheckedUpdateManyWithoutFromUserModelNestedInput
|
|
62342
62342
|
calendar?: CalendarUncheckedUpdateOneWithoutCalendarUserNestedInput
|
|
@@ -64074,7 +64074,7 @@ export namespace Prisma {
|
|
|
64074
64074
|
|
|
64075
64075
|
export type ProposalCreateManyMissionInput = {
|
|
64076
64076
|
id?: string
|
|
64077
|
-
|
|
64077
|
+
createdBy?: string | null
|
|
64078
64078
|
createdAt?: Date | string | null
|
|
64079
64079
|
updatedAt?: Date | string | null
|
|
64080
64080
|
expiresAt?: Date | string | null
|
|
@@ -64083,7 +64083,7 @@ export namespace Prisma {
|
|
|
64083
64083
|
webflowId?: string | null
|
|
64084
64084
|
publicURL?: string | null
|
|
64085
64085
|
isShared?: boolean | null
|
|
64086
|
-
|
|
64086
|
+
sharedBy?: string | null
|
|
64087
64087
|
sharedAt?: Date | string | null
|
|
64088
64088
|
archivedURL?: string | null
|
|
64089
64089
|
schemaVersion?: $Enums.ProposalSchemaVersion
|
|
@@ -64275,15 +64275,15 @@ export namespace Prisma {
|
|
|
64275
64275
|
name?: NullableStringFieldUpdateOperationsInput | string | null
|
|
64276
64276
|
slug?: NullableStringFieldUpdateOperationsInput | string | null
|
|
64277
64277
|
teamBlurb?: NullableStringFieldUpdateOperationsInput | string | null
|
|
64278
|
-
|
|
64279
|
-
|
|
64278
|
+
createdByModel?: UserUpdateOneWithoutAuthoredProposalsNestedInput
|
|
64279
|
+
sharedByModel?: UserUpdateOneWithoutSharedProposalsNestedInput
|
|
64280
64280
|
missionSpec?: MissionSpecUpdateOneWithoutProposalsNestedInput
|
|
64281
64281
|
teamAdvisor?: UserUpdateOneWithoutProposalsAsTeamAdvisorNestedInput
|
|
64282
64282
|
clientInterviews?: ClientInterviewUpdateManyWithoutProposalNestedInput
|
|
64283
64283
|
}
|
|
64284
64284
|
|
|
64285
64285
|
export type ProposalUncheckedUpdateWithoutMissionInput = {
|
|
64286
|
-
|
|
64286
|
+
createdBy?: NullableStringFieldUpdateOperationsInput | string | null
|
|
64287
64287
|
createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
64288
64288
|
updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
64289
64289
|
expiresAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -64292,7 +64292,7 @@ export namespace Prisma {
|
|
|
64292
64292
|
webflowId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
64293
64293
|
publicURL?: NullableStringFieldUpdateOperationsInput | string | null
|
|
64294
64294
|
isShared?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
64295
|
-
|
|
64295
|
+
sharedBy?: NullableStringFieldUpdateOperationsInput | string | null
|
|
64296
64296
|
sharedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
64297
64297
|
archivedURL?: NullableStringFieldUpdateOperationsInput | string | null
|
|
64298
64298
|
schemaVersion?: EnumProposalSchemaVersionFieldUpdateOperationsInput | $Enums.ProposalSchemaVersion
|
|
@@ -64315,7 +64315,7 @@ export namespace Prisma {
|
|
|
64315
64315
|
}
|
|
64316
64316
|
|
|
64317
64317
|
export type ProposalUncheckedUpdateManyWithoutMissionInput = {
|
|
64318
|
-
|
|
64318
|
+
createdBy?: NullableStringFieldUpdateOperationsInput | string | null
|
|
64319
64319
|
createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
64320
64320
|
updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
64321
64321
|
expiresAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -64324,7 +64324,7 @@ export namespace Prisma {
|
|
|
64324
64324
|
webflowId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
64325
64325
|
publicURL?: NullableStringFieldUpdateOperationsInput | string | null
|
|
64326
64326
|
isShared?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
64327
|
-
|
|
64327
|
+
sharedBy?: NullableStringFieldUpdateOperationsInput | string | null
|
|
64328
64328
|
sharedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
64329
64329
|
archivedURL?: NullableStringFieldUpdateOperationsInput | string | null
|
|
64330
64330
|
schemaVersion?: EnumProposalSchemaVersionFieldUpdateOperationsInput | $Enums.ProposalSchemaVersion
|
|
@@ -64484,7 +64484,7 @@ export namespace Prisma {
|
|
|
64484
64484
|
|
|
64485
64485
|
export type ProposalCreateManyMissionSpecInput = {
|
|
64486
64486
|
id?: string
|
|
64487
|
-
|
|
64487
|
+
createdBy?: string | null
|
|
64488
64488
|
missionId?: string | null
|
|
64489
64489
|
createdAt?: Date | string | null
|
|
64490
64490
|
updatedAt?: Date | string | null
|
|
@@ -64494,7 +64494,7 @@ export namespace Prisma {
|
|
|
64494
64494
|
webflowId?: string | null
|
|
64495
64495
|
publicURL?: string | null
|
|
64496
64496
|
isShared?: boolean | null
|
|
64497
|
-
|
|
64497
|
+
sharedBy?: string | null
|
|
64498
64498
|
sharedAt?: Date | string | null
|
|
64499
64499
|
archivedURL?: string | null
|
|
64500
64500
|
schemaVersion?: $Enums.ProposalSchemaVersion
|
|
@@ -64590,15 +64590,15 @@ export namespace Prisma {
|
|
|
64590
64590
|
name?: NullableStringFieldUpdateOperationsInput | string | null
|
|
64591
64591
|
slug?: NullableStringFieldUpdateOperationsInput | string | null
|
|
64592
64592
|
teamBlurb?: NullableStringFieldUpdateOperationsInput | string | null
|
|
64593
|
-
|
|
64593
|
+
createdByModel?: UserUpdateOneWithoutAuthoredProposalsNestedInput
|
|
64594
64594
|
mission?: MissionUpdateOneWithoutProposalsNestedInput
|
|
64595
|
-
|
|
64595
|
+
sharedByModel?: UserUpdateOneWithoutSharedProposalsNestedInput
|
|
64596
64596
|
teamAdvisor?: UserUpdateOneWithoutProposalsAsTeamAdvisorNestedInput
|
|
64597
64597
|
clientInterviews?: ClientInterviewUpdateManyWithoutProposalNestedInput
|
|
64598
64598
|
}
|
|
64599
64599
|
|
|
64600
64600
|
export type ProposalUncheckedUpdateWithoutMissionSpecInput = {
|
|
64601
|
-
|
|
64601
|
+
createdBy?: NullableStringFieldUpdateOperationsInput | string | null
|
|
64602
64602
|
missionId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
64603
64603
|
createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
64604
64604
|
updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -64608,7 +64608,7 @@ export namespace Prisma {
|
|
|
64608
64608
|
webflowId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
64609
64609
|
publicURL?: NullableStringFieldUpdateOperationsInput | string | null
|
|
64610
64610
|
isShared?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
64611
|
-
|
|
64611
|
+
sharedBy?: NullableStringFieldUpdateOperationsInput | string | null
|
|
64612
64612
|
sharedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
64613
64613
|
archivedURL?: NullableStringFieldUpdateOperationsInput | string | null
|
|
64614
64614
|
schemaVersion?: EnumProposalSchemaVersionFieldUpdateOperationsInput | $Enums.ProposalSchemaVersion
|
|
@@ -64630,7 +64630,7 @@ export namespace Prisma {
|
|
|
64630
64630
|
}
|
|
64631
64631
|
|
|
64632
64632
|
export type ProposalUncheckedUpdateManyWithoutMissionSpecInput = {
|
|
64633
|
-
|
|
64633
|
+
createdBy?: NullableStringFieldUpdateOperationsInput | string | null
|
|
64634
64634
|
missionId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
64635
64635
|
createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
64636
64636
|
updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -64640,7 +64640,7 @@ export namespace Prisma {
|
|
|
64640
64640
|
webflowId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
64641
64641
|
publicURL?: NullableStringFieldUpdateOperationsInput | string | null
|
|
64642
64642
|
isShared?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
64643
|
-
|
|
64643
|
+
sharedBy?: NullableStringFieldUpdateOperationsInput | string | null
|
|
64644
64644
|
sharedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
64645
64645
|
archivedURL?: NullableStringFieldUpdateOperationsInput | string | null
|
|
64646
64646
|
schemaVersion?: EnumProposalSchemaVersionFieldUpdateOperationsInput | $Enums.ProposalSchemaVersion
|
|
@@ -65040,7 +65040,7 @@ export namespace Prisma {
|
|
|
65040
65040
|
analysis?: XOR<MissionApplicationAnalysisObjectNullableCreateEnvelopeInput, MissionApplicationAnalysisObjectCreateInput> | null
|
|
65041
65041
|
}
|
|
65042
65042
|
|
|
65043
|
-
export type
|
|
65043
|
+
export type ProposalCreateManyCreatedByModelInput = {
|
|
65044
65044
|
id?: string
|
|
65045
65045
|
missionId?: string | null
|
|
65046
65046
|
createdAt?: Date | string | null
|
|
@@ -65051,7 +65051,7 @@ export namespace Prisma {
|
|
|
65051
65051
|
webflowId?: string | null
|
|
65052
65052
|
publicURL?: string | null
|
|
65053
65053
|
isShared?: boolean | null
|
|
65054
|
-
|
|
65054
|
+
sharedBy?: string | null
|
|
65055
65055
|
sharedAt?: Date | string | null
|
|
65056
65056
|
archivedURL?: string | null
|
|
65057
65057
|
schemaVersion?: $Enums.ProposalSchemaVersion
|
|
@@ -65072,9 +65072,9 @@ export namespace Prisma {
|
|
|
65072
65072
|
teamAdvisorId?: string | null
|
|
65073
65073
|
}
|
|
65074
65074
|
|
|
65075
|
-
export type
|
|
65075
|
+
export type ProposalCreateManySharedByModelInput = {
|
|
65076
65076
|
id?: string
|
|
65077
|
-
|
|
65077
|
+
createdBy?: string | null
|
|
65078
65078
|
missionId?: string | null
|
|
65079
65079
|
createdAt?: Date | string | null
|
|
65080
65080
|
updatedAt?: Date | string | null
|
|
@@ -65276,7 +65276,7 @@ export namespace Prisma {
|
|
|
65276
65276
|
|
|
65277
65277
|
export type ProposalCreateManyTeamAdvisorInput = {
|
|
65278
65278
|
id?: string
|
|
65279
|
-
|
|
65279
|
+
createdBy?: string | null
|
|
65280
65280
|
missionId?: string | null
|
|
65281
65281
|
createdAt?: Date | string | null
|
|
65282
65282
|
updatedAt?: Date | string | null
|
|
@@ -65286,7 +65286,7 @@ export namespace Prisma {
|
|
|
65286
65286
|
webflowId?: string | null
|
|
65287
65287
|
publicURL?: string | null
|
|
65288
65288
|
isShared?: boolean | null
|
|
65289
|
-
|
|
65289
|
+
sharedBy?: string | null
|
|
65290
65290
|
sharedAt?: Date | string | null
|
|
65291
65291
|
archivedURL?: string | null
|
|
65292
65292
|
schemaVersion?: $Enums.ProposalSchemaVersion
|
|
@@ -65962,7 +65962,7 @@ export namespace Prisma {
|
|
|
65962
65962
|
analysis?: XOR<MissionApplicationAnalysisObjectNullableUpdateEnvelopeInput, MissionApplicationAnalysisObjectCreateInput> | null
|
|
65963
65963
|
}
|
|
65964
65964
|
|
|
65965
|
-
export type
|
|
65965
|
+
export type ProposalUpdateWithoutCreatedByModelInput = {
|
|
65966
65966
|
createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
65967
65967
|
updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
65968
65968
|
expiresAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -65988,13 +65988,13 @@ export namespace Prisma {
|
|
|
65988
65988
|
slug?: NullableStringFieldUpdateOperationsInput | string | null
|
|
65989
65989
|
teamBlurb?: NullableStringFieldUpdateOperationsInput | string | null
|
|
65990
65990
|
mission?: MissionUpdateOneWithoutProposalsNestedInput
|
|
65991
|
-
|
|
65991
|
+
sharedByModel?: UserUpdateOneWithoutSharedProposalsNestedInput
|
|
65992
65992
|
missionSpec?: MissionSpecUpdateOneWithoutProposalsNestedInput
|
|
65993
65993
|
teamAdvisor?: UserUpdateOneWithoutProposalsAsTeamAdvisorNestedInput
|
|
65994
65994
|
clientInterviews?: ClientInterviewUpdateManyWithoutProposalNestedInput
|
|
65995
65995
|
}
|
|
65996
65996
|
|
|
65997
|
-
export type
|
|
65997
|
+
export type ProposalUncheckedUpdateWithoutCreatedByModelInput = {
|
|
65998
65998
|
missionId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
65999
65999
|
createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
66000
66000
|
updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -66004,7 +66004,7 @@ export namespace Prisma {
|
|
|
66004
66004
|
webflowId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
66005
66005
|
publicURL?: NullableStringFieldUpdateOperationsInput | string | null
|
|
66006
66006
|
isShared?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
66007
|
-
|
|
66007
|
+
sharedBy?: NullableStringFieldUpdateOperationsInput | string | null
|
|
66008
66008
|
sharedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
66009
66009
|
archivedURL?: NullableStringFieldUpdateOperationsInput | string | null
|
|
66010
66010
|
schemaVersion?: EnumProposalSchemaVersionFieldUpdateOperationsInput | $Enums.ProposalSchemaVersion
|
|
@@ -66026,7 +66026,7 @@ export namespace Prisma {
|
|
|
66026
66026
|
clientInterviews?: ClientInterviewUncheckedUpdateManyWithoutProposalNestedInput
|
|
66027
66027
|
}
|
|
66028
66028
|
|
|
66029
|
-
export type
|
|
66029
|
+
export type ProposalUncheckedUpdateManyWithoutCreatedByModelInput = {
|
|
66030
66030
|
missionId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
66031
66031
|
createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
66032
66032
|
updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -66036,7 +66036,7 @@ export namespace Prisma {
|
|
|
66036
66036
|
webflowId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
66037
66037
|
publicURL?: NullableStringFieldUpdateOperationsInput | string | null
|
|
66038
66038
|
isShared?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
66039
|
-
|
|
66039
|
+
sharedBy?: NullableStringFieldUpdateOperationsInput | string | null
|
|
66040
66040
|
sharedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
66041
66041
|
archivedURL?: NullableStringFieldUpdateOperationsInput | string | null
|
|
66042
66042
|
schemaVersion?: EnumProposalSchemaVersionFieldUpdateOperationsInput | $Enums.ProposalSchemaVersion
|
|
@@ -66057,7 +66057,7 @@ export namespace Prisma {
|
|
|
66057
66057
|
teamAdvisorId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
66058
66058
|
}
|
|
66059
66059
|
|
|
66060
|
-
export type
|
|
66060
|
+
export type ProposalUpdateWithoutSharedByModelInput = {
|
|
66061
66061
|
createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
66062
66062
|
updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
66063
66063
|
expiresAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -66082,15 +66082,15 @@ export namespace Prisma {
|
|
|
66082
66082
|
name?: NullableStringFieldUpdateOperationsInput | string | null
|
|
66083
66083
|
slug?: NullableStringFieldUpdateOperationsInput | string | null
|
|
66084
66084
|
teamBlurb?: NullableStringFieldUpdateOperationsInput | string | null
|
|
66085
|
-
|
|
66085
|
+
createdByModel?: UserUpdateOneWithoutAuthoredProposalsNestedInput
|
|
66086
66086
|
mission?: MissionUpdateOneWithoutProposalsNestedInput
|
|
66087
66087
|
missionSpec?: MissionSpecUpdateOneWithoutProposalsNestedInput
|
|
66088
66088
|
teamAdvisor?: UserUpdateOneWithoutProposalsAsTeamAdvisorNestedInput
|
|
66089
66089
|
clientInterviews?: ClientInterviewUpdateManyWithoutProposalNestedInput
|
|
66090
66090
|
}
|
|
66091
66091
|
|
|
66092
|
-
export type
|
|
66093
|
-
|
|
66092
|
+
export type ProposalUncheckedUpdateWithoutSharedByModelInput = {
|
|
66093
|
+
createdBy?: NullableStringFieldUpdateOperationsInput | string | null
|
|
66094
66094
|
missionId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
66095
66095
|
createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
66096
66096
|
updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -66121,8 +66121,8 @@ export namespace Prisma {
|
|
|
66121
66121
|
clientInterviews?: ClientInterviewUncheckedUpdateManyWithoutProposalNestedInput
|
|
66122
66122
|
}
|
|
66123
66123
|
|
|
66124
|
-
export type
|
|
66125
|
-
|
|
66124
|
+
export type ProposalUncheckedUpdateManyWithoutSharedByModelInput = {
|
|
66125
|
+
createdBy?: NullableStringFieldUpdateOperationsInput | string | null
|
|
66126
66126
|
missionId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
66127
66127
|
createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
66128
66128
|
updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -66667,15 +66667,15 @@ export namespace Prisma {
|
|
|
66667
66667
|
name?: NullableStringFieldUpdateOperationsInput | string | null
|
|
66668
66668
|
slug?: NullableStringFieldUpdateOperationsInput | string | null
|
|
66669
66669
|
teamBlurb?: NullableStringFieldUpdateOperationsInput | string | null
|
|
66670
|
-
|
|
66670
|
+
createdByModel?: UserUpdateOneWithoutAuthoredProposalsNestedInput
|
|
66671
66671
|
mission?: MissionUpdateOneWithoutProposalsNestedInput
|
|
66672
|
-
|
|
66672
|
+
sharedByModel?: UserUpdateOneWithoutSharedProposalsNestedInput
|
|
66673
66673
|
missionSpec?: MissionSpecUpdateOneWithoutProposalsNestedInput
|
|
66674
66674
|
clientInterviews?: ClientInterviewUpdateManyWithoutProposalNestedInput
|
|
66675
66675
|
}
|
|
66676
66676
|
|
|
66677
66677
|
export type ProposalUncheckedUpdateWithoutTeamAdvisorInput = {
|
|
66678
|
-
|
|
66678
|
+
createdBy?: NullableStringFieldUpdateOperationsInput | string | null
|
|
66679
66679
|
missionId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
66680
66680
|
createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
66681
66681
|
updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -66685,7 +66685,7 @@ export namespace Prisma {
|
|
|
66685
66685
|
webflowId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
66686
66686
|
publicURL?: NullableStringFieldUpdateOperationsInput | string | null
|
|
66687
66687
|
isShared?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
66688
|
-
|
|
66688
|
+
sharedBy?: NullableStringFieldUpdateOperationsInput | string | null
|
|
66689
66689
|
sharedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
66690
66690
|
archivedURL?: NullableStringFieldUpdateOperationsInput | string | null
|
|
66691
66691
|
schemaVersion?: EnumProposalSchemaVersionFieldUpdateOperationsInput | $Enums.ProposalSchemaVersion
|
|
@@ -66707,7 +66707,7 @@ export namespace Prisma {
|
|
|
66707
66707
|
}
|
|
66708
66708
|
|
|
66709
66709
|
export type ProposalUncheckedUpdateManyWithoutTeamAdvisorInput = {
|
|
66710
|
-
|
|
66710
|
+
createdBy?: NullableStringFieldUpdateOperationsInput | string | null
|
|
66711
66711
|
missionId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
66712
66712
|
createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
66713
66713
|
updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -66717,7 +66717,7 @@ export namespace Prisma {
|
|
|
66717
66717
|
webflowId?: NullableStringFieldUpdateOperationsInput | string | null
|
|
66718
66718
|
publicURL?: NullableStringFieldUpdateOperationsInput | string | null
|
|
66719
66719
|
isShared?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
66720
|
-
|
|
66720
|
+
sharedBy?: NullableStringFieldUpdateOperationsInput | string | null
|
|
66721
66721
|
sharedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
66722
66722
|
archivedURL?: NullableStringFieldUpdateOperationsInput | string | null
|
|
66723
66723
|
schemaVersion?: EnumProposalSchemaVersionFieldUpdateOperationsInput | $Enums.ProposalSchemaVersion
|