Socket
Socket
Sign inDemoInstall

@lendi/lead-client

Package Overview
Dependencies
Maintainers
54
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.1.0 to 2.0.0

5

CHANGELOG.md
# @lendi/lead-client
## 2.0.0
- [major] bed5141:
- Changed the enums for LeadsRecordOriginEnum
## 1.1.0

@@ -4,0 +9,0 @@ - [minor] 62112bc:

12

dist/cjs/api.d.ts

@@ -730,10 +730,10 @@ /**

export declare enum LeadsRecordOriginEnum {
BORROWINGPOWER = "BORROWING_POWER",
NEWHOMELOAN = "NEW_HOME_LOAN",
BORROWING_POWER = "BORROWING_POWER",
NEW_HOME_LOAN = "NEW_HOME_LOAN",
REFINANCE = "REFINANCE",
BLOG = "BLOG",
PROPERTYREPORT = "PROPERTY_REPORT",
STAMPDUTYCALCULATOR = "STAMP_DUTY_CALCULATOR",
APPOINTMENTBOOKING = "APPOINTMENT_BOOKING",
SIGNUP = "SIGN_UP"
PROPERTY_REPORT = "PROPERTY_REPORT",
STAMP_DUTY_CALCULATOR = "STAMP_DUTY_CALCULATOR",
APPOINTMENT_BOOKING = "APPOINTMENT_BOOKING",
SIGN_UP = "SIGN_UP"
}

@@ -740,0 +740,0 @@ /**

@@ -315,10 +315,10 @@ "use strict";

(function (LeadsRecordOriginEnum) {
LeadsRecordOriginEnum["BORROWINGPOWER"] = "BORROWING_POWER";
LeadsRecordOriginEnum["NEWHOMELOAN"] = "NEW_HOME_LOAN";
LeadsRecordOriginEnum["BORROWING_POWER"] = "BORROWING_POWER";
LeadsRecordOriginEnum["NEW_HOME_LOAN"] = "NEW_HOME_LOAN";
LeadsRecordOriginEnum["REFINANCE"] = "REFINANCE";
LeadsRecordOriginEnum["BLOG"] = "BLOG";
LeadsRecordOriginEnum["PROPERTYREPORT"] = "PROPERTY_REPORT";
LeadsRecordOriginEnum["STAMPDUTYCALCULATOR"] = "STAMP_DUTY_CALCULATOR";
LeadsRecordOriginEnum["APPOINTMENTBOOKING"] = "APPOINTMENT_BOOKING";
LeadsRecordOriginEnum["SIGNUP"] = "SIGN_UP";
LeadsRecordOriginEnum["PROPERTY_REPORT"] = "PROPERTY_REPORT";
LeadsRecordOriginEnum["STAMP_DUTY_CALCULATOR"] = "STAMP_DUTY_CALCULATOR";
LeadsRecordOriginEnum["APPOINTMENT_BOOKING"] = "APPOINTMENT_BOOKING";
LeadsRecordOriginEnum["SIGN_UP"] = "SIGN_UP";
})(LeadsRecordOriginEnum = exports.LeadsRecordOriginEnum || (exports.LeadsRecordOriginEnum = {}));

@@ -325,0 +325,0 @@ /**

@@ -730,10 +730,10 @@ /**

export declare enum LeadsRecordOriginEnum {
BORROWINGPOWER = "BORROWING_POWER",
NEWHOMELOAN = "NEW_HOME_LOAN",
BORROWING_POWER = "BORROWING_POWER",
NEW_HOME_LOAN = "NEW_HOME_LOAN",
REFINANCE = "REFINANCE",
BLOG = "BLOG",
PROPERTYREPORT = "PROPERTY_REPORT",
STAMPDUTYCALCULATOR = "STAMP_DUTY_CALCULATOR",
APPOINTMENTBOOKING = "APPOINTMENT_BOOKING",
SIGNUP = "SIGN_UP"
PROPERTY_REPORT = "PROPERTY_REPORT",
STAMP_DUTY_CALCULATOR = "STAMP_DUTY_CALCULATOR",
APPOINTMENT_BOOKING = "APPOINTMENT_BOOKING",
SIGN_UP = "SIGN_UP"
}

@@ -740,0 +740,0 @@ /**

{
"name": "@lendi/lead-client",
"version": "1.1.0",
"version": "2.0.0",
"description": "Lendi lead client",

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

@@ -742,10 +742,10 @@ // tslint:disable

export enum LeadsRecordOriginEnum {
BORROWINGPOWER = 'BORROWING_POWER',
NEWHOMELOAN = 'NEW_HOME_LOAN',
BORROWING_POWER = 'BORROWING_POWER',
NEW_HOME_LOAN = 'NEW_HOME_LOAN',
REFINANCE = 'REFINANCE',
BLOG = 'BLOG',
PROPERTYREPORT = 'PROPERTY_REPORT',
STAMPDUTYCALCULATOR = 'STAMP_DUTY_CALCULATOR',
APPOINTMENTBOOKING = 'APPOINTMENT_BOOKING',
SIGNUP = 'SIGN_UP',
PROPERTY_REPORT = 'PROPERTY_REPORT',
STAMP_DUTY_CALCULATOR = 'STAMP_DUTY_CALCULATOR',
APPOINTMENT_BOOKING = 'APPOINTMENT_BOOKING',
SIGN_UP = 'SIGN_UP',
}

@@ -752,0 +752,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