expo-backend-types 0.36.0 → 0.37.0
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 -8
- package/dist/src/account/dto/get-me.dto.d.ts +16 -16
- package/dist/src/account/dto/update-global-filter.dto.d.ts +8 -8
- package/dist/src/event/dto/create-event.dto.d.ts +8 -8
- package/dist/src/event/dto/event-tickets.dto.d.ts +2 -2
- package/dist/src/event/dto/get-active-events.dto.d.ts +12 -12
- package/dist/src/event/dto/get-all-event.dto.d.ts +56 -56
- package/dist/src/event/dto/get-by-id-event.dto.d.ts +60 -40
- package/dist/src/event/dto/update-event.dto.d.ts +24 -24
- package/dist/src/i18n/es.d.ts +25 -0
- package/dist/src/i18n/es.js +25 -0
- package/dist/src/i18n/es.js.map +1 -1
- package/dist/src/mi-expo/dto/get-me.dto.d.ts +5 -5
- package/dist/src/mi-expo/dto/login-with-phone.dto.d.ts +9 -9
- package/dist/src/mi-expo/dto/login.dto.d.ts +9 -9
- package/dist/src/mi-expo/dto/update-me.dto.d.ts +11 -11
- package/dist/src/otp/dto/verify-otp.dto.d.ts +8 -8
- package/dist/src/profile/dto/create-profile.dto.d.ts +10 -10
- package/dist/src/profile/dto/delete-profile.dto.d.ts +4 -4
- package/dist/src/profile/dto/find-all-profile.dto.d.ts +20 -20
- package/dist/src/profile/dto/find-by-date-range-profile.dto.d.ts +32 -32
- package/dist/src/profile/dto/find-by-id-profile.dto.d.ts +13 -13
- package/dist/src/profile/dto/find-by-phone-number.dto.d.ts +4 -4
- package/dist/src/profile/dto/find-by-tag-groups-profile.dto.d.ts +20 -20
- package/dist/src/profile/dto/find-by-tags-profile.dto.d.ts +20 -20
- package/dist/src/profile/dto/find-with-active-chat.dto.d.ts +20 -20
- package/dist/src/profile/dto/profile.dto.d.ts +2 -2
- package/dist/src/profile/dto/update-profile.dto.d.ts +10 -10
- package/dist/src/schema/profile.schema.d.ts +2 -2
- package/dist/src/tag/dto/create-tag.dto.d.ts +4 -4
- package/dist/src/tag/dto/delete-tag.dto.d.ts +4 -4
- package/dist/src/tag/dto/find-all-tag.dto.d.ts +8 -8
- package/dist/src/tag/dto/find-by-group-tag.dto.d.ts +8 -8
- package/dist/src/tag/dto/find-one-tag.dto.d.ts +4 -4
- package/dist/src/tag/dto/massive-allocation.dto.d.ts +8 -8
- package/dist/src/tag/dto/massive-deallocation.dto.d.ts +8 -8
- package/dist/src/tag/dto/tag.dto.d.ts +4 -4
- package/dist/src/tag/dto/update-tag.dto.d.ts +4 -4
- package/dist/src/tag-group/dto/find-all-tag-group.dto.d.ts +12 -12
- package/dist/src/tag-group/dto/find-all-with-tags.dto.d.ts +12 -12
- package/dist/src/tag-group/dto/find-one-tag-group.dto.d.ts +8 -8
- package/dist/src/ticket/constants.d.ts +12 -14
- package/dist/src/ticket/constants.js +355 -267
- package/dist/src/ticket/dto/create-ticket.dto.d.ts +28 -9
- package/dist/src/ticket/dto/create-ticket.dto.js +1 -0
- package/dist/src/ticket/dto/delete-ticket.dto.d.ts +16 -4
- package/dist/src/ticket/dto/find-all-tickets.dto.d.ts +28 -8
- package/dist/src/ticket/dto/find-by-event-ticket.dto.d.ts +40 -20
- package/dist/src/ticket/dto/find-by-id-ticket.dto.d.ts +40 -20
- package/dist/src/ticket/dto/find-by-mail-ticket.dto.d.ts +40 -20
- package/dist/src/ticket/dto/find-by-profile-id-ticket.dto.d.ts +28 -8
- package/dist/src/ticket/dto/find-ticket.dto.d.ts +16 -4
- package/dist/src/ticket/dto/send-email.dto.d.ts +18 -0
- package/dist/src/ticket/dto/send-email.dto.js +15 -0
- package/dist/src/ticket/dto/ticket.dto.d.ts +16 -4
- package/dist/src/ticket/dto/ticket.dto.js +2 -0
- package/dist/src/ticket/dto/update-ticket.dto.d.ts +20 -8
- package/dist/types/prisma-schema/edge.js +5 -3
- package/dist/types/prisma-schema/index-browser.js +2 -0
- package/dist/types/prisma-schema/index.d.ts +191 -63
- package/dist/types/prisma-schema/index.js +5 -3
- package/dist/types/prisma-schema/package.json +1 -1
- package/dist/types/prisma-schema/schema.prisma +4 -0
- package/dist/types/prisma-schema/wasm.js +2 -0
- package/dist/types/schema.d.ts +77 -0
- package/package.json +7 -6
@@ -13,23 +13,27 @@ export declare const createTicketSchema: import("zod").ZodObject<import("zod").o
|
|
13
13
|
}>;
|
14
14
|
fullName: import("zod").ZodString;
|
15
15
|
mail: import("zod").ZodString;
|
16
|
+
dni: import("zod").ZodString;
|
17
|
+
seat: import("zod").ZodNullable<import("zod").ZodNumber>;
|
16
18
|
created_at: import("zod").ZodDate;
|
17
19
|
updated_at: import("zod").ZodDate;
|
18
|
-
}, "type" | "fullName" | "mail" | "eventId" | "status">, {
|
20
|
+
}, "type" | "fullName" | "mail" | "eventId" | "status" | "dni">, {
|
19
21
|
profileId: import("zod").ZodOptional<import("zod").ZodString>;
|
20
22
|
}>, "strip", import("zod").ZodTypeAny, {
|
21
|
-
type: "
|
23
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
22
24
|
fullName: string;
|
23
25
|
mail: string;
|
24
26
|
eventId: string;
|
25
27
|
status: "BOOKED" | "PAID" | "FREE";
|
28
|
+
dni: string;
|
26
29
|
profileId?: string | undefined;
|
27
30
|
}, {
|
28
|
-
type: "
|
31
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
29
32
|
fullName: string;
|
30
33
|
mail: string;
|
31
34
|
eventId: string;
|
32
35
|
status: "BOOKED" | "PAID" | "FREE";
|
36
|
+
dni: string;
|
33
37
|
profileId?: string | undefined;
|
34
38
|
}>;
|
35
39
|
declare const CreateTicketDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<import("zod").ZodObject<{
|
@@ -46,20 +50,23 @@ declare const CreateTicketDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<i
|
|
46
50
|
PAID: "PAID";
|
47
51
|
FREE: "FREE";
|
48
52
|
}>;
|
53
|
+
dni: import("zod").ZodString;
|
49
54
|
profileId: import("zod").ZodOptional<import("zod").ZodString>;
|
50
55
|
}, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
51
|
-
type: "
|
56
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
52
57
|
fullName: string;
|
53
58
|
mail: string;
|
54
59
|
eventId: string;
|
55
60
|
status: "BOOKED" | "PAID" | "FREE";
|
61
|
+
dni: string;
|
56
62
|
profileId?: string | undefined;
|
57
63
|
}, {
|
58
|
-
type: "
|
64
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
59
65
|
fullName: string;
|
60
66
|
mail: string;
|
61
67
|
eventId: string;
|
62
68
|
status: "BOOKED" | "PAID" | "FREE";
|
69
|
+
dni: string;
|
63
70
|
profileId?: string | undefined;
|
64
71
|
}>>;
|
65
72
|
export declare class CreateTicketDto extends CreateTicketDto_base {
|
@@ -79,6 +86,8 @@ export declare const createTicketResponseSchema: import("zod").ZodObject<import(
|
|
79
86
|
}>;
|
80
87
|
fullName: import("zod").ZodString;
|
81
88
|
mail: import("zod").ZodString;
|
89
|
+
dni: import("zod").ZodString;
|
90
|
+
seat: import("zod").ZodNullable<import("zod").ZodNumber>;
|
82
91
|
created_at: import("zod").ZodDate;
|
83
92
|
updated_at: import("zod").ZodDate;
|
84
93
|
}, {
|
@@ -142,11 +151,13 @@ export declare const createTicketResponseSchema: import("zod").ZodObject<import(
|
|
142
151
|
supraEventId: string | null;
|
143
152
|
};
|
144
153
|
id: string;
|
145
|
-
type: "
|
154
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
146
155
|
fullName: string;
|
147
156
|
mail: string;
|
148
157
|
eventId: string;
|
149
158
|
status: "BOOKED" | "PAID" | "FREE";
|
159
|
+
seat: number | null;
|
160
|
+
dni: string;
|
150
161
|
created_at: Date;
|
151
162
|
updated_at: Date;
|
152
163
|
}, {
|
@@ -166,11 +177,13 @@ export declare const createTicketResponseSchema: import("zod").ZodObject<import(
|
|
166
177
|
supraEventId: string | null;
|
167
178
|
};
|
168
179
|
id: string;
|
169
|
-
type: "
|
180
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
170
181
|
fullName: string;
|
171
182
|
mail: string;
|
172
183
|
eventId: string;
|
173
184
|
status: "BOOKED" | "PAID" | "FREE";
|
185
|
+
seat: number | null;
|
186
|
+
dni: string;
|
174
187
|
created_at: Date;
|
175
188
|
updated_at: Date;
|
176
189
|
}>;
|
@@ -189,6 +202,8 @@ declare const CreateTicketResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
189
202
|
}>;
|
190
203
|
fullName: import("zod").ZodString;
|
191
204
|
mail: import("zod").ZodString;
|
205
|
+
dni: import("zod").ZodString;
|
206
|
+
seat: import("zod").ZodNullable<import("zod").ZodNumber>;
|
192
207
|
created_at: import("zod").ZodString;
|
193
208
|
updated_at: import("zod").ZodString;
|
194
209
|
event: import("zod").ZodObject<{
|
@@ -251,11 +266,13 @@ declare const CreateTicketResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
251
266
|
supraEventId: string | null;
|
252
267
|
};
|
253
268
|
id: string;
|
254
|
-
type: "
|
269
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
255
270
|
fullName: string;
|
256
271
|
mail: string;
|
257
272
|
eventId: string;
|
258
273
|
status: "BOOKED" | "PAID" | "FREE";
|
274
|
+
seat: number | null;
|
275
|
+
dni: string;
|
259
276
|
created_at: string;
|
260
277
|
updated_at: string;
|
261
278
|
}, {
|
@@ -275,11 +292,13 @@ declare const CreateTicketResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
275
292
|
supraEventId: string | null;
|
276
293
|
};
|
277
294
|
id: string;
|
278
|
-
type: "
|
295
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
279
296
|
fullName: string;
|
280
297
|
mail: string;
|
281
298
|
eventId: string;
|
282
299
|
status: "BOOKED" | "PAID" | "FREE";
|
300
|
+
seat: number | null;
|
301
|
+
dni: string;
|
283
302
|
created_at: string;
|
284
303
|
updated_at: string;
|
285
304
|
}>>;
|
@@ -13,24 +13,30 @@ export declare const deleteTicketResponseSchema: import("zod").ZodObject<{
|
|
13
13
|
}>;
|
14
14
|
fullName: import("zod").ZodString;
|
15
15
|
mail: import("zod").ZodString;
|
16
|
+
dni: import("zod").ZodString;
|
17
|
+
seat: import("zod").ZodNullable<import("zod").ZodNumber>;
|
16
18
|
created_at: import("zod").ZodDate;
|
17
19
|
updated_at: import("zod").ZodDate;
|
18
20
|
}, "strip", import("zod").ZodTypeAny, {
|
19
21
|
id: string;
|
20
|
-
type: "
|
22
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
21
23
|
fullName: string;
|
22
24
|
mail: string;
|
23
25
|
eventId: string;
|
24
26
|
status: "BOOKED" | "PAID" | "FREE";
|
27
|
+
seat: number | null;
|
28
|
+
dni: string;
|
25
29
|
created_at: Date;
|
26
30
|
updated_at: Date;
|
27
31
|
}, {
|
28
32
|
id: string;
|
29
|
-
type: "
|
33
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
30
34
|
fullName: string;
|
31
35
|
mail: string;
|
32
36
|
eventId: string;
|
33
37
|
status: "BOOKED" | "PAID" | "FREE";
|
38
|
+
seat: number | null;
|
39
|
+
dni: string;
|
34
40
|
created_at: Date;
|
35
41
|
updated_at: Date;
|
36
42
|
}>;
|
@@ -49,24 +55,30 @@ declare const DeleteTicketResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
49
55
|
}>;
|
50
56
|
fullName: import("zod").ZodString;
|
51
57
|
mail: import("zod").ZodString;
|
58
|
+
dni: import("zod").ZodString;
|
59
|
+
seat: import("zod").ZodNullable<import("zod").ZodNumber>;
|
52
60
|
created_at: import("zod").ZodString;
|
53
61
|
updated_at: import("zod").ZodString;
|
54
62
|
}, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
55
63
|
id: string;
|
56
|
-
type: "
|
64
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
57
65
|
fullName: string;
|
58
66
|
mail: string;
|
59
67
|
eventId: string;
|
60
68
|
status: "BOOKED" | "PAID" | "FREE";
|
69
|
+
seat: number | null;
|
70
|
+
dni: string;
|
61
71
|
created_at: string;
|
62
72
|
updated_at: string;
|
63
73
|
}, {
|
64
74
|
id: string;
|
65
|
-
type: "
|
75
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
66
76
|
fullName: string;
|
67
77
|
mail: string;
|
68
78
|
eventId: string;
|
69
79
|
status: "BOOKED" | "PAID" | "FREE";
|
80
|
+
seat: number | null;
|
81
|
+
dni: string;
|
70
82
|
created_at: string;
|
71
83
|
updated_at: string;
|
72
84
|
}>>;
|
@@ -15,6 +15,8 @@ export declare const findAllTicketsResponseSchema: z.ZodObject<{
|
|
15
15
|
}>;
|
16
16
|
fullName: z.ZodString;
|
17
17
|
mail: z.ZodString;
|
18
|
+
dni: z.ZodString;
|
19
|
+
seat: z.ZodNullable<z.ZodNumber>;
|
18
20
|
created_at: z.ZodDate;
|
19
21
|
updated_at: z.ZodDate;
|
20
22
|
}, {
|
@@ -48,11 +50,13 @@ export declare const findAllTicketsResponseSchema: z.ZodObject<{
|
|
48
50
|
date: Date;
|
49
51
|
};
|
50
52
|
id: string;
|
51
|
-
type: "
|
53
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
52
54
|
fullName: string;
|
53
55
|
mail: string;
|
54
56
|
eventId: string;
|
55
57
|
status: "BOOKED" | "PAID" | "FREE";
|
58
|
+
seat: number | null;
|
59
|
+
dni: string;
|
56
60
|
created_at: Date;
|
57
61
|
updated_at: Date;
|
58
62
|
}, {
|
@@ -62,11 +66,13 @@ export declare const findAllTicketsResponseSchema: z.ZodObject<{
|
|
62
66
|
date: Date;
|
63
67
|
};
|
64
68
|
id: string;
|
65
|
-
type: "
|
69
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
66
70
|
fullName: string;
|
67
71
|
mail: string;
|
68
72
|
eventId: string;
|
69
73
|
status: "BOOKED" | "PAID" | "FREE";
|
74
|
+
seat: number | null;
|
75
|
+
dni: string;
|
70
76
|
created_at: Date;
|
71
77
|
updated_at: Date;
|
72
78
|
}>, "many">;
|
@@ -78,11 +84,13 @@ export declare const findAllTicketsResponseSchema: z.ZodObject<{
|
|
78
84
|
date: Date;
|
79
85
|
};
|
80
86
|
id: string;
|
81
|
-
type: "
|
87
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
82
88
|
fullName: string;
|
83
89
|
mail: string;
|
84
90
|
eventId: string;
|
85
91
|
status: "BOOKED" | "PAID" | "FREE";
|
92
|
+
seat: number | null;
|
93
|
+
dni: string;
|
86
94
|
created_at: Date;
|
87
95
|
updated_at: Date;
|
88
96
|
}[];
|
@@ -94,11 +102,13 @@ export declare const findAllTicketsResponseSchema: z.ZodObject<{
|
|
94
102
|
date: Date;
|
95
103
|
};
|
96
104
|
id: string;
|
97
|
-
type: "
|
105
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
98
106
|
fullName: string;
|
99
107
|
mail: string;
|
100
108
|
eventId: string;
|
101
109
|
status: "BOOKED" | "PAID" | "FREE";
|
110
|
+
seat: number | null;
|
111
|
+
dni: string;
|
102
112
|
created_at: Date;
|
103
113
|
updated_at: Date;
|
104
114
|
}[];
|
@@ -119,6 +129,8 @@ declare const FindAllTicketsResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
119
129
|
}>;
|
120
130
|
fullName: z.ZodString;
|
121
131
|
mail: z.ZodString;
|
132
|
+
dni: z.ZodString;
|
133
|
+
seat: z.ZodNullable<z.ZodNumber>;
|
122
134
|
created_at: z.ZodString;
|
123
135
|
updated_at: z.ZodString;
|
124
136
|
event: z.ZodObject<{
|
@@ -141,11 +153,13 @@ declare const FindAllTicketsResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
141
153
|
date: string;
|
142
154
|
};
|
143
155
|
id: string;
|
144
|
-
type: "
|
156
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
145
157
|
fullName: string;
|
146
158
|
mail: string;
|
147
159
|
eventId: string;
|
148
160
|
status: "BOOKED" | "PAID" | "FREE";
|
161
|
+
seat: number | null;
|
162
|
+
dni: string;
|
149
163
|
created_at: string;
|
150
164
|
updated_at: string;
|
151
165
|
}, {
|
@@ -155,11 +169,13 @@ declare const FindAllTicketsResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
155
169
|
date: string;
|
156
170
|
};
|
157
171
|
id: string;
|
158
|
-
type: "
|
172
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
159
173
|
fullName: string;
|
160
174
|
mail: string;
|
161
175
|
eventId: string;
|
162
176
|
status: "BOOKED" | "PAID" | "FREE";
|
177
|
+
seat: number | null;
|
178
|
+
dni: string;
|
163
179
|
created_at: string;
|
164
180
|
updated_at: string;
|
165
181
|
}>, "many">;
|
@@ -171,11 +187,13 @@ declare const FindAllTicketsResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
171
187
|
date: string;
|
172
188
|
};
|
173
189
|
id: string;
|
174
|
-
type: "
|
190
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
175
191
|
fullName: string;
|
176
192
|
mail: string;
|
177
193
|
eventId: string;
|
178
194
|
status: "BOOKED" | "PAID" | "FREE";
|
195
|
+
seat: number | null;
|
196
|
+
dni: string;
|
179
197
|
created_at: string;
|
180
198
|
updated_at: string;
|
181
199
|
}[];
|
@@ -187,11 +205,13 @@ declare const FindAllTicketsResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
187
205
|
date: string;
|
188
206
|
};
|
189
207
|
id: string;
|
190
|
-
type: "
|
208
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
191
209
|
fullName: string;
|
192
210
|
mail: string;
|
193
211
|
eventId: string;
|
194
212
|
status: "BOOKED" | "PAID" | "FREE";
|
213
|
+
seat: number | null;
|
214
|
+
dni: string;
|
195
215
|
created_at: string;
|
196
216
|
updated_at: string;
|
197
217
|
}[];
|
@@ -15,6 +15,8 @@ export declare const findByEventTicketResponseSchema: z.ZodObject<{
|
|
15
15
|
}>;
|
16
16
|
fullName: z.ZodString;
|
17
17
|
mail: z.ZodString;
|
18
|
+
dni: z.ZodString;
|
19
|
+
seat: z.ZodNullable<z.ZodNumber>;
|
18
20
|
created_at: z.ZodDate;
|
19
21
|
updated_at: z.ZodDate;
|
20
22
|
}, {
|
@@ -82,6 +84,7 @@ export declare const findByEventTicketResponseSchema: z.ZodObject<{
|
|
82
84
|
fullName: string;
|
83
85
|
profilePictureUrl: string | null;
|
84
86
|
mail: string | null;
|
87
|
+
dni: string | null;
|
85
88
|
created_at: Date;
|
86
89
|
updated_at: Date;
|
87
90
|
shortId: number;
|
@@ -91,7 +94,6 @@ export declare const findByEventTicketResponseSchema: z.ZodObject<{
|
|
91
94
|
gender: string | null;
|
92
95
|
birthDate: Date | null;
|
93
96
|
instagram: string | null;
|
94
|
-
dni: string | null;
|
95
97
|
alternativeNames: string[];
|
96
98
|
birthLocationId: string | null;
|
97
99
|
residenceLocationId: string | null;
|
@@ -106,6 +108,7 @@ export declare const findByEventTicketResponseSchema: z.ZodObject<{
|
|
106
108
|
fullName: string;
|
107
109
|
profilePictureUrl: string | null;
|
108
110
|
mail: string | null;
|
111
|
+
dni: string | null;
|
109
112
|
created_at: Date;
|
110
113
|
updated_at: Date;
|
111
114
|
shortId: number;
|
@@ -115,7 +118,6 @@ export declare const findByEventTicketResponseSchema: z.ZodObject<{
|
|
115
118
|
gender: string | null;
|
116
119
|
birthDate: string | null;
|
117
120
|
instagram: string | null;
|
118
|
-
dni: string | null;
|
119
121
|
alternativeNames: string[];
|
120
122
|
birthLocationId: string | null;
|
121
123
|
residenceLocationId: string | null;
|
@@ -139,6 +141,7 @@ export declare const findByEventTicketResponseSchema: z.ZodObject<{
|
|
139
141
|
fullName: string;
|
140
142
|
profilePictureUrl: string | null;
|
141
143
|
mail: string | null;
|
144
|
+
dni: string | null;
|
142
145
|
created_at: Date;
|
143
146
|
updated_at: Date;
|
144
147
|
shortId: number;
|
@@ -148,7 +151,6 @@ export declare const findByEventTicketResponseSchema: z.ZodObject<{
|
|
148
151
|
gender: string | null;
|
149
152
|
birthDate: Date | null;
|
150
153
|
instagram: string | null;
|
151
|
-
dni: string | null;
|
152
154
|
alternativeNames: string[];
|
153
155
|
birthLocationId: string | null;
|
154
156
|
residenceLocationId: string | null;
|
@@ -156,11 +158,13 @@ export declare const findByEventTicketResponseSchema: z.ZodObject<{
|
|
156
158
|
movedToTrashDate: Date | null;
|
157
159
|
} | null;
|
158
160
|
id: string;
|
159
|
-
type: "
|
161
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
160
162
|
fullName: string;
|
161
163
|
mail: string;
|
162
164
|
eventId: string;
|
163
165
|
status: "BOOKED" | "PAID" | "FREE";
|
166
|
+
seat: number | null;
|
167
|
+
dni: string;
|
164
168
|
created_at: Date;
|
165
169
|
updated_at: Date;
|
166
170
|
}, {
|
@@ -178,6 +182,7 @@ export declare const findByEventTicketResponseSchema: z.ZodObject<{
|
|
178
182
|
fullName: string;
|
179
183
|
profilePictureUrl: string | null;
|
180
184
|
mail: string | null;
|
185
|
+
dni: string | null;
|
181
186
|
created_at: Date;
|
182
187
|
updated_at: Date;
|
183
188
|
shortId: number;
|
@@ -187,7 +192,6 @@ export declare const findByEventTicketResponseSchema: z.ZodObject<{
|
|
187
192
|
gender: string | null;
|
188
193
|
birthDate: string | null;
|
189
194
|
instagram: string | null;
|
190
|
-
dni: string | null;
|
191
195
|
alternativeNames: string[];
|
192
196
|
birthLocationId: string | null;
|
193
197
|
residenceLocationId: string | null;
|
@@ -196,11 +200,13 @@ export declare const findByEventTicketResponseSchema: z.ZodObject<{
|
|
196
200
|
role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
|
197
201
|
} | null;
|
198
202
|
id: string;
|
199
|
-
type: "
|
203
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
200
204
|
fullName: string;
|
201
205
|
mail: string;
|
202
206
|
eventId: string;
|
203
207
|
status: "BOOKED" | "PAID" | "FREE";
|
208
|
+
seat: number | null;
|
209
|
+
dni: string;
|
204
210
|
created_at: Date;
|
205
211
|
updated_at: Date;
|
206
212
|
}>, "many">;
|
@@ -221,6 +227,7 @@ export declare const findByEventTicketResponseSchema: z.ZodObject<{
|
|
221
227
|
fullName: string;
|
222
228
|
profilePictureUrl: string | null;
|
223
229
|
mail: string | null;
|
230
|
+
dni: string | null;
|
224
231
|
created_at: Date;
|
225
232
|
updated_at: Date;
|
226
233
|
shortId: number;
|
@@ -230,7 +237,6 @@ export declare const findByEventTicketResponseSchema: z.ZodObject<{
|
|
230
237
|
gender: string | null;
|
231
238
|
birthDate: Date | null;
|
232
239
|
instagram: string | null;
|
233
|
-
dni: string | null;
|
234
240
|
alternativeNames: string[];
|
235
241
|
birthLocationId: string | null;
|
236
242
|
residenceLocationId: string | null;
|
@@ -238,11 +244,13 @@ export declare const findByEventTicketResponseSchema: z.ZodObject<{
|
|
238
244
|
movedToTrashDate: Date | null;
|
239
245
|
} | null;
|
240
246
|
id: string;
|
241
|
-
type: "
|
247
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
242
248
|
fullName: string;
|
243
249
|
mail: string;
|
244
250
|
eventId: string;
|
245
251
|
status: "BOOKED" | "PAID" | "FREE";
|
252
|
+
seat: number | null;
|
253
|
+
dni: string;
|
246
254
|
created_at: Date;
|
247
255
|
updated_at: Date;
|
248
256
|
}[];
|
@@ -262,6 +270,7 @@ export declare const findByEventTicketResponseSchema: z.ZodObject<{
|
|
262
270
|
fullName: string;
|
263
271
|
profilePictureUrl: string | null;
|
264
272
|
mail: string | null;
|
273
|
+
dni: string | null;
|
265
274
|
created_at: Date;
|
266
275
|
updated_at: Date;
|
267
276
|
shortId: number;
|
@@ -271,7 +280,6 @@ export declare const findByEventTicketResponseSchema: z.ZodObject<{
|
|
271
280
|
gender: string | null;
|
272
281
|
birthDate: string | null;
|
273
282
|
instagram: string | null;
|
274
|
-
dni: string | null;
|
275
283
|
alternativeNames: string[];
|
276
284
|
birthLocationId: string | null;
|
277
285
|
residenceLocationId: string | null;
|
@@ -280,11 +288,13 @@ export declare const findByEventTicketResponseSchema: z.ZodObject<{
|
|
280
288
|
role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
|
281
289
|
} | null;
|
282
290
|
id: string;
|
283
|
-
type: "
|
291
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
284
292
|
fullName: string;
|
285
293
|
mail: string;
|
286
294
|
eventId: string;
|
287
295
|
status: "BOOKED" | "PAID" | "FREE";
|
296
|
+
seat: number | null;
|
297
|
+
dni: string;
|
288
298
|
created_at: Date;
|
289
299
|
updated_at: Date;
|
290
300
|
}[];
|
@@ -305,6 +315,8 @@ declare const FindByEventTicketResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
305
315
|
}>;
|
306
316
|
fullName: z.ZodString;
|
307
317
|
mail: z.ZodString;
|
318
|
+
dni: z.ZodString;
|
319
|
+
seat: z.ZodNullable<z.ZodNumber>;
|
308
320
|
created_at: z.ZodString;
|
309
321
|
updated_at: z.ZodString;
|
310
322
|
event: z.ZodObject<{
|
@@ -361,6 +373,7 @@ declare const FindByEventTicketResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
361
373
|
fullName: string;
|
362
374
|
profilePictureUrl: string | null;
|
363
375
|
mail: string | null;
|
376
|
+
dni: string | null;
|
364
377
|
created_at: string;
|
365
378
|
updated_at: string;
|
366
379
|
shortId: number;
|
@@ -370,7 +383,6 @@ declare const FindByEventTicketResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
370
383
|
gender: string | null;
|
371
384
|
birthDate: string | null;
|
372
385
|
instagram: string | null;
|
373
|
-
dni: string | null;
|
374
386
|
alternativeNames: string[];
|
375
387
|
birthLocationId: string | null;
|
376
388
|
residenceLocationId: string | null;
|
@@ -385,6 +397,7 @@ declare const FindByEventTicketResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
385
397
|
fullName: string;
|
386
398
|
profilePictureUrl: string | null;
|
387
399
|
mail: string | null;
|
400
|
+
dni: string | null;
|
388
401
|
created_at: string;
|
389
402
|
updated_at: string;
|
390
403
|
shortId: number;
|
@@ -394,7 +407,6 @@ declare const FindByEventTicketResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
394
407
|
gender: string | null;
|
395
408
|
birthDate: string | null;
|
396
409
|
instagram: string | null;
|
397
|
-
dni: string | null;
|
398
410
|
alternativeNames: string[];
|
399
411
|
birthLocationId: string | null;
|
400
412
|
residenceLocationId: string | null;
|
@@ -418,6 +430,7 @@ declare const FindByEventTicketResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
418
430
|
fullName: string;
|
419
431
|
profilePictureUrl: string | null;
|
420
432
|
mail: string | null;
|
433
|
+
dni: string | null;
|
421
434
|
created_at: string;
|
422
435
|
updated_at: string;
|
423
436
|
shortId: number;
|
@@ -427,7 +440,6 @@ declare const FindByEventTicketResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
427
440
|
gender: string | null;
|
428
441
|
birthDate: string | null;
|
429
442
|
instagram: string | null;
|
430
|
-
dni: string | null;
|
431
443
|
alternativeNames: string[];
|
432
444
|
birthLocationId: string | null;
|
433
445
|
residenceLocationId: string | null;
|
@@ -435,11 +447,13 @@ declare const FindByEventTicketResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
435
447
|
movedToTrashDate: string | null;
|
436
448
|
} | null;
|
437
449
|
id: string;
|
438
|
-
type: "
|
450
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
439
451
|
fullName: string;
|
440
452
|
mail: string;
|
441
453
|
eventId: string;
|
442
454
|
status: "BOOKED" | "PAID" | "FREE";
|
455
|
+
seat: number | null;
|
456
|
+
dni: string;
|
443
457
|
created_at: string;
|
444
458
|
updated_at: string;
|
445
459
|
}, {
|
@@ -457,6 +471,7 @@ declare const FindByEventTicketResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
457
471
|
fullName: string;
|
458
472
|
profilePictureUrl: string | null;
|
459
473
|
mail: string | null;
|
474
|
+
dni: string | null;
|
460
475
|
created_at: string;
|
461
476
|
updated_at: string;
|
462
477
|
shortId: number;
|
@@ -466,7 +481,6 @@ declare const FindByEventTicketResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
466
481
|
gender: string | null;
|
467
482
|
birthDate: string | null;
|
468
483
|
instagram: string | null;
|
469
|
-
dni: string | null;
|
470
484
|
alternativeNames: string[];
|
471
485
|
birthLocationId: string | null;
|
472
486
|
residenceLocationId: string | null;
|
@@ -475,11 +489,13 @@ declare const FindByEventTicketResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
475
489
|
role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
|
476
490
|
} | null;
|
477
491
|
id: string;
|
478
|
-
type: "
|
492
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
479
493
|
fullName: string;
|
480
494
|
mail: string;
|
481
495
|
eventId: string;
|
482
496
|
status: "BOOKED" | "PAID" | "FREE";
|
497
|
+
seat: number | null;
|
498
|
+
dni: string;
|
483
499
|
created_at: string;
|
484
500
|
updated_at: string;
|
485
501
|
}>, "many">;
|
@@ -500,6 +516,7 @@ declare const FindByEventTicketResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
500
516
|
fullName: string;
|
501
517
|
profilePictureUrl: string | null;
|
502
518
|
mail: string | null;
|
519
|
+
dni: string | null;
|
503
520
|
created_at: string;
|
504
521
|
updated_at: string;
|
505
522
|
shortId: number;
|
@@ -509,7 +526,6 @@ declare const FindByEventTicketResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
509
526
|
gender: string | null;
|
510
527
|
birthDate: string | null;
|
511
528
|
instagram: string | null;
|
512
|
-
dni: string | null;
|
513
529
|
alternativeNames: string[];
|
514
530
|
birthLocationId: string | null;
|
515
531
|
residenceLocationId: string | null;
|
@@ -517,11 +533,13 @@ declare const FindByEventTicketResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
517
533
|
movedToTrashDate: string | null;
|
518
534
|
} | null;
|
519
535
|
id: string;
|
520
|
-
type: "
|
536
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
521
537
|
fullName: string;
|
522
538
|
mail: string;
|
523
539
|
eventId: string;
|
524
540
|
status: "BOOKED" | "PAID" | "FREE";
|
541
|
+
seat: number | null;
|
542
|
+
dni: string;
|
525
543
|
created_at: string;
|
526
544
|
updated_at: string;
|
527
545
|
}[];
|
@@ -541,6 +559,7 @@ declare const FindByEventTicketResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
541
559
|
fullName: string;
|
542
560
|
profilePictureUrl: string | null;
|
543
561
|
mail: string | null;
|
562
|
+
dni: string | null;
|
544
563
|
created_at: string;
|
545
564
|
updated_at: string;
|
546
565
|
shortId: number;
|
@@ -550,7 +569,6 @@ declare const FindByEventTicketResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
550
569
|
gender: string | null;
|
551
570
|
birthDate: string | null;
|
552
571
|
instagram: string | null;
|
553
|
-
dni: string | null;
|
554
572
|
alternativeNames: string[];
|
555
573
|
birthLocationId: string | null;
|
556
574
|
residenceLocationId: string | null;
|
@@ -559,11 +577,13 @@ declare const FindByEventTicketResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
559
577
|
role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
|
560
578
|
} | null;
|
561
579
|
id: string;
|
562
|
-
type: "
|
580
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
563
581
|
fullName: string;
|
564
582
|
mail: string;
|
565
583
|
eventId: string;
|
566
584
|
status: "BOOKED" | "PAID" | "FREE";
|
585
|
+
seat: number | null;
|
586
|
+
dni: string;
|
567
587
|
created_at: string;
|
568
588
|
updated_at: string;
|
569
589
|
}[];
|