sigo-entities 1.2.141 → 1.2.142
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 -2
- package/dist/index.mjs +1 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2583,8 +2583,7 @@ __decorateClass([
|
|
|
2583
2583
|
], SubEstadoInternoDTO.prototype, "Fecha", 2);
|
|
2584
2584
|
__decorateClass([
|
|
2585
2585
|
(0, import_class_validator53.IsString)({ message: "debe ser un texto" }),
|
|
2586
|
-
(0, import_class_validator53.
|
|
2587
|
-
(0, import_class_validator53.Length)(2, 25, { message: "debe tener entre 2 y 25 caracteres" }),
|
|
2586
|
+
(0, import_class_validator53.Length)(0, 25, { message: "debe tener entre 0 y 25 caracteres" }),
|
|
2588
2587
|
(0, import_class_transformer52.Expose)()
|
|
2589
2588
|
], SubEstadoInternoDTO.prototype, "Descripcion", 2);
|
|
2590
2589
|
__decorateClass([
|
package/dist/index.mjs
CHANGED
|
@@ -1972,8 +1972,7 @@ __decorateClass([
|
|
|
1972
1972
|
], SubEstadoInternoDTO.prototype, "Fecha", 2);
|
|
1973
1973
|
__decorateClass([
|
|
1974
1974
|
IsString41({ message: "debe ser un texto" }),
|
|
1975
|
-
|
|
1976
|
-
Length33(2, 25, { message: "debe tener entre 2 y 25 caracteres" }),
|
|
1975
|
+
Length33(0, 25, { message: "debe tener entre 0 y 25 caracteres" }),
|
|
1977
1976
|
Expose50()
|
|
1978
1977
|
], SubEstadoInternoDTO.prototype, "Descripcion", 2);
|
|
1979
1978
|
__decorateClass([
|