expo-backend-types 0.37.0-EXPO-325-ExpoBackend-Emision-de-multiples-tickets.5 → 0.37.0-EXPO-338-Papa-Francisco.1

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 (70) 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 +68 -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 +21 -36
  13. package/dist/src/i18n/es.js +21 -36
  14. package/dist/src/i18n/es.js.map +1 -1
  15. package/dist/src/profile/dto/find-all-profile.dto.d.ts +12 -12
  16. package/dist/src/profile/dto/find-by-date-range-profile.dto.d.ts +20 -20
  17. package/dist/src/profile/dto/find-by-id-profile.dto.d.ts +8 -8
  18. package/dist/src/profile/dto/find-by-tag-groups-profile.dto.d.ts +12 -12
  19. package/dist/src/profile/dto/find-by-tags-profile.dto.d.ts +12 -12
  20. package/dist/src/profile/dto/find-with-active-chat.dto.d.ts +12 -12
  21. package/dist/src/tag/dto/create-tag.dto.d.ts +4 -4
  22. package/dist/src/tag/dto/delete-tag.dto.d.ts +4 -4
  23. package/dist/src/tag/dto/find-all-tag.dto.d.ts +8 -8
  24. package/dist/src/tag/dto/find-by-group-tag.dto.d.ts +8 -8
  25. package/dist/src/tag/dto/find-one-tag.dto.d.ts +4 -4
  26. package/dist/src/tag/dto/tag.dto.d.ts +4 -4
  27. package/dist/src/tag/dto/update-tag.dto.d.ts +4 -4
  28. package/dist/src/tag-group/dto/find-all-tag-group.dto.d.ts +12 -12
  29. package/dist/src/tag-group/dto/find-all-with-tags.dto.d.ts +12 -12
  30. package/dist/src/tag-group/dto/find-one-tag-group.dto.d.ts +8 -8
  31. package/dist/src/ticket/constants.d.ts +12 -14
  32. package/dist/src/ticket/constants.js +355 -248
  33. package/dist/src/ticket/dto/create-ticket.dto.d.ts +44 -21
  34. package/dist/src/ticket/dto/create-ticket.dto.js +1 -1
  35. package/dist/src/ticket/dto/delete-ticket.dto.d.ts +24 -10
  36. package/dist/src/ticket/dto/find-all-tickets.dto.d.ts +36 -18
  37. package/dist/src/ticket/dto/find-by-event-ticket.dto.d.ts +36 -18
  38. package/dist/src/ticket/dto/find-by-id-ticket.dto.d.ts +36 -18
  39. package/dist/src/ticket/dto/find-by-mail-ticket.dto.d.ts +36 -18
  40. package/dist/src/ticket/dto/find-by-profile-id-ticket.dto.d.ts +36 -18
  41. package/dist/src/ticket/dto/find-ticket.dto.d.ts +24 -10
  42. package/dist/src/ticket/dto/send-email.dto.d.ts +18 -0
  43. package/dist/src/ticket/dto/send-email.dto.js +15 -0
  44. package/dist/src/ticket/dto/ticket.dto.d.ts +24 -10
  45. package/dist/src/ticket/dto/ticket.dto.js +4 -2
  46. package/dist/src/ticket/dto/update-ticket.dto.d.ts +42 -26
  47. package/dist/src/ticket/dto/update-ticket.dto.js +1 -2
  48. package/dist/types/prisma-schema/edge.js +6 -15
  49. package/dist/types/prisma-schema/index-browser.js +3 -12
  50. package/dist/types/prisma-schema/index.d.ts +359 -2257
  51. package/dist/types/prisma-schema/index.js +6 -15
  52. package/dist/types/prisma-schema/package.json +1 -1
  53. package/dist/types/prisma-schema/schema.prisma +7 -23
  54. package/dist/types/prisma-schema/wasm.js +3 -12
  55. package/dist/types/schema.d.ts +29 -317
  56. package/package.json +6 -6
  57. package/dist/src/ticket/dto/create-many-ticket.dto.d.ts +0 -596
  58. package/dist/src/ticket/dto/create-many-ticket.dto.js +0 -50
  59. package/dist/src/ticket-group/dto/create-ticket-group.dto.d.ts +0 -356
  60. package/dist/src/ticket-group/dto/create-ticket-group.dto.js +0 -27
  61. package/dist/src/ticket-group/dto/delete-ticket-group.dto.d.ts +0 -55
  62. package/dist/src/ticket-group/dto/delete-ticket-group.dto.js +0 -10
  63. package/dist/src/ticket-group/dto/find-tickets-by-event.dto.d.ts +0 -32
  64. package/dist/src/ticket-group/dto/find-tickets-by-event.dto.js +0 -20
  65. package/dist/src/ticket-group/dto/ticket-group.dto.d.ts +0 -56
  66. package/dist/src/ticket-group/dto/ticket-group.dto.js +0 -27
  67. package/dist/src/ticket-group/dto/update-ticket-group.dto.d.ts +0 -79
  68. package/dist/src/ticket-group/dto/update-ticket-group.dto.js +0 -18
  69. package/dist/src/ticket-group/exports.d.ts +0 -5
  70. package/dist/src/ticket-group/exports.js +0 -22
