producteca-sdk
Advanced tools
Comparing version 1.1.6 to 1.2.6
@@ -18,2 +18,3 @@ (function() { | ||
this._buildSalesOrdersFilters = __bind(this._buildSalesOrdersFilters, this); | ||
this.updateShipmentStatusById = __bind(this.updateShipmentStatusById, this); | ||
this.updateShipmentStatus = __bind(this.updateShipmentStatus, this); | ||
@@ -84,2 +85,6 @@ this.updateShipment = __bind(this.updateShipment, this); | ||
SalesOrdersApi.prototype.updateShipmentStatusById = function(shipmentId, statusDto) { | ||
return this.respond(this.client.putAsync("/shipments/" + shipmentId + "/status", statusDto)); | ||
}; | ||
SalesOrdersApi.prototype._buildSalesOrdersFilters = function(filters) { | ||
@@ -86,0 +91,0 @@ var addAnd, brandsFilter, querystring; |
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "1.1.6", | ||
"version": "1.2.6", | ||
"main": "build/sdk.js", | ||
@@ -11,0 +11,0 @@ "dependencies": { |
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
48140
547