sigo-entities 1.2.346 → 1.2.347
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
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -43595,6 +43595,7 @@ var Peru9112FibramasENTITY = class {
|
|
|
43595
43595
|
MO = 0;
|
|
43596
43596
|
Gasto_EECC = 0;
|
|
43597
43597
|
EECC = new EECCFibramasDBDTO();
|
|
43598
|
+
boletin = new FilesDocDTO();
|
|
43598
43599
|
};
|
|
43599
43600
|
__decorateClass([
|
|
43600
43601
|
(0, import_class_validator714.IsDefined)({ message: "El campo _id es obligatorio." }),
|
|
@@ -43750,6 +43751,12 @@ __decorateClass([
|
|
|
43750
43751
|
(0, import_class_validator714.ValidateNested)(),
|
|
43751
43752
|
(0, import_class_transformer737.Type)(() => EECCFibramasDBDTO)
|
|
43752
43753
|
], Peru9112FibramasENTITY.prototype, "EECC", 2);
|
|
43754
|
+
__decorateClass([
|
|
43755
|
+
(0, import_class_transformer737.Expose)({ name: "boletin" }),
|
|
43756
|
+
(0, import_class_validator714.IsDefined)(),
|
|
43757
|
+
(0, import_class_validator714.ValidateNested)(),
|
|
43758
|
+
(0, import_class_transformer737.Type)(() => FilesDocDTO)
|
|
43759
|
+
], Peru9112FibramasENTITY.prototype, "boletin", 2);
|
|
43753
43760
|
|
|
43754
43761
|
// src/operativa/procesos/order stock/shared/index.ts
|
|
43755
43762
|
var import_class_transformer738 = require("class-transformer");
|
package/dist/index.mjs
CHANGED
|
@@ -43057,6 +43057,7 @@ var Peru9112FibramasENTITY = class {
|
|
|
43057
43057
|
MO = 0;
|
|
43058
43058
|
Gasto_EECC = 0;
|
|
43059
43059
|
EECC = new EECCFibramasDBDTO();
|
|
43060
|
+
boletin = new FilesDocDTO();
|
|
43060
43061
|
};
|
|
43061
43062
|
__decorateClass([
|
|
43062
43063
|
IsDefined222({ message: "El campo _id es obligatorio." }),
|
|
@@ -43212,6 +43213,12 @@ __decorateClass([
|
|
|
43212
43213
|
ValidateNested399(),
|
|
43213
43214
|
Type454(() => EECCFibramasDBDTO)
|
|
43214
43215
|
], Peru9112FibramasENTITY.prototype, "EECC", 2);
|
|
43216
|
+
__decorateClass([
|
|
43217
|
+
Expose711({ name: "boletin" }),
|
|
43218
|
+
IsDefined222(),
|
|
43219
|
+
ValidateNested399(),
|
|
43220
|
+
Type454(() => FilesDocDTO)
|
|
43221
|
+
], Peru9112FibramasENTITY.prototype, "boletin", 2);
|
|
43215
43222
|
|
|
43216
43223
|
// src/operativa/procesos/order stock/shared/index.ts
|
|
43217
43224
|
import { Expose as Expose712 } from "class-transformer";
|