sigo-entities 0.0.198 → 0.0.199
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.js +1 -0
- package/dist/index.mjs +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7142,6 +7142,7 @@ __decorateClass([
|
|
|
7142
7142
|
__decorateClass([
|
|
7143
7143
|
(0, import_class_transformer120.Type)(() => CausacionDTO),
|
|
7144
7144
|
(0, import_class_validator120.IsNotEmpty)({ message: "es requerido" }),
|
|
7145
|
+
(0, import_class_transformer120.Expose)(),
|
|
7145
7146
|
(0, import_class_validator120.IsArray)(),
|
|
7146
7147
|
(0, import_class_validator120.ValidateNested)({ each: true })
|
|
7147
7148
|
], DetalleChileObraDTO.prototype, "Causacion", 2);
|
package/dist/index.mjs
CHANGED
|
@@ -6902,6 +6902,7 @@ __decorateClass([
|
|
|
6902
6902
|
__decorateClass([
|
|
6903
6903
|
Type75(() => CausacionDTO),
|
|
6904
6904
|
IsNotEmpty118({ message: "es requerido" }),
|
|
6905
|
+
Expose119(),
|
|
6905
6906
|
IsArray37(),
|
|
6906
6907
|
ValidateNested63({ each: true })
|
|
6907
6908
|
], DetalleChileObraDTO.prototype, "Causacion", 2);
|