@maxvision/maxerp-api-client
Advanced tools
Comparing version 1.33.1 to 1.34.0
@@ -405,2 +405,15 @@ "use strict"; | ||
* @tags Order Controller | ||
* @name GetOrderStatics | ||
* @summary get order statics | ||
* @request GET:/orders/statics | ||
* @secure | ||
*/ | ||
getOrderStatics: function (params) { | ||
if (params === void 0) { params = {}; } | ||
return _this.http.request(__assign({ path: "/orders/statics", method: "GET", secure: true }, params)); | ||
}, | ||
/** | ||
* No description | ||
* | ||
* @tags Order Controller | ||
* @name GetOrderDetail | ||
@@ -407,0 +420,0 @@ * @summary get order detail |
{ | ||
"name": "@maxvision/maxerp-api-client", | ||
"version": "1.33.1", | ||
"version": "1.34.0", | ||
"description": "Api client for Max Erp API", | ||
@@ -5,0 +5,0 @@ "main": "dist/Api.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
200767
5931