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 +5 -1
- package/dist/index.d.ts +5 -1
- package/package.json +1 -1
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 =
|
|
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 =
|
|
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;
|