sigo-entities 1.2.270 → 1.2.271
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 -0
- package/dist/index.mjs +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -29830,6 +29830,7 @@ __decorateClass([
|
|
|
29830
29830
|
(0, import_class_transformer526.Expose)()
|
|
29831
29831
|
], ProductoDto.prototype, "CantidadDisponible", 2);
|
|
29832
29832
|
__decorateClass([
|
|
29833
|
+
(0, import_class_validator519.IsOptional)(),
|
|
29833
29834
|
(0, import_class_validator519.IsArray)({ message: "debe ser un array" }),
|
|
29834
29835
|
(0, import_class_transformer527.Type)(() => RecepcionDto),
|
|
29835
29836
|
(0, import_class_validator519.ValidateNested)({ each: true }),
|
package/dist/index.mjs
CHANGED
|
@@ -29247,6 +29247,7 @@ __decorateClass([
|
|
|
29247
29247
|
Expose516()
|
|
29248
29248
|
], ProductoDto.prototype, "CantidadDisponible", 2);
|
|
29249
29249
|
__decorateClass([
|
|
29250
|
+
IsOptional21(),
|
|
29250
29251
|
IsArray178({ message: "debe ser un array" }),
|
|
29251
29252
|
Type340(() => RecepcionDto),
|
|
29252
29253
|
ValidateNested302({ each: true }),
|