expo-backend-types 0.36.0-EXPO-323-Enviar-mail-ticket.5 → 0.36.0-EXPO-325-ExpoBackend-Emision-de-multiples-tickets.11
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 +6 -6
- package/dist/src/account/dto/create-account.dto.d.ts +12 -12
- package/dist/src/account/dto/get-global-filter.dto.d.ts +9 -9
- package/dist/src/account/dto/get-me.dto.d.ts +22 -22
- package/dist/src/account/dto/update-global-filter.dto.d.ts +14 -14
- package/dist/src/auth/dto/login.dto.d.ts +11 -11
- package/dist/src/comment/dto/get-by-profile-comment.dto.d.ts +1 -1
- 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 +40 -78
- package/dist/src/event/dto/update-event.dto.d.ts +24 -24
- package/dist/src/exports.d.ts +1 -0
- package/dist/src/exports.js +1 -0
- package/dist/src/i18n/es.d.ts +31 -22
- package/dist/src/i18n/es.js +31 -22
- package/dist/src/i18n/es.js.map +1 -1
- package/dist/src/mi-expo/dto/get-me.dto.d.ts +11 -11
- package/dist/src/mi-expo/dto/login-with-phone.dto.d.ts +19 -19
- package/dist/src/mi-expo/dto/login.dto.d.ts +20 -20
- package/dist/src/mi-expo/dto/update-me.dto.d.ts +17 -17
- package/dist/src/otp/dto/verify-otp.dto.d.ts +18 -18
- package/dist/src/profile/dto/create-profile.dto.d.ts +14 -14
- package/dist/src/profile/dto/delete-profile.dto.d.ts +10 -10
- package/dist/src/profile/dto/find-all-profile.dto.d.ts +30 -30
- package/dist/src/profile/dto/find-by-date-range-profile.dto.d.ts +48 -48
- package/dist/src/profile/dto/find-by-id-profile.dto.d.ts +19 -19
- package/dist/src/profile/dto/find-by-phone-number.dto.d.ts +10 -10
- package/dist/src/profile/dto/find-by-tag-groups-profile.dto.d.ts +30 -30
- package/dist/src/profile/dto/find-by-tags-profile.dto.d.ts +30 -30
- package/dist/src/profile/dto/find-trash.dto.d.ts +1 -1
- package/dist/src/profile/dto/find-with-active-chat.dto.d.ts +30 -30
- package/dist/src/profile/dto/profile.dto.d.ts +5 -5
- package/dist/src/profile/dto/update-profile.dto.d.ts +16 -16
- package/dist/src/schema/profile.schema.d.ts +5 -5
- 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 +18 -18
- package/dist/src/tag/dto/massive-deallocation.dto.d.ts +18 -18
- 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 +14 -12
- package/dist/src/ticket/constants.js +248 -355
- package/dist/src/ticket/dto/create-many-ticket.dto.d.ts +678 -0
- package/dist/src/ticket/dto/create-many-ticket.dto.js +57 -0
- package/dist/src/ticket/dto/create-ticket.dto.d.ts +9 -56
- package/dist/src/ticket/dto/create-ticket.dto.js +0 -2
- package/dist/src/ticket/dto/delete-ticket.dto.d.ts +4 -30
- package/dist/src/ticket/dto/find-all-tickets.dto.d.ts +8 -46
- package/dist/src/ticket/dto/find-by-event-ticket.dto.d.ts +34 -72
- package/dist/src/ticket/dto/find-by-id-ticket.dto.d.ts +34 -72
- package/dist/src/ticket/dto/find-by-mail-ticket.dto.d.ts +34 -72
- package/dist/src/ticket/dto/find-by-profile-id-ticket.dto.d.ts +8 -46
- package/dist/src/ticket/dto/find-ticket.dto.d.ts +4 -30
- package/dist/src/ticket/dto/ticket.dto.d.ts +4 -30
- package/dist/src/ticket/dto/ticket.dto.js +0 -5
- package/dist/src/ticket/dto/update-ticket.dto.d.ts +8 -48
- package/dist/src/ticket/dto/update-ticket.dto.js +0 -1
- package/dist/src/ticket-group/dto/create-ticket-group.dto.d.ts +336 -0
- package/dist/src/ticket-group/dto/create-ticket-group.dto.js +27 -0
- package/dist/src/ticket-group/dto/delete-ticket-group.dto.d.ts +55 -0
- package/dist/src/ticket-group/dto/delete-ticket-group.dto.js +10 -0
- package/dist/src/ticket-group/dto/find-tickets-by-event.dto.d.ts +2 -0
- package/dist/src/ticket-group/dto/find-tickets-by-event.dto.js +9 -0
- package/dist/src/ticket-group/dto/ticket-group.dto.d.ts +56 -0
- package/dist/src/ticket-group/dto/ticket-group.dto.js +27 -0
- package/dist/src/ticket-group/dto/update-ticket-group.dto.d.ts +79 -0
- package/dist/src/ticket-group/dto/update-ticket-group.dto.js +18 -0
- package/dist/src/ticket-group/exports.d.ts +4 -0
- package/dist/src/ticket-group/exports.js +21 -0
- package/dist/types/prisma-schema/edge.js +17 -9
- package/dist/types/prisma-schema/index-browser.js +14 -6
- package/dist/types/prisma-schema/index.d.ts +2233 -362
- package/dist/types/prisma-schema/index.js +17 -9
- package/dist/types/prisma-schema/package.json +1 -1
- package/dist/types/prisma-schema/schema.prisma +23 -8
- package/dist/types/prisma-schema/wasm.js +14 -6
- package/dist/types/schema.d.ts +315 -62
- package/package.json +6 -6
- package/dist/src/ticket/dto/send-email.dto.d.ts +0 -18
- package/dist/src/ticket/dto/send-email.dto.js +0 -15
@@ -7,8 +7,8 @@ export declare const findByTagsProfileResponseSchema: z.ZodObject<{
|
|
7
7
|
USER: "USER";
|
8
8
|
ADMIN: "ADMIN";
|
9
9
|
FORM: "FORM";
|
10
|
-
MI_EXPO: "MI_EXPO";
|
11
10
|
TICKETS: "TICKETS";
|
11
|
+
MI_EXPO: "MI_EXPO";
|
12
12
|
}>>;
|
13
13
|
firstTimeMiExpo: z.ZodBoolean;
|
14
14
|
username: z.ZodNullable<z.ZodString>;
|
@@ -64,7 +64,7 @@ export declare const findByTagsProfileResponseSchema: z.ZodObject<{
|
|
64
64
|
}>, "strip", z.ZodTypeAny, {
|
65
65
|
id: string;
|
66
66
|
name: string;
|
67
|
-
type: "
|
67
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
68
68
|
created_at: Date;
|
69
69
|
updated_at: Date;
|
70
70
|
groupId: string;
|
@@ -76,7 +76,7 @@ export declare const findByTagsProfileResponseSchema: z.ZodObject<{
|
|
76
76
|
}, {
|
77
77
|
id: string;
|
78
78
|
name: string;
|
79
|
-
type: "
|
79
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
80
80
|
created_at: Date;
|
81
81
|
updated_at: Date;
|
82
82
|
groupId: string;
|
@@ -90,13 +90,12 @@ export declare const findByTagsProfileResponseSchema: z.ZodObject<{
|
|
90
90
|
id: string;
|
91
91
|
username: string | null;
|
92
92
|
password: string | null;
|
93
|
-
role: "USER" | "ADMIN" | "FORM" | "
|
93
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
94
94
|
phoneNumber: string;
|
95
95
|
secondaryPhoneNumber: string | null;
|
96
96
|
fullName: string;
|
97
97
|
profilePictureUrl: string | null;
|
98
98
|
mail: string | null;
|
99
|
-
dni: string | null;
|
100
99
|
created_at: Date;
|
101
100
|
updated_at: Date;
|
102
101
|
shortId: number;
|
@@ -106,6 +105,7 @@ export declare const findByTagsProfileResponseSchema: z.ZodObject<{
|
|
106
105
|
gender: string | null;
|
107
106
|
birthDate: Date | null;
|
108
107
|
instagram: string | null;
|
108
|
+
dni: string | null;
|
109
109
|
alternativeNames: string[];
|
110
110
|
birthLocationId: string | null;
|
111
111
|
residenceLocationId: string | null;
|
@@ -114,7 +114,7 @@ export declare const findByTagsProfileResponseSchema: z.ZodObject<{
|
|
114
114
|
tags: {
|
115
115
|
id: string;
|
116
116
|
name: string;
|
117
|
-
type: "
|
117
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
118
118
|
created_at: Date;
|
119
119
|
updated_at: Date;
|
120
120
|
groupId: string;
|
@@ -133,7 +133,6 @@ export declare const findByTagsProfileResponseSchema: z.ZodObject<{
|
|
133
133
|
fullName: string;
|
134
134
|
profilePictureUrl: string | null;
|
135
135
|
mail: string | null;
|
136
|
-
dni: string | null;
|
137
136
|
created_at: Date;
|
138
137
|
updated_at: Date;
|
139
138
|
shortId: number;
|
@@ -143,6 +142,7 @@ export declare const findByTagsProfileResponseSchema: z.ZodObject<{
|
|
143
142
|
gender: string | null;
|
144
143
|
birthDate: string | null;
|
145
144
|
instagram: string | null;
|
145
|
+
dni: string | null;
|
146
146
|
alternativeNames: string[];
|
147
147
|
birthLocationId: string | null;
|
148
148
|
residenceLocationId: string | null;
|
@@ -151,7 +151,7 @@ export declare const findByTagsProfileResponseSchema: z.ZodObject<{
|
|
151
151
|
tags: {
|
152
152
|
id: string;
|
153
153
|
name: string;
|
154
|
-
type: "
|
154
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
155
155
|
created_at: Date;
|
156
156
|
updated_at: Date;
|
157
157
|
groupId: string;
|
@@ -161,20 +161,19 @@ export declare const findByTagsProfileResponseSchema: z.ZodObject<{
|
|
161
161
|
isExclusive: boolean;
|
162
162
|
};
|
163
163
|
}[];
|
164
|
-
role?: "USER" | "ADMIN" | "FORM" | "
|
164
|
+
role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
|
165
165
|
}>, "many">;
|
166
166
|
}, "strip", z.ZodTypeAny, {
|
167
167
|
profiles: {
|
168
168
|
id: string;
|
169
169
|
username: string | null;
|
170
170
|
password: string | null;
|
171
|
-
role: "USER" | "ADMIN" | "FORM" | "
|
171
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
172
172
|
phoneNumber: string;
|
173
173
|
secondaryPhoneNumber: string | null;
|
174
174
|
fullName: string;
|
175
175
|
profilePictureUrl: string | null;
|
176
176
|
mail: string | null;
|
177
|
-
dni: string | null;
|
178
177
|
created_at: Date;
|
179
178
|
updated_at: Date;
|
180
179
|
shortId: number;
|
@@ -184,6 +183,7 @@ export declare const findByTagsProfileResponseSchema: z.ZodObject<{
|
|
184
183
|
gender: string | null;
|
185
184
|
birthDate: Date | null;
|
186
185
|
instagram: string | null;
|
186
|
+
dni: string | null;
|
187
187
|
alternativeNames: string[];
|
188
188
|
birthLocationId: string | null;
|
189
189
|
residenceLocationId: string | null;
|
@@ -192,7 +192,7 @@ export declare const findByTagsProfileResponseSchema: z.ZodObject<{
|
|
192
192
|
tags: {
|
193
193
|
id: string;
|
194
194
|
name: string;
|
195
|
-
type: "
|
195
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
196
196
|
created_at: Date;
|
197
197
|
updated_at: Date;
|
198
198
|
groupId: string;
|
@@ -213,7 +213,6 @@ export declare const findByTagsProfileResponseSchema: z.ZodObject<{
|
|
213
213
|
fullName: string;
|
214
214
|
profilePictureUrl: string | null;
|
215
215
|
mail: string | null;
|
216
|
-
dni: string | null;
|
217
216
|
created_at: Date;
|
218
217
|
updated_at: Date;
|
219
218
|
shortId: number;
|
@@ -223,6 +222,7 @@ export declare const findByTagsProfileResponseSchema: z.ZodObject<{
|
|
223
222
|
gender: string | null;
|
224
223
|
birthDate: string | null;
|
225
224
|
instagram: string | null;
|
225
|
+
dni: string | null;
|
226
226
|
alternativeNames: string[];
|
227
227
|
birthLocationId: string | null;
|
228
228
|
residenceLocationId: string | null;
|
@@ -231,7 +231,7 @@ export declare const findByTagsProfileResponseSchema: z.ZodObject<{
|
|
231
231
|
tags: {
|
232
232
|
id: string;
|
233
233
|
name: string;
|
234
|
-
type: "
|
234
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
235
235
|
created_at: Date;
|
236
236
|
updated_at: Date;
|
237
237
|
groupId: string;
|
@@ -241,7 +241,7 @@ export declare const findByTagsProfileResponseSchema: z.ZodObject<{
|
|
241
241
|
isExclusive: boolean;
|
242
242
|
};
|
243
243
|
}[];
|
244
|
-
role?: "USER" | "ADMIN" | "FORM" | "
|
244
|
+
role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
|
245
245
|
}[];
|
246
246
|
}>;
|
247
247
|
declare const FindByTagsProfileResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodObject<{
|
@@ -252,8 +252,8 @@ declare const FindByTagsProfileResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
252
252
|
USER: "USER";
|
253
253
|
ADMIN: "ADMIN";
|
254
254
|
FORM: "FORM";
|
255
|
-
MI_EXPO: "MI_EXPO";
|
256
255
|
TICKETS: "TICKETS";
|
256
|
+
MI_EXPO: "MI_EXPO";
|
257
257
|
}>>;
|
258
258
|
firstTimeMiExpo: z.ZodBoolean;
|
259
259
|
username: z.ZodNullable<z.ZodString>;
|
@@ -304,7 +304,7 @@ declare const FindByTagsProfileResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
304
304
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
305
305
|
id: string;
|
306
306
|
name: string;
|
307
|
-
type: "
|
307
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
308
308
|
created_at: string;
|
309
309
|
updated_at: string;
|
310
310
|
groupId: string;
|
@@ -316,7 +316,7 @@ declare const FindByTagsProfileResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
316
316
|
}, {
|
317
317
|
id: string;
|
318
318
|
name: string;
|
319
|
-
type: "
|
319
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
320
320
|
created_at: string;
|
321
321
|
updated_at: string;
|
322
322
|
groupId: string;
|
@@ -330,13 +330,12 @@ declare const FindByTagsProfileResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
330
330
|
id: string;
|
331
331
|
username: string | null;
|
332
332
|
password: string | null;
|
333
|
-
role: "USER" | "ADMIN" | "FORM" | "
|
333
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
334
334
|
phoneNumber: string;
|
335
335
|
secondaryPhoneNumber: string | null;
|
336
336
|
fullName: string;
|
337
337
|
profilePictureUrl: string | null;
|
338
338
|
mail: string | null;
|
339
|
-
dni: string | null;
|
340
339
|
created_at: string;
|
341
340
|
updated_at: string;
|
342
341
|
shortId: number;
|
@@ -346,6 +345,7 @@ declare const FindByTagsProfileResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
346
345
|
gender: string | null;
|
347
346
|
birthDate: string | null;
|
348
347
|
instagram: string | null;
|
348
|
+
dni: string | null;
|
349
349
|
alternativeNames: string[];
|
350
350
|
birthLocationId: string | null;
|
351
351
|
residenceLocationId: string | null;
|
@@ -354,7 +354,7 @@ declare const FindByTagsProfileResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
354
354
|
tags: {
|
355
355
|
id: string;
|
356
356
|
name: string;
|
357
|
-
type: "
|
357
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
358
358
|
created_at: string;
|
359
359
|
updated_at: string;
|
360
360
|
groupId: string;
|
@@ -373,7 +373,6 @@ declare const FindByTagsProfileResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
373
373
|
fullName: string;
|
374
374
|
profilePictureUrl: string | null;
|
375
375
|
mail: string | null;
|
376
|
-
dni: string | null;
|
377
376
|
created_at: string;
|
378
377
|
updated_at: string;
|
379
378
|
shortId: number;
|
@@ -383,6 +382,7 @@ declare const FindByTagsProfileResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
383
382
|
gender: string | null;
|
384
383
|
birthDate: string | null;
|
385
384
|
instagram: string | null;
|
385
|
+
dni: string | null;
|
386
386
|
alternativeNames: string[];
|
387
387
|
birthLocationId: string | null;
|
388
388
|
residenceLocationId: string | null;
|
@@ -391,7 +391,7 @@ declare const FindByTagsProfileResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
391
391
|
tags: {
|
392
392
|
id: string;
|
393
393
|
name: string;
|
394
|
-
type: "
|
394
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
395
395
|
created_at: string;
|
396
396
|
updated_at: string;
|
397
397
|
groupId: string;
|
@@ -401,20 +401,19 @@ declare const FindByTagsProfileResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
401
401
|
isExclusive: boolean;
|
402
402
|
};
|
403
403
|
}[];
|
404
|
-
role?: "USER" | "ADMIN" | "FORM" | "
|
404
|
+
role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
|
405
405
|
}>, "many">;
|
406
406
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
407
407
|
profiles: {
|
408
408
|
id: string;
|
409
409
|
username: string | null;
|
410
410
|
password: string | null;
|
411
|
-
role: "USER" | "ADMIN" | "FORM" | "
|
411
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
412
412
|
phoneNumber: string;
|
413
413
|
secondaryPhoneNumber: string | null;
|
414
414
|
fullName: string;
|
415
415
|
profilePictureUrl: string | null;
|
416
416
|
mail: string | null;
|
417
|
-
dni: string | null;
|
418
417
|
created_at: string;
|
419
418
|
updated_at: string;
|
420
419
|
shortId: number;
|
@@ -424,6 +423,7 @@ declare const FindByTagsProfileResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
424
423
|
gender: string | null;
|
425
424
|
birthDate: string | null;
|
426
425
|
instagram: string | null;
|
426
|
+
dni: string | null;
|
427
427
|
alternativeNames: string[];
|
428
428
|
birthLocationId: string | null;
|
429
429
|
residenceLocationId: string | null;
|
@@ -432,7 +432,7 @@ declare const FindByTagsProfileResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
432
432
|
tags: {
|
433
433
|
id: string;
|
434
434
|
name: string;
|
435
|
-
type: "
|
435
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
436
436
|
created_at: string;
|
437
437
|
updated_at: string;
|
438
438
|
groupId: string;
|
@@ -453,7 +453,6 @@ declare const FindByTagsProfileResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
453
453
|
fullName: string;
|
454
454
|
profilePictureUrl: string | null;
|
455
455
|
mail: string | null;
|
456
|
-
dni: string | null;
|
457
456
|
created_at: string;
|
458
457
|
updated_at: string;
|
459
458
|
shortId: number;
|
@@ -463,6 +462,7 @@ declare const FindByTagsProfileResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
463
462
|
gender: string | null;
|
464
463
|
birthDate: string | null;
|
465
464
|
instagram: string | null;
|
465
|
+
dni: string | null;
|
466
466
|
alternativeNames: string[];
|
467
467
|
birthLocationId: string | null;
|
468
468
|
residenceLocationId: string | null;
|
@@ -471,7 +471,7 @@ declare const FindByTagsProfileResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
471
471
|
tags: {
|
472
472
|
id: string;
|
473
473
|
name: string;
|
474
|
-
type: "
|
474
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
475
475
|
created_at: string;
|
476
476
|
updated_at: string;
|
477
477
|
groupId: string;
|
@@ -481,7 +481,7 @@ declare const FindByTagsProfileResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
481
481
|
isExclusive: boolean;
|
482
482
|
};
|
483
483
|
}[];
|
484
|
-
role?: "USER" | "ADMIN" | "FORM" | "
|
484
|
+
role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
|
485
485
|
}[];
|
486
486
|
}>>;
|
487
487
|
export declare class FindByTagsProfileResponseDto extends FindByTagsProfileResponseDto_base {
|
@@ -7,8 +7,8 @@ export declare const findWithActiveChatResponseSchema: z.ZodObject<{
|
|
7
7
|
USER: "USER";
|
8
8
|
ADMIN: "ADMIN";
|
9
9
|
FORM: "FORM";
|
10
|
-
MI_EXPO: "MI_EXPO";
|
11
10
|
TICKETS: "TICKETS";
|
11
|
+
MI_EXPO: "MI_EXPO";
|
12
12
|
}>>;
|
13
13
|
firstTimeMiExpo: z.ZodBoolean;
|
14
14
|
username: z.ZodNullable<z.ZodString>;
|
@@ -47,14 +47,14 @@ export declare const findWithActiveChatResponseSchema: z.ZodObject<{
|
|
47
47
|
}, "strip", z.ZodTypeAny, {
|
48
48
|
id: string;
|
49
49
|
name: string;
|
50
|
-
type: "
|
50
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
51
51
|
created_at: Date;
|
52
52
|
updated_at: Date;
|
53
53
|
groupId: string;
|
54
54
|
}, {
|
55
55
|
id: string;
|
56
56
|
name: string;
|
57
|
-
type: "
|
57
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
58
58
|
created_at: Date;
|
59
59
|
updated_at: Date;
|
60
60
|
groupId: string;
|
@@ -172,13 +172,12 @@ export declare const findWithActiveChatResponseSchema: z.ZodObject<{
|
|
172
172
|
id: string;
|
173
173
|
username: string | null;
|
174
174
|
password: string | null;
|
175
|
-
role: "USER" | "ADMIN" | "FORM" | "
|
175
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
176
176
|
phoneNumber: string;
|
177
177
|
secondaryPhoneNumber: string | null;
|
178
178
|
fullName: string;
|
179
179
|
profilePictureUrl: string | null;
|
180
180
|
mail: string | null;
|
181
|
-
dni: string | null;
|
182
181
|
created_at: Date;
|
183
182
|
updated_at: Date;
|
184
183
|
shortId: number;
|
@@ -188,6 +187,7 @@ export declare const findWithActiveChatResponseSchema: z.ZodObject<{
|
|
188
187
|
gender: string | null;
|
189
188
|
birthDate: Date | null;
|
190
189
|
instagram: string | null;
|
190
|
+
dni: string | null;
|
191
191
|
alternativeNames: string[];
|
192
192
|
birthLocationId: string | null;
|
193
193
|
residenceLocationId: string | null;
|
@@ -217,7 +217,7 @@ export declare const findWithActiveChatResponseSchema: z.ZodObject<{
|
|
217
217
|
tags: {
|
218
218
|
id: string;
|
219
219
|
name: string;
|
220
|
-
type: "
|
220
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
221
221
|
created_at: Date;
|
222
222
|
updated_at: Date;
|
223
223
|
groupId: string;
|
@@ -232,7 +232,6 @@ export declare const findWithActiveChatResponseSchema: z.ZodObject<{
|
|
232
232
|
fullName: string;
|
233
233
|
profilePictureUrl: string | null;
|
234
234
|
mail: string | null;
|
235
|
-
dni: string | null;
|
236
235
|
created_at: Date;
|
237
236
|
updated_at: Date;
|
238
237
|
shortId: number;
|
@@ -242,6 +241,7 @@ export declare const findWithActiveChatResponseSchema: z.ZodObject<{
|
|
242
241
|
gender: string | null;
|
243
242
|
birthDate: string | null;
|
244
243
|
instagram: string | null;
|
244
|
+
dni: string | null;
|
245
245
|
alternativeNames: string[];
|
246
246
|
birthLocationId: string | null;
|
247
247
|
residenceLocationId: string | null;
|
@@ -271,26 +271,25 @@ export declare const findWithActiveChatResponseSchema: z.ZodObject<{
|
|
271
271
|
tags: {
|
272
272
|
id: string;
|
273
273
|
name: string;
|
274
|
-
type: "
|
274
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
275
275
|
created_at: Date;
|
276
276
|
updated_at: Date;
|
277
277
|
groupId: string;
|
278
278
|
}[];
|
279
279
|
inChat: boolean;
|
280
|
-
role?: "USER" | "ADMIN" | "FORM" | "
|
280
|
+
role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
|
281
281
|
}>, "many">;
|
282
282
|
}, "strip", z.ZodTypeAny, {
|
283
283
|
profiles: {
|
284
284
|
id: string;
|
285
285
|
username: string | null;
|
286
286
|
password: string | null;
|
287
|
-
role: "USER" | "ADMIN" | "FORM" | "
|
287
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
288
288
|
phoneNumber: string;
|
289
289
|
secondaryPhoneNumber: string | null;
|
290
290
|
fullName: string;
|
291
291
|
profilePictureUrl: string | null;
|
292
292
|
mail: string | null;
|
293
|
-
dni: string | null;
|
294
293
|
created_at: Date;
|
295
294
|
updated_at: Date;
|
296
295
|
shortId: number;
|
@@ -300,6 +299,7 @@ export declare const findWithActiveChatResponseSchema: z.ZodObject<{
|
|
300
299
|
gender: string | null;
|
301
300
|
birthDate: Date | null;
|
302
301
|
instagram: string | null;
|
302
|
+
dni: string | null;
|
303
303
|
alternativeNames: string[];
|
304
304
|
birthLocationId: string | null;
|
305
305
|
residenceLocationId: string | null;
|
@@ -329,7 +329,7 @@ export declare const findWithActiveChatResponseSchema: z.ZodObject<{
|
|
329
329
|
tags: {
|
330
330
|
id: string;
|
331
331
|
name: string;
|
332
|
-
type: "
|
332
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
333
333
|
created_at: Date;
|
334
334
|
updated_at: Date;
|
335
335
|
groupId: string;
|
@@ -346,7 +346,6 @@ export declare const findWithActiveChatResponseSchema: z.ZodObject<{
|
|
346
346
|
fullName: string;
|
347
347
|
profilePictureUrl: string | null;
|
348
348
|
mail: string | null;
|
349
|
-
dni: string | null;
|
350
349
|
created_at: Date;
|
351
350
|
updated_at: Date;
|
352
351
|
shortId: number;
|
@@ -356,6 +355,7 @@ export declare const findWithActiveChatResponseSchema: z.ZodObject<{
|
|
356
355
|
gender: string | null;
|
357
356
|
birthDate: string | null;
|
358
357
|
instagram: string | null;
|
358
|
+
dni: string | null;
|
359
359
|
alternativeNames: string[];
|
360
360
|
birthLocationId: string | null;
|
361
361
|
residenceLocationId: string | null;
|
@@ -385,13 +385,13 @@ export declare const findWithActiveChatResponseSchema: z.ZodObject<{
|
|
385
385
|
tags: {
|
386
386
|
id: string;
|
387
387
|
name: string;
|
388
|
-
type: "
|
388
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
389
389
|
created_at: Date;
|
390
390
|
updated_at: Date;
|
391
391
|
groupId: string;
|
392
392
|
}[];
|
393
393
|
inChat: boolean;
|
394
|
-
role?: "USER" | "ADMIN" | "FORM" | "
|
394
|
+
role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
|
395
395
|
}[];
|
396
396
|
}>;
|
397
397
|
declare const FindWithActiveChatResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodObject<{
|
@@ -402,8 +402,8 @@ declare const FindWithActiveChatResponseDto_base: import("@anatine/zod-nestjs").
|
|
402
402
|
USER: "USER";
|
403
403
|
ADMIN: "ADMIN";
|
404
404
|
FORM: "FORM";
|
405
|
-
MI_EXPO: "MI_EXPO";
|
406
405
|
TICKETS: "TICKETS";
|
406
|
+
MI_EXPO: "MI_EXPO";
|
407
407
|
}>>;
|
408
408
|
firstTimeMiExpo: z.ZodBoolean;
|
409
409
|
username: z.ZodNullable<z.ZodString>;
|
@@ -441,14 +441,14 @@ declare const FindWithActiveChatResponseDto_base: import("@anatine/zod-nestjs").
|
|
441
441
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
442
442
|
id: string;
|
443
443
|
name: string;
|
444
|
-
type: "
|
444
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
445
445
|
created_at: string;
|
446
446
|
updated_at: string;
|
447
447
|
groupId: string;
|
448
448
|
}, {
|
449
449
|
id: string;
|
450
450
|
name: string;
|
451
|
-
type: "
|
451
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
452
452
|
created_at: string;
|
453
453
|
updated_at: string;
|
454
454
|
groupId: string;
|
@@ -563,13 +563,12 @@ declare const FindWithActiveChatResponseDto_base: import("@anatine/zod-nestjs").
|
|
563
563
|
id: string;
|
564
564
|
username: string | null;
|
565
565
|
password: string | null;
|
566
|
-
role: "USER" | "ADMIN" | "FORM" | "
|
566
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
567
567
|
phoneNumber: string;
|
568
568
|
secondaryPhoneNumber: string | null;
|
569
569
|
fullName: string;
|
570
570
|
profilePictureUrl: string | null;
|
571
571
|
mail: string | null;
|
572
|
-
dni: string | null;
|
573
572
|
created_at: string;
|
574
573
|
updated_at: string;
|
575
574
|
shortId: number;
|
@@ -579,6 +578,7 @@ declare const FindWithActiveChatResponseDto_base: import("@anatine/zod-nestjs").
|
|
579
578
|
gender: string | null;
|
580
579
|
birthDate: string | null;
|
581
580
|
instagram: string | null;
|
581
|
+
dni: string | null;
|
582
582
|
alternativeNames: string[];
|
583
583
|
birthLocationId: string | null;
|
584
584
|
residenceLocationId: string | null;
|
@@ -608,7 +608,7 @@ declare const FindWithActiveChatResponseDto_base: import("@anatine/zod-nestjs").
|
|
608
608
|
tags: {
|
609
609
|
id: string;
|
610
610
|
name: string;
|
611
|
-
type: "
|
611
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
612
612
|
created_at: string;
|
613
613
|
updated_at: string;
|
614
614
|
groupId: string;
|
@@ -623,7 +623,6 @@ declare const FindWithActiveChatResponseDto_base: import("@anatine/zod-nestjs").
|
|
623
623
|
fullName: string;
|
624
624
|
profilePictureUrl: string | null;
|
625
625
|
mail: string | null;
|
626
|
-
dni: string | null;
|
627
626
|
created_at: string;
|
628
627
|
updated_at: string;
|
629
628
|
shortId: number;
|
@@ -633,6 +632,7 @@ declare const FindWithActiveChatResponseDto_base: import("@anatine/zod-nestjs").
|
|
633
632
|
gender: string | null;
|
634
633
|
birthDate: string | null;
|
635
634
|
instagram: string | null;
|
635
|
+
dni: string | null;
|
636
636
|
alternativeNames: string[];
|
637
637
|
birthLocationId: string | null;
|
638
638
|
residenceLocationId: string | null;
|
@@ -662,26 +662,25 @@ declare const FindWithActiveChatResponseDto_base: import("@anatine/zod-nestjs").
|
|
662
662
|
tags: {
|
663
663
|
id: string;
|
664
664
|
name: string;
|
665
|
-
type: "
|
665
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
666
666
|
created_at: string;
|
667
667
|
updated_at: string;
|
668
668
|
groupId: string;
|
669
669
|
}[];
|
670
670
|
inChat: boolean;
|
671
|
-
role?: "USER" | "ADMIN" | "FORM" | "
|
671
|
+
role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
|
672
672
|
}>, "many">;
|
673
673
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
674
674
|
profiles: {
|
675
675
|
id: string;
|
676
676
|
username: string | null;
|
677
677
|
password: string | null;
|
678
|
-
role: "USER" | "ADMIN" | "FORM" | "
|
678
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
679
679
|
phoneNumber: string;
|
680
680
|
secondaryPhoneNumber: string | null;
|
681
681
|
fullName: string;
|
682
682
|
profilePictureUrl: string | null;
|
683
683
|
mail: string | null;
|
684
|
-
dni: string | null;
|
685
684
|
created_at: string;
|
686
685
|
updated_at: string;
|
687
686
|
shortId: number;
|
@@ -691,6 +690,7 @@ declare const FindWithActiveChatResponseDto_base: import("@anatine/zod-nestjs").
|
|
691
690
|
gender: string | null;
|
692
691
|
birthDate: string | null;
|
693
692
|
instagram: string | null;
|
693
|
+
dni: string | null;
|
694
694
|
alternativeNames: string[];
|
695
695
|
birthLocationId: string | null;
|
696
696
|
residenceLocationId: string | null;
|
@@ -720,7 +720,7 @@ declare const FindWithActiveChatResponseDto_base: import("@anatine/zod-nestjs").
|
|
720
720
|
tags: {
|
721
721
|
id: string;
|
722
722
|
name: string;
|
723
|
-
type: "
|
723
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
724
724
|
created_at: string;
|
725
725
|
updated_at: string;
|
726
726
|
groupId: string;
|
@@ -737,7 +737,6 @@ declare const FindWithActiveChatResponseDto_base: import("@anatine/zod-nestjs").
|
|
737
737
|
fullName: string;
|
738
738
|
profilePictureUrl: string | null;
|
739
739
|
mail: string | null;
|
740
|
-
dni: string | null;
|
741
740
|
created_at: string;
|
742
741
|
updated_at: string;
|
743
742
|
shortId: number;
|
@@ -747,6 +746,7 @@ declare const FindWithActiveChatResponseDto_base: import("@anatine/zod-nestjs").
|
|
747
746
|
gender: string | null;
|
748
747
|
birthDate: string | null;
|
749
748
|
instagram: string | null;
|
749
|
+
dni: string | null;
|
750
750
|
alternativeNames: string[];
|
751
751
|
birthLocationId: string | null;
|
752
752
|
residenceLocationId: string | null;
|
@@ -776,13 +776,13 @@ declare const FindWithActiveChatResponseDto_base: import("@anatine/zod-nestjs").
|
|
776
776
|
tags: {
|
777
777
|
id: string;
|
778
778
|
name: string;
|
779
|
-
type: "
|
779
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
780
780
|
created_at: string;
|
781
781
|
updated_at: string;
|
782
782
|
groupId: string;
|
783
783
|
}[];
|
784
784
|
inChat: boolean;
|
785
|
-
role?: "USER" | "ADMIN" | "FORM" | "
|
785
|
+
role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
|
786
786
|
}[];
|
787
787
|
}>>;
|
788
788
|
export declare class FindWithActiveChatResponseDto extends FindWithActiveChatResponseDto_base {
|
@@ -5,8 +5,8 @@ declare const ProfileDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<import
|
|
5
5
|
USER: "USER";
|
6
6
|
ADMIN: "ADMIN";
|
7
7
|
FORM: "FORM";
|
8
|
-
MI_EXPO: "MI_EXPO";
|
9
8
|
TICKETS: "TICKETS";
|
9
|
+
MI_EXPO: "MI_EXPO";
|
10
10
|
}>>;
|
11
11
|
firstTimeMiExpo: import("zod").ZodBoolean;
|
12
12
|
username: import("zod").ZodNullable<import("zod").ZodString>;
|
@@ -33,13 +33,12 @@ declare const ProfileDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<import
|
|
33
33
|
id: string;
|
34
34
|
username: string | null;
|
35
35
|
password: string | null;
|
36
|
-
role: "USER" | "ADMIN" | "FORM" | "
|
36
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
37
37
|
phoneNumber: string;
|
38
38
|
secondaryPhoneNumber: string | null;
|
39
39
|
fullName: string;
|
40
40
|
profilePictureUrl: string | null;
|
41
41
|
mail: string | null;
|
42
|
-
dni: string | null;
|
43
42
|
created_at: string;
|
44
43
|
updated_at: string;
|
45
44
|
shortId: number;
|
@@ -49,6 +48,7 @@ declare const ProfileDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<import
|
|
49
48
|
gender: string | null;
|
50
49
|
birthDate: string | null;
|
51
50
|
instagram: string | null;
|
51
|
+
dni: string | null;
|
52
52
|
alternativeNames: string[];
|
53
53
|
birthLocationId: string | null;
|
54
54
|
residenceLocationId: string | null;
|
@@ -63,7 +63,6 @@ declare const ProfileDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<import
|
|
63
63
|
fullName: string;
|
64
64
|
profilePictureUrl: string | null;
|
65
65
|
mail: string | null;
|
66
|
-
dni: string | null;
|
67
66
|
created_at: string;
|
68
67
|
updated_at: string;
|
69
68
|
shortId: number;
|
@@ -73,12 +72,13 @@ declare const ProfileDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<import
|
|
73
72
|
gender: string | null;
|
74
73
|
birthDate: string | null;
|
75
74
|
instagram: string | null;
|
75
|
+
dni: string | null;
|
76
76
|
alternativeNames: string[];
|
77
77
|
birthLocationId: string | null;
|
78
78
|
residenceLocationId: string | null;
|
79
79
|
isInTrash: boolean;
|
80
80
|
movedToTrashDate: string | null;
|
81
|
-
role?: "USER" | "ADMIN" | "FORM" | "
|
81
|
+
role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
|
82
82
|
}>>;
|
83
83
|
export declare class ProfileDto extends ProfileDto_base {
|
84
84
|
}
|