@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.
Files changed (201) hide show
  1. package/clients/Interop/FinsembleDesktopAgent.d.ts +1 -3
  2. package/clients/Interop/FinsembleDesktopAgent.d.ts.map +1 -1
  3. package/clients/Interop/FinsembleDesktopAgent.js.map +1 -1
  4. package/clients/authenticationClient.d.ts +1 -0
  5. package/clients/authenticationClient.d.ts.map +1 -1
  6. package/clients/authenticationClient.js +2 -0
  7. package/clients/authenticationClient.js.map +1 -1
  8. package/clients/dialogManagerClient.d.ts +3 -3
  9. package/clients/dialogManagerClient.d.ts.map +1 -1
  10. package/clients/dialogManagerClient.js +6 -6
  11. package/clients/dialogManagerClient.js.map +1 -1
  12. package/clients/hotkeyClient.d.ts +1 -0
  13. package/clients/hotkeyClient.d.ts.map +1 -1
  14. package/clients/hotkeyClient.js +2 -0
  15. package/clients/hotkeyClient.js.map +1 -1
  16. package/clients/searchClient.d.ts +1 -0
  17. package/clients/searchClient.d.ts.map +1 -1
  18. package/clients/searchClient.js +2 -0
  19. package/clients/searchClient.js.map +1 -1
  20. package/clients/windowClient.d.ts +8 -0
  21. package/clients/windowClient.d.ts.map +1 -1
  22. package/clients/windowClient.js +38 -0
  23. package/clients/windowClient.js.map +1 -1
  24. package/clients/workspaceClient.d.ts +4 -2
  25. package/clients/workspaceClient.d.ts.map +1 -1
  26. package/clients/workspaceClient.js +14 -7
  27. package/clients/workspaceClient.js.map +1 -1
  28. package/common/Monitors.d.ts.map +1 -1
  29. package/common/Monitors.js +1 -2
  30. package/common/Monitors.js.map +1 -1
  31. package/common/constants.d.ts +1 -0
  32. package/common/constants.d.ts.map +1 -1
  33. package/common/constants.js +1 -0
  34. package/common/constants.js.map +1 -1
  35. package/package.json +2 -3
  36. package/platform/services/Interop/modules/types.d.ts +1 -0
  37. package/platform/services/Interop/modules/types.d.ts.map +1 -1
  38. package/platform/services/systemManager/_constants.d.ts.map +1 -1
  39. package/platform/services/systemManager/_constants.js +1 -0
  40. package/platform/services/systemManager/_constants.js.map +1 -1
  41. package/platform/services/systemManager/types.d.ts +1 -1
  42. package/platform/services/systemManager/types.d.ts.map +1 -1
  43. package/platform/services/systemManager/types.js.map +1 -1
  44. package/platform/services/window/types.d.ts +2 -1
  45. package/platform/services/window/types.d.ts.map +1 -1
  46. package/react/assets/css/advancedAppLauncher.css +65 -52
  47. package/react/components/favorites/FavoriteMaker.d.ts.map +1 -1
  48. package/react/components/favorites/FavoriteMaker.js +5 -3
  49. package/react/components/favorites/FavoriteMaker.js.map +1 -1
  50. package/react/components/legacyControls/FinsembleDialog.d.ts.map +1 -1
  51. package/react/components/legacyControls/FinsembleDialog.js +0 -12
  52. package/react/components/legacyControls/FinsembleDialog.js.map +1 -1
  53. package/react/components/legacyControls/FinsembleDraggable.d.ts.map +1 -1
  54. package/react/components/legacyControls/FinsembleDraggable.js +1 -1
  55. package/react/components/legacyControls/FinsembleDraggable.js.map +1 -1
  56. package/react/components/processMonitor/stores/ProcessMonitorStore.js +5 -4
  57. package/react/components/processMonitor/stores/ProcessMonitorStore.js.map +1 -1
  58. package/react/components/shared/openQuitConfirmationDialog.d.ts.map +1 -1
  59. package/react/components/shared/openQuitConfirmationDialog.js +0 -1
  60. package/react/components/shared/openQuitConfirmationDialog.js.map +1 -1
  61. package/react/components/singleInputDialog/SingleInputDialog.d.ts.map +1 -1
  62. package/react/components/singleInputDialog/SingleInputDialog.js +2 -5
  63. package/react/components/singleInputDialog/SingleInputDialog.js.map +1 -1
  64. package/react/components/system/System.d.ts.map +1 -1
  65. package/react/components/system/System.js +20 -5
  66. package/react/components/system/System.js.map +1 -1
  67. package/react/components/toolbar/advancedAppLauncher/AdvancedAppLauncherMenu.d.ts.map +1 -1
  68. package/react/components/toolbar/advancedAppLauncher/AdvancedAppLauncherMenu.js +1 -4
  69. package/react/components/toolbar/advancedAppLauncher/AdvancedAppLauncherMenu.js.map +1 -1
  70. package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/AdvancedAppLauncher.d.ts.map +1 -1
  71. package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/AdvancedAppLauncher.js +14 -1
  72. package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/AdvancedAppLauncher.js.map +1 -1
  73. package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/AppDefinition.d.ts +2 -0
  74. package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/AppDefinition.d.ts.map +1 -1
  75. package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/AppDefinition.js +22 -8
  76. package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/AppDefinition.js.map +1 -1
  77. package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/Content.d.ts +5 -11
  78. package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/Content.d.ts.map +1 -1
  79. package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/Content.js +57 -25
  80. package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/Content.js.map +1 -1
  81. package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/FoldersList.d.ts +1 -1
  82. package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/FoldersList.d.ts.map +1 -1
  83. package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/FoldersList.js +22 -9
  84. package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/FoldersList.js.map +1 -1
  85. package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/LeftNavBottomLinks.d.ts +3 -15
  86. package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/LeftNavBottomLinks.d.ts.map +1 -1
  87. package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/LeftNavBottomLinks.js +11 -28
  88. package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/LeftNavBottomLinks.js.map +1 -1
  89. package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/SortBy.d.ts.map +1 -1
  90. package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/SortBy.js +2 -6
  91. package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/SortBy.js.map +1 -1
  92. package/react/components/toolbar/dashbar/Dashbar.d.ts.map +1 -1
  93. package/react/components/toolbar/dashbar/Dashbar.js +91 -44
  94. package/react/components/toolbar/dashbar/Dashbar.js.map +1 -1
  95. package/react/components/toolbar/workspaceManagementMenu/stores/workspaceManagementMenuStore.d.ts +0 -1
  96. package/react/components/toolbar/workspaceManagementMenu/stores/workspaceManagementMenuStore.d.ts.map +1 -1
  97. package/react/components/toolbar/workspaceManagementMenu/stores/workspaceManagementMenuStore.js +0 -1
  98. package/react/components/toolbar/workspaceManagementMenu/stores/workspaceManagementMenuStore.js.map +1 -1
  99. package/react/components/userPreferences/FinsembleUserPreferences.d.ts +17 -0
  100. package/react/components/userPreferences/FinsembleUserPreferences.d.ts.map +1 -0
  101. package/react/components/userPreferences/FinsembleUserPreferences.js +28 -0
  102. package/react/components/userPreferences/FinsembleUserPreferences.js.map +1 -0
  103. package/react/components/userPreferences/UserPreferences.d.ts +1 -1
  104. package/react/components/userPreferences/UserPreferences.d.ts.map +1 -1
  105. package/react/components/userPreferences/UserPreferences.js +8 -11
  106. package/react/components/userPreferences/UserPreferences.js.map +1 -1
  107. package/react/components/userPreferences/UserPreferencesBase.d.ts +9 -1
  108. package/react/components/userPreferences/UserPreferencesBase.d.ts.map +1 -1
  109. package/react/components/userPreferences/UserPreferencesBase.js.map +1 -1
  110. package/react/components/userPreferences/components/ContentSection.d.ts +3 -14
  111. package/react/components/userPreferences/components/ContentSection.d.ts.map +1 -1
  112. package/react/components/userPreferences/components/ContentSection.js +0 -1
  113. package/react/components/userPreferences/components/ContentSection.js.map +1 -1
  114. package/react/components/userPreferences/components/content/General.d.ts +2 -1
  115. package/react/components/userPreferences/components/content/General.d.ts.map +1 -1
  116. package/react/components/userPreferences/components/content/General.js +11 -30
  117. package/react/components/userPreferences/components/content/General.js.map +1 -1
  118. package/react/components/userPreferences/components/content/Workspaces.d.ts +5 -5
  119. package/react/components/userPreferences/components/content/Workspaces.d.ts.map +1 -1
  120. package/react/components/userPreferences/components/content/Workspaces.js +36 -53
  121. package/react/components/userPreferences/components/content/Workspaces.js.map +1 -1
  122. package/react/components/userPreferences/components/general/DownloadPreferences.js +2 -1
  123. package/react/components/userPreferences/components/general/DownloadPreferences.js.map +1 -1
  124. package/react/components/userPreferences/components/general/ResetPreferences.d.ts +2 -1
  125. package/react/components/userPreferences/components/general/ResetPreferences.d.ts.map +1 -1
  126. package/react/components/userPreferences/components/general/ResetPreferences.js +5 -12
  127. package/react/components/userPreferences/components/general/ResetPreferences.js.map +1 -1
  128. package/react/components/userPreferences/components/general/ScheduledClose.d.ts +5 -5
  129. package/react/components/userPreferences/components/general/ScheduledClose.d.ts.map +1 -1
  130. package/react/components/userPreferences/components/general/ScheduledClose.js +30 -84
  131. package/react/components/userPreferences/components/general/ScheduledClose.js.map +1 -1
  132. package/react/components/userPreferences/iocdUserPreferences.d.ts +17 -0
  133. package/react/components/userPreferences/iocdUserPreferences.d.ts.map +1 -0
  134. package/react/components/userPreferences/iocdUserPreferences.js +49 -0
  135. package/react/components/userPreferences/iocdUserPreferences.js.map +1 -0
  136. package/react/components/userPreferences/utils.d.ts +3 -0
  137. package/react/components/userPreferences/utils.d.ts.map +1 -0
  138. package/react/components/userPreferences/utils.js +11 -0
  139. package/react/components/userPreferences/utils.js.map +1 -0
  140. package/react/components/utils.d.ts +2 -2
  141. package/react/components/utils.d.ts.map +1 -1
  142. package/react/components/utils.js.map +1 -1
  143. package/react/components/yesNoDialog/YesNoDialog.d.ts.map +1 -1
  144. package/react/components/yesNoDialog/YesNoDialog.js +7 -10
  145. package/react/components/yesNoDialog/YesNoDialog.js.map +1 -1
  146. package/react/hooks/useDashbar.d.ts.map +1 -1
  147. package/react/hooks/useDashbar.js +6 -3
  148. package/react/hooks/useDashbar.js.map +1 -1
  149. package/react/hooks/useFavoritesShell.d.ts.map +1 -1
  150. package/react/hooks/useFavoritesShell.js +6 -1
  151. package/react/hooks/useFavoritesShell.js.map +1 -1
  152. package/typedefs/FDC3/api/DesktopAgent.d.ts +7 -5
  153. package/typedefs/FDC3/api/DesktopAgent.d.ts.map +1 -1
  154. package/typedefs/FDC3/api/IntentMetadata.d.ts +2 -1
  155. package/typedefs/FDC3/api/IntentMetadata.d.ts.map +1 -1
  156. package/typedefs/FDC3/api/IntentResolution.d.ts +2 -1
  157. package/typedefs/FDC3/api/IntentResolution.d.ts.map +1 -1
  158. package/typedefs/FDC3/api/Methods.d.ts +19 -5
  159. package/typedefs/FDC3/api/Methods.d.ts.map +1 -1
  160. package/typedefs/FDC3/api/Methods.js +19 -3
  161. package/typedefs/FDC3/api/Methods.js.map +1 -1
  162. package/typedefs/FDC3/bridging/BridgingTypes.d.ts +519 -306
  163. package/typedefs/FDC3/bridging/BridgingTypes.d.ts.map +1 -1
  164. package/typedefs/FDC3/bridging/BridgingTypes.js +1372 -1386
  165. package/typedefs/FDC3/bridging/BridgingTypes.js.map +1 -1
  166. package/typedefs/FDC3/context/ContextType.d.ts +19 -1
  167. package/typedefs/FDC3/context/ContextType.d.ts.map +1 -1
  168. package/typedefs/FDC3/context/ContextType.js +7 -0
  169. package/typedefs/FDC3/context/ContextType.js.map +1 -1
  170. package/typedefs/FDC3/context/ContextTypes.d.ts +1373 -135
  171. package/typedefs/FDC3/context/ContextTypes.d.ts.map +1 -1
  172. package/typedefs/FDC3/context/ContextTypes.js +590 -508
  173. package/typedefs/FDC3/context/ContextTypes.js.map +1 -1
  174. package/typedefs/FDC3/intents/Intents.d.ts +15 -0
  175. package/typedefs/FDC3/intents/Intents.d.ts.map +1 -1
  176. package/typedefs/FDC3/intents/Intents.js +7 -0
  177. package/typedefs/FDC3/intents/Intents.js.map +1 -1
  178. package/typedefs/FDC3/internal/contextConfiguration.d.ts +2 -0
  179. package/typedefs/FDC3/internal/contextConfiguration.d.ts.map +1 -0
  180. package/typedefs/FDC3/internal/contextConfiguration.js +5 -0
  181. package/typedefs/FDC3/internal/contextConfiguration.js.map +1 -0
  182. package/typedefs/FDC3/internal/intentConfiguration.d.ts +2 -0
  183. package/typedefs/FDC3/internal/intentConfiguration.d.ts.map +1 -0
  184. package/typedefs/FDC3/internal/intentConfiguration.js +5 -0
  185. package/typedefs/FDC3/internal/intentConfiguration.js.map +1 -0
  186. package/typedefs/FDC3/internal/typeHelpers.d.ts +7 -0
  187. package/typedefs/FDC3/internal/typeHelpers.d.ts.map +1 -0
  188. package/typedefs/FDC3/internal/typeHelpers.js +5 -0
  189. package/typedefs/FDC3/internal/typeHelpers.js.map +1 -0
  190. package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/AppActionsMenu.d.ts +0 -43
  191. package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/AppActionsMenu.d.ts.map +0 -1
  192. package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/AppActionsMenu.js +0 -123
  193. package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/AppActionsMenu.js.map +0 -1
  194. package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/FilterSort.d.ts +0 -26
  195. package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/FilterSort.d.ts.map +0 -1
  196. package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/FilterSort.js +0 -34
  197. package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/FilterSort.js.map +0 -1
  198. package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/ToggleFavoriteDropdown.d.ts +0 -9
  199. package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/ToggleFavoriteDropdown.d.ts.map +0 -1
  200. package/react/components/toolbar/advancedAppLauncher/iocdAdvancedAppLauncher/components/ToggleFavoriteDropdown.js +0 -27
  201. 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