@@ -8,10 +8,15 @@ export declare const findByIdTicketResponseSchema: 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
18
  dni: z.ZodString;
14
- ticketGroupId: z.ZodString;
19
+ seat: z.ZodNullable<z.ZodNumber>;
15
20
  created_at: z.ZodDate;
16
21
  updated_at: z.ZodDate;
17
22
  }, {
@@ -153,14 +158,15 @@ export declare const findByIdTicketResponseSchema: z.ZodObject<{
153
158
  movedToTrashDate: Date | null;
154
159
  } | null;
155
160
  id: string;
156
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
161
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
157
162
  fullName: string;
158
163
  mail: string;
159
164
  eventId: string;
165
+ status: "BOOKED" | "PAID" | "FREE";
166
+ seat: number | null;
160
167
  dni: string;
161
168
  created_at: Date;
162
169
  updated_at: Date;
163
- ticketGroupId: string;
164
170
  }, {
165
171
  event: {
166
172
  location: string;
@@ -194,14 +200,15 @@ export declare const findByIdTicketResponseSchema: z.ZodObject<{
194
200
  role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
195
201
  } | null;
196
202
  id: string;
197
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
203
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
198
204
  fullName: string;
199
205
  mail: string;
200
206
  eventId: string;
207
+ status: "BOOKED" | "PAID" | "FREE";
208
+ seat: number | null;
201
209
  dni: string;
202
210
  created_at: Date;
203
211
  updated_at: Date;
204
- ticketGroupId: string;
205
212
  }>;
206
213
  }, "strip", z.ZodTypeAny, {
207
214
  ticket: {
@@ -237,14 +244,15 @@ export declare const findByIdTicketResponseSchema: z.ZodObject<{
237
244
  movedToTrashDate: Date | null;
238
245
  } | null;
239
246
  id: string;
240
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
247
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
241
248
  fullName: string;
242
249
  mail: string;
243
250
  eventId: string;
251
+ status: "BOOKED" | "PAID" | "FREE";
252
+ seat: number | null;
244
253
  dni: string;
245
254
  created_at: Date;
246
255
  updated_at: Date;
247
- ticketGroupId: string;
248
256
  };
249
257
  }, {
250
258
  ticket: {
@@ -280,14 +288,15 @@ export declare const findByIdTicketResponseSchema: z.ZodObject<{
280
288
  role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
281
289
  } | null;
282
290
  id: string;
283
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
291
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
284
292
  fullName: string;
285
293
  mail: string;
286
294
  eventId: string;
295
+ status: "BOOKED" | "PAID" | "FREE";
296
+ seat: number | null;
287
297
  dni: string;
288
298
  created_at: Date;
289
299
  updated_at: Date;
290
- ticketGroupId: string;
291
300
  };
292
301
  }>;
293
302
  declare const FindByIdTicketResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodObject<{
@@ -299,10 +308,15 @@ declare const FindByIdTicketResponseDto_base: import("@anatine/zod-nestjs").ZodD
299
308
  STAFF: "STAFF";
300
309
  SPECTATOR: "SPECTATOR";
301
310
  }>;
311
+ status: z.ZodNativeEnum<{
312
+ BOOKED: "BOOKED";
313
+ PAID: "PAID";
314
+ FREE: "FREE";
315
+ }>;
302
316
  fullName: z.ZodString;
303
317
  mail: z.ZodString;
304
318
  dni: z.ZodString;
305
- ticketGroupId: z.ZodString;
319
+ seat: z.ZodNullable<z.ZodNumber>;
306
320
  created_at: z.ZodString;
