expo-backend-types 0.35.0-EXPO-323-Enviar-mail-ticket.2 → 0.35.0-EXPO-322-ExpoBackend-Rol-de-expoTickets.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 -6
- package/dist/src/account/dto/create-account.dto.d.ts +8 -12
- package/dist/src/account/dto/get-global-filter.dto.d.ts +0 -1
- package/dist/src/account/dto/get-me.dto.d.ts +4 -6
- package/dist/src/account/dto/update-global-filter.dto.d.ts +4 -6
- package/dist/src/auth/dto/login.dto.d.ts +8 -11
- package/dist/src/comment/dto/get-by-profile-comment.dto.d.ts +0 -1
- package/dist/src/event/dto/create-event.dto.d.ts +10 -10
- package/dist/src/event/dto/event-tickets.dto.d.ts +3 -3
- package/dist/src/event/dto/event-tickets.dto.js +2 -5
- package/dist/src/event/dto/get-active-events.dto.d.ts +14 -14
- package/dist/src/event/dto/get-all-event.dto.d.ts +0 -616
- package/dist/src/event/dto/get-all-event.dto.js +8 -29
- package/dist/src/event/dto/get-by-id-event.dto.d.ts +10 -317
- package/dist/src/event/dto/get-by-id-event.dto.js +0 -4
- package/dist/src/event/dto/update-event.dto.d.ts +20 -26
- package/dist/src/event/dto/update-event.dto.js +0 -1
- package/dist/src/i18n/es.d.ts +0 -24
- package/dist/src/i18n/es.js +0 -24
- package/dist/src/i18n/es.js.map +1 -1
- package/dist/src/mi-expo/dto/get-me.dto.d.ts +0 -18
- package/dist/src/mi-expo/dto/login-with-phone.dto.d.ts +0 -22
- package/dist/src/mi-expo/dto/login.dto.d.ts +0 -23
- package/dist/src/mi-expo/dto/update-me.dto.d.ts +0 -18
- package/dist/src/mi-expo/exports.d.ts +0 -1
- package/dist/src/mi-expo/exports.js +0 -1
- package/dist/src/otp/dto/verify-otp.dto.d.ts +0 -22
- package/dist/src/profile/dto/create-profile.dto.d.ts +0 -28
- package/dist/src/profile/dto/delete-profile.dto.d.ts +0 -18
- package/dist/src/profile/dto/find-all-profile.dto.d.ts +0 -22
- package/dist/src/profile/dto/find-by-date-range-profile.dto.d.ts +0 -40
- package/dist/src/profile/dto/find-by-id-profile.dto.d.ts +0 -18
- package/dist/src/profile/dto/find-by-phone-number.dto.d.ts +0 -18
- package/dist/src/profile/dto/find-by-tag-groups-profile.dto.d.ts +0 -22
- package/dist/src/profile/dto/find-by-tags-profile.dto.d.ts +1 -57
- package/dist/src/profile/dto/find-by-tags-profile.dto.js +0 -2
- package/dist/src/profile/dto/find-trash.dto.d.ts +0 -7
- package/dist/src/profile/dto/find-with-active-chat.dto.d.ts +0 -22
- package/dist/src/profile/dto/profile.dto.d.ts +0 -9
- package/dist/src/profile/dto/update-profile.dto.d.ts +0 -18
- package/dist/src/schema/profile.schema.d.ts +0 -9
- package/dist/src/schema/profile.schema.js +0 -2
- package/dist/src/tag/dto/massive-allocation.dto.d.ts +0 -22
- package/dist/src/tag/dto/massive-deallocation.dto.d.ts +0 -22
- package/dist/src/ticket/dto/create-ticket.dto.d.ts +4 -158
- package/dist/src/ticket/dto/create-ticket.dto.js +2 -10
- package/dist/src/ticket/dto/find-by-event-ticket.dto.d.ts +0 -372
- package/dist/src/ticket/dto/find-by-event-ticket.dto.js +0 -2
- package/dist/src/ticket/dto/find-by-id-ticket.dto.d.ts +0 -372
- package/dist/src/ticket/dto/find-by-id-ticket.dto.js +0 -2
- package/dist/src/ticket/dto/find-by-mail-ticket.dto.d.ts +0 -372
- package/dist/src/ticket/dto/find-by-mail-ticket.dto.js +0 -2
- package/dist/src/ticket/exports.d.ts +0 -1
- package/dist/src/ticket/exports.js +0 -1
- package/dist/types/prisma-schema/edge.js +3 -6
- package/dist/types/prisma-schema/index-browser.js +0 -3
- package/dist/types/prisma-schema/index.d.ts +47 -586
- package/dist/types/prisma-schema/index.js +3 -6
- package/dist/types/prisma-schema/package.json +1 -1
- package/dist/types/prisma-schema/schema.prisma +1 -9
- package/dist/types/prisma-schema/wasm.js +0 -3
- package/dist/types/schema.d.ts +10 -398
- package/package.json +2 -3
- package/dist/src/mi-expo/dto/get-invitations.dto.d.ts +0 -104
- package/dist/src/mi-expo/dto/get-invitations.dto.js +0 -24
- package/dist/src/ticket/dto/find-by-profile-id-ticket.dto.d.ts +0 -331
- package/dist/src/ticket/dto/find-by-profile-id-ticket.dto.js +0 -19
- package/dist/src/ticket/dto/send-email.dto.d.ts +0 -18
- package/dist/src/ticket/dto/send-email.dto.js +0 -15
@@ -1,13 +1,6 @@
|
|
1
1
|
export declare const deleteProfileResponseSchema: import("zod").ZodObject<{
|
2
2
|
id: import("zod").ZodString;
|
3
3
|
shortId: import("zod").ZodNumber;
|
4
|
-
role: import("zod").ZodDefault<import("zod").ZodNativeEnum<{
|
5
|
-
USER: "USER";
|
6
|
-
ADMIN: "ADMIN";
|
7
|
-
FORM: "FORM";
|
8
|
-
MI_EXPO: "MI_EXPO";
|
9
|
-
TICKETS: "TICKETS";
|
10
|
-
}>>;
|
11
4
|
firstTimeMiExpo: import("zod").ZodBoolean;
|
12
5
|
username: import("zod").ZodNullable<import("zod").ZodString>;
|
13
6
|
password: import("zod").ZodNullable<import("zod").ZodString>;
|
@@ -33,7 +26,6 @@ export declare const deleteProfileResponseSchema: import("zod").ZodObject<{
|
|
33
26
|
id: string;
|
34
27
|
username: string | null;
|
35
28
|
password: string | null;
|
36
|
-
role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
|
37
29
|
phoneNumber: string;
|
38
30
|
secondaryPhoneNumber: string | null;
|
39
31
|
fullName: string;
|
@@ -78,18 +70,10 @@ export declare const deleteProfileResponseSchema: import("zod").ZodObject<{
|
|
78
70
|
residenceLocationId: string | null;
|
79
71
|
isInTrash: boolean;
|
80
72
|
movedToTrashDate: Date | null;
|
81
|
-
role?: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS" | undefined;
|
82
73
|
}>;
|
83
74
|
declare const DeleteProfileResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<import("zod").ZodObject<{
|
84
75
|
id: import("zod").ZodString;
|
85
76
|
shortId: import("zod").ZodNumber;
|
86
|
-
role: import("zod").ZodDefault<import("zod").ZodNativeEnum<{
|
87
|
-
USER: "USER";
|
88
|
-
ADMIN: "ADMIN";
|
89
|
-
FORM: "FORM";
|
90
|
-
MI_EXPO: "MI_EXPO";
|
91
|
-
TICKETS: "TICKETS";
|
92
|
-
}>>;
|
93
77
|
firstTimeMiExpo: import("zod").ZodBoolean;
|
94
78
|
username: import("zod").ZodNullable<import("zod").ZodString>;
|
95
79
|
password: import("zod").ZodNullable<import("zod").ZodString>;
|
@@ -115,7 +99,6 @@ declare const DeleteProfileResponseDto_base: import("@anatine/zod-nestjs").ZodDt
|
|
115
99
|
id: string;
|
116
100
|
username: string | null;
|
117
101
|
password: string | null;
|
118
|
-
role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
|
119
102
|
phoneNumber: string;
|
120
103
|
secondaryPhoneNumber: string | null;
|
121
104
|
fullName: string;
|
@@ -160,7 +143,6 @@ declare const DeleteProfileResponseDto_base: import("@anatine/zod-nestjs").ZodDt
|
|
160
143
|
residenceLocationId: string | null;
|
161
144
|
isInTrash: boolean;
|
162
145
|
movedToTrashDate: string | null;
|
163
|
-
role?: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS" | undefined;
|
164
146
|
}>>;
|
165
147
|
export declare class DeleteProfileResponseDto extends DeleteProfileResponseDto_base {
|
166
148
|
}
|
@@ -3,13 +3,6 @@ export declare const findAllProfileResponseSchema: z.ZodObject<{
|
|
3
3
|
profiles: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
4
4
|
id: z.ZodString;
|
5
5
|
shortId: z.ZodNumber;
|
6
|
-
role: z.ZodDefault<z.ZodNativeEnum<{
|
7
|
-
USER: "USER";
|
8
|
-
ADMIN: "ADMIN";
|
9
|
-
FORM: "FORM";
|
10
|
-
MI_EXPO: "MI_EXPO";
|
11
|
-
TICKETS: "TICKETS";
|
12
|
-
}>>;
|
13
6
|
firstTimeMiExpo: z.ZodBoolean;
|
14
7
|
username: z.ZodNullable<z.ZodString>;
|
15
8
|
password: z.ZodNullable<z.ZodString>;
|
@@ -86,7 +79,6 @@ export declare const findAllProfileResponseSchema: z.ZodObject<{
|
|
86
79
|
id: string;
|
87
80
|
username: string | null;
|
88
81
|
password: string | null;
|
89
|
-
role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
|
90
82
|
phoneNumber: string;
|
91
83
|
secondaryPhoneNumber: string | null;
|
92
84
|
fullName: string;
|
@@ -155,14 +147,12 @@ export declare const findAllProfileResponseSchema: z.ZodObject<{
|
|
155
147
|
isExclusive: boolean;
|
156
148
|
};
|
157
149
|
}[];
|
158
|
-
role?: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS" | undefined;
|
159
150
|
}>, "many">;
|
160
151
|
}, "strip", z.ZodTypeAny, {
|
161
152
|
profiles: {
|
162
153
|
id: string;
|
163
154
|
username: string | null;
|
164
155
|
password: string | null;
|
165
|
-
role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
|
166
156
|
phoneNumber: string;
|
167
157
|
secondaryPhoneNumber: string | null;
|
168
158
|
fullName: string;
|
@@ -233,20 +223,12 @@ export declare const findAllProfileResponseSchema: z.ZodObject<{
|
|
233
223
|
isExclusive: boolean;
|
234
224
|
};
|
235
225
|
}[];
|
236
|
-
role?: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS" | undefined;
|
237
226
|
}[];
|
238
227
|
}>;
|
239
228
|
declare const FindAllProfileResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodObject<{
|
240
229
|
profiles: z.ZodArray<z.ZodObject<{
|
241
230
|
id: z.ZodString;
|
242
231
|
shortId: z.ZodNumber;
|
243
|
-
role: z.ZodDefault<z.ZodNativeEnum<{
|
244
|
-
USER: "USER";
|
245
|
-
ADMIN: "ADMIN";
|
246
|
-
FORM: "FORM";
|
247
|
-
MI_EXPO: "MI_EXPO";
|
248
|
-
TICKETS: "TICKETS";
|
249
|
-
}>>;
|
250
232
|
firstTimeMiExpo: z.ZodBoolean;
|
251
233
|
username: z.ZodNullable<z.ZodString>;
|
252
234
|
password: z.ZodNullable<z.ZodString>;
|
@@ -317,7 +299,6 @@ declare const FindAllProfileResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
317
299
|
id: string;
|
318
300
|
username: string | null;
|
319
301
|
password: string | null;
|
320
|
-
role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
|
321
302
|
phoneNumber: string;
|
322
303
|
secondaryPhoneNumber: string | null;
|
323
304
|
fullName: string;
|
@@ -386,14 +367,12 @@ declare const FindAllProfileResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
386
367
|
isExclusive: boolean;
|
387
368
|
};
|
388
369
|
}[];
|
389
|
-
role?: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS" | undefined;
|
390
370
|
}>, "many">;
|
391
371
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
392
372
|
profiles: {
|
393
373
|
id: string;
|
394
374
|
username: string | null;
|
395
375
|
password: string | null;
|
396
|
-
role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
|
397
376
|
phoneNumber: string;
|
398
377
|
secondaryPhoneNumber: string | null;
|
399
378
|
fullName: string;
|
@@ -464,7 +443,6 @@ declare const FindAllProfileResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
464
443
|
isExclusive: boolean;
|
465
444
|
};
|
466
445
|
}[];
|
467
|
-
role?: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS" | undefined;
|
468
446
|
}[];
|
469
447
|
}>>;
|
470
448
|
export declare class FindAllProfileResponseDto extends FindAllProfileResponseDto_base {
|
@@ -3,13 +3,6 @@ export declare const findByDateRangeSchema: z.ZodObject<{
|
|
3
3
|
profiles: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
4
4
|
id: z.ZodString;
|
5
5
|
shortId: z.ZodNumber;
|
6
|
-
role: z.ZodDefault<z.ZodNativeEnum<{
|
7
|
-
USER: "USER";
|
8
|
-
ADMIN: "ADMIN";
|
9
|
-
FORM: "FORM";
|
10
|
-
MI_EXPO: "MI_EXPO";
|
11
|
-
TICKETS: "TICKETS";
|
12
|
-
}>>;
|
13
6
|
firstTimeMiExpo: z.ZodBoolean;
|
14
7
|
username: z.ZodNullable<z.ZodString>;
|
15
8
|
password: z.ZodNullable<z.ZodString>;
|
@@ -82,7 +75,6 @@ export declare const findByDateRangeSchema: z.ZodObject<{
|
|
82
75
|
id: string;
|
83
76
|
username: string | null;
|
84
77
|
password: string | null;
|
85
|
-
role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
|
86
78
|
phoneNumber: string;
|
87
79
|
secondaryPhoneNumber: string | null;
|
88
80
|
fullName: string;
|
@@ -149,14 +141,12 @@ export declare const findByDateRangeSchema: z.ZodObject<{
|
|
149
141
|
id: string;
|
150
142
|
};
|
151
143
|
}[];
|
152
|
-
role?: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS" | undefined;
|
153
144
|
}>, "many">;
|
154
145
|
}, "strip", z.ZodTypeAny, {
|
155
146
|
profiles: {
|
156
147
|
id: string;
|
157
148
|
username: string | null;
|
158
149
|
password: string | null;
|
159
|
-
role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
|
160
150
|
phoneNumber: string;
|
161
151
|
secondaryPhoneNumber: string | null;
|
162
152
|
fullName: string;
|
@@ -225,20 +215,12 @@ export declare const findByDateRangeSchema: z.ZodObject<{
|
|
225
215
|
id: string;
|
226
216
|
};
|
227
217
|
}[];
|
228
|
-
role?: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS" | undefined;
|
229
218
|
}[];
|
230
219
|
}>;
|
231
220
|
declare const FindByDateRangeDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodObject<{
|
232
221
|
profiles: z.ZodArray<z.ZodObject<{
|
233
222
|
id: z.ZodString;
|
234
223
|
shortId: z.ZodNumber;
|
235
|
-
role: z.ZodDefault<z.ZodNativeEnum<{
|
236
|
-
USER: "USER";
|
237
|
-
ADMIN: "ADMIN";
|
238
|
-
FORM: "FORM";
|
239
|
-
MI_EXPO: "MI_EXPO";
|
240
|
-
TICKETS: "TICKETS";
|
241
|
-
}>>;
|
242
224
|
firstTimeMiExpo: z.ZodBoolean;
|
243
225
|
username: z.ZodNullable<z.ZodString>;
|
244
226
|
password: z.ZodNullable<z.ZodString>;
|
@@ -304,7 +286,6 @@ declare const FindByDateRangeDto_base: import("@anatine/zod-nestjs").ZodDtoStati
|
|
304
286
|
id: string;
|
305
287
|
username: string | null;
|
306
288
|
password: string | null;
|
307
|
-
role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
|
308
289
|
phoneNumber: string;
|
309
290
|
secondaryPhoneNumber: string | null;
|
310
291
|
fullName: string;
|
@@ -371,14 +352,12 @@ declare const FindByDateRangeDto_base: import("@anatine/zod-nestjs").ZodDtoStati
|
|
371
352
|
id: string;
|
372
353
|
};
|
373
354
|
}[];
|
374
|
-
role?: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS" | undefined;
|
375
355
|
}>, "many">;
|
376
356
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
377
357
|
profiles: {
|
378
358
|
id: string;
|
379
359
|
username: string | null;
|
380
360
|
password: string | null;
|
381
|
-
role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
|
382
361
|
phoneNumber: string;
|
383
362
|
secondaryPhoneNumber: string | null;
|
384
363
|
fullName: string;
|
@@ -447,7 +426,6 @@ declare const FindByDateRangeDto_base: import("@anatine/zod-nestjs").ZodDtoStati
|
|
447
426
|
id: string;
|
448
427
|
};
|
449
428
|
}[];
|
450
|
-
role?: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS" | undefined;
|
451
429
|
}[];
|
452
430
|
}>>;
|
453
431
|
export declare class FindByDateRangeDto extends FindByDateRangeDto_base {
|
@@ -455,13 +433,6 @@ export declare class FindByDateRangeDto extends FindByDateRangeDto_base {
|
|
455
433
|
export declare const findByDateRangeResponseSchema: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
456
434
|
id: z.ZodString;
|
457
435
|
shortId: z.ZodNumber;
|
458
|
-
role: z.ZodDefault<z.ZodNativeEnum<{
|
459
|
-
USER: "USER";
|
460
|
-
ADMIN: "ADMIN";
|
461
|
-
FORM: "FORM";
|
462
|
-
MI_EXPO: "MI_EXPO";
|
463
|
-
TICKETS: "TICKETS";
|
464
|
-
}>>;
|
465
436
|
firstTimeMiExpo: z.ZodBoolean;
|
466
437
|
username: z.ZodNullable<z.ZodString>;
|
467
438
|
password: z.ZodNullable<z.ZodString>;
|
@@ -534,7 +505,6 @@ export declare const findByDateRangeResponseSchema: z.ZodRecord<z.ZodString, z.Z
|
|
534
505
|
id: string;
|
535
506
|
username: string | null;
|
536
507
|
password: string | null;
|
537
|
-
role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
|
538
508
|
phoneNumber: string;
|
539
509
|
secondaryPhoneNumber: string | null;
|
540
510
|
fullName: string;
|
@@ -601,18 +571,10 @@ export declare const findByDateRangeResponseSchema: z.ZodRecord<z.ZodString, z.Z
|
|
601
571
|
id: string;
|
602
572
|
};
|
603
573
|
}[];
|
604
|
-
role?: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS" | undefined;
|
605
574
|
}>, "many">>;
|
606
575
|
declare const FindByDateRangeResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
607
576
|
id: z.ZodString;
|
608
577
|
shortId: z.ZodNumber;
|
609
|
-
role: z.ZodDefault<z.ZodNativeEnum<{
|
610
|
-
USER: "USER";
|
611
|
-
ADMIN: "ADMIN";
|
612
|
-
FORM: "FORM";
|
613
|
-
MI_EXPO: "MI_EXPO";
|
614
|
-
TICKETS: "TICKETS";
|
615
|
-
}>>;
|
616
578
|
firstTimeMiExpo: z.ZodBoolean;
|
617
579
|
username: z.ZodNullable<z.ZodString>;
|
618
580
|
password: z.ZodNullable<z.ZodString>;
|
@@ -685,7 +647,6 @@ declare const FindByDateRangeResponseDto_base: import("@anatine/zod-nestjs").Zod
|
|
685
647
|
id: string;
|
686
648
|
username: string | null;
|
687
649
|
password: string | null;
|
688
|
-
role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
|
689
650
|
phoneNumber: string;
|
690
651
|
secondaryPhoneNumber: string | null;
|
691
652
|
fullName: string;
|
@@ -752,7 +713,6 @@ declare const FindByDateRangeResponseDto_base: import("@anatine/zod-nestjs").Zod
|
|
752
713
|
id: string;
|
753
714
|
};
|
754
715
|
}[];
|
755
|
-
role?: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS" | undefined;
|
756
716
|
}>, "many">>>;
|
757
717
|
export declare class FindByDateRangeResponseDto extends FindByDateRangeResponseDto_base {
|
758
718
|
}
|
@@ -2,13 +2,6 @@ import z from 'zod';
|
|
2
2
|
export declare const findByIdProfileResponseSchema: z.ZodObject<z.objectUtil.extendShape<Omit<{
|
3
3
|
id: z.ZodString;
|
4
4
|
shortId: z.ZodNumber;
|
5
|
-
role: z.ZodDefault<z.ZodNativeEnum<{
|
6
|
-
USER: "USER";
|
7
|
-
ADMIN: "ADMIN";
|
8
|
-
FORM: "FORM";
|
9
|
-
MI_EXPO: "MI_EXPO";
|
10
|
-
TICKETS: "TICKETS";
|
11
|
-
}>>;
|
12
5
|
firstTimeMiExpo: z.ZodBoolean;
|
13
6
|
username: z.ZodNullable<z.ZodString>;
|
14
7
|
password: z.ZodNullable<z.ZodString>;
|
@@ -144,7 +137,6 @@ export declare const findByIdProfileResponseSchema: z.ZodObject<z.objectUtil.ext
|
|
144
137
|
}>, "strip", z.ZodTypeAny, {
|
145
138
|
id: string;
|
146
139
|
username: string | null;
|
147
|
-
role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
|
148
140
|
phoneNumber: string;
|
149
141
|
secondaryPhoneNumber: string | null;
|
150
142
|
fullName: string;
|
@@ -254,18 +246,10 @@ export declare const findByIdProfileResponseSchema: z.ZodObject<z.objectUtil.ext
|
|
254
246
|
country: string;
|
255
247
|
city: string;
|
256
248
|
} | null;
|
257
|
-
role?: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS" | undefined;
|
258
249
|
}>;
|
259
250
|
declare const FindByIdProfileResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodObject<{
|
260
251
|
id: z.ZodString;
|
261
252
|
username: z.ZodNullable<z.ZodString>;
|
262
|
-
role: z.ZodDefault<z.ZodNativeEnum<{
|
263
|
-
USER: "USER";
|
264
|
-
ADMIN: "ADMIN";
|
265
|
-
FORM: "FORM";
|
266
|
-
MI_EXPO: "MI_EXPO";
|
267
|
-
TICKETS: "TICKETS";
|
268
|
-
}>>;
|
269
253
|
phoneNumber: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
270
254
|
secondaryPhoneNumber: z.ZodNullable<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>>;
|
271
255
|
fullName: z.ZodString;
|
@@ -395,7 +379,6 @@ declare const FindByIdProfileResponseDto_base: import("@anatine/zod-nestjs").Zod
|
|
395
379
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
396
380
|
id: string;
|
397
381
|
username: string | null;
|
398
|
-
role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
|
399
382
|
phoneNumber: string;
|
400
383
|
secondaryPhoneNumber: string | null;
|
401
384
|
fullName: string;
|
@@ -505,7 +488,6 @@ declare const FindByIdProfileResponseDto_base: import("@anatine/zod-nestjs").Zod
|
|
505
488
|
country: string;
|
506
489
|
city: string;
|
507
490
|
} | null;
|
508
|
-
role?: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS" | undefined;
|
509
491
|
}>>;
|
510
492
|
export declare class FindByIdProfileResponseDto extends FindByIdProfileResponseDto_base {
|
511
493
|
}
|
@@ -1,13 +1,6 @@
|
|
1
1
|
export declare const findByPhoneNumberResponseSchema: import("zod").ZodObject<{
|
2
2
|
id: import("zod").ZodString;
|
3
3
|
shortId: import("zod").ZodNumber;
|
4
|
-
role: import("zod").ZodDefault<import("zod").ZodNativeEnum<{
|
5
|
-
USER: "USER";
|
6
|
-
ADMIN: "ADMIN";
|
7
|
-
FORM: "FORM";
|
8
|
-
MI_EXPO: "MI_EXPO";
|
9
|
-
TICKETS: "TICKETS";
|
10
|
-
}>>;
|
11
4
|
firstTimeMiExpo: import("zod").ZodBoolean;
|
12
5
|
username: import("zod").ZodNullable<import("zod").ZodString>;
|
13
6
|
password: import("zod").ZodNullable<import("zod").ZodString>;
|
@@ -33,7 +26,6 @@ export declare const findByPhoneNumberResponseSchema: import("zod").ZodObject<{
|
|
33
26
|
id: string;
|
34
27
|
username: string | null;
|
35
28
|
password: string | null;
|
36
|
-
role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
|
37
29
|
phoneNumber: string;
|
38
30
|
secondaryPhoneNumber: string | null;
|
39
31
|
fullName: string;
|
@@ -78,18 +70,10 @@ export declare const findByPhoneNumberResponseSchema: import("zod").ZodObject<{
|
|
78
70
|
residenceLocationId: string | null;
|
79
71
|
isInTrash: boolean;
|
80
72
|
movedToTrashDate: Date | null;
|
81
|
-
role?: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS" | undefined;
|
82
73
|
}>;
|
83
74
|
declare const FindByPhoneNumberResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<import("zod").ZodObject<{
|
84
75
|
id: import("zod").ZodString;
|
85
76
|
shortId: import("zod").ZodNumber;
|
86
|
-
role: import("zod").ZodDefault<import("zod").ZodNativeEnum<{
|
87
|
-
USER: "USER";
|
88
|
-
ADMIN: "ADMIN";
|
89
|
-
FORM: "FORM";
|
90
|
-
MI_EXPO: "MI_EXPO";
|
91
|
-
TICKETS: "TICKETS";
|
92
|
-
}>>;
|
93
77
|
firstTimeMiExpo: import("zod").ZodBoolean;
|
94
78
|
username: import("zod").ZodNullable<import("zod").ZodString>;
|
95
79
|
password: import("zod").ZodNullable<import("zod").ZodString>;
|
@@ -115,7 +99,6 @@ declare const FindByPhoneNumberResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
115
99
|
id: string;
|
116
100
|
username: string | null;
|
117
101
|
password: string | null;
|
118
|
-
role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
|
119
102
|
phoneNumber: string;
|
120
103
|
secondaryPhoneNumber: string | null;
|
121
104
|
fullName: string;
|
@@ -160,7 +143,6 @@ declare const FindByPhoneNumberResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
160
143
|
residenceLocationId: string | null;
|
161
144
|
isInTrash: boolean;
|
162
145
|
movedToTrashDate: string | null;
|
163
|
-
role?: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS" | undefined;
|
164
146
|
}>>;
|
165
147
|
export declare class FindByPhoneNumberResponseDto extends FindByPhoneNumberResponseDto_base {
|
166
148
|
}
|
@@ -3,13 +3,6 @@ export declare const findByTagGroupsProfileResponseSchema: z.ZodObject<{
|
|
3
3
|
profiles: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
4
4
|
id: z.ZodString;
|
5
5
|
shortId: z.ZodNumber;
|
6
|
-
role: z.ZodDefault<z.ZodNativeEnum<{
|
7
|
-
USER: "USER";
|
8
|
-
ADMIN: "ADMIN";
|
9
|
-
FORM: "FORM";
|
10
|
-
MI_EXPO: "MI_EXPO";
|
11
|
-
TICKETS: "TICKETS";
|
12
|
-
}>>;
|
13
6
|
firstTimeMiExpo: z.ZodBoolean;
|
14
7
|
username: z.ZodNullable<z.ZodString>;
|
15
8
|
password: z.ZodNullable<z.ZodString>;
|
@@ -63,7 +56,6 @@ export declare const findByTagGroupsProfileResponseSchema: z.ZodObject<{
|
|
63
56
|
id: string;
|
64
57
|
username: string | null;
|
65
58
|
password: string | null;
|
66
|
-
role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
|
67
59
|
phoneNumber: string;
|
68
60
|
secondaryPhoneNumber: string | null;
|
69
61
|
fullName: string;
|
@@ -124,14 +116,12 @@ export declare const findByTagGroupsProfileResponseSchema: z.ZodObject<{
|
|
124
116
|
updated_at: Date;
|
125
117
|
groupId: string;
|
126
118
|
}[];
|
127
|
-
role?: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS" | undefined;
|
128
119
|
}>, "many">;
|
129
120
|
}, "strip", z.ZodTypeAny, {
|
130
121
|
profiles: {
|
131
122
|
id: string;
|
132
123
|
username: string | null;
|
133
124
|
password: string | null;
|
134
|
-
role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
|
135
125
|
phoneNumber: string;
|
136
126
|
secondaryPhoneNumber: string | null;
|
137
127
|
fullName: string;
|
@@ -194,20 +184,12 @@ export declare const findByTagGroupsProfileResponseSchema: z.ZodObject<{
|
|
194
184
|
updated_at: Date;
|
195
185
|
groupId: string;
|
196
186
|
}[];
|
197
|
-
role?: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS" | undefined;
|
198
187
|
}[];
|
199
188
|
}>;
|
200
189
|
declare const FindByTagGroupsProfileResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodObject<{
|
201
190
|
profiles: z.ZodArray<z.ZodObject<{
|
202
191
|
id: z.ZodString;
|
203
192
|
shortId: z.ZodNumber;
|
204
|
-
role: z.ZodDefault<z.ZodNativeEnum<{
|
205
|
-
USER: "USER";
|
206
|
-
ADMIN: "ADMIN";
|
207
|
-
FORM: "FORM";
|
208
|
-
MI_EXPO: "MI_EXPO";
|
209
|
-
TICKETS: "TICKETS";
|
210
|
-
}>>;
|
211
193
|
firstTimeMiExpo: z.ZodBoolean;
|
212
194
|
username: z.ZodNullable<z.ZodString>;
|
213
195
|
password: z.ZodNullable<z.ZodString>;
|
@@ -260,7 +242,6 @@ declare const FindByTagGroupsProfileResponseDto_base: import("@anatine/zod-nestj
|
|
260
242
|
id: string;
|
261
243
|
username: string | null;
|
262
244
|
password: string | null;
|
263
|
-
role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
|
264
245
|
phoneNumber: string;
|
265
246
|
secondaryPhoneNumber: string | null;
|
266
247
|
fullName: string;
|
@@ -321,14 +302,12 @@ declare const FindByTagGroupsProfileResponseDto_base: import("@anatine/zod-nestj
|
|
321
302
|
updated_at: string;
|
322
303
|
groupId: string;
|
323
304
|
}[];
|
324
|
-
role?: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS" | undefined;
|
325
305
|
}>, "many">;
|
326
306
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
327
307
|
profiles: {
|
328
308
|
id: string;
|
329
309
|
username: string | null;
|
330
310
|
password: string | null;
|
331
|
-
role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
|
332
311
|
phoneNumber: string;
|
333
312
|
secondaryPhoneNumber: string | null;
|
334
313
|
fullName: string;
|
@@ -391,7 +370,6 @@ declare const FindByTagGroupsProfileResponseDto_base: import("@anatine/zod-nestj
|
|
391
370
|
updated_at: string;
|
392
371
|
groupId: string;
|
393
372
|
}[];
|
394
|
-
role?: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS" | undefined;
|
395
373
|
}[];
|
396
374
|
}>>;
|
397
375
|
export declare class FindByTagGroupsProfileResponseDto extends FindByTagGroupsProfileResponseDto_base {
|