@maxvision/maxerp-api-client
Advanced tools
Comparing version 1.19.1 to 1.19.2
@@ -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 { |
{ | ||
"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", |
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
156490
4714