- export var Style;
37
- (function (Style) {
38
- Style["Bar"] = "bar";
39
- Style["Candle"] = "candle";
40
- Style["Custom"] = "custom";
41
- Style["Heatmap"] = "heatmap";
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('Action'));
46
+ return cast(JSON.parse(json), r("Action"));
61
47
  }
62
48
  static actionToJson(value) {
63
- return JSON.stringify(uncast(value, r('Action')), null, 2);
49
+ return JSON.stringify(uncast(value, r("Action")), null, 2);
64
50
  }
65
51
  static toChart(json) {
66
- return cast(JSON.parse(json), r('Chart'));
52
+ return cast(JSON.parse(json), r("Chart"));
67
53
  }
68
54
  static chartToJson(value) {
69
- return JSON.stringify(uncast(value, r('Chart')), null, 2);
55
+ return JSON.stringify(uncast(value, r("Chart")), null, 2);
70
56
  }
71
57
  static toChatInitSettings(json) {
72
- return cast(JSON.parse(json), r('ChatInitSettings'));
58
+ return cast(JSON.parse(json), r("ChatInitSettings"));
73
59
  }
74
60
  static chatInitSettingsToJson(value) {
75
- return JSON.stringify(uncast(value, r('ChatInitSettings')), null, 2);
61
+ return JSON.stringify(uncast(value, r("ChatInitSettings")), null, 2);
76
62
  }
