expo-backend-types 0.35.0-EXPO-322-ExpoBackend-Rol-de-expoTickets.1 → 0.35.0-EXPO-322-ExpoBackend-Rol-de-expoTickets.2

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