expo-backend-types 0.56.0-EXPO-379-EB-Rutas-necesarias.5 → 0.57.0-EXPO-379-EB-Rutas-necesarias.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/types/prisma-schema/edge.js +4 -3
- package/dist/types/prisma-schema/index-browser.js +1 -0
- package/dist/types/prisma-schema/index.d.ts +51 -1
- package/dist/types/prisma-schema/index.js +4 -3
- package/dist/types/prisma-schema/package.json +1 -1
- package/dist/types/prisma-schema/schema.prisma +2 -1
- package/dist/types/prisma-schema/wasm.js +1 -0
- package/package.json +1 -1
@@ -20647,6 +20647,7 @@ export namespace Prisma {
|
|
20647
20647
|
export type ProductionMinAggregateOutputType = {
|
20648
20648
|
id: string | null
|
20649
20649
|
name: string | null
|
20650
|
+
description: string | null
|
20650
20651
|
administratorId: string | null
|
20651
20652
|
created_at: Date | null
|
20652
20653
|
updated_at: Date | null
|
@@ -20655,6 +20656,7 @@ export namespace Prisma {
|
|
20655
20656
|
export type ProductionMaxAggregateOutputType = {
|
20656
20657
|
id: string | null
|
20657
20658
|
name: string | null
|
20659
|
+
description: string | null
|
20658
20660
|
administratorId: string | null
|
20659
20661
|
created_at: Date | null
|
20660
20662
|
updated_at: Date | null
|
@@ -20663,6 +20665,7 @@ export namespace Prisma {
|
|
20663
20665
|
export type ProductionCountAggregateOutputType = {
|
20664
20666
|
id: number
|
20665
20667
|
name: number
|
20668
|
+
description: number
|
20666
20669
|
administratorId: number
|
20667
20670
|
created_at: number
|
20668
20671
|
updated_at: number
|
@@ -20673,6 +20676,7 @@ export namespace Prisma {
|
|
20673
20676
|
export type ProductionMinAggregateInputType = {
|
20674
20677
|
id?: true
|
20675
20678
|
name?: true
|
20679
|
+
description?: true
|
20676
20680
|
administratorId?: true
|
20677
20681
|
created_at?: true
|
20678
20682
|
updated_at?: true
|
@@ -20681,6 +20685,7 @@ export namespace Prisma {
|
|
20681
20685
|
export type ProductionMaxAggregateInputType = {
|
20682
20686
|
id?: true
|
20683
20687
|
name?: true
|
20688
|
+
description?: true
|
20684
20689
|
administratorId?: true
|
20685
20690
|
created_at?: true
|
20686
20691
|
updated_at?: true
|
@@ -20689,6 +20694,7 @@ export namespace Prisma {
|
|
20689
20694
|
export type ProductionCountAggregateInputType = {
|
20690
20695
|
id?: true
|
20691
20696
|
name?: true
|
20697
|
+
description?: true
|
20692
20698
|
administratorId?: true
|
20693
20699
|
created_at?: true
|
20694
20700
|
updated_at?: true
|
@@ -20770,6 +20776,7 @@ export namespace Prisma {
|
|
20770
20776
|
export type ProductionGroupByOutputType = {
|
20771
20777
|
id: string
|
20772
20778
|
name: string
|
20779
|
+
description: string
|
20773
20780
|
administratorId: string | null
|
20774
20781
|
created_at: Date
|
20775
20782
|
updated_at: Date
|
@@ -20795,6 +20802,7 @@ export namespace Prisma {
|
|
20795
20802
|
export type ProductionSelect<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
|
20796
20803
|
id?: boolean
|
20797
20804
|
name?: boolean
|
20805
|
+
description?: boolean
|
20798
20806
|
administratorId?: boolean
|
20799
20807
|
created_at?: boolean
|
20800
20808
|
updated_at?: boolean
|
@@ -20808,6 +20816,7 @@ export namespace Prisma {
|
|
20808
20816
|
export type ProductionSelectCreateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
|
20809
20817
|
id?: boolean
|
20810
20818
|
name?: boolean
|
20819
|
+
description?: boolean
|
20811
20820
|
administratorId?: boolean
|
20812
20821
|
created_at?: boolean
|
20813
20822
|
updated_at?: boolean
|
@@ -20817,6 +20826,7 @@ export namespace Prisma {
|
|
20817
20826
|
export type ProductionSelectUpdateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
|
20818
20827
|
id?: boolean
|
20819
20828
|
name?: boolean
|
20829
|
+
description?: boolean
|
20820
20830
|
administratorId?: boolean
|
20821
20831
|
created_at?: boolean
|
20822
20832
|
updated_at?: boolean
|
@@ -20826,12 +20836,13 @@ export namespace Prisma {
|
|
20826
20836
|
export type ProductionSelectScalar = {
|
20827
20837
|
id?: boolean
|
20828
20838
|
name?: boolean
|
20839
|
+
description?: boolean
|
20829
20840
|
administratorId?: boolean
|
20830
20841
|
created_at?: boolean
|
20831
20842
|
updated_at?: boolean
|
20832
20843
|
}
|
20833
20844
|
|
20834
|
-
export type ProductionOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "name" | "administratorId" | "created_at" | "updated_at", ExtArgs["result"]["production"]>
|
20845
|
+
export type ProductionOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "name" | "description" | "administratorId" | "created_at" | "updated_at", ExtArgs["result"]["production"]>
|
20835
20846
|
export type ProductionInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
20836
20847
|
administrator?: boolean | Production$administratorArgs<ExtArgs>
|
20837
20848
|
participants?: boolean | Production$participantsArgs<ExtArgs>
|
@@ -20857,6 +20868,7 @@ export namespace Prisma {
|
|
20857
20868
|
scalars: $Extensions.GetPayloadResult<{
|
20858
20869
|
id: string
|
20859
20870
|
name: string
|
20871
|
+
description: string
|
20860
20872
|
administratorId: string | null
|
20861
20873
|
created_at: Date
|
20862
20874
|
updated_at: Date
|
@@ -21289,6 +21301,7 @@ export namespace Prisma {
|
|
21289
21301
|
interface ProductionFieldRefs {
|
21290
21302
|
readonly id: FieldRef<"Production", 'String'>
|
21291
21303
|
readonly name: FieldRef<"Production", 'String'>
|
21304
|
+
readonly description: FieldRef<"Production", 'String'>
|
21292
21305
|
readonly administratorId: FieldRef<"Production", 'String'>
|
21293
21306
|
readonly created_at: FieldRef<"Production", 'DateTime'>
|
21294
21307
|
readonly updated_at: FieldRef<"Production", 'DateTime'>
|
@@ -23128,6 +23141,7 @@ export namespace Prisma {
|
|
23128
23141
|
export const ProductionScalarFieldEnum: {
|
23129
23142
|
id: 'id',
|
23130
23143
|
name: 'name',
|
23144
|
+
description: 'description',
|
23131
23145
|
administratorId: 'administratorId',
|
23132
23146
|
created_at: 'created_at',
|
23133
23147
|
updated_at: 'updated_at'
|
@@ -24618,6 +24632,7 @@ export namespace Prisma {
|
|
24618
24632
|
NOT?: ProductionWhereInput | ProductionWhereInput[]
|
24619
24633
|
id?: StringFilter<"Production"> | string
|
24620
24634
|
name?: StringFilter<"Production"> | string
|
24635
|
+
description?: StringFilter<"Production"> | string
|
24621
24636
|
administratorId?: StringNullableFilter<"Production"> | string | null
|
24622
24637
|
created_at?: DateTimeFilter<"Production"> | Date | string
|
24623
24638
|
updated_at?: DateTimeFilter<"Production"> | Date | string
|
@@ -24630,6 +24645,7 @@ export namespace Prisma {
|
|
24630
24645
|
export type ProductionOrderByWithRelationInput = {
|
24631
24646
|
id?: SortOrder
|
24632
24647
|
name?: SortOrder
|
24648
|
+
description?: SortOrder
|
24633
24649
|
administratorId?: SortOrderInput | SortOrder
|
24634
24650
|
created_at?: SortOrder
|
24635
24651
|
updated_at?: SortOrder
|
@@ -24645,6 +24661,7 @@ export namespace Prisma {
|
|
24645
24661
|
AND?: ProductionWhereInput | ProductionWhereInput[]
|
24646
24662
|
OR?: ProductionWhereInput[]
|
24647
24663
|
NOT?: ProductionWhereInput | ProductionWhereInput[]
|
24664
|
+
description?: StringFilter<"Production"> | string
|
24648
24665
|
administratorId?: StringNullableFilter<"Production"> | string | null
|
24649
24666
|
created_at?: DateTimeFilter<"Production"> | Date | string
|
24650
24667
|
updated_at?: DateTimeFilter<"Production"> | Date | string
|
@@ -24657,6 +24674,7 @@ export namespace Prisma {
|
|
24657
24674
|
export type ProductionOrderByWithAggregationInput = {
|
24658
24675
|
id?: SortOrder
|
24659
24676
|
name?: SortOrder
|
24677
|
+
description?: SortOrder
|
24660
24678
|
administratorId?: SortOrderInput | SortOrder
|
24661
24679
|
created_at?: SortOrder
|
24662
24680
|
updated_at?: SortOrder
|
@@ -24671,6 +24689,7 @@ export namespace Prisma {
|
|
24671
24689
|
NOT?: ProductionScalarWhereWithAggregatesInput | ProductionScalarWhereWithAggregatesInput[]
|
24672
24690
|
id?: StringWithAggregatesFilter<"Production"> | string
|
24673
24691
|
name?: StringWithAggregatesFilter<"Production"> | string
|
24692
|
+
description?: StringWithAggregatesFilter<"Production"> | string
|
24674
24693
|
administratorId?: StringNullableWithAggregatesFilter<"Production"> | string | null
|
24675
24694
|
created_at?: DateTimeWithAggregatesFilter<"Production"> | Date | string
|
24676
24695
|
updated_at?: DateTimeWithAggregatesFilter<"Production"> | Date | string
|
@@ -26096,6 +26115,7 @@ export namespace Prisma {
|
|
26096
26115
|
export type ProductionCreateInput = {
|
26097
26116
|
id?: string
|
26098
26117
|
name: string
|
26118
|
+
description?: string
|
26099
26119
|
created_at?: Date | string
|
26100
26120
|
updated_at?: Date | string
|
26101
26121
|
administrator?: ProfileCreateNestedOneWithoutProductionsAdministratedInput
|
@@ -26107,6 +26127,7 @@ export namespace Prisma {
|
|
26107
26127
|
export type ProductionUncheckedCreateInput = {
|
26108
26128
|
id?: string
|
26109
26129
|
name: string
|
26130
|
+
description?: string
|
26110
26131
|
administratorId?: string | null
|
26111
26132
|
created_at?: Date | string
|
26112
26133
|
updated_at?: Date | string
|
@@ -26118,6 +26139,7 @@ export namespace Prisma {
|
|
26118
26139
|
export type ProductionUpdateInput = {
|
26119
26140
|
id?: StringFieldUpdateOperationsInput | string
|
26120
26141
|
name?: StringFieldUpdateOperationsInput | string
|
26142
|
+
description?: StringFieldUpdateOperationsInput | string
|
26121
26143
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
26122
26144
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
26123
26145
|
administrator?: ProfileUpdateOneWithoutProductionsAdministratedNestedInput
|
@@ -26129,6 +26151,7 @@ export namespace Prisma {
|
|
26129
26151
|
export type ProductionUncheckedUpdateInput = {
|
26130
26152
|
id?: StringFieldUpdateOperationsInput | string
|
26131
26153
|
name?: StringFieldUpdateOperationsInput | string
|
26154
|
+
description?: StringFieldUpdateOperationsInput | string
|
26132
26155
|
administratorId?: NullableStringFieldUpdateOperationsInput | string | null
|
26133
26156
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
26134
26157
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
@@ -26140,6 +26163,7 @@ export namespace Prisma {
|
|
26140
26163
|
export type ProductionCreateManyInput = {
|
26141
26164
|
id?: string
|
26142
26165
|
name: string
|
26166
|
+
description?: string
|
26143
26167
|
administratorId?: string | null
|
26144
26168
|
created_at?: Date | string
|
26145
26169
|
updated_at?: Date | string
|
@@ -26148,6 +26172,7 @@ export namespace Prisma {
|
|
26148
26172
|
export type ProductionUpdateManyMutationInput = {
|
26149
26173
|
id?: StringFieldUpdateOperationsInput | string
|
26150
26174
|
name?: StringFieldUpdateOperationsInput | string
|
26175
|
+
description?: StringFieldUpdateOperationsInput | string
|
26151
26176
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
26152
26177
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
26153
26178
|
}
|
@@ -26155,6 +26180,7 @@ export namespace Prisma {
|
|
26155
26180
|
export type ProductionUncheckedUpdateManyInput = {
|
26156
26181
|
id?: StringFieldUpdateOperationsInput | string
|
26157
26182
|
name?: StringFieldUpdateOperationsInput | string
|
26183
|
+
description?: StringFieldUpdateOperationsInput | string
|
26158
26184
|
administratorId?: NullableStringFieldUpdateOperationsInput | string | null
|
26159
26185
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
26160
26186
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
@@ -27398,6 +27424,7 @@ export namespace Prisma {
|
|
27398
27424
|
export type ProductionCountOrderByAggregateInput = {
|
27399
27425
|
id?: SortOrder
|
27400
27426
|
name?: SortOrder
|
27427
|
+
description?: SortOrder
|
27401
27428
|
administratorId?: SortOrder
|
27402
27429
|
created_at?: SortOrder
|
27403
27430
|
updated_at?: SortOrder
|
@@ -27406,6 +27433,7 @@ export namespace Prisma {
|
|
27406
27433
|
export type ProductionMaxOrderByAggregateInput = {
|
27407
27434
|
id?: SortOrder
|
27408
27435
|
name?: SortOrder
|
27436
|
+
description?: SortOrder
|
27409
27437
|
administratorId?: SortOrder
|
27410
27438
|
created_at?: SortOrder
|
27411
27439
|
updated_at?: SortOrder
|
@@ -27414,6 +27442,7 @@ export namespace Prisma {
|
|
27414
27442
|
export type ProductionMinOrderByAggregateInput = {
|
27415
27443
|
id?: SortOrder
|
27416
27444
|
name?: SortOrder
|
27445
|
+
description?: SortOrder
|
27417
27446
|
administratorId?: SortOrder
|
27418
27447
|
created_at?: SortOrder
|
27419
27448
|
updated_at?: SortOrder
|
@@ -30125,6 +30154,7 @@ export namespace Prisma {
|
|
30125
30154
|
export type ProductionCreateWithoutAdministratorInput = {
|
30126
30155
|
id?: string
|
30127
30156
|
name: string
|
30157
|
+
description?: string
|
30128
30158
|
created_at?: Date | string
|
30129
30159
|
updated_at?: Date | string
|
30130
30160
|
participants?: ProfileCreateNestedManyWithoutProductionsParticipatedInput
|
@@ -30135,6 +30165,7 @@ export namespace Prisma {
|
|
30135
30165
|
export type ProductionUncheckedCreateWithoutAdministratorInput = {
|
30136
30166
|
id?: string
|
30137
30167
|
name: string
|
30168
|
+
description?: string
|
30138
30169
|
created_at?: Date | string
|
30139
30170
|
updated_at?: Date | string
|
30140
30171
|
participants?: ProfileUncheckedCreateNestedManyWithoutProductionsParticipatedInput
|
@@ -30155,6 +30186,7 @@ export namespace Prisma {
|
|
30155
30186
|
export type ProductionCreateWithoutParticipantsInput = {
|
30156
30187
|
id?: string
|
30157
30188
|
name: string
|
30189
|
+
description?: string
|
30158
30190
|
created_at?: Date | string
|
30159
30191
|
updated_at?: Date | string
|
30160
30192
|
administrator?: ProfileCreateNestedOneWithoutProductionsAdministratedInput
|
@@ -30165,6 +30197,7 @@ export namespace Prisma {
|
|
30165
30197
|
export type ProductionUncheckedCreateWithoutParticipantsInput = {
|
30166
30198
|
id?: string
|
30167
30199
|
name: string
|
30200
|
+
description?: string
|
30168
30201
|
administratorId?: string | null
|
30169
30202
|
created_at?: Date | string
|
30170
30203
|
updated_at?: Date | string
|
@@ -30451,6 +30484,7 @@ export namespace Prisma {
|
|
30451
30484
|
NOT?: ProductionScalarWhereInput | ProductionScalarWhereInput[]
|
30452
30485
|
id?: StringFilter<"Production"> | string
|
30453
30486
|
name?: StringFilter<"Production"> | string
|
30487
|
+
description?: StringFilter<"Production"> | string
|
30454
30488
|
administratorId?: StringNullableFilter<"Production"> | string | null
|
30455
30489
|
created_at?: DateTimeFilter<"Production"> | Date | string
|
30456
30490
|
updated_at?: DateTimeFilter<"Production"> | Date | string
|
@@ -32272,6 +32306,7 @@ export namespace Prisma {
|
|
32272
32306
|
export type ProductionCreateWithoutEventsInput = {
|
32273
32307
|
id?: string
|
32274
32308
|
name: string
|
32309
|
+
description?: string
|
32275
32310
|
created_at?: Date | string
|
32276
32311
|
updated_at?: Date | string
|
32277
32312
|
administrator?: ProfileCreateNestedOneWithoutProductionsAdministratedInput
|
@@ -32282,6 +32317,7 @@ export namespace Prisma {
|
|
32282
32317
|
export type ProductionUncheckedCreateWithoutEventsInput = {
|
32283
32318
|
id?: string
|
32284
32319
|
name: string
|
32320
|
+
description?: string
|
32285
32321
|
administratorId?: string | null
|
32286
32322
|
created_at?: Date | string
|
32287
32323
|
updated_at?: Date | string
|
@@ -34011,6 +34047,7 @@ export namespace Prisma {
|
|
34011
34047
|
export type ProductionCreateWithoutAffiliationRequestsInput = {
|
34012
34048
|
id?: string
|
34013
34049
|
name: string
|
34050
|
+
description?: string
|
34014
34051
|
created_at?: Date | string
|
34015
34052
|
updated_at?: Date | string
|
34016
34053
|
administrator?: ProfileCreateNestedOneWithoutProductionsAdministratedInput
|
@@ -34021,6 +34058,7 @@ export namespace Prisma {
|
|
34021
34058
|
export type ProductionUncheckedCreateWithoutAffiliationRequestsInput = {
|
34022
34059
|
id?: string
|
34023
34060
|
name: string
|
34061
|
+
description?: string
|
34024
34062
|
administratorId?: string | null
|
34025
34063
|
created_at?: Date | string
|
34026
34064
|
updated_at?: Date | string
|
@@ -34124,6 +34162,7 @@ export namespace Prisma {
|
|
34124
34162
|
export type ProductionUpdateWithoutAffiliationRequestsInput = {
|
34125
34163
|
id?: StringFieldUpdateOperationsInput | string
|
34126
34164
|
name?: StringFieldUpdateOperationsInput | string
|
34165
|
+
description?: StringFieldUpdateOperationsInput | string
|
34127
34166
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
34128
34167
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
34129
34168
|
administrator?: ProfileUpdateOneWithoutProductionsAdministratedNestedInput
|
@@ -34134,6 +34173,7 @@ export namespace Prisma {
|
|
34134
34173
|
export type ProductionUncheckedUpdateWithoutAffiliationRequestsInput = {
|
34135
34174
|
id?: StringFieldUpdateOperationsInput | string
|
34136
34175
|
name?: StringFieldUpdateOperationsInput | string
|
34176
|
+
description?: StringFieldUpdateOperationsInput | string
|
34137
34177
|
administratorId?: NullableStringFieldUpdateOperationsInput | string | null
|
34138
34178
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
34139
34179
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
@@ -34445,6 +34485,7 @@ export namespace Prisma {
|
|
34445
34485
|
export type ProductionCreateManyAdministratorInput = {
|
34446
34486
|
id?: string
|
34447
34487
|
name: string
|
34488
|
+
description?: string
|
34448
34489
|
created_at?: Date | string
|
34449
34490
|
updated_at?: Date | string
|
34450
34491
|
}
|
@@ -34641,6 +34682,7 @@ export namespace Prisma {
|
|
34641
34682
|
export type ProductionUpdateWithoutAdministratorInput = {
|
34642
34683
|
id?: StringFieldUpdateOperationsInput | string
|
34643
34684
|
name?: StringFieldUpdateOperationsInput | string
|
34685
|
+
description?: StringFieldUpdateOperationsInput | string
|
34644
34686
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
34645
34687
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
34646
34688
|
participants?: ProfileUpdateManyWithoutProductionsParticipatedNestedInput
|
@@ -34651,6 +34693,7 @@ export namespace Prisma {
|
|
34651
34693
|
export type ProductionUncheckedUpdateWithoutAdministratorInput = {
|
34652
34694
|
id?: StringFieldUpdateOperationsInput | string
|
34653
34695
|
name?: StringFieldUpdateOperationsInput | string
|
34696
|
+
description?: StringFieldUpdateOperationsInput | string
|
34654
34697
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
34655
34698
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
34656
34699
|
participants?: ProfileUncheckedUpdateManyWithoutProductionsParticipatedNestedInput
|
@@ -34661,6 +34704,7 @@ export namespace Prisma {
|
|
34661
34704
|
export type ProductionUncheckedUpdateManyWithoutAdministratorInput = {
|
34662
34705
|
id?: StringFieldUpdateOperationsInput | string
|
34663
34706
|
name?: StringFieldUpdateOperationsInput | string
|
34707
|
+
description?: StringFieldUpdateOperationsInput | string
|
34664
34708
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
34665
34709
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
34666
34710
|
}
|
@@ -34668,6 +34712,7 @@ export namespace Prisma {
|
|
34668
34712
|
export type ProductionUpdateWithoutParticipantsInput = {
|
34669
34713
|
id?: StringFieldUpdateOperationsInput | string
|
34670
34714
|
name?: StringFieldUpdateOperationsInput | string
|
34715
|
+
description?: StringFieldUpdateOperationsInput | string
|
34671
34716
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
34672
34717
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
34673
34718
|
administrator?: ProfileUpdateOneWithoutProductionsAdministratedNestedInput
|
@@ -34678,6 +34723,7 @@ export namespace Prisma {
|
|
34678
34723
|
export type ProductionUncheckedUpdateWithoutParticipantsInput = {
|
34679
34724
|
id?: StringFieldUpdateOperationsInput | string
|
34680
34725
|
name?: StringFieldUpdateOperationsInput | string
|
34726
|
+
description?: StringFieldUpdateOperationsInput | string
|
34681
34727
|
administratorId?: NullableStringFieldUpdateOperationsInput | string | null
|
34682
34728
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
34683
34729
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
@@ -34688,6 +34734,7 @@ export namespace Prisma {
|
|
34688
34734
|
export type ProductionUncheckedUpdateManyWithoutParticipantsInput = {
|
34689
34735
|
id?: StringFieldUpdateOperationsInput | string
|
34690
34736
|
name?: StringFieldUpdateOperationsInput | string
|
34737
|
+
description?: StringFieldUpdateOperationsInput | string
|
34691
34738
|
administratorId?: NullableStringFieldUpdateOperationsInput | string | null
|
34692
34739
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
34693
34740
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
@@ -35625,6 +35672,7 @@ export namespace Prisma {
|
|
35625
35672
|
export type ProductionUpdateWithoutEventsInput = {
|
35626
35673
|
id?: StringFieldUpdateOperationsInput | string
|
35627
35674
|
name?: StringFieldUpdateOperationsInput | string
|
35675
|
+
description?: StringFieldUpdateOperationsInput | string
|
35628
35676
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
35629
35677
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
35630
35678
|
administrator?: ProfileUpdateOneWithoutProductionsAdministratedNestedInput
|
@@ -35635,6 +35683,7 @@ export namespace Prisma {
|
|
35635
35683
|
export type ProductionUncheckedUpdateWithoutEventsInput = {
|
35636
35684
|
id?: StringFieldUpdateOperationsInput | string
|
35637
35685
|
name?: StringFieldUpdateOperationsInput | string
|
35686
|
+
description?: StringFieldUpdateOperationsInput | string
|
35638
35687
|
administratorId?: NullableStringFieldUpdateOperationsInput | string | null
|
35639
35688
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
35640
35689
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
@@ -35645,6 +35694,7 @@ export namespace Prisma {
|
|
35645
35694
|
export type ProductionUncheckedUpdateManyWithoutEventsInput = {
|
35646
35695
|
id?: StringFieldUpdateOperationsInput | string
|
35647
35696
|
name?: StringFieldUpdateOperationsInput | string
|
35697
|
+
description?: StringFieldUpdateOperationsInput | string
|
35648
35698
|
administratorId?: NullableStringFieldUpdateOperationsInput | string | null
|
35649
35699
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
35650
35700
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|