expo-backend-types 0.36.0-EXPO-323-Enviar-mail-ticket.5 → 0.36.0-EXPO-325-ExpoBackend-Emision-de-multiples-tickets.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 (88) hide show
  1. package/dist/src/account/dto/account.dto.d.ts +6 -6
  2. package/dist/src/account/dto/create-account.dto.d.ts +12 -12
  3. package/dist/src/account/dto/get-global-filter.dto.d.ts +9 -9
  4. package/dist/src/account/dto/get-me.dto.d.ts +22 -22
  5. package/dist/src/account/dto/update-global-filter.dto.d.ts +14 -14
  6. package/dist/src/auth/dto/login.dto.d.ts +11 -11
  7. package/dist/src/comment/dto/get-by-profile-comment.dto.d.ts +1 -1
  8. package/dist/src/event/dto/create-event.dto.d.ts +8 -8
  9. package/dist/src/event/dto/event-tickets.dto.d.ts +2 -2
  10. package/dist/src/event/dto/get-active-events.dto.d.ts +12 -12
  11. package/dist/src/event/dto/get-all-event.dto.d.ts +56 -56
  12. package/dist/src/event/dto/get-by-id-event.dto.d.ts +40 -78
  13. package/dist/src/event/dto/update-event.dto.d.ts +24 -24
  14. package/dist/src/exports.d.ts +1 -0
  15. package/dist/src/exports.js +1 -0
  16. package/dist/src/i18n/es.d.ts +31 -22
  17. package/dist/src/i18n/es.js +31 -22
  18. package/dist/src/i18n/es.js.map +1 -1
  19. package/dist/src/mi-expo/dto/get-me.dto.d.ts +11 -11
  20. package/dist/src/mi-expo/dto/login-with-phone.dto.d.ts +19 -19
  21. package/dist/src/mi-expo/dto/login.dto.d.ts +20 -20
  22. package/dist/src/mi-expo/dto/update-me.dto.d.ts +17 -17
  23. package/dist/src/otp/dto/verify-otp.dto.d.ts +18 -18
  24. package/dist/src/profile/dto/create-profile.dto.d.ts +14 -14
  25. package/dist/src/profile/dto/delete-profile.dto.d.ts +10 -10
  26. package/dist/src/profile/dto/find-all-profile.dto.d.ts +30 -30
  27. package/dist/src/profile/dto/find-by-date-range-profile.dto.d.ts +48 -48
  28. package/dist/src/profile/dto/find-by-id-profile.dto.d.ts +19 -19
  29. package/dist/src/profile/dto/find-by-phone-number.dto.d.ts +10 -10
  30. package/dist/src/profile/dto/find-by-tag-groups-profile.dto.d.ts +30 -30
  31. package/dist/src/profile/dto/find-by-tags-profile.dto.d.ts +30 -30
  32. package/dist/src/profile/dto/find-trash.dto.d.ts +1 -1
  33. package/dist/src/profile/dto/find-with-active-chat.dto.d.ts +30 -30
  34. package/dist/src/profile/dto/profile.dto.d.ts +5 -5
  35. package/dist/src/profile/dto/update-profile.dto.d.ts +16 -16
  36. package/dist/src/schema/profile.schema.d.ts +5 -5
  37. package/dist/src/tag/dto/create-tag.dto.d.ts +4 -4
  38. package/dist/src/tag/dto/delete-tag.dto.d.ts +4 -4
  39. package/dist/src/tag/dto/find-all-tag.dto.d.ts +8 -8
  40. package/dist/src/tag/dto/find-by-group-tag.dto.d.ts +8 -8
  41. package/dist/src/tag/dto/find-one-tag.dto.d.ts +4 -4
  42. package/dist/src/tag/dto/massive-allocation.dto.d.ts +18 -18
  43. package/dist/src/tag/dto/massive-deallocation.dto.d.ts +18 -18
  44. package/dist/src/tag/dto/tag.dto.d.ts +4 -4
  45. package/dist/src/tag/dto/update-tag.dto.d.ts +4 -4
  46. package/dist/src/tag-group/dto/find-all-tag-group.dto.d.ts +12 -12
  47. package/dist/src/tag-group/dto/find-all-with-tags.dto.d.ts +12 -12
  48. package/dist/src/tag-group/dto/find-one-tag-group.dto.d.ts +8 -8
  49. package/dist/src/ticket/constants.d.ts +14 -12
  50. package/dist/src/ticket/constants.js +248 -355
  51. package/dist/src/ticket/dto/create-many-ticket.dto.d.ts +678 -0
  52. package/dist/src/ticket/dto/create-many-ticket.dto.js +57 -0
  53. package/dist/src/ticket/dto/create-ticket.dto.d.ts +9 -56
  54. package/dist/src/ticket/dto/create-ticket.dto.js +0 -2
  55. package/dist/src/ticket/dto/delete-ticket.dto.d.ts +4 -30
  56. package/dist/src/ticket/dto/find-all-tickets.dto.d.ts +8 -46
  57. package/dist/src/ticket/dto/find-by-event-ticket.dto.d.ts +34 -72
  58. package/dist/src/ticket/dto/find-by-id-ticket.dto.d.ts +34 -72
  59. package/dist/src/ticket/dto/find-by-mail-ticket.dto.d.ts +34 -72
  60. package/dist/src/ticket/dto/find-by-profile-id-ticket.dto.d.ts +8 -46
  61. package/dist/src/ticket/dto/find-ticket.dto.d.ts +4 -30
  62. package/dist/src/ticket/dto/ticket.dto.d.ts +4 -30
  63. package/dist/src/ticket/dto/ticket.dto.js +0 -5
  64. package/dist/src/ticket/dto/update-ticket.dto.d.ts +8 -48
  65. package/dist/src/ticket/dto/update-ticket.dto.js +0 -1
  66. package/dist/src/ticket-group/dto/create-ticket-group.dto.d.ts +336 -0
  67. package/dist/src/ticket-group/dto/create-ticket-group.dto.js +27 -0
  68. package/dist/src/ticket-group/dto/delete-ticket-group.dto.d.ts +55 -0
  69. package/dist/src/ticket-group/dto/delete-ticket-group.dto.js +10 -0
  70. package/dist/src/ticket-group/dto/find-tickets-by-event.dto.d.ts +2 -0
  71. package/dist/src/ticket-group/dto/find-tickets-by-event.dto.js +9 -0
  72. package/dist/src/ticket-group/dto/ticket-group.dto.d.ts +56 -0
  73. package/dist/src/ticket-group/dto/ticket-group.dto.js +27 -0
  74. package/dist/src/ticket-group/dto/update-ticket-group.dto.d.ts +79 -0
  75. package/dist/src/ticket-group/dto/update-ticket-group.dto.js +18 -0
  76. package/dist/src/ticket-group/exports.d.ts +4 -0
  77. package/dist/src/ticket-group/exports.js +21 -0
  78. package/dist/types/prisma-schema/edge.js +17 -9
  79. package/dist/types/prisma-schema/index-browser.js +14 -6
  80. package/dist/types/prisma-schema/index.d.ts +2233 -362
  81. package/dist/types/prisma-schema/index.js +17 -9
  82. package/dist/types/prisma-schema/package.json +1 -1
  83. package/dist/types/prisma-schema/schema.prisma +23 -8
  84. package/dist/types/prisma-schema/wasm.js +14 -6
  85. package/dist/types/schema.d.ts +315 -62
  86. package/package.json +6 -6
  87. package/dist/src/ticket/dto/send-email.dto.d.ts +0 -18
  88. package/dist/src/ticket/dto/send-email.dto.js +0 -15
