expo-backend-types 0.53.0-EXPO-366-EB-Schema-codigo-referido.11 → 0.54.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 +0 -6
- 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 +0 -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
@@ -31,7 +31,6 @@ export declare const findByTagGroupsProfileResponseSchema: z.ZodObject<{
|
|
31
31
|
movedToTrashDate: z.ZodNullable<z.ZodDate>;
|
32
32
|
created_at: z.ZodDate;
|
33
33
|
updated_at: z.ZodDate;
|
34
|
-
referralCode: z.ZodString;
|
35
34
|
}, {
|
36
35
|
tags: z.ZodArray<z.ZodObject<{
|
37
36
|
id: z.ZodString;
|
@@ -74,7 +73,6 @@ export declare const findByTagGroupsProfileResponseSchema: z.ZodObject<{
|
|
74
73
|
dni: string | null;
|
75
74
|
created_at: Date;
|
76
75
|
updated_at: Date;
|
77
|
-
referralCode: string;
|
78
76
|
shortId: number;
|
79
77
|
firstTimeMiExpo: boolean;
|
80
78
|
isPhoneVerified: boolean;
|
@@ -107,7 +105,6 @@ export declare const findByTagGroupsProfileResponseSchema: z.ZodObject<{
|
|
107
105
|
dni: string | null;
|
108
106
|
created_at: Date;
|
109
107
|
updated_at: Date;
|
110
|
-
referralCode: string;
|
111
108
|
shortId: number;
|
112
109
|
firstTimeMiExpo: boolean;
|
113
110
|
isPhoneVerified: boolean;
|
@@ -144,7 +141,6 @@ export declare const findByTagGroupsProfileResponseSchema: z.ZodObject<{
|
|
144
141
|
dni: string | null;
|
145
142
|
created_at: Date;
|
146
143
|
updated_at: Date;
|
147
|
-
referralCode: string;
|
148
144
|
shortId: number;
|
149
145
|
firstTimeMiExpo: boolean;
|
150
146
|
isPhoneVerified: boolean;
|
@@ -179,7 +175,6 @@ export declare const findByTagGroupsProfileResponseSchema: z.ZodObject<{
|
|
179
175
|
dni: string | null;
|
180
176
|
created_at: Date;
|
181
177
|
updated_at: Date;
|
182
|
-
referralCode: string;
|
183
178
|
shortId: number;
|
184
179
|
firstTimeMiExpo: boolean;
|
185
180
|
isPhoneVerified: boolean;
|
@@ -235,7 +230,6 @@ declare const FindByTagGroupsProfileResponseDto_base: import("@anatine/zod-nestj
|
|
235
230
|
movedToTrashDate: z.ZodNullable<z.ZodString>;
|
236
231
|
created_at: z.ZodString;
|
237
232
|
updated_at: z.ZodString;
|
238
|
-
referralCode: z.ZodString;
|
239
233
|
tags: z.ZodArray<z.ZodObject<{
|
240
234
|
id: z.ZodString;
|
241
235
|
name: z.ZodString;
|
@@ -277,7 +271,6 @@ declare const FindByTagGroupsProfileResponseDto_base: import("@anatine/zod-nestj
|
|
277
271
|
dni: string | null;
|
278
272
|
created_at: string;
|
279
273
|
updated_at: string;
|
280
|
-
referralCode: string;
|
281
274
|
shortId: number;
|
282
275
|
firstTimeMiExpo: boolean;
|
283
276
|
isPhoneVerified: boolean;
|
@@ -310,7 +303,6 @@ declare const FindByTagGroupsProfileResponseDto_base: import("@anatine/zod-nestj
|
|
310
303
|
dni: string | null;
|
311
304
|
created_at: string;
|
312
305
|
updated_at: string;
|
313
|
-
referralCode: string;
|
314
306
|
shortId: number;
|
315
307
|
firstTimeMiExpo: boolean;
|
316
308
|
isPhoneVerified: boolean;
|
@@ -347,7 +339,6 @@ declare const FindByTagGroupsProfileResponseDto_base: import("@anatine/zod-nestj
|
|
347
339
|
dni: string | null;
|
348
340
|
created_at: string;
|
349
341
|
updated_at: string;
|
350
|
-
referralCode: string;
|
351
342
|
shortId: number;
|
352
343
|
firstTimeMiExpo: boolean;
|
353
344
|
isPhoneVerified: boolean;
|
@@ -382,7 +373,6 @@ declare const FindByTagGroupsProfileResponseDto_base: import("@anatine/zod-nestj
|
|
382
373
|
dni: string | null;
|
383
374
|
created_at: string;
|
384
375
|
updated_at: string;
|
385
|
-
referralCode: string;
|
386
376
|
shortId: number;
|
387
377
|
firstTimeMiExpo: boolean;
|
388
378
|
isPhoneVerified: boolean;
|
@@ -31,7 +31,6 @@ export declare const findByTagsProfileResponseSchema: z.ZodObject<{
|
|
31
31
|
movedToTrashDate: z.ZodNullable<z.ZodDate>;
|
32
32
|
created_at: z.ZodDate;
|
33
33
|
updated_at: z.ZodDate;
|
34
|
-
referralCode: z.ZodString;
|
35
34
|
}, {
|
36
35
|
tags: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
37
36
|
id: z.ZodString;
|
@@ -101,7 +100,6 @@ export declare const findByTagsProfileResponseSchema: z.ZodObject<{
|
|
101
100
|
dni: string | null;
|
102
101
|
created_at: Date;
|
103
102
|
updated_at: Date;
|
104
|
-
referralCode: string;
|
105
103
|
shortId: number;
|
106
104
|
firstTimeMiExpo: boolean;
|
107
105
|
isPhoneVerified: boolean;
|
@@ -139,7 +137,6 @@ export declare const findByTagsProfileResponseSchema: z.ZodObject<{
|
|
139
137
|
dni: string | null;
|
140
138
|
created_at: Date;
|
141
139
|
updated_at: Date;
|
142
|
-
referralCode: string;
|
143
140
|
shortId: number;
|
144
141
|
firstTimeMiExpo: boolean;
|
145
142
|
isPhoneVerified: boolean;
|
@@ -181,7 +178,6 @@ export declare const findByTagsProfileResponseSchema: z.ZodObject<{
|
|
181
178
|
dni: string | null;
|
182
179
|
created_at: Date;
|
183
180
|
updated_at: Date;
|
184
|
-
referralCode: string;
|
185
181
|
shortId: number;
|
186
182
|
firstTimeMiExpo: boolean;
|
187
183
|
isPhoneVerified: boolean;
|
@@ -221,7 +217,6 @@ export declare const findByTagsProfileResponseSchema: z.ZodObject<{
|
|
221
217
|
dni: string | null;
|
222
218
|
created_at: Date;
|
223
219
|
updated_at: Date;
|
224
|
-
referralCode: string;
|
225
220
|
shortId: number;
|
226
221
|
firstTimeMiExpo: boolean;
|
227
222
|
isPhoneVerified: boolean;
|
@@ -282,7 +277,6 @@ declare const FindByTagsProfileResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
282
277
|
movedToTrashDate: z.ZodNullable<z.ZodString>;
|
283
278
|
created_at: z.ZodString;
|
284
279
|
updated_at: z.ZodString;
|
285
|
-
referralCode: z.ZodString;
|
286
280
|
tags: z.ZodArray<z.ZodObject<{
|
287
281
|
id: z.ZodString;
|
288
282
|
name: z.ZodString;
|
@@ -347,7 +341,6 @@ declare const FindByTagsProfileResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
347
341
|
dni: string | null;
|
348
342
|
created_at: string;
|
349
343
|
updated_at: string;
|
350
|
-
referralCode: string;
|
351
344
|
shortId: number;
|
352
345
|
firstTimeMiExpo: boolean;
|
353
346
|
isPhoneVerified: boolean;
|
@@ -385,7 +378,6 @@ declare const FindByTagsProfileResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
385
378
|
dni: string | null;
|
386
379
|
created_at: string;
|
387
380
|
updated_at: string;
|
388
|
-
referralCode: string;
|
389
381
|
shortId: number;
|
390
382
|
firstTimeMiExpo: boolean;
|
391
383
|
isPhoneVerified: boolean;
|
@@ -427,7 +419,6 @@ declare const FindByTagsProfileResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
427
419
|
dni: string | null;
|
428
420
|
created_at: string;
|
429
421
|
updated_at: string;
|
430
|
-
referralCode: string;
|
431
422
|
shortId: number;
|
432
423
|
firstTimeMiExpo: boolean;
|
433
424
|
isPhoneVerified: boolean;
|
@@ -467,7 +458,6 @@ declare const FindByTagsProfileResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
467
458
|
dni: string | null;
|
468
459
|
created_at: string;
|
469
460
|
updated_at: string;
|
470
|
-
referralCode: string;
|
471
461
|
shortId: number;
|
472
462
|
firstTimeMiExpo: boolean;
|
473
463
|
isPhoneVerified: boolean;
|
@@ -31,7 +31,6 @@ export declare const findTrashResponseSchema: z.ZodObject<{
|
|
31
31
|
movedToTrashDate: z.ZodNullable<z.ZodDate>;
|
32
32
|
created_at: z.ZodDate;
|
33
33
|
updated_at: z.ZodDate;
|
34
|
-
referralCode: z.ZodString;
|
35
34
|
}, "id" | "phoneNumber" | "fullName" | "profilePictureUrl" | "created_at" | "isInTrash" | "movedToTrashDate">, "strip", z.ZodTypeAny, {
|
36
35
|
id: string;
|
37
36
|
phoneNumber: string;
|
@@ -31,7 +31,6 @@ export declare const findWithActiveChatResponseSchema: z.ZodObject<{
|
|
31
31
|
movedToTrashDate: z.ZodNullable<z.ZodDate>;
|
32
32
|
created_at: z.ZodDate;
|
33
33
|
updated_at: z.ZodDate;
|
34
|
-
referralCode: z.ZodString;
|
35
34
|
}, {
|
36
35
|
tags: z.ZodArray<z.ZodObject<{
|
37
36
|
id: z.ZodString;
|
@@ -183,7 +182,6 @@ export declare const findWithActiveChatResponseSchema: z.ZodObject<{
|
|
183
182
|
dni: string | null;
|
184
183
|
created_at: Date;
|
185
184
|
updated_at: Date;
|
186
|
-
referralCode: string;
|
187
185
|
shortId: number;
|
188
186
|
firstTimeMiExpo: boolean;
|
189
187
|
isPhoneVerified: boolean;
|
@@ -238,7 +236,6 @@ export declare const findWithActiveChatResponseSchema: z.ZodObject<{
|
|
238
236
|
dni: string | null;
|
239
237
|
created_at: Date;
|
240
238
|
updated_at: Date;
|
241
|
-
referralCode: string;
|
242
239
|
shortId: number;
|
243
240
|
firstTimeMiExpo: boolean;
|
244
241
|
isPhoneVerified: boolean;
|
@@ -297,7 +294,6 @@ export declare const findWithActiveChatResponseSchema: z.ZodObject<{
|
|
297
294
|
dni: string | null;
|
298
295
|
created_at: Date;
|
299
296
|
updated_at: Date;
|
300
|
-
referralCode: string;
|
301
297
|
shortId: number;
|
302
298
|
firstTimeMiExpo: boolean;
|
303
299
|
isPhoneVerified: boolean;
|
@@ -354,7 +350,6 @@ export declare const findWithActiveChatResponseSchema: z.ZodObject<{
|
|
354
350
|
dni: string | null;
|
355
351
|
created_at: Date;
|
356
352
|
updated_at: Date;
|
357
|
-
referralCode: string;
|
358
353
|
shortId: number;
|
359
354
|
firstTimeMiExpo: boolean;
|
360
355
|
isPhoneVerified: boolean;
|
@@ -432,7 +427,6 @@ declare const FindWithActiveChatResponseDto_base: import("@anatine/zod-nestjs").
|
|
432
427
|
movedToTrashDate: z.ZodNullable<z.ZodString>;
|
433
428
|
created_at: z.ZodString;
|
434
429
|
updated_at: z.ZodString;
|
435
|
-
referralCode: z.ZodString;
|
436
430
|
tags: z.ZodArray<z.ZodObject<{
|
437
431
|
id: z.ZodString;
|
438
432
|
name: z.ZodString;
|
@@ -580,7 +574,6 @@ declare const FindWithActiveChatResponseDto_base: import("@anatine/zod-nestjs").
|
|
580
574
|
dni: string | null;
|
581
575
|
created_at: string;
|
582
576
|
updated_at: string;
|
583
|
-
referralCode: string;
|
584
577
|
shortId: number;
|
585
578
|
firstTimeMiExpo: boolean;
|
586
579
|
isPhoneVerified: boolean;
|
@@ -635,7 +628,6 @@ declare const FindWithActiveChatResponseDto_base: import("@anatine/zod-nestjs").
|
|
635
628
|
dni: string | null;
|
636
629
|
created_at: string;
|
637
630
|
updated_at: string;
|
638
|
-
referralCode: string;
|
639
631
|
shortId: number;
|
640
632
|
firstTimeMiExpo: boolean;
|
641
633
|
isPhoneVerified: boolean;
|
@@ -694,7 +686,6 @@ declare const FindWithActiveChatResponseDto_base: import("@anatine/zod-nestjs").
|
|
694
686
|
dni: string | null;
|
695
687
|
created_at: string;
|
696
688
|
updated_at: string;
|
697
|
-
referralCode: string;
|
698
689
|
shortId: number;
|
699
690
|
firstTimeMiExpo: boolean;
|
700
691
|
isPhoneVerified: boolean;
|
@@ -751,7 +742,6 @@ declare const FindWithActiveChatResponseDto_base: import("@anatine/zod-nestjs").
|
|
751
742
|
dni: string | null;
|
752
743
|
created_at: string;
|
753
744
|
updated_at: string;
|
754
|
-
referralCode: string;
|
755
745
|
shortId: number;
|
756
746
|
firstTimeMiExpo: boolean;
|
757
747
|
isPhoneVerified: boolean;
|
@@ -29,7 +29,6 @@ declare const ProfileDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<import
|
|
29
29
|
movedToTrashDate: import("zod").ZodNullable<import("zod").ZodString>;
|
30
30
|
created_at: import("zod").ZodString;
|
31
31
|
updated_at: import("zod").ZodString;
|
32
|
-
referralCode: import("zod").ZodString;
|
33
32
|
}, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
34
33
|
id: string;
|
35
34
|
username: string | null;
|
@@ -43,7 +42,6 @@ declare const ProfileDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<import
|
|
43
42
|
dni: string | null;
|
44
43
|
created_at: string;
|
45
44
|
updated_at: string;
|
46
|
-
referralCode: string;
|
47
45
|
shortId: number;
|
48
46
|
firstTimeMiExpo: boolean;
|
49
47
|
isPhoneVerified: boolean;
|
@@ -68,7 +66,6 @@ declare const ProfileDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<import
|
|
68
66
|
dni: string | null;
|
69
67
|
created_at: string;
|
70
68
|
updated_at: string;
|
71
|
-
referralCode: string;
|
72
69
|
shortId: number;
|
73
70
|
firstTimeMiExpo: boolean;
|
74
71
|
isPhoneVerified: boolean;
|
@@ -275,7 +275,6 @@ export declare const updateProfileResponseSchema: z.ZodObject<{
|
|
275
275
|
movedToTrashDate: z.ZodNullable<z.ZodDate>;
|
276
276
|
created_at: z.ZodDate;
|
277
277
|
updated_at: z.ZodDate;
|
278
|
-
referralCode: z.ZodString;
|
279
278
|
}, "strip", z.ZodTypeAny, {
|
280
279
|
id: string;
|
281
280
|
username: string | null;
|
@@ -289,7 +288,6 @@ export declare const updateProfileResponseSchema: z.ZodObject<{
|
|
289
288
|
dni: string | null;
|
290
289
|
created_at: Date;
|
291
290
|
updated_at: Date;
|
292
|
-
referralCode: string;
|
293
291
|
shortId: number;
|
294
292
|
firstTimeMiExpo: boolean;
|
295
293
|
isPhoneVerified: boolean;
|
@@ -314,7 +312,6 @@ export declare const updateProfileResponseSchema: z.ZodObject<{
|
|
314
312
|
dni: string | null;
|
315
313
|
created_at: Date;
|
316
314
|
updated_at: Date;
|
317
|
-
referralCode: string;
|
318
315
|
shortId: number;
|
319
316
|
firstTimeMiExpo: boolean;
|
320
317
|
isPhoneVerified: boolean;
|
@@ -360,7 +357,6 @@ declare const UpdateProfileResponseDto_base: import("@anatine/zod-nestjs").ZodDt
|
|
360
357
|
movedToTrashDate: z.ZodNullable<z.ZodString>;
|
361
358
|
created_at: z.ZodString;
|
362
359
|
updated_at: z.ZodString;
|
363
|
-
referralCode: z.ZodString;
|
364
360
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
365
361
|
id: string;
|
366
362
|
username: string | null;
|
@@ -374,7 +370,6 @@ declare const UpdateProfileResponseDto_base: import("@anatine/zod-nestjs").ZodDt
|
|
374
370
|
dni: string | null;
|
375
371
|
created_at: string;
|
376
372
|
updated_at: string;
|
377
|
-
referralCode: string;
|
378
373
|
shortId: number;
|
379
374
|
firstTimeMiExpo: boolean;
|
380
375
|
isPhoneVerified: boolean;
|
@@ -399,7 +394,6 @@ declare const UpdateProfileResponseDto_base: import("@anatine/zod-nestjs").ZodDt
|
|
399
394
|
dni: string | null;
|
400
395
|
created_at: string;
|
401
396
|
updated_at: string;
|
402
|
-
referralCode: string;
|
403
397
|
shortId: number;
|
404
398
|
firstTimeMiExpo: boolean;
|
405
399
|
isPhoneVerified: boolean;
|
@@ -30,7 +30,6 @@ export declare const profileSchema: z.ZodObject<{
|
|
30
30
|
movedToTrashDate: z.ZodNullable<z.ZodDate>;
|
31
31
|
created_at: z.ZodDate;
|
32
32
|
updated_at: z.ZodDate;
|
33
|
-
referralCode: z.ZodString;
|
34
33
|
}, "strip", z.ZodTypeAny, {
|
35
34
|
id: string;
|
36
35
|
username: string | null;
|
@@ -44,7 +43,6 @@ export declare const profileSchema: z.ZodObject<{
|
|
44
43
|
dni: string | null;
|
45
44
|
created_at: Date;
|
46
45
|
updated_at: Date;
|
47
|
-
referralCode: string;
|
48
46
|
shortId: number;
|
49
47
|
firstTimeMiExpo: boolean;
|
50
48
|
isPhoneVerified: boolean;
|
@@ -69,7 +67,6 @@ export declare const profileSchema: z.ZodObject<{
|
|
69
67
|
dni: string | null;
|
70
68
|
created_at: Date;
|
71
69
|
updated_at: Date;
|
72
|
-
referralCode: string;
|
73
70
|
shortId: number;
|
74
71
|
firstTimeMiExpo: boolean;
|
75
72
|
isPhoneVerified: boolean;
|
@@ -141,6 +141,5 @@ exports.profileSchema = zod_1.default.object({
|
|
141
141
|
movedToTrashDate: zod_1.default.coerce.date().nullable(),
|
142
142
|
created_at: zod_1.default.date(),
|
143
143
|
updated_at: zod_1.default.date(),
|
144
|
-
referralCode: zod_1.default.string(),
|
145
144
|
});
|
146
145
|
//# sourceMappingURL=profile.schema.js.map
|
@@ -53,7 +53,6 @@ export declare const massiveAllocationResponseSchema: z.ZodObject<{
|
|
53
53
|
movedToTrashDate: z.ZodNullable<z.ZodDate>;
|
54
54
|
created_at: z.ZodDate;
|
55
55
|
updated_at: z.ZodDate;
|
56
|
-
referralCode: z.ZodString;
|
57
56
|
}, "strip", z.ZodTypeAny, {
|
58
57
|
id: string;
|
59
58
|
username: string | null;
|
@@ -67,7 +66,6 @@ export declare const massiveAllocationResponseSchema: z.ZodObject<{
|
|
67
66
|
dni: string | null;
|
68
67
|
created_at: Date;
|
69
68
|
updated_at: Date;
|
70
|
-
referralCode: string;
|
71
69
|
shortId: number;
|
72
70
|
firstTimeMiExpo: boolean;
|
73
71
|
isPhoneVerified: boolean;
|
@@ -92,7 +90,6 @@ export declare const massiveAllocationResponseSchema: z.ZodObject<{
|
|
92
90
|
dni: string | null;
|
93
91
|
created_at: Date;
|
94
92
|
updated_at: Date;
|
95
|
-
referralCode: string;
|
96
93
|
shortId: number;
|
97
94
|
firstTimeMiExpo: boolean;
|
98
95
|
isPhoneVerified: boolean;
|
@@ -121,7 +118,6 @@ export declare const massiveAllocationResponseSchema: z.ZodObject<{
|
|
121
118
|
dni: string | null;
|
122
119
|
created_at: Date;
|
123
120
|
updated_at: Date;
|
124
|
-
referralCode: string;
|
125
121
|
shortId: number;
|
126
122
|
firstTimeMiExpo: boolean;
|
127
123
|
isPhoneVerified: boolean;
|
@@ -148,7 +144,6 @@ export declare const massiveAllocationResponseSchema: z.ZodObject<{
|
|
148
144
|
dni: string | null;
|
149
145
|
created_at: Date;
|
150
146
|
updated_at: Date;
|
151
|
-
referralCode: string;
|
152
147
|
shortId: number;
|
153
148
|
firstTimeMiExpo: boolean;
|
154
149
|
isPhoneVerified: boolean;
|
@@ -196,7 +191,6 @@ declare const MassiveAllocationResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
196
191
|
movedToTrashDate: z.ZodNullable<z.ZodString>;
|
197
192
|
created_at: z.ZodString;
|
198
193
|
updated_at: z.ZodString;
|
199
|
-
referralCode: z.ZodString;
|
200
194
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
201
195
|
id: string;
|
202
196
|
username: string | null;
|
@@ -210,7 +204,6 @@ declare const MassiveAllocationResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
210
204
|
dni: string | null;
|
211
205
|
created_at: string;
|
212
206
|
updated_at: string;
|
213
|
-
referralCode: string;
|
214
207
|
shortId: number;
|
215
208
|
firstTimeMiExpo: boolean;
|
216
209
|
isPhoneVerified: boolean;
|
@@ -235,7 +228,6 @@ declare const MassiveAllocationResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
235
228
|
dni: string | null;
|
236
229
|
created_at: string;
|
237
230
|
updated_at: string;
|
238
|
-
referralCode: string;
|
239
231
|
shortId: number;
|
240
232
|
firstTimeMiExpo: boolean;
|
241
233
|
isPhoneVerified: boolean;
|
@@ -264,7 +256,6 @@ declare const MassiveAllocationResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
264
256
|
dni: string | null;
|
265
257
|
created_at: string;
|
266
258
|
updated_at: string;
|
267
|
-
referralCode: string;
|
268
259
|
shortId: number;
|
269
260
|
firstTimeMiExpo: boolean;
|
270
261
|
isPhoneVerified: boolean;
|
@@ -291,7 +282,6 @@ declare const MassiveAllocationResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
291
282
|
dni: string | null;
|
292
283
|
created_at: string;
|
293
284
|
updated_at: string;
|
294
|
-
referralCode: string;
|
295
285
|
shortId: number;
|
296
286
|
firstTimeMiExpo: boolean;
|
297
287
|
isPhoneVerified: boolean;
|
@@ -53,7 +53,6 @@ export declare const massiveDeallocationResponseSchema: z.ZodObject<{
|
|
53
53
|
movedToTrashDate: z.ZodNullable<z.ZodDate>;
|
54
54
|
created_at: z.ZodDate;
|
55
55
|
updated_at: z.ZodDate;
|
56
|
-
referralCode: z.ZodString;
|
57
56
|
}, "strip", z.ZodTypeAny, {
|
58
57
|
id: string;
|
59
58
|
username: string | null;
|
@@ -67,7 +66,6 @@ export declare const massiveDeallocationResponseSchema: z.ZodObject<{
|
|
67
66
|
dni: string | null;
|
68
67
|
created_at: Date;
|
69
68
|
updated_at: Date;
|
70
|
-
referralCode: string;
|
71
69
|
shortId: number;
|
72
70
|
firstTimeMiExpo: boolean;
|
73
71
|
isPhoneVerified: boolean;
|
@@ -92,7 +90,6 @@ export declare const massiveDeallocationResponseSchema: z.ZodObject<{
|
|
92
90
|
dni: string | null;
|
93
91
|
created_at: Date;
|
94
92
|
updated_at: Date;
|
95
|
-
referralCode: string;
|
96
93
|
shortId: number;
|
97
94
|
firstTimeMiExpo: boolean;
|
98
95
|
isPhoneVerified: boolean;
|
@@ -121,7 +118,6 @@ export declare const massiveDeallocationResponseSchema: z.ZodObject<{
|
|
121
118
|
dni: string | null;
|
122
119
|
created_at: Date;
|
123
120
|
updated_at: Date;
|
124
|
-
referralCode: string;
|
125
121
|
shortId: number;
|
126
122
|
firstTimeMiExpo: boolean;
|
127
123
|
isPhoneVerified: boolean;
|
@@ -148,7 +144,6 @@ export declare const massiveDeallocationResponseSchema: z.ZodObject<{
|
|
148
144
|
dni: string | null;
|
149
145
|
created_at: Date;
|
150
146
|
updated_at: Date;
|
151
|
-
referralCode: string;
|
152
147
|
shortId: number;
|
153
148
|
firstTimeMiExpo: boolean;
|
154
149
|
isPhoneVerified: boolean;
|
@@ -196,7 +191,6 @@ declare const MassiveDeallocationResponseDto_base: import("@anatine/zod-nestjs")
|
|
196
191
|
movedToTrashDate: z.ZodNullable<z.ZodString>;
|
197
192
|
created_at: z.ZodString;
|
198
193
|
updated_at: z.ZodString;
|
199
|
-
referralCode: z.ZodString;
|
200
194
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
201
195
|
id: string;
|
202
196
|
username: string | null;
|
@@ -210,7 +204,6 @@ declare const MassiveDeallocationResponseDto_base: import("@anatine/zod-nestjs")
|
|
210
204
|
dni: string | null;
|
211
205
|
created_at: string;
|
212
206
|
updated_at: string;
|
213
|
-
referralCode: string;
|
214
207
|
shortId: number;
|
215
208
|
firstTimeMiExpo: boolean;
|
216
209
|
isPhoneVerified: boolean;
|
@@ -235,7 +228,6 @@ declare const MassiveDeallocationResponseDto_base: import("@anatine/zod-nestjs")
|
|
235
228
|
dni: string | null;
|
236
229
|
created_at: string;
|
237
230
|
updated_at: string;
|
238
|
-
referralCode: string;
|
239
231
|
shortId: number;
|
240
232
|
firstTimeMiExpo: boolean;
|
241
233
|
isPhoneVerified: boolean;
|
@@ -264,7 +256,6 @@ declare const MassiveDeallocationResponseDto_base: import("@anatine/zod-nestjs")
|
|
264
256
|
dni: string | null;
|
265
257
|
created_at: string;
|
266
258
|
updated_at: string;
|
267
|
-
referralCode: string;
|
268
259
|
shortId: number;
|
269
260
|
firstTimeMiExpo: boolean;
|
270
261
|
isPhoneVerified: boolean;
|
@@ -291,7 +282,6 @@ declare const MassiveDeallocationResponseDto_base: import("@anatine/zod-nestjs")
|
|
291
282
|
dni: string | null;
|
292
283
|
created_at: string;
|
293
284
|
updated_at: string;
|
294
|
-
referralCode: string;
|
295
285
|
shortId: number;
|
296
286
|
firstTimeMiExpo: boolean;
|
297
287
|
isPhoneVerified: boolean;
|
@@ -15,12 +15,10 @@ export declare const createManyTicketSchema: 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
|
}, "type" | "fullName" | "mail" | "eventId" | "dni" | "ticketGroupId">, {
|
22
21
|
profileId: z.ZodOptional<z.ZodString>;
|
23
|
-
referralCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
24
22
|
}>, "strip", z.ZodTypeAny, {
|
25
23
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
26
24
|
fullName: string;
|
@@ -29,7 +27,6 @@ export declare const createManyTicketSchema: z.ZodObject<{
|
|
29
27
|
dni: string;
|
30
28
|
ticketGroupId: string | null;
|
31
29
|
profileId?: string | undefined;
|
32
|
-
referralCode?: string | null | undefined;
|
33
30
|
}, {
|
34
31
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
35
32
|
fullName: string;
|
@@ -38,7 +35,6 @@ export declare const createManyTicketSchema: z.ZodObject<{
|
|
38
35
|
dni: string;
|
39
36
|
ticketGroupId: string | null;
|
40
37
|
profileId?: string | undefined;
|
41
|
-
referralCode?: string | null | undefined;
|
42
38
|
}>, "many">;
|
43
39
|
}, "strip", z.ZodTypeAny, {
|
44
40
|
tickets: {
|
@@ -49,7 +45,6 @@ export declare const createManyTicketSchema: z.ZodObject<{
|
|
49
45
|
dni: string;
|
50
46
|
ticketGroupId: string | null;
|
51
47
|
profileId?: string | undefined;
|
52
|
-
referralCode?: string | null | undefined;
|
53
48
|
}[];
|
54
49
|
}, {
|
55
50
|
tickets: {
|
@@ -60,7 +55,6 @@ export declare const createManyTicketSchema: z.ZodObject<{
|
|
60
55
|
dni: string;
|
61
56
|
ticketGroupId: string | null;
|
62
57
|
profileId?: string | undefined;
|
63
|
-
referralCode?: string | null | undefined;
|
64
58
|
}[];
|
65
59
|
}>;
|
66
60
|
declare const CreateManyTicketDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodObject<{
|
@@ -76,7 +70,6 @@ declare const CreateManyTicketDto_base: import("@anatine/zod-nestjs").ZodDtoStat
|
|
76
70
|
dni: z.ZodString;
|
77
71
|
ticketGroupId: z.ZodNullable<z.ZodString>;
|
78
72
|
profileId: z.ZodOptional<z.ZodString>;
|
79
|
-
referralCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
80
73
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
81
74
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
82
75
|
fullName: string;
|
@@ -85,7 +78,6 @@ declare const CreateManyTicketDto_base: import("@anatine/zod-nestjs").ZodDtoStat
|
|
85
78
|
dni: string;
|
86
79
|
ticketGroupId: string | null;
|
87
80
|
profileId?: string | undefined;
|
88
|
-
referralCode?: string | null | undefined;
|
89
81
|
}, {
|
90
82
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
91
83
|
fullName: string;
|
@@ -94,7 +86,6 @@ declare const CreateManyTicketDto_base: import("@anatine/zod-nestjs").ZodDtoStat
|
|
94
86
|
dni: string;
|
95
87
|
ticketGroupId: string | null;
|
96
88
|
profileId?: string | undefined;
|
97
|
-
referralCode?: string | null | undefined;
|
98
89
|
}>, "many">;
|
99
90
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
100
91
|
tickets: {
|
@@ -105,7 +96,6 @@ declare const CreateManyTicketDto_base: import("@anatine/zod-nestjs").ZodDtoStat
|
|
105
96
|
dni: string;
|
106
97
|
ticketGroupId: string | null;
|
107
98
|
profileId?: string | undefined;
|
108
|
-
referralCode?: string | null | undefined;
|
109
99
|
}[];
|
110
100
|
}, {
|
111
101
|
tickets: {
|
@@ -116,7 +106,6 @@ declare const CreateManyTicketDto_base: import("@anatine/zod-nestjs").ZodDtoStat
|
|
116
106
|
dni: string;
|
117
107
|
ticketGroupId: string | null;
|
118
108
|
profileId?: string | undefined;
|
119
|
-
referralCode?: string | null | undefined;
|
120
109
|
}[];
|
121
110
|
}>>;
|
122
111
|
export declare class CreateManyTicketDto extends CreateManyTicketDto_base {
|
@@ -146,7 +135,6 @@ export declare const createManyTicketResponseSchema: z.ZodArray<z.ZodObject<z.ob
|
|
146
135
|
scanned: z.ZodBoolean;
|
147
136
|
scannedAt: z.ZodNullable<z.ZodDate>;
|
148
137
|
ticketGroupId: z.ZodNullable<z.ZodString>;
|
149
|
-
referralCode: z.ZodNullable<z.ZodString>;
|
150
138
|
created_at: z.ZodDate;
|
151
139
|
updated_at: z.ZodDate;
|
152
140
|
}, {
|
@@ -230,7 +218,6 @@ export declare const createManyTicketResponseSchema: z.ZodArray<z.ZodObject<z.ob
|
|
230
218
|
seat: number | null;
|
231
219
|
created_at: Date;
|
232
220
|
updated_at: Date;
|
233
|
-
referralCode: string | null;
|
234
221
|
scanned: boolean;
|
235
222
|
scannedAt: Date | null;
|
236
223
|
ticketGroupId: string | null;
|
@@ -262,7 +249,6 @@ export declare const createManyTicketResponseSchema: z.ZodArray<z.ZodObject<z.ob
|
|
262
249
|
seat: number | null;
|
263
250
|
created_at: Date;
|
264
251
|
updated_at: Date;
|
265
|
-
referralCode: string | null;
|
266
252
|
scanned: boolean;
|
267
253
|
scannedAt: Date | null;
|
268
254
|
ticketGroupId: string | null;
|
@@ -282,7 +268,6 @@ declare const CreateManyTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
282
268
|
scanned: z.ZodBoolean;
|
283
269
|
scannedAt: z.ZodNullable<z.ZodString>;
|
284
270
|
ticketGroupId: z.ZodNullable<z.ZodString>;
|
285
|
-
referralCode: z.ZodNullable<z.ZodString>;
|
286
271
|
created_at: z.ZodString;
|
287
272
|
updated_at: z.ZodString;
|
288
273
|
event: z.ZodObject<{
|
@@ -365,7 +350,6 @@ declare const CreateManyTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
365
350
|
seat: number | null;
|
366
351
|
created_at: string;
|
367
352
|
updated_at: string;
|
368
|
-
referralCode: string | null;
|
369
353
|
scanned: boolean;
|
370
354
|
scannedAt: string | null;
|
371
355
|
ticketGroupId: string | null;
|
@@ -397,7 +381,6 @@ declare const CreateManyTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
397
381
|
seat: number | null;
|
398
382
|
created_at: string;
|
399
383
|
updated_at: string;
|
400
|
-
referralCode: string | null;
|
401
384
|
scanned: boolean;
|
402
385
|
scannedAt: string | null;
|
403
386
|
ticketGroupId: string | null;
|
@@ -7,7 +7,6 @@ exports.CreateManyTicketResponseDto = exports.createManyTicketResponseSchema = e
|
|
7
7
|
const event_dto_1 = require("../../event/dto/event.dto");
|
8
8
|
const profile_schema_1 = require("../../schema/profile.schema");
|
9
9
|
const create_zod_dto_without_date_1 = require("../../shared/dto-modification/create-zod-dto-without-date");
|
10
|
-
const ticket_group_dto_1 = require("../../ticket-group/dto/ticket-group.dto");
|
11
10
|
const zod_1 = __importDefault(require("zod"));
|
12
11
|
const ticket_dto_1 = require("./ticket.dto");
|
13
12
|
exports.createManyTicketSchema = zod_1.default.object({
|
@@ -22,7 +21,6 @@ exports.createManyTicketSchema = zod_1.default.object({
|
|
22
21
|
})
|
23
22
|
.extend({
|
24
23
|
profileId: profile_schema_1.profileSchema.shape.id.optional(),
|
25
|
-
referralCode: ticket_group_dto_1.ticketGroupSchema.shape.referralCode.optional(),
|
26
24
|
})),
|
27
25
|
});
|
28
26
|
class CreateManyTicketDto extends (0, create_zod_dto_without_date_1.createZodDtoWithoutDate)(exports.createManyTicketSchema) {
|