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

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 (125) 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 +180 -36
  8. package/dist/src/event/dto/get-all-event.dto.js +5 -0
  9. package/dist/src/event/dto/get-all-statistics.dto.d.ts +0 -5
  10. package/dist/src/event/dto/get-by-id-event.dto.d.ts +40 -60
  11. package/dist/src/event/dto/update-event.dto.d.ts +8 -12
  12. package/dist/src/exports.d.ts +0 -2
  13. package/dist/src/exports.js +0 -2
  14. package/dist/src/i18n/es.d.ts +0 -117
  15. package/dist/src/i18n/es.js +0 -111
  16. package/dist/src/i18n/es.js.map +1 -1
  17. package/dist/src/mi-expo/dto/get-me.dto.d.ts +4 -246
  18. package/dist/src/mi-expo/dto/get-me.dto.js +0 -5
  19. package/dist/src/mi-expo/dto/login-with-phone.dto.d.ts +6 -16
  20. package/dist/src/mi-expo/dto/login.dto.d.ts +6 -16
  21. package/dist/src/mi-expo/dto/update-me.dto.d.ts +4 -10
  22. package/dist/src/mi-expo/exports.d.ts +0 -1
  23. package/dist/src/mi-expo/exports.js +0 -1
  24. package/dist/src/otp/dto/verify-otp.dto.d.ts +4 -14
  25. package/dist/src/production/dto/create-production.dto.d.ts +1 -8
  26. package/dist/src/production/dto/create-production.dto.js +0 -1
  27. package/dist/src/production/dto/create-role.dto.d.ts +4 -10
  28. package/dist/src/production/dto/delete-production.dto.d.ts +0 -6
  29. package/dist/src/production/dto/get-all-production.dto.d.ts +6 -30
  30. package/dist/src/production/dto/production.dto.d.ts +0 -3
  31. package/dist/src/production/dto/production.dto.js +0 -3
  32. package/dist/src/production/dto/update-production.dto.d.ts +0 -12
  33. package/dist/src/production/dto/update-production.dto.js +0 -1
  34. package/dist/src/production-affiliation-request/dto/find-by-production-affiliation-request.dto.d.ts +6 -34
  35. package/dist/src/production-affiliation-request/dto/update-production-affiliation-request.dto.d.ts +4 -24
  36. package/dist/src/profile/dto/create-profile.dto.d.ts +0 -4
  37. package/dist/src/profile/dto/delete-profile.dto.d.ts +2 -8
  38. package/dist/src/profile/dto/find-all-profile.dto.d.ts +16 -30
  39. package/dist/src/profile/dto/find-by-date-range-profile.dto.d.ts +26 -50
  40. package/dist/src/profile/dto/find-by-id-profile.dto.d.ts +12 -22
  41. package/dist/src/profile/dto/find-by-phone-number.dto.d.ts +4 -149
  42. package/dist/src/profile/dto/find-by-phone-number.dto.js +1 -21
  43. package/dist/src/profile/dto/find-by-tag-groups-profile.dto.d.ts +16 -30
  44. package/dist/src/profile/dto/find-by-tags-profile.dto.d.ts +16 -30
  45. package/dist/src/profile/dto/find-trash.dto.d.ts +0 -1
  46. package/dist/src/profile/dto/find-with-active-chat.dto.d.ts +16 -30
  47. package/dist/src/profile/dto/profile.dto.d.ts +1 -4
  48. package/dist/src/profile/dto/update-profile.dto.d.ts +2 -8
  49. package/dist/src/schema/profile.schema.d.ts +1 -4
  50. package/dist/src/schema/profile.schema.js +2 -17
  51. package/dist/src/tag/dto/create-tag.dto.d.ts +8 -18
  52. package/dist/src/tag/dto/delete-tag.dto.d.ts +4 -8
  53. package/dist/src/tag/dto/find-all-tag.dto.d.ts +8 -12
  54. package/dist/src/tag/dto/find-by-group-tag.dto.d.ts +8 -12
  55. package/dist/src/tag/dto/find-one-tag.dto.d.ts +4 -8
  56. package/dist/src/tag/dto/massive-allocation.dto.d.ts +4 -14
  57. package/dist/src/tag/dto/massive-deallocation.dto.d.ts +4 -14
  58. package/dist/src/tag/dto/tag.dto.d.ts +4 -8
  59. package/dist/src/tag/dto/update-tag.dto.d.ts +4 -10
  60. package/dist/src/tag-group/dto/find-all-tag-group.dto.d.ts +12 -16
  61. package/dist/src/tag-group/dto/find-all-with-tags.dto.d.ts +12 -16
  62. package/dist/src/tag-group/dto/find-one-tag-group.dto.d.ts +8 -12
  63. package/dist/src/ticket/dto/create-many-ticket.dto.d.ts +0 -6
  64. package/dist/src/ticket/dto/create-many-ticket.dto.js +0 -2
  65. package/dist/src/ticket/dto/find-by-event-ticket.dto.d.ts +6 -20
  66. package/dist/src/ticket/dto/find-by-id-ticket.dto.d.ts +6 -20
  67. package/dist/src/ticket/dto/find-by-mail-ticket.dto.d.ts +6 -20
  68. package/dist/src/ticket/exports.d.ts +0 -1
  69. package/dist/src/ticket/exports.js +0 -1
  70. package/dist/src/ticket-group/dto/create-ticket-group.dto.d.ts +0 -7
  71. package/dist/src/ticket-group/dto/delete-ticket-group.dto.d.ts +0 -6
  72. package/dist/src/ticket-group/dto/find-group-ticket-group.dto.d.ts +0 -6
  73. package/dist/src/ticket-group/dto/ticket-group.dto.d.ts +0 -6
  74. package/dist/src/ticket-group/dto/ticket-group.dto.js +0 -1
  75. package/dist/src/ticket-group/dto/update-ticket-group.dto.d.ts +0 -12
  76. package/dist/src/ticket-group/dto/update-ticket-group.dto.js +0 -1
  77. package/dist/types/prisma-schema/edge.js +4 -47
  78. package/dist/types/prisma-schema/index-browser.js +1 -44
  79. package/dist/types/prisma-schema/index.d.ts +467 -6220
  80. package/dist/types/prisma-schema/index.js +4 -47
  81. package/dist/types/prisma-schema/package.json +1 -1
  82. package/dist/types/prisma-schema/schema.prisma +4 -74
  83. package/dist/types/prisma-schema/wasm.js +1 -44
  84. package/dist/types/schema.d.ts +67 -1188
  85. package/package.json +2 -3
  86. package/dist/src/dynamic-form/dto/create-dynamic-form.dto.d.ts +0 -311
  87. package/dist/src/dynamic-form/dto/create-dynamic-form.dto.js +0 -61
  88. package/dist/src/dynamic-form/dto/delete-dynamic-form.dto.d.ts +0 -18
  89. package/dist/src/dynamic-form/dto/delete-dynamic-form.dto.js +0 -12
  90. package/dist/src/dynamic-form/dto/dynamic-form.dto.d.ts +0 -173
  91. package/dist/src/dynamic-form/dto/dynamic-form.dto.js +0 -77
  92. package/dist/src/dynamic-form/dto/find-all-dynamic-form.dto.d.ts +0 -531
  93. package/dist/src/dynamic-form/dto/find-all-dynamic-form.dto.js +0 -23
  94. package/dist/src/dynamic-form/dto/find-by-id-dynamic-question.dto.d.ts +0 -268
  95. package/dist/src/dynamic-form/dto/find-by-id-dynamic-question.dto.js +0 -19
  96. package/dist/src/dynamic-form/dto/find-by-type-dynamic-form.dto.d.ts +0 -266
  97. package/dist/src/dynamic-form/dto/find-by-type-dynamic-form.dto.js +0 -18
  98. package/dist/src/dynamic-form/dto/submit-dynamic-form.dto.d.ts +0 -350
  99. package/dist/src/dynamic-form/dto/submit-dynamic-form.dto.js +0 -23
  100. package/dist/src/dynamic-form/dto/update-dynamic-form.dto.d.ts +0 -421
  101. package/dist/src/dynamic-form/dto/update-dynamic-form.dto.js +0 -45
  102. package/dist/src/dynamic-form/exports.d.ts +0 -7
  103. package/dist/src/dynamic-form/exports.js +0 -24
  104. package/dist/src/mi-expo/dto/update-me-first-time.dto.d.ts +0 -382
  105. package/dist/src/mi-expo/dto/update-me-first-time.dto.js +0 -35
  106. package/dist/src/profile/dto/find-referral-code-exists.dto.d.ts +0 -18
  107. package/dist/src/profile/dto/find-referral-code-exists.dto.js +0 -15
  108. package/dist/src/profile/dto/find-referral-code-usage.dto.d.ts +0 -18
  109. package/dist/src/profile/dto/find-referral-code-usage.dto.js +0 -15
  110. package/dist/src/role/dto/allocate-participant-role.dto.d.ts +0 -191
  111. package/dist/src/role/dto/allocate-participant-role.dto.js +0 -24
  112. package/dist/src/role/dto/allocate-production-role.dto.d.ts +0 -185
  113. package/dist/src/role/dto/allocate-production-role.dto.js +0 -22
  114. package/dist/src/role/dto/create-role.dto.d.ts +0 -92
  115. package/dist/src/role/dto/create-role.dto.js +0 -16
  116. package/dist/src/role/dto/deallocate-all-role.dto.d.ts +0 -185
  117. package/dist/src/role/dto/deallocate-all-role.dto.js +0 -22
  118. package/dist/src/role/dto/delete-role.dto.d.ts +0 -63
  119. package/dist/src/role/dto/delete-role.dto.js +0 -10
  120. package/dist/src/role/dto/find-all-role.dto.d.ts +0 -63
  121. package/dist/src/role/dto/find-all-role.dto.js +0 -10
  122. package/dist/src/role/dto/update-role.dto.d.ts +0 -92
  123. package/dist/src/role/dto/update-role.dto.js +0 -16
  124. package/dist/src/role/exports.d.ts +0 -7
  125. package/dist/src/role/exports.js +0 -24
