expo-backend-types 0.57.0-EXPO-379-EB-Rutas-necesarias.12 → 0.57.0-EXPO-387-Etapa-4-Paquete-03.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (35) hide show
  1. package/dist/src/dynamic-form/exports.d.ts +0 -1
  2. package/dist/src/dynamic-form/exports.js +0 -1
  3. package/dist/src/i18n/es.d.ts +0 -12
  4. package/dist/src/i18n/es.js +0 -12
  5. package/dist/src/i18n/es.js.map +1 -1
  6. package/dist/src/mi-expo/dto/get-me.dto.d.ts +0 -20
  7. package/dist/src/mi-expo/exports.d.ts +0 -1
  8. package/dist/src/mi-expo/exports.js +0 -1
  9. package/dist/src/production/dto/create-production.dto.d.ts +1 -8
  10. package/dist/src/production/dto/create-production.dto.js +0 -1
  11. package/dist/src/production/dto/delete-production.dto.d.ts +0 -6
  12. package/dist/src/production/dto/get-all-production.dto.d.ts +0 -10
  13. package/dist/src/production/dto/production.dto.d.ts +0 -3
  14. package/dist/src/production/dto/production.dto.js +0 -3
  15. package/dist/src/production/dto/update-production.dto.d.ts +0 -12
  16. package/dist/src/production/dto/update-production.dto.js +0 -1
  17. package/dist/src/production-affiliation-request/dto/find-by-production-affiliation-request.dto.d.ts +0 -14
  18. package/dist/src/production-affiliation-request/dto/update-production-affiliation-request.dto.d.ts +0 -10
  19. package/dist/src/profile/dto/find-by-phone-number.dto.d.ts +2 -141
  20. package/dist/src/profile/dto/find-by-phone-number.dto.js +1 -21
  21. package/dist/types/prisma-schema/edge.js +3 -4
  22. package/dist/types/prisma-schema/index-browser.js +0 -1
  23. package/dist/types/prisma-schema/index.d.ts +1 -51
  24. package/dist/types/prisma-schema/index.js +3 -4
  25. package/dist/types/prisma-schema/package.json +1 -1
  26. package/dist/types/prisma-schema/schema.prisma +1 -2
  27. package/dist/types/prisma-schema/wasm.js +0 -1
  28. package/dist/types/schema.d.ts +0 -270
  29. package/package.json +1 -1
  30. package/dist/src/dynamic-form/dto/find-by-name-dynamic-form.dto.d.ts +0 -515
  31. package/dist/src/dynamic-form/dto/find-by-name-dynamic-form.dto.js +0 -23
  32. package/dist/src/dynamic-form/dto/submit-dynamic-form.dto.d.ts +0 -345
  33. package/dist/src/dynamic-form/dto/submit-dynamic-form.dto.js +0 -24
  34. package/dist/src/mi-expo/dto/update-me-first-time.dto.d.ts +0 -382
  35. package/dist/src/mi-expo/dto/update-me-first-time.dto.js +0 -35
