expo-backend-types 0.37.0-EXPO-325-ExpoBackend-Emision-de-multiples-tickets.1 → 0.37.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (83) hide show
  1. package/dist/src/account/dto/get-global-filter.dto.d.ts +8 -8
  2. package/dist/src/account/dto/get-me.dto.d.ts +16 -16
  3. package/dist/src/account/dto/update-global-filter.dto.d.ts +8 -8
  4. package/dist/src/event/dto/create-event.dto.d.ts +8 -8
  5. package/dist/src/event/dto/event-tickets.dto.d.ts +2 -2
  6. package/dist/src/event/dto/get-active-events.dto.d.ts +12 -12
  7. package/dist/src/event/dto/get-all-event.dto.d.ts +56 -56
  8. package/dist/src/event/dto/get-by-id-event.dto.d.ts +78 -50
  9. package/dist/src/event/dto/update-event.dto.d.ts +24 -24
  10. package/dist/src/exports.d.ts +0 -1
  11. package/dist/src/exports.js +0 -1
  12. package/dist/src/i18n/es.d.ts +22 -31
  13. package/dist/src/i18n/es.js +22 -31
  14. package/dist/src/i18n/es.js.map +1 -1
  15. package/dist/src/mi-expo/dto/get-me.dto.d.ts +5 -5
  16. package/dist/src/mi-expo/dto/login-with-phone.dto.d.ts +9 -9
  17. package/dist/src/mi-expo/dto/login.dto.d.ts +9 -9
  18. package/dist/src/mi-expo/dto/update-me.dto.d.ts +11 -11
  19. package/dist/src/otp/dto/verify-otp.dto.d.ts +8 -8
  20. package/dist/src/profile/dto/create-profile.dto.d.ts +10 -10
  21. package/dist/src/profile/dto/delete-profile.dto.d.ts +4 -4
  22. package/dist/src/profile/dto/find-all-profile.dto.d.ts +20 -20
  23. package/dist/src/profile/dto/find-by-date-range-profile.dto.d.ts +32 -32
  24. package/dist/src/profile/dto/find-by-id-profile.dto.d.ts +13 -13
  25. package/dist/src/profile/dto/find-by-phone-number.dto.d.ts +4 -4
  26. package/dist/src/profile/dto/find-by-tag-groups-profile.dto.d.ts +20 -20
  27. package/dist/src/profile/dto/find-by-tags-profile.dto.d.ts +20 -20
  28. package/dist/src/profile/dto/find-with-active-chat.dto.d.ts +20 -20
  29. package/dist/src/profile/dto/profile.dto.d.ts +2 -2
  30. package/dist/src/profile/dto/update-profile.dto.d.ts +10 -10
  31. package/dist/src/schema/profile.schema.d.ts +2 -2
  32. package/dist/src/tag/dto/create-tag.dto.d.ts +4 -4
  33. package/dist/src/tag/dto/delete-tag.dto.d.ts +4 -4
  34. package/dist/src/tag/dto/find-all-tag.dto.d.ts +8 -8
  35. package/dist/src/tag/dto/find-by-group-tag.dto.d.ts +8 -8
  36. package/dist/src/tag/dto/find-one-tag.dto.d.ts +4 -4
  37. package/dist/src/tag/dto/massive-allocation.dto.d.ts +8 -8
  38. package/dist/src/tag/dto/massive-deallocation.dto.d.ts +8 -8
  39. package/dist/src/tag/dto/tag.dto.d.ts +4 -4
  40. package/dist/src/tag/dto/update-tag.dto.d.ts +4 -4
  41. package/dist/src/tag-group/dto/find-all-tag-group.dto.d.ts +12 -12
  42. package/dist/src/tag-group/dto/find-all-with-tags.dto.d.ts +12 -12
  43. package/dist/src/tag-group/dto/find-one-tag-group.dto.d.ts +8 -8
  44. package/dist/src/ticket/constants.d.ts +12 -14
  45. package/dist/src/ticket/constants.js +355 -248
  46. package/dist/src/ticket/dto/create-ticket.dto.d.ts +56 -21
  47. package/dist/src/ticket/dto/create-ticket.dto.js +2 -1
  48. package/dist/src/ticket/dto/delete-ticket.dto.d.ts +30 -10
  49. package/dist/src/ticket/dto/find-all-tickets.dto.d.ts +46 -18
  50. package/dist/src/ticket/dto/find-by-event-ticket.dto.d.ts +58 -30
  51. package/dist/src/ticket/dto/find-by-id-ticket.dto.d.ts +58 -30
  52. package/dist/src/ticket/dto/find-by-mail-ticket.dto.d.ts +58 -30
  53. package/dist/src/ticket/dto/find-by-profile-id-ticket.dto.d.ts +46 -18
  54. package/dist/src/ticket/dto/find-ticket.dto.d.ts +30 -10
  55. package/dist/src/ticket/dto/send-email.dto.d.ts +18 -0
  56. package/dist/src/ticket/dto/send-email.dto.js +15 -0
  57. package/dist/src/ticket/dto/ticket.dto.d.ts +30 -10
  58. package/dist/src/ticket/dto/ticket.dto.js +5 -2
  59. package/dist/src/ticket/dto/update-ticket.dto.d.ts +48 -20
  60. package/dist/src/ticket/dto/update-ticket.dto.js +1 -1
  61. package/dist/types/prisma-schema/edge.js +7 -15
  62. package/dist/types/prisma-schema/index-browser.js +4 -12
  63. package/dist/types/prisma-schema/index.d.ts +362 -2212
  64. package/dist/types/prisma-schema/index.js +7 -15
  65. package/dist/types/prisma-schema/package.json +1 -1
  66. package/dist/types/prisma-schema/schema.prisma +7 -22
  67. package/dist/types/prisma-schema/wasm.js +4 -12
  68. package/dist/types/schema.d.ts +40 -308
  69. package/package.json +6 -6
  70. package/dist/src/ticket/dto/create-many-ticket.dto.d.ts +0 -704
  71. package/dist/src/ticket/dto/create-many-ticket.dto.js +0 -58
  72. package/dist/src/ticket-group/dto/create-ticket-group.dto.d.ts +0 -346
  73. package/dist/src/ticket-group/dto/create-ticket-group.dto.js +0 -27
  74. package/dist/src/ticket-group/dto/delete-ticket-group.dto.d.ts +0 -55
  75. package/dist/src/ticket-group/dto/delete-ticket-group.dto.js +0 -10
  76. package/dist/src/ticket-group/dto/find-tickets-by-event.dto.d.ts +0 -8
  77. package/dist/src/ticket-group/dto/find-tickets-by-event.dto.js +0 -11
  78. package/dist/src/ticket-group/dto/ticket-group.dto.d.ts +0 -56
  79. package/dist/src/ticket-group/dto/ticket-group.dto.js +0 -27
  80. package/dist/src/ticket-group/dto/update-ticket-group.dto.d.ts +0 -79
  81. package/dist/src/ticket-group/dto/update-ticket-group.dto.js +0 -18
  82. package/dist/src/ticket-group/exports.d.ts +0 -5
  83. package/dist/src/ticket-group/exports.js +0 -22
