expo-backend-types 0.53.0-EXPO-366-EB-Schema-codigo-referido.11 → 0.54.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 +0 -6
- 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 +0 -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
@@ -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;
|
@@ -31,7 +31,6 @@ export declare const findAllProfileResponseSchema: 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
|
}, {
|
36
35
|
tags: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
37
36
|
id: z.ZodString;
|
@@ -97,7 +96,6 @@ export declare const findAllProfileResponseSchema: z.ZodObject<{
|
|
97
96
|
dni: string | null;
|
98
97
|
created_at: Date;
|
99
98
|
updated_at: Date;
|
100
|
-
referralCode: string;
|
101
99
|
shortId: number;
|
102
100
|
firstTimeMiExpo: boolean;
|
103
101
|
isPhoneVerified: boolean;
|
@@ -134,7 +132,6 @@ export declare const findAllProfileResponseSchema: z.ZodObject<{
|
|
134
132
|
dni: string | null;
|
135
133
|
created_at: Date;
|
136
134
|
updated_at: Date;
|
137
|
-
referralCode: string;
|
138
135
|
shortId: number;
|
139
136
|
firstTimeMiExpo: boolean;
|
140
137
|
isPhoneVerified: boolean;
|
@@ -175,7 +172,6 @@ export declare const findAllProfileResponseSchema: z.ZodObject<{
|
|
175
172
|
dni: string | null;
|
176
173
|
created_at: Date;
|
177
174
|
updated_at: Date;
|
178
|
-
referralCode: string;
|
179
175
|
shortId: number;
|
180
176
|
firstTimeMiExpo: boolean;
|
181
177
|
isPhoneVerified: boolean;
|
@@ -214,7 +210,6 @@ export declare const findAllProfileResponseSchema: z.ZodObject<{
|
|
214
210
|
dni: string | null;
|
215
211
|
created_at: Date;
|
216
212
|
updated_at: Date;
|
217
|
-
referralCode: string;
|
218
213
|
shortId: number;
|
219
214
|
firstTimeMiExpo: boolean;
|
220
215
|
isPhoneVerified: boolean;
|
@@ -274,7 +269,6 @@ declare const FindAllProfileResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
274
269
|
movedToTrashDate: z.ZodNullable<z.ZodString>;
|
275
270
|
created_at: z.ZodString;
|
276
271
|
updated_at: z.ZodString;
|
277
|
-
referralCode: z.ZodString;
|
278
272
|
tags: z.ZodArray<z.ZodObject<{
|
279
273
|
id: z.ZodString;
|
280
274
|
name: z.ZodString;
|
@@ -334,7 +328,6 @@ declare const FindAllProfileResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
334
328
|
dni: string | null;
|
335
329
|
created_at: string;
|
336
330
|
updated_at: string;
|
337
|
-
referralCode: string;
|
338
331
|
shortId: number;
|
339
332
|
firstTimeMiExpo: boolean;
|
340
333
|
isPhoneVerified: boolean;
|
@@ -371,7 +364,6 @@ declare const FindAllProfileResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
371
364
|
dni: string | null;
|
372
365
|
created_at: string;
|
373
366
|
updated_at: string;
|
374
|
-
referralCode: string;
|
375
367
|
shortId: number;
|
376
368
|
firstTimeMiExpo: boolean;
|
377
369
|
isPhoneVerified: boolean;
|
@@ -412,7 +404,6 @@ declare const FindAllProfileResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
412
404
|
dni: string | null;
|
413
405
|
created_at: string;
|
414
406
|
updated_at: string;
|
415
|
-
referralCode: string;
|
416
407
|
shortId: number;
|
417
408
|
firstTimeMiExpo: boolean;
|
418
409
|
isPhoneVerified: boolean;
|
@@ -451,7 +442,6 @@ declare const FindAllProfileResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
451
442
|
dni: string | null;
|
452
443
|
created_at: string;
|
453
444
|
updated_at: string;
|
454
|
-
referralCode: string;
|
455
445
|
shortId: number;
|
456
446
|
firstTimeMiExpo: boolean;
|
457
447
|
isPhoneVerified: boolean;
|
@@ -31,7 +31,6 @@ export declare const findByDateRangeSchema: 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
|
}, {
|
36
35
|
tags: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
37
36
|
id: z.ZodString;
|
@@ -93,7 +92,6 @@ export declare const findByDateRangeSchema: z.ZodObject<{
|
|
93
92
|
dni: string | null;
|
94
93
|
created_at: Date;
|
95
94
|
updated_at: Date;
|
96
|
-
referralCode: string;
|
97
95
|
shortId: number;
|
98
96
|
firstTimeMiExpo: boolean;
|
99
97
|
isPhoneVerified: boolean;
|
@@ -129,7 +127,6 @@ export declare const findByDateRangeSchema: z.ZodObject<{
|
|
129
127
|
dni: string | null;
|
130
128
|
created_at: Date;
|
131
129
|
updated_at: Date;
|
132
|
-
referralCode: string;
|
133
130
|
shortId: number;
|
134
131
|
firstTimeMiExpo: boolean;
|
135
132
|
isPhoneVerified: boolean;
|
@@ -169,7 +166,6 @@ export declare const findByDateRangeSchema: z.ZodObject<{
|
|
169
166
|
dni: string | null;
|
170
167
|
created_at: Date;
|
171
168
|
updated_at: Date;
|
172
|
-
referralCode: string;
|
173
169
|
shortId: number;
|
174
170
|
firstTimeMiExpo: boolean;
|
175
171
|
isPhoneVerified: boolean;
|
@@ -207,7 +203,6 @@ export declare const findByDateRangeSchema: z.ZodObject<{
|
|
207
203
|
dni: string | null;
|
208
204
|
created_at: Date;
|
209
205
|
updated_at: Date;
|
210
|
-
referralCode: string;
|
211
206
|
shortId: number;
|
212
207
|
firstTimeMiExpo: boolean;
|
213
208
|
isPhoneVerified: boolean;
|
@@ -266,7 +261,6 @@ declare const FindByDateRangeDto_base: import("@anatine/zod-nestjs").ZodDtoStati
|
|
266
261
|
movedToTrashDate: z.ZodNullable<z.ZodString>;
|
267
262
|
created_at: z.ZodString;
|
268
263
|
updated_at: z.ZodString;
|
269
|
-
referralCode: z.ZodString;
|
270
264
|
tags: z.ZodArray<z.ZodObject<{
|
271
265
|
id: z.ZodString;
|
272
266
|
name: z.ZodString;
|
@@ -321,7 +315,6 @@ declare const FindByDateRangeDto_base: import("@anatine/zod-nestjs").ZodDtoStati
|
|
321
315
|
dni: string | null;
|
322
316
|
created_at: string;
|
323
317
|
updated_at: string;
|
324
|
-
referralCode: string;
|
325
318
|
shortId: number;
|
326
319
|
firstTimeMiExpo: boolean;
|
327
320
|
isPhoneVerified: boolean;
|
@@ -357,7 +350,6 @@ declare const FindByDateRangeDto_base: import("@anatine/zod-nestjs").ZodDtoStati
|
|
357
350
|
dni: string | null;
|
358
351
|
created_at: string;
|
359
352
|
updated_at: string;
|
360
|
-
referralCode: string;
|
361
353
|
shortId: number;
|
362
354
|
firstTimeMiExpo: boolean;
|
363
355
|
isPhoneVerified: boolean;
|
@@ -397,7 +389,6 @@ declare const FindByDateRangeDto_base: import("@anatine/zod-nestjs").ZodDtoStati
|
|
397
389
|
dni: string | null;
|
398
390
|
created_at: string;
|
399
391
|
updated_at: string;
|
400
|
-
referralCode: string;
|
401
392
|
shortId: number;
|
402
393
|
firstTimeMiExpo: boolean;
|
403
394
|
isPhoneVerified: boolean;
|
@@ -435,7 +426,6 @@ declare const FindByDateRangeDto_base: import("@anatine/zod-nestjs").ZodDtoStati
|
|
435
426
|
dni: string | null;
|
436
427
|
created_at: string;
|
437
428
|
updated_at: string;
|
438
|
-
referralCode: string;
|
439
429
|
shortId: number;
|
440
430
|
firstTimeMiExpo: boolean;
|
441
431
|
isPhoneVerified: boolean;
|
@@ -495,7 +485,6 @@ export declare const findByDateRangeResponseSchema: z.ZodRecord<z.ZodString, z.Z
|
|
495
485
|
movedToTrashDate: z.ZodNullable<z.ZodDate>;
|
496
486
|
created_at: z.ZodDate;
|
497
487
|
updated_at: z.ZodDate;
|
498
|
-
referralCode: z.ZodString;
|
499
488
|
}, {
|
500
489
|
tags: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
501
490
|
id: z.ZodString;
|
@@ -557,7 +546,6 @@ export declare const findByDateRangeResponseSchema: z.ZodRecord<z.ZodString, z.Z
|
|
557
546
|
dni: string | null;
|
558
547
|
created_at: Date;
|
559
548
|
updated_at: Date;
|
560
|
-
referralCode: string;
|
561
549
|
shortId: number;
|
562
550
|
firstTimeMiExpo: boolean;
|
563
551
|
isPhoneVerified: boolean;
|
@@ -593,7 +581,6 @@ export declare const findByDateRangeResponseSchema: z.ZodRecord<z.ZodString, z.Z
|
|
593
581
|
dni: string | null;
|
594
582
|
created_at: Date;
|
595
583
|
updated_at: Date;
|
596
|
-
referralCode: string;
|
597
584
|
shortId: number;
|
598
585
|
firstTimeMiExpo: boolean;
|
599
586
|
isPhoneVerified: boolean;
|
@@ -650,7 +637,6 @@ declare const FindByDateRangeResponseDto_base: import("@anatine/zod-nestjs").Zod
|
|
650
637
|
movedToTrashDate: z.ZodNullable<z.ZodDate>;
|
651
638
|
created_at: z.ZodDate;
|
652
639
|
updated_at: z.ZodDate;
|
653
|
-
referralCode: z.ZodString;
|
654
640
|
}, {
|
655
641
|
tags: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
656
642
|
id: z.ZodString;
|
@@ -712,7 +698,6 @@ declare const FindByDateRangeResponseDto_base: import("@anatine/zod-nestjs").Zod
|
|
712
698
|
dni: string | null;
|
713
699
|
created_at: Date;
|
714
700
|
updated_at: Date;
|
715
|
-
referralCode: string;
|
716
701
|
shortId: number;
|
717
702
|
firstTimeMiExpo: boolean;
|
718
703
|
isPhoneVerified: boolean;
|
@@ -748,7 +733,6 @@ declare const FindByDateRangeResponseDto_base: import("@anatine/zod-nestjs").Zod
|
|
748
733
|
dni: string | null;
|
749
734
|
created_at: Date;
|
750
735
|
updated_at: Date;
|
751
|
-
referralCode: string;
|
752
736
|
shortId: number;
|
753
737
|
firstTimeMiExpo: boolean;
|
754
738
|
isPhoneVerified: boolean;
|
@@ -30,7 +30,6 @@ export declare const findByIdProfileResponseSchema: z.ZodObject<z.objectUtil.ext
|
|
30
30
|
movedToTrashDate: z.ZodNullable<z.ZodDate>;
|
31
31
|
created_at: z.ZodDate;
|
32
32
|
updated_at: z.ZodDate;
|
33
|
-
referralCode: z.ZodString;
|
34
33
|
}, "password">, {
|
35
34
|
residenceLocation: z.ZodNullable<z.ZodObject<{
|
36
35
|
id: z.ZodString;
|
@@ -155,7 +154,6 @@ export declare const findByIdProfileResponseSchema: z.ZodObject<z.objectUtil.ext
|
|
155
154
|
dni: string | null;
|
156
155
|
created_at: Date;
|
157
156
|
updated_at: Date;
|
158
|
-
referralCode: string;
|
159
157
|
shortId: number;
|
160
158
|
firstTimeMiExpo: boolean;
|
161
159
|
isPhoneVerified: boolean;
|
@@ -212,7 +210,6 @@ export declare const findByIdProfileResponseSchema: z.ZodObject<z.objectUtil.ext
|
|
212
210
|
dni: string | null;
|
213
211
|
created_at: Date;
|
214
212
|
updated_at: Date;
|
215
|
-
referralCode: string;
|
216
213
|
shortId: number;
|
217
214
|
firstTimeMiExpo: boolean;
|
218
215
|
isPhoneVerified: boolean;
|
@@ -278,7 +275,6 @@ declare const FindByIdProfileResponseDto_base: import("@anatine/zod-nestjs").Zod
|
|
278
275
|
dni: z.ZodNullable<z.ZodString>;
|
279
276
|
created_at: z.ZodString;
|
280
277
|
updated_at: z.ZodString;
|
281
|
-
referralCode: z.ZodString;
|
282
278
|
shortId: z.ZodNumber;
|
283
279
|
firstTimeMiExpo: z.ZodBoolean;
|
284
280
|
isPhoneVerified: z.ZodBoolean;
|
@@ -410,7 +406,6 @@ declare const FindByIdProfileResponseDto_base: import("@anatine/zod-nestjs").Zod
|
|
410
406
|
dni: string | null;
|
411
407
|
created_at: string;
|
412
408
|
updated_at: string;
|
413
|
-
referralCode: string;
|
414
409
|
shortId: number;
|
415
410
|
firstTimeMiExpo: boolean;
|
416
411
|
isPhoneVerified: boolean;
|
@@ -467,7 +462,6 @@ declare const FindByIdProfileResponseDto_base: import("@anatine/zod-nestjs").Zod
|
|
467
462
|
dni: string | null;
|
468
463
|
created_at: string;
|
469
464
|
updated_at: string;
|
470
|
-
referralCode: string;
|
471
465
|
shortId: number;
|
472
466
|
firstTimeMiExpo: boolean;
|
473
467
|
isPhoneVerified: boolean;
|
@@ -29,7 +29,6 @@ export declare const findByPhoneNumberResponseSchema: 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 findByPhoneNumberResponseSchema: 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 findByPhoneNumberResponseSchema: 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 FindByPhoneNumberResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
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 FindByPhoneNumberResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
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 FindByPhoneNumberResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
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;
|