sigo-entities 1.2.258 → 1.2.259
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 +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +14 -0
- package/dist/index.mjs +14 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -6941,6 +6941,7 @@ declare class Peru9112WinENTITYDB {
|
|
|
6941
6941
|
MO: number;
|
|
6942
6942
|
Gasto_EECC: number;
|
|
6943
6943
|
EECC: EECCDBWINDTO;
|
|
6944
|
+
boletin: FilesDocDTO;
|
|
6944
6945
|
}
|
|
6945
6946
|
|
|
6946
6947
|
declare class Peru9112WinENTITY {
|
|
@@ -6974,6 +6975,7 @@ declare class Peru9112WinENTITY {
|
|
|
6974
6975
|
MO: number;
|
|
6975
6976
|
Gasto_EECC: number;
|
|
6976
6977
|
EECC: EECCDBWINDTO;
|
|
6978
|
+
boletin: FilesDocDTO;
|
|
6977
6979
|
}
|
|
6978
6980
|
|
|
6979
6981
|
declare class MaterialesFibramasDTO {
|
package/dist/index.d.ts
CHANGED
|
@@ -6941,6 +6941,7 @@ declare class Peru9112WinENTITYDB {
|
|
|
6941
6941
|
MO: number;
|
|
6942
6942
|
Gasto_EECC: number;
|
|
6943
6943
|
EECC: EECCDBWINDTO;
|
|
6944
|
+
boletin: FilesDocDTO;
|
|
6944
6945
|
}
|
|
6945
6946
|
|
|
6946
6947
|
declare class Peru9112WinENTITY {
|
|
@@ -6974,6 +6975,7 @@ declare class Peru9112WinENTITY {
|
|
|
6974
6975
|
MO: number;
|
|
6975
6976
|
Gasto_EECC: number;
|
|
6976
6977
|
EECC: EECCDBWINDTO;
|
|
6978
|
+
boletin: FilesDocDTO;
|
|
6977
6979
|
}
|
|
6978
6980
|
|
|
6979
6981
|
declare class MaterialesFibramasDTO {
|
package/dist/index.js
CHANGED
|
@@ -36744,6 +36744,7 @@ var Peru9112WinENTITYDB = class {
|
|
|
36744
36744
|
MO = 0;
|
|
36745
36745
|
Gasto_EECC = 0;
|
|
36746
36746
|
EECC = new EECCDBWINDTO();
|
|
36747
|
+
boletin = new FilesDocDTO();
|
|
36747
36748
|
};
|
|
36748
36749
|
__decorateClass([
|
|
36749
36750
|
(0, import_class_validator592.IsDefined)({ message: "El campo _id es obligatorio." }),
|
|
@@ -36895,6 +36896,12 @@ __decorateClass([
|
|
|
36895
36896
|
(0, import_class_validator592.ValidateNested)(),
|
|
36896
36897
|
(0, import_class_transformer593.Type)(() => EECCDBWINDTO)
|
|
36897
36898
|
], Peru9112WinENTITYDB.prototype, "EECC", 2);
|
|
36899
|
+
__decorateClass([
|
|
36900
|
+
(0, import_class_transformer593.Expose)(),
|
|
36901
|
+
(0, import_class_validator592.IsDefined)(),
|
|
36902
|
+
(0, import_class_validator592.ValidateNested)(),
|
|
36903
|
+
(0, import_class_transformer593.Type)(() => FilesDocDTO)
|
|
36904
|
+
], Peru9112WinENTITYDB.prototype, "boletin", 2);
|
|
36898
36905
|
|
|
36899
36906
|
// src/operativa/procesos/win_order/shared/index.ts
|
|
36900
36907
|
var Peru9112WinENTITY = class {
|
|
@@ -36928,6 +36935,7 @@ var Peru9112WinENTITY = class {
|
|
|
36928
36935
|
MO = 0;
|
|
36929
36936
|
Gasto_EECC = 0;
|
|
36930
36937
|
EECC = new EECCDBWINDTO();
|
|
36938
|
+
boletin = new FilesDocDTO();
|
|
36931
36939
|
};
|
|
36932
36940
|
__decorateClass([
|
|
36933
36941
|
(0, import_class_validator593.IsDefined)({ message: "El campo _id es obligatorio." }),
|
|
@@ -37086,6 +37094,12 @@ __decorateClass([
|
|
|
37086
37094
|
(0, import_class_validator593.ValidateNested)(),
|
|
37087
37095
|
(0, import_class_transformer594.Type)(() => EECCDBWINDTO)
|
|
37088
37096
|
], Peru9112WinENTITY.prototype, "EECC", 2);
|
|
37097
|
+
__decorateClass([
|
|
37098
|
+
(0, import_class_transformer594.Expose)({ name: "Bolet\xEDn" }),
|
|
37099
|
+
(0, import_class_validator593.IsDefined)({ message: "El campo Bolet\xEDn es obligatorio." }),
|
|
37100
|
+
(0, import_class_validator593.ValidateNested)(),
|
|
37101
|
+
(0, import_class_transformer594.Type)(() => FilesDocDTO)
|
|
37102
|
+
], Peru9112WinENTITY.prototype, "boletin", 2);
|
|
37089
37103
|
|
|
37090
37104
|
// src/operativa/procesos/fibramas_order/shared/index.ts
|
|
37091
37105
|
var import_class_transformer598 = require("class-transformer");
|
package/dist/index.mjs
CHANGED
|
@@ -36305,6 +36305,7 @@ var Peru9112WinENTITYDB = class {
|
|
|
36305
36305
|
MO = 0;
|
|
36306
36306
|
Gasto_EECC = 0;
|
|
36307
36307
|
EECC = new EECCDBWINDTO();
|
|
36308
|
+
boletin = new FilesDocDTO();
|
|
36308
36309
|
};
|
|
36309
36310
|
__decorateClass([
|
|
36310
36311
|
IsDefined189({ message: "El campo _id es obligatorio." }),
|
|
@@ -36456,6 +36457,12 @@ __decorateClass([
|
|
|
36456
36457
|
ValidateNested335(),
|
|
36457
36458
|
Type376(() => EECCDBWINDTO)
|
|
36458
36459
|
], Peru9112WinENTITYDB.prototype, "EECC", 2);
|
|
36460
|
+
__decorateClass([
|
|
36461
|
+
Expose589(),
|
|
36462
|
+
IsDefined189(),
|
|
36463
|
+
ValidateNested335(),
|
|
36464
|
+
Type376(() => FilesDocDTO)
|
|
36465
|
+
], Peru9112WinENTITYDB.prototype, "boletin", 2);
|
|
36459
36466
|
|
|
36460
36467
|
// src/operativa/procesos/win_order/shared/index.ts
|
|
36461
36468
|
var Peru9112WinENTITY = class {
|
|
@@ -36489,6 +36496,7 @@ var Peru9112WinENTITY = class {
|
|
|
36489
36496
|
MO = 0;
|
|
36490
36497
|
Gasto_EECC = 0;
|
|
36491
36498
|
EECC = new EECCDBWINDTO();
|
|
36499
|
+
boletin = new FilesDocDTO();
|
|
36492
36500
|
};
|
|
36493
36501
|
__decorateClass([
|
|
36494
36502
|
IsDefined190({ message: "El campo _id es obligatorio." }),
|
|
@@ -36647,6 +36655,12 @@ __decorateClass([
|
|
|
36647
36655
|
ValidateNested336(),
|
|
36648
36656
|
Type377(() => EECCDBWINDTO)
|
|
36649
36657
|
], Peru9112WinENTITY.prototype, "EECC", 2);
|
|
36658
|
+
__decorateClass([
|
|
36659
|
+
Expose590({ name: "Bolet\xEDn" }),
|
|
36660
|
+
IsDefined190({ message: "El campo Bolet\xEDn es obligatorio." }),
|
|
36661
|
+
ValidateNested336(),
|
|
36662
|
+
Type377(() => FilesDocDTO)
|
|
36663
|
+
], Peru9112WinENTITY.prototype, "boletin", 2);
|
|
36650
36664
|
|
|
36651
36665
|
// src/operativa/procesos/fibramas_order/shared/index.ts
|
|
36652
36666
|
import { Expose as Expose594, Transform as Transform81, Type as Type380 } from "class-transformer";
|