expo-backend-types 0.59.0 → 0.60.0-feat-desfile-12-octubre.2
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 +4 -4
- package/dist/src/account/dto/create-account.dto.d.ts +13 -13
- package/dist/src/account/dto/get-global-filter.dto.d.ts +10 -8
- package/dist/src/account/dto/get-me.dto.d.ts +26 -22
- package/dist/src/account/dto/update-global-filter.dto.d.ts +14 -12
- package/dist/src/auth/dto/login.dto.d.ts +10 -10
- package/dist/src/dynamic-form/dto/find-all-dynamic-form.dto.d.ts +18 -16
- package/dist/src/dynamic-form/dto/find-by-id-dynamic-question.dto.d.ts +14 -12
- package/dist/src/dynamic-form/dto/submit-dynamic-form.dto.d.ts +4 -4
- package/dist/src/event/dto/create-event.dto.d.ts +46 -0
- package/dist/src/event/dto/create-event.dto.js +1 -0
- package/dist/src/event/dto/event.dto.d.ts +13 -0
- package/dist/src/event/dto/event.dto.js +10 -1
- package/dist/src/event/dto/get-all-event.dto.d.ts +32 -28
- package/dist/src/event/dto/get-all-statistics.dto.d.ts +15 -0
- package/dist/src/event/dto/get-by-id-event.dto.d.ts +80 -40
- package/dist/src/event/dto/get-statistics-by-id-event.dto.d.ts +15 -0
- package/dist/src/event/dto/update-event.dto.d.ts +56 -8
- package/dist/src/event/dto/update-event.dto.js +1 -0
- package/dist/src/exports.d.ts +1 -0
- package/dist/src/exports.js +1 -0
- package/dist/src/i18n/es.d.ts +43 -0
- package/dist/src/i18n/es.js +43 -0
- package/dist/src/i18n/es.js.map +1 -1
- package/dist/src/mi-expo/dto/get-me.dto.d.ts +4 -4
- package/dist/src/mi-expo/dto/login-with-phone.dto.d.ts +6 -6
- package/dist/src/mi-expo/dto/login.dto.d.ts +6 -6
- package/dist/src/mi-expo/dto/update-me-first-time.dto.d.ts +4 -4
- package/dist/src/mi-expo/dto/update-me.dto.d.ts +4 -4
- package/dist/src/otp/dto/verify-otp.dto.d.ts +4 -4
- package/dist/src/production/dto/create-role.dto.d.ts +7 -4
- package/dist/src/production/dto/get-all-production.dto.d.ts +6 -6
- package/dist/src/production-affiliation-request/dto/find-by-production-affiliation-request.dto.d.ts +6 -6
- package/dist/src/production-affiliation-request/dto/update-production-affiliation-request.dto.d.ts +4 -4
- package/dist/src/profile/dto/delete-profile.dto.d.ts +2 -2
- package/dist/src/profile/dto/find-all-profile.dto.d.ts +18 -16
- package/dist/src/profile/dto/find-by-date-range-profile.dto.d.ts +30 -26
- package/dist/src/profile/dto/find-by-id-profile.dto.d.ts +14 -12
- package/dist/src/profile/dto/find-by-phone-number.dto.d.ts +2 -2
- package/dist/src/profile/dto/find-by-tag-groups-profile.dto.d.ts +18 -16
- package/dist/src/profile/dto/find-by-tags-profile.dto.d.ts +18 -16
- package/dist/src/profile/dto/find-with-active-chat.dto.d.ts +18 -16
- package/dist/src/profile/dto/profile.dto.d.ts +1 -1
- package/dist/src/profile/dto/update-profile.dto.d.ts +2 -2
- package/dist/src/role/dto/allocate-participant-role.dto.d.ts +191 -0
- package/dist/src/role/dto/allocate-participant-role.dto.js +24 -0
- package/dist/src/role/dto/allocate-production-role.dto.d.ts +185 -0
- package/dist/src/role/dto/allocate-production-role.dto.js +22 -0
- package/dist/src/role/dto/create-role.dto.d.ts +92 -0
- package/dist/src/role/dto/create-role.dto.js +16 -0
- package/dist/src/role/dto/deallocate-all-role.dto.d.ts +185 -0
- package/dist/src/role/dto/deallocate-all-role.dto.js +22 -0
- package/dist/src/role/dto/delete-role.dto.d.ts +63 -0
- package/dist/src/role/dto/delete-role.dto.js +10 -0
- package/dist/src/role/dto/find-all-role.dto.d.ts +63 -0
- package/dist/src/role/dto/find-all-role.dto.js +10 -0
- package/dist/src/role/dto/update-role.dto.d.ts +92 -0
- package/dist/src/role/dto/update-role.dto.js +16 -0
- package/dist/src/role/exports.d.ts +7 -0
- package/dist/src/role/exports.js +24 -0
- package/dist/src/schema/profile.schema.d.ts +1 -1
- package/dist/src/tag/dto/create-tag.dto.d.ts +13 -8
- package/dist/src/tag/dto/delete-tag.dto.d.ts +6 -4
- package/dist/src/tag/dto/find-all-tag.dto.d.ts +10 -8
- package/dist/src/tag/dto/find-by-group-tag.dto.d.ts +10 -8
- package/dist/src/tag/dto/find-one-tag.dto.d.ts +6 -4
- package/dist/src/tag/dto/massive-allocation.dto.d.ts +4 -4
- package/dist/src/tag/dto/massive-deallocation.dto.d.ts +4 -4
- package/dist/src/tag/dto/tag.dto.d.ts +6 -4
- package/dist/src/tag/dto/update-tag.dto.d.ts +7 -4
- package/dist/src/tag-group/dto/find-all-tag-group.dto.d.ts +14 -12
- package/dist/src/tag-group/dto/find-all-with-tags.dto.d.ts +14 -12
- package/dist/src/tag-group/dto/find-one-tag-group.dto.d.ts +10 -8
- package/dist/src/ticket/dto/create-many-ticket.dto.d.ts +49 -1
- package/dist/src/ticket/dto/create-many-ticket.dto.js +3 -0
- package/dist/src/ticket/dto/create-ticket.dto.d.ts +37 -1
- package/dist/src/ticket/dto/create-ticket.dto.js +3 -0
- package/dist/src/ticket/dto/delete-ticket.dto.d.ts +18 -0
- package/dist/src/ticket/dto/find-all-tickets.dto.d.ts +30 -0
- package/dist/src/ticket/dto/find-by-event-ticket.dto.d.ts +36 -6
- package/dist/src/ticket/dto/find-by-id-ticket.dto.d.ts +36 -6
- package/dist/src/ticket/dto/find-by-mail-ticket.dto.d.ts +36 -6
- package/dist/src/ticket/dto/find-by-profile-id-ticket.dto.d.ts +30 -0
- package/dist/src/ticket/dto/find-ticket.dto.d.ts +18 -0
- package/dist/src/ticket/dto/get-pdfs-by-group-ticket.dto.d.ts +15 -0
- package/dist/src/ticket/dto/scan-ticket.dto.d.ts +18 -0
- package/dist/src/ticket/dto/ticket.dto.d.ts +18 -0
- package/dist/src/ticket/dto/ticket.dto.js +4 -0
- package/dist/src/ticket/dto/update-ticket.dto.d.ts +18 -0
- package/dist/src/ticket-group/dto/create-ticket-group.dto.d.ts +30 -0
- package/dist/types/prisma-schema/edge.js +20 -5
- package/dist/types/prisma-schema/index-browser.js +17 -2
- package/dist/types/prisma-schema/index.d.ts +1871 -4
- package/dist/types/prisma-schema/index.js +20 -5
- package/dist/types/prisma-schema/package.json +1 -1
- package/dist/types/prisma-schema/schema.prisma +30 -0
- package/dist/types/prisma-schema/wasm.js +17 -2
- package/dist/types/schema.d.ts +515 -27
- package/package.json +1 -1
@@ -11,6 +11,9 @@ export declare const findByIdTicketResponseSchema: z.ZodObject<{
|
|
11
11
|
fullName: z.ZodString;
|
12
12
|
mail: z.ZodString;
|
13
13
|
dni: z.ZodString;
|
14
|
+
phoneNumber: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
15
|
+
instagrams: z.ZodArray<z.ZodString, "many">;
|
16
|
+
whoToWatch: z.ZodNullable<z.ZodString>;
|
14
17
|
seat: z.ZodNullable<z.ZodNumber>;
|
15
18
|
scanned: z.ZodBoolean;
|
16
19
|
scannedAt: z.ZodNullable<z.ZodDate>;
|
@@ -103,10 +106,10 @@ export declare const findByIdTicketResponseSchema: z.ZodObject<{
|
|
103
106
|
updated_at: z.ZodDate;
|
104
107
|
referralCode: z.ZodString;
|
105
108
|
}, "strip", z.ZodTypeAny, {
|
109
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
106
110
|
id: string;
|
107
111
|
username: string | null;
|
108
112
|
password: string | null;
|
109
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
110
113
|
phoneNumber: string;
|
111
114
|
secondaryPhoneNumber: string | null;
|
112
115
|
fullName: string;
|
@@ -176,10 +179,10 @@ export declare const findByIdTicketResponseSchema: z.ZodObject<{
|
|
176
179
|
supraEventId: string | null;
|
177
180
|
};
|
178
181
|
profile: {
|
182
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
179
183
|
id: string;
|
180
184
|
username: string | null;
|
181
185
|
password: string | null;
|
182
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
183
186
|
phoneNumber: string;
|
184
187
|
secondaryPhoneNumber: string | null;
|
185
188
|
fullName: string;
|
@@ -204,6 +207,7 @@ export declare const findByIdTicketResponseSchema: z.ZodObject<{
|
|
204
207
|
} | null;
|
205
208
|
id: string;
|
206
209
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
210
|
+
phoneNumber: string;
|
207
211
|
fullName: string;
|
208
212
|
mail: string;
|
209
213
|
eventId: string;
|
@@ -212,6 +216,8 @@ export declare const findByIdTicketResponseSchema: z.ZodObject<{
|
|
212
216
|
created_at: Date;
|
213
217
|
updated_at: Date;
|
214
218
|
profileId: string | null;
|
219
|
+
instagrams: string[];
|
220
|
+
whoToWatch: string | null;
|
215
221
|
scanned: boolean;
|
216
222
|
scannedAt: Date | null;
|
217
223
|
ticketGroupId: string | null;
|
@@ -263,6 +269,7 @@ export declare const findByIdTicketResponseSchema: z.ZodObject<{
|
|
263
269
|
} | null;
|
264
270
|
id: string;
|
265
271
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
272
|
+
phoneNumber: string;
|
266
273
|
fullName: string;
|
267
274
|
mail: string;
|
268
275
|
eventId: string;
|
@@ -271,6 +278,8 @@ export declare const findByIdTicketResponseSchema: z.ZodObject<{
|
|
271
278
|
created_at: Date;
|
272
279
|
updated_at: Date;
|
273
280
|
profileId: string | null;
|
281
|
+
instagrams: string[];
|
282
|
+
whoToWatch: string | null;
|
274
283
|
scanned: boolean;
|
275
284
|
scannedAt: Date | null;
|
276
285
|
ticketGroupId: string | null;
|
@@ -296,10 +305,10 @@ export declare const findByIdTicketResponseSchema: z.ZodObject<{
|
|
296
305
|
supraEventId: string | null;
|
297
306
|
};
|
298
307
|
profile: {
|
308
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
299
309
|
id: string;
|
300
310
|
username: string | null;
|
301
311
|
password: string | null;
|
302
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
303
312
|
phoneNumber: string;
|
304
313
|
secondaryPhoneNumber: string | null;
|
305
314
|
fullName: string;
|
@@ -324,6 +333,7 @@ export declare const findByIdTicketResponseSchema: z.ZodObject<{
|
|
324
333
|
} | null;
|
325
334
|
id: string;
|
326
335
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
336
|
+
phoneNumber: string;
|
327
337
|
fullName: string;
|
328
338
|
mail: string;
|
329
339
|
eventId: string;
|
@@ -332,6 +342,8 @@ export declare const findByIdTicketResponseSchema: z.ZodObject<{
|
|
332
342
|
created_at: Date;
|
333
343
|
updated_at: Date;
|
334
344
|
profileId: string | null;
|
345
|
+
instagrams: string[];
|
346
|
+
whoToWatch: string | null;
|
335
347
|
scanned: boolean;
|
336
348
|
scannedAt: Date | null;
|
337
349
|
ticketGroupId: string | null;
|
@@ -385,6 +397,7 @@ export declare const findByIdTicketResponseSchema: z.ZodObject<{
|
|
385
397
|
} | null;
|
386
398
|
id: string;
|
387
399
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
400
|
+
phoneNumber: string;
|
388
401
|
fullName: string;
|
389
402
|
mail: string;
|
390
403
|
eventId: string;
|
@@ -393,6 +406,8 @@ export declare const findByIdTicketResponseSchema: z.ZodObject<{
|
|
393
406
|
created_at: Date;
|
394
407
|
updated_at: Date;
|
395
408
|
profileId: string | null;
|
409
|
+
instagrams: string[];
|
410
|
+
whoToWatch: string | null;
|
396
411
|
scanned: boolean;
|
397
412
|
scannedAt: Date | null;
|
398
413
|
ticketGroupId: string | null;
|
@@ -410,6 +425,9 @@ declare const FindByIdTicketResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
410
425
|
fullName: z.ZodString;
|
411
426
|
mail: z.ZodString;
|
412
427
|
dni: z.ZodString;
|
428
|
+
phoneNumber: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
429
|
+
instagrams: z.ZodArray<z.ZodString, "many">;
|
430
|
+
whoToWatch: z.ZodNullable<z.ZodString>;
|
413
431
|
seat: z.ZodNullable<z.ZodNumber>;
|
414
432
|
scanned: z.ZodBoolean;
|
415
433
|
scannedAt: z.ZodNullable<z.ZodString>;
|
@@ -501,10 +519,10 @@ declare const FindByIdTicketResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
501
519
|
updated_at: z.ZodString;
|
502
520
|
referralCode: z.ZodString;
|
503
521
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
522
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
504
523
|
id: string;
|
505
524
|
username: string | null;
|
506
525
|
password: string | null;
|
507
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
508
526
|
phoneNumber: string;
|
509
527
|
secondaryPhoneNumber: string | null;
|
510
528
|
fullName: string;
|
@@ -574,10 +592,10 @@ declare const FindByIdTicketResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
574
592
|
supraEventId: string | null;
|
575
593
|
};
|
576
594
|
profile: {
|
595
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
577
596
|
id: string;
|
578
597
|
username: string | null;
|
579
598
|
password: string | null;
|
580
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
581
599
|
phoneNumber: string;
|
582
600
|
secondaryPhoneNumber: string | null;
|
583
601
|
fullName: string;
|
@@ -602,6 +620,7 @@ declare const FindByIdTicketResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
602
620
|
} | null;
|
603
621
|
id: string;
|
604
622
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
623
|
+
phoneNumber: string;
|
605
624
|
fullName: string;
|
606
625
|
mail: string;
|
607
626
|
eventId: string;
|
@@ -610,6 +629,8 @@ declare const FindByIdTicketResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
610
629
|
created_at: string;
|
611
630
|
updated_at: string;
|
612
631
|
profileId: string | null;
|
632
|
+
instagrams: string[];
|
633
|
+
whoToWatch: string | null;
|
613
634
|
scanned: boolean;
|
614
635
|
scannedAt: string | null;
|
615
636
|
ticketGroupId: string | null;
|
@@ -661,6 +682,7 @@ declare const FindByIdTicketResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
661
682
|
} | null;
|
662
683
|
id: string;
|
663
684
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
685
|
+
phoneNumber: string;
|
664
686
|
fullName: string;
|
665
687
|
mail: string;
|
666
688
|
eventId: string;
|
@@ -669,6 +691,8 @@ declare const FindByIdTicketResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
669
691
|
created_at: string;
|
670
692
|
updated_at: string;
|
671
693
|
profileId: string | null;
|
694
|
+
instagrams: string[];
|
695
|
+
whoToWatch: string | null;
|
672
696
|
scanned: boolean;
|
673
697
|
scannedAt: string | null;
|
674
698
|
ticketGroupId: string | null;
|
@@ -694,10 +718,10 @@ declare const FindByIdTicketResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
694
718
|
supraEventId: string | null;
|
695
719
|
};
|
696
720
|
profile: {
|
721
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
697
722
|
id: string;
|
698
723
|
username: string | null;
|
699
724
|
password: string | null;
|
700
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
701
725
|
phoneNumber: string;
|
702
726
|
secondaryPhoneNumber: string | null;
|
703
727
|
fullName: string;
|
@@ -722,6 +746,7 @@ declare const FindByIdTicketResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
722
746
|
} | null;
|
723
747
|
id: string;
|
724
748
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
749
|
+
phoneNumber: string;
|
725
750
|
fullName: string;
|
726
751
|
mail: string;
|
727
752
|
eventId: string;
|
@@ -730,6 +755,8 @@ declare const FindByIdTicketResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
730
755
|
created_at: string;
|
731
756
|
updated_at: string;
|
732
757
|
profileId: string | null;
|
758
|
+
instagrams: string[];
|
759
|
+
whoToWatch: string | null;
|
733
760
|
scanned: boolean;
|
734
761
|
scannedAt: string | null;
|
735
762
|
ticketGroupId: string | null;
|
@@ -783,6 +810,7 @@ declare const FindByIdTicketResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
783
810
|
} | null;
|
784
811
|
id: string;
|
785
812
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
813
|
+
phoneNumber: string;
|
786
814
|
fullName: string;
|
787
815
|
mail: string;
|
788
816
|
eventId: string;
|
@@ -791,6 +819,8 @@ declare const FindByIdTicketResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
791
819
|
created_at: string;
|
792
820
|
updated_at: string;
|
793
821
|
profileId: string | null;
|
822
|
+
instagrams: string[];
|
823
|
+
whoToWatch: string | null;
|
794
824
|
scanned: boolean;
|
795
825
|
scannedAt: string | null;
|
796
826
|
ticketGroupId: string | null;
|
@@ -11,6 +11,9 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
|
|
11
11
|
fullName: z.ZodString;
|
12
12
|
mail: z.ZodString;
|
13
13
|
dni: z.ZodString;
|
14
|
+
phoneNumber: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
15
|
+
instagrams: z.ZodArray<z.ZodString, "many">;
|
16
|
+
whoToWatch: z.ZodNullable<z.ZodString>;
|
14
17
|
seat: z.ZodNullable<z.ZodNumber>;
|
15
18
|
scanned: z.ZodBoolean;
|
16
19
|
scannedAt: z.ZodNullable<z.ZodDate>;
|
@@ -77,10 +80,10 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
|
|
77
80
|
updated_at: z.ZodDate;
|
78
81
|
referralCode: z.ZodString;
|
79
82
|
}, "strip", z.ZodTypeAny, {
|
83
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
80
84
|
id: string;
|
81
85
|
username: string | null;
|
82
86
|
password: string | null;
|
83
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
84
87
|
phoneNumber: string;
|
85
88
|
secondaryPhoneNumber: string | null;
|
86
89
|
fullName: string;
|
@@ -136,10 +139,10 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
|
|
136
139
|
date: Date;
|
137
140
|
};
|
138
141
|
profile: {
|
142
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
139
143
|
id: string;
|
140
144
|
username: string | null;
|
141
145
|
password: string | null;
|
142
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
143
146
|
phoneNumber: string;
|
144
147
|
secondaryPhoneNumber: string | null;
|
145
148
|
fullName: string;
|
@@ -164,6 +167,7 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
|
|
164
167
|
} | null;
|
165
168
|
id: string;
|
166
169
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
170
|
+
phoneNumber: string;
|
167
171
|
fullName: string;
|
168
172
|
mail: string;
|
169
173
|
eventId: string;
|
@@ -171,6 +175,8 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
|
|
171
175
|
seat: number | null;
|
172
176
|
created_at: Date;
|
173
177
|
updated_at: Date;
|
178
|
+
instagrams: string[];
|
179
|
+
whoToWatch: string | null;
|
174
180
|
scanned: boolean;
|
175
181
|
scannedAt: Date | null;
|
176
182
|
ticketGroupId: string | null;
|
@@ -209,6 +215,7 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
|
|
209
215
|
} | null;
|
210
216
|
id: string;
|
211
217
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
218
|
+
phoneNumber: string;
|
212
219
|
fullName: string;
|
213
220
|
mail: string;
|
214
221
|
eventId: string;
|
@@ -216,6 +223,8 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
|
|
216
223
|
seat: number | null;
|
217
224
|
created_at: Date;
|
218
225
|
updated_at: Date;
|
226
|
+
instagrams: string[];
|
227
|
+
whoToWatch: string | null;
|
219
228
|
scanned: boolean;
|
220
229
|
scannedAt: Date | null;
|
221
230
|
ticketGroupId: string | null;
|
@@ -228,10 +237,10 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
|
|
228
237
|
date: Date;
|
229
238
|
};
|
230
239
|
profile: {
|
240
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
231
241
|
id: string;
|
232
242
|
username: string | null;
|
233
243
|
password: string | null;
|
234
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
235
244
|
phoneNumber: string;
|
236
245
|
secondaryPhoneNumber: string | null;
|
237
246
|
fullName: string;
|
@@ -256,6 +265,7 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
|
|
256
265
|
} | null;
|
257
266
|
id: string;
|
258
267
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
268
|
+
phoneNumber: string;
|
259
269
|
fullName: string;
|
260
270
|
mail: string;
|
261
271
|
eventId: string;
|
@@ -263,6 +273,8 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
|
|
263
273
|
seat: number | null;
|
264
274
|
created_at: Date;
|
265
275
|
updated_at: Date;
|
276
|
+
instagrams: string[];
|
277
|
+
whoToWatch: string | null;
|
266
278
|
scanned: boolean;
|
267
279
|
scannedAt: Date | null;
|
268
280
|
ticketGroupId: string | null;
|
@@ -303,6 +315,7 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
|
|
303
315
|
} | null;
|
304
316
|
id: string;
|
305
317
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
318
|
+
phoneNumber: string;
|
306
319
|
fullName: string;
|
307
320
|
mail: string;
|
308
321
|
eventId: string;
|
@@ -310,6 +323,8 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
|
|
310
323
|
seat: number | null;
|
311
324
|
created_at: Date;
|
312
325
|
updated_at: Date;
|
326
|
+
instagrams: string[];
|
327
|
+
whoToWatch: string | null;
|
313
328
|
scanned: boolean;
|
314
329
|
scannedAt: Date | null;
|
315
330
|
ticketGroupId: string | null;
|
@@ -327,6 +342,9 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
327
342
|
fullName: z.ZodString;
|
328
343
|
mail: z.ZodString;
|
329
344
|
dni: z.ZodString;
|
345
|
+
phoneNumber: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
346
|
+
instagrams: z.ZodArray<z.ZodString, "many">;
|
347
|
+
whoToWatch: z.ZodNullable<z.ZodString>;
|
330
348
|
seat: z.ZodNullable<z.ZodNumber>;
|
331
349
|
scanned: z.ZodBoolean;
|
332
350
|
scannedAt: z.ZodNullable<z.ZodString>;
|
@@ -379,10 +397,10 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
379
397
|
updated_at: z.ZodString;
|
380
398
|
referralCode: z.ZodString;
|
381
399
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
400
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
382
401
|
id: string;
|
383
402
|
username: string | null;
|
384
403
|
password: string | null;
|
385
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
386
404
|
phoneNumber: string;
|
387
405
|
secondaryPhoneNumber: string | null;
|
388
406
|
fullName: string;
|
@@ -438,10 +456,10 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
438
456
|
date: string;
|
439
457
|
};
|
440
458
|
profile: {
|
459
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
441
460
|
id: string;
|
442
461
|
username: string | null;
|
443
462
|
password: string | null;
|
444
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
445
463
|
phoneNumber: string;
|
446
464
|
secondaryPhoneNumber: string | null;
|
447
465
|
fullName: string;
|
@@ -466,6 +484,7 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
466
484
|
} | null;
|
467
485
|
id: string;
|
468
486
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
487
|
+
phoneNumber: string;
|
469
488
|
fullName: string;
|
470
489
|
mail: string;
|
471
490
|
eventId: string;
|
@@ -473,6 +492,8 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
473
492
|
seat: number | null;
|
474
493
|
created_at: string;
|
475
494
|
updated_at: string;
|
495
|
+
instagrams: string[];
|
496
|
+
whoToWatch: string | null;
|
476
497
|
scanned: boolean;
|
477
498
|
scannedAt: string | null;
|
478
499
|
ticketGroupId: string | null;
|
@@ -511,6 +532,7 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
511
532
|
} | null;
|
512
533
|
id: string;
|
513
534
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
535
|
+
phoneNumber: string;
|
514
536
|
fullName: string;
|
515
537
|
mail: string;
|
516
538
|
eventId: string;
|
@@ -518,6 +540,8 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
518
540
|
seat: number | null;
|
519
541
|
created_at: string;
|
520
542
|
updated_at: string;
|
543
|
+
instagrams: string[];
|
544
|
+
whoToWatch: string | null;
|
521
545
|
scanned: boolean;
|
522
546
|
scannedAt: string | null;
|
523
547
|
ticketGroupId: string | null;
|
@@ -530,10 +554,10 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
530
554
|
date: string;
|
531
555
|
};
|
532
556
|
profile: {
|
557
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
533
558
|
id: string;
|
534
559
|
username: string | null;
|
535
560
|
password: string | null;
|
536
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
537
561
|
phoneNumber: string;
|
538
562
|
secondaryPhoneNumber: string | null;
|
539
563
|
fullName: string;
|
@@ -558,6 +582,7 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
558
582
|
} | null;
|
559
583
|
id: string;
|
560
584
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
585
|
+
phoneNumber: string;
|
561
586
|
fullName: string;
|
562
587
|
mail: string;
|
563
588
|
eventId: string;
|
@@ -565,6 +590,8 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
565
590
|
seat: number | null;
|
566
591
|
created_at: string;
|
567
592
|
updated_at: string;
|
593
|
+
instagrams: string[];
|
594
|
+
whoToWatch: string | null;
|
568
595
|
scanned: boolean;
|
569
596
|
scannedAt: string | null;
|
570
597
|
ticketGroupId: string | null;
|
@@ -605,6 +632,7 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
605
632
|
} | null;
|
606
633
|
id: string;
|
607
634
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
635
|
+
phoneNumber: string;
|
608
636
|
fullName: string;
|
609
637
|
mail: string;
|
610
638
|
eventId: string;
|
@@ -612,6 +640,8 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
612
640
|
seat: number | null;
|
613
641
|
created_at: string;
|
614
642
|
updated_at: string;
|
643
|
+
instagrams: string[];
|
644
|
+
whoToWatch: string | null;
|
615
645
|
scanned: boolean;
|
616
646
|
scannedAt: string | null;
|
617
647
|
ticketGroupId: string | null;
|
@@ -11,6 +11,9 @@ export declare const findByProfileIdTicketResponseSchema: z.ZodObject<{
|
|
11
11
|
fullName: z.ZodString;
|
12
12
|
mail: z.ZodString;
|
13
13
|
dni: z.ZodString;
|
14
|
+
phoneNumber: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
15
|
+
instagrams: z.ZodArray<z.ZodString, "many">;
|
16
|
+
whoToWatch: z.ZodNullable<z.ZodString>;
|
14
17
|
seat: z.ZodNullable<z.ZodNumber>;
|
15
18
|
scanned: z.ZodBoolean;
|
16
19
|
scannedAt: z.ZodNullable<z.ZodDate>;
|
@@ -91,6 +94,7 @@ export declare const findByProfileIdTicketResponseSchema: z.ZodObject<{
|
|
91
94
|
};
|
92
95
|
id: string;
|
93
96
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
97
|
+
phoneNumber: string;
|
94
98
|
fullName: string;
|
95
99
|
mail: string;
|
96
100
|
eventId: string;
|
@@ -98,6 +102,8 @@ export declare const findByProfileIdTicketResponseSchema: z.ZodObject<{
|
|
98
102
|
seat: number | null;
|
99
103
|
created_at: Date;
|
100
104
|
updated_at: Date;
|
105
|
+
instagrams: string[];
|
106
|
+
whoToWatch: string | null;
|
101
107
|
scanned: boolean;
|
102
108
|
scannedAt: Date | null;
|
103
109
|
ticketGroupId: string | null;
|
@@ -122,6 +128,7 @@ export declare const findByProfileIdTicketResponseSchema: z.ZodObject<{
|
|
122
128
|
};
|
123
129
|
id: string;
|
124
130
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
131
|
+
phoneNumber: string;
|
125
132
|
fullName: string;
|
126
133
|
mail: string;
|
127
134
|
eventId: string;
|
@@ -129,6 +136,8 @@ export declare const findByProfileIdTicketResponseSchema: z.ZodObject<{
|
|
129
136
|
seat: number | null;
|
130
137
|
created_at: Date;
|
131
138
|
updated_at: Date;
|
139
|
+
instagrams: string[];
|
140
|
+
whoToWatch: string | null;
|
132
141
|
scanned: boolean;
|
133
142
|
scannedAt: Date | null;
|
134
143
|
ticketGroupId: string | null;
|
@@ -155,6 +164,7 @@ export declare const findByProfileIdTicketResponseSchema: z.ZodObject<{
|
|
155
164
|
};
|
156
165
|
id: string;
|
157
166
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
167
|
+
phoneNumber: string;
|
158
168
|
fullName: string;
|
159
169
|
mail: string;
|
160
170
|
eventId: string;
|
@@ -162,6 +172,8 @@ export declare const findByProfileIdTicketResponseSchema: z.ZodObject<{
|
|
162
172
|
seat: number | null;
|
163
173
|
created_at: Date;
|
164
174
|
updated_at: Date;
|
175
|
+
instagrams: string[];
|
176
|
+
whoToWatch: string | null;
|
165
177
|
scanned: boolean;
|
166
178
|
scannedAt: Date | null;
|
167
179
|
ticketGroupId: string | null;
|
@@ -188,6 +200,7 @@ export declare const findByProfileIdTicketResponseSchema: z.ZodObject<{
|
|
188
200
|
};
|
189
201
|
id: string;
|
190
202
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
203
|
+
phoneNumber: string;
|
191
204
|
fullName: string;
|
192
205
|
mail: string;
|
193
206
|
eventId: string;
|
@@ -195,6 +208,8 @@ export declare const findByProfileIdTicketResponseSchema: z.ZodObject<{
|
|
195
208
|
seat: number | null;
|
196
209
|
created_at: Date;
|
197
210
|
updated_at: Date;
|
211
|
+
instagrams: string[];
|
212
|
+
whoToWatch: string | null;
|
198
213
|
scanned: boolean;
|
199
214
|
scannedAt: Date | null;
|
200
215
|
ticketGroupId: string | null;
|
@@ -212,6 +227,9 @@ declare const FindByProfileIdTicketResponseDto_base: import("@anatine/zod-nestjs
|
|
212
227
|
fullName: z.ZodString;
|
213
228
|
mail: z.ZodString;
|
214
229
|
dni: z.ZodString;
|
230
|
+
phoneNumber: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
231
|
+
instagrams: z.ZodArray<z.ZodString, "many">;
|
232
|
+
whoToWatch: z.ZodNullable<z.ZodString>;
|
215
233
|
seat: z.ZodNullable<z.ZodNumber>;
|
216
234
|
scanned: z.ZodBoolean;
|
217
235
|
scannedAt: z.ZodNullable<z.ZodString>;
|
@@ -291,6 +309,7 @@ declare const FindByProfileIdTicketResponseDto_base: import("@anatine/zod-nestjs
|
|
291
309
|
};
|
292
310
|
id: string;
|
293
311
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
312
|
+
phoneNumber: string;
|
294
313
|
fullName: string;
|
295
314
|
mail: string;
|
296
315
|
eventId: string;
|
@@ -298,6 +317,8 @@ declare const FindByProfileIdTicketResponseDto_base: import("@anatine/zod-nestjs
|
|
298
317
|
seat: number | null;
|
299
318
|
created_at: string;
|
300
319
|
updated_at: string;
|
320
|
+
instagrams: string[];
|
321
|
+
whoToWatch: string | null;
|
301
322
|
scanned: boolean;
|
302
323
|
scannedAt: string | null;
|
303
324
|
ticketGroupId: string | null;
|
@@ -322,6 +343,7 @@ declare const FindByProfileIdTicketResponseDto_base: import("@anatine/zod-nestjs
|
|
322
343
|
};
|
323
344
|
id: string;
|
324
345
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
346
|
+
phoneNumber: string;
|
325
347
|
fullName: string;
|
326
348
|
mail: string;
|
327
349
|
eventId: string;
|
@@ -329,6 +351,8 @@ declare const FindByProfileIdTicketResponseDto_base: import("@anatine/zod-nestjs
|
|
329
351
|
seat: number | null;
|
330
352
|
created_at: string;
|
331
353
|
updated_at: string;
|
354
|
+
instagrams: string[];
|
355
|
+
whoToWatch: string | null;
|
332
356
|
scanned: boolean;
|
333
357
|
scannedAt: string | null;
|
334
358
|
ticketGroupId: string | null;
|
@@ -355,6 +379,7 @@ declare const FindByProfileIdTicketResponseDto_base: import("@anatine/zod-nestjs
|
|
355
379
|
};
|
356
380
|
id: string;
|
357
381
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
382
|
+
phoneNumber: string;
|
358
383
|
fullName: string;
|
359
384
|
mail: string;
|
360
385
|
eventId: string;
|
@@ -362,6 +387,8 @@ declare const FindByProfileIdTicketResponseDto_base: import("@anatine/zod-nestjs
|
|
362
387
|
seat: number | null;
|
363
388
|
created_at: string;
|
364
389
|
updated_at: string;
|
390
|
+
instagrams: string[];
|
391
|
+
whoToWatch: string | null;
|
365
392
|
scanned: boolean;
|
366
393
|
scannedAt: string | null;
|
367
394
|
ticketGroupId: string | null;
|
@@ -388,6 +415,7 @@ declare const FindByProfileIdTicketResponseDto_base: import("@anatine/zod-nestjs
|
|
388
415
|
};
|
389
416
|
id: string;
|
390
417
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
418
|
+
phoneNumber: string;
|
391
419
|
fullName: string;
|
392
420
|
mail: string;
|
393
421
|
eventId: string;
|
@@ -395,6 +423,8 @@ declare const FindByProfileIdTicketResponseDto_base: import("@anatine/zod-nestjs
|
|
395
423
|
seat: number | null;
|
396
424
|
created_at: string;
|
397
425
|
updated_at: string;
|
426
|
+
instagrams: string[];
|
427
|
+
whoToWatch: string | null;
|
398
428
|
scanned: boolean;
|
399
429
|
scannedAt: string | null;
|
400
430
|
ticketGroupId: string | null;
|
@@ -9,6 +9,9 @@ export declare const findTicketResponseSchema: import("zod").ZodObject<{
|
|
9
9
|
fullName: import("zod").ZodString;
|
10
10
|
mail: import("zod").ZodString;
|
11
11
|
dni: import("zod").ZodString;
|
12
|
+
phoneNumber: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, string, string>, string, string>;
|
13
|
+
instagrams: import("zod").ZodArray<import("zod").ZodString, "many">;
|
14
|
+
whoToWatch: import("zod").ZodNullable<import("zod").ZodString>;
|
12
15
|
seat: import("zod").ZodNullable<import("zod").ZodNumber>;
|
13
16
|
scanned: import("zod").ZodBoolean;
|
14
17
|
scannedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
@@ -18,6 +21,7 @@ export declare const findTicketResponseSchema: import("zod").ZodObject<{
|
|
18
21
|
}, "strip", import("zod").ZodTypeAny, {
|
19
22
|
id: string;
|
20
23
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
24
|
+
phoneNumber: string;
|
21
25
|
fullName: string;
|
22
26
|
mail: string;
|
23
27
|
eventId: string;
|
@@ -25,12 +29,15 @@ export declare const findTicketResponseSchema: import("zod").ZodObject<{
|
|
25
29
|
seat: number | null;
|
26
30
|
created_at: Date;
|
27
31
|
updated_at: Date;
|
32
|
+
instagrams: string[];
|
33
|
+
whoToWatch: string | null;
|
28
34
|
scanned: boolean;
|
29
35
|
scannedAt: Date | null;
|
30
36
|
ticketGroupId: string | null;
|
31
37
|
}, {
|
32
38
|
id: string;
|
33
39
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
40
|
+
phoneNumber: string;
|
34
41
|
fullName: string;
|
35
42
|
mail: string;
|
36
43
|
eventId: string;
|
@@ -38,6 +45,8 @@ export declare const findTicketResponseSchema: import("zod").ZodObject<{
|
|
38
45
|
seat: number | null;
|
39
46
|
created_at: Date;
|
40
47
|
updated_at: Date;
|
48
|
+
instagrams: string[];
|
49
|
+
whoToWatch: string | null;
|
41
50
|
scanned: boolean;
|
42
51
|
scannedAt: Date | null;
|
43
52
|
ticketGroupId: string | null;
|
@@ -53,6 +62,9 @@ declare const FindTicketResponseDto_base: import("@anatine/zod-nestjs").ZodDtoSt
|
|
53
62
|
fullName: import("zod").ZodString;
|
54
63
|
mail: import("zod").ZodString;
|
55
64
|
dni: import("zod").ZodString;
|
65
|
+
phoneNumber: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, string, string>, string, string>;
|
66
|
+
instagrams: import("zod").ZodArray<import("zod").ZodString, "many">;
|
67
|
+
whoToWatch: import("zod").ZodNullable<import("zod").ZodString>;
|
56
68
|
seat: import("zod").ZodNullable<import("zod").ZodNumber>;
|
57
69
|
scanned: import("zod").ZodBoolean;
|
58
70
|
scannedAt: import("zod").ZodNullable<import("zod").ZodString>;
|
@@ -62,6 +74,7 @@ declare const FindTicketResponseDto_base: import("@anatine/zod-nestjs").ZodDtoSt
|
|
62
74
|
}, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
63
75
|
id: string;
|
64
76
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
77
|
+
phoneNumber: string;
|
65
78
|
fullName: string;
|
66
79
|
mail: string;
|
67
80
|
eventId: string;
|
@@ -69,12 +82,15 @@ declare const FindTicketResponseDto_base: import("@anatine/zod-nestjs").ZodDtoSt
|
|
69
82
|
seat: number | null;
|
70
83
|
created_at: string;
|
71
84
|
updated_at: string;
|
85
|
+
instagrams: string[];
|
86
|
+
whoToWatch: string | null;
|
72
87
|
scanned: boolean;
|
73
88
|
scannedAt: string | null;
|
74
89
|
ticketGroupId: string | null;
|
75
90
|
}, {
|
76
91
|
id: string;
|
77
92
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
93
|
+
phoneNumber: string;
|
78
94
|
fullName: string;
|
79
95
|
mail: string;
|
80
96
|
eventId: string;
|
@@ -82,6 +98,8 @@ declare const FindTicketResponseDto_base: import("@anatine/zod-nestjs").ZodDtoSt
|
|
82
98
|
seat: number | null;
|
83
99
|
created_at: string;
|
84
100
|
updated_at: string;
|
101
|
+
instagrams: string[];
|
102
|
+
whoToWatch: string | null;
|
85
103
|
scanned: boolean;
|
86
104
|
scannedAt: string | null;
|
87
105
|
ticketGroupId: string | null;
|