sigo-entities 0.0.237 → 0.0.238
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 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1006,7 +1006,7 @@ __decorateClass([
|
|
|
1006
1006
|
], DetalleDTO.prototype, "CodigoLlave", 2);
|
|
1007
1007
|
__decorateClass([
|
|
1008
1008
|
(0, import_class_validator19.IsString)({ message: "debe ser un texto" }),
|
|
1009
|
-
(0, import_class_validator19.Length)(0,
|
|
1009
|
+
(0, import_class_validator19.Length)(0, 150, { message: "debe tener entre 0 y 150 caracteres" }),
|
|
1010
1010
|
(0, import_class_transformer19.Expose)()
|
|
1011
1011
|
], DetalleDTO.prototype, "Notas", 2);
|
|
1012
1012
|
__decorateClass([
|
package/dist/index.mjs
CHANGED
|
@@ -750,7 +750,7 @@ __decorateClass([
|
|
|
750
750
|
], DetalleDTO.prototype, "CodigoLlave", 2);
|
|
751
751
|
__decorateClass([
|
|
752
752
|
IsString16({ message: "debe ser un texto" }),
|
|
753
|
-
Length16(0,
|
|
753
|
+
Length16(0, 150, { message: "debe tener entre 0 y 150 caracteres" }),
|
|
754
754
|
Expose18()
|
|
755
755
|
], DetalleDTO.prototype, "Notas", 2);
|
|
756
756
|
__decorateClass([
|