sigo-entities 1.0.53 → 1.0.54
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 +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1769,7 +1769,7 @@ declare class ManoObraGlobalPCMOAlemaniaAL02DTO extends ManoObraGlobalPCMODTO {
|
|
|
1769
1769
|
Estado: EstadoDTO;
|
|
1770
1770
|
}
|
|
1771
1771
|
|
|
1772
|
-
declare class PrecioContratistaMOAL02ENTITY {
|
|
1772
|
+
declare class PrecioContratistaMOAL02ENTITY extends PrecioContratistaMOENTITY {
|
|
1773
1773
|
ContratoOT: ContratoOT_PRE_DTO;
|
|
1774
1774
|
ManoObraGlobal: ManoObraGlobalPCMOAlemaniaAL02DTO[];
|
|
1775
1775
|
Vigencia: VigenciaDTO;
|
package/dist/index.d.ts
CHANGED
|
@@ -1769,7 +1769,7 @@ declare class ManoObraGlobalPCMOAlemaniaAL02DTO extends ManoObraGlobalPCMODTO {
|
|
|
1769
1769
|
Estado: EstadoDTO;
|
|
1770
1770
|
}
|
|
1771
1771
|
|
|
1772
|
-
declare class PrecioContratistaMOAL02ENTITY {
|
|
1772
|
+
declare class PrecioContratistaMOAL02ENTITY extends PrecioContratistaMOENTITY {
|
|
1773
1773
|
ContratoOT: ContratoOT_PRE_DTO;
|
|
1774
1774
|
ManoObraGlobal: ManoObraGlobalPCMOAlemaniaAL02DTO[];
|
|
1775
1775
|
Vigencia: VigenciaDTO;
|
package/dist/index.js
CHANGED
|
@@ -9925,7 +9925,7 @@ __decorateClass([
|
|
|
9925
9925
|
|
|
9926
9926
|
// src/programados/procesos/precioContratistaMO/alemania/AL02/index.ts
|
|
9927
9927
|
var import_class_validator178 = require("class-validator");
|
|
9928
|
-
var PrecioContratistaMOAL02ENTITY = class {
|
|
9928
|
+
var PrecioContratistaMOAL02ENTITY = class extends PrecioContratistaMOENTITY {
|
|
9929
9929
|
ContratoOT = new ContratoOT_PRE_DTO();
|
|
9930
9930
|
ManoObraGlobal = [];
|
|
9931
9931
|
Vigencia = new VigenciaDTO();
|
package/dist/index.mjs
CHANGED
|
@@ -9536,7 +9536,7 @@ __decorateClass([
|
|
|
9536
9536
|
|
|
9537
9537
|
// src/programados/procesos/precioContratistaMO/alemania/AL02/index.ts
|
|
9538
9538
|
import { IsArray as IsArray60, IsNotEmpty as IsNotEmpty156, ValidateNested as ValidateNested111 } from "class-validator";
|
|
9539
|
-
var PrecioContratistaMOAL02ENTITY = class {
|
|
9539
|
+
var PrecioContratistaMOAL02ENTITY = class extends PrecioContratistaMOENTITY {
|
|
9540
9540
|
ContratoOT = new ContratoOT_PRE_DTO();
|
|
9541
9541
|
ManoObraGlobal = [];
|
|
9542
9542
|
Vigencia = new VigenciaDTO();
|