producteca-sdk
Advanced tools
Comparing version 8.16.0 to 8.17.0
@@ -20,2 +20,3 @@ (function() { | ||
this._convertJsonToProducts = bind(this._convertJsonToProducts, this); | ||
this["delete"] = bind(this["delete"], this); | ||
this.getPricelists = bind(this.getPricelists, this); | ||
@@ -252,2 +253,6 @@ this.getWarehouse = bind(this.getWarehouse, this); | ||
ProductsApi.prototype["delete"] = function(productId, opts) { | ||
return this.client.deleteAsync("/products/" + productId, opts); | ||
}; | ||
ProductsApi.prototype._convertJsonToProducts = function(products) { | ||
@@ -254,0 +259,0 @@ return products.map(this._convertJsonToProduct); |
{ | ||
"name": "producteca-sdk", | ||
"version": "8.16.0", | ||
"version": "8.17.0", | ||
"description": "SDK for querying the Producteca's API", | ||
@@ -5,0 +5,0 @@ "main": "build/sdk.js", |
40663
23
951