Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Socket
Sign inDemoInstall

@outreach/extensibility-sdk

Package Overview
Dependencies
Maintainers
342
Versions
180
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@outreach/extensibility-sdk - npm Package Compare versions

Comparing version 0.6.86 to 0.6.87

24

dist/context/keys/ProspectContextKeys.js

@@ -71,2 +71,6 @@ Object.defineProperty(exports, "__esModule", { value: true });

/**
* Prospect first name
*/
ProspectContextKeys["FIRST_NAME"] = "pro.fname";
/**
* Prospect id

@@ -76,2 +80,18 @@ */

/**
* Prospect last name
*/
ProspectContextKeys["LAST_NAME"] = "pro.lname";
/**
*Prospect full name
*/
ProspectContextKeys["NAME"] = "pro.name";
/**
*Prospect personal note 1
*/
ProspectContextKeys["PERSONAL_NOTE1"] = "pro.pnote1";
/**
* Prospect personal note 2
*/
ProspectContextKeys["PERSONAL_NOTE2"] = "pro.pnote2";
/**
* A list of tag values associated with the account (e.g. ["Interested", "2017 Expo"]).

@@ -89,2 +109,6 @@ */

/**
* Twitter url
*/
ProspectContextKeys["TWITTER_URL"] = "pro.twit";
/**
*The prospect's external information received from the installed plugins (Salesforce, Dynamics etc.)

@@ -91,0 +115,0 @@ * @deprecated Usage of this key is deprecated. Please use EXTERNAL_ID or EXTERNAL_NAME.

2

package.json
{
"name": "@outreach/extensibility-sdk",
"license": "MIT",
"version": "0.6.86",
"version": "0.6.87",
"private": false,

@@ -6,0 +6,0 @@ "contributors": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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