expo-backend-types 0.51.0 → 0.52.0-EXPO-343-Quique-Wolff.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 (100) hide show
  1. package/dist/src/account/dto/get-global-filter.dto.d.ts +8 -10
  2. package/dist/src/account/dto/get-me.dto.d.ts +16 -20
  3. package/dist/src/account/dto/update-global-filter.dto.d.ts +8 -10
  4. package/dist/src/event/dto/create-event.dto.d.ts +72 -23
  5. package/dist/src/event/dto/create-event.dto.js +7 -1
  6. package/dist/src/event/dto/delete-banner-event.dto.d.ts +18 -0
  7. package/dist/src/event/dto/delete-banner-event.dto.js +12 -0
  8. package/dist/src/event/dto/delete-event.dto.d.ts +18 -0
  9. package/dist/src/event/dto/delete-main-picture-event.dto.d.ts +18 -0
  10. package/dist/src/event/dto/delete-main-picture-event.dto.js +12 -0
  11. package/dist/src/event/dto/event-tickets.dto.d.ts +2 -33
  12. package/dist/src/event/dto/event-tickets.dto.js +8 -18
  13. package/dist/src/event/dto/event.dto.d.ts +9 -0
  14. package/dist/src/event/dto/event.dto.js +13 -0
  15. package/dist/src/event/dto/get-active-events.dto.d.ts +33 -23
  16. package/dist/src/event/dto/get-all-event.dto.d.ts +504 -284
  17. package/dist/src/event/dto/get-all-event.dto.js +3 -3
  18. package/dist/src/event/dto/get-by-id-event.dto.d.ts +225 -159
  19. package/dist/src/event/dto/get-by-id-event.dto.js +1 -1
  20. package/dist/src/event/dto/toggle-active-event.dto.d.ts +9 -0
  21. package/dist/src/event/dto/update-banner-event.dto.d.ts +33 -0
  22. package/dist/src/event/dto/update-banner-event.dto.js +18 -0
  23. package/dist/src/event/dto/update-event.dto.d.ts +230 -220
  24. package/dist/src/event/dto/update-event.dto.js +13 -3
  25. package/dist/src/event/dto/update-main-picture-event.dto.d.ts +33 -0
  26. package/dist/src/event/dto/update-main-picture-event.dto.js +18 -0
  27. package/dist/src/event-folder/dto/get-all-event-folder.dto.d.ts +42 -0
  28. package/dist/src/event-folder/dto/get-by-id-event-folder.dto.d.ts +30 -0
  29. package/dist/src/exports.d.ts +0 -1
  30. package/dist/src/exports.js +0 -1
  31. package/dist/src/i18n/es.d.ts +8 -65
  32. package/dist/src/i18n/es.js +8 -67
  33. package/dist/src/i18n/es.js.map +1 -1
  34. package/dist/src/mi-expo/dto/get-invitations.dto.d.ts +3 -0
  35. package/dist/src/profile/dto/delete-image-profile.dto.d.ts +18 -0
  36. package/dist/src/profile/dto/delete-image-profile.dto.js +12 -0
  37. package/dist/src/profile/dto/find-all-profile.dto.d.ts +12 -14
  38. package/dist/src/profile/dto/find-by-date-range-profile.dto.d.ts +20 -24
  39. package/dist/src/profile/dto/find-by-id-profile.dto.d.ts +8 -10
  40. package/dist/src/profile/dto/find-by-tag-groups-profile.dto.d.ts +12 -14
  41. package/dist/src/profile/dto/find-by-tags-profile.dto.d.ts +12 -14
  42. package/dist/src/profile/dto/find-with-active-chat.dto.d.ts +12 -14
  43. package/dist/src/profile/dto/update-image-profile.dto.d.ts +33 -0
  44. package/dist/src/profile/dto/update-image-profile.dto.js +18 -0
  45. package/dist/src/tag/dto/create-tag.dto.d.ts +9 -41
  46. package/dist/src/tag/dto/create-tag.dto.js +5 -6
  47. package/dist/src/tag/dto/delete-tag.dto.d.ts +4 -6
  48. package/dist/src/tag/dto/find-all-tag.dto.d.ts +8 -10
  49. package/dist/src/tag/dto/find-by-group-tag.dto.d.ts +8 -10
  50. package/dist/src/tag/dto/find-one-tag.dto.d.ts +4 -6
  51. package/dist/src/tag/dto/tag.dto.d.ts +4 -6
  52. package/dist/src/tag/dto/update-tag.dto.d.ts +4 -7
  53. package/dist/src/tag-group/dto/find-all-tag-group.dto.d.ts +12 -14
  54. package/dist/src/tag-group/dto/find-all-with-tags.dto.d.ts +12 -14
  55. package/dist/src/tag-group/dto/find-one-tag-group.dto.d.ts +8 -10
  56. package/dist/src/ticket/dto/create-many-ticket.dto.d.ts +30 -0
  57. package/dist/src/ticket/dto/create-ticket.dto.d.ts +30 -0
  58. package/dist/src/ticket/dto/find-all-tickets.dto.d.ts +3 -0
  59. package/dist/src/ticket/dto/find-by-event-ticket.dto.d.ts +3 -0
  60. package/dist/src/ticket/dto/find-by-id-ticket.dto.d.ts +42 -0
  61. package/dist/src/ticket/dto/find-by-mail-ticket.dto.d.ts +3 -0
  62. package/dist/src/ticket/dto/find-by-profile-id-ticket.dto.d.ts +42 -0
  63. package/dist/src/ticket-group/dto/create-ticket-group.dto.d.ts +30 -0
  64. package/dist/types/prisma-schema/edge.js +8 -32
  65. package/dist/types/prisma-schema/index-browser.js +5 -29
  66. package/dist/types/prisma-schema/index.d.ts +7078 -11454
  67. package/dist/types/prisma-schema/index.js +8 -32
  68. package/dist/types/prisma-schema/package.json +1 -1
  69. package/dist/types/prisma-schema/schema.prisma +13 -60
  70. package/dist/types/prisma-schema/wasm.js +5 -29
  71. package/dist/types/schema.d.ts +463 -849
  72. package/package.json +1 -2
  73. package/dist/src/event/dto/get-all-statistics.dto.d.ts +0 -364
  74. package/dist/src/event/dto/get-all-statistics.dto.js +0 -40
  75. package/dist/src/event/dto/get-statistics-by-id-event.dto.d.ts +0 -294
  76. package/dist/src/event/dto/get-statistics-by-id-event.dto.js +0 -40
  77. package/dist/src/production/dto/create-production.dto.d.ts +0 -41
  78. package/dist/src/production/dto/create-production.dto.js +0 -18
  79. package/dist/src/production/dto/create-role.dto.d.ts +0 -86
  80. package/dist/src/production/dto/create-role.dto.js +0 -16
  81. package/dist/src/production/dto/delete-production.dto.d.ts +0 -41
  82. package/dist/src/production/dto/delete-production.dto.js +0 -10
  83. package/dist/src/production/dto/get-all-production.dto.d.ts +0 -451
  84. package/dist/src/production/dto/get-all-production.dto.js +0 -21
  85. package/dist/src/production/dto/production.dto.d.ts +0 -20
  86. package/dist/src/production/dto/production.dto.js +0 -21
  87. package/dist/src/production/dto/update-production.dto.d.ts +0 -63
  88. package/dist/src/production/dto/update-production.dto.js +0 -19
  89. package/dist/src/production/exports.d.ts +0 -6
  90. package/dist/src/production/exports.js +0 -23
  91. package/dist/src/production-affiliation-request/dto/create-production-affiliation-request.dto.d.ts +0 -80
  92. package/dist/src/production-affiliation-request/dto/create-production-affiliation-request.dto.js +0 -16
  93. package/dist/src/production-affiliation-request/dto/find-by-production-affiliation-request.dto.d.ts +0 -563
  94. package/dist/src/production-affiliation-request/dto/find-by-production-affiliation-request.dto.js +0 -21
  95. package/dist/src/production-affiliation-request/dto/production-affiliation-request.dto.d.ts +0 -27
  96. package/dist/src/production-affiliation-request/dto/production-affiliation-request.dto.js +0 -22
  97. package/dist/src/production-affiliation-request/dto/update-production-affiliation-request.dto.d.ts +0 -390
  98. package/dist/src/production-affiliation-request/dto/update-production-affiliation-request.dto.js +0 -15
  99. package/dist/src/production-affiliation-request/exports.d.ts +0 -4
  100. package/dist/src/production-affiliation-request/exports.js +0 -21
