expo-backend-types 0.60.0-feat-desfile-12-octubre.2 → 0.60.0-feat-desfile-12-octubre.3

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 (124) hide show
  1. package/dist/src/account/dto/account.dto.d.ts +4 -4
  2. package/dist/src/account/dto/create-account.dto.d.ts +13 -13
  3. package/dist/src/account/dto/get-global-filter.dto.d.ts +8 -12
  4. package/dist/src/account/dto/get-me.dto.d.ts +22 -30
  5. package/dist/src/account/dto/update-global-filter.dto.d.ts +12 -16
  6. package/dist/src/auth/dto/login.dto.d.ts +10 -10
  7. package/dist/src/event/dto/get-all-event.dto.d.ts +28 -36
  8. package/dist/src/event/dto/get-all-statistics.dto.d.ts +0 -5
  9. package/dist/src/event/dto/get-by-id-event.dto.d.ts +40 -60
  10. package/dist/src/event/dto/update-event.dto.d.ts +8 -12
  11. package/dist/src/exports.d.ts +0 -2
  12. package/dist/src/exports.js +0 -2
  13. package/dist/src/i18n/es.d.ts +0 -117
  14. package/dist/src/i18n/es.js +0 -111
  15. package/dist/src/i18n/es.js.map +1 -1
  16. package/dist/src/mi-expo/dto/get-me.dto.d.ts +4 -246
  17. package/dist/src/mi-expo/dto/get-me.dto.js +0 -5
  18. package/dist/src/mi-expo/dto/login-with-phone.dto.d.ts +6 -16
  19. package/dist/src/mi-expo/dto/login.dto.d.ts +6 -16
  20. package/dist/src/mi-expo/dto/update-me.dto.d.ts +4 -10
  21. package/dist/src/mi-expo/exports.d.ts +0 -1
  22. package/dist/src/mi-expo/exports.js +0 -1
  23. package/dist/src/otp/dto/verify-otp.dto.d.ts +4 -14
  24. package/dist/src/production/dto/create-production.dto.d.ts +1 -8
  25. package/dist/src/production/dto/create-production.dto.js +0 -1
  26. package/dist/src/production/dto/create-role.dto.d.ts +4 -10
  27. package/dist/src/production/dto/delete-production.dto.d.ts +0 -6
  28. package/dist/src/production/dto/get-all-production.dto.d.ts +6 -30
  29. package/dist/src/production/dto/production.dto.d.ts +0 -3
  30. package/dist/src/production/dto/production.dto.js +0 -3
  31. package/dist/src/production/dto/update-production.dto.d.ts +0 -12
  32. package/dist/src/production/dto/update-production.dto.js +0 -1
  33. package/dist/src/production-affiliation-request/dto/find-by-production-affiliation-request.dto.d.ts +6 -34
  34. package/dist/src/production-affiliation-request/dto/update-production-affiliation-request.dto.d.ts +4 -24
  35. package/dist/src/profile/dto/create-profile.dto.d.ts +0 -4
  36. package/dist/src/profile/dto/delete-profile.dto.d.ts +2 -8
  37. package/dist/src/profile/dto/find-all-profile.dto.d.ts +16 -30
  38. package/dist/src/profile/dto/find-by-date-range-profile.dto.d.ts +26 -50
  39. package/dist/src/profile/dto/find-by-id-profile.dto.d.ts +12 -22
  40. package/dist/src/profile/dto/find-by-phone-number.dto.d.ts +4 -149
  41. package/dist/src/profile/dto/find-by-phone-number.dto.js +1 -21
  42. package/dist/src/profile/dto/find-by-tag-groups-profile.dto.d.ts +16 -30
  43. package/dist/src/profile/dto/find-by-tags-profile.dto.d.ts +16 -30
  44. package/dist/src/profile/dto/find-trash.dto.d.ts +0 -1
  45. package/dist/src/profile/dto/find-with-active-chat.dto.d.ts +16 -30
  46. package/dist/src/profile/dto/profile.dto.d.ts +1 -4
  47. package/dist/src/profile/dto/update-profile.dto.d.ts +2 -8
  48. package/dist/src/schema/profile.schema.d.ts +1 -4
  49. package/dist/src/schema/profile.schema.js +2 -17
  50. package/dist/src/tag/dto/create-tag.dto.d.ts +8 -18
  51. package/dist/src/tag/dto/delete-tag.dto.d.ts +4 -8
  52. package/dist/src/tag/dto/find-all-tag.dto.d.ts +8 -12
  53. package/dist/src/tag/dto/find-by-group-tag.dto.d.ts +8 -12
  54. package/dist/src/tag/dto/find-one-tag.dto.d.ts +4 -8
  55. package/dist/src/tag/dto/massive-allocation.dto.d.ts +4 -14
  56. package/dist/src/tag/dto/massive-deallocation.dto.d.ts +4 -14
  57. package/dist/src/tag/dto/tag.dto.d.ts +4 -8
  58. package/dist/src/tag/dto/update-tag.dto.d.ts +4 -10
  59. package/dist/src/tag-group/dto/find-all-tag-group.dto.d.ts +12 -16
  60. package/dist/src/tag-group/dto/find-all-with-tags.dto.d.ts +12 -16
  61. package/dist/src/tag-group/dto/find-one-tag-group.dto.d.ts +8 -12
  62. package/dist/src/ticket/dto/create-many-ticket.dto.d.ts +0 -6
  63. package/dist/src/ticket/dto/create-many-ticket.dto.js +0 -2
  64. package/dist/src/ticket/dto/find-by-event-ticket.dto.d.ts +6 -20
  65. package/dist/src/ticket/dto/find-by-id-ticket.dto.d.ts +6 -20
  66. package/dist/src/ticket/dto/find-by-mail-ticket.dto.d.ts +6 -20
  67. package/dist/src/ticket/exports.d.ts +0 -1
  68. package/dist/src/ticket/exports.js +0 -1
  69. package/dist/src/ticket-group/dto/create-ticket-group.dto.d.ts +0 -7
  70. package/dist/src/ticket-group/dto/delete-ticket-group.dto.d.ts +0 -6
  71. package/dist/src/ticket-group/dto/find-group-ticket-group.dto.d.ts +0 -6
  72. package/dist/src/ticket-group/dto/ticket-group.dto.d.ts +0 -6
  73. package/dist/src/ticket-group/dto/ticket-group.dto.js +0 -1
  74. package/dist/src/ticket-group/dto/update-ticket-group.dto.d.ts +0 -12
  75. package/dist/src/ticket-group/dto/update-ticket-group.dto.js +0 -1
  76. package/dist/types/prisma-schema/edge.js +4 -47
  77. package/dist/types/prisma-schema/index-browser.js +1 -44
  78. package/dist/types/prisma-schema/index.d.ts +485 -6238
  79. package/dist/types/prisma-schema/index.js +4 -47
  80. package/dist/types/prisma-schema/package.json +1 -1
  81. package/dist/types/prisma-schema/schema.prisma +3 -73
  82. package/dist/types/prisma-schema/wasm.js +1 -44
  83. package/dist/types/schema.d.ts +27 -1158
  84. package/package.json +2 -3
  85. package/dist/src/dynamic-form/dto/create-dynamic-form.dto.d.ts +0 -311
  86. package/dist/src/dynamic-form/dto/create-dynamic-form.dto.js +0 -61
  87. package/dist/src/dynamic-form/dto/delete-dynamic-form.dto.d.ts +0 -18
  88. package/dist/src/dynamic-form/dto/delete-dynamic-form.dto.js +0 -12
  89. package/dist/src/dynamic-form/dto/dynamic-form.dto.d.ts +0 -173
  90. package/dist/src/dynamic-form/dto/dynamic-form.dto.js +0 -77
  91. package/dist/src/dynamic-form/dto/find-all-dynamic-form.dto.d.ts +0 -531
  92. package/dist/src/dynamic-form/dto/find-all-dynamic-form.dto.js +0 -23
  93. package/dist/src/dynamic-form/dto/find-by-id-dynamic-question.dto.d.ts +0 -268
  94. package/dist/src/dynamic-form/dto/find-by-id-dynamic-question.dto.js +0 -19
  95. package/dist/src/dynamic-form/dto/find-by-type-dynamic-form.dto.d.ts +0 -266
  96. package/dist/src/dynamic-form/dto/find-by-type-dynamic-form.dto.js +0 -18
  97. package/dist/src/dynamic-form/dto/submit-dynamic-form.dto.d.ts +0 -350
  98. package/dist/src/dynamic-form/dto/submit-dynamic-form.dto.js +0 -23
  99. package/dist/src/dynamic-form/dto/update-dynamic-form.dto.d.ts +0 -421
  100. package/dist/src/dynamic-form/dto/update-dynamic-form.dto.js +0 -45
  101. package/dist/src/dynamic-form/exports.d.ts +0 -7
  102. package/dist/src/dynamic-form/exports.js +0 -24
  103. package/dist/src/mi-expo/dto/update-me-first-time.dto.d.ts +0 -382
  104. package/dist/src/mi-expo/dto/update-me-first-time.dto.js +0 -35
  105. package/dist/src/profile/dto/find-referral-code-exists.dto.d.ts +0 -18
  106. package/dist/src/profile/dto/find-referral-code-exists.dto.js +0 -15
  107. package/dist/src/profile/dto/find-referral-code-usage.dto.d.ts +0 -18
  108. package/dist/src/profile/dto/find-referral-code-usage.dto.js +0 -15
  109. package/dist/src/role/dto/allocate-participant-role.dto.d.ts +0 -191
  110. package/dist/src/role/dto/allocate-participant-role.dto.js +0 -24
  111. package/dist/src/role/dto/allocate-production-role.dto.d.ts +0 -185
  112. package/dist/src/role/dto/allocate-production-role.dto.js +0 -22
  113. package/dist/src/role/dto/create-role.dto.d.ts +0 -92
  114. package/dist/src/role/dto/create-role.dto.js +0 -16
  115. package/dist/src/role/dto/deallocate-all-role.dto.d.ts +0 -185
  116. package/dist/src/role/dto/deallocate-all-role.dto.js +0 -22
  117. package/dist/src/role/dto/delete-role.dto.d.ts +0 -63
  118. package/dist/src/role/dto/delete-role.dto.js +0 -10
  119. package/dist/src/role/dto/find-all-role.dto.d.ts +0 -63
  120. package/dist/src/role/dto/find-all-role.dto.js +0 -10
  121. package/dist/src/role/dto/update-role.dto.d.ts +0 -92
  122. package/dist/src/role/dto/update-role.dto.js +0 -16
  123. package/dist/src/role/exports.d.ts +0 -7
  124. package/dist/src/role/exports.js +0 -24
@@ -29,7 +29,6 @@ export declare const getMiExpoMeResponseSchema: import("zod").ZodObject<import("
29
29
  movedToTrashDate: import("zod").ZodNullable<import("zod").ZodDate>;
30
30
  created_at: import("zod").ZodDate;
31
31
  updated_at: import("zod").ZodDate;
32
- referralCode: import("zod").ZodString;
33
32
  }, "password">, {
34
33
  residenceLocation: import("zod").ZodNullable<import("zod").ZodObject<{
35
34
  id: import("zod").ZodString;
@@ -87,80 +86,10 @@ export declare const getMiExpoMeResponseSchema: import("zod").ZodObject<import("
87
86
  country: string;
88
87
  city: string;
89
88
  }>>;
90
- productionsAdministrated: import("zod").ZodArray<import("zod").ZodObject<{
91
- id: import("zod").ZodString;
92
- name: import("zod").ZodString;
93
- description: import("zod").ZodString;
94
- administratorId: import("zod").ZodNullable<import("zod").ZodString>;
95
- created_at: import("zod").ZodDate;
96
- updated_at: import("zod").ZodDate;
97
- }, "strip", import("zod").ZodTypeAny, {
98
- description: string;
99
- id: string;
100
- name: string;
101
- created_at: Date;
102
- updated_at: Date;
103
- administratorId: string | null;
104
- }, {
105
- description: string;
106
- id: string;
107
- name: string;
108
- created_at: Date;
109
- updated_at: Date;
110
- administratorId: string | null;
111
- }>, "many">;
112
- productionsParticipated: import("zod").ZodArray<import("zod").ZodObject<{
113
- id: import("zod").ZodString;
114
- name: import("zod").ZodString;
115
- description: import("zod").ZodString;
116
- administratorId: import("zod").ZodNullable<import("zod").ZodString>;
117
- created_at: import("zod").ZodDate;
118
- updated_at: import("zod").ZodDate;
119
- }, "strip", import("zod").ZodTypeAny, {
120
- description: string;
121
- id: string;
122
- name: string;
123
- created_at: Date;
124
- updated_at: Date;
125
- administratorId: string | null;
126
- }, {
127
- description: string;
128
- id: string;
129
- name: string;
130
- created_at: Date;
131
- updated_at: Date;
132
- administratorId: string | null;
133
- }>, "many">;
134
- productionRequestsSent: import("zod").ZodArray<import("zod").ZodObject<{
135
- id: import("zod").ZodString;
136
- productionId: import("zod").ZodString;
137
- profileId: import("zod").ZodString;
138
- status: import("zod").ZodNativeEnum<{
139
- APPROVED: "APPROVED";
140
- PENDING: "PENDING";
141
- REJECTED: "REJECTED";
142
- }>;
143
- created_at: import("zod").ZodDate;
144
- updated_at: import("zod").ZodDate;
145
- }, "strip", import("zod").ZodTypeAny, {
146
- id: string;
147
- status: "APPROVED" | "PENDING" | "REJECTED";
148
- created_at: Date;
149
- updated_at: Date;
150
- profileId: string;
151
- productionId: string;
152
- }, {
153
- id: string;
154
- status: "APPROVED" | "PENDING" | "REJECTED";
155
- created_at: Date;
156
- updated_at: Date;
157
- profileId: string;
158
- productionId: string;
159
- }>, "many">;
160
89
  }>, "strip", import("zod").ZodTypeAny, {
161
- role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
162
90
  id: string;
163
91
  username: string | null;
92
+ role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
164
93
  phoneNumber: string;
165
94
  secondaryPhoneNumber: string | null;
166
95
  fullName: string;
@@ -169,7 +98,6 @@ export declare const getMiExpoMeResponseSchema: import("zod").ZodObject<import("
169
98
  dni: string | null;
170
99
  created_at: Date;
171
100
  updated_at: Date;
172
- referralCode: string;
173
101
  shortId: number;
174
102
  firstTimeMiExpo: boolean;
175
103
  isPhoneVerified: boolean;
@@ -202,30 +130,6 @@ export declare const getMiExpoMeResponseSchema: import("zod").ZodObject<import("
202
130
  country: string;
203
131
  city: string;
204
132
  } | null;
205
- productionsAdministrated: {
206
- description: string;
207
- id: string;
208
- name: string;
209
- created_at: Date;
210
- updated_at: Date;
211
- administratorId: string | null;
212
- }[];
213
- productionsParticipated: {
214
- description: string;
215
- id: string;
216
- name: string;
217
- created_at: Date;
218
- updated_at: Date;
219
- administratorId: string | null;
220
- }[];
221
- productionRequestsSent: {
222
- id: string;
223
- status: "APPROVED" | "PENDING" | "REJECTED";
224
- created_at: Date;
225
- updated_at: Date;
226
- profileId: string;
227
- productionId: string;
228
- }[];
229
133
  }, {
230
134
  id: string;
231
135
  username: string | null;
@@ -237,7 +141,6 @@ export declare const getMiExpoMeResponseSchema: import("zod").ZodObject<import("
237
141
  dni: string | null;
238
142
  created_at: Date;
239
143
  updated_at: Date;
240
- referralCode: string;
241
144
  shortId: number;
242
145
  firstTimeMiExpo: boolean;
243
146
  isPhoneVerified: boolean;
@@ -270,33 +173,11 @@ export declare const getMiExpoMeResponseSchema: import("zod").ZodObject<import("
270
173
  country: string;
271
174
  city: string;
272
175
  } | null;
273
- productionsAdministrated: {
274
- description: string;
275
- id: string;
276
- name: string;
277
- created_at: Date;
278
- updated_at: Date;
279
- administratorId: string | null;
280
- }[];
281
- productionsParticipated: {
282
- description: string;
283
- id: string;
284
- name: string;
285
- created_at: Date;
286
- updated_at: Date;
287
- administratorId: string | null;
288
- }[];
289
- productionRequestsSent: {
290
- id: string;
291
- status: "APPROVED" | "PENDING" | "REJECTED";
292
- created_at: Date;
293
- updated_at: Date;
294
- profileId: string;
295
- productionId: string;
296
- }[];
297
176
  role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
298
177
  }>;
299
178
  declare const GetMiExpoMeResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<import("zod").ZodObject<{
179
+ id: import("zod").ZodString;
180
+ username: import("zod").ZodNullable<import("zod").ZodString>;
300
181
  role: import("zod").ZodDefault<import("zod").ZodNativeEnum<{
301
182
  USER: "USER";
302
183
  ADMIN: "ADMIN";
@@ -304,8 +185,6 @@ declare const GetMiExpoMeResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
304
185
  TICKETS: "TICKETS";
305
186
  MI_EXPO: "MI_EXPO";
306
187
  }>>;
307
- id: import("zod").ZodString;
308
- username: import("zod").ZodNullable<import("zod").ZodString>;
309
188
  phoneNumber: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, string, string>, string, string>;
310
189
  secondaryPhoneNumber: import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, string, string>, string, string>>;
311
190
  fullName: import("zod").ZodString;
@@ -314,7 +193,6 @@ declare const GetMiExpoMeResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
314
193
  dni: import("zod").ZodNullable<import("zod").ZodString>;
315
194
  created_at: import("zod").ZodString;
316
195
  updated_at: import("zod").ZodString;
317
- referralCode: import("zod").ZodString;
318
196
  shortId: import("zod").ZodNumber;
319
197
  firstTimeMiExpo: import("zod").ZodBoolean;
320
198
  isPhoneVerified: import("zod").ZodBoolean;
@@ -383,80 +261,10 @@ declare const GetMiExpoMeResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
383
261
  country: string;
384
262
  city: string;
385
263
  }>>;
386
- productionsAdministrated: import("zod").ZodArray<import("zod").ZodObject<{
387
- id: import("zod").ZodString;
388
- name: import("zod").ZodString;
389
- description: import("zod").ZodString;
390
- administratorId: import("zod").ZodNullable<import("zod").ZodString>;
391
- created_at: import("zod").ZodString;
392
- updated_at: import("zod").ZodString;
393
- }, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
394
- description: string;
395
- id: string;
396
- name: string;
397
- created_at: string;
398
- updated_at: string;
399
- administratorId: string | null;
400
- }, {
401
- description: string;
402
- id: string;
403
- name: string;
404
- created_at: string;
405
- updated_at: string;
406
- administratorId: string | null;
407
- }>, "many">;
408
- productionsParticipated: import("zod").ZodArray<import("zod").ZodObject<{
409
- id: import("zod").ZodString;
410
- name: import("zod").ZodString;
411
- description: import("zod").ZodString;
412
- administratorId: import("zod").ZodNullable<import("zod").ZodString>;
413
- created_at: import("zod").ZodString;
414
- updated_at: import("zod").ZodString;
415
- }, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
416
- description: string;
417
- id: string;
418
- name: string;
419
- created_at: string;
420
- updated_at: string;
421
- administratorId: string | null;
422
- }, {
423
- description: string;
424
- id: string;
425
- name: string;
426
- created_at: string;
427
- updated_at: string;
428
- administratorId: string | null;
429
- }>, "many">;
430
- productionRequestsSent: import("zod").ZodArray<import("zod").ZodObject<{
431
- id: import("zod").ZodString;
432
- productionId: import("zod").ZodString;
433
- profileId: import("zod").ZodString;
434
- status: import("zod").ZodNativeEnum<{
435
- APPROVED: "APPROVED";
436
- PENDING: "PENDING";
437
- REJECTED: "REJECTED";
438
- }>;
439
- created_at: import("zod").ZodString;
440
- updated_at: import("zod").ZodString;
441
- }, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
442
- id: string;
443
- status: "APPROVED" | "PENDING" | "REJECTED";
444
- created_at: string;
445
- updated_at: string;
446
- profileId: string;
447
- productionId: string;
448
- }, {
449
- id: string;
450
- status: "APPROVED" | "PENDING" | "REJECTED";
451
- created_at: string;
452
- updated_at: string;
453
- profileId: string;
454
- productionId: string;
455
- }>, "many">;
456
264
  }, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