@@ -237,11 +237,10 @@ export declare const updateMiExpoMeResponseSchema: import("zod").ZodObject<Omit<
237
237
  movedToTrashDate: import("zod").ZodNullable<import("zod").ZodDate>;
238
238
  created_at: import("zod").ZodDate;
239
239
  updated_at: import("zod").ZodDate;
240
- referralCode: import("zod").ZodString;
241
240
  }, "password">, "strip", import("zod").ZodTypeAny, {
242
- role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
243
241
  id: string;
244
242
  username: string | null;
243
+ role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
245
244
  phoneNumber: string;
246
245
  secondaryPhoneNumber: string | null;
247
246
  fullName: string;
@@ -250,7 +249,6 @@ export declare const updateMiExpoMeResponseSchema: import("zod").ZodObject<Omit<
250
249
  dni: string | null;
251
250
  created_at: Date;
252
251
  updated_at: Date;
253
- referralCode: string;
254
252
  shortId: number;
255
253
  firstTimeMiExpo: boolean;
256
254
  isPhoneVerified: boolean;
@@ -274,7 +272,6 @@ export declare const updateMiExpoMeResponseSchema: import("zod").ZodObject<Omit<
274
272
  dni: string | null;
275
273
  created_at: Date;
276
274
  updated_at: Date;
277
- referralCode: string;
278
275
  shortId: number;
279
276
  firstTimeMiExpo: boolean;
280
277
  isPhoneVerified: boolean;
@@ -290,6 +287,8 @@ export declare const updateMiExpoMeResponseSchema: import("zod").ZodObject<Omit<
290
287
  role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
291
288
  }>;
