expo-backend-types 0.54.0-EXPO-363-Etapa-4-Paquete-00.1 → 0.55.0
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.
- package/dist/src/event/dto/get-all-statistics.dto.d.ts +0 -10
- package/dist/src/event/dto/get-by-id-event.dto.d.ts +0 -10
- package/dist/src/event/dto/get-statistics-by-id-event.dto.d.ts +0 -5
- package/dist/src/i18n/es.d.ts +0 -6
- package/dist/src/i18n/es.js +0 -6
- package/dist/src/i18n/es.js.map +1 -1
- package/dist/src/mi-expo/dto/get-me.dto.d.ts +216 -6
- package/dist/src/mi-expo/dto/get-me.dto.js +5 -0
- package/dist/src/mi-expo/dto/login-with-phone.dto.d.ts +0 -10
- package/dist/src/mi-expo/dto/login.dto.d.ts +0 -10
- package/dist/src/mi-expo/dto/update-me.dto.d.ts +0 -6
- package/dist/src/otp/dto/verify-otp.dto.d.ts +0 -10
- package/dist/src/production/dto/get-all-production.dto.d.ts +0 -14
- package/dist/src/production-affiliation-request/dto/find-by-production-affiliation-request.dto.d.ts +0 -14
- package/dist/src/production-affiliation-request/dto/update-production-affiliation-request.dto.d.ts +0 -10
- package/dist/src/profile/dto/create-profile.dto.d.ts +0 -4
- package/dist/src/profile/dto/delete-profile.dto.d.ts +0 -6
- package/dist/src/profile/dto/find-all-profile.dto.d.ts +0 -10
- package/dist/src/profile/dto/find-by-date-range-profile.dto.d.ts +0 -16
- package/dist/src/profile/dto/find-by-id-profile.dto.d.ts +0 -6
- package/dist/src/profile/dto/find-by-phone-number.dto.d.ts +0 -6
- package/dist/src/profile/dto/find-by-tag-groups-profile.dto.d.ts +0 -10
- package/dist/src/profile/dto/find-by-tags-profile.dto.d.ts +0 -10
- package/dist/src/profile/dto/find-trash.dto.d.ts +0 -1
- package/dist/src/profile/dto/find-with-active-chat.dto.d.ts +0 -10
- package/dist/src/profile/dto/profile.dto.d.ts +0 -3
- package/dist/src/profile/dto/update-profile.dto.d.ts +0 -6
- package/dist/src/schema/profile.schema.d.ts +0 -3
- package/dist/src/schema/profile.schema.js +0 -1
- package/dist/src/tag/dto/massive-allocation.dto.d.ts +0 -10
- package/dist/src/tag/dto/massive-deallocation.dto.d.ts +0 -10
- package/dist/src/ticket/dto/create-many-ticket.dto.d.ts +0 -17
- package/dist/src/ticket/dto/create-many-ticket.dto.js +0 -2
- package/dist/src/ticket/dto/create-ticket.dto.d.ts +0 -13
- package/dist/src/ticket/dto/create-ticket.dto.js +0 -1
- package/dist/src/ticket/dto/delete-ticket.dto.d.ts +0 -6
- package/dist/src/ticket/dto/find-all-tickets.dto.d.ts +0 -10
- package/dist/src/ticket/dto/find-by-event-ticket.dto.d.ts +0 -24
- package/dist/src/ticket/dto/find-by-id-ticket.dto.d.ts +0 -24
- package/dist/src/ticket/dto/find-by-mail-ticket.dto.d.ts +0 -24
- package/dist/src/ticket/dto/find-by-profile-id-ticket.dto.d.ts +0 -10
- package/dist/src/ticket/dto/find-ticket.dto.d.ts +0 -6
- package/dist/src/ticket/dto/get-pdfs-by-group-ticket.dto.d.ts +0 -5
- package/dist/src/ticket/dto/scan-ticket.dto.d.ts +0 -6
- package/dist/src/ticket/dto/ticket.dto.d.ts +0 -6
- package/dist/src/ticket/dto/ticket.dto.js +0 -1
- package/dist/src/ticket/dto/update-ticket.dto.d.ts +0 -6
- package/dist/src/ticket-group/dto/create-ticket-group.dto.d.ts +0 -17
- package/dist/src/ticket-group/dto/delete-ticket-group.dto.d.ts +0 -6
- package/dist/src/ticket-group/dto/find-group-ticket-group.dto.d.ts +0 -6
- package/dist/src/ticket-group/dto/ticket-group.dto.d.ts +0 -6
- package/dist/src/ticket-group/dto/ticket-group.dto.js +0 -1
- package/dist/src/ticket-group/dto/update-ticket-group.dto.d.ts +0 -12
- package/dist/src/ticket-group/dto/update-ticket-group.dto.js +0 -1
- package/dist/types/prisma-schema/edge.js +3 -6
- package/dist/types/prisma-schema/index-browser.js +0 -3
- package/dist/types/prisma-schema/index.d.ts +26 -605
- package/dist/types/prisma-schema/index.js +3 -6
- package/dist/types/prisma-schema/package.json +1 -1
- package/dist/types/prisma-schema/schema.prisma +0 -10
- package/dist/types/prisma-schema/wasm.js +0 -3
- package/dist/types/schema.d.ts +22 -120
- package/package.json +1 -2
- package/dist/src/profile/dto/find-referral-code-exists.dto.d.ts +0 -18
- package/dist/src/profile/dto/find-referral-code-exists.dto.js +0 -15
- package/dist/src/profile/dto/find-referral-code-usage.dto.d.ts +0 -18
- package/dist/src/profile/dto/find-referral-code-usage.dto.js +0 -15
@@ -60,7 +60,6 @@ export declare const loginWithPhoneResponseSchema: z.ZodObject<{
|
|
60
60
|
movedToTrashDate: z.ZodNullable<z.ZodDate>;
|
61
61
|
created_at: z.ZodDate;
|
62
62
|
updated_at: z.ZodDate;
|
63
|
-
referralCode: z.ZodString;
|
64
63
|
}, "password">, "strip", z.ZodTypeAny, {
|
65
64
|
id: string;
|
66
65
|
username: string | null;
|
@@ -73,7 +72,6 @@ export declare const loginWithPhoneResponseSchema: z.ZodObject<{
|
|
73
72
|
dni: string | null;
|
74
73
|
created_at: Date;
|
75
74
|
updated_at: Date;
|
76
|
-
referralCode: string;
|
77
75
|
shortId: number;
|
78
76
|
firstTimeMiExpo: boolean;
|
79
77
|
isPhoneVerified: boolean;
|
@@ -97,7 +95,6 @@ export declare const loginWithPhoneResponseSchema: z.ZodObject<{
|
|
97
95
|
dni: string | null;
|
98
96
|
created_at: Date;
|
99
97
|
updated_at: Date;
|
100
|
-
referralCode: string;
|
101
98
|
shortId: number;
|
102
99
|
firstTimeMiExpo: boolean;
|
103
100
|
isPhoneVerified: boolean;
|
@@ -125,7 +122,6 @@ export declare const loginWithPhoneResponseSchema: z.ZodObject<{
|
|
125
122
|
dni: string | null;
|
126
123
|
created_at: Date;
|
127
124
|
updated_at: Date;
|
128
|
-
referralCode: string;
|
129
125
|
shortId: number;
|
130
126
|
firstTimeMiExpo: boolean;
|
131
127
|
isPhoneVerified: boolean;
|
@@ -156,7 +152,6 @@ export declare const loginWithPhoneResponseSchema: z.ZodObject<{
|
|
156
152
|
dni: string | null;
|
157
153
|
created_at: Date;
|
158
154
|
updated_at: Date;
|
159
|
-
referralCode: string;
|
160
155
|
shortId: number;
|
161
156
|
firstTimeMiExpo: boolean;
|
162
157
|
isPhoneVerified: boolean;
|
@@ -209,7 +204,6 @@ declare const LoginWithPhoneResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
209
204
|
dni: z.ZodNullable<z.ZodString>;
|
210
205
|
created_at: z.ZodString;
|
211
206
|
updated_at: z.ZodString;
|
212
|
-
referralCode: z.ZodString;
|
213
207
|
shortId: z.ZodNumber;
|
214
208
|
firstTimeMiExpo: z.ZodBoolean;
|
215
209
|
isPhoneVerified: z.ZodBoolean;
|
@@ -234,7 +228,6 @@ declare const LoginWithPhoneResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
234
228
|
dni: string | null;
|
235
229
|
created_at: string;
|
236
230
|
updated_at: string;
|
237
|
-
referralCode: string;
|
238
231
|
shortId: number;
|
239
232
|
firstTimeMiExpo: boolean;
|
240
233
|
isPhoneVerified: boolean;
|
@@ -258,7 +251,6 @@ declare const LoginWithPhoneResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
258
251
|
dni: string | null;
|
259
252
|
created_at: string;
|
260
253
|
updated_at: string;
|
261
|
-
referralCode: string;
|
262
254
|
shortId: number;
|
263
255
|
firstTimeMiExpo: boolean;
|
264
256
|
isPhoneVerified: boolean;
|
@@ -286,7 +278,6 @@ declare const LoginWithPhoneResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
286
278
|
dni: string | null;
|
287
279
|
created_at: string;
|
288
280
|
updated_at: string;
|
289
|
-
referralCode: string;
|
290
281
|
shortId: number;
|
291
282
|
firstTimeMiExpo: boolean;
|
292
283
|
isPhoneVerified: boolean;
|
@@ -317,7 +308,6 @@ declare const LoginWithPhoneResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
317
308
|
dni: string | null;
|
318
309
|
created_at: string;
|
319
310
|
updated_at: string;
|
320
|
-
referralCode: string;
|
321
311
|
shortId: number;
|
322
312
|
firstTimeMiExpo: boolean;
|
323
313
|
isPhoneVerified: boolean;
|
@@ -65,7 +65,6 @@ export declare const loginMiExpoResponseSchema: z.ZodObject<{
|
|
65
65
|
movedToTrashDate: z.ZodNullable<z.ZodDate>;
|
66
66
|
created_at: z.ZodDate;
|
67
67
|
updated_at: z.ZodDate;
|
68
|
-
referralCode: z.ZodString;
|
69
68
|
}, "password">, "strip", z.ZodTypeAny, {
|
70
69
|
id: string;
|
71
70
|
username: string | null;
|
@@ -78,7 +77,6 @@ export declare const loginMiExpoResponseSchema: z.ZodObject<{
|
|
78
77
|
dni: string | null;
|
79
78
|
created_at: Date;
|
80
79
|
updated_at: Date;
|
81
|
-
referralCode: string;
|
82
80
|
shortId: number;
|
83
81
|
firstTimeMiExpo: boolean;
|
84
82
|
isPhoneVerified: boolean;
|
@@ -102,7 +100,6 @@ export declare const loginMiExpoResponseSchema: z.ZodObject<{
|
|
102
100
|
dni: string | null;
|
103
101
|
created_at: Date;
|
104
102
|
updated_at: Date;
|
105
|
-
referralCode: string;
|
106
103
|
shortId: number;
|
107
104
|
firstTimeMiExpo: boolean;
|
108
105
|
isPhoneVerified: boolean;
|
@@ -143,7 +140,6 @@ export declare const loginMiExpoResponseSchema: z.ZodObject<{
|
|
143
140
|
dni: string | null;
|
144
141
|
created_at: Date;
|
145
142
|
updated_at: Date;
|
146
|
-
referralCode: string;
|
147
143
|
shortId: number;
|
148
144
|
firstTimeMiExpo: boolean;
|
149
145
|
isPhoneVerified: boolean;
|
@@ -174,7 +170,6 @@ export declare const loginMiExpoResponseSchema: z.ZodObject<{
|
|
174
170
|
dni: string | null;
|
175
171
|
created_at: Date;
|
176
172
|
updated_at: Date;
|
177
|
-
referralCode: string;
|
178
173
|
shortId: number;
|
179
174
|
firstTimeMiExpo: boolean;
|
180
175
|
isPhoneVerified: boolean;
|
@@ -214,7 +209,6 @@ declare const LoginMiExpoResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
|
|
214
209
|
dni: z.ZodNullable<z.ZodString>;
|
215
210
|
created_at: z.ZodString;
|
216
211
|
updated_at: z.ZodString;
|
217
|
-
referralCode: z.ZodString;
|
218
212
|
shortId: z.ZodNumber;
|
219
213
|
firstTimeMiExpo: z.ZodBoolean;
|
220
214
|
isPhoneVerified: z.ZodBoolean;
|
@@ -239,7 +233,6 @@ declare const LoginMiExpoResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
|
|
239
233
|
dni: string | null;
|
240
234
|
created_at: string;
|
241
235
|
updated_at: string;
|
242
|
-
referralCode: string;
|
243
236
|
shortId: number;
|
244
237
|
firstTimeMiExpo: boolean;
|
245
238
|
isPhoneVerified: boolean;
|
@@ -263,7 +256,6 @@ declare const LoginMiExpoResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
|
|
263
256
|
dni: string | null;
|
264
257
|
created_at: string;
|
265
258
|
updated_at: string;
|
266
|
-
referralCode: string;
|
267
259
|
shortId: number;
|
268
260
|
firstTimeMiExpo: boolean;
|
269
261
|
isPhoneVerified: boolean;
|
@@ -304,7 +296,6 @@ declare const LoginMiExpoResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
|
|
304
296
|
dni: string | null;
|
305
297
|
created_at: string;
|
306
298
|
updated_at: string;
|
307
|
-
referralCode: string;
|
308
299
|
shortId: number;
|
309
300
|
firstTimeMiExpo: boolean;
|
310
301
|
isPhoneVerified: boolean;
|
@@ -335,7 +326,6 @@ declare const LoginMiExpoResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
|
|
335
326
|
dni: string | null;
|
336
327
|
created_at: string;
|
337
328
|
updated_at: string;
|
338
|
-
referralCode: string;
|
339
329
|
shortId: number;
|
340
330
|
firstTimeMiExpo: boolean;
|
341
331
|
isPhoneVerified: boolean;
|
@@ -237,7 +237,6 @@ 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
241
|
id: string;
|
243
242
|
username: string | null;
|
@@ -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;
|
@@ -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;
|
@@ -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;
|
@@ -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;
|
@@ -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;
|
@@ -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;
|
@@ -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;
|
@@ -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;
|
@@ -38,7 +38,6 @@ export declare const getAllProductionResponseSchema: z.ZodObject<{
|
|
38
38
|
movedToTrashDate: z.ZodNullable<z.ZodDate>;
|
39
39
|
created_at: z.ZodDate;
|
40
40
|
updated_at: z.ZodDate;
|
41
|
-
referralCode: z.ZodString;
|
42
41
|
}, "strip", z.ZodTypeAny, {
|
43
42
|
id: string;
|
44
43
|
username: string | null;
|
@@ -52,7 +51,6 @@ export declare const getAllProductionResponseSchema: z.ZodObject<{
|
|
52
51
|
dni: string | null;
|
53
52
|
created_at: Date;
|
54
53
|
updated_at: Date;
|
55
|
-
referralCode: string;
|
56
54
|
shortId: number;
|
57
55
|
firstTimeMiExpo: boolean;
|
58
56
|
isPhoneVerified: boolean;
|
@@ -77,7 +75,6 @@ export declare const getAllProductionResponseSchema: z.ZodObject<{
|
|
77
75
|
dni: string | null;
|
78
76
|
created_at: Date;
|
79
77
|
updated_at: Date;
|
80
|
-
referralCode: string;
|
81
78
|
shortId: number;
|
82
79
|
firstTimeMiExpo: boolean;
|
83
80
|
isPhoneVerified: boolean;
|
@@ -111,7 +108,6 @@ export declare const getAllProductionResponseSchema: z.ZodObject<{
|
|
111
108
|
dni: string | null;
|
112
109
|
created_at: Date;
|
113
110
|
updated_at: Date;
|
114
|
-
referralCode: string;
|
115
111
|
shortId: number;
|
116
112
|
firstTimeMiExpo: boolean;
|
117
113
|
isPhoneVerified: boolean;
|
@@ -143,7 +139,6 @@ export declare const getAllProductionResponseSchema: z.ZodObject<{
|
|
143
139
|
dni: string | null;
|
144
140
|
created_at: Date;
|
145
141
|
updated_at: Date;
|
146
|
-
referralCode: string;
|
147
142
|
shortId: number;
|
148
143
|
firstTimeMiExpo: boolean;
|
149
144
|
isPhoneVerified: boolean;
|
@@ -179,7 +174,6 @@ export declare const getAllProductionResponseSchema: z.ZodObject<{
|
|
179
174
|
dni: string | null;
|
180
175
|
created_at: Date;
|
181
176
|
updated_at: Date;
|
182
|
-
referralCode: string;
|
183
177
|
shortId: number;
|
184
178
|
firstTimeMiExpo: boolean;
|
185
179
|
isPhoneVerified: boolean;
|
@@ -213,7 +207,6 @@ export declare const getAllProductionResponseSchema: z.ZodObject<{
|
|
213
207
|
dni: string | null;
|
214
208
|
created_at: Date;
|
215
209
|
updated_at: Date;
|
216
|
-
referralCode: string;
|
217
210
|
shortId: number;
|
218
211
|
firstTimeMiExpo: boolean;
|
219
212
|
isPhoneVerified: boolean;
|
@@ -268,7 +261,6 @@ declare const GetAllProductionResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
268
261
|
movedToTrashDate: z.ZodNullable<z.ZodString>;
|
269
262
|
created_at: z.ZodString;
|
270
263
|
updated_at: z.ZodString;
|
271
|
-
referralCode: z.ZodString;
|
272
264
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
273
265
|
id: string;
|
274
266
|
username: string | null;
|
@@ -282,7 +274,6 @@ declare const GetAllProductionResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
282
274
|
dni: string | null;
|
283
275
|
created_at: string;
|
284
276
|
updated_at: string;
|
285
|
-
referralCode: string;
|
286
277
|
shortId: number;
|
287
278
|
firstTimeMiExpo: boolean;
|
288
279
|
isPhoneVerified: boolean;
|
@@ -307,7 +298,6 @@ declare const GetAllProductionResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
307
298
|
dni: string | null;
|
308
299
|
created_at: string;
|
309
300
|
updated_at: string;
|
310
|
-
referralCode: string;
|
311
301
|
shortId: number;
|
312
302
|
firstTimeMiExpo: boolean;
|
313
303
|
isPhoneVerified: boolean;
|
@@ -341,7 +331,6 @@ declare const GetAllProductionResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
341
331
|
dni: string | null;
|
342
332
|
created_at: string;
|
343
333
|
updated_at: string;
|
344
|
-
referralCode: string;
|
345
334
|
shortId: number;
|
346
335
|
firstTimeMiExpo: boolean;
|
347
336
|
isPhoneVerified: boolean;
|
@@ -373,7 +362,6 @@ declare const GetAllProductionResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
373
362
|
dni: string | null;
|
374
363
|
created_at: string;
|
375
364
|
updated_at: string;
|
376
|
-
referralCode: string;
|
377
365
|
shortId: number;
|
378
366
|
firstTimeMiExpo: boolean;
|
379
367
|
isPhoneVerified: boolean;
|
@@ -409,7 +397,6 @@ declare const GetAllProductionResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
409
397
|
dni: string | null;
|
410
398
|
created_at: string;
|
411
399
|
updated_at: string;
|
412
|
-
referralCode: string;
|
413
400
|
shortId: number;
|
414
401
|
firstTimeMiExpo: boolean;
|
415
402
|
isPhoneVerified: boolean;
|
@@ -443,7 +430,6 @@ declare const GetAllProductionResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
443
430
|
dni: string | null;
|
444
431
|
created_at: string;
|
445
432
|
updated_at: string;
|
446
|
-
referralCode: string;
|
447
433
|
shortId: number;
|
448
434
|
firstTimeMiExpo: boolean;
|
449
435
|
isPhoneVerified: boolean;
|
package/dist/src/production-affiliation-request/dto/find-by-production-affiliation-request.dto.d.ts
CHANGED
@@ -62,7 +62,6 @@ export declare const findByProductionAffiliationRequestResponseSchema: z.ZodObje
|
|
62
62
|
movedToTrashDate: z.ZodNullable<z.ZodDate>;
|
63
63
|
created_at: z.ZodDate;
|
64
64
|
updated_at: z.ZodDate;
|
65
|
-
referralCode: z.ZodString;
|
66
65
|
}, "strip", z.ZodTypeAny, {
|
67
66
|
id: string;
|
68
67
|
username: string | null;
|
@@ -76,7 +75,6 @@ export declare const findByProductionAffiliationRequestResponseSchema: z.ZodObje
|
|
76
75
|
dni: string | null;
|
77
76
|
created_at: Date;
|
78
77
|
updated_at: Date;
|
79
|
-
referralCode: string;
|
80
78
|
shortId: number;
|
81
79
|
firstTimeMiExpo: boolean;
|
82
80
|
isPhoneVerified: boolean;
|
@@ -101,7 +99,6 @@ export declare const findByProductionAffiliationRequestResponseSchema: z.ZodObje
|
|
101
99
|
dni: string | null;
|
102
100
|
created_at: Date;
|
103
101
|
updated_at: Date;
|
104
|
-
referralCode: string;
|
105
102
|
shortId: number;
|
106
103
|
firstTimeMiExpo: boolean;
|
107
104
|
isPhoneVerified: boolean;
|
@@ -130,7 +127,6 @@ export declare const findByProductionAffiliationRequestResponseSchema: z.ZodObje
|
|
130
127
|
dni: string | null;
|
131
128
|
created_at: Date;
|
132
129
|
updated_at: Date;
|
133
|
-
referralCode: string;
|
134
130
|
shortId: number;
|
135
131
|
firstTimeMiExpo: boolean;
|
136
132
|
isPhoneVerified: boolean;
|
@@ -170,7 +166,6 @@ export declare const findByProductionAffiliationRequestResponseSchema: z.ZodObje
|
|
170
166
|
dni: string | null;
|
171
167
|
created_at: Date;
|
172
168
|
updated_at: Date;
|
173
|
-
referralCode: string;
|
174
169
|
shortId: number;
|
175
170
|
firstTimeMiExpo: boolean;
|
176
171
|
isPhoneVerified: boolean;
|
@@ -214,7 +209,6 @@ export declare const findByProductionAffiliationRequestResponseSchema: z.ZodObje
|
|
214
209
|
dni: string | null;
|
215
210
|
created_at: Date;
|
216
211
|
updated_at: Date;
|
217
|
-
referralCode: string;
|
218
212
|
shortId: number;
|
219
213
|
firstTimeMiExpo: boolean;
|
220
214
|
isPhoneVerified: boolean;
|
@@ -256,7 +250,6 @@ export declare const findByProductionAffiliationRequestResponseSchema: z.ZodObje
|
|
256
250
|
dni: string | null;
|
257
251
|
created_at: Date;
|
258
252
|
updated_at: Date;
|
259
|
-
referralCode: string;
|
260
253
|
shortId: number;
|
261
254
|
firstTimeMiExpo: boolean;
|
262
255
|
isPhoneVerified: boolean;
|
@@ -348,7 +341,6 @@ declare const FindByProductionAffiliationRequestResponseDto_base: import("@anati
|
|
348
341
|
movedToTrashDate: z.ZodNullable<z.ZodString>;
|
349
342
|
created_at: z.ZodString;
|
350
343
|
updated_at: z.ZodString;
|
351
|
-
referralCode: z.ZodString;
|
352
344
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
353
345
|
id: string;
|
354
346
|
username: string | null;
|
@@ -362,7 +354,6 @@ declare const FindByProductionAffiliationRequestResponseDto_base: import("@anati
|
|
362
354
|
dni: string | null;
|
363
355
|
created_at: string;
|
364
356
|
updated_at: string;
|
365
|
-
referralCode: string;
|
366
357
|
shortId: number;
|
367
358
|
firstTimeMiExpo: boolean;
|
368
359
|
isPhoneVerified: boolean;
|
@@ -387,7 +378,6 @@ declare const FindByProductionAffiliationRequestResponseDto_base: import("@anati
|
|
387
378
|
dni: string | null;
|
388
379
|
created_at: string;
|
389
380
|
updated_at: string;
|
390
|
-
referralCode: string;
|
391
381
|
shortId: number;
|
392
382
|
firstTimeMiExpo: boolean;
|
393
383
|
isPhoneVerified: boolean;
|
@@ -416,7 +406,6 @@ declare const FindByProductionAffiliationRequestResponseDto_base: import("@anati
|
|
416
406
|
dni: string | null;
|
417
407
|
created_at: string;
|
418
408
|
updated_at: string;
|
419
|
-
referralCode: string;
|
420
409
|
shortId: number;
|
421
410
|
firstTimeMiExpo: boolean;
|
422
411
|
isPhoneVerified: boolean;
|
@@ -456,7 +445,6 @@ declare const FindByProductionAffiliationRequestResponseDto_base: import("@anati
|
|
456
445
|
dni: string | null;
|
457
446
|
created_at: string;
|
458
447
|
updated_at: string;
|
459
|
-
referralCode: string;
|
460
448
|
shortId: number;
|
461
449
|
firstTimeMiExpo: boolean;
|
462
450
|
isPhoneVerified: boolean;
|
@@ -500,7 +488,6 @@ declare const FindByProductionAffiliationRequestResponseDto_base: import("@anati
|
|
500
488
|
dni: string | null;
|
501
489
|
created_at: string;
|
502
490
|
updated_at: string;
|
503
|
-
referralCode: string;
|
504
491
|
shortId: number;
|
505
492
|
firstTimeMiExpo: boolean;
|
506
493
|
isPhoneVerified: boolean;
|
@@ -542,7 +529,6 @@ declare const FindByProductionAffiliationRequestResponseDto_base: import("@anati
|
|
542
529
|
dni: string | null;
|
543
530
|
created_at: string;
|
544
531
|
updated_at: string;
|
545
|
-
referralCode: string;
|
546
532
|
shortId: number;
|
547
533
|
firstTimeMiExpo: boolean;
|
548
534
|
isPhoneVerified: boolean;
|
package/dist/src/production-affiliation-request/dto/update-production-affiliation-request.dto.d.ts
CHANGED
@@ -60,7 +60,6 @@ export declare const updateProductionAffiliationRequestResponseSchema: import("z
|
|
60
60
|
movedToTrashDate: import("zod").ZodNullable<import("zod").ZodDate>;
|
61
61
|
created_at: import("zod").ZodDate;
|
62
62
|
updated_at: import("zod").ZodDate;
|
63
|
-
referralCode: import("zod").ZodString;
|
64
63
|
}, "strip", import("zod").ZodTypeAny, {
|
65
64
|
id: string;
|
66
65
|
username: string | null;
|
@@ -74,7 +73,6 @@ export declare const updateProductionAffiliationRequestResponseSchema: import("z
|
|
74
73
|
dni: string | null;
|
75
74
|
created_at: Date;
|
76
75
|
updated_at: Date;
|
77
|
-
referralCode: string;
|
78
76
|
shortId: number;
|
79
77
|
firstTimeMiExpo: boolean;
|
80
78
|
isPhoneVerified: boolean;
|
@@ -99,7 +97,6 @@ export declare const updateProductionAffiliationRequestResponseSchema: import("z
|
|
99
97
|
dni: string | null;
|
100
98
|
created_at: Date;
|
101
99
|
updated_at: Date;
|
102
|
-
referralCode: string;
|
103
100
|
shortId: number;
|
104
101
|
firstTimeMiExpo: boolean;
|
105
102
|
isPhoneVerified: boolean;
|
@@ -128,7 +125,6 @@ export declare const updateProductionAffiliationRequestResponseSchema: import("z
|
|
128
125
|
dni: string | null;
|
129
126
|
created_at: Date;
|
130
127
|
updated_at: Date;
|
131
|
-
referralCode: string;
|
132
128
|
shortId: number;
|
133
129
|
firstTimeMiExpo: boolean;
|
134
130
|
isPhoneVerified: boolean;
|
@@ -168,7 +164,6 @@ export declare const updateProductionAffiliationRequestResponseSchema: import("z
|
|
168
164
|
dni: string | null;
|
169
165
|
created_at: Date;
|
170
166
|
updated_at: Date;
|
171
|
-
referralCode: string;
|
172
167
|
shortId: number;
|
173
168
|
firstTimeMiExpo: boolean;
|
174
169
|
isPhoneVerified: boolean;
|
@@ -258,7 +253,6 @@ declare const UpdateProductionAffiliationRequestResponseDto_base: import("@anati
|
|
258
253
|
movedToTrashDate: import("zod").ZodNullable<import("zod").ZodString>;
|
259
254
|
created_at: import("zod").ZodString;
|
260
255
|
updated_at: import("zod").ZodString;
|
261
|
-
referralCode: import("zod").ZodString;
|
262
256
|
}, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
263
257
|
id: string;
|
264
258
|
username: string | null;
|
@@ -272,7 +266,6 @@ declare const UpdateProductionAffiliationRequestResponseDto_base: import("@anati
|
|
272
266
|
dni: string | null;
|
273
267
|
created_at: string;
|
274
268
|
updated_at: string;
|
275
|
-
referralCode: string;
|
276
269
|
shortId: number;
|
277
270
|
firstTimeMiExpo: boolean;
|
278
271
|
isPhoneVerified: boolean;
|
@@ -297,7 +290,6 @@ declare const UpdateProductionAffiliationRequestResponseDto_base: import("@anati
|
|
297
290
|
dni: string | null;
|
298
291
|
created_at: string;
|
299
292
|
updated_at: string;
|
300
|
-
referralCode: string;
|
301
293
|
shortId: number;
|
302
294
|
firstTimeMiExpo: boolean;
|
303
295
|
isPhoneVerified: boolean;
|
@@ -326,7 +318,6 @@ declare const UpdateProductionAffiliationRequestResponseDto_base: import("@anati
|
|
326
318
|
dni: string | null;
|
327
319
|
created_at: string;
|
328
320
|
updated_at: string;
|
329
|
-
referralCode: string;
|
330
321
|
shortId: number;
|
331
322
|
firstTimeMiExpo: boolean;
|
332
323
|
isPhoneVerified: boolean;
|
@@ -366,7 +357,6 @@ declare const UpdateProductionAffiliationRequestResponseDto_base: import("@anati
|
|
366
357
|
dni: string | null;
|
367
358
|
created_at: string;
|
368
359
|
updated_at: string;
|
369
|
-
referralCode: string;
|
370
360
|
shortId: number;
|
371
361
|
firstTimeMiExpo: boolean;
|
372
362
|
isPhoneVerified: boolean;
|
@@ -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,7 +29,6 @@ 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
33
|
id: string;
|
35
34
|
username: string | null;
|
@@ -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,7 +111,6 @@ 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
115
|
id: string;
|
120
116
|
username: string | null;
|
@@ -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;
|