Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@maxvision/maxerp-api-client

Package Overview
Dependencies
Maintainers
1
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@maxvision/maxerp-api-client - npm Package Compare versions

Comparing version 1.33.1 to 1.34.0

13

dist/Api.js

@@ -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

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc