sigo-entities 0.0.236 → 0.0.238
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 +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1006,7 +1006,7 @@ __decorateClass([
|
|
|
1006
1006
|
], DetalleDTO.prototype, "CodigoLlave", 2);
|
|
1007
1007
|
__decorateClass([
|
|
1008
1008
|
(0, import_class_validator19.IsString)({ message: "debe ser un texto" }),
|
|
1009
|
-
(0, import_class_validator19.Length)(0,
|
|
1009
|
+
(0, import_class_validator19.Length)(0, 150, { message: "debe tener entre 0 y 150 caracteres" }),
|
|
1010
1010
|
(0, import_class_transformer19.Expose)()
|
|
1011
1011
|
], DetalleDTO.prototype, "Notas", 2);
|
|
1012
1012
|
__decorateClass([
|
|
@@ -14850,7 +14850,7 @@ __decorateClass([
|
|
|
14850
14850
|
], NotificacionesENTITY.prototype, "titulo", 2);
|
|
14851
14851
|
__decorateClass([
|
|
14852
14852
|
(0, import_class_validator249.IsString)({ message: "debe ser un texto" }),
|
|
14853
|
-
(0, import_class_validator249.Length)(1,
|
|
14853
|
+
(0, import_class_validator249.Length)(1, 400, { message: "debe tener entre 1 y 400 caracteres" }),
|
|
14854
14854
|
(0, import_class_transformer249.Expose)()
|
|
14855
14855
|
], NotificacionesENTITY.prototype, "mensaje", 2);
|
|
14856
14856
|
__decorateClass([
|
package/dist/index.mjs
CHANGED
|
@@ -750,7 +750,7 @@ __decorateClass([
|
|
|
750
750
|
], DetalleDTO.prototype, "CodigoLlave", 2);
|
|
751
751
|
__decorateClass([
|
|
752
752
|
IsString16({ message: "debe ser un texto" }),
|
|
753
|
-
Length16(0,
|
|
753
|
+
Length16(0, 150, { message: "debe tener entre 0 y 150 caracteres" }),
|
|
754
754
|
Expose18()
|
|
755
755
|
], DetalleDTO.prototype, "Notas", 2);
|
|
756
756
|
__decorateClass([
|
|
@@ -14616,7 +14616,7 @@ __decorateClass([
|
|
|
14616
14616
|
], NotificacionesENTITY.prototype, "titulo", 2);
|
|
14617
14617
|
__decorateClass([
|
|
14618
14618
|
IsString215({ message: "debe ser un texto" }),
|
|
14619
|
-
Length190(1,
|
|
14619
|
+
Length190(1, 400, { message: "debe tener entre 1 y 400 caracteres" }),
|
|
14620
14620
|
Expose248()
|
|
14621
14621
|
], NotificacionesENTITY.prototype, "mensaje", 2);
|
|
14622
14622
|
__decorateClass([
|