expo-backend-types 0.54.0-EXPO-363-Etapa-4-Paquete-00.1 → 0.55.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/event/dto/get-all-statistics.dto.d.ts +0 -10
- package/dist/src/event/dto/get-by-id-event.dto.d.ts +0 -10
- package/dist/src/event/dto/get-statistics-by-id-event.dto.d.ts +0 -5
- package/dist/src/i18n/es.d.ts +0 -6
- package/dist/src/i18n/es.js +0 -6
- package/dist/src/i18n/es.js.map +1 -1
- package/dist/src/mi-expo/dto/get-me.dto.d.ts +216 -6
- package/dist/src/mi-expo/dto/get-me.dto.js +5 -0
- package/dist/src/mi-expo/dto/login-with-phone.dto.d.ts +0 -10
- package/dist/src/mi-expo/dto/login.dto.d.ts +0 -10
- package/dist/src/mi-expo/dto/update-me.dto.d.ts +0 -6
- package/dist/src/otp/dto/verify-otp.dto.d.ts +0 -10
- package/dist/src/production/dto/get-all-production.dto.d.ts +0 -14
- package/dist/src/production-affiliation-request/dto/find-by-production-affiliation-request.dto.d.ts +0 -14
- package/dist/src/production-affiliation-request/dto/update-production-affiliation-request.dto.d.ts +0 -10
- package/dist/src/profile/dto/create-profile.dto.d.ts +0 -4
- package/dist/src/profile/dto/delete-profile.dto.d.ts +0 -6
- package/dist/src/profile/dto/find-all-profile.dto.d.ts +0 -10
- package/dist/src/profile/dto/find-by-date-range-profile.dto.d.ts +0 -16
- package/dist/src/profile/dto/find-by-id-profile.dto.d.ts +0 -6
- package/dist/src/profile/dto/find-by-phone-number.dto.d.ts +0 -6
- package/dist/src/profile/dto/find-by-tag-groups-profile.dto.d.ts +0 -10
- package/dist/src/profile/dto/find-by-tags-profile.dto.d.ts +0 -10
- package/dist/src/profile/dto/find-trash.dto.d.ts +0 -1
- package/dist/src/profile/dto/find-with-active-chat.dto.d.ts +0 -10
- package/dist/src/profile/dto/profile.dto.d.ts +0 -3
- package/dist/src/profile/dto/update-profile.dto.d.ts +0 -6
- package/dist/src/schema/profile.schema.d.ts +0 -3
- package/dist/src/schema/profile.schema.js +0 -1
- package/dist/src/tag/dto/massive-allocation.dto.d.ts +0 -10
- package/dist/src/tag/dto/massive-deallocation.dto.d.ts +0 -10
- package/dist/src/ticket/dto/create-many-ticket.dto.d.ts +0 -17
- package/dist/src/ticket/dto/create-many-ticket.dto.js +0 -2
- package/dist/src/ticket/dto/create-ticket.dto.d.ts +0 -13
- package/dist/src/ticket/dto/create-ticket.dto.js +0 -1
- package/dist/src/ticket/dto/delete-ticket.dto.d.ts +0 -6
- package/dist/src/ticket/dto/find-all-tickets.dto.d.ts +0 -10
- package/dist/src/ticket/dto/find-by-event-ticket.dto.d.ts +0 -24
- package/dist/src/ticket/dto/find-by-id-ticket.dto.d.ts +0 -24
- package/dist/src/ticket/dto/find-by-mail-ticket.dto.d.ts +0 -24
- package/dist/src/ticket/dto/find-by-profile-id-ticket.dto.d.ts +0 -10
- package/dist/src/ticket/dto/find-ticket.dto.d.ts +0 -6
- package/dist/src/ticket/dto/get-pdfs-by-group-ticket.dto.d.ts +0 -5
- package/dist/src/ticket/dto/scan-ticket.dto.d.ts +0 -6
- package/dist/src/ticket/dto/ticket.dto.d.ts +0 -6
- package/dist/src/ticket/dto/ticket.dto.js +0 -1
- package/dist/src/ticket/dto/update-ticket.dto.d.ts +0 -6
- package/dist/src/ticket-group/dto/create-ticket-group.dto.d.ts +0 -17
- 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 +3 -6
- package/dist/types/prisma-schema/index-browser.js +0 -3
- package/dist/types/prisma-schema/index.d.ts +26 -605
- package/dist/types/prisma-schema/index.js +3 -6
- package/dist/types/prisma-schema/package.json +1 -1
- package/dist/types/prisma-schema/schema.prisma +0 -10
- package/dist/types/prisma-schema/wasm.js +0 -3
- package/dist/types/schema.d.ts +22 -120
- package/package.json +1 -2
- 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
@@ -15,7 +15,6 @@ export declare const findByEventTicketResponseSchema: z.ZodObject<{
|
|
15
15
|
scanned: z.ZodBoolean;
|
16
16
|
scannedAt: z.ZodNullable<z.ZodDate>;
|
17
17
|
ticketGroupId: z.ZodNullable<z.ZodString>;
|
18
|
-
referralCode: z.ZodNullable<z.ZodString>;
|
19
18
|
created_at: z.ZodDate;
|
20
19
|
updated_at: z.ZodDate;
|
21
20
|
}, {
|
@@ -76,7 +75,6 @@ export declare const findByEventTicketResponseSchema: z.ZodObject<{
|
|
76
75
|
movedToTrashDate: z.ZodNullable<z.ZodDate>;
|
77
76
|
created_at: z.ZodDate;
|
78
77
|
updated_at: z.ZodDate;
|
79
|
-
referralCode: z.ZodString;
|
80
78
|
}, "strip", z.ZodTypeAny, {
|
81
79
|
id: string;
|
82
80
|
username: string | null;
|
@@ -90,7 +88,6 @@ export declare const findByEventTicketResponseSchema: z.ZodObject<{
|
|
90
88
|
dni: string | null;
|
91
89
|
created_at: Date;
|
92
90
|
updated_at: Date;
|
93
|
-
referralCode: string;
|
94
91
|
shortId: number;
|
95
92
|
firstTimeMiExpo: boolean;
|
96
93
|
isPhoneVerified: boolean;
|
@@ -115,7 +112,6 @@ export declare const findByEventTicketResponseSchema: z.ZodObject<{
|
|
115
112
|
dni: string | null;
|
116
113
|
created_at: Date;
|
117
114
|
updated_at: Date;
|
118
|
-
referralCode: string;
|
119
115
|
shortId: number;
|
120
116
|
firstTimeMiExpo: boolean;
|
121
117
|
isPhoneVerified: boolean;
|
@@ -149,7 +145,6 @@ export declare const findByEventTicketResponseSchema: z.ZodObject<{
|
|
149
145
|
dni: string | null;
|
150
146
|
created_at: Date;
|
151
147
|
updated_at: Date;
|
152
|
-
referralCode: string;
|
153
148
|
shortId: number;
|
154
149
|
firstTimeMiExpo: boolean;
|
155
150
|
isPhoneVerified: boolean;
|
@@ -172,7 +167,6 @@ export declare const findByEventTicketResponseSchema: z.ZodObject<{
|
|
172
167
|
seat: number | null;
|
173
168
|
created_at: Date;
|
174
169
|
updated_at: Date;
|
175
|
-
referralCode: string | null;
|
176
170
|
scanned: boolean;
|
177
171
|
scannedAt: Date | null;
|
178
172
|
ticketGroupId: string | null;
|
@@ -194,7 +188,6 @@ export declare const findByEventTicketResponseSchema: z.ZodObject<{
|
|
194
188
|
dni: string | null;
|
195
189
|
created_at: Date;
|
196
190
|
updated_at: Date;
|
197
|
-
referralCode: string;
|
198
191
|
shortId: number;
|
199
192
|
firstTimeMiExpo: boolean;
|
200
193
|
isPhoneVerified: boolean;
|
@@ -218,7 +211,6 @@ export declare const findByEventTicketResponseSchema: z.ZodObject<{
|
|
218
211
|
seat: number | null;
|
219
212
|
created_at: Date;
|
220
213
|
updated_at: Date;
|
221
|
-
referralCode: string | null;
|
222
214
|
scanned: boolean;
|
223
215
|
scannedAt: Date | null;
|
224
216
|
ticketGroupId: string | null;
|
@@ -243,7 +235,6 @@ export declare const findByEventTicketResponseSchema: z.ZodObject<{
|
|
243
235
|
dni: string | null;
|
244
236
|
created_at: Date;
|
245
237
|
updated_at: Date;
|
246
|
-
referralCode: string;
|
247
238
|
shortId: number;
|
248
239
|
firstTimeMiExpo: boolean;
|
249
240
|
isPhoneVerified: boolean;
|
@@ -266,7 +257,6 @@ export declare const findByEventTicketResponseSchema: z.ZodObject<{
|
|
266
257
|
seat: number | null;
|
267
258
|
created_at: Date;
|
268
259
|
updated_at: Date;
|
269
|
-
referralCode: string | null;
|
270
260
|
scanned: boolean;
|
271
261
|
scannedAt: Date | null;
|
272
262
|
ticketGroupId: string | null;
|
@@ -290,7 +280,6 @@ export declare const findByEventTicketResponseSchema: z.ZodObject<{
|
|
290
280
|
dni: string | null;
|
291
281
|
created_at: Date;
|
292
282
|
updated_at: Date;
|
293
|
-
referralCode: string;
|
294
283
|
shortId: number;
|
295
284
|
firstTimeMiExpo: boolean;
|
296
285
|
isPhoneVerified: boolean;
|
@@ -314,7 +303,6 @@ export declare const findByEventTicketResponseSchema: z.ZodObject<{
|
|
314
303
|
seat: number | null;
|
315
304
|
created_at: Date;
|
316
305
|
updated_at: Date;
|
317
|
-
referralCode: string | null;
|
318
306
|
scanned: boolean;
|
319
307
|
scannedAt: Date | null;
|
320
308
|
ticketGroupId: string | null;
|
@@ -336,7 +324,6 @@ declare const FindByEventTicketResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
336
324
|
scanned: z.ZodBoolean;
|
337
325
|
scannedAt: z.ZodNullable<z.ZodString>;
|
338
326
|
ticketGroupId: z.ZodNullable<z.ZodString>;
|
339
|
-
referralCode: z.ZodNullable<z.ZodString>;
|
340
327
|
created_at: z.ZodString;
|
341
328
|
updated_at: z.ZodString;
|
342
329
|
event: z.ZodObject<{
|
@@ -383,7 +370,6 @@ declare const FindByEventTicketResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
383
370
|
movedToTrashDate: z.ZodNullable<z.ZodString>;
|
384
371
|
created_at: z.ZodString;
|
385
372
|
updated_at: z.ZodString;
|
386
|
-
referralCode: z.ZodString;
|
387
373
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
388
374
|
id: string;
|
389
375
|
username: string | null;
|
@@ -397,7 +383,6 @@ declare const FindByEventTicketResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
397
383
|
dni: string | null;
|
398
384
|
created_at: string;
|
399
385
|
updated_at: string;
|
400
|
-
referralCode: string;
|
401
386
|
shortId: number;
|
402
387
|
firstTimeMiExpo: boolean;
|
403
388
|
isPhoneVerified: boolean;
|
@@ -422,7 +407,6 @@ declare const FindByEventTicketResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
422
407
|
dni: string | null;
|
423
408
|
created_at: string;
|
424
409
|
updated_at: string;
|
425
|
-
referralCode: string;
|
426
410
|
shortId: number;
|
427
411
|
firstTimeMiExpo: boolean;
|
428
412
|
isPhoneVerified: boolean;
|
@@ -456,7 +440,6 @@ declare const FindByEventTicketResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
456
440
|
dni: string | null;
|
457
441
|
created_at: string;
|
458
442
|
updated_at: string;
|
459
|
-
referralCode: string;
|
460
443
|
shortId: number;
|
461
444
|
firstTimeMiExpo: boolean;
|
462
445
|
isPhoneVerified: boolean;
|
@@ -479,7 +462,6 @@ declare const FindByEventTicketResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
479
462
|
seat: number | null;
|
480
463
|
created_at: string;
|
481
464
|
updated_at: string;
|
482
|
-
referralCode: string | null;
|
483
465
|
scanned: boolean;
|
484
466
|
scannedAt: string | null;
|
485
467
|
ticketGroupId: string | null;
|
@@ -501,7 +483,6 @@ declare const FindByEventTicketResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
501
483
|
dni: string | null;
|
502
484
|
created_at: string;
|
503
485
|
updated_at: string;
|
504
|
-
referralCode: string;
|
505
486
|
shortId: number;
|
506
487
|
firstTimeMiExpo: boolean;
|
507
488
|
isPhoneVerified: boolean;
|
@@ -525,7 +506,6 @@ declare const FindByEventTicketResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
525
506
|
seat: number | null;
|
526
507
|
created_at: string;
|
527
508
|
updated_at: string;
|
528
|
-
referralCode: string | null;
|
529
509
|
scanned: boolean;
|
530
510
|
scannedAt: string | null;
|
531
511
|
ticketGroupId: string | null;
|
@@ -550,7 +530,6 @@ declare const FindByEventTicketResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
550
530
|
dni: string | null;
|
551
531
|
created_at: string;
|
552
532
|
updated_at: string;
|
553
|
-
referralCode: string;
|
554
533
|
shortId: number;
|
555
534
|
firstTimeMiExpo: boolean;
|
556
535
|
isPhoneVerified: boolean;
|
@@ -573,7 +552,6 @@ declare const FindByEventTicketResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
573
552
|
seat: number | null;
|
574
553
|
created_at: string;
|
575
554
|
updated_at: string;
|
576
|
-
referralCode: string | null;
|
577
555
|
scanned: boolean;
|
578
556
|
scannedAt: string | null;
|
579
557
|
ticketGroupId: string | null;
|
@@ -597,7 +575,6 @@ declare const FindByEventTicketResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
597
575
|
dni: string | null;
|
598
576
|
created_at: string;
|
599
577
|
updated_at: string;
|
600
|
-
referralCode: string;
|
601
578
|
shortId: number;
|
602
579
|
firstTimeMiExpo: boolean;
|
603
580
|
isPhoneVerified: boolean;
|
@@ -621,7 +598,6 @@ declare const FindByEventTicketResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
621
598
|
seat: number | null;
|
622
599
|
created_at: string;
|
623
600
|
updated_at: string;
|
624
|
-
referralCode: string | null;
|
625
601
|
scanned: boolean;
|
626
602
|
scannedAt: string | null;
|
627
603
|
ticketGroupId: string | null;
|
@@ -15,7 +15,6 @@ export declare const findByIdTicketResponseSchema: z.ZodObject<{
|
|
15
15
|
scanned: z.ZodBoolean;
|
16
16
|
scannedAt: z.ZodNullable<z.ZodDate>;
|
17
17
|
ticketGroupId: z.ZodNullable<z.ZodString>;
|
18
|
-
referralCode: z.ZodNullable<z.ZodString>;
|
19
18
|
created_at: z.ZodDate;
|
20
19
|
updated_at: z.ZodDate;
|
21
20
|
}, {
|
@@ -102,7 +101,6 @@ export declare const findByIdTicketResponseSchema: z.ZodObject<{
|
|
102
101
|
movedToTrashDate: z.ZodNullable<z.ZodDate>;
|
103
102
|
created_at: z.ZodDate;
|
104
103
|
updated_at: z.ZodDate;
|
105
|
-
referralCode: z.ZodString;
|
106
104
|
}, "strip", z.ZodTypeAny, {
|
107
105
|
id: string;
|
108
106
|
username: string | null;
|
@@ -116,7 +114,6 @@ export declare const findByIdTicketResponseSchema: z.ZodObject<{
|
|
116
114
|
dni: string | null;
|
117
115
|
created_at: Date;
|
118
116
|
updated_at: Date;
|
119
|
-
referralCode: string;
|
120
117
|
shortId: number;
|
121
118
|
firstTimeMiExpo: boolean;
|
122
119
|
isPhoneVerified: boolean;
|
@@ -141,7 +138,6 @@ export declare const findByIdTicketResponseSchema: z.ZodObject<{
|
|
141
138
|
dni: string | null;
|
142
139
|
created_at: Date;
|
143
140
|
updated_at: Date;
|
144
|
-
referralCode: string;
|
145
141
|
shortId: number;
|
146
142
|
firstTimeMiExpo: boolean;
|
147
143
|
isPhoneVerified: boolean;
|
@@ -189,7 +185,6 @@ export declare const findByIdTicketResponseSchema: z.ZodObject<{
|
|
189
185
|
dni: string | null;
|
190
186
|
created_at: Date;
|
191
187
|
updated_at: Date;
|
192
|
-
referralCode: string;
|
193
188
|
shortId: number;
|
194
189
|
firstTimeMiExpo: boolean;
|
195
190
|
isPhoneVerified: boolean;
|
@@ -213,7 +208,6 @@ export declare const findByIdTicketResponseSchema: z.ZodObject<{
|
|
213
208
|
created_at: Date;
|
214
209
|
updated_at: Date;
|
215
210
|
profileId: string | null;
|
216
|
-
referralCode: string | null;
|
217
211
|
scanned: boolean;
|
218
212
|
scannedAt: Date | null;
|
219
213
|
ticketGroupId: string | null;
|
@@ -248,7 +242,6 @@ export declare const findByIdTicketResponseSchema: z.ZodObject<{
|
|
248
242
|
dni: string | null;
|
249
243
|
created_at: Date;
|
250
244
|
updated_at: Date;
|
251
|
-
referralCode: string;
|
252
245
|
shortId: number;
|
253
246
|
firstTimeMiExpo: boolean;
|
254
247
|
isPhoneVerified: boolean;
|
@@ -273,7 +266,6 @@ export declare const findByIdTicketResponseSchema: z.ZodObject<{
|
|
273
266
|
created_at: Date;
|
274
267
|
updated_at: Date;
|
275
268
|
profileId: string | null;
|
276
|
-
referralCode: string | null;
|
277
269
|
scanned: boolean;
|
278
270
|
scannedAt: Date | null;
|
279
271
|
ticketGroupId: string | null;
|
@@ -311,7 +303,6 @@ export declare const findByIdTicketResponseSchema: z.ZodObject<{
|
|
311
303
|
dni: string | null;
|
312
304
|
created_at: Date;
|
313
305
|
updated_at: Date;
|
314
|
-
referralCode: string;
|
315
306
|
shortId: number;
|
316
307
|
firstTimeMiExpo: boolean;
|
317
308
|
isPhoneVerified: boolean;
|
@@ -335,7 +326,6 @@ export declare const findByIdTicketResponseSchema: z.ZodObject<{
|
|
335
326
|
created_at: Date;
|
336
327
|
updated_at: Date;
|
337
328
|
profileId: string | null;
|
338
|
-
referralCode: string | null;
|
339
329
|
scanned: boolean;
|
340
330
|
scannedAt: Date | null;
|
341
331
|
ticketGroupId: string | null;
|
@@ -372,7 +362,6 @@ export declare const findByIdTicketResponseSchema: z.ZodObject<{
|
|
372
362
|
dni: string | null;
|
373
363
|
created_at: Date;
|
374
364
|
updated_at: Date;
|
375
|
-
referralCode: string;
|
376
365
|
shortId: number;
|
377
366
|
firstTimeMiExpo: boolean;
|
378
367
|
isPhoneVerified: boolean;
|
@@ -397,7 +386,6 @@ export declare const findByIdTicketResponseSchema: z.ZodObject<{
|
|
397
386
|
created_at: Date;
|
398
387
|
updated_at: Date;
|
399
388
|
profileId: string | null;
|
400
|
-
referralCode: string | null;
|
401
389
|
scanned: boolean;
|
402
390
|
scannedAt: Date | null;
|
403
391
|
ticketGroupId: string | null;
|
@@ -419,7 +407,6 @@ declare const FindByIdTicketResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
419
407
|
scanned: z.ZodBoolean;
|
420
408
|
scannedAt: z.ZodNullable<z.ZodString>;
|
421
409
|
ticketGroupId: z.ZodNullable<z.ZodString>;
|
422
|
-
referralCode: z.ZodNullable<z.ZodString>;
|
423
410
|
created_at: z.ZodString;
|
424
411
|
updated_at: z.ZodString;
|
425
412
|
event: z.ZodObject<{
|
@@ -505,7 +492,6 @@ declare const FindByIdTicketResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
505
492
|
movedToTrashDate: z.ZodNullable<z.ZodString>;
|
506
493
|
created_at: z.ZodString;
|
507
494
|
updated_at: z.ZodString;
|
508
|
-
referralCode: z.ZodString;
|
509
495
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
510
496
|
id: string;
|
511
497
|
username: string | null;
|
@@ -519,7 +505,6 @@ declare const FindByIdTicketResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
519
505
|
dni: string | null;
|
520
506
|
created_at: string;
|
521
507
|
updated_at: string;
|
522
|
-
referralCode: string;
|
523
508
|
shortId: number;
|
524
509
|
firstTimeMiExpo: boolean;
|
525
510
|
isPhoneVerified: boolean;
|
@@ -544,7 +529,6 @@ declare const FindByIdTicketResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
544
529
|
dni: string | null;
|
545
530
|
created_at: string;
|
546
531
|
updated_at: string;
|
547
|
-
referralCode: string;
|
548
532
|
shortId: number;
|
549
533
|
firstTimeMiExpo: boolean;
|
550
534
|
isPhoneVerified: boolean;
|
@@ -592,7 +576,6 @@ declare const FindByIdTicketResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
592
576
|
dni: string | null;
|
593
577
|
created_at: string;
|
594
578
|
updated_at: string;
|
595
|
-
referralCode: string;
|
596
579
|
shortId: number;
|
597
580
|
firstTimeMiExpo: boolean;
|
598
581
|
isPhoneVerified: boolean;
|
@@ -616,7 +599,6 @@ declare const FindByIdTicketResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
616
599
|
created_at: string;
|
617
600
|
updated_at: string;
|
618
601
|
profileId: string | null;
|
619
|
-
referralCode: string | null;
|
620
602
|
scanned: boolean;
|
621
603
|
scannedAt: string | null;
|
622
604
|
ticketGroupId: string | null;
|
@@ -651,7 +633,6 @@ declare const FindByIdTicketResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
651
633
|
dni: string | null;
|
652
634
|
created_at: string;
|
653
635
|
updated_at: string;
|
654
|
-
referralCode: string;
|
655
636
|
shortId: number;
|
656
637
|
firstTimeMiExpo: boolean;
|
657
638
|
isPhoneVerified: boolean;
|
@@ -676,7 +657,6 @@ declare const FindByIdTicketResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
676
657
|
created_at: string;
|
677
658
|
updated_at: string;
|
678
659
|
profileId: string | null;
|
679
|
-
referralCode: string | null;
|
680
660
|
scanned: boolean;
|
681
661
|
scannedAt: string | null;
|
682
662
|
ticketGroupId: string | null;
|
@@ -714,7 +694,6 @@ declare const FindByIdTicketResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
714
694
|
dni: string | null;
|
715
695
|
created_at: string;
|
716
696
|
updated_at: string;
|
717
|
-
referralCode: string;
|
718
697
|
shortId: number;
|
719
698
|
firstTimeMiExpo: boolean;
|
720
699
|
isPhoneVerified: boolean;
|
@@ -738,7 +717,6 @@ declare const FindByIdTicketResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
738
717
|
created_at: string;
|
739
718
|
updated_at: string;
|
740
719
|
profileId: string | null;
|
741
|
-
referralCode: string | null;
|
742
720
|
scanned: boolean;
|
743
721
|
scannedAt: string | null;
|
744
722
|
ticketGroupId: string | null;
|
@@ -775,7 +753,6 @@ declare const FindByIdTicketResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
775
753
|
dni: string | null;
|
776
754
|
created_at: string;
|
777
755
|
updated_at: string;
|
778
|
-
referralCode: string;
|
779
756
|
shortId: number;
|
780
757
|
firstTimeMiExpo: boolean;
|
781
758
|
isPhoneVerified: boolean;
|
@@ -800,7 +777,6 @@ declare const FindByIdTicketResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
800
777
|
created_at: string;
|
801
778
|
updated_at: string;
|
802
779
|
profileId: string | null;
|
803
|
-
referralCode: string | null;
|
804
780
|
scanned: boolean;
|
805
781
|
scannedAt: string | null;
|
806
782
|
ticketGroupId: string | null;
|
@@ -15,7 +15,6 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
|
|
15
15
|
scanned: z.ZodBoolean;
|
16
16
|
scannedAt: z.ZodNullable<z.ZodDate>;
|
17
17
|
ticketGroupId: z.ZodNullable<z.ZodString>;
|
18
|
-
referralCode: z.ZodNullable<z.ZodString>;
|
19
18
|
created_at: z.ZodDate;
|
20
19
|
updated_at: z.ZodDate;
|
21
20
|
}, {
|
@@ -76,7 +75,6 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
|
|
76
75
|
movedToTrashDate: z.ZodNullable<z.ZodDate>;
|
77
76
|
created_at: z.ZodDate;
|
78
77
|
updated_at: z.ZodDate;
|
79
|
-
referralCode: z.ZodString;
|
80
78
|
}, "strip", z.ZodTypeAny, {
|
81
79
|
id: string;
|
82
80
|
username: string | null;
|
@@ -90,7 +88,6 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
|
|
90
88
|
dni: string | null;
|
91
89
|
created_at: Date;
|
92
90
|
updated_at: Date;
|
93
|
-
referralCode: string;
|
94
91
|
shortId: number;
|
95
92
|
firstTimeMiExpo: boolean;
|
96
93
|
isPhoneVerified: boolean;
|
@@ -115,7 +112,6 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
|
|
115
112
|
dni: string | null;
|
116
113
|
created_at: Date;
|
117
114
|
updated_at: Date;
|
118
|
-
referralCode: string;
|
119
115
|
shortId: number;
|
120
116
|
firstTimeMiExpo: boolean;
|
121
117
|
isPhoneVerified: boolean;
|
@@ -149,7 +145,6 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
|
|
149
145
|
dni: string | null;
|
150
146
|
created_at: Date;
|
151
147
|
updated_at: Date;
|
152
|
-
referralCode: string;
|
153
148
|
shortId: number;
|
154
149
|
firstTimeMiExpo: boolean;
|
155
150
|
isPhoneVerified: boolean;
|
@@ -172,7 +167,6 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
|
|
172
167
|
seat: number | null;
|
173
168
|
created_at: Date;
|
174
169
|
updated_at: Date;
|
175
|
-
referralCode: string | null;
|
176
170
|
scanned: boolean;
|
177
171
|
scannedAt: Date | null;
|
178
172
|
ticketGroupId: string | null;
|
@@ -194,7 +188,6 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
|
|
194
188
|
dni: string | null;
|
195
189
|
created_at: Date;
|
196
190
|
updated_at: Date;
|
197
|
-
referralCode: string;
|
198
191
|
shortId: number;
|
199
192
|
firstTimeMiExpo: boolean;
|
200
193
|
isPhoneVerified: boolean;
|
@@ -218,7 +211,6 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
|
|
218
211
|
seat: number | null;
|
219
212
|
created_at: Date;
|
220
213
|
updated_at: Date;
|
221
|
-
referralCode: string | null;
|
222
214
|
scanned: boolean;
|
223
215
|
scannedAt: Date | null;
|
224
216
|
ticketGroupId: string | null;
|
@@ -243,7 +235,6 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
|
|
243
235
|
dni: string | null;
|
244
236
|
created_at: Date;
|
245
237
|
updated_at: Date;
|
246
|
-
referralCode: string;
|
247
238
|
shortId: number;
|
248
239
|
firstTimeMiExpo: boolean;
|
249
240
|
isPhoneVerified: boolean;
|
@@ -266,7 +257,6 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
|
|
266
257
|
seat: number | null;
|
267
258
|
created_at: Date;
|
268
259
|
updated_at: Date;
|
269
|
-
referralCode: string | null;
|
270
260
|
scanned: boolean;
|
271
261
|
scannedAt: Date | null;
|
272
262
|
ticketGroupId: string | null;
|
@@ -290,7 +280,6 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
|
|
290
280
|
dni: string | null;
|
291
281
|
created_at: Date;
|
292
282
|
updated_at: Date;
|
293
|
-
referralCode: string;
|
294
283
|
shortId: number;
|
295
284
|
firstTimeMiExpo: boolean;
|
296
285
|
isPhoneVerified: boolean;
|
@@ -314,7 +303,6 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
|
|
314
303
|
seat: number | null;
|
315
304
|
created_at: Date;
|
316
305
|
updated_at: Date;
|
317
|
-
referralCode: string | null;
|
318
306
|
scanned: boolean;
|
319
307
|
scannedAt: Date | null;
|
320
308
|
ticketGroupId: string | null;
|
@@ -336,7 +324,6 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
336
324
|
scanned: z.ZodBoolean;
|
337
325
|
scannedAt: z.ZodNullable<z.ZodString>;
|
338
326
|
ticketGroupId: z.ZodNullable<z.ZodString>;
|
339
|
-
referralCode: z.ZodNullable<z.ZodString>;
|
340
327
|
created_at: z.ZodString;
|
341
328
|
updated_at: z.ZodString;
|
342
329
|
event: z.ZodObject<{
|
@@ -383,7 +370,6 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
383
370
|
movedToTrashDate: z.ZodNullable<z.ZodString>;
|
384
371
|
created_at: z.ZodString;
|
385
372
|
updated_at: z.ZodString;
|
386
|
-
referralCode: z.ZodString;
|
387
373
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
388
374
|
id: string;
|
389
375
|
username: string | null;
|
@@ -397,7 +383,6 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
397
383
|
dni: string | null;
|
398
384
|
created_at: string;
|
399
385
|
updated_at: string;
|
400
|
-
referralCode: string;
|
401
386
|
shortId: number;
|
402
387
|
firstTimeMiExpo: boolean;
|
403
388
|
isPhoneVerified: boolean;
|
@@ -422,7 +407,6 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
422
407
|
dni: string | null;
|
423
408
|
created_at: string;
|
424
409
|
updated_at: string;
|
425
|
-
referralCode: string;
|
426
410
|
shortId: number;
|
427
411
|
firstTimeMiExpo: boolean;
|
428
412
|
isPhoneVerified: boolean;
|
@@ -456,7 +440,6 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
456
440
|
dni: string | null;
|
457
441
|
created_at: string;
|
458
442
|
updated_at: string;
|
459
|
-
referralCode: string;
|
460
443
|
shortId: number;
|
461
444
|
firstTimeMiExpo: boolean;
|
462
445
|
isPhoneVerified: boolean;
|
@@ -479,7 +462,6 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
479
462
|
seat: number | null;
|
480
463
|
created_at: string;
|
481
464
|
updated_at: string;
|
482
|
-
referralCode: string | null;
|
483
465
|
scanned: boolean;
|
484
466
|
scannedAt: string | null;
|
485
467
|
ticketGroupId: string | null;
|
@@ -501,7 +483,6 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
501
483
|
dni: string | null;
|
502
484
|
created_at: string;
|
503
485
|
updated_at: string;
|
504
|
-
referralCode: string;
|
505
486
|
shortId: number;
|
506
487
|
firstTimeMiExpo: boolean;
|
507
488
|
isPhoneVerified: boolean;
|
@@ -525,7 +506,6 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
525
506
|
seat: number | null;
|
526
507
|
created_at: string;
|
527
508
|
updated_at: string;
|
528
|
-
referralCode: string | null;
|
529
509
|
scanned: boolean;
|
530
510
|
scannedAt: string | null;
|
531
511
|
ticketGroupId: string | null;
|
@@ -550,7 +530,6 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
550
530
|
dni: string | null;
|
551
531
|
created_at: string;
|
552
532
|
updated_at: string;
|
553
|
-
referralCode: string;
|
554
533
|
shortId: number;
|
555
534
|
firstTimeMiExpo: boolean;
|
556
535
|
isPhoneVerified: boolean;
|
@@ -573,7 +552,6 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
573
552
|
seat: number | null;
|
574
553
|
created_at: string;
|
575
554
|
updated_at: string;
|
576
|
-
referralCode: string | null;
|
577
555
|
scanned: boolean;
|
578
556
|
scannedAt: string | null;
|
579
557
|
ticketGroupId: string | null;
|
@@ -597,7 +575,6 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
597
575
|
dni: string | null;
|
598
576
|
created_at: string;
|
599
577
|
updated_at: string;
|
600
|
-
referralCode: string;
|
601
578
|
shortId: number;
|
602
579
|
firstTimeMiExpo: boolean;
|
603
580
|
isPhoneVerified: boolean;
|
@@ -621,7 +598,6 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
621
598
|
seat: number | null;
|
622
599
|
created_at: string;
|
623
600
|
updated_at: string;
|
624
|
-
referralCode: string | null;
|
625
601
|
scanned: boolean;
|
626
602
|
scannedAt: string | null;
|
627
603
|
ticketGroupId: string | null;
|
@@ -15,7 +15,6 @@ export declare const findByProfileIdTicketResponseSchema: z.ZodObject<{
|
|
15
15
|
scanned: z.ZodBoolean;
|
16
16
|
scannedAt: z.ZodNullable<z.ZodDate>;
|
17
17
|
ticketGroupId: z.ZodNullable<z.ZodString>;
|
18
|
-
referralCode: z.ZodNullable<z.ZodString>;
|
19
18
|
created_at: z.ZodDate;
|
20
19
|
updated_at: z.ZodDate;
|
21
20
|
}, {
|
@@ -99,7 +98,6 @@ export declare const findByProfileIdTicketResponseSchema: z.ZodObject<{
|
|
99
98
|
seat: number | null;
|
100
99
|
created_at: Date;
|
101
100
|
updated_at: Date;
|
102
|
-
referralCode: string | null;
|
103
101
|
scanned: boolean;
|
104
102
|
scannedAt: Date | null;
|
105
103
|
ticketGroupId: string | null;
|
@@ -131,7 +129,6 @@ export declare const findByProfileIdTicketResponseSchema: z.ZodObject<{
|
|
131
129
|
seat: number | null;
|
132
130
|
created_at: Date;
|
133
131
|
updated_at: Date;
|
134
|
-
referralCode: string | null;
|
135
132
|
scanned: boolean;
|
136
133
|
scannedAt: Date | null;
|
137
134
|
ticketGroupId: string | null;
|
@@ -165,7 +162,6 @@ export declare const findByProfileIdTicketResponseSchema: z.ZodObject<{
|
|
165
162
|
seat: number | null;
|
166
163
|
created_at: Date;
|
167
164
|
updated_at: Date;
|
168
|
-
referralCode: string | null;
|
169
165
|
scanned: boolean;
|
170
166
|
scannedAt: Date | null;
|
171
167
|
ticketGroupId: string | null;
|
@@ -199,7 +195,6 @@ export declare const findByProfileIdTicketResponseSchema: z.ZodObject<{
|
|
199
195
|
seat: number | null;
|
200
196
|
created_at: Date;
|
201
197
|
updated_at: Date;
|
202
|
-
referralCode: string | null;
|
203
198
|
scanned: boolean;
|
204
199
|
scannedAt: Date | null;
|
205
200
|
ticketGroupId: string | null;
|
@@ -221,7 +216,6 @@ declare const FindByProfileIdTicketResponseDto_base: import("@anatine/zod-nestjs
|
|
221
216
|
scanned: z.ZodBoolean;
|
222
217
|
scannedAt: z.ZodNullable<z.ZodString>;
|
223
218
|
ticketGroupId: z.ZodNullable<z.ZodString>;
|
224
|
-
referralCode: z.ZodNullable<z.ZodString>;
|
225
219
|
created_at: z.ZodString;
|
226
220
|
updated_at: z.ZodString;
|
227
221
|
event: z.ZodObject<{
|
@@ -304,7 +298,6 @@ declare const FindByProfileIdTicketResponseDto_base: import("@anatine/zod-nestjs
|
|
304
298
|
seat: number | null;
|
305
299
|
created_at: string;
|
306
300
|
updated_at: string;
|
307
|
-
referralCode: string | null;
|
308
301
|
scanned: boolean;
|
309
302
|
scannedAt: string | null;
|
310
303
|
ticketGroupId: string | null;
|
@@ -336,7 +329,6 @@ declare const FindByProfileIdTicketResponseDto_base: import("@anatine/zod-nestjs
|
|
336
329
|
seat: number | null;
|
337
330
|
created_at: string;
|
338
331
|
updated_at: string;
|
339
|
-
referralCode: string | null;
|
340
332
|
scanned: boolean;
|
341
333
|
scannedAt: string | null;
|
342
334
|
ticketGroupId: string | null;
|
@@ -370,7 +362,6 @@ declare const FindByProfileIdTicketResponseDto_base: import("@anatine/zod-nestjs
|
|
370
362
|
seat: number | null;
|
371
363
|
created_at: string;
|
372
364
|
updated_at: string;
|
373
|
-
referralCode: string | null;
|
374
365
|
scanned: boolean;
|
375
366
|
scannedAt: string | null;
|
376
367
|
ticketGroupId: string | null;
|
@@ -404,7 +395,6 @@ declare const FindByProfileIdTicketResponseDto_base: import("@anatine/zod-nestjs
|
|
404
395
|
seat: number | null;
|
405
396
|
created_at: string;
|
406
397
|
updated_at: string;
|
407
|
-
referralCode: string | null;
|
408
398
|
scanned: boolean;
|
409
399
|
scannedAt: string | null;
|
410
400
|
ticketGroupId: string | null;
|
@@ -13,7 +13,6 @@ export declare const findTicketResponseSchema: import("zod").ZodObject<{
|
|
13
13
|
scanned: import("zod").ZodBoolean;
|
14
14
|
scannedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
15
15
|
ticketGroupId: import("zod").ZodNullable<import("zod").ZodString>;
|
16
|
-
referralCode: import("zod").ZodNullable<import("zod").ZodString>;
|
17
16
|
created_at: import("zod").ZodDate;
|
18
17
|
updated_at: import("zod").ZodDate;
|
19
18
|
}, "strip", import("zod").ZodTypeAny, {
|
@@ -26,7 +25,6 @@ export declare const findTicketResponseSchema: import("zod").ZodObject<{
|
|
26
25
|
seat: number | null;
|
27
26
|
created_at: Date;
|
28
27
|
updated_at: Date;
|
29
|
-
referralCode: string | null;
|
30
28
|
scanned: boolean;
|
31
29
|
scannedAt: Date | null;
|
32
30
|
ticketGroupId: string | null;
|
@@ -40,7 +38,6 @@ export declare const findTicketResponseSchema: import("zod").ZodObject<{
|
|
40
38
|
seat: number | null;
|
41
39
|
created_at: Date;
|
42
40
|
updated_at: Date;
|
43
|
-
referralCode: string | null;
|
44
41
|
scanned: boolean;
|
45
42
|
scannedAt: Date | null;
|
46
43
|
ticketGroupId: string | null;
|
@@ -60,7 +57,6 @@ declare const FindTicketResponseDto_base: import("@anatine/zod-nestjs").ZodDtoSt
|
|
60
57
|
scanned: import("zod").ZodBoolean;
|
61
58
|
scannedAt: import("zod").ZodNullable<import("zod").ZodString>;
|
62
59
|
ticketGroupId: import("zod").ZodNullable<import("zod").ZodString>;
|
63
|
-
referralCode: import("zod").ZodNullable<import("zod").ZodString>;
|
64
60
|
created_at: import("zod").ZodString;
|
65
61
|
updated_at: import("zod").ZodString;
|
66
62
|
}, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
@@ -73,7 +69,6 @@ declare const FindTicketResponseDto_base: import("@anatine/zod-nestjs").ZodDtoSt
|
|
73
69
|
seat: number | null;
|
74
70
|
created_at: string;
|
75
71
|
updated_at: string;
|
76
|
-
referralCode: string | null;
|
77
72
|
scanned: boolean;
|
78
73
|
scannedAt: string | null;
|
79
74
|
ticketGroupId: string | null;
|
@@ -87,7 +82,6 @@ declare const FindTicketResponseDto_base: import("@anatine/zod-nestjs").ZodDtoSt
|
|
87
82
|
seat: number | null;
|
88
83
|
created_at: string;
|
89
84
|
updated_at: string;
|
90
|
-
referralCode: string | null;
|
91
85
|
scanned: boolean;
|
92
86
|
scannedAt: string | null;
|
93
87
|
ticketGroupId: string | null;
|