sigo-entities 1.2.106 → 1.2.108

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
@@ -5858,8 +5858,6 @@ declare class ItemsOrdenDTO {
5858
5858
 
5859
5859
  declare class MaterialesClaroDTO {
5860
5860
  codigo: string;
5861
- descripcion: string;
5862
- lote: string;
5863
5861
  cantidad: number;
5864
5862
  invsn: string;
5865
5863
  invtype: string;
package/dist/index.d.ts CHANGED
@@ -5858,8 +5858,6 @@ declare class ItemsOrdenDTO {
5858
5858
 
5859
5859
  declare class MaterialesClaroDTO {
5860
5860
  codigo: string;
5861
- descripcion: string;
5862
- lote: string;
5863
5861
  cantidad: number;
5864
5862
  invsn: string;
5865
5863
  invtype: string;
package/dist/index.js CHANGED
@@ -26,8 +26,8 @@ var __decorateClass = (decorators, target, key, kind) => {
26
26
  };
27
27
 
28
28
  // src/index.ts
29
- var index_exports = {};
30
- __export(index_exports, {
29
+ var src_exports = {};
30
+ __export(src_exports, {
31
31
  ADM_RM_ZonasActividadENTITY: () => ADM_RM_ZonasActividadENTITY,
32
32
  ActaFinalCubicacionDTO: () => ActaFinalCubicacionDTO,
33
33
  ActaFinalCubicacionSharedDTO: () => ActaFinalCubicacionSharedDTO,
@@ -595,7 +595,7 @@ __export(index_exports, {
595
595
  validateAndFormatData: () => validateAndFormatData,
596
596
  validateArrayBody: () => validateArrayBody
597
597
  });
598
- module.exports = __toCommonJS(index_exports);
598
+ module.exports = __toCommonJS(src_exports);
599
599
  var import_reflect_metadata16 = require("reflect-metadata");
600
600
 
601
601
  // src/administracion/mail structure/shared/dto/destinatario-dto.ts
@@ -30985,8 +30985,6 @@ var import_class_transformer536 = require("class-transformer");
30985
30985
  var import_class_validator537 = require("class-validator");
30986
30986
  var MaterialesClaroDTO = class {
30987
30987
  codigo = "";
30988
- descripcion = "";
30989
- lote = "";
30990
30988
  cantidad = 0;
30991
30989
  invsn = "";
30992
30990
  invtype = "";
@@ -30997,16 +30995,6 @@ __decorateClass([
30997
30995
  (0, import_class_validator537.IsDefined)({ message: "El campo code es obligatorio." }),
30998
30996
  (0, import_class_validator537.IsString)()
30999
30997
  ], MaterialesClaroDTO.prototype, "codigo", 2);
31000
- __decorateClass([
31001
- (0, import_class_transformer536.Expose)({ name: "description" }),
31002
- (0, import_class_validator537.IsDefined)({ message: "El campo description es obligatorio." }),
31003
- (0, import_class_validator537.IsString)()
31004
- ], MaterialesClaroDTO.prototype, "descripcion", 2);
31005
- __decorateClass([
31006
- (0, import_class_transformer536.Expose)({ name: "lot" }),
31007
- (0, import_class_validator537.IsDefined)({ message: "El campo lot es obligatorio." }),
31008
- (0, import_class_validator537.IsString)()
31009
- ], MaterialesClaroDTO.prototype, "lote", 2);
31010
30998
  __decorateClass([
31011
30999
  (0, import_class_transformer536.Expose)({ name: "quantity" }),
31012
31000
  (0, import_class_validator537.IsDefined)({ message: "El campo quantity es obligatorio." }),
package/dist/index.mjs CHANGED
@@ -30545,8 +30545,6 @@ import { Expose as Expose534 } from "class-transformer";
30545
30545
  import { IsDefined as IsDefined140, IsNumber as IsNumber347, IsString as IsString430 } from "class-validator";
30546
30546
  var MaterialesClaroDTO = class {
30547
30547
  codigo = "";
30548
- descripcion = "";
30549
- lote = "";
30550
30548
  cantidad = 0;
30551
30549
  invsn = "";
30552
30550
  invtype = "";
@@ -30557,16 +30555,6 @@ __decorateClass([
30557
30555
  IsDefined140({ message: "El campo code es obligatorio." }),
30558
30556
  IsString430()
30559
30557
  ], MaterialesClaroDTO.prototype, "codigo", 2);
30560
- __decorateClass([
30561
- Expose534({ name: "description" }),
30562
- IsDefined140({ message: "El campo description es obligatorio." }),
30563
- IsString430()
30564
- ], MaterialesClaroDTO.prototype, "descripcion", 2);
30565
- __decorateClass([
30566
- Expose534({ name: "lot" }),
30567
- IsDefined140({ message: "El campo lot es obligatorio." }),
30568
- IsString430()
30569
- ], MaterialesClaroDTO.prototype, "lote", 2);
30570
30558
  __decorateClass([
30571
30559
  Expose534({ name: "quantity" }),
30572
30560
  IsDefined140({ message: "El campo quantity es obligatorio." }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigo-entities",
3
- "version": "1.2.106",
3
+ "version": "1.2.108",
4
4
  "description": "Desarrollo de modelos de datos SIGO",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",