@@ -6,6 +6,9 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
6
6
  startingDate: z.ZodDate;
7
7
  endingDate: z.ZodDate;
8
8
  location: z.ZodString;
9
+ mainPictureUrl: z.ZodNullable<z.ZodString>;
10
+ bannerUrl: z.ZodNullable<z.ZodString>;
11
+ description: z.ZodNullable<z.ZodString>;
9
12
  folderId: z.ZodNullable<z.ZodString>;
10
13
  tagAssistedId: z.ZodString;
11
14
  tagConfirmedId: z.ZodString;
@@ -21,6 +24,9 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
21
24
  startingDate: z.ZodDate;
22
25
  endingDate: z.ZodDate;
23
26
  location: z.ZodString;
27
+ mainPictureUrl: z.ZodNullable<z.ZodString>;
28
+ bannerUrl: z.ZodNullable<z.ZodString>;
29
+ description: z.ZodNullable<z.ZodString>;
24
30
  folderId: z.ZodNullable<z.ZodString>;
25
31
  tagAssistedId: z.ZodString;
26
32
  tagConfirmedId: z.ZodString;
@@ -29,6 +35,7 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
29
35
  created_at: z.ZodDate;
30
36
  updated_at: z.ZodDate;
31
37
  }, "strip", z.ZodTypeAny, {
38
+ description: string | null;
32
39
  location: string;
33
40
  id: string;
34
41
  name: string;
@@ -38,11 +45,14 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
38
45
  created_at: Date;
39
46
  updated_at: Date;
40
47
  active: boolean;
48
+ mainPictureUrl: string | null;
49
+ bannerUrl: string | null;
41
50
  folderId: string | null;
42
51
  tagAssistedId: string;
43
52
  tagConfirmedId: string;
44
53
  supraEventId: string | null;
45
54
  }, {
55
+ description: string | null;
46
56
  location: string;
47
57
  id: string;
48
58
  name: string;
@@ -52,6 +62,8 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
52
62
  created_at: Date;
53
63
  updated_at: Date;
54
64
  active: boolean;
65
+ mainPictureUrl: string | null;
66
+ bannerUrl: string | null;
55
67
  folderId: string | null;
56
68
  tagAssistedId: string;
57
69
  tagConfirmedId: string;
@@ -64,6 +76,9 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
64
76
  startingDate: z.ZodDate;
65
77
  endingDate: z.ZodDate;
66
78
  location: z.ZodString;
79
+ mainPictureUrl: z.ZodNullable<z.ZodString>;
80
+ bannerUrl: z.ZodNullable<z.ZodString>;
81
+ description: z.ZodNullable<z.ZodString>;
67
82
  folderId: z.ZodNullable<z.ZodString>;
68
83
  tagAssistedId: z.ZodString;
69
84
  tagConfirmedId: z.ZodString;
@@ -72,6 +87,7 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
72
87
  created_at: z.ZodDate;
73
88
  updated_at: z.ZodDate;
74
89
  }, "strip", z.ZodTypeAny, {
90
+ description: string | null;
75
91
  location: string;
76
92
  id: string;
77
93
  name: string;
@@ -81,11 +97,14 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
81
97
  created_at: Date;
82
98
  updated_at: Date;
83
99
  active: boolean;
100
+ mainPictureUrl: string | null;
101
+ bannerUrl: string | null;
84
102
  folderId: string | null;
85
103
  tagAssistedId: string;
86
104
  tagConfirmedId: string;
87
105
  supraEventId: string | null;
88
106
  }, {
107
+ description: string | null;
89
108
  location: string;
90
109
  id: string;
91
110
  name: string;
@@ -95,12 +114,14 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
95
114
  created_at: Date;
96
115
  updated_at: Date;
97
116
  active: boolean;
117
+ mainPictureUrl: string | null;
118
+ bannerUrl: string | null;
98
119
  folderId: string | null;
99
120
  tagAssistedId: string;
100
121
  tagConfirmedId: string;
101
122
  supraEventId: string | null;
102
123
  }>>;