292
289
  declare const UpdateMiExpoMeResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<import("zod").ZodObject<{
290
+ id: import("zod").ZodString;
291
+ username: import("zod").ZodNullable<import("zod").ZodString>;
293
292
  role: import("zod").ZodDefault<import("zod").ZodNativeEnum<{
294
293
  USER: "USER";
295
294
  ADMIN: "ADMIN";
@@ -297,8 +296,6 @@ declare const UpdateMiExpoMeResponseDto_base: import("@anatine/zod-nestjs").ZodD
297
296
  TICKETS: "TICKETS";
298
297
  MI_EXPO: "MI_EXPO";
299
298
  }>>;
300
- id: import("zod").ZodString;
301
- username: import("zod").ZodNullable<import("zod").ZodString>;
302
299
  phoneNumber: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, string, string>, string, string>;
303
300
  secondaryPhoneNumber: import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, string, string>, string, string>>;
304
301
  fullName: import("zod").ZodString;
@@ -307,7 +304,6 @@ declare const UpdateMiExpoMeResponseDto_base: import("@anatine/zod-nestjs").ZodD
307
304
  dni: import("zod").ZodNullable<import("zod").ZodString>;
308
305
  created_at: import("zod").ZodString;
309
306
  updated_at: import("zod").ZodString;
310
- referralCode: import("zod").ZodString;
311
307
  shortId: import("zod").ZodNumber;
312
308
  firstTimeMiExpo: import("zod").ZodBoolean;
313
309
  isPhoneVerified: import("zod").ZodBoolean;
@@ -321,9 +317,9 @@ declare const UpdateMiExpoMeResponseDto_base: import("@anatine/zod-nestjs").ZodD
321
317
  isInTrash: import("zod").ZodBoolean;
322
318
  movedToTrashDate: import("zod").ZodNullable<import("zod").ZodString>;
323
319
  }, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
324
- role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
325
320
  id: string;
326
321
  username: string | null;
322
+ role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
327
323
  phoneNumber: string;
328
324
  secondaryPhoneNumber: string | null;
329
325
  fullName: string;
@@ -332,7 +328,6 @@ declare const UpdateMiExpoMeResponseDto_base: import("@anatine/zod-nestjs").ZodD
332
328
  dni: string | null;
333
329
  created_at: string;
334
330
  updated_at: string;
335
- referralCode: string;
336
331
  shortId: number;
337
332
  firstTimeMiExpo: boolean;
338
333
  isPhoneVerified: boolean;
@@ -356,7 +351,6 @@ declare const UpdateMiExpoMeResponseDto_base: import("@anatine/zod-nestjs").ZodD
356
351
  dni: string | null;
357
352
  created_at: string;
358
353
  updated_at: string;
359
- referralCode: string;
360
354
  shortId: number;
361
355
  firstTimeMiExpo: boolean;
362
356
  isPhoneVerified: boolean;
@@ -2,5 +2,4 @@ export * from './dto/get-invitations.dto';
2
2
  export * from './dto/get-me.dto';
3
3
  export * from './dto/login-with-phone.dto';
4
4
  export * from './dto/login.dto';
5
- export * from './dto/update-me-first-time.dto';
6
5
  export * from './dto/update-me.dto';
@@ -18,6 +18,5 @@ __exportStar(require("./dto/get-invitations.dto"), exports);
18
18
  __exportStar(require("./dto/get-me.dto"), exports);
