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.3 to 3.2.4

5

CHANGELOG.md
# @lendi/lead-client
## 3.2.4
- [patch] 36320a9:
- Add property_status type into FunnelDataV2
## 3.2.3

@@ -4,0 +9,0 @@ - [patch] 704f5e0:

17

dist/cjs/api.d.ts

@@ -552,3 +552,3 @@ /**

/**
* Usage of property
* Type of property
* @type {FunnelDataV2PropertyTypeEnum}

@@ -559,2 +559,8 @@ * @memberof FunnelDataV2

/**
* Status of property
* @type {FunnelDataV2PropertyStatusEnum}
* @memberof FunnelDataV2
*/
property_status: FunnelDataV2PropertyStatusEnum;
/**
* Current existing loan value for refinancing

@@ -646,2 +652,11 @@ * @type {number}

*/
export declare enum FunnelDataV2PropertyStatusEnum {
NewBuilding = "NEW_BUILDING",
VacantLand = "VACANT_LAND",
Established = "ESTABLISHED"
}
/**
* @export
* @enum {string}
*/
export declare enum FunnelDataV2EmploymentTypeEnum {

@@ -648,0 +663,0 @@ EMPLOYEE = "EMPLOYEE",

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

*/
var FunnelDataV2PropertyStatusEnum;
(function (FunnelDataV2PropertyStatusEnum) {
FunnelDataV2PropertyStatusEnum["NewBuilding"] = "NEW_BUILDING";
FunnelDataV2PropertyStatusEnum["VacantLand"] = "VACANT_LAND";
FunnelDataV2PropertyStatusEnum["Established"] = "ESTABLISHED";
})(FunnelDataV2PropertyStatusEnum = exports.FunnelDataV2PropertyStatusEnum || (exports.FunnelDataV2PropertyStatusEnum = {}));
/**
* @export
* @enum {string}
*/
var FunnelDataV2EmploymentTypeEnum;

@@ -247,0 +257,0 @@ (function (FunnelDataV2EmploymentTypeEnum) {

@@ -552,3 +552,3 @@ /**

/**
* Usage of property
* Type of property
* @type {FunnelDataV2PropertyTypeEnum}

@@ -559,2 +559,8 @@ * @memberof FunnelDataV2

/**
* Status of property
* @type {FunnelDataV2PropertyStatusEnum}
* @memberof FunnelDataV2
*/
property_status: FunnelDataV2PropertyStatusEnum;
/**
* Current existing loan value for refinancing

@@ -646,2 +652,11 @@ * @type {number}

*/
export declare enum FunnelDataV2PropertyStatusEnum {
NewBuilding = "NEW_BUILDING",
VacantLand = "VACANT_LAND",
Established = "ESTABLISHED"
}
/**
* @export
* @enum {string}
*/
export declare enum FunnelDataV2EmploymentTypeEnum {

@@ -648,0 +663,0 @@ EMPLOYEE = "EMPLOYEE",

2

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

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

@@ -561,3 +561,3 @@ // tslint:disable

/**
* Usage of property
* Type of property
* @type {FunnelDataV2PropertyTypeEnum}

@@ -568,2 +568,8 @@ * @memberof FunnelDataV2

/**
* Status of property
* @type {FunnelDataV2PropertyStatusEnum}
* @memberof FunnelDataV2
*/
property_status: FunnelDataV2PropertyStatusEnum;
/**
* Current existing loan value for refinancing

@@ -656,2 +662,11 @@ * @type {number}

*/
export enum FunnelDataV2PropertyStatusEnum {
NewBuilding = 'NEW_BUILDING',
VacantLand = 'VACANT_LAND',
Established = 'ESTABLISHED',
}
/**
* @export
* @enum {string}
*/
export enum FunnelDataV2EmploymentTypeEnum {

@@ -658,0 +673,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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc