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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
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)(
|
|
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(
|
|
3770
|
+
Min24(0)
|
|
3771
3771
|
], PersonalENTITY.prototype, "IdRegister", 2);
|
|
3772
3772
|
__decorateClass([
|
|
3773
3773
|
IsString58({ message: "debe ser un texto" }),
|