expo-backend-types 0.36.0-EXPO-323-Enviar-mail-ticket.5 → 0.36.0-EXPO-325-ExpoBackend-Emision-de-multiples-tickets.11
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/account.dto.d.ts +6 -6
- package/dist/src/account/dto/create-account.dto.d.ts +12 -12
- package/dist/src/account/dto/get-global-filter.dto.d.ts +9 -9
- package/dist/src/account/dto/get-me.dto.d.ts +22 -22
- package/dist/src/account/dto/update-global-filter.dto.d.ts +14 -14
- package/dist/src/auth/dto/login.dto.d.ts +11 -11
- package/dist/src/comment/dto/get-by-profile-comment.dto.d.ts +1 -1
- 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 +40 -78
- package/dist/src/event/dto/update-event.dto.d.ts +24 -24
- package/dist/src/exports.d.ts +1 -0
- package/dist/src/exports.js +1 -0
- package/dist/src/i18n/es.d.ts +31 -22
- package/dist/src/i18n/es.js +31 -22
- package/dist/src/i18n/es.js.map +1 -1
- package/dist/src/mi-expo/dto/get-me.dto.d.ts +11 -11
- package/dist/src/mi-expo/dto/login-with-phone.dto.d.ts +19 -19
- package/dist/src/mi-expo/dto/login.dto.d.ts +20 -20
- package/dist/src/mi-expo/dto/update-me.dto.d.ts +17 -17
- package/dist/src/otp/dto/verify-otp.dto.d.ts +18 -18
- package/dist/src/profile/dto/create-profile.dto.d.ts +14 -14
- package/dist/src/profile/dto/delete-profile.dto.d.ts +10 -10
- package/dist/src/profile/dto/find-all-profile.dto.d.ts +30 -30
- package/dist/src/profile/dto/find-by-date-range-profile.dto.d.ts +48 -48
- package/dist/src/profile/dto/find-by-id-profile.dto.d.ts +19 -19
- package/dist/src/profile/dto/find-by-phone-number.dto.d.ts +10 -10
- package/dist/src/profile/dto/find-by-tag-groups-profile.dto.d.ts +30 -30
- package/dist/src/profile/dto/find-by-tags-profile.dto.d.ts +30 -30
- package/dist/src/profile/dto/find-trash.dto.d.ts +1 -1
- package/dist/src/profile/dto/find-with-active-chat.dto.d.ts +30 -30
- package/dist/src/profile/dto/profile.dto.d.ts +5 -5
- package/dist/src/profile/dto/update-profile.dto.d.ts +16 -16
- package/dist/src/schema/profile.schema.d.ts +5 -5
- 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 +18 -18
- package/dist/src/tag/dto/massive-deallocation.dto.d.ts +18 -18
- 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 +14 -12
- package/dist/src/ticket/constants.js +248 -355
- package/dist/src/ticket/dto/create-many-ticket.dto.d.ts +678 -0
- package/dist/src/ticket/dto/create-many-ticket.dto.js +57 -0
- package/dist/src/ticket/dto/create-ticket.dto.d.ts +9 -56
- package/dist/src/ticket/dto/create-ticket.dto.js +0 -2
- package/dist/src/ticket/dto/delete-ticket.dto.d.ts +4 -30
- package/dist/src/ticket/dto/find-all-tickets.dto.d.ts +8 -46
- package/dist/src/ticket/dto/find-by-event-ticket.dto.d.ts +34 -72
- package/dist/src/ticket/dto/find-by-id-ticket.dto.d.ts +34 -72
- package/dist/src/ticket/dto/find-by-mail-ticket.dto.d.ts +34 -72
- package/dist/src/ticket/dto/find-by-profile-id-ticket.dto.d.ts +8 -46
- package/dist/src/ticket/dto/find-ticket.dto.d.ts +4 -30
- package/dist/src/ticket/dto/ticket.dto.d.ts +4 -30
- package/dist/src/ticket/dto/ticket.dto.js +0 -5
- package/dist/src/ticket/dto/update-ticket.dto.d.ts +8 -48
- package/dist/src/ticket/dto/update-ticket.dto.js +0 -1
- package/dist/src/ticket-group/dto/create-ticket-group.dto.d.ts +336 -0
- package/dist/src/ticket-group/dto/create-ticket-group.dto.js +27 -0
- package/dist/src/ticket-group/dto/delete-ticket-group.dto.d.ts +55 -0
- package/dist/src/ticket-group/dto/delete-ticket-group.dto.js +10 -0
- package/dist/src/ticket-group/dto/find-tickets-by-event.dto.d.ts +2 -0
- package/dist/src/ticket-group/dto/find-tickets-by-event.dto.js +9 -0
- package/dist/src/ticket-group/dto/ticket-group.dto.d.ts +56 -0
- package/dist/src/ticket-group/dto/ticket-group.dto.js +27 -0
- package/dist/src/ticket-group/dto/update-ticket-group.dto.d.ts +79 -0
- package/dist/src/ticket-group/dto/update-ticket-group.dto.js +18 -0
- package/dist/src/ticket-group/exports.d.ts +4 -0
- package/dist/src/ticket-group/exports.js +21 -0
- package/dist/types/prisma-schema/edge.js +17 -9
- package/dist/types/prisma-schema/index-browser.js +14 -6
- package/dist/types/prisma-schema/index.d.ts +2233 -362
- package/dist/types/prisma-schema/index.js +17 -9
- package/dist/types/prisma-schema/package.json +1 -1
- package/dist/types/prisma-schema/schema.prisma +23 -8
- package/dist/types/prisma-schema/wasm.js +14 -6
- package/dist/types/schema.d.ts +315 -62
- package/package.json +6 -6
- package/dist/src/ticket/dto/send-email.dto.d.ts +0 -18
- package/dist/src/ticket/dto/send-email.dto.js +0 -15
@@ -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: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
115
115
|
amount: number | null;
|
116
116
|
price: number | null;
|
117
117
|
}, {
|
118
118
|
id: string;
|
119
|
-
type: "
|
119
|
+
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
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: "PROFILE" | "EVENT" | "PARTICIPANT" | "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: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
177
177
|
created_at: Date;
|
178
178
|
updated_at: Date;
|
179
179
|
groupId: string;
|
@@ -194,37 +194,24 @@ 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
|
-
}>;
|
202
197
|
fullName: z.ZodString;
|
203
198
|
mail: z.ZodString;
|
204
|
-
dni: z.ZodString;
|
205
|
-
seat: z.ZodNullable<z.ZodNumber>;
|
206
199
|
created_at: z.ZodDate;
|
207
200
|
updated_at: z.ZodDate;
|
208
201
|
}, "strip", z.ZodTypeAny, {
|
209
202
|
id: string;
|
210
|
-
type: "
|
203
|
+
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
211
204
|
fullName: string;
|
212
205
|
mail: string;
|
213
206
|
eventId: string;
|
214
|
-
status: "BOOKED" | "PAID" | "FREE";
|
215
|
-
seat: number | null;
|
216
|
-
dni: string;
|
217
207
|
created_at: Date;
|
218
208
|
updated_at: Date;
|
219
209
|
}, {
|
220
210
|
id: string;
|
221
|
-
type: "
|
211
|
+
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
222
212
|
fullName: string;
|
223
213
|
mail: string;
|
224
214
|
eventId: string;
|
225
|
-
status: "BOOKED" | "PAID" | "FREE";
|
226
|
-
seat: number | null;
|
227
|
-
dni: string;
|
228
215
|
created_at: Date;
|
229
216
|
updated_at: Date;
|
230
217
|
}>, "many">;
|
@@ -241,7 +228,7 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
|
|
241
228
|
tags: {
|
242
229
|
id: string;
|
243
230
|
name: string;
|
244
|
-
type: "
|
231
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
245
232
|
created_at: Date;
|
246
233
|
updated_at: Date;
|
247
234
|
groupId: string;
|
@@ -275,7 +262,7 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
|
|
275
262
|
}[];
|
276
263
|
eventTickets: {
|
277
264
|
id: string;
|
278
|
-
type: "
|
265
|
+
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
279
266
|
amount: number | null;
|
280
267
|
price: number | null;
|
281
268
|
}[];
|
@@ -296,13 +283,10 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
|
|
296
283
|
} | null;
|
297
284
|
tickets: {
|
298
285
|
id: string;
|
299
|
-
type: "
|
286
|
+
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
300
287
|
fullName: string;
|
301
288
|
mail: string;
|
302
289
|
eventId: string;
|
303
|
-
status: "BOOKED" | "PAID" | "FREE";
|
304
|
-
seat: number | null;
|
305
|
-
dni: string;
|
306
290
|
created_at: Date;
|
307
291
|
updated_at: Date;
|
308
292
|
}[];
|
@@ -319,7 +303,7 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
|
|
319
303
|
tags: {
|
320
304
|
id: string;
|
321
305
|
name: string;
|
322
|
-
type: "
|
306
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
323
307
|
created_at: Date;
|
324
308
|
updated_at: Date;
|
325
309
|
groupId: string;
|
@@ -353,7 +337,7 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
|
|
353
337
|
}[];
|
354
338
|
eventTickets: {
|
355
339
|
id: string;
|
356
|
-
type: "
|
340
|
+
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
357
341
|
amount: number | null;
|
358
342
|
price: number | null;
|
359
343
|
}[];
|
@@ -374,13 +358,10 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
|
|
374
358
|
} | null;
|
375
359
|
tickets: {
|
376
360
|
id: string;
|
377
|
-
type: "
|
361
|
+
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
378
362
|
fullName: string;
|
379
363
|
mail: string;
|
380
364
|
eventId: string;
|
381
|
-
status: "BOOKED" | "PAID" | "FREE";
|
382
|
-
seat: number | null;
|
383
|
-
dni: string;
|
384
365
|
created_at: Date;
|
385
366
|
updated_at: Date;
|
386
367
|
}[];
|
@@ -496,12 +477,12 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
496
477
|
price: z.ZodNullable<z.ZodNumber>;
|
497
478
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
498
479
|
id: string;
|
499
|
-
type: "
|
480
|
+
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
500
481
|
amount: number | null;
|
501
482
|
price: number | null;
|
502
483
|
}, {
|
503
484
|
id: string;
|
504
|
-
type: "
|
485
|
+
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
505
486
|
amount: number | null;
|
506
487
|
price: number | null;
|
507
488
|
}>, "many">;
|
@@ -542,7 +523,7 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
542
523
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
543
524
|
id: string;
|
544
525
|
name: string;
|
545
|
-
type: "
|
526
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
546
527
|
created_at: string;
|
547
528
|
updated_at: string;
|
548
529
|
groupId: string;
|
@@ -557,7 +538,7 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
557
538
|
}, {
|
558
539
|
id: string;
|
559
540
|
name: string;
|
560
|
-
type: "
|
541
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
561
542
|
created_at: string;
|
562
543
|
updated_at: string;
|
563
544
|
groupId: string;
|
@@ -578,37 +559,24 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
578
559
|
STAFF: "STAFF";
|
579
560
|
SPECTATOR: "SPECTATOR";
|
580
561
|
}>;
|
581
|
-
status: z.ZodNativeEnum<{
|
582
|
-
BOOKED: "BOOKED";
|
583
|
-
PAID: "PAID";
|
584
|
-
FREE: "FREE";
|
585
|
-
}>;
|
586
562
|
fullName: z.ZodString;
|
587
563
|
mail: z.ZodString;
|
588
|
-
dni: z.ZodString;
|
589
|
-
seat: z.ZodNullable<z.ZodNumber>;
|
590
564
|
created_at: z.ZodString;
|
591
565
|
updated_at: z.ZodString;
|
592
566
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
593
567
|
id: string;
|
594
|
-
type: "
|
568
|
+
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
595
569
|
fullName: string;
|
596
570
|
mail: string;
|
597
571
|
eventId: string;
|
598
|
-
status: "BOOKED" | "PAID" | "FREE";
|
599
|
-
seat: number | null;
|
600
|
-
dni: string;
|
601
572
|
created_at: string;
|
602
573
|
updated_at: string;
|
603
574
|
}, {
|
604
575
|
id: string;
|
605
|
-
type: "
|
576
|
+
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
606
577
|
fullName: string;
|
607
578
|
mail: string;
|
608
579
|
eventId: string;
|
609
|
-
status: "BOOKED" | "PAID" | "FREE";
|
610
|
-
seat: number | null;
|
611
|
-
dni: string;
|
612
580
|
created_at: string;
|
613
581
|
updated_at: string;
|
614
582
|
}>, "many">;
|
@@ -625,7 +593,7 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
625
593
|
tags: {
|
626
594
|
id: string;
|
627
595
|
name: string;
|
628
|
-
type: "
|
596
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
629
597
|
created_at: string;
|
630
598
|
updated_at: string;
|
631
599
|
groupId: string;
|
@@ -659,7 +627,7 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
659
627
|
}[];
|
660
628
|
eventTickets: {
|
661
629
|
id: string;
|
662
|
-
type: "
|
630
|
+
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
663
631
|
amount: number | null;
|
664
632
|
price: number | null;
|
665
633
|
}[];
|
@@ -680,13 +648,10 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
680
648
|
} | null;
|
681
649
|
tickets: {
|
682
650
|
id: string;
|
683
|
-
type: "
|
651
|
+
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
684
652
|
fullName: string;
|
685
653
|
mail: string;
|
686
654
|
eventId: string;
|
687
|
-
status: "BOOKED" | "PAID" | "FREE";
|
688
|
-
seat: number | null;
|
689
|
-
dni: string;
|
690
655
|
created_at: string;
|
691
656
|
updated_at: string;
|
692
657
|
}[];
|
@@ -703,7 +668,7 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
703
668
|
tags: {
|
704
669
|
id: string;
|
705
670
|
name: string;
|
706
|
-
type: "
|
671
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
707
672
|
created_at: string;
|
708
673
|
updated_at: string;
|
709
674
|
groupId: string;
|
@@ -737,7 +702,7 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
737
702
|
}[];
|
738
703
|
eventTickets: {
|
739
704
|
id: string;
|
740
|
-
type: "
|
705
|
+
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
741
706
|
amount: number | null;
|
742
707
|
price: number | null;
|
743
708
|
}[];
|
@@ -758,13 +723,10 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
758
723
|
} | null;
|
759
724
|
tickets: {
|
760
725
|
id: string;
|
761
|
-
type: "
|
726
|
+
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
762
727
|
fullName: string;
|
763
728
|
mail: string;
|
764
729
|
eventId: string;
|
765
|
-
status: "BOOKED" | "PAID" | "FREE";
|
766
|
-
seat: number | null;
|
767
|
-
dni: string;
|
768
730
|
created_at: string;
|
769
731
|
updated_at: string;
|
770
732
|
}[];
|
@@ -801,14 +763,14 @@ export declare const getBySupraEventResponseSchema: z.ZodArray<z.ZodObject<z.obj
|
|
801
763
|
}, "strip", z.ZodTypeAny, {
|
802
764
|
id: string;
|
803
765
|
name: string;
|
804
|
-
type: "
|
766
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
805
767
|
created_at: Date;
|
806
768
|
updated_at: Date;
|
807
769
|
groupId: string;
|
808
770
|
}, {
|
809
771
|
id: string;
|
810
772
|
name: string;
|
811
|
-
type: "
|
773
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
812
774
|
created_at: Date;
|
813
775
|
updated_at: Date;
|
814
776
|
groupId: string;
|
@@ -828,14 +790,14 @@ export declare const getBySupraEventResponseSchema: z.ZodArray<z.ZodObject<z.obj
|
|
828
790
|
}, "strip", z.ZodTypeAny, {
|
829
791
|
id: string;
|
830
792
|
name: string;
|
831
|
-
type: "
|
793
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
832
794
|
created_at: Date;
|
833
795
|
updated_at: Date;
|
834
796
|
groupId: string;
|
835
797
|
}, {
|
836
798
|
id: string;
|
837
799
|
name: string;
|
838
|
-
type: "
|
800
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
839
801
|
created_at: Date;
|
840
802
|
updated_at: Date;
|
841
803
|
groupId: string;
|
@@ -857,7 +819,7 @@ export declare const getBySupraEventResponseSchema: z.ZodArray<z.ZodObject<z.obj
|
|
857
819
|
tagAssisted: {
|
858
820
|
id: string;
|
859
821
|
name: string;
|
860
|
-
type: "
|
822
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
861
823
|
created_at: Date;
|
862
824
|
updated_at: Date;
|
863
825
|
groupId: string;
|
@@ -865,7 +827,7 @@ export declare const getBySupraEventResponseSchema: z.ZodArray<z.ZodObject<z.obj
|
|
865
827
|
tagConfirmed: {
|
866
828
|
id: string;
|
867
829
|
name: string;
|
868
|
-
type: "
|
830
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
869
831
|
created_at: Date;
|
870
832
|
updated_at: Date;
|
871
833
|
groupId: string;
|
@@ -887,7 +849,7 @@ export declare const getBySupraEventResponseSchema: z.ZodArray<z.ZodObject<z.obj
|
|
887
849
|
tagAssisted: {
|
888
850
|
id: string;
|
889
851
|
name: string;
|
890
|
-
type: "
|
852
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
891
853
|
created_at: Date;
|
892
854
|
updated_at: Date;
|
893
855
|
groupId: string;
|
@@ -895,7 +857,7 @@ export declare const getBySupraEventResponseSchema: z.ZodArray<z.ZodObject<z.obj
|
|
895
857
|
tagConfirmed: {
|
896
858
|
id: string;
|
897
859
|
name: string;
|
898
|
-
type: "
|
860
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
899
861
|
created_at: Date;
|
900
862
|
updated_at: Date;
|
901
863
|
groupId: string;
|
@@ -930,14 +892,14 @@ declare const GetBySupraEventResponseDto_base: import("@anatine/zod-nestjs").Zod
|
|
930
892
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
931
893
|
id: string;
|
932
894
|
name: string;
|
933
|
-
type: "
|
895
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
934
896
|
created_at: string;
|
935
897
|
updated_at: string;
|
936
898
|
groupId: string;
|
937
899
|
}, {
|
938
900
|
id: string;
|
939
901
|
name: string;
|
940
|
-
type: "
|
902
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
941
903
|
created_at: string;
|
942
904
|
updated_at: string;
|
943
905
|
groupId: string;
|
@@ -957,14 +919,14 @@ declare const GetBySupraEventResponseDto_base: import("@anatine/zod-nestjs").Zod
|
|
957
919
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
958
920
|
id: string;
|
959
921
|
name: string;
|
960
|
-
type: "
|
922
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
961
923
|
created_at: string;
|
962
924
|
updated_at: string;
|
963
925
|
groupId: string;
|
964
926
|
}, {
|
965
927
|
id: string;
|
966
928
|
name: string;
|
967
|
-
type: "
|
929
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
968
930
|
created_at: string;
|
969
931
|
updated_at: string;
|
970
932
|
groupId: string;
|
@@ -986,7 +948,7 @@ declare const GetBySupraEventResponseDto_base: import("@anatine/zod-nestjs").Zod
|
|
986
948
|
tagAssisted: {
|
987
949
|
id: string;
|
988
950
|
name: string;
|
989
|
-
type: "
|
951
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
990
952
|
created_at: string;
|
991
953
|
updated_at: string;
|
992
954
|
groupId: string;
|
@@ -994,7 +956,7 @@ declare const GetBySupraEventResponseDto_base: import("@anatine/zod-nestjs").Zod
|
|
994
956
|
tagConfirmed: {
|
995
957
|
id: string;
|
996
958
|
name: string;
|
997
|
-
type: "
|
959
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
998
960
|
created_at: string;
|
999
961
|
updated_at: string;
|
1000
962
|
groupId: string;
|
@@ -1016,7 +978,7 @@ declare const GetBySupraEventResponseDto_base: import("@anatine/zod-nestjs").Zod
|
|
1016
978
|
tagAssisted: {
|
1017
979
|
id: string;
|
1018
980
|
name: string;
|
1019
|
-
type: "
|
981
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
1020
982
|
created_at: string;
|
1021
983
|
updated_at: string;
|
1022
984
|
groupId: string;
|
@@ -1024,7 +986,7 @@ declare const GetBySupraEventResponseDto_base: import("@anatine/zod-nestjs").Zod
|
|
1024
986
|
tagConfirmed: {
|
1025
987
|
id: string;
|
1026
988
|
name: string;
|
1027
|
-
type: "
|
989
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
1028
990
|
created_at: string;
|
1029
991
|
updated_at: string;
|
1030
992
|
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: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
60
60
|
amount: number | null;
|
61
61
|
price: number | null;
|
62
62
|
}, {
|
63
|
-
type: "
|
63
|
+
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
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: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
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: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
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: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
150
150
|
amount: number | null;
|
151
151
|
price: number | null;
|
152
152
|
}, {
|
153
|
-
type: "
|
153
|
+
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
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: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
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: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
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: "PROFILE" | "EVENT" | "PARTICIPANT" | "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: "PROFILE" | "EVENT" | "PARTICIPANT" | "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: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
295
295
|
amount: number | null;
|
296
296
|
price: number | null;
|
297
297
|
}, {
|
298
298
|
id: string;
|
299
|
-
type: "
|
299
|
+
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
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: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
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: "PROFILE" | "EVENT" | "PARTICIPANT" | "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: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
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: "PROFILE" | "EVENT" | "PARTICIPANT" | "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: "PROFILE" | "EVENT" | "PARTICIPANT" | "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: "PROFILE" | "EVENT" | "PARTICIPANT" | "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: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
467
467
|
amount: number | null;
|
468
468
|
price: number | null;
|
469
469
|
}, {
|
470
470
|
id: string;
|
471
|
-
type: "
|
471
|
+
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
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: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
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: "PROFILE" | "EVENT" | "PARTICIPANT" | "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: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
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: "PROFILE" | "EVENT" | "PARTICIPANT" | "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,5 +30,6 @@ __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);
|
33
34
|
__exportStar(require("./ticket/exports"), exports);
|
34
35
|
//# sourceMappingURL=exports.js.map
|