expo-backend-types 0.49.0-EXPO-355-ExpoBackend-Rutas-de-produccion.2 → 0.49.0-EXPO-355-ExpoBackend-Rutas-de-produccion.4

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.
@@ -20472,7 +20472,7 @@ export namespace Prisma {
20472
20472
  export type ProductionMinAggregateOutputType = {
20473
20473
  id: string | null
20474
20474
  name: string | null
20475
- adminstratorId: string | null
20475
+ administratorId: string | null
20476
20476
  created_at: Date | null
20477
20477
  updated_at: Date | null
20478
20478
  }
@@ -20480,7 +20480,7 @@ export namespace Prisma {
20480
20480
  export type ProductionMaxAggregateOutputType = {
20481
20481
  id: string | null
20482
20482
  name: string | null
20483
- adminstratorId: string | null
20483
+ administratorId: string | null
20484
20484
  created_at: Date | null
20485
20485
  updated_at: Date | null
20486
20486
  }
@@ -20488,7 +20488,7 @@ export namespace Prisma {
20488
20488
  export type ProductionCountAggregateOutputType = {
20489
20489
  id: number
20490
20490
  name: number
20491
- adminstratorId: number
20491
+ administratorId: number
20492
20492
  created_at: number
20493
20493
  updated_at: number
20494
20494
  _all: number
@@ -20498,7 +20498,7 @@ export namespace Prisma {
20498
20498
  export type ProductionMinAggregateInputType = {
20499
20499
  id?: true
20500
20500
  name?: true
20501
- adminstratorId?: true
20501
+ administratorId?: true
20502
20502
  created_at?: true
20503
20503
  updated_at?: true
20504
20504
  }
@@ -20506,7 +20506,7 @@ export namespace Prisma {
20506
20506
  export type ProductionMaxAggregateInputType = {
20507
20507
  id?: true
20508
20508
  name?: true
20509
- adminstratorId?: true
20509
+ administratorId?: true
20510
20510
  created_at?: true
20511
20511
  updated_at?: true
20512
20512
  }
@@ -20514,7 +20514,7 @@ export namespace Prisma {
20514
20514
  export type ProductionCountAggregateInputType = {
20515
20515
  id?: true
20516
20516
  name?: true
20517
- adminstratorId?: true
20517
+ administratorId?: true
20518
20518
  created_at?: true
20519
20519
  updated_at?: true
20520
20520
  _all?: true
@@ -20595,7 +20595,7 @@ export namespace Prisma {
20595
20595
  export type ProductionGroupByOutputType = {
20596
20596
  id: string
20597
20597
  name: string
20598
- adminstratorId: string | null
20598
+ administratorId: string | null
20599
20599
  created_at: Date
20600
20600
  updated_at: Date
20601
20601
  _count: ProductionCountAggregateOutputType | null
@@ -20620,7 +20620,7 @@ export namespace Prisma {
20620
20620
  export type ProductionSelect<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
20621
20621
  id?: boolean
20622
20622
  name?: boolean
20623
- adminstratorId?: boolean
20623
+ administratorId?: boolean
20624
20624
  created_at?: boolean
20625
20625
  updated_at?: boolean
20626
20626
  administrator?: boolean | Production$administratorArgs<ExtArgs>
@@ -20632,7 +20632,7 @@ export namespace Prisma {
20632
20632
  export type ProductionSelectCreateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
20633
20633
  id?: boolean
20634
20634
  name?: boolean
20635
- adminstratorId?: boolean
20635
+ administratorId?: boolean
20636
20636
  created_at?: boolean
20637
20637
  updated_at?: boolean
20638
20638
  administrator?: boolean | Production$administratorArgs<ExtArgs>
@@ -20641,7 +20641,7 @@ export namespace Prisma {
20641
20641
  export type ProductionSelectUpdateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
20642
20642
  id?: boolean
20643
20643
  name?: boolean
20644
- adminstratorId?: boolean
20644
+ administratorId?: boolean
20645
20645
  created_at?: boolean
20646
20646
  updated_at?: boolean
20647
20647
  administrator?: boolean | Production$administratorArgs<ExtArgs>
@@ -20650,12 +20650,12 @@ export namespace Prisma {
20650
20650
  export type ProductionSelectScalar = {
20651
20651
  id?: boolean
20652
20652
  name?: boolean
20653
- adminstratorId?: boolean
20653
+ administratorId?: boolean
20654
20654
  created_at?: boolean
20655
20655
  updated_at?: boolean
20656
20656
  }
20657
20657
 
20658
- export type ProductionOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "name" | "adminstratorId" | "created_at" | "updated_at", ExtArgs["result"]["production"]>
20658
+ export type ProductionOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "name" | "administratorId" | "created_at" | "updated_at", ExtArgs["result"]["production"]>
20659
20659
  export type ProductionInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
20660
20660
  administrator?: boolean | Production$administratorArgs<ExtArgs>
20661
20661
  events?: boolean | Production$eventsArgs<ExtArgs>
@@ -20679,7 +20679,7 @@ export namespace Prisma {
20679
20679
  scalars: $Extensions.GetPayloadResult<{
20680
20680
  id: string
20681
20681
  name: string
20682
- adminstratorId: string | null
20682
+ administratorId: string | null
20683
20683
  created_at: Date
20684
20684
  updated_at: Date
20685
20685
  }, ExtArgs["result"]["production"]>
@@ -21110,7 +21110,7 @@ export namespace Prisma {
21110
21110
  interface ProductionFieldRefs {
21111
21111
  readonly id: FieldRef<"Production", 'String'>
21112
21112
  readonly name: FieldRef<"Production", 'String'>
21113
- readonly adminstratorId: FieldRef<"Production", 'String'>
21113
+ readonly administratorId: FieldRef<"Production", 'String'>
21114
21114
  readonly created_at: FieldRef<"Production", 'DateTime'>
21115
21115
  readonly updated_at: FieldRef<"Production", 'DateTime'>
21116
21116
  }
@@ -22920,7 +22920,7 @@ export namespace Prisma {
22920
22920
  export const ProductionScalarFieldEnum: {
22921
22921
  id: 'id',
22922
22922
  name: 'name',
22923
- adminstratorId: 'adminstratorId',
22923
+ administratorId: 'administratorId',
22924
22924
  created_at: 'created_at',
22925
22925
  updated_at: 'updated_at'
22926
22926
  };
@@ -24376,7 +24376,7 @@ export namespace Prisma {
24376
24376
  NOT?: ProductionWhereInput | ProductionWhereInput[]
24377
24377
  id?: StringFilter<"Production"> | string
24378
24378
  name?: StringFilter<"Production"> | string
24379
- adminstratorId?: StringNullableFilter<"Production"> | string | null
24379
+ administratorId?: StringNullableFilter<"Production"> | string | null
24380
24380
  created_at?: DateTimeFilter<"Production"> | Date | string
24381
24381
  updated_at?: DateTimeFilter<"Production"> | Date | string
24382
24382
  administrator?: XOR<ProfileNullableScalarRelationFilter, ProfileWhereInput> | null
@@ -24387,7 +24387,7 @@ export namespace Prisma {
24387
24387
  export type ProductionOrderByWithRelationInput = {
24388
24388
  id?: SortOrder
24389
24389
  name?: SortOrder
24390
- adminstratorId?: SortOrderInput | SortOrder
24390
+ administratorId?: SortOrderInput | SortOrder
24391
24391
  created_at?: SortOrder
24392
24392
  updated_at?: SortOrder
24393
24393
  administrator?: ProfileOrderByWithRelationInput
@@ -24397,22 +24397,22 @@ export namespace Prisma {
24397
24397
 
24398
24398
  export type ProductionWhereUniqueInput = Prisma.AtLeast<{
24399
24399
  id?: string
24400
+ name?: string
24400
24401
  AND?: ProductionWhereInput | ProductionWhereInput[]
24401
24402
  OR?: ProductionWhereInput[]
24402
24403
  NOT?: ProductionWhereInput | ProductionWhereInput[]
24403
- name?: StringFilter<"Production"> | string
24404
- adminstratorId?: StringNullableFilter<"Production"> | string | null
24404
+ administratorId?: StringNullableFilter<"Production"> | string | null
24405
24405
  created_at?: DateTimeFilter<"Production"> | Date | string
24406
24406
  updated_at?: DateTimeFilter<"Production"> | Date | string
24407
24407
  administrator?: XOR<ProfileNullableScalarRelationFilter, ProfileWhereInput> | null
24408
24408
  events?: EventListRelationFilter
24409
24409
  affiliationRequests?: ProductionAffiliationRequestListRelationFilter
24410
- }, "id">
24410
+ }, "id" | "name">
24411
24411
 
24412
24412
  export type ProductionOrderByWithAggregationInput = {
24413
24413
  id?: SortOrder
24414
24414
  name?: SortOrder
24415
- adminstratorId?: SortOrderInput | SortOrder
24415
+ administratorId?: SortOrderInput | SortOrder
24416
24416
  created_at?: SortOrder
24417
24417
  updated_at?: SortOrder
24418
24418
  _count?: ProductionCountOrderByAggregateInput
@@ -24426,7 +24426,7 @@ export namespace Prisma {
24426
24426
  NOT?: ProductionScalarWhereWithAggregatesInput | ProductionScalarWhereWithAggregatesInput[]
24427
24427
  id?: StringWithAggregatesFilter<"Production"> | string
24428
24428
  name?: StringWithAggregatesFilter<"Production"> | string
24429
- adminstratorId?: StringNullableWithAggregatesFilter<"Production"> | string | null
24429
+ administratorId?: StringNullableWithAggregatesFilter<"Production"> | string | null
24430
24430
  created_at?: DateTimeWithAggregatesFilter<"Production"> | Date | string
24431
24431
  updated_at?: DateTimeWithAggregatesFilter<"Production"> | Date | string
24432
24432
  }
@@ -25819,7 +25819,7 @@ export namespace Prisma {
25819
25819
  export type ProductionUncheckedCreateInput = {
25820
25820
  id?: string
25821
25821
  name: string
25822
- adminstratorId?: string | null
25822
+ administratorId?: string | null
25823
25823
  created_at?: Date | string
25824
25824
  updated_at?: Date | string
25825
25825
  events?: EventUncheckedCreateNestedManyWithoutProductionsInput
@@ -25839,7 +25839,7 @@ export namespace Prisma {
25839
25839
  export type ProductionUncheckedUpdateInput = {
25840
25840
  id?: StringFieldUpdateOperationsInput | string
25841
25841
  name?: StringFieldUpdateOperationsInput | string
25842
- adminstratorId?: NullableStringFieldUpdateOperationsInput | string | null
25842
+ administratorId?: NullableStringFieldUpdateOperationsInput | string | null
25843
25843
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
25844
25844
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
25845
25845
  events?: EventUncheckedUpdateManyWithoutProductionsNestedInput
@@ -25849,7 +25849,7 @@ export namespace Prisma {
25849
25849
  export type ProductionCreateManyInput = {
25850
25850
  id?: string
25851
25851
  name: string
25852
- adminstratorId?: string | null
25852
+ administratorId?: string | null
25853
25853
  created_at?: Date | string
25854
25854
  updated_at?: Date | string
25855
25855
  }
@@ -25864,7 +25864,7 @@ export namespace Prisma {
25864
25864
  export type ProductionUncheckedUpdateManyInput = {
25865
25865
  id?: StringFieldUpdateOperationsInput | string
25866
25866
  name?: StringFieldUpdateOperationsInput | string
25867
- adminstratorId?: NullableStringFieldUpdateOperationsInput | string | null
25867
+ administratorId?: NullableStringFieldUpdateOperationsInput | string | null
25868
25868
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
25869
25869
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
25870
25870
  }
@@ -27092,7 +27092,7 @@ export namespace Prisma {
27092
27092
  export type ProductionCountOrderByAggregateInput = {
27093
27093
  id?: SortOrder
27094
27094
  name?: SortOrder
27095
- adminstratorId?: SortOrder
27095
+ administratorId?: SortOrder
27096
27096
  created_at?: SortOrder
27097
27097
  updated_at?: SortOrder
27098
27098
  }
@@ -27100,7 +27100,7 @@ export namespace Prisma {
27100
27100
  export type ProductionMaxOrderByAggregateInput = {
27101
27101
  id?: SortOrder
27102
27102
  name?: SortOrder
27103
- adminstratorId?: SortOrder
27103
+ administratorId?: SortOrder
27104
27104
  created_at?: SortOrder
27105
27105
  updated_at?: SortOrder
27106
27106
  }
@@ -27108,7 +27108,7 @@ export namespace Prisma {
27108
27108
  export type ProductionMinOrderByAggregateInput = {
27109
27109
  id?: SortOrder
27110
27110
  name?: SortOrder
27111
- adminstratorId?: SortOrder
27111
+ administratorId?: SortOrder
27112
27112
  created_at?: SortOrder
27113
27113
  updated_at?: SortOrder
27114
27114
  }
@@ -29954,7 +29954,7 @@ export namespace Prisma {
29954
29954
  NOT?: ProductionScalarWhereInput | ProductionScalarWhereInput[]
29955
29955
  id?: StringFilter<"Production"> | string
29956
29956
  name?: StringFilter<"Production"> | string
29957
- adminstratorId?: StringNullableFilter<"Production"> | string | null
29957
+ administratorId?: StringNullableFilter<"Production"> | string | null
29958
29958
  created_at?: DateTimeFilter<"Production"> | Date | string
29959
29959
  updated_at?: DateTimeFilter<"Production"> | Date | string
29960
29960
  }
@@ -31643,7 +31643,7 @@ export namespace Prisma {
31643
31643
  export type ProductionUncheckedCreateWithoutEventsInput = {
31644
31644
  id?: string
31645
31645
  name: string
31646
- adminstratorId?: string | null
31646
+ administratorId?: string | null
31647
31647
  created_at?: Date | string
31648
31648
  updated_at?: Date | string
31649
31649
  affiliationRequests?: ProductionAffiliationRequestUncheckedCreateNestedManyWithoutProductionInput
@@ -33045,7 +33045,7 @@ export namespace Prisma {
33045
33045
  export type ProductionUncheckedCreateWithoutAffiliationRequestsInput = {
33046
33046
  id?: string
33047
33047
  name: string
33048
- adminstratorId?: string | null
33048
+ administratorId?: string | null
33049
33049
  created_at?: Date | string
33050
33050
  updated_at?: Date | string
33051
33051
  events?: EventUncheckedCreateNestedManyWithoutProductionsInput
@@ -33150,7 +33150,7 @@ export namespace Prisma {
33150
33150
  export type ProductionUncheckedUpdateWithoutAffiliationRequestsInput = {
33151
33151
  id?: StringFieldUpdateOperationsInput | string
33152
33152
  name?: StringFieldUpdateOperationsInput | string
33153
- adminstratorId?: NullableStringFieldUpdateOperationsInput | string | null
33153
+ administratorId?: NullableStringFieldUpdateOperationsInput | string | null
33154
33154
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
33155
33155
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
33156
33156
  events?: EventUncheckedUpdateManyWithoutProductionsNestedInput
@@ -34518,7 +34518,7 @@ export namespace Prisma {
34518
34518
  export type ProductionUncheckedUpdateWithoutEventsInput = {
34519
34519
  id?: StringFieldUpdateOperationsInput | string
34520
34520
  name?: StringFieldUpdateOperationsInput | string
34521
- adminstratorId?: NullableStringFieldUpdateOperationsInput | string | null
34521
+ administratorId?: NullableStringFieldUpdateOperationsInput | string | null
34522
34522
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
34523
34523
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
34524
34524
  affiliationRequests?: ProductionAffiliationRequestUncheckedUpdateManyWithoutProductionNestedInput
@@ -34527,7 +34527,7 @@ export namespace Prisma {
34527
34527
  export type ProductionUncheckedUpdateManyWithoutEventsInput = {
34528
34528
  id?: StringFieldUpdateOperationsInput | string
34529
34529
  name?: StringFieldUpdateOperationsInput | string
34530
- adminstratorId?: NullableStringFieldUpdateOperationsInput | string | null
34530
+ administratorId?: NullableStringFieldUpdateOperationsInput | string | null
34531
34531
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
34532
34532
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
34533
34533
  }