sigo-entities 1.2.331 → 1.2.332
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 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -16542,8 +16542,8 @@ __decorateClass([
|
|
|
16542
16542
|
(0, import_class_transformer293.Expose)()
|
|
16543
16543
|
], CabeceraCubicajeDTO.prototype, "ITOCTC", 2);
|
|
16544
16544
|
__decorateClass([
|
|
16545
|
+
(0, import_class_validator291.IsDefined)({ message: "es requerido" }),
|
|
16545
16546
|
(0, import_class_validator291.IsString)({ message: "debe ser un texto" }),
|
|
16546
|
-
(0, import_class_validator291.MinLength)(1, { message: "debe tener al menos 1 car\xE1cter" }),
|
|
16547
16547
|
(0, import_class_transformer293.Expose)()
|
|
16548
16548
|
], CabeceraCubicajeDTO.prototype, "central", 2);
|
|
16549
16549
|
__decorateClass([
|
package/dist/index.mjs
CHANGED
|
@@ -15848,8 +15848,8 @@ __decorateClass([
|
|
|
15848
15848
|
Expose288()
|
|
15849
15849
|
], CabeceraCubicajeDTO.prototype, "ITOCTC", 2);
|
|
15850
15850
|
__decorateClass([
|
|
15851
|
+
IsDefined77({ message: "es requerido" }),
|
|
15851
15852
|
IsString210({ message: "debe ser un texto" }),
|
|
15852
|
-
MinLength34(1, { message: "debe tener al menos 1 car\xE1cter" }),
|
|
15853
15853
|
Expose288()
|
|
15854
15854
|
], CabeceraCubicajeDTO.prototype, "central", 2);
|
|
15855
15855
|
__decorateClass([
|