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

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.
Files changed (26) hide show
  1. package/dist/src/i18n/es.d.ts +24 -0
  2. package/dist/src/i18n/es.js +24 -0
  3. package/dist/src/i18n/es.js.map +1 -1
  4. package/dist/src/production/dto/create-role.dto.d.ts +86 -0
  5. package/dist/src/production/dto/create-role.dto.js +16 -0
  6. package/dist/src/production/exports.d.ts +1 -0
  7. package/dist/src/production/exports.js +1 -0
  8. package/dist/src/production-affiliation-request/dto/create-production-affiliation-request.dto.d.ts +80 -0
  9. package/dist/src/production-affiliation-request/dto/create-production-affiliation-request.dto.js +16 -0
  10. package/dist/src/production-affiliation-request/dto/find-by-production-affiliation-request.dto.d.ts +563 -0
  11. package/dist/src/production-affiliation-request/dto/find-by-production-affiliation-request.dto.js +21 -0
  12. package/dist/src/production-affiliation-request/dto/production-affiliation-request.dto.d.ts +6 -6
  13. package/dist/src/production-affiliation-request/dto/production-affiliation-request.dto.js +2 -2
  14. package/dist/src/production-affiliation-request/dto/update-production-affiliation-request.dto.d.ts +390 -0
  15. package/dist/src/production-affiliation-request/dto/update-production-affiliation-request.dto.js +15 -0
  16. package/dist/src/production-affiliation-request/exports.d.ts +4 -0
  17. package/dist/src/production-affiliation-request/exports.js +21 -0
  18. package/dist/src/tag/dto/create-tag.dto.d.ts +34 -5
  19. package/dist/src/tag/dto/create-tag.dto.js +6 -5
  20. package/dist/types/prisma-schema/edge.js +3 -3
  21. package/dist/types/prisma-schema/index.d.ts +138 -181
  22. package/dist/types/prisma-schema/index.js +3 -3
  23. package/dist/types/prisma-schema/package.json +1 -1
  24. package/dist/types/prisma-schema/schema.prisma +3 -3
  25. package/dist/types/schema.d.ts +346 -0
  26. package/package.json +1 -1
@@ -2498,7 +2498,6 @@ export namespace Prisma {
2498
2498
  messages: number
2499
2499
  tags: number
2500
2500
  tickets: number
2501
- productionsAdministrated: number
2502
2501
  productionRequestsSent: number
2503
2502
  }
2504
2503
 
@@ -2508,7 +2507,6 @@ export namespace Prisma {
2508
2507
  messages?: boolean | ProfileCountOutputTypeCountMessagesArgs
2509
2508
  tags?: boolean | ProfileCountOutputTypeCountTagsArgs
2510
2509
  tickets?: boolean | ProfileCountOutputTypeCountTicketsArgs
2511
- productionsAdministrated?: boolean | ProfileCountOutputTypeCountProductionsAdministratedArgs
2512
2510
  productionRequestsSent?: boolean | ProfileCountOutputTypeCountProductionRequestsSentArgs
2513
2511
  }
2514
2512
 
@@ -2558,13 +2556,6 @@ export namespace Prisma {
2558
2556
  where?: TicketWhereInput
2559
2557
  }
2560
2558
 
2561
- /**
2562
- * ProfileCountOutputType without action
2563
- */
2564
- export type ProfileCountOutputTypeCountProductionsAdministratedArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
2565
- where?: ProductionWhereInput
2566
- }
2567
-
2568
2559
  /**
2569
2560
  * ProfileCountOutputType without action
2570
2561
  */
@@ -4444,7 +4435,7 @@ export namespace Prisma {
4444
4435
  birthLocation?: boolean | Profile$birthLocationArgs<ExtArgs>
4445
4436
  residenceLocation?: boolean | Profile$residenceLocationArgs<ExtArgs>
4446
4437
  tickets?: boolean | Profile$ticketsArgs<ExtArgs>
4447
- productionsAdministrated?: boolean | Profile$productionsAdministratedArgs<ExtArgs>
4438
+ productionAdministrated?: boolean | Profile$productionAdministratedArgs<ExtArgs>
4448
4439
  productionRequestsSent?: boolean | Profile$productionRequestsSentArgs<ExtArgs>
4449
4440
  _count?: boolean | ProfileCountOutputTypeDefaultArgs<ExtArgs>
4450
4441
  }, ExtArgs["result"]["profile"]>
@@ -4543,7 +4534,7 @@ export namespace Prisma {
4543
4534
  birthLocation?: boolean | Profile$birthLocationArgs<ExtArgs>
4544
4535
  residenceLocation?: boolean | Profile$residenceLocationArgs<ExtArgs>
4545
4536
  tickets?: boolean | Profile$ticketsArgs<ExtArgs>
4546
- productionsAdministrated?: boolean | Profile$productionsAdministratedArgs<ExtArgs>
4537
+ productionAdministrated?: boolean | Profile$productionAdministratedArgs<ExtArgs>
4547
4538
  productionRequestsSent?: boolean | Profile$productionRequestsSentArgs<ExtArgs>
4548
4539
  _count?: boolean | ProfileCountOutputTypeDefaultArgs<ExtArgs>
4549
4540
  }
@@ -4566,7 +4557,7 @@ export namespace Prisma {
4566
4557
  birthLocation: Prisma.$LocationPayload<ExtArgs> | null
4567
4558
  residenceLocation: Prisma.$LocationPayload<ExtArgs> | null
4568
4559
  tickets: Prisma.$TicketPayload<ExtArgs>[]
4569
- productionsAdministrated: Prisma.$ProductionPayload<ExtArgs>[]
4560
+ productionAdministrated: Prisma.$ProductionPayload<ExtArgs> | null
4570
4561
  productionRequestsSent: Prisma.$ProductionAffiliationRequestPayload<ExtArgs>[]
4571
4562
  }
