sigo-entities 1.2.426 → 1.2.427
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.js +3 -9
- package/dist/index.mjs +4 -11
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -12341,8 +12341,7 @@ __decorateClass([
|
|
|
12341
12341
|
], ResumenAvanceDataGranTotalEmpresasChileDTO.prototype, "TotalUOAvance", 2);
|
|
12342
12342
|
__decorateClass([
|
|
12343
12343
|
(0, import_class_validator214.IsNumber)({}, { message: "debe ser un numero" }),
|
|
12344
|
-
(0, import_class_transformer216.Expose)()
|
|
12345
|
-
(0, import_class_validator214.Min)(0)
|
|
12344
|
+
(0, import_class_transformer216.Expose)()
|
|
12346
12345
|
], ResumenAvanceDataGranTotalEmpresasChileDTO.prototype, "PorcentajeMOAvance", 2);
|
|
12347
12346
|
__decorateClass([
|
|
12348
12347
|
(0, import_class_validator214.IsNumber)({}, { message: "debe ser un numero" }),
|
|
@@ -12350,13 +12349,11 @@ __decorateClass([
|
|
|
12350
12349
|
], ResumenAvanceDataGranTotalEmpresasChileDTO.prototype, "PorcentajeMORestante", 2);
|
|
12351
12350
|
__decorateClass([
|
|
12352
12351
|
(0, import_class_validator214.IsNumber)({}, { message: "debe ser un numero" }),
|
|
12353
|
-
(0, import_class_transformer216.Expose)()
|
|
12354
|
-
(0, import_class_validator214.Min)(0)
|
|
12352
|
+
(0, import_class_transformer216.Expose)()
|
|
12355
12353
|
], ResumenAvanceDataGranTotalEmpresasChileDTO.prototype, "PorcentajeUOAvance", 2);
|
|
12356
12354
|
__decorateClass([
|
|
12357
12355
|
(0, import_class_validator214.IsNumber)({}, { message: "debe ser un numero" }),
|
|
12358
|
-
(0, import_class_transformer216.Expose)()
|
|
12359
|
-
(0, import_class_validator214.Min)(0)
|
|
12356
|
+
(0, import_class_transformer216.Expose)()
|
|
12360
12357
|
], ResumenAvanceDataGranTotalEmpresasChileDTO.prototype, "PorcentajeUORestante", 2);
|
|
12361
12358
|
|
|
12362
12359
|
// src/programados/procesos/macroobra/chile/dto/data-gran-total/resumen-avance-data-gran-total-valorizacionesbyperiodos-dto.ts
|
|
@@ -12487,17 +12484,14 @@ var ResumenAvanceDataGranTotal = class {
|
|
|
12487
12484
|
};
|
|
12488
12485
|
__decorateClass([
|
|
12489
12486
|
(0, import_class_validator217.IsNumber)(),
|
|
12490
|
-
(0, import_class_validator217.Min)(0),
|
|
12491
12487
|
(0, import_class_transformer219.Expose)()
|
|
12492
12488
|
], ResumenAvanceDataGranTotal.prototype, "Total", 2);
|
|
12493
12489
|
__decorateClass([
|
|
12494
12490
|
(0, import_class_validator217.IsNumber)(),
|
|
12495
|
-
(0, import_class_validator217.Min)(0),
|
|
12496
12491
|
(0, import_class_transformer219.Expose)()
|
|
12497
12492
|
], ResumenAvanceDataGranTotal.prototype, "TotalUsado", 2);
|
|
12498
12493
|
__decorateClass([
|
|
12499
12494
|
(0, import_class_validator217.IsNumber)(),
|
|
12500
|
-
(0, import_class_validator217.Min)(0),
|
|
12501
12495
|
(0, import_class_transformer219.Expose)()
|
|
12502
12496
|
], ResumenAvanceDataGranTotal.prototype, "PorcentajeUsado", 2);
|
|
12503
12497
|
__decorateClass([
|
package/dist/index.mjs
CHANGED
|
@@ -11448,14 +11448,13 @@ import {
|
|
|
11448
11448
|
IsNumber as IsNumber154,
|
|
11449
11449
|
IsOptional as IsOptional9,
|
|
11450
11450
|
IsString as IsString169,
|
|
11451
|
-
Min as Min120,
|
|
11452
11451
|
MinLength as MinLength31,
|
|
11453
11452
|
ValidateNested as ValidateNested130
|
|
11454
11453
|
} from "class-validator";
|
|
11455
11454
|
|
|
11456
11455
|
// src/programados/procesos/macroobra/chile/dto/data-gran-total/resumen-avance-data-gran-total-empresas-chile-dto.ts
|
|
11457
11456
|
import { Expose as Expose211 } from "class-transformer";
|
|
11458
|
-
import { IsNotEmpty as IsNotEmpty158, IsNumber as IsNumber151, IsString as IsString166, Length as Length126
|
|
11457
|
+
import { IsNotEmpty as IsNotEmpty158, IsNumber as IsNumber151, IsString as IsString166, Length as Length126 } from "class-validator";
|
|
11459
11458
|
var ResumenAvanceDataGranTotalEmpresasChileDTO = class {
|
|
11460
11459
|
Codigo = "";
|
|
11461
11460
|
RazonSocial = "";
|
|
@@ -11498,8 +11497,7 @@ __decorateClass([
|
|
|
11498
11497
|
], ResumenAvanceDataGranTotalEmpresasChileDTO.prototype, "TotalUOAvance", 2);
|
|
11499
11498
|
__decorateClass([
|
|
11500
11499
|
IsNumber151({}, { message: "debe ser un numero" }),
|
|
11501
|
-
Expose211()
|
|
11502
|
-
Min118(0)
|
|
11500
|
+
Expose211()
|
|
11503
11501
|
], ResumenAvanceDataGranTotalEmpresasChileDTO.prototype, "PorcentajeMOAvance", 2);
|
|
11504
11502
|
__decorateClass([
|
|
11505
11503
|
IsNumber151({}, { message: "debe ser un numero" }),
|
|
@@ -11507,13 +11505,11 @@ __decorateClass([
|
|
|
11507
11505
|
], ResumenAvanceDataGranTotalEmpresasChileDTO.prototype, "PorcentajeMORestante", 2);
|
|
11508
11506
|
__decorateClass([
|
|
11509
11507
|
IsNumber151({}, { message: "debe ser un numero" }),
|
|
11510
|
-
Expose211()
|
|
11511
|
-
Min118(0)
|
|
11508
|
+
Expose211()
|
|
11512
11509
|
], ResumenAvanceDataGranTotalEmpresasChileDTO.prototype, "PorcentajeUOAvance", 2);
|
|
11513
11510
|
__decorateClass([
|
|
11514
11511
|
IsNumber151({}, { message: "debe ser un numero" }),
|
|
11515
|
-
Expose211()
|
|
11516
|
-
Min118(0)
|
|
11512
|
+
Expose211()
|
|
11517
11513
|
], ResumenAvanceDataGranTotalEmpresasChileDTO.prototype, "PorcentajeUORestante", 2);
|
|
11518
11514
|
|
|
11519
11515
|
// src/programados/procesos/macroobra/chile/dto/data-gran-total/resumen-avance-data-gran-total-valorizacionesbyperiodos-dto.ts
|
|
@@ -11644,17 +11640,14 @@ var ResumenAvanceDataGranTotal = class {
|
|
|
11644
11640
|
};
|
|
11645
11641
|
__decorateClass([
|
|
11646
11642
|
IsNumber154(),
|
|
11647
|
-
Min120(0),
|
|
11648
11643
|
Expose214()
|
|
11649
11644
|
], ResumenAvanceDataGranTotal.prototype, "Total", 2);
|
|
11650
11645
|
__decorateClass([
|
|
11651
11646
|
IsNumber154(),
|
|
11652
|
-
Min120(0),
|
|
11653
11647
|
Expose214()
|
|
11654
11648
|
], ResumenAvanceDataGranTotal.prototype, "TotalUsado", 2);
|
|
11655
11649
|
__decorateClass([
|
|
11656
11650
|
IsNumber154(),
|
|
11657
|
-
Min120(0),
|
|
11658
11651
|
Expose214()
|
|
11659
11652
|
], ResumenAvanceDataGranTotal.prototype, "PorcentajeUsado", 2);
|
|
11660
11653
|
__decorateClass([
|