Socket
Socket
Sign inDemoInstall

@lendi/lead-client

Package Overview
Dependencies
Maintainers
49
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lendi/lead-client - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

5

CHANGELOG.md
# @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:

8

dist/cjs/api.d.ts

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

2

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

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