expo-backend-types 0.53.0-EXPO-366-EB-Schema-codigo-referido.9 → 0.53.0-EXPO-366-EB-Schema-codigo-referido.11

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.
Files changed (53) hide show
  1. package/dist/src/event/dto/get-all-statistics.dto.d.ts +10 -5
  2. package/dist/src/event/dto/get-by-id-event.dto.d.ts +10 -0
  3. package/dist/src/event/dto/get-statistics-by-id-event.dto.d.ts +5 -0
  4. package/dist/src/mi-expo/dto/get-me.dto.d.ts +5 -5
  5. package/dist/src/mi-expo/dto/login-with-phone.dto.d.ts +9 -9
  6. package/dist/src/mi-expo/dto/login.dto.d.ts +9 -9
  7. package/dist/src/mi-expo/dto/update-me.dto.d.ts +5 -5
  8. package/dist/src/otp/dto/verify-otp.dto.d.ts +8 -8
  9. package/dist/src/production/dto/get-all-production.dto.d.ts +12 -12
  10. package/dist/src/production-affiliation-request/dto/find-by-production-affiliation-request.dto.d.ts +12 -12
  11. package/dist/src/production-affiliation-request/dto/update-production-affiliation-request.dto.d.ts +8 -8
  12. package/dist/src/profile/dto/delete-profile.dto.d.ts +4 -4
  13. package/dist/src/profile/dto/find-all-profile.dto.d.ts +8 -8
  14. package/dist/src/profile/dto/find-by-date-range-profile.dto.d.ts +12 -12
  15. package/dist/src/profile/dto/find-by-id-profile.dto.d.ts +5 -5
  16. package/dist/src/profile/dto/find-by-phone-number.dto.d.ts +4 -4
  17. package/dist/src/profile/dto/find-by-tag-groups-profile.dto.d.ts +8 -8
  18. package/dist/src/profile/dto/find-by-tags-profile.dto.d.ts +8 -8
  19. package/dist/src/profile/dto/find-with-active-chat.dto.d.ts +8 -8
  20. package/dist/src/profile/dto/profile.dto.d.ts +2 -2
  21. package/dist/src/profile/dto/update-profile.dto.d.ts +4 -4
  22. package/dist/src/schema/profile.schema.d.ts +2 -2
  23. package/dist/src/tag/dto/massive-allocation.dto.d.ts +8 -8
  24. package/dist/src/tag/dto/massive-deallocation.dto.d.ts +8 -8
  25. package/dist/src/ticket/dto/create-many-ticket.dto.d.ts +9 -2
  26. package/dist/src/ticket/dto/create-ticket.dto.d.ts +9 -2
  27. package/dist/src/ticket/dto/delete-ticket.dto.d.ts +6 -0
  28. package/dist/src/ticket/dto/find-all-tickets.dto.d.ts +10 -0
  29. package/dist/src/ticket/dto/find-by-event-ticket.dto.d.ts +22 -12
  30. package/dist/src/ticket/dto/find-by-id-ticket.dto.d.ts +22 -12
  31. package/dist/src/ticket/dto/find-by-mail-ticket.dto.d.ts +22 -12
  32. package/dist/src/ticket/dto/find-by-profile-id-ticket.dto.d.ts +10 -0
  33. package/dist/src/ticket/dto/find-ticket.dto.d.ts +6 -0
  34. package/dist/src/ticket/dto/get-pdfs-by-group-ticket.dto.d.ts +5 -0
  35. package/dist/src/ticket/dto/scan-ticket.dto.d.ts +6 -0
  36. package/dist/src/ticket/dto/ticket.dto.d.ts +6 -0
  37. package/dist/src/ticket/dto/ticket.dto.js +1 -0
  38. package/dist/src/ticket/dto/update-ticket.dto.d.ts +6 -0
  39. package/dist/src/ticket-group/dto/create-ticket-group.dto.d.ts +17 -7
  40. package/dist/src/ticket-group/dto/delete-ticket-group.dto.d.ts +6 -6
  41. package/dist/src/ticket-group/dto/find-group-ticket-group.dto.d.ts +6 -6
  42. package/dist/src/ticket-group/dto/ticket-group.dto.d.ts +6 -6
  43. package/dist/src/ticket-group/dto/ticket-group.dto.js +1 -1
  44. package/dist/src/ticket-group/dto/update-ticket-group.dto.d.ts +8 -8
  45. package/dist/types/prisma-schema/edge.js +4 -3
  46. package/dist/types/prisma-schema/index-browser.js +1 -0
  47. package/dist/types/prisma-schema/index.d.ts +496 -33
  48. package/dist/types/prisma-schema/index.js +4 -3
  49. package/dist/types/prisma-schema/package.json +1 -1
  50. package/dist/types/prisma-schema/schema.prisma +7 -1
  51. package/dist/types/prisma-schema/wasm.js +1 -0
  52. package/dist/types/schema.d.ts +17 -4
  53. package/package.json +2 -1
