sigo-entities 1.2.260 → 1.2.261

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
@@ -5318,7 +5318,6 @@ declare class CategoriaDto {
5318
5318
  }
5319
5319
 
5320
5320
  declare class DatosEmpresaDto {
5321
- CodEmpresa: string;
5322
5321
  CDEmpresa: string;
5323
5322
  Empresa: string;
5324
5323
  Grupo: string;
package/dist/index.d.ts CHANGED
@@ -5318,7 +5318,6 @@ declare class CategoriaDto {
5318
5318
  }
5319
5319
 
5320
5320
  declare class DatosEmpresaDto {
5321
- CodEmpresa: string;
5322
5321
  CDEmpresa: string;
5323
5322
  Empresa: string;
5324
5323
  Grupo: string;
package/dist/index.js CHANGED
@@ -28881,16 +28881,10 @@ __decorateClass([
28881
28881
  var import_class_transformer500 = require("class-transformer");
28882
28882
  var import_class_validator496 = require("class-validator");
28883
28883
  var DatosEmpresaDto = class {
28884
- CodEmpresa = "";
28885
28884
  CDEmpresa = "";
28886
28885
  Empresa = "";
28887
28886
  Grupo = "";
28888
28887
  };
28889
- __decorateClass([
28890
- (0, import_class_validator496.IsString)({ message: "debe ser texto" }),
28891
- (0, import_class_validator496.IsNotEmpty)({ message: "es requerido" }),
28892
- (0, import_class_transformer500.Expose)()
28893
- ], DatosEmpresaDto.prototype, "CodEmpresa", 2);
28894
28888
  __decorateClass([
28895
28889
  (0, import_class_validator496.IsString)({ message: "debe ser texto" }),
28896
28890
  (0, import_class_validator496.IsNotEmpty)({ message: "es requerido" }),
package/dist/index.mjs CHANGED
@@ -28300,16 +28300,10 @@ __decorateClass([
28300
28300
  import { Expose as Expose493 } from "class-transformer";
28301
28301
  import { IsNotEmpty as IsNotEmpty342, IsString as IsString386 } from "class-validator";
28302
28302
  var DatosEmpresaDto = class {
28303
- CodEmpresa = "";
28304
28303
  CDEmpresa = "";
28305
28304
  Empresa = "";
28306
28305
  Grupo = "";
28307
28306
  };
28308
- __decorateClass([
28309
- IsString386({ message: "debe ser texto" }),
28310
- IsNotEmpty342({ message: "es requerido" }),
28311
- Expose493()
28312
- ], DatosEmpresaDto.prototype, "CodEmpresa", 2);
28313
28307
  __decorateClass([
28314
28308
  IsString386({ message: "debe ser texto" }),
28315
28309
  IsNotEmpty342({ message: "es requerido" }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigo-entities",
3
- "version": "1.2.260",
3
+ "version": "1.2.261",
4
4
  "description": "Desarrollo de modelos de datos SIGO",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",