457
- role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
458
265
  id: string;
459
266
  username: string | null;
267
+ role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
460
268
  phoneNumber: string;
461
269
  secondaryPhoneNumber: string | null;
462
270
  fullName: string;
@@ -465,7 +273,6 @@ declare const GetMiExpoMeResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
465
273
  dni: string | null;
466
274
  created_at: string;
467
275
  updated_at: string;
468
- referralCode: string;
469
276
  shortId: number;
470
277
  firstTimeMiExpo: boolean;
471
278
  isPhoneVerified: boolean;
@@ -498,30 +305,6 @@ declare const GetMiExpoMeResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
498
305
  country: string;
499
306
  city: string;
500
307
  } | null;
501
- productionsAdministrated: {
502
- description: string;
503
- id: string;
504
- name: string;
505
- created_at: string;
506
- updated_at: string;
507
- administratorId: string | null;
508
- }[];
509
- productionsParticipated: {
510
- description: string;
511
- id: string;
512
- name: string;
513
- created_at: string;
514
- updated_at: string;
515
- administratorId: string | null;
516
- }[];
517
- productionRequestsSent: {
518
- id: string;
519
- status: "APPROVED" | "PENDING" | "REJECTED";
520
- created_at: string;
521
- updated_at: string;
522
- profileId: string;
523
- productionId: string;
524
- }[];
525
308
  }, {
526
309
  id: string;
527
310
  username: string | null;
@@ -533,7 +316,6 @@ declare const GetMiExpoMeResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
533
316
  dni: string | null;
534
317
  created_at: string;
535
318
  updated_at: string;
536
- referralCode: string;
537
319
  shortId: number;
538
320
  firstTimeMiExpo: boolean;
539
321
  isPhoneVerified: boolean;
@@ -566,30 +348,6 @@ declare const GetMiExpoMeResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
566
348
  country: string;
567
349
  city: string;
568
350
  } | null;
