sigo-package 1.2.113 → 1.2.115
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/dist/index.js +1 -0
- package/dist/index.mjs +1 -0
- 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;
|
package/dist/index.js
CHANGED
|
@@ -13399,6 +13399,7 @@ function buildReservaMOJobMajorProjectsAlemaniaAL02(dataMOG, priceContractorMOPr
|
|
|
13399
13399
|
reserva.Descripcion = mog.Actividad;
|
|
13400
13400
|
reserva.Unidad = mog.Unidad.Nombre;
|
|
13401
13401
|
reserva.Moneda = priceContractorMOPropia.Moneda;
|
|
13402
|
+
reserva.Simbolo = priceContractorMOPropia.Simbolo;
|
|
13402
13403
|
reserva.DetalleChile.Codigo = hashCode(codigoMacroObras);
|
|
13403
13404
|
reserva.DetalleChile.Linea = hashCode(mog.Codigo);
|
|
13404
13405
|
reserva.DetalleChile.CodigoCub = reserva.DetalleChile.Codigo;
|
package/dist/index.mjs
CHANGED
|
@@ -13237,6 +13237,7 @@ function buildReservaMOJobMajorProjectsAlemaniaAL02(dataMOG, priceContractorMOPr
|
|
|
13237
13237
|
reserva.Descripcion = mog.Actividad;
|
|
13238
13238
|
reserva.Unidad = mog.Unidad.Nombre;
|
|
13239
13239
|
reserva.Moneda = priceContractorMOPropia.Moneda;
|
|
13240
|
+
reserva.Simbolo = priceContractorMOPropia.Simbolo;
|
|
13240
13241
|
reserva.DetalleChile.Codigo = hashCode(codigoMacroObras);
|
|
13241
13242
|
reserva.DetalleChile.Linea = hashCode(mog.Codigo);
|
|
13242
13243
|
reserva.DetalleChile.CodigoCub = reserva.DetalleChile.Codigo;
|