expo-backend-types 0.35.0-EXPO-323-Enviar-mail-ticket.1 → 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.
Files changed (67) hide show
  1. package/dist/src/account/dto/account.dto.d.ts +6 -6
  2. package/dist/src/account/dto/create-account.dto.d.ts +12 -12
  3. package/dist/src/account/dto/get-global-filter.dto.d.ts +1 -1
  4. package/dist/src/account/dto/get-me.dto.d.ts +6 -6
  5. package/dist/src/account/dto/update-global-filter.dto.d.ts +6 -6
  6. package/dist/src/auth/dto/login.dto.d.ts +11 -11
  7. package/dist/src/comment/dto/get-by-profile-comment.dto.d.ts +1 -1
  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 +2 -5
  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 +0 -616
  13. package/dist/src/event/dto/get-all-event.dto.js +8 -29
  14. package/dist/src/event/dto/get-by-id-event.dto.d.ts +10 -317
  15. package/dist/src/event/dto/get-by-id-event.dto.js +0 -4
  16. package/dist/src/event/dto/update-event.dto.d.ts +20 -26
  17. package/dist/src/event/dto/update-event.dto.js +0 -1
  18. package/dist/src/i18n/es.d.ts +0 -14
  19. package/dist/src/i18n/es.js +0 -14
  20. package/dist/src/i18n/es.js.map +1 -1
  21. package/dist/src/mi-expo/dto/get-me.dto.d.ts +0 -16
  22. package/dist/src/mi-expo/dto/login-with-phone.dto.d.ts +0 -20
  23. package/dist/src/mi-expo/dto/login.dto.d.ts +1 -21
  24. package/dist/src/mi-expo/dto/update-me.dto.d.ts +0 -16
  25. package/dist/src/mi-expo/exports.d.ts +0 -1
  26. package/dist/src/mi-expo/exports.js +0 -1
  27. package/dist/src/otp/dto/verify-otp.dto.d.ts +0 -20
  28. package/dist/src/profile/dto/create-profile.dto.d.ts +0 -24
  29. package/dist/src/profile/dto/delete-profile.dto.d.ts +0 -16
  30. package/dist/src/profile/dto/find-all-profile.dto.d.ts +0 -20
  31. package/dist/src/profile/dto/find-by-date-range-profile.dto.d.ts +0 -36
  32. package/dist/src/profile/dto/find-by-id-profile.dto.d.ts +0 -16
  33. package/dist/src/profile/dto/find-by-phone-number.dto.d.ts +0 -16
  34. package/dist/src/profile/dto/find-by-tag-groups-profile.dto.d.ts +0 -20
  35. package/dist/src/profile/dto/find-by-tags-profile.dto.d.ts +1 -55
  36. package/dist/src/profile/dto/find-by-tags-profile.dto.js +0 -2
  37. package/dist/src/profile/dto/find-trash.dto.d.ts +0 -6
  38. package/dist/src/profile/dto/find-with-active-chat.dto.d.ts +0 -20
  39. package/dist/src/profile/dto/profile.dto.d.ts +0 -8
  40. package/dist/src/profile/dto/update-profile.dto.d.ts +0 -16
  41. package/dist/src/schema/profile.schema.d.ts +0 -8
  42. package/dist/src/schema/profile.schema.js +0 -2
  43. package/dist/src/tag/dto/massive-allocation.dto.d.ts +0 -20
  44. package/dist/src/tag/dto/massive-deallocation.dto.d.ts +0 -20
  45. package/dist/src/ticket/dto/create-ticket.dto.d.ts +4 -158
  46. package/dist/src/ticket/dto/create-ticket.dto.js +2 -10
  47. package/dist/src/ticket/dto/find-by-event-ticket.dto.d.ts +0 -370
  48. package/dist/src/ticket/dto/find-by-event-ticket.dto.js +0 -2
  49. package/dist/src/ticket/dto/find-by-id-ticket.dto.d.ts +0 -370
  50. package/dist/src/ticket/dto/find-by-id-ticket.dto.js +0 -2
  51. package/dist/src/ticket/dto/find-by-mail-ticket.dto.d.ts +0 -370
  52. package/dist/src/ticket/dto/find-by-mail-ticket.dto.js +0 -2
  53. package/dist/src/ticket/exports.d.ts +0 -1
  54. package/dist/src/ticket/exports.js +0 -1
  55. package/dist/types/prisma-schema/edge.js +4 -6
  56. package/dist/types/prisma-schema/index-browser.js +1 -3
  57. package/dist/types/prisma-schema/index.d.ts +48 -586
  58. package/dist/types/prisma-schema/index.js +4 -6
  59. package/dist/types/prisma-schema/package.json +1 -1
  60. package/dist/types/prisma-schema/schema.prisma +2 -9
  61. package/dist/types/prisma-schema/wasm.js +1 -3
  62. package/dist/types/schema.d.ts +10 -342
  63. package/package.json +1 -1
  64. package/dist/src/mi-expo/dto/get-invitations.dto.d.ts +0 -104
  65. package/dist/src/mi-expo/dto/get-invitations.dto.js +0 -24
  66. package/dist/src/ticket/dto/find-by-profile-id-ticket.dto.d.ts +0 -331
  67. package/dist/src/ticket/dto/find-by-profile-id-ticket.dto.js +0 -19
