expo-backend-types 0.53.0-EXPO-366-EB-Schema-codigo-referido.11 → 0.54.0
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.
- package/dist/src/event/dto/get-all-statistics.dto.d.ts +0 -10
- package/dist/src/event/dto/get-by-id-event.dto.d.ts +0 -10
- package/dist/src/event/dto/get-statistics-by-id-event.dto.d.ts +0 -5
- package/dist/src/i18n/es.d.ts +0 -6
- package/dist/src/i18n/es.js +0 -6
- package/dist/src/i18n/es.js.map +1 -1
- package/dist/src/mi-expo/dto/get-me.dto.d.ts +0 -6
- package/dist/src/mi-expo/dto/login-with-phone.dto.d.ts +0 -10
- package/dist/src/mi-expo/dto/login.dto.d.ts +0 -10
- package/dist/src/mi-expo/dto/update-me.dto.d.ts +0 -6
- package/dist/src/otp/dto/verify-otp.dto.d.ts +0 -10
- package/dist/src/production/dto/get-all-production.dto.d.ts +0 -14
- package/dist/src/production-affiliation-request/dto/find-by-production-affiliation-request.dto.d.ts +0 -14
- package/dist/src/production-affiliation-request/dto/update-production-affiliation-request.dto.d.ts +0 -10
- package/dist/src/profile/dto/create-profile.dto.d.ts +0 -4
- package/dist/src/profile/dto/delete-profile.dto.d.ts +0 -6
- package/dist/src/profile/dto/find-all-profile.dto.d.ts +0 -10
- package/dist/src/profile/dto/find-by-date-range-profile.dto.d.ts +0 -16
- package/dist/src/profile/dto/find-by-id-profile.dto.d.ts +0 -6
- package/dist/src/profile/dto/find-by-phone-number.dto.d.ts +0 -6
- package/dist/src/profile/dto/find-by-tag-groups-profile.dto.d.ts +0 -10
- package/dist/src/profile/dto/find-by-tags-profile.dto.d.ts +0 -10
- package/dist/src/profile/dto/find-trash.dto.d.ts +0 -1
- package/dist/src/profile/dto/find-with-active-chat.dto.d.ts +0 -10
- package/dist/src/profile/dto/profile.dto.d.ts +0 -3
- package/dist/src/profile/dto/update-profile.dto.d.ts +0 -6
- package/dist/src/schema/profile.schema.d.ts +0 -3
- package/dist/src/schema/profile.schema.js +0 -1
- package/dist/src/tag/dto/massive-allocation.dto.d.ts +0 -10
- package/dist/src/tag/dto/massive-deallocation.dto.d.ts +0 -10
- package/dist/src/ticket/dto/create-many-ticket.dto.d.ts +0 -17
- package/dist/src/ticket/dto/create-many-ticket.dto.js +0 -2
- package/dist/src/ticket/dto/create-ticket.dto.d.ts +0 -13
- package/dist/src/ticket/dto/create-ticket.dto.js +0 -1
- package/dist/src/ticket/dto/delete-ticket.dto.d.ts +0 -6
- package/dist/src/ticket/dto/find-all-tickets.dto.d.ts +0 -10
- package/dist/src/ticket/dto/find-by-event-ticket.dto.d.ts +0 -24
- package/dist/src/ticket/dto/find-by-id-ticket.dto.d.ts +0 -24
- package/dist/src/ticket/dto/find-by-mail-ticket.dto.d.ts +0 -24
- package/dist/src/ticket/dto/find-by-profile-id-ticket.dto.d.ts +0 -10
- package/dist/src/ticket/dto/find-ticket.dto.d.ts +0 -6
- package/dist/src/ticket/dto/get-pdfs-by-group-ticket.dto.d.ts +0 -5
- package/dist/src/ticket/dto/scan-ticket.dto.d.ts +0 -6
- package/dist/src/ticket/dto/ticket.dto.d.ts +0 -6
- package/dist/src/ticket/dto/ticket.dto.js +0 -1
- package/dist/src/ticket/dto/update-ticket.dto.d.ts +0 -6
- package/dist/src/ticket-group/dto/create-ticket-group.dto.d.ts +0 -17
- package/dist/src/ticket-group/dto/delete-ticket-group.dto.d.ts +0 -6
- package/dist/src/ticket-group/dto/find-group-ticket-group.dto.d.ts +0 -6
- package/dist/src/ticket-group/dto/ticket-group.dto.d.ts +0 -6
- package/dist/src/ticket-group/dto/ticket-group.dto.js +0 -1
- package/dist/src/ticket-group/dto/update-ticket-group.dto.d.ts +0 -12
- package/dist/src/ticket-group/dto/update-ticket-group.dto.js +0 -1
- package/dist/types/prisma-schema/edge.js +3 -6
- package/dist/types/prisma-schema/index-browser.js +0 -3
- package/dist/types/prisma-schema/index.d.ts +26 -605
- package/dist/types/prisma-schema/index.js +3 -6
- package/dist/types/prisma-schema/package.json +1 -1
- package/dist/types/prisma-schema/schema.prisma +0 -10
- package/dist/types/prisma-schema/wasm.js +0 -3
- package/dist/types/schema.d.ts +0 -120
- package/package.json +1 -2
- package/dist/src/profile/dto/find-referral-code-exists.dto.d.ts +0 -18
- package/dist/src/profile/dto/find-referral-code-exists.dto.js +0 -15
- package/dist/src/profile/dto/find-referral-code-usage.dto.d.ts +0 -18
- package/dist/src/profile/dto/find-referral-code-usage.dto.js +0 -15
@@ -2501,7 +2501,6 @@ export namespace Prisma {
|
|
2501
2501
|
productionsAdministrated: number
|
2502
2502
|
productionsParticipated: number
|
2503
2503
|
productionRequestsSent: number
|
2504
|
-
referralCodeUsed: number
|
2505
2504
|
}
|
2506
2505
|
|
2507
2506
|
export type ProfileCountOutputTypeSelect<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
@@ -2513,7 +2512,6 @@ export namespace Prisma {
|
|
2513
2512
|
productionsAdministrated?: boolean | ProfileCountOutputTypeCountProductionsAdministratedArgs
|
2514
2513
|
productionsParticipated?: boolean | ProfileCountOutputTypeCountProductionsParticipatedArgs
|
2515
2514
|
productionRequestsSent?: boolean | ProfileCountOutputTypeCountProductionRequestsSentArgs
|
2516
|
-
referralCodeUsed?: boolean | ProfileCountOutputTypeCountReferralCodeUsedArgs
|
2517
2515
|
}
|
2518
2516
|
|
2519
2517
|
// Custom InputTypes
|
@@ -2583,13 +2581,6 @@ export namespace Prisma {
|
|
2583
2581
|
where?: ProductionAffiliationRequestWhereInput
|
2584
2582
|
}
|
2585
2583
|
|
2586
|
-
/**
|
2587
|
-
* ProfileCountOutputType without action
|
2588
|
-
*/
|
2589
|
-
export type ProfileCountOutputTypeCountReferralCodeUsedArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
2590
|
-
where?: TicketGroupWhereInput
|
2591
|
-
}
|
2592
|
-
|
2593
2584
|
|
2594
2585
|
/**
|
2595
2586
|
* Count Type LocationCountOutputType
|
@@ -4160,7 +4151,6 @@ export namespace Prisma {
|
|
4160
4151
|
residenceLocationId: string | null
|
4161
4152
|
isInTrash: boolean | null
|
4162
4153
|
movedToTrashDate: Date | null
|
4163
|
-
referralCode: string | null
|
4164
4154
|
created_at: Date | null
|
4165
4155
|
updated_at: Date | null
|
4166
4156
|
}
|
@@ -4187,7 +4177,6 @@ export namespace Prisma {
|
|
4187
4177
|
residenceLocationId: string | null
|
4188
4178
|
isInTrash: boolean | null
|
4189
4179
|
movedToTrashDate: Date | null
|
4190
|
-
referralCode: string | null
|
4191
4180
|
created_at: Date | null
|
4192
4181
|
updated_at: Date | null
|
4193
4182
|
}
|
@@ -4215,7 +4204,6 @@ export namespace Prisma {
|
|
4215
4204
|
residenceLocationId: number
|
4216
4205
|
isInTrash: number
|
4217
4206
|
movedToTrashDate: number
|
4218
|
-
referralCode: number
|
4219
4207
|
created_at: number
|
4220
4208
|
updated_at: number
|
4221
4209
|
_all: number
|
@@ -4252,7 +4240,6 @@ export namespace Prisma {
|
|
4252
4240
|
residenceLocationId?: true
|
4253
4241
|
isInTrash?: true
|
4254
4242
|
movedToTrashDate?: true
|
4255
|
-
referralCode?: true
|
4256
4243
|
created_at?: true
|
4257
4244
|
updated_at?: true
|
4258
4245
|
}
|
@@ -4279,7 +4266,6 @@ export namespace Prisma {
|
|
4279
4266
|
residenceLocationId?: true
|
4280
4267
|
isInTrash?: true
|
4281
4268
|
movedToTrashDate?: true
|
4282
|
-
referralCode?: true
|
4283
4269
|
created_at?: true
|
4284
4270
|
updated_at?: true
|
4285
4271
|
}
|
@@ -4307,7 +4293,6 @@ export namespace Prisma {
|
|
4307
4293
|
residenceLocationId?: true
|
4308
4294
|
isInTrash?: true
|
4309
4295
|
movedToTrashDate?: true
|
4310
|
-
referralCode?: true
|
4311
4296
|
created_at?: true
|
4312
4297
|
updated_at?: true
|
4313
4298
|
_all?: true
|
@@ -4422,7 +4407,6 @@ export namespace Prisma {
|
|
4422
4407
|
residenceLocationId: string | null
|
4423
4408
|
isInTrash: boolean
|
4424
4409
|
movedToTrashDate: Date | null
|
4425
|
-
referralCode: string
|
4426
4410
|
created_at: Date
|
4427
4411
|
updated_at: Date
|
4428
4412
|
_count: ProfileCountAggregateOutputType | null
|
@@ -4469,7 +4453,6 @@ export namespace Prisma {
|
|
4469
4453
|
residenceLocationId?: boolean
|
4470
4454
|
isInTrash?: boolean
|
4471
4455
|
movedToTrashDate?: boolean
|
4472
|
-
referralCode?: boolean
|
4473
4456
|
created_at?: boolean
|
4474
4457
|
updated_at?: boolean
|
4475
4458
|
otp?: boolean | Profile$otpArgs<ExtArgs>
|
@@ -4482,7 +4465,6 @@ export namespace Prisma {
|
|
4482
4465
|
productionsAdministrated?: boolean | Profile$productionsAdministratedArgs<ExtArgs>
|
4483
4466
|
productionsParticipated?: boolean | Profile$productionsParticipatedArgs<ExtArgs>
|
4484
4467
|
productionRequestsSent?: boolean | Profile$productionRequestsSentArgs<ExtArgs>
|
4485
|
-
referralCodeUsed?: boolean | Profile$referralCodeUsedArgs<ExtArgs>
|
4486
4468
|
_count?: boolean | ProfileCountOutputTypeDefaultArgs<ExtArgs>
|
4487
4469
|
}, ExtArgs["result"]["profile"]>
|
4488
4470
|
|
@@ -4509,7 +4491,6 @@ export namespace Prisma {
|
|
4509
4491
|
residenceLocationId?: boolean
|
4510
4492
|
isInTrash?: boolean
|
4511
4493
|
movedToTrashDate?: boolean
|
4512
|
-
referralCode?: boolean
|
4513
4494
|
created_at?: boolean
|
4514
4495
|
updated_at?: boolean
|
4515
4496
|
birthLocation?: boolean | Profile$birthLocationArgs<ExtArgs>
|
@@ -4539,7 +4520,6 @@ export namespace Prisma {
|
|
4539
4520
|
residenceLocationId?: boolean
|
4540
4521
|
isInTrash?: boolean
|
4541
4522
|
movedToTrashDate?: boolean
|
4542
|
-
referralCode?: boolean
|
4543
4523
|
created_at?: boolean
|
4544
4524
|
updated_at?: boolean
|
4545
4525
|
birthLocation?: boolean | Profile$birthLocationArgs<ExtArgs>
|
@@ -4569,12 +4549,11 @@ export namespace Prisma {
|
|
4569
4549
|
residenceLocationId?: boolean
|
4570
4550
|
isInTrash?: boolean
|
4571
4551
|
movedToTrashDate?: boolean
|
4572
|
-
referralCode?: boolean
|
4573
4552
|
created_at?: boolean
|
4574
4553
|
updated_at?: boolean
|
4575
4554
|
}
|
4576
4555
|
|
4577
|
-
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" | "
|
4556
|
+
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"]>
|
4578
4557
|
export type ProfileInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
4579
4558
|
otp?: boolean | Profile$otpArgs<ExtArgs>
|
4580
4559
|
comments?: boolean | Profile$commentsArgs<ExtArgs>
|
@@ -4586,7 +4565,6 @@ export namespace Prisma {
|
|
4586
4565
|
productionsAdministrated?: boolean | Profile$productionsAdministratedArgs<ExtArgs>
|
4587
4566
|
productionsParticipated?: boolean | Profile$productionsParticipatedArgs<ExtArgs>
|
4588
4567
|
productionRequestsSent?: boolean | Profile$productionRequestsSentArgs<ExtArgs>
|
4589
|
-
referralCodeUsed?: boolean | Profile$referralCodeUsedArgs<ExtArgs>
|
4590
4568
|
_count?: boolean | ProfileCountOutputTypeDefaultArgs<ExtArgs>
|
4591
4569
|
}
|
4592
4570
|
export type ProfileIncludeCreateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
@@ -4611,7 +4589,6 @@ export namespace Prisma {
|
|
4611
4589
|
productionsAdministrated: Prisma.$ProductionPayload<ExtArgs>[]
|
4612
4590
|
productionsParticipated: Prisma.$ProductionPayload<ExtArgs>[]
|
4613
4591
|
productionRequestsSent: Prisma.$ProductionAffiliationRequestPayload<ExtArgs>[]
|
4614
|
-
referralCodeUsed: Prisma.$TicketGroupPayload<ExtArgs>[]
|
4615
4592
|
}
|
4616
4593
|
scalars: $Extensions.GetPayloadResult<{
|
4617
4594
|
id: string
|
@@ -4636,7 +4613,6 @@ export namespace Prisma {
|
|
4636
4613
|
residenceLocationId: string | null
|
4637
4614
|
isInTrash: boolean
|
4638
4615
|
movedToTrashDate: Date | null
|
4639
|
-
referralCode: string
|
4640
4616
|
created_at: Date
|
4641
4617
|
updated_at: Date
|
4642
4618
|
}, ExtArgs["result"]["profile"]>
|
@@ -5043,7 +5019,6 @@ export namespace Prisma {
|
|
5043
5019
|
productionsAdministrated<T extends Profile$productionsAdministratedArgs<ExtArgs> = {}>(args?: Subset<T, Profile$productionsAdministratedArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$ProductionPayload<ExtArgs>, T, "findMany", ClientOptions> | Null>
|
5044
5020
|
productionsParticipated<T extends Profile$productionsParticipatedArgs<ExtArgs> = {}>(args?: Subset<T, Profile$productionsParticipatedArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$ProductionPayload<ExtArgs>, T, "findMany", ClientOptions> | Null>
|
5045
5021
|
productionRequestsSent<T extends Profile$productionRequestsSentArgs<ExtArgs> = {}>(args?: Subset<T, Profile$productionRequestsSentArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$ProductionAffiliationRequestPayload<ExtArgs>, T, "findMany", ClientOptions> | Null>
|
5046
|
-
referralCodeUsed<T extends Profile$referralCodeUsedArgs<ExtArgs> = {}>(args?: Subset<T, Profile$referralCodeUsedArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$TicketGroupPayload<ExtArgs>, T, "findMany", ClientOptions> | Null>
|
5047
5022
|
/**
|
5048
5023
|
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
5049
5024
|
* @param onfulfilled The callback to execute when the Promise is resolved.
|
@@ -5095,7 +5070,6 @@ export namespace Prisma {
|
|
5095
5070
|
readonly residenceLocationId: FieldRef<"Profile", 'String'>
|
5096
5071
|
readonly isInTrash: FieldRef<"Profile", 'Boolean'>
|
5097
5072
|
readonly movedToTrashDate: FieldRef<"Profile", 'DateTime'>
|
5098
|
-
readonly referralCode: FieldRef<"Profile", 'String'>
|
5099
5073
|
readonly created_at: FieldRef<"Profile", 'DateTime'>
|
5100
5074
|
readonly updated_at: FieldRef<"Profile", 'DateTime'>
|
5101
5075
|
}
|
@@ -5723,30 +5697,6 @@ export namespace Prisma {
|
|
5723
5697
|
distinct?: ProductionAffiliationRequestScalarFieldEnum | ProductionAffiliationRequestScalarFieldEnum[]
|
5724
5698
|
}
|
5725
5699
|
|
5726
|
-
/**
|
5727
|
-
* Profile.referralCodeUsed
|
5728
|
-
*/
|
5729
|
-
export type Profile$referralCodeUsedArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
5730
|
-
/**
|
5731
|
-
* Select specific fields to fetch from the TicketGroup
|
5732
|
-
*/
|
5733
|
-
select?: TicketGroupSelect<ExtArgs> | null
|
5734
|
-
/**
|
5735
|
-
* Omit specific fields from the TicketGroup
|
5736
|
-
*/
|
5737
|
-
omit?: TicketGroupOmit<ExtArgs> | null
|
5738
|
-
/**
|
5739
|
-
* Choose, which related nodes to fetch as well
|
5740
|
-
*/
|
5741
|
-
include?: TicketGroupInclude<ExtArgs> | null
|
5742
|
-
where?: TicketGroupWhereInput
|
5743
|
-
orderBy?: TicketGroupOrderByWithRelationInput | TicketGroupOrderByWithRelationInput[]
|
5744
|
-
cursor?: TicketGroupWhereUniqueInput
|
5745
|
-
take?: number
|
5746
|
-
skip?: number
|
5747
|
-
distinct?: TicketGroupScalarFieldEnum | TicketGroupScalarFieldEnum[]
|
5748
|
-
}
|
5749
|
-
|
5750
5700
|
/**
|
5751
5701
|
* Profile without action
|
5752
5702
|
*/
|
@@ -16150,7 +16100,6 @@ export namespace Prisma {
|
|
16150
16100
|
scannedAt: Date | null
|
16151
16101
|
profileId: string | null
|
16152
16102
|
ticketGroupId: string | null
|
16153
|
-
referralCode: string | null
|
16154
16103
|
created_at: Date | null
|
16155
16104
|
updated_at: Date | null
|
16156
16105
|
}
|
@@ -16167,7 +16116,6 @@ export namespace Prisma {
|
|
16167
16116
|
scannedAt: Date | null
|
16168
16117
|
profileId: string | null
|
16169
16118
|
ticketGroupId: string | null
|
16170
|
-
referralCode: string | null
|
16171
16119
|
created_at: Date | null
|
16172
16120
|
updated_at: Date | null
|
16173
16121
|
}
|
@@ -16184,7 +16132,6 @@ export namespace Prisma {
|
|
16184
16132
|
scannedAt: number
|
16185
16133
|
profileId: number
|
16186
16134
|
ticketGroupId: number
|
16187
|
-
referralCode: number
|
16188
16135
|
created_at: number
|
16189
16136
|
updated_at: number
|
16190
16137
|
_all: number
|
@@ -16211,7 +16158,6 @@ export namespace Prisma {
|
|
16211
16158
|
scannedAt?: true
|
16212
16159
|
profileId?: true
|
16213
16160
|
ticketGroupId?: true
|
16214
|
-
referralCode?: true
|
16215
16161
|
created_at?: true
|
16216
16162
|
updated_at?: true
|
16217
16163
|
}
|
@@ -16228,7 +16174,6 @@ export namespace Prisma {
|
|
16228
16174
|
scannedAt?: true
|
16229
16175
|
profileId?: true
|
16230
16176
|
ticketGroupId?: true
|
16231
|
-
referralCode?: true
|
16232
16177
|
created_at?: true
|
16233
16178
|
updated_at?: true
|
16234
16179
|
}
|
@@ -16245,7 +16190,6 @@ export namespace Prisma {
|
|
16245
16190
|
scannedAt?: true
|
16246
16191
|
profileId?: true
|
16247
16192
|
ticketGroupId?: true
|
16248
|
-
referralCode?: true
|
16249
16193
|
created_at?: true
|
16250
16194
|
updated_at?: true
|
16251
16195
|
_all?: true
|
@@ -16349,7 +16293,6 @@ export namespace Prisma {
|
|
16349
16293
|
scannedAt: Date | null
|
16350
16294
|
profileId: string | null
|
16351
16295
|
ticketGroupId: string | null
|
16352
|
-
referralCode: string | null
|
16353
16296
|
created_at: Date
|
16354
16297
|
updated_at: Date
|
16355
16298
|
_count: TicketCountAggregateOutputType | null
|
@@ -16385,7 +16328,6 @@ export namespace Prisma {
|
|
16385
16328
|
scannedAt?: boolean
|
16386
16329
|
profileId?: boolean
|
16387
16330
|
ticketGroupId?: boolean
|
16388
|
-
referralCode?: boolean
|
16389
16331
|
created_at?: boolean
|
16390
16332
|
updated_at?: boolean
|
16391
16333
|
event?: boolean | EventDefaultArgs<ExtArgs>
|
@@ -16405,7 +16347,6 @@ export namespace Prisma {
|
|
16405
16347
|
scannedAt?: boolean
|
16406
16348
|
profileId?: boolean
|
16407
16349
|
ticketGroupId?: boolean
|
16408
|
-
referralCode?: boolean
|
16409
16350
|
created_at?: boolean
|
16410
16351
|
updated_at?: boolean
|
16411
16352
|
event?: boolean | EventDefaultArgs<ExtArgs>
|
@@ -16425,7 +16366,6 @@ export namespace Prisma {
|
|
16425
16366
|
scannedAt?: boolean
|
16426
16367
|
profileId?: boolean
|
16427
16368
|
ticketGroupId?: boolean
|
16428
|
-
referralCode?: boolean
|
16429
16369
|
created_at?: boolean
|
16430
16370
|
updated_at?: boolean
|
16431
16371
|
event?: boolean | EventDefaultArgs<ExtArgs>
|
@@ -16445,12 +16385,11 @@ export namespace Prisma {
|
|
16445
16385
|
scannedAt?: boolean
|
16446
16386
|
profileId?: boolean
|
16447
16387
|
ticketGroupId?: boolean
|
16448
|
-
referralCode?: boolean
|
16449
16388
|
created_at?: boolean
|
16450
16389
|
updated_at?: boolean
|
16451
16390
|
}
|
16452
16391
|
|
16453
|
-
export type TicketOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "eventId" | "type" | "fullName" | "mail" | "dni" | "seat" | "scanned" | "scannedAt" | "profileId" | "ticketGroupId" | "
|
16392
|
+
export type TicketOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "eventId" | "type" | "fullName" | "mail" | "dni" | "seat" | "scanned" | "scannedAt" | "profileId" | "ticketGroupId" | "created_at" | "updated_at", ExtArgs["result"]["ticket"]>
|
16454
16393
|
export type TicketInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
16455
16394
|
event?: boolean | EventDefaultArgs<ExtArgs>
|
16456
16395
|
profile?: boolean | Ticket$profileArgs<ExtArgs>
|
@@ -16486,7 +16425,6 @@ export namespace Prisma {
|
|
16486
16425
|
scannedAt: Date | null
|
16487
16426
|
profileId: string | null
|
16488
16427
|
ticketGroupId: string | null
|
16489
|
-
referralCode: string | null
|
16490
16428
|
created_at: Date
|
16491
16429
|
updated_at: Date
|
16492
16430
|
}, ExtArgs["result"]["ticket"]>
|
@@ -16926,7 +16864,6 @@ export namespace Prisma {
|
|
16926
16864
|
readonly scannedAt: FieldRef<"Ticket", 'DateTime'>
|
16927
16865
|
readonly profileId: FieldRef<"Ticket", 'String'>
|
16928
16866
|
readonly ticketGroupId: FieldRef<"Ticket", 'String'>
|
16929
|
-
readonly referralCode: FieldRef<"Ticket", 'String'>
|
16930
16867
|
readonly created_at: FieldRef<"Ticket", 'DateTime'>
|
16931
16868
|
readonly updated_at: FieldRef<"Ticket", 'DateTime'>
|
16932
16869
|
}
|
@@ -17406,7 +17343,6 @@ export namespace Prisma {
|
|
17406
17343
|
status: $Enums.TicketGroupStatus | null
|
17407
17344
|
amountTickets: number | null
|
17408
17345
|
eventId: string | null
|
17409
|
-
referralCode: string | null
|
17410
17346
|
created_at: Date | null
|
17411
17347
|
updated_at: Date | null
|
17412
17348
|
}
|
@@ -17416,7 +17352,6 @@ export namespace Prisma {
|
|
17416
17352
|
status: $Enums.TicketGroupStatus | null
|
17417
17353
|
amountTickets: number | null
|
17418
17354
|
eventId: string | null
|
17419
|
-
referralCode: string | null
|
17420
17355
|
created_at: Date | null
|
17421
17356
|
updated_at: Date | null
|
17422
17357
|
}
|
@@ -17426,7 +17361,6 @@ export namespace Prisma {
|
|
17426
17361
|
status: number
|
17427
17362
|
amountTickets: number
|
17428
17363
|
eventId: number
|
17429
|
-
referralCode: number
|
17430
17364
|
created_at: number
|
17431
17365
|
updated_at: number
|
17432
17366
|
_all: number
|
@@ -17446,7 +17380,6 @@ export namespace Prisma {
|
|
17446
17380
|
status?: true
|
17447
17381
|
amountTickets?: true
|
17448
17382
|
eventId?: true
|
17449
|
-
referralCode?: true
|
17450
17383
|
created_at?: true
|
17451
17384
|
updated_at?: true
|
17452
17385
|
}
|
@@ -17456,7 +17389,6 @@ export namespace Prisma {
|
|
17456
17389
|
status?: true
|
17457
17390
|
amountTickets?: true
|
17458
17391
|
eventId?: true
|
17459
|
-
referralCode?: true
|
17460
17392
|
created_at?: true
|
17461
17393
|
updated_at?: true
|
17462
17394
|
}
|
@@ -17466,7 +17398,6 @@ export namespace Prisma {
|
|
17466
17398
|
status?: true
|
17467
17399
|
amountTickets?: true
|
17468
17400
|
eventId?: true
|
17469
|
-
referralCode?: true
|
17470
17401
|
created_at?: true
|
17471
17402
|
updated_at?: true
|
17472
17403
|
_all?: true
|
@@ -17563,7 +17494,6 @@ export namespace Prisma {
|
|
17563
17494
|
status: $Enums.TicketGroupStatus
|
17564
17495
|
amountTickets: number
|
17565
17496
|
eventId: string
|
17566
|
-
referralCode: string | null
|
17567
17497
|
created_at: Date
|
17568
17498
|
updated_at: Date
|
17569
17499
|
_count: TicketGroupCountAggregateOutputType | null
|
@@ -17592,12 +17522,10 @@ export namespace Prisma {
|
|
17592
17522
|
status?: boolean
|
17593
17523
|
amountTickets?: boolean
|
17594
17524
|
eventId?: boolean
|
17595
|
-
referralCode?: boolean
|
17596
17525
|
created_at?: boolean
|
17597
17526
|
updated_at?: boolean
|
17598
17527
|
event?: boolean | EventDefaultArgs<ExtArgs>
|
17599
17528
|
tickets?: boolean | TicketGroup$ticketsArgs<ExtArgs>
|
17600
|
-
referralCodeProfile?: boolean | TicketGroup$referralCodeProfileArgs<ExtArgs>
|
17601
17529
|
_count?: boolean | TicketGroupCountOutputTypeDefaultArgs<ExtArgs>
|
17602
17530
|
}, ExtArgs["result"]["ticketGroup"]>
|
17603
17531
|
|
@@ -17606,11 +17534,9 @@ export namespace Prisma {
|
|
17606
17534
|
status?: boolean
|
17607
17535
|
amountTickets?: boolean
|
17608
17536
|
eventId?: boolean
|
17609
|
-
referralCode?: boolean
|
17610
17537
|
created_at?: boolean
|
17611
17538
|
updated_at?: boolean
|
17612
17539
|
event?: boolean | EventDefaultArgs<ExtArgs>
|
17613
|
-
referralCodeProfile?: boolean | TicketGroup$referralCodeProfileArgs<ExtArgs>
|
17614
17540
|
}, ExtArgs["result"]["ticketGroup"]>
|
17615
17541
|
|
17616
17542
|
export type TicketGroupSelectUpdateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
|
@@ -17618,11 +17544,9 @@ export namespace Prisma {
|
|
17618
17544
|
status?: boolean
|
17619
17545
|
amountTickets?: boolean
|
17620
17546
|
eventId?: boolean
|
17621
|
-
referralCode?: boolean
|
17622
17547
|
created_at?: boolean
|
17623
17548
|
updated_at?: boolean
|
17624
17549
|
event?: boolean | EventDefaultArgs<ExtArgs>
|
17625
|
-
referralCodeProfile?: boolean | TicketGroup$referralCodeProfileArgs<ExtArgs>
|
17626
17550
|
}, ExtArgs["result"]["ticketGroup"]>
|
17627
17551
|
|
17628
17552
|
export type TicketGroupSelectScalar = {
|
@@ -17630,25 +17554,21 @@ export namespace Prisma {
|
|
17630
17554
|
status?: boolean
|
17631
17555
|
amountTickets?: boolean
|
17632
17556
|
eventId?: boolean
|
17633
|
-
referralCode?: boolean
|
17634
17557
|
created_at?: boolean
|
17635
17558
|
updated_at?: boolean
|
17636
17559
|
}
|
17637
17560
|
|
17638
|
-
export type TicketGroupOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "status" | "amountTickets" | "eventId" | "
|
17561
|
+
export type TicketGroupOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "status" | "amountTickets" | "eventId" | "created_at" | "updated_at", ExtArgs["result"]["ticketGroup"]>
|
17639
17562
|
export type TicketGroupInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
17640
17563
|
event?: boolean | EventDefaultArgs<ExtArgs>
|
17641
17564
|
tickets?: boolean | TicketGroup$ticketsArgs<ExtArgs>
|
17642
|
-
referralCodeProfile?: boolean | TicketGroup$referralCodeProfileArgs<ExtArgs>
|
17643
17565
|
_count?: boolean | TicketGroupCountOutputTypeDefaultArgs<ExtArgs>
|
17644
17566
|
}
|
17645
17567
|
export type TicketGroupIncludeCreateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
17646
17568
|
event?: boolean | EventDefaultArgs<ExtArgs>
|
17647
|
-
referralCodeProfile?: boolean | TicketGroup$referralCodeProfileArgs<ExtArgs>
|
17648
17569
|
}
|
17649
17570
|
export type TicketGroupIncludeUpdateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
17650
17571
|
event?: boolean | EventDefaultArgs<ExtArgs>
|
17651
|
-
referralCodeProfile?: boolean | TicketGroup$referralCodeProfileArgs<ExtArgs>
|
17652
17572
|
}
|
17653
17573
|
|
17654
17574
|
export type $TicketGroupPayload<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
@@ -17656,14 +17576,12 @@ export namespace Prisma {
|
|
17656
17576
|
objects: {
|
17657
17577
|
event: Prisma.$EventPayload<ExtArgs>
|
17658
17578
|
tickets: Prisma.$TicketPayload<ExtArgs>[]
|
17659
|
-
referralCodeProfile: Prisma.$ProfilePayload<ExtArgs> | null
|
17660
17579
|
}
|
17661
17580
|
scalars: $Extensions.GetPayloadResult<{
|
17662
17581
|
id: string
|
17663
17582
|
status: $Enums.TicketGroupStatus
|
17664
17583
|
amountTickets: number
|
17665
17584
|
eventId: string
|
17666
|
-
referralCode: string | null
|
17667
17585
|
created_at: Date
|
17668
17586
|
updated_at: Date
|
17669
17587
|
}, ExtArgs["result"]["ticketGroup"]>
|
@@ -18062,7 +17980,6 @@ export namespace Prisma {
|
|
18062
17980
|
readonly [Symbol.toStringTag]: "PrismaPromise"
|
18063
17981
|
event<T extends EventDefaultArgs<ExtArgs> = {}>(args?: Subset<T, EventDefaultArgs<ExtArgs>>): Prisma__EventClient<$Result.GetResult<Prisma.$EventPayload<ExtArgs>, T, "findUniqueOrThrow", ClientOptions> | Null, Null, ExtArgs, ClientOptions>
|
18064
17982
|
tickets<T extends TicketGroup$ticketsArgs<ExtArgs> = {}>(args?: Subset<T, TicketGroup$ticketsArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$TicketPayload<ExtArgs>, T, "findMany", ClientOptions> | Null>
|
18065
|
-
referralCodeProfile<T extends TicketGroup$referralCodeProfileArgs<ExtArgs> = {}>(args?: Subset<T, TicketGroup$referralCodeProfileArgs<ExtArgs>>): Prisma__ProfileClient<$Result.GetResult<Prisma.$ProfilePayload<ExtArgs>, T, "findUniqueOrThrow", ClientOptions> | null, null, ExtArgs, ClientOptions>
|
18066
17983
|
/**
|
18067
17984
|
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
18068
17985
|
* @param onfulfilled The callback to execute when the Promise is resolved.
|
@@ -18096,7 +18013,6 @@ export namespace Prisma {
|
|
18096
18013
|
readonly status: FieldRef<"TicketGroup", 'TicketGroupStatus'>
|
18097
18014
|
readonly amountTickets: FieldRef<"TicketGroup", 'Int'>
|
18098
18015
|
readonly eventId: FieldRef<"TicketGroup", 'String'>
|
18099
|
-
readonly referralCode: FieldRef<"TicketGroup", 'String'>
|
18100
18016
|
readonly created_at: FieldRef<"TicketGroup", 'DateTime'>
|
18101
18017
|
readonly updated_at: FieldRef<"TicketGroup", 'DateTime'>
|
18102
18018
|
}
|
@@ -18518,25 +18434,6 @@ export namespace Prisma {
|
|
18518
18434
|
distinct?: TicketScalarFieldEnum | TicketScalarFieldEnum[]
|
18519
18435
|
}
|
18520
18436
|
|
18521
|
-
/**
|
18522
|
-
* TicketGroup.referralCodeProfile
|
18523
|
-
*/
|
18524
|
-
export type TicketGroup$referralCodeProfileArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
18525
|
-
/**
|
18526
|
-
* Select specific fields to fetch from the Profile
|
18527
|
-
*/
|
18528
|
-
select?: ProfileSelect<ExtArgs> | null
|
18529
|
-
/**
|
18530
|
-
* Omit specific fields from the Profile
|
18531
|
-
*/
|
18532
|
-
omit?: ProfileOmit<ExtArgs> | null
|
18533
|
-
/**
|
18534
|
-
* Choose, which related nodes to fetch as well
|
18535
|
-
*/
|
18536
|
-
include?: ProfileInclude<ExtArgs> | null
|
18537
|
-
where?: ProfileWhereInput
|
18538
|
-
}
|
18539
|
-
|
18540
18437
|
/**
|
18541
18438
|
* TicketGroup without action
|
18542
18439
|
*/
|
@@ -22953,7 +22850,6 @@ export namespace Prisma {
|
|
22953
22850
|
residenceLocationId: 'residenceLocationId',
|
22954
22851
|
isInTrash: 'isInTrash',
|
22955
22852
|
movedToTrashDate: 'movedToTrashDate',
|
22956
|
-
referralCode: 'referralCode',
|
22957
22853
|
created_at: 'created_at',
|
22958
22854
|
updated_at: 'updated_at'
|
22959
22855
|
};
|
@@ -23096,7 +22992,6 @@ export namespace Prisma {
|
|
23096
22992
|
scannedAt: 'scannedAt',
|
23097
22993
|
profileId: 'profileId',
|
23098
22994
|
ticketGroupId: 'ticketGroupId',
|
23099
|
-
referralCode: 'referralCode',
|
23100
22995
|
created_at: 'created_at',
|
23101
22996
|
updated_at: 'updated_at'
|
23102
22997
|
};
|
@@ -23109,7 +23004,6 @@ export namespace Prisma {
|
|
23109
23004
|
status: 'status',
|
23110
23005
|
amountTickets: 'amountTickets',
|
23111
23006
|
eventId: 'eventId',
|
23112
|
-
referralCode: 'referralCode',
|
23113
23007
|
created_at: 'created_at',
|
23114
23008
|
updated_at: 'updated_at'
|
23115
23009
|
};
|
@@ -23505,7 +23399,6 @@ export namespace Prisma {
|
|
23505
23399
|
residenceLocationId?: StringNullableFilter<"Profile"> | string | null
|
23506
23400
|
isInTrash?: BoolFilter<"Profile"> | boolean
|
23507
23401
|
movedToTrashDate?: DateTimeNullableFilter<"Profile"> | Date | string | null
|
23508
|
-
referralCode?: StringFilter<"Profile"> | string
|
23509
23402
|
created_at?: DateTimeFilter<"Profile"> | Date | string
|
23510
23403
|
updated_at?: DateTimeFilter<"Profile"> | Date | string
|
23511
23404
|
otp?: OtpListRelationFilter
|
@@ -23518,7 +23411,6 @@ export namespace Prisma {
|
|
23518
23411
|
productionsAdministrated?: ProductionListRelationFilter
|
23519
23412
|
productionsParticipated?: ProductionListRelationFilter
|
23520
23413
|
productionRequestsSent?: ProductionAffiliationRequestListRelationFilter
|
23521
|
-
referralCodeUsed?: TicketGroupListRelationFilter
|
23522
23414
|
}
|
23523
23415
|
|
23524
23416
|
export type ProfileOrderByWithRelationInput = {
|
@@ -23544,7 +23436,6 @@ export namespace Prisma {
|
|
23544
23436
|
residenceLocationId?: SortOrderInput | SortOrder
|
23545
23437
|
isInTrash?: SortOrder
|
23546
23438
|
movedToTrashDate?: SortOrderInput | SortOrder
|
23547
|
-
referralCode?: SortOrder
|
23548
23439
|
created_at?: SortOrder
|
23549
23440
|
updated_at?: SortOrder
|
23550
23441
|
otp?: OtpOrderByRelationAggregateInput
|
@@ -23557,7 +23448,6 @@ export namespace Prisma {
|
|
23557
23448
|
productionsAdministrated?: ProductionOrderByRelationAggregateInput
|
23558
23449
|
productionsParticipated?: ProductionOrderByRelationAggregateInput
|
23559
23450
|
productionRequestsSent?: ProductionAffiliationRequestOrderByRelationAggregateInput
|
23560
|
-
referralCodeUsed?: TicketGroupOrderByRelationAggregateInput
|
23561
23451
|
}
|
23562
23452
|
|
23563
23453
|
export type ProfileWhereUniqueInput = Prisma.AtLeast<{
|
@@ -23565,7 +23455,6 @@ export namespace Prisma {
|
|
23565
23455
|
username?: string
|
23566
23456
|
phoneNumber?: string
|
23567
23457
|
secondaryPhoneNumber?: string
|
23568
|
-
referralCode?: string
|
23569
23458
|
AND?: ProfileWhereInput | ProfileWhereInput[]
|
23570
23459
|
OR?: ProfileWhereInput[]
|
23571
23460
|
NOT?: ProfileWhereInput | ProfileWhereInput[]
|
@@ -23599,8 +23488,7 @@ export namespace Prisma {
|
|
23599
23488
|
productionsAdministrated?: ProductionListRelationFilter
|
23600
23489
|
productionsParticipated?: ProductionListRelationFilter
|
23601
23490
|
productionRequestsSent?: ProductionAffiliationRequestListRelationFilter
|
23602
|
-
|
23603
|
-
}, "id" | "username" | "phoneNumber" | "secondaryPhoneNumber" | "referralCode">
|
23491
|
+
}, "id" | "username" | "phoneNumber" | "secondaryPhoneNumber">
|
23604
23492
|
|
23605
23493
|
export type ProfileOrderByWithAggregationInput = {
|
23606
23494
|
id?: SortOrder
|
@@ -23625,7 +23513,6 @@ export namespace Prisma {
|
|
23625
23513
|
residenceLocationId?: SortOrderInput | SortOrder
|
23626
23514
|
isInTrash?: SortOrder
|
23627
23515
|
movedToTrashDate?: SortOrderInput | SortOrder
|
23628
|
-
referralCode?: SortOrder
|
23629
23516
|
created_at?: SortOrder
|
23630
23517
|
updated_at?: SortOrder
|
23631
23518
|
_count?: ProfileCountOrderByAggregateInput
|
@@ -23661,7 +23548,6 @@ export namespace Prisma {
|
|
23661
23548
|
residenceLocationId?: StringNullableWithAggregatesFilter<"Profile"> | string | null
|
23662
23549
|
isInTrash?: BoolWithAggregatesFilter<"Profile"> | boolean
|
23663
23550
|
movedToTrashDate?: DateTimeNullableWithAggregatesFilter<"Profile"> | Date | string | null
|
23664
|
-
referralCode?: StringWithAggregatesFilter<"Profile"> | string
|
23665
23551
|
created_at?: DateTimeWithAggregatesFilter<"Profile"> | Date | string
|
23666
23552
|
updated_at?: DateTimeWithAggregatesFilter<"Profile"> | Date | string
|
23667
23553
|
}
|
@@ -24356,7 +24242,6 @@ export namespace Prisma {
|
|
24356
24242
|
scannedAt?: DateTimeNullableFilter<"Ticket"> | Date | string | null
|
24357
24243
|
profileId?: StringNullableFilter<"Ticket"> | string | null
|
24358
24244
|
ticketGroupId?: StringNullableFilter<"Ticket"> | string | null
|
24359
|
-
referralCode?: StringNullableFilter<"Ticket"> | string | null
|
24360
24245
|
created_at?: DateTimeFilter<"Ticket"> | Date | string
|
24361
24246
|
updated_at?: DateTimeFilter<"Ticket"> | Date | string
|
24362
24247
|
event?: XOR<EventScalarRelationFilter, EventWhereInput>
|
@@ -24376,7 +24261,6 @@ export namespace Prisma {
|
|
24376
24261
|
scannedAt?: SortOrderInput | SortOrder
|
24377
24262
|
profileId?: SortOrderInput | SortOrder
|
24378
24263
|
ticketGroupId?: SortOrderInput | SortOrder
|
24379
|
-
referralCode?: SortOrderInput | SortOrder
|
24380
24264
|
created_at?: SortOrder
|
24381
24265
|
updated_at?: SortOrder
|
24382
24266
|
event?: EventOrderByWithRelationInput
|
@@ -24399,7 +24283,6 @@ export namespace Prisma {
|
|
24399
24283
|
scannedAt?: DateTimeNullableFilter<"Ticket"> | Date | string | null
|
24400
24284
|
profileId?: StringNullableFilter<"Ticket"> | string | null
|
24401
24285
|
ticketGroupId?: StringNullableFilter<"Ticket"> | string | null
|
24402
|
-
referralCode?: StringNullableFilter<"Ticket"> | string | null
|
24403
24286
|
created_at?: DateTimeFilter<"Ticket"> | Date | string
|
24404
24287
|
updated_at?: DateTimeFilter<"Ticket"> | Date | string
|
24405
24288
|
event?: XOR<EventScalarRelationFilter, EventWhereInput>
|
@@ -24419,7 +24302,6 @@ export namespace Prisma {
|
|
24419
24302
|
scannedAt?: SortOrderInput | SortOrder
|
24420
24303
|
profileId?: SortOrderInput | SortOrder
|
24421
24304
|
ticketGroupId?: SortOrderInput | SortOrder
|
24422
|
-
referralCode?: SortOrderInput | SortOrder
|
24423
24305
|
created_at?: SortOrder
|
24424
24306
|
updated_at?: SortOrder
|
24425
24307
|
_count?: TicketCountOrderByAggregateInput
|
@@ -24444,7 +24326,6 @@ export namespace Prisma {
|
|
24444
24326
|
scannedAt?: DateTimeNullableWithAggregatesFilter<"Ticket"> | Date | string | null
|
24445
24327
|
profileId?: StringNullableWithAggregatesFilter<"Ticket"> | string | null
|
24446
24328
|
ticketGroupId?: StringNullableWithAggregatesFilter<"Ticket"> | string | null
|
24447
|
-
referralCode?: StringNullableWithAggregatesFilter<"Ticket"> | string | null
|
24448
24329
|
created_at?: DateTimeWithAggregatesFilter<"Ticket"> | Date | string
|
24449
24330
|
updated_at?: DateTimeWithAggregatesFilter<"Ticket"> | Date | string
|
24450
24331
|
}
|
@@ -24457,12 +24338,10 @@ export namespace Prisma {
|
|
24457
24338
|
status?: EnumTicketGroupStatusFilter<"TicketGroup"> | $Enums.TicketGroupStatus
|
24458
24339
|
amountTickets?: IntFilter<"TicketGroup"> | number
|
24459
24340
|
eventId?: StringFilter<"TicketGroup"> | string
|
24460
|
-
referralCode?: StringNullableFilter<"TicketGroup"> | string | null
|
24461
24341
|
created_at?: DateTimeFilter<"TicketGroup"> | Date | string
|
24462
24342
|
updated_at?: DateTimeFilter<"TicketGroup"> | Date | string
|
24463
24343
|
event?: XOR<EventScalarRelationFilter, EventWhereInput>
|
24464
24344
|
tickets?: TicketListRelationFilter
|
24465
|
-
referralCodeProfile?: XOR<ProfileNullableScalarRelationFilter, ProfileWhereInput> | null
|
24466
24345
|
}
|
24467
24346
|
|
24468
24347
|
export type TicketGroupOrderByWithRelationInput = {
|
@@ -24470,12 +24349,10 @@ export namespace Prisma {
|
|
24470
24349
|
status?: SortOrder
|
24471
24350
|
amountTickets?: SortOrder
|
24472
24351
|
eventId?: SortOrder
|
24473
|
-
referralCode?: SortOrderInput | SortOrder
|
24474
24352
|
created_at?: SortOrder
|
24475
24353
|
updated_at?: SortOrder
|
24476
24354
|
event?: EventOrderByWithRelationInput
|
24477
24355
|
tickets?: TicketOrderByRelationAggregateInput
|
24478
|
-
referralCodeProfile?: ProfileOrderByWithRelationInput
|
24479
24356
|
}
|
24480
24357
|
|
24481
24358
|
export type TicketGroupWhereUniqueInput = Prisma.AtLeast<{
|
@@ -24486,12 +24363,10 @@ export namespace Prisma {
|
|
24486
24363
|
status?: EnumTicketGroupStatusFilter<"TicketGroup"> | $Enums.TicketGroupStatus
|
24487
24364
|
amountTickets?: IntFilter<"TicketGroup"> | number
|
24488
24365
|
eventId?: StringFilter<"TicketGroup"> | string
|
24489
|
-
referralCode?: StringNullableFilter<"TicketGroup"> | string | null
|
24490
24366
|
created_at?: DateTimeFilter<"TicketGroup"> | Date | string
|
24491
24367
|
updated_at?: DateTimeFilter<"TicketGroup"> | Date | string
|
24492
24368
|
event?: XOR<EventScalarRelationFilter, EventWhereInput>
|
24493
24369
|
tickets?: TicketListRelationFilter
|
24494
|
-
referralCodeProfile?: XOR<ProfileNullableScalarRelationFilter, ProfileWhereInput> | null
|
24495
24370
|
}, "id">
|
24496
24371
|
|
24497
24372
|
export type TicketGroupOrderByWithAggregationInput = {
|
@@ -24499,7 +24374,6 @@ export namespace Prisma {
|
|
24499
24374
|
status?: SortOrder
|
24500
24375
|
amountTickets?: SortOrder
|
24501
24376
|
eventId?: SortOrder
|
24502
|
-
referralCode?: SortOrderInput | SortOrder
|
24503
24377
|
created_at?: SortOrder
|
24504
24378
|
updated_at?: SortOrder
|
24505
24379
|
_count?: TicketGroupCountOrderByAggregateInput
|
@@ -24517,7 +24391,6 @@ export namespace Prisma {
|
|
24517
24391
|
status?: EnumTicketGroupStatusWithAggregatesFilter<"TicketGroup"> | $Enums.TicketGroupStatus
|
24518
24392
|
amountTickets?: IntWithAggregatesFilter<"TicketGroup"> | number
|
24519
24393
|
eventId?: StringWithAggregatesFilter<"TicketGroup"> | string
|
24520
|
-
referralCode?: StringNullableWithAggregatesFilter<"TicketGroup"> | string | null
|
24521
24394
|
created_at?: DateTimeWithAggregatesFilter<"TicketGroup"> | Date | string
|
24522
24395
|
updated_at?: DateTimeWithAggregatesFilter<"TicketGroup"> | Date | string
|
24523
24396
|
}
|
@@ -24877,7 +24750,6 @@ export namespace Prisma {
|
|
24877
24750
|
alternativeNames?: ProfileCreatealternativeNamesInput | string[]
|
24878
24751
|
isInTrash?: boolean
|
24879
24752
|
movedToTrashDate?: Date | string | null
|
24880
|
-
referralCode?: string
|
24881
24753
|
created_at?: Date | string
|
24882
24754
|
updated_at?: Date | string
|
24883
24755
|
otp?: OtpCreateNestedManyWithoutOwnerInput
|
@@ -24890,7 +24762,6 @@ export namespace Prisma {
|
|
24890
24762
|
productionsAdministrated?: ProductionCreateNestedManyWithoutAdministratorInput
|
24891
24763
|
productionsParticipated?: ProductionCreateNestedManyWithoutParticipantsInput
|
24892
24764
|
productionRequestsSent?: ProductionAffiliationRequestCreateNestedManyWithoutProfileInput
|
24893
|
-
referralCodeUsed?: TicketGroupCreateNestedManyWithoutReferralCodeProfileInput
|
24894
24765
|
}
|
24895
24766
|
|
24896
24767
|
export type ProfileUncheckedCreateInput = {
|
@@ -24916,7 +24787,6 @@ export namespace Prisma {
|
|
24916
24787
|
residenceLocationId?: string | null
|
24917
24788
|
isInTrash?: boolean
|
24918
24789
|
movedToTrashDate?: Date | string | null
|
24919
|
-
referralCode?: string
|
24920
24790
|
created_at?: Date | string
|
24921
24791
|
updated_at?: Date | string
|
24922
24792
|
otp?: OtpUncheckedCreateNestedManyWithoutOwnerInput
|
@@ -24927,7 +24797,6 @@ export namespace Prisma {
|
|
24927
24797
|
productionsAdministrated?: ProductionUncheckedCreateNestedManyWithoutAdministratorInput
|
24928
24798
|
productionsParticipated?: ProductionUncheckedCreateNestedManyWithoutParticipantsInput
|
24929
24799
|
productionRequestsSent?: ProductionAffiliationRequestUncheckedCreateNestedManyWithoutProfileInput
|
24930
|
-
referralCodeUsed?: TicketGroupUncheckedCreateNestedManyWithoutReferralCodeProfileInput
|
24931
24800
|
}
|
24932
24801
|
|
24933
24802
|
export type ProfileUpdateInput = {
|
@@ -24951,7 +24820,6 @@ export namespace Prisma {
|
|
24951
24820
|
alternativeNames?: ProfileUpdatealternativeNamesInput | string[]
|
24952
24821
|
isInTrash?: BoolFieldUpdateOperationsInput | boolean
|
24953
24822
|
movedToTrashDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
24954
|
-
referralCode?: StringFieldUpdateOperationsInput | string
|
24955
24823
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
24956
24824
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
24957
24825
|
otp?: OtpUpdateManyWithoutOwnerNestedInput
|
@@ -24964,7 +24832,6 @@ export namespace Prisma {
|
|
24964
24832
|
productionsAdministrated?: ProductionUpdateManyWithoutAdministratorNestedInput
|
24965
24833
|
productionsParticipated?: ProductionUpdateManyWithoutParticipantsNestedInput
|
24966
24834
|
productionRequestsSent?: ProductionAffiliationRequestUpdateManyWithoutProfileNestedInput
|
24967
|
-
referralCodeUsed?: TicketGroupUpdateManyWithoutReferralCodeProfileNestedInput
|
24968
24835
|
}
|
24969
24836
|
|
24970
24837
|
export type ProfileUncheckedUpdateInput = {
|
@@ -24990,7 +24857,6 @@ export namespace Prisma {
|
|
24990
24857
|
residenceLocationId?: NullableStringFieldUpdateOperationsInput | string | null
|
24991
24858
|
isInTrash?: BoolFieldUpdateOperationsInput | boolean
|
24992
24859
|
movedToTrashDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
24993
|
-
referralCode?: StringFieldUpdateOperationsInput | string
|
24994
24860
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
24995
24861
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
24996
24862
|
otp?: OtpUncheckedUpdateManyWithoutOwnerNestedInput
|
@@ -25001,7 +24867,6 @@ export namespace Prisma {
|
|
25001
24867
|
productionsAdministrated?: ProductionUncheckedUpdateManyWithoutAdministratorNestedInput
|
25002
24868
|
productionsParticipated?: ProductionUncheckedUpdateManyWithoutParticipantsNestedInput
|
25003
24869
|
productionRequestsSent?: ProductionAffiliationRequestUncheckedUpdateManyWithoutProfileNestedInput
|
25004
|
-
referralCodeUsed?: TicketGroupUncheckedUpdateManyWithoutReferralCodeProfileNestedInput
|
25005
24870
|
}
|
25006
24871
|
|
25007
24872
|
export type ProfileCreateManyInput = {
|
@@ -25027,7 +24892,6 @@ export namespace Prisma {
|
|
25027
24892
|
residenceLocationId?: string | null
|
25028
24893
|
isInTrash?: boolean
|
25029
24894
|
movedToTrashDate?: Date | string | null
|
25030
|
-
referralCode?: string
|
25031
24895
|
created_at?: Date | string
|
25032
24896
|
updated_at?: Date | string
|
25033
24897
|
}
|
@@ -25053,7 +24917,6 @@ export namespace Prisma {
|
|
25053
24917
|
alternativeNames?: ProfileUpdatealternativeNamesInput | string[]
|
25054
24918
|
isInTrash?: BoolFieldUpdateOperationsInput | boolean
|
25055
24919
|
movedToTrashDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
25056
|
-
referralCode?: StringFieldUpdateOperationsInput | string
|
25057
24920
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
25058
24921
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
25059
24922
|
}
|
@@ -25081,7 +24944,6 @@ export namespace Prisma {
|
|
25081
24944
|
residenceLocationId?: NullableStringFieldUpdateOperationsInput | string | null
|
25082
24945
|
isInTrash?: BoolFieldUpdateOperationsInput | boolean
|
25083
24946
|
movedToTrashDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
25084
|
-
referralCode?: StringFieldUpdateOperationsInput | string
|
25085
24947
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
25086
24948
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
25087
24949
|
}
|
@@ -25829,7 +25691,6 @@ export namespace Prisma {
|
|
25829
25691
|
seat?: number | null
|
25830
25692
|
scanned?: boolean
|
25831
25693
|
scannedAt?: Date | string | null
|
25832
|
-
referralCode?: string | null
|
25833
25694
|
created_at?: Date | string
|
25834
25695
|
updated_at?: Date | string
|
25835
25696
|
event: EventCreateNestedOneWithoutTicketsInput
|
@@ -25849,7 +25710,6 @@ export namespace Prisma {
|
|
25849
25710
|
scannedAt?: Date | string | null
|
25850
25711
|
profileId?: string | null
|
25851
25712
|
ticketGroupId?: string | null
|
25852
|
-
referralCode?: string | null
|
25853
25713
|
created_at?: Date | string
|
25854
25714
|
updated_at?: Date | string
|
25855
25715
|
}
|
@@ -25863,7 +25723,6 @@ export namespace Prisma {
|
|
25863
25723
|
seat?: NullableIntFieldUpdateOperationsInput | number | null
|
25864
25724
|
scanned?: BoolFieldUpdateOperationsInput | boolean
|
25865
25725
|
scannedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
25866
|
-
referralCode?: NullableStringFieldUpdateOperationsInput | string | null
|
25867
25726
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
25868
25727
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
25869
25728
|
event?: EventUpdateOneRequiredWithoutTicketsNestedInput
|
@@ -25883,7 +25742,6 @@ export namespace Prisma {
|
|
25883
25742
|
scannedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
25884
25743
|
profileId?: NullableStringFieldUpdateOperationsInput | string | null
|
25885
25744
|
ticketGroupId?: NullableStringFieldUpdateOperationsInput | string | null
|
25886
|
-
referralCode?: NullableStringFieldUpdateOperationsInput | string | null
|
25887
25745
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
25888
25746
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
25889
25747
|
}
|
@@ -25900,7 +25758,6 @@ export namespace Prisma {
|
|
25900
25758
|
scannedAt?: Date | string | null
|
25901
25759
|
profileId?: string | null
|
25902
25760
|
ticketGroupId?: string | null
|
25903
|
-
referralCode?: string | null
|
25904
25761
|
created_at?: Date | string
|
25905
25762
|
updated_at?: Date | string
|
25906
25763
|
}
|
@@ -25914,7 +25771,6 @@ export namespace Prisma {
|
|
25914
25771
|
seat?: NullableIntFieldUpdateOperationsInput | number | null
|
25915
25772
|
scanned?: BoolFieldUpdateOperationsInput | boolean
|
25916
25773
|
scannedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
25917
|
-
referralCode?: NullableStringFieldUpdateOperationsInput | string | null
|
25918
25774
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
25919
25775
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
25920
25776
|
}
|
@@ -25931,7 +25787,6 @@ export namespace Prisma {
|
|
25931
25787
|
scannedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
25932
25788
|
profileId?: NullableStringFieldUpdateOperationsInput | string | null
|
25933
25789
|
ticketGroupId?: NullableStringFieldUpdateOperationsInput | string | null
|
25934
|
-
referralCode?: NullableStringFieldUpdateOperationsInput | string | null
|
25935
25790
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
25936
25791
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
25937
25792
|
}
|
@@ -25944,7 +25799,6 @@ export namespace Prisma {
|
|
25944
25799
|
updated_at?: Date | string
|
25945
25800
|
event: EventCreateNestedOneWithoutTicketGroupsInput
|
25946
25801
|
tickets?: TicketCreateNestedManyWithoutTicketGroupInput
|
25947
|
-
referralCodeProfile?: ProfileCreateNestedOneWithoutReferralCodeUsedInput
|
25948
25802
|
}
|
25949
25803
|
|
25950
25804
|
export type TicketGroupUncheckedCreateInput = {
|
@@ -25952,7 +25806,6 @@ export namespace Prisma {
|
|
25952
25806
|
status: $Enums.TicketGroupStatus
|
25953
25807
|
amountTickets?: number
|
25954
25808
|
eventId: string
|
25955
|
-
referralCode?: string | null
|
25956
25809
|
created_at?: Date | string
|
25957
25810
|
updated_at?: Date | string
|
25958
25811
|
tickets?: TicketUncheckedCreateNestedManyWithoutTicketGroupInput
|
@@ -25966,7 +25819,6 @@ export namespace Prisma {
|
|
25966
25819
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
25967
25820
|
event?: EventUpdateOneRequiredWithoutTicketGroupsNestedInput
|
25968
25821
|
tickets?: TicketUpdateManyWithoutTicketGroupNestedInput
|
25969
|
-
referralCodeProfile?: ProfileUpdateOneWithoutReferralCodeUsedNestedInput
|
25970
25822
|
}
|
25971
25823
|
|
25972
25824
|
export type TicketGroupUncheckedUpdateInput = {
|
@@ -25974,7 +25826,6 @@ export namespace Prisma {
|
|
25974
25826
|
status?: EnumTicketGroupStatusFieldUpdateOperationsInput | $Enums.TicketGroupStatus
|
25975
25827
|
amountTickets?: IntFieldUpdateOperationsInput | number
|
25976
25828
|
eventId?: StringFieldUpdateOperationsInput | string
|
25977
|
-
referralCode?: NullableStringFieldUpdateOperationsInput | string | null
|
25978
25829
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
25979
25830
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
25980
25831
|
tickets?: TicketUncheckedUpdateManyWithoutTicketGroupNestedInput
|
@@ -25985,7 +25836,6 @@ export namespace Prisma {
|
|
25985
25836
|
status: $Enums.TicketGroupStatus
|
25986
25837
|
amountTickets?: number
|
25987
25838
|
eventId: string
|
25988
|
-
referralCode?: string | null
|
25989
25839
|
created_at?: Date | string
|
25990
25840
|
updated_at?: Date | string
|
25991
25841
|
}
|
@@ -26003,7 +25853,6 @@ export namespace Prisma {
|
|
26003
25853
|
status?: EnumTicketGroupStatusFieldUpdateOperationsInput | $Enums.TicketGroupStatus
|
26004
25854
|
amountTickets?: IntFieldUpdateOperationsInput | number
|
26005
25855
|
eventId?: StringFieldUpdateOperationsInput | string
|
26006
|
-
referralCode?: NullableStringFieldUpdateOperationsInput | string | null
|
26007
25856
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
26008
25857
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
26009
25858
|
}
|
@@ -26473,12 +26322,6 @@ export namespace Prisma {
|
|
26473
26322
|
none?: ProductionAffiliationRequestWhereInput
|
26474
26323
|
}
|
26475
26324
|
|
26476
|
-
export type TicketGroupListRelationFilter = {
|
26477
|
-
every?: TicketGroupWhereInput
|
26478
|
-
some?: TicketGroupWhereInput
|
26479
|
-
none?: TicketGroupWhereInput
|
26480
|
-
}
|
26481
|
-
|
26482
26325
|
export type SortOrderInput = {
|
26483
26326
|
sort: SortOrder
|
26484
26327
|
nulls?: NullsOrder
|
@@ -26504,10 +26347,6 @@ export namespace Prisma {
|
|
26504
26347
|
_count?: SortOrder
|
26505
26348
|
}
|
26506
26349
|
|
26507
|
-
export type TicketGroupOrderByRelationAggregateInput = {
|
26508
|
-
_count?: SortOrder
|
26509
|
-
}
|
26510
|
-
|
26511
26350
|
export type ProfileCountOrderByAggregateInput = {
|
26512
26351
|
id?: SortOrder
|
26513
26352
|
shortId?: SortOrder
|
@@ -26531,7 +26370,6 @@ export namespace Prisma {
|
|
26531
26370
|
residenceLocationId?: SortOrder
|
26532
26371
|
isInTrash?: SortOrder
|
26533
26372
|
movedToTrashDate?: SortOrder
|
26534
|
-
referralCode?: SortOrder
|
26535
26373
|
created_at?: SortOrder
|
26536
26374
|
updated_at?: SortOrder
|
26537
26375
|
}
|
@@ -26562,7 +26400,6 @@ export namespace Prisma {
|
|
26562
26400
|
residenceLocationId?: SortOrder
|
26563
26401
|
isInTrash?: SortOrder
|
26564
26402
|
movedToTrashDate?: SortOrder
|
26565
|
-
referralCode?: SortOrder
|
26566
26403
|
created_at?: SortOrder
|
26567
26404
|
updated_at?: SortOrder
|
26568
26405
|
}
|
@@ -26589,7 +26426,6 @@ export namespace Prisma {
|
|
26589
26426
|
residenceLocationId?: SortOrder
|
26590
26427
|
isInTrash?: SortOrder
|
26591
26428
|
movedToTrashDate?: SortOrder
|
26592
|
-
referralCode?: SortOrder
|
26593
26429
|
created_at?: SortOrder
|
26594
26430
|
updated_at?: SortOrder
|
26595
26431
|
}
|
@@ -26923,12 +26759,22 @@ export namespace Prisma {
|
|
26923
26759
|
isNot?: TagWhereInput
|
26924
26760
|
}
|
26925
26761
|
|
26762
|
+
export type TicketGroupListRelationFilter = {
|
26763
|
+
every?: TicketGroupWhereInput
|
26764
|
+
some?: TicketGroupWhereInput
|
26765
|
+
none?: TicketGroupWhereInput
|
26766
|
+
}
|
26767
|
+
|
26926
26768
|
export type EventTicketListRelationFilter = {
|
26927
26769
|
every?: EventTicketWhereInput
|
26928
26770
|
some?: EventTicketWhereInput
|
26929
26771
|
none?: EventTicketWhereInput
|
26930
26772
|
}
|
26931
26773
|
|
26774
|
+
export type TicketGroupOrderByRelationAggregateInput = {
|
26775
|
+
_count?: SortOrder
|
26776
|
+
}
|
26777
|
+
|
26932
26778
|
export type EventTicketOrderByRelationAggregateInput = {
|
26933
26779
|
_count?: SortOrder
|
26934
26780
|
}
|
@@ -27177,7 +27023,6 @@ export namespace Prisma {
|
|
27177
27023
|
scannedAt?: SortOrder
|
27178
27024
|
profileId?: SortOrder
|
27179
27025
|
ticketGroupId?: SortOrder
|
27180
|
-
referralCode?: SortOrder
|
27181
27026
|
created_at?: SortOrder
|
27182
27027
|
updated_at?: SortOrder
|
27183
27028
|
}
|
@@ -27198,7 +27043,6 @@ export namespace Prisma {
|
|
27198
27043
|
scannedAt?: SortOrder
|
27199
27044
|
profileId?: SortOrder
|
27200
27045
|
ticketGroupId?: SortOrder
|
27201
|
-
referralCode?: SortOrder
|
27202
27046
|
created_at?: SortOrder
|
27203
27047
|
updated_at?: SortOrder
|
27204
27048
|
}
|
@@ -27215,7 +27059,6 @@ export namespace Prisma {
|
|
27215
27059
|
scannedAt?: SortOrder
|
27216
27060
|
profileId?: SortOrder
|
27217
27061
|
ticketGroupId?: SortOrder
|
27218
|
-
referralCode?: SortOrder
|
27219
27062
|
created_at?: SortOrder
|
27220
27063
|
updated_at?: SortOrder
|
27221
27064
|
}
|
@@ -27262,7 +27105,6 @@ export namespace Prisma {
|
|
27262
27105
|
status?: SortOrder
|
27263
27106
|
amountTickets?: SortOrder
|
27264
27107
|
eventId?: SortOrder
|
27265
|
-
referralCode?: SortOrder
|
27266
27108
|
created_at?: SortOrder
|
27267
27109
|
updated_at?: SortOrder
|
27268
27110
|
}
|
@@ -27276,7 +27118,6 @@ export namespace Prisma {
|
|
27276
27118
|
status?: SortOrder
|
27277
27119
|
amountTickets?: SortOrder
|
27278
27120
|
eventId?: SortOrder
|
27279
|
-
referralCode?: SortOrder
|
27280
27121
|
created_at?: SortOrder
|
27281
27122
|
updated_at?: SortOrder
|
27282
27123
|
}
|
@@ -27286,7 +27127,6 @@ export namespace Prisma {
|
|
27286
27127
|
status?: SortOrder
|
27287
27128
|
amountTickets?: SortOrder
|
27288
27129
|
eventId?: SortOrder
|
27289
|
-
referralCode?: SortOrder
|
27290
27130
|
created_at?: SortOrder
|
27291
27131
|
updated_at?: SortOrder
|
27292
27132
|
}
|
@@ -27755,13 +27595,6 @@ export namespace Prisma {
|
|
27755
27595
|
connect?: ProductionAffiliationRequestWhereUniqueInput | ProductionAffiliationRequestWhereUniqueInput[]
|
27756
27596
|
}
|
27757
27597
|
|
27758
|
-
export type TicketGroupCreateNestedManyWithoutReferralCodeProfileInput = {
|
27759
|
-
create?: XOR<TicketGroupCreateWithoutReferralCodeProfileInput, TicketGroupUncheckedCreateWithoutReferralCodeProfileInput> | TicketGroupCreateWithoutReferralCodeProfileInput[] | TicketGroupUncheckedCreateWithoutReferralCodeProfileInput[]
|
27760
|
-
connectOrCreate?: TicketGroupCreateOrConnectWithoutReferralCodeProfileInput | TicketGroupCreateOrConnectWithoutReferralCodeProfileInput[]
|
27761
|
-
createMany?: TicketGroupCreateManyReferralCodeProfileInputEnvelope
|
27762
|
-
connect?: TicketGroupWhereUniqueInput | TicketGroupWhereUniqueInput[]
|
27763
|
-
}
|
27764
|
-
|
27765
27598
|
export type OtpUncheckedCreateNestedManyWithoutOwnerInput = {
|
27766
27599
|
create?: XOR<OtpCreateWithoutOwnerInput, OtpUncheckedCreateWithoutOwnerInput> | OtpCreateWithoutOwnerInput[] | OtpUncheckedCreateWithoutOwnerInput[]
|
27767
27600
|
connectOrCreate?: OtpCreateOrConnectWithoutOwnerInput | OtpCreateOrConnectWithoutOwnerInput[]
|
@@ -27816,13 +27649,6 @@ export namespace Prisma {
|
|
27816
27649
|
connect?: ProductionAffiliationRequestWhereUniqueInput | ProductionAffiliationRequestWhereUniqueInput[]
|
27817
27650
|
}
|
27818
27651
|
|
27819
|
-
export type TicketGroupUncheckedCreateNestedManyWithoutReferralCodeProfileInput = {
|
27820
|
-
create?: XOR<TicketGroupCreateWithoutReferralCodeProfileInput, TicketGroupUncheckedCreateWithoutReferralCodeProfileInput> | TicketGroupCreateWithoutReferralCodeProfileInput[] | TicketGroupUncheckedCreateWithoutReferralCodeProfileInput[]
|
27821
|
-
connectOrCreate?: TicketGroupCreateOrConnectWithoutReferralCodeProfileInput | TicketGroupCreateOrConnectWithoutReferralCodeProfileInput[]
|
27822
|
-
createMany?: TicketGroupCreateManyReferralCodeProfileInputEnvelope
|
27823
|
-
connect?: TicketGroupWhereUniqueInput | TicketGroupWhereUniqueInput[]
|
27824
|
-
}
|
27825
|
-
|
27826
27652
|
export type IntFieldUpdateOperationsInput = {
|
27827
27653
|
set?: number
|
27828
27654
|
increment?: number
|
@@ -27974,20 +27800,6 @@ export namespace Prisma {
|
|
27974
27800
|
deleteMany?: ProductionAffiliationRequestScalarWhereInput | ProductionAffiliationRequestScalarWhereInput[]
|
27975
27801
|
}
|
27976
27802
|
|
27977
|
-
export type TicketGroupUpdateManyWithoutReferralCodeProfileNestedInput = {
|
27978
|
-
create?: XOR<TicketGroupCreateWithoutReferralCodeProfileInput, TicketGroupUncheckedCreateWithoutReferralCodeProfileInput> | TicketGroupCreateWithoutReferralCodeProfileInput[] | TicketGroupUncheckedCreateWithoutReferralCodeProfileInput[]
|
27979
|
-
connectOrCreate?: TicketGroupCreateOrConnectWithoutReferralCodeProfileInput | TicketGroupCreateOrConnectWithoutReferralCodeProfileInput[]
|
27980
|
-
upsert?: TicketGroupUpsertWithWhereUniqueWithoutReferralCodeProfileInput | TicketGroupUpsertWithWhereUniqueWithoutReferralCodeProfileInput[]
|
27981
|
-
createMany?: TicketGroupCreateManyReferralCodeProfileInputEnvelope
|
27982
|
-
set?: TicketGroupWhereUniqueInput | TicketGroupWhereUniqueInput[]
|
27983
|
-
disconnect?: TicketGroupWhereUniqueInput | TicketGroupWhereUniqueInput[]
|
27984
|
-
delete?: TicketGroupWhereUniqueInput | TicketGroupWhereUniqueInput[]
|
27985
|
-
connect?: TicketGroupWhereUniqueInput | TicketGroupWhereUniqueInput[]
|
27986
|
-
update?: TicketGroupUpdateWithWhereUniqueWithoutReferralCodeProfileInput | TicketGroupUpdateWithWhereUniqueWithoutReferralCodeProfileInput[]
|
27987
|
-
updateMany?: TicketGroupUpdateManyWithWhereWithoutReferralCodeProfileInput | TicketGroupUpdateManyWithWhereWithoutReferralCodeProfileInput[]
|
27988
|
-
deleteMany?: TicketGroupScalarWhereInput | TicketGroupScalarWhereInput[]
|
27989
|
-
}
|
27990
|
-
|
27991
27803
|
export type OtpUncheckedUpdateManyWithoutOwnerNestedInput = {
|
27992
27804
|
create?: XOR<OtpCreateWithoutOwnerInput, OtpUncheckedCreateWithoutOwnerInput> | OtpCreateWithoutOwnerInput[] | OtpUncheckedCreateWithoutOwnerInput[]
|
27993
27805
|
connectOrCreate?: OtpCreateOrConnectWithoutOwnerInput | OtpCreateOrConnectWithoutOwnerInput[]
|
@@ -28098,20 +27910,6 @@ export namespace Prisma {
|
|
28098
27910
|
deleteMany?: ProductionAffiliationRequestScalarWhereInput | ProductionAffiliationRequestScalarWhereInput[]
|
28099
27911
|
}
|
28100
27912
|
|
28101
|
-
export type TicketGroupUncheckedUpdateManyWithoutReferralCodeProfileNestedInput = {
|
28102
|
-
create?: XOR<TicketGroupCreateWithoutReferralCodeProfileInput, TicketGroupUncheckedCreateWithoutReferralCodeProfileInput> | TicketGroupCreateWithoutReferralCodeProfileInput[] | TicketGroupUncheckedCreateWithoutReferralCodeProfileInput[]
|
28103
|
-
connectOrCreate?: TicketGroupCreateOrConnectWithoutReferralCodeProfileInput | TicketGroupCreateOrConnectWithoutReferralCodeProfileInput[]
|
28104
|
-
upsert?: TicketGroupUpsertWithWhereUniqueWithoutReferralCodeProfileInput | TicketGroupUpsertWithWhereUniqueWithoutReferralCodeProfileInput[]
|
28105
|
-
createMany?: TicketGroupCreateManyReferralCodeProfileInputEnvelope
|
28106
|
-
set?: TicketGroupWhereUniqueInput | TicketGroupWhereUniqueInput[]
|
28107
|
-
disconnect?: TicketGroupWhereUniqueInput | TicketGroupWhereUniqueInput[]
|
28108
|
-
delete?: TicketGroupWhereUniqueInput | TicketGroupWhereUniqueInput[]
|
28109
|
-
connect?: TicketGroupWhereUniqueInput | TicketGroupWhereUniqueInput[]
|
28110
|
-
update?: TicketGroupUpdateWithWhereUniqueWithoutReferralCodeProfileInput | TicketGroupUpdateWithWhereUniqueWithoutReferralCodeProfileInput[]
|
28111
|
-
updateMany?: TicketGroupUpdateManyWithWhereWithoutReferralCodeProfileInput | TicketGroupUpdateManyWithWhereWithoutReferralCodeProfileInput[]
|
28112
|
-
deleteMany?: TicketGroupScalarWhereInput | TicketGroupScalarWhereInput[]
|
28113
|
-
}
|
28114
|
-
|
28115
27913
|
export type ProfileCreateNestedOneWithoutOtpInput = {
|
28116
27914
|
create?: XOR<ProfileCreateWithoutOtpInput, ProfileUncheckedCreateWithoutOtpInput>
|
28117
27915
|
connectOrCreate?: ProfileCreateOrConnectWithoutOtpInput
|
@@ -29049,12 +28847,6 @@ export namespace Prisma {
|
|
29049
28847
|
connect?: TicketWhereUniqueInput | TicketWhereUniqueInput[]
|
29050
28848
|
}
|
29051
28849
|
|
29052
|
-
export type ProfileCreateNestedOneWithoutReferralCodeUsedInput = {
|
29053
|
-
create?: XOR<ProfileCreateWithoutReferralCodeUsedInput, ProfileUncheckedCreateWithoutReferralCodeUsedInput>
|
29054
|
-
connectOrCreate?: ProfileCreateOrConnectWithoutReferralCodeUsedInput
|
29055
|
-
connect?: ProfileWhereUniqueInput
|
29056
|
-
}
|
29057
|
-
|
29058
28850
|
export type TicketUncheckedCreateNestedManyWithoutTicketGroupInput = {
|
29059
28851
|
create?: XOR<TicketCreateWithoutTicketGroupInput, TicketUncheckedCreateWithoutTicketGroupInput> | TicketCreateWithoutTicketGroupInput[] | TicketUncheckedCreateWithoutTicketGroupInput[]
|
29060
28852
|
connectOrCreate?: TicketCreateOrConnectWithoutTicketGroupInput | TicketCreateOrConnectWithoutTicketGroupInput[]
|
@@ -29088,16 +28880,6 @@ export namespace Prisma {
|
|
29088
28880
|
deleteMany?: TicketScalarWhereInput | TicketScalarWhereInput[]
|
29089
28881
|
}
|
29090
28882
|
|
29091
|
-
export type ProfileUpdateOneWithoutReferralCodeUsedNestedInput = {
|
29092
|
-
create?: XOR<ProfileCreateWithoutReferralCodeUsedInput, ProfileUncheckedCreateWithoutReferralCodeUsedInput>
|
29093
|
-
connectOrCreate?: ProfileCreateOrConnectWithoutReferralCodeUsedInput
|
29094
|
-
upsert?: ProfileUpsertWithoutReferralCodeUsedInput
|
29095
|
-
disconnect?: ProfileWhereInput | boolean
|
29096
|
-
delete?: ProfileWhereInput | boolean
|
29097
|
-
connect?: ProfileWhereUniqueInput
|
29098
|
-
update?: XOR<XOR<ProfileUpdateToOneWithWhereWithoutReferralCodeUsedInput, ProfileUpdateWithoutReferralCodeUsedInput>, ProfileUncheckedUpdateWithoutReferralCodeUsedInput>
|
29099
|
-
}
|
29100
|
-
|
29101
28883
|
export type TicketUncheckedUpdateManyWithoutTicketGroupNestedInput = {
|
29102
28884
|
create?: XOR<TicketCreateWithoutTicketGroupInput, TicketUncheckedCreateWithoutTicketGroupInput> | TicketCreateWithoutTicketGroupInput[] | TicketUncheckedCreateWithoutTicketGroupInput[]
|
29103
28885
|
connectOrCreate?: TicketCreateOrConnectWithoutTicketGroupInput | TicketCreateOrConnectWithoutTicketGroupInput[]
|
@@ -30120,7 +29902,6 @@ export namespace Prisma {
|
|
30120
29902
|
seat?: number | null
|
30121
29903
|
scanned?: boolean
|
30122
29904
|
scannedAt?: Date | string | null
|
30123
|
-
referralCode?: string | null
|
30124
29905
|
created_at?: Date | string
|
30125
29906
|
updated_at?: Date | string
|
30126
29907
|
event: EventCreateNestedOneWithoutTicketsInput
|
@@ -30138,7 +29919,6 @@ export namespace Prisma {
|
|
30138
29919
|
scanned?: boolean
|
30139
29920
|
scannedAt?: Date | string | null
|
30140
29921
|
ticketGroupId?: string | null
|
30141
|
-
referralCode?: string | null
|
30142
29922
|
created_at?: Date | string
|
30143
29923
|
updated_at?: Date | string
|
30144
29924
|
}
|
@@ -30236,36 +30016,6 @@ export namespace Prisma {
|
|
30236
30016
|
skipDuplicates?: boolean
|
30237
30017
|
}
|
30238
30018
|
|
30239
|
-
export type TicketGroupCreateWithoutReferralCodeProfileInput = {
|
30240
|
-
id?: string
|
30241
|
-
status: $Enums.TicketGroupStatus
|
30242
|
-
amountTickets?: number
|
30243
|
-
created_at?: Date | string
|
30244
|
-
updated_at?: Date | string
|
30245
|
-
event: EventCreateNestedOneWithoutTicketGroupsInput
|
30246
|
-
tickets?: TicketCreateNestedManyWithoutTicketGroupInput
|
30247
|
-
}
|
30248
|
-
|
30249
|
-
export type TicketGroupUncheckedCreateWithoutReferralCodeProfileInput = {
|
30250
|
-
id?: string
|
30251
|
-
status: $Enums.TicketGroupStatus
|
30252
|
-
amountTickets?: number
|
30253
|
-
eventId: string
|
30254
|
-
created_at?: Date | string
|
30255
|
-
updated_at?: Date | string
|
30256
|
-
tickets?: TicketUncheckedCreateNestedManyWithoutTicketGroupInput
|
30257
|
-
}
|
30258
|
-
|
30259
|
-
export type TicketGroupCreateOrConnectWithoutReferralCodeProfileInput = {
|
30260
|
-
where: TicketGroupWhereUniqueInput
|
30261
|
-
create: XOR<TicketGroupCreateWithoutReferralCodeProfileInput, TicketGroupUncheckedCreateWithoutReferralCodeProfileInput>
|
30262
|
-
}
|
30263
|
-
|
30264
|
-
export type TicketGroupCreateManyReferralCodeProfileInputEnvelope = {
|
30265
|
-
data: TicketGroupCreateManyReferralCodeProfileInput | TicketGroupCreateManyReferralCodeProfileInput[]
|
30266
|
-
skipDuplicates?: boolean
|
30267
|
-
}
|
30268
|
-
|
30269
30019
|
export type OtpUpsertWithWhereUniqueWithoutOwnerInput = {
|
30270
30020
|
where: OtpWhereUniqueInput
|
30271
30021
|
update: XOR<OtpUpdateWithoutOwnerInput, OtpUncheckedUpdateWithoutOwnerInput>
|
@@ -30456,7 +30206,6 @@ export namespace Prisma {
|
|
30456
30206
|
scannedAt?: DateTimeNullableFilter<"Ticket"> | Date | string | null
|
30457
30207
|
profileId?: StringNullableFilter<"Ticket"> | string | null
|
30458
30208
|
ticketGroupId?: StringNullableFilter<"Ticket"> | string | null
|
30459
|
-
referralCode?: StringNullableFilter<"Ticket"> | string | null
|
30460
30209
|
created_at?: DateTimeFilter<"Ticket"> | Date | string
|
30461
30210
|
updated_at?: DateTimeFilter<"Ticket"> | Date | string
|
30462
30211
|
}
|
@@ -30533,35 +30282,6 @@ export namespace Prisma {
|
|
30533
30282
|
updated_at?: DateTimeFilter<"ProductionAffiliationRequest"> | Date | string
|
30534
30283
|
}
|
30535
30284
|
|
30536
|
-
export type TicketGroupUpsertWithWhereUniqueWithoutReferralCodeProfileInput = {
|
30537
|
-
where: TicketGroupWhereUniqueInput
|
30538
|
-
update: XOR<TicketGroupUpdateWithoutReferralCodeProfileInput, TicketGroupUncheckedUpdateWithoutReferralCodeProfileInput>
|
30539
|
-
create: XOR<TicketGroupCreateWithoutReferralCodeProfileInput, TicketGroupUncheckedCreateWithoutReferralCodeProfileInput>
|
30540
|
-
}
|
30541
|
-
|
30542
|
-
export type TicketGroupUpdateWithWhereUniqueWithoutReferralCodeProfileInput = {
|
30543
|
-
where: TicketGroupWhereUniqueInput
|
30544
|
-
data: XOR<TicketGroupUpdateWithoutReferralCodeProfileInput, TicketGroupUncheckedUpdateWithoutReferralCodeProfileInput>
|
30545
|
-
}
|
30546
|
-
|
30547
|
-
export type TicketGroupUpdateManyWithWhereWithoutReferralCodeProfileInput = {
|
30548
|
-
where: TicketGroupScalarWhereInput
|
30549
|
-
data: XOR<TicketGroupUpdateManyMutationInput, TicketGroupUncheckedUpdateManyWithoutReferralCodeProfileInput>
|
30550
|
-
}
|
30551
|
-
|
30552
|
-
export type TicketGroupScalarWhereInput = {
|
30553
|
-
AND?: TicketGroupScalarWhereInput | TicketGroupScalarWhereInput[]
|
30554
|
-
OR?: TicketGroupScalarWhereInput[]
|
30555
|
-
NOT?: TicketGroupScalarWhereInput | TicketGroupScalarWhereInput[]
|
30556
|
-
id?: StringFilter<"TicketGroup"> | string
|
30557
|
-
status?: EnumTicketGroupStatusFilter<"TicketGroup"> | $Enums.TicketGroupStatus
|
30558
|
-
amountTickets?: IntFilter<"TicketGroup"> | number
|
30559
|
-
eventId?: StringFilter<"TicketGroup"> | string
|
30560
|
-
referralCode?: StringNullableFilter<"TicketGroup"> | string | null
|
30561
|
-
created_at?: DateTimeFilter<"TicketGroup"> | Date | string
|
30562
|
-
updated_at?: DateTimeFilter<"TicketGroup"> | Date | string
|
30563
|
-
}
|
30564
|
-
|
30565
30285
|
export type ProfileCreateWithoutOtpInput = {
|
30566
30286
|
id?: string
|
30567
30287
|
shortId: number
|
@@ -30583,7 +30303,6 @@ export namespace Prisma {
|
|
30583
30303
|
alternativeNames?: ProfileCreatealternativeNamesInput | string[]
|
30584
30304
|
isInTrash?: boolean
|
30585
30305
|
movedToTrashDate?: Date | string | null
|
30586
|
-
referralCode?: string
|
30587
30306
|
created_at?: Date | string
|
30588
30307
|
updated_at?: Date | string
|
30589
30308
|
comments?: CommentCreateNestedManyWithoutProfileInput
|
@@ -30595,7 +30314,6 @@ export namespace Prisma {
|
|
30595
30314
|
productionsAdministrated?: ProductionCreateNestedManyWithoutAdministratorInput
|
30596
30315
|
productionsParticipated?: ProductionCreateNestedManyWithoutParticipantsInput
|
30597
30316
|
productionRequestsSent?: ProductionAffiliationRequestCreateNestedManyWithoutProfileInput
|
30598
|
-
referralCodeUsed?: TicketGroupCreateNestedManyWithoutReferralCodeProfileInput
|
30599
30317
|
}
|
30600
30318
|
|
30601
30319
|
export type ProfileUncheckedCreateWithoutOtpInput = {
|
@@ -30621,7 +30339,6 @@ export namespace Prisma {
|
|
30621
30339
|
residenceLocationId?: string | null
|
30622
30340
|
isInTrash?: boolean
|
30623
30341
|
movedToTrashDate?: Date | string | null
|
30624
|
-
referralCode?: string
|
30625
30342
|
created_at?: Date | string
|
30626
30343
|
updated_at?: Date | string
|
30627
30344
|
comments?: CommentUncheckedCreateNestedManyWithoutProfileInput
|
@@ -30631,7 +30348,6 @@ export namespace Prisma {
|
|
30631
30348
|
productionsAdministrated?: ProductionUncheckedCreateNestedManyWithoutAdministratorInput
|
30632
30349
|
productionsParticipated?: ProductionUncheckedCreateNestedManyWithoutParticipantsInput
|
30633
30350
|
productionRequestsSent?: ProductionAffiliationRequestUncheckedCreateNestedManyWithoutProfileInput
|
30634
|
-
referralCodeUsed?: TicketGroupUncheckedCreateNestedManyWithoutReferralCodeProfileInput
|
30635
30351
|
}
|
30636
30352
|
|
30637
30353
|
export type ProfileCreateOrConnectWithoutOtpInput = {
|
@@ -30671,7 +30387,6 @@ export namespace Prisma {
|
|
30671
30387
|
alternativeNames?: ProfileUpdatealternativeNamesInput | string[]
|
30672
30388
|
isInTrash?: BoolFieldUpdateOperationsInput | boolean
|
30673
30389
|
movedToTrashDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
30674
|
-
referralCode?: StringFieldUpdateOperationsInput | string
|
30675
30390
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
30676
30391
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
30677
30392
|
comments?: CommentUpdateManyWithoutProfileNestedInput
|
@@ -30683,7 +30398,6 @@ export namespace Prisma {
|
|
30683
30398
|
productionsAdministrated?: ProductionUpdateManyWithoutAdministratorNestedInput
|
30684
30399
|
productionsParticipated?: ProductionUpdateManyWithoutParticipantsNestedInput
|
30685
30400
|
productionRequestsSent?: ProductionAffiliationRequestUpdateManyWithoutProfileNestedInput
|
30686
|
-
referralCodeUsed?: TicketGroupUpdateManyWithoutReferralCodeProfileNestedInput
|
30687
30401
|
}
|
30688
30402
|
|
30689
30403
|
export type ProfileUncheckedUpdateWithoutOtpInput = {
|
@@ -30709,7 +30423,6 @@ export namespace Prisma {
|
|
30709
30423
|
residenceLocationId?: NullableStringFieldUpdateOperationsInput | string | null
|
30710
30424
|
isInTrash?: BoolFieldUpdateOperationsInput | boolean
|
30711
30425
|
movedToTrashDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
30712
|
-
referralCode?: StringFieldUpdateOperationsInput | string
|
30713
30426
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
30714
30427
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
30715
30428
|
comments?: CommentUncheckedUpdateManyWithoutProfileNestedInput
|
@@ -30719,7 +30432,6 @@ export namespace Prisma {
|
|
30719
30432
|
productionsAdministrated?: ProductionUncheckedUpdateManyWithoutAdministratorNestedInput
|
30720
30433
|
productionsParticipated?: ProductionUncheckedUpdateManyWithoutParticipantsNestedInput
|
30721
30434
|
productionRequestsSent?: ProductionAffiliationRequestUncheckedUpdateManyWithoutProfileNestedInput
|
30722
|
-
referralCodeUsed?: TicketGroupUncheckedUpdateManyWithoutReferralCodeProfileNestedInput
|
30723
30435
|
}
|
30724
30436
|
|
30725
30437
|
export type ProfileCreateWithoutBirthLocationInput = {
|
@@ -30743,7 +30455,6 @@ export namespace Prisma {
|
|
30743
30455
|
alternativeNames?: ProfileCreatealternativeNamesInput | string[]
|
30744
30456
|
isInTrash?: boolean
|
30745
30457
|
movedToTrashDate?: Date | string | null
|
30746
|
-
referralCode?: string
|
30747
30458
|
created_at?: Date | string
|
30748
30459
|
updated_at?: Date | string
|
30749
30460
|
otp?: OtpCreateNestedManyWithoutOwnerInput
|
@@ -30755,7 +30466,6 @@ export namespace Prisma {
|
|
30755
30466
|
productionsAdministrated?: ProductionCreateNestedManyWithoutAdministratorInput
|
30756
30467
|
productionsParticipated?: ProductionCreateNestedManyWithoutParticipantsInput
|
30757
30468
|
productionRequestsSent?: ProductionAffiliationRequestCreateNestedManyWithoutProfileInput
|
30758
|
-
referralCodeUsed?: TicketGroupCreateNestedManyWithoutReferralCodeProfileInput
|
30759
30469
|
}
|
30760
30470
|
|
30761
30471
|
export type ProfileUncheckedCreateWithoutBirthLocationInput = {
|
@@ -30780,7 +30490,6 @@ export namespace Prisma {
|
|
30780
30490
|
residenceLocationId?: string | null
|
30781
30491
|
isInTrash?: boolean
|
30782
30492
|
movedToTrashDate?: Date | string | null
|
30783
|
-
referralCode?: string
|
30784
30493
|
created_at?: Date | string
|
30785
30494
|
updated_at?: Date | string
|
30786
30495
|
otp?: OtpUncheckedCreateNestedManyWithoutOwnerInput
|
@@ -30791,7 +30500,6 @@ export namespace Prisma {
|
|
30791
30500
|
productionsAdministrated?: ProductionUncheckedCreateNestedManyWithoutAdministratorInput
|
30792
30501
|
productionsParticipated?: ProductionUncheckedCreateNestedManyWithoutParticipantsInput
|
30793
30502
|
productionRequestsSent?: ProductionAffiliationRequestUncheckedCreateNestedManyWithoutProfileInput
|
30794
|
-
referralCodeUsed?: TicketGroupUncheckedCreateNestedManyWithoutReferralCodeProfileInput
|
30795
30503
|
}
|
30796
30504
|
|
30797
30505
|
export type ProfileCreateOrConnectWithoutBirthLocationInput = {
|
@@ -30825,7 +30533,6 @@ export namespace Prisma {
|
|
30825
30533
|
alternativeNames?: ProfileCreatealternativeNamesInput | string[]
|
30826
30534
|
isInTrash?: boolean
|
30827
30535
|
movedToTrashDate?: Date | string | null
|
30828
|
-
referralCode?: string
|
30829
30536
|
created_at?: Date | string
|
30830
30537
|
updated_at?: Date | string
|
30831
30538
|
otp?: OtpCreateNestedManyWithoutOwnerInput
|
@@ -30837,7 +30544,6 @@ export namespace Prisma {
|
|
30837
30544
|
productionsAdministrated?: ProductionCreateNestedManyWithoutAdministratorInput
|
30838
30545
|
productionsParticipated?: ProductionCreateNestedManyWithoutParticipantsInput
|
30839
30546
|
productionRequestsSent?: ProductionAffiliationRequestCreateNestedManyWithoutProfileInput
|
30840
|
-
referralCodeUsed?: TicketGroupCreateNestedManyWithoutReferralCodeProfileInput
|
30841
30547
|
}
|
30842
30548
|
|
30843
30549
|
export type ProfileUncheckedCreateWithoutResidenceLocationInput = {
|
@@ -30862,7 +30568,6 @@ export namespace Prisma {
|
|
30862
30568
|
birthLocationId?: string | null
|
30863
30569
|
isInTrash?: boolean
|
30864
30570
|
movedToTrashDate?: Date | string | null
|
30865
|
-
referralCode?: string
|
30866
30571
|
created_at?: Date | string
|
30867
30572
|
updated_at?: Date | string
|
30868
30573
|
otp?: OtpUncheckedCreateNestedManyWithoutOwnerInput
|
@@ -30873,7 +30578,6 @@ export namespace Prisma {
|
|
30873
30578
|
productionsAdministrated?: ProductionUncheckedCreateNestedManyWithoutAdministratorInput
|
30874
30579
|
productionsParticipated?: ProductionUncheckedCreateNestedManyWithoutParticipantsInput
|
30875
30580
|
productionRequestsSent?: ProductionAffiliationRequestUncheckedCreateNestedManyWithoutProfileInput
|
30876
|
-
referralCodeUsed?: TicketGroupUncheckedCreateNestedManyWithoutReferralCodeProfileInput
|
30877
30581
|
}
|
30878
30582
|
|
30879
30583
|
export type ProfileCreateOrConnectWithoutResidenceLocationInput = {
|
@@ -30928,7 +30632,6 @@ export namespace Prisma {
|
|
30928
30632
|
residenceLocationId?: StringNullableFilter<"Profile"> | string | null
|
30929
30633
|
isInTrash?: BoolFilter<"Profile"> | boolean
|
30930
30634
|
movedToTrashDate?: DateTimeNullableFilter<"Profile"> | Date | string | null
|
30931
|
-
referralCode?: StringFilter<"Profile"> | string
|
30932
30635
|
created_at?: DateTimeFilter<"Profile"> | Date | string
|
30933
30636
|
updated_at?: DateTimeFilter<"Profile"> | Date | string
|
30934
30637
|
}
|
@@ -31003,7 +30706,6 @@ export namespace Prisma {
|
|
31003
30706
|
alternativeNames?: ProfileCreatealternativeNamesInput | string[]
|
31004
30707
|
isInTrash?: boolean
|
31005
30708
|
movedToTrashDate?: Date | string | null
|
31006
|
-
referralCode?: string
|
31007
30709
|
created_at?: Date | string
|
31008
30710
|
updated_at?: Date | string
|
31009
30711
|
otp?: OtpCreateNestedManyWithoutOwnerInput
|
@@ -31015,7 +30717,6 @@ export namespace Prisma {
|
|
31015
30717
|
productionsAdministrated?: ProductionCreateNestedManyWithoutAdministratorInput
|
31016
30718
|
productionsParticipated?: ProductionCreateNestedManyWithoutParticipantsInput
|
31017
30719
|
productionRequestsSent?: ProductionAffiliationRequestCreateNestedManyWithoutProfileInput
|
31018
|
-
referralCodeUsed?: TicketGroupCreateNestedManyWithoutReferralCodeProfileInput
|
31019
30720
|
}
|
31020
30721
|
|
31021
30722
|
export type ProfileUncheckedCreateWithoutCommentsInput = {
|
@@ -31041,7 +30742,6 @@ export namespace Prisma {
|
|
31041
30742
|
residenceLocationId?: string | null
|
31042
30743
|
isInTrash?: boolean
|
31043
30744
|
movedToTrashDate?: Date | string | null
|
31044
|
-
referralCode?: string
|
31045
30745
|
created_at?: Date | string
|
31046
30746
|
updated_at?: Date | string
|
31047
30747
|
otp?: OtpUncheckedCreateNestedManyWithoutOwnerInput
|
@@ -31051,7 +30751,6 @@ export namespace Prisma {
|
|
31051
30751
|
productionsAdministrated?: ProductionUncheckedCreateNestedManyWithoutAdministratorInput
|
31052
30752
|
productionsParticipated?: ProductionUncheckedCreateNestedManyWithoutParticipantsInput
|
31053
30753
|
productionRequestsSent?: ProductionAffiliationRequestUncheckedCreateNestedManyWithoutProfileInput
|
31054
|
-
referralCodeUsed?: TicketGroupUncheckedCreateNestedManyWithoutReferralCodeProfileInput
|
31055
30754
|
}
|
31056
30755
|
|
31057
30756
|
export type ProfileCreateOrConnectWithoutCommentsInput = {
|
@@ -31163,7 +30862,6 @@ export namespace Prisma {
|
|
31163
30862
|
alternativeNames?: ProfileUpdatealternativeNamesInput | string[]
|
31164
30863
|
isInTrash?: BoolFieldUpdateOperationsInput | boolean
|
31165
30864
|
movedToTrashDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
31166
|
-
referralCode?: StringFieldUpdateOperationsInput | string
|
31167
30865
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
31168
30866
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
31169
30867
|
otp?: OtpUpdateManyWithoutOwnerNestedInput
|
@@ -31175,7 +30873,6 @@ export namespace Prisma {
|
|
31175
30873
|
productionsAdministrated?: ProductionUpdateManyWithoutAdministratorNestedInput
|
31176
30874
|
productionsParticipated?: ProductionUpdateManyWithoutParticipantsNestedInput
|
31177
30875
|
productionRequestsSent?: ProductionAffiliationRequestUpdateManyWithoutProfileNestedInput
|
31178
|
-
referralCodeUsed?: TicketGroupUpdateManyWithoutReferralCodeProfileNestedInput
|
31179
30876
|
}
|
31180
30877
|
|
31181
30878
|
export type ProfileUncheckedUpdateWithoutCommentsInput = {
|
@@ -31201,7 +30898,6 @@ export namespace Prisma {
|
|
31201
30898
|
residenceLocationId?: NullableStringFieldUpdateOperationsInput | string | null
|
31202
30899
|
isInTrash?: BoolFieldUpdateOperationsInput | boolean
|
31203
30900
|
movedToTrashDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
31204
|
-
referralCode?: StringFieldUpdateOperationsInput | string
|
31205
30901
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
31206
30902
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
31207
30903
|
otp?: OtpUncheckedUpdateManyWithoutOwnerNestedInput
|
@@ -31211,7 +30907,6 @@ export namespace Prisma {
|
|
31211
30907
|
productionsAdministrated?: ProductionUncheckedUpdateManyWithoutAdministratorNestedInput
|
31212
30908
|
productionsParticipated?: ProductionUncheckedUpdateManyWithoutParticipantsNestedInput
|
31213
30909
|
productionRequestsSent?: ProductionAffiliationRequestUncheckedUpdateManyWithoutProfileNestedInput
|
31214
|
-
referralCodeUsed?: TicketGroupUncheckedUpdateManyWithoutReferralCodeProfileNestedInput
|
31215
30910
|
}
|
31216
30911
|
|
31217
30912
|
export type AccountUpsertWithoutSolvableCommentsInput = {
|
@@ -31440,7 +31135,6 @@ export namespace Prisma {
|
|
31440
31135
|
alternativeNames?: ProfileCreatealternativeNamesInput | string[]
|
31441
31136
|
isInTrash?: boolean
|
31442
31137
|
movedToTrashDate?: Date | string | null
|
31443
|
-
referralCode?: string
|
31444
31138
|
created_at?: Date | string
|
31445
31139
|
updated_at?: Date | string
|
31446
31140
|
otp?: OtpCreateNestedManyWithoutOwnerInput
|
@@ -31452,7 +31146,6 @@ export namespace Prisma {
|
|
31452
31146
|
productionsAdministrated?: ProductionCreateNestedManyWithoutAdministratorInput
|
31453
31147
|
productionsParticipated?: ProductionCreateNestedManyWithoutParticipantsInput
|
31454
31148
|
productionRequestsSent?: ProductionAffiliationRequestCreateNestedManyWithoutProfileInput
|
31455
|
-
referralCodeUsed?: TicketGroupCreateNestedManyWithoutReferralCodeProfileInput
|
31456
31149
|
}
|
31457
31150
|
|
31458
31151
|
export type ProfileUncheckedCreateWithoutTagsInput = {
|
@@ -31478,7 +31171,6 @@ export namespace Prisma {
|
|
31478
31171
|
residenceLocationId?: string | null
|
31479
31172
|
isInTrash?: boolean
|
31480
31173
|
movedToTrashDate?: Date | string | null
|
31481
|
-
referralCode?: string
|
31482
31174
|
created_at?: Date | string
|
31483
31175
|
updated_at?: Date | string
|
31484
31176
|
otp?: OtpUncheckedCreateNestedManyWithoutOwnerInput
|
@@ -31488,7 +31180,6 @@ export namespace Prisma {
|
|
31488
31180
|
productionsAdministrated?: ProductionUncheckedCreateNestedManyWithoutAdministratorInput
|
31489
31181
|
productionsParticipated?: ProductionUncheckedCreateNestedManyWithoutParticipantsInput
|
31490
31182
|
productionRequestsSent?: ProductionAffiliationRequestUncheckedCreateNestedManyWithoutProfileInput
|
31491
|
-
referralCodeUsed?: TicketGroupUncheckedCreateNestedManyWithoutReferralCodeProfileInput
|
31492
31183
|
}
|
31493
31184
|
|
31494
31185
|
export type ProfileCreateOrConnectWithoutTagsInput = {
|
@@ -32117,7 +31808,6 @@ export namespace Prisma {
|
|
32117
31808
|
seat?: number | null
|
32118
31809
|
scanned?: boolean
|
32119
31810
|
scannedAt?: Date | string | null
|
32120
|
-
referralCode?: string | null
|
32121
31811
|
created_at?: Date | string
|
32122
31812
|
updated_at?: Date | string
|
32123
31813
|
profile?: ProfileCreateNestedOneWithoutTicketsInput
|
@@ -32135,7 +31825,6 @@ export namespace Prisma {
|
|
32135
31825
|
scannedAt?: Date | string | null
|
32136
31826
|
profileId?: string | null
|
32137
31827
|
ticketGroupId?: string | null
|
32138
|
-
referralCode?: string | null
|
32139
31828
|
created_at?: Date | string
|
32140
31829
|
updated_at?: Date | string
|
32141
31830
|
}
|
@@ -32157,14 +31846,12 @@ export namespace Prisma {
|
|
32157
31846
|
created_at?: Date | string
|
32158
31847
|
updated_at?: Date | string
|
32159
31848
|
tickets?: TicketCreateNestedManyWithoutTicketGroupInput
|
32160
|
-
referralCodeProfile?: ProfileCreateNestedOneWithoutReferralCodeUsedInput
|
32161
31849
|
}
|
32162
31850
|
|
32163
31851
|
export type TicketGroupUncheckedCreateWithoutEventInput = {
|
32164
31852
|
id?: string
|
32165
31853
|
status: $Enums.TicketGroupStatus
|
32166
31854
|
amountTickets?: number
|
32167
|
-
referralCode?: string | null
|
32168
31855
|
created_at?: Date | string
|
32169
31856
|
updated_at?: Date | string
|
32170
31857
|
tickets?: TicketUncheckedCreateNestedManyWithoutTicketGroupInput
|
@@ -32565,6 +32252,18 @@ export namespace Prisma {
|
|
32565
32252
|
data: XOR<TicketGroupUpdateManyMutationInput, TicketGroupUncheckedUpdateManyWithoutEventInput>
|
32566
32253
|
}
|
32567
32254
|
|
32255
|
+
export type TicketGroupScalarWhereInput = {
|
32256
|
+
AND?: TicketGroupScalarWhereInput | TicketGroupScalarWhereInput[]
|
32257
|
+
OR?: TicketGroupScalarWhereInput[]
|
32258
|
+
NOT?: TicketGroupScalarWhereInput | TicketGroupScalarWhereInput[]
|
32259
|
+
id?: StringFilter<"TicketGroup"> | string
|
32260
|
+
status?: EnumTicketGroupStatusFilter<"TicketGroup"> | $Enums.TicketGroupStatus
|
32261
|
+
amountTickets?: IntFilter<"TicketGroup"> | number
|
32262
|
+
eventId?: StringFilter<"TicketGroup"> | string
|
32263
|
+
created_at?: DateTimeFilter<"TicketGroup"> | Date | string
|
32264
|
+
updated_at?: DateTimeFilter<"TicketGroup"> | Date | string
|
32265
|
+
}
|
32266
|
+
|
32568
32267
|
export type EventUpsertWithWhereUniqueWithoutSupraEventInput = {
|
32569
32268
|
where: EventWhereUniqueInput
|
32570
32269
|
update: XOR<EventUpdateWithoutSupraEventInput, EventUncheckedUpdateWithoutSupraEventInput>
|
@@ -32755,7 +32454,6 @@ export namespace Prisma {
|
|
32755
32454
|
alternativeNames?: ProfileCreatealternativeNamesInput | string[]
|
32756
32455
|
isInTrash?: boolean
|
32757
32456
|
movedToTrashDate?: Date | string | null
|
32758
|
-
referralCode?: string
|
32759
32457
|
created_at?: Date | string
|
32760
32458
|
updated_at?: Date | string
|
32761
32459
|
otp?: OtpCreateNestedManyWithoutOwnerInput
|
@@ -32767,7 +32465,6 @@ export namespace Prisma {
|
|
32767
32465
|
productionsAdministrated?: ProductionCreateNestedManyWithoutAdministratorInput
|
32768
32466
|
productionsParticipated?: ProductionCreateNestedManyWithoutParticipantsInput
|
32769
32467
|
productionRequestsSent?: ProductionAffiliationRequestCreateNestedManyWithoutProfileInput
|
32770
|
-
referralCodeUsed?: TicketGroupCreateNestedManyWithoutReferralCodeProfileInput
|
32771
32468
|
}
|
32772
32469
|
|
32773
32470
|
export type ProfileUncheckedCreateWithoutMessagesInput = {
|
@@ -32793,7 +32490,6 @@ export namespace Prisma {
|
|
32793
32490
|
residenceLocationId?: string | null
|
32794
32491
|
isInTrash?: boolean
|
32795
32492
|
movedToTrashDate?: Date | string | null
|
32796
|
-
referralCode?: string
|
32797
32493
|
created_at?: Date | string
|
32798
32494
|
updated_at?: Date | string
|
32799
32495
|
otp?: OtpUncheckedCreateNestedManyWithoutOwnerInput
|
@@ -32803,7 +32499,6 @@ export namespace Prisma {
|
|
32803
32499
|
productionsAdministrated?: ProductionUncheckedCreateNestedManyWithoutAdministratorInput
|
32804
32500
|
productionsParticipated?: ProductionUncheckedCreateNestedManyWithoutParticipantsInput
|
32805
32501
|
productionRequestsSent?: ProductionAffiliationRequestUncheckedCreateNestedManyWithoutProfileInput
|
32806
|
-
referralCodeUsed?: TicketGroupUncheckedCreateNestedManyWithoutReferralCodeProfileInput
|
32807
32502
|
}
|
32808
32503
|
|
32809
32504
|
export type ProfileCreateOrConnectWithoutMessagesInput = {
|
@@ -32843,7 +32538,6 @@ export namespace Prisma {
|
|
32843
32538
|
alternativeNames?: ProfileUpdatealternativeNamesInput | string[]
|
32844
32539
|
isInTrash?: BoolFieldUpdateOperationsInput | boolean
|
32845
32540
|
movedToTrashDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
32846
|
-
referralCode?: StringFieldUpdateOperationsInput | string
|
32847
32541
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
32848
32542
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
32849
32543
|
otp?: OtpUpdateManyWithoutOwnerNestedInput
|
@@ -32855,7 +32549,6 @@ export namespace Prisma {
|
|
32855
32549
|
productionsAdministrated?: ProductionUpdateManyWithoutAdministratorNestedInput
|
32856
32550
|
productionsParticipated?: ProductionUpdateManyWithoutParticipantsNestedInput
|
32857
32551
|
productionRequestsSent?: ProductionAffiliationRequestUpdateManyWithoutProfileNestedInput
|
32858
|
-
referralCodeUsed?: TicketGroupUpdateManyWithoutReferralCodeProfileNestedInput
|
32859
32552
|
}
|
32860
32553
|
|
32861
32554
|
export type ProfileUncheckedUpdateWithoutMessagesInput = {
|
@@ -32881,7 +32574,6 @@ export namespace Prisma {
|
|
32881
32574
|
residenceLocationId?: NullableStringFieldUpdateOperationsInput | string | null
|
32882
32575
|
isInTrash?: BoolFieldUpdateOperationsInput | boolean
|
32883
32576
|
movedToTrashDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
32884
|
-
referralCode?: StringFieldUpdateOperationsInput | string
|
32885
32577
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
32886
32578
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
32887
32579
|
otp?: OtpUncheckedUpdateManyWithoutOwnerNestedInput
|
@@ -32891,7 +32583,6 @@ export namespace Prisma {
|
|
32891
32583
|
productionsAdministrated?: ProductionUncheckedUpdateManyWithoutAdministratorNestedInput
|
32892
32584
|
productionsParticipated?: ProductionUncheckedUpdateManyWithoutParticipantsNestedInput
|
32893
32585
|
productionRequestsSent?: ProductionAffiliationRequestUncheckedUpdateManyWithoutProfileNestedInput
|
32894
|
-
referralCodeUsed?: TicketGroupUncheckedUpdateManyWithoutReferralCodeProfileNestedInput
|
32895
32586
|
}
|
32896
32587
|
|
32897
32588
|
export type EventCreateWithoutTicketsInput = {
|
@@ -32970,7 +32661,6 @@ export namespace Prisma {
|
|
32970
32661
|
alternativeNames?: ProfileCreatealternativeNamesInput | string[]
|
32971
32662
|
isInTrash?: boolean
|
32972
32663
|
movedToTrashDate?: Date | string | null
|
32973
|
-
referralCode?: string
|
32974
32664
|
created_at?: Date | string
|
32975
32665
|
updated_at?: Date | string
|
32976
32666
|
otp?: OtpCreateNestedManyWithoutOwnerInput
|
@@ -32982,7 +32672,6 @@ export namespace Prisma {
|
|
32982
32672
|
productionsAdministrated?: ProductionCreateNestedManyWithoutAdministratorInput
|
32983
32673
|
productionsParticipated?: ProductionCreateNestedManyWithoutParticipantsInput
|
32984
32674
|
productionRequestsSent?: ProductionAffiliationRequestCreateNestedManyWithoutProfileInput
|
32985
|
-
referralCodeUsed?: TicketGroupCreateNestedManyWithoutReferralCodeProfileInput
|
32986
32675
|
}
|
32987
32676
|
|
32988
32677
|
export type ProfileUncheckedCreateWithoutTicketsInput = {
|
@@ -33008,7 +32697,6 @@ export namespace Prisma {
|
|
33008
32697
|
residenceLocationId?: string | null
|
33009
32698
|
isInTrash?: boolean
|
33010
32699
|
movedToTrashDate?: Date | string | null
|
33011
|
-
referralCode?: string
|
33012
32700
|
created_at?: Date | string
|
33013
32701
|
updated_at?: Date | string
|
33014
32702
|
otp?: OtpUncheckedCreateNestedManyWithoutOwnerInput
|
@@ -33018,7 +32706,6 @@ export namespace Prisma {
|
|
33018
32706
|
productionsAdministrated?: ProductionUncheckedCreateNestedManyWithoutAdministratorInput
|
33019
32707
|
productionsParticipated?: ProductionUncheckedCreateNestedManyWithoutParticipantsInput
|
33020
32708
|
productionRequestsSent?: ProductionAffiliationRequestUncheckedCreateNestedManyWithoutProfileInput
|
33021
|
-
referralCodeUsed?: TicketGroupUncheckedCreateNestedManyWithoutReferralCodeProfileInput
|
33022
32709
|
}
|
33023
32710
|
|
33024
32711
|
export type ProfileCreateOrConnectWithoutTicketsInput = {
|
@@ -33033,7 +32720,6 @@ export namespace Prisma {
|
|
33033
32720
|
created_at?: Date | string
|
33034
32721
|
updated_at?: Date | string
|
33035
32722
|
event: EventCreateNestedOneWithoutTicketGroupsInput
|
33036
|
-
referralCodeProfile?: ProfileCreateNestedOneWithoutReferralCodeUsedInput
|
33037
32723
|
}
|
33038
32724
|
|
33039
32725
|
export type TicketGroupUncheckedCreateWithoutTicketsInput = {
|
@@ -33041,7 +32727,6 @@ export namespace Prisma {
|
|
33041
32727
|
status: $Enums.TicketGroupStatus
|
33042
32728
|
amountTickets?: number
|
33043
32729
|
eventId: string
|
33044
|
-
referralCode?: string | null
|
33045
32730
|
created_at?: Date | string
|
33046
32731
|
updated_at?: Date | string
|
33047
32732
|
}
|
@@ -33144,7 +32829,6 @@ export namespace Prisma {
|
|
33144
32829
|
alternativeNames?: ProfileUpdatealternativeNamesInput | string[]
|
33145
32830
|
isInTrash?: BoolFieldUpdateOperationsInput | boolean
|
33146
32831
|
movedToTrashDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
33147
|
-
referralCode?: StringFieldUpdateOperationsInput | string
|
33148
32832
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
33149
32833
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
33150
32834
|
otp?: OtpUpdateManyWithoutOwnerNestedInput
|
@@ -33156,7 +32840,6 @@ export namespace Prisma {
|
|
33156
32840
|
productionsAdministrated?: ProductionUpdateManyWithoutAdministratorNestedInput
|
33157
32841
|
productionsParticipated?: ProductionUpdateManyWithoutParticipantsNestedInput
|
33158
32842
|
productionRequestsSent?: ProductionAffiliationRequestUpdateManyWithoutProfileNestedInput
|
33159
|
-
referralCodeUsed?: TicketGroupUpdateManyWithoutReferralCodeProfileNestedInput
|
33160
32843
|
}
|
33161
32844
|
|
33162
32845
|
export type ProfileUncheckedUpdateWithoutTicketsInput = {
|
@@ -33182,7 +32865,6 @@ export namespace Prisma {
|
|
33182
32865
|
residenceLocationId?: NullableStringFieldUpdateOperationsInput | string | null
|
33183
32866
|
isInTrash?: BoolFieldUpdateOperationsInput | boolean
|
33184
32867
|
movedToTrashDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
33185
|
-
referralCode?: StringFieldUpdateOperationsInput | string
|
33186
32868
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
33187
32869
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
33188
32870
|
otp?: OtpUncheckedUpdateManyWithoutOwnerNestedInput
|
@@ -33192,7 +32874,6 @@ export namespace Prisma {
|
|
33192
32874
|
productionsAdministrated?: ProductionUncheckedUpdateManyWithoutAdministratorNestedInput
|
33193
32875
|
productionsParticipated?: ProductionUncheckedUpdateManyWithoutParticipantsNestedInput
|
33194
32876
|
productionRequestsSent?: ProductionAffiliationRequestUncheckedUpdateManyWithoutProfileNestedInput
|
33195
|
-
referralCodeUsed?: TicketGroupUncheckedUpdateManyWithoutReferralCodeProfileNestedInput
|
33196
32877
|
}
|
33197
32878
|
|
33198
32879
|
export type TicketGroupUpsertWithoutTicketsInput = {
|
@@ -33213,7 +32894,6 @@ export namespace Prisma {
|
|
33213
32894
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
33214
32895
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
33215
32896
|
event?: EventUpdateOneRequiredWithoutTicketGroupsNestedInput
|
33216
|
-
referralCodeProfile?: ProfileUpdateOneWithoutReferralCodeUsedNestedInput
|
33217
32897
|
}
|
33218
32898
|
|
33219
32899
|
export type TicketGroupUncheckedUpdateWithoutTicketsInput = {
|
@@ -33221,7 +32901,6 @@ export namespace Prisma {
|
|
33221
32901
|
status?: EnumTicketGroupStatusFieldUpdateOperationsInput | $Enums.TicketGroupStatus
|
33222
32902
|
amountTickets?: IntFieldUpdateOperationsInput | number
|
33223
32903
|
eventId?: StringFieldUpdateOperationsInput | string
|
33224
|
-
referralCode?: NullableStringFieldUpdateOperationsInput | string | null
|
33225
32904
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
33226
32905
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
33227
32906
|
}
|
@@ -33290,7 +32969,6 @@ export namespace Prisma {
|
|
33290
32969
|
seat?: number | null
|
33291
32970
|
scanned?: boolean
|
33292
32971
|
scannedAt?: Date | string | null
|
33293
|
-
referralCode?: string | null
|
33294
32972
|
created_at?: Date | string
|
33295
32973
|
updated_at?: Date | string
|
33296
32974
|
event: EventCreateNestedOneWithoutTicketsInput
|
@@ -33308,7 +32986,6 @@ export namespace Prisma {
|
|
33308
32986
|
scanned?: boolean
|
33309
32987
|
scannedAt?: Date | string | null
|
33310
32988
|
profileId?: string | null
|
33311
|
-
referralCode?: string | null
|
33312
32989
|
created_at?: Date | string
|
33313
32990
|
updated_at?: Date | string
|
33314
32991
|
}
|
@@ -33323,83 +33000,6 @@ export namespace Prisma {
|
|
33323
33000
|
skipDuplicates?: boolean
|
33324
33001
|
}
|
33325
33002
|
|
33326
|
-
export type ProfileCreateWithoutReferralCodeUsedInput = {
|
33327
|
-
id?: string
|
33328
|
-
shortId: number
|
33329
|
-
role?: $Enums.Role
|
33330
|
-
firstTimeMiExpo?: boolean
|
33331
|
-
username?: string | null
|
33332
|
-
password?: string | null
|
33333
|
-
phoneNumber: string
|
33334
|
-
isPhoneVerified?: boolean
|
33335
|
-
secondaryPhoneNumber?: string | null
|
33336
|
-
fullName: string
|
33337
|
-
firstName?: string | null
|
33338
|
-
gender?: string | null
|
33339
|
-
birthDate?: Date | string | null
|
33340
|
-
profilePictureUrl?: string | null
|
33341
|
-
instagram?: string | null
|
33342
|
-
mail?: string | null
|
33343
|
-
dni?: string | null
|
33344
|
-
alternativeNames?: ProfileCreatealternativeNamesInput | string[]
|
33345
|
-
isInTrash?: boolean
|
33346
|
-
movedToTrashDate?: Date | string | null
|
33347
|
-
referralCode?: string
|
33348
|
-
created_at?: Date | string
|
33349
|
-
updated_at?: Date | string
|
33350
|
-
otp?: OtpCreateNestedManyWithoutOwnerInput
|
33351
|
-
comments?: CommentCreateNestedManyWithoutProfileInput
|
33352
|
-
messages?: MessageCreateNestedManyWithoutProfileInput
|
33353
|
-
tags?: TagCreateNestedManyWithoutProfilesInput
|
33354
|
-
birthLocation?: LocationCreateNestedOneWithoutBirthProfilesInput
|
33355
|
-
residenceLocation?: LocationCreateNestedOneWithoutResidenceProfilesInput
|
33356
|
-
tickets?: TicketCreateNestedManyWithoutProfileInput
|
33357
|
-
productionsAdministrated?: ProductionCreateNestedManyWithoutAdministratorInput
|
33358
|
-
productionsParticipated?: ProductionCreateNestedManyWithoutParticipantsInput
|
33359
|
-
productionRequestsSent?: ProductionAffiliationRequestCreateNestedManyWithoutProfileInput
|
33360
|
-
}
|
33361
|
-
|
33362
|
-
export type ProfileUncheckedCreateWithoutReferralCodeUsedInput = {
|
33363
|
-
id?: string
|
33364
|
-
shortId: number
|
33365
|
-
role?: $Enums.Role
|
33366
|
-
firstTimeMiExpo?: boolean
|
33367
|
-
username?: string | null
|
33368
|
-
password?: string | null
|
33369
|
-
phoneNumber: string
|
33370
|
-
isPhoneVerified?: boolean
|
33371
|
-
secondaryPhoneNumber?: string | null
|
33372
|
-
fullName: string
|
33373
|
-
firstName?: string | null
|
33374
|
-
gender?: string | null
|
33375
|
-
birthDate?: Date | string | null
|
33376
|
-
profilePictureUrl?: string | null
|
33377
|
-
instagram?: string | null
|
33378
|
-
mail?: string | null
|
33379
|
-
dni?: string | null
|
33380
|
-
alternativeNames?: ProfileCreatealternativeNamesInput | string[]
|
33381
|
-
birthLocationId?: string | null
|
33382
|
-
residenceLocationId?: string | null
|
33383
|
-
isInTrash?: boolean
|
33384
|
-
movedToTrashDate?: Date | string | null
|
33385
|
-
referralCode?: string
|
33386
|
-
created_at?: Date | string
|
33387
|
-
updated_at?: Date | string
|
33388
|
-
otp?: OtpUncheckedCreateNestedManyWithoutOwnerInput
|
33389
|
-
comments?: CommentUncheckedCreateNestedManyWithoutProfileInput
|
33390
|
-
messages?: MessageUncheckedCreateNestedManyWithoutProfileInput
|
33391
|
-
tags?: TagUncheckedCreateNestedManyWithoutProfilesInput
|
33392
|
-
tickets?: TicketUncheckedCreateNestedManyWithoutProfileInput
|
33393
|
-
productionsAdministrated?: ProductionUncheckedCreateNestedManyWithoutAdministratorInput
|
33394
|
-
productionsParticipated?: ProductionUncheckedCreateNestedManyWithoutParticipantsInput
|
33395
|
-
productionRequestsSent?: ProductionAffiliationRequestUncheckedCreateNestedManyWithoutProfileInput
|
33396
|
-
}
|
33397
|
-
|
33398
|
-
export type ProfileCreateOrConnectWithoutReferralCodeUsedInput = {
|
33399
|
-
where: ProfileWhereUniqueInput
|
33400
|
-
create: XOR<ProfileCreateWithoutReferralCodeUsedInput, ProfileUncheckedCreateWithoutReferralCodeUsedInput>
|
33401
|
-
}
|
33402
|
-
|
33403
33003
|
export type EventUpsertWithoutTicketGroupsInput = {
|
33404
33004
|
update: XOR<EventUpdateWithoutTicketGroupsInput, EventUncheckedUpdateWithoutTicketGroupsInput>
|
33405
33005
|
create: XOR<EventCreateWithoutTicketGroupsInput, EventUncheckedCreateWithoutTicketGroupsInput>
|
@@ -33477,89 +33077,6 @@ export namespace Prisma {
|
|
33477
33077
|
data: XOR<TicketUpdateManyMutationInput, TicketUncheckedUpdateManyWithoutTicketGroupInput>
|
33478
33078
|
}
|
33479
33079
|
|
33480
|
-
export type ProfileUpsertWithoutReferralCodeUsedInput = {
|
33481
|
-
update: XOR<ProfileUpdateWithoutReferralCodeUsedInput, ProfileUncheckedUpdateWithoutReferralCodeUsedInput>
|
33482
|
-
create: XOR<ProfileCreateWithoutReferralCodeUsedInput, ProfileUncheckedCreateWithoutReferralCodeUsedInput>
|
33483
|
-
where?: ProfileWhereInput
|
33484
|
-
}
|
33485
|
-
|
33486
|
-
export type ProfileUpdateToOneWithWhereWithoutReferralCodeUsedInput = {
|
33487
|
-
where?: ProfileWhereInput
|
33488
|
-
data: XOR<ProfileUpdateWithoutReferralCodeUsedInput, ProfileUncheckedUpdateWithoutReferralCodeUsedInput>
|
33489
|
-
}
|
33490
|
-
|
33491
|
-
export type ProfileUpdateWithoutReferralCodeUsedInput = {
|
33492
|
-
id?: StringFieldUpdateOperationsInput | string
|
33493
|
-
shortId?: IntFieldUpdateOperationsInput | number
|
33494
|
-
role?: EnumRoleFieldUpdateOperationsInput | $Enums.Role
|
33495
|
-
firstTimeMiExpo?: BoolFieldUpdateOperationsInput | boolean
|
33496
|
-
username?: NullableStringFieldUpdateOperationsInput | string | null
|
33497
|
-
password?: NullableStringFieldUpdateOperationsInput | string | null
|
33498
|
-
phoneNumber?: StringFieldUpdateOperationsInput | string
|
33499
|
-
isPhoneVerified?: BoolFieldUpdateOperationsInput | boolean
|
33500
|
-
secondaryPhoneNumber?: NullableStringFieldUpdateOperationsInput | string | null
|
33501
|
-
fullName?: StringFieldUpdateOperationsInput | string
|
33502
|
-
firstName?: NullableStringFieldUpdateOperationsInput | string | null
|
33503
|
-
gender?: NullableStringFieldUpdateOperationsInput | string | null
|
33504
|
-
birthDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
33505
|
-
profilePictureUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
33506
|
-
instagram?: NullableStringFieldUpdateOperationsInput | string | null
|
33507
|
-
mail?: NullableStringFieldUpdateOperationsInput | string | null
|
33508
|
-
dni?: NullableStringFieldUpdateOperationsInput | string | null
|
33509
|
-
alternativeNames?: ProfileUpdatealternativeNamesInput | string[]
|
33510
|
-
isInTrash?: BoolFieldUpdateOperationsInput | boolean
|
33511
|
-
movedToTrashDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
33512
|
-
referralCode?: StringFieldUpdateOperationsInput | string
|
33513
|
-
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
33514
|
-
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
33515
|
-
otp?: OtpUpdateManyWithoutOwnerNestedInput
|
33516
|
-
comments?: CommentUpdateManyWithoutProfileNestedInput
|
33517
|
-
messages?: MessageUpdateManyWithoutProfileNestedInput
|
33518
|
-
tags?: TagUpdateManyWithoutProfilesNestedInput
|
33519
|
-
birthLocation?: LocationUpdateOneWithoutBirthProfilesNestedInput
|
33520
|
-
residenceLocation?: LocationUpdateOneWithoutResidenceProfilesNestedInput
|
33521
|
-
tickets?: TicketUpdateManyWithoutProfileNestedInput
|
33522
|
-
productionsAdministrated?: ProductionUpdateManyWithoutAdministratorNestedInput
|
33523
|
-
productionsParticipated?: ProductionUpdateManyWithoutParticipantsNestedInput
|
33524
|
-
productionRequestsSent?: ProductionAffiliationRequestUpdateManyWithoutProfileNestedInput
|
33525
|
-
}
|
33526
|
-
|
33527
|
-
export type ProfileUncheckedUpdateWithoutReferralCodeUsedInput = {
|
33528
|
-
id?: StringFieldUpdateOperationsInput | string
|
33529
|
-
shortId?: IntFieldUpdateOperationsInput | number
|
33530
|
-
role?: EnumRoleFieldUpdateOperationsInput | $Enums.Role
|
33531
|
-
firstTimeMiExpo?: BoolFieldUpdateOperationsInput | boolean
|
33532
|
-
username?: NullableStringFieldUpdateOperationsInput | string | null
|
33533
|
-
password?: NullableStringFieldUpdateOperationsInput | string | null
|
33534
|
-
phoneNumber?: StringFieldUpdateOperationsInput | string
|
33535
|
-
isPhoneVerified?: BoolFieldUpdateOperationsInput | boolean
|
33536
|
-
secondaryPhoneNumber?: NullableStringFieldUpdateOperationsInput | string | null
|
33537
|
-
fullName?: StringFieldUpdateOperationsInput | string
|
33538
|
-
firstName?: NullableStringFieldUpdateOperationsInput | string | null
|
33539
|
-
gender?: NullableStringFieldUpdateOperationsInput | string | null
|
33540
|
-
birthDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
33541
|
-
profilePictureUrl?: NullableStringFieldUpdateOperationsInput | string | null
|
33542
|
-
instagram?: NullableStringFieldUpdateOperationsInput | string | null
|
33543
|
-
mail?: NullableStringFieldUpdateOperationsInput | string | null
|
33544
|
-
dni?: NullableStringFieldUpdateOperationsInput | string | null
|
33545
|
-
alternativeNames?: ProfileUpdatealternativeNamesInput | string[]
|
33546
|
-
birthLocationId?: NullableStringFieldUpdateOperationsInput | string | null
|
33547
|
-
residenceLocationId?: NullableStringFieldUpdateOperationsInput | string | null
|
33548
|
-
isInTrash?: BoolFieldUpdateOperationsInput | boolean
|
33549
|
-
movedToTrashDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
33550
|
-
referralCode?: StringFieldUpdateOperationsInput | string
|
33551
|
-
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
33552
|
-
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
33553
|
-
otp?: OtpUncheckedUpdateManyWithoutOwnerNestedInput
|
33554
|
-
comments?: CommentUncheckedUpdateManyWithoutProfileNestedInput
|
33555
|
-
messages?: MessageUncheckedUpdateManyWithoutProfileNestedInput
|
33556
|
-
tags?: TagUncheckedUpdateManyWithoutProfilesNestedInput
|
33557
|
-
tickets?: TicketUncheckedUpdateManyWithoutProfileNestedInput
|
33558
|
-
productionsAdministrated?: ProductionUncheckedUpdateManyWithoutAdministratorNestedInput
|
33559
|
-
productionsParticipated?: ProductionUncheckedUpdateManyWithoutParticipantsNestedInput
|
33560
|
-
productionRequestsSent?: ProductionAffiliationRequestUncheckedUpdateManyWithoutProfileNestedInput
|
33561
|
-
}
|
33562
|
-
|
33563
33080
|
export type EventCreateWithoutEventTicketsInput = {
|
33564
33081
|
id?: string
|
33565
33082
|
name: string
|
@@ -33697,7 +33214,6 @@ export namespace Prisma {
|
|
33697
33214
|
alternativeNames?: ProfileCreatealternativeNamesInput | string[]
|
33698
33215
|
isInTrash?: boolean
|
33699
33216
|
movedToTrashDate?: Date | string | null
|
33700
|
-
referralCode?: string
|
33701
33217
|
created_at?: Date | string
|
33702
33218
|
updated_at?: Date | string
|
33703
33219
|
otp?: OtpCreateNestedManyWithoutOwnerInput
|
@@ -33709,7 +33225,6 @@ export namespace Prisma {
|
|
33709
33225
|
tickets?: TicketCreateNestedManyWithoutProfileInput
|
33710
33226
|
productionsParticipated?: ProductionCreateNestedManyWithoutParticipantsInput
|
33711
33227
|
productionRequestsSent?: ProductionAffiliationRequestCreateNestedManyWithoutProfileInput
|
33712
|
-
referralCodeUsed?: TicketGroupCreateNestedManyWithoutReferralCodeProfileInput
|
33713
33228
|
}
|
33714
33229
|
|
33715
33230
|
export type ProfileUncheckedCreateWithoutProductionsAdministratedInput = {
|
@@ -33735,7 +33250,6 @@ export namespace Prisma {
|
|
33735
33250
|
residenceLocationId?: string | null
|
33736
33251
|
isInTrash?: boolean
|
33737
33252
|
movedToTrashDate?: Date | string | null
|
33738
|
-
referralCode?: string
|
33739
33253
|
created_at?: Date | string
|
33740
33254
|
updated_at?: Date | string
|
33741
33255
|
otp?: OtpUncheckedCreateNestedManyWithoutOwnerInput
|
@@ -33745,7 +33259,6 @@ export namespace Prisma {
|
|
33745
33259
|
tickets?: TicketUncheckedCreateNestedManyWithoutProfileInput
|
33746
33260
|
productionsParticipated?: ProductionUncheckedCreateNestedManyWithoutParticipantsInput
|
33747
33261
|
productionRequestsSent?: ProductionAffiliationRequestUncheckedCreateNestedManyWithoutProfileInput
|
33748
|
-
referralCodeUsed?: TicketGroupUncheckedCreateNestedManyWithoutReferralCodeProfileInput
|
33749
33262
|
}
|
33750
33263
|
|
33751
33264
|
export type ProfileCreateOrConnectWithoutProductionsAdministratedInput = {
|
@@ -33774,7 +33287,6 @@ export namespace Prisma {
|
|
33774
33287
|
alternativeNames?: ProfileCreatealternativeNamesInput | string[]
|
33775
33288
|
isInTrash?: boolean
|
33776
33289
|
movedToTrashDate?: Date | string | null
|
33777
|
-
referralCode?: string
|
33778
33290
|
created_at?: Date | string
|
33779
33291
|
updated_at?: Date | string
|
33780
33292
|
otp?: OtpCreateNestedManyWithoutOwnerInput
|
@@ -33786,7 +33298,6 @@ export namespace Prisma {
|
|
33786
33298
|
tickets?: TicketCreateNestedManyWithoutProfileInput
|
33787
33299
|
productionsAdministrated?: ProductionCreateNestedManyWithoutAdministratorInput
|
33788
33300
|
productionRequestsSent?: ProductionAffiliationRequestCreateNestedManyWithoutProfileInput
|
33789
|
-
referralCodeUsed?: TicketGroupCreateNestedManyWithoutReferralCodeProfileInput
|
33790
33301
|
}
|
33791
33302
|
|
33792
33303
|
export type ProfileUncheckedCreateWithoutProductionsParticipatedInput = {
|
@@ -33812,7 +33323,6 @@ export namespace Prisma {
|
|
33812
33323
|
residenceLocationId?: string | null
|
33813
33324
|
isInTrash?: boolean
|
33814
33325
|
movedToTrashDate?: Date | string | null
|
33815
|
-
referralCode?: string
|
33816
33326
|
created_at?: Date | string
|
33817
33327
|
updated_at?: Date | string
|
33818
33328
|
otp?: OtpUncheckedCreateNestedManyWithoutOwnerInput
|
@@ -33822,7 +33332,6 @@ export namespace Prisma {
|
|
33822
33332
|
tickets?: TicketUncheckedCreateNestedManyWithoutProfileInput
|
33823
33333
|
productionsAdministrated?: ProductionUncheckedCreateNestedManyWithoutAdministratorInput
|
33824
33334
|
productionRequestsSent?: ProductionAffiliationRequestUncheckedCreateNestedManyWithoutProfileInput
|
33825
|
-
referralCodeUsed?: TicketGroupUncheckedCreateNestedManyWithoutReferralCodeProfileInput
|
33826
33335
|
}
|
33827
33336
|
|
33828
33337
|
export type ProfileCreateOrConnectWithoutProductionsParticipatedInput = {
|
@@ -33945,7 +33454,6 @@ export namespace Prisma {
|
|
33945
33454
|
alternativeNames?: ProfileUpdatealternativeNamesInput | string[]
|
33946
33455
|
isInTrash?: BoolFieldUpdateOperationsInput | boolean
|
33947
33456
|
movedToTrashDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
33948
|
-
referralCode?: StringFieldUpdateOperationsInput | string
|
33949
33457
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
33950
33458
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
33951
33459
|
otp?: OtpUpdateManyWithoutOwnerNestedInput
|
@@ -33957,7 +33465,6 @@ export namespace Prisma {
|
|
33957
33465
|
tickets?: TicketUpdateManyWithoutProfileNestedInput
|
33958
33466
|
productionsParticipated?: ProductionUpdateManyWithoutParticipantsNestedInput
|
33959
33467
|
productionRequestsSent?: ProductionAffiliationRequestUpdateManyWithoutProfileNestedInput
|
33960
|
-
referralCodeUsed?: TicketGroupUpdateManyWithoutReferralCodeProfileNestedInput
|
33961
33468
|
}
|
33962
33469
|
|
33963
33470
|
export type ProfileUncheckedUpdateWithoutProductionsAdministratedInput = {
|
@@ -33983,7 +33490,6 @@ export namespace Prisma {
|
|
33983
33490
|
residenceLocationId?: NullableStringFieldUpdateOperationsInput | string | null
|
33984
33491
|
isInTrash?: BoolFieldUpdateOperationsInput | boolean
|
33985
33492
|
movedToTrashDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
33986
|
-
referralCode?: StringFieldUpdateOperationsInput | string
|
33987
33493
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
33988
33494
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
33989
33495
|
otp?: OtpUncheckedUpdateManyWithoutOwnerNestedInput
|
@@ -33993,7 +33499,6 @@ export namespace Prisma {
|
|
33993
33499
|
tickets?: TicketUncheckedUpdateManyWithoutProfileNestedInput
|
33994
33500
|
productionsParticipated?: ProductionUncheckedUpdateManyWithoutParticipantsNestedInput
|
33995
33501
|
productionRequestsSent?: ProductionAffiliationRequestUncheckedUpdateManyWithoutProfileNestedInput
|
33996
|
-
referralCodeUsed?: TicketGroupUncheckedUpdateManyWithoutReferralCodeProfileNestedInput
|
33997
33502
|
}
|
33998
33503
|
|
33999
33504
|
export type ProfileUpsertWithWhereUniqueWithoutProductionsParticipatedInput = {
|
@@ -34090,7 +33595,6 @@ export namespace Prisma {
|
|
34090
33595
|
alternativeNames?: ProfileCreatealternativeNamesInput | string[]
|
34091
33596
|
isInTrash?: boolean
|
34092
33597
|
movedToTrashDate?: Date | string | null
|
34093
|
-
referralCode?: string
|
34094
33598
|
created_at?: Date | string
|
34095
33599
|
updated_at?: Date | string
|
34096
33600
|
otp?: OtpCreateNestedManyWithoutOwnerInput
|
@@ -34102,7 +33606,6 @@ export namespace Prisma {
|
|
34102
33606
|
tickets?: TicketCreateNestedManyWithoutProfileInput
|
34103
33607
|
productionsAdministrated?: ProductionCreateNestedManyWithoutAdministratorInput
|
34104
33608
|
productionsParticipated?: ProductionCreateNestedManyWithoutParticipantsInput
|
34105
|
-
referralCodeUsed?: TicketGroupCreateNestedManyWithoutReferralCodeProfileInput
|
34106
33609
|
}
|
34107
33610
|
|
34108
33611
|
export type ProfileUncheckedCreateWithoutProductionRequestsSentInput = {
|
@@ -34128,7 +33631,6 @@ export namespace Prisma {
|
|
34128
33631
|
residenceLocationId?: string | null
|
34129
33632
|
isInTrash?: boolean
|
34130
33633
|
movedToTrashDate?: Date | string | null
|
34131
|
-
referralCode?: string
|
34132
33634
|
created_at?: Date | string
|
34133
33635
|
updated_at?: Date | string
|
34134
33636
|
otp?: OtpUncheckedCreateNestedManyWithoutOwnerInput
|
@@ -34138,7 +33640,6 @@ export namespace Prisma {
|
|
34138
33640
|
tickets?: TicketUncheckedCreateNestedManyWithoutProfileInput
|
34139
33641
|
productionsAdministrated?: ProductionUncheckedCreateNestedManyWithoutAdministratorInput
|
34140
33642
|
productionsParticipated?: ProductionUncheckedCreateNestedManyWithoutParticipantsInput
|
34141
|
-
referralCodeUsed?: TicketGroupUncheckedCreateNestedManyWithoutReferralCodeProfileInput
|
34142
33643
|
}
|
34143
33644
|
|
34144
33645
|
export type ProfileCreateOrConnectWithoutProductionRequestsSentInput = {
|
@@ -34209,7 +33710,6 @@ export namespace Prisma {
|
|
34209
33710
|
alternativeNames?: ProfileUpdatealternativeNamesInput | string[]
|
34210
33711
|
isInTrash?: BoolFieldUpdateOperationsInput | boolean
|
34211
33712
|
movedToTrashDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
34212
|
-
referralCode?: StringFieldUpdateOperationsInput | string
|
34213
33713
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
34214
33714
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
34215
33715
|
otp?: OtpUpdateManyWithoutOwnerNestedInput
|
@@ -34221,7 +33721,6 @@ export namespace Prisma {
|
|
34221
33721
|
tickets?: TicketUpdateManyWithoutProfileNestedInput
|
34222
33722
|
productionsAdministrated?: ProductionUpdateManyWithoutAdministratorNestedInput
|
34223
33723
|
productionsParticipated?: ProductionUpdateManyWithoutParticipantsNestedInput
|
34224
|
-
referralCodeUsed?: TicketGroupUpdateManyWithoutReferralCodeProfileNestedInput
|
34225
33724
|
}
|
34226
33725
|
|
34227
33726
|
export type ProfileUncheckedUpdateWithoutProductionRequestsSentInput = {
|
@@ -34247,7 +33746,6 @@ export namespace Prisma {
|
|
34247
33746
|
residenceLocationId?: NullableStringFieldUpdateOperationsInput | string | null
|
34248
33747
|
isInTrash?: BoolFieldUpdateOperationsInput | boolean
|
34249
33748
|
movedToTrashDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
34250
|
-
referralCode?: StringFieldUpdateOperationsInput | string
|
34251
33749
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
34252
33750
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
34253
33751
|
otp?: OtpUncheckedUpdateManyWithoutOwnerNestedInput
|
@@ -34257,7 +33755,6 @@ export namespace Prisma {
|
|
34257
33755
|
tickets?: TicketUncheckedUpdateManyWithoutProfileNestedInput
|
34258
33756
|
productionsAdministrated?: ProductionUncheckedUpdateManyWithoutAdministratorNestedInput
|
34259
33757
|
productionsParticipated?: ProductionUncheckedUpdateManyWithoutParticipantsNestedInput
|
34260
|
-
referralCodeUsed?: TicketGroupUncheckedUpdateManyWithoutReferralCodeProfileNestedInput
|
34261
33758
|
}
|
34262
33759
|
|
34263
33760
|
export type CommentCreateManyAccountInput = {
|
@@ -34474,7 +33971,6 @@ export namespace Prisma {
|
|
34474
33971
|
scanned?: boolean
|
34475
33972
|
scannedAt?: Date | string | null
|
34476
33973
|
ticketGroupId?: string | null
|
34477
|
-
referralCode?: string | null
|
34478
33974
|
created_at?: Date | string
|
34479
33975
|
updated_at?: Date | string
|
34480
33976
|
}
|
@@ -34495,15 +33991,6 @@ export namespace Prisma {
|
|
34495
33991
|
updated_at?: Date | string
|
34496
33992
|
}
|
34497
33993
|
|
34498
|
-
export type TicketGroupCreateManyReferralCodeProfileInput = {
|
34499
|
-
id?: string
|
34500
|
-
status: $Enums.TicketGroupStatus
|
34501
|
-
amountTickets?: number
|
34502
|
-
eventId: string
|
34503
|
-
created_at?: Date | string
|
34504
|
-
updated_at?: Date | string
|
34505
|
-
}
|
34506
|
-
|
34507
33994
|
export type OtpUpdateWithoutOwnerInput = {
|
34508
33995
|
id?: StringFieldUpdateOperationsInput | string
|
34509
33996
|
code?: StringFieldUpdateOperationsInput | string
|
@@ -34639,7 +34126,6 @@ export namespace Prisma {
|
|
34639
34126
|
seat?: NullableIntFieldUpdateOperationsInput | number | null
|
34640
34127
|
scanned?: BoolFieldUpdateOperationsInput | boolean
|
34641
34128
|
scannedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
34642
|
-
referralCode?: NullableStringFieldUpdateOperationsInput | string | null
|
34643
34129
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
34644
34130
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
34645
34131
|
event?: EventUpdateOneRequiredWithoutTicketsNestedInput
|
@@ -34657,7 +34143,6 @@ export namespace Prisma {
|
|
34657
34143
|
scanned?: BoolFieldUpdateOperationsInput | boolean
|
34658
34144
|
scannedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
34659
34145
|
ticketGroupId?: NullableStringFieldUpdateOperationsInput | string | null
|
34660
|
-
referralCode?: NullableStringFieldUpdateOperationsInput | string | null
|
34661
34146
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
34662
34147
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
34663
34148
|
}
|
@@ -34673,7 +34158,6 @@ export namespace Prisma {
|
|
34673
34158
|
scanned?: BoolFieldUpdateOperationsInput | boolean
|
34674
34159
|
scannedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
34675
34160
|
ticketGroupId?: NullableStringFieldUpdateOperationsInput | string | null
|
34676
|
-
referralCode?: NullableStringFieldUpdateOperationsInput | string | null
|
34677
34161
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
34678
34162
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
34679
34163
|
}
|
@@ -34760,35 +34244,6 @@ export namespace Prisma {
|
|
34760
34244
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
34761
34245
|
}
|
34762
34246
|
|
34763
|
-
export type TicketGroupUpdateWithoutReferralCodeProfileInput = {
|
34764
|
-
id?: StringFieldUpdateOperationsInput | string
|
34765
|
-
status?: EnumTicketGroupStatusFieldUpdateOperationsInput | $Enums.TicketGroupStatus
|
34766
|
-
amountTickets?: IntFieldUpdateOperationsInput | number
|
34767
|
-
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
34768
|
-
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
34769
|
-
event?: EventUpdateOneRequiredWithoutTicketGroupsNestedInput
|
34770
|
-
tickets?: TicketUpdateManyWithoutTicketGroupNestedInput
|
34771
|
-
}
|
34772
|
-
|
34773
|
-
export type TicketGroupUncheckedUpdateWithoutReferralCodeProfileInput = {
|
34774
|
-
id?: StringFieldUpdateOperationsInput | string
|
34775
|
-
status?: EnumTicketGroupStatusFieldUpdateOperationsInput | $Enums.TicketGroupStatus
|
34776
|
-
amountTickets?: IntFieldUpdateOperationsInput | number
|
34777
|
-
eventId?: StringFieldUpdateOperationsInput | string
|
34778
|
-
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
34779
|
-
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
34780
|
-
tickets?: TicketUncheckedUpdateManyWithoutTicketGroupNestedInput
|
34781
|
-
}
|
34782
|
-
|
34783
|
-
export type TicketGroupUncheckedUpdateManyWithoutReferralCodeProfileInput = {
|
34784
|
-
id?: StringFieldUpdateOperationsInput | string
|
34785
|
-
status?: EnumTicketGroupStatusFieldUpdateOperationsInput | $Enums.TicketGroupStatus
|
34786
|
-
amountTickets?: IntFieldUpdateOperationsInput | number
|
34787
|
-
eventId?: StringFieldUpdateOperationsInput | string
|
34788
|
-
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
34789
|
-
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
34790
|
-
}
|
34791
|
-
|
34792
34247
|
export type ProfileCreateManyBirthLocationInput = {
|
34793
34248
|
id?: string
|
34794
34249
|
shortId: number
|
@@ -34811,7 +34266,6 @@ export namespace Prisma {
|
|
34811
34266
|
residenceLocationId?: string | null
|
34812
34267
|
isInTrash?: boolean
|
34813
34268
|
movedToTrashDate?: Date | string | null
|
34814
|
-
referralCode?: string
|
34815
34269
|
created_at?: Date | string
|
34816
34270
|
updated_at?: Date | string
|
34817
34271
|
}
|
@@ -34838,7 +34292,6 @@ export namespace Prisma {
|
|
34838
34292
|
birthLocationId?: string | null
|
34839
34293
|
isInTrash?: boolean
|
34840
34294
|
movedToTrashDate?: Date | string | null
|
34841
|
-
referralCode?: string
|
34842
34295
|
created_at?: Date | string
|
34843
34296
|
updated_at?: Date | string
|
34844
34297
|
}
|
@@ -34864,7 +34317,6 @@ export namespace Prisma {
|
|
34864
34317
|
alternativeNames?: ProfileUpdatealternativeNamesInput | string[]
|
34865
34318
|
isInTrash?: BoolFieldUpdateOperationsInput | boolean
|
34866
34319
|
movedToTrashDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
34867
|
-
referralCode?: StringFieldUpdateOperationsInput | string
|
34868
34320
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
34869
34321
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
34870
34322
|
otp?: OtpUpdateManyWithoutOwnerNestedInput
|
@@ -34876,7 +34328,6 @@ export namespace Prisma {
|
|
34876
34328
|
productionsAdministrated?: ProductionUpdateManyWithoutAdministratorNestedInput
|
34877
34329
|
productionsParticipated?: ProductionUpdateManyWithoutParticipantsNestedInput
|
34878
34330
|
productionRequestsSent?: ProductionAffiliationRequestUpdateManyWithoutProfileNestedInput
|
34879
|
-
referralCodeUsed?: TicketGroupUpdateManyWithoutReferralCodeProfileNestedInput
|
34880
34331
|
}
|
34881
34332
|
|
34882
34333
|
export type ProfileUncheckedUpdateWithoutBirthLocationInput = {
|
@@ -34901,7 +34352,6 @@ export namespace Prisma {
|
|
34901
34352
|
residenceLocationId?: NullableStringFieldUpdateOperationsInput | string | null
|
34902
34353
|
isInTrash?: BoolFieldUpdateOperationsInput | boolean
|
34903
34354
|
movedToTrashDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
34904
|
-
referralCode?: StringFieldUpdateOperationsInput | string
|
34905
34355
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
34906
34356
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
34907
34357
|
otp?: OtpUncheckedUpdateManyWithoutOwnerNestedInput
|
@@ -34912,7 +34362,6 @@ export namespace Prisma {
|
|
34912
34362
|
productionsAdministrated?: ProductionUncheckedUpdateManyWithoutAdministratorNestedInput
|
34913
34363
|
productionsParticipated?: ProductionUncheckedUpdateManyWithoutParticipantsNestedInput
|
34914
34364
|
productionRequestsSent?: ProductionAffiliationRequestUncheckedUpdateManyWithoutProfileNestedInput
|
34915
|
-
referralCodeUsed?: TicketGroupUncheckedUpdateManyWithoutReferralCodeProfileNestedInput
|
34916
34365
|
}
|
34917
34366
|
|
34918
34367
|
export type ProfileUncheckedUpdateManyWithoutBirthLocationInput = {
|
@@ -34937,7 +34386,6 @@ export namespace Prisma {
|
|
34937
34386
|
residenceLocationId?: NullableStringFieldUpdateOperationsInput | string | null
|
34938
34387
|
isInTrash?: BoolFieldUpdateOperationsInput | boolean
|
34939
34388
|
movedToTrashDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
34940
|
-
referralCode?: StringFieldUpdateOperationsInput | string
|
34941
34389
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
34942
34390
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
34943
34391
|
}
|
@@ -34963,7 +34411,6 @@ export namespace Prisma {
|
|
34963
34411
|
alternativeNames?: ProfileUpdatealternativeNamesInput | string[]
|
34964
34412
|
isInTrash?: BoolFieldUpdateOperationsInput | boolean
|
34965
34413
|
movedToTrashDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
34966
|
-
referralCode?: StringFieldUpdateOperationsInput | string
|
34967
34414
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
34968
34415
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
34969
34416
|
otp?: OtpUpdateManyWithoutOwnerNestedInput
|
@@ -34975,7 +34422,6 @@ export namespace Prisma {
|
|
34975
34422
|
productionsAdministrated?: ProductionUpdateManyWithoutAdministratorNestedInput
|
34976
34423
|
productionsParticipated?: ProductionUpdateManyWithoutParticipantsNestedInput
|
34977
34424
|
productionRequestsSent?: ProductionAffiliationRequestUpdateManyWithoutProfileNestedInput
|
34978
|
-
referralCodeUsed?: TicketGroupUpdateManyWithoutReferralCodeProfileNestedInput
|
34979
34425
|
}
|
34980
34426
|
|
34981
34427
|
export type ProfileUncheckedUpdateWithoutResidenceLocationInput = {
|
@@ -35000,7 +34446,6 @@ export namespace Prisma {
|
|
35000
34446
|
birthLocationId?: NullableStringFieldUpdateOperationsInput | string | null
|
35001
34447
|
isInTrash?: BoolFieldUpdateOperationsInput | boolean
|
35002
34448
|
movedToTrashDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
35003
|
-
referralCode?: StringFieldUpdateOperationsInput | string
|
35004
34449
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
35005
34450
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
35006
34451
|
otp?: OtpUncheckedUpdateManyWithoutOwnerNestedInput
|
@@ -35011,7 +34456,6 @@ export namespace Prisma {
|
|
35011
34456
|
productionsAdministrated?: ProductionUncheckedUpdateManyWithoutAdministratorNestedInput
|
35012
34457
|
productionsParticipated?: ProductionUncheckedUpdateManyWithoutParticipantsNestedInput
|
35013
34458
|
productionRequestsSent?: ProductionAffiliationRequestUncheckedUpdateManyWithoutProfileNestedInput
|
35014
|
-
referralCodeUsed?: TicketGroupUncheckedUpdateManyWithoutReferralCodeProfileNestedInput
|
35015
34459
|
}
|
35016
34460
|
|
35017
34461
|
export type ProfileUncheckedUpdateManyWithoutResidenceLocationInput = {
|
@@ -35036,7 +34480,6 @@ export namespace Prisma {
|
|
35036
34480
|
birthLocationId?: NullableStringFieldUpdateOperationsInput | string | null
|
35037
34481
|
isInTrash?: BoolFieldUpdateOperationsInput | boolean
|
35038
34482
|
movedToTrashDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
35039
|
-
referralCode?: StringFieldUpdateOperationsInput | string
|
35040
34483
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
35041
34484
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
35042
34485
|
}
|
@@ -35101,7 +34544,6 @@ export namespace Prisma {
|
|
35101
34544
|
alternativeNames?: ProfileUpdatealternativeNamesInput | string[]
|
35102
34545
|
isInTrash?: BoolFieldUpdateOperationsInput | boolean
|
35103
34546
|
movedToTrashDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
35104
|
-
referralCode?: StringFieldUpdateOperationsInput | string
|
35105
34547
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
35106
34548
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
35107
34549
|
otp?: OtpUpdateManyWithoutOwnerNestedInput
|
@@ -35113,7 +34555,6 @@ export namespace Prisma {
|
|
35113
34555
|
productionsAdministrated?: ProductionUpdateManyWithoutAdministratorNestedInput
|
35114
34556
|
productionsParticipated?: ProductionUpdateManyWithoutParticipantsNestedInput
|
35115
34557
|
productionRequestsSent?: ProductionAffiliationRequestUpdateManyWithoutProfileNestedInput
|
35116
|
-
referralCodeUsed?: TicketGroupUpdateManyWithoutReferralCodeProfileNestedInput
|
35117
34558
|
}
|
35118
34559
|
|
35119
34560
|
export type ProfileUncheckedUpdateWithoutTagsInput = {
|
@@ -35139,7 +34580,6 @@ export namespace Prisma {
|
|
35139
34580
|
residenceLocationId?: NullableStringFieldUpdateOperationsInput | string | null
|
35140
34581
|
isInTrash?: BoolFieldUpdateOperationsInput | boolean
|
35141
34582
|
movedToTrashDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
35142
|
-
referralCode?: StringFieldUpdateOperationsInput | string
|
35143
34583
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
35144
34584
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
35145
34585
|
otp?: OtpUncheckedUpdateManyWithoutOwnerNestedInput
|
@@ -35149,7 +34589,6 @@ export namespace Prisma {
|
|
35149
34589
|
productionsAdministrated?: ProductionUncheckedUpdateManyWithoutAdministratorNestedInput
|
35150
34590
|
productionsParticipated?: ProductionUncheckedUpdateManyWithoutParticipantsNestedInput
|
35151
34591
|
productionRequestsSent?: ProductionAffiliationRequestUncheckedUpdateManyWithoutProfileNestedInput
|
35152
|
-
referralCodeUsed?: TicketGroupUncheckedUpdateManyWithoutReferralCodeProfileNestedInput
|
35153
34592
|
}
|
35154
34593
|
|
35155
34594
|
export type ProfileUncheckedUpdateManyWithoutTagsInput = {
|
@@ -35175,7 +34614,6 @@ export namespace Prisma {
|
|
35175
34614
|
residenceLocationId?: NullableStringFieldUpdateOperationsInput | string | null
|
35176
34615
|
isInTrash?: BoolFieldUpdateOperationsInput | boolean
|
35177
34616
|
movedToTrashDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
35178
|
-
referralCode?: StringFieldUpdateOperationsInput | string
|
35179
34617
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
35180
34618
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
35181
34619
|
}
|
@@ -35414,7 +34852,6 @@ export namespace Prisma {
|
|
35414
34852
|
scannedAt?: Date | string | null
|
35415
34853
|
profileId?: string | null
|
35416
34854
|
ticketGroupId?: string | null
|
35417
|
-
referralCode?: string | null
|
35418
34855
|
created_at?: Date | string
|
35419
34856
|
updated_at?: Date | string
|
35420
34857
|
}
|
@@ -35423,7 +34860,6 @@ export namespace Prisma {
|
|
35423
34860
|
id?: string
|
35424
34861
|
status: $Enums.TicketGroupStatus
|
35425
34862
|
amountTickets?: number
|
35426
|
-
referralCode?: string | null
|
35427
34863
|
created_at?: Date | string
|
35428
34864
|
updated_at?: Date | string
|
35429
34865
|
}
|
@@ -35464,7 +34900,6 @@ export namespace Prisma {
|
|
35464
34900
|
seat?: NullableIntFieldUpdateOperationsInput | number | null
|
35465
34901
|
scanned?: BoolFieldUpdateOperationsInput | boolean
|
35466
34902
|
scannedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
35467
|
-
referralCode?: NullableStringFieldUpdateOperationsInput | string | null
|
35468
34903
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
35469
34904
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
35470
34905
|
profile?: ProfileUpdateOneWithoutTicketsNestedInput
|
@@ -35482,7 +34917,6 @@ export namespace Prisma {
|
|
35482
34917
|
scannedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
35483
34918
|
profileId?: NullableStringFieldUpdateOperationsInput | string | null
|
35484
34919
|
ticketGroupId?: NullableStringFieldUpdateOperationsInput | string | null
|
35485
|
-
referralCode?: NullableStringFieldUpdateOperationsInput | string | null
|
35486
34920
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
35487
34921
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
35488
34922
|
}
|
@@ -35498,7 +34932,6 @@ export namespace Prisma {
|
|
35498
34932
|
scannedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
35499
34933
|
profileId?: NullableStringFieldUpdateOperationsInput | string | null
|
35500
34934
|
ticketGroupId?: NullableStringFieldUpdateOperationsInput | string | null
|
35501
|
-
referralCode?: NullableStringFieldUpdateOperationsInput | string | null
|
35502
34935
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
35503
34936
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
35504
34937
|
}
|
@@ -35510,14 +34943,12 @@ export namespace Prisma {
|
|
35510
34943
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
35511
34944
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
35512
34945
|
tickets?: TicketUpdateManyWithoutTicketGroupNestedInput
|
35513
|
-
referralCodeProfile?: ProfileUpdateOneWithoutReferralCodeUsedNestedInput
|
35514
34946
|
}
|
35515
34947
|
|
35516
34948
|
export type TicketGroupUncheckedUpdateWithoutEventInput = {
|
35517
34949
|
id?: StringFieldUpdateOperationsInput | string
|
35518
34950
|
status?: EnumTicketGroupStatusFieldUpdateOperationsInput | $Enums.TicketGroupStatus
|
35519
34951
|
amountTickets?: IntFieldUpdateOperationsInput | number
|
35520
|
-
referralCode?: NullableStringFieldUpdateOperationsInput | string | null
|
35521
34952
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
35522
34953
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
35523
34954
|
tickets?: TicketUncheckedUpdateManyWithoutTicketGroupNestedInput
|
@@ -35527,7 +34958,6 @@ export namespace Prisma {
|
|
35527
34958
|
id?: StringFieldUpdateOperationsInput | string
|
35528
34959
|
status?: EnumTicketGroupStatusFieldUpdateOperationsInput | $Enums.TicketGroupStatus
|
35529
34960
|
amountTickets?: IntFieldUpdateOperationsInput | number
|
35530
|
-
referralCode?: NullableStringFieldUpdateOperationsInput | string | null
|
35531
34961
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
35532
34962
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
35533
34963
|
}
|
@@ -35830,7 +35260,6 @@ export namespace Prisma {
|
|
35830
35260
|
scanned?: boolean
|
35831
35261
|
scannedAt?: Date | string | null
|
35832
35262
|
profileId?: string | null
|
35833
|
-
referralCode?: string | null
|
35834
35263
|
created_at?: Date | string
|
35835
35264
|
updated_at?: Date | string
|
35836
35265
|
}
|
@@ -35844,7 +35273,6 @@ export namespace Prisma {
|
|
35844
35273
|
seat?: NullableIntFieldUpdateOperationsInput | number | null
|
35845
35274
|
scanned?: BoolFieldUpdateOperationsInput | boolean
|
35846
35275
|
scannedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
35847
|
-
referralCode?: NullableStringFieldUpdateOperationsInput | string | null
|
35848
35276
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
35849
35277
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
35850
35278
|
event?: EventUpdateOneRequiredWithoutTicketsNestedInput
|
@@ -35862,7 +35290,6 @@ export namespace Prisma {
|
|
35862
35290
|
scanned?: BoolFieldUpdateOperationsInput | boolean
|
35863
35291
|
scannedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
35864
35292
|
profileId?: NullableStringFieldUpdateOperationsInput | string | null
|
35865
|
-
referralCode?: NullableStringFieldUpdateOperationsInput | string | null
|
35866
35293
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
35867
35294
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
35868
35295
|
}
|
@@ -35878,7 +35305,6 @@ export namespace Prisma {
|
|
35878
35305
|
scanned?: BoolFieldUpdateOperationsInput | boolean
|
35879
35306
|
scannedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
35880
35307
|
profileId?: NullableStringFieldUpdateOperationsInput | string | null
|
35881
|
-
referralCode?: NullableStringFieldUpdateOperationsInput | string | null
|
35882
35308
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
35883
35309
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
35884
35310
|
}
|
@@ -35913,7 +35339,6 @@ export namespace Prisma {
|
|
35913
35339
|
alternativeNames?: ProfileUpdatealternativeNamesInput | string[]
|
35914
35340
|
isInTrash?: BoolFieldUpdateOperationsInput | boolean
|
35915
35341
|
movedToTrashDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
35916
|
-
referralCode?: StringFieldUpdateOperationsInput | string
|
35917
35342
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
35918
35343
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
35919
35344
|
otp?: OtpUpdateManyWithoutOwnerNestedInput
|
@@ -35925,7 +35350,6 @@ export namespace Prisma {
|
|
35925
35350
|
tickets?: TicketUpdateManyWithoutProfileNestedInput
|
35926
35351
|
productionsAdministrated?: ProductionUpdateManyWithoutAdministratorNestedInput
|
35927
35352
|
productionRequestsSent?: ProductionAffiliationRequestUpdateManyWithoutProfileNestedInput
|
35928
|
-
referralCodeUsed?: TicketGroupUpdateManyWithoutReferralCodeProfileNestedInput
|
35929
35353
|
}
|
35930
35354
|
|
35931
35355
|
export type ProfileUncheckedUpdateWithoutProductionsParticipatedInput = {
|
@@ -35951,7 +35375,6 @@ export namespace Prisma {
|
|
35951
35375
|
residenceLocationId?: NullableStringFieldUpdateOperationsInput | string | null
|
35952
35376
|
isInTrash?: BoolFieldUpdateOperationsInput | boolean
|
35953
35377
|
movedToTrashDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
35954
|
-
referralCode?: StringFieldUpdateOperationsInput | string
|
35955
35378
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
35956
35379
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
35957
35380
|
otp?: OtpUncheckedUpdateManyWithoutOwnerNestedInput
|
@@ -35961,7 +35384,6 @@ export namespace Prisma {
|
|
35961
35384
|
tickets?: TicketUncheckedUpdateManyWithoutProfileNestedInput
|
35962
35385
|
productionsAdministrated?: ProductionUncheckedUpdateManyWithoutAdministratorNestedInput
|
35963
35386
|
productionRequestsSent?: ProductionAffiliationRequestUncheckedUpdateManyWithoutProfileNestedInput
|
35964
|
-
referralCodeUsed?: TicketGroupUncheckedUpdateManyWithoutReferralCodeProfileNestedInput
|
35965
35387
|
}
|
35966
35388
|
|
35967
35389
|
export type ProfileUncheckedUpdateManyWithoutProductionsParticipatedInput = {
|
@@ -35987,7 +35409,6 @@ export namespace Prisma {
|
|
35987
35409
|
residenceLocationId?: NullableStringFieldUpdateOperationsInput | string | null
|
35988
35410
|
isInTrash?: BoolFieldUpdateOperationsInput | boolean
|
35989
35411
|
movedToTrashDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
35990
|
-
referralCode?: StringFieldUpdateOperationsInput | string
|
35991
35412
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
35992
35413
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
35993
35414
|
}
|