sigo-entities 1.2.326 → 1.2.327
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 +3 -3
- package/dist/index.mjs +3 -3
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -44658,7 +44658,7 @@ var MaterialesSomacylDTO = class {
|
|
|
44658
44658
|
cantidad = 0;
|
|
44659
44659
|
invsn = "";
|
|
44660
44660
|
invpool = "";
|
|
44661
|
-
|
|
44661
|
+
ID_Stock = 0;
|
|
44662
44662
|
};
|
|
44663
44663
|
__decorateClass([
|
|
44664
44664
|
(0, import_class_transformer720.Expose)(),
|
|
@@ -44687,9 +44687,9 @@ __decorateClass([
|
|
|
44687
44687
|
], MaterialesSomacylDTO.prototype, "invpool", 2);
|
|
44688
44688
|
__decorateClass([
|
|
44689
44689
|
(0, import_class_transformer720.Expose)(),
|
|
44690
|
-
(0, import_class_validator697.IsDefined)({ message: "El campo
|
|
44690
|
+
(0, import_class_validator697.IsDefined)({ message: "El campo ID_Stock es obligatorio." }),
|
|
44691
44691
|
(0, import_class_validator697.IsNumber)()
|
|
44692
|
-
], MaterialesSomacylDTO.prototype, "
|
|
44692
|
+
], MaterialesSomacylDTO.prototype, "ID_Stock", 2);
|
|
44693
44693
|
|
|
44694
44694
|
// src/operativa/procesos/somacyl_order/shared/dto/productos-servicios-contratado-somacyl-dto.ts
|
|
44695
44695
|
var import_class_transformer721 = require("class-transformer");
|
package/dist/index.mjs
CHANGED
|
@@ -44191,7 +44191,7 @@ var MaterialesSomacylDTO = class {
|
|
|
44191
44191
|
cantidad = 0;
|
|
44192
44192
|
invsn = "";
|
|
44193
44193
|
invpool = "";
|
|
44194
|
-
|
|
44194
|
+
ID_Stock = 0;
|
|
44195
44195
|
};
|
|
44196
44196
|
__decorateClass([
|
|
44197
44197
|
Expose693(),
|
|
@@ -44220,9 +44220,9 @@ __decorateClass([
|
|
|
44220
44220
|
], MaterialesSomacylDTO.prototype, "invpool", 2);
|
|
44221
44221
|
__decorateClass([
|
|
44222
44222
|
Expose693(),
|
|
44223
|
-
IsDefined216({ message: "El campo
|
|
44223
|
+
IsDefined216({ message: "El campo ID_Stock es obligatorio." }),
|
|
44224
44224
|
IsNumber451()
|
|
44225
|
-
], MaterialesSomacylDTO.prototype, "
|
|
44225
|
+
], MaterialesSomacylDTO.prototype, "ID_Stock", 2);
|
|
44226
44226
|
|
|
44227
44227
|
// src/operativa/procesos/somacyl_order/shared/dto/productos-servicios-contratado-somacyl-dto.ts
|
|
44228
44228
|
import { Expose as Expose694 } from "class-transformer";
|