expo-backend-types 0.51.0 → 0.52.0-EXPO-343-Quique-Wolff.2

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
@@ -14,6 +14,9 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
14
14
  startingDate: z.ZodDate;
15
15
  endingDate: z.ZodDate;
16
16
  location: z.ZodString;
17
+ mainPictureUrl: z.ZodNullable<z.ZodString>;
18
+ bannerUrl: z.ZodNullable<z.ZodString>;
19
+ description: z.ZodNullable<z.ZodString>;
17
20
  folderId: z.ZodNullable<z.ZodString>;
18
21
  tagAssistedId: z.ZodString;
19
22
  tagConfirmedId: z.ZodString;
@@ -29,6 +32,9 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
29
32
  startingDate: z.ZodDate;
30
33
  endingDate: z.ZodDate;
31
34
  location: z.ZodString;
35
+ mainPictureUrl: z.ZodNullable<z.ZodString>;
36
+ bannerUrl: z.ZodNullable<z.ZodString>;
37
+ description: z.ZodNullable<z.ZodString>;
32
38
  folderId: z.ZodNullable<z.ZodString>;
33
39
  tagAssistedId: z.ZodString;
34
40
  tagConfirmedId: z.ZodString;
@@ -37,6 +43,7 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
37
43
  created_at: z.ZodDate;
38
44
  updated_at: z.ZodDate;
39
45
  }, "strip", z.ZodTypeAny, {
46
+ description: string | null;
40
47
  location: string;
41
48
  id: string;
42
49
  name: string;
@@ -46,11 +53,14 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
46
53
  created_at: Date;
47
54
  updated_at: Date;
48
55
  active: boolean;
56
+ mainPictureUrl: string | null;
57
+ bannerUrl: string | null;
49
58
  folderId: string | null;
50
59
  tagAssistedId: string;
51
60
  tagConfirmedId: string;
52
61
  supraEventId: string | null;
53
62
  }, {
63
+ description: string | null;
54
64
  location: string;
55
65
  id: string;
56
66
  name: string;
@@ -60,6 +70,8 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
60
70
  created_at: Date;
61
71
  updated_at: Date;
62
72
  active: boolean;
73
+ mainPictureUrl: string | null;
74
+ bannerUrl: string | null;
63
75
  folderId: string | null;
64
76
  tagAssistedId: string;
65
77
  tagConfirmedId: string;
@@ -72,6 +84,9 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
72
84
  startingDate: z.ZodDate;
73
85
  endingDate: z.ZodDate;
74
86
  location: z.ZodString;
87
+ mainPictureUrl: z.ZodNullable<z.ZodString>;
88
+ bannerUrl: z.ZodNullable<z.ZodString>;
89
+ description: z.ZodNullable<z.ZodString>;
75
90
  folderId: z.ZodNullable<z.ZodString>;
76
91
  tagAssistedId: z.ZodString;
77
92
  tagConfirmedId: z.ZodString;
@@ -80,6 +95,7 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
80
95
  created_at: z.ZodDate;
81
96
  updated_at: z.ZodDate;
82
97
  }, "strip", z.ZodTypeAny, {
98
+ description: string | null;
83
99
  location: string;
84
100
  id: string;
85
101
  name: string;
@@ -89,11 +105,14 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
89
105
  created_at: Date;
90
106
  updated_at: Date;
91
107
  active: boolean;
108
+ mainPictureUrl: string | null;
109
+ bannerUrl: string | null;
92
110
  folderId: string | null;
93
111
  tagAssistedId: string;
94
112
  tagConfirmedId: string;
95
113
  supraEventId: string | null;
96
114
  }, {
115
+ description: string | null;
97
116
  location: string;
98
117
  id: string;
99
118
  name: string;
@@ -103,12 +122,14 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
103
122
  created_at: Date;
104
123
  updated_at: Date;
105
124
  active: boolean;
125
+ mainPictureUrl: string | null;
126
+ bannerUrl: string | null;
106
127
  folderId: string | null;
107
128
  tagAssistedId: string;
108
129
  tagConfirmedId: string;
109
130
  supraEventId: string | null;
110
131
  }>, "many">;
