expo-backend-types 0.34.0-EXPO-319-ver-eventos-disponibles.12 → 0.34.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 (65) 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/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 -13
  15. package/dist/src/i18n/es.js +0 -13
  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 +0 -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 -2
  22. package/dist/src/mi-expo/exports.js +0 -2
  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 -7
  52. package/dist/types/prisma-schema/index-browser.js +1 -4
  53. package/dist/types/prisma-schema/index.d.ts +69 -557
  54. package/dist/types/prisma-schema/index.js +4 -7
  55. package/dist/types/prisma-schema/package.json +1 -1
  56. package/dist/types/prisma-schema/schema.prisma +2 -10
  57. package/dist/types/prisma-schema/wasm.js +1 -4
  58. package/dist/types/schema.d.ts +5 -400
  59. package/package.json +1 -1
  60. package/dist/src/mi-expo/dto/emit-ticket.dto.d.ts +0 -281
  61. package/dist/src/mi-expo/dto/emit-ticket.dto.js +0 -23
  62. package/dist/src/mi-expo/dto/get-invitations.dto.d.ts +0 -104
  63. package/dist/src/mi-expo/dto/get-invitations.dto.js +0 -24
  64. package/dist/src/ticket/dto/find-by-profile-id-ticket.dto.d.ts +0 -331
  65. package/dist/src/ticket/dto/find-by-profile-id-ticket.dto.js +0 -19
@@ -91,8 +91,7 @@ export namespace $Enums {
91
91
  export const Role: {
92
92
  USER: 'USER',
93
93
  ADMIN: 'ADMIN',
94
- FORM: 'FORM',
95
- MI_EXPO: 'MI_EXPO'
94
+ FORM: 'FORM'
96
95
  };
97
96
 
98
97
  export type Role = (typeof Role)[keyof typeof Role]
@@ -2209,7 +2208,6 @@ export namespace Prisma {
2209
2208
  comments: number
2210
2209
  messages: number
2211
2210
  tags: number
2212
- Ticket: number
2213
2211
  }
2214
2212
 
2215
2213
  export type ProfileCountOutputTypeSelect<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
@@ -2217,7 +2215,6 @@ export namespace Prisma {
2217
2215
  comments?: boolean | ProfileCountOutputTypeCountCommentsArgs
2218
2216
  messages?: boolean | ProfileCountOutputTypeCountMessagesArgs
2219
2217
  tags?: boolean | ProfileCountOutputTypeCountTagsArgs
2220
- Ticket?: boolean | ProfileCountOutputTypeCountTicketArgs
2221
2218
  }
2222
2219
 
2223
2220
  // Custom InputTypes
@@ -2259,13 +2256,6 @@ export namespace Prisma {
2259
2256
  where?: TagWhereInput
2260
2257
  }
2261
2258
 
2262
- /**
2263
- * ProfileCountOutputType without action
2264
- */
2265
- export type ProfileCountOutputTypeCountTicketArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
2266
- where?: TicketWhereInput
2267
- }
2268
-
2269
2259
 
2270
2260
  /**
2271
2261
  * Count Type LocationCountOutputType
@@ -3701,7 +3691,6 @@ export namespace Prisma {
3701
3691
  export type ProfileMinAggregateOutputType = {
3702
3692
  id: string | null
3703
3693
  shortId: number | null
3704
- role: $Enums.Role | null
3705
3694
  firstTimeMiExpo: boolean | null
3706
3695
  username: string | null
3707
3696
  password: string | null
@@ -3727,7 +3716,6 @@ export namespace Prisma {
3727
3716
  export type ProfileMaxAggregateOutputType = {
3728
3717
  id: string | null
3729
3718
  shortId: number | null
3730
- role: $Enums.Role | null
3731
3719
  firstTimeMiExpo: boolean | null
3732
3720
  username: string | null
3733
3721
  password: string | null
@@ -3753,7 +3741,6 @@ export namespace Prisma {
3753
3741
  export type ProfileCountAggregateOutputType = {
3754
3742
  id: number
3755
3743
  shortId: number
3756
- role: number
3757
3744
  firstTimeMiExpo: number
3758
3745
  username: number
3759
3746
  password: number
@@ -3790,7 +3777,6 @@ export namespace Prisma {
3790
3777
  export type ProfileMinAggregateInputType = {
3791
3778
  id?: true
3792
3779
  shortId?: true
3793
- role?: true
3794
3780
  firstTimeMiExpo?: true
3795
3781
  username?: true
3796
3782
  password?: true
@@ -3816,7 +3802,6 @@ export namespace Prisma {
3816
3802
  export type ProfileMaxAggregateInputType = {
3817
3803
  id?: true
3818
3804
  shortId?: true
3819
- role?: true
3820
3805
  firstTimeMiExpo?: true
3821
3806
  username?: true
3822
3807
  password?: true
@@ -3842,7 +3827,6 @@ export namespace Prisma {
3842
3827
  export type ProfileCountAggregateInputType = {
3843
3828
  id?: true
3844
3829
  shortId?: true
3845
- role?: true
3846
3830
  firstTimeMiExpo?: true
3847
3831
  username?: true
3848
3832
  password?: true
@@ -3956,7 +3940,6 @@ export namespace Prisma {
3956
3940
  export type ProfileGroupByOutputType = {
3957
3941
  id: string
3958
3942
  shortId: number
3959
- role: $Enums.Role
3960
3943
  firstTimeMiExpo: boolean
3961
3944
  username: string | null
3962
3945
  password: string | null
@@ -4002,7 +3985,6 @@ export namespace Prisma {
4002
3985
  export type ProfileSelect<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
4003
3986
  id?: boolean
4004
3987
  shortId?: boolean
4005
- role?: boolean
4006
3988
  firstTimeMiExpo?: boolean
4007
3989
  username?: boolean
4008
3990
  password?: boolean
@@ -4030,14 +4012,12 @@ export namespace Prisma {
4030
4012
  tags?: boolean | Profile$tagsArgs<ExtArgs>
4031
4013
  birthLocation?: boolean | Profile$birthLocationArgs<ExtArgs>
4032
4014
  residenceLocation?: boolean | Profile$residenceLocationArgs<ExtArgs>
4033
- Ticket?: boolean | Profile$TicketArgs<ExtArgs>
4034
4015
  _count?: boolean | ProfileCountOutputTypeDefaultArgs<ExtArgs>
4035
4016
  }, ExtArgs["result"]["profile"]>
4036
4017
 
4037
4018
  export type ProfileSelectCreateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
4038
4019
  id?: boolean
4039
4020
  shortId?: boolean
4040
- role?: boolean
4041
4021
  firstTimeMiExpo?: boolean
4042
4022
  username?: boolean
4043
4023
  password?: boolean
@@ -4066,7 +4046,6 @@ export namespace Prisma {
4066
4046
  export type ProfileSelectUpdateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
4067
4047
  id?: boolean
4068
4048
  shortId?: boolean
4069
- role?: boolean
4070
4049
  firstTimeMiExpo?: boolean
4071
4050
  username?: boolean
4072
4051
  password?: boolean
@@ -4095,7 +4074,6 @@ export namespace Prisma {
4095
4074
  export type ProfileSelectScalar = {
4096
4075
  id?: boolean
4097
4076
  shortId?: boolean
4098
- role?: boolean
4099
4077
  firstTimeMiExpo?: boolean
4100
4078
  username?: boolean
4101
4079
  password?: boolean
@@ -4119,7 +4097,7 @@ export namespace Prisma {
4119
4097
  updated_at?: boolean
4120
4098
  }
4121
4099
 
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"]>
4100
+ 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
4101
  export type ProfileInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
4124
4102
  otp?: boolean | Profile$otpArgs<ExtArgs>
4125
4103
  comments?: boolean | Profile$commentsArgs<ExtArgs>
@@ -4127,7 +4105,6 @@ export namespace Prisma {
4127
4105
  tags?: boolean | Profile$tagsArgs<ExtArgs>
4128
4106
  birthLocation?: boolean | Profile$birthLocationArgs<ExtArgs>
4129
4107
  residenceLocation?: boolean | Profile$residenceLocationArgs<ExtArgs>
4130
- Ticket?: boolean | Profile$TicketArgs<ExtArgs>
4131
4108
  _count?: boolean | ProfileCountOutputTypeDefaultArgs<ExtArgs>
4132
4109
  }
4133
4110
  export type ProfileIncludeCreateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
@@ -4148,12 +4125,10 @@ export namespace Prisma {
4148
4125
  tags: Prisma.$TagPayload<ExtArgs>[]
4149
4126
  birthLocation: Prisma.$LocationPayload<ExtArgs> | null
4150
4127
  residenceLocation: Prisma.$LocationPayload<ExtArgs> | null
4151
- Ticket: Prisma.$TicketPayload<ExtArgs>[]
4152
4128
  }
4153
4129
  scalars: $Extensions.GetPayloadResult<{
4154
4130
  id: string
4155
4131
  shortId: number
4156
- role: $Enums.Role
4157
4132
  firstTimeMiExpo: boolean
4158
4133
  username: string | null
4159
4134
  password: string | null
@@ -4575,7 +4550,6 @@ export namespace Prisma {
4575
4550
  tags<T extends Profile$tagsArgs<ExtArgs> = {}>(args?: Subset<T, Profile$tagsArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$TagPayload<ExtArgs>, T, "findMany", ClientOptions> | Null>
4576
4551
  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
4552
  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
4553
  /**
4580
4554
  * Attaches callbacks for the resolution and/or rejection of the Promise.
4581
4555
  * @param onfulfilled The callback to execute when the Promise is resolved.
@@ -4607,7 +4581,6 @@ export namespace Prisma {
4607
4581
  interface ProfileFieldRefs {
4608
4582
  readonly id: FieldRef<"Profile", 'String'>
4609
4583
  readonly shortId: FieldRef<"Profile", 'Int'>
4610
- readonly role: FieldRef<"Profile", 'Role'>
4611
4584
  readonly firstTimeMiExpo: FieldRef<"Profile", 'Boolean'>
4612
4585
  readonly username: FieldRef<"Profile", 'String'>
4613
4586
  readonly password: FieldRef<"Profile", 'String'>
@@ -5158,30 +5131,6 @@ export namespace Prisma {
5158
5131
  where?: LocationWhereInput
5159
5132
  }
5160
5133
 
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
5134
  /**
5186
5135
  * Profile without action
5187
5136
  */
