@openfin/bloomberg
Advanced tools
Comparing version 1.2.0-beta.6 to 1.2.0-beta.7
{ | ||
"name": "@openfin/bloomberg", | ||
"description": "Connect apps running in OpenFin with the Bloomberg Terminal.", | ||
"version": "1.2.0-beta.6", | ||
"version": "1.2.0-beta.7", | ||
"author": "OpenFin Inc.", | ||
@@ -29,5 +29,4 @@ "homepage": "https://www.openfin.co/", | ||
"dependencies": { | ||
"@finos/fdc3": "^1.2.0", | ||
"deepmerge-ts": "^4.3.0" | ||
"deepmerge-ts": "^5.1.0" | ||
} | ||
} |
@@ -1,2 +0,1 @@ | ||
import * as fdc3 from '@finos/fdc3'; | ||
import { ApiError } from '../errors/errors'; | ||
@@ -6,3 +5,3 @@ import { IGroup } from '../terminal/bb-apps-terminal'; | ||
export declare const DEFAULT_TARGET: BloombergPanel; | ||
export declare const getBloombergGroupEventHandler: (bloombergGroup: BloombergGroup, onGroupEvent?: ((context: fdc3.Context) => void) | undefined, onError?: ((error: ApiError) => void) | undefined) => (group: IGroup, cookie: any) => Promise<void>; | ||
export declare const getBloombergGroupEventHandler: (bloombergGroup: BloombergGroup, onGroupEvent?: ((context: unknown) => void) | undefined, onError?: ((error: ApiError) => void) | undefined) => (group: IGroup, cookie: any) => Promise<void>; | ||
/** | ||
@@ -9,0 +8,0 @@ * Determines if the local Bloomberg Terminal service is ready for API calls. |
@@ -1,2 +0,1 @@ | ||
import * as fdc3 from '@finos/fdc3'; | ||
import { BloombergGroup, BloombergPanel } from '../bloomberg/bloomberg.types'; | ||
@@ -44,3 +43,3 @@ import { ApiError } from '../errors/errors'; | ||
*/ | ||
onContextChanged?: (context: fdc3.Context) => void; | ||
onContextChanged?: (context: unknown) => void; | ||
/** | ||
@@ -47,0 +46,0 @@ * Callback that will be triggered whenever an error occurs after the connection has been created. |
@@ -1,2 +0,1 @@ | ||
import * as fdc3 from '@finos/fdc3'; | ||
import { BloombergActionsConfig } from '../connection/connection.types'; | ||
@@ -6,4 +5,4 @@ import { ApiError } from '../errors/errors'; | ||
export declare const getDefaultActions: () => BloombergActionsConfig; | ||
export declare const getInteropRegistrations: (actions?: BloombergActionsConfig, onContextChanged?: ((context: fdc3.Context) => void) | undefined, onError?: ((error: ApiError) => void) | undefined) => Promise<Array<{ | ||
export declare const getInteropRegistrations: (actions?: BloombergActionsConfig, onContextChanged?: ((context: unknown) => void) | undefined, onError?: ((error: ApiError) => void) | undefined) => Promise<Array<{ | ||
unsubscribe: () => void; | ||
}>>; |
@@ -1,4 +0,4 @@ | ||
import * as fdc3 from '@finos/fdc3'; | ||
import type * as fdc3 from '@finos/fdc3'; | ||
export type BloombergApiContext = fdc3.Context & { | ||
openfinBbgApi: boolean; | ||
}; |
@@ -1,5 +0,5 @@ | ||
import { Context, Instrument } from '@finos/fdc3'; | ||
import type * as fdc3 from '@finos/fdc3'; | ||
import { UsageFeatureName } from './utils.types'; | ||
export declare const getInstrumentContextFromSecurity: (security: string) => Context; | ||
export declare const getSecurityFromInstrumentContext: (context: Instrument) => string | undefined; | ||
export declare const getInstrumentContextFromSecurity: (security: string) => fdc3.Context; | ||
export declare const getSecurityFromInstrumentContext: (context: fdc3.Instrument) => string | undefined; | ||
/** | ||
@@ -6,0 +6,0 @@ * Determines if the provided text is a {@link https://www.cusip.com/cusip/index.htm | CUSIP}. |
@@ -1,1 +0,1 @@ | ||
export declare const API_VERSION = "1.2.0-beta.6"; | ||
export declare const API_VERSION = "1.2.0-beta.7"; |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1
23
373
0
84502
+ Addeddeepmerge-ts@5.1.0(transitive)
- Removed@finos/fdc3@^1.2.0
- Removed@finos/fdc3@1.2.0(transitive)
- Removeddeepmerge-ts@4.3.0(transitive)
Updateddeepmerge-ts@^5.1.0