sigo-entities 1.0.21 → 1.0.22
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 +1 -0
- package/dist/index.mjs +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6790,6 +6790,7 @@ __decorateClass([
|
|
|
6790
6790
|
__decorateClass([
|
|
6791
6791
|
(0, import_class_validator129.IsDate)({ message: "debe ser una fecha" }),
|
|
6792
6792
|
(0, import_class_validator129.IsNotEmpty)({ message: "es requerido" }),
|
|
6793
|
+
(0, import_class_transformer128.Type)(() => Date),
|
|
6793
6794
|
(0, import_class_transformer128.Expose)()
|
|
6794
6795
|
], TrabajoENTITY.prototype, "FechaRegistro", 2);
|
|
6795
6796
|
__decorateClass([
|
package/dist/index.mjs
CHANGED
|
@@ -6412,6 +6412,7 @@ __decorateClass([
|
|
|
6412
6412
|
__decorateClass([
|
|
6413
6413
|
IsDate33({ message: "debe ser una fecha" }),
|
|
6414
6414
|
IsNotEmpty111({ message: "es requerido" }),
|
|
6415
|
+
Type81(() => Date),
|
|
6415
6416
|
Expose126()
|
|
6416
6417
|
], TrabajoENTITY.prototype, "FechaRegistro", 2);
|
|
6417
6418
|
__decorateClass([
|