569
- productionsAdministrated: {
570
- description: string;
571
- id: string;
572
- name: string;
573
- created_at: string;
574
- updated_at: string;
575
- administratorId: string | null;
576
- }[];
577
- productionsParticipated: {
578
- description: string;
579
- id: string;
580
- name: string;
581
- created_at: string;
582
- updated_at: string;
583
- administratorId: string | null;
584
- }[];
585
- productionRequestsSent: {
586
- id: string;
587
- status: "APPROVED" | "PENDING" | "REJECTED";
588
- created_at: string;
589
- updated_at: string;
590
- profileId: string;
591
- productionId: string;
592
- }[];
593
351
  role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
594
352
  }>>;
595
353
  export declare class GetMiExpoMeResponseDto extends GetMiExpoMeResponseDto_base {
@@ -1,8 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetMiExpoMeResponseDto = exports.getMiExpoMeResponseSchema = void 0;
4
- const production_affiliation_request_dto_1 = require("../../production-affiliation-request/dto/production-affiliation-request.dto");
5
- const production_dto_1 = require("../../production/dto/production.dto");
6
4
  const location_schema_1 = require("../../schema/location.schema");
7
5
  const profile_schema_1 = require("../../schema/profile.schema");
8
6
  const create_zod_dto_without_date_1 = require("../../shared/dto-modification/create-zod-dto-without-date");
@@ -11,9 +9,6 @@ exports.getMiExpoMeResponseSchema = profile_schema_1.profileSchema
11
9
  .extend({
12
10
  residenceLocation: location_schema_1.locationSchema.nullable(),
13
11
  birthLocation: location_schema_1.locationSchema.nullable(),
14
- productionsAdministrated: production_dto_1.productionSchema.array(),
15
- productionsParticipated: production_dto_1.productionSchema.array(),
16
- productionRequestsSent: production_affiliation_request_dto_1.productionAffiliationRequestSchema.array(),
17
12
  });
18
13
  class GetMiExpoMeResponseDto extends (0, create_zod_dto_without_date_1.createZodDtoWithoutDate)(exports.getMiExpoMeResponseSchema) {
19
14
  }
@@ -60,11 +60,10 @@ export declare const loginWithPhoneResponseSchema: z.ZodObject<{
60
60
  movedToTrashDate: z.ZodNullable<z.ZodDate>;
61
61
  created_at: z.ZodDate;
62
62
  updated_at: z.ZodDate;
63
- referralCode: z.ZodString;
64
63
  }, "password">, "strip", z.ZodTypeAny, {
65
- role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
66
64
  id: string;
67
65
  username: string | null;
66
+ role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
68
67
  phoneNumber: string;
69
68
  secondaryPhoneNumber: string | null;
70
69
  fullName: string;
@@ -73,7 +72,6 @@ export declare const loginWithPhoneResponseSchema: z.ZodObject<{
73
72
  dni: string | null;
74
73
  created_at: Date;
75
74
  updated_at: Date;
76
- referralCode: string;
77
75
  shortId: number;
78
76
  firstTimeMiExpo: boolean;
79
77
  isPhoneVerified: boolean;
@@ -97,7 +95,6 @@ export declare const loginWithPhoneResponseSchema: z.ZodObject<{
97
95
  dni: string | null;
98
96
  created_at: Date;
99
97
  updated_at: Date;
100
- referralCode: string;
101
98
  shortId: number;
102
99
  firstTimeMiExpo: boolean;
103
100
  isPhoneVerified: boolean;
@@ -114,9 +111,9 @@ export declare const loginWithPhoneResponseSchema: z.ZodObject<{
114
111
  }>;
115
112
  }, "strip", z.ZodTypeAny, {
116
113
  profile: {
117
- role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
118
114
  id: string;
119
115
  username: string | null;
116
+ role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
120
117
  phoneNumber: string;
121
118
  secondaryPhoneNumber: string | null;
122
119
  fullName: string;
@@ -125,7 +122,6 @@ export declare const loginWithPhoneResponseSchema: z.ZodObject<{
125
122
  dni: string | null;
126
123
  created_at: Date;
127
124
  updated_at: Date;
128
- referralCode: string;
129
125
  shortId: number;
130
126
  firstTimeMiExpo: boolean;
131
127
  isPhoneVerified: boolean;
@@ -156,7 +152,6 @@ export declare const loginWithPhoneResponseSchema: z.ZodObject<{
156
152
  dni: string | null;
157
153
  created_at: Date;
158
154
  updated_at: Date;
159
- referralCode: string;
160
155
  shortId: number;
161
156
  firstTimeMiExpo: boolean;
162
157
  isPhoneVerified: boolean;
@@ -192,6 +187,8 @@ declare const LoginWithPhoneResponseDto_base: import("@anatine/zod-nestjs").ZodD
192
187
  expiresIn: number;
193
188
  }>;
194
189
  profile: z.ZodObject<{
190
+ id: z.ZodString;
191
+ username: z.ZodNullable<z.ZodString>;
195
192
  role: z.ZodDefault<z.ZodNativeEnum<{
196
193
  USER: "USER";
197
194
  ADMIN: "ADMIN";
@@ -199,8 +196,6 @@ declare const LoginWithPhoneResponseDto_base: import("@anatine/zod-nestjs").ZodD
199
196
  TICKETS: "TICKETS";
200
197
  MI_EXPO: "MI_EXPO";
201
198
  }>>;
202
- id: z.ZodString;
203
- username: z.ZodNullable<z.ZodString>;
204
199
  phoneNumber: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
205
200
  secondaryPhoneNumber: z.ZodNullable<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>>;
206
201
  fullName: z.ZodString;
@@ -209,7 +204,6 @@ declare const LoginWithPhoneResponseDto_base: import("@anatine/zod-nestjs").ZodD
209
204
  dni: z.ZodNullable<z.ZodString>;
210
205
  created_at: z.ZodString;
211
206
  updated_at: z.ZodString;
212
- referralCode: z.ZodString;
213
207
  shortId: z.ZodNumber;
214
208
  firstTimeMiExpo: z.ZodBoolean;
215
209
  isPhoneVerified: z.ZodBoolean;
@@ -223,9 +217,9 @@ declare const LoginWithPhoneResponseDto_base: import("@anatine/zod-nestjs").ZodD
223
217
  isInTrash: z.ZodBoolean;
224
218
  movedToTrashDate: z.ZodNullable<z.ZodString>;
225
219
  }, z.UnknownKeysParam, z.ZodTypeAny, {
226
- role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
227
220
  id: string;
228
221
  username: string | null;
222
+ role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
229
223
  phoneNumber: string;
230
224
  secondaryPhoneNumber: string | null;
231
225
  fullName: string;
@@ -234,7 +228,6 @@ declare const LoginWithPhoneResponseDto_base: import("@anatine/zod-nestjs").ZodD
234
228
  dni: string | null;
235
229
  created_at: string;
236
230
  updated_at: string;
237
- referralCode: string;
238
231
  shortId: number;
239
232
  firstTimeMiExpo: boolean;
240
233
  isPhoneVerified: boolean;
@@ -258,7 +251,6 @@ declare const LoginWithPhoneResponseDto_base: import("@anatine/zod-nestjs").ZodD
258
251
  dni: string | null;
259
252
  created_at: string;
260
253
  updated_at: string;
261
- referralCode: string;
262
254
  shortId: number;
263
255
  firstTimeMiExpo: boolean;
264
256
  isPhoneVerified: boolean;
@@ -275,9 +267,9 @@ declare const LoginWithPhoneResponseDto_base: import("@anatine/zod-nestjs").ZodD
275
267
  }>;
276
268
  }, z.UnknownKeysParam, z.ZodTypeAny, {
277
269
  profile: {
278
- role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
279
270
  id: string;
280
271
  username: string | null;
272
+ role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
281
273
  phoneNumber: string;
282
274
  secondaryPhoneNumber: string | null;
283
275
  fullName: string;
@@ -286,7 +278,6 @@ declare const LoginWithPhoneResponseDto_base: import("@anatine/zod-nestjs").ZodD
286
278
  dni: string | null;
287
279
  created_at: string;
288
280
  updated_at: string;
289
- referralCode: string;
290
281
  shortId: number;
291
282
  firstTimeMiExpo: boolean;
292
283
  isPhoneVerified: boolean;
@@ -317,7 +308,6 @@ declare const LoginWithPhoneResponseDto_base: import("@anatine/zod-nestjs").ZodD
317
308
  dni: string | null;
318
309
  created_at: string;
319
310
  updated_at: string;
320
- referralCode: string;
321
311
  shortId: number;
322
312
  firstTimeMiExpo: boolean;
323
313
  isPhoneVerified: boolean;
@@ -65,11 +65,10 @@ export declare const loginMiExpoResponseSchema: z.ZodObject<{
65
65
  movedToTrashDate: z.ZodNullable<z.ZodDate>;
66
66
  created_at: z.ZodDate;
67
67
  updated_at: z.ZodDate;
68
- referralCode: z.ZodString;
69
68
  }, "password">, "strip", z.ZodTypeAny, {
70
- role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
71
69
  id: string;
72
70
  username: string | null;
71
+ role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
73
72
  phoneNumber: string;
74
73
  secondaryPhoneNumber: string | null;
75
74
  fullName: string;
@@ -78,7 +77,6 @@ export declare const loginMiExpoResponseSchema: z.ZodObject<{
78
77
  dni: string | null;
79
78
  created_at: Date;
80
79
  updated_at: Date;
81
- referralCode: string;
82
80
  shortId: number;
83
81
  firstTimeMiExpo: boolean;
84
82
  isPhoneVerified: boolean;
@@ -102,7 +100,6 @@ export declare const loginMiExpoResponseSchema: z.ZodObject<{
102
100
  dni: string | null;
103
101
  created_at: Date;
104
102
  updated_at: Date;
105
- referralCode: string;
106
103
  shortId: number;
107
104
  firstTimeMiExpo: boolean;
108
105
  isPhoneVerified: boolean;
@@ -132,9 +129,9 @@ export declare const loginMiExpoResponseSchema: z.ZodObject<{
132
129
  }>;
133
130
  }, "strip", z.ZodTypeAny, {
134
131
  user: {
135
- role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
136
132
  id: string;
137
133
  username: string | null;
134
+ role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
138
135
  phoneNumber: string;
139
136
  secondaryPhoneNumber: string | null;
140
137
  fullName: string;
@@ -143,7 +140,6 @@ export declare const loginMiExpoResponseSchema: z.ZodObject<{
143
140
  dni: string | null;
144
141
  created_at: Date;
145
142
  updated_at: Date;
146
- referralCode: string;
147
143
  shortId: number;
148
144
  firstTimeMiExpo: boolean;
149
145
  isPhoneVerified: boolean;
@@ -174,7 +170,6 @@ export declare const loginMiExpoResponseSchema: z.ZodObject<{
174
170
  dni: string | null;
175
171
  created_at: Date;
176
172
  updated_at: Date;
177
- referralCode: string;
178
173
  shortId: number;
179
174
  firstTimeMiExpo: boolean;
180
175
  isPhoneVerified: boolean;
@@ -197,6 +192,8 @@ export declare const loginMiExpoResponseSchema: z.ZodObject<{
197
192
  }>;
198
193
  declare const LoginMiExpoResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodObject<{
199
194
  user: z.ZodObject<{
195
+ id: z.ZodString;
196
+ username: z.ZodNullable<z.ZodString>;
200
197
  role: z.ZodDefault<z.ZodNativeEnum<{
201
198
  USER: "USER";
202
199
  ADMIN: "ADMIN";
@@ -204,8 +201,6 @@ declare const LoginMiExpoResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
204
201
  TICKETS: "TICKETS";
205
202
  MI_EXPO: "MI_EXPO";
206
203
  }>>;
207
- id: z.ZodString;
208
- username: z.ZodNullable<z.ZodString>;
209
204
  phoneNumber: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
210
205
  secondaryPhoneNumber: z.ZodNullable<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>>;
211
206
  fullName: z.ZodString;
@@ -214,7 +209,6 @@ declare const LoginMiExpoResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
214
209
  dni: z.ZodNullable<z.ZodString>;
215
210
  created_at: z.ZodString;
216
211
  updated_at: z.ZodString;
217
- referralCode: z.ZodString;
218
212
  shortId: z.ZodNumber;
219
213
  firstTimeMiExpo: z.ZodBoolean;
220
214
  isPhoneVerified: z.ZodBoolean;
@@ -228,9 +222,9 @@ declare const LoginMiExpoResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
228
222
  isInTrash: z.ZodBoolean;
229
223
  movedToTrashDate: z.ZodNullable<z.ZodString>;
230
224
  }, z.UnknownKeysParam, z.ZodTypeAny, {
231
- role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
232
225
  id: string;
233
226
  username: string | null;
227
+ role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
234
228
  phoneNumber: string;
235
229
  secondaryPhoneNumber: string | null;
236
230
  fullName: string;
@@ -239,7 +233,6 @@ declare const LoginMiExpoResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
239
233
  dni: string | null;
240
234
  created_at: string;
241
235
  updated_at: string;
242
- referralCode: string;
243
236
  shortId: number;
244
237
  firstTimeMiExpo: boolean;
245
238
  isPhoneVerified: boolean;
@@ -263,7 +256,6 @@ declare const LoginMiExpoResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
263
256
  dni: string | null;
264
257
  created_at: string;
265
258
  updated_at: string;
266
- referralCode: string;
267
259
  shortId: number;
268
260
  firstTimeMiExpo: boolean;
269
261
  isPhoneVerified: boolean;
@@ -293,9 +285,9 @@ declare const LoginMiExpoResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
293
285
  }>;
294
286
  }, z.UnknownKeysParam, z.ZodTypeAny, {
295
287
  user: {
296
- role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
297
288
  id: string;
298
289
  username: string | null;
290
+ role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
299
291
  phoneNumber: string;
300
292
  secondaryPhoneNumber: string | null;
301
293
  fullName: string;
@@ -304,7 +296,6 @@ declare const LoginMiExpoResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
304
296
  dni: string | null;
305
297
  created_at: string;
306
298
  updated_at: string;
307
- referralCode: string;
308
299
  shortId: number;
309
300
  firstTimeMiExpo: boolean;
310
301
  isPhoneVerified: boolean;
@@ -335,7 +326,6 @@ declare const LoginMiExpoResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
335
326
  dni: string | null;
336
327
  created_at: string;
337
328
  updated_at: string;
338
- referralCode: string;
339
329
  shortId: number;
340
330
  firstTimeMiExpo: boolean;
341
331
  isPhoneVerified: boolean;