sigo-entities 1.2.327 → 1.2.328
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 +1394 -1388
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -26267,6 +26267,7 @@ var StockAlmacenENTITY = class {
|
|
|
26267
26267
|
Despacho = 0;
|
|
26268
26268
|
Devolucion = 0;
|
|
26269
26269
|
Transito = 0;
|
|
26270
|
+
Liquidacion = 0;
|
|
26270
26271
|
TipoStock = new TipoStockStockPersonalDTO();
|
|
26271
26272
|
CodigoBusqueda = "";
|
|
26272
26273
|
CodigoLlave = "";
|
|
@@ -26369,6 +26370,11 @@ __decorateClass([
|
|
|
26369
26370
|
(0, import_class_validator444.IsNotEmpty)({ message: "es requerido" }),
|
|
26370
26371
|
(0, import_class_validator444.Min)(0, { message: "el valor m\xEDnimo es 0" })
|
|
26371
26372
|
], StockAlmacenENTITY.prototype, "Transito", 2);
|
|
26373
|
+
__decorateClass([
|
|
26374
|
+
(0, import_class_validator444.IsDefined)({ message: "es requerido" }),
|
|
26375
|
+
(0, import_class_validator444.IsNumber)({}, { message: "debe ser un numero" }),
|
|
26376
|
+
(0, import_class_transformer446.Expose)()
|
|
26377
|
+
], StockAlmacenENTITY.prototype, "Liquidacion", 2);
|
|
26372
26378
|
__decorateClass([
|
|
26373
26379
|
(0, import_class_transformer446.Type)(() => TipoStockStockPersonalDTO),
|
|
26374
26380
|
(0, import_class_validator444.IsNotEmpty)({ message: "es requerido" }),
|