expo-backend-types 0.33.0 → 0.34.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/exports.d.ts +3 -0
- package/dist/src/exports.js +3 -0
- package/dist/src/i18n/es.d.ts +20 -0
- package/dist/src/i18n/es.js +20 -0
- package/dist/src/i18n/es.js.map +1 -1
- package/dist/src/image/constants.d.ts +5 -0
- package/dist/src/image/constants.js +9 -0
- package/dist/src/location/dto/find-all-location.dto.js +2 -2
- package/dist/src/location/exports.d.ts +0 -1
- package/dist/src/location/exports.js +0 -1
- package/dist/src/message/dto/non-read-messages.dto.d.ts +2 -2
- package/dist/src/message/dto/non-read-messages.dto.js +2 -2
- package/dist/src/message/dto/send-message-to-phone.dto.d.ts +2 -2
- package/dist/src/message/dto/send-message-to-phone.dto.js +2 -2
- package/dist/src/mi-expo/dto/get-me.dto.d.ts +337 -0
- package/dist/src/mi-expo/dto/get-me.dto.js +16 -0
- package/dist/src/mi-expo/dto/login-with-phone.dto.d.ts +311 -0
- package/dist/src/mi-expo/dto/login-with-phone.dto.js +29 -0
- package/dist/src/mi-expo/dto/login.dto.d.ts +327 -0
- package/dist/src/mi-expo/dto/login.dto.js +31 -0
- package/dist/src/mi-expo/dto/update-me.dto.d.ts +352 -0
- package/dist/src/mi-expo/dto/update-me.dto.js +31 -0
- package/dist/src/mi-expo/exports.d.ts +4 -0
- package/dist/src/mi-expo/exports.js +21 -0
- package/dist/src/otp/constants.d.ts +2 -0
- package/dist/src/otp/constants.js +6 -0
- package/dist/src/otp/dto/send-otp.dto.d.ts +158 -0
- package/dist/src/otp/dto/send-otp.dto.js +35 -0
- package/dist/src/otp/dto/verify-otp.dto.d.ts +455 -0
- package/dist/src/otp/dto/verify-otp.dto.js +46 -0
- package/dist/src/otp/exports.d.ts +2 -0
- package/dist/src/otp/exports.js +19 -0
- package/dist/src/prisma/constants.d.ts +1 -0
- package/dist/src/prisma/constants.js +5 -0
- package/dist/src/profile/dto/create-profile.dto.d.ts +48 -14
- package/dist/src/profile/dto/create-profile.dto.js +9 -7
- package/dist/src/profile/dto/delete-profile.dto.d.ts +30 -6
- package/dist/src/profile/dto/delete-profile.dto.js +2 -2
- package/dist/src/profile/dto/find-all-profile.dto.d.ts +47 -7
- package/dist/src/profile/dto/find-all-profile.dto.js +2 -2
- package/dist/src/profile/dto/find-by-date-range-profile.dto.d.ts +75 -11
- package/dist/src/profile/dto/find-by-date-range-profile.dto.js +3 -3
- package/dist/src/profile/dto/find-by-id-profile.dto.d.ts +32 -13
- package/dist/src/profile/dto/find-by-id-profile.dto.js +7 -5
- package/dist/src/profile/dto/find-by-phone-number.dto.d.ts +30 -6
- package/dist/src/profile/dto/find-by-phone-number.dto.js +2 -2
- package/dist/src/profile/dto/find-by-tag-groups-profile.dto.d.ts +47 -7
- package/dist/src/profile/dto/find-by-tag-groups-profile.dto.js +2 -2
- package/dist/src/profile/dto/find-by-tags-profile.dto.d.ts +47 -7
- package/dist/src/profile/dto/find-by-tags-profile.dto.js +2 -2
- package/dist/src/profile/dto/find-trash.dto.d.ts +7 -3
- package/dist/src/profile/dto/find-trash.dto.js +2 -2
- package/dist/src/profile/dto/find-with-active-chat.dto.d.ts +47 -7
- package/dist/src/profile/dto/find-with-active-chat.dto.js +2 -2
- package/dist/src/profile/dto/profile.dto.d.ts +44 -30
- package/dist/src/profile/dto/profile.dto.js +6 -63
- package/dist/src/profile/dto/update-profile.dto.d.ts +54 -12
- package/dist/src/profile/dto/update-profile.dto.js +9 -6
- package/dist/src/schema/exports.d.ts +2 -0
- package/dist/src/schema/exports.js +19 -0
- package/dist/src/{location/dto/location.dto.js → schema/location.schema.js} +2 -2
- package/dist/src/schema/profile.schema.d.ts +74 -0
- package/dist/src/schema/profile.schema.js +133 -0
- package/dist/src/shared/dto-modification/zod-without-dates.d.ts +2 -4
- package/dist/src/shared/dto-modification/zod-without-dates.js +8 -0
- package/dist/src/shared/dto-modification/zod-without-dates.js.map +1 -1
- package/dist/src/tag/dto/massive-allocation.dto.d.ts +47 -7
- package/dist/src/tag/dto/massive-allocation.dto.js +3 -3
- package/dist/src/tag/dto/massive-deallocation.dto.d.ts +47 -7
- package/dist/src/tag/dto/massive-deallocation.dto.js +3 -3
- package/dist/src/ticket/constants.d.ts +16 -0
- package/dist/src/ticket/constants.js +272 -0
- package/dist/src/webhook/constants.d.ts +1 -0
- package/dist/src/webhook/constants.js +5 -0
- package/dist/types/prisma-schema/edge.js +38 -24
- package/dist/types/prisma-schema/index-browser.js +18 -9
- package/dist/types/prisma-schema/index.d.ts +4093 -456
- package/dist/types/prisma-schema/index.js +38 -24
- package/dist/types/prisma-schema/libquery_engine-debian-openssl-3.0.x.so.node +0 -0
- package/dist/types/prisma-schema/package.json +8 -2
- package/dist/types/prisma-schema/runtime/edge-esm.js +18 -18
- package/dist/types/prisma-schema/runtime/edge.js +18 -18
- package/dist/types/prisma-schema/runtime/index-browser.d.ts +3 -1
- package/dist/types/prisma-schema/runtime/index-browser.js +3 -3
- package/dist/types/prisma-schema/runtime/library.d.ts +205 -153
- package/dist/types/prisma-schema/runtime/library.js +55 -55
- package/dist/types/prisma-schema/runtime/react-native.js +26 -26
- package/dist/types/prisma-schema/runtime/wasm.js +17 -17
- package/dist/types/prisma-schema/schema.prisma +22 -1
- package/dist/types/prisma-schema/wasm.js +18 -9
- package/dist/types/schema.d.ts +506 -2
- package/package.json +41 -40
- /package/dist/src/{location/dto/location.dto.d.ts → schema/location.schema.d.ts} +0 -0
package/dist/src/exports.d.ts
CHANGED
@@ -7,7 +7,10 @@ export * from './event-folder/exports';
|
|
7
7
|
export * from './event/exports';
|
8
8
|
export * from './location/exports';
|
9
9
|
export * from './message/exports';
|
10
|
+
export * from './mi-expo/exports';
|
11
|
+
export * from './otp/exports';
|
10
12
|
export * from './profile/exports';
|
13
|
+
export * from './schema/exports';
|
11
14
|
export * from './shared/dto-modification/zod-without-dates';
|
12
15
|
export * from './tag-group/exports';
|
13
16
|
export * from './tag/exports';
|
package/dist/src/exports.js
CHANGED
@@ -23,7 +23,10 @@ __exportStar(require("./event-folder/exports"), exports);
|
|
23
23
|
__exportStar(require("./event/exports"), exports);
|
24
24
|
__exportStar(require("./location/exports"), exports);
|
25
25
|
__exportStar(require("./message/exports"), exports);
|
26
|
+
__exportStar(require("./mi-expo/exports"), exports);
|
27
|
+
__exportStar(require("./otp/exports"), exports);
|
26
28
|
__exportStar(require("./profile/exports"), exports);
|
29
|
+
__exportStar(require("./schema/exports"), exports);
|
27
30
|
__exportStar(require("./shared/dto-modification/zod-without-dates"), exports);
|
28
31
|
__exportStar(require("./tag-group/exports"), exports);
|
29
32
|
__exportStar(require("./tag/exports"), exports);
|
package/dist/src/i18n/es.d.ts
CHANGED
@@ -11,6 +11,7 @@ declare const _default: {
|
|
11
11
|
readonly location: "Ubicación";
|
12
12
|
readonly cannedResponse: "Respuesta enlatada";
|
13
13
|
readonly message: "Mensaje";
|
14
|
+
readonly otp: "OTP";
|
14
15
|
readonly ticket: "Ticket";
|
15
16
|
readonly eventTicket: "Tickets del evento";
|
16
17
|
};
|
@@ -225,6 +226,7 @@ declare const _default: {
|
|
225
226
|
readonly 'no-token': "No se encontró un token";
|
226
227
|
readonly 'invalid-token': "Token inválido";
|
227
228
|
readonly 'user-not-found': "Usuario no encontrado";
|
229
|
+
readonly 'phone-not-verified': "El teléfono no está verificado";
|
228
230
|
};
|
229
231
|
readonly account: {
|
230
232
|
readonly create: {
|
@@ -593,6 +595,24 @@ declare const _default: {
|
|
593
595
|
};
|
594
596
|
readonly 'send-automatic-response': "¡Hola {{name}}! Muchas gracias por participar de Expo Desfiles. ¡Ya estás dentro! En los próximos días vas a recibir más información acerca de los próximos desfiles. Podés seguirnos en nuestro Instagram @expodesfiles para enterarte de todas las novedades. ¡Saludos!";
|
595
597
|
};
|
598
|
+
readonly otp: {
|
599
|
+
readonly 'secret-not-found': "El secreto de OTP no se encontró";
|
600
|
+
readonly 'already-exists': "El código de verificación ya fue enviado";
|
601
|
+
readonly 'phone-already-verified': "El teléfono ya fue verificado, por favor inicie sesión";
|
602
|
+
readonly send: {
|
603
|
+
readonly error: "Error al enviar el código de verificación";
|
604
|
+
readonly 'phone-already-verified': "El teléfono ya fue verificado, por favor inicie sesión";
|
605
|
+
readonly 'profile-not-found': "No se encontró un perfil asociado al teléfono. Por favor registrate";
|
606
|
+
readonly success: "Código de verificación enviado con éxito";
|
607
|
+
};
|
608
|
+
readonly verify: {
|
609
|
+
readonly 'error-format': "El código debe tener 6 dígitos";
|
610
|
+
readonly 'invalid-otp': "Error al verificar el código";
|
611
|
+
readonly 'no-otp-found': "No se encontró un código de verificación";
|
612
|
+
readonly 'otp-expired': "El código de verificación expiró. Por favor solicita uno nuevo";
|
613
|
+
readonly success: "Código de verificación verificado con éxito";
|
614
|
+
};
|
615
|
+
};
|
596
616
|
};
|
597
617
|
};
|
598
618
|
export default _default;
|
package/dist/src/i18n/es.js
CHANGED
@@ -13,6 +13,7 @@ exports.default = {
|
|
13
13
|
location: 'Ubicación',
|
14
14
|
cannedResponse: 'Respuesta enlatada',
|
15
15
|
message: 'Mensaje',
|
16
|
+
otp: 'OTP',
|
16
17
|
ticket: 'Ticket',
|
17
18
|
eventTicket: 'Tickets del evento',
|
18
19
|
},
|
@@ -227,6 +228,7 @@ exports.default = {
|
|
227
228
|
'no-token': 'No se encontró un token',
|
228
229
|
'invalid-token': 'Token inválido',
|
229
230
|
'user-not-found': 'Usuario no encontrado',
|
231
|
+
'phone-not-verified': 'El teléfono no está verificado',
|
230
232
|
},
|
231
233
|
account: {
|
232
234
|
create: {
|
@@ -595,6 +597,24 @@ exports.default = {
|
|
595
597
|
},
|
596
598
|
'send-automatic-response': `¡Hola \{\{name\}\}! Muchas gracias por participar de Expo Desfiles. ¡Ya estás dentro! En los próximos días vas a recibir más información acerca de los próximos desfiles. Podés seguirnos en nuestro Instagram @expodesfiles para enterarte de todas las novedades. ¡Saludos!`,
|
597
599
|
},
|
600
|
+
otp: {
|
601
|
+
'secret-not-found': 'El secreto de OTP no se encontró',
|
602
|
+
'already-exists': 'El código de verificación ya fue enviado',
|
603
|
+
'phone-already-verified': 'El teléfono ya fue verificado, por favor inicie sesión',
|
604
|
+
send: {
|
605
|
+
error: 'Error al enviar el código de verificación',
|
606
|
+
'phone-already-verified': 'El teléfono ya fue verificado, por favor inicie sesión',
|
607
|
+
'profile-not-found': 'No se encontró un perfil asociado al teléfono. Por favor registrate',
|
608
|
+
success: 'Código de verificación enviado con éxito',
|
609
|
+
},
|
610
|
+
verify: {
|
611
|
+
'error-format': 'El código debe tener 6 dígitos',
|
612
|
+
'invalid-otp': 'Error al verificar el código',
|
613
|
+
'no-otp-found': 'No se encontró un código de verificación',
|
614
|
+
'otp-expired': 'El código de verificación expiró. Por favor solicita uno nuevo',
|
615
|
+
success: 'Código de verificación verificado con éxito',
|
616
|
+
},
|
617
|
+
},
|
598
618
|
},
|
599
619
|
};
|
600
620
|
//# sourceMappingURL=es.js.map
|
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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"}
|
@@ -4,11 +4,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
4
4
|
};
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
6
6
|
exports.FindAllLocationResponseDto = exports.findAllLocationResponseSchema = void 0;
|
7
|
-
const
|
7
|
+
const location_schema_1 = require("../../schema/location.schema");
|
8
8
|
const create_zod_dto_without_date_1 = require("../../shared/dto-modification/create-zod-dto-without-date");
|
9
9
|
const zod_1 = __importDefault(require("zod"));
|
10
10
|
function locationPickedSchema() {
|
11
|
-
return
|
11
|
+
return location_schema_1.locationSchema.pick({
|
12
12
|
city: true,
|
13
13
|
longitude: true,
|
14
14
|
latitude: true,
|
@@ -3,5 +3,4 @@ export * from './dto/find-all-countries.dto';
|
|
3
3
|
export * from './dto/find-all-location.dto';
|
4
4
|
export * from './dto/find-arg-states.dto';
|
5
5
|
export * from './dto/find-cities-by-arg-state.dto';
|
6
|
-
export * from './dto/location.dto';
|
7
6
|
export * from './dto/states-by-country.dto';
|
@@ -19,6 +19,5 @@ __exportStar(require("./dto/find-all-countries.dto"), exports);
|
|
19
19
|
__exportStar(require("./dto/find-all-location.dto"), exports);
|
20
20
|
__exportStar(require("./dto/find-arg-states.dto"), exports);
|
21
21
|
__exportStar(require("./dto/find-cities-by-arg-state.dto"), exports);
|
22
|
-
__exportStar(require("./dto/location.dto"), exports);
|
23
22
|
__exportStar(require("./dto/states-by-country.dto"), exports);
|
24
23
|
//# sourceMappingURL=exports.js.map
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import z from 'zod';
|
2
2
|
export declare const nonReadMessagesSchema: z.ZodObject<{
|
3
3
|
messages: z.ZodArray<z.ZodObject<{
|
4
|
-
profilePhoneNumber: z.ZodEffects<z.ZodString, string, string>;
|
4
|
+
profilePhoneNumber: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
5
5
|
_count: z.ZodObject<{
|
6
6
|
id: z.ZodNumber;
|
7
7
|
}, "strip", z.ZodTypeAny, {
|
@@ -37,7 +37,7 @@ export declare const nonReadMessagesSchema: z.ZodObject<{
|
|
37
37
|
}>;
|
38
38
|
declare const NonReadMessagesDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodObject<{
|
39
39
|
messages: z.ZodArray<z.ZodObject<{
|
40
|
-
profilePhoneNumber: z.ZodEffects<z.ZodString, string, string>;
|
40
|
+
profilePhoneNumber: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
41
41
|
_count: z.ZodObject<{
|
42
42
|
id: z.ZodNumber;
|
43
43
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
@@ -4,12 +4,12 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
4
4
|
};
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
6
6
|
exports.NonReadMessagesDto = exports.nonReadMessagesSchema = void 0;
|
7
|
-
const
|
7
|
+
const profile_schema_1 = require("../../schema/profile.schema");
|
8
8
|
const create_zod_dto_without_date_1 = require("../../shared/dto-modification/create-zod-dto-without-date");
|
9
9
|
const zod_1 = __importDefault(require("zod"));
|
10
10
|
exports.nonReadMessagesSchema = zod_1.default.object({
|
11
11
|
messages: zod_1.default.array(zod_1.default.object({
|
12
|
-
profilePhoneNumber:
|
12
|
+
profilePhoneNumber: profile_schema_1.profileSchema.shape.phoneNumber,
|
13
13
|
_count: zod_1.default.object({
|
14
14
|
id: zod_1.default.number(),
|
15
15
|
}),
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import z from 'zod';
|
2
2
|
export declare const sendMessageToPhoneSchema: z.ZodObject<{
|
3
|
-
phone: z.ZodEffects<z.ZodString, string, string>;
|
3
|
+
phone: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
4
4
|
message: z.ZodString;
|
5
5
|
}, "strip", z.ZodTypeAny, {
|
6
6
|
message: string;
|
@@ -10,7 +10,7 @@ export declare const sendMessageToPhoneSchema: z.ZodObject<{
|
|
10
10
|
phone: string;
|
11
11
|
}>;
|
12
12
|
declare const SendMessageToPhoneDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodObject<{
|
13
|
-
phone: z.ZodEffects<z.ZodString, string, string>;
|
13
|
+
phone: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
14
14
|
message: z.ZodString;
|
15
15
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
16
16
|
message: string;
|
@@ -4,11 +4,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
4
4
|
};
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
6
6
|
exports.SendMessageToPhoneResponseDto = exports.sendMessageToPhoneResponseSchema = exports.SendMessageToPhoneDto = exports.sendMessageToPhoneSchema = void 0;
|
7
|
-
const
|
7
|
+
const profile_schema_1 = require("../../schema/profile.schema");
|
8
8
|
const create_zod_dto_without_date_1 = require("../../shared/dto-modification/create-zod-dto-without-date");
|
9
9
|
const zod_1 = __importDefault(require("zod"));
|
10
10
|
exports.sendMessageToPhoneSchema = zod_1.default.object({
|
11
|
-
phone:
|
11
|
+
phone: profile_schema_1.profileSchema.shape.phoneNumber,
|
12
12
|
message: zod_1.default.string(),
|
13
13
|
});
|
14
14
|
class SendMessageToPhoneDto extends (0, create_zod_dto_without_date_1.createZodDtoWithoutDate)(exports.sendMessageToPhoneSchema) {
|
@@ -0,0 +1,337 @@
|
|
1
|
+
export declare const getMiExpoMeResponseSchema: import("zod").ZodObject<import("zod").objectUtil.extendShape<Omit<{
|
2
|
+
id: import("zod").ZodString;
|
3
|
+
shortId: import("zod").ZodNumber;
|
4
|
+
firstTimeMiExpo: import("zod").ZodBoolean;
|
5
|
+
username: import("zod").ZodNullable<import("zod").ZodString>;
|
6
|
+
password: import("zod").ZodNullable<import("zod").ZodString>;
|
7
|
+
phoneNumber: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, string, string>, string, string>;
|
8
|
+
isPhoneVerified: import("zod").ZodBoolean;
|
9
|
+
secondaryPhoneNumber: import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, string, string>, string, string>>;
|
10
|
+
fullName: import("zod").ZodString;
|
11
|
+
firstName: import("zod").ZodNullable<import("zod").ZodString>;
|
12
|
+
gender: import("zod").ZodNullable<import("zod").ZodString>;
|
13
|
+
birthDate: import("zod").ZodNullable<import("zod").ZodPipeline<import("zod").ZodString, import("zod").ZodDate>>;
|
14
|
+
profilePictureUrl: import("zod").ZodNullable<import("zod").ZodString>;
|
15
|
+
instagram: import("zod").ZodNullable<import("zod").ZodString>;
|
16
|
+
mail: import("zod").ZodNullable<import("zod").ZodString>;
|
17
|
+
dni: import("zod").ZodNullable<import("zod").ZodString>;
|
18
|
+
alternativeNames: import("zod").ZodArray<import("zod").ZodString, "many">;
|
19
|
+
birthLocationId: import("zod").ZodNullable<import("zod").ZodString>;
|
20
|
+
residenceLocationId: import("zod").ZodNullable<import("zod").ZodString>;
|
21
|
+
isInTrash: import("zod").ZodBoolean;
|
22
|
+
movedToTrashDate: import("zod").ZodNullable<import("zod").ZodDate>;
|
23
|
+
created_at: import("zod").ZodDate;
|
24
|
+
updated_at: import("zod").ZodDate;
|
25
|
+
}, "password">, {
|
26
|
+
residenceLocation: import("zod").ZodNullable<import("zod").ZodObject<{
|
27
|
+
id: import("zod").ZodString;
|
28
|
+
latitude: import("zod").ZodNumber;
|
29
|
+
longitude: import("zod").ZodNumber;
|
30
|
+
country: import("zod").ZodString;
|
31
|
+
state: import("zod").ZodString;
|
32
|
+
city: import("zod").ZodString;
|
33
|
+
created_at: import("zod").ZodDate;
|
34
|
+
updated_at: import("zod").ZodDate;
|
35
|
+
}, "strip", import("zod").ZodTypeAny, {
|
36
|
+
id: string;
|
37
|
+
latitude: number;
|
38
|
+
longitude: number;
|
39
|
+
created_at: Date;
|
40
|
+
updated_at: Date;
|
41
|
+
state: string;
|
42
|
+
country: string;
|
43
|
+
city: string;
|
44
|
+
}, {
|
45
|
+
id: string;
|
46
|
+
latitude: number;
|
47
|
+
longitude: number;
|
48
|
+
created_at: Date;
|
49
|
+
updated_at: Date;
|
50
|
+
state: string;
|
51
|
+
country: string;
|
52
|
+
city: string;
|
53
|
+
}>>;
|
54
|
+
birthLocation: import("zod").ZodNullable<import("zod").ZodObject<{
|
55
|
+
id: import("zod").ZodString;
|
56
|
+
latitude: import("zod").ZodNumber;
|
57
|
+
longitude: import("zod").ZodNumber;
|
58
|
+
country: import("zod").ZodString;
|
59
|
+
state: import("zod").ZodString;
|
60
|
+
city: import("zod").ZodString;
|
61
|
+
created_at: import("zod").ZodDate;
|
62
|
+
updated_at: import("zod").ZodDate;
|
63
|
+
}, "strip", import("zod").ZodTypeAny, {
|
64
|
+
id: string;
|
65
|
+
latitude: number;
|
66
|
+
longitude: number;
|
67
|
+
created_at: Date;
|
68
|
+
updated_at: Date;
|
69
|
+
state: string;
|
70
|
+
country: string;
|
71
|
+
city: string;
|
72
|
+
}, {
|
73
|
+
id: string;
|
74
|
+
latitude: number;
|
75
|
+
longitude: number;
|
76
|
+
created_at: Date;
|
77
|
+
updated_at: Date;
|
78
|
+
state: string;
|
79
|
+
country: string;
|
80
|
+
city: string;
|
81
|
+
}>>;
|
82
|
+
}>, "strip", import("zod").ZodTypeAny, {
|
83
|
+
id: string;
|
84
|
+
username: string | null;
|
85
|
+
phoneNumber: string;
|
86
|
+
secondaryPhoneNumber: string | null;
|
87
|
+
fullName: string;
|
88
|
+
profilePictureUrl: string | null;
|
89
|
+
mail: string | null;
|
90
|
+
created_at: Date;
|
91
|
+
updated_at: Date;
|
92
|
+
shortId: number;
|
93
|
+
firstTimeMiExpo: boolean;
|
94
|
+
isPhoneVerified: boolean;
|
95
|
+
firstName: string | null;
|
96
|
+
gender: string | null;
|
97
|
+
birthDate: Date | null;
|
98
|
+
instagram: string | null;
|
99
|
+
dni: string | null;
|
100
|
+
alternativeNames: string[];
|
101
|
+
birthLocationId: string | null;
|
102
|
+
residenceLocationId: string | null;
|
103
|
+
isInTrash: boolean;
|
104
|
+
movedToTrashDate: Date | null;
|
105
|
+
birthLocation: {
|
106
|
+
id: string;
|
107
|
+
latitude: number;
|
108
|
+
longitude: number;
|
109
|
+
created_at: Date;
|
110
|
+
updated_at: Date;
|
111
|
+
state: string;
|
112
|
+
country: string;
|
113
|
+
city: string;
|
114
|
+
} | null;
|
115
|
+
residenceLocation: {
|
116
|
+
id: string;
|
117
|
+
latitude: number;
|
118
|
+
longitude: number;
|
119
|
+
created_at: Date;
|
120
|
+
updated_at: Date;
|
121
|
+
state: string;
|
122
|
+
country: string;
|
123
|
+
city: string;
|
124
|
+
} | null;
|
125
|
+
}, {
|
126
|
+
id: string;
|
127
|
+
username: string | null;
|
128
|
+
phoneNumber: string;
|
129
|
+
secondaryPhoneNumber: string | null;
|
130
|
+
fullName: string;
|
131
|
+
profilePictureUrl: string | null;
|
132
|
+
mail: string | null;
|
133
|
+
created_at: Date;
|
134
|
+
updated_at: Date;
|
135
|
+
shortId: number;
|
136
|
+
firstTimeMiExpo: boolean;
|
137
|
+
isPhoneVerified: boolean;
|
138
|
+
firstName: string | null;
|
139
|
+
gender: string | null;
|
140
|
+
birthDate: string | null;
|
141
|
+
instagram: string | null;
|
142
|
+
dni: string | null;
|
143
|
+
alternativeNames: string[];
|
144
|
+
birthLocationId: string | null;
|
145
|
+
residenceLocationId: string | null;
|
146
|
+
isInTrash: boolean;
|
147
|
+
movedToTrashDate: Date | null;
|
148
|
+
birthLocation: {
|
149
|
+
id: string;
|
150
|
+
latitude: number;
|
151
|
+
longitude: number;
|
152
|
+
created_at: Date;
|
153
|
+
updated_at: Date;
|
154
|
+
state: string;
|
155
|
+
country: string;
|
156
|
+
city: string;
|
157
|
+
} | null;
|
158
|
+
residenceLocation: {
|
159
|
+
id: string;
|
160
|
+
latitude: number;
|
161
|
+
longitude: number;
|
162
|
+
created_at: Date;
|
163
|
+
updated_at: Date;
|
164
|
+
state: string;
|
165
|
+
country: string;
|
166
|
+
city: string;
|
167
|
+
} | null;
|
168
|
+
}>;
|
169
|
+
declare const GetMiExpoMeResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<import("zod").ZodObject<{
|
170
|
+
id: import("zod").ZodString;
|
171
|
+
username: import("zod").ZodNullable<import("zod").ZodString>;
|
172
|
+
phoneNumber: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, string, string>, string, string>;
|
173
|
+
secondaryPhoneNumber: import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, string, string>, string, string>>;
|
174
|
+
fullName: import("zod").ZodString;
|
175
|
+
profilePictureUrl: import("zod").ZodNullable<import("zod").ZodString>;
|
176
|
+
mail: import("zod").ZodNullable<import("zod").ZodString>;
|
177
|
+
created_at: import("zod").ZodString;
|
178
|
+
updated_at: import("zod").ZodString;
|
179
|
+
shortId: import("zod").ZodNumber;
|
180
|
+
firstTimeMiExpo: import("zod").ZodBoolean;
|
181
|
+
isPhoneVerified: import("zod").ZodBoolean;
|
182
|
+
firstName: import("zod").ZodNullable<import("zod").ZodString>;
|
183
|
+
gender: import("zod").ZodNullable<import("zod").ZodString>;
|
184
|
+
birthDate: import("zod").ZodNullable<import("zod").ZodPipeline<import("zod").ZodString, import("zod").ZodString>>;
|
185
|
+
instagram: import("zod").ZodNullable<import("zod").ZodString>;
|
186
|
+
dni: import("zod").ZodNullable<import("zod").ZodString>;
|
187
|
+
alternativeNames: import("zod").ZodArray<import("zod").ZodString, "many">;
|
188
|
+
birthLocationId: import("zod").ZodNullable<import("zod").ZodString>;
|
189
|
+
residenceLocationId: import("zod").ZodNullable<import("zod").ZodString>;
|
190
|
+
isInTrash: import("zod").ZodBoolean;
|
191
|
+
movedToTrashDate: import("zod").ZodNullable<import("zod").ZodString>;
|
192
|
+
residenceLocation: import("zod").ZodNullable<import("zod").ZodObject<{
|
193
|
+
id: import("zod").ZodString;
|
194
|
+
latitude: import("zod").ZodNumber;
|
195
|
+
longitude: import("zod").ZodNumber;
|
196
|
+
country: import("zod").ZodString;
|
197
|
+
state: import("zod").ZodString;
|
198
|
+
city: import("zod").ZodString;
|
199
|
+
created_at: import("zod").ZodString;
|
200
|
+
updated_at: import("zod").ZodString;
|
201
|
+
}, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
202
|
+
id: string;
|
203
|
+
latitude: number;
|
204
|
+
longitude: number;
|
205
|
+
created_at: string;
|
206
|
+
updated_at: string;
|
207
|
+
state: string;
|
208
|
+
country: string;
|
209
|
+
city: string;
|
210
|
+
}, {
|
211
|
+
id: string;
|
212
|
+
latitude: number;
|
213
|
+
longitude: number;
|
214
|
+
created_at: string;
|
215
|
+
updated_at: string;
|
216
|
+
state: string;
|
217
|
+
country: string;
|
218
|
+
city: string;
|
219
|
+
}>>;
|
220
|
+
birthLocation: import("zod").ZodNullable<import("zod").ZodObject<{
|
221
|
+
id: import("zod").ZodString;
|
222
|
+
latitude: import("zod").ZodNumber;
|
223
|
+
longitude: import("zod").ZodNumber;
|
224
|
+
country: import("zod").ZodString;
|
225
|
+
state: import("zod").ZodString;
|
226
|
+
city: import("zod").ZodString;
|
227
|
+
created_at: import("zod").ZodString;
|
228
|
+
updated_at: import("zod").ZodString;
|
229
|
+
}, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
230
|
+
id: string;
|
231
|
+
latitude: number;
|
232
|
+
longitude: number;
|
233
|
+
created_at: string;
|
234
|
+
updated_at: string;
|
235
|
+
state: string;
|
236
|
+
country: string;
|
237
|
+
city: string;
|
238
|
+
}, {
|
239
|
+
id: string;
|
240
|
+
latitude: number;
|
241
|
+
longitude: number;
|
242
|
+
created_at: string;
|
243
|
+
updated_at: string;
|
244
|
+
state: string;
|
245
|
+
country: string;
|
246
|
+
city: string;
|
247
|
+
}>>;
|
248
|
+
}, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
249
|
+
id: string;
|
250
|
+
username: string | null;
|
251
|
+
phoneNumber: string;
|
252
|
+
secondaryPhoneNumber: string | null;
|
253
|
+
fullName: string;
|
254
|
+
profilePictureUrl: string | null;
|
255
|
+
mail: string | null;
|
256
|
+
created_at: string;
|
257
|
+
updated_at: string;
|
258
|
+
shortId: number;
|
259
|
+
firstTimeMiExpo: boolean;
|
260
|
+
isPhoneVerified: boolean;
|
261
|
+
firstName: string | null;
|
262
|
+
gender: string | null;
|
263
|
+
birthDate: string | null;
|
264
|
+
instagram: string | null;
|
265
|
+
dni: string | null;
|
266
|
+
alternativeNames: string[];
|
267
|
+
birthLocationId: string | null;
|
268
|
+
residenceLocationId: string | null;
|
269
|
+
isInTrash: boolean;
|
270
|
+
movedToTrashDate: string | null;
|
271
|
+
birthLocation: {
|
272
|
+
id: string;
|
273
|
+
latitude: number;
|
274
|
+
longitude: number;
|
275
|
+
created_at: string;
|
276
|
+
updated_at: string;
|
277
|
+
state: string;
|
278
|
+
country: string;
|
279
|
+
city: string;
|
280
|
+
} | null;
|
281
|
+
residenceLocation: {
|
282
|
+
id: string;
|
283
|
+
latitude: number;
|
284
|
+
longitude: number;
|
285
|
+
created_at: string;
|
286
|
+
updated_at: string;
|
287
|
+
state: string;
|
288
|
+
country: string;
|
289
|
+
city: string;
|
290
|
+
} | null;
|
291
|
+
}, {
|
292
|
+
id: string;
|
293
|
+
username: string | null;
|
294
|
+
phoneNumber: string;
|
295
|
+
secondaryPhoneNumber: string | null;
|
296
|
+
fullName: string;
|
297
|
+
profilePictureUrl: string | null;
|
298
|
+
mail: string | null;
|
299
|
+
created_at: string;
|
300
|
+
updated_at: string;
|
301
|
+
shortId: number;
|
302
|
+
firstTimeMiExpo: boolean;
|
303
|
+
isPhoneVerified: boolean;
|
304
|
+
firstName: string | null;
|
305
|
+
gender: string | null;
|
306
|
+
birthDate: string | null;
|
307
|
+
instagram: string | null;
|
308
|
+
dni: string | null;
|
309
|
+
alternativeNames: string[];
|
310
|
+
birthLocationId: string | null;
|
311
|
+
residenceLocationId: string | null;
|
312
|
+
isInTrash: boolean;
|
313
|
+
movedToTrashDate: string | null;
|
314
|
+
birthLocation: {
|
315
|
+
id: string;
|
316
|
+
latitude: number;
|
317
|
+
longitude: number;
|
318
|
+
created_at: string;
|
319
|
+
updated_at: string;
|
320
|
+
state: string;
|
321
|
+
country: string;
|
322
|
+
city: string;
|
323
|
+
} | null;
|
324
|
+
residenceLocation: {
|
325
|
+
id: string;
|
326
|
+
latitude: number;
|
327
|
+
longitude: number;
|
328
|
+
created_at: string;
|
329
|
+
updated_at: string;
|
330
|
+
state: string;
|
331
|
+
country: string;
|
332
|
+
city: string;
|
333
|
+
} | null;
|
334
|
+
}>>;
|
335
|
+
export declare class GetMiExpoMeResponseDto extends GetMiExpoMeResponseDto_base {
|
336
|
+
}
|
337
|
+
export {};
|
@@ -0,0 +1,16 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.GetMiExpoMeResponseDto = exports.getMiExpoMeResponseSchema = void 0;
|
4
|
+
const location_schema_1 = require("../../schema/location.schema");
|
5
|
+
const profile_schema_1 = require("../../schema/profile.schema");
|
6
|
+
const create_zod_dto_without_date_1 = require("../../shared/dto-modification/create-zod-dto-without-date");
|
7
|
+
exports.getMiExpoMeResponseSchema = profile_schema_1.profileSchema
|
8
|
+
.omit({ password: true })
|
9
|
+
.extend({
|
10
|
+
residenceLocation: location_schema_1.locationSchema.nullable(),
|
11
|
+
birthLocation: location_schema_1.locationSchema.nullable(),
|
12
|
+
});
|
13
|
+
class GetMiExpoMeResponseDto extends (0, create_zod_dto_without_date_1.createZodDtoWithoutDate)(exports.getMiExpoMeResponseSchema) {
|
14
|
+
}
|
15
|
+
exports.GetMiExpoMeResponseDto = GetMiExpoMeResponseDto;
|
16
|
+
//# sourceMappingURL=get-me.dto.js.map
|