sigo-entities 1.0.62 → 1.0.63
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 -1
- package/dist/index.mjs +2 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -14390,8 +14390,9 @@ __decorateClass([
|
|
|
14390
14390
|
(0, import_class_transformer257.Expose)()
|
|
14391
14391
|
], BaremoAlemaniaENTITY.prototype, "ZonaAsignada", 2);
|
|
14392
14392
|
__decorateClass([
|
|
14393
|
+
(0, import_class_validator258.IsDefined)({ message: "es requerido" }),
|
|
14393
14394
|
(0, import_class_validator258.IsString)({ message: "debe ser un texto" }),
|
|
14394
|
-
(0, import_class_validator258.
|
|
14395
|
+
(0, import_class_validator258.MinLength)(0, { message: "debe tener al menos 0 caracter" }),
|
|
14395
14396
|
(0, import_class_transformer257.Expose)()
|
|
14396
14397
|
], BaremoAlemaniaENTITY.prototype, "Agencia", 2);
|
|
14397
14398
|
__decorateClass([
|
package/dist/index.mjs
CHANGED
|
@@ -14028,8 +14028,9 @@ __decorateClass([
|
|
|
14028
14028
|
Expose255()
|
|
14029
14029
|
], BaremoAlemaniaENTITY.prototype, "ZonaAsignada", 2);
|
|
14030
14030
|
__decorateClass([
|
|
14031
|
+
IsDefined24({ message: "es requerido" }),
|
|
14031
14032
|
IsString198({ message: "debe ser un texto" }),
|
|
14032
|
-
|
|
14033
|
+
MinLength32(0, { message: "debe tener al menos 0 caracter" }),
|
|
14033
14034
|
Expose255()
|
|
14034
14035
|
], BaremoAlemaniaENTITY.prototype, "Agencia", 2);
|
|
14035
14036
|
__decorateClass([
|