sigo-entities 0.0.229 → 0.0.230
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 +1078 -1079
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9203,7 +9203,6 @@ __decorateClass([
|
|
|
9203
9203
|
__decorateClass([
|
|
9204
9204
|
(0, import_class_validator158.IsBoolean)({ message: "debe ser true o false" }),
|
|
9205
9205
|
(0, import_class_validator158.IsNotEmpty)({ message: "es requerido" }),
|
|
9206
|
-
(0, import_class_validator158.Length)(1, 100, { message: "debe tener entre 1 y 100 caracteres" }),
|
|
9207
9206
|
(0, import_class_transformer158.Expose)()
|
|
9208
9207
|
], EmpresaDTO3.prototype, "Propia", 2);
|
|
9209
9208
|
|