expo-backend-types 0.36.0-EXPO-323-Enviar-mail-ticket.1 → 0.36.0-EXPO-323-Enviar-mail-ticket.2

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.
@@ -15612,7 +15612,7 @@ export namespace Prisma {
15612
15612
  fullName: string
15613
15613
  mail: string
15614
15614
  dni: string
15615
- seat: number
15615
+ seat: number | null
15616
15616
  profileId: string | null
15617
15617
  created_at: Date
15618
15618
  updated_at: Date
@@ -15727,7 +15727,7 @@ export namespace Prisma {
15727
15727
  fullName: string
15728
15728
  mail: string
15729
15729
  dni: string
15730
- seat: number
15730
+ seat: number | null
15731
15731
  profileId: string | null
15732
15732
  created_at: Date
15733
15733
  updated_at: Date
@@ -20039,7 +20039,7 @@ export namespace Prisma {
20039
20039
  fullName?: StringFilter<"Ticket"> | string
20040
20040
  mail?: StringFilter<"Ticket"> | string
20041
20041
  dni?: StringFilter<"Ticket"> | string
20042
- seat?: IntFilter<"Ticket"> | number
20042
+ seat?: IntNullableFilter<"Ticket"> | number | null
20043
20043
  profileId?: StringNullableFilter<"Ticket"> | string | null
20044
20044
  created_at?: DateTimeFilter<"Ticket"> | Date | string
20045
20045
  updated_at?: DateTimeFilter<"Ticket"> | Date | string
@@ -20055,7 +20055,7 @@ export namespace Prisma {
20055
20055
  fullName?: SortOrder
20056
20056
  mail?: SortOrder
20057
20057
  dni?: SortOrder
20058
- seat?: SortOrder
20058
+ seat?: SortOrderInput | SortOrder
20059
20059
  profileId?: SortOrderInput | SortOrder
20060
20060
  created_at?: SortOrder
20061
20061
  updated_at?: SortOrder
@@ -20074,7 +20074,7 @@ export namespace Prisma {
20074
20074
  fullName?: StringFilter<"Ticket"> | string
20075
20075
  mail?: StringFilter<"Ticket"> | string
20076
20076
  dni?: StringFilter<"Ticket"> | string
20077
- seat?: IntFilter<"Ticket"> | number
20077
+ seat?: IntNullableFilter<"Ticket"> | number | null
20078
20078
  profileId?: StringNullableFilter<"Ticket"> | string | null
20079
20079
  created_at?: DateTimeFilter<"Ticket"> | Date | string
20080
20080
  updated_at?: DateTimeFilter<"Ticket"> | Date | string
@@ -20090,7 +20090,7 @@ export namespace Prisma {
20090
20090
  fullName?: SortOrder
20091
20091
  mail?: SortOrder
20092
20092
  dni?: SortOrder
20093
- seat?: SortOrder
20093
+ seat?: SortOrderInput | SortOrder
20094
20094
  profileId?: SortOrderInput | SortOrder
20095
20095
  created_at?: SortOrder
20096
20096
  updated_at?: SortOrder
@@ -20112,7 +20112,7 @@ export namespace Prisma {
20112
20112
  fullName?: StringWithAggregatesFilter<"Ticket"> | string
20113
20113
  mail?: StringWithAggregatesFilter<"Ticket"> | string
20114
20114
  dni?: StringWithAggregatesFilter<"Ticket"> | string
20115
- seat?: IntWithAggregatesFilter<"Ticket"> | number
20115
+ seat?: IntNullableWithAggregatesFilter<"Ticket"> | number | null
20116
20116
  profileId?: StringNullableWithAggregatesFilter<"Ticket"> | string | null
20117
20117
  created_at?: DateTimeWithAggregatesFilter<"Ticket"> | Date | string
20118
20118
  updated_at?: DateTimeWithAggregatesFilter<"Ticket"> | Date | string
@@ -21231,7 +21231,7 @@ export namespace Prisma {
21231
21231
  fullName: string
21232
21232
  mail: string
21233
21233
  dni: string
21234
- seat?: number
21234
+ seat?: number | null
21235
21235
  created_at?: Date | string
21236
21236
  updated_at?: Date | string
21237
21237
  event: EventCreateNestedOneWithoutTicketsInput
@@ -21246,7 +21246,7 @@ export namespace Prisma {
21246
21246
  fullName: string
21247
21247
  mail: string
21248
21248
  dni: string
21249
- seat?: number
21249
+ seat?: number | null
21250
21250
  profileId?: string | null
21251
21251
  created_at?: Date | string
21252
21252
  updated_at?: Date | string
@@ -21259,7 +21259,7 @@ export namespace Prisma {
21259
21259
  fullName?: StringFieldUpdateOperationsInput | string
21260
21260
  mail?: StringFieldUpdateOperationsInput | string
21261
21261
  dni?: StringFieldUpdateOperationsInput | string
21262
- seat?: IntFieldUpdateOperationsInput | number
21262
+ seat?: NullableIntFieldUpdateOperationsInput | number | null
21263
21263
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
21264
21264
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
21265
21265
  event?: EventUpdateOneRequiredWithoutTicketsNestedInput
@@ -21274,7 +21274,7 @@ export namespace Prisma {
21274
21274
  fullName?: StringFieldUpdateOperationsInput | string
21275
21275
  mail?: StringFieldUpdateOperationsInput | string
21276
21276
  dni?: StringFieldUpdateOperationsInput | string
21277
- seat?: IntFieldUpdateOperationsInput | number
21277
+ seat?: NullableIntFieldUpdateOperationsInput | number | null
21278
21278
  profileId?: NullableStringFieldUpdateOperationsInput | string | null
21279
21279
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
21280
21280
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
@@ -21288,7 +21288,7 @@ export namespace Prisma {
21288
21288
  fullName: string
21289
21289
  mail: string
21290
21290
  dni: string
21291
- seat?: number
21291
+ seat?: number | null
21292
21292
  profileId?: string | null
21293
21293
  created_at?: Date | string
21294
21294
  updated_at?: Date | string
@@ -21301,7 +21301,7 @@ export namespace Prisma {
21301
21301
  fullName?: StringFieldUpdateOperationsInput | string
21302
21302
  mail?: StringFieldUpdateOperationsInput | string
21303
21303
  dni?: StringFieldUpdateOperationsInput | string
21304
- seat?: IntFieldUpdateOperationsInput | number
21304
+ seat?: NullableIntFieldUpdateOperationsInput | number | null
21305
21305
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
21306
21306
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
21307
21307
  }
@@ -21314,7 +21314,7 @@ export namespace Prisma {
21314
21314
  fullName?: StringFieldUpdateOperationsInput | string
21315
21315
  mail?: StringFieldUpdateOperationsInput | string
21316
21316
  dni?: StringFieldUpdateOperationsInput | string
21317
- seat?: IntFieldUpdateOperationsInput | number
21317
+ seat?: NullableIntFieldUpdateOperationsInput | number | null
21318
21318
  profileId?: NullableStringFieldUpdateOperationsInput | string | null
21319
21319
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
21320
21320
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
@@ -22281,6 +22281,17 @@ export namespace Prisma {
22281
22281
  not?: NestedEnumTicketStatusFilter<$PrismaModel> | $Enums.TicketStatus
22282
22282
  }
22283
22283
 
22284
+ export type IntNullableFilter<$PrismaModel = never> = {
22285
+ equals?: number | IntFieldRefInput<$PrismaModel> | null
22286
+ in?: number[] | ListIntFieldRefInput<$PrismaModel> | null
22287
+ notIn?: number[] | ListIntFieldRefInput<$PrismaModel> | null
22288
+ lt?: number | IntFieldRefInput<$PrismaModel>
22289
+ lte?: number | IntFieldRefInput<$PrismaModel>
22290
+ gt?: number | IntFieldRefInput<$PrismaModel>
22291
+ gte?: number | IntFieldRefInput<$PrismaModel>
22292
+ not?: NestedIntNullableFilter<$PrismaModel> | number | null
22293
+ }
22294
+
22284
22295
  export type EventScalarRelationFilter = {
22285
22296
  is?: EventWhereInput
22286
22297
  isNot?: EventWhereInput
@@ -22361,6 +22372,22 @@ export namespace Prisma {
22361
22372
  _max?: NestedEnumTicketStatusFilter<$PrismaModel>
22362
22373
  }
22363
22374
 
22375
+ export type IntNullableWithAggregatesFilter<$PrismaModel = never> = {
22376
+ equals?: number | IntFieldRefInput<$PrismaModel> | null
22377
+ in?: number[] | ListIntFieldRefInput<$PrismaModel> | null
22378
+ notIn?: number[] | ListIntFieldRefInput<$PrismaModel> | null
22379
+ lt?: number | IntFieldRefInput<$PrismaModel>
22380
+ lte?: number | IntFieldRefInput<$PrismaModel>
22381
+ gt?: number | IntFieldRefInput<$PrismaModel>
22382
+ gte?: number | IntFieldRefInput<$PrismaModel>
22383
+ not?: NestedIntNullableWithAggregatesFilter<$PrismaModel> | number | null
22384
+ _count?: NestedIntNullableFilter<$PrismaModel>
22385
+ _avg?: NestedFloatNullableFilter<$PrismaModel>
22386
+ _sum?: NestedIntNullableFilter<$PrismaModel>
22387
+ _min?: NestedIntNullableFilter<$PrismaModel>
22388
+ _max?: NestedIntNullableFilter<$PrismaModel>
22389
+ }
22390
+
22364
22391
  export type EnumTemplateStatusFilter<$PrismaModel = never> = {
22365
22392
  equals?: $Enums.TemplateStatus | EnumTemplateStatusFieldRefInput<$PrismaModel>
22366
22393
  in?: $Enums.TemplateStatus[] | ListEnumTemplateStatusFieldRefInput<$PrismaModel>
@@ -22413,17 +22440,6 @@ export namespace Prisma {
22413
22440
  _max?: NestedEnumTemplateCategoryFilter<$PrismaModel>
22414
22441
  }
22415
22442
 
22416
- export type IntNullableFilter<$PrismaModel = never> = {
22417
- equals?: number | IntFieldRefInput<$PrismaModel> | null
22418
- in?: number[] | ListIntFieldRefInput<$PrismaModel> | null
22419
- notIn?: number[] | ListIntFieldRefInput<$PrismaModel> | null
22420
- lt?: number | IntFieldRefInput<$PrismaModel>
22421
- lte?: number | IntFieldRefInput<$PrismaModel>
22422
- gt?: number | IntFieldRefInput<$PrismaModel>
22423
- gte?: number | IntFieldRefInput<$PrismaModel>
22424
- not?: NestedIntNullableFilter<$PrismaModel> | number | null
22425
- }
22426
-
22427
22443
  export type FloatNullableFilter<$PrismaModel = never> = {
22428
22444
  equals?: number | FloatFieldRefInput<$PrismaModel> | null
22429
22445
  in?: number[] | ListFloatFieldRefInput<$PrismaModel> | null
@@ -22475,22 +22491,6 @@ export namespace Prisma {
22475
22491
  price?: SortOrder
22476
22492
  }
22477
22493
 
22478
- export type IntNullableWithAggregatesFilter<$PrismaModel = never> = {
22479
- equals?: number | IntFieldRefInput<$PrismaModel> | null
22480
- in?: number[] | ListIntFieldRefInput<$PrismaModel> | null
22481
- notIn?: number[] | ListIntFieldRefInput<$PrismaModel> | null
22482
- lt?: number | IntFieldRefInput<$PrismaModel>
22483
- lte?: number | IntFieldRefInput<$PrismaModel>
22484
- gt?: number | IntFieldRefInput<$PrismaModel>
22485
- gte?: number | IntFieldRefInput<$PrismaModel>
22486
- not?: NestedIntNullableWithAggregatesFilter<$PrismaModel> | number | null
22487
- _count?: NestedIntNullableFilter<$PrismaModel>
22488
- _avg?: NestedFloatNullableFilter<$PrismaModel>
22489
- _sum?: NestedIntNullableFilter<$PrismaModel>
22490
- _min?: NestedIntNullableFilter<$PrismaModel>
22491
- _max?: NestedIntNullableFilter<$PrismaModel>
22492
- }
22493
-
22494
22494
  export type FloatNullableWithAggregatesFilter<$PrismaModel = never> = {
22495
22495
  equals?: number | FloatFieldRefInput<$PrismaModel> | null
22496
22496
  in?: number[] | ListFloatFieldRefInput<$PrismaModel> | null
@@ -23685,6 +23685,14 @@ export namespace Prisma {
23685
23685
  set?: $Enums.TicketStatus
23686
23686
  }
23687
23687
 
23688
+ export type NullableIntFieldUpdateOperationsInput = {
23689
+ set?: number | null
23690
+ increment?: number
23691
+ decrement?: number
23692
+ multiply?: number
23693
+ divide?: number
23694
+ }
23695
+
23688
23696
  export type EventUpdateOneRequiredWithoutTicketsNestedInput = {
23689
23697
  create?: XOR<EventCreateWithoutTicketsInput, EventUncheckedCreateWithoutTicketsInput>
23690
23698
  connectOrCreate?: EventCreateOrConnectWithoutTicketsInput
@@ -23717,14 +23725,6 @@ export namespace Prisma {
23717
23725
  connect?: EventWhereUniqueInput
23718
23726
  }
23719
23727
 
23720
- export type NullableIntFieldUpdateOperationsInput = {
23721
- set?: number | null
23722
- increment?: number
23723
- decrement?: number
23724
- multiply?: number
23725
- divide?: number
23726
- }
23727
-
23728
23728
  export type NullableFloatFieldUpdateOperationsInput = {
23729
23729
  set?: number | null
23730
23730
  increment?: number
@@ -24039,6 +24039,33 @@ export namespace Prisma {
24039
24039
  _max?: NestedEnumTicketStatusFilter<$PrismaModel>
24040
24040
  }
24041
24041
 
24042
+ export type NestedIntNullableWithAggregatesFilter<$PrismaModel = never> = {
24043
+ equals?: number | IntFieldRefInput<$PrismaModel> | null
24044
+ in?: number[] | ListIntFieldRefInput<$PrismaModel> | null
24045
+ notIn?: number[] | ListIntFieldRefInput<$PrismaModel> | null
24046
+ lt?: number | IntFieldRefInput<$PrismaModel>
24047
+ lte?: number | IntFieldRefInput<$PrismaModel>
24048
+ gt?: number | IntFieldRefInput<$PrismaModel>
24049
+ gte?: number | IntFieldRefInput<$PrismaModel>
24050
+ not?: NestedIntNullableWithAggregatesFilter<$PrismaModel> | number | null
24051
+ _count?: NestedIntNullableFilter<$PrismaModel>
24052
+ _avg?: NestedFloatNullableFilter<$PrismaModel>
24053
+ _sum?: NestedIntNullableFilter<$PrismaModel>
24054
+ _min?: NestedIntNullableFilter<$PrismaModel>
24055
+ _max?: NestedIntNullableFilter<$PrismaModel>
24056
+ }
24057
+
24058
+ export type NestedFloatNullableFilter<$PrismaModel = never> = {
24059
+ equals?: number | FloatFieldRefInput<$PrismaModel> | null
24060
+ in?: number[] | ListFloatFieldRefInput<$PrismaModel> | null
24061
+ notIn?: number[] | ListFloatFieldRefInput<$PrismaModel> | null
24062
+ lt?: number | FloatFieldRefInput<$PrismaModel>
24063
+ lte?: number | FloatFieldRefInput<$PrismaModel>
24064
+ gt?: number | FloatFieldRefInput<$PrismaModel>
24065
+ gte?: number | FloatFieldRefInput<$PrismaModel>
24066
+ not?: NestedFloatNullableFilter<$PrismaModel> | number | null
24067
+ }
24068
+
24042
24069
  export type NestedEnumTemplateStatusFilter<$PrismaModel = never> = {
24043
24070
  equals?: $Enums.TemplateStatus | EnumTemplateStatusFieldRefInput<$PrismaModel>
24044
24071
  in?: $Enums.TemplateStatus[] | ListEnumTemplateStatusFieldRefInput<$PrismaModel>
@@ -24073,33 +24100,6 @@ export namespace Prisma {
24073
24100
  _max?: NestedEnumTemplateCategoryFilter<$PrismaModel>
24074
24101
  }
24075
24102
 
24076
- export type NestedFloatNullableFilter<$PrismaModel = never> = {
24077
- equals?: number | FloatFieldRefInput<$PrismaModel> | null
24078
- in?: number[] | ListFloatFieldRefInput<$PrismaModel> | null
24079
- notIn?: number[] | ListFloatFieldRefInput<$PrismaModel> | null
24080
- lt?: number | FloatFieldRefInput<$PrismaModel>
24081
- lte?: number | FloatFieldRefInput<$PrismaModel>
24082
- gt?: number | FloatFieldRefInput<$PrismaModel>
24083
- gte?: number | FloatFieldRefInput<$PrismaModel>
24084
- not?: NestedFloatNullableFilter<$PrismaModel> | number | null
24085
- }
24086
-
24087
- export type NestedIntNullableWithAggregatesFilter<$PrismaModel = never> = {
24088
- equals?: number | IntFieldRefInput<$PrismaModel> | null
24089
- in?: number[] | ListIntFieldRefInput<$PrismaModel> | null
24090
- notIn?: number[] | ListIntFieldRefInput<$PrismaModel> | null
24091
- lt?: number | IntFieldRefInput<$PrismaModel>
24092
- lte?: number | IntFieldRefInput<$PrismaModel>
24093
- gt?: number | IntFieldRefInput<$PrismaModel>
24094
- gte?: number | IntFieldRefInput<$PrismaModel>
24095
- not?: NestedIntNullableWithAggregatesFilter<$PrismaModel> | number | null
24096
- _count?: NestedIntNullableFilter<$PrismaModel>
24097
- _avg?: NestedFloatNullableFilter<$PrismaModel>
24098
- _sum?: NestedIntNullableFilter<$PrismaModel>
24099
- _min?: NestedIntNullableFilter<$PrismaModel>
24100
- _max?: NestedIntNullableFilter<$PrismaModel>
24101
- }
24102
-
24103
24103
  export type NestedFloatNullableWithAggregatesFilter<$PrismaModel = never> = {
24104
24104
  equals?: number | FloatFieldRefInput<$PrismaModel> | null
24105
24105
  in?: number[] | ListFloatFieldRefInput<$PrismaModel> | null
@@ -24528,7 +24528,7 @@ export namespace Prisma {
24528
24528
  fullName: string
24529
24529
  mail: string
24530
24530
  dni: string
24531
- seat?: number
24531
+ seat?: number | null
24532
24532
  created_at?: Date | string
24533
24533
  updated_at?: Date | string
24534
24534
  event: EventCreateNestedOneWithoutTicketsInput
@@ -24542,7 +24542,7 @@ export namespace Prisma {
24542
24542
  fullName: string
24543
24543
  mail: string
24544
24544
  dni: string
24545
- seat?: number
24545
+ seat?: number | null
24546
24546
  created_at?: Date | string
24547
24547
  updated_at?: Date | string
24548
24548
  }
@@ -24743,7 +24743,7 @@ export namespace Prisma {
24743
24743
  fullName?: StringFilter<"Ticket"> | string
24744
24744
  mail?: StringFilter<"Ticket"> | string
24745
24745
  dni?: StringFilter<"Ticket"> | string
24746
- seat?: IntFilter<"Ticket"> | number
24746
+ seat?: IntNullableFilter<"Ticket"> | number | null
24747
24747
  profileId?: StringNullableFilter<"Ticket"> | string | null
24748
24748
  created_at?: DateTimeFilter<"Ticket"> | Date | string
24749
24749
  updated_at?: DateTimeFilter<"Ticket"> | Date | string
@@ -26079,7 +26079,7 @@ export namespace Prisma {
26079
26079
  fullName: string
26080
26080
  mail: string
26081
26081
  dni: string
26082
- seat?: number
26082
+ seat?: number | null
26083
26083
  created_at?: Date | string
26084
26084
  updated_at?: Date | string
26085
26085
  profile?: ProfileCreateNestedOneWithoutTicketInput
@@ -26092,7 +26092,7 @@ export namespace Prisma {
26092
26092
  fullName: string
26093
26093
  mail: string
26094
26094
  dni: string
26095
- seat?: number
26095
+ seat?: number | null
26096
26096
  profileId?: string | null
26097
26097
  created_at?: Date | string
26098
26098
  updated_at?: Date | string
@@ -27183,7 +27183,7 @@ export namespace Prisma {
27183
27183
  fullName: string
27184
27184
  mail: string
27185
27185
  dni: string
27186
- seat?: number
27186
+ seat?: number | null
27187
27187
  created_at?: Date | string
27188
27188
  updated_at?: Date | string
27189
27189
  }
@@ -27319,7 +27319,7 @@ export namespace Prisma {
27319
27319
  fullName?: StringFieldUpdateOperationsInput | string
27320
27320
  mail?: StringFieldUpdateOperationsInput | string
27321
27321
  dni?: StringFieldUpdateOperationsInput | string
27322
- seat?: IntFieldUpdateOperationsInput | number
27322
+ seat?: NullableIntFieldUpdateOperationsInput | number | null
27323
27323
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
27324
27324
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
27325
27325
  event?: EventUpdateOneRequiredWithoutTicketsNestedInput
@@ -27333,7 +27333,7 @@ export namespace Prisma {
27333
27333
  fullName?: StringFieldUpdateOperationsInput | string
27334
27334
  mail?: StringFieldUpdateOperationsInput | string
27335
27335
  dni?: StringFieldUpdateOperationsInput | string
27336
- seat?: IntFieldUpdateOperationsInput | number
27336
+ seat?: NullableIntFieldUpdateOperationsInput | number | null
27337
27337
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
27338
27338
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
27339
27339
  }
@@ -27346,7 +27346,7 @@ export namespace Prisma {
27346
27346
  fullName?: StringFieldUpdateOperationsInput | string
27347
27347
  mail?: StringFieldUpdateOperationsInput | string
27348
27348
  dni?: StringFieldUpdateOperationsInput | string
27349
- seat?: IntFieldUpdateOperationsInput | number
27349
+ seat?: NullableIntFieldUpdateOperationsInput | number | null
27350
27350
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
27351
27351
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
27352
27352
  }
@@ -27851,7 +27851,7 @@ export namespace Prisma {
27851
27851
  fullName: string
27852
27852
  mail: string
27853
27853
  dni: string
27854
- seat?: number
27854
+ seat?: number | null
27855
27855
  profileId?: string | null
27856
27856
  created_at?: Date | string
27857
27857
  updated_at?: Date | string
@@ -27888,7 +27888,7 @@ export namespace Prisma {
27888
27888
  fullName?: StringFieldUpdateOperationsInput | string
27889
27889
  mail?: StringFieldUpdateOperationsInput | string
27890
27890
  dni?: StringFieldUpdateOperationsInput | string
27891
- seat?: IntFieldUpdateOperationsInput | number
27891
+ seat?: NullableIntFieldUpdateOperationsInput | number | null
27892
27892
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
27893
27893
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
27894
27894
  profile?: ProfileUpdateOneWithoutTicketNestedInput
@@ -27901,7 +27901,7 @@ export namespace Prisma {
27901
27901
  fullName?: StringFieldUpdateOperationsInput | string
27902
27902
  mail?: StringFieldUpdateOperationsInput | string
27903
27903
  dni?: StringFieldUpdateOperationsInput | string
27904
- seat?: IntFieldUpdateOperationsInput | number
27904
+ seat?: NullableIntFieldUpdateOperationsInput | number | null
27905
27905
  profileId?: NullableStringFieldUpdateOperationsInput | string | null
27906
27906
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
27907
27907
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
@@ -27914,7 +27914,7 @@ export namespace Prisma {
27914
27914
  fullName?: StringFieldUpdateOperationsInput | string
27915
27915
  mail?: StringFieldUpdateOperationsInput | string
27916
27916
  dni?: StringFieldUpdateOperationsInput | string
27917
- seat?: IntFieldUpdateOperationsInput | number
27917
+ seat?: NullableIntFieldUpdateOperationsInput | number | null
27918
27918
  profileId?: NullableStringFieldUpdateOperationsInput | string | null
27919
27919
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
27920
27920
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string