expo-backend-types 0.17.0-EXPO-244-EB-CSV.1 → 0.17.0-EXPO-289-EB-Filtro-base.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -24,6 +24,7 @@ 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;
27
28
  created_at: Date;
28
29
  updated_at: Date;
29
30
  shortId: number;
@@ -31,7 +32,6 @@ export declare const findByPhoneNumberResponseSchema: import("zod").ZodObject<{
31
32
  gender: string | null;
32
33
  birthDate: Date | null;
33
34
  instagram: string | null;
34
- mail: string | null;
35
35
  dni: string | null;
36
36
  alternativeNames: string[];
37
37
  birthLocationId: string | null;
@@ -44,6 +44,7 @@ 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;
47
48
  created_at: Date;
48
49
  updated_at: Date;
49
50
  shortId: number;
@@ -51,7 +52,6 @@ export declare const findByPhoneNumberResponseSchema: import("zod").ZodObject<{
51
52
  gender: string | null;
52
53
  birthDate: string | null;
53
54
  instagram: string | null;
54
- mail: string | null;
55
55
  dni: string | null;
56
56
  alternativeNames: string[];
57
57
  birthLocationId: string | null;
@@ -85,6 +85,7 @@ 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;
88
89
  created_at: string;
89
90
  updated_at: string;
90
91
  shortId: number;
@@ -92,7 +93,6 @@ declare const FindByPhoneNumberResponseDto_base: import("@anatine/zod-nestjs").Z
92
93
  gender: string | null;
93
94
  birthDate: Date | null;
94
95
  instagram: string | null;
95
- mail: string | null;
96
96
  dni: string | null;
97
97
  alternativeNames: string[];
98
98
  birthLocationId: string | null;
@@ -105,6 +105,7 @@ 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;
108
109
  created_at: string;
109
110
  updated_at: string;
110
111
  shortId: number;
@@ -112,7 +113,6 @@ declare const FindByPhoneNumberResponseDto_base: import("@anatine/zod-nestjs").Z
112
113
  gender: string | null;
113
114
  birthDate: string | null;
114
115
  instagram: string | null;
115
- mail: string | null;
116
116
  dni: string | null;
117
117
  alternativeNames: string[];
118
118
  birthLocationId: string | null;
@@ -54,6 +54,7 @@ export declare const findByTagGroupsProfileResponseSchema: z.ZodObject<{
54
54
  secondaryPhoneNumber: string | null;
55
55
  fullName: string;
56
56
  profilePictureUrl: string | null;
57
+ mail: string | null;
57
58
  created_at: Date;
58
59
  updated_at: Date;
59
60
  tags: {
@@ -69,7 +70,6 @@ export declare const findByTagGroupsProfileResponseSchema: z.ZodObject<{
69
70
  gender: string | null;
70
71
  birthDate: Date | null;
71
72
  instagram: string | null;
72
- mail: string | null;
73
73
  dni: string | null;
74
74
  alternativeNames: string[];
75
75
  birthLocationId: string | null;
@@ -82,6 +82,7 @@ export declare const findByTagGroupsProfileResponseSchema: z.ZodObject<{
82
82
  secondaryPhoneNumber: string | null;
83
83
  fullName: string;
84
84
  profilePictureUrl: string | null;
85
+ mail: string | null;
85
86
  created_at: Date;
86
87
  updated_at: Date;
87
88
  tags: {
@@ -97,7 +98,6 @@ export declare const findByTagGroupsProfileResponseSchema: z.ZodObject<{
97
98
  gender: string | null;
98
99
  birthDate: string | null;
99
100
  instagram: string | null;
100
- mail: string | null;
101
101
  dni: string | null;
102
102
  alternativeNames: string[];
103
103
  birthLocationId: string | null;
@@ -112,6 +112,7 @@ export declare const findByTagGroupsProfileResponseSchema: z.ZodObject<{
112
112
  secondaryPhoneNumber: string | null;
113
113
  fullName: string;
114
114
  profilePictureUrl: string | null;
115
+ mail: string | null;
115
116
  created_at: Date;
116
117
  updated_at: Date;
117
118
  tags: {
@@ -127,7 +128,6 @@ export declare const findByTagGroupsProfileResponseSchema: z.ZodObject<{
127
128
  gender: string | null;
128
129
  birthDate: Date | null;
129
130
  instagram: string | null;
130
- mail: string | null;
131
131
  dni: string | null;
132
132
  alternativeNames: string[];
133
133
  birthLocationId: string | null;
@@ -142,6 +142,7 @@ export declare const findByTagGroupsProfileResponseSchema: z.ZodObject<{
142
142
  secondaryPhoneNumber: string | null;
143
143
  fullName: string;
144
144
  profilePictureUrl: string | null;
145
+ mail: string | null;
145
146
  created_at: Date;
146
147
  updated_at: Date;
147
148
  tags: {
@@ -157,7 +158,6 @@ export declare const findByTagGroupsProfileResponseSchema: z.ZodObject<{
157
158
  gender: string | null;
158
159
  birthDate: string | null;
159
160
  instagram: string | null;
160
- mail: string | null;
161
161
  dni: string | null;
162
162
  alternativeNames: string[];
163
163
  birthLocationId: string | null;
@@ -220,6 +220,7 @@ 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;
223
224
  created_at: string;
224
225
  updated_at: string;
225
226
  tags: {
@@ -235,7 +236,6 @@ declare const FindByTagGroupsProfileResponseDto_base: import("@anatine/zod-nestj
235
236
  gender: string | null;
236
237
  birthDate: Date | null;
237
238
  instagram: string | null;
238
- mail: string | null;
239
239
  dni: string | null;
240
240
  alternativeNames: string[];
241
241
  birthLocationId: string | null;
@@ -248,6 +248,7 @@ 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;
251
252
  created_at: string;
252
253
  updated_at: string;
253
254
  tags: {
@@ -263,7 +264,6 @@ declare const FindByTagGroupsProfileResponseDto_base: import("@anatine/zod-nestj
263
264
  gender: string | null;
264
265
  birthDate: string | null;
265
266
  instagram: string | null;
266
- mail: string | null;
267
267
  dni: string | null;
268
268
  alternativeNames: string[];
269
269
  birthLocationId: string | null;
@@ -278,6 +278,7 @@ 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;
281
282
  created_at: string;
282
283
  updated_at: string;
283
284
  tags: {
@@ -293,7 +294,6 @@ declare const FindByTagGroupsProfileResponseDto_base: import("@anatine/zod-nestj
293
294
  gender: string | null;
294
295
  birthDate: Date | null;
295
296
  instagram: string | null;
296
- mail: string | null;
297
297
  dni: string | null;
298
298
  alternativeNames: string[];
299
299
  birthLocationId: string | null;
@@ -308,6 +308,7 @@ 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;
311
312
  created_at: string;
312
313
  updated_at: string;
313
314
  tags: {
@@ -323,7 +324,6 @@ declare const FindByTagGroupsProfileResponseDto_base: import("@anatine/zod-nestj
323
324
  gender: string | null;
324
325
  birthDate: string | null;
325
326
  instagram: string | null;
326
- mail: string | null;
327
327
  dni: string | null;
328
328
  alternativeNames: string[];
329
329
  birthLocationId: string | null;
@@ -73,6 +73,7 @@ export declare const findByTagsProfileResponseSchema: z.ZodObject<{
73
73
  secondaryPhoneNumber: string | null;
74
74
  fullName: string;
75
75
  profilePictureUrl: string | null;
76
+ mail: string | null;
76
77
  created_at: Date;
77
78
  updated_at: Date;
78
79
  tags: {
@@ -91,7 +92,6 @@ export declare const findByTagsProfileResponseSchema: z.ZodObject<{
91
92
  gender: string | null;
92
93
  birthDate: Date | null;
93
94
  instagram: string | null;
94
- mail: string | null;
95
95
  dni: string | null;
96
96
  alternativeNames: string[];
97
97
  birthLocationId: string | null;
@@ -104,6 +104,7 @@ export declare const findByTagsProfileResponseSchema: z.ZodObject<{
104
104
  secondaryPhoneNumber: string | null;
105
105
  fullName: string;
106
106
  profilePictureUrl: string | null;
107
+ mail: string | null;
107
108
  created_at: Date;
108
109
  updated_at: Date;
109
110
  tags: {
@@ -122,7 +123,6 @@ export declare const findByTagsProfileResponseSchema: z.ZodObject<{
122
123
  gender: string | null;
123
124
  birthDate: string | null;
124
125
  instagram: string | null;
125
- mail: string | null;
126
126
  dni: string | null;
127
127
  alternativeNames: string[];
128
128
  birthLocationId: string | null;
@@ -137,6 +137,7 @@ export declare const findByTagsProfileResponseSchema: z.ZodObject<{
137
137
  secondaryPhoneNumber: string | null;
138
138
  fullName: string;
139
139
  profilePictureUrl: string | null;
140
+ mail: string | null;
140
141
  created_at: Date;
141
142
  updated_at: Date;
142
143
  tags: {
@@ -155,7 +156,6 @@ export declare const findByTagsProfileResponseSchema: z.ZodObject<{
155
156
  gender: string | null;
156
157
  birthDate: Date | null;
157
158
  instagram: string | null;
158
- mail: string | null;
159
159
  dni: string | null;
160
160
  alternativeNames: string[];
161
161
  birthLocationId: string | null;
@@ -170,6 +170,7 @@ export declare const findByTagsProfileResponseSchema: z.ZodObject<{
170
170
  secondaryPhoneNumber: string | null;
171
171
  fullName: string;
172
172
  profilePictureUrl: string | null;
173
+ mail: string | null;
173
174
  created_at: Date;
174
175
  updated_at: Date;
175
176
  tags: {
@@ -188,7 +189,6 @@ export declare const findByTagsProfileResponseSchema: z.ZodObject<{
188
189
  gender: string | null;
189
190
  birthDate: string | null;
190
191
  instagram: string | null;
191
- mail: string | null;
192
192
  dni: string | null;
193
193
  alternativeNames: string[];
194
194
  birthLocationId: string | null;
@@ -264,6 +264,7 @@ 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;
267
268
  created_at: string;
268
269
  updated_at: string;
269
270
  tags: {
@@ -282,7 +283,6 @@ declare const FindByTagsProfileResponseDto_base: import("@anatine/zod-nestjs").Z
282
283
  gender: string | null;
283
284
  birthDate: Date | null;
284
285
  instagram: string | null;
285
- mail: string | null;
286
286
  dni: string | null;
287
287
  alternativeNames: string[];
288
288
  birthLocationId: string | null;
@@ -295,6 +295,7 @@ 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;
298
299
  created_at: string;
299
300
  updated_at: string;
300
301
  tags: {
@@ -313,7 +314,6 @@ declare const FindByTagsProfileResponseDto_base: import("@anatine/zod-nestjs").Z
313
314
  gender: string | null;
314
315
  birthDate: string | null;
315
316
  instagram: string | null;
316
- mail: string | null;
317
317
  dni: string | null;
318
318
  alternativeNames: string[];
319
319
  birthLocationId: string | null;
@@ -328,6 +328,7 @@ 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;
331
332
  created_at: string;
332
333
  updated_at: string;
333
334
  tags: {
@@ -346,7 +347,6 @@ declare const FindByTagsProfileResponseDto_base: import("@anatine/zod-nestjs").Z
346
347
  gender: string | null;
347
348
  birthDate: Date | null;
348
349
  instagram: string | null;
349
- mail: string | null;
350
350
  dni: string | null;
351
351
  alternativeNames: string[];
352
352
  birthLocationId: string | null;
@@ -361,6 +361,7 @@ 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;
364
365
  created_at: string;
365
366
  updated_at: string;
366
367
  tags: {
@@ -379,7 +380,6 @@ declare const FindByTagsProfileResponseDto_base: import("@anatine/zod-nestjs").Z
379
380
  gender: string | null;
380
381
  birthDate: string | null;
381
382
  instagram: string | null;
382
- mail: string | null;
383
383
  dni: string | null;
384
384
  alternativeNames: string[];
385
385
  birthLocationId: string | null;
@@ -163,6 +163,7 @@ export declare const findWithActiveChatResponseSchema: z.ZodObject<{
163
163
  secondaryPhoneNumber: string | null;
164
164
  fullName: string;
165
165
  profilePictureUrl: string | null;
166
+ mail: string | null;
166
167
  created_at: Date;
167
168
  updated_at: Date;
168
169
  tags: {
@@ -178,7 +179,6 @@ export declare const findWithActiveChatResponseSchema: z.ZodObject<{
178
179
  gender: string | null;
179
180
  birthDate: Date | null;
180
181
  instagram: string | null;
181
- mail: string | null;
182
182
  dni: string | null;
183
183
  alternativeNames: string[];
184
184
  birthLocationId: string | null;
@@ -213,6 +213,7 @@ export declare const findWithActiveChatResponseSchema: z.ZodObject<{
213
213
  secondaryPhoneNumber: string | null;
214
214
  fullName: string;
215
215
  profilePictureUrl: string | null;
216
+ mail: string | null;
216
217
  created_at: Date;
217
218
  updated_at: Date;
218
219
  tags: {
@@ -228,7 +229,6 @@ export declare const findWithActiveChatResponseSchema: z.ZodObject<{
228
229
  gender: string | null;
229
230
  birthDate: string | null;
230
231
  instagram: string | null;
231
- mail: string | null;
232
232
  dni: string | null;
233
233
  alternativeNames: string[];
234
234
  birthLocationId: string | null;
@@ -265,6 +265,7 @@ export declare const findWithActiveChatResponseSchema: z.ZodObject<{
265
265
  secondaryPhoneNumber: string | null;
266
266
  fullName: string;
267
267
  profilePictureUrl: string | null;
268
+ mail: string | null;
268
269
  created_at: Date;
269
270
  updated_at: Date;
270
271
  tags: {
@@ -280,7 +281,6 @@ export declare const findWithActiveChatResponseSchema: z.ZodObject<{
280
281
  gender: string | null;
281
282
  birthDate: Date | null;
282
283
  instagram: string | null;
283
- mail: string | null;
284
284
  dni: string | null;
285
285
  alternativeNames: string[];
286
286
  birthLocationId: string | null;
@@ -317,6 +317,7 @@ export declare const findWithActiveChatResponseSchema: z.ZodObject<{
317
317
  secondaryPhoneNumber: string | null;
318
318
  fullName: string;
319
319
  profilePictureUrl: string | null;
320
+ mail: string | null;
320
321
  created_at: Date;
321
322
  updated_at: Date;
322
323
  tags: {
@@ -332,7 +333,6 @@ export declare const findWithActiveChatResponseSchema: z.ZodObject<{
332
333
  gender: string | null;
333
334
  birthDate: string | null;
334
335
  instagram: string | null;
335
- mail: string | null;
336
336
  dni: string | null;
337
337
  alternativeNames: string[];
338
338
  birthLocationId: string | null;
@@ -523,6 +523,7 @@ 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;
526
527
  created_at: string;
527
528
  updated_at: string;
528
529
  tags: {
@@ -538,7 +539,6 @@ declare const FindWithActiveChatResponseDto_base: import("@anatine/zod-nestjs").
538
539
  gender: string | null;
539
540
  birthDate: Date | null;
540
541
  instagram: string | null;
541
- mail: string | null;
542
542
  dni: string | null;
543
543
  alternativeNames: string[];
544
544
  birthLocationId: string | null;
@@ -573,6 +573,7 @@ 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;
576
577
  created_at: string;
577
578
  updated_at: string;
578
579
  tags: {
@@ -588,7 +589,6 @@ declare const FindWithActiveChatResponseDto_base: import("@anatine/zod-nestjs").
588
589
  gender: string | null;
589
590
  birthDate: string | null;
590
591
  instagram: string | null;
591
- mail: string | null;
592
592
  dni: string | null;
593
593
  alternativeNames: string[];
594
594
  birthLocationId: string | null;
@@ -625,6 +625,7 @@ 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;
628
629
  created_at: string;
629
630
  updated_at: string;
630
631
  tags: {
@@ -640,7 +641,6 @@ declare const FindWithActiveChatResponseDto_base: import("@anatine/zod-nestjs").
640
641
  gender: string | null;
641
642
  birthDate: Date | null;
642
643
  instagram: string | null;
643
- mail: string | null;
644
644
  dni: string | null;
645
645
  alternativeNames: string[];
646
646
  birthLocationId: string | null;
@@ -677,6 +677,7 @@ 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;
680
681
  created_at: string;
681
682
  updated_at: string;
682
683
  tags: {
@@ -692,7 +693,6 @@ declare const FindWithActiveChatResponseDto_base: import("@anatine/zod-nestjs").
692
693
  gender: string | null;
693
694
  birthDate: string | null;
694
695
  instagram: string | null;
695
- mail: string | null;
696
696
  dni: string | null;
697
697
  alternativeNames: string[];
698
698
  birthLocationId: string | null;
@@ -25,6 +25,7 @@ export declare const profileSchema: z.ZodObject<{
25
25
  secondaryPhoneNumber: string | null;
26
26
  fullName: string;
27
27
  profilePictureUrl: string | null;
28
+ mail: string | null;
28
29
  created_at: Date;
29
30
  updated_at: Date;
30
31
  shortId: number;
@@ -32,7 +33,6 @@ export declare const profileSchema: z.ZodObject<{
32
33
  gender: string | null;
33
34
  birthDate: Date | null;
34
35
  instagram: string | null;
35
- mail: string | null;
36
36
  dni: string | null;
37
37
  alternativeNames: string[];
38
38
  birthLocationId: string | null;
@@ -45,6 +45,7 @@ export declare const profileSchema: z.ZodObject<{
45
45
  secondaryPhoneNumber: string | null;
46
46
  fullName: string;
47
47
  profilePictureUrl: string | null;
48
+ mail: string | null;
48
49
  created_at: Date;
49
50
  updated_at: Date;
50
51
  shortId: number;
@@ -52,7 +53,6 @@ export declare const profileSchema: z.ZodObject<{
52
53
  gender: string | null;
53
54
  birthDate: string | null;
54
55
  instagram: string | null;
55
- mail: string | null;
56
56
  dni: string | null;
57
57
  alternativeNames: string[];
58
58
  birthLocationId: string | null;
@@ -48,7 +48,12 @@ exports.profileSchema = zod_1.default.object({
48
48
  })
49
49
  .nullable(),
50
50
  instagram: zod_1.default.string().nullable(),
51
- mail: zod_1.default.string().email().nullable(),
51
+ mail: zod_1.default
52
+ .string()
53
+ .email({
54
+ message: (0, translate_1.translate)('model.profile.mail.invalid'),
55
+ })
56
+ .nullable(),
52
57
  dni: zod_1.default.string().nullable(),
53
58
  alternativeNames: zod_1.default.array(zod_1.default.string()),
54
59
  birthLocationId: zod_1.default.string().uuid().nullable(),
@@ -4,10 +4,10 @@ export declare const updateProfileSchema: z.ZodObject<z.objectUtil.extendShape<{
4
4
  secondaryPhoneNumber: z.ZodOptional<z.ZodEffects<z.ZodNullable<z.ZodString>, string | null, string | null>>;
5
5
  fullName: z.ZodOptional<z.ZodString>;
6
6
  profilePictureUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
7
+ mail: z.ZodOptional<z.ZodNullable<z.ZodString>>;
7
8
  gender: z.ZodOptional<z.ZodNullable<z.ZodString>>;
8
9
  birthDate: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodString, z.ZodDate>>>;
9
10
  instagram: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10
- mail: z.ZodOptional<z.ZodNullable<z.ZodString>>;
11
11
  dni: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12
12
  alternativeNames: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
13
13
  isInTrash: z.ZodOptional<z.ZodBoolean>;
@@ -63,11 +63,11 @@ export declare const updateProfileSchema: z.ZodObject<z.objectUtil.extendShape<{
63
63
  secondaryPhoneNumber?: string | null | undefined;
64
64
  fullName?: string | undefined;
65
65
  profilePictureUrl?: string | null | undefined;
66
+ mail?: string | null | undefined;
66
67
  tags?: string[] | undefined;
67
68
  gender?: string | null | undefined;
68
69
  birthDate?: Date | null | undefined;
69
70
  instagram?: string | null | undefined;
70
- mail?: string | null | undefined;
71
71
  dni?: string | null | undefined;
72
72
  alternativeNames?: string[] | undefined;
73
73
  isInTrash?: boolean | undefined;
@@ -91,11 +91,11 @@ export declare const updateProfileSchema: z.ZodObject<z.objectUtil.extendShape<{
91
91
  secondaryPhoneNumber?: string | null | undefined;
92
92
  fullName?: string | undefined;
93
93
  profilePictureUrl?: string | null | undefined;
94
+ mail?: string | null | undefined;
94
95
  tags?: string[] | undefined;
95
96
  gender?: string | null | undefined;
96
97
  birthDate?: string | null | undefined;
97
98
  instagram?: string | null | undefined;
98
- mail?: string | null | undefined;
99
99
  dni?: string | null | undefined;
100
100
  alternativeNames?: string[] | undefined;
101
101
  isInTrash?: boolean | undefined;
@@ -120,10 +120,10 @@ declare const UpdateProfileDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<
120
120
  secondaryPhoneNumber: z.ZodOptional<z.ZodEffects<z.ZodNullable<z.ZodString>, string | null, string | null>>;
121
121
  fullName: z.ZodOptional<z.ZodString>;
122
122
  profilePictureUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
123
+ mail: z.ZodOptional<z.ZodNullable<z.ZodString>>;
123
124
  gender: z.ZodOptional<z.ZodNullable<z.ZodString>>;
124
125
  birthDate: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodString, z.ZodDate>>>;
125
126
  instagram: z.ZodOptional<z.ZodNullable<z.ZodString>>;
126
- mail: z.ZodOptional<z.ZodNullable<z.ZodString>>;
127
127
  dni: z.ZodOptional<z.ZodNullable<z.ZodString>>;
128
128
  alternativeNames: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
129
129
  isInTrash: z.ZodOptional<z.ZodBoolean>;
@@ -172,11 +172,11 @@ declare const UpdateProfileDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<
172
172
  secondaryPhoneNumber?: string | null | undefined;
173
173
  fullName?: string | undefined;
174
174
  profilePictureUrl?: string | null | undefined;
175
+ mail?: string | null | undefined;
175
176
  tags?: string[] | undefined;
176
177
  gender?: string | null | undefined;
177
178
  birthDate?: Date | null | undefined;
178
179
  instagram?: string | null | undefined;
179
- mail?: string | null | undefined;
180
180
  dni?: string | null | undefined;
181
181
  alternativeNames?: string[] | undefined;
182
182
  isInTrash?: boolean | undefined;
@@ -200,11 +200,11 @@ declare const UpdateProfileDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<
200
200
  secondaryPhoneNumber?: string | null | undefined;
201
201
  fullName?: string | undefined;
202
202
  profilePictureUrl?: string | null | undefined;
203
+ mail?: string | null | undefined;
203
204
  tags?: string[] | undefined;
204
205
  gender?: string | null | undefined;
205
206
  birthDate?: string | null | undefined;
206
207
  instagram?: string | null | undefined;
207
- mail?: string | null | undefined;
208
208
  dni?: string | null | undefined;
209
209
  alternativeNames?: string[] | undefined;
210
210
  isInTrash?: boolean | undefined;
@@ -252,6 +252,7 @@ export declare const updateProfileResponseSchema: z.ZodObject<{
252
252
  secondaryPhoneNumber: string | null;
253
253
  fullName: string;
254
254
  profilePictureUrl: string | null;
255
+ mail: string | null;
255
256
  created_at: Date;
256
257
  updated_at: Date;
257
258
  shortId: number;
@@ -259,7 +260,6 @@ export declare const updateProfileResponseSchema: z.ZodObject<{
259
260
  gender: string | null;
260
261
  birthDate: Date | null;
261
262
  instagram: string | null;
262
- mail: string | null;
263
263
  dni: string | null;
264
264
  alternativeNames: string[];
265
265
  birthLocationId: string | null;
@@ -272,6 +272,7 @@ export declare const updateProfileResponseSchema: z.ZodObject<{
272
272
  secondaryPhoneNumber: string | null;
273
273
  fullName: string;
274
274
  profilePictureUrl: string | null;
275
+ mail: string | null;
275
276
  created_at: Date;
276
277
  updated_at: Date;
277
278
  shortId: number;
@@ -279,7 +280,6 @@ export declare const updateProfileResponseSchema: z.ZodObject<{
279
280
  gender: string | null;
280
281
  birthDate: string | null;
281
282
  instagram: string | null;
282
- mail: string | null;
283
283
  dni: string | null;
284
284
  alternativeNames: string[];
285
285
  birthLocationId: string | null;
@@ -313,6 +313,7 @@ declare const UpdateProfileResponseDto_base: import("@anatine/zod-nestjs").ZodDt
313
313
  secondaryPhoneNumber: string | null;
314
314
  fullName: string;
315
315
  profilePictureUrl: string | null;
316
+ mail: string | null;
316
317
  created_at: string;
317
318
  updated_at: string;
318
319
  shortId: number;
@@ -320,7 +321,6 @@ declare const UpdateProfileResponseDto_base: import("@anatine/zod-nestjs").ZodDt
320
321
  gender: string | null;
321
322
  birthDate: Date | null;
322
323
  instagram: string | null;
323
- mail: string | null;
324
324
  dni: string | null;
325
325
  alternativeNames: string[];
326
326
  birthLocationId: string | null;
@@ -333,6 +333,7 @@ declare const UpdateProfileResponseDto_base: import("@anatine/zod-nestjs").ZodDt
333
333
  secondaryPhoneNumber: string | null;
334
334
  fullName: string;
335
335
  profilePictureUrl: string | null;
336
+ mail: string | null;
336
337
  created_at: string;
337
338
  updated_at: string;
338
339
  shortId: number;
@@ -340,7 +341,6 @@ declare const UpdateProfileResponseDto_base: import("@anatine/zod-nestjs").ZodDt
340
341
  gender: string | null;
341
342
  birthDate: string | null;
342
343
  instagram: string | null;
343
- mail: string | null;
344
344
  dni: string | null;
345
345
  alternativeNames: string[];
346
346
  birthLocationId: string | null;