111
- profileTags: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<Pick<{
132
+ tags: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<Pick<{
112
133
  id: z.ZodString;
113
134
  name: z.ZodString;
114
135
  groupId: z.ZodString;
@@ -117,7 +138,6 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
117
138
  EVENT: "EVENT";
118
139
  PARTICIPANT: "PARTICIPANT";
119
140
  NOT_IN_SYSTEM: "NOT_IN_SYSTEM";
120
- PRODUCTION_ROLE: "PRODUCTION_ROLE";
121
141
  }>;
122
142
  created_at: z.ZodDate;
123
143
  updated_at: z.ZodDate;
@@ -143,7 +163,7 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
143
163
  }>, "strip", z.ZodTypeAny, {
144
164
  id: string;
145
165
  name: string;
146
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
166
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
147
167
  group: {
148
168
  id: string;
149
169
  name: string;
@@ -153,7 +173,7 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
153
173
  }, {
154
174
  id: string;
155
175
  name: string;
156
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
176
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
157
177
  group: {
158
178
  id: string;
159
179
  name: string;
@@ -161,7 +181,7 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
161
181
  isExclusive: boolean;
162
182
  };
163
183
  }>, "many">;
164
- eventTickets: z.ZodArray<z.ZodEffects<z.ZodObject<Pick<{
184
+ eventTickets: z.ZodArray<z.ZodObject<Pick<{
165
185
  id: z.ZodString;
166
186
  amount: z.ZodNullable<z.ZodNumber>;
167
187
  type: z.ZodNativeEnum<{
@@ -180,18 +200,9 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
180
200
  type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
181
201
  amount: number | null;
182
202
  price: number | null;
183
- }>, {
184
- id: string;
185
- type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
186
- amount: number | null;
187
- price: number | null;
188
- }, {
189
- id: string;
190
- type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
191
- amount: number | null;
192
- price: number | null;
193
203
  }>, "many">;
194
204
  }>, "strip", z.ZodTypeAny, {
205
+ description: string | null;
195
206
  location: string;
196
207
  id: string;
197
208
  name: string;
@@ -201,11 +212,25 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
201
212
  created_at: Date;
202
213
  updated_at: Date;
203
214
  active: boolean;
215
+ tags: {
216
+ id: string;
217
+ name: string;
218
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
219
+ group: {
220
+ id: string;
221
+ name: string;
222
+ color: string;
223
+ isExclusive: boolean;
224
+ };
225
+ }[];
226
+ mainPictureUrl: string | null;
227
+ bannerUrl: string | null;
204
228
  folderId: string | null;
205
229
  tagAssistedId: string;
206
230
  tagConfirmedId: string;
207
231
  supraEventId: string | null;
208
232
  subEvents: {
233
+ description: string | null;
209
234
  location: string;
210
235
  id: string;
211
236
  name: string;
@@ -215,6 +240,8 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
215
240
  created_at: Date;
216
241
  updated_at: Date;
217
242
  active: boolean;
243
+ mainPictureUrl: string | null;
244
+ bannerUrl: string | null;
218
245
  folderId: string | null;
219
246
  tagAssistedId: string;
220
247
  tagConfirmedId: string;
@@ -227,6 +254,7 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
227
254
  price: number | null;
228
255
  }[];
229
256
  supraEvent: {
257
+ description: string | null;
230
258
  location: string;
231
259
  id: string;
232
260
  name: string;
@@ -236,23 +264,15 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
236
264
  created_at: Date;
237
265
  updated_at: Date;
238
266
  active: boolean;
267
+ mainPictureUrl: string | null;
268
+ bannerUrl: string | null;
239
269
  folderId: string | null;
240
270
  tagAssistedId: string;
241
271
  tagConfirmedId: string;
242
272
  supraEventId: string | null;
243
273
  } | null;
244
- profileTags: {
245
- id: string;
246
- name: string;
247
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
248
- group: {
249
- id: string;
250
- name: string;
251
- color: string;
252
- isExclusive: boolean;
253
- };
254
- }[];
255
274
  }, {
275
+ description: string | null;
256
276
  location: string;
257
277
  id: string;
258
278
  name: string;
@@ -262,11 +282,25 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
262
282
  created_at: Date;
263
283
  updated_at: Date;
264
284
  active: boolean;
285
+ tags: {
286
+ id: string;
287
+ name: string;
288
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
289
+ group: {
290
+ id: string;
291
+ name: string;
292
+ color: string;
293
+ isExclusive: boolean;
294
+ };
295
+ }[];
296
+ mainPictureUrl: string | null;
297
+ bannerUrl: string | null;
265
298
  folderId: string | null;
266
299
  tagAssistedId: string;
267
300
  tagConfirmedId: string;
268
301
  supraEventId: string | null;
269
302
  subEvents: {
303
+ description: string | null;
270
304
  location: string;
271
305
  id: string;
272
306
  name: string;
@@ -276,6 +310,8 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
276
310
  created_at: Date;
277
311
  updated_at: Date;
278
312
  active: boolean;
313
+ mainPictureUrl: string | null;
314
+ bannerUrl: string | null;
279
315
  folderId: string | null;
280
316
  tagAssistedId: string;
281
317
  tagConfirmedId: string;
@@ -288,6 +324,7 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
288
324
  price: number | null;
289
325
  }[];
290
326
  supraEvent: {
327
+ description: string | null;
291
328
  location: string;
292
329
  id: string;
293
330
  name: string;
@@ -297,22 +334,13 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
297
334
  created_at: Date;
298
335
  updated_at: Date;
299
336
  active: boolean;
337
+ mainPictureUrl: string | null;
338
+ bannerUrl: string | null;
300
339
  folderId: string | null;
301
340
  tagAssistedId: string;
302
341
  tagConfirmedId: string;
303
342
  supraEventId: string | null;
304
343
  } | null;
305
- profileTags: {
306
- id: string;
307
- name: string;
308
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
309
- group: {
310
- id: string;
311
- name: string;
312
- color: string;
313
- isExclusive: boolean;
314
- };
315
- }[];
316
344
  }>, "many">;
317
345
  }>, "strip", z.ZodTypeAny, {
318
346
  id: string;
@@ -321,6 +349,7 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
321
349
  created_at: Date;
322
350
  updated_at: Date;
323
351
  events: {
352
+ description: string | null;
324
353
  location: string;
325
354
  id: string;
326
355
  name: string;
@@ -330,11 +359,25 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
330
359
  created_at: Date;
331
360
  updated_at: Date;
332
361
  active: boolean;
362
+ tags: {
363
+ id: string;
364
+ name: string;
365
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
366
+ group: {
367
+ id: string;
368
+ name: string;
369
+ color: string;
370
+ isExclusive: boolean;
371
+ };
372
+ }[];
373
+ mainPictureUrl: string | null;
374
+ bannerUrl: string | null;
333
375
  folderId: string | null;
334
376
  tagAssistedId: string;
335
377
  tagConfirmedId: string;
336
378
  supraEventId: string | null;
337
379
  subEvents: {
380
+ description: string | null;
338
381
  location: string;
339
382
  id: string;
340
383
  name: string;
@@ -344,6 +387,8 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
344
387
  created_at: Date;
345
388
  updated_at: Date;
346
389
  active: boolean;
390
+ mainPictureUrl: string | null;
391
+ bannerUrl: string | null;
347
392
  folderId: string | null;
348
393
  tagAssistedId: string;
349
394
  tagConfirmedId: string;
@@ -356,6 +401,7 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
356
401
  price: number | null;
357
402
  }[];
358
403
  supraEvent: {
404
+ description: string | null;
359
405
  location: string;
360
406
  id: string;
361
407
  name: string;
@@ -365,22 +411,13 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
365
411
  created_at: Date;
366
412
  updated_at: Date;
367
413
  active: boolean;
414
+ mainPictureUrl: string | null;
415
+ bannerUrl: string | null;
368
416
  folderId: string | null;
369
417
  tagAssistedId: string;
370
418
  tagConfirmedId: string;
371
419
  supraEventId: string | null;
372
420
  } | null;
373
- profileTags: {
374
- id: string;
375
- name: string;
376
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
377
- group: {
378
- id: string;
379
- name: string;
380
- color: string;
381
- isExclusive: boolean;
382
- };
383
- }[];
384
421
  }[];
385
422
  }, {
386
423
  id: string;
@@ -389,6 +426,7 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
389
426
  created_at: Date;
390
427
  updated_at: Date;
391
428
  events: {
429
+ description: string | null;
392
430
  location: string;
393
431
  id: string;
394
432
  name: string;
@@ -398,11 +436,25 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
398
436
  created_at: Date;
399
437
  updated_at: Date;
400
438
  active: boolean;
439
+ tags: {
440
+ id: string;
441
+ name: string;
442
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
443
+ group: {
444
+ id: string;
445
+ name: string;
446
+ color: string;
447
+ isExclusive: boolean;
448
+ };
449
+ }[];
450
+ mainPictureUrl: string | null;
451
+ bannerUrl: string | null;
401
452
  folderId: string | null;
402
453
  tagAssistedId: string;
403
454
  tagConfirmedId: string;
404
455
  supraEventId: string | null;
405
456
  subEvents: {
457
+ description: string | null;
406
458
  location: string;
407
459
  id: string;
408
460
  name: string;
@@ -412,6 +464,8 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
412
464
  created_at: Date;
413
465
  updated_at: Date;
414
466
  active: boolean;
467
+ mainPictureUrl: string | null;
468
+ bannerUrl: string | null;
415
469
  folderId: string | null;
416
470
  tagAssistedId: string;
417
471
  tagConfirmedId: string;
@@ -424,6 +478,7 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
424
478
  price: number | null;
425
479
  }[];
426
480
  supraEvent: {
481
+ description: string | null;
427
482
  location: string;
428
483
  id: string;
429
484
  name: string;
@@ -433,22 +488,13 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
433
488
  created_at: Date;
434
489
  updated_at: Date;
435
490
  active: boolean;
491
+ mainPictureUrl: string | null;
492
+ bannerUrl: string | null;
436
493
  folderId: string | null;
437
494
  tagAssistedId: string;
438
495
  tagConfirmedId: string;
439
496
  supraEventId: string | null;
440
497
  } | null;
441
- profileTags: {
442
- id: string;
443
- name: string;
444
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
445
- group: {
446
- id: string;
447
- name: string;
448
- color: string;
449
- isExclusive: boolean;
450
- };
451
- }[];
452
498
  }[];
453
499
  }>, "many">;
454
500
  withoutFolder: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
@@ -458,6 +504,9 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
458
504
  startingDate: z.ZodDate;
459
505
  endingDate: z.ZodDate;
460
506
  location: z.ZodString;
507
+ mainPictureUrl: z.ZodNullable<z.ZodString>;
508
+ bannerUrl: z.ZodNullable<z.ZodString>;
509
+ description: z.ZodNullable<z.ZodString>;
461
510
  folderId: z.ZodNullable<z.ZodString>;
462
511
  tagAssistedId: z.ZodString;
463
512
  tagConfirmedId: z.ZodString;
@@ -473,6 +522,9 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
473
522
  startingDate: z.ZodDate;
474
523
  endingDate: z.ZodDate;
475
524
  location: z.ZodString;
525
+ mainPictureUrl: z.ZodNullable<z.ZodString>;
526
+ bannerUrl: z.ZodNullable<z.ZodString>;
527
+ description: z.ZodNullable<z.ZodString>;
476
528
  folderId: z.ZodNullable<z.ZodString>;
477
529
  tagAssistedId: z.ZodString;
478
530
  tagConfirmedId: z.ZodString;
@@ -481,6 +533,7 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
481
533
  created_at: z.ZodDate;
482
534
  updated_at: z.ZodDate;
483
535
  }, "strip", z.ZodTypeAny, {
536
+ description: string | null;
484
537
  location: string;
485
538
  id: string;
486
539
  name: string;
@@ -490,11 +543,14 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
490
543
  created_at: Date;
491
544
  updated_at: Date;
492
545
  active: boolean;
546
+ mainPictureUrl: string | null;
547
+ bannerUrl: string | null;
493
548
  folderId: string | null;
494
549
  tagAssistedId: string;
495
550
  tagConfirmedId: string;
496
551
  supraEventId: string | null;
497
552
  }, {
553
+ description: string | null;
498
554
  location: string;
499
555
  id: string;
500
556
  name: string;
@@ -504,6 +560,8 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
504
560
  created_at: Date;
505
561
  updated_at: Date;
506
562
  active: boolean;
563
+ mainPictureUrl: string | null;
564
+ bannerUrl: string | null;
507
565
  folderId: string | null;
508
566
  tagAssistedId: string;
509
567
  tagConfirmedId: string;
@@ -516,6 +574,9 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
516
574
  startingDate: z.ZodDate;
517
575
  endingDate: z.ZodDate;
518
576
  location: z.ZodString;
577
+ mainPictureUrl: z.ZodNullable<z.ZodString>;
578
+ bannerUrl: z.ZodNullable<z.ZodString>;
579
+ description: z.ZodNullable<z.ZodString>;
519
580
  folderId: z.ZodNullable<z.ZodString>;
520
581
  tagAssistedId: z.ZodString;
521
582
  tagConfirmedId: z.ZodString;
@@ -524,6 +585,7 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
524
585
  created_at: z.ZodDate;
525
586
  updated_at: z.ZodDate;
526
587
  }, "strip", z.ZodTypeAny, {
588
+ description: string | null;
527
589
  location: string;
528
590
  id: string;
529
591
  name: string;
@@ -533,11 +595,14 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
533
595
  created_at: Date;
534
596
  updated_at: Date;
535
597
  active: boolean;
598
+ mainPictureUrl: string | null;
599
+ bannerUrl: string | null;
536
600
  folderId: string | null;
537
601
  tagAssistedId: string;
538
602
  tagConfirmedId: string;
539
603
  supraEventId: string | null;
540
604
  }, {
605
+ description: string | null;
541
606
  location: string;
542
607
  id: string;
543
608
  name: string;
@@ -547,12 +612,14 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
547
612
  created_at: Date;
548
613
  updated_at: Date;
549
614
  active: boolean;
615
+ mainPictureUrl: string | null;
616
+ bannerUrl: string | null;
550
617
  folderId: string | null;
551
618
  tagAssistedId: string;
552
619
  tagConfirmedId: string;
553
620
  supraEventId: string | null;
554
621
  }>, "many">;