@@ -8,9 +8,15 @@ 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
+ }>;
11
16
  fullName: z.ZodString;
12
17
  mail: z.ZodString;
13
- ticketGroupId: z.ZodString;
18
+ dni: z.ZodString;
19
+ seat: z.ZodNullable<z.ZodNumber>;
14
20
  created_at: z.ZodDate;
15
21
  updated_at: z.ZodDate;
16
22
  }, {
@@ -78,6 +84,7 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
78
84
  fullName: string;
79
85
  profilePictureUrl: string | null;
80
86
  mail: string | null;
87
+ dni: string | null;
81
88
  created_at: Date;
82
89
  updated_at: Date;
83
90
  shortId: number;
@@ -87,7 +94,6 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
87
94
  gender: string | null;
88
95
  birthDate: Date | null;
89
96
  instagram: string | null;
90
- dni: string | null;
91
97
  alternativeNames: string[];
92
98
  birthLocationId: string | null;
93
99
  residenceLocationId: string | null;
@@ -102,6 +108,7 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
102
108
  fullName: string;
103
109
  profilePictureUrl: string | null;
104
110
  mail: string | null;
111
+ dni: string | null;
105
112
  created_at: Date;
106
113
  updated_at: Date;
107
114
  shortId: number;
@@ -111,7 +118,6 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
111
118
  gender: string | null;
112
119
  birthDate: string | null;
113
120
  instagram: string | null;
114
- dni: string | null;
115
121
  alternativeNames: string[];
116
122
  birthLocationId: string | null;
117
123
  residenceLocationId: string | null;
@@ -135,6 +141,7 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
135
141
  fullName: string;
136
142
  profilePictureUrl: string | null;
137
143
  mail: string | null;
144
+ dni: string | null;
138
145
  created_at: Date;
139
146
  updated_at: Date;
140
147
  shortId: number;
@@ -144,7 +151,6 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
144
151
  gender: string | null;
145
152
  birthDate: Date | null;
146
153
  instagram: string | null;
147
- dni: string | null;
148
154
  alternativeNames: string[];
149
155
  birthLocationId: string | null;
150
156
  residenceLocationId: string | null;
@@ -152,13 +158,15 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
152
158
  movedToTrashDate: Date | null;
153
159
  } | null;
