sigo-entities 1.2.343 → 1.2.344
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 +3 -4
- package/dist/index.mjs +3 -4
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1412,7 +1412,7 @@ declare class AsignacionRegularizarDTO {
|
|
|
1412
1412
|
|
|
1413
1413
|
declare class RegularizarObraJobRequestDTO {
|
|
1414
1414
|
ID_GOM: number;
|
|
1415
|
-
|
|
1415
|
+
CodigoPeriodo: string;
|
|
1416
1416
|
Cuadrilla: CuadrillaRegularizarDTO;
|
|
1417
1417
|
Valorizaciones: AsignacionRegularizarDTO[];
|
|
1418
1418
|
Observaciones: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -1412,7 +1412,7 @@ declare class AsignacionRegularizarDTO {
|
|
|
1412
1412
|
|
|
1413
1413
|
declare class RegularizarObraJobRequestDTO {
|
|
1414
1414
|
ID_GOM: number;
|
|
1415
|
-
|
|
1415
|
+
CodigoPeriodo: string;
|
|
1416
1416
|
Cuadrilla: CuadrillaRegularizarDTO;
|
|
1417
1417
|
Valorizaciones: AsignacionRegularizarDTO[];
|
|
1418
1418
|
Observaciones: string;
|
package/dist/index.js
CHANGED
|
@@ -7877,7 +7877,7 @@ var import_class_transformer150 = require("class-transformer");
|
|
|
7877
7877
|
var import_class_validator148 = require("class-validator");
|
|
7878
7878
|
var RegularizarObraJobRequestDTO = class {
|
|
7879
7879
|
ID_GOM;
|
|
7880
|
-
|
|
7880
|
+
CodigoPeriodo;
|
|
7881
7881
|
Cuadrilla;
|
|
7882
7882
|
Valorizaciones;
|
|
7883
7883
|
Observaciones = "";
|
|
@@ -7890,10 +7890,9 @@ __decorateClass([
|
|
|
7890
7890
|
], RegularizarObraJobRequestDTO.prototype, "ID_GOM", 2);
|
|
7891
7891
|
__decorateClass([
|
|
7892
7892
|
(0, import_class_validator148.IsDefined)({ message: "es obligatorio" }),
|
|
7893
|
-
(0, import_class_validator148.
|
|
7894
|
-
(0, import_class_validator148.Min)(1, { message: "el valor minimo es $constraint1" }),
|
|
7893
|
+
(0, import_class_validator148.IsString)({ message: "debe ser un texto" }),
|
|
7895
7894
|
(0, import_class_transformer150.Expose)()
|
|
7896
|
-
], RegularizarObraJobRequestDTO.prototype, "
|
|
7895
|
+
], RegularizarObraJobRequestDTO.prototype, "CodigoPeriodo", 2);
|
|
7897
7896
|
__decorateClass([
|
|
7898
7897
|
(0, import_class_validator148.IsDefined)({ message: "es obligatorio" }),
|
|
7899
7898
|
(0, import_class_transformer150.Type)(() => CuadrillaRegularizarDTO),
|
package/dist/index.mjs
CHANGED
|
@@ -7074,7 +7074,7 @@ import { Expose as Expose145, Type as Type93 } from "class-transformer";
|
|
|
7074
7074
|
import { IsArray as IsArray44, IsDefined as IsDefined45, IsNumber as IsNumber102, IsOptional as IsOptional6, IsString as IsString118, Min as Min90, ValidateNested as ValidateNested85 } from "class-validator";
|
|
7075
7075
|
var RegularizarObraJobRequestDTO = class {
|
|
7076
7076
|
ID_GOM;
|
|
7077
|
-
|
|
7077
|
+
CodigoPeriodo;
|
|
7078
7078
|
Cuadrilla;
|
|
7079
7079
|
Valorizaciones;
|
|
7080
7080
|
Observaciones = "";
|
|
@@ -7087,10 +7087,9 @@ __decorateClass([
|
|
|
7087
7087
|
], RegularizarObraJobRequestDTO.prototype, "ID_GOM", 2);
|
|
7088
7088
|
__decorateClass([
|
|
7089
7089
|
IsDefined45({ message: "es obligatorio" }),
|
|
7090
|
-
|
|
7091
|
-
Min90(1, { message: "el valor minimo es $constraint1" }),
|
|
7090
|
+
IsString118({ message: "debe ser un texto" }),
|
|
7092
7091
|
Expose145()
|
|
7093
|
-
], RegularizarObraJobRequestDTO.prototype, "
|
|
7092
|
+
], RegularizarObraJobRequestDTO.prototype, "CodigoPeriodo", 2);
|
|
7094
7093
|
__decorateClass([
|
|
7095
7094
|
IsDefined45({ message: "es obligatorio" }),
|
|
7096
7095
|
Type93(() => CuadrillaRegularizarDTO),
|