producteca-sdk
Advanced tools
Comparing version 8.3.1 to 8.3.2
@@ -128,4 +128,5 @@ (function() { | ||
ProductsApi.prototype.deleteIntegration = function(productId, integrationId, ignoreParentIntegrationId) { | ||
var url; | ||
ProductsApi.prototype.deleteIntegration = function(productId, integrationId, arg) { | ||
var ignoreParentIntegrationId, url; | ||
ignoreParentIntegrationId = (arg != null ? arg : {}).ignoreParentIntegrationId; | ||
url = "/products/" + productId + "/integrations/" + integrationId; | ||
@@ -132,0 +133,0 @@ if (ignoreParentIntegrationId == null) { |
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "8.3.1", | ||
"version": "8.3.2", | ||
"main": "build/sdk.js", | ||
@@ -11,0 +11,0 @@ "dependencies": { |
34720
848