@@ -7,8 +7,8 @@ export declare const loginMiExpoSchema: z.ZodObject<Pick<{
7
7
  USER: "USER";
8
8
  ADMIN: "ADMIN";
9
9
  FORM: "FORM";
10
- MI_EXPO: "MI_EXPO";
11
10
  TICKETS: "TICKETS";
11
+ MI_EXPO: "MI_EXPO";
12
12
  }>;
13
13
  isGlobalFilterActive: z.ZodDefault<z.ZodBoolean>;
14
14
  fcmToken: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
@@ -41,8 +41,8 @@ export declare const loginMiExpoResponseSchema: z.ZodObject<{
41
41
  USER: "USER";
42
42
  ADMIN: "ADMIN";
43
43
  FORM: "FORM";
44
- MI_EXPO: "MI_EXPO";
45
44
  TICKETS: "TICKETS";
45
+ MI_EXPO: "MI_EXPO";
46
46
  }>>;
47
47
  firstTimeMiExpo: z.ZodBoolean;
48
48
  username: z.ZodNullable<z.ZodString>;
@@ -68,13 +68,12 @@ export declare const loginMiExpoResponseSchema: z.ZodObject<{
68
68
  }, "password">, "strip", z.ZodTypeAny, {
69
69
  id: string;
70
70
  username: string | null;
71
- role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
71
+ role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
72
72
  phoneNumber: string;
73
73
  secondaryPhoneNumber: string | null;
74
74
  fullName: string;
75
75
  profilePictureUrl: string | null;
76
76
  mail: string | null;
77
- dni: string | null;
78
77
  created_at: Date;
79
78
  updated_at: Date;
80
79
  shortId: number;
@@ -84,6 +83,7 @@ export declare const loginMiExpoResponseSchema: z.ZodObject<{
84
83
  gender: string | null;
85
84
  birthDate: Date | null;
86
85
  instagram: string | null;
86
+ dni: string | null;
87
87
  alternativeNames: string[];
88
88
  birthLocationId: string | null;
89
89
  residenceLocationId: string | null;
@@ -97,7 +97,6 @@ export declare const loginMiExpoResponseSchema: z.ZodObject<{
97
97
  fullName: string;
98
98
  profilePictureUrl: string | null;
99
99
  mail: string | null;
100
- dni: string | null;
101
100
  created_at: Date;
102
101
  updated_at: Date;
103
102
  shortId: number;
@@ -107,12 +106,13 @@ export declare const loginMiExpoResponseSchema: z.ZodObject<{
107
106
  gender: string | null;
108
107
  birthDate: string | null;
109
108
  instagram: string | null;
109
+ dni: string | null;
110
110
  alternativeNames: string[];
111
111
  birthLocationId: string | null;
112
112
  residenceLocationId: string | null;
113
113
  isInTrash: boolean;
114
114
  movedToTrashDate: Date | null;
115
- role?: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS" | undefined;
115
+ role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
116
116
  }>;
117
117
  backendTokens: z.ZodObject<{
118
118
  accessToken: z.ZodString;
@@ -131,13 +131,12 @@ export declare const loginMiExpoResponseSchema: z.ZodObject<{
131
131
  user: {
132
132
  id: string;
133
133
  username: string | null;
134
- role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
134
+ role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
135
135
  phoneNumber: string;
136
136
  secondaryPhoneNumber: string | null;
137
137
  fullName: string;
138
138
  profilePictureUrl: string | null;
139
139
  mail: string | null;
140
- dni: string | null;
141
140
  created_at: Date;
142
141
  updated_at: Date;
143
142
  shortId: number;
@@ -147,6 +146,7 @@ export declare const loginMiExpoResponseSchema: z.ZodObject<{
147
146
  gender: string | null;
148
147
  birthDate: Date | null;
149
148
  instagram: string | null;
149
+ dni: string | null;
150
150
  alternativeNames: string[];
151
151
  birthLocationId: string | null;
152
152
  residenceLocationId: string | null;
@@ -167,7 +167,6 @@ export declare const loginMiExpoResponseSchema: z.ZodObject<{
167
167
  fullName: string;
168
168
  profilePictureUrl: string | null;
169
169
  mail: string | null;
170
- dni: string | null;
171
170
  created_at: Date;
172
171
  updated_at: Date;
173
172
  shortId: number;
@@ -177,12 +176,13 @@ export declare const loginMiExpoResponseSchema: z.ZodObject<{
177
176
  gender: string | null;
178
177
  birthDate: string | null;
179
178
  instagram: string | null;
179
+ dni: string | null;
180
180
  alternativeNames: string[];
181
181
  birthLocationId: string | null;
182
182
  residenceLocationId: string | null;
183
183
  isInTrash: boolean;
184
184
  movedToTrashDate: Date | null;
185
- role?: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS" | undefined;
185
+ role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
186
186
  };
187
187
  backendTokens: {
188
188
  accessToken: string;
@@ -198,15 +198,14 @@ declare const LoginMiExpoResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
198
198
  USER: "USER";
199
199
  ADMIN: "ADMIN";
200
200
  FORM: "FORM";
201
- MI_EXPO: "MI_EXPO";
202
201
  TICKETS: "TICKETS";
202
+ MI_EXPO: "MI_EXPO";
203
203
  }>>;
204
204
  phoneNumber: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
205
205
  secondaryPhoneNumber: z.ZodNullable<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>>;
206
206
  fullName: z.ZodString;
207
207
  profilePictureUrl: z.ZodNullable<z.ZodString>;
208
208
  mail: z.ZodNullable<z.ZodString>;
209
- dni: z.ZodNullable<z.ZodString>;
210
209
  created_at: z.ZodString;
211
210
  updated_at: z.ZodString;
212
211
  shortId: z.ZodNumber;
@@ -216,6 +215,7 @@ declare const LoginMiExpoResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
216
215
  gender: z.ZodNullable<z.ZodString>;
217
216
  birthDate: z.ZodNullable<z.ZodPipeline<z.ZodString, z.ZodString>>;
218
217
  instagram: z.ZodNullable<z.ZodString>;
218
+ dni: z.ZodNullable<z.ZodString>;
219
219
  alternativeNames: z.ZodArray<z.ZodString, "many">;
220
220
  birthLocationId: z.ZodNullable<z.ZodString>;
221
221
  residenceLocationId: z.ZodNullable<z.ZodString>;
@@ -224,13 +224,12 @@ declare const LoginMiExpoResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
224
224
  }, z.UnknownKeysParam, z.ZodTypeAny, {
225
225
  id: string;
226
226
  username: string | null;
227
- role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
227
+ role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
228
228
  phoneNumber: string;
229
229
  secondaryPhoneNumber: string | null;
230
230
  fullName: string;
231
231
  profilePictureUrl: string | null;
232
232
  mail: string | null;
233
- dni: string | null;
234
233
  created_at: string;
235
234
  updated_at: string;
236
235
  shortId: number;
@@ -240,6 +239,7 @@ declare const LoginMiExpoResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
240
239
  gender: string | null;
241
240
  birthDate: string | null;
242
241
  instagram: string | null;
242
+ dni: string | null;
243
243
  alternativeNames: string[];
244
244
  birthLocationId: string | null;
245
245
  residenceLocationId: string | null;
@@ -253,7 +253,6 @@ declare const LoginMiExpoResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
253
253
  fullName: string;
254
254
  profilePictureUrl: string | null;
255
255
  mail: string | null;
256
- dni: string | null;
257
256
  created_at: string;
258
257
  updated_at: string;
259
258
  shortId: number;
@@ -263,12 +262,13 @@ declare const LoginMiExpoResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
263
262
  gender: string | null;
264
263
  birthDate: string | null;
265
264
  instagram: string | null;
265
+ dni: string | null;
266
266
  alternativeNames: string[];
267
267
  birthLocationId: string | null;
268
268
  residenceLocationId: string | null;
269
269
  isInTrash: boolean;
270
270
  movedToTrashDate: string | null;
271
- role?: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS" | undefined;
271
+ role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
272
272
  }>;
273
273
  backendTokens: z.ZodObject<{
274
274
  accessToken: z.ZodString;
@@ -287,13 +287,12 @@ declare const LoginMiExpoResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
287
287
  user: {
288
288
  id: string;
289
289
  username: string | null;
290
- role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
290
+ role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
291
291
  phoneNumber: string;
292
292
  secondaryPhoneNumber: string | null;
293
293
  fullName: string;
294
294
  profilePictureUrl: string | null;
295
295
  mail: string | null;
296
- dni: string | null;
297
296
  created_at: string;
298
297
  updated_at: string;
299
298
  shortId: number;
@@ -303,6 +302,7 @@ declare const LoginMiExpoResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
303
302
  gender: string | null;
304
303
  birthDate: string | null;
305
304
  instagram: string | null;
305
+ dni: string | null;
306
306
  alternativeNames: string[];
307
307
  birthLocationId: string | null;
308
308
  residenceLocationId: string | null;
@@ -323,7 +323,6 @@ declare const LoginMiExpoResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
323
323
  fullName: string;
324
324
  profilePictureUrl: string | null;
325
325
  mail: string | null;
326
- dni: string | null;
327
326
  created_at: string;
328
327
  updated_at: string;
329
328
  shortId: number;
@@ -333,12 +332,13 @@ declare const LoginMiExpoResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
333
332
  gender: string | null;
334
333
  birthDate: string | null;
335
334
  instagram: string | null;
335
+ dni: string | null;
336
336
  alternativeNames: string[];
337
337
  birthLocationId: string | null;
338
338
  residenceLocationId: string | null;
339
339
  isInTrash: boolean;
340
340
  movedToTrashDate: string | null;
341
- role?: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS" | undefined;
341
+ role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
342
342
  };
343
343
  backendTokens: {
344
344
  accessToken: string;
@@ -5,10 +5,10 @@ export declare const updateMiExpoMeSchema: import("zod").ZodObject<{
5
5
  secondaryPhoneNumber: import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, string, string>, string, string>>;
6
6
  fullName: import("zod").ZodString;
7
7
  mail: import("zod").ZodNullable<import("zod").ZodString>;
8
- dni: import("zod").ZodNullable<import("zod").ZodString>;
9
8
  gender: import("zod").ZodNullable<import("zod").ZodString>;
10
9
  birthDate: import("zod").ZodNullable<import("zod").ZodPipeline<import("zod").ZodString, import("zod").ZodDate>>;
11
10
  instagram: import("zod").ZodNullable<import("zod").ZodString>;
11
+ dni: import("zod").ZodNullable<import("zod").ZodString>;
12
12
  residence: import("zod").ZodObject<Pick<{
13
13
  id: import("zod").ZodString;
14
14
  latitude: import("zod").ZodNumber;
@@ -60,10 +60,10 @@ export declare const updateMiExpoMeSchema: import("zod").ZodObject<{
60
60
  secondaryPhoneNumber: string | null;
61
61
  fullName: string;
62
62
  mail: string | null;
63
- dni: string | null;
64
63
  gender: string | null;
65
64
  birthDate: Date | null;
66
65
  instagram: string | null;
66
+ dni: string | null;
67
67
  residence: {
68
68
  latitude: number;
69
69
  longitude: number;
@@ -85,10 +85,10 @@ export declare const updateMiExpoMeSchema: import("zod").ZodObject<{
85
85
  secondaryPhoneNumber: string | null;
86
86
  fullName: string;
87
87
  mail: string | null;
88
- dni: string | null;
89
88
  gender: string | null;
90
89
  birthDate: string | null;
91
90
  instagram: string | null;
91
+ dni: string | null;
92
92
  residence: {
93
93
  latitude: number;
94
94
  longitude: number;
@@ -111,10 +111,10 @@ declare const UpdateMiExpoMeDto_base: import("@anatine/zod-nestjs").ZodDtoStatic
111
111
  secondaryPhoneNumber: import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, string, string>, string, string>>;
112
112
  fullName: import("zod").ZodString;
113
113
  mail: import("zod").ZodNullable<import("zod").ZodString>;
114
- dni: import("zod").ZodNullable<import("zod").ZodString>;
115
114
  gender: import("zod").ZodNullable<import("zod").ZodString>;
116
115
  birthDate: import("zod").ZodNullable<import("zod").ZodPipeline<import("zod").ZodString, import("zod").ZodString>>;
117
116
  instagram: import("zod").ZodNullable<import("zod").ZodString>;
117
+ dni: import("zod").ZodNullable<import("zod").ZodString>;
118
118
  residence: import("zod").ZodObject<{
119
119
  latitude: import("zod").ZodNumber;
120
120
  longitude: import("zod").ZodNumber;
@@ -160,10 +160,10 @@ declare const UpdateMiExpoMeDto_base: import("@anatine/zod-nestjs").ZodDtoStatic
160
160
  secondaryPhoneNumber: string | null;
161
161
  fullName: string;
162
162
  mail: string | null;
163
- dni: string | null;
164
163
  gender: string | null;
165
164
  birthDate: string | null;
166
165
  instagram: string | null;
166
+ dni: string | null;
167
167
  residence: {
168
168
  latitude: number;
169
169
  longitude: number;
@@ -185,10 +185,10 @@ declare const UpdateMiExpoMeDto_base: import("@anatine/zod-nestjs").ZodDtoStatic
185
185
  secondaryPhoneNumber: string | null;
186
186
  fullName: string;
187
187
  mail: string | null;
188
- dni: string | null;
189
188
  gender: string | null;
190
189
  birthDate: string | null;
191
190
  instagram: string | null;
191
+ dni: string | null;
192
192
  residence: {
193
193
  latitude: number;
194
194
  longitude: number;
@@ -213,8 +213,8 @@ export declare const updateMiExpoMeResponseSchema: import("zod").ZodObject<Omit<
213
213
  USER: "USER";
214
214
  ADMIN: "ADMIN";
215
215
  FORM: "FORM";
216
- MI_EXPO: "MI_EXPO";
217
216
  TICKETS: "TICKETS";
217
+ MI_EXPO: "MI_EXPO";
218
218
  }>>;
219
219
  firstTimeMiExpo: import("zod").ZodBoolean;
220
220
  username: import("zod").ZodNullable<import("zod").ZodString>;
@@ -240,13 +240,12 @@ export declare const updateMiExpoMeResponseSchema: import("zod").ZodObject<Omit<
240
240
  }, "password">, "strip", import("zod").ZodTypeAny, {
241
241
  id: string;
242
242
  username: string | null;
243
- role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
243
+ role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
244
244
  phoneNumber: string;
245
245
  secondaryPhoneNumber: string | null;
246
246
  fullName: string;
247
247
  profilePictureUrl: string | null;
248
248
  mail: string | null;
249
- dni: string | null;
250
249
  created_at: Date;
251
250
  updated_at: Date;
252
251
  shortId: number;
@@ -256,6 +255,7 @@ export declare const updateMiExpoMeResponseSchema: import("zod").ZodObject<Omit<
256
255
  gender: string | null;
257
256
  birthDate: Date | null;
258
257
  instagram: string | null;
258
+ dni: string | null;
259
259
  alternativeNames: string[];
260
260
  birthLocationId: string | null;
261
261
  residenceLocationId: string | null;
@@ -269,7 +269,6 @@ export declare const updateMiExpoMeResponseSchema: import("zod").ZodObject<Omit<
269
269
  fullName: string;
270
270
  profilePictureUrl: string | null;
271
271
  mail: string | null;
272
- dni: string | null;
273
272
  created_at: Date;
274
273
  updated_at: Date;
275
274
  shortId: number;
@@ -279,12 +278,13 @@ export declare const updateMiExpoMeResponseSchema: import("zod").ZodObject<Omit<
279
278
  gender: string | null;
280
279
  birthDate: string | null;
281
280
  instagram: string | null;
281
+ dni: string | null;
282
282
  alternativeNames: string[];
283
283
  birthLocationId: string | null;
284
284
  residenceLocationId: string | null;
285
285
  isInTrash: boolean;
286
286
  movedToTrashDate: Date | null;
287
- role?: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS" | undefined;
287
+ role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
288
288
  }>;
289
289
  declare const UpdateMiExpoMeResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<import("zod").ZodObject<{
290
290
  id: import("zod").ZodString;
@@ -293,15 +293,14 @@ declare const UpdateMiExpoMeResponseDto_base: import("@anatine/zod-nestjs").ZodD
293
293
  USER: "USER";
294
294
  ADMIN: "ADMIN";
295
295
  FORM: "FORM";
296
- MI_EXPO: "MI_EXPO";
297
296
  TICKETS: "TICKETS";
297
+ MI_EXPO: "MI_EXPO";
298
298
  }>>;
299
299
  phoneNumber: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, string, string>, string, string>;
300
300
  secondaryPhoneNumber: import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, string, string>, string, string>>;
301
301
  fullName: import("zod").ZodString;
302
302
  profilePictureUrl: import("zod").ZodNullable<import("zod").ZodString>;
303
303
  mail: import("zod").ZodNullable<import("zod").ZodString>;
304
- dni: import("zod").ZodNullable<import("zod").ZodString>;
305
304
  created_at: import("zod").ZodString;
306
305
  updated_at: import("zod").ZodString;
307
306
  shortId: import("zod").ZodNumber;
@@ -311,6 +310,7 @@ declare const UpdateMiExpoMeResponseDto_base: import("@anatine/zod-nestjs").ZodD
311
310
  gender: import("zod").ZodNullable<import("zod").ZodString>;
312
311
  birthDate: import("zod").ZodNullable<import("zod").ZodPipeline<import("zod").ZodString, import("zod").ZodString>>;
313
312
  instagram: import("zod").ZodNullable<import("zod").ZodString>;
313
+ dni: import("zod").ZodNullable<import("zod").ZodString>;
314
314
  alternativeNames: import("zod").ZodArray<import("zod").ZodString, "many">;
315
315
  birthLocationId: import("zod").ZodNullable<import("zod").ZodString>;
316
316
  residenceLocationId: import("zod").ZodNullable<import("zod").ZodString>;
@@ -319,13 +319,12 @@ declare const UpdateMiExpoMeResponseDto_base: import("@anatine/zod-nestjs").ZodD
319
319
  }, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
320
320
  id: string;
321
321
  username: string | null;
322
- role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
322
+ role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
323
323
  phoneNumber: string;
324
324
  secondaryPhoneNumber: string | null;
325
325
  fullName: string;
326
326
  profilePictureUrl: string | null;
327
327
  mail: string | null;
328
- dni: string | null;
329
328
  created_at: string;
330
329
  updated_at: string;
331
330
  shortId: number;
@@ -335,6 +334,7 @@ declare const UpdateMiExpoMeResponseDto_base: import("@anatine/zod-nestjs").ZodD
335
334
  gender: string | null;
336
335
  birthDate: string | null;
337
336
  instagram: string | null;
337
+ dni: string | null;
338
338
  alternativeNames: string[];
339
339
  birthLocationId: string | null;
340
340
  residenceLocationId: string | null;
@@ -348,7 +348,6 @@ declare const UpdateMiExpoMeResponseDto_base: import("@anatine/zod-nestjs").ZodD
348
348
  fullName: string;
349
349
  profilePictureUrl: string | null;
350
350
  mail: string | null;
351
- dni: string | null;
352
351
  created_at: string;
353
352
  updated_at: string;
354
353
  shortId: number;
@@ -358,12 +357,13 @@ declare const UpdateMiExpoMeResponseDto_base: import("@anatine/zod-nestjs").ZodD
358
357
  gender: string | null;
359
358
  birthDate: string | null;
360
359
  instagram: string | null;
360
+ dni: string | null;
361
361
  alternativeNames: string[];
362
362
  birthLocationId: string | null;
363
363
  residenceLocationId: string | null;
364
364
  isInTrash: boolean;
365
365
  movedToTrashDate: string | null;
366
- role?: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS" | undefined;
366
+ role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
367
367
  }>>;
368
368
  export declare class UpdateMiExpoMeResponseDto extends UpdateMiExpoMeResponseDto_base {
369
369
  }
@@ -30,8 +30,8 @@ export declare const verifyOtpResponseSchema: z.ZodObject<{
30
30
  USER: "USER";
31
31
  ADMIN: "ADMIN";
32
32
  FORM: "FORM";
33
- MI_EXPO: "MI_EXPO";
34
33
  TICKETS: "TICKETS";
34
+ MI_EXPO: "MI_EXPO";
35
35
  }>>;
36
36
  firstTimeMiExpo: z.ZodBoolean;
37
37
  username: z.ZodNullable<z.ZodString>;
@@ -99,13 +99,12 @@ export declare const verifyOtpResponseSchema: z.ZodObject<{
99
99
  id: string;
100
100
  username: string | null;
101
101
  password: string | null;
102
- role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
102
+ role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
103
103
  phoneNumber: string;
104
104
  secondaryPhoneNumber: string | null;
105
105
  fullName: string;
106
106
  profilePictureUrl: string | null;
107
107
  mail: string | null;
108
- dni: string | null;
109
108
  created_at: Date;
110
109
  updated_at: Date;
111
110
  shortId: number;
@@ -115,6 +114,7 @@ export declare const verifyOtpResponseSchema: z.ZodObject<{
115
114
  gender: string | null;
116
115
  birthDate: Date | null;
117
116
  instagram: string | null;
117
+ dni: string | null;
118
118
  alternativeNames: string[];
119
119
  birthLocationId: string | null;
120
120
  residenceLocationId: string | null;
@@ -141,7 +141,6 @@ export declare const verifyOtpResponseSchema: z.ZodObject<{
141
141
  fullName: string;
142
142
  profilePictureUrl: string | null;
143
143
  mail: string | null;
144
- dni: string | null;
145
144
  created_at: Date;
146
145
  updated_at: Date;
147
146
  shortId: number;
@@ -151,6 +150,7 @@ export declare const verifyOtpResponseSchema: z.ZodObject<{
151
150
  gender: string | null;
152
151
  birthDate: string | null;
153
152
  instagram: string | null;
153
+ dni: string | null;
154
154
  alternativeNames: string[];
155
155
  birthLocationId: string | null;
156
156
  residenceLocationId: string | null;
@@ -168,20 +168,19 @@ export declare const verifyOtpResponseSchema: z.ZodObject<{
168
168
  country: string;
169
169
  city: string;
170
170
  } | null;
171
- role?: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS" | undefined;
171
+ role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
172
172
  }>;
173
173
  }, "strip", z.ZodTypeAny, {
174
174
  profile: {
175
175
  id: string;
176
176
  username: string | null;
177
177
  password: string | null;
178
- role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
178
+ role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
179
179
  phoneNumber: string;
180
180
  secondaryPhoneNumber: string | null;
181
181
  fullName: string;
182
182
  profilePictureUrl: string | null;
183
183
  mail: string | null;
184
- dni: string | null;
185
184
  created_at: Date;
186
185
  updated_at: Date;
187
186
  shortId: number;
@@ -191,6 +190,7 @@ export declare const verifyOtpResponseSchema: z.ZodObject<{
191
190
  gender: string | null;
192
191
  birthDate: Date | null;
193
192
  instagram: string | null;
193
+ dni: string | null;
194
194
  alternativeNames: string[];
195
195
  birthLocationId: string | null;
196
196
  residenceLocationId: string | null;
@@ -220,7 +220,6 @@ export declare const verifyOtpResponseSchema: z.ZodObject<{
220
220
  fullName: string;
221
221
  profilePictureUrl: string | null;
222
222
  mail: string | null;
223
- dni: string | null;
224
223
  created_at: Date;
225
224
  updated_at: Date;
226
225
  shortId: number;
@@ -230,6 +229,7 @@ export declare const verifyOtpResponseSchema: z.ZodObject<{
230
229
  gender: string | null;
231
230
  birthDate: string | null;
232
231
  instagram: string | null;
232
+ dni: string | null;
233
233
  alternativeNames: string[];
234
234
  birthLocationId: string | null;
235
235
  residenceLocationId: string | null;
@@ -247,7 +247,7 @@ export declare const verifyOtpResponseSchema: z.ZodObject<{
247
247
  country: string;
248
248
  city: string;
249
249
  } | null;
250
- role?: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS" | undefined;
250
+ role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
251
251
  };
252
252
  success: boolean;
253
253
  }>;
@@ -260,8 +260,8 @@ declare const VerifyOtpResponseDto_base: import("@anatine/zod-nestjs").ZodDtoSta
260
260
  USER: "USER";
261
261
  ADMIN: "ADMIN";
262
262
  FORM: "FORM";
263
- MI_EXPO: "MI_EXPO";
264
263
  TICKETS: "TICKETS";
264
+ MI_EXPO: "MI_EXPO";
265
265
  }>>;
266
266
  firstTimeMiExpo: z.ZodBoolean;
267
267
  username: z.ZodNullable<z.ZodString>;
@@ -320,13 +320,12 @@ declare const VerifyOtpResponseDto_base: import("@anatine/zod-nestjs").ZodDtoSta
320
320
  id: string;
321
321
  username: string | null;
322
322
  password: string | null;
323
- role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
323
+ role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
324
324
  phoneNumber: string;
325
325
  secondaryPhoneNumber: string | null;
326
326
  fullName: string;
327
327
  profilePictureUrl: string | null;
328
328
  mail: string | null;
329
- dni: string | null;
330
329
  created_at: string;
331
330
  updated_at: string;
332
331
  shortId: number;
@@ -336,6 +335,7 @@ declare const VerifyOtpResponseDto_base: import("@anatine/zod-nestjs").ZodDtoSta
336
335
  gender: string | null;
337
336
  birthDate: string | null;
338
337
  instagram: string | null;
338
+ dni: string | null;
339
339
  alternativeNames: string[];
340
340
  birthLocationId: string | null;
341
341
  residenceLocationId: string | null;
@@ -362,7 +362,6 @@ declare const VerifyOtpResponseDto_base: import("@anatine/zod-nestjs").ZodDtoSta
362
362
  fullName: string;
363
363
  profilePictureUrl: string | null;
364
364
  mail: string | null;
365
- dni: string | null;
366
365
  created_at: string;
367
366
  updated_at: string;
368
367
  shortId: number;
@@ -372,6 +371,7 @@ declare const VerifyOtpResponseDto_base: import("@anatine/zod-nestjs").ZodDtoSta
372
371
  gender: string | null;
373
372
  birthDate: string | null;
374
373
  instagram: string | null;
374
+ dni: string | null;
375
375
  alternativeNames: string[];
376
376
  birthLocationId: string | null;
377
377
  residenceLocationId: string | null;
@@ -389,20 +389,19 @@ declare const VerifyOtpResponseDto_base: import("@anatine/zod-nestjs").ZodDtoSta
389
389
  country: string;
390
390
  city: string;
391
391
  } | null;
392
- role?: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS" | undefined;
392
+ role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
393
393
  }>;
394
394
  }, z.UnknownKeysParam, z.ZodTypeAny, {
395
395
  profile: {
396
396
  id: string;
397
397
  username: string | null;
398
398
  password: string | null;
399
- role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
399
+ role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
400
400
  phoneNumber: string;
401
401
  secondaryPhoneNumber: string | null;
402
402
  fullName: string;
403
403
  profilePictureUrl: string | null;
404
404
  mail: string | null;
405
- dni: string | null;
406
405
  created_at: string;
407
406
  updated_at: string;
408
407
  shortId: number;
@@ -412,6 +411,7 @@ declare const VerifyOtpResponseDto_base: import("@anatine/zod-nestjs").ZodDtoSta
412
411
  gender: string | null;
413
412
  birthDate: string | null;
414
413
  instagram: string | null;
414
+ dni: string | null;
415
415
  alternativeNames: string[];
416
416
  birthLocationId: string | null;
417
417
  residenceLocationId: string | null;
@@ -441,7 +441,6 @@ declare const VerifyOtpResponseDto_base: import("@anatine/zod-nestjs").ZodDtoSta
441
441
  fullName: string;
442
442
  profilePictureUrl: string | null;
443
443
  mail: string | null;
444
- dni: string | null;
445
444
  created_at: string;
446
445
  updated_at: string;
447
446
  shortId: number;
@@ -451,6 +450,7 @@ declare const VerifyOtpResponseDto_base: import("@anatine/zod-nestjs").ZodDtoSta
451
450
  gender: string | null;
452
451
  birthDate: string | null;
453
452
  instagram: string | null;
453
+ dni: string | null;
454
454
  alternativeNames: string[];
455
455
  birthLocationId: string | null;
456
456
  residenceLocationId: string | null;
@@ -468,7 +468,7 @@ declare const VerifyOtpResponseDto_base: import("@anatine/zod-nestjs").ZodDtoSta
468
468
  country: string;
469
469
  city: string;
470
470
  } | null;
471
- role?: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS" | undefined;
471
+ role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
472
472
  };
473
473
  success: boolean;
474
474
  }>>;