New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@maxvision/maxerp-api-client

Package Overview
Dependencies
Maintainers
1
Versions
78
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.17.0 to 1.17.1

5

Api.ts

@@ -75,3 +75,2 @@ /* eslint-disable */

export interface ERPCustomerLogResDTO {
action?: "CREATE" | "UPDATE" | "CREATE_CONTACT" | "DELETE_CONTACT";
/** @format date-time */

@@ -81,4 +80,4 @@ createdAt?: string;

createdById?: number;
ext?: string;
fields?: string[];
logContent?: object;
logType?: "CREATE" | "UPDATE" | "CREATE_CONTACT" | "DELETE_CONTACT";
}

@@ -85,0 +84,0 @@

@@ -60,3 +60,2 @@ export interface ERPCustomerContactCreateReqDTO {

export interface ERPCustomerLogResDTO {
action?: "CREATE" | "UPDATE" | "CREATE_CONTACT" | "DELETE_CONTACT";
/** @format date-time */

@@ -66,4 +65,4 @@ createdAt?: string;

createdById?: number;
ext?: string;
fields?: string[];
logContent?: object;
logType?: "CREATE" | "UPDATE" | "CREATE_CONTACT" | "DELETE_CONTACT";
}

@@ -70,0 +69,0 @@ export interface ERPCustomerNameCardResDTO {

2

package.json
{
"name": "@maxvision/maxerp-api-client",
"version": "1.17.0",
"version": "1.17.1",
"description": "Api client for Max Erp API",

@@ -5,0 +5,0 @@ "main": "dist/Api.js",

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