Comparing version 3.0.46 to 3.0.47
@@ -215,3 +215,3 @@ (function() { | ||
results: pagination.productos.map(function(it) { | ||
var _ref; | ||
var _ref, _ref1; | ||
return { | ||
@@ -221,3 +221,4 @@ identifier: (_ref = it.productoSku) != null ? _ref[0] : void 0, | ||
stock: it.cantidadInventario[0], | ||
availableQuantity: it.cantidad[0] | ||
availableQuantity: it.cantidad[0], | ||
edoCalidad: ((_ref1 = it.edoCalidad) != null ? _ref1[0] : void 0) || "A" | ||
}; | ||
@@ -224,0 +225,0 @@ }) |
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "3.0.46", | ||
"version": "3.0.47", | ||
"main": "build/almexApi.js", | ||
@@ -11,0 +11,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
80139
733