sigo-entities 1.2.134 → 1.2.136

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
@@ -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: string;
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: number;
7062
+ numero_ot: string;
7063
7063
  subtipo_de_actividad: string;
7064
7064
  numero_de_peticion: string;
7065
7065
  fecha_de_cita: Date;
@@ -7082,7 +7082,7 @@ declare class STB_DTH_ToaENTITY {
7082
7082
  velocidad_internet_requerimiento: Number;
7083
7083
  planta: STB_DTH_ToaPlanta;
7084
7084
  numero_telefono: string;
7085
- segmento: ToaSegmentoDTO;
7085
+ segmento: SegmentoDBDTO;
7086
7086
  sistema_origen: string;
7087
7087
  estado_de_soporte_de_planta_101: string;
7088
7088
  observacion_respuesta_de_soporte_de_planta_101: string;
@@ -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: string;
7101
- activity_end_time: string;
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: string;
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: number;
7062
+ numero_ot: string;
7063
7063
  subtipo_de_actividad: string;
7064
7064
  numero_de_peticion: string;
7065
7065
  fecha_de_cita: Date;
@@ -7082,7 +7082,7 @@ declare class STB_DTH_ToaENTITY {
7082
7082
  velocidad_internet_requerimiento: Number;
7083
7083
  planta: STB_DTH_ToaPlanta;
7084
7084
  numero_telefono: string;
7085
- segmento: ToaSegmentoDTO;
7085
+ segmento: SegmentoDBDTO;
7086
7086
  sistema_origen: string;
7087
7087
  estado_de_soporte_de_planta_101: string;
7088
7088
  observacion_respuesta_de_soporte_de_planta_101: string;
@@ -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: string;
7101
- activity_end_time: string;
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)(() => String),
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.IsString)()
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)(() => Number),
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.IsNumber)()
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)(),
@@ -37812,7 +37812,7 @@ __decorateClass([
37812
37812
  (0, import_class_validator582.IsDefined)({ message: "El campo segmento es obligatorio." }),
37813
37813
  (0, import_class_validator582.IsObject)(),
37814
37814
  (0, import_class_validator582.ValidateNested)(),
37815
- (0, import_class_transformer581.Type)(() => ToaSegmentoDTO)
37815
+ (0, import_class_transformer581.Type)(() => SegmentoDBDTO)
37816
37816
  ], STB_DTH_ToaENTITY.prototype, "segmento", 2);
37817
37817
  __decorateClass([
37818
37818
  (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)(() => String),
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.IsString)()
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)(() => String),
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.IsString)()
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(() => String),
37134
+ Type378(() => Number),
37135
37135
  IsDefined179({ message: "El campo datos_borne es obligatorio." }),
37136
- IsString472()
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(() => Number),
37306
+ Type380(() => String),
37307
37307
  IsDefined181({ message: "El campo numero_ot es obligatorio." }),
37308
- IsNumber385()
37308
+ IsString474()
37309
37309
  ], STB_DTH_ToaENTITY.prototype, "numero_ot", 2);
37310
37310
  __decorateClass([
37311
37311
  Expose578(),
@@ -37457,7 +37457,7 @@ __decorateClass([
37457
37457
  IsDefined181({ message: "El campo segmento es obligatorio." }),
37458
37458
  IsObject12(),
37459
37459
  ValidateNested338(),
37460
- Type380(() => ToaSegmentoDTO)
37460
+ Type380(() => SegmentoDBDTO)
37461
37461
  ], STB_DTH_ToaENTITY.prototype, "segmento", 2);
37462
37462
  __decorateClass([
37463
37463
  Expose578(),
@@ -37551,15 +37551,15 @@ __decorateClass([
37551
37551
  ], STB_DTH_ToaENTITY.prototype, "fecha_de_agendamiento", 2);
37552
37552
  __decorateClass([
37553
37553
  Expose578(),
37554
- Type380(() => String),
37554
+ Type380(() => Date),
37555
37555
  IsDefined181({ message: "El campo activity_start_time es obligatorio." }),
37556
- IsString474()
37556
+ IsDate147()
37557
37557
  ], STB_DTH_ToaENTITY.prototype, "activity_start_time", 2);
37558
37558
  __decorateClass([
37559
37559
  Expose578(),
37560
- Type380(() => String),
37560
+ Type380(() => Date),
37561
37561
  IsDefined181({ message: "El campo activity_end_time es obligatorio." }),
37562
- IsString474()
37562
+ IsDate147()
37563
37563
  ], STB_DTH_ToaENTITY.prototype, "activity_end_time", 2);
37564
37564
  __decorateClass([
37565
37565
  Expose578(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigo-entities",
3
- "version": "1.2.134",
3
+ "version": "1.2.136",
4
4
  "description": "Desarrollo de modelos de datos SIGO",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",