expo-backend-types 0.51.0 → 0.52.0-EXPO-343-Quique-Wolff.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/account/dto/get-global-filter.dto.d.ts +8 -10
- package/dist/src/account/dto/get-me.dto.d.ts +16 -20
- package/dist/src/account/dto/update-global-filter.dto.d.ts +8 -10
- package/dist/src/event/dto/create-event.dto.d.ts +72 -23
- package/dist/src/event/dto/create-event.dto.js +7 -1
- package/dist/src/event/dto/delete-banner-event.dto.d.ts +18 -0
- package/dist/src/event/dto/delete-banner-event.dto.js +12 -0
- package/dist/src/event/dto/delete-event.dto.d.ts +18 -0
- package/dist/src/event/dto/delete-main-picture-event.dto.d.ts +18 -0
- package/dist/src/event/dto/delete-main-picture-event.dto.js +12 -0
- package/dist/src/event/dto/event-tickets.dto.d.ts +2 -33
- package/dist/src/event/dto/event-tickets.dto.js +8 -18
- package/dist/src/event/dto/event.dto.d.ts +9 -0
- package/dist/src/event/dto/event.dto.js +13 -0
- package/dist/src/event/dto/get-active-events.dto.d.ts +33 -23
- package/dist/src/event/dto/get-all-event.dto.d.ts +504 -284
- package/dist/src/event/dto/get-all-event.dto.js +3 -3
- package/dist/src/event/dto/get-by-id-event.dto.d.ts +225 -159
- package/dist/src/event/dto/get-by-id-event.dto.js +1 -1
- package/dist/src/event/dto/toggle-active-event.dto.d.ts +9 -0
- package/dist/src/event/dto/update-banner-event.dto.d.ts +33 -0
- package/dist/src/event/dto/update-banner-event.dto.js +18 -0
- package/dist/src/event/dto/update-event.dto.d.ts +230 -220
- package/dist/src/event/dto/update-event.dto.js +13 -3
- package/dist/src/event/dto/update-main-picture-event.dto.d.ts +33 -0
- package/dist/src/event/dto/update-main-picture-event.dto.js +18 -0
- package/dist/src/event-folder/dto/get-all-event-folder.dto.d.ts +42 -0
- package/dist/src/event-folder/dto/get-by-id-event-folder.dto.d.ts +30 -0
- package/dist/src/exports.d.ts +0 -1
- package/dist/src/exports.js +0 -1
- package/dist/src/i18n/es.d.ts +8 -65
- package/dist/src/i18n/es.js +8 -67
- package/dist/src/i18n/es.js.map +1 -1
- package/dist/src/mi-expo/dto/get-invitations.dto.d.ts +3 -0
- package/dist/src/profile/dto/delete-image-profile.dto.d.ts +18 -0
- package/dist/src/profile/dto/delete-image-profile.dto.js +12 -0
- package/dist/src/profile/dto/find-all-profile.dto.d.ts +12 -14
- package/dist/src/profile/dto/find-by-date-range-profile.dto.d.ts +20 -24
- package/dist/src/profile/dto/find-by-id-profile.dto.d.ts +8 -10
- package/dist/src/profile/dto/find-by-tag-groups-profile.dto.d.ts +12 -14
- package/dist/src/profile/dto/find-by-tags-profile.dto.d.ts +12 -14
- package/dist/src/profile/dto/find-with-active-chat.dto.d.ts +12 -14
- package/dist/src/profile/dto/update-image-profile.dto.d.ts +33 -0
- package/dist/src/profile/dto/update-image-profile.dto.js +18 -0
- package/dist/src/tag/dto/create-tag.dto.d.ts +9 -41
- package/dist/src/tag/dto/create-tag.dto.js +5 -6
- package/dist/src/tag/dto/delete-tag.dto.d.ts +4 -6
- package/dist/src/tag/dto/find-all-tag.dto.d.ts +8 -10
- package/dist/src/tag/dto/find-by-group-tag.dto.d.ts +8 -10
- package/dist/src/tag/dto/find-one-tag.dto.d.ts +4 -6
- package/dist/src/tag/dto/tag.dto.d.ts +4 -6
- package/dist/src/tag/dto/update-tag.dto.d.ts +4 -7
- package/dist/src/tag-group/dto/find-all-tag-group.dto.d.ts +12 -14
- package/dist/src/tag-group/dto/find-all-with-tags.dto.d.ts +12 -14
- package/dist/src/tag-group/dto/find-one-tag-group.dto.d.ts +8 -10
- package/dist/src/ticket/dto/create-many-ticket.dto.d.ts +30 -0
- package/dist/src/ticket/dto/create-ticket.dto.d.ts +30 -0
- package/dist/src/ticket/dto/find-all-tickets.dto.d.ts +3 -0
- package/dist/src/ticket/dto/find-by-event-ticket.dto.d.ts +3 -0
- package/dist/src/ticket/dto/find-by-id-ticket.dto.d.ts +42 -0
- package/dist/src/ticket/dto/find-by-mail-ticket.dto.d.ts +3 -0
- package/dist/src/ticket/dto/find-by-profile-id-ticket.dto.d.ts +42 -0
- package/dist/src/ticket-group/dto/create-ticket-group.dto.d.ts +30 -0
- package/dist/types/prisma-schema/edge.js +8 -32
- package/dist/types/prisma-schema/index-browser.js +5 -29
- package/dist/types/prisma-schema/index.d.ts +7078 -11454
- package/dist/types/prisma-schema/index.js +8 -32
- package/dist/types/prisma-schema/package.json +1 -1
- package/dist/types/prisma-schema/schema.prisma +13 -60
- package/dist/types/prisma-schema/wasm.js +5 -29
- package/dist/types/schema.d.ts +463 -849
- package/package.json +1 -2
- package/dist/src/event/dto/get-all-statistics.dto.d.ts +0 -364
- package/dist/src/event/dto/get-all-statistics.dto.js +0 -40
- package/dist/src/event/dto/get-statistics-by-id-event.dto.d.ts +0 -294
- package/dist/src/event/dto/get-statistics-by-id-event.dto.js +0 -40
- package/dist/src/production/dto/create-production.dto.d.ts +0 -41
- package/dist/src/production/dto/create-production.dto.js +0 -18
- package/dist/src/production/dto/create-role.dto.d.ts +0 -86
- package/dist/src/production/dto/create-role.dto.js +0 -16
- package/dist/src/production/dto/delete-production.dto.d.ts +0 -41
- package/dist/src/production/dto/delete-production.dto.js +0 -10
- package/dist/src/production/dto/get-all-production.dto.d.ts +0 -451
- package/dist/src/production/dto/get-all-production.dto.js +0 -21
- package/dist/src/production/dto/production.dto.d.ts +0 -20
- package/dist/src/production/dto/production.dto.js +0 -21
- package/dist/src/production/dto/update-production.dto.d.ts +0 -63
- package/dist/src/production/dto/update-production.dto.js +0 -19
- package/dist/src/production/exports.d.ts +0 -6
- package/dist/src/production/exports.js +0 -23
- package/dist/src/production-affiliation-request/dto/create-production-affiliation-request.dto.d.ts +0 -80
- package/dist/src/production-affiliation-request/dto/create-production-affiliation-request.dto.js +0 -16
- package/dist/src/production-affiliation-request/dto/find-by-production-affiliation-request.dto.d.ts +0 -563
- package/dist/src/production-affiliation-request/dto/find-by-production-affiliation-request.dto.js +0 -21
- package/dist/src/production-affiliation-request/dto/production-affiliation-request.dto.d.ts +0 -27
- package/dist/src/production-affiliation-request/dto/production-affiliation-request.dto.js +0 -22
- package/dist/src/production-affiliation-request/dto/update-production-affiliation-request.dto.d.ts +0 -390
- package/dist/src/production-affiliation-request/dto/update-production-affiliation-request.dto.js +0 -15
- package/dist/src/production-affiliation-request/exports.d.ts +0 -4
- package/dist/src/production-affiliation-request/exports.js +0 -21
@@ -18,6 +18,9 @@ exports.updateEventSchema = event_dto_1.eventSchema
|
|
18
18
|
location: true,
|
19
19
|
startingDate: true,
|
20
20
|
endingDate: true,
|
21
|
+
bannerUrl: true,
|
22
|
+
mainPictureUrl: true,
|
23
|
+
description: true,
|
21
24
|
})
|
22
25
|
.merge(zod_1.default.object({
|
23
26
|
tagsId: zod_1.default.array(tag_dto_1.tagSchema.shape.id),
|
@@ -28,14 +31,21 @@ exports.updateEventSchema = event_dto_1.eventSchema
|
|
28
31
|
date: true,
|
29
32
|
startingDate: true,
|
30
33
|
endingDate: true,
|
34
|
+
bannerUrl: true,
|
35
|
+
mainPictureUrl: true,
|
36
|
+
description: true,
|
31
37
|
})
|
38
|
+
.partial()
|
32
39
|
.extend({
|
33
40
|
id: event_dto_1.eventSchema.shape.id.or(zod_1.default.literal('')),
|
34
41
|
})),
|
35
|
-
eventTickets: zod_1.default.array(
|
42
|
+
eventTickets: zod_1.default.array(event_tickets_dto_1.eventTicketsSchema
|
43
|
+
.omit({
|
36
44
|
id: true,
|
37
|
-
})
|
38
|
-
|
45
|
+
})
|
46
|
+
.partial()),
|
47
|
+
}))
|
48
|
+
.partial();
|
39
49
|
class UpdateEventDto extends (0, create_zod_dto_without_date_1.createZodDtoWithoutDate)(exports.updateEventSchema) {
|
40
50
|
}
|
41
51
|
exports.UpdateEventDto = UpdateEventDto;
|
@@ -0,0 +1,33 @@
|
|
1
|
+
export declare const updateMainPictureEventSchema: import("zod").ZodObject<Pick<{
|
2
|
+
image: import("zod").ZodType<Express.Multer.File, import("zod").ZodTypeDef, Express.Multer.File>;
|
3
|
+
}, "image">, "strip", import("zod").ZodTypeAny, {
|
4
|
+
image: Express.Multer.File;
|
5
|
+
}, {
|
6
|
+
image: Express.Multer.File;
|
7
|
+
}>;
|
8
|
+
declare const UpdateMainPictureEventDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<import("zod").ZodObject<{
|
9
|
+
image: import("zod").ZodType<Express.Multer.File, import("zod").ZodTypeDef, Express.Multer.File>;
|
10
|
+
}, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
11
|
+
image: Express.Multer.File;
|
12
|
+
}, {
|
13
|
+
image: Express.Multer.File;
|
14
|
+
}>>;
|
15
|
+
export declare class UpdateMainPictureEventDto extends UpdateMainPictureEventDto_base {
|
16
|
+
}
|
17
|
+
export declare const updateMainPictureEventResponseSchema: import("zod").ZodObject<Pick<{
|
18
|
+
message: import("zod").ZodString;
|
19
|
+
}, "message">, "strip", import("zod").ZodTypeAny, {
|
20
|
+
message: string;
|
21
|
+
}, {
|
22
|
+
message: string;
|
23
|
+
}>;
|
24
|
+
declare const UpdateMainPictureEventResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<import("zod").ZodObject<{
|
25
|
+
message: import("zod").ZodString;
|
26
|
+
}, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
27
|
+
message: string;
|
28
|
+
}, {
|
29
|
+
message: string;
|
30
|
+
}>>;
|
31
|
+
export declare class UpdateMainPictureEventResponseDto extends UpdateMainPictureEventResponseDto_base {
|
32
|
+
}
|
33
|
+
export {};
|
@@ -0,0 +1,18 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.UpdateMainPictureEventResponseDto = exports.updateMainPictureEventResponseSchema = exports.UpdateMainPictureEventDto = exports.updateMainPictureEventSchema = void 0;
|
4
|
+
const update_image_dto_1 = require("../../image/dto/update-image.dto");
|
5
|
+
const create_zod_dto_without_date_1 = require("../../shared/dto-modification/create-zod-dto-without-date");
|
6
|
+
exports.updateMainPictureEventSchema = update_image_dto_1.updateImageSchema.pick({
|
7
|
+
image: true,
|
8
|
+
});
|
9
|
+
class UpdateMainPictureEventDto extends (0, create_zod_dto_without_date_1.createZodDtoWithoutDate)(exports.updateMainPictureEventSchema) {
|
10
|
+
}
|
11
|
+
exports.UpdateMainPictureEventDto = UpdateMainPictureEventDto;
|
12
|
+
exports.updateMainPictureEventResponseSchema = update_image_dto_1.updateImageResponseSchema.pick({
|
13
|
+
message: true,
|
14
|
+
});
|
15
|
+
class UpdateMainPictureEventResponseDto extends (0, create_zod_dto_without_date_1.createZodDtoWithoutDate)(exports.updateMainPictureEventResponseSchema) {
|
16
|
+
}
|
17
|
+
exports.UpdateMainPictureEventResponseDto = UpdateMainPictureEventResponseDto;
|
18
|
+
//# sourceMappingURL=update-main-picture-event.dto.js.map
|
@@ -14,6 +14,9 @@ export declare const getAllEventFolderResponseSchema: 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;
|
@@ -22,6 +25,7 @@ export declare const getAllEventFolderResponseSchema: z.ZodObject<{
|
|
22
25
|
created_at: z.ZodDate;
|
23
26
|
updated_at: z.ZodDate;
|
24
27
|
}, "strip", z.ZodTypeAny, {
|
28
|
+
description: string | null;
|
25
29
|
location: string;
|
26
30
|
id: string;
|
27
31
|
name: string;
|
@@ -31,11 +35,14 @@ export declare const getAllEventFolderResponseSchema: z.ZodObject<{
|
|
31
35
|
created_at: Date;
|
32
36
|
updated_at: Date;
|
33
37
|
active: boolean;
|
38
|
+
mainPictureUrl: string | null;
|
39
|
+
bannerUrl: string | null;
|
34
40
|
folderId: string | null;
|
35
41
|
tagAssistedId: string;
|
36
42
|
tagConfirmedId: string;
|
37
43
|
supraEventId: string | null;
|
38
44
|
}, {
|
45
|
+
description: string | null;
|
39
46
|
location: string;
|
40
47
|
id: string;
|
41
48
|
name: string;
|
@@ -45,6 +52,8 @@ export declare const getAllEventFolderResponseSchema: z.ZodObject<{
|
|
45
52
|
created_at: Date;
|
46
53
|
updated_at: Date;
|
47
54
|
active: boolean;
|
55
|
+
mainPictureUrl: string | null;
|
56
|
+
bannerUrl: string | null;
|
48
57
|
folderId: string | null;
|
49
58
|
tagAssistedId: string;
|
50
59
|
tagConfirmedId: string;
|
@@ -57,6 +66,7 @@ export declare const getAllEventFolderResponseSchema: z.ZodObject<{
|
|
57
66
|
created_at: Date;
|
58
67
|
updated_at: Date;
|
59
68
|
events: {
|
69
|
+
description: string | null;
|
60
70
|
location: string;
|
61
71
|
id: string;
|
62
72
|
name: string;
|
@@ -66,6 +76,8 @@ export declare const getAllEventFolderResponseSchema: z.ZodObject<{
|
|
66
76
|
created_at: Date;
|
67
77
|
updated_at: Date;
|
68
78
|
active: boolean;
|
79
|
+
mainPictureUrl: string | null;
|
80
|
+
bannerUrl: string | null;
|
69
81
|
folderId: string | null;
|
70
82
|
tagAssistedId: string;
|
71
83
|
tagConfirmedId: string;
|
@@ -78,6 +90,7 @@ export declare const getAllEventFolderResponseSchema: z.ZodObject<{
|
|
78
90
|
created_at: Date;
|
79
91
|
updated_at: Date;
|
80
92
|
events: {
|
93
|
+
description: string | null;
|
81
94
|
location: string;
|
82
95
|
id: string;
|
83
96
|
name: string;
|
@@ -87,6 +100,8 @@ export declare const getAllEventFolderResponseSchema: z.ZodObject<{
|
|
87
100
|
created_at: Date;
|
88
101
|
updated_at: Date;
|
89
102
|
active: boolean;
|
103
|
+
mainPictureUrl: string | null;
|
104
|
+
bannerUrl: string | null;
|
90
105
|
folderId: string | null;
|
91
106
|
tagAssistedId: string;
|
92
107
|
tagConfirmedId: string;
|
@@ -101,6 +116,7 @@ export declare const getAllEventFolderResponseSchema: z.ZodObject<{
|
|
101
116
|
created_at: Date;
|
102
117
|
updated_at: Date;
|
103
118
|
events: {
|
119
|
+
description: string | null;
|
104
120
|
location: string;
|
105
121
|
id: string;
|
106
122
|
name: string;
|
@@ -110,6 +126,8 @@ export declare const getAllEventFolderResponseSchema: z.ZodObject<{
|
|
110
126
|
created_at: Date;
|
111
127
|
updated_at: Date;
|
112
128
|
active: boolean;
|
129
|
+
mainPictureUrl: string | null;
|
130
|
+
bannerUrl: string | null;
|
113
131
|
folderId: string | null;
|
114
132
|
tagAssistedId: string;
|
115
133
|
tagConfirmedId: string;
|
@@ -124,6 +142,7 @@ export declare const getAllEventFolderResponseSchema: z.ZodObject<{
|
|
124
142
|
created_at: Date;
|
125
143
|
updated_at: Date;
|
126
144
|
events: {
|
145
|
+
description: string | null;
|
127
146
|
location: string;
|
128
147
|
id: string;
|
129
148
|
name: string;
|
@@ -133,6 +152,8 @@ export declare const getAllEventFolderResponseSchema: z.ZodObject<{
|
|
133
152
|
created_at: Date;
|
134
153
|
updated_at: Date;
|
135
154
|
active: boolean;
|
155
|
+
mainPictureUrl: string | null;
|
156
|
+
bannerUrl: string | null;
|
136
157
|
folderId: string | null;
|
137
158
|
tagAssistedId: string;
|
138
159
|
tagConfirmedId: string;
|
@@ -154,6 +175,9 @@ declare const GetAllEventFolderResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
154
175
|
startingDate: z.ZodString;
|
155
176
|
endingDate: z.ZodString;
|
156
177
|
location: z.ZodString;
|
178
|
+
mainPictureUrl: z.ZodNullable<z.ZodString>;
|
179
|
+
bannerUrl: z.ZodNullable<z.ZodString>;
|
180
|
+
description: z.ZodNullable<z.ZodString>;
|
157
181
|
folderId: z.ZodNullable<z.ZodString>;
|
158
182
|
tagAssistedId: z.ZodString;
|
159
183
|
tagConfirmedId: z.ZodString;
|
@@ -162,6 +186,7 @@ declare const GetAllEventFolderResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
162
186
|
created_at: z.ZodString;
|
163
187
|
updated_at: z.ZodString;
|
164
188
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
189
|
+
description: string | null;
|
165
190
|
location: string;
|
166
191
|
id: string;
|
167
192
|
name: string;
|
@@ -171,11 +196,14 @@ declare const GetAllEventFolderResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
171
196
|
created_at: string;
|
172
197
|
updated_at: string;
|
173
198
|
active: boolean;
|
199
|
+
mainPictureUrl: string | null;
|
200
|
+
bannerUrl: string | null;
|
174
201
|
folderId: string | null;
|
175
202
|
tagAssistedId: string;
|
176
203
|
tagConfirmedId: string;
|
177
204
|
supraEventId: string | null;
|
178
205
|
}, {
|
206
|
+
description: string | null;
|
179
207
|
location: string;
|
180
208
|
id: string;
|
181
209
|
name: string;
|
@@ -185,6 +213,8 @@ declare const GetAllEventFolderResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
185
213
|
created_at: string;
|
186
214
|
updated_at: string;
|
187
215
|
active: boolean;
|
216
|
+
mainPictureUrl: string | null;
|
217
|
+
bannerUrl: string | null;
|
188
218
|
folderId: string | null;
|
189
219
|
tagAssistedId: string;
|
190
220
|
tagConfirmedId: string;
|
@@ -197,6 +227,7 @@ declare const GetAllEventFolderResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
197
227
|
created_at: string;
|
198
228
|
updated_at: string;
|
199
229
|
events: {
|
230
|
+
description: string | null;
|
200
231
|
location: string;
|
201
232
|
id: string;
|
202
233
|
name: string;
|
@@ -206,6 +237,8 @@ declare const GetAllEventFolderResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
206
237
|
created_at: string;
|
207
238
|
updated_at: string;
|
208
239
|
active: boolean;
|
240
|
+
mainPictureUrl: string | null;
|
241
|
+
bannerUrl: string | null;
|
209
242
|
folderId: string | null;
|
210
243
|
tagAssistedId: string;
|
211
244
|
tagConfirmedId: string;
|
@@ -218,6 +251,7 @@ declare const GetAllEventFolderResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
218
251
|
created_at: string;
|
219
252
|
updated_at: string;
|
220
253
|
events: {
|
254
|
+
description: string | null;
|
221
255
|
location: string;
|
222
256
|
id: string;
|
223
257
|
name: string;
|
@@ -227,6 +261,8 @@ declare const GetAllEventFolderResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
227
261
|
created_at: string;
|
228
262
|
updated_at: string;
|
229
263
|
active: boolean;
|
264
|
+
mainPictureUrl: string | null;
|
265
|
+
bannerUrl: string | null;
|
230
266
|
folderId: string | null;
|
231
267
|
tagAssistedId: string;
|
232
268
|
tagConfirmedId: string;
|
@@ -241,6 +277,7 @@ declare const GetAllEventFolderResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
241
277
|
created_at: string;
|
242
278
|
updated_at: string;
|
243
279
|
events: {
|
280
|
+
description: string | null;
|
244
281
|
location: string;
|
245
282
|
id: string;
|
246
283
|
name: string;
|
@@ -250,6 +287,8 @@ declare const GetAllEventFolderResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
250
287
|
created_at: string;
|
251
288
|
updated_at: string;
|
252
289
|
active: boolean;
|
290
|
+
mainPictureUrl: string | null;
|
291
|
+
bannerUrl: string | null;
|
253
292
|
folderId: string | null;
|
254
293
|
tagAssistedId: string;
|
255
294
|
tagConfirmedId: string;
|
@@ -264,6 +303,7 @@ declare const GetAllEventFolderResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
264
303
|
created_at: string;
|
265
304
|
updated_at: string;
|
266
305
|
events: {
|
306
|
+
description: string | null;
|
267
307
|
location: string;
|
268
308
|
id: string;
|
269
309
|
name: string;
|
@@ -273,6 +313,8 @@ declare const GetAllEventFolderResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
273
313
|
created_at: string;
|
274
314
|
updated_at: string;
|
275
315
|
active: boolean;
|
316
|
+
mainPictureUrl: string | null;
|
317
|
+
bannerUrl: string | null;
|
276
318
|
folderId: string | null;
|
277
319
|
tagAssistedId: string;
|
278
320
|
tagConfirmedId: string;
|
@@ -13,6 +13,9 @@ export declare const getByIdEventFolderResponseSchema: z.ZodObject<z.objectUtil.
|
|
13
13
|
startingDate: z.ZodDate;
|
14
14
|
endingDate: z.ZodDate;
|
15
15
|
location: z.ZodString;
|
16
|
+
mainPictureUrl: z.ZodNullable<z.ZodString>;
|
17
|
+
bannerUrl: z.ZodNullable<z.ZodString>;
|
18
|
+
description: z.ZodNullable<z.ZodString>;
|
16
19
|
folderId: z.ZodNullable<z.ZodString>;
|
17
20
|
tagAssistedId: z.ZodString;
|
18
21
|
tagConfirmedId: z.ZodString;
|
@@ -21,6 +24,7 @@ export declare const getByIdEventFolderResponseSchema: z.ZodObject<z.objectUtil.
|
|
21
24
|
created_at: z.ZodDate;
|
22
25
|
updated_at: z.ZodDate;
|
23
26
|
}, "strip", z.ZodTypeAny, {
|
27
|
+
description: string | null;
|
24
28
|
location: string;
|
25
29
|
id: string;
|
26
30
|
name: string;
|
@@ -30,11 +34,14 @@ export declare const getByIdEventFolderResponseSchema: z.ZodObject<z.objectUtil.
|
|
30
34
|
created_at: Date;
|
31
35
|
updated_at: Date;
|
32
36
|
active: boolean;
|
37
|
+
mainPictureUrl: string | null;
|
38
|
+
bannerUrl: string | null;
|
33
39
|
folderId: string | null;
|
34
40
|
tagAssistedId: string;
|
35
41
|
tagConfirmedId: string;
|
36
42
|
supraEventId: string | null;
|
37
43
|
}, {
|
44
|
+
description: string | null;
|
38
45
|
location: string;
|
39
46
|
id: string;
|
40
47
|
name: string;
|
@@ -44,6 +51,8 @@ export declare const getByIdEventFolderResponseSchema: z.ZodObject<z.objectUtil.
|
|
44
51
|
created_at: Date;
|
45
52
|
updated_at: Date;
|
46
53
|
active: boolean;
|
54
|
+
mainPictureUrl: string | null;
|
55
|
+
bannerUrl: string | null;
|
47
56
|
folderId: string | null;
|
48
57
|
tagAssistedId: string;
|
49
58
|
tagConfirmedId: string;
|
@@ -56,6 +65,7 @@ export declare const getByIdEventFolderResponseSchema: z.ZodObject<z.objectUtil.
|
|
56
65
|
created_at: Date;
|
57
66
|
updated_at: Date;
|
58
67
|
events: {
|
68
|
+
description: string | null;
|
59
69
|
location: string;
|
60
70
|
id: string;
|
61
71
|
name: string;
|
@@ -65,6 +75,8 @@ export declare const getByIdEventFolderResponseSchema: z.ZodObject<z.objectUtil.
|
|
65
75
|
created_at: Date;
|
66
76
|
updated_at: Date;
|
67
77
|
active: boolean;
|
78
|
+
mainPictureUrl: string | null;
|
79
|
+
bannerUrl: string | null;
|
68
80
|
folderId: string | null;
|
69
81
|
tagAssistedId: string;
|
70
82
|
tagConfirmedId: string;
|
@@ -77,6 +89,7 @@ export declare const getByIdEventFolderResponseSchema: z.ZodObject<z.objectUtil.
|
|
77
89
|
created_at: Date;
|
78
90
|
updated_at: Date;
|
79
91
|
events: {
|
92
|
+
description: string | null;
|
80
93
|
location: string;
|
81
94
|
id: string;
|
82
95
|
name: string;
|
@@ -86,6 +99,8 @@ export declare const getByIdEventFolderResponseSchema: z.ZodObject<z.objectUtil.
|
|
86
99
|
created_at: Date;
|
87
100
|
updated_at: Date;
|
88
101
|
active: boolean;
|
102
|
+
mainPictureUrl: string | null;
|
103
|
+
bannerUrl: string | null;
|
89
104
|
folderId: string | null;
|
90
105
|
tagAssistedId: string;
|
91
106
|
tagConfirmedId: string;
|
@@ -105,6 +120,9 @@ declare const GetByIdEventFolderResponseDto_base: import("@anatine/zod-nestjs").
|
|
105
120
|
startingDate: z.ZodString;
|
106
121
|
endingDate: z.ZodString;
|
107
122
|
location: z.ZodString;
|
123
|
+
mainPictureUrl: z.ZodNullable<z.ZodString>;
|
124
|
+
bannerUrl: z.ZodNullable<z.ZodString>;
|
125
|
+
description: z.ZodNullable<z.ZodString>;
|
108
126
|
folderId: z.ZodNullable<z.ZodString>;
|
109
127
|
tagAssistedId: z.ZodString;
|
110
128
|
tagConfirmedId: z.ZodString;
|
@@ -113,6 +131,7 @@ declare const GetByIdEventFolderResponseDto_base: import("@anatine/zod-nestjs").
|
|
113
131
|
created_at: z.ZodString;
|
114
132
|
updated_at: z.ZodString;
|
115
133
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
134
|
+
description: string | null;
|
116
135
|
location: string;
|
117
136
|
id: string;
|
118
137
|
name: string;
|
@@ -122,11 +141,14 @@ declare const GetByIdEventFolderResponseDto_base: import("@anatine/zod-nestjs").
|
|
122
141
|
created_at: string;
|
123
142
|
updated_at: string;
|
124
143
|
active: boolean;
|
144
|
+
mainPictureUrl: string | null;
|
145
|
+
bannerUrl: string | null;
|
125
146
|
folderId: string | null;
|
126
147
|
tagAssistedId: string;
|
127
148
|
tagConfirmedId: string;
|
128
149
|
supraEventId: string | null;
|
129
150
|
}, {
|
151
|
+
description: string | null;
|
130
152
|
location: string;
|
131
153
|
id: string;
|
132
154
|
name: string;
|
@@ -136,6 +158,8 @@ declare const GetByIdEventFolderResponseDto_base: import("@anatine/zod-nestjs").
|
|
136
158
|
created_at: string;
|
137
159
|
updated_at: string;
|
138
160
|
active: boolean;
|
161
|
+
mainPictureUrl: string | null;
|
162
|
+
bannerUrl: string | null;
|
139
163
|
folderId: string | null;
|
140
164
|
tagAssistedId: string;
|
141
165
|
tagConfirmedId: string;
|
@@ -148,6 +172,7 @@ declare const GetByIdEventFolderResponseDto_base: import("@anatine/zod-nestjs").
|
|
148
172
|
created_at: string;
|
149
173
|
updated_at: string;
|
150
174
|
events: {
|
175
|
+
description: string | null;
|
151
176
|
location: string;
|
152
177
|
id: string;
|
153
178
|
name: string;
|
@@ -157,6 +182,8 @@ declare const GetByIdEventFolderResponseDto_base: import("@anatine/zod-nestjs").
|
|
157
182
|
created_at: string;
|
158
183
|
updated_at: string;
|
159
184
|
active: boolean;
|
185
|
+
mainPictureUrl: string | null;
|
186
|
+
bannerUrl: string | null;
|
160
187
|
folderId: string | null;
|
161
188
|
tagAssistedId: string;
|
162
189
|
tagConfirmedId: string;
|
@@ -169,6 +196,7 @@ declare const GetByIdEventFolderResponseDto_base: import("@anatine/zod-nestjs").
|
|
169
196
|
created_at: string;
|
170
197
|
updated_at: string;
|
171
198
|
events: {
|
199
|
+
description: string | null;
|
172
200
|
location: string;
|
173
201
|
id: string;
|
174
202
|
name: string;
|
@@ -178,6 +206,8 @@ declare const GetByIdEventFolderResponseDto_base: import("@anatine/zod-nestjs").
|
|
178
206
|
created_at: string;
|
179
207
|
updated_at: string;
|
180
208
|
active: boolean;
|
209
|
+
mainPictureUrl: string | null;
|
210
|
+
bannerUrl: string | null;
|
181
211
|
folderId: string | null;
|
182
212
|
tagAssistedId: string;
|
183
213
|
tagConfirmedId: string;
|
package/dist/src/exports.d.ts
CHANGED
@@ -10,7 +10,6 @@ export * from './mercadopago/exports';
|
|
10
10
|
export * from './message/exports';
|
11
11
|
export * from './mi-expo/exports';
|
12
12
|
export * from './otp/exports';
|
13
|
-
export * from './production/exports';
|
14
13
|
export * from './profile/exports';
|
15
14
|
export * from './schema/exports';
|
16
15
|
export * from './shared/dto-modification/zod-without-dates';
|
package/dist/src/exports.js
CHANGED
@@ -26,7 +26,6 @@ __exportStar(require("./mercadopago/exports"), exports);
|
|
26
26
|
__exportStar(require("./message/exports"), exports);
|
27
27
|
__exportStar(require("./mi-expo/exports"), exports);
|
28
28
|
__exportStar(require("./otp/exports"), exports);
|
29
|
-
__exportStar(require("./production/exports"), exports);
|
30
29
|
__exportStar(require("./profile/exports"), exports);
|
31
30
|
__exportStar(require("./schema/exports"), exports);
|
32
31
|
__exportStar(require("./shared/dto-modification/zod-without-dates"), exports);
|
package/dist/src/i18n/es.d.ts
CHANGED
@@ -15,8 +15,6 @@ declare const _default: {
|
|
15
15
|
readonly ticket: "Ticket";
|
16
16
|
readonly eventTicket: "Tickets del evento";
|
17
17
|
readonly ticketGroup: "Grupo de tickets";
|
18
|
-
readonly production: "Producción";
|
19
|
-
readonly productionAffiliationRequest: "Solicitud de afiliación a producción";
|
20
18
|
};
|
21
19
|
readonly tag: {
|
22
20
|
readonly assisted: "Asistió";
|
@@ -27,7 +25,6 @@ declare const _default: {
|
|
27
25
|
readonly SPECTATOR: "Espectador";
|
28
26
|
readonly PARTICIPANT: "Participante";
|
29
27
|
};
|
30
|
-
readonly 'production-role': "Roles de producción";
|
31
28
|
readonly conflict: "Ya existe un registro con el campo {{field}} '{{value}}' en la tabla de {{model}}";
|
32
29
|
readonly 'not-found': "No se encontró un registro con el campo {{field}} '{{value}}' en la tabla de {{model}}";
|
33
30
|
};
|
@@ -98,6 +95,12 @@ declare const _default: {
|
|
98
95
|
readonly location: {
|
99
96
|
readonly required: "La ubicación es requerida";
|
100
97
|
};
|
98
|
+
readonly eventPictureUrl: {
|
99
|
+
readonly invalid: "La URL de la imagen del evento no es válida";
|
100
|
+
};
|
101
|
+
readonly eventBannerUrl: {
|
102
|
+
readonly invalid: "La URL del banner del evento no es válida";
|
103
|
+
};
|
101
104
|
};
|
102
105
|
readonly tagGroup: {
|
103
106
|
readonly id: {
|
@@ -237,25 +240,12 @@ declare const _default: {
|
|
237
240
|
};
|
238
241
|
readonly eventTicket: {
|
239
242
|
readonly amount: {
|
240
|
-
readonly min: "La cantidad de tickets
|
243
|
+
readonly min: "La cantidad de tickets debe ser mayor a 0";
|
241
244
|
};
|
242
245
|
readonly price: {
|
243
246
|
readonly min: "El precio de los tickets debe ser mayor a 0";
|
244
247
|
};
|
245
248
|
};
|
246
|
-
readonly production: {
|
247
|
-
readonly id: {
|
248
|
-
readonly uuid: "El ID debe ser un UUID";
|
249
|
-
};
|
250
|
-
readonly name: {
|
251
|
-
readonly min: "El nombre de la producción debe tener al menos 1 caracter";
|
252
|
-
};
|
253
|
-
};
|
254
|
-
readonly productionAffiliationRequest: {
|
255
|
-
readonly id: {
|
256
|
-
readonly uuid: "El ID debe ser un UUID";
|
257
|
-
};
|
258
|
-
};
|
259
249
|
};
|
260
250
|
readonly route: {
|
261
251
|
readonly auth: {
|
@@ -428,13 +418,7 @@ declare const _default: {
|
|
428
418
|
readonly 'get-by-id': {
|
429
419
|
readonly success: "Evento obtenido con éxito";
|
430
420
|
readonly 'not-found': "Evento no encontrado";
|
431
|
-
|
432
|
-
readonly 'get-statistics': {
|
433
|
-
readonly success: "Estadisticas obtenidas con éxito";
|
434
|
-
};
|
435
|
-
readonly 'get-statistics-by-id': {
|
436
|
-
readonly success: "Estadisticas del evento obtenidas con éxito";
|
437
|
-
readonly 'not-found': "Evento no encontrado";
|
421
|
+
readonly 'not-found-description': "Desfile de moda";
|
438
422
|
};
|
439
423
|
readonly update: {
|
440
424
|
readonly success: "Evento actualizado con éxito";
|
@@ -748,47 +732,6 @@ declare const _default: {
|
|
748
732
|
readonly 'invalid-signature': "Firma inválida";
|
749
733
|
};
|
750
734
|
};
|
751
|
-
readonly production: {
|
752
|
-
readonly create: {
|
753
|
-
readonly success: "Producción creada con éxito";
|
754
|
-
readonly 'already-exists': "Producción ya existente";
|
755
|
-
};
|
756
|
-
readonly delete: {
|
757
|
-
readonly 'event-active': "No se puede eliminar la producción {{productionName}} porque tiene eventos activos";
|
758
|
-
readonly 'not-found': "Producción no encontrada";
|
759
|
-
readonly success: "Producción eliminada con éxito";
|
760
|
-
};
|
761
|
-
readonly update: {
|
762
|
-
readonly success: "Producción actualizada con éxito";
|
763
|
-
readonly 'not-found': "Producción no encontrada";
|
764
|
-
readonly 'already-exists': "Producción ya existente";
|
765
|
-
};
|
766
|
-
readonly 'create-role': {
|
767
|
-
readonly success: "Rol de producción creado con éxito";
|
768
|
-
readonly 'group-not-found': "Grupo de etiquetas no encontrado";
|
769
|
-
};
|
770
|
-
readonly 'get-all': {
|
771
|
-
readonly success: "Producciones obtenidas con éxito";
|
772
|
-
readonly 'not-found': "No se encontraron producciones";
|
773
|
-
};
|
774
|
-
};
|
775
|
-
readonly 'production-affiliation-request': {
|
776
|
-
readonly create: {
|
777
|
-
readonly success: "Solicitud de afiliación a producción creada con éxito";
|
778
|
-
readonly conflict: "Error en la creación de la solicitud de afiliación";
|
779
|
-
readonly 'already-admin': "Ya eres administrador de una producción";
|
780
|
-
};
|
781
|
-
readonly update: {
|
782
|
-
readonly success: "Solicitud de afiliación a producción actualizada con éxito";
|
783
|
-
readonly conflict: "Error en la actualización de la solicitud de afiliación";
|
784
|
-
readonly 'not-found': "Solicitud de afiliación no encontrada";
|
785
|
-
readonly unauthorized: "No tienes autorización para actualizar la solicitud";
|
786
|
-
};
|
787
|
-
readonly 'find-by-production': {
|
788
|
-
readonly success: "Solicitud de afiliación a producción obtenida con éxito";
|
789
|
-
readonly 'not-found': "Producción no encontrada";
|
790
|
-
};
|
791
|
-
};
|
792
735
|
};
|
793
736
|
};
|
794
737
|
export default _default;
|