sigo-entities 0.0.207 → 0.0.208

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
@@ -8991,8 +8991,7 @@ __decorateClass([
8991
8991
  ], PagosECDTO.prototype, "nroDocumento", 2);
8992
8992
  __decorateClass([
8993
8993
  (0, import_class_validator156.IsString)({ message: "debe ser un texto" }),
8994
- (0, import_class_validator156.IsNotEmpty)({ message: "es requerido" }),
8995
- (0, import_class_validator156.Length)(1, 100, { message: "debe tener entre 1 y 100 caracteres" }),
8994
+ (0, import_class_validator156.Length)(0, 100, { message: "debe tener entre 0 y 100 caracteres" }),
8996
8995
  (0, import_class_transformer156.Expose)()
8997
8996
  ], PagosECDTO.prototype, "nroFactura", 2);
8998
8997
 
package/dist/index.mjs CHANGED
@@ -8746,8 +8746,7 @@ __decorateClass([
8746
8746
  ], PagosECDTO.prototype, "nroDocumento", 2);
8747
8747
  __decorateClass([
8748
8748
  IsString131({ message: "debe ser un texto" }),
8749
- IsNotEmpty153({ message: "es requerido" }),
8750
- Length116(1, 100, { message: "debe tener entre 1 y 100 caracteres" }),
8749
+ Length116(0, 100, { message: "debe tener entre 0 y 100 caracteres" }),
8751
8750
  Expose155()
8752
8751
  ], PagosECDTO.prototype, "nroFactura", 2);
8753
8752
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigo-entities",
3
- "version": "0.0.207",
3
+ "version": "0.0.208",
4
4
  "description": "Desarrollo de modelos de datos SIGO",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",