307
321
  updated_at: z.ZodString;
308
322
  event: z.ZodObject<{
@@ -433,14 +447,15 @@ declare const FindByIdTicketResponseDto_base: import("@anatine/zod-nestjs").ZodD
433
447
  movedToTrashDate: string | null;
434
448
  } | null;
435
449
  id: string;
436
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
450
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
437
451
  fullName: string;
438
452
  mail: string;
439
453
  eventId: string;
454
+ status: "BOOKED" | "PAID" | "FREE";
455
+ seat: number | null;
440
456
  dni: string;
441
457
  created_at: string;
442
458
  updated_at: string;
443
- ticketGroupId: string;
444
459
  }, {
445
460
  event: {
446
461
  location: string;
@@ -474,14 +489,15 @@ declare const FindByIdTicketResponseDto_base: import("@anatine/zod-nestjs").ZodD
474
489
  role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
475
490
  } | null;
476
491
  id: string;
477
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
492
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
478
493
  fullName: string;
479
494
  mail: string;
480
495
  eventId: string;
496
+ status: "BOOKED" | "PAID" | "FREE";
497
+ seat: number | null;
481
498
  dni: string;
482
499
  created_at: string;
483
500
  updated_at: string;
484
- ticketGroupId: string;
485
501
  }>;
486
502
  }, z.UnknownKeysParam, z.ZodTypeAny, {
487
503
  ticket: {
@@ -517,14 +533,15 @@ declare const FindByIdTicketResponseDto_base: import("@anatine/zod-nestjs").ZodD
517
533
  movedToTrashDate: string | null;
518
534
  } | null;
519
535
  id: string;
520
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
536
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
521
537
  fullName: string;
522
538
  mail: string;
523
539
  eventId: string;
540
+ status: "BOOKED" | "PAID" | "FREE";
541
+ seat: number | null;
524
542
  dni: string;
525
543
  created_at: string;
526
544
  updated_at: string;
527
- ticketGroupId: string;
528
545
  };
529
546
  }, {
530
547
  ticket: {
@@ -560,14 +577,15 @@ declare const FindByIdTicketResponseDto_base: import("@anatine/zod-nestjs").ZodD
560
577
  role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
561
578
  } | null;
562
579
  id: string;
563
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
580
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
564
581
  fullName: string;
565
582
  mail: string;
566
583
  eventId: string;
584
+ status: "BOOKED" | "PAID" | "FREE";
585
+ seat: number | null;
567
586
  dni: string;
568
587
  created_at: string;
569
588
  updated_at: string;
570
- ticketGroupId: string;
571
589
  };
572
590
  }>>;
573
591
  export declare class FindByIdTicketResponseDto extends FindByIdTicketResponseDto_base {
@@ -8,10 +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
18
  dni: z.ZodString;
14
- ticketGroupId: z.ZodString;
19
+ seat: z.ZodNullable<z.ZodNumber>;
15
20
  created_at: z.ZodDate;
16
21
  updated_at: z.ZodDate;
17
22
  }, {
@@ -153,14 +158,15 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
153
158
  movedToTrashDate: Date | null;
154
159
  } | null;
155
160
  id: string;
156
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
161
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
157
162
  fullName: string;
158
163
  mail: string;
159
164
  eventId: string;
165
+ status: "BOOKED" | "PAID" | "FREE";
166
+ seat: number | null;
160
167
  dni: string;
161
168
  created_at: Date;
162
169
  updated_at: Date;
163
- ticketGroupId: string;
164
170
  }, {
165
171
  event: {
166
172
  location: string;
@@ -194,14 +200,15 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
194
200
  role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
195
201
  } | null;
196
202
  id: string;
197
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
203
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
198
204
  fullName: string;
199
205
  mail: string;
200
206
  eventId: string;
207
+ status: "BOOKED" | "PAID" | "FREE";
208
+ seat: number | null;
201
209
  dni: string;
202
210
  created_at: Date;
203
211
  updated_at: Date;
204
- ticketGroupId: string;
205
212
  }>, "many">;