@@ -15419,7 +15368,6 @@ export namespace Prisma {
15419
15368
  status: $Enums.TicketStatus | null
15420
15369
  fullName: string | null
15421
15370
  mail: string | null
15422
- profileId: string | null
15423
15371
  created_at: Date | null
15424
15372
  updated_at: Date | null
15425
15373
  }
@@ -15431,7 +15379,6 @@ export namespace Prisma {
15431
15379
  status: $Enums.TicketStatus | null
15432
15380
  fullName: string | null
15433
15381
  mail: string | null
15434
- profileId: string | null
15435
15382
  created_at: Date | null
15436
15383
  updated_at: Date | null
15437
15384
  }
@@ -15443,7 +15390,6 @@ export namespace Prisma {
15443
15390
  status: number
15444
15391
  fullName: number
15445
15392
  mail: number
15446
- profileId: number
15447
15393
  created_at: number
15448
15394
  updated_at: number
15449
15395
  _all: number
@@ -15457,7 +15403,6 @@ export namespace Prisma {
15457
15403
  status?: true
15458
15404
  fullName?: true
15459
15405
  mail?: true
15460
- profileId?: true
15461
15406
  created_at?: true
15462
15407
  updated_at?: true
15463
15408
  }
@@ -15469,7 +15414,6 @@ export namespace Prisma {
15469
15414
  status?: true
15470
15415
  fullName?: true
15471
15416
  mail?: true
15472
- profileId?: true
15473
15417
  created_at?: true
15474
15418
  updated_at?: true
15475
15419
  }
@@ -15481,7 +15425,6 @@ export namespace Prisma {
15481
15425
  status?: true
15482
15426
  fullName?: true
15483
15427
  mail?: true
15484
- profileId?: true
15485
15428
  created_at?: true
15486
15429
  updated_at?: true
15487
15430
  _all?: true
@@ -15566,7 +15509,6 @@ export namespace Prisma {
15566
15509
  status: $Enums.TicketStatus
15567
15510
  fullName: string
15568
15511
  mail: string
15569
- profileId: string | null
15570
15512
  created_at: Date
15571
15513
  updated_at: Date
15572
15514
  _count: TicketCountAggregateOutputType | null
@@ -15595,11 +15537,9 @@ export namespace Prisma {
15595
15537
  status?: boolean
15596
15538
  fullName?: boolean
15597
15539
  mail?: boolean
15598
- profileId?: boolean
15599
15540
  created_at?: boolean
15600
15541
  updated_at?: boolean
15601
15542
  event?: boolean | EventDefaultArgs<ExtArgs>
15602
- profile?: boolean | Ticket$profileArgs<ExtArgs>
15603
15543
  }, ExtArgs["result"]["ticket"]>
15604
15544
 
15605
15545
  export type TicketSelectCreateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
@@ -15609,11 +15549,9 @@ export namespace Prisma {
15609
15549
  status?: boolean
15610
15550
  fullName?: boolean
15611
15551
  mail?: boolean
15612
- profileId?: boolean
15613
15552
  created_at?: boolean
15614
15553
  updated_at?: boolean
15615
15554
  event?: boolean | EventDefaultArgs<ExtArgs>
15616
- profile?: boolean | Ticket$profileArgs<ExtArgs>
15617
15555
  }, ExtArgs["result"]["ticket"]>
15618
15556
 
15619
15557
  export type TicketSelectUpdateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
@@ -15623,11 +15561,9 @@ export namespace Prisma {
15623
15561
  status?: boolean
15624
15562
  fullName?: boolean
15625
15563
  mail?: boolean
15626
- profileId?: boolean
15627
15564
  created_at?: boolean
15628
15565
  updated_at?: boolean
15629
15566
  event?: boolean | EventDefaultArgs<ExtArgs>
15630
- profile?: boolean | Ticket$profileArgs<ExtArgs>
15631
15567
  }, ExtArgs["result"]["ticket"]>
15632
15568
 
15633
15569
  export type TicketSelectScalar = {
@@ -15637,30 +15573,25 @@ export namespace Prisma {
15637
15573
  status?: boolean
15638
15574
  fullName?: boolean
15639
15575
  mail?: boolean
15640
- profileId?: boolean
15641
15576
  created_at?: boolean
15642
15577
  updated_at?: boolean
15643
15578
  }
15644
15579
 
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"]>
15580
+ 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
15581
  export type TicketInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
15647
15582
  event?: boolean | EventDefaultArgs<ExtArgs>
15648
- profile?: boolean | Ticket$profileArgs<ExtArgs>
15649
15583
  }
15650
15584
  export type TicketIncludeCreateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
15651
15585
  event?: boolean | EventDefaultArgs<ExtArgs>
15652
- profile?: boolean | Ticket$profileArgs<ExtArgs>
15653
15586
  }
15654
15587
  export type TicketIncludeUpdateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
15655
15588
  event?: boolean | EventDefaultArgs<ExtArgs>
15656
- profile?: boolean | Ticket$profileArgs<ExtArgs>
15657
15589
  }
15658
15590
 
15659
15591
  export type $TicketPayload<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
15660
15592
  name: "Ticket"
15661
15593
  objects: {
15662
15594
  event: Prisma.$EventPayload<ExtArgs>
15663
- profile: Prisma.$ProfilePayload<ExtArgs> | null
15664
15595
  }
15665
15596
  scalars: $Extensions.GetPayloadResult<{
15666
15597
  id: string
@@ -15669,7 +15600,6 @@ export namespace Prisma {
15669
15600
  status: $Enums.TicketStatus
15670
15601
  fullName: string
15671
15602
  mail: string
15672
- profileId: string | null
15673
15603
  created_at: Date
15674
15604
  updated_at: Date
15675
15605
  }, ExtArgs["result"]["ticket"]>
@@ -16067,7 +15997,6 @@ export namespace Prisma {
16067
15997
  export interface Prisma__TicketClient<T, Null = never, ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs, ClientOptions = {}> extends Prisma.PrismaPromise<T> {
16068
15998
  readonly [Symbol.toStringTag]: "PrismaPromise"
16069
15999
  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
16000
  /**
16072
16001
  * Attaches callbacks for the resolution and/or rejection of the Promise.
16073
16002
  * @param onfulfilled The callback to execute when the Promise is resolved.
@@ -16103,7 +16032,6 @@ export namespace Prisma {
16103
16032
  readonly status: FieldRef<"Ticket", 'TicketStatus'>
16104
16033
  readonly fullName: FieldRef<"Ticket", 'String'>
16105
16034
  readonly mail: FieldRef<"Ticket", 'String'>
16106
- readonly profileId: FieldRef<"Ticket", 'String'>
16107
16035
  readonly created_at: FieldRef<"Ticket", 'DateTime'>
16108
16036
  readonly updated_at: FieldRef<"Ticket", 'DateTime'>
16109
16037
  }
@@ -16501,25 +16429,6 @@ export namespace Prisma {
16501
16429
  limit?: number
16502
16430
  }
16503
16431
 
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
16432
  /**
16524
16433
  * Ticket without action
16525
16434
  */
@@ -18661,7 +18570,6 @@ export namespace Prisma {
18661
18570
  export const ProfileScalarFieldEnum: {
18662
18571
  id: 'id',
18663
18572
  shortId: 'shortId',
18664
- role: 'role',
18665
18573
  firstTimeMiExpo: 'firstTimeMiExpo',
18666
18574
  username: 'username',
18667
18575
  password: 'password',
@@ -18815,7 +18723,6 @@ export namespace Prisma {
18815
18723
  status: 'status',
18816
18724
  fullName: 'fullName',
18817
18725
  mail: 'mail',
18818
- profileId: 'profileId',
18819
18726
  created_at: 'created_at',
18820
18727
  updated_at: 'updated_at'
18821
18728
  };
@@ -19153,7 +19060,6 @@ export namespace Prisma {
19153
19060
  NOT?: ProfileWhereInput | ProfileWhereInput[]
19154
19061
  id?: StringFilter<"Profile"> | string
19155
19062
  shortId?: IntFilter<"Profile"> | number
19156
- role?: EnumRoleFilter<"Profile"> | $Enums.Role
19157
19063
  firstTimeMiExpo?: BoolFilter<"Profile"> | boolean
19158
19064
  username?: StringNullableFilter<"Profile"> | string | null
19159
19065
  password?: StringNullableFilter<"Profile"> | string | null
@@ -19181,13 +19087,11 @@ export namespace Prisma {
19181
19087
  tags?: TagListRelationFilter
19182
19088
  birthLocation?: XOR<LocationNullableScalarRelationFilter, LocationWhereInput> | null
19183
19089
  residenceLocation?: XOR<LocationNullableScalarRelationFilter, LocationWhereInput> | null
19184
- Ticket?: TicketListRelationFilter
19185
19090
  }
19186
19091
 
19187
19092
  export type ProfileOrderByWithRelationInput = {
19188
19093
  id?: SortOrder
19189
19094
  shortId?: SortOrder
19190
- role?: SortOrder
19191
19095
  firstTimeMiExpo?: SortOrder
19192
19096
  username?: SortOrderInput | SortOrder
19193
19097
  password?: SortOrderInput | SortOrder
@@ -19215,7 +19119,6 @@ export namespace Prisma {
19215
19119
  tags?: TagOrderByRelationAggregateInput
19216
19120
  birthLocation?: LocationOrderByWithRelationInput
19217
19121
  residenceLocation?: LocationOrderByWithRelationInput
19218
- Ticket?: TicketOrderByRelationAggregateInput
19219
19122
  }
19220
19123
 
19221
19124
  export type ProfileWhereUniqueInput = Prisma.AtLeast<{
@@ -19227,7 +19130,6 @@ export namespace Prisma {
19227
19130
  OR?: ProfileWhereInput[]
19228
19131
  NOT?: ProfileWhereInput | ProfileWhereInput[]
19229
19132
  shortId?: IntFilter<"Profile"> | number
19230
- role?: EnumRoleFilter<"Profile"> | $Enums.Role
19231
19133
  firstTimeMiExpo?: BoolFilter<"Profile"> | boolean
19232
19134
  password?: StringNullableFilter<"Profile"> | string | null
19233
19135
  isPhoneVerified?: BoolFilter<"Profile"> | boolean
@@ -19252,13 +19154,11 @@ export namespace Prisma {
19252
19154
  tags?: TagListRelationFilter
19253
19155
  birthLocation?: XOR<LocationNullableScalarRelationFilter, LocationWhereInput> | null
19254
19156
  residenceLocation?: XOR<LocationNullableScalarRelationFilter, LocationWhereInput> | null
19255
- Ticket?: TicketListRelationFilter
19256
19157
  }, "id" | "username" | "phoneNumber" | "secondaryPhoneNumber">
19257
19158
 
19258
19159
  export type ProfileOrderByWithAggregationInput = {
19259
19160
  id?: SortOrder
19260
19161
  shortId?: SortOrder
19261
- role?: SortOrder
19262
19162
  firstTimeMiExpo?: SortOrder
19263
19163
  username?: SortOrderInput | SortOrder
19264
19164
  password?: SortOrderInput | SortOrder
@@ -19293,7 +19193,6 @@ export namespace Prisma {
19293
19193
  NOT?: ProfileScalarWhereWithAggregatesInput | ProfileScalarWhereWithAggregatesInput[]
19294
19194
  id?: StringWithAggregatesFilter<"Profile"> | string
19295
19195
  shortId?: IntWithAggregatesFilter<"Profile"> | number
19296
- role?: EnumRoleWithAggregatesFilter<"Profile"> | $Enums.Role
19297
19196
  firstTimeMiExpo?: BoolWithAggregatesFilter<"Profile"> | boolean
19298
19197
  username?: StringNullableWithAggregatesFilter<"Profile"> | string | null
19299
19198
  password?: StringNullableWithAggregatesFilter<"Profile"> | string | null
@@ -19975,11 +19874,9 @@ export namespace Prisma {
19975
19874
  status?: EnumTicketStatusFilter<"Ticket"> | $Enums.TicketStatus
19976
19875
  fullName?: StringFilter<"Ticket"> | string
19977
19876
  mail?: StringFilter<"Ticket"> | string
19978
- profileId?: StringNullableFilter<"Ticket"> | string | null
19979
19877
  created_at?: DateTimeFilter<"Ticket"> | Date | string
19980
19878
  updated_at?: DateTimeFilter<"Ticket"> | Date | string
19981
19879
  event?: XOR<EventScalarRelationFilter, EventWhereInput>
19982
- profile?: XOR<ProfileNullableScalarRelationFilter, ProfileWhereInput> | null
19983
19880
  }
19984
19881
 
19985
19882
  export type TicketOrderByWithRelationInput = {
@@ -19989,11 +19886,9 @@ export namespace Prisma {
19989
19886
  status?: SortOrder
19990
19887
  fullName?: SortOrder
19991
19888
  mail?: SortOrder
19992
- profileId?: SortOrderInput | SortOrder
19993
19889
  created_at?: SortOrder
19994
19890
  updated_at?: SortOrder
19995
19891
  event?: EventOrderByWithRelationInput
19996
- profile?: ProfileOrderByWithRelationInput
19997
19892
  }
19998
19893
 
19999
19894
  export type TicketWhereUniqueInput = Prisma.AtLeast<{
@@ -20006,11 +19901,9 @@ export namespace Prisma {
20006
19901
  status?: EnumTicketStatusFilter<"Ticket"> | $Enums.TicketStatus
20007
19902
  fullName?: StringFilter<"Ticket"> | string
20008
19903
  mail?: StringFilter<"Ticket"> | string
20009
- profileId?: StringNullableFilter<"Ticket"> | string | null
20010
19904
  created_at?: DateTimeFilter<"Ticket"> | Date | string
20011
19905
  updated_at?: DateTimeFilter<"Ticket"> | Date | string
20012
19906
  event?: XOR<EventScalarRelationFilter, EventWhereInput>
20013
- profile?: XOR<ProfileNullableScalarRelationFilter, ProfileWhereInput> | null
20014
19907
  }, "id">
20015
19908
 
20016
19909
  export type TicketOrderByWithAggregationInput = {
@@ -20020,7 +19913,6 @@ export namespace Prisma {
20020
19913
  status?: SortOrder
20021
19914
  fullName?: SortOrder
20022
19915
  mail?: SortOrder
20023
- profileId?: SortOrderInput | SortOrder
20024
19916
  created_at?: SortOrder
20025
19917
  updated_at?: SortOrder
20026
19918
  _count?: TicketCountOrderByAggregateInput
@@ -20038,7 +19930,6 @@ export namespace Prisma {
20038
19930
  status?: EnumTicketStatusWithAggregatesFilter<"Ticket"> | $Enums.TicketStatus
20039
19931
  fullName?: StringWithAggregatesFilter<"Ticket"> | string
20040
19932
  mail?: StringWithAggregatesFilter<"Ticket"> | string
20041
- profileId?: StringNullableWithAggregatesFilter<"Ticket"> | string | null
20042
19933
  created_at?: DateTimeWithAggregatesFilter<"Ticket"> | Date | string
20043
19934
  updated_at?: DateTimeWithAggregatesFilter<"Ticket"> | Date | string
20044
19935
  }
@@ -20248,7 +20139,6 @@ export namespace Prisma {
20248
20139
  export type ProfileCreateInput = {
20249
20140
  id?: string
20250
20141
  shortId: number
20251
- role?: $Enums.Role
20252
20142
  firstTimeMiExpo?: boolean
20253
20143
  username?: string | null
20254
20144
  password?: string | null
@@ -20274,13 +20164,11 @@ export namespace Prisma {
20274
20164
  tags?: TagCreateNestedManyWithoutProfilesInput
20275
20165
  birthLocation?: LocationCreateNestedOneWithoutBirthProfilesInput
20276
20166
  residenceLocation?: LocationCreateNestedOneWithoutResidenceProfilesInput
20277
- Ticket?: TicketCreateNestedManyWithoutProfileInput
20278
20167
  }
20279
20168
 
20280
20169
  export type ProfileUncheckedCreateInput = {
20281
20170
  id?: string
20282
20171
  shortId: number
20283
- role?: $Enums.Role
20284
20172
  firstTimeMiExpo?: boolean
20285
20173
  username?: string | null
20286
20174
  password?: string | null
@@ -20306,13 +20194,11 @@ export namespace Prisma {
20306
20194
  comments?: CommentUncheckedCreateNestedManyWithoutProfileInput
20307
20195
  messages?: MessageUncheckedCreateNestedManyWithoutProfileInput
20308
20196
  tags?: TagUncheckedCreateNestedManyWithoutProfilesInput
20309
- Ticket?: TicketUncheckedCreateNestedManyWithoutProfileInput
20310
20197
  }
20311
20198
 
20312
20199
  export type ProfileUpdateInput = {
20313
20200
  id?: StringFieldUpdateOperationsInput | string
20314
20201
  shortId?: IntFieldUpdateOperationsInput | number
20315
- role?: EnumRoleFieldUpdateOperationsInput | $Enums.Role
20316
20202
  firstTimeMiExpo?: BoolFieldUpdateOperationsInput | boolean
20317
20203
  username?: NullableStringFieldUpdateOperationsInput | string | null
20318
20204
  password?: NullableStringFieldUpdateOperationsInput | string | null
@@ -20338,13 +20224,11 @@ export namespace Prisma {
20338
20224
  tags?: TagUpdateManyWithoutProfilesNestedInput
20339
20225
  birthLocation?: LocationUpdateOneWithoutBirthProfilesNestedInput
20340
20226
  residenceLocation?: LocationUpdateOneWithoutResidenceProfilesNestedInput
20341
- Ticket?: TicketUpdateManyWithoutProfileNestedInput
20342
20227
  }
20343
20228
 
20344
20229
  export type ProfileUncheckedUpdateInput = {
20345
20230
  id?: StringFieldUpdateOperationsInput | string
20346
20231
  shortId?: IntFieldUpdateOperationsInput | number
20347
- role?: EnumRoleFieldUpdateOperationsInput | $Enums.Role
20348
20232
  firstTimeMiExpo?: BoolFieldUpdateOperationsInput | boolean
20349
20233
  username?: NullableStringFieldUpdateOperationsInput | string | null
20350
20234
  password?: NullableStringFieldUpdateOperationsInput | string | null
@@ -20370,13 +20254,11 @@ export namespace Prisma {
20370
20254
  comments?: CommentUncheckedUpdateManyWithoutProfileNestedInput
20371
20255
  messages?: MessageUncheckedUpdateManyWithoutProfileNestedInput
20372
20256
  tags?: TagUncheckedUpdateManyWithoutProfilesNestedInput
20373
- Ticket?: TicketUncheckedUpdateManyWithoutProfileNestedInput
20374
20257
  }
20375
20258
 
20376
20259
  export type ProfileCreateManyInput = {
20377
20260
  id?: string
20378
20261
  shortId: number
20379
- role?: $Enums.Role
20380
20262
  firstTimeMiExpo?: boolean
20381
20263
  username?: string | null
20382
20264
  password?: string | null
@@ -20403,7 +20285,6 @@ export namespace Prisma {
20403
20285
  export type ProfileUpdateManyMutationInput = {
20404
20286
  id?: StringFieldUpdateOperationsInput | string
20405
20287
  shortId?: IntFieldUpdateOperationsInput | number
20406
- role?: EnumRoleFieldUpdateOperationsInput | $Enums.Role
20407
20288
  firstTimeMiExpo?: BoolFieldUpdateOperationsInput | boolean
20408
20289
  username?: NullableStringFieldUpdateOperationsInput | string | null
20409
20290
  password?: NullableStringFieldUpdateOperationsInput | string | null
@@ -20428,7 +20309,6 @@ export namespace Prisma {
20428
20309
  export type ProfileUncheckedUpdateManyInput = {
20429
20310
  id?: StringFieldUpdateOperationsInput | string
20430
20311
  shortId?: IntFieldUpdateOperationsInput | number
20431
- role?: EnumRoleFieldUpdateOperationsInput | $Enums.Role
20432
20312
  firstTimeMiExpo?: BoolFieldUpdateOperationsInput | boolean
20433
20313
  username?: NullableStringFieldUpdateOperationsInput | string | null
20434
20314
  password?: NullableStringFieldUpdateOperationsInput | string | null
@@ -20844,8 +20724,8 @@ export namespace Prisma {
20844
20724
  id?: string
20845
20725
  name: string
20846
20726
  date: Date | string
20847
- startingDate?: Date | string
20848
- endingDate?: Date | string
20727
+ startingDate: Date | string
20728
+ endingDate: Date | string
20849
20729
  location: string
20850
20730
  active?: boolean
20851
20731
  created_at?: Date | string
@@ -20864,8 +20744,8 @@ export namespace Prisma {
20864
20744
  id?: string
20865
20745
  name: string
20866
20746
  date: Date | string
20867
- startingDate?: Date | string
20868
- endingDate?: Date | string
20747
+ startingDate: Date | string
20748
+ endingDate: Date | string
20869
20749
  location: string
20870
20750
  folderId?: string | null
20871
20751
  tagAssistedId: string
@@ -20924,8 +20804,8 @@ export namespace Prisma {
20924
20804
  id?: string
20925
20805
  name: string
20926
20806
  date: Date | string
20927
- startingDate?: Date | string
20928
- endingDate?: Date | string
20807
+ startingDate: Date | string
20808
+ endingDate: Date | string
20929
20809
  location: string
20930
20810
  folderId?: string | null
20931
20811
  tagAssistedId: string
@@ -21158,7 +21038,6 @@ export namespace Prisma {
21158
21038
  created_at?: Date | string
21159
21039
  updated_at?: Date | string
21160
21040
  event: EventCreateNestedOneWithoutTicketsInput
21161
- profile?: ProfileCreateNestedOneWithoutTicketInput
21162
21041
  }
21163
21042
 
21164
21043
  export type TicketUncheckedCreateInput = {
@@ -21168,7 +21047,6 @@ export namespace Prisma {
21168
21047
  status: $Enums.TicketStatus
21169
21048
  fullName: string
21170
21049
  mail: string
21171
- profileId?: string | null
21172
21050
  created_at?: Date | string
21173
21051
  updated_at?: Date | string
21174
21052
  }
@@ -21182,7 +21060,6 @@ export namespace Prisma {
21182
21060
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
21183
21061
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
21184
21062
  event?: EventUpdateOneRequiredWithoutTicketsNestedInput
21185
- profile?: ProfileUpdateOneWithoutTicketNestedInput
21186
21063
  }
21187
21064
 
21188
21065
  export type TicketUncheckedUpdateInput = {
@@ -21192,7 +21069,6 @@ export namespace Prisma {
21192
21069
  status?: EnumTicketStatusFieldUpdateOperationsInput | $Enums.TicketStatus
21193
21070
  fullName?: StringFieldUpdateOperationsInput | string
21194
21071
  mail?: StringFieldUpdateOperationsInput | string
21195
- profileId?: NullableStringFieldUpdateOperationsInput | string | null
21196
21072
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
21197
21073
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
21198
21074
  }
@@ -21204,7 +21080,6 @@ export namespace Prisma {
21204
21080
  status: $Enums.TicketStatus
21205
21081
  fullName: string
21206
21082
  mail: string
21207
- profileId?: string | null
21208
21083
  created_at?: Date | string
21209
21084
  updated_at?: Date | string
21210
21085
  }
@@ -21226,7 +21101,6 @@ export namespace Prisma {
21226
21101
  status?: EnumTicketStatusFieldUpdateOperationsInput | $Enums.TicketStatus
21227
21102
  fullName?: StringFieldUpdateOperationsInput | string
21228
21103
  mail?: StringFieldUpdateOperationsInput | string
21229
- profileId?: NullableStringFieldUpdateOperationsInput | string | null
21230
21104
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
21231
21105
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
21232
21106
  }
@@ -21543,12 +21417,6 @@ export namespace Prisma {
21543
21417
  isNot?: LocationWhereInput | null
21544
21418
  }
21545
21419
 
21546
- export type TicketListRelationFilter = {
21547
- every?: TicketWhereInput
21548
- some?: TicketWhereInput
21549
- none?: TicketWhereInput
21550
- }
21551
-
21552
21420
  export type SortOrderInput = {
21553
21421
  sort: SortOrder
21554
21422
  nulls?: NullsOrder
@@ -21562,14 +21430,9 @@ export namespace Prisma {
21562
21430
  _count?: SortOrder
21563
21431
  }
21564
21432
 
21565
- export type TicketOrderByRelationAggregateInput = {
21566
- _count?: SortOrder
21567
- }
21568
-
21569
21433
  export type ProfileCountOrderByAggregateInput = {
21570
21434
  id?: SortOrder
21571
21435
  shortId?: SortOrder
21572
- role?: SortOrder
21573
21436
  firstTimeMiExpo?: SortOrder
21574
21437
  username?: SortOrder
21575
21438
  password?: SortOrder
@@ -21600,7 +21463,6 @@ export namespace Prisma {
21600
21463
  export type ProfileMaxOrderByAggregateInput = {
21601
21464
  id?: SortOrder
21602
21465
  shortId?: SortOrder
21603
- role?: SortOrder
21604
21466
  firstTimeMiExpo?: SortOrder
21605
21467
  username?: SortOrder
21606
21468
  password?: SortOrder
@@ -21626,7 +21488,6 @@ export namespace Prisma {
21626
21488
  export type ProfileMinOrderByAggregateInput = {
21627
21489
  id?: SortOrder
21628
21490
  shortId?: SortOrder
21629
- role?: SortOrder
21630
21491
  firstTimeMiExpo?: SortOrder
21631
21492
  username?: SortOrder
21632
21493
  password?: SortOrder
@@ -21978,12 +21839,22 @@ export namespace Prisma {
21978
21839
  isNot?: TagWhereInput
21979
21840
  }
21980
21841
 
21842
+ export type TicketListRelationFilter = {
21843
+ every?: TicketWhereInput
21844
+ some?: TicketWhereInput
21845
+ none?: TicketWhereInput
21846
+ }
21847
+
21981
21848
  export type EventTicketListRelationFilter = {
21982
21849
  every?: EventTicketWhereInput
21983
21850
  some?: EventTicketWhereInput
21984
21851
  none?: EventTicketWhereInput
21985
21852
  }
21986
21853
 
21854
+ export type TicketOrderByRelationAggregateInput = {
21855
+ _count?: SortOrder
21856
+ }
21857
+
21987
21858
  export type EventTicketOrderByRelationAggregateInput = {
21988
21859
  _count?: SortOrder
21989
21860
  }
@@ -22197,11 +22068,6 @@ export namespace Prisma {
22197
22068
  isNot?: EventWhereInput
22198
22069
  }
22199
22070
 
22200
- export type ProfileNullableScalarRelationFilter = {
22201
- is?: ProfileWhereInput | null
22202
- isNot?: ProfileWhereInput | null
22203
- }
22204
-
22205
22071
  export type TicketCountOrderByAggregateInput = {
22206
22072
  id?: SortOrder
22207
22073
  eventId?: SortOrder
@@ -22209,7 +22075,6 @@ export namespace Prisma {
22209
22075
  status?: SortOrder
22210
22076
  fullName?: SortOrder
22211
22077
  mail?: SortOrder
22212
- profileId?: SortOrder
22213
22078
  created_at?: SortOrder
22214
22079
  updated_at?: SortOrder
22215
22080
  }
@@ -22221,7 +22086,6 @@ export namespace Prisma {
22221
22086
  status?: SortOrder
22222
22087
  fullName?: SortOrder
22223
22088
  mail?: SortOrder
22224
- profileId?: SortOrder
22225
22089
  created_at?: SortOrder
22226
22090
  updated_at?: SortOrder
22227
22091
  }
@@ -22233,7 +22097,6 @@ export namespace Prisma {
22233
22097
  status?: SortOrder
22234
22098
  fullName?: SortOrder
22235
22099
  mail?: SortOrder
22236
- profileId?: SortOrder
22237
22100
  created_at?: SortOrder
22238
22101
  updated_at?: SortOrder
22239
22102
  }
@@ -22605,13 +22468,6 @@ export namespace Prisma {
22605
22468
  connect?: LocationWhereUniqueInput
22606
22469
  }
22607
22470
 
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
22471
  export type OtpUncheckedCreateNestedManyWithoutOwnerInput = {
22616
22472
  create?: XOR<OtpCreateWithoutOwnerInput, OtpUncheckedCreateWithoutOwnerInput> | OtpCreateWithoutOwnerInput[] | OtpUncheckedCreateWithoutOwnerInput[]
22617
22473
  connectOrCreate?: OtpCreateOrConnectWithoutOwnerInput | OtpCreateOrConnectWithoutOwnerInput[]
@@ -22639,13 +22495,6 @@ export namespace Prisma {
22639
22495
  connect?: TagWhereUniqueInput | TagWhereUniqueInput[]
22640
22496
  }
22641
22497
 
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
22498
  export type IntFieldUpdateOperationsInput = {
22650
22499
  set?: number
22651
22500
  increment?: number
@@ -22742,20 +22591,6 @@ export namespace Prisma {
22742
22591
  update?: XOR<XOR<LocationUpdateToOneWithWhereWithoutResidenceProfilesInput, LocationUpdateWithoutResidenceProfilesInput>, LocationUncheckedUpdateWithoutResidenceProfilesInput>
22743
22592
  }
22744
22593
 
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
22594
  export type OtpUncheckedUpdateManyWithoutOwnerNestedInput = {
22760
22595
  create?: XOR<OtpCreateWithoutOwnerInput, OtpUncheckedCreateWithoutOwnerInput> | OtpCreateWithoutOwnerInput[] | OtpUncheckedCreateWithoutOwnerInput[]
22761
22596
  connectOrCreate?: OtpCreateOrConnectWithoutOwnerInput | OtpCreateOrConnectWithoutOwnerInput[]
@@ -22811,20 +22646,6 @@ export namespace Prisma {
22811
22646
  deleteMany?: TagScalarWhereInput | TagScalarWhereInput[]
22812
22647
  }
22813
22648
 
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
22649
  export type ProfileCreateNestedOneWithoutOtpInput = {
22829
22650
  create?: XOR<ProfileCreateWithoutOtpInput, ProfileUncheckedCreateWithoutOtpInput>
22830
22651
  connectOrCreate?: ProfileCreateOrConnectWithoutOtpInput
@@ -23541,12 +23362,6 @@ export namespace Prisma {
23541
23362
  connect?: EventWhereUniqueInput
23542
23363
  }
23543
23364
 
23544
- export type ProfileCreateNestedOneWithoutTicketInput = {
23545
- create?: XOR<ProfileCreateWithoutTicketInput, ProfileUncheckedCreateWithoutTicketInput>
23546
- connectOrCreate?: ProfileCreateOrConnectWithoutTicketInput
23547
- connect?: ProfileWhereUniqueInput
23548
- }
23549
-
23550
23365
  export type EnumTicketTypeFieldUpdateOperationsInput = {
23551
23366
  set?: $Enums.TicketType
23552
23367
  }
@@ -23563,16 +23378,6 @@ export namespace Prisma {
23563
23378
  update?: XOR<XOR<EventUpdateToOneWithWhereWithoutTicketsInput, EventUpdateWithoutTicketsInput>, EventUncheckedUpdateWithoutTicketsInput>
23564
23379
  }
23565
23380
 
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
23381
  export type EnumTemplateStatusFieldUpdateOperationsInput = {
23577
23382
  set?: $Enums.TemplateStatus
23578
23383
  }
@@ -24367,38 +24172,6 @@ export namespace Prisma {
24367
24172
  create: XOR<LocationCreateWithoutResidenceProfilesInput, LocationUncheckedCreateWithoutResidenceProfilesInput>
24368
24173
  }
24369
24174
 
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
24175
  export type OtpUpsertWithWhereUniqueWithoutOwnerInput = {
24403
24176
  where: OtpWhereUniqueInput
24404
24177
  update: XOR<OtpUpdateWithoutOwnerInput, OtpUncheckedUpdateWithoutOwnerInput>
@@ -24558,41 +24331,9 @@ export namespace Prisma {
24558
24331
  birthProfiles?: ProfileUncheckedUpdateManyWithoutBirthLocationNestedInput
24559
24332
  }
24560
24333
 
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
24334
  export type ProfileCreateWithoutOtpInput = {
24593
24335
  id?: string
24594
24336
  shortId: number
24595
- role?: $Enums.Role
24596
24337
  firstTimeMiExpo?: boolean
24597
24338
  username?: string | null
24598
24339
  password?: string | null
@@ -24617,13 +24358,11 @@ export namespace Prisma {
24617
24358
  tags?: TagCreateNestedManyWithoutProfilesInput
24618
24359
  birthLocation?: LocationCreateNestedOneWithoutBirthProfilesInput
24619
24360
  residenceLocation?: LocationCreateNestedOneWithoutResidenceProfilesInput
24620
- Ticket?: TicketCreateNestedManyWithoutProfileInput
24621
24361
  }
24622
24362
 
24623
24363
  export type ProfileUncheckedCreateWithoutOtpInput = {
24624
24364
  id?: string
24625
24365
  shortId: number
24626
- role?: $Enums.Role
24627
24366
  firstTimeMiExpo?: boolean
24628
24367
  username?: string | null
24629
24368
  password?: string | null
@@ -24648,7 +24387,6 @@ export namespace Prisma {
24648
24387
  comments?: CommentUncheckedCreateNestedManyWithoutProfileInput
24649
24388
  messages?: MessageUncheckedCreateNestedManyWithoutProfileInput
24650
24389
  tags?: TagUncheckedCreateNestedManyWithoutProfilesInput
24651
- Ticket?: TicketUncheckedCreateNestedManyWithoutProfileInput
24652
24390
  }
24653
24391
 
24654
24392
  export type ProfileCreateOrConnectWithoutOtpInput = {
@@ -24670,7 +24408,6 @@ export namespace Prisma {
24670
24408
  export type ProfileUpdateWithoutOtpInput = {
24671
24409
  id?: StringFieldUpdateOperationsInput | string
24672
24410
  shortId?: IntFieldUpdateOperationsInput | number
24673
- role?: EnumRoleFieldUpdateOperationsInput | $Enums.Role
24674
24411
  firstTimeMiExpo?: BoolFieldUpdateOperationsInput | boolean
24675
24412
  username?: NullableStringFieldUpdateOperationsInput | string | null
24676
24413
  password?: NullableStringFieldUpdateOperationsInput | string | null
@@ -24695,13 +24432,11 @@ export namespace Prisma {
24695
24432
  tags?: TagUpdateManyWithoutProfilesNestedInput
24696
24433
  birthLocation?: LocationUpdateOneWithoutBirthProfilesNestedInput
24697
24434
  residenceLocation?: LocationUpdateOneWithoutResidenceProfilesNestedInput
24698
- Ticket?: TicketUpdateManyWithoutProfileNestedInput
24699
24435
  }
24700
24436
 
24701
24437
  export type ProfileUncheckedUpdateWithoutOtpInput = {
24702
24438
  id?: StringFieldUpdateOperationsInput | string
24703
24439
  shortId?: IntFieldUpdateOperationsInput | number
24704
- role?: EnumRoleFieldUpdateOperationsInput | $Enums.Role
24705
24440
  firstTimeMiExpo?: BoolFieldUpdateOperationsInput | boolean
24706
24441
  username?: NullableStringFieldUpdateOperationsInput | string | null
24707
24442
  password?: NullableStringFieldUpdateOperationsInput | string | null
@@ -24726,13 +24461,11 @@ export namespace Prisma {
24726
24461
  comments?: CommentUncheckedUpdateManyWithoutProfileNestedInput
24727
24462
  messages?: MessageUncheckedUpdateManyWithoutProfileNestedInput
24728
24463
  tags?: TagUncheckedUpdateManyWithoutProfilesNestedInput
24729
- Ticket?: TicketUncheckedUpdateManyWithoutProfileNestedInput
24730
24464
  }
24731
24465
 
24732
24466
  export type ProfileCreateWithoutBirthLocationInput = {
24733
24467
  id?: string
24734
24468
  shortId: number
24735
- role?: $Enums.Role
24736
24469
  firstTimeMiExpo?: boolean
24737
24470
  username?: string | null
24738
24471
  password?: string | null
@@ -24757,13 +24490,11 @@ export namespace Prisma {
24757
24490
  messages?: MessageCreateNestedManyWithoutProfileInput
24758
24491
  tags?: TagCreateNestedManyWithoutProfilesInput
24759
24492
  residenceLocation?: LocationCreateNestedOneWithoutResidenceProfilesInput
24760
- Ticket?: TicketCreateNestedManyWithoutProfileInput
24761
24493
  }
24762
24494
 
24763
24495
  export type ProfileUncheckedCreateWithoutBirthLocationInput = {
24764
24496
  id?: string
24765
24497
  shortId: number
24766
- role?: $Enums.Role
24767
24498
  firstTimeMiExpo?: boolean
24768
24499
  username?: string | null
24769
24500
  password?: string | null
@@ -24788,7 +24519,6 @@ export namespace Prisma {
24788
24519
  comments?: CommentUncheckedCreateNestedManyWithoutProfileInput
24789
24520
  messages?: MessageUncheckedCreateNestedManyWithoutProfileInput
24790
24521
  tags?: TagUncheckedCreateNestedManyWithoutProfilesInput
24791
- Ticket?: TicketUncheckedCreateNestedManyWithoutProfileInput
24792
24522
  }
24793
24523
 
24794
24524
  export type ProfileCreateOrConnectWithoutBirthLocationInput = {
@@ -24804,7 +24534,6 @@ export namespace Prisma {
24804
24534
  export type ProfileCreateWithoutResidenceLocationInput = {
24805
24535
  id?: string
24806
24536
  shortId: number
24807
- role?: $Enums.Role
24808
24537
  firstTimeMiExpo?: boolean
24809
24538
  username?: string | null
24810
24539
  password?: string | null
@@ -24829,13 +24558,11 @@ export namespace Prisma {
24829
24558
  messages?: MessageCreateNestedManyWithoutProfileInput
24830
24559
  tags?: TagCreateNestedManyWithoutProfilesInput
24831
24560
  birthLocation?: LocationCreateNestedOneWithoutBirthProfilesInput
24832
- Ticket?: TicketCreateNestedManyWithoutProfileInput
24833
24561
  }
24834
24562
 
24835
24563
  export type ProfileUncheckedCreateWithoutResidenceLocationInput = {
24836
24564
  id?: string
24837
24565
  shortId: number
24838
- role?: $Enums.Role
24839
24566
  firstTimeMiExpo?: boolean
24840
24567
  username?: string | null
24841
24568
  password?: string | null
@@ -24860,7 +24587,6 @@ export namespace Prisma {
24860
24587
  comments?: CommentUncheckedCreateNestedManyWithoutProfileInput
24861
24588
  messages?: MessageUncheckedCreateNestedManyWithoutProfileInput
24862
24589
  tags?: TagUncheckedCreateNestedManyWithoutProfilesInput
24863
- Ticket?: TicketUncheckedCreateNestedManyWithoutProfileInput
24864
24590
  }
24865
24591
 
24866
24592
  export type ProfileCreateOrConnectWithoutResidenceLocationInput = {
@@ -24895,7 +24621,6 @@ export namespace Prisma {
24895
24621
  NOT?: ProfileScalarWhereInput | ProfileScalarWhereInput[]
24896
24622
  id?: StringFilter<"Profile"> | string
24897
24623
  shortId?: IntFilter<"Profile"> | number
24898
- role?: EnumRoleFilter<"Profile"> | $Enums.Role
24899
24624
  firstTimeMiExpo?: BoolFilter<"Profile"> | boolean
24900
24625
  username?: StringNullableFilter<"Profile"> | string | null
24901
24626
  password?: StringNullableFilter<"Profile"> | string | null
@@ -24971,7 +24696,6 @@ export namespace Prisma {
24971
24696
  export type ProfileCreateWithoutCommentsInput = {
24972
24697
  id?: string
24973
24698
  shortId: number
24974
- role?: $Enums.Role
24975
24699
  firstTimeMiExpo?: boolean
24976
24700
  username?: string | null
24977
24701
  password?: string | null
@@ -24996,13 +24720,11 @@ export namespace Prisma {
24996
24720
  tags?: TagCreateNestedManyWithoutProfilesInput
24997
24721
  birthLocation?: LocationCreateNestedOneWithoutBirthProfilesInput
24998
24722
  residenceLocation?: LocationCreateNestedOneWithoutResidenceProfilesInput
24999
- Ticket?: TicketCreateNestedManyWithoutProfileInput
25000
24723
  }
25001
24724
 
25002
24725
  export type ProfileUncheckedCreateWithoutCommentsInput = {
25003
24726
  id?: string
25004
24727
  shortId: number
25005
- role?: $Enums.Role
25006
24728
  firstTimeMiExpo?: boolean
25007
24729
  username?: string | null
25008
24730
  password?: string | null
@@ -25027,7 +24749,6 @@ export namespace Prisma {
25027
24749
  otp?: OtpUncheckedCreateNestedManyWithoutOwnerInput
25028
24750
  messages?: MessageUncheckedCreateNestedManyWithoutProfileInput
25029
24751
  tags?: TagUncheckedCreateNestedManyWithoutProfilesInput
25030
- Ticket?: TicketUncheckedCreateNestedManyWithoutProfileInput
25031
24752
  }
25032
24753
 
25033
24754
  export type ProfileCreateOrConnectWithoutCommentsInput = {
@@ -25121,7 +24842,6 @@ export namespace Prisma {
25121
24842
  export type ProfileUpdateWithoutCommentsInput = {
25122
24843
  id?: StringFieldUpdateOperationsInput | string
25123
24844
  shortId?: IntFieldUpdateOperationsInput | number
25124
- role?: EnumRoleFieldUpdateOperationsInput | $Enums.Role
25125
24845
  firstTimeMiExpo?: BoolFieldUpdateOperationsInput | boolean
25126
24846
  username?: NullableStringFieldUpdateOperationsInput | string | null
25127
24847
  password?: NullableStringFieldUpdateOperationsInput | string | null
@@ -25146,13 +24866,11 @@ export namespace Prisma {
25146
24866
  tags?: TagUpdateManyWithoutProfilesNestedInput
25147
24867
  birthLocation?: LocationUpdateOneWithoutBirthProfilesNestedInput
25148
24868
  residenceLocation?: LocationUpdateOneWithoutResidenceProfilesNestedInput
25149
- Ticket?: TicketUpdateManyWithoutProfileNestedInput
25150
24869
  }
25151
24870
 
25152
24871
  export type ProfileUncheckedUpdateWithoutCommentsInput = {
25153
24872
  id?: StringFieldUpdateOperationsInput | string
25154
24873
  shortId?: IntFieldUpdateOperationsInput | number
25155
- role?: EnumRoleFieldUpdateOperationsInput | $Enums.Role
25156
24874
  firstTimeMiExpo?: BoolFieldUpdateOperationsInput | boolean
25157
24875
  username?: NullableStringFieldUpdateOperationsInput | string | null
25158
24876
  password?: NullableStringFieldUpdateOperationsInput | string | null
@@ -25177,7 +24895,6 @@ export namespace Prisma {
25177
24895
  otp?: OtpUncheckedUpdateManyWithoutOwnerNestedInput
25178
24896
  messages?: MessageUncheckedUpdateManyWithoutProfileNestedInput
25179
24897
  tags?: TagUncheckedUpdateManyWithoutProfilesNestedInput
25180
- Ticket?: TicketUncheckedUpdateManyWithoutProfileNestedInput
25181
24898
  }
25182
24899
 
25183
24900
  export type AccountUpsertWithoutSolvableCommentsInput = {
@@ -25246,8 +24963,8 @@ export namespace Prisma {
25246
24963
  id?: string
25247
24964
  name: string
25248
24965
  date: Date | string
25249
- startingDate?: Date | string
25250
- endingDate?: Date | string
24966
+ startingDate: Date | string
24967
+ endingDate: Date | string
25251
24968
  location: string
25252
24969
  active?: boolean
25253
24970
  created_at?: Date | string
@@ -25265,8 +24982,8 @@ export namespace Prisma {
25265
24982
  id?: string
25266
24983
  name: string
25267
24984
  date: Date | string
25268
- startingDate?: Date | string
25269
- endingDate?: Date | string
24985
+ startingDate: Date | string
24986
+ endingDate: Date | string
25270
24987
  location: string
25271
24988
  folderId?: string | null
25272
24989
  tagConfirmedId: string
@@ -25289,8 +25006,8 @@ export namespace Prisma {
25289
25006
  id?: string
25290
25007
  name: string
25291
25008
  date: Date | string
25292
- startingDate?: Date | string
25293
- endingDate?: Date | string
25009
+ startingDate: Date | string
25010
+ endingDate: Date | string
25294
25011
  location: string
25295
25012
  active?: boolean
25296
25013
  created_at?: Date | string
@@ -25308,8 +25025,8 @@ export namespace Prisma {
25308
25025
  id?: string
25309
25026
  name: string
25310
25027
  date: Date | string
25311
- startingDate?: Date | string
25312
- endingDate?: Date | string
25028
+ startingDate: Date | string
25029
+ endingDate: Date | string
25313
25030
  location: string
25314
25031
  folderId?: string | null
25315
25032
  tagAssistedId: string
@@ -25364,7 +25081,6 @@ export namespace Prisma {
25364
25081
  export type ProfileCreateWithoutTagsInput = {
25365
25082
  id?: string
25366
25083
  shortId: number
25367
- role?: $Enums.Role
25368
25084
  firstTimeMiExpo?: boolean
25369
25085
  username?: string | null
25370
25086
  password?: string | null
@@ -25389,13 +25105,11 @@ export namespace Prisma {
25389
25105
  messages?: MessageCreateNestedManyWithoutProfileInput
25390
25106
  birthLocation?: LocationCreateNestedOneWithoutBirthProfilesInput
25391
25107
  residenceLocation?: LocationCreateNestedOneWithoutResidenceProfilesInput
25392
- Ticket?: TicketCreateNestedManyWithoutProfileInput
25393
25108
  }
25394
25109
 
25395
25110
  export type ProfileUncheckedCreateWithoutTagsInput = {
25396
25111
  id?: string
25397
25112
  shortId: number
25398
- role?: $Enums.Role
25399
25113
  firstTimeMiExpo?: boolean
25400
25114
  username?: string | null
25401
25115
  password?: string | null
@@ -25420,7 +25134,6 @@ export namespace Prisma {
25420
25134
  otp?: OtpUncheckedCreateNestedManyWithoutOwnerInput
25421
25135
  comments?: CommentUncheckedCreateNestedManyWithoutProfileInput
25422
25136
  messages?: MessageUncheckedCreateNestedManyWithoutProfileInput
25423
- Ticket?: TicketUncheckedCreateNestedManyWithoutProfileInput
25424
25137
  }
25425
25138
 
25426
25139
  export type ProfileCreateOrConnectWithoutTagsInput = {
@@ -25465,8 +25178,8 @@ export namespace Prisma {
25465
25178
  id?: string
25466
25179
  name: string
25467
25180
  date: Date | string
25468
- startingDate?: Date | string
25469
- endingDate?: Date | string
25181
+ startingDate: Date | string
25182
+ endingDate: Date | string
25470
25183
  location: string
25471
25184
  active?: boolean
25472
25185
  created_at?: Date | string
@@ -25484,8 +25197,8 @@ export namespace Prisma {
25484
25197
  id?: string
25485
25198
  name: string
25486
25199
  date: Date | string
25487
- startingDate?: Date | string
25488
- endingDate?: Date | string
25200
+ startingDate: Date | string
25201
+ endingDate: Date | string
25489
25202
  location: string
25490
25203
  folderId?: string | null
25491
25204
  tagAssistedId: string
@@ -25873,8 +25586,8 @@ export namespace Prisma {
25873
25586
  id?: string
25874
25587
  name: string
25875
25588
  date: Date | string
25876
- startingDate?: Date | string
25877
- endingDate?: Date | string
25589
+ startingDate: Date | string
25590
+ endingDate: Date | string
25878
25591
  location: string
25879
25592
  active?: boolean
25880
25593
  created_at?: Date | string
@@ -25892,8 +25605,8 @@ export namespace Prisma {
25892
25605
  id?: string
25893
25606
  name: string
25894
25607
  date: Date | string
25895
- startingDate?: Date | string
25896
- endingDate?: Date | string
25608
+ startingDate: Date | string
25609
+ endingDate: Date | string
25897
25610
  location: string
25898
25611
  folderId?: string | null
25899
25612
  tagAssistedId: string
@@ -25920,7 +25633,6 @@ export namespace Prisma {
25920
25633
  mail: string
25921
25634
  created_at?: Date | string
25922
25635
  updated_at?: Date | string
25923
- profile?: ProfileCreateNestedOneWithoutTicketInput
25924
25636
  }
25925
25637
 
25926
25638
  export type TicketUncheckedCreateWithoutEventInput = {
@@ -25929,7 +25641,6 @@ export namespace Prisma {
25929
25641
  status: $Enums.TicketStatus
25930
25642
  fullName: string
25931
25643
  mail: string
25932
- profileId?: string | null
25933
25644
  created_at?: Date | string
25934
25645
  updated_at?: Date | string
25935
25646
  }
@@ -25948,8 +25659,8 @@ export namespace Prisma {
25948
25659
  id?: string
25949
25660
  name: string
25950
25661
  date: Date | string
25951
- startingDate?: Date | string
25952
- endingDate?: Date | string
25662
+ startingDate: Date | string
25663
+ endingDate: Date | string
25953
25664
  location: string
25954
25665
  active?: boolean
25955
25666
  created_at?: Date | string
@@ -25967,8 +25678,8 @@ export namespace Prisma {
25967
25678
  id?: string
25968
25679
  name: string
25969
25680
  date: Date | string
25970
- startingDate?: Date | string
25971
- endingDate?: Date | string
25681
+ startingDate: Date | string
25682
+ endingDate: Date | string
25972
25683
  location: string
25973
25684
  folderId?: string | null
25974
25685
  tagAssistedId: string
@@ -26223,6 +25934,20 @@ export namespace Prisma {
26223
25934
  data: XOR<TicketUpdateManyMutationInput, TicketUncheckedUpdateManyWithoutEventInput>
26224
25935
  }
26225
25936
 
25937
+ export type TicketScalarWhereInput = {
25938
+ AND?: TicketScalarWhereInput | TicketScalarWhereInput[]
25939
+ OR?: TicketScalarWhereInput[]
25940
+ NOT?: TicketScalarWhereInput | TicketScalarWhereInput[]
25941
+ id?: StringFilter<"Ticket"> | string
25942
+ eventId?: StringFilter<"Ticket"> | string
25943
+ type?: EnumTicketTypeFilter<"Ticket"> | $Enums.TicketType
25944
+ status?: EnumTicketStatusFilter<"Ticket"> | $Enums.TicketStatus
25945
+ fullName?: StringFilter<"Ticket"> | string
25946
+ mail?: StringFilter<"Ticket"> | string
25947
+ created_at?: DateTimeFilter<"Ticket"> | Date | string
25948
+ updated_at?: DateTimeFilter<"Ticket"> | Date | string
25949
+ }
25950
+
26226
25951
  export type EventUpsertWithWhereUniqueWithoutSupraEventInput = {
26227
25952
  where: EventWhereUniqueInput
26228
25953
  update: XOR<EventUpdateWithoutSupraEventInput, EventUncheckedUpdateWithoutSupraEventInput>
@@ -26288,8 +26013,8 @@ export namespace Prisma {
26288
26013
  id?: string
26289
26014
  name: string
26290
26015
  date: Date | string
26291
- startingDate?: Date | string
26292
- endingDate?: Date | string
26016
+ startingDate: Date | string
26017
+ endingDate: Date | string
26293
26018
  location: string
26294
26019
  active?: boolean
26295
26020
  created_at?: Date | string
@@ -26307,8 +26032,8 @@ export namespace Prisma {
26307
26032
  id?: string
26308
26033
  name: string
26309
26034
  date: Date | string
26310
- startingDate?: Date | string
26311
- endingDate?: Date | string
26035
+ startingDate: Date | string
26036
+ endingDate: Date | string
26312
26037
  location: string
26313
26038
  tagAssistedId: string
26314
26039
  tagConfirmedId: string
@@ -26351,7 +26076,6 @@ export namespace Prisma {
26351
26076
  export type ProfileCreateWithoutMessagesInput = {
26352
26077
  id?: string
26353
26078
  shortId: number
26354
- role?: $Enums.Role
26355
26079
  firstTimeMiExpo?: boolean
26356
26080
  username?: string | null
26357
26081
  password?: string | null
@@ -26376,13 +26100,11 @@ export namespace Prisma {
26376
26100
  tags?: TagCreateNestedManyWithoutProfilesInput
26377
26101
  birthLocation?: LocationCreateNestedOneWithoutBirthProfilesInput
26378
26102
  residenceLocation?: LocationCreateNestedOneWithoutResidenceProfilesInput
26379
- Ticket?: TicketCreateNestedManyWithoutProfileInput
26380
26103
  }
26381
26104
 
26382
26105
  export type ProfileUncheckedCreateWithoutMessagesInput = {
26383
26106
  id?: string
26384
26107
  shortId: number
26385
- role?: $Enums.Role
26386
26108
  firstTimeMiExpo?: boolean
26387
26109
  username?: string | null
26388
26110
  password?: string | null
@@ -26407,7 +26129,6 @@ export namespace Prisma {
26407
26129
  otp?: OtpUncheckedCreateNestedManyWithoutOwnerInput
26408
26130
  comments?: CommentUncheckedCreateNestedManyWithoutProfileInput
26409
26131
  tags?: TagUncheckedCreateNestedManyWithoutProfilesInput
26410
- Ticket?: TicketUncheckedCreateNestedManyWithoutProfileInput
26411
26132
  }
26412
26133
 
26413
26134
  export type ProfileCreateOrConnectWithoutMessagesInput = {
@@ -26429,7 +26150,6 @@ export namespace Prisma {
26429
26150
  export type ProfileUpdateWithoutMessagesInput = {
26430
26151
  id?: StringFieldUpdateOperationsInput | string
26431
26152
  shortId?: IntFieldUpdateOperationsInput | number
26432
- role?: EnumRoleFieldUpdateOperationsInput | $Enums.Role
26433
26153
  firstTimeMiExpo?: BoolFieldUpdateOperationsInput | boolean
26434
26154
  username?: NullableStringFieldUpdateOperationsInput | string | null
26435
26155
  password?: NullableStringFieldUpdateOperationsInput | string | null
@@ -26454,13 +26174,11 @@ export namespace Prisma {
26454
26174
  tags?: TagUpdateManyWithoutProfilesNestedInput
26455
26175
  birthLocation?: LocationUpdateOneWithoutBirthProfilesNestedInput
26456
26176
  residenceLocation?: LocationUpdateOneWithoutResidenceProfilesNestedInput
26457
- Ticket?: TicketUpdateManyWithoutProfileNestedInput
26458
26177
  }
26459
26178
 
26460
26179
  export type ProfileUncheckedUpdateWithoutMessagesInput = {
26461
26180
  id?: StringFieldUpdateOperationsInput | string
26462
26181
  shortId?: IntFieldUpdateOperationsInput | number
26463
- role?: EnumRoleFieldUpdateOperationsInput | $Enums.Role
26464
26182
  firstTimeMiExpo?: BoolFieldUpdateOperationsInput | boolean
26465
26183
  username?: NullableStringFieldUpdateOperationsInput | string | null
26466
26184
  password?: NullableStringFieldUpdateOperationsInput | string | null
@@ -26485,15 +26203,14 @@ export namespace Prisma {
26485
26203
  otp?: OtpUncheckedUpdateManyWithoutOwnerNestedInput
26486
26204
  comments?: CommentUncheckedUpdateManyWithoutProfileNestedInput
26487
26205
  tags?: TagUncheckedUpdateManyWithoutProfilesNestedInput
26488
- Ticket?: TicketUncheckedUpdateManyWithoutProfileNestedInput
26489
26206
  }
26490
26207
 
26491
26208
  export type EventCreateWithoutTicketsInput = {
26492
26209
  id?: string
26493
26210
  name: string
26494
26211
  date: Date | string
26495
- startingDate?: Date | string
26496
- endingDate?: Date | string
26212
+ startingDate: Date | string
26213
+ endingDate: Date | string
26497
26214
  location: string
26498
26215
  active?: boolean
26499
26216
  created_at?: Date | string
@@ -26511,8 +26228,8 @@ export namespace Prisma {
26511
26228
  id?: string
26512
26229
  name: string
26513
26230
  date: Date | string
26514
- startingDate?: Date | string
26515
- endingDate?: Date | string
26231
+ startingDate: Date | string
26232
+ endingDate: Date | string
26516
26233
  location: string
26517
26234
  folderId?: string | null
26518
26235
  tagAssistedId: string
@@ -26531,73 +26248,6 @@ export namespace Prisma {
26531
26248
  create: XOR<EventCreateWithoutTicketsInput, EventUncheckedCreateWithoutTicketsInput>
26532
26249
  }
26533
26250
 
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
26251
  export type EventUpsertWithoutTicketsInput = {
26602
26252
  update: XOR<EventUpdateWithoutTicketsInput, EventUncheckedUpdateWithoutTicketsInput>
26603
26253
  create: XOR<EventCreateWithoutTicketsInput, EventUncheckedCreateWithoutTicketsInput>
@@ -26647,85 +26297,12 @@ export namespace Prisma {
26647
26297
  eventTickets?: EventTicketUncheckedUpdateManyWithoutEventNestedInput
26648
26298
  }
26649
26299
 
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
26300
  export type EventCreateWithoutEventTicketsInput = {
26724
26301
  id?: string
26725
26302
  name: string
26726
26303
  date: Date | string
26727
- startingDate?: Date | string
26728
- endingDate?: Date | string
26304
+ startingDate: Date | string
26305
+ endingDate: Date | string
26729
26306
  location: string
26730
26307
  active?: boolean
26731
26308
  created_at?: Date | string
@@ -26743,8 +26320,8 @@ export namespace Prisma {
26743
26320
  id?: string
26744
26321
  name: string
26745
26322
  date: Date | string
26746
- startingDate?: Date | string
26747
- endingDate?: Date | string
26323
+ startingDate: Date | string
26324
+ endingDate: Date | string
26748
26325
  location: string
26749
26326
  folderId?: string | null
26750
26327
  tagAssistedId: string
@@ -27011,17 +26588,6 @@ export namespace Prisma {
27011
26588
  updated_at?: Date | string
27012
26589
  }
27013
26590
 
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
26591
  export type OtpUpdateWithoutOwnerInput = {
27026
26592
  id?: StringFieldUpdateOperationsInput | string
27027
26593
  code?: StringFieldUpdateOperationsInput | string
@@ -27146,43 +26712,9 @@ export namespace Prisma {
27146
26712
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
27147
26713
  }
27148
26714
 
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
26715
  export type ProfileCreateManyBirthLocationInput = {
27183
26716
  id?: string
27184
26717
  shortId: number
27185
- role?: $Enums.Role
27186
26718
  firstTimeMiExpo?: boolean
27187
26719
  username?: string | null
27188
26720
  password?: string | null
@@ -27208,7 +26740,6 @@ export namespace Prisma {
27208
26740
  export type ProfileCreateManyResidenceLocationInput = {
27209
26741
  id?: string
27210
26742
  shortId: number
27211
- role?: $Enums.Role
27212
26743
  firstTimeMiExpo?: boolean
27213
26744
  username?: string | null
27214
26745
  password?: string | null
@@ -27234,7 +26765,6 @@ export namespace Prisma {
27234
26765
  export type ProfileUpdateWithoutBirthLocationInput = {
27235
26766
  id?: StringFieldUpdateOperationsInput | string
27236
26767
  shortId?: IntFieldUpdateOperationsInput | number
27237
- role?: EnumRoleFieldUpdateOperationsInput | $Enums.Role
27238
26768
  firstTimeMiExpo?: BoolFieldUpdateOperationsInput | boolean
27239
26769
  username?: NullableStringFieldUpdateOperationsInput | string | null
27240
26770
  password?: NullableStringFieldUpdateOperationsInput | string | null
@@ -27259,13 +26789,11 @@ export namespace Prisma {
27259
26789
  messages?: MessageUpdateManyWithoutProfileNestedInput
27260
26790
  tags?: TagUpdateManyWithoutProfilesNestedInput
27261
26791
  residenceLocation?: LocationUpdateOneWithoutResidenceProfilesNestedInput
27262
- Ticket?: TicketUpdateManyWithoutProfileNestedInput
27263
26792
  }
27264
26793
 
27265
26794
  export type ProfileUncheckedUpdateWithoutBirthLocationInput = {
27266
26795
  id?: StringFieldUpdateOperationsInput | string
27267
26796
  shortId?: IntFieldUpdateOperationsInput | number
27268
- role?: EnumRoleFieldUpdateOperationsInput | $Enums.Role
27269
26797
  firstTimeMiExpo?: BoolFieldUpdateOperationsInput | boolean
27270
26798
  username?: NullableStringFieldUpdateOperationsInput | string | null
27271
26799
  password?: NullableStringFieldUpdateOperationsInput | string | null
@@ -27290,13 +26818,11 @@ export namespace Prisma {
27290
26818
  comments?: CommentUncheckedUpdateManyWithoutProfileNestedInput
27291
26819
  messages?: MessageUncheckedUpdateManyWithoutProfileNestedInput
27292
26820
  tags?: TagUncheckedUpdateManyWithoutProfilesNestedInput
27293
- Ticket?: TicketUncheckedUpdateManyWithoutProfileNestedInput
27294
26821
  }
27295
26822
 
27296
26823
  export type ProfileUncheckedUpdateManyWithoutBirthLocationInput = {
27297
26824
  id?: StringFieldUpdateOperationsInput | string
27298
26825
  shortId?: IntFieldUpdateOperationsInput | number
27299
- role?: EnumRoleFieldUpdateOperationsInput | $Enums.Role
27300
26826
  firstTimeMiExpo?: BoolFieldUpdateOperationsInput | boolean
27301
26827
  username?: NullableStringFieldUpdateOperationsInput | string | null
27302
26828
  password?: NullableStringFieldUpdateOperationsInput | string | null
@@ -27322,7 +26848,6 @@ export namespace Prisma {
27322
26848
  export type ProfileUpdateWithoutResidenceLocationInput = {
27323
26849
  id?: StringFieldUpdateOperationsInput | string
27324
26850
  shortId?: IntFieldUpdateOperationsInput | number
27325
- role?: EnumRoleFieldUpdateOperationsInput | $Enums.Role
27326
26851
  firstTimeMiExpo?: BoolFieldUpdateOperationsInput | boolean
27327
26852
  username?: NullableStringFieldUpdateOperationsInput | string | null
27328
26853
  password?: NullableStringFieldUpdateOperationsInput | string | null
@@ -27347,13 +26872,11 @@ export namespace Prisma {
27347
26872
  messages?: MessageUpdateManyWithoutProfileNestedInput
27348
26873
  tags?: TagUpdateManyWithoutProfilesNestedInput
27349
26874
  birthLocation?: LocationUpdateOneWithoutBirthProfilesNestedInput
27350
- Ticket?: TicketUpdateManyWithoutProfileNestedInput
27351
26875
  }
27352
26876
 
27353
26877
  export type ProfileUncheckedUpdateWithoutResidenceLocationInput = {
27354
26878
  id?: StringFieldUpdateOperationsInput | string
27355
26879
  shortId?: IntFieldUpdateOperationsInput | number
27356
- role?: EnumRoleFieldUpdateOperationsInput | $Enums.Role
27357
26880
  firstTimeMiExpo?: BoolFieldUpdateOperationsInput | boolean
27358
26881
  username?: NullableStringFieldUpdateOperationsInput | string | null
27359
26882
  password?: NullableStringFieldUpdateOperationsInput | string | null
@@ -27378,13 +26901,11 @@ export namespace Prisma {
27378
26901
  comments?: CommentUncheckedUpdateManyWithoutProfileNestedInput
27379
26902
  messages?: MessageUncheckedUpdateManyWithoutProfileNestedInput
27380
26903
  tags?: TagUncheckedUpdateManyWithoutProfilesNestedInput
27381
- Ticket?: TicketUncheckedUpdateManyWithoutProfileNestedInput
27382
26904
  }
27383
26905
 
27384
26906
  export type ProfileUncheckedUpdateManyWithoutResidenceLocationInput = {
27385
26907
  id?: StringFieldUpdateOperationsInput | string
27386
26908
  shortId?: IntFieldUpdateOperationsInput | number
27387
- role?: EnumRoleFieldUpdateOperationsInput | $Enums.Role
27388
26909
  firstTimeMiExpo?: BoolFieldUpdateOperationsInput | boolean
27389
26910
  username?: NullableStringFieldUpdateOperationsInput | string | null
27390
26911
  password?: NullableStringFieldUpdateOperationsInput | string | null
@@ -27449,7 +26970,6 @@ export namespace Prisma {
27449
26970
  export type ProfileUpdateWithoutTagsInput = {
27450
26971
  id?: StringFieldUpdateOperationsInput | string
27451
26972
  shortId?: IntFieldUpdateOperationsInput | number
27452
- role?: EnumRoleFieldUpdateOperationsInput | $Enums.Role
27453
26973
  firstTimeMiExpo?: BoolFieldUpdateOperationsInput | boolean
27454
26974
  username?: NullableStringFieldUpdateOperationsInput | string | null
27455
26975
  password?: NullableStringFieldUpdateOperationsInput | string | null
@@ -27474,13 +26994,11 @@ export namespace Prisma {
27474
26994
  messages?: MessageUpdateManyWithoutProfileNestedInput
27475
26995
  birthLocation?: LocationUpdateOneWithoutBirthProfilesNestedInput
27476
26996
  residenceLocation?: LocationUpdateOneWithoutResidenceProfilesNestedInput
27477
- Ticket?: TicketUpdateManyWithoutProfileNestedInput
27478
26997
  }
27479
26998
 
27480
26999
  export type ProfileUncheckedUpdateWithoutTagsInput = {
27481
27000
  id?: StringFieldUpdateOperationsInput | string
27482
27001
  shortId?: IntFieldUpdateOperationsInput | number
27483
- role?: EnumRoleFieldUpdateOperationsInput | $Enums.Role
27484
27002
  firstTimeMiExpo?: BoolFieldUpdateOperationsInput | boolean
27485
27003
  username?: NullableStringFieldUpdateOperationsInput | string | null
27486
27004
  password?: NullableStringFieldUpdateOperationsInput | string | null
@@ -27505,13 +27023,11 @@ export namespace Prisma {
27505
27023
  otp?: OtpUncheckedUpdateManyWithoutOwnerNestedInput
27506
27024
  comments?: CommentUncheckedUpdateManyWithoutProfileNestedInput
27507
27025
  messages?: MessageUncheckedUpdateManyWithoutProfileNestedInput
27508
- Ticket?: TicketUncheckedUpdateManyWithoutProfileNestedInput
27509
27026
  }
27510
27027
 
27511
27028
  export type ProfileUncheckedUpdateManyWithoutTagsInput = {
27512
27029
  id?: StringFieldUpdateOperationsInput | string
27513
27030
  shortId?: IntFieldUpdateOperationsInput | number
27514
- role?: EnumRoleFieldUpdateOperationsInput | $Enums.Role
27515
27031
  firstTimeMiExpo?: BoolFieldUpdateOperationsInput | boolean
27516
27032
  username?: NullableStringFieldUpdateOperationsInput | string | null
27517
27033
  password?: NullableStringFieldUpdateOperationsInput | string | null
@@ -27678,7 +27194,6 @@ export namespace Prisma {
27678
27194
  status: $Enums.TicketStatus
27679
27195
  fullName: string
27680
27196
  mail: string
27681
- profileId?: string | null
27682
27197
  created_at?: Date | string
27683
27198
  updated_at?: Date | string
27684
27199
  }
@@ -27687,8 +27202,8 @@ export namespace Prisma {
27687
27202
  id?: string
27688
27203
  name: string
27689
27204
  date: Date | string
27690
- startingDate?: Date | string
27691
- endingDate?: Date | string
27205
+ startingDate: Date | string
27206
+ endingDate: Date | string
27692
27207
  location: string
27693
27208
  folderId?: string | null
27694
27209
  tagAssistedId: string
@@ -27715,7 +27230,6 @@ export namespace Prisma {
27715
27230
  mail?: StringFieldUpdateOperationsInput | string
27716
27231
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
27717
27232
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
27718
- profile?: ProfileUpdateOneWithoutTicketNestedInput
27719
27233
  }
27720
27234
 
27721
27235
  export type TicketUncheckedUpdateWithoutEventInput = {
@@ -27724,7 +27238,6 @@ export namespace Prisma {
27724
27238
  status?: EnumTicketStatusFieldUpdateOperationsInput | $Enums.TicketStatus
27725
27239
  fullName?: StringFieldUpdateOperationsInput | string
27726
27240
  mail?: StringFieldUpdateOperationsInput | string
27727
- profileId?: NullableStringFieldUpdateOperationsInput | string | null
27728
27241
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
27729
27242
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
27730
27243
  }
@@ -27735,7 +27248,6 @@ export namespace Prisma {
27735
27248
  status?: EnumTicketStatusFieldUpdateOperationsInput | $Enums.TicketStatus
27736
27249
  fullName?: StringFieldUpdateOperationsInput | string
27737
27250
  mail?: StringFieldUpdateOperationsInput | string
27738
- profileId?: NullableStringFieldUpdateOperationsInput | string | null
27739
27251
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
27740
27252
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
27741
27253
  }
@@ -27861,8 +27373,8 @@ export namespace Prisma {
27861
27373
  id?: string
27862
27374
  name: string
27863
27375
  date: Date | string
27864
- startingDate?: Date | string
27865
- endingDate?: Date | string
27376
+ startingDate: Date | string
27377
+ endingDate: Date | string
27866
27378
  location: string
27867
27379
  tagAssistedId: string
27868
27380
  tagConfirmedId: string