producteca-sdk
Advanced tools
Comparing version 8.0.1 to 8.1.0
@@ -29,2 +29,3 @@ (function() { | ||
this.cancel = bind(this.cancel, this); | ||
this.updateInvoiceIntegration = bind(this.updateInvoiceIntegration, this); | ||
this.update = bind(this.update, this); | ||
@@ -96,2 +97,6 @@ this.create = bind(this.create, this); | ||
SalesOrdersApi.prototype.updateInvoiceIntegration = function(id, invoiceIntegration) { | ||
return this.client.putAsync("/salesorders/" + id + "/invoiceIntegration", invoiceIntegration); | ||
}; | ||
SalesOrdersApi.prototype.cancel = function(ids) { | ||
@@ -98,0 +103,0 @@ return this.client.postAsync("/salesorders/cancel?ids=" + (ids.join())); |
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "8.0.1", | ||
"version": "8.1.0", | ||
"main": "build/sdk.js", | ||
@@ -11,0 +11,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
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
104884
22
2558
1