producteca-sdk
Advanced tools
Comparing version 8.14.0 to 8.15.0
@@ -27,2 +27,3 @@ (function() { | ||
this.update = bind(this.update, this); | ||
this.updateTags = bind(this.updateTags, this); | ||
this.updateMetadata = bind(this.updateMetadata, this); | ||
@@ -212,2 +213,6 @@ this.updateAttributes = bind(this.updateAttributes, this); | ||
ProductsApi.prototype.updateTags = function(id, update, opts) { | ||
return this.client.putAsync("/products/" + id + "/tags", update, opts); | ||
}; | ||
ProductsApi.prototype.update = function(id, update, opts) { | ||
@@ -214,0 +219,0 @@ return this.client.putAsync("/products/" + id, update, opts); |
{ | ||
"name": "producteca-sdk", | ||
"version": "8.14.0", | ||
"version": "8.15.0", | ||
"description": "SDK for querying the Producteca's API", | ||
@@ -5,0 +5,0 @@ "main": "build/sdk.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
39198
920