expo-backend-types 0.50.0 → 0.52.0-EXPO-343-Quique-Wolff.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (96) 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 -58
  32. package/dist/src/i18n/es.js +8 -60
  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 +497 -756
  72. package/package.json +1 -2
  73. package/dist/src/production/dto/create-production.dto.d.ts +0 -41
  74. package/dist/src/production/dto/create-production.dto.js +0 -18
  75. package/dist/src/production/dto/create-role.dto.d.ts +0 -86
  76. package/dist/src/production/dto/create-role.dto.js +0 -16
  77. package/dist/src/production/dto/delete-production.dto.d.ts +0 -41
  78. package/dist/src/production/dto/delete-production.dto.js +0 -10
  79. package/dist/src/production/dto/get-all-production.dto.d.ts +0 -451
  80. package/dist/src/production/dto/get-all-production.dto.js +0 -21
  81. package/dist/src/production/dto/production.dto.d.ts +0 -20
  82. package/dist/src/production/dto/production.dto.js +0 -21
  83. package/dist/src/production/dto/update-production.dto.d.ts +0 -63
  84. package/dist/src/production/dto/update-production.dto.js +0 -19
  85. package/dist/src/production/exports.d.ts +0 -6
  86. package/dist/src/production/exports.js +0 -23
  87. package/dist/src/production-affiliation-request/dto/create-production-affiliation-request.dto.d.ts +0 -80
  88. package/dist/src/production-affiliation-request/dto/create-production-affiliation-request.dto.js +0 -16
  89. package/dist/src/production-affiliation-request/dto/find-by-production-affiliation-request.dto.d.ts +0 -563
  90. package/dist/src/production-affiliation-request/dto/find-by-production-affiliation-request.dto.js +0 -21
  91. package/dist/src/production-affiliation-request/dto/production-affiliation-request.dto.d.ts +0 -27
  92. package/dist/src/production-affiliation-request/dto/production-affiliation-request.dto.js +0 -22
  93. package/dist/src/production-affiliation-request/dto/update-production-affiliation-request.dto.d.ts +0 -390
  94. package/dist/src/production-affiliation-request/dto/update-production-affiliation-request.dto.js +0 -15
  95. package/dist/src/production-affiliation-request/exports.d.ts +0 -4
  96. package/dist/src/production-affiliation-request/exports.js +0 -21
@@ -92,6 +92,9 @@ export declare const createTicketGroupResponseSchema: z.ZodObject<z.objectUtil.e
92
92
  startingDate: z.ZodDate;
93
93
  endingDate: z.ZodDate;
94
94
  location: z.ZodString;
95
+ mainPictureUrl: z.ZodNullable<z.ZodString>;
96
+ bannerUrl: z.ZodNullable<z.ZodString>;
97
+ description: z.ZodNullable<z.ZodString>;
95
98
  folderId: z.ZodNullable<z.ZodString>;
96
99
  tagAssistedId: z.ZodString;
97
100
  tagConfirmedId: z.ZodString;
@@ -100,6 +103,7 @@ export declare const createTicketGroupResponseSchema: z.ZodObject<z.objectUtil.e
100
103
  created_at: z.ZodDate;
101
104
  updated_at: z.ZodDate;
102
105
  }, "strip", z.ZodTypeAny, {
106
+ description: string | null;
103
107
  location: string;
104
108
  id: string;
105
109
  name: string;
@@ -109,11 +113,14 @@ export declare const createTicketGroupResponseSchema: z.ZodObject<z.objectUtil.e
109
113
  created_at: Date;
110
114
  updated_at: Date;
111
115
  active: boolean;
116
+ mainPictureUrl: string | null;
117
+ bannerUrl: string | null;
112
118
  folderId: string | null;
113
119
  tagAssistedId: string;
114
120
  tagConfirmedId: string;
115
121
  supraEventId: string | null;
116
122
  }, {
123
+ description: string | null;
117
124
  location: string;
118
125
  id: string;
119
126
  name: string;
@@ -123,6 +130,8 @@ export declare const createTicketGroupResponseSchema: z.ZodObject<z.objectUtil.e
123
130
  created_at: Date;
124
131
  updated_at: Date;
125
132
  active: boolean;
133
+ mainPictureUrl: string | null;
134
+ bannerUrl: string | null;
126
135
  folderId: string | null;
127
136
  tagAssistedId: string;
128
137
  tagConfirmedId: string;
@@ -130,6 +139,7 @@ export declare const createTicketGroupResponseSchema: z.ZodObject<z.objectUtil.e
130
139
  }>;
