sigo-entities 1.0.37 → 1.0.38
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 +0 -1
- package/dist/index.mjs +0 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9039,7 +9039,6 @@ __decorateClass([
|
|
|
9039
9039
|
], DetalleChileObraDTO.prototype, "PE", 2);
|
|
9040
9040
|
__decorateClass([
|
|
9041
9041
|
(0, import_class_validator159.IsString)({ message: "debe ser un texto" }),
|
|
9042
|
-
(0, import_class_validator159.MinLength)(1, { message: "debe tener al menos 1 car\xE1cter" }),
|
|
9043
9042
|
(0, import_class_transformer158.Expose)()
|
|
9044
9043
|
], DetalleChileObraDTO.prototype, "ITOCTC", 2);
|
|
9045
9044
|
__decorateClass([
|
package/dist/index.mjs
CHANGED
|
@@ -8662,7 +8662,6 @@ __decorateClass([
|
|
|
8662
8662
|
], DetalleChileObraDTO.prototype, "PE", 2);
|
|
8663
8663
|
__decorateClass([
|
|
8664
8664
|
IsString125({ message: "debe ser un texto" }),
|
|
8665
|
-
MinLength21(1, { message: "debe tener al menos 1 car\xE1cter" }),
|
|
8666
8665
|
Expose156()
|
|
8667
8666
|
], DetalleChileObraDTO.prototype, "ITOCTC", 2);
|
|
8668
8667
|
__decorateClass([
|