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 +4 -4
- package/dist/index.d.ts +4 -4
- package/package.json +1 -1
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:
|
|
8065
|
-
Fecha_Cita:
|
|
8066
|
-
Fecha_Liquidacion:
|
|
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:
|
|
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:
|
|
8065
|
-
Fecha_Cita:
|
|
8066
|
-
Fecha_Liquidacion:
|
|
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:
|
|
8097
|
+
Fecha_Proceso: Date;
|
|
8098
8098
|
Bitacora: BitacoraTOADTO[];
|
|
8099
8099
|
}
|
|
8100
8100
|
|