sigo-entities 1.2.344 → 1.2.345

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
@@ -1709,8 +1709,8 @@ declare class ValorizacionAlemaniaDTO {
1709
1709
  Descripcion: string;
1710
1710
  Certificacion: CertificacionDTO;
1711
1711
  Produccion: ProduccionDTO;
1712
- Ultimo_Estado_Interno: EstadoInternoDTO;
1713
- Estados: EstadoInternoDTO[];
1712
+ Ultimo_Estado_Interno: EstadoInternoWithoutSubstateDTO;
1713
+ Estados: EstadoInternoWithoutSubstateDTO[];
1714
1714
  FechaLiquidacion: Date;
1715
1715
  Semana: number;
1716
1716
  Calle: string;
package/dist/index.d.ts CHANGED
@@ -1709,8 +1709,8 @@ declare class ValorizacionAlemaniaDTO {
1709
1709
  Descripcion: string;
1710
1710
  Certificacion: CertificacionDTO;
1711
1711
  Produccion: ProduccionDTO;
1712
- Ultimo_Estado_Interno: EstadoInternoDTO;
1713
- Estados: EstadoInternoDTO[];
1712
+ Ultimo_Estado_Interno: EstadoInternoWithoutSubstateDTO;
1713
+ Estados: EstadoInternoWithoutSubstateDTO[];
1714
1714
  FechaLiquidacion: Date;
1715
1715
  Semana: number;
1716
1716
  Calle: string;
package/dist/index.js CHANGED
@@ -9495,7 +9495,7 @@ var ValorizacionAlemaniaDTO = class {
9495
9495
  Descripcion = "";
9496
9496
  Certificacion = new CertificacionDTO();
9497
9497
  Produccion = new ProduccionDTO();
9498
- Ultimo_Estado_Interno = new EstadoInternoDTO();
9498
+ Ultimo_Estado_Interno = new EstadoInternoWithoutSubstateDTO();
9499
9499
  Estados = [];
9500
9500
  FechaLiquidacion = /* @__PURE__ */ new Date();
9501
9501
  Semana = 0;
@@ -9565,14 +9565,14 @@ __decorateClass([
9565
9565
  (0, import_class_validator173.ValidateNested)()
9566
9566
  ], ValorizacionAlemaniaDTO.prototype, "Produccion", 2);
9567
9567
  __decorateClass([
9568
- (0, import_class_transformer175.Type)(() => EstadoInternoDTO),
9568
+ (0, import_class_transformer175.Type)(() => EstadoInternoWithoutSubstateDTO),
9569
9569
  (0, import_class_validator173.IsNotEmpty)({ message: "es requerido" }),
9570
9570
  (0, import_class_transformer175.Expose)(),
9571
9571
  (0, import_class_validator173.ValidateNested)()
9572
9572
  ], ValorizacionAlemaniaDTO.prototype, "Ultimo_Estado_Interno", 2);
9573
9573
  __decorateClass([
9574
9574
  (0, import_class_validator173.IsArray)(),
9575
- (0, import_class_transformer175.Type)(() => EstadoInternoDTO),
9575
+ (0, import_class_transformer175.Type)(() => EstadoInternoWithoutSubstateDTO),
9576
9576
  (0, import_class_validator173.IsNotEmpty)({ message: "es requerido" }),
9577
9577
  (0, import_class_transformer175.Expose)(),
9578
9578
  (0, import_class_validator173.ValidateNested)({ each: true })
package/dist/index.mjs CHANGED
@@ -8692,7 +8692,7 @@ var ValorizacionAlemaniaDTO = class {
8692
8692
  Descripcion = "";
8693
8693
  Certificacion = new CertificacionDTO();
8694
8694
  Produccion = new ProduccionDTO();
8695
- Ultimo_Estado_Interno = new EstadoInternoDTO();
8695
+ Ultimo_Estado_Interno = new EstadoInternoWithoutSubstateDTO();
8696
8696
  Estados = [];
8697
8697
  FechaLiquidacion = /* @__PURE__ */ new Date();
8698
8698
  Semana = 0;
@@ -8762,14 +8762,14 @@ __decorateClass([
8762
8762
  ValidateNested102()
8763
8763
  ], ValorizacionAlemaniaDTO.prototype, "Produccion", 2);
8764
8764
  __decorateClass([
8765
- Type112(() => EstadoInternoDTO),
8765
+ Type112(() => EstadoInternoWithoutSubstateDTO),
8766
8766
  IsNotEmpty120({ message: "es requerido" }),
8767
8767
  Expose170(),
8768
8768
  ValidateNested102()
8769
8769
  ], ValorizacionAlemaniaDTO.prototype, "Ultimo_Estado_Interno", 2);
8770
8770
  __decorateClass([
8771
8771
  IsArray54(),
8772
- Type112(() => EstadoInternoDTO),
8772
+ Type112(() => EstadoInternoWithoutSubstateDTO),
8773
8773
  IsNotEmpty120({ message: "es requerido" }),
8774
8774
  Expose170(),
8775
8775
  ValidateNested102({ each: true })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigo-entities",
3
- "version": "1.2.344",
3
+ "version": "1.2.345",
4
4
  "description": "Desarrollo de modelos de datos SIGO",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",