sigo-entities 1.2.97 → 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 +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +12 -0
- package/dist/index.mjs +12 -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;
|
|
@@ -6643,6 +6644,7 @@ declare class OrderStockENTITY {
|
|
|
6643
6644
|
itemCode: string;
|
|
6644
6645
|
serial: string;
|
|
6645
6646
|
quantity: number;
|
|
6647
|
+
invpool: string;
|
|
6646
6648
|
numero_de_peticion: string;
|
|
6647
6649
|
stock_quantity_employee: StockQuantityEmployeeDTO[];
|
|
6648
6650
|
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;
|
|
@@ -6643,6 +6644,7 @@ declare class OrderStockENTITY {
|
|
|
6643
6644
|
itemCode: string;
|
|
6644
6645
|
serial: string;
|
|
6645
6646
|
quantity: number;
|
|
6647
|
+
invpool: string;
|
|
6646
6648
|
numero_de_peticion: string;
|
|
6647
6649
|
stock_quantity_employee: StockQuantityEmployeeDTO[];
|
|
6648
6650
|
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." }),
|
|
@@ -35281,6 +35287,7 @@ var OrderStockENTITY = class {
|
|
|
35281
35287
|
itemCode;
|
|
35282
35288
|
serial;
|
|
35283
35289
|
quantity;
|
|
35290
|
+
invpool = "";
|
|
35284
35291
|
numero_de_peticion;
|
|
35285
35292
|
stock_quantity_employee = [];
|
|
35286
35293
|
state_consumption;
|
|
@@ -35313,6 +35320,11 @@ __decorateClass([
|
|
|
35313
35320
|
(0, import_class_validator564.IsDefined)({ message: "El campo quantity es obligatorio." }),
|
|
35314
35321
|
(0, import_class_validator564.IsNumber)()
|
|
35315
35322
|
], OrderStockENTITY.prototype, "quantity", 2);
|
|
35323
|
+
__decorateClass([
|
|
35324
|
+
(0, import_class_transformer563.Expose)(),
|
|
35325
|
+
(0, import_class_validator564.IsDefined)({ message: "El campo invpool es obligatorio." }),
|
|
35326
|
+
(0, import_class_validator564.IsString)()
|
|
35327
|
+
], OrderStockENTITY.prototype, "invpool", 2);
|
|
35316
35328
|
__decorateClass([
|
|
35317
35329
|
(0, import_class_transformer563.Expose)(),
|
|
35318
35330
|
(0, import_class_validator564.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." }),
|
|
@@ -34938,6 +34944,7 @@ var OrderStockENTITY = class {
|
|
|
34938
34944
|
itemCode;
|
|
34939
34945
|
serial;
|
|
34940
34946
|
quantity;
|
|
34947
|
+
invpool = "";
|
|
34941
34948
|
numero_de_peticion;
|
|
34942
34949
|
stock_quantity_employee = [];
|
|
34943
34950
|
state_consumption;
|
|
@@ -34970,6 +34977,11 @@ __decorateClass([
|
|
|
34970
34977
|
IsDefined168({ message: "El campo quantity es obligatorio." }),
|
|
34971
34978
|
IsNumber372()
|
|
34972
34979
|
], OrderStockENTITY.prototype, "quantity", 2);
|
|
34980
|
+
__decorateClass([
|
|
34981
|
+
Expose561(),
|
|
34982
|
+
IsDefined168({ message: "El campo invpool es obligatorio." }),
|
|
34983
|
+
IsString457()
|
|
34984
|
+
], OrderStockENTITY.prototype, "invpool", 2);
|
|
34973
34985
|
__decorateClass([
|
|
34974
34986
|
Expose561(),
|
|
34975
34987
|
IsDefined168({ message: "El campo N\xFAmero de Petici\xF3n es obligatorio." }),
|