producteca-sdk
Advanced tools
Comparing version 1.7.0 to 1.8.0
@@ -24,2 +24,3 @@ (function() { | ||
this._getProductsPageByPage = __bind(this._getProductsPageByPage, this); | ||
this.getPricelists = __bind(this.getPricelists, this); | ||
this.createWarehouse = __bind(this.createWarehouse, this); | ||
@@ -94,2 +95,6 @@ this.update = __bind(this.update, this); | ||
ProductsApi.prototype.getPricelists = function() { | ||
return this.respond(this.client.getAsync("/pricelists")); | ||
}; | ||
ProductsApi.prototype._getProductsPageByPage = function(skip) { | ||
@@ -96,0 +101,0 @@ var TOP; |
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "1.7.0", | ||
"version": "1.8.0", | ||
"main": "build/sdk.js", | ||
@@ -11,0 +11,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
52962
570