producteca-sdk
Advanced tools
Comparing version 8.2.0 to 8.3.0
@@ -34,2 +34,3 @@ (function() { | ||
this.createVariations = bind(this.createVariations, this); | ||
this.deleteIntegration = bind(this.deleteIntegration, this); | ||
this.updateIntegration = bind(this.updateIntegration, this); | ||
@@ -128,2 +129,8 @@ this.createIntegration = bind(this.createIntegration, this); | ||
ProductsApi.prototype.deleteIntegration = function(productId, integrationId) { | ||
var url; | ||
url = "/products/" + productId + "/integrations/" + integrationId; | ||
return this.client.deleteAsync(url); | ||
}; | ||
ProductsApi.prototype.createVariations = function(productId, variations, appId) { | ||
@@ -130,0 +137,0 @@ var headers, url; |
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "8.2.0", | ||
"version": "8.3.0", | ||
"main": "build/sdk.js", | ||
@@ -11,0 +11,0 @@ "dependencies": { |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
34406
21
840
0