sigo-entities 1.2.97 → 1.2.98
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
|
@@ -6643,6 +6643,7 @@ declare class OrderStockENTITY {
|
|
|
6643
6643
|
itemCode: string;
|
|
6644
6644
|
serial: string;
|
|
6645
6645
|
quantity: number;
|
|
6646
|
+
invpool: string;
|
|
6646
6647
|
numero_de_peticion: string;
|
|
6647
6648
|
stock_quantity_employee: StockQuantityEmployeeDTO[];
|
|
6648
6649
|
state_consumption: StateInventory;
|
package/dist/index.d.ts
CHANGED
|
@@ -6643,6 +6643,7 @@ declare class OrderStockENTITY {
|
|
|
6643
6643
|
itemCode: string;
|
|
6644
6644
|
serial: string;
|
|
6645
6645
|
quantity: number;
|
|
6646
|
+
invpool: string;
|
|
6646
6647
|
numero_de_peticion: string;
|
|
6647
6648
|
stock_quantity_employee: StockQuantityEmployeeDTO[];
|
|
6648
6649
|
state_consumption: StateInventory;
|
package/dist/index.js
CHANGED
|
@@ -35281,6 +35281,7 @@ var OrderStockENTITY = class {
|
|
|
35281
35281
|
itemCode;
|
|
35282
35282
|
serial;
|
|
35283
35283
|
quantity;
|
|
35284
|
+
invpool = "";
|
|
35284
35285
|
numero_de_peticion;
|
|
35285
35286
|
stock_quantity_employee = [];
|
|
35286
35287
|
state_consumption;
|
|
@@ -35313,6 +35314,11 @@ __decorateClass([
|
|
|
35313
35314
|
(0, import_class_validator564.IsDefined)({ message: "El campo quantity es obligatorio." }),
|
|
35314
35315
|
(0, import_class_validator564.IsNumber)()
|
|
35315
35316
|
], OrderStockENTITY.prototype, "quantity", 2);
|
|
35317
|
+
__decorateClass([
|
|
35318
|
+
(0, import_class_transformer563.Expose)(),
|
|
35319
|
+
(0, import_class_validator564.IsDefined)({ message: "El campo invpool es obligatorio." }),
|
|
35320
|
+
(0, import_class_validator564.IsString)()
|
|
35321
|
+
], OrderStockENTITY.prototype, "invpool", 2);
|
|
35316
35322
|
__decorateClass([
|
|
35317
35323
|
(0, import_class_transformer563.Expose)(),
|
|
35318
35324
|
(0, import_class_validator564.IsDefined)({ message: "El campo N\xFAmero de Petici\xF3n es obligatorio." }),
|
package/dist/index.mjs
CHANGED
|
@@ -34938,6 +34938,7 @@ var OrderStockENTITY = class {
|
|
|
34938
34938
|
itemCode;
|
|
34939
34939
|
serial;
|
|
34940
34940
|
quantity;
|
|
34941
|
+
invpool = "";
|
|
34941
34942
|
numero_de_peticion;
|
|
34942
34943
|
stock_quantity_employee = [];
|
|
34943
34944
|
state_consumption;
|
|
@@ -34970,6 +34971,11 @@ __decorateClass([
|
|
|
34970
34971
|
IsDefined168({ message: "El campo quantity es obligatorio." }),
|
|
34971
34972
|
IsNumber372()
|
|
34972
34973
|
], OrderStockENTITY.prototype, "quantity", 2);
|
|
34974
|
+
__decorateClass([
|
|
34975
|
+
Expose561(),
|
|
34976
|
+
IsDefined168({ message: "El campo invpool es obligatorio." }),
|
|
34977
|
+
IsString457()
|
|
34978
|
+
], OrderStockENTITY.prototype, "invpool", 2);
|
|
34973
34979
|
__decorateClass([
|
|
34974
34980
|
Expose561(),
|
|
34975
34981
|
IsDefined168({ message: "El campo N\xFAmero de Petici\xF3n es obligatorio." }),
|