sigo-entities 0.0.156 → 0.0.157

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
@@ -5520,7 +5520,7 @@ __decorateClass([
5520
5520
  (0, import_class_transformer99.Expose)(),
5521
5521
  (0, import_class_validator99.IsNumber)({}, { message: "debe ser un numero" }),
5522
5522
  (0, import_class_validator99.IsNotEmpty)({ message: "es requerido" }),
5523
- (0, import_class_validator99.Min)(1)
5523
+ (0, import_class_validator99.Min)(0)
5524
5524
  ], CentroCostosENTITY.prototype, "ID_CentroCostos", 2);
5525
5525
  __decorateClass([
5526
5526
  (0, import_class_validator99.IsString)({ message: "debe ser un texto" }),
package/dist/index.mjs CHANGED
@@ -5309,7 +5309,7 @@ __decorateClass([
5309
5309
  Expose98(),
5310
5310
  IsNumber65({}, { message: "debe ser un numero" }),
5311
5311
  IsNotEmpty96({ message: "es requerido" }),
5312
- Min47(1)
5312
+ Min47(0)
5313
5313
  ], CentroCostosENTITY.prototype, "ID_CentroCostos", 2);
5314
5314
  __decorateClass([
5315
5315
  IsString82({ message: "debe ser un texto" }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigo-entities",
3
- "version": "0.0.156",
3
+ "version": "0.0.157",
4
4
  "description": "Desarrollo de modelos de datos SIGO",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",