77
63
  static toChatMessage(json) {
78
- return cast(JSON.parse(json), r('ChatMessage'));
64
+ return cast(JSON.parse(json), r("ChatMessage"));
79
65
  }
80
66
  static chatMessageToJson(value) {
81
- return JSON.stringify(uncast(value, r('ChatMessage')), null, 2);
67
+ return JSON.stringify(uncast(value, r("ChatMessage")), null, 2);
82
68
  }
83
69
  static toChatRoom(json) {
84
- return cast(JSON.parse(json), r('ChatRoom'));
70
+ return cast(JSON.parse(json), r("ChatRoom"));
85
71
  }
86
72
  static chatRoomToJson(value) {
87
- return JSON.stringify(uncast(value, r('ChatRoom')), null, 2);
73
+ return JSON.stringify(uncast(value, r("ChatRoom")), null, 2);
88
74
  }
89
75
  static toChatSearchCriteria(json) {
90
- return cast(JSON.parse(json), r('ChatSearchCriteria'));
76
+ return cast(JSON.parse(json), r("ChatSearchCriteria"));
91
77
  }
92
78
  static chatSearchCriteriaToJson(value) {
93
- return JSON.stringify(uncast(value, r('ChatSearchCriteria')), null, 2);
79
+ return JSON.stringify(uncast(value, r("ChatSearchCriteria")), null, 2);
94
80
  }
95
81
  static toContact(json) {
96
- return cast(JSON.parse(json), r('Contact'));
82
+ return cast(JSON.parse(json), r("Contact"));
97
83
  }
98
84
  static contactToJson(value) {
99
- return JSON.stringify(uncast(value, r('Contact')), null, 2);
85
+ return JSON.stringify(uncast(value, r("Contact")), null, 2);
100
86
  }
101
87
  static toContactList(json) {
102
- return cast(JSON.parse(json), r('ContactList'));
88
+ return cast(JSON.parse(json), r("ContactList"));
103
89
  }
104
90
  static contactListToJson(value) {
105
- return JSON.stringify(uncast(value, r('ContactList')), null, 2);
91
+ return JSON.stringify(uncast(value, r("ContactList")), null, 2);
106
92
  }
107
93
  static toContext(json) {
108
- return cast(JSON.parse(json), r('Context'));
94
+ return cast(JSON.parse(json), r("Context"));
109
95
  }
110
96
  static contextToJson(value) {
111
- return JSON.stringify(uncast(value, r('Context')), null, 2);
97
+ return JSON.stringify(uncast(value, r("Context")), null, 2);
112
98
  }
113
99
  static toCountry(json) {
114
- return cast(JSON.parse(json), r('Country'));
100
+ return cast(JSON.parse(json), r("Country"));
115
101
  }
116
102
  static countryToJson(value) {
117
- return JSON.stringify(uncast(value, r('Country')), null, 2);
103
+ return JSON.stringify(uncast(value, r("Country")), null, 2);
118
104
  }
119
105
  static toCurrency(json) {
120
- return cast(JSON.parse(json), r('Currency'));
106
+ return cast(JSON.parse(json), r("Currency"));
121
107
  }
122
108
  static currencyToJson(value) {
123
- return JSON.stringify(uncast(value, r('Currency')), null, 2);
109
+ return JSON.stringify(uncast(value, r("Currency")), null, 2);
124
110
  }
125
111
  static toEmail(json) {
126
- return cast(JSON.parse(json), r('Email'));
112
+ return cast(JSON.parse(json), r("Email"));
127
113
  }
