expo-backend-types 0.35.0-EXPO-323-Enviar-mail-ticket.2 → 0.35.0-EXPO-322-ExpoBackend-Rol-de-expoTickets.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (69) hide show
  1. package/dist/src/account/dto/account.dto.d.ts +4 -6
  2. package/dist/src/account/dto/create-account.dto.d.ts +8 -12
  3. package/dist/src/account/dto/get-global-filter.dto.d.ts +0 -1
  4. package/dist/src/account/dto/get-me.dto.d.ts +4 -6
  5. package/dist/src/account/dto/update-global-filter.dto.d.ts +4 -6
  6. package/dist/src/auth/dto/login.dto.d.ts +8 -11
  7. package/dist/src/comment/dto/get-by-profile-comment.dto.d.ts +0 -1
  8. package/dist/src/event/dto/create-event.dto.d.ts +10 -10
  9. package/dist/src/event/dto/event-tickets.dto.d.ts +3 -3
  10. package/dist/src/event/dto/event-tickets.dto.js +2 -5
  11. package/dist/src/event/dto/get-active-events.dto.d.ts +14 -14
  12. package/dist/src/event/dto/get-all-event.dto.d.ts +0 -616
  13. package/dist/src/event/dto/get-all-event.dto.js +8 -29
  14. package/dist/src/event/dto/get-by-id-event.dto.d.ts +10 -317
  15. package/dist/src/event/dto/get-by-id-event.dto.js +0 -4
  16. package/dist/src/event/dto/update-event.dto.d.ts +20 -26
  17. package/dist/src/event/dto/update-event.dto.js +0 -1
  18. package/dist/src/i18n/es.d.ts +0 -24
  19. package/dist/src/i18n/es.js +0 -24
  20. package/dist/src/i18n/es.js.map +1 -1
  21. package/dist/src/mi-expo/dto/get-me.dto.d.ts +0 -18
  22. package/dist/src/mi-expo/dto/login-with-phone.dto.d.ts +0 -22
  23. package/dist/src/mi-expo/dto/login.dto.d.ts +0 -23
  24. package/dist/src/mi-expo/dto/update-me.dto.d.ts +0 -18
  25. package/dist/src/mi-expo/exports.d.ts +0 -1
  26. package/dist/src/mi-expo/exports.js +0 -1
  27. package/dist/src/otp/dto/verify-otp.dto.d.ts +0 -22
  28. package/dist/src/profile/dto/create-profile.dto.d.ts +0 -28
  29. package/dist/src/profile/dto/delete-profile.dto.d.ts +0 -18
  30. package/dist/src/profile/dto/find-all-profile.dto.d.ts +0 -22
  31. package/dist/src/profile/dto/find-by-date-range-profile.dto.d.ts +0 -40
  32. package/dist/src/profile/dto/find-by-id-profile.dto.d.ts +0 -18
  33. package/dist/src/profile/dto/find-by-phone-number.dto.d.ts +0 -18
  34. package/dist/src/profile/dto/find-by-tag-groups-profile.dto.d.ts +0 -22
  35. package/dist/src/profile/dto/find-by-tags-profile.dto.d.ts +1 -57
  36. package/dist/src/profile/dto/find-by-tags-profile.dto.js +0 -2
  37. package/dist/src/profile/dto/find-trash.dto.d.ts +0 -7
  38. package/dist/src/profile/dto/find-with-active-chat.dto.d.ts +0 -22
  39. package/dist/src/profile/dto/profile.dto.d.ts +0 -9
  40. package/dist/src/profile/dto/update-profile.dto.d.ts +0 -18
  41. package/dist/src/schema/profile.schema.d.ts +0 -9
  42. package/dist/src/schema/profile.schema.js +0 -2
  43. package/dist/src/tag/dto/massive-allocation.dto.d.ts +0 -22
  44. package/dist/src/tag/dto/massive-deallocation.dto.d.ts +0 -22
  45. package/dist/src/ticket/dto/create-ticket.dto.d.ts +4 -158
  46. package/dist/src/ticket/dto/create-ticket.dto.js +2 -10
  47. package/dist/src/ticket/dto/find-by-event-ticket.dto.d.ts +0 -372
  48. package/dist/src/ticket/dto/find-by-event-ticket.dto.js +0 -2
  49. package/dist/src/ticket/dto/find-by-id-ticket.dto.d.ts +0 -372
  50. package/dist/src/ticket/dto/find-by-id-ticket.dto.js +0 -2
  51. package/dist/src/ticket/dto/find-by-mail-ticket.dto.d.ts +0 -372
  52. package/dist/src/ticket/dto/find-by-mail-ticket.dto.js +0 -2
  53. package/dist/src/ticket/exports.d.ts +0 -1
  54. package/dist/src/ticket/exports.js +0 -1
  55. package/dist/types/prisma-schema/edge.js +3 -6
  56. package/dist/types/prisma-schema/index-browser.js +0 -3
  57. package/dist/types/prisma-schema/index.d.ts +47 -586
  58. package/dist/types/prisma-schema/index.js +3 -6
  59. package/dist/types/prisma-schema/package.json +1 -1
  60. package/dist/types/prisma-schema/schema.prisma +1 -9
  61. package/dist/types/prisma-schema/wasm.js +0 -3
  62. package/dist/types/schema.d.ts +10 -398
  63. package/package.json +2 -3
  64. package/dist/src/mi-expo/dto/get-invitations.dto.d.ts +0 -104
  65. package/dist/src/mi-expo/dto/get-invitations.dto.js +0 -24
  66. package/dist/src/ticket/dto/find-by-profile-id-ticket.dto.d.ts +0 -331
  67. package/dist/src/ticket/dto/find-by-profile-id-ticket.dto.js +0 -19
  68. package/dist/src/ticket/dto/send-email.dto.d.ts +0 -18
  69. package/dist/src/ticket/dto/send-email.dto.js +0 -15
@@ -92,7 +92,6 @@ export namespace $Enums {
92
92
  USER: 'USER',
93
93
  ADMIN: 'ADMIN',
94
94
  FORM: 'FORM',
95
- MI_EXPO: 'MI_EXPO',
96
95
  TICKETS: 'TICKETS'
97
96
  };
98
97
 
@@ -2210,7 +2209,6 @@ export namespace Prisma {
2210
2209
  comments: number
2211
2210
  messages: number
2212
2211
  tags: number
2213
- Ticket: number
2214
2212
  }
2215
2213
 
2216
2214
  export type ProfileCountOutputTypeSelect<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
@@ -2218,7 +2216,6 @@ export namespace Prisma {
2218
2216
  comments?: boolean | ProfileCountOutputTypeCountCommentsArgs
2219
2217
  messages?: boolean | ProfileCountOutputTypeCountMessagesArgs
2220
2218
  tags?: boolean | ProfileCountOutputTypeCountTagsArgs
2221
- Ticket?: boolean | ProfileCountOutputTypeCountTicketArgs
2222
2219
  }
2223
2220
 
2224
2221
  // Custom InputTypes
@@ -2260,13 +2257,6 @@ export namespace Prisma {
2260
2257
  where?: TagWhereInput
2261
2258
  }
2262
2259
 
2263
- /**
2264
- * ProfileCountOutputType without action
2265
- */
2266
- export type ProfileCountOutputTypeCountTicketArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
2267
- where?: TicketWhereInput
2268
- }
2269
-
2270
2260
 
2271
2261
  /**
2272
2262
  * Count Type LocationCountOutputType
@@ -3702,7 +3692,6 @@ export namespace Prisma {
3702
3692
  export type ProfileMinAggregateOutputType = {
3703
3693
  id: string | null
3704
3694
  shortId: number | null
3705
- role: $Enums.Role | null
3706
3695
  firstTimeMiExpo: boolean | null
3707
3696
  username: string | null
3708
3697
  password: string | null
@@ -3728,7 +3717,6 @@ export namespace Prisma {
3728
3717
  export type ProfileMaxAggregateOutputType = {
3729
3718
  id: string | null
3730
3719
  shortId: number | null
3731
- role: $Enums.Role | null
3732
3720
  firstTimeMiExpo: boolean | null
3733
3721
  username: string | null
3734
3722
  password: string | null
@@ -3754,7 +3742,6 @@ export namespace Prisma {
3754
3742
  export type ProfileCountAggregateOutputType = {
3755
3743
  id: number
3756
3744
  shortId: number
3757
- role: number
3758
3745
  firstTimeMiExpo: number
3759
3746
  username: number
3760
3747
  password: number
@@ -3791,7 +3778,6 @@ export namespace Prisma {
3791
3778
  export type ProfileMinAggregateInputType = {
3792
3779
  id?: true
3793
3780
  shortId?: true
3794
- role?: true
3795
3781
  firstTimeMiExpo?: true
3796
3782
  username?: true
3797
3783
  password?: true
@@ -3817,7 +3803,6 @@ export namespace Prisma {
3817
3803
  export type ProfileMaxAggregateInputType = {
3818
3804
  id?: true
3819
3805
  shortId?: true
3820
- role?: true
3821
3806
  firstTimeMiExpo?: true
3822
3807
  username?: true
3823
3808
  password?: true
@@ -3843,7 +3828,6 @@ export namespace Prisma {
3843
3828
  export type ProfileCountAggregateInputType = {
3844
3829
  id?: true
3845
3830
  shortId?: true
3846
- role?: true
3847
3831
  firstTimeMiExpo?: true
3848
3832
  username?: true
3849
3833
  password?: true
@@ -3957,7 +3941,6 @@ export namespace Prisma {
3957
3941
  export type ProfileGroupByOutputType = {
3958
3942
  id: string
3959
3943
  shortId: number
3960
- role: $Enums.Role
3961
3944
  firstTimeMiExpo: boolean
3962
3945
  username: string | null
3963
3946
  password: string | null
@@ -4003,7 +3986,6 @@ export namespace Prisma {
4003
3986
  export type ProfileSelect<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
4004
3987
  id?: boolean
4005
3988
  shortId?: boolean
4006
- role?: boolean
4007
3989
  firstTimeMiExpo?: boolean
4008
3990
  username?: boolean
4009
3991
  password?: boolean
@@ -4031,14 +4013,12 @@ export namespace Prisma {
4031
4013
  tags?: boolean | Profile$tagsArgs<ExtArgs>
4032
4014
  birthLocation?: boolean | Profile$birthLocationArgs<ExtArgs>
4033
4015
  residenceLocation?: boolean | Profile$residenceLocationArgs<ExtArgs>
4034
- Ticket?: boolean | Profile$TicketArgs<ExtArgs>
4035
4016
  _count?: boolean | ProfileCountOutputTypeDefaultArgs<ExtArgs>
4036
4017
  }, ExtArgs["result"]["profile"]>
4037
4018
 
4038
4019
  export type ProfileSelectCreateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
4039
4020
  id?: boolean
4040
4021
  shortId?: boolean
4041
- role?: boolean
4042
4022
  firstTimeMiExpo?: boolean
4043
4023
  username?: boolean
4044
4024
  password?: boolean
@@ -4067,7 +4047,6 @@ export namespace Prisma {
4067
4047
  export type ProfileSelectUpdateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
4068
4048
  id?: boolean
4069
4049
  shortId?: boolean
4070
- role?: boolean
4071
4050
  firstTimeMiExpo?: boolean
4072
4051
  username?: boolean
4073
4052
  password?: boolean
@@ -4096,7 +4075,6 @@ export namespace Prisma {
4096
4075
  export type ProfileSelectScalar = {
4097
4076
  id?: boolean
4098
4077
  shortId?: boolean
4099
- role?: boolean
4100
4078
  firstTimeMiExpo?: boolean
4101
4079
  username?: boolean
4102
4080
  password?: boolean
@@ -4120,7 +4098,7 @@ export namespace Prisma {
4120
4098
  updated_at?: boolean
4121
4099
  }
4122
4100
 
4123
- export type ProfileOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "shortId" | "role" | "firstTimeMiExpo" | "username" | "password" | "phoneNumber" | "isPhoneVerified" | "secondaryPhoneNumber" | "fullName" | "firstName" | "gender" | "birthDate" | "profilePictureUrl" | "instagram" | "mail" | "dni" | "alternativeNames" | "birthLocationId" | "residenceLocationId" | "isInTrash" | "movedToTrashDate" | "created_at" | "updated_at", ExtArgs["result"]["profile"]>
4101
+ export type ProfileOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "shortId" | "firstTimeMiExpo" | "username" | "password" | "phoneNumber" | "isPhoneVerified" | "secondaryPhoneNumber" | "fullName" | "firstName" | "gender" | "birthDate" | "profilePictureUrl" | "instagram" | "mail" | "dni" | "alternativeNames" | "birthLocationId" | "residenceLocationId" | "isInTrash" | "movedToTrashDate" | "created_at" | "updated_at", ExtArgs["result"]["profile"]>
4124
4102
  export type ProfileInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
4125
4103
  otp?: boolean | Profile$otpArgs<ExtArgs>
4126
4104
  comments?: boolean | Profile$commentsArgs<ExtArgs>
@@ -4128,7 +4106,6 @@ export namespace Prisma {
4128
4106
  tags?: boolean | Profile$tagsArgs<ExtArgs>
4129
4107
  birthLocation?: boolean | Profile$birthLocationArgs<ExtArgs>
4130
4108
  residenceLocation?: boolean | Profile$residenceLocationArgs<ExtArgs>
4131
- Ticket?: boolean | Profile$TicketArgs<ExtArgs>
4132
4109
  _count?: boolean | ProfileCountOutputTypeDefaultArgs<ExtArgs>
4133
4110
  }
4134
4111
  export type ProfileIncludeCreateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
@@ -4149,12 +4126,10 @@ export namespace Prisma {
4149
4126
  tags: Prisma.$TagPayload<ExtArgs>[]
4150
4127
  birthLocation: Prisma.$LocationPayload<ExtArgs> | null
4151
4128
  residenceLocation: Prisma.$LocationPayload<ExtArgs> | null
4152
- Ticket: Prisma.$TicketPayload<ExtArgs>[]
4153
4129
  }
4154
4130
  scalars: $Extensions.GetPayloadResult<{
4155
4131
  id: string
4156
4132
  shortId: number
4157
- role: $Enums.Role
4158
4133
  firstTimeMiExpo: boolean
4159
4134
  username: string | null
4160
4135
  password: string | null
@@ -4576,7 +4551,6 @@ export namespace Prisma {
4576
4551
  tags<T extends Profile$tagsArgs<ExtArgs> = {}>(args?: Subset<T, Profile$tagsArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$TagPayload<ExtArgs>, T, "findMany", ClientOptions> | Null>
4577
4552
  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>
4578
4553
  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>
4579
- Ticket<T extends Profile$TicketArgs<ExtArgs> = {}>(args?: Subset<T, Profile$TicketArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$TicketPayload<ExtArgs>, T, "findMany", ClientOptions> | Null>
4580
4554
  /**
4581
4555
  * Attaches callbacks for the resolution and/or rejection of the Promise.
4582
4556
  * @param onfulfilled The callback to execute when the Promise is resolved.
@@ -4608,7 +4582,6 @@ export namespace Prisma {
4608
4582
  interface ProfileFieldRefs {
4609
4583
  readonly id: FieldRef<"Profile", 'String'>
4610
4584
  readonly shortId: FieldRef<"Profile", 'Int'>
4611
- readonly role: FieldRef<"Profile", 'Role'>
4612
4585
  readonly firstTimeMiExpo: FieldRef<"Profile", 'Boolean'>
4613
4586
  readonly username: FieldRef<"Profile", 'String'>
4614
4587
  readonly password: FieldRef<"Profile", 'String'>
@@ -5159,30 +5132,6 @@ export namespace Prisma {
5159
5132
  where?: LocationWhereInput
5160
5133
  }
5161
5134
 
5162
- /**
5163
- * Profile.Ticket
5164
- */
5165
- export type Profile$TicketArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
5166
- /**
5167
- * Select specific fields to fetch from the Ticket
5168
- */
5169
- select?: TicketSelect<ExtArgs> | null
5170
- /**
5171
- * Omit specific fields from the Ticket
5172
- */
5173
- omit?: TicketOmit<ExtArgs> | null
5174
- /**
5175
- * Choose, which related nodes to fetch as well
5176
- */
5177
- include?: TicketInclude<ExtArgs> | null
5178
- where?: TicketWhereInput
5179
- orderBy?: TicketOrderByWithRelationInput | TicketOrderByWithRelationInput[]
5180
- cursor?: TicketWhereUniqueInput
5181
- take?: number
5182
- skip?: number
5183
- distinct?: TicketScalarFieldEnum | TicketScalarFieldEnum[]
5184
- }
5185
-
5186
5135
  /**
5187
5136
  * Profile without action
5188
5137
  */
@@ -15420,7 +15369,6 @@ export namespace Prisma {
15420
15369
  status: $Enums.TicketStatus | null
15421
15370
  fullName: string | null
15422
15371
  mail: string | null
15423
- profileId: string | null
15424
15372
  created_at: Date | null
15425
15373
  updated_at: Date | null
15426
15374
  }
@@ -15432,7 +15380,6 @@ export namespace Prisma {
15432
15380
  status: $Enums.TicketStatus | null
15433
15381
  fullName: string | null
15434
15382
  mail: string | null
15435
- profileId: string | null
15436
15383
  created_at: Date | null
15437
15384
  updated_at: Date | null
15438
15385
  }
@@ -15444,7 +15391,6 @@ export namespace Prisma {
15444
15391
  status: number
15445
15392
  fullName: number
15446
15393
  mail: number
15447
- profileId: number
15448
15394
  created_at: number
15449
15395
  updated_at: number
15450
15396
  _all: number
@@ -15458,7 +15404,6 @@ export namespace Prisma {
15458
15404
  status?: true
15459
15405
  fullName?: true
15460
15406
  mail?: true
15461
- profileId?: true
15462
15407
  created_at?: true
15463
15408
  updated_at?: true
15464
15409
  }
@@ -15470,7 +15415,6 @@ export namespace Prisma {
15470
15415
  status?: true
15471
15416
  fullName?: true
15472
15417
  mail?: true
15473
- profileId?: true
15474
15418
  created_at?: true
15475
15419
  updated_at?: true
15476
15420
  }
@@ -15482,7 +15426,6 @@ export namespace Prisma {
15482
15426
  status?: true
15483
15427
  fullName?: true
15484
15428
  mail?: true
15485
- profileId?: true
15486
15429
  created_at?: true
15487
15430
  updated_at?: true
15488
15431
  _all?: true
@@ -15567,7 +15510,6 @@ export namespace Prisma {
15567
15510
  status: $Enums.TicketStatus
15568
15511
  fullName: string
15569
15512
  mail: string
15570
- profileId: string | null
15571
15513
  created_at: Date
15572
15514
  updated_at: Date
15573
15515
  _count: TicketCountAggregateOutputType | null
@@ -15596,11 +15538,9 @@ export namespace Prisma {
15596
15538
  status?: boolean
15597
15539
  fullName?: boolean
15598
15540
  mail?: boolean
15599
- profileId?: boolean
15600
15541
  created_at?: boolean
15601
15542
  updated_at?: boolean
15602
15543
  event?: boolean | EventDefaultArgs<ExtArgs>
15603
- profile?: boolean | Ticket$profileArgs<ExtArgs>
15604
15544
  }, ExtArgs["result"]["ticket"]>
15605
15545
 
15606
15546
  export type TicketSelectCreateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
@@ -15610,11 +15550,9 @@ export namespace Prisma {
15610
15550
  status?: boolean
15611
15551
  fullName?: boolean
15612
15552
  mail?: boolean
15613
- profileId?: boolean
15614
15553
  created_at?: boolean
15615
15554
  updated_at?: boolean
15616
15555
  event?: boolean | EventDefaultArgs<ExtArgs>
15617
- profile?: boolean | Ticket$profileArgs<ExtArgs>
15618
15556
  }, ExtArgs["result"]["ticket"]>
15619
15557
 
15620
15558
  export type TicketSelectUpdateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
@@ -15624,11 +15562,9 @@ export namespace Prisma {
15624
15562
  status?: boolean
15625
15563
  fullName?: boolean
15626
15564
  mail?: boolean
15627
- profileId?: boolean
15628
15565
  created_at?: boolean
15629
15566
  updated_at?: boolean
15630
15567
  event?: boolean | EventDefaultArgs<ExtArgs>
15631
- profile?: boolean | Ticket$profileArgs<ExtArgs>
15632
15568
  }, ExtArgs["result"]["ticket"]>
15633
15569
 
15634
15570
  export type TicketSelectScalar = {
@@ -15638,30 +15574,25 @@ export namespace Prisma {
15638
15574
  status?: boolean
15639
15575
  fullName?: boolean
15640
15576
  mail?: boolean
15641
- profileId?: boolean
15642
15577
  created_at?: boolean
15643
15578
  updated_at?: boolean
15644
15579
  }
15645
15580
 
15646
- export type TicketOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "eventId" | "type" | "status" | "fullName" | "mail" | "profileId" | "created_at" | "updated_at", ExtArgs["result"]["ticket"]>
15581
+ export type TicketOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "eventId" | "type" | "status" | "fullName" | "mail" | "created_at" | "updated_at", ExtArgs["result"]["ticket"]>
15647
15582
  export type TicketInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
15648
15583
  event?: boolean | EventDefaultArgs<ExtArgs>
15649
- profile?: boolean | Ticket$profileArgs<ExtArgs>
15650
15584
  }
15651
15585
  export type TicketIncludeCreateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
15652
15586
  event?: boolean | EventDefaultArgs<ExtArgs>
15653
- profile?: boolean | Ticket$profileArgs<ExtArgs>
15654
15587
  }
15655
15588
  export type TicketIncludeUpdateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
15656
15589
  event?: boolean | EventDefaultArgs<ExtArgs>
15657
- profile?: boolean | Ticket$profileArgs<ExtArgs>
15658
15590
  }
15659
15591
 
15660
15592
  export type $TicketPayload<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
15661
15593
  name: "Ticket"
15662
15594
  objects: {
15663
15595
  event: Prisma.$EventPayload<ExtArgs>
15664
- profile: Prisma.$ProfilePayload<ExtArgs> | null
15665
15596
  }
15666
15597
  scalars: $Extensions.GetPayloadResult<{
15667
15598
  id: string
@@ -15670,7 +15601,6 @@ export namespace Prisma {
15670
15601
  status: $Enums.TicketStatus
15671
15602
  fullName: string
15672
15603
  mail: string
15673
- profileId: string | null
15674
15604
  created_at: Date
15675
15605
  updated_at: Date
15676
15606
  }, ExtArgs["result"]["ticket"]>
@@ -16068,7 +15998,6 @@ export namespace Prisma {
16068
15998
  export interface Prisma__TicketClient<T, Null = never, ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs, ClientOptions = {}> extends Prisma.PrismaPromise<T> {
16069
15999
  readonly [Symbol.toStringTag]: "PrismaPromise"
16070
16000
  event<T extends EventDefaultArgs<ExtArgs> = {}>(args?: Subset<T, EventDefaultArgs<ExtArgs>>): Prisma__EventClient<$Result.GetResult<Prisma.$EventPayload<ExtArgs>, T, "findUniqueOrThrow", ClientOptions> | Null, Null, ExtArgs, ClientOptions>
16071
- profile<T extends Ticket$profileArgs<ExtArgs> = {}>(args?: Subset<T, Ticket$profileArgs<ExtArgs>>): Prisma__ProfileClient<$Result.GetResult<Prisma.$ProfilePayload<ExtArgs>, T, "findUniqueOrThrow", ClientOptions> | null, null, ExtArgs, ClientOptions>
16072
16001
  /**
16073
16002
  * Attaches callbacks for the resolution and/or rejection of the Promise.
16074
16003
  * @param onfulfilled The callback to execute when the Promise is resolved.
@@ -16104,7 +16033,6 @@ export namespace Prisma {
16104
16033
  readonly status: FieldRef<"Ticket", 'TicketStatus'>
16105
16034
  readonly fullName: FieldRef<"Ticket", 'String'>
16106
16035
  readonly mail: FieldRef<"Ticket", 'String'>
16107
- readonly profileId: FieldRef<"Ticket", 'String'>
16108
16036
  readonly created_at: FieldRef<"Ticket", 'DateTime'>
16109
16037
  readonly updated_at: FieldRef<"Ticket", 'DateTime'>
16110
16038
  }
@@ -16502,25 +16430,6 @@ export namespace Prisma {
16502
16430
  limit?: number
16503
16431
  }
16504
16432
 
16505
- /**
16506
- * Ticket.profile
16507
- */
16508
- export type Ticket$profileArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
16509
- /**
16510
- * Select specific fields to fetch from the Profile
16511
- */
16512
- select?: ProfileSelect<ExtArgs> | null
16513
- /**
16514
- * Omit specific fields from the Profile
16515
- */
16516
- omit?: ProfileOmit<ExtArgs> | null
16517
- /**
16518
- * Choose, which related nodes to fetch as well
16519
- */
16520
- include?: ProfileInclude<ExtArgs> | null
16521
- where?: ProfileWhereInput
16522
- }
16523
-
16524
16433
  /**
16525
16434
  * Ticket without action
16526
16435
  */
@@ -17693,7 +17602,7 @@ export namespace Prisma {
17693
17602
  export type EventTicketGroupByOutputType = {
17694
17603
  id: string
17695
17604
  eventId: string
17696
- amount: number | null
17605
+ amount: number
17697
17606
  type: $Enums.TicketType
17698
17607
  price: number | null
17699
17608
  created_at: Date
@@ -17781,7 +17690,7 @@ export namespace Prisma {
17781
17690
  scalars: $Extensions.GetPayloadResult<{
17782
17691
  id: string
17783
17692
  eventId: string
17784
- amount: number | null
17693
+ amount: number
17785
17694
  type: $Enums.TicketType
17786
17695
  price: number | null
17787
17696
  created_at: Date
@@ -18662,7 +18571,6 @@ export namespace Prisma {
18662
18571
  export const ProfileScalarFieldEnum: {
18663
18572
  id: 'id',
18664
18573
  shortId: 'shortId',
18665
- role: 'role',
18666
18574
  firstTimeMiExpo: 'firstTimeMiExpo',
18667
18575
  username: 'username',
18668
18576
  password: 'password',
@@ -18816,7 +18724,6 @@ export namespace Prisma {
18816
18724
  status: 'status',
18817
18725
  fullName: 'fullName',
18818
18726
  mail: 'mail',
18819
- profileId: 'profileId',
18820
18727
  created_at: 'created_at',
18821
18728
  updated_at: 'updated_at'
18822
18729
  };
@@ -19154,7 +19061,6 @@ export namespace Prisma {
19154
19061
  NOT?: ProfileWhereInput | ProfileWhereInput[]
19155
19062
  id?: StringFilter<"Profile"> | string
19156
19063
  shortId?: IntFilter<"Profile"> | number
19157
- role?: EnumRoleFilter<"Profile"> | $Enums.Role
19158
19064
  firstTimeMiExpo?: BoolFilter<"Profile"> | boolean
19159
19065
  username?: StringNullableFilter<"Profile"> | string | null
19160
19066
  password?: StringNullableFilter<"Profile"> | string | null
@@ -19182,13 +19088,11 @@ export namespace Prisma {
19182
19088
  tags?: TagListRelationFilter
19183
19089
  birthLocation?: XOR<LocationNullableScalarRelationFilter, LocationWhereInput> | null
19184
19090
  residenceLocation?: XOR<LocationNullableScalarRelationFilter, LocationWhereInput> | null
19185
- Ticket?: TicketListRelationFilter
19186
19091
  }
19187
19092
 
19188
19093
  export type ProfileOrderByWithRelationInput = {
19189
19094
  id?: SortOrder
19190
19095
  shortId?: SortOrder
19191
- role?: SortOrder
19192
19096
  firstTimeMiExpo?: SortOrder
19193
19097
  username?: SortOrderInput | SortOrder
19194
19098
  password?: SortOrderInput | SortOrder
@@ -19216,7 +19120,6 @@ export namespace Prisma {
19216
19120
  tags?: TagOrderByRelationAggregateInput
19217
19121
  birthLocation?: LocationOrderByWithRelationInput
19218
19122
  residenceLocation?: LocationOrderByWithRelationInput
19219
- Ticket?: TicketOrderByRelationAggregateInput
19220
19123
  }
19221
19124
 
19222
19125
  export type ProfileWhereUniqueInput = Prisma.AtLeast<{
@@ -19228,7 +19131,6 @@ export namespace Prisma {
19228
19131
  OR?: ProfileWhereInput[]
19229
19132
  NOT?: ProfileWhereInput | ProfileWhereInput[]
19230
19133
  shortId?: IntFilter<"Profile"> | number
19231
- role?: EnumRoleFilter<"Profile"> | $Enums.Role
19232
19134
  firstTimeMiExpo?: BoolFilter<"Profile"> | boolean
19233
19135
  password?: StringNullableFilter<"Profile"> | string | null
19234
19136
  isPhoneVerified?: BoolFilter<"Profile"> | boolean
@@ -19253,13 +19155,11 @@ export namespace Prisma {
19253
19155
  tags?: TagListRelationFilter
19254
19156
  birthLocation?: XOR<LocationNullableScalarRelationFilter, LocationWhereInput> | null
19255
19157
  residenceLocation?: XOR<LocationNullableScalarRelationFilter, LocationWhereInput> | null
19256
- Ticket?: TicketListRelationFilter
19257
19158
  }, "id" | "username" | "phoneNumber" | "secondaryPhoneNumber">
19258
19159
 
19259
19160
  export type ProfileOrderByWithAggregationInput = {
19260
19161
  id?: SortOrder
19261
19162
  shortId?: SortOrder
19262
- role?: SortOrder
19263
19163
  firstTimeMiExpo?: SortOrder
19264
19164
  username?: SortOrderInput | SortOrder
19265
19165
  password?: SortOrderInput | SortOrder
@@ -19294,7 +19194,6 @@ export namespace Prisma {
19294
19194
  NOT?: ProfileScalarWhereWithAggregatesInput | ProfileScalarWhereWithAggregatesInput[]
19295
19195
  id?: StringWithAggregatesFilter<"Profile"> | string
19296
19196
  shortId?: IntWithAggregatesFilter<"Profile"> | number
19297
- role?: EnumRoleWithAggregatesFilter<"Profile"> | $Enums.Role
19298
19197
  firstTimeMiExpo?: BoolWithAggregatesFilter<"Profile"> | boolean
19299
19198
  username?: StringNullableWithAggregatesFilter<"Profile"> | string | null
19300
19199
  password?: StringNullableWithAggregatesFilter<"Profile"> | string | null
@@ -19976,11 +19875,9 @@ export namespace Prisma {
19976
19875
  status?: EnumTicketStatusFilter<"Ticket"> | $Enums.TicketStatus
19977
19876
  fullName?: StringFilter<"Ticket"> | string
19978
19877
  mail?: StringFilter<"Ticket"> | string
19979
- profileId?: StringNullableFilter<"Ticket"> | string | null
19980
19878
  created_at?: DateTimeFilter<"Ticket"> | Date | string
19981
19879
  updated_at?: DateTimeFilter<"Ticket"> | Date | string
19982
19880
  event?: XOR<EventScalarRelationFilter, EventWhereInput>
19983
- profile?: XOR<ProfileNullableScalarRelationFilter, ProfileWhereInput> | null
19984
19881
  }
19985
19882
 
19986
19883
  export type TicketOrderByWithRelationInput = {
@@ -19990,11 +19887,9 @@ export namespace Prisma {
19990
19887
  status?: SortOrder
19991
19888
  fullName?: SortOrder
19992
19889
  mail?: SortOrder
19993
- profileId?: SortOrderInput | SortOrder
19994
19890
  created_at?: SortOrder
19995
19891
  updated_at?: SortOrder
19996
19892
  event?: EventOrderByWithRelationInput
19997
- profile?: ProfileOrderByWithRelationInput
19998
19893
  }
19999
19894
 
20000
19895
  export type TicketWhereUniqueInput = Prisma.AtLeast<{
@@ -20007,11 +19902,9 @@ export namespace Prisma {
20007
19902
  status?: EnumTicketStatusFilter<"Ticket"> | $Enums.TicketStatus
20008
19903
  fullName?: StringFilter<"Ticket"> | string
20009
19904
  mail?: StringFilter<"Ticket"> | string
20010
- profileId?: StringNullableFilter<"Ticket"> | string | null
20011
19905
  created_at?: DateTimeFilter<"Ticket"> | Date | string
20012
19906
  updated_at?: DateTimeFilter<"Ticket"> | Date | string
20013
19907
  event?: XOR<EventScalarRelationFilter, EventWhereInput>
20014
- profile?: XOR<ProfileNullableScalarRelationFilter, ProfileWhereInput> | null
20015
19908
  }, "id">
20016
19909
 
20017
19910
  export type TicketOrderByWithAggregationInput = {
@@ -20021,7 +19914,6 @@ export namespace Prisma {
20021
19914
  status?: SortOrder
20022
19915
  fullName?: SortOrder
20023
19916
  mail?: SortOrder
20024
- profileId?: SortOrderInput | SortOrder
20025
19917
  created_at?: SortOrder
20026
19918
  updated_at?: SortOrder
20027
19919
  _count?: TicketCountOrderByAggregateInput
@@ -20039,7 +19931,6 @@ export namespace Prisma {
20039
19931
  status?: EnumTicketStatusWithAggregatesFilter<"Ticket"> | $Enums.TicketStatus
20040
19932
  fullName?: StringWithAggregatesFilter<"Ticket"> | string
20041
19933
  mail?: StringWithAggregatesFilter<"Ticket"> | string
20042
- profileId?: StringNullableWithAggregatesFilter<"Ticket"> | string | null
20043
19934
  created_at?: DateTimeWithAggregatesFilter<"Ticket"> | Date | string
20044
19935
  updated_at?: DateTimeWithAggregatesFilter<"Ticket"> | Date | string
20045
19936
  }
@@ -20092,7 +19983,7 @@ export namespace Prisma {
20092
19983
  NOT?: EventTicketWhereInput | EventTicketWhereInput[]
20093
19984
  id?: StringFilter<"EventTicket"> | string
20094
19985
  eventId?: StringFilter<"EventTicket"> | string
20095
- amount?: IntNullableFilter<"EventTicket"> | number | null
19986
+ amount?: IntFilter<"EventTicket"> | number
20096
19987
  type?: EnumTicketTypeFilter<"EventTicket"> | $Enums.TicketType
20097
19988
  price?: FloatNullableFilter<"EventTicket"> | number | null
20098
19989
  created_at?: DateTimeFilter<"EventTicket"> | Date | string
@@ -20103,7 +19994,7 @@ export namespace Prisma {
20103
19994
  export type EventTicketOrderByWithRelationInput = {
20104
19995
  id?: SortOrder
20105
19996
  eventId?: SortOrder
20106
- amount?: SortOrderInput | SortOrder
19997
+ amount?: SortOrder
20107
19998
  type?: SortOrder
20108
19999
  price?: SortOrderInput | SortOrder
20109
20000
  created_at?: SortOrder
@@ -20117,7 +20008,7 @@ export namespace Prisma {
20117
20008
  OR?: EventTicketWhereInput[]
20118
20009
  NOT?: EventTicketWhereInput | EventTicketWhereInput[]
20119
20010
  eventId?: StringFilter<"EventTicket"> | string
20120
- amount?: IntNullableFilter<"EventTicket"> | number | null
20011
+ amount?: IntFilter<"EventTicket"> | number
20121
20012
  type?: EnumTicketTypeFilter<"EventTicket"> | $Enums.TicketType
20122
20013
  price?: FloatNullableFilter<"EventTicket"> | number | null
20123
20014
  created_at?: DateTimeFilter<"EventTicket"> | Date | string
@@ -20128,7 +20019,7 @@ export namespace Prisma {
20128
20019
  export type EventTicketOrderByWithAggregationInput = {
20129
20020
  id?: SortOrder
20130
20021
  eventId?: SortOrder
20131
- amount?: SortOrderInput | SortOrder
20022
+ amount?: SortOrder
20132
20023
  type?: SortOrder
20133
20024
  price?: SortOrderInput | SortOrder
20134
20025
  created_at?: SortOrder
@@ -20146,7 +20037,7 @@ export namespace Prisma {
20146
20037
  NOT?: EventTicketScalarWhereWithAggregatesInput | EventTicketScalarWhereWithAggregatesInput[]
20147
20038
  id?: StringWithAggregatesFilter<"EventTicket"> | string
20148
20039
  eventId?: StringWithAggregatesFilter<"EventTicket"> | string
20149
- amount?: IntNullableWithAggregatesFilter<"EventTicket"> | number | null
20040
+ amount?: IntWithAggregatesFilter<"EventTicket"> | number
20150
20041
  type?: EnumTicketTypeWithAggregatesFilter<"EventTicket"> | $Enums.TicketType
20151
20042
  price?: FloatNullableWithAggregatesFilter<"EventTicket"> | number | null
20152
20043
  created_at?: DateTimeWithAggregatesFilter<"EventTicket"> | Date | string
@@ -20249,7 +20140,6 @@ export namespace Prisma {
20249
20140
  export type ProfileCreateInput = {
20250
20141
  id?: string
20251
20142
  shortId: number
20252
- role?: $Enums.Role
20253
20143
  firstTimeMiExpo?: boolean
20254
20144
  username?: string | null
20255
20145
  password?: string | null
@@ -20275,13 +20165,11 @@ export namespace Prisma {
20275
20165
  tags?: TagCreateNestedManyWithoutProfilesInput
20276
20166
  birthLocation?: LocationCreateNestedOneWithoutBirthProfilesInput
20277
20167
  residenceLocation?: LocationCreateNestedOneWithoutResidenceProfilesInput
20278
- Ticket?: TicketCreateNestedManyWithoutProfileInput
20279
20168
  }
20280
20169
 
20281
20170
  export type ProfileUncheckedCreateInput = {
20282
20171
  id?: string
20283
20172
  shortId: number
20284
- role?: $Enums.Role
20285
20173
  firstTimeMiExpo?: boolean
20286
20174
  username?: string | null
20287
20175
  password?: string | null
@@ -20307,13 +20195,11 @@ export namespace Prisma {
20307
20195
  comments?: CommentUncheckedCreateNestedManyWithoutProfileInput
20308
20196
  messages?: MessageUncheckedCreateNestedManyWithoutProfileInput
20309
20197
  tags?: TagUncheckedCreateNestedManyWithoutProfilesInput
20310
- Ticket?: TicketUncheckedCreateNestedManyWithoutProfileInput
20311
20198
  }
20312
20199
 
20313
20200
  export type ProfileUpdateInput = {
20314
20201
  id?: StringFieldUpdateOperationsInput | string
20315
20202
  shortId?: IntFieldUpdateOperationsInput | number
20316
- role?: EnumRoleFieldUpdateOperationsInput | $Enums.Role
20317
20203
  firstTimeMiExpo?: BoolFieldUpdateOperationsInput | boolean
20318
20204
  username?: NullableStringFieldUpdateOperationsInput | string | null
20319
20205
  password?: NullableStringFieldUpdateOperationsInput | string | null
@@ -20339,13 +20225,11 @@ export namespace Prisma {
20339
20225
  tags?: TagUpdateManyWithoutProfilesNestedInput
20340
20226
  birthLocation?: LocationUpdateOneWithoutBirthProfilesNestedInput
20341
20227
  residenceLocation?: LocationUpdateOneWithoutResidenceProfilesNestedInput
20342
- Ticket?: TicketUpdateManyWithoutProfileNestedInput
20343
20228
  }
20344
20229
 
20345
20230
  export type ProfileUncheckedUpdateInput = {
20346
20231
  id?: StringFieldUpdateOperationsInput | string
20347
20232
  shortId?: IntFieldUpdateOperationsInput | number
20348
- role?: EnumRoleFieldUpdateOperationsInput | $Enums.Role
20349
20233
  firstTimeMiExpo?: BoolFieldUpdateOperationsInput | boolean
20350
20234
  username?: NullableStringFieldUpdateOperationsInput | string | null
20351
20235
  password?: NullableStringFieldUpdateOperationsInput | string | null
@@ -20371,13 +20255,11 @@ export namespace Prisma {
20371
20255
  comments?: CommentUncheckedUpdateManyWithoutProfileNestedInput
20372
20256
  messages?: MessageUncheckedUpdateManyWithoutProfileNestedInput
20373
20257
  tags?: TagUncheckedUpdateManyWithoutProfilesNestedInput
20374
- Ticket?: TicketUncheckedUpdateManyWithoutProfileNestedInput
20375
20258
  }
20376
20259
 
20377
20260
  export type ProfileCreateManyInput = {
20378
20261
  id?: string
20379
20262
  shortId: number
20380
- role?: $Enums.Role
20381
20263
  firstTimeMiExpo?: boolean
20382
20264
  username?: string | null
20383
20265
  password?: string | null
@@ -20404,7 +20286,6 @@ export namespace Prisma {
20404
20286
  export type ProfileUpdateManyMutationInput = {
20405
20287
  id?: StringFieldUpdateOperationsInput | string
20406
20288
  shortId?: IntFieldUpdateOperationsInput | number
20407
- role?: EnumRoleFieldUpdateOperationsInput | $Enums.Role
20408
20289
  firstTimeMiExpo?: BoolFieldUpdateOperationsInput | boolean
20409
20290
  username?: NullableStringFieldUpdateOperationsInput | string | null
20410
20291
  password?: NullableStringFieldUpdateOperationsInput | string | null
@@ -20429,7 +20310,6 @@ export namespace Prisma {
20429
20310
  export type ProfileUncheckedUpdateManyInput = {
20430
20311
  id?: StringFieldUpdateOperationsInput | string
20431
20312
  shortId?: IntFieldUpdateOperationsInput | number
20432
- role?: EnumRoleFieldUpdateOperationsInput | $Enums.Role
20433
20313
  firstTimeMiExpo?: BoolFieldUpdateOperationsInput | boolean
20434
20314
  username?: NullableStringFieldUpdateOperationsInput | string | null
20435
20315
  password?: NullableStringFieldUpdateOperationsInput | string | null
@@ -21159,7 +21039,6 @@ export namespace Prisma {
21159
21039
  created_at?: Date | string
21160
21040
  updated_at?: Date | string
21161
21041
  event: EventCreateNestedOneWithoutTicketsInput
21162
- profile?: ProfileCreateNestedOneWithoutTicketInput
21163
21042
  }
21164
21043
 
21165
21044
  export type TicketUncheckedCreateInput = {
@@ -21169,7 +21048,6 @@ export namespace Prisma {
21169
21048
  status: $Enums.TicketStatus
21170
21049
  fullName: string
21171
21050
  mail: string
21172
- profileId?: string | null
21173
21051
  created_at?: Date | string
21174
21052
  updated_at?: Date | string
21175
21053
  }
@@ -21183,7 +21061,6 @@ export namespace Prisma {
21183
21061
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
21184
21062
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
21185
21063
  event?: EventUpdateOneRequiredWithoutTicketsNestedInput
21186
- profile?: ProfileUpdateOneWithoutTicketNestedInput
21187
21064
  }
21188
21065
 
21189
21066
  export type TicketUncheckedUpdateInput = {
@@ -21193,7 +21070,6 @@ export namespace Prisma {
21193
21070
  status?: EnumTicketStatusFieldUpdateOperationsInput | $Enums.TicketStatus
21194
21071
  fullName?: StringFieldUpdateOperationsInput | string
21195
21072
  mail?: StringFieldUpdateOperationsInput | string
21196
- profileId?: NullableStringFieldUpdateOperationsInput | string | null
21197
21073
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
21198
21074
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
21199
21075
  }
@@ -21205,7 +21081,6 @@ export namespace Prisma {
21205
21081
  status: $Enums.TicketStatus
21206
21082
  fullName: string
21207
21083
  mail: string
21208
- profileId?: string | null
21209
21084
  created_at?: Date | string
21210
21085
  updated_at?: Date | string
21211
21086
  }
@@ -21227,7 +21102,6 @@ export namespace Prisma {
21227
21102
  status?: EnumTicketStatusFieldUpdateOperationsInput | $Enums.TicketStatus
21228
21103
  fullName?: StringFieldUpdateOperationsInput | string
21229
21104
  mail?: StringFieldUpdateOperationsInput | string
21230
- profileId?: NullableStringFieldUpdateOperationsInput | string | null
21231
21105
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
21232
21106
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
21233
21107
  }
@@ -21276,7 +21150,7 @@ export namespace Prisma {
21276
21150
 
21277
21151
  export type EventTicketCreateInput = {
21278
21152
  id?: string
21279
- amount?: number | null
21153
+ amount: number
21280
21154
  type: $Enums.TicketType
21281
21155
  price?: number | null
21282
21156
  created_at?: Date | string
@@ -21287,7 +21161,7 @@ export namespace Prisma {
21287
21161
  export type EventTicketUncheckedCreateInput = {
21288
21162
  id?: string
21289
21163
  eventId: string
21290
- amount?: number | null
21164
+ amount: number
21291
21165
  type: $Enums.TicketType
21292
21166
  price?: number | null
21293
21167
  created_at?: Date | string
@@ -21296,7 +21170,7 @@ export namespace Prisma {
21296
21170
 
21297
21171
  export type EventTicketUpdateInput = {
21298
21172
  id?: StringFieldUpdateOperationsInput | string
21299
- amount?: NullableIntFieldUpdateOperationsInput | number | null
21173
+ amount?: IntFieldUpdateOperationsInput | number
21300
21174
  type?: EnumTicketTypeFieldUpdateOperationsInput | $Enums.TicketType
21301
21175
  price?: NullableFloatFieldUpdateOperationsInput | number | null
21302
21176
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
@@ -21307,7 +21181,7 @@ export namespace Prisma {
21307
21181
  export type EventTicketUncheckedUpdateInput = {
21308
21182
  id?: StringFieldUpdateOperationsInput | string
21309
21183
  eventId?: StringFieldUpdateOperationsInput | string
21310
- amount?: NullableIntFieldUpdateOperationsInput | number | null
21184
+ amount?: IntFieldUpdateOperationsInput | number
21311
21185
  type?: EnumTicketTypeFieldUpdateOperationsInput | $Enums.TicketType
21312
21186
  price?: NullableFloatFieldUpdateOperationsInput | number | null
21313
21187
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
@@ -21317,7 +21191,7 @@ export namespace Prisma {
21317
21191
  export type EventTicketCreateManyInput = {
21318
21192
  id?: string
21319
21193
  eventId: string
21320
- amount?: number | null
21194
+ amount: number
21321
21195
  type: $Enums.TicketType
21322
21196
  price?: number | null
21323
21197
  created_at?: Date | string
@@ -21326,7 +21200,7 @@ export namespace Prisma {
21326
21200
 
21327
21201
  export type EventTicketUpdateManyMutationInput = {
21328
21202
  id?: StringFieldUpdateOperationsInput | string
21329
- amount?: NullableIntFieldUpdateOperationsInput | number | null
21203
+ amount?: IntFieldUpdateOperationsInput | number
21330
21204
  type?: EnumTicketTypeFieldUpdateOperationsInput | $Enums.TicketType
21331
21205
  price?: NullableFloatFieldUpdateOperationsInput | number | null
21332
21206
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
@@ -21336,7 +21210,7 @@ export namespace Prisma {
21336
21210
  export type EventTicketUncheckedUpdateManyInput = {
21337
21211
  id?: StringFieldUpdateOperationsInput | string
21338
21212
  eventId?: StringFieldUpdateOperationsInput | string
21339
- amount?: NullableIntFieldUpdateOperationsInput | number | null
21213
+ amount?: IntFieldUpdateOperationsInput | number
21340
21214
  type?: EnumTicketTypeFieldUpdateOperationsInput | $Enums.TicketType
21341
21215
  price?: NullableFloatFieldUpdateOperationsInput | number | null
21342
21216
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
@@ -21544,12 +21418,6 @@ export namespace Prisma {
21544
21418
  isNot?: LocationWhereInput | null
21545
21419
  }
21546
21420
 
21547
- export type TicketListRelationFilter = {
21548
- every?: TicketWhereInput
21549
- some?: TicketWhereInput
21550
- none?: TicketWhereInput
21551
- }
21552
-
21553
21421
  export type SortOrderInput = {
21554
21422
  sort: SortOrder
21555
21423
  nulls?: NullsOrder
@@ -21563,14 +21431,9 @@ export namespace Prisma {
21563
21431
  _count?: SortOrder
21564
21432
  }
21565
21433
 
21566
- export type TicketOrderByRelationAggregateInput = {
21567
- _count?: SortOrder
21568
- }
21569
-
21570
21434
  export type ProfileCountOrderByAggregateInput = {
21571
21435
  id?: SortOrder
21572
21436
  shortId?: SortOrder
21573
- role?: SortOrder
21574
21437
  firstTimeMiExpo?: SortOrder
21575
21438
  username?: SortOrder
21576
21439
  password?: SortOrder
@@ -21601,7 +21464,6 @@ export namespace Prisma {
21601
21464
  export type ProfileMaxOrderByAggregateInput = {
21602
21465
  id?: SortOrder
21603
21466
  shortId?: SortOrder
21604
- role?: SortOrder
21605
21467
  firstTimeMiExpo?: SortOrder
21606
21468
  username?: SortOrder
21607
21469
  password?: SortOrder
@@ -21627,7 +21489,6 @@ export namespace Prisma {
21627
21489
  export type ProfileMinOrderByAggregateInput = {
21628
21490
  id?: SortOrder
21629
21491
  shortId?: SortOrder
21630
- role?: SortOrder
21631
21492
  firstTimeMiExpo?: SortOrder
21632
21493
  username?: SortOrder
21633
21494
  password?: SortOrder
@@ -21979,12 +21840,22 @@ export namespace Prisma {
21979
21840
  isNot?: TagWhereInput
21980
21841
  }
21981
21842
 
21843
+ export type TicketListRelationFilter = {
21844
+ every?: TicketWhereInput
21845
+ some?: TicketWhereInput
21846
+ none?: TicketWhereInput
21847
+ }
21848
+
21982
21849
  export type EventTicketListRelationFilter = {
21983
21850
  every?: EventTicketWhereInput
21984
21851
  some?: EventTicketWhereInput
21985
21852
  none?: EventTicketWhereInput
21986
21853
  }
21987
21854
 
21855
+ export type TicketOrderByRelationAggregateInput = {
21856
+ _count?: SortOrder
21857
+ }
21858
+
21988
21859
  export type EventTicketOrderByRelationAggregateInput = {
21989
21860
  _count?: SortOrder
21990
21861
  }
@@ -22198,11 +22069,6 @@ export namespace Prisma {
22198
22069
  isNot?: EventWhereInput
22199
22070
  }
22200
22071
 
22201
- export type ProfileNullableScalarRelationFilter = {
22202
- is?: ProfileWhereInput | null
22203
- isNot?: ProfileWhereInput | null
22204
- }
22205
-
22206
22072
  export type TicketCountOrderByAggregateInput = {
22207
22073
  id?: SortOrder
22208
22074
  eventId?: SortOrder
@@ -22210,7 +22076,6 @@ export namespace Prisma {
22210
22076
  status?: SortOrder
22211
22077
  fullName?: SortOrder
22212
22078
  mail?: SortOrder
22213
- profileId?: SortOrder
22214
22079
  created_at?: SortOrder
22215
22080
  updated_at?: SortOrder
22216
22081
  }
@@ -22222,7 +22087,6 @@ export namespace Prisma {
22222
22087
  status?: SortOrder
22223
22088
  fullName?: SortOrder
22224
22089
  mail?: SortOrder
22225
- profileId?: SortOrder
22226
22090
  created_at?: SortOrder
22227
22091
  updated_at?: SortOrder
22228
22092
  }
@@ -22234,7 +22098,6 @@ export namespace Prisma {
22234
22098
  status?: SortOrder
22235
22099
  fullName?: SortOrder
22236
22100
  mail?: SortOrder
22237
- profileId?: SortOrder
22238
22101
  created_at?: SortOrder
22239
22102
  updated_at?: SortOrder
22240
22103
  }
@@ -22311,17 +22174,6 @@ export namespace Prisma {
22311
22174
  _max?: NestedEnumTemplateCategoryFilter<$PrismaModel>
22312
22175
  }
22313
22176
 
22314
- export type IntNullableFilter<$PrismaModel = never> = {
22315
- equals?: number | IntFieldRefInput<$PrismaModel> | null
22316
- in?: number[] | ListIntFieldRefInput<$PrismaModel> | null
22317
- notIn?: number[] | ListIntFieldRefInput<$PrismaModel> | null
22318
- lt?: number | IntFieldRefInput<$PrismaModel>
22319
- lte?: number | IntFieldRefInput<$PrismaModel>
22320
- gt?: number | IntFieldRefInput<$PrismaModel>
22321
- gte?: number | IntFieldRefInput<$PrismaModel>
22322
- not?: NestedIntNullableFilter<$PrismaModel> | number | null
22323
- }
22324
-
22325
22177
  export type FloatNullableFilter<$PrismaModel = never> = {
22326
22178
  equals?: number | FloatFieldRefInput<$PrismaModel> | null
22327
22179
  in?: number[] | ListFloatFieldRefInput<$PrismaModel> | null
@@ -22373,22 +22225,6 @@ export namespace Prisma {
22373
22225
  price?: SortOrder
22374
22226
  }
22375
22227
 
22376
- export type IntNullableWithAggregatesFilter<$PrismaModel = never> = {
22377
- equals?: number | IntFieldRefInput<$PrismaModel> | null
22378
- in?: number[] | ListIntFieldRefInput<$PrismaModel> | null
22379
- notIn?: number[] | ListIntFieldRefInput<$PrismaModel> | null
22380
- lt?: number | IntFieldRefInput<$PrismaModel>
22381
- lte?: number | IntFieldRefInput<$PrismaModel>
22382
- gt?: number | IntFieldRefInput<$PrismaModel>
22383
- gte?: number | IntFieldRefInput<$PrismaModel>
22384
- not?: NestedIntNullableWithAggregatesFilter<$PrismaModel> | number | null
22385
- _count?: NestedIntNullableFilter<$PrismaModel>
22386
- _avg?: NestedFloatNullableFilter<$PrismaModel>
22387
- _sum?: NestedIntNullableFilter<$PrismaModel>
22388
- _min?: NestedIntNullableFilter<$PrismaModel>
22389
- _max?: NestedIntNullableFilter<$PrismaModel>
22390
- }
22391
-
22392
22228
  export type FloatNullableWithAggregatesFilter<$PrismaModel = never> = {
22393
22229
  equals?: number | FloatFieldRefInput<$PrismaModel> | null
22394
22230
  in?: number[] | ListFloatFieldRefInput<$PrismaModel> | null
@@ -22633,13 +22469,6 @@ export namespace Prisma {
22633
22469
  connect?: LocationWhereUniqueInput
22634
22470
  }
22635
22471
 
22636
- export type TicketCreateNestedManyWithoutProfileInput = {
22637
- create?: XOR<TicketCreateWithoutProfileInput, TicketUncheckedCreateWithoutProfileInput> | TicketCreateWithoutProfileInput[] | TicketUncheckedCreateWithoutProfileInput[]
22638
- connectOrCreate?: TicketCreateOrConnectWithoutProfileInput | TicketCreateOrConnectWithoutProfileInput[]
22639
- createMany?: TicketCreateManyProfileInputEnvelope
22640
- connect?: TicketWhereUniqueInput | TicketWhereUniqueInput[]
22641
- }
22642
-
22643
22472
  export type OtpUncheckedCreateNestedManyWithoutOwnerInput = {
22644
22473
  create?: XOR<OtpCreateWithoutOwnerInput, OtpUncheckedCreateWithoutOwnerInput> | OtpCreateWithoutOwnerInput[] | OtpUncheckedCreateWithoutOwnerInput[]
22645
22474
  connectOrCreate?: OtpCreateOrConnectWithoutOwnerInput | OtpCreateOrConnectWithoutOwnerInput[]
@@ -22667,13 +22496,6 @@ export namespace Prisma {
22667
22496
  connect?: TagWhereUniqueInput | TagWhereUniqueInput[]
22668
22497
  }
22669
22498
 
22670
- export type TicketUncheckedCreateNestedManyWithoutProfileInput = {
22671
- create?: XOR<TicketCreateWithoutProfileInput, TicketUncheckedCreateWithoutProfileInput> | TicketCreateWithoutProfileInput[] | TicketUncheckedCreateWithoutProfileInput[]
22672
- connectOrCreate?: TicketCreateOrConnectWithoutProfileInput | TicketCreateOrConnectWithoutProfileInput[]
22673
- createMany?: TicketCreateManyProfileInputEnvelope
22674
- connect?: TicketWhereUniqueInput | TicketWhereUniqueInput[]
22675
- }
22676
-
22677
22499
  export type IntFieldUpdateOperationsInput = {
22678
22500
  set?: number
22679
22501
  increment?: number
@@ -22770,20 +22592,6 @@ export namespace Prisma {
22770
22592
  update?: XOR<XOR<LocationUpdateToOneWithWhereWithoutResidenceProfilesInput, LocationUpdateWithoutResidenceProfilesInput>, LocationUncheckedUpdateWithoutResidenceProfilesInput>
22771
22593
  }
22772
22594
 
22773
- export type TicketUpdateManyWithoutProfileNestedInput = {
22774
- create?: XOR<TicketCreateWithoutProfileInput, TicketUncheckedCreateWithoutProfileInput> | TicketCreateWithoutProfileInput[] | TicketUncheckedCreateWithoutProfileInput[]
22775
- connectOrCreate?: TicketCreateOrConnectWithoutProfileInput | TicketCreateOrConnectWithoutProfileInput[]
22776
- upsert?: TicketUpsertWithWhereUniqueWithoutProfileInput | TicketUpsertWithWhereUniqueWithoutProfileInput[]
22777
- createMany?: TicketCreateManyProfileInputEnvelope
22778
- set?: TicketWhereUniqueInput | TicketWhereUniqueInput[]
22779
- disconnect?: TicketWhereUniqueInput | TicketWhereUniqueInput[]
22780
- delete?: TicketWhereUniqueInput | TicketWhereUniqueInput[]
22781
- connect?: TicketWhereUniqueInput | TicketWhereUniqueInput[]
22782
- update?: TicketUpdateWithWhereUniqueWithoutProfileInput | TicketUpdateWithWhereUniqueWithoutProfileInput[]
22783
- updateMany?: TicketUpdateManyWithWhereWithoutProfileInput | TicketUpdateManyWithWhereWithoutProfileInput[]
22784
- deleteMany?: TicketScalarWhereInput | TicketScalarWhereInput[]
22785
- }
22786
-
22787
22595
  export type OtpUncheckedUpdateManyWithoutOwnerNestedInput = {
22788
22596
  create?: XOR<OtpCreateWithoutOwnerInput, OtpUncheckedCreateWithoutOwnerInput> | OtpCreateWithoutOwnerInput[] | OtpUncheckedCreateWithoutOwnerInput[]
22789
22597
  connectOrCreate?: OtpCreateOrConnectWithoutOwnerInput | OtpCreateOrConnectWithoutOwnerInput[]
@@ -22839,20 +22647,6 @@ export namespace Prisma {
22839
22647
  deleteMany?: TagScalarWhereInput | TagScalarWhereInput[]
22840
22648
  }
22841
22649
 
22842
- export type TicketUncheckedUpdateManyWithoutProfileNestedInput = {
22843
- create?: XOR<TicketCreateWithoutProfileInput, TicketUncheckedCreateWithoutProfileInput> | TicketCreateWithoutProfileInput[] | TicketUncheckedCreateWithoutProfileInput[]
22844
- connectOrCreate?: TicketCreateOrConnectWithoutProfileInput | TicketCreateOrConnectWithoutProfileInput[]
22845
- upsert?: TicketUpsertWithWhereUniqueWithoutProfileInput | TicketUpsertWithWhereUniqueWithoutProfileInput[]
22846
- createMany?: TicketCreateManyProfileInputEnvelope
22847
- set?: TicketWhereUniqueInput | TicketWhereUniqueInput[]
22848
- disconnect?: TicketWhereUniqueInput | TicketWhereUniqueInput[]
22849
- delete?: TicketWhereUniqueInput | TicketWhereUniqueInput[]
22850
- connect?: TicketWhereUniqueInput | TicketWhereUniqueInput[]
22851
- update?: TicketUpdateWithWhereUniqueWithoutProfileInput | TicketUpdateWithWhereUniqueWithoutProfileInput[]
22852
- updateMany?: TicketUpdateManyWithWhereWithoutProfileInput | TicketUpdateManyWithWhereWithoutProfileInput[]
22853
- deleteMany?: TicketScalarWhereInput | TicketScalarWhereInput[]
22854
- }
22855
-
22856
22650
  export type ProfileCreateNestedOneWithoutOtpInput = {
22857
22651
  create?: XOR<ProfileCreateWithoutOtpInput, ProfileUncheckedCreateWithoutOtpInput>
22858
22652
  connectOrCreate?: ProfileCreateOrConnectWithoutOtpInput
@@ -23569,12 +23363,6 @@ export namespace Prisma {
23569
23363
  connect?: EventWhereUniqueInput
23570
23364
  }
23571
23365
 
23572
- export type ProfileCreateNestedOneWithoutTicketInput = {
23573
- create?: XOR<ProfileCreateWithoutTicketInput, ProfileUncheckedCreateWithoutTicketInput>
23574
- connectOrCreate?: ProfileCreateOrConnectWithoutTicketInput
23575
- connect?: ProfileWhereUniqueInput
23576
- }
23577
-
23578
23366
  export type EnumTicketTypeFieldUpdateOperationsInput = {
23579
23367
  set?: $Enums.TicketType
23580
23368
  }
@@ -23591,16 +23379,6 @@ export namespace Prisma {
23591
23379
  update?: XOR<XOR<EventUpdateToOneWithWhereWithoutTicketsInput, EventUpdateWithoutTicketsInput>, EventUncheckedUpdateWithoutTicketsInput>
23592
23380
  }
23593
23381
 
23594
- export type ProfileUpdateOneWithoutTicketNestedInput = {
23595
- create?: XOR<ProfileCreateWithoutTicketInput, ProfileUncheckedCreateWithoutTicketInput>
23596
- connectOrCreate?: ProfileCreateOrConnectWithoutTicketInput
23597
- upsert?: ProfileUpsertWithoutTicketInput
23598
- disconnect?: ProfileWhereInput | boolean
23599
- delete?: ProfileWhereInput | boolean
23600
- connect?: ProfileWhereUniqueInput
23601
- update?: XOR<XOR<ProfileUpdateToOneWithWhereWithoutTicketInput, ProfileUpdateWithoutTicketInput>, ProfileUncheckedUpdateWithoutTicketInput>
23602
- }
23603
-
23604
23382
  export type EnumTemplateStatusFieldUpdateOperationsInput = {
23605
23383
  set?: $Enums.TemplateStatus
23606
23384
  }
@@ -23615,14 +23393,6 @@ export namespace Prisma {
23615
23393
  connect?: EventWhereUniqueInput
23616
23394
  }
23617
23395
 
23618
- export type NullableIntFieldUpdateOperationsInput = {
23619
- set?: number | null
23620
- increment?: number
23621
- decrement?: number
23622
- multiply?: number
23623
- divide?: number
23624
- }
23625
-
23626
23396
  export type NullableFloatFieldUpdateOperationsInput = {
23627
23397
  set?: number | null
23628
23398
  increment?: number
@@ -23982,22 +23752,6 @@ export namespace Prisma {
23982
23752
  not?: NestedFloatNullableFilter<$PrismaModel> | number | null
23983
23753
  }
23984
23754
 
23985
- export type NestedIntNullableWithAggregatesFilter<$PrismaModel = never> = {
23986
- equals?: number | IntFieldRefInput<$PrismaModel> | null
23987
- in?: number[] | ListIntFieldRefInput<$PrismaModel> | null
23988
- notIn?: number[] | ListIntFieldRefInput<$PrismaModel> | null
23989
- lt?: number | IntFieldRefInput<$PrismaModel>
23990
- lte?: number | IntFieldRefInput<$PrismaModel>
23991
- gt?: number | IntFieldRefInput<$PrismaModel>
23992
- gte?: number | IntFieldRefInput<$PrismaModel>
23993
- not?: NestedIntNullableWithAggregatesFilter<$PrismaModel> | number | null
23994
- _count?: NestedIntNullableFilter<$PrismaModel>
23995
- _avg?: NestedFloatNullableFilter<$PrismaModel>
23996
- _sum?: NestedIntNullableFilter<$PrismaModel>
23997
- _min?: NestedIntNullableFilter<$PrismaModel>
23998
- _max?: NestedIntNullableFilter<$PrismaModel>
23999
- }
24000
-
24001
23755
  export type NestedFloatNullableWithAggregatesFilter<$PrismaModel = never> = {
24002
23756
  equals?: number | FloatFieldRefInput<$PrismaModel> | null
24003
23757
  in?: number[] | ListFloatFieldRefInput<$PrismaModel> | null
@@ -24419,38 +24173,6 @@ export namespace Prisma {
24419
24173
  create: XOR<LocationCreateWithoutResidenceProfilesInput, LocationUncheckedCreateWithoutResidenceProfilesInput>
24420
24174
  }
24421
24175
 
24422
- export type TicketCreateWithoutProfileInput = {
24423
- id?: string
24424
- type: $Enums.TicketType
24425
- status: $Enums.TicketStatus
24426
- fullName: string
24427
- mail: string
24428
- created_at?: Date | string
24429
- updated_at?: Date | string
24430
- event: EventCreateNestedOneWithoutTicketsInput
24431
- }
24432
-
24433
- export type TicketUncheckedCreateWithoutProfileInput = {
24434
- id?: string
24435
- eventId: string
24436
- type: $Enums.TicketType
24437
- status: $Enums.TicketStatus
24438
- fullName: string
24439
- mail: string
24440
- created_at?: Date | string
24441
- updated_at?: Date | string
24442
- }
24443
-
24444
- export type TicketCreateOrConnectWithoutProfileInput = {
24445
- where: TicketWhereUniqueInput
24446
- create: XOR<TicketCreateWithoutProfileInput, TicketUncheckedCreateWithoutProfileInput>
24447
- }
24448
-
24449
- export type TicketCreateManyProfileInputEnvelope = {
24450
- data: TicketCreateManyProfileInput | TicketCreateManyProfileInput[]
24451
- skipDuplicates?: boolean
24452
- }
24453
-
24454
24176
  export type OtpUpsertWithWhereUniqueWithoutOwnerInput = {
24455
24177
  where: OtpWhereUniqueInput
24456
24178
  update: XOR<OtpUpdateWithoutOwnerInput, OtpUncheckedUpdateWithoutOwnerInput>
@@ -24610,41 +24332,9 @@ export namespace Prisma {
24610
24332
  birthProfiles?: ProfileUncheckedUpdateManyWithoutBirthLocationNestedInput
24611
24333
  }
24612
24334
 
24613
- export type TicketUpsertWithWhereUniqueWithoutProfileInput = {
24614
- where: TicketWhereUniqueInput
24615
- update: XOR<TicketUpdateWithoutProfileInput, TicketUncheckedUpdateWithoutProfileInput>
24616
- create: XOR<TicketCreateWithoutProfileInput, TicketUncheckedCreateWithoutProfileInput>
24617
- }
24618
-
24619
- export type TicketUpdateWithWhereUniqueWithoutProfileInput = {
24620
- where: TicketWhereUniqueInput
24621
- data: XOR<TicketUpdateWithoutProfileInput, TicketUncheckedUpdateWithoutProfileInput>
24622
- }
24623
-
24624
- export type TicketUpdateManyWithWhereWithoutProfileInput = {
24625
- where: TicketScalarWhereInput
24626
- data: XOR<TicketUpdateManyMutationInput, TicketUncheckedUpdateManyWithoutProfileInput>
24627
- }
24628
-
24629
- export type TicketScalarWhereInput = {
24630
- AND?: TicketScalarWhereInput | TicketScalarWhereInput[]
24631
- OR?: TicketScalarWhereInput[]
24632
- NOT?: TicketScalarWhereInput | TicketScalarWhereInput[]
24633
- id?: StringFilter<"Ticket"> | string
24634
- eventId?: StringFilter<"Ticket"> | string
24635
- type?: EnumTicketTypeFilter<"Ticket"> | $Enums.TicketType
24636
- status?: EnumTicketStatusFilter<"Ticket"> | $Enums.TicketStatus
24637
- fullName?: StringFilter<"Ticket"> | string
24638
- mail?: StringFilter<"Ticket"> | string
24639
- profileId?: StringNullableFilter<"Ticket"> | string | null
24640
- created_at?: DateTimeFilter<"Ticket"> | Date | string
24641
- updated_at?: DateTimeFilter<"Ticket"> | Date | string
24642
- }
24643
-
24644
24335
  export type ProfileCreateWithoutOtpInput = {
24645
24336
  id?: string
24646
24337
  shortId: number
24647
- role?: $Enums.Role
24648
24338
  firstTimeMiExpo?: boolean
24649
24339
  username?: string | null
24650
24340
  password?: string | null
@@ -24669,13 +24359,11 @@ export namespace Prisma {
24669
24359
  tags?: TagCreateNestedManyWithoutProfilesInput
24670
24360
  birthLocation?: LocationCreateNestedOneWithoutBirthProfilesInput
24671
24361
  residenceLocation?: LocationCreateNestedOneWithoutResidenceProfilesInput
24672
- Ticket?: TicketCreateNestedManyWithoutProfileInput
24673
24362
  }
24674
24363
 
24675
24364
  export type ProfileUncheckedCreateWithoutOtpInput = {
24676
24365
  id?: string
24677
24366
  shortId: number
24678
- role?: $Enums.Role
24679
24367
  firstTimeMiExpo?: boolean
24680
24368
  username?: string | null
24681
24369
  password?: string | null
@@ -24700,7 +24388,6 @@ export namespace Prisma {
24700
24388
  comments?: CommentUncheckedCreateNestedManyWithoutProfileInput
24701
24389
  messages?: MessageUncheckedCreateNestedManyWithoutProfileInput
24702
24390
  tags?: TagUncheckedCreateNestedManyWithoutProfilesInput
24703
- Ticket?: TicketUncheckedCreateNestedManyWithoutProfileInput
24704
24391
  }
24705
24392
 
24706
24393
  export type ProfileCreateOrConnectWithoutOtpInput = {
@@ -24722,7 +24409,6 @@ export namespace Prisma {
24722
24409
  export type ProfileUpdateWithoutOtpInput = {
24723
24410
  id?: StringFieldUpdateOperationsInput | string
24724
24411
  shortId?: IntFieldUpdateOperationsInput | number
24725
- role?: EnumRoleFieldUpdateOperationsInput | $Enums.Role
24726
24412
  firstTimeMiExpo?: BoolFieldUpdateOperationsInput | boolean
24727
24413
  username?: NullableStringFieldUpdateOperationsInput | string | null
24728
24414
  password?: NullableStringFieldUpdateOperationsInput | string | null
@@ -24747,13 +24433,11 @@ export namespace Prisma {
24747
24433
  tags?: TagUpdateManyWithoutProfilesNestedInput
24748
24434
  birthLocation?: LocationUpdateOneWithoutBirthProfilesNestedInput
24749
24435
  residenceLocation?: LocationUpdateOneWithoutResidenceProfilesNestedInput
24750
- Ticket?: TicketUpdateManyWithoutProfileNestedInput
24751
24436
  }
24752
24437
 
24753
24438
  export type ProfileUncheckedUpdateWithoutOtpInput = {
24754
24439
  id?: StringFieldUpdateOperationsInput | string
24755
24440
  shortId?: IntFieldUpdateOperationsInput | number
24756
- role?: EnumRoleFieldUpdateOperationsInput | $Enums.Role
24757
24441
  firstTimeMiExpo?: BoolFieldUpdateOperationsInput | boolean
24758
24442
  username?: NullableStringFieldUpdateOperationsInput | string | null
24759
24443
  password?: NullableStringFieldUpdateOperationsInput | string | null
@@ -24778,13 +24462,11 @@ export namespace Prisma {
24778
24462
  comments?: CommentUncheckedUpdateManyWithoutProfileNestedInput
24779
24463
  messages?: MessageUncheckedUpdateManyWithoutProfileNestedInput
24780
24464
  tags?: TagUncheckedUpdateManyWithoutProfilesNestedInput
24781
- Ticket?: TicketUncheckedUpdateManyWithoutProfileNestedInput
24782
24465
  }
24783
24466
 
24784
24467
  export type ProfileCreateWithoutBirthLocationInput = {
24785
24468
  id?: string
24786
24469
  shortId: number
24787
- role?: $Enums.Role
24788
24470
  firstTimeMiExpo?: boolean
24789
24471
  username?: string | null
24790
24472
  password?: string | null
@@ -24809,13 +24491,11 @@ export namespace Prisma {
24809
24491
  messages?: MessageCreateNestedManyWithoutProfileInput
24810
24492
  tags?: TagCreateNestedManyWithoutProfilesInput
24811
24493
  residenceLocation?: LocationCreateNestedOneWithoutResidenceProfilesInput
24812
- Ticket?: TicketCreateNestedManyWithoutProfileInput
24813
24494
  }
24814
24495
 
24815
24496
  export type ProfileUncheckedCreateWithoutBirthLocationInput = {
24816
24497
  id?: string
24817
24498
  shortId: number
24818
- role?: $Enums.Role
24819
24499
  firstTimeMiExpo?: boolean
24820
24500
  username?: string | null
24821
24501
  password?: string | null
@@ -24840,7 +24520,6 @@ export namespace Prisma {
24840
24520
  comments?: CommentUncheckedCreateNestedManyWithoutProfileInput
24841
24521
  messages?: MessageUncheckedCreateNestedManyWithoutProfileInput
24842
24522
  tags?: TagUncheckedCreateNestedManyWithoutProfilesInput
24843
- Ticket?: TicketUncheckedCreateNestedManyWithoutProfileInput
24844
24523
  }
24845
24524
 
24846
24525
  export type ProfileCreateOrConnectWithoutBirthLocationInput = {
@@ -24856,7 +24535,6 @@ export namespace Prisma {
24856
24535
  export type ProfileCreateWithoutResidenceLocationInput = {
24857
24536
  id?: string
24858
24537
  shortId: number
24859
- role?: $Enums.Role
24860
24538
  firstTimeMiExpo?: boolean
24861
24539
  username?: string | null
24862
24540
  password?: string | null
@@ -24881,13 +24559,11 @@ export namespace Prisma {
24881
24559
  messages?: MessageCreateNestedManyWithoutProfileInput
24882
24560
  tags?: TagCreateNestedManyWithoutProfilesInput
24883
24561
  birthLocation?: LocationCreateNestedOneWithoutBirthProfilesInput
24884
- Ticket?: TicketCreateNestedManyWithoutProfileInput
24885
24562
  }
24886
24563
 
24887
24564
  export type ProfileUncheckedCreateWithoutResidenceLocationInput = {
24888
24565
  id?: string
24889
24566
  shortId: number
24890
- role?: $Enums.Role
24891
24567
  firstTimeMiExpo?: boolean
24892
24568
  username?: string | null
24893
24569
  password?: string | null
@@ -24912,7 +24588,6 @@ export namespace Prisma {
24912
24588
  comments?: CommentUncheckedCreateNestedManyWithoutProfileInput
24913
24589
  messages?: MessageUncheckedCreateNestedManyWithoutProfileInput
24914
24590
  tags?: TagUncheckedCreateNestedManyWithoutProfilesInput
24915
- Ticket?: TicketUncheckedCreateNestedManyWithoutProfileInput
24916
24591
  }
24917
24592
 
24918
24593
  export type ProfileCreateOrConnectWithoutResidenceLocationInput = {
@@ -24947,7 +24622,6 @@ export namespace Prisma {
24947
24622
  NOT?: ProfileScalarWhereInput | ProfileScalarWhereInput[]
24948
24623
  id?: StringFilter<"Profile"> | string
24949
24624
  shortId?: IntFilter<"Profile"> | number
24950
- role?: EnumRoleFilter<"Profile"> | $Enums.Role
24951
24625
  firstTimeMiExpo?: BoolFilter<"Profile"> | boolean
24952
24626
  username?: StringNullableFilter<"Profile"> | string | null
24953
24627
  password?: StringNullableFilter<"Profile"> | string | null
@@ -25023,7 +24697,6 @@ export namespace Prisma {
25023
24697
  export type ProfileCreateWithoutCommentsInput = {
25024
24698
  id?: string
25025
24699
  shortId: number
25026
- role?: $Enums.Role
25027
24700
  firstTimeMiExpo?: boolean
25028
24701
  username?: string | null
25029
24702
  password?: string | null
@@ -25048,13 +24721,11 @@ export namespace Prisma {
25048
24721
  tags?: TagCreateNestedManyWithoutProfilesInput
25049
24722
  birthLocation?: LocationCreateNestedOneWithoutBirthProfilesInput
25050
24723
  residenceLocation?: LocationCreateNestedOneWithoutResidenceProfilesInput
25051
- Ticket?: TicketCreateNestedManyWithoutProfileInput
25052
24724
  }
25053
24725
 
25054
24726
  export type ProfileUncheckedCreateWithoutCommentsInput = {
25055
24727
  id?: string
25056
24728
  shortId: number
25057
- role?: $Enums.Role
25058
24729
  firstTimeMiExpo?: boolean
25059
24730
  username?: string | null
25060
24731
  password?: string | null
@@ -25079,7 +24750,6 @@ export namespace Prisma {
25079
24750
  otp?: OtpUncheckedCreateNestedManyWithoutOwnerInput
25080
24751
  messages?: MessageUncheckedCreateNestedManyWithoutProfileInput
25081
24752
  tags?: TagUncheckedCreateNestedManyWithoutProfilesInput
25082
- Ticket?: TicketUncheckedCreateNestedManyWithoutProfileInput
25083
24753
  }
25084
24754
 
25085
24755
  export type ProfileCreateOrConnectWithoutCommentsInput = {
@@ -25173,7 +24843,6 @@ export namespace Prisma {
25173
24843
  export type ProfileUpdateWithoutCommentsInput = {
25174
24844
  id?: StringFieldUpdateOperationsInput | string
25175
24845
  shortId?: IntFieldUpdateOperationsInput | number
25176
- role?: EnumRoleFieldUpdateOperationsInput | $Enums.Role
25177
24846
  firstTimeMiExpo?: BoolFieldUpdateOperationsInput | boolean
25178
24847
  username?: NullableStringFieldUpdateOperationsInput | string | null
25179
24848
  password?: NullableStringFieldUpdateOperationsInput | string | null
@@ -25198,13 +24867,11 @@ export namespace Prisma {
25198
24867
  tags?: TagUpdateManyWithoutProfilesNestedInput
25199
24868
  birthLocation?: LocationUpdateOneWithoutBirthProfilesNestedInput
25200
24869
  residenceLocation?: LocationUpdateOneWithoutResidenceProfilesNestedInput
25201
- Ticket?: TicketUpdateManyWithoutProfileNestedInput
25202
24870
  }
25203
24871
 
25204
24872
  export type ProfileUncheckedUpdateWithoutCommentsInput = {
25205
24873
  id?: StringFieldUpdateOperationsInput | string
25206
24874
  shortId?: IntFieldUpdateOperationsInput | number
25207
- role?: EnumRoleFieldUpdateOperationsInput | $Enums.Role
25208
24875
  firstTimeMiExpo?: BoolFieldUpdateOperationsInput | boolean
25209
24876
  username?: NullableStringFieldUpdateOperationsInput | string | null
25210
24877
  password?: NullableStringFieldUpdateOperationsInput | string | null
@@ -25229,7 +24896,6 @@ export namespace Prisma {
25229
24896
  otp?: OtpUncheckedUpdateManyWithoutOwnerNestedInput
25230
24897
  messages?: MessageUncheckedUpdateManyWithoutProfileNestedInput
25231
24898
  tags?: TagUncheckedUpdateManyWithoutProfilesNestedInput
25232
- Ticket?: TicketUncheckedUpdateManyWithoutProfileNestedInput
25233
24899
  }
25234
24900
 
25235
24901
  export type AccountUpsertWithoutSolvableCommentsInput = {
@@ -25416,7 +25082,6 @@ export namespace Prisma {
25416
25082
  export type ProfileCreateWithoutTagsInput = {
25417
25083
  id?: string
25418
25084
  shortId: number
25419
- role?: $Enums.Role
25420
25085
  firstTimeMiExpo?: boolean
25421
25086
  username?: string | null
25422
25087
  password?: string | null
@@ -25441,13 +25106,11 @@ export namespace Prisma {
25441
25106
  messages?: MessageCreateNestedManyWithoutProfileInput
25442
25107
  birthLocation?: LocationCreateNestedOneWithoutBirthProfilesInput
25443
25108
  residenceLocation?: LocationCreateNestedOneWithoutResidenceProfilesInput
25444
- Ticket?: TicketCreateNestedManyWithoutProfileInput
25445
25109
  }
25446
25110
 
25447
25111
  export type ProfileUncheckedCreateWithoutTagsInput = {
25448
25112
  id?: string
25449
25113
  shortId: number
25450
- role?: $Enums.Role
25451
25114
  firstTimeMiExpo?: boolean
25452
25115
  username?: string | null
25453
25116
  password?: string | null
@@ -25472,7 +25135,6 @@ export namespace Prisma {
25472
25135
  otp?: OtpUncheckedCreateNestedManyWithoutOwnerInput
25473
25136
  comments?: CommentUncheckedCreateNestedManyWithoutProfileInput
25474
25137
  messages?: MessageUncheckedCreateNestedManyWithoutProfileInput
25475
- Ticket?: TicketUncheckedCreateNestedManyWithoutProfileInput
25476
25138
  }
25477
25139
 
25478
25140
  export type ProfileCreateOrConnectWithoutTagsInput = {
@@ -25972,7 +25634,6 @@ export namespace Prisma {
25972
25634
  mail: string
25973
25635
  created_at?: Date | string
25974
25636
  updated_at?: Date | string
25975
- profile?: ProfileCreateNestedOneWithoutTicketInput
25976
25637
  }
25977
25638
 
25978
25639
  export type TicketUncheckedCreateWithoutEventInput = {
@@ -25981,7 +25642,6 @@ export namespace Prisma {
25981
25642
  status: $Enums.TicketStatus
25982
25643
  fullName: string
25983
25644
  mail: string
25984
- profileId?: string | null
25985
25645
  created_at?: Date | string
25986
25646
  updated_at?: Date | string
25987
25647
  }
@@ -26079,7 +25739,7 @@ export namespace Prisma {
26079
25739
 
26080
25740
  export type EventTicketCreateWithoutEventInput = {
26081
25741
  id?: string
26082
- amount?: number | null
25742
+ amount: number
26083
25743
  type: $Enums.TicketType
26084
25744
  price?: number | null
26085
25745
  created_at?: Date | string
@@ -26088,7 +25748,7 @@ export namespace Prisma {
26088
25748
 
26089
25749
  export type EventTicketUncheckedCreateWithoutEventInput = {
26090
25750
  id?: string
26091
- amount?: number | null
25751
+ amount: number
26092
25752
  type: $Enums.TicketType
26093
25753
  price?: number | null
26094
25754
  created_at?: Date | string
@@ -26275,6 +25935,20 @@ export namespace Prisma {
26275
25935
  data: XOR<TicketUpdateManyMutationInput, TicketUncheckedUpdateManyWithoutEventInput>
26276
25936
  }
26277
25937
 
25938
+ export type TicketScalarWhereInput = {
25939
+ AND?: TicketScalarWhereInput | TicketScalarWhereInput[]
25940
+ OR?: TicketScalarWhereInput[]
25941
+ NOT?: TicketScalarWhereInput | TicketScalarWhereInput[]
25942
+ id?: StringFilter<"Ticket"> | string
25943
+ eventId?: StringFilter<"Ticket"> | string
25944
+ type?: EnumTicketTypeFilter<"Ticket"> | $Enums.TicketType
25945
+ status?: EnumTicketStatusFilter<"Ticket"> | $Enums.TicketStatus
25946
+ fullName?: StringFilter<"Ticket"> | string
25947
+ mail?: StringFilter<"Ticket"> | string
25948
+ created_at?: DateTimeFilter<"Ticket"> | Date | string
25949
+ updated_at?: DateTimeFilter<"Ticket"> | Date | string
25950
+ }
25951
+
26278
25952
  export type EventUpsertWithWhereUniqueWithoutSupraEventInput = {
26279
25953
  where: EventWhereUniqueInput
26280
25954
  update: XOR<EventUpdateWithoutSupraEventInput, EventUncheckedUpdateWithoutSupraEventInput>
@@ -26329,7 +26003,7 @@ export namespace Prisma {
26329
26003
  NOT?: EventTicketScalarWhereInput | EventTicketScalarWhereInput[]
26330
26004
  id?: StringFilter<"EventTicket"> | string
26331
26005
  eventId?: StringFilter<"EventTicket"> | string
26332
- amount?: IntNullableFilter<"EventTicket"> | number | null
26006
+ amount?: IntFilter<"EventTicket"> | number
26333
26007
  type?: EnumTicketTypeFilter<"EventTicket"> | $Enums.TicketType
26334
26008
  price?: FloatNullableFilter<"EventTicket"> | number | null
26335
26009
  created_at?: DateTimeFilter<"EventTicket"> | Date | string
@@ -26403,7 +26077,6 @@ export namespace Prisma {
26403
26077
  export type ProfileCreateWithoutMessagesInput = {
26404
26078
  id?: string
26405
26079
  shortId: number
26406
- role?: $Enums.Role
26407
26080
  firstTimeMiExpo?: boolean
26408
26081
  username?: string | null
26409
26082
  password?: string | null
@@ -26428,13 +26101,11 @@ export namespace Prisma {
26428
26101
  tags?: TagCreateNestedManyWithoutProfilesInput
26429
26102
  birthLocation?: LocationCreateNestedOneWithoutBirthProfilesInput
26430
26103
  residenceLocation?: LocationCreateNestedOneWithoutResidenceProfilesInput
26431
- Ticket?: TicketCreateNestedManyWithoutProfileInput
26432
26104
  }
26433
26105
 
26434
26106
  export type ProfileUncheckedCreateWithoutMessagesInput = {
26435
26107
  id?: string
26436
26108
  shortId: number
26437
- role?: $Enums.Role
26438
26109
  firstTimeMiExpo?: boolean
26439
26110
  username?: string | null
26440
26111
  password?: string | null
@@ -26459,7 +26130,6 @@ export namespace Prisma {
26459
26130
  otp?: OtpUncheckedCreateNestedManyWithoutOwnerInput
26460
26131
  comments?: CommentUncheckedCreateNestedManyWithoutProfileInput
26461
26132
  tags?: TagUncheckedCreateNestedManyWithoutProfilesInput
26462
- Ticket?: TicketUncheckedCreateNestedManyWithoutProfileInput
26463
26133
  }
26464
26134
 
26465
26135
  export type ProfileCreateOrConnectWithoutMessagesInput = {
@@ -26481,7 +26151,6 @@ export namespace Prisma {
26481
26151
  export type ProfileUpdateWithoutMessagesInput = {
26482
26152
  id?: StringFieldUpdateOperationsInput | string
26483
26153
  shortId?: IntFieldUpdateOperationsInput | number
26484
- role?: EnumRoleFieldUpdateOperationsInput | $Enums.Role
26485
26154
  firstTimeMiExpo?: BoolFieldUpdateOperationsInput | boolean
26486
26155
  username?: NullableStringFieldUpdateOperationsInput | string | null
26487
26156
  password?: NullableStringFieldUpdateOperationsInput | string | null
@@ -26506,13 +26175,11 @@ export namespace Prisma {
26506
26175
  tags?: TagUpdateManyWithoutProfilesNestedInput
26507
26176
  birthLocation?: LocationUpdateOneWithoutBirthProfilesNestedInput
26508
26177
  residenceLocation?: LocationUpdateOneWithoutResidenceProfilesNestedInput
26509
- Ticket?: TicketUpdateManyWithoutProfileNestedInput
26510
26178
  }
26511
26179
 
26512
26180
  export type ProfileUncheckedUpdateWithoutMessagesInput = {
26513
26181
  id?: StringFieldUpdateOperationsInput | string
26514
26182
  shortId?: IntFieldUpdateOperationsInput | number
26515
- role?: EnumRoleFieldUpdateOperationsInput | $Enums.Role
26516
26183
  firstTimeMiExpo?: BoolFieldUpdateOperationsInput | boolean
26517
26184
  username?: NullableStringFieldUpdateOperationsInput | string | null
26518
26185
  password?: NullableStringFieldUpdateOperationsInput | string | null
@@ -26537,7 +26204,6 @@ export namespace Prisma {
26537
26204
  otp?: OtpUncheckedUpdateManyWithoutOwnerNestedInput
26538
26205
  comments?: CommentUncheckedUpdateManyWithoutProfileNestedInput
26539
26206
  tags?: TagUncheckedUpdateManyWithoutProfilesNestedInput
26540
- Ticket?: TicketUncheckedUpdateManyWithoutProfileNestedInput
26541
26207
  }
26542
26208
 
26543
26209
  export type EventCreateWithoutTicketsInput = {
@@ -26583,73 +26249,6 @@ export namespace Prisma {
26583
26249
  create: XOR<EventCreateWithoutTicketsInput, EventUncheckedCreateWithoutTicketsInput>
26584
26250
  }
26585
26251
 
26586
- export type ProfileCreateWithoutTicketInput = {
26587
- id?: string
26588
- shortId: number
26589
- role?: $Enums.Role
26590
- firstTimeMiExpo?: boolean
26591
- username?: string | null
26592
- password?: string | null
26593
- phoneNumber: string
26594
- isPhoneVerified?: boolean
26595
- secondaryPhoneNumber?: string | null
26596
- fullName: string
26597
- firstName?: string | null
26598
- gender?: string | null
26599
- birthDate?: Date | string | null
26600
- profilePictureUrl?: string | null
26601
- instagram?: string | null
26602
- mail?: string | null
26603
- dni?: string | null
26604
- alternativeNames?: ProfileCreatealternativeNamesInput | string[]
26605
- isInTrash?: boolean
26606
- movedToTrashDate?: Date | string | null
26607
- created_at?: Date | string
26608
- updated_at?: Date | string
26609
- otp?: OtpCreateNestedManyWithoutOwnerInput
26610
- comments?: CommentCreateNestedManyWithoutProfileInput
26611
- messages?: MessageCreateNestedManyWithoutProfileInput
26612
- tags?: TagCreateNestedManyWithoutProfilesInput
26613
- birthLocation?: LocationCreateNestedOneWithoutBirthProfilesInput
26614
- residenceLocation?: LocationCreateNestedOneWithoutResidenceProfilesInput
26615
- }
26616
-
26617
- export type ProfileUncheckedCreateWithoutTicketInput = {
26618
- id?: string
26619
- shortId: number
26620
- role?: $Enums.Role
26621
- firstTimeMiExpo?: boolean
26622
- username?: string | null
26623
- password?: string | null
26624
- phoneNumber: string
26625
- isPhoneVerified?: boolean
26626
- secondaryPhoneNumber?: string | null
26627
- fullName: string
26628
- firstName?: string | null
26629
- gender?: string | null
26630
- birthDate?: Date | string | null
26631
- profilePictureUrl?: string | null
26632
- instagram?: string | null
26633
- mail?: string | null
26634
- dni?: string | null
26635
- alternativeNames?: ProfileCreatealternativeNamesInput | string[]
26636
- birthLocationId?: string | null
26637
- residenceLocationId?: string | null
26638
- isInTrash?: boolean
26639
- movedToTrashDate?: Date | string | null
26640
- created_at?: Date | string
26641
- updated_at?: Date | string
26642
- otp?: OtpUncheckedCreateNestedManyWithoutOwnerInput
26643
- comments?: CommentUncheckedCreateNestedManyWithoutProfileInput
26644
- messages?: MessageUncheckedCreateNestedManyWithoutProfileInput
26645
- tags?: TagUncheckedCreateNestedManyWithoutProfilesInput
26646
- }
26647
-
26648
- export type ProfileCreateOrConnectWithoutTicketInput = {
26649
- where: ProfileWhereUniqueInput
26650
- create: XOR<ProfileCreateWithoutTicketInput, ProfileUncheckedCreateWithoutTicketInput>
26651
- }
26652
-
26653
26252
  export type EventUpsertWithoutTicketsInput = {
26654
26253
  update: XOR<EventUpdateWithoutTicketsInput, EventUncheckedUpdateWithoutTicketsInput>
26655
26254
  create: XOR<EventCreateWithoutTicketsInput, EventUncheckedCreateWithoutTicketsInput>
@@ -26699,79 +26298,6 @@ export namespace Prisma {
26699
26298
  eventTickets?: EventTicketUncheckedUpdateManyWithoutEventNestedInput
26700
26299
  }
26701
26300
 
26702
- export type ProfileUpsertWithoutTicketInput = {
26703
- update: XOR<ProfileUpdateWithoutTicketInput, ProfileUncheckedUpdateWithoutTicketInput>
26704
- create: XOR<ProfileCreateWithoutTicketInput, ProfileUncheckedCreateWithoutTicketInput>
26705
- where?: ProfileWhereInput
26706
- }
26707
-
26708
- export type ProfileUpdateToOneWithWhereWithoutTicketInput = {
26709
- where?: ProfileWhereInput
26710
- data: XOR<ProfileUpdateWithoutTicketInput, ProfileUncheckedUpdateWithoutTicketInput>
26711
- }
26712
-
26713
- export type ProfileUpdateWithoutTicketInput = {
26714
- id?: StringFieldUpdateOperationsInput | string
26715
- shortId?: IntFieldUpdateOperationsInput | number
26716
- role?: EnumRoleFieldUpdateOperationsInput | $Enums.Role
26717
- firstTimeMiExpo?: BoolFieldUpdateOperationsInput | boolean
26718
- username?: NullableStringFieldUpdateOperationsInput | string | null
26719
- password?: NullableStringFieldUpdateOperationsInput | string | null
26720
- phoneNumber?: StringFieldUpdateOperationsInput | string
26721
- isPhoneVerified?: BoolFieldUpdateOperationsInput | boolean
26722
- secondaryPhoneNumber?: NullableStringFieldUpdateOperationsInput | string | null
26723
- fullName?: StringFieldUpdateOperationsInput | string
26724
- firstName?: NullableStringFieldUpdateOperationsInput | string | null
26725
- gender?: NullableStringFieldUpdateOperationsInput | string | null
26726
- birthDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
26727
- profilePictureUrl?: NullableStringFieldUpdateOperationsInput | string | null
26728
- instagram?: NullableStringFieldUpdateOperationsInput | string | null
26729
- mail?: NullableStringFieldUpdateOperationsInput | string | null
26730
- dni?: NullableStringFieldUpdateOperationsInput | string | null
26731
- alternativeNames?: ProfileUpdatealternativeNamesInput | string[]
26732
- isInTrash?: BoolFieldUpdateOperationsInput | boolean
26733
- movedToTrashDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
26734
- created_at?: DateTimeFieldUpdateOperationsInput | Date | string
26735
- updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
26736
- otp?: OtpUpdateManyWithoutOwnerNestedInput
26737
- comments?: CommentUpdateManyWithoutProfileNestedInput
26738
- messages?: MessageUpdateManyWithoutProfileNestedInput
26739
- tags?: TagUpdateManyWithoutProfilesNestedInput
26740
- birthLocation?: LocationUpdateOneWithoutBirthProfilesNestedInput
26741
- residenceLocation?: LocationUpdateOneWithoutResidenceProfilesNestedInput
26742
- }
26743
-
26744
- export type ProfileUncheckedUpdateWithoutTicketInput = {
26745
- id?: StringFieldUpdateOperationsInput | string
26746
- shortId?: IntFieldUpdateOperationsInput | number
26747
- role?: EnumRoleFieldUpdateOperationsInput | $Enums.Role
26748
- firstTimeMiExpo?: BoolFieldUpdateOperationsInput | boolean
26749
- username?: NullableStringFieldUpdateOperationsInput | string | null
26750
- password?: NullableStringFieldUpdateOperationsInput | string | null
26751
- phoneNumber?: StringFieldUpdateOperationsInput | string
26752
- isPhoneVerified?: BoolFieldUpdateOperationsInput | boolean
26753
- secondaryPhoneNumber?: NullableStringFieldUpdateOperationsInput | string | null
26754
- fullName?: StringFieldUpdateOperationsInput | string
26755
- firstName?: NullableStringFieldUpdateOperationsInput | string | null
26756
- gender?: NullableStringFieldUpdateOperationsInput | string | null
26757
- birthDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
26758
- profilePictureUrl?: NullableStringFieldUpdateOperationsInput | string | null
26759
- instagram?: NullableStringFieldUpdateOperationsInput | string | null
26760
- mail?: NullableStringFieldUpdateOperationsInput | string | null
26761
- dni?: NullableStringFieldUpdateOperationsInput | string | null
26762
- alternativeNames?: ProfileUpdatealternativeNamesInput | string[]
26763
- birthLocationId?: NullableStringFieldUpdateOperationsInput | string | null
26764
- residenceLocationId?: NullableStringFieldUpdateOperationsInput | string | null
26765
- isInTrash?: BoolFieldUpdateOperationsInput | boolean
26766
- movedToTrashDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
26767
- created_at?: DateTimeFieldUpdateOperationsInput | Date | string
26768
- updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
26769
- otp?: OtpUncheckedUpdateManyWithoutOwnerNestedInput
26770
- comments?: CommentUncheckedUpdateManyWithoutProfileNestedInput
26771
- messages?: MessageUncheckedUpdateManyWithoutProfileNestedInput
26772
- tags?: TagUncheckedUpdateManyWithoutProfilesNestedInput
26773
- }
26774
-
26775
26301
  export type EventCreateWithoutEventTicketsInput = {
26776
26302
  id?: string
26777
26303
  name: string
@@ -27063,17 +26589,6 @@ export namespace Prisma {
27063
26589
  updated_at?: Date | string
27064
26590
  }
27065
26591
 
27066
- export type TicketCreateManyProfileInput = {
27067
- id?: string
27068
- eventId: string
27069
- type: $Enums.TicketType
27070
- status: $Enums.TicketStatus
27071
- fullName: string
27072
- mail: string
27073
- created_at?: Date | string
27074
- updated_at?: Date | string
27075
- }
27076
-
27077
26592
  export type OtpUpdateWithoutOwnerInput = {
27078
26593
  id?: StringFieldUpdateOperationsInput | string
27079
26594
  code?: StringFieldUpdateOperationsInput | string
@@ -27198,43 +26713,9 @@ export namespace Prisma {
27198
26713
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
27199
26714
  }
27200
26715
 
27201
- export type TicketUpdateWithoutProfileInput = {
27202
- id?: StringFieldUpdateOperationsInput | string
27203
- type?: EnumTicketTypeFieldUpdateOperationsInput | $Enums.TicketType
27204
- status?: EnumTicketStatusFieldUpdateOperationsInput | $Enums.TicketStatus
27205
- fullName?: StringFieldUpdateOperationsInput | string
27206
- mail?: StringFieldUpdateOperationsInput | string
27207
- created_at?: DateTimeFieldUpdateOperationsInput | Date | string
27208
- updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
27209
- event?: EventUpdateOneRequiredWithoutTicketsNestedInput
27210
- }
27211
-
27212
- export type TicketUncheckedUpdateWithoutProfileInput = {
27213
- id?: StringFieldUpdateOperationsInput | string
27214
- eventId?: StringFieldUpdateOperationsInput | string
27215
- type?: EnumTicketTypeFieldUpdateOperationsInput | $Enums.TicketType
27216
- status?: EnumTicketStatusFieldUpdateOperationsInput | $Enums.TicketStatus
27217
- fullName?: StringFieldUpdateOperationsInput | string
27218
- mail?: StringFieldUpdateOperationsInput | string
27219
- created_at?: DateTimeFieldUpdateOperationsInput | Date | string
27220
- updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
27221
- }
27222
-
27223
- export type TicketUncheckedUpdateManyWithoutProfileInput = {
27224
- id?: StringFieldUpdateOperationsInput | string
27225
- eventId?: StringFieldUpdateOperationsInput | string
27226
- type?: EnumTicketTypeFieldUpdateOperationsInput | $Enums.TicketType
27227
- status?: EnumTicketStatusFieldUpdateOperationsInput | $Enums.TicketStatus
27228
- fullName?: StringFieldUpdateOperationsInput | string
27229
- mail?: StringFieldUpdateOperationsInput | string
27230
- created_at?: DateTimeFieldUpdateOperationsInput | Date | string
27231
- updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
27232
- }
27233
-
27234
26716
  export type ProfileCreateManyBirthLocationInput = {
27235
26717
  id?: string
27236
26718
  shortId: number
27237
- role?: $Enums.Role
27238
26719
  firstTimeMiExpo?: boolean
27239
26720
  username?: string | null
27240
26721
  password?: string | null
@@ -27260,7 +26741,6 @@ export namespace Prisma {
27260
26741
  export type ProfileCreateManyResidenceLocationInput = {
27261
26742
  id?: string
27262
26743
  shortId: number
27263
- role?: $Enums.Role
27264
26744
  firstTimeMiExpo?: boolean
27265
26745
  username?: string | null
27266
26746
  password?: string | null
@@ -27286,7 +26766,6 @@ export namespace Prisma {
27286
26766
  export type ProfileUpdateWithoutBirthLocationInput = {
27287
26767
  id?: StringFieldUpdateOperationsInput | string
27288
26768
  shortId?: IntFieldUpdateOperationsInput | number
27289
- role?: EnumRoleFieldUpdateOperationsInput | $Enums.Role
27290
26769
  firstTimeMiExpo?: BoolFieldUpdateOperationsInput | boolean
27291
26770
  username?: NullableStringFieldUpdateOperationsInput | string | null
27292
26771
  password?: NullableStringFieldUpdateOperationsInput | string | null
@@ -27311,13 +26790,11 @@ export namespace Prisma {
27311
26790
  messages?: MessageUpdateManyWithoutProfileNestedInput
27312
26791
  tags?: TagUpdateManyWithoutProfilesNestedInput
27313
26792
  residenceLocation?: LocationUpdateOneWithoutResidenceProfilesNestedInput
27314
- Ticket?: TicketUpdateManyWithoutProfileNestedInput
27315
26793
  }
27316
26794
 
27317
26795
  export type ProfileUncheckedUpdateWithoutBirthLocationInput = {
27318
26796
  id?: StringFieldUpdateOperationsInput | string
27319
26797
  shortId?: IntFieldUpdateOperationsInput | number
27320
- role?: EnumRoleFieldUpdateOperationsInput | $Enums.Role
27321
26798
  firstTimeMiExpo?: BoolFieldUpdateOperationsInput | boolean
27322
26799
  username?: NullableStringFieldUpdateOperationsInput | string | null
27323
26800
  password?: NullableStringFieldUpdateOperationsInput | string | null
@@ -27342,13 +26819,11 @@ export namespace Prisma {
27342
26819
  comments?: CommentUncheckedUpdateManyWithoutProfileNestedInput
27343
26820
  messages?: MessageUncheckedUpdateManyWithoutProfileNestedInput
27344
26821
  tags?: TagUncheckedUpdateManyWithoutProfilesNestedInput
27345
- Ticket?: TicketUncheckedUpdateManyWithoutProfileNestedInput
27346
26822
  }
27347
26823
 
27348
26824
  export type ProfileUncheckedUpdateManyWithoutBirthLocationInput = {
27349
26825
  id?: StringFieldUpdateOperationsInput | string
27350
26826
  shortId?: IntFieldUpdateOperationsInput | number
27351
- role?: EnumRoleFieldUpdateOperationsInput | $Enums.Role
27352
26827
  firstTimeMiExpo?: BoolFieldUpdateOperationsInput | boolean
27353
26828
  username?: NullableStringFieldUpdateOperationsInput | string | null
27354
26829
  password?: NullableStringFieldUpdateOperationsInput | string | null
@@ -27374,7 +26849,6 @@ export namespace Prisma {
27374
26849
  export type ProfileUpdateWithoutResidenceLocationInput = {
27375
26850
  id?: StringFieldUpdateOperationsInput | string
27376
26851
  shortId?: IntFieldUpdateOperationsInput | number
27377
- role?: EnumRoleFieldUpdateOperationsInput | $Enums.Role
27378
26852
  firstTimeMiExpo?: BoolFieldUpdateOperationsInput | boolean
27379
26853
  username?: NullableStringFieldUpdateOperationsInput | string | null
27380
26854
  password?: NullableStringFieldUpdateOperationsInput | string | null
@@ -27399,13 +26873,11 @@ export namespace Prisma {
27399
26873
  messages?: MessageUpdateManyWithoutProfileNestedInput
27400
26874
  tags?: TagUpdateManyWithoutProfilesNestedInput
27401
26875
  birthLocation?: LocationUpdateOneWithoutBirthProfilesNestedInput
27402
- Ticket?: TicketUpdateManyWithoutProfileNestedInput
27403
26876
  }
27404
26877
 
27405
26878
  export type ProfileUncheckedUpdateWithoutResidenceLocationInput = {
27406
26879
  id?: StringFieldUpdateOperationsInput | string
27407
26880
  shortId?: IntFieldUpdateOperationsInput | number
27408
- role?: EnumRoleFieldUpdateOperationsInput | $Enums.Role
27409
26881
  firstTimeMiExpo?: BoolFieldUpdateOperationsInput | boolean
27410
26882
  username?: NullableStringFieldUpdateOperationsInput | string | null
27411
26883
  password?: NullableStringFieldUpdateOperationsInput | string | null
@@ -27430,13 +26902,11 @@ export namespace Prisma {
27430
26902
  comments?: CommentUncheckedUpdateManyWithoutProfileNestedInput
27431
26903
  messages?: MessageUncheckedUpdateManyWithoutProfileNestedInput
27432
26904
  tags?: TagUncheckedUpdateManyWithoutProfilesNestedInput
27433
- Ticket?: TicketUncheckedUpdateManyWithoutProfileNestedInput
27434
26905
  }
27435
26906
 
27436
26907
  export type ProfileUncheckedUpdateManyWithoutResidenceLocationInput = {
27437
26908
  id?: StringFieldUpdateOperationsInput | string
27438
26909
  shortId?: IntFieldUpdateOperationsInput | number
27439
- role?: EnumRoleFieldUpdateOperationsInput | $Enums.Role
27440
26910
  firstTimeMiExpo?: BoolFieldUpdateOperationsInput | boolean
27441
26911
  username?: NullableStringFieldUpdateOperationsInput | string | null
27442
26912
  password?: NullableStringFieldUpdateOperationsInput | string | null
@@ -27501,7 +26971,6 @@ export namespace Prisma {
27501
26971
  export type ProfileUpdateWithoutTagsInput = {
27502
26972
  id?: StringFieldUpdateOperationsInput | string
27503
26973
  shortId?: IntFieldUpdateOperationsInput | number
27504
- role?: EnumRoleFieldUpdateOperationsInput | $Enums.Role
27505
26974
  firstTimeMiExpo?: BoolFieldUpdateOperationsInput | boolean
27506
26975
  username?: NullableStringFieldUpdateOperationsInput | string | null
27507
26976
  password?: NullableStringFieldUpdateOperationsInput | string | null
@@ -27526,13 +26995,11 @@ export namespace Prisma {
27526
26995
  messages?: MessageUpdateManyWithoutProfileNestedInput
27527
26996
  birthLocation?: LocationUpdateOneWithoutBirthProfilesNestedInput
27528
26997
  residenceLocation?: LocationUpdateOneWithoutResidenceProfilesNestedInput
27529
- Ticket?: TicketUpdateManyWithoutProfileNestedInput
27530
26998
  }
27531
26999
 
27532
27000
  export type ProfileUncheckedUpdateWithoutTagsInput = {
27533
27001
  id?: StringFieldUpdateOperationsInput | string
27534
27002
  shortId?: IntFieldUpdateOperationsInput | number
27535
- role?: EnumRoleFieldUpdateOperationsInput | $Enums.Role
27536
27003
  firstTimeMiExpo?: BoolFieldUpdateOperationsInput | boolean
27537
27004
  username?: NullableStringFieldUpdateOperationsInput | string | null
27538
27005
  password?: NullableStringFieldUpdateOperationsInput | string | null
@@ -27557,13 +27024,11 @@ export namespace Prisma {
27557
27024
  otp?: OtpUncheckedUpdateManyWithoutOwnerNestedInput
27558
27025
  comments?: CommentUncheckedUpdateManyWithoutProfileNestedInput
27559
27026
  messages?: MessageUncheckedUpdateManyWithoutProfileNestedInput
27560
- Ticket?: TicketUncheckedUpdateManyWithoutProfileNestedInput
27561
27027
  }
27562
27028
 
27563
27029
  export type ProfileUncheckedUpdateManyWithoutTagsInput = {
27564
27030
  id?: StringFieldUpdateOperationsInput | string
27565
27031
  shortId?: IntFieldUpdateOperationsInput | number
27566
- role?: EnumRoleFieldUpdateOperationsInput | $Enums.Role
27567
27032
  firstTimeMiExpo?: BoolFieldUpdateOperationsInput | boolean
27568
27033
  username?: NullableStringFieldUpdateOperationsInput | string | null
27569
27034
  password?: NullableStringFieldUpdateOperationsInput | string | null
@@ -27730,7 +27195,6 @@ export namespace Prisma {
27730
27195
  status: $Enums.TicketStatus
27731
27196
  fullName: string
27732
27197
  mail: string
27733
- profileId?: string | null
27734
27198
  created_at?: Date | string
27735
27199
  updated_at?: Date | string
27736
27200
  }
@@ -27752,7 +27216,7 @@ export namespace Prisma {
27752
27216
 
27753
27217
  export type EventTicketCreateManyEventInput = {
27754
27218
  id?: string
27755
- amount?: number | null
27219
+ amount: number
27756
27220
  type: $Enums.TicketType
27757
27221
  price?: number | null
27758
27222
  created_at?: Date | string
@@ -27767,7 +27231,6 @@ export namespace Prisma {
27767
27231
  mail?: StringFieldUpdateOperationsInput | string
27768
27232
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
27769
27233
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
27770
- profile?: ProfileUpdateOneWithoutTicketNestedInput
27771
27234
  }
27772
27235
 
27773
27236
  export type TicketUncheckedUpdateWithoutEventInput = {
@@ -27776,7 +27239,6 @@ export namespace Prisma {
27776
27239
  status?: EnumTicketStatusFieldUpdateOperationsInput | $Enums.TicketStatus
27777
27240
  fullName?: StringFieldUpdateOperationsInput | string
27778
27241
  mail?: StringFieldUpdateOperationsInput | string
27779
- profileId?: NullableStringFieldUpdateOperationsInput | string | null
27780
27242
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
27781
27243
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
27782
27244
  }
@@ -27787,7 +27249,6 @@ export namespace Prisma {
27787
27249
  status?: EnumTicketStatusFieldUpdateOperationsInput | $Enums.TicketStatus
27788
27250
  fullName?: StringFieldUpdateOperationsInput | string
27789
27251
  mail?: StringFieldUpdateOperationsInput | string
27790
- profileId?: NullableStringFieldUpdateOperationsInput | string | null
27791
27252
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
27792
27253
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
27793
27254
  }
@@ -27884,7 +27345,7 @@ export namespace Prisma {
27884
27345
 
27885
27346
  export type EventTicketUpdateWithoutEventInput = {
27886
27347
  id?: StringFieldUpdateOperationsInput | string
27887
- amount?: NullableIntFieldUpdateOperationsInput | number | null
27348
+ amount?: IntFieldUpdateOperationsInput | number
27888
27349
  type?: EnumTicketTypeFieldUpdateOperationsInput | $Enums.TicketType
27889
27350
  price?: NullableFloatFieldUpdateOperationsInput | number | null
27890
27351
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
@@ -27893,7 +27354,7 @@ export namespace Prisma {
27893
27354
 
27894
27355
  export type EventTicketUncheckedUpdateWithoutEventInput = {
27895
27356
  id?: StringFieldUpdateOperationsInput | string
27896
- amount?: NullableIntFieldUpdateOperationsInput | number | null
27357
+ amount?: IntFieldUpdateOperationsInput | number
27897
27358
  type?: EnumTicketTypeFieldUpdateOperationsInput | $Enums.TicketType
27898
27359
  price?: NullableFloatFieldUpdateOperationsInput | number | null
27899
27360
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
@@ -27902,7 +27363,7 @@ export namespace Prisma {
27902
27363
 
27903
27364
  export type EventTicketUncheckedUpdateManyWithoutEventInput = {
27904
27365
  id?: StringFieldUpdateOperationsInput | string
27905
- amount?: NullableIntFieldUpdateOperationsInput | number | null
27366
+ amount?: IntFieldUpdateOperationsInput | number
27906
27367
  type?: EnumTicketTypeFieldUpdateOperationsInput | $Enums.TicketType
27907
27368
  price?: NullableFloatFieldUpdateOperationsInput | number | null
27908
27369
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string