@@ -3,12 +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
- }>>;
12
6
  firstTimeMiExpo: z.ZodBoolean;
13
7
  username: z.ZodNullable<z.ZodString>;
14
8
  password: z.ZodNullable<z.ZodString>;
@@ -85,7 +79,6 @@ export declare const findAllProfileResponseSchema: z.ZodObject<{
85
79
  id: string;
86
80
  username: string | null;
87
81
  password: string | null;
88
- role: "USER" | "ADMIN" | "FORM" | "MI_EXPO";
89
82
  phoneNumber: string;
90
83
  secondaryPhoneNumber: string | null;
91
84
  fullName: string;
@@ -154,14 +147,12 @@ export declare const findAllProfileResponseSchema: z.ZodObject<{
154
147
  isExclusive: boolean;
155
148
  };
156
149
  }[];
157
- role?: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | undefined;
158
150
  }>, "many">;
159
151
  }, "strip", z.ZodTypeAny, {
160
152
  profiles: {
161
153
  id: string;
162
154
  username: string | null;
163
155
  password: string | null;
164
- role: "USER" | "ADMIN" | "FORM" | "MI_EXPO";
165
156
  phoneNumber: string;
166
157
  secondaryPhoneNumber: string | null;
167
158
  fullName: string;
@@ -232,19 +223,12 @@ export declare const findAllProfileResponseSchema: z.ZodObject<{
232
223
  isExclusive: boolean;
233
224
  };
234
225
  }[];
235
- role?: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | undefined;
236
226
  }[];
237
227
  }>;
238
228
  declare const FindAllProfileResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodObject<{
239
229
  profiles: z.ZodArray<z.ZodObject<{
240
230
  id: z.ZodString;
241
231
  shortId: z.ZodNumber;
242
- role: z.ZodDefault<z.ZodNativeEnum<{
243
- USER: "USER";
244
- ADMIN: "ADMIN";
245
- FORM: "FORM";
246
- MI_EXPO: "MI_EXPO";
247
- }>>;
248
232
  firstTimeMiExpo: z.ZodBoolean;
249
233
  username: z.ZodNullable<z.ZodString>;
250
234
  password: z.ZodNullable<z.ZodString>;
@@ -315,7 +299,6 @@ declare const FindAllProfileResponseDto_base: import("@anatine/zod-nestjs").ZodD
315
299
  id: string;
316
300
  username: string | null;
317
301
  password: string | null;
318
- role: "USER" | "ADMIN" | "FORM" | "MI_EXPO";
319
302
  phoneNumber: string;
320
303
  secondaryPhoneNumber: string | null;
321
304
  fullName: string;
@@ -384,14 +367,12 @@ declare const FindAllProfileResponseDto_base: import("@anatine/zod-nestjs").ZodD
384
367
  isExclusive: boolean;
385
368
  };
386
369
  }[];
387
- role?: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | undefined;
388
370
  }>, "many">;
389
371
  }, z.UnknownKeysParam, z.ZodTypeAny, {
390
372
  profiles: {
391
373
  id: string;
392
374
  username: string | null;
393
375
  password: string | null;
394
- role: "USER" | "ADMIN" | "FORM" | "MI_EXPO";
395
376
  phoneNumber: string;
396
377
  secondaryPhoneNumber: string | null;
397
378
  fullName: string;
@@ -462,7 +443,6 @@ declare const FindAllProfileResponseDto_base: import("@anatine/zod-nestjs").ZodD
462
443
  isExclusive: boolean;
463
444
  };
464
445
  }[];
465
- role?: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | undefined;
466
446
  }[];
467
447
  }>>;
468
448
  export declare class FindAllProfileResponseDto extends FindAllProfileResponseDto_base {
@@ -3,12 +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
- }>>;
12
6
  firstTimeMiExpo: z.ZodBoolean;
13
7
  username: z.ZodNullable<z.ZodString>;
14
8
  password: z.ZodNullable<z.ZodString>;
@@ -81,7 +75,6 @@ export declare const findByDateRangeSchema: z.ZodObject<{
81
75
  id: string;
82
76
  username: string | null;
83
77
  password: string | null;
84
- role: "USER" | "ADMIN" | "FORM" | "MI_EXPO";
85
78
  phoneNumber: string;
86
79
  secondaryPhoneNumber: string | null;
87
80
  fullName: string;
@@ -148,14 +141,12 @@ export declare const findByDateRangeSchema: z.ZodObject<{
148
141
  id: string;
149
142
  };
150
143
  }[];
151
- role?: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | undefined;
152
144
  }>, "many">;
153
145
  }, "strip", z.ZodTypeAny, {
154
146
  profiles: {
155
147
  id: string;
156
148
  username: string | null;
157
149
  password: string | null;
158
- role: "USER" | "ADMIN" | "FORM" | "MI_EXPO";
159
150
  phoneNumber: string;
160
151
  secondaryPhoneNumber: string | null;
161
152
  fullName: string;
@@ -224,19 +215,12 @@ export declare const findByDateRangeSchema: z.ZodObject<{
224
215
  id: string;
225
216
  };
226
217
  }[];
227
- role?: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | undefined;
228
218
  }[];
229
219
  }>;
230
220
  declare const FindByDateRangeDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodObject<{
231
221
  profiles: z.ZodArray<z.ZodObject<{
232
222
  id: z.ZodString;
233
223
  shortId: z.ZodNumber;
234
- role: z.ZodDefault<z.ZodNativeEnum<{
235
- USER: "USER";
236
- ADMIN: "ADMIN";
237
- FORM: "FORM";
238
- MI_EXPO: "MI_EXPO";
239
- }>>;
240
224
  firstTimeMiExpo: z.ZodBoolean;
241
225
  username: z.ZodNullable<z.ZodString>;
242
226
  password: z.ZodNullable<z.ZodString>;
@@ -302,7 +286,6 @@ declare const FindByDateRangeDto_base: import("@anatine/zod-nestjs").ZodDtoStati
302
286
  id: string;
303
287
  username: string | null;
304
288
  password: string | null;
305
- role: "USER" | "ADMIN" | "FORM" | "MI_EXPO";
306
289
  phoneNumber: string;
307
290
  secondaryPhoneNumber: string | null;
308
291
  fullName: string;
@@ -369,14 +352,12 @@ declare const FindByDateRangeDto_base: import("@anatine/zod-nestjs").ZodDtoStati
369
352
  id: string;
370
353
  };
371
354
  }[];
372
- role?: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | undefined;
373
355
  }>, "many">;
374
356
  }, z.UnknownKeysParam, z.ZodTypeAny, {
375
357
  profiles: {
376
358
  id: string;
377
359
  username: string | null;
378
360
  password: string | null;
379
- role: "USER" | "ADMIN" | "FORM" | "MI_EXPO";
380
361
  phoneNumber: string;
381
362
  secondaryPhoneNumber: string | null;
382
363
  fullName: string;
@@ -445,7 +426,6 @@ declare const FindByDateRangeDto_base: import("@anatine/zod-nestjs").ZodDtoStati
445
426
  id: string;
446
427
  };
447
428
  }[];
448
- role?: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | undefined;
449
429
  }[];
450
430
  }>>;
