Socket
Socket
Sign inDemoInstall

@lendi/lead-client

Package Overview
Dependencies
1
Maintainers
66
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.2.0 to 3.2.1

5

CHANGELOG.md
# @lendi/lead-client
## 3.2.1
- [patch] e518ef8:
- Update @lendi/lead-client add a few new fields to FunnelDataV2
## 3.2.0

@@ -4,0 +9,0 @@ - [minor] b19927f:

@@ -486,2 +486,8 @@ /**

/**
* The consolidation amount
* @type {number}
* @memberof FunnelDataV2
*/
consolidateAmount?: number;
/**
* Deposit amount

@@ -523,2 +529,8 @@ * @type {number}

/**
* If user is eligible for FHOG
* @type {boolean}
* @memberof FunnelDataV2
*/
eligibleForFHOG?: boolean;
/**
* Reasons for refinancing, if any

@@ -542,2 +554,8 @@ * @type {Array<string>}

/**
* Usage of property
* @type {FunnelDataV2PropertyTypeEnum}
* @memberof FunnelDataV2
*/
property_type: FunnelDataV2PropertyTypeEnum;
/**
* Current existing loan value for refinancing

@@ -607,2 +625,11 @@ * @type {number}

*/
export declare enum FunnelDataV2PropertyTypeEnum {
VACANTLAND = "VACANT_LAND",
ESTABLISHEDHOME = "ESTABLISHED_HOME",
NEWHOME = "NEW_HOME"
}
/**
* @export
* @enum {string}
*/
export declare enum FunnelDataV2EmploymentTypeEnum {

@@ -609,0 +636,0 @@ EMPLOYEE = "EMPLOYEE",

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

*/
var FunnelDataV2PropertyTypeEnum;
(function (FunnelDataV2PropertyTypeEnum) {
FunnelDataV2PropertyTypeEnum["VACANTLAND"] = "VACANT_LAND";
FunnelDataV2PropertyTypeEnum["ESTABLISHEDHOME"] = "ESTABLISHED_HOME";
FunnelDataV2PropertyTypeEnum["NEWHOME"] = "NEW_HOME";
})(FunnelDataV2PropertyTypeEnum = exports.FunnelDataV2PropertyTypeEnum || (exports.FunnelDataV2PropertyTypeEnum = {}));
/**
* @export
* @enum {string}
*/
var FunnelDataV2EmploymentTypeEnum;

@@ -224,0 +234,0 @@ (function (FunnelDataV2EmploymentTypeEnum) {

@@ -486,2 +486,8 @@ /**

/**
* The consolidation amount
* @type {number}
* @memberof FunnelDataV2
*/
consolidateAmount?: number;
/**
* Deposit amount

@@ -523,2 +529,8 @@ * @type {number}

/**
* If user is eligible for FHOG
* @type {boolean}
* @memberof FunnelDataV2
*/
eligibleForFHOG?: boolean;
/**
* Reasons for refinancing, if any

@@ -542,2 +554,8 @@ * @type {Array<string>}

/**
* Usage of property
* @type {FunnelDataV2PropertyTypeEnum}
* @memberof FunnelDataV2
*/
property_type: FunnelDataV2PropertyTypeEnum;
/**
* Current existing loan value for refinancing

@@ -607,2 +625,11 @@ * @type {number}

*/
export declare enum FunnelDataV2PropertyTypeEnum {
VACANTLAND = "VACANT_LAND",
ESTABLISHEDHOME = "ESTABLISHED_HOME",
NEWHOME = "NEW_HOME"
}
/**
* @export
* @enum {string}
*/
export declare enum FunnelDataV2EmploymentTypeEnum {

@@ -609,0 +636,0 @@ EMPLOYEE = "EMPLOYEE",

2

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

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

@@ -495,2 +495,8 @@ // tslint:disable

/**
* The consolidation amount
* @type {number}
* @memberof FunnelDataV2
*/
consolidateAmount?: number;
/**
* Deposit amount

@@ -532,2 +538,8 @@ * @type {number}

/**
* If user is eligible for FHOG
* @type {boolean}
* @memberof FunnelDataV2
*/
eligibleForFHOG?: boolean;
/**
* Reasons for refinancing, if any

@@ -551,2 +563,8 @@ * @type {Array<string>}

/**
* Usage of property
* @type {FunnelDataV2PropertyTypeEnum}
* @memberof FunnelDataV2
*/
property_type: FunnelDataV2PropertyTypeEnum;
/**
* Current existing loan value for refinancing

@@ -617,2 +635,11 @@ * @type {number}

*/
export enum FunnelDataV2PropertyTypeEnum {
VACANTLAND = 'VACANT_LAND',
ESTABLISHEDHOME = 'ESTABLISHED_HOME',
NEWHOME = 'NEW_HOME',
}
/**
* @export
* @enum {string}
*/
export enum FunnelDataV2EmploymentTypeEnum {

@@ -619,0 +646,0 @@ EMPLOYEE = 'EMPLOYEE',

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc