expo-backend-types 0.49.0-EXPO-355-ExpoBackend-Rutas-de-produccion.10 → 0.49.0-EXPO-343-Quique-Wolff.3
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 +148 -129
- package/dist/src/event/dto/update-event.dto.js +10 -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 -58
- package/dist/src/i18n/es.js +8 -60
- 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 +486 -745
- package/package.json +1 -2
- 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
@@ -15,7 +15,7 @@ exports.getByIdEventResponseSchema = event_dto_1.eventSchema.merge(zod_1.default
|
|
15
15
|
subEvents: zod_1.default.array(event_dto_1.eventSchema),
|
16
16
|
supraEvent: event_dto_1.eventSchema.nullable(),
|
17
17
|
eventTickets: zod_1.default.array(event_tickets_dto_1.eventTicketsSchema),
|
18
|
-
|
18
|
+
tags: zod_1.default.array(tag_dto_1.tagSchema.extend({ group: tag_group_dto_1.tagGroupSchema })),
|
19
19
|
tickets: zod_1.default.array(ticket_dto_1.ticketSchema),
|
20
20
|
tagAssisted: tag_dto_1.tagSchema.extend({ group: tag_group_dto_1.tagGroupSchema }),
|
21
21
|
tagConfirmed: tag_dto_1.tagSchema.extend({ group: tag_group_dto_1.tagGroupSchema }),
|
@@ -5,6 +5,9 @@ export declare const toggleActiveResponseSchema: import("zod").ZodObject<{
|
|
5
5
|
startingDate: import("zod").ZodDate;
|
6
6
|
endingDate: import("zod").ZodDate;
|
7
7
|
location: import("zod").ZodString;
|
8
|
+
mainPictureUrl: import("zod").ZodNullable<import("zod").ZodString>;
|
9
|
+
bannerUrl: import("zod").ZodNullable<import("zod").ZodString>;
|
10
|
+
description: import("zod").ZodNullable<import("zod").ZodString>;
|
8
11
|
folderId: import("zod").ZodNullable<import("zod").ZodString>;
|
9
12
|
tagAssistedId: import("zod").ZodString;
|
10
13
|
tagConfirmedId: import("zod").ZodString;
|
@@ -13,6 +16,7 @@ export declare const toggleActiveResponseSchema: import("zod").ZodObject<{
|
|
13
16
|
created_at: import("zod").ZodDate;
|
14
17
|
updated_at: import("zod").ZodDate;
|
15
18
|
}, "strip", import("zod").ZodTypeAny, {
|
19
|
+
description: string | null;
|
16
20
|
location: string;
|
17
21
|
id: string;
|
18
22
|
name: string;
|
@@ -22,11 +26,14 @@ export declare const toggleActiveResponseSchema: import("zod").ZodObject<{
|
|
22
26
|
created_at: Date;
|
23
27
|
updated_at: Date;
|
24
28
|
active: boolean;
|
29
|
+
mainPictureUrl: string | null;
|
30
|
+
bannerUrl: string | null;
|
25
31
|
folderId: string | null;
|
26
32
|
tagAssistedId: string;
|
27
33
|
tagConfirmedId: string;
|
28
34
|
supraEventId: string | null;
|
29
35
|
}, {
|
36
|
+
description: string | null;
|
30
37
|
location: string;
|
31
38
|
id: string;
|
32
39
|
name: string;
|
@@ -36,6 +43,8 @@ export declare const toggleActiveResponseSchema: import("zod").ZodObject<{
|
|
36
43
|
created_at: Date;
|
37
44
|
updated_at: Date;
|
38
45
|
active: boolean;
|
46
|
+
mainPictureUrl: string | null;
|
47
|
+
bannerUrl: string | null;
|
39
48
|
folderId: string | null;
|
40
49
|
tagAssistedId: string;
|
41
50
|
tagConfirmedId: string;
|
@@ -0,0 +1,33 @@
|
|
1
|
+
export declare const updateBannerEventSchema: 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 UpdateBannerEventDto_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 UpdateBannerEventDto extends UpdateBannerEventDto_base {
|
16
|
+
}
|
17
|
+
export declare const updateBannerEventResponseSchema: 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 UpdateBannerEventResponseDto_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 UpdateBannerEventResponseDto extends UpdateBannerEventResponseDto_base {
|
32
|
+
}
|
33
|
+
export {};
|
@@ -0,0 +1,18 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.UpdateBannerEventResponseDto = exports.updateBannerEventResponseSchema = exports.UpdateBannerEventDto = exports.updateBannerEventSchema = 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.updateBannerEventSchema = update_image_dto_1.updateImageSchema.pick({
|
7
|
+
image: true,
|
8
|
+
});
|
9
|
+
class UpdateBannerEventDto extends (0, create_zod_dto_without_date_1.createZodDtoWithoutDate)(exports.updateBannerEventSchema) {
|
10
|
+
}
|
11
|
+
exports.UpdateBannerEventDto = UpdateBannerEventDto;
|
12
|
+
exports.updateBannerEventResponseSchema = update_image_dto_1.updateImageResponseSchema.pick({
|
13
|
+
message: true,
|
14
|
+
});
|
15
|
+
class UpdateBannerEventResponseDto extends (0, create_zod_dto_without_date_1.createZodDtoWithoutDate)(exports.updateBannerEventResponseSchema) {
|
16
|
+
}
|
17
|
+
exports.UpdateBannerEventResponseDto = UpdateBannerEventResponseDto;
|
18
|
+
//# sourceMappingURL=update-banner-event.dto.js.map
|
@@ -1,27 +1,25 @@
|
|
1
1
|
import z from 'zod';
|
2
|
-
export declare const updateEventSchema: z.ZodObject<
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
created_at: z.ZodDate;
|
15
|
-
updated_at: z.ZodDate;
|
16
|
-
}, "location" | "name" | "date" | "startingDate" | "endingDate" | "folderId">, {
|
17
|
-
tagsId: z.ZodArray<z.ZodString, "many">;
|
18
|
-
subEvents: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<Pick<{
|
2
|
+
export declare const updateEventSchema: z.ZodObject<{
|
3
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
4
|
+
location: z.ZodOptional<z.ZodString>;
|
5
|
+
name: z.ZodOptional<z.ZodString>;
|
6
|
+
date: z.ZodOptional<z.ZodDate>;
|
7
|
+
startingDate: z.ZodOptional<z.ZodDate>;
|
8
|
+
endingDate: z.ZodOptional<z.ZodDate>;
|
9
|
+
mainPictureUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
10
|
+
bannerUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
11
|
+
folderId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
12
|
+
tagsId: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
13
|
+
subEvents: z.ZodOptional<z.ZodArray<z.ZodObject<z.objectUtil.extendShape<Pick<{
|
19
14
|
id: z.ZodString;
|
20
15
|
name: z.ZodString;
|
21
16
|
date: z.ZodDate;
|
22
17
|
startingDate: z.ZodDate;
|
23
18
|
endingDate: z.ZodDate;
|
24
19
|
location: z.ZodString;
|
20
|
+
mainPictureUrl: z.ZodNullable<z.ZodString>;
|
21
|
+
bannerUrl: z.ZodNullable<z.ZodString>;
|
22
|
+
description: z.ZodNullable<z.ZodString>;
|
25
23
|
folderId: z.ZodNullable<z.ZodString>;
|
26
24
|
tagAssistedId: z.ZodString;
|
27
25
|
tagConfirmedId: z.ZodString;
|
@@ -29,24 +27,30 @@ export declare const updateEventSchema: z.ZodObject<z.objectUtil.extendShape<Pic
|
|
29
27
|
supraEventId: z.ZodNullable<z.ZodString>;
|
30
28
|
created_at: z.ZodDate;
|
31
29
|
updated_at: z.ZodDate;
|
32
|
-
}, "location" | "name" | "date" | "startingDate" | "endingDate">, {
|
30
|
+
}, "description" | "location" | "name" | "date" | "startingDate" | "endingDate" | "mainPictureUrl" | "bannerUrl">, {
|
33
31
|
id: z.ZodUnion<[z.ZodString, z.ZodLiteral<"">]>;
|
34
32
|
}>, "strip", z.ZodTypeAny, {
|
33
|
+
description: string | null;
|
35
34
|
location: string;
|
36
35
|
id: string;
|
37
36
|
name: string;
|
38
37
|
date: Date;
|
39
38
|
startingDate: Date;
|
40
39
|
endingDate: Date;
|
40
|
+
mainPictureUrl: string | null;
|
41
|
+
bannerUrl: string | null;
|
41
42
|
}, {
|
43
|
+
description: string | null;
|
42
44
|
location: string;
|
43
45
|
id: string;
|
44
46
|
name: string;
|
45
47
|
date: Date;
|
46
48
|
startingDate: Date;
|
47
49
|
endingDate: Date;
|
48
|
-
|
49
|
-
|
50
|
+
mainPictureUrl: string | null;
|
51
|
+
bannerUrl: string | null;
|
52
|
+
}>, "many">>;
|
53
|
+
eventTickets: z.ZodOptional<z.ZodArray<z.ZodObject<Omit<{
|
50
54
|
id: z.ZodString;
|
51
55
|
amount: z.ZodNullable<z.ZodNumber>;
|
52
56
|
type: z.ZodNativeEnum<{
|
@@ -63,106 +67,113 @@ export declare const updateEventSchema: z.ZodObject<z.objectUtil.extendShape<Pic
|
|
63
67
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
64
68
|
amount: number | null;
|
65
69
|
price: number | null;
|
66
|
-
}>,
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
startingDate: Date;
|
80
|
-
endingDate: Date;
|
81
|
-
folderId: string | null;
|
82
|
-
subEvents: {
|
70
|
+
}>, "many">>;
|
71
|
+
}, "strip", z.ZodTypeAny, {
|
72
|
+
description?: string | null | undefined;
|
73
|
+
location?: string | undefined;
|
74
|
+
name?: string | undefined;
|
75
|
+
date?: Date | undefined;
|
76
|
+
startingDate?: Date | undefined;
|
77
|
+
endingDate?: Date | undefined;
|
78
|
+
mainPictureUrl?: string | null | undefined;
|
79
|
+
bannerUrl?: string | null | undefined;
|
80
|
+
folderId?: string | null | undefined;
|
81
|
+
subEvents?: {
|
82
|
+
description: string | null;
|
83
83
|
location: string;
|
84
84
|
id: string;
|
85
85
|
name: string;
|
86
86
|
date: Date;
|
87
87
|
startingDate: Date;
|
88
88
|
endingDate: Date;
|
89
|
-
|
90
|
-
|
91
|
-
|
89
|
+
mainPictureUrl: string | null;
|
90
|
+
bannerUrl: string | null;
|
91
|
+
}[] | undefined;
|
92
|
+
tagsId?: string[] | undefined;
|
93
|
+
eventTickets?: {
|
92
94
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
93
95
|
amount: number | null;
|
94
96
|
price: number | null;
|
95
|
-
}[];
|
97
|
+
}[] | undefined;
|
96
98
|
}, {
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
99
|
+
description?: string | null | undefined;
|
100
|
+
location?: string | undefined;
|
101
|
+
name?: string | undefined;
|
102
|
+
date?: Date | undefined;
|
103
|
+
startingDate?: Date | undefined;
|
104
|
+
endingDate?: Date | undefined;
|
105
|
+
mainPictureUrl?: string | null | undefined;
|
106
|
+
bannerUrl?: string | null | undefined;
|
107
|
+
folderId?: string | null | undefined;
|
108
|
+
subEvents?: {
|
109
|
+
description: string | null;
|
104
110
|
location: string;
|
105
111
|
id: string;
|
106
112
|
name: string;
|
107
113
|
date: Date;
|
108
114
|
startingDate: Date;
|
109
115
|
endingDate: Date;
|
110
|
-
|
111
|
-
|
112
|
-
|
116
|
+
mainPictureUrl: string | null;
|
117
|
+
bannerUrl: string | null;
|
118
|
+
}[] | undefined;
|
119
|
+
tagsId?: string[] | undefined;
|
120
|
+
eventTickets?: {
|
113
121
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
114
122
|
amount: number | null;
|
115
123
|
price: number | null;
|
116
|
-
}[];
|
124
|
+
}[] | undefined;
|
117
125
|
}>;
|
118
126
|
declare const UpdateEventDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodObject<{
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
128
|
+
location: z.ZodOptional<z.ZodString>;
|
129
|
+
name: z.ZodOptional<z.ZodString>;
|
130
|
+
date: z.ZodOptional<z.ZodString>;
|
131
|
+
startingDate: z.ZodOptional<z.ZodString>;
|
132
|
+
endingDate: z.ZodOptional<z.ZodString>;
|
133
|
+
mainPictureUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
134
|
+
bannerUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
135
|
+
folderId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
136
|
+
tagsId: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
137
|
+
subEvents: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
138
|
+
description: z.ZodNullable<z.ZodString>;
|
127
139
|
location: z.ZodString;
|
128
140
|
name: z.ZodString;
|
129
141
|
date: z.ZodString;
|
130
142
|
startingDate: z.ZodString;
|
131
143
|
endingDate: z.ZodString;
|
144
|
+
mainPictureUrl: z.ZodNullable<z.ZodString>;
|
145
|
+
bannerUrl: z.ZodNullable<z.ZodString>;
|
132
146
|
id: z.ZodUnion<[z.ZodString, z.ZodLiteral<"">]>;
|
133
147
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
148
|
+
description: string | null;
|
134
149
|
location: string;
|
135
150
|
id: string;
|
136
151
|
name: string;
|
137
152
|
date: string;
|
138
153
|
startingDate: string;
|
139
154
|
endingDate: string;
|
155
|
+
mainPictureUrl: string | null;
|
156
|
+
bannerUrl: string | null;
|
140
157
|
}, {
|
158
|
+
description: string | null;
|
141
159
|
location: string;
|
142
160
|
id: string;
|
143
161
|
name: string;
|
144
162
|
date: string;
|
145
163
|
startingDate: string;
|
146
164
|
endingDate: string;
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
165
|
+
mainPictureUrl: string | null;
|
166
|
+
bannerUrl: string | null;
|
167
|
+
}>, "many">>;
|
168
|
+
eventTickets: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
151
169
|
type: z.ZodNativeEnum<{
|
152
170
|
PARTICIPANT: "PARTICIPANT";
|
153
171
|
STAFF: "STAFF";
|
154
172
|
SPECTATOR: "SPECTATOR";
|
155
173
|
}>;
|
174
|
+
amount: z.ZodNullable<z.ZodNumber>;
|
156
175
|
price: z.ZodNullable<z.ZodNumber>;
|
157
|
-
},
|
158
|
-
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
159
|
-
amount: number | null;
|
160
|
-
price: number | null;
|
161
|
-
}, {
|
162
|
-
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
163
|
-
amount: number | null;
|
164
|
-
price: number | null;
|
165
|
-
}>, {
|
176
|
+
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
166
177
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
167
178
|
amount: number | null;
|
168
179
|
price: number | null;
|
@@ -170,49 +181,61 @@ declare const UpdateEventDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.
|
|
170
181
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
171
182
|
amount: number | null;
|
172
183
|
price: number | null;
|
173
|
-
}>, "many"
|
184
|
+
}>, "many">>;
|
174
185
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
186
|
+
description?: string | null | undefined;
|
187
|
+
location?: string | undefined;
|
188
|
+
name?: string | undefined;
|
189
|
+
date?: string | undefined;
|
190
|
+
startingDate?: string | undefined;
|
191
|
+
endingDate?: string | undefined;
|
192
|
+
mainPictureUrl?: string | null | undefined;
|
193
|
+
bannerUrl?: string | null | undefined;
|
194
|
+
folderId?: string | null | undefined;
|
195
|
+
subEvents?: {
|
196
|
+
description: string | null;
|
182
197
|
location: string;
|
183
198
|
id: string;
|
184
199
|
name: string;
|
185
200
|
date: string;
|
186
201
|
startingDate: string;
|
187
202
|
endingDate: string;
|
188
|
-
|
189
|
-
|
190
|
-
|
203
|
+
mainPictureUrl: string | null;
|
204
|
+
bannerUrl: string | null;
|
205
|
+
}[] | undefined;
|
206
|
+
tagsId?: string[] | undefined;
|
207
|
+
eventTickets?: {
|
191
208
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
192
209
|
amount: number | null;
|
193
210
|
price: number | null;
|
194
|
-
}[];
|
211
|
+
}[] | undefined;
|
195
212
|
}, {
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
213
|
+
description?: string | null | undefined;
|
214
|
+
location?: string | undefined;
|
215
|
+
name?: string | undefined;
|
216
|
+
date?: string | undefined;
|
217
|
+
startingDate?: string | undefined;
|
218
|
+
endingDate?: string | undefined;
|
219
|
+
mainPictureUrl?: string | null | undefined;
|
220
|
+
bannerUrl?: string | null | undefined;
|
221
|
+
folderId?: string | null | undefined;
|
222
|
+
subEvents?: {
|
223
|
+
description: string | null;
|
203
224
|
location: string;
|
204
225
|
id: string;
|
205
226
|
name: string;
|
206
227
|
date: string;
|
207
228
|
startingDate: string;
|
208
229
|
endingDate: string;
|
209
|
-
|
210
|
-
|
211
|
-
|
230
|
+
mainPictureUrl: string | null;
|
231
|
+
bannerUrl: string | null;
|
232
|
+
}[] | undefined;
|
233
|
+
tagsId?: string[] | undefined;
|
234
|
+
eventTickets?: {
|
212
235
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
213
236
|
amount: number | null;
|
214
237
|
price: number | null;
|
215
|
-
}[];
|
238
|
+
}[] | undefined;
|
216
239
|
}>>;
|
217
240
|
export declare class UpdateEventDto extends UpdateEventDto_base {
|
218
241
|
}
|
@@ -223,6 +246,9 @@ export declare const updateEventResponseSchema: z.ZodObject<z.objectUtil.extendS
|
|
223
246
|
startingDate: z.ZodDate;
|
224
247
|
endingDate: z.ZodDate;
|
225
248
|
location: z.ZodString;
|
249
|
+
mainPictureUrl: z.ZodNullable<z.ZodString>;
|
250
|
+
bannerUrl: z.ZodNullable<z.ZodString>;
|
251
|
+
description: z.ZodNullable<z.ZodString>;
|
226
252
|
folderId: z.ZodNullable<z.ZodString>;
|
227
253
|
tagAssistedId: z.ZodString;
|
228
254
|
tagConfirmedId: z.ZodString;
|
@@ -240,7 +266,6 @@ export declare const updateEventResponseSchema: z.ZodObject<z.objectUtil.extendS
|
|
240
266
|
EVENT: "EVENT";
|
241
267
|
PARTICIPANT: "PARTICIPANT";
|
242
268
|
NOT_IN_SYSTEM: "NOT_IN_SYSTEM";
|
243
|
-
PRODUCTION_ROLE: "PRODUCTION_ROLE";
|
244
269
|
}>;
|
245
270
|
created_at: z.ZodDate;
|
246
271
|
updated_at: z.ZodDate;
|
@@ -270,7 +295,7 @@ export declare const updateEventResponseSchema: z.ZodObject<z.objectUtil.extendS
|
|
270
295
|
}>, "strip", z.ZodTypeAny, {
|
271
296
|
id: string;
|
272
297
|
name: string;
|
273
|
-
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM"
|
298
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
274
299
|
created_at: Date;
|
275
300
|
updated_at: Date;
|
276
301
|
groupId: string;
|
@@ -285,7 +310,7 @@ export declare const updateEventResponseSchema: z.ZodObject<z.objectUtil.extendS
|
|
285
310
|
}, {
|
286
311
|
id: string;
|
287
312
|
name: string;
|
288
|
-
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM"
|
313
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
289
314
|
created_at: Date;
|
290
315
|
updated_at: Date;
|
291
316
|
groupId: string;
|
@@ -298,7 +323,7 @@ export declare const updateEventResponseSchema: z.ZodObject<z.objectUtil.extendS
|
|
298
323
|
isExclusive: boolean;
|
299
324
|
};
|
300
325
|
}>;
|
301
|
-
eventTickets: z.ZodArray<z.
|
326
|
+
eventTickets: z.ZodArray<z.ZodObject<{
|
302
327
|
id: z.ZodString;
|
303
328
|
amount: z.ZodNullable<z.ZodNumber>;
|
304
329
|
type: z.ZodNativeEnum<{
|
@@ -317,18 +342,9 @@ export declare const updateEventResponseSchema: z.ZodObject<z.objectUtil.extendS
|
|
317
342
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
318
343
|
amount: number | null;
|
319
344
|
price: number | null;
|
320
|
-
}>, {
|
321
|
-
id: string;
|
322
|
-
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
323
|
-
amount: number | null;
|
324
|
-
price: number | null;
|
325
|
-
}, {
|
326
|
-
id: string;
|
327
|
-
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
328
|
-
amount: number | null;
|
329
|
-
price: number | null;
|
330
345
|
}>, "many">;
|
331
346
|
}>, "strip", z.ZodTypeAny, {
|
347
|
+
description: string | null;
|
332
348
|
location: string;
|
333
349
|
id: string;
|
334
350
|
name: string;
|
@@ -338,6 +354,8 @@ export declare const updateEventResponseSchema: z.ZodObject<z.objectUtil.extendS
|
|
338
354
|
created_at: Date;
|
339
355
|
updated_at: Date;
|
340
356
|
active: boolean;
|
357
|
+
mainPictureUrl: string | null;
|
358
|
+
bannerUrl: string | null;
|
341
359
|
folderId: string | null;
|
342
360
|
tagAssistedId: string;
|
343
361
|
tagConfirmedId: string;
|
@@ -351,7 +369,7 @@ export declare const updateEventResponseSchema: z.ZodObject<z.objectUtil.extendS
|
|
351
369
|
tagAssisted: {
|
352
370
|
id: string;
|
353
371
|
name: string;
|
354
|
-
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM"
|
372
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
355
373
|
created_at: Date;
|
356
374
|
updated_at: Date;
|
357
375
|
groupId: string;
|
@@ -365,6 +383,7 @@ export declare const updateEventResponseSchema: z.ZodObject<z.objectUtil.extendS
|
|
365
383
|
};
|
366
384
|
};
|
367
385
|
}, {
|
386
|
+
description: string | null;
|
368
387
|
location: string;
|
369
388
|
id: string;
|
370
389
|
name: string;
|
@@ -374,6 +393,8 @@ export declare const updateEventResponseSchema: z.ZodObject<z.objectUtil.extendS
|
|
374
393
|
created_at: Date;
|
375
394
|
updated_at: Date;
|
376
395
|
active: boolean;
|
396
|
+
mainPictureUrl: string | null;
|
397
|
+
bannerUrl: string | null;
|
377
398
|
folderId: string | null;
|
378
399
|
tagAssistedId: string;
|
379
400
|
tagConfirmedId: string;
|
@@ -387,7 +408,7 @@ export declare const updateEventResponseSchema: z.ZodObject<z.objectUtil.extendS
|
|
387
408
|
tagAssisted: {
|
388
409
|
id: string;
|
389
410
|
name: string;
|
390
|
-
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM"
|
411
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
391
412
|
created_at: Date;
|
392
413
|
updated_at: Date;
|
393
414
|
groupId: string;
|
@@ -408,6 +429,9 @@ declare const UpdateEventResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
|
|
408
429
|
startingDate: z.ZodString;
|
409
430
|
endingDate: z.ZodString;
|
410
431
|
location: z.ZodString;
|
432
|
+
mainPictureUrl: z.ZodNullable<z.ZodString>;
|
433
|
+
bannerUrl: z.ZodNullable<z.ZodString>;
|
434
|
+
description: z.ZodNullable<z.ZodString>;
|
411
435
|
folderId: z.ZodNullable<z.ZodString>;
|
412
436
|
tagAssistedId: z.ZodString;
|
413
437
|
tagConfirmedId: z.ZodString;
|
@@ -424,7 +448,6 @@ declare const UpdateEventResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
|
|
424
448
|
EVENT: "EVENT";
|
425
449
|
PARTICIPANT: "PARTICIPANT";
|
426
450
|
NOT_IN_SYSTEM: "NOT_IN_SYSTEM";
|
427
|
-
PRODUCTION_ROLE: "PRODUCTION_ROLE";
|
428
451
|
}>;
|
429
452
|
created_at: z.ZodString;
|
430
453
|
updated_at: z.ZodString;
|
@@ -453,7 +476,7 @@ declare const UpdateEventResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
|
|
453
476
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
454
477
|
id: string;
|
455
478
|
name: string;
|
456
|
-
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM"
|
479
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
457
480
|
created_at: string;
|
458
481
|
updated_at: string;
|
459
482
|
groupId: string;
|
@@ -468,7 +491,7 @@ declare const UpdateEventResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
|
|
468
491
|
}, {
|
469
492
|
id: string;
|
470
493
|
name: string;
|
471
|
-
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM"
|
494
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
472
495
|
created_at: string;
|
473
496
|
updated_at: string;
|
474
497
|
groupId: string;
|
@@ -481,7 +504,7 @@ declare const UpdateEventResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
|
|
481
504
|
isExclusive: boolean;
|
482
505
|
};
|
483
506
|
}>;
|
484
|
-
eventTickets: z.ZodArray<z.
|
507
|
+
eventTickets: z.ZodArray<z.ZodObject<{
|
485
508
|
id: z.ZodString;
|
486
509
|
amount: z.ZodNullable<z.ZodNumber>;
|
487
510
|
type: z.ZodNativeEnum<{
|
@@ -490,17 +513,7 @@ declare const UpdateEventResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
|
|
490
513
|
SPECTATOR: "SPECTATOR";
|
491
514
|
}>;
|
492
515
|
price: z.ZodNullable<z.ZodNumber>;
|
493
|
-
},
|
494
|
-
id: string;
|
495
|
-
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
496
|
-
amount: number | null;
|
497
|
-
price: number | null;
|
498
|
-
}, {
|
499
|
-
id: string;
|
500
|
-
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
501
|
-
amount: number | null;
|
502
|
-
price: number | null;
|
503
|
-
}>, {
|
516
|
+
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
504
517
|
id: string;
|
505
518
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
506
519
|
amount: number | null;
|
@@ -512,6 +525,7 @@ declare const UpdateEventResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
|
|
512
525
|
price: number | null;
|
513
526
|
}>, "many">;
|
514
527
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
528
|
+
description: string | null;
|
515
529
|
location: string;
|
516
530
|
id: string;
|
517
531
|
name: string;
|
@@ -521,6 +535,8 @@ declare const UpdateEventResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
|
|
521
535
|
created_at: string;
|
522
536
|
updated_at: string;
|
523
537
|
active: boolean;
|
538
|
+
mainPictureUrl: string | null;
|
539
|
+
bannerUrl: string | null;
|
524
540
|
folderId: string | null;
|
525
541
|
tagAssistedId: string;
|
526
542
|
tagConfirmedId: string;
|
@@ -534,7 +550,7 @@ declare const UpdateEventResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
|
|
534
550
|
tagAssisted: {
|
535
551
|
id: string;
|
536
552
|
name: string;
|
537
|
-
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM"
|
553
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
538
554
|
created_at: string;
|
539
555
|
updated_at: string;
|
540
556
|
groupId: string;
|
@@ -548,6 +564,7 @@ declare const UpdateEventResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
|
|
548
564
|
};
|
549
565
|
};
|
550
566
|
}, {
|
567
|
+
description: string | null;
|
551
568
|
location: string;
|
552
569
|
id: string;
|
553
570
|
name: string;
|
@@ -557,6 +574,8 @@ declare const UpdateEventResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
|
|
557
574
|
created_at: string;
|
558
575
|
updated_at: string;
|
559
576
|
active: boolean;
|
577
|
+
mainPictureUrl: string | null;
|
578
|
+
bannerUrl: string | null;
|
560
579
|
folderId: string | null;
|
561
580
|
tagAssistedId: string;
|
562
581
|
tagConfirmedId: string;
|
@@ -570,7 +589,7 @@ declare const UpdateEventResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
|
|
570
589
|
tagAssisted: {
|
571
590
|
id: string;
|
572
591
|
name: string;
|
573
|
-
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM"
|
592
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
574
593
|
created_at: string;
|
575
594
|
updated_at: string;
|
576
595
|
groupId: string;
|