expo-backend-types 0.37.0-EXPO-325-ExpoBackend-Emision-de-multiples-tickets.1 → 0.37.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/account/dto/get-global-filter.dto.d.ts +8 -8
- package/dist/src/account/dto/get-me.dto.d.ts +16 -16
- package/dist/src/account/dto/update-global-filter.dto.d.ts +8 -8
- package/dist/src/event/dto/create-event.dto.d.ts +8 -8
- package/dist/src/event/dto/event-tickets.dto.d.ts +2 -2
- package/dist/src/event/dto/get-active-events.dto.d.ts +12 -12
- package/dist/src/event/dto/get-all-event.dto.d.ts +56 -56
- package/dist/src/event/dto/get-by-id-event.dto.d.ts +78 -50
- package/dist/src/event/dto/update-event.dto.d.ts +24 -24
- package/dist/src/exports.d.ts +0 -1
- package/dist/src/exports.js +0 -1
- package/dist/src/i18n/es.d.ts +22 -31
- package/dist/src/i18n/es.js +22 -31
- package/dist/src/i18n/es.js.map +1 -1
- package/dist/src/mi-expo/dto/get-me.dto.d.ts +5 -5
- package/dist/src/mi-expo/dto/login-with-phone.dto.d.ts +9 -9
- package/dist/src/mi-expo/dto/login.dto.d.ts +9 -9
- package/dist/src/mi-expo/dto/update-me.dto.d.ts +11 -11
- package/dist/src/otp/dto/verify-otp.dto.d.ts +8 -8
- package/dist/src/profile/dto/create-profile.dto.d.ts +10 -10
- package/dist/src/profile/dto/delete-profile.dto.d.ts +4 -4
- package/dist/src/profile/dto/find-all-profile.dto.d.ts +20 -20
- package/dist/src/profile/dto/find-by-date-range-profile.dto.d.ts +32 -32
- package/dist/src/profile/dto/find-by-id-profile.dto.d.ts +13 -13
- package/dist/src/profile/dto/find-by-phone-number.dto.d.ts +4 -4
- package/dist/src/profile/dto/find-by-tag-groups-profile.dto.d.ts +20 -20
- package/dist/src/profile/dto/find-by-tags-profile.dto.d.ts +20 -20
- package/dist/src/profile/dto/find-with-active-chat.dto.d.ts +20 -20
- package/dist/src/profile/dto/profile.dto.d.ts +2 -2
- package/dist/src/profile/dto/update-profile.dto.d.ts +10 -10
- package/dist/src/schema/profile.schema.d.ts +2 -2
- package/dist/src/tag/dto/create-tag.dto.d.ts +4 -4
- package/dist/src/tag/dto/delete-tag.dto.d.ts +4 -4
- package/dist/src/tag/dto/find-all-tag.dto.d.ts +8 -8
- package/dist/src/tag/dto/find-by-group-tag.dto.d.ts +8 -8
- package/dist/src/tag/dto/find-one-tag.dto.d.ts +4 -4
- package/dist/src/tag/dto/massive-allocation.dto.d.ts +8 -8
- package/dist/src/tag/dto/massive-deallocation.dto.d.ts +8 -8
- package/dist/src/tag/dto/tag.dto.d.ts +4 -4
- package/dist/src/tag/dto/update-tag.dto.d.ts +4 -4
- package/dist/src/tag-group/dto/find-all-tag-group.dto.d.ts +12 -12
- package/dist/src/tag-group/dto/find-all-with-tags.dto.d.ts +12 -12
- package/dist/src/tag-group/dto/find-one-tag-group.dto.d.ts +8 -8
- package/dist/src/ticket/constants.d.ts +12 -14
- package/dist/src/ticket/constants.js +355 -248
- package/dist/src/ticket/dto/create-ticket.dto.d.ts +56 -21
- package/dist/src/ticket/dto/create-ticket.dto.js +2 -1
- package/dist/src/ticket/dto/delete-ticket.dto.d.ts +30 -10
- package/dist/src/ticket/dto/find-all-tickets.dto.d.ts +46 -18
- package/dist/src/ticket/dto/find-by-event-ticket.dto.d.ts +58 -30
- package/dist/src/ticket/dto/find-by-id-ticket.dto.d.ts +58 -30
- package/dist/src/ticket/dto/find-by-mail-ticket.dto.d.ts +58 -30
- package/dist/src/ticket/dto/find-by-profile-id-ticket.dto.d.ts +46 -18
- package/dist/src/ticket/dto/find-ticket.dto.d.ts +30 -10
- package/dist/src/ticket/dto/send-email.dto.d.ts +18 -0
- package/dist/src/ticket/dto/send-email.dto.js +15 -0
- package/dist/src/ticket/dto/ticket.dto.d.ts +30 -10
- package/dist/src/ticket/dto/ticket.dto.js +5 -2
- package/dist/src/ticket/dto/update-ticket.dto.d.ts +48 -20
- package/dist/src/ticket/dto/update-ticket.dto.js +1 -1
- package/dist/types/prisma-schema/edge.js +7 -15
- package/dist/types/prisma-schema/index-browser.js +4 -12
- package/dist/types/prisma-schema/index.d.ts +362 -2212
- package/dist/types/prisma-schema/index.js +7 -15
- package/dist/types/prisma-schema/package.json +1 -1
- package/dist/types/prisma-schema/schema.prisma +7 -22
- package/dist/types/prisma-schema/wasm.js +4 -12
- package/dist/types/schema.d.ts +40 -308
- package/package.json +6 -6
- package/dist/src/ticket/dto/create-many-ticket.dto.d.ts +0 -704
- package/dist/src/ticket/dto/create-many-ticket.dto.js +0 -58
- package/dist/src/ticket-group/dto/create-ticket-group.dto.d.ts +0 -346
- package/dist/src/ticket-group/dto/create-ticket-group.dto.js +0 -27
- package/dist/src/ticket-group/dto/delete-ticket-group.dto.d.ts +0 -55
- package/dist/src/ticket-group/dto/delete-ticket-group.dto.js +0 -10
- package/dist/src/ticket-group/dto/find-tickets-by-event.dto.d.ts +0 -8
- package/dist/src/ticket-group/dto/find-tickets-by-event.dto.js +0 -11
- package/dist/src/ticket-group/dto/ticket-group.dto.d.ts +0 -56
- package/dist/src/ticket-group/dto/ticket-group.dto.js +0 -27
- package/dist/src/ticket-group/dto/update-ticket-group.dto.d.ts +0 -79
- package/dist/src/ticket-group/dto/update-ticket-group.dto.js +0 -18
- package/dist/src/ticket-group/exports.d.ts +0 -5
- package/dist/src/ticket-group/exports.js +0 -22
@@ -73,11 +73,6 @@ export type CannedResponse = $Result.DefaultSelection<Prisma.$CannedResponsePayl
|
|
73
73
|
*
|
74
74
|
*/
|
75
75
|
export type Ticket = $Result.DefaultSelection<Prisma.$TicketPayload>
|
76
|
-
/**
|
77
|
-
* Model TicketGroup
|
78
|
-
*
|
79
|
-
*/
|
80
|
-
export type TicketGroup = $Result.DefaultSelection<Prisma.$TicketGroupPayload>
|
81
76
|
/**
|
82
77
|
* Model Enums
|
83
78
|
*
|
@@ -150,13 +145,13 @@ export const TicketType: {
|
|
150
145
|
export type TicketType = (typeof TicketType)[keyof typeof TicketType]
|
151
146
|
|
152
147
|
|
153
|
-
export const
|
148
|
+
export const TicketStatus: {
|
154
149
|
BOOKED: 'BOOKED',
|
155
150
|
PAID: 'PAID',
|
156
151
|
FREE: 'FREE'
|
157
152
|
};
|
158
153
|
|
159
|
-
export type
|
154
|
+
export type TicketStatus = (typeof TicketStatus)[keyof typeof TicketStatus]
|
160
155
|
|
161
156
|
}
|
162
157
|
|
@@ -184,9 +179,9 @@ export type TicketType = $Enums.TicketType
|
|
184
179
|
|
185
180
|
export const TicketType: typeof $Enums.TicketType
|
186
181
|
|
187
|
-
export type
|
182
|
+
export type TicketStatus = $Enums.TicketStatus
|
188
183
|
|
189
|
-
export const
|
184
|
+
export const TicketStatus: typeof $Enums.TicketStatus
|
190
185
|
|
191
186
|
/**
|
192
187
|
* ## Prisma Client ʲˢ
|
@@ -433,16 +428,6 @@ export class PrismaClient<
|
|
433
428
|
*/
|
434
429
|
get ticket(): Prisma.TicketDelegate<ExtArgs, ClientOptions>;
|
435
430
|
|
436
|
-
/**
|
437
|
-
* `prisma.ticketGroup`: Exposes CRUD operations for the **TicketGroup** model.
|
438
|
-
* Example usage:
|
439
|
-
* ```ts
|
440
|
-
* // Fetch zero or more TicketGroups
|
441
|
-
* const ticketGroups = await prisma.ticketGroup.findMany()
|
442
|
-
* ```
|
443
|
-
*/
|
444
|
-
get ticketGroup(): Prisma.TicketGroupDelegate<ExtArgs, ClientOptions>;
|
445
|
-
|
446
431
|
/**
|
447
432
|
* `prisma.enums`: Exposes CRUD operations for the **Enums** model.
|
448
433
|
* Example usage:
|
@@ -914,7 +899,6 @@ export namespace Prisma {
|
|
914
899
|
Message: 'Message',
|
915
900
|
CannedResponse: 'CannedResponse',
|
916
901
|
Ticket: 'Ticket',
|
917
|
-
TicketGroup: 'TicketGroup',
|
918
902
|
Enums: 'Enums',
|
919
903
|
EventTicket: 'EventTicket'
|
920
904
|
};
|
@@ -932,7 +916,7 @@ export namespace Prisma {
|
|
932
916
|
|
933
917
|
export type TypeMap<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs, ClientOptions = {}> = {
|
934
918
|
meta: {
|
935
|
-
modelProps: "account" | "profile" | "otp" | "location" | "comment" | "tag" | "tagGroup" | "event" | "eventFolder" | "message" | "cannedResponse" | "ticket" | "
|
919
|
+
modelProps: "account" | "profile" | "otp" | "location" | "comment" | "tag" | "tagGroup" | "event" | "eventFolder" | "message" | "cannedResponse" | "ticket" | "enums" | "eventTicket"
|
936
920
|
txIsolationLevel: Prisma.TransactionIsolationLevel
|
937
921
|
}
|
938
922
|
model: {
|
@@ -1824,80 +1808,6 @@ export namespace Prisma {
|
|
1824
1808
|
}
|
1825
1809
|
}
|
1826
1810
|
}
|
1827
|
-
TicketGroup: {
|
1828
|
-
payload: Prisma.$TicketGroupPayload<ExtArgs>
|
1829
|
-
fields: Prisma.TicketGroupFieldRefs
|
1830
|
-
operations: {
|
1831
|
-
findUnique: {
|
1832
|
-
args: Prisma.TicketGroupFindUniqueArgs<ExtArgs>
|
1833
|
-
result: $Utils.PayloadToResult<Prisma.$TicketGroupPayload> | null
|
1834
|
-
}
|
1835
|
-
findUniqueOrThrow: {
|
1836
|
-
args: Prisma.TicketGroupFindUniqueOrThrowArgs<ExtArgs>
|
1837
|
-
result: $Utils.PayloadToResult<Prisma.$TicketGroupPayload>
|
1838
|
-
}
|
1839
|
-
findFirst: {
|
1840
|
-
args: Prisma.TicketGroupFindFirstArgs<ExtArgs>
|
1841
|
-
result: $Utils.PayloadToResult<Prisma.$TicketGroupPayload> | null
|
1842
|
-
}
|
1843
|
-
findFirstOrThrow: {
|
1844
|
-
args: Prisma.TicketGroupFindFirstOrThrowArgs<ExtArgs>
|
1845
|
-
result: $Utils.PayloadToResult<Prisma.$TicketGroupPayload>
|
1846
|
-
}
|
1847
|
-
findMany: {
|
1848
|
-
args: Prisma.TicketGroupFindManyArgs<ExtArgs>
|
1849
|
-
result: $Utils.PayloadToResult<Prisma.$TicketGroupPayload>[]
|
1850
|
-
}
|
1851
|
-
create: {
|
1852
|
-
args: Prisma.TicketGroupCreateArgs<ExtArgs>
|
1853
|
-
result: $Utils.PayloadToResult<Prisma.$TicketGroupPayload>
|
1854
|
-
}
|
1855
|
-
createMany: {
|
1856
|
-
args: Prisma.TicketGroupCreateManyArgs<ExtArgs>
|
1857
|
-
result: BatchPayload
|
1858
|
-
}
|
1859
|
-
createManyAndReturn: {
|
1860
|
-
args: Prisma.TicketGroupCreateManyAndReturnArgs<ExtArgs>
|
1861
|
-
result: $Utils.PayloadToResult<Prisma.$TicketGroupPayload>[]
|
1862
|
-
}
|
1863
|
-
delete: {
|
1864
|
-
args: Prisma.TicketGroupDeleteArgs<ExtArgs>
|
1865
|
-
result: $Utils.PayloadToResult<Prisma.$TicketGroupPayload>
|
1866
|
-
}
|
1867
|
-
update: {
|
1868
|
-
args: Prisma.TicketGroupUpdateArgs<ExtArgs>
|
1869
|
-
result: $Utils.PayloadToResult<Prisma.$TicketGroupPayload>
|
1870
|
-
}
|
1871
|
-
deleteMany: {
|
1872
|
-
args: Prisma.TicketGroupDeleteManyArgs<ExtArgs>
|
1873
|
-
result: BatchPayload
|
1874
|
-
}
|
1875
|
-
updateMany: {
|
1876
|
-
args: Prisma.TicketGroupUpdateManyArgs<ExtArgs>
|
1877
|
-
result: BatchPayload
|
1878
|
-
}
|
1879
|
-
updateManyAndReturn: {
|
1880
|
-
args: Prisma.TicketGroupUpdateManyAndReturnArgs<ExtArgs>
|
1881
|
-
result: $Utils.PayloadToResult<Prisma.$TicketGroupPayload>[]
|
1882
|
-
}
|
1883
|
-
upsert: {
|
1884
|
-
args: Prisma.TicketGroupUpsertArgs<ExtArgs>
|
1885
|
-
result: $Utils.PayloadToResult<Prisma.$TicketGroupPayload>
|
1886
|
-
}
|
1887
|
-
aggregate: {
|
1888
|
-
args: Prisma.TicketGroupAggregateArgs<ExtArgs>
|
1889
|
-
result: $Utils.Optional<AggregateTicketGroup>
|
1890
|
-
}
|
1891
|
-
groupBy: {
|
1892
|
-
args: Prisma.TicketGroupGroupByArgs<ExtArgs>
|
1893
|
-
result: $Utils.Optional<TicketGroupGroupByOutputType>[]
|
1894
|
-
}
|
1895
|
-
count: {
|
1896
|
-
args: Prisma.TicketGroupCountArgs<ExtArgs>
|
1897
|
-
result: $Utils.Optional<TicketGroupCountAggregateOutputType> | number
|
1898
|
-
}
|
1899
|
-
}
|
1900
|
-
}
|
1901
1811
|
Enums: {
|
1902
1812
|
payload: Prisma.$EnumsPayload<ExtArgs>
|
1903
1813
|
fields: Prisma.EnumsFieldRefs
|
@@ -2142,7 +2052,6 @@ export namespace Prisma {
|
|
2142
2052
|
message?: MessageOmit
|
2143
2053
|
cannedResponse?: CannedResponseOmit
|
2144
2054
|
ticket?: TicketOmit
|
2145
|
-
ticketGroup?: TicketGroupOmit
|
2146
2055
|
enums?: EnumsOmit
|
2147
2056
|
eventTicket?: EventTicketOmit
|
2148
2057
|
}
|
@@ -2494,7 +2403,6 @@ export namespace Prisma {
|
|
2494
2403
|
|
2495
2404
|
export type EventCountOutputType = {
|
2496
2405
|
tickets: number
|
2497
|
-
ticketGroups: number
|
2498
2406
|
subEvents: number
|
2499
2407
|
tags: number
|
2500
2408
|
eventTickets: number
|
@@ -2502,7 +2410,6 @@ export namespace Prisma {
|
|
2502
2410
|
|
2503
2411
|
export type EventCountOutputTypeSelect<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
2504
2412
|
tickets?: boolean | EventCountOutputTypeCountTicketsArgs
|
2505
|
-
ticketGroups?: boolean | EventCountOutputTypeCountTicketGroupsArgs
|
2506
2413
|
subEvents?: boolean | EventCountOutputTypeCountSubEventsArgs
|
2507
2414
|
tags?: boolean | EventCountOutputTypeCountTagsArgs
|
2508
2415
|
eventTickets?: boolean | EventCountOutputTypeCountEventTicketsArgs
|
@@ -2526,13 +2433,6 @@ export namespace Prisma {
|
|
2526
2433
|
where?: TicketWhereInput
|
2527
2434
|
}
|
2528
2435
|
|
2529
|
-
/**
|
2530
|
-
* EventCountOutputType without action
|
2531
|
-
*/
|
2532
|
-
export type EventCountOutputTypeCountTicketGroupsArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
2533
|
-
where?: TicketGroupWhereInput
|
2534
|
-
}
|
2535
|
-
|
2536
2436
|
/**
|
2537
2437
|
* EventCountOutputType without action
|
2538
2438
|
*/
|
@@ -2586,37 +2486,6 @@ export namespace Prisma {
|
|
2586
2486
|
}
|
2587
2487
|
|
2588
2488
|
|
2589
|
-
/**
|
2590
|
-
* Count Type TicketGroupCountOutputType
|
2591
|
-
*/
|
2592
|
-
|
2593
|
-
export type TicketGroupCountOutputType = {
|
2594
|
-
tickets: number
|
2595
|
-
}
|
2596
|
-
|
2597
|
-
export type TicketGroupCountOutputTypeSelect<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
2598
|
-
tickets?: boolean | TicketGroupCountOutputTypeCountTicketsArgs
|
2599
|
-
}
|
2600
|
-
|
2601
|
-
// Custom InputTypes
|
2602
|
-
/**
|
2603
|
-
* TicketGroupCountOutputType without action
|
2604
|
-
*/
|
2605
|
-
export type TicketGroupCountOutputTypeDefaultArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
2606
|
-
/**
|
2607
|
-
* Select specific fields to fetch from the TicketGroupCountOutputType
|
2608
|
-
*/
|
2609
|
-
select?: TicketGroupCountOutputTypeSelect<ExtArgs> | null
|
2610
|
-
}
|
2611
|
-
|
2612
|
-
/**
|
2613
|
-
* TicketGroupCountOutputType without action
|
2614
|
-
*/
|
2615
|
-
export type TicketGroupCountOutputTypeCountTicketsArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
2616
|
-
where?: TicketWhereInput
|
2617
|
-
}
|
2618
|
-
|
2619
|
-
|
2620
2489
|
/**
|
2621
2490
|
* Models
|
2622
2491
|
*/
|
@@ -11284,7 +11153,6 @@ export namespace Prisma {
|
|
11284
11153
|
tagConfirmed?: boolean | TagDefaultArgs<ExtArgs>
|
11285
11154
|
supraEvent?: boolean | Event$supraEventArgs<ExtArgs>
|
11286
11155
|
tickets?: boolean | Event$ticketsArgs<ExtArgs>
|
11287
|
-
ticketGroups?: boolean | Event$ticketGroupsArgs<ExtArgs>
|
11288
11156
|
subEvents?: boolean | Event$subEventsArgs<ExtArgs>
|
11289
11157
|
tags?: boolean | Event$tagsArgs<ExtArgs>
|
11290
11158
|
eventTickets?: boolean | Event$eventTicketsArgs<ExtArgs>
|
@@ -11354,7 +11222,6 @@ export namespace Prisma {
|
|
11354
11222
|
tagConfirmed?: boolean | TagDefaultArgs<ExtArgs>
|
11355
11223
|
supraEvent?: boolean | Event$supraEventArgs<ExtArgs>
|
11356
11224
|
tickets?: boolean | Event$ticketsArgs<ExtArgs>
|
11357
|
-
ticketGroups?: boolean | Event$ticketGroupsArgs<ExtArgs>
|
11358
11225
|
subEvents?: boolean | Event$subEventsArgs<ExtArgs>
|
11359
11226
|
tags?: boolean | Event$tagsArgs<ExtArgs>
|
11360
11227
|
eventTickets?: boolean | Event$eventTicketsArgs<ExtArgs>
|
@@ -11381,7 +11248,6 @@ export namespace Prisma {
|
|
11381
11248
|
tagConfirmed: Prisma.$TagPayload<ExtArgs>
|
11382
11249
|
supraEvent: Prisma.$EventPayload<ExtArgs> | null
|
11383
11250
|
tickets: Prisma.$TicketPayload<ExtArgs>[]
|
11384
|
-
ticketGroups: Prisma.$TicketGroupPayload<ExtArgs>[]
|
11385
11251
|
subEvents: Prisma.$EventPayload<ExtArgs>[]
|
11386
11252
|
tags: Prisma.$TagPayload<ExtArgs>[]
|
11387
11253
|
eventTickets: Prisma.$EventTicketPayload<ExtArgs>[]
|
@@ -11799,7 +11665,6 @@ export namespace Prisma {
|
|
11799
11665
|
tagConfirmed<T extends TagDefaultArgs<ExtArgs> = {}>(args?: Subset<T, TagDefaultArgs<ExtArgs>>): Prisma__TagClient<$Result.GetResult<Prisma.$TagPayload<ExtArgs>, T, "findUniqueOrThrow", ClientOptions> | Null, Null, ExtArgs, ClientOptions>
|
11800
11666
|
supraEvent<T extends Event$supraEventArgs<ExtArgs> = {}>(args?: Subset<T, Event$supraEventArgs<ExtArgs>>): Prisma__EventClient<$Result.GetResult<Prisma.$EventPayload<ExtArgs>, T, "findUniqueOrThrow", ClientOptions> | null, null, ExtArgs, ClientOptions>
|
11801
11667
|
tickets<T extends Event$ticketsArgs<ExtArgs> = {}>(args?: Subset<T, Event$ticketsArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$TicketPayload<ExtArgs>, T, "findMany", ClientOptions> | Null>
|
11802
|
-
ticketGroups<T extends Event$ticketGroupsArgs<ExtArgs> = {}>(args?: Subset<T, Event$ticketGroupsArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$TicketGroupPayload<ExtArgs>, T, "findMany", ClientOptions> | Null>
|
11803
11668
|
subEvents<T extends Event$subEventsArgs<ExtArgs> = {}>(args?: Subset<T, Event$subEventsArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$EventPayload<ExtArgs>, T, "findMany", ClientOptions> | Null>
|
11804
11669
|
tags<T extends Event$tagsArgs<ExtArgs> = {}>(args?: Subset<T, Event$tagsArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$TagPayload<ExtArgs>, T, "findMany", ClientOptions> | Null>
|
11805
11670
|
eventTickets<T extends Event$eventTicketsArgs<ExtArgs> = {}>(args?: Subset<T, Event$eventTicketsArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$EventTicketPayload<ExtArgs>, T, "findMany", ClientOptions> | Null>
|
@@ -12302,30 +12167,6 @@ export namespace Prisma {
|
|
12302
12167
|
distinct?: TicketScalarFieldEnum | TicketScalarFieldEnum[]
|
12303
12168
|
}
|
12304
12169
|
|
12305
|
-
/**
|
12306
|
-
* Event.ticketGroups
|
12307
|
-
*/
|
12308
|
-
export type Event$ticketGroupsArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
12309
|
-
/**
|
12310
|
-
* Select specific fields to fetch from the TicketGroup
|
12311
|
-
*/
|
12312
|
-
select?: TicketGroupSelect<ExtArgs> | null
|
12313
|
-
/**
|
12314
|
-
* Omit specific fields from the TicketGroup
|
12315
|
-
*/
|
12316
|
-
omit?: TicketGroupOmit<ExtArgs> | null
|
12317
|
-
/**
|
12318
|
-
* Choose, which related nodes to fetch as well
|
12319
|
-
*/
|
12320
|
-
include?: TicketGroupInclude<ExtArgs> | null
|
12321
|
-
where?: TicketGroupWhereInput
|
12322
|
-
orderBy?: TicketGroupOrderByWithRelationInput | TicketGroupOrderByWithRelationInput[]
|
12323
|
-
cursor?: TicketGroupWhereUniqueInput
|
12324
|
-
take?: number
|
12325
|
-
skip?: number
|
12326
|
-
distinct?: TicketGroupScalarFieldEnum | TicketGroupScalarFieldEnum[]
|
12327
|
-
}
|
12328
|
-
|
12329
12170
|
/**
|
12330
12171
|
* Event.subEvents
|
12331
12172
|
*/
|
@@ -15568,18 +15409,30 @@ export namespace Prisma {
|
|
15568
15409
|
|
15569
15410
|
export type AggregateTicket = {
|
15570
15411
|
_count: TicketCountAggregateOutputType | null
|
15412
|
+
_avg: TicketAvgAggregateOutputType | null
|
15413
|
+
_sum: TicketSumAggregateOutputType | null
|
15571
15414
|
_min: TicketMinAggregateOutputType | null
|
15572
15415
|
_max: TicketMaxAggregateOutputType | null
|
15573
15416
|
}
|
15574
15417
|
|
15418
|
+
export type TicketAvgAggregateOutputType = {
|
15419
|
+
seat: number | null
|
15420
|
+
}
|
15421
|
+
|
15422
|
+
export type TicketSumAggregateOutputType = {
|
15423
|
+
seat: number | null
|
15424
|
+
}
|
15425
|
+
|
15575
15426
|
export type TicketMinAggregateOutputType = {
|
15576
15427
|
id: string | null
|
15577
15428
|
eventId: string | null
|
15578
15429
|
type: $Enums.TicketType | null
|
15430
|
+
status: $Enums.TicketStatus | null
|
15579
15431
|
fullName: string | null
|
15580
15432
|
mail: string | null
|
15433
|
+
dni: string | null
|
15434
|
+
seat: number | null
|
15581
15435
|
profileId: string | null
|
15582
|
-
ticketGroupId: string | null
|
15583
15436
|
created_at: Date | null
|
15584
15437
|
updated_at: Date | null
|
15585
15438
|
}
|
@@ -15588,10 +15441,12 @@ export namespace Prisma {
|
|
15588
15441
|
id: string | null
|
15589
15442
|
eventId: string | null
|
15590
15443
|
type: $Enums.TicketType | null
|
15444
|
+
status: $Enums.TicketStatus | null
|
15591
15445
|
fullName: string | null
|
15592
15446
|
mail: string | null
|
15447
|
+
dni: string | null
|
15448
|
+
seat: number | null
|
15593
15449
|
profileId: string | null
|
15594
|
-
ticketGroupId: string | null
|
15595
15450
|
created_at: Date | null
|
15596
15451
|
updated_at: Date | null
|
15597
15452
|
}
|
@@ -15600,24 +15455,36 @@ export namespace Prisma {
|
|
15600
15455
|
id: number
|
15601
15456
|
eventId: number
|
15602
15457
|
type: number
|
15458
|
+
status: number
|
15603
15459
|
fullName: number
|
15604
15460
|
mail: number
|
15461
|
+
dni: number
|
15462
|
+
seat: number
|
15605
15463
|
profileId: number
|
15606
|
-
ticketGroupId: number
|
15607
15464
|
created_at: number
|
15608
15465
|
updated_at: number
|
15609
15466
|
_all: number
|
15610
15467
|
}
|
15611
15468
|
|
15612
15469
|
|
15470
|
+
export type TicketAvgAggregateInputType = {
|
15471
|
+
seat?: true
|
15472
|
+
}
|
15473
|
+
|
15474
|
+
export type TicketSumAggregateInputType = {
|
15475
|
+
seat?: true
|
15476
|
+
}
|
15477
|
+
|
15613
15478
|
export type TicketMinAggregateInputType = {
|
15614
15479
|
id?: true
|
15615
15480
|
eventId?: true
|
15616
15481
|
type?: true
|
15482
|
+
status?: true
|
15617
15483
|
fullName?: true
|
15618
15484
|
mail?: true
|
15485
|
+
dni?: true
|
15486
|
+
seat?: true
|
15619
15487
|
profileId?: true
|
15620
|
-
ticketGroupId?: true
|
15621
15488
|
created_at?: true
|
15622
15489
|
updated_at?: true
|
15623
15490
|
}
|
@@ -15626,10 +15493,12 @@ export namespace Prisma {
|
|
15626
15493
|
id?: true
|
15627
15494
|
eventId?: true
|
15628
15495
|
type?: true
|
15496
|
+
status?: true
|
15629
15497
|
fullName?: true
|
15630
15498
|
mail?: true
|
15499
|
+
dni?: true
|
15500
|
+
seat?: true
|
15631
15501
|
profileId?: true
|
15632
|
-
ticketGroupId?: true
|
15633
15502
|
created_at?: true
|
15634
15503
|
updated_at?: true
|
15635
15504
|
}
|
@@ -15638,10 +15507,12 @@ export namespace Prisma {
|
|
15638
15507
|
id?: true
|
15639
15508
|
eventId?: true
|
15640
15509
|
type?: true
|
15510
|
+
status?: true
|
15641
15511
|
fullName?: true
|
15642
15512
|
mail?: true
|
15513
|
+
dni?: true
|
15514
|
+
seat?: true
|
15643
15515
|
profileId?: true
|
15644
|
-
ticketGroupId?: true
|
15645
15516
|
created_at?: true
|
15646
15517
|
updated_at?: true
|
15647
15518
|
_all?: true
|
@@ -15682,6 +15553,18 @@ export namespace Prisma {
|
|
15682
15553
|
* Count returned Tickets
|
15683
15554
|
**/
|
15684
15555
|
_count?: true | TicketCountAggregateInputType
|
15556
|
+
/**
|
15557
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
15558
|
+
*
|
15559
|
+
* Select which fields to average
|
15560
|
+
**/
|
15561
|
+
_avg?: TicketAvgAggregateInputType
|
15562
|
+
/**
|
15563
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
15564
|
+
*
|
15565
|
+
* Select which fields to sum
|
15566
|
+
**/
|
15567
|
+
_sum?: TicketSumAggregateInputType
|
15685
15568
|
/**
|
15686
15569
|
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
15687
15570
|
*
|
@@ -15715,6 +15598,8 @@ export namespace Prisma {
|
|
15715
15598
|
take?: number
|
15716
15599
|
skip?: number
|
15717
15600
|
_count?: TicketCountAggregateInputType | true
|
15601
|
+
_avg?: TicketAvgAggregateInputType
|
15602
|
+
_sum?: TicketSumAggregateInputType
|
15718
15603
|
_min?: TicketMinAggregateInputType
|
15719
15604
|
_max?: TicketMaxAggregateInputType
|
15720
15605
|
}
|
@@ -15723,13 +15608,17 @@ export namespace Prisma {
|
|
15723
15608
|
id: string
|
15724
15609
|
eventId: string
|
15725
15610
|
type: $Enums.TicketType
|
15611
|
+
status: $Enums.TicketStatus
|
15726
15612
|
fullName: string
|
15727
15613
|
mail: string
|
15614
|
+
dni: string
|
15615
|
+
seat: number | null
|
15728
15616
|
profileId: string | null
|
15729
|
-
ticketGroupId: string
|
15730
15617
|
created_at: Date
|
15731
15618
|
updated_at: Date
|
15732
15619
|
_count: TicketCountAggregateOutputType | null
|
15620
|
+
_avg: TicketAvgAggregateOutputType | null
|
15621
|
+
_sum: TicketSumAggregateOutputType | null
|
15733
15622
|
_min: TicketMinAggregateOutputType | null
|
15734
15623
|
_max: TicketMaxAggregateOutputType | null
|
15735
15624
|
}
|
@@ -15752,74 +15641,76 @@ export namespace Prisma {
|
|
15752
15641
|
id?: boolean
|
15753
15642
|
eventId?: boolean
|
15754
15643
|
type?: boolean
|
15644
|
+
status?: boolean
|
15755
15645
|
fullName?: boolean
|
15756
15646
|
mail?: boolean
|
15647
|
+
dni?: boolean
|
15648
|
+
seat?: boolean
|
15757
15649
|
profileId?: boolean
|
15758
|
-
ticketGroupId?: boolean
|
15759
15650
|
created_at?: boolean
|
15760
15651
|
updated_at?: boolean
|
15761
15652
|
event?: boolean | EventDefaultArgs<ExtArgs>
|
15762
15653
|
profile?: boolean | Ticket$profileArgs<ExtArgs>
|
15763
|
-
ticketGroup?: boolean | TicketGroupDefaultArgs<ExtArgs>
|
15764
15654
|
}, ExtArgs["result"]["ticket"]>
|
15765
15655
|
|
15766
15656
|
export type TicketSelectCreateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
|
15767
15657
|
id?: boolean
|
15768
15658
|
eventId?: boolean
|
15769
15659
|
type?: boolean
|
15660
|
+
status?: boolean
|
15770
15661
|
fullName?: boolean
|
15771
15662
|
mail?: boolean
|
15663
|
+
dni?: boolean
|
15664
|
+
seat?: boolean
|
15772
15665
|
profileId?: boolean
|
15773
|
-
ticketGroupId?: boolean
|
15774
15666
|
created_at?: boolean
|
15775
15667
|
updated_at?: boolean
|
15776
15668
|
event?: boolean | EventDefaultArgs<ExtArgs>
|
15777
15669
|
profile?: boolean | Ticket$profileArgs<ExtArgs>
|
15778
|
-
ticketGroup?: boolean | TicketGroupDefaultArgs<ExtArgs>
|
15779
15670
|
}, ExtArgs["result"]["ticket"]>
|
15780
15671
|
|
15781
15672
|
export type TicketSelectUpdateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
|
15782
15673
|
id?: boolean
|
15783
15674
|
eventId?: boolean
|
15784
15675
|
type?: boolean
|
15676
|
+
status?: boolean
|
15785
15677
|
fullName?: boolean
|
15786
15678
|
mail?: boolean
|
15679
|
+
dni?: boolean
|
15680
|
+
seat?: boolean
|
15787
15681
|
profileId?: boolean
|
15788
|
-
ticketGroupId?: boolean
|
15789
15682
|
created_at?: boolean
|
15790
15683
|
updated_at?: boolean
|
15791
15684
|
event?: boolean | EventDefaultArgs<ExtArgs>
|
15792
15685
|
profile?: boolean | Ticket$profileArgs<ExtArgs>
|
15793
|
-
ticketGroup?: boolean | TicketGroupDefaultArgs<ExtArgs>
|
15794
15686
|
}, ExtArgs["result"]["ticket"]>
|
15795
15687
|
|
15796
15688
|
export type TicketSelectScalar = {
|
15797
15689
|
id?: boolean
|
15798
15690
|
eventId?: boolean
|
15799
15691
|
type?: boolean
|
15692
|
+
status?: boolean
|
15800
15693
|
fullName?: boolean
|
15801
15694
|
mail?: boolean
|
15695
|
+
dni?: boolean
|
15696
|
+
seat?: boolean
|
15802
15697
|
profileId?: boolean
|
15803
|
-
ticketGroupId?: boolean
|
15804
15698
|
created_at?: boolean
|
15805
15699
|
updated_at?: boolean
|
15806
15700
|
}
|
15807
15701
|
|
15808
|
-
export type TicketOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "eventId" | "type" | "fullName" | "mail" | "
|
15702
|
+
export type TicketOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "eventId" | "type" | "status" | "fullName" | "mail" | "dni" | "seat" | "profileId" | "created_at" | "updated_at", ExtArgs["result"]["ticket"]>
|
15809
15703
|
export type TicketInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
15810
15704
|
event?: boolean | EventDefaultArgs<ExtArgs>
|
15811
15705
|
profile?: boolean | Ticket$profileArgs<ExtArgs>
|
15812
|
-
ticketGroup?: boolean | TicketGroupDefaultArgs<ExtArgs>
|
15813
15706
|
}
|
15814
15707
|
export type TicketIncludeCreateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
15815
15708
|
event?: boolean | EventDefaultArgs<ExtArgs>
|
15816
15709
|
profile?: boolean | Ticket$profileArgs<ExtArgs>
|
15817
|
-
ticketGroup?: boolean | TicketGroupDefaultArgs<ExtArgs>
|
15818
15710
|
}
|
15819
15711
|
export type TicketIncludeUpdateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
15820
15712
|
event?: boolean | EventDefaultArgs<ExtArgs>
|
15821
15713
|
profile?: boolean | Ticket$profileArgs<ExtArgs>
|
15822
|
-
ticketGroup?: boolean | TicketGroupDefaultArgs<ExtArgs>
|
15823
15714
|
}
|
15824
15715
|
|
15825
15716
|
export type $TicketPayload<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
@@ -15827,16 +15718,17 @@ export namespace Prisma {
|
|
15827
15718
|
objects: {
|
15828
15719
|
event: Prisma.$EventPayload<ExtArgs>
|
15829
15720
|
profile: Prisma.$ProfilePayload<ExtArgs> | null
|
15830
|
-
ticketGroup: Prisma.$TicketGroupPayload<ExtArgs>
|
15831
15721
|
}
|
15832
15722
|
scalars: $Extensions.GetPayloadResult<{
|
15833
15723
|
id: string
|
15834
15724
|
eventId: string
|
15835
15725
|
type: $Enums.TicketType
|
15726
|
+
status: $Enums.TicketStatus
|
15836
15727
|
fullName: string
|
15837
15728
|
mail: string
|
15729
|
+
dni: string
|
15730
|
+
seat: number | null
|
15838
15731
|
profileId: string | null
|
15839
|
-
ticketGroupId: string
|
15840
15732
|
created_at: Date
|
15841
15733
|
updated_at: Date
|
15842
15734
|
}, ExtArgs["result"]["ticket"]>
|
@@ -16235,7 +16127,6 @@ export namespace Prisma {
|
|
16235
16127
|
readonly [Symbol.toStringTag]: "PrismaPromise"
|
16236
16128
|
event<T extends EventDefaultArgs<ExtArgs> = {}>(args?: Subset<T, EventDefaultArgs<ExtArgs>>): Prisma__EventClient<$Result.GetResult<Prisma.$EventPayload<ExtArgs>, T, "findUniqueOrThrow", ClientOptions> | Null, Null, ExtArgs, ClientOptions>
|
16237
16129
|
profile<T extends Ticket$profileArgs<ExtArgs> = {}>(args?: Subset<T, Ticket$profileArgs<ExtArgs>>): Prisma__ProfileClient<$Result.GetResult<Prisma.$ProfilePayload<ExtArgs>, T, "findUniqueOrThrow", ClientOptions> | null, null, ExtArgs, ClientOptions>
|
16238
|
-
ticketGroup<T extends TicketGroupDefaultArgs<ExtArgs> = {}>(args?: Subset<T, TicketGroupDefaultArgs<ExtArgs>>): Prisma__TicketGroupClient<$Result.GetResult<Prisma.$TicketGroupPayload<ExtArgs>, T, "findUniqueOrThrow", ClientOptions> | Null, Null, ExtArgs, ClientOptions>
|
16239
16130
|
/**
|
16240
16131
|
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
16241
16132
|
* @param onfulfilled The callback to execute when the Promise is resolved.
|
@@ -16268,10 +16159,12 @@ export namespace Prisma {
|
|
16268
16159
|
readonly id: FieldRef<"Ticket", 'String'>
|
16269
16160
|
readonly eventId: FieldRef<"Ticket", 'String'>
|
16270
16161
|
readonly type: FieldRef<"Ticket", 'TicketType'>
|
16162
|
+
readonly status: FieldRef<"Ticket", 'TicketStatus'>
|
16271
16163
|
readonly fullName: FieldRef<"Ticket", 'String'>
|
16272
16164
|
readonly mail: FieldRef<"Ticket", 'String'>
|
16165
|
+
readonly dni: FieldRef<"Ticket", 'String'>
|
16166
|
+
readonly seat: FieldRef<"Ticket", 'Int'>
|
16273
16167
|
readonly profileId: FieldRef<"Ticket", 'String'>
|
16274
|
-
readonly ticketGroupId: FieldRef<"Ticket", 'String'>
|
16275
16168
|
readonly created_at: FieldRef<"Ticket", 'DateTime'>
|
16276
16169
|
readonly updated_at: FieldRef<"Ticket", 'DateTime'>
|
16277
16170
|
}
|
@@ -16708,1303 +16601,168 @@ export namespace Prisma {
|
|
16708
16601
|
|
16709
16602
|
|
16710
16603
|
/**
|
16711
|
-
* Model
|
16604
|
+
* Model Enums
|
16712
16605
|
*/
|
16713
16606
|
|
16714
|
-
export type
|
16715
|
-
_count:
|
16716
|
-
|
16717
|
-
|
16718
|
-
_min: TicketGroupMinAggregateOutputType | null
|
16719
|
-
_max: TicketGroupMaxAggregateOutputType | null
|
16720
|
-
}
|
16721
|
-
|
16722
|
-
export type TicketGroupAvgAggregateOutputType = {
|
16723
|
-
amountTickets: number | null
|
16724
|
-
}
|
16725
|
-
|
16726
|
-
export type TicketGroupSumAggregateOutputType = {
|
16727
|
-
amountTickets: number | null
|
16607
|
+
export type AggregateEnums = {
|
16608
|
+
_count: EnumsCountAggregateOutputType | null
|
16609
|
+
_min: EnumsMinAggregateOutputType | null
|
16610
|
+
_max: EnumsMaxAggregateOutputType | null
|
16728
16611
|
}
|
16729
16612
|
|
16730
|
-
export type
|
16613
|
+
export type EnumsMinAggregateOutputType = {
|
16731
16614
|
id: string | null
|
16732
|
-
|
16733
|
-
|
16734
|
-
eventId: string | null
|
16735
|
-
created_at: Date | null
|
16736
|
-
updated_at: Date | null
|
16615
|
+
templateStatus: $Enums.TemplateStatus | null
|
16616
|
+
templateCategory: $Enums.TemplateCategory | null
|
16737
16617
|
}
|
16738
16618
|
|
16739
|
-
export type
|
16619
|
+
export type EnumsMaxAggregateOutputType = {
|
16740
16620
|
id: string | null
|
16741
|
-
|
16742
|
-
|
16743
|
-
eventId: string | null
|
16744
|
-
created_at: Date | null
|
16745
|
-
updated_at: Date | null
|
16621
|
+
templateStatus: $Enums.TemplateStatus | null
|
16622
|
+
templateCategory: $Enums.TemplateCategory | null
|
16746
16623
|
}
|
16747
16624
|
|
16748
|
-
export type
|
16625
|
+
export type EnumsCountAggregateOutputType = {
|
16749
16626
|
id: number
|
16750
|
-
|
16751
|
-
|
16752
|
-
eventId: number
|
16753
|
-
created_at: number
|
16754
|
-
updated_at: number
|
16627
|
+
templateStatus: number
|
16628
|
+
templateCategory: number
|
16755
16629
|
_all: number
|
16756
16630
|
}
|
16757
16631
|
|
16758
16632
|
|
16759
|
-
export type
|
16760
|
-
amountTickets?: true
|
16761
|
-
}
|
16762
|
-
|
16763
|
-
export type TicketGroupSumAggregateInputType = {
|
16764
|
-
amountTickets?: true
|
16765
|
-
}
|
16766
|
-
|
16767
|
-
export type TicketGroupMinAggregateInputType = {
|
16633
|
+
export type EnumsMinAggregateInputType = {
|
16768
16634
|
id?: true
|
16769
|
-
|
16770
|
-
|
16771
|
-
eventId?: true
|
16772
|
-
created_at?: true
|
16773
|
-
updated_at?: true
|
16635
|
+
templateStatus?: true
|
16636
|
+
templateCategory?: true
|
16774
16637
|
}
|
16775
16638
|
|
16776
|
-
export type
|
16639
|
+
export type EnumsMaxAggregateInputType = {
|
16777
16640
|
id?: true
|
16778
|
-
|
16779
|
-
|
16780
|
-
eventId?: true
|
16781
|
-
created_at?: true
|
16782
|
-
updated_at?: true
|
16641
|
+
templateStatus?: true
|
16642
|
+
templateCategory?: true
|
16783
16643
|
}
|
16784
16644
|
|
16785
|
-
export type
|
16645
|
+
export type EnumsCountAggregateInputType = {
|
16786
16646
|
id?: true
|
16787
|
-
|
16788
|
-
|
16789
|
-
eventId?: true
|
16790
|
-
created_at?: true
|
16791
|
-
updated_at?: true
|
16647
|
+
templateStatus?: true
|
16648
|
+
templateCategory?: true
|
16792
16649
|
_all?: true
|
16793
16650
|
}
|
16794
16651
|
|
16795
|
-
export type
|
16652
|
+
export type EnumsAggregateArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
16796
16653
|
/**
|
16797
|
-
* Filter which
|
16654
|
+
* Filter which Enums to aggregate.
|
16798
16655
|
*/
|
16799
|
-
where?:
|
16656
|
+
where?: EnumsWhereInput
|
16800
16657
|
/**
|
16801
16658
|
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
16802
16659
|
*
|
16803
|
-
* Determine the order of
|
16660
|
+
* Determine the order of Enums to fetch.
|
16804
16661
|
*/
|
16805
|
-
orderBy?:
|
16662
|
+
orderBy?: EnumsOrderByWithRelationInput | EnumsOrderByWithRelationInput[]
|
16806
16663
|
/**
|
16807
16664
|
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
16808
16665
|
*
|
16809
16666
|
* Sets the start position
|
16810
16667
|
*/
|
16811
|
-
cursor?:
|
16668
|
+
cursor?: EnumsWhereUniqueInput
|
16812
16669
|
/**
|
16813
16670
|
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
16814
16671
|
*
|
16815
|
-
* Take `±n`
|
16672
|
+
* Take `±n` Enums from the position of the cursor.
|
16816
16673
|
*/
|
16817
16674
|
take?: number
|
16818
16675
|
/**
|
16819
16676
|
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
16820
16677
|
*
|
16821
|
-
* Skip the first `n`
|
16678
|
+
* Skip the first `n` Enums.
|
16822
16679
|
*/
|
16823
16680
|
skip?: number
|
16824
16681
|
/**
|
16825
16682
|
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
16826
16683
|
*
|
16827
|
-
* Count returned
|
16828
|
-
**/
|
16829
|
-
_count?: true | TicketGroupCountAggregateInputType
|
16830
|
-
/**
|
16831
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
16832
|
-
*
|
16833
|
-
* Select which fields to average
|
16834
|
-
**/
|
16835
|
-
_avg?: TicketGroupAvgAggregateInputType
|
16836
|
-
/**
|
16837
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
16838
|
-
*
|
16839
|
-
* Select which fields to sum
|
16684
|
+
* Count returned Enums
|
16840
16685
|
**/
|
16841
|
-
|
16686
|
+
_count?: true | EnumsCountAggregateInputType
|
16842
16687
|
/**
|
16843
16688
|
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
16844
16689
|
*
|
16845
16690
|
* Select which fields to find the minimum value
|
16846
16691
|
**/
|
16847
|
-
_min?:
|
16692
|
+
_min?: EnumsMinAggregateInputType
|
16848
16693
|
/**
|
16849
16694
|
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
16850
16695
|
*
|
16851
16696
|
* Select which fields to find the maximum value
|
16852
16697
|
**/
|
16853
|
-
_max?:
|
16698
|
+
_max?: EnumsMaxAggregateInputType
|
16854
16699
|
}
|
16855
16700
|
|
16856
|
-
export type
|
16857
|
-
[P in keyof T & keyof
|
16701
|
+
export type GetEnumsAggregateType<T extends EnumsAggregateArgs> = {
|
16702
|
+
[P in keyof T & keyof AggregateEnums]: P extends '_count' | 'count'
|
16858
16703
|
? T[P] extends true
|
16859
16704
|
? number
|
16860
|
-
: GetScalarType<T[P],
|
16861
|
-
: GetScalarType<T[P],
|
16705
|
+
: GetScalarType<T[P], AggregateEnums[P]>
|
16706
|
+
: GetScalarType<T[P], AggregateEnums[P]>
|
16862
16707
|
}
|
16863
16708
|
|
16864
16709
|
|
16865
16710
|
|
16866
16711
|
|
16867
|
-
export type
|
16868
|
-
where?:
|
16869
|
-
orderBy?:
|
16870
|
-
by:
|
16871
|
-
having?:
|
16712
|
+
export type EnumsGroupByArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
16713
|
+
where?: EnumsWhereInput
|
16714
|
+
orderBy?: EnumsOrderByWithAggregationInput | EnumsOrderByWithAggregationInput[]
|
16715
|
+
by: EnumsScalarFieldEnum[] | EnumsScalarFieldEnum
|
16716
|
+
having?: EnumsScalarWhereWithAggregatesInput
|
16872
16717
|
take?: number
|
16873
16718
|
skip?: number
|
16874
|
-
_count?:
|
16875
|
-
|
16876
|
-
|
16877
|
-
_min?: TicketGroupMinAggregateInputType
|
16878
|
-
_max?: TicketGroupMaxAggregateInputType
|
16719
|
+
_count?: EnumsCountAggregateInputType | true
|
16720
|
+
_min?: EnumsMinAggregateInputType
|
16721
|
+
_max?: EnumsMaxAggregateInputType
|
16879
16722
|
}
|
16880
16723
|
|
16881
|
-
export type
|
16724
|
+
export type EnumsGroupByOutputType = {
|
16882
16725
|
id: string
|
16883
|
-
|
16884
|
-
|
16885
|
-
|
16886
|
-
|
16887
|
-
|
16888
|
-
_count: TicketGroupCountAggregateOutputType | null
|
16889
|
-
_avg: TicketGroupAvgAggregateOutputType | null
|
16890
|
-
_sum: TicketGroupSumAggregateOutputType | null
|
16891
|
-
_min: TicketGroupMinAggregateOutputType | null
|
16892
|
-
_max: TicketGroupMaxAggregateOutputType | null
|
16726
|
+
templateStatus: $Enums.TemplateStatus
|
16727
|
+
templateCategory: $Enums.TemplateCategory
|
16728
|
+
_count: EnumsCountAggregateOutputType | null
|
16729
|
+
_min: EnumsMinAggregateOutputType | null
|
16730
|
+
_max: EnumsMaxAggregateOutputType | null
|
16893
16731
|
}
|
16894
16732
|
|
16895
|
-
type
|
16733
|
+
type GetEnumsGroupByPayload<T extends EnumsGroupByArgs> = Prisma.PrismaPromise<
|
16896
16734
|
Array<
|
16897
|
-
PickEnumerable<
|
16735
|
+
PickEnumerable<EnumsGroupByOutputType, T['by']> &
|
16898
16736
|
{
|
16899
|
-
[P in ((keyof T) & (keyof
|
16737
|
+
[P in ((keyof T) & (keyof EnumsGroupByOutputType))]: P extends '_count'
|
16900
16738
|
? T[P] extends boolean
|
16901
16739
|
? number
|
16902
|
-
: GetScalarType<T[P],
|
16903
|
-
: GetScalarType<T[P],
|
16740
|
+
: GetScalarType<T[P], EnumsGroupByOutputType[P]>
|
16741
|
+
: GetScalarType<T[P], EnumsGroupByOutputType[P]>
|
16904
16742
|
}
|
16905
16743
|
>
|
16906
16744
|
>
|
16907
16745
|
|
16908
16746
|
|
16909
|
-
export type
|
16747
|
+
export type EnumsSelect<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
|
16910
16748
|
id?: boolean
|
16911
|
-
|
16912
|
-
|
16913
|
-
|
16914
|
-
created_at?: boolean
|
16915
|
-
updated_at?: boolean
|
16916
|
-
event?: boolean | EventDefaultArgs<ExtArgs>
|
16917
|
-
tickets?: boolean | TicketGroup$ticketsArgs<ExtArgs>
|
16918
|
-
_count?: boolean | TicketGroupCountOutputTypeDefaultArgs<ExtArgs>
|
16919
|
-
}, ExtArgs["result"]["ticketGroup"]>
|
16749
|
+
templateStatus?: boolean
|
16750
|
+
templateCategory?: boolean
|
16751
|
+
}, ExtArgs["result"]["enums"]>
|
16920
16752
|
|
16921
|
-
export type
|
16753
|
+
export type EnumsSelectCreateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
|
16922
16754
|
id?: boolean
|
16923
|
-
|
16924
|
-
|
16925
|
-
|
16926
|
-
created_at?: boolean
|
16927
|
-
updated_at?: boolean
|
16928
|
-
event?: boolean | EventDefaultArgs<ExtArgs>
|
16929
|
-
}, ExtArgs["result"]["ticketGroup"]>
|
16755
|
+
templateStatus?: boolean
|
16756
|
+
templateCategory?: boolean
|
16757
|
+
}, ExtArgs["result"]["enums"]>
|
16930
16758
|
|
16931
|
-
export type
|
16759
|
+
export type EnumsSelectUpdateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
|
16932
16760
|
id?: boolean
|
16933
|
-
|
16934
|
-
|
16935
|
-
|
16936
|
-
created_at?: boolean
|
16937
|
-
updated_at?: boolean
|
16938
|
-
event?: boolean | EventDefaultArgs<ExtArgs>
|
16939
|
-
}, ExtArgs["result"]["ticketGroup"]>
|
16761
|
+
templateStatus?: boolean
|
16762
|
+
templateCategory?: boolean
|
16763
|
+
}, ExtArgs["result"]["enums"]>
|
16940
16764
|
|
16941
|
-
export type
|
16942
|
-
id?: boolean
|
16943
|
-
status?: boolean
|
16944
|
-
amountTickets?: boolean
|
16945
|
-
eventId?: boolean
|
16946
|
-
created_at?: boolean
|
16947
|
-
updated_at?: boolean
|
16948
|
-
}
|
16949
|
-
|
16950
|
-
export type TicketGroupOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "status" | "amountTickets" | "eventId" | "created_at" | "updated_at", ExtArgs["result"]["ticketGroup"]>
|
16951
|
-
export type TicketGroupInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
16952
|
-
event?: boolean | EventDefaultArgs<ExtArgs>
|
16953
|
-
tickets?: boolean | TicketGroup$ticketsArgs<ExtArgs>
|
16954
|
-
_count?: boolean | TicketGroupCountOutputTypeDefaultArgs<ExtArgs>
|
16955
|
-
}
|
16956
|
-
export type TicketGroupIncludeCreateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
16957
|
-
event?: boolean | EventDefaultArgs<ExtArgs>
|
16958
|
-
}
|
16959
|
-
export type TicketGroupIncludeUpdateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
16960
|
-
event?: boolean | EventDefaultArgs<ExtArgs>
|
16961
|
-
}
|
16962
|
-
|
16963
|
-
export type $TicketGroupPayload<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
16964
|
-
name: "TicketGroup"
|
16965
|
-
objects: {
|
16966
|
-
event: Prisma.$EventPayload<ExtArgs>
|
16967
|
-
tickets: Prisma.$TicketPayload<ExtArgs>[]
|
16968
|
-
}
|
16969
|
-
scalars: $Extensions.GetPayloadResult<{
|
16970
|
-
id: string
|
16971
|
-
status: $Enums.TicketGroupStatus
|
16972
|
-
amountTickets: number
|
16973
|
-
eventId: string
|
16974
|
-
created_at: Date
|
16975
|
-
updated_at: Date
|
16976
|
-
}, ExtArgs["result"]["ticketGroup"]>
|
16977
|
-
composites: {}
|
16978
|
-
}
|
16979
|
-
|
16980
|
-
type TicketGroupGetPayload<S extends boolean | null | undefined | TicketGroupDefaultArgs> = $Result.GetResult<Prisma.$TicketGroupPayload, S>
|
16981
|
-
|
16982
|
-
type TicketGroupCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
|
16983
|
-
Omit<TicketGroupFindManyArgs, 'select' | 'include' | 'distinct' | 'omit'> & {
|
16984
|
-
select?: TicketGroupCountAggregateInputType | true
|
16985
|
-
}
|
16986
|
-
|
16987
|
-
export interface TicketGroupDelegate<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs, ClientOptions = {}> {
|
16988
|
-
[K: symbol]: { types: Prisma.TypeMap<ExtArgs>['model']['TicketGroup'], meta: { name: 'TicketGroup' } }
|
16989
|
-
/**
|
16990
|
-
* Find zero or one TicketGroup that matches the filter.
|
16991
|
-
* @param {TicketGroupFindUniqueArgs} args - Arguments to find a TicketGroup
|
16992
|
-
* @example
|
16993
|
-
* // Get one TicketGroup
|
16994
|
-
* const ticketGroup = await prisma.ticketGroup.findUnique({
|
16995
|
-
* where: {
|
16996
|
-
* // ... provide filter here
|
16997
|
-
* }
|
16998
|
-
* })
|
16999
|
-
*/
|
17000
|
-
findUnique<T extends TicketGroupFindUniqueArgs>(args: SelectSubset<T, TicketGroupFindUniqueArgs<ExtArgs>>): Prisma__TicketGroupClient<$Result.GetResult<Prisma.$TicketGroupPayload<ExtArgs>, T, "findUnique", ClientOptions> | null, null, ExtArgs, ClientOptions>
|
17001
|
-
|
17002
|
-
/**
|
17003
|
-
* Find one TicketGroup that matches the filter or throw an error with `error.code='P2025'`
|
17004
|
-
* if no matches were found.
|
17005
|
-
* @param {TicketGroupFindUniqueOrThrowArgs} args - Arguments to find a TicketGroup
|
17006
|
-
* @example
|
17007
|
-
* // Get one TicketGroup
|
17008
|
-
* const ticketGroup = await prisma.ticketGroup.findUniqueOrThrow({
|
17009
|
-
* where: {
|
17010
|
-
* // ... provide filter here
|
17011
|
-
* }
|
17012
|
-
* })
|
17013
|
-
*/
|
17014
|
-
findUniqueOrThrow<T extends TicketGroupFindUniqueOrThrowArgs>(args: SelectSubset<T, TicketGroupFindUniqueOrThrowArgs<ExtArgs>>): Prisma__TicketGroupClient<$Result.GetResult<Prisma.$TicketGroupPayload<ExtArgs>, T, "findUniqueOrThrow", ClientOptions>, never, ExtArgs, ClientOptions>
|
17015
|
-
|
17016
|
-
/**
|
17017
|
-
* Find the first TicketGroup that matches the filter.
|
17018
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
17019
|
-
* Read more here: https://pris.ly/d/null-undefined
|
17020
|
-
* @param {TicketGroupFindFirstArgs} args - Arguments to find a TicketGroup
|
17021
|
-
* @example
|
17022
|
-
* // Get one TicketGroup
|
17023
|
-
* const ticketGroup = await prisma.ticketGroup.findFirst({
|
17024
|
-
* where: {
|
17025
|
-
* // ... provide filter here
|
17026
|
-
* }
|
17027
|
-
* })
|
17028
|
-
*/
|
17029
|
-
findFirst<T extends TicketGroupFindFirstArgs>(args?: SelectSubset<T, TicketGroupFindFirstArgs<ExtArgs>>): Prisma__TicketGroupClient<$Result.GetResult<Prisma.$TicketGroupPayload<ExtArgs>, T, "findFirst", ClientOptions> | null, null, ExtArgs, ClientOptions>
|
17030
|
-
|
17031
|
-
/**
|
17032
|
-
* Find the first TicketGroup that matches the filter or
|
17033
|
-
* throw `PrismaKnownClientError` with `P2025` code if no matches were found.
|
17034
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
17035
|
-
* Read more here: https://pris.ly/d/null-undefined
|
17036
|
-
* @param {TicketGroupFindFirstOrThrowArgs} args - Arguments to find a TicketGroup
|
17037
|
-
* @example
|
17038
|
-
* // Get one TicketGroup
|
17039
|
-
* const ticketGroup = await prisma.ticketGroup.findFirstOrThrow({
|
17040
|
-
* where: {
|
17041
|
-
* // ... provide filter here
|
17042
|
-
* }
|
17043
|
-
* })
|
17044
|
-
*/
|
17045
|
-
findFirstOrThrow<T extends TicketGroupFindFirstOrThrowArgs>(args?: SelectSubset<T, TicketGroupFindFirstOrThrowArgs<ExtArgs>>): Prisma__TicketGroupClient<$Result.GetResult<Prisma.$TicketGroupPayload<ExtArgs>, T, "findFirstOrThrow", ClientOptions>, never, ExtArgs, ClientOptions>
|
17046
|
-
|
17047
|
-
/**
|
17048
|
-
* Find zero or more TicketGroups that matches the filter.
|
17049
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
17050
|
-
* Read more here: https://pris.ly/d/null-undefined
|
17051
|
-
* @param {TicketGroupFindManyArgs} args - Arguments to filter and select certain fields only.
|
17052
|
-
* @example
|
17053
|
-
* // Get all TicketGroups
|
17054
|
-
* const ticketGroups = await prisma.ticketGroup.findMany()
|
17055
|
-
*
|
17056
|
-
* // Get first 10 TicketGroups
|
17057
|
-
* const ticketGroups = await prisma.ticketGroup.findMany({ take: 10 })
|
17058
|
-
*
|
17059
|
-
* // Only select the `id`
|
17060
|
-
* const ticketGroupWithIdOnly = await prisma.ticketGroup.findMany({ select: { id: true } })
|
17061
|
-
*
|
17062
|
-
*/
|
17063
|
-
findMany<T extends TicketGroupFindManyArgs>(args?: SelectSubset<T, TicketGroupFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$TicketGroupPayload<ExtArgs>, T, "findMany", ClientOptions>>
|
17064
|
-
|
17065
|
-
/**
|
17066
|
-
* Create a TicketGroup.
|
17067
|
-
* @param {TicketGroupCreateArgs} args - Arguments to create a TicketGroup.
|
17068
|
-
* @example
|
17069
|
-
* // Create one TicketGroup
|
17070
|
-
* const TicketGroup = await prisma.ticketGroup.create({
|
17071
|
-
* data: {
|
17072
|
-
* // ... data to create a TicketGroup
|
17073
|
-
* }
|
17074
|
-
* })
|
17075
|
-
*
|
17076
|
-
*/
|
17077
|
-
create<T extends TicketGroupCreateArgs>(args: SelectSubset<T, TicketGroupCreateArgs<ExtArgs>>): Prisma__TicketGroupClient<$Result.GetResult<Prisma.$TicketGroupPayload<ExtArgs>, T, "create", ClientOptions>, never, ExtArgs, ClientOptions>
|
17078
|
-
|
17079
|
-
/**
|
17080
|
-
* Create many TicketGroups.
|
17081
|
-
* @param {TicketGroupCreateManyArgs} args - Arguments to create many TicketGroups.
|
17082
|
-
* @example
|
17083
|
-
* // Create many TicketGroups
|
17084
|
-
* const ticketGroup = await prisma.ticketGroup.createMany({
|
17085
|
-
* data: [
|
17086
|
-
* // ... provide data here
|
17087
|
-
* ]
|
17088
|
-
* })
|
17089
|
-
*
|
17090
|
-
*/
|
17091
|
-
createMany<T extends TicketGroupCreateManyArgs>(args?: SelectSubset<T, TicketGroupCreateManyArgs<ExtArgs>>): Prisma.PrismaPromise<BatchPayload>
|
17092
|
-
|
17093
|
-
/**
|
17094
|
-
* Create many TicketGroups and returns the data saved in the database.
|
17095
|
-
* @param {TicketGroupCreateManyAndReturnArgs} args - Arguments to create many TicketGroups.
|
17096
|
-
* @example
|
17097
|
-
* // Create many TicketGroups
|
17098
|
-
* const ticketGroup = await prisma.ticketGroup.createManyAndReturn({
|
17099
|
-
* data: [
|
17100
|
-
* // ... provide data here
|
17101
|
-
* ]
|
17102
|
-
* })
|
17103
|
-
*
|
17104
|
-
* // Create many TicketGroups and only return the `id`
|
17105
|
-
* const ticketGroupWithIdOnly = await prisma.ticketGroup.createManyAndReturn({
|
17106
|
-
* select: { id: true },
|
17107
|
-
* data: [
|
17108
|
-
* // ... provide data here
|
17109
|
-
* ]
|
17110
|
-
* })
|
17111
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
17112
|
-
* Read more here: https://pris.ly/d/null-undefined
|
17113
|
-
*
|
17114
|
-
*/
|
17115
|
-
createManyAndReturn<T extends TicketGroupCreateManyAndReturnArgs>(args?: SelectSubset<T, TicketGroupCreateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$TicketGroupPayload<ExtArgs>, T, "createManyAndReturn", ClientOptions>>
|
17116
|
-
|
17117
|
-
/**
|
17118
|
-
* Delete a TicketGroup.
|
17119
|
-
* @param {TicketGroupDeleteArgs} args - Arguments to delete one TicketGroup.
|
17120
|
-
* @example
|
17121
|
-
* // Delete one TicketGroup
|
17122
|
-
* const TicketGroup = await prisma.ticketGroup.delete({
|
17123
|
-
* where: {
|
17124
|
-
* // ... filter to delete one TicketGroup
|
17125
|
-
* }
|
17126
|
-
* })
|
17127
|
-
*
|
17128
|
-
*/
|
17129
|
-
delete<T extends TicketGroupDeleteArgs>(args: SelectSubset<T, TicketGroupDeleteArgs<ExtArgs>>): Prisma__TicketGroupClient<$Result.GetResult<Prisma.$TicketGroupPayload<ExtArgs>, T, "delete", ClientOptions>, never, ExtArgs, ClientOptions>
|
17130
|
-
|
17131
|
-
/**
|
17132
|
-
* Update one TicketGroup.
|
17133
|
-
* @param {TicketGroupUpdateArgs} args - Arguments to update one TicketGroup.
|
17134
|
-
* @example
|
17135
|
-
* // Update one TicketGroup
|
17136
|
-
* const ticketGroup = await prisma.ticketGroup.update({
|
17137
|
-
* where: {
|
17138
|
-
* // ... provide filter here
|
17139
|
-
* },
|
17140
|
-
* data: {
|
17141
|
-
* // ... provide data here
|
17142
|
-
* }
|
17143
|
-
* })
|
17144
|
-
*
|
17145
|
-
*/
|
17146
|
-
update<T extends TicketGroupUpdateArgs>(args: SelectSubset<T, TicketGroupUpdateArgs<ExtArgs>>): Prisma__TicketGroupClient<$Result.GetResult<Prisma.$TicketGroupPayload<ExtArgs>, T, "update", ClientOptions>, never, ExtArgs, ClientOptions>
|
17147
|
-
|
17148
|
-
/**
|
17149
|
-
* Delete zero or more TicketGroups.
|
17150
|
-
* @param {TicketGroupDeleteManyArgs} args - Arguments to filter TicketGroups to delete.
|
17151
|
-
* @example
|
17152
|
-
* // Delete a few TicketGroups
|
17153
|
-
* const { count } = await prisma.ticketGroup.deleteMany({
|
17154
|
-
* where: {
|
17155
|
-
* // ... provide filter here
|
17156
|
-
* }
|
17157
|
-
* })
|
17158
|
-
*
|
17159
|
-
*/
|
17160
|
-
deleteMany<T extends TicketGroupDeleteManyArgs>(args?: SelectSubset<T, TicketGroupDeleteManyArgs<ExtArgs>>): Prisma.PrismaPromise<BatchPayload>
|
17161
|
-
|
17162
|
-
/**
|
17163
|
-
* Update zero or more TicketGroups.
|
17164
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
17165
|
-
* Read more here: https://pris.ly/d/null-undefined
|
17166
|
-
* @param {TicketGroupUpdateManyArgs} args - Arguments to update one or more rows.
|
17167
|
-
* @example
|
17168
|
-
* // Update many TicketGroups
|
17169
|
-
* const ticketGroup = await prisma.ticketGroup.updateMany({
|
17170
|
-
* where: {
|
17171
|
-
* // ... provide filter here
|
17172
|
-
* },
|
17173
|
-
* data: {
|
17174
|
-
* // ... provide data here
|
17175
|
-
* }
|
17176
|
-
* })
|
17177
|
-
*
|
17178
|
-
*/
|
17179
|
-
updateMany<T extends TicketGroupUpdateManyArgs>(args: SelectSubset<T, TicketGroupUpdateManyArgs<ExtArgs>>): Prisma.PrismaPromise<BatchPayload>
|
17180
|
-
|
17181
|
-
/**
|
17182
|
-
* Update zero or more TicketGroups and returns the data updated in the database.
|
17183
|
-
* @param {TicketGroupUpdateManyAndReturnArgs} args - Arguments to update many TicketGroups.
|
17184
|
-
* @example
|
17185
|
-
* // Update many TicketGroups
|
17186
|
-
* const ticketGroup = await prisma.ticketGroup.updateManyAndReturn({
|
17187
|
-
* where: {
|
17188
|
-
* // ... provide filter here
|
17189
|
-
* },
|
17190
|
-
* data: [
|
17191
|
-
* // ... provide data here
|
17192
|
-
* ]
|
17193
|
-
* })
|
17194
|
-
*
|
17195
|
-
* // Update zero or more TicketGroups and only return the `id`
|
17196
|
-
* const ticketGroupWithIdOnly = await prisma.ticketGroup.updateManyAndReturn({
|
17197
|
-
* select: { id: true },
|
17198
|
-
* where: {
|
17199
|
-
* // ... provide filter here
|
17200
|
-
* },
|
17201
|
-
* data: [
|
17202
|
-
* // ... provide data here
|
17203
|
-
* ]
|
17204
|
-
* })
|
17205
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
17206
|
-
* Read more here: https://pris.ly/d/null-undefined
|
17207
|
-
*
|
17208
|
-
*/
|
17209
|
-
updateManyAndReturn<T extends TicketGroupUpdateManyAndReturnArgs>(args: SelectSubset<T, TicketGroupUpdateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$TicketGroupPayload<ExtArgs>, T, "updateManyAndReturn", ClientOptions>>
|
17210
|
-
|
17211
|
-
/**
|
17212
|
-
* Create or update one TicketGroup.
|
17213
|
-
* @param {TicketGroupUpsertArgs} args - Arguments to update or create a TicketGroup.
|
17214
|
-
* @example
|
17215
|
-
* // Update or create a TicketGroup
|
17216
|
-
* const ticketGroup = await prisma.ticketGroup.upsert({
|
17217
|
-
* create: {
|
17218
|
-
* // ... data to create a TicketGroup
|
17219
|
-
* },
|
17220
|
-
* update: {
|
17221
|
-
* // ... in case it already exists, update
|
17222
|
-
* },
|
17223
|
-
* where: {
|
17224
|
-
* // ... the filter for the TicketGroup we want to update
|
17225
|
-
* }
|
17226
|
-
* })
|
17227
|
-
*/
|
17228
|
-
upsert<T extends TicketGroupUpsertArgs>(args: SelectSubset<T, TicketGroupUpsertArgs<ExtArgs>>): Prisma__TicketGroupClient<$Result.GetResult<Prisma.$TicketGroupPayload<ExtArgs>, T, "upsert", ClientOptions>, never, ExtArgs, ClientOptions>
|
17229
|
-
|
17230
|
-
|
17231
|
-
/**
|
17232
|
-
* Count the number of TicketGroups.
|
17233
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
17234
|
-
* Read more here: https://pris.ly/d/null-undefined
|
17235
|
-
* @param {TicketGroupCountArgs} args - Arguments to filter TicketGroups to count.
|
17236
|
-
* @example
|
17237
|
-
* // Count the number of TicketGroups
|
17238
|
-
* const count = await prisma.ticketGroup.count({
|
17239
|
-
* where: {
|
17240
|
-
* // ... the filter for the TicketGroups we want to count
|
17241
|
-
* }
|
17242
|
-
* })
|
17243
|
-
**/
|
17244
|
-
count<T extends TicketGroupCountArgs>(
|
17245
|
-
args?: Subset<T, TicketGroupCountArgs>,
|
17246
|
-
): Prisma.PrismaPromise<
|
17247
|
-
T extends $Utils.Record<'select', any>
|
17248
|
-
? T['select'] extends true
|
17249
|
-
? number
|
17250
|
-
: GetScalarType<T['select'], TicketGroupCountAggregateOutputType>
|
17251
|
-
: number
|
17252
|
-
>
|
17253
|
-
|
17254
|
-
/**
|
17255
|
-
* Allows you to perform aggregations operations on a TicketGroup.
|
17256
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
17257
|
-
* Read more here: https://pris.ly/d/null-undefined
|
17258
|
-
* @param {TicketGroupAggregateArgs} args - Select which aggregations you would like to apply and on what fields.
|
17259
|
-
* @example
|
17260
|
-
* // Ordered by age ascending
|
17261
|
-
* // Where email contains prisma.io
|
17262
|
-
* // Limited to the 10 users
|
17263
|
-
* const aggregations = await prisma.user.aggregate({
|
17264
|
-
* _avg: {
|
17265
|
-
* age: true,
|
17266
|
-
* },
|
17267
|
-
* where: {
|
17268
|
-
* email: {
|
17269
|
-
* contains: "prisma.io",
|
17270
|
-
* },
|
17271
|
-
* },
|
17272
|
-
* orderBy: {
|
17273
|
-
* age: "asc",
|
17274
|
-
* },
|
17275
|
-
* take: 10,
|
17276
|
-
* })
|
17277
|
-
**/
|
17278
|
-
aggregate<T extends TicketGroupAggregateArgs>(args: Subset<T, TicketGroupAggregateArgs>): Prisma.PrismaPromise<GetTicketGroupAggregateType<T>>
|
17279
|
-
|
17280
|
-
/**
|
17281
|
-
* Group by TicketGroup.
|
17282
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
17283
|
-
* Read more here: https://pris.ly/d/null-undefined
|
17284
|
-
* @param {TicketGroupGroupByArgs} args - Group by arguments.
|
17285
|
-
* @example
|
17286
|
-
* // Group by city, order by createdAt, get count
|
17287
|
-
* const result = await prisma.user.groupBy({
|
17288
|
-
* by: ['city', 'createdAt'],
|
17289
|
-
* orderBy: {
|
17290
|
-
* createdAt: true
|
17291
|
-
* },
|
17292
|
-
* _count: {
|
17293
|
-
* _all: true
|
17294
|
-
* },
|
17295
|
-
* })
|
17296
|
-
*
|
17297
|
-
**/
|
17298
|
-
groupBy<
|
17299
|
-
T extends TicketGroupGroupByArgs,
|
17300
|
-
HasSelectOrTake extends Or<
|
17301
|
-
Extends<'skip', Keys<T>>,
|
17302
|
-
Extends<'take', Keys<T>>
|
17303
|
-
>,
|
17304
|
-
OrderByArg extends True extends HasSelectOrTake
|
17305
|
-
? { orderBy: TicketGroupGroupByArgs['orderBy'] }
|
17306
|
-
: { orderBy?: TicketGroupGroupByArgs['orderBy'] },
|
17307
|
-
OrderFields extends ExcludeUnderscoreKeys<Keys<MaybeTupleToUnion<T['orderBy']>>>,
|
17308
|
-
ByFields extends MaybeTupleToUnion<T['by']>,
|
17309
|
-
ByValid extends Has<ByFields, OrderFields>,
|
17310
|
-
HavingFields extends GetHavingFields<T['having']>,
|
17311
|
-
HavingValid extends Has<ByFields, HavingFields>,
|
17312
|
-
ByEmpty extends T['by'] extends never[] ? True : False,
|
17313
|
-
InputErrors extends ByEmpty extends True
|
17314
|
-
? `Error: "by" must not be empty.`
|
17315
|
-
: HavingValid extends False
|
17316
|
-
? {
|
17317
|
-
[P in HavingFields]: P extends ByFields
|
17318
|
-
? never
|
17319
|
-
: P extends string
|
17320
|
-
? `Error: Field "${P}" used in "having" needs to be provided in "by".`
|
17321
|
-
: [
|
17322
|
-
Error,
|
17323
|
-
'Field ',
|
17324
|
-
P,
|
17325
|
-
` in "having" needs to be provided in "by"`,
|
17326
|
-
]
|
17327
|
-
}[HavingFields]
|
17328
|
-
: 'take' extends Keys<T>
|
17329
|
-
? 'orderBy' extends Keys<T>
|
17330
|
-
? ByValid extends True
|
17331
|
-
? {}
|
17332
|
-
: {
|
17333
|
-
[P in OrderFields]: P extends ByFields
|
17334
|
-
? never
|
17335
|
-
: `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
|
17336
|
-
}[OrderFields]
|
17337
|
-
: 'Error: If you provide "take", you also need to provide "orderBy"'
|
17338
|
-
: 'skip' extends Keys<T>
|
17339
|
-
? 'orderBy' extends Keys<T>
|
17340
|
-
? ByValid extends True
|
17341
|
-
? {}
|
17342
|
-
: {
|
17343
|
-
[P in OrderFields]: P extends ByFields
|
17344
|
-
? never
|
17345
|
-
: `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
|
17346
|
-
}[OrderFields]
|
17347
|
-
: 'Error: If you provide "skip", you also need to provide "orderBy"'
|
17348
|
-
: ByValid extends True
|
17349
|
-
? {}
|
17350
|
-
: {
|
17351
|
-
[P in OrderFields]: P extends ByFields
|
17352
|
-
? never
|
17353
|
-
: `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
|
17354
|
-
}[OrderFields]
|
17355
|
-
>(args: SubsetIntersection<T, TicketGroupGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetTicketGroupGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>
|
17356
|
-
/**
|
17357
|
-
* Fields of the TicketGroup model
|
17358
|
-
*/
|
17359
|
-
readonly fields: TicketGroupFieldRefs;
|
17360
|
-
}
|
17361
|
-
|
17362
|
-
/**
|
17363
|
-
* The delegate class that acts as a "Promise-like" for TicketGroup.
|
17364
|
-
* Why is this prefixed with `Prisma__`?
|
17365
|
-
* Because we want to prevent naming conflicts as mentioned in
|
17366
|
-
* https://github.com/prisma/prisma-client-js/issues/707
|
17367
|
-
*/
|
17368
|
-
export interface Prisma__TicketGroupClient<T, Null = never, ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs, ClientOptions = {}> extends Prisma.PrismaPromise<T> {
|
17369
|
-
readonly [Symbol.toStringTag]: "PrismaPromise"
|
17370
|
-
event<T extends EventDefaultArgs<ExtArgs> = {}>(args?: Subset<T, EventDefaultArgs<ExtArgs>>): Prisma__EventClient<$Result.GetResult<Prisma.$EventPayload<ExtArgs>, T, "findUniqueOrThrow", ClientOptions> | Null, Null, ExtArgs, ClientOptions>
|
17371
|
-
tickets<T extends TicketGroup$ticketsArgs<ExtArgs> = {}>(args?: Subset<T, TicketGroup$ticketsArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$TicketPayload<ExtArgs>, T, "findMany", ClientOptions> | Null>
|
17372
|
-
/**
|
17373
|
-
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
17374
|
-
* @param onfulfilled The callback to execute when the Promise is resolved.
|
17375
|
-
* @param onrejected The callback to execute when the Promise is rejected.
|
17376
|
-
* @returns A Promise for the completion of which ever callback is executed.
|
17377
|
-
*/
|
17378
|
-
then<TResult1 = T, TResult2 = never>(onfulfilled?: ((value: T) => TResult1 | PromiseLike<TResult1>) | undefined | null, onrejected?: ((reason: any) => TResult2 | PromiseLike<TResult2>) | undefined | null): $Utils.JsPromise<TResult1 | TResult2>
|
17379
|
-
/**
|
17380
|
-
* Attaches a callback for only the rejection of the Promise.
|
17381
|
-
* @param onrejected The callback to execute when the Promise is rejected.
|
17382
|
-
* @returns A Promise for the completion of the callback.
|
17383
|
-
*/
|
17384
|
-
catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): $Utils.JsPromise<T | TResult>
|
17385
|
-
/**
|
17386
|
-
* Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
|
17387
|
-
* resolved value cannot be modified from the callback.
|
17388
|
-
* @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
|
17389
|
-
* @returns A Promise for the completion of the callback.
|
17390
|
-
*/
|
17391
|
-
finally(onfinally?: (() => void) | undefined | null): $Utils.JsPromise<T>
|
17392
|
-
}
|
17393
|
-
|
17394
|
-
|
17395
|
-
|
17396
|
-
|
17397
|
-
/**
|
17398
|
-
* Fields of the TicketGroup model
|
17399
|
-
*/
|
17400
|
-
interface TicketGroupFieldRefs {
|
17401
|
-
readonly id: FieldRef<"TicketGroup", 'String'>
|
17402
|
-
readonly status: FieldRef<"TicketGroup", 'TicketGroupStatus'>
|
17403
|
-
readonly amountTickets: FieldRef<"TicketGroup", 'Int'>
|
17404
|
-
readonly eventId: FieldRef<"TicketGroup", 'String'>
|
17405
|
-
readonly created_at: FieldRef<"TicketGroup", 'DateTime'>
|
17406
|
-
readonly updated_at: FieldRef<"TicketGroup", 'DateTime'>
|
17407
|
-
}
|
17408
|
-
|
17409
|
-
|
17410
|
-
// Custom InputTypes
|
17411
|
-
/**
|
17412
|
-
* TicketGroup findUnique
|
17413
|
-
*/
|
17414
|
-
export type TicketGroupFindUniqueArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
17415
|
-
/**
|
17416
|
-
* Select specific fields to fetch from the TicketGroup
|
17417
|
-
*/
|
17418
|
-
select?: TicketGroupSelect<ExtArgs> | null
|
17419
|
-
/**
|
17420
|
-
* Omit specific fields from the TicketGroup
|
17421
|
-
*/
|
17422
|
-
omit?: TicketGroupOmit<ExtArgs> | null
|
17423
|
-
/**
|
17424
|
-
* Choose, which related nodes to fetch as well
|
17425
|
-
*/
|
17426
|
-
include?: TicketGroupInclude<ExtArgs> | null
|
17427
|
-
/**
|
17428
|
-
* Filter, which TicketGroup to fetch.
|
17429
|
-
*/
|
17430
|
-
where: TicketGroupWhereUniqueInput
|
17431
|
-
}
|
17432
|
-
|
17433
|
-
/**
|
17434
|
-
* TicketGroup findUniqueOrThrow
|
17435
|
-
*/
|
17436
|
-
export type TicketGroupFindUniqueOrThrowArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
17437
|
-
/**
|
17438
|
-
* Select specific fields to fetch from the TicketGroup
|
17439
|
-
*/
|
17440
|
-
select?: TicketGroupSelect<ExtArgs> | null
|
17441
|
-
/**
|
17442
|
-
* Omit specific fields from the TicketGroup
|
17443
|
-
*/
|
17444
|
-
omit?: TicketGroupOmit<ExtArgs> | null
|
17445
|
-
/**
|
17446
|
-
* Choose, which related nodes to fetch as well
|
17447
|
-
*/
|
17448
|
-
include?: TicketGroupInclude<ExtArgs> | null
|
17449
|
-
/**
|
17450
|
-
* Filter, which TicketGroup to fetch.
|
17451
|
-
*/
|
17452
|
-
where: TicketGroupWhereUniqueInput
|
17453
|
-
}
|
17454
|
-
|
17455
|
-
/**
|
17456
|
-
* TicketGroup findFirst
|
17457
|
-
*/
|
17458
|
-
export type TicketGroupFindFirstArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
17459
|
-
/**
|
17460
|
-
* Select specific fields to fetch from the TicketGroup
|
17461
|
-
*/
|
17462
|
-
select?: TicketGroupSelect<ExtArgs> | null
|
17463
|
-
/**
|
17464
|
-
* Omit specific fields from the TicketGroup
|
17465
|
-
*/
|
17466
|
-
omit?: TicketGroupOmit<ExtArgs> | null
|
17467
|
-
/**
|
17468
|
-
* Choose, which related nodes to fetch as well
|
17469
|
-
*/
|
17470
|
-
include?: TicketGroupInclude<ExtArgs> | null
|
17471
|
-
/**
|
17472
|
-
* Filter, which TicketGroup to fetch.
|
17473
|
-
*/
|
17474
|
-
where?: TicketGroupWhereInput
|
17475
|
-
/**
|
17476
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
17477
|
-
*
|
17478
|
-
* Determine the order of TicketGroups to fetch.
|
17479
|
-
*/
|
17480
|
-
orderBy?: TicketGroupOrderByWithRelationInput | TicketGroupOrderByWithRelationInput[]
|
17481
|
-
/**
|
17482
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
17483
|
-
*
|
17484
|
-
* Sets the position for searching for TicketGroups.
|
17485
|
-
*/
|
17486
|
-
cursor?: TicketGroupWhereUniqueInput
|
17487
|
-
/**
|
17488
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
17489
|
-
*
|
17490
|
-
* Take `±n` TicketGroups from the position of the cursor.
|
17491
|
-
*/
|
17492
|
-
take?: number
|
17493
|
-
/**
|
17494
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
17495
|
-
*
|
17496
|
-
* Skip the first `n` TicketGroups.
|
17497
|
-
*/
|
17498
|
-
skip?: number
|
17499
|
-
/**
|
17500
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
17501
|
-
*
|
17502
|
-
* Filter by unique combinations of TicketGroups.
|
17503
|
-
*/
|
17504
|
-
distinct?: TicketGroupScalarFieldEnum | TicketGroupScalarFieldEnum[]
|
17505
|
-
}
|
17506
|
-
|
17507
|
-
/**
|
17508
|
-
* TicketGroup findFirstOrThrow
|
17509
|
-
*/
|
17510
|
-
export type TicketGroupFindFirstOrThrowArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
17511
|
-
/**
|
17512
|
-
* Select specific fields to fetch from the TicketGroup
|
17513
|
-
*/
|
17514
|
-
select?: TicketGroupSelect<ExtArgs> | null
|
17515
|
-
/**
|
17516
|
-
* Omit specific fields from the TicketGroup
|
17517
|
-
*/
|
17518
|
-
omit?: TicketGroupOmit<ExtArgs> | null
|
17519
|
-
/**
|
17520
|
-
* Choose, which related nodes to fetch as well
|
17521
|
-
*/
|
17522
|
-
include?: TicketGroupInclude<ExtArgs> | null
|
17523
|
-
/**
|
17524
|
-
* Filter, which TicketGroup to fetch.
|
17525
|
-
*/
|
17526
|
-
where?: TicketGroupWhereInput
|
17527
|
-
/**
|
17528
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
17529
|
-
*
|
17530
|
-
* Determine the order of TicketGroups to fetch.
|
17531
|
-
*/
|
17532
|
-
orderBy?: TicketGroupOrderByWithRelationInput | TicketGroupOrderByWithRelationInput[]
|
17533
|
-
/**
|
17534
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
17535
|
-
*
|
17536
|
-
* Sets the position for searching for TicketGroups.
|
17537
|
-
*/
|
17538
|
-
cursor?: TicketGroupWhereUniqueInput
|
17539
|
-
/**
|
17540
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
17541
|
-
*
|
17542
|
-
* Take `±n` TicketGroups from the position of the cursor.
|
17543
|
-
*/
|
17544
|
-
take?: number
|
17545
|
-
/**
|
17546
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
17547
|
-
*
|
17548
|
-
* Skip the first `n` TicketGroups.
|
17549
|
-
*/
|
17550
|
-
skip?: number
|
17551
|
-
/**
|
17552
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
17553
|
-
*
|
17554
|
-
* Filter by unique combinations of TicketGroups.
|
17555
|
-
*/
|
17556
|
-
distinct?: TicketGroupScalarFieldEnum | TicketGroupScalarFieldEnum[]
|
17557
|
-
}
|
17558
|
-
|
17559
|
-
/**
|
17560
|
-
* TicketGroup findMany
|
17561
|
-
*/
|
17562
|
-
export type TicketGroupFindManyArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
17563
|
-
/**
|
17564
|
-
* Select specific fields to fetch from the TicketGroup
|
17565
|
-
*/
|
17566
|
-
select?: TicketGroupSelect<ExtArgs> | null
|
17567
|
-
/**
|
17568
|
-
* Omit specific fields from the TicketGroup
|
17569
|
-
*/
|
17570
|
-
omit?: TicketGroupOmit<ExtArgs> | null
|
17571
|
-
/**
|
17572
|
-
* Choose, which related nodes to fetch as well
|
17573
|
-
*/
|
17574
|
-
include?: TicketGroupInclude<ExtArgs> | null
|
17575
|
-
/**
|
17576
|
-
* Filter, which TicketGroups to fetch.
|
17577
|
-
*/
|
17578
|
-
where?: TicketGroupWhereInput
|
17579
|
-
/**
|
17580
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
17581
|
-
*
|
17582
|
-
* Determine the order of TicketGroups to fetch.
|
17583
|
-
*/
|
17584
|
-
orderBy?: TicketGroupOrderByWithRelationInput | TicketGroupOrderByWithRelationInput[]
|
17585
|
-
/**
|
17586
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
17587
|
-
*
|
17588
|
-
* Sets the position for listing TicketGroups.
|
17589
|
-
*/
|
17590
|
-
cursor?: TicketGroupWhereUniqueInput
|
17591
|
-
/**
|
17592
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
17593
|
-
*
|
17594
|
-
* Take `±n` TicketGroups from the position of the cursor.
|
17595
|
-
*/
|
17596
|
-
take?: number
|
17597
|
-
/**
|
17598
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
17599
|
-
*
|
17600
|
-
* Skip the first `n` TicketGroups.
|
17601
|
-
*/
|
17602
|
-
skip?: number
|
17603
|
-
distinct?: TicketGroupScalarFieldEnum | TicketGroupScalarFieldEnum[]
|
17604
|
-
}
|
17605
|
-
|
17606
|
-
/**
|
17607
|
-
* TicketGroup create
|
17608
|
-
*/
|
17609
|
-
export type TicketGroupCreateArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
17610
|
-
/**
|
17611
|
-
* Select specific fields to fetch from the TicketGroup
|
17612
|
-
*/
|
17613
|
-
select?: TicketGroupSelect<ExtArgs> | null
|
17614
|
-
/**
|
17615
|
-
* Omit specific fields from the TicketGroup
|
17616
|
-
*/
|
17617
|
-
omit?: TicketGroupOmit<ExtArgs> | null
|
17618
|
-
/**
|
17619
|
-
* Choose, which related nodes to fetch as well
|
17620
|
-
*/
|
17621
|
-
include?: TicketGroupInclude<ExtArgs> | null
|
17622
|
-
/**
|
17623
|
-
* The data needed to create a TicketGroup.
|
17624
|
-
*/
|
17625
|
-
data: XOR<TicketGroupCreateInput, TicketGroupUncheckedCreateInput>
|
17626
|
-
}
|
17627
|
-
|
17628
|
-
/**
|
17629
|
-
* TicketGroup createMany
|
17630
|
-
*/
|
17631
|
-
export type TicketGroupCreateManyArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
17632
|
-
/**
|
17633
|
-
* The data used to create many TicketGroups.
|
17634
|
-
*/
|
17635
|
-
data: TicketGroupCreateManyInput | TicketGroupCreateManyInput[]
|
17636
|
-
skipDuplicates?: boolean
|
17637
|
-
}
|
17638
|
-
|
17639
|
-
/**
|
17640
|
-
* TicketGroup createManyAndReturn
|
17641
|
-
*/
|
17642
|
-
export type TicketGroupCreateManyAndReturnArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
17643
|
-
/**
|
17644
|
-
* Select specific fields to fetch from the TicketGroup
|
17645
|
-
*/
|
17646
|
-
select?: TicketGroupSelectCreateManyAndReturn<ExtArgs> | null
|
17647
|
-
/**
|
17648
|
-
* Omit specific fields from the TicketGroup
|
17649
|
-
*/
|
17650
|
-
omit?: TicketGroupOmit<ExtArgs> | null
|
17651
|
-
/**
|
17652
|
-
* The data used to create many TicketGroups.
|
17653
|
-
*/
|
17654
|
-
data: TicketGroupCreateManyInput | TicketGroupCreateManyInput[]
|
17655
|
-
skipDuplicates?: boolean
|
17656
|
-
/**
|
17657
|
-
* Choose, which related nodes to fetch as well
|
17658
|
-
*/
|
17659
|
-
include?: TicketGroupIncludeCreateManyAndReturn<ExtArgs> | null
|
17660
|
-
}
|
17661
|
-
|
17662
|
-
/**
|
17663
|
-
* TicketGroup update
|
17664
|
-
*/
|
17665
|
-
export type TicketGroupUpdateArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
17666
|
-
/**
|
17667
|
-
* Select specific fields to fetch from the TicketGroup
|
17668
|
-
*/
|
17669
|
-
select?: TicketGroupSelect<ExtArgs> | null
|
17670
|
-
/**
|
17671
|
-
* Omit specific fields from the TicketGroup
|
17672
|
-
*/
|
17673
|
-
omit?: TicketGroupOmit<ExtArgs> | null
|
17674
|
-
/**
|
17675
|
-
* Choose, which related nodes to fetch as well
|
17676
|
-
*/
|
17677
|
-
include?: TicketGroupInclude<ExtArgs> | null
|
17678
|
-
/**
|
17679
|
-
* The data needed to update a TicketGroup.
|
17680
|
-
*/
|
17681
|
-
data: XOR<TicketGroupUpdateInput, TicketGroupUncheckedUpdateInput>
|
17682
|
-
/**
|
17683
|
-
* Choose, which TicketGroup to update.
|
17684
|
-
*/
|
17685
|
-
where: TicketGroupWhereUniqueInput
|
17686
|
-
}
|
17687
|
-
|
17688
|
-
/**
|
17689
|
-
* TicketGroup updateMany
|
17690
|
-
*/
|
17691
|
-
export type TicketGroupUpdateManyArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
17692
|
-
/**
|
17693
|
-
* The data used to update TicketGroups.
|
17694
|
-
*/
|
17695
|
-
data: XOR<TicketGroupUpdateManyMutationInput, TicketGroupUncheckedUpdateManyInput>
|
17696
|
-
/**
|
17697
|
-
* Filter which TicketGroups to update
|
17698
|
-
*/
|
17699
|
-
where?: TicketGroupWhereInput
|
17700
|
-
/**
|
17701
|
-
* Limit how many TicketGroups to update.
|
17702
|
-
*/
|
17703
|
-
limit?: number
|
17704
|
-
}
|
17705
|
-
|
17706
|
-
/**
|
17707
|
-
* TicketGroup updateManyAndReturn
|
17708
|
-
*/
|
17709
|
-
export type TicketGroupUpdateManyAndReturnArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
17710
|
-
/**
|
17711
|
-
* Select specific fields to fetch from the TicketGroup
|
17712
|
-
*/
|
17713
|
-
select?: TicketGroupSelectUpdateManyAndReturn<ExtArgs> | null
|
17714
|
-
/**
|
17715
|
-
* Omit specific fields from the TicketGroup
|
17716
|
-
*/
|
17717
|
-
omit?: TicketGroupOmit<ExtArgs> | null
|
17718
|
-
/**
|
17719
|
-
* The data used to update TicketGroups.
|
17720
|
-
*/
|
17721
|
-
data: XOR<TicketGroupUpdateManyMutationInput, TicketGroupUncheckedUpdateManyInput>
|
17722
|
-
/**
|
17723
|
-
* Filter which TicketGroups to update
|
17724
|
-
*/
|
17725
|
-
where?: TicketGroupWhereInput
|
17726
|
-
/**
|
17727
|
-
* Limit how many TicketGroups to update.
|
17728
|
-
*/
|
17729
|
-
limit?: number
|
17730
|
-
/**
|
17731
|
-
* Choose, which related nodes to fetch as well
|
17732
|
-
*/
|
17733
|
-
include?: TicketGroupIncludeUpdateManyAndReturn<ExtArgs> | null
|
17734
|
-
}
|
17735
|
-
|
17736
|
-
/**
|
17737
|
-
* TicketGroup upsert
|
17738
|
-
*/
|
17739
|
-
export type TicketGroupUpsertArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
17740
|
-
/**
|
17741
|
-
* Select specific fields to fetch from the TicketGroup
|
17742
|
-
*/
|
17743
|
-
select?: TicketGroupSelect<ExtArgs> | null
|
17744
|
-
/**
|
17745
|
-
* Omit specific fields from the TicketGroup
|
17746
|
-
*/
|
17747
|
-
omit?: TicketGroupOmit<ExtArgs> | null
|
17748
|
-
/**
|
17749
|
-
* Choose, which related nodes to fetch as well
|
17750
|
-
*/
|
17751
|
-
include?: TicketGroupInclude<ExtArgs> | null
|
17752
|
-
/**
|
17753
|
-
* The filter to search for the TicketGroup to update in case it exists.
|
17754
|
-
*/
|
17755
|
-
where: TicketGroupWhereUniqueInput
|
17756
|
-
/**
|
17757
|
-
* In case the TicketGroup found by the `where` argument doesn't exist, create a new TicketGroup with this data.
|
17758
|
-
*/
|
17759
|
-
create: XOR<TicketGroupCreateInput, TicketGroupUncheckedCreateInput>
|
17760
|
-
/**
|
17761
|
-
* In case the TicketGroup was found with the provided `where` argument, update it with this data.
|
17762
|
-
*/
|
17763
|
-
update: XOR<TicketGroupUpdateInput, TicketGroupUncheckedUpdateInput>
|
17764
|
-
}
|
17765
|
-
|
17766
|
-
/**
|
17767
|
-
* TicketGroup delete
|
17768
|
-
*/
|
17769
|
-
export type TicketGroupDeleteArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
17770
|
-
/**
|
17771
|
-
* Select specific fields to fetch from the TicketGroup
|
17772
|
-
*/
|
17773
|
-
select?: TicketGroupSelect<ExtArgs> | null
|
17774
|
-
/**
|
17775
|
-
* Omit specific fields from the TicketGroup
|
17776
|
-
*/
|
17777
|
-
omit?: TicketGroupOmit<ExtArgs> | null
|
17778
|
-
/**
|
17779
|
-
* Choose, which related nodes to fetch as well
|
17780
|
-
*/
|
17781
|
-
include?: TicketGroupInclude<ExtArgs> | null
|
17782
|
-
/**
|
17783
|
-
* Filter which TicketGroup to delete.
|
17784
|
-
*/
|
17785
|
-
where: TicketGroupWhereUniqueInput
|
17786
|
-
}
|
17787
|
-
|
17788
|
-
/**
|
17789
|
-
* TicketGroup deleteMany
|
17790
|
-
*/
|
17791
|
-
export type TicketGroupDeleteManyArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
17792
|
-
/**
|
17793
|
-
* Filter which TicketGroups to delete
|
17794
|
-
*/
|
17795
|
-
where?: TicketGroupWhereInput
|
17796
|
-
/**
|
17797
|
-
* Limit how many TicketGroups to delete.
|
17798
|
-
*/
|
17799
|
-
limit?: number
|
17800
|
-
}
|
17801
|
-
|
17802
|
-
/**
|
17803
|
-
* TicketGroup.tickets
|
17804
|
-
*/
|
17805
|
-
export type TicketGroup$ticketsArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
17806
|
-
/**
|
17807
|
-
* Select specific fields to fetch from the Ticket
|
17808
|
-
*/
|
17809
|
-
select?: TicketSelect<ExtArgs> | null
|
17810
|
-
/**
|
17811
|
-
* Omit specific fields from the Ticket
|
17812
|
-
*/
|
17813
|
-
omit?: TicketOmit<ExtArgs> | null
|
17814
|
-
/**
|
17815
|
-
* Choose, which related nodes to fetch as well
|
17816
|
-
*/
|
17817
|
-
include?: TicketInclude<ExtArgs> | null
|
17818
|
-
where?: TicketWhereInput
|
17819
|
-
orderBy?: TicketOrderByWithRelationInput | TicketOrderByWithRelationInput[]
|
17820
|
-
cursor?: TicketWhereUniqueInput
|
17821
|
-
take?: number
|
17822
|
-
skip?: number
|
17823
|
-
distinct?: TicketScalarFieldEnum | TicketScalarFieldEnum[]
|
17824
|
-
}
|
17825
|
-
|
17826
|
-
/**
|
17827
|
-
* TicketGroup without action
|
17828
|
-
*/
|
17829
|
-
export type TicketGroupDefaultArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
17830
|
-
/**
|
17831
|
-
* Select specific fields to fetch from the TicketGroup
|
17832
|
-
*/
|
17833
|
-
select?: TicketGroupSelect<ExtArgs> | null
|
17834
|
-
/**
|
17835
|
-
* Omit specific fields from the TicketGroup
|
17836
|
-
*/
|
17837
|
-
omit?: TicketGroupOmit<ExtArgs> | null
|
17838
|
-
/**
|
17839
|
-
* Choose, which related nodes to fetch as well
|
17840
|
-
*/
|
17841
|
-
include?: TicketGroupInclude<ExtArgs> | null
|
17842
|
-
}
|
17843
|
-
|
17844
|
-
|
17845
|
-
/**
|
17846
|
-
* Model Enums
|
17847
|
-
*/
|
17848
|
-
|
17849
|
-
export type AggregateEnums = {
|
17850
|
-
_count: EnumsCountAggregateOutputType | null
|
17851
|
-
_min: EnumsMinAggregateOutputType | null
|
17852
|
-
_max: EnumsMaxAggregateOutputType | null
|
17853
|
-
}
|
17854
|
-
|
17855
|
-
export type EnumsMinAggregateOutputType = {
|
17856
|
-
id: string | null
|
17857
|
-
templateStatus: $Enums.TemplateStatus | null
|
17858
|
-
templateCategory: $Enums.TemplateCategory | null
|
17859
|
-
}
|
17860
|
-
|
17861
|
-
export type EnumsMaxAggregateOutputType = {
|
17862
|
-
id: string | null
|
17863
|
-
templateStatus: $Enums.TemplateStatus | null
|
17864
|
-
templateCategory: $Enums.TemplateCategory | null
|
17865
|
-
}
|
17866
|
-
|
17867
|
-
export type EnumsCountAggregateOutputType = {
|
17868
|
-
id: number
|
17869
|
-
templateStatus: number
|
17870
|
-
templateCategory: number
|
17871
|
-
_all: number
|
17872
|
-
}
|
17873
|
-
|
17874
|
-
|
17875
|
-
export type EnumsMinAggregateInputType = {
|
17876
|
-
id?: true
|
17877
|
-
templateStatus?: true
|
17878
|
-
templateCategory?: true
|
17879
|
-
}
|
17880
|
-
|
17881
|
-
export type EnumsMaxAggregateInputType = {
|
17882
|
-
id?: true
|
17883
|
-
templateStatus?: true
|
17884
|
-
templateCategory?: true
|
17885
|
-
}
|
17886
|
-
|
17887
|
-
export type EnumsCountAggregateInputType = {
|
17888
|
-
id?: true
|
17889
|
-
templateStatus?: true
|
17890
|
-
templateCategory?: true
|
17891
|
-
_all?: true
|
17892
|
-
}
|
17893
|
-
|
17894
|
-
export type EnumsAggregateArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
17895
|
-
/**
|
17896
|
-
* Filter which Enums to aggregate.
|
17897
|
-
*/
|
17898
|
-
where?: EnumsWhereInput
|
17899
|
-
/**
|
17900
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
17901
|
-
*
|
17902
|
-
* Determine the order of Enums to fetch.
|
17903
|
-
*/
|
17904
|
-
orderBy?: EnumsOrderByWithRelationInput | EnumsOrderByWithRelationInput[]
|
17905
|
-
/**
|
17906
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
17907
|
-
*
|
17908
|
-
* Sets the start position
|
17909
|
-
*/
|
17910
|
-
cursor?: EnumsWhereUniqueInput
|
17911
|
-
/**
|
17912
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
17913
|
-
*
|
17914
|
-
* Take `±n` Enums from the position of the cursor.
|
17915
|
-
*/
|
17916
|
-
take?: number
|
17917
|
-
/**
|
17918
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
17919
|
-
*
|
17920
|
-
* Skip the first `n` Enums.
|
17921
|
-
*/
|
17922
|
-
skip?: number
|
17923
|
-
/**
|
17924
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
17925
|
-
*
|
17926
|
-
* Count returned Enums
|
17927
|
-
**/
|
17928
|
-
_count?: true | EnumsCountAggregateInputType
|
17929
|
-
/**
|
17930
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
17931
|
-
*
|
17932
|
-
* Select which fields to find the minimum value
|
17933
|
-
**/
|
17934
|
-
_min?: EnumsMinAggregateInputType
|
17935
|
-
/**
|
17936
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
17937
|
-
*
|
17938
|
-
* Select which fields to find the maximum value
|
17939
|
-
**/
|
17940
|
-
_max?: EnumsMaxAggregateInputType
|
17941
|
-
}
|
17942
|
-
|
17943
|
-
export type GetEnumsAggregateType<T extends EnumsAggregateArgs> = {
|
17944
|
-
[P in keyof T & keyof AggregateEnums]: P extends '_count' | 'count'
|
17945
|
-
? T[P] extends true
|
17946
|
-
? number
|
17947
|
-
: GetScalarType<T[P], AggregateEnums[P]>
|
17948
|
-
: GetScalarType<T[P], AggregateEnums[P]>
|
17949
|
-
}
|
17950
|
-
|
17951
|
-
|
17952
|
-
|
17953
|
-
|
17954
|
-
export type EnumsGroupByArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
17955
|
-
where?: EnumsWhereInput
|
17956
|
-
orderBy?: EnumsOrderByWithAggregationInput | EnumsOrderByWithAggregationInput[]
|
17957
|
-
by: EnumsScalarFieldEnum[] | EnumsScalarFieldEnum
|
17958
|
-
having?: EnumsScalarWhereWithAggregatesInput
|
17959
|
-
take?: number
|
17960
|
-
skip?: number
|
17961
|
-
_count?: EnumsCountAggregateInputType | true
|
17962
|
-
_min?: EnumsMinAggregateInputType
|
17963
|
-
_max?: EnumsMaxAggregateInputType
|
17964
|
-
}
|
17965
|
-
|
17966
|
-
export type EnumsGroupByOutputType = {
|
17967
|
-
id: string
|
17968
|
-
templateStatus: $Enums.TemplateStatus
|
17969
|
-
templateCategory: $Enums.TemplateCategory
|
17970
|
-
_count: EnumsCountAggregateOutputType | null
|
17971
|
-
_min: EnumsMinAggregateOutputType | null
|
17972
|
-
_max: EnumsMaxAggregateOutputType | null
|
17973
|
-
}
|
17974
|
-
|
17975
|
-
type GetEnumsGroupByPayload<T extends EnumsGroupByArgs> = Prisma.PrismaPromise<
|
17976
|
-
Array<
|
17977
|
-
PickEnumerable<EnumsGroupByOutputType, T['by']> &
|
17978
|
-
{
|
17979
|
-
[P in ((keyof T) & (keyof EnumsGroupByOutputType))]: P extends '_count'
|
17980
|
-
? T[P] extends boolean
|
17981
|
-
? number
|
17982
|
-
: GetScalarType<T[P], EnumsGroupByOutputType[P]>
|
17983
|
-
: GetScalarType<T[P], EnumsGroupByOutputType[P]>
|
17984
|
-
}
|
17985
|
-
>
|
17986
|
-
>
|
17987
|
-
|
17988
|
-
|
17989
|
-
export type EnumsSelect<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
|
17990
|
-
id?: boolean
|
17991
|
-
templateStatus?: boolean
|
17992
|
-
templateCategory?: boolean
|
17993
|
-
}, ExtArgs["result"]["enums"]>
|
17994
|
-
|
17995
|
-
export type EnumsSelectCreateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
|
17996
|
-
id?: boolean
|
17997
|
-
templateStatus?: boolean
|
17998
|
-
templateCategory?: boolean
|
17999
|
-
}, ExtArgs["result"]["enums"]>
|
18000
|
-
|
18001
|
-
export type EnumsSelectUpdateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
|
18002
|
-
id?: boolean
|
18003
|
-
templateStatus?: boolean
|
18004
|
-
templateCategory?: boolean
|
18005
|
-
}, ExtArgs["result"]["enums"]>
|
18006
|
-
|
18007
|
-
export type EnumsSelectScalar = {
|
16765
|
+
export type EnumsSelectScalar = {
|
18008
16766
|
id?: boolean
|
18009
16767
|
templateStatus?: boolean
|
18010
16768
|
templateCategory?: boolean
|
@@ -20115,10 +18873,12 @@ export namespace Prisma {
|
|
20115
18873
|
id: 'id',
|
20116
18874
|
eventId: 'eventId',
|
20117
18875
|
type: 'type',
|
18876
|
+
status: 'status',
|
20118
18877
|
fullName: 'fullName',
|
20119
18878
|
mail: 'mail',
|
18879
|
+
dni: 'dni',
|
18880
|
+
seat: 'seat',
|
20120
18881
|
profileId: 'profileId',
|
20121
|
-
ticketGroupId: 'ticketGroupId',
|
20122
18882
|
created_at: 'created_at',
|
20123
18883
|
updated_at: 'updated_at'
|
20124
18884
|
};
|
@@ -20126,18 +18886,6 @@ export namespace Prisma {
|
|
20126
18886
|
export type TicketScalarFieldEnum = (typeof TicketScalarFieldEnum)[keyof typeof TicketScalarFieldEnum]
|
20127
18887
|
|
20128
18888
|
|
20129
|
-
export const TicketGroupScalarFieldEnum: {
|
20130
|
-
id: 'id',
|
20131
|
-
status: 'status',
|
20132
|
-
amountTickets: 'amountTickets',
|
20133
|
-
eventId: 'eventId',
|
20134
|
-
created_at: 'created_at',
|
20135
|
-
updated_at: 'updated_at'
|
20136
|
-
};
|
20137
|
-
|
20138
|
-
export type TicketGroupScalarFieldEnum = (typeof TicketGroupScalarFieldEnum)[keyof typeof TicketGroupScalarFieldEnum]
|
20139
|
-
|
20140
|
-
|
20141
18889
|
export const EnumsScalarFieldEnum: {
|
20142
18890
|
id: 'id',
|
20143
18891
|
templateStatus: 'templateStatus',
|
@@ -20339,16 +19087,16 @@ export namespace Prisma {
|
|
20339
19087
|
|
20340
19088
|
|
20341
19089
|
/**
|
20342
|
-
* Reference to a field of type '
|
19090
|
+
* Reference to a field of type 'TicketStatus'
|
20343
19091
|
*/
|
20344
|
-
export type
|
19092
|
+
export type EnumTicketStatusFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'TicketStatus'>
|
20345
19093
|
|
20346
19094
|
|
20347
19095
|
|
20348
19096
|
/**
|
20349
|
-
* Reference to a field of type '
|
19097
|
+
* Reference to a field of type 'TicketStatus[]'
|
20350
19098
|
*/
|
20351
|
-
export type
|
19099
|
+
export type ListEnumTicketStatusFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'TicketStatus[]'>
|
20352
19100
|
|
20353
19101
|
|
20354
19102
|
|
@@ -21014,7 +19762,6 @@ export namespace Prisma {
|
|
21014
19762
|
tagConfirmed?: XOR<TagScalarRelationFilter, TagWhereInput>
|
21015
19763
|
supraEvent?: XOR<EventNullableScalarRelationFilter, EventWhereInput> | null
|
21016
19764
|
tickets?: TicketListRelationFilter
|
21017
|
-
ticketGroups?: TicketGroupListRelationFilter
|
21018
19765
|
subEvents?: EventListRelationFilter
|
21019
19766
|
tags?: TagListRelationFilter
|
21020
19767
|
eventTickets?: EventTicketListRelationFilter
|
@@ -21039,7 +19786,6 @@ export namespace Prisma {
|
|
21039
19786
|
tagConfirmed?: TagOrderByWithRelationInput
|
21040
19787
|
supraEvent?: EventOrderByWithRelationInput
|
21041
19788
|
tickets?: TicketOrderByRelationAggregateInput
|
21042
|
-
ticketGroups?: TicketGroupOrderByRelationAggregateInput
|
21043
19789
|
subEvents?: EventOrderByRelationAggregateInput
|
21044
19790
|
tags?: TagOrderByRelationAggregateInput
|
21045
19791
|
eventTickets?: EventTicketOrderByRelationAggregateInput
|
@@ -21067,7 +19813,6 @@ export namespace Prisma {
|
|
21067
19813
|
tagConfirmed?: XOR<TagScalarRelationFilter, TagWhereInput>
|
21068
19814
|
supraEvent?: XOR<EventNullableScalarRelationFilter, EventWhereInput> | null
|
21069
19815
|
tickets?: TicketListRelationFilter
|
21070
|
-
ticketGroups?: TicketGroupListRelationFilter
|
21071
19816
|
subEvents?: EventListRelationFilter
|
21072
19817
|
tags?: TagListRelationFilter
|
21073
19818
|
eventTickets?: EventTicketListRelationFilter
|
@@ -21290,30 +20035,32 @@ export namespace Prisma {
|
|
21290
20035
|
id?: StringFilter<"Ticket"> | string
|
21291
20036
|
eventId?: StringFilter<"Ticket"> | string
|
21292
20037
|
type?: EnumTicketTypeFilter<"Ticket"> | $Enums.TicketType
|
20038
|
+
status?: EnumTicketStatusFilter<"Ticket"> | $Enums.TicketStatus
|
21293
20039
|
fullName?: StringFilter<"Ticket"> | string
|
21294
20040
|
mail?: StringFilter<"Ticket"> | string
|
20041
|
+
dni?: StringFilter<"Ticket"> | string
|
20042
|
+
seat?: IntNullableFilter<"Ticket"> | number | null
|
21295
20043
|
profileId?: StringNullableFilter<"Ticket"> | string | null
|
21296
|
-
ticketGroupId?: StringFilter<"Ticket"> | string
|
21297
20044
|
created_at?: DateTimeFilter<"Ticket"> | Date | string
|
21298
20045
|
updated_at?: DateTimeFilter<"Ticket"> | Date | string
|
21299
20046
|
event?: XOR<EventScalarRelationFilter, EventWhereInput>
|
21300
20047
|
profile?: XOR<ProfileNullableScalarRelationFilter, ProfileWhereInput> | null
|
21301
|
-
ticketGroup?: XOR<TicketGroupScalarRelationFilter, TicketGroupWhereInput>
|
21302
20048
|
}
|
21303
20049
|
|
21304
20050
|
export type TicketOrderByWithRelationInput = {
|
21305
20051
|
id?: SortOrder
|
21306
20052
|
eventId?: SortOrder
|
21307
20053
|
type?: SortOrder
|
20054
|
+
status?: SortOrder
|
21308
20055
|
fullName?: SortOrder
|
21309
20056
|
mail?: SortOrder
|
20057
|
+
dni?: SortOrder
|
20058
|
+
seat?: SortOrderInput | SortOrder
|
21310
20059
|
profileId?: SortOrderInput | SortOrder
|
21311
|
-
ticketGroupId?: SortOrder
|
21312
20060
|
created_at?: SortOrder
|
21313
20061
|
updated_at?: SortOrder
|
21314
20062
|
event?: EventOrderByWithRelationInput
|
21315
20063
|
profile?: ProfileOrderByWithRelationInput
|
21316
|
-
ticketGroup?: TicketGroupOrderByWithRelationInput
|
21317
20064
|
}
|
21318
20065
|
|
21319
20066
|
export type TicketWhereUniqueInput = Prisma.AtLeast<{
|
@@ -21323,110 +20070,52 @@ export namespace Prisma {
|
|
21323
20070
|
NOT?: TicketWhereInput | TicketWhereInput[]
|
21324
20071
|
eventId?: StringFilter<"Ticket"> | string
|
21325
20072
|
type?: EnumTicketTypeFilter<"Ticket"> | $Enums.TicketType
|
20073
|
+
status?: EnumTicketStatusFilter<"Ticket"> | $Enums.TicketStatus
|
21326
20074
|
fullName?: StringFilter<"Ticket"> | string
|
21327
20075
|
mail?: StringFilter<"Ticket"> | string
|
20076
|
+
dni?: StringFilter<"Ticket"> | string
|
20077
|
+
seat?: IntNullableFilter<"Ticket"> | number | null
|
21328
20078
|
profileId?: StringNullableFilter<"Ticket"> | string | null
|
21329
|
-
ticketGroupId?: StringFilter<"Ticket"> | string
|
21330
20079
|
created_at?: DateTimeFilter<"Ticket"> | Date | string
|
21331
20080
|
updated_at?: DateTimeFilter<"Ticket"> | Date | string
|
21332
20081
|
event?: XOR<EventScalarRelationFilter, EventWhereInput>
|
21333
20082
|
profile?: XOR<ProfileNullableScalarRelationFilter, ProfileWhereInput> | null
|
21334
|
-
ticketGroup?: XOR<TicketGroupScalarRelationFilter, TicketGroupWhereInput>
|
21335
20083
|
}, "id">
|
21336
20084
|
|
21337
20085
|
export type TicketOrderByWithAggregationInput = {
|
21338
20086
|
id?: SortOrder
|
21339
20087
|
eventId?: SortOrder
|
21340
20088
|
type?: SortOrder
|
20089
|
+
status?: SortOrder
|
21341
20090
|
fullName?: SortOrder
|
21342
20091
|
mail?: SortOrder
|
20092
|
+
dni?: SortOrder
|
20093
|
+
seat?: SortOrderInput | SortOrder
|
21343
20094
|
profileId?: SortOrderInput | SortOrder
|
21344
|
-
ticketGroupId?: SortOrder
|
21345
20095
|
created_at?: SortOrder
|
21346
20096
|
updated_at?: SortOrder
|
21347
20097
|
_count?: TicketCountOrderByAggregateInput
|
20098
|
+
_avg?: TicketAvgOrderByAggregateInput
|
21348
20099
|
_max?: TicketMaxOrderByAggregateInput
|
21349
20100
|
_min?: TicketMinOrderByAggregateInput
|
20101
|
+
_sum?: TicketSumOrderByAggregateInput
|
21350
20102
|
}
|
21351
20103
|
|
21352
20104
|
export type TicketScalarWhereWithAggregatesInput = {
|
21353
20105
|
AND?: TicketScalarWhereWithAggregatesInput | TicketScalarWhereWithAggregatesInput[]
|
21354
20106
|
OR?: TicketScalarWhereWithAggregatesInput[]
|
21355
20107
|
NOT?: TicketScalarWhereWithAggregatesInput | TicketScalarWhereWithAggregatesInput[]
|
21356
|
-
id?: StringWithAggregatesFilter<"Ticket"> | string
|
21357
|
-
eventId?: StringWithAggregatesFilter<"Ticket"> | string
|
21358
|
-
type?: EnumTicketTypeWithAggregatesFilter<"Ticket"> | $Enums.TicketType
|
21359
|
-
|
21360
|
-
|
21361
|
-
|
21362
|
-
|
21363
|
-
|
21364
|
-
|
21365
|
-
|
21366
|
-
|
21367
|
-
export type TicketGroupWhereInput = {
|
21368
|
-
AND?: TicketGroupWhereInput | TicketGroupWhereInput[]
|
21369
|
-
OR?: TicketGroupWhereInput[]
|
21370
|
-
NOT?: TicketGroupWhereInput | TicketGroupWhereInput[]
|
21371
|
-
id?: StringFilter<"TicketGroup"> | string
|
21372
|
-
status?: EnumTicketGroupStatusFilter<"TicketGroup"> | $Enums.TicketGroupStatus
|
21373
|
-
amountTickets?: IntFilter<"TicketGroup"> | number
|
21374
|
-
eventId?: StringFilter<"TicketGroup"> | string
|
21375
|
-
created_at?: DateTimeFilter<"TicketGroup"> | Date | string
|
21376
|
-
updated_at?: DateTimeFilter<"TicketGroup"> | Date | string
|
21377
|
-
event?: XOR<EventScalarRelationFilter, EventWhereInput>
|
21378
|
-
tickets?: TicketListRelationFilter
|
21379
|
-
}
|
21380
|
-
|
21381
|
-
export type TicketGroupOrderByWithRelationInput = {
|
21382
|
-
id?: SortOrder
|
21383
|
-
status?: SortOrder
|
21384
|
-
amountTickets?: SortOrder
|
21385
|
-
eventId?: SortOrder
|
21386
|
-
created_at?: SortOrder
|
21387
|
-
updated_at?: SortOrder
|
21388
|
-
event?: EventOrderByWithRelationInput
|
21389
|
-
tickets?: TicketOrderByRelationAggregateInput
|
21390
|
-
}
|
21391
|
-
|
21392
|
-
export type TicketGroupWhereUniqueInput = Prisma.AtLeast<{
|
21393
|
-
id?: string
|
21394
|
-
AND?: TicketGroupWhereInput | TicketGroupWhereInput[]
|
21395
|
-
OR?: TicketGroupWhereInput[]
|
21396
|
-
NOT?: TicketGroupWhereInput | TicketGroupWhereInput[]
|
21397
|
-
status?: EnumTicketGroupStatusFilter<"TicketGroup"> | $Enums.TicketGroupStatus
|
21398
|
-
amountTickets?: IntFilter<"TicketGroup"> | number
|
21399
|
-
eventId?: StringFilter<"TicketGroup"> | string
|
21400
|
-
created_at?: DateTimeFilter<"TicketGroup"> | Date | string
|
21401
|
-
updated_at?: DateTimeFilter<"TicketGroup"> | Date | string
|
21402
|
-
event?: XOR<EventScalarRelationFilter, EventWhereInput>
|
21403
|
-
tickets?: TicketListRelationFilter
|
21404
|
-
}, "id">
|
21405
|
-
|
21406
|
-
export type TicketGroupOrderByWithAggregationInput = {
|
21407
|
-
id?: SortOrder
|
21408
|
-
status?: SortOrder
|
21409
|
-
amountTickets?: SortOrder
|
21410
|
-
eventId?: SortOrder
|
21411
|
-
created_at?: SortOrder
|
21412
|
-
updated_at?: SortOrder
|
21413
|
-
_count?: TicketGroupCountOrderByAggregateInput
|
21414
|
-
_avg?: TicketGroupAvgOrderByAggregateInput
|
21415
|
-
_max?: TicketGroupMaxOrderByAggregateInput
|
21416
|
-
_min?: TicketGroupMinOrderByAggregateInput
|
21417
|
-
_sum?: TicketGroupSumOrderByAggregateInput
|
21418
|
-
}
|
21419
|
-
|
21420
|
-
export type TicketGroupScalarWhereWithAggregatesInput = {
|
21421
|
-
AND?: TicketGroupScalarWhereWithAggregatesInput | TicketGroupScalarWhereWithAggregatesInput[]
|
21422
|
-
OR?: TicketGroupScalarWhereWithAggregatesInput[]
|
21423
|
-
NOT?: TicketGroupScalarWhereWithAggregatesInput | TicketGroupScalarWhereWithAggregatesInput[]
|
21424
|
-
id?: StringWithAggregatesFilter<"TicketGroup"> | string
|
21425
|
-
status?: EnumTicketGroupStatusWithAggregatesFilter<"TicketGroup"> | $Enums.TicketGroupStatus
|
21426
|
-
amountTickets?: IntWithAggregatesFilter<"TicketGroup"> | number
|
21427
|
-
eventId?: StringWithAggregatesFilter<"TicketGroup"> | string
|
21428
|
-
created_at?: DateTimeWithAggregatesFilter<"TicketGroup"> | Date | string
|
21429
|
-
updated_at?: DateTimeWithAggregatesFilter<"TicketGroup"> | Date | string
|
20108
|
+
id?: StringWithAggregatesFilter<"Ticket"> | string
|
20109
|
+
eventId?: StringWithAggregatesFilter<"Ticket"> | string
|
20110
|
+
type?: EnumTicketTypeWithAggregatesFilter<"Ticket"> | $Enums.TicketType
|
20111
|
+
status?: EnumTicketStatusWithAggregatesFilter<"Ticket"> | $Enums.TicketStatus
|
20112
|
+
fullName?: StringWithAggregatesFilter<"Ticket"> | string
|
20113
|
+
mail?: StringWithAggregatesFilter<"Ticket"> | string
|
20114
|
+
dni?: StringWithAggregatesFilter<"Ticket"> | string
|
20115
|
+
seat?: IntNullableWithAggregatesFilter<"Ticket"> | number | null
|
20116
|
+
profileId?: StringNullableWithAggregatesFilter<"Ticket"> | string | null
|
20117
|
+
created_at?: DateTimeWithAggregatesFilter<"Ticket"> | Date | string
|
20118
|
+
updated_at?: DateTimeWithAggregatesFilter<"Ticket"> | Date | string
|
21430
20119
|
}
|
21431
20120
|
|
21432
20121
|
export type EnumsWhereInput = {
|
@@ -22241,7 +20930,6 @@ export namespace Prisma {
|
|
22241
20930
|
tagConfirmed: TagCreateNestedOneWithoutConfirmedEventInput
|
22242
20931
|
supraEvent?: EventCreateNestedOneWithoutSubEventsInput
|
22243
20932
|
tickets?: TicketCreateNestedManyWithoutEventInput
|
22244
|
-
ticketGroups?: TicketGroupCreateNestedManyWithoutEventInput
|
22245
20933
|
subEvents?: EventCreateNestedManyWithoutSupraEventInput
|
22246
20934
|
tags?: TagCreateNestedManyWithoutEventInput
|
22247
20935
|
eventTickets?: EventTicketCreateNestedManyWithoutEventInput
|
@@ -22262,7 +20950,6 @@ export namespace Prisma {
|
|
22262
20950
|
created_at?: Date | string
|
22263
20951
|
updated_at?: Date | string
|
22264
20952
|
tickets?: TicketUncheckedCreateNestedManyWithoutEventInput
|
22265
|
-
ticketGroups?: TicketGroupUncheckedCreateNestedManyWithoutEventInput
|
22266
20953
|
subEvents?: EventUncheckedCreateNestedManyWithoutSupraEventInput
|
22267
20954
|
tags?: TagUncheckedCreateNestedManyWithoutEventInput
|
22268
20955
|
eventTickets?: EventTicketUncheckedCreateNestedManyWithoutEventInput
|
@@ -22283,7 +20970,6 @@ export namespace Prisma {
|
|
22283
20970
|
tagConfirmed?: TagUpdateOneRequiredWithoutConfirmedEventNestedInput
|
22284
20971
|
supraEvent?: EventUpdateOneWithoutSubEventsNestedInput
|
22285
20972
|
tickets?: TicketUpdateManyWithoutEventNestedInput
|
22286
|
-
ticketGroups?: TicketGroupUpdateManyWithoutEventNestedInput
|
22287
20973
|
subEvents?: EventUpdateManyWithoutSupraEventNestedInput
|
22288
20974
|
tags?: TagUpdateManyWithoutEventNestedInput
|
22289
20975
|
eventTickets?: EventTicketUpdateManyWithoutEventNestedInput
|
@@ -22304,7 +20990,6 @@ export namespace Prisma {
|
|
22304
20990
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
22305
20991
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
22306
20992
|
tickets?: TicketUncheckedUpdateManyWithoutEventNestedInput
|
22307
|
-
ticketGroups?: TicketGroupUncheckedUpdateManyWithoutEventNestedInput
|
22308
20993
|
subEvents?: EventUncheckedUpdateManyWithoutSupraEventNestedInput
|
22309
20994
|
tags?: TagUncheckedUpdateManyWithoutEventNestedInput
|
22310
20995
|
eventTickets?: EventTicketUncheckedUpdateManyWithoutEventNestedInput
|
@@ -22542,23 +21227,27 @@ export namespace Prisma {
|
|
22542
21227
|
export type TicketCreateInput = {
|
22543
21228
|
id?: string
|
22544
21229
|
type: $Enums.TicketType
|
21230
|
+
status: $Enums.TicketStatus
|
22545
21231
|
fullName: string
|
22546
21232
|
mail: string
|
21233
|
+
dni: string
|
21234
|
+
seat?: number | null
|
22547
21235
|
created_at?: Date | string
|
22548
21236
|
updated_at?: Date | string
|
22549
21237
|
event: EventCreateNestedOneWithoutTicketsInput
|
22550
21238
|
profile?: ProfileCreateNestedOneWithoutTicketInput
|
22551
|
-
ticketGroup: TicketGroupCreateNestedOneWithoutTicketsInput
|
22552
21239
|
}
|
22553
21240
|
|
22554
21241
|
export type TicketUncheckedCreateInput = {
|
22555
21242
|
id?: string
|
22556
21243
|
eventId: string
|
22557
21244
|
type: $Enums.TicketType
|
21245
|
+
status: $Enums.TicketStatus
|
22558
21246
|
fullName: string
|
22559
21247
|
mail: string
|
21248
|
+
dni: string
|
21249
|
+
seat?: number | null
|
22560
21250
|
profileId?: string | null
|
22561
|
-
ticketGroupId: string
|
22562
21251
|
created_at?: Date | string
|
22563
21252
|
updated_at?: Date | string
|
22564
21253
|
}
|
@@ -22566,23 +21255,27 @@ export namespace Prisma {
|
|
22566
21255
|
export type TicketUpdateInput = {
|
22567
21256
|
id?: StringFieldUpdateOperationsInput | string
|
22568
21257
|
type?: EnumTicketTypeFieldUpdateOperationsInput | $Enums.TicketType
|
21258
|
+
status?: EnumTicketStatusFieldUpdateOperationsInput | $Enums.TicketStatus
|
22569
21259
|
fullName?: StringFieldUpdateOperationsInput | string
|
22570
21260
|
mail?: StringFieldUpdateOperationsInput | string
|
21261
|
+
dni?: StringFieldUpdateOperationsInput | string
|
21262
|
+
seat?: NullableIntFieldUpdateOperationsInput | number | null
|
22571
21263
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
22572
21264
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
22573
21265
|
event?: EventUpdateOneRequiredWithoutTicketsNestedInput
|
22574
21266
|
profile?: ProfileUpdateOneWithoutTicketNestedInput
|
22575
|
-
ticketGroup?: TicketGroupUpdateOneRequiredWithoutTicketsNestedInput
|
22576
21267
|
}
|
22577
21268
|
|
22578
21269
|
export type TicketUncheckedUpdateInput = {
|
22579
21270
|
id?: StringFieldUpdateOperationsInput | string
|
22580
21271
|
eventId?: StringFieldUpdateOperationsInput | string
|
22581
21272
|
type?: EnumTicketTypeFieldUpdateOperationsInput | $Enums.TicketType
|
21273
|
+
status?: EnumTicketStatusFieldUpdateOperationsInput | $Enums.TicketStatus
|
22582
21274
|
fullName?: StringFieldUpdateOperationsInput | string
|
22583
21275
|
mail?: StringFieldUpdateOperationsInput | string
|
21276
|
+
dni?: StringFieldUpdateOperationsInput | string
|
21277
|
+
seat?: NullableIntFieldUpdateOperationsInput | number | null
|
22584
21278
|
profileId?: NullableStringFieldUpdateOperationsInput | string | null
|
22585
|
-
ticketGroupId?: StringFieldUpdateOperationsInput | string
|
22586
21279
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
22587
21280
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
22588
21281
|
}
|
@@ -22591,10 +21284,12 @@ export namespace Prisma {
|
|
22591
21284
|
id?: string
|
22592
21285
|
eventId: string
|
22593
21286
|
type: $Enums.TicketType
|
21287
|
+
status: $Enums.TicketStatus
|
22594
21288
|
fullName: string
|
22595
21289
|
mail: string
|
21290
|
+
dni: string
|
21291
|
+
seat?: number | null
|
22596
21292
|
profileId?: string | null
|
22597
|
-
ticketGroupId: string
|
22598
21293
|
created_at?: Date | string
|
22599
21294
|
updated_at?: Date | string
|
22600
21295
|
}
|
@@ -22602,8 +21297,11 @@ export namespace Prisma {
|
|
22602
21297
|
export type TicketUpdateManyMutationInput = {
|
22603
21298
|
id?: StringFieldUpdateOperationsInput | string
|
22604
21299
|
type?: EnumTicketTypeFieldUpdateOperationsInput | $Enums.TicketType
|
21300
|
+
status?: EnumTicketStatusFieldUpdateOperationsInput | $Enums.TicketStatus
|
22605
21301
|
fullName?: StringFieldUpdateOperationsInput | string
|
22606
21302
|
mail?: StringFieldUpdateOperationsInput | string
|
21303
|
+
dni?: StringFieldUpdateOperationsInput | string
|
21304
|
+
seat?: NullableIntFieldUpdateOperationsInput | number | null
|
22607
21305
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
22608
21306
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
22609
21307
|
}
|
@@ -22612,76 +21310,12 @@ export namespace Prisma {
|
|
22612
21310
|
id?: StringFieldUpdateOperationsInput | string
|
22613
21311
|
eventId?: StringFieldUpdateOperationsInput | string
|
22614
21312
|
type?: EnumTicketTypeFieldUpdateOperationsInput | $Enums.TicketType
|
21313
|
+
status?: EnumTicketStatusFieldUpdateOperationsInput | $Enums.TicketStatus
|
22615
21314
|
fullName?: StringFieldUpdateOperationsInput | string
|
22616
21315
|
mail?: StringFieldUpdateOperationsInput | string
|
21316
|
+
dni?: StringFieldUpdateOperationsInput | string
|
21317
|
+
seat?: NullableIntFieldUpdateOperationsInput | number | null
|
22617
21318
|
profileId?: NullableStringFieldUpdateOperationsInput | string | null
|
22618
|
-
ticketGroupId?: StringFieldUpdateOperationsInput | string
|
22619
|
-
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
22620
|
-
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
22621
|
-
}
|
22622
|
-
|
22623
|
-
export type TicketGroupCreateInput = {
|
22624
|
-
id?: string
|
22625
|
-
status: $Enums.TicketGroupStatus
|
22626
|
-
amountTickets?: number
|
22627
|
-
created_at?: Date | string
|
22628
|
-
updated_at?: Date | string
|
22629
|
-
event: EventCreateNestedOneWithoutTicketGroupsInput
|
22630
|
-
tickets?: TicketCreateNestedManyWithoutTicketGroupInput
|
22631
|
-
}
|
22632
|
-
|
22633
|
-
export type TicketGroupUncheckedCreateInput = {
|
22634
|
-
id?: string
|
22635
|
-
status: $Enums.TicketGroupStatus
|
22636
|
-
amountTickets?: number
|
22637
|
-
eventId: string
|
22638
|
-
created_at?: Date | string
|
22639
|
-
updated_at?: Date | string
|
22640
|
-
tickets?: TicketUncheckedCreateNestedManyWithoutTicketGroupInput
|
22641
|
-
}
|
22642
|
-
|
22643
|
-
export type TicketGroupUpdateInput = {
|
22644
|
-
id?: StringFieldUpdateOperationsInput | string
|
22645
|
-
status?: EnumTicketGroupStatusFieldUpdateOperationsInput | $Enums.TicketGroupStatus
|
22646
|
-
amountTickets?: IntFieldUpdateOperationsInput | number
|
22647
|
-
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
22648
|
-
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
22649
|
-
event?: EventUpdateOneRequiredWithoutTicketGroupsNestedInput
|
22650
|
-
tickets?: TicketUpdateManyWithoutTicketGroupNestedInput
|
22651
|
-
}
|
22652
|
-
|
22653
|
-
export type TicketGroupUncheckedUpdateInput = {
|
22654
|
-
id?: StringFieldUpdateOperationsInput | string
|
22655
|
-
status?: EnumTicketGroupStatusFieldUpdateOperationsInput | $Enums.TicketGroupStatus
|
22656
|
-
amountTickets?: IntFieldUpdateOperationsInput | number
|
22657
|
-
eventId?: StringFieldUpdateOperationsInput | string
|
22658
|
-
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
22659
|
-
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
22660
|
-
tickets?: TicketUncheckedUpdateManyWithoutTicketGroupNestedInput
|
22661
|
-
}
|
22662
|
-
|
22663
|
-
export type TicketGroupCreateManyInput = {
|
22664
|
-
id?: string
|
22665
|
-
status: $Enums.TicketGroupStatus
|
22666
|
-
amountTickets?: number
|
22667
|
-
eventId: string
|
22668
|
-
created_at?: Date | string
|
22669
|
-
updated_at?: Date | string
|
22670
|
-
}
|
22671
|
-
|
22672
|
-
export type TicketGroupUpdateManyMutationInput = {
|
22673
|
-
id?: StringFieldUpdateOperationsInput | string
|
22674
|
-
status?: EnumTicketGroupStatusFieldUpdateOperationsInput | $Enums.TicketGroupStatus
|
22675
|
-
amountTickets?: IntFieldUpdateOperationsInput | number
|
22676
|
-
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
22677
|
-
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
22678
|
-
}
|
22679
|
-
|
22680
|
-
export type TicketGroupUncheckedUpdateManyInput = {
|
22681
|
-
id?: StringFieldUpdateOperationsInput | string
|
22682
|
-
status?: EnumTicketGroupStatusFieldUpdateOperationsInput | $Enums.TicketGroupStatus
|
22683
|
-
amountTickets?: IntFieldUpdateOperationsInput | number
|
22684
|
-
eventId?: StringFieldUpdateOperationsInput | string
|
22685
21319
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
22686
21320
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
22687
21321
|
}
|
@@ -23433,22 +22067,12 @@ export namespace Prisma {
|
|
23433
22067
|
isNot?: TagWhereInput
|
23434
22068
|
}
|
23435
22069
|
|
23436
|
-
export type TicketGroupListRelationFilter = {
|
23437
|
-
every?: TicketGroupWhereInput
|
23438
|
-
some?: TicketGroupWhereInput
|
23439
|
-
none?: TicketGroupWhereInput
|
23440
|
-
}
|
23441
|
-
|
23442
22070
|
export type EventTicketListRelationFilter = {
|
23443
22071
|
every?: EventTicketWhereInput
|
23444
22072
|
some?: EventTicketWhereInput
|
23445
22073
|
none?: EventTicketWhereInput
|
23446
22074
|
}
|
23447
22075
|
|
23448
|
-
export type TicketGroupOrderByRelationAggregateInput = {
|
23449
|
-
_count?: SortOrder
|
23450
|
-
}
|
23451
|
-
|
23452
22076
|
export type EventTicketOrderByRelationAggregateInput = {
|
23453
22077
|
_count?: SortOrder
|
23454
22078
|
}
|
@@ -23650,6 +22274,24 @@ export namespace Prisma {
|
|
23650
22274
|
not?: NestedEnumTicketTypeFilter<$PrismaModel> | $Enums.TicketType
|
23651
22275
|
}
|
23652
22276
|
|
22277
|
+
export type EnumTicketStatusFilter<$PrismaModel = never> = {
|
22278
|
+
equals?: $Enums.TicketStatus | EnumTicketStatusFieldRefInput<$PrismaModel>
|
22279
|
+
in?: $Enums.TicketStatus[] | ListEnumTicketStatusFieldRefInput<$PrismaModel>
|
22280
|
+
notIn?: $Enums.TicketStatus[] | ListEnumTicketStatusFieldRefInput<$PrismaModel>
|
22281
|
+
not?: NestedEnumTicketStatusFilter<$PrismaModel> | $Enums.TicketStatus
|
22282
|
+
}
|
22283
|
+
|
22284
|
+
export type IntNullableFilter<$PrismaModel = never> = {
|
22285
|
+
equals?: number | IntFieldRefInput<$PrismaModel> | null
|
22286
|
+
in?: number[] | ListIntFieldRefInput<$PrismaModel> | null
|
22287
|
+
notIn?: number[] | ListIntFieldRefInput<$PrismaModel> | null
|
22288
|
+
lt?: number | IntFieldRefInput<$PrismaModel>
|
22289
|
+
lte?: number | IntFieldRefInput<$PrismaModel>
|
22290
|
+
gt?: number | IntFieldRefInput<$PrismaModel>
|
22291
|
+
gte?: number | IntFieldRefInput<$PrismaModel>
|
22292
|
+
not?: NestedIntNullableFilter<$PrismaModel> | number | null
|
22293
|
+
}
|
22294
|
+
|
23653
22295
|
export type EventScalarRelationFilter = {
|
23654
22296
|
is?: EventWhereInput
|
23655
22297
|
isNot?: EventWhereInput
|
@@ -23660,31 +22302,34 @@ export namespace Prisma {
|
|
23660
22302
|
isNot?: ProfileWhereInput | null
|
23661
22303
|
}
|
23662
22304
|
|
23663
|
-
export type TicketGroupScalarRelationFilter = {
|
23664
|
-
is?: TicketGroupWhereInput
|
23665
|
-
isNot?: TicketGroupWhereInput
|
23666
|
-
}
|
23667
|
-
|
23668
22305
|
export type TicketCountOrderByAggregateInput = {
|
23669
22306
|
id?: SortOrder
|
23670
22307
|
eventId?: SortOrder
|
23671
22308
|
type?: SortOrder
|
22309
|
+
status?: SortOrder
|
23672
22310
|
fullName?: SortOrder
|
23673
22311
|
mail?: SortOrder
|
22312
|
+
dni?: SortOrder
|
22313
|
+
seat?: SortOrder
|
23674
22314
|
profileId?: SortOrder
|
23675
|
-
ticketGroupId?: SortOrder
|
23676
22315
|
created_at?: SortOrder
|
23677
22316
|
updated_at?: SortOrder
|
23678
22317
|
}
|
23679
22318
|
|
22319
|
+
export type TicketAvgOrderByAggregateInput = {
|
22320
|
+
seat?: SortOrder
|
22321
|
+
}
|
22322
|
+
|
23680
22323
|
export type TicketMaxOrderByAggregateInput = {
|
23681
22324
|
id?: SortOrder
|
23682
22325
|
eventId?: SortOrder
|
23683
22326
|
type?: SortOrder
|
22327
|
+
status?: SortOrder
|
23684
22328
|
fullName?: SortOrder
|
23685
22329
|
mail?: SortOrder
|
22330
|
+
dni?: SortOrder
|
22331
|
+
seat?: SortOrder
|
23686
22332
|
profileId?: SortOrder
|
23687
|
-
ticketGroupId?: SortOrder
|
23688
22333
|
created_at?: SortOrder
|
23689
22334
|
updated_at?: SortOrder
|
23690
22335
|
}
|
@@ -23693,14 +22338,20 @@ export namespace Prisma {
|
|
23693
22338
|
id?: SortOrder
|
23694
22339
|
eventId?: SortOrder
|
23695
22340
|
type?: SortOrder
|
22341
|
+
status?: SortOrder
|
23696
22342
|
fullName?: SortOrder
|
23697
22343
|
mail?: SortOrder
|
22344
|
+
dni?: SortOrder
|
22345
|
+
seat?: SortOrder
|
23698
22346
|
profileId?: SortOrder
|
23699
|
-
ticketGroupId?: SortOrder
|
23700
22347
|
created_at?: SortOrder
|
23701
22348
|
updated_at?: SortOrder
|
23702
22349
|
}
|
23703
22350
|
|
22351
|
+
export type TicketSumOrderByAggregateInput = {
|
22352
|
+
seat?: SortOrder
|
22353
|
+
}
|
22354
|
+
|
23704
22355
|
export type EnumTicketTypeWithAggregatesFilter<$PrismaModel = never> = {
|
23705
22356
|
equals?: $Enums.TicketType | EnumTicketTypeFieldRefInput<$PrismaModel>
|
23706
22357
|
in?: $Enums.TicketType[] | ListEnumTicketTypeFieldRefInput<$PrismaModel>
|
@@ -23711,56 +22362,30 @@ export namespace Prisma {
|
|
23711
22362
|
_max?: NestedEnumTicketTypeFilter<$PrismaModel>
|
23712
22363
|
}
|
23713
22364
|
|
23714
|
-
export type
|
23715
|
-
equals?: $Enums.
|
23716
|
-
in?: $Enums.
|
23717
|
-
notIn?: $Enums.
|
23718
|
-
not?:
|
23719
|
-
|
23720
|
-
|
23721
|
-
|
23722
|
-
id?: SortOrder
|
23723
|
-
status?: SortOrder
|
23724
|
-
amountTickets?: SortOrder
|
23725
|
-
eventId?: SortOrder
|
23726
|
-
created_at?: SortOrder
|
23727
|
-
updated_at?: SortOrder
|
23728
|
-
}
|
23729
|
-
|
23730
|
-
export type TicketGroupAvgOrderByAggregateInput = {
|
23731
|
-
amountTickets?: SortOrder
|
23732
|
-
}
|
23733
|
-
|
23734
|
-
export type TicketGroupMaxOrderByAggregateInput = {
|
23735
|
-
id?: SortOrder
|
23736
|
-
status?: SortOrder
|
23737
|
-
amountTickets?: SortOrder
|
23738
|
-
eventId?: SortOrder
|
23739
|
-
created_at?: SortOrder
|
23740
|
-
updated_at?: SortOrder
|
23741
|
-
}
|
23742
|
-
|
23743
|
-
export type TicketGroupMinOrderByAggregateInput = {
|
23744
|
-
id?: SortOrder
|
23745
|
-
status?: SortOrder
|
23746
|
-
amountTickets?: SortOrder
|
23747
|
-
eventId?: SortOrder
|
23748
|
-
created_at?: SortOrder
|
23749
|
-
updated_at?: SortOrder
|
23750
|
-
}
|
23751
|
-
|
23752
|
-
export type TicketGroupSumOrderByAggregateInput = {
|
23753
|
-
amountTickets?: SortOrder
|
22365
|
+
export type EnumTicketStatusWithAggregatesFilter<$PrismaModel = never> = {
|
22366
|
+
equals?: $Enums.TicketStatus | EnumTicketStatusFieldRefInput<$PrismaModel>
|
22367
|
+
in?: $Enums.TicketStatus[] | ListEnumTicketStatusFieldRefInput<$PrismaModel>
|
22368
|
+
notIn?: $Enums.TicketStatus[] | ListEnumTicketStatusFieldRefInput<$PrismaModel>
|
22369
|
+
not?: NestedEnumTicketStatusWithAggregatesFilter<$PrismaModel> | $Enums.TicketStatus
|
22370
|
+
_count?: NestedIntFilter<$PrismaModel>
|
22371
|
+
_min?: NestedEnumTicketStatusFilter<$PrismaModel>
|
22372
|
+
_max?: NestedEnumTicketStatusFilter<$PrismaModel>
|
23754
22373
|
}
|
23755
22374
|
|
23756
|
-
export type
|
23757
|
-
equals?:
|
23758
|
-
in?:
|
23759
|
-
notIn?:
|
23760
|
-
|
23761
|
-
|
23762
|
-
|
23763
|
-
|
22375
|
+
export type IntNullableWithAggregatesFilter<$PrismaModel = never> = {
|
22376
|
+
equals?: number | IntFieldRefInput<$PrismaModel> | null
|
22377
|
+
in?: number[] | ListIntFieldRefInput<$PrismaModel> | null
|
22378
|
+
notIn?: number[] | ListIntFieldRefInput<$PrismaModel> | null
|
22379
|
+
lt?: number | IntFieldRefInput<$PrismaModel>
|
22380
|
+
lte?: number | IntFieldRefInput<$PrismaModel>
|
22381
|
+
gt?: number | IntFieldRefInput<$PrismaModel>
|
22382
|
+
gte?: number | IntFieldRefInput<$PrismaModel>
|
22383
|
+
not?: NestedIntNullableWithAggregatesFilter<$PrismaModel> | number | null
|
22384
|
+
_count?: NestedIntNullableFilter<$PrismaModel>
|
22385
|
+
_avg?: NestedFloatNullableFilter<$PrismaModel>
|
22386
|
+
_sum?: NestedIntNullableFilter<$PrismaModel>
|
22387
|
+
_min?: NestedIntNullableFilter<$PrismaModel>
|
22388
|
+
_max?: NestedIntNullableFilter<$PrismaModel>
|
23764
22389
|
}
|
23765
22390
|
|
23766
22391
|
export type EnumTemplateStatusFilter<$PrismaModel = never> = {
|
@@ -23815,17 +22440,6 @@ export namespace Prisma {
|
|
23815
22440
|
_max?: NestedEnumTemplateCategoryFilter<$PrismaModel>
|
23816
22441
|
}
|
23817
22442
|
|
23818
|
-
export type IntNullableFilter<$PrismaModel = never> = {
|
23819
|
-
equals?: number | IntFieldRefInput<$PrismaModel> | null
|
23820
|
-
in?: number[] | ListIntFieldRefInput<$PrismaModel> | null
|
23821
|
-
notIn?: number[] | ListIntFieldRefInput<$PrismaModel> | null
|
23822
|
-
lt?: number | IntFieldRefInput<$PrismaModel>
|
23823
|
-
lte?: number | IntFieldRefInput<$PrismaModel>
|
23824
|
-
gt?: number | IntFieldRefInput<$PrismaModel>
|
23825
|
-
gte?: number | IntFieldRefInput<$PrismaModel>
|
23826
|
-
not?: NestedIntNullableFilter<$PrismaModel> | number | null
|
23827
|
-
}
|
23828
|
-
|
23829
22443
|
export type FloatNullableFilter<$PrismaModel = never> = {
|
23830
22444
|
equals?: number | FloatFieldRefInput<$PrismaModel> | null
|
23831
22445
|
in?: number[] | ListFloatFieldRefInput<$PrismaModel> | null
|
@@ -23877,22 +22491,6 @@ export namespace Prisma {
|
|
23877
22491
|
price?: SortOrder
|
23878
22492
|
}
|
23879
22493
|
|
23880
|
-
export type IntNullableWithAggregatesFilter<$PrismaModel = never> = {
|
23881
|
-
equals?: number | IntFieldRefInput<$PrismaModel> | null
|
23882
|
-
in?: number[] | ListIntFieldRefInput<$PrismaModel> | null
|
23883
|
-
notIn?: number[] | ListIntFieldRefInput<$PrismaModel> | null
|
23884
|
-
lt?: number | IntFieldRefInput<$PrismaModel>
|
23885
|
-
lte?: number | IntFieldRefInput<$PrismaModel>
|
23886
|
-
gt?: number | IntFieldRefInput<$PrismaModel>
|
23887
|
-
gte?: number | IntFieldRefInput<$PrismaModel>
|
23888
|
-
not?: NestedIntNullableWithAggregatesFilter<$PrismaModel> | number | null
|
23889
|
-
_count?: NestedIntNullableFilter<$PrismaModel>
|
23890
|
-
_avg?: NestedFloatNullableFilter<$PrismaModel>
|
23891
|
-
_sum?: NestedIntNullableFilter<$PrismaModel>
|
23892
|
-
_min?: NestedIntNullableFilter<$PrismaModel>
|
23893
|
-
_max?: NestedIntNullableFilter<$PrismaModel>
|
23894
|
-
}
|
23895
|
-
|
23896
22494
|
export type FloatNullableWithAggregatesFilter<$PrismaModel = never> = {
|
23897
22495
|
equals?: number | FloatFieldRefInput<$PrismaModel> | null
|
23898
22496
|
in?: number[] | ListFloatFieldRefInput<$PrismaModel> | null
|
@@ -24814,13 +23412,6 @@ export namespace Prisma {
|
|
24814
23412
|
connect?: TicketWhereUniqueInput | TicketWhereUniqueInput[]
|
24815
23413
|
}
|
24816
23414
|
|
24817
|
-
export type TicketGroupCreateNestedManyWithoutEventInput = {
|
24818
|
-
create?: XOR<TicketGroupCreateWithoutEventInput, TicketGroupUncheckedCreateWithoutEventInput> | TicketGroupCreateWithoutEventInput[] | TicketGroupUncheckedCreateWithoutEventInput[]
|
24819
|
-
connectOrCreate?: TicketGroupCreateOrConnectWithoutEventInput | TicketGroupCreateOrConnectWithoutEventInput[]
|
24820
|
-
createMany?: TicketGroupCreateManyEventInputEnvelope
|
24821
|
-
connect?: TicketGroupWhereUniqueInput | TicketGroupWhereUniqueInput[]
|
24822
|
-
}
|
24823
|
-
|
24824
23415
|
export type EventCreateNestedManyWithoutSupraEventInput = {
|
24825
23416
|
create?: XOR<EventCreateWithoutSupraEventInput, EventUncheckedCreateWithoutSupraEventInput> | EventCreateWithoutSupraEventInput[] | EventUncheckedCreateWithoutSupraEventInput[]
|
24826
23417
|
connectOrCreate?: EventCreateOrConnectWithoutSupraEventInput | EventCreateOrConnectWithoutSupraEventInput[]
|
@@ -24848,13 +23439,6 @@ export namespace Prisma {
|
|
24848
23439
|
connect?: TicketWhereUniqueInput | TicketWhereUniqueInput[]
|
24849
23440
|
}
|
24850
23441
|
|
24851
|
-
export type TicketGroupUncheckedCreateNestedManyWithoutEventInput = {
|
24852
|
-
create?: XOR<TicketGroupCreateWithoutEventInput, TicketGroupUncheckedCreateWithoutEventInput> | TicketGroupCreateWithoutEventInput[] | TicketGroupUncheckedCreateWithoutEventInput[]
|
24853
|
-
connectOrCreate?: TicketGroupCreateOrConnectWithoutEventInput | TicketGroupCreateOrConnectWithoutEventInput[]
|
24854
|
-
createMany?: TicketGroupCreateManyEventInputEnvelope
|
24855
|
-
connect?: TicketGroupWhereUniqueInput | TicketGroupWhereUniqueInput[]
|
24856
|
-
}
|
24857
|
-
|
24858
23442
|
export type EventUncheckedCreateNestedManyWithoutSupraEventInput = {
|
24859
23443
|
create?: XOR<EventCreateWithoutSupraEventInput, EventUncheckedCreateWithoutSupraEventInput> | EventCreateWithoutSupraEventInput[] | EventUncheckedCreateWithoutSupraEventInput[]
|
24860
23444
|
connectOrCreate?: EventCreateOrConnectWithoutSupraEventInput | EventCreateOrConnectWithoutSupraEventInput[]
|
@@ -24925,20 +23509,6 @@ export namespace Prisma {
|
|
24925
23509
|
deleteMany?: TicketScalarWhereInput | TicketScalarWhereInput[]
|
24926
23510
|
}
|
24927
23511
|
|
24928
|
-
export type TicketGroupUpdateManyWithoutEventNestedInput = {
|
24929
|
-
create?: XOR<TicketGroupCreateWithoutEventInput, TicketGroupUncheckedCreateWithoutEventInput> | TicketGroupCreateWithoutEventInput[] | TicketGroupUncheckedCreateWithoutEventInput[]
|
24930
|
-
connectOrCreate?: TicketGroupCreateOrConnectWithoutEventInput | TicketGroupCreateOrConnectWithoutEventInput[]
|
24931
|
-
upsert?: TicketGroupUpsertWithWhereUniqueWithoutEventInput | TicketGroupUpsertWithWhereUniqueWithoutEventInput[]
|
24932
|
-
createMany?: TicketGroupCreateManyEventInputEnvelope
|
24933
|
-
set?: TicketGroupWhereUniqueInput | TicketGroupWhereUniqueInput[]
|
24934
|
-
disconnect?: TicketGroupWhereUniqueInput | TicketGroupWhereUniqueInput[]
|
24935
|
-
delete?: TicketGroupWhereUniqueInput | TicketGroupWhereUniqueInput[]
|
24936
|
-
connect?: TicketGroupWhereUniqueInput | TicketGroupWhereUniqueInput[]
|
24937
|
-
update?: TicketGroupUpdateWithWhereUniqueWithoutEventInput | TicketGroupUpdateWithWhereUniqueWithoutEventInput[]
|
24938
|
-
updateMany?: TicketGroupUpdateManyWithWhereWithoutEventInput | TicketGroupUpdateManyWithWhereWithoutEventInput[]
|
24939
|
-
deleteMany?: TicketGroupScalarWhereInput | TicketGroupScalarWhereInput[]
|
24940
|
-
}
|
24941
|
-
|
24942
23512
|
export type EventUpdateManyWithoutSupraEventNestedInput = {
|
24943
23513
|
create?: XOR<EventCreateWithoutSupraEventInput, EventUncheckedCreateWithoutSupraEventInput> | EventCreateWithoutSupraEventInput[] | EventUncheckedCreateWithoutSupraEventInput[]
|
24944
23514
|
connectOrCreate?: EventCreateOrConnectWithoutSupraEventInput | EventCreateOrConnectWithoutSupraEventInput[]
|
@@ -24994,20 +23564,6 @@ export namespace Prisma {
|
|
24994
23564
|
deleteMany?: TicketScalarWhereInput | TicketScalarWhereInput[]
|
24995
23565
|
}
|
24996
23566
|
|
24997
|
-
export type TicketGroupUncheckedUpdateManyWithoutEventNestedInput = {
|
24998
|
-
create?: XOR<TicketGroupCreateWithoutEventInput, TicketGroupUncheckedCreateWithoutEventInput> | TicketGroupCreateWithoutEventInput[] | TicketGroupUncheckedCreateWithoutEventInput[]
|
24999
|
-
connectOrCreate?: TicketGroupCreateOrConnectWithoutEventInput | TicketGroupCreateOrConnectWithoutEventInput[]
|
25000
|
-
upsert?: TicketGroupUpsertWithWhereUniqueWithoutEventInput | TicketGroupUpsertWithWhereUniqueWithoutEventInput[]
|
25001
|
-
createMany?: TicketGroupCreateManyEventInputEnvelope
|
25002
|
-
set?: TicketGroupWhereUniqueInput | TicketGroupWhereUniqueInput[]
|
25003
|
-
disconnect?: TicketGroupWhereUniqueInput | TicketGroupWhereUniqueInput[]
|
25004
|
-
delete?: TicketGroupWhereUniqueInput | TicketGroupWhereUniqueInput[]
|
25005
|
-
connect?: TicketGroupWhereUniqueInput | TicketGroupWhereUniqueInput[]
|
25006
|
-
update?: TicketGroupUpdateWithWhereUniqueWithoutEventInput | TicketGroupUpdateWithWhereUniqueWithoutEventInput[]
|
25007
|
-
updateMany?: TicketGroupUpdateManyWithWhereWithoutEventInput | TicketGroupUpdateManyWithWhereWithoutEventInput[]
|
25008
|
-
deleteMany?: TicketGroupScalarWhereInput | TicketGroupScalarWhereInput[]
|
25009
|
-
}
|
25010
|
-
|
25011
23567
|
export type EventUncheckedUpdateManyWithoutSupraEventNestedInput = {
|
25012
23568
|
create?: XOR<EventCreateWithoutSupraEventInput, EventUncheckedCreateWithoutSupraEventInput> | EventCreateWithoutSupraEventInput[] | EventUncheckedCreateWithoutSupraEventInput[]
|
25013
23569
|
connectOrCreate?: EventCreateOrConnectWithoutSupraEventInput | EventCreateOrConnectWithoutSupraEventInput[]
|
@@ -25121,16 +23677,22 @@ export namespace Prisma {
|
|
25121
23677
|
connect?: ProfileWhereUniqueInput
|
25122
23678
|
}
|
25123
23679
|
|
25124
|
-
export type TicketGroupCreateNestedOneWithoutTicketsInput = {
|
25125
|
-
create?: XOR<TicketGroupCreateWithoutTicketsInput, TicketGroupUncheckedCreateWithoutTicketsInput>
|
25126
|
-
connectOrCreate?: TicketGroupCreateOrConnectWithoutTicketsInput
|
25127
|
-
connect?: TicketGroupWhereUniqueInput
|
25128
|
-
}
|
25129
|
-
|
25130
23680
|
export type EnumTicketTypeFieldUpdateOperationsInput = {
|
25131
23681
|
set?: $Enums.TicketType
|
25132
23682
|
}
|
25133
23683
|
|
23684
|
+
export type EnumTicketStatusFieldUpdateOperationsInput = {
|
23685
|
+
set?: $Enums.TicketStatus
|
23686
|
+
}
|
23687
|
+
|
23688
|
+
export type NullableIntFieldUpdateOperationsInput = {
|
23689
|
+
set?: number | null
|
23690
|
+
increment?: number
|
23691
|
+
decrement?: number
|
23692
|
+
multiply?: number
|
23693
|
+
divide?: number
|
23694
|
+
}
|
23695
|
+
|
25134
23696
|
export type EventUpdateOneRequiredWithoutTicketsNestedInput = {
|
25135
23697
|
create?: XOR<EventCreateWithoutTicketsInput, EventUncheckedCreateWithoutTicketsInput>
|
25136
23698
|
connectOrCreate?: EventCreateOrConnectWithoutTicketsInput
|
@@ -25149,74 +23711,6 @@ export namespace Prisma {
|
|
25149
23711
|
update?: XOR<XOR<ProfileUpdateToOneWithWhereWithoutTicketInput, ProfileUpdateWithoutTicketInput>, ProfileUncheckedUpdateWithoutTicketInput>
|
25150
23712
|
}
|
25151
23713
|
|
25152
|
-
export type TicketGroupUpdateOneRequiredWithoutTicketsNestedInput = {
|
25153
|
-
create?: XOR<TicketGroupCreateWithoutTicketsInput, TicketGroupUncheckedCreateWithoutTicketsInput>
|
25154
|
-
connectOrCreate?: TicketGroupCreateOrConnectWithoutTicketsInput
|
25155
|
-
upsert?: TicketGroupUpsertWithoutTicketsInput
|
25156
|
-
connect?: TicketGroupWhereUniqueInput
|
25157
|
-
update?: XOR<XOR<TicketGroupUpdateToOneWithWhereWithoutTicketsInput, TicketGroupUpdateWithoutTicketsInput>, TicketGroupUncheckedUpdateWithoutTicketsInput>
|
25158
|
-
}
|
25159
|
-
|
25160
|
-
export type EventCreateNestedOneWithoutTicketGroupsInput = {
|
25161
|
-
create?: XOR<EventCreateWithoutTicketGroupsInput, EventUncheckedCreateWithoutTicketGroupsInput>
|
25162
|
-
connectOrCreate?: EventCreateOrConnectWithoutTicketGroupsInput
|
25163
|
-
connect?: EventWhereUniqueInput
|
25164
|
-
}
|
25165
|
-
|
25166
|
-
export type TicketCreateNestedManyWithoutTicketGroupInput = {
|
25167
|
-
create?: XOR<TicketCreateWithoutTicketGroupInput, TicketUncheckedCreateWithoutTicketGroupInput> | TicketCreateWithoutTicketGroupInput[] | TicketUncheckedCreateWithoutTicketGroupInput[]
|
25168
|
-
connectOrCreate?: TicketCreateOrConnectWithoutTicketGroupInput | TicketCreateOrConnectWithoutTicketGroupInput[]
|
25169
|
-
createMany?: TicketCreateManyTicketGroupInputEnvelope
|
25170
|
-
connect?: TicketWhereUniqueInput | TicketWhereUniqueInput[]
|
25171
|
-
}
|
25172
|
-
|
25173
|
-
export type TicketUncheckedCreateNestedManyWithoutTicketGroupInput = {
|
25174
|
-
create?: XOR<TicketCreateWithoutTicketGroupInput, TicketUncheckedCreateWithoutTicketGroupInput> | TicketCreateWithoutTicketGroupInput[] | TicketUncheckedCreateWithoutTicketGroupInput[]
|
25175
|
-
connectOrCreate?: TicketCreateOrConnectWithoutTicketGroupInput | TicketCreateOrConnectWithoutTicketGroupInput[]
|
25176
|
-
createMany?: TicketCreateManyTicketGroupInputEnvelope
|
25177
|
-
connect?: TicketWhereUniqueInput | TicketWhereUniqueInput[]
|
25178
|
-
}
|
25179
|
-
|
25180
|
-
export type EnumTicketGroupStatusFieldUpdateOperationsInput = {
|
25181
|
-
set?: $Enums.TicketGroupStatus
|
25182
|
-
}
|
25183
|
-
|
25184
|
-
export type EventUpdateOneRequiredWithoutTicketGroupsNestedInput = {
|
25185
|
-
create?: XOR<EventCreateWithoutTicketGroupsInput, EventUncheckedCreateWithoutTicketGroupsInput>
|
25186
|
-
connectOrCreate?: EventCreateOrConnectWithoutTicketGroupsInput
|
25187
|
-
upsert?: EventUpsertWithoutTicketGroupsInput
|
25188
|
-
connect?: EventWhereUniqueInput
|
25189
|
-
update?: XOR<XOR<EventUpdateToOneWithWhereWithoutTicketGroupsInput, EventUpdateWithoutTicketGroupsInput>, EventUncheckedUpdateWithoutTicketGroupsInput>
|
25190
|
-
}
|
25191
|
-
|
25192
|
-
export type TicketUpdateManyWithoutTicketGroupNestedInput = {
|
25193
|
-
create?: XOR<TicketCreateWithoutTicketGroupInput, TicketUncheckedCreateWithoutTicketGroupInput> | TicketCreateWithoutTicketGroupInput[] | TicketUncheckedCreateWithoutTicketGroupInput[]
|
25194
|
-
connectOrCreate?: TicketCreateOrConnectWithoutTicketGroupInput | TicketCreateOrConnectWithoutTicketGroupInput[]
|
25195
|
-
upsert?: TicketUpsertWithWhereUniqueWithoutTicketGroupInput | TicketUpsertWithWhereUniqueWithoutTicketGroupInput[]
|
25196
|
-
createMany?: TicketCreateManyTicketGroupInputEnvelope
|
25197
|
-
set?: TicketWhereUniqueInput | TicketWhereUniqueInput[]
|
25198
|
-
disconnect?: TicketWhereUniqueInput | TicketWhereUniqueInput[]
|
25199
|
-
delete?: TicketWhereUniqueInput | TicketWhereUniqueInput[]
|
25200
|
-
connect?: TicketWhereUniqueInput | TicketWhereUniqueInput[]
|
25201
|
-
update?: TicketUpdateWithWhereUniqueWithoutTicketGroupInput | TicketUpdateWithWhereUniqueWithoutTicketGroupInput[]
|
25202
|
-
updateMany?: TicketUpdateManyWithWhereWithoutTicketGroupInput | TicketUpdateManyWithWhereWithoutTicketGroupInput[]
|
25203
|
-
deleteMany?: TicketScalarWhereInput | TicketScalarWhereInput[]
|
25204
|
-
}
|
25205
|
-
|
25206
|
-
export type TicketUncheckedUpdateManyWithoutTicketGroupNestedInput = {
|
25207
|
-
create?: XOR<TicketCreateWithoutTicketGroupInput, TicketUncheckedCreateWithoutTicketGroupInput> | TicketCreateWithoutTicketGroupInput[] | TicketUncheckedCreateWithoutTicketGroupInput[]
|
25208
|
-
connectOrCreate?: TicketCreateOrConnectWithoutTicketGroupInput | TicketCreateOrConnectWithoutTicketGroupInput[]
|
25209
|
-
upsert?: TicketUpsertWithWhereUniqueWithoutTicketGroupInput | TicketUpsertWithWhereUniqueWithoutTicketGroupInput[]
|
25210
|
-
createMany?: TicketCreateManyTicketGroupInputEnvelope
|
25211
|
-
set?: TicketWhereUniqueInput | TicketWhereUniqueInput[]
|
25212
|
-
disconnect?: TicketWhereUniqueInput | TicketWhereUniqueInput[]
|
25213
|
-
delete?: TicketWhereUniqueInput | TicketWhereUniqueInput[]
|
25214
|
-
connect?: TicketWhereUniqueInput | TicketWhereUniqueInput[]
|
25215
|
-
update?: TicketUpdateWithWhereUniqueWithoutTicketGroupInput | TicketUpdateWithWhereUniqueWithoutTicketGroupInput[]
|
25216
|
-
updateMany?: TicketUpdateManyWithWhereWithoutTicketGroupInput | TicketUpdateManyWithWhereWithoutTicketGroupInput[]
|
25217
|
-
deleteMany?: TicketScalarWhereInput | TicketScalarWhereInput[]
|
25218
|
-
}
|
25219
|
-
|
25220
23714
|
export type EnumTemplateStatusFieldUpdateOperationsInput = {
|
25221
23715
|
set?: $Enums.TemplateStatus
|
25222
23716
|
}
|
@@ -25231,14 +23725,6 @@ export namespace Prisma {
|
|
25231
23725
|
connect?: EventWhereUniqueInput
|
25232
23726
|
}
|
25233
23727
|
|
25234
|
-
export type NullableIntFieldUpdateOperationsInput = {
|
25235
|
-
set?: number | null
|
25236
|
-
increment?: number
|
25237
|
-
decrement?: number
|
25238
|
-
multiply?: number
|
25239
|
-
divide?: number
|
25240
|
-
}
|
25241
|
-
|
25242
23728
|
export type NullableFloatFieldUpdateOperationsInput = {
|
25243
23729
|
set?: number | null
|
25244
23730
|
increment?: number
|
@@ -25526,6 +24012,13 @@ export namespace Prisma {
|
|
25526
24012
|
not?: NestedEnumTicketTypeFilter<$PrismaModel> | $Enums.TicketType
|
25527
24013
|
}
|
25528
24014
|
|
24015
|
+
export type NestedEnumTicketStatusFilter<$PrismaModel = never> = {
|
24016
|
+
equals?: $Enums.TicketStatus | EnumTicketStatusFieldRefInput<$PrismaModel>
|
24017
|
+
in?: $Enums.TicketStatus[] | ListEnumTicketStatusFieldRefInput<$PrismaModel>
|
24018
|
+
notIn?: $Enums.TicketStatus[] | ListEnumTicketStatusFieldRefInput<$PrismaModel>
|
24019
|
+
not?: NestedEnumTicketStatusFilter<$PrismaModel> | $Enums.TicketStatus
|
24020
|
+
}
|
24021
|
+
|
25529
24022
|
export type NestedEnumTicketTypeWithAggregatesFilter<$PrismaModel = never> = {
|
25530
24023
|
equals?: $Enums.TicketType | EnumTicketTypeFieldRefInput<$PrismaModel>
|
25531
24024
|
in?: $Enums.TicketType[] | ListEnumTicketTypeFieldRefInput<$PrismaModel>
|
@@ -25536,21 +24029,41 @@ export namespace Prisma {
|
|
25536
24029
|
_max?: NestedEnumTicketTypeFilter<$PrismaModel>
|
25537
24030
|
}
|
25538
24031
|
|
25539
|
-
export type
|
25540
|
-
equals?: $Enums.
|
25541
|
-
in?: $Enums.
|
25542
|
-
notIn?: $Enums.
|
25543
|
-
not?:
|
24032
|
+
export type NestedEnumTicketStatusWithAggregatesFilter<$PrismaModel = never> = {
|
24033
|
+
equals?: $Enums.TicketStatus | EnumTicketStatusFieldRefInput<$PrismaModel>
|
24034
|
+
in?: $Enums.TicketStatus[] | ListEnumTicketStatusFieldRefInput<$PrismaModel>
|
24035
|
+
notIn?: $Enums.TicketStatus[] | ListEnumTicketStatusFieldRefInput<$PrismaModel>
|
24036
|
+
not?: NestedEnumTicketStatusWithAggregatesFilter<$PrismaModel> | $Enums.TicketStatus
|
24037
|
+
_count?: NestedIntFilter<$PrismaModel>
|
24038
|
+
_min?: NestedEnumTicketStatusFilter<$PrismaModel>
|
24039
|
+
_max?: NestedEnumTicketStatusFilter<$PrismaModel>
|
25544
24040
|
}
|
25545
24041
|
|
25546
|
-
export type
|
25547
|
-
equals?:
|
25548
|
-
in?:
|
25549
|
-
notIn?:
|
25550
|
-
|
25551
|
-
|
25552
|
-
|
25553
|
-
|
24042
|
+
export type NestedIntNullableWithAggregatesFilter<$PrismaModel = never> = {
|
24043
|
+
equals?: number | IntFieldRefInput<$PrismaModel> | null
|
24044
|
+
in?: number[] | ListIntFieldRefInput<$PrismaModel> | null
|
24045
|
+
notIn?: number[] | ListIntFieldRefInput<$PrismaModel> | null
|
24046
|
+
lt?: number | IntFieldRefInput<$PrismaModel>
|
24047
|
+
lte?: number | IntFieldRefInput<$PrismaModel>
|
24048
|
+
gt?: number | IntFieldRefInput<$PrismaModel>
|
24049
|
+
gte?: number | IntFieldRefInput<$PrismaModel>
|
24050
|
+
not?: NestedIntNullableWithAggregatesFilter<$PrismaModel> | number | null
|
24051
|
+
_count?: NestedIntNullableFilter<$PrismaModel>
|
24052
|
+
_avg?: NestedFloatNullableFilter<$PrismaModel>
|
24053
|
+
_sum?: NestedIntNullableFilter<$PrismaModel>
|
24054
|
+
_min?: NestedIntNullableFilter<$PrismaModel>
|
24055
|
+
_max?: NestedIntNullableFilter<$PrismaModel>
|
24056
|
+
}
|
24057
|
+
|
24058
|
+
export type NestedFloatNullableFilter<$PrismaModel = never> = {
|
24059
|
+
equals?: number | FloatFieldRefInput<$PrismaModel> | null
|
24060
|
+
in?: number[] | ListFloatFieldRefInput<$PrismaModel> | null
|
24061
|
+
notIn?: number[] | ListFloatFieldRefInput<$PrismaModel> | null
|
24062
|
+
lt?: number | FloatFieldRefInput<$PrismaModel>
|
24063
|
+
lte?: number | FloatFieldRefInput<$PrismaModel>
|
24064
|
+
gt?: number | FloatFieldRefInput<$PrismaModel>
|
24065
|
+
gte?: number | FloatFieldRefInput<$PrismaModel>
|
24066
|
+
not?: NestedFloatNullableFilter<$PrismaModel> | number | null
|
25554
24067
|
}
|
25555
24068
|
|
25556
24069
|
export type NestedEnumTemplateStatusFilter<$PrismaModel = never> = {
|
@@ -25572,46 +24085,19 @@ export namespace Prisma {
|
|
25572
24085
|
in?: $Enums.TemplateStatus[] | ListEnumTemplateStatusFieldRefInput<$PrismaModel>
|
25573
24086
|
notIn?: $Enums.TemplateStatus[] | ListEnumTemplateStatusFieldRefInput<$PrismaModel>
|
25574
24087
|
not?: NestedEnumTemplateStatusWithAggregatesFilter<$PrismaModel> | $Enums.TemplateStatus
|
25575
|
-
_count?: NestedIntFilter<$PrismaModel>
|
25576
|
-
_min?: NestedEnumTemplateStatusFilter<$PrismaModel>
|
25577
|
-
_max?: NestedEnumTemplateStatusFilter<$PrismaModel>
|
25578
|
-
}
|
25579
|
-
|
25580
|
-
export type NestedEnumTemplateCategoryWithAggregatesFilter<$PrismaModel = never> = {
|
25581
|
-
equals?: $Enums.TemplateCategory | EnumTemplateCategoryFieldRefInput<$PrismaModel>
|
25582
|
-
in?: $Enums.TemplateCategory[] | ListEnumTemplateCategoryFieldRefInput<$PrismaModel>
|
25583
|
-
notIn?: $Enums.TemplateCategory[] | ListEnumTemplateCategoryFieldRefInput<$PrismaModel>
|
25584
|
-
not?: NestedEnumTemplateCategoryWithAggregatesFilter<$PrismaModel> | $Enums.TemplateCategory
|
25585
|
-
_count?: NestedIntFilter<$PrismaModel>
|
25586
|
-
_min?: NestedEnumTemplateCategoryFilter<$PrismaModel>
|
25587
|
-
_max?: NestedEnumTemplateCategoryFilter<$PrismaModel>
|
25588
|
-
}
|
25589
|
-
|
25590
|
-
export type NestedFloatNullableFilter<$PrismaModel = never> = {
|
25591
|
-
equals?: number | FloatFieldRefInput<$PrismaModel> | null
|
25592
|
-
in?: number[] | ListFloatFieldRefInput<$PrismaModel> | null
|
25593
|
-
notIn?: number[] | ListFloatFieldRefInput<$PrismaModel> | null
|
25594
|
-
lt?: number | FloatFieldRefInput<$PrismaModel>
|
25595
|
-
lte?: number | FloatFieldRefInput<$PrismaModel>
|
25596
|
-
gt?: number | FloatFieldRefInput<$PrismaModel>
|
25597
|
-
gte?: number | FloatFieldRefInput<$PrismaModel>
|
25598
|
-
not?: NestedFloatNullableFilter<$PrismaModel> | number | null
|
24088
|
+
_count?: NestedIntFilter<$PrismaModel>
|
24089
|
+
_min?: NestedEnumTemplateStatusFilter<$PrismaModel>
|
24090
|
+
_max?: NestedEnumTemplateStatusFilter<$PrismaModel>
|
25599
24091
|
}
|
25600
24092
|
|
25601
|
-
export type
|
25602
|
-
equals?:
|
25603
|
-
in?:
|
25604
|
-
notIn?:
|
25605
|
-
|
25606
|
-
|
25607
|
-
|
25608
|
-
|
25609
|
-
not?: NestedIntNullableWithAggregatesFilter<$PrismaModel> | number | null
|
25610
|
-
_count?: NestedIntNullableFilter<$PrismaModel>
|
25611
|
-
_avg?: NestedFloatNullableFilter<$PrismaModel>
|
25612
|
-
_sum?: NestedIntNullableFilter<$PrismaModel>
|
25613
|
-
_min?: NestedIntNullableFilter<$PrismaModel>
|
25614
|
-
_max?: NestedIntNullableFilter<$PrismaModel>
|
24093
|
+
export type NestedEnumTemplateCategoryWithAggregatesFilter<$PrismaModel = never> = {
|
24094
|
+
equals?: $Enums.TemplateCategory | EnumTemplateCategoryFieldRefInput<$PrismaModel>
|
24095
|
+
in?: $Enums.TemplateCategory[] | ListEnumTemplateCategoryFieldRefInput<$PrismaModel>
|
24096
|
+
notIn?: $Enums.TemplateCategory[] | ListEnumTemplateCategoryFieldRefInput<$PrismaModel>
|
24097
|
+
not?: NestedEnumTemplateCategoryWithAggregatesFilter<$PrismaModel> | $Enums.TemplateCategory
|
24098
|
+
_count?: NestedIntFilter<$PrismaModel>
|
24099
|
+
_min?: NestedEnumTemplateCategoryFilter<$PrismaModel>
|
24100
|
+
_max?: NestedEnumTemplateCategoryFilter<$PrismaModel>
|
25615
24101
|
}
|
25616
24102
|
|
25617
24103
|
export type NestedFloatNullableWithAggregatesFilter<$PrismaModel = never> = {
|
@@ -26038,21 +24524,25 @@ export namespace Prisma {
|
|
26038
24524
|
export type TicketCreateWithoutProfileInput = {
|
26039
24525
|
id?: string
|
26040
24526
|
type: $Enums.TicketType
|
24527
|
+
status: $Enums.TicketStatus
|
26041
24528
|
fullName: string
|
26042
24529
|
mail: string
|
24530
|
+
dni: string
|
24531
|
+
seat?: number | null
|
26043
24532
|
created_at?: Date | string
|
26044
24533
|
updated_at?: Date | string
|
26045
24534
|
event: EventCreateNestedOneWithoutTicketsInput
|
26046
|
-
ticketGroup: TicketGroupCreateNestedOneWithoutTicketsInput
|
26047
24535
|
}
|
26048
24536
|
|
26049
24537
|
export type TicketUncheckedCreateWithoutProfileInput = {
|
26050
24538
|
id?: string
|
26051
24539
|
eventId: string
|
26052
24540
|
type: $Enums.TicketType
|
24541
|
+
status: $Enums.TicketStatus
|
26053
24542
|
fullName: string
|
26054
24543
|
mail: string
|
26055
|
-
|
24544
|
+
dni: string
|
24545
|
+
seat?: number | null
|
26056
24546
|
created_at?: Date | string
|
26057
24547
|
updated_at?: Date | string
|
26058
24548
|
}
|
@@ -26249,10 +24739,12 @@ export namespace Prisma {
|
|
26249
24739
|
id?: StringFilter<"Ticket"> | string
|
26250
24740
|
eventId?: StringFilter<"Ticket"> | string
|
26251
24741
|
type?: EnumTicketTypeFilter<"Ticket"> | $Enums.TicketType
|
24742
|
+
status?: EnumTicketStatusFilter<"Ticket"> | $Enums.TicketStatus
|
26252
24743
|
fullName?: StringFilter<"Ticket"> | string
|
26253
24744
|
mail?: StringFilter<"Ticket"> | string
|
24745
|
+
dni?: StringFilter<"Ticket"> | string
|
24746
|
+
seat?: IntNullableFilter<"Ticket"> | number | null
|
26254
24747
|
profileId?: StringNullableFilter<"Ticket"> | string | null
|
26255
|
-
ticketGroupId?: StringFilter<"Ticket"> | string
|
26256
24748
|
created_at?: DateTimeFilter<"Ticket"> | Date | string
|
26257
24749
|
updated_at?: DateTimeFilter<"Ticket"> | Date | string
|
26258
24750
|
}
|
@@ -26924,7 +25416,6 @@ export namespace Prisma {
|
|
26924
25416
|
tagConfirmed: TagCreateNestedOneWithoutConfirmedEventInput
|
26925
25417
|
supraEvent?: EventCreateNestedOneWithoutSubEventsInput
|
26926
25418
|
tickets?: TicketCreateNestedManyWithoutEventInput
|
26927
|
-
ticketGroups?: TicketGroupCreateNestedManyWithoutEventInput
|
26928
25419
|
subEvents?: EventCreateNestedManyWithoutSupraEventInput
|
26929
25420
|
tags?: TagCreateNestedManyWithoutEventInput
|
26930
25421
|
eventTickets?: EventTicketCreateNestedManyWithoutEventInput
|
@@ -26944,7 +25435,6 @@ export namespace Prisma {
|
|
26944
25435
|
created_at?: Date | string
|
26945
25436
|
updated_at?: Date | string
|
26946
25437
|
tickets?: TicketUncheckedCreateNestedManyWithoutEventInput
|
26947
|
-
ticketGroups?: TicketGroupUncheckedCreateNestedManyWithoutEventInput
|
26948
25438
|
subEvents?: EventUncheckedCreateNestedManyWithoutSupraEventInput
|
26949
25439
|
tags?: TagUncheckedCreateNestedManyWithoutEventInput
|
26950
25440
|
eventTickets?: EventTicketUncheckedCreateNestedManyWithoutEventInput
|
@@ -26969,7 +25459,6 @@ export namespace Prisma {
|
|
26969
25459
|
tagAssisted: TagCreateNestedOneWithoutAssistedEventInput
|
26970
25460
|
supraEvent?: EventCreateNestedOneWithoutSubEventsInput
|
26971
25461
|
tickets?: TicketCreateNestedManyWithoutEventInput
|
26972
|
-
ticketGroups?: TicketGroupCreateNestedManyWithoutEventInput
|
26973
25462
|
subEvents?: EventCreateNestedManyWithoutSupraEventInput
|
26974
25463
|
tags?: TagCreateNestedManyWithoutEventInput
|
26975
25464
|
eventTickets?: EventTicketCreateNestedManyWithoutEventInput
|
@@ -26989,7 +25478,6 @@ export namespace Prisma {
|
|
26989
25478
|
created_at?: Date | string
|
26990
25479
|
updated_at?: Date | string
|
26991
25480
|
tickets?: TicketUncheckedCreateNestedManyWithoutEventInput
|
26992
|
-
ticketGroups?: TicketGroupUncheckedCreateNestedManyWithoutEventInput
|
26993
25481
|
subEvents?: EventUncheckedCreateNestedManyWithoutSupraEventInput
|
26994
25482
|
tags?: TagUncheckedCreateNestedManyWithoutEventInput
|
26995
25483
|
eventTickets?: EventTicketUncheckedCreateNestedManyWithoutEventInput
|
@@ -27148,7 +25636,6 @@ export namespace Prisma {
|
|
27148
25636
|
tagConfirmed: TagCreateNestedOneWithoutConfirmedEventInput
|
27149
25637
|
supraEvent?: EventCreateNestedOneWithoutSubEventsInput
|
27150
25638
|
tickets?: TicketCreateNestedManyWithoutEventInput
|
27151
|
-
ticketGroups?: TicketGroupCreateNestedManyWithoutEventInput
|
27152
25639
|
subEvents?: EventCreateNestedManyWithoutSupraEventInput
|
27153
25640
|
eventTickets?: EventTicketCreateNestedManyWithoutEventInput
|
27154
25641
|
}
|
@@ -27168,7 +25655,6 @@ export namespace Prisma {
|
|
27168
25655
|
created_at?: Date | string
|
27169
25656
|
updated_at?: Date | string
|
27170
25657
|
tickets?: TicketUncheckedCreateNestedManyWithoutEventInput
|
27171
|
-
ticketGroups?: TicketGroupUncheckedCreateNestedManyWithoutEventInput
|
27172
25658
|
subEvents?: EventUncheckedCreateNestedManyWithoutSupraEventInput
|
27173
25659
|
eventTickets?: EventTicketUncheckedCreateNestedManyWithoutEventInput
|
27174
25660
|
}
|
@@ -27232,7 +25718,6 @@ export namespace Prisma {
|
|
27232
25718
|
tagConfirmed?: TagUpdateOneRequiredWithoutConfirmedEventNestedInput
|
27233
25719
|
supraEvent?: EventUpdateOneWithoutSubEventsNestedInput
|
27234
25720
|
tickets?: TicketUpdateManyWithoutEventNestedInput
|
27235
|
-
ticketGroups?: TicketGroupUpdateManyWithoutEventNestedInput
|
27236
25721
|
subEvents?: EventUpdateManyWithoutSupraEventNestedInput
|
27237
25722
|
tags?: TagUpdateManyWithoutEventNestedInput
|
27238
25723
|
eventTickets?: EventTicketUpdateManyWithoutEventNestedInput
|
@@ -27252,7 +25737,6 @@ export namespace Prisma {
|
|
27252
25737
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
27253
25738
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
27254
25739
|
tickets?: TicketUncheckedUpdateManyWithoutEventNestedInput
|
27255
|
-
ticketGroups?: TicketGroupUncheckedUpdateManyWithoutEventNestedInput
|
27256
25740
|
subEvents?: EventUncheckedUpdateManyWithoutSupraEventNestedInput
|
27257
25741
|
tags?: TagUncheckedUpdateManyWithoutEventNestedInput
|
27258
25742
|
eventTickets?: EventTicketUncheckedUpdateManyWithoutEventNestedInput
|
@@ -27283,7 +25767,6 @@ export namespace Prisma {
|
|
27283
25767
|
tagAssisted?: TagUpdateOneRequiredWithoutAssistedEventNestedInput
|
27284
25768
|
supraEvent?: EventUpdateOneWithoutSubEventsNestedInput
|
27285
25769
|
tickets?: TicketUpdateManyWithoutEventNestedInput
|
27286
|
-
ticketGroups?: TicketGroupUpdateManyWithoutEventNestedInput
|
27287
25770
|
subEvents?: EventUpdateManyWithoutSupraEventNestedInput
|
27288
25771
|
tags?: TagUpdateManyWithoutEventNestedInput
|
27289
25772
|
eventTickets?: EventTicketUpdateManyWithoutEventNestedInput
|
@@ -27303,7 +25786,6 @@ export namespace Prisma {
|
|
27303
25786
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
27304
25787
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
27305
25788
|
tickets?: TicketUncheckedUpdateManyWithoutEventNestedInput
|
27306
|
-
ticketGroups?: TicketGroupUncheckedUpdateManyWithoutEventNestedInput
|
27307
25789
|
subEvents?: EventUncheckedUpdateManyWithoutSupraEventNestedInput
|
27308
25790
|
tags?: TagUncheckedUpdateManyWithoutEventNestedInput
|
27309
25791
|
eventTickets?: EventTicketUncheckedUpdateManyWithoutEventNestedInput
|
@@ -27562,7 +26044,6 @@ export namespace Prisma {
|
|
27562
26044
|
tagConfirmed: TagCreateNestedOneWithoutConfirmedEventInput
|
27563
26045
|
supraEvent?: EventCreateNestedOneWithoutSubEventsInput
|
27564
26046
|
tickets?: TicketCreateNestedManyWithoutEventInput
|
27565
|
-
ticketGroups?: TicketGroupCreateNestedManyWithoutEventInput
|
27566
26047
|
tags?: TagCreateNestedManyWithoutEventInput
|
27567
26048
|
eventTickets?: EventTicketCreateNestedManyWithoutEventInput
|
27568
26049
|
}
|
@@ -27582,7 +26063,6 @@ export namespace Prisma {
|
|
27582
26063
|
created_at?: Date | string
|
27583
26064
|
updated_at?: Date | string
|
27584
26065
|
tickets?: TicketUncheckedCreateNestedManyWithoutEventInput
|
27585
|
-
ticketGroups?: TicketGroupUncheckedCreateNestedManyWithoutEventInput
|
27586
26066
|
tags?: TagUncheckedCreateNestedManyWithoutEventInput
|
27587
26067
|
eventTickets?: EventTicketUncheckedCreateNestedManyWithoutEventInput
|
27588
26068
|
}
|
@@ -27595,21 +26075,25 @@ export namespace Prisma {
|
|
27595
26075
|
export type TicketCreateWithoutEventInput = {
|
27596
26076
|
id?: string
|
27597
26077
|
type: $Enums.TicketType
|
26078
|
+
status: $Enums.TicketStatus
|
27598
26079
|
fullName: string
|
27599
26080
|
mail: string
|
26081
|
+
dni: string
|
26082
|
+
seat?: number | null
|
27600
26083
|
created_at?: Date | string
|
27601
26084
|
updated_at?: Date | string
|
27602
26085
|
profile?: ProfileCreateNestedOneWithoutTicketInput
|
27603
|
-
ticketGroup: TicketGroupCreateNestedOneWithoutTicketsInput
|
27604
26086
|
}
|
27605
26087
|
|
27606
26088
|
export type TicketUncheckedCreateWithoutEventInput = {
|
27607
26089
|
id?: string
|
27608
26090
|
type: $Enums.TicketType
|
26091
|
+
status: $Enums.TicketStatus
|
27609
26092
|
fullName: string
|
27610
26093
|
mail: string
|
26094
|
+
dni: string
|
26095
|
+
seat?: number | null
|
27611
26096
|
profileId?: string | null
|
27612
|
-
ticketGroupId: string
|
27613
26097
|
created_at?: Date | string
|
27614
26098
|
updated_at?: Date | string
|
27615
26099
|
}
|
@@ -27624,34 +26108,6 @@ export namespace Prisma {
|
|
27624
26108
|
skipDuplicates?: boolean
|
27625
26109
|
}
|
27626
26110
|
|
27627
|
-
export type TicketGroupCreateWithoutEventInput = {
|
27628
|
-
id?: string
|
27629
|
-
status: $Enums.TicketGroupStatus
|
27630
|
-
amountTickets?: number
|
27631
|
-
created_at?: Date | string
|
27632
|
-
updated_at?: Date | string
|
27633
|
-
tickets?: TicketCreateNestedManyWithoutTicketGroupInput
|
27634
|
-
}
|
27635
|
-
|
27636
|
-
export type TicketGroupUncheckedCreateWithoutEventInput = {
|
27637
|
-
id?: string
|
27638
|
-
status: $Enums.TicketGroupStatus
|
27639
|
-
amountTickets?: number
|
27640
|
-
created_at?: Date | string
|
27641
|
-
updated_at?: Date | string
|
27642
|
-
tickets?: TicketUncheckedCreateNestedManyWithoutTicketGroupInput
|
27643
|
-
}
|
27644
|
-
|
27645
|
-
export type TicketGroupCreateOrConnectWithoutEventInput = {
|
27646
|
-
where: TicketGroupWhereUniqueInput
|
27647
|
-
create: XOR<TicketGroupCreateWithoutEventInput, TicketGroupUncheckedCreateWithoutEventInput>
|
27648
|
-
}
|
27649
|
-
|
27650
|
-
export type TicketGroupCreateManyEventInputEnvelope = {
|
27651
|
-
data: TicketGroupCreateManyEventInput | TicketGroupCreateManyEventInput[]
|
27652
|
-
skipDuplicates?: boolean
|
27653
|
-
}
|
27654
|
-
|
27655
26111
|
export type EventCreateWithoutSupraEventInput = {
|
27656
26112
|
id?: string
|
27657
26113
|
name: string
|
@@ -27666,7 +26122,6 @@ export namespace Prisma {
|
|
27666
26122
|
tagAssisted: TagCreateNestedOneWithoutAssistedEventInput
|
27667
26123
|
tagConfirmed: TagCreateNestedOneWithoutConfirmedEventInput
|
27668
26124
|
tickets?: TicketCreateNestedManyWithoutEventInput
|
27669
|
-
ticketGroups?: TicketGroupCreateNestedManyWithoutEventInput
|
27670
26125
|
subEvents?: EventCreateNestedManyWithoutSupraEventInput
|
27671
26126
|
tags?: TagCreateNestedManyWithoutEventInput
|
27672
26127
|
eventTickets?: EventTicketCreateNestedManyWithoutEventInput
|
@@ -27686,7 +26141,6 @@ export namespace Prisma {
|
|
27686
26141
|
created_at?: Date | string
|
27687
26142
|
updated_at?: Date | string
|
27688
26143
|
tickets?: TicketUncheckedCreateNestedManyWithoutEventInput
|
27689
|
-
ticketGroups?: TicketGroupUncheckedCreateNestedManyWithoutEventInput
|
27690
26144
|
subEvents?: EventUncheckedCreateNestedManyWithoutSupraEventInput
|
27691
26145
|
tags?: TagUncheckedCreateNestedManyWithoutEventInput
|
27692
26146
|
eventTickets?: EventTicketUncheckedCreateNestedManyWithoutEventInput
|
@@ -27894,7 +26348,6 @@ export namespace Prisma {
|
|
27894
26348
|
tagConfirmed?: TagUpdateOneRequiredWithoutConfirmedEventNestedInput
|
27895
26349
|
supraEvent?: EventUpdateOneWithoutSubEventsNestedInput
|
27896
26350
|
tickets?: TicketUpdateManyWithoutEventNestedInput
|
27897
|
-
ticketGroups?: TicketGroupUpdateManyWithoutEventNestedInput
|
27898
26351
|
tags?: TagUpdateManyWithoutEventNestedInput
|
27899
26352
|
eventTickets?: EventTicketUpdateManyWithoutEventNestedInput
|
27900
26353
|
}
|
@@ -27914,7 +26367,6 @@ export namespace Prisma {
|
|
27914
26367
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
27915
26368
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
27916
26369
|
tickets?: TicketUncheckedUpdateManyWithoutEventNestedInput
|
27917
|
-
ticketGroups?: TicketGroupUncheckedUpdateManyWithoutEventNestedInput
|
27918
26370
|
tags?: TagUncheckedUpdateManyWithoutEventNestedInput
|
27919
26371
|
eventTickets?: EventTicketUncheckedUpdateManyWithoutEventNestedInput
|
27920
26372
|
}
|
@@ -27935,34 +26387,6 @@ export namespace Prisma {
|
|
27935
26387
|
data: XOR<TicketUpdateManyMutationInput, TicketUncheckedUpdateManyWithoutEventInput>
|
27936
26388
|
}
|
27937
26389
|
|
27938
|
-
export type TicketGroupUpsertWithWhereUniqueWithoutEventInput = {
|
27939
|
-
where: TicketGroupWhereUniqueInput
|
27940
|
-
update: XOR<TicketGroupUpdateWithoutEventInput, TicketGroupUncheckedUpdateWithoutEventInput>
|
27941
|
-
create: XOR<TicketGroupCreateWithoutEventInput, TicketGroupUncheckedCreateWithoutEventInput>
|
27942
|
-
}
|
27943
|
-
|
27944
|
-
export type TicketGroupUpdateWithWhereUniqueWithoutEventInput = {
|
27945
|
-
where: TicketGroupWhereUniqueInput
|
27946
|
-
data: XOR<TicketGroupUpdateWithoutEventInput, TicketGroupUncheckedUpdateWithoutEventInput>
|
27947
|
-
}
|
27948
|
-
|
27949
|
-
export type TicketGroupUpdateManyWithWhereWithoutEventInput = {
|
27950
|
-
where: TicketGroupScalarWhereInput
|
27951
|
-
data: XOR<TicketGroupUpdateManyMutationInput, TicketGroupUncheckedUpdateManyWithoutEventInput>
|
27952
|
-
}
|
27953
|
-
|
27954
|
-
export type TicketGroupScalarWhereInput = {
|
27955
|
-
AND?: TicketGroupScalarWhereInput | TicketGroupScalarWhereInput[]
|
27956
|
-
OR?: TicketGroupScalarWhereInput[]
|
27957
|
-
NOT?: TicketGroupScalarWhereInput | TicketGroupScalarWhereInput[]
|
27958
|
-
id?: StringFilter<"TicketGroup"> | string
|
27959
|
-
status?: EnumTicketGroupStatusFilter<"TicketGroup"> | $Enums.TicketGroupStatus
|
27960
|
-
amountTickets?: IntFilter<"TicketGroup"> | number
|
27961
|
-
eventId?: StringFilter<"TicketGroup"> | string
|
27962
|
-
created_at?: DateTimeFilter<"TicketGroup"> | Date | string
|
27963
|
-
updated_at?: DateTimeFilter<"TicketGroup"> | Date | string
|
27964
|
-
}
|
27965
|
-
|
27966
26390
|
export type EventUpsertWithWhereUniqueWithoutSupraEventInput = {
|
27967
26391
|
where: EventWhereUniqueInput
|
27968
26392
|
update: XOR<EventUpdateWithoutSupraEventInput, EventUncheckedUpdateWithoutSupraEventInput>
|
@@ -28038,7 +26462,6 @@ export namespace Prisma {
|
|
28038
26462
|
tagConfirmed: TagCreateNestedOneWithoutConfirmedEventInput
|
28039
26463
|
supraEvent?: EventCreateNestedOneWithoutSubEventsInput
|
28040
26464
|
tickets?: TicketCreateNestedManyWithoutEventInput
|
28041
|
-
ticketGroups?: TicketGroupCreateNestedManyWithoutEventInput
|
28042
26465
|
subEvents?: EventCreateNestedManyWithoutSupraEventInput
|
28043
26466
|
tags?: TagCreateNestedManyWithoutEventInput
|
28044
26467
|
eventTickets?: EventTicketCreateNestedManyWithoutEventInput
|
@@ -28058,7 +26481,6 @@ export namespace Prisma {
|
|
28058
26481
|
created_at?: Date | string
|
28059
26482
|
updated_at?: Date | string
|
28060
26483
|
tickets?: TicketUncheckedCreateNestedManyWithoutEventInput
|
28061
|
-
ticketGroups?: TicketGroupUncheckedCreateNestedManyWithoutEventInput
|
28062
26484
|
subEvents?: EventUncheckedCreateNestedManyWithoutSupraEventInput
|
28063
26485
|
tags?: TagUncheckedCreateNestedManyWithoutEventInput
|
28064
26486
|
eventTickets?: EventTicketUncheckedCreateNestedManyWithoutEventInput
|
@@ -28244,7 +26666,6 @@ export namespace Prisma {
|
|
28244
26666
|
tagAssisted: TagCreateNestedOneWithoutAssistedEventInput
|
28245
26667
|
tagConfirmed: TagCreateNestedOneWithoutConfirmedEventInput
|
28246
26668
|
supraEvent?: EventCreateNestedOneWithoutSubEventsInput
|
28247
|
-
ticketGroups?: TicketGroupCreateNestedManyWithoutEventInput
|
28248
26669
|
subEvents?: EventCreateNestedManyWithoutSupraEventInput
|
28249
26670
|
tags?: TagCreateNestedManyWithoutEventInput
|
28250
26671
|
eventTickets?: EventTicketCreateNestedManyWithoutEventInput
|
@@ -28264,7 +26685,6 @@ export namespace Prisma {
|
|
28264
26685
|
active?: boolean
|
28265
26686
|
created_at?: Date | string
|
28266
26687
|
updated_at?: Date | string
|
28267
|
-
ticketGroups?: TicketGroupUncheckedCreateNestedManyWithoutEventInput
|
28268
26688
|
subEvents?: EventUncheckedCreateNestedManyWithoutSupraEventInput
|
28269
26689
|
tags?: TagUncheckedCreateNestedManyWithoutEventInput
|
28270
26690
|
eventTickets?: EventTicketUncheckedCreateNestedManyWithoutEventInput
|
@@ -28342,29 +26762,6 @@ export namespace Prisma {
|
|
28342
26762
|
create: XOR<ProfileCreateWithoutTicketInput, ProfileUncheckedCreateWithoutTicketInput>
|
28343
26763
|
}
|
28344
26764
|
|
28345
|
-
export type TicketGroupCreateWithoutTicketsInput = {
|
28346
|
-
id?: string
|
28347
|
-
status: $Enums.TicketGroupStatus
|
28348
|
-
amountTickets?: number
|
28349
|
-
created_at?: Date | string
|
28350
|
-
updated_at?: Date | string
|
28351
|
-
event: EventCreateNestedOneWithoutTicketGroupsInput
|
28352
|
-
}
|
28353
|
-
|
28354
|
-
export type TicketGroupUncheckedCreateWithoutTicketsInput = {
|
28355
|
-
id?: string
|
28356
|
-
status: $Enums.TicketGroupStatus
|
28357
|
-
amountTickets?: number
|
28358
|
-
eventId: string
|
28359
|
-
created_at?: Date | string
|
28360
|
-
updated_at?: Date | string
|
28361
|
-
}
|
28362
|
-
|
28363
|
-
export type TicketGroupCreateOrConnectWithoutTicketsInput = {
|
28364
|
-
where: TicketGroupWhereUniqueInput
|
28365
|
-
create: XOR<TicketGroupCreateWithoutTicketsInput, TicketGroupUncheckedCreateWithoutTicketsInput>
|
28366
|
-
}
|
28367
|
-
|
28368
26765
|
export type EventUpsertWithoutTicketsInput = {
|
28369
26766
|
update: XOR<EventUpdateWithoutTicketsInput, EventUncheckedUpdateWithoutTicketsInput>
|
28370
26767
|
create: XOR<EventCreateWithoutTicketsInput, EventUncheckedCreateWithoutTicketsInput>
|
@@ -28390,7 +26787,6 @@ export namespace Prisma {
|
|
28390
26787
|
tagAssisted?: TagUpdateOneRequiredWithoutAssistedEventNestedInput
|
28391
26788
|
tagConfirmed?: TagUpdateOneRequiredWithoutConfirmedEventNestedInput
|
28392
26789
|
supraEvent?: EventUpdateOneWithoutSubEventsNestedInput
|
28393
|
-
ticketGroups?: TicketGroupUpdateManyWithoutEventNestedInput
|
28394
26790
|
subEvents?: EventUpdateManyWithoutSupraEventNestedInput
|
28395
26791
|
tags?: TagUpdateManyWithoutEventNestedInput
|
28396
26792
|
eventTickets?: EventTicketUpdateManyWithoutEventNestedInput
|
@@ -28410,7 +26806,6 @@ export namespace Prisma {
|
|
28410
26806
|
active?: BoolFieldUpdateOperationsInput | boolean
|
28411
26807
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
28412
26808
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
28413
|
-
ticketGroups?: TicketGroupUncheckedUpdateManyWithoutEventNestedInput
|
28414
26809
|
subEvents?: EventUncheckedUpdateManyWithoutSupraEventNestedInput
|
28415
26810
|
tags?: TagUncheckedUpdateManyWithoutEventNestedInput
|
28416
26811
|
eventTickets?: EventTicketUncheckedUpdateManyWithoutEventNestedInput
|
@@ -28489,179 +26884,6 @@ export namespace Prisma {
|
|
28489
26884
|
tags?: TagUncheckedUpdateManyWithoutProfilesNestedInput
|
28490
26885
|
}
|
28491
26886
|
|
28492
|
-
export type TicketGroupUpsertWithoutTicketsInput = {
|
28493
|
-
update: XOR<TicketGroupUpdateWithoutTicketsInput, TicketGroupUncheckedUpdateWithoutTicketsInput>
|
28494
|
-
create: XOR<TicketGroupCreateWithoutTicketsInput, TicketGroupUncheckedCreateWithoutTicketsInput>
|
28495
|
-
where?: TicketGroupWhereInput
|
28496
|
-
}
|
28497
|
-
|
28498
|
-
export type TicketGroupUpdateToOneWithWhereWithoutTicketsInput = {
|
28499
|
-
where?: TicketGroupWhereInput
|
28500
|
-
data: XOR<TicketGroupUpdateWithoutTicketsInput, TicketGroupUncheckedUpdateWithoutTicketsInput>
|
28501
|
-
}
|
28502
|
-
|
28503
|
-
export type TicketGroupUpdateWithoutTicketsInput = {
|
28504
|
-
id?: StringFieldUpdateOperationsInput | string
|
28505
|
-
status?: EnumTicketGroupStatusFieldUpdateOperationsInput | $Enums.TicketGroupStatus
|
28506
|
-
amountTickets?: IntFieldUpdateOperationsInput | number
|
28507
|
-
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
28508
|
-
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
28509
|
-
event?: EventUpdateOneRequiredWithoutTicketGroupsNestedInput
|
28510
|
-
}
|
28511
|
-
|
28512
|
-
export type TicketGroupUncheckedUpdateWithoutTicketsInput = {
|
28513
|
-
id?: StringFieldUpdateOperationsInput | string
|
28514
|
-
status?: EnumTicketGroupStatusFieldUpdateOperationsInput | $Enums.TicketGroupStatus
|
28515
|
-
amountTickets?: IntFieldUpdateOperationsInput | number
|
28516
|
-
eventId?: StringFieldUpdateOperationsInput | string
|
28517
|
-
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
28518
|
-
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
28519
|
-
}
|
28520
|
-
|
28521
|
-
export type EventCreateWithoutTicketGroupsInput = {
|
28522
|
-
id?: string
|
28523
|
-
name: string
|
28524
|
-
date: Date | string
|
28525
|
-
startingDate?: Date | string
|
28526
|
-
endingDate?: Date | string
|
28527
|
-
location: string
|
28528
|
-
active?: boolean
|
28529
|
-
created_at?: Date | string
|
28530
|
-
updated_at?: Date | string
|
28531
|
-
folder?: EventFolderCreateNestedOneWithoutEventsInput
|
28532
|
-
tagAssisted: TagCreateNestedOneWithoutAssistedEventInput
|
28533
|
-
tagConfirmed: TagCreateNestedOneWithoutConfirmedEventInput
|
28534
|
-
supraEvent?: EventCreateNestedOneWithoutSubEventsInput
|
28535
|
-
tickets?: TicketCreateNestedManyWithoutEventInput
|
28536
|
-
subEvents?: EventCreateNestedManyWithoutSupraEventInput
|
28537
|
-
tags?: TagCreateNestedManyWithoutEventInput
|
28538
|
-
eventTickets?: EventTicketCreateNestedManyWithoutEventInput
|
28539
|
-
}
|
28540
|
-
|
28541
|
-
export type EventUncheckedCreateWithoutTicketGroupsInput = {
|
28542
|
-
id?: string
|
28543
|
-
name: string
|
28544
|
-
date: Date | string
|
28545
|
-
startingDate?: Date | string
|
28546
|
-
endingDate?: Date | string
|
28547
|
-
location: string
|
28548
|
-
folderId?: string | null
|
28549
|
-
tagAssistedId: string
|
28550
|
-
tagConfirmedId: string
|
28551
|
-
supraEventId?: string | null
|
28552
|
-
active?: boolean
|
28553
|
-
created_at?: Date | string
|
28554
|
-
updated_at?: Date | string
|
28555
|
-
tickets?: TicketUncheckedCreateNestedManyWithoutEventInput
|
28556
|
-
subEvents?: EventUncheckedCreateNestedManyWithoutSupraEventInput
|
28557
|
-
tags?: TagUncheckedCreateNestedManyWithoutEventInput
|
28558
|
-
eventTickets?: EventTicketUncheckedCreateNestedManyWithoutEventInput
|
28559
|
-
}
|
28560
|
-
|
28561
|
-
export type EventCreateOrConnectWithoutTicketGroupsInput = {
|
28562
|
-
where: EventWhereUniqueInput
|
28563
|
-
create: XOR<EventCreateWithoutTicketGroupsInput, EventUncheckedCreateWithoutTicketGroupsInput>
|
28564
|
-
}
|
28565
|
-
|
28566
|
-
export type TicketCreateWithoutTicketGroupInput = {
|
28567
|
-
id?: string
|
28568
|
-
type: $Enums.TicketType
|
28569
|
-
fullName: string
|
28570
|
-
mail: string
|
28571
|
-
created_at?: Date | string
|
28572
|
-
updated_at?: Date | string
|
28573
|
-
event: EventCreateNestedOneWithoutTicketsInput
|
28574
|
-
profile?: ProfileCreateNestedOneWithoutTicketInput
|
28575
|
-
}
|
28576
|
-
|
28577
|
-
export type TicketUncheckedCreateWithoutTicketGroupInput = {
|
28578
|
-
id?: string
|
28579
|
-
eventId: string
|
28580
|
-
type: $Enums.TicketType
|
28581
|
-
fullName: string
|
28582
|
-
mail: string
|
28583
|
-
profileId?: string | null
|
28584
|
-
created_at?: Date | string
|
28585
|
-
updated_at?: Date | string
|
28586
|
-
}
|
28587
|
-
|
28588
|
-
export type TicketCreateOrConnectWithoutTicketGroupInput = {
|
28589
|
-
where: TicketWhereUniqueInput
|
28590
|
-
create: XOR<TicketCreateWithoutTicketGroupInput, TicketUncheckedCreateWithoutTicketGroupInput>
|
28591
|
-
}
|
28592
|
-
|
28593
|
-
export type TicketCreateManyTicketGroupInputEnvelope = {
|
28594
|
-
data: TicketCreateManyTicketGroupInput | TicketCreateManyTicketGroupInput[]
|
28595
|
-
skipDuplicates?: boolean
|
28596
|
-
}
|
28597
|
-
|
28598
|
-
export type EventUpsertWithoutTicketGroupsInput = {
|
28599
|
-
update: XOR<EventUpdateWithoutTicketGroupsInput, EventUncheckedUpdateWithoutTicketGroupsInput>
|
28600
|
-
create: XOR<EventCreateWithoutTicketGroupsInput, EventUncheckedCreateWithoutTicketGroupsInput>
|
28601
|
-
where?: EventWhereInput
|
28602
|
-
}
|
28603
|
-
|
28604
|
-
export type EventUpdateToOneWithWhereWithoutTicketGroupsInput = {
|
28605
|
-
where?: EventWhereInput
|
28606
|
-
data: XOR<EventUpdateWithoutTicketGroupsInput, EventUncheckedUpdateWithoutTicketGroupsInput>
|
28607
|
-
}
|
28608
|
-
|
28609
|
-
export type EventUpdateWithoutTicketGroupsInput = {
|
28610
|
-
id?: StringFieldUpdateOperationsInput | string
|
28611
|
-
name?: StringFieldUpdateOperationsInput | string
|
28612
|
-
date?: DateTimeFieldUpdateOperationsInput | Date | string
|
28613
|
-
startingDate?: DateTimeFieldUpdateOperationsInput | Date | string
|
28614
|
-
endingDate?: DateTimeFieldUpdateOperationsInput | Date | string
|
28615
|
-
location?: StringFieldUpdateOperationsInput | string
|
28616
|
-
active?: BoolFieldUpdateOperationsInput | boolean
|
28617
|
-
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
28618
|
-
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
28619
|
-
folder?: EventFolderUpdateOneWithoutEventsNestedInput
|
28620
|
-
tagAssisted?: TagUpdateOneRequiredWithoutAssistedEventNestedInput
|
28621
|
-
tagConfirmed?: TagUpdateOneRequiredWithoutConfirmedEventNestedInput
|
28622
|
-
supraEvent?: EventUpdateOneWithoutSubEventsNestedInput
|
28623
|
-
tickets?: TicketUpdateManyWithoutEventNestedInput
|
28624
|
-
subEvents?: EventUpdateManyWithoutSupraEventNestedInput
|
28625
|
-
tags?: TagUpdateManyWithoutEventNestedInput
|
28626
|
-
eventTickets?: EventTicketUpdateManyWithoutEventNestedInput
|
28627
|
-
}
|
28628
|
-
|
28629
|
-
export type EventUncheckedUpdateWithoutTicketGroupsInput = {
|
28630
|
-
id?: StringFieldUpdateOperationsInput | string
|
28631
|
-
name?: StringFieldUpdateOperationsInput | string
|
28632
|
-
date?: DateTimeFieldUpdateOperationsInput | Date | string
|
28633
|
-
startingDate?: DateTimeFieldUpdateOperationsInput | Date | string
|
28634
|
-
endingDate?: DateTimeFieldUpdateOperationsInput | Date | string
|
28635
|
-
location?: StringFieldUpdateOperationsInput | string
|
28636
|
-
folderId?: NullableStringFieldUpdateOperationsInput | string | null
|
28637
|
-
tagAssistedId?: StringFieldUpdateOperationsInput | string
|
28638
|
-
tagConfirmedId?: StringFieldUpdateOperationsInput | string
|
28639
|
-
supraEventId?: NullableStringFieldUpdateOperationsInput | string | null
|
28640
|
-
active?: BoolFieldUpdateOperationsInput | boolean
|
28641
|
-
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
28642
|
-
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
28643
|
-
tickets?: TicketUncheckedUpdateManyWithoutEventNestedInput
|
28644
|
-
subEvents?: EventUncheckedUpdateManyWithoutSupraEventNestedInput
|
28645
|
-
tags?: TagUncheckedUpdateManyWithoutEventNestedInput
|
28646
|
-
eventTickets?: EventTicketUncheckedUpdateManyWithoutEventNestedInput
|
28647
|
-
}
|
28648
|
-
|
28649
|
-
export type TicketUpsertWithWhereUniqueWithoutTicketGroupInput = {
|
28650
|
-
where: TicketWhereUniqueInput
|
28651
|
-
update: XOR<TicketUpdateWithoutTicketGroupInput, TicketUncheckedUpdateWithoutTicketGroupInput>
|
28652
|
-
create: XOR<TicketCreateWithoutTicketGroupInput, TicketUncheckedCreateWithoutTicketGroupInput>
|
28653
|
-
}
|
28654
|
-
|
28655
|
-
export type TicketUpdateWithWhereUniqueWithoutTicketGroupInput = {
|
28656
|
-
where: TicketWhereUniqueInput
|
28657
|
-
data: XOR<TicketUpdateWithoutTicketGroupInput, TicketUncheckedUpdateWithoutTicketGroupInput>
|
28658
|
-
}
|
28659
|
-
|
28660
|
-
export type TicketUpdateManyWithWhereWithoutTicketGroupInput = {
|
28661
|
-
where: TicketScalarWhereInput
|
28662
|
-
data: XOR<TicketUpdateManyMutationInput, TicketUncheckedUpdateManyWithoutTicketGroupInput>
|
28663
|
-
}
|
28664
|
-
|
28665
26887
|
export type EventCreateWithoutEventTicketsInput = {
|
28666
26888
|
id?: string
|
28667
26889
|
name: string
|
@@ -28677,7 +26899,6 @@ export namespace Prisma {
|
|
28677
26899
|
tagConfirmed: TagCreateNestedOneWithoutConfirmedEventInput
|
28678
26900
|
supraEvent?: EventCreateNestedOneWithoutSubEventsInput
|
28679
26901
|
tickets?: TicketCreateNestedManyWithoutEventInput
|
28680
|
-
ticketGroups?: TicketGroupCreateNestedManyWithoutEventInput
|
28681
26902
|
subEvents?: EventCreateNestedManyWithoutSupraEventInput
|
28682
26903
|
tags?: TagCreateNestedManyWithoutEventInput
|
28683
26904
|
}
|
@@ -28697,7 +26918,6 @@ export namespace Prisma {
|
|
28697
26918
|
created_at?: Date | string
|
28698
26919
|
updated_at?: Date | string
|
28699
26920
|
tickets?: TicketUncheckedCreateNestedManyWithoutEventInput
|
28700
|
-
ticketGroups?: TicketGroupUncheckedCreateNestedManyWithoutEventInput
|
28701
26921
|
subEvents?: EventUncheckedCreateNestedManyWithoutSupraEventInput
|
28702
26922
|
tags?: TagUncheckedCreateNestedManyWithoutEventInput
|
28703
26923
|
}
|
@@ -28733,7 +26953,6 @@ export namespace Prisma {
|
|
28733
26953
|
tagConfirmed?: TagUpdateOneRequiredWithoutConfirmedEventNestedInput
|
28734
26954
|
supraEvent?: EventUpdateOneWithoutSubEventsNestedInput
|
28735
26955
|
tickets?: TicketUpdateManyWithoutEventNestedInput
|
28736
|
-
ticketGroups?: TicketGroupUpdateManyWithoutEventNestedInput
|
28737
26956
|
subEvents?: EventUpdateManyWithoutSupraEventNestedInput
|
28738
26957
|
tags?: TagUpdateManyWithoutEventNestedInput
|
28739
26958
|
}
|
@@ -28753,7 +26972,6 @@ export namespace Prisma {
|
|
28753
26972
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
28754
26973
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
28755
26974
|
tickets?: TicketUncheckedUpdateManyWithoutEventNestedInput
|
28756
|
-
ticketGroups?: TicketGroupUncheckedUpdateManyWithoutEventNestedInput
|
28757
26975
|
subEvents?: EventUncheckedUpdateManyWithoutSupraEventNestedInput
|
28758
26976
|
tags?: TagUncheckedUpdateManyWithoutEventNestedInput
|
28759
26977
|
}
|
@@ -28961,9 +27179,11 @@ export namespace Prisma {
|
|
28961
27179
|
id?: string
|
28962
27180
|
eventId: string
|
28963
27181
|
type: $Enums.TicketType
|
27182
|
+
status: $Enums.TicketStatus
|
28964
27183
|
fullName: string
|
28965
27184
|
mail: string
|
28966
|
-
|
27185
|
+
dni: string
|
27186
|
+
seat?: number | null
|
28967
27187
|
created_at?: Date | string
|
28968
27188
|
updated_at?: Date | string
|
28969
27189
|
}
|
@@ -29095,21 +27315,25 @@ export namespace Prisma {
|
|
29095
27315
|
export type TicketUpdateWithoutProfileInput = {
|
29096
27316
|
id?: StringFieldUpdateOperationsInput | string
|
29097
27317
|
type?: EnumTicketTypeFieldUpdateOperationsInput | $Enums.TicketType
|
27318
|
+
status?: EnumTicketStatusFieldUpdateOperationsInput | $Enums.TicketStatus
|
29098
27319
|
fullName?: StringFieldUpdateOperationsInput | string
|
29099
27320
|
mail?: StringFieldUpdateOperationsInput | string
|
27321
|
+
dni?: StringFieldUpdateOperationsInput | string
|
27322
|
+
seat?: NullableIntFieldUpdateOperationsInput | number | null
|
29100
27323
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
29101
27324
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
29102
27325
|
event?: EventUpdateOneRequiredWithoutTicketsNestedInput
|
29103
|
-
ticketGroup?: TicketGroupUpdateOneRequiredWithoutTicketsNestedInput
|
29104
27326
|
}
|
29105
27327
|
|
29106
27328
|
export type TicketUncheckedUpdateWithoutProfileInput = {
|
29107
27329
|
id?: StringFieldUpdateOperationsInput | string
|
29108
27330
|
eventId?: StringFieldUpdateOperationsInput | string
|
29109
27331
|
type?: EnumTicketTypeFieldUpdateOperationsInput | $Enums.TicketType
|
27332
|
+
status?: EnumTicketStatusFieldUpdateOperationsInput | $Enums.TicketStatus
|
29110
27333
|
fullName?: StringFieldUpdateOperationsInput | string
|
29111
27334
|
mail?: StringFieldUpdateOperationsInput | string
|
29112
|
-
|
27335
|
+
dni?: StringFieldUpdateOperationsInput | string
|
27336
|
+
seat?: NullableIntFieldUpdateOperationsInput | number | null
|
29113
27337
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
29114
27338
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
29115
27339
|
}
|
@@ -29118,9 +27342,11 @@ export namespace Prisma {
|
|
29118
27342
|
id?: StringFieldUpdateOperationsInput | string
|
29119
27343
|
eventId?: StringFieldUpdateOperationsInput | string
|
29120
27344
|
type?: EnumTicketTypeFieldUpdateOperationsInput | $Enums.TicketType
|
27345
|
+
status?: EnumTicketStatusFieldUpdateOperationsInput | $Enums.TicketStatus
|
29121
27346
|
fullName?: StringFieldUpdateOperationsInput | string
|
29122
27347
|
mail?: StringFieldUpdateOperationsInput | string
|
29123
|
-
|
27348
|
+
dni?: StringFieldUpdateOperationsInput | string
|
27349
|
+
seat?: NullableIntFieldUpdateOperationsInput | number | null
|
29124
27350
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
29125
27351
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
29126
27352
|
}
|
@@ -29535,7 +27761,6 @@ export namespace Prisma {
|
|
29535
27761
|
tagConfirmed?: TagUpdateOneRequiredWithoutConfirmedEventNestedInput
|
29536
27762
|
supraEvent?: EventUpdateOneWithoutSubEventsNestedInput
|
29537
27763
|
tickets?: TicketUpdateManyWithoutEventNestedInput
|
29538
|
-
ticketGroups?: TicketGroupUpdateManyWithoutEventNestedInput
|
29539
27764
|
subEvents?: EventUpdateManyWithoutSupraEventNestedInput
|
29540
27765
|
eventTickets?: EventTicketUpdateManyWithoutEventNestedInput
|
29541
27766
|
}
|
@@ -29555,7 +27780,6 @@ export namespace Prisma {
|
|
29555
27780
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
29556
27781
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
29557
27782
|
tickets?: TicketUncheckedUpdateManyWithoutEventNestedInput
|
29558
|
-
ticketGroups?: TicketGroupUncheckedUpdateManyWithoutEventNestedInput
|
29559
27783
|
subEvents?: EventUncheckedUpdateManyWithoutSupraEventNestedInput
|
29560
27784
|
eventTickets?: EventTicketUncheckedUpdateManyWithoutEventNestedInput
|
29561
27785
|
}
|
@@ -29623,18 +27847,12 @@ export namespace Prisma {
|
|
29623
27847
|
export type TicketCreateManyEventInput = {
|
29624
27848
|
id?: string
|
29625
27849
|
type: $Enums.TicketType
|
27850
|
+
status: $Enums.TicketStatus
|
29626
27851
|
fullName: string
|
29627
27852
|
mail: string
|
27853
|
+
dni: string
|
27854
|
+
seat?: number | null
|
29628
27855
|
profileId?: string | null
|
29629
|
-
ticketGroupId: string
|
29630
|
-
created_at?: Date | string
|
29631
|
-
updated_at?: Date | string
|
29632
|
-
}
|
29633
|
-
|
29634
|
-
export type TicketGroupCreateManyEventInput = {
|
29635
|
-
id?: string
|
29636
|
-
status: $Enums.TicketGroupStatus
|
29637
|
-
amountTickets?: number
|
29638
27856
|
created_at?: Date | string
|
29639
27857
|
updated_at?: Date | string
|
29640
27858
|
}
|
@@ -29666,21 +27884,25 @@ export namespace Prisma {
|
|
29666
27884
|
export type TicketUpdateWithoutEventInput = {
|
29667
27885
|
id?: StringFieldUpdateOperationsInput | string
|
29668
27886
|
type?: EnumTicketTypeFieldUpdateOperationsInput | $Enums.TicketType
|
27887
|
+
status?: EnumTicketStatusFieldUpdateOperationsInput | $Enums.TicketStatus
|
29669
27888
|
fullName?: StringFieldUpdateOperationsInput | string
|
29670
27889
|
mail?: StringFieldUpdateOperationsInput | string
|
27890
|
+
dni?: StringFieldUpdateOperationsInput | string
|
27891
|
+
seat?: NullableIntFieldUpdateOperationsInput | number | null
|
29671
27892
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
29672
27893
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
29673
27894
|
profile?: ProfileUpdateOneWithoutTicketNestedInput
|
29674
|
-
ticketGroup?: TicketGroupUpdateOneRequiredWithoutTicketsNestedInput
|
29675
27895
|
}
|
29676
27896
|
|
29677
27897
|
export type TicketUncheckedUpdateWithoutEventInput = {
|
29678
27898
|
id?: StringFieldUpdateOperationsInput | string
|
29679
27899
|
type?: EnumTicketTypeFieldUpdateOperationsInput | $Enums.TicketType
|
27900
|
+
status?: EnumTicketStatusFieldUpdateOperationsInput | $Enums.TicketStatus
|
29680
27901
|
fullName?: StringFieldUpdateOperationsInput | string
|
29681
27902
|
mail?: StringFieldUpdateOperationsInput | string
|
27903
|
+
dni?: StringFieldUpdateOperationsInput | string
|
27904
|
+
seat?: NullableIntFieldUpdateOperationsInput | number | null
|
29682
27905
|
profileId?: NullableStringFieldUpdateOperationsInput | string | null
|
29683
|
-
ticketGroupId?: StringFieldUpdateOperationsInput | string
|
29684
27906
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
29685
27907
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
29686
27908
|
}
|
@@ -29688,36 +27910,12 @@ export namespace Prisma {
|
|
29688
27910
|
export type TicketUncheckedUpdateManyWithoutEventInput = {
|
29689
27911
|
id?: StringFieldUpdateOperationsInput | string
|
29690
27912
|
type?: EnumTicketTypeFieldUpdateOperationsInput | $Enums.TicketType
|
27913
|
+
status?: EnumTicketStatusFieldUpdateOperationsInput | $Enums.TicketStatus
|
29691
27914
|
fullName?: StringFieldUpdateOperationsInput | string
|
29692
27915
|
mail?: StringFieldUpdateOperationsInput | string
|
27916
|
+
dni?: StringFieldUpdateOperationsInput | string
|
27917
|
+
seat?: NullableIntFieldUpdateOperationsInput | number | null
|
29693
27918
|
profileId?: NullableStringFieldUpdateOperationsInput | string | null
|
29694
|
-
ticketGroupId?: StringFieldUpdateOperationsInput | string
|
29695
|
-
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
29696
|
-
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
29697
|
-
}
|
29698
|
-
|
29699
|
-
export type TicketGroupUpdateWithoutEventInput = {
|
29700
|
-
id?: StringFieldUpdateOperationsInput | string
|
29701
|
-
status?: EnumTicketGroupStatusFieldUpdateOperationsInput | $Enums.TicketGroupStatus
|
29702
|
-
amountTickets?: IntFieldUpdateOperationsInput | number
|
29703
|
-
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
29704
|
-
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
29705
|
-
tickets?: TicketUpdateManyWithoutTicketGroupNestedInput
|
29706
|
-
}
|
29707
|
-
|
29708
|
-
export type TicketGroupUncheckedUpdateWithoutEventInput = {
|
29709
|
-
id?: StringFieldUpdateOperationsInput | string
|
29710
|
-
status?: EnumTicketGroupStatusFieldUpdateOperationsInput | $Enums.TicketGroupStatus
|
29711
|
-
amountTickets?: IntFieldUpdateOperationsInput | number
|
29712
|
-
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
29713
|
-
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
29714
|
-
tickets?: TicketUncheckedUpdateManyWithoutTicketGroupNestedInput
|
29715
|
-
}
|
29716
|
-
|
29717
|
-
export type TicketGroupUncheckedUpdateManyWithoutEventInput = {
|
29718
|
-
id?: StringFieldUpdateOperationsInput | string
|
29719
|
-
status?: EnumTicketGroupStatusFieldUpdateOperationsInput | $Enums.TicketGroupStatus
|
29720
|
-
amountTickets?: IntFieldUpdateOperationsInput | number
|
29721
27919
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
29722
27920
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
29723
27921
|
}
|
@@ -29736,7 +27934,6 @@ export namespace Prisma {
|
|
29736
27934
|
tagAssisted?: TagUpdateOneRequiredWithoutAssistedEventNestedInput
|
29737
27935
|
tagConfirmed?: TagUpdateOneRequiredWithoutConfirmedEventNestedInput
|
29738
27936
|
tickets?: TicketUpdateManyWithoutEventNestedInput
|
29739
|
-
ticketGroups?: TicketGroupUpdateManyWithoutEventNestedInput
|
29740
27937
|
subEvents?: EventUpdateManyWithoutSupraEventNestedInput
|
29741
27938
|
tags?: TagUpdateManyWithoutEventNestedInput
|
29742
27939
|
eventTickets?: EventTicketUpdateManyWithoutEventNestedInput
|
@@ -29756,7 +27953,6 @@ export namespace Prisma {
|
|
29756
27953
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
29757
27954
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
29758
27955
|
tickets?: TicketUncheckedUpdateManyWithoutEventNestedInput
|
29759
|
-
ticketGroups?: TicketGroupUncheckedUpdateManyWithoutEventNestedInput
|
29760
27956
|
subEvents?: EventUncheckedUpdateManyWithoutSupraEventNestedInput
|
29761
27957
|
tags?: TagUncheckedUpdateManyWithoutEventNestedInput
|
29762
27958
|
eventTickets?: EventTicketUncheckedUpdateManyWithoutEventNestedInput
|
@@ -29870,7 +28066,6 @@ export namespace Prisma {
|
|
29870
28066
|
tagConfirmed?: TagUpdateOneRequiredWithoutConfirmedEventNestedInput
|
29871
28067
|
supraEvent?: EventUpdateOneWithoutSubEventsNestedInput
|
29872
28068
|
tickets?: TicketUpdateManyWithoutEventNestedInput
|
29873
|
-
ticketGroups?: TicketGroupUpdateManyWithoutEventNestedInput
|
29874
28069
|
subEvents?: EventUpdateManyWithoutSupraEventNestedInput
|
29875
28070
|
tags?: TagUpdateManyWithoutEventNestedInput
|
29876
28071
|
eventTickets?: EventTicketUpdateManyWithoutEventNestedInput
|
@@ -29890,7 +28085,6 @@ export namespace Prisma {
|
|
29890
28085
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
29891
28086
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
29892
28087
|
tickets?: TicketUncheckedUpdateManyWithoutEventNestedInput
|
29893
|
-
ticketGroups?: TicketGroupUncheckedUpdateManyWithoutEventNestedInput
|
29894
28088
|
subEvents?: EventUncheckedUpdateManyWithoutSupraEventNestedInput
|
29895
28089
|
tags?: TagUncheckedUpdateManyWithoutEventNestedInput
|
29896
28090
|
eventTickets?: EventTicketUncheckedUpdateManyWithoutEventNestedInput
|
@@ -29911,50 +28105,6 @@ export namespace Prisma {
|
|
29911
28105
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
29912
28106
|
}
|
29913
28107
|
|
29914
|
-
export type TicketCreateManyTicketGroupInput = {
|
29915
|
-
id?: string
|
29916
|
-
eventId: string
|
29917
|
-
type: $Enums.TicketType
|
29918
|
-
fullName: string
|
29919
|
-
mail: string
|
29920
|
-
profileId?: string | null
|
29921
|
-
created_at?: Date | string
|
29922
|
-
updated_at?: Date | string
|
29923
|
-
}
|
29924
|
-
|
29925
|
-
export type TicketUpdateWithoutTicketGroupInput = {
|
29926
|
-
id?: StringFieldUpdateOperationsInput | string
|
29927
|
-
type?: EnumTicketTypeFieldUpdateOperationsInput | $Enums.TicketType
|
29928
|
-
fullName?: StringFieldUpdateOperationsInput | string
|
29929
|
-
mail?: StringFieldUpdateOperationsInput | string
|
29930
|
-
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
29931
|
-
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
29932
|
-
event?: EventUpdateOneRequiredWithoutTicketsNestedInput
|
29933
|
-
profile?: ProfileUpdateOneWithoutTicketNestedInput
|
29934
|
-
}
|
29935
|
-
|
29936
|
-
export type TicketUncheckedUpdateWithoutTicketGroupInput = {
|
29937
|
-
id?: StringFieldUpdateOperationsInput | string
|
29938
|
-
eventId?: StringFieldUpdateOperationsInput | string
|
29939
|
-
type?: EnumTicketTypeFieldUpdateOperationsInput | $Enums.TicketType
|
29940
|
-
fullName?: StringFieldUpdateOperationsInput | string
|
29941
|
-
mail?: StringFieldUpdateOperationsInput | string
|
29942
|
-
profileId?: NullableStringFieldUpdateOperationsInput | string | null
|
29943
|
-
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
29944
|
-
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
29945
|
-
}
|
29946
|
-
|
29947
|
-
export type TicketUncheckedUpdateManyWithoutTicketGroupInput = {
|
29948
|
-
id?: StringFieldUpdateOperationsInput | string
|
29949
|
-
eventId?: StringFieldUpdateOperationsInput | string
|
29950
|
-
type?: EnumTicketTypeFieldUpdateOperationsInput | $Enums.TicketType
|
29951
|
-
fullName?: StringFieldUpdateOperationsInput | string
|
29952
|
-
mail?: StringFieldUpdateOperationsInput | string
|
29953
|
-
profileId?: NullableStringFieldUpdateOperationsInput | string | null
|
29954
|
-
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
29955
|
-
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
29956
|
-
}
|
29957
|
-
|
29958
28108
|
|
29959
28109
|
|
29960
28110
|
/**
|