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

flex-plugins-api-toolkit

Package Overview
Dependencies
Maintainers
1
Versions
174
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flex-plugins-api-toolkit - npm Package Compare versions

Comparing version 0.4.1 to 0.5.0

2

dist/index.d.ts

@@ -6,2 +6,3 @@ import { Realm } from 'flex-plugins-api-utils/dist/env';

}
export { DeployOption, DeployPlugin, CreateConfigurationOption, CreateConfiguration, ReleaseOption, Release, DescribePluginOption, DescribePlugin, DescribePluginVersionOption, DescribePluginVersion, DescribeConfigurationOption, DescribeConfiguration, DescribeReleaseOption, DescribeRelease, } from './scripts';
export default class FlexPluginsAPIToolkit {

@@ -17,2 +18,1 @@ readonly deploy: DeployScript;

}
export {};

@@ -106,2 +106,5 @@ "use strict";

versionResource = _b;
if (!versionResource) {
throw new flex_plugins_api_utils_1.TwilioError("No plugin version was found for " + plugin);
}
return [2, { plugin_version: versionResource.sid, phase: 3 }];

@@ -108,0 +111,0 @@ }

@@ -21,3 +21,3 @@ import { ConfigurationsClient, ConfiguredPluginsClient, PluginsClient, PluginVersionsClient, ReleaseResource, ReleasesClient } from 'flex-plugins-api-client';

export declare type DescribeConfigurationScript = Script<DescribeConfigurationOption, DescribeConfiguration>;
export declare function internalDescribeConfiguration(pluginClient: PluginsClient, pluginVersionClient: PluginVersionsClient, configurationClient: ConfigurationsClient, configuredPluginClient: ConfiguredPluginsClient): (option: DescribeConfigurationOption, release: ReleaseResource) => Promise<{
export declare function internalDescribeConfiguration(pluginClient: PluginsClient, pluginVersionClient: PluginVersionsClient, configurationClient: ConfigurationsClient, configuredPluginClient: ConfiguredPluginsClient): (option: DescribeConfigurationOption, release: ReleaseResource | null) => Promise<{
sid: string;

@@ -24,0 +24,0 @@ version: string;

@@ -57,3 +57,3 @@ "use strict";

configurationSid: release.configuration_sid,
isActive: active.sid === release.sid,
isActive: Boolean(active && active.sid === release.sid),
configuration: configuration,

@@ -60,0 +60,0 @@ dateCreated: release.date_created,

{
"name": "flex-plugins-api-toolkit",
"version": "0.4.1",
"version": "0.5.0",
"description": "Flex Plugins API Toolkit",

@@ -52,6 +52,6 @@ "keywords": [

"dependencies": {
"flex-plugins-api-client": "^0.4.1",
"flex-plugins-api-utils": "^0.4.0"
"flex-plugins-api-client": "^0.5.0",
"flex-plugins-api-utils": "^0.5.0"
},
"gitHead": "faa7450cf2a545f6f5db61ba722f3c8b59e4752f"
"gitHead": "3a0fcd37f5e1914e8508ed6f7fef1dc6c1fe2a36"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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