@@ -183,6 +183,7 @@ export declare const findWithActiveChatResponseSchema: z.ZodObject<{
183
183
  dni: string | null;
184
184
  created_at: Date;
185
185
  updated_at: Date;
186
+ referralCode: string;
186
187
  shortId: number;
187
188
  firstTimeMiExpo: boolean;
188
189
  isPhoneVerified: boolean;
@@ -195,7 +196,6 @@ export declare const findWithActiveChatResponseSchema: z.ZodObject<{
195
196
  residenceLocationId: string | null;
196
197
  isInTrash: boolean;
197
198
  movedToTrashDate: Date | null;
198
- referralCode: string;
199
199
  messages: {
200
200
  message: {
201
201
  id: string;
@@ -238,6 +238,7 @@ export declare const findWithActiveChatResponseSchema: z.ZodObject<{
238
238
  dni: string | null;
239
239
  created_at: Date;
240
240
  updated_at: Date;
241
+ referralCode: string;
241
242
  shortId: number;
242
243
  firstTimeMiExpo: boolean;
243
244
  isPhoneVerified: boolean;
@@ -250,7 +251,6 @@ export declare const findWithActiveChatResponseSchema: z.ZodObject<{
250
251
  residenceLocationId: string | null;
251
252
  isInTrash: boolean;
252
253
  movedToTrashDate: Date | null;
253
- referralCode: string;
254
254
  messages: {
255
255
  message: {
256
256
  id: string;
@@ -297,6 +297,7 @@ export declare const findWithActiveChatResponseSchema: z.ZodObject<{
297
297
  dni: string | null;
298
298
  created_at: Date;
299
299
  updated_at: Date;
300
+ referralCode: string;
300
301
  shortId: number;
301
302
  firstTimeMiExpo: boolean;
302
303
  isPhoneVerified: boolean;
@@ -309,7 +310,6 @@ export declare const findWithActiveChatResponseSchema: z.ZodObject<{
309
310
  residenceLocationId: string | null;
310
311
  isInTrash: boolean;
311
312
  movedToTrashDate: Date | null;
312
- referralCode: string;
313
313
  messages: {
314
314
  message: {
315
315
  id: string;
@@ -354,6 +354,7 @@ export declare const findWithActiveChatResponseSchema: z.ZodObject<{
354
354
  dni: string | null;
355
355
  created_at: Date;
356
356
  updated_at: Date;
357
+ referralCode: string;
357
358
  shortId: number;
358
359
  firstTimeMiExpo: boolean;
359
360
  isPhoneVerified: boolean;
@@ -366,7 +367,6 @@ export declare const findWithActiveChatResponseSchema: z.ZodObject<{
366
367
  residenceLocationId: string | null;
367
368
  isInTrash: boolean;
368
369
  movedToTrashDate: Date | null;
369
- referralCode: string;
370
370
  messages: {
371
371
  message: {
372
372
  id: string;
@@ -580,6 +580,7 @@ declare const FindWithActiveChatResponseDto_base: import("@anatine/zod-nestjs").
580
580
  dni: string | null;
581
581
  created_at: string;
582
582
  updated_at: string;
583
+ referralCode: string;
583
584
  shortId: number;
584
585
  firstTimeMiExpo: boolean;
585
586
  isPhoneVerified: boolean;
@@ -592,7 +593,6 @@ declare const FindWithActiveChatResponseDto_base: import("@anatine/zod-nestjs").
592
593
  residenceLocationId: string | null;
593
594
  isInTrash: boolean;
594
595
  movedToTrashDate: string | null;
595
- referralCode: string;
596
596
  messages: {
597
597
  message: {
598
598
  id: string;
@@ -635,6 +635,7 @@ declare const FindWithActiveChatResponseDto_base: import("@anatine/zod-nestjs").
635
635
  dni: string | null;
636
636
  created_at: string;
637
637
  updated_at: string;
638
+ referralCode: string;
638
639
  shortId: number;
639
640
  firstTimeMiExpo: boolean;
640
641
  isPhoneVerified: boolean;
@@ -647,7 +648,6 @@ declare const FindWithActiveChatResponseDto_base: import("@anatine/zod-nestjs").
647
648
  residenceLocationId: string | null;
648
649
  isInTrash: boolean;
649
650
  movedToTrashDate: string | null;
650
- referralCode: string;
651
651
  messages: {
652
652
  message: {
653
653
  id: string;
@@ -694,6 +694,7 @@ declare const FindWithActiveChatResponseDto_base: import("@anatine/zod-nestjs").
694
694
  dni: string | null;
695
695
  created_at: string;
696
696
  updated_at: string;
697
+ referralCode: string;
697
698
  shortId: number;
698
699
  firstTimeMiExpo: boolean;
699
700
  isPhoneVerified: boolean;
@@ -706,7 +707,6 @@ declare const FindWithActiveChatResponseDto_base: import("@anatine/zod-nestjs").
706
707
  residenceLocationId: string | null;
707
708
  isInTrash: boolean;
708
709
  movedToTrashDate: string | null;
709
- referralCode: string;
710
710
  messages: {
711
711
  message: {
712
712
  id: string;
@@ -751,6 +751,7 @@ declare const FindWithActiveChatResponseDto_base: import("@anatine/zod-nestjs").
751
751
  dni: string | null;
752
752
  created_at: string;
753
753
  updated_at: string;
754
+ referralCode: string;
754
755
  shortId: number;
755
756
  firstTimeMiExpo: boolean;
756
757
  isPhoneVerified: boolean;
@@ -763,7 +764,6 @@ declare const FindWithActiveChatResponseDto_base: import("@anatine/zod-nestjs").
763
764
  residenceLocationId: string | null;
764
765
  isInTrash: boolean;
765
766
  movedToTrashDate: string | null;
766
- referralCode: string;
767
767
  messages: {
768
768
  message: {
769
769
  id: string;
@@ -43,6 +43,7 @@ declare const ProfileDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<import
43
43
  dni: string | null;
44
44
  created_at: string;
45
45
  updated_at: string;
46
+ referralCode: string;
46
47
  shortId: number;
47
48
  firstTimeMiExpo: boolean;
48
49
  isPhoneVerified: boolean;
@@ -55,7 +56,6 @@ declare const ProfileDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<import
55
56
  residenceLocationId: string | null;
56
57
  isInTrash: boolean;
57
58
  movedToTrashDate: string | null;
58
- referralCode: string;
59
59
  }, {
60
60
  id: string;
61
61
  username: string | null;
@@ -68,6 +68,7 @@ declare const ProfileDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<import
68
68
  dni: string | null;
69
69
  created_at: string;
70
70
  updated_at: string;
71
+ referralCode: string;
71
72
  shortId: number;
72
73
  firstTimeMiExpo: boolean;
73
74
  isPhoneVerified: boolean;
@@ -80,7 +81,6 @@ declare const ProfileDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<import
80
81
  residenceLocationId: string | null;
81
82
  isInTrash: boolean;
82
83
  movedToTrashDate: string | null;
83
- referralCode: string;
84
84
  role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
85
85
  }>>;
86
86
  export declare class ProfileDto extends ProfileDto_base {
@@ -289,6 +289,7 @@ export declare const updateProfileResponseSchema: z.ZodObject<{
289
289
  dni: string | null;
290
290
  created_at: Date;
291
291
  updated_at: Date;
292
+ referralCode: string;
292
293
  shortId: number;
293
294
  firstTimeMiExpo: boolean;
294
295
  isPhoneVerified: boolean;
@@ -301,7 +302,6 @@ export declare const updateProfileResponseSchema: z.ZodObject<{
301
302
  residenceLocationId: string | null;
302
303
  isInTrash: boolean;
303
304
  movedToTrashDate: Date | null;
304
- referralCode: string;
305
305
  }, {
306
306
  id: string;
307
307
  username: string | null;
@@ -314,6 +314,7 @@ export declare const updateProfileResponseSchema: z.ZodObject<{
314
314
  dni: string | null;
315
315
  created_at: Date;
316
316
  updated_at: Date;
317
+ referralCode: string;
317
318
  shortId: number;
318
319
  firstTimeMiExpo: boolean;
319
320
  isPhoneVerified: boolean;
@@ -326,7 +327,6 @@ export declare const updateProfileResponseSchema: z.ZodObject<{
326
327
  residenceLocationId: string | null;
327
328
  isInTrash: boolean;
328
329
  movedToTrashDate: Date | null;
329
- referralCode: string;
330
330
  role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
331
331
  }>;
332
332
  declare const UpdateProfileResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodObject<{
@@ -374,6 +374,7 @@ declare const UpdateProfileResponseDto_base: import("@anatine/zod-nestjs").ZodDt
374
374
  dni: string | null;
375
375
  created_at: string;
376
376
  updated_at: string;
377
+ referralCode: string;
377
378
  shortId: number;
378
379
  firstTimeMiExpo: boolean;
379
380
  isPhoneVerified: boolean;
@@ -386,7 +387,6 @@ declare const UpdateProfileResponseDto_base: import("@anatine/zod-nestjs").ZodDt
386
387
  residenceLocationId: string | null;
387
388
  isInTrash: boolean;
388
389
  movedToTrashDate: string | null;
389
- referralCode: string;
390
390
  }, {
391
391
  id: string;
392
392
  username: string | null;
@@ -399,6 +399,7 @@ declare const UpdateProfileResponseDto_base: import("@anatine/zod-nestjs").ZodDt
399
399
  dni: string | null;
400
400
  created_at: string;
401
401
  updated_at: string;
402
+ referralCode: string;
402
403
  shortId: number;
403
404
  firstTimeMiExpo: boolean;
404
405
  isPhoneVerified: boolean;
@@ -411,7 +412,6 @@ declare const UpdateProfileResponseDto_base: import("@anatine/zod-nestjs").ZodDt
411
412
  residenceLocationId: string | null;
412
413
  isInTrash: boolean;
413
414
  movedToTrashDate: string | null;
414
- referralCode: string;
415
415
  role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
416
416
  }>>;
417
417
  export declare class UpdateProfileResponseDto extends UpdateProfileResponseDto_base {
@@ -44,6 +44,7 @@ export declare const profileSchema: z.ZodObject<{
44
44
  dni: string | null;
45
45
  created_at: Date;
46
46
  updated_at: Date;
47
+ referralCode: string;
47
48
  shortId: number;
48
49
  firstTimeMiExpo: boolean;
49
50
  isPhoneVerified: boolean;
@@ -56,7 +57,6 @@ export declare const profileSchema: z.ZodObject<{
56
57
  residenceLocationId: string | null;
57
58
  isInTrash: boolean;
58
59
  movedToTrashDate: Date | null;
59
- referralCode: string;
60
60
  }, {
61
61
  id: string;
62
62
  username: string | null;
@@ -69,6 +69,7 @@ export declare const profileSchema: z.ZodObject<{
69
69
  dni: string | null;
70
70
  created_at: Date;
71
71
  updated_at: Date;
72
+ referralCode: string;
72
73
  shortId: number;
73
74
  firstTimeMiExpo: boolean;
74
75
  isPhoneVerified: boolean;
@@ -81,6 +82,5 @@ export declare const profileSchema: z.ZodObject<{
81
82
  residenceLocationId: string | null;
82
83
  isInTrash: boolean;
83
84
  movedToTrashDate: Date | null;
84
- referralCode: string;
85
85
  role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
86
86
  }>;
@@ -67,6 +67,7 @@ export declare const massiveAllocationResponseSchema: z.ZodObject<{
67
67
  dni: string | null;
68
68
  created_at: Date;
69
69
  updated_at: Date;
70
+ referralCode: string;
70
71
  shortId: number;
71
72
  firstTimeMiExpo: boolean;
72
73
  isPhoneVerified: boolean;
@@ -79,7 +80,6 @@ export declare const massiveAllocationResponseSchema: z.ZodObject<{
79
80
  residenceLocationId: string | null;
80
81
  isInTrash: boolean;
81
82
  movedToTrashDate: Date | null;
82
- referralCode: string;
83
83
  }, {
84
84
  id: string;
85
85
  username: string | null;
@@ -92,6 +92,7 @@ export declare const massiveAllocationResponseSchema: z.ZodObject<{
92
92
  dni: string | null;
93
93
  created_at: Date;
94
94
  updated_at: Date;
95
+ referralCode: string;
95
96
  shortId: number;
96
97
  firstTimeMiExpo: boolean;
97
98
  isPhoneVerified: boolean;
@@ -104,7 +105,6 @@ export declare const massiveAllocationResponseSchema: z.ZodObject<{
104
105
  residenceLocationId: string | null;
105
106
  isInTrash: boolean;
106
107
  movedToTrashDate: Date | null;
107
- referralCode: string;
108
108
  role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
109
109
  }>, "many">;
110
110
  }, "strip", z.ZodTypeAny, {
@@ -121,6 +121,7 @@ export declare const massiveAllocationResponseSchema: z.ZodObject<{
121
121
  dni: string | null;
122
122
  created_at: Date;
123
123
  updated_at: Date;
124
+ referralCode: string;
124
125
  shortId: number;
125
126
  firstTimeMiExpo: boolean;
126
127
  isPhoneVerified: boolean;
@@ -133,7 +134,6 @@ export declare const massiveAllocationResponseSchema: z.ZodObject<{
133
134
  residenceLocationId: string | null;
134
135
  isInTrash: boolean;
135
136
  movedToTrashDate: Date | null;
136
- referralCode: string;
137
137
  }[];
138
138
  }, {
139
139
  profiles: {
@@ -148,6 +148,7 @@ export declare const massiveAllocationResponseSchema: z.ZodObject<{
148
148
  dni: string | null;
149
149
  created_at: Date;
150
150
  updated_at: Date;
151
+ referralCode: string;
151
152
  shortId: number;
152
153
  firstTimeMiExpo: boolean;
153
154
  isPhoneVerified: boolean;
@@ -160,7 +161,6 @@ export declare const massiveAllocationResponseSchema: z.ZodObject<{
160
161
  residenceLocationId: string | null;
161
162
  isInTrash: boolean;
162
163
  movedToTrashDate: Date | null;
163
- referralCode: string;
164
164
  role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
165
165
  }[];
166
166
  }>;
@@ -210,6 +210,7 @@ declare const MassiveAllocationResponseDto_base: import("@anatine/zod-nestjs").Z
210
210
  dni: string | null;
211
211
  created_at: string;
212
212
  updated_at: string;
213
+ referralCode: string;
213
214
  shortId: number;
214
215
  firstTimeMiExpo: boolean;
215
216
  isPhoneVerified: boolean;
@@ -222,7 +223,6 @@ declare const MassiveAllocationResponseDto_base: import("@anatine/zod-nestjs").Z
222
223
  residenceLocationId: string | null;
223
224
  isInTrash: boolean;
224
225
  movedToTrashDate: string | null;
225
- referralCode: string;
226
226
  }, {
227
227
  id: string;
228
228
  username: string | null;
@@ -235,6 +235,7 @@ declare const MassiveAllocationResponseDto_base: import("@anatine/zod-nestjs").Z
235
235
  dni: string | null;
236
236
  created_at: string;
237
237
  updated_at: string;
238
+ referralCode: string;
238
239
  shortId: number;
239
240
  firstTimeMiExpo: boolean;
240
241
  isPhoneVerified: boolean;
@@ -247,7 +248,6 @@ declare const MassiveAllocationResponseDto_base: import("@anatine/zod-nestjs").Z
247
248
  residenceLocationId: string | null;
248
249
  isInTrash: boolean;
249
250
  movedToTrashDate: string | null;
250
- referralCode: string;
251
251
  role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
252
252
  }>, "many">;
253
253
  }, z.UnknownKeysParam, z.ZodTypeAny, {
@@ -264,6 +264,7 @@ declare const MassiveAllocationResponseDto_base: import("@anatine/zod-nestjs").Z
264
264
  dni: string | null;
265
265
  created_at: string;
266
266
  updated_at: string;
267
+ referralCode: string;
267
268
  shortId: number;
268
269
  firstTimeMiExpo: boolean;
269
270
  isPhoneVerified: boolean;
@@ -276,7 +277,6 @@ declare const MassiveAllocationResponseDto_base: import("@anatine/zod-nestjs").Z
276
277
  residenceLocationId: string | null;
277
278
  isInTrash: boolean;
278
279
  movedToTrashDate: string | null;
279
- referralCode: string;
280
280
  }[];
281
281
  }, {
282
282
  profiles: {
@@ -291,6 +291,7 @@ declare const MassiveAllocationResponseDto_base: import("@anatine/zod-nestjs").Z
291
291
  dni: string | null;
292
292
  created_at: string;
293
293
  updated_at: string;
294
+ referralCode: string;
294
295
  shortId: number;
295
296
  firstTimeMiExpo: boolean;
296
297
  isPhoneVerified: boolean;
@@ -303,7 +304,6 @@ declare const MassiveAllocationResponseDto_base: import("@anatine/zod-nestjs").Z
303
304
  residenceLocationId: string | null;
304
305
  isInTrash: boolean;
305
306
  movedToTrashDate: string | null;
306
- referralCode: string;
307
307
  role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
308
308
  }[];
309
309
  }>>;
@@ -67,6 +67,7 @@ export declare const massiveDeallocationResponseSchema: z.ZodObject<{
67
67
  dni: string | null;
68
68
  created_at: Date;
69
69
  updated_at: Date;
70
+ referralCode: string;
70
71
  shortId: number;
71
72
  firstTimeMiExpo: boolean;
72
73
  isPhoneVerified: boolean;
@@ -79,7 +80,6 @@ export declare const massiveDeallocationResponseSchema: z.ZodObject<{
79
80
  residenceLocationId: string | null;
80
81
  isInTrash: boolean;
81
82
  movedToTrashDate: Date | null;
82
- referralCode: string;
83
83
  }, {
84
84
  id: string;
85
85
  username: string | null;
@@ -92,6 +92,7 @@ export declare const massiveDeallocationResponseSchema: z.ZodObject<{
92
92
  dni: string | null;
93
93
  created_at: Date;
94
94
  updated_at: Date;
95
+ referralCode: string;
95
96
  shortId: number;
96
97
  firstTimeMiExpo: boolean;
97
98
  isPhoneVerified: boolean;
@@ -104,7 +105,6 @@ export declare const massiveDeallocationResponseSchema: z.ZodObject<{
104
105
  residenceLocationId: string | null;
105
106
  isInTrash: boolean;
106
107
  movedToTrashDate: Date | null;
107
- referralCode: string;
108
108
  role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
109
109
  }>, "many">;
110
110
  }, "strip", z.ZodTypeAny, {
@@ -121,6 +121,7 @@ export declare const massiveDeallocationResponseSchema: z.ZodObject<{
121
121
  dni: string | null;
122
122
  created_at: Date;
123
123
  updated_at: Date;
124
+ referralCode: string;
124
125
  shortId: number;
125
126
  firstTimeMiExpo: boolean;
126
127
  isPhoneVerified: boolean;
@@ -133,7 +134,6 @@ export declare const massiveDeallocationResponseSchema: z.ZodObject<{
133
134
  residenceLocationId: string | null;
134
135
  isInTrash: boolean;
135
136
  movedToTrashDate: Date | null;
136
- referralCode: string;
137
137
  }[];
138
138
  }, {
139
139
  profiles: {
@@ -148,6 +148,7 @@ export declare const massiveDeallocationResponseSchema: z.ZodObject<{
148
148
  dni: string | null;
149
149
  created_at: Date;
150
150
  updated_at: Date;
151
+ referralCode: string;
151
152
  shortId: number;
152
153
  firstTimeMiExpo: boolean;
153
154
  isPhoneVerified: boolean;
@@ -160,7 +161,6 @@ export declare const massiveDeallocationResponseSchema: z.ZodObject<{
160
161
  residenceLocationId: string | null;
161
162
  isInTrash: boolean;
162
163
  movedToTrashDate: Date | null;
163
- referralCode: string;
164
164
  role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
165
165
  }[];
166
166
  }>;
@@ -210,6 +210,7 @@ declare const MassiveDeallocationResponseDto_base: import("@anatine/zod-nestjs")
210
210
  dni: string | null;
211
211
  created_at: string;
212
212
  updated_at: string;
213
+ referralCode: string;
213
214
  shortId: number;
214
215
  firstTimeMiExpo: boolean;
215
216
  isPhoneVerified: boolean;
@@ -222,7 +223,6 @@ declare const MassiveDeallocationResponseDto_base: import("@anatine/zod-nestjs")
222
223
  residenceLocationId: string | null;
223
224
  isInTrash: boolean;
224
225
  movedToTrashDate: string | null;
225
- referralCode: string;
226
226
  }, {
227
227
  id: string;
228
228
  username: string | null;
@@ -235,6 +235,7 @@ declare const MassiveDeallocationResponseDto_base: import("@anatine/zod-nestjs")
235
235
  dni: string | null;
236
236
  created_at: string;
237
237
  updated_at: string;
238
+ referralCode: string;
238
239
  shortId: number;
239
240
  firstTimeMiExpo: boolean;
240
241
  isPhoneVerified: boolean;
@@ -247,7 +248,6 @@ declare const MassiveDeallocationResponseDto_base: import("@anatine/zod-nestjs")
247
248
  residenceLocationId: string | null;
248
249
  isInTrash: boolean;
249
250
  movedToTrashDate: string | null;
250
- referralCode: string;
251
251
  role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
252
252
  }>, "many">;
253
253
  }, z.UnknownKeysParam, z.ZodTypeAny, {
@@ -264,6 +264,7 @@ declare const MassiveDeallocationResponseDto_base: import("@anatine/zod-nestjs")
264
264
  dni: string | null;
265
265
  created_at: string;
266
266
  updated_at: string;
267
+ referralCode: string;
267
268
  shortId: number;
268
269
  firstTimeMiExpo: boolean;
269
270
  isPhoneVerified: boolean;
@@ -276,7 +277,6 @@ declare const MassiveDeallocationResponseDto_base: import("@anatine/zod-nestjs")
276
277
  residenceLocationId: string | null;
277
278
  isInTrash: boolean;
278
279
  movedToTrashDate: string | null;
279
- referralCode: string;
280
280
  }[];
281
281
  }, {
282
282
  profiles: {
@@ -291,6 +291,7 @@ declare const MassiveDeallocationResponseDto_base: import("@anatine/zod-nestjs")
291
291
  dni: string | null;
292
292
  created_at: string;
293
293
  updated_at: string;
294
+ referralCode: string;
294
295
  shortId: number;
295
296
  firstTimeMiExpo: boolean;
296
297
  isPhoneVerified: boolean;
@@ -303,7 +304,6 @@ declare const MassiveDeallocationResponseDto_base: import("@anatine/zod-nestjs")
303
304
  residenceLocationId: string | null;
304
305
  isInTrash: boolean;
305
306
  movedToTrashDate: string | null;
306
- referralCode: string;
307
307
  role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
308
308
  }[];
309
309
  }>>;
@@ -15,11 +15,12 @@ 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>;
18
19
  created_at: z.ZodDate;
19
20
  updated_at: z.ZodDate;
20
21
  }, "type" | "fullName" | "mail" | "eventId" | "dni" | "ticketGroupId">, {
21
22
  profileId: z.ZodOptional<z.ZodString>;
22
- referralCode: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
23
+ referralCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
23
24
  }>, "strip", z.ZodTypeAny, {
24
25
  type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
25
26
  fullName: string;
@@ -75,7 +76,7 @@ declare const CreateManyTicketDto_base: import("@anatine/zod-nestjs").ZodDtoStat
75
76
  dni: z.ZodString;
76
77
  ticketGroupId: z.ZodNullable<z.ZodString>;
77
78
  profileId: z.ZodOptional<z.ZodString>;
78
- referralCode: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
79
+ referralCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
79
80
  }, z.UnknownKeysParam, z.ZodTypeAny, {
80
81
  type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
81
82
  fullName: string;
@@ -145,6 +146,7 @@ export declare const createManyTicketResponseSchema: z.ZodArray<z.ZodObject<z.ob
145
146
  scanned: z.ZodBoolean;
146
147
  scannedAt: z.ZodNullable<z.ZodDate>;
147
148
  ticketGroupId: z.ZodNullable<z.ZodString>;
149
+ referralCode: z.ZodNullable<z.ZodString>;
148
150
  created_at: z.ZodDate;
149
151
  updated_at: z.ZodDate;
150
152
  }, {
@@ -228,6 +230,7 @@ export declare const createManyTicketResponseSchema: z.ZodArray<z.ZodObject<z.ob
228
230
  seat: number | null;
229
231
  created_at: Date;
230
232
  updated_at: Date;
233
+ referralCode: string | null;
231
234
  scanned: boolean;
232
235
  scannedAt: Date | null;
233
236
  ticketGroupId: string | null;
@@ -259,6 +262,7 @@ export declare const createManyTicketResponseSchema: z.ZodArray<z.ZodObject<z.ob
259
262
  seat: number | null;
260
263
  created_at: Date;
261
264
  updated_at: Date;
265
+ referralCode: string | null;
262
266
  scanned: boolean;
263
267
  scannedAt: Date | null;
264
268
  ticketGroupId: string | null;
@@ -278,6 +282,7 @@ declare const CreateManyTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
278
282
  scanned: z.ZodBoolean;
279
283
  scannedAt: z.ZodNullable<z.ZodString>;
280
284
  ticketGroupId: z.ZodNullable<z.ZodString>;
285
+ referralCode: z.ZodNullable<z.ZodString>;
281
286
  created_at: z.ZodString;
282
287
  updated_at: z.ZodString;
283
288
  event: z.ZodObject<{
@@ -360,6 +365,7 @@ declare const CreateManyTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
360
365
  seat: number | null;
361
366
  created_at: string;
362
367
  updated_at: string;
368
+ referralCode: string | null;
363
369
  scanned: boolean;
364
370
  scannedAt: string | null;
365
371
  ticketGroupId: string | null;
@@ -391,6 +397,7 @@ declare const CreateManyTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
391
397
  seat: number | null;
392
398
  created_at: string;
393
399
  updated_at: string;
400
+ referralCode: string | null;
394
401
  scanned: boolean;
395
402
  scannedAt: string | null;
396
403
  ticketGroupId: string | null;
@@ -13,12 +13,13 @@ export declare const createTicketSchema: import("zod").ZodObject<import("zod").o
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>;
16
17
  created_at: import("zod").ZodDate;
17
18
  updated_at: import("zod").ZodDate;
18
19
  }, "type" | "fullName" | "mail" | "eventId" | "dni">, {
19
20
  profileId: import("zod").ZodOptional<import("zod").ZodString>;
20
21
  ticketGroupId: import("zod").ZodOptional<import("zod").ZodString>;
21
- referralCode: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
22
+ referralCode: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
22
23
  }>, "strip", import("zod").ZodTypeAny, {
23
24
  type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
24
25
  fullName: string;
@@ -50,7 +51,7 @@ declare const CreateTicketDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<i
50
51
  dni: import("zod").ZodString;
51
52
  profileId: import("zod").ZodOptional<import("zod").ZodString>;
52
53
  ticketGroupId: import("zod").ZodOptional<import("zod").ZodString>;
53
- referralCode: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>>;
54
+ referralCode: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
54
55
  }, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
55
56
  type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
56
57
  fullName: string;
@@ -87,6 +88,7 @@ export declare const createTicketResponseSchema: import("zod").ZodObject<import(
87
88
  scanned: import("zod").ZodBoolean;
88
89
  scannedAt: import("zod").ZodNullable<import("zod").ZodDate>;
89
90
  ticketGroupId: import("zod").ZodNullable<import("zod").ZodString>;
91
+ referralCode: import("zod").ZodNullable<import("zod").ZodString>;
90
92
  created_at: import("zod").ZodDate;
91
93
  updated_at: import("zod").ZodDate;
92
94
  }, {
@@ -170,6 +172,7 @@ export declare const createTicketResponseSchema: import("zod").ZodObject<import(
170
172
  seat: number | null;
171
173
  created_at: Date;
172
174
  updated_at: Date;
175
+ referralCode: string | null;
173
176
  scanned: boolean;
174
177
  scannedAt: Date | null;
175
178
  ticketGroupId: string | null;
@@ -201,6 +204,7 @@ export declare const createTicketResponseSchema: import("zod").ZodObject<import(
201
204
  seat: number | null;
202
205
  created_at: Date;
203
206
  updated_at: Date;
207
+ referralCode: string | null;
204
208
  scanned: boolean;
205
209
  scannedAt: Date | null;
206
210
  ticketGroupId: string | null;
@@ -220,6 +224,7 @@ declare const CreateTicketResponseDto_base: import("@anatine/zod-nestjs").ZodDto
220
224
  scanned: import("zod").ZodBoolean;
221
225
  scannedAt: import("zod").ZodNullable<import("zod").ZodString>;
222
226
  ticketGroupId: import("zod").ZodNullable<import("zod").ZodString>;
227
+ referralCode: import("zod").ZodNullable<import("zod").ZodString>;
223
228
  created_at: import("zod").ZodString;
224
229
  updated_at: import("zod").ZodString;
225
230
  event: import("zod").ZodObject<{
@@ -302,6 +307,7 @@ declare const CreateTicketResponseDto_base: import("@anatine/zod-nestjs").ZodDto
302
307
  seat: number | null;
303
308
  created_at: string;
304
309
  updated_at: string;
310
+ referralCode: string | null;
305
311
  scanned: boolean;
306
312
  scannedAt: string | null;
307
313
  ticketGroupId: string | null;
@@ -333,6 +339,7 @@ declare const CreateTicketResponseDto_base: import("@anatine/zod-nestjs").ZodDto
333
339
  seat: number | null;
334
340
  created_at: string;
335
341
  updated_at: string;
342
+ referralCode: string | null;
336
343
  scanned: boolean;
337
344
  scannedAt: string | null;
338
345
  ticketGroupId: string | null;
@@ -13,6 +13,7 @@ export declare const deleteTicketResponseSchema: 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>;
16
17
  created_at: import("zod").ZodDate;
17
18
  updated_at: import("zod").ZodDate;
18
19
  }, "strip", import("zod").ZodTypeAny, {
@@ -25,6 +26,7 @@ export declare const deleteTicketResponseSchema: import("zod").ZodObject<{
25
26
  seat: number | null;
26
27
  created_at: Date;
27
28
  updated_at: Date;
29
+ referralCode: string | null;
28
30
  scanned: boolean;
29
31
  scannedAt: Date | null;
30
32
  ticketGroupId: string | null;
@@ -38,6 +40,7 @@ export declare const deleteTicketResponseSchema: import("zod").ZodObject<{
38
40
  seat: number | null;
39
41
  created_at: Date;
40
42
  updated_at: Date;
43
+ referralCode: string | null;
41
44
  scanned: boolean;
42
45
  scannedAt: Date | null;
43
46
  ticketGroupId: string | null;
@@ -57,6 +60,7 @@ declare const DeleteTicketResponseDto_base: import("@anatine/zod-nestjs").ZodDto
57
60
  scanned: import("zod").ZodBoolean;
58
61
  scannedAt: import("zod").ZodNullable<import("zod").ZodString>;
59
62
  ticketGroupId: import("zod").ZodNullable<import("zod").ZodString>;
63
+ referralCode: import("zod").ZodNullable<import("zod").ZodString>;
60
64
  created_at: import("zod").ZodString;
61
65
  updated_at: import("zod").ZodString;
62
66
  }, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
@@ -69,6 +73,7 @@ declare const DeleteTicketResponseDto_base: import("@anatine/zod-nestjs").ZodDto
69
73
  seat: number | null;
70
74
  created_at: string;
71
75
  updated_at: string;
76
+ referralCode: string | null;
72
77
  scanned: boolean;
73
78
  scannedAt: string | null;
74
79
  ticketGroupId: string | null;
@@ -82,6 +87,7 @@ declare const DeleteTicketResponseDto_base: import("@anatine/zod-nestjs").ZodDto
82
87
  seat: number | null;
83
88
  created_at: string;
84
89
  updated_at: string;
90
+ referralCode: string | null;
85
91
  scanned: boolean;
86
92
  scannedAt: string | null;
87
93
  ticketGroupId: string | null;