Socket
Socket
Sign inDemoInstall

@lendi/lead-client

Package Overview
Dependencies
Maintainers
46
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 1.0.5 to 1.0.6

6

dist/cjs/api.d.ts

@@ -42,6 +42,6 @@ /**

* Estimated monthly expenses of the person
* @type {number}
* @type {string}
* @memberof BorrowingPowerDataV1
*/
monthly_expenses: number;
monthly_expenses: string;
/**

@@ -724,3 +724,3 @@ * Total number of expected borrower for the loan

*/
data: FunnelDataV1 | BorrowingPowerDataV1 | StampDutyDataV1 | PropertyReportDataV1 | null;
data?: FunnelDataV1 | BorrowingPowerDataV1 | StampDutyDataV1 | PropertyReportDataV1;
}

@@ -727,0 +727,0 @@ /**

@@ -42,6 +42,6 @@ /**

* Estimated monthly expenses of the person
* @type {number}
* @type {string}
* @memberof BorrowingPowerDataV1
*/
monthly_expenses: number;
monthly_expenses: string;
/**

@@ -724,3 +724,3 @@ * Total number of expected borrower for the loan

*/
data: FunnelDataV1 | BorrowingPowerDataV1 | StampDutyDataV1 | PropertyReportDataV1 | null;
data?: FunnelDataV1 | BorrowingPowerDataV1 | StampDutyDataV1 | PropertyReportDataV1;
}

@@ -727,0 +727,0 @@ /**

{
"name": "@lendi/lead-client",
"version": "1.0.5",
"version": "1.0.6",
"description": "Lendi lead client",

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

@@ -46,6 +46,6 @@ // tslint:disable

* Estimated monthly expenses of the person
* @type {number}
* @type {string}
* @memberof BorrowingPowerDataV1
*/
monthly_expenses: number;
monthly_expenses: string;
/**

@@ -735,3 +735,3 @@ * Total number of expected borrower for the loan

*/
data: FunnelDataV1 | BorrowingPowerDataV1 | StampDutyDataV1 | PropertyReportDataV1 | null;
data?: FunnelDataV1 | BorrowingPowerDataV1 | StampDutyDataV1 | PropertyReportDataV1;
}

@@ -738,0 +738,0 @@

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