206
213
  }, "strip", z.ZodTypeAny, {
207
214
  tickets: {
@@ -237,14 +244,15 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
237
244
  movedToTrashDate: Date | null;
238
245
  } | null;
239
246
  id: string;
240
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
247
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
241
248
  fullName: string;
242
249
  mail: string;
243
250
  eventId: string;
251
+ status: "BOOKED" | "PAID" | "FREE";
252
+ seat: number | null;
244
253
  dni: string;
245
254
  created_at: Date;
246
255
  updated_at: Date;
247
- ticketGroupId: string;
248
256
  }[];
249
257
  }, {
250
258
  tickets: {
@@ -280,14 +288,15 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
280
288
  role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
281
289
  } | null;
282
290
  id: string;
283
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
291
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
284
292
  fullName: string;
285
293
  mail: string;
286
294
  eventId: string;
295
+ status: "BOOKED" | "PAID" | "FREE";
296
+ seat: number | null;
287
297
  dni: string;
288
298
  created_at: Date;
289
299
  updated_at: Date;
290
- ticketGroupId: string;
291
300
  }[];
292
301
  }>;
293
302
  declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodObject<{
@@ -299,10 +308,15 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
299
308
  STAFF: "STAFF";
300
309
  SPECTATOR: "SPECTATOR";
301
310
  }>;
311
+ status: z.ZodNativeEnum<{
312
+ BOOKED: "BOOKED";
313
+ PAID: "PAID";
314
+ FREE: "FREE";
315
+ }>;
302
316
  fullName: z.ZodString;
303
317
  mail: z.ZodString;
304
318
  dni: z.ZodString;
305
- ticketGroupId: z.ZodString;
319
+ seat: z.ZodNullable<z.ZodNumber>;
306
320
  created_at: z.ZodString;
307
321
  updated_at: z.ZodString;
308
322
  event: z.ZodObject<{
@@ -433,14 +447,15 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
433
447
  movedToTrashDate: string | null;
434
448
  } | null;
435
449
  id: string;
436
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
450
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
437
451
  fullName: string;
438
452
  mail: string;
439
453
  eventId: string;
454
+ status: "BOOKED" | "PAID" | "FREE";
455
+ seat: number | null;
440
456
  dni: string;
441
457
  created_at: string;
442
458
  updated_at: string;
443
- ticketGroupId: string;
444
459
  }, {
445
460
  event: {
446
461
  location: string;
@@ -474,14 +489,15 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
474
489
  role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
475
490
  } | null;
476
491
  id: string;
477
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
492
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
478
493
  fullName: string;
479
494
  mail: string;
480
495
  eventId: string;
496
+ status: "BOOKED" | "PAID" | "FREE";
497
+ seat: number | null;
481
498
  dni: string;
482
499
  created_at: string;
483
500
  updated_at: string;
484
- ticketGroupId: string;
485
501
  }>, "many">;
486
502
  }, z.UnknownKeysParam, z.ZodTypeAny, {
487
503
  tickets: {
@@ -517,14 +533,15 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
517
533
  movedToTrashDate: string | null;
518
534
  } | null;
519
535
  id: string;
520
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
536
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
521
537
  fullName: string;
522
538
  mail: string;
523
539
  eventId: string;
540
+ status: "BOOKED" | "PAID" | "FREE";
541
+ seat: number | null;
524
542
  dni: string;
525
543
  created_at: string;
526
544
  updated_at: string;
527
- ticketGroupId: string;
528
545
  }[];
529
546
  }, {
530
547
  tickets: {
@@ -560,14 +577,15 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
560
577
  role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
561
578
  } | null;
562
579
  id: string;
563
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
580
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
564
581
  fullName: string;
565
582
  mail: string;
566
583
  eventId: string;
584
+ status: "BOOKED" | "PAID" | "FREE";
585
+ seat: number | null;
567
586
  dni: string;
568
587
  created_at: string;
569
588
  updated_at: string;
570
- ticketGroupId: string;
571
589
  }[];
572
590
  }>>;
