sigo-entities 1.2.69 → 1.2.70
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.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +4 -4
- package/dist/index.mjs +4 -4
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -33772,13 +33772,13 @@ __decorateClass([
|
|
|
33772
33772
|
|
|
33773
33773
|
// src/operativa/procesos/TOA order stock/shared/index.ts
|
|
33774
33774
|
var TOAOrderStockENTITY = class extends OrderStockENTITY {
|
|
33775
|
-
|
|
33775
|
+
quantity_original;
|
|
33776
33776
|
};
|
|
33777
33777
|
__decorateClass([
|
|
33778
|
-
(0, import_class_transformer550.Expose)({ name: "
|
|
33779
|
-
(0, import_class_validator551.IsDefined)({ message: "El campo quantity
|
|
33778
|
+
(0, import_class_transformer550.Expose)({ name: "quantity_original" }),
|
|
33779
|
+
(0, import_class_validator551.IsDefined)({ message: "El campo quantity original es obligatorio." }),
|
|
33780
33780
|
(0, import_class_validator551.IsNumber)()
|
|
33781
|
-
], TOAOrderStockENTITY.prototype, "
|
|
33781
|
+
], TOAOrderStockENTITY.prototype, "quantity_original", 2);
|
|
33782
33782
|
|
|
33783
33783
|
// src/operativa/procesos/request number TTL/shared/index.ts
|
|
33784
33784
|
var import_class_transformer551 = require("class-transformer");
|
package/dist/index.mjs
CHANGED
|
@@ -33366,13 +33366,13 @@ __decorateClass([
|
|
|
33366
33366
|
|
|
33367
33367
|
// src/operativa/procesos/TOA order stock/shared/index.ts
|
|
33368
33368
|
var TOAOrderStockENTITY = class extends OrderStockENTITY {
|
|
33369
|
-
|
|
33369
|
+
quantity_original;
|
|
33370
33370
|
};
|
|
33371
33371
|
__decorateClass([
|
|
33372
|
-
Expose548({ name: "
|
|
33373
|
-
IsDefined156({ message: "El campo quantity
|
|
33372
|
+
Expose548({ name: "quantity_original" }),
|
|
33373
|
+
IsDefined156({ message: "El campo quantity original es obligatorio." }),
|
|
33374
33374
|
IsNumber362()
|
|
33375
|
-
], TOAOrderStockENTITY.prototype, "
|
|
33375
|
+
], TOAOrderStockENTITY.prototype, "quantity_original", 2);
|
|
33376
33376
|
|
|
33377
33377
|
// src/operativa/procesos/request number TTL/shared/index.ts
|
|
33378
33378
|
import { Expose as Expose549, Type as Type356 } from "class-transformer";
|