451
431
  export declare class FindByDateRangeDto extends FindByDateRangeDto_base {
@@ -453,12 +433,6 @@ export declare class FindByDateRangeDto extends FindByDateRangeDto_base {
453
433
  export declare const findByDateRangeResponseSchema: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
454
434
  id: z.ZodString;
455
435
  shortId: z.ZodNumber;
456
- role: z.ZodDefault<z.ZodNativeEnum<{
457
- USER: "USER";
458
- ADMIN: "ADMIN";
459
- FORM: "FORM";
460
- MI_EXPO: "MI_EXPO";
461
- }>>;
462
436
  firstTimeMiExpo: z.ZodBoolean;
463
437
  username: z.ZodNullable<z.ZodString>;
464
438
  password: z.ZodNullable<z.ZodString>;
@@ -531,7 +505,6 @@ export declare const findByDateRangeResponseSchema: z.ZodRecord<z.ZodString, z.Z
531
505
  id: string;
532
506
  username: string | null;
533
507
  password: string | null;
534
- role: "USER" | "ADMIN" | "FORM" | "MI_EXPO";
535
508
  phoneNumber: string;
536
509
  secondaryPhoneNumber: string | null;
537
510
  fullName: string;
@@ -598,17 +571,10 @@ export declare const findByDateRangeResponseSchema: z.ZodRecord<z.ZodString, z.Z
598
571
  id: string;
599
572
  };
600
573
  }[];
601
- role?: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | undefined;
602
574
  }>, "many">>;
603
575
  declare const FindByDateRangeResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
604
576
  id: z.ZodString;
605
577
  shortId: z.ZodNumber;
606
- role: z.ZodDefault<z.ZodNativeEnum<{
607
- USER: "USER";
608
- ADMIN: "ADMIN";
609
- FORM: "FORM";
610
- MI_EXPO: "MI_EXPO";
611
- }>>;
612
578
  firstTimeMiExpo: z.ZodBoolean;
613
579
  username: z.ZodNullable<z.ZodString>;
614
580
  password: z.ZodNullable<z.ZodString>;
@@ -681,7 +647,6 @@ declare const FindByDateRangeResponseDto_base: import("@anatine/zod-nestjs").Zod
681
647
  id: string;
682
648
  username: string | null;
683
649
  password: string | null;
684
- role: "USER" | "ADMIN" | "FORM" | "MI_EXPO";
685
650
  phoneNumber: string;
686
651
  secondaryPhoneNumber: string | null;
687
652
  fullName: string;
@@ -748,7 +713,6 @@ declare const FindByDateRangeResponseDto_base: import("@anatine/zod-nestjs").Zod
748
713
  id: string;
749
714
  };
750
715
  }[];
751
- role?: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | undefined;
752
716
  }>, "many">>>;
753
717
  export declare class FindByDateRangeResponseDto extends FindByDateRangeResponseDto_base {
754
718
  }
@@ -2,12 +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
- }>>;
11
5
  firstTimeMiExpo: z.ZodBoolean;
12
6
  username: z.ZodNullable<z.ZodString>;
13
7
  password: z.ZodNullable<z.ZodString>;
@@ -143,7 +137,6 @@ export declare const findByIdProfileResponseSchema: z.ZodObject<z.objectUtil.ext
143
137
  }>, "strip", z.ZodTypeAny, {
144
138
  id: string;
145
139
  username: string | null;
146
- role: "USER" | "ADMIN" | "FORM" | "MI_EXPO";
147
140
  phoneNumber: string;
148
141
  secondaryPhoneNumber: string | null;
149
142
  fullName: string;
@@ -253,17 +246,10 @@ export declare const findByIdProfileResponseSchema: z.ZodObject<z.objectUtil.ext
253
246
  country: string;
254
247
  city: string;
255
248
  } | null;
256
- role?: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | undefined;
257
249
  }>;
