@finsemble/finsemble-ui 10.0.0-iocd.2 → 10.0.0-iocd.9
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/clients/Interop/FinsembleDesktopAgent.d.ts +1 -3
- package/clients/Interop/FinsembleDesktopAgent.d.ts.map +1 -1
- package/clients/Interop/FinsembleDesktopAgent.js.map +1 -1
- package/clients/authenticationClient.d.ts +1 -0
- package/clients/authenticationClient.d.ts.map +1 -1
- package/clients/authenticationClient.js +2 -0
- package/clients/authenticationClient.js.map +1 -1
- package/clients/dialogManagerClient.d.ts +3 -3
- package/clients/dialogManagerClient.d.ts.map +1 -1
- package/clients/dialogManagerClient.js +6 -6
- package/clients/dialogManagerClient.js.map +1 -1
- package/clients/hotkeyClient.d.ts +1 -0
- package/clients/hotkeyClient.d.ts.map +1 -1
- package/clients/hotkeyClient.js +2 -0
- package/clients/hotkeyClient.js.map +1 -1
- package/clients/searchClient.d.ts +1 -0
- package/clients/searchClient.d.ts.map +1 -1
- package/clients/searchClient.js +2 -0
- package/clients/searchClient.js.map +1 -1
- package/clients/windowClient.d.ts +8 -0
- package/clients/windowClient.d.ts.map +1 -1
- package/clients/windowClient.js +38 -0
- package/clients/windowClient.js.map +1 -1
- package/clients/workspaceClient.d.ts +4 -2
- package/clients/workspaceClient.d.ts.map +1 -1
- package/clients/workspaceClient.js +14 -7
- package/clients/workspaceClient.js.map +1 -1
- package/common/Monitors.d.ts.map +1 -1
- package/common/Monitors.js +1 -2
- package/common/Monitors.js.map +1 -1
- package/common/constants.d.ts +1 -0
- package/common/constants.d.ts.map +1 -1
- package/common/constants.js +1 -0
- package/common/constants.js.map +1 -1
- package/package.json +2 -3
- package/platform/services/Interop/modules/types.d.ts +1 -0
- package/platform/services/Interop/modules/types.d.ts.map +1 -1
- package/platform/services/systemManager/_constants.d.ts.map +1 -1
- package/platform/services/systemManager/_constants.js +1 -0
- package/platform/services/systemManager/_constants.js.map +1 -1
- package/platform/services/systemManager/types.d.ts +1 -1
- package/platform/services/systemManager/types.d.ts.map +1 -1
- package/platform/services/systemManager/types.js.map +1 -1
- package/platform/services/window/types.d.ts +2 -1
- package/platform/services/window/types.d.ts.map +1 -1
- package/react/assets/css/advancedAppLauncher.css +65 -52
- package/react/components/favorites/FavoriteMaker.d.ts.map +1 -1
- package/react/components/favorites/FavoriteMaker.js +5 -3
- package/react/components/favorites/FavoriteMaker.js.map +1 -1
- package/react/components/legacyControls/FinsembleDialog.d.ts.map +1 -1
- package/react/components/legacyControls/FinsembleDialog.js +0 -12
- package/react/components/legacyControls/FinsembleDialog.js.map +1 -1
- package/react/components/legacyControls/FinsembleDraggable.d.ts.map +1 -1
- package/react/components/legacyControls/FinsembleDraggable.js +1 -1
- package/react/components/legacyControls/FinsembleDraggable.js.map +1 -1
- package/react/components/processMonitor/stores/ProcessMonitorStore.js +5 -4
- package/react/components/processMonitor/stores/ProcessMonitorStore.js.map +1 -1
- package/react/components/shared/openQuitConfirmationDialog.d.ts.map +1 -1
- package/react/components/shared/openQuitConfirmationDialog.js +0 -1
- package/react/components/shared/openQuitConfirmationDialog.js.map +1 -1
- package/react/components/singleInputDialog/SingleInputDialog.d.ts.map +1 -1
- package/react/components/singleInputDialog/SingleInputDialog.js +2 -5
- package/react/components/singleInputDialog/SingleInputDialog.js.map +1 -1
- package/react/components/system/System.d.ts.map +1 -1
- package/react/components/system/System.js +20 -5
- package/react/components/system/System.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/AdvancedAppLauncherMenu.d.ts.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/AdvancedAppLauncherMenu.js +1 -4
- package/react/components/toolbar/advancedAppLauncher/AdvancedAppLauncherMenu.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/AdvancedAppLauncher.d.ts.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/AdvancedAppLauncher.js +14 -1
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/AdvancedAppLauncher.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/AppDefinition.d.ts +2 -0
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/AppDefinition.d.ts.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/AppDefinition.js +22 -8
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/AppDefinition.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/Content.d.ts +5 -11
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/Content.d.ts.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/Content.js +57 -25
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/Content.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/FoldersList.d.ts +1 -1
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/FoldersList.d.ts.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/FoldersList.js +22 -9
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/FoldersList.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/LeftNavBottomLinks.d.ts +3 -15
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/LeftNavBottomLinks.d.ts.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/LeftNavBottomLinks.js +11 -28
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/LeftNavBottomLinks.js.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/SortBy.d.ts.map +1 -1
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/SortBy.js +2 -6
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/SortBy.js.map +1 -1
- package/react/components/toolbar/dashbar/Dashbar.d.ts.map +1 -1
- package/react/components/toolbar/dashbar/Dashbar.js +91 -44
- package/react/components/toolbar/dashbar/Dashbar.js.map +1 -1
- package/react/components/toolbar/workspaceManagementMenu/stores/workspaceManagementMenuStore.d.ts +0 -1
- package/react/components/toolbar/workspaceManagementMenu/stores/workspaceManagementMenuStore.d.ts.map +1 -1
- package/react/components/toolbar/workspaceManagementMenu/stores/workspaceManagementMenuStore.js +0 -1
- package/react/components/toolbar/workspaceManagementMenu/stores/workspaceManagementMenuStore.js.map +1 -1
- package/react/components/userPreferences/FinsembleUserPreferences.d.ts +17 -0
- package/react/components/userPreferences/FinsembleUserPreferences.d.ts.map +1 -0
- package/react/components/userPreferences/FinsembleUserPreferences.js +28 -0
- package/react/components/userPreferences/FinsembleUserPreferences.js.map +1 -0
- package/react/components/userPreferences/UserPreferences.d.ts +1 -1
- package/react/components/userPreferences/UserPreferences.d.ts.map +1 -1
- package/react/components/userPreferences/UserPreferences.js +8 -11
- package/react/components/userPreferences/UserPreferences.js.map +1 -1
- package/react/components/userPreferences/UserPreferencesBase.d.ts +9 -1
- package/react/components/userPreferences/UserPreferencesBase.d.ts.map +1 -1
- package/react/components/userPreferences/UserPreferencesBase.js.map +1 -1
- package/react/components/userPreferences/components/ContentSection.d.ts +3 -14
- package/react/components/userPreferences/components/ContentSection.d.ts.map +1 -1
- package/react/components/userPreferences/components/ContentSection.js +0 -1
- package/react/components/userPreferences/components/ContentSection.js.map +1 -1
- package/react/components/userPreferences/components/content/General.d.ts +2 -1
- package/react/components/userPreferences/components/content/General.d.ts.map +1 -1
- package/react/components/userPreferences/components/content/General.js +11 -30
- package/react/components/userPreferences/components/content/General.js.map +1 -1
- package/react/components/userPreferences/components/content/Workspaces.d.ts +5 -5
- package/react/components/userPreferences/components/content/Workspaces.d.ts.map +1 -1
- package/react/components/userPreferences/components/content/Workspaces.js +36 -53
- package/react/components/userPreferences/components/content/Workspaces.js.map +1 -1
- package/react/components/userPreferences/components/general/DownloadPreferences.js +2 -1
- package/react/components/userPreferences/components/general/DownloadPreferences.js.map +1 -1
- package/react/components/userPreferences/components/general/ResetPreferences.d.ts +2 -1
- package/react/components/userPreferences/components/general/ResetPreferences.d.ts.map +1 -1
- package/react/components/userPreferences/components/general/ResetPreferences.js +5 -12
- package/react/components/userPreferences/components/general/ResetPreferences.js.map +1 -1
- package/react/components/userPreferences/components/general/ScheduledClose.d.ts +5 -5
- package/react/components/userPreferences/components/general/ScheduledClose.d.ts.map +1 -1
- package/react/components/userPreferences/components/general/ScheduledClose.js +30 -84
- package/react/components/userPreferences/components/general/ScheduledClose.js.map +1 -1
- package/react/components/userPreferences/iocdUserPreferences.d.ts +17 -0
- package/react/components/userPreferences/iocdUserPreferences.d.ts.map +1 -0
- package/react/components/userPreferences/iocdUserPreferences.js +49 -0
- package/react/components/userPreferences/iocdUserPreferences.js.map +1 -0
- package/react/components/userPreferences/utils.d.ts +3 -0
- package/react/components/userPreferences/utils.d.ts.map +1 -0
- package/react/components/userPreferences/utils.js +11 -0
- package/react/components/userPreferences/utils.js.map +1 -0
- package/react/components/utils.d.ts +2 -2
- package/react/components/utils.d.ts.map +1 -1
- package/react/components/utils.js.map +1 -1
- package/react/components/yesNoDialog/YesNoDialog.d.ts.map +1 -1
- package/react/components/yesNoDialog/YesNoDialog.js +7 -10
- package/react/components/yesNoDialog/YesNoDialog.js.map +1 -1
- package/react/hooks/useDashbar.d.ts.map +1 -1
- package/react/hooks/useDashbar.js +6 -3
- package/react/hooks/useDashbar.js.map +1 -1
- package/react/hooks/useFavoritesShell.d.ts.map +1 -1
- package/react/hooks/useFavoritesShell.js +6 -1
- package/react/hooks/useFavoritesShell.js.map +1 -1
- package/typedefs/FDC3/api/DesktopAgent.d.ts +7 -5
- package/typedefs/FDC3/api/DesktopAgent.d.ts.map +1 -1
- package/typedefs/FDC3/api/IntentMetadata.d.ts +2 -1
- package/typedefs/FDC3/api/IntentMetadata.d.ts.map +1 -1
- package/typedefs/FDC3/api/IntentResolution.d.ts +2 -1
- package/typedefs/FDC3/api/IntentResolution.d.ts.map +1 -1
- package/typedefs/FDC3/api/Methods.d.ts +19 -5
- package/typedefs/FDC3/api/Methods.d.ts.map +1 -1
- package/typedefs/FDC3/api/Methods.js +19 -3
- package/typedefs/FDC3/api/Methods.js.map +1 -1
- package/typedefs/FDC3/bridging/BridgingTypes.d.ts +519 -306
- package/typedefs/FDC3/bridging/BridgingTypes.d.ts.map +1 -1
- package/typedefs/FDC3/bridging/BridgingTypes.js +1372 -1386
- package/typedefs/FDC3/bridging/BridgingTypes.js.map +1 -1
- package/typedefs/FDC3/context/ContextType.d.ts +19 -1
- package/typedefs/FDC3/context/ContextType.d.ts.map +1 -1
- package/typedefs/FDC3/context/ContextType.js +7 -0
- package/typedefs/FDC3/context/ContextType.js.map +1 -1
- package/typedefs/FDC3/context/ContextTypes.d.ts +1373 -135
- package/typedefs/FDC3/context/ContextTypes.d.ts.map +1 -1
- package/typedefs/FDC3/context/ContextTypes.js +590 -508
- package/typedefs/FDC3/context/ContextTypes.js.map +1 -1
- package/typedefs/FDC3/intents/Intents.d.ts +15 -0
- package/typedefs/FDC3/intents/Intents.d.ts.map +1 -1
- package/typedefs/FDC3/intents/Intents.js +7 -0
- package/typedefs/FDC3/intents/Intents.js.map +1 -1
- package/typedefs/FDC3/internal/contextConfiguration.d.ts +2 -0
- package/typedefs/FDC3/internal/contextConfiguration.d.ts.map +1 -0
- package/typedefs/FDC3/internal/contextConfiguration.js +5 -0
- package/typedefs/FDC3/internal/contextConfiguration.js.map +1 -0
- package/typedefs/FDC3/internal/intentConfiguration.d.ts +2 -0
- package/typedefs/FDC3/internal/intentConfiguration.d.ts.map +1 -0
- package/typedefs/FDC3/internal/intentConfiguration.js +5 -0
- package/typedefs/FDC3/internal/intentConfiguration.js.map +1 -0
- package/typedefs/FDC3/internal/typeHelpers.d.ts +7 -0
- package/typedefs/FDC3/internal/typeHelpers.d.ts.map +1 -0
- package/typedefs/FDC3/internal/typeHelpers.js +5 -0
- package/typedefs/FDC3/internal/typeHelpers.js.map +1 -0
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/AppActionsMenu.d.ts +0 -43
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/AppActionsMenu.d.ts.map +0 -1
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/AppActionsMenu.js +0 -123
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/AppActionsMenu.js.map +0 -1
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/FilterSort.d.ts +0 -26
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/FilterSort.d.ts.map +0 -1
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/FilterSort.js +0 -34
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/FilterSort.js.map +0 -1
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/ToggleFavoriteDropdown.d.ts +0 -9
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/ToggleFavoriteDropdown.d.ts.map +0 -1
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/ToggleFavoriteDropdown.js +0 -27
- package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/ToggleFavoriteDropdown.js.map +0 -1
|
@@ -33,196 +33,182 @@
|
|
|
33
33
|
//
|
|
34
34
|
// These functions will throw an error if the JSON doesn't
|
|
35
35
|
// match the expected interface, even if the JSON is valid.
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
Style["Histogram"] = "histogram";
|
|
43
|
-
Style["Line"] = "line";
|
|
44
|
-
Style["Mountain"] = "mountain";
|
|
45
|
-
Style["Pie"] = "pie";
|
|
46
|
-
Style["Scatter"] = "scatter";
|
|
47
|
-
Style["StackedBar"] = "stacked-bar";
|
|
48
|
-
})(Style || (Style = {}));
|
|
49
|
-
export var Status;
|
|
50
|
-
(function (Status) {
|
|
51
|
-
Status["Created"] = "Created";
|
|
52
|
-
Status["Deleted"] = "Deleted";
|
|
53
|
-
Status["Failed"] = "Failed";
|
|
54
|
-
Status["Updated"] = "Updated";
|
|
55
|
-
})(Status || (Status = {}));
|
|
36
|
+
/**
|
|
37
|
+
* Free text to be used for a keyword search
|
|
38
|
+
*
|
|
39
|
+
* `interactionType` SHOULD be one of `'Instant Message'`, `'Email'`, `'Call'`, or
|
|
40
|
+
* `'Meeting'` although other string values are permitted.
|
|
41
|
+
*/
|
|
56
42
|
// Converts JSON strings to/from your types
|
|
57
43
|
// and asserts the results of JSON.parse at runtime
|
|
58
44
|
export class Convert {
|
|
59
45
|
static toAction(json) {
|
|
60
|
-
return cast(JSON.parse(json), r(
|
|
46
|
+
return cast(JSON.parse(json), r("Action"));
|
|
61
47
|
}
|
|
62
48
|
static actionToJson(value) {
|
|
63
|
-
return JSON.stringify(uncast(value, r(
|
|
49
|
+
return JSON.stringify(uncast(value, r("Action")), null, 2);
|
|
64
50
|
}
|
|
65
51
|
static toChart(json) {
|
|
66
|
-
return cast(JSON.parse(json), r(
|
|
52
|
+
return cast(JSON.parse(json), r("Chart"));
|
|
67
53
|
}
|
|
68
54
|
static chartToJson(value) {
|
|
69
|
-
return JSON.stringify(uncast(value, r(
|
|
55
|
+
return JSON.stringify(uncast(value, r("Chart")), null, 2);
|
|
70
56
|
}
|
|
71
57
|
static toChatInitSettings(json) {
|
|
72
|
-
return cast(JSON.parse(json), r(
|
|
58
|
+
return cast(JSON.parse(json), r("ChatInitSettings"));
|
|
73
59
|
}
|
|
74
60
|
static chatInitSettingsToJson(value) {
|
|
75
|
-
return JSON.stringify(uncast(value, r(
|
|
61
|
+
return JSON.stringify(uncast(value, r("ChatInitSettings")), null, 2);
|
|
76
62
|
}
|
|
77
63
|
static toChatMessage(json) {
|
|
78
|
-
return cast(JSON.parse(json), r(
|
|
64
|
+
return cast(JSON.parse(json), r("ChatMessage"));
|
|
79
65
|
}
|
|
80
66
|
static chatMessageToJson(value) {
|
|
81
|
-
return JSON.stringify(uncast(value, r(
|
|
67
|
+
return JSON.stringify(uncast(value, r("ChatMessage")), null, 2);
|
|
82
68
|
}
|
|
83
69
|
static toChatRoom(json) {
|
|
84
|
-
return cast(JSON.parse(json), r(
|
|
70
|
+
return cast(JSON.parse(json), r("ChatRoom"));
|
|
85
71
|
}
|
|
86
72
|
static chatRoomToJson(value) {
|
|
87
|
-
return JSON.stringify(uncast(value, r(
|
|
73
|
+
return JSON.stringify(uncast(value, r("ChatRoom")), null, 2);
|
|
88
74
|
}
|
|
89
75
|
static toChatSearchCriteria(json) {
|
|
90
|
-
return cast(JSON.parse(json), r(
|
|
76
|
+
return cast(JSON.parse(json), r("ChatSearchCriteria"));
|
|
91
77
|
}
|
|
92
78
|
static chatSearchCriteriaToJson(value) {
|
|
93
|
-
return JSON.stringify(uncast(value, r(
|
|
79
|
+
return JSON.stringify(uncast(value, r("ChatSearchCriteria")), null, 2);
|
|
94
80
|
}
|
|
95
81
|
static toContact(json) {
|
|
96
|
-
return cast(JSON.parse(json), r(
|
|
82
|
+
return cast(JSON.parse(json), r("Contact"));
|
|
97
83
|
}
|
|
98
84
|
static contactToJson(value) {
|
|
99
|
-
return JSON.stringify(uncast(value, r(
|
|
85
|
+
return JSON.stringify(uncast(value, r("Contact")), null, 2);
|
|
100
86
|
}
|
|
101
87
|
static toContactList(json) {
|
|
102
|
-
return cast(JSON.parse(json), r(
|
|
88
|
+
return cast(JSON.parse(json), r("ContactList"));
|
|
103
89
|
}
|
|
104
90
|
static contactListToJson(value) {
|
|
105
|
-
return JSON.stringify(uncast(value, r(
|
|
91
|
+
return JSON.stringify(uncast(value, r("ContactList")), null, 2);
|
|
106
92
|
}
|
|
107
93
|
static toContext(json) {
|
|
108
|
-
return cast(JSON.parse(json), r(
|
|
94
|
+
return cast(JSON.parse(json), r("Context"));
|
|
109
95
|
}
|
|
110
96
|
static contextToJson(value) {
|
|
111
|
-
return JSON.stringify(uncast(value, r(
|
|
97
|
+
return JSON.stringify(uncast(value, r("Context")), null, 2);
|
|
112
98
|
}
|
|
113
99
|
static toCountry(json) {
|
|
114
|
-
return cast(JSON.parse(json), r(
|
|
100
|
+
return cast(JSON.parse(json), r("Country"));
|
|
115
101
|
}
|
|
116
102
|
static countryToJson(value) {
|
|
117
|
-
return JSON.stringify(uncast(value, r(
|
|
103
|
+
return JSON.stringify(uncast(value, r("Country")), null, 2);
|
|
118
104
|
}
|
|
119
105
|
static toCurrency(json) {
|
|
120
|
-
return cast(JSON.parse(json), r(
|
|
106
|
+
return cast(JSON.parse(json), r("Currency"));
|
|
121
107
|
}
|
|
122
108
|
static currencyToJson(value) {
|
|
123
|
-
return JSON.stringify(uncast(value, r(
|
|
109
|
+
return JSON.stringify(uncast(value, r("Currency")), null, 2);
|
|
124
110
|
}
|
|
125
111
|
static toEmail(json) {
|
|
126
|
-
return cast(JSON.parse(json), r(
|
|
112
|
+
return cast(JSON.parse(json), r("Email"));
|
|
127
113
|
}
|
|
128
114
|
static emailToJson(value) {
|
|
129
|
-
return JSON.stringify(uncast(value, r(
|
|
115
|
+
return JSON.stringify(uncast(value, r("Email")), null, 2);
|
|
130
116
|
}
|
|
131
117
|
static toInstrument(json) {
|
|
132
|
-
return cast(JSON.parse(json), r(
|
|
118
|
+
return cast(JSON.parse(json), r("Instrument"));
|
|
133
119
|
}
|
|
134
120
|
static instrumentToJson(value) {
|
|
135
|
-
return JSON.stringify(uncast(value, r(
|
|
121
|
+
return JSON.stringify(uncast(value, r("Instrument")), null, 2);
|
|
136
122
|
}
|
|
137
123
|
static toInstrumentList(json) {
|
|
138
|
-
return cast(JSON.parse(json), r(
|
|
124
|
+
return cast(JSON.parse(json), r("InstrumentList"));
|
|
139
125
|
}
|
|
140
126
|
static instrumentListToJson(value) {
|
|
141
|
-
return JSON.stringify(uncast(value, r(
|
|
127
|
+
return JSON.stringify(uncast(value, r("InstrumentList")), null, 2);
|
|
142
128
|
}
|
|
143
129
|
static toInteraction(json) {
|
|
144
|
-
return cast(JSON.parse(json), r(
|
|
130
|
+
return cast(JSON.parse(json), r("Interaction"));
|
|
145
131
|
}
|
|
146
132
|
static interactionToJson(value) {
|
|
147
|
-
return JSON.stringify(uncast(value, r(
|
|
133
|
+
return JSON.stringify(uncast(value, r("Interaction")), null, 2);
|
|
148
134
|
}
|
|
149
135
|
static toMessage(json) {
|
|
150
|
-
return cast(JSON.parse(json), r(
|
|
136
|
+
return cast(JSON.parse(json), r("Message"));
|
|
151
137
|
}
|
|
152
138
|
static messageToJson(value) {
|
|
153
|
-
return JSON.stringify(uncast(value, r(
|
|
139
|
+
return JSON.stringify(uncast(value, r("Message")), null, 2);
|
|
154
140
|
}
|
|
155
141
|
static toNothing(json) {
|
|
156
|
-
return cast(JSON.parse(json), r(
|
|
142
|
+
return cast(JSON.parse(json), r("Nothing"));
|
|
157
143
|
}
|
|
158
144
|
static nothingToJson(value) {
|
|
159
|
-
return JSON.stringify(uncast(value, r(
|
|
145
|
+
return JSON.stringify(uncast(value, r("Nothing")), null, 2);
|
|
160
146
|
}
|
|
161
147
|
static toOrder(json) {
|
|
162
|
-
return cast(JSON.parse(json), r(
|
|
148
|
+
return cast(JSON.parse(json), r("Order"));
|
|
163
149
|
}
|
|
164
150
|
static orderToJson(value) {
|
|
165
|
-
return JSON.stringify(uncast(value, r(
|
|
151
|
+
return JSON.stringify(uncast(value, r("Order")), null, 2);
|
|
166
152
|
}
|
|
167
153
|
static toOrderList(json) {
|
|
168
|
-
return cast(JSON.parse(json), r(
|
|
154
|
+
return cast(JSON.parse(json), r("OrderList"));
|
|
169
155
|
}
|
|
170
156
|
static orderListToJson(value) {
|
|
171
|
-
return JSON.stringify(uncast(value, r(
|
|
157
|
+
return JSON.stringify(uncast(value, r("OrderList")), null, 2);
|
|
172
158
|
}
|
|
173
159
|
static toOrganization(json) {
|
|
174
|
-
return cast(JSON.parse(json), r(
|
|
160
|
+
return cast(JSON.parse(json), r("Organization"));
|
|
175
161
|
}
|
|
176
162
|
static organizationToJson(value) {
|
|
177
|
-
return JSON.stringify(uncast(value, r(
|
|
163
|
+
return JSON.stringify(uncast(value, r("Organization")), null, 2);
|
|
178
164
|
}
|
|
179
165
|
static toPortfolio(json) {
|
|
180
|
-
return cast(JSON.parse(json), r(
|
|
166
|
+
return cast(JSON.parse(json), r("Portfolio"));
|
|
181
167
|
}
|
|
182
168
|
static portfolioToJson(value) {
|
|
183
|
-
return JSON.stringify(uncast(value, r(
|
|
169
|
+
return JSON.stringify(uncast(value, r("Portfolio")), null, 2);
|
|
184
170
|
}
|
|
185
171
|
static toPosition(json) {
|
|
186
|
-
return cast(JSON.parse(json), r(
|
|
172
|
+
return cast(JSON.parse(json), r("Position"));
|
|
187
173
|
}
|
|
188
174
|
static positionToJson(value) {
|
|
189
|
-
return JSON.stringify(uncast(value, r(
|
|
175
|
+
return JSON.stringify(uncast(value, r("Position")), null, 2);
|
|
190
176
|
}
|
|
191
177
|
static toProduct(json) {
|
|
192
|
-
return cast(JSON.parse(json), r(
|
|
178
|
+
return cast(JSON.parse(json), r("Product"));
|
|
193
179
|
}
|
|
194
180
|
static productToJson(value) {
|
|
195
|
-
return JSON.stringify(uncast(value, r(
|
|
181
|
+
return JSON.stringify(uncast(value, r("Product")), null, 2);
|
|
196
182
|
}
|
|
197
183
|
static toTimeRange(json) {
|
|
198
|
-
return cast(JSON.parse(json), r(
|
|
184
|
+
return cast(JSON.parse(json), r("TimeRange"));
|
|
199
185
|
}
|
|
200
186
|
static timeRangeToJson(value) {
|
|
201
|
-
return JSON.stringify(uncast(value, r(
|
|
187
|
+
return JSON.stringify(uncast(value, r("TimeRange")), null, 2);
|
|
202
188
|
}
|
|
203
189
|
static toTrade(json) {
|
|
204
|
-
return cast(JSON.parse(json), r(
|
|
190
|
+
return cast(JSON.parse(json), r("Trade"));
|
|
205
191
|
}
|
|
206
192
|
static tradeToJson(value) {
|
|
207
|
-
return JSON.stringify(uncast(value, r(
|
|
193
|
+
return JSON.stringify(uncast(value, r("Trade")), null, 2);
|
|
208
194
|
}
|
|
209
195
|
static toTradeList(json) {
|
|
210
|
-
return cast(JSON.parse(json), r(
|
|
196
|
+
return cast(JSON.parse(json), r("TradeList"));
|
|
211
197
|
}
|
|
212
198
|
static tradeListToJson(value) {
|
|
213
|
-
return JSON.stringify(uncast(value, r(
|
|
199
|
+
return JSON.stringify(uncast(value, r("TradeList")), null, 2);
|
|
214
200
|
}
|
|
215
201
|
static toTransactionResult(json) {
|
|
216
|
-
return cast(JSON.parse(json), r(
|
|
202
|
+
return cast(JSON.parse(json), r("TransactionResult"));
|
|
217
203
|
}
|
|
218
204
|
static transactionResultToJson(value) {
|
|
219
|
-
return JSON.stringify(uncast(value, r(
|
|
205
|
+
return JSON.stringify(uncast(value, r("TransactionResult")), null, 2);
|
|
220
206
|
}
|
|
221
207
|
static toValuation(json) {
|
|
222
|
-
return cast(JSON.parse(json), r(
|
|
208
|
+
return cast(JSON.parse(json), r("Valuation"));
|
|
223
209
|
}
|
|
224
210
|
static valuationToJson(value) {
|
|
225
|
-
return JSON.stringify(uncast(value, r(
|
|
211
|
+
return JSON.stringify(uncast(value, r("Valuation")), null, 2);
|
|
226
212
|
}
|
|
227
213
|
}
|
|
228
214
|
function invalidValue(typ, val, key, parent = '') {
|
|
@@ -237,14 +223,10 @@ function prettyTypeName(typ) {
|
|
|
237
223
|
return `an optional ${prettyTypeName(typ[1])}`;
|
|
238
224
|
}
|
|
239
225
|
else {
|
|
240
|
-
return `one of [${typ
|
|
241
|
-
.map(a => {
|
|
242
|
-
return prettyTypeName(a);
|
|
243
|
-
})
|
|
244
|
-
.join(', ')}]`;
|
|
226
|
+
return `one of [${typ.map(a => { return prettyTypeName(a); }).join(", ")}]`;
|
|
245
227
|
}
|
|
246
228
|
}
|
|
247
|
-
else if (typeof typ ===
|
|
229
|
+
else if (typeof typ === "object" && typ.literal !== undefined) {
|
|
248
230
|
return typ.literal;
|
|
249
231
|
}
|
|
250
232
|
else {
|
|
@@ -254,7 +236,7 @@ function prettyTypeName(typ) {
|
|
|
254
236
|
function jsonToJSProps(typ) {
|
|
255
237
|
if (typ.jsonToJS === undefined) {
|
|
256
238
|
const map = {};
|
|
257
|
-
typ.props.forEach((p) =>
|
|
239
|
+
typ.props.forEach((p) => map[p.json] = { key: p.js, typ: p.typ });
|
|
258
240
|
typ.jsonToJS = map;
|
|
259
241
|
}
|
|
260
242
|
return typ.jsonToJS;
|
|
@@ -262,7 +244,7 @@ function jsonToJSProps(typ) {
|
|
|
262
244
|
function jsToJSONProps(typ) {
|
|
263
245
|
if (typ.jsToJSON === undefined) {
|
|
264
246
|
const map = {};
|
|
265
|
-
typ.props.forEach((p) =>
|
|
247
|
+
typ.props.forEach((p) => map[p.js] = { key: p.json, typ: p.typ });
|
|
266
248
|
typ.jsToJSON = map;
|
|
267
249
|
}
|
|
268
250
|
return typ.jsToJSON;
|
|
@@ -288,14 +270,12 @@ function transform(val, typ, getProps, key = '', parent = '') {
|
|
|
288
270
|
function transformEnum(cases, val) {
|
|
289
271
|
if (cases.indexOf(val) !== -1)
|
|
290
272
|
return val;
|
|
291
|
-
return invalidValue(cases.map(a => {
|
|
292
|
-
return l(a);
|
|
293
|
-
}), val, key, parent);
|
|
273
|
+
return invalidValue(cases.map(a => { return l(a); }), val, key, parent);
|
|
294
274
|
}
|
|
295
275
|
function transformArray(typ, val) {
|
|
296
276
|
// val must be an array with no invalid elements
|
|
297
277
|
if (!Array.isArray(val))
|
|
298
|
-
return invalidValue(l(
|
|
278
|
+
return invalidValue(l("array"), val, key, parent);
|
|
299
279
|
return val.map(el => transform(el, typ, getProps));
|
|
300
280
|
}
|
|
301
281
|
function transformDate(val) {
|
|
@@ -304,13 +284,13 @@ function transform(val, typ, getProps, key = '', parent = '') {
|
|
|
304
284
|
}
|
|
305
285
|
const d = new Date(val);
|
|
306
286
|
if (isNaN(d.valueOf())) {
|
|
307
|
-
return invalidValue(l(
|
|
287
|
+
return invalidValue(l("Date"), val, key, parent);
|
|
308
288
|
}
|
|
309
289
|
return d;
|
|
310
290
|
}
|
|
311
291
|
function transformObject(props, additional, val) {
|
|
312
|
-
if (val === null || typeof val !==
|
|
313
|
-
return invalidValue(l(ref ||
|
|
292
|
+
if (val === null || typeof val !== "object" || Array.isArray(val)) {
|
|
293
|
+
return invalidValue(l(ref || "object"), val, key, parent);
|
|
314
294
|
}
|
|
315
295
|
const result = {};
|
|
316
296
|
Object.getOwnPropertyNames(props).forEach(key => {
|
|
@@ -325,7 +305,7 @@ function transform(val, typ, getProps, key = '', parent = '') {
|
|
|
325
305
|
});
|
|
326
306
|
return result;
|
|
327
307
|
}
|
|
328
|
-
if (typ ===
|
|
308
|
+
if (typ === "any")
|
|
329
309
|
return val;
|
|
330
310
|
if (typ === null) {
|
|
331
311
|
if (val === null)
|
|
@@ -335,23 +315,20 @@ function transform(val, typ, getProps, key = '', parent = '') {
|
|
|
335
315
|
if (typ === false)
|
|
336
316
|
return invalidValue(typ, val, key, parent);
|
|
337
317
|
let ref = undefined;
|
|
338
|
-
while (typeof typ ===
|
|
318
|
+
while (typeof typ === "object" && typ.ref !== undefined) {
|
|
339
319
|
ref = typ.ref;
|
|
340
320
|
typ = typeMap[typ.ref];
|
|
341
321
|
}
|
|
342
322
|
if (Array.isArray(typ))
|
|
343
323
|
return transformEnum(typ, val);
|
|
344
|
-
if (typeof typ ===
|
|
345
|
-
return typ.hasOwnProperty(
|
|
346
|
-
?
|
|
347
|
-
|
|
348
|
-
? transformArray(typ.arrayItems, val)
|
|
349
|
-
: typ.hasOwnProperty('props')
|
|
350
|
-
? transformObject(getProps(typ), typ.additional, val)
|
|
324
|
+
if (typeof typ === "object") {
|
|
325
|
+
return typ.hasOwnProperty("unionMembers") ? transformUnion(typ.unionMembers, val)
|
|
326
|
+
: typ.hasOwnProperty("arrayItems") ? transformArray(typ.arrayItems, val)
|
|
327
|
+
: typ.hasOwnProperty("props") ? transformObject(getProps(typ), typ.additional, val)
|
|
351
328
|
: invalidValue(typ, val, key, parent);
|
|
352
329
|
}
|
|
353
330
|
// Numbers can be parsed by Date but shouldn't be.
|
|
354
|
-
if (typ === Date && typeof val !==
|
|
331
|
+
if (typ === Date && typeof val !== "number")
|
|
355
332
|
return transformDate(val);
|
|
356
333
|
return transformPrimitive(typ, val);
|
|
357
334
|
}
|
|
@@ -380,412 +357,517 @@ function r(name) {
|
|
|
380
357
|
return { ref: name };
|
|
381
358
|
}
|
|
382
359
|
const typeMap = {
|
|
383
|
-
Action: o([
|
|
384
|
-
{ json:
|
|
385
|
-
{ json:
|
|
386
|
-
{ json:
|
|
387
|
-
{ json:
|
|
388
|
-
{ json:
|
|
389
|
-
{ json:
|
|
390
|
-
{ json:
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
{ json:
|
|
395
|
-
{ json:
|
|
396
|
-
],
|
|
397
|
-
|
|
398
|
-
{ json:
|
|
399
|
-
{ json:
|
|
400
|
-
{ json:
|
|
401
|
-
],
|
|
402
|
-
Chart: o([
|
|
403
|
-
{ json:
|
|
404
|
-
{ json:
|
|
405
|
-
{ json:
|
|
406
|
-
{ json:
|
|
407
|
-
{ json:
|
|
408
|
-
{ json:
|
|
409
|
-
{ json:
|
|
410
|
-
],
|
|
411
|
-
InstrumentElement: o([
|
|
412
|
-
{ json:
|
|
413
|
-
{ json:
|
|
414
|
-
{ json:
|
|
415
|
-
{ json:
|
|
416
|
-
],
|
|
417
|
-
|
|
418
|
-
{ json:
|
|
419
|
-
{ json:
|
|
420
|
-
{ json:
|
|
421
|
-
{ json:
|
|
422
|
-
{ json:
|
|
423
|
-
{ json:
|
|
424
|
-
{ json:
|
|
425
|
-
{ json:
|
|
426
|
-
{ json:
|
|
427
|
-
],
|
|
428
|
-
OrganizationMarket: o([
|
|
429
|
-
{ json:
|
|
430
|
-
{ json:
|
|
431
|
-
{ json:
|
|
432
|
-
{ json:
|
|
433
|
-
],
|
|
434
|
-
|
|
435
|
-
{ json:
|
|
436
|
-
{ json:
|
|
437
|
-
{ json:
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
{ json:
|
|
443
|
-
{ json:
|
|
444
|
-
{ json:
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
{ json:
|
|
448
|
-
{ json:
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
{ json:
|
|
452
|
-
{ json:
|
|
453
|
-
{ json:
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
{ json:
|
|
458
|
-
{ json:
|
|
459
|
-
{ json:
|
|
460
|
-
],
|
|
461
|
-
|
|
462
|
-
{ json:
|
|
463
|
-
{ json:
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
{ json:
|
|
468
|
-
{ json:
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
{ json:
|
|
474
|
-
{ json:
|
|
475
|
-
{ json:
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
{ json:
|
|
479
|
-
{ json:
|
|
480
|
-
{ json:
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
{ json:
|
|
484
|
-
{ json:
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
{ json:
|
|
494
|
-
{ json:
|
|
495
|
-
{ json:
|
|
496
|
-
],
|
|
497
|
-
|
|
498
|
-
{ json:
|
|
499
|
-
{ json:
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
{ json:
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
{ json:
|
|
507
|
-
{ json:
|
|
508
|
-
{ json:
|
|
509
|
-
{ json:
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
{ json:
|
|
514
|
-
{ json:
|
|
515
|
-
{ json:
|
|
516
|
-
{ json:
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
{ json:
|
|
521
|
-
{ json:
|
|
522
|
-
{ json:
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
{ json:
|
|
528
|
-
{ json:
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
{ json:
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
{ json:
|
|
535
|
-
{ json:
|
|
536
|
-
{ json:
|
|
537
|
-
{ json:
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
{ json:
|
|
541
|
-
{ json:
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
{ json:
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
{ json:
|
|
550
|
-
{ json:
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
{ json:
|
|
554
|
-
{ json:
|
|
555
|
-
{ json:
|
|
556
|
-
{ json:
|
|
557
|
-
],
|
|
558
|
-
|
|
559
|
-
{ json:
|
|
560
|
-
{ json:
|
|
561
|
-
{ json:
|
|
562
|
-
],
|
|
563
|
-
|
|
564
|
-
{ json:
|
|
565
|
-
{ json:
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
{ json:
|
|
570
|
-
{ json:
|
|
571
|
-
{ json:
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
{ json:
|
|
576
|
-
{ json:
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
{ json:
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
{ json:
|
|
585
|
-
{ json:
|
|
586
|
-
{ json:
|
|
587
|
-
{ json:
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
{ json:
|
|
592
|
-
{ json:
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
{ json:
|
|
598
|
-
{ json:
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
{ json:
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
{ json:
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
{ json:
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
{ json:
|
|
611
|
-
{ json:
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
{ json:
|
|
615
|
-
{ json:
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
{ json:
|
|
621
|
-
{ json:
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
{ json:
|
|
625
|
-
{ json:
|
|
626
|
-
{ json:
|
|
627
|
-
{ json:
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
{ json:
|
|
632
|
-
{ json:
|
|
633
|
-
{ json:
|
|
634
|
-
{ json:
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
{ json:
|
|
638
|
-
{ json:
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
{ json:
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
{ json:
|
|
647
|
-
{ json:
|
|
648
|
-
{ json:
|
|
649
|
-
{ json:
|
|
650
|
-
{ json:
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
{ json:
|
|
655
|
-
{ json:
|
|
656
|
-
{ json:
|
|
657
|
-
{ json:
|
|
658
|
-
{ json:
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
{ json:
|
|
664
|
-
{ json:
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
{ json:
|
|
668
|
-
{ json:
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
{ json:
|
|
673
|
-
{ json:
|
|
674
|
-
],
|
|
675
|
-
|
|
676
|
-
{ json:
|
|
677
|
-
{ json:
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
{ json:
|
|
683
|
-
],
|
|
684
|
-
|
|
685
|
-
{ json:
|
|
686
|
-
{ json:
|
|
687
|
-
{ json:
|
|
688
|
-
{ json:
|
|
689
|
-
],
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
{ json:
|
|
693
|
-
{ json:
|
|
694
|
-
{ json:
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
{ json:
|
|
699
|
-
{ json:
|
|
700
|
-
{ json:
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
{ json:
|
|
707
|
-
{ json:
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
{ json:
|
|
712
|
-
{ json:
|
|
713
|
-
{ json:
|
|
714
|
-
],
|
|
715
|
-
|
|
716
|
-
{ json:
|
|
717
|
-
{ json:
|
|
718
|
-
{ json:
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
{ json:
|
|
723
|
-
{ json:
|
|
724
|
-
{ json:
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
{ json:
|
|
730
|
-
{ json:
|
|
731
|
-
{ json:
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
{ json:
|
|
737
|
-
{ json:
|
|
738
|
-
{ json:
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
{ json:
|
|
743
|
-
{ json:
|
|
744
|
-
{ json:
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
{ json:
|
|
750
|
-
{ json:
|
|
751
|
-
{ json:
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
{ json:
|
|
756
|
-
{ json:
|
|
757
|
-
{ json:
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
{ json:
|
|
762
|
-
{ json:
|
|
763
|
-
{ json:
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
{ json:
|
|
768
|
-
{ json:
|
|
769
|
-
{ json:
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
{ json:
|
|
775
|
-
{ json:
|
|
776
|
-
{ json:
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
{ json:
|
|
780
|
-
{ json:
|
|
781
|
-
{ json:
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
360
|
+
"Action": o([
|
|
361
|
+
{ json: "app", js: "app", typ: u(undefined, r("ActionTargetApp")) },
|
|
362
|
+
{ json: "context", js: "context", typ: r("ContextElement") },
|
|
363
|
+
{ json: "intent", js: "intent", typ: u(undefined, "") },
|
|
364
|
+
{ json: "title", js: "title", typ: "" },
|
|
365
|
+
{ json: "type", js: "type", typ: r("ActionType") },
|
|
366
|
+
{ json: "id", js: "id", typ: u(undefined, m("any")) },
|
|
367
|
+
{ json: "name", js: "name", typ: u(undefined, "") },
|
|
368
|
+
], "any"),
|
|
369
|
+
"ActionTargetApp": o([
|
|
370
|
+
{ json: "appId", js: "appId", typ: "" },
|
|
371
|
+
{ json: "desktopAgent", js: "desktopAgent", typ: u(undefined, "") },
|
|
372
|
+
{ json: "instanceId", js: "instanceId", typ: u(undefined, "") },
|
|
373
|
+
], "any"),
|
|
374
|
+
"ContextElement": o([
|
|
375
|
+
{ json: "id", js: "id", typ: u(undefined, m("any")) },
|
|
376
|
+
{ json: "name", js: "name", typ: u(undefined, "") },
|
|
377
|
+
{ json: "type", js: "type", typ: "" },
|
|
378
|
+
], "any"),
|
|
379
|
+
"Chart": o([
|
|
380
|
+
{ json: "instruments", js: "instruments", typ: a(r("InstrumentElement")) },
|
|
381
|
+
{ json: "otherConfig", js: "otherConfig", typ: u(undefined, a(r("ContextElement"))) },
|
|
382
|
+
{ json: "range", js: "range", typ: u(undefined, r("TimeRangeObject")) },
|
|
383
|
+
{ json: "style", js: "style", typ: u(undefined, r("ChartStyle")) },
|
|
384
|
+
{ json: "type", js: "type", typ: r("ChartType") },
|
|
385
|
+
{ json: "id", js: "id", typ: u(undefined, m("any")) },
|
|
386
|
+
{ json: "name", js: "name", typ: u(undefined, "") },
|
|
387
|
+
], "any"),
|
|
388
|
+
"InstrumentElement": o([
|
|
389
|
+
{ json: "id", js: "id", typ: r("PurpleInstrumentIdentifiers") },
|
|
390
|
+
{ json: "market", js: "market", typ: u(undefined, r("OrganizationMarket")) },
|
|
391
|
+
{ json: "type", js: "type", typ: r("PurpleInteractionType") },
|
|
392
|
+
{ json: "name", js: "name", typ: u(undefined, "") },
|
|
393
|
+
], "any"),
|
|
394
|
+
"PurpleInstrumentIdentifiers": o([
|
|
395
|
+
{ json: "BBG", js: "BBG", typ: u(undefined, "") },
|
|
396
|
+
{ json: "CUSIP", js: "CUSIP", typ: u(undefined, "") },
|
|
397
|
+
{ json: "FDS_ID", js: "FDS_ID", typ: u(undefined, "") },
|
|
398
|
+
{ json: "FIGI", js: "FIGI", typ: u(undefined, "") },
|
|
399
|
+
{ json: "ISIN", js: "ISIN", typ: u(undefined, "") },
|
|
400
|
+
{ json: "PERMID", js: "PERMID", typ: u(undefined, "") },
|
|
401
|
+
{ json: "RIC", js: "RIC", typ: u(undefined, "") },
|
|
402
|
+
{ json: "SEDOL", js: "SEDOL", typ: u(undefined, "") },
|
|
403
|
+
{ json: "ticker", js: "ticker", typ: u(undefined, "") },
|
|
404
|
+
], "any"),
|
|
405
|
+
"OrganizationMarket": o([
|
|
406
|
+
{ json: "BBG", js: "BBG", typ: u(undefined, "") },
|
|
407
|
+
{ json: "COUNTRY_ISOALPHA2", js: "COUNTRY_ISOALPHA2", typ: u(undefined, "") },
|
|
408
|
+
{ json: "MIC", js: "MIC", typ: u(undefined, "") },
|
|
409
|
+
{ json: "name", js: "name", typ: u(undefined, "") },
|
|
410
|
+
], "any"),
|
|
411
|
+
"TimeRangeObject": o([
|
|
412
|
+
{ json: "endTime", js: "endTime", typ: u(undefined, Date) },
|
|
413
|
+
{ json: "startTime", js: "startTime", typ: u(undefined, Date) },
|
|
414
|
+
{ json: "type", js: "type", typ: r("TimeRangeType") },
|
|
415
|
+
{ json: "id", js: "id", typ: u(undefined, m("any")) },
|
|
416
|
+
{ json: "name", js: "name", typ: u(undefined, "") },
|
|
417
|
+
], "any"),
|
|
418
|
+
"ChatInitSettings": o([
|
|
419
|
+
{ json: "chatName", js: "chatName", typ: u(undefined, "") },
|
|
420
|
+
{ json: "members", js: "members", typ: u(undefined, r("ContactListObject")) },
|
|
421
|
+
{ json: "message", js: "message", typ: u(undefined, u(r("MessageObject"), "")) },
|
|
422
|
+
{ json: "options", js: "options", typ: u(undefined, r("ChatOptions")) },
|
|
423
|
+
{ json: "type", js: "type", typ: r("ChatInitSettingsType") },
|
|
424
|
+
{ json: "id", js: "id", typ: u(undefined, m("any")) },
|
|
425
|
+
{ json: "name", js: "name", typ: u(undefined, "") },
|
|
426
|
+
], "any"),
|
|
427
|
+
"ContactListObject": o([
|
|
428
|
+
{ json: "contacts", js: "contacts", typ: a(r("ContactElement")) },
|
|
429
|
+
{ json: "type", js: "type", typ: r("ContactListType") },
|
|
430
|
+
{ json: "id", js: "id", typ: u(undefined, m("any")) },
|
|
431
|
+
{ json: "name", js: "name", typ: u(undefined, "") },
|
|
432
|
+
], "any"),
|
|
433
|
+
"ContactElement": o([
|
|
434
|
+
{ json: "id", js: "id", typ: r("PurpleContactIdentifiers") },
|
|
435
|
+
{ json: "type", js: "type", typ: r("FluffyInteractionType") },
|
|
436
|
+
{ json: "name", js: "name", typ: u(undefined, "") },
|
|
437
|
+
], "any"),
|
|
438
|
+
"PurpleContactIdentifiers": o([
|
|
439
|
+
{ json: "email", js: "email", typ: u(undefined, "") },
|
|
440
|
+
{ json: "FDS_ID", js: "FDS_ID", typ: u(undefined, "") },
|
|
441
|
+
], "any"),
|
|
442
|
+
"MessageObject": o([
|
|
443
|
+
{ json: "entities", js: "entities", typ: u(undefined, m(r("PurpleAction"))) },
|
|
444
|
+
{ json: "text", js: "text", typ: u(undefined, r("PurpleMessageText")) },
|
|
445
|
+
{ json: "type", js: "type", typ: r("MessageType") },
|
|
446
|
+
{ json: "id", js: "id", typ: u(undefined, m("any")) },
|
|
447
|
+
{ json: "name", js: "name", typ: u(undefined, "") },
|
|
448
|
+
], "any"),
|
|
449
|
+
"PurpleAction": o([
|
|
450
|
+
{ json: "app", js: "app", typ: u(undefined, r("ActionTargetApp")) },
|
|
451
|
+
{ json: "context", js: "context", typ: u(undefined, r("ContextElement")) },
|
|
452
|
+
{ json: "intent", js: "intent", typ: u(undefined, "") },
|
|
453
|
+
{ json: "title", js: "title", typ: u(undefined, "") },
|
|
454
|
+
{ json: "type", js: "type", typ: r("EntityType") },
|
|
455
|
+
{ json: "id", js: "id", typ: u(undefined, m("any")) },
|
|
456
|
+
{ json: "name", js: "name", typ: u(undefined, "") },
|
|
457
|
+
{ json: "data", js: "data", typ: u(undefined, r("PurpleData")) },
|
|
458
|
+
], "any"),
|
|
459
|
+
"PurpleData": o([
|
|
460
|
+
{ json: "dataUri", js: "dataUri", typ: "" },
|
|
461
|
+
{ json: "name", js: "name", typ: "" },
|
|
462
|
+
], "any"),
|
|
463
|
+
"PurpleMessageText": o([
|
|
464
|
+
{ json: "text/markdown", js: "text/markdown", typ: u(undefined, "") },
|
|
465
|
+
{ json: "text/plain", js: "text/plain", typ: u(undefined, "") },
|
|
466
|
+
], "any"),
|
|
467
|
+
"ChatOptions": o([
|
|
468
|
+
{ json: "allowAddUser", js: "allowAddUser", typ: u(undefined, true) },
|
|
469
|
+
{ json: "allowHistoryBrowsing", js: "allowHistoryBrowsing", typ: u(undefined, true) },
|
|
470
|
+
{ json: "allowMessageCopy", js: "allowMessageCopy", typ: u(undefined, true) },
|
|
471
|
+
{ json: "groupRecipients", js: "groupRecipients", typ: u(undefined, true) },
|
|
472
|
+
{ json: "isPublic", js: "isPublic", typ: u(undefined, true) },
|
|
473
|
+
], "any"),
|
|
474
|
+
"ChatMessage": o([
|
|
475
|
+
{ json: "chatRoom", js: "chatRoom", typ: r("ChatRoomObject") },
|
|
476
|
+
{ json: "message", js: "message", typ: r("MessageObject") },
|
|
477
|
+
{ json: "type", js: "type", typ: r("ChatMessageType") },
|
|
478
|
+
{ json: "id", js: "id", typ: u(undefined, m("any")) },
|
|
479
|
+
{ json: "name", js: "name", typ: u(undefined, "") },
|
|
480
|
+
], "any"),
|
|
481
|
+
"ChatRoomObject": o([
|
|
482
|
+
{ json: "id", js: "id", typ: m("any") },
|
|
483
|
+
{ json: "name", js: "name", typ: u(undefined, "") },
|
|
484
|
+
{ json: "providerName", js: "providerName", typ: "" },
|
|
485
|
+
{ json: "type", js: "type", typ: r("ChatRoomType") },
|
|
486
|
+
{ json: "url", js: "url", typ: u(undefined, "") },
|
|
487
|
+
], "any"),
|
|
488
|
+
"ChatRoom": o([
|
|
489
|
+
{ json: "id", js: "id", typ: m("any") },
|
|
490
|
+
{ json: "name", js: "name", typ: u(undefined, "") },
|
|
491
|
+
{ json: "providerName", js: "providerName", typ: "" },
|
|
492
|
+
{ json: "type", js: "type", typ: r("ChatRoomType") },
|
|
493
|
+
{ json: "url", js: "url", typ: u(undefined, "") },
|
|
494
|
+
], "any"),
|
|
495
|
+
"ChatSearchCriteria": o([
|
|
496
|
+
{ json: "criteria", js: "criteria", typ: a(u(r("OrganizationObject"), "")) },
|
|
497
|
+
{ json: "type", js: "type", typ: r("ChatSearchCriteriaType") },
|
|
498
|
+
{ json: "id", js: "id", typ: u(undefined, m("any")) },
|
|
499
|
+
{ json: "name", js: "name", typ: u(undefined, "") },
|
|
500
|
+
], "any"),
|
|
501
|
+
"OrganizationObject": o([
|
|
502
|
+
{ json: "id", js: "id", typ: r("Identifiers") },
|
|
503
|
+
{ json: "market", js: "market", typ: u(undefined, r("OrganizationMarket")) },
|
|
504
|
+
{ json: "type", js: "type", typ: r("TentacledInteractionType") },
|
|
505
|
+
{ json: "name", js: "name", typ: u(undefined, "") },
|
|
506
|
+
], "any"),
|
|
507
|
+
"Identifiers": o([
|
|
508
|
+
{ json: "BBG", js: "BBG", typ: u(undefined, "") },
|
|
509
|
+
{ json: "CUSIP", js: "CUSIP", typ: u(undefined, "") },
|
|
510
|
+
{ json: "FDS_ID", js: "FDS_ID", typ: u(undefined, "") },
|
|
511
|
+
{ json: "FIGI", js: "FIGI", typ: u(undefined, "") },
|
|
512
|
+
{ json: "ISIN", js: "ISIN", typ: u(undefined, "") },
|
|
513
|
+
{ json: "PERMID", js: "PERMID", typ: u(undefined, "") },
|
|
514
|
+
{ json: "RIC", js: "RIC", typ: u(undefined, "") },
|
|
515
|
+
{ json: "SEDOL", js: "SEDOL", typ: u(undefined, "") },
|
|
516
|
+
{ json: "ticker", js: "ticker", typ: u(undefined, "") },
|
|
517
|
+
{ json: "LEI", js: "LEI", typ: u(undefined, "") },
|
|
518
|
+
{ json: "email", js: "email", typ: u(undefined, "") },
|
|
519
|
+
], "any"),
|
|
520
|
+
"Contact": o([
|
|
521
|
+
{ json: "id", js: "id", typ: r("FluffyContactIdentifiers") },
|
|
522
|
+
{ json: "type", js: "type", typ: r("FluffyInteractionType") },
|
|
523
|
+
{ json: "name", js: "name", typ: u(undefined, "") },
|
|
524
|
+
], "any"),
|
|
525
|
+
"FluffyContactIdentifiers": o([
|
|
526
|
+
{ json: "email", js: "email", typ: u(undefined, "") },
|
|
527
|
+
{ json: "FDS_ID", js: "FDS_ID", typ: u(undefined, "") },
|
|
528
|
+
], "any"),
|
|
529
|
+
"ContactList": o([
|
|
530
|
+
{ json: "contacts", js: "contacts", typ: a(r("ContactElement")) },
|
|
531
|
+
{ json: "type", js: "type", typ: r("ContactListType") },
|
|
532
|
+
{ json: "id", js: "id", typ: u(undefined, m("any")) },
|
|
533
|
+
{ json: "name", js: "name", typ: u(undefined, "") },
|
|
534
|
+
], "any"),
|
|
535
|
+
"Context": o([
|
|
536
|
+
{ json: "id", js: "id", typ: u(undefined, m("any")) },
|
|
537
|
+
{ json: "name", js: "name", typ: u(undefined, "") },
|
|
538
|
+
{ json: "type", js: "type", typ: "" },
|
|
539
|
+
], "any"),
|
|
540
|
+
"Country": o([
|
|
541
|
+
{ json: "id", js: "id", typ: r("CountryID") },
|
|
542
|
+
{ json: "type", js: "type", typ: r("CountryType") },
|
|
543
|
+
{ json: "name", js: "name", typ: u(undefined, "") },
|
|
544
|
+
], "any"),
|
|
545
|
+
"CountryID": o([
|
|
546
|
+
{ json: "COUNTRY_ISOALPHA2", js: "COUNTRY_ISOALPHA2", typ: u(undefined, "") },
|
|
547
|
+
{ json: "COUNTRY_ISOALPHA3", js: "COUNTRY_ISOALPHA3", typ: u(undefined, "") },
|
|
548
|
+
{ json: "ISOALPHA2", js: "ISOALPHA2", typ: u(undefined, "") },
|
|
549
|
+
{ json: "ISOALPHA3", js: "ISOALPHA3", typ: u(undefined, "") },
|
|
550
|
+
], "any"),
|
|
551
|
+
"Currency": o([
|
|
552
|
+
{ json: "id", js: "id", typ: r("CurrencyID") },
|
|
553
|
+
{ json: "name", js: "name", typ: u(undefined, "") },
|
|
554
|
+
{ json: "type", js: "type", typ: r("CurrencyType") },
|
|
555
|
+
], "any"),
|
|
556
|
+
"CurrencyID": o([
|
|
557
|
+
{ json: "CURRENCY_ISOCODE", js: "CURRENCY_ISOCODE", typ: u(undefined, "") },
|
|
558
|
+
], "any"),
|
|
559
|
+
"Email": o([
|
|
560
|
+
{ json: "recipients", js: "recipients", typ: r("EmailRecipients") },
|
|
561
|
+
{ json: "subject", js: "subject", typ: u(undefined, "") },
|
|
562
|
+
{ json: "textBody", js: "textBody", typ: u(undefined, "") },
|
|
563
|
+
{ json: "type", js: "type", typ: r("EmailType") },
|
|
564
|
+
{ json: "id", js: "id", typ: u(undefined, m("any")) },
|
|
565
|
+
{ json: "name", js: "name", typ: u(undefined, "") },
|
|
566
|
+
], "any"),
|
|
567
|
+
"EmailRecipients": o([
|
|
568
|
+
{ json: "id", js: "id", typ: u(undefined, r("EmailRecipientsID")) },
|
|
569
|
+
{ json: "type", js: "type", typ: r("EmailRecipientsType") },
|
|
570
|
+
{ json: "name", js: "name", typ: u(undefined, "") },
|
|
571
|
+
{ json: "contacts", js: "contacts", typ: u(undefined, a(r("ContactElement"))) },
|
|
572
|
+
], "any"),
|
|
573
|
+
"EmailRecipientsID": o([
|
|
574
|
+
{ json: "email", js: "email", typ: u(undefined, "") },
|
|
575
|
+
{ json: "FDS_ID", js: "FDS_ID", typ: u(undefined, "") },
|
|
576
|
+
], "any"),
|
|
577
|
+
"Instrument": o([
|
|
578
|
+
{ json: "id", js: "id", typ: r("FluffyInstrumentIdentifiers") },
|
|
579
|
+
{ json: "market", js: "market", typ: u(undefined, r("PurpleMarket")) },
|
|
580
|
+
{ json: "type", js: "type", typ: r("PurpleInteractionType") },
|
|
581
|
+
{ json: "name", js: "name", typ: u(undefined, "") },
|
|
582
|
+
], "any"),
|
|
583
|
+
"FluffyInstrumentIdentifiers": o([
|
|
584
|
+
{ json: "BBG", js: "BBG", typ: u(undefined, "") },
|
|
585
|
+
{ json: "CUSIP", js: "CUSIP", typ: u(undefined, "") },
|
|
586
|
+
{ json: "FDS_ID", js: "FDS_ID", typ: u(undefined, "") },
|
|
587
|
+
{ json: "FIGI", js: "FIGI", typ: u(undefined, "") },
|
|
588
|
+
{ json: "ISIN", js: "ISIN", typ: u(undefined, "") },
|
|
589
|
+
{ json: "PERMID", js: "PERMID", typ: u(undefined, "") },
|
|
590
|
+
{ json: "RIC", js: "RIC", typ: u(undefined, "") },
|
|
591
|
+
{ json: "SEDOL", js: "SEDOL", typ: u(undefined, "") },
|
|
592
|
+
{ json: "ticker", js: "ticker", typ: u(undefined, "") },
|
|
593
|
+
], "any"),
|
|
594
|
+
"PurpleMarket": o([
|
|
595
|
+
{ json: "BBG", js: "BBG", typ: u(undefined, "") },
|
|
596
|
+
{ json: "COUNTRY_ISOALPHA2", js: "COUNTRY_ISOALPHA2", typ: u(undefined, "") },
|
|
597
|
+
{ json: "MIC", js: "MIC", typ: u(undefined, "") },
|
|
598
|
+
{ json: "name", js: "name", typ: u(undefined, "") },
|
|
599
|
+
], "any"),
|
|
600
|
+
"InstrumentList": o([
|
|
601
|
+
{ json: "instruments", js: "instruments", typ: a(r("InstrumentElement")) },
|
|
602
|
+
{ json: "type", js: "type", typ: r("InstrumentListType") },
|
|
603
|
+
{ json: "id", js: "id", typ: u(undefined, m("any")) },
|
|
604
|
+
{ json: "name", js: "name", typ: u(undefined, "") },
|
|
605
|
+
], "any"),
|
|
606
|
+
"Interaction": o([
|
|
607
|
+
{ json: "description", js: "description", typ: "" },
|
|
608
|
+
{ json: "id", js: "id", typ: u(undefined, r("InteractionID")) },
|
|
609
|
+
{ json: "initiator", js: "initiator", typ: u(undefined, r("ContactElement")) },
|
|
610
|
+
{ json: "interactionType", js: "interactionType", typ: "" },
|
|
611
|
+
{ json: "origin", js: "origin", typ: u(undefined, "") },
|
|
612
|
+
{ json: "participants", js: "participants", typ: r("ContactListObject") },
|
|
613
|
+
{ json: "timeRange", js: "timeRange", typ: r("TimeRangeObject") },
|
|
614
|
+
{ json: "type", js: "type", typ: r("InteractionType") },
|
|
615
|
+
{ json: "name", js: "name", typ: u(undefined, "") },
|
|
616
|
+
], "any"),
|
|
617
|
+
"InteractionID": o([
|
|
618
|
+
{ json: "SALESFORCE", js: "SALESFORCE", typ: u(undefined, "") },
|
|
619
|
+
{ json: "SINGLETRACK", js: "SINGLETRACK", typ: u(undefined, "") },
|
|
620
|
+
{ json: "URI", js: "URI", typ: u(undefined, "") },
|
|
621
|
+
], "any"),
|
|
622
|
+
"Message": o([
|
|
623
|
+
{ json: "entities", js: "entities", typ: u(undefined, m(r("FluffyAction"))) },
|
|
624
|
+
{ json: "text", js: "text", typ: u(undefined, r("FluffyMessageText")) },
|
|
625
|
+
{ json: "type", js: "type", typ: r("MessageType") },
|
|
626
|
+
{ json: "id", js: "id", typ: u(undefined, m("any")) },
|
|
627
|
+
{ json: "name", js: "name", typ: u(undefined, "") },
|
|
628
|
+
], "any"),
|
|
629
|
+
"FluffyAction": o([
|
|
630
|
+
{ json: "app", js: "app", typ: u(undefined, r("ActionTargetApp")) },
|
|
631
|
+
{ json: "context", js: "context", typ: u(undefined, r("ContextElement")) },
|
|
632
|
+
{ json: "intent", js: "intent", typ: u(undefined, "") },
|
|
633
|
+
{ json: "title", js: "title", typ: u(undefined, "") },
|
|
634
|
+
{ json: "type", js: "type", typ: r("EntityType") },
|
|
635
|
+
{ json: "id", js: "id", typ: u(undefined, m("any")) },
|
|
636
|
+
{ json: "name", js: "name", typ: u(undefined, "") },
|
|
637
|
+
{ json: "data", js: "data", typ: u(undefined, r("FluffyData")) },
|
|
638
|
+
], "any"),
|
|
639
|
+
"FluffyData": o([
|
|
640
|
+
{ json: "dataUri", js: "dataUri", typ: "" },
|
|
641
|
+
{ json: "name", js: "name", typ: "" },
|
|
642
|
+
], "any"),
|
|
643
|
+
"FluffyMessageText": o([
|
|
644
|
+
{ json: "text/markdown", js: "text/markdown", typ: u(undefined, "") },
|
|
645
|
+
{ json: "text/plain", js: "text/plain", typ: u(undefined, "") },
|
|
646
|
+
], "any"),
|
|
647
|
+
"Nothing": o([
|
|
648
|
+
{ json: "type", js: "type", typ: r("NothingType") },
|
|
649
|
+
{ json: "id", js: "id", typ: u(undefined, m("any")) },
|
|
650
|
+
{ json: "name", js: "name", typ: u(undefined, "") },
|
|
651
|
+
], "any"),
|
|
652
|
+
"Order": o([
|
|
653
|
+
{ json: "details", js: "details", typ: u(undefined, r("PurpleOrderDetails")) },
|
|
654
|
+
{ json: "id", js: "id", typ: m("") },
|
|
655
|
+
{ json: "name", js: "name", typ: u(undefined, "") },
|
|
656
|
+
{ json: "type", js: "type", typ: r("OrderType") },
|
|
657
|
+
], "any"),
|
|
658
|
+
"PurpleOrderDetails": o([
|
|
659
|
+
{ json: "product", js: "product", typ: u(undefined, r("ProductObject")) },
|
|
660
|
+
], "any"),
|
|
661
|
+
"ProductObject": o([
|
|
662
|
+
{ json: "id", js: "id", typ: m("") },
|
|
663
|
+
{ json: "instrument", js: "instrument", typ: u(undefined, r("InstrumentElement")) },
|
|
664
|
+
{ json: "name", js: "name", typ: u(undefined, "") },
|
|
665
|
+
{ json: "type", js: "type", typ: r("ProductType") },
|
|
666
|
+
], "any"),
|
|
667
|
+
"OrderList": o([
|
|
668
|
+
{ json: "orders", js: "orders", typ: a(r("OrderElement")) },
|
|
669
|
+
{ json: "type", js: "type", typ: r("OrderListType") },
|
|
670
|
+
{ json: "id", js: "id", typ: u(undefined, m("any")) },
|
|
671
|
+
{ json: "name", js: "name", typ: u(undefined, "") },
|
|
672
|
+
], "any"),
|
|
673
|
+
"OrderElement": o([
|
|
674
|
+
{ json: "details", js: "details", typ: u(undefined, r("FluffyOrderDetails")) },
|
|
675
|
+
{ json: "id", js: "id", typ: m("") },
|
|
676
|
+
{ json: "name", js: "name", typ: u(undefined, "") },
|
|
677
|
+
{ json: "type", js: "type", typ: r("OrderType") },
|
|
678
|
+
], "any"),
|
|
679
|
+
"FluffyOrderDetails": o([
|
|
680
|
+
{ json: "product", js: "product", typ: u(undefined, r("ProductObject")) },
|
|
681
|
+
], "any"),
|
|
682
|
+
"Organization": o([
|
|
683
|
+
{ json: "id", js: "id", typ: r("OrganizationIdentifiers") },
|
|
684
|
+
{ json: "type", js: "type", typ: r("StickyInteractionType") },
|
|
685
|
+
{ json: "name", js: "name", typ: u(undefined, "") },
|
|
686
|
+
], "any"),
|
|
687
|
+
"OrganizationIdentifiers": o([
|
|
688
|
+
{ json: "FDS_ID", js: "FDS_ID", typ: u(undefined, "") },
|
|
689
|
+
{ json: "LEI", js: "LEI", typ: u(undefined, "") },
|
|
690
|
+
{ json: "PERMID", js: "PERMID", typ: u(undefined, "") },
|
|
691
|
+
], "any"),
|
|
692
|
+
"Portfolio": o([
|
|
693
|
+
{ json: "positions", js: "positions", typ: a(r("PositionElement")) },
|
|
694
|
+
{ json: "type", js: "type", typ: r("PortfolioType") },
|
|
695
|
+
{ json: "id", js: "id", typ: u(undefined, m("any")) },
|
|
696
|
+
{ json: "name", js: "name", typ: u(undefined, "") },
|
|
697
|
+
], "any"),
|
|
698
|
+
"PositionElement": o([
|
|
699
|
+
{ json: "holding", js: "holding", typ: 3.14 },
|
|
700
|
+
{ json: "instrument", js: "instrument", typ: r("InstrumentElement") },
|
|
701
|
+
{ json: "type", js: "type", typ: r("PositionType") },
|
|
702
|
+
{ json: "id", js: "id", typ: u(undefined, m("any")) },
|
|
703
|
+
{ json: "name", js: "name", typ: u(undefined, "") },
|
|
704
|
+
], "any"),
|
|
705
|
+
"Position": o([
|
|
706
|
+
{ json: "holding", js: "holding", typ: 3.14 },
|
|
707
|
+
{ json: "instrument", js: "instrument", typ: r("InstrumentElement") },
|
|
708
|
+
{ json: "type", js: "type", typ: r("PositionType") },
|
|
709
|
+
{ json: "id", js: "id", typ: u(undefined, m("any")) },
|
|
710
|
+
{ json: "name", js: "name", typ: u(undefined, "") },
|
|
711
|
+
], "any"),
|
|
712
|
+
"Product": o([
|
|
713
|
+
{ json: "id", js: "id", typ: m("") },
|
|
714
|
+
{ json: "instrument", js: "instrument", typ: u(undefined, r("InstrumentElement")) },
|
|
715
|
+
{ json: "name", js: "name", typ: u(undefined, "") },
|
|
716
|
+
{ json: "type", js: "type", typ: r("ProductType") },
|
|
717
|
+
], "any"),
|
|
718
|
+
"TimeRange": o([
|
|
719
|
+
{ json: "endTime", js: "endTime", typ: u(undefined, Date) },
|
|
720
|
+
{ json: "startTime", js: "startTime", typ: u(undefined, Date) },
|
|
721
|
+
{ json: "type", js: "type", typ: r("TimeRangeType") },
|
|
722
|
+
{ json: "id", js: "id", typ: u(undefined, m("any")) },
|
|
723
|
+
{ json: "name", js: "name", typ: u(undefined, "") },
|
|
724
|
+
], "any"),
|
|
725
|
+
"Trade": o([
|
|
726
|
+
{ json: "id", js: "id", typ: m("") },
|
|
727
|
+
{ json: "name", js: "name", typ: u(undefined, "") },
|
|
728
|
+
{ json: "product", js: "product", typ: r("ProductObject") },
|
|
729
|
+
{ json: "type", js: "type", typ: r("TradeType") },
|
|
730
|
+
], "any"),
|
|
731
|
+
"TradeList": o([
|
|
732
|
+
{ json: "trades", js: "trades", typ: a(r("TradeElement")) },
|
|
733
|
+
{ json: "type", js: "type", typ: r("TradeListType") },
|
|
734
|
+
{ json: "id", js: "id", typ: u(undefined, m("any")) },
|
|
735
|
+
{ json: "name", js: "name", typ: u(undefined, "") },
|
|
736
|
+
], "any"),
|
|
737
|
+
"TradeElement": o([
|
|
738
|
+
{ json: "id", js: "id", typ: m("") },
|
|
739
|
+
{ json: "name", js: "name", typ: u(undefined, "") },
|
|
740
|
+
{ json: "product", js: "product", typ: r("ProductObject") },
|
|
741
|
+
{ json: "type", js: "type", typ: r("TradeType") },
|
|
742
|
+
], "any"),
|
|
743
|
+
"TransactionResult": o([
|
|
744
|
+
{ json: "context", js: "context", typ: u(undefined, r("ContextElement")) },
|
|
745
|
+
{ json: "status", js: "status", typ: r("TransactionStatus") },
|
|
746
|
+
{ json: "type", js: "type", typ: r("TransactionResultType") },
|
|
747
|
+
{ json: "id", js: "id", typ: u(undefined, m("any")) },
|
|
748
|
+
{ json: "name", js: "name", typ: u(undefined, "") },
|
|
749
|
+
], "any"),
|
|
750
|
+
"Valuation": o([
|
|
751
|
+
{ json: "CURRENCY_ISOCODE", js: "CURRENCY_ISOCODE", typ: "" },
|
|
752
|
+
{ json: "expiryTime", js: "expiryTime", typ: u(undefined, Date) },
|
|
753
|
+
{ json: "price", js: "price", typ: u(undefined, 3.14) },
|
|
754
|
+
{ json: "type", js: "type", typ: r("ValuationType") },
|
|
755
|
+
{ json: "valuationTime", js: "valuationTime", typ: u(undefined, Date) },
|
|
756
|
+
{ json: "value", js: "value", typ: 3.14 },
|
|
757
|
+
{ json: "id", js: "id", typ: u(undefined, m("any")) },
|
|
758
|
+
{ json: "name", js: "name", typ: u(undefined, "") },
|
|
759
|
+
], "any"),
|
|
760
|
+
"ActionType": [
|
|
761
|
+
"fdc3.action",
|
|
762
|
+
],
|
|
763
|
+
"PurpleInteractionType": [
|
|
764
|
+
"fdc3.instrument",
|
|
765
|
+
],
|
|
766
|
+
"TimeRangeType": [
|
|
767
|
+
"fdc3.timerange",
|
|
768
|
+
],
|
|
769
|
+
"ChartStyle": [
|
|
770
|
+
"bar",
|
|
771
|
+
"candle",
|
|
772
|
+
"custom",
|
|
773
|
+
"heatmap",
|
|
774
|
+
"histogram",
|
|
775
|
+
"line",
|
|
776
|
+
"mountain",
|
|
777
|
+
"pie",
|
|
778
|
+
"scatter",
|
|
779
|
+
"stacked-bar",
|
|
780
|
+
],
|
|
781
|
+
"ChartType": [
|
|
782
|
+
"fdc3.chart",
|
|
783
|
+
],
|
|
784
|
+
"FluffyInteractionType": [
|
|
785
|
+
"fdc3.contact",
|
|
786
|
+
],
|
|
787
|
+
"ContactListType": [
|
|
788
|
+
"fdc3.contactList",
|
|
789
|
+
],
|
|
790
|
+
"EntityType": [
|
|
791
|
+
"fdc3.action",
|
|
792
|
+
"fdc3.entity.fileAttachment",
|
|
793
|
+
],
|
|
794
|
+
"MessageType": [
|
|
795
|
+
"fdc3.message",
|
|
796
|
+
],
|
|
797
|
+
"ChatInitSettingsType": [
|
|
798
|
+
"fdc3.chat.initSettings",
|
|
799
|
+
],
|
|
800
|
+
"ChatRoomType": [
|
|
801
|
+
"fdc3.chat.room",
|
|
802
|
+
],
|
|
803
|
+
"ChatMessageType": [
|
|
804
|
+
"fdc3.chat.message",
|
|
805
|
+
],
|
|
806
|
+
"TentacledInteractionType": [
|
|
807
|
+
"fdc3.contact",
|
|
808
|
+
"fdc3.instrument",
|
|
809
|
+
"fdc3.organization",
|
|
810
|
+
],
|
|
811
|
+
"ChatSearchCriteriaType": [
|
|
812
|
+
"fdc3.chat.searchCriteria",
|
|
813
|
+
],
|
|
814
|
+
"CountryType": [
|
|
815
|
+
"fdc3.country",
|
|
816
|
+
],
|
|
817
|
+
"CurrencyType": [
|
|
818
|
+
"fdc3.currency",
|
|
819
|
+
],
|
|
820
|
+
"EmailRecipientsType": [
|
|
821
|
+
"fdc3.contact",
|
|
822
|
+
"fdc3.contactList",
|
|
823
|
+
],
|
|
824
|
+
"EmailType": [
|
|
825
|
+
"fdc3.email",
|
|
826
|
+
],
|
|
827
|
+
"InstrumentListType": [
|
|
828
|
+
"fdc3.instrumentList",
|
|
829
|
+
],
|
|
830
|
+
"InteractionType": [
|
|
831
|
+
"fdc3.interaction",
|
|
832
|
+
],
|
|
833
|
+
"NothingType": [
|
|
834
|
+
"fdc3.nothing",
|
|
835
|
+
],
|
|
836
|
+
"ProductType": [
|
|
837
|
+
"fdc3.product",
|
|
838
|
+
],
|
|
839
|
+
"OrderType": [
|
|
840
|
+
"fdc3.order",
|
|
841
|
+
],
|
|
842
|
+
"OrderListType": [
|
|
843
|
+
"fdc3.orderList",
|
|
844
|
+
],
|
|
845
|
+
"StickyInteractionType": [
|
|
846
|
+
"fdc3.organization",
|
|
847
|
+
],
|
|
848
|
+
"PositionType": [
|
|
849
|
+
"fdc3.position",
|
|
850
|
+
],
|
|
851
|
+
"PortfolioType": [
|
|
852
|
+
"fdc3.portfolio",
|
|
853
|
+
],
|
|
854
|
+
"TradeType": [
|
|
855
|
+
"fdc3.trade",
|
|
856
|
+
],
|
|
857
|
+
"TradeListType": [
|
|
858
|
+
"fdc3.tradeList",
|
|
859
|
+
],
|
|
860
|
+
"TransactionStatus": [
|
|
861
|
+
"Created",
|
|
862
|
+
"Deleted",
|
|
863
|
+
"Failed",
|
|
864
|
+
"Updated",
|
|
865
|
+
],
|
|
866
|
+
"TransactionResultType": [
|
|
867
|
+
"fdc3.transactionResult",
|
|
868
|
+
],
|
|
869
|
+
"ValuationType": [
|
|
870
|
+
"fdc3.valuation",
|
|
871
|
+
],
|
|
790
872
|
};
|
|
791
873
|
//# sourceMappingURL=ContextTypes.js.map
|