128
114
  static emailToJson(value) {
129
- return JSON.stringify(uncast(value, r('Email')), null, 2);
115
+ return JSON.stringify(uncast(value, r("Email")), null, 2);
130
116
  }
131
117
  static toInstrument(json) {
132
- return cast(JSON.parse(json), r('Instrument'));
118
+ return cast(JSON.parse(json), r("Instrument"));
133
119
  }
134
120
  static instrumentToJson(value) {
135
- return JSON.stringify(uncast(value, r('Instrument')), null, 2);
121
+ return JSON.stringify(uncast(value, r("Instrument")), null, 2);
136
122
  }
137
123
  static toInstrumentList(json) {
138
- return cast(JSON.parse(json), r('InstrumentList'));
124
+ return cast(JSON.parse(json), r("InstrumentList"));
139
125
  }
140
126
  static instrumentListToJson(value) {
141
- return JSON.stringify(uncast(value, r('InstrumentList')), null, 2);
127
+ return JSON.stringify(uncast(value, r("InstrumentList")), null, 2);
142
128
  }
143
129
  static toInteraction(json) {
144
- return cast(JSON.parse(json), r('Interaction'));
130
+ return cast(JSON.parse(json), r("Interaction"));
145
131
  }
146
132
  static interactionToJson(value) {
147
- return JSON.stringify(uncast(value, r('Interaction')), null, 2);
133
+ return JSON.stringify(uncast(value, r("Interaction")), null, 2);
148
134
  }
149
135
  static toMessage(json) {
150
- return cast(JSON.parse(json), r('Message'));
136
+ return cast(JSON.parse(json), r("Message"));
151
137
  }
152
138
  static messageToJson(value) {
153
- return JSON.stringify(uncast(value, r('Message')), null, 2);
139
+ return JSON.stringify(uncast(value, r("Message")), null, 2);
154
140
  }
155
141
  static toNothing(json) {
156
- return cast(JSON.parse(json), r('Nothing'));
142
+ return cast(JSON.parse(json), r("Nothing"));
157
143
  }
158
144
  static nothingToJson(value) {
159
- return JSON.stringify(uncast(value, r('Nothing')), null, 2);
145
+ return JSON.stringify(uncast(value, r("Nothing")), null, 2);
160
146
  }
161
147
  static toOrder(json) {
162
- return cast(JSON.parse(json), r('Order'));
148
+ return cast(JSON.parse(json), r("Order"));
163
149
  }
164
150
  static orderToJson(value) {
165
- return JSON.stringify(uncast(value, r('Order')), null, 2);
151
+ return JSON.stringify(uncast(value, r("Order")), null, 2);
166
152
  }
167
153
  static toOrderList(json) {
168
- return cast(JSON.parse(json), r('OrderList'));
154
+ return cast(JSON.parse(json), r("OrderList"));
169
155
  }
170
156
  static orderListToJson(value) {
171
- return JSON.stringify(uncast(value, r('OrderList')), null, 2);
157
+ return JSON.stringify(uncast(value, r("OrderList")), null, 2);
172
158
  }
173
159
  static toOrganization(json) {
174
- return cast(JSON.parse(json), r('Organization'));
160
+ return cast(JSON.parse(json), r("Organization"));
175
161
  }
176
162
  static organizationToJson(value) {
177
- return JSON.stringify(uncast(value, r('Organization')), null, 2);
163
+ return JSON.stringify(uncast(value, r("Organization")), null, 2);
178
164
  }
179
165
  static toPortfolio(json) {
180
- return cast(JSON.parse(json), r('Portfolio'));
166
+ return cast(JSON.parse(json), r("Portfolio"));
181
167
  }
182
168
  static portfolioToJson(value) {
183
- return JSON.stringify(uncast(value, r('Portfolio')), null, 2);
169
+ return JSON.stringify(uncast(value, r("Portfolio")), null, 2);
184
170
  }
185
171
  static toPosition(json) {
186
- return cast(JSON.parse(json), r('Position'));
172
+ return cast(JSON.parse(json), r("Position"));
187
173
  }
188
174
  static positionToJson(value) {
189
- return JSON.stringify(uncast(value, r('Position')), null, 2);
175
+ return JSON.stringify(uncast(value, r("Position")), null, 2);
190
176
  }
191
177
  static toProduct(json) {
192
- return cast(JSON.parse(json), r('Product'));
178
+ return cast(JSON.parse(json), r("Product"));
193
179
  }
194
180
  static productToJson(value) {
195
- return JSON.stringify(uncast(value, r('Product')), null, 2);
181
+ return JSON.stringify(uncast(value, r("Product")), null, 2);
196
182
  }
197
183
  static toTimeRange(json) {
198
- return cast(JSON.parse(json), r('TimeRange'));
184
+ return cast(JSON.parse(json), r("TimeRange"));
199
185
  }
200
186
  static timeRangeToJson(value) {
201
- return JSON.stringify(uncast(value, r('TimeRange')), null, 2);
187
+ return JSON.stringify(uncast(value, r("TimeRange")), null, 2);
202
188
  }
203
189
  static toTrade(json) {
204
- return cast(JSON.parse(json), r('Trade'));
190
+ return cast(JSON.parse(json), r("Trade"));
205
191
  }
206
192
  static tradeToJson(value) {
207
- return JSON.stringify(uncast(value, r('Trade')), null, 2);
193
+ return JSON.stringify(uncast(value, r("Trade")), null, 2);
208
194
  }
209
195
  static toTradeList(json) {
210
- return cast(JSON.parse(json), r('TradeList'));
196
+ return cast(JSON.parse(json), r("TradeList"));
211
197
  }
212
198
  static tradeListToJson(value) {
213
- return JSON.stringify(uncast(value, r('TradeList')), null, 2);
199
+ return JSON.stringify(uncast(value, r("TradeList")), null, 2);
214
200
  }
215
201
  static toTransactionResult(json) {
216
- return cast(JSON.parse(json), r('TransactionResult'));
202
+ return cast(JSON.parse(json), r("TransactionResult"));
217
203
  }
218
204
  static transactionResultToJson(value) {
219
- return JSON.stringify(uncast(value, r('TransactionResult')), null, 2);
205
+ return JSON.stringify(uncast(value, r("TransactionResult")), null, 2);
220
206
  }
221
207
  static toValuation(json) {
222
- return cast(JSON.parse(json), r('Valuation'));
208
+ return cast(JSON.parse(json), r("Valuation"));
223
209
  }
