sigo-entities 1.2.250 → 1.2.251

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
@@ -4957,8 +4957,8 @@ declare class ItemENTITY {
4957
4957
  }
4958
4958
 
4959
4959
  declare class ItemAlemaniaENTITY extends ItemENTITY {
4960
- calibre: string;
4961
- marca: string;
4960
+ Calibre: string;
4961
+ Marca: string;
4962
4962
  }
4963
4963
 
4964
4964
  declare class LoteDTO {
package/dist/index.d.ts CHANGED
@@ -4957,8 +4957,8 @@ declare class ItemENTITY {
4957
4957
  }
4958
4958
 
4959
4959
  declare class ItemAlemaniaENTITY extends ItemENTITY {
4960
- calibre: string;
4961
- marca: string;
4960
+ Calibre: string;
4961
+ Marca: string;
4962
4962
  }
4963
4963
 
4964
4964
  declare class LoteDTO {
package/dist/index.js CHANGED
@@ -26909,19 +26909,19 @@ __decorateClass([
26909
26909
  var import_class_validator455 = require("class-validator");
26910
26910
  var import_class_transformer456 = require("class-transformer");
26911
26911
  var ItemAlemaniaENTITY = class extends ItemENTITY {
26912
- calibre = "";
26913
- marca = "";
26912
+ Calibre = "";
26913
+ Marca = "";
26914
26914
  };
26915
26915
  __decorateClass([
26916
26916
  (0, import_class_validator455.IsString)({ message: "calibre debe ser un texto" }),
26917
26917
  (0, import_class_validator455.IsDefined)(),
26918
26918
  (0, import_class_transformer456.Expose)()
26919
- ], ItemAlemaniaENTITY.prototype, "calibre", 2);
26919
+ ], ItemAlemaniaENTITY.prototype, "Calibre", 2);
26920
26920
  __decorateClass([
26921
26921
  (0, import_class_validator455.IsString)({ message: "marca debe ser un texto" }),
26922
26922
  (0, import_class_validator455.IsDefined)(),
26923
26923
  (0, import_class_transformer456.Expose)()
26924
- ], ItemAlemaniaENTITY.prototype, "marca", 2);
26924
+ ], ItemAlemaniaENTITY.prototype, "Marca", 2);
26925
26925
 
26926
26926
  // src/logistica/ingreso almacen/shared/index.ts
26927
26927
  var import_class_transformer460 = require("class-transformer");
package/dist/index.mjs CHANGED
@@ -26384,19 +26384,19 @@ __decorateClass([
26384
26384
  import { IsDefined as IsDefined142, IsString as IsString351 } from "class-validator";
26385
26385
  import { Expose as Expose452 } from "class-transformer";
26386
26386
  var ItemAlemaniaENTITY = class extends ItemENTITY {
26387
- calibre = "";
26388
- marca = "";
26387
+ Calibre = "";
26388
+ Marca = "";
26389
26389
  };
26390
26390
  __decorateClass([
26391
26391
  IsString351({ message: "calibre debe ser un texto" }),
26392
26392
  IsDefined142(),
26393
26393
  Expose452()
26394
- ], ItemAlemaniaENTITY.prototype, "calibre", 2);
26394
+ ], ItemAlemaniaENTITY.prototype, "Calibre", 2);
26395
26395
  __decorateClass([
26396
26396
  IsString351({ message: "marca debe ser un texto" }),
26397
26397
  IsDefined142(),
26398
26398
  Expose452()
26399
- ], ItemAlemaniaENTITY.prototype, "marca", 2);
26399
+ ], ItemAlemaniaENTITY.prototype, "Marca", 2);
26400
26400
 
26401
26401
  // src/logistica/ingreso almacen/shared/index.ts
26402
26402
  import { Expose as Expose456, Type as Type307 } from "class-transformer";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigo-entities",
3
- "version": "1.2.250",
3
+ "version": "1.2.251",
4
4
  "description": "Desarrollo de modelos de datos SIGO",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",