131
140
  }>, "strip", z.ZodTypeAny, {
132
141
  event: {
142
+ description: string | null;
133
143
  location: string;
134
144
  id: string;
135
145
  name: string;
@@ -139,6 +149,8 @@ export declare const createTicketGroupResponseSchema: z.ZodObject<z.objectUtil.e
139
149
  created_at: Date;
140
150
  updated_at: Date;
141
151
  active: boolean;
152
+ mainPictureUrl: string | null;
153
+ bannerUrl: string | null;
142
154
  folderId: string | null;
143
155
  tagAssistedId: string;
144
156
  tagConfirmedId: string;
@@ -166,6 +178,7 @@ export declare const createTicketGroupResponseSchema: z.ZodObject<z.objectUtil.e
166
178
  }[];
167
179
  }, {
168
180
  event: {
181
+ description: string | null;
169
182
  location: string;
170
183
  id: string;
171
184
  name: string;
@@ -175,6 +188,8 @@ export declare const createTicketGroupResponseSchema: z.ZodObject<z.objectUtil.e
175
188
  created_at: Date;
176
189
  updated_at: Date;
177
190
  active: boolean;
191
+ mainPictureUrl: string | null;
192
+ bannerUrl: string | null;
178
193
  folderId: string | null;
179
194
  tagAssistedId: string;
180
195
  tagConfirmedId: string;
@@ -263,6 +278,9 @@ declare const CreateTicketGroupResponseDto_base: import("@anatine/zod-nestjs").Z
263
278
  startingDate: z.ZodString;
264
279
  endingDate: z.ZodString;
265
280
  location: z.ZodString;
281
+ mainPictureUrl: z.ZodNullable<z.ZodString>;
282
+ bannerUrl: z.ZodNullable<z.ZodString>;
283
+ description: z.ZodNullable<z.ZodString>;
266
284
  folderId: z.ZodNullable<z.ZodString>;
267
285
  tagAssistedId: z.ZodString;
268
286
  tagConfirmedId: z.ZodString;
@@ -271,6 +289,7 @@ declare const CreateTicketGroupResponseDto_base: import("@anatine/zod-nestjs").Z
271
289
  created_at: z.ZodString;
272
290
  updated_at: z.ZodString;
273
291
  }, z.UnknownKeysParam, z.ZodTypeAny, {
292
+ description: string | null;
274
293
  location: string;
275
294
  id: string;
276
295
  name: string;
@@ -280,11 +299,14 @@ declare const CreateTicketGroupResponseDto_base: import("@anatine/zod-nestjs").Z
280
299
  created_at: string;
281
300
  updated_at: string;
282
301
  active: boolean;
302
+ mainPictureUrl: string | null;
303
+ bannerUrl: string | null;
283
304
  folderId: string | null;
284
305
  tagAssistedId: string;
285
306
  tagConfirmedId: string;
286
307
  supraEventId: string | null;
287
308
  }, {
309
+ description: string | null;
288
310
  location: string;
289
311
  id: string;
290
312
  name: string;
@@ -294,6 +316,8 @@ declare const CreateTicketGroupResponseDto_base: import("@anatine/zod-nestjs").Z
294
316
  created_at: string;
295
317
  updated_at: string;
296
318
  active: boolean;
319
+ mainPictureUrl: string | null;
320
+ bannerUrl: string | null;
297
321
  folderId: string | null;
298
322
  tagAssistedId: string;
299
323
  tagConfirmedId: string;
@@ -301,6 +325,7 @@ declare const CreateTicketGroupResponseDto_base: import("@anatine/zod-nestjs").Z
301
325
  }>;
302
326
  }, z.UnknownKeysParam, z.ZodTypeAny, {
303
327
  event: {
328
+ description: string | null;
304
329
  location: string;
305
330
  id: string;
306
331
  name: string;
@@ -310,6 +335,8 @@ declare const CreateTicketGroupResponseDto_base: import("@anatine/zod-nestjs").Z
310
335
  created_at: string;
311
336
  updated_at: string;
312
337
  active: boolean;
338
+ mainPictureUrl: string | null;
339
+ bannerUrl: string | null;
313
340
  folderId: string | null;
314
341
  tagAssistedId: string;
315
342
  tagConfirmedId: string;
@@ -337,6 +364,7 @@ declare const CreateTicketGroupResponseDto_base: import("@anatine/zod-nestjs").Z
337
364
  }[];
338
365
  }, {
339
366
  event: {
367
+ description: string | null;
340
368
  location: string;
341
369
  id: string;
342
370
  name: string;
@@ -346,6 +374,8 @@ declare const CreateTicketGroupResponseDto_base: import("@anatine/zod-nestjs").Z
346
374
  created_at: string;
347
375
  updated_at: string;
348
376
  active: boolean;
377
+ mainPictureUrl: string | null;
378
+ bannerUrl: string | null;
349
379
  folderId: string | null;
350
380
  tagAssistedId: string;
351
381
  tagConfirmedId: string;