From 27e4a367548b5e22112fcd6180e51268d606f5de Mon Sep 17 00:00:00 2001 From: ma7payne Date: Thu, 8 Jan 2026 10:42:11 -0300 Subject: [PATCH] feat(MPI): implementa numero de telefono extranjero --- shared/constantes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/constantes.ts b/shared/constantes.ts index b84238bfee..87f4a7527b 100644 --- a/shared/constantes.ts +++ b/shared/constantes.ts @@ -34,5 +34,5 @@ export const IDENTIFICACION = { export const CONTACTO = { type: String, - enum: ['fijo', 'celular', 'email'] + enum: ['fijo', 'celular', 'email', 'extranjero'] };