expo-backend-types 0.17.0-EXPO-288-EB-Imagenes.2 → 0.17.0-EXPO-244-EB-CSV.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (34) hide show
  1. package/dist/src/csv/dto/csv.dto.d.ts +18 -0
  2. package/dist/src/csv/dto/csv.dto.js +17 -0
  3. package/dist/src/csv/dto/download-all-tables.dto.d.ts +23 -0
  4. package/dist/src/csv/dto/download-all-tables.dto.js +19 -0
  5. package/dist/src/csv/dto/download-profiles.dto.d.ts +18 -0
  6. package/dist/src/csv/dto/download-profiles.dto.js +15 -0
  7. package/dist/src/csv/exports.d.ts +3 -0
  8. package/dist/src/{image → csv}/exports.js +3 -3
  9. package/dist/src/i18n/es.d.ts +18 -17
  10. package/dist/src/i18n/es.js +18 -17
  11. package/dist/src/i18n/es.js.map +1 -1
  12. package/dist/src/profile/dto/create-profile.dto.d.ts +10 -10
  13. package/dist/src/profile/dto/delete-profile.dto.d.ts +4 -4
  14. package/dist/src/profile/dto/find-all-profile.dto.d.ts +8 -8
  15. package/dist/src/profile/dto/find-by-date-range-profile.dto.d.ts +12 -12
  16. package/dist/src/profile/dto/find-by-id-profile.dto.d.ts +4 -4
  17. package/dist/src/profile/dto/find-by-phone-number.dto.d.ts +4 -4
  18. package/dist/src/profile/dto/find-by-tag-groups-profile.dto.d.ts +8 -8
  19. package/dist/src/profile/dto/find-by-tags-profile.dto.d.ts +8 -8
  20. package/dist/src/profile/dto/find-with-active-chat.dto.d.ts +8 -8
  21. package/dist/src/profile/dto/profile.dto.d.ts +2 -2
  22. package/dist/src/profile/dto/profile.dto.js +1 -6
  23. package/dist/src/profile/dto/update-profile.dto.d.ts +10 -10
  24. package/dist/src/tag/dto/massive-allocation.dto.d.ts +8 -8
  25. package/dist/src/tag/dto/massive-deallocation.dto.d.ts +8 -8
  26. package/dist/types/schema.d.ts +37 -35
  27. package/package.json +5 -2
  28. package/dist/src/image/dto/delete-image.dto.d.ts +0 -34
  29. package/dist/src/image/dto/delete-image.dto.js +0 -14
  30. package/dist/src/image/dto/image.dto.d.ts +0 -36
  31. package/dist/src/image/dto/image.dto.js +0 -23
  32. package/dist/src/image/dto/update-image.dto.d.ts +0 -64
  33. package/dist/src/image/dto/update-image.dto.js +0 -18
  34. package/dist/src/image/exports.d.ts +0 -3
