sigo-entities 1.2.98 → 1.2.100

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 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
@@ -32858,6 +32858,7 @@ __decorateClass([
32858
32858
  __decorateClass([
32859
32859
  (0, import_class_transformer543.Expose)({ name: "N\xFAmero Tel\xE9fono" }),
32860
32860
  (0, import_class_validator544.IsDefined)({ message: "El campo N\xFAmero Tel\xE9fono es obligatorio." }),
32861
+ (0, import_class_transformer543.Type)(() => String),
32861
32862
  (0, import_class_validator544.IsString)()
32862
32863
  ], Peru9112TOAENTITY.prototype, "numero_telefono", 2);
32863
32864
  __decorateClass([
@@ -33967,6 +33968,7 @@ var TOAOrderStockENTITY = class {
33967
33968
  itemCode;
33968
33969
  serial;
33969
33970
  quantity;
33971
+ invpool = "";
33970
33972
  numero_de_peticion;
33971
33973
  stock_quantity_employee = [];
33972
33974
  state_consumption;
@@ -34001,6 +34003,11 @@ __decorateClass([
34001
34003
  (0, import_class_validator554.IsDefined)({ message: "El campo quantity es obligatorio." }),
34002
34004
  (0, import_class_validator554.IsNumber)()
34003
34005
  ], TOAOrderStockENTITY.prototype, "quantity", 2);
34006
+ __decorateClass([
34007
+ (0, import_class_transformer553.Expose)({ name: "invpool" }),
34008
+ (0, import_class_validator554.IsDefined)({ message: "El campo invpool es obligatorio." }),
34009
+ (0, import_class_validator554.IsString)()
34010
+ ], TOAOrderStockENTITY.prototype, "invpool", 2);
34004
34011
  __decorateClass([
34005
34012
  (0, import_class_transformer553.Expose)({ name: "numero_de_peticion" }),
34006
34013
  (0, import_class_validator554.IsDefined)({ message: "El campo N\xFAmero de Petici\xF3n es obligatorio." }),
@@ -35620,6 +35627,7 @@ __decorateClass([
35620
35627
  __decorateClass([
35621
35628
  (0, import_class_transformer565.Expose)(),
35622
35629
  (0, import_class_validator566.IsDefined)({ message: "El campo N\xFAmero Tel\xE9fono es obligatorio." }),
35630
+ (0, import_class_transformer565.Type)(() => String),
35623
35631
  (0, import_class_validator566.IsString)()
35624
35632
  ], TOAOrdenLiquidacionENTITYDB.prototype, "numero_telefono", 2);
35625
35633
  __decorateClass([
package/dist/index.mjs CHANGED
@@ -32447,6 +32447,7 @@ __decorateClass([
32447
32447
  __decorateClass([
32448
32448
  Expose541({ name: "N\xFAmero Tel\xE9fono" }),
32449
32449
  IsDefined148({ message: "El campo N\xFAmero Tel\xE9fono es obligatorio." }),
32450
+ Type353(() => String),
32450
32451
  IsString437()
32451
32452
  ], Peru9112TOAENTITY.prototype, "numero_telefono", 2);
32452
32453
  __decorateClass([
@@ -33556,6 +33557,7 @@ var TOAOrderStockENTITY = class {
33556
33557
  itemCode;
33557
33558
  serial;
33558
33559
  quantity;
33560
+ invpool = "";
33559
33561
  numero_de_peticion;
33560
33562
  stock_quantity_employee = [];
33561
33563
  state_consumption;
@@ -33590,6 +33592,11 @@ __decorateClass([
33590
33592
  IsDefined158({ message: "El campo quantity es obligatorio." }),
33591
33593
  IsNumber363()
33592
33594
  ], TOAOrderStockENTITY.prototype, "quantity", 2);
33595
+ __decorateClass([
33596
+ Expose551({ name: "invpool" }),
33597
+ IsDefined158({ message: "El campo invpool es obligatorio." }),
33598
+ IsString447()
33599
+ ], TOAOrderStockENTITY.prototype, "invpool", 2);
33593
33600
  __decorateClass([
33594
33601
  Expose551({ name: "numero_de_peticion" }),
33595
33602
  IsDefined158({ message: "El campo N\xFAmero de Petici\xF3n es obligatorio." }),
@@ -35277,6 +35284,7 @@ __decorateClass([
35277
35284
  __decorateClass([
35278
35285
  Expose563(),
35279
35286
  IsDefined170({ message: "El campo N\xFAmero Tel\xE9fono es obligatorio." }),
35287
+ Type369(() => String),
35280
35288
  IsString459()
35281
35289
  ], TOAOrdenLiquidacionENTITYDB.prototype, "numero_telefono", 2);
35282
35290
  __decorateClass([
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigo-entities",
3
- "version": "1.2.98",
3
+ "version": "1.2.100",
4
4
  "description": "Desarrollo de modelos de datos SIGO",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",