sigo-entities 1.2.353 → 1.2.354
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 +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -28709,13 +28709,13 @@ __decorateClass([
|
|
|
28709
28709
|
__decorateClass([
|
|
28710
28710
|
(0, import_class_validator481.IsString)({ message: "debe ser un texto" }),
|
|
28711
28711
|
(0, import_class_validator481.IsNotEmpty)({ message: "es requerido" }),
|
|
28712
|
-
(0, import_class_validator481.Length)(1,
|
|
28712
|
+
(0, import_class_validator481.Length)(1, 100, { message: "debe tener entre 1 y 100 caracteres" }),
|
|
28713
28713
|
(0, import_class_transformer483.Expose)()
|
|
28714
28714
|
], StockPersonalENTITY.prototype, "CodigoBusqueda", 2);
|
|
28715
28715
|
__decorateClass([
|
|
28716
28716
|
(0, import_class_validator481.IsString)({ message: "debe ser un texto" }),
|
|
28717
28717
|
(0, import_class_validator481.IsNotEmpty)({ message: "es requerido" }),
|
|
28718
|
-
(0, import_class_validator481.Length)(1,
|
|
28718
|
+
(0, import_class_validator481.Length)(1, 100, { message: "debe tener entre 1 y 100 caracteres" }),
|
|
28719
28719
|
(0, import_class_transformer483.Expose)()
|
|
28720
28720
|
], StockPersonalENTITY.prototype, "CodigoLlave", 2);
|
|
28721
28721
|
__decorateClass([
|
package/dist/index.mjs
CHANGED
|
@@ -28047,13 +28047,13 @@ __decorateClass([
|
|
|
28047
28047
|
__decorateClass([
|
|
28048
28048
|
IsString370({ message: "debe ser un texto" }),
|
|
28049
28049
|
IsNotEmpty304({ message: "es requerido" }),
|
|
28050
|
-
Length238(1,
|
|
28050
|
+
Length238(1, 100, { message: "debe tener entre 1 y 100 caracteres" }),
|
|
28051
28051
|
Expose478()
|
|
28052
28052
|
], StockPersonalENTITY.prototype, "CodigoBusqueda", 2);
|
|
28053
28053
|
__decorateClass([
|
|
28054
28054
|
IsString370({ message: "debe ser un texto" }),
|
|
28055
28055
|
IsNotEmpty304({ message: "es requerido" }),
|
|
28056
|
-
Length238(1,
|
|
28056
|
+
Length238(1, 100, { message: "debe tener entre 1 y 100 caracteres" }),
|
|
28057
28057
|
Expose478()
|
|
28058
28058
|
], StockPersonalENTITY.prototype, "CodigoLlave", 2);
|
|
28059
28059
|
__decorateClass([
|