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.
- package/dist/src/account/dto/account.dto.d.ts +6 -6
- package/dist/src/account/dto/create-account.dto.d.ts +12 -12
- package/dist/src/account/dto/get-global-filter.dto.d.ts +9 -9
- package/dist/src/account/dto/get-me.dto.d.ts +22 -22
- package/dist/src/account/dto/update-global-filter.dto.d.ts +14 -14
- package/dist/src/auth/dto/login.dto.d.ts +11 -11
- package/dist/src/comment/dto/get-by-profile-comment.dto.d.ts +1 -1
- package/dist/src/event/dto/create-event.dto.d.ts +8 -8
- package/dist/src/event/dto/event-tickets.dto.d.ts +2 -2
- package/dist/src/event/dto/get-active-events.dto.d.ts +12 -12
- package/dist/src/event/dto/get-all-event.dto.d.ts +56 -56
- package/dist/src/event/dto/get-by-id-event.dto.d.ts +40 -78
- package/dist/src/event/dto/update-event.dto.d.ts +24 -24
- package/dist/src/exports.d.ts +1 -0
- package/dist/src/exports.js +1 -0
- package/dist/src/i18n/es.d.ts +31 -22
- package/dist/src/i18n/es.js +31 -22
- package/dist/src/i18n/es.js.map +1 -1
- package/dist/src/mi-expo/dto/get-me.dto.d.ts +11 -11
- package/dist/src/mi-expo/dto/login-with-phone.dto.d.ts +19 -19
- package/dist/src/mi-expo/dto/login.dto.d.ts +20 -20
- package/dist/src/mi-expo/dto/update-me.dto.d.ts +17 -17
- package/dist/src/otp/dto/verify-otp.dto.d.ts +18 -18
- package/dist/src/profile/dto/create-profile.dto.d.ts +14 -14
- package/dist/src/profile/dto/delete-profile.dto.d.ts +10 -10
- package/dist/src/profile/dto/find-all-profile.dto.d.ts +30 -30
- package/dist/src/profile/dto/find-by-date-range-profile.dto.d.ts +48 -48
- package/dist/src/profile/dto/find-by-id-profile.dto.d.ts +19 -19
- package/dist/src/profile/dto/find-by-phone-number.dto.d.ts +10 -10
- package/dist/src/profile/dto/find-by-tag-groups-profile.dto.d.ts +30 -30
- package/dist/src/profile/dto/find-by-tags-profile.dto.d.ts +30 -30
- package/dist/src/profile/dto/find-trash.dto.d.ts +1 -1
- package/dist/src/profile/dto/find-with-active-chat.dto.d.ts +30 -30
- package/dist/src/profile/dto/profile.dto.d.ts +5 -5
- package/dist/src/profile/dto/update-profile.dto.d.ts +16 -16
- package/dist/src/schema/profile.schema.d.ts +5 -5
- package/dist/src/tag/dto/create-tag.dto.d.ts +4 -4
- package/dist/src/tag/dto/delete-tag.dto.d.ts +4 -4
- package/dist/src/tag/dto/find-all-tag.dto.d.ts +8 -8
- package/dist/src/tag/dto/find-by-group-tag.dto.d.ts +8 -8
- package/dist/src/tag/dto/find-one-tag.dto.d.ts +4 -4
- package/dist/src/tag/dto/massive-allocation.dto.d.ts +18 -18
- package/dist/src/tag/dto/massive-deallocation.dto.d.ts +18 -18
- package/dist/src/tag/dto/tag.dto.d.ts +4 -4
- package/dist/src/tag/dto/update-tag.dto.d.ts +4 -4
- package/dist/src/tag-group/dto/find-all-tag-group.dto.d.ts +12 -12
- package/dist/src/tag-group/dto/find-all-with-tags.dto.d.ts +12 -12
- package/dist/src/tag-group/dto/find-one-tag-group.dto.d.ts +8 -8
- package/dist/src/ticket/constants.d.ts +14 -12
- package/dist/src/ticket/constants.js +248 -355
- package/dist/src/ticket/dto/create-many-ticket.dto.d.ts +678 -0
- package/dist/src/ticket/dto/create-many-ticket.dto.js +57 -0
- package/dist/src/ticket/dto/create-ticket.dto.d.ts +9 -56
- package/dist/src/ticket/dto/create-ticket.dto.js +0 -2
- package/dist/src/ticket/dto/delete-ticket.dto.d.ts +4 -30
- package/dist/src/ticket/dto/find-all-tickets.dto.d.ts +8 -46
- package/dist/src/ticket/dto/find-by-event-ticket.dto.d.ts +34 -72
- package/dist/src/ticket/dto/find-by-id-ticket.dto.d.ts +34 -72
- package/dist/src/ticket/dto/find-by-mail-ticket.dto.d.ts +34 -72
- package/dist/src/ticket/dto/find-by-profile-id-ticket.dto.d.ts +8 -46
- package/dist/src/ticket/dto/find-ticket.dto.d.ts +4 -30
- package/dist/src/ticket/dto/ticket.dto.d.ts +4 -30
- package/dist/src/ticket/dto/ticket.dto.js +0 -5
- package/dist/src/ticket/dto/update-ticket.dto.d.ts +8 -48
- package/dist/src/ticket/dto/update-ticket.dto.js +0 -1
- package/dist/src/ticket-group/dto/create-ticket-group.dto.d.ts +336 -0
- package/dist/src/ticket-group/dto/create-ticket-group.dto.js +27 -0
- package/dist/src/ticket-group/dto/delete-ticket-group.dto.d.ts +55 -0
- package/dist/src/ticket-group/dto/delete-ticket-group.dto.js +10 -0
- package/dist/src/ticket-group/dto/find-tickets-by-event.dto.d.ts +2 -0
- package/dist/src/ticket-group/dto/find-tickets-by-event.dto.js +9 -0
- package/dist/src/ticket-group/dto/ticket-group.dto.d.ts +56 -0
- package/dist/src/ticket-group/dto/ticket-group.dto.js +27 -0
- package/dist/src/ticket-group/dto/update-ticket-group.dto.d.ts +79 -0
- package/dist/src/ticket-group/dto/update-ticket-group.dto.js +18 -0
- package/dist/src/ticket-group/exports.d.ts +4 -0
- package/dist/src/ticket-group/exports.js +21 -0
- package/dist/types/prisma-schema/edge.js +17 -9
- package/dist/types/prisma-schema/index-browser.js +14 -6
- package/dist/types/prisma-schema/index.d.ts +2233 -362
- package/dist/types/prisma-schema/index.js +17 -9
- package/dist/types/prisma-schema/package.json +1 -1
- package/dist/types/prisma-schema/schema.prisma +23 -8
- package/dist/types/prisma-schema/wasm.js +14 -6
- package/dist/types/schema.d.ts +315 -62
- package/package.json +6 -6
- package/dist/src/ticket/dto/send-email.dto.d.ts +0 -18
- package/dist/src/ticket/dto/send-email.dto.js +0 -15
@@ -8,15 +8,8 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
|
|
8
8
|
STAFF: "STAFF";
|
9
9
|
SPECTATOR: "SPECTATOR";
|
10
10
|
}>;
|
11
|
-
status: z.ZodNativeEnum<{
|
12
|
-
BOOKED: "BOOKED";
|
13
|
-
PAID: "PAID";
|
14
|
-
FREE: "FREE";
|
15
|
-
}>;
|
16
11
|
fullName: z.ZodString;
|
17
12
|
mail: z.ZodString;
|
18
|
-
dni: z.ZodString;
|
19
|
-
seat: z.ZodNullable<z.ZodNumber>;
|
20
13
|
created_at: z.ZodDate;
|
21
14
|
updated_at: z.ZodDate;
|
22
15
|
}, {
|
@@ -50,8 +43,8 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
|
|
50
43
|
USER: "USER";
|
51
44
|
ADMIN: "ADMIN";
|
52
45
|
FORM: "FORM";
|
53
|
-
MI_EXPO: "MI_EXPO";
|
54
46
|
TICKETS: "TICKETS";
|
47
|
+
MI_EXPO: "MI_EXPO";
|
55
48
|
}>>;
|
56
49
|
firstTimeMiExpo: z.ZodBoolean;
|
57
50
|
username: z.ZodNullable<z.ZodString>;
|
@@ -78,13 +71,12 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
|
|
78
71
|
id: string;
|
79
72
|
username: string | null;
|
80
73
|
password: string | null;
|
81
|
-
role: "USER" | "ADMIN" | "FORM" | "
|
74
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
82
75
|
phoneNumber: string;
|
83
76
|
secondaryPhoneNumber: string | null;
|
84
77
|
fullName: string;
|
85
78
|
profilePictureUrl: string | null;
|
86
79
|
mail: string | null;
|
87
|
-
dni: string | null;
|
88
80
|
created_at: Date;
|
89
81
|
updated_at: Date;
|
90
82
|
shortId: number;
|
@@ -94,6 +86,7 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
|
|
94
86
|
gender: string | null;
|
95
87
|
birthDate: Date | null;
|
96
88
|
instagram: string | null;
|
89
|
+
dni: string | null;
|
97
90
|
alternativeNames: string[];
|
98
91
|
birthLocationId: string | null;
|
99
92
|
residenceLocationId: string | null;
|
@@ -108,7 +101,6 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
|
|
108
101
|
fullName: string;
|
109
102
|
profilePictureUrl: string | null;
|
110
103
|
mail: string | null;
|
111
|
-
dni: string | null;
|
112
104
|
created_at: Date;
|
113
105
|
updated_at: Date;
|
114
106
|
shortId: number;
|
@@ -118,12 +110,13 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
|
|
118
110
|
gender: string | null;
|
119
111
|
birthDate: string | null;
|
120
112
|
instagram: string | null;
|
113
|
+
dni: string | null;
|
121
114
|
alternativeNames: string[];
|
122
115
|
birthLocationId: string | null;
|
123
116
|
residenceLocationId: string | null;
|
124
117
|
isInTrash: boolean;
|
125
118
|
movedToTrashDate: Date | null;
|
126
|
-
role?: "USER" | "ADMIN" | "FORM" | "
|
119
|
+
role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
|
127
120
|
}>>;
|
128
121
|
}>, "strip", z.ZodTypeAny, {
|
129
122
|
event: {
|
@@ -135,13 +128,12 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
|
|
135
128
|
id: string;
|
136
129
|
username: string | null;
|
137
130
|
password: string | null;
|
138
|
-
role: "USER" | "ADMIN" | "FORM" | "
|
131
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
139
132
|
phoneNumber: string;
|
140
133
|
secondaryPhoneNumber: string | null;
|
141
134
|
fullName: string;
|
142
135
|
profilePictureUrl: string | null;
|
143
136
|
mail: string | null;
|
144
|
-
dni: string | null;
|
145
137
|
created_at: Date;
|
146
138
|
updated_at: Date;
|
147
139
|
shortId: number;
|
@@ -151,6 +143,7 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
|
|
151
143
|
gender: string | null;
|
152
144
|
birthDate: Date | null;
|
153
145
|
instagram: string | null;
|
146
|
+
dni: string | null;
|
154
147
|
alternativeNames: string[];
|
155
148
|
birthLocationId: string | null;
|
156
149
|
residenceLocationId: string | null;
|
@@ -158,13 +151,10 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
|
|
158
151
|
movedToTrashDate: Date | null;
|
159
152
|
} | null;
|
160
153
|
id: string;
|
161
|
-
type: "
|
154
|
+
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
162
155
|
fullName: string;
|
163
156
|
mail: string;
|
164
157
|
eventId: string;
|
165
|
-
status: "BOOKED" | "PAID" | "FREE";
|
166
|
-
seat: number | null;
|
167
|
-
dni: string;
|
168
158
|
created_at: Date;
|
169
159
|
updated_at: Date;
|
170
160
|
}, {
|
@@ -182,7 +172,6 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
|
|
182
172
|
fullName: string;
|
183
173
|
profilePictureUrl: string | null;
|
184
174
|
mail: string | null;
|
185
|
-
dni: string | null;
|
186
175
|
created_at: Date;
|
187
176
|
updated_at: Date;
|
188
177
|
shortId: number;
|
@@ -192,21 +181,19 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
|
|
192
181
|
gender: string | null;
|
193
182
|
birthDate: string | null;
|
194
183
|
instagram: string | null;
|
184
|
+
dni: string | null;
|
195
185
|
alternativeNames: string[];
|
196
186
|
birthLocationId: string | null;
|
197
187
|
residenceLocationId: string | null;
|
198
188
|
isInTrash: boolean;
|
199
189
|
movedToTrashDate: Date | null;
|
200
|
-
role?: "USER" | "ADMIN" | "FORM" | "
|
190
|
+
role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
|
201
191
|
} | null;
|
202
192
|
id: string;
|
203
|
-
type: "
|
193
|
+
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
204
194
|
fullName: string;
|
205
195
|
mail: string;
|
206
196
|
eventId: string;
|
207
|
-
status: "BOOKED" | "PAID" | "FREE";
|
208
|
-
seat: number | null;
|
209
|
-
dni: string;
|
210
197
|
created_at: Date;
|
211
198
|
updated_at: Date;
|
212
199
|
}>, "many">;
|
@@ -221,13 +208,12 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
|
|
221
208
|
id: string;
|
222
209
|
username: string | null;
|
223
210
|
password: string | null;
|
224
|
-
role: "USER" | "ADMIN" | "FORM" | "
|
211
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
225
212
|
phoneNumber: string;
|
226
213
|
secondaryPhoneNumber: string | null;
|
227
214
|
fullName: string;
|
228
215
|
profilePictureUrl: string | null;
|
229
216
|
mail: string | null;
|
230
|
-
dni: string | null;
|
231
217
|
created_at: Date;
|
232
218
|
updated_at: Date;
|
233
219
|
shortId: number;
|
@@ -237,6 +223,7 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
|
|
237
223
|
gender: string | null;
|
238
224
|
birthDate: Date | null;
|
239
225
|
instagram: string | null;
|
226
|
+
dni: string | null;
|
240
227
|
alternativeNames: string[];
|
241
228
|
birthLocationId: string | null;
|
242
229
|
residenceLocationId: string | null;
|
@@ -244,13 +231,10 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
|
|
244
231
|
movedToTrashDate: Date | null;
|
245
232
|
} | null;
|
246
233
|
id: string;
|
247
|
-
type: "
|
234
|
+
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
248
235
|
fullName: string;
|
249
236
|
mail: string;
|
250
237
|
eventId: string;
|
251
|
-
status: "BOOKED" | "PAID" | "FREE";
|
252
|
-
seat: number | null;
|
253
|
-
dni: string;
|
254
238
|
created_at: Date;
|
255
239
|
updated_at: Date;
|
256
240
|
}[];
|
@@ -270,7 +254,6 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
|
|
270
254
|
fullName: string;
|
271
255
|
profilePictureUrl: string | null;
|
272
256
|
mail: string | null;
|
273
|
-
dni: string | null;
|
274
257
|
created_at: Date;
|
275
258
|
updated_at: Date;
|
276
259
|
shortId: number;
|
@@ -280,21 +263,19 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
|
|
280
263
|
gender: string | null;
|
281
264
|
birthDate: string | null;
|
282
265
|
instagram: string | null;
|
266
|
+
dni: string | null;
|
283
267
|
alternativeNames: string[];
|
284
268
|
birthLocationId: string | null;
|
285
269
|
residenceLocationId: string | null;
|
286
270
|
isInTrash: boolean;
|
287
271
|
movedToTrashDate: Date | null;
|
288
|
-
role?: "USER" | "ADMIN" | "FORM" | "
|
272
|
+
role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
|
289
273
|
} | null;
|
290
274
|
id: string;
|
291
|
-
type: "
|
275
|
+
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
292
276
|
fullName: string;
|
293
277
|
mail: string;
|
294
278
|
eventId: string;
|
295
|
-
status: "BOOKED" | "PAID" | "FREE";
|
296
|
-
seat: number | null;
|
297
|
-
dni: string;
|
298
279
|
created_at: Date;
|
299
280
|
updated_at: Date;
|
300
281
|
}[];
|
@@ -308,15 +289,8 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
308
289
|
STAFF: "STAFF";
|
309
290
|
SPECTATOR: "SPECTATOR";
|
310
291
|
}>;
|
311
|
-
status: z.ZodNativeEnum<{
|
312
|
-
BOOKED: "BOOKED";
|
313
|
-
PAID: "PAID";
|
314
|
-
FREE: "FREE";
|
315
|
-
}>;
|
316
292
|
fullName: z.ZodString;
|
317
293
|
mail: z.ZodString;
|
318
|
-
dni: z.ZodString;
|
319
|
-
seat: z.ZodNullable<z.ZodNumber>;
|
320
294
|
created_at: z.ZodString;
|
321
295
|
updated_at: z.ZodString;
|
322
296
|
event: z.ZodObject<{
|
@@ -339,8 +313,8 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
339
313
|
USER: "USER";
|
340
314
|
ADMIN: "ADMIN";
|
341
315
|
FORM: "FORM";
|
342
|
-
MI_EXPO: "MI_EXPO";
|
343
316
|
TICKETS: "TICKETS";
|
317
|
+
MI_EXPO: "MI_EXPO";
|
344
318
|
}>>;
|
345
319
|
firstTimeMiExpo: z.ZodBoolean;
|
346
320
|
username: z.ZodNullable<z.ZodString>;
|
@@ -367,13 +341,12 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
367
341
|
id: string;
|
368
342
|
username: string | null;
|
369
343
|
password: string | null;
|
370
|
-
role: "USER" | "ADMIN" | "FORM" | "
|
344
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
371
345
|
phoneNumber: string;
|
372
346
|
secondaryPhoneNumber: string | null;
|
373
347
|
fullName: string;
|
374
348
|
profilePictureUrl: string | null;
|
375
349
|
mail: string | null;
|
376
|
-
dni: string | null;
|
377
350
|
created_at: string;
|
378
351
|
updated_at: string;
|
379
352
|
shortId: number;
|
@@ -383,6 +356,7 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
383
356
|
gender: string | null;
|
384
357
|
birthDate: string | null;
|
385
358
|
instagram: string | null;
|
359
|
+
dni: string | null;
|
386
360
|
alternativeNames: string[];
|
387
361
|
birthLocationId: string | null;
|
388
362
|
residenceLocationId: string | null;
|
@@ -397,7 +371,6 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
397
371
|
fullName: string;
|
398
372
|
profilePictureUrl: string | null;
|
399
373
|
mail: string | null;
|
400
|
-
dni: string | null;
|
401
374
|
created_at: string;
|
402
375
|
updated_at: string;
|
403
376
|
shortId: number;
|
@@ -407,12 +380,13 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
407
380
|
gender: string | null;
|
408
381
|
birthDate: string | null;
|
409
382
|
instagram: string | null;
|
383
|
+
dni: string | null;
|
410
384
|
alternativeNames: string[];
|
411
385
|
birthLocationId: string | null;
|
412
386
|
residenceLocationId: string | null;
|
413
387
|
isInTrash: boolean;
|
414
388
|
movedToTrashDate: string | null;
|
415
|
-
role?: "USER" | "ADMIN" | "FORM" | "
|
389
|
+
role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
|
416
390
|
}>>;
|
417
391
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
418
392
|
event: {
|
@@ -424,13 +398,12 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
424
398
|
id: string;
|
425
399
|
username: string | null;
|
426
400
|
password: string | null;
|
427
|
-
role: "USER" | "ADMIN" | "FORM" | "
|
401
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
428
402
|
phoneNumber: string;
|
429
403
|
secondaryPhoneNumber: string | null;
|
430
404
|
fullName: string;
|
431
405
|
profilePictureUrl: string | null;
|
432
406
|
mail: string | null;
|
433
|
-
dni: string | null;
|
434
407
|
created_at: string;
|
435
408
|
updated_at: string;
|
436
409
|
shortId: number;
|
@@ -440,6 +413,7 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
440
413
|
gender: string | null;
|
441
414
|
birthDate: string | null;
|
442
415
|
instagram: string | null;
|
416
|
+
dni: string | null;
|
443
417
|
alternativeNames: string[];
|
444
418
|
birthLocationId: string | null;
|
445
419
|
residenceLocationId: string | null;
|
@@ -447,13 +421,10 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
447
421
|
movedToTrashDate: string | null;
|
448
422
|
} | null;
|
449
423
|
id: string;
|
450
|
-
type: "
|
424
|
+
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
451
425
|
fullName: string;
|
452
426
|
mail: string;
|
453
427
|
eventId: string;
|
454
|
-
status: "BOOKED" | "PAID" | "FREE";
|
455
|
-
seat: number | null;
|
456
|
-
dni: string;
|
457
428
|
created_at: string;
|
458
429
|
updated_at: string;
|
459
430
|
}, {
|
@@ -471,7 +442,6 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
471
442
|
fullName: string;
|
472
443
|
profilePictureUrl: string | null;
|
473
444
|
mail: string | null;
|
474
|
-
dni: string | null;
|
475
445
|
created_at: string;
|
476
446
|
updated_at: string;
|
477
447
|
shortId: number;
|
@@ -481,21 +451,19 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
481
451
|
gender: string | null;
|
482
452
|
birthDate: string | null;
|
483
453
|
instagram: string | null;
|
454
|
+
dni: string | null;
|
484
455
|
alternativeNames: string[];
|
485
456
|
birthLocationId: string | null;
|
486
457
|
residenceLocationId: string | null;
|
487
458
|
isInTrash: boolean;
|
488
459
|
movedToTrashDate: string | null;
|
489
|
-
role?: "USER" | "ADMIN" | "FORM" | "
|
460
|
+
role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
|
490
461
|
} | null;
|
491
462
|
id: string;
|
492
|
-
type: "
|
463
|
+
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
493
464
|
fullName: string;
|
494
465
|
mail: string;
|
495
466
|
eventId: string;
|
496
|
-
status: "BOOKED" | "PAID" | "FREE";
|
497
|
-
seat: number | null;
|
498
|
-
dni: string;
|
499
467
|
created_at: string;
|
500
468
|
updated_at: string;
|
501
469
|
}>, "many">;
|
@@ -510,13 +478,12 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
510
478
|
id: string;
|
511
479
|
username: string | null;
|
512
480
|
password: string | null;
|
513
|
-
role: "USER" | "ADMIN" | "FORM" | "
|
481
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
514
482
|
phoneNumber: string;
|
515
483
|
secondaryPhoneNumber: string | null;
|
516
484
|
fullName: string;
|
517
485
|
profilePictureUrl: string | null;
|
518
486
|
mail: string | null;
|
519
|
-
dni: string | null;
|
520
487
|
created_at: string;
|
521
488
|
updated_at: string;
|
522
489
|
shortId: number;
|
@@ -526,6 +493,7 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
526
493
|
gender: string | null;
|
527
494
|
birthDate: string | null;
|
528
495
|
instagram: string | null;
|
496
|
+
dni: string | null;
|
529
497
|
alternativeNames: string[];
|
530
498
|
birthLocationId: string | null;
|
531
499
|
residenceLocationId: string | null;
|
@@ -533,13 +501,10 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
533
501
|
movedToTrashDate: string | null;
|
534
502
|
} | null;
|
535
503
|
id: string;
|
536
|
-
type: "
|
504
|
+
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
537
505
|
fullName: string;
|
538
506
|
mail: string;
|
539
507
|
eventId: string;
|
540
|
-
status: "BOOKED" | "PAID" | "FREE";
|
541
|
-
seat: number | null;
|
542
|
-
dni: string;
|
543
508
|
created_at: string;
|
544
509
|
updated_at: string;
|
545
510
|
}[];
|
@@ -559,7 +524,6 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
559
524
|
fullName: string;
|
560
525
|
profilePictureUrl: string | null;
|
561
526
|
mail: string | null;
|
562
|
-
dni: string | null;
|
563
527
|
created_at: string;
|
564
528
|
updated_at: string;
|
565
529
|
shortId: number;
|
@@ -569,21 +533,19 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
569
533
|
gender: string | null;
|
570
534
|
birthDate: string | null;
|
571
535
|
instagram: string | null;
|
536
|
+
dni: string | null;
|
572
537
|
alternativeNames: string[];
|
573
538
|
birthLocationId: string | null;
|
574
539
|
residenceLocationId: string | null;
|
575
540
|
isInTrash: boolean;
|
576
541
|
movedToTrashDate: string | null;
|
577
|
-
role?: "USER" | "ADMIN" | "FORM" | "
|
542
|
+
role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
|
578
543
|
} | null;
|
579
544
|
id: string;
|
580
|
-
type: "
|
545
|
+
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
581
546
|
fullName: string;
|
582
547
|
mail: string;
|
583
548
|
eventId: string;
|
584
|
-
status: "BOOKED" | "PAID" | "FREE";
|
585
|
-
seat: number | null;
|
586
|
-
dni: string;
|
587
549
|
created_at: string;
|
588
550
|
updated_at: string;
|
589
551
|
}[];
|
@@ -8,15 +8,8 @@ export declare const findByProfileIdTicketResponseSchema: z.ZodObject<{
|
|
8
8
|
STAFF: "STAFF";
|
9
9
|
SPECTATOR: "SPECTATOR";
|
10
10
|
}>;
|
11
|
-
status: z.ZodNativeEnum<{
|
12
|
-
BOOKED: "BOOKED";
|
13
|
-
PAID: "PAID";
|
14
|
-
FREE: "FREE";
|
15
|
-
}>;
|
16
11
|
fullName: z.ZodString;
|
17
12
|
mail: z.ZodString;
|
18
|
-
dni: z.ZodString;
|
19
|
-
seat: z.ZodNullable<z.ZodNumber>;
|
20
13
|
created_at: z.ZodDate;
|
21
14
|
updated_at: z.ZodDate;
|
22
15
|
}, {
|
@@ -80,13 +73,10 @@ export declare const findByProfileIdTicketResponseSchema: z.ZodObject<{
|
|
80
73
|
supraEventId: string | null;
|
81
74
|
};
|
82
75
|
id: string;
|
83
|
-
type: "
|
76
|
+
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
84
77
|
fullName: string;
|
85
78
|
mail: string;
|
86
79
|
eventId: string;
|
87
|
-
status: "BOOKED" | "PAID" | "FREE";
|
88
|
-
seat: number | null;
|
89
|
-
dni: string;
|
90
80
|
created_at: Date;
|
91
81
|
updated_at: Date;
|
92
82
|
}, {
|
@@ -106,13 +96,10 @@ export declare const findByProfileIdTicketResponseSchema: z.ZodObject<{
|
|
106
96
|
supraEventId: string | null;
|
107
97
|
};
|
108
98
|
id: string;
|
109
|
-
type: "
|
99
|
+
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
110
100
|
fullName: string;
|
111
101
|
mail: string;
|
112
102
|
eventId: string;
|
113
|
-
status: "BOOKED" | "PAID" | "FREE";
|
114
|
-
seat: number | null;
|
115
|
-
dni: string;
|
116
103
|
created_at: Date;
|
117
104
|
updated_at: Date;
|
118
105
|
}>, "many">;
|
@@ -134,13 +121,10 @@ export declare const findByProfileIdTicketResponseSchema: z.ZodObject<{
|
|
134
121
|
supraEventId: string | null;
|
135
122
|
};
|
136
123
|
id: string;
|
137
|
-
type: "
|
124
|
+
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
138
125
|
fullName: string;
|
139
126
|
mail: string;
|
140
127
|
eventId: string;
|
141
|
-
status: "BOOKED" | "PAID" | "FREE";
|
142
|
-
seat: number | null;
|
143
|
-
dni: string;
|
144
128
|
created_at: Date;
|
145
129
|
updated_at: Date;
|
146
130
|
}[];
|
@@ -162,13 +146,10 @@ export declare const findByProfileIdTicketResponseSchema: z.ZodObject<{
|
|
162
146
|
supraEventId: string | null;
|
163
147
|
};
|
164
148
|
id: string;
|
165
|
-
type: "
|
149
|
+
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
166
150
|
fullName: string;
|
167
151
|
mail: string;
|
168
152
|
eventId: string;
|
169
|
-
status: "BOOKED" | "PAID" | "FREE";
|
170
|
-
seat: number | null;
|
171
|
-
dni: string;
|
172
153
|
created_at: Date;
|
173
154
|
updated_at: Date;
|
174
155
|
}[];
|
@@ -182,15 +163,8 @@ declare const FindByProfileIdTicketResponseDto_base: import("@anatine/zod-nestjs
|
|
182
163
|
STAFF: "STAFF";
|
183
164
|
SPECTATOR: "SPECTATOR";
|
184
165
|
}>;
|
185
|
-
status: z.ZodNativeEnum<{
|
186
|
-
BOOKED: "BOOKED";
|
187
|
-
PAID: "PAID";
|
188
|
-
FREE: "FREE";
|
189
|
-
}>;
|
190
166
|
fullName: z.ZodString;
|
191
167
|
mail: z.ZodString;
|
192
|
-
dni: z.ZodString;
|
193
|
-
seat: z.ZodNullable<z.ZodNumber>;
|
194
168
|
created_at: z.ZodString;
|
195
169
|
updated_at: z.ZodString;
|
196
170
|
event: z.ZodObject<{
|
@@ -253,13 +227,10 @@ declare const FindByProfileIdTicketResponseDto_base: import("@anatine/zod-nestjs
|
|
253
227
|
supraEventId: string | null;
|
254
228
|
};
|
255
229
|
id: string;
|
256
|
-
type: "
|
230
|
+
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
257
231
|
fullName: string;
|
258
232
|
mail: string;
|
259
233
|
eventId: string;
|
260
|
-
status: "BOOKED" | "PAID" | "FREE";
|
261
|
-
seat: number | null;
|
262
|
-
dni: string;
|
263
234
|
created_at: string;
|
264
235
|
updated_at: string;
|
265
236
|
}, {
|
@@ -279,13 +250,10 @@ declare const FindByProfileIdTicketResponseDto_base: import("@anatine/zod-nestjs
|
|
279
250
|
supraEventId: string | null;
|
280
251
|
};
|
281
252
|
id: string;
|
282
|
-
type: "
|
253
|
+
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
283
254
|
fullName: string;
|
284
255
|
mail: string;
|
285
256
|
eventId: string;
|
286
|
-
status: "BOOKED" | "PAID" | "FREE";
|
287
|
-
seat: number | null;
|
288
|
-
dni: string;
|
289
257
|
created_at: string;
|
290
258
|
updated_at: string;
|
291
259
|
}>, "many">;
|
@@ -307,13 +275,10 @@ declare const FindByProfileIdTicketResponseDto_base: import("@anatine/zod-nestjs
|
|
307
275
|
supraEventId: string | null;
|
308
276
|
};
|
309
277
|
id: string;
|
310
|
-
type: "
|
278
|
+
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
311
279
|
fullName: string;
|
312
280
|
mail: string;
|
313
281
|
eventId: string;
|
314
|
-
status: "BOOKED" | "PAID" | "FREE";
|
315
|
-
seat: number | null;
|
316
|
-
dni: string;
|
317
282
|
created_at: string;
|
318
283
|
updated_at: string;
|
319
284
|
}[];
|
@@ -335,13 +300,10 @@ declare const FindByProfileIdTicketResponseDto_base: import("@anatine/zod-nestjs
|
|
335
300
|
supraEventId: string | null;
|
336
301
|
};
|
337
302
|
id: string;
|
338
|
-
type: "
|
303
|
+
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
339
304
|
fullName: string;
|
340
305
|
mail: string;
|
341
306
|
eventId: string;
|
342
|
-
status: "BOOKED" | "PAID" | "FREE";
|
343
|
-
seat: number | null;
|
344
|
-
dni: string;
|
345
307
|
created_at: string;
|
346
308
|
updated_at: string;
|
347
309
|
}[];
|
@@ -6,37 +6,24 @@ export declare const findTicketResponseSchema: import("zod").ZodObject<{
|
|
6
6
|
STAFF: "STAFF";
|
7
7
|
SPECTATOR: "SPECTATOR";
|
8
8
|
}>;
|
9
|
-
status: import("zod").ZodNativeEnum<{
|
10
|
-
BOOKED: "BOOKED";
|
11
|
-
PAID: "PAID";
|
12
|
-
FREE: "FREE";
|
13
|
-
}>;
|
14
9
|
fullName: import("zod").ZodString;
|
15
10
|
mail: import("zod").ZodString;
|
16
|
-
dni: import("zod").ZodString;
|
17
|
-
seat: import("zod").ZodNullable<import("zod").ZodNumber>;
|
18
11
|
created_at: import("zod").ZodDate;
|
19
12
|
updated_at: import("zod").ZodDate;
|
20
13
|
}, "strip", import("zod").ZodTypeAny, {
|
21
14
|
id: string;
|
22
|
-
type: "
|
15
|
+
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
23
16
|
fullName: string;
|
24
17
|
mail: string;
|
25
18
|
eventId: string;
|
26
|
-
status: "BOOKED" | "PAID" | "FREE";
|
27
|
-
seat: number | null;
|
28
|
-
dni: string;
|
29
19
|
created_at: Date;
|
30
20
|
updated_at: Date;
|
31
21
|
}, {
|
32
22
|
id: string;
|
33
|
-
type: "
|
23
|
+
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
34
24
|
fullName: string;
|
35
25
|
mail: string;
|
36
26
|
eventId: string;
|
37
|
-
status: "BOOKED" | "PAID" | "FREE";
|
38
|
-
seat: number | null;
|
39
|
-
dni: string;
|
40
27
|
created_at: Date;
|
41
28
|
updated_at: Date;
|
42
29
|
}>;
|
@@ -48,37 +35,24 @@ declare const FindTicketResponseDto_base: import("@anatine/zod-nestjs").ZodDtoSt
|
|
48
35
|
STAFF: "STAFF";
|
49
36
|
SPECTATOR: "SPECTATOR";
|
50
37
|
}>;
|
51
|
-
status: import("zod").ZodNativeEnum<{
|
52
|
-
BOOKED: "BOOKED";
|
53
|
-
PAID: "PAID";
|
54
|
-
FREE: "FREE";
|
55
|
-
}>;
|
56
38
|
fullName: import("zod").ZodString;
|
57
39
|
mail: import("zod").ZodString;
|
58
|
-
dni: import("zod").ZodString;
|
59
|
-
seat: import("zod").ZodNullable<import("zod").ZodNumber>;
|
60
40
|
created_at: import("zod").ZodString;
|
61
41
|
updated_at: import("zod").ZodString;
|
62
42
|
}, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
63
43
|
id: string;
|
64
|
-
type: "
|
44
|
+
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
65
45
|
fullName: string;
|
66
46
|
mail: string;
|
67
47
|
eventId: string;
|
68
|
-
status: "BOOKED" | "PAID" | "FREE";
|
69
|
-
seat: number | null;
|
70
|
-
dni: string;
|
71
48
|
created_at: string;
|
72
49
|
updated_at: string;
|
73
50
|
}, {
|
74
51
|
id: string;
|
75
|
-
type: "
|
52
|
+
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
76
53
|
fullName: string;
|
77
54
|
mail: string;
|
78
55
|
eventId: string;
|
79
|
-
status: "BOOKED" | "PAID" | "FREE";
|
80
|
-
seat: number | null;
|
81
|
-
dni: string;
|
82
56
|
created_at: string;
|
83
57
|
updated_at: string;
|
84
58
|
}>>;
|