sigo-package 1.2.113 → 1.2.114

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
@@ -556,7 +556,11 @@ type typeMO$2 = Pick<DetalleChileValorizacionMODTO, 'ManoObra' | 'Especialidad'
556
556
  declare function buildKeyMO(mo: typeMO$2): string;
557
557
 
558
558
  type typeMO$1 = Pick<DetalleChileValorizacionMODTO, "ManoObra" | "Especialidad" | "Actividad" | "UnidadObra" | "Clave" | "LineaCodigoCub" | "Linea">;
559
- type typeTrabajos$1 = Pick<TrabajoENTITY, "Ultima_asignacion">;
559
+ type typeTrabajos$1 = {
560
+ Ultima_asignacion: {
561
+ Valorizaciones: ValorizacionesDTO[];
562
+ };
563
+ };
560
564
  type MOKeyTotals$1 = {
561
565
  cantidadMO: number;
562
566
  cantidadUO: number;
package/dist/index.d.ts CHANGED
@@ -556,7 +556,11 @@ type typeMO$2 = Pick<DetalleChileValorizacionMODTO, 'ManoObra' | 'Especialidad'
556
556
  declare function buildKeyMO(mo: typeMO$2): string;
557
557
 
558
558
  type typeMO$1 = Pick<DetalleChileValorizacionMODTO, "ManoObra" | "Especialidad" | "Actividad" | "UnidadObra" | "Clave" | "LineaCodigoCub" | "Linea">;
559
- type typeTrabajos$1 = Pick<TrabajoENTITY, "Ultima_asignacion">;
559
+ type typeTrabajos$1 = {
560
+ Ultima_asignacion: {
561
+ Valorizaciones: ValorizacionesDTO[];
562
+ };
563
+ };
560
564
  type MOKeyTotals$1 = {
561
565
  cantidadMO: number;
562
566
  cantidadUO: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigo-package",
3
- "version": "1.2.113",
3
+ "version": "1.2.114",
4
4
  "description": "Funciones compartidas sigo",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",