103
- eventTickets: z.ZodArray<z.ZodEffects<z.ZodObject<{
124
+ eventTickets: z.ZodArray<z.ZodObject<{
104
125
  id: z.ZodString;
105
126
  amount: z.ZodNullable<z.ZodNumber>;
106
127
  type: z.ZodNativeEnum<{
@@ -119,18 +140,8 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
119
140
  type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
120
141
  amount: number | null;
121
142
  price: number | null;
122
- }>, {
123
- id: string;
124
- type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
125
- amount: number | null;
126
- price: number | null;
127
- }, {
128
- id: string;
129
- type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
130
- amount: number | null;
131
- price: number | null;
132
143
  }>, "many">;
133
- profileTags: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
144
+ tags: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
134
145
  id: z.ZodString;
135
146
  name: z.ZodString;
136
147
  groupId: z.ZodString;
@@ -139,7 +150,6 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
139
150
  EVENT: "EVENT";
140
151
  PARTICIPANT: "PARTICIPANT";
141
152
  NOT_IN_SYSTEM: "NOT_IN_SYSTEM";
142
- PRODUCTION_ROLE: "PRODUCTION_ROLE";
143
153
  }>;
144
154
  created_at: z.ZodDate;
145
155
  updated_at: z.ZodDate;
@@ -169,7 +179,7 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
169
179
  }>, "strip", z.ZodTypeAny, {
170
180
  id: string;
171
181
  name: string;
172
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
182
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
173
183
  created_at: Date;
174
184
  updated_at: Date;
175
185
  groupId: string;
@@ -184,7 +194,7 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
184
194
  }, {
185
195
  id: string;
186
196
  name: string;
187
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
197
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
188
198
  created_at: Date;
189
199
  updated_at: Date;
190
200
  groupId: string;
@@ -250,7 +260,6 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
250
260
  EVENT: "EVENT";
251
261
  PARTICIPANT: "PARTICIPANT";
252
262
  NOT_IN_SYSTEM: "NOT_IN_SYSTEM";
253
- PRODUCTION_ROLE: "PRODUCTION_ROLE";
254
263
  }>;
255
264
  created_at: z.ZodDate;
256
265
  updated_at: z.ZodDate;
@@ -280,7 +289,7 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
280
289
  }>, "strip", z.ZodTypeAny, {
281
290
  id: string;
282
291
  name: string;
283
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
292
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
284
293
  created_at: Date;
285
294
  updated_at: Date;
286
295
  groupId: string;
@@ -295,7 +304,7 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
295
304
  }, {
296
305
  id: string;
297
306
  name: string;
298
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
307
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
299
308
  created_at: Date;
300
309
  updated_at: Date;
301
310
  groupId: string;
@@ -317,7 +326,6 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
317
326
  EVENT: "EVENT";
318
327
  PARTICIPANT: "PARTICIPANT";
319
328
  NOT_IN_SYSTEM: "NOT_IN_SYSTEM";
320
- PRODUCTION_ROLE: "PRODUCTION_ROLE";
321
329
  }>;
322
330
  created_at: z.ZodDate;
323
331
  updated_at: z.ZodDate;
@@ -347,7 +355,7 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
347
355
  }>, "strip", z.ZodTypeAny, {
348
356
  id: string;
349
357
  name: string;
350
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
358
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
351
359
  created_at: Date;
352
360
  updated_at: Date;
353
361
  groupId: string;
@@ -362,7 +370,7 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
362
370
  }, {
363
371
  id: string;
364
372
  name: string;
365
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
373
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
366
374
  created_at: Date;
367
375
  updated_at: Date;
368
376
  groupId: string;
@@ -376,6 +384,7 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
376
384
  };
377
385
  }>;
