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
@@ -1,26 +1,20 @@
1
1
  export declare const updateProductionSchema: import("zod").ZodObject<{
2
- description: import("zod").ZodOptional<import("zod").ZodString>;
3
2
  name: import("zod").ZodOptional<import("zod").ZodString>;
4
3
  administratorId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
5
4
  }, "strip", import("zod").ZodTypeAny, {
6
- description?: string | undefined;
7
5
  name?: string | undefined;
8
6
  administratorId?: string | null | undefined;
9
7
  }, {
10
- description?: string | undefined;
11
8
  name?: string | undefined;
12
9
  administratorId?: string | null | undefined;
13
10
  }>;
14
11
  declare const UpdateProductionDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<import("zod").ZodObject<{
15
- description: import("zod").ZodOptional<import("zod").ZodString>;
16
12
  name: import("zod").ZodOptional<import("zod").ZodString>;
17
13
  administratorId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
18
14
  }, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
19
- description?: string | undefined;
20
15
  name?: string | undefined;
21
16
  administratorId?: string | null | undefined;
22
17
  }, {
23
- description?: string | undefined;
24
18
  name?: string | undefined;
25
19
  administratorId?: string | null | undefined;
26
20
  }>>;
@@ -29,19 +23,16 @@ export declare class UpdateProductionDto extends UpdateProductionDto_base {
29
23
  export declare const updateProductionResponseSchema: import("zod").ZodObject<{
30
24
  id: import("zod").ZodString;
31
25
  name: import("zod").ZodString;
32
- description: import("zod").ZodString;
33
26
  administratorId: import("zod").ZodNullable<import("zod").ZodString>;
34
27
  created_at: import("zod").ZodDate;
35
28
  updated_at: import("zod").ZodDate;
36
29
  }, "strip", import("zod").ZodTypeAny, {
37
- description: string;
38
30
  id: string;
39
31
  name: string;
40
32
  created_at: Date;
41
33
  updated_at: Date;
42
34
  administratorId: string | null;
43
35
  }, {
44
- description: string;
45
36
  id: string;
46
37
  name: string;
47
38
  created_at: Date;
@@ -51,19 +42,16 @@ export declare const updateProductionResponseSchema: import("zod").ZodObject<{
51
42
  declare const UpdateProductionResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<import("zod").ZodObject<{
52
43
  id: import("zod").ZodString;
53
44
  name: import("zod").ZodString;
54
- description: import("zod").ZodString;
55
45
  administratorId: import("zod").ZodNullable<import("zod").ZodString>;
56
46
  created_at: import("zod").ZodString;
57
47
  updated_at: import("zod").ZodString;
58
48
  }, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
59
- description: string;
60
49
  id: string;
61
50
  name: string;
62
51
  created_at: string;
63
52
  updated_at: string;
64
53
  administratorId: string | null;
65
54
  }, {
66
- description: string;
67
55
  id: string;
68
56
  name: string;
69
57
  created_at: string;
@@ -6,7 +6,6 @@ const create_zod_dto_without_date_1 = require("../../shared/dto-modification/cre
6
6
  exports.updateProductionSchema = production_dto_1.productionSchema
7
7
  .pick({
8
8
  name: true,
9
- description: true,
10
9
  administratorId: true,
11
10
  })
12
11
  .partial();
@@ -15,19 +15,16 @@ export declare const findByProductionAffiliationRequestResponseSchema: z.ZodObje
15
15
  production: z.ZodObject<{
16
16
  id: z.ZodString;
17
17
  name: z.ZodString;
18
- description: z.ZodString;
19
18
  administratorId: z.ZodNullable<z.ZodString>;
20
19
  created_at: z.ZodDate;
21
20
  updated_at: z.ZodDate;
22
21
  }, "strip", z.ZodTypeAny, {
23
- description: string;
24
22
  id: string;
25
23
  name: string;
26
24
  created_at: Date;
27
25
  updated_at: Date;
28
26
  administratorId: string | null;
29
27
  }, {
30
- description: string;
31
28
  id: string;
32
29
  name: string;
33
30
  created_at: Date;
@@ -65,12 +62,11 @@ export declare const findByProductionAffiliationRequestResponseSchema: z.ZodObje
65
62
  movedToTrashDate: z.ZodNullable<z.ZodDate>;
66
63
  created_at: z.ZodDate;
67
64
  updated_at: z.ZodDate;
68
- referralCode: z.ZodString;
69
65
  }, "strip", z.ZodTypeAny, {
70
- role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
71
66
  id: string;
72
67
  username: string | null;
73
68
  password: string | null;
69
+ role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
74
70
  phoneNumber: string;
75
71
  secondaryPhoneNumber: string | null;
76
72
  fullName: string;
@@ -79,7 +75,6 @@ export declare const findByProductionAffiliationRequestResponseSchema: z.ZodObje
79
75
  dni: string | null;
80
76
  created_at: Date;
81
77
  updated_at: Date;
82
- referralCode: string;
83
78
  shortId: number;
84
79
  firstTimeMiExpo: boolean;
85
80
  isPhoneVerified: boolean;
@@ -104,7 +99,6 @@ export declare const findByProductionAffiliationRequestResponseSchema: z.ZodObje
104
99
  dni: string | null;
105
100
  created_at: Date;
106
101
  updated_at: Date;
107
- referralCode: string;
108
102
  shortId: number;
109
103
  firstTimeMiExpo: boolean;
110
104
  isPhoneVerified: boolean;
@@ -121,10 +115,10 @@ export declare const findByProductionAffiliationRequestResponseSchema: z.ZodObje
121
115
  }>;
122
116
  }>, "strip", z.ZodTypeAny, {
123
117
  profile: {
124
- role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
125
118
  id: string;
126
119
  username: string | null;
127
120
  password: string | null;
121
+ role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
128
122
  phoneNumber: string;
129
123
  secondaryPhoneNumber: string | null;
130
124
  fullName: string;
@@ -133,7 +127,6 @@ export declare const findByProductionAffiliationRequestResponseSchema: z.ZodObje
133
127
  dni: string | null;
134
128
  created_at: Date;
135
129
  updated_at: Date;
136
- referralCode: string;
137
130
  shortId: number;
138
131
  firstTimeMiExpo: boolean;
139
132
  isPhoneVerified: boolean;
@@ -148,7 +141,6 @@ export declare const findByProductionAffiliationRequestResponseSchema: z.ZodObje
148
141
  movedToTrashDate: Date | null;
149
142
  };
150
143
  production: {
151
- description: string;
152
144
  id: string;
153
145
  name: string;
154
146
  created_at: Date;
@@ -174,7 +166,6 @@ export declare const findByProductionAffiliationRequestResponseSchema: z.ZodObje
174
166
  dni: string | null;
175
167
  created_at: Date;
176
168
  updated_at: Date;
177
- referralCode: string;
178
169
  shortId: number;
179
170
  firstTimeMiExpo: boolean;
180
171
  isPhoneVerified: boolean;
@@ -190,7 +181,6 @@ export declare const findByProductionAffiliationRequestResponseSchema: z.ZodObje
190
181
  role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
191
182
  };
192
183
  production: {
193
- description: string;
194
184
  id: string;
195
185
  name: string;
196
186
  created_at: Date;
@@ -207,10 +197,10 @@ export declare const findByProductionAffiliationRequestResponseSchema: z.ZodObje
207
197
  }, "strip", z.ZodTypeAny, {
208
198
  productions: {
209
199
  profile: {
210
- role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
211
200
  id: string;
212
201
  username: string | null;
213
202
  password: string | null;
203
+ role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
214
204
  phoneNumber: string;
215
205
  secondaryPhoneNumber: string | null;
216
206
  fullName: string;
@@ -219,7 +209,6 @@ export declare const findByProductionAffiliationRequestResponseSchema: z.ZodObje
219
209
  dni: string | null;
220
210
  created_at: Date;
221
211
  updated_at: Date;
222
- referralCode: string;
223
212
  shortId: number;
224
213
  firstTimeMiExpo: boolean;
225
214
  isPhoneVerified: boolean;
@@ -234,7 +223,6 @@ export declare const findByProductionAffiliationRequestResponseSchema: z.ZodObje
234
223
  movedToTrashDate: Date | null;
235
224
  };
236
225
  production: {
237
- description: string;
238
226
  id: string;
239
227
  name: string;
240
228
  created_at: Date;
@@ -262,7 +250,6 @@ export declare const findByProductionAffiliationRequestResponseSchema: z.ZodObje
262
250
  dni: string | null;
263
251
  created_at: Date;
264
252
  updated_at: Date;
265
- referralCode: string;
266
253
  shortId: number;
267
254
  firstTimeMiExpo: boolean;
268
255
  isPhoneVerified: boolean;
@@ -278,7 +265,6 @@ export declare const findByProductionAffiliationRequestResponseSchema: z.ZodObje
278
265
  role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
279
266
  };
280
267
  production: {
281
- description: string;
282
268
  id: string;
283
269
  name: string;
284
270
  created_at: Date;
@@ -308,19 +294,16 @@ declare const FindByProductionAffiliationRequestResponseDto_base: import("@anati
308
294
  production: z.ZodObject<{
309
295
  id: z.ZodString;
310
296
  name: z.ZodString;
311
- description: z.ZodString;
312
297
  administratorId: z.ZodNullable<z.ZodString>;
313
298
  created_at: z.ZodString;
314
299
  updated_at: z.ZodString;
315
300
  }, z.UnknownKeysParam, z.ZodTypeAny, {
316
- description: string;
317
301
  id: string;
318
302
  name: string;
319
303
  created_at: string;
320
304
  updated_at: string;
321
305
  administratorId: string | null;
322
306
  }, {
323
- description: string;
324
307
  id: string;
325
308
  name: string;
326
309
  created_at: string;
@@ -358,12 +341,11 @@ declare const FindByProductionAffiliationRequestResponseDto_base: import("@anati
358
341
  movedToTrashDate: z.ZodNullable<z.ZodString>;
359
342
  created_at: z.ZodString;
360
343
  updated_at: z.ZodString;
361
- referralCode: z.ZodString;
362
344
  }, z.UnknownKeysParam, z.ZodTypeAny, {
363
- role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
364
345
  id: string;
365
346
  username: string | null;
366
347
  password: string | null;
348
+ role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
367
349
  phoneNumber: string;
368
350
  secondaryPhoneNumber: string | null;
369
351
  fullName: string;
@@ -372,7 +354,6 @@ declare const FindByProductionAffiliationRequestResponseDto_base: import("@anati
372
354
  dni: string | null;
373
355
  created_at: string;
374
356
  updated_at: string;
375
- referralCode: string;
376
357
  shortId: number;
377
358
  firstTimeMiExpo: boolean;
378
359
  isPhoneVerified: boolean;
@@ -397,7 +378,6 @@ declare const FindByProductionAffiliationRequestResponseDto_base: import("@anati
397
378
  dni: string | null;
398
379
  created_at: string;
399
380
  updated_at: string;
400
- referralCode: string;
401
381
  shortId: number;
402
382
  firstTimeMiExpo: boolean;
403
383
  isPhoneVerified: boolean;
@@ -414,10 +394,10 @@ declare const FindByProductionAffiliationRequestResponseDto_base: import("@anati
414
394
  }>;
415
395
  }, z.UnknownKeysParam, z.ZodTypeAny, {
416
396
  profile: {
417
- role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
418
397
  id: string;
419
398
  username: string | null;
420
399
  password: string | null;
400
+ role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
421
401
  phoneNumber: string;
422
402
  secondaryPhoneNumber: string | null;
423
403
  fullName: string;
@@ -426,7 +406,6 @@ declare const FindByProductionAffiliationRequestResponseDto_base: import("@anati
426
406
  dni: string | null;
427
407
  created_at: string;
428
408
  updated_at: string;
429
- referralCode: string;
430
409
  shortId: number;
431
410
  firstTimeMiExpo: boolean;
432
411
  isPhoneVerified: boolean;
@@ -441,7 +420,6 @@ declare const FindByProductionAffiliationRequestResponseDto_base: import("@anati
441
420
  movedToTrashDate: string | null;
442
421
  };
443
422
  production: {
444
- description: string;
445
423
  id: string;
446
424
  name: string;
447
425
  created_at: string;
@@ -467,7 +445,6 @@ declare const FindByProductionAffiliationRequestResponseDto_base: import("@anati
467
445
  dni: string | null;
468
446
  created_at: string;
469
447
  updated_at: string;
470
- referralCode: string;
471
448
  shortId: number;
472
449
  firstTimeMiExpo: boolean;
473
450
  isPhoneVerified: boolean;
@@ -483,7 +460,6 @@ declare const FindByProductionAffiliationRequestResponseDto_base: import("@anati
483
460
  role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
484
461
  };
485
462
  production: {
486
- description: string;
487
463
  id: string;
488
464
  name: string;
489
465
  created_at: string;
@@ -500,10 +476,10 @@ declare const FindByProductionAffiliationRequestResponseDto_base: import("@anati
500
476
  }, z.UnknownKeysParam, z.ZodTypeAny, {
501
477
  productions: {
502
478
  profile: {
503
- role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
504
479
  id: string;
505
480
  username: string | null;
506
481
  password: string | null;
482
+ role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
507
483
  phoneNumber: string;
508
484
  secondaryPhoneNumber: string | null;
509
485
  fullName: string;
@@ -512,7 +488,6 @@ declare const FindByProductionAffiliationRequestResponseDto_base: import("@anati
512
488
  dni: string | null;
513
489
  created_at: string;
514
490
  updated_at: string;
515
- referralCode: string;
516
491
  shortId: number;
517
492
  firstTimeMiExpo: boolean;
518
493
  isPhoneVerified: boolean;
@@ -527,7 +502,6 @@ declare const FindByProductionAffiliationRequestResponseDto_base: import("@anati
527
502
  movedToTrashDate: string | null;
528
503
  };
529
504
  production: {
530
- description: string;
531
505
  id: string;
532
506
  name: string;
533
507
  created_at: string;
@@ -555,7 +529,6 @@ declare const FindByProductionAffiliationRequestResponseDto_base: import("@anati
555
529
  dni: string | null;
556
530
  created_at: string;
557
531
  updated_at: string;
558
- referralCode: string;
559
532
  shortId: number;
560
533
  firstTimeMiExpo: boolean;
561
534
  isPhoneVerified: boolean;
@@ -571,7 +544,6 @@ declare const FindByProductionAffiliationRequestResponseDto_base: import("@anati
571
544
  role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
572
545
  };
573
546
  production: {
574
- description: string;
575
547
  id: string;
576
548
  name: string;
577
549
  created_at: string;
@@ -13,19 +13,16 @@ export declare const updateProductionAffiliationRequestResponseSchema: import("z
13
13
  production: import("zod").ZodObject<{
14
14
  id: import("zod").ZodString;
15
15
  name: import("zod").ZodString;
16
- description: import("zod").ZodString;
17
16
  administratorId: import("zod").ZodNullable<import("zod").ZodString>;
18
17
  created_at: import("zod").ZodDate;
19
18
  updated_at: import("zod").ZodDate;
20
19
  }, "strip", import("zod").ZodTypeAny, {
21
- description: string;
22
20
  id: string;
23
21
  name: string;
24
22
  created_at: Date;
25
23
  updated_at: Date;
26
24
  administratorId: string | null;
27
25
  }, {
28
- description: string;
29
26
  id: string;
30
27
  name: string;
31
28
  created_at: Date;
@@ -63,12 +60,11 @@ export declare const updateProductionAffiliationRequestResponseSchema: import("z
63
60
  movedToTrashDate: import("zod").ZodNullable<import("zod").ZodDate>;
64
61
  created_at: import("zod").ZodDate;
65
62
  updated_at: import("zod").ZodDate;
66
- referralCode: import("zod").ZodString;
67
63
  }, "strip", import("zod").ZodTypeAny, {
68
- role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
69
64
  id: string;
70
65
  username: string | null;
71
66
  password: string | null;
67
+ role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
72
68
  phoneNumber: string;
73
69
  secondaryPhoneNumber: string | null;
74
70
  fullName: string;
@@ -77,7 +73,6 @@ export declare const updateProductionAffiliationRequestResponseSchema: import("z
77
73
  dni: string | null;
78
74
  created_at: Date;
79
75
  updated_at: Date;
80
- referralCode: string;
81
76
  shortId: number;
82
77
  firstTimeMiExpo: boolean;
83
78
  isPhoneVerified: boolean;
@@ -102,7 +97,6 @@ export declare const updateProductionAffiliationRequestResponseSchema: import("z
102
97
  dni: string | null;
103
98
  created_at: Date;
104
99
  updated_at: Date;
105
- referralCode: string;
106
100
  shortId: number;
107
101
  firstTimeMiExpo: boolean;
108
102
  isPhoneVerified: boolean;
@@ -119,10 +113,10 @@ export declare const updateProductionAffiliationRequestResponseSchema: import("z
119
113
  }>;
120
114
  }>, "strip", import("zod").ZodTypeAny, {
121
115
  profile: {
122
- role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
123
116
  id: string;
124
117
  username: string | null;
125
118
  password: string | null;
119
+ role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
126
120
  phoneNumber: string;
127
121
  secondaryPhoneNumber: string | null;
128
122
  fullName: string;
@@ -131,7 +125,6 @@ export declare const updateProductionAffiliationRequestResponseSchema: import("z
131
125
  dni: string | null;
132
126
  created_at: Date;
133
127
  updated_at: Date;
134
- referralCode: string;
135
128
  shortId: number;
136
129
  firstTimeMiExpo: boolean;
137
130
  isPhoneVerified: boolean;
@@ -146,7 +139,6 @@ export declare const updateProductionAffiliationRequestResponseSchema: import("z
146
139
  movedToTrashDate: Date | null;
147
140
  };
148
141
  production: {
149
- description: string;
150
142
  id: string;
151
143
  name: string;
152
144
  created_at: Date;
@@ -172,7 +164,6 @@ export declare const updateProductionAffiliationRequestResponseSchema: import("z
172
164
  dni: string | null;
173
165
  created_at: Date;
174
166
  updated_at: Date;
175
- referralCode: string;
176
167
  shortId: number;
177
168
  firstTimeMiExpo: boolean;
178
169
  isPhoneVerified: boolean;
@@ -188,7 +179,6 @@ export declare const updateProductionAffiliationRequestResponseSchema: import("z
188
179
  role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
189
180
  };
190
181
  production: {
191
- description: string;
192
182
  id: string;
193
183
  name: string;
194
184
  created_at: Date;
@@ -216,19 +206,16 @@ declare const UpdateProductionAffiliationRequestResponseDto_base: import("@anati
216
206
  production: import("zod").ZodObject<{
217
207
  id: import("zod").ZodString;
218
208
  name: import("zod").ZodString;
219
- description: import("zod").ZodString;
220
209
  administratorId: import("zod").ZodNullable<import("zod").ZodString>;
221
210
  created_at: import("zod").ZodString;
222
211
  updated_at: import("zod").ZodString;
223
212
  }, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
224
- description: string;
225
213
  id: string;
226
214
  name: string;
227
215
  created_at: string;
228
216
  updated_at: string;
229
217
  administratorId: string | null;
230
218
  }, {
231
- description: string;
232
219
  id: string;
233
220
  name: string;
234
221
  created_at: string;
@@ -266,12 +253,11 @@ declare const UpdateProductionAffiliationRequestResponseDto_base: import("@anati
266
253
  movedToTrashDate: import("zod").ZodNullable<import("zod").ZodString>;
267
254
  created_at: import("zod").ZodString;
268
255
  updated_at: import("zod").ZodString;
269
- referralCode: import("zod").ZodString;
270
256
  }, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
271
- role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
272
257
  id: string;
273
258
  username: string | null;
274
259
  password: string | null;
260
+ role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
275
261
  phoneNumber: string;
276
262
  secondaryPhoneNumber: string | null;
277
263
  fullName: string;
@@ -280,7 +266,6 @@ declare const UpdateProductionAffiliationRequestResponseDto_base: import("@anati
280
266
  dni: string | null;
281
267
  created_at: string;
282
268
  updated_at: string;
283
- referralCode: string;
284
269
  shortId: number;
285
270
  firstTimeMiExpo: boolean;
286
271
  isPhoneVerified: boolean;
@@ -305,7 +290,6 @@ declare const UpdateProductionAffiliationRequestResponseDto_base: import("@anati
305
290
  dni: string | null;
306
291
  created_at: string;
307
292
  updated_at: string;
308
- referralCode: string;
309
293
  shortId: number;
310
294
  firstTimeMiExpo: boolean;
311
295
  isPhoneVerified: boolean;
@@ -322,10 +306,10 @@ declare const UpdateProductionAffiliationRequestResponseDto_base: import("@anati
322
306
  }>;
323
307
  }, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
324
308
  profile: {
325
- role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
326
309
  id: string;
327
310
  username: string | null;
328
311
  password: string | null;
312
+ role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
329
313
  phoneNumber: string;
330
314
  secondaryPhoneNumber: string | null;
331
315
  fullName: string;
@@ -334,7 +318,6 @@ declare const UpdateProductionAffiliationRequestResponseDto_base: import("@anati
334
318
  dni: string | null;
335
319
  created_at: string;
336
320
  updated_at: string;
337
- referralCode: string;
338
321
  shortId: number;
339
322
  firstTimeMiExpo: boolean;
340
323
  isPhoneVerified: boolean;
@@ -349,7 +332,6 @@ declare const UpdateProductionAffiliationRequestResponseDto_base: import("@anati
349
332
  movedToTrashDate: string | null;
350
333
  };
351
334
  production: {
352
- description: string;
353
335
  id: string;
354
336
  name: string;
355
337
  created_at: string;
@@ -375,7 +357,6 @@ declare const UpdateProductionAffiliationRequestResponseDto_base: import("@anati
375
357
  dni: string | null;
376
358
  created_at: string;
377
359
  updated_at: string;
378
- referralCode: string;
379
360
  shortId: number;
380
361
  firstTimeMiExpo: boolean;
381
362
  isPhoneVerified: boolean;
@@ -391,7 +372,6 @@ declare const UpdateProductionAffiliationRequestResponseDto_base: import("@anati
391
372
  role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
392
373
  };
393
374
  production: {
394
- description: string;
395
375
  id: string;
396
376
  name: string;
397
377
  created_at: string;
@@ -31,7 +31,6 @@ export declare const createProfileSchema: z.ZodObject<{
31
31
  movedToTrashDate: z.ZodNullable<z.ZodDate>;
32
32
  created_at: z.ZodDate;
33
33
  updated_at: z.ZodDate;
34
- referralCode: z.ZodString;
35
34
  }, "username" | "password" | "phoneNumber" | "secondaryPhoneNumber" | "fullName" | "profilePictureUrl" | "mail" | "dni" | "gender" | "birthDate" | "instagram" | "alternativeNames">, {
36
35
  comments: z.ZodOptional<z.ZodArray<z.ZodObject<Pick<{
37
36
  id: z.ZodString;
@@ -467,7 +466,6 @@ declare const similarProfileSchema: z.ZodObject<{
467
466
  movedToTrashDate: z.ZodNullable<z.ZodDate>;
468
467
  created_at: z.ZodDate;
469
468
  updated_at: z.ZodDate;
470
- referralCode: z.ZodString;
471
469
  }, "id" | "phoneNumber" | "fullName">, "strip", z.ZodTypeAny, {
472
470
  id: string;
473
471
  phoneNumber: string;
@@ -530,7 +528,6 @@ export declare const createProfileResponseSchema: z.ZodObject<{
530
528
  movedToTrashDate: z.ZodNullable<z.ZodDate>;
531
529
  created_at: z.ZodDate;
532
530
  updated_at: z.ZodDate;
533
- referralCode: z.ZodString;
534
531
  }, "id" | "phoneNumber" | "fullName">, "strip", z.ZodTypeAny, {
535
532
  id: string;
536
533
  phoneNumber: string;
@@ -661,7 +658,6 @@ declare const CreateProfileResponseDto_base: import("@anatine/zod-nestjs").ZodDt
661
658
  movedToTrashDate: z.ZodNullable<z.ZodDate>;
662
659
  created_at: z.ZodDate;
663
660
  updated_at: z.ZodDate;
664
- referralCode: z.ZodString;
665
661
  }, "id" | "phoneNumber" | "fullName">, "strip", z.ZodTypeAny, {
666
662
  id: string;
667
663
  phoneNumber: string;
@@ -29,12 +29,11 @@ export declare const deleteProfileResponseSchema: import("zod").ZodObject<{
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
  }, "strip", import("zod").ZodTypeAny, {
34
- role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
35
33
  id: string;
36
34
  username: string | null;
37
35
  password: string | null;
36
+ role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
38
37
  phoneNumber: string;
39
38
  secondaryPhoneNumber: string | null;
40
39
  fullName: string;
@@ -43,7 +42,6 @@ export declare const deleteProfileResponseSchema: import("zod").ZodObject<{
43
42
  dni: string | null;
44
43
  created_at: Date;
45
44
  updated_at: Date;
46
- referralCode: string;
47
45
  shortId: number;
48
46
  firstTimeMiExpo: boolean;
49
47
  isPhoneVerified: boolean;
@@ -68,7 +66,6 @@ export declare const deleteProfileResponseSchema: import("zod").ZodObject<{
68
66
  dni: string | null;
69
67
  created_at: Date;
70
68
  updated_at: Date;
71
- referralCode: string;
72
69
  shortId: number;
73
70
  firstTimeMiExpo: boolean;
74
71
  isPhoneVerified: boolean;
@@ -114,12 +111,11 @@ declare const DeleteProfileResponseDto_base: import("@anatine/zod-nestjs").ZodDt
114
111
  movedToTrashDate: import("zod").ZodNullable<import("zod").ZodString>;
115
112
  created_at: import("zod").ZodString;
116
113
  updated_at: import("zod").ZodString;
117
- referralCode: import("zod").ZodString;
118
114
  }, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
119
- role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
120
115
  id: string;
121
116
  username: string | null;
122
117
  password: string | null;
118
+ role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
123
119
  phoneNumber: string;
124
120
  secondaryPhoneNumber: string | null;
125
121
  fullName: string;
@@ -128,7 +124,6 @@ declare const DeleteProfileResponseDto_base: import("@anatine/zod-nestjs").ZodDt
128
124
  dni: string | null;
129
125
  created_at: string;
130
126
  updated_at: string;
131
- referralCode: string;
132
127
  shortId: number;
133
128
  firstTimeMiExpo: boolean;
134
129
  isPhoneVerified: boolean;
@@ -153,7 +148,6 @@ declare const DeleteProfileResponseDto_base: import("@anatine/zod-nestjs").ZodDt
153
148
  dni: string | null;
154
149
  created_at: string;
155
150
  updated_at: string;
156
- referralCode: string;
157
151
  shortId: number;
158
152
  firstTimeMiExpo: boolean;
159
153
  isPhoneVerified: boolean;