sigo-entities 0.0.230 → 0.0.231
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 -5
- package/dist/index.mjs +4 -6
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9227,9 +9227,8 @@ __decorateClass([
|
|
|
9227
9227
|
(0, import_class_transformer159.Expose)()
|
|
9228
9228
|
], ManoObraDTO2.prototype, "Nombre", 2);
|
|
9229
9229
|
__decorateClass([
|
|
9230
|
-
(0, import_class_validator159.
|
|
9231
|
-
(0, import_class_validator159.
|
|
9232
|
-
(0, import_class_validator159.Length)(1, 100, { message: "debe tener entre 1 y 100 caracteres" }),
|
|
9230
|
+
(0, import_class_validator159.IsString)({ message: "debe ser true o false" }),
|
|
9231
|
+
(0, import_class_validator159.Length)(0, 60, { message: "debe tener entre 0 y 60 caracteres" }),
|
|
9233
9232
|
(0, import_class_transformer159.Expose)()
|
|
9234
9233
|
], ManoObraDTO2.prototype, "UnidadMedida", 2);
|
|
9235
9234
|
|
|
@@ -9255,8 +9254,7 @@ __decorateClass([
|
|
|
9255
9254
|
], UnidadMedidaDTO2.prototype, "Nombre", 2);
|
|
9256
9255
|
__decorateClass([
|
|
9257
9256
|
(0, import_class_validator160.IsString)({ message: "debe ser true o false" }),
|
|
9258
|
-
(0, import_class_validator160.
|
|
9259
|
-
(0, import_class_validator160.Length)(1, 100, { message: "debe tener entre 1 y 100 caracteres" }),
|
|
9257
|
+
(0, import_class_validator160.Length)(0, 60, { message: "debe tener entre 0 y 60 caracteres" }),
|
|
9260
9258
|
(0, import_class_transformer160.Expose)()
|
|
9261
9259
|
], UnidadMedidaDTO2.prototype, "UnidadMedida", 2);
|
|
9262
9260
|
|
package/dist/index.mjs
CHANGED
|
@@ -8952,7 +8952,7 @@ __decorateClass([
|
|
|
8952
8952
|
|
|
8953
8953
|
// src/programados/Reportes/ReporteProduccion/Chile/Baremos/dto/manoobra-dto.ts
|
|
8954
8954
|
import { Expose as Expose158 } from "class-transformer";
|
|
8955
|
-
import {
|
|
8955
|
+
import { IsNotEmpty as IsNotEmpty156, IsString as IsString133, Length as Length114 } from "class-validator";
|
|
8956
8956
|
var ManoObraDTO2 = class {
|
|
8957
8957
|
Codigo = "";
|
|
8958
8958
|
Nombre = "";
|
|
@@ -8971,9 +8971,8 @@ __decorateClass([
|
|
|
8971
8971
|
Expose158()
|
|
8972
8972
|
], ManoObraDTO2.prototype, "Nombre", 2);
|
|
8973
8973
|
__decorateClass([
|
|
8974
|
-
|
|
8975
|
-
|
|
8976
|
-
Length114(1, 100, { message: "debe tener entre 1 y 100 caracteres" }),
|
|
8974
|
+
IsString133({ message: "debe ser true o false" }),
|
|
8975
|
+
Length114(0, 60, { message: "debe tener entre 0 y 60 caracteres" }),
|
|
8977
8976
|
Expose158()
|
|
8978
8977
|
], ManoObraDTO2.prototype, "UnidadMedida", 2);
|
|
8979
8978
|
|
|
@@ -8999,8 +8998,7 @@ __decorateClass([
|
|
|
8999
8998
|
], UnidadMedidaDTO2.prototype, "Nombre", 2);
|
|
9000
8999
|
__decorateClass([
|
|
9001
9000
|
IsString134({ message: "debe ser true o false" }),
|
|
9002
|
-
|
|
9003
|
-
Length115(1, 100, { message: "debe tener entre 1 y 100 caracteres" }),
|
|
9001
|
+
Length115(0, 60, { message: "debe tener entre 0 y 60 caracteres" }),
|
|
9004
9002
|
Expose159()
|
|
9005
9003
|
], UnidadMedidaDTO2.prototype, "UnidadMedida", 2);
|
|
9006
9004
|
|