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
@@ -111,12 +111,12 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
|
|
111
111
|
price: z.ZodNullable<z.ZodNumber>;
|
112
112
|
}, "strip", z.ZodTypeAny, {
|
113
113
|
id: string;
|
114
|
-
type: "
|
114
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
115
115
|
amount: number | null;
|
116
116
|
price: number | null;
|
117
117
|
}, {
|
118
118
|
id: string;
|
119
|
-
type: "
|
119
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
120
120
|
amount: number | null;
|
121
121
|
price: number | null;
|
122
122
|
}>, "many">;
|
@@ -158,7 +158,7 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
|
|
158
158
|
}>, "strip", z.ZodTypeAny, {
|
159
159
|
id: string;
|
160
160
|
name: string;
|
161
|
-
type: "
|
161
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
162
162
|
created_at: Date;
|
163
163
|
updated_at: Date;
|
164
164
|
groupId: string;
|
@@ -173,7 +173,7 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
|
|
173
173
|
}, {
|
174
174
|
id: string;
|
175
175
|
name: string;
|
176
|
-
type: "
|
176
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
177
177
|
created_at: Date;
|
178
178
|
updated_at: Date;
|
179
179
|
groupId: string;
|
@@ -194,29 +194,39 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
|
|
194
194
|
STAFF: "STAFF";
|
195
195
|
SPECTATOR: "SPECTATOR";
|
196
196
|
}>;
|
197
|
+
status: z.ZodNativeEnum<{
|
198
|
+
BOOKED: "BOOKED";
|
199
|
+
PAID: "PAID";
|
200
|
+
FREE: "FREE";
|
201
|
+
}>;
|
197
202
|
fullName: z.ZodString;
|
198
203
|
mail: z.ZodString;
|
199
|
-
|
204
|
+
dni: z.ZodString;
|
205
|
+
seat: z.ZodNullable<z.ZodNumber>;
|
200
206
|
created_at: z.ZodDate;
|
201
207
|
updated_at: z.ZodDate;
|
202
208
|
}, "strip", z.ZodTypeAny, {
|
203
209
|
id: string;
|
204
|
-
type: "
|
210
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
205
211
|
fullName: string;
|
206
212
|
mail: string;
|
207
213
|
eventId: string;
|
214
|
+
status: "BOOKED" | "PAID" | "FREE";
|
215
|
+
seat: number | null;
|
216
|
+
dni: string;
|
208
217
|
created_at: Date;
|
209
218
|
updated_at: Date;
|
210
|
-
ticketGroupId: string;
|
211
219
|
}, {
|
212
220
|
id: string;
|
213
|
-
type: "
|
221
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
214
222
|
fullName: string;
|
215
223
|
mail: string;
|
216
224
|
eventId: string;
|
225
|
+
status: "BOOKED" | "PAID" | "FREE";
|
226
|
+
seat: number | null;
|
227
|
+
dni: string;
|
217
228
|
created_at: Date;
|
218
229
|
updated_at: Date;
|
219
|
-
ticketGroupId: string;
|
220
230
|
}>, "many">;
|
221
231
|
}>, "strip", z.ZodTypeAny, {
|
222
232
|
location: string;
|
@@ -231,7 +241,7 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
|
|
231
241
|
tags: {
|
232
242
|
id: string;
|
233
243
|
name: string;
|
234
|
-
type: "
|
244
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
235
245
|
created_at: Date;
|
236
246
|
updated_at: Date;
|
237
247
|
groupId: string;
|
@@ -265,7 +275,7 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
|
|
265
275
|
}[];
|
266
276
|
eventTickets: {
|
267
277
|
id: string;
|
268
|
-
type: "
|
278
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
269
279
|
amount: number | null;
|
270
280
|
price: number | null;
|
271
281
|
}[];
|
@@ -286,13 +296,15 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
|
|
286
296
|
} | null;
|
287
297
|
tickets: {
|
288
298
|
id: string;
|
289
|
-
type: "
|
299
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
290
300
|
fullName: string;
|
291
301
|
mail: string;
|
292
302
|
eventId: string;
|
303
|
+
status: "BOOKED" | "PAID" | "FREE";
|
304
|
+
seat: number | null;
|
305
|
+
dni: string;
|
293
306
|
created_at: Date;
|
294
307
|
updated_at: Date;
|
295
|
-
ticketGroupId: string;
|
296
308
|
}[];
|
297
309
|
}, {
|
298
310
|
location: string;
|
@@ -307,7 +319,7 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
|
|
307
319
|
tags: {
|
308
320
|
id: string;
|
309
321
|
name: string;
|
310
|
-
type: "
|
322
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
311
323
|
created_at: Date;
|
312
324
|
updated_at: Date;
|
313
325
|
groupId: string;
|
@@ -341,7 +353,7 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
|
|
341
353
|
}[];
|
342
354
|
eventTickets: {
|
343
355
|
id: string;
|
344
|
-
type: "
|
356
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
345
357
|
amount: number | null;
|
346
358
|
price: number | null;
|
347
359
|
}[];
|
@@ -362,13 +374,15 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
|
|
362
374
|
} | null;
|
363
375
|
tickets: {
|
364
376
|
id: string;
|
365
|
-
type: "
|
377
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
366
378
|
fullName: string;
|
367
379
|
mail: string;
|
368
380
|
eventId: string;
|
381
|
+
status: "BOOKED" | "PAID" | "FREE";
|
382
|
+
seat: number | null;
|
383
|
+
dni: string;
|
369
384
|
created_at: Date;
|
370
385
|
updated_at: Date;
|
371
|
-
ticketGroupId: string;
|
372
386
|
}[];
|
373
387
|
}>;
|
374
388
|
declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodObject<{
|
@@ -482,12 +496,12 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
482
496
|
price: z.ZodNullable<z.ZodNumber>;
|
483
497
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
484
498
|
id: string;
|
485
|
-
type: "
|
499
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
486
500
|
amount: number | null;
|
487
501
|
price: number | null;
|
488
502
|
}, {
|
489
503
|
id: string;
|
490
|
-
type: "
|
504
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
491
505
|
amount: number | null;
|
492
506
|
price: number | null;
|
493
507
|
}>, "many">;
|
@@ -528,7 +542,7 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
528
542
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
529
543
|
id: string;
|
530
544
|
name: string;
|
531
|
-
type: "
|
545
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
532
546
|
created_at: string;
|
533
547
|
updated_at: string;
|
534
548
|
groupId: string;
|
@@ -543,7 +557,7 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
543
557
|
}, {
|
544
558
|
id: string;
|
545
559
|
name: string;
|
546
|
-
type: "
|
560
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
547
561
|
created_at: string;
|
548
562
|
updated_at: string;
|
549
563
|
groupId: string;
|
@@ -564,29 +578,39 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
564
578
|
STAFF: "STAFF";
|
565
579
|
SPECTATOR: "SPECTATOR";
|
566
580
|
}>;
|
581
|
+
status: z.ZodNativeEnum<{
|
582
|
+
BOOKED: "BOOKED";
|
583
|
+
PAID: "PAID";
|
584
|
+
FREE: "FREE";
|
585
|
+
}>;
|
567
586
|
fullName: z.ZodString;
|
568
587
|
mail: z.ZodString;
|
569
|
-
|
588
|
+
dni: z.ZodString;
|
589
|
+
seat: z.ZodNullable<z.ZodNumber>;
|
570
590
|
created_at: z.ZodString;
|
571
591
|
updated_at: z.ZodString;
|
572
592
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
573
593
|
id: string;
|
574
|
-
type: "
|
594
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
575
595
|
fullName: string;
|
576
596
|
mail: string;
|
577
597
|
eventId: string;
|
598
|
+
status: "BOOKED" | "PAID" | "FREE";
|
599
|
+
seat: number | null;
|
600
|
+
dni: string;
|
578
601
|
created_at: string;
|
579
602
|
updated_at: string;
|
580
|
-
ticketGroupId: string;
|
581
603
|
}, {
|
582
604
|
id: string;
|
583
|
-
type: "
|
605
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
584
606
|
fullName: string;
|
585
607
|
mail: string;
|
586
608
|
eventId: string;
|
609
|
+
status: "BOOKED" | "PAID" | "FREE";
|
610
|
+
seat: number | null;
|
611
|
+
dni: string;
|
587
612
|
created_at: string;
|
588
613
|
updated_at: string;
|
589
|
-
ticketGroupId: string;
|
590
614
|
}>, "many">;
|
591
615
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
592
616
|
location: string;
|
@@ -601,7 +625,7 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
601
625
|
tags: {
|
602
626
|
id: string;
|
603
627
|
name: string;
|
604
|
-
type: "
|
628
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
605
629
|
created_at: string;
|
606
630
|
updated_at: string;
|
607
631
|
groupId: string;
|
@@ -635,7 +659,7 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
635
659
|
}[];
|
636
660
|
eventTickets: {
|
637
661
|
id: string;
|
638
|
-
type: "
|
662
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
639
663
|
amount: number | null;
|
640
664
|
price: number | null;
|
641
665
|
}[];
|
@@ -656,13 +680,15 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
656
680
|
} | null;
|
657
681
|
tickets: {
|
658
682
|
id: string;
|
659
|
-
type: "
|
683
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
660
684
|
fullName: string;
|
661
685
|
mail: string;
|
662
686
|
eventId: string;
|
687
|
+
status: "BOOKED" | "PAID" | "FREE";
|
688
|
+
seat: number | null;
|
689
|
+
dni: string;
|
663
690
|
created_at: string;
|
664
691
|
updated_at: string;
|
665
|
-
ticketGroupId: string;
|
666
692
|
}[];
|
667
693
|
}, {
|
668
694
|
location: string;
|
@@ -677,7 +703,7 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
677
703
|
tags: {
|
678
704
|
id: string;
|
679
705
|
name: string;
|
680
|
-
type: "
|
706
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
681
707
|
created_at: string;
|
682
708
|
updated_at: string;
|
683
709
|
groupId: string;
|
@@ -711,7 +737,7 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
711
737
|
}[];
|
712
738
|
eventTickets: {
|
713
739
|
id: string;
|
714
|
-
type: "
|
740
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
715
741
|
amount: number | null;
|
716
742
|
price: number | null;
|
717
743
|
}[];
|
@@ -732,13 +758,15 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
732
758
|
} | null;
|
733
759
|
tickets: {
|
734
760
|
id: string;
|
735
|
-
type: "
|
761
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
736
762
|
fullName: string;
|
737
763
|
mail: string;
|
738
764
|
eventId: string;
|
765
|
+
status: "BOOKED" | "PAID" | "FREE";
|
766
|
+
seat: number | null;
|
767
|
+
dni: string;
|
739
768
|
created_at: string;
|
740
769
|
updated_at: string;
|
741
|
-
ticketGroupId: string;
|
742
770
|
}[];
|
743
771
|
}>>;
|
744
772
|
export declare class GetByIdEventResponseDto extends GetByIdEventResponseDto_base {
|
@@ -773,14 +801,14 @@ export declare const getBySupraEventResponseSchema: z.ZodArray<z.ZodObject<z.obj
|
|
773
801
|
}, "strip", z.ZodTypeAny, {
|
774
802
|
id: string;
|
775
803
|
name: string;
|
776
|
-
type: "
|
804
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
777
805
|
created_at: Date;
|
778
806
|
updated_at: Date;
|
779
807
|
groupId: string;
|
780
808
|
}, {
|
781
809
|
id: string;
|
782
810
|
name: string;
|
783
|
-
type: "
|
811
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
784
812
|
created_at: Date;
|
785
813
|
updated_at: Date;
|
786
814
|
groupId: string;
|
@@ -800,14 +828,14 @@ export declare const getBySupraEventResponseSchema: z.ZodArray<z.ZodObject<z.obj
|
|
800
828
|
}, "strip", z.ZodTypeAny, {
|
801
829
|
id: string;
|
802
830
|
name: string;
|
803
|
-
type: "
|
831
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
804
832
|
created_at: Date;
|
805
833
|
updated_at: Date;
|
806
834
|
groupId: string;
|
807
835
|
}, {
|
808
836
|
id: string;
|
809
837
|
name: string;
|
810
|
-
type: "
|
838
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
811
839
|
created_at: Date;
|
812
840
|
updated_at: Date;
|
813
841
|
groupId: string;
|
@@ -829,7 +857,7 @@ export declare const getBySupraEventResponseSchema: z.ZodArray<z.ZodObject<z.obj
|
|
829
857
|
tagAssisted: {
|
830
858
|
id: string;
|
831
859
|
name: string;
|
832
|
-
type: "
|
860
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
833
861
|
created_at: Date;
|
834
862
|
updated_at: Date;
|
835
863
|
groupId: string;
|
@@ -837,7 +865,7 @@ export declare const getBySupraEventResponseSchema: z.ZodArray<z.ZodObject<z.obj
|
|
837
865
|
tagConfirmed: {
|
838
866
|
id: string;
|
839
867
|
name: string;
|
840
|
-
type: "
|
868
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
841
869
|
created_at: Date;
|
842
870
|
updated_at: Date;
|
843
871
|
groupId: string;
|
@@ -859,7 +887,7 @@ export declare const getBySupraEventResponseSchema: z.ZodArray<z.ZodObject<z.obj
|
|
859
887
|
tagAssisted: {
|
860
888
|
id: string;
|
861
889
|
name: string;
|
862
|
-
type: "
|
890
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
863
891
|
created_at: Date;
|
864
892
|
updated_at: Date;
|
865
893
|
groupId: string;
|
@@ -867,7 +895,7 @@ export declare const getBySupraEventResponseSchema: z.ZodArray<z.ZodObject<z.obj
|
|
867
895
|
tagConfirmed: {
|
868
896
|
id: string;
|
869
897
|
name: string;
|
870
|
-
type: "
|
898
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
871
899
|
created_at: Date;
|
872
900
|
updated_at: Date;
|
873
901
|
groupId: string;
|
@@ -902,14 +930,14 @@ declare const GetBySupraEventResponseDto_base: import("@anatine/zod-nestjs").Zod
|
|
902
930
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
903
931
|
id: string;
|
904
932
|
name: string;
|
905
|
-
type: "
|
933
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
906
934
|
created_at: string;
|
907
935
|
updated_at: string;
|
908
936
|
groupId: string;
|
909
937
|
}, {
|
910
938
|
id: string;
|
911
939
|
name: string;
|
912
|
-
type: "
|
940
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
913
941
|
created_at: string;
|
914
942
|
updated_at: string;
|
915
943
|
groupId: string;
|
@@ -929,14 +957,14 @@ declare const GetBySupraEventResponseDto_base: import("@anatine/zod-nestjs").Zod
|
|
929
957
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
930
958
|
id: string;
|
931
959
|
name: string;
|
932
|
-
type: "
|
960
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
933
961
|
created_at: string;
|
934
962
|
updated_at: string;
|
935
963
|
groupId: string;
|
936
964
|
}, {
|
937
965
|
id: string;
|
938
966
|
name: string;
|
939
|
-
type: "
|
967
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
940
968
|
created_at: string;
|
941
969
|
updated_at: string;
|
942
970
|
groupId: string;
|
@@ -958,7 +986,7 @@ declare const GetBySupraEventResponseDto_base: import("@anatine/zod-nestjs").Zod
|
|
958
986
|
tagAssisted: {
|
959
987
|
id: string;
|
960
988
|
name: string;
|
961
|
-
type: "
|
989
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
962
990
|
created_at: string;
|
963
991
|
updated_at: string;
|
964
992
|
groupId: string;
|
@@ -966,7 +994,7 @@ declare const GetBySupraEventResponseDto_base: import("@anatine/zod-nestjs").Zod
|
|
966
994
|
tagConfirmed: {
|
967
995
|
id: string;
|
968
996
|
name: string;
|
969
|
-
type: "
|
997
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
970
998
|
created_at: string;
|
971
999
|
updated_at: string;
|
972
1000
|
groupId: string;
|
@@ -988,7 +1016,7 @@ declare const GetBySupraEventResponseDto_base: import("@anatine/zod-nestjs").Zod
|
|
988
1016
|
tagAssisted: {
|
989
1017
|
id: string;
|
990
1018
|
name: string;
|
991
|
-
type: "
|
1019
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
992
1020
|
created_at: string;
|
993
1021
|
updated_at: string;
|
994
1022
|
groupId: string;
|
@@ -996,7 +1024,7 @@ declare const GetBySupraEventResponseDto_base: import("@anatine/zod-nestjs").Zod
|
|
996
1024
|
tagConfirmed: {
|
997
1025
|
id: string;
|
998
1026
|
name: string;
|
999
|
-
type: "
|
1027
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
1000
1028
|
created_at: string;
|
1001
1029
|
updated_at: string;
|
1002
1030
|
groupId: string;
|
@@ -56,11 +56,11 @@ export declare const updateEventSchema: z.ZodObject<z.objectUtil.extendShape<Pic
|
|
56
56
|
}>;
|
57
57
|
price: z.ZodNullable<z.ZodNumber>;
|
58
58
|
}, "id">, "strip", z.ZodTypeAny, {
|
59
|
-
type: "
|
59
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
60
60
|
amount: number | null;
|
61
61
|
price: number | null;
|
62
62
|
}, {
|
63
|
-
type: "
|
63
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
64
64
|
amount: number | null;
|
65
65
|
price: number | null;
|
66
66
|
}>, "many">;
|
@@ -81,7 +81,7 @@ export declare const updateEventSchema: z.ZodObject<z.objectUtil.extendShape<Pic
|
|
81
81
|
}[];
|
82
82
|
tagsId: string[];
|
83
83
|
eventTickets: {
|
84
|
-
type: "
|
84
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
85
85
|
amount: number | null;
|
86
86
|
price: number | null;
|
87
87
|
}[];
|
@@ -102,7 +102,7 @@ export declare const updateEventSchema: z.ZodObject<z.objectUtil.extendShape<Pic
|
|
102
102
|
}[];
|
103
103
|
tagsId: string[];
|
104
104
|
eventTickets: {
|
105
|
-
type: "
|
105
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
106
106
|
amount: number | null;
|
107
107
|
price: number | null;
|
108
108
|
}[];
|
@@ -146,11 +146,11 @@ declare const UpdateEventDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.
|
|
146
146
|
amount: z.ZodNullable<z.ZodNumber>;
|
147
147
|
price: z.ZodNullable<z.ZodNumber>;
|
148
148
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
149
|
-
type: "
|
149
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
150
150
|
amount: number | null;
|
151
151
|
price: number | null;
|
152
152
|
}, {
|
153
|
-
type: "
|
153
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
154
154
|
amount: number | null;
|
155
155
|
price: number | null;
|
156
156
|
}>, "many">;
|
@@ -171,7 +171,7 @@ declare const UpdateEventDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.
|
|
171
171
|
}[];
|
172
172
|
tagsId: string[];
|
173
173
|
eventTickets: {
|
174
|
-
type: "
|
174
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
175
175
|
amount: number | null;
|
176
176
|
price: number | null;
|
177
177
|
}[];
|
@@ -192,7 +192,7 @@ declare const UpdateEventDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.
|
|
192
192
|
}[];
|
193
193
|
tagsId: string[];
|
194
194
|
eventTickets: {
|
195
|
-
type: "
|
195
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
196
196
|
amount: number | null;
|
197
197
|
price: number | null;
|
198
198
|
}[];
|
@@ -252,7 +252,7 @@ export declare const updateEventResponseSchema: z.ZodObject<z.objectUtil.extendS
|
|
252
252
|
}>, "strip", z.ZodTypeAny, {
|
253
253
|
id: string;
|
254
254
|
name: string;
|
255
|
-
type: "
|
255
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
256
256
|
created_at: Date;
|
257
257
|
updated_at: Date;
|
258
258
|
groupId: string;
|
@@ -267,7 +267,7 @@ export declare const updateEventResponseSchema: z.ZodObject<z.objectUtil.extendS
|
|
267
267
|
}, {
|
268
268
|
id: string;
|
269
269
|
name: string;
|
270
|
-
type: "
|
270
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
271
271
|
created_at: Date;
|
272
272
|
updated_at: Date;
|
273
273
|
groupId: string;
|
@@ -291,12 +291,12 @@ export declare const updateEventResponseSchema: z.ZodObject<z.objectUtil.extendS
|
|
291
291
|
price: z.ZodNullable<z.ZodNumber>;
|
292
292
|
}, "strip", z.ZodTypeAny, {
|
293
293
|
id: string;
|
294
|
-
type: "
|
294
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
295
295
|
amount: number | null;
|
296
296
|
price: number | null;
|
297
297
|
}, {
|
298
298
|
id: string;
|
299
|
-
type: "
|
299
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
300
300
|
amount: number | null;
|
301
301
|
price: number | null;
|
302
302
|
}>, "many">;
|
@@ -316,14 +316,14 @@ export declare const updateEventResponseSchema: z.ZodObject<z.objectUtil.extendS
|
|
316
316
|
supraEventId: string | null;
|
317
317
|
eventTickets: {
|
318
318
|
id: string;
|
319
|
-
type: "
|
319
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
320
320
|
amount: number | null;
|
321
321
|
price: number | null;
|
322
322
|
}[];
|
323
323
|
tagAssisted: {
|
324
324
|
id: string;
|
325
325
|
name: string;
|
326
|
-
type: "
|
326
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
327
327
|
created_at: Date;
|
328
328
|
updated_at: Date;
|
329
329
|
groupId: string;
|
@@ -352,14 +352,14 @@ export declare const updateEventResponseSchema: z.ZodObject<z.objectUtil.extendS
|
|
352
352
|
supraEventId: string | null;
|
353
353
|
eventTickets: {
|
354
354
|
id: string;
|
355
|
-
type: "
|
355
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
356
356
|
amount: number | null;
|
357
357
|
price: number | null;
|
358
358
|
}[];
|
359
359
|
tagAssisted: {
|
360
360
|
id: string;
|
361
361
|
name: string;
|
362
|
-
type: "
|
362
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
363
363
|
created_at: Date;
|
364
364
|
updated_at: Date;
|
365
365
|
groupId: string;
|
@@ -424,7 +424,7 @@ declare const UpdateEventResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
|
|
424
424
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
425
425
|
id: string;
|
426
426
|
name: string;
|
427
|
-
type: "
|
427
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
428
428
|
created_at: string;
|
429
429
|
updated_at: string;
|
430
430
|
groupId: string;
|
@@ -439,7 +439,7 @@ declare const UpdateEventResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
|
|
439
439
|
}, {
|
440
440
|
id: string;
|
441
441
|
name: string;
|
442
|
-
type: "
|
442
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
443
443
|
created_at: string;
|
444
444
|
updated_at: string;
|
445
445
|
groupId: string;
|
@@ -463,12 +463,12 @@ declare const UpdateEventResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
|
|
463
463
|
price: z.ZodNullable<z.ZodNumber>;
|
464
464
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
465
465
|
id: string;
|
466
|
-
type: "
|
466
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
467
467
|
amount: number | null;
|
468
468
|
price: number | null;
|
469
469
|
}, {
|
470
470
|
id: string;
|
471
|
-
type: "
|
471
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
472
472
|
amount: number | null;
|
473
473
|
price: number | null;
|
474
474
|
}>, "many">;
|
@@ -488,14 +488,14 @@ declare const UpdateEventResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
|
|
488
488
|
supraEventId: string | null;
|
489
489
|
eventTickets: {
|
490
490
|
id: string;
|
491
|
-
type: "
|
491
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
492
492
|
amount: number | null;
|
493
493
|
price: number | null;
|
494
494
|
}[];
|
495
495
|
tagAssisted: {
|
496
496
|
id: string;
|
497
497
|
name: string;
|
498
|
-
type: "
|
498
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
499
499
|
created_at: string;
|
500
500
|
updated_at: string;
|
501
501
|
groupId: string;
|
@@ -524,14 +524,14 @@ declare const UpdateEventResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
|
|
524
524
|
supraEventId: string | null;
|
525
525
|
eventTickets: {
|
526
526
|
id: string;
|
527
|
-
type: "
|
527
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
528
528
|
amount: number | null;
|
529
529
|
price: number | null;
|
530
530
|
}[];
|
531
531
|
tagAssisted: {
|
532
532
|
id: string;
|
533
533
|
name: string;
|
534
|
-
type: "
|
534
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
535
535
|
created_at: string;
|
536
536
|
updated_at: string;
|
537
537
|
groupId: string;
|
package/dist/src/exports.d.ts
CHANGED
package/dist/src/exports.js
CHANGED
@@ -30,6 +30,5 @@ __exportStar(require("./schema/exports"), exports);
|
|
30
30
|
__exportStar(require("./shared/dto-modification/zod-without-dates"), exports);
|
31
31
|
__exportStar(require("./tag-group/exports"), exports);
|
32
32
|
__exportStar(require("./tag/exports"), exports);
|
33
|
-
__exportStar(require("./ticket-group/exports"), exports);
|
34
33
|
__exportStar(require("./ticket/exports"), exports);
|
35
34
|
//# sourceMappingURL=exports.js.map
|