@@ -73,7 +73,6 @@ export declare const findByDateRangeSchema: z.ZodObject<{
73
73
  secondaryPhoneNumber: string | null;
74
74
  fullName: string;
75
75
  profilePictureUrl: string | null;
76
- mail: string | null;
77
76
  created_at: Date;
78
77
  updated_at: Date;
79
78
  tags: {
@@ -92,6 +91,7 @@ export declare const findByDateRangeSchema: z.ZodObject<{
92
91
  gender: string | null;
93
92
  birthDate: Date | null;
94
93
  instagram: string | null;
94
+ mail: string | null;
95
95
  dni: string | null;
96
96
  alternativeNames: string[];
97
97
  birthLocationId: string | null;
@@ -104,7 +104,6 @@ export declare const findByDateRangeSchema: z.ZodObject<{
104
104
  secondaryPhoneNumber: string | null;
105
105
  fullName: string;
106
106
  profilePictureUrl: string | null;
107
- mail: string | null;
108
107
  created_at: Date;
109
108
  updated_at: Date;
110
109
  tags: {
@@ -123,6 +122,7 @@ export declare const findByDateRangeSchema: z.ZodObject<{
123
122
  gender: string | null;
124
123
  birthDate: string | null;
125
124
  instagram: string | null;
125
+ mail: string | null;
126
126
  dni: string | null;
127
127
  alternativeNames: string[];
128
128
  birthLocationId: string | null;
@@ -137,7 +137,6 @@ export declare const findByDateRangeSchema: z.ZodObject<{
137
137
  secondaryPhoneNumber: string | null;
138
138
  fullName: string;
139
139
  profilePictureUrl: string | null;
140
- mail: string | null;
141
140
  created_at: Date;
142
141
  updated_at: Date;
143
142
  tags: {
@@ -156,6 +155,7 @@ export declare const findByDateRangeSchema: z.ZodObject<{
156
155
  gender: string | null;
157
156
  birthDate: Date | null;
158
157
  instagram: string | null;
158
+ mail: string | null;
159
159
  dni: string | null;
160
160
  alternativeNames: string[];
161
161
  birthLocationId: string | null;
@@ -170,7 +170,6 @@ export declare const findByDateRangeSchema: z.ZodObject<{
170
170
  secondaryPhoneNumber: string | null;
171
171
  fullName: string;
172
172
  profilePictureUrl: string | null;
173
- mail: string | null;
174
173
  created_at: Date;
175
174
  updated_at: Date;
176
175
  tags: {
@@ -189,6 +188,7 @@ export declare const findByDateRangeSchema: z.ZodObject<{
189
188
  gender: string | null;
190
189
  birthDate: string | null;
191
190
  instagram: string | null;
191
+ mail: string | null;
192
192
  dni: string | null;
193
193
  alternativeNames: string[];
194
194
  birthLocationId: string | null;
@@ -264,7 +264,6 @@ declare const FindByDateRangeDto_base: import("@anatine/zod-nestjs").ZodDtoStati
264
264
  secondaryPhoneNumber: string | null;
265
265
  fullName: string;
266
266
  profilePictureUrl: string | null;
267
- mail: string | null;
268
267
  created_at: string;
269
268
  updated_at: string;
270
269
  tags: {
@@ -283,6 +282,7 @@ declare const FindByDateRangeDto_base: import("@anatine/zod-nestjs").ZodDtoStati
283
282
  gender: string | null;
284
283
  birthDate: Date | null;
285
284
  instagram: string | null;
285
+ mail: string | null;
286
286
  dni: string | null;
287
287
  alternativeNames: string[];
288
288
  birthLocationId: string | null;
@@ -295,7 +295,6 @@ declare const FindByDateRangeDto_base: import("@anatine/zod-nestjs").ZodDtoStati
295
295
  secondaryPhoneNumber: string | null;
296
296
  fullName: string;
297
297
  profilePictureUrl: string | null;
298
- mail: string | null;
299
298
  created_at: string;
300
299
  updated_at: string;
301
300
  tags: {
@@ -314,6 +313,7 @@ declare const FindByDateRangeDto_base: import("@anatine/zod-nestjs").ZodDtoStati
314
313
  gender: string | null;
315
314
  birthDate: string | null;
316
315
  instagram: string | null;
316
+ mail: string | null;
317
317
  dni: string | null;
318
318
  alternativeNames: string[];
319
319
  birthLocationId: string | null;
@@ -328,7 +328,6 @@ declare const FindByDateRangeDto_base: import("@anatine/zod-nestjs").ZodDtoStati
328
328
  secondaryPhoneNumber: string | null;
329
329
  fullName: string;
330
330
  profilePictureUrl: string | null;
331
- mail: string | null;
332
331
  created_at: string;
333
332
  updated_at: string;
334
333
  tags: {
@@ -347,6 +346,7 @@ declare const FindByDateRangeDto_base: import("@anatine/zod-nestjs").ZodDtoStati
347
346
  gender: string | null;
348
347
  birthDate: Date | null;
349
348
  instagram: string | null;
349
+ mail: string | null;
350
350
  dni: string | null;
351
351
  alternativeNames: string[];
352
352
  birthLocationId: string | null;
@@ -361,7 +361,6 @@ declare const FindByDateRangeDto_base: import("@anatine/zod-nestjs").ZodDtoStati
361
361
  secondaryPhoneNumber: string | null;
362
362
  fullName: string;
363
363
  profilePictureUrl: string | null;
364
- mail: string | null;
365
364
  created_at: string;
366
365
  updated_at: string;
367
366
  tags: {
@@ -380,6 +379,7 @@ declare const FindByDateRangeDto_base: import("@anatine/zod-nestjs").ZodDtoStati
380
379
  gender: string | null;
381
380
  birthDate: string | null;
382
381
  instagram: string | null;
382
+ mail: string | null;
383
383
  dni: string | null;
384
384
  alternativeNames: string[];
385
385
  birthLocationId: string | null;
@@ -463,7 +463,6 @@ export declare const findByDateRangeResponseSchema: z.ZodRecord<z.ZodString, z.Z
463
463
  secondaryPhoneNumber: string | null;
464
464
  fullName: string;
465
465
  profilePictureUrl: string | null;
466
- mail: string | null;
467
466
  created_at: Date;
468
467
  updated_at: Date;
469
468
  tags: {
@@ -482,6 +481,7 @@ export declare const findByDateRangeResponseSchema: z.ZodRecord<z.ZodString, z.Z
482
481
  gender: string | null;
483
482
  birthDate: Date | null;
484
483
  instagram: string | null;
484
+ mail: string | null;
485
485
  dni: string | null;
486
486
  alternativeNames: string[];
487
487
  birthLocationId: string | null;
@@ -494,7 +494,6 @@ export declare const findByDateRangeResponseSchema: z.ZodRecord<z.ZodString, z.Z
494
494
  secondaryPhoneNumber: string | null;
495
495
  fullName: string;
496
496
  profilePictureUrl: string | null;
497
- mail: string | null;
498
497
  created_at: Date;
499
498
  updated_at: Date;
500
499
  tags: {
@@ -513,6 +512,7 @@ export declare const findByDateRangeResponseSchema: z.ZodRecord<z.ZodString, z.Z
513
512
  gender: string | null;
514
513
  birthDate: string | null;
515
514
  instagram: string | null;
515
+ mail: string | null;
516
516
  dni: string | null;
517
517
  alternativeNames: string[];
518
518
  birthLocationId: string | null;
@@ -593,7 +593,6 @@ declare const FindByDateRangeResponseDto_base: import("@anatine/zod-nestjs").Zod
593
593
  secondaryPhoneNumber: string | null;
594
594
  fullName: string;
595
595
  profilePictureUrl: string | null;
596
- mail: string | null;
597
596
  created_at: Date;
598
597
  updated_at: Date;
599
598
  tags: {
@@ -612,6 +611,7 @@ declare const FindByDateRangeResponseDto_base: import("@anatine/zod-nestjs").Zod
612
611
  gender: string | null;
613
612
  birthDate: Date | null;
614
613
  instagram: string | null;
614
+ mail: string | null;
615
615
  dni: string | null;
616
616
  alternativeNames: string[];
617
617
  birthLocationId: string | null;
@@ -624,7 +624,6 @@ declare const FindByDateRangeResponseDto_base: import("@anatine/zod-nestjs").Zod
624
624
  secondaryPhoneNumber: string | null;
625
625
  fullName: string;
626
626
  profilePictureUrl: string | null;
627
- mail: string | null;
628
627
  created_at: Date;
629
628
  updated_at: Date;
630
629
  tags: {
@@ -643,6 +642,7 @@ declare const FindByDateRangeResponseDto_base: import("@anatine/zod-nestjs").Zod
643
642
  gender: string | null;
644
643
  birthDate: string | null;
645
644
  instagram: string | null;
645
+ mail: string | null;
646
646
  dni: string | null;
647
647
  alternativeNames: string[];
648
648
  birthLocationId: string | null;
@@ -136,7 +136,6 @@ export declare const findByIdProfileResponseSchema: z.ZodObject<z.objectUtil.ext
136
136
  secondaryPhoneNumber: string | null;
137
137
  fullName: string;
138
138
  profilePictureUrl: string | null;
139
- mail: string | null;
140
139
  created_at: Date;
141
140
  updated_at: Date;
142
141
  tags: {
@@ -157,6 +156,7 @@ export declare const findByIdProfileResponseSchema: z.ZodObject<z.objectUtil.ext
157
156
  gender: string | null;
158
157
  birthDate: Date | null;
159
158
  instagram: string | null;
159
+ mail: string | null;
160
160
  dni: string | null;
161
161
  alternativeNames: string[];
162
162
  birthLocationId: string | null;
@@ -189,7 +189,6 @@ export declare const findByIdProfileResponseSchema: z.ZodObject<z.objectUtil.ext
189
189
  secondaryPhoneNumber: string | null;
190
190
  fullName: string;
191
191
  profilePictureUrl: string | null;
192
- mail: string | null;
193
192
  created_at: Date;
194
193
  updated_at: Date;
195
194
  tags: {
@@ -210,6 +209,7 @@ export declare const findByIdProfileResponseSchema: z.ZodObject<z.objectUtil.ext
210
209
  gender: string | null;
211
210
  birthDate: string | null;
212
211
  instagram: string | null;
212
+ mail: string | null;
213
213
  dni: string | null;
214
214
  alternativeNames: string[];
215
215
  birthLocationId: string | null;
@@ -369,7 +369,6 @@ declare const FindByIdProfileResponseDto_base: import("@anatine/zod-nestjs").Zod
369
369
  secondaryPhoneNumber: string | null;
370
370
  fullName: string;
371
371
  profilePictureUrl: string | null;
372
- mail: string | null;
373
372
  created_at: string;
374
373
  updated_at: string;
375
374
  tags: {
@@ -390,6 +389,7 @@ declare const FindByIdProfileResponseDto_base: import("@anatine/zod-nestjs").Zod
390
389
  gender: string | null;
391
390
  birthDate: Date | null;
392
391
  instagram: string | null;
392
+ mail: string | null;
393
393
  dni: string | null;
394
394
  alternativeNames: string[];
395
395
  birthLocationId: string | null;
@@ -422,7 +422,6 @@ declare const FindByIdProfileResponseDto_base: import("@anatine/zod-nestjs").Zod
422
422
  secondaryPhoneNumber: string | null;
423
423
  fullName: string;
424
424
  profilePictureUrl: string | null;
425
- mail: string | null;
426
425
  created_at: string;
427
426
  updated_at: string;
428
427
  tags: {
@@ -443,6 +442,7 @@ declare const FindByIdProfileResponseDto_base: import("@anatine/zod-nestjs").Zod
443
442
  gender: string | null;
444
443
  birthDate: string | null;
445
444
  instagram: string | null;
445
+ mail: string | null;
446
446
  dni: string | null;
447
447
  alternativeNames: string[];
448
448
  birthLocationId: string | null;
@@ -24,7 +24,6 @@ export declare const findByPhoneNumberResponseSchema: import("zod").ZodObject<{
24
24
  secondaryPhoneNumber: string | null;
25
25
  fullName: string;
26
26
  profilePictureUrl: string | null;
27
- mail: string | null;
28
27
  created_at: Date;
29
28
  updated_at: Date;
30
29
  shortId: number;
@@ -32,6 +31,7 @@ export declare const findByPhoneNumberResponseSchema: import("zod").ZodObject<{
32
31
  gender: string | null;
33
32
  birthDate: Date | null;
34
33
  instagram: string | null;
34
+ mail: string | null;
35
35
  dni: string | null;
36
36
  alternativeNames: string[];
37
37
  birthLocationId: string | null;
@@ -44,7 +44,6 @@ export declare const findByPhoneNumberResponseSchema: import("zod").ZodObject<{
44
44
  secondaryPhoneNumber: string | null;
45
45
  fullName: string;
46
46
  profilePictureUrl: string | null;
47
- mail: string | null;
48
47
  created_at: Date;
49
48
  updated_at: Date;
50
49
  shortId: number;
@@ -52,6 +51,7 @@ export declare const findByPhoneNumberResponseSchema: import("zod").ZodObject<{
52
51
  gender: string | null;
53
52
  birthDate: string | null;
54
53
  instagram: string | null;
54
+ mail: string | null;
55
55
  dni: string | null;
56
56
  alternativeNames: string[];
57
57
  birthLocationId: string | null;
@@ -85,7 +85,6 @@ declare const FindByPhoneNumberResponseDto_base: import("@anatine/zod-nestjs").Z
85
85
  secondaryPhoneNumber: string | null;
86
86
  fullName: string;
87
87
  profilePictureUrl: string | null;
88
- mail: string | null;
89
88
  created_at: string;
90
89
  updated_at: string;
91
90
  shortId: number;
@@ -93,6 +92,7 @@ declare const FindByPhoneNumberResponseDto_base: import("@anatine/zod-nestjs").Z
93
92
  gender: string | null;
94
93
  birthDate: Date | null;
95
94
  instagram: string | null;
95
+ mail: string | null;
96
96
  dni: string | null;
97
97
  alternativeNames: string[];
98
98
  birthLocationId: string | null;
@@ -105,7 +105,6 @@ declare const FindByPhoneNumberResponseDto_base: import("@anatine/zod-nestjs").Z
105
105
  secondaryPhoneNumber: string | null;
106
106
  fullName: string;
107
107
  profilePictureUrl: string | null;
108
- mail: string | null;
109
108
  created_at: string;
110
109
  updated_at: string;
111
110
  shortId: number;
@@ -113,6 +112,7 @@ declare const FindByPhoneNumberResponseDto_base: import("@anatine/zod-nestjs").Z
113
112
  gender: string | null;
114
113
  birthDate: string | null;
115
114
  instagram: string | null;
115
+ mail: string | null;
116
116
  dni: string | null;
117
117
  alternativeNames: string[];
118
118
  birthLocationId: string | null;
@@ -54,7 +54,6 @@ export declare const findByTagGroupsProfileResponseSchema: z.ZodObject<{
54
54
  secondaryPhoneNumber: string | null;
55
55
  fullName: string;
56
56
  profilePictureUrl: string | null;
57
- mail: string | null;
58
57
  created_at: Date;
59
58
  updated_at: Date;
60
59
  tags: {
@@ -70,6 +69,7 @@ export declare const findByTagGroupsProfileResponseSchema: z.ZodObject<{
70
69
  gender: string | null;
71
70
  birthDate: Date | null;
72
71
  instagram: string | null;
72
+ mail: string | null;
73
73
  dni: string | null;
74
74
  alternativeNames: string[];
75
75
  birthLocationId: string | null;
@@ -82,7 +82,6 @@ export declare const findByTagGroupsProfileResponseSchema: z.ZodObject<{
82
82
  secondaryPhoneNumber: string | null;
83
83
  fullName: string;
84
84
  profilePictureUrl: string | null;
85
- mail: string | null;
86
85
  created_at: Date;
87
86
  updated_at: Date;
88
87
  tags: {
@@ -98,6 +97,7 @@ export declare const findByTagGroupsProfileResponseSchema: z.ZodObject<{
98
97
  gender: string | null;
99
98
  birthDate: string | null;
100
99
  instagram: string | null;
100
+ mail: string | null;
101
101
  dni: string | null;
102
102
  alternativeNames: string[];
103
103
  birthLocationId: string | null;
@@ -112,7 +112,6 @@ export declare const findByTagGroupsProfileResponseSchema: z.ZodObject<{
112
112
  secondaryPhoneNumber: string | null;
113
113
  fullName: string;
114
114
  profilePictureUrl: string | null;
115
- mail: string | null;
116
115
  created_at: Date;
117
116
  updated_at: Date;
118
117
  tags: {
@@ -128,6 +127,7 @@ export declare const findByTagGroupsProfileResponseSchema: z.ZodObject<{
128
127
  gender: string | null;
129
128
  birthDate: Date | null;
130
129
  instagram: string | null;
130
+ mail: string | null;
131
131
  dni: string | null;
132
132
  alternativeNames: string[];
133
133
  birthLocationId: string | null;
@@ -142,7 +142,6 @@ export declare const findByTagGroupsProfileResponseSchema: z.ZodObject<{
142
142
  secondaryPhoneNumber: string | null;
143
143
  fullName: string;
144
144
  profilePictureUrl: string | null;
145
- mail: string | null;
146
145
  created_at: Date;
147
146
  updated_at: Date;
148
147
  tags: {
@@ -158,6 +157,7 @@ export declare const findByTagGroupsProfileResponseSchema: z.ZodObject<{
158
157
  gender: string | null;
159
158
  birthDate: string | null;
160
159
  instagram: string | null;
160
+ mail: string | null;
161
161
  dni: string | null;
162
162
  alternativeNames: string[];
163
163
  birthLocationId: string | null;
@@ -220,7 +220,6 @@ declare const FindByTagGroupsProfileResponseDto_base: import("@anatine/zod-nestj
220
220
  secondaryPhoneNumber: string | null;
221
221
  fullName: string;
222
222
  profilePictureUrl: string | null;
223
- mail: string | null;
224
223
  created_at: string;
225
224
  updated_at: string;
226
225
  tags: {
@@ -236,6 +235,7 @@ declare const FindByTagGroupsProfileResponseDto_base: import("@anatine/zod-nestj
236
235
  gender: string | null;
237
236
  birthDate: Date | null;
238
237
  instagram: string | null;
238
+ mail: string | null;
239
239
  dni: string | null;
240
240
  alternativeNames: string[];
241
241
  birthLocationId: string | null;
@@ -248,7 +248,6 @@ declare const FindByTagGroupsProfileResponseDto_base: import("@anatine/zod-nestj
248
248
  secondaryPhoneNumber: string | null;
249
249
  fullName: string;
250
250
  profilePictureUrl: string | null;
251
- mail: string | null;
252
251
  created_at: string;
253
252
  updated_at: string;
254
253
  tags: {
@@ -264,6 +263,7 @@ declare const FindByTagGroupsProfileResponseDto_base: import("@anatine/zod-nestj
264
263
  gender: string | null;
265
264
  birthDate: string | null;
266
265
  instagram: string | null;
266
+ mail: string | null;
267
267
  dni: string | null;
268
268
  alternativeNames: string[];
269
269
  birthLocationId: string | null;
@@ -278,7 +278,6 @@ declare const FindByTagGroupsProfileResponseDto_base: import("@anatine/zod-nestj
278
278
  secondaryPhoneNumber: string | null;
279
279
  fullName: string;
280
280
  profilePictureUrl: string | null;
281
- mail: string | null;
282
281
  created_at: string;
283
282
  updated_at: string;
284
283
  tags: {
@@ -294,6 +293,7 @@ declare const FindByTagGroupsProfileResponseDto_base: import("@anatine/zod-nestj
294
293
  gender: string | null;
295
294
  birthDate: Date | null;
296
295
  instagram: string | null;
296
+ mail: string | null;
297
297
  dni: string | null;
298
298
  alternativeNames: string[];
299
299
  birthLocationId: string | null;
@@ -308,7 +308,6 @@ declare const FindByTagGroupsProfileResponseDto_base: import("@anatine/zod-nestj
308
308
  secondaryPhoneNumber: string | null;
309
309
  fullName: string;
310
310
  profilePictureUrl: string | null;
311
- mail: string | null;
312
311
  created_at: string;
313
312
  updated_at: string;
314
313
  tags: {
@@ -324,6 +323,7 @@ declare const FindByTagGroupsProfileResponseDto_base: import("@anatine/zod-nestj
324
323
  gender: string | null;
325
324
  birthDate: string | null;
326
325
  instagram: string | null;
326
+ mail: string | null;
327
327
  dni: string | null;
328
328
  alternativeNames: string[];
329
329
  birthLocationId: string | null;
@@ -73,7 +73,6 @@ export declare const findByTagsProfileResponseSchema: z.ZodObject<{
73
73
  secondaryPhoneNumber: string | null;
74
74
  fullName: string;
75
75
  profilePictureUrl: string | null;
76
- mail: string | null;
77
76
  created_at: Date;
78
77
  updated_at: Date;
79
78
  tags: {
@@ -92,6 +91,7 @@ export declare const findByTagsProfileResponseSchema: z.ZodObject<{
92
91
  gender: string | null;
93
92
  birthDate: Date | null;
94
93
  instagram: string | null;
94
+ mail: string | null;
95
95
  dni: string | null;
96
96
  alternativeNames: string[];
97
97
  birthLocationId: string | null;
@@ -104,7 +104,6 @@ export declare const findByTagsProfileResponseSchema: z.ZodObject<{
104
104
  secondaryPhoneNumber: string | null;
105
105
  fullName: string;
106
106
  profilePictureUrl: string | null;
107
- mail: string | null;
108
107
  created_at: Date;
109
108
  updated_at: Date;
110
109
  tags: {
@@ -123,6 +122,7 @@ export declare const findByTagsProfileResponseSchema: z.ZodObject<{
123
122
  gender: string | null;
124
123
  birthDate: string | null;
125
124
  instagram: string | null;
125
+ mail: string | null;
126
126
  dni: string | null;
127
127
  alternativeNames: string[];
128
128
  birthLocationId: string | null;
@@ -137,7 +137,6 @@ export declare const findByTagsProfileResponseSchema: z.ZodObject<{
137
137
  secondaryPhoneNumber: string | null;
138
138
  fullName: string;
139
139
  profilePictureUrl: string | null;
140
- mail: string | null;
141
140
  created_at: Date;
142
141
  updated_at: Date;
143
142
  tags: {
@@ -156,6 +155,7 @@ export declare const findByTagsProfileResponseSchema: z.ZodObject<{
156
155
  gender: string | null;
157
156
  birthDate: Date | null;
158
157
  instagram: string | null;
158
+ mail: string | null;
159
159
  dni: string | null;
160
160
  alternativeNames: string[];
161
161
  birthLocationId: string | null;
@@ -170,7 +170,6 @@ export declare const findByTagsProfileResponseSchema: z.ZodObject<{
170
170
  secondaryPhoneNumber: string | null;
171
171
  fullName: string;
172
172
  profilePictureUrl: string | null;
173
- mail: string | null;
174
173
  created_at: Date;
175
174
  updated_at: Date;
176
175
  tags: {
@@ -189,6 +188,7 @@ export declare const findByTagsProfileResponseSchema: z.ZodObject<{
189
188
  gender: string | null;
190
189
  birthDate: string | null;
191
190
  instagram: string | null;
191
+ mail: string | null;
192
192
  dni: string | null;
193
193
  alternativeNames: string[];
194
194
  birthLocationId: string | null;
@@ -264,7 +264,6 @@ declare const FindByTagsProfileResponseDto_base: import("@anatine/zod-nestjs").Z
264
264
  secondaryPhoneNumber: string | null;
265
265
  fullName: string;
266
266
  profilePictureUrl: string | null;
267
- mail: string | null;
268
267
  created_at: string;
269
268
  updated_at: string;
270
269
  tags: {
@@ -283,6 +282,7 @@ declare const FindByTagsProfileResponseDto_base: import("@anatine/zod-nestjs").Z
283
282
  gender: string | null;
284
283
  birthDate: Date | null;
285
284
  instagram: string | null;
285
+ mail: string | null;
286
286
  dni: string | null;
287
287
  alternativeNames: string[];
288
288
  birthLocationId: string | null;
@@ -295,7 +295,6 @@ declare const FindByTagsProfileResponseDto_base: import("@anatine/zod-nestjs").Z
295
295
  secondaryPhoneNumber: string | null;
296
296
  fullName: string;
297
297
  profilePictureUrl: string | null;
298
- mail: string | null;
299
298
  created_at: string;
300
299
  updated_at: string;
301
300
  tags: {
@@ -314,6 +313,7 @@ declare const FindByTagsProfileResponseDto_base: import("@anatine/zod-nestjs").Z
314
313
  gender: string | null;
315
314
  birthDate: string | null;
316
315
  instagram: string | null;
316
+ mail: string | null;
317
317
  dni: string | null;
318
318
  alternativeNames: string[];
319
319
  birthLocationId: string | null;
@@ -328,7 +328,6 @@ declare const FindByTagsProfileResponseDto_base: import("@anatine/zod-nestjs").Z
328
328
  secondaryPhoneNumber: string | null;
329
329
  fullName: string;
330
330
  profilePictureUrl: string | null;
331
- mail: string | null;
332
331
  created_at: string;
333
332
  updated_at: string;
334
333
  tags: {
@@ -347,6 +346,7 @@ declare const FindByTagsProfileResponseDto_base: import("@anatine/zod-nestjs").Z
347
346
  gender: string | null;
348
347
  birthDate: Date | null;
349
348
  instagram: string | null;
349
+ mail: string | null;
350
350
  dni: string | null;
351
351
  alternativeNames: string[];
352
352
  birthLocationId: string | null;
@@ -361,7 +361,6 @@ declare const FindByTagsProfileResponseDto_base: import("@anatine/zod-nestjs").Z
361
361
  secondaryPhoneNumber: string | null;
362
362
  fullName: string;
363
363
  profilePictureUrl: string | null;
364
- mail: string | null;
365
364
  created_at: string;
366
365
  updated_at: string;
367
366
  tags: {
@@ -380,6 +379,7 @@ declare const FindByTagsProfileResponseDto_base: import("@anatine/zod-nestjs").Z
380
379
  gender: string | null;
381
380
  birthDate: string | null;
382
381
  instagram: string | null;
382
+ mail: string | null;
383
383
  dni: string | null;
384
384
  alternativeNames: string[];
385
385
  birthLocationId: string | null;
@@ -163,7 +163,6 @@ export declare const findWithActiveChatResponseSchema: z.ZodObject<{
163
163
  secondaryPhoneNumber: string | null;
164
164
  fullName: string;
165
165
  profilePictureUrl: string | null;
166
- mail: string | null;
167
166
  created_at: Date;
168
167
  updated_at: Date;
169
168
  tags: {
@@ -179,6 +178,7 @@ export declare const findWithActiveChatResponseSchema: z.ZodObject<{
179
178
  gender: string | null;
180
179
  birthDate: Date | null;
181
180
  instagram: string | null;
181
+ mail: string | null;
182
182
  dni: string | null;
183
183
  alternativeNames: string[];
184
184
  birthLocationId: string | null;
@@ -213,7 +213,6 @@ export declare const findWithActiveChatResponseSchema: z.ZodObject<{
213
213
  secondaryPhoneNumber: string | null;
214
214
  fullName: string;
215
215
  profilePictureUrl: string | null;
216
- mail: string | null;
217
216
  created_at: Date;
218
217
  updated_at: Date;
219
218
  tags: {
@@ -229,6 +228,7 @@ export declare const findWithActiveChatResponseSchema: z.ZodObject<{
229
228
  gender: string | null;
230
229
  birthDate: string | null;
231
230
  instagram: string | null;
231
+ mail: string | null;
232
232
  dni: string | null;
233
233
  alternativeNames: string[];
234
234
  birthLocationId: string | null;
@@ -265,7 +265,6 @@ export declare const findWithActiveChatResponseSchema: z.ZodObject<{
265
265
  secondaryPhoneNumber: string | null;
266
266
  fullName: string;
267
267
  profilePictureUrl: string | null;
268
- mail: string | null;
269
268
  created_at: Date;
270
269
  updated_at: Date;
271
270
  tags: {
@@ -281,6 +280,7 @@ export declare const findWithActiveChatResponseSchema: z.ZodObject<{
281
280
  gender: string | null;
282
281
  birthDate: Date | null;
283
282
  instagram: string | null;
283
+ mail: string | null;
284
284
  dni: string | null;
285
285
  alternativeNames: string[];
286
286
  birthLocationId: string | null;
@@ -317,7 +317,6 @@ export declare const findWithActiveChatResponseSchema: z.ZodObject<{
317
317
  secondaryPhoneNumber: string | null;
318
318
  fullName: string;
319
319
  profilePictureUrl: string | null;
320
- mail: string | null;
321
320
  created_at: Date;
322
321
  updated_at: Date;
323
322
  tags: {
@@ -333,6 +332,7 @@ export declare const findWithActiveChatResponseSchema: z.ZodObject<{
333
332
  gender: string | null;
334
333
  birthDate: string | null;
335
334
  instagram: string | null;
335
+ mail: string | null;
336
336
  dni: string | null;
337
337
  alternativeNames: string[];
338
338
  birthLocationId: string | null;
@@ -523,7 +523,6 @@ declare const FindWithActiveChatResponseDto_base: import("@anatine/zod-nestjs").
523
523
  secondaryPhoneNumber: string | null;
524
524
  fullName: string;
525
525
  profilePictureUrl: string | null;
526
- mail: string | null;
527
526
  created_at: string;
528
527
  updated_at: string;
529
528
  tags: {
@@ -539,6 +538,7 @@ declare const FindWithActiveChatResponseDto_base: import("@anatine/zod-nestjs").
539
538
  gender: string | null;
540
539
  birthDate: Date | null;
541
540
  instagram: string | null;
541
+ mail: string | null;
542
542
  dni: string | null;
543
543
  alternativeNames: string[];
544
544
  birthLocationId: string | null;
@@ -573,7 +573,6 @@ declare const FindWithActiveChatResponseDto_base: import("@anatine/zod-nestjs").
573
573
  secondaryPhoneNumber: string | null;
574
574
  fullName: string;
575
575
  profilePictureUrl: string | null;
576
- mail: string | null;
577
576
  created_at: string;
578
577
  updated_at: string;
579
578
  tags: {
@@ -589,6 +588,7 @@ declare const FindWithActiveChatResponseDto_base: import("@anatine/zod-nestjs").
589
588
  gender: string | null;
590
589
  birthDate: string | null;
591
590
  instagram: string | null;
591
+ mail: string | null;
592
592
  dni: string | null;
593
593
  alternativeNames: string[];
594
594
  birthLocationId: string | null;
@@ -625,7 +625,6 @@ declare const FindWithActiveChatResponseDto_base: import("@anatine/zod-nestjs").
625
625
  secondaryPhoneNumber: string | null;
626
626
  fullName: string;
627
627
  profilePictureUrl: string | null;
628
- mail: string | null;
629
628
  created_at: string;
630
629
  updated_at: string;
631
630
  tags: {
@@ -641,6 +640,7 @@ declare const FindWithActiveChatResponseDto_base: import("@anatine/zod-nestjs").
641
640
  gender: string | null;
642
641
  birthDate: Date | null;
643
642
  instagram: string | null;
643
+ mail: string | null;
644
644
  dni: string | null;
645
645
  alternativeNames: string[];
646
646
  birthLocationId: string | null;
@@ -677,7 +677,6 @@ declare const FindWithActiveChatResponseDto_base: import("@anatine/zod-nestjs").
677
677
  secondaryPhoneNumber: string | null;
678
678
  fullName: string;
679
679
  profilePictureUrl: string | null;
680
- mail: string | null;
681
680
  created_at: string;
682
681
  updated_at: string;
683
682
  tags: {
@@ -693,6 +692,7 @@ declare const FindWithActiveChatResponseDto_base: import("@anatine/zod-nestjs").
693
692
  gender: string | null;
694
693
  birthDate: string | null;
695
694
  instagram: string | null;
695
+ mail: string | null;
696
696
  dni: string | null;
697
697
  alternativeNames: string[];
698
698
  birthLocationId: string | null;