Socket
Socket
Sign inDemoInstall

@lendi/lead-client

Package Overview
Dependencies
Maintainers
66
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 3.2.1 to 3.2.2

5

CHANGELOG.md
# @lendi/lead-client
## 3.2.2
- [patch] e9b51a1:
- update eligibleForFHOG from boolean to enum EligibleForFHOG
## 3.2.1

@@ -4,0 +9,0 @@ - [patch] e518ef8:

13

dist/cjs/api.d.ts

@@ -529,6 +529,6 @@ /**

* If user is eligible for FHOG
* @type {boolean}
* @type {string}
* @memberof FunnelDataV2
*/
eligibleForFHOG?: boolean;
eligibleForFHOG?: EligibleForFHOG;
/**

@@ -679,2 +679,11 @@ * Reasons for refinancing, if any

*/
export declare enum EligibleForFHOG {
Yes = "YES",
No = "No",
NotSure = "NotSure"
}
/**
* @export
* @enum {string}
*/
export declare enum FunnelDataV2PurchaseSituationEnum {

@@ -681,0 +690,0 @@ CONTRACTSEXCHANGED = "CONTRACTS_EXCHANGED",

@@ -284,2 +284,12 @@ "use strict";

*/
var EligibleForFHOG;
(function (EligibleForFHOG) {
EligibleForFHOG["Yes"] = "YES";
EligibleForFHOG["No"] = "No";
EligibleForFHOG["NotSure"] = "NotSure";
})(EligibleForFHOG = exports.EligibleForFHOG || (exports.EligibleForFHOG = {}));
/**
* @export
* @enum {string}
*/
var FunnelDataV2PurchaseSituationEnum;

@@ -286,0 +296,0 @@ (function (FunnelDataV2PurchaseSituationEnum) {

@@ -529,6 +529,6 @@ /**

* If user is eligible for FHOG
* @type {boolean}
* @type {string}
* @memberof FunnelDataV2
*/
eligibleForFHOG?: boolean;
eligibleForFHOG?: EligibleForFHOG;
/**

@@ -679,2 +679,11 @@ * Reasons for refinancing, if any

*/
export declare enum EligibleForFHOG {
Yes = "YES",
No = "No",
NotSure = "NotSure"
}
/**
* @export
* @enum {string}
*/
export declare enum FunnelDataV2PurchaseSituationEnum {

@@ -681,0 +690,0 @@ CONTRACTSEXCHANGED = "CONTRACTS_EXCHANGED",

2

package.json
{
"name": "@lendi/lead-client",
"version": "3.2.1",
"version": "3.2.2",
"description": "Lendi lead client",

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

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

* If user is eligible for FHOG
* @type {boolean}
* @type {string}
* @memberof FunnelDataV2
*/
eligibleForFHOG?: boolean;
eligibleForFHOG?: EligibleForFHOG;
/**

@@ -685,2 +685,3 @@ * Reasons for refinancing, if any

}
/**

@@ -690,2 +691,11 @@ * @export

*/
export enum EligibleForFHOG {
Yes = 'YES',
No = 'No',
NotSure = 'NotSure',
}
/**
* @export
* @enum {string}
*/
export enum FunnelDataV2PurchaseSituationEnum {

@@ -692,0 +702,0 @@ CONTRACTSEXCHANGED = 'CONTRACTS_EXCHANGED',

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