sigo-entities 1.2.42 → 1.2.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 +3 -3
- package/dist/index.mjs +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4817,12 +4817,12 @@ __decorateClass([
|
|
|
4817
4817
|
], DocumentacionBaremoPexENTITY.prototype, "ContratoCod", 2);
|
|
4818
4818
|
__decorateClass([
|
|
4819
4819
|
(0, import_class_validator99.IsString)({ message: "debe ser un texto" }),
|
|
4820
|
-
(0, import_class_validator99.Length)(1,
|
|
4820
|
+
(0, import_class_validator99.Length)(1, 200, { message: "debe tener entre 1 y 200 caracteres" }),
|
|
4821
4821
|
(0, import_class_transformer98.Expose)()
|
|
4822
4822
|
], DocumentacionBaremoPexENTITY.prototype, "CodigoMO", 2);
|
|
4823
4823
|
__decorateClass([
|
|
4824
4824
|
(0, import_class_validator99.IsString)({ message: "debe ser un texto" }),
|
|
4825
|
-
(0, import_class_validator99.Length)(1,
|
|
4825
|
+
(0, import_class_validator99.Length)(1, 200, { message: "debe tener entre 1 y 200 caracteres" }),
|
|
4826
4826
|
(0, import_class_transformer98.Expose)()
|
|
4827
4827
|
], DocumentacionBaremoPexENTITY.prototype, "DescripcionMO", 2);
|
|
4828
4828
|
__decorateClass([
|
|
@@ -4832,7 +4832,7 @@ __decorateClass([
|
|
|
4832
4832
|
], DocumentacionBaremoPexENTITY.prototype, "Codigo", 2);
|
|
4833
4833
|
__decorateClass([
|
|
4834
4834
|
(0, import_class_validator99.IsString)({ message: "debe ser un texto" }),
|
|
4835
|
-
(0, import_class_validator99.Length)(1,
|
|
4835
|
+
(0, import_class_validator99.Length)(1, 200, { message: "debe tener entre 1 y 200 caracteres" }),
|
|
4836
4836
|
(0, import_class_transformer98.Expose)()
|
|
4837
4837
|
], DocumentacionBaremoPexENTITY.prototype, "Nombre", 2);
|
|
4838
4838
|
__decorateClass([
|
package/dist/index.mjs
CHANGED
|
@@ -4265,12 +4265,12 @@ __decorateClass([
|
|
|
4265
4265
|
], DocumentacionBaremoPexENTITY.prototype, "ContratoCod", 2);
|
|
4266
4266
|
__decorateClass([
|
|
4267
4267
|
IsString78({ message: "debe ser un texto" }),
|
|
4268
|
-
Length69(1,
|
|
4268
|
+
Length69(1, 200, { message: "debe tener entre 1 y 200 caracteres" }),
|
|
4269
4269
|
Expose96()
|
|
4270
4270
|
], DocumentacionBaremoPexENTITY.prototype, "CodigoMO", 2);
|
|
4271
4271
|
__decorateClass([
|
|
4272
4272
|
IsString78({ message: "debe ser un texto" }),
|
|
4273
|
-
Length69(1,
|
|
4273
|
+
Length69(1, 200, { message: "debe tener entre 1 y 200 caracteres" }),
|
|
4274
4274
|
Expose96()
|
|
4275
4275
|
], DocumentacionBaremoPexENTITY.prototype, "DescripcionMO", 2);
|
|
4276
4276
|
__decorateClass([
|
|
@@ -4280,7 +4280,7 @@ __decorateClass([
|
|
|
4280
4280
|
], DocumentacionBaremoPexENTITY.prototype, "Codigo", 2);
|
|
4281
4281
|
__decorateClass([
|
|
4282
4282
|
IsString78({ message: "debe ser un texto" }),
|
|
4283
|
-
Length69(1,
|
|
4283
|
+
Length69(1, 200, { message: "debe tener entre 1 y 200 caracteres" }),
|
|
4284
4284
|
Expose96()
|
|
4285
4285
|
], DocumentacionBaremoPexENTITY.prototype, "Nombre", 2);
|
|
4286
4286
|
__decorateClass([
|