258
250
  declare const FindByIdProfileResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodObject<{
259
251
  id: z.ZodString;
260
252
  username: z.ZodNullable<z.ZodString>;
261
- role: z.ZodDefault<z.ZodNativeEnum<{
262
- USER: "USER";
263
- ADMIN: "ADMIN";
264
- FORM: "FORM";
265
- MI_EXPO: "MI_EXPO";
266
- }>>;
267
253
  phoneNumber: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
268
254
  secondaryPhoneNumber: z.ZodNullable<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>>;
269
255
  fullName: z.ZodString;
@@ -393,7 +379,6 @@ declare const FindByIdProfileResponseDto_base: import("@anatine/zod-nestjs").Zod
393
379
  }, z.UnknownKeysParam, z.ZodTypeAny, {
394
380
  id: string;
395
381
  username: string | null;
396
- role: "USER" | "ADMIN" | "FORM" | "MI_EXPO";
397
382
  phoneNumber: string;
398
383
  secondaryPhoneNumber: string | null;
399
384
  fullName: string;
@@ -503,7 +488,6 @@ declare const FindByIdProfileResponseDto_base: import("@anatine/zod-nestjs").Zod
503
488
  country: string;
504
489
  city: string;
505
490
  } | null;
506
- role?: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | undefined;
507
491
  }>>;
508
492
  export declare class FindByIdProfileResponseDto extends FindByIdProfileResponseDto_base {
509
493
  }
@@ -1,12 +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
- }>>;
10
4
  firstTimeMiExpo: import("zod").ZodBoolean;
11
5
  username: import("zod").ZodNullable<import("zod").ZodString>;
12
6
  password: import("zod").ZodNullable<import("zod").ZodString>;
@@ -32,7 +26,6 @@ export declare const findByPhoneNumberResponseSchema: import("zod").ZodObject<{
32
26
  id: string;
33
27
  username: string | null;
34
28
  password: string | null;
35
- role: "USER" | "ADMIN" | "FORM" | "MI_EXPO";
36
29
  phoneNumber: string;
37
30
  secondaryPhoneNumber: string | null;
38
31
  fullName: string;
@@ -77,17 +70,10 @@ export declare const findByPhoneNumberResponseSchema: import("zod").ZodObject<{
77
70
  residenceLocationId: string | null;
78
71
  isInTrash: boolean;
79
72
  movedToTrashDate: Date | null;
80
- role?: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | undefined;
81
73
  }>;
82
74
  declare const FindByPhoneNumberResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<import("zod").ZodObject<{
83
75
  id: import("zod").ZodString;
84
76
  shortId: import("zod").ZodNumber;
85
- role: import("zod").ZodDefault<import("zod").ZodNativeEnum<{
86
- USER: "USER";
87
- ADMIN: "ADMIN";
88
- FORM: "FORM";
89
- MI_EXPO: "MI_EXPO";
90
- }>>;
91
77
  firstTimeMiExpo: import("zod").ZodBoolean;
92
78
  username: import("zod").ZodNullable<import("zod").ZodString>;
93
79
  password: import("zod").ZodNullable<import("zod").ZodString>;
@@ -113,7 +99,6 @@ declare const FindByPhoneNumberResponseDto_base: import("@anatine/zod-nestjs").Z
113
99
  id: string;
114
100
  username: string | null;
115
101
  password: string | null;
116
- role: "USER" | "ADMIN" | "FORM" | "MI_EXPO";
117
102
  phoneNumber: string;
118
103
  secondaryPhoneNumber: string | null;
119
104
  fullName: string;
@@ -158,7 +143,6 @@ declare const FindByPhoneNumberResponseDto_base: import("@anatine/zod-nestjs").Z
158
143
  residenceLocationId: string | null;
159
144
  isInTrash: boolean;
160
145
  movedToTrashDate: string | null;
161
- role?: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | undefined;
162
146
  }>>;
163
147
  export declare class FindByPhoneNumberResponseDto extends FindByPhoneNumberResponseDto_base {
164
148
  }
@@ -3,12 +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
- }>>;
12
6
  firstTimeMiExpo: z.ZodBoolean;
13
7
  username: z.ZodNullable<z.ZodString>;
14
8
  password: z.ZodNullable<z.ZodString>;
