sigo-entities 1.2.404 → 1.2.405
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 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +7 -0
- package/dist/index.mjs +7 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -9614,6 +9614,7 @@ declare class Peru9112ClaroENTITY {
|
|
|
9614
9614
|
MO: number;
|
|
9615
9615
|
Gasto_EECC: number;
|
|
9616
9616
|
EECC: EECCDBTOADTO;
|
|
9617
|
+
boletin: FilesDocDTO;
|
|
9617
9618
|
AjusteReproceso: AjusteReprocesoDTO | {};
|
|
9618
9619
|
Valorizacion: ValorizacionPeru9112ClaroDTO | {};
|
|
9619
9620
|
causa_completado_reparacion_y_preventivo_adsl: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -9614,6 +9614,7 @@ declare class Peru9112ClaroENTITY {
|
|
|
9614
9614
|
MO: number;
|
|
9615
9615
|
Gasto_EECC: number;
|
|
9616
9616
|
EECC: EECCDBTOADTO;
|
|
9617
|
+
boletin: FilesDocDTO;
|
|
9617
9618
|
AjusteReproceso: AjusteReprocesoDTO | {};
|
|
9618
9619
|
Valorizacion: ValorizacionPeru9112ClaroDTO | {};
|
|
9619
9620
|
causa_completado_reparacion_y_preventivo_adsl: string;
|
package/dist/index.js
CHANGED
|
@@ -50491,6 +50491,7 @@ var Peru9112ClaroENTITY = class {
|
|
|
50491
50491
|
MO = 0;
|
|
50492
50492
|
Gasto_EECC = 0;
|
|
50493
50493
|
EECC = new EECCDBTOADTO();
|
|
50494
|
+
boletin = new FilesDocDTO();
|
|
50494
50495
|
AjusteReproceso = {};
|
|
50495
50496
|
Valorizacion = {};
|
|
50496
50497
|
causa_completado_reparacion_y_preventivo_adsl;
|
|
@@ -50811,6 +50812,12 @@ __decorateClass([
|
|
|
50811
50812
|
(0, import_class_validator767.ValidateNested)(),
|
|
50812
50813
|
(0, import_class_transformer790.Type)(() => EECCDBTOADTO)
|
|
50813
50814
|
], Peru9112ClaroENTITY.prototype, "EECC", 2);
|
|
50815
|
+
__decorateClass([
|
|
50816
|
+
(0, import_class_transformer790.Expose)(),
|
|
50817
|
+
(0, import_class_validator767.IsDefined)(),
|
|
50818
|
+
(0, import_class_validator767.ValidateNested)(),
|
|
50819
|
+
(0, import_class_transformer790.Type)(() => FilesDocDTO)
|
|
50820
|
+
], Peru9112ClaroENTITY.prototype, "boletin", 2);
|
|
50814
50821
|
__decorateClass([
|
|
50815
50822
|
(0, import_class_transformer790.Expose)(),
|
|
50816
50823
|
(0, import_class_validator767.IsDefined)({ message: "El campo AjusteReproceso es obligatorio." })
|
package/dist/index.mjs
CHANGED
|
@@ -49997,6 +49997,7 @@ var Peru9112ClaroENTITY = class {
|
|
|
49997
49997
|
MO = 0;
|
|
49998
49998
|
Gasto_EECC = 0;
|
|
49999
49999
|
EECC = new EECCDBTOADTO();
|
|
50000
|
+
boletin = new FilesDocDTO();
|
|
50000
50001
|
AjusteReproceso = {};
|
|
50001
50002
|
Valorizacion = {};
|
|
50002
50003
|
causa_completado_reparacion_y_preventivo_adsl;
|
|
@@ -50317,6 +50318,12 @@ __decorateClass([
|
|
|
50317
50318
|
ValidateNested414(),
|
|
50318
50319
|
Type474(() => EECCDBTOADTO)
|
|
50319
50320
|
], Peru9112ClaroENTITY.prototype, "EECC", 2);
|
|
50321
|
+
__decorateClass([
|
|
50322
|
+
Expose763(),
|
|
50323
|
+
IsDefined262(),
|
|
50324
|
+
ValidateNested414(),
|
|
50325
|
+
Type474(() => FilesDocDTO)
|
|
50326
|
+
], Peru9112ClaroENTITY.prototype, "boletin", 2);
|
|
50320
50327
|
__decorateClass([
|
|
50321
50328
|
Expose763(),
|
|
50322
50329
|
IsDefined262({ message: "El campo AjusteReproceso es obligatorio." })
|