@openfin/core 25.68.26 → 25.68.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (98) hide show
  1. package/OpenFin.d.ts +1378 -373
  2. package/README.md +6 -2
  3. package/package.json +2 -3
  4. package/src/api/application/Instance.d.ts +2 -2
  5. package/src/api/application/Instance.js +1 -1
  6. package/src/api/base.d.ts +1 -1
  7. package/src/api/events/channel.d.ts +2 -1
  8. package/src/api/events/eventAggregator.d.ts +1 -1
  9. package/src/api/external-application/Instance.d.ts +1 -1
  10. package/src/api/fin.d.ts +1 -1
  11. package/src/api/frame/Instance.d.ts +1 -1
  12. package/src/api/global-hotkey/index.d.ts +1 -1
  13. package/src/api/interappbus/channel/channel.d.ts +3 -3
  14. package/src/api/interappbus/channel/index.d.ts +2 -1
  15. package/src/api/interappbus/index.d.ts +2 -1
  16. package/src/api/me.d.ts +1 -1
  17. package/src/api/platform/Instance.d.ts +1 -1
  18. package/src/api/platform/Instance.js +1 -2
  19. package/src/api/platform/common-utils.d.ts +1 -1
  20. package/src/api/platform/layout/Factory.d.ts +1 -1
  21. package/src/api/platform/layout/Factory.js +1 -0
  22. package/src/api/platform/layout/Instance.d.ts +2 -1
  23. package/src/api/platform/layout/index.d.ts +0 -1
  24. package/src/api/platform/layout/index.js +0 -1
  25. package/src/api/system/index.d.ts +17 -13
  26. package/src/api/system/index.js +3 -3
  27. package/src/api/view/Instance.d.ts +1 -1
  28. package/src/api/webcontents/main.d.ts +1 -1
  29. package/src/api/window/Instance.d.ts +3 -3
  30. package/src/environment/environment.d.ts +5 -8
  31. package/src/environment/node-env.d.ts +5 -4
  32. package/src/environment/openfin-env.d.ts +5 -4
  33. package/src/environment/openfin-env.js +2 -0
  34. package/src/mock.d.ts +0 -1
  35. package/src/mock.js +1 -2
  36. package/src/transport/transport-errors.d.ts +3 -2
  37. package/src/transport/transport-errors.js +1 -3
  38. package/src/transport/transport.d.ts +10 -24
  39. package/src/transport/transport.js +0 -14
  40. package/src/transport/wire.d.ts +6 -71
  41. package/src/transport/wire.js +1 -8
  42. package/src/util/errors.d.ts +1 -5
  43. package/src/util/errors.js +0 -3
  44. package/src/util/normalize-config.d.ts +3 -1
  45. package/src/api/events/application.d.ts +0 -69
  46. package/src/api/events/application.js +0 -2
  47. package/src/api/events/base.d.ts +0 -17
  48. package/src/api/events/base.js +0 -2
  49. package/src/api/events/externalApplication.d.ts +0 -5
  50. package/src/api/events/externalApplication.js +0 -2
  51. package/src/api/events/frame.d.ts +0 -9
  52. package/src/api/events/frame.js +0 -2
  53. package/src/api/events/globalHotkey.d.ts +0 -10
  54. package/src/api/events/globalHotkey.js +0 -2
  55. package/src/api/events/platform.d.ts +0 -18
  56. package/src/api/events/platform.js +0 -2
  57. package/src/api/events/system.d.ts +0 -22
  58. package/src/api/events/system.js +0 -2
  59. package/src/api/events/view.d.ts +0 -56
  60. package/src/api/events/view.js +0 -2
  61. package/src/api/events/webcontents.d.ts +0 -48
  62. package/src/api/events/webcontents.js +0 -2
  63. package/src/api/events/window.d.ts +0 -169
  64. package/src/api/events/window.js +0 -2
  65. package/src/api/platform/layout/shapes.d.ts +0 -11
  66. package/src/api/platform/layout/shapes.js +0 -2
  67. package/src/api/system/application.d.ts +0 -6
  68. package/src/api/system/application.js +0 -2
  69. package/src/api/system/entity.d.ts +0 -11
  70. package/src/api/system/entity.js +0 -2
  71. package/src/api/system/installedApps.d.ts +0 -6
  72. package/src/api/system/installedApps.js +0 -2
  73. package/src/api/system/log.d.ts +0 -11
  74. package/src/api/system/log.js +0 -2
  75. package/src/api/system/process.d.ts +0 -15
  76. package/src/api/system/process.js +0 -2
  77. package/src/api/system/proxy.d.ts +0 -15
  78. package/src/api/system/proxy.js +0 -2
  79. package/src/api/system/queryPermissionTypes.d.ts +0 -1
  80. package/src/api/system/queryPermissionTypes.js +0 -2
  81. package/src/api/system/registry-info.d.ts +0 -7
  82. package/src/api/system/registry-info.js +0 -2
  83. package/src/api/system/window.d.ts +0 -16
  84. package/src/api/system/window.js +0 -2
  85. package/src/shapes/ERROR_BOX_TYPES.d.ts +0 -6
  86. package/src/shapes/ERROR_BOX_TYPES.js +0 -10
  87. package/src/shapes/EntityType.d.ts +0 -1
  88. package/src/shapes/EntityType.js +0 -2
  89. package/src/shapes/LayoutPresetType.d.ts +0 -1
  90. package/src/shapes/LayoutPresetType.js +0 -2
  91. package/src/shapes/Platform.d.ts +0 -112
  92. package/src/shapes/Platform.js +0 -16
  93. package/src/shapes/WebOptions.d.ts +0 -12
  94. package/src/shapes/WebOptions.js +0 -2
  95. package/src/shapes/WindowOptions.d.ts +0 -42
  96. package/src/shapes/WindowOptions.js +0 -2
  97. package/src/shapes/protocol.d.ts +0 -178
  98. package/src/shapes/protocol.js +0 -2
@@ -1,11 +0,0 @@
1
- import Identity = OpenFin.Identity;
2
- export interface Entity {
3
- type: string;
4
- uuid: string;
5
- }
6
- export interface EntityInfo {
7
- name: string;
8
- uuid: string;
9
- parent: Identity;
10
- entityType: string;
11
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,6 +0,0 @@
1
- export interface InstalledApps {
2
- [key: string]: InstallationInfo;
3
- }
4
- export interface InstallationInfo {
5
- cachedManifest: any;
6
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,11 +0,0 @@
1
- export interface GetLogRequestType {
2
- name: string;
3
- endFile?: string;
4
- sizeLimit?: number;
5
- }
6
- export interface LogInfo {
7
- name: string;
8
- size: number;
9
- date: string;
10
- }
11
- export declare type LogLevel = 'verbose' | 'info' | 'warning' | 'error' | 'fatal';
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,15 +0,0 @@
1
- export interface ProcessInfo {
2
- cpuUsage?: number;
3
- name?: string;
4
- nonPagedPoolUsage?: number;
5
- pageFaultCount?: number;
6
- pagedPoolUsage?: number;
7
- pagefileUsage?: number;
8
- peakNonPagedPoolUsage?: number;
9
- peakPagedPoolUsage?: number;
10
- peakPagefileUsage?: number;
11
- peakWorkingSetSize?: number;
12
- processId?: number;
13
- uuid?: string;
14
- workingSetSize?: number;
15
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,15 +0,0 @@
1
- export interface ProxyInfo {
2
- config: ProxyConfig;
3
- system: ProxySystemInfo;
4
- }
5
- export interface ProxyConfig {
6
- proxyAddress: string;
7
- proxyPort: number;
8
- type: string;
9
- }
10
- export interface ProxySystemInfo {
11
- autoConfigUrl: string;
12
- bypass: string;
13
- enabled: boolean;
14
- proxy: string;
15
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1 +0,0 @@
1
- export declare type PermissionState = 'granted' | 'denied' | 'unavailable';
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,7 +0,0 @@
1
- export interface RegistryInfo {
2
- data: any;
3
- rootKey: string;
4
- subkey: string;
5
- type: string;
6
- value: string;
7
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,16 +0,0 @@
1
- export interface WindowInfo {
2
- childWindows: Array<WindowDetail>;
3
- mainWindow: WindowDetail;
4
- uuid: string;
5
- }
6
- export interface WindowDetail {
7
- bottom: number;
8
- height: number;
9
- isShowing: boolean;
10
- left: number;
11
- name: string;
12
- right: number;
13
- state: string;
14
- top: number;
15
- width: number;
16
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,6 +0,0 @@
1
- declare enum ERROR_BOX_TYPES {
2
- APP_INITIALIZATION = "OF_error_box:app_initialization",
3
- MAIN_PROCESS = "OF_error_box:main_process",
4
- RENDERER_CRASH = "OF_error_box:renderer_crash"
5
- }
6
- export default ERROR_BOX_TYPES;
@@ -1,10 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- // Error types
4
- var ERROR_BOX_TYPES;
5
- (function (ERROR_BOX_TYPES) {
6
- ERROR_BOX_TYPES["APP_INITIALIZATION"] = "OF_error_box:app_initialization";
7
- ERROR_BOX_TYPES["MAIN_PROCESS"] = "OF_error_box:main_process";
8
- ERROR_BOX_TYPES["RENDERER_CRASH"] = "OF_error_box:renderer_crash";
9
- })(ERROR_BOX_TYPES || (ERROR_BOX_TYPES = {}));
10
- exports.default = ERROR_BOX_TYPES;
@@ -1 +0,0 @@
1
- export declare type EntityType = 'window' | 'iframe' | 'external connection' | 'view' | 'unknown';
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1 +0,0 @@
1
- export declare type LayoutPresetType = 'columns' | 'grid' | 'rows' | 'tabs';
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,112 +0,0 @@
1
- import type { WindowOptionsChangedEvent } from '../api/events/window';
2
- export declare enum HostContextChangedReasons {
3
- updated = "updated",
4
- reparented = "reparented"
5
- }
6
- export declare enum WindowCreationReason {
7
- Tearout = "tearout",
8
- CreateViewWithoutTarget = "create-view-without-target",
9
- APICall = "api-call",
10
- AppCreation = "app-creation",
11
- Restore = "restore"
12
- }
13
- export interface PlatformProvider {
14
- /**
15
- * Handles requests to create a window in the current platform.
16
- * @param { WindowOption } payload Window options for the window to be created.
17
- * @param { Identity } [identity] If {@link Platform#createWindow Platform.createWindow} was called, the identity of the caller will be here.
18
- * If `createWindow` was called as part of applying a snapshot or creating a view without a target window, `identity` will be undefined.
19
- */
20
- createWindow(options: OpenFin.PlatformWindowCreationOptions, identity?: OpenFin.Identity): Promise<OpenFin.Window>;
21
- /**
22
- * Gets the current state of windows and their views and returns a snapshot object containing that info.
23
- * @param { undefined } payload Undefined unless you've defined a custom `getSnapshot` protocol.
24
- * @param { Identity } identity Identity of the entity that called {@link Platform#getSnapshot Platform.getSnapshot}.
25
- * @return { Promise<Snapshot> } Snapshot of current platform state.
26
- */
27
- getSnapshot(payload: undefined, identity: OpenFin.Identity): Promise<OpenFin.Snapshot>;
28
- /**
29
- * Called when a snapshot is being applied and some windows in that snapshot would be fully or partially off-screen.
30
- * Returns an array of windows with modified positions, such that any off-screen windows are positioned in the top left
31
- * corner of the main monitor.
32
- * @param { Snapshot } snapshot The snapshot to be applied.
33
- * @param { WindowOptions[] } outOfBoundsWindows An array of WindowOptions for any windows that would be off-screen.
34
- * @return { Promise<WindowOptions[]> } An array of WindowOptions with their position modified to fit on screen.
35
- */
36
- positionOutOfBoundsWindows(snapshot: OpenFin.Snapshot, outOfBoundsWindows: OpenFin.WindowCreationOptions[]): Promise<OpenFin.WindowCreationOptions[]>;
37
- /**
38
- * Handles requests to apply a snapshot to the current Platform.
39
- * @param { ApplySnapshotPayload } payload Payload containing the snapshot to be applied, as well as any options.
40
- * @param { Identity } [identity] Identity of the entity that called {@link Platform#applySnapshot Platform.applySnapshot}.
41
- * Undefined if called internally (e.g. when opening the initial snapshot).
42
- * @return { Promise<void> }
43
- */
44
- applySnapshot(payload: OpenFin.ApplySnapshotPayload, identity?: OpenFin.Identity): Promise<void>;
45
- /**
46
- * Closes the current Platform and all child windows and views.
47
- * @param { undefined } payload Undefined unless you have implemented a custom quite protocol.
48
- * @param { Identity } identity Identity of the entity that called {@link Platform#quit Platform.quit}.
49
- * @return { Promise<void> }
50
- */
51
- quit(payload: undefined, identity: OpenFin.Identity): Promise<void>;
52
- /**
53
- * Closes a view
54
- * @param { CloseViewPayload } payload Specifies the `target` view to be closed.
55
- * @param { Identity } identity Identity of the entity that called {@link Platform#closeView Platform.closeView}.
56
- */
57
- closeView(payload: OpenFin.CloseViewPayload, identity?: OpenFin.Identity): Promise<any>;
58
- /**
59
- * Creates a new view and attaches it to a specified target window.
60
- * @param { CreateViewPayload } payload Creation options for the new view.
61
- * @param { Identity } identity Identity of the entity that called {@link Platform#createView Platform.createView}.
62
- * @return { Promise<void> }
63
- */
64
- createView(payload: OpenFin.CreateViewPayload, identity: OpenFin.Identity): Promise<OpenFin.View>;
65
- /** Handles requests to fetch manifests in the current platform.
66
- * @param { FetchManifestPayload } payload Payload containing the manifestUrl to be fetched.
67
- * @param { Identity } callerIdentity If {@link Platform#fetchManifest Platform.fetchManifest}
68
- * was called, the identity of the caller will be here.
69
- * If `fetchManifest` was called internally, `callerIdentity` will be the provider's identity.
70
- */
71
- fetchManifest(payload: OpenFin.FetchManifestPayload, callerIdentity: OpenFin.Identity): Promise<any>;
72
- /**
73
- * Replaces a Platform window's layout with a new layout. Any views that were in the old layout but not the new layout will be destroyed.
74
- * @param { ReplaceLayoutPayload } payload Contains the `target` window and an `opts` object with a `layout` property to apply.
75
- * @param { Identity } [identity] Identity of the entity that called {@link Platform#replaceLayout Platform.replaceLayout}.
76
- * Undefined if `replaceLayout` is called internally (e.g. while applying a snapshot).
77
- * @return { Promise<void> }
78
- */
79
- replaceLayout(payload: OpenFin.ReplaceLayoutPayload, identity?: OpenFin.Identity): Promise<void>;
80
- replaceView(payload: OpenFin.ReplaceViewPayload, identity?: OpenFin.Identity): Promise<void>;
81
- launchIntoPlatform(payload: OpenFin.LaunchIntoPlatformPayload): Promise<void>;
82
- /**
83
- * Handles requests to set a window's context. `target` may be a window or a view.
84
- * If it is a window, that window's `customContext` will be updated.
85
- * If it is a view, the `customContext` of that view's current host window will be updated.
86
- * @param { SetWindowContextPayload } payload Object containing the requested `context` update,
87
- * the `target`'s identity, and the target's `entityType`.
88
- * @param { Identity } [identity] Identity of the entity that called {@link Platform#setWindowContext Platform.setWindowContext}.
89
- * Undefined if `setWindowContext` is called internally (e.g. while applying a snapshot).
90
- * @return { Promise<any> } The new context.
91
- */
92
- setWindowContext(payload: OpenFin.SetWindowContextPayload, identity?: OpenFin.Identity): Promise<any>;
93
- /**
94
- * Handles requests to get a window's context. `target` may be a window or a view.
95
- * If it is a window, that window's `customContext` will be returned.
96
- * If it is a view, the `customContext` of that view's current host window will be returned.
97
- * @param { GetWindowContextPayload } payload Object containing the requested `context` update,
98
- * the `target`'s identity, and the target's `entityType`.
99
- * @param { Identity } [identity] Identity of the entity that called {@link Platform#getWindowContext Platform.getWindowContext}.
100
- * Undefined when `getWindowContext` is called internally
101
- * (e.g. when getting a window's context for the purpose of raising a "host-context-changed" event on a reparented view).
102
- * @return { Promise<any> } The new context.
103
- */
104
- getWindowContext(payload: OpenFin.GetWindowContextPayload, identity?: OpenFin.Identity): Promise<any>;
105
- /**
106
- * Called when a window's `customContext` is updated. Responsible for raising the `host-context-updated` event on that window's child views.
107
- * @param { WindowOptionsChangedEvent<'window', 'options-changed'> } payload The event payload for the window whose context has changed.
108
- * The new context will be contained as `payload.diff.customContext.newVal`.
109
- * @return { Promise<HostContextChangedPayload> } The event that it raised.
110
- */
111
- onWindowContextUpdated(payload: WindowOptionsChangedEvent<'window', 'options-changed'>): Promise<OpenFin.HostContextChangedPayload | undefined>;
112
- }
@@ -1,16 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.WindowCreationReason = exports.HostContextChangedReasons = void 0;
4
- var HostContextChangedReasons;
5
- (function (HostContextChangedReasons) {
6
- HostContextChangedReasons["updated"] = "updated";
7
- HostContextChangedReasons["reparented"] = "reparented";
8
- })(HostContextChangedReasons = exports.HostContextChangedReasons || (exports.HostContextChangedReasons = {}));
9
- var WindowCreationReason;
10
- (function (WindowCreationReason) {
11
- WindowCreationReason["Tearout"] = "tearout";
12
- WindowCreationReason["CreateViewWithoutTarget"] = "create-view-without-target";
13
- WindowCreationReason["APICall"] = "api-call";
14
- WindowCreationReason["AppCreation"] = "app-creation";
15
- WindowCreationReason["Restore"] = "restore";
16
- })(WindowCreationReason = exports.WindowCreationReason || (exports.WindowCreationReason = {}));
@@ -1,12 +0,0 @@
1
- export interface WebOptions {
2
- preloadScripts?: OpenFin.PreloadScript[];
3
- uuid: string;
4
- name: string;
5
- contentCreation?: OpenFin.ContentCreationOptions;
6
- contentRedirect?: Partial<OpenFin.ContentRedirect>;
7
- customContext?: any;
8
- experimental?: any;
9
- processAffinity?: string;
10
- backgroundThrottling?: boolean;
11
- interop?: OpenFin.InteropConfig;
12
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,42 +0,0 @@
1
- import ERROR_BOX_TYPES from './ERROR_BOX_TYPES';
2
- import { WebOptions } from './WebOptions';
3
- export interface WindowOptions extends Partial<OpenFin.WindowOptions>, Partial<WindowInternalOptions> {
4
- name: string;
5
- uuid: string;
6
- }
7
- export interface WindowInternalOptions extends WebOptions {
8
- 'alwaysOnBottom': boolean;
9
- 'appLogFlushInterval': number;
10
- 'center': boolean;
11
- 'description': string;
12
- 'disableIabSecureLogging': boolean;
13
- 'draggable': boolean;
14
- 'enableAppLogging': boolean;
15
- 'enable-plugins': boolean;
16
- 'enableLargerThanScreen': boolean;
17
- 'exitOnClose': boolean;
18
- 'experimental': any;
19
- 'hasLoaded': boolean;
20
- 'hideOnBlur': boolean;
21
- 'hideOnClose': boolean;
22
- 'hideWhileChildrenVisible': boolean;
23
- 'isRawWindowOpen': boolean;
24
- 'launchExternal': string;
25
- 'loadErrorMessage': string;
26
- 'nonPersistent': boolean;
27
- 'nonPersistant': boolean;
28
- 'plugins': boolean;
29
- 'preload': string | OpenFin.PreloadScript[];
30
- 'resize': boolean;
31
- 'show': boolean;
32
- 'skipTaskbar': boolean;
33
- 'taskbarIcon': string;
34
- 'title': string;
35
- 'toShowOnRun': boolean;
36
- 'transparent': boolean;
37
- '_type': ERROR_BOX_TYPES;
38
- 'webPreferences': {
39
- nodeIntegration: boolean;
40
- plugins: boolean;
41
- };
42
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,178 +0,0 @@
1
- import { AuthorizationPayload } from '../transport/transport';
2
- export interface ProtocolMap extends ProtocolMapBase {
3
- 'request-external-authorization': {
4
- request: any;
5
- response: void;
6
- specialResponse: AuthorizationPayload;
7
- };
8
- 'application-get-views': {
9
- request: OpenFin.ApplicationIdentity;
10
- response: OpenFin.Identity[];
11
- };
12
- 'set-jump-list': {
13
- request: {
14
- config: OpenFin.JumpListCategory[] | null;
15
- } & OpenFin.ApplicationIdentity;
16
- response: void;
17
- };
18
- 'get-view-window': {
19
- request: OpenFin.Identity;
20
- response: OpenFin.Identity;
21
- };
22
- 'window-get-views': {
23
- request: OpenFin.Identity;
24
- response: OpenFin.Identity[];
25
- };
26
- 'hide-view': {
27
- request: OpenFin.Identity;
28
- response: void;
29
- };
30
- 'launch-manifest': {
31
- request: {
32
- manifestUrl: string;
33
- opts?: OpenFin.RvmLaunchOptions;
34
- };
35
- response: {
36
- manifest: OpenFin.Manifest;
37
- };
38
- };
39
- 'get-system-app-configuration': {
40
- request: {
41
- name: string;
42
- };
43
- response: any;
44
- };
45
- 'show-popup-menu': {
46
- request: OpenFin.Identity & {
47
- options: OpenFin.ShowPopupMenuOptions;
48
- };
49
- response: OpenFin.MenuResult;
50
- };
51
- 'enable-native-window-integration-provider': {
52
- request: {
53
- permissions: any;
54
- };
55
- response: OpenFin.NativeWindowIntegrationProviderAuthorization;
56
- };
57
- 'get-permissions': {
58
- request: void;
59
- response: any;
60
- };
61
- 'set-file-download-location': {
62
- request: OpenFin.ApplicationIdentity & {
63
- downloadLocation: string;
64
- };
65
- response: void;
66
- };
67
- 'close-popup-menu': {
68
- request: OpenFin.Identity;
69
- response: void;
70
- };
71
- 'fdc3-add-context-listener': {
72
- request: void;
73
- response: void;
74
- };
75
- 'fdc3-broadcast': {
76
- request: void;
77
- response: void;
78
- };
79
- 'fdc3-get-system-channels': {
80
- request: void;
81
- response: void;
82
- };
83
- 'fdc3-join-channel': {
84
- request: void;
85
- response: void;
86
- };
87
- 'fdc3-leave-current-channel': {
88
- request: void;
89
- response: void;
90
- };
91
- 'interop-connect-sync': {
92
- request: void;
93
- response: void;
94
- };
95
- 'interop-client-set-context': {
96
- request: void;
97
- response: void;
98
- };
99
- 'interop-client-add-context-handler': {
100
- request: void;
101
- response: void;
102
- };
103
- 'interop-client-get-context-groups': {
104
- request: void;
105
- response: void;
106
- };
107
- 'interop-client-join-context-group': {
108
- request: void;
109
- response: void;
110
- };
111
- 'interop-client-remove-from-context-group': {
112
- request: void;
113
- response: void;
114
- };
115
- 'interop-client-get-all-clients-in-context-group': {
116
- request: void;
117
- response: void;
118
- };
119
- 'interop-client-get-info-for-context-group': {
120
- request: void;
121
- response: void;
122
- };
123
- 'interop-broker-add-client-to-context-group': {
124
- request: void;
125
- response: void;
126
- };
127
- 'interop-broker-get-all-clients-in-context-group': {
128
- request: void;
129
- response: void;
130
- };
131
- 'interop-broker-get-context-groups': {
132
- request: void;
133
- response: void;
134
- };
135
- 'interop-broker-get-info-for-context-group': {
136
- request: void;
137
- response: void;
138
- };
139
- 'interop-broker-is-action-authorized': {
140
- request: void;
141
- response: void;
142
- };
143
- 'interop-broker-is-connection-authorized': {
144
- request: void;
145
- response: void;
146
- };
147
- 'interop-broker-join-context-group': {
148
- request: void;
149
- response: void;
150
- };
151
- 'interop-broker-remove-client-from-context-group': {
152
- request: void;
153
- response: void;
154
- };
155
- 'interop-broker-remove-from-context-group': {
156
- request: void;
157
- response: void;
158
- };
159
- 'interop-broker-set-context': {
160
- request: void;
161
- response: void;
162
- };
163
- 'query-permission-for-current-context': {
164
- request: {
165
- apiName: string;
166
- identity: OpenFin.Identity;
167
- };
168
- response: OpenFin.QueryPermissionResult;
169
- };
170
- }
171
- interface ProtocolMapBase {
172
- [action: string]: {
173
- request: any;
174
- response: any;
175
- specialResponse?: any;
176
- };
177
- }
178
- export {};
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });