expo-backend-types 0.34.0-EXPO-319-ver-eventos-disponibles.13 → 0.34.0-EXPO-322-ExpoBackend-Rol-de-expoTickets.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (63) hide show
  1. package/dist/src/account/dto/account.dto.d.ts +6 -6
  2. package/dist/src/account/dto/create-account.dto.d.ts +12 -12
  3. package/dist/src/account/dto/get-global-filter.dto.d.ts +1 -1
  4. package/dist/src/account/dto/get-me.dto.d.ts +6 -6
  5. package/dist/src/account/dto/update-global-filter.dto.d.ts +6 -6
  6. package/dist/src/auth/dto/login.dto.d.ts +11 -11
  7. package/dist/src/comment/dto/get-by-profile-comment.dto.d.ts +1 -1
  8. package/dist/src/event/dto/get-all-event.dto.d.ts +0 -616
  9. package/dist/src/event/dto/get-all-event.dto.js +8 -29
  10. package/dist/src/event/dto/get-by-id-event.dto.d.ts +0 -307
  11. package/dist/src/event/dto/get-by-id-event.dto.js +0 -4
  12. package/dist/src/event/dto/update-event.dto.d.ts +0 -6
  13. package/dist/src/event/dto/update-event.dto.js +0 -1
  14. package/dist/src/i18n/es.d.ts +0 -14
  15. package/dist/src/i18n/es.js +0 -14
  16. package/dist/src/i18n/es.js.map +1 -1
  17. package/dist/src/mi-expo/dto/get-me.dto.d.ts +0 -16
  18. package/dist/src/mi-expo/dto/login-with-phone.dto.d.ts +0 -20
  19. package/dist/src/mi-expo/dto/login.dto.d.ts +1 -21
  20. package/dist/src/mi-expo/dto/update-me.dto.d.ts +0 -16
  21. package/dist/src/mi-expo/exports.d.ts +0 -1
  22. package/dist/src/mi-expo/exports.js +0 -1
  23. package/dist/src/otp/dto/verify-otp.dto.d.ts +0 -20
  24. package/dist/src/profile/dto/create-profile.dto.d.ts +0 -24
  25. package/dist/src/profile/dto/delete-profile.dto.d.ts +0 -16
  26. package/dist/src/profile/dto/find-all-profile.dto.d.ts +0 -20
  27. package/dist/src/profile/dto/find-by-date-range-profile.dto.d.ts +0 -36
  28. package/dist/src/profile/dto/find-by-id-profile.dto.d.ts +0 -16
  29. package/dist/src/profile/dto/find-by-phone-number.dto.d.ts +0 -16
  30. package/dist/src/profile/dto/find-by-tag-groups-profile.dto.d.ts +0 -20
  31. package/dist/src/profile/dto/find-by-tags-profile.dto.d.ts +1 -55
  32. package/dist/src/profile/dto/find-by-tags-profile.dto.js +0 -2
  33. package/dist/src/profile/dto/find-trash.dto.d.ts +0 -6
  34. package/dist/src/profile/dto/find-with-active-chat.dto.d.ts +0 -20
  35. package/dist/src/profile/dto/profile.dto.d.ts +0 -8
  36. package/dist/src/profile/dto/update-profile.dto.d.ts +0 -16
  37. package/dist/src/schema/profile.schema.d.ts +0 -8
  38. package/dist/src/schema/profile.schema.js +0 -2
  39. package/dist/src/tag/dto/massive-allocation.dto.d.ts +0 -20
  40. package/dist/src/tag/dto/massive-deallocation.dto.d.ts +0 -20
  41. package/dist/src/ticket/dto/create-ticket.dto.d.ts +4 -158
  42. package/dist/src/ticket/dto/create-ticket.dto.js +2 -10
  43. package/dist/src/ticket/dto/find-by-event-ticket.dto.d.ts +0 -370
  44. package/dist/src/ticket/dto/find-by-event-ticket.dto.js +0 -2
  45. package/dist/src/ticket/dto/find-by-id-ticket.dto.d.ts +0 -370
  46. package/dist/src/ticket/dto/find-by-id-ticket.dto.js +0 -2
  47. package/dist/src/ticket/dto/find-by-mail-ticket.dto.d.ts +0 -370
  48. package/dist/src/ticket/dto/find-by-mail-ticket.dto.js +0 -2
  49. package/dist/src/ticket/exports.d.ts +0 -1
  50. package/dist/src/ticket/exports.js +0 -1
  51. package/dist/types/prisma-schema/edge.js +4 -6
  52. package/dist/types/prisma-schema/index-browser.js +1 -3
  53. package/dist/types/prisma-schema/index.d.ts +27 -514
  54. package/dist/types/prisma-schema/index.js +4 -6
  55. package/dist/types/prisma-schema/package.json +1 -1
  56. package/dist/types/prisma-schema/schema.prisma +1 -8
  57. package/dist/types/prisma-schema/wasm.js +1 -3
  58. package/dist/types/schema.d.ts +5 -337
  59. package/package.json +1 -1
  60. package/dist/src/mi-expo/dto/get-invitations.dto.d.ts +0 -104
  61. package/dist/src/mi-expo/dto/get-invitations.dto.js +0 -24
  62. package/dist/src/ticket/dto/find-by-profile-id-ticket.dto.d.ts +0 -331
  63. package/dist/src/ticket/dto/find-by-profile-id-ticket.dto.js +0 -19
@@ -92,7 +92,7 @@ export namespace $Enums {
92
92
  USER: 'USER',
93
93
  ADMIN: 'ADMIN',
94
94
  FORM: 'FORM',
95
- MI_EXPO: 'MI_EXPO'
95
+ TICKETS: 'TICKETS'
96
96
  };
97
97
 
98
98
  export type Role = (typeof Role)[keyof typeof Role]
@@ -2209,7 +2209,6 @@ export namespace Prisma {
2209
2209
  comments: number
2210
2210
  messages: number
2211
2211
  tags: number
2212
- Ticket: number
2213
2212
  }
2214
2213
 
2215
2214
  export type ProfileCountOutputTypeSelect<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
@@ -2217,7 +2216,6 @@ export namespace Prisma {
2217
2216
  comments?: boolean | ProfileCountOutputTypeCountCommentsArgs
2218
2217
  messages?: boolean | ProfileCountOutputTypeCountMessagesArgs
2219
2218
  tags?: boolean | ProfileCountOutputTypeCountTagsArgs
2220
- Ticket?: boolean | ProfileCountOutputTypeCountTicketArgs
2221
2219
  }
2222
2220
 
2223
2221
  // Custom InputTypes
@@ -2259,13 +2257,6 @@ export namespace Prisma {
2259
2257
  where?: TagWhereInput
2260
2258
  }
2261
2259
 
2262
- /**
2263
- * ProfileCountOutputType without action
2264
- */
2265
- export type ProfileCountOutputTypeCountTicketArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
2266
- where?: TicketWhereInput
2267
- }
2268
-
2269
2260
 
2270
2261
  /**
2271
2262
  * Count Type LocationCountOutputType
@@ -3701,7 +3692,6 @@ export namespace Prisma {
3701
3692
  export type ProfileMinAggregateOutputType = {
3702
3693
  id: string | null
3703
3694
  shortId: number | null
3704
- role: $Enums.Role | null
3705
3695
  firstTimeMiExpo: boolean | null
3706
3696
  username: string | null
3707
3697
  password: string | null
@@ -3727,7 +3717,6 @@ export namespace Prisma {
3727
3717
  export type ProfileMaxAggregateOutputType = {
3728
3718
  id: string | null
3729
3719
  shortId: number | null
3730
- role: $Enums.Role | null
3731
3720
  firstTimeMiExpo: boolean | null
3732
3721
  username: string | null
3733
3722
  password: string | null
@@ -3753,7 +3742,6 @@ export namespace Prisma {
3753
3742
  export type ProfileCountAggregateOutputType = {
3754
3743
  id: number
3755
3744
  shortId: number
3756
- role: number
3757
3745
  firstTimeMiExpo: number
3758
3746
  username: number
3759
3747
  password: number
@@ -3790,7 +3778,6 @@ export namespace Prisma {
3790
3778
  export type ProfileMinAggregateInputType = {
3791
3779
  id?: true
3792
3780
  shortId?: true
3793
- role?: true
3794
3781
  firstTimeMiExpo?: true
3795
3782
  username?: true
3796
3783
  password?: true
@@ -3816,7 +3803,6 @@ export namespace Prisma {
3816
3803
  export type ProfileMaxAggregateInputType = {
3817
3804
  id?: true
3818
3805
  shortId?: true
3819
- role?: true
3820
3806
  firstTimeMiExpo?: true
3821
3807
  username?: true
3822
3808
  password?: true
@@ -3842,7 +3828,6 @@ export namespace Prisma {
3842
3828
  export type ProfileCountAggregateInputType = {
3843
3829
  id?: true
3844
3830
  shortId?: true
3845
- role?: true
3846
3831
  firstTimeMiExpo?: true
3847
3832
  username?: true
3848
3833
  password?: true
@@ -3956,7 +3941,6 @@ export namespace Prisma {
3956
3941
  export type ProfileGroupByOutputType = {
3957
3942
  id: string
3958
3943
  shortId: number
3959
- role: $Enums.Role
3960
3944
  firstTimeMiExpo: boolean
3961
3945
  username: string | null
3962
3946
  password: string | null
@@ -4002,7 +3986,6 @@ export namespace Prisma {
4002
3986
  export type ProfileSelect<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
4003
3987
  id?: boolean
4004
3988
  shortId?: boolean
4005
- role?: boolean
4006
3989
  firstTimeMiExpo?: boolean
4007
3990
  username?: boolean
4008
3991
  password?: boolean
@@ -4030,14 +4013,12 @@ export namespace Prisma {
4030
4013
  tags?: boolean | Profile$tagsArgs<ExtArgs>
4031
4014
  birthLocation?: boolean | Profile$birthLocationArgs<ExtArgs>
4032
4015
  residenceLocation?: boolean | Profile$residenceLocationArgs<ExtArgs>
4033
- Ticket?: boolean | Profile$TicketArgs<ExtArgs>
4034
4016
  _count?: boolean | ProfileCountOutputTypeDefaultArgs<ExtArgs>
4035
4017
  }, ExtArgs["result"]["profile"]>
4036
4018
 
4037
4019
  export type ProfileSelectCreateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
4038
4020
  id?: boolean
4039
4021
  shortId?: boolean
4040
- role?: boolean
4041
4022
  firstTimeMiExpo?: boolean
4042
4023
  username?: boolean
4043
4024
  password?: boolean
@@ -4066,7 +4047,6 @@ export namespace Prisma {
4066
4047
  export type ProfileSelectUpdateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
4067
4048
  id?: boolean
4068
4049
  shortId?: boolean
4069
- role?: boolean
4070
4050
  firstTimeMiExpo?: boolean
4071
4051
  username?: boolean
4072
4052
  password?: boolean
@@ -4095,7 +4075,6 @@ export namespace Prisma {
4095
4075
  export type ProfileSelectScalar = {
4096
4076
  id?: boolean
4097
4077
  shortId?: boolean
4098
- role?: boolean
4099
4078
  firstTimeMiExpo?: boolean
4100
4079
  username?: boolean
4101
4080
  password?: boolean
@@ -4119,7 +4098,7 @@ export namespace Prisma {
4119
4098
  updated_at?: boolean
4120
4099
  }
4121
4100
 
4122
- 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"]>
4123
4102
  export type ProfileInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
4124
4103
  otp?: boolean | Profile$otpArgs<ExtArgs>
4125
4104
  comments?: boolean | Profile$commentsArgs<ExtArgs>
@@ -4127,7 +4106,6 @@ export namespace Prisma {
4127
4106
  tags?: boolean | Profile$tagsArgs<ExtArgs>
4128
4107
  birthLocation?: boolean | Profile$birthLocationArgs<ExtArgs>
4129
4108
  residenceLocation?: boolean | Profile$residenceLocationArgs<ExtArgs>
4130
- Ticket?: boolean | Profile$TicketArgs<ExtArgs>
4131
4109
  _count?: boolean | ProfileCountOutputTypeDefaultArgs<ExtArgs>
4132
4110
  }
4133
4111
  export type ProfileIncludeCreateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
@@ -4148,12 +4126,10 @@ export namespace Prisma {
4148
4126
  tags: Prisma.$TagPayload<ExtArgs>[]
4149
4127
  birthLocation: Prisma.$LocationPayload<ExtArgs> | null
4150
4128
  residenceLocation: Prisma.$LocationPayload<ExtArgs> | null
4151
- Ticket: Prisma.$TicketPayload<ExtArgs>[]
4152
4129
  }
4153
4130
  scalars: $Extensions.GetPayloadResult<{
4154
4131
  id: string
4155
4132
  shortId: number
4156
- role: $Enums.Role
4157
4133
  firstTimeMiExpo: boolean
4158
4134
  username: string | null
4159
4135
  password: string | null
@@ -4575,7 +4551,6 @@ export namespace Prisma {
4575
4551
  tags<T extends Profile$tagsArgs<ExtArgs> = {}>(args?: Subset<T, Profile$tagsArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$TagPayload<ExtArgs>, T, "findMany", ClientOptions> | Null>
4576
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>
4577
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>
4578
- Ticket<T extends Profile$TicketArgs<ExtArgs> = {}>(args?: Subset<T, Profile$TicketArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$TicketPayload<ExtArgs>, T, "findMany", ClientOptions> | Null>
4579
4554
  /**
4580
4555
  * Attaches callbacks for the resolution and/or rejection of the Promise.
4581
4556
  * @param onfulfilled The callback to execute when the Promise is resolved.
@@ -4607,7 +4582,6 @@ export namespace Prisma {
4607
4582
  interface ProfileFieldRefs {
4608
4583
  readonly id: FieldRef<"Profile", 'String'>
4609
4584
  readonly shortId: FieldRef<"Profile", 'Int'>
4610
- readonly role: FieldRef<"Profile", 'Role'>
4611
4585
  readonly firstTimeMiExpo: FieldRef<"Profile", 'Boolean'>
4612
4586
  readonly username: FieldRef<"Profile", 'String'>
4613
4587
  readonly password: FieldRef<"Profile", 'String'>
@@ -5158,30 +5132,6 @@ export namespace Prisma {
5158
5132
  where?: LocationWhereInput
5159
5133
  }
5160
5134
 
5161
- /**
5162
- * Profile.Ticket
5163
- */
5164
- export type Profile$TicketArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
5165
- /**
5166
- * Select specific fields to fetch from the Ticket
5167
- */
5168
- select?: TicketSelect<ExtArgs> | null
5169
- /**
5170
- * Omit specific fields from the Ticket
5171
- */
5172
- omit?: TicketOmit<ExtArgs> | null
5173
- /**
5174
- * Choose, which related nodes to fetch as well
5175
- */
5176
- include?: TicketInclude<ExtArgs> | null
5177
- where?: TicketWhereInput
5178
- orderBy?: TicketOrderByWithRelationInput | TicketOrderByWithRelationInput[]
5179
- cursor?: TicketWhereUniqueInput
5180
- take?: number
5181
- skip?: number
5182
- distinct?: TicketScalarFieldEnum | TicketScalarFieldEnum[]
5183
- }
5184
-
5185
5135
  /**
5186
5136
  * Profile without action
5187
5137
  */
@@ -15419,7 +15369,6 @@ export namespace Prisma {
15419
15369
  status: $Enums.TicketStatus | null
15420
15370
  fullName: string | null
15421
15371
  mail: string | null
15422
- profileId: string | null
15423
15372
  created_at: Date | null
15424
15373
  updated_at: Date | null
15425
15374
  }
@@ -15431,7 +15380,6 @@ export namespace Prisma {
15431
15380
  status: $Enums.TicketStatus | null
15432
15381
  fullName: string | null
15433
15382
  mail: string | null
15434
- profileId: string | null
15435
15383
  created_at: Date | null
15436
15384
  updated_at: Date | null
15437
15385
  }
@@ -15443,7 +15391,6 @@ export namespace Prisma {
15443
15391
  status: number
15444
15392
  fullName: number
15445
15393
  mail: number
15446
- profileId: number
15447
15394
  created_at: number
15448
15395
  updated_at: number
15449
15396
  _all: number
@@ -15457,7 +15404,6 @@ export namespace Prisma {
15457
15404
  status?: true
15458
15405
  fullName?: true
15459
15406
  mail?: true
15460
- profileId?: true
15461
15407
  created_at?: true
15462
15408
  updated_at?: true
15463
15409
  }
@@ -15469,7 +15415,6 @@ export namespace Prisma {
15469
15415
  status?: true
15470
15416
  fullName?: true
15471
15417
  mail?: true
15472
- profileId?: true
15473
15418
  created_at?: true
15474
15419
  updated_at?: true
15475
15420
  }
@@ -15481,7 +15426,6 @@ export namespace Prisma {
15481
15426
  status?: true
15482
15427
  fullName?: true
15483
15428
  mail?: true
15484
- profileId?: true
15485
15429
  created_at?: true
15486
15430
  updated_at?: true
15487
15431
  _all?: true
@@ -15566,7 +15510,6 @@ export namespace Prisma {
15566
15510
  status: $Enums.TicketStatus
15567
15511
  fullName: string
15568
15512
  mail: string
15569
- profileId: string | null
15570
15513
  created_at: Date
15571
15514
  updated_at: Date
15572
15515
  _count: TicketCountAggregateOutputType | null
@@ -15595,11 +15538,9 @@ export namespace Prisma {
15595
15538
  status?: boolean
15596
15539
  fullName?: boolean
15597
15540
  mail?: boolean
15598
- profileId?: boolean
15599
15541
  created_at?: boolean
15600
15542
  updated_at?: boolean
15601
15543
  event?: boolean | EventDefaultArgs<ExtArgs>
15602
- profile?: boolean | Ticket$profileArgs<ExtArgs>
15603
15544
  }, ExtArgs["result"]["ticket"]>
15604
15545
 
15605
15546
  export type TicketSelectCreateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
@@ -15609,11 +15550,9 @@ export namespace Prisma {
15609
15550
  status?: boolean
15610
15551
  fullName?: boolean
15611
15552
  mail?: boolean
15612
- profileId?: boolean
15613
15553
  created_at?: boolean
15614
15554
  updated_at?: boolean
15615
15555
  event?: boolean | EventDefaultArgs<ExtArgs>
15616
- profile?: boolean | Ticket$profileArgs<ExtArgs>
15617
15556
  }, ExtArgs["result"]["ticket"]>
15618
15557
 
15619
15558
  export type TicketSelectUpdateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
@@ -15623,11 +15562,9 @@ export namespace Prisma {
15623
15562
  status?: boolean
15624
15563
  fullName?: boolean
15625
15564
  mail?: boolean
15626
- profileId?: boolean
15627
15565
  created_at?: boolean
15628
15566
  updated_at?: boolean
15629
15567
  event?: boolean | EventDefaultArgs<ExtArgs>
15630
- profile?: boolean | Ticket$profileArgs<ExtArgs>
15631
15568
  }, ExtArgs["result"]["ticket"]>
15632
15569
 
15633
15570
  export type TicketSelectScalar = {
@@ -15637,30 +15574,25 @@ export namespace Prisma {
15637
15574
  status?: boolean
15638
15575
  fullName?: boolean
15639
15576
  mail?: boolean
15640
- profileId?: boolean
15641
15577
  created_at?: boolean
15642
15578
  updated_at?: boolean
15643
15579
  }
15644
15580
 
15645
- 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"]>
15646
15582
  export type TicketInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
15647
15583
  event?: boolean | EventDefaultArgs<ExtArgs>
15648
- profile?: boolean | Ticket$profileArgs<ExtArgs>
15649
15584
  }
15650
15585
  export type TicketIncludeCreateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
15651
15586
  event?: boolean | EventDefaultArgs<ExtArgs>
15652
- profile?: boolean | Ticket$profileArgs<ExtArgs>
15653
15587
  }
15654
15588
  export type TicketIncludeUpdateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
15655
15589
  event?: boolean | EventDefaultArgs<ExtArgs>
15656
- profile?: boolean | Ticket$profileArgs<ExtArgs>
15657
15590
  }
15658
15591
 
15659
15592
  export type $TicketPayload<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
15660
15593
  name: "Ticket"
15661
15594
  objects: {
15662
15595
  event: Prisma.$EventPayload<ExtArgs>
15663
- profile: Prisma.$ProfilePayload<ExtArgs> | null
15664
15596
  }
15665
15597
  scalars: $Extensions.GetPayloadResult<{
15666
15598
  id: string
@@ -15669,7 +15601,6 @@ export namespace Prisma {
15669
15601
  status: $Enums.TicketStatus
15670
15602
  fullName: string
15671
15603
  mail: string
15672
- profileId: string | null
15673
15604
  created_at: Date
15674
15605
  updated_at: Date
15675
15606
  }, ExtArgs["result"]["ticket"]>
@@ -16067,7 +15998,6 @@ export namespace Prisma {
16067
15998
  export interface Prisma__TicketClient<T, Null = never, ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs, ClientOptions = {}> extends Prisma.PrismaPromise<T> {
16068
15999
  readonly [Symbol.toStringTag]: "PrismaPromise"
16069
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>
16070
- 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>
16071
16001
  /**
16072
16002
  * Attaches callbacks for the resolution and/or rejection of the Promise.
16073
16003
  * @param onfulfilled The callback to execute when the Promise is resolved.
@@ -16103,7 +16033,6 @@ export namespace Prisma {
16103
16033
  readonly status: FieldRef<"Ticket", 'TicketStatus'>
16104
16034
  readonly fullName: FieldRef<"Ticket", 'String'>
16105
16035
  readonly mail: FieldRef<"Ticket", 'String'>
16106
- readonly profileId: FieldRef<"Ticket", 'String'>
16107
16036
  readonly created_at: FieldRef<"Ticket", 'DateTime'>
16108
16037
  readonly updated_at: FieldRef<"Ticket", 'DateTime'>
16109
16038
  }
@@ -16501,25 +16430,6 @@ export namespace Prisma {
16501
16430
  limit?: number
16502
16431
  }
16503
16432
 
16504
- /**
16505
- * Ticket.profile
16506
- */
16507
- export type Ticket$profileArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
16508
- /**
16509
- * Select specific fields to fetch from the Profile
16510
- */
16511
- select?: ProfileSelect<ExtArgs> | null
16512
- /**
16513
- * Omit specific fields from the Profile
16514
- */
16515
- omit?: ProfileOmit<ExtArgs> | null
16516
- /**
16517
- * Choose, which related nodes to fetch as well
16518
- */
16519
- include?: ProfileInclude<ExtArgs> | null
16520
- where?: ProfileWhereInput
16521
- }
16522
-
16523
16433
  /**
16524
16434
  * Ticket without action
16525
16435
  */
@@ -18661,7 +18571,6 @@ export namespace Prisma {
18661
18571
  export const ProfileScalarFieldEnum: {
18662
18572
  id: 'id',
18663
18573
  shortId: 'shortId',
18664
- role: 'role',
18665
18574
  firstTimeMiExpo: 'firstTimeMiExpo',
18666
18575
  username: 'username',
18667
18576
  password: 'password',
@@ -18815,7 +18724,6 @@ export namespace Prisma {
18815
18724
  status: 'status',
18816
18725
  fullName: 'fullName',
18817
18726
  mail: 'mail',
18818
- profileId: 'profileId',
18819
18727
  created_at: 'created_at',
18820
18728
  updated_at: 'updated_at'
18821
18729
  };
@@ -19153,7 +19061,6 @@ export namespace Prisma {
19153
19061
  NOT?: ProfileWhereInput | ProfileWhereInput[]
19154
19062
  id?: StringFilter<"Profile"> | string
19155
19063
  shortId?: IntFilter<"Profile"> | number
19156
- role?: EnumRoleFilter<"Profile"> | $Enums.Role
19157
19064
  firstTimeMiExpo?: BoolFilter<"Profile"> | boolean
19158
19065
  username?: StringNullableFilter<"Profile"> | string | null
19159
19066
  password?: StringNullableFilter<"Profile"> | string | null
@@ -19181,13 +19088,11 @@ export namespace Prisma {
19181
19088
  tags?: TagListRelationFilter
19182
19089
  birthLocation?: XOR<LocationNullableScalarRelationFilter, LocationWhereInput> | null
19183
19090
  residenceLocation?: XOR<LocationNullableScalarRelationFilter, LocationWhereInput> | null
19184
- Ticket?: TicketListRelationFilter
19185
19091
  }
19186
19092
 
19187
19093
  export type ProfileOrderByWithRelationInput = {
19188
19094
  id?: SortOrder
19189
19095
  shortId?: SortOrder
19190
- role?: SortOrder
19191
19096
  firstTimeMiExpo?: SortOrder
19192
19097
  username?: SortOrderInput | SortOrder
19193
19098
  password?: SortOrderInput | SortOrder
@@ -19215,7 +19120,6 @@ export namespace Prisma {
19215
19120
  tags?: TagOrderByRelationAggregateInput
19216
19121
  birthLocation?: LocationOrderByWithRelationInput
19217
19122
  residenceLocation?: LocationOrderByWithRelationInput
19218
- Ticket?: TicketOrderByRelationAggregateInput
19219
19123
  }
19220
19124
 
19221
19125
  export type ProfileWhereUniqueInput = Prisma.AtLeast<{
@@ -19227,7 +19131,6 @@ export namespace Prisma {
19227
19131
  OR?: ProfileWhereInput[]
19228
19132
  NOT?: ProfileWhereInput | ProfileWhereInput[]
19229
19133
  shortId?: IntFilter<"Profile"> | number
19230
- role?: EnumRoleFilter<"Profile"> | $Enums.Role
19231
19134
  firstTimeMiExpo?: BoolFilter<"Profile"> | boolean
19232
19135
  password?: StringNullableFilter<"Profile"> | string | null
19233
19136
  isPhoneVerified?: BoolFilter<"Profile"> | boolean
@@ -19252,13 +19155,11 @@ export namespace Prisma {
19252
19155
  tags?: TagListRelationFilter
19253
19156
  birthLocation?: XOR<LocationNullableScalarRelationFilter, LocationWhereInput> | null
19254
19157
  residenceLocation?: XOR<LocationNullableScalarRelationFilter, LocationWhereInput> | null
19255
- Ticket?: TicketListRelationFilter
19256
19158
  }, "id" | "username" | "phoneNumber" | "secondaryPhoneNumber">
19257
19159
 
19258
19160
  export type ProfileOrderByWithAggregationInput = {
19259
19161
  id?: SortOrder
19260
19162
  shortId?: SortOrder
19261
- role?: SortOrder
19262
19163
  firstTimeMiExpo?: SortOrder
19263
19164
  username?: SortOrderInput | SortOrder
19264
19165
  password?: SortOrderInput | SortOrder
@@ -19293,7 +19194,6 @@ export namespace Prisma {
19293
19194
  NOT?: ProfileScalarWhereWithAggregatesInput | ProfileScalarWhereWithAggregatesInput[]
19294
19195
  id?: StringWithAggregatesFilter<"Profile"> | string
19295
19196
  shortId?: IntWithAggregatesFilter<"Profile"> | number
19296
- role?: EnumRoleWithAggregatesFilter<"Profile"> | $Enums.Role
19297
19197
  firstTimeMiExpo?: BoolWithAggregatesFilter<"Profile"> | boolean
19298
19198
  username?: StringNullableWithAggregatesFilter<"Profile"> | string | null
19299
19199
  password?: StringNullableWithAggregatesFilter<"Profile"> | string | null
@@ -19975,11 +19875,9 @@ export namespace Prisma {
19975
19875
  status?: EnumTicketStatusFilter<"Ticket"> | $Enums.TicketStatus
19976
19876
  fullName?: StringFilter<"Ticket"> | string
19977
19877
  mail?: StringFilter<"Ticket"> | string
19978
- profileId?: StringNullableFilter<"Ticket"> | string | null
19979
19878
  created_at?: DateTimeFilter<"Ticket"> | Date | string
19980
19879
  updated_at?: DateTimeFilter<"Ticket"> | Date | string
19981
19880
  event?: XOR<EventScalarRelationFilter, EventWhereInput>
19982
- profile?: XOR<ProfileNullableScalarRelationFilter, ProfileWhereInput> | null
19983
19881
  }
19984
19882
 
19985
19883
  export type TicketOrderByWithRelationInput = {
@@ -19989,11 +19887,9 @@ export namespace Prisma {
19989
19887
  status?: SortOrder
19990
19888
  fullName?: SortOrder
19991
19889
  mail?: SortOrder
19992
- profileId?: SortOrderInput | SortOrder
19993
19890
  created_at?: SortOrder
19994
19891
  updated_at?: SortOrder
19995
19892
  event?: EventOrderByWithRelationInput
19996
- profile?: ProfileOrderByWithRelationInput
19997
19893
  }
19998
19894
 
19999
19895
  export type TicketWhereUniqueInput = Prisma.AtLeast<{
@@ -20006,11 +19902,9 @@ export namespace Prisma {
20006
19902
  status?: EnumTicketStatusFilter<"Ticket"> | $Enums.TicketStatus
20007
19903
  fullName?: StringFilter<"Ticket"> | string
20008
19904
  mail?: StringFilter<"Ticket"> | string
20009
- profileId?: StringNullableFilter<"Ticket"> | string | null
20010
19905
  created_at?: DateTimeFilter<"Ticket"> | Date | string
20011
19906
  updated_at?: DateTimeFilter<"Ticket"> | Date | string
20012
19907
  event?: XOR<EventScalarRelationFilter, EventWhereInput>
20013
- profile?: XOR<ProfileNullableScalarRelationFilter, ProfileWhereInput> | null
20014
19908
  }, "id">
20015
19909
 
20016
19910
  export type TicketOrderByWithAggregationInput = {
@@ -20020,7 +19914,6 @@ export namespace Prisma {
20020
19914
  status?: SortOrder
20021
19915
  fullName?: SortOrder
20022
19916
  mail?: SortOrder
20023
- profileId?: SortOrderInput | SortOrder
20024
19917
  created_at?: SortOrder
20025
19918
  updated_at?: SortOrder
20026
19919
  _count?: TicketCountOrderByAggregateInput
@@ -20038,7 +19931,6 @@ export namespace Prisma {
20038
19931
  status?: EnumTicketStatusWithAggregatesFilter<"Ticket"> | $Enums.TicketStatus
20039
19932
  fullName?: StringWithAggregatesFilter<"Ticket"> | string
20040
19933
  mail?: StringWithAggregatesFilter<"Ticket"> | string
20041
- profileId?: StringNullableWithAggregatesFilter<"Ticket"> | string | null
20042
19934
  created_at?: DateTimeWithAggregatesFilter<"Ticket"> | Date | string
20043
19935
  updated_at?: DateTimeWithAggregatesFilter<"Ticket"> | Date | string
20044
19936
  }
@@ -20248,7 +20140,6 @@ export namespace Prisma {
20248
20140
  export type ProfileCreateInput = {
20249
20141
  id?: string
20250
20142
  shortId: number
20251
- role?: $Enums.Role
20252
20143
  firstTimeMiExpo?: boolean
20253
20144
  username?: string | null
20254
20145
  password?: string | null
@@ -20274,13 +20165,11 @@ export namespace Prisma {
20274
20165
  tags?: TagCreateNestedManyWithoutProfilesInput
20275
20166
  birthLocation?: LocationCreateNestedOneWithoutBirthProfilesInput
20276
20167
  residenceLocation?: LocationCreateNestedOneWithoutResidenceProfilesInput
20277
- Ticket?: TicketCreateNestedManyWithoutProfileInput
20278
20168
  }
20279
20169
 
20280
20170
  export type ProfileUncheckedCreateInput = {
20281
20171
  id?: string
20282
20172
  shortId: number
20283
- role?: $Enums.Role
20284
20173
  firstTimeMiExpo?: boolean
20285
20174
  username?: string | null
20286
20175
  password?: string | null
@@ -20306,13 +20195,11 @@ export namespace Prisma {
20306
20195
  comments?: CommentUncheckedCreateNestedManyWithoutProfileInput
20307
20196
  messages?: MessageUncheckedCreateNestedManyWithoutProfileInput
20308
20197
  tags?: TagUncheckedCreateNestedManyWithoutProfilesInput
20309
- Ticket?: TicketUncheckedCreateNestedManyWithoutProfileInput
20310
20198
  }
20311
20199
 
20312
20200
  export type ProfileUpdateInput = {
20313
20201
  id?: StringFieldUpdateOperationsInput | string
20314
20202
  shortId?: IntFieldUpdateOperationsInput | number
20315
- role?: EnumRoleFieldUpdateOperationsInput | $Enums.Role
20316
20203
  firstTimeMiExpo?: BoolFieldUpdateOperationsInput | boolean
20317
20204
  username?: NullableStringFieldUpdateOperationsInput | string | null
20318
20205
  password?: NullableStringFieldUpdateOperationsInput | string | null
@@ -20338,13 +20225,11 @@ export namespace Prisma {
20338
20225
  tags?: TagUpdateManyWithoutProfilesNestedInput
20339
20226
  birthLocation?: LocationUpdateOneWithoutBirthProfilesNestedInput
20340
20227
  residenceLocation?: LocationUpdateOneWithoutResidenceProfilesNestedInput
20341
- Ticket?: TicketUpdateManyWithoutProfileNestedInput
20342
20228
  }
20343
20229
 
20344
20230
  export type ProfileUncheckedUpdateInput = {
20345
20231
  id?: StringFieldUpdateOperationsInput | string
20346
20232
  shortId?: IntFieldUpdateOperationsInput | number
20347
- role?: EnumRoleFieldUpdateOperationsInput | $Enums.Role
20348
20233
  firstTimeMiExpo?: BoolFieldUpdateOperationsInput | boolean
20349
20234
  username?: NullableStringFieldUpdateOperationsInput | string | null
20350
20235
  password?: NullableStringFieldUpdateOperationsInput | string | null
@@ -20370,13 +20255,11 @@ export namespace Prisma {
20370
20255
  comments?: CommentUncheckedUpdateManyWithoutProfileNestedInput
20371
20256
  messages?: MessageUncheckedUpdateManyWithoutProfileNestedInput
20372
20257
  tags?: TagUncheckedUpdateManyWithoutProfilesNestedInput
20373
- Ticket?: TicketUncheckedUpdateManyWithoutProfileNestedInput
20374
20258
  }
20375
20259
 
20376
20260
  export type ProfileCreateManyInput = {
20377
20261
  id?: string
20378
20262
  shortId: number
20379
- role?: $Enums.Role
20380
20263
  firstTimeMiExpo?: boolean
20381
20264
  username?: string | null
20382
20265
  password?: string | null
@@ -20403,7 +20286,6 @@ export namespace Prisma {
20403
20286
  export type ProfileUpdateManyMutationInput = {
20404
20287
  id?: StringFieldUpdateOperationsInput | string
20405
20288
  shortId?: IntFieldUpdateOperationsInput | number
20406
- role?: EnumRoleFieldUpdateOperationsInput | $Enums.Role
20407
20289
  firstTimeMiExpo?: BoolFieldUpdateOperationsInput | boolean
20408
20290
  username?: NullableStringFieldUpdateOperationsInput | string | null
20409
20291
  password?: NullableStringFieldUpdateOperationsInput | string | null
@@ -20428,7 +20310,6 @@ export namespace Prisma {
20428
20310
  export type ProfileUncheckedUpdateManyInput = {
20429
20311
  id?: StringFieldUpdateOperationsInput | string
20430
20312
  shortId?: IntFieldUpdateOperationsInput | number
20431
- role?: EnumRoleFieldUpdateOperationsInput | $Enums.Role
20432
20313
  firstTimeMiExpo?: BoolFieldUpdateOperationsInput | boolean
20433
20314
  username?: NullableStringFieldUpdateOperationsInput | string | null
20434
20315
  password?: NullableStringFieldUpdateOperationsInput | string | null
@@ -21158,7 +21039,6 @@ export namespace Prisma {
21158
21039
  created_at?: Date | string
21159
21040
  updated_at?: Date | string
21160
21041
  event: EventCreateNestedOneWithoutTicketsInput
21161
- profile?: ProfileCreateNestedOneWithoutTicketInput
21162
21042
  }
21163
21043
 
21164
21044
  export type TicketUncheckedCreateInput = {
@@ -21168,7 +21048,6 @@ export namespace Prisma {
21168
21048
  status: $Enums.TicketStatus
21169
21049
  fullName: string
21170
21050
  mail: string
21171
- profileId?: string | null
21172
21051
  created_at?: Date | string
21173
21052
  updated_at?: Date | string
21174
21053
  }
@@ -21182,7 +21061,6 @@ export namespace Prisma {
21182
21061
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
21183
21062
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
21184
21063
  event?: EventUpdateOneRequiredWithoutTicketsNestedInput
21185
- profile?: ProfileUpdateOneWithoutTicketNestedInput
21186
21064
  }
21187
21065
 
21188
21066
  export type TicketUncheckedUpdateInput = {
@@ -21192,7 +21070,6 @@ export namespace Prisma {
21192
21070
  status?: EnumTicketStatusFieldUpdateOperationsInput | $Enums.TicketStatus
21193
21071
  fullName?: StringFieldUpdateOperationsInput | string
21194
21072
  mail?: StringFieldUpdateOperationsInput | string
21195
- profileId?: NullableStringFieldUpdateOperationsInput | string | null
21196
21073
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
21197
21074
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
21198
21075
  }
@@ -21204,7 +21081,6 @@ export namespace Prisma {
21204
21081
  status: $Enums.TicketStatus
21205
21082
  fullName: string
21206
21083
  mail: string
21207
- profileId?: string | null
21208
21084
  created_at?: Date | string
21209
21085
  updated_at?: Date | string
21210
21086
  }
@@ -21226,7 +21102,6 @@ export namespace Prisma {
21226
21102
  status?: EnumTicketStatusFieldUpdateOperationsInput | $Enums.TicketStatus
21227
21103
  fullName?: StringFieldUpdateOperationsInput | string
21228
21104
  mail?: StringFieldUpdateOperationsInput | string
21229
- profileId?: NullableStringFieldUpdateOperationsInput | string | null
21230
21105
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
21231
21106
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
21232
21107
  }
@@ -21543,12 +21418,6 @@ export namespace Prisma {
21543
21418
  isNot?: LocationWhereInput | null
21544
21419
  }
21545
21420
 
21546
- export type TicketListRelationFilter = {
21547
- every?: TicketWhereInput
21548
- some?: TicketWhereInput
21549
- none?: TicketWhereInput
21550
- }
21551
-
21552
21421
  export type SortOrderInput = {
21553
21422
  sort: SortOrder
21554
21423
  nulls?: NullsOrder
@@ -21562,14 +21431,9 @@ export namespace Prisma {
21562
21431
  _count?: SortOrder
21563
21432
  }
21564
21433
 
21565
- export type TicketOrderByRelationAggregateInput = {
21566
- _count?: SortOrder
21567
- }
21568
-
21569
21434
  export type ProfileCountOrderByAggregateInput = {
21570
21435
  id?: SortOrder
21571
21436
  shortId?: SortOrder
21572
- role?: SortOrder
21573
21437
  firstTimeMiExpo?: SortOrder
21574
21438
  username?: SortOrder
21575
21439
  password?: SortOrder
@@ -21600,7 +21464,6 @@ export namespace Prisma {
21600
21464
  export type ProfileMaxOrderByAggregateInput = {
21601
21465
  id?: SortOrder
21602
21466
  shortId?: SortOrder
21603
- role?: SortOrder
21604
21467
  firstTimeMiExpo?: SortOrder
21605
21468
  username?: SortOrder
21606
21469
  password?: SortOrder
@@ -21626,7 +21489,6 @@ export namespace Prisma {
21626
21489
  export type ProfileMinOrderByAggregateInput = {
21627
21490
  id?: SortOrder
21628
21491
  shortId?: SortOrder
21629
- role?: SortOrder
21630
21492
  firstTimeMiExpo?: SortOrder
21631
21493
  username?: SortOrder
21632
21494
  password?: SortOrder
@@ -21978,12 +21840,22 @@ export namespace Prisma {
21978
21840
  isNot?: TagWhereInput
21979
21841
  }
21980
21842
 
21843
+ export type TicketListRelationFilter = {
21844
+ every?: TicketWhereInput
21845
+ some?: TicketWhereInput
21846
+ none?: TicketWhereInput
21847
+ }
21848
+
21981
21849
  export type EventTicketListRelationFilter = {
21982
21850
  every?: EventTicketWhereInput
21983
21851
  some?: EventTicketWhereInput
21984
21852
  none?: EventTicketWhereInput
21985
21853
  }
21986
21854
 
21855
+ export type TicketOrderByRelationAggregateInput = {
21856
+ _count?: SortOrder
21857
+ }
21858
+
21987
21859
  export type EventTicketOrderByRelationAggregateInput = {
21988
21860
  _count?: SortOrder
21989
21861
  }
@@ -22197,11 +22069,6 @@ export namespace Prisma {
22197
22069
  isNot?: EventWhereInput
22198
22070
  }
22199
22071
 
22200
- export type ProfileNullableScalarRelationFilter = {
22201
- is?: ProfileWhereInput | null
22202
- isNot?: ProfileWhereInput | null
22203
- }
22204
-
22205
22072
  export type TicketCountOrderByAggregateInput = {
22206
22073
  id?: SortOrder
22207
22074
  eventId?: SortOrder
@@ -22209,7 +22076,6 @@ export namespace Prisma {
22209
22076
  status?: SortOrder
22210
22077
  fullName?: SortOrder
22211
22078
  mail?: SortOrder
22212
- profileId?: SortOrder
22213
22079
  created_at?: SortOrder
22214
22080
  updated_at?: SortOrder
22215
22081
  }
@@ -22221,7 +22087,6 @@ export namespace Prisma {
22221
22087
  status?: SortOrder
22222
22088
  fullName?: SortOrder
22223
22089
  mail?: SortOrder
22224
- profileId?: SortOrder
22225
22090
  created_at?: SortOrder
22226
22091
  updated_at?: SortOrder
22227
22092
  }
@@ -22233,7 +22098,6 @@ export namespace Prisma {
22233
22098
  status?: SortOrder
22234
22099
  fullName?: SortOrder
22235
22100
  mail?: SortOrder
22236
- profileId?: SortOrder
22237
22101
  created_at?: SortOrder
22238
22102
  updated_at?: SortOrder
22239
22103
  }
@@ -22605,13 +22469,6 @@ export namespace Prisma {
22605
22469
  connect?: LocationWhereUniqueInput
22606
22470
  }
22607
22471
 
22608
- export type TicketCreateNestedManyWithoutProfileInput = {
22609
- create?: XOR<TicketCreateWithoutProfileInput, TicketUncheckedCreateWithoutProfileInput> | TicketCreateWithoutProfileInput[] | TicketUncheckedCreateWithoutProfileInput[]
22610
- connectOrCreate?: TicketCreateOrConnectWithoutProfileInput | TicketCreateOrConnectWithoutProfileInput[]
22611
- createMany?: TicketCreateManyProfileInputEnvelope
22612
- connect?: TicketWhereUniqueInput | TicketWhereUniqueInput[]
22613
- }
22614
-
22615
22472
  export type OtpUncheckedCreateNestedManyWithoutOwnerInput = {
22616
22473
  create?: XOR<OtpCreateWithoutOwnerInput, OtpUncheckedCreateWithoutOwnerInput> | OtpCreateWithoutOwnerInput[] | OtpUncheckedCreateWithoutOwnerInput[]
22617
22474
  connectOrCreate?: OtpCreateOrConnectWithoutOwnerInput | OtpCreateOrConnectWithoutOwnerInput[]
@@ -22639,13 +22496,6 @@ export namespace Prisma {
22639
22496
  connect?: TagWhereUniqueInput | TagWhereUniqueInput[]
22640
22497
  }
22641
22498
 
22642
- export type TicketUncheckedCreateNestedManyWithoutProfileInput = {
22643
- create?: XOR<TicketCreateWithoutProfileInput, TicketUncheckedCreateWithoutProfileInput> | TicketCreateWithoutProfileInput[] | TicketUncheckedCreateWithoutProfileInput[]
22644
- connectOrCreate?: TicketCreateOrConnectWithoutProfileInput | TicketCreateOrConnectWithoutProfileInput[]
22645
- createMany?: TicketCreateManyProfileInputEnvelope
22646
- connect?: TicketWhereUniqueInput | TicketWhereUniqueInput[]
22647
- }
22648
-
22649
22499
  export type IntFieldUpdateOperationsInput = {
22650
22500
  set?: number
22651
22501
  increment?: number
@@ -22742,20 +22592,6 @@ export namespace Prisma {
22742
22592
  update?: XOR<XOR<LocationUpdateToOneWithWhereWithoutResidenceProfilesInput, LocationUpdateWithoutResidenceProfilesInput>, LocationUncheckedUpdateWithoutResidenceProfilesInput>
22743
22593
  }
22744
22594
 
22745
- export type TicketUpdateManyWithoutProfileNestedInput = {
22746
- create?: XOR<TicketCreateWithoutProfileInput, TicketUncheckedCreateWithoutProfileInput> | TicketCreateWithoutProfileInput[] | TicketUncheckedCreateWithoutProfileInput[]
22747
- connectOrCreate?: TicketCreateOrConnectWithoutProfileInput | TicketCreateOrConnectWithoutProfileInput[]
22748
- upsert?: TicketUpsertWithWhereUniqueWithoutProfileInput | TicketUpsertWithWhereUniqueWithoutProfileInput[]
22749
- createMany?: TicketCreateManyProfileInputEnvelope
22750
- set?: TicketWhereUniqueInput | TicketWhereUniqueInput[]
22751
- disconnect?: TicketWhereUniqueInput | TicketWhereUniqueInput[]
22752
- delete?: TicketWhereUniqueInput | TicketWhereUniqueInput[]
22753
- connect?: TicketWhereUniqueInput | TicketWhereUniqueInput[]
22754
- update?: TicketUpdateWithWhereUniqueWithoutProfileInput | TicketUpdateWithWhereUniqueWithoutProfileInput[]
22755
- updateMany?: TicketUpdateManyWithWhereWithoutProfileInput | TicketUpdateManyWithWhereWithoutProfileInput[]
22756
- deleteMany?: TicketScalarWhereInput | TicketScalarWhereInput[]
22757
- }
22758
-
22759
22595
  export type OtpUncheckedUpdateManyWithoutOwnerNestedInput = {
22760
22596
  create?: XOR<OtpCreateWithoutOwnerInput, OtpUncheckedCreateWithoutOwnerInput> | OtpCreateWithoutOwnerInput[] | OtpUncheckedCreateWithoutOwnerInput[]
22761
22597
  connectOrCreate?: OtpCreateOrConnectWithoutOwnerInput | OtpCreateOrConnectWithoutOwnerInput[]
@@ -22811,20 +22647,6 @@ export namespace Prisma {
22811
22647
  deleteMany?: TagScalarWhereInput | TagScalarWhereInput[]
22812
22648
  }
22813
22649
 
22814
- export type TicketUncheckedUpdateManyWithoutProfileNestedInput = {
22815
- create?: XOR<TicketCreateWithoutProfileInput, TicketUncheckedCreateWithoutProfileInput> | TicketCreateWithoutProfileInput[] | TicketUncheckedCreateWithoutProfileInput[]
22816
- connectOrCreate?: TicketCreateOrConnectWithoutProfileInput | TicketCreateOrConnectWithoutProfileInput[]
22817
- upsert?: TicketUpsertWithWhereUniqueWithoutProfileInput | TicketUpsertWithWhereUniqueWithoutProfileInput[]
22818
- createMany?: TicketCreateManyProfileInputEnvelope
22819
- set?: TicketWhereUniqueInput | TicketWhereUniqueInput[]
22820
- disconnect?: TicketWhereUniqueInput | TicketWhereUniqueInput[]
22821
- delete?: TicketWhereUniqueInput | TicketWhereUniqueInput[]
22822
- connect?: TicketWhereUniqueInput | TicketWhereUniqueInput[]
22823
- update?: TicketUpdateWithWhereUniqueWithoutProfileInput | TicketUpdateWithWhereUniqueWithoutProfileInput[]
22824
- updateMany?: TicketUpdateManyWithWhereWithoutProfileInput | TicketUpdateManyWithWhereWithoutProfileInput[]
22825
- deleteMany?: TicketScalarWhereInput | TicketScalarWhereInput[]
22826
- }
22827
-
22828
22650
  export type ProfileCreateNestedOneWithoutOtpInput = {
22829
22651
  create?: XOR<ProfileCreateWithoutOtpInput, ProfileUncheckedCreateWithoutOtpInput>
22830
22652
  connectOrCreate?: ProfileCreateOrConnectWithoutOtpInput
@@ -23541,12 +23363,6 @@ export namespace Prisma {
23541
23363
  connect?: EventWhereUniqueInput
23542
23364
  }
23543
23365
 
23544
- export type ProfileCreateNestedOneWithoutTicketInput = {
23545
- create?: XOR<ProfileCreateWithoutTicketInput, ProfileUncheckedCreateWithoutTicketInput>
23546
- connectOrCreate?: ProfileCreateOrConnectWithoutTicketInput
23547
- connect?: ProfileWhereUniqueInput
23548
- }
23549
-
23550
23366
  export type EnumTicketTypeFieldUpdateOperationsInput = {
23551
23367
  set?: $Enums.TicketType
23552
23368
  }
@@ -23563,16 +23379,6 @@ export namespace Prisma {
23563
23379
  update?: XOR<XOR<EventUpdateToOneWithWhereWithoutTicketsInput, EventUpdateWithoutTicketsInput>, EventUncheckedUpdateWithoutTicketsInput>
23564
23380
  }
23565
23381
 
23566
- export type ProfileUpdateOneWithoutTicketNestedInput = {
23567
- create?: XOR<ProfileCreateWithoutTicketInput, ProfileUncheckedCreateWithoutTicketInput>
23568
- connectOrCreate?: ProfileCreateOrConnectWithoutTicketInput
23569
- upsert?: ProfileUpsertWithoutTicketInput
23570
- disconnect?: ProfileWhereInput | boolean
23571
- delete?: ProfileWhereInput | boolean
23572
- connect?: ProfileWhereUniqueInput
23573
- update?: XOR<XOR<ProfileUpdateToOneWithWhereWithoutTicketInput, ProfileUpdateWithoutTicketInput>, ProfileUncheckedUpdateWithoutTicketInput>
23574
- }
23575
-
23576
23382
  export type EnumTemplateStatusFieldUpdateOperationsInput = {
23577
23383
  set?: $Enums.TemplateStatus
23578
23384
  }
@@ -24367,38 +24173,6 @@ export namespace Prisma {
24367
24173
  create: XOR<LocationCreateWithoutResidenceProfilesInput, LocationUncheckedCreateWithoutResidenceProfilesInput>
24368
24174
  }
24369
24175
 
24370
- export type TicketCreateWithoutProfileInput = {
24371
- id?: string
24372
- type: $Enums.TicketType
24373
- status: $Enums.TicketStatus
24374
- fullName: string
24375
- mail: string
24376
- created_at?: Date | string
24377
- updated_at?: Date | string
24378
- event: EventCreateNestedOneWithoutTicketsInput
24379
- }
24380
-
24381
- export type TicketUncheckedCreateWithoutProfileInput = {
24382
- id?: string
24383
- eventId: string
24384
- type: $Enums.TicketType
24385
- status: $Enums.TicketStatus
24386
- fullName: string
24387
- mail: string
24388
- created_at?: Date | string
24389
- updated_at?: Date | string
24390
- }
24391
-
24392
- export type TicketCreateOrConnectWithoutProfileInput = {
24393
- where: TicketWhereUniqueInput
24394
- create: XOR<TicketCreateWithoutProfileInput, TicketUncheckedCreateWithoutProfileInput>
24395
- }
24396
-
24397
- export type TicketCreateManyProfileInputEnvelope = {
24398
- data: TicketCreateManyProfileInput | TicketCreateManyProfileInput[]
24399
- skipDuplicates?: boolean
24400
- }
24401
-
24402
24176
  export type OtpUpsertWithWhereUniqueWithoutOwnerInput = {
24403
24177
  where: OtpWhereUniqueInput
24404
24178
  update: XOR<OtpUpdateWithoutOwnerInput, OtpUncheckedUpdateWithoutOwnerInput>
@@ -24558,41 +24332,9 @@ export namespace Prisma {
24558
24332
  birthProfiles?: ProfileUncheckedUpdateManyWithoutBirthLocationNestedInput
24559
24333
  }
24560
24334
 
24561
- export type TicketUpsertWithWhereUniqueWithoutProfileInput = {
24562
- where: TicketWhereUniqueInput
24563
- update: XOR<TicketUpdateWithoutProfileInput, TicketUncheckedUpdateWithoutProfileInput>
24564
- create: XOR<TicketCreateWithoutProfileInput, TicketUncheckedCreateWithoutProfileInput>
24565
- }
24566
-
24567
- export type TicketUpdateWithWhereUniqueWithoutProfileInput = {
24568
- where: TicketWhereUniqueInput
24569
- data: XOR<TicketUpdateWithoutProfileInput, TicketUncheckedUpdateWithoutProfileInput>
24570
- }
24571
-
24572
- export type TicketUpdateManyWithWhereWithoutProfileInput = {
24573
- where: TicketScalarWhereInput
24574
- data: XOR<TicketUpdateManyMutationInput, TicketUncheckedUpdateManyWithoutProfileInput>
24575
- }
24576
-
24577
- export type TicketScalarWhereInput = {
24578
- AND?: TicketScalarWhereInput | TicketScalarWhereInput[]
24579
- OR?: TicketScalarWhereInput[]
24580
- NOT?: TicketScalarWhereInput | TicketScalarWhereInput[]
24581
- id?: StringFilter<"Ticket"> | string
24582
- eventId?: StringFilter<"Ticket"> | string
24583
- type?: EnumTicketTypeFilter<"Ticket"> | $Enums.TicketType
24584
- status?: EnumTicketStatusFilter<"Ticket"> | $Enums.TicketStatus
24585
- fullName?: StringFilter<"Ticket"> | string
24586
- mail?: StringFilter<"Ticket"> | string
24587
- profileId?: StringNullableFilter<"Ticket"> | string | null
24588
- created_at?: DateTimeFilter<"Ticket"> | Date | string
24589
- updated_at?: DateTimeFilter<"Ticket"> | Date | string
24590
- }
24591
-
24592
24335
  export type ProfileCreateWithoutOtpInput = {
24593
24336
  id?: string
24594
24337
  shortId: number
24595
- role?: $Enums.Role
24596
24338
  firstTimeMiExpo?: boolean
24597
24339
  username?: string | null
24598
24340
  password?: string | null
@@ -24617,13 +24359,11 @@ export namespace Prisma {
24617
24359
  tags?: TagCreateNestedManyWithoutProfilesInput
24618
24360
  birthLocation?: LocationCreateNestedOneWithoutBirthProfilesInput
24619
24361
  residenceLocation?: LocationCreateNestedOneWithoutResidenceProfilesInput
24620
- Ticket?: TicketCreateNestedManyWithoutProfileInput
24621
24362
  }
24622
24363
 
24623
24364
  export type ProfileUncheckedCreateWithoutOtpInput = {
24624
24365
  id?: string
24625
24366
  shortId: number
24626
- role?: $Enums.Role
24627
24367
  firstTimeMiExpo?: boolean
24628
24368
  username?: string | null
24629
24369
  password?: string | null
@@ -24648,7 +24388,6 @@ export namespace Prisma {
24648
24388
  comments?: CommentUncheckedCreateNestedManyWithoutProfileInput
24649
24389
  messages?: MessageUncheckedCreateNestedManyWithoutProfileInput
24650
24390
  tags?: TagUncheckedCreateNestedManyWithoutProfilesInput
24651
- Ticket?: TicketUncheckedCreateNestedManyWithoutProfileInput
24652
24391
  }
24653
24392
 
24654
24393
  export type ProfileCreateOrConnectWithoutOtpInput = {
@@ -24670,7 +24409,6 @@ export namespace Prisma {
24670
24409
  export type ProfileUpdateWithoutOtpInput = {
24671
24410
  id?: StringFieldUpdateOperationsInput | string
24672
24411
  shortId?: IntFieldUpdateOperationsInput | number
24673
- role?: EnumRoleFieldUpdateOperationsInput | $Enums.Role
24674
24412
  firstTimeMiExpo?: BoolFieldUpdateOperationsInput | boolean
24675
24413
  username?: NullableStringFieldUpdateOperationsInput | string | null
24676
24414
  password?: NullableStringFieldUpdateOperationsInput | string | null
@@ -24695,13 +24433,11 @@ export namespace Prisma {
24695
24433
  tags?: TagUpdateManyWithoutProfilesNestedInput
24696
24434
  birthLocation?: LocationUpdateOneWithoutBirthProfilesNestedInput
24697
24435
  residenceLocation?: LocationUpdateOneWithoutResidenceProfilesNestedInput
24698
- Ticket?: TicketUpdateManyWithoutProfileNestedInput
24699
24436
  }
24700
24437
 
24701
24438
  export type ProfileUncheckedUpdateWithoutOtpInput = {
24702
24439
  id?: StringFieldUpdateOperationsInput | string
24703
24440
  shortId?: IntFieldUpdateOperationsInput | number
24704
- role?: EnumRoleFieldUpdateOperationsInput | $Enums.Role
24705
24441
  firstTimeMiExpo?: BoolFieldUpdateOperationsInput | boolean
24706
24442
  username?: NullableStringFieldUpdateOperationsInput | string | null
24707
24443
  password?: NullableStringFieldUpdateOperationsInput | string | null
@@ -24726,13 +24462,11 @@ export namespace Prisma {
24726
24462
  comments?: CommentUncheckedUpdateManyWithoutProfileNestedInput
24727
24463
  messages?: MessageUncheckedUpdateManyWithoutProfileNestedInput
24728
24464
  tags?: TagUncheckedUpdateManyWithoutProfilesNestedInput
24729
- Ticket?: TicketUncheckedUpdateManyWithoutProfileNestedInput
24730
24465
  }
24731
24466
 
24732
24467
  export type ProfileCreateWithoutBirthLocationInput = {
24733
24468
  id?: string
24734
24469
  shortId: number
24735
- role?: $Enums.Role
24736
24470
  firstTimeMiExpo?: boolean
24737
24471
  username?: string | null
24738
24472
  password?: string | null
@@ -24757,13 +24491,11 @@ export namespace Prisma {
24757
24491
  messages?: MessageCreateNestedManyWithoutProfileInput
24758
24492
  tags?: TagCreateNestedManyWithoutProfilesInput
24759
24493
  residenceLocation?: LocationCreateNestedOneWithoutResidenceProfilesInput
24760
- Ticket?: TicketCreateNestedManyWithoutProfileInput
24761
24494
  }
24762
24495
 
24763
24496
  export type ProfileUncheckedCreateWithoutBirthLocationInput = {
24764
24497
  id?: string
24765
24498
  shortId: number
24766
- role?: $Enums.Role
24767
24499
  firstTimeMiExpo?: boolean
24768
24500
  username?: string | null
24769
24501
  password?: string | null
@@ -24788,7 +24520,6 @@ export namespace Prisma {
24788
24520
  comments?: CommentUncheckedCreateNestedManyWithoutProfileInput
24789
24521
  messages?: MessageUncheckedCreateNestedManyWithoutProfileInput
24790
24522
  tags?: TagUncheckedCreateNestedManyWithoutProfilesInput
24791
- Ticket?: TicketUncheckedCreateNestedManyWithoutProfileInput
24792
24523
  }
24793
24524
 
24794
24525
  export type ProfileCreateOrConnectWithoutBirthLocationInput = {
@@ -24804,7 +24535,6 @@ export namespace Prisma {
24804
24535
  export type ProfileCreateWithoutResidenceLocationInput = {
24805
24536
  id?: string
24806
24537
  shortId: number
24807
- role?: $Enums.Role
24808
24538
  firstTimeMiExpo?: boolean
24809
24539
  username?: string | null
24810
24540
  password?: string | null
@@ -24829,13 +24559,11 @@ export namespace Prisma {
24829
24559
  messages?: MessageCreateNestedManyWithoutProfileInput
24830
24560
  tags?: TagCreateNestedManyWithoutProfilesInput
24831
24561
  birthLocation?: LocationCreateNestedOneWithoutBirthProfilesInput
24832
- Ticket?: TicketCreateNestedManyWithoutProfileInput
24833
24562
  }
24834
24563
 
24835
24564
  export type ProfileUncheckedCreateWithoutResidenceLocationInput = {
24836
24565
  id?: string
24837
24566
  shortId: number
24838
- role?: $Enums.Role
24839
24567
  firstTimeMiExpo?: boolean
24840
24568
  username?: string | null
24841
24569
  password?: string | null
@@ -24860,7 +24588,6 @@ export namespace Prisma {
24860
24588
  comments?: CommentUncheckedCreateNestedManyWithoutProfileInput
24861
24589
  messages?: MessageUncheckedCreateNestedManyWithoutProfileInput
24862
24590
  tags?: TagUncheckedCreateNestedManyWithoutProfilesInput
24863
- Ticket?: TicketUncheckedCreateNestedManyWithoutProfileInput
24864
24591
  }
24865
24592
 
24866
24593
  export type ProfileCreateOrConnectWithoutResidenceLocationInput = {
@@ -24895,7 +24622,6 @@ export namespace Prisma {
24895
24622
  NOT?: ProfileScalarWhereInput | ProfileScalarWhereInput[]
24896
24623
  id?: StringFilter<"Profile"> | string
24897
24624
  shortId?: IntFilter<"Profile"> | number
24898
- role?: EnumRoleFilter<"Profile"> | $Enums.Role
24899
24625
  firstTimeMiExpo?: BoolFilter<"Profile"> | boolean
24900
24626
  username?: StringNullableFilter<"Profile"> | string | null
24901
24627
  password?: StringNullableFilter<"Profile"> | string | null
@@ -24971,7 +24697,6 @@ export namespace Prisma {
24971
24697
  export type ProfileCreateWithoutCommentsInput = {
24972
24698
  id?: string
24973
24699
  shortId: number
24974
- role?: $Enums.Role
24975
24700
  firstTimeMiExpo?: boolean
24976
24701
  username?: string | null
24977
24702
  password?: string | null
@@ -24996,13 +24721,11 @@ export namespace Prisma {
24996
24721
  tags?: TagCreateNestedManyWithoutProfilesInput
24997
24722
  birthLocation?: LocationCreateNestedOneWithoutBirthProfilesInput
24998
24723
  residenceLocation?: LocationCreateNestedOneWithoutResidenceProfilesInput
24999
- Ticket?: TicketCreateNestedManyWithoutProfileInput
25000
24724
  }
25001
24725
 
25002
24726
  export type ProfileUncheckedCreateWithoutCommentsInput = {
25003
24727
  id?: string
25004
24728
  shortId: number
25005
- role?: $Enums.Role
25006
24729
  firstTimeMiExpo?: boolean
25007
24730
  username?: string | null
25008
24731
  password?: string | null
@@ -25027,7 +24750,6 @@ export namespace Prisma {
25027
24750
  otp?: OtpUncheckedCreateNestedManyWithoutOwnerInput
25028
24751
  messages?: MessageUncheckedCreateNestedManyWithoutProfileInput
25029
24752
  tags?: TagUncheckedCreateNestedManyWithoutProfilesInput
25030
- Ticket?: TicketUncheckedCreateNestedManyWithoutProfileInput
25031
24753
  }
25032
24754
 
25033
24755
  export type ProfileCreateOrConnectWithoutCommentsInput = {
@@ -25121,7 +24843,6 @@ export namespace Prisma {
25121
24843
  export type ProfileUpdateWithoutCommentsInput = {
25122
24844
  id?: StringFieldUpdateOperationsInput | string
25123
24845
  shortId?: IntFieldUpdateOperationsInput | number
25124
- role?: EnumRoleFieldUpdateOperationsInput | $Enums.Role
25125
24846
  firstTimeMiExpo?: BoolFieldUpdateOperationsInput | boolean
25126
24847
  username?: NullableStringFieldUpdateOperationsInput | string | null
25127
24848
  password?: NullableStringFieldUpdateOperationsInput | string | null
@@ -25146,13 +24867,11 @@ export namespace Prisma {
25146
24867
  tags?: TagUpdateManyWithoutProfilesNestedInput
25147
24868
  birthLocation?: LocationUpdateOneWithoutBirthProfilesNestedInput
25148
24869
  residenceLocation?: LocationUpdateOneWithoutResidenceProfilesNestedInput
25149
- Ticket?: TicketUpdateManyWithoutProfileNestedInput
25150
24870
  }
25151
24871
 
25152
24872
  export type ProfileUncheckedUpdateWithoutCommentsInput = {
25153
24873
  id?: StringFieldUpdateOperationsInput | string
25154
24874
  shortId?: IntFieldUpdateOperationsInput | number
25155
- role?: EnumRoleFieldUpdateOperationsInput | $Enums.Role
25156
24875
  firstTimeMiExpo?: BoolFieldUpdateOperationsInput | boolean
25157
24876
  username?: NullableStringFieldUpdateOperationsInput | string | null
25158
24877
  password?: NullableStringFieldUpdateOperationsInput | string | null
@@ -25177,7 +24896,6 @@ export namespace Prisma {
25177
24896
  otp?: OtpUncheckedUpdateManyWithoutOwnerNestedInput
25178
24897
  messages?: MessageUncheckedUpdateManyWithoutProfileNestedInput
25179
24898
  tags?: TagUncheckedUpdateManyWithoutProfilesNestedInput
25180
- Ticket?: TicketUncheckedUpdateManyWithoutProfileNestedInput
25181
24899
  }
25182
24900
 
25183
24901
  export type AccountUpsertWithoutSolvableCommentsInput = {
@@ -25364,7 +25082,6 @@ export namespace Prisma {
25364
25082
  export type ProfileCreateWithoutTagsInput = {
25365
25083
  id?: string
25366
25084
  shortId: number
25367
- role?: $Enums.Role
25368
25085
  firstTimeMiExpo?: boolean
25369
25086
  username?: string | null
25370
25087
  password?: string | null
@@ -25389,13 +25106,11 @@ export namespace Prisma {
25389
25106
  messages?: MessageCreateNestedManyWithoutProfileInput
25390
25107
  birthLocation?: LocationCreateNestedOneWithoutBirthProfilesInput
25391
25108
  residenceLocation?: LocationCreateNestedOneWithoutResidenceProfilesInput
25392
- Ticket?: TicketCreateNestedManyWithoutProfileInput
25393
25109
  }
25394
25110
 
25395
25111
  export type ProfileUncheckedCreateWithoutTagsInput = {
25396
25112
  id?: string
25397
25113
  shortId: number
25398
- role?: $Enums.Role
25399
25114
  firstTimeMiExpo?: boolean
25400
25115
  username?: string | null
25401
25116
  password?: string | null
@@ -25420,7 +25135,6 @@ export namespace Prisma {
25420
25135
  otp?: OtpUncheckedCreateNestedManyWithoutOwnerInput
25421
25136
  comments?: CommentUncheckedCreateNestedManyWithoutProfileInput
25422
25137
  messages?: MessageUncheckedCreateNestedManyWithoutProfileInput
25423
- Ticket?: TicketUncheckedCreateNestedManyWithoutProfileInput
25424
25138
  }
25425
25139
 
25426
25140
  export type ProfileCreateOrConnectWithoutTagsInput = {
@@ -25920,7 +25634,6 @@ export namespace Prisma {
25920
25634
  mail: string
25921
25635
  created_at?: Date | string
25922
25636
  updated_at?: Date | string
25923
- profile?: ProfileCreateNestedOneWithoutTicketInput
25924
25637
  }
25925
25638
 
25926
25639
  export type TicketUncheckedCreateWithoutEventInput = {
@@ -25929,7 +25642,6 @@ export namespace Prisma {
25929
25642
  status: $Enums.TicketStatus
25930
25643
  fullName: string
25931
25644
  mail: string
25932
- profileId?: string | null
25933
25645
  created_at?: Date | string
25934
25646
  updated_at?: Date | string
25935
25647
  }
@@ -26223,6 +25935,20 @@ export namespace Prisma {
26223
25935
  data: XOR<TicketUpdateManyMutationInput, TicketUncheckedUpdateManyWithoutEventInput>
26224
25936
  }
26225
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
+
26226
25952
  export type EventUpsertWithWhereUniqueWithoutSupraEventInput = {
26227
25953
  where: EventWhereUniqueInput
26228
25954
  update: XOR<EventUpdateWithoutSupraEventInput, EventUncheckedUpdateWithoutSupraEventInput>
@@ -26351,7 +26077,6 @@ export namespace Prisma {
26351
26077
  export type ProfileCreateWithoutMessagesInput = {
26352
26078
  id?: string
26353
26079
  shortId: number
26354
- role?: $Enums.Role
26355
26080
  firstTimeMiExpo?: boolean
26356
26081
  username?: string | null
26357
26082
  password?: string | null
@@ -26376,13 +26101,11 @@ export namespace Prisma {
26376
26101
  tags?: TagCreateNestedManyWithoutProfilesInput
26377
26102
  birthLocation?: LocationCreateNestedOneWithoutBirthProfilesInput
26378
26103
  residenceLocation?: LocationCreateNestedOneWithoutResidenceProfilesInput
26379
- Ticket?: TicketCreateNestedManyWithoutProfileInput
26380
26104
  }
26381
26105
 
26382
26106
  export type ProfileUncheckedCreateWithoutMessagesInput = {
26383
26107
  id?: string
26384
26108
  shortId: number
26385
- role?: $Enums.Role
26386
26109
  firstTimeMiExpo?: boolean
26387
26110
  username?: string | null
26388
26111
  password?: string | null
@@ -26407,7 +26130,6 @@ export namespace Prisma {
26407
26130
  otp?: OtpUncheckedCreateNestedManyWithoutOwnerInput
26408
26131
  comments?: CommentUncheckedCreateNestedManyWithoutProfileInput
26409
26132
  tags?: TagUncheckedCreateNestedManyWithoutProfilesInput
26410
- Ticket?: TicketUncheckedCreateNestedManyWithoutProfileInput
26411
26133
  }
26412
26134
 
26413
26135
  export type ProfileCreateOrConnectWithoutMessagesInput = {
@@ -26429,7 +26151,6 @@ export namespace Prisma {
26429
26151
  export type ProfileUpdateWithoutMessagesInput = {
26430
26152
  id?: StringFieldUpdateOperationsInput | string
26431
26153
  shortId?: IntFieldUpdateOperationsInput | number
26432
- role?: EnumRoleFieldUpdateOperationsInput | $Enums.Role
26433
26154
  firstTimeMiExpo?: BoolFieldUpdateOperationsInput | boolean
26434
26155
  username?: NullableStringFieldUpdateOperationsInput | string | null
26435
26156
  password?: NullableStringFieldUpdateOperationsInput | string | null
@@ -26454,13 +26175,11 @@ export namespace Prisma {
26454
26175
  tags?: TagUpdateManyWithoutProfilesNestedInput
26455
26176
  birthLocation?: LocationUpdateOneWithoutBirthProfilesNestedInput
26456
26177
  residenceLocation?: LocationUpdateOneWithoutResidenceProfilesNestedInput
26457
- Ticket?: TicketUpdateManyWithoutProfileNestedInput
26458
26178
  }
26459
26179
 
26460
26180
  export type ProfileUncheckedUpdateWithoutMessagesInput = {
26461
26181
  id?: StringFieldUpdateOperationsInput | string
26462
26182
  shortId?: IntFieldUpdateOperationsInput | number
26463
- role?: EnumRoleFieldUpdateOperationsInput | $Enums.Role
26464
26183
  firstTimeMiExpo?: BoolFieldUpdateOperationsInput | boolean
26465
26184
  username?: NullableStringFieldUpdateOperationsInput | string | null
26466
26185
  password?: NullableStringFieldUpdateOperationsInput | string | null
@@ -26485,7 +26204,6 @@ export namespace Prisma {
26485
26204
  otp?: OtpUncheckedUpdateManyWithoutOwnerNestedInput
26486
26205
  comments?: CommentUncheckedUpdateManyWithoutProfileNestedInput
26487
26206
  tags?: TagUncheckedUpdateManyWithoutProfilesNestedInput
26488
- Ticket?: TicketUncheckedUpdateManyWithoutProfileNestedInput
26489
26207
  }
26490
26208
 
26491
26209
  export type EventCreateWithoutTicketsInput = {
@@ -26531,73 +26249,6 @@ export namespace Prisma {
26531
26249
  create: XOR<EventCreateWithoutTicketsInput, EventUncheckedCreateWithoutTicketsInput>
26532
26250
  }
26533
26251
 
26534
- export type ProfileCreateWithoutTicketInput = {
26535
- id?: string
26536
- shortId: number
26537
- role?: $Enums.Role
26538
- firstTimeMiExpo?: boolean
26539
- username?: string | null
26540
- password?: string | null
26541
- phoneNumber: string
26542
- isPhoneVerified?: boolean
26543
- secondaryPhoneNumber?: string | null
26544
- fullName: string
26545
- firstName?: string | null
26546
- gender?: string | null
26547
- birthDate?: Date | string | null
26548
- profilePictureUrl?: string | null
26549
- instagram?: string | null
26550
- mail?: string | null
26551
- dni?: string | null
26552
- alternativeNames?: ProfileCreatealternativeNamesInput | string[]
26553
- isInTrash?: boolean
26554
- movedToTrashDate?: Date | string | null
26555
- created_at?: Date | string
26556
- updated_at?: Date | string
26557
- otp?: OtpCreateNestedManyWithoutOwnerInput
26558
- comments?: CommentCreateNestedManyWithoutProfileInput
26559
- messages?: MessageCreateNestedManyWithoutProfileInput
26560
- tags?: TagCreateNestedManyWithoutProfilesInput
26561
- birthLocation?: LocationCreateNestedOneWithoutBirthProfilesInput
26562
- residenceLocation?: LocationCreateNestedOneWithoutResidenceProfilesInput
26563
- }
26564
-
26565
- export type ProfileUncheckedCreateWithoutTicketInput = {
26566
- id?: string
26567
- shortId: number
26568
- role?: $Enums.Role
26569
- firstTimeMiExpo?: boolean
26570
- username?: string | null
26571
- password?: string | null
26572
- phoneNumber: string
26573
- isPhoneVerified?: boolean
26574
- secondaryPhoneNumber?: string | null
26575
- fullName: string
26576
- firstName?: string | null
26577
- gender?: string | null
26578
- birthDate?: Date | string | null
26579
- profilePictureUrl?: string | null
26580
- instagram?: string | null
26581
- mail?: string | null
26582
- dni?: string | null
26583
- alternativeNames?: ProfileCreatealternativeNamesInput | string[]
26584
- birthLocationId?: string | null
26585
- residenceLocationId?: string | null
26586
- isInTrash?: boolean
26587
- movedToTrashDate?: Date | string | null
26588
- created_at?: Date | string
26589
- updated_at?: Date | string
26590
- otp?: OtpUncheckedCreateNestedManyWithoutOwnerInput
26591
- comments?: CommentUncheckedCreateNestedManyWithoutProfileInput
26592
- messages?: MessageUncheckedCreateNestedManyWithoutProfileInput
26593
- tags?: TagUncheckedCreateNestedManyWithoutProfilesInput
26594
- }
26595
-
26596
- export type ProfileCreateOrConnectWithoutTicketInput = {
26597
- where: ProfileWhereUniqueInput
26598
- create: XOR<ProfileCreateWithoutTicketInput, ProfileUncheckedCreateWithoutTicketInput>
26599
- }
26600
-
26601
26252
  export type EventUpsertWithoutTicketsInput = {
26602
26253
  update: XOR<EventUpdateWithoutTicketsInput, EventUncheckedUpdateWithoutTicketsInput>
26603
26254
  create: XOR<EventCreateWithoutTicketsInput, EventUncheckedCreateWithoutTicketsInput>
@@ -26647,79 +26298,6 @@ export namespace Prisma {
26647
26298
  eventTickets?: EventTicketUncheckedUpdateManyWithoutEventNestedInput
26648
26299
  }
26649
26300
 
26650
- export type ProfileUpsertWithoutTicketInput = {
26651
- update: XOR<ProfileUpdateWithoutTicketInput, ProfileUncheckedUpdateWithoutTicketInput>
26652
- create: XOR<ProfileCreateWithoutTicketInput, ProfileUncheckedCreateWithoutTicketInput>
26653
- where?: ProfileWhereInput
26654
- }
26655
-
26656
- export type ProfileUpdateToOneWithWhereWithoutTicketInput = {
26657
- where?: ProfileWhereInput
26658
- data: XOR<ProfileUpdateWithoutTicketInput, ProfileUncheckedUpdateWithoutTicketInput>
26659
- }
26660
-
26661
- export type ProfileUpdateWithoutTicketInput = {
26662
- id?: StringFieldUpdateOperationsInput | string
26663
- shortId?: IntFieldUpdateOperationsInput | number
26664
- role?: EnumRoleFieldUpdateOperationsInput | $Enums.Role
26665
- firstTimeMiExpo?: BoolFieldUpdateOperationsInput | boolean
26666
- username?: NullableStringFieldUpdateOperationsInput | string | null
26667
- password?: NullableStringFieldUpdateOperationsInput | string | null
26668
- phoneNumber?: StringFieldUpdateOperationsInput | string
26669
- isPhoneVerified?: BoolFieldUpdateOperationsInput | boolean
26670
- secondaryPhoneNumber?: NullableStringFieldUpdateOperationsInput | string | null
26671
- fullName?: StringFieldUpdateOperationsInput | string
26672
- firstName?: NullableStringFieldUpdateOperationsInput | string | null
26673
- gender?: NullableStringFieldUpdateOperationsInput | string | null
26674
- birthDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
26675
- profilePictureUrl?: NullableStringFieldUpdateOperationsInput | string | null
26676
- instagram?: NullableStringFieldUpdateOperationsInput | string | null
26677
- mail?: NullableStringFieldUpdateOperationsInput | string | null
26678
- dni?: NullableStringFieldUpdateOperationsInput | string | null
26679
- alternativeNames?: ProfileUpdatealternativeNamesInput | string[]
26680
- isInTrash?: BoolFieldUpdateOperationsInput | boolean
26681
- movedToTrashDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
26682
- created_at?: DateTimeFieldUpdateOperationsInput | Date | string
26683
- updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
26684
- otp?: OtpUpdateManyWithoutOwnerNestedInput
26685
- comments?: CommentUpdateManyWithoutProfileNestedInput
26686
- messages?: MessageUpdateManyWithoutProfileNestedInput
26687
- tags?: TagUpdateManyWithoutProfilesNestedInput
26688
- birthLocation?: LocationUpdateOneWithoutBirthProfilesNestedInput
26689
- residenceLocation?: LocationUpdateOneWithoutResidenceProfilesNestedInput
26690
- }
26691
-
26692
- export type ProfileUncheckedUpdateWithoutTicketInput = {
26693
- id?: StringFieldUpdateOperationsInput | string
26694
- shortId?: IntFieldUpdateOperationsInput | number
26695
- role?: EnumRoleFieldUpdateOperationsInput | $Enums.Role
26696
- firstTimeMiExpo?: BoolFieldUpdateOperationsInput | boolean
26697
- username?: NullableStringFieldUpdateOperationsInput | string | null
26698
- password?: NullableStringFieldUpdateOperationsInput | string | null
26699
- phoneNumber?: StringFieldUpdateOperationsInput | string
26700
- isPhoneVerified?: BoolFieldUpdateOperationsInput | boolean
26701
- secondaryPhoneNumber?: NullableStringFieldUpdateOperationsInput | string | null
26702
- fullName?: StringFieldUpdateOperationsInput | string
26703
- firstName?: NullableStringFieldUpdateOperationsInput | string | null
26704
- gender?: NullableStringFieldUpdateOperationsInput | string | null
26705
- birthDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
26706
- profilePictureUrl?: NullableStringFieldUpdateOperationsInput | string | null
26707
- instagram?: NullableStringFieldUpdateOperationsInput | string | null
26708
- mail?: NullableStringFieldUpdateOperationsInput | string | null
26709
- dni?: NullableStringFieldUpdateOperationsInput | string | null
26710
- alternativeNames?: ProfileUpdatealternativeNamesInput | string[]
26711
- birthLocationId?: NullableStringFieldUpdateOperationsInput | string | null
26712
- residenceLocationId?: NullableStringFieldUpdateOperationsInput | string | null
26713
- isInTrash?: BoolFieldUpdateOperationsInput | boolean
26714
- movedToTrashDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
26715
- created_at?: DateTimeFieldUpdateOperationsInput | Date | string
26716
- updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
26717
- otp?: OtpUncheckedUpdateManyWithoutOwnerNestedInput
26718
- comments?: CommentUncheckedUpdateManyWithoutProfileNestedInput
26719
- messages?: MessageUncheckedUpdateManyWithoutProfileNestedInput
26720
- tags?: TagUncheckedUpdateManyWithoutProfilesNestedInput
26721
- }
26722
-
26723
26301
  export type EventCreateWithoutEventTicketsInput = {
26724
26302
  id?: string
26725
26303
  name: string
@@ -27011,17 +26589,6 @@ export namespace Prisma {
27011
26589
  updated_at?: Date | string
27012
26590
  }
27013
26591
 
27014
- export type TicketCreateManyProfileInput = {
27015
- id?: string
27016
- eventId: string
27017
- type: $Enums.TicketType
27018
- status: $Enums.TicketStatus
27019
- fullName: string
27020
- mail: string
27021
- created_at?: Date | string
27022
- updated_at?: Date | string
27023
- }
27024
-
27025
26592
  export type OtpUpdateWithoutOwnerInput = {
27026
26593
  id?: StringFieldUpdateOperationsInput | string
27027
26594
  code?: StringFieldUpdateOperationsInput | string
@@ -27146,43 +26713,9 @@ export namespace Prisma {
27146
26713
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
27147
26714
  }
27148
26715
 
27149
- export type TicketUpdateWithoutProfileInput = {
27150
- id?: StringFieldUpdateOperationsInput | string
27151
- type?: EnumTicketTypeFieldUpdateOperationsInput | $Enums.TicketType
27152
- status?: EnumTicketStatusFieldUpdateOperationsInput | $Enums.TicketStatus
27153
- fullName?: StringFieldUpdateOperationsInput | string
27154
- mail?: StringFieldUpdateOperationsInput | string
27155
- created_at?: DateTimeFieldUpdateOperationsInput | Date | string
27156
- updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
27157
- event?: EventUpdateOneRequiredWithoutTicketsNestedInput
27158
- }
27159
-
27160
- export type TicketUncheckedUpdateWithoutProfileInput = {
27161
- id?: StringFieldUpdateOperationsInput | string
27162
- eventId?: StringFieldUpdateOperationsInput | string
27163
- type?: EnumTicketTypeFieldUpdateOperationsInput | $Enums.TicketType
27164
- status?: EnumTicketStatusFieldUpdateOperationsInput | $Enums.TicketStatus
27165
- fullName?: StringFieldUpdateOperationsInput | string
27166
- mail?: StringFieldUpdateOperationsInput | string
27167
- created_at?: DateTimeFieldUpdateOperationsInput | Date | string
27168
- updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
27169
- }
27170
-
27171
- export type TicketUncheckedUpdateManyWithoutProfileInput = {
27172
- id?: StringFieldUpdateOperationsInput | string
27173
- eventId?: StringFieldUpdateOperationsInput | string
27174
- type?: EnumTicketTypeFieldUpdateOperationsInput | $Enums.TicketType
27175
- status?: EnumTicketStatusFieldUpdateOperationsInput | $Enums.TicketStatus
27176
- fullName?: StringFieldUpdateOperationsInput | string
27177
- mail?: StringFieldUpdateOperationsInput | string
27178
- created_at?: DateTimeFieldUpdateOperationsInput | Date | string
27179
- updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
27180
- }
27181
-
27182
26716
  export type ProfileCreateManyBirthLocationInput = {
27183
26717
  id?: string
27184
26718
  shortId: number
27185
- role?: $Enums.Role
27186
26719
  firstTimeMiExpo?: boolean
27187
26720
  username?: string | null
27188
26721
  password?: string | null
@@ -27208,7 +26741,6 @@ export namespace Prisma {
27208
26741
  export type ProfileCreateManyResidenceLocationInput = {
27209
26742
  id?: string
27210
26743
  shortId: number
27211
- role?: $Enums.Role
27212
26744
  firstTimeMiExpo?: boolean
27213
26745
  username?: string | null
27214
26746
  password?: string | null
@@ -27234,7 +26766,6 @@ export namespace Prisma {
27234
26766
  export type ProfileUpdateWithoutBirthLocationInput = {
27235
26767
  id?: StringFieldUpdateOperationsInput | string
27236
26768
  shortId?: IntFieldUpdateOperationsInput | number
27237
- role?: EnumRoleFieldUpdateOperationsInput | $Enums.Role
27238
26769
  firstTimeMiExpo?: BoolFieldUpdateOperationsInput | boolean
27239
26770
  username?: NullableStringFieldUpdateOperationsInput | string | null
27240
26771
  password?: NullableStringFieldUpdateOperationsInput | string | null
@@ -27259,13 +26790,11 @@ export namespace Prisma {
27259
26790
  messages?: MessageUpdateManyWithoutProfileNestedInput
27260
26791
  tags?: TagUpdateManyWithoutProfilesNestedInput
27261
26792
  residenceLocation?: LocationUpdateOneWithoutResidenceProfilesNestedInput
27262
- Ticket?: TicketUpdateManyWithoutProfileNestedInput
27263
26793
  }
27264
26794
 
27265
26795
  export type ProfileUncheckedUpdateWithoutBirthLocationInput = {
27266
26796
  id?: StringFieldUpdateOperationsInput | string
27267
26797
  shortId?: IntFieldUpdateOperationsInput | number
27268
- role?: EnumRoleFieldUpdateOperationsInput | $Enums.Role
27269
26798
  firstTimeMiExpo?: BoolFieldUpdateOperationsInput | boolean
27270
26799
  username?: NullableStringFieldUpdateOperationsInput | string | null
27271
26800
  password?: NullableStringFieldUpdateOperationsInput | string | null
@@ -27290,13 +26819,11 @@ export namespace Prisma {
27290
26819
  comments?: CommentUncheckedUpdateManyWithoutProfileNestedInput
27291
26820
  messages?: MessageUncheckedUpdateManyWithoutProfileNestedInput
27292
26821
  tags?: TagUncheckedUpdateManyWithoutProfilesNestedInput
27293
- Ticket?: TicketUncheckedUpdateManyWithoutProfileNestedInput
27294
26822
  }
27295
26823
 
27296
26824
  export type ProfileUncheckedUpdateManyWithoutBirthLocationInput = {
27297
26825
  id?: StringFieldUpdateOperationsInput | string
27298
26826
  shortId?: IntFieldUpdateOperationsInput | number
27299
- role?: EnumRoleFieldUpdateOperationsInput | $Enums.Role
27300
26827
  firstTimeMiExpo?: BoolFieldUpdateOperationsInput | boolean
27301
26828
  username?: NullableStringFieldUpdateOperationsInput | string | null
27302
26829
  password?: NullableStringFieldUpdateOperationsInput | string | null
@@ -27322,7 +26849,6 @@ export namespace Prisma {
27322
26849
  export type ProfileUpdateWithoutResidenceLocationInput = {
27323
26850
  id?: StringFieldUpdateOperationsInput | string
27324
26851
  shortId?: IntFieldUpdateOperationsInput | number
27325
- role?: EnumRoleFieldUpdateOperationsInput | $Enums.Role
27326
26852
  firstTimeMiExpo?: BoolFieldUpdateOperationsInput | boolean
27327
26853
  username?: NullableStringFieldUpdateOperationsInput | string | null
27328
26854
  password?: NullableStringFieldUpdateOperationsInput | string | null
@@ -27347,13 +26873,11 @@ export namespace Prisma {
27347
26873
  messages?: MessageUpdateManyWithoutProfileNestedInput
27348
26874
  tags?: TagUpdateManyWithoutProfilesNestedInput
27349
26875
  birthLocation?: LocationUpdateOneWithoutBirthProfilesNestedInput
27350
- Ticket?: TicketUpdateManyWithoutProfileNestedInput
27351
26876
  }
27352
26877
 
27353
26878
  export type ProfileUncheckedUpdateWithoutResidenceLocationInput = {
27354
26879
  id?: StringFieldUpdateOperationsInput | string
27355
26880
  shortId?: IntFieldUpdateOperationsInput | number
27356
- role?: EnumRoleFieldUpdateOperationsInput | $Enums.Role
27357
26881
  firstTimeMiExpo?: BoolFieldUpdateOperationsInput | boolean
27358
26882
  username?: NullableStringFieldUpdateOperationsInput | string | null
27359
26883
  password?: NullableStringFieldUpdateOperationsInput | string | null
@@ -27378,13 +26902,11 @@ export namespace Prisma {
27378
26902
  comments?: CommentUncheckedUpdateManyWithoutProfileNestedInput
27379
26903
  messages?: MessageUncheckedUpdateManyWithoutProfileNestedInput
27380
26904
  tags?: TagUncheckedUpdateManyWithoutProfilesNestedInput
27381
- Ticket?: TicketUncheckedUpdateManyWithoutProfileNestedInput
27382
26905
  }
27383
26906
 
27384
26907
  export type ProfileUncheckedUpdateManyWithoutResidenceLocationInput = {
27385
26908
  id?: StringFieldUpdateOperationsInput | string
27386
26909
  shortId?: IntFieldUpdateOperationsInput | number
27387
- role?: EnumRoleFieldUpdateOperationsInput | $Enums.Role
27388
26910
  firstTimeMiExpo?: BoolFieldUpdateOperationsInput | boolean
27389
26911
  username?: NullableStringFieldUpdateOperationsInput | string | null
27390
26912
  password?: NullableStringFieldUpdateOperationsInput | string | null
@@ -27449,7 +26971,6 @@ export namespace Prisma {
27449
26971
  export type ProfileUpdateWithoutTagsInput = {
27450
26972
  id?: StringFieldUpdateOperationsInput | string
27451
26973
  shortId?: IntFieldUpdateOperationsInput | number
27452
- role?: EnumRoleFieldUpdateOperationsInput | $Enums.Role
27453
26974
  firstTimeMiExpo?: BoolFieldUpdateOperationsInput | boolean
27454
26975
  username?: NullableStringFieldUpdateOperationsInput | string | null
27455
26976
  password?: NullableStringFieldUpdateOperationsInput | string | null
@@ -27474,13 +26995,11 @@ export namespace Prisma {
27474
26995
  messages?: MessageUpdateManyWithoutProfileNestedInput
27475
26996
  birthLocation?: LocationUpdateOneWithoutBirthProfilesNestedInput
27476
26997
  residenceLocation?: LocationUpdateOneWithoutResidenceProfilesNestedInput
27477
- Ticket?: TicketUpdateManyWithoutProfileNestedInput
27478
26998
  }
27479
26999
 
27480
27000
  export type ProfileUncheckedUpdateWithoutTagsInput = {
27481
27001
  id?: StringFieldUpdateOperationsInput | string
27482
27002
  shortId?: IntFieldUpdateOperationsInput | number
27483
- role?: EnumRoleFieldUpdateOperationsInput | $Enums.Role
27484
27003
  firstTimeMiExpo?: BoolFieldUpdateOperationsInput | boolean
27485
27004
  username?: NullableStringFieldUpdateOperationsInput | string | null
27486
27005
  password?: NullableStringFieldUpdateOperationsInput | string | null
@@ -27505,13 +27024,11 @@ export namespace Prisma {
27505
27024
  otp?: OtpUncheckedUpdateManyWithoutOwnerNestedInput
27506
27025
  comments?: CommentUncheckedUpdateManyWithoutProfileNestedInput
27507
27026
  messages?: MessageUncheckedUpdateManyWithoutProfileNestedInput
27508
- Ticket?: TicketUncheckedUpdateManyWithoutProfileNestedInput
27509
27027
  }
27510
27028
 
27511
27029
  export type ProfileUncheckedUpdateManyWithoutTagsInput = {
27512
27030
  id?: StringFieldUpdateOperationsInput | string
27513
27031
  shortId?: IntFieldUpdateOperationsInput | number
27514
- role?: EnumRoleFieldUpdateOperationsInput | $Enums.Role
27515
27032
  firstTimeMiExpo?: BoolFieldUpdateOperationsInput | boolean
27516
27033
  username?: NullableStringFieldUpdateOperationsInput | string | null
27517
27034
  password?: NullableStringFieldUpdateOperationsInput | string | null
@@ -27678,7 +27195,6 @@ export namespace Prisma {
27678
27195
  status: $Enums.TicketStatus
27679
27196
  fullName: string
27680
27197
  mail: string
27681
- profileId?: string | null
27682
27198
  created_at?: Date | string
27683
27199
  updated_at?: Date | string
27684
27200
  }
@@ -27715,7 +27231,6 @@ export namespace Prisma {
27715
27231
  mail?: StringFieldUpdateOperationsInput | string
27716
27232
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
27717
27233
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
27718
- profile?: ProfileUpdateOneWithoutTicketNestedInput
27719
27234
  }
27720
27235
 
27721
27236
  export type TicketUncheckedUpdateWithoutEventInput = {
@@ -27724,7 +27239,6 @@ export namespace Prisma {
27724
27239
  status?: EnumTicketStatusFieldUpdateOperationsInput | $Enums.TicketStatus
27725
27240
  fullName?: StringFieldUpdateOperationsInput | string
27726
27241
  mail?: StringFieldUpdateOperationsInput | string
27727
- profileId?: NullableStringFieldUpdateOperationsInput | string | null
27728
27242
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
27729
27243
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
27730
27244
  }
@@ -27735,7 +27249,6 @@ export namespace Prisma {
27735
27249
  status?: EnumTicketStatusFieldUpdateOperationsInput | $Enums.TicketStatus
27736
27250
  fullName?: StringFieldUpdateOperationsInput | string
27737
27251
  mail?: StringFieldUpdateOperationsInput | string
27738
- profileId?: NullableStringFieldUpdateOperationsInput | string | null
27739
27252
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
27740
27253
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
27741
27254
  }