expo-backend-types 0.60.0-feat-desfile-12-octubre.1 → 0.60.0-feat-desfile-12-octubre.3
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 +8 -12
- package/dist/src/account/dto/get-me.dto.d.ts +22 -30
- package/dist/src/account/dto/update-global-filter.dto.d.ts +12 -16
- package/dist/src/auth/dto/login.dto.d.ts +10 -10
- 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 +28 -36
- package/dist/src/event/dto/get-all-statistics.dto.d.ts +0 -5
- package/dist/src/event/dto/get-by-id-event.dto.d.ts +40 -60
- package/dist/src/event/dto/update-event.dto.d.ts +54 -12
- package/dist/src/event/dto/update-event.dto.js +1 -0
- package/dist/src/exports.d.ts +0 -2
- package/dist/src/exports.js +0 -2
- package/dist/src/i18n/es.d.ts +6 -114
- package/dist/src/i18n/es.js +6 -108
- package/dist/src/i18n/es.js.map +1 -1
- package/dist/src/mi-expo/dto/get-me.dto.d.ts +4 -246
- package/dist/src/mi-expo/dto/get-me.dto.js +0 -5
- package/dist/src/mi-expo/dto/login-with-phone.dto.d.ts +6 -16
- package/dist/src/mi-expo/dto/login.dto.d.ts +6 -16
- package/dist/src/mi-expo/dto/update-me.dto.d.ts +4 -10
- package/dist/src/mi-expo/exports.d.ts +0 -1
- package/dist/src/mi-expo/exports.js +0 -1
- package/dist/src/otp/dto/verify-otp.dto.d.ts +4 -14
- package/dist/src/production/dto/create-production.dto.d.ts +1 -8
- package/dist/src/production/dto/create-production.dto.js +0 -1
- package/dist/src/production/dto/create-role.dto.d.ts +4 -10
- package/dist/src/production/dto/delete-production.dto.d.ts +0 -6
- package/dist/src/production/dto/get-all-production.dto.d.ts +6 -30
- package/dist/src/production/dto/production.dto.d.ts +0 -3
- package/dist/src/production/dto/production.dto.js +0 -3
- package/dist/src/production/dto/update-production.dto.d.ts +0 -12
- package/dist/src/production/dto/update-production.dto.js +0 -1
- package/dist/src/production-affiliation-request/dto/find-by-production-affiliation-request.dto.d.ts +6 -34
- package/dist/src/production-affiliation-request/dto/update-production-affiliation-request.dto.d.ts +4 -24
- package/dist/src/profile/dto/create-profile.dto.d.ts +0 -4
- package/dist/src/profile/dto/delete-profile.dto.d.ts +2 -8
- package/dist/src/profile/dto/find-all-profile.dto.d.ts +16 -30
- package/dist/src/profile/dto/find-by-date-range-profile.dto.d.ts +26 -50
- package/dist/src/profile/dto/find-by-id-profile.dto.d.ts +12 -22
- package/dist/src/profile/dto/find-by-phone-number.dto.d.ts +4 -149
- package/dist/src/profile/dto/find-by-phone-number.dto.js +1 -21
- package/dist/src/profile/dto/find-by-tag-groups-profile.dto.d.ts +16 -30
- package/dist/src/profile/dto/find-by-tags-profile.dto.d.ts +16 -30
- package/dist/src/profile/dto/find-trash.dto.d.ts +0 -1
- package/dist/src/profile/dto/find-with-active-chat.dto.d.ts +16 -30
- package/dist/src/profile/dto/profile.dto.d.ts +1 -4
- package/dist/src/profile/dto/update-profile.dto.d.ts +2 -8
- package/dist/src/schema/profile.schema.d.ts +1 -4
- package/dist/src/schema/profile.schema.js +2 -17
- package/dist/src/tag/dto/create-tag.dto.d.ts +8 -18
- package/dist/src/tag/dto/delete-tag.dto.d.ts +4 -8
- package/dist/src/tag/dto/find-all-tag.dto.d.ts +8 -12
- package/dist/src/tag/dto/find-by-group-tag.dto.d.ts +8 -12
- package/dist/src/tag/dto/find-one-tag.dto.d.ts +4 -8
- package/dist/src/tag/dto/massive-allocation.dto.d.ts +4 -14
- package/dist/src/tag/dto/massive-deallocation.dto.d.ts +4 -14
- package/dist/src/tag/dto/tag.dto.d.ts +4 -8
- package/dist/src/tag/dto/update-tag.dto.d.ts +4 -10
- package/dist/src/tag-group/dto/find-all-tag-group.dto.d.ts +12 -16
- package/dist/src/tag-group/dto/find-all-with-tags.dto.d.ts +12 -16
- package/dist/src/tag-group/dto/find-one-tag-group.dto.d.ts +8 -12
- package/dist/src/ticket/dto/create-many-ticket.dto.d.ts +0 -6
- package/dist/src/ticket/dto/create-many-ticket.dto.js +0 -2
- package/dist/src/ticket/dto/find-by-event-ticket.dto.d.ts +6 -20
- package/dist/src/ticket/dto/find-by-id-ticket.dto.d.ts +6 -20
- package/dist/src/ticket/dto/find-by-mail-ticket.dto.d.ts +6 -20
- package/dist/src/ticket/exports.d.ts +0 -1
- package/dist/src/ticket/exports.js +0 -1
- package/dist/src/ticket-group/dto/create-ticket-group.dto.d.ts +0 -7
- package/dist/src/ticket-group/dto/delete-ticket-group.dto.d.ts +0 -6
- package/dist/src/ticket-group/dto/find-group-ticket-group.dto.d.ts +0 -6
- package/dist/src/ticket-group/dto/ticket-group.dto.d.ts +0 -6
- package/dist/src/ticket-group/dto/ticket-group.dto.js +0 -1
- package/dist/src/ticket-group/dto/update-ticket-group.dto.d.ts +0 -12
- package/dist/src/ticket-group/dto/update-ticket-group.dto.js +0 -1
- package/dist/types/prisma-schema/edge.js +10 -42
- package/dist/types/prisma-schema/index-browser.js +7 -39
- package/dist/types/prisma-schema/index.d.ts +892 -4926
- package/dist/types/prisma-schema/index.js +10 -42
- package/dist/types/prisma-schema/package.json +1 -1
- package/dist/types/prisma-schema/schema.prisma +17 -64
- package/dist/types/prisma-schema/wasm.js +7 -39
- package/dist/types/schema.d.ts +54 -1175
- package/package.json +2 -3
- package/dist/src/dynamic-form/dto/create-dynamic-form.dto.d.ts +0 -311
- package/dist/src/dynamic-form/dto/create-dynamic-form.dto.js +0 -61
- package/dist/src/dynamic-form/dto/delete-dynamic-form.dto.d.ts +0 -18
- package/dist/src/dynamic-form/dto/delete-dynamic-form.dto.js +0 -12
- package/dist/src/dynamic-form/dto/dynamic-form.dto.d.ts +0 -173
- package/dist/src/dynamic-form/dto/dynamic-form.dto.js +0 -77
- package/dist/src/dynamic-form/dto/find-all-dynamic-form.dto.d.ts +0 -531
- package/dist/src/dynamic-form/dto/find-all-dynamic-form.dto.js +0 -23
- package/dist/src/dynamic-form/dto/find-by-id-dynamic-question.dto.d.ts +0 -268
- package/dist/src/dynamic-form/dto/find-by-id-dynamic-question.dto.js +0 -19
- package/dist/src/dynamic-form/dto/find-by-type-dynamic-form.dto.d.ts +0 -266
- package/dist/src/dynamic-form/dto/find-by-type-dynamic-form.dto.js +0 -18
- package/dist/src/dynamic-form/dto/submit-dynamic-form.dto.d.ts +0 -350
- package/dist/src/dynamic-form/dto/submit-dynamic-form.dto.js +0 -23
- package/dist/src/dynamic-form/dto/update-dynamic-form.dto.d.ts +0 -421
- package/dist/src/dynamic-form/dto/update-dynamic-form.dto.js +0 -45
- package/dist/src/dynamic-form/exports.d.ts +0 -7
- package/dist/src/dynamic-form/exports.js +0 -24
- package/dist/src/mi-expo/dto/update-me-first-time.dto.d.ts +0 -382
- package/dist/src/mi-expo/dto/update-me-first-time.dto.js +0 -35
- package/dist/src/profile/dto/find-referral-code-exists.dto.d.ts +0 -18
- package/dist/src/profile/dto/find-referral-code-exists.dto.js +0 -15
- package/dist/src/profile/dto/find-referral-code-usage.dto.d.ts +0 -18
- package/dist/src/profile/dto/find-referral-code-usage.dto.js +0 -15
- package/dist/src/role/dto/allocate-participant-role.dto.d.ts +0 -191
- package/dist/src/role/dto/allocate-participant-role.dto.js +0 -24
- package/dist/src/role/dto/allocate-production-role.dto.d.ts +0 -185
- package/dist/src/role/dto/allocate-production-role.dto.js +0 -22
- package/dist/src/role/dto/create-role.dto.d.ts +0 -92
- package/dist/src/role/dto/create-role.dto.js +0 -16
- package/dist/src/role/dto/deallocate-all-role.dto.d.ts +0 -185
- package/dist/src/role/dto/deallocate-all-role.dto.js +0 -22
- package/dist/src/role/dto/delete-role.dto.d.ts +0 -63
- package/dist/src/role/dto/delete-role.dto.js +0 -10
- package/dist/src/role/dto/find-all-role.dto.d.ts +0 -63
- package/dist/src/role/dto/find-all-role.dto.js +0 -10
- package/dist/src/role/dto/update-role.dto.d.ts +0 -92
- package/dist/src/role/dto/update-role.dto.js +0 -16
- package/dist/src/role/exports.d.ts +0 -7
- package/dist/src/role/exports.js +0 -24
@@ -104,12 +104,11 @@ export declare const findByIdTicketResponseSchema: z.ZodObject<{
|
|
104
104
|
movedToTrashDate: z.ZodNullable<z.ZodDate>;
|
105
105
|
created_at: z.ZodDate;
|
106
106
|
updated_at: z.ZodDate;
|
107
|
-
referralCode: z.ZodString;
|
108
107
|
}, "strip", z.ZodTypeAny, {
|
109
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
110
108
|
id: string;
|
111
109
|
username: string | null;
|
112
110
|
password: string | null;
|
111
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
113
112
|
phoneNumber: string;
|
114
113
|
secondaryPhoneNumber: string | null;
|
115
114
|
fullName: string;
|
@@ -118,7 +117,6 @@ export declare const findByIdTicketResponseSchema: z.ZodObject<{
|
|
118
117
|
dni: string | null;
|
119
118
|
created_at: Date;
|
120
119
|
updated_at: Date;
|
121
|
-
referralCode: string;
|
122
120
|
shortId: number;
|
123
121
|
firstTimeMiExpo: boolean;
|
124
122
|
isPhoneVerified: boolean;
|
@@ -143,7 +141,6 @@ export declare const findByIdTicketResponseSchema: z.ZodObject<{
|
|
143
141
|
dni: string | null;
|
144
142
|
created_at: Date;
|
145
143
|
updated_at: Date;
|
146
|
-
referralCode: string;
|
147
144
|
shortId: number;
|
148
145
|
firstTimeMiExpo: boolean;
|
149
146
|
isPhoneVerified: boolean;
|
@@ -179,10 +176,10 @@ export declare const findByIdTicketResponseSchema: z.ZodObject<{
|
|
179
176
|
supraEventId: string | null;
|
180
177
|
};
|
181
178
|
profile: {
|
182
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
183
179
|
id: string;
|
184
180
|
username: string | null;
|
185
181
|
password: string | null;
|
182
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
186
183
|
phoneNumber: string;
|
187
184
|
secondaryPhoneNumber: string | null;
|
188
185
|
fullName: string;
|
@@ -191,7 +188,6 @@ export declare const findByIdTicketResponseSchema: z.ZodObject<{
|
|
191
188
|
dni: string | null;
|
192
189
|
created_at: Date;
|
193
190
|
updated_at: Date;
|
194
|
-
referralCode: string;
|
195
191
|
shortId: number;
|
196
192
|
firstTimeMiExpo: boolean;
|
197
193
|
isPhoneVerified: boolean;
|
@@ -252,7 +248,6 @@ export declare const findByIdTicketResponseSchema: z.ZodObject<{
|
|
252
248
|
dni: string | null;
|
253
249
|
created_at: Date;
|
254
250
|
updated_at: Date;
|
255
|
-
referralCode: string;
|
256
251
|
shortId: number;
|
257
252
|
firstTimeMiExpo: boolean;
|
258
253
|
isPhoneVerified: boolean;
|
@@ -305,10 +300,10 @@ export declare const findByIdTicketResponseSchema: z.ZodObject<{
|
|
305
300
|
supraEventId: string | null;
|
306
301
|
};
|
307
302
|
profile: {
|
308
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
309
303
|
id: string;
|
310
304
|
username: string | null;
|
311
305
|
password: string | null;
|
306
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
312
307
|
phoneNumber: string;
|
313
308
|
secondaryPhoneNumber: string | null;
|
314
309
|
fullName: string;
|
@@ -317,7 +312,6 @@ export declare const findByIdTicketResponseSchema: z.ZodObject<{
|
|
317
312
|
dni: string | null;
|
318
313
|
created_at: Date;
|
319
314
|
updated_at: Date;
|
320
|
-
referralCode: string;
|
321
315
|
shortId: number;
|
322
316
|
firstTimeMiExpo: boolean;
|
323
317
|
isPhoneVerified: boolean;
|
@@ -380,7 +374,6 @@ export declare const findByIdTicketResponseSchema: z.ZodObject<{
|
|
380
374
|
dni: string | null;
|
381
375
|
created_at: Date;
|
382
376
|
updated_at: Date;
|
383
|
-
referralCode: string;
|
384
377
|
shortId: number;
|
385
378
|
firstTimeMiExpo: boolean;
|
386
379
|
isPhoneVerified: boolean;
|
@@ -517,12 +510,11 @@ declare const FindByIdTicketResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
517
510
|
movedToTrashDate: z.ZodNullable<z.ZodString>;
|
518
511
|
created_at: z.ZodString;
|
519
512
|
updated_at: z.ZodString;
|
520
|
-
referralCode: z.ZodString;
|
521
513
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
522
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
523
514
|
id: string;
|
524
515
|
username: string | null;
|
525
516
|
password: string | null;
|
517
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
526
518
|
phoneNumber: string;
|
527
519
|
secondaryPhoneNumber: string | null;
|
528
520
|
fullName: string;
|
@@ -531,7 +523,6 @@ declare const FindByIdTicketResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
531
523
|
dni: string | null;
|
532
524
|
created_at: string;
|
533
525
|
updated_at: string;
|
534
|
-
referralCode: string;
|
535
526
|
shortId: number;
|
536
527
|
firstTimeMiExpo: boolean;
|
537
528
|
isPhoneVerified: boolean;
|
@@ -556,7 +547,6 @@ declare const FindByIdTicketResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
556
547
|
dni: string | null;
|
557
548
|
created_at: string;
|
558
549
|
updated_at: string;
|
559
|
-
referralCode: string;
|
560
550
|
shortId: number;
|
561
551
|
firstTimeMiExpo: boolean;
|
562
552
|
isPhoneVerified: boolean;
|
@@ -592,10 +582,10 @@ declare const FindByIdTicketResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
592
582
|
supraEventId: string | null;
|
593
583
|
};
|
594
584
|
profile: {
|
595
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
596
585
|
id: string;
|
597
586
|
username: string | null;
|
598
587
|
password: string | null;
|
588
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
599
589
|
phoneNumber: string;
|
600
590
|
secondaryPhoneNumber: string | null;
|
601
591
|
fullName: string;
|
@@ -604,7 +594,6 @@ declare const FindByIdTicketResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
604
594
|
dni: string | null;
|
605
595
|
created_at: string;
|
606
596
|
updated_at: string;
|
607
|
-
referralCode: string;
|
608
597
|
shortId: number;
|
609
598
|
firstTimeMiExpo: boolean;
|
610
599
|
isPhoneVerified: boolean;
|
@@ -665,7 +654,6 @@ declare const FindByIdTicketResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
665
654
|
dni: string | null;
|
666
655
|
created_at: string;
|
667
656
|
updated_at: string;
|
668
|
-
referralCode: string;
|
669
657
|
shortId: number;
|
670
658
|
firstTimeMiExpo: boolean;
|
671
659
|
isPhoneVerified: boolean;
|
@@ -718,10 +706,10 @@ declare const FindByIdTicketResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
718
706
|
supraEventId: string | null;
|
719
707
|
};
|
720
708
|
profile: {
|
721
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
722
709
|
id: string;
|
723
710
|
username: string | null;
|
724
711
|
password: string | null;
|
712
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
725
713
|
phoneNumber: string;
|
726
714
|
secondaryPhoneNumber: string | null;
|
727
715
|
fullName: string;
|
@@ -730,7 +718,6 @@ declare const FindByIdTicketResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
730
718
|
dni: string | null;
|
731
719
|
created_at: string;
|
732
720
|
updated_at: string;
|
733
|
-
referralCode: string;
|
734
721
|
shortId: number;
|
735
722
|
firstTimeMiExpo: boolean;
|
736
723
|
isPhoneVerified: boolean;
|
@@ -793,7 +780,6 @@ declare const FindByIdTicketResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
793
780
|
dni: string | null;
|
794
781
|
created_at: string;
|
795
782
|
updated_at: string;
|
796
|
-
referralCode: string;
|
797
783
|
shortId: number;
|
798
784
|
firstTimeMiExpo: boolean;
|
799
785
|
isPhoneVerified: boolean;
|
@@ -78,12 +78,11 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
|
|
78
78
|
movedToTrashDate: z.ZodNullable<z.ZodDate>;
|
79
79
|
created_at: z.ZodDate;
|
80
80
|
updated_at: z.ZodDate;
|
81
|
-
referralCode: z.ZodString;
|
82
81
|
}, "strip", z.ZodTypeAny, {
|
83
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
84
82
|
id: string;
|
85
83
|
username: string | null;
|
86
84
|
password: string | null;
|
85
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
87
86
|
phoneNumber: string;
|
88
87
|
secondaryPhoneNumber: string | null;
|
89
88
|
fullName: string;
|
@@ -92,7 +91,6 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
|
|
92
91
|
dni: string | null;
|
93
92
|
created_at: Date;
|
94
93
|
updated_at: Date;
|
95
|
-
referralCode: string;
|
96
94
|
shortId: number;
|
97
95
|
firstTimeMiExpo: boolean;
|
98
96
|
isPhoneVerified: boolean;
|
@@ -117,7 +115,6 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
|
|
117
115
|
dni: string | null;
|
118
116
|
created_at: Date;
|
119
117
|
updated_at: Date;
|
120
|
-
referralCode: string;
|
121
118
|
shortId: number;
|
122
119
|
firstTimeMiExpo: boolean;
|
123
120
|
isPhoneVerified: boolean;
|
@@ -139,10 +136,10 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
|
|
139
136
|
date: Date;
|
140
137
|
};
|
141
138
|
profile: {
|
142
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
143
139
|
id: string;
|
144
140
|
username: string | null;
|
145
141
|
password: string | null;
|
142
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
146
143
|
phoneNumber: string;
|
147
144
|
secondaryPhoneNumber: string | null;
|
148
145
|
fullName: string;
|
@@ -151,7 +148,6 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
|
|
151
148
|
dni: string | null;
|
152
149
|
created_at: Date;
|
153
150
|
updated_at: Date;
|
154
|
-
referralCode: string;
|
155
151
|
shortId: number;
|
156
152
|
firstTimeMiExpo: boolean;
|
157
153
|
isPhoneVerified: boolean;
|
@@ -198,7 +194,6 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
|
|
198
194
|
dni: string | null;
|
199
195
|
created_at: Date;
|
200
196
|
updated_at: Date;
|
201
|
-
referralCode: string;
|
202
197
|
shortId: number;
|
203
198
|
firstTimeMiExpo: boolean;
|
204
199
|
isPhoneVerified: boolean;
|
@@ -237,10 +232,10 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
|
|
237
232
|
date: Date;
|
238
233
|
};
|
239
234
|
profile: {
|
240
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
241
235
|
id: string;
|
242
236
|
username: string | null;
|
243
237
|
password: string | null;
|
238
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
244
239
|
phoneNumber: string;
|
245
240
|
secondaryPhoneNumber: string | null;
|
246
241
|
fullName: string;
|
@@ -249,7 +244,6 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
|
|
249
244
|
dni: string | null;
|
250
245
|
created_at: Date;
|
251
246
|
updated_at: Date;
|
252
|
-
referralCode: string;
|
253
247
|
shortId: number;
|
254
248
|
firstTimeMiExpo: boolean;
|
255
249
|
isPhoneVerified: boolean;
|
@@ -298,7 +292,6 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
|
|
298
292
|
dni: string | null;
|
299
293
|
created_at: Date;
|
300
294
|
updated_at: Date;
|
301
|
-
referralCode: string;
|
302
295
|
shortId: number;
|
303
296
|
firstTimeMiExpo: boolean;
|
304
297
|
isPhoneVerified: boolean;
|
@@ -395,12 +388,11 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
395
388
|
movedToTrashDate: z.ZodNullable<z.ZodString>;
|
396
389
|
created_at: z.ZodString;
|
397
390
|
updated_at: z.ZodString;
|
398
|
-
referralCode: z.ZodString;
|
399
391
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
400
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
401
392
|
id: string;
|
402
393
|
username: string | null;
|
403
394
|
password: string | null;
|
395
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
404
396
|
phoneNumber: string;
|
405
397
|
secondaryPhoneNumber: string | null;
|
406
398
|
fullName: string;
|
@@ -409,7 +401,6 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
409
401
|
dni: string | null;
|
410
402
|
created_at: string;
|
411
403
|
updated_at: string;
|
412
|
-
referralCode: string;
|
413
404
|
shortId: number;
|
414
405
|
firstTimeMiExpo: boolean;
|
415
406
|
isPhoneVerified: boolean;
|
@@ -434,7 +425,6 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
434
425
|
dni: string | null;
|
435
426
|
created_at: string;
|
436
427
|
updated_at: string;
|
437
|
-
referralCode: string;
|
438
428
|
shortId: number;
|
439
429
|
firstTimeMiExpo: boolean;
|
440
430
|
isPhoneVerified: boolean;
|
@@ -456,10 +446,10 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
456
446
|
date: string;
|
457
447
|
};
|
458
448
|
profile: {
|
459
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
460
449
|
id: string;
|
461
450
|
username: string | null;
|
462
451
|
password: string | null;
|
452
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
463
453
|
phoneNumber: string;
|
464
454
|
secondaryPhoneNumber: string | null;
|
465
455
|
fullName: string;
|
@@ -468,7 +458,6 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
468
458
|
dni: string | null;
|
469
459
|
created_at: string;
|
470
460
|
updated_at: string;
|
471
|
-
referralCode: string;
|
472
461
|
shortId: number;
|
473
462
|
firstTimeMiExpo: boolean;
|
474
463
|
isPhoneVerified: boolean;
|
@@ -515,7 +504,6 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
515
504
|
dni: string | null;
|
516
505
|
created_at: string;
|
517
506
|
updated_at: string;
|
518
|
-
referralCode: string;
|
519
507
|
shortId: number;
|
520
508
|
firstTimeMiExpo: boolean;
|
521
509
|
isPhoneVerified: boolean;
|
@@ -554,10 +542,10 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
554
542
|
date: string;
|
555
543
|
};
|
556
544
|
profile: {
|
557
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
558
545
|
id: string;
|
559
546
|
username: string | null;
|
560
547
|
password: string | null;
|
548
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
561
549
|
phoneNumber: string;
|
562
550
|
secondaryPhoneNumber: string | null;
|
563
551
|
fullName: string;
|
@@ -566,7 +554,6 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
566
554
|
dni: string | null;
|
567
555
|
created_at: string;
|
568
556
|
updated_at: string;
|
569
|
-
referralCode: string;
|
570
557
|
shortId: number;
|
571
558
|
firstTimeMiExpo: boolean;
|
572
559
|
isPhoneVerified: boolean;
|
@@ -615,7 +602,6 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
615
602
|
dni: string | null;
|
616
603
|
created_at: string;
|
617
604
|
updated_at: string;
|
618
|
-
referralCode: string;
|
619
605
|
shortId: number;
|
620
606
|
firstTimeMiExpo: boolean;
|
621
607
|
isPhoneVerified: boolean;
|
@@ -14,7 +14,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
15
15
|
};
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
17
|
-
__exportStar(require("./dto/create-many-ticket.dto"), exports);
|
18
17
|
__exportStar(require("./dto/create-ticket.dto"), exports);
|
19
18
|
__exportStar(require("./dto/delete-ticket.dto"), exports);
|
20
19
|
__exportStar(require("./dto/find-all-tickets.dto"), exports);
|
@@ -8,7 +8,6 @@ export declare const createTicketGroupSchema: z.ZodObject<Pick<{
|
|
8
8
|
FREE: "FREE";
|
9
9
|
}>;
|
10
10
|
eventId: z.ZodString;
|
11
|
-
referralCode: z.ZodNullable<z.ZodString>;
|
12
11
|
created_at: z.ZodDate;
|
13
12
|
updated_at: z.ZodDate;
|
14
13
|
}, "eventId" | "amountTickets">, "strip", z.ZodTypeAny, {
|
@@ -39,7 +38,6 @@ export declare const createTicketGroupResponseSchema: z.ZodObject<z.objectUtil.e
|
|
39
38
|
FREE: "FREE";
|
40
39
|
}>;
|
41
40
|
eventId: z.ZodString;
|
42
|
-
referralCode: z.ZodNullable<z.ZodString>;
|
43
41
|
created_at: z.ZodDate;
|
44
42
|
updated_at: z.ZodDate;
|
45
43
|
}, {
|
@@ -173,7 +171,6 @@ export declare const createTicketGroupResponseSchema: z.ZodObject<z.objectUtil.e
|
|
173
171
|
amountTickets: number;
|
174
172
|
created_at: Date;
|
175
173
|
updated_at: Date;
|
176
|
-
referralCode: string | null;
|
177
174
|
tickets: {
|
178
175
|
id: string;
|
179
176
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
@@ -216,7 +213,6 @@ export declare const createTicketGroupResponseSchema: z.ZodObject<z.objectUtil.e
|
|
216
213
|
amountTickets: number;
|
217
214
|
created_at: Date;
|
218
215
|
updated_at: Date;
|
219
|
-
referralCode: string | null;
|
220
216
|
tickets: {
|
221
217
|
id: string;
|
222
218
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
@@ -244,7 +240,6 @@ declare const CreateTicketGroupResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
244
240
|
FREE: "FREE";
|
245
241
|
}>;
|
246
242
|
eventId: z.ZodString;
|
247
|
-
referralCode: z.ZodNullable<z.ZodString>;
|
248
243
|
created_at: z.ZodString;
|
249
244
|
updated_at: z.ZodString;
|
250
245
|
tickets: z.ZodArray<z.ZodObject<{
|
@@ -377,7 +372,6 @@ declare const CreateTicketGroupResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
377
372
|
amountTickets: number;
|
378
373
|
created_at: string;
|
379
374
|
updated_at: string;
|
380
|
-
referralCode: string | null;
|
381
375
|
tickets: {
|
382
376
|
id: string;
|
383
377
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
@@ -420,7 +414,6 @@ declare const CreateTicketGroupResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
420
414
|
amountTickets: number;
|
421
415
|
created_at: string;
|
422
416
|
updated_at: string;
|
423
|
-
referralCode: string | null;
|
424
417
|
tickets: {
|
425
418
|
id: string;
|
426
419
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
@@ -7,7 +7,6 @@ export declare const deleteTicketGroupResponseSchema: import("zod").ZodObject<{
|
|
7
7
|
FREE: "FREE";
|
8
8
|
}>;
|
9
9
|
eventId: import("zod").ZodString;
|
10
|
-
referralCode: import("zod").ZodNullable<import("zod").ZodString>;
|
11
10
|
created_at: import("zod").ZodDate;
|
12
11
|
updated_at: import("zod").ZodDate;
|
13
12
|
}, "strip", import("zod").ZodTypeAny, {
|
@@ -17,7 +16,6 @@ export declare const deleteTicketGroupResponseSchema: import("zod").ZodObject<{
|
|
17
16
|
amountTickets: number;
|
18
17
|
created_at: Date;
|
19
18
|
updated_at: Date;
|
20
|
-
referralCode: string | null;
|
21
19
|
}, {
|
22
20
|
id: string;
|
23
21
|
eventId: string;
|
@@ -25,7 +23,6 @@ export declare const deleteTicketGroupResponseSchema: import("zod").ZodObject<{
|
|
25
23
|
amountTickets: number;
|
26
24
|
created_at: Date;
|
27
25
|
updated_at: Date;
|
28
|
-
referralCode: string | null;
|
29
26
|
}>;
|
30
27
|
declare const DeleteTicketGroupResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<import("zod").ZodObject<{
|
31
28
|
id: import("zod").ZodString;
|
@@ -36,7 +33,6 @@ declare const DeleteTicketGroupResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
36
33
|
FREE: "FREE";
|
37
34
|
}>;
|
38
35
|
eventId: import("zod").ZodString;
|
39
|
-
referralCode: import("zod").ZodNullable<import("zod").ZodString>;
|
40
36
|
created_at: import("zod").ZodString;
|
41
37
|
updated_at: import("zod").ZodString;
|
42
38
|
}, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
@@ -46,7 +42,6 @@ declare const DeleteTicketGroupResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
46
42
|
amountTickets: number;
|
47
43
|
created_at: string;
|
48
44
|
updated_at: string;
|
49
|
-
referralCode: string | null;
|
50
45
|
}, {
|
51
46
|
id: string;
|
52
47
|
eventId: string;
|
@@ -54,7 +49,6 @@ declare const DeleteTicketGroupResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
54
49
|
amountTickets: number;
|
55
50
|
created_at: string;
|
56
51
|
updated_at: string;
|
57
|
-
referralCode: string | null;
|
58
52
|
}>>;
|
59
53
|
export declare class DeleteTicketGroupResponseDto extends DeleteTicketGroupResponseDto_base {
|
60
54
|
}
|
@@ -7,7 +7,6 @@ export declare const findGroupResponseSchema: import("zod").ZodObject<{
|
|
7
7
|
FREE: "FREE";
|
8
8
|
}>;
|
9
9
|
eventId: import("zod").ZodString;
|
10
|
-
referralCode: import("zod").ZodNullable<import("zod").ZodString>;
|
11
10
|
created_at: import("zod").ZodDate;
|
12
11
|
updated_at: import("zod").ZodDate;
|
13
12
|
}, "strip", import("zod").ZodTypeAny, {
|
@@ -17,7 +16,6 @@ export declare const findGroupResponseSchema: import("zod").ZodObject<{
|
|
17
16
|
amountTickets: number;
|
18
17
|
created_at: Date;
|
19
18
|
updated_at: Date;
|
20
|
-
referralCode: string | null;
|
21
19
|
}, {
|
22
20
|
id: string;
|
23
21
|
eventId: string;
|
@@ -25,7 +23,6 @@ export declare const findGroupResponseSchema: import("zod").ZodObject<{
|
|
25
23
|
amountTickets: number;
|
26
24
|
created_at: Date;
|
27
25
|
updated_at: Date;
|
28
|
-
referralCode: string | null;
|
29
26
|
}>;
|
30
27
|
declare const FindGroupTicketGroupDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<import("zod").ZodObject<{
|
31
28
|
id: import("zod").ZodString;
|
@@ -36,7 +33,6 @@ declare const FindGroupTicketGroupDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
36
33
|
FREE: "FREE";
|
37
34
|
}>;
|
38
35
|
eventId: import("zod").ZodString;
|
39
|
-
referralCode: import("zod").ZodNullable<import("zod").ZodString>;
|
40
36
|
created_at: import("zod").ZodString;
|
41
37
|
updated_at: import("zod").ZodString;
|
42
38
|
}, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
@@ -46,7 +42,6 @@ declare const FindGroupTicketGroupDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
46
42
|
amountTickets: number;
|
47
43
|
created_at: string;
|
48
44
|
updated_at: string;
|
49
|
-
referralCode: string | null;
|
50
45
|
}, {
|
51
46
|
id: string;
|
52
47
|
eventId: string;
|
@@ -54,7 +49,6 @@ declare const FindGroupTicketGroupDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
54
49
|
amountTickets: number;
|
55
50
|
created_at: string;
|
56
51
|
updated_at: string;
|
57
|
-
referralCode: string | null;
|
58
52
|
}>>;
|
59
53
|
export declare class FindGroupTicketGroupDto extends FindGroupTicketGroupDto_base {
|
60
54
|
}
|
@@ -8,7 +8,6 @@ export declare const ticketGroupSchema: z.ZodObject<{
|
|
8
8
|
FREE: "FREE";
|
9
9
|
}>;
|
10
10
|
eventId: z.ZodString;
|
11
|
-
referralCode: z.ZodNullable<z.ZodString>;
|
12
11
|
created_at: z.ZodDate;
|
13
12
|
updated_at: z.ZodDate;
|
14
13
|
}, "strip", z.ZodTypeAny, {
|
@@ -18,7 +17,6 @@ export declare const ticketGroupSchema: z.ZodObject<{
|
|
18
17
|
amountTickets: number;
|
19
18
|
created_at: Date;
|
20
19
|
updated_at: Date;
|
21
|
-
referralCode: string | null;
|
22
20
|
}, {
|
23
21
|
id: string;
|
24
22
|
eventId: string;
|
@@ -26,7 +24,6 @@ export declare const ticketGroupSchema: z.ZodObject<{
|
|
26
24
|
amountTickets: number;
|
27
25
|
created_at: Date;
|
28
26
|
updated_at: Date;
|
29
|
-
referralCode: string | null;
|
30
27
|
}>;
|
31
28
|
declare const TicketGroupDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodObject<{
|
32
29
|
id: z.ZodString;
|
@@ -37,7 +34,6 @@ declare const TicketGroupDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.
|
|
37
34
|
FREE: "FREE";
|
38
35
|
}>;
|
39
36
|
eventId: z.ZodString;
|
40
|
-
referralCode: z.ZodNullable<z.ZodString>;
|
41
37
|
created_at: z.ZodString;
|
42
38
|
updated_at: z.ZodString;
|
43
39
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
@@ -47,7 +43,6 @@ declare const TicketGroupDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.
|
|
47
43
|
amountTickets: number;
|
48
44
|
created_at: string;
|
49
45
|
updated_at: string;
|
50
|
-
referralCode: string | null;
|
51
46
|
}, {
|
52
47
|
id: string;
|
53
48
|
eventId: string;
|
@@ -55,7 +50,6 @@ declare const TicketGroupDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.
|
|
55
50
|
amountTickets: number;
|
56
51
|
created_at: string;
|
57
52
|
updated_at: string;
|
58
|
-
referralCode: string | null;
|
59
53
|
}>>;
|
60
54
|
export declare class TicketGroupDto extends TicketGroupDto_base {
|
61
55
|
}
|
@@ -18,7 +18,6 @@ exports.ticketGroupSchema = zod_1.default.object({
|
|
18
18
|
message: (0, translate_1.translate)('model.ticketGroup.status.invalid'),
|
19
19
|
}),
|
20
20
|
eventId: event_dto_1.eventSchema.shape.id,
|
21
|
-
referralCode: zod_1.default.string().nullable(),
|
22
21
|
created_at: zod_1.default.date(),
|
23
22
|
updated_at: zod_1.default.date(),
|
24
23
|
});
|
@@ -4,13 +4,10 @@ export declare const updateTicketGroupSchema: import("zod").ZodObject<{
|
|
4
4
|
PAID: "PAID";
|
5
5
|
FREE: "FREE";
|
6
6
|
}>>;
|
7
|
-
referralCode: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
8
7
|
}, "strip", import("zod").ZodTypeAny, {
|
9
8
|
status?: "BOOKED" | "PAID" | "FREE" | undefined;
|
10
|
-
referralCode?: string | null | undefined;
|
11
9
|
}, {
|
12
10
|
status?: "BOOKED" | "PAID" | "FREE" | undefined;
|
13
|
-
referralCode?: string | null | undefined;
|
14
11
|
}>;
|
15
12
|
declare const UpdateTicketGroupDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<import("zod").ZodObject<{
|
16
13
|
status: import("zod").ZodOptional<import("zod").ZodNativeEnum<{
|
@@ -18,13 +15,10 @@ declare const UpdateTicketGroupDto_base: import("@anatine/zod-nestjs").ZodDtoSta
|
|
18
15
|
PAID: "PAID";
|
19
16
|
FREE: "FREE";
|
20
17
|
}>>;
|
21
|
-
referralCode: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
22
18
|
}, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
23
19
|
status?: "BOOKED" | "PAID" | "FREE" | undefined;
|
24
|
-
referralCode?: string | null | undefined;
|
25
20
|
}, {
|
26
21
|
status?: "BOOKED" | "PAID" | "FREE" | undefined;
|
27
|
-
referralCode?: string | null | undefined;
|
28
22
|
}>>;
|
29
23
|
export declare class UpdateTicketGroupDto extends UpdateTicketGroupDto_base {
|
30
24
|
}
|
@@ -37,7 +31,6 @@ export declare const updateTicketGroupResponseSchema: import("zod").ZodObject<{
|
|
37
31
|
FREE: "FREE";
|
38
32
|
}>;
|
39
33
|
eventId: import("zod").ZodString;
|
40
|
-
referralCode: import("zod").ZodNullable<import("zod").ZodString>;
|
41
34
|
created_at: import("zod").ZodDate;
|
42
35
|
updated_at: import("zod").ZodDate;
|
43
36
|
}, "strip", import("zod").ZodTypeAny, {
|
@@ -47,7 +40,6 @@ export declare const updateTicketGroupResponseSchema: import("zod").ZodObject<{
|
|
47
40
|
amountTickets: number;
|
48
41
|
created_at: Date;
|
49
42
|
updated_at: Date;
|
50
|
-
referralCode: string | null;
|
51
43
|
}, {
|
52
44
|
id: string;
|
53
45
|
eventId: string;
|
@@ -55,7 +47,6 @@ export declare const updateTicketGroupResponseSchema: import("zod").ZodObject<{
|
|
55
47
|
amountTickets: number;
|
56
48
|
created_at: Date;
|
57
49
|
updated_at: Date;
|
58
|
-
referralCode: string | null;
|
59
50
|
}>;
|
60
51
|
declare const UpdateTicketGroupResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<import("zod").ZodObject<{
|
61
52
|
id: import("zod").ZodString;
|
@@ -66,7 +57,6 @@ declare const UpdateTicketGroupResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
66
57
|
FREE: "FREE";
|
67
58
|
}>;
|
68
59
|
eventId: import("zod").ZodString;
|
69
|
-
referralCode: import("zod").ZodNullable<import("zod").ZodString>;
|
70
60
|
created_at: import("zod").ZodString;
|
71
61
|
updated_at: import("zod").ZodString;
|
72
62
|
}, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
@@ -76,7 +66,6 @@ declare const UpdateTicketGroupResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
76
66
|
amountTickets: number;
|
77
67
|
created_at: string;
|
78
68
|
updated_at: string;
|
79
|
-
referralCode: string | null;
|
80
69
|
}, {
|
81
70
|
id: string;
|
82
71
|
eventId: string;
|
@@ -84,7 +73,6 @@ declare const UpdateTicketGroupResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
84
73
|
amountTickets: number;
|
85
74
|
created_at: string;
|
86
75
|
updated_at: string;
|
87
|
-
referralCode: string | null;
|
88
76
|
}>>;
|
89
77
|
export declare class UpdateTicketGroupResponseDto extends UpdateTicketGroupResponseDto_base {
|
90
78
|
}
|
@@ -6,7 +6,6 @@ const ticket_group_dto_1 = require("./ticket-group.dto");
|
|
6
6
|
exports.updateTicketGroupSchema = ticket_group_dto_1.ticketGroupSchema
|
7
7
|
.pick({
|
8
8
|
status: true,
|
9
|
-
referralCode: true,
|
10
9
|
})
|
11
10
|
.partial();
|
12
11
|
class UpdateTicketGroupDto extends (0, create_zod_dto_without_date_1.createZodDtoWithoutDate)(exports.updateTicketGroupSchema) {
|