@finsemble/finsemble-ui 10.0.0-iocd.9 → 10.0.3-beta.2
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.
- package/FEA.d.ts +1440 -1430
- package/FEA.d.ts.map +1 -1
- package/FEA.js +10 -10
- package/FEA.js.map +1 -1
- package/clients/Interop/FinsembleDesktopAgent.d.ts +235 -233
- package/clients/Interop/FinsembleDesktopAgent.d.ts.map +1 -1
- package/clients/Interop/FinsembleDesktopAgent.js +1331 -1308
- package/clients/Interop/FinsembleDesktopAgent.js.map +1 -1
- package/clients/Interop/InteropAdmin.d.ts +29 -29
- package/clients/Interop/InteropAdmin.js +98 -98
- package/clients/Interop/InteropAdmin.js.map +1 -1
- package/clients/Interop/index.d.ts +1 -1
- package/clients/Interop/index.js +2 -2
- package/clients/Interop/types.d.ts +445 -443
- package/clients/Interop/types.d.ts.map +1 -1
- package/clients/Interop/types.js +45 -45
- package/clients/Interop/types.js.map +1 -1
- package/clients/Startup/FSBLDesktop.d.ts +157 -157
- package/clients/Startup/FSBLDesktop.d.ts.map +1 -1
- package/clients/Startup/FSBLDesktop.js +447 -430
- package/clients/Startup/FSBLDesktop.js.map +1 -1
- package/clients/Startup/FSBLFreestanding.d.ts +27 -27
- package/clients/Startup/FSBLFreestanding.js +129 -129
- package/clients/Startup/FSBLFreestanding.js.map +1 -1
- package/clients/Startup/FSBLService.d.ts +7 -7
- package/clients/Startup/FSBLService.js +57 -57
- package/clients/Startup/RouterConfig.d.ts +37 -37
- package/clients/Startup/RouterConfig.d.ts.map +1 -1
- package/clients/Startup/RouterConfig.js +124 -115
- package/clients/Startup/RouterConfig.js.map +1 -1
- package/clients/Startup/SDDListeners.d.ts +11 -11
- package/clients/Startup/SDDListeners.d.ts.map +1 -1
- package/clients/Startup/SDDListeners.js +96 -96
- package/clients/Startup/SDDListeners.js.map +1 -1
- package/clients/Startup/Startup.d.ts +58 -58
- package/clients/Startup/Startup.js +101 -101
- package/clients/Startup/Startup.js.map +1 -1
- package/clients/Startup/index.d.ts +1 -1
- package/clients/Startup/index.js +2 -2
- package/clients/Startup/types.d.ts +81 -81
- package/clients/Startup/types.d.ts.map +1 -1
- package/clients/Startup/types.js +1 -1
- package/clients/Startup/unhandledErrors.d.ts +6 -6
- package/clients/Startup/unhandledErrors.d.ts.map +1 -1
- package/clients/Startup/unhandledErrors.js +77 -75
- package/clients/Startup/unhandledErrors.js.map +1 -1
- package/clients/Startup/windowStartup.d.ts +17 -17
- package/clients/Startup/windowStartup.d.ts.map +1 -1
- package/clients/Startup/windowStartup.js +491 -478
- package/clients/Startup/windowStartup.js.map +1 -1
- package/clients/StoreModel.d.ts +394 -394
- package/clients/StoreModel.d.ts.map +1 -1
- package/clients/StoreModel.js +906 -906
- package/clients/StoreModel.js.map +1 -1
- package/clients/appsClient.d.ts +618 -476
- package/clients/appsClient.d.ts.map +1 -1
- package/clients/appsClient.js +729 -710
- package/clients/appsClient.js.map +1 -1
- package/clients/authenticationClient.d.ts +190 -190
- package/clients/authenticationClient.d.ts.map +1 -1
- package/clients/authenticationClient.js +247 -247
- package/clients/authenticationClient.js.map +1 -1
- package/clients/configClient.d.ts +638 -638
- package/clients/configClient.d.ts.map +1 -1
- package/clients/configClient.js +969 -969
- package/clients/configClient.js.map +1 -1
- package/clients/controller/DialogManagerClientController.d.ts +77 -77
- package/clients/controller/DialogManagerClientController.js +215 -215
- package/clients/controller/DialogManagerClientController.js.map +1 -1
- package/clients/dialogManagerClient.d.ts +186 -186
- package/clients/dialogManagerClient.d.ts.map +1 -1
- package/clients/dialogManagerClient.js +479 -475
- package/clients/dialogManagerClient.js.map +1 -1
- package/clients/distributedStoreClient.d.ts +150 -151
- package/clients/distributedStoreClient.d.ts.map +1 -1
- package/clients/distributedStoreClient.js +256 -253
- package/clients/distributedStoreClient.js.map +1 -1
- package/clients/hotkeyClient.d.ts +128 -128
- package/clients/hotkeyClient.d.ts.map +1 -1
- package/clients/hotkeyClient.js +648 -648
- package/clients/hotkeyClient.js.map +1 -1
- package/clients/index.d.ts +16 -16
- package/clients/index.js +18 -18
- package/clients/launcherClient.d.ts +123 -123
- package/clients/launcherClient.d.ts.map +1 -1
- package/clients/launcherClient.js +64 -64
- package/clients/logger.d.ts +363 -363
- package/clients/logger.d.ts.map +1 -1
- package/clients/logger.js +940 -931
- package/clients/logger.js.map +1 -1
- package/clients/notificationClient.d.ts +310 -310
- package/clients/notificationClient.d.ts.map +1 -1
- package/clients/notificationClient.js +557 -557
- package/clients/notificationClient.js.map +1 -1
- package/clients/routerClient.d.ts +520 -520
- package/clients/routerClient.d.ts.map +1 -1
- package/clients/routerClient.js +1448 -1416
- package/clients/routerClient.js.map +1 -1
- package/clients/searchClient.d.ts +156 -156
- package/clients/searchClient.d.ts.map +1 -1
- package/clients/searchClient.js +282 -282
- package/clients/searchClient.js.map +1 -1
- package/clients/storageClient.d.ts +235 -235
- package/clients/storageClient.d.ts.map +1 -1
- package/clients/storageClient.js +308 -308
- package/clients/storageClient.js.map +1 -1
- package/clients/windowClient.d.ts +714 -712
- package/clients/windowClient.d.ts.map +1 -1
- package/clients/windowClient.js +1072 -1070
- package/clients/windowClient.js.map +1 -1
- package/clients/workspaceClient.d.ts +511 -511
- package/clients/workspaceClient.d.ts.map +1 -1
- package/clients/workspaceClient.js +758 -750
- package/clients/workspaceClient.js.map +1 -1
- package/common/Desktop.d.ts +56 -56
- package/common/Desktop.d.ts.map +1 -1
- package/common/Desktop.js +109 -97
- package/common/Desktop.js.map +1 -1
- package/common/FinsembleWindow.d.ts +823 -813
- package/common/FinsembleWindow.d.ts.map +1 -1
- package/common/FinsembleWindow.js +1458 -1416
- package/common/FinsembleWindow.js.map +1 -1
- package/common/Globals.d.ts +96 -96
- package/common/Globals.d.ts.map +1 -1
- package/common/Globals.js +29 -29
- package/common/Monitors.d.ts +160 -155
- package/common/Monitors.d.ts.map +1 -1
- package/common/Monitors.js +504 -447
- package/common/Monitors.js.map +1 -1
- package/common/Performance.d.ts +6 -6
- package/common/Performance.js +12 -12
- package/common/REST.d.ts +16 -16
- package/common/REST.js +84 -84
- package/common/REST.js.map +1 -1
- package/common/Singleton.d.ts +74 -72
- package/common/Singleton.d.ts.map +1 -1
- package/common/Singleton.js +95 -95
- package/common/Singleton.js.map +1 -1
- package/common/configUtil.d.ts +58 -58
- package/common/configUtil.d.ts.map +1 -1
- package/common/configUtil.js +347 -347
- package/common/configUtil.js.map +1 -1
- package/common/constants.d.ts +101 -101
- package/common/constants.js +171 -171
- package/common/dependencyManager.d.ts +170 -171
- package/common/dependencyManager.d.ts.map +1 -1
- package/common/dependencyManager.js +383 -383
- package/common/dependencyManager.js.map +1 -1
- package/common/events/FinsembleEvent.d.ts +29 -29
- package/common/events/FinsembleEvent.d.ts.map +1 -1
- package/common/events/FinsembleEvent.js +71 -71
- package/common/events/FinsembleEvent.js.map +1 -1
- package/common/events/PublicEventManager.d.ts +69 -68
- package/common/events/PublicEventManager.d.ts.map +1 -1
- package/common/events/PublicEventManager.js +192 -192
- package/common/events/PublicEventManager.js.map +1 -1
- package/common/index.d.ts +3 -3
- package/common/index.js +5 -5
- package/common/redux/getRemoteStore.d.ts +53 -53
- package/common/redux/getRemoteStore.d.ts.map +1 -1
- package/common/redux/getRemoteStore.js +50 -50
- package/common/redux/remoteReduxEnhancer.d.ts +28 -28
- package/common/redux/remoteReduxEnhancer.d.ts.map +1 -1
- package/common/redux/remoteReduxEnhancer.js +228 -218
- package/common/redux/remoteReduxEnhancer.js.map +1 -1
- package/common/redux/types.d.ts +26 -26
- package/common/redux/types.d.ts.map +1 -1
- package/common/redux/types.js +1 -1
- package/common/system.d.ts +328 -308
- package/common/system.d.ts.map +1 -1
- package/common/system.js +559 -545
- package/common/system.js.map +1 -1
- package/common/systemManagerClient.d.ts +91 -91
- package/common/systemManagerClient.d.ts.map +1 -1
- package/common/systemManagerClient.js +189 -189
- package/common/systemManagerClient.js.map +1 -1
- package/common/testPoint.d.ts +56 -56
- package/common/testPoint.js +105 -105
- package/common/testPoint.js.map +1 -1
- package/common/toast.d.ts +35 -35
- package/common/toast.d.ts.map +1 -1
- package/common/toast.js +93 -87
- package/common/toast.js.map +1 -1
- package/common/util.d.ts +141 -136
- package/common/util.d.ts.map +1 -1
- package/common/util.js +458 -445
- package/common/util.js.map +1 -1
- package/deprecated/SmartDesktopClient.d.ts +18 -18
- package/deprecated/SmartDesktopClient.js +18 -18
- package/deprecated/baseClient.d.ts +87 -87
- package/deprecated/baseClient.d.ts.map +1 -1
- package/deprecated/baseClient.js +123 -123
- package/deprecated/baseClient.js.map +1 -1
- package/deprecated/deprecatedFunctions.d.ts +44 -44
- package/deprecated/deprecatedFunctions.d.ts.map +1 -1
- package/deprecated/deprecatedFunctions.js +199 -199
- package/deprecated/deprecatedFunctions.js.map +1 -1
- package/deprecated/deprecatedlauncherClient.d.ts +162 -162
- package/deprecated/deprecatedlauncherClient.d.ts.map +1 -1
- package/deprecated/deprecatedlauncherClient.js +285 -285
- package/deprecated/deprecatedlauncherClient.js.map +1 -1
- package/deprecated/dragAndDropClient.d.ts +288 -288
- package/deprecated/dragAndDropClient.d.ts.map +1 -1
- package/deprecated/dragAndDropClient.js +753 -698
- package/deprecated/dragAndDropClient.js.map +1 -1
- package/deprecated/index.d.ts +1 -1
- package/deprecated/index.d.ts.map +1 -1
- package/deprecated/index.js +1 -1
- package/deprecated/legacyUIComponentNames.d.ts +23 -23
- package/deprecated/legacyUIComponentNames.js +23 -23
- package/deprecated/linkerClient.d.ts +422 -422
- package/deprecated/linkerClient.d.ts.map +1 -1
- package/deprecated/linkerClient.js +892 -892
- package/deprecated/linkerClient.js.map +1 -1
- package/index.d.ts +65 -70
- package/index.d.ts.map +1 -1
- package/index.js +3 -5
- package/index.js.map +1 -1
- package/main.d.ts +725 -862
- package/main.d.ts.map +1 -1
- package/main.js +85 -85
- package/package.json +10 -14
- package/platform/preloads/BloombergBridgeClient.d.ts +453 -453
- package/platform/preloads/BloombergBridgeClient.d.ts.map +1 -1
- package/platform/preloads/BloombergBridgeClient.js +568 -568
- package/platform/preloads/BloombergBridgeClient.js.map +1 -1
- package/platform/services/Interop/AuthSignVerify.d.ts +50 -50
- package/platform/services/Interop/AuthSignVerify.js +283 -283
- package/platform/services/Interop/AuthSignVerify.js.map +1 -1
- package/platform/services/Interop/modules/actions.d.ts +16 -16
- package/platform/services/Interop/modules/actions.js +10 -10
- package/platform/services/Interop/modules/types.d.ts +182 -182
- package/platform/services/Interop/modules/types.d.ts.map +1 -1
- package/platform/services/Interop/modules/types.js +1 -1
- package/platform/services/Interop/types.d.ts +634 -632
- package/platform/services/Interop/types.d.ts.map +1 -1
- package/platform/services/Interop/types.js +25 -25
- package/platform/services/Interop/types.js.map +1 -1
- package/platform/services/baseService.d.ts +82 -82
- package/platform/services/baseService.d.ts.map +1 -1
- package/platform/services/baseService.js +300 -300
- package/platform/services/baseService.js.map +1 -1
- package/platform/services/bloombergBridge/lib/types.d.ts +108 -108
- package/platform/services/bloombergBridge/lib/types.d.ts.map +1 -1
- package/platform/services/bloombergBridge/lib/types.js +39 -39
- package/platform/services/config/types.d.ts +42 -42
- package/platform/services/config/types.d.ts.map +1 -1
- package/platform/services/config/types.js +1 -1
- package/platform/services/distributedStore/storeUtils.d.ts +67 -67
- package/platform/services/distributedStore/storeUtils.d.ts.map +1 -1
- package/platform/services/distributedStore/storeUtils.js +238 -238
- package/platform/services/distributedStore/storeUtils.js.map +1 -1
- package/platform/services/index.d.ts +5 -5
- package/platform/services/index.js +9 -9
- package/platform/services/logger/types.d.ts +78 -78
- package/platform/services/logger/types.d.ts.map +1 -1
- package/platform/services/logger/types.js +1 -1
- package/platform/services/notification/index.d.ts +1 -1
- package/platform/services/notification/index.js +2 -2
- package/platform/services/notification/types/Action.d.ts +12 -12
- package/platform/services/notification/types/Action.js +7 -7
- package/platform/services/notification/types/ActionTypes.d.ts +16 -16
- package/platform/services/notification/types/ActionTypes.js +18 -18
- package/platform/services/notification/types/Callbacks.d.ts +7 -7
- package/platform/services/notification/types/Callbacks.js +1 -1
- package/platform/services/notification/types/Filter.d.ts +22 -22
- package/platform/services/notification/types/Filter.js +19 -19
- package/platform/services/notification/types/IAction.d.ts +51 -51
- package/platform/services/notification/types/IAction.js +1 -1
- package/platform/services/notification/types/IFilter.d.ts +24 -24
- package/platform/services/notification/types/IFilter.js +1 -1
- package/platform/services/notification/types/ILastIssued.d.ts +8 -8
- package/platform/services/notification/types/ILastIssued.js +1 -1
- package/platform/services/notification/types/IMuteFilter.d.ts +7 -7
- package/platform/services/notification/types/IMuteFilter.js +4 -4
- package/platform/services/notification/types/INotification.d.ts +100 -100
- package/platform/services/notification/types/INotification.d.ts.map +1 -1
- package/platform/services/notification/types/INotification.js +1 -1
- package/platform/services/notification/types/INotificationClient.d.ts +94 -94
- package/platform/services/notification/types/INotificationClient.js +1 -1
- package/platform/services/notification/types/INotificationHistoryOptions.d.ts +18 -18
- package/platform/services/notification/types/INotificationHistoryOptions.d.ts.map +1 -1
- package/platform/services/notification/types/INotificationHistoryOptions.js +1 -1
- package/platform/services/notification/types/INotificationService.d.ts +57 -57
- package/platform/services/notification/types/INotificationService.js +1 -1
- package/platform/services/notification/types/IPerformedAction.d.ts +9 -9
- package/platform/services/notification/types/IPerformedAction.js +1 -1
- package/platform/services/notification/types/ISnoozeTimer.d.ts +13 -13
- package/platform/services/notification/types/ISnoozeTimer.js +9 -9
- package/platform/services/notification/types/ISubscription.d.ts +15 -15
- package/platform/services/notification/types/ISubscription.js +1 -1
- package/platform/services/notification/types/LastIssued.d.ts +10 -10
- package/platform/services/notification/types/LastIssued.js +6 -6
- package/platform/services/notification/types/Meta.d.ts +12 -12
- package/platform/services/notification/types/Meta.js +6 -6
- package/platform/services/notification/types/Notification.d.ts +29 -29
- package/platform/services/notification/types/Notification.js +16 -16
- package/platform/services/notification/types/NotificationConfig.d.ts +21 -21
- package/platform/services/notification/types/NotificationConfig.js +1 -1
- package/platform/services/notification/types/NotificationHookTypes.d.ts +6 -6
- package/platform/services/notification/types/NotificationHookTypes.js +1 -1
- package/platform/services/notification/types/PerformedAction.d.ts +10 -10
- package/platform/services/notification/types/PerformedAction.js +7 -7
- package/platform/services/notification/types/SnoozeTimer.d.ts +7 -7
- package/platform/services/notification/types/SnoozeTimer.js +2 -2
- package/platform/services/notification/types/Subscription.d.ts +13 -13
- package/platform/services/notification/types/Subscription.js +14 -14
- package/platform/services/notification/types/index.d.ts +45 -45
- package/platform/services/notification/types/index.d.ts.map +1 -1
- package/platform/services/notification/types/index.js +23 -23
- package/platform/services/router/routerTransport.d.ts +80 -80
- package/platform/services/router/routerTransport.d.ts.map +1 -1
- package/platform/services/router/routerTransport.js +486 -476
- package/platform/services/router/routerTransport.js.map +1 -1
- package/platform/services/router/types.d.ts +214 -212
- package/platform/services/router/types.d.ts.map +1 -1
- package/platform/services/router/types.js +1 -1
- package/platform/services/search/index.d.ts +1 -1
- package/platform/services/search/index.js +2 -2
- package/platform/services/search/types.d.ts +29 -29
- package/platform/services/search/types.d.ts.map +1 -1
- package/platform/services/search/types.js +1 -1
- package/platform/services/storage/adapters/base.d.ts +3 -3
- package/platform/services/storage/adapters/base.js +63 -63
- package/platform/services/storage/adapters/base.js.map +1 -1
- package/platform/services/storage/adapters/types.d.ts +21 -21
- package/platform/services/storage/adapters/types.d.ts.map +1 -1
- package/platform/services/storage/adapters/types.js +1 -1
- package/platform/services/systemManager/_constants.d.ts +9 -9
- package/platform/services/systemManager/_constants.js +22 -22
- package/platform/services/systemManager/common.d.ts +13 -13
- package/platform/services/systemManager/common.js +19 -19
- package/platform/services/systemManager/types.d.ts +49 -48
- package/platform/services/systemManager/types.d.ts.map +1 -1
- package/platform/services/systemManager/types.js +11 -11
- package/platform/services/types.d.ts +10 -10
- package/platform/services/types.d.ts.map +1 -1
- package/platform/services/types.js +9 -9
- package/platform/services/window/index.d.ts +1 -1
- package/platform/services/window/index.js +2 -2
- package/platform/services/window/modules/actions.d.ts +76 -70
- package/platform/services/window/modules/actions.d.ts.map +1 -1
- package/platform/services/window/modules/actions.js +67 -62
- package/platform/services/window/modules/actions.js.map +1 -1
- package/platform/services/window/types.d.ts +1211 -1194
- package/platform/services/window/types.d.ts.map +1 -1
- package/platform/services/window/types.js +6 -1
- package/platform/services/window/types.js.map +1 -1
- package/platform/services/workspace/index.d.ts +1 -1
- package/platform/services/workspace/index.js +2 -2
- package/platform/services/workspace/types.d.ts +78 -78
- package/platform/services/workspace/types.d.ts.map +1 -1
- package/platform/services/workspace/types.js +1 -1
- package/platform/services/workspace/workspaceAdminAPI.d.ts +26 -26
- package/platform/services/workspace/workspaceAdminAPI.d.ts.map +1 -1
- package/platform/services/workspace/workspaceAdminAPI.js +44 -44
- package/platform/services/workspace/workspaceAdminAPI.js.map +1 -1
- package/react/actions/favoriteActions.d.ts +21 -21
- package/react/actions/favoriteActions.d.ts.map +1 -1
- package/react/actions/favoriteActions.js +8 -8
- package/react/actions/linkerActions.d.ts +48 -48
- package/react/actions/linkerActions.d.ts.map +1 -1
- package/react/actions/linkerActions.js +8 -8
- package/react/actions/menuActions.d.ts +16 -16
- package/react/actions/menuActions.d.ts.map +1 -1
- package/react/actions/menuActions.js +9 -9
- package/react/actions/rootActions.d.ts +9 -9
- package/react/actions/rootActions.d.ts.map +1 -1
- package/react/actions/rootActions.js +2 -2
- package/react/actions/searchActions.d.ts +12 -12
- package/react/actions/searchActions.d.ts.map +1 -1
- package/react/actions/searchActions.js +7 -7
- package/react/actions/smartDesktopDesignerActions.d.ts +56 -56
- package/react/actions/smartDesktopDesignerActions.d.ts.map +1 -1
- package/react/actions/smartDesktopDesignerActions.js +27 -27
- package/react/actions/toolbarActions.d.ts +61 -61
- package/react/actions/toolbarActions.d.ts.map +1 -1
- package/react/actions/toolbarActions.js +24 -24
- package/react/actions/workspaceActions.d.ts +11 -11
- package/react/actions/workspaceActions.d.ts.map +1 -1
- package/react/actions/workspaceActions.js +6 -6
- package/react/assets/css/advancedAppLauncher.css +1 -1
- package/react/assets/css/appCatalog.css +4 -4
- package/react/assets/css/dialogs.css +2 -6
- package/react/assets/css/favorites.css +1 -3
- package/react/assets/css/finsemble.css +0 -1
- package/react/assets/css/font-finance.css +4 -282
- package/react/assets/css/menus.css +5 -1
- package/react/assets/css/search.css +1 -2
- package/react/assets/css/toolbar.css +9 -1
- package/react/assets/css/userPreferences.css +1 -1
- package/react/components/FinsembleCSS.d.ts +17 -17
- package/react/components/FinsembleCSS.d.ts.map +1 -1
- package/react/components/FinsembleCSS.js +27 -26
- package/react/components/FinsembleCSS.js.map +1 -1
- package/react/components/FinsembleProvider.d.ts +28 -28
- package/react/components/FinsembleProvider.d.ts.map +1 -1
- package/react/components/FinsembleProvider.js +33 -33
- package/react/components/appCatalog/AppCatalog.d.ts +13 -13
- package/react/components/appCatalog/AppCatalog.d.ts.map +1 -1
- package/react/components/appCatalog/AppCatalog.js +33 -33
- package/react/components/appCatalog/AppCatalogComponent.d.ts +98 -98
- package/react/components/appCatalog/AppCatalogComponent.d.ts.map +1 -1
- package/react/components/appCatalog/AppCatalogComponent.js +307 -307
- package/react/components/appCatalog/AppCatalogComponent.js.map +1 -1
- package/react/components/appCatalog/components/AppCard.d.ts +64 -64
- package/react/components/appCatalog/components/AppCard.d.ts.map +1 -1
- package/react/components/appCatalog/components/AppCard.js +200 -200
- package/react/components/appCatalog/components/AppCard.js.map +1 -1
- package/react/components/appCatalog/components/AppList.d.ts +8 -8
- package/react/components/appCatalog/components/AppList.d.ts.map +1 -1
- package/react/components/appCatalog/components/AppList.js +25 -25
- package/react/components/appCatalog/components/AppList.js.map +1 -1
- package/react/components/appCatalog/components/AppResults.d.ts +25 -21
- package/react/components/appCatalog/components/AppResults.d.ts.map +1 -1
- package/react/components/appCatalog/components/AppResults.js +71 -71
- package/react/components/appCatalog/components/AppResults.js.map +1 -1
- package/react/components/appCatalog/components/Carousel.d.ts +42 -42
- package/react/components/appCatalog/components/Carousel.d.ts.map +1 -1
- package/react/components/appCatalog/components/Carousel.js +126 -126
- package/react/components/appCatalog/components/Carousel.js.map +1 -1
- package/react/components/appCatalog/components/EmptyResults.d.ts +11 -7
- package/react/components/appCatalog/components/EmptyResults.d.ts.map +1 -1
- package/react/components/appCatalog/components/EmptyResults.js +12 -12
- package/react/components/appCatalog/components/Hero.d.ts +42 -42
- package/react/components/appCatalog/components/Hero.d.ts.map +1 -1
- package/react/components/appCatalog/components/Hero.js +83 -83
- package/react/components/appCatalog/components/Hero.js.map +1 -1
- package/react/components/appCatalog/components/Home.d.ts +29 -21
- package/react/components/appCatalog/components/Home.d.ts.map +1 -1
- package/react/components/appCatalog/components/Home.js +28 -28
- package/react/components/appCatalog/components/SearchBar.d.ts +57 -57
- package/react/components/appCatalog/components/SearchBar.js +107 -107
- package/react/components/appCatalog/components/SearchBar.js.map +1 -1
- package/react/components/appCatalog/components/Showcase/AppDescription.d.ts +15 -11
- package/react/components/appCatalog/components/Showcase/AppDescription.d.ts.map +1 -1
- package/react/components/appCatalog/components/Showcase/AppDescription.js +15 -15
- package/react/components/appCatalog/components/Showcase/AppDevNotes.d.ts +18 -14
- package/react/components/appCatalog/components/Showcase/AppDevNotes.d.ts.map +1 -1
- package/react/components/appCatalog/components/Showcase/AppDevNotes.js +30 -30
- package/react/components/appCatalog/components/Showcase/AppShowcase.d.ts +37 -37
- package/react/components/appCatalog/components/Showcase/AppShowcase.d.ts.map +1 -1
- package/react/components/appCatalog/components/Showcase/AppShowcase.js +128 -128
- package/react/components/appCatalog/components/Showcase/AppShowcase.js.map +1 -1
- package/react/components/appCatalog/components/Showcase/Header.d.ts +21 -21
- package/react/components/appCatalog/components/Showcase/Header.d.ts.map +1 -1
- package/react/components/appCatalog/components/Showcase/Header.js +58 -58
- package/react/components/appCatalog/components/Showcase/Header.js.map +1 -1
- package/react/components/appCatalog/components/Showcase/ImageCarousel.d.ts +14 -13
- package/react/components/appCatalog/components/Showcase/ImageCarousel.d.ts.map +1 -1
- package/react/components/appCatalog/components/Showcase/ImageCarousel.js +25 -25
- package/react/components/appCatalog/components/Showcase/Modal.d.ts +18 -18
- package/react/components/appCatalog/components/Showcase/Modal.d.ts.map +1 -1
- package/react/components/appCatalog/components/Showcase/Modal.js +23 -23
- package/react/components/appCatalog/components/Showcase/Modal.js.map +1 -1
- package/react/components/appCatalog/components/Showcase/ReleaseNotes.d.ts +10 -9
- package/react/components/appCatalog/components/Showcase/ReleaseNotes.d.ts.map +1 -1
- package/react/components/appCatalog/components/Showcase/ReleaseNotes.js +18 -18
- package/react/components/appCatalog/components/Showcase/SupportNotes.d.ts +12 -11
- package/react/components/appCatalog/components/Showcase/SupportNotes.d.ts.map +1 -1
- package/react/components/appCatalog/components/Showcase/SupportNotes.js +26 -26
- package/react/components/appCatalog/components/Showcase/VersionNotes.d.ts +10 -9
- package/react/components/appCatalog/components/Showcase/VersionNotes.d.ts.map +1 -1
- package/react/components/appCatalog/components/Showcase/VersionNotes.js +21 -21
- package/react/components/appCatalog/components/Showcase/defaults.d.ts +3 -3
- package/react/components/appCatalog/components/Showcase/defaults.js +3 -3
- package/react/components/appCatalog/components/Toast.d.ts +15 -11
- package/react/components/appCatalog/components/Toast.d.ts.map +1 -1
- package/react/components/appCatalog/components/Toast.js +38 -38
- package/react/components/appCatalog/components/Toast.js.map +1 -1
- package/react/components/appCatalog/components/helpers.d.ts +2 -2
- package/react/components/appCatalog/components/helpers.js +33 -33
- package/react/components/appCatalog/components/helpers.js.map +1 -1
- package/react/components/appCatalog/index.d.ts +1 -1
- package/react/components/appCatalog/index.js +1 -1
- package/react/components/appCatalog/modules/AppDirectory.d.ts +12 -12
- package/react/components/appCatalog/modules/AppDirectory.d.ts.map +1 -1
- package/react/components/appCatalog/modules/AppDirectory.js +10 -10
- package/react/components/appCatalog/modules/FDC3.d.ts +51 -51
- package/react/components/appCatalog/modules/FDC3.js +146 -146
- package/react/components/appCatalog/modules/FDC3.js.map +1 -1
- package/react/components/appCatalog/stores/appStore.d.ts +9 -9
- package/react/components/appCatalog/stores/appStore.js +47 -47
- package/react/components/appCatalog/stores/appStore.js.map +1 -1
- package/react/components/appCatalog/stores/storeActions.d.ts +145 -145
- package/react/components/appCatalog/stores/storeActions.d.ts.map +1 -1
- package/react/components/appCatalog/stores/storeActions.js +423 -423
- package/react/components/appCatalog/stores/storeActions.js.map +1 -1
- package/react/components/bloomberg/BloombergFDC3.d.ts +3 -3
- package/react/components/bloomberg/BloombergFDC3.d.ts.map +1 -1
- package/react/components/bloomberg/BloombergFDC3.js +71 -71
- package/react/components/bloomberg/BloombergFDC3.js.map +1 -1
- package/react/components/bloomberg/BloombergLink.d.ts +11 -11
- package/react/components/bloomberg/BloombergLink.d.ts.map +1 -1
- package/react/components/bloomberg/BloombergLink.js +48 -48
- package/react/components/bloomberg/BloombergLink.js.map +1 -1
- package/react/components/bloomberg/BloombergRelay.d.ts +9 -9
- package/react/components/bloomberg/BloombergRelay.d.ts.map +1 -1
- package/react/components/bloomberg/BloombergRelay.js +74 -68
- package/react/components/bloomberg/BloombergRelay.js.map +1 -1
- package/react/components/common/Button.d.ts +35 -35
- package/react/components/common/Button.js +21 -21
- package/react/components/common/Button.js.map +1 -1
- package/react/components/common/ButtonIcon.d.ts +4 -4
- package/react/components/common/ButtonIcon.js +11 -11
- package/react/components/common/ButtonIcon.js.map +1 -1
- package/react/components/common/ButtonRow.d.ts +15 -15
- package/react/components/common/ButtonRow.js +24 -24
- package/react/components/common/ButtonRow.js.map +1 -1
- package/react/components/common/Checkbox.d.ts +12 -12
- package/react/components/common/Checkbox.js +19 -19
- package/react/components/common/Checkbox.js.map +1 -1
- package/react/components/common/ContextMenu.d.ts +13 -13
- package/react/components/common/ContextMenu.d.ts.map +1 -1
- package/react/components/common/ContextMenu.js +62 -62
- package/react/components/common/ContextMenu.js.map +1 -1
- package/react/components/common/Dropdown.d.ts +14 -14
- package/react/components/common/Dropdown.d.ts.map +1 -1
- package/react/components/common/Dropdown.js +82 -82
- package/react/components/common/Dropdown.js.map +1 -1
- package/react/components/common/DropdownButton.d.ts +10 -10
- package/react/components/common/DropdownButton.d.ts.map +1 -1
- package/react/components/common/DropdownButton.js +52 -52
- package/react/components/common/DropdownButton.js.map +1 -1
- package/react/components/common/ErrorBoundary.d.ts +35 -35
- package/react/components/common/ErrorBoundary.d.ts.map +1 -1
- package/react/components/common/ErrorBoundary.js +43 -43
- package/react/components/common/ErrorBoundary.js.map +1 -1
- package/react/components/common/FinsembleIcon.d.ts +20 -20
- package/react/components/common/FinsembleIcon.d.ts.map +1 -1
- package/react/components/common/FinsembleIcon.js +150 -150
- package/react/components/common/FinsembleIcon.js.map +1 -1
- package/react/components/common/FinsembleToggle.d.ts +9 -9
- package/react/components/common/FinsembleToggle.d.ts.map +1 -1
- package/react/components/common/FinsembleToggle.js +11 -11
- package/react/components/common/FinsembleToggleButtonBar.d.ts +15 -15
- package/react/components/common/FinsembleToggleButtonBar.d.ts.map +1 -1
- package/react/components/common/FinsembleToggleButtonBar.js +39 -39
- package/react/components/common/FinsembleToggleButtonBar.js.map +1 -1
- package/react/components/common/Header.d.ts +13 -13
- package/react/components/common/Header.d.ts.map +1 -1
- package/react/components/common/Header.js +20 -20
- package/react/components/common/Header.js.map +1 -1
- package/react/components/common/TimeSelect.d.ts +16 -16
- package/react/components/common/TimeSelect.d.ts.map +1 -1
- package/react/components/common/TimeSelect.js +173 -173
- package/react/components/common/TimeSelect.js.map +1 -1
- package/react/components/common/css/icon.css +0 -2
- package/react/components/common/loadCSSAsStyle.d.ts +3 -0
- package/react/components/common/loadCSSAsStyle.d.ts.map +1 -0
- package/react/components/common/loadCSSAsStyle.js +18 -0
- package/react/components/common/loadCSSAsStyle.js.map +1 -0
- package/react/components/downloadManager/DownloadItem.d.ts +14 -14
- package/react/components/downloadManager/DownloadItem.d.ts.map +1 -1
- package/react/components/downloadManager/DownloadItem.js +76 -76
- package/react/components/downloadManager/DownloadItem.js.map +1 -1
- package/react/components/downloadManager/DownloadManager.d.ts +9 -9
- package/react/components/downloadManager/DownloadManager.d.ts.map +1 -1
- package/react/components/downloadManager/DownloadManager.js +39 -39
- package/react/components/downloadManager/DownloadManager.js.map +1 -1
- package/react/components/downloadManager/index.d.ts +1 -1
- package/react/components/downloadManager/index.js +1 -1
- package/react/components/favorites/FavoriteMaker.d.ts +17 -17
- package/react/components/favorites/FavoriteMaker.d.ts.map +1 -1
- package/react/components/favorites/FavoriteMaker.js +41 -41
- package/react/components/favorites/FavoriteMaker.js.map +1 -1
- package/react/components/favorites/FavoritesShell.d.ts +7 -7
- package/react/components/favorites/FavoritesShell.d.ts.map +1 -1
- package/react/components/favorites/FavoritesShell.js +40 -40
- package/react/components/favorites/FavoritesShell.js.map +1 -1
- package/react/components/fdc3Resolver/ResolverContainer.d.ts +12 -8
- package/react/components/fdc3Resolver/ResolverContainer.d.ts.map +1 -1
- package/react/components/fdc3Resolver/ResolverContainer.js +98 -98
- package/react/components/fdc3Resolver/ResolverContainer.js.map +1 -1
- package/react/components/fdc3Resolver/ResolverDialog.d.ts +31 -31
- package/react/components/fdc3Resolver/ResolverDialog.d.ts.map +1 -1
- package/react/components/fdc3Resolver/ResolverDialog.js +167 -164
- package/react/components/fdc3Resolver/ResolverDialog.js.map +1 -1
- package/react/components/fdc3Resolver/index.d.ts +1 -1
- package/react/components/fdc3Resolver/index.js +1 -1
- package/react/components/icon/Icon.d.ts +21 -21
- package/react/components/icon/Icon.d.ts.map +1 -1
- package/react/components/icon/Icon.js +102 -102
- package/react/components/icon/Icon.js.map +1 -1
- package/react/components/icon/index.d.ts +1 -1
- package/react/components/icon/index.js +1 -1
- package/react/components/index.d.ts +28 -28
- package/react/components/index.js +28 -28
- package/react/components/legacyControls/FinsembleDialog.d.ts +18 -18
- package/react/components/legacyControls/FinsembleDialog.d.ts.map +1 -1
- package/react/components/legacyControls/FinsembleDialog.js +47 -47
- package/react/components/legacyControls/FinsembleDialog.js.map +1 -1
- package/react/components/legacyControls/FinsembleDialogButton.d.ts +16 -16
- package/react/components/legacyControls/FinsembleDialogButton.d.ts.map +1 -1
- package/react/components/legacyControls/FinsembleDialogButton.js +21 -21
- package/react/components/legacyControls/FinsembleDialogButton.js.map +1 -1
- package/react/components/legacyControls/FinsembleDialogQuestion.d.ts +14 -14
- package/react/components/legacyControls/FinsembleDialogQuestion.d.ts.map +1 -1
- package/react/components/legacyControls/FinsembleDialogQuestion.js +16 -16
- package/react/components/legacyControls/FinsembleDialogTextInput.d.ts +22 -22
- package/react/components/legacyControls/FinsembleDialogTextInput.d.ts.map +1 -1
- package/react/components/legacyControls/FinsembleDialogTextInput.js +64 -64
- package/react/components/legacyControls/FinsembleDialogTextInput.js.map +1 -1
- package/react/components/legacyControls/FinsembleDnDContext.d.ts +46 -46
- package/react/components/legacyControls/FinsembleDnDContext.d.ts.map +1 -1
- package/react/components/legacyControls/FinsembleDnDContext.js +308 -308
- package/react/components/legacyControls/FinsembleDnDContext.js.map +1 -1
- package/react/components/legacyControls/FinsembleDraggable.d.ts +15 -15
- package/react/components/legacyControls/FinsembleDraggable.d.ts.map +1 -1
- package/react/components/legacyControls/FinsembleDraggable.js +21 -21
- package/react/components/legacyControls/FinsembleDraggable.js.map +1 -1
- package/react/components/linker/LinkerMenu.d.ts +10 -6
- package/react/components/linker/LinkerMenu.d.ts.map +1 -1
- package/react/components/linker/LinkerMenu.js +155 -155
- package/react/components/linker/LinkerMenu.js.map +1 -1
- package/react/components/linker/LinkerMenuDeprecated.d.ts +13 -7
- package/react/components/linker/LinkerMenuDeprecated.d.ts.map +1 -1
- package/react/components/linker/LinkerMenuDeprecated.js +38 -38
- package/react/components/linker/LinkerMenuDeprecated.js.map +1 -1
- package/react/components/linker/index.d.ts +1 -1
- package/react/components/linker/index.js +1 -1
- package/react/components/linker/remoteRedux.d.ts +3 -3
- package/react/components/linker/remoteRedux.d.ts.map +1 -1
- package/react/components/linker/remoteRedux.js +10 -9
- package/react/components/linker/remoteRedux.js.map +1 -1
- package/react/components/menu/Menu.d.ts +29 -29
- package/react/components/menu/Menu.d.ts.map +1 -1
- package/react/components/menu/Menu.js +25 -25
- package/react/components/menu/Menu.js.map +1 -1
- package/react/components/menu/MenuAutoResizer.d.ts +19 -18
- package/react/components/menu/MenuAutoResizer.d.ts.map +1 -1
- package/react/components/menu/MenuAutoResizer.js +125 -67
- package/react/components/menu/MenuAutoResizer.js.map +1 -1
- package/react/components/menu/MenuContent.d.ts +11 -11
- package/react/components/menu/MenuContent.d.ts.map +1 -1
- package/react/components/menu/MenuContent.js +14 -14
- package/react/components/menu/MenuHotKey.d.ts +20 -20
- package/react/components/menu/MenuHotKey.d.ts.map +1 -1
- package/react/components/menu/MenuHotKey.js +45 -45
- package/react/components/menu/MenuHotKey.js.map +1 -1
- package/react/components/menu/MenuItem.d.ts +19 -19
- package/react/components/menu/MenuItem.d.ts.map +1 -1
- package/react/components/menu/MenuItem.js +28 -21
- package/react/components/menu/MenuItem.js.map +1 -1
- package/react/components/menu/MenuPortal.d.ts +7 -7
- package/react/components/menu/MenuPortal.d.ts.map +1 -1
- package/react/components/menu/MenuPortal.js +321 -245
- package/react/components/menu/MenuPortal.js.map +1 -1
- package/react/components/menu/MenuShell.d.ts +31 -31
- package/react/components/menu/MenuShell.d.ts.map +1 -1
- package/react/components/menu/MenuShell.js +47 -47
- package/react/components/menu/MenuToggle.d.ts +7 -7
- package/react/components/menu/MenuToggle.d.ts.map +1 -1
- package/react/components/menu/MenuToggle.js +19 -18
- package/react/components/menu/MenuToggle.js.map +1 -1
- package/react/components/menu/index.d.ts +5 -5
- package/react/components/menu/index.js +5 -5
- package/react/components/menu/keyboardNavigation.d.ts +13 -13
- package/react/components/menu/keyboardNavigation.d.ts.map +1 -1
- package/react/components/menu/keyboardNavigation.js +197 -195
- package/react/components/menu/keyboardNavigation.js.map +1 -1
- package/react/components/menu/menuContext.d.ts +16 -17
- package/react/components/menu/menuContext.d.ts.map +1 -1
- package/react/components/menu/menuContext.js +8 -8
- package/react/components/menu/menuHelpers.d.ts +32 -32
- package/react/components/menu/menuHelpers.d.ts.map +1 -1
- package/react/components/menu/menuHelpers.js +112 -112
- package/react/components/menu/menuHelpers.js.map +1 -1
- package/react/components/notifications/components/NoNotifications.d.ts +3 -3
- package/react/components/notifications/components/NoNotifications.d.ts.map +1 -1
- package/react/components/notifications/components/NoNotifications.js +4 -4
- package/react/components/notifications/components/notificationsCenter/NotificationCenterUtils.d.ts +18 -18
- package/react/components/notifications/components/notificationsCenter/NotificationCenterUtils.d.ts.map +1 -1
- package/react/components/notifications/components/notificationsCenter/NotificationCenterUtils.js +83 -83
- package/react/components/notifications/components/notificationsCenter/NotificationCenterUtils.js.map +1 -1
- package/react/components/notifications/components/notificationsCenter/NotificationsCenter.d.ts +5 -5
- package/react/components/notifications/components/notificationsCenter/NotificationsCenter.d.ts.map +1 -1
- package/react/components/notifications/components/notificationsCenter/NotificationsCenter.js +44 -44
- package/react/components/notifications/components/notificationsCenter/NotificationsCenter.js.map +1 -1
- package/react/components/notifications/components/notificationsCenter/components/CardView.d.ts +4 -4
- package/react/components/notifications/components/notificationsCenter/components/CardView.d.ts.map +1 -1
- package/react/components/notifications/components/notificationsCenter/components/CardView.js +91 -91
- package/react/components/notifications/components/notificationsCenter/components/CardView.js.map +1 -1
- package/react/components/notifications/components/notificationsCenter/components/Drawer.d.ts +7 -7
- package/react/components/notifications/components/notificationsCenter/components/Drawer.d.ts.map +1 -1
- package/react/components/notifications/components/notificationsCenter/components/Drawer.js +4 -4
- package/react/components/notifications/components/notificationsCenter/components/DrawerControls.d.ts +3 -3
- package/react/components/notifications/components/notificationsCenter/components/DrawerControls.d.ts.map +1 -1
- package/react/components/notifications/components/notificationsCenter/components/DrawerControls.js +93 -93
- package/react/components/notifications/components/notificationsCenter/components/DrawerControls.js.map +1 -1
- package/react/components/notifications/components/notificationsCenter/components/DrawerHeader.d.ts +7 -7
- package/react/components/notifications/components/notificationsCenter/components/DrawerHeader.d.ts.map +1 -1
- package/react/components/notifications/components/notificationsCenter/components/DrawerHeader.js +80 -77
- package/react/components/notifications/components/notificationsCenter/components/DrawerHeader.js.map +1 -1
- package/react/components/notifications/components/notificationsCenter/components/ListView.d.ts +14 -14
- package/react/components/notifications/components/notificationsCenter/components/ListView.d.ts.map +1 -1
- package/react/components/notifications/components/notificationsCenter/components/ListView.js +150 -150
- package/react/components/notifications/components/notificationsCenter/components/ListView.js.map +1 -1
- package/react/components/notifications/components/notificationsCenter/components/NotificationCenterMainView.d.ts +18 -18
- package/react/components/notifications/components/notificationsCenter/components/NotificationCenterMainView.d.ts.map +1 -1
- package/react/components/notifications/components/notificationsCenter/components/NotificationCenterMainView.js +68 -68
- package/react/components/notifications/components/notificationsCenter/components/NotificationCenterMainView.js.map +1 -1
- package/react/components/notifications/components/notificationsCenter/components/NotificationDetailsView.d.ts +6 -6
- package/react/components/notifications/components/notificationsCenter/components/NotificationDetailsView.d.ts.map +1 -1
- package/react/components/notifications/components/notificationsCenter/components/NotificationDetailsView.js +63 -63
- package/react/components/notifications/components/notificationsCenter/components/NotificationDetailsView.js.map +1 -1
- package/react/components/notifications/components/notificationsCenter/components/NotificationsCenterWindow.d.ts +9 -9
- package/react/components/notifications/components/notificationsCenter/components/NotificationsCenterWindow.d.ts.map +1 -1
- package/react/components/notifications/components/notificationsCenter/components/NotificationsCenterWindow.js +312 -303
- package/react/components/notifications/components/notificationsCenter/components/NotificationsCenterWindow.js.map +1 -1
- package/react/components/notifications/components/notificationsToasts/NotificationsToasts.d.ts +4 -4
- package/react/components/notifications/components/notificationsToasts/NotificationsToasts.d.ts.map +1 -1
- package/react/components/notifications/components/notificationsToasts/NotificationsToasts.js +220 -220
- package/react/components/notifications/components/notificationsToasts/NotificationsToasts.js.map +1 -1
- package/react/components/notifications/components/shared/CheckButton.d.ts +5 -5
- package/react/components/notifications/components/shared/CheckButton.d.ts.map +1 -1
- package/react/components/notifications/components/shared/CheckButton.js +38 -38
- package/react/components/notifications/components/shared/CheckButton.js.map +1 -1
- package/react/components/notifications/components/shared/IconButton.d.ts +10 -10
- package/react/components/notifications/components/shared/IconButton.d.ts.map +1 -1
- package/react/components/notifications/components/shared/IconButton.js +10 -10
- package/react/components/notifications/components/shared/IconButton.js.map +1 -1
- package/react/components/notifications/components/shared/NotificationCardShell.d.ts +20 -20
- package/react/components/notifications/components/shared/NotificationCardShell.d.ts.map +1 -1
- package/react/components/notifications/components/shared/NotificationCardShell.js +92 -92
- package/react/components/notifications/components/shared/NotificationCardShell.js.map +1 -1
- package/react/components/notifications/components/shared/notificationCard/NotificationCardBodyActions.d.ts +5 -5
- package/react/components/notifications/components/shared/notificationCard/NotificationCardBodyActions.d.ts.map +1 -1
- package/react/components/notifications/components/shared/notificationCard/NotificationCardBodyActions.js +31 -31
- package/react/components/notifications/components/shared/notificationCard/NotificationCardBodyActions.js.map +1 -1
- package/react/components/notifications/components/shared/notificationCard/NotificationCardBodyContentLogo.d.ts +4 -4
- package/react/components/notifications/components/shared/notificationCard/NotificationCardBodyContentLogo.d.ts.map +1 -1
- package/react/components/notifications/components/shared/notificationCard/NotificationCardBodyContentLogo.js +6 -6
- package/react/components/notifications/components/shared/notificationCard/NotificationCardBodyShell.d.ts +8 -8
- package/react/components/notifications/components/shared/notificationCard/NotificationCardBodyShell.d.ts.map +1 -1
- package/react/components/notifications/components/shared/notificationCard/NotificationCardBodyShell.js +12 -12
- package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderControls.d.ts +13 -13
- package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderControls.d.ts.map +1 -1
- package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderControls.js +149 -149
- package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderControls.js.map +1 -1
- package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderLogo.d.ts +4 -4
- package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderLogo.d.ts.map +1 -1
- package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderLogo.js +7 -7
- package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderShell.d.ts +10 -10
- package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderShell.d.ts.map +1 -1
- package/react/components/notifications/components/shared/notificationCard/NotificationCardHeaderShell.js +18 -18
- package/react/components/notifications/constants.d.ts +9 -9
- package/react/components/notifications/constants.js +11 -11
- package/react/components/notifications/css/notification-card.css +1 -1
- package/react/components/notifications/icons/EnvelopeClose.d.ts +2 -2
- package/react/components/notifications/icons/EnvelopeClose.d.ts.map +1 -1
- package/react/components/notifications/icons/EnvelopeClose.js +11 -11
- package/react/components/notifications/icons/EnvelopeOpen.d.ts +2 -2
- package/react/components/notifications/icons/EnvelopeOpen.d.ts.map +1 -1
- package/react/components/notifications/icons/EnvelopeOpen.js +10 -10
- package/react/components/notifications/icons/SnoozeIcon.d.ts +2 -2
- package/react/components/notifications/icons/SnoozeIcon.d.ts.map +1 -1
- package/react/components/notifications/icons/SnoozeIcon.js +12 -12
- package/react/components/notifications/index.d.ts +8 -8
- package/react/components/notifications/index.js +8 -8
- package/react/components/notifications/notificationsContext.d.ts +6 -7
- package/react/components/notifications/notificationsContext.d.ts.map +1 -1
- package/react/components/notifications/notificationsContext.js +6 -6
- package/react/components/notifications/types.d.ts +90 -90
- package/react/components/notifications/types.d.ts.map +1 -1
- package/react/components/notifications/types.js +1 -1
- package/react/components/notifications/utils.d.ts +12 -12
- package/react/components/notifications/utils.js +70 -70
- package/react/components/notifications/utils.js.map +1 -1
- package/react/components/processMonitor/ProcessMonitor.d.ts +6 -6
- package/react/components/processMonitor/ProcessMonitor.d.ts.map +1 -1
- package/react/components/processMonitor/ProcessMonitor.js +64 -64
- package/react/components/processMonitor/ProcessMonitor.js.map +1 -1
- package/react/components/processMonitor/ProcessMonitorTypes.d.ts +22 -22
- package/react/components/processMonitor/ProcessMonitorTypes.d.ts.map +1 -1
- package/react/components/processMonitor/ProcessMonitorTypes.js +1 -1
- package/react/components/processMonitor/components/ChildWindow.d.ts +11 -11
- package/react/components/processMonitor/components/ChildWindow.d.ts.map +1 -1
- package/react/components/processMonitor/components/ChildWindow.js +32 -32
- package/react/components/processMonitor/components/ChildWindow.js.map +1 -1
- package/react/components/processMonitor/components/ListHeader.d.ts +8 -8
- package/react/components/processMonitor/components/ListHeader.d.ts.map +1 -1
- package/react/components/processMonitor/components/ListHeader.js +50 -50
- package/react/components/processMonitor/components/ListHeader.js.map +1 -1
- package/react/components/processMonitor/components/Process.d.ts +9 -9
- package/react/components/processMonitor/components/Process.d.ts.map +1 -1
- package/react/components/processMonitor/components/Process.js +10 -10
- package/react/components/processMonitor/components/ProcessStatistics.d.ts +10 -10
- package/react/components/processMonitor/components/ProcessStatistics.d.ts.map +1 -1
- package/react/components/processMonitor/components/ProcessStatistics.js +64 -64
- package/react/components/processMonitor/components/ProcessStatistics.js.map +1 -1
- package/react/components/processMonitor/constants.d.ts +8 -8
- package/react/components/processMonitor/constants.js +23 -23
- package/react/components/processMonitor/helpers.d.ts +17 -17
- package/react/components/processMonitor/helpers.js +48 -48
- package/react/components/processMonitor/helpers.js.map +1 -1
- package/react/components/processMonitor/index.d.ts +1 -1
- package/react/components/processMonitor/index.js +1 -1
- package/react/components/processMonitor/stores/ProcessMonitorStore.d.ts +58 -58
- package/react/components/processMonitor/stores/ProcessMonitorStore.d.ts.map +1 -1
- package/react/components/processMonitor/stores/ProcessMonitorStore.js +264 -264
- package/react/components/processMonitor/stores/ProcessMonitorStore.js.map +1 -1
- package/react/components/quickComponentForm/QuickComponentForm.d.ts +7 -7
- package/react/components/quickComponentForm/QuickComponentForm.d.ts.map +1 -1
- package/react/components/quickComponentForm/QuickComponentForm.js +123 -123
- package/react/components/quickComponentForm/QuickComponentForm.js.map +1 -1
- package/react/components/quickComponentForm/index.d.ts +1 -1
- package/react/components/quickComponentForm/index.js +1 -1
- package/react/components/search/Highlight.d.ts +12 -12
- package/react/components/search/Highlight.d.ts.map +1 -1
- package/react/components/search/Highlight.js +41 -41
- package/react/components/search/Highlight.js.map +1 -1
- package/react/components/search/Search.d.ts +5 -5
- package/react/components/search/Search.d.ts.map +1 -1
- package/react/components/search/Search.js +19 -27
- package/react/components/search/Search.js.map +1 -1
- package/react/components/search/SearchBestMatch.d.ts +6 -6
- package/react/components/search/SearchBestMatch.d.ts.map +1 -1
- package/react/components/search/SearchBestMatch.js +38 -38
- package/react/components/search/SearchBestMatch.js.map +1 -1
- package/react/components/search/SearchInput.d.ts +6 -6
- package/react/components/search/SearchInput.d.ts.map +1 -1
- package/react/components/search/SearchInput.js +26 -26
- package/react/components/search/SearchInput.js.map +1 -1
- package/react/components/search/SearchProviderResults.d.ts +5 -5
- package/react/components/search/SearchProviderResults.d.ts.map +1 -1
- package/react/components/search/SearchProviderResults.js +26 -26
- package/react/components/search/SearchResult.d.ts +12 -12
- package/react/components/search/SearchResult.d.ts.map +1 -1
- package/react/components/search/SearchResult.js +52 -47
- package/react/components/search/SearchResult.js.map +1 -1
- package/react/components/search/SearchResults.d.ts +3 -3
- package/react/components/search/SearchResults.d.ts.map +1 -1
- package/react/components/search/SearchResults.js +21 -21
- package/react/components/search/SearchResults.js.map +1 -1
- package/react/components/search/index.d.ts +1 -1
- package/react/components/search/index.js +1 -1
- package/react/components/shared/BellIcon.d.ts +3 -3
- package/react/components/shared/BellIcon.d.ts.map +1 -1
- package/react/components/shared/BellIcon.js +7 -7
- package/react/components/shared/BellIconCrossed.d.ts +3 -3
- package/react/components/shared/BellIconCrossed.d.ts.map +1 -1
- package/react/components/shared/BellIconCrossed.js +9 -9
- package/react/components/shared/Button.d.ts +9 -9
- package/react/components/shared/Button.d.ts.map +1 -1
- package/react/components/shared/Button.js +5 -5
- package/react/components/shared/ConditionalWrapper.d.ts +8 -8
- package/react/components/shared/ConditionalWrapper.d.ts.map +1 -1
- package/react/components/shared/ConditionalWrapper.js +5 -5
- package/react/components/shared/DefaultDropdownButton.d.ts +18 -18
- package/react/components/shared/DefaultDropdownButton.d.ts.map +1 -1
- package/react/components/shared/DefaultDropdownButton.js +117 -117
- package/react/components/shared/DefaultDropdownButton.js.map +1 -1
- package/react/components/shared/Tag.d.ts +16 -8
- package/react/components/shared/Tag.d.ts.map +1 -1
- package/react/components/shared/Tag.js +22 -22
- package/react/components/shared/TagsMenu.d.ts +36 -36
- package/react/components/shared/TagsMenu.js +77 -77
- package/react/components/shared/TagsMenu.js.map +1 -1
- package/react/components/shared/addProtocolToValidURL.d.ts +7 -7
- package/react/components/shared/addProtocolToValidURL.js +11 -11
- package/react/components/shared/openQuitConfirmationDialog.d.ts +1 -1
- package/react/components/shared/openQuitConfirmationDialog.d.ts.map +1 -1
- package/react/components/shared/openQuitConfirmationDialog.js +73 -71
- package/react/components/shared/openQuitConfirmationDialog.js.map +1 -1
- package/react/components/shared/validateURL.d.ts +19 -19
- package/react/components/shared/validateURL.js +29 -29
- package/react/components/singleInputDialog/SingleInputDialog.d.ts +12 -8
- package/react/components/singleInputDialog/SingleInputDialog.d.ts.map +1 -1
- package/react/components/singleInputDialog/SingleInputDialog.js +112 -112
- package/react/components/singleInputDialog/SingleInputDialog.js.map +1 -1
- package/react/components/singleInputDialog/index.d.ts +1 -1
- package/react/components/singleInputDialog/index.js +1 -1
- package/react/components/system/System.d.ts +34 -34
- package/react/components/system/System.d.ts.map +1 -1
- package/react/components/system/System.js +92 -93
- package/react/components/system/System.js.map +1 -1
- package/react/components/system/SystemTrayComponentShell.d.ts +14 -14
- package/react/components/system/SystemTrayComponentShell.d.ts.map +1 -1
- package/react/components/system/SystemTrayComponentShell.js +47 -45
- package/react/components/system/SystemTrayComponentShell.js.map +1 -1
- package/react/components/system/index.d.ts +2 -2
- package/react/components/system/index.js +2 -2
- package/react/components/toolbar/AlwaysOnTop.d.ts +10 -10
- package/react/components/toolbar/AlwaysOnTop.d.ts.map +1 -1
- package/react/components/toolbar/AlwaysOnTop.js +95 -78
- package/react/components/toolbar/AlwaysOnTop.js.map +1 -1
- package/react/components/toolbar/AutoArrange.d.ts +12 -12
- package/react/components/toolbar/AutoArrange.d.ts.map +1 -1
- package/react/components/toolbar/AutoArrange.js +36 -36
- package/react/components/toolbar/AutoArrange.js.map +1 -1
- package/react/components/toolbar/DownloadButton.d.ts +10 -10
- package/react/components/toolbar/DownloadButton.d.ts.map +1 -1
- package/react/components/toolbar/DownloadButton.js +43 -46
- package/react/components/toolbar/DownloadButton.js.map +1 -1
- package/react/components/toolbar/DragHandle.d.ts +11 -11
- package/react/components/toolbar/DragHandle.d.ts.map +1 -1
- package/react/components/toolbar/DragHandle.js +49 -49
- package/react/components/toolbar/MinimizeAll.d.ts +11 -11
- package/react/components/toolbar/MinimizeAll.d.ts.map +1 -1
- package/react/components/toolbar/MinimizeAll.js +24 -24
- package/react/components/toolbar/MinimizeAll.js.map +1 -1
- package/react/components/toolbar/NotificationControl.d.ts +12 -12
- package/react/components/toolbar/NotificationControl.d.ts.map +1 -1
- package/react/components/toolbar/NotificationControl.js +85 -79
- package/react/components/toolbar/NotificationControl.js.map +1 -1
- package/react/components/toolbar/RevealAll.d.ts +11 -11
- package/react/components/toolbar/RevealAll.d.ts.map +1 -1
- package/react/components/toolbar/RevealAll.js +26 -26
- package/react/components/toolbar/RevealAll.js.map +1 -1
- package/react/components/toolbar/SddButton.d.ts +6 -6
- package/react/components/toolbar/SddButton.d.ts.map +1 -1
- package/react/components/toolbar/SddButton.js +27 -27
- package/react/components/toolbar/SddButton.js.map +1 -1
- package/react/components/toolbar/ToolbarIcon.d.ts +6 -6
- package/react/components/toolbar/ToolbarIcon.d.ts.map +1 -1
- package/react/components/toolbar/ToolbarIcon.js +29 -41
- package/react/components/toolbar/ToolbarIcon.js.map +1 -1
- package/react/components/toolbar/ToolbarSection.d.ts +16 -16
- package/react/components/toolbar/ToolbarSection.d.ts.map +1 -1
- package/react/components/toolbar/ToolbarSection.js +41 -41
- package/react/components/toolbar/ToolbarSection.js.map +1 -1
- package/react/components/toolbar/ToolbarShell.d.ts +20 -20
- package/react/components/toolbar/ToolbarShell.d.ts.map +1 -1
- package/react/components/toolbar/ToolbarShell.js +35 -35
- package/react/components/toolbar/ToolbarShell.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/AdvancedAppLauncherMenu.d.ts +10 -10
- package/react/components/toolbar/advancedAppLauncher/AdvancedAppLauncherMenu.d.ts.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/AdvancedAppLauncherMenu.js +26 -33
- package/react/components/toolbar/advancedAppLauncher/AdvancedAppLauncherMenu.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/AdvancedAppLauncher.d.ts +43 -42
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/AdvancedAppLauncher.d.ts.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/AdvancedAppLauncher.js +97 -89
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/AdvancedAppLauncher.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/AddNewAppForm.d.ts +93 -93
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/AddNewAppForm.js +334 -333
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/AddNewAppForm.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/AddNewFolder.d.ts +10 -10
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/AddNewFolder.js +15 -15
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/AppActionsMenu.d.ts +56 -56
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/AppActionsMenu.js +175 -175
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/AppActionsMenu.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/AppDefinition.d.ts +33 -33
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/AppDefinition.d.ts.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/AppDefinition.js +53 -53
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/AppDefinition.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/AppTagsList.d.ts +16 -16
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/AppTagsList.js +43 -43
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/AppTagsList.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/Content.d.ts +38 -38
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/Content.d.ts.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/Content.js +172 -171
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/Content.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/FilterSort.d.ts +20 -20
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/FilterSort.js +52 -52
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/FilterSort.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/FoldersList.d.ts +59 -59
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/FoldersList.d.ts.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/FoldersList.js +308 -295
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/FoldersList.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/LeftNavBottomLinks.d.ts +25 -25
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/LeftNavBottomLinks.js +103 -103
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/LeftNavBottomLinks.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/NoAppsFound.d.ts +11 -11
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/NoAppsFound.js +9 -9
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/SearchBox.d.ts +18 -18
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/SearchBox.js +51 -51
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/SortBy.d.ts +13 -13
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/SortBy.js +34 -34
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/TagsList.d.ts +19 -19
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/TagsList.js +38 -38
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/ToggleFavoriteDropdown.d.ts +8 -8
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/ToggleFavoriteDropdown.d.ts.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/ToggleFavoriteDropdown.js +26 -26
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/components/ToggleFavoriteDropdown.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/modules/AppDirectory.d.ts +8 -8
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/modules/AppDirectory.js +10 -10
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/modules/FDC3.d.ts +55 -55
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/modules/FDC3.d.ts.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/modules/FDC3.js +145 -145
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/modules/FDC3.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/stores/LauncherStore.d.ts +5 -5
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/stores/LauncherStore.js +21 -21
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/stores/LauncherStore.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/stores/StoreActions.d.ts +96 -96
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/stores/StoreActions.d.ts.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/stores/StoreActions.js +548 -546
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/stores/StoreActions.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/utils/sort-functions.d.ts +18 -18
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/utils/sort-functions.js +55 -55
- package/react/components/toolbar/advancedAppLauncher/finsembleAdvancedAppLauncher/utils/sort-functions.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/AdvancedAppLauncher.d.ts +16 -16
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/AdvancedAppLauncher.d.ts.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/AdvancedAppLauncher.js +279 -240
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/AdvancedAppLauncher.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/AddNewAppForm.d.ts +96 -96
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/AddNewAppForm.js +329 -328
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/AddNewAppForm.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/AppDefinition.d.ts +40 -40
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/AppDefinition.d.ts.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/AppDefinition.js +61 -61
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/AppDefinition.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/AppTagsList.d.ts +17 -17
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/AppTagsList.js +42 -42
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/AppTagsList.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/Content.d.ts +18 -18
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/Content.d.ts.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/Content.js +114 -114
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/Content.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/FoldersList.d.ts +62 -62
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/FoldersList.js +260 -271
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/FoldersList.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/LeftNavBottomLinks.d.ts +9 -9
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/LeftNavBottomLinks.d.ts.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/LeftNavBottomLinks.js +36 -37
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/LeftNavBottomLinks.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/NoAppsFound.d.ts +11 -11
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/NoAppsFound.js +9 -9
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/SearchBox.d.ts +12 -12
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/SearchBox.js +23 -23
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/SortBy.d.ts +12 -12
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/SortBy.js +16 -16
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/SortBy.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/TagsList.d.ts +11 -11
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/TagsList.js +15 -15
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/constants.d.ts +4 -4
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/constants.js +4 -4
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/initializeStore.d.ts +26 -26
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/initializeStore.d.ts.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/initializeStore.js +44 -42
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/initializeStore.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/types.d.ts +19 -19
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/types.d.ts.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/types.js +1 -1
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/utils/sort-functions.d.ts +16 -16
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/utils/sort-functions.js +46 -46
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/utils/sort-functions.js.map +1 -1
- package/react/components/toolbar/appLauncher/AppLauncherMenu.d.ts +28 -28
- package/react/components/toolbar/appLauncher/AppLauncherMenu.d.ts.map +1 -1
- package/react/components/toolbar/appLauncher/AppLauncherMenu.js +48 -48
- package/react/components/toolbar/appLauncher/AppLauncherMenu.js.map +1 -1
- package/react/components/toolbar/appLauncher/StaticAppLauncherMenu.d.ts +29 -29
- package/react/components/toolbar/appLauncher/StaticAppLauncherMenu.d.ts.map +1 -1
- package/react/components/toolbar/appLauncher/StaticAppLauncherMenu.js +54 -48
- package/react/components/toolbar/appLauncher/StaticAppLauncherMenu.js.map +1 -1
- package/react/components/toolbar/appLauncher/appLauncher.css +0 -6
- package/react/components/toolbar/appLauncher/components/componentList.d.ts +14 -7
- package/react/components/toolbar/appLauncher/components/componentList.d.ts.map +1 -1
- package/react/components/toolbar/appLauncher/components/componentList.js +133 -133
- package/react/components/toolbar/appLauncher/components/componentList.js.map +1 -1
- package/react/components/toolbar/appLauncher/stores/appLauncherStore.d.ts +44 -44
- package/react/components/toolbar/appLauncher/stores/appLauncherStore.d.ts.map +1 -1
- package/react/components/toolbar/appLauncher/stores/appLauncherStore.js +274 -259
- package/react/components/toolbar/appLauncher/stores/appLauncherStore.js.map +1 -1
- package/react/components/toolbar/bloomberg/BloombergStatus.d.ts +4 -4
- package/react/components/toolbar/bloomberg/BloombergStatus.d.ts.map +1 -1
- package/react/components/toolbar/bloomberg/BloombergStatus.js +109 -109
- package/react/components/toolbar/bloomberg/BloombergStatus.js.map +1 -1
- package/react/components/toolbar/dashbar/Dashbar.d.ts +4 -4
- package/react/components/toolbar/dashbar/Dashbar.d.ts.map +1 -1
- package/react/components/toolbar/dashbar/Dashbar.js +441 -449
- package/react/components/toolbar/dashbar/Dashbar.js.map +1 -1
- package/react/components/toolbar/dashbar/DashbarItem.d.ts +17 -17
- package/react/components/toolbar/dashbar/DashbarItem.d.ts.map +1 -1
- package/react/components/toolbar/dashbar/DashbarItem.js +58 -58
- package/react/components/toolbar/dashbar/DashbarItem.js.map +1 -1
- package/react/components/toolbar/index.d.ts +18 -18
- package/react/components/toolbar/index.js +18 -18
- package/react/components/toolbar/workspaceManagementMenu/WorkspaceManagementMenu.d.ts +21 -21
- package/react/components/toolbar/workspaceManagementMenu/WorkspaceManagementMenu.d.ts.map +1 -1
- package/react/components/toolbar/workspaceManagementMenu/WorkspaceManagementMenu.js +62 -56
- package/react/components/toolbar/workspaceManagementMenu/WorkspaceManagementMenu.js.map +1 -1
- package/react/components/toolbar/workspaceManagementMenu/components/Workspace.d.ts +23 -23
- package/react/components/toolbar/workspaceManagementMenu/components/Workspace.d.ts.map +1 -1
- package/react/components/toolbar/workspaceManagementMenu/components/Workspace.js +76 -76
- package/react/components/toolbar/workspaceManagementMenu/components/Workspace.js.map +1 -1
- package/react/components/toolbar/workspaceManagementMenu/components/WorkspaceActions.d.ts +8 -3
- package/react/components/toolbar/workspaceManagementMenu/components/WorkspaceActions.d.ts.map +1 -1
- package/react/components/toolbar/workspaceManagementMenu/components/WorkspaceActions.js +50 -50
- package/react/components/toolbar/workspaceManagementMenu/components/WorkspaceList.d.ts +14 -9
- package/react/components/toolbar/workspaceManagementMenu/components/WorkspaceList.d.ts.map +1 -1
- package/react/components/toolbar/workspaceManagementMenu/components/WorkspaceList.js +24 -24
- package/react/components/toolbar/workspaceManagementMenu/stores/workspaceManagementMenuStore.d.ts +136 -136
- package/react/components/toolbar/workspaceManagementMenu/stores/workspaceManagementMenuStore.d.ts.map +1 -1
- package/react/components/toolbar/workspaceManagementMenu/stores/workspaceManagementMenuStore.js +684 -684
- package/react/components/toolbar/workspaceManagementMenu/stores/workspaceManagementMenuStore.js.map +1 -1
- package/react/components/userPreferences/NotificationsPreferencesContext.d.ts +14 -15
- package/react/components/userPreferences/NotificationsPreferencesContext.d.ts.map +1 -1
- package/react/components/userPreferences/NotificationsPreferencesContext.js +6 -6
- package/react/components/userPreferences/UserPreferenceTypes.d.ts +9 -9
- package/react/components/userPreferences/UserPreferenceTypes.d.ts.map +1 -1
- package/react/components/userPreferences/UserPreferenceTypes.js +1 -1
- package/react/components/userPreferences/UserPreferences.d.ts +20 -16
- package/react/components/userPreferences/UserPreferences.d.ts.map +1 -1
- package/react/components/userPreferences/UserPreferences.js +27 -24
- package/react/components/userPreferences/UserPreferences.js.map +1 -1
- package/react/components/userPreferences/UserPreferencesBase.d.ts +3 -11
- package/react/components/userPreferences/UserPreferencesBase.d.ts.map +1 -1
- package/react/components/userPreferences/UserPreferencesBase.js +101 -101
- package/react/components/userPreferences/UserPreferencesBase.js.map +1 -1
- package/react/components/userPreferences/UserPreferencesWrapper.d.ts +4 -4
- package/react/components/userPreferences/UserPreferencesWrapper.d.ts.map +1 -1
- package/react/components/userPreferences/UserPreferencesWrapper.js +32 -28
- package/react/components/userPreferences/UserPreferencesWrapper.js.map +1 -1
- package/react/components/userPreferences/components/ContentSection.d.ts +23 -12
- package/react/components/userPreferences/components/ContentSection.d.ts.map +1 -1
- package/react/components/userPreferences/components/ContentSection.js +21 -21
- package/react/components/userPreferences/components/ContentSection.js.map +1 -1
- package/react/components/userPreferences/components/LeftNav.d.ts +14 -14
- package/react/components/userPreferences/components/LeftNav.d.ts.map +1 -1
- package/react/components/userPreferences/components/LeftNav.js +31 -31
- package/react/components/userPreferences/components/LeftNav.js.map +1 -1
- package/react/components/userPreferences/components/content/BloombergPreferences.d.ts +3 -3
- package/react/components/userPreferences/components/content/BloombergPreferences.d.ts.map +1 -1
- package/react/components/userPreferences/components/content/BloombergPreferences.js +58 -58
- package/react/components/userPreferences/components/content/BloombergPreferences.js.map +1 -1
- package/react/components/userPreferences/components/content/DashbarEditor.d.ts +8 -8
- package/react/components/userPreferences/components/content/DashbarEditor.d.ts.map +1 -1
- package/react/components/userPreferences/components/content/DashbarEditor.js +129 -129
- package/react/components/userPreferences/components/content/DashbarEditor.js.map +1 -1
- package/react/components/userPreferences/components/content/DashbarEditorItem.d.ts +10 -10
- package/react/components/userPreferences/components/content/DashbarEditorItem.d.ts.map +1 -1
- package/react/components/userPreferences/components/content/DashbarEditorItem.js +10 -10
- package/react/components/userPreferences/components/content/General.d.ts +3 -4
- package/react/components/userPreferences/components/content/General.d.ts.map +1 -1
- package/react/components/userPreferences/components/content/General.js +48 -29
- package/react/components/userPreferences/components/content/General.js.map +1 -1
- package/react/components/userPreferences/components/content/Notifications.d.ts +11 -11
- package/react/components/userPreferences/components/content/Notifications.d.ts.map +1 -1
- package/react/components/userPreferences/components/content/Notifications.js +39 -35
- package/react/components/userPreferences/components/content/Notifications.js.map +1 -1
- package/react/components/userPreferences/components/content/Workspaces.d.ts +88 -88
- package/react/components/userPreferences/components/content/Workspaces.d.ts.map +1 -1
- package/react/components/userPreferences/components/content/Workspaces.js +546 -529
- package/react/components/userPreferences/components/content/Workspaces.js.map +1 -1
- package/react/components/userPreferences/components/content/notificationViews/NotificationsPreferencesHome.d.ts +3 -3
- package/react/components/userPreferences/components/content/notificationViews/NotificationsPreferencesHome.d.ts.map +1 -1
- package/react/components/userPreferences/components/content/notificationViews/NotificationsPreferencesHome.js +220 -211
- package/react/components/userPreferences/components/content/notificationViews/NotificationsPreferencesHome.js.map +1 -1
- package/react/components/userPreferences/components/content/notificationViews/NotificationsSourceTypes.d.ts +3 -3
- package/react/components/userPreferences/components/content/notificationViews/NotificationsSourceTypes.d.ts.map +1 -1
- package/react/components/userPreferences/components/content/notificationViews/NotificationsSourceTypes.js +134 -134
- package/react/components/userPreferences/components/content/notificationViews/NotificationsSourceTypes.js.map +1 -1
- package/react/components/userPreferences/components/content/notificationViews/NotificationsSourcesPreferences.d.ts +3 -3
- package/react/components/userPreferences/components/content/notificationViews/NotificationsSourcesPreferences.d.ts.map +1 -1
- package/react/components/userPreferences/components/content/notificationViews/NotificationsSourcesPreferences.js +79 -79
- package/react/components/userPreferences/components/content/notificationViews/NotificationsSourcesPreferences.js.map +1 -1
- package/react/components/userPreferences/components/content/notificationViews/notificationViewsUtils.d.ts +4 -4
- package/react/components/userPreferences/components/content/notificationViews/notificationViewsUtils.d.ts.map +1 -1
- package/react/components/userPreferences/components/content/notificationViews/notificationViewsUtils.js +39 -39
- package/react/components/userPreferences/components/content/notificationViews/notificationViewsUtils.js.map +1 -1
- package/react/components/userPreferences/components/general/DownloadPreferences.d.ts +9 -9
- package/react/components/userPreferences/components/general/DownloadPreferences.d.ts.map +1 -1
- package/react/components/userPreferences/components/general/DownloadPreferences.js +119 -111
- package/react/components/userPreferences/components/general/DownloadPreferences.js.map +1 -1
- package/react/components/userPreferences/components/general/ResetPreferences.d.ts +3 -4
- package/react/components/userPreferences/components/general/ResetPreferences.d.ts.map +1 -1
- package/react/components/userPreferences/components/general/ResetPreferences.js +42 -36
- package/react/components/userPreferences/components/general/ResetPreferences.js.map +1 -1
- package/react/components/userPreferences/components/general/ScheduledClose.d.ts +10 -10
- package/react/components/userPreferences/components/general/ScheduledClose.d.ts.map +1 -1
- package/react/components/userPreferences/components/general/ScheduledClose.js +133 -76
- package/react/components/userPreferences/components/general/ScheduledClose.js.map +1 -1
- package/react/components/userPreferences/components/workspaces/WorkspaceButton.d.ts +8 -8
- package/react/components/userPreferences/components/workspaces/WorkspaceButton.d.ts.map +1 -1
- package/react/components/userPreferences/components/workspaces/WorkspaceButton.js +8 -8
- package/react/components/userPreferences/components/workspaces/WorkspaceButton.js.map +1 -1
- package/react/components/userPreferences/components/workspaces/WorkspaceComponents.d.ts +6 -6
- package/react/components/userPreferences/components/workspaces/WorkspaceComponents.d.ts.map +1 -1
- package/react/components/userPreferences/components/workspaces/WorkspaceComponents.js +10 -10
- package/react/components/userPreferences/components/workspaces/WorkspaceItem.d.ts +36 -35
- package/react/components/userPreferences/components/workspaces/WorkspaceItem.d.ts.map +1 -1
- package/react/components/userPreferences/components/workspaces/WorkspaceItem.js +85 -86
- package/react/components/userPreferences/components/workspaces/WorkspaceItem.js.map +1 -1
- package/react/components/userPreferences/components/workspaces/WorkspaceItemList.d.ts +8 -8
- package/react/components/userPreferences/components/workspaces/WorkspaceItemList.d.ts.map +1 -1
- package/react/components/userPreferences/components/workspaces/WorkspaceItemList.js +6 -20
- package/react/components/userPreferences/components/workspaces/WorkspaceItemList.js.map +1 -1
- package/react/components/userPreferences/index.d.ts +6 -6
- package/react/components/userPreferences/index.js +6 -6
- package/react/components/userPreferences/stores/UserPreferencesStore.d.ts +39 -39
- package/react/components/userPreferences/stores/UserPreferencesStore.js +140 -140
- package/react/components/userPreferences/stores/UserPreferencesStore.js.map +1 -1
- package/react/components/utils.d.ts +49 -49
- package/react/components/utils.d.ts.map +1 -1
- package/react/components/utils.js +59 -59
- package/react/components/utils.js.map +1 -1
- package/react/components/windowTitleBar/AlwaysOnTopButton.d.ts +8 -8
- package/react/components/windowTitleBar/AlwaysOnTopButton.d.ts.map +1 -1
- package/react/components/windowTitleBar/AlwaysOnTopButton.js +28 -28
- package/react/components/windowTitleBar/CloneButton.d.ts +2 -2
- package/react/components/windowTitleBar/CloneButton.d.ts.map +1 -1
- package/react/components/windowTitleBar/CloneButton.js +22 -22
- package/react/components/windowTitleBar/CloneButton.js.map +1 -1
- package/react/components/windowTitleBar/CloseButton.d.ts +2 -2
- package/react/components/windowTitleBar/CloseButton.d.ts.map +1 -1
- package/react/components/windowTitleBar/CloseButton.js +21 -21
- package/react/components/windowTitleBar/CloseButton.js.map +1 -1
- package/react/components/windowTitleBar/GroupingButton.d.ts +2 -2
- package/react/components/windowTitleBar/GroupingButton.d.ts.map +1 -1
- package/react/components/windowTitleBar/GroupingButton.js +24 -24
- package/react/components/windowTitleBar/LinkerButton.d.ts +10 -6
- package/react/components/windowTitleBar/LinkerButton.d.ts.map +1 -1
- package/react/components/windowTitleBar/LinkerButton.js +116 -116
- package/react/components/windowTitleBar/LinkerButton.js.map +1 -1
- package/react/components/windowTitleBar/LinkerButtonDeprecated.d.ts +10 -6
- package/react/components/windowTitleBar/LinkerButtonDeprecated.d.ts.map +1 -1
- package/react/components/windowTitleBar/LinkerButtonDeprecated.js +62 -62
- package/react/components/windowTitleBar/LinkerButtonDeprecated.js.map +1 -1
- package/react/components/windowTitleBar/LinkerGroups.d.ts +6 -2
- package/react/components/windowTitleBar/LinkerGroups.d.ts.map +1 -1
- package/react/components/windowTitleBar/LinkerGroups.js +20 -20
- package/react/components/windowTitleBar/LinkerGroupsDeprecated.d.ts +6 -2
- package/react/components/windowTitleBar/LinkerGroupsDeprecated.d.ts.map +1 -1
- package/react/components/windowTitleBar/LinkerGroupsDeprecated.js +34 -34
- package/react/components/windowTitleBar/LinkerGroupsDeprecated.js.map +1 -1
- package/react/components/windowTitleBar/MaximizeButton.d.ts +2 -2
- package/react/components/windowTitleBar/MaximizeButton.d.ts.map +1 -1
- package/react/components/windowTitleBar/MaximizeButton.js +17 -17
- package/react/components/windowTitleBar/MinimizeButton.d.ts +2 -2
- package/react/components/windowTitleBar/MinimizeButton.d.ts.map +1 -1
- package/react/components/windowTitleBar/MinimizeButton.js +20 -20
- package/react/components/windowTitleBar/ShareButton.d.ts +2 -2
- package/react/components/windowTitleBar/ShareButton.d.ts.map +1 -1
- package/react/components/windowTitleBar/ShareButton.js +23 -23
- package/react/components/windowTitleBar/TabRegion.d.ts +30 -30
- package/react/components/windowTitleBar/TabRegion.d.ts.map +1 -1
- package/react/components/windowTitleBar/TabRegion.js +502 -490
- package/react/components/windowTitleBar/TabRegion.js.map +1 -1
- package/react/components/windowTitleBar/TabTitle.d.ts +7 -7
- package/react/components/windowTitleBar/TabTitle.d.ts.map +1 -1
- package/react/components/windowTitleBar/TabTitle.js +16 -16
- package/react/components/windowTitleBar/TabTitle.js.map +1 -1
- package/react/components/windowTitleBar/TitleEdit.d.ts +9 -9
- package/react/components/windowTitleBar/TitleEdit.d.ts.map +1 -1
- package/react/components/windowTitleBar/TitleEdit.js +30 -29
- package/react/components/windowTitleBar/TitleEdit.js.map +1 -1
- package/react/components/windowTitleBar/WindowTitleBarContext.d.ts +10 -11
- package/react/components/windowTitleBar/WindowTitleBarContext.d.ts.map +1 -1
- package/react/components/windowTitleBar/WindowTitleBarContext.js +2 -2
- package/react/components/windowTitleBar/WindowTitleBarShell.d.ts +16 -16
- package/react/components/windowTitleBar/WindowTitleBarShell.d.ts.map +1 -1
- package/react/components/windowTitleBar/WindowTitleBarShell.js +46 -45
- package/react/components/windowTitleBar/WindowTitleBarShell.js.map +1 -1
- package/react/components/windowTitleBar/getOrCreateWindowTitleBarContainer.d.ts +9 -9
- package/react/components/windowTitleBar/getOrCreateWindowTitleBarContainer.js +22 -22
- package/react/components/windowTitleBar/index.d.ts +12 -12
- package/react/components/windowTitleBar/index.js +12 -12
- package/react/components/windowTitleBar/useKeyboardNavigation.d.ts +6 -6
- package/react/components/windowTitleBar/useKeyboardNavigation.js +56 -56
- package/react/components/windowTitleBar/useKeyboardNavigation.js.map +1 -1
- package/react/components/windowTitleBar/useMaximize.d.ts +4 -4
- package/react/components/windowTitleBar/useMaximize.js +22 -22
- package/react/components/yesNoDialog/YesNoDialog.d.ts +11 -7
- package/react/components/yesNoDialog/YesNoDialog.d.ts.map +1 -1
- package/react/components/yesNoDialog/YesNoDialog.js +154 -154
- package/react/components/yesNoDialog/YesNoDialog.js.map +1 -1
- package/react/components/yesNoDialog/index.d.ts +1 -1
- package/react/components/yesNoDialog/index.js +1 -1
- package/react/components/yesNoDialog/timer.d.ts +15 -16
- package/react/components/yesNoDialog/timer.d.ts.map +1 -1
- package/react/components/yesNoDialog/timer.js +32 -32
- package/react/components/yesNoDialog/timer.js.map +1 -1
- package/react/hooks/index.d.ts +4 -4
- package/react/hooks/index.js +4 -4
- package/react/hooks/useAuth.d.ts +10 -10
- package/react/hooks/useAuth.d.ts.map +1 -1
- package/react/hooks/useAuth.js +26 -26
- package/react/hooks/useDashbar.d.ts +8 -8
- package/react/hooks/useDashbar.d.ts.map +1 -1
- package/react/hooks/useDashbar.js +115 -115
- package/react/hooks/useDashbar.js.map +1 -1
- package/react/hooks/useDeepEffect.d.ts +5 -5
- package/react/hooks/useDeepEffect.js +33 -33
- package/react/hooks/useDeepEffect.js.map +1 -1
- package/react/hooks/useDownloadItems.d.ts +23 -23
- package/react/hooks/useDownloadItems.d.ts.map +1 -1
- package/react/hooks/useDownloadItems.js +67 -67
- package/react/hooks/useDownloadItems.js.map +1 -1
- package/react/hooks/useDragRegion.d.ts +25 -26
- package/react/hooks/useDragRegion.d.ts.map +1 -1
- package/react/hooks/useDragRegion.js +73 -73
- package/react/hooks/useDragRegion.js.map +1 -1
- package/react/hooks/useFavorites.d.ts +24 -24
- package/react/hooks/useFavorites.d.ts.map +1 -1
- package/react/hooks/useFavorites.js +23 -23
- package/react/hooks/useFavoritesShell.d.ts +14 -14
- package/react/hooks/useFavoritesShell.d.ts.map +1 -1
- package/react/hooks/useFavoritesShell.js +76 -83
- package/react/hooks/useFavoritesShell.js.map +1 -1
- package/react/hooks/useFloatingFocus.d.ts +15 -15
- package/react/hooks/useFloatingFocus.d.ts.map +1 -1
- package/react/hooks/useFloatingFocus.js +36 -35
- package/react/hooks/useFloatingFocus.js.map +1 -1
- package/react/hooks/useHotkey.d.ts +8 -8
- package/react/hooks/useHotkey.js +24 -24
- package/react/hooks/useInjectedTitleBar.d.ts +2 -2
- package/react/hooks/useInjectedTitleBar.js +436 -436
- package/react/hooks/useInjectedTitleBar.js.map +1 -1
- package/react/hooks/useLinker.d.ts +4 -4
- package/react/hooks/useLinker.js +111 -111
- package/react/hooks/useLinker.js.map +1 -1
- package/react/hooks/useMenu.d.ts +39 -39
- package/react/hooks/useMenu.d.ts.map +1 -1
- package/react/hooks/useMenu.js +51 -51
- package/react/hooks/useNotifications.d.ts +76 -76
- package/react/hooks/useNotifications.d.ts.map +1 -1
- package/react/hooks/useNotifications.js +457 -434
- package/react/hooks/useNotifications.js.map +1 -1
- package/react/hooks/useOAuth.d.ts +16 -16
- package/react/hooks/useOAuth.d.ts.map +1 -1
- package/react/hooks/useOAuth.js +115 -115
- package/react/hooks/useOAuth.js.map +1 -1
- package/react/hooks/useOutsideClickDetector.d.ts +5 -5
- package/react/hooks/useOutsideClickDetector.d.ts.map +1 -1
- package/react/hooks/useOutsideClickDetector.js +17 -17
- package/react/hooks/useOutsideClickDetector.js.map +1 -1
- package/react/hooks/usePubSub.d.ts +21 -21
- package/react/hooks/usePubSub.js +38 -38
- package/react/hooks/usePubSub.js.map +1 -1
- package/react/hooks/useSearch.d.ts +14 -14
- package/react/hooks/useSearch.d.ts.map +1 -1
- package/react/hooks/useSearch.js +76 -72
- package/react/hooks/useSearch.js.map +1 -1
- package/react/hooks/useTitle.d.ts +17 -17
- package/react/hooks/useTitle.d.ts.map +1 -1
- package/react/hooks/useTitle.js +28 -28
- package/react/hooks/useTitle.js.map +1 -1
- package/react/hooks/useToolbar.d.ts +11 -11
- package/react/hooks/useToolbar.js +162 -162
- package/react/hooks/useToolbar.js.map +1 -1
- package/react/index.d.ts +2 -2
- package/react/index.js +2 -2
- package/react/reducers/favoriteReducer.d.ts +11 -11
- package/react/reducers/favoriteReducer.d.ts.map +1 -1
- package/react/reducers/favoriteReducer.js +27 -27
- package/react/reducers/linkerReducer.d.ts +13 -13
- package/react/reducers/linkerReducer.d.ts.map +1 -1
- package/react/reducers/linkerReducer.js +43 -43
- package/react/reducers/linkerReducer.js.map +1 -1
- package/react/reducers/menuReducer.d.ts +36 -36
- package/react/reducers/menuReducer.d.ts.map +1 -1
- package/react/reducers/menuReducer.js +65 -65
- package/react/reducers/rootReducer.d.ts +239 -239
- package/react/reducers/rootReducer.d.ts.map +1 -1
- package/react/reducers/rootReducer.js +20 -20
- package/react/reducers/searchReducer.d.ts +15 -15
- package/react/reducers/searchReducer.d.ts.map +1 -1
- package/react/reducers/searchReducer.js +27 -27
- package/react/reducers/smartDesktopDesignerReducer.d.ts +5 -5
- package/react/reducers/smartDesktopDesignerReducer.js +190 -190
- package/react/reducers/smartDesktopDesignerReducer.js.map +1 -1
- package/react/reducers/toolbarReducer.d.ts +10 -10
- package/react/reducers/toolbarReducer.d.ts.map +1 -1
- package/react/reducers/toolbarReducer.js +29 -29
- package/react/reducers/workspaceReducer.d.ts +10 -10
- package/react/reducers/workspaceReducer.d.ts.map +1 -1
- package/react/reducers/workspaceReducer.js +26 -26
- package/react/reducers/workspaceReducer.js.map +1 -1
- package/react/store.d.ts +450 -450
- package/react/store.d.ts.map +1 -1
- package/react/store.js +17 -17
- package/react/types/advancedAppLauncherTypes.d.ts +44 -44
- package/react/types/advancedAppLauncherTypes.d.ts.map +1 -1
- package/react/types/advancedAppLauncherTypes.js +1 -1
- package/react/types/dashbarTypes.d.ts +44 -41
- package/react/types/dashbarTypes.d.ts.map +1 -1
- package/react/types/dashbarTypes.js +1 -1
- package/react/types/favoriteTypes.d.ts +8 -8
- package/react/types/favoriteTypes.d.ts.map +1 -1
- package/react/types/favoriteTypes.js +1 -1
- package/react/types/fdc3.d.ts +27 -29
- package/react/types/fdc3.d.ts.map +1 -1
- package/react/types/fdc3.js +6 -6
- package/react/types/hotkeyTypes.d.ts +1 -1
- package/react/types/hotkeyTypes.d.ts.map +1 -1
- package/react/types/hotkeyTypes.js +1 -1
- package/react/types/linkerTypes.d.ts +27 -27
- package/react/types/linkerTypes.d.ts.map +1 -1
- package/react/types/linkerTypes.js +2 -2
- package/react/types/smartDesktopDesignerTypes.d.ts +227 -227
- package/react/types/smartDesktopDesignerTypes.d.ts.map +1 -1
- package/react/types/smartDesktopDesignerTypes.js +19 -19
- package/react/types/workspaceTypes.d.ts +30 -30
- package/react/types/workspaceTypes.d.ts.map +1 -1
- package/react/types/workspaceTypes.js +1 -1
- package/services/index.d.ts +6 -0
- package/services/index.d.ts.map +1 -0
- package/services/index.js +6 -0
- package/services/index.js.map +1 -0
- package/services/logger/types.d.ts +2 -0
- package/services/logger/types.d.ts.map +1 -0
- package/services/logger/types.js +2 -0
- package/services/logger/types.js.map +1 -0
- package/services/search/types.d.ts +2 -0
- package/services/search/types.d.ts.map +1 -0
- package/services/search/types.js +2 -0
- package/services/search/types.js.map +1 -0
- package/services/storage/adapters/types.d.ts +2 -0
- package/services/storage/adapters/types.d.ts.map +1 -0
- package/services/storage/adapters/types.js +2 -0
- package/services/storage/adapters/types.js.map +1 -0
- package/services/window/types.d.ts +2 -0
- package/services/window/types.d.ts.map +1 -0
- package/services/window/types.js +2 -0
- package/services/window/types.js.map +1 -0
- package/services/workspace/types.d.ts +2 -0
- package/services/workspace/types.d.ts.map +1 -0
- package/services/workspace/types.js +2 -0
- package/services/workspace/types.js.map +1 -0
- package/typedoc-types.d.ts +8 -8
- package/typedoc-types.d.ts.map +1 -1
- package/typedoc-types.js +5 -5
- package/types.d.ts +15 -16
- package/types.d.ts.map +1 -1
- package/types.js +4 -7
- package/types.js.map +1 -1
- package/react/components/userPreferences/FinsembleUserPreferences.d.ts +0 -17
- package/react/components/userPreferences/FinsembleUserPreferences.d.ts.map +0 -1
- package/react/components/userPreferences/FinsembleUserPreferences.js +0 -28
- package/react/components/userPreferences/FinsembleUserPreferences.js.map +0 -1
- package/react/components/userPreferences/iocdUserPreferences.d.ts +0 -17
- package/react/components/userPreferences/iocdUserPreferences.d.ts.map +0 -1
- package/react/components/userPreferences/iocdUserPreferences.js +0 -49
- package/react/components/userPreferences/iocdUserPreferences.js.map +0 -1
- package/react/components/userPreferences/utils.d.ts +0 -3
- package/react/components/userPreferences/utils.d.ts.map +0 -1
- package/react/components/userPreferences/utils.js +0 -11
- package/react/components/userPreferences/utils.js.map +0 -1
- package/typedefs/FDC3/api/AppIdentifier.d.ts +0 -22
- package/typedefs/FDC3/api/AppIdentifier.d.ts.map +0 -1
- package/typedefs/FDC3/api/AppIdentifier.js +0 -6
- package/typedefs/FDC3/api/AppIdentifier.js.map +0 -1
- package/typedefs/FDC3/api/AppIntent.d.ts +0 -16
- package/typedefs/FDC3/api/AppIntent.d.ts.map +0 -1
- package/typedefs/FDC3/api/AppIntent.js +0 -6
- package/typedefs/FDC3/api/AppIntent.js.map +0 -1
- package/typedefs/FDC3/api/AppMetadata.d.ts +0 -41
- package/typedefs/FDC3/api/AppMetadata.d.ts.map +0 -1
- package/typedefs/FDC3/api/AppMetadata.js +0 -6
- package/typedefs/FDC3/api/AppMetadata.js.map +0 -1
- package/typedefs/FDC3/api/Channel.d.ts +0 -73
- package/typedefs/FDC3/api/Channel.d.ts.map +0 -1
- package/typedefs/FDC3/api/Channel.js +0 -6
- package/typedefs/FDC3/api/Channel.js.map +0 -1
- package/typedefs/FDC3/api/ContextMetadata.d.ts +0 -19
- package/typedefs/FDC3/api/ContextMetadata.d.ts.map +0 -1
- package/typedefs/FDC3/api/ContextMetadata.js +0 -6
- package/typedefs/FDC3/api/ContextMetadata.js.map +0 -1
- package/typedefs/FDC3/api/DesktopAgent.d.ts +0 -549
- package/typedefs/FDC3/api/DesktopAgent.d.ts.map +0 -1
- package/typedefs/FDC3/api/DesktopAgent.js +0 -6
- package/typedefs/FDC3/api/DesktopAgent.js.map +0 -1
- package/typedefs/FDC3/api/DisplayMetadata.d.ts +0 -24
- package/typedefs/FDC3/api/DisplayMetadata.d.ts.map +0 -1
- package/typedefs/FDC3/api/DisplayMetadata.js +0 -6
- package/typedefs/FDC3/api/DisplayMetadata.js.map +0 -1
- package/typedefs/FDC3/api/Errors.d.ts +0 -67
- package/typedefs/FDC3/api/Errors.d.ts.map +0 -1
- package/typedefs/FDC3/api/Errors.js +0 -72
- package/typedefs/FDC3/api/Errors.js.map +0 -1
- package/typedefs/FDC3/api/Icon.d.ts +0 -13
- package/typedefs/FDC3/api/Icon.d.ts.map +0 -1
- package/typedefs/FDC3/api/Icon.js +0 -6
- package/typedefs/FDC3/api/Icon.js.map +0 -1
- package/typedefs/FDC3/api/Image.d.ts +0 -15
- package/typedefs/FDC3/api/Image.d.ts.map +0 -1
- package/typedefs/FDC3/api/Image.js +0 -6
- package/typedefs/FDC3/api/Image.js.map +0 -1
- package/typedefs/FDC3/api/ImplementationMetadata.d.ts +0 -36
- package/typedefs/FDC3/api/ImplementationMetadata.d.ts.map +0 -1
- package/typedefs/FDC3/api/ImplementationMetadata.js +0 -6
- package/typedefs/FDC3/api/ImplementationMetadata.js.map +0 -1
- package/typedefs/FDC3/api/IntentMetadata.d.ts +0 -18
- package/typedefs/FDC3/api/IntentMetadata.d.ts.map +0 -1
- package/typedefs/FDC3/api/IntentMetadata.js +0 -6
- package/typedefs/FDC3/api/IntentMetadata.js.map +0 -1
- package/typedefs/FDC3/api/IntentResolution.d.ts +0 -68
- package/typedefs/FDC3/api/IntentResolution.d.ts.map +0 -1
- package/typedefs/FDC3/api/IntentResolution.js +0 -6
- package/typedefs/FDC3/api/IntentResolution.js.map +0 -1
- package/typedefs/FDC3/api/Listener.d.ts +0 -11
- package/typedefs/FDC3/api/Listener.d.ts.map +0 -1
- package/typedefs/FDC3/api/Listener.js +0 -6
- package/typedefs/FDC3/api/Listener.js.map +0 -1
- package/typedefs/FDC3/api/Methods.d.ts +0 -72
- package/typedefs/FDC3/api/Methods.d.ts.map +0 -1
- package/typedefs/FDC3/api/Methods.js +0 -199
- package/typedefs/FDC3/api/Methods.js.map +0 -1
- package/typedefs/FDC3/api/PrivateChannel.d.ts +0 -54
- package/typedefs/FDC3/api/PrivateChannel.d.ts.map +0 -1
- package/typedefs/FDC3/api/PrivateChannel.js +0 -6
- package/typedefs/FDC3/api/PrivateChannel.js.map +0 -1
- package/typedefs/FDC3/api/RecommendedChannels.d.ts +0 -14
- package/typedefs/FDC3/api/RecommendedChannels.d.ts.map +0 -1
- package/typedefs/FDC3/api/RecommendedChannels.js +0 -80
- package/typedefs/FDC3/api/RecommendedChannels.js.map +0 -1
- package/typedefs/FDC3/api/Types.d.ts +0 -30
- package/typedefs/FDC3/api/Types.d.ts.map +0 -1
- package/typedefs/FDC3/api/Types.js +0 -6
- package/typedefs/FDC3/api/Types.js.map +0 -1
- package/typedefs/FDC3/bridging/BridgingTypes.d.ts +0 -3967
- package/typedefs/FDC3/bridging/BridgingTypes.d.ts.map +0 -1
- package/typedefs/FDC3/bridging/BridgingTypes.js +0 -1857
- package/typedefs/FDC3/bridging/BridgingTypes.js.map +0 -1
- package/typedefs/FDC3/context/ContextType.d.ts +0 -41
- package/typedefs/FDC3/context/ContextType.d.ts.map +0 -1
- package/typedefs/FDC3/context/ContextType.js +0 -30
- package/typedefs/FDC3/context/ContextType.js.map +0 -1
- package/typedefs/FDC3/context/ContextTypes.d.ts +0 -2000
- package/typedefs/FDC3/context/ContextTypes.d.ts.map +0 -1
- package/typedefs/FDC3/context/ContextTypes.js +0 -873
- package/typedefs/FDC3/context/ContextTypes.js.map +0 -1
- package/typedefs/FDC3/index.d.ts +0 -34
- package/typedefs/FDC3/index.d.ts.map +0 -1
- package/typedefs/FDC3/index.js +0 -30
- package/typedefs/FDC3/index.js.map +0 -1
- package/typedefs/FDC3/intents/Intents.d.ts +0 -36
- package/typedefs/FDC3/intents/Intents.d.ts.map +0 -1
- package/typedefs/FDC3/intents/Intents.js +0 -29
- package/typedefs/FDC3/intents/Intents.js.map +0 -1
- package/typedefs/FDC3/internal/contextConfiguration.d.ts +0 -2
- package/typedefs/FDC3/internal/contextConfiguration.d.ts.map +0 -1
- package/typedefs/FDC3/internal/contextConfiguration.js +0 -5
- package/typedefs/FDC3/internal/contextConfiguration.js.map +0 -1
- package/typedefs/FDC3/internal/intentConfiguration.d.ts +0 -2
- package/typedefs/FDC3/internal/intentConfiguration.d.ts.map +0 -1
- package/typedefs/FDC3/internal/intentConfiguration.js +0 -5
- package/typedefs/FDC3/internal/intentConfiguration.js.map +0 -1
- package/typedefs/FDC3/internal/typeHelpers.d.ts +0 -7
- package/typedefs/FDC3/internal/typeHelpers.d.ts.map +0 -1
- package/typedefs/FDC3/internal/typeHelpers.js +0 -5
- package/typedefs/FDC3/internal/typeHelpers.js.map +0 -1
- package/typedefs/index.d.ts +0 -2
- package/typedefs/index.d.ts.map +0 -1
- package/typedefs/index.js +0 -3
- package/typedefs/index.js.map +0 -1
|
@@ -1,3967 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* A response message from a Desktop Agent to the Bridge containing an error, to be used in
|
|
3
|
-
* preference to the standard response when an error needs to be returned.
|
|
4
|
-
*/
|
|
5
|
-
export interface AgentErrorResponseMessage {
|
|
6
|
-
meta: AgentResponseMetadata;
|
|
7
|
-
/**
|
|
8
|
-
* Error message payload containing an standardized error string.
|
|
9
|
-
*/
|
|
10
|
-
payload: ErrorResponseMessagePayload;
|
|
11
|
-
/**
|
|
12
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
13
|
-
* the message relates to, e.g. 'findIntent', with 'Response' appended.
|
|
14
|
-
*/
|
|
15
|
-
type: ResponseMessageType;
|
|
16
|
-
}
|
|
17
|
-
/**
|
|
18
|
-
* Metadata for a response messages sent by a Desktop Agent to the Bridge
|
|
19
|
-
*/
|
|
20
|
-
export interface AgentResponseMetadata {
|
|
21
|
-
requestUuid: string;
|
|
22
|
-
responseUuid: string;
|
|
23
|
-
timestamp: Date;
|
|
24
|
-
}
|
|
25
|
-
/**
|
|
26
|
-
* Error message payload containing an standardized error string.
|
|
27
|
-
*/
|
|
28
|
-
export interface ErrorResponseMessagePayload {
|
|
29
|
-
error: ResponseErrorDetail;
|
|
30
|
-
[property: string]: any;
|
|
31
|
-
}
|
|
32
|
-
/**
|
|
33
|
-
* Array of error message strings for responses that were not returned to the bridge before
|
|
34
|
-
* the timeout or because an error occurred. Should be the same length as the `errorSources`
|
|
35
|
-
* array and ordered the same. May be omitted if all sources responded without errors.
|
|
36
|
-
*
|
|
37
|
-
* Constants representing the errors that can be encountered when calling the `open` method
|
|
38
|
-
* on the DesktopAgent object (`fdc3`).
|
|
39
|
-
*
|
|
40
|
-
* Constants representing the errors that can be encountered when calling the `findIntent`,
|
|
41
|
-
* `findIntentsByContext`, `raiseIntent` or `raiseIntentForContext` methods on the
|
|
42
|
-
* DesktopAgent (`fdc3`).
|
|
43
|
-
*/
|
|
44
|
-
export declare type ResponseErrorDetail = "AccessDenied" | "CreationFailed" | "MalformedContext" | "NoChannelFound" | "AppNotFound" | "AppTimeout" | "DesktopAgentNotFound" | "ErrorOnLaunch" | "ResolverUnavailable" | "IntentDeliveryFailed" | "NoAppsFound" | "ResolverTimeout" | "TargetAppUnavailable" | "TargetInstanceUnavailable" | "UserCancelledResolution" | "IntentHandlerRejected" | "NoResultReturned" | "AgentDisconnected" | "NotConnectedToBridge" | "ResponseToBridgeTimedOut" | "MalformedMessage";
|
|
45
|
-
/**
|
|
46
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
47
|
-
* the message relates to, e.g. 'findIntent', with 'Response' appended.
|
|
48
|
-
*/
|
|
49
|
-
export declare type ResponseMessageType = "findInstancesResponse" | "findIntentResponse" | "findIntentsByContextResponse" | "getAppMetadataResponse" | "openResponse" | "raiseIntentResponse" | "raiseIntentResultResponse";
|
|
50
|
-
/**
|
|
51
|
-
* A request message from a Desktop Agent to the Bridge.
|
|
52
|
-
*/
|
|
53
|
-
export interface AgentRequestMessage {
|
|
54
|
-
meta: AgentRequestMetadata;
|
|
55
|
-
/**
|
|
56
|
-
* The message payload typically contains the arguments to FDC3 API functions.
|
|
57
|
-
*/
|
|
58
|
-
payload: {
|
|
59
|
-
[key: string]: any;
|
|
60
|
-
};
|
|
61
|
-
/**
|
|
62
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
63
|
-
* the message relates to, e.g. 'findIntent', with 'Request' appended.
|
|
64
|
-
*/
|
|
65
|
-
type: RequestMessageType;
|
|
66
|
-
}
|
|
67
|
-
/**
|
|
68
|
-
* Metadata for a request message sent by Desktop Agents to the Bridge.
|
|
69
|
-
*/
|
|
70
|
-
export interface AgentRequestMetadata {
|
|
71
|
-
/**
|
|
72
|
-
* Optional field that represents the destination that the request should be routed to. Must
|
|
73
|
-
* be set by the Desktop Agent for API calls that include a target app parameter and must
|
|
74
|
-
* include the name of the Desktop Agent hosting the target application.
|
|
75
|
-
*/
|
|
76
|
-
destination?: BridgeParticipantIdentifier;
|
|
77
|
-
requestUuid: string;
|
|
78
|
-
/**
|
|
79
|
-
* Field that represents the source application that the request was received from, or the
|
|
80
|
-
* source Desktop Agent if it issued the request itself.
|
|
81
|
-
*/
|
|
82
|
-
source?: SourceIdentifier;
|
|
83
|
-
timestamp: Date;
|
|
84
|
-
}
|
|
85
|
-
/**
|
|
86
|
-
* Optional field that represents the destination that the request should be routed to. Must
|
|
87
|
-
* be set by the Desktop Agent for API calls that include a target app parameter and must
|
|
88
|
-
* include the name of the Desktop Agent hosting the target application.
|
|
89
|
-
*
|
|
90
|
-
* Represents identifiers that MUST include the Desktop Agent name and MAY identify a
|
|
91
|
-
* specific app or instance.
|
|
92
|
-
*
|
|
93
|
-
* Field that represents the source application that the request was received from, or the
|
|
94
|
-
* source Desktop Agent if it issued the request itself. The Desktop Agent identifier MUST
|
|
95
|
-
* be set by the bridge.
|
|
96
|
-
*
|
|
97
|
-
* Identifies a particular Desktop Agent in Desktop Agent Bridging scenarios
|
|
98
|
-
* where a request needs to be directed to a Desktop Agent rather than a specific app, or a
|
|
99
|
-
* response message is returned by the Desktop Agent (or more specifically its resolver)
|
|
100
|
-
* rather than a specific app. Used as a substitute for `AppIdentifier` in cases where no
|
|
101
|
-
* app details are available or are appropriate.
|
|
102
|
-
*
|
|
103
|
-
* Array of DesktopAgentIdentifiers for responses that were not returned to the bridge
|
|
104
|
-
* before the timeout or because an error occurred. May be omitted if all sources responded
|
|
105
|
-
* without errors. MUST include the `desktopAgent` field when returned by the bridge.
|
|
106
|
-
*
|
|
107
|
-
* Array of DesktopAgentIdentifiers for the sources that generated responses to the request.
|
|
108
|
-
* Will contain a single value for individual responses and multiple values for responses
|
|
109
|
-
* that were collated by the bridge. May be omitted if all sources errored. MUST include the
|
|
110
|
-
* `desktopAgent` field when returned by the bridge.
|
|
111
|
-
*
|
|
112
|
-
* Field that represents a destination Desktop Agent that a request is to be sent to.
|
|
113
|
-
*
|
|
114
|
-
* Field that represents a destination App on a remote Desktop Agent that a request is to be
|
|
115
|
-
* sent to.
|
|
116
|
-
*
|
|
117
|
-
* Identifies an application, or instance of an application, and is used to target FDC3 API
|
|
118
|
-
* calls, such as `fdc3.open` or `fdc3.raiseIntent` at specific applications or application
|
|
119
|
-
* instances.
|
|
120
|
-
*
|
|
121
|
-
* Will always include at least an `appId` field, which uniquely identifies a specific app.
|
|
122
|
-
*
|
|
123
|
-
* If the `instanceId` field is set then the `AppMetadata` object represents a specific
|
|
124
|
-
* instance of the application that may be addressed using that Id.
|
|
125
|
-
*
|
|
126
|
-
* Field that represents the source application that a request or response was received
|
|
127
|
-
* from.
|
|
128
|
-
*
|
|
129
|
-
* Identifier for the app instance that was selected (or started) to resolve the intent.
|
|
130
|
-
* `source.instanceId` MUST be set, indicating the specific app instance that
|
|
131
|
-
* received the intent.
|
|
132
|
-
*/
|
|
133
|
-
export interface BridgeParticipantIdentifier {
|
|
134
|
-
/**
|
|
135
|
-
* Used in Desktop Agent Bridging to attribute or target a message to a
|
|
136
|
-
* particular Desktop Agent.
|
|
137
|
-
*
|
|
138
|
-
* The Desktop Agent that the app is available on. Used in Desktop Agent Bridging to
|
|
139
|
-
* identify the Desktop Agent to target.
|
|
140
|
-
*/
|
|
141
|
-
desktopAgent: string;
|
|
142
|
-
/**
|
|
143
|
-
* The unique application identifier located within a specific application directory
|
|
144
|
-
* instance. An example of an appId might be 'app@sub.root'
|
|
145
|
-
*/
|
|
146
|
-
appId?: string;
|
|
147
|
-
/**
|
|
148
|
-
* An optional instance identifier, indicating that this object represents a specific
|
|
149
|
-
* instance of the application described.
|
|
150
|
-
*/
|
|
151
|
-
instanceId?: string;
|
|
152
|
-
[property: string]: any;
|
|
153
|
-
}
|
|
154
|
-
/**
|
|
155
|
-
* Field that represents the source application that the request was received from, or the
|
|
156
|
-
* source Desktop Agent if it issued the request itself.
|
|
157
|
-
*
|
|
158
|
-
* Field that represents the source application that a request or response was received
|
|
159
|
-
* from, or the source Desktop Agent if it issued the request or response itself.
|
|
160
|
-
*
|
|
161
|
-
* Identifies an application, or instance of an application, and is used to target FDC3 API
|
|
162
|
-
* calls, such as `fdc3.open` or `fdc3.raiseIntent` at specific applications or application
|
|
163
|
-
* instances.
|
|
164
|
-
*
|
|
165
|
-
* Will always include at least an `appId` field, which uniquely identifies a specific app.
|
|
166
|
-
*
|
|
167
|
-
* If the `instanceId` field is set then the `AppMetadata` object represents a specific
|
|
168
|
-
* instance of the application that may be addressed using that Id.
|
|
169
|
-
*
|
|
170
|
-
* Field that represents the source application that a request or response was received
|
|
171
|
-
* from.
|
|
172
|
-
*
|
|
173
|
-
* Identifier for the app instance that was selected (or started) to resolve the intent.
|
|
174
|
-
* `source.instanceId` MUST be set, indicating the specific app instance that
|
|
175
|
-
* received the intent.
|
|
176
|
-
*
|
|
177
|
-
* Identifies a particular Desktop Agent in Desktop Agent Bridging scenarios
|
|
178
|
-
* where a request needs to be directed to a Desktop Agent rather than a specific app, or a
|
|
179
|
-
* response message is returned by the Desktop Agent (or more specifically its resolver)
|
|
180
|
-
* rather than a specific app. Used as a substitute for `AppIdentifier` in cases where no
|
|
181
|
-
* app details are available or are appropriate.
|
|
182
|
-
*
|
|
183
|
-
* Array of DesktopAgentIdentifiers for responses that were not returned to the bridge
|
|
184
|
-
* before the timeout or because an error occurred. May be omitted if all sources responded
|
|
185
|
-
* without errors. MUST include the `desktopAgent` field when returned by the bridge.
|
|
186
|
-
*
|
|
187
|
-
* Array of DesktopAgentIdentifiers for the sources that generated responses to the request.
|
|
188
|
-
* Will contain a single value for individual responses and multiple values for responses
|
|
189
|
-
* that were collated by the bridge. May be omitted if all sources errored. MUST include the
|
|
190
|
-
* `desktopAgent` field when returned by the bridge.
|
|
191
|
-
*
|
|
192
|
-
* Field that represents a destination Desktop Agent that a request is to be sent to.
|
|
193
|
-
*/
|
|
194
|
-
export interface SourceIdentifier {
|
|
195
|
-
/**
|
|
196
|
-
* The unique application identifier located within a specific application directory
|
|
197
|
-
* instance. An example of an appId might be 'app@sub.root'
|
|
198
|
-
*/
|
|
199
|
-
appId?: string;
|
|
200
|
-
/**
|
|
201
|
-
* The Desktop Agent that the app is available on. Used in Desktop Agent Bridging to
|
|
202
|
-
* identify the Desktop Agent to target.
|
|
203
|
-
*
|
|
204
|
-
* Used in Desktop Agent Bridging to attribute or target a message to a
|
|
205
|
-
* particular Desktop Agent.
|
|
206
|
-
*/
|
|
207
|
-
desktopAgent?: string;
|
|
208
|
-
/**
|
|
209
|
-
* An optional instance identifier, indicating that this object represents a specific
|
|
210
|
-
* instance of the application described.
|
|
211
|
-
*/
|
|
212
|
-
instanceId?: string;
|
|
213
|
-
[property: string]: any;
|
|
214
|
-
}
|
|
215
|
-
/**
|
|
216
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
217
|
-
* the message relates to, e.g. 'findIntent', with 'Request' appended.
|
|
218
|
-
*/
|
|
219
|
-
export declare type RequestMessageType = "broadcastRequest" | "findInstancesRequest" | "findIntentRequest" | "findIntentsByContextRequest" | "getAppMetadataRequest" | "openRequest" | "PrivateChannel.broadcast" | "PrivateChannel.eventListenerAdded" | "PrivateChannel.eventListenerRemoved" | "PrivateChannel.onAddContextListener" | "PrivateChannel.onDisconnect" | "PrivateChannel.onUnsubscribe" | "raiseIntentRequest";
|
|
220
|
-
/**
|
|
221
|
-
* A response message from a Desktop Agent to the Bridge.
|
|
222
|
-
*/
|
|
223
|
-
export interface AgentResponseMessage {
|
|
224
|
-
meta: AgentResponseMetadata;
|
|
225
|
-
/**
|
|
226
|
-
* The message payload typically contains return values for FDC3 API functions.
|
|
227
|
-
*/
|
|
228
|
-
payload: {
|
|
229
|
-
[key: string]: any;
|
|
230
|
-
};
|
|
231
|
-
/**
|
|
232
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
233
|
-
* the message relates to, e.g. 'findIntent', with 'Response' appended.
|
|
234
|
-
*/
|
|
235
|
-
type: ResponseMessageType;
|
|
236
|
-
}
|
|
237
|
-
/**
|
|
238
|
-
* A response message from the Bridge back to the original Desktop Agent that raised the
|
|
239
|
-
* request, used where all connected agents returned errors.
|
|
240
|
-
*/
|
|
241
|
-
export interface BridgeErrorResponseMessage {
|
|
242
|
-
meta: BridgeErrorResponseMessageMeta;
|
|
243
|
-
/**
|
|
244
|
-
* The error message payload contains details of an error return to the app or agent that
|
|
245
|
-
* raised the original request.
|
|
246
|
-
*/
|
|
247
|
-
payload: ResponseErrorMessagePayload;
|
|
248
|
-
/**
|
|
249
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
250
|
-
* the message relates to, e.g. 'findIntent', with 'Response' appended.
|
|
251
|
-
*/
|
|
252
|
-
type: string;
|
|
253
|
-
}
|
|
254
|
-
/**
|
|
255
|
-
* Metadata required in a response message collated and/or forwarded on by the Bridge
|
|
256
|
-
*/
|
|
257
|
-
export interface BridgeErrorResponseMessageMeta {
|
|
258
|
-
errorDetails: ResponseErrorDetail[];
|
|
259
|
-
errorSources: DesktopAgentIdentifier[];
|
|
260
|
-
requestUuid: string;
|
|
261
|
-
responseUuid: string;
|
|
262
|
-
timestamp: Date;
|
|
263
|
-
}
|
|
264
|
-
/**
|
|
265
|
-
* Identifies a particular Desktop Agent in Desktop Agent Bridging scenarios
|
|
266
|
-
* where a request needs to be directed to a Desktop Agent rather than a specific app, or a
|
|
267
|
-
* response message is returned by the Desktop Agent (or more specifically its resolver)
|
|
268
|
-
* rather than a specific app. Used as a substitute for `AppIdentifier` in cases where no
|
|
269
|
-
* app details are available or are appropriate.
|
|
270
|
-
*
|
|
271
|
-
* Array of DesktopAgentIdentifiers for responses that were not returned to the bridge
|
|
272
|
-
* before the timeout or because an error occurred. May be omitted if all sources responded
|
|
273
|
-
* without errors. MUST include the `desktopAgent` field when returned by the bridge.
|
|
274
|
-
*
|
|
275
|
-
* Array of DesktopAgentIdentifiers for the sources that generated responses to the request.
|
|
276
|
-
* Will contain a single value for individual responses and multiple values for responses
|
|
277
|
-
* that were collated by the bridge. May be omitted if all sources errored. MUST include the
|
|
278
|
-
* `desktopAgent` field when returned by the bridge.
|
|
279
|
-
*
|
|
280
|
-
* Field that represents a destination Desktop Agent that a request is to be sent to.
|
|
281
|
-
*/
|
|
282
|
-
export interface DesktopAgentIdentifier {
|
|
283
|
-
/**
|
|
284
|
-
* Used in Desktop Agent Bridging to attribute or target a message to a
|
|
285
|
-
* particular Desktop Agent.
|
|
286
|
-
*/
|
|
287
|
-
desktopAgent: string;
|
|
288
|
-
[property: string]: any;
|
|
289
|
-
}
|
|
290
|
-
/**
|
|
291
|
-
* The error message payload contains details of an error return to the app or agent that
|
|
292
|
-
* raised the original request.
|
|
293
|
-
*/
|
|
294
|
-
export interface ResponseErrorMessagePayload {
|
|
295
|
-
error?: ResponseErrorDetail;
|
|
296
|
-
[property: string]: any;
|
|
297
|
-
}
|
|
298
|
-
/**
|
|
299
|
-
* A request message forwarded from the Bridge onto a Desktop Agent connected to it.
|
|
300
|
-
*/
|
|
301
|
-
export interface BridgeRequestMessage {
|
|
302
|
-
meta: BridgeRequestMetadata;
|
|
303
|
-
/**
|
|
304
|
-
* The message payload typically contains the arguments to FDC3 API functions.
|
|
305
|
-
*/
|
|
306
|
-
payload: {
|
|
307
|
-
[key: string]: any;
|
|
308
|
-
};
|
|
309
|
-
/**
|
|
310
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
311
|
-
* the message relates to, e.g. 'findIntent', with 'Request' appended.
|
|
312
|
-
*/
|
|
313
|
-
type: string;
|
|
314
|
-
}
|
|
315
|
-
/**
|
|
316
|
-
* Metadata required in a request message forwarded on by the Bridge
|
|
317
|
-
*/
|
|
318
|
-
export interface BridgeRequestMetadata {
|
|
319
|
-
/**
|
|
320
|
-
* Optional field that represents the destination that the request should be routed to. Must
|
|
321
|
-
* be set by the Desktop Agent for API calls that include a target app parameter and must
|
|
322
|
-
* include the name of the Desktop Agent hosting the target application.
|
|
323
|
-
*/
|
|
324
|
-
destination?: BridgeParticipantIdentifier;
|
|
325
|
-
requestUuid: string;
|
|
326
|
-
/**
|
|
327
|
-
* Field that represents the source application that the request was received from, or the
|
|
328
|
-
* source Desktop Agent if it issued the request itself. The Desktop Agent identifier MUST
|
|
329
|
-
* be set by the bridge.
|
|
330
|
-
*/
|
|
331
|
-
source: BridgeParticipantIdentifier;
|
|
332
|
-
timestamp: Date;
|
|
333
|
-
}
|
|
334
|
-
/**
|
|
335
|
-
* A response message from the Bridge back to the original Desktop Agent that raised the
|
|
336
|
-
* request.
|
|
337
|
-
*/
|
|
338
|
-
export interface BridgeResponseMessage {
|
|
339
|
-
meta: BridgeResponseMessageMeta;
|
|
340
|
-
/**
|
|
341
|
-
* The message payload typically contains return values for FDC3 API functions.
|
|
342
|
-
*/
|
|
343
|
-
payload: {
|
|
344
|
-
[key: string]: any;
|
|
345
|
-
};
|
|
346
|
-
/**
|
|
347
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
348
|
-
* the message relates to, e.g. 'findIntent', with 'Response' appended.
|
|
349
|
-
*/
|
|
350
|
-
type: string;
|
|
351
|
-
}
|
|
352
|
-
/**
|
|
353
|
-
* Metadata required in a response message collated and/or forwarded on by the Bridge
|
|
354
|
-
*/
|
|
355
|
-
export interface BridgeResponseMessageMeta {
|
|
356
|
-
errorDetails?: ResponseErrorDetail[];
|
|
357
|
-
errorSources?: DesktopAgentIdentifier[];
|
|
358
|
-
requestUuid: string;
|
|
359
|
-
responseUuid: string;
|
|
360
|
-
sources?: DesktopAgentIdentifier[];
|
|
361
|
-
timestamp: Date;
|
|
362
|
-
}
|
|
363
|
-
/**
|
|
364
|
-
* A request to broadcast context on a channel.
|
|
365
|
-
*
|
|
366
|
-
* A request message from a Desktop Agent to the Bridge.
|
|
367
|
-
*/
|
|
368
|
-
export interface BroadcastAgentRequest {
|
|
369
|
-
meta: BroadcastAgentRequestMeta;
|
|
370
|
-
/**
|
|
371
|
-
* The message payload typically contains the arguments to FDC3 API functions.
|
|
372
|
-
*/
|
|
373
|
-
payload: BroadcastAgentRequestPayload;
|
|
374
|
-
/**
|
|
375
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
376
|
-
* the message relates to, e.g. 'findIntent', with 'Request' appended.
|
|
377
|
-
*/
|
|
378
|
-
type: "broadcastRequest";
|
|
379
|
-
}
|
|
380
|
-
/**
|
|
381
|
-
* Metadata for a request message sent by Desktop Agents to the Bridge.
|
|
382
|
-
*/
|
|
383
|
-
export interface BroadcastAgentRequestMeta {
|
|
384
|
-
requestUuid: string;
|
|
385
|
-
/**
|
|
386
|
-
* Field that represents the source application that the request was received from, or the
|
|
387
|
-
* source Desktop Agent if it issued the request itself.
|
|
388
|
-
*/
|
|
389
|
-
source: SourceObject;
|
|
390
|
-
timestamp: Date;
|
|
391
|
-
}
|
|
392
|
-
/**
|
|
393
|
-
* Identifies an application, or instance of an application, and is used to target FDC3 API
|
|
394
|
-
* calls, such as `fdc3.open` or `fdc3.raiseIntent` at specific applications or application
|
|
395
|
-
* instances.
|
|
396
|
-
*
|
|
397
|
-
* Will always include at least an `appId` field, which uniquely identifies a specific app.
|
|
398
|
-
*
|
|
399
|
-
* If the `instanceId` field is set then the `AppMetadata` object represents a specific
|
|
400
|
-
* instance of the application that may be addressed using that Id.
|
|
401
|
-
*
|
|
402
|
-
* Field that represents the source application that a request or response was received
|
|
403
|
-
* from.
|
|
404
|
-
*
|
|
405
|
-
* Identifier for the app instance that was selected (or started) to resolve the intent.
|
|
406
|
-
* `source.instanceId` MUST be set, indicating the specific app instance that
|
|
407
|
-
* received the intent.
|
|
408
|
-
*
|
|
409
|
-
* Field that represents the source application that the request was received from, or the
|
|
410
|
-
* source Desktop Agent if it issued the request itself.
|
|
411
|
-
*
|
|
412
|
-
* Field that represents the source application that a request or response was received
|
|
413
|
-
* from, or the source Desktop Agent if it issued the request or response itself.
|
|
414
|
-
*
|
|
415
|
-
* Identifies a particular Desktop Agent in Desktop Agent Bridging scenarios
|
|
416
|
-
* where a request needs to be directed to a Desktop Agent rather than a specific app, or a
|
|
417
|
-
* response message is returned by the Desktop Agent (or more specifically its resolver)
|
|
418
|
-
* rather than a specific app. Used as a substitute for `AppIdentifier` in cases where no
|
|
419
|
-
* app details are available or are appropriate.
|
|
420
|
-
*
|
|
421
|
-
* Array of DesktopAgentIdentifiers for responses that were not returned to the bridge
|
|
422
|
-
* before the timeout or because an error occurred. May be omitted if all sources responded
|
|
423
|
-
* without errors. MUST include the `desktopAgent` field when returned by the bridge.
|
|
424
|
-
*
|
|
425
|
-
* Array of DesktopAgentIdentifiers for the sources that generated responses to the request.
|
|
426
|
-
* Will contain a single value for individual responses and multiple values for responses
|
|
427
|
-
* that were collated by the bridge. May be omitted if all sources errored. MUST include the
|
|
428
|
-
* `desktopAgent` field when returned by the bridge.
|
|
429
|
-
*
|
|
430
|
-
* Field that represents a destination Desktop Agent that a request is to be sent to.
|
|
431
|
-
*/
|
|
432
|
-
export interface SourceObject {
|
|
433
|
-
/**
|
|
434
|
-
* The unique application identifier located within a specific application directory
|
|
435
|
-
* instance. An example of an appId might be 'app@sub.root'
|
|
436
|
-
*/
|
|
437
|
-
appId: string;
|
|
438
|
-
/**
|
|
439
|
-
* The Desktop Agent that the app is available on. Used in Desktop Agent Bridging to
|
|
440
|
-
* identify the Desktop Agent to target.
|
|
441
|
-
*
|
|
442
|
-
* Used in Desktop Agent Bridging to attribute or target a message to a
|
|
443
|
-
* particular Desktop Agent.
|
|
444
|
-
*/
|
|
445
|
-
desktopAgent?: string;
|
|
446
|
-
/**
|
|
447
|
-
* An optional instance identifier, indicating that this object represents a specific
|
|
448
|
-
* instance of the application described.
|
|
449
|
-
*/
|
|
450
|
-
instanceId?: string;
|
|
451
|
-
[property: string]: any;
|
|
452
|
-
}
|
|
453
|
-
/**
|
|
454
|
-
* The message payload typically contains the arguments to FDC3 API functions.
|
|
455
|
-
*/
|
|
456
|
-
export interface BroadcastAgentRequestPayload {
|
|
457
|
-
/**
|
|
458
|
-
* The Id of the Channel that the broadcast was sent on
|
|
459
|
-
*/
|
|
460
|
-
channelId: string;
|
|
461
|
-
/**
|
|
462
|
-
* The context object that was the payload of a broadcast message.
|
|
463
|
-
*/
|
|
464
|
-
context: ContextElement;
|
|
465
|
-
}
|
|
466
|
-
/**
|
|
467
|
-
* The context object that was the payload of a broadcast message.
|
|
468
|
-
*
|
|
469
|
-
* The `fdc3.context` type defines the basic contract or "shape" for all data exchanged by
|
|
470
|
-
* FDC3 operations. As such, it is not really meant to be used on its own, but is imported
|
|
471
|
-
* by more specific type definitions (standardized or custom) to provide the structure and
|
|
472
|
-
* properties shared by all FDC3 context data types.
|
|
473
|
-
*
|
|
474
|
-
* The key element of FDC3 context types is their mandatory `type` property, which is used
|
|
475
|
-
* to identify what type of data the object represents, and what shape it has.
|
|
476
|
-
*
|
|
477
|
-
* The FDC3 context type, and all derived types, define the minimum set of fields a context
|
|
478
|
-
* data object of a particular type can be expected to have, but this can always be extended
|
|
479
|
-
* with custom fields as appropriate.
|
|
480
|
-
*/
|
|
481
|
-
export interface ContextElement {
|
|
482
|
-
/**
|
|
483
|
-
* Context data objects may include a set of equivalent key-value pairs that can be used to
|
|
484
|
-
* help applications identify and look up the context type they receive in their own domain.
|
|
485
|
-
* The idea behind this design is that applications can provide as many equivalent
|
|
486
|
-
* identifiers to a target application as possible, e.g. an instrument may be represented by
|
|
487
|
-
* an ISIN, CUSIP or Bloomberg identifier.
|
|
488
|
-
*
|
|
489
|
-
* Identifiers do not make sense for all types of data, so the `id` property is therefore
|
|
490
|
-
* optional, but some derived types may choose to require at least one identifier.
|
|
491
|
-
* Identifier values SHOULD always be of type string.
|
|
492
|
-
*/
|
|
493
|
-
id?: {
|
|
494
|
-
[key: string]: any;
|
|
495
|
-
};
|
|
496
|
-
/**
|
|
497
|
-
* Context data objects may include a name property that can be used for more information,
|
|
498
|
-
* or display purposes. Some derived types may require the name object as mandatory,
|
|
499
|
-
* depending on use case.
|
|
500
|
-
*/
|
|
501
|
-
name?: string;
|
|
502
|
-
/**
|
|
503
|
-
* The type property is the only _required_ part of the FDC3 context data schema. The FDC3
|
|
504
|
-
* [API](https://fdc3.finos.org/docs/api/spec) relies on the `type` property being present
|
|
505
|
-
* to route shared context data appropriately.
|
|
506
|
-
*
|
|
507
|
-
* FDC3 [Intents](https://fdc3.finos.org/docs/intents/spec) also register the context data
|
|
508
|
-
* types they support in an FDC3 [App
|
|
509
|
-
* Directory](https://fdc3.finos.org/docs/app-directory/overview), used for intent discovery
|
|
510
|
-
* and routing.
|
|
511
|
-
*
|
|
512
|
-
* Standardized FDC3 context types have well-known `type` properties prefixed with the
|
|
513
|
-
* `fdc3` namespace, e.g. `fdc3.instrument`. For non-standard types, e.g. those defined and
|
|
514
|
-
* used by a particular organization, the convention is to prefix them with an
|
|
515
|
-
* organization-specific namespace, e.g. `blackrock.fund`.
|
|
516
|
-
*
|
|
517
|
-
* See the [Context Data Specification](https://fdc3.finos.org/docs/context/spec) for more
|
|
518
|
-
* information about context data types.
|
|
519
|
-
*/
|
|
520
|
-
type: string;
|
|
521
|
-
[property: string]: any;
|
|
522
|
-
}
|
|
523
|
-
/**
|
|
524
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
525
|
-
* the message relates to, e.g. 'findIntent', with 'Request' appended.
|
|
526
|
-
*
|
|
527
|
-
* UUID for the request
|
|
528
|
-
*
|
|
529
|
-
* UUID for this specific response message.
|
|
530
|
-
*/
|
|
531
|
-
/**
|
|
532
|
-
* A request to broadcast context on a channel.
|
|
533
|
-
*
|
|
534
|
-
* A request message forwarded from the Bridge onto a Desktop Agent connected to it.
|
|
535
|
-
*/
|
|
536
|
-
export interface BroadcastBridgeRequest {
|
|
537
|
-
meta: BroadcastBridgeRequestMeta;
|
|
538
|
-
/**
|
|
539
|
-
* The message payload typically contains the arguments to FDC3 API functions.
|
|
540
|
-
*/
|
|
541
|
-
payload: BroadcastBridgeRequestPayload;
|
|
542
|
-
/**
|
|
543
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
544
|
-
* the message relates to, e.g. 'findIntent', with 'Request' appended.
|
|
545
|
-
*/
|
|
546
|
-
type: "broadcastRequest";
|
|
547
|
-
}
|
|
548
|
-
/**
|
|
549
|
-
* Metadata required in a request message forwarded on by the Bridge
|
|
550
|
-
*/
|
|
551
|
-
export interface BroadcastBridgeRequestMeta {
|
|
552
|
-
requestUuid: string;
|
|
553
|
-
/**
|
|
554
|
-
* Field that represents the source application that the request was received from, or the
|
|
555
|
-
* source Desktop Agent if it issued the request itself. The Desktop Agent identifier MUST
|
|
556
|
-
* be set by the bridge.
|
|
557
|
-
*/
|
|
558
|
-
source: MetaSource;
|
|
559
|
-
timestamp: Date;
|
|
560
|
-
}
|
|
561
|
-
/**
|
|
562
|
-
* Identifies an application, or instance of an application, and is used to target FDC3 API
|
|
563
|
-
* calls, such as `fdc3.open` or `fdc3.raiseIntent` at specific applications or application
|
|
564
|
-
* instances.
|
|
565
|
-
*
|
|
566
|
-
* Will always include at least an `appId` field, which uniquely identifies a specific app.
|
|
567
|
-
*
|
|
568
|
-
* If the `instanceId` field is set then the `AppMetadata` object represents a specific
|
|
569
|
-
* instance of the application that may be addressed using that Id.
|
|
570
|
-
*
|
|
571
|
-
* Field that represents the source application that a request or response was received
|
|
572
|
-
* from.
|
|
573
|
-
*
|
|
574
|
-
* Identifier for the app instance that was selected (or started) to resolve the intent.
|
|
575
|
-
* `source.instanceId` MUST be set, indicating the specific app instance that
|
|
576
|
-
* received the intent.
|
|
577
|
-
*
|
|
578
|
-
* Optional field that represents the destination that the request should be routed to. Must
|
|
579
|
-
* be set by the Desktop Agent for API calls that include a target app parameter and must
|
|
580
|
-
* include the name of the Desktop Agent hosting the target application.
|
|
581
|
-
*
|
|
582
|
-
* Represents identifiers that MUST include the Desktop Agent name and MAY identify a
|
|
583
|
-
* specific app or instance.
|
|
584
|
-
*
|
|
585
|
-
* Field that represents the source application that the request was received from, or the
|
|
586
|
-
* source Desktop Agent if it issued the request itself. The Desktop Agent identifier MUST
|
|
587
|
-
* be set by the bridge.
|
|
588
|
-
*
|
|
589
|
-
* Identifies a particular Desktop Agent in Desktop Agent Bridging scenarios
|
|
590
|
-
* where a request needs to be directed to a Desktop Agent rather than a specific app, or a
|
|
591
|
-
* response message is returned by the Desktop Agent (or more specifically its resolver)
|
|
592
|
-
* rather than a specific app. Used as a substitute for `AppIdentifier` in cases where no
|
|
593
|
-
* app details are available or are appropriate.
|
|
594
|
-
*
|
|
595
|
-
* Array of DesktopAgentIdentifiers for responses that were not returned to the bridge
|
|
596
|
-
* before the timeout or because an error occurred. May be omitted if all sources responded
|
|
597
|
-
* without errors. MUST include the `desktopAgent` field when returned by the bridge.
|
|
598
|
-
*
|
|
599
|
-
* Array of DesktopAgentIdentifiers for the sources that generated responses to the request.
|
|
600
|
-
* Will contain a single value for individual responses and multiple values for responses
|
|
601
|
-
* that were collated by the bridge. May be omitted if all sources errored. MUST include the
|
|
602
|
-
* `desktopAgent` field when returned by the bridge.
|
|
603
|
-
*
|
|
604
|
-
* Field that represents a destination Desktop Agent that a request is to be sent to.
|
|
605
|
-
*
|
|
606
|
-
* Field that represents a destination App on a remote Desktop Agent that a request is to be
|
|
607
|
-
* sent to.
|
|
608
|
-
*/
|
|
609
|
-
export interface MetaSource {
|
|
610
|
-
/**
|
|
611
|
-
* The unique application identifier located within a specific application directory
|
|
612
|
-
* instance. An example of an appId might be 'app@sub.root'
|
|
613
|
-
*/
|
|
614
|
-
appId: string;
|
|
615
|
-
/**
|
|
616
|
-
* The Desktop Agent that the app is available on. Used in Desktop Agent Bridging to
|
|
617
|
-
* identify the Desktop Agent to target.
|
|
618
|
-
*
|
|
619
|
-
* Used in Desktop Agent Bridging to attribute or target a message to a
|
|
620
|
-
* particular Desktop Agent.
|
|
621
|
-
*/
|
|
622
|
-
desktopAgent: string;
|
|
623
|
-
/**
|
|
624
|
-
* An optional instance identifier, indicating that this object represents a specific
|
|
625
|
-
* instance of the application described.
|
|
626
|
-
*/
|
|
627
|
-
instanceId?: string;
|
|
628
|
-
[property: string]: any;
|
|
629
|
-
}
|
|
630
|
-
/**
|
|
631
|
-
* The message payload typically contains the arguments to FDC3 API functions.
|
|
632
|
-
*/
|
|
633
|
-
export interface BroadcastBridgeRequestPayload {
|
|
634
|
-
/**
|
|
635
|
-
* The Id of the Channel that the broadcast was sent on
|
|
636
|
-
*/
|
|
637
|
-
channelId: string;
|
|
638
|
-
/**
|
|
639
|
-
* The context object that was the payload of a broadcast message.
|
|
640
|
-
*/
|
|
641
|
-
context: ContextElement;
|
|
642
|
-
}
|
|
643
|
-
/**
|
|
644
|
-
* A message used during the connection flow for a Desktop Agent to the Bridge. Used for
|
|
645
|
-
* messages sent in either direction.
|
|
646
|
-
*/
|
|
647
|
-
export interface ConnectionStepMessage {
|
|
648
|
-
meta: ConnectionStepMetadata;
|
|
649
|
-
/**
|
|
650
|
-
* The message payload, containing data pertaining to this connection step.
|
|
651
|
-
*/
|
|
652
|
-
payload: {
|
|
653
|
-
[key: string]: any;
|
|
654
|
-
};
|
|
655
|
-
/**
|
|
656
|
-
* Identifies the type of the connection step message.
|
|
657
|
-
*/
|
|
658
|
-
type: ConnectionStepMessageType;
|
|
659
|
-
}
|
|
660
|
-
/**
|
|
661
|
-
* Metadata for this connection step message.
|
|
662
|
-
*/
|
|
663
|
-
export interface ConnectionStepMetadata {
|
|
664
|
-
requestUuid?: string;
|
|
665
|
-
responseUuid?: string;
|
|
666
|
-
timestamp: Date;
|
|
667
|
-
}
|
|
668
|
-
/**
|
|
669
|
-
* Identifies the type of the connection step message.
|
|
670
|
-
*/
|
|
671
|
-
export declare type ConnectionStepMessageType = "hello" | "handshake" | "authenticationFailed" | "connectedAgentsUpdate";
|
|
672
|
-
/**
|
|
673
|
-
* Hello message sent by the Bridge to anyone connecting to the Bridge (enables
|
|
674
|
-
* identification as a bridge and confirmation of whether authentication is required)
|
|
675
|
-
*
|
|
676
|
-
* A message used during the connection flow for a Desktop Agent to the Bridge. Used for
|
|
677
|
-
* messages sent in either direction.
|
|
678
|
-
*/
|
|
679
|
-
export interface ConnectionStep2Hello {
|
|
680
|
-
meta: ConnectionStep2HelloMeta;
|
|
681
|
-
/**
|
|
682
|
-
* The message payload, containing data pertaining to this connection step.
|
|
683
|
-
*/
|
|
684
|
-
payload: ConnectionStep2HelloPayload;
|
|
685
|
-
/**
|
|
686
|
-
* Identifies the type of the connection step message.
|
|
687
|
-
*/
|
|
688
|
-
type: "hello";
|
|
689
|
-
}
|
|
690
|
-
/**
|
|
691
|
-
* Metadata for this connection step message.
|
|
692
|
-
*/
|
|
693
|
-
export interface ConnectionStep2HelloMeta {
|
|
694
|
-
timestamp: Date;
|
|
695
|
-
}
|
|
696
|
-
/**
|
|
697
|
-
* The message payload, containing data pertaining to this connection step.
|
|
698
|
-
*/
|
|
699
|
-
export interface ConnectionStep2HelloPayload {
|
|
700
|
-
/**
|
|
701
|
-
* A flag indicating whether the Desktop Agent Bridge requires authentication or not.
|
|
702
|
-
*/
|
|
703
|
-
authRequired: boolean;
|
|
704
|
-
/**
|
|
705
|
-
* An optional Desktop Agent Bridge JWT authentication token if the Desktop Agent want to
|
|
706
|
-
* authenticate a bridge.
|
|
707
|
-
*/
|
|
708
|
-
authToken?: string;
|
|
709
|
-
/**
|
|
710
|
-
* The version of the Bridge
|
|
711
|
-
*/
|
|
712
|
-
desktopAgentBridgeVersion: string;
|
|
713
|
-
/**
|
|
714
|
-
* The FDC3 versions supported by the Bridge
|
|
715
|
-
*/
|
|
716
|
-
supportedFDC3Versions: string[];
|
|
717
|
-
}
|
|
718
|
-
/**
|
|
719
|
-
* Identifies the type of the connection step message.
|
|
720
|
-
*/
|
|
721
|
-
/**
|
|
722
|
-
* Handshake message sent by the Desktop Agent to the Bridge (including requested name,
|
|
723
|
-
* channel state and authentication data)
|
|
724
|
-
*
|
|
725
|
-
* A message used during the connection flow for a Desktop Agent to the Bridge. Used for
|
|
726
|
-
* messages sent in either direction.
|
|
727
|
-
*/
|
|
728
|
-
export interface ConnectionStep3Handshake {
|
|
729
|
-
meta: ConnectionStep3HandshakeMeta;
|
|
730
|
-
/**
|
|
731
|
-
* The message payload, containing data pertaining to this connection step.
|
|
732
|
-
*/
|
|
733
|
-
payload: ConnectionStep3HandshakePayload;
|
|
734
|
-
/**
|
|
735
|
-
* Identifies the type of the connection step message.
|
|
736
|
-
*/
|
|
737
|
-
type: "handshake";
|
|
738
|
-
}
|
|
739
|
-
/**
|
|
740
|
-
* Metadata for this connection step message.
|
|
741
|
-
*/
|
|
742
|
-
export interface ConnectionStep3HandshakeMeta {
|
|
743
|
-
requestUuid: string;
|
|
744
|
-
timestamp: Date;
|
|
745
|
-
}
|
|
746
|
-
/**
|
|
747
|
-
* The message payload, containing data pertaining to this connection step.
|
|
748
|
-
*/
|
|
749
|
-
export interface ConnectionStep3HandshakePayload {
|
|
750
|
-
authToken?: string;
|
|
751
|
-
/**
|
|
752
|
-
* The current state of the Desktop Agent's App and User channels (exclude any Private
|
|
753
|
-
* channels), as a mapping of channel id to an array of Context objects, one per type found
|
|
754
|
-
* in the channel, most recent first.
|
|
755
|
-
*/
|
|
756
|
-
channelsState: {
|
|
757
|
-
[key: string]: ContextElement[];
|
|
758
|
-
};
|
|
759
|
-
/**
|
|
760
|
-
* Desktop Agent ImplementationMetadata trying to connect to the bridge.
|
|
761
|
-
*/
|
|
762
|
-
implementationMetadata: ConnectingAgentImplementationMetadata;
|
|
763
|
-
/**
|
|
764
|
-
* The requested Desktop Agent name
|
|
765
|
-
*/
|
|
766
|
-
requestedName: string;
|
|
767
|
-
}
|
|
768
|
-
/**
|
|
769
|
-
* Desktop Agent ImplementationMetadata trying to connect to the bridge.
|
|
770
|
-
*
|
|
771
|
-
* Metadata relating to the FDC3 Desktop Agent implementation and its provider.
|
|
772
|
-
*/
|
|
773
|
-
export interface ConnectingAgentImplementationMetadata {
|
|
774
|
-
/**
|
|
775
|
-
* The version number of the FDC3 specification that the implementation provides.
|
|
776
|
-
* The string must be a numeric semver version, e.g. 1.2 or 1.2.1.
|
|
777
|
-
*/
|
|
778
|
-
fdc3Version: string;
|
|
779
|
-
/**
|
|
780
|
-
* Metadata indicating whether the Desktop Agent implements optional features of
|
|
781
|
-
* the Desktop Agent API.
|
|
782
|
-
*/
|
|
783
|
-
optionalFeatures: OptionalFeatures;
|
|
784
|
-
/**
|
|
785
|
-
* The name of the provider of the Desktop Agent implementation (e.g. Finsemble, Glue42,
|
|
786
|
-
* OpenFin etc.).
|
|
787
|
-
*/
|
|
788
|
-
provider: string;
|
|
789
|
-
/**
|
|
790
|
-
* The version of the provider of the Desktop Agent implementation (e.g. 5.3.0).
|
|
791
|
-
*/
|
|
792
|
-
providerVersion?: string;
|
|
793
|
-
}
|
|
794
|
-
/**
|
|
795
|
-
* Metadata indicating whether the Desktop Agent implements optional features of
|
|
796
|
-
* the Desktop Agent API.
|
|
797
|
-
*/
|
|
798
|
-
export interface OptionalFeatures {
|
|
799
|
-
/**
|
|
800
|
-
* Used to indicate whether the experimental Desktop Agent Bridging
|
|
801
|
-
* feature is implemented by the Desktop Agent.
|
|
802
|
-
*/
|
|
803
|
-
DesktopAgentBridging: boolean;
|
|
804
|
-
/**
|
|
805
|
-
* Used to indicate whether the exposure of 'originating app metadata' for
|
|
806
|
-
* context and intent messages is supported by the Desktop Agent.
|
|
807
|
-
*/
|
|
808
|
-
OriginatingAppMetadata: boolean;
|
|
809
|
-
/**
|
|
810
|
-
* Used to indicate whether the optional `fdc3.joinUserChannel`,
|
|
811
|
-
* `fdc3.getCurrentChannel` and `fdc3.leaveCurrentChannel` are implemented by
|
|
812
|
-
* the Desktop Agent.
|
|
813
|
-
*/
|
|
814
|
-
UserChannelMembershipAPIs: boolean;
|
|
815
|
-
}
|
|
816
|
-
/**
|
|
817
|
-
* Identifies the type of the connection step message.
|
|
818
|
-
*/
|
|
819
|
-
/**
|
|
820
|
-
* Message sent by Bridge to Desktop Agent if their authentication fails.
|
|
821
|
-
*
|
|
822
|
-
* A message used during the connection flow for a Desktop Agent to the Bridge. Used for
|
|
823
|
-
* messages sent in either direction.
|
|
824
|
-
*/
|
|
825
|
-
export interface ConnectionStep4AuthenticationFailed {
|
|
826
|
-
meta: ConnectionStep4AuthenticationFailedMeta;
|
|
827
|
-
/**
|
|
828
|
-
* The message payload, containing data pertaining to this connection step.
|
|
829
|
-
*/
|
|
830
|
-
payload: ConnectionStep4AuthenticationFailedPayload;
|
|
831
|
-
/**
|
|
832
|
-
* Identifies the type of the connection step message.
|
|
833
|
-
*/
|
|
834
|
-
type: "authenticationFailed";
|
|
835
|
-
}
|
|
836
|
-
/**
|
|
837
|
-
* Metadata for this connection step message.
|
|
838
|
-
*/
|
|
839
|
-
export interface ConnectionStep4AuthenticationFailedMeta {
|
|
840
|
-
requestUuid: string;
|
|
841
|
-
responseUuid: string;
|
|
842
|
-
timestamp: Date;
|
|
843
|
-
}
|
|
844
|
-
/**
|
|
845
|
-
* The message payload, containing data pertaining to this connection step.
|
|
846
|
-
*/
|
|
847
|
-
export interface ConnectionStep4AuthenticationFailedPayload {
|
|
848
|
-
message?: string;
|
|
849
|
-
}
|
|
850
|
-
/**
|
|
851
|
-
* Identifies the type of the connection step message.
|
|
852
|
-
*/
|
|
853
|
-
/**
|
|
854
|
-
* Message sent by Bridge to all Desktop Agent when an agent joins or leaves the bridge,
|
|
855
|
-
* includes the details of all agents, the change made and the expected channel state for
|
|
856
|
-
* all agents.
|
|
857
|
-
*
|
|
858
|
-
* A message used during the connection flow for a Desktop Agent to the Bridge. Used for
|
|
859
|
-
* messages sent in either direction.
|
|
860
|
-
*/
|
|
861
|
-
export interface ConnectionStep6ConnectedAgentsUpdate {
|
|
862
|
-
meta: ConnectionStep6ConnectedAgentsUpdateMeta;
|
|
863
|
-
/**
|
|
864
|
-
* The message payload, containing data pertaining to this connection step.
|
|
865
|
-
*/
|
|
866
|
-
payload: ConnectionStep6ConnectedAgentsUpdatePayload;
|
|
867
|
-
/**
|
|
868
|
-
* Identifies the type of the connection step message.
|
|
869
|
-
*/
|
|
870
|
-
type: "connectedAgentsUpdate";
|
|
871
|
-
}
|
|
872
|
-
/**
|
|
873
|
-
* Metadata for this connection step message.
|
|
874
|
-
*/
|
|
875
|
-
export interface ConnectionStep6ConnectedAgentsUpdateMeta {
|
|
876
|
-
requestUuid: string;
|
|
877
|
-
responseUuid: string;
|
|
878
|
-
timestamp: Date;
|
|
879
|
-
}
|
|
880
|
-
/**
|
|
881
|
-
* The message payload, containing data pertaining to this connection step.
|
|
882
|
-
*/
|
|
883
|
-
export interface ConnectionStep6ConnectedAgentsUpdatePayload {
|
|
884
|
-
/**
|
|
885
|
-
* Should be set when an agent first connects to the bridge and provide its assigned name.
|
|
886
|
-
*/
|
|
887
|
-
addAgent?: string;
|
|
888
|
-
/**
|
|
889
|
-
* Desktop Agent Bridge implementation metadata of all connected agents.
|
|
890
|
-
*/
|
|
891
|
-
allAgents: DesktopAgentImplementationMetadata[];
|
|
892
|
-
/**
|
|
893
|
-
* The updated state of channels that should be adopted by the agents. Should only be set
|
|
894
|
-
* when an agent is connecting to the bridge.
|
|
895
|
-
*/
|
|
896
|
-
channelsState?: {
|
|
897
|
-
[key: string]: ContextElement[];
|
|
898
|
-
};
|
|
899
|
-
/**
|
|
900
|
-
* Should be set when an agent disconnects from the bridge and provide the name that no
|
|
901
|
-
* longer is assigned.
|
|
902
|
-
*/
|
|
903
|
-
removeAgent?: string;
|
|
904
|
-
}
|
|
905
|
-
/**
|
|
906
|
-
* Includes the name assigned to the Desktop Agent by the Bridge.
|
|
907
|
-
*
|
|
908
|
-
* Metadata relating to the FDC3 Desktop Agent implementation and its provider.
|
|
909
|
-
*/
|
|
910
|
-
export interface DesktopAgentImplementationMetadata {
|
|
911
|
-
/**
|
|
912
|
-
* Used in Desktop Agent Bridging to attribute or target a message to a particular Desktop
|
|
913
|
-
* Agent.
|
|
914
|
-
*/
|
|
915
|
-
desktopAgent: string;
|
|
916
|
-
/**
|
|
917
|
-
* The version number of the FDC3 specification that the implementation provides.
|
|
918
|
-
* The string must be a numeric semver version, e.g. 1.2 or 1.2.1.
|
|
919
|
-
*/
|
|
920
|
-
fdc3Version: string;
|
|
921
|
-
/**
|
|
922
|
-
* Metadata indicating whether the Desktop Agent implements optional features of
|
|
923
|
-
* the Desktop Agent API.
|
|
924
|
-
*/
|
|
925
|
-
optionalFeatures: OptionalFeatures;
|
|
926
|
-
/**
|
|
927
|
-
* The name of the provider of the Desktop Agent implementation (e.g. Finsemble, Glue42,
|
|
928
|
-
* OpenFin etc.).
|
|
929
|
-
*/
|
|
930
|
-
provider: string;
|
|
931
|
-
/**
|
|
932
|
-
* The version of the provider of the Desktop Agent implementation (e.g. 5.3.0).
|
|
933
|
-
*/
|
|
934
|
-
providerVersion?: string;
|
|
935
|
-
}
|
|
936
|
-
/**
|
|
937
|
-
* Identifies the type of the connection step message.
|
|
938
|
-
*/
|
|
939
|
-
/**
|
|
940
|
-
* A response to a findInstances request that contains an error.
|
|
941
|
-
*
|
|
942
|
-
* A response message from a Desktop Agent to the Bridge containing an error, to be used in
|
|
943
|
-
* preference to the standard response when an error needs to be returned.
|
|
944
|
-
*/
|
|
945
|
-
export interface FindInstancesAgentErrorResponse {
|
|
946
|
-
meta: FindInstancesAgentErrorResponseMeta;
|
|
947
|
-
/**
|
|
948
|
-
* Error message payload containing an standardized error string.
|
|
949
|
-
*/
|
|
950
|
-
payload: FindInstancesAgentErrorResponsePayload;
|
|
951
|
-
/**
|
|
952
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
953
|
-
* the message relates to, e.g. 'findIntent', with 'Response' appended.
|
|
954
|
-
*/
|
|
955
|
-
type: "findInstancesResponse";
|
|
956
|
-
}
|
|
957
|
-
/**
|
|
958
|
-
* Metadata for a response messages sent by a Desktop Agent to the Bridge
|
|
959
|
-
*/
|
|
960
|
-
export interface FindInstancesAgentErrorResponseMeta {
|
|
961
|
-
requestUuid: string;
|
|
962
|
-
responseUuid: string;
|
|
963
|
-
timestamp: Date;
|
|
964
|
-
}
|
|
965
|
-
/**
|
|
966
|
-
* Error message payload containing an standardized error string.
|
|
967
|
-
*/
|
|
968
|
-
export interface FindInstancesAgentErrorResponsePayload {
|
|
969
|
-
error: ErrorMessage;
|
|
970
|
-
}
|
|
971
|
-
/**
|
|
972
|
-
* Constants representing the errors that can be encountered when calling the `findIntent`,
|
|
973
|
-
* `findIntentsByContext`, `raiseIntent` or `raiseIntentForContext` methods on the
|
|
974
|
-
* DesktopAgent (`fdc3`).
|
|
975
|
-
*
|
|
976
|
-
* Array of error message strings for responses that were not returned to the bridge before
|
|
977
|
-
* the timeout or because an error occurred. Should be the same length as the `errorSources`
|
|
978
|
-
* array and ordered the same. May be omitted if all sources responded without errors.
|
|
979
|
-
*
|
|
980
|
-
* Constants representing the errors that can be encountered when calling the `open` method
|
|
981
|
-
* on the DesktopAgent object (`fdc3`).
|
|
982
|
-
*/
|
|
983
|
-
export declare type ErrorMessage = "DesktopAgentNotFound" | "IntentDeliveryFailed" | "MalformedContext" | "NoAppsFound" | "ResolverTimeout" | "ResolverUnavailable" | "TargetAppUnavailable" | "TargetInstanceUnavailable" | "UserCancelledResolution" | "AgentDisconnected" | "NotConnectedToBridge" | "ResponseToBridgeTimedOut" | "MalformedMessage";
|
|
984
|
-
/**
|
|
985
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
986
|
-
* the message relates to, e.g. 'findIntent', with 'Response' appended.
|
|
987
|
-
*
|
|
988
|
-
* UUID for the request
|
|
989
|
-
*
|
|
990
|
-
* UUID for this specific response message.
|
|
991
|
-
*/
|
|
992
|
-
/**
|
|
993
|
-
* A request for details of instances of a particular app
|
|
994
|
-
*
|
|
995
|
-
* A request message from a Desktop Agent to the Bridge.
|
|
996
|
-
*/
|
|
997
|
-
export interface FindInstancesAgentRequest {
|
|
998
|
-
meta: FindInstancesAgentRequestMeta;
|
|
999
|
-
/**
|
|
1000
|
-
* The message payload typically contains the arguments to FDC3 API functions.
|
|
1001
|
-
*/
|
|
1002
|
-
payload: FindInstancesAgentRequestPayload;
|
|
1003
|
-
/**
|
|
1004
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
1005
|
-
* the message relates to, e.g. 'findIntent', with 'Request' appended.
|
|
1006
|
-
*/
|
|
1007
|
-
type: "findInstancesRequest";
|
|
1008
|
-
}
|
|
1009
|
-
/**
|
|
1010
|
-
* Metadata for a request message sent by Desktop Agents to the Bridge.
|
|
1011
|
-
*/
|
|
1012
|
-
export interface FindInstancesAgentRequestMeta {
|
|
1013
|
-
/**
|
|
1014
|
-
* Optional field that represents the destination that the request should be routed to. Must
|
|
1015
|
-
* be set by the Desktop Agent for API calls that include a target app parameter and must
|
|
1016
|
-
* include the name of the Desktop Agent hosting the target application.
|
|
1017
|
-
*/
|
|
1018
|
-
destination?: DestinationObject;
|
|
1019
|
-
requestUuid: string;
|
|
1020
|
-
/**
|
|
1021
|
-
* Field that represents the source application that the request was received from, or the
|
|
1022
|
-
* source Desktop Agent if it issued the request itself.
|
|
1023
|
-
*/
|
|
1024
|
-
source?: SourceIdentifier;
|
|
1025
|
-
timestamp: Date;
|
|
1026
|
-
}
|
|
1027
|
-
/**
|
|
1028
|
-
* Identifies a particular Desktop Agent in Desktop Agent Bridging scenarios
|
|
1029
|
-
* where a request needs to be directed to a Desktop Agent rather than a specific app, or a
|
|
1030
|
-
* response message is returned by the Desktop Agent (or more specifically its resolver)
|
|
1031
|
-
* rather than a specific app. Used as a substitute for `AppIdentifier` in cases where no
|
|
1032
|
-
* app details are available or are appropriate.
|
|
1033
|
-
*
|
|
1034
|
-
* Array of DesktopAgentIdentifiers for responses that were not returned to the bridge
|
|
1035
|
-
* before the timeout or because an error occurred. May be omitted if all sources responded
|
|
1036
|
-
* without errors. MUST include the `desktopAgent` field when returned by the bridge.
|
|
1037
|
-
*
|
|
1038
|
-
* Array of DesktopAgentIdentifiers for the sources that generated responses to the request.
|
|
1039
|
-
* Will contain a single value for individual responses and multiple values for responses
|
|
1040
|
-
* that were collated by the bridge. May be omitted if all sources errored. MUST include the
|
|
1041
|
-
* `desktopAgent` field when returned by the bridge.
|
|
1042
|
-
*
|
|
1043
|
-
* Field that represents a destination Desktop Agent that a request is to be sent to.
|
|
1044
|
-
*
|
|
1045
|
-
* Optional field that represents the destination that the request should be routed to. Must
|
|
1046
|
-
* be set by the Desktop Agent for API calls that include a target app parameter and must
|
|
1047
|
-
* include the name of the Desktop Agent hosting the target application.
|
|
1048
|
-
*
|
|
1049
|
-
* Represents identifiers that MUST include the Desktop Agent name and MAY identify a
|
|
1050
|
-
* specific app or instance.
|
|
1051
|
-
*
|
|
1052
|
-
* Field that represents the source application that the request was received from, or the
|
|
1053
|
-
* source Desktop Agent if it issued the request itself. The Desktop Agent identifier MUST
|
|
1054
|
-
* be set by the bridge.
|
|
1055
|
-
*
|
|
1056
|
-
* Field that represents a destination App on a remote Desktop Agent that a request is to be
|
|
1057
|
-
* sent to.
|
|
1058
|
-
*
|
|
1059
|
-
* Identifies an application, or instance of an application, and is used to target FDC3 API
|
|
1060
|
-
* calls, such as `fdc3.open` or `fdc3.raiseIntent` at specific applications or application
|
|
1061
|
-
* instances.
|
|
1062
|
-
*
|
|
1063
|
-
* Will always include at least an `appId` field, which uniquely identifies a specific app.
|
|
1064
|
-
*
|
|
1065
|
-
* If the `instanceId` field is set then the `AppMetadata` object represents a specific
|
|
1066
|
-
* instance of the application that may be addressed using that Id.
|
|
1067
|
-
*
|
|
1068
|
-
* Field that represents the source application that a request or response was received
|
|
1069
|
-
* from.
|
|
1070
|
-
*
|
|
1071
|
-
* Identifier for the app instance that was selected (or started) to resolve the intent.
|
|
1072
|
-
* `source.instanceId` MUST be set, indicating the specific app instance that
|
|
1073
|
-
* received the intent.
|
|
1074
|
-
*/
|
|
1075
|
-
export interface DestinationObject {
|
|
1076
|
-
/**
|
|
1077
|
-
* Used in Desktop Agent Bridging to attribute or target a message to a
|
|
1078
|
-
* particular Desktop Agent.
|
|
1079
|
-
*
|
|
1080
|
-
* The Desktop Agent that the app is available on. Used in Desktop Agent Bridging to
|
|
1081
|
-
* identify the Desktop Agent to target.
|
|
1082
|
-
*/
|
|
1083
|
-
desktopAgent: string;
|
|
1084
|
-
/**
|
|
1085
|
-
* The unique application identifier located within a specific application directory
|
|
1086
|
-
* instance. An example of an appId might be 'app@sub.root'
|
|
1087
|
-
*/
|
|
1088
|
-
appId?: string;
|
|
1089
|
-
/**
|
|
1090
|
-
* An optional instance identifier, indicating that this object represents a specific
|
|
1091
|
-
* instance of the application described.
|
|
1092
|
-
*/
|
|
1093
|
-
instanceId?: string;
|
|
1094
|
-
[property: string]: any;
|
|
1095
|
-
}
|
|
1096
|
-
/**
|
|
1097
|
-
* The message payload typically contains the arguments to FDC3 API functions.
|
|
1098
|
-
*/
|
|
1099
|
-
export interface FindInstancesAgentRequestPayload {
|
|
1100
|
-
app: AppIdentifier;
|
|
1101
|
-
}
|
|
1102
|
-
/**
|
|
1103
|
-
* Identifies an application, or instance of an application, and is used to target FDC3 API
|
|
1104
|
-
* calls, such as `fdc3.open` or `fdc3.raiseIntent` at specific applications or application
|
|
1105
|
-
* instances.
|
|
1106
|
-
*
|
|
1107
|
-
* Will always include at least an `appId` field, which uniquely identifies a specific app.
|
|
1108
|
-
*
|
|
1109
|
-
* If the `instanceId` field is set then the `AppMetadata` object represents a specific
|
|
1110
|
-
* instance of the application that may be addressed using that Id.
|
|
1111
|
-
*
|
|
1112
|
-
* Field that represents the source application that a request or response was received
|
|
1113
|
-
* from.
|
|
1114
|
-
*
|
|
1115
|
-
* Identifier for the app instance that was selected (or started) to resolve the intent.
|
|
1116
|
-
* `source.instanceId` MUST be set, indicating the specific app instance that
|
|
1117
|
-
* received the intent.
|
|
1118
|
-
*/
|
|
1119
|
-
export interface AppIdentifier {
|
|
1120
|
-
/**
|
|
1121
|
-
* The unique application identifier located within a specific application directory
|
|
1122
|
-
* instance. An example of an appId might be 'app@sub.root'
|
|
1123
|
-
*/
|
|
1124
|
-
appId: string;
|
|
1125
|
-
/**
|
|
1126
|
-
* The Desktop Agent that the app is available on. Used in Desktop Agent Bridging to
|
|
1127
|
-
* identify the Desktop Agent to target.
|
|
1128
|
-
*/
|
|
1129
|
-
desktopAgent?: string;
|
|
1130
|
-
/**
|
|
1131
|
-
* An optional instance identifier, indicating that this object represents a specific
|
|
1132
|
-
* instance of the application described.
|
|
1133
|
-
*/
|
|
1134
|
-
instanceId?: string;
|
|
1135
|
-
[property: string]: any;
|
|
1136
|
-
}
|
|
1137
|
-
/**
|
|
1138
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
1139
|
-
* the message relates to, e.g. 'findIntent', with 'Request' appended.
|
|
1140
|
-
*
|
|
1141
|
-
* UUID for the request
|
|
1142
|
-
*
|
|
1143
|
-
* UUID for this specific response message.
|
|
1144
|
-
*/
|
|
1145
|
-
/**
|
|
1146
|
-
* A response to a findInstances request.
|
|
1147
|
-
*
|
|
1148
|
-
* A response message from a Desktop Agent to the Bridge.
|
|
1149
|
-
*/
|
|
1150
|
-
export interface FindInstancesAgentResponse {
|
|
1151
|
-
meta: FindInstancesAgentResponseMeta;
|
|
1152
|
-
/**
|
|
1153
|
-
* The message payload typically contains return values for FDC3 API functions.
|
|
1154
|
-
*/
|
|
1155
|
-
payload: FindInstancesAgentResponsePayload;
|
|
1156
|
-
/**
|
|
1157
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
1158
|
-
* the message relates to, e.g. 'findIntent', with 'Response' appended.
|
|
1159
|
-
*/
|
|
1160
|
-
type: "findInstancesResponse";
|
|
1161
|
-
}
|
|
1162
|
-
/**
|
|
1163
|
-
* Metadata for a response messages sent by a Desktop Agent to the Bridge
|
|
1164
|
-
*/
|
|
1165
|
-
export interface FindInstancesAgentResponseMeta {
|
|
1166
|
-
requestUuid: string;
|
|
1167
|
-
responseUuid: string;
|
|
1168
|
-
timestamp: Date;
|
|
1169
|
-
}
|
|
1170
|
-
/**
|
|
1171
|
-
* The message payload typically contains return values for FDC3 API functions.
|
|
1172
|
-
*/
|
|
1173
|
-
export interface FindInstancesAgentResponsePayload {
|
|
1174
|
-
appIdentifiers: AppMetadata[];
|
|
1175
|
-
}
|
|
1176
|
-
/**
|
|
1177
|
-
* Extends an `AppIdentifier`, describing an application or instance of an application, with
|
|
1178
|
-
* additional descriptive metadata that is usually provided by an FDC3 App Directory that
|
|
1179
|
-
* the desktop agent connects to.
|
|
1180
|
-
*
|
|
1181
|
-
* The additional information from an app directory can aid in rendering UI elements, such
|
|
1182
|
-
* as a launcher menu or resolver UI. This includes a title, description, tooltip and icon
|
|
1183
|
-
* and screenshot URLs.
|
|
1184
|
-
*
|
|
1185
|
-
* Note that as `AppMetadata` instances are also `AppIdentifiers` they may be passed to the
|
|
1186
|
-
* `app` argument of `fdc3.open`, `fdc3.raiseIntent` etc.
|
|
1187
|
-
*/
|
|
1188
|
-
export interface AppMetadata {
|
|
1189
|
-
/**
|
|
1190
|
-
* The unique application identifier located within a specific application directory
|
|
1191
|
-
* instance. An example of an appId might be 'app@sub.root'
|
|
1192
|
-
*/
|
|
1193
|
-
appId: string;
|
|
1194
|
-
/**
|
|
1195
|
-
* A longer, multi-paragraph description for the application that could include markup
|
|
1196
|
-
*/
|
|
1197
|
-
description?: string;
|
|
1198
|
-
/**
|
|
1199
|
-
* The Desktop Agent that the app is available on. Used in Desktop Agent Bridging to
|
|
1200
|
-
* identify the Desktop Agent to target.
|
|
1201
|
-
*/
|
|
1202
|
-
desktopAgent?: string;
|
|
1203
|
-
/**
|
|
1204
|
-
* A list of icon URLs for the application that can be used to render UI elements
|
|
1205
|
-
*/
|
|
1206
|
-
icons?: Icon[];
|
|
1207
|
-
/**
|
|
1208
|
-
* An optional instance identifier, indicating that this object represents a specific
|
|
1209
|
-
* instance of the application described.
|
|
1210
|
-
*/
|
|
1211
|
-
instanceId?: string;
|
|
1212
|
-
/**
|
|
1213
|
-
* An optional set of, implementation specific, metadata fields that can be used to
|
|
1214
|
-
* disambiguate instances, such as a window title or screen position. Must only be set if
|
|
1215
|
-
* `instanceId` is set.
|
|
1216
|
-
*/
|
|
1217
|
-
instanceMetadata?: {
|
|
1218
|
-
[key: string]: any;
|
|
1219
|
-
};
|
|
1220
|
-
/**
|
|
1221
|
-
* The 'friendly' app name.
|
|
1222
|
-
* This field was used with the `open` and `raiseIntent` calls in FDC3 <2.0, which now
|
|
1223
|
-
* require an `AppIdentifier` wth `appId` set.
|
|
1224
|
-
* Note that for display purposes the `title` field should be used, if set, in preference to
|
|
1225
|
-
* this field.
|
|
1226
|
-
*/
|
|
1227
|
-
name?: string;
|
|
1228
|
-
/**
|
|
1229
|
-
* The type of output returned for any intent specified during resolution. May express a
|
|
1230
|
-
* particular context type (e.g. "fdc3.instrument"), channel (e.g. "channel") or a channel
|
|
1231
|
-
* that will receive a specified type (e.g. "channel<fdc3.instrument>").
|
|
1232
|
-
*/
|
|
1233
|
-
resultType?: null | string;
|
|
1234
|
-
/**
|
|
1235
|
-
* Images representing the app in common usage scenarios that can be used to render UI
|
|
1236
|
-
* elements
|
|
1237
|
-
*/
|
|
1238
|
-
screenshots?: Image[];
|
|
1239
|
-
/**
|
|
1240
|
-
* A more user-friendly application title that can be used to render UI elements
|
|
1241
|
-
*/
|
|
1242
|
-
title?: string;
|
|
1243
|
-
/**
|
|
1244
|
-
* A tooltip for the application that can be used to render UI elements
|
|
1245
|
-
*/
|
|
1246
|
-
tooltip?: string;
|
|
1247
|
-
/**
|
|
1248
|
-
* The Version of the application.
|
|
1249
|
-
*/
|
|
1250
|
-
version?: string;
|
|
1251
|
-
}
|
|
1252
|
-
/**
|
|
1253
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
1254
|
-
* Copyright FINOS FDC3 contributors - see NOTICE file
|
|
1255
|
-
*/
|
|
1256
|
-
export interface Icon {
|
|
1257
|
-
/**
|
|
1258
|
-
* The icon dimension, formatted as `<height>x<width>`.
|
|
1259
|
-
*/
|
|
1260
|
-
size?: string;
|
|
1261
|
-
/**
|
|
1262
|
-
* The icon url
|
|
1263
|
-
*/
|
|
1264
|
-
src: string;
|
|
1265
|
-
/**
|
|
1266
|
-
* Icon media type. If not present the Desktop Agent may use the src file extension.
|
|
1267
|
-
*/
|
|
1268
|
-
type?: string;
|
|
1269
|
-
}
|
|
1270
|
-
/**
|
|
1271
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
1272
|
-
* Copyright FINOS FDC3 contributors - see NOTICE file
|
|
1273
|
-
*/
|
|
1274
|
-
export interface Image {
|
|
1275
|
-
/**
|
|
1276
|
-
* Caption for the image.
|
|
1277
|
-
*/
|
|
1278
|
-
label?: string;
|
|
1279
|
-
/**
|
|
1280
|
-
* The image dimension, formatted as `<height>x<width>`.
|
|
1281
|
-
*/
|
|
1282
|
-
size?: string;
|
|
1283
|
-
/**
|
|
1284
|
-
* The image url.
|
|
1285
|
-
*/
|
|
1286
|
-
src: string;
|
|
1287
|
-
/**
|
|
1288
|
-
* Image media type. If not present the Desktop Agent may use the src file extension.
|
|
1289
|
-
*/
|
|
1290
|
-
type?: string;
|
|
1291
|
-
}
|
|
1292
|
-
/**
|
|
1293
|
-
* A response to a findInstances request that contains an error.
|
|
1294
|
-
*
|
|
1295
|
-
* A response message from the Bridge back to the original Desktop Agent that raised the
|
|
1296
|
-
* request, used where all connected agents returned errors.
|
|
1297
|
-
*/
|
|
1298
|
-
export interface FindInstancesBridgeErrorResponse {
|
|
1299
|
-
meta: FindInstancesBridgeErrorResponseMeta;
|
|
1300
|
-
/**
|
|
1301
|
-
* The error message payload contains details of an error return to the app or agent that
|
|
1302
|
-
* raised the original request.
|
|
1303
|
-
*/
|
|
1304
|
-
payload: FindInstancesBridgeErrorResponsePayload;
|
|
1305
|
-
/**
|
|
1306
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
1307
|
-
* the message relates to, e.g. 'findIntent', with 'Response' appended.
|
|
1308
|
-
*/
|
|
1309
|
-
type: "findInstancesResponse";
|
|
1310
|
-
}
|
|
1311
|
-
/**
|
|
1312
|
-
* Metadata required in a response message collated and/or forwarded on by the Bridge
|
|
1313
|
-
*/
|
|
1314
|
-
export interface FindInstancesBridgeErrorResponseMeta {
|
|
1315
|
-
errorDetails: ResponseErrorDetail[];
|
|
1316
|
-
errorSources: DesktopAgentIdentifier[];
|
|
1317
|
-
requestUuid: string;
|
|
1318
|
-
responseUuid: string;
|
|
1319
|
-
timestamp: Date;
|
|
1320
|
-
}
|
|
1321
|
-
/**
|
|
1322
|
-
* The error message payload contains details of an error return to the app or agent that
|
|
1323
|
-
* raised the original request.
|
|
1324
|
-
*/
|
|
1325
|
-
export interface FindInstancesBridgeErrorResponsePayload {
|
|
1326
|
-
error: ErrorMessage;
|
|
1327
|
-
}
|
|
1328
|
-
/**
|
|
1329
|
-
* A request for details of instances of a particular app
|
|
1330
|
-
*
|
|
1331
|
-
* A request message forwarded from the Bridge onto a Desktop Agent connected to it.
|
|
1332
|
-
*/
|
|
1333
|
-
export interface FindInstancesBridgeRequest {
|
|
1334
|
-
meta: FindInstancesBridgeRequestMeta;
|
|
1335
|
-
/**
|
|
1336
|
-
* The message payload typically contains the arguments to FDC3 API functions.
|
|
1337
|
-
*/
|
|
1338
|
-
payload: FindInstancesBridgeRequestPayload;
|
|
1339
|
-
/**
|
|
1340
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
1341
|
-
* the message relates to, e.g. 'findIntent', with 'Request' appended.
|
|
1342
|
-
*/
|
|
1343
|
-
type: "findInstancesRequest";
|
|
1344
|
-
}
|
|
1345
|
-
/**
|
|
1346
|
-
* Metadata required in a request message forwarded on by the Bridge
|
|
1347
|
-
*/
|
|
1348
|
-
export interface FindInstancesBridgeRequestMeta {
|
|
1349
|
-
/**
|
|
1350
|
-
* Optional field that represents the destination that the request should be routed to. Must
|
|
1351
|
-
* be set by the Desktop Agent for API calls that include a target app parameter and must
|
|
1352
|
-
* include the name of the Desktop Agent hosting the target application.
|
|
1353
|
-
*/
|
|
1354
|
-
destination?: DestinationObject;
|
|
1355
|
-
requestUuid: string;
|
|
1356
|
-
/**
|
|
1357
|
-
* Field that represents the source application that the request was received from, or the
|
|
1358
|
-
* source Desktop Agent if it issued the request itself. The Desktop Agent identifier MUST
|
|
1359
|
-
* be set by the bridge.
|
|
1360
|
-
*/
|
|
1361
|
-
source: MetaSourceObject;
|
|
1362
|
-
timestamp: Date;
|
|
1363
|
-
}
|
|
1364
|
-
/**
|
|
1365
|
-
* Field that represents the source application that the request was received from, or the
|
|
1366
|
-
* source Desktop Agent if it issued the request itself.
|
|
1367
|
-
*
|
|
1368
|
-
* Field that represents the source application that a request or response was received
|
|
1369
|
-
* from, or the source Desktop Agent if it issued the request or response itself.
|
|
1370
|
-
*
|
|
1371
|
-
* Identifies an application, or instance of an application, and is used to target FDC3 API
|
|
1372
|
-
* calls, such as `fdc3.open` or `fdc3.raiseIntent` at specific applications or application
|
|
1373
|
-
* instances.
|
|
1374
|
-
*
|
|
1375
|
-
* Will always include at least an `appId` field, which uniquely identifies a specific app.
|
|
1376
|
-
*
|
|
1377
|
-
* If the `instanceId` field is set then the `AppMetadata` object represents a specific
|
|
1378
|
-
* instance of the application that may be addressed using that Id.
|
|
1379
|
-
*
|
|
1380
|
-
* Field that represents the source application that a request or response was received
|
|
1381
|
-
* from.
|
|
1382
|
-
*
|
|
1383
|
-
* Identifier for the app instance that was selected (or started) to resolve the intent.
|
|
1384
|
-
* `source.instanceId` MUST be set, indicating the specific app instance that
|
|
1385
|
-
* received the intent.
|
|
1386
|
-
*
|
|
1387
|
-
* Identifies a particular Desktop Agent in Desktop Agent Bridging scenarios
|
|
1388
|
-
* where a request needs to be directed to a Desktop Agent rather than a specific app, or a
|
|
1389
|
-
* response message is returned by the Desktop Agent (or more specifically its resolver)
|
|
1390
|
-
* rather than a specific app. Used as a substitute for `AppIdentifier` in cases where no
|
|
1391
|
-
* app details are available or are appropriate.
|
|
1392
|
-
*
|
|
1393
|
-
* Array of DesktopAgentIdentifiers for responses that were not returned to the bridge
|
|
1394
|
-
* before the timeout or because an error occurred. May be omitted if all sources responded
|
|
1395
|
-
* without errors. MUST include the `desktopAgent` field when returned by the bridge.
|
|
1396
|
-
*
|
|
1397
|
-
* Array of DesktopAgentIdentifiers for the sources that generated responses to the request.
|
|
1398
|
-
* Will contain a single value for individual responses and multiple values for responses
|
|
1399
|
-
* that were collated by the bridge. May be omitted if all sources errored. MUST include the
|
|
1400
|
-
* `desktopAgent` field when returned by the bridge.
|
|
1401
|
-
*
|
|
1402
|
-
* Field that represents a destination Desktop Agent that a request is to be sent to.
|
|
1403
|
-
*
|
|
1404
|
-
* Optional field that represents the destination that the request should be routed to. Must
|
|
1405
|
-
* be set by the Desktop Agent for API calls that include a target app parameter and must
|
|
1406
|
-
* include the name of the Desktop Agent hosting the target application.
|
|
1407
|
-
*
|
|
1408
|
-
* Represents identifiers that MUST include the Desktop Agent name and MAY identify a
|
|
1409
|
-
* specific app or instance.
|
|
1410
|
-
*
|
|
1411
|
-
* Field that represents the source application that the request was received from, or the
|
|
1412
|
-
* source Desktop Agent if it issued the request itself. The Desktop Agent identifier MUST
|
|
1413
|
-
* be set by the bridge.
|
|
1414
|
-
*
|
|
1415
|
-
* Field that represents a destination App on a remote Desktop Agent that a request is to be
|
|
1416
|
-
* sent to.
|
|
1417
|
-
*/
|
|
1418
|
-
export interface MetaSourceObject {
|
|
1419
|
-
/**
|
|
1420
|
-
* The unique application identifier located within a specific application directory
|
|
1421
|
-
* instance. An example of an appId might be 'app@sub.root'
|
|
1422
|
-
*/
|
|
1423
|
-
appId?: string;
|
|
1424
|
-
/**
|
|
1425
|
-
* The Desktop Agent that the app is available on. Used in Desktop Agent Bridging to
|
|
1426
|
-
* identify the Desktop Agent to target.
|
|
1427
|
-
*
|
|
1428
|
-
* Used in Desktop Agent Bridging to attribute or target a message to a
|
|
1429
|
-
* particular Desktop Agent.
|
|
1430
|
-
*/
|
|
1431
|
-
desktopAgent: string;
|
|
1432
|
-
/**
|
|
1433
|
-
* An optional instance identifier, indicating that this object represents a specific
|
|
1434
|
-
* instance of the application described.
|
|
1435
|
-
*/
|
|
1436
|
-
instanceId?: string;
|
|
1437
|
-
[property: string]: any;
|
|
1438
|
-
}
|
|
1439
|
-
/**
|
|
1440
|
-
* The message payload typically contains the arguments to FDC3 API functions.
|
|
1441
|
-
*/
|
|
1442
|
-
export interface FindInstancesBridgeRequestPayload {
|
|
1443
|
-
app: AppIdentifier;
|
|
1444
|
-
}
|
|
1445
|
-
/**
|
|
1446
|
-
* A response to a findInstances request.
|
|
1447
|
-
*
|
|
1448
|
-
* A response message from the Bridge back to the original Desktop Agent that raised the
|
|
1449
|
-
* request.
|
|
1450
|
-
*/
|
|
1451
|
-
export interface FindInstancesBridgeResponse {
|
|
1452
|
-
meta: FindInstancesBridgeResponseMeta;
|
|
1453
|
-
/**
|
|
1454
|
-
* The message payload typically contains return values for FDC3 API functions.
|
|
1455
|
-
*/
|
|
1456
|
-
payload: FindInstancesBridgeResponsePayload;
|
|
1457
|
-
/**
|
|
1458
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
1459
|
-
* the message relates to, e.g. 'findIntent', with 'Response' appended.
|
|
1460
|
-
*/
|
|
1461
|
-
type: "findInstancesResponse";
|
|
1462
|
-
}
|
|
1463
|
-
/**
|
|
1464
|
-
* Metadata required in a response message collated and/or forwarded on by the Bridge
|
|
1465
|
-
*/
|
|
1466
|
-
export interface FindInstancesBridgeResponseMeta {
|
|
1467
|
-
errorDetails?: ResponseErrorDetail[];
|
|
1468
|
-
errorSources?: DesktopAgentIdentifier[];
|
|
1469
|
-
requestUuid: string;
|
|
1470
|
-
responseUuid: string;
|
|
1471
|
-
sources?: DesktopAgentIdentifier[];
|
|
1472
|
-
timestamp: Date;
|
|
1473
|
-
}
|
|
1474
|
-
/**
|
|
1475
|
-
* The message payload typically contains return values for FDC3 API functions.
|
|
1476
|
-
*/
|
|
1477
|
-
export interface FindInstancesBridgeResponsePayload {
|
|
1478
|
-
appIdentifiers: AppMetadata[];
|
|
1479
|
-
}
|
|
1480
|
-
/**
|
|
1481
|
-
* A response to a findIntent request that contains an error.
|
|
1482
|
-
*
|
|
1483
|
-
* A response message from a Desktop Agent to the Bridge containing an error, to be used in
|
|
1484
|
-
* preference to the standard response when an error needs to be returned.
|
|
1485
|
-
*/
|
|
1486
|
-
export interface FindIntentAgentErrorResponse {
|
|
1487
|
-
meta: FindIntentAgentErrorResponseMeta;
|
|
1488
|
-
/**
|
|
1489
|
-
* Error message payload containing an standardized error string.
|
|
1490
|
-
*/
|
|
1491
|
-
payload: FindIntentAgentErrorResponsePayload;
|
|
1492
|
-
/**
|
|
1493
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
1494
|
-
* the message relates to, e.g. 'findIntent', with 'Response' appended.
|
|
1495
|
-
*/
|
|
1496
|
-
type: "findIntentResponse";
|
|
1497
|
-
}
|
|
1498
|
-
/**
|
|
1499
|
-
* Metadata for a response messages sent by a Desktop Agent to the Bridge
|
|
1500
|
-
*/
|
|
1501
|
-
export interface FindIntentAgentErrorResponseMeta {
|
|
1502
|
-
requestUuid: string;
|
|
1503
|
-
responseUuid: string;
|
|
1504
|
-
timestamp: Date;
|
|
1505
|
-
}
|
|
1506
|
-
/**
|
|
1507
|
-
* Error message payload containing an standardized error string.
|
|
1508
|
-
*/
|
|
1509
|
-
export interface FindIntentAgentErrorResponsePayload {
|
|
1510
|
-
error: ErrorMessage;
|
|
1511
|
-
}
|
|
1512
|
-
/**
|
|
1513
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
1514
|
-
* the message relates to, e.g. 'findIntent', with 'Response' appended.
|
|
1515
|
-
*
|
|
1516
|
-
* UUID for the request
|
|
1517
|
-
*
|
|
1518
|
-
* UUID for this specific response message.
|
|
1519
|
-
*/
|
|
1520
|
-
/**
|
|
1521
|
-
* A request for details of apps available to resolve a particular intent and context pair.
|
|
1522
|
-
*
|
|
1523
|
-
* A request message from a Desktop Agent to the Bridge.
|
|
1524
|
-
*/
|
|
1525
|
-
export interface FindIntentAgentRequest {
|
|
1526
|
-
meta: FindIntentAgentRequestMeta;
|
|
1527
|
-
/**
|
|
1528
|
-
* The message payload typically contains the arguments to FDC3 API functions.
|
|
1529
|
-
*/
|
|
1530
|
-
payload: FindIntentAgentRequestPayload;
|
|
1531
|
-
/**
|
|
1532
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
1533
|
-
* the message relates to, e.g. 'findIntent', with 'Request' appended.
|
|
1534
|
-
*/
|
|
1535
|
-
type: "findIntentRequest";
|
|
1536
|
-
}
|
|
1537
|
-
/**
|
|
1538
|
-
* Metadata for a request message sent by Desktop Agents to the Bridge.
|
|
1539
|
-
*/
|
|
1540
|
-
export interface FindIntentAgentRequestMeta {
|
|
1541
|
-
requestUuid: string;
|
|
1542
|
-
/**
|
|
1543
|
-
* Field that represents the source application that the request was received from, or the
|
|
1544
|
-
* source Desktop Agent if it issued the request itself.
|
|
1545
|
-
*/
|
|
1546
|
-
source?: SourceIdentifier;
|
|
1547
|
-
timestamp: Date;
|
|
1548
|
-
/**
|
|
1549
|
-
* Optional field that represents the destination that the request should be routed to. Must
|
|
1550
|
-
* be set by the Desktop Agent for API calls that include a target app parameter and must
|
|
1551
|
-
* include the name of the Desktop Agent hosting the target application.
|
|
1552
|
-
*/
|
|
1553
|
-
destination?: BridgeParticipantIdentifier;
|
|
1554
|
-
}
|
|
1555
|
-
/**
|
|
1556
|
-
* The message payload typically contains the arguments to FDC3 API functions.
|
|
1557
|
-
*/
|
|
1558
|
-
export interface FindIntentAgentRequestPayload {
|
|
1559
|
-
context?: ContextElement;
|
|
1560
|
-
intent: string;
|
|
1561
|
-
resultType?: string;
|
|
1562
|
-
}
|
|
1563
|
-
/**
|
|
1564
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
1565
|
-
* the message relates to, e.g. 'findIntent', with 'Request' appended.
|
|
1566
|
-
*
|
|
1567
|
-
* UUID for the request
|
|
1568
|
-
*
|
|
1569
|
-
* UUID for this specific response message.
|
|
1570
|
-
*/
|
|
1571
|
-
/**
|
|
1572
|
-
* A response to a findIntent request.
|
|
1573
|
-
*
|
|
1574
|
-
* A response message from a Desktop Agent to the Bridge.
|
|
1575
|
-
*/
|
|
1576
|
-
export interface FindIntentAgentResponse {
|
|
1577
|
-
meta: FindIntentAgentResponseMeta;
|
|
1578
|
-
/**
|
|
1579
|
-
* The message payload typically contains return values for FDC3 API functions.
|
|
1580
|
-
*/
|
|
1581
|
-
payload: FindIntentAgentResponsePayload;
|
|
1582
|
-
/**
|
|
1583
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
1584
|
-
* the message relates to, e.g. 'findIntent', with 'Response' appended.
|
|
1585
|
-
*/
|
|
1586
|
-
type: "findIntentResponse";
|
|
1587
|
-
}
|
|
1588
|
-
/**
|
|
1589
|
-
* Metadata for a response messages sent by a Desktop Agent to the Bridge
|
|
1590
|
-
*/
|
|
1591
|
-
export interface FindIntentAgentResponseMeta {
|
|
1592
|
-
requestUuid: string;
|
|
1593
|
-
responseUuid: string;
|
|
1594
|
-
timestamp: Date;
|
|
1595
|
-
}
|
|
1596
|
-
/**
|
|
1597
|
-
* The message payload typically contains return values for FDC3 API functions.
|
|
1598
|
-
*/
|
|
1599
|
-
export interface FindIntentAgentResponsePayload {
|
|
1600
|
-
appIntent: AppIntent;
|
|
1601
|
-
}
|
|
1602
|
-
/**
|
|
1603
|
-
* An interface that relates an intent to apps
|
|
1604
|
-
*/
|
|
1605
|
-
export interface AppIntent {
|
|
1606
|
-
/**
|
|
1607
|
-
* Details of applications that can resolve the intent.
|
|
1608
|
-
*/
|
|
1609
|
-
apps: AppMetadata[];
|
|
1610
|
-
/**
|
|
1611
|
-
* Details of the intent whose relationship to resolving applications is being described.
|
|
1612
|
-
*/
|
|
1613
|
-
intent: IntentMetadata;
|
|
1614
|
-
}
|
|
1615
|
-
/**
|
|
1616
|
-
* Details of the intent whose relationship to resolving applications is being described.
|
|
1617
|
-
*
|
|
1618
|
-
* Intent descriptor
|
|
1619
|
-
*/
|
|
1620
|
-
export interface IntentMetadata {
|
|
1621
|
-
/**
|
|
1622
|
-
* Display name for the intent.
|
|
1623
|
-
*/
|
|
1624
|
-
displayName: string;
|
|
1625
|
-
/**
|
|
1626
|
-
* The unique name of the intent that can be invoked by the raiseIntent call
|
|
1627
|
-
*/
|
|
1628
|
-
name: string;
|
|
1629
|
-
}
|
|
1630
|
-
/**
|
|
1631
|
-
* A response to a findIntent request that contains an error.
|
|
1632
|
-
*
|
|
1633
|
-
* A response message from the Bridge back to the original Desktop Agent that raised the
|
|
1634
|
-
* request, used where all connected agents returned errors.
|
|
1635
|
-
*/
|
|
1636
|
-
export interface FindIntentBridgeErrorResponse {
|
|
1637
|
-
meta: FindIntentBridgeErrorResponseMeta;
|
|
1638
|
-
/**
|
|
1639
|
-
* The error message payload contains details of an error return to the app or agent that
|
|
1640
|
-
* raised the original request.
|
|
1641
|
-
*/
|
|
1642
|
-
payload: FindIntentBridgeErrorResponsePayload;
|
|
1643
|
-
/**
|
|
1644
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
1645
|
-
* the message relates to, e.g. 'findIntent', with 'Response' appended.
|
|
1646
|
-
*/
|
|
1647
|
-
type: "findIntentResponse";
|
|
1648
|
-
}
|
|
1649
|
-
/**
|
|
1650
|
-
* Metadata required in a response message collated and/or forwarded on by the Bridge
|
|
1651
|
-
*/
|
|
1652
|
-
export interface FindIntentBridgeErrorResponseMeta {
|
|
1653
|
-
errorDetails: ResponseErrorDetail[];
|
|
1654
|
-
errorSources: DesktopAgentIdentifier[];
|
|
1655
|
-
requestUuid: string;
|
|
1656
|
-
responseUuid: string;
|
|
1657
|
-
timestamp: Date;
|
|
1658
|
-
}
|
|
1659
|
-
/**
|
|
1660
|
-
* The error message payload contains details of an error return to the app or agent that
|
|
1661
|
-
* raised the original request.
|
|
1662
|
-
*/
|
|
1663
|
-
export interface FindIntentBridgeErrorResponsePayload {
|
|
1664
|
-
error: ErrorMessage;
|
|
1665
|
-
}
|
|
1666
|
-
/**
|
|
1667
|
-
* A request for details of apps available to resolve a particular intent and context pair.
|
|
1668
|
-
*
|
|
1669
|
-
* A request message forwarded from the Bridge onto a Desktop Agent connected to it.
|
|
1670
|
-
*/
|
|
1671
|
-
export interface FindIntentBridgeRequest {
|
|
1672
|
-
meta: FindIntentBridgeRequestMeta;
|
|
1673
|
-
/**
|
|
1674
|
-
* The message payload typically contains the arguments to FDC3 API functions.
|
|
1675
|
-
*/
|
|
1676
|
-
payload: FindIntentBridgeRequestPayload;
|
|
1677
|
-
/**
|
|
1678
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
1679
|
-
* the message relates to, e.g. 'findIntent', with 'Request' appended.
|
|
1680
|
-
*/
|
|
1681
|
-
type: "findIntentRequest";
|
|
1682
|
-
}
|
|
1683
|
-
/**
|
|
1684
|
-
* Metadata required in a request message forwarded on by the Bridge
|
|
1685
|
-
*/
|
|
1686
|
-
export interface FindIntentBridgeRequestMeta {
|
|
1687
|
-
requestUuid: string;
|
|
1688
|
-
/**
|
|
1689
|
-
* Field that represents the source application that the request was received from, or the
|
|
1690
|
-
* source Desktop Agent if it issued the request itself. The Desktop Agent identifier MUST
|
|
1691
|
-
* be set by the bridge.
|
|
1692
|
-
*/
|
|
1693
|
-
source: BridgeParticipantIdentifier;
|
|
1694
|
-
timestamp: Date;
|
|
1695
|
-
/**
|
|
1696
|
-
* Optional field that represents the destination that the request should be routed to. Must
|
|
1697
|
-
* be set by the Desktop Agent for API calls that include a target app parameter and must
|
|
1698
|
-
* include the name of the Desktop Agent hosting the target application.
|
|
1699
|
-
*/
|
|
1700
|
-
destination?: BridgeParticipantIdentifier;
|
|
1701
|
-
}
|
|
1702
|
-
/**
|
|
1703
|
-
* The message payload typically contains the arguments to FDC3 API functions.
|
|
1704
|
-
*/
|
|
1705
|
-
export interface FindIntentBridgeRequestPayload {
|
|
1706
|
-
context?: ContextElement;
|
|
1707
|
-
intent: string;
|
|
1708
|
-
resultType?: string;
|
|
1709
|
-
}
|
|
1710
|
-
/**
|
|
1711
|
-
* A response to a findIntent request.
|
|
1712
|
-
*
|
|
1713
|
-
* A response message from the Bridge back to the original Desktop Agent that raised the
|
|
1714
|
-
* request.
|
|
1715
|
-
*/
|
|
1716
|
-
export interface FindIntentBridgeResponse {
|
|
1717
|
-
meta: FindIntentBridgeResponseMeta;
|
|
1718
|
-
/**
|
|
1719
|
-
* The message payload typically contains return values for FDC3 API functions.
|
|
1720
|
-
*/
|
|
1721
|
-
payload: FindIntentBridgeResponsePayload;
|
|
1722
|
-
/**
|
|
1723
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
1724
|
-
* the message relates to, e.g. 'findIntent', with 'Response' appended.
|
|
1725
|
-
*/
|
|
1726
|
-
type: "findIntentResponse";
|
|
1727
|
-
}
|
|
1728
|
-
/**
|
|
1729
|
-
* Metadata required in a response message collated and/or forwarded on by the Bridge
|
|
1730
|
-
*/
|
|
1731
|
-
export interface FindIntentBridgeResponseMeta {
|
|
1732
|
-
errorDetails?: ResponseErrorDetail[];
|
|
1733
|
-
errorSources?: DesktopAgentIdentifier[];
|
|
1734
|
-
requestUuid: string;
|
|
1735
|
-
responseUuid: string;
|
|
1736
|
-
sources?: DesktopAgentIdentifier[];
|
|
1737
|
-
timestamp: Date;
|
|
1738
|
-
}
|
|
1739
|
-
/**
|
|
1740
|
-
* The message payload typically contains return values for FDC3 API functions.
|
|
1741
|
-
*/
|
|
1742
|
-
export interface FindIntentBridgeResponsePayload {
|
|
1743
|
-
appIntent: AppIntent;
|
|
1744
|
-
}
|
|
1745
|
-
/**
|
|
1746
|
-
* A response to a findIntentsByContext request that contains an error.
|
|
1747
|
-
*
|
|
1748
|
-
* A response message from a Desktop Agent to the Bridge containing an error, to be used in
|
|
1749
|
-
* preference to the standard response when an error needs to be returned.
|
|
1750
|
-
*/
|
|
1751
|
-
export interface FindIntentsByContextAgentErrorResponse {
|
|
1752
|
-
meta: FindIntentsByContextAgentErrorResponseMeta;
|
|
1753
|
-
/**
|
|
1754
|
-
* Error message payload containing an standardized error string.
|
|
1755
|
-
*/
|
|
1756
|
-
payload: FindIntentsByContextAgentErrorResponsePayload;
|
|
1757
|
-
/**
|
|
1758
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
1759
|
-
* the message relates to, e.g. 'findIntent', with 'Response' appended.
|
|
1760
|
-
*/
|
|
1761
|
-
type: "findIntentsByContextResponse";
|
|
1762
|
-
}
|
|
1763
|
-
/**
|
|
1764
|
-
* Metadata for a response messages sent by a Desktop Agent to the Bridge
|
|
1765
|
-
*/
|
|
1766
|
-
export interface FindIntentsByContextAgentErrorResponseMeta {
|
|
1767
|
-
requestUuid: string;
|
|
1768
|
-
responseUuid: string;
|
|
1769
|
-
timestamp: Date;
|
|
1770
|
-
}
|
|
1771
|
-
/**
|
|
1772
|
-
* Error message payload containing an standardized error string.
|
|
1773
|
-
*/
|
|
1774
|
-
export interface FindIntentsByContextAgentErrorResponsePayload {
|
|
1775
|
-
error: ErrorMessage;
|
|
1776
|
-
}
|
|
1777
|
-
/**
|
|
1778
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
1779
|
-
* the message relates to, e.g. 'findIntent', with 'Response' appended.
|
|
1780
|
-
*
|
|
1781
|
-
* UUID for the request
|
|
1782
|
-
*
|
|
1783
|
-
* UUID for this specific response message.
|
|
1784
|
-
*/
|
|
1785
|
-
/**
|
|
1786
|
-
* A request for details of intents and apps available to resolve them for a particular
|
|
1787
|
-
* context.
|
|
1788
|
-
*
|
|
1789
|
-
* A request message from a Desktop Agent to the Bridge.
|
|
1790
|
-
*/
|
|
1791
|
-
export interface FindIntentsByContextAgentRequest {
|
|
1792
|
-
meta: FindIntentsByContextAgentRequestMeta;
|
|
1793
|
-
/**
|
|
1794
|
-
* The message payload typically contains the arguments to FDC3 API functions.
|
|
1795
|
-
*/
|
|
1796
|
-
payload: FindIntentsByContextAgentRequestPayload;
|
|
1797
|
-
/**
|
|
1798
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
1799
|
-
* the message relates to, e.g. 'findIntent', with 'Request' appended.
|
|
1800
|
-
*/
|
|
1801
|
-
type: "findIntentsByContextRequest";
|
|
1802
|
-
}
|
|
1803
|
-
/**
|
|
1804
|
-
* Metadata for a request message sent by Desktop Agents to the Bridge.
|
|
1805
|
-
*/
|
|
1806
|
-
export interface FindIntentsByContextAgentRequestMeta {
|
|
1807
|
-
requestUuid: string;
|
|
1808
|
-
/**
|
|
1809
|
-
* Field that represents the source application that the request was received from, or the
|
|
1810
|
-
* source Desktop Agent if it issued the request itself.
|
|
1811
|
-
*/
|
|
1812
|
-
source?: SourceObject;
|
|
1813
|
-
timestamp: Date;
|
|
1814
|
-
/**
|
|
1815
|
-
* Optional field that represents the destination that the request should be routed to. Must
|
|
1816
|
-
* be set by the Desktop Agent for API calls that include a target app parameter and must
|
|
1817
|
-
* include the name of the Desktop Agent hosting the target application.
|
|
1818
|
-
*/
|
|
1819
|
-
destination?: BridgeParticipantIdentifier;
|
|
1820
|
-
}
|
|
1821
|
-
/**
|
|
1822
|
-
* The message payload typically contains the arguments to FDC3 API functions.
|
|
1823
|
-
*/
|
|
1824
|
-
export interface FindIntentsByContextAgentRequestPayload {
|
|
1825
|
-
context: ContextElement;
|
|
1826
|
-
}
|
|
1827
|
-
/**
|
|
1828
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
1829
|
-
* the message relates to, e.g. 'findIntent', with 'Request' appended.
|
|
1830
|
-
*
|
|
1831
|
-
* UUID for the request
|
|
1832
|
-
*
|
|
1833
|
-
* UUID for this specific response message.
|
|
1834
|
-
*/
|
|
1835
|
-
/**
|
|
1836
|
-
* A response to a findIntentsByContext request.
|
|
1837
|
-
*
|
|
1838
|
-
* A response message from a Desktop Agent to the Bridge.
|
|
1839
|
-
*/
|
|
1840
|
-
export interface FindIntentsByContextAgentResponse {
|
|
1841
|
-
meta: FindIntentsByContextAgentResponseMeta;
|
|
1842
|
-
/**
|
|
1843
|
-
* The message payload typically contains return values for FDC3 API functions.
|
|
1844
|
-
*/
|
|
1845
|
-
payload: FindIntentsByContextAgentResponsePayload;
|
|
1846
|
-
/**
|
|
1847
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
1848
|
-
* the message relates to, e.g. 'findIntent', with 'Response' appended.
|
|
1849
|
-
*/
|
|
1850
|
-
type: "findIntentsByContextResponse";
|
|
1851
|
-
}
|
|
1852
|
-
/**
|
|
1853
|
-
* Metadata for a response messages sent by a Desktop Agent to the Bridge
|
|
1854
|
-
*/
|
|
1855
|
-
export interface FindIntentsByContextAgentResponseMeta {
|
|
1856
|
-
requestUuid: string;
|
|
1857
|
-
responseUuid: string;
|
|
1858
|
-
timestamp: Date;
|
|
1859
|
-
}
|
|
1860
|
-
/**
|
|
1861
|
-
* The message payload typically contains return values for FDC3 API functions.
|
|
1862
|
-
*/
|
|
1863
|
-
export interface FindIntentsByContextAgentResponsePayload {
|
|
1864
|
-
appIntents: AppIntent[];
|
|
1865
|
-
}
|
|
1866
|
-
/**
|
|
1867
|
-
* A response to a findIntentsByContext request that contains an error.
|
|
1868
|
-
*
|
|
1869
|
-
* A response message from the Bridge back to the original Desktop Agent that raised the
|
|
1870
|
-
* request, used where all connected agents returned errors.
|
|
1871
|
-
*/
|
|
1872
|
-
export interface FindIntentsByContextBridgeErrorResponse {
|
|
1873
|
-
meta: FindIntentsByContextBridgeErrorResponseMeta;
|
|
1874
|
-
/**
|
|
1875
|
-
* The error message payload contains details of an error return to the app or agent that
|
|
1876
|
-
* raised the original request.
|
|
1877
|
-
*/
|
|
1878
|
-
payload: FindIntentsByContextBridgeErrorResponsePayload;
|
|
1879
|
-
/**
|
|
1880
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
1881
|
-
* the message relates to, e.g. 'findIntent', with 'Response' appended.
|
|
1882
|
-
*/
|
|
1883
|
-
type: "findIntentsByContextResponse";
|
|
1884
|
-
}
|
|
1885
|
-
/**
|
|
1886
|
-
* Metadata required in a response message collated and/or forwarded on by the Bridge
|
|
1887
|
-
*/
|
|
1888
|
-
export interface FindIntentsByContextBridgeErrorResponseMeta {
|
|
1889
|
-
errorDetails: ResponseErrorDetail[];
|
|
1890
|
-
errorSources: DesktopAgentIdentifier[];
|
|
1891
|
-
requestUuid: string;
|
|
1892
|
-
responseUuid: string;
|
|
1893
|
-
timestamp: Date;
|
|
1894
|
-
}
|
|
1895
|
-
/**
|
|
1896
|
-
* The error message payload contains details of an error return to the app or agent that
|
|
1897
|
-
* raised the original request.
|
|
1898
|
-
*/
|
|
1899
|
-
export interface FindIntentsByContextBridgeErrorResponsePayload {
|
|
1900
|
-
error: ErrorMessage;
|
|
1901
|
-
}
|
|
1902
|
-
/**
|
|
1903
|
-
* A request for details of intents and apps available to resolve them for a particular
|
|
1904
|
-
* context.
|
|
1905
|
-
*
|
|
1906
|
-
* A request message forwarded from the Bridge onto a Desktop Agent connected to it.
|
|
1907
|
-
*/
|
|
1908
|
-
export interface FindIntentsByContextBridgeRequest {
|
|
1909
|
-
meta: FindIntentsByContextBridgeRequestMeta;
|
|
1910
|
-
/**
|
|
1911
|
-
* The message payload typically contains the arguments to FDC3 API functions.
|
|
1912
|
-
*/
|
|
1913
|
-
payload: FindIntentsByContextBridgeRequestPayload;
|
|
1914
|
-
/**
|
|
1915
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
1916
|
-
* the message relates to, e.g. 'findIntent', with 'Request' appended.
|
|
1917
|
-
*/
|
|
1918
|
-
type: "findIntentsByContextRequest";
|
|
1919
|
-
}
|
|
1920
|
-
/**
|
|
1921
|
-
* Metadata required in a request message forwarded on by the Bridge
|
|
1922
|
-
*/
|
|
1923
|
-
export interface FindIntentsByContextBridgeRequestMeta {
|
|
1924
|
-
requestUuid: string;
|
|
1925
|
-
/**
|
|
1926
|
-
* Field that represents the source application that the request was received from, or the
|
|
1927
|
-
* source Desktop Agent if it issued the request itself. The Desktop Agent identifier MUST
|
|
1928
|
-
* be set by the bridge.
|
|
1929
|
-
*/
|
|
1930
|
-
source: MetaSource;
|
|
1931
|
-
timestamp: Date;
|
|
1932
|
-
/**
|
|
1933
|
-
* Optional field that represents the destination that the request should be routed to. Must
|
|
1934
|
-
* be set by the Desktop Agent for API calls that include a target app parameter and must
|
|
1935
|
-
* include the name of the Desktop Agent hosting the target application.
|
|
1936
|
-
*/
|
|
1937
|
-
destination?: BridgeParticipantIdentifier;
|
|
1938
|
-
}
|
|
1939
|
-
/**
|
|
1940
|
-
* The message payload typically contains the arguments to FDC3 API functions.
|
|
1941
|
-
*/
|
|
1942
|
-
export interface FindIntentsByContextBridgeRequestPayload {
|
|
1943
|
-
context: ContextElement;
|
|
1944
|
-
}
|
|
1945
|
-
/**
|
|
1946
|
-
* A response to a findIntentsByContext request.
|
|
1947
|
-
*
|
|
1948
|
-
* A response message from the Bridge back to the original Desktop Agent that raised the
|
|
1949
|
-
* request.
|
|
1950
|
-
*/
|
|
1951
|
-
export interface FindIntentsByContextBridgeResponse {
|
|
1952
|
-
meta: FindIntentsByContextBridgeResponseMeta;
|
|
1953
|
-
/**
|
|
1954
|
-
* The message payload typically contains return values for FDC3 API functions.
|
|
1955
|
-
*/
|
|
1956
|
-
payload: FindIntentsByContextBridgeResponsePayload;
|
|
1957
|
-
/**
|
|
1958
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
1959
|
-
* the message relates to, e.g. 'findIntent', with 'Response' appended.
|
|
1960
|
-
*/
|
|
1961
|
-
type: "findIntentsByContextResponse";
|
|
1962
|
-
}
|
|
1963
|
-
/**
|
|
1964
|
-
* Metadata required in a response message collated and/or forwarded on by the Bridge
|
|
1965
|
-
*/
|
|
1966
|
-
export interface FindIntentsByContextBridgeResponseMeta {
|
|
1967
|
-
errorDetails?: ResponseErrorDetail[];
|
|
1968
|
-
errorSources?: DesktopAgentIdentifier[];
|
|
1969
|
-
requestUuid: string;
|
|
1970
|
-
responseUuid: string;
|
|
1971
|
-
sources?: DesktopAgentIdentifier[];
|
|
1972
|
-
timestamp: Date;
|
|
1973
|
-
}
|
|
1974
|
-
/**
|
|
1975
|
-
* The message payload typically contains return values for FDC3 API functions.
|
|
1976
|
-
*/
|
|
1977
|
-
export interface FindIntentsByContextBridgeResponsePayload {
|
|
1978
|
-
appIntents: AppIntent[];
|
|
1979
|
-
}
|
|
1980
|
-
/**
|
|
1981
|
-
* A response to a getAppMetadata request that contains an error.
|
|
1982
|
-
*
|
|
1983
|
-
* A response message from a Desktop Agent to the Bridge containing an error, to be used in
|
|
1984
|
-
* preference to the standard response when an error needs to be returned.
|
|
1985
|
-
*/
|
|
1986
|
-
export interface GetAppMetadataAgentErrorResponse {
|
|
1987
|
-
meta: GetAppMetadataAgentErrorResponseMeta;
|
|
1988
|
-
/**
|
|
1989
|
-
* Error message payload containing an standardized error string.
|
|
1990
|
-
*/
|
|
1991
|
-
payload: GetAppMetadataAgentErrorResponsePayload;
|
|
1992
|
-
/**
|
|
1993
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
1994
|
-
* the message relates to, e.g. 'findIntent', with 'Response' appended.
|
|
1995
|
-
*/
|
|
1996
|
-
type: "getAppMetadataResponse";
|
|
1997
|
-
}
|
|
1998
|
-
/**
|
|
1999
|
-
* Metadata for a response messages sent by a Desktop Agent to the Bridge
|
|
2000
|
-
*/
|
|
2001
|
-
export interface GetAppMetadataAgentErrorResponseMeta {
|
|
2002
|
-
requestUuid: string;
|
|
2003
|
-
responseUuid: string;
|
|
2004
|
-
timestamp: Date;
|
|
2005
|
-
}
|
|
2006
|
-
/**
|
|
2007
|
-
* Error message payload containing an standardized error string.
|
|
2008
|
-
*/
|
|
2009
|
-
export interface GetAppMetadataAgentErrorResponsePayload {
|
|
2010
|
-
error: ErrorMessage;
|
|
2011
|
-
}
|
|
2012
|
-
/**
|
|
2013
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
2014
|
-
* the message relates to, e.g. 'findIntent', with 'Response' appended.
|
|
2015
|
-
*
|
|
2016
|
-
* UUID for the request
|
|
2017
|
-
*
|
|
2018
|
-
* UUID for this specific response message.
|
|
2019
|
-
*/
|
|
2020
|
-
/**
|
|
2021
|
-
* A request for metadata about an app
|
|
2022
|
-
*
|
|
2023
|
-
* A request message from a Desktop Agent to the Bridge.
|
|
2024
|
-
*/
|
|
2025
|
-
export interface GetAppMetadataAgentRequest {
|
|
2026
|
-
meta: GetAppMetadataAgentRequestMeta;
|
|
2027
|
-
/**
|
|
2028
|
-
* The message payload typically contains the arguments to FDC3 API functions.
|
|
2029
|
-
*/
|
|
2030
|
-
payload: GetAppMetadataAgentRequestPayload;
|
|
2031
|
-
/**
|
|
2032
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
2033
|
-
* the message relates to, e.g. 'findIntent', with 'Request' appended.
|
|
2034
|
-
*/
|
|
2035
|
-
type: "getAppMetadataRequest";
|
|
2036
|
-
}
|
|
2037
|
-
/**
|
|
2038
|
-
* Metadata for a request message sent by Desktop Agents to the Bridge.
|
|
2039
|
-
*/
|
|
2040
|
-
export interface GetAppMetadataAgentRequestMeta {
|
|
2041
|
-
/**
|
|
2042
|
-
* Optional field that represents the destination that the request should be routed to. Must
|
|
2043
|
-
* be set by the Desktop Agent for API calls that include a target app parameter and must
|
|
2044
|
-
* include the name of the Desktop Agent hosting the target application.
|
|
2045
|
-
*/
|
|
2046
|
-
destination?: DestinationObject;
|
|
2047
|
-
requestUuid: string;
|
|
2048
|
-
/**
|
|
2049
|
-
* Field that represents the source application that the request was received from, or the
|
|
2050
|
-
* source Desktop Agent if it issued the request itself.
|
|
2051
|
-
*/
|
|
2052
|
-
source?: SourceIdentifier;
|
|
2053
|
-
timestamp: Date;
|
|
2054
|
-
}
|
|
2055
|
-
/**
|
|
2056
|
-
* The message payload typically contains the arguments to FDC3 API functions.
|
|
2057
|
-
*/
|
|
2058
|
-
export interface GetAppMetadataAgentRequestPayload {
|
|
2059
|
-
app: AppDestinationIdentifier;
|
|
2060
|
-
}
|
|
2061
|
-
/**
|
|
2062
|
-
* Field that represents a destination App on a remote Desktop Agent that a request is to be
|
|
2063
|
-
* sent to.
|
|
2064
|
-
*
|
|
2065
|
-
* Identifies a particular Desktop Agent in Desktop Agent Bridging scenarios
|
|
2066
|
-
* where a request needs to be directed to a Desktop Agent rather than a specific app, or a
|
|
2067
|
-
* response message is returned by the Desktop Agent (or more specifically its resolver)
|
|
2068
|
-
* rather than a specific app. Used as a substitute for `AppIdentifier` in cases where no
|
|
2069
|
-
* app details are available or are appropriate.
|
|
2070
|
-
*
|
|
2071
|
-
* Array of DesktopAgentIdentifiers for responses that were not returned to the bridge
|
|
2072
|
-
* before the timeout or because an error occurred. May be omitted if all sources responded
|
|
2073
|
-
* without errors. MUST include the `desktopAgent` field when returned by the bridge.
|
|
2074
|
-
*
|
|
2075
|
-
* Array of DesktopAgentIdentifiers for the sources that generated responses to the request.
|
|
2076
|
-
* Will contain a single value for individual responses and multiple values for responses
|
|
2077
|
-
* that were collated by the bridge. May be omitted if all sources errored. MUST include the
|
|
2078
|
-
* `desktopAgent` field when returned by the bridge.
|
|
2079
|
-
*
|
|
2080
|
-
* Field that represents a destination Desktop Agent that a request is to be sent to.
|
|
2081
|
-
*
|
|
2082
|
-
* Identifies an application, or instance of an application, and is used to target FDC3 API
|
|
2083
|
-
* calls, such as `fdc3.open` or `fdc3.raiseIntent` at specific applications or application
|
|
2084
|
-
* instances.
|
|
2085
|
-
*
|
|
2086
|
-
* Will always include at least an `appId` field, which uniquely identifies a specific app.
|
|
2087
|
-
*
|
|
2088
|
-
* If the `instanceId` field is set then the `AppMetadata` object represents a specific
|
|
2089
|
-
* instance of the application that may be addressed using that Id.
|
|
2090
|
-
*
|
|
2091
|
-
* Field that represents the source application that a request or response was received
|
|
2092
|
-
* from.
|
|
2093
|
-
*
|
|
2094
|
-
* Identifier for the app instance that was selected (or started) to resolve the intent.
|
|
2095
|
-
* `source.instanceId` MUST be set, indicating the specific app instance that
|
|
2096
|
-
* received the intent.
|
|
2097
|
-
*/
|
|
2098
|
-
export interface AppDestinationIdentifier {
|
|
2099
|
-
/**
|
|
2100
|
-
* Used in Desktop Agent Bridging to attribute or target a message to a
|
|
2101
|
-
* particular Desktop Agent.
|
|
2102
|
-
*
|
|
2103
|
-
* The Desktop Agent that the app is available on. Used in Desktop Agent Bridging to
|
|
2104
|
-
* identify the Desktop Agent to target.
|
|
2105
|
-
*/
|
|
2106
|
-
desktopAgent: string;
|
|
2107
|
-
/**
|
|
2108
|
-
* The unique application identifier located within a specific application directory
|
|
2109
|
-
* instance. An example of an appId might be 'app@sub.root'
|
|
2110
|
-
*/
|
|
2111
|
-
appId: string;
|
|
2112
|
-
/**
|
|
2113
|
-
* An optional instance identifier, indicating that this object represents a specific
|
|
2114
|
-
* instance of the application described.
|
|
2115
|
-
*/
|
|
2116
|
-
instanceId?: string;
|
|
2117
|
-
[property: string]: any;
|
|
2118
|
-
}
|
|
2119
|
-
/**
|
|
2120
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
2121
|
-
* the message relates to, e.g. 'findIntent', with 'Request' appended.
|
|
2122
|
-
*
|
|
2123
|
-
* UUID for the request
|
|
2124
|
-
*
|
|
2125
|
-
* UUID for this specific response message.
|
|
2126
|
-
*/
|
|
2127
|
-
/**
|
|
2128
|
-
* A response to a getAppMetadata request.
|
|
2129
|
-
*
|
|
2130
|
-
* A response message from a Desktop Agent to the Bridge.
|
|
2131
|
-
*/
|
|
2132
|
-
export interface GetAppMetadataAgentResponse {
|
|
2133
|
-
meta: GetAppMetadataAgentResponseMeta;
|
|
2134
|
-
/**
|
|
2135
|
-
* The message payload typically contains return values for FDC3 API functions.
|
|
2136
|
-
*/
|
|
2137
|
-
payload: GetAppMetadataAgentResponsePayload;
|
|
2138
|
-
/**
|
|
2139
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
2140
|
-
* the message relates to, e.g. 'findIntent', with 'Response' appended.
|
|
2141
|
-
*/
|
|
2142
|
-
type: "getAppMetadataResponse";
|
|
2143
|
-
}
|
|
2144
|
-
/**
|
|
2145
|
-
* Metadata for a response messages sent by a Desktop Agent to the Bridge
|
|
2146
|
-
*/
|
|
2147
|
-
export interface GetAppMetadataAgentResponseMeta {
|
|
2148
|
-
requestUuid: string;
|
|
2149
|
-
responseUuid: string;
|
|
2150
|
-
timestamp: Date;
|
|
2151
|
-
}
|
|
2152
|
-
/**
|
|
2153
|
-
* The message payload typically contains return values for FDC3 API functions.
|
|
2154
|
-
*/
|
|
2155
|
-
export interface GetAppMetadataAgentResponsePayload {
|
|
2156
|
-
appMetadata: AppMetadata;
|
|
2157
|
-
}
|
|
2158
|
-
/**
|
|
2159
|
-
* A response to a getAppMetadata request that contains an error.
|
|
2160
|
-
*
|
|
2161
|
-
* A response message from the Bridge back to the original Desktop Agent that raised the
|
|
2162
|
-
* request, used where all connected agents returned errors.
|
|
2163
|
-
*/
|
|
2164
|
-
export interface GetAppMetadataBridgeErrorResponse {
|
|
2165
|
-
meta: GetAppMetadataBridgeErrorResponseMeta;
|
|
2166
|
-
/**
|
|
2167
|
-
* The error message payload contains details of an error return to the app or agent that
|
|
2168
|
-
* raised the original request.
|
|
2169
|
-
*/
|
|
2170
|
-
payload: GetAppMetadataBridgeErrorResponsePayload;
|
|
2171
|
-
/**
|
|
2172
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
2173
|
-
* the message relates to, e.g. 'findIntent', with 'Response' appended.
|
|
2174
|
-
*/
|
|
2175
|
-
type: "getAppMetadataResponse";
|
|
2176
|
-
}
|
|
2177
|
-
/**
|
|
2178
|
-
* Metadata required in a response message collated and/or forwarded on by the Bridge
|
|
2179
|
-
*/
|
|
2180
|
-
export interface GetAppMetadataBridgeErrorResponseMeta {
|
|
2181
|
-
errorDetails: ResponseErrorDetail[];
|
|
2182
|
-
errorSources: DesktopAgentIdentifier[];
|
|
2183
|
-
requestUuid: string;
|
|
2184
|
-
responseUuid: string;
|
|
2185
|
-
timestamp: Date;
|
|
2186
|
-
}
|
|
2187
|
-
/**
|
|
2188
|
-
* The error message payload contains details of an error return to the app or agent that
|
|
2189
|
-
* raised the original request.
|
|
2190
|
-
*/
|
|
2191
|
-
export interface GetAppMetadataBridgeErrorResponsePayload {
|
|
2192
|
-
error: ErrorMessage;
|
|
2193
|
-
}
|
|
2194
|
-
/**
|
|
2195
|
-
* A request for metadata about an app
|
|
2196
|
-
*
|
|
2197
|
-
* A request message forwarded from the Bridge onto a Desktop Agent connected to it.
|
|
2198
|
-
*/
|
|
2199
|
-
export interface GetAppMetadataBridgeRequest {
|
|
2200
|
-
meta: GetAppMetadataBridgeRequestMeta;
|
|
2201
|
-
/**
|
|
2202
|
-
* The message payload typically contains the arguments to FDC3 API functions.
|
|
2203
|
-
*/
|
|
2204
|
-
payload: GetAppMetadataBridgeRequestPayload;
|
|
2205
|
-
/**
|
|
2206
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
2207
|
-
* the message relates to, e.g. 'findIntent', with 'Request' appended.
|
|
2208
|
-
*/
|
|
2209
|
-
type: "getAppMetadataRequest";
|
|
2210
|
-
}
|
|
2211
|
-
/**
|
|
2212
|
-
* Metadata required in a request message forwarded on by the Bridge
|
|
2213
|
-
*/
|
|
2214
|
-
export interface GetAppMetadataBridgeRequestMeta {
|
|
2215
|
-
/**
|
|
2216
|
-
* Optional field that represents the destination that the request should be routed to. Must
|
|
2217
|
-
* be set by the Desktop Agent for API calls that include a target app parameter and must
|
|
2218
|
-
* include the name of the Desktop Agent hosting the target application.
|
|
2219
|
-
*/
|
|
2220
|
-
destination?: DestinationObject;
|
|
2221
|
-
requestUuid: string;
|
|
2222
|
-
/**
|
|
2223
|
-
* Field that represents the source application that the request was received from, or the
|
|
2224
|
-
* source Desktop Agent if it issued the request itself. The Desktop Agent identifier MUST
|
|
2225
|
-
* be set by the bridge.
|
|
2226
|
-
*/
|
|
2227
|
-
source: MetaSourceObject;
|
|
2228
|
-
timestamp: Date;
|
|
2229
|
-
}
|
|
2230
|
-
/**
|
|
2231
|
-
* The message payload typically contains the arguments to FDC3 API functions.
|
|
2232
|
-
*/
|
|
2233
|
-
export interface GetAppMetadataBridgeRequestPayload {
|
|
2234
|
-
app: AppDestinationIdentifier;
|
|
2235
|
-
}
|
|
2236
|
-
/**
|
|
2237
|
-
* A response to a getAppMetadata request.
|
|
2238
|
-
*
|
|
2239
|
-
* A response message from the Bridge back to the original Desktop Agent that raised the
|
|
2240
|
-
* request.
|
|
2241
|
-
*/
|
|
2242
|
-
export interface GetAppMetadataBridgeResponse {
|
|
2243
|
-
meta: GetAppMetadataBridgeResponseMeta;
|
|
2244
|
-
/**
|
|
2245
|
-
* The message payload typically contains return values for FDC3 API functions.
|
|
2246
|
-
*/
|
|
2247
|
-
payload: GetAppMetadataBridgeResponsePayload;
|
|
2248
|
-
/**
|
|
2249
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
2250
|
-
* the message relates to, e.g. 'findIntent', with 'Response' appended.
|
|
2251
|
-
*/
|
|
2252
|
-
type: "getAppMetadataResponse";
|
|
2253
|
-
}
|
|
2254
|
-
/**
|
|
2255
|
-
* Metadata required in a response message collated and/or forwarded on by the Bridge
|
|
2256
|
-
*/
|
|
2257
|
-
export interface GetAppMetadataBridgeResponseMeta {
|
|
2258
|
-
errorDetails?: ResponseErrorDetail[];
|
|
2259
|
-
errorSources?: DesktopAgentIdentifier[];
|
|
2260
|
-
requestUuid: string;
|
|
2261
|
-
responseUuid: string;
|
|
2262
|
-
sources?: DesktopAgentIdentifier[];
|
|
2263
|
-
timestamp: Date;
|
|
2264
|
-
}
|
|
2265
|
-
/**
|
|
2266
|
-
* The message payload typically contains return values for FDC3 API functions.
|
|
2267
|
-
*/
|
|
2268
|
-
export interface GetAppMetadataBridgeResponsePayload {
|
|
2269
|
-
appMetadata: AppMetadata;
|
|
2270
|
-
}
|
|
2271
|
-
/**
|
|
2272
|
-
* A response to an open request that contains an error
|
|
2273
|
-
*
|
|
2274
|
-
* A response message from a Desktop Agent to the Bridge containing an error, to be used in
|
|
2275
|
-
* preference to the standard response when an error needs to be returned.
|
|
2276
|
-
*/
|
|
2277
|
-
export interface OpenAgentErrorResponse {
|
|
2278
|
-
meta: OpenAgentErrorResponseMeta;
|
|
2279
|
-
/**
|
|
2280
|
-
* Error message payload containing an standardized error string.
|
|
2281
|
-
*/
|
|
2282
|
-
payload: OpenAgentErrorResponsePayload;
|
|
2283
|
-
/**
|
|
2284
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
2285
|
-
* the message relates to, e.g. 'findIntent', with 'Response' appended.
|
|
2286
|
-
*/
|
|
2287
|
-
type: "openResponse";
|
|
2288
|
-
}
|
|
2289
|
-
/**
|
|
2290
|
-
* Metadata for a response messages sent by a Desktop Agent to the Bridge
|
|
2291
|
-
*/
|
|
2292
|
-
export interface OpenAgentErrorResponseMeta {
|
|
2293
|
-
requestUuid: string;
|
|
2294
|
-
responseUuid: string;
|
|
2295
|
-
timestamp: Date;
|
|
2296
|
-
}
|
|
2297
|
-
/**
|
|
2298
|
-
* Error message payload containing an standardized error string.
|
|
2299
|
-
*/
|
|
2300
|
-
export interface OpenAgentErrorResponsePayload {
|
|
2301
|
-
error: OpenErrorMessage;
|
|
2302
|
-
}
|
|
2303
|
-
/**
|
|
2304
|
-
* Constants representing the errors that can be encountered when calling the `open` method
|
|
2305
|
-
* on the DesktopAgent object (`fdc3`).
|
|
2306
|
-
*
|
|
2307
|
-
* Array of error message strings for responses that were not returned to the bridge before
|
|
2308
|
-
* the timeout or because an error occurred. Should be the same length as the `errorSources`
|
|
2309
|
-
* array and ordered the same. May be omitted if all sources responded without errors.
|
|
2310
|
-
*
|
|
2311
|
-
* Constants representing the errors that can be encountered when calling the `findIntent`,
|
|
2312
|
-
* `findIntentsByContext`, `raiseIntent` or `raiseIntentForContext` methods on the
|
|
2313
|
-
* DesktopAgent (`fdc3`).
|
|
2314
|
-
*/
|
|
2315
|
-
export declare type OpenErrorMessage = "AppNotFound" | "AppTimeout" | "DesktopAgentNotFound" | "ErrorOnLaunch" | "MalformedContext" | "ResolverUnavailable" | "AgentDisconnected" | "NotConnectedToBridge" | "ResponseToBridgeTimedOut" | "MalformedMessage";
|
|
2316
|
-
/**
|
|
2317
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
2318
|
-
* the message relates to, e.g. 'findIntent', with 'Response' appended.
|
|
2319
|
-
*
|
|
2320
|
-
* UUID for the request
|
|
2321
|
-
*
|
|
2322
|
-
* UUID for this specific response message.
|
|
2323
|
-
*/
|
|
2324
|
-
/**
|
|
2325
|
-
* A request to open an application
|
|
2326
|
-
*
|
|
2327
|
-
* A request message from a Desktop Agent to the Bridge.
|
|
2328
|
-
*/
|
|
2329
|
-
export interface OpenAgentRequest {
|
|
2330
|
-
meta: OpenAgentRequestMeta;
|
|
2331
|
-
/**
|
|
2332
|
-
* The message payload typically contains the arguments to FDC3 API functions.
|
|
2333
|
-
*/
|
|
2334
|
-
payload: OpenAgentRequestPayload;
|
|
2335
|
-
/**
|
|
2336
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
2337
|
-
* the message relates to, e.g. 'findIntent', with 'Request' appended.
|
|
2338
|
-
*/
|
|
2339
|
-
type: "openRequest";
|
|
2340
|
-
}
|
|
2341
|
-
/**
|
|
2342
|
-
* Metadata for a request message sent by Desktop Agents to the Bridge.
|
|
2343
|
-
*/
|
|
2344
|
-
export interface OpenAgentRequestMeta {
|
|
2345
|
-
/**
|
|
2346
|
-
* Optional field that represents the destination that the request should be routed to. Must
|
|
2347
|
-
* be set by the Desktop Agent for API calls that include a target app parameter and must
|
|
2348
|
-
* include the name of the Desktop Agent hosting the target application.
|
|
2349
|
-
*/
|
|
2350
|
-
destination?: DestinationObject;
|
|
2351
|
-
requestUuid: string;
|
|
2352
|
-
/**
|
|
2353
|
-
* Field that represents the source application that the request was received from, or the
|
|
2354
|
-
* source Desktop Agent if it issued the request itself.
|
|
2355
|
-
*/
|
|
2356
|
-
source: SourceObject;
|
|
2357
|
-
timestamp: Date;
|
|
2358
|
-
}
|
|
2359
|
-
/**
|
|
2360
|
-
* The message payload typically contains the arguments to FDC3 API functions.
|
|
2361
|
-
*/
|
|
2362
|
-
export interface OpenAgentRequestPayload {
|
|
2363
|
-
/**
|
|
2364
|
-
* The application to open on the specified Desktop Agent
|
|
2365
|
-
*/
|
|
2366
|
-
app: AppToOpen;
|
|
2367
|
-
context?: ContextElement;
|
|
2368
|
-
}
|
|
2369
|
-
/**
|
|
2370
|
-
* The application to open on the specified Desktop Agent
|
|
2371
|
-
*
|
|
2372
|
-
* Identifies a particular Desktop Agent in Desktop Agent Bridging scenarios
|
|
2373
|
-
* where a request needs to be directed to a Desktop Agent rather than a specific app, or a
|
|
2374
|
-
* response message is returned by the Desktop Agent (or more specifically its resolver)
|
|
2375
|
-
* rather than a specific app. Used as a substitute for `AppIdentifier` in cases where no
|
|
2376
|
-
* app details are available or are appropriate.
|
|
2377
|
-
*
|
|
2378
|
-
* Array of DesktopAgentIdentifiers for responses that were not returned to the bridge
|
|
2379
|
-
* before the timeout or because an error occurred. May be omitted if all sources responded
|
|
2380
|
-
* without errors. MUST include the `desktopAgent` field when returned by the bridge.
|
|
2381
|
-
*
|
|
2382
|
-
* Array of DesktopAgentIdentifiers for the sources that generated responses to the request.
|
|
2383
|
-
* Will contain a single value for individual responses and multiple values for responses
|
|
2384
|
-
* that were collated by the bridge. May be omitted if all sources errored. MUST include the
|
|
2385
|
-
* `desktopAgent` field when returned by the bridge.
|
|
2386
|
-
*
|
|
2387
|
-
* Field that represents a destination Desktop Agent that a request is to be sent to.
|
|
2388
|
-
*
|
|
2389
|
-
* Identifies an application, or instance of an application, and is used to target FDC3 API
|
|
2390
|
-
* calls, such as `fdc3.open` or `fdc3.raiseIntent` at specific applications or application
|
|
2391
|
-
* instances.
|
|
2392
|
-
*
|
|
2393
|
-
* Will always include at least an `appId` field, which uniquely identifies a specific app.
|
|
2394
|
-
*
|
|
2395
|
-
* If the `instanceId` field is set then the `AppMetadata` object represents a specific
|
|
2396
|
-
* instance of the application that may be addressed using that Id.
|
|
2397
|
-
*
|
|
2398
|
-
* Field that represents the source application that a request or response was received
|
|
2399
|
-
* from.
|
|
2400
|
-
*
|
|
2401
|
-
* Identifier for the app instance that was selected (or started) to resolve the intent.
|
|
2402
|
-
* `source.instanceId` MUST be set, indicating the specific app instance that
|
|
2403
|
-
* received the intent.
|
|
2404
|
-
*/
|
|
2405
|
-
export interface AppToOpen {
|
|
2406
|
-
/**
|
|
2407
|
-
* Used in Desktop Agent Bridging to attribute or target a message to a
|
|
2408
|
-
* particular Desktop Agent.
|
|
2409
|
-
*
|
|
2410
|
-
* The Desktop Agent that the app is available on. Used in Desktop Agent Bridging to
|
|
2411
|
-
* identify the Desktop Agent to target.
|
|
2412
|
-
*/
|
|
2413
|
-
desktopAgent: string;
|
|
2414
|
-
/**
|
|
2415
|
-
* The unique application identifier located within a specific application directory
|
|
2416
|
-
* instance. An example of an appId might be 'app@sub.root'
|
|
2417
|
-
*/
|
|
2418
|
-
appId: string;
|
|
2419
|
-
/**
|
|
2420
|
-
* An optional instance identifier, indicating that this object represents a specific
|
|
2421
|
-
* instance of the application described.
|
|
2422
|
-
*/
|
|
2423
|
-
instanceId?: string;
|
|
2424
|
-
[property: string]: any;
|
|
2425
|
-
}
|
|
2426
|
-
/**
|
|
2427
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
2428
|
-
* the message relates to, e.g. 'findIntent', with 'Request' appended.
|
|
2429
|
-
*
|
|
2430
|
-
* UUID for the request
|
|
2431
|
-
*
|
|
2432
|
-
* UUID for this specific response message.
|
|
2433
|
-
*/
|
|
2434
|
-
/**
|
|
2435
|
-
* A response to an open request
|
|
2436
|
-
*
|
|
2437
|
-
* A response message from a Desktop Agent to the Bridge.
|
|
2438
|
-
*/
|
|
2439
|
-
export interface OpenAgentResponse {
|
|
2440
|
-
meta: OpenAgentResponseMeta;
|
|
2441
|
-
/**
|
|
2442
|
-
* The message payload typically contains return values for FDC3 API functions.
|
|
2443
|
-
*/
|
|
2444
|
-
payload: OpenAgentResponsePayload;
|
|
2445
|
-
/**
|
|
2446
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
2447
|
-
* the message relates to, e.g. 'findIntent', with 'Response' appended.
|
|
2448
|
-
*/
|
|
2449
|
-
type: "openResponse";
|
|
2450
|
-
}
|
|
2451
|
-
/**
|
|
2452
|
-
* Metadata for a response messages sent by a Desktop Agent to the Bridge
|
|
2453
|
-
*/
|
|
2454
|
-
export interface OpenAgentResponseMeta {
|
|
2455
|
-
requestUuid: string;
|
|
2456
|
-
responseUuid: string;
|
|
2457
|
-
timestamp: Date;
|
|
2458
|
-
}
|
|
2459
|
-
/**
|
|
2460
|
-
* The message payload typically contains return values for FDC3 API functions.
|
|
2461
|
-
*/
|
|
2462
|
-
export interface OpenAgentResponsePayload {
|
|
2463
|
-
appIdentifier: AppIdentifier;
|
|
2464
|
-
}
|
|
2465
|
-
/**
|
|
2466
|
-
* A response to an open request that contains an error
|
|
2467
|
-
*
|
|
2468
|
-
* A response message from the Bridge back to the original Desktop Agent that raised the
|
|
2469
|
-
* request, used where all connected agents returned errors.
|
|
2470
|
-
*/
|
|
2471
|
-
export interface OpenBridgeErrorResponse {
|
|
2472
|
-
meta: OpenBridgeErrorResponseMeta;
|
|
2473
|
-
/**
|
|
2474
|
-
* The error message payload contains details of an error return to the app or agent that
|
|
2475
|
-
* raised the original request.
|
|
2476
|
-
*/
|
|
2477
|
-
payload: OpenBridgeErrorResponsePayload;
|
|
2478
|
-
/**
|
|
2479
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
2480
|
-
* the message relates to, e.g. 'findIntent', with 'Response' appended.
|
|
2481
|
-
*/
|
|
2482
|
-
type: "openResponse";
|
|
2483
|
-
}
|
|
2484
|
-
/**
|
|
2485
|
-
* Metadata required in a response message collated and/or forwarded on by the Bridge
|
|
2486
|
-
*/
|
|
2487
|
-
export interface OpenBridgeErrorResponseMeta {
|
|
2488
|
-
errorDetails: ResponseErrorDetail[];
|
|
2489
|
-
errorSources: DesktopAgentIdentifier[];
|
|
2490
|
-
requestUuid: string;
|
|
2491
|
-
responseUuid: string;
|
|
2492
|
-
timestamp: Date;
|
|
2493
|
-
}
|
|
2494
|
-
/**
|
|
2495
|
-
* The error message payload contains details of an error return to the app or agent that
|
|
2496
|
-
* raised the original request.
|
|
2497
|
-
*/
|
|
2498
|
-
export interface OpenBridgeErrorResponsePayload {
|
|
2499
|
-
error: OpenErrorMessage;
|
|
2500
|
-
}
|
|
2501
|
-
/**
|
|
2502
|
-
* A request to open an application
|
|
2503
|
-
*
|
|
2504
|
-
* A request message forwarded from the Bridge onto a Desktop Agent connected to it.
|
|
2505
|
-
*/
|
|
2506
|
-
export interface OpenBridgeRequest {
|
|
2507
|
-
meta: OpenBridgeRequestMeta;
|
|
2508
|
-
/**
|
|
2509
|
-
* The message payload typically contains the arguments to FDC3 API functions.
|
|
2510
|
-
*/
|
|
2511
|
-
payload: OpenBridgeRequestPayload;
|
|
2512
|
-
/**
|
|
2513
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
2514
|
-
* the message relates to, e.g. 'findIntent', with 'Request' appended.
|
|
2515
|
-
*/
|
|
2516
|
-
type: "openRequest";
|
|
2517
|
-
}
|
|
2518
|
-
/**
|
|
2519
|
-
* Metadata required in a request message forwarded on by the Bridge
|
|
2520
|
-
*/
|
|
2521
|
-
export interface OpenBridgeRequestMeta {
|
|
2522
|
-
/**
|
|
2523
|
-
* Optional field that represents the destination that the request should be routed to. Must
|
|
2524
|
-
* be set by the Desktop Agent for API calls that include a target app parameter and must
|
|
2525
|
-
* include the name of the Desktop Agent hosting the target application.
|
|
2526
|
-
*/
|
|
2527
|
-
destination?: DestinationObject;
|
|
2528
|
-
requestUuid: string;
|
|
2529
|
-
/**
|
|
2530
|
-
* Field that represents the source application that the request was received from, or the
|
|
2531
|
-
* source Desktop Agent if it issued the request itself. The Desktop Agent identifier MUST
|
|
2532
|
-
* be set by the bridge.
|
|
2533
|
-
*/
|
|
2534
|
-
source: MetaSource;
|
|
2535
|
-
timestamp: Date;
|
|
2536
|
-
}
|
|
2537
|
-
/**
|
|
2538
|
-
* The message payload typically contains the arguments to FDC3 API functions.
|
|
2539
|
-
*/
|
|
2540
|
-
export interface OpenBridgeRequestPayload {
|
|
2541
|
-
/**
|
|
2542
|
-
* The application to open on the specified Desktop Agent
|
|
2543
|
-
*/
|
|
2544
|
-
app: AppToOpen;
|
|
2545
|
-
context?: ContextElement;
|
|
2546
|
-
}
|
|
2547
|
-
/**
|
|
2548
|
-
* A response to an open request
|
|
2549
|
-
*
|
|
2550
|
-
* A response message from the Bridge back to the original Desktop Agent that raised the
|
|
2551
|
-
* request.
|
|
2552
|
-
*/
|
|
2553
|
-
export interface OpenBridgeResponse {
|
|
2554
|
-
meta: OpenBridgeResponseMeta;
|
|
2555
|
-
/**
|
|
2556
|
-
* The message payload typically contains return values for FDC3 API functions.
|
|
2557
|
-
*/
|
|
2558
|
-
payload: OpenBridgeResponsePayload;
|
|
2559
|
-
/**
|
|
2560
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
2561
|
-
* the message relates to, e.g. 'findIntent', with 'Response' appended.
|
|
2562
|
-
*/
|
|
2563
|
-
type: "openResponse";
|
|
2564
|
-
}
|
|
2565
|
-
/**
|
|
2566
|
-
* Metadata required in a response message collated and/or forwarded on by the Bridge
|
|
2567
|
-
*/
|
|
2568
|
-
export interface OpenBridgeResponseMeta {
|
|
2569
|
-
errorDetails?: ResponseErrorDetail[];
|
|
2570
|
-
errorSources?: DesktopAgentIdentifier[];
|
|
2571
|
-
requestUuid: string;
|
|
2572
|
-
responseUuid: string;
|
|
2573
|
-
sources?: DesktopAgentIdentifier[];
|
|
2574
|
-
timestamp: Date;
|
|
2575
|
-
}
|
|
2576
|
-
/**
|
|
2577
|
-
* The message payload typically contains return values for FDC3 API functions.
|
|
2578
|
-
*/
|
|
2579
|
-
export interface OpenBridgeResponsePayload {
|
|
2580
|
-
appIdentifier: AppIdentifier;
|
|
2581
|
-
}
|
|
2582
|
-
/**
|
|
2583
|
-
* A request to broadcast on a PrivateChannel.
|
|
2584
|
-
*
|
|
2585
|
-
* A request message from a Desktop Agent to the Bridge.
|
|
2586
|
-
*/
|
|
2587
|
-
export interface PrivateChannelBroadcastAgentRequest {
|
|
2588
|
-
meta: PrivateChannelBroadcastAgentRequestMeta;
|
|
2589
|
-
/**
|
|
2590
|
-
* The message payload typically contains the arguments to FDC3 API functions.
|
|
2591
|
-
*/
|
|
2592
|
-
payload: PrivateChannelBroadcastAgentRequestPayload;
|
|
2593
|
-
/**
|
|
2594
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
2595
|
-
* the message relates to, e.g. 'findIntent', with 'Request' appended.
|
|
2596
|
-
*/
|
|
2597
|
-
type: "PrivateChannel.broadcast";
|
|
2598
|
-
}
|
|
2599
|
-
/**
|
|
2600
|
-
* Metadata for a request message sent by Desktop Agents to the Bridge.
|
|
2601
|
-
*/
|
|
2602
|
-
export interface PrivateChannelBroadcastAgentRequestMeta {
|
|
2603
|
-
/**
|
|
2604
|
-
* Optional field that represents the destination that the request should be routed to. Must
|
|
2605
|
-
* be set by the Desktop Agent for API calls that include a target app parameter and must
|
|
2606
|
-
* include the name of the Desktop Agent hosting the target application.
|
|
2607
|
-
*/
|
|
2608
|
-
destination?: MetaDestination;
|
|
2609
|
-
requestUuid: string;
|
|
2610
|
-
/**
|
|
2611
|
-
* Field that represents the source application that the request was received from, or the
|
|
2612
|
-
* source Desktop Agent if it issued the request itself.
|
|
2613
|
-
*/
|
|
2614
|
-
source?: SourceObject;
|
|
2615
|
-
timestamp: Date;
|
|
2616
|
-
}
|
|
2617
|
-
/**
|
|
2618
|
-
* Field that represents a destination App on a remote Desktop Agent that a request is to be
|
|
2619
|
-
* sent to.
|
|
2620
|
-
*
|
|
2621
|
-
* Identifies a particular Desktop Agent in Desktop Agent Bridging scenarios
|
|
2622
|
-
* where a request needs to be directed to a Desktop Agent rather than a specific app, or a
|
|
2623
|
-
* response message is returned by the Desktop Agent (or more specifically its resolver)
|
|
2624
|
-
* rather than a specific app. Used as a substitute for `AppIdentifier` in cases where no
|
|
2625
|
-
* app details are available or are appropriate.
|
|
2626
|
-
*
|
|
2627
|
-
* Array of DesktopAgentIdentifiers for responses that were not returned to the bridge
|
|
2628
|
-
* before the timeout or because an error occurred. May be omitted if all sources responded
|
|
2629
|
-
* without errors. MUST include the `desktopAgent` field when returned by the bridge.
|
|
2630
|
-
*
|
|
2631
|
-
* Array of DesktopAgentIdentifiers for the sources that generated responses to the request.
|
|
2632
|
-
* Will contain a single value for individual responses and multiple values for responses
|
|
2633
|
-
* that were collated by the bridge. May be omitted if all sources errored. MUST include the
|
|
2634
|
-
* `desktopAgent` field when returned by the bridge.
|
|
2635
|
-
*
|
|
2636
|
-
* Field that represents a destination Desktop Agent that a request is to be sent to.
|
|
2637
|
-
*
|
|
2638
|
-
* Identifies an application, or instance of an application, and is used to target FDC3 API
|
|
2639
|
-
* calls, such as `fdc3.open` or `fdc3.raiseIntent` at specific applications or application
|
|
2640
|
-
* instances.
|
|
2641
|
-
*
|
|
2642
|
-
* Will always include at least an `appId` field, which uniquely identifies a specific app.
|
|
2643
|
-
*
|
|
2644
|
-
* If the `instanceId` field is set then the `AppMetadata` object represents a specific
|
|
2645
|
-
* instance of the application that may be addressed using that Id.
|
|
2646
|
-
*
|
|
2647
|
-
* Field that represents the source application that a request or response was received
|
|
2648
|
-
* from.
|
|
2649
|
-
*
|
|
2650
|
-
* Identifier for the app instance that was selected (or started) to resolve the intent.
|
|
2651
|
-
* `source.instanceId` MUST be set, indicating the specific app instance that
|
|
2652
|
-
* received the intent.
|
|
2653
|
-
*
|
|
2654
|
-
* Optional field that represents the destination that the request should be routed to. Must
|
|
2655
|
-
* be set by the Desktop Agent for API calls that include a target app parameter and must
|
|
2656
|
-
* include the name of the Desktop Agent hosting the target application.
|
|
2657
|
-
*
|
|
2658
|
-
* Represents identifiers that MUST include the Desktop Agent name and MAY identify a
|
|
2659
|
-
* specific app or instance.
|
|
2660
|
-
*
|
|
2661
|
-
* Field that represents the source application that the request was received from, or the
|
|
2662
|
-
* source Desktop Agent if it issued the request itself. The Desktop Agent identifier MUST
|
|
2663
|
-
* be set by the bridge.
|
|
2664
|
-
*/
|
|
2665
|
-
export interface MetaDestination {
|
|
2666
|
-
/**
|
|
2667
|
-
* Used in Desktop Agent Bridging to attribute or target a message to a
|
|
2668
|
-
* particular Desktop Agent.
|
|
2669
|
-
*
|
|
2670
|
-
* The Desktop Agent that the app is available on. Used in Desktop Agent Bridging to
|
|
2671
|
-
* identify the Desktop Agent to target.
|
|
2672
|
-
*/
|
|
2673
|
-
desktopAgent: string;
|
|
2674
|
-
/**
|
|
2675
|
-
* The unique application identifier located within a specific application directory
|
|
2676
|
-
* instance. An example of an appId might be 'app@sub.root'
|
|
2677
|
-
*/
|
|
2678
|
-
appId: string;
|
|
2679
|
-
/**
|
|
2680
|
-
* An optional instance identifier, indicating that this object represents a specific
|
|
2681
|
-
* instance of the application described.
|
|
2682
|
-
*/
|
|
2683
|
-
instanceId?: string;
|
|
2684
|
-
[property: string]: any;
|
|
2685
|
-
}
|
|
2686
|
-
/**
|
|
2687
|
-
* The message payload typically contains the arguments to FDC3 API functions.
|
|
2688
|
-
*/
|
|
2689
|
-
export interface PrivateChannelBroadcastAgentRequestPayload {
|
|
2690
|
-
/**
|
|
2691
|
-
* The Id of the PrivateChannel that the broadcast was sent on
|
|
2692
|
-
*/
|
|
2693
|
-
channelId: string;
|
|
2694
|
-
/**
|
|
2695
|
-
* The context object that was the payload of a broadcast message.
|
|
2696
|
-
*/
|
|
2697
|
-
context: ContextElement;
|
|
2698
|
-
}
|
|
2699
|
-
/**
|
|
2700
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
2701
|
-
* the message relates to, e.g. 'findIntent', with 'Request' appended.
|
|
2702
|
-
*
|
|
2703
|
-
* UUID for the request
|
|
2704
|
-
*
|
|
2705
|
-
* UUID for this specific response message.
|
|
2706
|
-
*/
|
|
2707
|
-
/**
|
|
2708
|
-
* A request to broadcast on a PrivateChannel.
|
|
2709
|
-
*
|
|
2710
|
-
* A request message forwarded from the Bridge onto a Desktop Agent connected to it.
|
|
2711
|
-
*/
|
|
2712
|
-
export interface PrivateChannelBroadcastBridgeRequest {
|
|
2713
|
-
meta: PrivateChannelBroadcastBridgeRequestMeta;
|
|
2714
|
-
/**
|
|
2715
|
-
* The message payload typically contains the arguments to FDC3 API functions.
|
|
2716
|
-
*/
|
|
2717
|
-
payload: PrivateChannelBroadcastBridgeRequestPayload;
|
|
2718
|
-
/**
|
|
2719
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
2720
|
-
* the message relates to, e.g. 'findIntent', with 'Request' appended.
|
|
2721
|
-
*/
|
|
2722
|
-
type: "PrivateChannel.broadcast";
|
|
2723
|
-
}
|
|
2724
|
-
/**
|
|
2725
|
-
* Metadata required in a request message forwarded on by the Bridge
|
|
2726
|
-
*/
|
|
2727
|
-
export interface PrivateChannelBroadcastBridgeRequestMeta {
|
|
2728
|
-
/**
|
|
2729
|
-
* Optional field that represents the destination that the request should be routed to. Must
|
|
2730
|
-
* be set by the Desktop Agent for API calls that include a target app parameter and must
|
|
2731
|
-
* include the name of the Desktop Agent hosting the target application.
|
|
2732
|
-
*/
|
|
2733
|
-
destination?: MetaDestination;
|
|
2734
|
-
requestUuid: string;
|
|
2735
|
-
/**
|
|
2736
|
-
* Field that represents the source application that the request was received from, or the
|
|
2737
|
-
* source Desktop Agent if it issued the request itself. The Desktop Agent identifier MUST
|
|
2738
|
-
* be set by the bridge.
|
|
2739
|
-
*/
|
|
2740
|
-
source: MetaSource;
|
|
2741
|
-
timestamp: Date;
|
|
2742
|
-
}
|
|
2743
|
-
/**
|
|
2744
|
-
* The message payload typically contains the arguments to FDC3 API functions.
|
|
2745
|
-
*/
|
|
2746
|
-
export interface PrivateChannelBroadcastBridgeRequestPayload {
|
|
2747
|
-
/**
|
|
2748
|
-
* The Id of the PrivateChannel that the broadcast was sent on
|
|
2749
|
-
*/
|
|
2750
|
-
channelId: string;
|
|
2751
|
-
/**
|
|
2752
|
-
* The context object that was the payload of a broadcast message.
|
|
2753
|
-
*/
|
|
2754
|
-
context: ContextElement;
|
|
2755
|
-
}
|
|
2756
|
-
/**
|
|
2757
|
-
* A request to forward on an EventListenerAdded event, relating to a PrivateChannel
|
|
2758
|
-
*
|
|
2759
|
-
* A request message from a Desktop Agent to the Bridge.
|
|
2760
|
-
*/
|
|
2761
|
-
export interface PrivateChannelEventListenerAddedAgentRequest {
|
|
2762
|
-
meta: PrivateChannelEventListenerAddedAgentRequestMeta;
|
|
2763
|
-
/**
|
|
2764
|
-
* The message payload typically contains the arguments to FDC3 API functions.
|
|
2765
|
-
*/
|
|
2766
|
-
payload: PrivateChannelEventListenerAddedAgentRequestPayload;
|
|
2767
|
-
/**
|
|
2768
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
2769
|
-
* the message relates to, e.g. 'findIntent', with 'Request' appended.
|
|
2770
|
-
*/
|
|
2771
|
-
type: "PrivateChannel.eventListenerAdded";
|
|
2772
|
-
}
|
|
2773
|
-
/**
|
|
2774
|
-
* Metadata for a request message sent by Desktop Agents to the Bridge.
|
|
2775
|
-
*/
|
|
2776
|
-
export interface PrivateChannelEventListenerAddedAgentRequestMeta {
|
|
2777
|
-
/**
|
|
2778
|
-
* Optional field that represents the destination that the request should be routed to. Must
|
|
2779
|
-
* be set by the Desktop Agent for API calls that include a target app parameter and must
|
|
2780
|
-
* include the name of the Desktop Agent hosting the target application.
|
|
2781
|
-
*/
|
|
2782
|
-
destination?: MetaDestination;
|
|
2783
|
-
requestUuid: string;
|
|
2784
|
-
/**
|
|
2785
|
-
* Field that represents the source application that the request was received from, or the
|
|
2786
|
-
* source Desktop Agent if it issued the request itself.
|
|
2787
|
-
*/
|
|
2788
|
-
source?: SourceObject;
|
|
2789
|
-
timestamp: Date;
|
|
2790
|
-
}
|
|
2791
|
-
/**
|
|
2792
|
-
* The message payload typically contains the arguments to FDC3 API functions.
|
|
2793
|
-
*/
|
|
2794
|
-
export interface PrivateChannelEventListenerAddedAgentRequestPayload {
|
|
2795
|
-
/**
|
|
2796
|
-
* The id of the PrivateChannel that the event listener was added to.
|
|
2797
|
-
*/
|
|
2798
|
-
channelId: string;
|
|
2799
|
-
listenerType: PrivateChannelEventListenerTypes;
|
|
2800
|
-
}
|
|
2801
|
-
/**
|
|
2802
|
-
* Event listener type names for Private Channel events
|
|
2803
|
-
*/
|
|
2804
|
-
export declare type PrivateChannelEventListenerTypes = "onAddContextListener" | "onUnsubscribe" | "onDisconnect";
|
|
2805
|
-
/**
|
|
2806
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
2807
|
-
* the message relates to, e.g. 'findIntent', with 'Request' appended.
|
|
2808
|
-
*
|
|
2809
|
-
* UUID for the request
|
|
2810
|
-
*
|
|
2811
|
-
* UUID for this specific response message.
|
|
2812
|
-
*/
|
|
2813
|
-
/**
|
|
2814
|
-
* A request to forward on an EventListenerAdded event, relating to a PrivateChannel
|
|
2815
|
-
*
|
|
2816
|
-
* A request message forwarded from the Bridge onto a Desktop Agent connected to it.
|
|
2817
|
-
*/
|
|
2818
|
-
export interface PrivateChannelEventListenerAddedBridgeRequest {
|
|
2819
|
-
meta: PrivateChannelEventListenerAddedBridgeRequestMeta;
|
|
2820
|
-
/**
|
|
2821
|
-
* The message payload typically contains the arguments to FDC3 API functions.
|
|
2822
|
-
*/
|
|
2823
|
-
payload: PrivateChannelEventListenerAddedBridgeRequestPayload;
|
|
2824
|
-
/**
|
|
2825
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
2826
|
-
* the message relates to, e.g. 'findIntent', with 'Request' appended.
|
|
2827
|
-
*/
|
|
2828
|
-
type: "PrivateChannel.eventListenerAdded";
|
|
2829
|
-
}
|
|
2830
|
-
/**
|
|
2831
|
-
* Metadata required in a request message forwarded on by the Bridge
|
|
2832
|
-
*/
|
|
2833
|
-
export interface PrivateChannelEventListenerAddedBridgeRequestMeta {
|
|
2834
|
-
/**
|
|
2835
|
-
* Optional field that represents the destination that the request should be routed to. Must
|
|
2836
|
-
* be set by the Desktop Agent for API calls that include a target app parameter and must
|
|
2837
|
-
* include the name of the Desktop Agent hosting the target application.
|
|
2838
|
-
*/
|
|
2839
|
-
destination?: MetaDestination;
|
|
2840
|
-
requestUuid: string;
|
|
2841
|
-
/**
|
|
2842
|
-
* Field that represents the source application that the request was received from, or the
|
|
2843
|
-
* source Desktop Agent if it issued the request itself. The Desktop Agent identifier MUST
|
|
2844
|
-
* be set by the bridge.
|
|
2845
|
-
*/
|
|
2846
|
-
source: MetaSource;
|
|
2847
|
-
timestamp: Date;
|
|
2848
|
-
}
|
|
2849
|
-
/**
|
|
2850
|
-
* The message payload typically contains the arguments to FDC3 API functions.
|
|
2851
|
-
*/
|
|
2852
|
-
export interface PrivateChannelEventListenerAddedBridgeRequestPayload {
|
|
2853
|
-
/**
|
|
2854
|
-
* The id of the PrivateChannel that the event listener was added to.
|
|
2855
|
-
*/
|
|
2856
|
-
channelId: string;
|
|
2857
|
-
listenerType: PrivateChannelEventListenerTypes;
|
|
2858
|
-
}
|
|
2859
|
-
/**
|
|
2860
|
-
* A request to forward on an EventListenerRemoved event, relating to a PrivateChannel
|
|
2861
|
-
*
|
|
2862
|
-
* A request message from a Desktop Agent to the Bridge.
|
|
2863
|
-
*/
|
|
2864
|
-
export interface PrivateChannelEventListenerRemovedAgentRequest {
|
|
2865
|
-
meta: PrivateChannelEventListenerRemovedAgentRequestMeta;
|
|
2866
|
-
/**
|
|
2867
|
-
* The message payload typically contains the arguments to FDC3 API functions.
|
|
2868
|
-
*/
|
|
2869
|
-
payload: PrivateChannelEventListenerRemovedAgentRequestPayload;
|
|
2870
|
-
/**
|
|
2871
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
2872
|
-
* the message relates to, e.g. 'findIntent', with 'Request' appended.
|
|
2873
|
-
*/
|
|
2874
|
-
type: "PrivateChannel.eventListenerRemoved";
|
|
2875
|
-
}
|
|
2876
|
-
/**
|
|
2877
|
-
* Metadata for a request message sent by Desktop Agents to the Bridge.
|
|
2878
|
-
*/
|
|
2879
|
-
export interface PrivateChannelEventListenerRemovedAgentRequestMeta {
|
|
2880
|
-
/**
|
|
2881
|
-
* Optional field that represents the destination that the request should be routed to. Must
|
|
2882
|
-
* be set by the Desktop Agent for API calls that include a target app parameter and must
|
|
2883
|
-
* include the name of the Desktop Agent hosting the target application.
|
|
2884
|
-
*/
|
|
2885
|
-
destination?: MetaDestination;
|
|
2886
|
-
requestUuid: string;
|
|
2887
|
-
/**
|
|
2888
|
-
* Field that represents the source application that the request was received from, or the
|
|
2889
|
-
* source Desktop Agent if it issued the request itself.
|
|
2890
|
-
*/
|
|
2891
|
-
source?: SourceObject;
|
|
2892
|
-
timestamp: Date;
|
|
2893
|
-
}
|
|
2894
|
-
/**
|
|
2895
|
-
* The message payload typically contains the arguments to FDC3 API functions.
|
|
2896
|
-
*/
|
|
2897
|
-
export interface PrivateChannelEventListenerRemovedAgentRequestPayload {
|
|
2898
|
-
/**
|
|
2899
|
-
* The id of the PrivateChannel that the event listener was removed from.
|
|
2900
|
-
*/
|
|
2901
|
-
channelId: string;
|
|
2902
|
-
listenerType: PrivateChannelEventListenerTypes;
|
|
2903
|
-
}
|
|
2904
|
-
/**
|
|
2905
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
2906
|
-
* the message relates to, e.g. 'findIntent', with 'Request' appended.
|
|
2907
|
-
*
|
|
2908
|
-
* UUID for the request
|
|
2909
|
-
*
|
|
2910
|
-
* UUID for this specific response message.
|
|
2911
|
-
*/
|
|
2912
|
-
/**
|
|
2913
|
-
* A request to forward on an EventListenerRemoved event, relating to a PrivateChannel
|
|
2914
|
-
*
|
|
2915
|
-
* A request message forwarded from the Bridge onto a Desktop Agent connected to it.
|
|
2916
|
-
*/
|
|
2917
|
-
export interface PrivateChannelEventListenerRemovedBridgeRequest {
|
|
2918
|
-
meta: PrivateChannelEventListenerRemovedBridgeRequestMeta;
|
|
2919
|
-
/**
|
|
2920
|
-
* The message payload typically contains the arguments to FDC3 API functions.
|
|
2921
|
-
*/
|
|
2922
|
-
payload: PrivateChannelEventListenerRemovedBridgeRequestPayload;
|
|
2923
|
-
/**
|
|
2924
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
2925
|
-
* the message relates to, e.g. 'findIntent', with 'Request' appended.
|
|
2926
|
-
*/
|
|
2927
|
-
type: "PrivateChannel.eventListenerRemoved";
|
|
2928
|
-
}
|
|
2929
|
-
/**
|
|
2930
|
-
* Metadata required in a request message forwarded on by the Bridge
|
|
2931
|
-
*/
|
|
2932
|
-
export interface PrivateChannelEventListenerRemovedBridgeRequestMeta {
|
|
2933
|
-
/**
|
|
2934
|
-
* Optional field that represents the destination that the request should be routed to. Must
|
|
2935
|
-
* be set by the Desktop Agent for API calls that include a target app parameter and must
|
|
2936
|
-
* include the name of the Desktop Agent hosting the target application.
|
|
2937
|
-
*/
|
|
2938
|
-
destination?: MetaDestination;
|
|
2939
|
-
requestUuid: string;
|
|
2940
|
-
/**
|
|
2941
|
-
* Field that represents the source application that the request was received from, or the
|
|
2942
|
-
* source Desktop Agent if it issued the request itself. The Desktop Agent identifier MUST
|
|
2943
|
-
* be set by the bridge.
|
|
2944
|
-
*/
|
|
2945
|
-
source: MetaSource;
|
|
2946
|
-
timestamp: Date;
|
|
2947
|
-
}
|
|
2948
|
-
/**
|
|
2949
|
-
* The message payload typically contains the arguments to FDC3 API functions.
|
|
2950
|
-
*/
|
|
2951
|
-
export interface PrivateChannelEventListenerRemovedBridgeRequestPayload {
|
|
2952
|
-
/**
|
|
2953
|
-
* The id of the PrivateChannel that the event listener was removed from.
|
|
2954
|
-
*/
|
|
2955
|
-
channelId: string;
|
|
2956
|
-
listenerType: PrivateChannelEventListenerTypes;
|
|
2957
|
-
}
|
|
2958
|
-
/**
|
|
2959
|
-
* A request to forward on an AddContextListener event, relating to a PrivateChannel
|
|
2960
|
-
*
|
|
2961
|
-
* A request message from a Desktop Agent to the Bridge.
|
|
2962
|
-
*/
|
|
2963
|
-
export interface PrivateChannelOnAddContextListenerAgentRequest {
|
|
2964
|
-
meta: PrivateChannelOnAddContextListenerAgentRequestMeta;
|
|
2965
|
-
/**
|
|
2966
|
-
* The message payload typically contains the arguments to FDC3 API functions.
|
|
2967
|
-
*/
|
|
2968
|
-
payload: PrivateChannelOnAddContextListenerAgentRequestPayload;
|
|
2969
|
-
/**
|
|
2970
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
2971
|
-
* the message relates to, e.g. 'findIntent', with 'Request' appended.
|
|
2972
|
-
*/
|
|
2973
|
-
type: "PrivateChannel.onAddContextListener";
|
|
2974
|
-
}
|
|
2975
|
-
/**
|
|
2976
|
-
* Metadata for a request message sent by Desktop Agents to the Bridge.
|
|
2977
|
-
*/
|
|
2978
|
-
export interface PrivateChannelOnAddContextListenerAgentRequestMeta {
|
|
2979
|
-
/**
|
|
2980
|
-
* Optional field that represents the destination that the request should be routed to. Must
|
|
2981
|
-
* be set by the Desktop Agent for API calls that include a target app parameter and must
|
|
2982
|
-
* include the name of the Desktop Agent hosting the target application.
|
|
2983
|
-
*/
|
|
2984
|
-
destination?: MetaDestination;
|
|
2985
|
-
requestUuid: string;
|
|
2986
|
-
/**
|
|
2987
|
-
* Field that represents the source application that the request was received from, or the
|
|
2988
|
-
* source Desktop Agent if it issued the request itself.
|
|
2989
|
-
*/
|
|
2990
|
-
source?: SourceObject;
|
|
2991
|
-
timestamp: Date;
|
|
2992
|
-
}
|
|
2993
|
-
/**
|
|
2994
|
-
* The message payload typically contains the arguments to FDC3 API functions.
|
|
2995
|
-
*/
|
|
2996
|
-
export interface PrivateChannelOnAddContextListenerAgentRequestPayload {
|
|
2997
|
-
/**
|
|
2998
|
-
* The id of the PrivateChannel that the context listener was added to.
|
|
2999
|
-
*/
|
|
3000
|
-
channelId: string;
|
|
3001
|
-
/**
|
|
3002
|
-
* The type of the context listener added. Should be null for an untyped listener.
|
|
3003
|
-
*/
|
|
3004
|
-
contextType: null | string;
|
|
3005
|
-
}
|
|
3006
|
-
/**
|
|
3007
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
3008
|
-
* the message relates to, e.g. 'findIntent', with 'Request' appended.
|
|
3009
|
-
*
|
|
3010
|
-
* UUID for the request
|
|
3011
|
-
*
|
|
3012
|
-
* UUID for this specific response message.
|
|
3013
|
-
*/
|
|
3014
|
-
/**
|
|
3015
|
-
* A request to forward on an AddContextListener event, relating to a PrivateChannel
|
|
3016
|
-
*
|
|
3017
|
-
* A request message forwarded from the Bridge onto a Desktop Agent connected to it.
|
|
3018
|
-
*/
|
|
3019
|
-
export interface PrivateChannelOnAddContextListenerBridgeRequest {
|
|
3020
|
-
meta: PrivateChannelOnAddContextListenerBridgeRequestMeta;
|
|
3021
|
-
/**
|
|
3022
|
-
* The message payload typically contains the arguments to FDC3 API functions.
|
|
3023
|
-
*/
|
|
3024
|
-
payload: PrivateChannelOnAddContextListenerBridgeRequestPayload;
|
|
3025
|
-
/**
|
|
3026
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
3027
|
-
* the message relates to, e.g. 'findIntent', with 'Request' appended.
|
|
3028
|
-
*/
|
|
3029
|
-
type: "PrivateChannel.onAddContextListener";
|
|
3030
|
-
}
|
|
3031
|
-
/**
|
|
3032
|
-
* Metadata required in a request message forwarded on by the Bridge
|
|
3033
|
-
*/
|
|
3034
|
-
export interface PrivateChannelOnAddContextListenerBridgeRequestMeta {
|
|
3035
|
-
/**
|
|
3036
|
-
* Optional field that represents the destination that the request should be routed to. Must
|
|
3037
|
-
* be set by the Desktop Agent for API calls that include a target app parameter and must
|
|
3038
|
-
* include the name of the Desktop Agent hosting the target application.
|
|
3039
|
-
*/
|
|
3040
|
-
destination?: MetaDestination;
|
|
3041
|
-
requestUuid: string;
|
|
3042
|
-
/**
|
|
3043
|
-
* Field that represents the source application that the request was received from, or the
|
|
3044
|
-
* source Desktop Agent if it issued the request itself. The Desktop Agent identifier MUST
|
|
3045
|
-
* be set by the bridge.
|
|
3046
|
-
*/
|
|
3047
|
-
source: MetaSource;
|
|
3048
|
-
timestamp: Date;
|
|
3049
|
-
}
|
|
3050
|
-
/**
|
|
3051
|
-
* The message payload typically contains the arguments to FDC3 API functions.
|
|
3052
|
-
*/
|
|
3053
|
-
export interface PrivateChannelOnAddContextListenerBridgeRequestPayload {
|
|
3054
|
-
/**
|
|
3055
|
-
* The id of the PrivateChannel that the context listener was added to.
|
|
3056
|
-
*/
|
|
3057
|
-
channelId: string;
|
|
3058
|
-
/**
|
|
3059
|
-
* The type of the context listener added. Should be null for an untyped listener.
|
|
3060
|
-
*/
|
|
3061
|
-
contextType: null | string;
|
|
3062
|
-
}
|
|
3063
|
-
/**
|
|
3064
|
-
* A request to forward on a Disconnect event, relating to a PrivateChannel
|
|
3065
|
-
*
|
|
3066
|
-
* A request message from a Desktop Agent to the Bridge.
|
|
3067
|
-
*/
|
|
3068
|
-
export interface PrivateChannelOnDisconnectAgentRequest {
|
|
3069
|
-
meta: PrivateChannelOnDisconnectAgentRequestMeta;
|
|
3070
|
-
/**
|
|
3071
|
-
* The message payload typically contains the arguments to FDC3 API functions.
|
|
3072
|
-
*/
|
|
3073
|
-
payload: PrivateChannelOnDisconnectAgentRequestPayload;
|
|
3074
|
-
/**
|
|
3075
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
3076
|
-
* the message relates to, e.g. 'findIntent', with 'Request' appended.
|
|
3077
|
-
*/
|
|
3078
|
-
type: "PrivateChannel.onDisconnect";
|
|
3079
|
-
}
|
|
3080
|
-
/**
|
|
3081
|
-
* Metadata for a request message sent by Desktop Agents to the Bridge.
|
|
3082
|
-
*/
|
|
3083
|
-
export interface PrivateChannelOnDisconnectAgentRequestMeta {
|
|
3084
|
-
/**
|
|
3085
|
-
* Optional field that represents the destination that the request should be routed to. Must
|
|
3086
|
-
* be set by the Desktop Agent for API calls that include a target app parameter and must
|
|
3087
|
-
* include the name of the Desktop Agent hosting the target application.
|
|
3088
|
-
*/
|
|
3089
|
-
destination?: MetaDestination;
|
|
3090
|
-
requestUuid: string;
|
|
3091
|
-
/**
|
|
3092
|
-
* Field that represents the source application that the request was received from, or the
|
|
3093
|
-
* source Desktop Agent if it issued the request itself.
|
|
3094
|
-
*/
|
|
3095
|
-
source?: SourceObject;
|
|
3096
|
-
timestamp: Date;
|
|
3097
|
-
}
|
|
3098
|
-
/**
|
|
3099
|
-
* The message payload typically contains the arguments to FDC3 API functions.
|
|
3100
|
-
*/
|
|
3101
|
-
export interface PrivateChannelOnDisconnectAgentRequestPayload {
|
|
3102
|
-
/**
|
|
3103
|
-
* The id of the PrivateChannel that the agent discconnected from.
|
|
3104
|
-
*/
|
|
3105
|
-
channelId: string;
|
|
3106
|
-
}
|
|
3107
|
-
/**
|
|
3108
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
3109
|
-
* the message relates to, e.g. 'findIntent', with 'Request' appended.
|
|
3110
|
-
*
|
|
3111
|
-
* UUID for the request
|
|
3112
|
-
*
|
|
3113
|
-
* UUID for this specific response message.
|
|
3114
|
-
*/
|
|
3115
|
-
/**
|
|
3116
|
-
* A request to forward on a Disconnect event, relating to a PrivateChannel
|
|
3117
|
-
*
|
|
3118
|
-
* A request message forwarded from the Bridge onto a Desktop Agent connected to it.
|
|
3119
|
-
*/
|
|
3120
|
-
export interface PrivateChannelOnDisconnectBridgeRequest {
|
|
3121
|
-
meta: PrivateChannelOnDisconnectBridgeRequestMeta;
|
|
3122
|
-
/**
|
|
3123
|
-
* The message payload typically contains the arguments to FDC3 API functions.
|
|
3124
|
-
*/
|
|
3125
|
-
payload: PrivateChannelOnDisconnectBridgeRequestPayload;
|
|
3126
|
-
/**
|
|
3127
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
3128
|
-
* the message relates to, e.g. 'findIntent', with 'Request' appended.
|
|
3129
|
-
*/
|
|
3130
|
-
type: "PrivateChannel.onDisconnect";
|
|
3131
|
-
}
|
|
3132
|
-
/**
|
|
3133
|
-
* Metadata required in a request message forwarded on by the Bridge
|
|
3134
|
-
*/
|
|
3135
|
-
export interface PrivateChannelOnDisconnectBridgeRequestMeta {
|
|
3136
|
-
/**
|
|
3137
|
-
* Optional field that represents the destination that the request should be routed to. Must
|
|
3138
|
-
* be set by the Desktop Agent for API calls that include a target app parameter and must
|
|
3139
|
-
* include the name of the Desktop Agent hosting the target application.
|
|
3140
|
-
*/
|
|
3141
|
-
destination?: MetaDestination;
|
|
3142
|
-
requestUuid: string;
|
|
3143
|
-
/**
|
|
3144
|
-
* Field that represents the source application that the request was received from, or the
|
|
3145
|
-
* source Desktop Agent if it issued the request itself. The Desktop Agent identifier MUST
|
|
3146
|
-
* be set by the bridge.
|
|
3147
|
-
*/
|
|
3148
|
-
source: MetaSource;
|
|
3149
|
-
timestamp: Date;
|
|
3150
|
-
}
|
|
3151
|
-
/**
|
|
3152
|
-
* The message payload typically contains the arguments to FDC3 API functions.
|
|
3153
|
-
*/
|
|
3154
|
-
export interface PrivateChannelOnDisconnectBridgeRequestPayload {
|
|
3155
|
-
/**
|
|
3156
|
-
* The id of the PrivateChannel that the agent discconnected from.
|
|
3157
|
-
*/
|
|
3158
|
-
channelId: string;
|
|
3159
|
-
}
|
|
3160
|
-
/**
|
|
3161
|
-
* A request to forward on an Unsubscribe event, relating to a PrivateChannel
|
|
3162
|
-
*
|
|
3163
|
-
* A request message from a Desktop Agent to the Bridge.
|
|
3164
|
-
*/
|
|
3165
|
-
export interface PrivateChannelOnUnsubscribeAgentRequest {
|
|
3166
|
-
meta: PrivateChannelOnUnsubscribeAgentRequestMeta;
|
|
3167
|
-
/**
|
|
3168
|
-
* The message payload typically contains the arguments to FDC3 API functions.
|
|
3169
|
-
*/
|
|
3170
|
-
payload: PrivateChannelOnUnsubscribeAgentRequestPayload;
|
|
3171
|
-
/**
|
|
3172
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
3173
|
-
* the message relates to, e.g. 'findIntent', with 'Request' appended.
|
|
3174
|
-
*/
|
|
3175
|
-
type: "PrivateChannel.onUnsubscribe";
|
|
3176
|
-
}
|
|
3177
|
-
/**
|
|
3178
|
-
* Metadata for a request message sent by Desktop Agents to the Bridge.
|
|
3179
|
-
*/
|
|
3180
|
-
export interface PrivateChannelOnUnsubscribeAgentRequestMeta {
|
|
3181
|
-
/**
|
|
3182
|
-
* Optional field that represents the destination that the request should be routed to. Must
|
|
3183
|
-
* be set by the Desktop Agent for API calls that include a target app parameter and must
|
|
3184
|
-
* include the name of the Desktop Agent hosting the target application.
|
|
3185
|
-
*/
|
|
3186
|
-
destination?: MetaDestination;
|
|
3187
|
-
requestUuid: string;
|
|
3188
|
-
/**
|
|
3189
|
-
* Field that represents the source application that the request was received from, or the
|
|
3190
|
-
* source Desktop Agent if it issued the request itself.
|
|
3191
|
-
*/
|
|
3192
|
-
source?: SourceObject;
|
|
3193
|
-
timestamp: Date;
|
|
3194
|
-
}
|
|
3195
|
-
/**
|
|
3196
|
-
* The message payload typically contains the arguments to FDC3 API functions.
|
|
3197
|
-
*/
|
|
3198
|
-
export interface PrivateChannelOnUnsubscribeAgentRequestPayload {
|
|
3199
|
-
/**
|
|
3200
|
-
* The id of the PrivateChannel that the context listener was unsubscribed from.
|
|
3201
|
-
*/
|
|
3202
|
-
channelId: string;
|
|
3203
|
-
/**
|
|
3204
|
-
* The type of the context listener that was unsubscribed. Should be null for an untyped
|
|
3205
|
-
* listener.
|
|
3206
|
-
*/
|
|
3207
|
-
contextType: null | string;
|
|
3208
|
-
}
|
|
3209
|
-
/**
|
|
3210
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
3211
|
-
* the message relates to, e.g. 'findIntent', with 'Request' appended.
|
|
3212
|
-
*
|
|
3213
|
-
* UUID for the request
|
|
3214
|
-
*
|
|
3215
|
-
* UUID for this specific response message.
|
|
3216
|
-
*/
|
|
3217
|
-
/**
|
|
3218
|
-
* A request to forward on an Unsubscribe event, relating to a PrivateChannel
|
|
3219
|
-
*
|
|
3220
|
-
* A request message forwarded from the Bridge onto a Desktop Agent connected to it.
|
|
3221
|
-
*/
|
|
3222
|
-
export interface PrivateChannelOnUnsubscribeBridgeRequest {
|
|
3223
|
-
meta: ERequestMetadata;
|
|
3224
|
-
/**
|
|
3225
|
-
* The message payload typically contains the arguments to FDC3 API functions.
|
|
3226
|
-
*/
|
|
3227
|
-
payload: PrivateChannelOnUnsubscribeBridgeRequestPayload;
|
|
3228
|
-
/**
|
|
3229
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
3230
|
-
* the message relates to, e.g. 'findIntent', with 'Request' appended.
|
|
3231
|
-
*/
|
|
3232
|
-
type: "PrivateChannel.onUnsubscribe";
|
|
3233
|
-
}
|
|
3234
|
-
/**
|
|
3235
|
-
* Metadata required in a request message forwarded on by the Bridge
|
|
3236
|
-
*/
|
|
3237
|
-
export interface ERequestMetadata {
|
|
3238
|
-
/**
|
|
3239
|
-
* Optional field that represents the destination that the request should be routed to. Must
|
|
3240
|
-
* be set by the Desktop Agent for API calls that include a target app parameter and must
|
|
3241
|
-
* include the name of the Desktop Agent hosting the target application.
|
|
3242
|
-
*/
|
|
3243
|
-
destination?: MetaDestination;
|
|
3244
|
-
requestUuid: string;
|
|
3245
|
-
/**
|
|
3246
|
-
* Field that represents the source application that the request was received from, or the
|
|
3247
|
-
* source Desktop Agent if it issued the request itself. The Desktop Agent identifier MUST
|
|
3248
|
-
* be set by the bridge.
|
|
3249
|
-
*/
|
|
3250
|
-
source: MetaSource;
|
|
3251
|
-
timestamp: Date;
|
|
3252
|
-
}
|
|
3253
|
-
/**
|
|
3254
|
-
* The message payload typically contains the arguments to FDC3 API functions.
|
|
3255
|
-
*/
|
|
3256
|
-
export interface PrivateChannelOnUnsubscribeBridgeRequestPayload {
|
|
3257
|
-
/**
|
|
3258
|
-
* The id of the PrivateChannel that the context listener was unsubscribed from.
|
|
3259
|
-
*/
|
|
3260
|
-
channelId: string;
|
|
3261
|
-
/**
|
|
3262
|
-
* The type of the context listener that was unsubscribed. Should be null for an untyped
|
|
3263
|
-
* listener.
|
|
3264
|
-
*/
|
|
3265
|
-
contextType: null | string;
|
|
3266
|
-
}
|
|
3267
|
-
/**
|
|
3268
|
-
* A response to a request to raise an intent that contains an error.
|
|
3269
|
-
*
|
|
3270
|
-
* A response message from a Desktop Agent to the Bridge containing an error, to be used in
|
|
3271
|
-
* preference to the standard response when an error needs to be returned.
|
|
3272
|
-
*/
|
|
3273
|
-
export interface RaiseIntentAgentErrorResponse {
|
|
3274
|
-
meta: RaiseIntentAgentErrorResponseMeta;
|
|
3275
|
-
/**
|
|
3276
|
-
* Error message payload containing an standardized error string.
|
|
3277
|
-
*/
|
|
3278
|
-
payload: RaiseIntentAgentErrorResponsePayload;
|
|
3279
|
-
/**
|
|
3280
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
3281
|
-
* the message relates to, e.g. 'findIntent', with 'Response' appended.
|
|
3282
|
-
*/
|
|
3283
|
-
type: "raiseIntentResponse";
|
|
3284
|
-
}
|
|
3285
|
-
/**
|
|
3286
|
-
* Metadata for a response messages sent by a Desktop Agent to the Bridge
|
|
3287
|
-
*/
|
|
3288
|
-
export interface RaiseIntentAgentErrorResponseMeta {
|
|
3289
|
-
requestUuid: string;
|
|
3290
|
-
responseUuid: string;
|
|
3291
|
-
timestamp: Date;
|
|
3292
|
-
}
|
|
3293
|
-
/**
|
|
3294
|
-
* Error message payload containing an standardized error string.
|
|
3295
|
-
*/
|
|
3296
|
-
export interface RaiseIntentAgentErrorResponsePayload {
|
|
3297
|
-
error: ErrorMessage;
|
|
3298
|
-
}
|
|
3299
|
-
/**
|
|
3300
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
3301
|
-
* the message relates to, e.g. 'findIntent', with 'Response' appended.
|
|
3302
|
-
*
|
|
3303
|
-
* UUID for the request
|
|
3304
|
-
*
|
|
3305
|
-
* UUID for this specific response message.
|
|
3306
|
-
*/
|
|
3307
|
-
/**
|
|
3308
|
-
* A request to raise an intent.
|
|
3309
|
-
*
|
|
3310
|
-
* A request message from a Desktop Agent to the Bridge.
|
|
3311
|
-
*/
|
|
3312
|
-
export interface RaiseIntentAgentRequest {
|
|
3313
|
-
meta: RaiseIntentAgentRequestMeta;
|
|
3314
|
-
/**
|
|
3315
|
-
* The message payload typically contains the arguments to FDC3 API functions.
|
|
3316
|
-
*/
|
|
3317
|
-
payload: RaiseIntentAgentRequestPayload;
|
|
3318
|
-
/**
|
|
3319
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
3320
|
-
* the message relates to, e.g. 'findIntent', with 'Request' appended.
|
|
3321
|
-
*/
|
|
3322
|
-
type: "raiseIntentRequest";
|
|
3323
|
-
}
|
|
3324
|
-
/**
|
|
3325
|
-
* Metadata for a request message sent by Desktop Agents to the Bridge.
|
|
3326
|
-
*/
|
|
3327
|
-
export interface RaiseIntentAgentRequestMeta {
|
|
3328
|
-
/**
|
|
3329
|
-
* Optional field that represents the destination that the request should be routed to. Must
|
|
3330
|
-
* be set by the Desktop Agent for API calls that include a target app parameter and must
|
|
3331
|
-
* include the name of the Desktop Agent hosting the target application.
|
|
3332
|
-
*/
|
|
3333
|
-
destination: MetaDestination;
|
|
3334
|
-
requestUuid: string;
|
|
3335
|
-
/**
|
|
3336
|
-
* Field that represents the source application that the request was received from, or the
|
|
3337
|
-
* source Desktop Agent if it issued the request itself.
|
|
3338
|
-
*/
|
|
3339
|
-
source: SourceObject;
|
|
3340
|
-
timestamp: Date;
|
|
3341
|
-
}
|
|
3342
|
-
/**
|
|
3343
|
-
* The message payload typically contains the arguments to FDC3 API functions.
|
|
3344
|
-
*/
|
|
3345
|
-
export interface RaiseIntentAgentRequestPayload {
|
|
3346
|
-
app: AppDestinationIdentifier;
|
|
3347
|
-
context: ContextElement;
|
|
3348
|
-
intent: string;
|
|
3349
|
-
}
|
|
3350
|
-
/**
|
|
3351
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
3352
|
-
* the message relates to, e.g. 'findIntent', with 'Request' appended.
|
|
3353
|
-
*
|
|
3354
|
-
* UUID for the request
|
|
3355
|
-
*
|
|
3356
|
-
* UUID for this specific response message.
|
|
3357
|
-
*/
|
|
3358
|
-
/**
|
|
3359
|
-
* A response to a request to raise an intent.
|
|
3360
|
-
*
|
|
3361
|
-
* A response message from a Desktop Agent to the Bridge.
|
|
3362
|
-
*/
|
|
3363
|
-
export interface RaiseIntentAgentResponse {
|
|
3364
|
-
meta: RaiseIntentAgentResponseMeta;
|
|
3365
|
-
/**
|
|
3366
|
-
* The message payload typically contains return values for FDC3 API functions.
|
|
3367
|
-
*/
|
|
3368
|
-
payload: RaiseIntentAgentResponsePayload;
|
|
3369
|
-
/**
|
|
3370
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
3371
|
-
* the message relates to, e.g. 'findIntent', with 'Response' appended.
|
|
3372
|
-
*/
|
|
3373
|
-
type: "raiseIntentResponse";
|
|
3374
|
-
}
|
|
3375
|
-
/**
|
|
3376
|
-
* Metadata for a response messages sent by a Desktop Agent to the Bridge
|
|
3377
|
-
*/
|
|
3378
|
-
export interface RaiseIntentAgentResponseMeta {
|
|
3379
|
-
requestUuid: string;
|
|
3380
|
-
responseUuid: string;
|
|
3381
|
-
timestamp: Date;
|
|
3382
|
-
}
|
|
3383
|
-
/**
|
|
3384
|
-
* The message payload typically contains return values for FDC3 API functions.
|
|
3385
|
-
*/
|
|
3386
|
-
export interface RaiseIntentAgentResponsePayload {
|
|
3387
|
-
intentResolution: IntentResolution;
|
|
3388
|
-
}
|
|
3389
|
-
/**
|
|
3390
|
-
* IntentResolution provides a standard format for data returned upon resolving an intent.
|
|
3391
|
-
*
|
|
3392
|
-
* ```javascript
|
|
3393
|
-
* //resolve a "Chain" type intent
|
|
3394
|
-
* let resolution = await agent.raiseIntent("intentName", context);
|
|
3395
|
-
*
|
|
3396
|
-
* //resolve a "Client-Service" type intent with a data response or a Channel
|
|
3397
|
-
* let resolution = await agent.raiseIntent("intentName", context);
|
|
3398
|
-
* try {
|
|
3399
|
-
* const result = await resolution.getResult();
|
|
3400
|
-
* if (result && result.broadcast) {
|
|
3401
|
-
* console.log(`${resolution.source} returned a channel with id ${result.id}`);
|
|
3402
|
-
* } else if (result){
|
|
3403
|
-
* console.log(`${resolution.source} returned data: ${JSON.stringify(result)}`);
|
|
3404
|
-
* } else {
|
|
3405
|
-
* console.error(`${resolution.source} didn't return data`
|
|
3406
|
-
* }
|
|
3407
|
-
* } catch(error) {
|
|
3408
|
-
* console.error(`${resolution.source} returned an error: ${error}`);
|
|
3409
|
-
* }
|
|
3410
|
-
*
|
|
3411
|
-
* // Use metadata about the resolving app instance to target a further intent
|
|
3412
|
-
* await agent.raiseIntent("intentName", context, resolution.source);
|
|
3413
|
-
* ```
|
|
3414
|
-
*/
|
|
3415
|
-
export interface IntentResolution {
|
|
3416
|
-
/**
|
|
3417
|
-
* The intent that was raised. May be used to determine which intent the user
|
|
3418
|
-
* chose in response to `fdc3.raiseIntentForContext()`.
|
|
3419
|
-
*/
|
|
3420
|
-
intent: string;
|
|
3421
|
-
/**
|
|
3422
|
-
* Identifier for the app instance that was selected (or started) to resolve the intent.
|
|
3423
|
-
* `source.instanceId` MUST be set, indicating the specific app instance that
|
|
3424
|
-
* received the intent.
|
|
3425
|
-
*/
|
|
3426
|
-
source: AppIdentifier;
|
|
3427
|
-
/**
|
|
3428
|
-
* The version number of the Intents schema being used.
|
|
3429
|
-
*/
|
|
3430
|
-
version?: string;
|
|
3431
|
-
}
|
|
3432
|
-
/**
|
|
3433
|
-
* A response to a request to raise an intent that contains an error.
|
|
3434
|
-
*
|
|
3435
|
-
* A response message from the Bridge back to the original Desktop Agent that raised the
|
|
3436
|
-
* request, used where all connected agents returned errors.
|
|
3437
|
-
*/
|
|
3438
|
-
export interface RaiseIntentBridgeErrorResponse {
|
|
3439
|
-
meta: RaiseIntentBridgeErrorResponseMeta;
|
|
3440
|
-
/**
|
|
3441
|
-
* The error message payload contains details of an error return to the app or agent that
|
|
3442
|
-
* raised the original request.
|
|
3443
|
-
*/
|
|
3444
|
-
payload: RaiseIntentBridgeErrorResponsePayload;
|
|
3445
|
-
/**
|
|
3446
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
3447
|
-
* the message relates to, e.g. 'findIntent', with 'Response' appended.
|
|
3448
|
-
*/
|
|
3449
|
-
type: "raiseIntentResponse";
|
|
3450
|
-
}
|
|
3451
|
-
/**
|
|
3452
|
-
* Metadata required in a response message collated and/or forwarded on by the Bridge
|
|
3453
|
-
*/
|
|
3454
|
-
export interface RaiseIntentBridgeErrorResponseMeta {
|
|
3455
|
-
errorDetails: ResponseErrorDetail[];
|
|
3456
|
-
errorSources: DesktopAgentIdentifier[];
|
|
3457
|
-
requestUuid: string;
|
|
3458
|
-
responseUuid: string;
|
|
3459
|
-
timestamp: Date;
|
|
3460
|
-
}
|
|
3461
|
-
/**
|
|
3462
|
-
* The error message payload contains details of an error return to the app or agent that
|
|
3463
|
-
* raised the original request.
|
|
3464
|
-
*/
|
|
3465
|
-
export interface RaiseIntentBridgeErrorResponsePayload {
|
|
3466
|
-
error: ErrorMessage;
|
|
3467
|
-
}
|
|
3468
|
-
/**
|
|
3469
|
-
* A request to raise an intent.
|
|
3470
|
-
*
|
|
3471
|
-
* A request message forwarded from the Bridge onto a Desktop Agent connected to it.
|
|
3472
|
-
*/
|
|
3473
|
-
export interface RaiseIntentBridgeRequest {
|
|
3474
|
-
meta: RaiseIntentBridgeRequestMeta;
|
|
3475
|
-
/**
|
|
3476
|
-
* The message payload typically contains the arguments to FDC3 API functions.
|
|
3477
|
-
*/
|
|
3478
|
-
payload: RaiseIntentBridgeRequestPayload;
|
|
3479
|
-
/**
|
|
3480
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
3481
|
-
* the message relates to, e.g. 'findIntent', with 'Request' appended.
|
|
3482
|
-
*/
|
|
3483
|
-
type: "raiseIntentRequest";
|
|
3484
|
-
}
|
|
3485
|
-
/**
|
|
3486
|
-
* Metadata required in a request message forwarded on by the Bridge
|
|
3487
|
-
*/
|
|
3488
|
-
export interface RaiseIntentBridgeRequestMeta {
|
|
3489
|
-
/**
|
|
3490
|
-
* Optional field that represents the destination that the request should be routed to. Must
|
|
3491
|
-
* be set by the Desktop Agent for API calls that include a target app parameter and must
|
|
3492
|
-
* include the name of the Desktop Agent hosting the target application.
|
|
3493
|
-
*/
|
|
3494
|
-
destination: MetaDestination;
|
|
3495
|
-
requestUuid: string;
|
|
3496
|
-
/**
|
|
3497
|
-
* Field that represents the source application that the request was received from, or the
|
|
3498
|
-
* source Desktop Agent if it issued the request itself. The Desktop Agent identifier MUST
|
|
3499
|
-
* be set by the bridge.
|
|
3500
|
-
*/
|
|
3501
|
-
source: MetaSource;
|
|
3502
|
-
timestamp: Date;
|
|
3503
|
-
}
|
|
3504
|
-
/**
|
|
3505
|
-
* The message payload typically contains the arguments to FDC3 API functions.
|
|
3506
|
-
*/
|
|
3507
|
-
export interface RaiseIntentBridgeRequestPayload {
|
|
3508
|
-
app: AppDestinationIdentifier;
|
|
3509
|
-
context: ContextElement;
|
|
3510
|
-
intent: string;
|
|
3511
|
-
}
|
|
3512
|
-
/**
|
|
3513
|
-
* A response to a request to raise an intent.
|
|
3514
|
-
*
|
|
3515
|
-
* A response message from the Bridge back to the original Desktop Agent that raised the
|
|
3516
|
-
* request.
|
|
3517
|
-
*/
|
|
3518
|
-
export interface RaiseIntentBridgeResponse {
|
|
3519
|
-
meta: RaiseIntentBridgeResponseMeta;
|
|
3520
|
-
/**
|
|
3521
|
-
* The message payload typically contains return values for FDC3 API functions.
|
|
3522
|
-
*/
|
|
3523
|
-
payload: RaiseIntentBridgeResponsePayload;
|
|
3524
|
-
/**
|
|
3525
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
3526
|
-
* the message relates to, e.g. 'findIntent', with 'Response' appended.
|
|
3527
|
-
*/
|
|
3528
|
-
type: "raiseIntentResponse";
|
|
3529
|
-
}
|
|
3530
|
-
/**
|
|
3531
|
-
* Metadata required in a response message collated and/or forwarded on by the Bridge
|
|
3532
|
-
*/
|
|
3533
|
-
export interface RaiseIntentBridgeResponseMeta {
|
|
3534
|
-
errorDetails?: ResponseErrorDetail[];
|
|
3535
|
-
errorSources?: DesktopAgentIdentifier[];
|
|
3536
|
-
requestUuid: string;
|
|
3537
|
-
responseUuid: string;
|
|
3538
|
-
sources?: DesktopAgentIdentifier[];
|
|
3539
|
-
timestamp: Date;
|
|
3540
|
-
}
|
|
3541
|
-
/**
|
|
3542
|
-
* The message payload typically contains return values for FDC3 API functions.
|
|
3543
|
-
*/
|
|
3544
|
-
export interface RaiseIntentBridgeResponsePayload {
|
|
3545
|
-
intentResolution: IntentResolution;
|
|
3546
|
-
}
|
|
3547
|
-
/**
|
|
3548
|
-
* A secondary response to a request to raise an intent used to deliver the intent result,
|
|
3549
|
-
* which contains an error
|
|
3550
|
-
*
|
|
3551
|
-
* A response message from a Desktop Agent to the Bridge containing an error, to be used in
|
|
3552
|
-
* preference to the standard response when an error needs to be returned.
|
|
3553
|
-
*/
|
|
3554
|
-
export interface RaiseIntentResultAgentErrorResponse {
|
|
3555
|
-
meta: RaiseIntentResultAgentErrorResponseMeta;
|
|
3556
|
-
/**
|
|
3557
|
-
* Error message payload containing an standardized error string.
|
|
3558
|
-
*/
|
|
3559
|
-
payload: RaiseIntentResultAgentErrorResponsePayload;
|
|
3560
|
-
/**
|
|
3561
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
3562
|
-
* the message relates to, e.g. 'findIntent', with 'Response' appended.
|
|
3563
|
-
*/
|
|
3564
|
-
type: "raiseIntentResultResponse";
|
|
3565
|
-
}
|
|
3566
|
-
/**
|
|
3567
|
-
* Metadata for a response messages sent by a Desktop Agent to the Bridge
|
|
3568
|
-
*/
|
|
3569
|
-
export interface RaiseIntentResultAgentErrorResponseMeta {
|
|
3570
|
-
requestUuid: string;
|
|
3571
|
-
responseUuid: string;
|
|
3572
|
-
timestamp: Date;
|
|
3573
|
-
}
|
|
3574
|
-
/**
|
|
3575
|
-
* Error message payload containing an standardized error string.
|
|
3576
|
-
*/
|
|
3577
|
-
export interface RaiseIntentResultAgentErrorResponsePayload {
|
|
3578
|
-
error: RaiseIntentResultErrorMessage;
|
|
3579
|
-
}
|
|
3580
|
-
/**
|
|
3581
|
-
* Array of error message strings for responses that were not returned to the bridge before
|
|
3582
|
-
* the timeout or because an error occurred. Should be the same length as the `errorSources`
|
|
3583
|
-
* array and ordered the same. May be omitted if all sources responded without errors.
|
|
3584
|
-
*
|
|
3585
|
-
* Constants representing the errors that can be encountered when calling the `open` method
|
|
3586
|
-
* on the DesktopAgent object (`fdc3`).
|
|
3587
|
-
*
|
|
3588
|
-
* Constants representing the errors that can be encountered when calling the `findIntent`,
|
|
3589
|
-
* `findIntentsByContext`, `raiseIntent` or `raiseIntentForContext` methods on the
|
|
3590
|
-
* DesktopAgent (`fdc3`).
|
|
3591
|
-
*/
|
|
3592
|
-
export declare type RaiseIntentResultErrorMessage = "IntentHandlerRejected" | "NoResultReturned" | "AgentDisconnected" | "NotConnectedToBridge" | "ResponseToBridgeTimedOut" | "MalformedMessage";
|
|
3593
|
-
/**
|
|
3594
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
3595
|
-
* the message relates to, e.g. 'findIntent', with 'Response' appended.
|
|
3596
|
-
*
|
|
3597
|
-
* UUID for the request
|
|
3598
|
-
*
|
|
3599
|
-
* UUID for this specific response message.
|
|
3600
|
-
*/
|
|
3601
|
-
/**
|
|
3602
|
-
* A secondary response to a request to raise an intent used to deliver the intent result
|
|
3603
|
-
*
|
|
3604
|
-
* A response message from a Desktop Agent to the Bridge.
|
|
3605
|
-
*/
|
|
3606
|
-
export interface RaiseIntentResultAgentResponse {
|
|
3607
|
-
meta: RaiseIntentResultAgentResponseMeta;
|
|
3608
|
-
/**
|
|
3609
|
-
* The message payload typically contains return values for FDC3 API functions.
|
|
3610
|
-
*/
|
|
3611
|
-
payload: RaiseIntentResultAgentResponsePayload;
|
|
3612
|
-
/**
|
|
3613
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
3614
|
-
* the message relates to, e.g. 'findIntent', with 'Response' appended.
|
|
3615
|
-
*/
|
|
3616
|
-
type: "raiseIntentResultResponse";
|
|
3617
|
-
}
|
|
3618
|
-
/**
|
|
3619
|
-
* Metadata for a response messages sent by a Desktop Agent to the Bridge
|
|
3620
|
-
*/
|
|
3621
|
-
export interface RaiseIntentResultAgentResponseMeta {
|
|
3622
|
-
requestUuid: string;
|
|
3623
|
-
responseUuid: string;
|
|
3624
|
-
timestamp: Date;
|
|
3625
|
-
}
|
|
3626
|
-
/**
|
|
3627
|
-
* The message payload typically contains return values for FDC3 API functions.
|
|
3628
|
-
*/
|
|
3629
|
-
export interface RaiseIntentResultAgentResponsePayload {
|
|
3630
|
-
intentResult: IntentResult;
|
|
3631
|
-
}
|
|
3632
|
-
export interface IntentResult {
|
|
3633
|
-
context?: ContextElement;
|
|
3634
|
-
channel?: Channel;
|
|
3635
|
-
}
|
|
3636
|
-
/**
|
|
3637
|
-
* Represents a context channel that applications can use to send and receive
|
|
3638
|
-
* context data.
|
|
3639
|
-
*
|
|
3640
|
-
* Please note that There are differences in behavior when you interact with a
|
|
3641
|
-
* User channel via the `DesktopAgent` interface and the `Channel` interface.
|
|
3642
|
-
* Specifically, when 'joining' a User channel or adding a context listener
|
|
3643
|
-
* when already joined to a channel via the `DesktopAgent` interface, existing
|
|
3644
|
-
* context (matching the type of the context listener) on the channel is
|
|
3645
|
-
* received by the context listener immediately. Whereas, when a context
|
|
3646
|
-
* listener is added via the Channel interface, context is not received
|
|
3647
|
-
* automatically, but may be retrieved manually via the `getCurrentContext()`
|
|
3648
|
-
* function.
|
|
3649
|
-
*/
|
|
3650
|
-
export interface Channel {
|
|
3651
|
-
/**
|
|
3652
|
-
* Channels may be visualized and selectable by users. DisplayMetadata may be used to
|
|
3653
|
-
* provide hints on how to see them.
|
|
3654
|
-
* For App channels, displayMetadata would typically not be present.
|
|
3655
|
-
*/
|
|
3656
|
-
displayMetadata?: DisplayMetadata;
|
|
3657
|
-
/**
|
|
3658
|
-
* Constant that uniquely identifies this channel.
|
|
3659
|
-
*/
|
|
3660
|
-
id: string;
|
|
3661
|
-
/**
|
|
3662
|
-
* Uniquely defines each channel type.
|
|
3663
|
-
* Can be "user", "app" or "private".
|
|
3664
|
-
*/
|
|
3665
|
-
type: Type;
|
|
3666
|
-
}
|
|
3667
|
-
/**
|
|
3668
|
-
* Channels may be visualized and selectable by users. DisplayMetadata may be used to
|
|
3669
|
-
* provide hints on how to see them.
|
|
3670
|
-
* For App channels, displayMetadata would typically not be present.
|
|
3671
|
-
*
|
|
3672
|
-
* A system channel will be global enough to have a presence across many apps. This gives us
|
|
3673
|
-
* some hints
|
|
3674
|
-
* to render them in a standard way. It is assumed it may have other properties too, but if
|
|
3675
|
-
* it has these,
|
|
3676
|
-
* this is their meaning.
|
|
3677
|
-
*/
|
|
3678
|
-
export interface DisplayMetadata {
|
|
3679
|
-
/**
|
|
3680
|
-
* The color that should be associated within this channel when displaying this channel in a
|
|
3681
|
-
* UI, e.g: `0xFF0000`.
|
|
3682
|
-
*/
|
|
3683
|
-
color?: string;
|
|
3684
|
-
/**
|
|
3685
|
-
* A URL of an image that can be used to display this channel
|
|
3686
|
-
*/
|
|
3687
|
-
glyph?: string;
|
|
3688
|
-
/**
|
|
3689
|
-
* A user-readable name for this channel, e.g: `"Red"`
|
|
3690
|
-
*/
|
|
3691
|
-
name?: string;
|
|
3692
|
-
}
|
|
3693
|
-
/**
|
|
3694
|
-
* Uniquely defines each channel type.
|
|
3695
|
-
* Can be "user", "app" or "private".
|
|
3696
|
-
*/
|
|
3697
|
-
export declare type Type = "app" | "private" | "user";
|
|
3698
|
-
/**
|
|
3699
|
-
* A secondary response to a request to raise an intent used to deliver the intent result,
|
|
3700
|
-
* which contains an error
|
|
3701
|
-
*
|
|
3702
|
-
* A response message from the Bridge back to the original Desktop Agent that raised the
|
|
3703
|
-
* request, used where all connected agents returned errors.
|
|
3704
|
-
*/
|
|
3705
|
-
export interface RaiseIntentResultBridgeErrorResponse {
|
|
3706
|
-
meta: RaiseIntentResultBridgeErrorResponseMeta;
|
|
3707
|
-
/**
|
|
3708
|
-
* The error message payload contains details of an error return to the app or agent that
|
|
3709
|
-
* raised the original request.
|
|
3710
|
-
*/
|
|
3711
|
-
payload: RaiseIntentResultBridgeErrorResponsePayload;
|
|
3712
|
-
/**
|
|
3713
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
3714
|
-
* the message relates to, e.g. 'findIntent', with 'Response' appended.
|
|
3715
|
-
*/
|
|
3716
|
-
type: "raiseIntentResultResponse";
|
|
3717
|
-
}
|
|
3718
|
-
/**
|
|
3719
|
-
* Metadata required in a response message collated and/or forwarded on by the Bridge
|
|
3720
|
-
*/
|
|
3721
|
-
export interface RaiseIntentResultBridgeErrorResponseMeta {
|
|
3722
|
-
errorDetails: ResponseErrorDetail[];
|
|
3723
|
-
errorSources: DesktopAgentIdentifier[];
|
|
3724
|
-
requestUuid: string;
|
|
3725
|
-
responseUuid: string;
|
|
3726
|
-
timestamp: Date;
|
|
3727
|
-
}
|
|
3728
|
-
/**
|
|
3729
|
-
* The error message payload contains details of an error return to the app or agent that
|
|
3730
|
-
* raised the original request.
|
|
3731
|
-
*/
|
|
3732
|
-
export interface RaiseIntentResultBridgeErrorResponsePayload {
|
|
3733
|
-
error: RaiseIntentResultErrorMessage;
|
|
3734
|
-
}
|
|
3735
|
-
/**
|
|
3736
|
-
* A secondary response to a request to raise an intent used to deliver the intent result
|
|
3737
|
-
*
|
|
3738
|
-
* A response message from the Bridge back to the original Desktop Agent that raised the
|
|
3739
|
-
* request.
|
|
3740
|
-
*/
|
|
3741
|
-
export interface RaiseIntentResultBridgeResponse {
|
|
3742
|
-
meta: RaiseIntentResultBridgeResponseMeta;
|
|
3743
|
-
/**
|
|
3744
|
-
* The message payload typically contains return values for FDC3 API functions.
|
|
3745
|
-
*/
|
|
3746
|
-
payload: RaiseIntentResultBridgeResponsePayload;
|
|
3747
|
-
/**
|
|
3748
|
-
* Identifies the type of the message and it is typically set to the FDC3 function name that
|
|
3749
|
-
* the message relates to, e.g. 'findIntent', with 'Response' appended.
|
|
3750
|
-
*/
|
|
3751
|
-
type: "raiseIntentResultResponse";
|
|
3752
|
-
}
|
|
3753
|
-
/**
|
|
3754
|
-
* Metadata required in a response message collated and/or forwarded on by the Bridge
|
|
3755
|
-
*/
|
|
3756
|
-
export interface RaiseIntentResultBridgeResponseMeta {
|
|
3757
|
-
errorDetails?: ResponseErrorDetail[];
|
|
3758
|
-
errorSources?: DesktopAgentIdentifier[];
|
|
3759
|
-
requestUuid: string;
|
|
3760
|
-
responseUuid: string;
|
|
3761
|
-
sources?: DesktopAgentIdentifier[];
|
|
3762
|
-
timestamp: Date;
|
|
3763
|
-
}
|
|
3764
|
-
/**
|
|
3765
|
-
* The message payload typically contains return values for FDC3 API functions.
|
|
3766
|
-
*/
|
|
3767
|
-
export interface RaiseIntentResultBridgeResponsePayload {
|
|
3768
|
-
intentResult: IntentResult;
|
|
3769
|
-
}
|
|
3770
|
-
/**
|
|
3771
|
-
* The `fdc3.context` type defines the basic contract or "shape" for all data exchanged by
|
|
3772
|
-
* FDC3 operations. As such, it is not really meant to be used on its own, but is imported
|
|
3773
|
-
* by more specific type definitions (standardized or custom) to provide the structure and
|
|
3774
|
-
* properties shared by all FDC3 context data types.
|
|
3775
|
-
*
|
|
3776
|
-
* The key element of FDC3 context types is their mandatory `type` property, which is used
|
|
3777
|
-
* to identify what type of data the object represents, and what shape it has.
|
|
3778
|
-
*
|
|
3779
|
-
* The FDC3 context type, and all derived types, define the minimum set of fields a context
|
|
3780
|
-
* data object of a particular type can be expected to have, but this can always be extended
|
|
3781
|
-
* with custom fields as appropriate.
|
|
3782
|
-
*/
|
|
3783
|
-
export interface Context {
|
|
3784
|
-
/**
|
|
3785
|
-
* Context data objects may include a set of equivalent key-value pairs that can be used to
|
|
3786
|
-
* help applications identify and look up the context type they receive in their own domain.
|
|
3787
|
-
* The idea behind this design is that applications can provide as many equivalent
|
|
3788
|
-
* identifiers to a target application as possible, e.g. an instrument may be represented by
|
|
3789
|
-
* an ISIN, CUSIP or Bloomberg identifier.
|
|
3790
|
-
*
|
|
3791
|
-
* Identifiers do not make sense for all types of data, so the `id` property is therefore
|
|
3792
|
-
* optional, but some derived types may choose to require at least one identifier.
|
|
3793
|
-
* Identifier values SHOULD always be of type string.
|
|
3794
|
-
*/
|
|
3795
|
-
id?: {
|
|
3796
|
-
[key: string]: any;
|
|
3797
|
-
};
|
|
3798
|
-
/**
|
|
3799
|
-
* Context data objects may include a name property that can be used for more information,
|
|
3800
|
-
* or display purposes. Some derived types may require the name object as mandatory,
|
|
3801
|
-
* depending on use case.
|
|
3802
|
-
*/
|
|
3803
|
-
name?: string;
|
|
3804
|
-
/**
|
|
3805
|
-
* The type property is the only _required_ part of the FDC3 context data schema. The FDC3
|
|
3806
|
-
* [API](https://fdc3.finos.org/docs/api/spec) relies on the `type` property being present
|
|
3807
|
-
* to route shared context data appropriately.
|
|
3808
|
-
*
|
|
3809
|
-
* FDC3 [Intents](https://fdc3.finos.org/docs/intents/spec) also register the context data
|
|
3810
|
-
* types they support in an FDC3 [App
|
|
3811
|
-
* Directory](https://fdc3.finos.org/docs/app-directory/overview), used for intent discovery
|
|
3812
|
-
* and routing.
|
|
3813
|
-
*
|
|
3814
|
-
* Standardized FDC3 context types have well-known `type` properties prefixed with the
|
|
3815
|
-
* `fdc3` namespace, e.g. `fdc3.instrument`. For non-standard types, e.g. those defined and
|
|
3816
|
-
* used by a particular organization, the convention is to prefix them with an
|
|
3817
|
-
* organization-specific namespace, e.g. `blackrock.fund`.
|
|
3818
|
-
*
|
|
3819
|
-
* See the [Context Data Specification](https://fdc3.finos.org/docs/context/spec) for more
|
|
3820
|
-
* information about context data types.
|
|
3821
|
-
*/
|
|
3822
|
-
type: string;
|
|
3823
|
-
[property: string]: any;
|
|
3824
|
-
}
|
|
3825
|
-
export declare class Convert {
|
|
3826
|
-
static toFDC3DesktopAgentAPISchema(json: string): any;
|
|
3827
|
-
static fDC3DesktopAgentAPISchemaToJson(value: any): string;
|
|
3828
|
-
static toAgentErrorResponseMessage(json: string): AgentErrorResponseMessage;
|
|
3829
|
-
static agentErrorResponseMessageToJson(value: AgentErrorResponseMessage): string;
|
|
3830
|
-
static toAgentRequestMessage(json: string): AgentRequestMessage;
|
|
3831
|
-
static agentRequestMessageToJson(value: AgentRequestMessage): string;
|
|
3832
|
-
static toAgentResponseMessage(json: string): AgentResponseMessage;
|
|
3833
|
-
static agentResponseMessageToJson(value: AgentResponseMessage): string;
|
|
3834
|
-
static toBridgeErrorResponseMessage(json: string): BridgeErrorResponseMessage;
|
|
3835
|
-
static bridgeErrorResponseMessageToJson(value: BridgeErrorResponseMessage): string;
|
|
3836
|
-
static toBridgeRequestMessage(json: string): BridgeRequestMessage;
|
|
3837
|
-
static bridgeRequestMessageToJson(value: BridgeRequestMessage): string;
|
|
3838
|
-
static toBridgeResponseMessage(json: string): BridgeResponseMessage;
|
|
3839
|
-
static bridgeResponseMessageToJson(value: BridgeResponseMessage): string;
|
|
3840
|
-
static toBroadcastAgentRequest(json: string): BroadcastAgentRequest;
|
|
3841
|
-
static broadcastAgentRequestToJson(value: BroadcastAgentRequest): string;
|
|
3842
|
-
static toBroadcastBridgeRequest(json: string): BroadcastBridgeRequest;
|
|
3843
|
-
static broadcastBridgeRequestToJson(value: BroadcastBridgeRequest): string;
|
|
3844
|
-
static toBridgingCommons(json: string): {
|
|
3845
|
-
[key: string]: any;
|
|
3846
|
-
};
|
|
3847
|
-
static bridgingCommonsToJson(value: {
|
|
3848
|
-
[key: string]: any;
|
|
3849
|
-
}): string;
|
|
3850
|
-
static toConnectionStepMessage(json: string): ConnectionStepMessage;
|
|
3851
|
-
static connectionStepMessageToJson(value: ConnectionStepMessage): string;
|
|
3852
|
-
static toConnectionStep2Hello(json: string): ConnectionStep2Hello;
|
|
3853
|
-
static connectionStep2HelloToJson(value: ConnectionStep2Hello): string;
|
|
3854
|
-
static toConnectionStep3Handshake(json: string): ConnectionStep3Handshake;
|
|
3855
|
-
static connectionStep3HandshakeToJson(value: ConnectionStep3Handshake): string;
|
|
3856
|
-
static toConnectionStep4AuthenticationFailed(json: string): ConnectionStep4AuthenticationFailed;
|
|
3857
|
-
static connectionStep4AuthenticationFailedToJson(value: ConnectionStep4AuthenticationFailed): string;
|
|
3858
|
-
static toConnectionStep6ConnectedAgentsUpdate(json: string): ConnectionStep6ConnectedAgentsUpdate;
|
|
3859
|
-
static connectionStep6ConnectedAgentsUpdateToJson(value: ConnectionStep6ConnectedAgentsUpdate): string;
|
|
3860
|
-
static toFindInstancesAgentErrorResponse(json: string): FindInstancesAgentErrorResponse;
|
|
3861
|
-
static findInstancesAgentErrorResponseToJson(value: FindInstancesAgentErrorResponse): string;
|
|
3862
|
-
static toFindInstancesAgentRequest(json: string): FindInstancesAgentRequest;
|
|
3863
|
-
static findInstancesAgentRequestToJson(value: FindInstancesAgentRequest): string;
|
|
3864
|
-
static toFindInstancesAgentResponse(json: string): FindInstancesAgentResponse;
|
|
3865
|
-
static findInstancesAgentResponseToJson(value: FindInstancesAgentResponse): string;
|
|
3866
|
-
static toFindInstancesBridgeErrorResponse(json: string): FindInstancesBridgeErrorResponse;
|
|
3867
|
-
static findInstancesBridgeErrorResponseToJson(value: FindInstancesBridgeErrorResponse): string;
|
|
3868
|
-
static toFindInstancesBridgeRequest(json: string): FindInstancesBridgeRequest;
|
|
3869
|
-
static findInstancesBridgeRequestToJson(value: FindInstancesBridgeRequest): string;
|
|
3870
|
-
static toFindInstancesBridgeResponse(json: string): FindInstancesBridgeResponse;
|
|
3871
|
-
static findInstancesBridgeResponseToJson(value: FindInstancesBridgeResponse): string;
|
|
3872
|
-
static toFindIntentAgentErrorResponse(json: string): FindIntentAgentErrorResponse;
|
|
3873
|
-
static findIntentAgentErrorResponseToJson(value: FindIntentAgentErrorResponse): string;
|
|
3874
|
-
static toFindIntentAgentRequest(json: string): FindIntentAgentRequest;
|
|
3875
|
-
static findIntentAgentRequestToJson(value: FindIntentAgentRequest): string;
|
|
3876
|
-
static toFindIntentAgentResponse(json: string): FindIntentAgentResponse;
|
|
3877
|
-
static findIntentAgentResponseToJson(value: FindIntentAgentResponse): string;
|
|
3878
|
-
static toFindIntentBridgeErrorResponse(json: string): FindIntentBridgeErrorResponse;
|
|
3879
|
-
static findIntentBridgeErrorResponseToJson(value: FindIntentBridgeErrorResponse): string;
|
|
3880
|
-
static toFindIntentBridgeRequest(json: string): FindIntentBridgeRequest;
|
|
3881
|
-
static findIntentBridgeRequestToJson(value: FindIntentBridgeRequest): string;
|
|
3882
|
-
static toFindIntentBridgeResponse(json: string): FindIntentBridgeResponse;
|
|
3883
|
-
static findIntentBridgeResponseToJson(value: FindIntentBridgeResponse): string;
|
|
3884
|
-
static toFindIntentsByContextAgentErrorResponse(json: string): FindIntentsByContextAgentErrorResponse;
|
|
3885
|
-
static findIntentsByContextAgentErrorResponseToJson(value: FindIntentsByContextAgentErrorResponse): string;
|
|
3886
|
-
static toFindIntentsByContextAgentRequest(json: string): FindIntentsByContextAgentRequest;
|
|
3887
|
-
static findIntentsByContextAgentRequestToJson(value: FindIntentsByContextAgentRequest): string;
|
|
3888
|
-
static toFindIntentsByContextAgentResponse(json: string): FindIntentsByContextAgentResponse;
|
|
3889
|
-
static findIntentsByContextAgentResponseToJson(value: FindIntentsByContextAgentResponse): string;
|
|
3890
|
-
static toFindIntentsByContextBridgeErrorResponse(json: string): FindIntentsByContextBridgeErrorResponse;
|
|
3891
|
-
static findIntentsByContextBridgeErrorResponseToJson(value: FindIntentsByContextBridgeErrorResponse): string;
|
|
3892
|
-
static toFindIntentsByContextBridgeRequest(json: string): FindIntentsByContextBridgeRequest;
|
|
3893
|
-
static findIntentsByContextBridgeRequestToJson(value: FindIntentsByContextBridgeRequest): string;
|
|
3894
|
-
static toFindIntentsByContextBridgeResponse(json: string): FindIntentsByContextBridgeResponse;
|
|
3895
|
-
static findIntentsByContextBridgeResponseToJson(value: FindIntentsByContextBridgeResponse): string;
|
|
3896
|
-
static toGetAppMetadataAgentErrorResponse(json: string): GetAppMetadataAgentErrorResponse;
|
|
3897
|
-
static getAppMetadataAgentErrorResponseToJson(value: GetAppMetadataAgentErrorResponse): string;
|
|
3898
|
-
static toGetAppMetadataAgentRequest(json: string): GetAppMetadataAgentRequest;
|
|
3899
|
-
static getAppMetadataAgentRequestToJson(value: GetAppMetadataAgentRequest): string;
|
|
3900
|
-
static toGetAppMetadataAgentResponse(json: string): GetAppMetadataAgentResponse;
|
|
3901
|
-
static getAppMetadataAgentResponseToJson(value: GetAppMetadataAgentResponse): string;
|
|
3902
|
-
static toGetAppMetadataBridgeErrorResponse(json: string): GetAppMetadataBridgeErrorResponse;
|
|
3903
|
-
static getAppMetadataBridgeErrorResponseToJson(value: GetAppMetadataBridgeErrorResponse): string;
|
|
3904
|
-
static toGetAppMetadataBridgeRequest(json: string): GetAppMetadataBridgeRequest;
|
|
3905
|
-
static getAppMetadataBridgeRequestToJson(value: GetAppMetadataBridgeRequest): string;
|
|
3906
|
-
static toGetAppMetadataBridgeResponse(json: string): GetAppMetadataBridgeResponse;
|
|
3907
|
-
static getAppMetadataBridgeResponseToJson(value: GetAppMetadataBridgeResponse): string;
|
|
3908
|
-
static toOpenAgentErrorResponse(json: string): OpenAgentErrorResponse;
|
|
3909
|
-
static openAgentErrorResponseToJson(value: OpenAgentErrorResponse): string;
|
|
3910
|
-
static toOpenAgentRequest(json: string): OpenAgentRequest;
|
|
3911
|
-
static openAgentRequestToJson(value: OpenAgentRequest): string;
|
|
3912
|
-
static toOpenAgentResponse(json: string): OpenAgentResponse;
|
|
3913
|
-
static openAgentResponseToJson(value: OpenAgentResponse): string;
|
|
3914
|
-
static toOpenBridgeErrorResponse(json: string): OpenBridgeErrorResponse;
|
|
3915
|
-
static openBridgeErrorResponseToJson(value: OpenBridgeErrorResponse): string;
|
|
3916
|
-
static toOpenBridgeRequest(json: string): OpenBridgeRequest;
|
|
3917
|
-
static openBridgeRequestToJson(value: OpenBridgeRequest): string;
|
|
3918
|
-
static toOpenBridgeResponse(json: string): OpenBridgeResponse;
|
|
3919
|
-
static openBridgeResponseToJson(value: OpenBridgeResponse): string;
|
|
3920
|
-
static toPrivateChannelBroadcastAgentRequest(json: string): PrivateChannelBroadcastAgentRequest;
|
|
3921
|
-
static privateChannelBroadcastAgentRequestToJson(value: PrivateChannelBroadcastAgentRequest): string;
|
|
3922
|
-
static toPrivateChannelBroadcastBridgeRequest(json: string): PrivateChannelBroadcastBridgeRequest;
|
|
3923
|
-
static privateChannelBroadcastBridgeRequestToJson(value: PrivateChannelBroadcastBridgeRequest): string;
|
|
3924
|
-
static toPrivateChannelEventListenerAddedAgentRequest(json: string): PrivateChannelEventListenerAddedAgentRequest;
|
|
3925
|
-
static privateChannelEventListenerAddedAgentRequestToJson(value: PrivateChannelEventListenerAddedAgentRequest): string;
|
|
3926
|
-
static toPrivateChannelEventListenerAddedBridgeRequest(json: string): PrivateChannelEventListenerAddedBridgeRequest;
|
|
3927
|
-
static privateChannelEventListenerAddedBridgeRequestToJson(value: PrivateChannelEventListenerAddedBridgeRequest): string;
|
|
3928
|
-
static toPrivateChannelEventListenerRemovedAgentRequest(json: string): PrivateChannelEventListenerRemovedAgentRequest;
|
|
3929
|
-
static privateChannelEventListenerRemovedAgentRequestToJson(value: PrivateChannelEventListenerRemovedAgentRequest): string;
|
|
3930
|
-
static toPrivateChannelEventListenerRemovedBridgeRequest(json: string): PrivateChannelEventListenerRemovedBridgeRequest;
|
|
3931
|
-
static privateChannelEventListenerRemovedBridgeRequestToJson(value: PrivateChannelEventListenerRemovedBridgeRequest): string;
|
|
3932
|
-
static toPrivateChannelOnAddContextListenerAgentRequest(json: string): PrivateChannelOnAddContextListenerAgentRequest;
|
|
3933
|
-
static privateChannelOnAddContextListenerAgentRequestToJson(value: PrivateChannelOnAddContextListenerAgentRequest): string;
|
|
3934
|
-
static toPrivateChannelOnAddContextListenerBridgeRequest(json: string): PrivateChannelOnAddContextListenerBridgeRequest;
|
|
3935
|
-
static privateChannelOnAddContextListenerBridgeRequestToJson(value: PrivateChannelOnAddContextListenerBridgeRequest): string;
|
|
3936
|
-
static toPrivateChannelOnDisconnectAgentRequest(json: string): PrivateChannelOnDisconnectAgentRequest;
|
|
3937
|
-
static privateChannelOnDisconnectAgentRequestToJson(value: PrivateChannelOnDisconnectAgentRequest): string;
|
|
3938
|
-
static toPrivateChannelOnDisconnectBridgeRequest(json: string): PrivateChannelOnDisconnectBridgeRequest;
|
|
3939
|
-
static privateChannelOnDisconnectBridgeRequestToJson(value: PrivateChannelOnDisconnectBridgeRequest): string;
|
|
3940
|
-
static toPrivateChannelOnUnsubscribeAgentRequest(json: string): PrivateChannelOnUnsubscribeAgentRequest;
|
|
3941
|
-
static privateChannelOnUnsubscribeAgentRequestToJson(value: PrivateChannelOnUnsubscribeAgentRequest): string;
|
|
3942
|
-
static toPrivateChannelOnUnsubscribeBridgeRequest(json: string): PrivateChannelOnUnsubscribeBridgeRequest;
|
|
3943
|
-
static privateChannelOnUnsubscribeBridgeRequestToJson(value: PrivateChannelOnUnsubscribeBridgeRequest): string;
|
|
3944
|
-
static toRaiseIntentAgentErrorResponse(json: string): RaiseIntentAgentErrorResponse;
|
|
3945
|
-
static raiseIntentAgentErrorResponseToJson(value: RaiseIntentAgentErrorResponse): string;
|
|
3946
|
-
static toRaiseIntentAgentRequest(json: string): RaiseIntentAgentRequest;
|
|
3947
|
-
static raiseIntentAgentRequestToJson(value: RaiseIntentAgentRequest): string;
|
|
3948
|
-
static toRaiseIntentAgentResponse(json: string): RaiseIntentAgentResponse;
|
|
3949
|
-
static raiseIntentAgentResponseToJson(value: RaiseIntentAgentResponse): string;
|
|
3950
|
-
static toRaiseIntentBridgeErrorResponse(json: string): RaiseIntentBridgeErrorResponse;
|
|
3951
|
-
static raiseIntentBridgeErrorResponseToJson(value: RaiseIntentBridgeErrorResponse): string;
|
|
3952
|
-
static toRaiseIntentBridgeRequest(json: string): RaiseIntentBridgeRequest;
|
|
3953
|
-
static raiseIntentBridgeRequestToJson(value: RaiseIntentBridgeRequest): string;
|
|
3954
|
-
static toRaiseIntentBridgeResponse(json: string): RaiseIntentBridgeResponse;
|
|
3955
|
-
static raiseIntentBridgeResponseToJson(value: RaiseIntentBridgeResponse): string;
|
|
3956
|
-
static toRaiseIntentResultAgentErrorResponse(json: string): RaiseIntentResultAgentErrorResponse;
|
|
3957
|
-
static raiseIntentResultAgentErrorResponseToJson(value: RaiseIntentResultAgentErrorResponse): string;
|
|
3958
|
-
static toRaiseIntentResultAgentResponse(json: string): RaiseIntentResultAgentResponse;
|
|
3959
|
-
static raiseIntentResultAgentResponseToJson(value: RaiseIntentResultAgentResponse): string;
|
|
3960
|
-
static toRaiseIntentResultBridgeErrorResponse(json: string): RaiseIntentResultBridgeErrorResponse;
|
|
3961
|
-
static raiseIntentResultBridgeErrorResponseToJson(value: RaiseIntentResultBridgeErrorResponse): string;
|
|
3962
|
-
static toRaiseIntentResultBridgeResponse(json: string): RaiseIntentResultBridgeResponse;
|
|
3963
|
-
static raiseIntentResultBridgeResponseToJson(value: RaiseIntentResultBridgeResponse): string;
|
|
3964
|
-
static toContext(json: string): Context;
|
|
3965
|
-
static contextToJson(value: Context): string;
|
|
3966
|
-
}
|
|
3967
|
-
//# sourceMappingURL=BridgingTypes.d.ts.map
|