573
591
  export declare class FindByMailTicketResponseDto extends FindByMailTicketResponseDto_base {
@@ -8,10 +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
18
  dni: z.ZodString;
14
- ticketGroupId: z.ZodString;
19
+ seat: z.ZodNullable<z.ZodNumber>;
15
20
  created_at: z.ZodDate;
16
21
  updated_at: z.ZodDate;
17
22
  }, {
@@ -75,14 +80,15 @@ export declare const findByProfileIdTicketResponseSchema: z.ZodObject<{
75
80
  supraEventId: string | null;
76
81
  };
77
82
  id: string;
78
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
83
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
79
84
  fullName: string;
80
85
  mail: string;
81
86
  eventId: string;
87
+ status: "BOOKED" | "PAID" | "FREE";
88
+ seat: number | null;
82
89
  dni: string;
83
90
  created_at: Date;
84
91
  updated_at: Date;
85
- ticketGroupId: string;
86
92
  }, {
87
93
  event: {
88
94
  location: string;
@@ -100,14 +106,15 @@ export declare const findByProfileIdTicketResponseSchema: z.ZodObject<{
100
106
  supraEventId: string | null;
101
107
  };
102
108
  id: string;
103
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
109
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
104
110
  fullName: string;
105
111
  mail: string;
106
112
  eventId: string;
113
+ status: "BOOKED" | "PAID" | "FREE";
114
+ seat: number | null;
107
115
  dni: string;
108
116
  created_at: Date;
109
117
  updated_at: Date;
110
- ticketGroupId: string;
111
118
  }>, "many">;
112
119
  }, "strip", z.ZodTypeAny, {
113
120
  tickets: {
@@ -127,14 +134,15 @@ export declare const findByProfileIdTicketResponseSchema: z.ZodObject<{
127
134
  supraEventId: string | null;
128
135
  };
129
136
  id: string;
130
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
137
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
131
138
  fullName: string;
132
139
  mail: string;
133
140
  eventId: string;
141
+ status: "BOOKED" | "PAID" | "FREE";
142
+ seat: number | null;
134
143
  dni: string;
135
144
  created_at: Date;
136
145
  updated_at: Date;
137
- ticketGroupId: string;
138
146
  }[];
139
147
  }, {
140
148
  tickets: {
@@ -154,14 +162,15 @@ export declare const findByProfileIdTicketResponseSchema: z.ZodObject<{
154
162
  supraEventId: string | null;
155
163
  };
156
164
  id: string;
157
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
165
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
158
166
  fullName: string;
159
167
  mail: string;
160
168
  eventId: string;
169
+ status: "BOOKED" | "PAID" | "FREE";
170
+ seat: number | null;
161
171
  dni: string;
162
172
  created_at: Date;
163
173
  updated_at: Date;
164
- ticketGroupId: string;
165
174
  }[];
166
175
  }>;
