sigo-entities 0.0.251 → 0.0.252
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
|
@@ -8941,7 +8941,7 @@ __decorateClass([
|
|
|
8941
8941
|
(0, import_class_transformer154.Expose)()
|
|
8942
8942
|
], ModelMOSQLPeruENTITY.prototype, "Usuario_Registro", 2);
|
|
8943
8943
|
__decorateClass([
|
|
8944
|
-
(0, import_class_validator154.IsEnum)(
|
|
8944
|
+
(0, import_class_validator154.IsEnum)(Estado_Model_MO),
|
|
8945
8945
|
(0, import_class_transformer154.Expose)()
|
|
8946
8946
|
], ModelMOSQLPeruENTITY.prototype, "Estado", 2);
|
|
8947
8947
|
|
package/dist/index.mjs
CHANGED
|
@@ -8650,7 +8650,7 @@ __decorateClass([
|
|
|
8650
8650
|
Expose153()
|
|
8651
8651
|
], ModelMOSQLPeruENTITY.prototype, "Usuario_Registro", 2);
|
|
8652
8652
|
__decorateClass([
|
|
8653
|
-
IsEnum2(
|
|
8653
|
+
IsEnum2(Estado_Model_MO),
|
|
8654
8654
|
Expose153()
|
|
8655
8655
|
], ModelMOSQLPeruENTITY.prototype, "Estado", 2);
|
|
8656
8656
|
|