@@ -1,345 +0,0 @@
1
- export declare const submitDynamicFormsSchema: import("zod").ZodArray<import("zod").ZodObject<import("zod").objectUtil.extendShape<Omit<{
2
- id: import("zod").ZodString;
3
- formId: import("zod").ZodString;
4
- text: import("zod").ZodString;
5
- disabled: import("zod").ZodDefault<import("zod").ZodBoolean>;
6
- required: import("zod").ZodDefault<import("zod").ZodBoolean>;
7
- multipleChoice: import("zod").ZodDefault<import("zod").ZodBoolean>;
8
- tagGroupId: import("zod").ZodString;
9
- created_at: import("zod").ZodDate;
10
- updated_at: import("zod").ZodDate;
11
- }, "text" | "created_at" | "updated_at">, {
12
- answers: import("zod").ZodArray<import("zod").ZodString, "many">;
13
- }>, "strip", import("zod").ZodTypeAny, {
14
- id: string;
15
- required: boolean;
16
- formId: string;
17
- disabled: boolean;
18
- multipleChoice: boolean;
19
- tagGroupId: string;
20
- answers: string[];
21
- }, {
22
- id: string;
23
- formId: string;
24
- tagGroupId: string;
25
- answers: string[];
26
- required?: boolean | undefined;
27
- disabled?: boolean | undefined;
28
- multipleChoice?: boolean | undefined;
29
- }>, "many">;
30
- declare const SubmitDynamicFormsDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<import("zod").ZodArray<import("zod").ZodObject<{
31
- id: import("zod").ZodString;
32
- required: import("zod").ZodDefault<import("zod").ZodBoolean>;
33
- formId: import("zod").ZodString;
34
- disabled: import("zod").ZodDefault<import("zod").ZodBoolean>;
35
- multipleChoice: import("zod").ZodDefault<import("zod").ZodBoolean>;
36
- tagGroupId: import("zod").ZodString;
37
- answers: import("zod").ZodArray<import("zod").ZodString, "many">;
38
- }, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
39
- id: string;
40
- required: boolean;
41
- formId: string;
42
- disabled: boolean;
43
- multipleChoice: boolean;
44
- tagGroupId: string;
45
- answers: string[];
46
- }, {
47
- id: string;
48
- formId: string;
49
- tagGroupId: string;
50
- answers: string[];
51
- required?: boolean | undefined;
52
- disabled?: boolean | undefined;
53
- multipleChoice?: boolean | undefined;
54
- }>, "many">>;
55
- export declare class SubmitDynamicFormsDto extends SubmitDynamicFormsDto_base {
56
- }
57
- export declare const submitDynamicFormsResponseSchema: import("zod").ZodObject<{
58
- profiles: import("zod").ZodArray<import("zod").ZodObject<{
59
- id: import("zod").ZodString;
60
- shortId: import("zod").ZodNumber;
61
- role: import("zod").ZodDefault<import("zod").ZodNativeEnum<{
62
- USER: "USER";
63
- ADMIN: "ADMIN";
64
- FORM: "FORM";
65
- TICKETS: "TICKETS";
66
- MI_EXPO: "MI_EXPO";
67
- }>>;
68
- firstTimeMiExpo: import("zod").ZodBoolean;
69
- username: import("zod").ZodNullable<import("zod").ZodString>;
70
- password: import("zod").ZodNullable<import("zod").ZodString>;
71
- phoneNumber: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, string, string>, string, string>;
72
- isPhoneVerified: import("zod").ZodBoolean;
73
- secondaryPhoneNumber: import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, string, string>, string, string>>;
74
- fullName: import("zod").ZodString;
75
- firstName: import("zod").ZodNullable<import("zod").ZodString>;
76
- gender: import("zod").ZodNullable<import("zod").ZodString>;
77
- birthDate: import("zod").ZodNullable<import("zod").ZodPipeline<import("zod").ZodString, import("zod").ZodDate>>;
78
- profilePictureUrl: import("zod").ZodNullable<import("zod").ZodString>;
79
- instagram: import("zod").ZodNullable<import("zod").ZodString>;
80
- mail: import("zod").ZodNullable<import("zod").ZodString>;
81
- dni: import("zod").ZodNullable<import("zod").ZodString>;
82
- alternativeNames: import("zod").ZodArray<import("zod").ZodString, "many">;
83
- birthLocationId: import("zod").ZodNullable<import("zod").ZodString>;
84
- residenceLocationId: import("zod").ZodNullable<import("zod").ZodString>;
85
- isInTrash: import("zod").ZodBoolean;
86
- movedToTrashDate: import("zod").ZodNullable<import("zod").ZodDate>;
87
- created_at: import("zod").ZodDate;
88
- updated_at: import("zod").ZodDate;
89
- referralCode: import("zod").ZodString;
90
- }, "strip", import("zod").ZodTypeAny, {
91
- id: string;
92
- username: string | null;
93
- password: string | null;
94
- role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
95
- phoneNumber: string;
96
- secondaryPhoneNumber: string | null;
97
- fullName: string;
98
- profilePictureUrl: string | null;
99
- mail: string | null;
100
- dni: string | null;
101
- created_at: Date;
102
- updated_at: Date;
103
- referralCode: string;
104
- shortId: number;
105
- firstTimeMiExpo: boolean;
106
- isPhoneVerified: boolean;
107
- firstName: string | null;
108
- gender: string | null;
109
- birthDate: Date | null;
110
- instagram: string | null;
111
- alternativeNames: string[];
112
- birthLocationId: string | null;
113
- residenceLocationId: string | null;
114
- isInTrash: boolean;
115
- movedToTrashDate: Date | null;
116
- }, {
117
- id: string;
118
- username: string | null;
119
- password: string | null;
120
- phoneNumber: string;
121
- secondaryPhoneNumber: string | null;
122
- fullName: string;
123
- profilePictureUrl: string | null;
124
- mail: string | null;
125
- dni: string | null;
126
- created_at: Date;
127
- updated_at: Date;
128
- referralCode: string;
129
- shortId: number;
130
- firstTimeMiExpo: boolean;
131
- isPhoneVerified: boolean;
132
- firstName: string | null;
133
- gender: string | null;
134
- birthDate: string | null;
135
- instagram: string | null;
136
- alternativeNames: string[];
137
- birthLocationId: string | null;
138
- residenceLocationId: string | null;
139
- isInTrash: boolean;
140
- movedToTrashDate: Date | null;
141
- role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
142
- }>, "many">;
143
- }, "strip", import("zod").ZodTypeAny, {
144
- profiles: {
145
- id: string;
146
- username: string | null;
147
- password: string | null;
148
- role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
149
- phoneNumber: string;
150
- secondaryPhoneNumber: string | null;
151
- fullName: string;
152
- profilePictureUrl: string | null;
153
- mail: string | null;
154
- dni: string | null;
155
- created_at: Date;
156
- updated_at: Date;
157
- referralCode: string;
158
- shortId: number;
159
- firstTimeMiExpo: boolean;
160
- isPhoneVerified: boolean;
161
- firstName: string | null;
162
- gender: string | null;
163
- birthDate: Date | null;
164
- instagram: string | null;
165
- alternativeNames: string[];
166
- birthLocationId: string | null;
167
- residenceLocationId: string | null;
168
- isInTrash: boolean;
169
- movedToTrashDate: Date | null;
170
- }[];
171
- }, {
172
- profiles: {
173
- id: string;
174
- username: string | null;
175
- password: string | null;
176
- phoneNumber: string;
177
- secondaryPhoneNumber: string | null;
178
- fullName: string;
179
- profilePictureUrl: string | null;
180
- mail: string | null;
181
- dni: string | null;
182
- created_at: Date;
183
- updated_at: Date;
184
- referralCode: string;
185
- shortId: number;
186
- firstTimeMiExpo: boolean;
187
- isPhoneVerified: boolean;
188
- firstName: string | null;
189
- gender: string | null;
190
- birthDate: string | null;
191
- instagram: string | null;
192
- alternativeNames: string[];
193
- birthLocationId: string | null;
194
- residenceLocationId: string | null;
195
- isInTrash: boolean;
196
- movedToTrashDate: Date | null;
197
- role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
198
- }[];
199
- }>;
200
- declare const SubmitDynamicFormsResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<import("zod").ZodObject<{
201
- profiles: import("zod").ZodArray<import("zod").ZodObject<{
202
- id: import("zod").ZodString;
203
- shortId: import("zod").ZodNumber;
204
- role: import("zod").ZodDefault<import("zod").ZodNativeEnum<{
205
- USER: "USER";
206
- ADMIN: "ADMIN";
207
- FORM: "FORM";
208
- TICKETS: "TICKETS";
209
- MI_EXPO: "MI_EXPO";
210
- }>>;
211
- firstTimeMiExpo: import("zod").ZodBoolean;
212
- username: import("zod").ZodNullable<import("zod").ZodString>;
213
- password: import("zod").ZodNullable<import("zod").ZodString>;
214
- phoneNumber: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, string, string>, string, string>;
215
- isPhoneVerified: import("zod").ZodBoolean;
216
- secondaryPhoneNumber: import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, string, string>, string, string>>;
217
- fullName: import("zod").ZodString;
218
- firstName: import("zod").ZodNullable<import("zod").ZodString>;
219
- gender: import("zod").ZodNullable<import("zod").ZodString>;
220
- birthDate: import("zod").ZodNullable<import("zod").ZodPipeline<import("zod").ZodString, import("zod").ZodString>>;
221
- profilePictureUrl: import("zod").ZodNullable<import("zod").ZodString>;
222
- instagram: import("zod").ZodNullable<import("zod").ZodString>;
223
- mail: import("zod").ZodNullable<import("zod").ZodString>;
224
- dni: import("zod").ZodNullable<import("zod").ZodString>;
225
- alternativeNames: import("zod").ZodArray<import("zod").ZodString, "many">;
226
- birthLocationId: import("zod").ZodNullable<import("zod").ZodString>;
227
- residenceLocationId: import("zod").ZodNullable<import("zod").ZodString>;
228
- isInTrash: import("zod").ZodBoolean;
229
- movedToTrashDate: import("zod").ZodNullable<import("zod").ZodString>;
230
- created_at: import("zod").ZodString;
231
- updated_at: import("zod").ZodString;
232
- referralCode: import("zod").ZodString;
233
- }, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
234
- id: string;
235
- username: string | null;
236
- password: string | null;
237
- role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
238
- phoneNumber: string;
239
- secondaryPhoneNumber: string | null;
240
- fullName: string;
241
- profilePictureUrl: string | null;
242
- mail: string | null;
243
- dni: string | null;
244
- created_at: string;
245
- updated_at: string;
246
- referralCode: string;
247
- shortId: number;
248
- firstTimeMiExpo: boolean;
249
- isPhoneVerified: boolean;
250
- firstName: string | null;
251
- gender: string | null;
252
- birthDate: string | null;
253
- instagram: string | null;
254
- alternativeNames: string[];
255
- birthLocationId: string | null;
256
- residenceLocationId: string | null;
257
- isInTrash: boolean;
258
- movedToTrashDate: string | null;
259
- }, {
260
- id: string;
261
- username: string | null;
262
- password: string | null;
263
- phoneNumber: string;
264
- secondaryPhoneNumber: string | null;
265
- fullName: string;
266
- profilePictureUrl: string | null;
267
- mail: string | null;
268
- dni: string | null;
269
- created_at: string;
270
- updated_at: string;
271
- referralCode: string;
272
- shortId: number;
273
- firstTimeMiExpo: boolean;
274
- isPhoneVerified: boolean;
275
- firstName: string | null;
276
- gender: string | null;
277
- birthDate: string | null;
278
- instagram: string | null;
279
- alternativeNames: string[];
280
- birthLocationId: string | null;
281
- residenceLocationId: string | null;
282
- isInTrash: boolean;
283
- movedToTrashDate: string | null;
284
- role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
285
- }>, "many">;
286
- }, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
287
- profiles: {
288
- id: string;
289
- username: string | null;
290
- password: string | null;
291
- role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
292
- phoneNumber: string;
293
- secondaryPhoneNumber: string | null;
294
- fullName: string;
295
- profilePictureUrl: string | null;
296
- mail: string | null;
297
- dni: string | null;
298
- created_at: string;
299
- updated_at: string;
300
- referralCode: string;
301
- shortId: number;
302
- firstTimeMiExpo: boolean;
303
- isPhoneVerified: boolean;
304
- firstName: string | null;
305
- gender: string | null;
306
- birthDate: string | null;
307
- instagram: string | null;
308
- alternativeNames: string[];
309
- birthLocationId: string | null;
310
- residenceLocationId: string | null;
311
- isInTrash: boolean;
312
- movedToTrashDate: string | null;
313
- }[];
314
- }, {
315
- profiles: {
316
- id: string;
317
- username: string | null;
318
- password: string | null;
319
- phoneNumber: string;
320
- secondaryPhoneNumber: string | null;
321
- fullName: string;
322
- profilePictureUrl: string | null;
323
- mail: string | null;
324
- dni: string | null;
325
- created_at: string;
326
- updated_at: string;
327
- referralCode: string;
328
- shortId: number;
329
- firstTimeMiExpo: boolean;
330
- isPhoneVerified: boolean;
331
- firstName: string | null;
332
- gender: string | null;
333
- birthDate: string | null;
334
- instagram: string | null;
335
- alternativeNames: string[];
336
- birthLocationId: string | null;
337
- residenceLocationId: string | null;
338
- isInTrash: boolean;
339
- movedToTrashDate: string | null;
340
- role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
341
- }[];
342
- }>>;
343
- export declare class SubmitDynamicFormsResponseDto extends SubmitDynamicFormsResponseDto_base {
344
- }
345
- export {};
@@ -1,24 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SubmitDynamicFormsResponseDto = exports.submitDynamicFormsResponseSchema = exports.SubmitDynamicFormsDto = exports.submitDynamicFormsSchema = void 0;
4
- const create_zod_dto_without_date_1 = require("../../shared/dto-modification/create-zod-dto-without-date");
5
- const massive_allocation_dto_1 = require("../../tag/dto/massive-allocation.dto");
6
- const dynamic_form_dto_1 = require("./dynamic-form.dto");
7
- exports.submitDynamicFormsSchema = dynamic_form_dto_1.dynamicQuestionSchema
8
- .omit({
9
- created_at: true,
10
- updated_at: true,
11
- text: true,
12
- })
13
- .extend({
14
- answers: dynamic_form_dto_1.dynamicOptionSchema.shape.id.array(),
15
- })
16
- .array();
17
- class SubmitDynamicFormsDto extends (0, create_zod_dto_without_date_1.createZodDtoWithoutDate)(exports.submitDynamicFormsSchema) {
18
- }
19
- exports.SubmitDynamicFormsDto = SubmitDynamicFormsDto;
20
- exports.submitDynamicFormsResponseSchema = massive_allocation_dto_1.massiveAllocationResponseSchema;
21
- class SubmitDynamicFormsResponseDto extends (0, create_zod_dto_without_date_1.createZodDtoWithoutDate)(exports.submitDynamicFormsResponseSchema) {
22
- }
23
- exports.SubmitDynamicFormsResponseDto = SubmitDynamicFormsResponseDto;
24
- //# sourceMappingURL=submit-dynamic-form.dto.js.map