378
386
  }>, "strip", z.ZodTypeAny, {
387
+ description: string | null;
379
388
  location: string;
380
389
  id: string;
381
390
  name: string;
@@ -385,25 +394,30 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
385
394
  created_at: Date;
386
395
  updated_at: Date;
387
396
  active: boolean;
388
- tickets: {
397
+ tags: {
389
398
  id: string;
390
- type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
391
- fullName: string;
392
- mail: string;
393
- eventId: string;
394
- dni: string;
395
- seat: number | null;
399
+ name: string;
400
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
396
401
  created_at: Date;
397
402
  updated_at: Date;
398
- scanned: boolean;
399
- scannedAt: Date | null;
400
- ticketGroupId: string | null;
403
+ groupId: string;
404
+ group: {
405
+ id: string;
406
+ name: string;
407
+ color: string;
408
+ created_at: Date;
409
+ updated_at: Date;
410
+ isExclusive: boolean;
411
+ };
401
412
  }[];
413
+ mainPictureUrl: string | null;
414
+ bannerUrl: string | null;
402
415
  folderId: string | null;
403
416
  tagAssistedId: string;
404
417
  tagConfirmedId: string;
405
418
  supraEventId: string | null;
406
419
  subEvents: {
420
+ description: string | null;
407
421
  location: string;
408
422
  id: string;
409
423
  name: string;
@@ -413,6 +427,8 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
413
427
  created_at: Date;
414
428
  updated_at: Date;
415
429
  active: boolean;
430
+ mainPictureUrl: string | null;
431
+ bannerUrl: string | null;
416
432
  folderId: string | null;
417
433
  tagAssistedId: string;
418
434
  tagConfirmedId: string;
@@ -425,6 +441,7 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
425
441
  price: number | null;
426
442
  }[];
427
443
  supraEvent: {
444
+ description: string | null;
428
445
  location: string;
429
446
  id: string;
430
447
  name: string;
@@ -434,31 +451,31 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
434
451
  created_at: Date;
435
452
  updated_at: Date;
436
453
  active: boolean;
454
+ mainPictureUrl: string | null;
455
+ bannerUrl: string | null;
437
456
  folderId: string | null;
438
457
  tagAssistedId: string;
439
458
  tagConfirmedId: string;
440
459
  supraEventId: string | null;
441
460
  } | null;
442
- profileTags: {
461
+ tickets: {
443
462
  id: string;
444
- name: string;
445
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
463
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
464
+ fullName: string;
465
+ mail: string;
466
+ eventId: string;
467
+ dni: string;
468
+ seat: number | null;
446
469
  created_at: Date;
447
470
  updated_at: Date;
448
- groupId: string;
449
- group: {
450
- id: string;
451
- name: string;
452
- color: string;
453
- created_at: Date;
454
- updated_at: Date;
455
- isExclusive: boolean;
456
- };
471
+ scanned: boolean;
472
+ scannedAt: Date | null;
473
+ ticketGroupId: string | null;
457
474
  }[];
458
475
  tagAssisted: {
459
476
  id: string;
460
477
  name: string;
461
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
478
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
462
479
  created_at: Date;
463
480
  updated_at: Date;
464
481
  groupId: string;
@@ -474,7 +491,7 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
474
491
  tagConfirmed: {
475
492
  id: string;
476
493
  name: string;
477
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
494
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
478
495
  created_at: Date;
479
496
  updated_at: Date;
480
497
  groupId: string;
@@ -488,6 +505,7 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
488
505
  };
489
506
  };
490
507
  }, {
508
+ description: string | null;
491
509
  location: string;
492
510
  id: string;
493
511
  name: string;
@@ -497,25 +515,30 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
497
515
  created_at: Date;
498
516
  updated_at: Date;
499
517
  active: boolean;
500
- tickets: {
518
+ tags: {
501
519
  id: string;
502
- type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
503
- fullName: string;
504
- mail: string;
505
- eventId: string;
506
- dni: string;
507
- seat: number | null;
520
+ name: string;
521
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
508
522
  created_at: Date;
509
523
  updated_at: Date;
510
- scanned: boolean;
511
- scannedAt: Date | null;
512
- ticketGroupId: string | null;
524
+ groupId: string;
525
+ group: {
526
+ id: string;
527
+ name: string;
528
+ color: string;
529
+ created_at: Date;
530
+ updated_at: Date;
531
+ isExclusive: boolean;
532
+ };
513
533
  }[];
534
+ mainPictureUrl: string | null;
535
+ bannerUrl: string | null;
514
536
  folderId: string | null;
515
537
  tagAssistedId: string;
516
538
  tagConfirmedId: string;
517
539
  supraEventId: string | null;
518
540
  subEvents: {
541
+ description: string | null;
519
542
  location: string;
520
543
  id: string;
521
544
  name: string;
@@ -525,6 +548,8 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
525
548
  created_at: Date;
526
549
  updated_at: Date;
527
550
  active: boolean;
551
+ mainPictureUrl: string | null;
552
+ bannerUrl: string | null;
528
553
  folderId: string | null;
529
554
  tagAssistedId: string;
530
555
  tagConfirmedId: string;
@@ -537,6 +562,7 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
537
562
  price: number | null;
538
563
  }[];
539
564
  supraEvent: {
565
+ description: string | null;
540
566
  location: string;
541
567
  id: string;
542
568
  name: string;
@@ -546,31 +572,31 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
546
572
  created_at: Date;
547
573
  updated_at: Date;
548
574
  active: boolean;
575
+ mainPictureUrl: string | null;
576
+ bannerUrl: string | null;
549
577
  folderId: string | null;
550
578
  tagAssistedId: string;
551
579
  tagConfirmedId: string;
552
580
  supraEventId: string | null;
553
581
  } | null;
554
- profileTags: {
582
+ tickets: {
555
583
  id: string;
556
- name: string;
557
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
584
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
585
+ fullName: string;
586
+ mail: string;
587
+ eventId: string;
588
+ dni: string;
589
+ seat: number | null;
558
590
  created_at: Date;
559
591
  updated_at: Date;
560
- groupId: string;
561
- group: {
562
- id: string;
563
- name: string;
564
- color: string;
565
- created_at: Date;
566
- updated_at: Date;
567
- isExclusive: boolean;
568
- };
592
+ scanned: boolean;
593
+ scannedAt: Date | null;
594
+ ticketGroupId: string | null;
569
595
  }[];
570
596
  tagAssisted: {
571
597
  id: string;
572
598
  name: string;
573
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
599
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
574
600
  created_at: Date;
575
601
  updated_at: Date;
576
602
  groupId: string;
@@ -586,7 +612,7 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
586
612
  tagConfirmed: {
587
613
  id: string;
588
614
  name: string;
589
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
615
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
590
616
  created_at: Date;
591
617
  updated_at: Date;
592
618
  groupId: string;
@@ -607,6 +633,9 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
607
633
  startingDate: z.ZodString;
608
634
  endingDate: z.ZodString;
609
635
  location: z.ZodString;
636
+ mainPictureUrl: z.ZodNullable<z.ZodString>;
637
+ bannerUrl: z.ZodNullable<z.ZodString>;
638
+ description: z.ZodNullable<z.ZodString>;
610
639
  folderId: z.ZodNullable<z.ZodString>;
611
640
  tagAssistedId: z.ZodString;
612
641
  tagConfirmedId: z.ZodString;
@@ -621,6 +650,9 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
621
650
  startingDate: z.ZodString;
622
651
  endingDate: z.ZodString;
623
652
  location: z.ZodString;
653
+ mainPictureUrl: z.ZodNullable<z.ZodString>;
654
+ bannerUrl: z.ZodNullable<z.ZodString>;
655
+ description: z.ZodNullable<z.ZodString>;
624
656
  folderId: z.ZodNullable<z.ZodString>;
625
657
  tagAssistedId: z.ZodString;
626
658
  tagConfirmedId: z.ZodString;
@@ -629,6 +661,7 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
629
661
  created_at: z.ZodString;
630
662
  updated_at: z.ZodString;
631
663
  }, z.UnknownKeysParam, z.ZodTypeAny, {
664
+ description: string | null;
632
665
  location: string;
633
666
  id: string;
634
667
  name: string;
@@ -638,11 +671,14 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
638
671
  created_at: string;
639
672
  updated_at: string;
640
673
  active: boolean;
674
+ mainPictureUrl: string | null;
675
+ bannerUrl: string | null;
641
676
  folderId: string | null;
642
677
  tagAssistedId: string;
643
678
  tagConfirmedId: string;
644
679
  supraEventId: string | null;
645
680
  }, {
681
+ description: string | null;
646
682
  location: string;
647
683
  id: string;
648
684
  name: string;
@@ -652,6 +688,8 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
652
688
  created_at: string;
653
689
  updated_at: string;
654
690
  active: boolean;
691
+ mainPictureUrl: string | null;
692
+ bannerUrl: string | null;
655
693
  folderId: string | null;
656
694
  tagAssistedId: string;
657
695
  tagConfirmedId: string;
@@ -664,6 +702,9 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
664
702
  startingDate: z.ZodString;
665
703
  endingDate: z.ZodString;
666
704
  location: z.ZodString;
705
+ mainPictureUrl: z.ZodNullable<z.ZodString>;
706
+ bannerUrl: z.ZodNullable<z.ZodString>;
707
+ description: z.ZodNullable<z.ZodString>;
667
708
  folderId: z.ZodNullable<z.ZodString>;
668
709
  tagAssistedId: z.ZodString;
669
710
  tagConfirmedId: z.ZodString;
@@ -672,6 +713,7 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
672
713
  created_at: z.ZodString;
673
714
  updated_at: z.ZodString;
674
715
  }, z.UnknownKeysParam, z.ZodTypeAny, {
716
+ description: string | null;
675
717
  location: string;
676
718
  id: string;
677
719
  name: string;
@@ -681,11 +723,14 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
681
723
  created_at: string;
682
724
  updated_at: string;
683
725
  active: boolean;
726
+ mainPictureUrl: string | null;
727
+ bannerUrl: string | null;
684
728
  folderId: string | null;
685
729
  tagAssistedId: string;
686
730
  tagConfirmedId: string;
687
731
  supraEventId: string | null;
688
732
  }, {
733
+ description: string | null;
689
734
  location: string;
690
735
  id: string;
691
736
  name: string;
@@ -695,12 +740,14 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
695
740
  created_at: string;
696
741
  updated_at: string;
697
742
  active: boolean;
743
+ mainPictureUrl: string | null;
744
+ bannerUrl: string | null;
698
745
  folderId: string | null;
699
746
  tagAssistedId: string;
700
747
  tagConfirmedId: string;
701
748
  supraEventId: string | null;
702
749
  }>>;
703
- eventTickets: z.ZodArray<z.ZodEffects<z.ZodObject<{
750
+ eventTickets: z.ZodArray<z.ZodObject<{
704
751
  id: z.ZodString;
705
752
  amount: z.ZodNullable<z.ZodNumber>;
706
753
  type: z.ZodNativeEnum<{
@@ -709,17 +756,7 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
709
756
  SPECTATOR: "SPECTATOR";
710
757
  }>;
711
758
  price: z.ZodNullable<z.ZodNumber>;
712
- }, "strip", z.ZodTypeAny, {
713
- id: string;
714
- type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
715
- amount: number | null;
716
- price: number | null;
717
- }, {
718
- id: string;
719
- type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
720
- amount: number | null;
721
- price: number | null;
722
- }>, {
759
+ }, z.UnknownKeysParam, z.ZodTypeAny, {
723
760
  id: string;
724
761
  type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
725
762
  amount: number | null;
@@ -730,7 +767,7 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
730
767
  amount: number | null;
731
768
  price: number | null;
732
769
  }>, "many">;
733
- profileTags: z.ZodArray<z.ZodObject<{
770
+ tags: z.ZodArray<z.ZodObject<{
734
771
  id: z.ZodString;
735
772
  name: z.ZodString;
736
773
  groupId: z.ZodString;
@@ -739,7 +776,6 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
739
776
  EVENT: "EVENT";
740
777
  PARTICIPANT: "PARTICIPANT";
741
778
  NOT_IN_SYSTEM: "NOT_IN_SYSTEM";
742
- PRODUCTION_ROLE: "PRODUCTION_ROLE";
743
779
  }>;
744
780
  created_at: z.ZodString;
745
781
  updated_at: z.ZodString;
@@ -768,7 +804,7 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
768
804
  }, z.UnknownKeysParam, z.ZodTypeAny, {
769
805
  id: string;
770
806
  name: string;
771
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
807
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
772
808
  created_at: string;
773
809
  updated_at: string;
774
810
  groupId: string;
@@ -783,7 +819,7 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
783
819
  }, {
784
820
  id: string;
785
821
  name: string;
786
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
822
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
787
823
  created_at: string;
788
824
  updated_at: string;
789
825
  groupId: string;
@@ -849,7 +885,6 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
849
885
  EVENT: "EVENT";
850
886
  PARTICIPANT: "PARTICIPANT";
851
887
  NOT_IN_SYSTEM: "NOT_IN_SYSTEM";
852
- PRODUCTION_ROLE: "PRODUCTION_ROLE";
853
888
  }>;
854
889
  created_at: z.ZodString;
855
890
  updated_at: z.ZodString;
@@ -878,7 +913,7 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
878
913
  }, z.UnknownKeysParam, z.ZodTypeAny, {
879
914
  id: string;
880
915
  name: string;
881
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
916
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
882
917
  created_at: string;
883
918
  updated_at: string;
884
919
  groupId: string;
@@ -893,7 +928,7 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
893
928
  }, {
894
929
  id: string;
895
930
  name: string;
896
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
931
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
897
932
  created_at: string;
898
933
  updated_at: string;
899
934
  groupId: string;
@@ -915,7 +950,6 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
915
950
  EVENT: "EVENT";
916
951
  PARTICIPANT: "PARTICIPANT";
917
952
  NOT_IN_SYSTEM: "NOT_IN_SYSTEM";
918
- PRODUCTION_ROLE: "PRODUCTION_ROLE";
919
953
  }>;
920
954
  created_at: z.ZodString;
921
955
  updated_at: z.ZodString;
@@ -944,7 +978,7 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
944
978
  }, z.UnknownKeysParam, z.ZodTypeAny, {
945
979
  id: string;
946
980
  name: string;
947
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
981
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
948
982
  created_at: string;
949
983
  updated_at: string;
950
984
  groupId: string;
@@ -959,7 +993,7 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
959
993
  }, {
960
994
  id: string;
961
995
  name: string;
962
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
996
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
963
997
  created_at: string;
964
998
  updated_at: string;
965
999
  groupId: string;
@@ -973,6 +1007,7 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
973
1007
  };
974
1008
  }>;
975
1009
  }, z.UnknownKeysParam, z.ZodTypeAny, {
1010
+ description: string | null;
976
1011
  location: string;
977
1012
  id: string;
978
1013
  name: string;
@@ -982,25 +1017,30 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
982
1017
  created_at: string;
983
1018
  updated_at: string;
984
1019
  active: boolean;
985
- tickets: {
1020
+ tags: {
986
1021
  id: string;
987
- type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
988
- fullName: string;
989
- mail: string;
990
- eventId: string;
991
- dni: string;
992
- seat: number | null;
1022
+ name: string;
1023
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
993
1024
  created_at: string;
994
1025
  updated_at: string;
995
- scanned: boolean;
996
- scannedAt: string | null;
997
- ticketGroupId: string | null;
1026
+ groupId: string;
1027
+ group: {
1028
+ id: string;
1029
+ name: string;
1030
+ color: string;
1031
+ created_at: string;
1032
+ updated_at: string;
1033
+ isExclusive: boolean;
1034
+ };
998
1035
  }[];
1036
+ mainPictureUrl: string | null;
1037
+ bannerUrl: string | null;
999
1038
  folderId: string | null;
1000
1039
  tagAssistedId: string;
1001
1040
  tagConfirmedId: string;
1002
1041
  supraEventId: string | null;
1003
1042
  subEvents: {
1043
+ description: string | null;
1004
1044
  location: string;
1005
1045
  id: string;
1006
1046
  name: string;
@@ -1010,6 +1050,8 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1010
1050
  created_at: string;
1011
1051
  updated_at: string;
1012
1052
  active: boolean;
1053
+ mainPictureUrl: string | null;
1054
+ bannerUrl: string | null;
1013
1055
  folderId: string | null;
1014
1056
  tagAssistedId: string;
1015
1057
  tagConfirmedId: string;
@@ -1022,6 +1064,7 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1022
1064
  price: number | null;
1023
1065
  }[];
1024
1066
  supraEvent: {
1067
+ description: string | null;
1025
1068
  location: string;
1026
1069
  id: string;
1027
1070
  name: string;
@@ -1031,31 +1074,31 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1031
1074
  created_at: string;
1032
1075
  updated_at: string;
1033
1076
  active: boolean;
1077
+ mainPictureUrl: string | null;
1078
+ bannerUrl: string | null;
1034
1079
  folderId: string | null;
1035
1080
  tagAssistedId: string;
1036
1081
  tagConfirmedId: string;
1037
1082
  supraEventId: string | null;
1038
1083
  } | null;
1039
- profileTags: {
1084
+ tickets: {
1040
1085
  id: string;
1041
- name: string;
1042
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
1086
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
1087
+ fullName: string;
1088
+ mail: string;
1089
+ eventId: string;
1090
+ dni: string;
1091
+ seat: number | null;
1043
1092
  created_at: string;
1044
1093
  updated_at: string;
1045
- groupId: string;
1046
- group: {
1047
- id: string;
1048
- name: string;
1049
- color: string;
1050
- created_at: string;
1051
- updated_at: string;
1052
- isExclusive: boolean;
1053
- };
1094
+ scanned: boolean;
1095
+ scannedAt: string | null;
1096
+ ticketGroupId: string | null;
1054
1097
  }[];
1055
1098
  tagAssisted: {
1056
1099
  id: string;
1057
1100
  name: string;
1058
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
1101
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
1059
1102
  created_at: string;
1060
1103
  updated_at: string;
1061
1104
  groupId: string;
@@ -1071,7 +1114,7 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1071
1114
  tagConfirmed: {
1072
1115
  id: string;
1073
1116
  name: string;
1074
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
1117
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
1075
1118
  created_at: string;
1076
1119
  updated_at: string;
1077
1120
  groupId: string;
@@ -1085,6 +1128,7 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1085
1128
  };
1086
1129
  };
1087
1130
  }, {
1131
+ description: string | null;
1088
1132
  location: string;
1089
1133
  id: string;
1090
1134
  name: string;
@@ -1094,25 +1138,30 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1094
1138
  created_at: string;
1095
1139
  updated_at: string;
1096
1140
  active: boolean;
1097
- tickets: {
1141
+ tags: {
1098
1142
  id: string;
1099
- type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
1100
- fullName: string;
1101
- mail: string;
1102
- eventId: string;
1103
- dni: string;
1104
- seat: number | null;
1143
+ name: string;
1144
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
1105
1145
  created_at: string;
1106
1146
  updated_at: string;
1107
- scanned: boolean;
1108
- scannedAt: string | null;
1109
- ticketGroupId: string | null;
1147
+ groupId: string;
1148
+ group: {
1149
+ id: string;
1150
+ name: string;
1151
+ color: string;
1152
+ created_at: string;
1153
+ updated_at: string;
1154
+ isExclusive: boolean;
1155
+ };
1110
1156
  }[];
1157
+ mainPictureUrl: string | null;
1158
+ bannerUrl: string | null;
1111
1159
  folderId: string | null;
1112
1160
  tagAssistedId: string;
1113
1161
  tagConfirmedId: string;
1114
1162
  supraEventId: string | null;
1115
1163
  subEvents: {
1164
+ description: string | null;
1116
1165
  location: string;
1117
1166
  id: string;
1118
1167
  name: string;
@@ -1122,6 +1171,8 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1122
1171
  created_at: string;
1123
1172
  updated_at: string;
1124
1173
  active: boolean;
1174
+ mainPictureUrl: string | null;
1175
+ bannerUrl: string | null;
1125
1176
  folderId: string | null;
1126
1177
  tagAssistedId: string;
1127
1178
  tagConfirmedId: string;
@@ -1134,6 +1185,7 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1134
1185
  price: number | null;
1135
1186
  }[];
1136
1187
  supraEvent: {
1188
+ description: string | null;
1137
1189
  location: string;
1138
1190
  id: string;
1139
1191
  name: string;
@@ -1143,31 +1195,31 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1143
1195
  created_at: string;
1144
1196
  updated_at: string;
1145
1197
  active: boolean;
1198
+ mainPictureUrl: string | null;
1199
+ bannerUrl: string | null;
1146
1200
  folderId: string | null;
1147
1201
  tagAssistedId: string;
1148
1202
  tagConfirmedId: string;
1149
1203
  supraEventId: string | null;
1150
1204
  } | null;
1151
- profileTags: {
1205
+ tickets: {
1152
1206
  id: string;
1153
- name: string;
1154
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
1207
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
1208
+ fullName: string;
1209
+ mail: string;
1210
+ eventId: string;
1211
+ dni: string;
1212
+ seat: number | null;
1155
1213
  created_at: string;
1156
1214
  updated_at: string;
1157
- groupId: string;
1158
- group: {
1159
- id: string;
1160
- name: string;
1161
- color: string;
1162
- created_at: string;
1163
- updated_at: string;
1164
- isExclusive: boolean;
1165
- };
1215
+ scanned: boolean;
1216
+ scannedAt: string | null;
1217
+ ticketGroupId: string | null;
1166
1218
  }[];
1167
1219
  tagAssisted: {
1168
1220
  id: string;
1169
1221
  name: string;
1170
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
1222
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
1171
1223
  created_at: string;
1172
1224
  updated_at: string;
1173
1225
  groupId: string;
@@ -1183,7 +1235,7 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1183
1235
  tagConfirmed: {
1184
1236
  id: string;
1185
1237
  name: string;
1186
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
1238
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
1187
1239
  created_at: string;
1188
1240
  updated_at: string;
1189
1241
  groupId: string;
@@ -1206,6 +1258,9 @@ export declare const getBySupraEventResponseSchema: z.ZodArray<z.ZodObject<z.obj
1206
1258
  startingDate: z.ZodDate;
1207
1259
  endingDate: z.ZodDate;
1208
1260
  location: z.ZodString;
1261
+ mainPictureUrl: z.ZodNullable<z.ZodString>;
1262
+ bannerUrl: z.ZodNullable<z.ZodString>;
1263
+ description: z.ZodNullable<z.ZodString>;
1209
1264
  folderId: z.ZodNullable<z.ZodString>;
1210
1265
  tagAssistedId: z.ZodString;
1211
1266
  tagConfirmedId: z.ZodString;
@@ -1223,21 +1278,20 @@ export declare const getBySupraEventResponseSchema: z.ZodArray<z.ZodObject<z.obj
1223
1278
  EVENT: "EVENT";
1224
1279
  PARTICIPANT: "PARTICIPANT";
1225
1280
  NOT_IN_SYSTEM: "NOT_IN_SYSTEM";
1226
- PRODUCTION_ROLE: "PRODUCTION_ROLE";
1227
1281
  }>;
1228
1282
  created_at: z.ZodDate;
1229
1283
  updated_at: z.ZodDate;
1230
1284
  }, "strip", z.ZodTypeAny, {
1231
1285
  id: string;
1232
1286
  name: string;
1233
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
1287
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
1234
1288
  created_at: Date;
1235
1289
  updated_at: Date;
1236
1290
  groupId: string;
1237
1291
  }, {
1238
1292
  id: string;
1239
1293
  name: string;
1240
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
1294
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
1241
1295
  created_at: Date;
1242
1296
  updated_at: Date;
1243
1297
  groupId: string;
@@ -1251,26 +1305,26 @@ export declare const getBySupraEventResponseSchema: z.ZodArray<z.ZodObject<z.obj
1251
1305
  EVENT: "EVENT";
1252
1306
  PARTICIPANT: "PARTICIPANT";
1253
1307
  NOT_IN_SYSTEM: "NOT_IN_SYSTEM";
1254
- PRODUCTION_ROLE: "PRODUCTION_ROLE";
1255
1308
  }>;
1256
1309
  created_at: z.ZodDate;
1257
1310
  updated_at: z.ZodDate;
1258
1311
  }, "strip", z.ZodTypeAny, {
1259
1312
  id: string;
1260
1313
  name: string;
1261
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
1314
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
1262
1315
  created_at: Date;
1263
1316
  updated_at: Date;
1264
1317
  groupId: string;
1265
1318
  }, {
1266
1319
  id: string;
1267
1320
  name: string;
1268
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
1321
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
1269
1322
  created_at: Date;
1270
1323
  updated_at: Date;
1271
1324
  groupId: string;
1272
1325
  }>;
1273
1326
  }>, "strip", z.ZodTypeAny, {
1327
+ description: string | null;
1274
1328
  location: string;
1275
1329
  id: string;
1276
1330
  name: string;
@@ -1280,6 +1334,8 @@ export declare const getBySupraEventResponseSchema: z.ZodArray<z.ZodObject<z.obj
1280
1334
  created_at: Date;
1281
1335
  updated_at: Date;
1282
1336
  active: boolean;
1337
+ mainPictureUrl: string | null;
1338
+ bannerUrl: string | null;
1283
1339
  folderId: string | null;
1284
1340
  tagAssistedId: string;
1285
1341
  tagConfirmedId: string;
@@ -1287,7 +1343,7 @@ export declare const getBySupraEventResponseSchema: z.ZodArray<z.ZodObject<z.obj
1287
1343
  tagAssisted: {
1288
1344
  id: string;
1289
1345
  name: string;
1290
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
1346
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
1291
1347
  created_at: Date;
1292
1348
  updated_at: Date;
1293
1349
  groupId: string;
@@ -1295,12 +1351,13 @@ export declare const getBySupraEventResponseSchema: z.ZodArray<z.ZodObject<z.obj
1295
1351
  tagConfirmed: {
1296
1352
  id: string;
1297
1353
  name: string;
1298
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
1354
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
1299
1355
  created_at: Date;
1300
1356
  updated_at: Date;
1301
1357
  groupId: string;
1302
1358
  };
1303
1359
  }, {
1360
+ description: string | null;
1304
1361
  location: string;
1305
1362
  id: string;
1306
1363
  name: string;
@@ -1310,6 +1367,8 @@ export declare const getBySupraEventResponseSchema: z.ZodArray<z.ZodObject<z.obj
1310
1367
  created_at: Date;
1311
1368
  updated_at: Date;
1312
1369
  active: boolean;
1370
+ mainPictureUrl: string | null;
1371
+ bannerUrl: string | null;
1313
1372
  folderId: string | null;
1314
1373
  tagAssistedId: string;
1315
1374
  tagConfirmedId: string;
@@ -1317,7 +1376,7 @@ export declare const getBySupraEventResponseSchema: z.ZodArray<z.ZodObject<z.obj
1317
1376
  tagAssisted: {
1318
1377
  id: string;
1319
1378
  name: string;
1320
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
1379
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
1321
1380
  created_at: Date;
1322
1381
  updated_at: Date;
1323
1382
  groupId: string;
@@ -1325,7 +1384,7 @@ export declare const getBySupraEventResponseSchema: z.ZodArray<z.ZodObject<z.obj
1325
1384
  tagConfirmed: {
1326
1385
  id: string;
1327
1386
  name: string;
1328
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
1387
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
1329
1388
  created_at: Date;
1330
1389
  updated_at: Date;
1331
1390
  groupId: string;
@@ -1338,6 +1397,9 @@ declare const GetBySupraEventResponseDto_base: import("@anatine/zod-nestjs").Zod
1338
1397
  startingDate: z.ZodString;
1339
1398
  endingDate: z.ZodString;
1340
1399
  location: z.ZodString;
1400
+ mainPictureUrl: z.ZodNullable<z.ZodString>;
1401
+ bannerUrl: z.ZodNullable<z.ZodString>;
1402
+ description: z.ZodNullable<z.ZodString>;
1341
1403
  folderId: z.ZodNullable<z.ZodString>;
1342
1404
  tagAssistedId: z.ZodString;
1343
1405
  tagConfirmedId: z.ZodString;
@@ -1354,21 +1416,20 @@ declare const GetBySupraEventResponseDto_base: import("@anatine/zod-nestjs").Zod
1354
1416
  EVENT: "EVENT";
1355
1417
  PARTICIPANT: "PARTICIPANT";
1356
1418
  NOT_IN_SYSTEM: "NOT_IN_SYSTEM";
1357
- PRODUCTION_ROLE: "PRODUCTION_ROLE";
1358
1419
  }>;
1359
1420
  created_at: z.ZodString;
1360
1421
  updated_at: z.ZodString;
1361
1422
  }, z.UnknownKeysParam, z.ZodTypeAny, {
1362
1423
  id: string;
1363
1424
  name: string;
1364
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
1425
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
1365
1426
  created_at: string;
1366
1427
  updated_at: string;
1367
1428
  groupId: string;
1368
1429
  }, {
1369
1430
  id: string;
1370
1431
  name: string;
1371
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
1432
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
1372
1433
  created_at: string;
1373
1434
  updated_at: string;
1374
1435
  groupId: string;
@@ -1382,26 +1443,26 @@ declare const GetBySupraEventResponseDto_base: import("@anatine/zod-nestjs").Zod
1382
1443
  EVENT: "EVENT";
1383
1444
  PARTICIPANT: "PARTICIPANT";
1384
1445
  NOT_IN_SYSTEM: "NOT_IN_SYSTEM";
1385
- PRODUCTION_ROLE: "PRODUCTION_ROLE";
1386
1446
  }>;
1387
1447
  created_at: z.ZodString;
1388
1448
  updated_at: z.ZodString;
1389
1449
  }, z.UnknownKeysParam, z.ZodTypeAny, {
1390
1450
  id: string;
1391
1451
  name: string;
1392
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
1452
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
1393
1453
  created_at: string;
1394
1454
  updated_at: string;
1395
1455
  groupId: string;
1396
1456
  }, {
1397
1457
  id: string;
1398
1458
  name: string;
1399
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
1459
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
1400
1460
  created_at: string;
1401
1461
  updated_at: string;
1402
1462
  groupId: string;
1403
1463
  }>;
1404
1464
  }, z.UnknownKeysParam, z.ZodTypeAny, {
1465
+ description: string | null;
1405
1466
  location: string;
1406
1467
  id: string;
1407
1468
  name: string;
@@ -1411,6 +1472,8 @@ declare const GetBySupraEventResponseDto_base: import("@anatine/zod-nestjs").Zod
1411
1472
  created_at: string;
1412
1473
  updated_at: string;
1413
1474
  active: boolean;
1475
+ mainPictureUrl: string | null;
1476
+ bannerUrl: string | null;
1414
1477
  folderId: string | null;
1415
1478
  tagAssistedId: string;
1416
1479
  tagConfirmedId: string;
@@ -1418,7 +1481,7 @@ declare const GetBySupraEventResponseDto_base: import("@anatine/zod-nestjs").Zod
1418
1481
  tagAssisted: {
1419
1482
  id: string;
1420
1483
  name: string;
1421
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
1484
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
1422
1485
  created_at: string;
1423
1486
  updated_at: string;
1424
1487
  groupId: string;
@@ -1426,12 +1489,13 @@ declare const GetBySupraEventResponseDto_base: import("@anatine/zod-nestjs").Zod
1426
1489
  tagConfirmed: {
1427
1490
  id: string;
1428
1491
  name: string;
1429
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
1492
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
1430
1493
  created_at: string;
1431
1494
  updated_at: string;
1432
1495
  groupId: string;
1433
1496
  };
1434
1497
  }, {
1498
+ description: string | null;
1435
1499
  location: string;
1436
1500
  id: string;
1437
1501
  name: string;
@@ -1441,6 +1505,8 @@ declare const GetBySupraEventResponseDto_base: import("@anatine/zod-nestjs").Zod
1441
1505
  created_at: string;
1442
1506
  updated_at: string;
1443
1507
  active: boolean;
1508
+ mainPictureUrl: string | null;
1509
+ bannerUrl: string | null;
1444
1510
  folderId: string | null;
1445
1511
  tagAssistedId: string;
1446
1512
  tagConfirmedId: string;
@@ -1448,7 +1514,7 @@ declare const GetBySupraEventResponseDto_base: import("@anatine/zod-nestjs").Zod
1448
1514
  tagAssisted: {
1449
1515
  id: string;
1450
1516
  name: string;
1451
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
1517
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
1452
1518
  created_at: string;
1453
1519
  updated_at: string;
1454
1520
  groupId: string;
@@ -1456,7 +1522,7 @@ declare const GetBySupraEventResponseDto_base: import("@anatine/zod-nestjs").Zod
1456
1522
  tagConfirmed: {
1457
1523
  id: string;
1458
1524
  name: string;
1459
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
1525
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
1460
1526
  created_at: string;
1461
1527
  updated_at: string;
1462
1528
  groupId: string;