sigo-entities 1.2.98 → 1.2.99
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 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +6 -0
- package/dist/index.mjs +6 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -6387,6 +6387,7 @@ declare class TOAOrderStockENTITY {
|
|
|
6387
6387
|
itemCode: string;
|
|
6388
6388
|
serial: string;
|
|
6389
6389
|
quantity: number;
|
|
6390
|
+
invpool: string;
|
|
6390
6391
|
numero_de_peticion: string;
|
|
6391
6392
|
stock_quantity_employee: StockQuantityEmployeeDTO[];
|
|
6392
6393
|
state_consumption: StateInventory;
|
package/dist/index.d.ts
CHANGED
|
@@ -6387,6 +6387,7 @@ declare class TOAOrderStockENTITY {
|
|
|
6387
6387
|
itemCode: string;
|
|
6388
6388
|
serial: string;
|
|
6389
6389
|
quantity: number;
|
|
6390
|
+
invpool: string;
|
|
6390
6391
|
numero_de_peticion: string;
|
|
6391
6392
|
stock_quantity_employee: StockQuantityEmployeeDTO[];
|
|
6392
6393
|
state_consumption: StateInventory;
|
package/dist/index.js
CHANGED
|
@@ -33967,6 +33967,7 @@ var TOAOrderStockENTITY = class {
|
|
|
33967
33967
|
itemCode;
|
|
33968
33968
|
serial;
|
|
33969
33969
|
quantity;
|
|
33970
|
+
invpool = "";
|
|
33970
33971
|
numero_de_peticion;
|
|
33971
33972
|
stock_quantity_employee = [];
|
|
33972
33973
|
state_consumption;
|
|
@@ -34001,6 +34002,11 @@ __decorateClass([
|
|
|
34001
34002
|
(0, import_class_validator554.IsDefined)({ message: "El campo quantity es obligatorio." }),
|
|
34002
34003
|
(0, import_class_validator554.IsNumber)()
|
|
34003
34004
|
], TOAOrderStockENTITY.prototype, "quantity", 2);
|
|
34005
|
+
__decorateClass([
|
|
34006
|
+
(0, import_class_transformer553.Expose)({ name: "invpool" }),
|
|
34007
|
+
(0, import_class_validator554.IsDefined)({ message: "El campo invpool es obligatorio." }),
|
|
34008
|
+
(0, import_class_validator554.IsString)()
|
|
34009
|
+
], TOAOrderStockENTITY.prototype, "invpool", 2);
|
|
34004
34010
|
__decorateClass([
|
|
34005
34011
|
(0, import_class_transformer553.Expose)({ name: "numero_de_peticion" }),
|
|
34006
34012
|
(0, import_class_validator554.IsDefined)({ message: "El campo N\xFAmero de Petici\xF3n es obligatorio." }),
|
package/dist/index.mjs
CHANGED
|
@@ -33556,6 +33556,7 @@ var TOAOrderStockENTITY = class {
|
|
|
33556
33556
|
itemCode;
|
|
33557
33557
|
serial;
|
|
33558
33558
|
quantity;
|
|
33559
|
+
invpool = "";
|
|
33559
33560
|
numero_de_peticion;
|
|
33560
33561
|
stock_quantity_employee = [];
|
|
33561
33562
|
state_consumption;
|
|
@@ -33590,6 +33591,11 @@ __decorateClass([
|
|
|
33590
33591
|
IsDefined158({ message: "El campo quantity es obligatorio." }),
|
|
33591
33592
|
IsNumber363()
|
|
33592
33593
|
], TOAOrderStockENTITY.prototype, "quantity", 2);
|
|
33594
|
+
__decorateClass([
|
|
33595
|
+
Expose551({ name: "invpool" }),
|
|
33596
|
+
IsDefined158({ message: "El campo invpool es obligatorio." }),
|
|
33597
|
+
IsString447()
|
|
33598
|
+
], TOAOrderStockENTITY.prototype, "invpool", 2);
|
|
33593
33599
|
__decorateClass([
|
|
33594
33600
|
Expose551({ name: "numero_de_peticion" }),
|
|
33595
33601
|
IsDefined158({ message: "El campo N\xFAmero de Petici\xF3n es obligatorio." }),
|