224
210
  static valuationToJson(value) {
225
- return JSON.stringify(uncast(value, r('Valuation')), null, 2);
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 === 'object' && typ.literal !== undefined) {
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) => (map[p.json] = { key: p.js, typ: p.typ }));
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) => (map[p.js] = { key: p.json, typ: p.typ }));
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('array'), val, key, parent);
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('Date'), val, key, parent);
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 !== 'object' || Array.isArray(val)) {
313
- return invalidValue(l(ref || 'object'), val, key, parent);
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 === 'any')
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 === 'object' && typ.ref !== undefined) {
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 === 'object') {
345
- return typ.hasOwnProperty('unionMembers')
346
- ? transformUnion(typ.unionMembers, val)
347
- : typ.hasOwnProperty('arrayItems')
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 !== 'number')
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: 'app', js: 'app', typ: u(undefined, r('ActionApp')) },
385
- { json: 'context', js: 'context', typ: r('ActionContext') },
386
- { json: 'customConfig', js: 'customConfig', typ: u(undefined, m('any')) },
387
- { json: 'intent', js: 'intent', typ: u(undefined, '') },
388
- { json: 'title', js: 'title', typ: '' },
389
- { json: 'type', js: 'type', typ: '' },
390
- { json: 'id', js: 'id', typ: u(undefined, m('any')) },
391
- { json: 'name', js: 'name', typ: u(undefined, '') },
392
- ], 'any'),
393
- ActionApp: o([
394
- { json: 'appId', js: 'appId', typ: '' },
395
- { json: 'instanceId', js: 'instanceId', typ: u(undefined, '') },
396
- ], 'any'),
397
- ActionContext: o([
398
- { json: 'id', js: 'id', typ: u(undefined, m('any')) },
399
- { json: 'name', js: 'name', typ: u(undefined, '') },
400
- { json: 'type', js: 'type', typ: '' },
401
- ], 'any'),
402
- Chart: o([
403
- { json: 'instruments', js: 'instruments', typ: a(r('InstrumentElement')) },
404
- { json: 'otherConfig', js: 'otherConfig', typ: u(undefined, a(r('ContextElement'))) },
405
- { json: 'range', js: 'range', typ: u(undefined, r('TimeRangeObject')) },
406
- { json: 'style', js: 'style', typ: u(undefined, r('Style')) },
407
- { json: 'type', js: 'type', typ: '' },
408
- { json: 'id', js: 'id', typ: u(undefined, m('any')) },
409
- { json: 'name', js: 'name', typ: u(undefined, '') },
410
- ], 'any'),
411
- InstrumentElement: o([
412
- { json: 'id', js: 'id', typ: r('PurpleID') },
413
- { json: 'market', js: 'market', typ: u(undefined, r('OrganizationMarket')) },
414
- { json: 'type', js: 'type', typ: '' },
415
- { json: 'name', js: 'name', typ: u(undefined, '') },
416
- ], 'any'),
417
- PurpleID: o([
418
- { json: 'BBG', js: 'BBG', typ: u(undefined, '') },
419
- { json: 'CUSIP', js: 'CUSIP', typ: u(undefined, '') },
420
- { json: 'FDS_ID', js: 'FDS_ID', typ: u(undefined, '') },
421
- { json: 'FIGI', js: 'FIGI', typ: u(undefined, '') },
422
- { json: 'ISIN', js: 'ISIN', typ: u(undefined, '') },
423
- { json: 'PERMID', js: 'PERMID', typ: u(undefined, '') },
424
- { json: 'RIC', js: 'RIC', typ: u(undefined, '') },
425
- { json: 'SEDOL', js: 'SEDOL', typ: u(undefined, '') },
426
- { json: 'ticker', js: 'ticker', typ: u(undefined, '') },
427
- ], 'any'),
428
- OrganizationMarket: o([
429
- { json: 'BBG', js: 'BBG', typ: u(undefined, '') },
430
- { json: 'COUNTRY_ISOALPHA2', js: 'COUNTRY_ISOALPHA2', typ: u(undefined, '') },
431
- { json: 'MIC', js: 'MIC', typ: u(undefined, '') },
432
- { json: 'name', js: 'name', typ: u(undefined, '') },
433
- ], 'any'),
434
- ContextElement: o([
435
- { json: 'id', js: 'id', typ: u(undefined, m('any')) },
436
- { json: 'name', js: 'name', typ: u(undefined, '') },
437
- { json: 'type', js: 'type', typ: '' },
438
- ], 'any'),
439
- TimeRangeObject: o([
440
- { json: 'endTime', js: 'endTime', typ: u(undefined, Date) },
441
- { json: 'startTime', js: 'startTime', typ: u(undefined, Date) },
442
- { json: 'type', js: 'type', typ: '' },
443
- { json: 'id', js: 'id', typ: u(undefined, m('any')) },
444
- { json: 'name', js: 'name', typ: u(undefined, '') },
445
- ], 'any'),
446
- ChatInitSettings: o([
447
- { json: 'chatName', js: 'chatName', typ: u(undefined, '') },
448
- { json: 'members', js: 'members', typ: u(undefined, r('ContactListObject')) },
449
- { json: 'message', js: 'message', typ: u(undefined, u(r('MessageObject'), '')) },
450
- { json: 'options', js: 'options', typ: u(undefined, r('Options')) },
451
- { json: 'type', js: 'type', typ: '' },
452
- { json: 'id', js: 'id', typ: u(undefined, m('any')) },
453
- { json: 'name', js: 'name', typ: u(undefined, '') },
454
- ], 'any'),
455
- ContactListObject: o([
456
- { json: 'contacts', js: 'contacts', typ: a(r('ContactElement')) },
457
- { json: 'type', js: 'type', typ: '' },
458
- { json: 'id', js: 'id', typ: u(undefined, m('any')) },
459
- { json: 'name', js: 'name', typ: u(undefined, '') },
460
- ], 'any'),
461
- ContactElement: o([
462
- { json: 'id', js: 'id', typ: r('FluffyID') },
463
- { json: 'type', js: 'type', typ: '' },
464
- { json: 'name', js: 'name', typ: u(undefined, '') },
465
- ], 'any'),
466
- FluffyID: o([
467
- { json: 'email', js: 'email', typ: u(undefined, '') },
468
- { json: 'FDS_ID', js: 'FDS_ID', typ: u(undefined, '') },
469
- ], 'any'),
470
- MessageObject: o([
471
- { json: 'entities', js: 'entities', typ: u(undefined, m(r('PurpleAction'))) },
472
- { json: 'text', js: 'text', typ: u(undefined, r('PurpleText')) },
473
- { json: 'type', js: 'type', typ: '' },
474
- { json: 'id', js: 'id', typ: u(undefined, m('any')) },
475
- { json: 'name', js: 'name', typ: u(undefined, '') },
476
- ], 'any'),
477
- PurpleAction: o([
478
- { json: 'app', js: 'app', typ: u(undefined, r('EntityApp')) },
479
- { json: 'context', js: 'context', typ: u(undefined, r('EntityContext')) },
480
- { json: 'customConfig', js: 'customConfig', typ: u(undefined, m('any')) },
481
- { json: 'intent', js: 'intent', typ: u(undefined, '') },
482
- { json: 'title', js: 'title', typ: u(undefined, '') },
483
- { json: 'type', js: 'type', typ: 'any' },
484
- { json: 'id', js: 'id', typ: u(undefined, m('any')) },
485
- { json: 'name', js: 'name', typ: u(undefined, '') },
486
- { json: 'data', js: 'data', typ: u(undefined, r('PurpleData')) },
487
- ], 'any'),
488
- EntityApp: o([
489
- { json: 'appId', js: 'appId', typ: '' },
490
- { json: 'instanceId', js: 'instanceId', typ: u(undefined, '') },
491
- ], 'any'),
492
- EntityContext: o([
493
- { json: 'id', js: 'id', typ: u(undefined, m('any')) },
494
- { json: 'name', js: 'name', typ: u(undefined, '') },
495
- { json: 'type', js: 'type', typ: '' },
496
- ], 'any'),
497
- PurpleData: o([
498
- { json: 'dataUri', js: 'dataUri', typ: '' },
499
- { json: 'name', js: 'name', typ: '' },
500
- ], 'any'),
501
- PurpleText: o([
502
- { json: 'text/markdown', js: 'text/markdown', typ: u(undefined, '') },
503
- { json: 'text/plain', js: 'text/plain', typ: u(undefined, '') },
504
- ], 'any'),
505
- Options: o([
506
- { json: 'allowAddUser', js: 'allowAddUser', typ: u(undefined, true) },
507
- { json: 'allowHistoryBrowsing', js: 'allowHistoryBrowsing', typ: u(undefined, true) },
508
- { json: 'allowMessageCopy', js: 'allowMessageCopy', typ: u(undefined, true) },
509
- { json: 'groupRecipients', js: 'groupRecipients', typ: u(undefined, true) },
510
- { json: 'isPublic', js: 'isPublic', typ: u(undefined, true) },
511
- ], 'any'),
512
- ChatMessage: o([
513
- { json: 'chatRoom', js: 'chatRoom', typ: r('ChatRoomObject') },
514
- { json: 'message', js: 'message', typ: r('MessageObject') },
515
- { json: 'type', js: 'type', typ: '' },
516
- { json: 'id', js: 'id', typ: u(undefined, m('any')) },
517
- { json: 'name', js: 'name', typ: u(undefined, '') },
518
- ], 'any'),
519
- ChatRoomObject: o([
520
- { json: 'id', js: 'id', typ: m('any') },
521
- { json: 'name', js: 'name', typ: u(undefined, '') },
522
- { json: 'providerName', js: 'providerName', typ: '' },
523
- { json: 'type', js: 'type', typ: '' },
524
- { json: 'url', js: 'url', typ: u(undefined, '') },
525
- ], 'any'),
526
- ChatRoom: o([
527
- { json: 'id', js: 'id', typ: m('any') },
528
- { json: 'name', js: 'name', typ: u(undefined, '') },
529
- { json: 'providerName', js: 'providerName', typ: '' },
530
- { json: 'type', js: 'type', typ: '' },
531
- { json: 'url', js: 'url', typ: u(undefined, '') },
532
- ], 'any'),
533
- ChatSearchCriteria: o([
534
- { json: 'criteria', js: 'criteria', typ: a(u(r('OrganizationObject'), '')) },
535
- { json: 'type', js: 'type', typ: '' },
536
- { json: 'id', js: 'id', typ: u(undefined, m('any')) },
537
- { json: 'name', js: 'name', typ: u(undefined, '') },
538
- ], 'any'),
539
- OrganizationObject: o([
540
- { json: 'id', js: 'id', typ: r('TentacledID') },
541
- { json: 'market', js: 'market', typ: u(undefined, r('OrganizationMarket')) },
542
- { json: 'type', js: 'type', typ: '' },
543
- { json: 'name', js: 'name', typ: u(undefined, '') },
544
- ], 'any'),
545
- TentacledID: o([
546
- { json: 'BBG', js: 'BBG', typ: u(undefined, '') },
547
- { json: 'CUSIP', js: 'CUSIP', typ: u(undefined, '') },
548
- { json: 'FDS_ID', js: 'FDS_ID', typ: u(undefined, '') },
549
- { json: 'FIGI', js: 'FIGI', typ: u(undefined, '') },
550
- { json: 'ISIN', js: 'ISIN', typ: u(undefined, '') },
551
- { json: 'PERMID', js: 'PERMID', typ: u(undefined, '') },
552
- { json: 'RIC', js: 'RIC', typ: u(undefined, '') },
553
- { json: 'SEDOL', js: 'SEDOL', typ: u(undefined, '') },
554
- { json: 'ticker', js: 'ticker', typ: u(undefined, '') },
555
- { json: 'LEI', js: 'LEI', typ: u(undefined, '') },
556
- { json: 'email', js: 'email', typ: u(undefined, '') },
557
- ], 'any'),
558
- Contact: o([
559
- { json: 'id', js: 'id', typ: r('StickyID') },
560
- { json: 'type', js: 'type', typ: '' },
561
- { json: 'name', js: 'name', typ: u(undefined, '') },
562
- ], 'any'),
563
- StickyID: o([
564
- { json: 'email', js: 'email', typ: u(undefined, '') },
565
- { json: 'FDS_ID', js: 'FDS_ID', typ: u(undefined, '') },
566
- ], 'any'),
567
- ContactList: o([
568
- { json: 'contacts', js: 'contacts', typ: a(r('ContactElement')) },
569
- { json: 'type', js: 'type', typ: '' },
570
- { json: 'id', js: 'id', typ: u(undefined, m('any')) },
571
- { json: 'name', js: 'name', typ: u(undefined, '') },
572
- ], 'any'),
573
- Context: o([
574
- { json: 'id', js: 'id', typ: u(undefined, m('any')) },
575
- { json: 'name', js: 'name', typ: u(undefined, '') },
576
- { json: 'type', js: 'type', typ: '' },
577
- ], 'any'),
578
- Country: o([
579
- { json: 'id', js: 'id', typ: r('CountryID') },
580
- { json: 'type', js: 'type', typ: '' },
581
- { json: 'name', js: 'name', typ: u(undefined, '') },
582
- ], 'any'),
583
- CountryID: o([
584
- { json: 'COUNTRY_ISOALPHA2', js: 'COUNTRY_ISOALPHA2', typ: u(undefined, '') },
585
- { json: 'COUNTRY_ISOALPHA3', js: 'COUNTRY_ISOALPHA3', typ: u(undefined, '') },
586
- { json: 'ISOALPHA2', js: 'ISOALPHA2', typ: u(undefined, '') },
587
- { json: 'ISOALPHA3', js: 'ISOALPHA3', typ: u(undefined, '') },
588
- ], 'any'),
589
- Currency: o([
590
- { json: 'id', js: 'id', typ: r('CurrencyID') },
591
- { json: 'name', js: 'name', typ: u(undefined, '') },
592
- { json: 'type', js: 'type', typ: '' },
593
- ], 'any'),
594
- CurrencyID: o([{ json: 'CURRENCY_ISOCODE', js: 'CURRENCY_ISOCODE', typ: u(undefined, '') }], 'any'),
595
- Email: o([
596
- { json: 'recipients', js: 'recipients', typ: r('RecipientsObject') },
597
- { json: 'subject', js: 'subject', typ: u(undefined, '') },
598
- { json: 'textBody', js: 'textBody', typ: u(undefined, '') },
599
- { json: 'type', js: 'type', typ: '' },
600
- { json: 'id', js: 'id', typ: u(undefined, m('any')) },
601
- { json: 'name', js: 'name', typ: u(undefined, '') },
602
- ], 'any'),
603
- RecipientsObject: o([
604
- { json: 'id', js: 'id', typ: u(undefined, r('RecipientsID')) },
605
- { json: 'type', js: 'type', typ: '' },
606
- { json: 'name', js: 'name', typ: u(undefined, '') },
607
- { json: 'contacts', js: 'contacts', typ: u(undefined, a(r('ContactElement'))) },
608
- ], 'any'),
609
- RecipientsID: o([
610
- { json: 'email', js: 'email', typ: u(undefined, '') },
611
- { json: 'FDS_ID', js: 'FDS_ID', typ: u(undefined, '') },
612
- ], 'any'),
613
- Instrument: o([
614
- { json: 'id', js: 'id', typ: r('IndigoID') },
615
- { json: 'market', js: 'market', typ: u(undefined, r('PurpleMarket')) },
616
- { json: 'type', js: 'type', typ: '' },
617
- { json: 'name', js: 'name', typ: u(undefined, '') },
618
- ], 'any'),
619
- IndigoID: o([
620
- { json: 'BBG', js: 'BBG', typ: u(undefined, '') },
621
- { json: 'CUSIP', js: 'CUSIP', typ: u(undefined, '') },
622
- { json: 'FDS_ID', js: 'FDS_ID', typ: u(undefined, '') },
623
- { json: 'FIGI', js: 'FIGI', typ: u(undefined, '') },
624
- { json: 'ISIN', js: 'ISIN', typ: u(undefined, '') },
625
- { json: 'PERMID', js: 'PERMID', typ: u(undefined, '') },
626
- { json: 'RIC', js: 'RIC', typ: u(undefined, '') },
627
- { json: 'SEDOL', js: 'SEDOL', typ: u(undefined, '') },
628
- { json: 'ticker', js: 'ticker', typ: u(undefined, '') },
629
- ], 'any'),
630
- PurpleMarket: o([
631
- { json: 'BBG', js: 'BBG', typ: u(undefined, '') },
632
- { json: 'COUNTRY_ISOALPHA2', js: 'COUNTRY_ISOALPHA2', typ: u(undefined, '') },
633
- { json: 'MIC', js: 'MIC', typ: u(undefined, '') },
634
- { json: 'name', js: 'name', typ: u(undefined, '') },
635
- ], 'any'),
636
- InstrumentList: o([
637
- { json: 'instruments', js: 'instruments', typ: a(r('InstrumentElement')) },
638
- { json: 'type', js: 'type', typ: '' },
639
- { json: 'id', js: 'id', typ: u(undefined, m('any')) },
640
- { json: 'name', js: 'name', typ: u(undefined, '') },
641
- ], 'any'),
642
- Interaction: o([
643
- { json: 'description', js: 'description', typ: '' },
644
- { json: 'initiator', js: 'initiator', typ: u(undefined, r('ContactElement')) },
645
- { json: 'interactionType', js: 'interactionType', typ: '' },
646
- { json: 'origin', js: 'origin', typ: u(undefined, '') },
647
- { json: 'participants', js: 'participants', typ: r('ContactListObject') },
648
- { json: 'timeRange', js: 'timeRange', typ: r('TimeRangeObject') },
649
- { json: 'type', js: 'type', typ: '' },
650
- { json: 'id', js: 'id', typ: u(undefined, m('any')) },
651
- { json: 'name', js: 'name', typ: u(undefined, '') },
652
- ], 'any'),
653
- Message: o([
654
- { json: 'entities', js: 'entities', typ: u(undefined, m(r('FluffyAction'))) },
655
- { json: 'text', js: 'text', typ: u(undefined, r('FluffyText')) },
656
- { json: 'type', js: 'type', typ: '' },
657
- { json: 'id', js: 'id', typ: u(undefined, m('any')) },
658
- { json: 'name', js: 'name', typ: u(undefined, '') },
659
- ], 'any'),
660
- FluffyAction: o([
661
- { json: 'app', js: 'app', typ: u(undefined, r('EntityApp')) },
662
- { json: 'context', js: 'context', typ: u(undefined, r('EntityContext')) },
663
- { json: 'customConfig', js: 'customConfig', typ: u(undefined, m('any')) },
664
- { json: 'intent', js: 'intent', typ: u(undefined, '') },
665
- { json: 'title', js: 'title', typ: u(undefined, '') },
666
- { json: 'type', js: 'type', typ: 'any' },
667
- { json: 'id', js: 'id', typ: u(undefined, m('any')) },
668
- { json: 'name', js: 'name', typ: u(undefined, '') },
669
- { json: 'data', js: 'data', typ: u(undefined, r('FluffyData')) },
670
- ], 'any'),
671
- FluffyData: o([
672
- { json: 'dataUri', js: 'dataUri', typ: '' },
673
- { json: 'name', js: 'name', typ: '' },
674
- ], 'any'),
675
- FluffyText: o([
676
- { json: 'text/markdown', js: 'text/markdown', typ: u(undefined, '') },
677
- { json: 'text/plain', js: 'text/plain', typ: u(undefined, '') },
678
- ], 'any'),
679
- Nothing: o([
680
- { json: 'type', js: 'type', typ: '' },
681
- { json: 'id', js: 'id', typ: u(undefined, m('any')) },
682
- { json: 'name', js: 'name', typ: u(undefined, '') },
683
- ], 'any'),
684
- Order: o([
685
- { json: 'details', js: 'details', typ: u(undefined, r('PurpleOrderDetails')) },
686
- { json: 'id', js: 'id', typ: m('') },
687
- { json: 'name', js: 'name', typ: u(undefined, '') },
688
- { json: 'type', js: 'type', typ: '' },
689
- ], 'any'),
690
- PurpleOrderDetails: o([{ json: 'product', js: 'product', typ: u(undefined, r('ProductObject')) }], 'any'),
691
- ProductObject: o([
692
- { json: 'id', js: 'id', typ: m('') },
693
- { json: 'name', js: 'name', typ: u(undefined, '') },
694
- { json: 'type', js: 'type', typ: '' },
695
- { json: 'instrument', js: 'instrument', typ: u(undefined, r('InstrumentElement')) },
696
- ], 'any'),
697
- OrderList: o([
698
- { json: 'orders', js: 'orders', typ: a(r('OrderElement')) },
699
- { json: 'type', js: 'type', typ: '' },
700
- { json: 'id', js: 'id', typ: u(undefined, m('any')) },
701
- { json: 'name', js: 'name', typ: u(undefined, '') },
702
- ], 'any'),
703
- OrderElement: o([
704
- { json: 'details', js: 'details', typ: u(undefined, r('FluffyOrderDetails')) },
705
- { json: 'id', js: 'id', typ: m('') },
706
- { json: 'name', js: 'name', typ: u(undefined, '') },
707
- { json: 'type', js: 'type', typ: '' },
708
- ], 'any'),
709
- FluffyOrderDetails: o([{ json: 'product', js: 'product', typ: u(undefined, r('ProductObject')) }], 'any'),
710
- Organization: o([
711
- { json: 'id', js: 'id', typ: r('IndecentID') },
712
- { json: 'type', js: 'type', typ: '' },
713
- { json: 'name', js: 'name', typ: u(undefined, '') },
714
- ], 'any'),
715
- IndecentID: o([
716
- { json: 'FDS_ID', js: 'FDS_ID', typ: u(undefined, '') },
717
- { json: 'LEI', js: 'LEI', typ: u(undefined, '') },
718
- { json: 'PERMID', js: 'PERMID', typ: u(undefined, '') },
719
- ], 'any'),
720
- Portfolio: o([
721
- { json: 'positions', js: 'positions', typ: a(r('PositionElement')) },
722
- { json: 'type', js: 'type', typ: '' },
723
- { json: 'id', js: 'id', typ: u(undefined, m('any')) },
724
- { json: 'name', js: 'name', typ: u(undefined, '') },
725
- ], 'any'),
726
- PositionElement: o([
727
- { json: 'holding', js: 'holding', typ: 3.14 },
728
- { json: 'instrument', js: 'instrument', typ: r('InstrumentElement') },
729
- { json: 'type', js: 'type', typ: '' },
730
- { json: 'id', js: 'id', typ: u(undefined, m('any')) },
731
- { json: 'name', js: 'name', typ: u(undefined, '') },
732
- ], 'any'),
733
- Position: o([
734
- { json: 'holding', js: 'holding', typ: 3.14 },
735
- { json: 'instrument', js: 'instrument', typ: r('InstrumentElement') },
736
- { json: 'type', js: 'type', typ: '' },
737
- { json: 'id', js: 'id', typ: u(undefined, m('any')) },
738
- { json: 'name', js: 'name', typ: u(undefined, '') },
739
- ], 'any'),
740
- Product: o([
741
- { json: 'id', js: 'id', typ: m('') },
742
- { json: 'name', js: 'name', typ: u(undefined, '') },
743
- { json: 'type', js: 'type', typ: '' },
744
- { json: 'instrument', js: 'instrument', typ: u(undefined, r('InstrumentElement')) },
745
- ], 'any'),
746
- TimeRange: o([
747
- { json: 'endTime', js: 'endTime', typ: u(undefined, Date) },
748
- { json: 'startTime', js: 'startTime', typ: u(undefined, Date) },
749
- { json: 'type', js: 'type', typ: '' },
750
- { json: 'id', js: 'id', typ: u(undefined, m('any')) },
751
- { json: 'name', js: 'name', typ: u(undefined, '') },
752
- ], 'any'),
753
- Trade: o([
754
- { json: 'id', js: 'id', typ: m('') },
755
- { json: 'name', js: 'name', typ: u(undefined, '') },
756
- { json: 'product', js: 'product', typ: r('ProductObject') },
757
- { json: 'type', js: 'type', typ: '' },
758
- ], 'any'),
759
- TradeList: o([
760
- { json: 'trades', js: 'trades', typ: a(r('TradeElement')) },
761
- { json: 'type', js: 'type', typ: '' },
762
- { json: 'id', js: 'id', typ: u(undefined, m('any')) },
763
- { json: 'name', js: 'name', typ: u(undefined, '') },
764
- ], 'any'),
765
- TradeElement: o([
766
- { json: 'id', js: 'id', typ: m('') },
767
- { json: 'name', js: 'name', typ: u(undefined, '') },
768
- { json: 'product', js: 'product', typ: r('ProductObject') },
769
- { json: 'type', js: 'type', typ: '' },
770
- ], 'any'),
771
- TransactionResult: o([
772
- { json: 'context', js: 'context', typ: u(undefined, r('ContextElement')) },
773
- { json: 'status', js: 'status', typ: r('Status') },
774
- { json: 'type', js: 'type', typ: '' },
775
- { json: 'id', js: 'id', typ: u(undefined, m('any')) },
776
- { json: 'name', js: 'name', typ: u(undefined, '') },
777
- ], 'any'),
778
- Valuation: o([
779
- { json: 'CURRENCY_ISOCODE', js: 'CURRENCY_ISOCODE', typ: '' },
780
- { json: 'expiryTime', js: 'expiryTime', typ: u(undefined, Date) },
781
- { json: 'price', js: 'price', typ: u(undefined, 3.14) },
782
- { json: 'type', js: 'type', typ: '' },
783
- { json: 'valuationTime', js: 'valuationTime', typ: u(undefined, Date) },
784
- { json: 'value', js: 'value', typ: 3.14 },
785
- { json: 'id', js: 'id', typ: u(undefined, m('any')) },
786
- { json: 'name', js: 'name', typ: u(undefined, '') },
787
- ], 'any'),
788
- Style: ['bar', 'candle', 'custom', 'heatmap', 'histogram', 'line', 'mountain', 'pie', 'scatter', 'stacked-bar'],
789
- Status: ['Created', 'Deleted', 'Failed', 'Updated'],
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