sigo-entities 1.2.41 → 1.2.42

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
@@ -4921,7 +4921,7 @@ declare class EmpresaENTITY {
4921
4921
  RazonSocial: string;
4922
4922
  NombreComercial: string;
4923
4923
  Propia: boolean;
4924
- Documentacion: object;
4924
+ Documentacion: any;
4925
4925
  DatosGenerales: DatosGeneralesDTO;
4926
4926
  RepresentanteLegal: RepresentanteLegalDTO;
4927
4927
  Delegacion: CodigoNombreDTO[];
package/dist/index.d.ts CHANGED
@@ -4921,7 +4921,7 @@ declare class EmpresaENTITY {
4921
4921
  RazonSocial: string;
4922
4922
  NombreComercial: string;
4923
4923
  Propia: boolean;
4924
- Documentacion: object;
4924
+ Documentacion: any;
4925
4925
  DatosGenerales: DatosGeneralesDTO;
4926
4926
  RepresentanteLegal: RepresentanteLegalDTO;
4927
4927
  Delegacion: CodigoNombreDTO[];
package/dist/index.js CHANGED
@@ -26728,6 +26728,7 @@ var EmpresaENTITY = class {
26728
26728
  RazonSocial = "";
26729
26729
  NombreComercial = "";
26730
26730
  Propia = false;
26731
+ // @ValidateNested()
26731
26732
  Documentacion = {};
26732
26733
  DatosGenerales = new DatosGeneralesDTO();
26733
26734
  RepresentanteLegal = new RepresentanteLegalDTO();
@@ -26802,8 +26803,7 @@ __decorateClass([
26802
26803
  __decorateClass([
26803
26804
  (0, import_class_transformer466.Type)(() => Object),
26804
26805
  (0, import_class_validator467.IsNotEmpty)({ message: "es requerido" }),
26805
- (0, import_class_transformer466.Expose)(),
26806
- (0, import_class_validator467.ValidateNested)()
26806
+ (0, import_class_transformer466.Expose)()
26807
26807
  ], EmpresaENTITY.prototype, "Documentacion", 2);
26808
26808
  __decorateClass([
26809
26809
  (0, import_class_transformer466.Type)(() => DatosGeneralesDTO),
package/dist/index.mjs CHANGED
@@ -26299,6 +26299,7 @@ var EmpresaENTITY = class {
26299
26299
  RazonSocial = "";
26300
26300
  NombreComercial = "";
26301
26301
  Propia = false;
26302
+ // @ValidateNested()
26302
26303
  Documentacion = {};
26303
26304
  DatosGenerales = new DatosGeneralesDTO();
26304
26305
  RepresentanteLegal = new RepresentanteLegalDTO();
@@ -26373,8 +26374,7 @@ __decorateClass([
26373
26374
  __decorateClass([
26374
26375
  Type312(() => Object),
26375
26376
  IsNotEmpty330({ message: "es requerido" }),
26376
- Expose464(),
26377
- ValidateNested284()
26377
+ Expose464()
26378
26378
  ], EmpresaENTITY.prototype, "Documentacion", 2);
26379
26379
  __decorateClass([
26380
26380
  Type312(() => DatosGeneralesDTO),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigo-entities",
3
- "version": "1.2.41",
3
+ "version": "1.2.42",
4
4
  "description": "Desarrollo de modelos de datos SIGO",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",