expo-backend-types 0.36.0-EXPO-325-ExpoBackend-Emision-de-multiples-tickets.9 → 0.36.0-EXPO-323-Enviar-mail-ticket.4
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 +60 -40
- package/dist/src/event/dto/update-event.dto.d.ts +24 -24
- package/dist/src/i18n/es.d.ts +25 -5
- package/dist/src/i18n/es.js +25 -5
- 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 +12 -14
- package/dist/src/ticket/constants.js +355 -267
- package/dist/src/ticket/dto/create-ticket.dto.d.ts +28 -9
- package/dist/src/ticket/dto/create-ticket.dto.js +1 -0
- package/dist/src/ticket/dto/delete-ticket.dto.d.ts +16 -4
- package/dist/src/ticket/dto/find-all-tickets.dto.d.ts +28 -8
- package/dist/src/ticket/dto/find-by-event-ticket.dto.d.ts +54 -34
- package/dist/src/ticket/dto/find-by-id-ticket.dto.d.ts +54 -34
- package/dist/src/ticket/dto/find-by-mail-ticket.dto.d.ts +54 -34
- package/dist/src/ticket/dto/find-by-profile-id-ticket.dto.d.ts +28 -8
- package/dist/src/ticket/dto/find-ticket.dto.d.ts +16 -4
- 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 +16 -4
- package/dist/src/ticket/dto/ticket.dto.js +2 -0
- package/dist/src/ticket/dto/update-ticket.dto.d.ts +20 -8
- package/dist/types/prisma-schema/edge.js +7 -5
- package/dist/types/prisma-schema/index-browser.js +4 -2
- package/dist/types/prisma-schema/index.d.ts +193 -65
- package/dist/types/prisma-schema/index.js +7 -5
- package/dist/types/prisma-schema/package.json +1 -1
- package/dist/types/prisma-schema/schema.prisma +5 -1
- package/dist/types/prisma-schema/wasm.js +4 -2
- package/dist/types/schema.d.ts +99 -118
- package/package.json +8 -8
- package/dist/src/ticket/dto/create-many-ticket.dto.d.ts +0 -728
- package/dist/src/ticket/dto/create-many-ticket.dto.js +0 -58
@@ -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;
|
@@ -201,24 +201,30 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
|
|
201
201
|
}>;
|
202
202
|
fullName: z.ZodString;
|
203
203
|
mail: z.ZodString;
|
204
|
+
dni: z.ZodString;
|
205
|
+
seat: z.ZodNullable<z.ZodNumber>;
|
204
206
|
created_at: z.ZodDate;
|
205
207
|
updated_at: z.ZodDate;
|
206
208
|
}, "strip", z.ZodTypeAny, {
|
207
209
|
id: string;
|
208
|
-
type: "
|
210
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
209
211
|
fullName: string;
|
210
212
|
mail: string;
|
211
213
|
eventId: string;
|
212
214
|
status: "BOOKED" | "PAID" | "FREE";
|
215
|
+
seat: number | null;
|
216
|
+
dni: string;
|
213
217
|
created_at: Date;
|
214
218
|
updated_at: Date;
|
215
219
|
}, {
|
216
220
|
id: string;
|
217
|
-
type: "
|
221
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
218
222
|
fullName: string;
|
219
223
|
mail: string;
|
220
224
|
eventId: string;
|
221
225
|
status: "BOOKED" | "PAID" | "FREE";
|
226
|
+
seat: number | null;
|
227
|
+
dni: string;
|
222
228
|
created_at: Date;
|
223
229
|
updated_at: Date;
|
224
230
|
}>, "many">;
|
@@ -235,7 +241,7 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
|
|
235
241
|
tags: {
|
236
242
|
id: string;
|
237
243
|
name: string;
|
238
|
-
type: "
|
244
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
239
245
|
created_at: Date;
|
240
246
|
updated_at: Date;
|
241
247
|
groupId: string;
|
@@ -269,7 +275,7 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
|
|
269
275
|
}[];
|
270
276
|
eventTickets: {
|
271
277
|
id: string;
|
272
|
-
type: "
|
278
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
273
279
|
amount: number | null;
|
274
280
|
price: number | null;
|
275
281
|
}[];
|
@@ -290,11 +296,13 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
|
|
290
296
|
} | null;
|
291
297
|
tickets: {
|
292
298
|
id: string;
|
293
|
-
type: "
|
299
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
294
300
|
fullName: string;
|
295
301
|
mail: string;
|
296
302
|
eventId: string;
|
297
303
|
status: "BOOKED" | "PAID" | "FREE";
|
304
|
+
seat: number | null;
|
305
|
+
dni: string;
|
298
306
|
created_at: Date;
|
299
307
|
updated_at: Date;
|
300
308
|
}[];
|
@@ -311,7 +319,7 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
|
|
311
319
|
tags: {
|
312
320
|
id: string;
|
313
321
|
name: string;
|
314
|
-
type: "
|
322
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
315
323
|
created_at: Date;
|
316
324
|
updated_at: Date;
|
317
325
|
groupId: string;
|
@@ -345,7 +353,7 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
|
|
345
353
|
}[];
|
346
354
|
eventTickets: {
|
347
355
|
id: string;
|
348
|
-
type: "
|
356
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
349
357
|
amount: number | null;
|
350
358
|
price: number | null;
|
351
359
|
}[];
|
@@ -366,11 +374,13 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
|
|
366
374
|
} | null;
|
367
375
|
tickets: {
|
368
376
|
id: string;
|
369
|
-
type: "
|
377
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
370
378
|
fullName: string;
|
371
379
|
mail: string;
|
372
380
|
eventId: string;
|
373
381
|
status: "BOOKED" | "PAID" | "FREE";
|
382
|
+
seat: number | null;
|
383
|
+
dni: string;
|
374
384
|
created_at: Date;
|
375
385
|
updated_at: Date;
|
376
386
|
}[];
|
@@ -486,12 +496,12 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
486
496
|
price: z.ZodNullable<z.ZodNumber>;
|
487
497
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
488
498
|
id: string;
|
489
|
-
type: "
|
499
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
490
500
|
amount: number | null;
|
491
501
|
price: number | null;
|
492
502
|
}, {
|
493
503
|
id: string;
|
494
|
-
type: "
|
504
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
495
505
|
amount: number | null;
|
496
506
|
price: number | null;
|
497
507
|
}>, "many">;
|
@@ -532,7 +542,7 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
532
542
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
533
543
|
id: string;
|
534
544
|
name: string;
|
535
|
-
type: "
|
545
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
536
546
|
created_at: string;
|
537
547
|
updated_at: string;
|
538
548
|
groupId: string;
|
@@ -547,7 +557,7 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
547
557
|
}, {
|
548
558
|
id: string;
|
549
559
|
name: string;
|
550
|
-
type: "
|
560
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
551
561
|
created_at: string;
|
552
562
|
updated_at: string;
|
553
563
|
groupId: string;
|
@@ -575,24 +585,30 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
575
585
|
}>;
|
576
586
|
fullName: z.ZodString;
|
577
587
|
mail: z.ZodString;
|
588
|
+
dni: z.ZodString;
|
589
|
+
seat: z.ZodNullable<z.ZodNumber>;
|
578
590
|
created_at: z.ZodString;
|
579
591
|
updated_at: z.ZodString;
|
580
592
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
581
593
|
id: string;
|
582
|
-
type: "
|
594
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
583
595
|
fullName: string;
|
584
596
|
mail: string;
|
585
597
|
eventId: string;
|
586
598
|
status: "BOOKED" | "PAID" | "FREE";
|
599
|
+
seat: number | null;
|
600
|
+
dni: string;
|
587
601
|
created_at: string;
|
588
602
|
updated_at: string;
|
589
603
|
}, {
|
590
604
|
id: string;
|
591
|
-
type: "
|
605
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
592
606
|
fullName: string;
|
593
607
|
mail: string;
|
594
608
|
eventId: string;
|
595
609
|
status: "BOOKED" | "PAID" | "FREE";
|
610
|
+
seat: number | null;
|
611
|
+
dni: string;
|
596
612
|
created_at: string;
|
597
613
|
updated_at: string;
|
598
614
|
}>, "many">;
|
@@ -609,7 +625,7 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
609
625
|
tags: {
|
610
626
|
id: string;
|
611
627
|
name: string;
|
612
|
-
type: "
|
628
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
613
629
|
created_at: string;
|
614
630
|
updated_at: string;
|
615
631
|
groupId: string;
|
@@ -643,7 +659,7 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
643
659
|
}[];
|
644
660
|
eventTickets: {
|
645
661
|
id: string;
|
646
|
-
type: "
|
662
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
647
663
|
amount: number | null;
|
648
664
|
price: number | null;
|
649
665
|
}[];
|
@@ -664,11 +680,13 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
664
680
|
} | null;
|
665
681
|
tickets: {
|
666
682
|
id: string;
|
667
|
-
type: "
|
683
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
668
684
|
fullName: string;
|
669
685
|
mail: string;
|
670
686
|
eventId: string;
|
671
687
|
status: "BOOKED" | "PAID" | "FREE";
|
688
|
+
seat: number | null;
|
689
|
+
dni: string;
|
672
690
|
created_at: string;
|
673
691
|
updated_at: string;
|
674
692
|
}[];
|
@@ -685,7 +703,7 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
685
703
|
tags: {
|
686
704
|
id: string;
|
687
705
|
name: string;
|
688
|
-
type: "
|
706
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
689
707
|
created_at: string;
|
690
708
|
updated_at: string;
|
691
709
|
groupId: string;
|
@@ -719,7 +737,7 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
719
737
|
}[];
|
720
738
|
eventTickets: {
|
721
739
|
id: string;
|
722
|
-
type: "
|
740
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
723
741
|
amount: number | null;
|
724
742
|
price: number | null;
|
725
743
|
}[];
|
@@ -740,11 +758,13 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
740
758
|
} | null;
|
741
759
|
tickets: {
|
742
760
|
id: string;
|
743
|
-
type: "
|
761
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
744
762
|
fullName: string;
|
745
763
|
mail: string;
|
746
764
|
eventId: string;
|
747
765
|
status: "BOOKED" | "PAID" | "FREE";
|
766
|
+
seat: number | null;
|
767
|
+
dni: string;
|
748
768
|
created_at: string;
|
749
769
|
updated_at: string;
|
750
770
|
}[];
|
@@ -781,14 +801,14 @@ export declare const getBySupraEventResponseSchema: z.ZodArray<z.ZodObject<z.obj
|
|
781
801
|
}, "strip", z.ZodTypeAny, {
|
782
802
|
id: string;
|
783
803
|
name: string;
|
784
|
-
type: "
|
804
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
785
805
|
created_at: Date;
|
786
806
|
updated_at: Date;
|
787
807
|
groupId: string;
|
788
808
|
}, {
|
789
809
|
id: string;
|
790
810
|
name: string;
|
791
|
-
type: "
|
811
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
792
812
|
created_at: Date;
|
793
813
|
updated_at: Date;
|
794
814
|
groupId: string;
|
@@ -808,14 +828,14 @@ export declare const getBySupraEventResponseSchema: z.ZodArray<z.ZodObject<z.obj
|
|
808
828
|
}, "strip", z.ZodTypeAny, {
|
809
829
|
id: string;
|
810
830
|
name: string;
|
811
|
-
type: "
|
831
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
812
832
|
created_at: Date;
|
813
833
|
updated_at: Date;
|
814
834
|
groupId: string;
|
815
835
|
}, {
|
816
836
|
id: string;
|
817
837
|
name: string;
|
818
|
-
type: "
|
838
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
819
839
|
created_at: Date;
|
820
840
|
updated_at: Date;
|
821
841
|
groupId: string;
|
@@ -837,7 +857,7 @@ export declare const getBySupraEventResponseSchema: z.ZodArray<z.ZodObject<z.obj
|
|
837
857
|
tagAssisted: {
|
838
858
|
id: string;
|
839
859
|
name: string;
|
840
|
-
type: "
|
860
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
841
861
|
created_at: Date;
|
842
862
|
updated_at: Date;
|
843
863
|
groupId: string;
|
@@ -845,7 +865,7 @@ export declare const getBySupraEventResponseSchema: z.ZodArray<z.ZodObject<z.obj
|
|
845
865
|
tagConfirmed: {
|
846
866
|
id: string;
|
847
867
|
name: string;
|
848
|
-
type: "
|
868
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
849
869
|
created_at: Date;
|
850
870
|
updated_at: Date;
|
851
871
|
groupId: string;
|
@@ -867,7 +887,7 @@ export declare const getBySupraEventResponseSchema: z.ZodArray<z.ZodObject<z.obj
|
|
867
887
|
tagAssisted: {
|
868
888
|
id: string;
|
869
889
|
name: string;
|
870
|
-
type: "
|
890
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
871
891
|
created_at: Date;
|
872
892
|
updated_at: Date;
|
873
893
|
groupId: string;
|
@@ -875,7 +895,7 @@ export declare const getBySupraEventResponseSchema: z.ZodArray<z.ZodObject<z.obj
|
|
875
895
|
tagConfirmed: {
|
876
896
|
id: string;
|
877
897
|
name: string;
|
878
|
-
type: "
|
898
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
879
899
|
created_at: Date;
|
880
900
|
updated_at: Date;
|
881
901
|
groupId: string;
|
@@ -910,14 +930,14 @@ declare const GetBySupraEventResponseDto_base: import("@anatine/zod-nestjs").Zod
|
|
910
930
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
911
931
|
id: string;
|
912
932
|
name: string;
|
913
|
-
type: "
|
933
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
914
934
|
created_at: string;
|
915
935
|
updated_at: string;
|
916
936
|
groupId: string;
|
917
937
|
}, {
|
918
938
|
id: string;
|
919
939
|
name: string;
|
920
|
-
type: "
|
940
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
921
941
|
created_at: string;
|
922
942
|
updated_at: string;
|
923
943
|
groupId: string;
|
@@ -937,14 +957,14 @@ declare const GetBySupraEventResponseDto_base: import("@anatine/zod-nestjs").Zod
|
|
937
957
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
938
958
|
id: string;
|
939
959
|
name: string;
|
940
|
-
type: "
|
960
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
941
961
|
created_at: string;
|
942
962
|
updated_at: string;
|
943
963
|
groupId: string;
|
944
964
|
}, {
|
945
965
|
id: string;
|
946
966
|
name: string;
|
947
|
-
type: "
|
967
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
948
968
|
created_at: string;
|
949
969
|
updated_at: string;
|
950
970
|
groupId: string;
|
@@ -966,7 +986,7 @@ declare const GetBySupraEventResponseDto_base: import("@anatine/zod-nestjs").Zod
|
|
966
986
|
tagAssisted: {
|
967
987
|
id: string;
|
968
988
|
name: string;
|
969
|
-
type: "
|
989
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
970
990
|
created_at: string;
|
971
991
|
updated_at: string;
|
972
992
|
groupId: string;
|
@@ -974,7 +994,7 @@ declare const GetBySupraEventResponseDto_base: import("@anatine/zod-nestjs").Zod
|
|
974
994
|
tagConfirmed: {
|
975
995
|
id: string;
|
976
996
|
name: string;
|
977
|
-
type: "
|
997
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
978
998
|
created_at: string;
|
979
999
|
updated_at: string;
|
980
1000
|
groupId: string;
|
@@ -996,7 +1016,7 @@ declare const GetBySupraEventResponseDto_base: import("@anatine/zod-nestjs").Zod
|
|
996
1016
|
tagAssisted: {
|
997
1017
|
id: string;
|
998
1018
|
name: string;
|
999
|
-
type: "
|
1019
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
1000
1020
|
created_at: string;
|
1001
1021
|
updated_at: string;
|
1002
1022
|
groupId: string;
|
@@ -1004,7 +1024,7 @@ declare const GetBySupraEventResponseDto_base: import("@anatine/zod-nestjs").Zod
|
|
1004
1024
|
tagConfirmed: {
|
1005
1025
|
id: string;
|
1006
1026
|
name: string;
|
1007
|
-
type: "
|
1027
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
1008
1028
|
created_at: string;
|
1009
1029
|
updated_at: string;
|
1010
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/i18n/es.d.ts
CHANGED
@@ -19,6 +19,11 @@ declare const _default: {
|
|
19
19
|
readonly assisted: "Asistió";
|
20
20
|
readonly confirmed: "Confirmó asistencia";
|
21
21
|
};
|
22
|
+
readonly ticketType: {
|
23
|
+
readonly STAFF: "Staff";
|
24
|
+
readonly SPECTATOR: "Espectador";
|
25
|
+
readonly PARTICIPANT: "Participante";
|
26
|
+
};
|
22
27
|
readonly conflict: "Ya existe un registro con el campo {{field}} '{{value}}' en la tabla de {{model}}";
|
23
28
|
readonly 'not-found': "No se encontró un registro con el campo {{field}} '{{value}}' en la tabla de {{model}}";
|
24
29
|
};
|
@@ -210,6 +215,12 @@ declare const _default: {
|
|
210
215
|
readonly status: {
|
211
216
|
readonly invalid: "El estado del ticket es inválido";
|
212
217
|
};
|
218
|
+
readonly seat: {
|
219
|
+
readonly required: "El asiento es requerido";
|
220
|
+
};
|
221
|
+
readonly dni: {
|
222
|
+
readonly required: "El DNI es requerido";
|
223
|
+
};
|
213
224
|
};
|
214
225
|
readonly eventTicket: {
|
215
226
|
readonly amount: {
|
@@ -414,6 +425,9 @@ declare const _default: {
|
|
414
425
|
readonly 'generate-pdf': {
|
415
426
|
readonly success: "Ticket generado con éxito";
|
416
427
|
readonly 'not-found': "Ticket no encontrado";
|
428
|
+
readonly pdf: {
|
429
|
+
readonly footer: "Para cualquier duda, reclamo o consulta llamar al 11-6056-7270 o comunicarse vía mail a ariellask@gmail.com.\nMás información en expodesfiles.com";
|
430
|
+
};
|
417
431
|
};
|
418
432
|
readonly 'find-ticket': {
|
419
433
|
readonly success: "Ticket encontrado con éxito";
|
@@ -555,11 +569,7 @@ declare const _default: {
|
|
555
569
|
readonly 'event-not-found': "Evento no encontrado";
|
556
570
|
readonly conflict: "Error en la creación del ticket";
|
557
571
|
readonly 'max-tickets-reached': "No se pueden emitir más tickets para este evento";
|
558
|
-
|
559
|
-
readonly 'create-many': {
|
560
|
-
readonly success: "Tickets creados con éxito";
|
561
|
-
readonly 'event-not-found': "Evento no encontrado";
|
562
|
-
readonly error: "Error en la creación de los tickets";
|
572
|
+
readonly 'profile-id-required': "El ID del perfil es requerido en el ticket de participante";
|
563
573
|
};
|
564
574
|
readonly 'find-all': {
|
565
575
|
readonly success: "Tickets obtenidos";
|
@@ -585,6 +595,16 @@ declare const _default: {
|
|
585
595
|
readonly success: "Ticket eliminado";
|
586
596
|
readonly 'not-found': "Ticket no encontrado";
|
587
597
|
};
|
598
|
+
readonly 'send-email': {
|
599
|
+
readonly success: "Email enviado";
|
600
|
+
readonly 'not-found': "Ticket no encontrado";
|
601
|
+
readonly error: "Error al enviar el email";
|
602
|
+
readonly unauthorized: "No estás autorizado para enviar email para este ticket";
|
603
|
+
readonly mail: {
|
604
|
+
readonly subject: "Llegó tu ExpoTicket para el evento {{eventName}}!";
|
605
|
+
readonly text: "Te esperamos el {{eventDate}} a las {{eventTime}} en {{eventLocation}}. ¡No te lo pierdas!";
|
606
|
+
};
|
607
|
+
};
|
588
608
|
};
|
589
609
|
readonly webhook: {
|
590
610
|
readonly get: {
|