sigo-entities 1.2.136 → 1.2.137
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 +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +6 -6
- package/dist/index.mjs +6 -6
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -7059,7 +7059,7 @@ declare class STB_DTH_ToaENTITY {
|
|
|
7059
7059
|
_id: string;
|
|
7060
7060
|
tecnico: string;
|
|
7061
7061
|
id_recurso: string;
|
|
7062
|
-
numero_ot:
|
|
7062
|
+
numero_ot: number;
|
|
7063
7063
|
subtipo_de_actividad: string;
|
|
7064
7064
|
numero_de_peticion: string;
|
|
7065
7065
|
fecha_de_cita: Date;
|
|
@@ -7075,7 +7075,7 @@ declare class STB_DTH_ToaENTITY {
|
|
|
7075
7075
|
observaciones_en_legados: string;
|
|
7076
7076
|
hora_inicio_actividad: string;
|
|
7077
7077
|
hora_fin: string;
|
|
7078
|
-
codigo_de_cliente:
|
|
7078
|
+
codigo_de_cliente: number;
|
|
7079
7079
|
fecha_registro_de_actividad_en_toa: Date;
|
|
7080
7080
|
actividad_gpon: string;
|
|
7081
7081
|
tipo_de_tecnologa_legados: string;
|
|
@@ -7086,7 +7086,7 @@ declare class STB_DTH_ToaENTITY {
|
|
|
7086
7086
|
sistema_origen: string;
|
|
7087
7087
|
estado_de_soporte_de_planta_101: string;
|
|
7088
7088
|
observacion_respuesta_de_soporte_de_planta_101: string;
|
|
7089
|
-
accessid:
|
|
7089
|
+
accessid: number;
|
|
7090
7090
|
nombre_de_contrata_final: string;
|
|
7091
7091
|
indicador_de_cambio_de_tecnologia: string;
|
|
7092
7092
|
telefono_contacto_2: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -7059,7 +7059,7 @@ declare class STB_DTH_ToaENTITY {
|
|
|
7059
7059
|
_id: string;
|
|
7060
7060
|
tecnico: string;
|
|
7061
7061
|
id_recurso: string;
|
|
7062
|
-
numero_ot:
|
|
7062
|
+
numero_ot: number;
|
|
7063
7063
|
subtipo_de_actividad: string;
|
|
7064
7064
|
numero_de_peticion: string;
|
|
7065
7065
|
fecha_de_cita: Date;
|
|
@@ -7075,7 +7075,7 @@ declare class STB_DTH_ToaENTITY {
|
|
|
7075
7075
|
observaciones_en_legados: string;
|
|
7076
7076
|
hora_inicio_actividad: string;
|
|
7077
7077
|
hora_fin: string;
|
|
7078
|
-
codigo_de_cliente:
|
|
7078
|
+
codigo_de_cliente: number;
|
|
7079
7079
|
fecha_registro_de_actividad_en_toa: Date;
|
|
7080
7080
|
actividad_gpon: string;
|
|
7081
7081
|
tipo_de_tecnologa_legados: string;
|
|
@@ -7086,7 +7086,7 @@ declare class STB_DTH_ToaENTITY {
|
|
|
7086
7086
|
sistema_origen: string;
|
|
7087
7087
|
estado_de_soporte_de_planta_101: string;
|
|
7088
7088
|
observacion_respuesta_de_soporte_de_planta_101: string;
|
|
7089
|
-
accessid:
|
|
7089
|
+
accessid: number;
|
|
7090
7090
|
nombre_de_contrata_final: string;
|
|
7091
7091
|
indicador_de_cambio_de_tecnologia: string;
|
|
7092
7092
|
telefono_contacto_2: string;
|
package/dist/index.js
CHANGED
|
@@ -37658,9 +37658,9 @@ __decorateClass([
|
|
|
37658
37658
|
], STB_DTH_ToaENTITY.prototype, "id_recurso", 2);
|
|
37659
37659
|
__decorateClass([
|
|
37660
37660
|
(0, import_class_transformer581.Expose)(),
|
|
37661
|
-
(0, import_class_transformer581.Type)(() =>
|
|
37661
|
+
(0, import_class_transformer581.Type)(() => Number),
|
|
37662
37662
|
(0, import_class_validator582.IsDefined)({ message: "El campo numero_ot es obligatorio." }),
|
|
37663
|
-
(0, import_class_validator582.
|
|
37663
|
+
(0, import_class_validator582.IsNumber)()
|
|
37664
37664
|
], STB_DTH_ToaENTITY.prototype, "numero_ot", 2);
|
|
37665
37665
|
__decorateClass([
|
|
37666
37666
|
(0, import_class_transformer581.Expose)(),
|
|
@@ -37760,9 +37760,9 @@ __decorateClass([
|
|
|
37760
37760
|
], STB_DTH_ToaENTITY.prototype, "hora_fin", 2);
|
|
37761
37761
|
__decorateClass([
|
|
37762
37762
|
(0, import_class_transformer581.Expose)(),
|
|
37763
|
-
(0, import_class_transformer581.Type)(() =>
|
|
37763
|
+
(0, import_class_transformer581.Type)(() => Number),
|
|
37764
37764
|
(0, import_class_validator582.IsDefined)({ message: "El campo codigo_de_cliente es obligatorio." }),
|
|
37765
|
-
(0, import_class_validator582.
|
|
37765
|
+
(0, import_class_validator582.IsNumber)()
|
|
37766
37766
|
], STB_DTH_ToaENTITY.prototype, "codigo_de_cliente", 2);
|
|
37767
37767
|
__decorateClass([
|
|
37768
37768
|
(0, import_class_transformer581.Expose)(),
|
|
@@ -37838,9 +37838,9 @@ __decorateClass([
|
|
|
37838
37838
|
], STB_DTH_ToaENTITY.prototype, "observacion_respuesta_de_soporte_de_planta_101", 2);
|
|
37839
37839
|
__decorateClass([
|
|
37840
37840
|
(0, import_class_transformer581.Expose)(),
|
|
37841
|
-
(0, import_class_transformer581.Type)(() =>
|
|
37841
|
+
(0, import_class_transformer581.Type)(() => Number),
|
|
37842
37842
|
(0, import_class_validator582.IsDefined)({ message: "El campo accessid es obligatorio." }),
|
|
37843
|
-
(0, import_class_validator582.
|
|
37843
|
+
(0, import_class_validator582.IsNumber)()
|
|
37844
37844
|
], STB_DTH_ToaENTITY.prototype, "accessid", 2);
|
|
37845
37845
|
__decorateClass([
|
|
37846
37846
|
(0, import_class_transformer581.Expose)(),
|
package/dist/index.mjs
CHANGED
|
@@ -37303,9 +37303,9 @@ __decorateClass([
|
|
|
37303
37303
|
], STB_DTH_ToaENTITY.prototype, "id_recurso", 2);
|
|
37304
37304
|
__decorateClass([
|
|
37305
37305
|
Expose578(),
|
|
37306
|
-
Type380(() =>
|
|
37306
|
+
Type380(() => Number),
|
|
37307
37307
|
IsDefined181({ message: "El campo numero_ot es obligatorio." }),
|
|
37308
|
-
|
|
37308
|
+
IsNumber385()
|
|
37309
37309
|
], STB_DTH_ToaENTITY.prototype, "numero_ot", 2);
|
|
37310
37310
|
__decorateClass([
|
|
37311
37311
|
Expose578(),
|
|
@@ -37405,9 +37405,9 @@ __decorateClass([
|
|
|
37405
37405
|
], STB_DTH_ToaENTITY.prototype, "hora_fin", 2);
|
|
37406
37406
|
__decorateClass([
|
|
37407
37407
|
Expose578(),
|
|
37408
|
-
Type380(() =>
|
|
37408
|
+
Type380(() => Number),
|
|
37409
37409
|
IsDefined181({ message: "El campo codigo_de_cliente es obligatorio." }),
|
|
37410
|
-
|
|
37410
|
+
IsNumber385()
|
|
37411
37411
|
], STB_DTH_ToaENTITY.prototype, "codigo_de_cliente", 2);
|
|
37412
37412
|
__decorateClass([
|
|
37413
37413
|
Expose578(),
|
|
@@ -37483,9 +37483,9 @@ __decorateClass([
|
|
|
37483
37483
|
], STB_DTH_ToaENTITY.prototype, "observacion_respuesta_de_soporte_de_planta_101", 2);
|
|
37484
37484
|
__decorateClass([
|
|
37485
37485
|
Expose578(),
|
|
37486
|
-
Type380(() =>
|
|
37486
|
+
Type380(() => Number),
|
|
37487
37487
|
IsDefined181({ message: "El campo accessid es obligatorio." }),
|
|
37488
|
-
|
|
37488
|
+
IsNumber385()
|
|
37489
37489
|
], STB_DTH_ToaENTITY.prototype, "accessid", 2);
|
|
37490
37490
|
__decorateClass([
|
|
37491
37491
|
Expose578(),
|