19
19
  __exportStar(require("./dto/login-with-phone.dto"), exports);
20
20
  __exportStar(require("./dto/login.dto"), exports);
21
- __exportStar(require("./dto/update-me-first-time.dto"), exports);
22
21
  __exportStar(require("./dto/update-me.dto"), exports);
23
22
  //# sourceMappingURL=exports.js.map
@@ -54,7 +54,6 @@ export declare const verifyOtpResponseSchema: z.ZodObject<{
54
54
  movedToTrashDate: z.ZodNullable<z.ZodDate>;
55
55
  created_at: z.ZodDate;
56
56
  updated_at: z.ZodDate;
57
- referralCode: z.ZodString;
58
57
  }, {
59
58
  residenceLocation: z.ZodNullable<z.ZodObject<Pick<{
60
59
  id: z.ZodString;
@@ -97,10 +96,10 @@ export declare const verifyOtpResponseSchema: z.ZodObject<{
97
96
  city: string;
98
97
  }>>;
99
98
  }>, "strip", z.ZodTypeAny, {
100
- role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
101
99
  id: string;
102
100
  username: string | null;
103
101
  password: string | null;
102
+ role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
104
103
  phoneNumber: string;
105
104
  secondaryPhoneNumber: string | null;
106
105
  fullName: string;
@@ -109,7 +108,6 @@ export declare const verifyOtpResponseSchema: z.ZodObject<{
109
108
  dni: string | null;
110
109
  created_at: Date;
111
110
  updated_at: Date;
112
- referralCode: string;
113
111
  shortId: number;
114
112
  firstTimeMiExpo: boolean;
115
113
  isPhoneVerified: boolean;
@@ -146,7 +144,6 @@ export declare const verifyOtpResponseSchema: z.ZodObject<{
146
144
  dni: string | null;
147
145
  created_at: Date;
148
146
  updated_at: Date;
149
- referralCode: string;
150
147
  shortId: number;
151
148
  firstTimeMiExpo: boolean;
152
149
  isPhoneVerified: boolean;
@@ -175,10 +172,10 @@ export declare const verifyOtpResponseSchema: z.ZodObject<{
175
172
  }>;
176
173
  }, "strip", z.ZodTypeAny, {
177
174
  profile: {
178
- role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
179
175
  id: string;
180
176
  username: string | null;
181
177
  password: string | null;
178
+ role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
182
179
  phoneNumber: string;
183
180
  secondaryPhoneNumber: string | null;
184
181
  fullName: string;
@@ -187,7 +184,6 @@ export declare const verifyOtpResponseSchema: z.ZodObject<{
187
184
  dni: string | null;
188
185
  created_at: Date;
189
186
  updated_at: Date;
190
- referralCode: string;
191
187
  shortId: number;
192
188
  firstTimeMiExpo: boolean;
193
189
  isPhoneVerified: boolean;
@@ -227,7 +223,6 @@ export declare const verifyOtpResponseSchema: z.ZodObject<{
227
223
  dni: string | null;
228
224
  created_at: Date;
229
225
  updated_at: Date;
230
- referralCode: string;
231
226
  shortId: number;
232
227
  firstTimeMiExpo: boolean;
233
228
  isPhoneVerified: boolean;
@@ -289,7 +284,6 @@ declare const VerifyOtpResponseDto_base: import("@anatine/zod-nestjs").ZodDtoSta
289
284
  movedToTrashDate: z.ZodNullable<z.ZodString>;
290
285
  created_at: z.ZodString;
291
286
  updated_at: z.ZodString;
292
- referralCode: z.ZodString;
293
287
  residenceLocation: z.ZodNullable<z.ZodObject<{
294
288
  latitude: z.ZodNumber;
295
289
  longitude: z.ZodNumber;
@@ -323,10 +317,10 @@ declare const VerifyOtpResponseDto_base: import("@anatine/zod-nestjs").ZodDtoSta
323
317
  city: string;
324
318
  }>>;
325
319
  }, z.UnknownKeysParam, z.ZodTypeAny, {
326
- role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
327
320
  id: string;
328
321
  username: string | null;
329
322
  password: string | null;
323
+ role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
330
324
  phoneNumber: string;
331
325
  secondaryPhoneNumber: string | null;
332
326
  fullName: string;
@@ -335,7 +329,6 @@ declare const VerifyOtpResponseDto_base: import("@anatine/zod-nestjs").ZodDtoSta
335
329
  dni: string | null;
336
330
  created_at: string;
337
331
  updated_at: string;
338
- referralCode: string;
339
332
  shortId: number;
340
333
  firstTimeMiExpo: boolean;
341
334
  isPhoneVerified: boolean;
@@ -372,7 +365,6 @@ declare const VerifyOtpResponseDto_base: import("@anatine/zod-nestjs").ZodDtoSta
372
365
  dni: string | null;
373
366
  created_at: string;
374
367
  updated_at: string;
375
- referralCode: string;
376
368
  shortId: number;
377
369
  firstTimeMiExpo: boolean;
378
370
  isPhoneVerified: boolean;
@@ -401,10 +393,10 @@ declare const VerifyOtpResponseDto_base: import("@anatine/zod-nestjs").ZodDtoSta
401
393
  }>;
402
394
  }, z.UnknownKeysParam, z.ZodTypeAny, {
403
395
  profile: {
404
- role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
405
396
  id: string;
406
397
  username: string | null;
407
398
  password: string | null;
399
+ role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
408
400
  phoneNumber: string;
409
401
  secondaryPhoneNumber: string | null;
410
402
  fullName: string;
@@ -413,7 +405,6 @@ declare const VerifyOtpResponseDto_base: import("@anatine/zod-nestjs").ZodDtoSta
413
405
  dni: string | null;
414
406
  created_at: string;
415
407
  updated_at: string;
416
- referralCode: string;
417
408
  shortId: number;
418
409
  firstTimeMiExpo: boolean;
419
410
  isPhoneVerified: boolean;
@@ -453,7 +444,6 @@ declare const VerifyOtpResponseDto_base: import("@anatine/zod-nestjs").ZodDtoSta
453
444
  dni: string | null;
454
445
  created_at: string;
455
446
  updated_at: string;
456
- referralCode: string;
457
447
  shortId: number;
458
448
  firstTimeMiExpo: boolean;
459
449
  isPhoneVerified: boolean;
@@ -1,29 +1,23 @@
1
1
  export declare const createProductionSchema: import("zod").ZodObject<Pick<{
2
2
  id: import("zod").ZodString;
3
3
  name: import("zod").ZodString;
4
- description: import("zod").ZodString;
5
4
  administratorId: import("zod").ZodNullable<import("zod").ZodString>;
6
5
  created_at: import("zod").ZodDate;
7
6
  updated_at: import("zod").ZodDate;
8
- }, "description" | "name" | "administratorId">, "strip", import("zod").ZodTypeAny, {
9
- description: string;
7
+ }, "name" | "administratorId">, "strip", import("zod").ZodTypeAny, {
10
8
  name: string;
11
9
  administratorId: string | null;
12
10
  }, {
13
- description: string;
14
11
  name: string;
15
12
  administratorId: string | null;
16
13
  }>;
17
14
  declare const CreateProductionDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<import("zod").ZodObject<{
18
- description: import("zod").ZodString;
19
15
  name: import("zod").ZodString;
20
16
  administratorId: import("zod").ZodNullable<import("zod").ZodString>;
21
17
  }, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
22
- description: string;
23
18
  name: string;
24
19
  administratorId: string | null;
25
20
  }, {
26
- description: string;
27
21
  name: string;
28
22
  administratorId: string | null;
29
23
  }>>;
@@ -32,7 +26,6 @@ export declare class CreateProductionDto extends CreateProductionDto_base {
32
26
  export declare const createProductionResponseSchema: import("zod").ZodObject<Pick<{
33
27
  id: import("zod").ZodString;
34
28
  name: import("zod").ZodString;
35
- description: import("zod").ZodString;
36
29
  administratorId: import("zod").ZodNullable<import("zod").ZodString>;
37
30
  created_at: import("zod").ZodDate;
38
31
  updated_at: import("zod").ZodDate;
@@ -5,7 +5,6 @@ const production_dto_1 = require("./production.dto");
5
5
  const create_zod_dto_without_date_1 = require("../../shared/dto-modification/create-zod-dto-without-date");
6
6
  exports.createProductionSchema = production_dto_1.productionSchema.pick({
7
7
  name: true,
8
- description: true,
9
8
  administratorId: true,
10
9
  });
11
10
  class CreateProductionDto extends (0, create_zod_dto_without_date_1.createZodDtoWithoutDate)(exports.createProductionSchema) {
@@ -8,8 +8,6 @@ export declare const createProductionRoleSchema: import("zod").ZodObject<Pick<{
8
8
  PARTICIPANT: "PARTICIPANT";
9
9
  NOT_IN_SYSTEM: "NOT_IN_SYSTEM";
10
10
  PRODUCTION_ROLE: "PRODUCTION_ROLE";
11
- FORM_OPTION: "FORM_OPTION";
12
- PARTICIPANT_ROLE: "PARTICIPANT_ROLE";
13
11
  }>;
14
12
  created_at: import("zod").ZodDate;
15
13
  updated_at: import("zod").ZodDate;
@@ -37,22 +35,20 @@ export declare const createProductionRoleResponseSchema: import("zod").ZodObject
37
35
  PARTICIPANT: "PARTICIPANT";
38
36
  NOT_IN_SYSTEM: "NOT_IN_SYSTEM";
39
37
  PRODUCTION_ROLE: "PRODUCTION_ROLE";
40
- FORM_OPTION: "FORM_OPTION";
41
- PARTICIPANT_ROLE: "PARTICIPANT_ROLE";
42
38
  }>;
43
39
  created_at: import("zod").ZodDate;
44
40
  updated_at: import("zod").ZodDate;
45
41
  }, "strip", import("zod").ZodTypeAny, {
46
42
  id: string;
47
43
  name: string;
48
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE" | "FORM_OPTION" | "PARTICIPANT_ROLE";
44
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
49
45
  created_at: Date;
50
46
  updated_at: Date;
51
47
  groupId: string;
52
48
  }, {
53
49
  id: string;
54
50
  name: string;
55
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE" | "FORM_OPTION" | "PARTICIPANT_ROLE";
51
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
56
52
  created_at: Date;
57
53
  updated_at: Date;
58
54
  groupId: string;
@@ -67,22 +63,20 @@ declare const CreateProductionRoleResponseDto_base: import("@anatine/zod-nestjs"
67
63
  PARTICIPANT: "PARTICIPANT";
68
64
  NOT_IN_SYSTEM: "NOT_IN_SYSTEM";
69
65
  PRODUCTION_ROLE: "PRODUCTION_ROLE";
70
- FORM_OPTION: "FORM_OPTION";
71
- PARTICIPANT_ROLE: "PARTICIPANT_ROLE";
72
66
  }>;
73
67
  created_at: import("zod").ZodString;
74
68
  updated_at: import("zod").ZodString;
75
69
  }, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
76
70
  id: string;
77
71
  name: string;
78
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE" | "FORM_OPTION" | "PARTICIPANT_ROLE";
72
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
79
73
  created_at: string;
80
74
  updated_at: string;
81
75
  groupId: string;
82
76
  }, {
83
77
  id: string;
84
78
  name: string;
85
- type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE" | "FORM_OPTION" | "PARTICIPANT_ROLE";
79
+ type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
86
80
  created_at: string;
87
81
  updated_at: string;
88
82
  groupId: string;
@@ -1,19 +1,16 @@
1
1
  export declare const deleteProductionResponseSchema: import("zod").ZodObject<{
2
2
  id: import("zod").ZodString;
3
3
  name: import("zod").ZodString;
4
- description: import("zod").ZodString;
5
4
  administratorId: import("zod").ZodNullable<import("zod").ZodString>;
6
5
  created_at: import("zod").ZodDate;
7
6
  updated_at: import("zod").ZodDate;
8
7
  }, "strip", import("zod").ZodTypeAny, {
9
- description: string;
10
8
  id: string;
11
9
  name: string;
12
10
  created_at: Date;
13
11
  updated_at: Date;
14
12
  administratorId: string | null;
15
13
  }, {
16
- description: string;
17
14
  id: string;
18
15
  name: string;
19
16
  created_at: Date;
@@ -23,19 +20,16 @@ export declare const deleteProductionResponseSchema: import("zod").ZodObject<{
23
20
  declare const DeleteProductionResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<import("zod").ZodObject<{
24
21
  id: import("zod").ZodString;
25
22
  name: import("zod").ZodString;
26
- description: import("zod").ZodString;
27
23
  administratorId: import("zod").ZodNullable<import("zod").ZodString>;
28
24
  created_at: import("zod").ZodString;
29
25
  updated_at: import("zod").ZodString;
30
26
  }, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
31
- description: string;
32
27
  id: string;
33
28
  name: string;
34
29
  created_at: string;
35
30
  updated_at: string;
36
31
  administratorId: string | null;
37
32
  }, {
38
- description: string;
39
33
  id: string;
40
34
  name: string;
41
35
  created_at: string;
@@ -3,7 +3,6 @@ export declare const getAllProductionResponseSchema: z.ZodObject<{
3
3
  productions: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
4
4
  id: z.ZodString;
5
5
  name: z.ZodString;
6
- description: z.ZodString;
7
6
  administratorId: z.ZodNullable<z.ZodString>;
8
7
  created_at: z.ZodDate;
9
8
  updated_at: z.ZodDate;
@@ -39,12 +38,11 @@ export declare const getAllProductionResponseSchema: z.ZodObject<{
39
38
  movedToTrashDate: z.ZodNullable<z.ZodDate>;
40
39
  created_at: z.ZodDate;
41
40
  updated_at: z.ZodDate;
42
- referralCode: z.ZodString;
43
41
  }, "strip", z.ZodTypeAny, {
44
- role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
45
42
  id: string;
46
43
  username: string | null;
47
44
  password: string | null;
45
+ role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
48
46
  phoneNumber: string;
49
47
  secondaryPhoneNumber: string | null;
50
48
  fullName: string;
@@ -53,7 +51,6 @@ export declare const getAllProductionResponseSchema: z.ZodObject<{
53
51
  dni: string | null;
54
52
  created_at: Date;
55
53
  updated_at: Date;
56
- referralCode: string;
57
54
  shortId: number;
58
55
  firstTimeMiExpo: boolean;
59
56
  isPhoneVerified: boolean;
@@ -78,7 +75,6 @@ export declare const getAllProductionResponseSchema: z.ZodObject<{
78
75
  dni: string | null;
79
76
  created_at: Date;
80
77
  updated_at: Date;
81
- referralCode: string;
82
78
  shortId: number;
83
79
  firstTimeMiExpo: boolean;
84
80
  isPhoneVerified: boolean;
@@ -94,17 +90,16 @@ export declare const getAllProductionResponseSchema: z.ZodObject<{
94
90
  role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
95
91
  }>>;
96
92
  }>, "strip", z.ZodTypeAny, {
97
- description: string;
98
93
  id: string;
99
94
  name: string;
100
95
  created_at: Date;
101
96
  updated_at: Date;
102
97
  administratorId: string | null;
103
98
  administrator: {
104
- role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
105
99
  id: string;
106
100
  username: string | null;
107
101
  password: string | null;
102
+ role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
108
103
  phoneNumber: string;
109
104
  secondaryPhoneNumber: string | null;
110
105
  fullName: string;
@@ -113,7 +108,6 @@ export declare const getAllProductionResponseSchema: z.ZodObject<{
113
108
  dni: string | null;
114
109
  created_at: Date;
115
110
  updated_at: Date;
116
- referralCode: string;
117
111
  shortId: number;
118
112
  firstTimeMiExpo: boolean;
119
113
  isPhoneVerified: boolean;
@@ -128,7 +122,6 @@ export declare const getAllProductionResponseSchema: z.ZodObject<{
128
122
  movedToTrashDate: Date | null;
129
123
  } | null;
130
124
  }, {
131
- description: string;
132
125
  id: string;
133
126
  name: string;
134
127
  created_at: Date;
@@ -146,7 +139,6 @@ export declare const getAllProductionResponseSchema: z.ZodObject<{
146
139
  dni: string | null;
147
140
  created_at: Date;
148
141
  updated_at: Date;
149
- referralCode: string;
150
142
  shortId: number;
151
143
  firstTimeMiExpo: boolean;
152
144
  isPhoneVerified: boolean;
@@ -164,17 +156,16 @@ export declare const getAllProductionResponseSchema: z.ZodObject<{
164
156
  }>, "many">;
165
157
  }, "strip", z.ZodTypeAny, {
166
158
  productions: {
167
- description: string;
168
159
  id: string;
169
160
  name: string;
170
161
  created_at: Date;
171
162
  updated_at: Date;
172
163
  administratorId: string | null;
173
164
  administrator: {
174
- role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
175
165
  id: string;
176
166
  username: string | null;
177
167
  password: string | null;
168
+ role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
178
169
  phoneNumber: string;
179
170
  secondaryPhoneNumber: string | null;
180
171
  fullName: string;
@@ -183,7 +174,6 @@ export declare const getAllProductionResponseSchema: z.ZodObject<{
183
174
  dni: string | null;
184
175
  created_at: Date;
185
176
  updated_at: Date;
186
- referralCode: string;
187
177
  shortId: number;
188
178
  firstTimeMiExpo: boolean;
189
179
  isPhoneVerified: boolean;
@@ -200,7 +190,6 @@ export declare const getAllProductionResponseSchema: z.ZodObject<{
200
190
  }[];
201
191
  }, {
202
192
  productions: {
203
- description: string;
204
193
  id: string;
205
194
  name: string;
206
195
  created_at: Date;
@@ -218,7 +207,6 @@ export declare const getAllProductionResponseSchema: z.ZodObject<{
218
207
  dni: string | null;
219
208
  created_at: Date;
220
209
  updated_at: Date;
221
- referralCode: string;
222
210
  shortId: number;
223
211
  firstTimeMiExpo: boolean;
224
212
  isPhoneVerified: boolean;
@@ -239,7 +227,6 @@ declare const GetAllProductionResponseDto_base: import("@anatine/zod-nestjs").Zo
239
227
  productions: z.ZodArray<z.ZodObject<{
240
228
  id: z.ZodString;
241
229
  name: z.ZodString;
242
- description: z.ZodString;
243
230
  administratorId: z.ZodNullable<z.ZodString>;
244
231
  created_at: z.ZodString;
245
232
  updated_at: z.ZodString;
@@ -274,12 +261,11 @@ declare const GetAllProductionResponseDto_base: import("@anatine/zod-nestjs").Zo
274
261
  movedToTrashDate: z.ZodNullable<z.ZodString>;
275
262
  created_at: z.ZodString;
276
263
  updated_at: z.ZodString;
277
- referralCode: z.ZodString;
278
264
  }, z.UnknownKeysParam, z.ZodTypeAny, {
279
- role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
280
265
  id: string;
281
266
  username: string | null;
282
267
  password: string | null;
268
+ role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
283
269
  phoneNumber: string;
284
270
  secondaryPhoneNumber: string | null;
285
271
  fullName: string;
@@ -288,7 +274,6 @@ declare const GetAllProductionResponseDto_base: import("@anatine/zod-nestjs").Zo
288
274
  dni: string | null;
289
275
  created_at: string;
290
276
  updated_at: string;
291
- referralCode: string;
292
277
  shortId: number;
293
278
  firstTimeMiExpo: boolean;
294
279
  isPhoneVerified: boolean;
@@ -313,7 +298,6 @@ declare const GetAllProductionResponseDto_base: import("@anatine/zod-nestjs").Zo
313
298
  dni: string | null;
314
299
  created_at: string;
315
300
  updated_at: string;
316
- referralCode: string;
317
301
  shortId: number;
318
302
  firstTimeMiExpo: boolean;
319
303
  isPhoneVerified: boolean;
@@ -329,17 +313,16 @@ declare const GetAllProductionResponseDto_base: import("@anatine/zod-nestjs").Zo
329
313
  role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
330
314
  }>>;
331
315
  }, z.UnknownKeysParam, z.ZodTypeAny, {
332
- description: string;
333
316
  id: string;
334
317
  name: string;
335
318
  created_at: string;
336
319
  updated_at: string;
337
320
  administratorId: string | null;
338
321
  administrator: {
339
- role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
340
322
  id: string;
341
323
  username: string | null;
342
324
  password: string | null;
325
+ role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
343
326
  phoneNumber: string;
344
327
  secondaryPhoneNumber: string | null;
345
328
  fullName: string;
@@ -348,7 +331,6 @@ declare const GetAllProductionResponseDto_base: import("@anatine/zod-nestjs").Zo
348
331
  dni: string | null;
349
332
  created_at: string;
350
333
  updated_at: string;
351
- referralCode: string;
352
334
  shortId: number;
353
335
  firstTimeMiExpo: boolean;
354
336
  isPhoneVerified: boolean;
@@ -363,7 +345,6 @@ declare const GetAllProductionResponseDto_base: import("@anatine/zod-nestjs").Zo
363
345
  movedToTrashDate: string | null;
364
346
  } | null;
365
347
  }, {
366
- description: string;
367
348
  id: string;
368
349
  name: string;
369
350
  created_at: string;
@@ -381,7 +362,6 @@ declare const GetAllProductionResponseDto_base: import("@anatine/zod-nestjs").Zo
381
362
  dni: string | null;
382
363
  created_at: string;
383
364
  updated_at: string;
384
- referralCode: string;
385
365
  shortId: number;
386
366
  firstTimeMiExpo: boolean;
387
367
  isPhoneVerified: boolean;
@@ -399,17 +379,16 @@ declare const GetAllProductionResponseDto_base: import("@anatine/zod-nestjs").Zo
399
379
  }>, "many">;
400
380
  }, z.UnknownKeysParam, z.ZodTypeAny, {
401
381
  productions: {
402
- description: string;
403
382
  id: string;
404
383
  name: string;
405
384
  created_at: string;
406
385
  updated_at: string;
407
386
  administratorId: string | null;
408
387
  administrator: {
409
- role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
410
388
  id: string;
411
389
  username: string | null;
412
390
  password: string | null;
391
+ role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
413
392
  phoneNumber: string;
414
393
  secondaryPhoneNumber: string | null;
415
394
  fullName: string;
@@ -418,7 +397,6 @@ declare const GetAllProductionResponseDto_base: import("@anatine/zod-nestjs").Zo
418
397
  dni: string | null;
419
398
  created_at: string;
420
399
  updated_at: string;
421
- referralCode: string;
422
400
  shortId: number;
423
401
  firstTimeMiExpo: boolean;
424
402
  isPhoneVerified: boolean;
@@ -435,7 +413,6 @@ declare const GetAllProductionResponseDto_base: import("@anatine/zod-nestjs").Zo
435
413
  }[];
436
414
  }, {
437
415
  productions: {
438
- description: string;
439
416
  id: string;
440
417
  name: string;
441
418
  created_at: string;
@@ -453,7 +430,6 @@ declare const GetAllProductionResponseDto_base: import("@anatine/zod-nestjs").Zo
453
430
  dni: string | null;
454
431
  created_at: string;
455
432
  updated_at: string;
456
- referralCode: string;
457
433
  shortId: number;
458
434
  firstTimeMiExpo: boolean;
459
435
  isPhoneVerified: boolean;
@@ -2,19 +2,16 @@ import z from 'zod';
2
2
  export declare const productionSchema: z.ZodObject<{
3
3
  id: z.ZodString;
4
4
  name: z.ZodString;
5
- description: z.ZodString;
6
5
  administratorId: z.ZodNullable<z.ZodString>;
7
6
  created_at: z.ZodDate;
8
7
  updated_at: z.ZodDate;
9
8
  }, "strip", z.ZodTypeAny, {
10
- description: string;
11
9
  id: string;
12
10
  name: string;
13
11
  created_at: Date;
14
12
  updated_at: Date;
15
13
  administratorId: string | null;
16
14
  }, {
17
- description: string;
18
15
  id: string;
19
16
  name: string;
20
17
  created_at: Date;
@@ -14,9 +14,6 @@ exports.productionSchema = zod_1.default.object({
14
14
  name: zod_1.default.string().min(1, {
15
15
  message: (0, translate_1.translate)('model.production.name.min'),
16
16
  }),
17
- description: zod_1.default.string().min(1, {
18
- message: (0, translate_1.translate)('model.production.description.min'),
19
- }),
20
17
  administratorId: profile_schema_1.profileSchema.shape.id.nullable(),
21
18
  created_at: zod_1.default.date(),
22
19
  updated_at: zod_1.default.date(),