sigo-entities 0.0.207 → 0.0.209

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
@@ -8942,8 +8942,7 @@ __decorateClass([
8942
8942
  ], ManoObraDTO3.prototype, "Nombre", 2);
8943
8943
  __decorateClass([
8944
8944
  (0, import_class_validator155.IsString)({ message: "debe ser true o false" }),
8945
- (0, import_class_validator155.IsNotEmpty)({ message: "es requerido" }),
8946
- (0, import_class_validator155.Length)(1, 60, { message: "debe tener entre 1 y 60 caracteres" }),
8945
+ (0, import_class_validator155.Length)(0, 60, { message: "debe tener entre 0 y 60 caracteres" }),
8947
8946
  (0, import_class_transformer155.Expose)()
8948
8947
  ], ManoObraDTO3.prototype, "UnidadMedida", 2);
8949
8948
 
@@ -8991,8 +8990,7 @@ __decorateClass([
8991
8990
  ], PagosECDTO.prototype, "nroDocumento", 2);
8992
8991
  __decorateClass([
8993
8992
  (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" }),
8993
+ (0, import_class_validator156.Length)(0, 100, { message: "debe tener entre 0 y 100 caracteres" }),
8996
8994
  (0, import_class_transformer156.Expose)()
8997
8995
  ], PagosECDTO.prototype, "nroFactura", 2);
8998
8996
 
package/dist/index.mjs CHANGED
@@ -8697,8 +8697,7 @@ __decorateClass([
8697
8697
  ], ManoObraDTO3.prototype, "Nombre", 2);
8698
8698
  __decorateClass([
8699
8699
  IsString130({ message: "debe ser true o false" }),
8700
- IsNotEmpty152({ message: "es requerido" }),
8701
- Length115(1, 60, { message: "debe tener entre 1 y 60 caracteres" }),
8700
+ Length115(0, 60, { message: "debe tener entre 0 y 60 caracteres" }),
8702
8701
  Expose154()
8703
8702
  ], ManoObraDTO3.prototype, "UnidadMedida", 2);
8704
8703
 
@@ -8746,8 +8745,7 @@ __decorateClass([
8746
8745
  ], PagosECDTO.prototype, "nroDocumento", 2);
8747
8746
  __decorateClass([
8748
8747
  IsString131({ message: "debe ser un texto" }),
8749
- IsNotEmpty153({ message: "es requerido" }),
8750
- Length116(1, 100, { message: "debe tener entre 1 y 100 caracteres" }),
8748
+ Length116(0, 100, { message: "debe tener entre 0 y 100 caracteres" }),
8751
8749
  Expose155()
8752
8750
  ], PagosECDTO.prototype, "nroFactura", 2);
8753
8751
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigo-entities",
3
- "version": "0.0.207",
3
+ "version": "0.0.209",
4
4
  "description": "Desarrollo de modelos de datos SIGO",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",