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
@@ -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;
|
@@ -31,7 +31,6 @@ export declare const findByTagGroupsProfileResponseSchema: 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<{
|
37
36
|
id: z.ZodString;
|
@@ -74,7 +73,6 @@ export declare const findByTagGroupsProfileResponseSchema: z.ZodObject<{
|
|
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;
|
@@ -107,7 +105,6 @@ export declare const findByTagGroupsProfileResponseSchema: z.ZodObject<{
|
|
107
105
|
dni: string | null;
|
108
106
|
created_at: Date;
|
109
107
|
updated_at: Date;
|
110
|
-
referralCode: string;
|
111
108
|
shortId: number;
|
112
109
|
firstTimeMiExpo: boolean;
|
113
110
|
isPhoneVerified: boolean;
|
@@ -144,7 +141,6 @@ export declare const findByTagGroupsProfileResponseSchema: z.ZodObject<{
|
|
144
141
|
dni: string | null;
|
145
142
|
created_at: Date;
|
146
143
|
updated_at: Date;
|
147
|
-
referralCode: string;
|
148
144
|
shortId: number;
|
149
145
|
firstTimeMiExpo: boolean;
|
150
146
|
isPhoneVerified: boolean;
|
@@ -179,7 +175,6 @@ export declare const findByTagGroupsProfileResponseSchema: z.ZodObject<{
|
|
179
175
|
dni: string | null;
|
180
176
|
created_at: Date;
|
181
177
|
updated_at: Date;
|
182
|
-
referralCode: string;
|
183
178
|
shortId: number;
|
184
179
|
firstTimeMiExpo: boolean;
|
185
180
|
isPhoneVerified: boolean;
|
@@ -235,7 +230,6 @@ declare const FindByTagGroupsProfileResponseDto_base: import("@anatine/zod-nestj
|
|
235
230
|
movedToTrashDate: z.ZodNullable<z.ZodString>;
|
236
231
|
created_at: z.ZodString;
|
237
232
|
updated_at: z.ZodString;
|
238
|
-
referralCode: z.ZodString;
|
239
233
|
tags: z.ZodArray<z.ZodObject<{
|
240
234
|
id: z.ZodString;
|
241
235
|
name: z.ZodString;
|
@@ -277,7 +271,6 @@ declare const FindByTagGroupsProfileResponseDto_base: import("@anatine/zod-nestj
|
|
277
271
|
dni: string | null;
|
278
272
|
created_at: string;
|
279
273
|
updated_at: string;
|
280
|
-
referralCode: string;
|
281
274
|
shortId: number;
|
282
275
|
firstTimeMiExpo: boolean;
|
283
276
|
isPhoneVerified: boolean;
|
@@ -310,7 +303,6 @@ declare const FindByTagGroupsProfileResponseDto_base: import("@anatine/zod-nestj
|
|
310
303
|
dni: string | null;
|
311
304
|
created_at: string;
|
312
305
|
updated_at: string;
|
313
|
-
referralCode: string;
|
314
306
|
shortId: number;
|
315
307
|
firstTimeMiExpo: boolean;
|
316
308
|
isPhoneVerified: boolean;
|
@@ -347,7 +339,6 @@ declare const FindByTagGroupsProfileResponseDto_base: import("@anatine/zod-nestj
|
|
347
339
|
dni: string | null;
|
348
340
|
created_at: string;
|
349
341
|
updated_at: string;
|
350
|
-
referralCode: string;
|
351
342
|
shortId: number;
|
352
343
|
firstTimeMiExpo: boolean;
|
353
344
|
isPhoneVerified: boolean;
|
@@ -382,7 +373,6 @@ declare const FindByTagGroupsProfileResponseDto_base: import("@anatine/zod-nestj
|
|
382
373
|
dni: string | null;
|
383
374
|
created_at: string;
|
384
375
|
updated_at: string;
|
385
|
-
referralCode: string;
|
386
376
|
shortId: number;
|
387
377
|
firstTimeMiExpo: boolean;
|
388
378
|
isPhoneVerified: boolean;
|
@@ -31,7 +31,6 @@ export declare const findByTagsProfileResponseSchema: 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;
|
@@ -101,7 +100,6 @@ export declare const findByTagsProfileResponseSchema: z.ZodObject<{
|
|
101
100
|
dni: string | null;
|
102
101
|
created_at: Date;
|
103
102
|
updated_at: Date;
|
104
|
-
referralCode: string;
|
105
103
|
shortId: number;
|
106
104
|
firstTimeMiExpo: boolean;
|
107
105
|
isPhoneVerified: boolean;
|
@@ -139,7 +137,6 @@ export declare const findByTagsProfileResponseSchema: z.ZodObject<{
|
|
139
137
|
dni: string | null;
|
140
138
|
created_at: Date;
|
141
139
|
updated_at: Date;
|
142
|
-
referralCode: string;
|
143
140
|
shortId: number;
|
144
141
|
firstTimeMiExpo: boolean;
|
145
142
|
isPhoneVerified: boolean;
|
@@ -181,7 +178,6 @@ export declare const findByTagsProfileResponseSchema: z.ZodObject<{
|
|
181
178
|
dni: string | null;
|
182
179
|
created_at: Date;
|
183
180
|
updated_at: Date;
|
184
|
-
referralCode: string;
|
185
181
|
shortId: number;
|
186
182
|
firstTimeMiExpo: boolean;
|
187
183
|
isPhoneVerified: boolean;
|
@@ -221,7 +217,6 @@ export declare const findByTagsProfileResponseSchema: z.ZodObject<{
|
|
221
217
|
dni: string | null;
|
222
218
|
created_at: Date;
|
223
219
|
updated_at: Date;
|
224
|
-
referralCode: string;
|
225
220
|
shortId: number;
|
226
221
|
firstTimeMiExpo: boolean;
|
227
222
|
isPhoneVerified: boolean;
|
@@ -282,7 +277,6 @@ declare const FindByTagsProfileResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
282
277
|
movedToTrashDate: z.ZodNullable<z.ZodString>;
|
283
278
|
created_at: z.ZodString;
|
284
279
|
updated_at: z.ZodString;
|
285
|
-
referralCode: z.ZodString;
|
286
280
|
tags: z.ZodArray<z.ZodObject<{
|
287
281
|
id: z.ZodString;
|
288
282
|
name: z.ZodString;
|
@@ -347,7 +341,6 @@ declare const FindByTagsProfileResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
347
341
|
dni: string | null;
|
348
342
|
created_at: string;
|
349
343
|
updated_at: string;
|
350
|
-
referralCode: string;
|
351
344
|
shortId: number;
|
352
345
|
firstTimeMiExpo: boolean;
|
353
346
|
isPhoneVerified: boolean;
|
@@ -385,7 +378,6 @@ declare const FindByTagsProfileResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
385
378
|
dni: string | null;
|
386
379
|
created_at: string;
|
387
380
|
updated_at: string;
|
388
|
-
referralCode: string;
|
389
381
|
shortId: number;
|
390
382
|
firstTimeMiExpo: boolean;
|
391
383
|
isPhoneVerified: boolean;
|
@@ -427,7 +419,6 @@ declare const FindByTagsProfileResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
427
419
|
dni: string | null;
|
428
420
|
created_at: string;
|
429
421
|
updated_at: string;
|
430
|
-
referralCode: string;
|
431
422
|
shortId: number;
|
432
423
|
firstTimeMiExpo: boolean;
|
433
424
|
isPhoneVerified: boolean;
|
@@ -467,7 +458,6 @@ declare const FindByTagsProfileResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
467
458
|
dni: string | null;
|
468
459
|
created_at: string;
|
469
460
|
updated_at: string;
|
470
|
-
referralCode: string;
|
471
461
|
shortId: number;
|
472
462
|
firstTimeMiExpo: boolean;
|
473
463
|
isPhoneVerified: boolean;
|
@@ -31,7 +31,6 @@ export declare const findTrashResponseSchema: 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
|
}, "id" | "phoneNumber" | "fullName" | "profilePictureUrl" | "created_at" | "isInTrash" | "movedToTrashDate">, "strip", z.ZodTypeAny, {
|
36
35
|
id: string;
|
37
36
|
phoneNumber: string;
|
@@ -31,7 +31,6 @@ export declare const findWithActiveChatResponseSchema: 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<{
|
37
36
|
id: z.ZodString;
|
@@ -183,7 +182,6 @@ export declare const findWithActiveChatResponseSchema: z.ZodObject<{
|
|
183
182
|
dni: string | null;
|
184
183
|
created_at: Date;
|
185
184
|
updated_at: Date;
|
186
|
-
referralCode: string;
|
187
185
|
shortId: number;
|
188
186
|
firstTimeMiExpo: boolean;
|
189
187
|
isPhoneVerified: boolean;
|
@@ -238,7 +236,6 @@ export declare const findWithActiveChatResponseSchema: z.ZodObject<{
|
|
238
236
|
dni: string | null;
|
239
237
|
created_at: Date;
|
240
238
|
updated_at: Date;
|
241
|
-
referralCode: string;
|
242
239
|
shortId: number;
|
243
240
|
firstTimeMiExpo: boolean;
|
244
241
|
isPhoneVerified: boolean;
|
@@ -297,7 +294,6 @@ export declare const findWithActiveChatResponseSchema: z.ZodObject<{
|
|
297
294
|
dni: string | null;
|
298
295
|
created_at: Date;
|
299
296
|
updated_at: Date;
|
300
|
-
referralCode: string;
|
301
297
|
shortId: number;
|
302
298
|
firstTimeMiExpo: boolean;
|
303
299
|
isPhoneVerified: boolean;
|
@@ -354,7 +350,6 @@ export declare const findWithActiveChatResponseSchema: z.ZodObject<{
|
|
354
350
|
dni: string | null;
|
355
351
|
created_at: Date;
|
356
352
|
updated_at: Date;
|
357
|
-
referralCode: string;
|
358
353
|
shortId: number;
|
359
354
|
firstTimeMiExpo: boolean;
|
360
355
|
isPhoneVerified: boolean;
|
@@ -432,7 +427,6 @@ declare const FindWithActiveChatResponseDto_base: import("@anatine/zod-nestjs").
|
|
432
427
|
movedToTrashDate: z.ZodNullable<z.ZodString>;
|
433
428
|
created_at: z.ZodString;
|
434
429
|
updated_at: z.ZodString;
|
435
|
-
referralCode: z.ZodString;
|
436
430
|
tags: z.ZodArray<z.ZodObject<{
|
437
431
|
id: z.ZodString;
|
438
432
|
name: z.ZodString;
|
@@ -580,7 +574,6 @@ declare const FindWithActiveChatResponseDto_base: import("@anatine/zod-nestjs").
|
|
580
574
|
dni: string | null;
|
581
575
|
created_at: string;
|
582
576
|
updated_at: string;
|
583
|
-
referralCode: string;
|
584
577
|
shortId: number;
|
585
578
|
firstTimeMiExpo: boolean;
|
586
579
|
isPhoneVerified: boolean;
|
@@ -635,7 +628,6 @@ declare const FindWithActiveChatResponseDto_base: import("@anatine/zod-nestjs").
|
|
635
628
|
dni: string | null;
|
636
629
|
created_at: string;
|
637
630
|
updated_at: string;
|
638
|
-
referralCode: string;
|
639
631
|
shortId: number;
|
640
632
|
firstTimeMiExpo: boolean;
|
641
633
|
isPhoneVerified: boolean;
|
@@ -694,7 +686,6 @@ declare const FindWithActiveChatResponseDto_base: import("@anatine/zod-nestjs").
|
|
694
686
|
dni: string | null;
|
695
687
|
created_at: string;
|
696
688
|
updated_at: string;
|
697
|
-
referralCode: string;
|
698
689
|
shortId: number;
|
699
690
|
firstTimeMiExpo: boolean;
|
700
691
|
isPhoneVerified: boolean;
|
@@ -751,7 +742,6 @@ declare const FindWithActiveChatResponseDto_base: import("@anatine/zod-nestjs").
|
|
751
742
|
dni: string | null;
|
752
743
|
created_at: string;
|
753
744
|
updated_at: string;
|
754
|
-
referralCode: string;
|
755
745
|
shortId: number;
|
756
746
|
firstTimeMiExpo: boolean;
|
757
747
|
isPhoneVerified: boolean;
|
@@ -29,7 +29,6 @@ declare const ProfileDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<import
|
|
29
29
|
movedToTrashDate: import("zod").ZodNullable<import("zod").ZodString>;
|
30
30
|
created_at: import("zod").ZodString;
|
31
31
|
updated_at: import("zod").ZodString;
|
32
|
-
referralCode: import("zod").ZodString;
|
33
32
|
}, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
34
33
|
id: string;
|
35
34
|
username: string | null;
|
@@ -43,7 +42,6 @@ declare const ProfileDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<import
|
|
43
42
|
dni: string | null;
|
44
43
|
created_at: string;
|
45
44
|
updated_at: string;
|
46
|
-
referralCode: string;
|
47
45
|
shortId: number;
|
48
46
|
firstTimeMiExpo: boolean;
|
49
47
|
isPhoneVerified: boolean;
|
@@ -68,7 +66,6 @@ declare const ProfileDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<import
|
|
68
66
|
dni: string | null;
|
69
67
|
created_at: string;
|
70
68
|
updated_at: string;
|
71
|
-
referralCode: string;
|
72
69
|
shortId: number;
|
73
70
|
firstTimeMiExpo: boolean;
|
74
71
|
isPhoneVerified: boolean;
|
@@ -275,7 +275,6 @@ export declare const updateProfileResponseSchema: z.ZodObject<{
|
|
275
275
|
movedToTrashDate: z.ZodNullable<z.ZodDate>;
|
276
276
|
created_at: z.ZodDate;
|
277
277
|
updated_at: z.ZodDate;
|
278
|
-
referralCode: z.ZodString;
|
279
278
|
}, "strip", z.ZodTypeAny, {
|
280
279
|
id: string;
|
281
280
|
username: string | null;
|
@@ -289,7 +288,6 @@ export declare const updateProfileResponseSchema: z.ZodObject<{
|
|
289
288
|
dni: string | null;
|
290
289
|
created_at: Date;
|
291
290
|
updated_at: Date;
|
292
|
-
referralCode: string;
|
293
291
|
shortId: number;
|
294
292
|
firstTimeMiExpo: boolean;
|
295
293
|
isPhoneVerified: boolean;
|
@@ -314,7 +312,6 @@ export declare const updateProfileResponseSchema: z.ZodObject<{
|
|
314
312
|
dni: string | null;
|
315
313
|
created_at: Date;
|
316
314
|
updated_at: Date;
|
317
|
-
referralCode: string;
|
318
315
|
shortId: number;
|
319
316
|
firstTimeMiExpo: boolean;
|
320
317
|
isPhoneVerified: boolean;
|
@@ -360,7 +357,6 @@ declare const UpdateProfileResponseDto_base: import("@anatine/zod-nestjs").ZodDt
|
|
360
357
|
movedToTrashDate: z.ZodNullable<z.ZodString>;
|
361
358
|
created_at: z.ZodString;
|
362
359
|
updated_at: z.ZodString;
|
363
|
-
referralCode: z.ZodString;
|
364
360
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
365
361
|
id: string;
|
366
362
|
username: string | null;
|
@@ -374,7 +370,6 @@ declare const UpdateProfileResponseDto_base: import("@anatine/zod-nestjs").ZodDt
|
|
374
370
|
dni: string | null;
|
375
371
|
created_at: string;
|
376
372
|
updated_at: string;
|
377
|
-
referralCode: string;
|
378
373
|
shortId: number;
|
379
374
|
firstTimeMiExpo: boolean;
|
380
375
|
isPhoneVerified: boolean;
|
@@ -399,7 +394,6 @@ declare const UpdateProfileResponseDto_base: import("@anatine/zod-nestjs").ZodDt
|
|
399
394
|
dni: string | null;
|
400
395
|
created_at: string;
|
401
396
|
updated_at: string;
|
402
|
-
referralCode: string;
|
403
397
|
shortId: number;
|
404
398
|
firstTimeMiExpo: boolean;
|
405
399
|
isPhoneVerified: boolean;
|
@@ -30,7 +30,6 @@ export declare const profileSchema: z.ZodObject<{
|
|
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
|
}, "strip", z.ZodTypeAny, {
|
35
34
|
id: string;
|
36
35
|
username: string | null;
|
@@ -44,7 +43,6 @@ export declare const profileSchema: z.ZodObject<{
|
|
44
43
|
dni: string | null;
|
45
44
|
created_at: Date;
|
46
45
|
updated_at: Date;
|
47
|
-
referralCode: string;
|
48
46
|
shortId: number;
|
49
47
|
firstTimeMiExpo: boolean;
|
50
48
|
isPhoneVerified: boolean;
|
@@ -69,7 +67,6 @@ export declare const profileSchema: z.ZodObject<{
|
|
69
67
|
dni: string | null;
|
70
68
|
created_at: Date;
|
71
69
|
updated_at: Date;
|
72
|
-
referralCode: string;
|
73
70
|
shortId: number;
|
74
71
|
firstTimeMiExpo: boolean;
|
75
72
|
isPhoneVerified: boolean;
|
@@ -141,6 +141,5 @@ exports.profileSchema = zod_1.default.object({
|
|
141
141
|
movedToTrashDate: zod_1.default.coerce.date().nullable(),
|
142
142
|
created_at: zod_1.default.date(),
|
143
143
|
updated_at: zod_1.default.date(),
|
144
|
-
referralCode: zod_1.default.string(),
|
145
144
|
});
|
146
145
|
//# sourceMappingURL=profile.schema.js.map
|