555
- profileTags: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<Pick<{
622
+ tags: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<Pick<{
556
623
  id: z.ZodString;
557
624
  name: z.ZodString;
558
625
  groupId: z.ZodString;
@@ -561,7 +628,6 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
561
628
  EVENT: "EVENT";
562
629
  PARTICIPANT: "PARTICIPANT";
563
630
  NOT_IN_SYSTEM: "NOT_IN_SYSTEM";
564
- PRODUCTION_ROLE: "PRODUCTION_ROLE";
565
631
  }>;
566
632
  created_at: z.ZodDate;
567
633
  updated_at: z.ZodDate;
@@ -587,7 +653,7 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
587
653
  }>, "strip", z.ZodTypeAny, {
588
654
  id: string;
589
655
  name: string;
590
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
656
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
591
657
  group: {
592
658
  id: string;
593
659
  name: string;
@@ -597,7 +663,7 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
597
663
  }, {
598
664
  id: string;
599
665
  name: string;
600
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
666
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
601
667
  group: {
602
668
  id: string;
603
669
  name: string;
@@ -605,7 +671,7 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
605
671
  isExclusive: boolean;
606
672
  };
607
673
  }>, "many">;
608
- eventTickets: z.ZodArray<z.ZodEffects<z.ZodObject<Pick<{
674
+ eventTickets: z.ZodArray<z.ZodObject<Pick<{
609
675
  id: z.ZodString;
610
676
  amount: z.ZodNullable<z.ZodNumber>;
611
677
  type: z.ZodNativeEnum<{
@@ -624,18 +690,9 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
624
690
  type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
625
691
  amount: number | null;
626
692
  price: number | null;
627
- }>, {
628
- id: string;
629
- type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
630
- amount: number | null;
631
- price: number | null;
632
- }, {
633
- id: string;
634
- type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
635
- amount: number | null;
636
- price: number | null;
637
693
  }>, "many">;
638
694
  }>, "strip", z.ZodTypeAny, {
695
+ description: string | null;
639
696
  location: string;
640
697
  id: string;
641
698
  name: string;
@@ -645,11 +702,25 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
645
702
  created_at: Date;
646
703
  updated_at: Date;
647
704
  active: boolean;
705
+ tags: {
706
+ id: string;
707
+ name: string;
708
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
709
+ group: {
710
+ id: string;
711
+ name: string;
712
+ color: string;
713
+ isExclusive: boolean;
714
+ };
715
+ }[];
716
+ mainPictureUrl: string | null;
717
+ bannerUrl: string | null;
648
718
  folderId: string | null;
649
719
  tagAssistedId: string;
650
720
  tagConfirmedId: string;
651
721
  supraEventId: string | null;
652
722
  subEvents: {
723
+ description: string | null;
653
724
  location: string;
654
725
  id: string;
655
726
  name: string;
@@ -659,6 +730,8 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
659
730
  created_at: Date;
660
731
  updated_at: Date;
661
732
  active: boolean;
733
+ mainPictureUrl: string | null;
734
+ bannerUrl: string | null;
662
735
  folderId: string | null;
663
736
  tagAssistedId: string;
664
737
  tagConfirmedId: string;
@@ -671,6 +744,7 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
671
744
  price: number | null;
672
745
  }[];
673
746
  supraEvent: {
747
+ description: string | null;
674
748
  location: string;
675
749
  id: string;
676
750
  name: string;
@@ -680,23 +754,15 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
680
754
  created_at: Date;
681
755
  updated_at: Date;
682
756
  active: boolean;
757
+ mainPictureUrl: string | null;
758
+ bannerUrl: string | null;
683
759
  folderId: string | null;
684
760
  tagAssistedId: string;
685
761
  tagConfirmedId: string;
686
762
  supraEventId: string | null;
687
763
  } | null;
688
- profileTags: {
689
- id: string;
690
- name: string;
691
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
692
- group: {
693
- id: string;
694
- name: string;
695
- color: string;
696
- isExclusive: boolean;
697
- };
698
- }[];
699
764
  }, {
765
+ description: string | null;
700
766
  location: string;
701
767
  id: string;
702
768
  name: string;
@@ -706,11 +772,25 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
706
772
  created_at: Date;
707
773
  updated_at: Date;
708
774
  active: boolean;
775
+ tags: {
776
+ id: string;
777
+ name: string;
778
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
779
+ group: {
780
+ id: string;
781
+ name: string;
782
+ color: string;
783
+ isExclusive: boolean;
784
+ };
785
+ }[];
786
+ mainPictureUrl: string | null;
787
+ bannerUrl: string | null;
709
788
  folderId: string | null;
710
789
  tagAssistedId: string;
711
790
  tagConfirmedId: string;
712
791
  supraEventId: string | null;
713
792
  subEvents: {
793
+ description: string | null;
714
794
  location: string;
715
795
  id: string;
716
796
  name: string;
@@ -720,6 +800,8 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
720
800
  created_at: Date;
721
801
  updated_at: Date;
722
802
  active: boolean;
803
+ mainPictureUrl: string | null;
804
+ bannerUrl: string | null;
723
805
  folderId: string | null;
724
806
  tagAssistedId: string;
725
807
  tagConfirmedId: string;
@@ -732,6 +814,7 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
732
814
  price: number | null;
733
815
  }[];
734
816
  supraEvent: {
817
+ description: string | null;
735
818
  location: string;
736
819
  id: string;
737
820
  name: string;
@@ -741,22 +824,13 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
741
824
  created_at: Date;
742
825
  updated_at: Date;
743
826
  active: boolean;
827
+ mainPictureUrl: string | null;
828
+ bannerUrl: string | null;
744
829
  folderId: string | null;
745
830
  tagAssistedId: string;
746
831
  tagConfirmedId: string;
747
832
  supraEventId: string | null;
748
833
  } | null;
749
- profileTags: {
750
- id: string;
751
- name: string;
752
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
753
- group: {
754
- id: string;
755
- name: string;
756
- color: string;
757
- isExclusive: boolean;
758
- };
759
- }[];
760
834
  }>, "many">;
761
835
  }, "strip", z.ZodTypeAny, {
762
836
  folders: {
@@ -766,6 +840,7 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
766
840
  created_at: Date;
767
841
  updated_at: Date;
768
842
  events: {
843
+ description: string | null;
769
844
  location: string;
770
845
  id: string;
771
846
  name: string;
@@ -775,11 +850,25 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
775
850
  created_at: Date;
776
851
  updated_at: Date;
777
852
  active: boolean;
853
+ tags: {
854
+ id: string;
855
+ name: string;
856
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
857
+ group: {
858
+ id: string;
859
+ name: string;
860
+ color: string;
861
+ isExclusive: boolean;
862
+ };
863
+ }[];
864
+ mainPictureUrl: string | null;
865
+ bannerUrl: string | null;
778
866
  folderId: string | null;
779
867
  tagAssistedId: string;
780
868
  tagConfirmedId: string;
781
869
  supraEventId: string | null;
782
870
  subEvents: {
871
+ description: string | null;
783
872
  location: string;
784
873
  id: string;
785
874
  name: string;
@@ -789,6 +878,8 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
789
878
  created_at: Date;
790
879
  updated_at: Date;
791
880
  active: boolean;
881
+ mainPictureUrl: string | null;
882
+ bannerUrl: string | null;
792
883
  folderId: string | null;
793
884
  tagAssistedId: string;
794
885
  tagConfirmedId: string;
@@ -801,6 +892,7 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
801
892
  price: number | null;
802
893
  }[];
803
894
  supraEvent: {
895
+ description: string | null;
804
896
  location: string;
805
897
  id: string;
806
898
  name: string;
@@ -810,25 +902,17 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
810
902
  created_at: Date;
811
903
  updated_at: Date;
812
904
  active: boolean;
905
+ mainPictureUrl: string | null;
906
+ bannerUrl: string | null;
813
907
  folderId: string | null;
814
908
  tagAssistedId: string;
815
909
  tagConfirmedId: string;
816
910
  supraEventId: string | null;
817
911
  } | null;
818
- profileTags: {
819
- id: string;
820
- name: string;
821
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
822
- group: {
823
- id: string;
824
- name: string;
825
- color: string;
826
- isExclusive: boolean;
827
- };
828
- }[];
829
912
  }[];
830
913
  }[];
831
914
  withoutFolder: {
915
+ description: string | null;
832
916
  location: string;
833
917
  id: string;
834
918
  name: string;
@@ -838,11 +922,25 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
838
922
  created_at: Date;
839
923
  updated_at: Date;
840
924
  active: boolean;
925
+ tags: {
926
+ id: string;
927
+ name: string;
928
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
929
+ group: {
930
+ id: string;
931
+ name: string;
932
+ color: string;
933
+ isExclusive: boolean;
934
+ };
935
+ }[];
936
+ mainPictureUrl: string | null;
937
+ bannerUrl: string | null;
841
938
  folderId: string | null;
842
939
  tagAssistedId: string;
843
940
  tagConfirmedId: string;
844
941
  supraEventId: string | null;
845
942
  subEvents: {
943
+ description: string | null;
846
944
  location: string;
847
945
  id: string;
848
946
  name: string;
@@ -852,6 +950,8 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
852
950
  created_at: Date;
853
951
  updated_at: Date;
854
952
  active: boolean;
953
+ mainPictureUrl: string | null;
954
+ bannerUrl: string | null;
855
955
  folderId: string | null;
856
956
  tagAssistedId: string;
857
957
  tagConfirmedId: string;
@@ -864,6 +964,7 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
864
964
  price: number | null;
865
965
  }[];
866
966
  supraEvent: {
967
+ description: string | null;
867
968
  location: string;
868
969
  id: string;
869
970
  name: string;
@@ -873,22 +974,13 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
873
974
  created_at: Date;
874
975
  updated_at: Date;
875
976
  active: boolean;
977
+ mainPictureUrl: string | null;
978
+ bannerUrl: string | null;
876
979
  folderId: string | null;
877
980
  tagAssistedId: string;
878
981
  tagConfirmedId: string;
879
982
  supraEventId: string | null;
880
983
  } | null;
881
- profileTags: {
882
- id: string;
883
- name: string;
884
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
885
- group: {
886
- id: string;
887
- name: string;
888
- color: string;
889
- isExclusive: boolean;
890
- };
891
- }[];
892
984
  }[];
893
985
  }, {
894
986
  folders: {
@@ -898,6 +990,7 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
898
990
  created_at: Date;
899
991
  updated_at: Date;
900
992
  events: {
993
+ description: string | null;
901
994
  location: string;
902
995
  id: string;
903
996
  name: string;
@@ -907,11 +1000,25 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
907
1000
  created_at: Date;
908
1001
  updated_at: Date;
909
1002
  active: boolean;
1003
+ tags: {
1004
+ id: string;
1005
+ name: string;
1006
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
1007
+ group: {
1008
+ id: string;
1009
+ name: string;
1010
+ color: string;
1011
+ isExclusive: boolean;
1012
+ };
1013
+ }[];
1014
+ mainPictureUrl: string | null;
1015
+ bannerUrl: string | null;
910
1016
  folderId: string | null;
911
1017
  tagAssistedId: string;
912
1018
  tagConfirmedId: string;
913
1019
  supraEventId: string | null;
914
1020
  subEvents: {
1021
+ description: string | null;
915
1022
  location: string;
916
1023
  id: string;
917
1024
  name: string;
@@ -921,6 +1028,8 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
921
1028
  created_at: Date;
922
1029
  updated_at: Date;
923
1030
  active: boolean;
1031
+ mainPictureUrl: string | null;
1032
+ bannerUrl: string | null;
924
1033
  folderId: string | null;
925
1034
  tagAssistedId: string;
926
1035
  tagConfirmedId: string;
@@ -933,6 +1042,7 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
933
1042
  price: number | null;
934
1043
  }[];
935
1044
  supraEvent: {
1045
+ description: string | null;
936
1046
  location: string;
937
1047
  id: string;
938
1048
  name: string;
@@ -942,25 +1052,17 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
942
1052
  created_at: Date;
943
1053
  updated_at: Date;
944
1054
  active: boolean;
1055
+ mainPictureUrl: string | null;
1056
+ bannerUrl: string | null;
945
1057
  folderId: string | null;
946
1058
  tagAssistedId: string;
947
1059
  tagConfirmedId: string;
948
1060
  supraEventId: string | null;
949
1061
  } | null;
950
- profileTags: {
951
- id: string;
952
- name: string;
953
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
954
- group: {
955
- id: string;
956
- name: string;
957
- color: string;
958
- isExclusive: boolean;
959
- };
960
- }[];
961
1062
  }[];
962
1063
  }[];
963
1064
  withoutFolder: {
1065
+ description: string | null;
964
1066
  location: string;
965
1067
  id: string;
966
1068
  name: string;
@@ -970,11 +1072,25 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
970
1072
  created_at: Date;
971
1073
  updated_at: Date;
972
1074
  active: boolean;
1075
+ tags: {
1076
+ id: string;
1077
+ name: string;
1078
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
1079
+ group: {
1080
+ id: string;
1081
+ name: string;
1082
+ color: string;
1083
+ isExclusive: boolean;
1084
+ };
1085
+ }[];
1086
+ mainPictureUrl: string | null;
1087
+ bannerUrl: string | null;
973
1088
  folderId: string | null;
974
1089
  tagAssistedId: string;
975
1090
  tagConfirmedId: string;
976
1091
  supraEventId: string | null;
977
1092
  subEvents: {
1093
+ description: string | null;
978
1094
  location: string;
979
1095
  id: string;
980
1096
  name: string;
@@ -984,6 +1100,8 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
984
1100
  created_at: Date;
985
1101
  updated_at: Date;
986
1102
  active: boolean;
1103
+ mainPictureUrl: string | null;
1104
+ bannerUrl: string | null;
987
1105
  folderId: string | null;
988
1106
  tagAssistedId: string;
989
1107
  tagConfirmedId: string;
@@ -996,6 +1114,7 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
996
1114
  price: number | null;
997
1115
  }[];
998
1116
  supraEvent: {
1117
+ description: string | null;
999
1118
  location: string;
1000
1119
  id: string;
1001
1120
  name: string;
@@ -1005,22 +1124,13 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
1005
1124
  created_at: Date;
1006
1125
  updated_at: Date;
1007
1126
  active: boolean;
1127
+ mainPictureUrl: string | null;
1128
+ bannerUrl: string | null;
1008
1129
  folderId: string | null;
1009
1130
  tagAssistedId: string;
1010
1131
  tagConfirmedId: string;
1011
1132
  supraEventId: string | null;
1012
1133
  } | null;
1013
- profileTags: {
1014
- id: string;
1015
- name: string;
1016
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
1017
- group: {
1018
- id: string;
1019
- name: string;
1020
- color: string;
1021
- isExclusive: boolean;
1022
- };
1023
- }[];
1024
1134
  }[];
1025
1135
  }>;
1026
1136
  declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodObject<{
@@ -1037,6 +1147,9 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1037
1147
  startingDate: z.ZodString;
1038
1148
  endingDate: z.ZodString;
1039
1149
  location: z.ZodString;
1150
+ mainPictureUrl: z.ZodNullable<z.ZodString>;
1151
+ bannerUrl: z.ZodNullable<z.ZodString>;
1152
+ description: z.ZodNullable<z.ZodString>;
1040
1153
  folderId: z.ZodNullable<z.ZodString>;
1041
1154
  tagAssistedId: z.ZodString;
1042
1155
  tagConfirmedId: z.ZodString;
@@ -1051,6 +1164,9 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1051
1164
  startingDate: z.ZodString;
1052
1165
  endingDate: z.ZodString;
1053
1166
  location: z.ZodString;
1167
+ mainPictureUrl: z.ZodNullable<z.ZodString>;
1168
+ bannerUrl: z.ZodNullable<z.ZodString>;
1169
+ description: z.ZodNullable<z.ZodString>;
1054
1170
  folderId: z.ZodNullable<z.ZodString>;
1055
1171
  tagAssistedId: z.ZodString;
1056
1172
  tagConfirmedId: z.ZodString;
@@ -1059,6 +1175,7 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1059
1175
  created_at: z.ZodString;
1060
1176
  updated_at: z.ZodString;
1061
1177
  }, z.UnknownKeysParam, z.ZodTypeAny, {
1178
+ description: string | null;
1062
1179
  location: string;
1063
1180
  id: string;
1064
1181
  name: string;
@@ -1068,11 +1185,14 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1068
1185
  created_at: string;
1069
1186
  updated_at: string;
1070
1187
  active: boolean;
1188
+ mainPictureUrl: string | null;
1189
+ bannerUrl: string | null;
1071
1190
  folderId: string | null;
1072
1191
  tagAssistedId: string;
1073
1192
  tagConfirmedId: string;
1074
1193
  supraEventId: string | null;
1075
1194
  }, {
1195
+ description: string | null;
1076
1196
  location: string;
1077
1197
  id: string;
1078
1198
  name: string;
@@ -1082,6 +1202,8 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1082
1202
  created_at: string;
1083
1203
  updated_at: string;
1084
1204
  active: boolean;
1205
+ mainPictureUrl: string | null;
1206
+ bannerUrl: string | null;
1085
1207
  folderId: string | null;
1086
1208
  tagAssistedId: string;
1087
1209
  tagConfirmedId: string;
@@ -1094,6 +1216,9 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1094
1216
  startingDate: z.ZodString;
1095
1217
  endingDate: z.ZodString;
1096
1218
  location: z.ZodString;
1219
+ mainPictureUrl: z.ZodNullable<z.ZodString>;
1220
+ bannerUrl: z.ZodNullable<z.ZodString>;
1221
+ description: z.ZodNullable<z.ZodString>;
1097
1222
  folderId: z.ZodNullable<z.ZodString>;
1098
1223
  tagAssistedId: z.ZodString;
1099
1224
  tagConfirmedId: z.ZodString;
@@ -1102,6 +1227,7 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1102
1227
  created_at: z.ZodString;
1103
1228
  updated_at: z.ZodString;
1104
1229
  }, z.UnknownKeysParam, z.ZodTypeAny, {
1230
+ description: string | null;
1105
1231
  location: string;
1106
1232
  id: string;
1107
1233
  name: string;
@@ -1111,11 +1237,14 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1111
1237
  created_at: string;
1112
1238
  updated_at: string;
1113
1239
  active: boolean;
1240
+ mainPictureUrl: string | null;
1241
+ bannerUrl: string | null;
1114
1242
  folderId: string | null;
1115
1243
  tagAssistedId: string;
1116
1244
  tagConfirmedId: string;
1117
1245
  supraEventId: string | null;
1118
1246
  }, {
1247
+ description: string | null;
1119
1248
  location: string;
1120
1249
  id: string;
1121
1250
  name: string;
@@ -1125,12 +1254,14 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1125
1254
  created_at: string;
1126
1255
  updated_at: string;
1127
1256
  active: boolean;
1257
+ mainPictureUrl: string | null;
1258
+ bannerUrl: string | null;
1128
1259
  folderId: string | null;
1129
1260
  tagAssistedId: string;
1130
1261
  tagConfirmedId: string;
1131
1262
  supraEventId: string | null;
1132
1263
  }>, "many">;
1133
- profileTags: z.ZodArray<z.ZodObject<{
1264
+ tags: z.ZodArray<z.ZodObject<{
1134
1265
  id: z.ZodString;
1135
1266
  name: z.ZodString;
1136
1267
  type: z.ZodNativeEnum<{
@@ -1138,7 +1269,6 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1138
1269
  EVENT: "EVENT";
1139
1270
  PARTICIPANT: "PARTICIPANT";
1140
1271
  NOT_IN_SYSTEM: "NOT_IN_SYSTEM";
1141
- PRODUCTION_ROLE: "PRODUCTION_ROLE";
1142
1272
  }>;
1143
1273
  group: z.ZodObject<{
1144
1274
  id: z.ZodString;
@@ -1159,7 +1289,7 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1159
1289
  }, z.UnknownKeysParam, z.ZodTypeAny, {
1160
1290
  id: string;
1161
1291
  name: string;
1162
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
1292
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
1163
1293
  group: {
1164
1294
  id: string;
1165
1295
  name: string;
@@ -1169,7 +1299,7 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1169
1299
  }, {
1170
1300
  id: string;
1171
1301
  name: string;
1172
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
1302
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
1173
1303
  group: {
1174
1304
  id: string;
1175
1305
  name: string;
@@ -1177,26 +1307,16 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1177
1307
  isExclusive: boolean;
1178
1308
  };
1179
1309
  }>, "many">;
1180
- eventTickets: z.ZodArray<z.ZodEffects<z.ZodObject<Pick<{
1310
+ eventTickets: z.ZodArray<z.ZodObject<{
1181
1311
  id: z.ZodString;
1182
- amount: z.ZodNullable<z.ZodNumber>;
1183
1312
  type: z.ZodNativeEnum<{
1184
1313
  PARTICIPANT: "PARTICIPANT";
1185
1314
  STAFF: "STAFF";
1186
1315
  SPECTATOR: "SPECTATOR";
1187
1316
  }>;
1317
+ amount: z.ZodNullable<z.ZodNumber>;
1188
1318
  price: z.ZodNullable<z.ZodNumber>;
1189
- }, "id" | "type" | "amount" | "price">, "strip", z.ZodTypeAny, {
1190
- id: string;
1191
- type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
1192
- amount: number | null;
1193
- price: number | null;
1194
- }, {
1195
- id: string;
1196
- type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
1197
- amount: number | null;
1198
- price: number | null;
1199
- }>, {
1319
+ }, z.UnknownKeysParam, z.ZodTypeAny, {
1200
1320
  id: string;
1201
1321
  type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
1202
1322
  amount: number | null;
@@ -1208,6 +1328,7 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1208
1328
  price: number | null;
1209
1329
  }>, "many">;
1210
1330
  }, z.UnknownKeysParam, z.ZodTypeAny, {
1331
+ description: string | null;
1211
1332
  location: string;
1212
1333
  id: string;
1213
1334
  name: string;
@@ -1217,11 +1338,25 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1217
1338
  created_at: string;
1218
1339
  updated_at: string;
1219
1340
  active: boolean;
1341
+ tags: {
1342
+ id: string;
1343
+ name: string;
1344
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
1345
+ group: {
1346
+ id: string;
1347
+ name: string;
1348
+ color: string;
1349
+ isExclusive: boolean;
1350
+ };
1351
+ }[];
1352
+ mainPictureUrl: string | null;
1353
+ bannerUrl: string | null;
1220
1354
  folderId: string | null;
1221
1355
  tagAssistedId: string;
1222
1356
  tagConfirmedId: string;
1223
1357
  supraEventId: string | null;
1224
1358
  subEvents: {
1359
+ description: string | null;
1225
1360
  location: string;
1226
1361
  id: string;
1227
1362
  name: string;
@@ -1231,6 +1366,8 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1231
1366
  created_at: string;
1232
1367
  updated_at: string;
1233
1368
  active: boolean;
1369
+ mainPictureUrl: string | null;
1370
+ bannerUrl: string | null;
1234
1371
  folderId: string | null;
1235
1372
  tagAssistedId: string;
1236
1373
  tagConfirmedId: string;
@@ -1243,6 +1380,7 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1243
1380
  price: number | null;
1244
1381
  }[];
1245
1382
  supraEvent: {
1383
+ description: string | null;
1246
1384
  location: string;
1247
1385
  id: string;
1248
1386
  name: string;
@@ -1252,23 +1390,15 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1252
1390
  created_at: string;
1253
1391
  updated_at: string;
1254
1392
  active: boolean;
1393
+ mainPictureUrl: string | null;
1394
+ bannerUrl: string | null;
1255
1395
  folderId: string | null;
1256
1396
  tagAssistedId: string;
1257
1397
  tagConfirmedId: string;
1258
1398
  supraEventId: string | null;
1259
1399
  } | null;
1260
- profileTags: {
1261
- id: string;
1262
- name: string;
1263
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
1264
- group: {
1265
- id: string;
1266
- name: string;
1267
- color: string;
1268
- isExclusive: boolean;
1269
- };
1270
- }[];
1271
1400
  }, {
1401
+ description: string | null;
1272
1402
  location: string;
1273
1403
  id: string;
1274
1404
  name: string;
@@ -1278,11 +1408,25 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1278
1408
  created_at: string;
1279
1409
  updated_at: string;
1280
1410
  active: boolean;
1411
+ tags: {
1412
+ id: string;
1413
+ name: string;
1414
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
1415
+ group: {
1416
+ id: string;
1417
+ name: string;
1418
+ color: string;
1419
+ isExclusive: boolean;
1420
+ };
1421
+ }[];
1422
+ mainPictureUrl: string | null;
1423
+ bannerUrl: string | null;
1281
1424
  folderId: string | null;
1282
1425
  tagAssistedId: string;
1283
1426
  tagConfirmedId: string;
1284
1427
  supraEventId: string | null;
1285
1428
  subEvents: {
1429
+ description: string | null;
1286
1430
  location: string;
1287
1431
  id: string;
1288
1432
  name: string;
@@ -1292,6 +1436,8 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1292
1436
  created_at: string;
1293
1437
  updated_at: string;
1294
1438
  active: boolean;
1439
+ mainPictureUrl: string | null;
1440
+ bannerUrl: string | null;
1295
1441
  folderId: string | null;
1296
1442
  tagAssistedId: string;
1297
1443
  tagConfirmedId: string;
@@ -1304,6 +1450,7 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1304
1450
  price: number | null;
1305
1451
  }[];
1306
1452
  supraEvent: {
1453
+ description: string | null;
1307
1454
  location: string;
1308
1455
  id: string;
1309
1456
  name: string;
@@ -1313,22 +1460,13 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1313
1460
  created_at: string;
1314
1461
  updated_at: string;
1315
1462
  active: boolean;
1463
+ mainPictureUrl: string | null;
1464
+ bannerUrl: string | null;
1316
1465
  folderId: string | null;
1317
1466
  tagAssistedId: string;
1318
1467
  tagConfirmedId: string;
1319
1468
  supraEventId: string | null;
1320
1469
  } | null;
1321
- profileTags: {
1322
- id: string;
1323
- name: string;
1324
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
1325
- group: {
1326
- id: string;
1327
- name: string;
1328
- color: string;
1329
- isExclusive: boolean;
1330
- };
1331
- }[];
1332
1470
  }>, "many">;
1333
1471
  }, z.UnknownKeysParam, z.ZodTypeAny, {
1334
1472
  id: string;
@@ -1337,6 +1475,7 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1337
1475
  created_at: string;
1338
1476
  updated_at: string;
1339
1477
  events: {
1478
+ description: string | null;
1340
1479
  location: string;
1341
1480
  id: string;
1342
1481
  name: string;
@@ -1346,11 +1485,25 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1346
1485
  created_at: string;
1347
1486
  updated_at: string;
1348
1487
  active: boolean;
1488
+ tags: {
1489
+ id: string;
1490
+ name: string;
1491
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
1492
+ group: {
1493
+ id: string;
1494
+ name: string;
1495
+ color: string;
1496
+ isExclusive: boolean;
1497
+ };
1498
+ }[];
1499
+ mainPictureUrl: string | null;
1500
+ bannerUrl: string | null;
1349
1501
  folderId: string | null;
1350
1502
  tagAssistedId: string;
1351
1503
  tagConfirmedId: string;
1352
1504
  supraEventId: string | null;
1353
1505
  subEvents: {
1506
+ description: string | null;
1354
1507
  location: string;
1355
1508
  id: string;
1356
1509
  name: string;
@@ -1360,6 +1513,8 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1360
1513
  created_at: string;
1361
1514
  updated_at: string;
1362
1515
  active: boolean;
1516
+ mainPictureUrl: string | null;
1517
+ bannerUrl: string | null;
1363
1518
  folderId: string | null;
1364
1519
  tagAssistedId: string;
1365
1520
  tagConfirmedId: string;
@@ -1372,6 +1527,7 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1372
1527
  price: number | null;
1373
1528
  }[];
1374
1529
  supraEvent: {
1530
+ description: string | null;
1375
1531
  location: string;
1376
1532
  id: string;
1377
1533
  name: string;
@@ -1381,22 +1537,13 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1381
1537
  created_at: string;
1382
1538
  updated_at: string;
1383
1539
  active: boolean;
1540
+ mainPictureUrl: string | null;
1541
+ bannerUrl: string | null;
1384
1542
  folderId: string | null;
1385
1543
  tagAssistedId: string;
1386
1544
  tagConfirmedId: string;
1387
1545
  supraEventId: string | null;
1388
1546
  } | null;
1389
- profileTags: {
1390
- id: string;
1391
- name: string;
1392
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
1393
- group: {
1394
- id: string;
1395
- name: string;
1396
- color: string;
1397
- isExclusive: boolean;
1398
- };
1399
- }[];
1400
1547
  }[];
1401
1548
  }, {
1402
1549
  id: string;
@@ -1405,6 +1552,7 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1405
1552
  created_at: string;
1406
1553
  updated_at: string;
1407
1554
  events: {
1555
+ description: string | null;
1408
1556
  location: string;
1409
1557
  id: string;
1410
1558
  name: string;
@@ -1414,11 +1562,25 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1414
1562
  created_at: string;
1415
1563
  updated_at: string;
1416
1564
  active: boolean;
1565
+ tags: {
1566
+ id: string;
1567
+ name: string;
1568
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
1569
+ group: {
1570
+ id: string;
1571
+ name: string;
1572
+ color: string;
1573
+ isExclusive: boolean;
1574
+ };
1575
+ }[];
1576
+ mainPictureUrl: string | null;
1577
+ bannerUrl: string | null;
1417
1578
  folderId: string | null;
1418
1579
  tagAssistedId: string;
1419
1580
  tagConfirmedId: string;
1420
1581
  supraEventId: string | null;
1421
1582
  subEvents: {
1583
+ description: string | null;
1422
1584
  location: string;
1423
1585
  id: string;
1424
1586
  name: string;
@@ -1428,6 +1590,8 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1428
1590
  created_at: string;
1429
1591
  updated_at: string;
1430
1592
  active: boolean;
1593
+ mainPictureUrl: string | null;
1594
+ bannerUrl: string | null;
1431
1595
  folderId: string | null;
1432
1596
  tagAssistedId: string;
1433
1597
  tagConfirmedId: string;
@@ -1440,6 +1604,7 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1440
1604
  price: number | null;
1441
1605
  }[];
1442
1606
  supraEvent: {
1607
+ description: string | null;
1443
1608
  location: string;
1444
1609
  id: string;
1445
1610
  name: string;
@@ -1449,22 +1614,13 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1449
1614
  created_at: string;
1450
1615
  updated_at: string;
1451
1616
  active: boolean;
1617
+ mainPictureUrl: string | null;
1618
+ bannerUrl: string | null;
1452
1619
  folderId: string | null;
1453
1620
  tagAssistedId: string;
1454
1621
  tagConfirmedId: string;
1455
1622
  supraEventId: string | null;
1456
1623
  } | null;
1457
- profileTags: {
1458
- id: string;
1459
- name: string;
1460
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
1461
- group: {
1462
- id: string;
1463
- name: string;
1464
- color: string;
1465
- isExclusive: boolean;
1466
- };
1467
- }[];
1468
1624
  }[];
1469
1625
  }>, "many">;
1470
1626
  withoutFolder: z.ZodArray<z.ZodObject<{
@@ -1474,6 +1630,9 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1474
1630
  startingDate: z.ZodString;
1475
1631
  endingDate: z.ZodString;
1476
1632
  location: z.ZodString;
1633
+ mainPictureUrl: z.ZodNullable<z.ZodString>;
1634
+ bannerUrl: z.ZodNullable<z.ZodString>;
1635
+ description: z.ZodNullable<z.ZodString>;
1477
1636
  folderId: z.ZodNullable<z.ZodString>;
1478
1637
  tagAssistedId: z.ZodString;
1479
1638
  tagConfirmedId: z.ZodString;
@@ -1488,6 +1647,9 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1488
1647
  startingDate: z.ZodString;
1489
1648
  endingDate: z.ZodString;
1490
1649
  location: z.ZodString;
1650
+ mainPictureUrl: z.ZodNullable<z.ZodString>;
1651
+ bannerUrl: z.ZodNullable<z.ZodString>;
1652
+ description: z.ZodNullable<z.ZodString>;
1491
1653
  folderId: z.ZodNullable<z.ZodString>;
1492
1654
  tagAssistedId: z.ZodString;
1493
1655
  tagConfirmedId: z.ZodString;
@@ -1496,6 +1658,7 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1496
1658
  created_at: z.ZodString;
1497
1659
  updated_at: z.ZodString;
1498
1660
  }, z.UnknownKeysParam, z.ZodTypeAny, {
1661
+ description: string | null;
1499
1662
  location: string;
1500
1663
  id: string;
1501
1664
  name: string;
@@ -1505,11 +1668,14 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1505
1668
  created_at: string;
1506
1669
  updated_at: string;
1507
1670
  active: boolean;
1671
+ mainPictureUrl: string | null;
1672
+ bannerUrl: string | null;
1508
1673
  folderId: string | null;
1509
1674
  tagAssistedId: string;
1510
1675
  tagConfirmedId: string;
1511
1676
  supraEventId: string | null;
1512
1677
  }, {
1678
+ description: string | null;
1513
1679
  location: string;
1514
1680
  id: string;
1515
1681
  name: string;
@@ -1519,6 +1685,8 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1519
1685
  created_at: string;
1520
1686
  updated_at: string;
1521
1687
  active: boolean;
1688
+ mainPictureUrl: string | null;
1689
+ bannerUrl: string | null;
1522
1690
  folderId: string | null;
1523
1691
  tagAssistedId: string;
1524
1692
  tagConfirmedId: string;
@@ -1531,6 +1699,9 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1531
1699
  startingDate: z.ZodString;
1532
1700
  endingDate: z.ZodString;
1533
1701
  location: z.ZodString;
1702
+ mainPictureUrl: z.ZodNullable<z.ZodString>;
1703
+ bannerUrl: z.ZodNullable<z.ZodString>;
1704
+ description: z.ZodNullable<z.ZodString>;
1534
1705
  folderId: z.ZodNullable<z.ZodString>;
1535
1706
  tagAssistedId: z.ZodString;
1536
1707
  tagConfirmedId: z.ZodString;
@@ -1539,6 +1710,7 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1539
1710
  created_at: z.ZodString;
1540
1711
  updated_at: z.ZodString;
1541
1712
  }, z.UnknownKeysParam, z.ZodTypeAny, {
1713
+ description: string | null;
1542
1714
  location: string;
1543
1715
  id: string;
1544
1716
  name: string;
@@ -1548,11 +1720,14 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1548
1720
  created_at: string;
1549
1721
  updated_at: string;
1550
1722
  active: boolean;
1723
+ mainPictureUrl: string | null;
1724
+ bannerUrl: string | null;
1551
1725
  folderId: string | null;
1552
1726
  tagAssistedId: string;
1553
1727
  tagConfirmedId: string;
1554
1728
  supraEventId: string | null;
1555
1729
  }, {
1730
+ description: string | null;
1556
1731
  location: string;
1557
1732
  id: string;
1558
1733
  name: string;
@@ -1562,12 +1737,14 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1562
1737
  created_at: string;
1563
1738
  updated_at: string;
1564
1739
  active: boolean;
1740
+ mainPictureUrl: string | null;
1741
+ bannerUrl: string | null;
1565
1742
  folderId: string | null;
1566
1743
  tagAssistedId: string;
1567
1744
  tagConfirmedId: string;
1568
1745
  supraEventId: string | null;
1569
1746
  }>, "many">;
1570
- profileTags: z.ZodArray<z.ZodObject<{
1747
+ tags: z.ZodArray<z.ZodObject<{
1571
1748
  id: z.ZodString;
1572
1749
  name: z.ZodString;
1573
1750
  type: z.ZodNativeEnum<{
@@ -1575,7 +1752,6 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1575
1752
  EVENT: "EVENT";
1576
1753
  PARTICIPANT: "PARTICIPANT";
1577
1754
  NOT_IN_SYSTEM: "NOT_IN_SYSTEM";
1578
- PRODUCTION_ROLE: "PRODUCTION_ROLE";
1579
1755
  }>;
1580
1756
  group: z.ZodObject<{
1581
1757
  id: z.ZodString;
@@ -1596,7 +1772,7 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1596
1772
  }, z.UnknownKeysParam, z.ZodTypeAny, {
1597
1773
  id: string;
1598
1774
  name: string;
1599
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
1775
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
1600
1776
  group: {
1601
1777
  id: string;
1602
1778
  name: string;
@@ -1606,7 +1782,7 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1606
1782
  }, {
1607
1783
  id: string;
1608
1784
  name: string;
1609
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
1785
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
1610
1786
  group: {
1611
1787
  id: string;
1612
1788
  name: string;
@@ -1614,26 +1790,16 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1614
1790
  isExclusive: boolean;
1615
1791
  };
1616
1792
  }>, "many">;
1617
- eventTickets: z.ZodArray<z.ZodEffects<z.ZodObject<Pick<{
1793
+ eventTickets: z.ZodArray<z.ZodObject<{
1618
1794
  id: z.ZodString;
1619
- amount: z.ZodNullable<z.ZodNumber>;
1620
1795
  type: z.ZodNativeEnum<{
1621
1796
  PARTICIPANT: "PARTICIPANT";
1622
1797
  STAFF: "STAFF";
1623
1798
  SPECTATOR: "SPECTATOR";
1624
1799
  }>;
1800
+ amount: z.ZodNullable<z.ZodNumber>;
1625
1801
  price: z.ZodNullable<z.ZodNumber>;
1626
- }, "id" | "type" | "amount" | "price">, "strip", z.ZodTypeAny, {
1627
- id: string;
1628
- type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
1629
- amount: number | null;
1630
- price: number | null;
1631
- }, {
1632
- id: string;
1633
- type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
1634
- amount: number | null;
1635
- price: number | null;
1636
- }>, {
1802
+ }, z.UnknownKeysParam, z.ZodTypeAny, {
1637
1803
  id: string;
1638
1804
  type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
1639
1805
  amount: number | null;
@@ -1645,6 +1811,7 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1645
1811
  price: number | null;
1646
1812
  }>, "many">;
1647
1813
  }, z.UnknownKeysParam, z.ZodTypeAny, {
1814
+ description: string | null;
1648
1815
  location: string;
1649
1816
  id: string;
1650
1817
  name: string;
@@ -1654,11 +1821,25 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1654
1821
  created_at: string;
1655
1822
  updated_at: string;
1656
1823
  active: boolean;
1824
+ tags: {
1825
+ id: string;
1826
+ name: string;
1827
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
1828
+ group: {
1829
+ id: string;
1830
+ name: string;
1831
+ color: string;
1832
+ isExclusive: boolean;
1833
+ };
1834
+ }[];
1835
+ mainPictureUrl: string | null;
1836
+ bannerUrl: string | null;
1657
1837
  folderId: string | null;
1658
1838
  tagAssistedId: string;
1659
1839
  tagConfirmedId: string;
1660
1840
  supraEventId: string | null;
1661
1841
  subEvents: {
1842
+ description: string | null;
1662
1843
  location: string;
1663
1844
  id: string;
1664
1845
  name: string;
@@ -1668,6 +1849,8 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1668
1849
  created_at: string;
1669
1850
  updated_at: string;
1670
1851
  active: boolean;
1852
+ mainPictureUrl: string | null;
1853
+ bannerUrl: string | null;
1671
1854
  folderId: string | null;
1672
1855
  tagAssistedId: string;
1673
1856
  tagConfirmedId: string;
@@ -1680,6 +1863,7 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1680
1863
  price: number | null;
1681
1864
  }[];
1682
1865
  supraEvent: {
1866
+ description: string | null;
1683
1867
  location: string;
1684
1868
  id: string;
1685
1869
  name: string;
@@ -1689,23 +1873,15 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1689
1873
  created_at: string;
1690
1874
  updated_at: string;
1691
1875
  active: boolean;
1876
+ mainPictureUrl: string | null;
1877
+ bannerUrl: string | null;
1692
1878
  folderId: string | null;
1693
1879
  tagAssistedId: string;
1694
1880
  tagConfirmedId: string;
1695
1881
  supraEventId: string | null;
1696
1882
  } | null;
1697
- profileTags: {
1698
- id: string;
1699
- name: string;
1700
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
1701
- group: {
1702
- id: string;
1703
- name: string;
1704
- color: string;
1705
- isExclusive: boolean;
1706
- };
1707
- }[];
1708
1883
  }, {
1884
+ description: string | null;
1709
1885
  location: string;
1710
1886
  id: string;
1711
1887
  name: string;
@@ -1715,11 +1891,25 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1715
1891
  created_at: string;
1716
1892
  updated_at: string;
1717
1893
  active: boolean;
1894
+ tags: {
1895
+ id: string;
1896
+ name: string;
1897
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
1898
+ group: {
1899
+ id: string;
1900
+ name: string;
1901
+ color: string;
1902
+ isExclusive: boolean;
1903
+ };
1904
+ }[];
1905
+ mainPictureUrl: string | null;
1906
+ bannerUrl: string | null;
1718
1907
  folderId: string | null;
1719
1908
  tagAssistedId: string;
1720
1909
  tagConfirmedId: string;
1721
1910
  supraEventId: string | null;
1722
1911
  subEvents: {
1912
+ description: string | null;
1723
1913
  location: string;
1724
1914
  id: string;
1725
1915
  name: string;
@@ -1729,6 +1919,8 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1729
1919
  created_at: string;
1730
1920
  updated_at: string;
1731
1921
  active: boolean;
1922
+ mainPictureUrl: string | null;
1923
+ bannerUrl: string | null;
1732
1924
  folderId: string | null;
1733
1925
  tagAssistedId: string;
1734
1926
  tagConfirmedId: string;
@@ -1741,6 +1933,7 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1741
1933
  price: number | null;
1742
1934
  }[];
1743
1935
  supraEvent: {
1936
+ description: string | null;
1744
1937
  location: string;
1745
1938
  id: string;
1746
1939
  name: string;
@@ -1750,22 +1943,13 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1750
1943
  created_at: string;
1751
1944
  updated_at: string;
1752
1945
  active: boolean;
1946
+ mainPictureUrl: string | null;
1947
+ bannerUrl: string | null;
1753
1948
  folderId: string | null;
1754
1949
  tagAssistedId: string;
1755
1950
  tagConfirmedId: string;
1756
1951
  supraEventId: string | null;
1757
1952
  } | null;
1758
- profileTags: {
1759
- id: string;
1760
- name: string;
1761
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
1762
- group: {
1763
- id: string;
1764
- name: string;
1765
- color: string;
1766
- isExclusive: boolean;
1767
- };
1768
- }[];
1769
1953
  }>, "many">;
1770
1954
  }, z.UnknownKeysParam, z.ZodTypeAny, {
1771
1955
  folders: {
@@ -1775,6 +1959,7 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1775
1959
  created_at: string;
1776
1960
  updated_at: string;
1777
1961
  events: {
1962
+ description: string | null;
1778
1963
  location: string;
1779
1964
  id: string;
1780
1965
  name: string;
@@ -1784,11 +1969,25 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1784
1969
  created_at: string;
1785
1970
  updated_at: string;
1786
1971
  active: boolean;
1972
+ tags: {
1973
+ id: string;
1974
+ name: string;
1975
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
1976
+ group: {
1977
+ id: string;
1978
+ name: string;
1979
+ color: string;
1980
+ isExclusive: boolean;
1981
+ };
1982
+ }[];
1983
+ mainPictureUrl: string | null;
1984
+ bannerUrl: string | null;
1787
1985
  folderId: string | null;
1788
1986
  tagAssistedId: string;
1789
1987
  tagConfirmedId: string;
1790
1988
  supraEventId: string | null;
1791
1989
  subEvents: {
1990
+ description: string | null;
1792
1991
  location: string;
1793
1992
  id: string;
1794
1993
  name: string;
@@ -1798,6 +1997,8 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1798
1997
  created_at: string;
1799
1998
  updated_at: string;
1800
1999
  active: boolean;
2000
+ mainPictureUrl: string | null;
2001
+ bannerUrl: string | null;
1801
2002
  folderId: string | null;
1802
2003
  tagAssistedId: string;
1803
2004
  tagConfirmedId: string;
@@ -1810,6 +2011,7 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1810
2011
  price: number | null;
1811
2012
  }[];
1812
2013
  supraEvent: {
2014
+ description: string | null;
1813
2015
  location: string;
1814
2016
  id: string;
1815
2017
  name: string;
@@ -1819,25 +2021,17 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1819
2021
  created_at: string;
1820
2022
  updated_at: string;
1821
2023
  active: boolean;
2024
+ mainPictureUrl: string | null;
2025
+ bannerUrl: string | null;
1822
2026
  folderId: string | null;
1823
2027
  tagAssistedId: string;
1824
2028
  tagConfirmedId: string;
1825
2029
  supraEventId: string | null;
1826
2030
  } | null;
1827
- profileTags: {
1828
- id: string;
1829
- name: string;
1830
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
1831
- group: {
1832
- id: string;
1833
- name: string;
1834
- color: string;
1835
- isExclusive: boolean;
1836
- };
1837
- }[];
1838
2031
  }[];
1839
2032
  }[];
1840
2033
  withoutFolder: {
2034
+ description: string | null;
1841
2035
  location: string;
1842
2036
  id: string;
1843
2037
  name: string;
@@ -1847,11 +2041,25 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1847
2041
  created_at: string;
1848
2042
  updated_at: string;
1849
2043
  active: boolean;
2044
+ tags: {
2045
+ id: string;
2046
+ name: string;
2047
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
2048
+ group: {
2049
+ id: string;
2050
+ name: string;
2051
+ color: string;
2052
+ isExclusive: boolean;
2053
+ };
2054
+ }[];
2055
+ mainPictureUrl: string | null;
2056
+ bannerUrl: string | null;
1850
2057
  folderId: string | null;
1851
2058
  tagAssistedId: string;
1852
2059
  tagConfirmedId: string;
1853
2060
  supraEventId: string | null;
1854
2061
  subEvents: {
2062
+ description: string | null;
1855
2063
  location: string;
1856
2064
  id: string;
1857
2065
  name: string;
@@ -1861,6 +2069,8 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1861
2069
  created_at: string;
1862
2070
  updated_at: string;
1863
2071
  active: boolean;
2072
+ mainPictureUrl: string | null;
2073
+ bannerUrl: string | null;
1864
2074
  folderId: string | null;
1865
2075
  tagAssistedId: string;
1866
2076
  tagConfirmedId: string;
@@ -1873,6 +2083,7 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1873
2083
  price: number | null;
1874
2084
  }[];
1875
2085
  supraEvent: {
2086
+ description: string | null;
1876
2087
  location: string;
1877
2088
  id: string;
1878
2089
  name: string;
@@ -1882,22 +2093,13 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1882
2093
  created_at: string;
1883
2094
  updated_at: string;
1884
2095
  active: boolean;
2096
+ mainPictureUrl: string | null;
2097
+ bannerUrl: string | null;
1885
2098
  folderId: string | null;
1886
2099
  tagAssistedId: string;
1887
2100
  tagConfirmedId: string;
1888
2101
  supraEventId: string | null;
1889
2102
  } | null;
1890
- profileTags: {
1891
- id: string;
1892
- name: string;
1893
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
1894
- group: {
1895
- id: string;
1896
- name: string;
1897
- color: string;
1898
- isExclusive: boolean;
1899
- };
1900
- }[];
1901
2103
  }[];
1902
2104
  }, {
1903
2105
  folders: {
@@ -1907,6 +2109,7 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1907
2109
  created_at: string;
1908
2110
  updated_at: string;
1909
2111
  events: {
2112
+ description: string | null;
1910
2113
  location: string;
1911
2114
  id: string;
1912
2115
  name: string;
@@ -1916,11 +2119,25 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1916
2119
  created_at: string;
1917
2120
  updated_at: string;
1918
2121
  active: boolean;
2122
+ tags: {
2123
+ id: string;
2124
+ name: string;
2125
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
2126
+ group: {
2127
+ id: string;
2128
+ name: string;
2129
+ color: string;
2130
+ isExclusive: boolean;
2131
+ };
2132
+ }[];
2133
+ mainPictureUrl: string | null;
2134
+ bannerUrl: string | null;
1919
2135
  folderId: string | null;
1920
2136
  tagAssistedId: string;
1921
2137
  tagConfirmedId: string;
1922
2138
  supraEventId: string | null;
1923
2139
  subEvents: {
2140
+ description: string | null;
1924
2141
  location: string;
1925
2142
  id: string;
1926
2143
  name: string;
@@ -1930,6 +2147,8 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1930
2147
  created_at: string;
1931
2148
  updated_at: string;
1932
2149
  active: boolean;
2150
+ mainPictureUrl: string | null;
2151
+ bannerUrl: string | null;
1933
2152
  folderId: string | null;
1934
2153
  tagAssistedId: string;
1935
2154
  tagConfirmedId: string;
@@ -1942,6 +2161,7 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1942
2161
  price: number | null;
1943
2162
  }[];
1944
2163
  supraEvent: {
2164
+ description: string | null;
1945
2165
  location: string;
1946
2166
  id: string;
1947
2167
  name: string;
@@ -1951,25 +2171,17 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1951
2171
  created_at: string;
1952
2172
  updated_at: string;
1953
2173
  active: boolean;
2174
+ mainPictureUrl: string | null;
2175
+ bannerUrl: string | null;
1954
2176
  folderId: string | null;
1955
2177
  tagAssistedId: string;
1956
2178
  tagConfirmedId: string;
1957
2179
  supraEventId: string | null;
1958
2180
  } | null;
1959
- profileTags: {
1960
- id: string;
1961
- name: string;
1962
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
1963
- group: {
1964
- id: string;
1965
- name: string;
1966
- color: string;
1967
- isExclusive: boolean;
1968
- };
1969
- }[];
1970
2181
  }[];
1971
2182
  }[];
1972
2183
  withoutFolder: {
2184
+ description: string | null;
1973
2185
  location: string;
1974
2186
  id: string;
1975
2187
  name: string;
@@ -1979,11 +2191,25 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1979
2191
  created_at: string;
1980
2192
  updated_at: string;
1981
2193
  active: boolean;
2194
+ tags: {
2195
+ id: string;
2196
+ name: string;
2197
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
2198
+ group: {
2199
+ id: string;
2200
+ name: string;
2201
+ color: string;
2202
+ isExclusive: boolean;
2203
+ };
2204
+ }[];
2205
+ mainPictureUrl: string | null;
2206
+ bannerUrl: string | null;
1982
2207
  folderId: string | null;
1983
2208
  tagAssistedId: string;
1984
2209
  tagConfirmedId: string;
1985
2210
  supraEventId: string | null;
1986
2211
  subEvents: {
2212
+ description: string | null;
1987
2213
  location: string;
1988
2214
  id: string;
1989
2215
  name: string;
@@ -1993,6 +2219,8 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1993
2219
  created_at: string;
1994
2220
  updated_at: string;
1995
2221
  active: boolean;
2222
+ mainPictureUrl: string | null;
2223
+ bannerUrl: string | null;
1996
2224
  folderId: string | null;
1997
2225
  tagAssistedId: string;
1998
2226
  tagConfirmedId: string;
@@ -2005,6 +2233,7 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
2005
2233
  price: number | null;
2006
2234
  }[];
2007
2235
  supraEvent: {
2236
+ description: string | null;
2008
2237
  location: string;
2009
2238
  id: string;
2010
2239
  name: string;
@@ -2014,22 +2243,13 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
2014
2243
  created_at: string;
2015
2244
  updated_at: string;
2016
2245
  active: boolean;
2246
+ mainPictureUrl: string | null;
2247
+ bannerUrl: string | null;
2017
2248
  folderId: string | null;
2018
2249
  tagAssistedId: string;
2019
2250
  tagConfirmedId: string;
2020
2251
  supraEventId: string | null;
2021
2252
  } | null;
2022
- profileTags: {
2023
- id: string;
2024
- name: string;
2025
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
2026
- group: {
2027
- id: string;
2028
- name: string;
2029
- color: string;
2030
- isExclusive: boolean;
2031
- };
2032
- }[];
2033
2253
  }[];
2034
2254
  }>>;
2035
2255
  export declare class GetAllEventsResponseDto extends GetAllEventsResponseDto_base {