expo-backend-types 0.22.0-EXPO-288-EB-Imagenes.1 → 0.22.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/README.md +1 -1
- package/dist/src/csv/dto/csv.dto.d.ts +18 -0
- package/dist/src/csv/dto/csv.dto.js +17 -0
- package/dist/src/csv/dto/download-all-tables.dto.d.ts +23 -0
- package/dist/src/csv/dto/download-all-tables.dto.js +19 -0
- package/dist/src/csv/dto/download-profiles.dto.d.ts +18 -0
- package/dist/src/csv/dto/download-profiles.dto.js +15 -0
- package/dist/src/csv/exports.d.ts +3 -0
- package/dist/src/{image → csv}/exports.js +3 -3
- package/dist/src/event/dto/event.dto.js +1 -1
- package/dist/src/event/dto/get-all-event.dto.d.ts +160 -160
- package/dist/src/event/dto/get-by-id-event.dto.d.ts +48 -48
- package/dist/src/event/dto/update-event.dto.d.ts +20 -20
- package/dist/src/i18n/es.d.ts +18 -20
- package/dist/src/i18n/es.js +18 -20
- package/dist/src/i18n/es.js.map +1 -1
- package/dist/src/location/dto/find-all-location.dto.d.ts +16 -16
- package/dist/src/message/dto/message.dto.d.ts +2 -2
- package/dist/src/profile/dto/find-all-profile.dto.d.ts +86 -86
- package/dist/src/profile/dto/find-by-date-range-profile.dto.d.ts +124 -124
- package/dist/src/profile/dto/find-by-id-profile.dto.d.ts +52 -52
- package/dist/src/profile/dto/find-by-tag-groups-profile.dto.d.ts +64 -64
- package/dist/src/profile/dto/find-by-tags-profile.dto.d.ts +84 -84
- package/dist/src/profile/dto/find-with-active-chat.dto.d.ts +72 -72
- package/dist/src/profile/dto/update-profile.dto.d.ts +4 -4
- package/dist/types/prisma-schema/default.d.ts +1 -1
- package/dist/types/prisma-schema/edge.d.ts +1 -1
- package/dist/types/prisma-schema/edge.js +7 -11
- package/dist/types/prisma-schema/index-browser.js +4 -7
- package/dist/types/prisma-schema/index.d.ts +1036 -805
- package/dist/types/prisma-schema/index.js +7 -11
- package/dist/types/prisma-schema/libquery_engine-debian-openssl-1.1.x.so.node +0 -0
- package/dist/types/prisma-schema/package.json +1 -14
- package/dist/types/prisma-schema/runtime/edge-esm.js +18 -21
- package/dist/types/prisma-schema/runtime/edge.js +18 -21
- package/dist/types/prisma-schema/runtime/index-browser.js +1 -1
- package/dist/types/prisma-schema/runtime/library.d.ts +87 -297
- package/dist/types/prisma-schema/runtime/library.js +61 -64
- package/dist/types/prisma-schema/runtime/react-native.js +28 -31
- package/dist/types/prisma-schema/runtime/wasm.js +19 -22
- package/dist/types/prisma-schema/wasm.d.ts +1 -1
- package/dist/types/prisma-schema/wasm.js +4 -7
- package/dist/types/schema.d.ts +32 -42
- package/package.json +7 -5
- package/dist/src/image/dto/delete-image.dto.d.ts +0 -18
- package/dist/src/image/dto/delete-image.dto.js +0 -12
- package/dist/src/image/dto/image.dto.d.ts +0 -24
- package/dist/src/image/dto/image.dto.js +0 -18
- package/dist/src/image/dto/update-image.dto.d.ts +0 -18
- package/dist/src/image/dto/update-image.dto.js +0 -15
- package/dist/src/image/exports.d.ts +0 -3
@@ -86,11 +86,7 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
|
|
86
86
|
date: Date;
|
87
87
|
created_at: Date;
|
88
88
|
updated_at: Date;
|
89
|
-
|
90
|
-
tagAssistedId: string;
|
91
|
-
tagConfirmedId: string;
|
92
|
-
supraEventId: string | null;
|
93
|
-
subEvents: {
|
89
|
+
supraEvent: {
|
94
90
|
location: string;
|
95
91
|
id: string;
|
96
92
|
name: string;
|
@@ -101,8 +97,8 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
|
|
101
97
|
tagAssistedId: string;
|
102
98
|
tagConfirmedId: string;
|
103
99
|
supraEventId: string | null;
|
104
|
-
}
|
105
|
-
|
100
|
+
} | null;
|
101
|
+
subEvents: {
|
106
102
|
location: string;
|
107
103
|
id: string;
|
108
104
|
name: string;
|
@@ -113,7 +109,11 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
|
|
113
109
|
tagAssistedId: string;
|
114
110
|
tagConfirmedId: string;
|
115
111
|
supraEventId: string | null;
|
116
|
-
}
|
112
|
+
}[];
|
113
|
+
folderId: string | null;
|
114
|
+
tagAssistedId: string;
|
115
|
+
tagConfirmedId: string;
|
116
|
+
supraEventId: string | null;
|
117
117
|
}, {
|
118
118
|
location: string;
|
119
119
|
id: string;
|
@@ -121,11 +121,7 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
|
|
121
121
|
date: Date;
|
122
122
|
created_at: Date;
|
123
123
|
updated_at: Date;
|
124
|
-
|
125
|
-
tagAssistedId: string;
|
126
|
-
tagConfirmedId: string;
|
127
|
-
supraEventId: string | null;
|
128
|
-
subEvents: {
|
124
|
+
supraEvent: {
|
129
125
|
location: string;
|
130
126
|
id: string;
|
131
127
|
name: string;
|
@@ -136,8 +132,8 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
|
|
136
132
|
tagAssistedId: string;
|
137
133
|
tagConfirmedId: string;
|
138
134
|
supraEventId: string | null;
|
139
|
-
}
|
140
|
-
|
135
|
+
} | null;
|
136
|
+
subEvents: {
|
141
137
|
location: string;
|
142
138
|
id: string;
|
143
139
|
name: string;
|
@@ -148,7 +144,11 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
|
|
148
144
|
tagAssistedId: string;
|
149
145
|
tagConfirmedId: string;
|
150
146
|
supraEventId: string | null;
|
151
|
-
}
|
147
|
+
}[];
|
148
|
+
folderId: string | null;
|
149
|
+
tagAssistedId: string;
|
150
|
+
tagConfirmedId: string;
|
151
|
+
supraEventId: string | null;
|
152
152
|
}>;
|
153
153
|
declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodObject<{
|
154
154
|
id: z.ZodString;
|
@@ -236,11 +236,7 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
236
236
|
date: string;
|
237
237
|
created_at: string;
|
238
238
|
updated_at: string;
|
239
|
-
|
240
|
-
tagAssistedId: string;
|
241
|
-
tagConfirmedId: string;
|
242
|
-
supraEventId: string | null;
|
243
|
-
subEvents: {
|
239
|
+
supraEvent: {
|
244
240
|
location: string;
|
245
241
|
id: string;
|
246
242
|
name: string;
|
@@ -251,8 +247,8 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
251
247
|
tagAssistedId: string;
|
252
248
|
tagConfirmedId: string;
|
253
249
|
supraEventId: string | null;
|
254
|
-
}
|
255
|
-
|
250
|
+
} | null;
|
251
|
+
subEvents: {
|
256
252
|
location: string;
|
257
253
|
id: string;
|
258
254
|
name: string;
|
@@ -263,7 +259,11 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
263
259
|
tagAssistedId: string;
|
264
260
|
tagConfirmedId: string;
|
265
261
|
supraEventId: string | null;
|
266
|
-
}
|
262
|
+
}[];
|
263
|
+
folderId: string | null;
|
264
|
+
tagAssistedId: string;
|
265
|
+
tagConfirmedId: string;
|
266
|
+
supraEventId: string | null;
|
267
267
|
}, {
|
268
268
|
location: string;
|
269
269
|
id: string;
|
@@ -271,11 +271,7 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
271
271
|
date: string;
|
272
272
|
created_at: string;
|
273
273
|
updated_at: string;
|
274
|
-
|
275
|
-
tagAssistedId: string;
|
276
|
-
tagConfirmedId: string;
|
277
|
-
supraEventId: string | null;
|
278
|
-
subEvents: {
|
274
|
+
supraEvent: {
|
279
275
|
location: string;
|
280
276
|
id: string;
|
281
277
|
name: string;
|
@@ -286,8 +282,8 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
286
282
|
tagAssistedId: string;
|
287
283
|
tagConfirmedId: string;
|
288
284
|
supraEventId: string | null;
|
289
|
-
}
|
290
|
-
|
285
|
+
} | null;
|
286
|
+
subEvents: {
|
291
287
|
location: string;
|
292
288
|
id: string;
|
293
289
|
name: string;
|
@@ -298,7 +294,11 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
298
294
|
tagAssistedId: string;
|
299
295
|
tagConfirmedId: string;
|
300
296
|
supraEventId: string | null;
|
301
|
-
}
|
297
|
+
}[];
|
298
|
+
folderId: string | null;
|
299
|
+
tagAssistedId: string;
|
300
|
+
tagConfirmedId: string;
|
301
|
+
supraEventId: string | null;
|
302
302
|
}>>;
|
303
303
|
export declare class GetByIdEventResponseDto extends GetByIdEventResponseDto_base {
|
304
304
|
}
|
@@ -375,10 +375,6 @@ export declare const getBySupraEventResponseSchema: z.ZodArray<z.ZodObject<z.obj
|
|
375
375
|
date: Date;
|
376
376
|
created_at: Date;
|
377
377
|
updated_at: Date;
|
378
|
-
folderId: string | null;
|
379
|
-
tagAssistedId: string;
|
380
|
-
tagConfirmedId: string;
|
381
|
-
supraEventId: string | null;
|
382
378
|
tagAssisted: {
|
383
379
|
id: string;
|
384
380
|
name: string;
|
@@ -395,6 +391,10 @@ export declare const getBySupraEventResponseSchema: z.ZodArray<z.ZodObject<z.obj
|
|
395
391
|
updated_at: Date;
|
396
392
|
groupId: string;
|
397
393
|
};
|
394
|
+
folderId: string | null;
|
395
|
+
tagAssistedId: string;
|
396
|
+
tagConfirmedId: string;
|
397
|
+
supraEventId: string | null;
|
398
398
|
}, {
|
399
399
|
location: string;
|
400
400
|
id: string;
|
@@ -402,10 +402,6 @@ export declare const getBySupraEventResponseSchema: z.ZodArray<z.ZodObject<z.obj
|
|
402
402
|
date: Date;
|
403
403
|
created_at: Date;
|
404
404
|
updated_at: Date;
|
405
|
-
folderId: string | null;
|
406
|
-
tagAssistedId: string;
|
407
|
-
tagConfirmedId: string;
|
408
|
-
supraEventId: string | null;
|
409
405
|
tagAssisted: {
|
410
406
|
id: string;
|
411
407
|
name: string;
|
@@ -422,6 +418,10 @@ export declare const getBySupraEventResponseSchema: z.ZodArray<z.ZodObject<z.obj
|
|
422
418
|
updated_at: Date;
|
423
419
|
groupId: string;
|
424
420
|
};
|
421
|
+
folderId: string | null;
|
422
|
+
tagAssistedId: string;
|
423
|
+
tagConfirmedId: string;
|
424
|
+
supraEventId: string | null;
|
425
425
|
}>, "many">;
|
426
426
|
declare const GetBySupraEventResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodArray<z.ZodObject<{
|
427
427
|
id: z.ZodString;
|
@@ -495,10 +495,6 @@ declare const GetBySupraEventResponseDto_base: import("@anatine/zod-nestjs").Zod
|
|
495
495
|
date: string;
|
496
496
|
created_at: string;
|
497
497
|
updated_at: string;
|
498
|
-
folderId: string | null;
|
499
|
-
tagAssistedId: string;
|
500
|
-
tagConfirmedId: string;
|
501
|
-
supraEventId: string | null;
|
502
498
|
tagAssisted: {
|
503
499
|
id: string;
|
504
500
|
name: string;
|
@@ -515,6 +511,10 @@ declare const GetBySupraEventResponseDto_base: import("@anatine/zod-nestjs").Zod
|
|
515
511
|
updated_at: string;
|
516
512
|
groupId: string;
|
517
513
|
};
|
514
|
+
folderId: string | null;
|
515
|
+
tagAssistedId: string;
|
516
|
+
tagConfirmedId: string;
|
517
|
+
supraEventId: string | null;
|
518
518
|
}, {
|
519
519
|
location: string;
|
520
520
|
id: string;
|
@@ -522,10 +522,6 @@ declare const GetBySupraEventResponseDto_base: import("@anatine/zod-nestjs").Zod
|
|
522
522
|
date: string;
|
523
523
|
created_at: string;
|
524
524
|
updated_at: string;
|
525
|
-
folderId: string | null;
|
526
|
-
tagAssistedId: string;
|
527
|
-
tagConfirmedId: string;
|
528
|
-
supraEventId: string | null;
|
529
525
|
tagAssisted: {
|
530
526
|
id: string;
|
531
527
|
name: string;
|
@@ -542,6 +538,10 @@ declare const GetBySupraEventResponseDto_base: import("@anatine/zod-nestjs").Zod
|
|
542
538
|
updated_at: string;
|
543
539
|
groupId: string;
|
544
540
|
};
|
541
|
+
folderId: string | null;
|
542
|
+
tagAssistedId: string;
|
543
|
+
tagConfirmedId: string;
|
544
|
+
supraEventId: string | null;
|
545
545
|
}>, "many">>;
|
546
546
|
export declare class GetBySupraEventResponseDto extends GetBySupraEventResponseDto_base {
|
547
547
|
}
|
@@ -39,24 +39,24 @@ export declare const updateEventSchema: z.ZodObject<z.objectUtil.extendShape<Pic
|
|
39
39
|
location: string;
|
40
40
|
name: string;
|
41
41
|
date: Date;
|
42
|
-
folderId: string | null;
|
43
42
|
subEvents: {
|
44
43
|
location: string;
|
45
44
|
id: string;
|
46
45
|
name: string;
|
47
46
|
date: Date;
|
48
47
|
}[];
|
48
|
+
folderId: string | null;
|
49
49
|
}, {
|
50
50
|
location: string;
|
51
51
|
name: string;
|
52
52
|
date: Date;
|
53
|
-
folderId: string | null;
|
54
53
|
subEvents: {
|
55
54
|
location: string;
|
56
55
|
id: string;
|
57
56
|
name: string;
|
58
57
|
date: Date;
|
59
58
|
}[];
|
59
|
+
folderId: string | null;
|
60
60
|
}>;
|
61
61
|
declare const UpdateEventDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodObject<{
|
62
62
|
location: z.ZodString;
|
@@ -83,24 +83,24 @@ declare const UpdateEventDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.
|
|
83
83
|
location: string;
|
84
84
|
name: string;
|
85
85
|
date: string;
|
86
|
-
folderId: string | null;
|
87
86
|
subEvents: {
|
88
87
|
location: string;
|
89
88
|
id: string;
|
90
89
|
name: string;
|
91
90
|
date: string;
|
92
91
|
}[];
|
92
|
+
folderId: string | null;
|
93
93
|
}, {
|
94
94
|
location: string;
|
95
95
|
name: string;
|
96
96
|
date: string;
|
97
|
-
folderId: string | null;
|
98
97
|
subEvents: {
|
99
98
|
location: string;
|
100
99
|
id: string;
|
101
100
|
name: string;
|
102
101
|
date: string;
|
103
102
|
}[];
|
103
|
+
folderId: string | null;
|
104
104
|
}>>;
|
105
105
|
export declare class UpdateEventDto extends UpdateEventDto_base {
|
106
106
|
}
|
@@ -189,10 +189,6 @@ export declare const updateEventResponseSchema: z.ZodObject<z.objectUtil.extendS
|
|
189
189
|
date: Date;
|
190
190
|
created_at: Date;
|
191
191
|
updated_at: Date;
|
192
|
-
folderId: string | null;
|
193
|
-
tagAssistedId: string;
|
194
|
-
tagConfirmedId: string;
|
195
|
-
supraEventId: string | null;
|
196
192
|
tagAssisted: {
|
197
193
|
id: string;
|
198
194
|
name: string;
|
@@ -209,6 +205,10 @@ export declare const updateEventResponseSchema: z.ZodObject<z.objectUtil.extendS
|
|
209
205
|
isExclusive: boolean;
|
210
206
|
};
|
211
207
|
};
|
208
|
+
folderId: string | null;
|
209
|
+
tagAssistedId: string;
|
210
|
+
tagConfirmedId: string;
|
211
|
+
supraEventId: string | null;
|
212
212
|
}, {
|
213
213
|
location: string;
|
214
214
|
id: string;
|
@@ -216,10 +216,6 @@ export declare const updateEventResponseSchema: z.ZodObject<z.objectUtil.extendS
|
|
216
216
|
date: Date;
|
217
217
|
created_at: Date;
|
218
218
|
updated_at: Date;
|
219
|
-
folderId: string | null;
|
220
|
-
tagAssistedId: string;
|
221
|
-
tagConfirmedId: string;
|
222
|
-
supraEventId: string | null;
|
223
219
|
tagAssisted: {
|
224
220
|
id: string;
|
225
221
|
name: string;
|
@@ -236,6 +232,10 @@ export declare const updateEventResponseSchema: z.ZodObject<z.objectUtil.extendS
|
|
236
232
|
isExclusive: boolean;
|
237
233
|
};
|
238
234
|
};
|
235
|
+
folderId: string | null;
|
236
|
+
tagAssistedId: string;
|
237
|
+
tagConfirmedId: string;
|
238
|
+
supraEventId: string | null;
|
239
239
|
}>;
|
240
240
|
declare const UpdateEventResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodObject<{
|
241
241
|
id: z.ZodString;
|
@@ -320,10 +320,6 @@ declare const UpdateEventResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
|
|
320
320
|
date: string;
|
321
321
|
created_at: string;
|
322
322
|
updated_at: string;
|
323
|
-
folderId: string | null;
|
324
|
-
tagAssistedId: string;
|
325
|
-
tagConfirmedId: string;
|
326
|
-
supraEventId: string | null;
|
327
323
|
tagAssisted: {
|
328
324
|
id: string;
|
329
325
|
name: string;
|
@@ -340,6 +336,10 @@ declare const UpdateEventResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
|
|
340
336
|
isExclusive: boolean;
|
341
337
|
};
|
342
338
|
};
|
339
|
+
folderId: string | null;
|
340
|
+
tagAssistedId: string;
|
341
|
+
tagConfirmedId: string;
|
342
|
+
supraEventId: string | null;
|
343
343
|
}, {
|
344
344
|
location: string;
|
345
345
|
id: string;
|
@@ -347,10 +347,6 @@ declare const UpdateEventResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
|
|
347
347
|
date: string;
|
348
348
|
created_at: string;
|
349
349
|
updated_at: string;
|
350
|
-
folderId: string | null;
|
351
|
-
tagAssistedId: string;
|
352
|
-
tagConfirmedId: string;
|
353
|
-
supraEventId: string | null;
|
354
350
|
tagAssisted: {
|
355
351
|
id: string;
|
356
352
|
name: string;
|
@@ -367,6 +363,10 @@ declare const UpdateEventResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
|
|
367
363
|
isExclusive: boolean;
|
368
364
|
};
|
369
365
|
};
|
366
|
+
folderId: string | null;
|
367
|
+
tagAssistedId: string;
|
368
|
+
tagConfirmedId: string;
|
369
|
+
supraEventId: string | null;
|
370
370
|
}>>;
|
371
371
|
export declare class UpdateEventResponseDto extends UpdateEventResponseDto_base {
|
372
372
|
}
|
package/dist/src/i18n/es.d.ts
CHANGED
@@ -151,12 +151,10 @@ declare const _default: {
|
|
151
151
|
readonly uuid: "El ID debe ser un UUID";
|
152
152
|
};
|
153
153
|
};
|
154
|
-
readonly
|
155
|
-
readonly
|
156
|
-
readonly
|
157
|
-
|
158
|
-
readonly url: {
|
159
|
-
readonly url: "Por favor, proporcione una URL válida para la imagen.";
|
154
|
+
readonly csv: {
|
155
|
+
readonly password: {
|
156
|
+
readonly required: "La contraseña es obligatoria";
|
157
|
+
readonly empty: "La contraseña no puede estar vacía";
|
160
158
|
};
|
161
159
|
};
|
162
160
|
};
|
@@ -183,6 +181,10 @@ declare const _default: {
|
|
183
181
|
readonly me: {
|
184
182
|
readonly success: "Cuenta obtenida";
|
185
183
|
};
|
184
|
+
readonly 'check-password': {
|
185
|
+
readonly 'not-found': "Cuenta no encontrada";
|
186
|
+
readonly 'invalid-password': "Contraseña inválida";
|
187
|
+
};
|
186
188
|
};
|
187
189
|
readonly tag: {
|
188
190
|
readonly create: {
|
@@ -387,20 +389,16 @@ declare const _default: {
|
|
387
389
|
readonly success: "Perfiles obtenido";
|
388
390
|
};
|
389
391
|
};
|
390
|
-
readonly
|
391
|
-
readonly
|
392
|
-
readonly success: "
|
393
|
-
readonly
|
394
|
-
readonly
|
395
|
-
|
396
|
-
|
397
|
-
readonly
|
398
|
-
|
399
|
-
|
400
|
-
readonly success: "Imagen eliminada exitosamente";
|
401
|
-
readonly 'not-found': "Perfil o foto no encontrados";
|
402
|
-
readonly initiated: "Eliminación de imagen iniciada";
|
403
|
-
readonly error: "Error al eliminar la imagen del CDN";
|
392
|
+
readonly csv: {
|
393
|
+
readonly 'download-profiles': {
|
394
|
+
readonly success: "CSV de modelos descargado con éxito";
|
395
|
+
readonly unauthorized: "No tienes autorización para descargar el archivo de modelos";
|
396
|
+
readonly error: "Error al descargar el archivo CSV de modelos";
|
397
|
+
};
|
398
|
+
readonly 'download-all-tables': {
|
399
|
+
readonly success: "CSV de todas las tablas descargado con éxito";
|
400
|
+
readonly unauthorized: "No tienes autorización para descargar todas las tablas";
|
401
|
+
readonly error: "Error al descargar el archivo CSV de todas las tablas";
|
404
402
|
};
|
405
403
|
};
|
406
404
|
};
|
package/dist/src/i18n/es.js
CHANGED
@@ -153,12 +153,10 @@ exports.default = {
|
|
153
153
|
uuid: 'El ID debe ser un UUID',
|
154
154
|
},
|
155
155
|
},
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
url: {
|
161
|
-
url: 'Por favor, proporcione una URL válida para la imagen.',
|
156
|
+
csv: {
|
157
|
+
password: {
|
158
|
+
required: 'La contraseña es obligatoria',
|
159
|
+
empty: 'La contraseña no puede estar vacía',
|
162
160
|
},
|
163
161
|
},
|
164
162
|
},
|
@@ -185,6 +183,10 @@ exports.default = {
|
|
185
183
|
me: {
|
186
184
|
success: 'Cuenta obtenida',
|
187
185
|
},
|
186
|
+
'check-password': {
|
187
|
+
'not-found': 'Cuenta no encontrada',
|
188
|
+
'invalid-password': 'Contraseña inválida',
|
189
|
+
},
|
188
190
|
},
|
189
191
|
tag: {
|
190
192
|
create: {
|
@@ -389,20 +391,16 @@ exports.default = {
|
|
389
391
|
success: 'Perfiles obtenido',
|
390
392
|
},
|
391
393
|
},
|
392
|
-
|
393
|
-
|
394
|
-
success: '
|
395
|
-
|
396
|
-
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
success: 'Imagen eliminada exitosamente',
|
403
|
-
'not-found': 'Perfil o foto no encontrados',
|
404
|
-
initiated: 'Eliminación de imagen iniciada',
|
405
|
-
error: 'Error al eliminar la imagen del CDN',
|
394
|
+
csv: {
|
395
|
+
'download-profiles': {
|
396
|
+
success: 'CSV de modelos descargado con éxito',
|
397
|
+
unauthorized: 'No tienes autorización para descargar el archivo de modelos',
|
398
|
+
error: 'Error al descargar el archivo CSV de modelos',
|
399
|
+
},
|
400
|
+
'download-all-tables': {
|
401
|
+
success: 'CSV de todas las tablas descargado con éxito',
|
402
|
+
unauthorized: 'No tienes autorización para descargar todas las tablas',
|
403
|
+
error: 'Error al descargar el archivo CSV de todas las tablas',
|
406
404
|
},
|
407
405
|
},
|
408
406
|
},
|
package/dist/src/i18n/es.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"es.js","sourceRoot":"","sources":["../../../src/i18n/es.ts"],"names":[],"mappings":"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
|
1
|
+
{"version":3,"file":"es.js","sourceRoot":"","sources":["../../../src/i18n/es.ts"],"names":[],"mappings":"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"}
|
@@ -15,17 +15,17 @@ export declare const findAllLocationResponseSchema: z.ZodObject<{
|
|
15
15
|
}>, "strip", z.ZodTypeAny, {
|
16
16
|
latitude: number;
|
17
17
|
longitude: number;
|
18
|
+
city: string;
|
18
19
|
_count: {
|
19
20
|
birthProfiles: number;
|
20
21
|
};
|
21
|
-
city: string;
|
22
22
|
}, {
|
23
23
|
latitude: number;
|
24
24
|
longitude: number;
|
25
|
+
city: string;
|
25
26
|
_count: {
|
26
27
|
birthProfiles: number;
|
27
28
|
};
|
28
|
-
city: string;
|
29
29
|
}>, "many">;
|
30
30
|
residenceLocations: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
31
31
|
city: z.ZodString;
|
@@ -42,51 +42,51 @@ export declare const findAllLocationResponseSchema: z.ZodObject<{
|
|
42
42
|
}>, "strip", z.ZodTypeAny, {
|
43
43
|
latitude: number;
|
44
44
|
longitude: number;
|
45
|
+
city: string;
|
45
46
|
_count: {
|
46
47
|
residenceProfiles: number;
|
47
48
|
};
|
48
|
-
city: string;
|
49
49
|
}, {
|
50
50
|
latitude: number;
|
51
51
|
longitude: number;
|
52
|
+
city: string;
|
52
53
|
_count: {
|
53
54
|
residenceProfiles: number;
|
54
55
|
};
|
55
|
-
city: string;
|
56
56
|
}>, "many">;
|
57
57
|
}, "strip", z.ZodTypeAny, {
|
58
58
|
birthLocations: {
|
59
59
|
latitude: number;
|
60
60
|
longitude: number;
|
61
|
+
city: string;
|
61
62
|
_count: {
|
62
63
|
birthProfiles: number;
|
63
64
|
};
|
64
|
-
city: string;
|
65
65
|
}[];
|
66
66
|
residenceLocations: {
|
67
67
|
latitude: number;
|
68
68
|
longitude: number;
|
69
|
+
city: string;
|
69
70
|
_count: {
|
70
71
|
residenceProfiles: number;
|
71
72
|
};
|
72
|
-
city: string;
|
73
73
|
}[];
|
74
74
|
}, {
|
75
75
|
birthLocations: {
|
76
76
|
latitude: number;
|
77
77
|
longitude: number;
|
78
|
+
city: string;
|
78
79
|
_count: {
|
79
80
|
birthProfiles: number;
|
80
81
|
};
|
81
|
-
city: string;
|
82
82
|
}[];
|
83
83
|
residenceLocations: {
|
84
84
|
latitude: number;
|
85
85
|
longitude: number;
|
86
|
+
city: string;
|
86
87
|
_count: {
|
87
88
|
residenceProfiles: number;
|
88
89
|
};
|
89
|
-
city: string;
|
90
90
|
}[];
|
91
91
|
}>;
|
92
92
|
declare const FindAllLocationResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodObject<{
|
@@ -104,17 +104,17 @@ declare const FindAllLocationResponseDto_base: import("@anatine/zod-nestjs").Zod
|
|
104
104
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
105
105
|
latitude: number;
|
106
106
|
longitude: number;
|
107
|
+
city: string;
|
107
108
|
_count: {
|
108
109
|
birthProfiles: number;
|
109
110
|
};
|
110
|
-
city: string;
|
111
111
|
}, {
|
112
112
|
latitude: number;
|
113
113
|
longitude: number;
|
114
|
+
city: string;
|
114
115
|
_count: {
|
115
116
|
birthProfiles: number;
|
116
117
|
};
|
117
|
-
city: string;
|
118
118
|
}>, "many">;
|
119
119
|
residenceLocations: z.ZodArray<z.ZodObject<{
|
120
120
|
city: z.ZodString;
|
@@ -130,51 +130,51 @@ declare const FindAllLocationResponseDto_base: import("@anatine/zod-nestjs").Zod
|
|
130
130
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
131
131
|
latitude: number;
|
132
132
|
longitude: number;
|
133
|
+
city: string;
|
133
134
|
_count: {
|
134
135
|
residenceProfiles: number;
|
135
136
|
};
|
136
|
-
city: string;
|
137
137
|
}, {
|
138
138
|
latitude: number;
|
139
139
|
longitude: number;
|
140
|
+
city: string;
|
140
141
|
_count: {
|
141
142
|
residenceProfiles: number;
|
142
143
|
};
|
143
|
-
city: string;
|
144
144
|
}>, "many">;
|
145
145
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
146
146
|
birthLocations: {
|
147
147
|
latitude: number;
|
148
148
|
longitude: number;
|
149
|
+
city: string;
|
149
150
|
_count: {
|
150
151
|
birthProfiles: number;
|
151
152
|
};
|
152
|
-
city: string;
|
153
153
|
}[];
|
154
154
|
residenceLocations: {
|
155
155
|
latitude: number;
|
156
156
|
longitude: number;
|
157
|
+
city: string;
|
157
158
|
_count: {
|
158
159
|
residenceProfiles: number;
|
159
160
|
};
|
160
|
-
city: string;
|
161
161
|
}[];
|
162
162
|
}, {
|
163
163
|
birthLocations: {
|
164
164
|
latitude: number;
|
165
165
|
longitude: number;
|
166
|
+
city: string;
|
166
167
|
_count: {
|
167
168
|
birthProfiles: number;
|
168
169
|
};
|
169
|
-
city: string;
|
170
170
|
}[];
|
171
171
|
residenceLocations: {
|
172
172
|
latitude: number;
|
173
173
|
longitude: number;
|
174
|
+
city: string;
|
174
175
|
_count: {
|
175
176
|
residenceProfiles: number;
|
176
177
|
};
|
177
|
-
city: string;
|
178
178
|
}[];
|
179
179
|
}>>;
|
180
180
|
export declare class FindAllLocationResponseDto extends FindAllLocationResponseDto_base {
|