Comparing version 3.0.16 to 3.0.17
@@ -104,7 +104,7 @@ (function() { | ||
}).map(function(it) { | ||
var _ref; | ||
var _ref, _ref1, _ref2; | ||
return _.assign(it, { | ||
identifier: (_ref = it.productoSku) != null ? _ref[0] : void 0, | ||
name: it.descripcion[0], | ||
stock: it.cantidadInventario[0], | ||
stock: (((_ref1 = it.cantidadInventario) != null ? _ref1[0] : void 0) || 0) + (((_ref2 = it.cantidadSurtida) != null ? _ref2[0] : void 0) || 0), | ||
availableQuantity: it.cantidad[0] | ||
@@ -111,0 +111,0 @@ }); |
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "3.0.16", | ||
"version": "3.0.17", | ||
"main": "build/almexApi.js", | ||
@@ -11,0 +11,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
54895