@outreach/extensibility-sdk
Advanced tools
Comparing version 0.4.91 to 0.4.92
@@ -17,2 +17,10 @@ Object.defineProperty(exports, "__esModule", { value: true }); | ||
/** | ||
* Sidebar shown on the right side of the account page | ||
*/ | ||
TabExtensionType["ACCOUNT_SIDEBAR"] = "tab-account-sidebar"; | ||
/** | ||
* Sidebar action button shown in the account page tab right sidebar | ||
*/ | ||
TabExtensionType["ACCOUNT_ACTION"] = "tab-account-action"; | ||
/** | ||
* Opportunity details tab extension | ||
@@ -22,2 +30,10 @@ */ | ||
/** | ||
* Sidebar shown on the right side of the opportunity page | ||
*/ | ||
TabExtensionType["OPPORTUNITY_SIDEBAR"] = "tab-opportunity-sidebar"; | ||
/** | ||
* Sidebar action button shown in the opportunity page tab right sidebar | ||
*/ | ||
TabExtensionType["OPPORTUNITY_ACTION"] = "tab-opportunity-action"; | ||
/** | ||
* Prospect details tab extension | ||
@@ -27,7 +43,7 @@ */ | ||
/** | ||
* Sidebar shown on the right side of the tabs | ||
* Sidebar shown on the right side of the prospect page | ||
*/ | ||
TabExtensionType["SIDEBAR"] = "tab-sidebar"; | ||
TabExtensionType["PROSPECT_SIDEBAR"] = "tab-prospect-sidebar"; | ||
/** | ||
* Sidebar action button shown in the tab right sidebar | ||
* Sidebar action button shown in the prospect page tab right sidebar | ||
*/ | ||
@@ -34,0 +50,0 @@ TabExtensionType["PROSPECT_ACTION"] = "tab-prospect-action"; |
{ | ||
"name": "@outreach/extensibility-sdk", | ||
"license": "MIT", | ||
"version": "0.4.91", | ||
"version": "0.4.92", | ||
"private": false, | ||
@@ -6,0 +6,0 @@ "contributors": [ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
710130
12189