@@ -62,7 +56,6 @@ export declare const findByTagGroupsProfileResponseSchema: z.ZodObject<{
62
56
  id: string;
63
57
  username: string | null;
64
58
  password: string | null;
65
- role: "USER" | "ADMIN" | "FORM" | "MI_EXPO";
66
59
  phoneNumber: string;
67
60
  secondaryPhoneNumber: string | null;
68
61
  fullName: string;
@@ -123,14 +116,12 @@ export declare const findByTagGroupsProfileResponseSchema: z.ZodObject<{
123
116
  updated_at: Date;
124
117
  groupId: string;
125
118
  }[];
126
- role?: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | undefined;
127
119
  }>, "many">;
128
120
  }, "strip", z.ZodTypeAny, {
129
121
  profiles: {
130
122
  id: string;
131
123
  username: string | null;
132
124
  password: string | null;
133
- role: "USER" | "ADMIN" | "FORM" | "MI_EXPO";
134
125
  phoneNumber: string;
135
126
  secondaryPhoneNumber: string | null;
136
127
  fullName: string;
@@ -193,19 +184,12 @@ export declare const findByTagGroupsProfileResponseSchema: z.ZodObject<{
193
184
  updated_at: Date;
194
185
  groupId: string;
195
186
  }[];
196
- role?: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | undefined;
197
187
  }[];
198
188
  }>;
