sigo-entities 1.2.405 → 1.2.407

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
@@ -9515,10 +9515,8 @@ declare class PlantaPeru9112ClaroDTO {
9515
9515
  declare class MaterialesPeru9112ClaroDTO {
9516
9516
  codigo: string;
9517
9517
  descripcion: string;
9518
- lote: string;
9519
9518
  cantidad: number;
9520
9519
  invsn: string;
9521
- invtype: string;
9522
9520
  invpool: string;
9523
9521
  ID_StockPersonal: number;
9524
9522
  }
package/dist/index.d.ts CHANGED
@@ -9515,10 +9515,8 @@ declare class PlantaPeru9112ClaroDTO {
9515
9515
  declare class MaterialesPeru9112ClaroDTO {
9516
9516
  codigo: string;
9517
9517
  descripcion: string;
9518
- lote: string;
9519
9518
  cantidad: number;
9520
9519
  invsn: string;
9521
- invtype: string;
9522
9520
  invpool: string;
9523
9521
  ID_StockPersonal: number;
9524
9522
  }
package/dist/index.js CHANGED
@@ -50246,10 +50246,8 @@ var import_reflect_metadata47 = require("reflect-metadata");
50246
50246
  var MaterialesPeru9112ClaroDTO = class {
50247
50247
  codigo = "";
50248
50248
  descripcion = "";
50249
- lote = "";
50250
50249
  cantidad = 0;
50251
50250
  invsn = "";
50252
- invtype = "";
50253
50251
  invpool = "";
50254
50252
  ID_StockPersonal = 0;
50255
50253
  };
@@ -50263,11 +50261,6 @@ __decorateClass([
50263
50261
  (0, import_class_validator762.IsDefined)({ message: "El campo description es obligatorio." }),
50264
50262
  (0, import_class_validator762.IsString)()
50265
50263
  ], MaterialesPeru9112ClaroDTO.prototype, "descripcion", 2);
50266
- __decorateClass([
50267
- (0, import_class_transformer785.Expose)(),
50268
- (0, import_class_validator762.IsDefined)({ message: "El campo lot es obligatorio." }),
50269
- (0, import_class_validator762.IsString)()
50270
- ], MaterialesPeru9112ClaroDTO.prototype, "lote", 2);
50271
50264
  __decorateClass([
50272
50265
  (0, import_class_transformer785.Expose)(),
50273
50266
  (0, import_class_validator762.IsDefined)({ message: "El campo quantity es obligatorio." }),
@@ -50278,11 +50271,6 @@ __decorateClass([
50278
50271
  (0, import_class_validator762.IsDefined)({ message: "El campo invsn es obligatorio." }),
50279
50272
  (0, import_class_validator762.IsString)()
50280
50273
  ], MaterialesPeru9112ClaroDTO.prototype, "invsn", 2);
50281
- __decorateClass([
50282
- (0, import_class_transformer785.Expose)(),
50283
- (0, import_class_validator762.IsDefined)({ message: "El campo invtype es obligatorio." }),
50284
- (0, import_class_validator762.IsString)()
50285
- ], MaterialesPeru9112ClaroDTO.prototype, "invtype", 2);
50286
50274
  __decorateClass([
50287
50275
  (0, import_class_transformer785.Expose)(),
50288
50276
  (0, import_class_validator762.IsDefined)({ message: "El campo invpool es obligatorio." }),
package/dist/index.mjs CHANGED
@@ -49752,10 +49752,8 @@ import "reflect-metadata";
49752
49752
  var MaterialesPeru9112ClaroDTO = class {
49753
49753
  codigo = "";
49754
49754
  descripcion = "";
49755
- lote = "";
49756
49755
  cantidad = 0;
49757
49756
  invsn = "";
49758
- invtype = "";
49759
49757
  invpool = "";
49760
49758
  ID_StockPersonal = 0;
49761
49759
  };
@@ -49769,11 +49767,6 @@ __decorateClass([
49769
49767
  IsDefined259({ message: "El campo description es obligatorio." }),
49770
49768
  IsString628()
49771
49769
  ], MaterialesPeru9112ClaroDTO.prototype, "descripcion", 2);
49772
- __decorateClass([
49773
- Expose758(),
49774
- IsDefined259({ message: "El campo lot es obligatorio." }),
49775
- IsString628()
49776
- ], MaterialesPeru9112ClaroDTO.prototype, "lote", 2);
49777
49770
  __decorateClass([
49778
49771
  Expose758(),
49779
49772
  IsDefined259({ message: "El campo quantity es obligatorio." }),
@@ -49784,11 +49777,6 @@ __decorateClass([
49784
49777
  IsDefined259({ message: "El campo invsn es obligatorio." }),
49785
49778
  IsString628()
49786
49779
  ], MaterialesPeru9112ClaroDTO.prototype, "invsn", 2);
49787
- __decorateClass([
49788
- Expose758(),
49789
- IsDefined259({ message: "El campo invtype es obligatorio." }),
49790
- IsString628()
49791
- ], MaterialesPeru9112ClaroDTO.prototype, "invtype", 2);
49792
49780
  __decorateClass([
49793
49781
  Expose758(),
49794
49782
  IsDefined259({ message: "El campo invpool es obligatorio." }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigo-entities",
3
- "version": "1.2.405",
3
+ "version": "1.2.407",
4
4
  "description": "Desarrollo de modelos de datos SIGO",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",