sigo-entities 1.2.428 → 1.2.429

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/index.d.mts CHANGED
@@ -8061,9 +8061,9 @@ declare class Chile9512TOAENTITY {
8061
8061
  PlantaAsignada: string;
8062
8062
  Armario: string;
8063
8063
  OLT: string;
8064
- Fecha_Reclamo: string;
8065
- Fecha_Cita: string;
8066
- Fecha_Liquidacion: string;
8064
+ Fecha_Reclamo: Date;
8065
+ Fecha_Cita: Date;
8066
+ Fecha_Liquidacion: Date;
8067
8067
  SLA_Inicio: string;
8068
8068
  SLA_Fin: string;
8069
8069
  TICA: string;
@@ -8094,7 +8094,7 @@ declare class Chile9512TOAENTITY {
8094
8094
  TipoFibra: string;
8095
8095
  Reutilización_de_Drop: string;
8096
8096
  EstadoProceso: EstadoTOADTO;
8097
- Fecha_Proceso: string;
8097
+ Fecha_Proceso: Date;
8098
8098
  Bitacora: BitacoraTOADTO[];
8099
8099
  }
8100
8100
 
package/dist/index.d.ts CHANGED
@@ -8061,9 +8061,9 @@ declare class Chile9512TOAENTITY {
8061
8061
  PlantaAsignada: string;
8062
8062
  Armario: string;
8063
8063
  OLT: string;
8064
- Fecha_Reclamo: string;
8065
- Fecha_Cita: string;
8066
- Fecha_Liquidacion: string;
8064
+ Fecha_Reclamo: Date;
8065
+ Fecha_Cita: Date;
8066
+ Fecha_Liquidacion: Date;
8067
8067
  SLA_Inicio: string;
8068
8068
  SLA_Fin: string;
8069
8069
  TICA: string;
@@ -8094,7 +8094,7 @@ declare class Chile9512TOAENTITY {
8094
8094
  TipoFibra: string;
8095
8095
  Reutilización_de_Drop: string;
8096
8096
  EstadoProceso: EstadoTOADTO;
8097
- Fecha_Proceso: string;
8097
+ Fecha_Proceso: Date;
8098
8098
  Bitacora: BitacoraTOADTO[];
8099
8099
  }
8100
8100
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigo-entities",
3
- "version": "1.2.428",
3
+ "version": "1.2.429",
4
4
  "description": "Desarrollo de modelos de datos SIGO",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",