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
@@ -0,0 +1,678 @@
1
+ import z from 'zod';
2
+ export declare const createManyTicketSchema: z.ZodObject<{
3
+ tickets: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<Pick<{
4
+ id: z.ZodString;
5
+ eventId: z.ZodString;
6
+ type: z.ZodNativeEnum<{
7
+ PARTICIPANT: "PARTICIPANT";
8
+ STAFF: "STAFF";
9
+ SPECTATOR: "SPECTATOR";
10
+ }>;
11
+ fullName: z.ZodString;
12
+ mail: z.ZodString;
13
+ created_at: z.ZodDate;
14
+ updated_at: z.ZodDate;
15
+ }, "type" | "fullName" | "mail" | "eventId">, {
16
+ profileId: z.ZodOptional<z.ZodString>;
17
+ }>, "strip", z.ZodTypeAny, {
18
+ type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
19
+ fullName: string;
20
+ mail: string;
21
+ eventId: string;
22
+ profileId?: string | undefined;
23
+ }, {
24
+ type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
25
+ fullName: string;
26
+ mail: string;
27
+ eventId: string;
28
+ profileId?: string | undefined;
29
+ }>, "many">;
30
+ }, "strip", z.ZodTypeAny, {
31
+ tickets: {
32
+ type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
33
+ fullName: string;
34
+ mail: string;
35
+ eventId: string;
36
+ profileId?: string | undefined;
37
+ }[];
38
+ }, {
39
+ tickets: {
40
+ type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
41
+ fullName: string;
42
+ mail: string;
43
+ eventId: string;
44
+ profileId?: string | undefined;
45
+ }[];
46
+ }>;
47
+ declare const CreateManyTicketDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodObject<{
48
+ tickets: z.ZodArray<z.ZodObject<{
49
+ type: z.ZodNativeEnum<{
50
+ PARTICIPANT: "PARTICIPANT";
51
+ STAFF: "STAFF";
52
+ SPECTATOR: "SPECTATOR";
53
+ }>;
54
+ fullName: z.ZodString;
55
+ mail: z.ZodString;
56
+ eventId: z.ZodString;
57
+ profileId: z.ZodOptional<z.ZodString>;
58
+ }, z.UnknownKeysParam, z.ZodTypeAny, {
59
+ type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
60
+ fullName: string;
61
+ mail: string;
62
+ eventId: string;
63
+ profileId?: string | undefined;
64
+ }, {
65
+ type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
66
+ fullName: string;
67
+ mail: string;
68
+ eventId: string;
69
+ profileId?: string | undefined;
70
+ }>, "many">;
71
+ }, z.UnknownKeysParam, z.ZodTypeAny, {
72
+ tickets: {
73
+ type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
74
+ fullName: string;
75
+ mail: string;
76
+ eventId: string;
77
+ profileId?: string | undefined;
78
+ }[];
79
+ }, {
80
+ tickets: {
81
+ type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
82
+ fullName: string;
83
+ mail: string;
84
+ eventId: string;
85
+ profileId?: string | undefined;
86
+ }[];
87
+ }>>;
88
+ export declare class CreateManyTicketDto extends CreateManyTicketDto_base {
89
+ }
90
+ export declare const generateMultiplePdfTicketsSchema: z.ZodArray<z.ZodObject<{
91
+ ticketId: z.ZodString;
92
+ pdf: z.ZodType<Blob, z.ZodTypeDef, Blob>;
93
+ }, "strip", z.ZodTypeAny, {
94
+ pdf: Blob;
95
+ ticketId: string;
96
+ }, {
97
+ pdf: Blob;
98
+ ticketId: string;
99
+ }>, "many">;
100
+ declare const GenerateMultiplePdfTicketsResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodArray<z.ZodObject<{
101
+ ticketId: z.ZodString;
102
+ pdf: z.ZodType<Blob, z.ZodTypeDef, Blob>;
103
+ }, z.UnknownKeysParam, z.ZodTypeAny, {
104
+ pdf: Blob;
105
+ ticketId: string;
106
+ }, {
107
+ pdf: Blob;
108
+ ticketId: string;
109
+ }>, "many">>;
110
+ export declare class GenerateMultiplePdfTicketsResponseDto extends GenerateMultiplePdfTicketsResponseDto_base {
111
+ }
112
+ declare const GenerateMultiplePdfTicketsDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodArray<z.ZodObject<{
113
+ ticketId: z.ZodString;
114
+ pdf: z.ZodType<Blob, z.ZodTypeDef, Blob>;
115
+ }, z.UnknownKeysParam, z.ZodTypeAny, {
116
+ pdf: Blob;
117
+ ticketId: string;
118
+ }, {
119
+ pdf: Blob;
120
+ ticketId: string;
121
+ }>, "many">>;
122
+ export declare class GenerateMultiplePdfTicketsDto extends GenerateMultiplePdfTicketsDto_base {
123
+ }
124
+ export declare const createManyTicketResponseSchema: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
125
+ id: z.ZodString;
126
+ eventId: z.ZodString;
127
+ type: z.ZodNativeEnum<{
128
+ PARTICIPANT: "PARTICIPANT";
129
+ STAFF: "STAFF";
130
+ SPECTATOR: "SPECTATOR";
131
+ }>;
132
+ fullName: z.ZodString;
133
+ mail: z.ZodString;
134
+ created_at: z.ZodDate;
135
+ updated_at: z.ZodDate;
136
+ }, {
137
+ event: z.ZodObject<{
138
+ id: z.ZodString;
139
+ name: z.ZodString;
140
+ date: z.ZodDate;
141
+ startingDate: z.ZodDate;
142
+ endingDate: z.ZodDate;
143
+ location: z.ZodString;
144
+ folderId: z.ZodNullable<z.ZodString>;
145
+ tagAssistedId: z.ZodString;
146
+ tagConfirmedId: z.ZodString;
147
+ active: z.ZodBoolean;
148
+ supraEventId: z.ZodNullable<z.ZodString>;
149
+ created_at: z.ZodDate;
150
+ updated_at: z.ZodDate;
151
+ }, "strip", z.ZodTypeAny, {
152
+ location: string;
153
+ id: string;
154
+ name: string;
155
+ date: Date;
156
+ startingDate: Date;
157
+ endingDate: Date;
158
+ created_at: Date;
159
+ updated_at: Date;
160
+ active: boolean;
161
+ folderId: string | null;
162
+ tagAssistedId: string;
163
+ tagConfirmedId: string;
164
+ supraEventId: string | null;
165
+ }, {
166
+ location: string;
167
+ id: string;
168
+ name: string;
169
+ date: Date;
170
+ startingDate: Date;
171
+ endingDate: Date;
172
+ created_at: Date;
173
+ updated_at: Date;
174
+ active: boolean;
175
+ folderId: string | null;
176
+ tagAssistedId: string;
177
+ tagConfirmedId: string;
178
+ supraEventId: string | null;
179
+ }>;
180
+ }>, "strip", z.ZodTypeAny, {
181
+ event: {
182
+ location: string;
183
+ id: string;
184
+ name: string;
185
+ date: Date;
186
+ startingDate: Date;
187
+ endingDate: Date;
188
+ created_at: Date;
189
+ updated_at: Date;
190
+ active: boolean;
191
+ folderId: string | null;
192
+ tagAssistedId: string;
193
+ tagConfirmedId: string;
194
+ supraEventId: string | null;
195
+ };
196
+ id: string;
197
+ type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
198
+ fullName: string;
199
+ mail: string;
200
+ eventId: string;
201
+ created_at: Date;
202
+ updated_at: Date;
203
+ }, {
204
+ event: {
205
+ location: string;
206
+ id: string;
207
+ name: string;
208
+ date: Date;
209
+ startingDate: Date;
210
+ endingDate: Date;
211
+ created_at: Date;
212
+ updated_at: Date;
213
+ active: boolean;
214
+ folderId: string | null;
215
+ tagAssistedId: string;
216
+ tagConfirmedId: string;
217
+ supraEventId: string | null;
218
+ };
219
+ id: string;
220
+ type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
221
+ fullName: string;
222
+ mail: string;
223
+ eventId: string;
224
+ created_at: Date;
225
+ updated_at: Date;
226
+ }>, "many">;
227
+ declare const CreateManyTicketResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodArray<z.ZodObject<{
228
+ id: z.ZodString;
229
+ eventId: z.ZodString;
230
+ type: z.ZodNativeEnum<{
231
+ PARTICIPANT: "PARTICIPANT";
232
+ STAFF: "STAFF";
233
+ SPECTATOR: "SPECTATOR";
234
+ }>;
235
+ fullName: z.ZodString;
236
+ mail: z.ZodString;
237
+ created_at: z.ZodString;
238
+ updated_at: z.ZodString;
239
+ event: z.ZodObject<{
240
+ id: z.ZodString;
241
+ name: z.ZodString;
242
+ date: z.ZodString;
243
+ startingDate: z.ZodString;
244
+ endingDate: z.ZodString;
245
+ location: z.ZodString;
246
+ folderId: z.ZodNullable<z.ZodString>;
247
+ tagAssistedId: z.ZodString;
248
+ tagConfirmedId: z.ZodString;
249
+ active: z.ZodBoolean;
250
+ supraEventId: z.ZodNullable<z.ZodString>;
251
+ created_at: z.ZodString;
252
+ updated_at: z.ZodString;
253
+ }, z.UnknownKeysParam, z.ZodTypeAny, {
254
+ location: string;
255
+ id: string;
256
+ name: string;
257
+ date: string;
258
+ startingDate: string;
259
+ endingDate: string;
260
+ created_at: string;
261
+ updated_at: string;
262
+ active: boolean;
263
+ folderId: string | null;
264
+ tagAssistedId: string;
265
+ tagConfirmedId: string;
266
+ supraEventId: string | null;
267
+ }, {
268
+ location: string;
269
+ id: string;
270
+ name: string;
271
+ date: string;
272
+ startingDate: string;
273
+ endingDate: string;
274
+ created_at: string;
275
+ updated_at: string;
276
+ active: boolean;
277
+ folderId: string | null;
278
+ tagAssistedId: string;
279
+ tagConfirmedId: string;
280
+ supraEventId: string | null;
281
+ }>;
282
+ }, z.UnknownKeysParam, z.ZodTypeAny, {
283
+ event: {
284
+ location: string;
285
+ id: string;
286
+ name: string;
287
+ date: string;
288
+ startingDate: string;
289
+ endingDate: string;
290
+ created_at: string;
291
+ updated_at: string;
292
+ active: boolean;
293
+ folderId: string | null;
294
+ tagAssistedId: string;
295
+ tagConfirmedId: string;
296
+ supraEventId: string | null;
297
+ };
298
+ id: string;
299
+ type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
300
+ fullName: string;
301
+ mail: string;
302
+ eventId: string;
303
+ created_at: string;
304
+ updated_at: string;
305
+ }, {
306
+ event: {
307
+ location: string;
308
+ id: string;
309
+ name: string;
310
+ date: string;
311
+ startingDate: string;
312
+ endingDate: string;
313
+ created_at: string;
314
+ updated_at: string;
315
+ active: boolean;
316
+ folderId: string | null;
317
+ tagAssistedId: string;
318
+ tagConfirmedId: string;
319
+ supraEventId: string | null;
320
+ };
321
+ id: string;
322
+ type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
323
+ fullName: string;
324
+ mail: string;
325
+ eventId: string;
326
+ created_at: string;
327
+ updated_at: string;
328
+ }>, "many">>;
329
+ export declare class CreateManyTicketResponseDto extends CreateManyTicketResponseDto_base {
330
+ }
331
+ export declare const createManyTicketWithPdfsResponseSchema: z.ZodObject<{
332
+ tickets: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
333
+ id: z.ZodString;
334
+ eventId: z.ZodString;
335
+ type: z.ZodNativeEnum<{
336
+ PARTICIPANT: "PARTICIPANT";
337
+ STAFF: "STAFF";
338
+ SPECTATOR: "SPECTATOR";
339
+ }>;
340
+ fullName: z.ZodString;
341
+ mail: z.ZodString;
342
+ created_at: z.ZodDate;
343
+ updated_at: z.ZodDate;
344
+ }, {
345
+ event: z.ZodObject<{
346
+ id: z.ZodString;
347
+ name: z.ZodString;
348
+ date: z.ZodDate;
349
+ startingDate: z.ZodDate;
350
+ endingDate: z.ZodDate;
351
+ location: z.ZodString;
352
+ folderId: z.ZodNullable<z.ZodString>;
353
+ tagAssistedId: z.ZodString;
354
+ tagConfirmedId: z.ZodString;
355
+ active: z.ZodBoolean;
356
+ supraEventId: z.ZodNullable<z.ZodString>;
357
+ created_at: z.ZodDate;
358
+ updated_at: z.ZodDate;
359
+ }, "strip", z.ZodTypeAny, {
360
+ location: string;
361
+ id: string;
362
+ name: string;
363
+ date: Date;
364
+ startingDate: Date;
365
+ endingDate: Date;
366
+ created_at: Date;
367
+ updated_at: Date;
368
+ active: boolean;
369
+ folderId: string | null;
370
+ tagAssistedId: string;
371
+ tagConfirmedId: string;
372
+ supraEventId: string | null;
373
+ }, {
374
+ location: string;
375
+ id: string;
376
+ name: string;
377
+ date: Date;
378
+ startingDate: Date;
379
+ endingDate: Date;
380
+ created_at: Date;
381
+ updated_at: Date;
382
+ active: boolean;
383
+ folderId: string | null;
384
+ tagAssistedId: string;
385
+ tagConfirmedId: string;
386
+ supraEventId: string | null;
387
+ }>;
388
+ }>, "strip", z.ZodTypeAny, {
389
+ event: {
390
+ location: string;
391
+ id: string;
392
+ name: string;
393
+ date: Date;
394
+ startingDate: Date;
395
+ endingDate: Date;
396
+ created_at: Date;
397
+ updated_at: Date;
398
+ active: boolean;
399
+ folderId: string | null;
400
+ tagAssistedId: string;
401
+ tagConfirmedId: string;
402
+ supraEventId: string | null;
403
+ };
404
+ id: string;
405
+ type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
406
+ fullName: string;
407
+ mail: string;
408
+ eventId: string;
409
+ created_at: Date;
410
+ updated_at: Date;
411
+ }, {
412
+ event: {
413
+ location: string;
414
+ id: string;
415
+ name: string;
416
+ date: Date;
417
+ startingDate: Date;
418
+ endingDate: Date;
419
+ created_at: Date;
420
+ updated_at: Date;
421
+ active: boolean;
422
+ folderId: string | null;
423
+ tagAssistedId: string;
424
+ tagConfirmedId: string;
425
+ supraEventId: string | null;
426
+ };
427
+ id: string;
428
+ type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
429
+ fullName: string;
430
+ mail: string;
431
+ eventId: string;
432
+ created_at: Date;
433
+ updated_at: Date;
434
+ }>, "many">;
435
+ pdfs: z.ZodArray<z.ZodObject<{
436
+ ticketId: z.ZodString;
437
+ pdfBase64: z.ZodString;
438
+ }, "strip", z.ZodTypeAny, {
439
+ ticketId: string;
440
+ pdfBase64: string;
441
+ }, {
442
+ ticketId: string;
443
+ pdfBase64: string;
444
+ }>, "many">;
445
+ }, "strip", z.ZodTypeAny, {
446
+ tickets: {
447
+ event: {
448
+ location: string;
449
+ id: string;
450
+ name: string;
451
+ date: Date;
452
+ startingDate: Date;
453
+ endingDate: Date;
454
+ created_at: Date;
455
+ updated_at: Date;
456
+ active: boolean;
457
+ folderId: string | null;
458
+ tagAssistedId: string;
459
+ tagConfirmedId: string;
460
+ supraEventId: string | null;
461
+ };
462
+ id: string;
463
+ type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
464
+ fullName: string;
465
+ mail: string;
466
+ eventId: string;
467
+ created_at: Date;
468
+ updated_at: Date;
469
+ }[];
470
+ pdfs: {
471
+ ticketId: string;
472
+ pdfBase64: string;
473
+ }[];
474
+ }, {
475
+ tickets: {
476
+ event: {
477
+ location: string;
478
+ id: string;
479
+ name: string;
480
+ date: Date;
481
+ startingDate: Date;
482
+ endingDate: Date;
483
+ created_at: Date;
484
+ updated_at: Date;
485
+ active: boolean;
486
+ folderId: string | null;
487
+ tagAssistedId: string;
488
+ tagConfirmedId: string;
489
+ supraEventId: string | null;
490
+ };
491
+ id: string;
492
+ type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
493
+ fullName: string;
494
+ mail: string;
495
+ eventId: string;
496
+ created_at: Date;
497
+ updated_at: Date;
498
+ }[];
499
+ pdfs: {
500
+ ticketId: string;
501
+ pdfBase64: string;
502
+ }[];
503
+ }>;
504
+ declare const CreateManyTicketWithPdfsResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodObject<{
505
+ tickets: z.ZodArray<z.ZodObject<{
506
+ id: z.ZodString;
507
+ eventId: z.ZodString;
508
+ type: z.ZodNativeEnum<{
509
+ PARTICIPANT: "PARTICIPANT";
510
+ STAFF: "STAFF";
511
+ SPECTATOR: "SPECTATOR";
512
+ }>;
513
+ fullName: z.ZodString;
514
+ mail: z.ZodString;
515
+ created_at: z.ZodString;
516
+ updated_at: z.ZodString;
517
+ event: z.ZodObject<{
518
+ id: z.ZodString;
519
+ name: z.ZodString;
520
+ date: z.ZodString;
521
+ startingDate: z.ZodString;
522
+ endingDate: z.ZodString;
523
+ location: z.ZodString;
524
+ folderId: z.ZodNullable<z.ZodString>;
525
+ tagAssistedId: z.ZodString;
526
+ tagConfirmedId: z.ZodString;
527
+ active: z.ZodBoolean;
528
+ supraEventId: z.ZodNullable<z.ZodString>;
529
+ created_at: z.ZodString;
530
+ updated_at: z.ZodString;
531
+ }, z.UnknownKeysParam, z.ZodTypeAny, {
532
+ location: string;
533
+ id: string;
534
+ name: string;
535
+ date: string;
536
+ startingDate: string;
537
+ endingDate: string;
538
+ created_at: string;
539
+ updated_at: string;
540
+ active: boolean;
541
+ folderId: string | null;
542
+ tagAssistedId: string;
543
+ tagConfirmedId: string;
544
+ supraEventId: string | null;
545
+ }, {
546
+ location: string;
547
+ id: string;
548
+ name: string;
549
+ date: string;
550
+ startingDate: string;
551
+ endingDate: string;
552
+ created_at: string;
553
+ updated_at: string;
554
+ active: boolean;
555
+ folderId: string | null;
556
+ tagAssistedId: string;
557
+ tagConfirmedId: string;
558
+ supraEventId: string | null;
559
+ }>;
560
+ }, z.UnknownKeysParam, z.ZodTypeAny, {
561
+ event: {
562
+ location: string;
563
+ id: string;
564
+ name: string;
565
+ date: string;
566
+ startingDate: string;
567
+ endingDate: string;
568
+ created_at: string;
569
+ updated_at: string;
570
+ active: boolean;
571
+ folderId: string | null;
572
+ tagAssistedId: string;
573
+ tagConfirmedId: string;
574
+ supraEventId: string | null;
575
+ };
576
+ id: string;
577
+ type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
578
+ fullName: string;
579
+ mail: string;
580
+ eventId: string;
581
+ created_at: string;
582
+ updated_at: string;
583
+ }, {
584
+ event: {
585
+ location: string;
586
+ id: string;
587
+ name: string;
588
+ date: string;
589
+ startingDate: string;
590
+ endingDate: string;
591
+ created_at: string;
592
+ updated_at: string;
593
+ active: boolean;
594
+ folderId: string | null;
595
+ tagAssistedId: string;
596
+ tagConfirmedId: string;
597
+ supraEventId: string | null;
598
+ };
599
+ id: string;
600
+ type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
601
+ fullName: string;
602
+ mail: string;
603
+ eventId: string;
604
+ created_at: string;
605
+ updated_at: string;
606
+ }>, "many">;
607
+ pdfs: z.ZodArray<z.ZodObject<{
608
+ ticketId: z.ZodString;
609
+ pdfBase64: z.ZodString;
610
+ }, z.UnknownKeysParam, z.ZodTypeAny, {
611
+ ticketId: string;
612
+ pdfBase64: string;
613
+ }, {
614
+ ticketId: string;
615
+ pdfBase64: string;
616
+ }>, "many">;
617
+ }, z.UnknownKeysParam, z.ZodTypeAny, {
618
+ tickets: {
619
+ event: {
620
+ location: string;
621
+ id: string;
622
+ name: string;
623
+ date: string;
624
+ startingDate: string;
625
+ endingDate: string;
626
+ created_at: string;
627
+ updated_at: string;
628
+ active: boolean;
629
+ folderId: string | null;
630
+ tagAssistedId: string;
631
+ tagConfirmedId: string;
632
+ supraEventId: string | null;
633
+ };
634
+ id: string;
635
+ type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
636
+ fullName: string;
637
+ mail: string;
638
+ eventId: string;
639
+ created_at: string;
640
+ updated_at: string;
641
+ }[];
642
+ pdfs: {
643
+ ticketId: string;
644
+ pdfBase64: string;
645
+ }[];
646
+ }, {
647
+ tickets: {
648
+ event: {
649
+ location: string;
650
+ id: string;
651
+ name: string;
652
+ date: string;
653
+ startingDate: string;
654
+ endingDate: string;
655
+ created_at: string;
656
+ updated_at: string;
657
+ active: boolean;
658
+ folderId: string | null;
659
+ tagAssistedId: string;
660
+ tagConfirmedId: string;
661
+ supraEventId: string | null;
662
+ };
663
+ id: string;
664
+ type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
665
+ fullName: string;
666
+ mail: string;
667
+ eventId: string;
668
+ created_at: string;
669
+ updated_at: string;
670
+ }[];
671
+ pdfs: {
672
+ ticketId: string;
673
+ pdfBase64: string;
674
+ }[];
675
+ }>>;
676
+ export declare class CreateManyTicketWithPdfsResponseDto extends CreateManyTicketWithPdfsResponseDto_base {
677
+ }
678
+ export {};