@outreach/extensibility-sdk
Advanced tools
Comparing version 0.4.64 to 0.4.65
@@ -159,12 +159,11 @@ Object.defineProperty(exports, "__esModule", { value: true }); | ||
else { | ||
var extension_1; | ||
switch (ext.host.type) { | ||
case 'tab-account': | ||
extension_1 = new AccountTabExtension_1.AccountTabExtension(); | ||
extension = new AccountTabExtension_1.AccountTabExtension(); | ||
break; | ||
case 'tab-opportunity': | ||
extension_1 = new OpportunityTabExtension_1.OpportunityTabExtension(); | ||
extension = new OpportunityTabExtension_1.OpportunityTabExtension(); | ||
break; | ||
case 'tab-prospect': | ||
extension_1 = new ProspectTabExtension_1.ProspectTabExtension(); | ||
extension = new ProspectTabExtension_1.ProspectTabExtension(); | ||
break; | ||
@@ -174,6 +173,6 @@ default: | ||
} | ||
extension_1.host = new ExtensionHost_1.ExtensionHost(); | ||
extension_1.description = ext.description; | ||
extension_1.fullWidth = ((_a = ext.host.environment) === null || _a === void 0 ? void 0 : _a.fullWidth) || false; | ||
extension_1.context = ext.context.map(function (ctx) { | ||
extension.host = new ExtensionHost_1.ExtensionHost(); | ||
extension.description = ext.description; | ||
extension.fullWidth = ((_a = ext.host.environment) === null || _a === void 0 ? void 0 : _a.fullWidth) || false; | ||
extension.context = ext.context.map(function (ctx) { | ||
return AccountContextKeys_1.AccountContextKeys[ctx] || | ||
@@ -180,0 +179,0 @@ ProspectContextKeys_1.ProspectContextKeys[ctx] || |
{ | ||
"name": "@outreach/extensibility-sdk", | ||
"license": "MIT", | ||
"version": "0.4.64", | ||
"version": "0.4.65", | ||
"private": false, | ||
@@ -6,0 +6,0 @@ "contributors": [ |
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
682315
11758