sigo-entities 1.0.87 → 1.0.88
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 +3 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +18 -0
- package/dist/index.mjs +18 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -23902,6 +23902,9 @@ var ToaClaroENTITY = class {
|
|
|
23902
23902
|
RGU_Total = 0;
|
|
23903
23903
|
Tecnico = new TecnicoValDTO();
|
|
23904
23904
|
EECC = new EECC_DTO();
|
|
23905
|
+
Anio = 0;
|
|
23906
|
+
Mes = 0;
|
|
23907
|
+
Dia = 0;
|
|
23905
23908
|
};
|
|
23906
23909
|
__decorateClass([
|
|
23907
23910
|
(0, import_class_validator411.IsString)({ message: "debe ser un texto" }),
|
|
@@ -24198,6 +24201,21 @@ __decorateClass([
|
|
|
24198
24201
|
(0, import_class_transformer410.Expose)(),
|
|
24199
24202
|
(0, import_class_validator411.ValidateNested)()
|
|
24200
24203
|
], ToaClaroENTITY.prototype, "EECC", 2);
|
|
24204
|
+
__decorateClass([
|
|
24205
|
+
(0, import_class_validator411.IsNumber)({}, { message: "debe ser un numero" }),
|
|
24206
|
+
(0, import_class_validator411.Min)(0, { message: "el valor m\xEDnimo es 0" }),
|
|
24207
|
+
(0, import_class_transformer410.Expose)()
|
|
24208
|
+
], ToaClaroENTITY.prototype, "Anio", 2);
|
|
24209
|
+
__decorateClass([
|
|
24210
|
+
(0, import_class_validator411.IsNumber)({}, { message: "debe ser un numero" }),
|
|
24211
|
+
(0, import_class_validator411.Min)(0, { message: "el valor m\xEDnimo es 0" }),
|
|
24212
|
+
(0, import_class_transformer410.Expose)()
|
|
24213
|
+
], ToaClaroENTITY.prototype, "Mes", 2);
|
|
24214
|
+
__decorateClass([
|
|
24215
|
+
(0, import_class_validator411.IsNumber)({}, { message: "debe ser un numero" }),
|
|
24216
|
+
(0, import_class_validator411.Min)(0, { message: "el valor m\xEDnimo es 0" }),
|
|
24217
|
+
(0, import_class_transformer410.Expose)()
|
|
24218
|
+
], ToaClaroENTITY.prototype, "Dia", 2);
|
|
24201
24219
|
|
|
24202
24220
|
// src/operativa/procesos/toa_movistar/shared/index.ts
|
|
24203
24221
|
var import_class_transformer411 = require("class-transformer");
|
package/dist/index.mjs
CHANGED
|
@@ -23564,6 +23564,9 @@ var ToaClaroENTITY = class {
|
|
|
23564
23564
|
RGU_Total = 0;
|
|
23565
23565
|
Tecnico = new TecnicoValDTO();
|
|
23566
23566
|
EECC = new EECC_DTO();
|
|
23567
|
+
Anio = 0;
|
|
23568
|
+
Mes = 0;
|
|
23569
|
+
Dia = 0;
|
|
23567
23570
|
};
|
|
23568
23571
|
__decorateClass([
|
|
23569
23572
|
IsString340({ message: "debe ser un texto" }),
|
|
@@ -23860,6 +23863,21 @@ __decorateClass([
|
|
|
23860
23863
|
Expose408(),
|
|
23861
23864
|
ValidateNested229()
|
|
23862
23865
|
], ToaClaroENTITY.prototype, "EECC", 2);
|
|
23866
|
+
__decorateClass([
|
|
23867
|
+
IsNumber264({}, { message: "debe ser un numero" }),
|
|
23868
|
+
Min216(0, { message: "el valor m\xEDnimo es 0" }),
|
|
23869
|
+
Expose408()
|
|
23870
|
+
], ToaClaroENTITY.prototype, "Anio", 2);
|
|
23871
|
+
__decorateClass([
|
|
23872
|
+
IsNumber264({}, { message: "debe ser un numero" }),
|
|
23873
|
+
Min216(0, { message: "el valor m\xEDnimo es 0" }),
|
|
23874
|
+
Expose408()
|
|
23875
|
+
], ToaClaroENTITY.prototype, "Mes", 2);
|
|
23876
|
+
__decorateClass([
|
|
23877
|
+
IsNumber264({}, { message: "debe ser un numero" }),
|
|
23878
|
+
Min216(0, { message: "el valor m\xEDnimo es 0" }),
|
|
23879
|
+
Expose408()
|
|
23880
|
+
], ToaClaroENTITY.prototype, "Dia", 2);
|
|
23863
23881
|
|
|
23864
23882
|
// src/operativa/procesos/toa_movistar/shared/index.ts
|
|
23865
23883
|
import { Expose as Expose409 } from "class-transformer";
|