sigo-entities 1.0.2 → 1.0.3
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.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +3 -3
- package/dist/index.mjs +3 -3
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -8950,7 +8950,7 @@ var DetalleChileObraDTO = class {
|
|
|
8950
8950
|
ITOCTC = "";
|
|
8951
8951
|
central = "";
|
|
8952
8952
|
cliente = "";
|
|
8953
|
-
|
|
8953
|
+
direccion = "";
|
|
8954
8954
|
comuna = "";
|
|
8955
8955
|
nombreproyecto = "";
|
|
8956
8956
|
ito = "";
|
|
@@ -9038,9 +9038,9 @@ __decorateClass([
|
|
|
9038
9038
|
], DetalleChileObraDTO.prototype, "cliente", 2);
|
|
9039
9039
|
__decorateClass([
|
|
9040
9040
|
(0, import_class_validator159.IsString)({ message: "debe ser un texto" }),
|
|
9041
|
-
(0, import_class_validator159.
|
|
9041
|
+
(0, import_class_validator159.MinLength)(1, { message: "debe tener al menos 1 caracter" }),
|
|
9042
9042
|
(0, import_class_transformer158.Expose)()
|
|
9043
|
-
], DetalleChileObraDTO.prototype, "
|
|
9043
|
+
], DetalleChileObraDTO.prototype, "direccion", 2);
|
|
9044
9044
|
__decorateClass([
|
|
9045
9045
|
(0, import_class_validator159.IsString)({ message: "debe ser un texto" }),
|
|
9046
9046
|
(0, import_class_validator159.Length)(0, 150, { message: "debe tener entre 0 y 150 caracteres" }),
|
package/dist/index.mjs
CHANGED
|
@@ -8592,7 +8592,7 @@ var DetalleChileObraDTO = class {
|
|
|
8592
8592
|
ITOCTC = "";
|
|
8593
8593
|
central = "";
|
|
8594
8594
|
cliente = "";
|
|
8595
|
-
|
|
8595
|
+
direccion = "";
|
|
8596
8596
|
comuna = "";
|
|
8597
8597
|
nombreproyecto = "";
|
|
8598
8598
|
ito = "";
|
|
@@ -8680,9 +8680,9 @@ __decorateClass([
|
|
|
8680
8680
|
], DetalleChileObraDTO.prototype, "cliente", 2);
|
|
8681
8681
|
__decorateClass([
|
|
8682
8682
|
IsString125({ message: "debe ser un texto" }),
|
|
8683
|
-
|
|
8683
|
+
MinLength9(1, { message: "debe tener al menos 1 caracter" }),
|
|
8684
8684
|
Expose156()
|
|
8685
|
-
], DetalleChileObraDTO.prototype, "
|
|
8685
|
+
], DetalleChileObraDTO.prototype, "direccion", 2);
|
|
8686
8686
|
__decorateClass([
|
|
8687
8687
|
IsString125({ message: "debe ser un texto" }),
|
|
8688
8688
|
Length107(0, 150, { message: "debe tener entre 0 y 150 caracteres" }),
|