sigo-entities 1.2.92 → 1.2.93
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 +6 -0
- package/dist/index.mjs +6 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -34316,6 +34316,7 @@ var MaterialeswinDBDTO = class {
|
|
|
34316
34316
|
cantidad = 0;
|
|
34317
34317
|
invsn = "";
|
|
34318
34318
|
invpool = "";
|
|
34319
|
+
ID_StockPersonal = 0;
|
|
34319
34320
|
};
|
|
34320
34321
|
__decorateClass([
|
|
34321
34322
|
(0, import_class_transformer557.Expose)(),
|
|
@@ -34342,6 +34343,11 @@ __decorateClass([
|
|
|
34342
34343
|
(0, import_class_validator558.IsDefined)({ message: "El campo invpool es obligatorio." }),
|
|
34343
34344
|
(0, import_class_validator558.IsString)()
|
|
34344
34345
|
], MaterialeswinDBDTO.prototype, "invpool", 2);
|
|
34346
|
+
__decorateClass([
|
|
34347
|
+
(0, import_class_transformer557.Expose)(),
|
|
34348
|
+
(0, import_class_validator558.IsDefined)({ message: "El campo ID_StockPersonal es obligatorio." }),
|
|
34349
|
+
(0, import_class_validator558.IsNumber)()
|
|
34350
|
+
], MaterialeswinDBDTO.prototype, "ID_StockPersonal", 2);
|
|
34345
34351
|
var HistorialEstadoswinDBDTO = class {
|
|
34346
34352
|
estado = "";
|
|
34347
34353
|
usuario = "";
|
package/dist/index.mjs
CHANGED
|
@@ -33937,6 +33937,7 @@ var MaterialeswinDBDTO = class {
|
|
|
33937
33937
|
cantidad = 0;
|
|
33938
33938
|
invsn = "";
|
|
33939
33939
|
invpool = "";
|
|
33940
|
+
ID_StockPersonal = 0;
|
|
33940
33941
|
};
|
|
33941
33942
|
__decorateClass([
|
|
33942
33943
|
Expose555(),
|
|
@@ -33963,6 +33964,11 @@ __decorateClass([
|
|
|
33963
33964
|
IsDefined162({ message: "El campo invpool es obligatorio." }),
|
|
33964
33965
|
IsString450()
|
|
33965
33966
|
], MaterialeswinDBDTO.prototype, "invpool", 2);
|
|
33967
|
+
__decorateClass([
|
|
33968
|
+
Expose555(),
|
|
33969
|
+
IsDefined162({ message: "El campo ID_StockPersonal es obligatorio." }),
|
|
33970
|
+
IsNumber366()
|
|
33971
|
+
], MaterialeswinDBDTO.prototype, "ID_StockPersonal", 2);
|
|
33966
33972
|
var HistorialEstadoswinDBDTO = class {
|
|
33967
33973
|
estado = "";
|
|
33968
33974
|
usuario = "";
|