@lendi/lead-client
Advanced tools
Comparing version 2.0.0 to 2.1.0
# @lendi/lead-client | ||
## 2.1.0 | ||
- [minor] 3b41a85: | ||
- Updated leads handling to allow customerId in place of mobileNumber | ||
## 2.0.0 | ||
@@ -4,0 +9,0 @@ - [major] bed5141: |
@@ -675,4 +675,10 @@ /** | ||
*/ | ||
mobileNumber: string; | ||
mobileNumber?: string; | ||
/** | ||
* Id of customer | ||
* @type {string} | ||
* @memberof LeadsRecord | ||
*/ | ||
customerId?: string; | ||
/** | ||
* Email of the potential customer | ||
@@ -679,0 +685,0 @@ * @type {string} |
@@ -675,4 +675,10 @@ /** | ||
*/ | ||
mobileNumber: string; | ||
mobileNumber?: string; | ||
/** | ||
* Id of customer | ||
* @type {string} | ||
* @memberof LeadsRecord | ||
*/ | ||
customerId?: string; | ||
/** | ||
* Email of the potential customer | ||
@@ -679,0 +685,0 @@ * @type {string} |
{ | ||
"name": "@lendi/lead-client", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "Lendi lead client", | ||
@@ -5,0 +5,0 @@ "main": "dist/cjs/index.js", |
@@ -686,4 +686,10 @@ // tslint:disable | ||
*/ | ||
mobileNumber: string; | ||
mobileNumber?: string; | ||
/** | ||
* Id of customer | ||
* @type {string} | ||
* @memberof LeadsRecord | ||
*/ | ||
customerId?: string; | ||
/** | ||
* Email of the potential customer | ||
@@ -690,0 +696,0 @@ * @type {string} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
177605
4903