expo-backend-types 0.57.0-EXPO-379-EB-Rutas-necesarias.12 → 0.57.0-EXPO-387-Etapa-4-Paquete-03.1
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/exports.d.ts +0 -1
- package/dist/src/dynamic-form/exports.js +0 -1
- package/dist/src/i18n/es.d.ts +0 -12
- package/dist/src/i18n/es.js +0 -12
- 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/types/prisma-schema/edge.js +3 -4
- package/dist/types/prisma-schema/index-browser.js +0 -1
- package/dist/types/prisma-schema/index.d.ts +1 -51
- package/dist/types/prisma-schema/index.js +3 -4
- package/dist/types/prisma-schema/package.json +1 -1
- package/dist/types/prisma-schema/schema.prisma +1 -2
- package/dist/types/prisma-schema/wasm.js +0 -1
- package/dist/types/schema.d.ts +0 -270
- package/package.json +1 -1
- package/dist/src/dynamic-form/dto/find-by-name-dynamic-form.dto.d.ts +0 -515
- package/dist/src/dynamic-form/dto/find-by-name-dynamic-form.dto.js +0 -23
- package/dist/src/dynamic-form/dto/submit-dynamic-form.dto.d.ts +0 -345
- package/dist/src/dynamic-form/dto/submit-dynamic-form.dto.js +0 -24
- 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
@@ -297,7 +297,6 @@ exports.Prisma.EventTicketScalarFieldEnum = {
|
|
297
297
|
exports.Prisma.ProductionScalarFieldEnum = {
|
298
298
|
id: 'id',
|
299
299
|
name: 'name',
|
300
|
-
description: 'description',
|
301
300
|
administratorId: 'administratorId',
|
302
301
|
created_at: 'created_at',
|
303
302
|
updated_at: 'updated_at'
|
@@ -21043,7 +21043,6 @@ export namespace Prisma {
|
|
21043
21043
|
export type ProductionMinAggregateOutputType = {
|
21044
21044
|
id: string | null
|
21045
21045
|
name: string | null
|
21046
|
-
description: string | null
|
21047
21046
|
administratorId: string | null
|
21048
21047
|
created_at: Date | null
|
21049
21048
|
updated_at: Date | null
|
@@ -21052,7 +21051,6 @@ export namespace Prisma {
|
|
21052
21051
|
export type ProductionMaxAggregateOutputType = {
|
21053
21052
|
id: string | null
|
21054
21053
|
name: string | null
|
21055
|
-
description: string | null
|
21056
21054
|
administratorId: string | null
|
21057
21055
|
created_at: Date | null
|
21058
21056
|
updated_at: Date | null
|
@@ -21061,7 +21059,6 @@ export namespace Prisma {
|
|
21061
21059
|
export type ProductionCountAggregateOutputType = {
|
21062
21060
|
id: number
|
21063
21061
|
name: number
|
21064
|
-
description: number
|
21065
21062
|
administratorId: number
|
21066
21063
|
created_at: number
|
21067
21064
|
updated_at: number
|
@@ -21072,7 +21069,6 @@ export namespace Prisma {
|
|
21072
21069
|
export type ProductionMinAggregateInputType = {
|
21073
21070
|
id?: true
|
21074
21071
|
name?: true
|
21075
|
-
description?: true
|
21076
21072
|
administratorId?: true
|
21077
21073
|
created_at?: true
|
21078
21074
|
updated_at?: true
|
@@ -21081,7 +21077,6 @@ export namespace Prisma {
|
|
21081
21077
|
export type ProductionMaxAggregateInputType = {
|
21082
21078
|
id?: true
|
21083
21079
|
name?: true
|
21084
|
-
description?: true
|
21085
21080
|
administratorId?: true
|
21086
21081
|
created_at?: true
|
21087
21082
|
updated_at?: true
|
@@ -21090,7 +21085,6 @@ export namespace Prisma {
|
|
21090
21085
|
export type ProductionCountAggregateInputType = {
|
21091
21086
|
id?: true
|
21092
21087
|
name?: true
|
21093
|
-
description?: true
|
21094
21088
|
administratorId?: true
|
21095
21089
|
created_at?: true
|
21096
21090
|
updated_at?: true
|
@@ -21172,7 +21166,6 @@ export namespace Prisma {
|
|
21172
21166
|
export type ProductionGroupByOutputType = {
|
21173
21167
|
id: string
|
21174
21168
|
name: string
|
21175
|
-
description: string
|
21176
21169
|
administratorId: string | null
|
21177
21170
|
created_at: Date
|
21178
21171
|
updated_at: Date
|
@@ -21198,7 +21191,6 @@ export namespace Prisma {
|
|
21198
21191
|
export type ProductionSelect<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
|
21199
21192
|
id?: boolean
|
21200
21193
|
name?: boolean
|
21201
|
-
description?: boolean
|
21202
21194
|
administratorId?: boolean
|
21203
21195
|
created_at?: boolean
|
21204
21196
|
updated_at?: boolean
|
@@ -21212,7 +21204,6 @@ export namespace Prisma {
|
|
21212
21204
|
export type ProductionSelectCreateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
|
21213
21205
|
id?: boolean
|
21214
21206
|
name?: boolean
|
21215
|
-
description?: boolean
|
21216
21207
|
administratorId?: boolean
|
21217
21208
|
created_at?: boolean
|
21218
21209
|
updated_at?: boolean
|
@@ -21222,7 +21213,6 @@ export namespace Prisma {
|
|
21222
21213
|
export type ProductionSelectUpdateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
|
21223
21214
|
id?: boolean
|
21224
21215
|
name?: boolean
|
21225
|
-
description?: boolean
|
21226
21216
|
administratorId?: boolean
|
21227
21217
|
created_at?: boolean
|
21228
21218
|
updated_at?: boolean
|
@@ -21232,13 +21222,12 @@ export namespace Prisma {
|
|
21232
21222
|
export type ProductionSelectScalar = {
|
21233
21223
|
id?: boolean
|
21234
21224
|
name?: boolean
|
21235
|
-
description?: boolean
|
21236
21225
|
administratorId?: boolean
|
21237
21226
|
created_at?: boolean
|
21238
21227
|
updated_at?: boolean
|
21239
21228
|
}
|
21240
21229
|
|
21241
|
-
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"]>
|
21242
21231
|
export type ProductionInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
21243
21232
|
administrator?: boolean | Production$administratorArgs<ExtArgs>
|
21244
21233
|
participants?: boolean | Production$participantsArgs<ExtArgs>
|
@@ -21264,7 +21253,6 @@ export namespace Prisma {
|
|
21264
21253
|
scalars: $Extensions.GetPayloadResult<{
|
21265
21254
|
id: string
|
21266
21255
|
name: string
|
21267
|
-
description: string
|
21268
21256
|
administratorId: string | null
|
21269
21257
|
created_at: Date
|
21270
21258
|
updated_at: Date
|
@@ -21697,7 +21685,6 @@ export namespace Prisma {
|
|
21697
21685
|
interface ProductionFieldRefs {
|
21698
21686
|
readonly id: FieldRef<"Production", 'String'>
|
21699
21687
|
readonly name: FieldRef<"Production", 'String'>
|
21700
|
-
readonly description: FieldRef<"Production", 'String'>
|
21701
21688
|
readonly administratorId: FieldRef<"Production", 'String'>
|
21702
21689
|
readonly created_at: FieldRef<"Production", 'DateTime'>
|
21703
21690
|
readonly updated_at: FieldRef<"Production", 'DateTime'>
|
@@ -26821,7 +26808,6 @@ export namespace Prisma {
|
|
26821
26808
|
export const ProductionScalarFieldEnum: {
|
26822
26809
|
id: 'id',
|
26823
26810
|
name: 'name',
|
26824
|
-
description: 'description',
|
26825
26811
|
administratorId: 'administratorId',
|
26826
26812
|
created_at: 'created_at',
|
26827
26813
|
updated_at: 'updated_at'
|
@@ -28355,7 +28341,6 @@ export namespace Prisma {
|
|
28355
28341
|
NOT?: ProductionWhereInput | ProductionWhereInput[]
|
28356
28342
|
id?: StringFilter<"Production"> | string
|
28357
28343
|
name?: StringFilter<"Production"> | string
|
28358
|
-
description?: StringFilter<"Production"> | string
|
28359
28344
|
administratorId?: StringNullableFilter<"Production"> | string | null
|
28360
28345
|
created_at?: DateTimeFilter<"Production"> | Date | string
|
28361
28346
|
updated_at?: DateTimeFilter<"Production"> | Date | string
|
@@ -28368,7 +28353,6 @@ export namespace Prisma {
|
|
28368
28353
|
export type ProductionOrderByWithRelationInput = {
|
28369
28354
|
id?: SortOrder
|
28370
28355
|
name?: SortOrder
|
28371
|
-
description?: SortOrder
|
28372
28356
|
administratorId?: SortOrderInput | SortOrder
|
28373
28357
|
created_at?: SortOrder
|
28374
28358
|
updated_at?: SortOrder
|
@@ -28384,7 +28368,6 @@ export namespace Prisma {
|
|
28384
28368
|
AND?: ProductionWhereInput | ProductionWhereInput[]
|
28385
28369
|
OR?: ProductionWhereInput[]
|
28386
28370
|
NOT?: ProductionWhereInput | ProductionWhereInput[]
|
28387
|
-
description?: StringFilter<"Production"> | string
|
28388
28371
|
administratorId?: StringNullableFilter<"Production"> | string | null
|
28389
28372
|
created_at?: DateTimeFilter<"Production"> | Date | string
|
28390
28373
|
updated_at?: DateTimeFilter<"Production"> | Date | string
|
@@ -28397,7 +28380,6 @@ export namespace Prisma {
|
|
28397
28380
|
export type ProductionOrderByWithAggregationInput = {
|
28398
28381
|
id?: SortOrder
|
28399
28382
|
name?: SortOrder
|
28400
|
-
description?: SortOrder
|
28401
28383
|
administratorId?: SortOrderInput | SortOrder
|
28402
28384
|
created_at?: SortOrder
|
28403
28385
|
updated_at?: SortOrder
|
@@ -28412,7 +28394,6 @@ export namespace Prisma {
|
|
28412
28394
|
NOT?: ProductionScalarWhereWithAggregatesInput | ProductionScalarWhereWithAggregatesInput[]
|
28413
28395
|
id?: StringWithAggregatesFilter<"Production"> | string
|
28414
28396
|
name?: StringWithAggregatesFilter<"Production"> | string
|
28415
|
-
description?: StringWithAggregatesFilter<"Production"> | string
|
28416
28397
|
administratorId?: StringNullableWithAggregatesFilter<"Production"> | string | null
|
28417
28398
|
created_at?: DateTimeWithAggregatesFilter<"Production"> | Date | string
|
28418
28399
|
updated_at?: DateTimeWithAggregatesFilter<"Production"> | Date | string
|
@@ -30040,7 +30021,6 @@ export namespace Prisma {
|
|
30040
30021
|
export type ProductionCreateInput = {
|
30041
30022
|
id?: string
|
30042
30023
|
name: string
|
30043
|
-
description?: string
|
30044
30024
|
created_at?: Date | string
|
30045
30025
|
updated_at?: Date | string
|
30046
30026
|
administrator?: ProfileCreateNestedOneWithoutProductionsAdministratedInput
|
@@ -30052,7 +30032,6 @@ export namespace Prisma {
|
|
30052
30032
|
export type ProductionUncheckedCreateInput = {
|
30053
30033
|
id?: string
|
30054
30034
|
name: string
|
30055
|
-
description?: string
|
30056
30035
|
administratorId?: string | null
|
30057
30036
|
created_at?: Date | string
|
30058
30037
|
updated_at?: Date | string
|
@@ -30064,7 +30043,6 @@ export namespace Prisma {
|
|
30064
30043
|
export type ProductionUpdateInput = {
|
30065
30044
|
id?: StringFieldUpdateOperationsInput | string
|
30066
30045
|
name?: StringFieldUpdateOperationsInput | string
|
30067
|
-
description?: StringFieldUpdateOperationsInput | string
|
30068
30046
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
30069
30047
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
30070
30048
|
administrator?: ProfileUpdateOneWithoutProductionsAdministratedNestedInput
|
@@ -30076,7 +30054,6 @@ export namespace Prisma {
|
|
30076
30054
|
export type ProductionUncheckedUpdateInput = {
|
30077
30055
|
id?: StringFieldUpdateOperationsInput | string
|
30078
30056
|
name?: StringFieldUpdateOperationsInput | string
|
30079
|
-
description?: StringFieldUpdateOperationsInput | string
|
30080
30057
|
administratorId?: NullableStringFieldUpdateOperationsInput | string | null
|
30081
30058
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
30082
30059
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
@@ -30088,7 +30065,6 @@ export namespace Prisma {
|
|
30088
30065
|
export type ProductionCreateManyInput = {
|
30089
30066
|
id?: string
|
30090
30067
|
name: string
|
30091
|
-
description?: string
|
30092
30068
|
administratorId?: string | null
|
30093
30069
|
created_at?: Date | string
|
30094
30070
|
updated_at?: Date | string
|
@@ -30097,7 +30073,6 @@ export namespace Prisma {
|
|
30097
30073
|
export type ProductionUpdateManyMutationInput = {
|
30098
30074
|
id?: StringFieldUpdateOperationsInput | string
|
30099
30075
|
name?: StringFieldUpdateOperationsInput | string
|
30100
|
-
description?: StringFieldUpdateOperationsInput | string
|
30101
30076
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
30102
30077
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
30103
30078
|
}
|
@@ -30105,7 +30080,6 @@ export namespace Prisma {
|
|
30105
30080
|
export type ProductionUncheckedUpdateManyInput = {
|
30106
30081
|
id?: StringFieldUpdateOperationsInput | string
|
30107
30082
|
name?: StringFieldUpdateOperationsInput | string
|
30108
|
-
description?: StringFieldUpdateOperationsInput | string
|
30109
30083
|
administratorId?: NullableStringFieldUpdateOperationsInput | string | null
|
30110
30084
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
30111
30085
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
@@ -31564,7 +31538,6 @@ export namespace Prisma {
|
|
31564
31538
|
export type ProductionCountOrderByAggregateInput = {
|
31565
31539
|
id?: SortOrder
|
31566
31540
|
name?: SortOrder
|
31567
|
-
description?: SortOrder
|
31568
31541
|
administratorId?: SortOrder
|
31569
31542
|
created_at?: SortOrder
|
31570
31543
|
updated_at?: SortOrder
|
@@ -31573,7 +31546,6 @@ export namespace Prisma {
|
|
31573
31546
|
export type ProductionMaxOrderByAggregateInput = {
|
31574
31547
|
id?: SortOrder
|
31575
31548
|
name?: SortOrder
|
31576
|
-
description?: SortOrder
|
31577
31549
|
administratorId?: SortOrder
|
31578
31550
|
created_at?: SortOrder
|
31579
31551
|
updated_at?: SortOrder
|
@@ -31582,7 +31554,6 @@ export namespace Prisma {
|
|
31582
31554
|
export type ProductionMinOrderByAggregateInput = {
|
31583
31555
|
id?: SortOrder
|
31584
31556
|
name?: SortOrder
|
31585
|
-
description?: SortOrder
|
31586
31557
|
administratorId?: SortOrder
|
31587
31558
|
created_at?: SortOrder
|
31588
31559
|
updated_at?: SortOrder
|
@@ -34618,7 +34589,6 @@ export namespace Prisma {
|
|
34618
34589
|
export type ProductionCreateWithoutAdministratorInput = {
|
34619
34590
|
id?: string
|
34620
34591
|
name: string
|
34621
|
-
description?: string
|
34622
34592
|
created_at?: Date | string
|
34623
34593
|
updated_at?: Date | string
|
34624
34594
|
participants?: ProfileCreateNestedManyWithoutProductionsParticipatedInput
|
@@ -34629,7 +34599,6 @@ export namespace Prisma {
|
|
34629
34599
|
export type ProductionUncheckedCreateWithoutAdministratorInput = {
|
34630
34600
|
id?: string
|
34631
34601
|
name: string
|
34632
|
-
description?: string
|
34633
34602
|
created_at?: Date | string
|
34634
34603
|
updated_at?: Date | string
|
34635
34604
|
participants?: ProfileUncheckedCreateNestedManyWithoutProductionsParticipatedInput
|
@@ -34650,7 +34619,6 @@ export namespace Prisma {
|
|
34650
34619
|
export type ProductionCreateWithoutParticipantsInput = {
|
34651
34620
|
id?: string
|
34652
34621
|
name: string
|
34653
|
-
description?: string
|
34654
34622
|
created_at?: Date | string
|
34655
34623
|
updated_at?: Date | string
|
34656
34624
|
administrator?: ProfileCreateNestedOneWithoutProductionsAdministratedInput
|
@@ -34661,7 +34629,6 @@ export namespace Prisma {
|
|
34661
34629
|
export type ProductionUncheckedCreateWithoutParticipantsInput = {
|
34662
34630
|
id?: string
|
34663
34631
|
name: string
|
34664
|
-
description?: string
|
34665
34632
|
administratorId?: string | null
|
34666
34633
|
created_at?: Date | string
|
34667
34634
|
updated_at?: Date | string
|
@@ -34948,7 +34915,6 @@ export namespace Prisma {
|
|
34948
34915
|
NOT?: ProductionScalarWhereInput | ProductionScalarWhereInput[]
|
34949
34916
|
id?: StringFilter<"Production"> | string
|
34950
34917
|
name?: StringFilter<"Production"> | string
|
34951
|
-
description?: StringFilter<"Production"> | string
|
34952
34918
|
administratorId?: StringNullableFilter<"Production"> | string | null
|
34953
34919
|
created_at?: DateTimeFilter<"Production"> | Date | string
|
34954
34920
|
updated_at?: DateTimeFilter<"Production"> | Date | string
|
@@ -36900,7 +36866,6 @@ export namespace Prisma {
|
|
36900
36866
|
export type ProductionCreateWithoutEventsInput = {
|
36901
36867
|
id?: string
|
36902
36868
|
name: string
|
36903
|
-
description?: string
|
36904
36869
|
created_at?: Date | string
|
36905
36870
|
updated_at?: Date | string
|
36906
36871
|
administrator?: ProfileCreateNestedOneWithoutProductionsAdministratedInput
|
@@ -36911,7 +36876,6 @@ export namespace Prisma {
|
|
36911
36876
|
export type ProductionUncheckedCreateWithoutEventsInput = {
|
36912
36877
|
id?: string
|
36913
36878
|
name: string
|
36914
|
-
description?: string
|
36915
36879
|
administratorId?: string | null
|
36916
36880
|
created_at?: Date | string
|
36917
36881
|
updated_at?: Date | string
|
@@ -38647,7 +38611,6 @@ export namespace Prisma {
|
|
38647
38611
|
export type ProductionCreateWithoutAffiliationRequestsInput = {
|
38648
38612
|
id?: string
|
38649
38613
|
name: string
|
38650
|
-
description?: string
|
38651
38614
|
created_at?: Date | string
|
38652
38615
|
updated_at?: Date | string
|
38653
38616
|
administrator?: ProfileCreateNestedOneWithoutProductionsAdministratedInput
|
@@ -38658,7 +38621,6 @@ export namespace Prisma {
|
|
38658
38621
|
export type ProductionUncheckedCreateWithoutAffiliationRequestsInput = {
|
38659
38622
|
id?: string
|
38660
38623
|
name: string
|
38661
|
-
description?: string
|
38662
38624
|
administratorId?: string | null
|
38663
38625
|
created_at?: Date | string
|
38664
38626
|
updated_at?: Date | string
|
@@ -38762,7 +38724,6 @@ export namespace Prisma {
|
|
38762
38724
|
export type ProductionUpdateWithoutAffiliationRequestsInput = {
|
38763
38725
|
id?: StringFieldUpdateOperationsInput | string
|
38764
38726
|
name?: StringFieldUpdateOperationsInput | string
|
38765
|
-
description?: StringFieldUpdateOperationsInput | string
|
38766
38727
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
38767
38728
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
38768
38729
|
administrator?: ProfileUpdateOneWithoutProductionsAdministratedNestedInput
|
@@ -38773,7 +38734,6 @@ export namespace Prisma {
|
|
38773
38734
|
export type ProductionUncheckedUpdateWithoutAffiliationRequestsInput = {
|
38774
38735
|
id?: StringFieldUpdateOperationsInput | string
|
38775
38736
|
name?: StringFieldUpdateOperationsInput | string
|
38776
|
-
description?: StringFieldUpdateOperationsInput | string
|
38777
38737
|
administratorId?: NullableStringFieldUpdateOperationsInput | string | null
|
38778
38738
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
38779
38739
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
@@ -39440,7 +39400,6 @@ export namespace Prisma {
|
|
39440
39400
|
export type ProductionCreateManyAdministratorInput = {
|
39441
39401
|
id?: string
|
39442
39402
|
name: string
|
39443
|
-
description?: string
|
39444
39403
|
created_at?: Date | string
|
39445
39404
|
updated_at?: Date | string
|
39446
39405
|
}
|
@@ -39639,7 +39598,6 @@ export namespace Prisma {
|
|
39639
39598
|
export type ProductionUpdateWithoutAdministratorInput = {
|
39640
39599
|
id?: StringFieldUpdateOperationsInput | string
|
39641
39600
|
name?: StringFieldUpdateOperationsInput | string
|
39642
|
-
description?: StringFieldUpdateOperationsInput | string
|
39643
39601
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
39644
39602
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
39645
39603
|
participants?: ProfileUpdateManyWithoutProductionsParticipatedNestedInput
|
@@ -39650,7 +39608,6 @@ export namespace Prisma {
|
|
39650
39608
|
export type ProductionUncheckedUpdateWithoutAdministratorInput = {
|
39651
39609
|
id?: StringFieldUpdateOperationsInput | string
|
39652
39610
|
name?: StringFieldUpdateOperationsInput | string
|
39653
|
-
description?: StringFieldUpdateOperationsInput | string
|
39654
39611
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
39655
39612
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
39656
39613
|
participants?: ProfileUncheckedUpdateManyWithoutProductionsParticipatedNestedInput
|
@@ -39661,7 +39618,6 @@ export namespace Prisma {
|
|
39661
39618
|
export type ProductionUncheckedUpdateManyWithoutAdministratorInput = {
|
39662
39619
|
id?: StringFieldUpdateOperationsInput | string
|
39663
39620
|
name?: StringFieldUpdateOperationsInput | string
|
39664
|
-
description?: StringFieldUpdateOperationsInput | string
|
39665
39621
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
39666
39622
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
39667
39623
|
}
|
@@ -39669,7 +39625,6 @@ export namespace Prisma {
|
|
39669
39625
|
export type ProductionUpdateWithoutParticipantsInput = {
|
39670
39626
|
id?: StringFieldUpdateOperationsInput | string
|
39671
39627
|
name?: StringFieldUpdateOperationsInput | string
|
39672
|
-
description?: StringFieldUpdateOperationsInput | string
|
39673
39628
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
39674
39629
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
39675
39630
|
administrator?: ProfileUpdateOneWithoutProductionsAdministratedNestedInput
|
@@ -39680,7 +39635,6 @@ export namespace Prisma {
|
|
39680
39635
|
export type ProductionUncheckedUpdateWithoutParticipantsInput = {
|
39681
39636
|
id?: StringFieldUpdateOperationsInput | string
|
39682
39637
|
name?: StringFieldUpdateOperationsInput | string
|
39683
|
-
description?: StringFieldUpdateOperationsInput | string
|
39684
39638
|
administratorId?: NullableStringFieldUpdateOperationsInput | string | null
|
39685
39639
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
39686
39640
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
@@ -39691,7 +39645,6 @@ export namespace Prisma {
|
|
39691
39645
|
export type ProductionUncheckedUpdateManyWithoutParticipantsInput = {
|
39692
39646
|
id?: StringFieldUpdateOperationsInput | string
|
39693
39647
|
name?: StringFieldUpdateOperationsInput | string
|
39694
|
-
description?: StringFieldUpdateOperationsInput | string
|
39695
39648
|
administratorId?: NullableStringFieldUpdateOperationsInput | string | null
|
39696
39649
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
39697
39650
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
@@ -40665,7 +40618,6 @@ export namespace Prisma {
|
|
40665
40618
|
export type ProductionUpdateWithoutEventsInput = {
|
40666
40619
|
id?: StringFieldUpdateOperationsInput | string
|
40667
40620
|
name?: StringFieldUpdateOperationsInput | string
|
40668
|
-
description?: StringFieldUpdateOperationsInput | string
|
40669
40621
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
40670
40622
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
40671
40623
|
administrator?: ProfileUpdateOneWithoutProductionsAdministratedNestedInput
|
@@ -40676,7 +40628,6 @@ export namespace Prisma {
|
|
40676
40628
|
export type ProductionUncheckedUpdateWithoutEventsInput = {
|
40677
40629
|
id?: StringFieldUpdateOperationsInput | string
|
40678
40630
|
name?: StringFieldUpdateOperationsInput | string
|
40679
|
-
description?: StringFieldUpdateOperationsInput | string
|
40680
40631
|
administratorId?: NullableStringFieldUpdateOperationsInput | string | null
|
40681
40632
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
40682
40633
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
@@ -40687,7 +40638,6 @@ export namespace Prisma {
|
|
40687
40638
|
export type ProductionUncheckedUpdateManyWithoutEventsInput = {
|
40688
40639
|
id?: StringFieldUpdateOperationsInput | string
|
40689
40640
|
name?: StringFieldUpdateOperationsInput | string
|
40690
|
-
description?: StringFieldUpdateOperationsInput | string
|
40691
40641
|
administratorId?: NullableStringFieldUpdateOperationsInput | string | null
|
40692
40642
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
40693
40643
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|