sigo-entities 1.0.41 → 1.0.42
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 +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -3
- package/dist/index.mjs +211 -212
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1723,7 +1723,7 @@ declare class DetalleChileColombiaObraDTO extends DetalleChileObraDTO {
|
|
|
1723
1723
|
}
|
|
1724
1724
|
|
|
1725
1725
|
declare class ObraColombia9612ENTITY extends ObraENTITY {
|
|
1726
|
-
DetalleChile: DetalleChileColombiaObraDTO
|
|
1726
|
+
DetalleChile: DetalleChileColombiaObraDTO;
|
|
1727
1727
|
}
|
|
1728
1728
|
|
|
1729
1729
|
declare class PrecioContratistaMOENTITY {
|
package/dist/index.d.ts
CHANGED
|
@@ -1723,7 +1723,7 @@ declare class DetalleChileColombiaObraDTO extends DetalleChileObraDTO {
|
|
|
1723
1723
|
}
|
|
1724
1724
|
|
|
1725
1725
|
declare class ObraColombia9612ENTITY extends ObraENTITY {
|
|
1726
|
-
DetalleChile: DetalleChileColombiaObraDTO
|
|
1726
|
+
DetalleChile: DetalleChileColombiaObraDTO;
|
|
1727
1727
|
}
|
|
1728
1728
|
|
|
1729
1729
|
declare class PrecioContratistaMOENTITY {
|
package/dist/index.js
CHANGED
|
@@ -9690,14 +9690,13 @@ __decorateClass([
|
|
|
9690
9690
|
|
|
9691
9691
|
// src/programados/procesos/obra/colombia/9612/index.ts
|
|
9692
9692
|
var ObraColombia9612ENTITY = class extends ObraENTITY {
|
|
9693
|
-
DetalleChile =
|
|
9693
|
+
DetalleChile = new DetalleChileColombiaObraDTO();
|
|
9694
9694
|
};
|
|
9695
9695
|
__decorateClass([
|
|
9696
9696
|
(0, import_class_transformer171.Type)(() => DetalleChileColombiaObraDTO),
|
|
9697
9697
|
(0, import_class_validator172.IsNotEmpty)({ message: "es requerido" }),
|
|
9698
9698
|
(0, import_class_transformer171.Expose)(),
|
|
9699
|
-
(0, import_class_validator172.
|
|
9700
|
-
(0, import_class_validator172.ValidateNested)({ each: true })
|
|
9699
|
+
(0, import_class_validator172.ValidateNested)()
|
|
9701
9700
|
], ObraColombia9612ENTITY.prototype, "DetalleChile", 2);
|
|
9702
9701
|
|
|
9703
9702
|
// src/programados/procesos/precioContratistaMO/shared/index.ts
|