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 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)(Tipo_MO),
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(Tipo_MO),
8653
+ IsEnum2(Estado_Model_MO),
8654
8654
  Expose153()
8655
8655
  ], ModelMOSQLPeruENTITY.prototype, "Estado", 2);
8656
8656
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigo-entities",
3
- "version": "0.0.251",
3
+ "version": "0.0.252",
4
4
  "description": "Desarrollo de modelos de datos SIGO",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",