167
176
  declare const FindByProfileIdTicketResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodObject<{
@@ -173,10 +182,15 @@ declare const FindByProfileIdTicketResponseDto_base: import("@anatine/zod-nestjs
173
182
  STAFF: "STAFF";
174
183
  SPECTATOR: "SPECTATOR";
175
184
  }>;
185
+ status: z.ZodNativeEnum<{
186
+ BOOKED: "BOOKED";
187
+ PAID: "PAID";
188
+ FREE: "FREE";
189
+ }>;
176
190
  fullName: z.ZodString;
177
191
  mail: z.ZodString;
178
192
  dni: z.ZodString;
179
- ticketGroupId: z.ZodString;
193
+ seat: z.ZodNullable<z.ZodNumber>;
180
194
  created_at: z.ZodString;
181
195
  updated_at: z.ZodString;
182
196
  event: z.ZodObject<{
@@ -239,14 +253,15 @@ declare const FindByProfileIdTicketResponseDto_base: import("@anatine/zod-nestjs
239
253
  supraEventId: string | null;
240
254
  };
241
255
  id: string;
242
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
256
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
243
257
  fullName: string;
244
258
  mail: string;
245
259
  eventId: string;
260
+ status: "BOOKED" | "PAID" | "FREE";
261
+ seat: number | null;
246
262
  dni: string;
247
263
  created_at: string;
248
264
  updated_at: string;
249
- ticketGroupId: string;
250
265
  }, {
251
266
  event: {
252
267
  location: string;
@@ -264,14 +279,15 @@ declare const FindByProfileIdTicketResponseDto_base: import("@anatine/zod-nestjs
264
279
  supraEventId: string | null;
265
280
  };
266
281
  id: string;
267
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
282
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
268
283
  fullName: string;
269
284
  mail: string;
270
285
  eventId: string;
286
+ status: "BOOKED" | "PAID" | "FREE";
287
+ seat: number | null;
271
288
  dni: string;
272
289
  created_at: string;
273
290
  updated_at: string;
274
- ticketGroupId: string;
275
291
  }>, "many">;
276
292
  }, z.UnknownKeysParam, z.ZodTypeAny, {
277
293
  tickets: {
@@ -291,14 +307,15 @@ declare const FindByProfileIdTicketResponseDto_base: import("@anatine/zod-nestjs
291
307
  supraEventId: string | null;
292
308
  };
293
309
  id: string;
294
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
310
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
295
311
  fullName: string;
296
312
  mail: string;
297
313
  eventId: string;
314
+ status: "BOOKED" | "PAID" | "FREE";
315
+ seat: number | null;
298
316
  dni: string;
299
317
  created_at: string;
300
318
  updated_at: string;
301
- ticketGroupId: string;
302
319
  }[];
303
320
  }, {
304
321
  tickets: {
@@ -318,14 +335,15 @@ declare const FindByProfileIdTicketResponseDto_base: import("@anatine/zod-nestjs
318
335
  supraEventId: string | null;
319
336
  };
320
337
  id: string;
321
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
338
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
322
339
  fullName: string;
323
340
  mail: string;
324
341
  eventId: string;
342
+ status: "BOOKED" | "PAID" | "FREE";
343
+ seat: number | null;
325
344
  dni: string;
326
345
  created_at: string;
327
346
  updated_at: string;
328
- ticketGroupId: string;
329
347
  }[];
330
348
  }>>;
331
349
  export declare class FindByProfileIdTicketResponseDto extends FindByProfileIdTicketResponseDto_base {
@@ -6,32 +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
16
  dni: import("zod").ZodString;
12
- ticketGroupId: import("zod").ZodString;
17
+ seat: import("zod").ZodNullable<import("zod").ZodNumber>;
13
18
  created_at: import("zod").ZodDate;
14
19
  updated_at: import("zod").ZodDate;
15
20
  }, "strip", import("zod").ZodTypeAny, {
16
21
  id: string;
17
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
22
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
18
23
  fullName: string;
19
24
  mail: string;
20
25
  eventId: string;
26
+ status: "BOOKED" | "PAID" | "FREE";
27
+ seat: number | null;
21
28
  dni: string;
22
29
  created_at: Date;
23
30
  updated_at: Date;
24
- ticketGroupId: string;
25
31
  }, {
26
32
  id: string;
27
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
33
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
28
34
  fullName: string;
29
35
  mail: string;
30
36
  eventId: string;
37
+ status: "BOOKED" | "PAID" | "FREE";
38
+ seat: number | null;
31
39
  dni: string;
32
40
  created_at: Date;
33
41
  updated_at: Date;
34
- ticketGroupId: string;
35
42
  }>;
36
43
  declare const FindTicketResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<import("zod").ZodObject<{
37
44
  id: import("zod").ZodString;
@@ -41,32 +48,39 @@ declare const FindTicketResponseDto_base: import("@anatine/zod-nestjs").ZodDtoSt
41
48
  STAFF: "STAFF";
42
49
  SPECTATOR: "SPECTATOR";
43
50
  }>;
51
+ status: import("zod").ZodNativeEnum<{
52
+ BOOKED: "BOOKED";
53
+ PAID: "PAID";
54
+ FREE: "FREE";
55
+ }>;
44
56
  fullName: import("zod").ZodString;
45
57
  mail: import("zod").ZodString;
46
58
  dni: import("zod").ZodString;
47
- ticketGroupId: import("zod").ZodString;
59
+ seat: import("zod").ZodNullable<import("zod").ZodNumber>;
48
60
  created_at: import("zod").ZodString;
49
61
  updated_at: import("zod").ZodString;
50
62
  }, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
51
63
  id: string;
52
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
64
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
53
65
  fullName: string;
54
66
  mail: string;
55
67
  eventId: string;
68
+ status: "BOOKED" | "PAID" | "FREE";
69
+ seat: number | null;
56
70
  dni: string;
57
71
  created_at: string;
58
72
  updated_at: string;
59
- ticketGroupId: string;
60
73
  }, {
61
74
  id: string;
62
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
75
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
63
76
  fullName: string;
64
77
  mail: string;
65
78
  eventId: string;
79
+ status: "BOOKED" | "PAID" | "FREE";
80
+ seat: number | null;
66
81
  dni: string;
67
82
  created_at: string;
68
83
  updated_at: string;
69
- ticketGroupId: string;
70
84
  }>>;
71
85
  export declare class FindTicketResponseDto extends FindTicketResponseDto_base {
72
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