199
189
  declare const FindByTagGroupsProfileResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodObject<{
200
190
  profiles: z.ZodArray<z.ZodObject<{
201
191
  id: z.ZodString;
202
192
  shortId: z.ZodNumber;
203
- role: z.ZodDefault<z.ZodNativeEnum<{
204
- USER: "USER";
205
- ADMIN: "ADMIN";
206
- FORM: "FORM";
207
- MI_EXPO: "MI_EXPO";
208
- }>>;
209
193
  firstTimeMiExpo: z.ZodBoolean;
210
194
  username: z.ZodNullable<z.ZodString>;
211
195
  password: z.ZodNullable<z.ZodString>;
@@ -258,7 +242,6 @@ declare const FindByTagGroupsProfileResponseDto_base: import("@anatine/zod-nestj
258
242
  id: string;
259
243
  username: string | null;
260
244
  password: string | null;
261
- role: "USER" | "ADMIN" | "FORM" | "MI_EXPO";
262
245
  phoneNumber: string;
263
246
  secondaryPhoneNumber: string | null;
264
247
  fullName: string;
@@ -319,14 +302,12 @@ declare const FindByTagGroupsProfileResponseDto_base: import("@anatine/zod-nestj
319
302
  updated_at: string;
320
303
  groupId: string;
321
304
  }[];
322
- role?: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | undefined;
323
305
  }>, "many">;
324
306
  }, z.UnknownKeysParam, z.ZodTypeAny, {
325
307
  profiles: {
326
308
  id: string;
327
309
  username: string | null;
328
310
  password: string | null;
329
- role: "USER" | "ADMIN" | "FORM" | "MI_EXPO";
330
311
  phoneNumber: string;
331
312
  secondaryPhoneNumber: string | null;
332
313
  fullName: string;
@@ -389,7 +370,6 @@ declare const FindByTagGroupsProfileResponseDto_base: import("@anatine/zod-nestj
389
370
  updated_at: string;
390
371
  groupId: string;
391
372
  }[];
392
- role?: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | undefined;
393
373
  }[];
394
374
  }>>;
395
375
  export declare class FindByTagGroupsProfileResponseDto extends FindByTagGroupsProfileResponseDto_base {
@@ -3,12 +3,6 @@ export declare const findByTagsProfileResponseSchema: 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
- }>>;
12
6
  firstTimeMiExpo: z.ZodBoolean;
13
7
  username: z.ZodNullable<z.ZodString>;
14
8
  password: z.ZodNullable<z.ZodString>;
@@ -51,13 +45,9 @@ export declare const findByTagsProfileResponseSchema: z.ZodObject<{
51
45
  isExclusive: z.ZodBoolean;
52
46
  created_at: z.ZodDate;
53
47
  updated_at: z.ZodDate;
54
- }, "name" | "color" | "isExclusive">, "strip", z.ZodTypeAny, {
55
- name: string;
56
- color: string;
48
+ }, "isExclusive">, "strip", z.ZodTypeAny, {
57
49
  isExclusive: boolean;
58
50
  }, {
59
- name: string;
60
- color: string;
61
51
  isExclusive: boolean;
62
52
  }>;
63
53
  }>, "strip", z.ZodTypeAny, {
@@ -68,8 +58,6 @@ export declare const findByTagsProfileResponseSchema: z.ZodObject<{
68
58
  updated_at: Date;
69
59
  groupId: string;
70
60
  group: {
71
- name: string;
72
- color: string;
73
61
  isExclusive: boolean;
74
62
  };
75
63
  }, {
@@ -80,8 +68,6 @@ export declare const findByTagsProfileResponseSchema: z.ZodObject<{
80
68
  updated_at: Date;
81
69
  groupId: string;
82
70
  group: {
83
- name: string;
84
- color: string;
85
71
  isExclusive: boolean;
86
72
  };
87
73
  }>, "many">;
@@ -89,7 +75,6 @@ export declare const findByTagsProfileResponseSchema: z.ZodObject<{
89
75
  id: string;
90
76
  username: string | null;
91
77
  password: string | null;
92
- role: "USER" | "ADMIN" | "FORM" | "MI_EXPO";
93
78
  phoneNumber: string;
94
79
  secondaryPhoneNumber: string | null;
95
80
  fullName: string;
@@ -118,8 +103,6 @@ export declare const findByTagsProfileResponseSchema: z.ZodObject<{
118
103
  updated_at: Date;
119
104
  groupId: string;
120
105
  group: {
121
- name: string;
122
- color: string;
123
106
  isExclusive: boolean;
124
107
  };
125
108
  }[];
@@ -155,19 +138,15 @@ export declare const findByTagsProfileResponseSchema: z.ZodObject<{
155
138
  updated_at: Date;
156
139
  groupId: string;
157
140
  group: {
158
- name: string;
159
- color: string;
160
141
  isExclusive: boolean;
161
142
  };
162
143
  }[];
163
- role?: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | undefined;
164
144
  }>, "many">;
165
145
  }, "strip", z.ZodTypeAny, {
166
146
  profiles: {
167
147
  id: string;
168
148
  username: string | null;
169
149
  password: string | null;
170
- role: "USER" | "ADMIN" | "FORM" | "MI_EXPO";
171
150
  phoneNumber: string;
172
151
  secondaryPhoneNumber: string | null;
173
152
  fullName: string;
@@ -196,8 +175,6 @@ export declare const findByTagsProfileResponseSchema: z.ZodObject<{
196
175
  updated_at: Date;
197
176
  groupId: string;
198
177
  group: {
199
- name: string;
200
- color: string;
201
178
  isExclusive: boolean;
202
179
  };
203
180
  }[];
@@ -235,24 +212,15 @@ export declare const findByTagsProfileResponseSchema: z.ZodObject<{
235
212
  updated_at: Date;
236
213
  groupId: string;
237
214
  group: {
238
- name: string;
239
- color: string;
240
215
  isExclusive: boolean;
241
216
  };
242
217
  }[];
243
- role?: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | undefined;
244
218
  }[];
245
219
  }>;
246
220
  declare const FindByTagsProfileResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodObject<{
247
221
  profiles: z.ZodArray<z.ZodObject<{
248
222
  id: z.ZodString;
249
223
  shortId: z.ZodNumber;
250
- role: z.ZodDefault<z.ZodNativeEnum<{
251
- USER: "USER";
252
- ADMIN: "ADMIN";
253
- FORM: "FORM";
254
- MI_EXPO: "MI_EXPO";
255
- }>>;
256
224
  firstTimeMiExpo: z.ZodBoolean;
257
225
  username: z.ZodNullable<z.ZodString>;
258
226
  password: z.ZodNullable<z.ZodString>;
@@ -287,16 +255,10 @@ declare const FindByTagsProfileResponseDto_base: import("@anatine/zod-nestjs").Z
287
255
  created_at: z.ZodString;
288
256
  updated_at: z.ZodString;
289
257
  group: z.ZodObject<{
290
- name: z.ZodString;
291
- color: z.ZodString;
292
258
  isExclusive: z.ZodBoolean;
293
259
  }, z.UnknownKeysParam, z.ZodTypeAny, {
294
- name: string;
295
- color: string;
296
260
  isExclusive: boolean;
297
261
  }, {
298
- name: string;
299
- color: string;
300
262
  isExclusive: boolean;
301
263
  }>;
302
264
  }, z.UnknownKeysParam, z.ZodTypeAny, {
@@ -307,8 +269,6 @@ declare const FindByTagsProfileResponseDto_base: import("@anatine/zod-nestjs").Z
307
269
  updated_at: string;
308
270
  groupId: string;
309
271
  group: {
310
- name: string;
311
- color: string;
312
272
  isExclusive: boolean;
313
273
  };
314
274
  }, {
@@ -319,8 +279,6 @@ declare const FindByTagsProfileResponseDto_base: import("@anatine/zod-nestjs").Z
319
279
  updated_at: string;
320
280
  groupId: string;
321
281
  group: {
322
- name: string;
323
- color: string;
324
282
  isExclusive: boolean;
325
283
  };
326
284
  }>, "many">;
@@ -328,7 +286,6 @@ declare const FindByTagsProfileResponseDto_base: import("@anatine/zod-nestjs").Z
328
286
  id: string;
329
287
  username: string | null;
330
288
  password: string | null;
331
- role: "USER" | "ADMIN" | "FORM" | "MI_EXPO";
332
289
  phoneNumber: string;
333
290
  secondaryPhoneNumber: string | null;
334
291
  fullName: string;
@@ -357,8 +314,6 @@ declare const FindByTagsProfileResponseDto_base: import("@anatine/zod-nestjs").Z
357
314
  updated_at: string;
358
315
  groupId: string;
359
316
  group: {
360
- name: string;
361
- color: string;
362
317
  isExclusive: boolean;
363
318
  };
364
319
  }[];
@@ -394,19 +349,15 @@ declare const FindByTagsProfileResponseDto_base: import("@anatine/zod-nestjs").Z
394
349
  updated_at: string;
395
350
  groupId: string;
396
351
  group: {
397
- name: string;
398
- color: string;
399
352
  isExclusive: boolean;
400
353
  };
401
354
  }[];
