sigo-entities 1.2.134 → 1.2.135
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/dist/index.js +8 -8
- package/dist/index.mjs +8 -8
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -7038,7 +7038,7 @@ declare class STB_DTH_ToaPlanta {
|
|
|
7038
7038
|
troba: string;
|
|
7039
7039
|
estado_del_borne: string;
|
|
7040
7040
|
rotulado_del_cto: string;
|
|
7041
|
-
datos_borne:
|
|
7041
|
+
datos_borne: number;
|
|
7042
7042
|
}
|
|
7043
7043
|
|
|
7044
7044
|
declare class STB_DTH_ToaUbicacion {
|
|
@@ -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: string;
|
|
7063
7063
|
subtipo_de_actividad: string;
|
|
7064
7064
|
numero_de_peticion: string;
|
|
7065
7065
|
fecha_de_cita: Date;
|
|
@@ -7097,8 +7097,8 @@ declare class STB_DTH_ToaENTITY {
|
|
|
7097
7097
|
canal_de_agendamiento: string;
|
|
7098
7098
|
usuario_de_agendamiento: string;
|
|
7099
7099
|
fecha_de_agendamiento: Date;
|
|
7100
|
-
activity_start_time:
|
|
7101
|
-
activity_end_time:
|
|
7100
|
+
activity_start_time: Date;
|
|
7101
|
+
activity_end_time: Date;
|
|
7102
7102
|
franja_de_agendamiento: string;
|
|
7103
7103
|
existe_cobertura_de_fibra_en_la_zona: string;
|
|
7104
7104
|
cliente_acepta_solucion_anticipada_de_reclamo: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -7038,7 +7038,7 @@ declare class STB_DTH_ToaPlanta {
|
|
|
7038
7038
|
troba: string;
|
|
7039
7039
|
estado_del_borne: string;
|
|
7040
7040
|
rotulado_del_cto: string;
|
|
7041
|
-
datos_borne:
|
|
7041
|
+
datos_borne: number;
|
|
7042
7042
|
}
|
|
7043
7043
|
|
|
7044
7044
|
declare class STB_DTH_ToaUbicacion {
|
|
@@ -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: string;
|
|
7063
7063
|
subtipo_de_actividad: string;
|
|
7064
7064
|
numero_de_peticion: string;
|
|
7065
7065
|
fecha_de_cita: Date;
|
|
@@ -7097,8 +7097,8 @@ declare class STB_DTH_ToaENTITY {
|
|
|
7097
7097
|
canal_de_agendamiento: string;
|
|
7098
7098
|
usuario_de_agendamiento: string;
|
|
7099
7099
|
fecha_de_agendamiento: Date;
|
|
7100
|
-
activity_start_time:
|
|
7101
|
-
activity_end_time:
|
|
7100
|
+
activity_start_time: Date;
|
|
7101
|
+
activity_end_time: Date;
|
|
7102
7102
|
franja_de_agendamiento: string;
|
|
7103
7103
|
existe_cobertura_de_fibra_en_la_zona: string;
|
|
7104
7104
|
cliente_acepta_solucion_anticipada_de_reclamo: string;
|
package/dist/index.js
CHANGED
|
@@ -37491,9 +37491,9 @@ __decorateClass([
|
|
|
37491
37491
|
], STB_DTH_ToaPlanta.prototype, "rotulado_del_cto", 2);
|
|
37492
37492
|
__decorateClass([
|
|
37493
37493
|
(0, import_class_transformer579.Expose)(),
|
|
37494
|
-
(0, import_class_transformer579.Type)(() =>
|
|
37494
|
+
(0, import_class_transformer579.Type)(() => Number),
|
|
37495
37495
|
(0, import_class_validator580.IsDefined)({ message: "El campo datos_borne es obligatorio." }),
|
|
37496
|
-
(0, import_class_validator580.
|
|
37496
|
+
(0, import_class_validator580.IsNumber)()
|
|
37497
37497
|
], STB_DTH_ToaPlanta.prototype, "datos_borne", 2);
|
|
37498
37498
|
|
|
37499
37499
|
// src/operativa/procesos/stb_dth_toaperu/shared/dto/stb_dth_toa_ubicacion.ts
|
|
@@ -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)(() => String),
|
|
37662
37662
|
(0, import_class_validator582.IsDefined)({ message: "El campo numero_ot es obligatorio." }),
|
|
37663
|
-
(0, import_class_validator582.
|
|
37663
|
+
(0, import_class_validator582.IsString)()
|
|
37664
37664
|
], STB_DTH_ToaENTITY.prototype, "numero_ot", 2);
|
|
37665
37665
|
__decorateClass([
|
|
37666
37666
|
(0, import_class_transformer581.Expose)(),
|
|
@@ -37906,15 +37906,15 @@ __decorateClass([
|
|
|
37906
37906
|
], STB_DTH_ToaENTITY.prototype, "fecha_de_agendamiento", 2);
|
|
37907
37907
|
__decorateClass([
|
|
37908
37908
|
(0, import_class_transformer581.Expose)(),
|
|
37909
|
-
(0, import_class_transformer581.Type)(() =>
|
|
37909
|
+
(0, import_class_transformer581.Type)(() => Date),
|
|
37910
37910
|
(0, import_class_validator582.IsDefined)({ message: "El campo activity_start_time es obligatorio." }),
|
|
37911
|
-
(0, import_class_validator582.
|
|
37911
|
+
(0, import_class_validator582.IsDate)()
|
|
37912
37912
|
], STB_DTH_ToaENTITY.prototype, "activity_start_time", 2);
|
|
37913
37913
|
__decorateClass([
|
|
37914
37914
|
(0, import_class_transformer581.Expose)(),
|
|
37915
|
-
(0, import_class_transformer581.Type)(() =>
|
|
37915
|
+
(0, import_class_transformer581.Type)(() => Date),
|
|
37916
37916
|
(0, import_class_validator582.IsDefined)({ message: "El campo activity_end_time es obligatorio." }),
|
|
37917
|
-
(0, import_class_validator582.
|
|
37917
|
+
(0, import_class_validator582.IsDate)()
|
|
37918
37918
|
], STB_DTH_ToaENTITY.prototype, "activity_end_time", 2);
|
|
37919
37919
|
__decorateClass([
|
|
37920
37920
|
(0, import_class_transformer581.Expose)(),
|
package/dist/index.mjs
CHANGED
|
@@ -37131,9 +37131,9 @@ __decorateClass([
|
|
|
37131
37131
|
], STB_DTH_ToaPlanta.prototype, "rotulado_del_cto", 2);
|
|
37132
37132
|
__decorateClass([
|
|
37133
37133
|
Expose576(),
|
|
37134
|
-
Type378(() =>
|
|
37134
|
+
Type378(() => Number),
|
|
37135
37135
|
IsDefined179({ message: "El campo datos_borne es obligatorio." }),
|
|
37136
|
-
|
|
37136
|
+
IsNumber383()
|
|
37137
37137
|
], STB_DTH_ToaPlanta.prototype, "datos_borne", 2);
|
|
37138
37138
|
|
|
37139
37139
|
// src/operativa/procesos/stb_dth_toaperu/shared/dto/stb_dth_toa_ubicacion.ts
|
|
@@ -37303,9 +37303,9 @@ __decorateClass([
|
|
|
37303
37303
|
], STB_DTH_ToaENTITY.prototype, "id_recurso", 2);
|
|
37304
37304
|
__decorateClass([
|
|
37305
37305
|
Expose578(),
|
|
37306
|
-
Type380(() =>
|
|
37306
|
+
Type380(() => String),
|
|
37307
37307
|
IsDefined181({ message: "El campo numero_ot es obligatorio." }),
|
|
37308
|
-
|
|
37308
|
+
IsString474()
|
|
37309
37309
|
], STB_DTH_ToaENTITY.prototype, "numero_ot", 2);
|
|
37310
37310
|
__decorateClass([
|
|
37311
37311
|
Expose578(),
|
|
@@ -37551,15 +37551,15 @@ __decorateClass([
|
|
|
37551
37551
|
], STB_DTH_ToaENTITY.prototype, "fecha_de_agendamiento", 2);
|
|
37552
37552
|
__decorateClass([
|
|
37553
37553
|
Expose578(),
|
|
37554
|
-
Type380(() =>
|
|
37554
|
+
Type380(() => Date),
|
|
37555
37555
|
IsDefined181({ message: "El campo activity_start_time es obligatorio." }),
|
|
37556
|
-
|
|
37556
|
+
IsDate147()
|
|
37557
37557
|
], STB_DTH_ToaENTITY.prototype, "activity_start_time", 2);
|
|
37558
37558
|
__decorateClass([
|
|
37559
37559
|
Expose578(),
|
|
37560
|
-
Type380(() =>
|
|
37560
|
+
Type380(() => Date),
|
|
37561
37561
|
IsDefined181({ message: "El campo activity_end_time es obligatorio." }),
|
|
37562
|
-
|
|
37562
|
+
IsDate147()
|
|
37563
37563
|
], STB_DTH_ToaENTITY.prototype, "activity_end_time", 2);
|
|
37564
37564
|
__decorateClass([
|
|
37565
37565
|
Expose578(),
|