expo-backend-types 0.57.0-EXPO-377-Etapa-4-Paquete-02.6 → 0.57.0
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/src/dynamic-form/dto/create-dynamic-form.dto.d.ts +0 -10
- package/dist/src/dynamic-form/dto/dynamic-form.dto.d.ts +0 -14
- package/dist/src/dynamic-form/dto/dynamic-form.dto.js +0 -2
- package/dist/src/dynamic-form/dto/find-all-dynamic-form.dto.d.ts +0 -14
- package/dist/src/dynamic-form/dto/update-dynamic-form.dto.d.ts +0 -19
- package/dist/src/dynamic-form/exports.d.ts +0 -2
- package/dist/src/dynamic-form/exports.js +0 -2
- package/dist/src/i18n/es.d.ts +0 -21
- package/dist/src/i18n/es.js +0 -21
- package/dist/src/i18n/es.js.map +1 -1
- package/dist/src/mi-expo/dto/get-me.dto.d.ts +0 -20
- package/dist/src/mi-expo/exports.d.ts +0 -1
- package/dist/src/mi-expo/exports.js +0 -1
- package/dist/src/production/dto/create-production.dto.d.ts +1 -8
- package/dist/src/production/dto/create-production.dto.js +0 -1
- package/dist/src/production/dto/delete-production.dto.d.ts +0 -6
- package/dist/src/production/dto/get-all-production.dto.d.ts +0 -10
- package/dist/src/production/dto/production.dto.d.ts +0 -3
- package/dist/src/production/dto/production.dto.js +0 -3
- package/dist/src/production/dto/update-production.dto.d.ts +0 -12
- package/dist/src/production/dto/update-production.dto.js +0 -1
- package/dist/src/production-affiliation-request/dto/find-by-production-affiliation-request.dto.d.ts +0 -14
- package/dist/src/production-affiliation-request/dto/update-production-affiliation-request.dto.d.ts +0 -10
- package/dist/src/profile/dto/find-by-phone-number.dto.d.ts +2 -141
- package/dist/src/profile/dto/find-by-phone-number.dto.js +1 -21
- package/dist/src/schema/profile.schema.js +2 -16
- package/dist/types/prisma-schema/edge.js +3 -11
- package/dist/types/prisma-schema/index-browser.js +0 -8
- package/dist/types/prisma-schema/index.d.ts +2 -150
- package/dist/types/prisma-schema/index.js +3 -11
- package/dist/types/prisma-schema/package.json +1 -1
- package/dist/types/prisma-schema/schema.prisma +3 -11
- package/dist/types/prisma-schema/wasm.js +0 -8
- package/dist/types/schema.d.ts +0 -272
- package/package.json +1 -1
- package/dist/src/dynamic-form/dto/find-by-id-dynamic-question.dto.d.ts +0 -266
- package/dist/src/dynamic-form/dto/find-by-id-dynamic-question.dto.js +0 -19
- package/dist/src/dynamic-form/dto/find-by-type-dynamic-form.dto.d.ts +0 -266
- package/dist/src/dynamic-form/dto/find-by-type-dynamic-form.dto.js +0 -18
- package/dist/src/dynamic-form/dto/submit-dynamic-form.dto.d.ts +0 -350
- package/dist/src/dynamic-form/dto/submit-dynamic-form.dto.js +0 -23
- package/dist/src/mi-expo/dto/update-me-first-time.dto.d.ts +0 -382
- package/dist/src/mi-expo/dto/update-me-first-time.dto.js +0 -35
@@ -194,15 +194,6 @@ export const TicketGroupStatus: {
|
|
194
194
|
|
195
195
|
export type TicketGroupStatus = (typeof TicketGroupStatus)[keyof typeof TicketGroupStatus]
|
196
196
|
|
197
|
-
|
198
|
-
export const DynamicFormType: {
|
199
|
-
PERSONAL_INFO: 'PERSONAL_INFO',
|
200
|
-
PRODUCTION: 'PRODUCTION',
|
201
|
-
PARTICIPANT: 'PARTICIPANT'
|
202
|
-
};
|
203
|
-
|
204
|
-
export type DynamicFormType = (typeof DynamicFormType)[keyof typeof DynamicFormType]
|
205
|
-
|
206
197
|
}
|
207
198
|
|
208
199
|
export type Role = $Enums.Role
|
@@ -237,10 +228,6 @@ export type TicketGroupStatus = $Enums.TicketGroupStatus
|
|
237
228
|
|
238
229
|
export const TicketGroupStatus: typeof $Enums.TicketGroupStatus
|
239
230
|
|
240
|
-
export type DynamicFormType = $Enums.DynamicFormType
|
241
|
-
|
242
|
-
export const DynamicFormType: typeof $Enums.DynamicFormType
|
243
|
-
|
244
231
|
/**
|
245
232
|
* ## Prisma Client ʲˢ
|
246
233
|
*
|
@@ -21056,7 +21043,6 @@ export namespace Prisma {
|
|
21056
21043
|
export type ProductionMinAggregateOutputType = {
|
21057
21044
|
id: string | null
|
21058
21045
|
name: string | null
|
21059
|
-
description: string | null
|
21060
21046
|
administratorId: string | null
|
21061
21047
|
created_at: Date | null
|
21062
21048
|
updated_at: Date | null
|
@@ -21065,7 +21051,6 @@ export namespace Prisma {
|
|
21065
21051
|
export type ProductionMaxAggregateOutputType = {
|
21066
21052
|
id: string | null
|
21067
21053
|
name: string | null
|
21068
|
-
description: string | null
|
21069
21054
|
administratorId: string | null
|
21070
21055
|
created_at: Date | null
|
21071
21056
|
updated_at: Date | null
|
@@ -21074,7 +21059,6 @@ export namespace Prisma {
|
|
21074
21059
|
export type ProductionCountAggregateOutputType = {
|
21075
21060
|
id: number
|
21076
21061
|
name: number
|
21077
|
-
description: number
|
21078
21062
|
administratorId: number
|
21079
21063
|
created_at: number
|
21080
21064
|
updated_at: number
|
@@ -21085,7 +21069,6 @@ export namespace Prisma {
|
|
21085
21069
|
export type ProductionMinAggregateInputType = {
|
21086
21070
|
id?: true
|
21087
21071
|
name?: true
|
21088
|
-
description?: true
|
21089
21072
|
administratorId?: true
|
21090
21073
|
created_at?: true
|
21091
21074
|
updated_at?: true
|
@@ -21094,7 +21077,6 @@ export namespace Prisma {
|
|
21094
21077
|
export type ProductionMaxAggregateInputType = {
|
21095
21078
|
id?: true
|
21096
21079
|
name?: true
|
21097
|
-
description?: true
|
21098
21080
|
administratorId?: true
|
21099
21081
|
created_at?: true
|
21100
21082
|
updated_at?: true
|
@@ -21103,7 +21085,6 @@ export namespace Prisma {
|
|
21103
21085
|
export type ProductionCountAggregateInputType = {
|
21104
21086
|
id?: true
|
21105
21087
|
name?: true
|
21106
|
-
description?: true
|
21107
21088
|
administratorId?: true
|
21108
21089
|
created_at?: true
|
21109
21090
|
updated_at?: true
|
@@ -21185,7 +21166,6 @@ export namespace Prisma {
|
|
21185
21166
|
export type ProductionGroupByOutputType = {
|
21186
21167
|
id: string
|
21187
21168
|
name: string
|
21188
|
-
description: string
|
21189
21169
|
administratorId: string | null
|
21190
21170
|
created_at: Date
|
21191
21171
|
updated_at: Date
|
@@ -21211,7 +21191,6 @@ export namespace Prisma {
|
|
21211
21191
|
export type ProductionSelect<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
|
21212
21192
|
id?: boolean
|
21213
21193
|
name?: boolean
|
21214
|
-
description?: boolean
|
21215
21194
|
administratorId?: boolean
|
21216
21195
|
created_at?: boolean
|
21217
21196
|
updated_at?: boolean
|
@@ -21225,7 +21204,6 @@ export namespace Prisma {
|
|
21225
21204
|
export type ProductionSelectCreateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
|
21226
21205
|
id?: boolean
|
21227
21206
|
name?: boolean
|
21228
|
-
description?: boolean
|
21229
21207
|
administratorId?: boolean
|
21230
21208
|
created_at?: boolean
|
21231
21209
|
updated_at?: boolean
|
@@ -21235,7 +21213,6 @@ export namespace Prisma {
|
|
21235
21213
|
export type ProductionSelectUpdateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
|
21236
21214
|
id?: boolean
|
21237
21215
|
name?: boolean
|
21238
|
-
description?: boolean
|
21239
21216
|
administratorId?: boolean
|
21240
21217
|
created_at?: boolean
|
21241
21218
|
updated_at?: boolean
|
@@ -21245,13 +21222,12 @@ export namespace Prisma {
|
|
21245
21222
|
export type ProductionSelectScalar = {
|
21246
21223
|
id?: boolean
|
21247
21224
|
name?: boolean
|
21248
|
-
description?: boolean
|
21249
21225
|
administratorId?: boolean
|
21250
21226
|
created_at?: boolean
|
21251
21227
|
updated_at?: boolean
|
21252
21228
|
}
|
21253
21229
|
|
21254
|
-
export type ProductionOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "name" | "
|
21230
|
+
export type ProductionOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "name" | "administratorId" | "created_at" | "updated_at", ExtArgs["result"]["production"]>
|
21255
21231
|
export type ProductionInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
21256
21232
|
administrator?: boolean | Production$administratorArgs<ExtArgs>
|
21257
21233
|
participants?: boolean | Production$participantsArgs<ExtArgs>
|
@@ -21277,7 +21253,6 @@ export namespace Prisma {
|
|
21277
21253
|
scalars: $Extensions.GetPayloadResult<{
|
21278
21254
|
id: string
|
21279
21255
|
name: string
|
21280
|
-
description: string
|
21281
21256
|
administratorId: string | null
|
21282
21257
|
created_at: Date
|
21283
21258
|
updated_at: Date
|
@@ -21710,7 +21685,6 @@ export namespace Prisma {
|
|
21710
21685
|
interface ProductionFieldRefs {
|
21711
21686
|
readonly id: FieldRef<"Production", 'String'>
|
21712
21687
|
readonly name: FieldRef<"Production", 'String'>
|
21713
|
-
readonly description: FieldRef<"Production", 'String'>
|
21714
21688
|
readonly administratorId: FieldRef<"Production", 'String'>
|
21715
21689
|
readonly created_at: FieldRef<"Production", 'DateTime'>
|
21716
21690
|
readonly updated_at: FieldRef<"Production", 'DateTime'>
|
@@ -23324,7 +23298,6 @@ export namespace Prisma {
|
|
23324
23298
|
export type DynamicFormMinAggregateOutputType = {
|
23325
23299
|
id: string | null
|
23326
23300
|
name: string | null
|
23327
|
-
type: $Enums.DynamicFormType | null
|
23328
23301
|
created_at: Date | null
|
23329
23302
|
updated_at: Date | null
|
23330
23303
|
}
|
@@ -23332,7 +23305,6 @@ export namespace Prisma {
|
|
23332
23305
|
export type DynamicFormMaxAggregateOutputType = {
|
23333
23306
|
id: string | null
|
23334
23307
|
name: string | null
|
23335
|
-
type: $Enums.DynamicFormType | null
|
23336
23308
|
created_at: Date | null
|
23337
23309
|
updated_at: Date | null
|
23338
23310
|
}
|
@@ -23340,7 +23312,6 @@ export namespace Prisma {
|
|
23340
23312
|
export type DynamicFormCountAggregateOutputType = {
|
23341
23313
|
id: number
|
23342
23314
|
name: number
|
23343
|
-
type: number
|
23344
23315
|
created_at: number
|
23345
23316
|
updated_at: number
|
23346
23317
|
_all: number
|
@@ -23350,7 +23321,6 @@ export namespace Prisma {
|
|
23350
23321
|
export type DynamicFormMinAggregateInputType = {
|
23351
23322
|
id?: true
|
23352
23323
|
name?: true
|
23353
|
-
type?: true
|
23354
23324
|
created_at?: true
|
23355
23325
|
updated_at?: true
|
23356
23326
|
}
|
@@ -23358,7 +23328,6 @@ export namespace Prisma {
|
|
23358
23328
|
export type DynamicFormMaxAggregateInputType = {
|
23359
23329
|
id?: true
|
23360
23330
|
name?: true
|
23361
|
-
type?: true
|
23362
23331
|
created_at?: true
|
23363
23332
|
updated_at?: true
|
23364
23333
|
}
|
@@ -23366,7 +23335,6 @@ export namespace Prisma {
|
|
23366
23335
|
export type DynamicFormCountAggregateInputType = {
|
23367
23336
|
id?: true
|
23368
23337
|
name?: true
|
23369
|
-
type?: true
|
23370
23338
|
created_at?: true
|
23371
23339
|
updated_at?: true
|
23372
23340
|
_all?: true
|
@@ -23447,7 +23415,6 @@ export namespace Prisma {
|
|
23447
23415
|
export type DynamicFormGroupByOutputType = {
|
23448
23416
|
id: string
|
23449
23417
|
name: string
|
23450
|
-
type: $Enums.DynamicFormType
|
23451
23418
|
created_at: Date
|
23452
23419
|
updated_at: Date
|
23453
23420
|
_count: DynamicFormCountAggregateOutputType | null
|
@@ -23472,7 +23439,6 @@ export namespace Prisma {
|
|
23472
23439
|
export type DynamicFormSelect<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
|
23473
23440
|
id?: boolean
|
23474
23441
|
name?: boolean
|
23475
|
-
type?: boolean
|
23476
23442
|
created_at?: boolean
|
23477
23443
|
updated_at?: boolean
|
23478
23444
|
questions?: boolean | DynamicForm$questionsArgs<ExtArgs>
|
@@ -23482,7 +23448,6 @@ export namespace Prisma {
|
|
23482
23448
|
export type DynamicFormSelectCreateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
|
23483
23449
|
id?: boolean
|
23484
23450
|
name?: boolean
|
23485
|
-
type?: boolean
|
23486
23451
|
created_at?: boolean
|
23487
23452
|
updated_at?: boolean
|
23488
23453
|
}, ExtArgs["result"]["dynamicForm"]>
|
@@ -23490,7 +23455,6 @@ export namespace Prisma {
|
|
23490
23455
|
export type DynamicFormSelectUpdateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
|
23491
23456
|
id?: boolean
|
23492
23457
|
name?: boolean
|
23493
|
-
type?: boolean
|
23494
23458
|
created_at?: boolean
|
23495
23459
|
updated_at?: boolean
|
23496
23460
|
}, ExtArgs["result"]["dynamicForm"]>
|
@@ -23498,12 +23462,11 @@ export namespace Prisma {
|
|
23498
23462
|
export type DynamicFormSelectScalar = {
|
23499
23463
|
id?: boolean
|
23500
23464
|
name?: boolean
|
23501
|
-
type?: boolean
|
23502
23465
|
created_at?: boolean
|
23503
23466
|
updated_at?: boolean
|
23504
23467
|
}
|
23505
23468
|
|
23506
|
-
export type DynamicFormOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "name" | "
|
23469
|
+
export type DynamicFormOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "name" | "created_at" | "updated_at", ExtArgs["result"]["dynamicForm"]>
|
23507
23470
|
export type DynamicFormInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
23508
23471
|
questions?: boolean | DynamicForm$questionsArgs<ExtArgs>
|
23509
23472
|
_count?: boolean | DynamicFormCountOutputTypeDefaultArgs<ExtArgs>
|
@@ -23519,7 +23482,6 @@ export namespace Prisma {
|
|
23519
23482
|
scalars: $Extensions.GetPayloadResult<{
|
23520
23483
|
id: string
|
23521
23484
|
name: string
|
23522
|
-
type: $Enums.DynamicFormType
|
23523
23485
|
created_at: Date
|
23524
23486
|
updated_at: Date
|
23525
23487
|
}, ExtArgs["result"]["dynamicForm"]>
|
@@ -23948,7 +23910,6 @@ export namespace Prisma {
|
|
23948
23910
|
interface DynamicFormFieldRefs {
|
23949
23911
|
readonly id: FieldRef<"DynamicForm", 'String'>
|
23950
23912
|
readonly name: FieldRef<"DynamicForm", 'String'>
|
23951
|
-
readonly type: FieldRef<"DynamicForm", 'DynamicFormType'>
|
23952
23913
|
readonly created_at: FieldRef<"DynamicForm", 'DateTime'>
|
23953
23914
|
readonly updated_at: FieldRef<"DynamicForm", 'DateTime'>
|
23954
23915
|
}
|
@@ -26847,7 +26808,6 @@ export namespace Prisma {
|
|
26847
26808
|
export const ProductionScalarFieldEnum: {
|
26848
26809
|
id: 'id',
|
26849
26810
|
name: 'name',
|
26850
|
-
description: 'description',
|
26851
26811
|
administratorId: 'administratorId',
|
26852
26812
|
created_at: 'created_at',
|
26853
26813
|
updated_at: 'updated_at'
|
@@ -26872,7 +26832,6 @@ export namespace Prisma {
|
|
26872
26832
|
export const DynamicFormScalarFieldEnum: {
|
26873
26833
|
id: 'id',
|
26874
26834
|
name: 'name',
|
26875
|
-
type: 'type',
|
26876
26835
|
created_at: 'created_at',
|
26877
26836
|
updated_at: 'updated_at'
|
26878
26837
|
};
|
@@ -27139,20 +27098,6 @@ export namespace Prisma {
|
|
27139
27098
|
*/
|
27140
27099
|
export type ListEnumAffiliationStatusFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'AffiliationStatus[]'>
|
27141
27100
|
|
27142
|
-
|
27143
|
-
|
27144
|
-
/**
|
27145
|
-
* Reference to a field of type 'DynamicFormType'
|
27146
|
-
*/
|
27147
|
-
export type EnumDynamicFormTypeFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'DynamicFormType'>
|
27148
|
-
|
27149
|
-
|
27150
|
-
|
27151
|
-
/**
|
27152
|
-
* Reference to a field of type 'DynamicFormType[]'
|
27153
|
-
*/
|
27154
|
-
export type ListEnumDynamicFormTypeFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'DynamicFormType[]'>
|
27155
|
-
|
27156
27101
|
/**
|
27157
27102
|
* Deep Input Types
|
27158
27103
|
*/
|
@@ -28396,7 +28341,6 @@ export namespace Prisma {
|
|
28396
28341
|
NOT?: ProductionWhereInput | ProductionWhereInput[]
|
28397
28342
|
id?: StringFilter<"Production"> | string
|
28398
28343
|
name?: StringFilter<"Production"> | string
|
28399
|
-
description?: StringFilter<"Production"> | string
|
28400
28344
|
administratorId?: StringNullableFilter<"Production"> | string | null
|
28401
28345
|
created_at?: DateTimeFilter<"Production"> | Date | string
|
28402
28346
|
updated_at?: DateTimeFilter<"Production"> | Date | string
|
@@ -28409,7 +28353,6 @@ export namespace Prisma {
|
|
28409
28353
|
export type ProductionOrderByWithRelationInput = {
|
28410
28354
|
id?: SortOrder
|
28411
28355
|
name?: SortOrder
|
28412
|
-
description?: SortOrder
|
28413
28356
|
administratorId?: SortOrderInput | SortOrder
|
28414
28357
|
created_at?: SortOrder
|
28415
28358
|
updated_at?: SortOrder
|
@@ -28425,7 +28368,6 @@ export namespace Prisma {
|
|
28425
28368
|
AND?: ProductionWhereInput | ProductionWhereInput[]
|
28426
28369
|
OR?: ProductionWhereInput[]
|
28427
28370
|
NOT?: ProductionWhereInput | ProductionWhereInput[]
|
28428
|
-
description?: StringFilter<"Production"> | string
|
28429
28371
|
administratorId?: StringNullableFilter<"Production"> | string | null
|
28430
28372
|
created_at?: DateTimeFilter<"Production"> | Date | string
|
28431
28373
|
updated_at?: DateTimeFilter<"Production"> | Date | string
|
@@ -28438,7 +28380,6 @@ export namespace Prisma {
|
|
28438
28380
|
export type ProductionOrderByWithAggregationInput = {
|
28439
28381
|
id?: SortOrder
|
28440
28382
|
name?: SortOrder
|
28441
|
-
description?: SortOrder
|
28442
28383
|
administratorId?: SortOrderInput | SortOrder
|
28443
28384
|
created_at?: SortOrder
|
28444
28385
|
updated_at?: SortOrder
|
@@ -28453,7 +28394,6 @@ export namespace Prisma {
|
|
28453
28394
|
NOT?: ProductionScalarWhereWithAggregatesInput | ProductionScalarWhereWithAggregatesInput[]
|
28454
28395
|
id?: StringWithAggregatesFilter<"Production"> | string
|
28455
28396
|
name?: StringWithAggregatesFilter<"Production"> | string
|
28456
|
-
description?: StringWithAggregatesFilter<"Production"> | string
|
28457
28397
|
administratorId?: StringNullableWithAggregatesFilter<"Production"> | string | null
|
28458
28398
|
created_at?: DateTimeWithAggregatesFilter<"Production"> | Date | string
|
28459
28399
|
updated_at?: DateTimeWithAggregatesFilter<"Production"> | Date | string
|
@@ -28533,7 +28473,6 @@ export namespace Prisma {
|
|
28533
28473
|
NOT?: DynamicFormWhereInput | DynamicFormWhereInput[]
|
28534
28474
|
id?: StringFilter<"DynamicForm"> | string
|
28535
28475
|
name?: StringFilter<"DynamicForm"> | string
|
28536
|
-
type?: EnumDynamicFormTypeFilter<"DynamicForm"> | $Enums.DynamicFormType
|
28537
28476
|
created_at?: DateTimeFilter<"DynamicForm"> | Date | string
|
28538
28477
|
updated_at?: DateTimeFilter<"DynamicForm"> | Date | string
|
28539
28478
|
questions?: DynamicQuestionListRelationFilter
|
@@ -28542,7 +28481,6 @@ export namespace Prisma {
|
|
28542
28481
|
export type DynamicFormOrderByWithRelationInput = {
|
28543
28482
|
id?: SortOrder
|
28544
28483
|
name?: SortOrder
|
28545
|
-
type?: SortOrder
|
28546
28484
|
created_at?: SortOrder
|
28547
28485
|
updated_at?: SortOrder
|
28548
28486
|
questions?: DynamicQuestionOrderByRelationAggregateInput
|
@@ -28554,7 +28492,6 @@ export namespace Prisma {
|
|
28554
28492
|
AND?: DynamicFormWhereInput | DynamicFormWhereInput[]
|
28555
28493
|
OR?: DynamicFormWhereInput[]
|
28556
28494
|
NOT?: DynamicFormWhereInput | DynamicFormWhereInput[]
|
28557
|
-
type?: EnumDynamicFormTypeFilter<"DynamicForm"> | $Enums.DynamicFormType
|
28558
28495
|
created_at?: DateTimeFilter<"DynamicForm"> | Date | string
|
28559
28496
|
updated_at?: DateTimeFilter<"DynamicForm"> | Date | string
|
28560
28497
|
questions?: DynamicQuestionListRelationFilter
|
@@ -28563,7 +28500,6 @@ export namespace Prisma {
|
|
28563
28500
|
export type DynamicFormOrderByWithAggregationInput = {
|
28564
28501
|
id?: SortOrder
|
28565
28502
|
name?: SortOrder
|
28566
|
-
type?: SortOrder
|
28567
28503
|
created_at?: SortOrder
|
28568
28504
|
updated_at?: SortOrder
|
28569
28505
|
_count?: DynamicFormCountOrderByAggregateInput
|
@@ -28577,7 +28513,6 @@ export namespace Prisma {
|
|
28577
28513
|
NOT?: DynamicFormScalarWhereWithAggregatesInput | DynamicFormScalarWhereWithAggregatesInput[]
|
28578
28514
|
id?: StringWithAggregatesFilter<"DynamicForm"> | string
|
28579
28515
|
name?: StringWithAggregatesFilter<"DynamicForm"> | string
|
28580
|
-
type?: EnumDynamicFormTypeWithAggregatesFilter<"DynamicForm"> | $Enums.DynamicFormType
|
28581
28516
|
created_at?: DateTimeWithAggregatesFilter<"DynamicForm"> | Date | string
|
28582
28517
|
updated_at?: DateTimeWithAggregatesFilter<"DynamicForm"> | Date | string
|
28583
28518
|
}
|
@@ -30086,7 +30021,6 @@ export namespace Prisma {
|
|
30086
30021
|
export type ProductionCreateInput = {
|
30087
30022
|
id?: string
|
30088
30023
|
name: string
|
30089
|
-
description?: string
|
30090
30024
|
created_at?: Date | string
|
30091
30025
|
updated_at?: Date | string
|
30092
30026
|
administrator?: ProfileCreateNestedOneWithoutProductionsAdministratedInput
|
@@ -30098,7 +30032,6 @@ export namespace Prisma {
|
|
30098
30032
|
export type ProductionUncheckedCreateInput = {
|
30099
30033
|
id?: string
|
30100
30034
|
name: string
|
30101
|
-
description?: string
|
30102
30035
|
administratorId?: string | null
|
30103
30036
|
created_at?: Date | string
|
30104
30037
|
updated_at?: Date | string
|
@@ -30110,7 +30043,6 @@ export namespace Prisma {
|
|
30110
30043
|
export type ProductionUpdateInput = {
|
30111
30044
|
id?: StringFieldUpdateOperationsInput | string
|
30112
30045
|
name?: StringFieldUpdateOperationsInput | string
|
30113
|
-
description?: StringFieldUpdateOperationsInput | string
|
30114
30046
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
30115
30047
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
30116
30048
|
administrator?: ProfileUpdateOneWithoutProductionsAdministratedNestedInput
|
@@ -30122,7 +30054,6 @@ export namespace Prisma {
|
|
30122
30054
|
export type ProductionUncheckedUpdateInput = {
|
30123
30055
|
id?: StringFieldUpdateOperationsInput | string
|
30124
30056
|
name?: StringFieldUpdateOperationsInput | string
|
30125
|
-
description?: StringFieldUpdateOperationsInput | string
|
30126
30057
|
administratorId?: NullableStringFieldUpdateOperationsInput | string | null
|
30127
30058
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
30128
30059
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
@@ -30134,7 +30065,6 @@ export namespace Prisma {
|
|
30134
30065
|
export type ProductionCreateManyInput = {
|
30135
30066
|
id?: string
|
30136
30067
|
name: string
|
30137
|
-
description?: string
|
30138
30068
|
administratorId?: string | null
|
30139
30069
|
created_at?: Date | string
|
30140
30070
|
updated_at?: Date | string
|
@@ -30143,7 +30073,6 @@ export namespace Prisma {
|
|
30143
30073
|
export type ProductionUpdateManyMutationInput = {
|
30144
30074
|
id?: StringFieldUpdateOperationsInput | string
|
30145
30075
|
name?: StringFieldUpdateOperationsInput | string
|
30146
|
-
description?: StringFieldUpdateOperationsInput | string
|
30147
30076
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
30148
30077
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
30149
30078
|
}
|
@@ -30151,7 +30080,6 @@ export namespace Prisma {
|
|
30151
30080
|
export type ProductionUncheckedUpdateManyInput = {
|
30152
30081
|
id?: StringFieldUpdateOperationsInput | string
|
30153
30082
|
name?: StringFieldUpdateOperationsInput | string
|
30154
|
-
description?: StringFieldUpdateOperationsInput | string
|
30155
30083
|
administratorId?: NullableStringFieldUpdateOperationsInput | string | null
|
30156
30084
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
30157
30085
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
@@ -30228,7 +30156,6 @@ export namespace Prisma {
|
|
30228
30156
|
export type DynamicFormCreateInput = {
|
30229
30157
|
id?: string
|
30230
30158
|
name: string
|
30231
|
-
type?: $Enums.DynamicFormType
|
30232
30159
|
created_at?: Date | string
|
30233
30160
|
updated_at?: Date | string
|
30234
30161
|
questions?: DynamicQuestionCreateNestedManyWithoutFormInput
|
@@ -30237,7 +30164,6 @@ export namespace Prisma {
|
|
30237
30164
|
export type DynamicFormUncheckedCreateInput = {
|
30238
30165
|
id?: string
|
30239
30166
|
name: string
|
30240
|
-
type?: $Enums.DynamicFormType
|
30241
30167
|
created_at?: Date | string
|
30242
30168
|
updated_at?: Date | string
|
30243
30169
|
questions?: DynamicQuestionUncheckedCreateNestedManyWithoutFormInput
|
@@ -30246,7 +30172,6 @@ export namespace Prisma {
|
|
30246
30172
|
export type DynamicFormUpdateInput = {
|
30247
30173
|
id?: StringFieldUpdateOperationsInput | string
|
30248
30174
|
name?: StringFieldUpdateOperationsInput | string
|
30249
|
-
type?: EnumDynamicFormTypeFieldUpdateOperationsInput | $Enums.DynamicFormType
|
30250
30175
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
30251
30176
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
30252
30177
|
questions?: DynamicQuestionUpdateManyWithoutFormNestedInput
|
@@ -30255,7 +30180,6 @@ export namespace Prisma {
|
|
30255
30180
|
export type DynamicFormUncheckedUpdateInput = {
|
30256
30181
|
id?: StringFieldUpdateOperationsInput | string
|
30257
30182
|
name?: StringFieldUpdateOperationsInput | string
|
30258
|
-
type?: EnumDynamicFormTypeFieldUpdateOperationsInput | $Enums.DynamicFormType
|
30259
30183
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
30260
30184
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
30261
30185
|
questions?: DynamicQuestionUncheckedUpdateManyWithoutFormNestedInput
|
@@ -30264,7 +30188,6 @@ export namespace Prisma {
|
|
30264
30188
|
export type DynamicFormCreateManyInput = {
|
30265
30189
|
id?: string
|
30266
30190
|
name: string
|
30267
|
-
type?: $Enums.DynamicFormType
|
30268
30191
|
created_at?: Date | string
|
30269
30192
|
updated_at?: Date | string
|
30270
30193
|
}
|
@@ -30272,7 +30195,6 @@ export namespace Prisma {
|
|
30272
30195
|
export type DynamicFormUpdateManyMutationInput = {
|
30273
30196
|
id?: StringFieldUpdateOperationsInput | string
|
30274
30197
|
name?: StringFieldUpdateOperationsInput | string
|
30275
|
-
type?: EnumDynamicFormTypeFieldUpdateOperationsInput | $Enums.DynamicFormType
|
30276
30198
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
30277
30199
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
30278
30200
|
}
|
@@ -30280,7 +30202,6 @@ export namespace Prisma {
|
|
30280
30202
|
export type DynamicFormUncheckedUpdateManyInput = {
|
30281
30203
|
id?: StringFieldUpdateOperationsInput | string
|
30282
30204
|
name?: StringFieldUpdateOperationsInput | string
|
30283
|
-
type?: EnumDynamicFormTypeFieldUpdateOperationsInput | $Enums.DynamicFormType
|
30284
30205
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
30285
30206
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
30286
30207
|
}
|
@@ -31617,7 +31538,6 @@ export namespace Prisma {
|
|
31617
31538
|
export type ProductionCountOrderByAggregateInput = {
|
31618
31539
|
id?: SortOrder
|
31619
31540
|
name?: SortOrder
|
31620
|
-
description?: SortOrder
|
31621
31541
|
administratorId?: SortOrder
|
31622
31542
|
created_at?: SortOrder
|
31623
31543
|
updated_at?: SortOrder
|
@@ -31626,7 +31546,6 @@ export namespace Prisma {
|
|
31626
31546
|
export type ProductionMaxOrderByAggregateInput = {
|
31627
31547
|
id?: SortOrder
|
31628
31548
|
name?: SortOrder
|
31629
|
-
description?: SortOrder
|
31630
31549
|
administratorId?: SortOrder
|
31631
31550
|
created_at?: SortOrder
|
31632
31551
|
updated_at?: SortOrder
|
@@ -31635,7 +31554,6 @@ export namespace Prisma {
|
|
31635
31554
|
export type ProductionMinOrderByAggregateInput = {
|
31636
31555
|
id?: SortOrder
|
31637
31556
|
name?: SortOrder
|
31638
|
-
description?: SortOrder
|
31639
31557
|
administratorId?: SortOrder
|
31640
31558
|
created_at?: SortOrder
|
31641
31559
|
updated_at?: SortOrder
|
@@ -31693,13 +31611,6 @@ export namespace Prisma {
|
|
31693
31611
|
_max?: NestedEnumAffiliationStatusFilter<$PrismaModel>
|
31694
31612
|
}
|
31695
31613
|
|
31696
|
-
export type EnumDynamicFormTypeFilter<$PrismaModel = never> = {
|
31697
|
-
equals?: $Enums.DynamicFormType | EnumDynamicFormTypeFieldRefInput<$PrismaModel>
|
31698
|
-
in?: $Enums.DynamicFormType[] | ListEnumDynamicFormTypeFieldRefInput<$PrismaModel>
|
31699
|
-
notIn?: $Enums.DynamicFormType[] | ListEnumDynamicFormTypeFieldRefInput<$PrismaModel>
|
31700
|
-
not?: NestedEnumDynamicFormTypeFilter<$PrismaModel> | $Enums.DynamicFormType
|
31701
|
-
}
|
31702
|
-
|
31703
31614
|
export type DynamicQuestionListRelationFilter = {
|
31704
31615
|
every?: DynamicQuestionWhereInput
|
31705
31616
|
some?: DynamicQuestionWhereInput
|
@@ -31713,7 +31624,6 @@ export namespace Prisma {
|
|
31713
31624
|
export type DynamicFormCountOrderByAggregateInput = {
|
31714
31625
|
id?: SortOrder
|
31715
31626
|
name?: SortOrder
|
31716
|
-
type?: SortOrder
|
31717
31627
|
created_at?: SortOrder
|
31718
31628
|
updated_at?: SortOrder
|
31719
31629
|
}
|
@@ -31721,7 +31631,6 @@ export namespace Prisma {
|
|
31721
31631
|
export type DynamicFormMaxOrderByAggregateInput = {
|
31722
31632
|
id?: SortOrder
|
31723
31633
|
name?: SortOrder
|
31724
|
-
type?: SortOrder
|
31725
31634
|
created_at?: SortOrder
|
31726
31635
|
updated_at?: SortOrder
|
31727
31636
|
}
|
@@ -31729,21 +31638,10 @@ export namespace Prisma {
|
|
31729
31638
|
export type DynamicFormMinOrderByAggregateInput = {
|
31730
31639
|
id?: SortOrder
|
31731
31640
|
name?: SortOrder
|
31732
|
-
type?: SortOrder
|
31733
31641
|
created_at?: SortOrder
|
31734
31642
|
updated_at?: SortOrder
|
31735
31643
|
}
|
31736
31644
|
|
31737
|
-
export type EnumDynamicFormTypeWithAggregatesFilter<$PrismaModel = never> = {
|
31738
|
-
equals?: $Enums.DynamicFormType | EnumDynamicFormTypeFieldRefInput<$PrismaModel>
|
31739
|
-
in?: $Enums.DynamicFormType[] | ListEnumDynamicFormTypeFieldRefInput<$PrismaModel>
|
31740
|
-
notIn?: $Enums.DynamicFormType[] | ListEnumDynamicFormTypeFieldRefInput<$PrismaModel>
|
31741
|
-
not?: NestedEnumDynamicFormTypeWithAggregatesFilter<$PrismaModel> | $Enums.DynamicFormType
|
31742
|
-
_count?: NestedIntFilter<$PrismaModel>
|
31743
|
-
_min?: NestedEnumDynamicFormTypeFilter<$PrismaModel>
|
31744
|
-
_max?: NestedEnumDynamicFormTypeFilter<$PrismaModel>
|
31745
|
-
}
|
31746
|
-
|
31747
31645
|
export type DynamicFormScalarRelationFilter = {
|
31748
31646
|
is?: DynamicFormWhereInput
|
31749
31647
|
isNot?: DynamicFormWhereInput
|
@@ -33713,10 +33611,6 @@ export namespace Prisma {
|
|
33713
33611
|
connect?: DynamicQuestionWhereUniqueInput | DynamicQuestionWhereUniqueInput[]
|
33714
33612
|
}
|
33715
33613
|
|
33716
|
-
export type EnumDynamicFormTypeFieldUpdateOperationsInput = {
|
33717
|
-
set?: $Enums.DynamicFormType
|
33718
|
-
}
|
33719
|
-
|
33720
33614
|
export type DynamicQuestionUpdateManyWithoutFormNestedInput = {
|
33721
33615
|
create?: XOR<DynamicQuestionCreateWithoutFormInput, DynamicQuestionUncheckedCreateWithoutFormInput> | DynamicQuestionCreateWithoutFormInput[] | DynamicQuestionUncheckedCreateWithoutFormInput[]
|
33722
33616
|
connectOrCreate?: DynamicQuestionCreateOrConnectWithoutFormInput | DynamicQuestionCreateOrConnectWithoutFormInput[]
|
@@ -34235,23 +34129,6 @@ export namespace Prisma {
|
|
34235
34129
|
_max?: NestedEnumAffiliationStatusFilter<$PrismaModel>
|
34236
34130
|
}
|
34237
34131
|
|
34238
|
-
export type NestedEnumDynamicFormTypeFilter<$PrismaModel = never> = {
|
34239
|
-
equals?: $Enums.DynamicFormType | EnumDynamicFormTypeFieldRefInput<$PrismaModel>
|
34240
|
-
in?: $Enums.DynamicFormType[] | ListEnumDynamicFormTypeFieldRefInput<$PrismaModel>
|
34241
|
-
notIn?: $Enums.DynamicFormType[] | ListEnumDynamicFormTypeFieldRefInput<$PrismaModel>
|
34242
|
-
not?: NestedEnumDynamicFormTypeFilter<$PrismaModel> | $Enums.DynamicFormType
|
34243
|
-
}
|
34244
|
-
|
34245
|
-
export type NestedEnumDynamicFormTypeWithAggregatesFilter<$PrismaModel = never> = {
|
34246
|
-
equals?: $Enums.DynamicFormType | EnumDynamicFormTypeFieldRefInput<$PrismaModel>
|
34247
|
-
in?: $Enums.DynamicFormType[] | ListEnumDynamicFormTypeFieldRefInput<$PrismaModel>
|
34248
|
-
notIn?: $Enums.DynamicFormType[] | ListEnumDynamicFormTypeFieldRefInput<$PrismaModel>
|
34249
|
-
not?: NestedEnumDynamicFormTypeWithAggregatesFilter<$PrismaModel> | $Enums.DynamicFormType
|
34250
|
-
_count?: NestedIntFilter<$PrismaModel>
|
34251
|
-
_min?: NestedEnumDynamicFormTypeFilter<$PrismaModel>
|
34252
|
-
_max?: NestedEnumDynamicFormTypeFilter<$PrismaModel>
|
34253
|
-
}
|
34254
|
-
|
34255
34132
|
export type CommentCreateWithoutAccountInput = {
|
34256
34133
|
id?: string
|
34257
34134
|
content: string
|
@@ -34712,7 +34589,6 @@ export namespace Prisma {
|
|
34712
34589
|
export type ProductionCreateWithoutAdministratorInput = {
|
34713
34590
|
id?: string
|
34714
34591
|
name: string
|
34715
|
-
description?: string
|
34716
34592
|
created_at?: Date | string
|
34717
34593
|
updated_at?: Date | string
|
34718
34594
|
participants?: ProfileCreateNestedManyWithoutProductionsParticipatedInput
|
@@ -34723,7 +34599,6 @@ export namespace Prisma {
|
|
34723
34599
|
export type ProductionUncheckedCreateWithoutAdministratorInput = {
|
34724
34600
|
id?: string
|
34725
34601
|
name: string
|
34726
|
-
description?: string
|
34727
34602
|
created_at?: Date | string
|
34728
34603
|
updated_at?: Date | string
|
34729
34604
|
participants?: ProfileUncheckedCreateNestedManyWithoutProductionsParticipatedInput
|
@@ -34744,7 +34619,6 @@ export namespace Prisma {
|
|
34744
34619
|
export type ProductionCreateWithoutParticipantsInput = {
|
34745
34620
|
id?: string
|
34746
34621
|
name: string
|
34747
|
-
description?: string
|
34748
34622
|
created_at?: Date | string
|
34749
34623
|
updated_at?: Date | string
|
34750
34624
|
administrator?: ProfileCreateNestedOneWithoutProductionsAdministratedInput
|
@@ -34755,7 +34629,6 @@ export namespace Prisma {
|
|
34755
34629
|
export type ProductionUncheckedCreateWithoutParticipantsInput = {
|
34756
34630
|
id?: string
|
34757
34631
|
name: string
|
34758
|
-
description?: string
|
34759
34632
|
administratorId?: string | null
|
34760
34633
|
created_at?: Date | string
|
34761
34634
|
updated_at?: Date | string
|
@@ -35042,7 +34915,6 @@ export namespace Prisma {
|
|
35042
34915
|
NOT?: ProductionScalarWhereInput | ProductionScalarWhereInput[]
|
35043
34916
|
id?: StringFilter<"Production"> | string
|
35044
34917
|
name?: StringFilter<"Production"> | string
|
35045
|
-
description?: StringFilter<"Production"> | string
|
35046
34918
|
administratorId?: StringNullableFilter<"Production"> | string | null
|
35047
34919
|
created_at?: DateTimeFilter<"Production"> | Date | string
|
35048
34920
|
updated_at?: DateTimeFilter<"Production"> | Date | string
|
@@ -36994,7 +36866,6 @@ export namespace Prisma {
|
|
36994
36866
|
export type ProductionCreateWithoutEventsInput = {
|
36995
36867
|
id?: string
|
36996
36868
|
name: string
|
36997
|
-
description?: string
|
36998
36869
|
created_at?: Date | string
|
36999
36870
|
updated_at?: Date | string
|
37000
36871
|
administrator?: ProfileCreateNestedOneWithoutProductionsAdministratedInput
|
@@ -37005,7 +36876,6 @@ export namespace Prisma {
|
|
37005
36876
|
export type ProductionUncheckedCreateWithoutEventsInput = {
|
37006
36877
|
id?: string
|
37007
36878
|
name: string
|
37008
|
-
description?: string
|
37009
36879
|
administratorId?: string | null
|
37010
36880
|
created_at?: Date | string
|
37011
36881
|
updated_at?: Date | string
|
@@ -38741,7 +38611,6 @@ export namespace Prisma {
|
|
38741
38611
|
export type ProductionCreateWithoutAffiliationRequestsInput = {
|
38742
38612
|
id?: string
|
38743
38613
|
name: string
|
38744
|
-
description?: string
|
38745
38614
|
created_at?: Date | string
|
38746
38615
|
updated_at?: Date | string
|
38747
38616
|
administrator?: ProfileCreateNestedOneWithoutProductionsAdministratedInput
|
@@ -38752,7 +38621,6 @@ export namespace Prisma {
|
|
38752
38621
|
export type ProductionUncheckedCreateWithoutAffiliationRequestsInput = {
|
38753
38622
|
id?: string
|
38754
38623
|
name: string
|
38755
|
-
description?: string
|
38756
38624
|
administratorId?: string | null
|
38757
38625
|
created_at?: Date | string
|
38758
38626
|
updated_at?: Date | string
|
@@ -38856,7 +38724,6 @@ export namespace Prisma {
|
|
38856
38724
|
export type ProductionUpdateWithoutAffiliationRequestsInput = {
|
38857
38725
|
id?: StringFieldUpdateOperationsInput | string
|
38858
38726
|
name?: StringFieldUpdateOperationsInput | string
|
38859
|
-
description?: StringFieldUpdateOperationsInput | string
|
38860
38727
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
38861
38728
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
38862
38729
|
administrator?: ProfileUpdateOneWithoutProductionsAdministratedNestedInput
|
@@ -38867,7 +38734,6 @@ export namespace Prisma {
|
|
38867
38734
|
export type ProductionUncheckedUpdateWithoutAffiliationRequestsInput = {
|
38868
38735
|
id?: StringFieldUpdateOperationsInput | string
|
38869
38736
|
name?: StringFieldUpdateOperationsInput | string
|
38870
|
-
description?: StringFieldUpdateOperationsInput | string
|
38871
38737
|
administratorId?: NullableStringFieldUpdateOperationsInput | string | null
|
38872
38738
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
38873
38739
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
@@ -39026,7 +38892,6 @@ export namespace Prisma {
|
|
39026
38892
|
export type DynamicFormCreateWithoutQuestionsInput = {
|
39027
38893
|
id?: string
|
39028
38894
|
name: string
|
39029
|
-
type?: $Enums.DynamicFormType
|
39030
38895
|
created_at?: Date | string
|
39031
38896
|
updated_at?: Date | string
|
39032
38897
|
}
|
@@ -39034,7 +38899,6 @@ export namespace Prisma {
|
|
39034
38899
|
export type DynamicFormUncheckedCreateWithoutQuestionsInput = {
|
39035
38900
|
id?: string
|
39036
38901
|
name: string
|
39037
|
-
type?: $Enums.DynamicFormType
|
39038
38902
|
created_at?: Date | string
|
39039
38903
|
updated_at?: Date | string
|
39040
38904
|
}
|
@@ -39109,7 +38973,6 @@ export namespace Prisma {
|
|
39109
38973
|
export type DynamicFormUpdateWithoutQuestionsInput = {
|
39110
38974
|
id?: StringFieldUpdateOperationsInput | string
|
39111
38975
|
name?: StringFieldUpdateOperationsInput | string
|
39112
|
-
type?: EnumDynamicFormTypeFieldUpdateOperationsInput | $Enums.DynamicFormType
|
39113
38976
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
39114
38977
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
39115
38978
|
}
|
@@ -39117,7 +38980,6 @@ export namespace Prisma {
|
|
39117
38980
|
export type DynamicFormUncheckedUpdateWithoutQuestionsInput = {
|
39118
38981
|
id?: StringFieldUpdateOperationsInput | string
|
39119
38982
|
name?: StringFieldUpdateOperationsInput | string
|
39120
|
-
type?: EnumDynamicFormTypeFieldUpdateOperationsInput | $Enums.DynamicFormType
|
39121
38983
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
39122
38984
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
39123
38985
|
}
|
@@ -39538,7 +39400,6 @@ export namespace Prisma {
|
|
39538
39400
|
export type ProductionCreateManyAdministratorInput = {
|
39539
39401
|
id?: string
|
39540
39402
|
name: string
|
39541
|
-
description?: string
|
39542
39403
|
created_at?: Date | string
|
39543
39404
|
updated_at?: Date | string
|
39544
39405
|
}
|
@@ -39737,7 +39598,6 @@ export namespace Prisma {
|
|
39737
39598
|
export type ProductionUpdateWithoutAdministratorInput = {
|
39738
39599
|
id?: StringFieldUpdateOperationsInput | string
|
39739
39600
|
name?: StringFieldUpdateOperationsInput | string
|
39740
|
-
description?: StringFieldUpdateOperationsInput | string
|
39741
39601
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
39742
39602
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
39743
39603
|
participants?: ProfileUpdateManyWithoutProductionsParticipatedNestedInput
|
@@ -39748,7 +39608,6 @@ export namespace Prisma {
|
|
39748
39608
|
export type ProductionUncheckedUpdateWithoutAdministratorInput = {
|
39749
39609
|
id?: StringFieldUpdateOperationsInput | string
|
39750
39610
|
name?: StringFieldUpdateOperationsInput | string
|
39751
|
-
description?: StringFieldUpdateOperationsInput | string
|
39752
39611
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
39753
39612
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
39754
39613
|
participants?: ProfileUncheckedUpdateManyWithoutProductionsParticipatedNestedInput
|
@@ -39759,7 +39618,6 @@ export namespace Prisma {
|
|
39759
39618
|
export type ProductionUncheckedUpdateManyWithoutAdministratorInput = {
|
39760
39619
|
id?: StringFieldUpdateOperationsInput | string
|
39761
39620
|
name?: StringFieldUpdateOperationsInput | string
|
39762
|
-
description?: StringFieldUpdateOperationsInput | string
|
39763
39621
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
39764
39622
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
39765
39623
|
}
|
@@ -39767,7 +39625,6 @@ export namespace Prisma {
|
|
39767
39625
|
export type ProductionUpdateWithoutParticipantsInput = {
|
39768
39626
|
id?: StringFieldUpdateOperationsInput | string
|
39769
39627
|
name?: StringFieldUpdateOperationsInput | string
|
39770
|
-
description?: StringFieldUpdateOperationsInput | string
|
39771
39628
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
39772
39629
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
39773
39630
|
administrator?: ProfileUpdateOneWithoutProductionsAdministratedNestedInput
|
@@ -39778,7 +39635,6 @@ export namespace Prisma {
|
|
39778
39635
|
export type ProductionUncheckedUpdateWithoutParticipantsInput = {
|
39779
39636
|
id?: StringFieldUpdateOperationsInput | string
|
39780
39637
|
name?: StringFieldUpdateOperationsInput | string
|
39781
|
-
description?: StringFieldUpdateOperationsInput | string
|
39782
39638
|
administratorId?: NullableStringFieldUpdateOperationsInput | string | null
|
39783
39639
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
39784
39640
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
@@ -39789,7 +39645,6 @@ export namespace Prisma {
|
|
39789
39645
|
export type ProductionUncheckedUpdateManyWithoutParticipantsInput = {
|
39790
39646
|
id?: StringFieldUpdateOperationsInput | string
|
39791
39647
|
name?: StringFieldUpdateOperationsInput | string
|
39792
|
-
description?: StringFieldUpdateOperationsInput | string
|
39793
39648
|
administratorId?: NullableStringFieldUpdateOperationsInput | string | null
|
39794
39649
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
39795
39650
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
@@ -40763,7 +40618,6 @@ export namespace Prisma {
|
|
40763
40618
|
export type ProductionUpdateWithoutEventsInput = {
|
40764
40619
|
id?: StringFieldUpdateOperationsInput | string
|
40765
40620
|
name?: StringFieldUpdateOperationsInput | string
|
40766
|
-
description?: StringFieldUpdateOperationsInput | string
|
40767
40621
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
40768
40622
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
40769
40623
|
administrator?: ProfileUpdateOneWithoutProductionsAdministratedNestedInput
|
@@ -40774,7 +40628,6 @@ export namespace Prisma {
|
|
40774
40628
|
export type ProductionUncheckedUpdateWithoutEventsInput = {
|
40775
40629
|
id?: StringFieldUpdateOperationsInput | string
|
40776
40630
|
name?: StringFieldUpdateOperationsInput | string
|
40777
|
-
description?: StringFieldUpdateOperationsInput | string
|
40778
40631
|
administratorId?: NullableStringFieldUpdateOperationsInput | string | null
|
40779
40632
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
40780
40633
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
@@ -40785,7 +40638,6 @@ export namespace Prisma {
|
|
40785
40638
|
export type ProductionUncheckedUpdateManyWithoutEventsInput = {
|
40786
40639
|
id?: StringFieldUpdateOperationsInput | string
|
40787
40640
|
name?: StringFieldUpdateOperationsInput | string
|
40788
|
-
description?: StringFieldUpdateOperationsInput | string
|
40789
40641
|
administratorId?: NullableStringFieldUpdateOperationsInput | string | null
|
40790
40642
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
40791
40643
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|