154
160
  id: string;
155
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
161
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
156
162
  fullName: string;
157
163
  mail: string;
158
164
  eventId: string;
165
+ status: "BOOKED" | "PAID" | "FREE";
166
+ seat: number | null;
167
+ dni: string;
159
168
  created_at: Date;
160
169
  updated_at: Date;
161
- ticketGroupId: string;
162
170
  }, {
163
171
  event: {
164
172
  location: string;
@@ -174,6 +182,7 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
174
182
  fullName: string;
175
183
  profilePictureUrl: string | null;
176
184
  mail: string | null;
185
+ dni: string | null;
177
186
  created_at: Date;
178
187
  updated_at: Date;
179
188
  shortId: number;
@@ -183,7 +192,6 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
183
192
  gender: string | null;
184
193
  birthDate: string | null;
185
194
  instagram: string | null;
186
- dni: string | null;
187
195
  alternativeNames: string[];
188
196
  birthLocationId: string | null;
189
197
  residenceLocationId: string | null;
@@ -192,13 +200,15 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
192
200
  role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
193
201
  } | null;
194
202
  id: string;
195
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
203
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
196
204
  fullName: string;
197
205
  mail: string;
198
206
  eventId: string;
207
+ status: "BOOKED" | "PAID" | "FREE";
208
+ seat: number | null;
209
+ dni: string;
199
210
  created_at: Date;
200
211
  updated_at: Date;
201
- ticketGroupId: string;
202
212
  }>, "many">;
203
213
  }, "strip", z.ZodTypeAny, {
204
214
  tickets: {
@@ -217,6 +227,7 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
217
227
  fullName: string;
218
228
  profilePictureUrl: string | null;
219
229
  mail: string | null;
230
+ dni: string | null;
220
231
  created_at: Date;
221
232
  updated_at: Date;
222
233
  shortId: number;
@@ -226,7 +237,6 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
226
237
  gender: string | null;
227
238
  birthDate: Date | null;
228
239
  instagram: string | null;
229
- dni: string | null;
230
240
  alternativeNames: string[];
231
241
  birthLocationId: string | null;
232
242
  residenceLocationId: string | null;
@@ -234,13 +244,15 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
234
244
  movedToTrashDate: Date | null;
235
245
  } | null;
236
246
  id: string;
237
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
247
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
238
248
  fullName: string;
239
249
  mail: string;
240
250
  eventId: string;
251
+ status: "BOOKED" | "PAID" | "FREE";
252
+ seat: number | null;
253
+ dni: string;
241
254
  created_at: Date;
242
255
  updated_at: Date;
243
- ticketGroupId: string;
244
256
  }[];
245
257
  }, {
246
258
  tickets: {
@@ -258,6 +270,7 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
258
270
  fullName: string;
259
271
  profilePictureUrl: string | null;
260
272
  mail: string | null;
273
+ dni: string | null;
261
274
  created_at: Date;
262
275
  updated_at: Date;
263
276
  shortId: number;
@@ -267,7 +280,6 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
267
280
  gender: string | null;
268
281
  birthDate: string | null;
269
282
  instagram: string | null;
270
- dni: string | null;
271
283
  alternativeNames: string[];
272
284
  birthLocationId: string | null;
273
285
  residenceLocationId: string | null;
@@ -276,13 +288,15 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
276
288
  role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
277
289
  } | null;
278
290
  id: string;
279
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
291
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
280
292
  fullName: string;
281
293
  mail: string;
282
294
  eventId: string;
295
+ status: "BOOKED" | "PAID" | "FREE";
296
+ seat: number | null;
297
+ dni: string;
283
298
  created_at: Date;
284
299
  updated_at: Date;
285
- ticketGroupId: string;
286
300
  }[];
