sigo-entities 1.2.423 → 1.2.424

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 CHANGED
@@ -12321,23 +12321,19 @@ __decorateClass([
12321
12321
  ], ResumenAvanceDataGranTotalEmpresasChileDTO.prototype, "RazonSocial", 2);
12322
12322
  __decorateClass([
12323
12323
  (0, import_class_validator214.IsNumber)({}, { message: "debe ser un numero" }),
12324
- (0, import_class_transformer216.Expose)(),
12325
- (0, import_class_validator214.Min)(0)
12324
+ (0, import_class_transformer216.Expose)()
12326
12325
  ], ResumenAvanceDataGranTotalEmpresasChileDTO.prototype, "TotalMO", 2);
12327
12326
  __decorateClass([
12328
12327
  (0, import_class_validator214.IsNumber)({}, { message: "debe ser un numero" }),
12329
- (0, import_class_transformer216.Expose)(),
12330
- (0, import_class_validator214.Min)(0)
12328
+ (0, import_class_transformer216.Expose)()
12331
12329
  ], ResumenAvanceDataGranTotalEmpresasChileDTO.prototype, "TotalMOAvance", 2);
12332
12330
  __decorateClass([
12333
12331
  (0, import_class_validator214.IsNumber)({}, { message: "debe ser un numero" }),
12334
- (0, import_class_transformer216.Expose)(),
12335
- (0, import_class_validator214.Min)(0)
12332
+ (0, import_class_transformer216.Expose)()
12336
12333
  ], ResumenAvanceDataGranTotalEmpresasChileDTO.prototype, "TotalUO", 2);
12337
12334
  __decorateClass([
12338
12335
  (0, import_class_validator214.IsNumber)({}, { message: "debe ser un numero" }),
12339
- (0, import_class_transformer216.Expose)(),
12340
- (0, import_class_validator214.Min)(0)
12336
+ (0, import_class_transformer216.Expose)()
12341
12337
  ], ResumenAvanceDataGranTotalEmpresasChileDTO.prototype, "TotalUOAvance", 2);
12342
12338
  __decorateClass([
12343
12339
  (0, import_class_validator214.IsNumber)({}, { message: "debe ser un numero" }),
package/dist/index.mjs CHANGED
@@ -11480,23 +11480,19 @@ __decorateClass([
11480
11480
  ], ResumenAvanceDataGranTotalEmpresasChileDTO.prototype, "RazonSocial", 2);
11481
11481
  __decorateClass([
11482
11482
  IsNumber151({}, { message: "debe ser un numero" }),
11483
- Expose211(),
11484
- Min118(0)
11483
+ Expose211()
11485
11484
  ], ResumenAvanceDataGranTotalEmpresasChileDTO.prototype, "TotalMO", 2);
11486
11485
  __decorateClass([
11487
11486
  IsNumber151({}, { message: "debe ser un numero" }),
11488
- Expose211(),
11489
- Min118(0)
11487
+ Expose211()
11490
11488
  ], ResumenAvanceDataGranTotalEmpresasChileDTO.prototype, "TotalMOAvance", 2);
11491
11489
  __decorateClass([
11492
11490
  IsNumber151({}, { message: "debe ser un numero" }),
11493
- Expose211(),
11494
- Min118(0)
11491
+ Expose211()
11495
11492
  ], ResumenAvanceDataGranTotalEmpresasChileDTO.prototype, "TotalUO", 2);
11496
11493
  __decorateClass([
11497
11494
  IsNumber151({}, { message: "debe ser un numero" }),
11498
- Expose211(),
11499
- Min118(0)
11495
+ Expose211()
11500
11496
  ], ResumenAvanceDataGranTotalEmpresasChileDTO.prototype, "TotalUOAvance", 2);
11501
11497
  __decorateClass([
11502
11498
  IsNumber151({}, { message: "debe ser un numero" }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigo-entities",
3
- "version": "1.2.423",
3
+ "version": "1.2.424",
4
4
  "description": "Desarrollo de modelos de datos SIGO",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",