sigo-entities 0.0.42 → 0.0.43

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
@@ -1099,7 +1099,7 @@ __decorateClass([
1099
1099
  __decorateClass([
1100
1100
  (0, import_class_validator28.IsString)({ message: "debe ser un texto" }),
1101
1101
  (0, import_class_validator28.IsNotEmpty)({ message: "es requerido" }),
1102
- (0, import_class_validator28.Length)(1, 70, { message: "debe tener entre 1 y 70 caracteres" }),
1102
+ (0, import_class_validator28.Length)(1, 200, { message: "debe tener entre 1 y 200 caracteres" }),
1103
1103
  (0, import_class_transformer28.Expose)()
1104
1104
  ], ItemDetalleLogisticaDTO.prototype, "Nombre", 2);
1105
1105
  __decorateClass([
package/dist/index.mjs CHANGED
@@ -992,7 +992,7 @@ __decorateClass([
992
992
  __decorateClass([
993
993
  IsString26({ message: "debe ser un texto" }),
994
994
  IsNotEmpty27({ message: "es requerido" }),
995
- Length26(1, 70, { message: "debe tener entre 1 y 70 caracteres" }),
995
+ Length26(1, 200, { message: "debe tener entre 1 y 200 caracteres" }),
996
996
  Expose27()
997
997
  ], ItemDetalleLogisticaDTO.prototype, "Nombre", 2);
998
998
  __decorateClass([
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigo-entities",
3
- "version": "0.0.42",
3
+ "version": "0.0.43",
4
4
  "description": "Desarrollo de modelos de datos SIGO",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",