287
301
  }>;
288
302
  declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodObject<{
@@ -294,9 +308,15 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
294
308
  STAFF: "STAFF";
295
309
  SPECTATOR: "SPECTATOR";
296
310
  }>;
311
+ status: z.ZodNativeEnum<{
312
+ BOOKED: "BOOKED";
313
+ PAID: "PAID";
314
+ FREE: "FREE";
315
+ }>;
297
316
  fullName: z.ZodString;
298
317
  mail: z.ZodString;
299
- ticketGroupId: z.ZodString;
318
+ dni: z.ZodString;
319
+ seat: z.ZodNullable<z.ZodNumber>;
300
320
  created_at: z.ZodString;
301
321
  updated_at: z.ZodString;
302
322
  event: z.ZodObject<{
@@ -353,6 +373,7 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
353
373
  fullName: string;
354
374
  profilePictureUrl: string | null;
355
375
  mail: string | null;
376
+ dni: string | null;
356
377
  created_at: string;
357
378
  updated_at: string;
358
379
  shortId: number;
@@ -362,7 +383,6 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
362
383
  gender: string | null;
363
384
  birthDate: string | null;
364
385
  instagram: string | null;
365
- dni: string | null;
366
386
  alternativeNames: string[];
367
387
  birthLocationId: string | null;
368
388
  residenceLocationId: string | null;
@@ -377,6 +397,7 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
377
397
  fullName: string;
378
398
  profilePictureUrl: string | null;
379
399
  mail: string | null;
400
+ dni: string | null;
380
401
  created_at: string;
381
402
  updated_at: string;
382
403
  shortId: number;
@@ -386,7 +407,6 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
386
407
  gender: string | null;
387
408
  birthDate: string | null;
388
409
  instagram: string | null;
389
- dni: string | null;
390
410
  alternativeNames: string[];
391
411
  birthLocationId: string | null;
392
412
  residenceLocationId: string | null;
@@ -410,6 +430,7 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
410
430
  fullName: string;
411
431
  profilePictureUrl: string | null;
412
432
  mail: string | null;
433
+ dni: string | null;
413
434
  created_at: string;
414
435
  updated_at: string;
415
436
  shortId: number;
@@ -419,7 +440,6 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
419
440
  gender: string | null;
420
441
  birthDate: string | null;
421
442
  instagram: string | null;
422
- dni: string | null;
423
443
  alternativeNames: string[];
424
444
  birthLocationId: string | null;
425
445
  residenceLocationId: string | null;
@@ -427,13 +447,15 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
427
447
  movedToTrashDate: string | null;
428
448
  } | null;
429
449
  id: string;
430
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
450
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
431
451
  fullName: string;
432
452
  mail: string;
433
453
  eventId: string;
454
+ status: "BOOKED" | "PAID" | "FREE";
455
+ seat: number | null;
456
+ dni: string;
434
457
  created_at: string;
435
458
  updated_at: string;
436
- ticketGroupId: string;
437
459
  }, {
438
460
  event: {
439
461
  location: string;
@@ -449,6 +471,7 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
449
471
  fullName: string;
450
472
  profilePictureUrl: string | null;
451
473
  mail: string | null;
474
+ dni: string | null;
452
475
  created_at: string;
453
476
  updated_at: string;
454
477
  shortId: number;
@@ -458,7 +481,6 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
458
481
  gender: string | null;
459
482
  birthDate: string | null;
460
483
  instagram: string | null;
461
- dni: string | null;
462
484
  alternativeNames: string[];
463
485
  birthLocationId: string | null;
464
486
  residenceLocationId: string | null;
@@ -467,13 +489,15 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
467
489
  role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
468
490
  } | null;
469
491
  id: string;
470
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
492
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
471
493
  fullName: string;
472
494
  mail: string;
473
495
  eventId: string;
496
+ status: "BOOKED" | "PAID" | "FREE";
497
+ seat: number | null;
498
+ dni: string;
474
499
  created_at: string;
475
500
  updated_at: string;
476
- ticketGroupId: string;
477
501
  }>, "many">;
478
502
  }, z.UnknownKeysParam, z.ZodTypeAny, {
479
503
  tickets: {
@@ -492,6 +516,7 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
492
516
  fullName: string;
493
517
  profilePictureUrl: string | null;
494
518
  mail: string | null;
519
+ dni: string | null;
495
520
  created_at: string;
496
521
  updated_at: string;
497
522
  shortId: number;
@@ -501,7 +526,6 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
501
526
  gender: string | null;
502
527
  birthDate: string | null;
503
528
  instagram: string | null;
504
- dni: string | null;
505
529
  alternativeNames: string[];
506
530
  birthLocationId: string | null;
507
531
  residenceLocationId: string | null;
@@ -509,13 +533,15 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
509
533
  movedToTrashDate: string | null;
510
534
  } | null;
511
535
  id: string;
512
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
536
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
513
537
  fullName: string;
514
538
  mail: string;
515
539
  eventId: string;
540
+ status: "BOOKED" | "PAID" | "FREE";
541
+ seat: number | null;
542
+ dni: string;
516
543
  created_at: string;
517
544
  updated_at: string;
518
- ticketGroupId: string;
519
545
  }[];
520
546
  }, {
521
547
  tickets: {
@@ -533,6 +559,7 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
533
559
  fullName: string;
534
560
  profilePictureUrl: string | null;
535
561
  mail: string | null;
562
+ dni: string | null;
536
563
  created_at: string;
537
564
  updated_at: string;
538
565
  shortId: number;
@@ -542,7 +569,6 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
542
569
  gender: string | null;
543
570
  birthDate: string | null;
544
571
  instagram: string | null;
545
- dni: string | null;
546
572
  alternativeNames: string[];
547
573
  birthLocationId: string | null;
548
574
  residenceLocationId: string | null;
@@ -551,13 +577,15 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
551
577
  role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
552
578
  } | null;
553
579
  id: string;
554
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
580
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
555
581
  fullName: string;
556
582
  mail: string;
557
583
  eventId: string;
584
+ status: "BOOKED" | "PAID" | "FREE";
585
+ seat: number | null;
586
+ dni: string;
558
587
  created_at: string;
559
588
  updated_at: string;
560
- ticketGroupId: string;
561
589
  }[];
562
590
  }>>;
563
591
  export declare class FindByMailTicketResponseDto extends FindByMailTicketResponseDto_base {
@@ -8,9 +8,15 @@ 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
+ }>;
11
16
  fullName: z.ZodString;
12
17
  mail: z.ZodString;
13
- ticketGroupId: z.ZodString;
18
+ dni: z.ZodString;
19
+ seat: z.ZodNullable<z.ZodNumber>;
14
20
  created_at: z.ZodDate;
15
21
  updated_at: z.ZodDate;
16
22
  }, {
@@ -74,13 +80,15 @@ export declare const findByProfileIdTicketResponseSchema: z.ZodObject<{
74
80
  supraEventId: string | null;
75
81
  };
76
82
  id: string;
77
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
83
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
78
84
  fullName: string;
79
85
  mail: string;
80
86
  eventId: string;
87
+ status: "BOOKED" | "PAID" | "FREE";
88
+ seat: number | null;
89
+ dni: string;
81
90
  created_at: Date;
82
91
  updated_at: Date;
83
- ticketGroupId: string;
84
92
  }, {
85
93
  event: {
86
94
  location: string;
@@ -98,13 +106,15 @@ export declare const findByProfileIdTicketResponseSchema: z.ZodObject<{
98
106
  supraEventId: string | null;
99
107
  };
100
108
  id: string;
101
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
109
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
102
110
  fullName: string;
103
111
  mail: string;
104
112
  eventId: string;
113
+ status: "BOOKED" | "PAID" | "FREE";
114
+ seat: number | null;
115
+ dni: string;
105
116
  created_at: Date;
106
117
  updated_at: Date;
107
- ticketGroupId: string;
108
118
  }>, "many">;
109
119
  }, "strip", z.ZodTypeAny, {
110
120
  tickets: {
@@ -124,13 +134,15 @@ export declare const findByProfileIdTicketResponseSchema: z.ZodObject<{
124
134
  supraEventId: string | null;
125
135
  };
126
136
  id: string;
127
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
137
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
128
138
  fullName: string;
129
139
  mail: string;
130
140
  eventId: string;
141
+ status: "BOOKED" | "PAID" | "FREE";
142
+ seat: number | null;
143
+ dni: string;
131
144
  created_at: Date;
132
145
  updated_at: Date;
133
- ticketGroupId: string;
134
146
  }[];
135
147
  }, {
136
148
  tickets: {
@@ -150,13 +162,15 @@ export declare const findByProfileIdTicketResponseSchema: z.ZodObject<{
150
162
  supraEventId: string | null;
151
163
  };
152
164
  id: string;
153
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
165
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
154
166
  fullName: string;
155
167
  mail: string;
156
168
  eventId: string;
169
+ status: "BOOKED" | "PAID" | "FREE";
170
+ seat: number | null;
171
+ dni: string;
157
172
  created_at: Date;
158
173
  updated_at: Date;
159
- ticketGroupId: string;
160
174
  }[];
161
175
  }>;
