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
@@ -24,7 +24,6 @@ export declare const getGlobalFilterResponseSchema: z.ZodObject<z.objectUtil.ext
24
24
  EVENT: "EVENT";
25
25
  PARTICIPANT: "PARTICIPANT";
26
26
  NOT_IN_SYSTEM: "NOT_IN_SYSTEM";
27
- PRODUCTION_ROLE: "PRODUCTION_ROLE";
28
27
  }>;
29
28
  created_at: z.ZodDate;
30
29
  updated_at: z.ZodDate;
@@ -48,7 +47,7 @@ export declare const getGlobalFilterResponseSchema: z.ZodObject<z.objectUtil.ext
48
47
  }>, "strip", z.ZodTypeAny, {
49
48
  id: string;
50
49
  name: string;
51
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
50
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
52
51
  group: {
53
52
  id: string;
54
53
  color: string;
@@ -57,7 +56,7 @@ export declare const getGlobalFilterResponseSchema: z.ZodObject<z.objectUtil.ext
57
56
  }, {
58
57
  id: string;
59
58
  name: string;
60
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
59
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
61
60
  group: {
62
61
  id: string;
63
62
  color: string;
@@ -69,7 +68,7 @@ export declare const getGlobalFilterResponseSchema: z.ZodObject<z.objectUtil.ext
69
68
  globalFilter: {
70
69
  id: string;
71
70
  name: string;
72
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
71
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
73
72
  group: {
74
73
  id: string;
75
74
  color: string;
@@ -80,7 +79,7 @@ export declare const getGlobalFilterResponseSchema: z.ZodObject<z.objectUtil.ext
80
79
  globalFilter: {
81
80
  id: string;
82
81
  name: string;
83
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
82
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
84
83
  group: {
85
84
  id: string;
86
85
  color: string;
@@ -99,7 +98,6 @@ declare const GetGlobalFilterResponseDto_base: import("@anatine/zod-nestjs").Zod
99
98
  EVENT: "EVENT";
100
99
  PARTICIPANT: "PARTICIPANT";
101
100
  NOT_IN_SYSTEM: "NOT_IN_SYSTEM";
102
- PRODUCTION_ROLE: "PRODUCTION_ROLE";
103
101
  }>;
104
102
  group: z.ZodObject<{
105
103
  id: z.ZodString;
@@ -117,7 +115,7 @@ declare const GetGlobalFilterResponseDto_base: import("@anatine/zod-nestjs").Zod
117
115
  }, z.UnknownKeysParam, z.ZodTypeAny, {
118
116
  id: string;
119
117
  name: string;
120
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
118
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
121
119
  group: {
122
120
  id: string;
123
121
  color: string;
@@ -126,7 +124,7 @@ declare const GetGlobalFilterResponseDto_base: import("@anatine/zod-nestjs").Zod
126
124
  }, {
127
125
  id: string;
128
126
  name: string;
129
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
127
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
130
128
  group: {
131
129
  id: string;
132
130
  color: string;
@@ -138,7 +136,7 @@ declare const GetGlobalFilterResponseDto_base: import("@anatine/zod-nestjs").Zod
138
136
  globalFilter: {
139
137
  id: string;
140
138
  name: string;
141
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
139
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
142
140
  group: {
143
141
  id: string;
144
142
  color: string;
@@ -149,7 +147,7 @@ declare const GetGlobalFilterResponseDto_base: import("@anatine/zod-nestjs").Zod
149
147
  globalFilter: {
150
148
  id: string;
151
149
  name: string;
152
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
150
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
153
151
  group: {
154
152
  id: string;
155
153
  color: string;
@@ -24,7 +24,6 @@ export declare const getMeResponseSchema: z.ZodObject<z.objectUtil.extendShape<O
24
24
  EVENT: "EVENT";
25
25
  PARTICIPANT: "PARTICIPANT";
26
26
  NOT_IN_SYSTEM: "NOT_IN_SYSTEM";
27
- PRODUCTION_ROLE: "PRODUCTION_ROLE";
28
27
  }>;
29
28
  created_at: z.ZodDate;
30
29
  updated_at: z.ZodDate;
@@ -48,7 +47,7 @@ export declare const getMeResponseSchema: z.ZodObject<z.objectUtil.extendShape<O
48
47
  }>, "strip", z.ZodTypeAny, {
49
48
  id: string;
50
49
  name: string;
51
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
50
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
52
51
  group: {
53
52
  id: string;
54
53
  color: string;
@@ -57,7 +56,7 @@ export declare const getMeResponseSchema: z.ZodObject<z.objectUtil.extendShape<O
57
56
  }, {
58
57
  id: string;
59
58
  name: string;
60
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
59
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
61
60
  group: {
62
61
  id: string;
63
62
  color: string;
@@ -73,21 +72,20 @@ export declare const getMeResponseSchema: z.ZodObject<z.objectUtil.extendShape<O
73
72
  EVENT: "EVENT";
74
73
  PARTICIPANT: "PARTICIPANT";
75
74
  NOT_IN_SYSTEM: "NOT_IN_SYSTEM";
76
- PRODUCTION_ROLE: "PRODUCTION_ROLE";
77
75
  }>;
78
76
  created_at: z.ZodDate;
79
77
  updated_at: z.ZodDate;
80
78
  }, "strip", z.ZodTypeAny, {
81
79
  id: string;
82
80
  name: string;
83
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
81
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
84
82
  created_at: Date;
85
83
  updated_at: Date;
86
84
  groupId: string;
87
85
  }, {
88
86
  id: string;
89
87
  name: string;
90
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
88
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
91
89
  created_at: Date;
92
90
  updated_at: Date;
93
91
  groupId: string;
@@ -103,7 +101,7 @@ export declare const getMeResponseSchema: z.ZodObject<z.objectUtil.extendShape<O
103
101
  globalFilter: {
104
102
  id: string;
105
103
  name: string;
106
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
104
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
107
105
  group: {
108
106
  id: string;
109
107
  color: string;
@@ -113,7 +111,7 @@ export declare const getMeResponseSchema: z.ZodObject<z.objectUtil.extendShape<O
113
111
  tags: {
114
112
  id: string;
115
113
  name: string;
116
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
114
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
117
115
  created_at: Date;
118
116
  updated_at: Date;
119
117
  groupId: string;
@@ -127,7 +125,7 @@ export declare const getMeResponseSchema: z.ZodObject<z.objectUtil.extendShape<O
127
125
  globalFilter: {
128
126
  id: string;
129
127
  name: string;
130
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
128
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
131
129
  group: {
132
130
  id: string;
133
131
  color: string;
@@ -137,7 +135,7 @@ export declare const getMeResponseSchema: z.ZodObject<z.objectUtil.extendShape<O
137
135
  tags: {
138
136
  id: string;
139
137
  name: string;
140
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
138
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
141
139
  created_at: Date;
142
140
  updated_at: Date;
143
141
  groupId: string;
@@ -167,7 +165,6 @@ declare const GetMeResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<
167
165
  EVENT: "EVENT";
168
166
  PARTICIPANT: "PARTICIPANT";
169
167
  NOT_IN_SYSTEM: "NOT_IN_SYSTEM";
170
- PRODUCTION_ROLE: "PRODUCTION_ROLE";
171
168
  }>;
172
169
  group: z.ZodObject<{
173
170
  id: z.ZodString;
@@ -185,7 +182,7 @@ declare const GetMeResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<
185
182
  }, z.UnknownKeysParam, z.ZodTypeAny, {
186
183
  id: string;
187
184
  name: string;
188
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
185
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
189
186
  group: {
190
187
  id: string;
191
188
  color: string;
@@ -194,7 +191,7 @@ declare const GetMeResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<
194
191
  }, {
195
192
  id: string;
196
193
  name: string;
197
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
194
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
198
195
  group: {
199
196
  id: string;
200
197
  color: string;
@@ -210,21 +207,20 @@ declare const GetMeResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<
210
207
  EVENT: "EVENT";
211
208
  PARTICIPANT: "PARTICIPANT";
212
209
  NOT_IN_SYSTEM: "NOT_IN_SYSTEM";
213
- PRODUCTION_ROLE: "PRODUCTION_ROLE";
214
210
  }>;
215
211
  created_at: z.ZodString;
216
212
  updated_at: z.ZodString;
217
213
  }, z.UnknownKeysParam, z.ZodTypeAny, {
218
214
  id: string;
219
215
  name: string;
220
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
216
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
221
217
  created_at: string;
222
218
  updated_at: string;
223
219
  groupId: string;
224
220
  }, {
225
221
  id: string;
226
222
  name: string;
227
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
223
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
228
224
  created_at: string;
229
225
  updated_at: string;
230
226
  groupId: string;
@@ -240,7 +236,7 @@ declare const GetMeResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<
240
236
  globalFilter: {
241
237
  id: string;
242
238
  name: string;
243
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
239
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
244
240
  group: {
245
241
  id: string;
246
242
  color: string;
@@ -250,7 +246,7 @@ declare const GetMeResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<
250
246
  tags: {
251
247
  id: string;
252
248
  name: string;
253
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
249
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
254
250
  created_at: string;
255
251
  updated_at: string;
256
252
  groupId: string;
@@ -264,7 +260,7 @@ declare const GetMeResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<
264
260
  globalFilter: {
265
261
  id: string;
266
262
  name: string;
267
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
263
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
268
264
  group: {
269
265
  id: string;
270
266
  color: string;
@@ -274,7 +270,7 @@ declare const GetMeResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<
274
270
  tags: {
275
271
  id: string;
276
272
  name: string;
277
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
273
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
278
274
  created_at: string;
279
275
  updated_at: string;
280
276
  groupId: string;
@@ -46,21 +46,20 @@ export declare const updateGlobalFilterResponseSchema: z.ZodObject<z.objectUtil.
46
46
  EVENT: "EVENT";
47
47
  PARTICIPANT: "PARTICIPANT";
48
48
  NOT_IN_SYSTEM: "NOT_IN_SYSTEM";
49
- PRODUCTION_ROLE: "PRODUCTION_ROLE";
50
49
  }>;
51
50
  created_at: z.ZodDate;
52
51
  updated_at: z.ZodDate;
53
52
  }, "strip", z.ZodTypeAny, {
54
53
  id: string;
55
54
  name: string;
56
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
55
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
57
56
  created_at: Date;
58
57
  updated_at: Date;
59
58
  groupId: string;
60
59
  }, {
61
60
  id: string;
62
61
  name: string;
63
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
62
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
64
63
  created_at: Date;
65
64
  updated_at: Date;
66
65
  groupId: string;
@@ -77,7 +76,7 @@ export declare const updateGlobalFilterResponseSchema: z.ZodObject<z.objectUtil.
77
76
  globalFilter: {
78
77
  id: string;
79
78
  name: string;
80
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
79
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
81
80
  created_at: Date;
82
81
  updated_at: Date;
83
82
  groupId: string;
@@ -92,7 +91,7 @@ export declare const updateGlobalFilterResponseSchema: z.ZodObject<z.objectUtil.
92
91
  globalFilter: {
93
92
  id: string;
94
93
  name: string;
95
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
94
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
96
95
  created_at: Date;
97
96
  updated_at: Date;
98
97
  groupId: string;
@@ -124,21 +123,20 @@ declare const UpdateGlobalFilterResponseDto_base: import("@anatine/zod-nestjs").
124
123
  EVENT: "EVENT";
125
124
  PARTICIPANT: "PARTICIPANT";
126
125
  NOT_IN_SYSTEM: "NOT_IN_SYSTEM";
127
- PRODUCTION_ROLE: "PRODUCTION_ROLE";
128
126
  }>;
129
127
  created_at: z.ZodString;
130
128
  updated_at: z.ZodString;
131
129
  }, z.UnknownKeysParam, z.ZodTypeAny, {
132
130
  id: string;
133
131
  name: string;
134
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
132
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
135
133
  created_at: string;
136
134
  updated_at: string;
137
135
  groupId: string;
138
136
  }, {
139
137
  id: string;
140
138
  name: string;
141
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
139
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
142
140
  created_at: string;
143
141
  updated_at: string;
144
142
  groupId: string;
@@ -155,7 +153,7 @@ declare const UpdateGlobalFilterResponseDto_base: import("@anatine/zod-nestjs").
155
153
  globalFilter: {
156
154
  id: string;
157
155
  name: string;
158
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
156
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
159
157
  created_at: string;
160
158
  updated_at: string;
161
159
  groupId: string;
@@ -170,7 +168,7 @@ declare const UpdateGlobalFilterResponseDto_base: import("@anatine/zod-nestjs").
170
168
  globalFilter: {
171
169
  id: string;
172
170
  name: string;
173
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
171
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
174
172
  created_at: string;
175
173
  updated_at: string;
176
174
  groupId: string;
@@ -6,6 +6,9 @@ export declare const createEventSchema: z.ZodObject<z.objectUtil.extendShape<Pic
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;
@@ -13,7 +16,7 @@ export declare const createEventSchema: z.ZodObject<z.objectUtil.extendShape<Pic
13
16
  supraEventId: z.ZodNullable<z.ZodString>;
14
17
  created_at: z.ZodDate;
15
18
  updated_at: z.ZodDate;
16
- }, "location" | "name" | "date" | "startingDate" | "endingDate" | "folderId">, {
19
+ }, "description" | "location" | "name" | "date" | "startingDate" | "endingDate" | "mainPictureUrl" | "bannerUrl" | "folderId">, {
17
20
  subEvents: z.ZodOptional<z.ZodArray<z.ZodObject<Pick<{
18
21
  id: z.ZodString;
19
22
  name: z.ZodString;
@@ -21,6 +24,9 @@ export declare const createEventSchema: z.ZodObject<z.objectUtil.extendShape<Pic
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;
@@ -28,21 +34,27 @@ export declare const createEventSchema: z.ZodObject<z.objectUtil.extendShape<Pic
28
34
  supraEventId: z.ZodNullable<z.ZodString>;
29
35
  created_at: z.ZodDate;
30
36
  updated_at: z.ZodDate;
31
- }, "location" | "name" | "date" | "startingDate" | "endingDate">, "strip", z.ZodTypeAny, {
37
+ }, "description" | "location" | "name" | "date" | "startingDate" | "endingDate" | "mainPictureUrl" | "bannerUrl">, "strip", z.ZodTypeAny, {
38
+ description: string | null;
32
39
  location: string;
33
40
  name: string;
34
41
  date: Date;
35
42
  startingDate: Date;
36
43
  endingDate: Date;
44
+ mainPictureUrl: string | null;
45
+ bannerUrl: string | null;
37
46
  }, {
47
+ description: string | null;
38
48
  location: string;
39
49
  name: string;
40
50
  date: Date;
41
51
  startingDate: Date;
42
52
  endingDate: Date;
53
+ mainPictureUrl: string | null;
54
+ bannerUrl: string | null;
43
55
  }>, "many">>;
44
56
  tagsId: z.ZodArray<z.ZodString, "many">;
45
- eventTickets: z.ZodArray<z.ZodEffects<z.ZodObject<Omit<{
57
+ eventTickets: z.ZodArray<z.ZodObject<Omit<{
46
58
  id: z.ZodString;
47
59
  amount: z.ZodNullable<z.ZodNumber>;
48
60
  type: z.ZodNativeEnum<{
@@ -59,21 +71,16 @@ export declare const createEventSchema: z.ZodObject<z.objectUtil.extendShape<Pic
59
71
  type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
60
72
  amount: number | null;
61
73
  price: number | null;
62
- }>, {
63
- type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
64
- amount: number | null;
65
- price: number | null;
66
- }, {
67
- type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
68
- amount: number | null;
69
- price: number | null;
70
74
  }>, "many">;
71
75
  }>, "strip", z.ZodTypeAny, {
76
+ description: string | null;
72
77
  location: string;
73
78
  name: string;
74
79
  date: Date;
75
80
  startingDate: Date;
76
81
  endingDate: Date;
82
+ mainPictureUrl: string | null;
83
+ bannerUrl: string | null;
77
84
  folderId: string | null;
78
85
  tagsId: string[];
79
86
  eventTickets: {
@@ -82,18 +89,24 @@ export declare const createEventSchema: z.ZodObject<z.objectUtil.extendShape<Pic
82
89
  price: number | null;
83
90
  }[];
84
91
  subEvents?: {
92
+ description: string | null;
85
93
  location: string;
86
94
  name: string;
87
95
  date: Date;
88
96
  startingDate: Date;
89
97
  endingDate: Date;
98
+ mainPictureUrl: string | null;
99
+ bannerUrl: string | null;
90
100
  }[] | undefined;
91
101
  }, {
102
+ description: string | null;
92
103
  location: string;
93
104
  name: string;
94
105
  date: Date;
95
106
  startingDate: Date;
96
107
  endingDate: Date;
108
+ mainPictureUrl: string | null;
109
+ bannerUrl: string | null;
97
110
  folderId: string | null;
98
111
  tagsId: string[];
99
112
  eventTickets: {
@@ -102,58 +115,64 @@ export declare const createEventSchema: z.ZodObject<z.objectUtil.extendShape<Pic
102
115
  price: number | null;
103
116
  }[];
104
117
  subEvents?: {
118
+ description: string | null;
105
119
  location: string;
106
120
  name: string;
107
121
  date: Date;
108
122
  startingDate: Date;
109
123
  endingDate: Date;
124
+ mainPictureUrl: string | null;
125
+ bannerUrl: string | null;
110
126
  }[] | undefined;
111
127
  }>;
112
128
  declare const CreateEventDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodObject<{
129
+ description: z.ZodNullable<z.ZodString>;
113
130
  location: z.ZodString;
114
131
  name: z.ZodString;
115
132
  date: z.ZodString;
116
133
  startingDate: z.ZodString;
117
134
  endingDate: z.ZodString;
135
+ mainPictureUrl: z.ZodNullable<z.ZodString>;
136
+ bannerUrl: z.ZodNullable<z.ZodString>;
118
137
  folderId: z.ZodNullable<z.ZodString>;
119
138
  subEvents: z.ZodOptional<z.ZodArray<z.ZodObject<{
139
+ description: z.ZodNullable<z.ZodString>;
120
140
  location: z.ZodString;
121
141
  name: z.ZodString;
122
142
  date: z.ZodString;
123
143
  startingDate: z.ZodString;
124
144
  endingDate: z.ZodString;
145
+ mainPictureUrl: z.ZodNullable<z.ZodString>;
146
+ bannerUrl: z.ZodNullable<z.ZodString>;
125
147
  }, z.UnknownKeysParam, z.ZodTypeAny, {
148
+ description: string | null;
126
149
  location: string;
127
150
  name: string;
128
151
  date: string;
129
152
  startingDate: string;
130
153
  endingDate: string;
154
+ mainPictureUrl: string | null;
155
+ bannerUrl: string | null;
131
156
  }, {
157
+ description: string | null;
132
158
  location: string;
133
159
  name: string;
134
160
  date: string;
135
161
  startingDate: string;
136
162
  endingDate: string;
163
+ mainPictureUrl: string | null;
164
+ bannerUrl: string | null;
137
165
  }>, "many">>;
138
166
  tagsId: z.ZodArray<z.ZodString, "many">;
139
- eventTickets: z.ZodArray<z.ZodEffects<z.ZodObject<Omit<{
140
- id: z.ZodString;
141
- amount: z.ZodNullable<z.ZodNumber>;
167
+ eventTickets: z.ZodArray<z.ZodObject<{
142
168
  type: z.ZodNativeEnum<{
143
169
  PARTICIPANT: "PARTICIPANT";
144
170
  STAFF: "STAFF";
145
171
  SPECTATOR: "SPECTATOR";
146
172
  }>;
173
+ amount: z.ZodNullable<z.ZodNumber>;
147
174
  price: z.ZodNullable<z.ZodNumber>;
148
- }, "id">, "strip", z.ZodTypeAny, {
149
- type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
150
- amount: number | null;
151
- price: number | null;
152
- }, {
153
- type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
154
- amount: number | null;
155
- price: number | null;
156
- }>, {
175
+ }, z.UnknownKeysParam, z.ZodTypeAny, {
157
176
  type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
158
177
  amount: number | null;
159
178
  price: number | null;
@@ -163,11 +182,14 @@ declare const CreateEventDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.
163
182
  price: number | null;
164
183
  }>, "many">;
165
184
  }, z.UnknownKeysParam, z.ZodTypeAny, {
185
+ description: string | null;
166
186
  location: string;
167
187
  name: string;
168
188
  date: string;
169
189
  startingDate: string;
170
190
  endingDate: string;
191
+ mainPictureUrl: string | null;
192
+ bannerUrl: string | null;
171
193
  folderId: string | null;
172
194
  tagsId: string[];
173
195
  eventTickets: {
@@ -176,18 +198,24 @@ declare const CreateEventDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.
176
198
  price: number | null;
177
199
  }[];
178
200
  subEvents?: {
201
+ description: string | null;
179
202
  location: string;
180
203
  name: string;
181
204
  date: string;
182
205
  startingDate: string;
183
206
  endingDate: string;
207
+ mainPictureUrl: string | null;
208
+ bannerUrl: string | null;
184
209
  }[] | undefined;
185
210
  }, {
211
+ description: string | null;
186
212
  location: string;
187
213
  name: string;
188
214
  date: string;
189
215
  startingDate: string;
190
216
  endingDate: string;
217
+ mainPictureUrl: string | null;
218
+ bannerUrl: string | null;
191
219
  folderId: string | null;
192
220
  tagsId: string[];
193
221
  eventTickets: {
@@ -196,11 +224,14 @@ declare const CreateEventDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.
196
224
  price: number | null;
197
225
  }[];
198
226
  subEvents?: {
227
+ description: string | null;
199
228
  location: string;
200
229
  name: string;
201
230
  date: string;
202
231
  startingDate: string;
203
232
  endingDate: string;
233
+ mainPictureUrl: string | null;
234
+ bannerUrl: string | null;
204
235
  }[] | undefined;
205
236
  }>>;
206
237
  export declare class CreateEventDto extends CreateEventDto_base {
@@ -212,6 +243,9 @@ export declare const createEventResponseSchema: z.ZodObject<{
212
243
  startingDate: z.ZodDate;
213
244
  endingDate: z.ZodDate;
214
245
  location: z.ZodString;
246
+ mainPictureUrl: z.ZodNullable<z.ZodString>;
247
+ bannerUrl: z.ZodNullable<z.ZodString>;
248
+ description: z.ZodNullable<z.ZodString>;
215
249
  folderId: z.ZodNullable<z.ZodString>;
216
250
  tagAssistedId: z.ZodString;
217
251
  tagConfirmedId: z.ZodString;
@@ -220,6 +254,7 @@ export declare const createEventResponseSchema: z.ZodObject<{
220
254
  created_at: z.ZodDate;
221
255
  updated_at: z.ZodDate;
222
256
  }, "strip", z.ZodTypeAny, {
257
+ description: string | null;
223
258
  location: string;
224
259
  id: string;
225
260
  name: string;
@@ -229,11 +264,14 @@ export declare const createEventResponseSchema: z.ZodObject<{
229
264
  created_at: Date;
230
265
  updated_at: Date;
231
266
  active: boolean;
267
+ mainPictureUrl: string | null;
268
+ bannerUrl: string | null;
232
269
  folderId: string | null;
233
270
  tagAssistedId: string;
234
271
  tagConfirmedId: string;
235
272
  supraEventId: string | null;
236
273
  }, {
274
+ description: string | null;
237
275
  location: string;
238
276
  id: string;
239
277
  name: string;
@@ -243,6 +281,8 @@ export declare const createEventResponseSchema: z.ZodObject<{
243
281
  created_at: Date;
244
282
  updated_at: Date;
245
283
  active: boolean;
284
+ mainPictureUrl: string | null;
285
+ bannerUrl: string | null;
246
286
  folderId: string | null;
247
287
  tagAssistedId: string;
248
288
  tagConfirmedId: string;
@@ -255,6 +295,9 @@ declare const CreateEventResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
255
295
  startingDate: z.ZodString;
256
296
  endingDate: z.ZodString;
257
297
  location: z.ZodString;
298
+ mainPictureUrl: z.ZodNullable<z.ZodString>;
299
+ bannerUrl: z.ZodNullable<z.ZodString>;
300
+ description: z.ZodNullable<z.ZodString>;
258
301
  folderId: z.ZodNullable<z.ZodString>;
259
302
  tagAssistedId: z.ZodString;
260
303
  tagConfirmedId: z.ZodString;
@@ -263,6 +306,7 @@ declare const CreateEventResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
263
306
  created_at: z.ZodString;
264
307
  updated_at: z.ZodString;
265
308
  }, z.UnknownKeysParam, z.ZodTypeAny, {
309
+ description: string | null;
266
310
  location: string;
267
311
  id: string;
268
312
  name: string;
@@ -272,11 +316,14 @@ declare const CreateEventResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
272
316
  created_at: string;
273
317
  updated_at: string;
274
318
  active: boolean;
319
+ mainPictureUrl: string | null;
320
+ bannerUrl: string | null;
275
321
  folderId: string | null;
276
322
  tagAssistedId: string;
277
323
  tagConfirmedId: string;
278
324
  supraEventId: string | null;
279
325
  }, {
326
+ description: string | null;
280
327
  location: string;
281
328
  id: string;
282
329
  name: string;
@@ -286,6 +333,8 @@ declare const CreateEventResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
286
333
  created_at: string;
287
334
  updated_at: string;
288
335
  active: boolean;
336
+ mainPictureUrl: string | null;
337
+ bannerUrl: string | null;
289
338
  folderId: string | null;
290
339
  tagAssistedId: string;
291
340
  tagConfirmedId: string;
@@ -17,6 +17,9 @@ exports.createEventSchema = event_dto_1.eventSchema
17
17
  endingDate: true,
18
18
  location: true,
19
19
  folderId: true,
20
+ mainPictureUrl: true,
21
+ bannerUrl: true,
22
+ description: true,
20
23
  })
21
24
  .merge(zod_1.default.object({
22
25
  subEvents: zod_1.default
@@ -26,10 +29,13 @@ exports.createEventSchema = event_dto_1.eventSchema
26
29
  startingDate: true,
27
30
  endingDate: true,
28
31
  location: true,
32
+ mainPictureUrl: true,
33
+ bannerUrl: true,
34
+ description: true,
29
35
  }))
30
36
  .optional(),
31
37
  tagsId: zod_1.default.array(tag_dto_1.tagSchema.shape.id),
32
- eventTickets: zod_1.default.array((0, event_tickets_dto_1.addEventTicketRefinements)(event_tickets_dto_1.baseEventTicketsSchema.omit({ id: true }))),
38
+ eventTickets: zod_1.default.array(event_tickets_dto_1.eventTicketsSchema.omit({ id: true })),
33
39
  }));
34
40
  class CreateEventDto extends (0, create_zod_dto_without_date_1.createZodDtoWithoutDate)(exports.createEventSchema) {
35
41
  }