sigo-entities 1.2.66 → 1.2.68
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 +2 -3
- package/dist/index.mjs +2 -3
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -7225,7 +7225,7 @@ var import_class_transformer137 = require("class-transformer");
|
|
|
7225
7225
|
var import_class_validator138 = require("class-validator");
|
|
7226
7226
|
var CentroCostosDTO = class {
|
|
7227
7227
|
ID_CentroCostos = 0;
|
|
7228
|
-
Codigo_SIGO =
|
|
7228
|
+
Codigo_SIGO = "";
|
|
7229
7229
|
Codigo = "";
|
|
7230
7230
|
Descripcion = "";
|
|
7231
7231
|
OT = "";
|
|
@@ -7238,7 +7238,7 @@ __decorateClass([
|
|
|
7238
7238
|
], CentroCostosDTO.prototype, "ID_CentroCostos", 2);
|
|
7239
7239
|
__decorateClass([
|
|
7240
7240
|
(0, import_class_validator138.IsDefined)({ message: "es requerido" }),
|
|
7241
|
-
(0, import_class_validator138.
|
|
7241
|
+
(0, import_class_validator138.IsString)({ message: "debe ser un texto" }),
|
|
7242
7242
|
(0, import_class_transformer137.Expose)()
|
|
7243
7243
|
], CentroCostosDTO.prototype, "Codigo_SIGO", 2);
|
|
7244
7244
|
__decorateClass([
|
|
@@ -8049,7 +8049,6 @@ __decorateClass([
|
|
|
8049
8049
|
], ValorizacionDTO.prototype, "Decimales", 2);
|
|
8050
8050
|
__decorateClass([
|
|
8051
8051
|
(0, import_class_validator150.IsString)({ message: "debe ser un texto" }),
|
|
8052
|
-
(0, import_class_validator150.IsNotEmpty)({ message: "es requerido" }),
|
|
8053
8052
|
(0, import_class_validator150.MinLength)(0, { message: "debe tener m\xEDnimo 0 caracteres" }),
|
|
8054
8053
|
(0, import_class_transformer149.Expose)()
|
|
8055
8054
|
], ValorizacionDTO.prototype, "Observaciones", 2);
|
package/dist/index.mjs
CHANGED
|
@@ -6663,7 +6663,7 @@ import { Expose as Expose135, Type as Type88 } from "class-transformer";
|
|
|
6663
6663
|
import { IsDefined as IsDefined32, IsNumber as IsNumber97, IsString as IsString109, ValidateNested as ValidateNested79 } from "class-validator";
|
|
6664
6664
|
var CentroCostosDTO = class {
|
|
6665
6665
|
ID_CentroCostos = 0;
|
|
6666
|
-
Codigo_SIGO =
|
|
6666
|
+
Codigo_SIGO = "";
|
|
6667
6667
|
Codigo = "";
|
|
6668
6668
|
Descripcion = "";
|
|
6669
6669
|
OT = "";
|
|
@@ -6676,7 +6676,7 @@ __decorateClass([
|
|
|
6676
6676
|
], CentroCostosDTO.prototype, "ID_CentroCostos", 2);
|
|
6677
6677
|
__decorateClass([
|
|
6678
6678
|
IsDefined32({ message: "es requerido" }),
|
|
6679
|
-
|
|
6679
|
+
IsString109({ message: "debe ser un texto" }),
|
|
6680
6680
|
Expose135()
|
|
6681
6681
|
], CentroCostosDTO.prototype, "Codigo_SIGO", 2);
|
|
6682
6682
|
__decorateClass([
|
|
@@ -7487,7 +7487,6 @@ __decorateClass([
|
|
|
7487
7487
|
], ValorizacionDTO.prototype, "Decimales", 2);
|
|
7488
7488
|
__decorateClass([
|
|
7489
7489
|
IsString118({ message: "debe ser un texto" }),
|
|
7490
|
-
IsNotEmpty110({ message: "es requerido" }),
|
|
7491
7490
|
MinLength19(0, { message: "debe tener m\xEDnimo 0 caracteres" }),
|
|
7492
7491
|
Expose147()
|
|
7493
7492
|
], ValorizacionDTO.prototype, "Observaciones", 2);
|