sigo-entities 0.0.206 → 0.0.207

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
@@ -8978,10 +8978,10 @@ __decorateClass([
8978
8978
  (0, import_class_transformer156.Expose)()
8979
8979
  ], PagosECDTO.prototype, "codigoFecha", 2);
8980
8980
  __decorateClass([
8981
- (0, import_class_validator156.IsString)({ message: "debe ser un texto" }),
8981
+ (0, import_class_transformer156.Type)(() => UsuarioRegistrarDTO),
8982
8982
  (0, import_class_validator156.IsNotEmpty)({ message: "es requerido" }),
8983
- (0, import_class_validator156.Length)(1, 100, { message: "debe tener entre 1 y 100 caracteres" }),
8984
- (0, import_class_transformer156.Expose)()
8983
+ (0, import_class_transformer156.Expose)(),
8984
+ (0, import_class_validator156.ValidateNested)()
8985
8985
  ], PagosECDTO.prototype, "usuario", 2);
8986
8986
  __decorateClass([
8987
8987
  (0, import_class_validator156.IsString)({ message: "debe ser un texto" }),