sigo-entities 1.2.352 → 1.2.353
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
|
@@ -28933,13 +28933,13 @@ __decorateClass([
|
|
|
28933
28933
|
__decorateClass([
|
|
28934
28934
|
(0, import_class_validator483.IsString)({ message: "debe ser un texto" }),
|
|
28935
28935
|
(0, import_class_validator483.IsNotEmpty)({ message: "es requerido" }),
|
|
28936
|
-
(0, import_class_validator483.Length)(1,
|
|
28936
|
+
(0, import_class_validator483.Length)(1, 100, { message: "debe tener entre 1 y 100 caracteres" }),
|
|
28937
28937
|
(0, import_class_transformer485.Expose)()
|
|
28938
28938
|
], StockAlmacenENTITY.prototype, "CodigoBusqueda", 2);
|
|
28939
28939
|
__decorateClass([
|
|
28940
28940
|
(0, import_class_validator483.IsString)({ message: "debe ser un texto" }),
|
|
28941
28941
|
(0, import_class_validator483.IsNotEmpty)({ message: "es requerido" }),
|
|
28942
|
-
(0, import_class_validator483.Length)(1,
|
|
28942
|
+
(0, import_class_validator483.Length)(1, 100, { message: "debe tener entre 1 y 100 caracteres" }),
|
|
28943
28943
|
(0, import_class_transformer485.Expose)()
|
|
28944
28944
|
], StockAlmacenENTITY.prototype, "CodigoLlave", 2);
|
|
28945
28945
|
__decorateClass([
|
package/dist/index.mjs
CHANGED
|
@@ -28271,13 +28271,13 @@ __decorateClass([
|
|
|
28271
28271
|
__decorateClass([
|
|
28272
28272
|
IsString371({ message: "debe ser un texto" }),
|
|
28273
28273
|
IsNotEmpty306({ message: "es requerido" }),
|
|
28274
|
-
Length239(1,
|
|
28274
|
+
Length239(1, 100, { message: "debe tener entre 1 y 100 caracteres" }),
|
|
28275
28275
|
Expose480()
|
|
28276
28276
|
], StockAlmacenENTITY.prototype, "CodigoBusqueda", 2);
|
|
28277
28277
|
__decorateClass([
|
|
28278
28278
|
IsString371({ message: "debe ser un texto" }),
|
|
28279
28279
|
IsNotEmpty306({ message: "es requerido" }),
|
|
28280
|
-
Length239(1,
|
|
28280
|
+
Length239(1, 100, { message: "debe tener entre 1 y 100 caracteres" }),
|
|
28281
28281
|
Expose480()
|
|
28282
28282
|
], StockAlmacenENTITY.prototype, "CodigoLlave", 2);
|
|
28283
28283
|
__decorateClass([
|