162
176
  declare const FindByProfileIdTicketResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodObject<{
@@ -168,9 +182,15 @@ declare const FindByProfileIdTicketResponseDto_base: import("@anatine/zod-nestjs
168
182
  STAFF: "STAFF";
169
183
  SPECTATOR: "SPECTATOR";
170
184
  }>;
185
+ status: z.ZodNativeEnum<{
186
+ BOOKED: "BOOKED";
187
+ PAID: "PAID";
188
+ FREE: "FREE";
189
+ }>;
171
190
  fullName: z.ZodString;
172
191
  mail: z.ZodString;
173
- ticketGroupId: z.ZodString;
192
+ dni: z.ZodString;
193
+ seat: z.ZodNullable<z.ZodNumber>;
174
194
  created_at: z.ZodString;
175
195
  updated_at: z.ZodString;
176
196
  event: z.ZodObject<{
@@ -233,13 +253,15 @@ declare const FindByProfileIdTicketResponseDto_base: import("@anatine/zod-nestjs
233
253
  supraEventId: string | null;
234
254
  };
235
255
  id: string;
236
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
256
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
237
257
  fullName: string;
238
258
  mail: string;
239
259
  eventId: string;
260
+ status: "BOOKED" | "PAID" | "FREE";
261
+ seat: number | null;
262
+ dni: string;
240
263
  created_at: string;
241
264
  updated_at: string;
242
- ticketGroupId: string;
243
265
  }, {
244
266
  event: {
245
267
  location: string;
@@ -257,13 +279,15 @@ declare const FindByProfileIdTicketResponseDto_base: import("@anatine/zod-nestjs
257
279
  supraEventId: string | null;
258
280
  };
259
281
  id: string;
260
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
282
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
261
283
  fullName: string;
262
284
  mail: string;
263
285
  eventId: string;
286
+ status: "BOOKED" | "PAID" | "FREE";
287
+ seat: number | null;
288
+ dni: string;
264
289
  created_at: string;
265
290
  updated_at: string;
266
- ticketGroupId: string;
267
291
  }>, "many">;
268
292
  }, z.UnknownKeysParam, z.ZodTypeAny, {
269
293
  tickets: {
@@ -283,13 +307,15 @@ declare const FindByProfileIdTicketResponseDto_base: import("@anatine/zod-nestjs
283
307
  supraEventId: string | null;
284
308
  };
285
309
  id: string;
286
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
310
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
287
311
  fullName: string;
288
312
  mail: string;
289
313
  eventId: string;
314
+ status: "BOOKED" | "PAID" | "FREE";
315
+ seat: number | null;
316
+ dni: string;
290
317
  created_at: string;
291
318
  updated_at: string;
292
- ticketGroupId: string;
293
319
  }[];
294
320
  }, {
295
321
  tickets: {
@@ -309,13 +335,15 @@ declare const FindByProfileIdTicketResponseDto_base: import("@anatine/zod-nestjs
309
335
  supraEventId: string | null;
310
336
  };
311
337
  id: string;
312
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
338
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
313
339
  fullName: string;
314
340
  mail: string;
315
341
  eventId: string;
342
+ status: "BOOKED" | "PAID" | "FREE";
343
+ seat: number | null;
344
+ dni: string;
316
345
  created_at: string;
317
346
  updated_at: string;
318
- ticketGroupId: string;
319
347
  }[];
320
348
  }>>;
321
349
  export declare class FindByProfileIdTicketResponseDto extends FindByProfileIdTicketResponseDto_base {
@@ -6,29 +6,39 @@ 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
+ }>;
9
14
  fullName: import("zod").ZodString;
10
15
  mail: import("zod").ZodString;
11
- ticketGroupId: import("zod").ZodString;
16
+ dni: import("zod").ZodString;
17
+ seat: import("zod").ZodNullable<import("zod").ZodNumber>;
12
18
  created_at: import("zod").ZodDate;
13
19
  updated_at: import("zod").ZodDate;
14
20
  }, "strip", import("zod").ZodTypeAny, {
15
21
  id: string;
16
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
22
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
17
23
  fullName: string;
18
24
  mail: string;
19
25
  eventId: string;
26
+ status: "BOOKED" | "PAID" | "FREE";
27
+ seat: number | null;
28
+ dni: string;
20
29
  created_at: Date;
21
30
  updated_at: Date;
22
- ticketGroupId: string;
23
31
  }, {
24
32
  id: string;
25
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
33
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
26
34
  fullName: string;
27
35
  mail: string;
28
36
  eventId: string;
37
+ status: "BOOKED" | "PAID" | "FREE";
38
+ seat: number | null;
39
+ dni: string;
29
40
  created_at: Date;
30
41
  updated_at: Date;
31
- ticketGroupId: string;
32
42
  }>;
