sigo-entities 0.0.32 → 0.0.33

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
@@ -3862,7 +3862,7 @@ __decorateClass([
3862
3862
  (0, import_class_validator72.IsNumber)({}, { message: "debe ser un numero" }),
3863
3863
  (0, import_class_validator72.IsNotEmpty)({ message: "es requerido" }),
3864
3864
  (0, import_class_transformer72.Expose)(),
3865
- (0, import_class_validator72.Min)(1)
3865
+ (0, import_class_validator72.Min)(0)
3866
3866
  ], PersonalENTITY.prototype, "IdRegister", 2);
3867
3867
  __decorateClass([
3868
3868
  (0, import_class_validator72.IsString)({ message: "debe ser un texto" }),
package/dist/index.mjs CHANGED
@@ -3767,7 +3767,7 @@ __decorateClass([
3767
3767
  IsNumber43({}, { message: "debe ser un numero" }),
3768
3768
  IsNotEmpty70({ message: "es requerido" }),
3769
3769
  Expose71(),
3770
- Min24(1)
3770
+ Min24(0)
3771
3771
  ], PersonalENTITY.prototype, "IdRegister", 2);
3772
3772
  __decorateClass([
3773
3773
  IsString58({ message: "debe ser un texto" }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigo-entities",
3
- "version": "0.0.32",
3
+ "version": "0.0.33",
4
4
  "description": "Desarrollo de modelos de datos SIGO",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",