sigo-entities 1.2.135 → 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 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: string;
7062
+ numero_ot: number;
7063
7063
  subtipo_de_actividad: string;
7064
7064
  numero_de_peticion: string;
7065
7065
  fecha_de_cita: Date;
@@ -7075,18 +7075,18 @@ 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: string;
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;
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;
7089
- accessid: string;
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: string;
7062
+ numero_ot: number;
7063
7063
  subtipo_de_actividad: string;
7064
7064
  numero_de_peticion: string;
7065
7065
  fecha_de_cita: Date;
@@ -7075,18 +7075,18 @@ 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: string;
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;
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;
7089
- accessid: string;
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)(() => String),
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.IsString)()
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)(() => String),
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.IsString)()
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)(),
@@ -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)(),
@@ -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)(() => String),
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.IsString)()
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(() => String),
37306
+ Type380(() => Number),
37307
37307
  IsDefined181({ message: "El campo numero_ot es obligatorio." }),
37308
- IsString474()
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(() => String),
37408
+ Type380(() => Number),
37409
37409
  IsDefined181({ message: "El campo codigo_de_cliente es obligatorio." }),
37410
- IsString474()
37410
+ IsNumber385()
37411
37411
  ], STB_DTH_ToaENTITY.prototype, "codigo_de_cliente", 2);
37412
37412
  __decorateClass([
37413
37413
  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(),
@@ -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(() => String),
37486
+ Type380(() => Number),
37487
37487
  IsDefined181({ message: "El campo accessid es obligatorio." }),
37488
- IsString474()
37488
+ IsNumber385()
37489
37489
  ], STB_DTH_ToaENTITY.prototype, "accessid", 2);
37490
37490
  __decorateClass([
37491
37491
  Expose578(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigo-entities",
3
- "version": "1.2.135",
3
+ "version": "1.2.137",
4
4
  "description": "Desarrollo de modelos de datos SIGO",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",