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
@@ -1,218 +1,232 @@
|
|
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
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
endingDate: z.ZodDate;
|
24
|
-
location: z.ZodString;
|
25
|
-
folderId: z.ZodNullable<z.ZodString>;
|
26
|
-
tagAssistedId: z.ZodString;
|
27
|
-
tagConfirmedId: z.ZodString;
|
28
|
-
active: z.ZodBoolean;
|
29
|
-
supraEventId: z.ZodNullable<z.ZodString>;
|
30
|
-
created_at: z.ZodDate;
|
31
|
-
updated_at: z.ZodDate;
|
32
|
-
}, "location" | "name" | "date" | "startingDate" | "endingDate">, {
|
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<{
|
14
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
15
|
+
location: z.ZodOptional<z.ZodString>;
|
16
|
+
name: z.ZodOptional<z.ZodString>;
|
17
|
+
date: z.ZodOptional<z.ZodDate>;
|
18
|
+
startingDate: z.ZodOptional<z.ZodDate>;
|
19
|
+
endingDate: z.ZodOptional<z.ZodDate>;
|
20
|
+
mainPictureUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
21
|
+
bannerUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
22
|
+
}, {
|
33
23
|
id: z.ZodUnion<[z.ZodString, z.ZodLiteral<"">]>;
|
34
24
|
}>, "strip", z.ZodTypeAny, {
|
35
|
-
location: string;
|
36
25
|
id: string;
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
26
|
+
description?: string | null | undefined;
|
27
|
+
location?: string | undefined;
|
28
|
+
name?: string | undefined;
|
29
|
+
date?: Date | undefined;
|
30
|
+
startingDate?: Date | undefined;
|
31
|
+
endingDate?: Date | undefined;
|
32
|
+
mainPictureUrl?: string | null | undefined;
|
33
|
+
bannerUrl?: string | null | undefined;
|
41
34
|
}, {
|
42
|
-
location: string;
|
43
35
|
id: string;
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
36
|
+
description?: string | null | undefined;
|
37
|
+
location?: string | undefined;
|
38
|
+
name?: string | undefined;
|
39
|
+
date?: Date | undefined;
|
40
|
+
startingDate?: Date | undefined;
|
41
|
+
endingDate?: Date | undefined;
|
42
|
+
mainPictureUrl?: string | null | undefined;
|
43
|
+
bannerUrl?: string | null | undefined;
|
44
|
+
}>, "many">>;
|
45
|
+
eventTickets: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
46
|
+
type: z.ZodOptional<z.ZodNativeEnum<{
|
53
47
|
PARTICIPANT: "PARTICIPANT";
|
54
48
|
STAFF: "STAFF";
|
55
49
|
SPECTATOR: "SPECTATOR";
|
56
|
-
}
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
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;
|
50
|
+
}>>;
|
51
|
+
amount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
52
|
+
price: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
53
|
+
}, "strip", z.ZodTypeAny, {
|
54
|
+
type?: "STAFF" | "SPECTATOR" | "PARTICIPANT" | undefined;
|
55
|
+
amount?: number | null | undefined;
|
56
|
+
price?: number | null | undefined;
|
70
57
|
}, {
|
71
|
-
type
|
72
|
-
amount
|
73
|
-
price
|
74
|
-
}>, "many"
|
75
|
-
}
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
58
|
+
type?: "STAFF" | "SPECTATOR" | "PARTICIPANT" | undefined;
|
59
|
+
amount?: number | null | undefined;
|
60
|
+
price?: number | null | undefined;
|
61
|
+
}>, "many">>;
|
62
|
+
}, "strip", z.ZodTypeAny, {
|
63
|
+
description?: string | null | undefined;
|
64
|
+
location?: string | undefined;
|
65
|
+
name?: string | undefined;
|
66
|
+
date?: Date | undefined;
|
67
|
+
startingDate?: Date | undefined;
|
68
|
+
endingDate?: Date | undefined;
|
69
|
+
mainPictureUrl?: string | null | undefined;
|
70
|
+
bannerUrl?: string | null | undefined;
|
71
|
+
folderId?: string | null | undefined;
|
72
|
+
subEvents?: {
|
84
73
|
id: string;
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
74
|
+
description?: string | null | undefined;
|
75
|
+
location?: string | undefined;
|
76
|
+
name?: string | undefined;
|
77
|
+
date?: Date | undefined;
|
78
|
+
startingDate?: Date | undefined;
|
79
|
+
endingDate?: Date | undefined;
|
80
|
+
mainPictureUrl?: string | null | undefined;
|
81
|
+
bannerUrl?: string | null | undefined;
|
82
|
+
}[] | undefined;
|
83
|
+
tagsId?: string[] | undefined;
|
84
|
+
eventTickets?: {
|
85
|
+
type?: "STAFF" | "SPECTATOR" | "PARTICIPANT" | undefined;
|
86
|
+
amount?: number | null | undefined;
|
87
|
+
price?: number | null | undefined;
|
88
|
+
}[] | undefined;
|
96
89
|
}, {
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
90
|
+
description?: string | null | undefined;
|
91
|
+
location?: string | undefined;
|
92
|
+
name?: string | undefined;
|
93
|
+
date?: Date | undefined;
|
94
|
+
startingDate?: Date | undefined;
|
95
|
+
endingDate?: Date | undefined;
|
96
|
+
mainPictureUrl?: string | null | undefined;
|
97
|
+
bannerUrl?: string | null | undefined;
|
98
|
+
folderId?: string | null | undefined;
|
99
|
+
subEvents?: {
|
105
100
|
id: string;
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
101
|
+
description?: string | null | undefined;
|
102
|
+
location?: string | undefined;
|
103
|
+
name?: string | undefined;
|
104
|
+
date?: Date | undefined;
|
105
|
+
startingDate?: Date | undefined;
|
106
|
+
endingDate?: Date | undefined;
|
107
|
+
mainPictureUrl?: string | null | undefined;
|
108
|
+
bannerUrl?: string | null | undefined;
|
109
|
+
}[] | undefined;
|
110
|
+
tagsId?: string[] | undefined;
|
111
|
+
eventTickets?: {
|
112
|
+
type?: "STAFF" | "SPECTATOR" | "PARTICIPANT" | undefined;
|
113
|
+
amount?: number | null | undefined;
|
114
|
+
price?: number | null | undefined;
|
115
|
+
}[] | undefined;
|
117
116
|
}>;
|
118
117
|
declare const UpdateEventDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodObject<{
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
118
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
119
|
+
location: z.ZodOptional<z.ZodString>;
|
120
|
+
name: z.ZodOptional<z.ZodString>;
|
121
|
+
date: z.ZodOptional<z.ZodString>;
|
122
|
+
startingDate: z.ZodOptional<z.ZodString>;
|
123
|
+
endingDate: z.ZodOptional<z.ZodString>;
|
124
|
+
mainPictureUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
125
|
+
bannerUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
126
|
+
folderId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
127
|
+
tagsId: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
128
|
+
subEvents: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
129
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
130
|
+
location: z.ZodOptional<z.ZodString>;
|
131
|
+
name: z.ZodOptional<z.ZodString>;
|
132
|
+
date: z.ZodOptional<z.ZodString>;
|
133
|
+
startingDate: z.ZodOptional<z.ZodString>;
|
134
|
+
endingDate: z.ZodOptional<z.ZodString>;
|
135
|
+
mainPictureUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
136
|
+
bannerUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
132
137
|
id: z.ZodUnion<[z.ZodString, z.ZodLiteral<"">]>;
|
133
138
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
134
|
-
location: string;
|
135
139
|
id: string;
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
+
description?: string | null | undefined;
|
141
|
+
location?: string | undefined;
|
142
|
+
name?: string | undefined;
|
143
|
+
date?: string | undefined;
|
144
|
+
startingDate?: string | undefined;
|
145
|
+
endingDate?: string | undefined;
|
146
|
+
mainPictureUrl?: string | null | undefined;
|
147
|
+
bannerUrl?: string | null | undefined;
|
140
148
|
}, {
|
141
|
-
location: string;
|
142
149
|
id: string;
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
150
|
+
description?: string | null | undefined;
|
151
|
+
location?: string | undefined;
|
152
|
+
name?: string | undefined;
|
153
|
+
date?: string | undefined;
|
154
|
+
startingDate?: string | undefined;
|
155
|
+
endingDate?: string | undefined;
|
156
|
+
mainPictureUrl?: string | null | undefined;
|
157
|
+
bannerUrl?: string | null | undefined;
|
158
|
+
}>, "many">>;
|
159
|
+
eventTickets: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
160
|
+
type: z.ZodOptional<z.ZodNativeEnum<{
|
152
161
|
PARTICIPANT: "PARTICIPANT";
|
153
162
|
STAFF: "STAFF";
|
154
163
|
SPECTATOR: "SPECTATOR";
|
155
|
-
}
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
163
|
-
amount: number | null;
|
164
|
-
price: number | null;
|
165
|
-
}>, {
|
166
|
-
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
167
|
-
amount: number | null;
|
168
|
-
price: number | null;
|
164
|
+
}>>;
|
165
|
+
amount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
166
|
+
price: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
167
|
+
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
168
|
+
type?: "STAFF" | "SPECTATOR" | "PARTICIPANT" | undefined;
|
169
|
+
amount?: number | null | undefined;
|
170
|
+
price?: number | null | undefined;
|
169
171
|
}, {
|
170
|
-
type
|
171
|
-
amount
|
172
|
-
price
|
173
|
-
}>, "many"
|
172
|
+
type?: "STAFF" | "SPECTATOR" | "PARTICIPANT" | undefined;
|
173
|
+
amount?: number | null | undefined;
|
174
|
+
price?: number | null | undefined;
|
175
|
+
}>, "many">>;
|
174
176
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
177
|
+
description?: string | null | undefined;
|
178
|
+
location?: string | undefined;
|
179
|
+
name?: string | undefined;
|
180
|
+
date?: string | undefined;
|
181
|
+
startingDate?: string | undefined;
|
182
|
+
endingDate?: string | undefined;
|
183
|
+
mainPictureUrl?: string | null | undefined;
|
184
|
+
bannerUrl?: string | null | undefined;
|
185
|
+
folderId?: string | null | undefined;
|
186
|
+
subEvents?: {
|
183
187
|
id: string;
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
188
|
+
description?: string | null | undefined;
|
189
|
+
location?: string | undefined;
|
190
|
+
name?: string | undefined;
|
191
|
+
date?: string | undefined;
|
192
|
+
startingDate?: string | undefined;
|
193
|
+
endingDate?: string | undefined;
|
194
|
+
mainPictureUrl?: string | null | undefined;
|
195
|
+
bannerUrl?: string | null | undefined;
|
196
|
+
}[] | undefined;
|
197
|
+
tagsId?: string[] | undefined;
|
198
|
+
eventTickets?: {
|
199
|
+
type?: "STAFF" | "SPECTATOR" | "PARTICIPANT" | undefined;
|
200
|
+
amount?: number | null | undefined;
|
201
|
+
price?: number | null | undefined;
|
202
|
+
}[] | undefined;
|
195
203
|
}, {
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
+
description?: string | null | undefined;
|
205
|
+
location?: string | undefined;
|
206
|
+
name?: string | undefined;
|
207
|
+
date?: string | undefined;
|
208
|
+
startingDate?: string | undefined;
|
209
|
+
endingDate?: string | undefined;
|
210
|
+
mainPictureUrl?: string | null | undefined;
|
211
|
+
bannerUrl?: string | null | undefined;
|
212
|
+
folderId?: string | null | undefined;
|
213
|
+
subEvents?: {
|
204
214
|
id: string;
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
215
|
+
description?: string | null | undefined;
|
216
|
+
location?: string | undefined;
|
217
|
+
name?: string | undefined;
|
218
|
+
date?: string | undefined;
|
219
|
+
startingDate?: string | undefined;
|
220
|
+
endingDate?: string | undefined;
|
221
|
+
mainPictureUrl?: string | null | undefined;
|
222
|
+
bannerUrl?: string | null | undefined;
|
223
|
+
}[] | undefined;
|
224
|
+
tagsId?: string[] | undefined;
|
225
|
+
eventTickets?: {
|
226
|
+
type?: "STAFF" | "SPECTATOR" | "PARTICIPANT" | undefined;
|
227
|
+
amount?: number | null | undefined;
|
228
|
+
price?: number | null | undefined;
|
229
|
+
}[] | undefined;
|
216
230
|
}>>;
|
217
231
|
export declare class UpdateEventDto extends UpdateEventDto_base {
|
218
232
|
}
|
@@ -223,6 +237,9 @@ export declare const updateEventResponseSchema: z.ZodObject<z.objectUtil.extendS
|
|
223
237
|
startingDate: z.ZodDate;
|
224
238
|
endingDate: z.ZodDate;
|
225
239
|
location: z.ZodString;
|
240
|
+
mainPictureUrl: z.ZodNullable<z.ZodString>;
|
241
|
+
bannerUrl: z.ZodNullable<z.ZodString>;
|
242
|
+
description: z.ZodNullable<z.ZodString>;
|
226
243
|
folderId: z.ZodNullable<z.ZodString>;
|
227
244
|
tagAssistedId: z.ZodString;
|
228
245
|
tagConfirmedId: z.ZodString;
|
@@ -240,7 +257,6 @@ export declare const updateEventResponseSchema: z.ZodObject<z.objectUtil.extendS
|
|
240
257
|
EVENT: "EVENT";
|
241
258
|
PARTICIPANT: "PARTICIPANT";
|
242
259
|
NOT_IN_SYSTEM: "NOT_IN_SYSTEM";
|
243
|
-
PRODUCTION_ROLE: "PRODUCTION_ROLE";
|
244
260
|
}>;
|
245
261
|
created_at: z.ZodDate;
|
246
262
|
updated_at: z.ZodDate;
|
@@ -270,7 +286,7 @@ export declare const updateEventResponseSchema: z.ZodObject<z.objectUtil.extendS
|
|
270
286
|
}>, "strip", z.ZodTypeAny, {
|
271
287
|
id: string;
|
272
288
|
name: string;
|
273
|
-
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM"
|
289
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
274
290
|
created_at: Date;
|
275
291
|
updated_at: Date;
|
276
292
|
groupId: string;
|
@@ -285,7 +301,7 @@ export declare const updateEventResponseSchema: z.ZodObject<z.objectUtil.extendS
|
|
285
301
|
}, {
|
286
302
|
id: string;
|
287
303
|
name: string;
|
288
|
-
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM"
|
304
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
289
305
|
created_at: Date;
|
290
306
|
updated_at: Date;
|
291
307
|
groupId: string;
|
@@ -298,7 +314,7 @@ export declare const updateEventResponseSchema: z.ZodObject<z.objectUtil.extendS
|
|
298
314
|
isExclusive: boolean;
|
299
315
|
};
|
300
316
|
}>;
|
301
|
-
eventTickets: z.ZodArray<z.
|
317
|
+
eventTickets: z.ZodArray<z.ZodObject<{
|
302
318
|
id: z.ZodString;
|
303
319
|
amount: z.ZodNullable<z.ZodNumber>;
|
304
320
|
type: z.ZodNativeEnum<{
|
@@ -317,18 +333,9 @@ export declare const updateEventResponseSchema: z.ZodObject<z.objectUtil.extendS
|
|
317
333
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
318
334
|
amount: number | null;
|
319
335
|
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
336
|
}>, "many">;
|
331
337
|
}>, "strip", z.ZodTypeAny, {
|
338
|
+
description: string | null;
|
332
339
|
location: string;
|
333
340
|
id: string;
|
334
341
|
name: string;
|
@@ -338,6 +345,8 @@ export declare const updateEventResponseSchema: z.ZodObject<z.objectUtil.extendS
|
|
338
345
|
created_at: Date;
|
339
346
|
updated_at: Date;
|
340
347
|
active: boolean;
|
348
|
+
mainPictureUrl: string | null;
|
349
|
+
bannerUrl: string | null;
|
341
350
|
folderId: string | null;
|
342
351
|
tagAssistedId: string;
|
343
352
|
tagConfirmedId: string;
|
@@ -351,7 +360,7 @@ export declare const updateEventResponseSchema: z.ZodObject<z.objectUtil.extendS
|
|
351
360
|
tagAssisted: {
|
352
361
|
id: string;
|
353
362
|
name: string;
|
354
|
-
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM"
|
363
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
355
364
|
created_at: Date;
|
356
365
|
updated_at: Date;
|
357
366
|
groupId: string;
|
@@ -365,6 +374,7 @@ export declare const updateEventResponseSchema: z.ZodObject<z.objectUtil.extendS
|
|
365
374
|
};
|
366
375
|
};
|
367
376
|
}, {
|
377
|
+
description: string | null;
|
368
378
|
location: string;
|
369
379
|
id: string;
|
370
380
|
name: string;
|
@@ -374,6 +384,8 @@ export declare const updateEventResponseSchema: z.ZodObject<z.objectUtil.extendS
|
|
374
384
|
created_at: Date;
|
375
385
|
updated_at: Date;
|
376
386
|
active: boolean;
|
387
|
+
mainPictureUrl: string | null;
|
388
|
+
bannerUrl: string | null;
|
377
389
|
folderId: string | null;
|
378
390
|
tagAssistedId: string;
|
379
391
|
tagConfirmedId: string;
|
@@ -387,7 +399,7 @@ export declare const updateEventResponseSchema: z.ZodObject<z.objectUtil.extendS
|
|
387
399
|
tagAssisted: {
|
388
400
|
id: string;
|
389
401
|
name: string;
|
390
|
-
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM"
|
402
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
391
403
|
created_at: Date;
|
392
404
|
updated_at: Date;
|
393
405
|
groupId: string;
|
@@ -408,6 +420,9 @@ declare const UpdateEventResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
|
|
408
420
|
startingDate: z.ZodString;
|
409
421
|
endingDate: z.ZodString;
|
410
422
|
location: z.ZodString;
|
423
|
+
mainPictureUrl: z.ZodNullable<z.ZodString>;
|
424
|
+
bannerUrl: z.ZodNullable<z.ZodString>;
|
425
|
+
description: z.ZodNullable<z.ZodString>;
|
411
426
|
folderId: z.ZodNullable<z.ZodString>;
|
412
427
|
tagAssistedId: z.ZodString;
|
413
428
|
tagConfirmedId: z.ZodString;
|
@@ -424,7 +439,6 @@ declare const UpdateEventResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
|
|
424
439
|
EVENT: "EVENT";
|
425
440
|
PARTICIPANT: "PARTICIPANT";
|
426
441
|
NOT_IN_SYSTEM: "NOT_IN_SYSTEM";
|
427
|
-
PRODUCTION_ROLE: "PRODUCTION_ROLE";
|
428
442
|
}>;
|
429
443
|
created_at: z.ZodString;
|
430
444
|
updated_at: z.ZodString;
|
@@ -453,7 +467,7 @@ declare const UpdateEventResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
|
|
453
467
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
454
468
|
id: string;
|
455
469
|
name: string;
|
456
|
-
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM"
|
470
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
457
471
|
created_at: string;
|
458
472
|
updated_at: string;
|
459
473
|
groupId: string;
|
@@ -468,7 +482,7 @@ declare const UpdateEventResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
|
|
468
482
|
}, {
|
469
483
|
id: string;
|
470
484
|
name: string;
|
471
|
-
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM"
|
485
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
472
486
|
created_at: string;
|
473
487
|
updated_at: string;
|
474
488
|
groupId: string;
|
@@ -481,7 +495,7 @@ declare const UpdateEventResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
|
|
481
495
|
isExclusive: boolean;
|
482
496
|
};
|
483
497
|
}>;
|
484
|
-
eventTickets: z.ZodArray<z.
|
498
|
+
eventTickets: z.ZodArray<z.ZodObject<{
|
485
499
|
id: z.ZodString;
|
486
500
|
amount: z.ZodNullable<z.ZodNumber>;
|
487
501
|
type: z.ZodNativeEnum<{
|
@@ -490,17 +504,7 @@ declare const UpdateEventResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
|
|
490
504
|
SPECTATOR: "SPECTATOR";
|
491
505
|
}>;
|
492
506
|
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
|
-
}>, {
|
507
|
+
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
504
508
|
id: string;
|
505
509
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
506
510
|
amount: number | null;
|
@@ -512,6 +516,7 @@ declare const UpdateEventResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
|
|
512
516
|
price: number | null;
|
513
517
|
}>, "many">;
|
514
518
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
519
|
+
description: string | null;
|
515
520
|
location: string;
|
516
521
|
id: string;
|
517
522
|
name: string;
|
@@ -521,6 +526,8 @@ declare const UpdateEventResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
|
|
521
526
|
created_at: string;
|
522
527
|
updated_at: string;
|
523
528
|
active: boolean;
|
529
|
+
mainPictureUrl: string | null;
|
530
|
+
bannerUrl: string | null;
|
524
531
|
folderId: string | null;
|
525
532
|
tagAssistedId: string;
|
526
533
|
tagConfirmedId: string;
|
@@ -534,7 +541,7 @@ declare const UpdateEventResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
|
|
534
541
|
tagAssisted: {
|
535
542
|
id: string;
|
536
543
|
name: string;
|
537
|
-
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM"
|
544
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
538
545
|
created_at: string;
|
539
546
|
updated_at: string;
|
540
547
|
groupId: string;
|
@@ -548,6 +555,7 @@ declare const UpdateEventResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
|
|
548
555
|
};
|
549
556
|
};
|
550
557
|
}, {
|
558
|
+
description: string | null;
|
551
559
|
location: string;
|
552
560
|
id: string;
|
553
561
|
name: string;
|
@@ -557,6 +565,8 @@ declare const UpdateEventResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
|
|
557
565
|
created_at: string;
|
558
566
|
updated_at: string;
|
559
567
|
active: boolean;
|
568
|
+
mainPictureUrl: string | null;
|
569
|
+
bannerUrl: string | null;
|
560
570
|
folderId: string | null;
|
561
571
|
tagAssistedId: string;
|
562
572
|
tagConfirmedId: string;
|
@@ -570,7 +580,7 @@ declare const UpdateEventResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
|
|
570
580
|
tagAssisted: {
|
571
581
|
id: string;
|
572
582
|
name: string;
|
573
|
-
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM"
|
583
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
574
584
|
created_at: string;
|
575
585
|
updated_at: string;
|
576
586
|
groupId: string;
|