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
@@ -1,382 +0,0 @@
1
- export declare const updateMiExpoMeFirstTimeSchema: import("zod").ZodObject<{
2
- username: import("zod").ZodNullable<import("zod").ZodString>;
3
- password: import("zod").ZodNullable<import("zod").ZodString>;
4
- phoneNumber: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, string, string>, string, string>;
5
- secondaryPhoneNumber: import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, string, string>, string, string>>;
6
- fullName: import("zod").ZodString;
7
- mail: import("zod").ZodNullable<import("zod").ZodString>;
8
- dni: import("zod").ZodNullable<import("zod").ZodString>;
9
- gender: import("zod").ZodNullable<import("zod").ZodString>;
10
- birthDate: import("zod").ZodNullable<import("zod").ZodPipeline<import("zod").ZodString, import("zod").ZodDate>>;
11
- instagram: import("zod").ZodNullable<import("zod").ZodString>;
12
- residence: import("zod").ZodObject<Pick<{
13
- id: import("zod").ZodString;
14
- latitude: import("zod").ZodNumber;
15
- longitude: import("zod").ZodNumber;
16
- country: import("zod").ZodString;
17
- state: import("zod").ZodString;
18
- city: import("zod").ZodString;
19
- created_at: import("zod").ZodDate;
20
- updated_at: import("zod").ZodDate;
21
- }, "latitude" | "longitude" | "state" | "country" | "city">, "strip", import("zod").ZodTypeAny, {
22
- latitude: number;
23
- longitude: number;
24
- state: string;
25
- country: string;
26
- city: string;
27
- }, {
28
- latitude: number;
29
- longitude: number;
30
- state: string;
31
- country: string;
32
- city: string;
33
- }>;
34
- birth: import("zod").ZodObject<Pick<{
35
- id: import("zod").ZodString;
36
- latitude: import("zod").ZodNumber;
37
- longitude: import("zod").ZodNumber;
38
- country: import("zod").ZodString;
39
- state: import("zod").ZodString;
40
- city: import("zod").ZodString;
41
- created_at: import("zod").ZodDate;
42
- updated_at: import("zod").ZodDate;
43
- }, "latitude" | "longitude" | "state" | "country" | "city">, "strip", import("zod").ZodTypeAny, {
44
- latitude: number;
45
- longitude: number;
46
- state: string;
47
- country: string;
48
- city: string;
49
- }, {
50
- latitude: number;
51
- longitude: number;
52
- state: string;
53
- country: string;
54
- city: string;
55
- }>;
56
- id: import("zod").ZodString;
57
- }, "strip", import("zod").ZodTypeAny, {
58
- id: string;
59
- username: string | null;
60
- password: string | null;
61
- phoneNumber: string;
62
- secondaryPhoneNumber: string | null;
63
- fullName: string;
64
- mail: string | null;
65
- dni: string | null;
66
- gender: string | null;
67
- birthDate: Date | null;
68
- instagram: string | null;
69
- residence: {
70
- latitude: number;
71
- longitude: number;
72
- state: string;
73
- country: string;
74
- city: string;
75
- };
76
- birth: {
77
- latitude: number;
78
- longitude: number;
79
- state: string;
80
- country: string;
81
- city: string;
82
- };
83
- }, {
84
- id: string;
85
- username: string | null;
86
- password: string | null;
87
- phoneNumber: string;
88
- secondaryPhoneNumber: string | null;
89
- fullName: string;
90
- mail: string | null;
91
- dni: string | null;
92
- gender: string | null;
93
- birthDate: string | null;
94
- instagram: string | null;
95
- residence: {
96
- latitude: number;
97
- longitude: number;
98
- state: string;
99
- country: string;
100
- city: string;
101
- };
102
- birth: {
103
- latitude: number;
104
- longitude: number;
105
- state: string;
106
- country: string;
107
- city: string;
108
- };
109
- }>;
110
- declare const UpdateMiExpoMeFirstTimeDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<import("zod").ZodObject<{
111
- username: import("zod").ZodNullable<import("zod").ZodString>;
112
- password: import("zod").ZodNullable<import("zod").ZodString>;
113
- phoneNumber: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, string, string>, string, string>;
114
- secondaryPhoneNumber: import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, string, string>, string, string>>;
115
- fullName: import("zod").ZodString;
116
- mail: import("zod").ZodNullable<import("zod").ZodString>;
117
- dni: import("zod").ZodNullable<import("zod").ZodString>;
118
- gender: import("zod").ZodNullable<import("zod").ZodString>;
119
- birthDate: import("zod").ZodNullable<import("zod").ZodPipeline<import("zod").ZodString, import("zod").ZodString>>;
120
- instagram: import("zod").ZodNullable<import("zod").ZodString>;
121
- residence: import("zod").ZodObject<{
122
- latitude: import("zod").ZodNumber;
123
- longitude: import("zod").ZodNumber;
124
- state: import("zod").ZodString;
125
- country: import("zod").ZodString;
126
- city: import("zod").ZodString;
127
- }, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
128
- latitude: number;
129
- longitude: number;
130
- state: string;
131
- country: string;
132
- city: string;
133
- }, {
134
- latitude: number;
135
- longitude: number;
136
- state: string;
137
- country: string;
138
- city: string;
139
- }>;
140
- birth: import("zod").ZodObject<{
141
- latitude: import("zod").ZodNumber;
142
- longitude: import("zod").ZodNumber;
143
- state: import("zod").ZodString;
144
- country: import("zod").ZodString;
145
- city: import("zod").ZodString;
146
- }, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
147
- latitude: number;
148
- longitude: number;
149
- state: string;
150
- country: string;
151
- city: string;
152
- }, {
153
- latitude: number;
154
- longitude: number;
155
- state: string;
156
- country: string;
157
- city: string;
158
- }>;
159
- id: import("zod").ZodString;
160
- }, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
161
- id: string;
162
- username: string | null;
163
- password: string | null;
164
- phoneNumber: string;
165
- secondaryPhoneNumber: string | null;
166
- fullName: string;
167
- mail: string | null;
168
- dni: string | null;
169
- gender: string | null;
170
- birthDate: string | null;
171
- instagram: string | null;
172
- residence: {
173
- latitude: number;
174
- longitude: number;
175
- state: string;
176
- country: string;
177
- city: string;
178
- };
179
- birth: {
180
- latitude: number;
181
- longitude: number;
182
- state: string;
183
- country: string;
184
- city: string;
185
- };
186
- }, {
187
- id: string;
188
- username: string | null;
189
- password: string | null;
190
- phoneNumber: string;
191
- secondaryPhoneNumber: string | null;
192
- fullName: string;
193
- mail: string | null;
194
- dni: string | null;
195
- gender: string | null;
196
- birthDate: string | null;
197
- instagram: string | null;
198
- residence: {
199
- latitude: number;
200
- longitude: number;
201
- state: string;
202
- country: string;
203
- city: string;
204
- };
205
- birth: {
206
- latitude: number;
207
- longitude: number;
208
- state: string;
209
- country: string;
210
- city: string;
211
- };
212
- }>>;
213
- export declare class UpdateMiExpoMeFirstTimeDto extends UpdateMiExpoMeFirstTimeDto_base {
214
- }
215
- export declare const updateMiExpoMeFirstTimeResponseSchema: import("zod").ZodObject<Omit<{
216
- id: import("zod").ZodString;
217
- shortId: import("zod").ZodNumber;
218
- role: import("zod").ZodDefault<import("zod").ZodNativeEnum<{
219
- USER: "USER";
220
- ADMIN: "ADMIN";
221
- FORM: "FORM";
222
- TICKETS: "TICKETS";
223
- MI_EXPO: "MI_EXPO";
224
- }>>;
225
- firstTimeMiExpo: import("zod").ZodBoolean;
226
- username: import("zod").ZodNullable<import("zod").ZodString>;
227
- password: import("zod").ZodNullable<import("zod").ZodString>;
228
- phoneNumber: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, string, string>, string, string>;
229
- isPhoneVerified: import("zod").ZodBoolean;
230
- secondaryPhoneNumber: import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, string, string>, string, string>>;
231
- fullName: import("zod").ZodString;
232
- firstName: import("zod").ZodNullable<import("zod").ZodString>;
233
- gender: import("zod").ZodNullable<import("zod").ZodString>;
234
- birthDate: import("zod").ZodNullable<import("zod").ZodPipeline<import("zod").ZodString, import("zod").ZodDate>>;
235
- profilePictureUrl: import("zod").ZodNullable<import("zod").ZodString>;
236
- instagram: import("zod").ZodNullable<import("zod").ZodString>;
237
- mail: import("zod").ZodNullable<import("zod").ZodString>;
238
- dni: import("zod").ZodNullable<import("zod").ZodString>;
239
- alternativeNames: import("zod").ZodArray<import("zod").ZodString, "many">;
240
- birthLocationId: import("zod").ZodNullable<import("zod").ZodString>;
241
- residenceLocationId: import("zod").ZodNullable<import("zod").ZodString>;
242
- isInTrash: import("zod").ZodBoolean;
243
- movedToTrashDate: import("zod").ZodNullable<import("zod").ZodDate>;
244
- created_at: import("zod").ZodDate;
245
- updated_at: import("zod").ZodDate;
246
- referralCode: import("zod").ZodString;
247
- }, "password">, "strip", import("zod").ZodTypeAny, {
248
- role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
249
- id: string;
250
- username: string | null;
251
- phoneNumber: string;
252
- secondaryPhoneNumber: string | null;
253
- fullName: string;
254
- profilePictureUrl: string | null;
255
- mail: string | null;
256
- dni: string | null;
257
- created_at: Date;
258
- updated_at: Date;
259
- referralCode: string;
260
- shortId: number;
261
- firstTimeMiExpo: boolean;
262
- isPhoneVerified: boolean;
263
- firstName: string | null;
264
- gender: string | null;
265
- birthDate: Date | null;
266
- instagram: string | null;
267
- alternativeNames: string[];
268
- birthLocationId: string | null;
269
- residenceLocationId: string | null;
270
- isInTrash: boolean;
271
- movedToTrashDate: Date | null;
272
- }, {
273
- id: string;
274
- username: string | null;
275
- phoneNumber: string;
276
- secondaryPhoneNumber: string | null;
277
- fullName: string;
278
- profilePictureUrl: string | null;
279
- mail: string | null;
280
- dni: string | null;
281
- created_at: Date;
282
- updated_at: Date;
283
- referralCode: string;
284
- shortId: number;
285
- firstTimeMiExpo: boolean;
286
- isPhoneVerified: boolean;
287
- firstName: string | null;
288
- gender: string | null;
289
- birthDate: string | null;
290
- instagram: string | null;
291
- alternativeNames: string[];
292
- birthLocationId: string | null;
293
- residenceLocationId: string | null;
294
- isInTrash: boolean;
295
- movedToTrashDate: Date | null;
296
- role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
297
- }>;
298
- declare const UpdateMiExpoMeFirstTimeResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<import("zod").ZodObject<{
299
- role: import("zod").ZodDefault<import("zod").ZodNativeEnum<{
300
- USER: "USER";
301
- ADMIN: "ADMIN";
302
- FORM: "FORM";
303
- TICKETS: "TICKETS";
304
- MI_EXPO: "MI_EXPO";
305
- }>>;
306
- id: import("zod").ZodString;
307
- username: import("zod").ZodNullable<import("zod").ZodString>;
308
- phoneNumber: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, string, string>, string, string>;
309
- secondaryPhoneNumber: import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, string, string>, string, string>>;
310
- fullName: import("zod").ZodString;
311
- profilePictureUrl: import("zod").ZodNullable<import("zod").ZodString>;
312
- mail: import("zod").ZodNullable<import("zod").ZodString>;
313
- dni: import("zod").ZodNullable<import("zod").ZodString>;
314
- created_at: import("zod").ZodString;
315
- updated_at: import("zod").ZodString;
316
- referralCode: import("zod").ZodString;
317
- shortId: import("zod").ZodNumber;
318
- firstTimeMiExpo: import("zod").ZodBoolean;
319
- isPhoneVerified: import("zod").ZodBoolean;
320
- firstName: import("zod").ZodNullable<import("zod").ZodString>;
321
- gender: import("zod").ZodNullable<import("zod").ZodString>;
322
- birthDate: import("zod").ZodNullable<import("zod").ZodPipeline<import("zod").ZodString, import("zod").ZodString>>;
323
- instagram: import("zod").ZodNullable<import("zod").ZodString>;
324
- alternativeNames: import("zod").ZodArray<import("zod").ZodString, "many">;
325
- birthLocationId: import("zod").ZodNullable<import("zod").ZodString>;
326
- residenceLocationId: import("zod").ZodNullable<import("zod").ZodString>;
327
- isInTrash: import("zod").ZodBoolean;
328
- movedToTrashDate: import("zod").ZodNullable<import("zod").ZodString>;
329
- }, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
330
- role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
331
- id: string;
332
- username: string | null;
333
- phoneNumber: string;
334
- secondaryPhoneNumber: string | null;
335
- fullName: string;
336
- profilePictureUrl: string | null;
337
- mail: string | null;
338
- dni: string | null;
339
- created_at: string;
340
- updated_at: string;
341
- referralCode: string;
342
- shortId: number;
343
- firstTimeMiExpo: boolean;
344
- isPhoneVerified: boolean;
345
- firstName: string | null;
346
- gender: string | null;
347
- birthDate: string | null;
348
- instagram: string | null;
349
- alternativeNames: string[];
350
- birthLocationId: string | null;
351
- residenceLocationId: string | null;
352
- isInTrash: boolean;
353
- movedToTrashDate: string | null;
354
- }, {
355
- id: string;
356
- username: string | null;
357
- phoneNumber: string;
358
- secondaryPhoneNumber: string | null;
359
- fullName: string;
360
- profilePictureUrl: string | null;
361
- mail: string | null;
362
- dni: string | null;
363
- created_at: string;
364
- updated_at: string;
365
- referralCode: string;
366
- shortId: number;
367
- firstTimeMiExpo: boolean;
368
- isPhoneVerified: boolean;
369
- firstName: string | null;
370
- gender: string | null;
371
- birthDate: string | null;
372
- instagram: string | null;
373
- alternativeNames: string[];
374
- birthLocationId: string | null;
375
- residenceLocationId: string | null;
376
- isInTrash: boolean;
377
- movedToTrashDate: string | null;
378
- role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
379
- }>>;
380
- export declare class UpdateMiExpoMeFirstTimeResponseDto extends UpdateMiExpoMeFirstTimeResponseDto_base {
381
- }
382
- export {};
@@ -1,35 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateMiExpoMeFirstTimeResponseDto = exports.updateMiExpoMeFirstTimeResponseSchema = exports.UpdateMiExpoMeFirstTimeDto = exports.updateMiExpoMeFirstTimeSchema = void 0;
4
- const update_profile_dto_1 = require("../../profile/dto/update-profile.dto");
5
- const profile_schema_1 = require("../../schema/profile.schema");
6
- const create_zod_dto_without_date_1 = require("../../shared/dto-modification/create-zod-dto-without-date");
7
- exports.updateMiExpoMeFirstTimeSchema = update_profile_dto_1.updateProfileSchema
8
- .pick({
9
- birthDate: true,
10
- dni: true,
11
- fullName: true,
12
- gender: true,
13
- instagram: true,
14
- mail: true,
15
- password: true,
16
- phoneNumber: true,
17
- secondaryPhoneNumber: true,
18
- username: true,
19
- birth: true,
20
- residence: true,
21
- })
22
- .extend({
23
- id: profile_schema_1.profileSchema.shape.id,
24
- })
25
- .required();
26
- class UpdateMiExpoMeFirstTimeDto extends (0, create_zod_dto_without_date_1.createZodDtoWithoutDate)(exports.updateMiExpoMeFirstTimeSchema) {
27
- }
28
- exports.UpdateMiExpoMeFirstTimeDto = UpdateMiExpoMeFirstTimeDto;
29
- exports.updateMiExpoMeFirstTimeResponseSchema = update_profile_dto_1.updateProfileResponseSchema.omit({
30
- password: true,
31
- });
32
- class UpdateMiExpoMeFirstTimeResponseDto extends (0, create_zod_dto_without_date_1.createZodDtoWithoutDate)(exports.updateMiExpoMeFirstTimeResponseSchema) {
33
- }
34
- exports.UpdateMiExpoMeFirstTimeResponseDto = UpdateMiExpoMeFirstTimeResponseDto;
35
- //# sourceMappingURL=update-me-first-time.dto.js.map
@@ -1,18 +0,0 @@
1
- import z from 'zod';
2
- export declare const findReferralCodeExistsResponseSchema: z.ZodObject<{
3
- exists: z.ZodBoolean;
4
- }, "strip", z.ZodTypeAny, {
5
- exists: boolean;
6
- }, {
7
- exists: boolean;
8
- }>;
9
- declare const FindReferralCodeExistsResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodObject<{
10
- exists: z.ZodBoolean;
11
- }, z.UnknownKeysParam, z.ZodTypeAny, {
12
- exists: boolean;
13
- }, {
14
- exists: boolean;
15
- }>>;
16
- export declare class FindReferralCodeExistsResponseDto extends FindReferralCodeExistsResponseDto_base {
17
- }
18
- export {};
@@ -1,15 +0,0 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.FindReferralCodeExistsResponseDto = exports.findReferralCodeExistsResponseSchema = void 0;
7
- const create_zod_dto_without_date_1 = require("../../shared/dto-modification/create-zod-dto-without-date");
8
- const zod_1 = __importDefault(require("zod"));
9
- exports.findReferralCodeExistsResponseSchema = zod_1.default.object({
10
- exists: zod_1.default.boolean(),
11
- });
12
- class FindReferralCodeExistsResponseDto extends (0, create_zod_dto_without_date_1.createZodDtoWithoutDate)(exports.findReferralCodeExistsResponseSchema) {
13
- }
14
- exports.FindReferralCodeExistsResponseDto = FindReferralCodeExistsResponseDto;
15
- //# sourceMappingURL=find-referral-code-exists.dto.js.map
@@ -1,18 +0,0 @@
1
- import z from 'zod';
2
- export declare const findReferralCodeUsageResponseSchema: z.ZodObject<{
3
- amount: z.ZodNumber;
4
- }, "strip", z.ZodTypeAny, {
5
- amount: number;
6
- }, {
7
- amount: number;
8
- }>;
9
- declare const FindReferralCodeUsageResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodObject<{
10
- amount: z.ZodNumber;
11
- }, z.UnknownKeysParam, z.ZodTypeAny, {
12
- amount: number;
13
- }, {
14
- amount: number;
15
- }>>;
16
- export declare class FindReferralCodeUsageResponseDto extends FindReferralCodeUsageResponseDto_base {
17
- }
18
- export {};
@@ -1,15 +0,0 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.FindReferralCodeUsageResponseDto = exports.findReferralCodeUsageResponseSchema = void 0;
7
- const create_zod_dto_without_date_1 = require("../../shared/dto-modification/create-zod-dto-without-date");
8
- const zod_1 = __importDefault(require("zod"));
9
- exports.findReferralCodeUsageResponseSchema = zod_1.default.object({
10
- amount: zod_1.default.number(),
11
- });
12
- class FindReferralCodeUsageResponseDto extends (0, create_zod_dto_without_date_1.createZodDtoWithoutDate)(exports.findReferralCodeUsageResponseSchema) {
13
- }
14
- exports.FindReferralCodeUsageResponseDto = FindReferralCodeUsageResponseDto;
15
- //# sourceMappingURL=find-referral-code-usage.dto.js.map
@@ -1,191 +0,0 @@
1
- import z from 'zod';
2
- export declare const allocateParticipantRoleSchema: z.ZodObject<{
3
- roleIds: z.ZodArray<z.ZodString, "many">;
4
- profileId: z.ZodString;
5
- }, "strip", z.ZodTypeAny, {
6
- profileId: string;
7
- roleIds: string[];
8
- }, {
9
- profileId: string;
10
- roleIds: string[];
11
- }>;
12
- declare const AllocateParticipantRoleDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodObject<{
13
- roleIds: z.ZodArray<z.ZodString, "many">;
14
- profileId: z.ZodString;
15
- }, z.UnknownKeysParam, z.ZodTypeAny, {
16
- profileId: string;
17
- roleIds: string[];
18
- }, {
19
- profileId: string;
20
- roleIds: string[];
21
- }>>;
22
- export declare class AllocateParticipantRoleDto extends AllocateParticipantRoleDto_base {
23
- }
24
- export declare const allocateParticipantRoleResponseSchema: z.ZodObject<Omit<{
25
- id: z.ZodString;
26
- shortId: z.ZodNumber;
27
- role: z.ZodDefault<z.ZodNativeEnum<{
28
- USER: "USER";
29
- ADMIN: "ADMIN";
30
- FORM: "FORM";
31
- TICKETS: "TICKETS";
32
- MI_EXPO: "MI_EXPO";
33
- }>>;
34
- firstTimeMiExpo: z.ZodBoolean;
35
- username: z.ZodNullable<z.ZodString>;
36
- password: z.ZodNullable<z.ZodString>;
37
- phoneNumber: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
38
- isPhoneVerified: z.ZodBoolean;
39
- secondaryPhoneNumber: z.ZodNullable<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>>;
40
- fullName: z.ZodString;
41
- firstName: z.ZodNullable<z.ZodString>;
42
- gender: z.ZodNullable<z.ZodString>;
43
- birthDate: z.ZodNullable<z.ZodPipeline<z.ZodString, z.ZodDate>>;
44
- profilePictureUrl: z.ZodNullable<z.ZodString>;
45
- instagram: z.ZodNullable<z.ZodString>;
46
- mail: z.ZodNullable<z.ZodString>;
47
- dni: z.ZodNullable<z.ZodString>;
48
- alternativeNames: z.ZodArray<z.ZodString, "many">;
49
- birthLocationId: z.ZodNullable<z.ZodString>;
50
- residenceLocationId: z.ZodNullable<z.ZodString>;
51
- isInTrash: z.ZodBoolean;
52
- movedToTrashDate: z.ZodNullable<z.ZodDate>;
53
- created_at: z.ZodDate;
54
- updated_at: z.ZodDate;
55
- referralCode: z.ZodString;
56
- }, "password">, "strip", z.ZodTypeAny, {
57
- role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
58
- id: string;
59
- username: string | null;
60
- phoneNumber: string;
61
- secondaryPhoneNumber: string | null;
62
- fullName: string;
63
- profilePictureUrl: string | null;
64
- mail: string | null;
65
- dni: string | null;
66
- created_at: Date;
67
- updated_at: Date;
68
- referralCode: string;
69
- shortId: number;
70
- firstTimeMiExpo: boolean;
71
- isPhoneVerified: boolean;
72
- firstName: string | null;
73
- gender: string | null;
74
- birthDate: Date | null;
75
- instagram: string | null;
76
- alternativeNames: string[];
77
- birthLocationId: string | null;
78
- residenceLocationId: string | null;
79
- isInTrash: boolean;
80
- movedToTrashDate: Date | null;
81
- }, {
82
- id: string;
83
- username: string | null;
84
- phoneNumber: string;
85
- secondaryPhoneNumber: string | null;
86
- fullName: string;
87
- profilePictureUrl: string | null;
88
- mail: string | null;
89
- dni: string | null;
90
- created_at: Date;
91
- updated_at: Date;
92
- referralCode: string;
93
- shortId: number;
94
- firstTimeMiExpo: boolean;
95
- isPhoneVerified: boolean;
96
- firstName: string | null;
97
- gender: string | null;
98
- birthDate: string | null;
99
- instagram: string | null;
100
- alternativeNames: string[];
101
- birthLocationId: string | null;
102
- residenceLocationId: string | null;
103
- isInTrash: boolean;
104
- movedToTrashDate: Date | null;
105
- role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
106
- }>;
107
- declare const AllocateParticipantRoleResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodObject<{
108
- role: z.ZodDefault<z.ZodNativeEnum<{
109
- USER: "USER";
110
- ADMIN: "ADMIN";
111
- FORM: "FORM";
112
- TICKETS: "TICKETS";
113
- MI_EXPO: "MI_EXPO";
114
- }>>;
115
- id: z.ZodString;
116
- username: z.ZodNullable<z.ZodString>;
117
- phoneNumber: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
118
- secondaryPhoneNumber: z.ZodNullable<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>>;
119
- fullName: z.ZodString;
120
- profilePictureUrl: z.ZodNullable<z.ZodString>;
121
- mail: z.ZodNullable<z.ZodString>;
122
- dni: z.ZodNullable<z.ZodString>;
123
- created_at: z.ZodString;
124
- updated_at: z.ZodString;
125
- referralCode: z.ZodString;
126
- shortId: z.ZodNumber;
127
- firstTimeMiExpo: z.ZodBoolean;
128
- isPhoneVerified: z.ZodBoolean;
129
- firstName: z.ZodNullable<z.ZodString>;
130
- gender: z.ZodNullable<z.ZodString>;
131
- birthDate: z.ZodNullable<z.ZodPipeline<z.ZodString, z.ZodString>>;
132
- instagram: z.ZodNullable<z.ZodString>;
133
- alternativeNames: z.ZodArray<z.ZodString, "many">;
134
- birthLocationId: z.ZodNullable<z.ZodString>;
135
- residenceLocationId: z.ZodNullable<z.ZodString>;
136
- isInTrash: z.ZodBoolean;
137
- movedToTrashDate: z.ZodNullable<z.ZodString>;
138
- }, z.UnknownKeysParam, z.ZodTypeAny, {
139
- role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
140
- id: string;
141
- username: string | null;
142
- phoneNumber: string;
143
- secondaryPhoneNumber: string | null;
144
- fullName: string;
145
- profilePictureUrl: string | null;
146
- mail: string | null;
147
- dni: string | null;
148
- created_at: string;
149
- updated_at: string;
150
- referralCode: string;
151
- shortId: number;
152
- firstTimeMiExpo: boolean;
153
- isPhoneVerified: boolean;
154
- firstName: string | null;
155
- gender: string | null;
156
- birthDate: string | null;
157
- instagram: string | null;
158
- alternativeNames: string[];
159
- birthLocationId: string | null;
160
- residenceLocationId: string | null;
161
- isInTrash: boolean;
162
- movedToTrashDate: string | null;
163
- }, {
164
- id: string;
165
- username: string | null;
166
- phoneNumber: string;
167
- secondaryPhoneNumber: string | null;
168
- fullName: string;
169
- profilePictureUrl: string | null;
170
- mail: string | null;
171
- dni: string | null;
172
- created_at: string;
173
- updated_at: string;
174
- referralCode: string;
175
- shortId: number;
176
- firstTimeMiExpo: boolean;
177
- isPhoneVerified: boolean;
178
- firstName: string | null;
179
- gender: string | null;
180
- birthDate: string | null;
181
- instagram: string | null;
182
- alternativeNames: string[];
183
- birthLocationId: string | null;
184
- residenceLocationId: string | null;
185
- isInTrash: boolean;
186
- movedToTrashDate: string | null;
187
- role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
188
- }>>;
189
- export declare class AllocateParticipantRoleResponseDto extends AllocateParticipantRoleResponseDto_base {
190
- }
191
- export {};