Socket
Socket
Sign inDemoInstall

@lendi/lead-client

Package Overview
Dependencies
Maintainers
63
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.5 to 3.2.6

5

CHANGELOG.md
# @lendi/lead-client
## 3.2.6
- [patch] 259d4cc:
- Add affiliate data type
## 3.2.5

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

@@ -19,2 +19,21 @@ /**

* @export
* @interface Affiliate
*/
export interface Affiliate {
homeowner?: HomeOwner;
currentLender?: string;
loanValue?: string;
propertyValue?: string;
refinancingReasons?: FunnelDataV2RefinancingReasonsEnum;
creditStatus?: FunnelDataV2CreditStatusEnum;
expectedPurchasePrice?: number;
deposit?: string;
purchaseSituation?: FunnelDataV2PurchaseSituationEnum;
isFirstTimeBuyer?: boolean;
propertyType?: FunnelDataV2PropertyStatusEnum;
leadType?: AffiliateLeadType;
}
/**
*
* @export
* @interface BorrowingPowerDataV1

@@ -842,2 +861,13 @@ */

}
export declare enum HomeOwner {
House = "HOUSE",
Apartment = "APARTMENT",
Tenant = "TENANT"
}
export declare enum AffiliateLeadType {
ColdData = "COLD_DATA",
HomeOwnerData = "HOME_OWNER_DATA",
NewHomeLoan = "NEW_HOME_LOAN",
Refinance = "REFINANCE"
}
/**

@@ -844,0 +874,0 @@ * @export

@@ -369,2 +369,15 @@ "use strict";

})(LeadsRecordOriginEnum = exports.LeadsRecordOriginEnum || (exports.LeadsRecordOriginEnum = {}));
var HomeOwner;
(function (HomeOwner) {
HomeOwner["House"] = "HOUSE";
HomeOwner["Apartment"] = "APARTMENT";
HomeOwner["Tenant"] = "TENANT";
})(HomeOwner = exports.HomeOwner || (exports.HomeOwner = {}));
var AffiliateLeadType;
(function (AffiliateLeadType) {
AffiliateLeadType["ColdData"] = "COLD_DATA";
AffiliateLeadType["HomeOwnerData"] = "HOME_OWNER_DATA";
AffiliateLeadType["NewHomeLoan"] = "NEW_HOME_LOAN";
AffiliateLeadType["Refinance"] = "REFINANCE";
})(AffiliateLeadType = exports.AffiliateLeadType || (exports.AffiliateLeadType = {}));
/**

@@ -371,0 +384,0 @@ * @export

@@ -19,2 +19,21 @@ /**

* @export
* @interface Affiliate
*/
export interface Affiliate {
homeowner?: HomeOwner;
currentLender?: string;
loanValue?: string;
propertyValue?: string;
refinancingReasons?: FunnelDataV2RefinancingReasonsEnum;
creditStatus?: FunnelDataV2CreditStatusEnum;
expectedPurchasePrice?: number;
deposit?: string;
purchaseSituation?: FunnelDataV2PurchaseSituationEnum;
isFirstTimeBuyer?: boolean;
propertyType?: FunnelDataV2PropertyStatusEnum;
leadType?: AffiliateLeadType;
}
/**
*
* @export
* @interface BorrowingPowerDataV1

@@ -842,2 +861,13 @@ */

}
export declare enum HomeOwner {
House = "HOUSE",
Apartment = "APARTMENT",
Tenant = "TENANT"
}
export declare enum AffiliateLeadType {
ColdData = "COLD_DATA",
HomeOwnerData = "HOME_OWNER_DATA",
NewHomeLoan = "NEW_HOME_LOAN",
Refinance = "REFINANCE"
}
/**

@@ -844,0 +874,0 @@ * @export

2

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

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

@@ -23,2 +23,21 @@ // tslint:disable

* @export
* @interface Affiliate
*/
export interface Affiliate {
homeowner?: HomeOwner;
currentLender?: string;
loanValue?: string; // Less than $100k, Between $100k and $200k, Between $200k and $300k, Between $300k and $400k, Between $400k and $500k, More than $500k
propertyValue?: string; // Less than $300k, Between $300k and $400k, Between $400k and $500k, Between $500k and $750k, Between $750k and $1 million, More than $1 million
refinancingReasons?: FunnelDataV2RefinancingReasonsEnum;
creditStatus?: FunnelDataV2CreditStatusEnum;
expectedPurchasePrice?: number;
deposit?: string; // Less than $10k, Between $10k and $30k, Between $30k and $50k, Between $50k and $75k, Between $75k and $100k, More than $100k
purchaseSituation?: FunnelDataV2PurchaseSituationEnum;
isFirstTimeBuyer?: boolean;
propertyType?: FunnelDataV2PropertyStatusEnum;
leadType?: AffiliateLeadType;
}
/**
*
* @export
* @interface BorrowingPowerDataV1

@@ -855,2 +874,16 @@ */

}
export enum HomeOwner {
House = 'HOUSE',
Apartment = 'APARTMENT',
Tenant = 'TENANT',
}
export enum AffiliateLeadType {
ColdData = 'COLD_DATA',
HomeOwnerData = 'HOME_OWNER_DATA',
NewHomeLoan = 'NEW_HOME_LOAN',
Refinance = 'REFINANCE',
}
/**

@@ -857,0 +890,0 @@ * @export

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