producteca-sdk
Advanced tools
Comparing version 7.2.1 to 7.3.0
@@ -26,2 +26,3 @@ (function() { | ||
this.update = bind(this.update, this); | ||
this.updateMetadata = bind(this.updateMetadata, this); | ||
this.updateAttributes = bind(this.updateAttributes, this); | ||
@@ -132,2 +133,6 @@ this.simpleUpdate = bind(this.simpleUpdate, this); | ||
ProductsApi.prototype.updateMetadata = function(id, update) { | ||
return this.client.putAsync("/products/" + id + "/metadata", update); | ||
}; | ||
ProductsApi.prototype.update = function(id, update) { | ||
@@ -134,0 +139,0 @@ return this.client.putAsync("/products/" + id, update); |
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "7.2.1", | ||
"version": "7.3.0", | ||
"main": "build/sdk.js", | ||
@@ -11,0 +11,0 @@ "dependencies": { |
@@ -0,0 +0,0 @@ # Producteca SDK |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
809
63411