402
- role?: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | undefined;
403
355
  }>, "many">;
404
356
  }, z.UnknownKeysParam, z.ZodTypeAny, {
405
357
  profiles: {
406
358
  id: string;
407
359
  username: string | null;
408
360
  password: string | null;
409
- role: "USER" | "ADMIN" | "FORM" | "MI_EXPO";
410
361
  phoneNumber: string;
411
362
  secondaryPhoneNumber: string | null;
412
363
  fullName: string;
@@ -435,8 +386,6 @@ declare const FindByTagsProfileResponseDto_base: import("@anatine/zod-nestjs").Z
435
386
  updated_at: string;
436
387
  groupId: string;
437
388
  group: {
438
- name: string;
439
- color: string;
440
389
  isExclusive: boolean;
441
390
  };
442
391
  }[];
@@ -474,12 +423,9 @@ declare const FindByTagsProfileResponseDto_base: import("@anatine/zod-nestjs").Z
474
423
  updated_at: string;
475
424
  groupId: string;
476
425
  group: {
477
- name: string;
478
- color: string;
479
426
  isExclusive: boolean;
480
427
  };
481
428
  }[];
482
- role?: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | undefined;
483
429
  }[];
484
430
  }>>;
485
431
  export declare class FindByTagsProfileResponseDto extends FindByTagsProfileResponseDto_base {
@@ -14,8 +14,6 @@ exports.findByTagsProfileResponseSchema = zod_1.default.object({
14
14
  tags: zod_1.default.array(tag_dto_1.tagSchema.merge(zod_1.default.object({
15
15
  group: tag_group_dto_1.tagGroupSchema.pick({
16
16
  isExclusive: true,
17
- name: true,
18
- color: true,
19
17
  }),
20
18
  }))),
21
19
  }))),
@@ -3,12 +3,6 @@ export declare const findTrashResponseSchema: z.ZodObject<{
3
3
  profiles: z.ZodArray<z.ZodObject<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
- MI_EXPO: "MI_EXPO";
11
- }>>;
12
6
  firstTimeMiExpo: z.ZodBoolean;
13
7
  username: z.ZodNullable<z.ZodString>;
14
8
  password: z.ZodNullable<z.ZodString>;