expo-backend-types 0.59.0 → 0.60.0-feat-desfile-12-octubre.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/account.dto.d.ts +4 -4
- package/dist/src/account/dto/create-account.dto.d.ts +13 -13
- package/dist/src/account/dto/get-global-filter.dto.d.ts +10 -8
- package/dist/src/account/dto/get-me.dto.d.ts +26 -22
- package/dist/src/account/dto/update-global-filter.dto.d.ts +14 -12
- package/dist/src/auth/dto/login.dto.d.ts +10 -10
- package/dist/src/dynamic-form/dto/find-all-dynamic-form.dto.d.ts +18 -16
- package/dist/src/dynamic-form/dto/find-by-id-dynamic-question.dto.d.ts +14 -12
- package/dist/src/dynamic-form/dto/submit-dynamic-form.dto.d.ts +4 -4
- package/dist/src/event/dto/get-all-event.dto.d.ts +32 -28
- package/dist/src/event/dto/get-all-statistics.dto.d.ts +15 -0
- package/dist/src/event/dto/get-by-id-event.dto.d.ts +80 -40
- package/dist/src/event/dto/get-statistics-by-id-event.dto.d.ts +15 -0
- package/dist/src/event/dto/update-event.dto.d.ts +10 -8
- package/dist/src/exports.d.ts +1 -0
- package/dist/src/exports.js +1 -0
- package/dist/src/i18n/es.d.ts +34 -0
- package/dist/src/i18n/es.js +34 -0
- package/dist/src/i18n/es.js.map +1 -1
- package/dist/src/mi-expo/dto/get-me.dto.d.ts +4 -4
- package/dist/src/mi-expo/dto/login-with-phone.dto.d.ts +6 -6
- package/dist/src/mi-expo/dto/login.dto.d.ts +6 -6
- package/dist/src/mi-expo/dto/update-me-first-time.dto.d.ts +4 -4
- package/dist/src/mi-expo/dto/update-me.dto.d.ts +4 -4
- package/dist/src/otp/dto/verify-otp.dto.d.ts +4 -4
- package/dist/src/production/dto/create-role.dto.d.ts +7 -4
- package/dist/src/production/dto/get-all-production.dto.d.ts +6 -6
- package/dist/src/production-affiliation-request/dto/find-by-production-affiliation-request.dto.d.ts +6 -6
- package/dist/src/production-affiliation-request/dto/update-production-affiliation-request.dto.d.ts +4 -4
- package/dist/src/profile/dto/delete-profile.dto.d.ts +2 -2
- package/dist/src/profile/dto/find-all-profile.dto.d.ts +18 -16
- package/dist/src/profile/dto/find-by-date-range-profile.dto.d.ts +30 -26
- package/dist/src/profile/dto/find-by-id-profile.dto.d.ts +14 -12
- package/dist/src/profile/dto/find-by-phone-number.dto.d.ts +2 -2
- package/dist/src/profile/dto/find-by-tag-groups-profile.dto.d.ts +18 -16
- package/dist/src/profile/dto/find-by-tags-profile.dto.d.ts +18 -16
- package/dist/src/profile/dto/find-with-active-chat.dto.d.ts +18 -16
- package/dist/src/profile/dto/profile.dto.d.ts +1 -1
- package/dist/src/profile/dto/update-profile.dto.d.ts +2 -2
- package/dist/src/role/dto/allocate-participant-role.dto.d.ts +191 -0
- package/dist/src/role/dto/allocate-participant-role.dto.js +24 -0
- package/dist/src/role/dto/allocate-production-role.dto.d.ts +185 -0
- package/dist/src/role/dto/allocate-production-role.dto.js +22 -0
- package/dist/src/role/dto/create-role.dto.d.ts +92 -0
- package/dist/src/role/dto/create-role.dto.js +16 -0
- package/dist/src/role/dto/deallocate-all-role.dto.d.ts +185 -0
- package/dist/src/role/dto/deallocate-all-role.dto.js +22 -0
- package/dist/src/role/dto/delete-role.dto.d.ts +63 -0
- package/dist/src/role/dto/delete-role.dto.js +10 -0
- package/dist/src/role/dto/find-all-role.dto.d.ts +63 -0
- package/dist/src/role/dto/find-all-role.dto.js +10 -0
- package/dist/src/role/dto/update-role.dto.d.ts +92 -0
- package/dist/src/role/dto/update-role.dto.js +16 -0
- package/dist/src/role/exports.d.ts +7 -0
- package/dist/src/role/exports.js +24 -0
- package/dist/src/schema/profile.schema.d.ts +1 -1
- package/dist/src/tag/dto/create-tag.dto.d.ts +13 -8
- package/dist/src/tag/dto/delete-tag.dto.d.ts +6 -4
- package/dist/src/tag/dto/find-all-tag.dto.d.ts +10 -8
- package/dist/src/tag/dto/find-by-group-tag.dto.d.ts +10 -8
- package/dist/src/tag/dto/find-one-tag.dto.d.ts +6 -4
- package/dist/src/tag/dto/massive-allocation.dto.d.ts +4 -4
- package/dist/src/tag/dto/massive-deallocation.dto.d.ts +4 -4
- package/dist/src/tag/dto/tag.dto.d.ts +6 -4
- package/dist/src/tag/dto/update-tag.dto.d.ts +7 -4
- package/dist/src/tag-group/dto/find-all-tag-group.dto.d.ts +14 -12
- package/dist/src/tag-group/dto/find-all-with-tags.dto.d.ts +14 -12
- package/dist/src/tag-group/dto/find-one-tag-group.dto.d.ts +10 -8
- package/dist/src/ticket/dto/create-many-ticket.dto.d.ts +49 -1
- package/dist/src/ticket/dto/create-many-ticket.dto.js +3 -0
- package/dist/src/ticket/dto/create-ticket.dto.d.ts +37 -1
- package/dist/src/ticket/dto/create-ticket.dto.js +3 -0
- package/dist/src/ticket/dto/delete-ticket.dto.d.ts +18 -0
- package/dist/src/ticket/dto/find-all-tickets.dto.d.ts +30 -0
- package/dist/src/ticket/dto/find-by-event-ticket.dto.d.ts +36 -6
- package/dist/src/ticket/dto/find-by-id-ticket.dto.d.ts +36 -6
- package/dist/src/ticket/dto/find-by-mail-ticket.dto.d.ts +36 -6
- package/dist/src/ticket/dto/find-by-profile-id-ticket.dto.d.ts +30 -0
- package/dist/src/ticket/dto/find-ticket.dto.d.ts +18 -0
- package/dist/src/ticket/dto/get-pdfs-by-group-ticket.dto.d.ts +15 -0
- package/dist/src/ticket/dto/scan-ticket.dto.d.ts +18 -0
- package/dist/src/ticket/dto/ticket.dto.d.ts +18 -0
- package/dist/src/ticket/dto/ticket.dto.js +4 -0
- package/dist/src/ticket/dto/update-ticket.dto.d.ts +18 -0
- package/dist/src/ticket-group/dto/create-ticket-group.dto.d.ts +30 -0
- package/dist/types/prisma-schema/edge.js +8 -4
- package/dist/types/prisma-schema/index-browser.js +5 -1
- package/dist/types/prisma-schema/index.d.ts +150 -2
- package/dist/types/prisma-schema/index.js +8 -4
- package/dist/types/prisma-schema/package.json +1 -1
- package/dist/types/prisma-schema/schema.prisma +7 -0
- package/dist/types/prisma-schema/wasm.js +5 -1
- package/dist/types/schema.d.ts +505 -27
- package/package.json +1 -1
@@ -9,29 +9,38 @@ export declare const createTicketSchema: import("zod").ZodObject<import("zod").o
|
|
9
9
|
fullName: import("zod").ZodString;
|
10
10
|
mail: import("zod").ZodString;
|
11
11
|
dni: import("zod").ZodString;
|
12
|
+
phoneNumber: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, string, string>, string, string>;
|
13
|
+
instagrams: import("zod").ZodArray<import("zod").ZodString, "many">;
|
14
|
+
whoToWatch: import("zod").ZodNullable<import("zod").ZodString>;
|
12
15
|
seat: import("zod").ZodNullable<import("zod").ZodNumber>;
|
13
16
|
scanned: import("zod").ZodBoolean;
|
14
17
|
scannedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
15
18
|
ticketGroupId: import("zod").ZodNullable<import("zod").ZodString>;
|
16
19
|
created_at: import("zod").ZodDate;
|
17
20
|
updated_at: import("zod").ZodDate;
|
18
|
-
}, "type" | "fullName" | "mail" | "eventId" | "dni">, {
|
21
|
+
}, "type" | "phoneNumber" | "fullName" | "mail" | "eventId" | "dni" | "instagrams" | "whoToWatch">, {
|
19
22
|
profileId: import("zod").ZodOptional<import("zod").ZodString>;
|
20
23
|
ticketGroupId: import("zod").ZodOptional<import("zod").ZodString>;
|
21
24
|
}>, "strip", import("zod").ZodTypeAny, {
|
22
25
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
26
|
+
phoneNumber: string;
|
23
27
|
fullName: string;
|
24
28
|
mail: string;
|
25
29
|
eventId: string;
|
26
30
|
dni: string;
|
31
|
+
instagrams: string[];
|
32
|
+
whoToWatch: string | null;
|
27
33
|
profileId?: string | undefined;
|
28
34
|
ticketGroupId?: string | undefined;
|
29
35
|
}, {
|
30
36
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
37
|
+
phoneNumber: string;
|
31
38
|
fullName: string;
|
32
39
|
mail: string;
|
33
40
|
eventId: string;
|
34
41
|
dni: string;
|
42
|
+
instagrams: string[];
|
43
|
+
whoToWatch: string | null;
|
35
44
|
profileId?: string | undefined;
|
36
45
|
ticketGroupId?: string | undefined;
|
37
46
|
}>;
|
@@ -41,26 +50,35 @@ declare const CreateTicketDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<i
|
|
41
50
|
STAFF: "STAFF";
|
42
51
|
SPECTATOR: "SPECTATOR";
|
43
52
|
}>;
|
53
|
+
phoneNumber: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, string, string>, string, string>;
|
44
54
|
fullName: import("zod").ZodString;
|
45
55
|
mail: import("zod").ZodString;
|
46
56
|
eventId: import("zod").ZodString;
|
47
57
|
dni: import("zod").ZodString;
|
58
|
+
instagrams: import("zod").ZodArray<import("zod").ZodString, "many">;
|
59
|
+
whoToWatch: import("zod").ZodNullable<import("zod").ZodString>;
|
48
60
|
profileId: import("zod").ZodOptional<import("zod").ZodString>;
|
49
61
|
ticketGroupId: import("zod").ZodOptional<import("zod").ZodString>;
|
50
62
|
}, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
51
63
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
64
|
+
phoneNumber: string;
|
52
65
|
fullName: string;
|
53
66
|
mail: string;
|
54
67
|
eventId: string;
|
55
68
|
dni: string;
|
69
|
+
instagrams: string[];
|
70
|
+
whoToWatch: string | null;
|
56
71
|
profileId?: string | undefined;
|
57
72
|
ticketGroupId?: string | undefined;
|
58
73
|
}, {
|
59
74
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
75
|
+
phoneNumber: string;
|
60
76
|
fullName: string;
|
61
77
|
mail: string;
|
62
78
|
eventId: string;
|
63
79
|
dni: string;
|
80
|
+
instagrams: string[];
|
81
|
+
whoToWatch: string | null;
|
64
82
|
profileId?: string | undefined;
|
65
83
|
ticketGroupId?: string | undefined;
|
66
84
|
}>>;
|
@@ -77,6 +95,9 @@ export declare const createTicketResponseSchema: import("zod").ZodObject<import(
|
|
77
95
|
fullName: import("zod").ZodString;
|
78
96
|
mail: import("zod").ZodString;
|
79
97
|
dni: import("zod").ZodString;
|
98
|
+
phoneNumber: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, string, string>, string, string>;
|
99
|
+
instagrams: import("zod").ZodArray<import("zod").ZodString, "many">;
|
100
|
+
whoToWatch: import("zod").ZodNullable<import("zod").ZodString>;
|
80
101
|
seat: import("zod").ZodNullable<import("zod").ZodNumber>;
|
81
102
|
scanned: import("zod").ZodBoolean;
|
82
103
|
scannedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
@@ -157,6 +178,7 @@ export declare const createTicketResponseSchema: import("zod").ZodObject<import(
|
|
157
178
|
};
|
158
179
|
id: string;
|
159
180
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
181
|
+
phoneNumber: string;
|
160
182
|
fullName: string;
|
161
183
|
mail: string;
|
162
184
|
eventId: string;
|
@@ -164,6 +186,8 @@ export declare const createTicketResponseSchema: import("zod").ZodObject<import(
|
|
164
186
|
seat: number | null;
|
165
187
|
created_at: Date;
|
166
188
|
updated_at: Date;
|
189
|
+
instagrams: string[];
|
190
|
+
whoToWatch: string | null;
|
167
191
|
scanned: boolean;
|
168
192
|
scannedAt: Date | null;
|
169
193
|
ticketGroupId: string | null;
|
@@ -188,6 +212,7 @@ export declare const createTicketResponseSchema: import("zod").ZodObject<import(
|
|
188
212
|
};
|
189
213
|
id: string;
|
190
214
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
215
|
+
phoneNumber: string;
|
191
216
|
fullName: string;
|
192
217
|
mail: string;
|
193
218
|
eventId: string;
|
@@ -195,6 +220,8 @@ export declare const createTicketResponseSchema: import("zod").ZodObject<import(
|
|
195
220
|
seat: number | null;
|
196
221
|
created_at: Date;
|
197
222
|
updated_at: Date;
|
223
|
+
instagrams: string[];
|
224
|
+
whoToWatch: string | null;
|
198
225
|
scanned: boolean;
|
199
226
|
scannedAt: Date | null;
|
200
227
|
ticketGroupId: string | null;
|
@@ -210,6 +237,9 @@ declare const CreateTicketResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
210
237
|
fullName: import("zod").ZodString;
|
211
238
|
mail: import("zod").ZodString;
|
212
239
|
dni: import("zod").ZodString;
|
240
|
+
phoneNumber: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, string, string>, string, string>;
|
241
|
+
instagrams: import("zod").ZodArray<import("zod").ZodString, "many">;
|
242
|
+
whoToWatch: import("zod").ZodNullable<import("zod").ZodString>;
|
213
243
|
seat: import("zod").ZodNullable<import("zod").ZodNumber>;
|
214
244
|
scanned: import("zod").ZodBoolean;
|
215
245
|
scannedAt: import("zod").ZodNullable<import("zod").ZodString>;
|
@@ -289,6 +319,7 @@ declare const CreateTicketResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
289
319
|
};
|
290
320
|
id: string;
|
291
321
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
322
|
+
phoneNumber: string;
|
292
323
|
fullName: string;
|
293
324
|
mail: string;
|
294
325
|
eventId: string;
|
@@ -296,6 +327,8 @@ declare const CreateTicketResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
296
327
|
seat: number | null;
|
297
328
|
created_at: string;
|
298
329
|
updated_at: string;
|
330
|
+
instagrams: string[];
|
331
|
+
whoToWatch: string | null;
|
299
332
|
scanned: boolean;
|
300
333
|
scannedAt: string | null;
|
301
334
|
ticketGroupId: string | null;
|
@@ -320,6 +353,7 @@ declare const CreateTicketResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
320
353
|
};
|
321
354
|
id: string;
|
322
355
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
356
|
+
phoneNumber: string;
|
323
357
|
fullName: string;
|
324
358
|
mail: string;
|
325
359
|
eventId: string;
|
@@ -327,6 +361,8 @@ declare const CreateTicketResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
327
361
|
seat: number | null;
|
328
362
|
created_at: string;
|
329
363
|
updated_at: string;
|
364
|
+
instagrams: string[];
|
365
|
+
whoToWatch: string | null;
|
330
366
|
scanned: boolean;
|
331
367
|
scannedAt: string | null;
|
332
368
|
ticketGroupId: string | null;
|
@@ -9,6 +9,9 @@ export declare const deleteTicketResponseSchema: import("zod").ZodObject<{
|
|
9
9
|
fullName: import("zod").ZodString;
|
10
10
|
mail: import("zod").ZodString;
|
11
11
|
dni: import("zod").ZodString;
|
12
|
+
phoneNumber: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, string, string>, string, string>;
|
13
|
+
instagrams: import("zod").ZodArray<import("zod").ZodString, "many">;
|
14
|
+
whoToWatch: import("zod").ZodNullable<import("zod").ZodString>;
|
12
15
|
seat: import("zod").ZodNullable<import("zod").ZodNumber>;
|
13
16
|
scanned: import("zod").ZodBoolean;
|
14
17
|
scannedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
@@ -18,6 +21,7 @@ export declare const deleteTicketResponseSchema: import("zod").ZodObject<{
|
|
18
21
|
}, "strip", import("zod").ZodTypeAny, {
|
19
22
|
id: string;
|
20
23
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
24
|
+
phoneNumber: string;
|
21
25
|
fullName: string;
|
22
26
|
mail: string;
|
23
27
|
eventId: string;
|
@@ -25,12 +29,15 @@ export declare const deleteTicketResponseSchema: import("zod").ZodObject<{
|
|
25
29
|
seat: number | null;
|
26
30
|
created_at: Date;
|
27
31
|
updated_at: Date;
|
32
|
+
instagrams: string[];
|
33
|
+
whoToWatch: string | null;
|
28
34
|
scanned: boolean;
|
29
35
|
scannedAt: Date | null;
|
30
36
|
ticketGroupId: string | null;
|
31
37
|
}, {
|
32
38
|
id: string;
|
33
39
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
40
|
+
phoneNumber: string;
|
34
41
|
fullName: string;
|
35
42
|
mail: string;
|
36
43
|
eventId: string;
|
@@ -38,6 +45,8 @@ export declare const deleteTicketResponseSchema: import("zod").ZodObject<{
|
|
38
45
|
seat: number | null;
|
39
46
|
created_at: Date;
|
40
47
|
updated_at: Date;
|
48
|
+
instagrams: string[];
|
49
|
+
whoToWatch: string | null;
|
41
50
|
scanned: boolean;
|
42
51
|
scannedAt: Date | null;
|
43
52
|
ticketGroupId: string | null;
|
@@ -53,6 +62,9 @@ declare const DeleteTicketResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
53
62
|
fullName: import("zod").ZodString;
|
54
63
|
mail: import("zod").ZodString;
|
55
64
|
dni: import("zod").ZodString;
|
65
|
+
phoneNumber: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, string, string>, string, string>;
|
66
|
+
instagrams: import("zod").ZodArray<import("zod").ZodString, "many">;
|
67
|
+
whoToWatch: import("zod").ZodNullable<import("zod").ZodString>;
|
56
68
|
seat: import("zod").ZodNullable<import("zod").ZodNumber>;
|
57
69
|
scanned: import("zod").ZodBoolean;
|
58
70
|
scannedAt: import("zod").ZodNullable<import("zod").ZodString>;
|
@@ -62,6 +74,7 @@ declare const DeleteTicketResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
62
74
|
}, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
63
75
|
id: string;
|
64
76
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
77
|
+
phoneNumber: string;
|
65
78
|
fullName: string;
|
66
79
|
mail: string;
|
67
80
|
eventId: string;
|
@@ -69,12 +82,15 @@ declare const DeleteTicketResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
69
82
|
seat: number | null;
|
70
83
|
created_at: string;
|
71
84
|
updated_at: string;
|
85
|
+
instagrams: string[];
|
86
|
+
whoToWatch: string | null;
|
72
87
|
scanned: boolean;
|
73
88
|
scannedAt: string | null;
|
74
89
|
ticketGroupId: string | null;
|
75
90
|
}, {
|
76
91
|
id: string;
|
77
92
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
93
|
+
phoneNumber: string;
|
78
94
|
fullName: string;
|
79
95
|
mail: string;
|
80
96
|
eventId: string;
|
@@ -82,6 +98,8 @@ declare const DeleteTicketResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
82
98
|
seat: number | null;
|
83
99
|
created_at: string;
|
84
100
|
updated_at: string;
|
101
|
+
instagrams: string[];
|
102
|
+
whoToWatch: string | null;
|
85
103
|
scanned: boolean;
|
86
104
|
scannedAt: string | null;
|
87
105
|
ticketGroupId: string | null;
|
@@ -11,6 +11,9 @@ export declare const findAllTicketsResponseSchema: z.ZodObject<{
|
|
11
11
|
fullName: z.ZodString;
|
12
12
|
mail: z.ZodString;
|
13
13
|
dni: z.ZodString;
|
14
|
+
phoneNumber: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
15
|
+
instagrams: z.ZodArray<z.ZodString, "many">;
|
16
|
+
whoToWatch: z.ZodNullable<z.ZodString>;
|
14
17
|
seat: z.ZodNullable<z.ZodNumber>;
|
15
18
|
scanned: z.ZodBoolean;
|
16
19
|
scannedAt: z.ZodNullable<z.ZodDate>;
|
@@ -52,6 +55,7 @@ export declare const findAllTicketsResponseSchema: z.ZodObject<{
|
|
52
55
|
};
|
53
56
|
id: string;
|
54
57
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
58
|
+
phoneNumber: string;
|
55
59
|
fullName: string;
|
56
60
|
mail: string;
|
57
61
|
eventId: string;
|
@@ -59,6 +63,8 @@ export declare const findAllTicketsResponseSchema: z.ZodObject<{
|
|
59
63
|
seat: number | null;
|
60
64
|
created_at: Date;
|
61
65
|
updated_at: Date;
|
66
|
+
instagrams: string[];
|
67
|
+
whoToWatch: string | null;
|
62
68
|
scanned: boolean;
|
63
69
|
scannedAt: Date | null;
|
64
70
|
ticketGroupId: string | null;
|
@@ -70,6 +76,7 @@ export declare const findAllTicketsResponseSchema: z.ZodObject<{
|
|
70
76
|
};
|
71
77
|
id: string;
|
72
78
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
79
|
+
phoneNumber: string;
|
73
80
|
fullName: string;
|
74
81
|
mail: string;
|
75
82
|
eventId: string;
|
@@ -77,6 +84,8 @@ export declare const findAllTicketsResponseSchema: z.ZodObject<{
|
|
77
84
|
seat: number | null;
|
78
85
|
created_at: Date;
|
79
86
|
updated_at: Date;
|
87
|
+
instagrams: string[];
|
88
|
+
whoToWatch: string | null;
|
80
89
|
scanned: boolean;
|
81
90
|
scannedAt: Date | null;
|
82
91
|
ticketGroupId: string | null;
|
@@ -90,6 +99,7 @@ export declare const findAllTicketsResponseSchema: z.ZodObject<{
|
|
90
99
|
};
|
91
100
|
id: string;
|
92
101
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
102
|
+
phoneNumber: string;
|
93
103
|
fullName: string;
|
94
104
|
mail: string;
|
95
105
|
eventId: string;
|
@@ -97,6 +107,8 @@ export declare const findAllTicketsResponseSchema: z.ZodObject<{
|
|
97
107
|
seat: number | null;
|
98
108
|
created_at: Date;
|
99
109
|
updated_at: Date;
|
110
|
+
instagrams: string[];
|
111
|
+
whoToWatch: string | null;
|
100
112
|
scanned: boolean;
|
101
113
|
scannedAt: Date | null;
|
102
114
|
ticketGroupId: string | null;
|
@@ -110,6 +122,7 @@ export declare const findAllTicketsResponseSchema: z.ZodObject<{
|
|
110
122
|
};
|
111
123
|
id: string;
|
112
124
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
125
|
+
phoneNumber: string;
|
113
126
|
fullName: string;
|
114
127
|
mail: string;
|
115
128
|
eventId: string;
|
@@ -117,6 +130,8 @@ export declare const findAllTicketsResponseSchema: z.ZodObject<{
|
|
117
130
|
seat: number | null;
|
118
131
|
created_at: Date;
|
119
132
|
updated_at: Date;
|
133
|
+
instagrams: string[];
|
134
|
+
whoToWatch: string | null;
|
120
135
|
scanned: boolean;
|
121
136
|
scannedAt: Date | null;
|
122
137
|
ticketGroupId: string | null;
|
@@ -134,6 +149,9 @@ declare const FindAllTicketsResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
134
149
|
fullName: z.ZodString;
|
135
150
|
mail: z.ZodString;
|
136
151
|
dni: z.ZodString;
|
152
|
+
phoneNumber: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
153
|
+
instagrams: z.ZodArray<z.ZodString, "many">;
|
154
|
+
whoToWatch: z.ZodNullable<z.ZodString>;
|
137
155
|
seat: z.ZodNullable<z.ZodNumber>;
|
138
156
|
scanned: z.ZodBoolean;
|
139
157
|
scannedAt: z.ZodNullable<z.ZodString>;
|
@@ -161,6 +179,7 @@ declare const FindAllTicketsResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
161
179
|
};
|
162
180
|
id: string;
|
163
181
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
182
|
+
phoneNumber: string;
|
164
183
|
fullName: string;
|
165
184
|
mail: string;
|
166
185
|
eventId: string;
|
@@ -168,6 +187,8 @@ declare const FindAllTicketsResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
168
187
|
seat: number | null;
|
169
188
|
created_at: string;
|
170
189
|
updated_at: string;
|
190
|
+
instagrams: string[];
|
191
|
+
whoToWatch: string | null;
|
171
192
|
scanned: boolean;
|
172
193
|
scannedAt: string | null;
|
173
194
|
ticketGroupId: string | null;
|
@@ -179,6 +200,7 @@ declare const FindAllTicketsResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
179
200
|
};
|
180
201
|
id: string;
|
181
202
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
203
|
+
phoneNumber: string;
|
182
204
|
fullName: string;
|
183
205
|
mail: string;
|
184
206
|
eventId: string;
|
@@ -186,6 +208,8 @@ declare const FindAllTicketsResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
186
208
|
seat: number | null;
|
187
209
|
created_at: string;
|
188
210
|
updated_at: string;
|
211
|
+
instagrams: string[];
|
212
|
+
whoToWatch: string | null;
|
189
213
|
scanned: boolean;
|
190
214
|
scannedAt: string | null;
|
191
215
|
ticketGroupId: string | null;
|
@@ -199,6 +223,7 @@ declare const FindAllTicketsResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
199
223
|
};
|
200
224
|
id: string;
|
201
225
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
226
|
+
phoneNumber: string;
|
202
227
|
fullName: string;
|
203
228
|
mail: string;
|
204
229
|
eventId: string;
|
@@ -206,6 +231,8 @@ declare const FindAllTicketsResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
206
231
|
seat: number | null;
|
207
232
|
created_at: string;
|
208
233
|
updated_at: string;
|
234
|
+
instagrams: string[];
|
235
|
+
whoToWatch: string | null;
|
209
236
|
scanned: boolean;
|
210
237
|
scannedAt: string | null;
|
211
238
|
ticketGroupId: string | null;
|
@@ -219,6 +246,7 @@ declare const FindAllTicketsResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
219
246
|
};
|
220
247
|
id: string;
|
221
248
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
249
|
+
phoneNumber: string;
|
222
250
|
fullName: string;
|
223
251
|
mail: string;
|
224
252
|
eventId: string;
|
@@ -226,6 +254,8 @@ declare const FindAllTicketsResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
226
254
|
seat: number | null;
|
227
255
|
created_at: string;
|
228
256
|
updated_at: string;
|
257
|
+
instagrams: string[];
|
258
|
+
whoToWatch: string | null;
|
229
259
|
scanned: boolean;
|
230
260
|
scannedAt: string | null;
|
231
261
|
ticketGroupId: string | null;
|
@@ -11,6 +11,9 @@ export declare const findByEventTicketResponseSchema: z.ZodObject<{
|
|
11
11
|
fullName: z.ZodString;
|
12
12
|
mail: z.ZodString;
|
13
13
|
dni: z.ZodString;
|
14
|
+
phoneNumber: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
15
|
+
instagrams: z.ZodArray<z.ZodString, "many">;
|
16
|
+
whoToWatch: z.ZodNullable<z.ZodString>;
|
14
17
|
seat: z.ZodNullable<z.ZodNumber>;
|
15
18
|
scanned: z.ZodBoolean;
|
16
19
|
scannedAt: z.ZodNullable<z.ZodDate>;
|
@@ -77,10 +80,10 @@ export declare const findByEventTicketResponseSchema: z.ZodObject<{
|
|
77
80
|
updated_at: z.ZodDate;
|
78
81
|
referralCode: z.ZodString;
|
79
82
|
}, "strip", z.ZodTypeAny, {
|
83
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
80
84
|
id: string;
|
81
85
|
username: string | null;
|
82
86
|
password: string | null;
|
83
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
84
87
|
phoneNumber: string;
|
85
88
|
secondaryPhoneNumber: string | null;
|
86
89
|
fullName: string;
|
@@ -136,10 +139,10 @@ export declare const findByEventTicketResponseSchema: z.ZodObject<{
|
|
136
139
|
date: Date;
|
137
140
|
};
|
138
141
|
profile: {
|
142
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
139
143
|
id: string;
|
140
144
|
username: string | null;
|
141
145
|
password: string | null;
|
142
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
143
146
|
phoneNumber: string;
|
144
147
|
secondaryPhoneNumber: string | null;
|
145
148
|
fullName: string;
|
@@ -164,6 +167,7 @@ export declare const findByEventTicketResponseSchema: z.ZodObject<{
|
|
164
167
|
} | null;
|
165
168
|
id: string;
|
166
169
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
170
|
+
phoneNumber: string;
|
167
171
|
fullName: string;
|
168
172
|
mail: string;
|
169
173
|
eventId: string;
|
@@ -171,6 +175,8 @@ export declare const findByEventTicketResponseSchema: z.ZodObject<{
|
|
171
175
|
seat: number | null;
|
172
176
|
created_at: Date;
|
173
177
|
updated_at: Date;
|
178
|
+
instagrams: string[];
|
179
|
+
whoToWatch: string | null;
|
174
180
|
scanned: boolean;
|
175
181
|
scannedAt: Date | null;
|
176
182
|
ticketGroupId: string | null;
|
@@ -209,6 +215,7 @@ export declare const findByEventTicketResponseSchema: z.ZodObject<{
|
|
209
215
|
} | null;
|
210
216
|
id: string;
|
211
217
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
218
|
+
phoneNumber: string;
|
212
219
|
fullName: string;
|
213
220
|
mail: string;
|
214
221
|
eventId: string;
|
@@ -216,6 +223,8 @@ export declare const findByEventTicketResponseSchema: z.ZodObject<{
|
|
216
223
|
seat: number | null;
|
217
224
|
created_at: Date;
|
218
225
|
updated_at: Date;
|
226
|
+
instagrams: string[];
|
227
|
+
whoToWatch: string | null;
|
219
228
|
scanned: boolean;
|
220
229
|
scannedAt: Date | null;
|
221
230
|
ticketGroupId: string | null;
|
@@ -228,10 +237,10 @@ export declare const findByEventTicketResponseSchema: z.ZodObject<{
|
|
228
237
|
date: Date;
|
229
238
|
};
|
230
239
|
profile: {
|
240
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
231
241
|
id: string;
|
232
242
|
username: string | null;
|
233
243
|
password: string | null;
|
234
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
235
244
|
phoneNumber: string;
|
236
245
|
secondaryPhoneNumber: string | null;
|
237
246
|
fullName: string;
|
@@ -256,6 +265,7 @@ export declare const findByEventTicketResponseSchema: z.ZodObject<{
|
|
256
265
|
} | null;
|
257
266
|
id: string;
|
258
267
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
268
|
+
phoneNumber: string;
|
259
269
|
fullName: string;
|
260
270
|
mail: string;
|
261
271
|
eventId: string;
|
@@ -263,6 +273,8 @@ export declare const findByEventTicketResponseSchema: z.ZodObject<{
|
|
263
273
|
seat: number | null;
|
264
274
|
created_at: Date;
|
265
275
|
updated_at: Date;
|
276
|
+
instagrams: string[];
|
277
|
+
whoToWatch: string | null;
|
266
278
|
scanned: boolean;
|
267
279
|
scannedAt: Date | null;
|
268
280
|
ticketGroupId: string | null;
|
@@ -303,6 +315,7 @@ export declare const findByEventTicketResponseSchema: z.ZodObject<{
|
|
303
315
|
} | null;
|
304
316
|
id: string;
|
305
317
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
318
|
+
phoneNumber: string;
|
306
319
|
fullName: string;
|
307
320
|
mail: string;
|
308
321
|
eventId: string;
|
@@ -310,6 +323,8 @@ export declare const findByEventTicketResponseSchema: z.ZodObject<{
|
|
310
323
|
seat: number | null;
|
311
324
|
created_at: Date;
|
312
325
|
updated_at: Date;
|
326
|
+
instagrams: string[];
|
327
|
+
whoToWatch: string | null;
|
313
328
|
scanned: boolean;
|
314
329
|
scannedAt: Date | null;
|
315
330
|
ticketGroupId: string | null;
|
@@ -327,6 +342,9 @@ declare const FindByEventTicketResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
327
342
|
fullName: z.ZodString;
|
328
343
|
mail: z.ZodString;
|
329
344
|
dni: z.ZodString;
|
345
|
+
phoneNumber: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
346
|
+
instagrams: z.ZodArray<z.ZodString, "many">;
|
347
|
+
whoToWatch: z.ZodNullable<z.ZodString>;
|
330
348
|
seat: z.ZodNullable<z.ZodNumber>;
|
331
349
|
scanned: z.ZodBoolean;
|
332
350
|
scannedAt: z.ZodNullable<z.ZodString>;
|
@@ -379,10 +397,10 @@ declare const FindByEventTicketResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
379
397
|
updated_at: z.ZodString;
|
380
398
|
referralCode: z.ZodString;
|
381
399
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
400
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
382
401
|
id: string;
|
383
402
|
username: string | null;
|
384
403
|
password: string | null;
|
385
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
386
404
|
phoneNumber: string;
|
387
405
|
secondaryPhoneNumber: string | null;
|
388
406
|
fullName: string;
|
@@ -438,10 +456,10 @@ declare const FindByEventTicketResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
438
456
|
date: string;
|
439
457
|
};
|
440
458
|
profile: {
|
459
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
441
460
|
id: string;
|
442
461
|
username: string | null;
|
443
462
|
password: string | null;
|
444
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
445
463
|
phoneNumber: string;
|
446
464
|
secondaryPhoneNumber: string | null;
|
447
465
|
fullName: string;
|
@@ -466,6 +484,7 @@ declare const FindByEventTicketResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
466
484
|
} | null;
|
467
485
|
id: string;
|
468
486
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
487
|
+
phoneNumber: string;
|
469
488
|
fullName: string;
|
470
489
|
mail: string;
|
471
490
|
eventId: string;
|
@@ -473,6 +492,8 @@ declare const FindByEventTicketResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
473
492
|
seat: number | null;
|
474
493
|
created_at: string;
|
475
494
|
updated_at: string;
|
495
|
+
instagrams: string[];
|
496
|
+
whoToWatch: string | null;
|
476
497
|
scanned: boolean;
|
477
498
|
scannedAt: string | null;
|
478
499
|
ticketGroupId: string | null;
|
@@ -511,6 +532,7 @@ declare const FindByEventTicketResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
511
532
|
} | null;
|
512
533
|
id: string;
|
513
534
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
535
|
+
phoneNumber: string;
|
514
536
|
fullName: string;
|
515
537
|
mail: string;
|
516
538
|
eventId: string;
|
@@ -518,6 +540,8 @@ declare const FindByEventTicketResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
518
540
|
seat: number | null;
|
519
541
|
created_at: string;
|
520
542
|
updated_at: string;
|
543
|
+
instagrams: string[];
|
544
|
+
whoToWatch: string | null;
|
521
545
|
scanned: boolean;
|
522
546
|
scannedAt: string | null;
|
523
547
|
ticketGroupId: string | null;
|
@@ -530,10 +554,10 @@ declare const FindByEventTicketResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
530
554
|
date: string;
|
531
555
|
};
|
532
556
|
profile: {
|
557
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
533
558
|
id: string;
|
534
559
|
username: string | null;
|
535
560
|
password: string | null;
|
536
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
537
561
|
phoneNumber: string;
|
538
562
|
secondaryPhoneNumber: string | null;
|
539
563
|
fullName: string;
|
@@ -558,6 +582,7 @@ declare const FindByEventTicketResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
558
582
|
} | null;
|
559
583
|
id: string;
|
560
584
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
585
|
+
phoneNumber: string;
|
561
586
|
fullName: string;
|
562
587
|
mail: string;
|
563
588
|
eventId: string;
|
@@ -565,6 +590,8 @@ declare const FindByEventTicketResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
565
590
|
seat: number | null;
|
566
591
|
created_at: string;
|
567
592
|
updated_at: string;
|
593
|
+
instagrams: string[];
|
594
|
+
whoToWatch: string | null;
|
568
595
|
scanned: boolean;
|
569
596
|
scannedAt: string | null;
|
570
597
|
ticketGroupId: string | null;
|
@@ -605,6 +632,7 @@ declare const FindByEventTicketResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
605
632
|
} | null;
|
606
633
|
id: string;
|
607
634
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
635
|
+
phoneNumber: string;
|
608
636
|
fullName: string;
|
609
637
|
mail: string;
|
610
638
|
eventId: string;
|
@@ -612,6 +640,8 @@ declare const FindByEventTicketResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
612
640
|
seat: number | null;
|
613
641
|
created_at: string;
|
614
642
|
updated_at: string;
|
643
|
+
instagrams: string[];
|
644
|
+
whoToWatch: string | null;
|
615
645
|
scanned: boolean;
|
616
646
|
scannedAt: string | null;
|
617
647
|
ticketGroupId: string | null;
|