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.19.1 to 1.19.2

4

Api.ts

@@ -88,5 +88,9 @@ /* eslint-disable */

export interface ERPCustomerNameCardResDTO {
cardNumber?: string;
/** @format int64 */
customerId?: number;
/** @format date */
issueDate?: string;
name?: string;
phoneNumber?: string;
}

@@ -93,0 +97,0 @@

@@ -72,5 +72,9 @@ export interface ERPCustomerContactCreateReqDTO {

export interface ERPCustomerNameCardResDTO {
cardNumber?: string;
/** @format int64 */
customerId?: number;
/** @format date */
issueDate?: string;
name?: string;
phoneNumber?: string;
}

@@ -77,0 +81,0 @@ export interface ERPCustomerPartialUpdateReqDTO {

2

package.json
{
"name": "@maxvision/maxerp-api-client",
"version": "1.19.1",
"version": "1.19.2",
"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