33
43
  declare const FindTicketResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<import("zod").ZodObject<{
34
44
  id: import("zod").ZodString;
@@ -38,29 +48,39 @@ declare const FindTicketResponseDto_base: import("@anatine/zod-nestjs").ZodDtoSt
38
48
  STAFF: "STAFF";
39
49
  SPECTATOR: "SPECTATOR";
40
50
  }>;
51
+ status: import("zod").ZodNativeEnum<{
52
+ BOOKED: "BOOKED";
53
+ PAID: "PAID";
54
+ FREE: "FREE";
55
+ }>;
41
56
  fullName: import("zod").ZodString;
42
57
  mail: import("zod").ZodString;
43
- ticketGroupId: import("zod").ZodString;
58
+ dni: import("zod").ZodString;
59
+ seat: import("zod").ZodNullable<import("zod").ZodNumber>;
44
60
  created_at: import("zod").ZodString;
45
61
  updated_at: import("zod").ZodString;
46
62
  }, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
47
63
  id: string;
48
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
64
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
49
65
  fullName: string;
50
66
  mail: string;
51
67
  eventId: string;
68
+ status: "BOOKED" | "PAID" | "FREE";
69
+ seat: number | null;
70
+ dni: string;
52
71
  created_at: string;
53
72
  updated_at: string;
54
- ticketGroupId: string;
55
73
  }, {
56
74
  id: string;
57
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
75
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
58
76
  fullName: string;
59
77
  mail: string;
60
78
  eventId: string;
79
+ status: "BOOKED" | "PAID" | "FREE";
80
+ seat: number | null;
81
+ dni: string;
61
82
  created_at: string;
62
83
  updated_at: string;
63
- ticketGroupId: string;
64
84
  }>>;
65
85
  export declare class FindTicketResponseDto extends FindTicketResponseDto_base {
66
86
  }
@@ -0,0 +1,18 @@
1
+ import z from 'zod';
2
+ export declare const sendEmailResponseSchema: z.ZodObject<{
3
+ mailId: z.ZodString;
4
+ }, "strip", z.ZodTypeAny, {
5
+ mailId: string;
6
+ }, {
7
+ mailId: string;
8
+ }>;
9
+ declare const SendEmailResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodObject<{
10
+ mailId: z.ZodString;
11
+ }, z.UnknownKeysParam, z.ZodTypeAny, {
12
+ mailId: string;
13
+ }, {
14
+ mailId: string;
15
+ }>>;
16
+ export declare class SendEmailResponseDto extends SendEmailResponseDto_base {
17
+ }
18
+ export {};
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.SendEmailResponseDto = exports.sendEmailResponseSchema = void 0;
7
+ const create_zod_dto_without_date_1 = require("../../shared/dto-modification/create-zod-dto-without-date");
8
+ const zod_1 = __importDefault(require("zod"));
9
+ exports.sendEmailResponseSchema = zod_1.default.object({
10
+ mailId: zod_1.default.string(),
11
+ });
12
+ class SendEmailResponseDto extends (0, create_zod_dto_without_date_1.createZodDtoWithoutDate)(exports.sendEmailResponseSchema) {
13
+ }
14
+ exports.SendEmailResponseDto = SendEmailResponseDto;
15
+ //# sourceMappingURL=send-email.dto.js.map