@finsemble/finsemble-ui 10.0.0-iocd.9 → 10.0.3-beta.3
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,2000 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* A representation of an FDC3 Action (specified via a Context or Context & Intent) that can
|
|
3
|
-
* be inserted inside another object, for example a chat message.
|
|
4
|
-
*
|
|
5
|
-
* The action may be completed by calling `fdc3.raiseIntent()` with the specified Intent and
|
|
6
|
-
* Context, or, if only a context is specified, by calling `fdc3.raiseIntentForContext()`
|
|
7
|
-
* (which the Desktop Agent will resolve by presenting the user with a list of available
|
|
8
|
-
* Intents for the Context).
|
|
9
|
-
*
|
|
10
|
-
* Accepts an optional `app` parameter in order to specify a specific app.
|
|
11
|
-
*/
|
|
12
|
-
export interface Action {
|
|
13
|
-
/**
|
|
14
|
-
* An optional target application identifier that should perform the action
|
|
15
|
-
*/
|
|
16
|
-
app?: ActionTargetApp;
|
|
17
|
-
/**
|
|
18
|
-
* A context object with which the action will be performed
|
|
19
|
-
*/
|
|
20
|
-
context: ContextElement;
|
|
21
|
-
/**
|
|
22
|
-
* Optional Intent to raise to perform the actions. Should reference an intent type name,
|
|
23
|
-
* such as those defined in the FDC3 Standard. If intent is not set then
|
|
24
|
-
* `fdc3.raiseIntentForContext` should be used to perform the action as this will usually
|
|
25
|
-
* allow the user to choose the intent to raise.
|
|
26
|
-
*/
|
|
27
|
-
intent?: string;
|
|
28
|
-
/**
|
|
29
|
-
* A human readable display name for the action
|
|
30
|
-
*/
|
|
31
|
-
title: string;
|
|
32
|
-
type: "fdc3.action";
|
|
33
|
-
id?: {
|
|
34
|
-
[key: string]: any;
|
|
35
|
-
};
|
|
36
|
-
name?: string;
|
|
37
|
-
[property: string]: any;
|
|
38
|
-
}
|
|
39
|
-
/**
|
|
40
|
-
* An optional target application identifier that should perform the action
|
|
41
|
-
*
|
|
42
|
-
* Identifies an application, or instance of an application, and is used to target FDC3 API
|
|
43
|
-
* calls, such as `fdc3.open` or `fdc3.raiseIntent` at specific applications or application
|
|
44
|
-
* instances.
|
|
45
|
-
*
|
|
46
|
-
* Will always include at least an `appId` field, which uniquely identifies a specific app.
|
|
47
|
-
*
|
|
48
|
-
* If the `instanceId` field is set then the `AppMetadata` object represents a specific
|
|
49
|
-
* instance of the application that may be addressed using that Id.
|
|
50
|
-
*/
|
|
51
|
-
export interface ActionTargetApp {
|
|
52
|
-
/**
|
|
53
|
-
* The unique application identifier located within a specific application directory
|
|
54
|
-
* instance. An example of an appId might be 'app@sub.root'
|
|
55
|
-
*/
|
|
56
|
-
appId: string;
|
|
57
|
-
/**
|
|
58
|
-
* The Desktop Agent that the app is available on. Used in Desktop Agent Bridging to
|
|
59
|
-
* identify the Desktop Agent to target.
|
|
60
|
-
*/
|
|
61
|
-
desktopAgent?: string;
|
|
62
|
-
/**
|
|
63
|
-
* An optional instance identifier, indicating that this object represents a specific
|
|
64
|
-
* instance of the application described.
|
|
65
|
-
*/
|
|
66
|
-
instanceId?: string;
|
|
67
|
-
[property: string]: any;
|
|
68
|
-
}
|
|
69
|
-
/**
|
|
70
|
-
* A context object with which the action will be performed
|
|
71
|
-
*
|
|
72
|
-
* A context object returned by the transaction, possibly with updated data.
|
|
73
|
-
*
|
|
74
|
-
* The `fdc3.context` type defines the basic contract or "shape" for all data exchanged by
|
|
75
|
-
* FDC3 operations. As such, it is not really meant to be used on its own, but is imported
|
|
76
|
-
* by more specific type definitions (standardized or custom) to provide the structure and
|
|
77
|
-
* properties shared by all FDC3 context data types.
|
|
78
|
-
*
|
|
79
|
-
* The key element of FDC3 context types is their mandatory `type` property, which is used
|
|
80
|
-
* to identify what type of data the object represents, and what shape it has.
|
|
81
|
-
*
|
|
82
|
-
* The FDC3 context type, and all derived types, define the minimum set of fields a context
|
|
83
|
-
* data object of a particular type can be expected to have, but this can always be extended
|
|
84
|
-
* with custom fields as appropriate.
|
|
85
|
-
*/
|
|
86
|
-
export interface ContextElement {
|
|
87
|
-
/**
|
|
88
|
-
* Context data objects may include a set of equivalent key-value pairs that can be used to
|
|
89
|
-
* help applications identify and look up the context type they receive in their own domain.
|
|
90
|
-
* The idea behind this design is that applications can provide as many equivalent
|
|
91
|
-
* identifiers to a target application as possible, e.g. an instrument may be represented by
|
|
92
|
-
* an ISIN, CUSIP or Bloomberg identifier.
|
|
93
|
-
*
|
|
94
|
-
* Identifiers do not make sense for all types of data, so the `id` property is therefore
|
|
95
|
-
* optional, but some derived types may choose to require at least one identifier.
|
|
96
|
-
* Identifier values SHOULD always be of type string.
|
|
97
|
-
*/
|
|
98
|
-
id?: {
|
|
99
|
-
[key: string]: any;
|
|
100
|
-
};
|
|
101
|
-
/**
|
|
102
|
-
* Context data objects may include a name property that can be used for more information,
|
|
103
|
-
* or display purposes. Some derived types may require the name object as mandatory,
|
|
104
|
-
* depending on use case.
|
|
105
|
-
*/
|
|
106
|
-
name?: string;
|
|
107
|
-
/**
|
|
108
|
-
* The type property is the only _required_ part of the FDC3 context data schema. The FDC3
|
|
109
|
-
* [API](https://fdc3.finos.org/docs/api/spec) relies on the `type` property being present
|
|
110
|
-
* to route shared context data appropriately.
|
|
111
|
-
*
|
|
112
|
-
* FDC3 [Intents](https://fdc3.finos.org/docs/intents/spec) also register the context data
|
|
113
|
-
* types they support in an FDC3 [App
|
|
114
|
-
* Directory](https://fdc3.finos.org/docs/app-directory/overview), used for intent discovery
|
|
115
|
-
* and routing.
|
|
116
|
-
*
|
|
117
|
-
* Standardized FDC3 context types have well-known `type` properties prefixed with the
|
|
118
|
-
* `fdc3` namespace, e.g. `fdc3.instrument`. For non-standard types, e.g. those defined and
|
|
119
|
-
* used by a particular organization, the convention is to prefix them with an
|
|
120
|
-
* organization-specific namespace, e.g. `blackrock.fund`.
|
|
121
|
-
*
|
|
122
|
-
* See the [Context Data Specification](https://fdc3.finos.org/docs/context/spec) for more
|
|
123
|
-
* information about context data types.
|
|
124
|
-
*/
|
|
125
|
-
type: string;
|
|
126
|
-
[property: string]: any;
|
|
127
|
-
}
|
|
128
|
-
/**
|
|
129
|
-
* Free text to be used for a keyword search
|
|
130
|
-
*
|
|
131
|
-
* `interactionType` SHOULD be one of `'Instant Message'`, `'Email'`, `'Call'`, or
|
|
132
|
-
* `'Meeting'` although other string values are permitted.
|
|
133
|
-
*/
|
|
134
|
-
/**
|
|
135
|
-
* A context type representing details of a Chart, which may be used to request plotting of
|
|
136
|
-
* a particular chart or to otherwise share details of its composition, such as:
|
|
137
|
-
*
|
|
138
|
-
* - A list of instruments for comparison
|
|
139
|
-
* - The time period to plot the chart over
|
|
140
|
-
* - The style of chart (line, bar, mountain, candle etc.)
|
|
141
|
-
* - Other settings such as indicators to calculate, or data representing drawings and
|
|
142
|
-
* annotations.
|
|
143
|
-
*
|
|
144
|
-
* In addition to handling requests to plot charts, a charting application may use this type
|
|
145
|
-
* to output a representation of what it is currently displaying so that it can be recorded
|
|
146
|
-
* by another application.
|
|
147
|
-
*/
|
|
148
|
-
export interface Chart {
|
|
149
|
-
/**
|
|
150
|
-
* An array of instrument contexts whose data should be plotted.
|
|
151
|
-
*/
|
|
152
|
-
instruments: InstrumentElement[];
|
|
153
|
-
/**
|
|
154
|
-
* It is common for charts to support other configuration, such as indicators, annotations
|
|
155
|
-
* etc., which do not have standardized formats, but may be included in the `otherConfig`
|
|
156
|
-
* array as context objects.
|
|
157
|
-
*/
|
|
158
|
-
otherConfig?: ContextElement[];
|
|
159
|
-
/**
|
|
160
|
-
* The time range that should be plotted
|
|
161
|
-
*/
|
|
162
|
-
range?: TimeRangeObject;
|
|
163
|
-
/**
|
|
164
|
-
* The type of chart that should be plotted
|
|
165
|
-
*/
|
|
166
|
-
style?: ChartStyle;
|
|
167
|
-
type: "fdc3.chart";
|
|
168
|
-
id?: {
|
|
169
|
-
[key: string]: any;
|
|
170
|
-
};
|
|
171
|
-
name?: string;
|
|
172
|
-
[property: string]: any;
|
|
173
|
-
}
|
|
174
|
-
/**
|
|
175
|
-
* financial instrument that relates to the definition of this product
|
|
176
|
-
*
|
|
177
|
-
*
|
|
178
|
-
*
|
|
179
|
-
* A financial instrument from any asset class.
|
|
180
|
-
*/
|
|
181
|
-
export interface InstrumentElement {
|
|
182
|
-
/**
|
|
183
|
-
* Any combination of instrument identifiers can be used together to resolve ambiguity, or
|
|
184
|
-
* for a better match. Not all applications will use the same instrument identifiers, which
|
|
185
|
-
* is why FDC3 allows for multiple to be specified. In general, the more identifiers an
|
|
186
|
-
* application can provide, the easier it will be to achieve interoperability.
|
|
187
|
-
*
|
|
188
|
-
* It is valid to include extra properties and metadata as part of the instrument payload,
|
|
189
|
-
* but the minimum requirement is for at least one instrument identifier to be provided.
|
|
190
|
-
*
|
|
191
|
-
* Try to only use instrument identifiers as intended. E.g. the `ticker` property is meant
|
|
192
|
-
* for tickers as used by an exchange.
|
|
193
|
-
* If the identifier you want to share is not a ticker or one of the other standardized
|
|
194
|
-
* fields, define a property that makes it clear what the value represents. Doing so will
|
|
195
|
-
* make interpretation easier for the developers of target applications.
|
|
196
|
-
*/
|
|
197
|
-
id: PurpleInstrumentIdentifiers;
|
|
198
|
-
/**
|
|
199
|
-
* The `market` map can be used to further specify the instrument and help achieve
|
|
200
|
-
* interoperability between disparate data sources. This is especially useful when using an
|
|
201
|
-
* `id` field that is not globally unique.
|
|
202
|
-
*/
|
|
203
|
-
market?: OrganizationMarket;
|
|
204
|
-
type: "fdc3.instrument";
|
|
205
|
-
name?: string;
|
|
206
|
-
[property: string]: any;
|
|
207
|
-
}
|
|
208
|
-
/**
|
|
209
|
-
* Any combination of instrument identifiers can be used together to resolve ambiguity, or
|
|
210
|
-
* for a better match. Not all applications will use the same instrument identifiers, which
|
|
211
|
-
* is why FDC3 allows for multiple to be specified. In general, the more identifiers an
|
|
212
|
-
* application can provide, the easier it will be to achieve interoperability.
|
|
213
|
-
*
|
|
214
|
-
* It is valid to include extra properties and metadata as part of the instrument payload,
|
|
215
|
-
* but the minimum requirement is for at least one instrument identifier to be provided.
|
|
216
|
-
*
|
|
217
|
-
* Try to only use instrument identifiers as intended. E.g. the `ticker` property is meant
|
|
218
|
-
* for tickers as used by an exchange.
|
|
219
|
-
* If the identifier you want to share is not a ticker or one of the other standardized
|
|
220
|
-
* fields, define a property that makes it clear what the value represents. Doing so will
|
|
221
|
-
* make interpretation easier for the developers of target applications.
|
|
222
|
-
*/
|
|
223
|
-
export interface PurpleInstrumentIdentifiers {
|
|
224
|
-
/**
|
|
225
|
-
* <https://www.bloomberg.com/>
|
|
226
|
-
*/
|
|
227
|
-
BBG?: string;
|
|
228
|
-
/**
|
|
229
|
-
* <https://www.cusip.com/>
|
|
230
|
-
*/
|
|
231
|
-
CUSIP?: string;
|
|
232
|
-
/**
|
|
233
|
-
* <https://www.factset.com/>
|
|
234
|
-
*/
|
|
235
|
-
FDS_ID?: string;
|
|
236
|
-
/**
|
|
237
|
-
* <https://www.openfigi.com/>
|
|
238
|
-
*/
|
|
239
|
-
FIGI?: string;
|
|
240
|
-
/**
|
|
241
|
-
* <https://www.isin.org/>
|
|
242
|
-
*/
|
|
243
|
-
ISIN?: string;
|
|
244
|
-
/**
|
|
245
|
-
* <https://permid.org/>
|
|
246
|
-
*/
|
|
247
|
-
PERMID?: string;
|
|
248
|
-
/**
|
|
249
|
-
* <https://www.refinitiv.com/>
|
|
250
|
-
*/
|
|
251
|
-
RIC?: string;
|
|
252
|
-
/**
|
|
253
|
-
* <https://www.lseg.com/sedol>
|
|
254
|
-
*/
|
|
255
|
-
SEDOL?: string;
|
|
256
|
-
/**
|
|
257
|
-
* Unstandardized stock tickers
|
|
258
|
-
*/
|
|
259
|
-
ticker?: string;
|
|
260
|
-
[property: string]: any;
|
|
261
|
-
}
|
|
262
|
-
/**
|
|
263
|
-
* The `market` map can be used to further specify the instrument and help achieve
|
|
264
|
-
* interoperability between disparate data sources. This is especially useful when using an
|
|
265
|
-
* `id` field that is not globally unique.
|
|
266
|
-
*/
|
|
267
|
-
export interface OrganizationMarket {
|
|
268
|
-
/**
|
|
269
|
-
* <https://www.bloomberg.com/>
|
|
270
|
-
*/
|
|
271
|
-
BBG?: string;
|
|
272
|
-
/**
|
|
273
|
-
* <https://www.iso.org/iso-3166-country-codes.html>
|
|
274
|
-
*/
|
|
275
|
-
COUNTRY_ISOALPHA2?: string;
|
|
276
|
-
/**
|
|
277
|
-
* <https://en.wikipedia.org/wiki/Market_Identifier_Code>
|
|
278
|
-
*/
|
|
279
|
-
MIC?: string;
|
|
280
|
-
/**
|
|
281
|
-
* Human readable market name
|
|
282
|
-
*/
|
|
283
|
-
name?: string;
|
|
284
|
-
[property: string]: any;
|
|
285
|
-
}
|
|
286
|
-
/**
|
|
287
|
-
* Free text to be used for a keyword search
|
|
288
|
-
*
|
|
289
|
-
* `interactionType` SHOULD be one of `'Instant Message'`, `'Email'`, `'Call'`, or
|
|
290
|
-
* `'Meeting'` although other string values are permitted.
|
|
291
|
-
*/
|
|
292
|
-
/**
|
|
293
|
-
* The time range that should be plotted
|
|
294
|
-
*
|
|
295
|
-
* The time range over which the interaction occurred
|
|
296
|
-
*
|
|
297
|
-
* A context representing a period of time. Any user interfaces that represent or visualize
|
|
298
|
-
* events or activity over time can be filtered or focused on a particular time period,
|
|
299
|
-
* e.g.:
|
|
300
|
-
*
|
|
301
|
-
* - A pricing chart
|
|
302
|
-
* - A trade blotter
|
|
303
|
-
* - A record of client contact/activity in a CRM
|
|
304
|
-
*
|
|
305
|
-
* Example use cases:
|
|
306
|
-
*
|
|
307
|
-
* - User may want to view pricing/trades/customer activity for a security over a particular
|
|
308
|
-
* time period, the time range might be specified as the context for the `ViewChart` intent
|
|
309
|
-
* OR it might be embedded in another context (e.g. a context representing a chart to plot).
|
|
310
|
-
* - User filters a visualization (e.g. a pricing chart) to show a particular period, the
|
|
311
|
-
* `TimeRange` is broadcast and other visualizations (e.g. a heatmap of activity by
|
|
312
|
-
* instrument, or industry sector etc.) receive it and filter themselves to show data over
|
|
313
|
-
* the same range.
|
|
314
|
-
*
|
|
315
|
-
* Notes:
|
|
316
|
-
*
|
|
317
|
-
* - A `TimeRange` may be closed (i.e. `startTime` and `endTime` are both known) or open
|
|
318
|
-
* (i.e. only one of `startTime` or `endTime` is known).
|
|
319
|
-
* - Ranges corresponding to dates (e.g. `2022-05-12` to `2022-05-19`) should be specified
|
|
320
|
-
* using times as this prevents issues with timezone conversions and inclusive/exclusive
|
|
321
|
-
* date ranges.
|
|
322
|
-
* - String fields representing times are encoded according to [ISO
|
|
323
|
-
* 8601-1:2019](https://www.iso.org/standard/70907.html).
|
|
324
|
-
* - A timezone indicator should be specified, e.g. `"2022-05-12T15:18:03Z"` or
|
|
325
|
-
* `"2022-05-12T16:18:03+01:00"`
|
|
326
|
-
* - Times MAY be specified with millisecond precision, e.g. `"2022-05-12T15:18:03.349Z"`
|
|
327
|
-
*/
|
|
328
|
-
export interface TimeRangeObject {
|
|
329
|
-
/**
|
|
330
|
-
* The end time of the range, encoded according to [ISO
|
|
331
|
-
* 8601-1:2019](https://www.iso.org/standard/70907.html) with a timezone indicator.
|
|
332
|
-
*/
|
|
333
|
-
endTime?: Date;
|
|
334
|
-
/**
|
|
335
|
-
* The start time of the range, encoded according to [ISO
|
|
336
|
-
* 8601-1:2019](https://www.iso.org/standard/70907.html) with a timezone indicator.
|
|
337
|
-
*/
|
|
338
|
-
startTime?: Date;
|
|
339
|
-
type: "fdc3.timerange";
|
|
340
|
-
id?: {
|
|
341
|
-
[key: string]: any;
|
|
342
|
-
};
|
|
343
|
-
name?: string;
|
|
344
|
-
[property: string]: any;
|
|
345
|
-
}
|
|
346
|
-
/**
|
|
347
|
-
* Free text to be used for a keyword search
|
|
348
|
-
*
|
|
349
|
-
* `interactionType` SHOULD be one of `'Instant Message'`, `'Email'`, `'Call'`, or
|
|
350
|
-
* `'Meeting'` although other string values are permitted.
|
|
351
|
-
*/
|
|
352
|
-
/**
|
|
353
|
-
* The type of chart that should be plotted
|
|
354
|
-
*/
|
|
355
|
-
export declare type ChartStyle = "line" | "bar" | "stacked-bar" | "mountain" | "candle" | "pie" | "scatter" | "histogram" | "heatmap" | "custom";
|
|
356
|
-
/**
|
|
357
|
-
* Free text to be used for a keyword search
|
|
358
|
-
*
|
|
359
|
-
* `interactionType` SHOULD be one of `'Instant Message'`, `'Email'`, `'Call'`, or
|
|
360
|
-
* `'Meeting'` although other string values are permitted.
|
|
361
|
-
*/
|
|
362
|
-
/**
|
|
363
|
-
* A collection of settings to start a new chat conversation
|
|
364
|
-
*/
|
|
365
|
-
export interface ChatInitSettings {
|
|
366
|
-
/**
|
|
367
|
-
* Name to apply to the chat created
|
|
368
|
-
*/
|
|
369
|
-
chatName?: string;
|
|
370
|
-
/**
|
|
371
|
-
* Contacts to add to the chat
|
|
372
|
-
*/
|
|
373
|
-
members?: ContactListObject;
|
|
374
|
-
/**
|
|
375
|
-
* An initial message to post in the chat when created.
|
|
376
|
-
*/
|
|
377
|
-
message?: MessageObject | string;
|
|
378
|
-
/**
|
|
379
|
-
* Option settings that affect the creation of the chat
|
|
380
|
-
*/
|
|
381
|
-
options?: ChatOptions;
|
|
382
|
-
type: "fdc3.chat.initSettings";
|
|
383
|
-
id?: {
|
|
384
|
-
[key: string]: any;
|
|
385
|
-
};
|
|
386
|
-
name?: string;
|
|
387
|
-
[property: string]: any;
|
|
388
|
-
}
|
|
389
|
-
/**
|
|
390
|
-
* Contacts to add to the chat
|
|
391
|
-
*
|
|
392
|
-
* A list of contacts involved in the interaction
|
|
393
|
-
*
|
|
394
|
-
* A collection of contacts, e.g. for chatting to or calling multiple contacts.
|
|
395
|
-
*
|
|
396
|
-
* The contact list schema does not explicitly include identifiers in the `id` section, as
|
|
397
|
-
* there is not a common standard for such identifiers. Applications can, however, populate
|
|
398
|
-
* this part of the contract with custom identifiers if so desired.
|
|
399
|
-
*/
|
|
400
|
-
export interface ContactListObject {
|
|
401
|
-
/**
|
|
402
|
-
* An array of contact contexts that forms the list.
|
|
403
|
-
*/
|
|
404
|
-
contacts: ContactElement[];
|
|
405
|
-
type: "fdc3.contactList";
|
|
406
|
-
id?: {
|
|
407
|
-
[key: string]: any;
|
|
408
|
-
};
|
|
409
|
-
name?: string;
|
|
410
|
-
[property: string]: any;
|
|
411
|
-
}
|
|
412
|
-
/**
|
|
413
|
-
* The contact that initiated the interaction
|
|
414
|
-
*
|
|
415
|
-
* A person contact that can be engaged with through email, calling, messaging, CMS, etc.
|
|
416
|
-
*/
|
|
417
|
-
export interface ContactElement {
|
|
418
|
-
/**
|
|
419
|
-
* Identifiers that relate to the Contact represented by this context
|
|
420
|
-
*/
|
|
421
|
-
id: PurpleContactIdentifiers;
|
|
422
|
-
type: "fdc3.contact";
|
|
423
|
-
name?: string;
|
|
424
|
-
[property: string]: any;
|
|
425
|
-
}
|
|
426
|
-
/**
|
|
427
|
-
* Identifiers that relate to the Contact represented by this context
|
|
428
|
-
*/
|
|
429
|
-
export interface PurpleContactIdentifiers {
|
|
430
|
-
/**
|
|
431
|
-
* The email address for the contact
|
|
432
|
-
*/
|
|
433
|
-
email?: string;
|
|
434
|
-
/**
|
|
435
|
-
* FactSet Permanent Identifier representing the contact
|
|
436
|
-
*/
|
|
437
|
-
FDS_ID?: string;
|
|
438
|
-
[property: string]: any;
|
|
439
|
-
}
|
|
440
|
-
/**
|
|
441
|
-
* Free text to be used for a keyword search
|
|
442
|
-
*
|
|
443
|
-
* `interactionType` SHOULD be one of `'Instant Message'`, `'Email'`, `'Call'`, or
|
|
444
|
-
* `'Meeting'` although other string values are permitted.
|
|
445
|
-
*/
|
|
446
|
-
/**
|
|
447
|
-
* Free text to be used for a keyword search
|
|
448
|
-
*
|
|
449
|
-
* `interactionType` SHOULD be one of `'Instant Message'`, `'Email'`, `'Call'`, or
|
|
450
|
-
* `'Meeting'` although other string values are permitted.
|
|
451
|
-
*/
|
|
452
|
-
/**
|
|
453
|
-
* A chat message to be sent through an instant messaging application. Can contain one or
|
|
454
|
-
* several text bodies (organized by mime-type, plaintext or markdown), as well as attached
|
|
455
|
-
* entities (either arbitrary file attachments or FDC3 actions to be embedded in the
|
|
456
|
-
* message). To be put inside a ChatInitSettings object.
|
|
457
|
-
*/
|
|
458
|
-
export interface MessageObject {
|
|
459
|
-
/**
|
|
460
|
-
* A map of string IDs to entities that should be attached to the message, such as an action
|
|
461
|
-
* to perform, a file attachment, or other FDC3 context object.
|
|
462
|
-
*/
|
|
463
|
-
entities?: {
|
|
464
|
-
[key: string]: PurpleAction;
|
|
465
|
-
};
|
|
466
|
-
/**
|
|
467
|
-
* A map of string mime-type to string content
|
|
468
|
-
*/
|
|
469
|
-
text?: PurpleMessageText;
|
|
470
|
-
type: "fdc3.message";
|
|
471
|
-
id?: {
|
|
472
|
-
[key: string]: any;
|
|
473
|
-
};
|
|
474
|
-
name?: string;
|
|
475
|
-
[property: string]: any;
|
|
476
|
-
}
|
|
477
|
-
/**
|
|
478
|
-
* A representation of an FDC3 Action (specified via a Context or Context & Intent) that can
|
|
479
|
-
* be inserted inside another object, for example a chat message.
|
|
480
|
-
*
|
|
481
|
-
* The action may be completed by calling `fdc3.raiseIntent()` with the specified Intent and
|
|
482
|
-
* Context, or, if only a context is specified, by calling `fdc3.raiseIntentForContext()`
|
|
483
|
-
* (which the Desktop Agent will resolve by presenting the user with a list of available
|
|
484
|
-
* Intents for the Context).
|
|
485
|
-
*
|
|
486
|
-
* Accepts an optional `app` parameter in order to specify a specific app.
|
|
487
|
-
*
|
|
488
|
-
* A File attachment encoded in the form of a data URI
|
|
489
|
-
*/
|
|
490
|
-
export interface PurpleAction {
|
|
491
|
-
/**
|
|
492
|
-
* An optional target application identifier that should perform the action
|
|
493
|
-
*/
|
|
494
|
-
app?: ActionTargetApp;
|
|
495
|
-
/**
|
|
496
|
-
* A context object with which the action will be performed
|
|
497
|
-
*/
|
|
498
|
-
context?: ContextElement;
|
|
499
|
-
/**
|
|
500
|
-
* Optional Intent to raise to perform the actions. Should reference an intent type name,
|
|
501
|
-
* such as those defined in the FDC3 Standard. If intent is not set then
|
|
502
|
-
* `fdc3.raiseIntentForContext` should be used to perform the action as this will usually
|
|
503
|
-
* allow the user to choose the intent to raise.
|
|
504
|
-
*/
|
|
505
|
-
intent?: string;
|
|
506
|
-
/**
|
|
507
|
-
* A human readable display name for the action
|
|
508
|
-
*/
|
|
509
|
-
title?: string;
|
|
510
|
-
type: EntityType;
|
|
511
|
-
id?: {
|
|
512
|
-
[key: string]: any;
|
|
513
|
-
};
|
|
514
|
-
name?: string;
|
|
515
|
-
data?: PurpleData;
|
|
516
|
-
[property: string]: any;
|
|
517
|
-
}
|
|
518
|
-
export interface PurpleData {
|
|
519
|
-
/**
|
|
520
|
-
* A data URI encoding the content of the file to be attached
|
|
521
|
-
*/
|
|
522
|
-
dataUri: string;
|
|
523
|
-
/**
|
|
524
|
-
* The name of the attached file
|
|
525
|
-
*/
|
|
526
|
-
name: string;
|
|
527
|
-
[property: string]: any;
|
|
528
|
-
}
|
|
529
|
-
/**
|
|
530
|
-
* Free text to be used for a keyword search
|
|
531
|
-
*
|
|
532
|
-
* `interactionType` SHOULD be one of `'Instant Message'`, `'Email'`, `'Call'`, or
|
|
533
|
-
* `'Meeting'` although other string values are permitted.
|
|
534
|
-
*/
|
|
535
|
-
export declare type EntityType = "fdc3.action" | "fdc3.entity.fileAttachment";
|
|
536
|
-
/**
|
|
537
|
-
* A map of string mime-type to string content
|
|
538
|
-
*/
|
|
539
|
-
export interface PurpleMessageText {
|
|
540
|
-
/**
|
|
541
|
-
* Markdown encoded content
|
|
542
|
-
*/
|
|
543
|
-
"text/markdown"?: string;
|
|
544
|
-
/**
|
|
545
|
-
* Plain text encoded content.
|
|
546
|
-
*/
|
|
547
|
-
"text/plain"?: string;
|
|
548
|
-
[property: string]: any;
|
|
549
|
-
}
|
|
550
|
-
/**
|
|
551
|
-
* Free text to be used for a keyword search
|
|
552
|
-
*
|
|
553
|
-
* `interactionType` SHOULD be one of `'Instant Message'`, `'Email'`, `'Call'`, or
|
|
554
|
-
* `'Meeting'` although other string values are permitted.
|
|
555
|
-
*/
|
|
556
|
-
/**
|
|
557
|
-
* Option settings that affect the creation of the chat
|
|
558
|
-
*/
|
|
559
|
-
export interface ChatOptions {
|
|
560
|
-
/**
|
|
561
|
-
* if true members will be allowed to add other members to the chat
|
|
562
|
-
*/
|
|
563
|
-
allowAddUser?: boolean;
|
|
564
|
-
/**
|
|
565
|
-
* if true members will be allowed to browse past messages
|
|
566
|
-
*/
|
|
567
|
-
allowHistoryBrowsing?: boolean;
|
|
568
|
-
/**
|
|
569
|
-
* if true members will be allowed to copy/paste messages
|
|
570
|
-
*/
|
|
571
|
-
allowMessageCopy?: boolean;
|
|
572
|
-
/**
|
|
573
|
-
* if false a separate chat will be created for each member
|
|
574
|
-
*/
|
|
575
|
-
groupRecipients?: boolean;
|
|
576
|
-
/**
|
|
577
|
-
* if true the room will be visible to everyone in the chat application
|
|
578
|
-
*/
|
|
579
|
-
isPublic?: boolean;
|
|
580
|
-
[property: string]: any;
|
|
581
|
-
}
|
|
582
|
-
/**
|
|
583
|
-
* Free text to be used for a keyword search
|
|
584
|
-
*
|
|
585
|
-
* `interactionType` SHOULD be one of `'Instant Message'`, `'Email'`, `'Call'`, or
|
|
586
|
-
* `'Meeting'` although other string values are permitted.
|
|
587
|
-
*/
|
|
588
|
-
/**
|
|
589
|
-
* A context representing a chat message. Typically used to send the message or to
|
|
590
|
-
* pre-populate a message for sending.
|
|
591
|
-
*/
|
|
592
|
-
export interface ChatMessage {
|
|
593
|
-
chatRoom: ChatRoomObject;
|
|
594
|
-
message: MessageObject;
|
|
595
|
-
type: "fdc3.chat.message";
|
|
596
|
-
id?: {
|
|
597
|
-
[key: string]: any;
|
|
598
|
-
};
|
|
599
|
-
name?: string;
|
|
600
|
-
[property: string]: any;
|
|
601
|
-
}
|
|
602
|
-
/**
|
|
603
|
-
* Reference to the chat room which could be used to send a message to the room
|
|
604
|
-
*/
|
|
605
|
-
export interface ChatRoomObject {
|
|
606
|
-
/**
|
|
607
|
-
* Identifier(s) for the chat - currently unstandardized
|
|
608
|
-
*/
|
|
609
|
-
id: {
|
|
610
|
-
[key: string]: any;
|
|
611
|
-
};
|
|
612
|
-
/**
|
|
613
|
-
* Display name for the chat room
|
|
614
|
-
*/
|
|
615
|
-
name?: string;
|
|
616
|
-
/**
|
|
617
|
-
* The name of the service that hosts the chat
|
|
618
|
-
*/
|
|
619
|
-
providerName: string;
|
|
620
|
-
type: "fdc3.chat.room";
|
|
621
|
-
/**
|
|
622
|
-
* Universal url to access to the room. It could be opened from a browser, a mobile app,
|
|
623
|
-
* etc...
|
|
624
|
-
*/
|
|
625
|
-
url?: string;
|
|
626
|
-
[property: string]: any;
|
|
627
|
-
}
|
|
628
|
-
/**
|
|
629
|
-
* Free text to be used for a keyword search
|
|
630
|
-
*
|
|
631
|
-
* `interactionType` SHOULD be one of `'Instant Message'`, `'Email'`, `'Call'`, or
|
|
632
|
-
* `'Meeting'` although other string values are permitted.
|
|
633
|
-
*/
|
|
634
|
-
/**
|
|
635
|
-
* Free text to be used for a keyword search
|
|
636
|
-
*
|
|
637
|
-
* `interactionType` SHOULD be one of `'Instant Message'`, `'Email'`, `'Call'`, or
|
|
638
|
-
* `'Meeting'` although other string values are permitted.
|
|
639
|
-
*/
|
|
640
|
-
/**
|
|
641
|
-
* Reference to the chat room which could be used to send a message to the room
|
|
642
|
-
*/
|
|
643
|
-
export interface ChatRoom {
|
|
644
|
-
/**
|
|
645
|
-
* Identifier(s) for the chat - currently unstandardized
|
|
646
|
-
*/
|
|
647
|
-
id: {
|
|
648
|
-
[key: string]: any;
|
|
649
|
-
};
|
|
650
|
-
/**
|
|
651
|
-
* Display name for the chat room
|
|
652
|
-
*/
|
|
653
|
-
name?: string;
|
|
654
|
-
/**
|
|
655
|
-
* The name of the service that hosts the chat
|
|
656
|
-
*/
|
|
657
|
-
providerName: string;
|
|
658
|
-
type: "fdc3.chat.room";
|
|
659
|
-
/**
|
|
660
|
-
* Universal url to access to the room. It could be opened from a browser, a mobile app,
|
|
661
|
-
* etc...
|
|
662
|
-
*/
|
|
663
|
-
url?: string;
|
|
664
|
-
[property: string]: any;
|
|
665
|
-
}
|
|
666
|
-
/**
|
|
667
|
-
* A context type that represents a simple search criterion, based on a list of other
|
|
668
|
-
* context objects, that can be used to search or filter messages in a chat application.
|
|
669
|
-
*/
|
|
670
|
-
export interface ChatSearchCriteria {
|
|
671
|
-
/**
|
|
672
|
-
* An array of criteria that should match chats returned from by a search.
|
|
673
|
-
*
|
|
674
|
-
* ⚠️ Operators (and/or/not) are not defined in `fdc3.chat.searchCriteria`. It is up to the
|
|
675
|
-
* application that processes the FDC3 Intent to choose and apply the operators between the
|
|
676
|
-
* criteria.
|
|
677
|
-
*
|
|
678
|
-
* Empty search criteria can be supported to allow resetting of filters.
|
|
679
|
-
*/
|
|
680
|
-
criteria: Array<OrganizationObject | string>;
|
|
681
|
-
type: "fdc3.chat.searchCriteria";
|
|
682
|
-
id?: {
|
|
683
|
-
[key: string]: any;
|
|
684
|
-
};
|
|
685
|
-
name?: string;
|
|
686
|
-
[property: string]: any;
|
|
687
|
-
}
|
|
688
|
-
/**
|
|
689
|
-
* financial instrument that relates to the definition of this product
|
|
690
|
-
*
|
|
691
|
-
*
|
|
692
|
-
*
|
|
693
|
-
* A financial instrument from any asset class.
|
|
694
|
-
*
|
|
695
|
-
* An entity that can be used when referencing private companies and other organizations
|
|
696
|
-
* where a specific instrument is not available or desired e.g. CRM and News workflows.
|
|
697
|
-
*
|
|
698
|
-
* It is valid to include extra properties and metadata as part of the organization payload,
|
|
699
|
-
* but the minimum requirement is for at least one specified identifier to be provided.
|
|
700
|
-
*
|
|
701
|
-
* The contact that initiated the interaction
|
|
702
|
-
*
|
|
703
|
-
* A person contact that can be engaged with through email, calling, messaging, CMS, etc.
|
|
704
|
-
*/
|
|
705
|
-
export interface OrganizationObject {
|
|
706
|
-
/**
|
|
707
|
-
* Any combination of instrument identifiers can be used together to resolve ambiguity, or
|
|
708
|
-
* for a better match. Not all applications will use the same instrument identifiers, which
|
|
709
|
-
* is why FDC3 allows for multiple to be specified. In general, the more identifiers an
|
|
710
|
-
* application can provide, the easier it will be to achieve interoperability.
|
|
711
|
-
*
|
|
712
|
-
* It is valid to include extra properties and metadata as part of the instrument payload,
|
|
713
|
-
* but the minimum requirement is for at least one instrument identifier to be provided.
|
|
714
|
-
*
|
|
715
|
-
* Try to only use instrument identifiers as intended. E.g. the `ticker` property is meant
|
|
716
|
-
* for tickers as used by an exchange.
|
|
717
|
-
* If the identifier you want to share is not a ticker or one of the other standardized
|
|
718
|
-
* fields, define a property that makes it clear what the value represents. Doing so will
|
|
719
|
-
* make interpretation easier for the developers of target applications.
|
|
720
|
-
*
|
|
721
|
-
* Identifiers for the organization, at least one must be provided.
|
|
722
|
-
*
|
|
723
|
-
* Identifiers that relate to the Contact represented by this context
|
|
724
|
-
*/
|
|
725
|
-
id: Identifiers;
|
|
726
|
-
/**
|
|
727
|
-
* The `market` map can be used to further specify the instrument and help achieve
|
|
728
|
-
* interoperability between disparate data sources. This is especially useful when using an
|
|
729
|
-
* `id` field that is not globally unique.
|
|
730
|
-
*/
|
|
731
|
-
market?: OrganizationMarket;
|
|
732
|
-
type: TentacledInteractionType;
|
|
733
|
-
name?: string;
|
|
734
|
-
[property: string]: any;
|
|
735
|
-
}
|
|
736
|
-
/**
|
|
737
|
-
* Any combination of instrument identifiers can be used together to resolve ambiguity, or
|
|
738
|
-
* for a better match. Not all applications will use the same instrument identifiers, which
|
|
739
|
-
* is why FDC3 allows for multiple to be specified. In general, the more identifiers an
|
|
740
|
-
* application can provide, the easier it will be to achieve interoperability.
|
|
741
|
-
*
|
|
742
|
-
* It is valid to include extra properties and metadata as part of the instrument payload,
|
|
743
|
-
* but the minimum requirement is for at least one instrument identifier to be provided.
|
|
744
|
-
*
|
|
745
|
-
* Try to only use instrument identifiers as intended. E.g. the `ticker` property is meant
|
|
746
|
-
* for tickers as used by an exchange.
|
|
747
|
-
* If the identifier you want to share is not a ticker or one of the other standardized
|
|
748
|
-
* fields, define a property that makes it clear what the value represents. Doing so will
|
|
749
|
-
* make interpretation easier for the developers of target applications.
|
|
750
|
-
*
|
|
751
|
-
* Identifiers for the organization, at least one must be provided.
|
|
752
|
-
*
|
|
753
|
-
* Identifiers that relate to the Contact represented by this context
|
|
754
|
-
*/
|
|
755
|
-
export interface Identifiers {
|
|
756
|
-
/**
|
|
757
|
-
* <https://www.bloomberg.com/>
|
|
758
|
-
*/
|
|
759
|
-
BBG?: string;
|
|
760
|
-
/**
|
|
761
|
-
* <https://www.cusip.com/>
|
|
762
|
-
*/
|
|
763
|
-
CUSIP?: string;
|
|
764
|
-
/**
|
|
765
|
-
* <https://www.factset.com/>
|
|
766
|
-
*
|
|
767
|
-
* FactSet Permanent Identifier representing the organization
|
|
768
|
-
*
|
|
769
|
-
* FactSet Permanent Identifier representing the contact
|
|
770
|
-
*/
|
|
771
|
-
FDS_ID?: string;
|
|
772
|
-
/**
|
|
773
|
-
* <https://www.openfigi.com/>
|
|
774
|
-
*/
|
|
775
|
-
FIGI?: string;
|
|
776
|
-
/**
|
|
777
|
-
* <https://www.isin.org/>
|
|
778
|
-
*/
|
|
779
|
-
ISIN?: string;
|
|
780
|
-
/**
|
|
781
|
-
* <https://permid.org/>
|
|
782
|
-
*
|
|
783
|
-
* Refinitiv Permanent Identifiers, or PermID for the organization
|
|
784
|
-
*/
|
|
785
|
-
PERMID?: string;
|
|
786
|
-
/**
|
|
787
|
-
* <https://www.refinitiv.com/>
|
|
788
|
-
*/
|
|
789
|
-
RIC?: string;
|
|
790
|
-
/**
|
|
791
|
-
* <https://www.lseg.com/sedol>
|
|
792
|
-
*/
|
|
793
|
-
SEDOL?: string;
|
|
794
|
-
/**
|
|
795
|
-
* Unstandardized stock tickers
|
|
796
|
-
*/
|
|
797
|
-
ticker?: string;
|
|
798
|
-
/**
|
|
799
|
-
* The Legal Entity Identifier (LEI) is a 20-character, alpha-numeric code based on the ISO
|
|
800
|
-
* 17442 standard developed by the International Organization for Standardization (ISO). It
|
|
801
|
-
* connects to key reference information that enables clear and unique identification of
|
|
802
|
-
* legal entities participating in financial transactions.
|
|
803
|
-
*/
|
|
804
|
-
LEI?: string;
|
|
805
|
-
/**
|
|
806
|
-
* The email address for the contact
|
|
807
|
-
*/
|
|
808
|
-
email?: string;
|
|
809
|
-
[property: string]: any;
|
|
810
|
-
}
|
|
811
|
-
/**
|
|
812
|
-
* Free text to be used for a keyword search
|
|
813
|
-
*
|
|
814
|
-
* `interactionType` SHOULD be one of `'Instant Message'`, `'Email'`, `'Call'`, or
|
|
815
|
-
* `'Meeting'` although other string values are permitted.
|
|
816
|
-
*/
|
|
817
|
-
export declare type TentacledInteractionType = "fdc3.instrument" | "fdc3.organization" | "fdc3.contact";
|
|
818
|
-
/**
|
|
819
|
-
* Free text to be used for a keyword search
|
|
820
|
-
*
|
|
821
|
-
* `interactionType` SHOULD be one of `'Instant Message'`, `'Email'`, `'Call'`, or
|
|
822
|
-
* `'Meeting'` although other string values are permitted.
|
|
823
|
-
*/
|
|
824
|
-
/**
|
|
825
|
-
* A person contact that can be engaged with through email, calling, messaging, CMS, etc.
|
|
826
|
-
*/
|
|
827
|
-
export interface Contact {
|
|
828
|
-
/**
|
|
829
|
-
* Identifiers that relate to the Contact represented by this context
|
|
830
|
-
*/
|
|
831
|
-
id: FluffyContactIdentifiers;
|
|
832
|
-
type: "fdc3.contact";
|
|
833
|
-
name?: string;
|
|
834
|
-
[property: string]: any;
|
|
835
|
-
}
|
|
836
|
-
/**
|
|
837
|
-
* Identifiers that relate to the Contact represented by this context
|
|
838
|
-
*/
|
|
839
|
-
export interface FluffyContactIdentifiers {
|
|
840
|
-
/**
|
|
841
|
-
* The email address for the contact
|
|
842
|
-
*/
|
|
843
|
-
email?: string;
|
|
844
|
-
/**
|
|
845
|
-
* FactSet Permanent Identifier representing the contact
|
|
846
|
-
*/
|
|
847
|
-
FDS_ID?: string;
|
|
848
|
-
[property: string]: any;
|
|
849
|
-
}
|
|
850
|
-
/**
|
|
851
|
-
* A collection of contacts, e.g. for chatting to or calling multiple contacts.
|
|
852
|
-
*
|
|
853
|
-
* The contact list schema does not explicitly include identifiers in the `id` section, as
|
|
854
|
-
* there is not a common standard for such identifiers. Applications can, however, populate
|
|
855
|
-
* this part of the contract with custom identifiers if so desired.
|
|
856
|
-
*/
|
|
857
|
-
export interface ContactList {
|
|
858
|
-
/**
|
|
859
|
-
* An array of contact contexts that forms the list.
|
|
860
|
-
*/
|
|
861
|
-
contacts: ContactElement[];
|
|
862
|
-
type: "fdc3.contactList";
|
|
863
|
-
id?: {
|
|
864
|
-
[key: string]: any;
|
|
865
|
-
};
|
|
866
|
-
name?: string;
|
|
867
|
-
[property: string]: any;
|
|
868
|
-
}
|
|
869
|
-
/**
|
|
870
|
-
* The `fdc3.context` type defines the basic contract or "shape" for all data exchanged by
|
|
871
|
-
* FDC3 operations. As such, it is not really meant to be used on its own, but is imported
|
|
872
|
-
* by more specific type definitions (standardized or custom) to provide the structure and
|
|
873
|
-
* properties shared by all FDC3 context data types.
|
|
874
|
-
*
|
|
875
|
-
* The key element of FDC3 context types is their mandatory `type` property, which is used
|
|
876
|
-
* to identify what type of data the object represents, and what shape it has.
|
|
877
|
-
*
|
|
878
|
-
* The FDC3 context type, and all derived types, define the minimum set of fields a context
|
|
879
|
-
* data object of a particular type can be expected to have, but this can always be extended
|
|
880
|
-
* with custom fields as appropriate.
|
|
881
|
-
*/
|
|
882
|
-
export interface Context {
|
|
883
|
-
/**
|
|
884
|
-
* Context data objects may include a set of equivalent key-value pairs that can be used to
|
|
885
|
-
* help applications identify and look up the context type they receive in their own domain.
|
|
886
|
-
* The idea behind this design is that applications can provide as many equivalent
|
|
887
|
-
* identifiers to a target application as possible, e.g. an instrument may be represented by
|
|
888
|
-
* an ISIN, CUSIP or Bloomberg identifier.
|
|
889
|
-
*
|
|
890
|
-
* Identifiers do not make sense for all types of data, so the `id` property is therefore
|
|
891
|
-
* optional, but some derived types may choose to require at least one identifier.
|
|
892
|
-
* Identifier values SHOULD always be of type string.
|
|
893
|
-
*/
|
|
894
|
-
id?: {
|
|
895
|
-
[key: string]: any;
|
|
896
|
-
};
|
|
897
|
-
/**
|
|
898
|
-
* Context data objects may include a name property that can be used for more information,
|
|
899
|
-
* or display purposes. Some derived types may require the name object as mandatory,
|
|
900
|
-
* depending on use case.
|
|
901
|
-
*/
|
|
902
|
-
name?: string;
|
|
903
|
-
/**
|
|
904
|
-
* The type property is the only _required_ part of the FDC3 context data schema. The FDC3
|
|
905
|
-
* [API](https://fdc3.finos.org/docs/api/spec) relies on the `type` property being present
|
|
906
|
-
* to route shared context data appropriately.
|
|
907
|
-
*
|
|
908
|
-
* FDC3 [Intents](https://fdc3.finos.org/docs/intents/spec) also register the context data
|
|
909
|
-
* types they support in an FDC3 [App
|
|
910
|
-
* Directory](https://fdc3.finos.org/docs/app-directory/overview), used for intent discovery
|
|
911
|
-
* and routing.
|
|
912
|
-
*
|
|
913
|
-
* Standardized FDC3 context types have well-known `type` properties prefixed with the
|
|
914
|
-
* `fdc3` namespace, e.g. `fdc3.instrument`. For non-standard types, e.g. those defined and
|
|
915
|
-
* used by a particular organization, the convention is to prefix them with an
|
|
916
|
-
* organization-specific namespace, e.g. `blackrock.fund`.
|
|
917
|
-
*
|
|
918
|
-
* See the [Context Data Specification](https://fdc3.finos.org/docs/context/spec) for more
|
|
919
|
-
* information about context data types.
|
|
920
|
-
*/
|
|
921
|
-
type: string;
|
|
922
|
-
[property: string]: any;
|
|
923
|
-
}
|
|
924
|
-
/**
|
|
925
|
-
* A country entity.
|
|
926
|
-
*
|
|
927
|
-
* Notes:
|
|
928
|
-
*
|
|
929
|
-
* - It is valid to include extra properties and metadata as part of the country payload,
|
|
930
|
-
* but the minimum requirement is for at least one standardized identifier to be provided
|
|
931
|
-
*
|
|
932
|
-
* - `COUNTRY_ISOALPHA2` SHOULD be preferred.
|
|
933
|
-
*
|
|
934
|
-
* - Try to only use country identifiers as intended and specified in the [ISO
|
|
935
|
-
* standard](https://en.wikipedia.org/wiki/ISO_3166-1). E.g. the `COUNTRY_ISOALPHA2`
|
|
936
|
-
* property must be a recognized value and not a proprietary two-letter code. If the
|
|
937
|
-
* identifier you want to share is not a standardized and recognized one, rather define a
|
|
938
|
-
* property that makes it clear what value it is. This makes it easier for target
|
|
939
|
-
* applications.
|
|
940
|
-
*/
|
|
941
|
-
export interface Country {
|
|
942
|
-
id: CountryID;
|
|
943
|
-
type: "fdc3.country";
|
|
944
|
-
name?: string;
|
|
945
|
-
[property: string]: any;
|
|
946
|
-
}
|
|
947
|
-
export interface CountryID {
|
|
948
|
-
/**
|
|
949
|
-
* Two-letter ISO country code
|
|
950
|
-
*/
|
|
951
|
-
COUNTRY_ISOALPHA2?: string;
|
|
952
|
-
/**
|
|
953
|
-
* Three-letter ISO country code
|
|
954
|
-
*/
|
|
955
|
-
COUNTRY_ISOALPHA3?: string;
|
|
956
|
-
/**
|
|
957
|
-
* Two-letter ISO country code. Deprecated in FDC3 2.0 in favour of the version prefixed
|
|
958
|
-
* with `COUNTRY_`.
|
|
959
|
-
*/
|
|
960
|
-
ISOALPHA2?: string;
|
|
961
|
-
/**
|
|
962
|
-
* Three-letter ISO country code. Deprecated in FDC3 2.0 in favour of the version prefixed
|
|
963
|
-
* with `COUNTRY_`.
|
|
964
|
-
*/
|
|
965
|
-
ISOALPHA3?: string;
|
|
966
|
-
[property: string]: any;
|
|
967
|
-
}
|
|
968
|
-
/**
|
|
969
|
-
* Free text to be used for a keyword search
|
|
970
|
-
*
|
|
971
|
-
* `interactionType` SHOULD be one of `'Instant Message'`, `'Email'`, `'Call'`, or
|
|
972
|
-
* `'Meeting'` although other string values are permitted.
|
|
973
|
-
*/
|
|
974
|
-
/**
|
|
975
|
-
* A context representing an individual Currency.
|
|
976
|
-
*/
|
|
977
|
-
export interface Currency {
|
|
978
|
-
id: CurrencyID;
|
|
979
|
-
/**
|
|
980
|
-
* The name of the currency for display purposes
|
|
981
|
-
*/
|
|
982
|
-
name?: string;
|
|
983
|
-
type: "fdc3.currency";
|
|
984
|
-
[property: string]: any;
|
|
985
|
-
}
|
|
986
|
-
export interface CurrencyID {
|
|
987
|
-
/**
|
|
988
|
-
* The `CURRENCY_ISOCODE` should conform to 3 character alphabetic codes defined in [ISO
|
|
989
|
-
* 4217](https://www.iso.org/iso-4217-currency-codes.html)
|
|
990
|
-
*/
|
|
991
|
-
CURRENCY_ISOCODE?: string;
|
|
992
|
-
[property: string]: any;
|
|
993
|
-
}
|
|
994
|
-
/**
|
|
995
|
-
* Free text to be used for a keyword search
|
|
996
|
-
*
|
|
997
|
-
* `interactionType` SHOULD be one of `'Instant Message'`, `'Email'`, `'Call'`, or
|
|
998
|
-
* `'Meeting'` although other string values are permitted.
|
|
999
|
-
*/
|
|
1000
|
-
/**
|
|
1001
|
-
* A collection of information to be used to initiate an email with a Contact or ContactList.
|
|
1002
|
-
*/
|
|
1003
|
-
export interface Email {
|
|
1004
|
-
/**
|
|
1005
|
-
* One or more receipients for the email.
|
|
1006
|
-
*/
|
|
1007
|
-
recipients: EmailRecipients;
|
|
1008
|
-
/**
|
|
1009
|
-
* Subject line for the email.
|
|
1010
|
-
*/
|
|
1011
|
-
subject?: string;
|
|
1012
|
-
/**
|
|
1013
|
-
* Body content for the email.
|
|
1014
|
-
*/
|
|
1015
|
-
textBody?: string;
|
|
1016
|
-
type: "fdc3.email";
|
|
1017
|
-
id?: {
|
|
1018
|
-
[key: string]: any;
|
|
1019
|
-
};
|
|
1020
|
-
name?: string;
|
|
1021
|
-
[property: string]: any;
|
|
1022
|
-
}
|
|
1023
|
-
/**
|
|
1024
|
-
* One or more receipients for the email.
|
|
1025
|
-
*
|
|
1026
|
-
* The contact that initiated the interaction
|
|
1027
|
-
*
|
|
1028
|
-
* A person contact that can be engaged with through email, calling, messaging, CMS, etc.
|
|
1029
|
-
*
|
|
1030
|
-
* Contacts to add to the chat
|
|
1031
|
-
*
|
|
1032
|
-
* A list of contacts involved in the interaction
|
|
1033
|
-
*
|
|
1034
|
-
* A collection of contacts, e.g. for chatting to or calling multiple contacts.
|
|
1035
|
-
*
|
|
1036
|
-
* The contact list schema does not explicitly include identifiers in the `id` section, as
|
|
1037
|
-
* there is not a common standard for such identifiers. Applications can, however, populate
|
|
1038
|
-
* this part of the contract with custom identifiers if so desired.
|
|
1039
|
-
*/
|
|
1040
|
-
export interface EmailRecipients {
|
|
1041
|
-
/**
|
|
1042
|
-
* Identifiers that relate to the Contact represented by this context
|
|
1043
|
-
*/
|
|
1044
|
-
id?: EmailRecipientsID;
|
|
1045
|
-
type: EmailRecipientsType;
|
|
1046
|
-
name?: string;
|
|
1047
|
-
/**
|
|
1048
|
-
* An array of contact contexts that forms the list.
|
|
1049
|
-
*/
|
|
1050
|
-
contacts?: ContactElement[];
|
|
1051
|
-
[property: string]: any;
|
|
1052
|
-
}
|
|
1053
|
-
/**
|
|
1054
|
-
* Identifiers that relate to the Contact represented by this context
|
|
1055
|
-
*/
|
|
1056
|
-
export interface EmailRecipientsID {
|
|
1057
|
-
/**
|
|
1058
|
-
* The email address for the contact
|
|
1059
|
-
*/
|
|
1060
|
-
email?: string;
|
|
1061
|
-
/**
|
|
1062
|
-
* FactSet Permanent Identifier representing the contact
|
|
1063
|
-
*/
|
|
1064
|
-
FDS_ID?: string;
|
|
1065
|
-
[property: string]: any;
|
|
1066
|
-
}
|
|
1067
|
-
/**
|
|
1068
|
-
* Free text to be used for a keyword search
|
|
1069
|
-
*
|
|
1070
|
-
* `interactionType` SHOULD be one of `'Instant Message'`, `'Email'`, `'Call'`, or
|
|
1071
|
-
* `'Meeting'` although other string values are permitted.
|
|
1072
|
-
*/
|
|
1073
|
-
export declare type EmailRecipientsType = "fdc3.contact" | "fdc3.contactList";
|
|
1074
|
-
/**
|
|
1075
|
-
* Free text to be used for a keyword search
|
|
1076
|
-
*
|
|
1077
|
-
* `interactionType` SHOULD be one of `'Instant Message'`, `'Email'`, `'Call'`, or
|
|
1078
|
-
* `'Meeting'` although other string values are permitted.
|
|
1079
|
-
*/
|
|
1080
|
-
/**
|
|
1081
|
-
* A financial instrument from any asset class.
|
|
1082
|
-
*/
|
|
1083
|
-
export interface Instrument {
|
|
1084
|
-
/**
|
|
1085
|
-
* Any combination of instrument identifiers can be used together to resolve ambiguity, or
|
|
1086
|
-
* for a better match. Not all applications will use the same instrument identifiers, which
|
|
1087
|
-
* is why FDC3 allows for multiple to be specified. In general, the more identifiers an
|
|
1088
|
-
* application can provide, the easier it will be to achieve interoperability.
|
|
1089
|
-
*
|
|
1090
|
-
* It is valid to include extra properties and metadata as part of the instrument payload,
|
|
1091
|
-
* but the minimum requirement is for at least one instrument identifier to be provided.
|
|
1092
|
-
*
|
|
1093
|
-
* Try to only use instrument identifiers as intended. E.g. the `ticker` property is meant
|
|
1094
|
-
* for tickers as used by an exchange.
|
|
1095
|
-
* If the identifier you want to share is not a ticker or one of the other standardized
|
|
1096
|
-
* fields, define a property that makes it clear what the value represents. Doing so will
|
|
1097
|
-
* make interpretation easier for the developers of target applications.
|
|
1098
|
-
*/
|
|
1099
|
-
id: FluffyInstrumentIdentifiers;
|
|
1100
|
-
/**
|
|
1101
|
-
* The `market` map can be used to further specify the instrument and help achieve
|
|
1102
|
-
* interoperability between disparate data sources. This is especially useful when using an
|
|
1103
|
-
* `id` field that is not globally unique.
|
|
1104
|
-
*/
|
|
1105
|
-
market?: PurpleMarket;
|
|
1106
|
-
type: "fdc3.instrument";
|
|
1107
|
-
name?: string;
|
|
1108
|
-
[property: string]: any;
|
|
1109
|
-
}
|
|
1110
|
-
/**
|
|
1111
|
-
* Any combination of instrument identifiers can be used together to resolve ambiguity, or
|
|
1112
|
-
* for a better match. Not all applications will use the same instrument identifiers, which
|
|
1113
|
-
* is why FDC3 allows for multiple to be specified. In general, the more identifiers an
|
|
1114
|
-
* application can provide, the easier it will be to achieve interoperability.
|
|
1115
|
-
*
|
|
1116
|
-
* It is valid to include extra properties and metadata as part of the instrument payload,
|
|
1117
|
-
* but the minimum requirement is for at least one instrument identifier to be provided.
|
|
1118
|
-
*
|
|
1119
|
-
* Try to only use instrument identifiers as intended. E.g. the `ticker` property is meant
|
|
1120
|
-
* for tickers as used by an exchange.
|
|
1121
|
-
* If the identifier you want to share is not a ticker or one of the other standardized
|
|
1122
|
-
* fields, define a property that makes it clear what the value represents. Doing so will
|
|
1123
|
-
* make interpretation easier for the developers of target applications.
|
|
1124
|
-
*/
|
|
1125
|
-
export interface FluffyInstrumentIdentifiers {
|
|
1126
|
-
/**
|
|
1127
|
-
* <https://www.bloomberg.com/>
|
|
1128
|
-
*/
|
|
1129
|
-
BBG?: string;
|
|
1130
|
-
/**
|
|
1131
|
-
* <https://www.cusip.com/>
|
|
1132
|
-
*/
|
|
1133
|
-
CUSIP?: string;
|
|
1134
|
-
/**
|
|
1135
|
-
* <https://www.factset.com/>
|
|
1136
|
-
*/
|
|
1137
|
-
FDS_ID?: string;
|
|
1138
|
-
/**
|
|
1139
|
-
* <https://www.openfigi.com/>
|
|
1140
|
-
*/
|
|
1141
|
-
FIGI?: string;
|
|
1142
|
-
/**
|
|
1143
|
-
* <https://www.isin.org/>
|
|
1144
|
-
*/
|
|
1145
|
-
ISIN?: string;
|
|
1146
|
-
/**
|
|
1147
|
-
* <https://permid.org/>
|
|
1148
|
-
*/
|
|
1149
|
-
PERMID?: string;
|
|
1150
|
-
/**
|
|
1151
|
-
* <https://www.refinitiv.com/>
|
|
1152
|
-
*/
|
|
1153
|
-
RIC?: string;
|
|
1154
|
-
/**
|
|
1155
|
-
* <https://www.lseg.com/sedol>
|
|
1156
|
-
*/
|
|
1157
|
-
SEDOL?: string;
|
|
1158
|
-
/**
|
|
1159
|
-
* Unstandardized stock tickers
|
|
1160
|
-
*/
|
|
1161
|
-
ticker?: string;
|
|
1162
|
-
[property: string]: any;
|
|
1163
|
-
}
|
|
1164
|
-
/**
|
|
1165
|
-
* The `market` map can be used to further specify the instrument and help achieve
|
|
1166
|
-
* interoperability between disparate data sources. This is especially useful when using an
|
|
1167
|
-
* `id` field that is not globally unique.
|
|
1168
|
-
*/
|
|
1169
|
-
export interface PurpleMarket {
|
|
1170
|
-
/**
|
|
1171
|
-
* <https://www.bloomberg.com/>
|
|
1172
|
-
*/
|
|
1173
|
-
BBG?: string;
|
|
1174
|
-
/**
|
|
1175
|
-
* <https://www.iso.org/iso-3166-country-codes.html>
|
|
1176
|
-
*/
|
|
1177
|
-
COUNTRY_ISOALPHA2?: string;
|
|
1178
|
-
/**
|
|
1179
|
-
* <https://en.wikipedia.org/wiki/Market_Identifier_Code>
|
|
1180
|
-
*/
|
|
1181
|
-
MIC?: string;
|
|
1182
|
-
/**
|
|
1183
|
-
* Human readable market name
|
|
1184
|
-
*/
|
|
1185
|
-
name?: string;
|
|
1186
|
-
[property: string]: any;
|
|
1187
|
-
}
|
|
1188
|
-
/**
|
|
1189
|
-
* A collection of instruments. Use this type for use cases that require not just a single
|
|
1190
|
-
* instrument, but multiple (e.g. to populate a watchlist). However, when holding
|
|
1191
|
-
* information for each instrument is required, it is recommended to use the
|
|
1192
|
-
* [Portfolio](Portfolio) type.
|
|
1193
|
-
*
|
|
1194
|
-
* The instrument list schema does not explicitly include identifiers in the `id` section,
|
|
1195
|
-
* as there is not a common standard for such identifiers. Applications can, however,
|
|
1196
|
-
* populate this part of the contract with custom identifiers if so desired.
|
|
1197
|
-
*/
|
|
1198
|
-
export interface InstrumentList {
|
|
1199
|
-
/**
|
|
1200
|
-
* An array of instrument contexts that forms the list.
|
|
1201
|
-
*/
|
|
1202
|
-
instruments: InstrumentElement[];
|
|
1203
|
-
type: "fdc3.instrumentList";
|
|
1204
|
-
id?: {
|
|
1205
|
-
[key: string]: any;
|
|
1206
|
-
};
|
|
1207
|
-
name?: string;
|
|
1208
|
-
[property: string]: any;
|
|
1209
|
-
}
|
|
1210
|
-
/**
|
|
1211
|
-
* Free text to be used for a keyword search
|
|
1212
|
-
*
|
|
1213
|
-
* `interactionType` SHOULD be one of `'Instant Message'`, `'Email'`, `'Call'`, or
|
|
1214
|
-
* `'Meeting'` although other string values are permitted.
|
|
1215
|
-
*/
|
|
1216
|
-
/**
|
|
1217
|
-
* An `Interaction` is a significant direct exchange of ideas or information between a
|
|
1218
|
-
* number of participants, e.g. a Sell Side party and one or more Buy Side parties. An
|
|
1219
|
-
* `Interaction` might be a call, a meeting (physical or virtual), an IM or the preparation
|
|
1220
|
-
* of some specialist data, such as financial data for a given company or sector.
|
|
1221
|
-
*/
|
|
1222
|
-
export interface Interaction {
|
|
1223
|
-
/**
|
|
1224
|
-
* A human-readable description of the interaction
|
|
1225
|
-
*/
|
|
1226
|
-
description: string;
|
|
1227
|
-
/**
|
|
1228
|
-
* Can be used by a target application to pass an identifier back to the originating
|
|
1229
|
-
* application after an interaction record has been created, updated or deleted. An
|
|
1230
|
-
* interaction ID does not need to be populated by the originating application, however the
|
|
1231
|
-
* target application could store it for future reference and SHOULD return it in a
|
|
1232
|
-
* `TransactionResult`.
|
|
1233
|
-
*/
|
|
1234
|
-
id?: InteractionID;
|
|
1235
|
-
/**
|
|
1236
|
-
* The contact that initiated the interaction
|
|
1237
|
-
*/
|
|
1238
|
-
initiator?: ContactElement;
|
|
1239
|
-
/**
|
|
1240
|
-
* `interactionType` SHOULD be one of `'Instant Message'`, `'Email'`, `'Call'`, or
|
|
1241
|
-
* `'Meeting'` although other string values are permitted.
|
|
1242
|
-
*/
|
|
1243
|
-
interactionType: string;
|
|
1244
|
-
/**
|
|
1245
|
-
* Used to represent the application or service that the interaction was created from to aid
|
|
1246
|
-
* in tracing the source of an interaction.
|
|
1247
|
-
*/
|
|
1248
|
-
origin?: string;
|
|
1249
|
-
/**
|
|
1250
|
-
* A list of contacts involved in the interaction
|
|
1251
|
-
*/
|
|
1252
|
-
participants: ContactListObject;
|
|
1253
|
-
/**
|
|
1254
|
-
* The time range over which the interaction occurred
|
|
1255
|
-
*/
|
|
1256
|
-
timeRange: TimeRangeObject;
|
|
1257
|
-
type: "fdc3.interaction";
|
|
1258
|
-
name?: string;
|
|
1259
|
-
[property: string]: any;
|
|
1260
|
-
}
|
|
1261
|
-
/**
|
|
1262
|
-
* Can be used by a target application to pass an identifier back to the originating
|
|
1263
|
-
* application after an interaction record has been created, updated or deleted. An
|
|
1264
|
-
* interaction ID does not need to be populated by the originating application, however the
|
|
1265
|
-
* target application could store it for future reference and SHOULD return it in a
|
|
1266
|
-
* `TransactionResult`.
|
|
1267
|
-
*/
|
|
1268
|
-
export interface InteractionID {
|
|
1269
|
-
/**
|
|
1270
|
-
* Interactions ID in Salesforce
|
|
1271
|
-
*/
|
|
1272
|
-
SALESFORCE?: string;
|
|
1273
|
-
/**
|
|
1274
|
-
* Interaction ID in SingleTrack
|
|
1275
|
-
*/
|
|
1276
|
-
SINGLETRACK?: string;
|
|
1277
|
-
/**
|
|
1278
|
-
* Can be used by a target application to pass a record's link back to the originating
|
|
1279
|
-
* application. This offers the originating application a way to open the record for a user
|
|
1280
|
-
* to view.
|
|
1281
|
-
*/
|
|
1282
|
-
URI?: string;
|
|
1283
|
-
[property: string]: any;
|
|
1284
|
-
}
|
|
1285
|
-
/**
|
|
1286
|
-
* Free text to be used for a keyword search
|
|
1287
|
-
*
|
|
1288
|
-
* `interactionType` SHOULD be one of `'Instant Message'`, `'Email'`, `'Call'`, or
|
|
1289
|
-
* `'Meeting'` although other string values are permitted.
|
|
1290
|
-
*/
|
|
1291
|
-
/**
|
|
1292
|
-
* A chat message to be sent through an instant messaging application. Can contain one or
|
|
1293
|
-
* several text bodies (organized by mime-type, plaintext or markdown), as well as attached
|
|
1294
|
-
* entities (either arbitrary file attachments or FDC3 actions to be embedded in the
|
|
1295
|
-
* message). To be put inside a ChatInitSettings object.
|
|
1296
|
-
*/
|
|
1297
|
-
export interface Message {
|
|
1298
|
-
/**
|
|
1299
|
-
* A map of string IDs to entities that should be attached to the message, such as an action
|
|
1300
|
-
* to perform, a file attachment, or other FDC3 context object.
|
|
1301
|
-
*/
|
|
1302
|
-
entities?: {
|
|
1303
|
-
[key: string]: FluffyAction;
|
|
1304
|
-
};
|
|
1305
|
-
/**
|
|
1306
|
-
* A map of string mime-type to string content
|
|
1307
|
-
*/
|
|
1308
|
-
text?: FluffyMessageText;
|
|
1309
|
-
type: "fdc3.message";
|
|
1310
|
-
id?: {
|
|
1311
|
-
[key: string]: any;
|
|
1312
|
-
};
|
|
1313
|
-
name?: string;
|
|
1314
|
-
[property: string]: any;
|
|
1315
|
-
}
|
|
1316
|
-
/**
|
|
1317
|
-
* A representation of an FDC3 Action (specified via a Context or Context & Intent) that can
|
|
1318
|
-
* be inserted inside another object, for example a chat message.
|
|
1319
|
-
*
|
|
1320
|
-
* The action may be completed by calling `fdc3.raiseIntent()` with the specified Intent and
|
|
1321
|
-
* Context, or, if only a context is specified, by calling `fdc3.raiseIntentForContext()`
|
|
1322
|
-
* (which the Desktop Agent will resolve by presenting the user with a list of available
|
|
1323
|
-
* Intents for the Context).
|
|
1324
|
-
*
|
|
1325
|
-
* Accepts an optional `app` parameter in order to specify a specific app.
|
|
1326
|
-
*
|
|
1327
|
-
* A File attachment encoded in the form of a data URI
|
|
1328
|
-
*/
|
|
1329
|
-
export interface FluffyAction {
|
|
1330
|
-
/**
|
|
1331
|
-
* An optional target application identifier that should perform the action
|
|
1332
|
-
*/
|
|
1333
|
-
app?: ActionTargetApp;
|
|
1334
|
-
/**
|
|
1335
|
-
* A context object with which the action will be performed
|
|
1336
|
-
*/
|
|
1337
|
-
context?: ContextElement;
|
|
1338
|
-
/**
|
|
1339
|
-
* Optional Intent to raise to perform the actions. Should reference an intent type name,
|
|
1340
|
-
* such as those defined in the FDC3 Standard. If intent is not set then
|
|
1341
|
-
* `fdc3.raiseIntentForContext` should be used to perform the action as this will usually
|
|
1342
|
-
* allow the user to choose the intent to raise.
|
|
1343
|
-
*/
|
|
1344
|
-
intent?: string;
|
|
1345
|
-
/**
|
|
1346
|
-
* A human readable display name for the action
|
|
1347
|
-
*/
|
|
1348
|
-
title?: string;
|
|
1349
|
-
type: EntityType;
|
|
1350
|
-
id?: {
|
|
1351
|
-
[key: string]: any;
|
|
1352
|
-
};
|
|
1353
|
-
name?: string;
|
|
1354
|
-
data?: FluffyData;
|
|
1355
|
-
[property: string]: any;
|
|
1356
|
-
}
|
|
1357
|
-
export interface FluffyData {
|
|
1358
|
-
/**
|
|
1359
|
-
* A data URI encoding the content of the file to be attached
|
|
1360
|
-
*/
|
|
1361
|
-
dataUri: string;
|
|
1362
|
-
/**
|
|
1363
|
-
* The name of the attached file
|
|
1364
|
-
*/
|
|
1365
|
-
name: string;
|
|
1366
|
-
[property: string]: any;
|
|
1367
|
-
}
|
|
1368
|
-
/**
|
|
1369
|
-
* A map of string mime-type to string content
|
|
1370
|
-
*/
|
|
1371
|
-
export interface FluffyMessageText {
|
|
1372
|
-
/**
|
|
1373
|
-
* Markdown encoded content
|
|
1374
|
-
*/
|
|
1375
|
-
"text/markdown"?: string;
|
|
1376
|
-
/**
|
|
1377
|
-
* Plain text encoded content.
|
|
1378
|
-
*/
|
|
1379
|
-
"text/plain"?: string;
|
|
1380
|
-
[property: string]: any;
|
|
1381
|
-
}
|
|
1382
|
-
/**
|
|
1383
|
-
* A type that explicitly represents a lack of context.
|
|
1384
|
-
*
|
|
1385
|
-
* Notes:
|
|
1386
|
-
*
|
|
1387
|
-
* - Intended to be used in situations where no context is desired.
|
|
1388
|
-
* - For example:
|
|
1389
|
-
* - Raising an intent without context (e.g. opening a blank order form, or chat interface
|
|
1390
|
-
* without a contact selected).
|
|
1391
|
-
* - Resetting context on a channel (e.g. when context is used to set a filter in other
|
|
1392
|
-
* applications a null context might release the filter).
|
|
1393
|
-
* - An explicit representation of a Null or empty context allows apps to declare support
|
|
1394
|
-
* for a lack of context, for example in their intent metadata in an app directory.
|
|
1395
|
-
*/
|
|
1396
|
-
export interface Nothing {
|
|
1397
|
-
type: "fdc3.nothing";
|
|
1398
|
-
id?: {
|
|
1399
|
-
[key: string]: any;
|
|
1400
|
-
};
|
|
1401
|
-
name?: string;
|
|
1402
|
-
[property: string]: any;
|
|
1403
|
-
}
|
|
1404
|
-
/**
|
|
1405
|
-
* Free text to be used for a keyword search
|
|
1406
|
-
*
|
|
1407
|
-
* `interactionType` SHOULD be one of `'Instant Message'`, `'Email'`, `'Call'`, or
|
|
1408
|
-
* `'Meeting'` although other string values are permitted.
|
|
1409
|
-
*/
|
|
1410
|
-
/**
|
|
1411
|
-
* @experimental context type representing an order. To be used with OMS and EMS systems.
|
|
1412
|
-
*
|
|
1413
|
-
* This type currently only defines a required `id` field, which should provide a reference
|
|
1414
|
-
* to the order in one or more systems, an optional human readable `name` field to be used
|
|
1415
|
-
* to summarize the order and an optional `details` field that may be used to provide
|
|
1416
|
-
* additional detail about the order, including a context representing a `product`, which
|
|
1417
|
-
* may be extended with arbitrary properties. The `details.product` field is currently typed
|
|
1418
|
-
* as a unspecified Context type, but both `details` and `details.product` are expected to
|
|
1419
|
-
* be standardized in future.
|
|
1420
|
-
*/
|
|
1421
|
-
export interface Order {
|
|
1422
|
-
/**
|
|
1423
|
-
* Optional additional details about the order, which may include a product element that is
|
|
1424
|
-
* an, as yet undefined but extensible, Context
|
|
1425
|
-
*/
|
|
1426
|
-
details?: PurpleOrderDetails;
|
|
1427
|
-
/**
|
|
1428
|
-
* One or more identifiers that refer to the order in an OMS, EMS or related system.
|
|
1429
|
-
* Specific key names for systems are expected to be standardized in future.
|
|
1430
|
-
*/
|
|
1431
|
-
id: {
|
|
1432
|
-
[key: string]: string;
|
|
1433
|
-
};
|
|
1434
|
-
/**
|
|
1435
|
-
* An optional human-readable summary of the order.
|
|
1436
|
-
*/
|
|
1437
|
-
name?: string;
|
|
1438
|
-
type: "fdc3.order";
|
|
1439
|
-
[property: string]: any;
|
|
1440
|
-
}
|
|
1441
|
-
/**
|
|
1442
|
-
* Optional additional details about the order, which may include a product element that is
|
|
1443
|
-
* an, as yet undefined but extensible, Context
|
|
1444
|
-
*/
|
|
1445
|
-
export interface PurpleOrderDetails {
|
|
1446
|
-
product?: ProductObject;
|
|
1447
|
-
[property: string]: any;
|
|
1448
|
-
}
|
|
1449
|
-
/**
|
|
1450
|
-
* A product that is the subject of the trade.
|
|
1451
|
-
*
|
|
1452
|
-
* @experimental context type representing a tradable product. To be used with OMS and EMS
|
|
1453
|
-
* systems.
|
|
1454
|
-
*
|
|
1455
|
-
* This type is currently only loosely defined as an extensible context object, with an
|
|
1456
|
-
* optional instrument field.
|
|
1457
|
-
*
|
|
1458
|
-
* The Product schema does not explicitly include identifiers in the id section, as there is
|
|
1459
|
-
* not a common standard for such identifiers. Applications can, however, populate this part
|
|
1460
|
-
* of the contract with custom identifiers if so desired.
|
|
1461
|
-
*/
|
|
1462
|
-
export interface ProductObject {
|
|
1463
|
-
/**
|
|
1464
|
-
* One or more identifiers that refer to the product. Specific key names for systems are
|
|
1465
|
-
* expected to be standardized in future.
|
|
1466
|
-
*/
|
|
1467
|
-
id: {
|
|
1468
|
-
[key: string]: string;
|
|
1469
|
-
};
|
|
1470
|
-
/**
|
|
1471
|
-
* financial instrument that relates to the definition of this product
|
|
1472
|
-
*/
|
|
1473
|
-
instrument?: InstrumentElement;
|
|
1474
|
-
/**
|
|
1475
|
-
* A human-readable summary of the product.
|
|
1476
|
-
*/
|
|
1477
|
-
name?: string;
|
|
1478
|
-
type: "fdc3.product";
|
|
1479
|
-
[property: string]: any;
|
|
1480
|
-
}
|
|
1481
|
-
/**
|
|
1482
|
-
* Free text to be used for a keyword search
|
|
1483
|
-
*
|
|
1484
|
-
* `interactionType` SHOULD be one of `'Instant Message'`, `'Email'`, `'Call'`, or
|
|
1485
|
-
* `'Meeting'` although other string values are permitted.
|
|
1486
|
-
*/
|
|
1487
|
-
/**
|
|
1488
|
-
* Free text to be used for a keyword search
|
|
1489
|
-
*
|
|
1490
|
-
* `interactionType` SHOULD be one of `'Instant Message'`, `'Email'`, `'Call'`, or
|
|
1491
|
-
* `'Meeting'` although other string values are permitted.
|
|
1492
|
-
*/
|
|
1493
|
-
/**
|
|
1494
|
-
* @experimental A list of orders. Use this type for use cases that require not just a
|
|
1495
|
-
* single order, but multiple.
|
|
1496
|
-
*
|
|
1497
|
-
* The OrderList schema does not explicitly include identifiers in the id section, as there
|
|
1498
|
-
* is not a common standard for such identifiers. Applications can, however, populate this
|
|
1499
|
-
* part of the contract with custom identifiers if so desired.
|
|
1500
|
-
*/
|
|
1501
|
-
export interface OrderList {
|
|
1502
|
-
/**
|
|
1503
|
-
* An array of order contexts that forms the list.
|
|
1504
|
-
*/
|
|
1505
|
-
orders: OrderElement[];
|
|
1506
|
-
type: "fdc3.orderList";
|
|
1507
|
-
id?: {
|
|
1508
|
-
[key: string]: any;
|
|
1509
|
-
};
|
|
1510
|
-
name?: string;
|
|
1511
|
-
[property: string]: any;
|
|
1512
|
-
}
|
|
1513
|
-
/**
|
|
1514
|
-
* @experimental context type representing an order. To be used with OMS and EMS systems.
|
|
1515
|
-
*
|
|
1516
|
-
* This type currently only defines a required `id` field, which should provide a reference
|
|
1517
|
-
* to the order in one or more systems, an optional human readable `name` field to be used
|
|
1518
|
-
* to summarize the order and an optional `details` field that may be used to provide
|
|
1519
|
-
* additional detail about the order, including a context representing a `product`, which
|
|
1520
|
-
* may be extended with arbitrary properties. The `details.product` field is currently typed
|
|
1521
|
-
* as a unspecified Context type, but both `details` and `details.product` are expected to
|
|
1522
|
-
* be standardized in future.
|
|
1523
|
-
*/
|
|
1524
|
-
export interface OrderElement {
|
|
1525
|
-
/**
|
|
1526
|
-
* Optional additional details about the order, which may include a product element that is
|
|
1527
|
-
* an, as yet undefined but extensible, Context
|
|
1528
|
-
*/
|
|
1529
|
-
details?: FluffyOrderDetails;
|
|
1530
|
-
/**
|
|
1531
|
-
* One or more identifiers that refer to the order in an OMS, EMS or related system.
|
|
1532
|
-
* Specific key names for systems are expected to be standardized in future.
|
|
1533
|
-
*/
|
|
1534
|
-
id: {
|
|
1535
|
-
[key: string]: string;
|
|
1536
|
-
};
|
|
1537
|
-
/**
|
|
1538
|
-
* An optional human-readable summary of the order.
|
|
1539
|
-
*/
|
|
1540
|
-
name?: string;
|
|
1541
|
-
type: "fdc3.order";
|
|
1542
|
-
[property: string]: any;
|
|
1543
|
-
}
|
|
1544
|
-
/**
|
|
1545
|
-
* Optional additional details about the order, which may include a product element that is
|
|
1546
|
-
* an, as yet undefined but extensible, Context
|
|
1547
|
-
*/
|
|
1548
|
-
export interface FluffyOrderDetails {
|
|
1549
|
-
product?: ProductObject;
|
|
1550
|
-
[property: string]: any;
|
|
1551
|
-
}
|
|
1552
|
-
/**
|
|
1553
|
-
* Free text to be used for a keyword search
|
|
1554
|
-
*
|
|
1555
|
-
* `interactionType` SHOULD be one of `'Instant Message'`, `'Email'`, `'Call'`, or
|
|
1556
|
-
* `'Meeting'` although other string values are permitted.
|
|
1557
|
-
*/
|
|
1558
|
-
/**
|
|
1559
|
-
* An entity that can be used when referencing private companies and other organizations
|
|
1560
|
-
* where a specific instrument is not available or desired e.g. CRM and News workflows.
|
|
1561
|
-
*
|
|
1562
|
-
* It is valid to include extra properties and metadata as part of the organization payload,
|
|
1563
|
-
* but the minimum requirement is for at least one specified identifier to be provided.
|
|
1564
|
-
*/
|
|
1565
|
-
export interface Organization {
|
|
1566
|
-
/**
|
|
1567
|
-
* Identifiers for the organization, at least one must be provided.
|
|
1568
|
-
*/
|
|
1569
|
-
id: OrganizationIdentifiers;
|
|
1570
|
-
type: "fdc3.organization";
|
|
1571
|
-
name?: string;
|
|
1572
|
-
[property: string]: any;
|
|
1573
|
-
}
|
|
1574
|
-
/**
|
|
1575
|
-
* Identifiers for the organization, at least one must be provided.
|
|
1576
|
-
*/
|
|
1577
|
-
export interface OrganizationIdentifiers {
|
|
1578
|
-
/**
|
|
1579
|
-
* FactSet Permanent Identifier representing the organization
|
|
1580
|
-
*/
|
|
1581
|
-
FDS_ID?: string;
|
|
1582
|
-
/**
|
|
1583
|
-
* The Legal Entity Identifier (LEI) is a 20-character, alpha-numeric code based on the ISO
|
|
1584
|
-
* 17442 standard developed by the International Organization for Standardization (ISO). It
|
|
1585
|
-
* connects to key reference information that enables clear and unique identification of
|
|
1586
|
-
* legal entities participating in financial transactions.
|
|
1587
|
-
*/
|
|
1588
|
-
LEI?: string;
|
|
1589
|
-
/**
|
|
1590
|
-
* Refinitiv Permanent Identifiers, or PermID for the organization
|
|
1591
|
-
*/
|
|
1592
|
-
PERMID?: string;
|
|
1593
|
-
[property: string]: any;
|
|
1594
|
-
}
|
|
1595
|
-
/**
|
|
1596
|
-
* Free text to be used for a keyword search
|
|
1597
|
-
*
|
|
1598
|
-
* `interactionType` SHOULD be one of `'Instant Message'`, `'Email'`, `'Call'`, or
|
|
1599
|
-
* `'Meeting'` although other string values are permitted.
|
|
1600
|
-
*/
|
|
1601
|
-
/**
|
|
1602
|
-
* A financial portfolio made up of multiple positions (holdings) in several instruments.
|
|
1603
|
-
* Contrast this with e.g. the [InstrumentList](InstrumentList) type, which is just a list
|
|
1604
|
-
* of instruments.
|
|
1605
|
-
*
|
|
1606
|
-
* This is a good example of how types can be composed and extended with extra properties to
|
|
1607
|
-
* define more complex types.
|
|
1608
|
-
*
|
|
1609
|
-
* The Portfolio type consists of an array of [Position](Position) types, each of which
|
|
1610
|
-
* refers to a single [Instrument](Instrument) and a holding amount for that instrument.
|
|
1611
|
-
*
|
|
1612
|
-
* The portfolio schema does not explicitly include identifiers in the `id` section, as
|
|
1613
|
-
* there bis not a common standard for such identifiers. Applications can, however, populate
|
|
1614
|
-
* this part of the contract with custom identifiers if so desired.
|
|
1615
|
-
*/
|
|
1616
|
-
export interface Portfolio {
|
|
1617
|
-
/**
|
|
1618
|
-
* The List of Positions which make up the Portfolio
|
|
1619
|
-
*/
|
|
1620
|
-
positions: PositionElement[];
|
|
1621
|
-
type: "fdc3.portfolio";
|
|
1622
|
-
id?: {
|
|
1623
|
-
[key: string]: any;
|
|
1624
|
-
};
|
|
1625
|
-
name?: string;
|
|
1626
|
-
[property: string]: any;
|
|
1627
|
-
}
|
|
1628
|
-
/**
|
|
1629
|
-
* A financial position made up of an instrument and a holding in that instrument. This type
|
|
1630
|
-
* is a good example of how new context types can be composed from existing types.
|
|
1631
|
-
*
|
|
1632
|
-
* In this case, the instrument and the holding amount for that instrument are required
|
|
1633
|
-
* values.
|
|
1634
|
-
*
|
|
1635
|
-
* The [Position](Position) type goes hand-in-hand with the [Portfolio](Portfolio) type,
|
|
1636
|
-
* which represents multiple holdings in a combination of instruments.
|
|
1637
|
-
*
|
|
1638
|
-
* The position schema does not explicitly include identifiers in the `id` section, as there
|
|
1639
|
-
* is not a common standard for such identifiers. Applications can, however, populate this
|
|
1640
|
-
* part of the contract with custom identifiers if so desired.
|
|
1641
|
-
*/
|
|
1642
|
-
export interface PositionElement {
|
|
1643
|
-
/**
|
|
1644
|
-
* The amount of the holding, e.g. a number of shares
|
|
1645
|
-
*/
|
|
1646
|
-
holding: number;
|
|
1647
|
-
instrument: InstrumentElement;
|
|
1648
|
-
type: "fdc3.position";
|
|
1649
|
-
id?: {
|
|
1650
|
-
[key: string]: any;
|
|
1651
|
-
};
|
|
1652
|
-
name?: string;
|
|
1653
|
-
[property: string]: any;
|
|
1654
|
-
}
|
|
1655
|
-
/**
|
|
1656
|
-
* Free text to be used for a keyword search
|
|
1657
|
-
*
|
|
1658
|
-
* `interactionType` SHOULD be one of `'Instant Message'`, `'Email'`, `'Call'`, or
|
|
1659
|
-
* `'Meeting'` although other string values are permitted.
|
|
1660
|
-
*/
|
|
1661
|
-
/**
|
|
1662
|
-
* Free text to be used for a keyword search
|
|
1663
|
-
*
|
|
1664
|
-
* `interactionType` SHOULD be one of `'Instant Message'`, `'Email'`, `'Call'`, or
|
|
1665
|
-
* `'Meeting'` although other string values are permitted.
|
|
1666
|
-
*/
|
|
1667
|
-
/**
|
|
1668
|
-
* A financial position made up of an instrument and a holding in that instrument. This type
|
|
1669
|
-
* is a good example of how new context types can be composed from existing types.
|
|
1670
|
-
*
|
|
1671
|
-
* In this case, the instrument and the holding amount for that instrument are required
|
|
1672
|
-
* values.
|
|
1673
|
-
*
|
|
1674
|
-
* The [Position](Position) type goes hand-in-hand with the [Portfolio](Portfolio) type,
|
|
1675
|
-
* which represents multiple holdings in a combination of instruments.
|
|
1676
|
-
*
|
|
1677
|
-
* The position schema does not explicitly include identifiers in the `id` section, as there
|
|
1678
|
-
* is not a common standard for such identifiers. Applications can, however, populate this
|
|
1679
|
-
* part of the contract with custom identifiers if so desired.
|
|
1680
|
-
*/
|
|
1681
|
-
export interface Position {
|
|
1682
|
-
/**
|
|
1683
|
-
* The amount of the holding, e.g. a number of shares
|
|
1684
|
-
*/
|
|
1685
|
-
holding: number;
|
|
1686
|
-
instrument: InstrumentElement;
|
|
1687
|
-
type: "fdc3.position";
|
|
1688
|
-
id?: {
|
|
1689
|
-
[key: string]: any;
|
|
1690
|
-
};
|
|
1691
|
-
name?: string;
|
|
1692
|
-
[property: string]: any;
|
|
1693
|
-
}
|
|
1694
|
-
/**
|
|
1695
|
-
* @experimental context type representing a tradable product. To be used with OMS and EMS
|
|
1696
|
-
* systems.
|
|
1697
|
-
*
|
|
1698
|
-
* This type is currently only loosely defined as an extensible context object, with an
|
|
1699
|
-
* optional instrument field.
|
|
1700
|
-
*
|
|
1701
|
-
* The Product schema does not explicitly include identifiers in the id section, as there is
|
|
1702
|
-
* not a common standard for such identifiers. Applications can, however, populate this part
|
|
1703
|
-
* of the contract with custom identifiers if so desired.
|
|
1704
|
-
*/
|
|
1705
|
-
export interface Product {
|
|
1706
|
-
/**
|
|
1707
|
-
* One or more identifiers that refer to the product. Specific key names for systems are
|
|
1708
|
-
* expected to be standardized in future.
|
|
1709
|
-
*/
|
|
1710
|
-
id: {
|
|
1711
|
-
[key: string]: string;
|
|
1712
|
-
};
|
|
1713
|
-
/**
|
|
1714
|
-
* financial instrument that relates to the definition of this product
|
|
1715
|
-
*/
|
|
1716
|
-
instrument?: InstrumentElement;
|
|
1717
|
-
/**
|
|
1718
|
-
* A human-readable summary of the product.
|
|
1719
|
-
*/
|
|
1720
|
-
name?: string;
|
|
1721
|
-
type: "fdc3.product";
|
|
1722
|
-
[property: string]: any;
|
|
1723
|
-
}
|
|
1724
|
-
/**
|
|
1725
|
-
* A context representing a period of time. Any user interfaces that represent or visualize
|
|
1726
|
-
* events or activity over time can be filtered or focused on a particular time period,
|
|
1727
|
-
* e.g.:
|
|
1728
|
-
*
|
|
1729
|
-
* - A pricing chart
|
|
1730
|
-
* - A trade blotter
|
|
1731
|
-
* - A record of client contact/activity in a CRM
|
|
1732
|
-
*
|
|
1733
|
-
* Example use cases:
|
|
1734
|
-
*
|
|
1735
|
-
* - User may want to view pricing/trades/customer activity for a security over a particular
|
|
1736
|
-
* time period, the time range might be specified as the context for the `ViewChart` intent
|
|
1737
|
-
* OR it might be embedded in another context (e.g. a context representing a chart to plot).
|
|
1738
|
-
* - User filters a visualization (e.g. a pricing chart) to show a particular period, the
|
|
1739
|
-
* `TimeRange` is broadcast and other visualizations (e.g. a heatmap of activity by
|
|
1740
|
-
* instrument, or industry sector etc.) receive it and filter themselves to show data over
|
|
1741
|
-
* the same range.
|
|
1742
|
-
*
|
|
1743
|
-
* Notes:
|
|
1744
|
-
*
|
|
1745
|
-
* - A `TimeRange` may be closed (i.e. `startTime` and `endTime` are both known) or open
|
|
1746
|
-
* (i.e. only one of `startTime` or `endTime` is known).
|
|
1747
|
-
* - Ranges corresponding to dates (e.g. `2022-05-12` to `2022-05-19`) should be specified
|
|
1748
|
-
* using times as this prevents issues with timezone conversions and inclusive/exclusive
|
|
1749
|
-
* date ranges.
|
|
1750
|
-
* - String fields representing times are encoded according to [ISO
|
|
1751
|
-
* 8601-1:2019](https://www.iso.org/standard/70907.html).
|
|
1752
|
-
* - A timezone indicator should be specified, e.g. `"2022-05-12T15:18:03Z"` or
|
|
1753
|
-
* `"2022-05-12T16:18:03+01:00"`
|
|
1754
|
-
* - Times MAY be specified with millisecond precision, e.g. `"2022-05-12T15:18:03.349Z"`
|
|
1755
|
-
*/
|
|
1756
|
-
export interface TimeRange {
|
|
1757
|
-
/**
|
|
1758
|
-
* The end time of the range, encoded according to [ISO
|
|
1759
|
-
* 8601-1:2019](https://www.iso.org/standard/70907.html) with a timezone indicator.
|
|
1760
|
-
*/
|
|
1761
|
-
endTime?: Date;
|
|
1762
|
-
/**
|
|
1763
|
-
* The start time of the range, encoded according to [ISO
|
|
1764
|
-
* 8601-1:2019](https://www.iso.org/standard/70907.html) with a timezone indicator.
|
|
1765
|
-
*/
|
|
1766
|
-
startTime?: Date;
|
|
1767
|
-
type: "fdc3.timerange";
|
|
1768
|
-
id?: {
|
|
1769
|
-
[key: string]: any;
|
|
1770
|
-
};
|
|
1771
|
-
name?: string;
|
|
1772
|
-
[property: string]: any;
|
|
1773
|
-
}
|
|
1774
|
-
/**
|
|
1775
|
-
* @experimental context type representing a trade. To be used with execution systems.
|
|
1776
|
-
*
|
|
1777
|
-
* This type currently only defines a required `id` field, which should provide a reference
|
|
1778
|
-
* to the trade in one or more systems, an optional human readable `name` field to be used
|
|
1779
|
-
* to summarize the trade and a required `product` field that may be used to provide
|
|
1780
|
-
* additional detail about the trade, which is currently typed as a unspecified Context
|
|
1781
|
-
* type, but `product` is expected to be standardized in future.
|
|
1782
|
-
*
|
|
1783
|
-
* The Trade schema does not explicitly include identifiers in the id section, as there is
|
|
1784
|
-
* not a common standard for such identifiers. Applications can, however, populate this part
|
|
1785
|
-
* of the contract with custom identifiers if so desired.
|
|
1786
|
-
*/
|
|
1787
|
-
export interface Trade {
|
|
1788
|
-
/**
|
|
1789
|
-
* One or more identifiers that refer to the trade in an OMS, EMS or related system.
|
|
1790
|
-
* Specific key names for systems are expected to be standardized in future.
|
|
1791
|
-
*/
|
|
1792
|
-
id: {
|
|
1793
|
-
[key: string]: string;
|
|
1794
|
-
};
|
|
1795
|
-
/**
|
|
1796
|
-
* A human-readable summary of the trade.
|
|
1797
|
-
*/
|
|
1798
|
-
name?: string;
|
|
1799
|
-
/**
|
|
1800
|
-
* A product that is the subject of the trade.
|
|
1801
|
-
*/
|
|
1802
|
-
product: ProductObject;
|
|
1803
|
-
type: "fdc3.trade";
|
|
1804
|
-
[property: string]: any;
|
|
1805
|
-
}
|
|
1806
|
-
/**
|
|
1807
|
-
* Free text to be used for a keyword search
|
|
1808
|
-
*
|
|
1809
|
-
* `interactionType` SHOULD be one of `'Instant Message'`, `'Email'`, `'Call'`, or
|
|
1810
|
-
* `'Meeting'` although other string values are permitted.
|
|
1811
|
-
*/
|
|
1812
|
-
/**
|
|
1813
|
-
* @experimental A list of trades. Use this type for use cases that require not just a
|
|
1814
|
-
* single trade, but multiple.
|
|
1815
|
-
*
|
|
1816
|
-
* The TradeList schema does not explicitly include identifiers in the id section, as there
|
|
1817
|
-
* is not a common standard for such identifiers. Applications can, however, populate this
|
|
1818
|
-
* part of the contract with custom identifiers if so desired.
|
|
1819
|
-
*/
|
|
1820
|
-
export interface TradeList {
|
|
1821
|
-
/**
|
|
1822
|
-
* An array of trade contexts that forms the list.
|
|
1823
|
-
*/
|
|
1824
|
-
trades: TradeElement[];
|
|
1825
|
-
type: "fdc3.tradeList";
|
|
1826
|
-
id?: {
|
|
1827
|
-
[key: string]: any;
|
|
1828
|
-
};
|
|
1829
|
-
name?: string;
|
|
1830
|
-
[property: string]: any;
|
|
1831
|
-
}
|
|
1832
|
-
/**
|
|
1833
|
-
* @experimental context type representing a trade. To be used with execution systems.
|
|
1834
|
-
*
|
|
1835
|
-
* This type currently only defines a required `id` field, which should provide a reference
|
|
1836
|
-
* to the trade in one or more systems, an optional human readable `name` field to be used
|
|
1837
|
-
* to summarize the trade and a required `product` field that may be used to provide
|
|
1838
|
-
* additional detail about the trade, which is currently typed as a unspecified Context
|
|
1839
|
-
* type, but `product` is expected to be standardized in future.
|
|
1840
|
-
*
|
|
1841
|
-
* The Trade schema does not explicitly include identifiers in the id section, as there is
|
|
1842
|
-
* not a common standard for such identifiers. Applications can, however, populate this part
|
|
1843
|
-
* of the contract with custom identifiers if so desired.
|
|
1844
|
-
*/
|
|
1845
|
-
export interface TradeElement {
|
|
1846
|
-
/**
|
|
1847
|
-
* One or more identifiers that refer to the trade in an OMS, EMS or related system.
|
|
1848
|
-
* Specific key names for systems are expected to be standardized in future.
|
|
1849
|
-
*/
|
|
1850
|
-
id: {
|
|
1851
|
-
[key: string]: string;
|
|
1852
|
-
};
|
|
1853
|
-
/**
|
|
1854
|
-
* A human-readable summary of the trade.
|
|
1855
|
-
*/
|
|
1856
|
-
name?: string;
|
|
1857
|
-
/**
|
|
1858
|
-
* A product that is the subject of the trade.
|
|
1859
|
-
*/
|
|
1860
|
-
product: ProductObject;
|
|
1861
|
-
type: "fdc3.trade";
|
|
1862
|
-
[property: string]: any;
|
|
1863
|
-
}
|
|
1864
|
-
/**
|
|
1865
|
-
* Free text to be used for a keyword search
|
|
1866
|
-
*
|
|
1867
|
-
* `interactionType` SHOULD be one of `'Instant Message'`, `'Email'`, `'Call'`, or
|
|
1868
|
-
* `'Meeting'` although other string values are permitted.
|
|
1869
|
-
*/
|
|
1870
|
-
/**
|
|
1871
|
-
* A context type representing the result of a transaction initiated via FDC3, which SHOULD
|
|
1872
|
-
* be returned as an `IntentResult` by intents that create, retrieve, update or delete
|
|
1873
|
-
* content or records in another application. Its purpose is to provide a status and message
|
|
1874
|
-
* (where needed) for the transaction and MAY wrap a returned context object.
|
|
1875
|
-
*/
|
|
1876
|
-
export interface TransactionResult {
|
|
1877
|
-
/**
|
|
1878
|
-
* A context object returned by the transaction, possibly with updated data.
|
|
1879
|
-
*/
|
|
1880
|
-
context?: ContextElement;
|
|
1881
|
-
/**
|
|
1882
|
-
* The status of the transaction being reported.
|
|
1883
|
-
*/
|
|
1884
|
-
status: TransactionStatus;
|
|
1885
|
-
type: "fdc3.transactionResult";
|
|
1886
|
-
id?: {
|
|
1887
|
-
[key: string]: any;
|
|
1888
|
-
};
|
|
1889
|
-
name?: string;
|
|
1890
|
-
[property: string]: any;
|
|
1891
|
-
}
|
|
1892
|
-
/**
|
|
1893
|
-
* The status of the transaction being reported.
|
|
1894
|
-
*/
|
|
1895
|
-
export declare type TransactionStatus = "Created" | "Deleted" | "Updated" | "Failed";
|
|
1896
|
-
/**
|
|
1897
|
-
* Free text to be used for a keyword search
|
|
1898
|
-
*
|
|
1899
|
-
* `interactionType` SHOULD be one of `'Instant Message'`, `'Email'`, `'Call'`, or
|
|
1900
|
-
* `'Meeting'` although other string values are permitted.
|
|
1901
|
-
*/
|
|
1902
|
-
/**
|
|
1903
|
-
* A context type representing the price and value of a holding.
|
|
1904
|
-
*/
|
|
1905
|
-
export interface Valuation {
|
|
1906
|
-
/**
|
|
1907
|
-
* The valuation currency, which should conform to 3 character alphabetic codes defined in
|
|
1908
|
-
* [ISO 4217](https://www.iso.org/iso-4217-currency-codes.html)
|
|
1909
|
-
*/
|
|
1910
|
-
CURRENCY_ISOCODE: string;
|
|
1911
|
-
/**
|
|
1912
|
-
* The time at which this valuation expires, encoded according to [ISO
|
|
1913
|
-
* 8601-1:2019](https://www.iso.org/standard/70907.html) with a timezone indicator included.
|
|
1914
|
-
*/
|
|
1915
|
-
expiryTime?: Date;
|
|
1916
|
-
/**
|
|
1917
|
-
* The price per unit the the valuation is based on.
|
|
1918
|
-
*/
|
|
1919
|
-
price?: number;
|
|
1920
|
-
type: "fdc3.valuation";
|
|
1921
|
-
/**
|
|
1922
|
-
* The time at which the valuation was performed, encoded according to [ISO
|
|
1923
|
-
* 8601-1:2019](https://www.iso.org/standard/70907.html) with a timezone indicator included.
|
|
1924
|
-
*/
|
|
1925
|
-
valuationTime?: Date;
|
|
1926
|
-
/**
|
|
1927
|
-
* The value of the holding, expresses in the nominated currency.
|
|
1928
|
-
*/
|
|
1929
|
-
value: number;
|
|
1930
|
-
id?: {
|
|
1931
|
-
[key: string]: any;
|
|
1932
|
-
};
|
|
1933
|
-
name?: string;
|
|
1934
|
-
[property: string]: any;
|
|
1935
|
-
}
|
|
1936
|
-
/**
|
|
1937
|
-
* Free text to be used for a keyword search
|
|
1938
|
-
*
|
|
1939
|
-
* `interactionType` SHOULD be one of `'Instant Message'`, `'Email'`, `'Call'`, or
|
|
1940
|
-
* `'Meeting'` although other string values are permitted.
|
|
1941
|
-
*/
|
|
1942
|
-
export declare class Convert {
|
|
1943
|
-
static toAction(json: string): Action;
|
|
1944
|
-
static actionToJson(value: Action): string;
|
|
1945
|
-
static toChart(json: string): Chart;
|
|
1946
|
-
static chartToJson(value: Chart): string;
|
|
1947
|
-
static toChatInitSettings(json: string): ChatInitSettings;
|
|
1948
|
-
static chatInitSettingsToJson(value: ChatInitSettings): string;
|
|
1949
|
-
static toChatMessage(json: string): ChatMessage;
|
|
1950
|
-
static chatMessageToJson(value: ChatMessage): string;
|
|
1951
|
-
static toChatRoom(json: string): ChatRoom;
|
|
1952
|
-
static chatRoomToJson(value: ChatRoom): string;
|
|
1953
|
-
static toChatSearchCriteria(json: string): ChatSearchCriteria;
|
|
1954
|
-
static chatSearchCriteriaToJson(value: ChatSearchCriteria): string;
|
|
1955
|
-
static toContact(json: string): Contact;
|
|
1956
|
-
static contactToJson(value: Contact): string;
|
|
1957
|
-
static toContactList(json: string): ContactList;
|
|
1958
|
-
static contactListToJson(value: ContactList): string;
|
|
1959
|
-
static toContext(json: string): Context;
|
|
1960
|
-
static contextToJson(value: Context): string;
|
|
1961
|
-
static toCountry(json: string): Country;
|
|
1962
|
-
static countryToJson(value: Country): string;
|
|
1963
|
-
static toCurrency(json: string): Currency;
|
|
1964
|
-
static currencyToJson(value: Currency): string;
|
|
1965
|
-
static toEmail(json: string): Email;
|
|
1966
|
-
static emailToJson(value: Email): string;
|
|
1967
|
-
static toInstrument(json: string): Instrument;
|
|
1968
|
-
static instrumentToJson(value: Instrument): string;
|
|
1969
|
-
static toInstrumentList(json: string): InstrumentList;
|
|
1970
|
-
static instrumentListToJson(value: InstrumentList): string;
|
|
1971
|
-
static toInteraction(json: string): Interaction;
|
|
1972
|
-
static interactionToJson(value: Interaction): string;
|
|
1973
|
-
static toMessage(json: string): Message;
|
|
1974
|
-
static messageToJson(value: Message): string;
|
|
1975
|
-
static toNothing(json: string): Nothing;
|
|
1976
|
-
static nothingToJson(value: Nothing): string;
|
|
1977
|
-
static toOrder(json: string): Order;
|
|
1978
|
-
static orderToJson(value: Order): string;
|
|
1979
|
-
static toOrderList(json: string): OrderList;
|
|
1980
|
-
static orderListToJson(value: OrderList): string;
|
|
1981
|
-
static toOrganization(json: string): Organization;
|
|
1982
|
-
static organizationToJson(value: Organization): string;
|
|
1983
|
-
static toPortfolio(json: string): Portfolio;
|
|
1984
|
-
static portfolioToJson(value: Portfolio): string;
|
|
1985
|
-
static toPosition(json: string): Position;
|
|
1986
|
-
static positionToJson(value: Position): string;
|
|
1987
|
-
static toProduct(json: string): Product;
|
|
1988
|
-
static productToJson(value: Product): string;
|
|
1989
|
-
static toTimeRange(json: string): TimeRange;
|
|
1990
|
-
static timeRangeToJson(value: TimeRange): string;
|
|
1991
|
-
static toTrade(json: string): Trade;
|
|
1992
|
-
static tradeToJson(value: Trade): string;
|
|
1993
|
-
static toTradeList(json: string): TradeList;
|
|
1994
|
-
static tradeListToJson(value: TradeList): string;
|
|
1995
|
-
static toTransactionResult(json: string): TransactionResult;
|
|
1996
|
-
static transactionResultToJson(value: TransactionResult): string;
|
|
1997
|
-
static toValuation(json: string): Valuation;
|
|
1998
|
-
static valuationToJson(value: Valuation): string;
|
|
1999
|
-
}
|
|
2000
|
-
//# sourceMappingURL=ContextTypes.d.ts.map
|