4572
4563
  scalars: $Extensions.GetPayloadResult<{
@@ -4995,7 +4986,7 @@ export namespace Prisma {
4995
4986
  birthLocation<T extends Profile$birthLocationArgs<ExtArgs> = {}>(args?: Subset<T, Profile$birthLocationArgs<ExtArgs>>): Prisma__LocationClient<$Result.GetResult<Prisma.$LocationPayload<ExtArgs>, T, "findUniqueOrThrow", ClientOptions> | null, null, ExtArgs, ClientOptions>
4996
4987
  residenceLocation<T extends Profile$residenceLocationArgs<ExtArgs> = {}>(args?: Subset<T, Profile$residenceLocationArgs<ExtArgs>>): Prisma__LocationClient<$Result.GetResult<Prisma.$LocationPayload<ExtArgs>, T, "findUniqueOrThrow", ClientOptions> | null, null, ExtArgs, ClientOptions>
4997
4988
  tickets<T extends Profile$ticketsArgs<ExtArgs> = {}>(args?: Subset<T, Profile$ticketsArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$TicketPayload<ExtArgs>, T, "findMany", ClientOptions> | Null>
4998
- productionsAdministrated<T extends Profile$productionsAdministratedArgs<ExtArgs> = {}>(args?: Subset<T, Profile$productionsAdministratedArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$ProductionPayload<ExtArgs>, T, "findMany", ClientOptions> | Null>
4989
+ productionAdministrated<T extends Profile$productionAdministratedArgs<ExtArgs> = {}>(args?: Subset<T, Profile$productionAdministratedArgs<ExtArgs>>): Prisma__ProductionClient<$Result.GetResult<Prisma.$ProductionPayload<ExtArgs>, T, "findUniqueOrThrow", ClientOptions> | null, null, ExtArgs, ClientOptions>
4999
4990
  productionRequestsSent<T extends Profile$productionRequestsSentArgs<ExtArgs> = {}>(args?: Subset<T, Profile$productionRequestsSentArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$ProductionAffiliationRequestPayload<ExtArgs>, T, "findMany", ClientOptions> | Null>
5000
4991
  /**
5001
4992
  * Attaches callbacks for the resolution and/or rejection of the Promise.
@@ -5604,9 +5595,9 @@ export namespace Prisma {
5604
5595
  }
5605
5596
 
5606
5597
  /**
5607
- * Profile.productionsAdministrated
5598
+ * Profile.productionAdministrated
5608
5599
  */
5609
- export type Profile$productionsAdministratedArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
5600
+ export type Profile$productionAdministratedArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
5610
5601
  /**
5611
5602
  * Select specific fields to fetch from the Production
5612
5603
  */
@@ -5620,11 +5611,6 @@ export namespace Prisma {
5620
5611
  */
5621
5612
  include?: ProductionInclude<ExtArgs> | null
5622
5613
  where?: ProductionWhereInput
5623
- orderBy?: ProductionOrderByWithRelationInput | ProductionOrderByWithRelationInput[]
5624
- cursor?: ProductionWhereUniqueInput
5625
- take?: number
5626
- skip?: number
5627
- distinct?: ProductionScalarFieldEnum | ProductionScalarFieldEnum[]
5628
5614
  }
5629
5615
 
5630
5616
  /**
@@ -23292,7 +23278,7 @@ export namespace Prisma {
23292
23278
  birthLocation?: XOR<LocationNullableScalarRelationFilter, LocationWhereInput> | null
23293
23279
  residenceLocation?: XOR<LocationNullableScalarRelationFilter, LocationWhereInput> | null
23294
23280
  tickets?: TicketListRelationFilter
23295
- productionsAdministrated?: ProductionListRelationFilter
23281
+ productionAdministrated?: XOR<ProductionNullableScalarRelationFilter, ProductionWhereInput> | null
23296
23282
  productionRequestsSent?: ProductionAffiliationRequestListRelationFilter
23297
23283
  }
23298
23284
 
@@ -23328,7 +23314,7 @@ export namespace Prisma {
23328
23314
  birthLocation?: LocationOrderByWithRelationInput
23329
23315
  residenceLocation?: LocationOrderByWithRelationInput
23330
23316
  tickets?: TicketOrderByRelationAggregateInput
23331
- productionsAdministrated?: ProductionOrderByRelationAggregateInput
23317
+ productionAdministrated?: ProductionOrderByWithRelationInput
23332
23318
  productionRequestsSent?: ProductionAffiliationRequestOrderByRelationAggregateInput
23333
23319
  }
23334
23320
 
@@ -23367,7 +23353,7 @@ export namespace Prisma {
23367
23353
  birthLocation?: XOR<LocationNullableScalarRelationFilter, LocationWhereInput> | null
23368
23354
  residenceLocation?: XOR<LocationNullableScalarRelationFilter, LocationWhereInput> | null
23369
23355
  tickets?: TicketListRelationFilter
23370
- productionsAdministrated?: ProductionListRelationFilter
23356
+ productionAdministrated?: XOR<ProductionNullableScalarRelationFilter, ProductionWhereInput> | null
23371
23357
  productionRequestsSent?: ProductionAffiliationRequestListRelationFilter
23372
23358
  }, "id" | "username" | "phoneNumber" | "secondaryPhoneNumber">
23373
23359
 
@@ -24398,16 +24384,16 @@ export namespace Prisma {
24398
24384
  export type ProductionWhereUniqueInput = Prisma.AtLeast<{
24399
24385
  id?: string
24400
24386
  name?: string
24387
+ administratorId?: string
24401
24388
  AND?: ProductionWhereInput | ProductionWhereInput[]
24402
24389
  OR?: ProductionWhereInput[]
24403
24390
  NOT?: ProductionWhereInput | ProductionWhereInput[]
24404
- administratorId?: StringNullableFilter<"Production"> | string | null
24405
24391
  created_at?: DateTimeFilter<"Production"> | Date | string
24406
24392
  updated_at?: DateTimeFilter<"Production"> | Date | string
24407
24393
  administrator?: XOR<ProfileNullableScalarRelationFilter, ProfileWhereInput> | null
24408
24394
  events?: EventListRelationFilter
24409
24395
  affiliationRequests?: ProductionAffiliationRequestListRelationFilter
24410
- }, "id" | "name">
24396
+ }, "id" | "name" | "administratorId">
24411
24397
 
24412
24398
  export type ProductionOrderByWithAggregationInput = {
24413
24399
  id?: SortOrder
@@ -24622,7 +24608,7 @@ export namespace Prisma {
24622
24608
  birthLocation?: LocationCreateNestedOneWithoutBirthProfilesInput
24623
24609
  residenceLocation?: LocationCreateNestedOneWithoutResidenceProfilesInput
24624
24610
  tickets?: TicketCreateNestedManyWithoutProfileInput
24625
- productionsAdministrated?: ProductionCreateNestedManyWithoutAdministratorInput
24611
+ productionAdministrated?: ProductionCreateNestedOneWithoutAdministratorInput
24626
24612
  productionRequestsSent?: ProductionAffiliationRequestCreateNestedManyWithoutProfileInput
24627
24613
  }
24628
24614
 
@@ -24656,7 +24642,7 @@ export namespace Prisma {
24656
24642
  messages?: MessageUncheckedCreateNestedManyWithoutProfileInput
24657
24643
  tags?: TagUncheckedCreateNestedManyWithoutProfilesInput
24658
24644
  tickets?: TicketUncheckedCreateNestedManyWithoutProfileInput
24659
- productionsAdministrated?: ProductionUncheckedCreateNestedManyWithoutAdministratorInput
24645
+ productionAdministrated?: ProductionUncheckedCreateNestedOneWithoutAdministratorInput
24660
24646
  productionRequestsSent?: ProductionAffiliationRequestUncheckedCreateNestedManyWithoutProfileInput
24661
24647
  }
24662
24648
 
@@ -24690,7 +24676,7 @@ export namespace Prisma {
24690
24676
  birthLocation?: LocationUpdateOneWithoutBirthProfilesNestedInput
24691
24677
  residenceLocation?: LocationUpdateOneWithoutResidenceProfilesNestedInput
24692
24678
  tickets?: TicketUpdateManyWithoutProfileNestedInput
24693
- productionsAdministrated?: ProductionUpdateManyWithoutAdministratorNestedInput
24679
+ productionAdministrated?: ProductionUpdateOneWithoutAdministratorNestedInput
24694
24680
  productionRequestsSent?: ProductionAffiliationRequestUpdateManyWithoutProfileNestedInput
24695
24681
  }
24696
24682
 
@@ -24724,7 +24710,7 @@ export namespace Prisma {
24724
24710
  messages?: MessageUncheckedUpdateManyWithoutProfileNestedInput
24725
24711
  tags?: TagUncheckedUpdateManyWithoutProfilesNestedInput
24726
24712
  tickets?: TicketUncheckedUpdateManyWithoutProfileNestedInput
24727
- productionsAdministrated?: ProductionUncheckedUpdateManyWithoutAdministratorNestedInput
24713
+ productionAdministrated?: ProductionUncheckedUpdateOneWithoutAdministratorNestedInput
24728
24714
  productionRequestsSent?: ProductionAffiliationRequestUncheckedUpdateManyWithoutProfileNestedInput
24729
24715
  }
24730
24716
 
@@ -25811,7 +25797,7 @@ export namespace Prisma {
25811
25797
  name: string
25812
25798
  created_at?: Date | string
25813
25799
  updated_at?: Date | string
25814
- administrator?: ProfileCreateNestedOneWithoutProductionsAdministratedInput
25800
+ administrator?: ProfileCreateNestedOneWithoutProductionAdministratedInput
25815
25801
  events?: EventCreateNestedManyWithoutProductionsInput
25816
25802
  affiliationRequests?: ProductionAffiliationRequestCreateNestedManyWithoutProductionInput
25817
25803
  }
@@ -25831,7 +25817,7 @@ export namespace Prisma {
25831
25817
  name?: StringFieldUpdateOperationsInput | string
25832
25818
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
25833
25819
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
25834
- administrator?: ProfileUpdateOneWithoutProductionsAdministratedNestedInput
25820
+ administrator?: ProfileUpdateOneWithoutProductionAdministratedNestedInput
25835
25821
  events?: EventUpdateManyWithoutProductionsNestedInput
25836
25822
  affiliationRequests?: ProductionAffiliationRequestUpdateManyWithoutProductionNestedInput
25837
25823
  }
@@ -26144,10 +26130,9 @@ export namespace Prisma {
26144
26130
  none?: TicketWhereInput
26145
26131
  }
26146
26132
 
26147
- export type ProductionListRelationFilter = {
26148
- every?: ProductionWhereInput
26149
- some?: ProductionWhereInput
26150
- none?: ProductionWhereInput
26133
+ export type ProductionNullableScalarRelationFilter = {
26134
+ is?: ProductionWhereInput | null
26135
+ isNot?: ProductionWhereInput | null
26151
26136
  }
26152
26137
 
26153
26138
  export type ProductionAffiliationRequestListRelationFilter = {
@@ -26173,10 +26158,6 @@ export namespace Prisma {
26173
26158
  _count?: SortOrder
26174
26159
  }
26175
26160
 
26176
- export type ProductionOrderByRelationAggregateInput = {
26177
- _count?: SortOrder
26178
- }
26179
-
26180
26161
  export type ProductionAffiliationRequestOrderByRelationAggregateInput = {
26181
26162
  _count?: SortOrder
26182
26163
  }
@@ -26605,6 +26586,12 @@ export namespace Prisma {
26605
26586
  none?: EventTicketWhereInput
26606
26587
  }
26607
26588
 
26589
+ export type ProductionListRelationFilter = {
26590
+ every?: ProductionWhereInput
26591
+ some?: ProductionWhereInput
26592
+ none?: ProductionWhereInput
26593
+ }
26594
+
26608
26595
  export type TicketGroupOrderByRelationAggregateInput = {
26609
26596
  _count?: SortOrder
26610
26597
  }
@@ -26613,6 +26600,10 @@ export namespace Prisma {
26613
26600
  _count?: SortOrder
26614
26601
  }
26615
26602
 
26603
+ export type ProductionOrderByRelationAggregateInput = {
26604
+ _count?: SortOrder
26605
+ }
26606
+
26616
26607
  export type EventCountOrderByAggregateInput = {
26617
26608
  id?: SortOrder
26618
26609
  name?: SortOrder
@@ -27400,11 +27391,10 @@ export namespace Prisma {
27400
27391
  connect?: TicketWhereUniqueInput | TicketWhereUniqueInput[]
27401
27392
  }
27402
27393
 
27403
- export type ProductionCreateNestedManyWithoutAdministratorInput = {
27404
- create?: XOR<ProductionCreateWithoutAdministratorInput, ProductionUncheckedCreateWithoutAdministratorInput> | ProductionCreateWithoutAdministratorInput[] | ProductionUncheckedCreateWithoutAdministratorInput[]
27405
- connectOrCreate?: ProductionCreateOrConnectWithoutAdministratorInput | ProductionCreateOrConnectWithoutAdministratorInput[]
27406
- createMany?: ProductionCreateManyAdministratorInputEnvelope
27407
- connect?: ProductionWhereUniqueInput | ProductionWhereUniqueInput[]
27394
+ export type ProductionCreateNestedOneWithoutAdministratorInput = {
27395
+ create?: XOR<ProductionCreateWithoutAdministratorInput, ProductionUncheckedCreateWithoutAdministratorInput>
27396
+ connectOrCreate?: ProductionCreateOrConnectWithoutAdministratorInput
27397
+ connect?: ProductionWhereUniqueInput
27408
27398
  }
27409
27399
 
27410
27400
  export type ProductionAffiliationRequestCreateNestedManyWithoutProfileInput = {
@@ -27448,11 +27438,10 @@ export namespace Prisma {
27448
27438
  connect?: TicketWhereUniqueInput | TicketWhereUniqueInput[]
27449
27439
  }
27450
27440
 
27451
- export type ProductionUncheckedCreateNestedManyWithoutAdministratorInput = {
27452
- create?: XOR<ProductionCreateWithoutAdministratorInput, ProductionUncheckedCreateWithoutAdministratorInput> | ProductionCreateWithoutAdministratorInput[] | ProductionUncheckedCreateWithoutAdministratorInput[]
27453
- connectOrCreate?: ProductionCreateOrConnectWithoutAdministratorInput | ProductionCreateOrConnectWithoutAdministratorInput[]
27454
- createMany?: ProductionCreateManyAdministratorInputEnvelope
27455
- connect?: ProductionWhereUniqueInput | ProductionWhereUniqueInput[]
27441
+ export type ProductionUncheckedCreateNestedOneWithoutAdministratorInput = {
27442
+ create?: XOR<ProductionCreateWithoutAdministratorInput, ProductionUncheckedCreateWithoutAdministratorInput>
27443
+ connectOrCreate?: ProductionCreateOrConnectWithoutAdministratorInput
27444
+ connect?: ProductionWhereUniqueInput
27456
27445
  }
27457
27446
 
27458
27447
  export type ProductionAffiliationRequestUncheckedCreateNestedManyWithoutProfileInput = {
@@ -27572,18 +27561,14 @@ export namespace Prisma {
27572
27561
  deleteMany?: TicketScalarWhereInput | TicketScalarWhereInput[]
27573
27562
  }
27574
27563
 
27575
- export type ProductionUpdateManyWithoutAdministratorNestedInput = {
27576
- create?: XOR<ProductionCreateWithoutAdministratorInput, ProductionUncheckedCreateWithoutAdministratorInput> | ProductionCreateWithoutAdministratorInput[] | ProductionUncheckedCreateWithoutAdministratorInput[]
27577
- connectOrCreate?: ProductionCreateOrConnectWithoutAdministratorInput | ProductionCreateOrConnectWithoutAdministratorInput[]
27578
- upsert?: ProductionUpsertWithWhereUniqueWithoutAdministratorInput | ProductionUpsertWithWhereUniqueWithoutAdministratorInput[]
27579
- createMany?: ProductionCreateManyAdministratorInputEnvelope
27580
- set?: ProductionWhereUniqueInput | ProductionWhereUniqueInput[]
27581
- disconnect?: ProductionWhereUniqueInput | ProductionWhereUniqueInput[]
27582
- delete?: ProductionWhereUniqueInput | ProductionWhereUniqueInput[]
27583
- connect?: ProductionWhereUniqueInput | ProductionWhereUniqueInput[]
27584
- update?: ProductionUpdateWithWhereUniqueWithoutAdministratorInput | ProductionUpdateWithWhereUniqueWithoutAdministratorInput[]
27585
- updateMany?: ProductionUpdateManyWithWhereWithoutAdministratorInput | ProductionUpdateManyWithWhereWithoutAdministratorInput[]
27586
- deleteMany?: ProductionScalarWhereInput | ProductionScalarWhereInput[]
27564
+ export type ProductionUpdateOneWithoutAdministratorNestedInput = {
27565
+ create?: XOR<ProductionCreateWithoutAdministratorInput, ProductionUncheckedCreateWithoutAdministratorInput>
27566
+ connectOrCreate?: ProductionCreateOrConnectWithoutAdministratorInput
27567
+ upsert?: ProductionUpsertWithoutAdministratorInput
27568
+ disconnect?: ProductionWhereInput | boolean
27569
+ delete?: ProductionWhereInput | boolean
27570
+ connect?: ProductionWhereUniqueInput
27571
+ update?: XOR<XOR<ProductionUpdateToOneWithWhereWithoutAdministratorInput, ProductionUpdateWithoutAdministratorInput>, ProductionUncheckedUpdateWithoutAdministratorInput>
27587
27572
  }
27588
27573
 
27589
27574
  export type ProductionAffiliationRequestUpdateManyWithoutProfileNestedInput = {
@@ -27669,18 +27654,14 @@ export namespace Prisma {
27669
27654
  deleteMany?: TicketScalarWhereInput | TicketScalarWhereInput[]
27670
27655
  }
27671
27656
 
27672
- export type ProductionUncheckedUpdateManyWithoutAdministratorNestedInput = {
27673
- create?: XOR<ProductionCreateWithoutAdministratorInput, ProductionUncheckedCreateWithoutAdministratorInput> | ProductionCreateWithoutAdministratorInput[] | ProductionUncheckedCreateWithoutAdministratorInput[]
27674
- connectOrCreate?: ProductionCreateOrConnectWithoutAdministratorInput | ProductionCreateOrConnectWithoutAdministratorInput[]
27675
- upsert?: ProductionUpsertWithWhereUniqueWithoutAdministratorInput | ProductionUpsertWithWhereUniqueWithoutAdministratorInput[]
27676
- createMany?: ProductionCreateManyAdministratorInputEnvelope
27677
- set?: ProductionWhereUniqueInput | ProductionWhereUniqueInput[]
27678
- disconnect?: ProductionWhereUniqueInput | ProductionWhereUniqueInput[]
27679
- delete?: ProductionWhereUniqueInput | ProductionWhereUniqueInput[]
27680
- connect?: ProductionWhereUniqueInput | ProductionWhereUniqueInput[]
27681
- update?: ProductionUpdateWithWhereUniqueWithoutAdministratorInput | ProductionUpdateWithWhereUniqueWithoutAdministratorInput[]
27682
- updateMany?: ProductionUpdateManyWithWhereWithoutAdministratorInput | ProductionUpdateManyWithWhereWithoutAdministratorInput[]
27683
- deleteMany?: ProductionScalarWhereInput | ProductionScalarWhereInput[]
27657
+ export type ProductionUncheckedUpdateOneWithoutAdministratorNestedInput = {
27658
+ create?: XOR<ProductionCreateWithoutAdministratorInput, ProductionUncheckedCreateWithoutAdministratorInput>
27659
+ connectOrCreate?: ProductionCreateOrConnectWithoutAdministratorInput
27660
+ upsert?: ProductionUpsertWithoutAdministratorInput
27661
+ disconnect?: ProductionWhereInput | boolean
27662
+ delete?: ProductionWhereInput | boolean
27663
+ connect?: ProductionWhereUniqueInput
27664
+ update?: XOR<XOR<ProductionUpdateToOneWithWhereWithoutAdministratorInput, ProductionUpdateWithoutAdministratorInput>, ProductionUncheckedUpdateWithoutAdministratorInput>
27684
27665
  }
27685
27666
 
27686
27667
  export type ProductionAffiliationRequestUncheckedUpdateManyWithoutProfileNestedInput = {
@@ -28711,9 +28692,9 @@ export namespace Prisma {
28711
28692
  update?: XOR<XOR<EventUpdateToOneWithWhereWithoutEventTicketsInput, EventUpdateWithoutEventTicketsInput>, EventUncheckedUpdateWithoutEventTicketsInput>
28712
28693
  }
28713
28694
 
28714
- export type ProfileCreateNestedOneWithoutProductionsAdministratedInput = {
28715
- create?: XOR<ProfileCreateWithoutProductionsAdministratedInput, ProfileUncheckedCreateWithoutProductionsAdministratedInput>
28716
- connectOrCreate?: ProfileCreateOrConnectWithoutProductionsAdministratedInput
28695
+ export type ProfileCreateNestedOneWithoutProductionAdministratedInput = {
28696
+ create?: XOR<ProfileCreateWithoutProductionAdministratedInput, ProfileUncheckedCreateWithoutProductionAdministratedInput>
28697
+ connectOrCreate?: ProfileCreateOrConnectWithoutProductionAdministratedInput
28717
28698
  connect?: ProfileWhereUniqueInput
28718
28699
  }
28719
28700
 
@@ -28743,14 +28724,14 @@ export namespace Prisma {
28743
28724
  connect?: ProductionAffiliationRequestWhereUniqueInput | ProductionAffiliationRequestWhereUniqueInput[]
28744
28725
  }
28745
28726
 
28746
- export type ProfileUpdateOneWithoutProductionsAdministratedNestedInput = {
28747
- create?: XOR<ProfileCreateWithoutProductionsAdministratedInput, ProfileUncheckedCreateWithoutProductionsAdministratedInput>
28748
- connectOrCreate?: ProfileCreateOrConnectWithoutProductionsAdministratedInput
28749
- upsert?: ProfileUpsertWithoutProductionsAdministratedInput
28727
+ export type ProfileUpdateOneWithoutProductionAdministratedNestedInput = {
28728
+ create?: XOR<ProfileCreateWithoutProductionAdministratedInput, ProfileUncheckedCreateWithoutProductionAdministratedInput>
28729
+ connectOrCreate?: ProfileCreateOrConnectWithoutProductionAdministratedInput
28730
+ upsert?: ProfileUpsertWithoutProductionAdministratedInput
28750
28731
  disconnect?: ProfileWhereInput | boolean
28751
28732
  delete?: ProfileWhereInput | boolean
28752
28733
  connect?: ProfileWhereUniqueInput
28753
- update?: XOR<XOR<ProfileUpdateToOneWithWhereWithoutProductionsAdministratedInput, ProfileUpdateWithoutProductionsAdministratedInput>, ProfileUncheckedUpdateWithoutProductionsAdministratedInput>
28734
+ update?: XOR<XOR<ProfileUpdateToOneWithWhereWithoutProductionAdministratedInput, ProfileUpdateWithoutProductionAdministratedInput>, ProfileUncheckedUpdateWithoutProductionAdministratedInput>
28754
28735
  }
28755
28736
 
28756
28737
  export type EventUpdateManyWithoutProductionsNestedInput = {
@@ -29705,11 +29686,6 @@ export namespace Prisma {
29705
29686
  create: XOR<ProductionCreateWithoutAdministratorInput, ProductionUncheckedCreateWithoutAdministratorInput>
29706
29687
  }
29707
29688
 
29708
- export type ProductionCreateManyAdministratorInputEnvelope = {
29709
- data: ProductionCreateManyAdministratorInput | ProductionCreateManyAdministratorInput[]
29710
- skipDuplicates?: boolean
29711
- }
29712
-
29713
29689
  export type ProductionAffiliationRequestCreateWithoutProfileInput = {
29714
29690
  id?: string
29715
29691
  status?: $Enums.AffiliationStatus
@@ -29932,31 +29908,33 @@ export namespace Prisma {
29932
29908
  updated_at?: DateTimeFilter<"Ticket"> | Date | string
29933
29909
  }
29934
29910
 
29935
- export type ProductionUpsertWithWhereUniqueWithoutAdministratorInput = {
29936
- where: ProductionWhereUniqueInput
29911
+ export type ProductionUpsertWithoutAdministratorInput = {
29937
29912
  update: XOR<ProductionUpdateWithoutAdministratorInput, ProductionUncheckedUpdateWithoutAdministratorInput>
29938
29913
  create: XOR<ProductionCreateWithoutAdministratorInput, ProductionUncheckedCreateWithoutAdministratorInput>
29914
+ where?: ProductionWhereInput
29939
29915
  }
29940
29916
 
29941
- export type ProductionUpdateWithWhereUniqueWithoutAdministratorInput = {
29942
- where: ProductionWhereUniqueInput
29917
+ export type ProductionUpdateToOneWithWhereWithoutAdministratorInput = {
29918
+ where?: ProductionWhereInput
29943
29919
  data: XOR<ProductionUpdateWithoutAdministratorInput, ProductionUncheckedUpdateWithoutAdministratorInput>
29944
29920
  }
29945
29921
 
29946
- export type ProductionUpdateManyWithWhereWithoutAdministratorInput = {
29947
- where: ProductionScalarWhereInput
29948
- data: XOR<ProductionUpdateManyMutationInput, ProductionUncheckedUpdateManyWithoutAdministratorInput>
29922
+ export type ProductionUpdateWithoutAdministratorInput = {
29923
+ id?: StringFieldUpdateOperationsInput | string
29924
+ name?: StringFieldUpdateOperationsInput | string
29925
+ created_at?: DateTimeFieldUpdateOperationsInput | Date | string
29926
+ updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
29927
+ events?: EventUpdateManyWithoutProductionsNestedInput
29928
+ affiliationRequests?: ProductionAffiliationRequestUpdateManyWithoutProductionNestedInput
29949
29929
  }
29950
29930
 
29951
- export type ProductionScalarWhereInput = {
29952
- AND?: ProductionScalarWhereInput | ProductionScalarWhereInput[]
29953
- OR?: ProductionScalarWhereInput[]
29954
- NOT?: ProductionScalarWhereInput | ProductionScalarWhereInput[]
29955
- id?: StringFilter<"Production"> | string
29956
- name?: StringFilter<"Production"> | string
29957
- administratorId?: StringNullableFilter<"Production"> | string | null
29958
- created_at?: DateTimeFilter<"Production"> | Date | string
29959
- updated_at?: DateTimeFilter<"Production"> | Date | string
29931
+ export type ProductionUncheckedUpdateWithoutAdministratorInput = {
29932
+ id?: StringFieldUpdateOperationsInput | string
29933
+ name?: StringFieldUpdateOperationsInput | string
29934
+ created_at?: DateTimeFieldUpdateOperationsInput | Date | string
29935
+ updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
29936
+ events?: EventUncheckedUpdateManyWithoutProductionsNestedInput
29937
+ affiliationRequests?: ProductionAffiliationRequestUncheckedUpdateManyWithoutProductionNestedInput
29960
29938
  }
29961
29939
 
29962
29940
  export type ProductionAffiliationRequestUpsertWithWhereUniqueWithoutProfileInput = {
@@ -30017,7 +29995,7 @@ export namespace Prisma {
30017
29995
  birthLocation?: LocationCreateNestedOneWithoutBirthProfilesInput
30018
29996
  residenceLocation?: LocationCreateNestedOneWithoutResidenceProfilesInput
30019
29997
  tickets?: TicketCreateNestedManyWithoutProfileInput
30020
- productionsAdministrated?: ProductionCreateNestedManyWithoutAdministratorInput
29998
+ productionAdministrated?: ProductionCreateNestedOneWithoutAdministratorInput
30021
29999
  productionRequestsSent?: ProductionAffiliationRequestCreateNestedManyWithoutProfileInput
30022
30000
  }
30023
30001
 
@@ -30050,7 +30028,7 @@ export namespace Prisma {
30050
30028
  messages?: MessageUncheckedCreateNestedManyWithoutProfileInput
30051
30029
  tags?: TagUncheckedCreateNestedManyWithoutProfilesInput
30052
30030
  tickets?: TicketUncheckedCreateNestedManyWithoutProfileInput
30053
- productionsAdministrated?: ProductionUncheckedCreateNestedManyWithoutAdministratorInput
30031
+ productionAdministrated?: ProductionUncheckedCreateNestedOneWithoutAdministratorInput
30054
30032
  productionRequestsSent?: ProductionAffiliationRequestUncheckedCreateNestedManyWithoutProfileInput
30055
30033
  }
30056
30034
 
@@ -30099,7 +30077,7 @@ export namespace Prisma {
30099
30077
  birthLocation?: LocationUpdateOneWithoutBirthProfilesNestedInput
30100
30078
  residenceLocation?: LocationUpdateOneWithoutResidenceProfilesNestedInput
30101
30079
  tickets?: TicketUpdateManyWithoutProfileNestedInput
30102
- productionsAdministrated?: ProductionUpdateManyWithoutAdministratorNestedInput
30080
+ productionAdministrated?: ProductionUpdateOneWithoutAdministratorNestedInput
30103
30081
  productionRequestsSent?: ProductionAffiliationRequestUpdateManyWithoutProfileNestedInput
30104
30082
  }
30105
30083
 
@@ -30132,7 +30110,7 @@ export namespace Prisma {
30132
30110
  messages?: MessageUncheckedUpdateManyWithoutProfileNestedInput
30133
30111
  tags?: TagUncheckedUpdateManyWithoutProfilesNestedInput
30134
30112
  tickets?: TicketUncheckedUpdateManyWithoutProfileNestedInput
30135
- productionsAdministrated?: ProductionUncheckedUpdateManyWithoutAdministratorNestedInput
30113
+ productionAdministrated?: ProductionUncheckedUpdateOneWithoutAdministratorNestedInput
30136
30114
  productionRequestsSent?: ProductionAffiliationRequestUncheckedUpdateManyWithoutProfileNestedInput
30137
30115
  }
30138
30116
 
@@ -30165,7 +30143,7 @@ export namespace Prisma {
30165
30143
  tags?: TagCreateNestedManyWithoutProfilesInput
30166
30144
  residenceLocation?: LocationCreateNestedOneWithoutResidenceProfilesInput
30167
30145
  tickets?: TicketCreateNestedManyWithoutProfileInput
30168
- productionsAdministrated?: ProductionCreateNestedManyWithoutAdministratorInput
30146
+ productionAdministrated?: ProductionCreateNestedOneWithoutAdministratorInput
30169
30147
  productionRequestsSent?: ProductionAffiliationRequestCreateNestedManyWithoutProfileInput
30170
30148
  }
30171
30149
 
@@ -30198,7 +30176,7 @@ export namespace Prisma {
30198
30176
  messages?: MessageUncheckedCreateNestedManyWithoutProfileInput
30199
30177
  tags?: TagUncheckedCreateNestedManyWithoutProfilesInput
30200
30178
  tickets?: TicketUncheckedCreateNestedManyWithoutProfileInput
30201
- productionsAdministrated?: ProductionUncheckedCreateNestedManyWithoutAdministratorInput
30179
+ productionAdministrated?: ProductionUncheckedCreateNestedOneWithoutAdministratorInput
30202
30180
  productionRequestsSent?: ProductionAffiliationRequestUncheckedCreateNestedManyWithoutProfileInput
30203
30181
  }
30204
30182
 
@@ -30241,7 +30219,7 @@ export namespace Prisma {
30241
30219
  tags?: TagCreateNestedManyWithoutProfilesInput
30242
30220
  birthLocation?: LocationCreateNestedOneWithoutBirthProfilesInput
30243
30221
  tickets?: TicketCreateNestedManyWithoutProfileInput
30244
- productionsAdministrated?: ProductionCreateNestedManyWithoutAdministratorInput
30222
+ productionAdministrated?: ProductionCreateNestedOneWithoutAdministratorInput
30245
30223
  productionRequestsSent?: ProductionAffiliationRequestCreateNestedManyWithoutProfileInput
30246
30224
  }
30247
30225
 
@@ -30274,7 +30252,7 @@ export namespace Prisma {
30274
30252
  messages?: MessageUncheckedCreateNestedManyWithoutProfileInput
30275
30253
  tags?: TagUncheckedCreateNestedManyWithoutProfilesInput
30276
30254
  tickets?: TicketUncheckedCreateNestedManyWithoutProfileInput
30277
- productionsAdministrated?: ProductionUncheckedCreateNestedManyWithoutAdministratorInput
30255
+ productionAdministrated?: ProductionUncheckedCreateNestedOneWithoutAdministratorInput
30278
30256
  productionRequestsSent?: ProductionAffiliationRequestUncheckedCreateNestedManyWithoutProfileInput
30279
30257
  }
30280
30258
 
@@ -30412,7 +30390,7 @@ export namespace Prisma {
30412
30390
  birthLocation?: LocationCreateNestedOneWithoutBirthProfilesInput
30413
30391
  residenceLocation?: LocationCreateNestedOneWithoutResidenceProfilesInput
30414
30392
  tickets?: TicketCreateNestedManyWithoutProfileInput
30415
- productionsAdministrated?: ProductionCreateNestedManyWithoutAdministratorInput
30393
+ productionAdministrated?: ProductionCreateNestedOneWithoutAdministratorInput
30416
30394
  productionRequestsSent?: ProductionAffiliationRequestCreateNestedManyWithoutProfileInput
30417
30395
  }
30418
30396
 
@@ -30445,7 +30423,7 @@ export namespace Prisma {
30445
30423
  messages?: MessageUncheckedCreateNestedManyWithoutProfileInput
30446
30424
  tags?: TagUncheckedCreateNestedManyWithoutProfilesInput
30447
30425
  tickets?: TicketUncheckedCreateNestedManyWithoutProfileInput
30448
- productionsAdministrated?: ProductionUncheckedCreateNestedManyWithoutAdministratorInput
30426
+ productionAdministrated?: ProductionUncheckedCreateNestedOneWithoutAdministratorInput
30449
30427
  productionRequestsSent?: ProductionAffiliationRequestUncheckedCreateNestedManyWithoutProfileInput
30450
30428
  }
30451
30429
 
@@ -30566,7 +30544,7 @@ export namespace Prisma {
30566
30544
  birthLocation?: LocationUpdateOneWithoutBirthProfilesNestedInput
30567
30545
  residenceLocation?: LocationUpdateOneWithoutResidenceProfilesNestedInput
30568
30546
  tickets?: TicketUpdateManyWithoutProfileNestedInput
30569
- productionsAdministrated?: ProductionUpdateManyWithoutAdministratorNestedInput
30547
+ productionAdministrated?: ProductionUpdateOneWithoutAdministratorNestedInput
30570
30548
  productionRequestsSent?: ProductionAffiliationRequestUpdateManyWithoutProfileNestedInput
30571
30549
  }
30572
30550
 
@@ -30599,7 +30577,7 @@ export namespace Prisma {
30599
30577
  messages?: MessageUncheckedUpdateManyWithoutProfileNestedInput
30600
30578
  tags?: TagUncheckedUpdateManyWithoutProfilesNestedInput
30601
30579
  tickets?: TicketUncheckedUpdateManyWithoutProfileNestedInput
30602
- productionsAdministrated?: ProductionUncheckedUpdateManyWithoutAdministratorNestedInput
30580
+ productionAdministrated?: ProductionUncheckedUpdateOneWithoutAdministratorNestedInput
30603
30581
  productionRequestsSent?: ProductionAffiliationRequestUncheckedUpdateManyWithoutProfileNestedInput
30604
30582
  }
30605
30583
 
@@ -30825,7 +30803,7 @@ export namespace Prisma {
30825
30803
  birthLocation?: LocationCreateNestedOneWithoutBirthProfilesInput
30826
30804
  residenceLocation?: LocationCreateNestedOneWithoutResidenceProfilesInput
30827
30805
  tickets?: TicketCreateNestedManyWithoutProfileInput
30828
- productionsAdministrated?: ProductionCreateNestedManyWithoutAdministratorInput
30806
+ productionAdministrated?: ProductionCreateNestedOneWithoutAdministratorInput
30829
30807
  productionRequestsSent?: ProductionAffiliationRequestCreateNestedManyWithoutProfileInput
30830
30808
  }
30831
30809
 
@@ -30858,7 +30836,7 @@ export namespace Prisma {
30858
30836
  comments?: CommentUncheckedCreateNestedManyWithoutProfileInput
30859
30837
  messages?: MessageUncheckedCreateNestedManyWithoutProfileInput
30860
30838
  tickets?: TicketUncheckedCreateNestedManyWithoutProfileInput
30861
- productionsAdministrated?: ProductionUncheckedCreateNestedManyWithoutAdministratorInput
30839
+ productionAdministrated?: ProductionUncheckedCreateNestedOneWithoutAdministratorInput
30862
30840
  productionRequestsSent?: ProductionAffiliationRequestUncheckedCreateNestedManyWithoutProfileInput
30863
30841
  }
30864
30842
 
@@ -31636,7 +31614,7 @@ export namespace Prisma {
31636
31614
  name: string
31637
31615
  created_at?: Date | string
31638
31616
  updated_at?: Date | string
31639
- administrator?: ProfileCreateNestedOneWithoutProductionsAdministratedInput
31617
+ administrator?: ProfileCreateNestedOneWithoutProductionAdministratedInput
31640
31618
  affiliationRequests?: ProductionAffiliationRequestCreateNestedManyWithoutProductionInput
31641
31619
  }
31642
31620
 
@@ -31974,6 +31952,17 @@ export namespace Prisma {
31974
31952
  data: XOR<ProductionUpdateManyMutationInput, ProductionUncheckedUpdateManyWithoutEventsInput>
31975
31953
  }
31976
31954
 
31955
+ export type ProductionScalarWhereInput = {
31956
+ AND?: ProductionScalarWhereInput | ProductionScalarWhereInput[]
31957
+ OR?: ProductionScalarWhereInput[]
31958
+ NOT?: ProductionScalarWhereInput | ProductionScalarWhereInput[]
31959
+ id?: StringFilter<"Production"> | string
31960
+ name?: StringFilter<"Production"> | string
31961
+ administratorId?: StringNullableFilter<"Production"> | string | null
31962
+ created_at?: DateTimeFilter<"Production"> | Date | string
31963
+ updated_at?: DateTimeFilter<"Production"> | Date | string
31964
+ }
31965
+
31977
31966
  export type TagUpsertWithWhereUniqueWithoutRoleEventsInput = {
31978
31967
  where: TagWhereUniqueInput
31979
31968
  update: XOR<TagUpdateWithoutRoleEventsInput, TagUncheckedUpdateWithoutRoleEventsInput>
@@ -32089,7 +32078,7 @@ export namespace Prisma {
32089
32078
  birthLocation?: LocationCreateNestedOneWithoutBirthProfilesInput
32090
32079
  residenceLocation?: LocationCreateNestedOneWithoutResidenceProfilesInput
32091
32080
  tickets?: TicketCreateNestedManyWithoutProfileInput
32092
- productionsAdministrated?: ProductionCreateNestedManyWithoutAdministratorInput
32081
+ productionAdministrated?: ProductionCreateNestedOneWithoutAdministratorInput
32093
32082
  productionRequestsSent?: ProductionAffiliationRequestCreateNestedManyWithoutProfileInput
32094
32083
  }
32095
32084
 
@@ -32122,7 +32111,7 @@ export namespace Prisma {
32122
32111
  comments?: CommentUncheckedCreateNestedManyWithoutProfileInput
32123
32112
  tags?: TagUncheckedCreateNestedManyWithoutProfilesInput
32124
32113
  tickets?: TicketUncheckedCreateNestedManyWithoutProfileInput
32125
- productionsAdministrated?: ProductionUncheckedCreateNestedManyWithoutAdministratorInput
32114
+ productionAdministrated?: ProductionUncheckedCreateNestedOneWithoutAdministratorInput
32126
32115
  productionRequestsSent?: ProductionAffiliationRequestUncheckedCreateNestedManyWithoutProfileInput
32127
32116
  }
32128
32117
 
@@ -32171,7 +32160,7 @@ export namespace Prisma {
32171
32160
  birthLocation?: LocationUpdateOneWithoutBirthProfilesNestedInput
32172
32161
  residenceLocation?: LocationUpdateOneWithoutResidenceProfilesNestedInput
32173
32162
  tickets?: TicketUpdateManyWithoutProfileNestedInput
32174
- productionsAdministrated?: ProductionUpdateManyWithoutAdministratorNestedInput
32163
+ productionAdministrated?: ProductionUpdateOneWithoutAdministratorNestedInput
32175
32164
  productionRequestsSent?: ProductionAffiliationRequestUpdateManyWithoutProfileNestedInput
32176
32165
  }
32177
32166
 
@@ -32204,7 +32193,7 @@ export namespace Prisma {
32204
32193
  comments?: CommentUncheckedUpdateManyWithoutProfileNestedInput
32205
32194
  tags?: TagUncheckedUpdateManyWithoutProfilesNestedInput
32206
32195
  tickets?: TicketUncheckedUpdateManyWithoutProfileNestedInput
32207
- productionsAdministrated?: ProductionUncheckedUpdateManyWithoutAdministratorNestedInput
32196
+ productionAdministrated?: ProductionUncheckedUpdateOneWithoutAdministratorNestedInput
32208
32197
  productionRequestsSent?: ProductionAffiliationRequestUncheckedUpdateManyWithoutProfileNestedInput
32209
32198
  }
32210
32199
 
@@ -32286,7 +32275,7 @@ export namespace Prisma {
32286
32275
  tags?: TagCreateNestedManyWithoutProfilesInput
32287
32276
  birthLocation?: LocationCreateNestedOneWithoutBirthProfilesInput
32288
32277
  residenceLocation?: LocationCreateNestedOneWithoutResidenceProfilesInput
32289
- productionsAdministrated?: ProductionCreateNestedManyWithoutAdministratorInput
32278
+ productionAdministrated?: ProductionCreateNestedOneWithoutAdministratorInput
32290
32279
  productionRequestsSent?: ProductionAffiliationRequestCreateNestedManyWithoutProfileInput
32291
32280
  }
32292
32281
 
@@ -32319,7 +32308,7 @@ export namespace Prisma {
32319
32308
  comments?: CommentUncheckedCreateNestedManyWithoutProfileInput
32320
32309
  messages?: MessageUncheckedCreateNestedManyWithoutProfileInput
32321
32310
  tags?: TagUncheckedCreateNestedManyWithoutProfilesInput
32322
- productionsAdministrated?: ProductionUncheckedCreateNestedManyWithoutAdministratorInput
32311
+ productionAdministrated?: ProductionUncheckedCreateNestedOneWithoutAdministratorInput
32323
32312
  productionRequestsSent?: ProductionAffiliationRequestUncheckedCreateNestedManyWithoutProfileInput
32324
32313
  }
32325
32314
 
@@ -32446,7 +32435,7 @@ export namespace Prisma {
32446
32435
  tags?: TagUpdateManyWithoutProfilesNestedInput
32447
32436
  birthLocation?: LocationUpdateOneWithoutBirthProfilesNestedInput
32448
32437
  residenceLocation?: LocationUpdateOneWithoutResidenceProfilesNestedInput
32449
- productionsAdministrated?: ProductionUpdateManyWithoutAdministratorNestedInput
32438
+ productionAdministrated?: ProductionUpdateOneWithoutAdministratorNestedInput
32450
32439
  productionRequestsSent?: ProductionAffiliationRequestUpdateManyWithoutProfileNestedInput
32451
32440
  }
32452
32441
 
@@ -32479,7 +32468,7 @@ export namespace Prisma {
32479
32468
  comments?: CommentUncheckedUpdateManyWithoutProfileNestedInput
32480
32469
  messages?: MessageUncheckedUpdateManyWithoutProfileNestedInput
32481
32470
  tags?: TagUncheckedUpdateManyWithoutProfilesNestedInput
32482
- productionsAdministrated?: ProductionUncheckedUpdateManyWithoutAdministratorNestedInput
32471
+ productionAdministrated?: ProductionUncheckedUpdateOneWithoutAdministratorNestedInput
32483
32472
  productionRequestsSent?: ProductionAffiliationRequestUncheckedUpdateManyWithoutProfileNestedInput
32484
32473
  }
32485
32474
 
@@ -32776,7 +32765,7 @@ export namespace Prisma {
32776
32765
  participantRoles?: TagUncheckedUpdateManyWithoutRoleEventsNestedInput
32777
32766
  }
32778
32767
 
32779
- export type ProfileCreateWithoutProductionsAdministratedInput = {
32768
+ export type ProfileCreateWithoutProductionAdministratedInput = {
32780
32769
  id?: string
32781
32770
  shortId: number
32782
32771
  role?: $Enums.Role
@@ -32809,7 +32798,7 @@ export namespace Prisma {
32809
32798
  productionRequestsSent?: ProductionAffiliationRequestCreateNestedManyWithoutProfileInput
32810
32799
  }
32811
32800
 
32812
- export type ProfileUncheckedCreateWithoutProductionsAdministratedInput = {
32801
+ export type ProfileUncheckedCreateWithoutProductionAdministratedInput = {
32813
32802
  id?: string
32814
32803
  shortId: number
32815
32804
  role?: $Enums.Role
@@ -32842,9 +32831,9 @@ export namespace Prisma {
32842
32831
  productionRequestsSent?: ProductionAffiliationRequestUncheckedCreateNestedManyWithoutProfileInput
32843
32832
  }
32844
32833
 
32845
- export type ProfileCreateOrConnectWithoutProductionsAdministratedInput = {
32834
+ export type ProfileCreateOrConnectWithoutProductionAdministratedInput = {
32846
32835
  where: ProfileWhereUniqueInput
32847
- create: XOR<ProfileCreateWithoutProductionsAdministratedInput, ProfileUncheckedCreateWithoutProductionsAdministratedInput>
32836
+ create: XOR<ProfileCreateWithoutProductionAdministratedInput, ProfileUncheckedCreateWithoutProductionAdministratedInput>
32848
32837
  }
32849
32838
 
32850
32839
  export type EventCreateWithoutProductionsInput = {
@@ -32924,18 +32913,18 @@ export namespace Prisma {
32924
32913
  skipDuplicates?: boolean
32925
32914
  }
32926
32915
 
32927
- export type ProfileUpsertWithoutProductionsAdministratedInput = {
32928
- update: XOR<ProfileUpdateWithoutProductionsAdministratedInput, ProfileUncheckedUpdateWithoutProductionsAdministratedInput>
32929
- create: XOR<ProfileCreateWithoutProductionsAdministratedInput, ProfileUncheckedCreateWithoutProductionsAdministratedInput>
32916
+ export type ProfileUpsertWithoutProductionAdministratedInput = {
32917
+ update: XOR<ProfileUpdateWithoutProductionAdministratedInput, ProfileUncheckedUpdateWithoutProductionAdministratedInput>
32918
+ create: XOR<ProfileCreateWithoutProductionAdministratedInput, ProfileUncheckedCreateWithoutProductionAdministratedInput>
32930
32919
  where?: ProfileWhereInput
32931
32920
  }
32932
32921
 
32933
- export type ProfileUpdateToOneWithWhereWithoutProductionsAdministratedInput = {
32922
+ export type ProfileUpdateToOneWithWhereWithoutProductionAdministratedInput = {
32934
32923
  where?: ProfileWhereInput
32935
- data: XOR<ProfileUpdateWithoutProductionsAdministratedInput, ProfileUncheckedUpdateWithoutProductionsAdministratedInput>
32924
+ data: XOR<ProfileUpdateWithoutProductionAdministratedInput, ProfileUncheckedUpdateWithoutProductionAdministratedInput>
32936
32925
  }
32937
32926
 
32938
- export type ProfileUpdateWithoutProductionsAdministratedInput = {
32927
+ export type ProfileUpdateWithoutProductionAdministratedInput = {
32939
32928
  id?: StringFieldUpdateOperationsInput | string
32940
32929
  shortId?: IntFieldUpdateOperationsInput | number
32941
32930
  role?: EnumRoleFieldUpdateOperationsInput | $Enums.Role
@@ -32968,7 +32957,7 @@ export namespace Prisma {
32968
32957
  productionRequestsSent?: ProductionAffiliationRequestUpdateManyWithoutProfileNestedInput
32969
32958
  }
32970
32959
 
32971
- export type ProfileUncheckedUpdateWithoutProductionsAdministratedInput = {
32960
+ export type ProfileUncheckedUpdateWithoutProductionAdministratedInput = {
32972
32961
  id?: StringFieldUpdateOperationsInput | string
32973
32962
  shortId?: IntFieldUpdateOperationsInput | number
32974
32963
  role?: EnumRoleFieldUpdateOperationsInput | $Enums.Role
@@ -33038,7 +33027,7 @@ export namespace Prisma {
33038
33027
  name: string
33039
33028
  created_at?: Date | string
33040
33029
  updated_at?: Date | string
33041
- administrator?: ProfileCreateNestedOneWithoutProductionsAdministratedInput
33030
+ administrator?: ProfileCreateNestedOneWithoutProductionAdministratedInput
33042
33031
  events?: EventCreateNestedManyWithoutProductionsInput
33043
33032
  }
33044
33033
 
@@ -33086,7 +33075,7 @@ export namespace Prisma {
33086
33075
  birthLocation?: LocationCreateNestedOneWithoutBirthProfilesInput
33087
33076
  residenceLocation?: LocationCreateNestedOneWithoutResidenceProfilesInput
33088
33077
  tickets?: TicketCreateNestedManyWithoutProfileInput
33089
- productionsAdministrated?: ProductionCreateNestedManyWithoutAdministratorInput
33078
+ productionAdministrated?: ProductionCreateNestedOneWithoutAdministratorInput
33090
33079
  }
33091
33080
 
33092
33081
  export type ProfileUncheckedCreateWithoutProductionRequestsSentInput = {
@@ -33119,7 +33108,7 @@ export namespace Prisma {
33119
33108
  messages?: MessageUncheckedCreateNestedManyWithoutProfileInput
33120
33109
  tags?: TagUncheckedCreateNestedManyWithoutProfilesInput
33121
33110
  tickets?: TicketUncheckedCreateNestedManyWithoutProfileInput
33122
- productionsAdministrated?: ProductionUncheckedCreateNestedManyWithoutAdministratorInput
33111
+ productionAdministrated?: ProductionUncheckedCreateNestedOneWithoutAdministratorInput
33123
33112
  }
33124
33113
 
33125
33114
  export type ProfileCreateOrConnectWithoutProductionRequestsSentInput = {
@@ -33143,7 +33132,7 @@ export namespace Prisma {
33143
33132
  name?: StringFieldUpdateOperationsInput | string
33144
33133
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
33145
33134
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
33146
- administrator?: ProfileUpdateOneWithoutProductionsAdministratedNestedInput
33135
+ administrator?: ProfileUpdateOneWithoutProductionAdministratedNestedInput
33147
33136
  events?: EventUpdateManyWithoutProductionsNestedInput
33148
33137
  }
33149
33138
 
@@ -33197,7 +33186,7 @@ export namespace Prisma {
33197
33186
  birthLocation?: LocationUpdateOneWithoutBirthProfilesNestedInput
33198
33187
  residenceLocation?: LocationUpdateOneWithoutResidenceProfilesNestedInput
33199
33188
  tickets?: TicketUpdateManyWithoutProfileNestedInput
33200
- productionsAdministrated?: ProductionUpdateManyWithoutAdministratorNestedInput
33189
+ productionAdministrated?: ProductionUpdateOneWithoutAdministratorNestedInput
33201
33190
  }
33202
33191
 
33203
33192
  export type ProfileUncheckedUpdateWithoutProductionRequestsSentInput = {
@@ -33230,7 +33219,7 @@ export namespace Prisma {
33230
33219
  messages?: MessageUncheckedUpdateManyWithoutProfileNestedInput
33231
33220
  tags?: TagUncheckedUpdateManyWithoutProfilesNestedInput
33232
33221
  tickets?: TicketUncheckedUpdateManyWithoutProfileNestedInput
33233
- productionsAdministrated?: ProductionUncheckedUpdateManyWithoutAdministratorNestedInput
33222
+ productionAdministrated?: ProductionUncheckedUpdateOneWithoutAdministratorNestedInput
33234
33223
  }
33235
33224
 
33236
33225
  export type CommentCreateManyAccountInput = {
@@ -33451,13 +33440,6 @@ export namespace Prisma {
33451
33440
  updated_at?: Date | string
33452
33441
  }
33453
33442
 
33454
- export type ProductionCreateManyAdministratorInput = {
33455
- id?: string
33456
- name: string
33457
- created_at?: Date | string
33458
- updated_at?: Date | string
33459
- }
33460
-
33461
33443
  export type ProductionAffiliationRequestCreateManyProfileInput = {
33462
33444
  id?: string
33463
33445
  productionId: string
@@ -33638,31 +33620,6 @@ export namespace Prisma {
33638
33620
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
33639
33621
  }
33640
33622
 
33641
- export type ProductionUpdateWithoutAdministratorInput = {
33642
- id?: StringFieldUpdateOperationsInput | string
33643
- name?: StringFieldUpdateOperationsInput | string
33644
- created_at?: DateTimeFieldUpdateOperationsInput | Date | string
33645
- updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
33646
- events?: EventUpdateManyWithoutProductionsNestedInput
33647
- affiliationRequests?: ProductionAffiliationRequestUpdateManyWithoutProductionNestedInput
33648
- }
33649
-
33650
- export type ProductionUncheckedUpdateWithoutAdministratorInput = {
33651
- id?: StringFieldUpdateOperationsInput | string
33652
- name?: StringFieldUpdateOperationsInput | string
33653
- created_at?: DateTimeFieldUpdateOperationsInput | Date | string
33654
- updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
33655
- events?: EventUncheckedUpdateManyWithoutProductionsNestedInput
33656
- affiliationRequests?: ProductionAffiliationRequestUncheckedUpdateManyWithoutProductionNestedInput
33657
- }
33658
-
33659
- export type ProductionUncheckedUpdateManyWithoutAdministratorInput = {
33660
- id?: StringFieldUpdateOperationsInput | string
33661
- name?: StringFieldUpdateOperationsInput | string
33662
- created_at?: DateTimeFieldUpdateOperationsInput | Date | string
33663
- updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
33664
- }
33665
-
33666
33623
  export type ProductionAffiliationRequestUpdateWithoutProfileInput = {
33667
33624
  id?: StringFieldUpdateOperationsInput | string
33668
33625
  status?: EnumAffiliationStatusFieldUpdateOperationsInput | $Enums.AffiliationStatus
@@ -33771,7 +33728,7 @@ export namespace Prisma {
33771
33728
  tags?: TagUpdateManyWithoutProfilesNestedInput
33772
33729
  residenceLocation?: LocationUpdateOneWithoutResidenceProfilesNestedInput
33773
33730
  tickets?: TicketUpdateManyWithoutProfileNestedInput
33774
- productionsAdministrated?: ProductionUpdateManyWithoutAdministratorNestedInput
33731
+ productionAdministrated?: ProductionUpdateOneWithoutAdministratorNestedInput
33775
33732
  productionRequestsSent?: ProductionAffiliationRequestUpdateManyWithoutProfileNestedInput
33776
33733
  }
33777
33734
 
@@ -33804,7 +33761,7 @@ export namespace Prisma {
33804
33761
  messages?: MessageUncheckedUpdateManyWithoutProfileNestedInput
33805
33762
  tags?: TagUncheckedUpdateManyWithoutProfilesNestedInput
33806
33763
  tickets?: TicketUncheckedUpdateManyWithoutProfileNestedInput
33807
- productionsAdministrated?: ProductionUncheckedUpdateManyWithoutAdministratorNestedInput
33764
+ productionAdministrated?: ProductionUncheckedUpdateOneWithoutAdministratorNestedInput
33808
33765
  productionRequestsSent?: ProductionAffiliationRequestUncheckedUpdateManyWithoutProfileNestedInput
33809
33766
  }
33810
33767
 
@@ -33863,7 +33820,7 @@ export namespace Prisma {
33863
33820
  tags?: TagUpdateManyWithoutProfilesNestedInput
33864
33821
  birthLocation?: LocationUpdateOneWithoutBirthProfilesNestedInput
33865
33822
  tickets?: TicketUpdateManyWithoutProfileNestedInput
33866
- productionsAdministrated?: ProductionUpdateManyWithoutAdministratorNestedInput
33823
+ productionAdministrated?: ProductionUpdateOneWithoutAdministratorNestedInput
33867
33824
  productionRequestsSent?: ProductionAffiliationRequestUpdateManyWithoutProfileNestedInput
33868
33825
  }
33869
33826
 
@@ -33896,7 +33853,7 @@ export namespace Prisma {
33896
33853
  messages?: MessageUncheckedUpdateManyWithoutProfileNestedInput
33897
33854
  tags?: TagUncheckedUpdateManyWithoutProfilesNestedInput
33898
33855
  tickets?: TicketUncheckedUpdateManyWithoutProfileNestedInput
33899
- productionsAdministrated?: ProductionUncheckedUpdateManyWithoutAdministratorNestedInput
33856
+ productionAdministrated?: ProductionUncheckedUpdateOneWithoutAdministratorNestedInput
33900
33857
  productionRequestsSent?: ProductionAffiliationRequestUncheckedUpdateManyWithoutProfileNestedInput
33901
33858
  }
33902
33859
 
@@ -33994,7 +33951,7 @@ export namespace Prisma {
33994
33951
  birthLocation?: LocationUpdateOneWithoutBirthProfilesNestedInput
33995
33952
  residenceLocation?: LocationUpdateOneWithoutResidenceProfilesNestedInput
33996
33953
  tickets?: TicketUpdateManyWithoutProfileNestedInput
33997
- productionsAdministrated?: ProductionUpdateManyWithoutAdministratorNestedInput
33954
+ productionAdministrated?: ProductionUpdateOneWithoutAdministratorNestedInput
33998
33955
  productionRequestsSent?: ProductionAffiliationRequestUpdateManyWithoutProfileNestedInput
33999
33956
  }
34000
33957
 
@@ -34027,7 +33984,7 @@ export namespace Prisma {
34027
33984
  comments?: CommentUncheckedUpdateManyWithoutProfileNestedInput
34028
33985
  messages?: MessageUncheckedUpdateManyWithoutProfileNestedInput
34029
33986
  tickets?: TicketUncheckedUpdateManyWithoutProfileNestedInput
34030
- productionsAdministrated?: ProductionUncheckedUpdateManyWithoutAdministratorNestedInput
33987
+ productionAdministrated?: ProductionUncheckedUpdateOneWithoutAdministratorNestedInput
34031
33988
  productionRequestsSent?: ProductionAffiliationRequestUncheckedUpdateManyWithoutProfileNestedInput
34032
33989
  }
34033
33990
 
@@ -34511,7 +34468,7 @@ export namespace Prisma {
34511
34468
  name?: StringFieldUpdateOperationsInput | string
34512
34469
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
34513
34470
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
34514
- administrator?: ProfileUpdateOneWithoutProductionsAdministratedNestedInput
34471
+ administrator?: ProfileUpdateOneWithoutProductionAdministratedNestedInput
34515
34472
  affiliationRequests?: ProductionAffiliationRequestUpdateManyWithoutProductionNestedInput
34516
34473
  }
34517
34474