@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
@@ -1,9 +1,8 @@
1
1
  // To parse this data:
2
2
  //
3
- // import { Convert, BaseImplementationMetadata, AgentErrorResponseMessage, AgentRequestMessage, AgentResponseMessage, BridgeErrorResponseMessage, BridgeRequestMessage, BridgeResponseMessage, BroadcastAgentRequest, BroadcastBridgeRequest, ConnectionStepMessage, ConnectionStep2Hello, ConnectionStep3Handshake, ConnectionStep4AuthenticationFailed, ConnectionStep6ConnectedAgentsUpdate, FindInstancesAgentErrorResponse, FindInstancesAgentRequest, FindInstancesAgentResponse, FindInstancesBridgeErrorResponse, FindInstancesBridgeRequest, FindInstancesBridgeResponse, FindIntentAgentErrorResponse, FindIntentAgentRequest, FindIntentAgentResponse, FindIntentBridgeErrorResponse, FindIntentBridgeRequest, FindIntentBridgeResponse, FindIntentsByContextAgentErrorResponse, FindIntentsByContextAgentRequest, FindIntentsByContextAgentResponse, FindIntentsByContextBridgeErrorResponse, FindIntentsByContextBridgeRequest, FindIntentsByContextBridgeResponse, GetAppMetadataAgentErrorResponse, GetAppMetadataAgentRequest, GetAppMetadataAgentResponse, GetAppMetadataBridgeErrorResponse, GetAppMetadataBridgeRequest, GetAppMetadataBridgeResponse, OpenAgentErrorResponse, OpenAgentRequest, OpenAgentResponse, OpenBridgeErrorResponse, OpenBridgeRequest, OpenBridgeResponse, PrivateChannelBroadcastAgentRequest, PrivateChannelBroadcastBridgeRequest, PrivateChannelEventListenerAddedAgentRequest, PrivateChannelEventListenerAddedBridgeRequest, PrivateChannelEventListenerRemovedAgentRequest, PrivateChannelEventListenerRemovedBridgeRequest, PrivateChannelOnAddContextListenerAgentRequest, PrivateChannelOnAddContextListenerBridgeRequest, PrivateChannelOnDisconnectAgentRequest, PrivateChannelOnDisconnectBridgeRequest, PrivateChannelOnUnsubscribeAgentRequest, PrivateChannelOnUnsubscribeBridgeRequest, RaiseIntentAgentErrorResponse, RaiseIntentAgentRequest, RaiseIntentAgentResponse, RaiseIntentBridgeErrorResponse, RaiseIntentBridgeRequest, RaiseIntentBridgeResponse, RaiseIntentResultAgentErrorResponse, RaiseIntentResultAgentResponse, RaiseIntentResultBridgeErrorResponse, RaiseIntentResultBridgeResponse, Context } from "./file";
3
+ // import { Convert, AgentErrorResponseMessage, AgentRequestMessage, AgentResponseMessage, BridgeErrorResponseMessage, BridgeRequestMessage, BridgeResponseMessage, BroadcastAgentRequest, BroadcastBridgeRequest, ConnectionStepMessage, ConnectionStep2Hello, ConnectionStep3Handshake, ConnectionStep4AuthenticationFailed, ConnectionStep6ConnectedAgentsUpdate, FindInstancesAgentErrorResponse, FindInstancesAgentRequest, FindInstancesAgentResponse, FindInstancesBridgeErrorResponse, FindInstancesBridgeRequest, FindInstancesBridgeResponse, FindIntentAgentErrorResponse, FindIntentAgentRequest, FindIntentAgentResponse, FindIntentBridgeErrorResponse, FindIntentBridgeRequest, FindIntentBridgeResponse, FindIntentsByContextAgentErrorResponse, FindIntentsByContextAgentRequest, FindIntentsByContextAgentResponse, FindIntentsByContextBridgeErrorResponse, FindIntentsByContextBridgeRequest, FindIntentsByContextBridgeResponse, GetAppMetadataAgentErrorResponse, GetAppMetadataAgentRequest, GetAppMetadataAgentResponse, GetAppMetadataBridgeErrorResponse, GetAppMetadataBridgeRequest, GetAppMetadataBridgeResponse, OpenAgentErrorResponse, OpenAgentRequest, OpenAgentResponse, OpenBridgeErrorResponse, OpenBridgeRequest, OpenBridgeResponse, PrivateChannelBroadcastAgentRequest, PrivateChannelBroadcastBridgeRequest, PrivateChannelEventListenerAddedAgentRequest, PrivateChannelEventListenerAddedBridgeRequest, PrivateChannelEventListenerRemovedAgentRequest, PrivateChannelEventListenerRemovedBridgeRequest, PrivateChannelOnAddContextListenerAgentRequest, PrivateChannelOnAddContextListenerBridgeRequest, PrivateChannelOnDisconnectAgentRequest, PrivateChannelOnDisconnectBridgeRequest, PrivateChannelOnUnsubscribeAgentRequest, PrivateChannelOnUnsubscribeBridgeRequest, RaiseIntentAgentErrorResponse, RaiseIntentAgentRequest, RaiseIntentAgentResponse, RaiseIntentBridgeErrorResponse, RaiseIntentBridgeRequest, RaiseIntentBridgeResponse, RaiseIntentResultAgentErrorResponse, RaiseIntentResultAgentResponse, RaiseIntentResultBridgeErrorResponse, RaiseIntentResultBridgeResponse, Context } from "./file";
4
4
  //
5
- // const schemasAPIAPISchema = Convert.toSchemasAPIAPISchema(json);
6
- // const baseImplementationMetadata = Convert.toBaseImplementationMetadata(json);
5
+ // const fDC3DesktopAgentAPISchema = Convert.toFDC3DesktopAgentAPISchema(json);
7
6
  // const agentErrorResponseMessage = Convert.toAgentErrorResponseMessage(json);
8
7
  // const agentRequestMessage = Convert.toAgentRequestMessage(json);
9
8
  // const agentResponseMessage = Convert.toAgentResponseMessage(json);
@@ -74,586 +73,416 @@
74
73
  //
75
74
  // These functions will throw an error if the JSON doesn't
76
75
  // match the expected interface, even if the JSON is valid.
77
- /**
78
- * Array of error message strings for responses that were not returned to the bridge before
79
- * the timeout or because an error occurred. Should be the same length as the `errorSources`
80
- * array and ordered the same. May be omitted if all sources responded without errors.
81
- *
82
- * Constants representing the errors that can be encountered when calling the `open` method
83
- * on the DesktopAgent object (`fdc3`).
84
- *
85
- * Constants representing the errors that can be encountered when calling the `findIntent`,
86
- * `findIntentsByContext`, `raiseIntent` or `raiseIntentForContext` methods on the
87
- * DesktopAgent (`fdc3`).
88
- */
89
- export var ResponseErrorDetail;
90
- (function (ResponseErrorDetail) {
91
- ResponseErrorDetail["AccessDenied"] = "AccessDenied";
92
- ResponseErrorDetail["AgentDisconnected"] = "AgentDisconnected";
93
- ResponseErrorDetail["AppNotFound"] = "AppNotFound";
94
- ResponseErrorDetail["AppTimeout"] = "AppTimeout";
95
- ResponseErrorDetail["CreationFailed"] = "CreationFailed";
96
- ResponseErrorDetail["DesktopAgentNotFound"] = "DesktopAgentNotFound";
97
- ResponseErrorDetail["ErrorOnLaunch"] = "ErrorOnLaunch";
98
- ResponseErrorDetail["IntentDeliveryFailed"] = "IntentDeliveryFailed";
99
- ResponseErrorDetail["IntentHandlerRejected"] = "IntentHandlerRejected";
100
- ResponseErrorDetail["MalformedContext"] = "MalformedContext";
101
- ResponseErrorDetail["MalformedMessage"] = "MalformedMessage";
102
- ResponseErrorDetail["NoAppsFound"] = "NoAppsFound";
103
- ResponseErrorDetail["NoChannelFound"] = "NoChannelFound";
104
- ResponseErrorDetail["NoResultReturned"] = "NoResultReturned";
105
- ResponseErrorDetail["NotConnectedToBridge"] = "NotConnectedToBridge";
106
- ResponseErrorDetail["ResolverTimeout"] = "ResolverTimeout";
107
- ResponseErrorDetail["ResolverUnavailable"] = "ResolverUnavailable";
108
- ResponseErrorDetail["ResponseToBridgeTimedOut"] = "ResponseToBridgeTimedOut";
109
- ResponseErrorDetail["TargetAppUnavailable"] = "TargetAppUnavailable";
110
- ResponseErrorDetail["TargetInstanceUnavailable"] = "TargetInstanceUnavailable";
111
- ResponseErrorDetail["UserCancelledResolution"] = "UserCancelledResolution";
112
- })(ResponseErrorDetail || (ResponseErrorDetail = {}));
113
- /**
114
- * Identifies the type of the message and it is typically set to the FDC3 function name that
115
- * the message relates to, e.g. 'findIntent', with 'Response' appended.
116
- */
117
- export var ResponseMessageType;
118
- (function (ResponseMessageType) {
119
- ResponseMessageType["FindInstancesResponse"] = "findInstancesResponse";
120
- ResponseMessageType["FindIntentResponse"] = "findIntentResponse";
121
- ResponseMessageType["FindIntentsByContextResponse"] = "findIntentsByContextResponse";
122
- ResponseMessageType["GetAppMetadataResponse"] = "getAppMetadataResponse";
123
- ResponseMessageType["OpenResponse"] = "openResponse";
124
- ResponseMessageType["RaiseIntentResponse"] = "raiseIntentResponse";
125
- ResponseMessageType["RaiseIntentResultResponse"] = "raiseIntentResultResponse";
126
- })(ResponseMessageType || (ResponseMessageType = {}));
127
- /**
128
- * Identifies the type of the message and it is typically set to the FDC3 function name that
129
- * the message relates to, e.g. 'findIntent', with 'Request' appended.
130
- */
131
- export var RequestMessageType;
132
- (function (RequestMessageType) {
133
- RequestMessageType["BroadcastRequest"] = "broadcastRequest";
134
- RequestMessageType["FindInstancesRequest"] = "findInstancesRequest";
135
- RequestMessageType["FindIntentRequest"] = "findIntentRequest";
136
- RequestMessageType["FindIntentsByContextRequest"] = "findIntentsByContextRequest";
137
- RequestMessageType["GetAppMetadataRequest"] = "getAppMetadataRequest";
138
- RequestMessageType["OpenRequest"] = "openRequest";
139
- RequestMessageType["PrivateChannelBroadcast"] = "PrivateChannel.broadcast";
140
- RequestMessageType["PrivateChannelEventListenerAdded"] = "PrivateChannel.eventListenerAdded";
141
- RequestMessageType["PrivateChannelOnAddContextListener"] = "PrivateChannel.onAddContextListener";
142
- RequestMessageType["PrivateChannelOnDisconnect"] = "PrivateChannel.onDisconnect";
143
- RequestMessageType["PrivateChannelOnUnsubscribe"] = "PrivateChannel.onUnsubscribe";
144
- RequestMessageType["RaiseIntentRequest"] = "raiseIntentRequest";
145
- RequestMessageType["RaiseIntentResultResponse"] = "raiseIntentResultResponse";
146
- })(RequestMessageType || (RequestMessageType = {}));
147
- /**
148
- * Identifies the type of the connection step message.
149
- */
150
- export var ConnectionStepMessageType;
151
- (function (ConnectionStepMessageType) {
152
- ConnectionStepMessageType["AuthenticationFailed"] = "authenticationFailed";
153
- ConnectionStepMessageType["ConnectedAgentsUpdate"] = "connectedAgentsUpdate";
154
- ConnectionStepMessageType["Handshake"] = "handshake";
155
- ConnectionStepMessageType["Hello"] = "hello";
156
- })(ConnectionStepMessageType || (ConnectionStepMessageType = {}));
157
- /**
158
- * Constants representing the errors that can be encountered when calling the `findIntent`,
159
- * `findIntentsByContext`, `raiseIntent` or `raiseIntentForContext` methods on the
160
- * DesktopAgent (`fdc3`).
161
- *
162
- * Array of error message strings for responses that were not returned to the bridge before
163
- * the timeout or because an error occurred. Should be the same length as the `errorSources`
164
- * array and ordered the same. May be omitted if all sources responded without errors.
165
- *
166
- * Constants representing the errors that can be encountered when calling the `open` method
167
- * on the DesktopAgent object (`fdc3`).
168
- */
169
- export var ErrorMessage;
170
- (function (ErrorMessage) {
171
- ErrorMessage["AgentDisconnected"] = "AgentDisconnected";
172
- ErrorMessage["DesktopAgentNotFound"] = "DesktopAgentNotFound";
173
- ErrorMessage["IntentDeliveryFailed"] = "IntentDeliveryFailed";
174
- ErrorMessage["MalformedContext"] = "MalformedContext";
175
- ErrorMessage["MalformedMessage"] = "MalformedMessage";
176
- ErrorMessage["NoAppsFound"] = "NoAppsFound";
177
- ErrorMessage["NotConnectedToBridge"] = "NotConnectedToBridge";
178
- ErrorMessage["ResolverTimeout"] = "ResolverTimeout";
179
- ErrorMessage["ResolverUnavailable"] = "ResolverUnavailable";
180
- ErrorMessage["ResponseToBridgeTimedOut"] = "ResponseToBridgeTimedOut";
181
- ErrorMessage["TargetAppUnavailable"] = "TargetAppUnavailable";
182
- ErrorMessage["TargetInstanceUnavailable"] = "TargetInstanceUnavailable";
183
- ErrorMessage["UserCancelledResolution"] = "UserCancelledResolution";
184
- })(ErrorMessage || (ErrorMessage = {}));
185
- /**
186
- * Constants representing the errors that can be encountered when calling the `open` method
187
- * on the DesktopAgent object (`fdc3`).
188
- *
189
- * Array of error message strings for responses that were not returned to the bridge before
190
- * the timeout or because an error occurred. Should be the same length as the `errorSources`
191
- * array and ordered the same. May be omitted if all sources responded without errors.
192
- *
193
- * Constants representing the errors that can be encountered when calling the `findIntent`,
194
- * `findIntentsByContext`, `raiseIntent` or `raiseIntentForContext` methods on the
195
- * DesktopAgent (`fdc3`).
196
- */
197
- export var OpenErrorMessage;
198
- (function (OpenErrorMessage) {
199
- OpenErrorMessage["AgentDisconnected"] = "AgentDisconnected";
200
- OpenErrorMessage["AppNotFound"] = "AppNotFound";
201
- OpenErrorMessage["AppTimeout"] = "AppTimeout";
202
- OpenErrorMessage["DesktopAgentNotFound"] = "DesktopAgentNotFound";
203
- OpenErrorMessage["ErrorOnLaunch"] = "ErrorOnLaunch";
204
- OpenErrorMessage["MalformedContext"] = "MalformedContext";
205
- OpenErrorMessage["MalformedMessage"] = "MalformedMessage";
206
- OpenErrorMessage["NotConnectedToBridge"] = "NotConnectedToBridge";
207
- OpenErrorMessage["ResolverUnavailable"] = "ResolverUnavailable";
208
- OpenErrorMessage["ResponseToBridgeTimedOut"] = "ResponseToBridgeTimedOut";
209
- })(OpenErrorMessage || (OpenErrorMessage = {}));
210
- /**
211
- * Array of error message strings for responses that were not returned to the bridge before
212
- * the timeout or because an error occurred. Should be the same length as the `errorSources`
213
- * array and ordered the same. May be omitted if all sources responded without errors.
214
- *
215
- * Constants representing the errors that can be encountered when calling the `open` method
216
- * on the DesktopAgent object (`fdc3`).
217
- *
218
- * Constants representing the errors that can be encountered when calling the `findIntent`,
219
- * `findIntentsByContext`, `raiseIntent` or `raiseIntentForContext` methods on the
220
- * DesktopAgent (`fdc3`).
221
- */
222
- export var RaiseIntentResultErrorMessage;
223
- (function (RaiseIntentResultErrorMessage) {
224
- RaiseIntentResultErrorMessage["AgentDisconnected"] = "AgentDisconnected";
225
- RaiseIntentResultErrorMessage["IntentHandlerRejected"] = "IntentHandlerRejected";
226
- RaiseIntentResultErrorMessage["MalformedMessage"] = "MalformedMessage";
227
- RaiseIntentResultErrorMessage["NoResultReturned"] = "NoResultReturned";
228
- RaiseIntentResultErrorMessage["NotConnectedToBridge"] = "NotConnectedToBridge";
229
- RaiseIntentResultErrorMessage["ResponseToBridgeTimedOut"] = "ResponseToBridgeTimedOut";
230
- })(RaiseIntentResultErrorMessage || (RaiseIntentResultErrorMessage = {}));
231
- /**
232
- * Uniquely defines each channel type.
233
- * Can be "user", "app" or "private".
234
- */
235
- export var Type;
236
- (function (Type) {
237
- Type["App"] = "app";
238
- Type["Private"] = "private";
239
- Type["User"] = "user";
240
- })(Type || (Type = {}));
241
76
  // Converts JSON strings to/from your types
242
77
  // and asserts the results of JSON.parse at runtime
243
78
  export class Convert {
244
- static toSchemasAPIAPISchema(json) {
245
- return cast(JSON.parse(json), 'any');
79
+ static toFDC3DesktopAgentAPISchema(json) {
80
+ return cast(JSON.parse(json), "any");
246
81
  }
247
- static schemasAPIAPISchemaToJson(value) {
248
- return JSON.stringify(uncast(value, 'any'), null, 2);
249
- }
250
- static toBaseImplementationMetadata(json) {
251
- return cast(JSON.parse(json), r('BaseImplementationMetadata'));
252
- }
253
- static baseImplementationMetadataToJson(value) {
254
- return JSON.stringify(uncast(value, r('BaseImplementationMetadata')), null, 2);
82
+ static fDC3DesktopAgentAPISchemaToJson(value) {
83
+ return JSON.stringify(uncast(value, "any"), null, 2);
255
84
  }
256
85
  static toAgentErrorResponseMessage(json) {
257
- return cast(JSON.parse(json), r('AgentErrorResponseMessage'));
86
+ return cast(JSON.parse(json), r("AgentErrorResponseMessage"));
258
87
  }
259
88
  static agentErrorResponseMessageToJson(value) {
260
- return JSON.stringify(uncast(value, r('AgentErrorResponseMessage')), null, 2);
89
+ return JSON.stringify(uncast(value, r("AgentErrorResponseMessage")), null, 2);
261
90
  }
262
91
  static toAgentRequestMessage(json) {
263
- return cast(JSON.parse(json), r('AgentRequestMessage'));
92
+ return cast(JSON.parse(json), r("AgentRequestMessage"));
264
93
  }
265
94
  static agentRequestMessageToJson(value) {
266
- return JSON.stringify(uncast(value, r('AgentRequestMessage')), null, 2);
95
+ return JSON.stringify(uncast(value, r("AgentRequestMessage")), null, 2);
267
96
  }
268
97
  static toAgentResponseMessage(json) {
269
- return cast(JSON.parse(json), r('AgentResponseMessage'));
98
+ return cast(JSON.parse(json), r("AgentResponseMessage"));
270
99
  }
271
100
  static agentResponseMessageToJson(value) {
272
- return JSON.stringify(uncast(value, r('AgentResponseMessage')), null, 2);
101
+ return JSON.stringify(uncast(value, r("AgentResponseMessage")), null, 2);
273
102
  }
274
103
  static toBridgeErrorResponseMessage(json) {
275
- return cast(JSON.parse(json), r('BridgeErrorResponseMessage'));
104
+ return cast(JSON.parse(json), r("BridgeErrorResponseMessage"));
276
105
  }
277
106
  static bridgeErrorResponseMessageToJson(value) {
278
- return JSON.stringify(uncast(value, r('BridgeErrorResponseMessage')), null, 2);
107
+ return JSON.stringify(uncast(value, r("BridgeErrorResponseMessage")), null, 2);
279
108
  }
280
109
  static toBridgeRequestMessage(json) {
281
- return cast(JSON.parse(json), r('BridgeRequestMessage'));
110
+ return cast(JSON.parse(json), r("BridgeRequestMessage"));
282
111
  }
283
112
  static bridgeRequestMessageToJson(value) {
284
- return JSON.stringify(uncast(value, r('BridgeRequestMessage')), null, 2);
113
+ return JSON.stringify(uncast(value, r("BridgeRequestMessage")), null, 2);
285
114
  }
286
115
  static toBridgeResponseMessage(json) {
287
- return cast(JSON.parse(json), r('BridgeResponseMessage'));
116
+ return cast(JSON.parse(json), r("BridgeResponseMessage"));
288
117
  }
289
118
  static bridgeResponseMessageToJson(value) {
290
- return JSON.stringify(uncast(value, r('BridgeResponseMessage')), null, 2);
119
+ return JSON.stringify(uncast(value, r("BridgeResponseMessage")), null, 2);
291
120
  }
292
121
  static toBroadcastAgentRequest(json) {
293
- return cast(JSON.parse(json), r('BroadcastAgentRequest'));
122
+ return cast(JSON.parse(json), r("BroadcastAgentRequest"));
294
123
  }
295
124
  static broadcastAgentRequestToJson(value) {
296
- return JSON.stringify(uncast(value, r('BroadcastAgentRequest')), null, 2);
125
+ return JSON.stringify(uncast(value, r("BroadcastAgentRequest")), null, 2);
297
126
  }
298
127
  static toBroadcastBridgeRequest(json) {
299
- return cast(JSON.parse(json), r('BroadcastBridgeRequest'));
128
+ return cast(JSON.parse(json), r("BroadcastBridgeRequest"));
300
129
  }
301
130
  static broadcastBridgeRequestToJson(value) {
302
- return JSON.stringify(uncast(value, r('BroadcastBridgeRequest')), null, 2);
131
+ return JSON.stringify(uncast(value, r("BroadcastBridgeRequest")), null, 2);
303
132
  }
304
133
  static toBridgingCommons(json) {
305
- return cast(JSON.parse(json), m('any'));
134
+ return cast(JSON.parse(json), m("any"));
306
135
  }
307
136
  static bridgingCommonsToJson(value) {
308
- return JSON.stringify(uncast(value, m('any')), null, 2);
137
+ return JSON.stringify(uncast(value, m("any")), null, 2);
309
138
  }
310
139
  static toConnectionStepMessage(json) {
311
- return cast(JSON.parse(json), r('ConnectionStepMessage'));
140
+ return cast(JSON.parse(json), r("ConnectionStepMessage"));
312
141
  }
313
142
  static connectionStepMessageToJson(value) {
314
- return JSON.stringify(uncast(value, r('ConnectionStepMessage')), null, 2);
143
+ return JSON.stringify(uncast(value, r("ConnectionStepMessage")), null, 2);
315
144
  }
316
145
  static toConnectionStep2Hello(json) {
317
- return cast(JSON.parse(json), r('ConnectionStep2Hello'));
146
+ return cast(JSON.parse(json), r("ConnectionStep2Hello"));
318
147
  }
319
148
  static connectionStep2HelloToJson(value) {
320
- return JSON.stringify(uncast(value, r('ConnectionStep2Hello')), null, 2);
149
+ return JSON.stringify(uncast(value, r("ConnectionStep2Hello")), null, 2);
321
150
  }
322
151
  static toConnectionStep3Handshake(json) {
323
- return cast(JSON.parse(json), r('ConnectionStep3Handshake'));
152
+ return cast(JSON.parse(json), r("ConnectionStep3Handshake"));
324
153
  }
325
154
  static connectionStep3HandshakeToJson(value) {
326
- return JSON.stringify(uncast(value, r('ConnectionStep3Handshake')), null, 2);
155
+ return JSON.stringify(uncast(value, r("ConnectionStep3Handshake")), null, 2);
327
156
  }
328
157
  static toConnectionStep4AuthenticationFailed(json) {
329
- return cast(JSON.parse(json), r('ConnectionStep4AuthenticationFailed'));
158
+ return cast(JSON.parse(json), r("ConnectionStep4AuthenticationFailed"));
330
159
  }
331
160
  static connectionStep4AuthenticationFailedToJson(value) {
332
- return JSON.stringify(uncast(value, r('ConnectionStep4AuthenticationFailed')), null, 2);
161
+ return JSON.stringify(uncast(value, r("ConnectionStep4AuthenticationFailed")), null, 2);
333
162
  }
334
163
  static toConnectionStep6ConnectedAgentsUpdate(json) {
335
- return cast(JSON.parse(json), r('ConnectionStep6ConnectedAgentsUpdate'));
164
+ return cast(JSON.parse(json), r("ConnectionStep6ConnectedAgentsUpdate"));
336
165
  }
337
166
  static connectionStep6ConnectedAgentsUpdateToJson(value) {
338
- return JSON.stringify(uncast(value, r('ConnectionStep6ConnectedAgentsUpdate')), null, 2);
167
+ return JSON.stringify(uncast(value, r("ConnectionStep6ConnectedAgentsUpdate")), null, 2);
339
168
  }
340
169
  static toFindInstancesAgentErrorResponse(json) {
341
- return cast(JSON.parse(json), r('FindInstancesAgentErrorResponse'));
170
+ return cast(JSON.parse(json), r("FindInstancesAgentErrorResponse"));
342
171
  }
343
172
  static findInstancesAgentErrorResponseToJson(value) {
344
- return JSON.stringify(uncast(value, r('FindInstancesAgentErrorResponse')), null, 2);
173
+ return JSON.stringify(uncast(value, r("FindInstancesAgentErrorResponse")), null, 2);
345
174
  }
346
175
  static toFindInstancesAgentRequest(json) {
347
- return cast(JSON.parse(json), r('FindInstancesAgentRequest'));
176
+ return cast(JSON.parse(json), r("FindInstancesAgentRequest"));
348
177
  }
349
178
  static findInstancesAgentRequestToJson(value) {
350
- return JSON.stringify(uncast(value, r('FindInstancesAgentRequest')), null, 2);
179
+ return JSON.stringify(uncast(value, r("FindInstancesAgentRequest")), null, 2);
351
180
  }
352
181
  static toFindInstancesAgentResponse(json) {
353
- return cast(JSON.parse(json), r('FindInstancesAgentResponse'));
182
+ return cast(JSON.parse(json), r("FindInstancesAgentResponse"));
354
183
  }
355
184
  static findInstancesAgentResponseToJson(value) {
356
- return JSON.stringify(uncast(value, r('FindInstancesAgentResponse')), null, 2);
185
+ return JSON.stringify(uncast(value, r("FindInstancesAgentResponse")), null, 2);
357
186
  }
358
187
  static toFindInstancesBridgeErrorResponse(json) {
359
- return cast(JSON.parse(json), r('FindInstancesBridgeErrorResponse'));
188
+ return cast(JSON.parse(json), r("FindInstancesBridgeErrorResponse"));
360
189
  }
361
190
  static findInstancesBridgeErrorResponseToJson(value) {
362
- return JSON.stringify(uncast(value, r('FindInstancesBridgeErrorResponse')), null, 2);
191
+ return JSON.stringify(uncast(value, r("FindInstancesBridgeErrorResponse")), null, 2);
363
192
  }
364
193
  static toFindInstancesBridgeRequest(json) {
365
- return cast(JSON.parse(json), r('FindInstancesBridgeRequest'));
194
+ return cast(JSON.parse(json), r("FindInstancesBridgeRequest"));
366
195
  }
367
196
  static findInstancesBridgeRequestToJson(value) {
368
- return JSON.stringify(uncast(value, r('FindInstancesBridgeRequest')), null, 2);
197
+ return JSON.stringify(uncast(value, r("FindInstancesBridgeRequest")), null, 2);
369
198
  }
370
199
  static toFindInstancesBridgeResponse(json) {
371
- return cast(JSON.parse(json), r('FindInstancesBridgeResponse'));
200
+ return cast(JSON.parse(json), r("FindInstancesBridgeResponse"));
372
201
  }
373
202
  static findInstancesBridgeResponseToJson(value) {
374
- return JSON.stringify(uncast(value, r('FindInstancesBridgeResponse')), null, 2);
203
+ return JSON.stringify(uncast(value, r("FindInstancesBridgeResponse")), null, 2);
375
204
  }
376
205
  static toFindIntentAgentErrorResponse(json) {
377
- return cast(JSON.parse(json), r('FindIntentAgentErrorResponse'));
206
+ return cast(JSON.parse(json), r("FindIntentAgentErrorResponse"));
378
207
  }
379
208
  static findIntentAgentErrorResponseToJson(value) {
380
- return JSON.stringify(uncast(value, r('FindIntentAgentErrorResponse')), null, 2);
209
+ return JSON.stringify(uncast(value, r("FindIntentAgentErrorResponse")), null, 2);
381
210
  }
382
211
  static toFindIntentAgentRequest(json) {
383
- return cast(JSON.parse(json), r('FindIntentAgentRequest'));
212
+ return cast(JSON.parse(json), r("FindIntentAgentRequest"));
384
213
  }
385
214
  static findIntentAgentRequestToJson(value) {
386
- return JSON.stringify(uncast(value, r('FindIntentAgentRequest')), null, 2);
215
+ return JSON.stringify(uncast(value, r("FindIntentAgentRequest")), null, 2);
387
216
  }
388
217
  static toFindIntentAgentResponse(json) {
389
- return cast(JSON.parse(json), r('FindIntentAgentResponse'));
218
+ return cast(JSON.parse(json), r("FindIntentAgentResponse"));
390
219
  }
391
220
  static findIntentAgentResponseToJson(value) {
392
- return JSON.stringify(uncast(value, r('FindIntentAgentResponse')), null, 2);
221
+ return JSON.stringify(uncast(value, r("FindIntentAgentResponse")), null, 2);
393
222
  }
394
223
  static toFindIntentBridgeErrorResponse(json) {
395
- return cast(JSON.parse(json), r('FindIntentBridgeErrorResponse'));
224
+ return cast(JSON.parse(json), r("FindIntentBridgeErrorResponse"));
396
225
  }
397
226
  static findIntentBridgeErrorResponseToJson(value) {
398
- return JSON.stringify(uncast(value, r('FindIntentBridgeErrorResponse')), null, 2);
227
+ return JSON.stringify(uncast(value, r("FindIntentBridgeErrorResponse")), null, 2);
399
228
  }
400
229
  static toFindIntentBridgeRequest(json) {
401
- return cast(JSON.parse(json), r('FindIntentBridgeRequest'));
230
+ return cast(JSON.parse(json), r("FindIntentBridgeRequest"));
402
231
  }
403
232
  static findIntentBridgeRequestToJson(value) {
404
- return JSON.stringify(uncast(value, r('FindIntentBridgeRequest')), null, 2);
233
+ return JSON.stringify(uncast(value, r("FindIntentBridgeRequest")), null, 2);
405
234
  }
406
235
  static toFindIntentBridgeResponse(json) {
407
- return cast(JSON.parse(json), r('FindIntentBridgeResponse'));
236
+ return cast(JSON.parse(json), r("FindIntentBridgeResponse"));
408
237
  }
409
238
  static findIntentBridgeResponseToJson(value) {
410
- return JSON.stringify(uncast(value, r('FindIntentBridgeResponse')), null, 2);
239
+ return JSON.stringify(uncast(value, r("FindIntentBridgeResponse")), null, 2);
411
240
  }
412
241
  static toFindIntentsByContextAgentErrorResponse(json) {
413
- return cast(JSON.parse(json), r('FindIntentsByContextAgentErrorResponse'));
242
+ return cast(JSON.parse(json), r("FindIntentsByContextAgentErrorResponse"));
414
243
  }
415
244
  static findIntentsByContextAgentErrorResponseToJson(value) {
416
- return JSON.stringify(uncast(value, r('FindIntentsByContextAgentErrorResponse')), null, 2);
245
+ return JSON.stringify(uncast(value, r("FindIntentsByContextAgentErrorResponse")), null, 2);
417
246
  }
418
247
  static toFindIntentsByContextAgentRequest(json) {
419
- return cast(JSON.parse(json), r('FindIntentsByContextAgentRequest'));
248
+ return cast(JSON.parse(json), r("FindIntentsByContextAgentRequest"));
420
249
  }
421
250
  static findIntentsByContextAgentRequestToJson(value) {
422
- return JSON.stringify(uncast(value, r('FindIntentsByContextAgentRequest')), null, 2);
251
+ return JSON.stringify(uncast(value, r("FindIntentsByContextAgentRequest")), null, 2);
423
252
  }
424
253
  static toFindIntentsByContextAgentResponse(json) {
425
- return cast(JSON.parse(json), r('FindIntentsByContextAgentResponse'));
254
+ return cast(JSON.parse(json), r("FindIntentsByContextAgentResponse"));
426
255
  }
427
256
  static findIntentsByContextAgentResponseToJson(value) {
428
- return JSON.stringify(uncast(value, r('FindIntentsByContextAgentResponse')), null, 2);
257
+ return JSON.stringify(uncast(value, r("FindIntentsByContextAgentResponse")), null, 2);
429
258
  }
430
259
  static toFindIntentsByContextBridgeErrorResponse(json) {
431
- return cast(JSON.parse(json), r('FindIntentsByContextBridgeErrorResponse'));
260
+ return cast(JSON.parse(json), r("FindIntentsByContextBridgeErrorResponse"));
432
261
  }
433
262
  static findIntentsByContextBridgeErrorResponseToJson(value) {
434
- return JSON.stringify(uncast(value, r('FindIntentsByContextBridgeErrorResponse')), null, 2);
263
+ return JSON.stringify(uncast(value, r("FindIntentsByContextBridgeErrorResponse")), null, 2);
435
264
  }
436
265
  static toFindIntentsByContextBridgeRequest(json) {
437
- return cast(JSON.parse(json), r('FindIntentsByContextBridgeRequest'));
266
+ return cast(JSON.parse(json), r("FindIntentsByContextBridgeRequest"));
438
267
  }
439
268
  static findIntentsByContextBridgeRequestToJson(value) {
440
- return JSON.stringify(uncast(value, r('FindIntentsByContextBridgeRequest')), null, 2);
269
+ return JSON.stringify(uncast(value, r("FindIntentsByContextBridgeRequest")), null, 2);
441
270
  }
442
271
  static toFindIntentsByContextBridgeResponse(json) {
443
- return cast(JSON.parse(json), r('FindIntentsByContextBridgeResponse'));
272
+ return cast(JSON.parse(json), r("FindIntentsByContextBridgeResponse"));
444
273
  }
445
274
  static findIntentsByContextBridgeResponseToJson(value) {
446
- return JSON.stringify(uncast(value, r('FindIntentsByContextBridgeResponse')), null, 2);
275
+ return JSON.stringify(uncast(value, r("FindIntentsByContextBridgeResponse")), null, 2);
447
276
  }
448
277
  static toGetAppMetadataAgentErrorResponse(json) {
449
- return cast(JSON.parse(json), r('GetAppMetadataAgentErrorResponse'));
278
+ return cast(JSON.parse(json), r("GetAppMetadataAgentErrorResponse"));
450
279
  }
451
280
  static getAppMetadataAgentErrorResponseToJson(value) {
452
- return JSON.stringify(uncast(value, r('GetAppMetadataAgentErrorResponse')), null, 2);
281
+ return JSON.stringify(uncast(value, r("GetAppMetadataAgentErrorResponse")), null, 2);
453
282
  }
454
283
  static toGetAppMetadataAgentRequest(json) {
455
- return cast(JSON.parse(json), r('GetAppMetadataAgentRequest'));
284
+ return cast(JSON.parse(json), r("GetAppMetadataAgentRequest"));
456
285
  }
457
286
  static getAppMetadataAgentRequestToJson(value) {
458
- return JSON.stringify(uncast(value, r('GetAppMetadataAgentRequest')), null, 2);
287
+ return JSON.stringify(uncast(value, r("GetAppMetadataAgentRequest")), null, 2);
459
288
  }
460
289
  static toGetAppMetadataAgentResponse(json) {
461
- return cast(JSON.parse(json), r('GetAppMetadataAgentResponse'));
290
+ return cast(JSON.parse(json), r("GetAppMetadataAgentResponse"));
462
291
  }
463
292
  static getAppMetadataAgentResponseToJson(value) {
464
- return JSON.stringify(uncast(value, r('GetAppMetadataAgentResponse')), null, 2);
293
+ return JSON.stringify(uncast(value, r("GetAppMetadataAgentResponse")), null, 2);
465
294
  }
466
295
  static toGetAppMetadataBridgeErrorResponse(json) {
467
- return cast(JSON.parse(json), r('GetAppMetadataBridgeErrorResponse'));
296
+ return cast(JSON.parse(json), r("GetAppMetadataBridgeErrorResponse"));
468
297
  }
469
298
  static getAppMetadataBridgeErrorResponseToJson(value) {
470
- return JSON.stringify(uncast(value, r('GetAppMetadataBridgeErrorResponse')), null, 2);
299
+ return JSON.stringify(uncast(value, r("GetAppMetadataBridgeErrorResponse")), null, 2);
471
300
  }
472
301
  static toGetAppMetadataBridgeRequest(json) {
473
- return cast(JSON.parse(json), r('GetAppMetadataBridgeRequest'));
302
+ return cast(JSON.parse(json), r("GetAppMetadataBridgeRequest"));
474
303
  }
475
304
  static getAppMetadataBridgeRequestToJson(value) {
476
- return JSON.stringify(uncast(value, r('GetAppMetadataBridgeRequest')), null, 2);
305
+ return JSON.stringify(uncast(value, r("GetAppMetadataBridgeRequest")), null, 2);
477
306
  }
478
307
  static toGetAppMetadataBridgeResponse(json) {
479
- return cast(JSON.parse(json), r('GetAppMetadataBridgeResponse'));
308
+ return cast(JSON.parse(json), r("GetAppMetadataBridgeResponse"));
480
309
  }
481
310
  static getAppMetadataBridgeResponseToJson(value) {
482
- return JSON.stringify(uncast(value, r('GetAppMetadataBridgeResponse')), null, 2);
311
+ return JSON.stringify(uncast(value, r("GetAppMetadataBridgeResponse")), null, 2);
483
312
  }
484
313
  static toOpenAgentErrorResponse(json) {
485
- return cast(JSON.parse(json), r('OpenAgentErrorResponse'));
314
+ return cast(JSON.parse(json), r("OpenAgentErrorResponse"));
486
315
  }
487
316
  static openAgentErrorResponseToJson(value) {
488
- return JSON.stringify(uncast(value, r('OpenAgentErrorResponse')), null, 2);
317
+ return JSON.stringify(uncast(value, r("OpenAgentErrorResponse")), null, 2);
489
318
  }
490
319
  static toOpenAgentRequest(json) {
491
- return cast(JSON.parse(json), r('OpenAgentRequest'));
320
+ return cast(JSON.parse(json), r("OpenAgentRequest"));
492
321
  }
493
322
  static openAgentRequestToJson(value) {
494
- return JSON.stringify(uncast(value, r('OpenAgentRequest')), null, 2);
323
+ return JSON.stringify(uncast(value, r("OpenAgentRequest")), null, 2);
495
324
  }
496
325
  static toOpenAgentResponse(json) {
497
- return cast(JSON.parse(json), r('OpenAgentResponse'));
326
+ return cast(JSON.parse(json), r("OpenAgentResponse"));
498
327
  }
499
328
  static openAgentResponseToJson(value) {
500
- return JSON.stringify(uncast(value, r('OpenAgentResponse')), null, 2);
329
+ return JSON.stringify(uncast(value, r("OpenAgentResponse")), null, 2);
501
330
  }
502
331
  static toOpenBridgeErrorResponse(json) {
503
- return cast(JSON.parse(json), r('OpenBridgeErrorResponse'));
332
+ return cast(JSON.parse(json), r("OpenBridgeErrorResponse"));
504
333
  }
505
334
  static openBridgeErrorResponseToJson(value) {
506
- return JSON.stringify(uncast(value, r('OpenBridgeErrorResponse')), null, 2);
335
+ return JSON.stringify(uncast(value, r("OpenBridgeErrorResponse")), null, 2);
507
336
  }
508
337
  static toOpenBridgeRequest(json) {
509
- return cast(JSON.parse(json), r('OpenBridgeRequest'));
338
+ return cast(JSON.parse(json), r("OpenBridgeRequest"));
510
339
  }
511
340
  static openBridgeRequestToJson(value) {
512
- return JSON.stringify(uncast(value, r('OpenBridgeRequest')), null, 2);
341
+ return JSON.stringify(uncast(value, r("OpenBridgeRequest")), null, 2);
513
342
  }
514
343
  static toOpenBridgeResponse(json) {
515
- return cast(JSON.parse(json), r('OpenBridgeResponse'));
344
+ return cast(JSON.parse(json), r("OpenBridgeResponse"));
516
345
  }
517
346
  static openBridgeResponseToJson(value) {
518
- return JSON.stringify(uncast(value, r('OpenBridgeResponse')), null, 2);
347
+ return JSON.stringify(uncast(value, r("OpenBridgeResponse")), null, 2);
519
348
  }
520
349
  static toPrivateChannelBroadcastAgentRequest(json) {
521
- return cast(JSON.parse(json), r('PrivateChannelBroadcastAgentRequest'));
350
+ return cast(JSON.parse(json), r("PrivateChannelBroadcastAgentRequest"));
522
351
  }
523
352
  static privateChannelBroadcastAgentRequestToJson(value) {
524
- return JSON.stringify(uncast(value, r('PrivateChannelBroadcastAgentRequest')), null, 2);
353
+ return JSON.stringify(uncast(value, r("PrivateChannelBroadcastAgentRequest")), null, 2);
525
354
  }
526
355
  static toPrivateChannelBroadcastBridgeRequest(json) {
527
- return cast(JSON.parse(json), r('PrivateChannelBroadcastBridgeRequest'));
356
+ return cast(JSON.parse(json), r("PrivateChannelBroadcastBridgeRequest"));
528
357
  }
529
358
  static privateChannelBroadcastBridgeRequestToJson(value) {
530
- return JSON.stringify(uncast(value, r('PrivateChannelBroadcastBridgeRequest')), null, 2);
359
+ return JSON.stringify(uncast(value, r("PrivateChannelBroadcastBridgeRequest")), null, 2);
531
360
  }
532
361
  static toPrivateChannelEventListenerAddedAgentRequest(json) {
533
- return cast(JSON.parse(json), r('PrivateChannelEventListenerAddedAgentRequest'));
362
+ return cast(JSON.parse(json), r("PrivateChannelEventListenerAddedAgentRequest"));
534
363
  }
535
364
  static privateChannelEventListenerAddedAgentRequestToJson(value) {
536
- return JSON.stringify(uncast(value, r('PrivateChannelEventListenerAddedAgentRequest')), null, 2);
365
+ return JSON.stringify(uncast(value, r("PrivateChannelEventListenerAddedAgentRequest")), null, 2);
537
366
  }
538
367
  static toPrivateChannelEventListenerAddedBridgeRequest(json) {
539
- return cast(JSON.parse(json), r('PrivateChannelEventListenerAddedBridgeRequest'));
368
+ return cast(JSON.parse(json), r("PrivateChannelEventListenerAddedBridgeRequest"));
540
369
  }
541
370
  static privateChannelEventListenerAddedBridgeRequestToJson(value) {
542
- return JSON.stringify(uncast(value, r('PrivateChannelEventListenerAddedBridgeRequest')), null, 2);
371
+ return JSON.stringify(uncast(value, r("PrivateChannelEventListenerAddedBridgeRequest")), null, 2);
543
372
  }
544
373
  static toPrivateChannelEventListenerRemovedAgentRequest(json) {
545
- return cast(JSON.parse(json), r('PrivateChannelEventListenerRemovedAgentRequest'));
374
+ return cast(JSON.parse(json), r("PrivateChannelEventListenerRemovedAgentRequest"));
546
375
  }
547
376
  static privateChannelEventListenerRemovedAgentRequestToJson(value) {
548
- return JSON.stringify(uncast(value, r('PrivateChannelEventListenerRemovedAgentRequest')), null, 2);
377
+ return JSON.stringify(uncast(value, r("PrivateChannelEventListenerRemovedAgentRequest")), null, 2);
549
378
  }
550
379
  static toPrivateChannelEventListenerRemovedBridgeRequest(json) {
551
- return cast(JSON.parse(json), r('PrivateChannelEventListenerRemovedBridgeRequest'));
380
+ return cast(JSON.parse(json), r("PrivateChannelEventListenerRemovedBridgeRequest"));
552
381
  }
553
382
  static privateChannelEventListenerRemovedBridgeRequestToJson(value) {
554
- return JSON.stringify(uncast(value, r('PrivateChannelEventListenerRemovedBridgeRequest')), null, 2);
383
+ return JSON.stringify(uncast(value, r("PrivateChannelEventListenerRemovedBridgeRequest")), null, 2);
555
384
  }
556
385
  static toPrivateChannelOnAddContextListenerAgentRequest(json) {
557
- return cast(JSON.parse(json), r('PrivateChannelOnAddContextListenerAgentRequest'));
386
+ return cast(JSON.parse(json), r("PrivateChannelOnAddContextListenerAgentRequest"));
558
387
  }
559
388
  static privateChannelOnAddContextListenerAgentRequestToJson(value) {
560
- return JSON.stringify(uncast(value, r('PrivateChannelOnAddContextListenerAgentRequest')), null, 2);
389
+ return JSON.stringify(uncast(value, r("PrivateChannelOnAddContextListenerAgentRequest")), null, 2);
561
390
  }
562
391
  static toPrivateChannelOnAddContextListenerBridgeRequest(json) {
563
- return cast(JSON.parse(json), r('PrivateChannelOnAddContextListenerBridgeRequest'));
392
+ return cast(JSON.parse(json), r("PrivateChannelOnAddContextListenerBridgeRequest"));
564
393
  }
565
394
  static privateChannelOnAddContextListenerBridgeRequestToJson(value) {
566
- return JSON.stringify(uncast(value, r('PrivateChannelOnAddContextListenerBridgeRequest')), null, 2);
395
+ return JSON.stringify(uncast(value, r("PrivateChannelOnAddContextListenerBridgeRequest")), null, 2);
567
396
  }
568
397
  static toPrivateChannelOnDisconnectAgentRequest(json) {
569
- return cast(JSON.parse(json), r('PrivateChannelOnDisconnectAgentRequest'));
398
+ return cast(JSON.parse(json), r("PrivateChannelOnDisconnectAgentRequest"));
570
399
  }
571
400
  static privateChannelOnDisconnectAgentRequestToJson(value) {
572
- return JSON.stringify(uncast(value, r('PrivateChannelOnDisconnectAgentRequest')), null, 2);
401
+ return JSON.stringify(uncast(value, r("PrivateChannelOnDisconnectAgentRequest")), null, 2);
573
402
  }
574
403
  static toPrivateChannelOnDisconnectBridgeRequest(json) {
575
- return cast(JSON.parse(json), r('PrivateChannelOnDisconnectBridgeRequest'));
404
+ return cast(JSON.parse(json), r("PrivateChannelOnDisconnectBridgeRequest"));
576
405
  }
577
406
  static privateChannelOnDisconnectBridgeRequestToJson(value) {
578
- return JSON.stringify(uncast(value, r('PrivateChannelOnDisconnectBridgeRequest')), null, 2);
407
+ return JSON.stringify(uncast(value, r("PrivateChannelOnDisconnectBridgeRequest")), null, 2);
579
408
  }
580
409
  static toPrivateChannelOnUnsubscribeAgentRequest(json) {
581
- return cast(JSON.parse(json), r('PrivateChannelOnUnsubscribeAgentRequest'));
410
+ return cast(JSON.parse(json), r("PrivateChannelOnUnsubscribeAgentRequest"));
582
411
  }
583
412
  static privateChannelOnUnsubscribeAgentRequestToJson(value) {
584
- return JSON.stringify(uncast(value, r('PrivateChannelOnUnsubscribeAgentRequest')), null, 2);
413
+ return JSON.stringify(uncast(value, r("PrivateChannelOnUnsubscribeAgentRequest")), null, 2);
585
414
  }
586
415
  static toPrivateChannelOnUnsubscribeBridgeRequest(json) {
587
- return cast(JSON.parse(json), r('PrivateChannelOnUnsubscribeBridgeRequest'));
416
+ return cast(JSON.parse(json), r("PrivateChannelOnUnsubscribeBridgeRequest"));
588
417
  }
589
418
  static privateChannelOnUnsubscribeBridgeRequestToJson(value) {
590
- return JSON.stringify(uncast(value, r('PrivateChannelOnUnsubscribeBridgeRequest')), null, 2);
419
+ return JSON.stringify(uncast(value, r("PrivateChannelOnUnsubscribeBridgeRequest")), null, 2);
591
420
  }
592
421
  static toRaiseIntentAgentErrorResponse(json) {
593
- return cast(JSON.parse(json), r('RaiseIntentAgentErrorResponse'));
422
+ return cast(JSON.parse(json), r("RaiseIntentAgentErrorResponse"));
594
423
  }
595
424
  static raiseIntentAgentErrorResponseToJson(value) {
596
- return JSON.stringify(uncast(value, r('RaiseIntentAgentErrorResponse')), null, 2);
425
+ return JSON.stringify(uncast(value, r("RaiseIntentAgentErrorResponse")), null, 2);
597
426
  }
598
427
  static toRaiseIntentAgentRequest(json) {
599
- return cast(JSON.parse(json), r('RaiseIntentAgentRequest'));
428
+ return cast(JSON.parse(json), r("RaiseIntentAgentRequest"));
600
429
  }
601
430
  static raiseIntentAgentRequestToJson(value) {
602
- return JSON.stringify(uncast(value, r('RaiseIntentAgentRequest')), null, 2);
431
+ return JSON.stringify(uncast(value, r("RaiseIntentAgentRequest")), null, 2);
603
432
  }
604
433
  static toRaiseIntentAgentResponse(json) {
605
- return cast(JSON.parse(json), r('RaiseIntentAgentResponse'));
434
+ return cast(JSON.parse(json), r("RaiseIntentAgentResponse"));
606
435
  }
607
436
  static raiseIntentAgentResponseToJson(value) {
608
- return JSON.stringify(uncast(value, r('RaiseIntentAgentResponse')), null, 2);
437
+ return JSON.stringify(uncast(value, r("RaiseIntentAgentResponse")), null, 2);
609
438
  }
610
439
  static toRaiseIntentBridgeErrorResponse(json) {
611
- return cast(JSON.parse(json), r('RaiseIntentBridgeErrorResponse'));
440
+ return cast(JSON.parse(json), r("RaiseIntentBridgeErrorResponse"));
612
441
  }
613
442
  static raiseIntentBridgeErrorResponseToJson(value) {
614
- return JSON.stringify(uncast(value, r('RaiseIntentBridgeErrorResponse')), null, 2);
443
+ return JSON.stringify(uncast(value, r("RaiseIntentBridgeErrorResponse")), null, 2);
615
444
  }
616
445
  static toRaiseIntentBridgeRequest(json) {
617
- return cast(JSON.parse(json), r('RaiseIntentBridgeRequest'));
446
+ return cast(JSON.parse(json), r("RaiseIntentBridgeRequest"));
618
447
  }
619
448
  static raiseIntentBridgeRequestToJson(value) {
620
- return JSON.stringify(uncast(value, r('RaiseIntentBridgeRequest')), null, 2);
449
+ return JSON.stringify(uncast(value, r("RaiseIntentBridgeRequest")), null, 2);
621
450
  }
622
451
  static toRaiseIntentBridgeResponse(json) {
623
- return cast(JSON.parse(json), r('RaiseIntentBridgeResponse'));
452
+ return cast(JSON.parse(json), r("RaiseIntentBridgeResponse"));
624
453
  }
625
454
  static raiseIntentBridgeResponseToJson(value) {
626
- return JSON.stringify(uncast(value, r('RaiseIntentBridgeResponse')), null, 2);
455
+ return JSON.stringify(uncast(value, r("RaiseIntentBridgeResponse")), null, 2);
627
456
  }
628
457
  static toRaiseIntentResultAgentErrorResponse(json) {
629
- return cast(JSON.parse(json), r('RaiseIntentResultAgentErrorResponse'));
458
+ return cast(JSON.parse(json), r("RaiseIntentResultAgentErrorResponse"));
630
459
  }
631
460
  static raiseIntentResultAgentErrorResponseToJson(value) {
632
- return JSON.stringify(uncast(value, r('RaiseIntentResultAgentErrorResponse')), null, 2);
461
+ return JSON.stringify(uncast(value, r("RaiseIntentResultAgentErrorResponse")), null, 2);
633
462
  }
634
463
  static toRaiseIntentResultAgentResponse(json) {
635
- return cast(JSON.parse(json), r('RaiseIntentResultAgentResponse'));
464
+ return cast(JSON.parse(json), r("RaiseIntentResultAgentResponse"));
636
465
  }
637
466
  static raiseIntentResultAgentResponseToJson(value) {
638
- return JSON.stringify(uncast(value, r('RaiseIntentResultAgentResponse')), null, 2);
467
+ return JSON.stringify(uncast(value, r("RaiseIntentResultAgentResponse")), null, 2);
639
468
  }
640
469
  static toRaiseIntentResultBridgeErrorResponse(json) {
641
- return cast(JSON.parse(json), r('RaiseIntentResultBridgeErrorResponse'));
470
+ return cast(JSON.parse(json), r("RaiseIntentResultBridgeErrorResponse"));
642
471
  }
643
472
  static raiseIntentResultBridgeErrorResponseToJson(value) {
644
- return JSON.stringify(uncast(value, r('RaiseIntentResultBridgeErrorResponse')), null, 2);
473
+ return JSON.stringify(uncast(value, r("RaiseIntentResultBridgeErrorResponse")), null, 2);
645
474
  }
646
475
  static toRaiseIntentResultBridgeResponse(json) {
647
- return cast(JSON.parse(json), r('RaiseIntentResultBridgeResponse'));
476
+ return cast(JSON.parse(json), r("RaiseIntentResultBridgeResponse"));
648
477
  }
649
478
  static raiseIntentResultBridgeResponseToJson(value) {
650
- return JSON.stringify(uncast(value, r('RaiseIntentResultBridgeResponse')), null, 2);
479
+ return JSON.stringify(uncast(value, r("RaiseIntentResultBridgeResponse")), null, 2);
651
480
  }
652
481
  static toContext(json) {
653
- return cast(JSON.parse(json), r('Context'));
482
+ return cast(JSON.parse(json), r("Context"));
654
483
  }
655
484
  static contextToJson(value) {
656
- return JSON.stringify(uncast(value, r('Context')), null, 2);
485
+ return JSON.stringify(uncast(value, r("Context")), null, 2);
657
486
  }
658
487
  }
659
488
  function invalidValue(typ, val, key, parent = '') {
@@ -668,14 +497,10 @@ function prettyTypeName(typ) {
668
497
  return `an optional ${prettyTypeName(typ[1])}`;
669
498
  }
670
499
  else {
671
- return `one of [${typ
672
- .map(a => {
673
- return prettyTypeName(a);
674
- })
675
- .join(', ')}]`;
500
+ return `one of [${typ.map(a => { return prettyTypeName(a); }).join(", ")}]`;
676
501
  }
677
502
  }
678
- else if (typeof typ === 'object' && typ.literal !== undefined) {
503
+ else if (typeof typ === "object" && typ.literal !== undefined) {
679
504
  return typ.literal;
680
505
  }
681
506
  else {
@@ -685,7 +510,7 @@ function prettyTypeName(typ) {
685
510
  function jsonToJSProps(typ) {
686
511
  if (typ.jsonToJS === undefined) {
687
512
  const map = {};
688
- typ.props.forEach((p) => (map[p.json] = { key: p.js, typ: p.typ }));
513
+ typ.props.forEach((p) => map[p.json] = { key: p.js, typ: p.typ });
689
514
  typ.jsonToJS = map;
690
515
  }
691
516
  return typ.jsonToJS;
@@ -693,7 +518,7 @@ function jsonToJSProps(typ) {
693
518
  function jsToJSONProps(typ) {
694
519
  if (typ.jsToJSON === undefined) {
695
520
  const map = {};
696
- typ.props.forEach((p) => (map[p.js] = { key: p.json, typ: p.typ }));
521
+ typ.props.forEach((p) => map[p.js] = { key: p.json, typ: p.typ });
697
522
  typ.jsToJSON = map;
698
523
  }
699
524
  return typ.jsToJSON;
@@ -719,14 +544,12 @@ function transform(val, typ, getProps, key = '', parent = '') {
719
544
  function transformEnum(cases, val) {
720
545
  if (cases.indexOf(val) !== -1)
721
546
  return val;
722
- return invalidValue(cases.map(a => {
723
- return l(a);
724
- }), val, key, parent);
547
+ return invalidValue(cases.map(a => { return l(a); }), val, key, parent);
725
548
  }
726
549
  function transformArray(typ, val) {
727
550
  // val must be an array with no invalid elements
728
551
  if (!Array.isArray(val))
729
- return invalidValue(l('array'), val, key, parent);
552
+ return invalidValue(l("array"), val, key, parent);
730
553
  return val.map(el => transform(el, typ, getProps));
731
554
  }
732
555
  function transformDate(val) {
@@ -735,13 +558,13 @@ function transform(val, typ, getProps, key = '', parent = '') {
735
558
  }
736
559
  const d = new Date(val);
737
560
  if (isNaN(d.valueOf())) {
738
- return invalidValue(l('Date'), val, key, parent);
561
+ return invalidValue(l("Date"), val, key, parent);
739
562
  }
740
563
  return d;
741
564
  }
742
565
  function transformObject(props, additional, val) {
743
- if (val === null || typeof val !== 'object' || Array.isArray(val)) {
744
- return invalidValue(l(ref || 'object'), val, key, parent);
566
+ if (val === null || typeof val !== "object" || Array.isArray(val)) {
567
+ return invalidValue(l(ref || "object"), val, key, parent);
745
568
  }
746
569
  const result = {};
747
570
  Object.getOwnPropertyNames(props).forEach(key => {
@@ -756,7 +579,7 @@ function transform(val, typ, getProps, key = '', parent = '') {
756
579
  });
757
580
  return result;
758
581
  }
759
- if (typ === 'any')
582
+ if (typ === "any")
760
583
  return val;
761
584
  if (typ === null) {
762
585
  if (val === null)
@@ -766,23 +589,20 @@ function transform(val, typ, getProps, key = '', parent = '') {
766
589
  if (typ === false)
767
590
  return invalidValue(typ, val, key, parent);
768
591
  let ref = undefined;
769
- while (typeof typ === 'object' && typ.ref !== undefined) {
592
+ while (typeof typ === "object" && typ.ref !== undefined) {
770
593
  ref = typ.ref;
771
594
  typ = typeMap[typ.ref];
772
595
  }
773
596
  if (Array.isArray(typ))
774
597
  return transformEnum(typ, val);
775
- if (typeof typ === 'object') {
776
- return typ.hasOwnProperty('unionMembers')
777
- ? transformUnion(typ.unionMembers, val)
778
- : typ.hasOwnProperty('arrayItems')
779
- ? transformArray(typ.arrayItems, val)
780
- : typ.hasOwnProperty('props')
781
- ? transformObject(getProps(typ), typ.additional, val)
598
+ if (typeof typ === "object") {
599
+ return typ.hasOwnProperty("unionMembers") ? transformUnion(typ.unionMembers, val)
600
+ : typ.hasOwnProperty("arrayItems") ? transformArray(typ.arrayItems, val)
601
+ : typ.hasOwnProperty("props") ? transformObject(getProps(typ), typ.additional, val)
782
602
  : invalidValue(typ, val, key, parent);
783
603
  }
784
604
  // Numbers can be parsed by Date but shouldn't be.
785
- if (typ === Date && typeof val !== 'number')
605
+ if (typ === Date && typeof val !== "number")
786
606
  return transformDate(val);
787
607
  return transformPrimitive(typ, val);
788
608
  }
@@ -811,1061 +631,1227 @@ function r(name) {
811
631
  return { ref: name };
812
632
  }
813
633
  const typeMap = {
814
- BaseImplementationMetadata: o([
815
- { json: 'fdc3Version', js: 'fdc3Version', typ: '' },
816
- { json: 'optionalFeatures', js: 'optionalFeatures', typ: r('BaseImplementationMetadataOptionalFeatures') },
817
- { json: 'provider', js: 'provider', typ: '' },
818
- { json: 'providerVersion', js: 'providerVersion', typ: u(undefined, '') },
819
- ], false),
820
- BaseImplementationMetadataOptionalFeatures: o([
821
- { json: 'DesktopAgentBridging', js: 'DesktopAgentBridging', typ: true },
822
- { json: 'OriginatingAppMetadata', js: 'OriginatingAppMetadata', typ: true },
823
- { json: 'UserChannelMembershipAPIs', js: 'UserChannelMembershipAPIs', typ: true },
824
- ], false),
825
- AgentErrorResponseMessage: o([
826
- { json: 'meta', js: 'meta', typ: r('AgentResponseMetadata') },
827
- { json: 'payload', js: 'payload', typ: r('ErrorResponseMessagePayload') },
828
- { json: 'type', js: 'type', typ: r('ResponseMessageType') },
829
- ], false),
830
- AgentResponseMetadata: o([
831
- { json: 'requestUuid', js: 'requestUuid', typ: '' },
832
- { json: 'responseUuid', js: 'responseUuid', typ: '' },
833
- { json: 'timestamp', js: 'timestamp', typ: Date },
834
- ], false),
835
- ErrorResponseMessagePayload: o([{ json: 'error', js: 'error', typ: r('ResponseErrorDetail') }], 'any'),
836
- AgentRequestMessage: o([
837
- { json: 'meta', js: 'meta', typ: r('AgentRequestMetadata') },
838
- { json: 'payload', js: 'payload', typ: m('any') },
839
- { json: 'type', js: 'type', typ: r('RequestMessageType') },
840
- ], false),
841
- AgentRequestMetadata: o([
842
- { json: 'destination', js: 'destination', typ: u(undefined, r('BridgeParticipantIdentifier')) },
843
- { json: 'requestUuid', js: 'requestUuid', typ: '' },
844
- { json: 'source', js: 'source', typ: u(undefined, r('SourceIdentifier')) },
845
- { json: 'timestamp', js: 'timestamp', typ: Date },
846
- ], false),
847
- BridgeParticipantIdentifier: o([
848
- { json: 'desktopAgent', js: 'desktopAgent', typ: '' },
849
- { json: 'appId', js: 'appId', typ: u(undefined, '') },
850
- { json: 'instanceId', js: 'instanceId', typ: u(undefined, '') },
851
- ], 'any'),
852
- SourceIdentifier: o([
853
- { json: 'appId', js: 'appId', typ: u(undefined, '') },
854
- { json: 'desktopAgent', js: 'desktopAgent', typ: u(undefined, '') },
855
- { json: 'instanceId', js: 'instanceId', typ: u(undefined, '') },
856
- ], 'any'),
857
- AgentResponseMessage: o([
858
- { json: 'meta', js: 'meta', typ: r('AgentResponseMetadata') },
859
- { json: 'payload', js: 'payload', typ: m('any') },
860
- { json: 'type', js: 'type', typ: r('ResponseMessageType') },
861
- ], false),
862
- BridgeErrorResponseMessage: o([
863
- { json: 'meta', js: 'meta', typ: r('BridgeErrorResponseMessageMeta') },
864
- { json: 'payload', js: 'payload', typ: r('ResponseErrorMessagePayload') },
865
- { json: 'type', js: 'type', typ: '' },
866
- ], false),
867
- BridgeErrorResponseMessageMeta: o([
868
- { json: 'errorDetails', js: 'errorDetails', typ: a(r('ResponseErrorDetail')) },
869
- { json: 'errorSources', js: 'errorSources', typ: a(r('DesktopAgentIdentifier')) },
870
- { json: 'requestUuid', js: 'requestUuid', typ: '' },
871
- { json: 'responseUuid', js: 'responseUuid', typ: '' },
872
- { json: 'timestamp', js: 'timestamp', typ: Date },
873
- ], false),
874
- DesktopAgentIdentifier: o([{ json: 'desktopAgent', js: 'desktopAgent', typ: '' }], 'any'),
875
- ResponseErrorMessagePayload: o([{ json: 'error', js: 'error', typ: u(undefined, r('ResponseErrorDetail')) }], 'any'),
876
- BridgeRequestMessage: o([
877
- { json: 'meta', js: 'meta', typ: r('BridgeRequestMetadata') },
878
- { json: 'payload', js: 'payload', typ: m('any') },
879
- { json: 'type', js: 'type', typ: '' },
880
- ], false),
881
- BridgeRequestMetadata: o([
882
- { json: 'destination', js: 'destination', typ: u(undefined, r('BridgeParticipantIdentifier')) },
883
- { json: 'requestUuid', js: 'requestUuid', typ: '' },
884
- { json: 'source', js: 'source', typ: r('BridgeParticipantIdentifier') },
885
- { json: 'timestamp', js: 'timestamp', typ: Date },
886
- ], false),
887
- BridgeResponseMessage: o([
888
- { json: 'meta', js: 'meta', typ: r('BridgeResponseMessageMeta') },
889
- { json: 'payload', js: 'payload', typ: m('any') },
890
- { json: 'type', js: 'type', typ: '' },
891
- ], false),
892
- BridgeResponseMessageMeta: o([
893
- { json: 'errorDetails', js: 'errorDetails', typ: u(undefined, a(r('ResponseErrorDetail'))) },
894
- { json: 'errorSources', js: 'errorSources', typ: u(undefined, a(r('DesktopAgentIdentifier'))) },
895
- { json: 'requestUuid', js: 'requestUuid', typ: '' },
896
- { json: 'responseUuid', js: 'responseUuid', typ: '' },
897
- { json: 'sources', js: 'sources', typ: u(undefined, a(r('DesktopAgentIdentifier'))) },
898
- { json: 'timestamp', js: 'timestamp', typ: Date },
899
- ], false),
900
- BroadcastAgentRequest: o([
901
- { json: 'meta', js: 'meta', typ: r('BroadcastAgentRequestMeta') },
902
- { json: 'payload', js: 'payload', typ: r('BroadcastAgentRequestPayload') },
903
- { json: 'type', js: 'type', typ: r('RequestMessageType') },
904
- ], false),
905
- BroadcastAgentRequestMeta: o([
906
- { json: 'requestUuid', js: 'requestUuid', typ: '' },
907
- { json: 'source', js: 'source', typ: r('SourceObject') },
908
- { json: 'timestamp', js: 'timestamp', typ: Date },
909
- ], false),
910
- SourceObject: o([
911
- { json: 'appId', js: 'appId', typ: '' },
912
- { json: 'desktopAgent', js: 'desktopAgent', typ: u(undefined, '') },
913
- { json: 'instanceId', js: 'instanceId', typ: u(undefined, '') },
914
- ], 'any'),
915
- BroadcastAgentRequestPayload: o([
916
- { json: 'channelId', js: 'channelId', typ: '' },
917
- { json: 'context', js: 'context', typ: r('ContextElement') },
918
- ], false),
919
- ContextElement: o([
920
- { json: 'id', js: 'id', typ: u(undefined, m('any')) },
921
- { json: 'name', js: 'name', typ: u(undefined, '') },
922
- { json: 'type', js: 'type', typ: '' },
923
- ], 'any'),
924
- BroadcastBridgeRequest: o([
925
- { json: 'meta', js: 'meta', typ: r('BroadcastBridgeRequestMeta') },
926
- { json: 'payload', js: 'payload', typ: r('BroadcastBridgeRequestPayload') },
927
- { json: 'type', js: 'type', typ: '' },
928
- ], false),
929
- BroadcastBridgeRequestMeta: o([
930
- { json: 'requestUuid', js: 'requestUuid', typ: '' },
931
- { json: 'source', js: 'source', typ: r('MetaSource') },
932
- { json: 'timestamp', js: 'timestamp', typ: Date },
933
- ], false),
934
- MetaSource: o([
935
- { json: 'appId', js: 'appId', typ: '' },
936
- { json: 'desktopAgent', js: 'desktopAgent', typ: '' },
937
- { json: 'instanceId', js: 'instanceId', typ: u(undefined, '') },
938
- ], 'any'),
939
- BroadcastBridgeRequestPayload: o([
940
- { json: 'channelId', js: 'channelId', typ: '' },
941
- { json: 'context', js: 'context', typ: r('ContextElement') },
942
- ], false),
943
- ConnectionStepMessage: o([
944
- { json: 'meta', js: 'meta', typ: r('ConnectionStepMetadata') },
945
- { json: 'payload', js: 'payload', typ: m('any') },
946
- { json: 'type', js: 'type', typ: r('ConnectionStepMessageType') },
947
- ], false),
948
- ConnectionStepMetadata: o([
949
- { json: 'requestUuid', js: 'requestUuid', typ: u(undefined, '') },
950
- { json: 'responseUuid', js: 'responseUuid', typ: u(undefined, '') },
951
- { json: 'timestamp', js: 'timestamp', typ: Date },
952
- ], false),
953
- ConnectionStep2Hello: o([
954
- { json: 'meta', js: 'meta', typ: r('ConnectionStep2HelloMeta') },
955
- { json: 'payload', js: 'payload', typ: r('ConnectionStep2HelloPayload') },
956
- { json: 'type', js: 'type', typ: r('ConnectionStepMessageType') },
957
- ], false),
958
- ConnectionStep2HelloMeta: o([{ json: 'timestamp', js: 'timestamp', typ: Date }], false),
959
- ConnectionStep2HelloPayload: o([
960
- { json: 'authRequired', js: 'authRequired', typ: true },
961
- { json: 'authToken', js: 'authToken', typ: u(undefined, '') },
962
- { json: 'desktopAgentBridgeVersion', js: 'desktopAgentBridgeVersion', typ: '' },
963
- { json: 'supportedFDC3Versions', js: 'supportedFDC3Versions', typ: a('') },
964
- ], false),
965
- ConnectionStep3Handshake: o([
966
- { json: 'meta', js: 'meta', typ: r('ConnectionStep3HandshakeMeta') },
967
- { json: 'payload', js: 'payload', typ: r('ConnectionStep3HandshakePayload') },
968
- { json: 'type', js: 'type', typ: r('ConnectionStepMessageType') },
969
- ], false),
970
- ConnectionStep3HandshakeMeta: o([
971
- { json: 'requestUuid', js: 'requestUuid', typ: '' },
972
- { json: 'timestamp', js: 'timestamp', typ: Date },
973
- ], false),
974
- ConnectionStep3HandshakePayload: o([
975
- { json: 'authToken', js: 'authToken', typ: u(undefined, '') },
976
- { json: 'channelsState', js: 'channelsState', typ: m(a(r('ContextElement'))) },
977
- { json: 'implementationMetadata', js: 'implementationMetadata', typ: r('ImplementationMetadataElement') },
978
- { json: 'requestedName', js: 'requestedName', typ: '' },
979
- ], false),
980
- ImplementationMetadataElement: o([
981
- { json: 'fdc3Version', js: 'fdc3Version', typ: '' },
982
- { json: 'optionalFeatures', js: 'optionalFeatures', typ: r('ImplementationMetadataOptionalFeatures') },
983
- { json: 'provider', js: 'provider', typ: '' },
984
- { json: 'providerVersion', js: 'providerVersion', typ: u(undefined, '') },
985
- ], false),
986
- ImplementationMetadataOptionalFeatures: o([
987
- { json: 'DesktopAgentBridging', js: 'DesktopAgentBridging', typ: true },
988
- { json: 'OriginatingAppMetadata', js: 'OriginatingAppMetadata', typ: true },
989
- { json: 'UserChannelMembershipAPIs', js: 'UserChannelMembershipAPIs', typ: true },
990
- ], false),
991
- ConnectionStep4AuthenticationFailed: o([
992
- { json: 'meta', js: 'meta', typ: r('ConnectionStep4AuthenticationFailedMeta') },
993
- { json: 'payload', js: 'payload', typ: r('ConnectionStep4AuthenticationFailedPayload') },
994
- { json: 'type', js: 'type', typ: r('ConnectionStepMessageType') },
995
- ], false),
996
- ConnectionStep4AuthenticationFailedMeta: o([
997
- { json: 'requestUuid', js: 'requestUuid', typ: '' },
998
- { json: 'responseUuid', js: 'responseUuid', typ: '' },
999
- { json: 'timestamp', js: 'timestamp', typ: Date },
1000
- ], false),
1001
- ConnectionStep4AuthenticationFailedPayload: o([{ json: 'message', js: 'message', typ: u(undefined, '') }], false),
1002
- ConnectionStep6ConnectedAgentsUpdate: o([
1003
- { json: 'meta', js: 'meta', typ: r('ConnectionStep6ConnectedAgentsUpdateMeta') },
1004
- { json: 'payload', js: 'payload', typ: r('ConnectionStep6ConnectedAgentsUpdatePayload') },
1005
- { json: 'type', js: 'type', typ: r('ConnectionStepMessageType') },
1006
- ], false),
1007
- ConnectionStep6ConnectedAgentsUpdateMeta: o([
1008
- { json: 'requestUuid', js: 'requestUuid', typ: '' },
1009
- { json: 'responseUuid', js: 'responseUuid', typ: '' },
1010
- { json: 'timestamp', js: 'timestamp', typ: Date },
1011
- ], false),
1012
- ConnectionStep6ConnectedAgentsUpdatePayload: o([
1013
- { json: 'addAgent', js: 'addAgent', typ: u(undefined, '') },
1014
- { json: 'allAgents', js: 'allAgents', typ: a(r('ImplementationMetadataElement')) },
1015
- { json: 'channelsState', js: 'channelsState', typ: u(undefined, m(a(r('ContextElement')))) },
1016
- { json: 'removeAgent', js: 'removeAgent', typ: u(undefined, '') },
1017
- ], false),
1018
- FindInstancesAgentErrorResponse: o([
1019
- { json: 'meta', js: 'meta', typ: r('FindInstancesAgentErrorResponseMeta') },
1020
- { json: 'payload', js: 'payload', typ: r('FindInstancesAgentErrorResponsePayload') },
1021
- { json: 'type', js: 'type', typ: r('ResponseMessageType') },
1022
- ], false),
1023
- FindInstancesAgentErrorResponseMeta: o([
1024
- { json: 'requestUuid', js: 'requestUuid', typ: '' },
1025
- { json: 'responseUuid', js: 'responseUuid', typ: '' },
1026
- { json: 'timestamp', js: 'timestamp', typ: Date },
1027
- ], false),
1028
- FindInstancesAgentErrorResponsePayload: o([{ json: 'error', js: 'error', typ: r('ErrorMessage') }], false),
1029
- FindInstancesAgentRequest: o([
1030
- { json: 'meta', js: 'meta', typ: r('FindInstancesAgentRequestMeta') },
1031
- { json: 'payload', js: 'payload', typ: r('FindInstancesAgentRequestPayload') },
1032
- { json: 'type', js: 'type', typ: r('RequestMessageType') },
1033
- ], false),
1034
- FindInstancesAgentRequestMeta: o([
1035
- { json: 'destination', js: 'destination', typ: u(undefined, r('DestinationObject')) },
1036
- { json: 'requestUuid', js: 'requestUuid', typ: '' },
1037
- { json: 'source', js: 'source', typ: u(undefined, r('SourceObject')) },
1038
- { json: 'timestamp', js: 'timestamp', typ: Date },
1039
- ], false),
1040
- DestinationObject: o([
1041
- { json: 'desktopAgent', js: 'desktopAgent', typ: '' },
1042
- { json: 'appId', js: 'appId', typ: u(undefined, '') },
1043
- { json: 'instanceId', js: 'instanceId', typ: u(undefined, '') },
1044
- ], 'any'),
1045
- FindInstancesAgentRequestPayload: o([{ json: 'app', js: 'app', typ: r('AppIdentifier') }], false),
1046
- AppIdentifier: o([
1047
- { json: 'appId', js: 'appId', typ: '' },
1048
- { json: 'desktopAgent', js: 'desktopAgent', typ: u(undefined, '') },
1049
- { json: 'instanceId', js: 'instanceId', typ: u(undefined, '') },
1050
- ], 'any'),
1051
- FindInstancesAgentResponse: o([
1052
- { json: 'meta', js: 'meta', typ: r('FindInstancesAgentResponseMeta') },
1053
- { json: 'payload', js: 'payload', typ: r('FindInstancesAgentResponsePayload') },
1054
- { json: 'type', js: 'type', typ: r('ResponseMessageType') },
1055
- ], false),
1056
- FindInstancesAgentResponseMeta: o([
1057
- { json: 'requestUuid', js: 'requestUuid', typ: '' },
1058
- { json: 'responseUuid', js: 'responseUuid', typ: '' },
1059
- { json: 'timestamp', js: 'timestamp', typ: Date },
1060
- ], false),
1061
- FindInstancesAgentResponsePayload: o([{ json: 'appIdentifiers', js: 'appIdentifiers', typ: a(r('AppMetadata')) }], false),
1062
- AppMetadata: o([
1063
- { json: 'appId', js: 'appId', typ: '' },
1064
- { json: 'description', js: 'description', typ: u(undefined, '') },
1065
- { json: 'desktopAgent', js: 'desktopAgent', typ: u(undefined, '') },
1066
- { json: 'icons', js: 'icons', typ: u(undefined, a(r('Icon'))) },
1067
- { json: 'instanceId', js: 'instanceId', typ: u(undefined, '') },
1068
- { json: 'instanceMetadata', js: 'instanceMetadata', typ: u(undefined, m('any')) },
1069
- { json: 'name', js: 'name', typ: u(undefined, '') },
1070
- { json: 'resultType', js: 'resultType', typ: u(undefined, u(null, '')) },
1071
- { json: 'screenshots', js: 'screenshots', typ: u(undefined, a(r('Image'))) },
1072
- { json: 'title', js: 'title', typ: u(undefined, '') },
1073
- { json: 'tooltip', js: 'tooltip', typ: u(undefined, '') },
1074
- { json: 'version', js: 'version', typ: u(undefined, '') },
1075
- ], false),
1076
- Icon: o([
1077
- { json: 'size', js: 'size', typ: u(undefined, '') },
1078
- { json: 'src', js: 'src', typ: '' },
1079
- { json: 'type', js: 'type', typ: u(undefined, '') },
1080
- ], false),
1081
- Image: o([
1082
- { json: 'label', js: 'label', typ: u(undefined, '') },
1083
- { json: 'size', js: 'size', typ: u(undefined, '') },
1084
- { json: 'src', js: 'src', typ: '' },
1085
- { json: 'type', js: 'type', typ: u(undefined, '') },
1086
- ], false),
1087
- FindInstancesBridgeErrorResponse: o([
1088
- { json: 'meta', js: 'meta', typ: r('FindInstancesBridgeErrorResponseMeta') },
1089
- { json: 'payload', js: 'payload', typ: r('FindInstancesBridgeErrorResponsePayload') },
1090
- { json: 'type', js: 'type', typ: '' },
1091
- ], false),
1092
- FindInstancesBridgeErrorResponseMeta: o([
1093
- { json: 'errorDetails', js: 'errorDetails', typ: a(r('ResponseErrorDetail')) },
1094
- { json: 'errorSources', js: 'errorSources', typ: a(r('DesktopAgentIdentifier')) },
1095
- { json: 'requestUuid', js: 'requestUuid', typ: '' },
1096
- { json: 'responseUuid', js: 'responseUuid', typ: '' },
1097
- { json: 'timestamp', js: 'timestamp', typ: Date },
1098
- ], false),
1099
- FindInstancesBridgeErrorResponsePayload: o([{ json: 'error', js: 'error', typ: r('ErrorMessage') }], false),
1100
- FindInstancesBridgeRequest: o([
1101
- { json: 'meta', js: 'meta', typ: r('FindInstancesBridgeRequestMeta') },
1102
- { json: 'payload', js: 'payload', typ: r('FindInstancesBridgeRequestPayload') },
1103
- { json: 'type', js: 'type', typ: '' },
1104
- ], false),
1105
- FindInstancesBridgeRequestMeta: o([
1106
- { json: 'destination', js: 'destination', typ: u(undefined, r('DestinationObject')) },
1107
- { json: 'requestUuid', js: 'requestUuid', typ: '' },
1108
- { json: 'source', js: 'source', typ: r('MetaSource') },
1109
- { json: 'timestamp', js: 'timestamp', typ: Date },
1110
- ], false),
1111
- FindInstancesBridgeRequestPayload: o([{ json: 'app', js: 'app', typ: r('AppIdentifier') }], false),
1112
- FindInstancesBridgeResponse: o([
1113
- { json: 'meta', js: 'meta', typ: r('FindInstancesBridgeResponseMeta') },
1114
- { json: 'payload', js: 'payload', typ: r('FindInstancesBridgeResponsePayload') },
1115
- { json: 'type', js: 'type', typ: '' },
1116
- ], false),
1117
- FindInstancesBridgeResponseMeta: o([
1118
- { json: 'errorDetails', js: 'errorDetails', typ: u(undefined, a(r('ResponseErrorDetail'))) },
1119
- { json: 'errorSources', js: 'errorSources', typ: u(undefined, a(r('DesktopAgentIdentifier'))) },
1120
- { json: 'requestUuid', js: 'requestUuid', typ: '' },
1121
- { json: 'responseUuid', js: 'responseUuid', typ: '' },
1122
- { json: 'sources', js: 'sources', typ: u(undefined, a(r('DesktopAgentIdentifier'))) },
1123
- { json: 'timestamp', js: 'timestamp', typ: Date },
1124
- ], false),
1125
- FindInstancesBridgeResponsePayload: o([{ json: 'appIdentifiers', js: 'appIdentifiers', typ: a(r('AppMetadata')) }], false),
1126
- FindIntentAgentErrorResponse: o([
1127
- { json: 'meta', js: 'meta', typ: r('FindIntentAgentErrorResponseMeta') },
1128
- { json: 'payload', js: 'payload', typ: r('FindIntentAgentErrorResponsePayload') },
1129
- { json: 'type', js: 'type', typ: r('ResponseMessageType') },
1130
- ], false),
1131
- FindIntentAgentErrorResponseMeta: o([
1132
- { json: 'requestUuid', js: 'requestUuid', typ: '' },
1133
- { json: 'responseUuid', js: 'responseUuid', typ: '' },
1134
- { json: 'timestamp', js: 'timestamp', typ: Date },
1135
- ], false),
1136
- FindIntentAgentErrorResponsePayload: o([{ json: 'error', js: 'error', typ: r('ErrorMessage') }], false),
1137
- FindIntentAgentRequest: o([
1138
- { json: 'meta', js: 'meta', typ: r('FindIntentAgentRequestMeta') },
1139
- { json: 'payload', js: 'payload', typ: r('FindIntentAgentRequestPayload') },
1140
- { json: 'type', js: 'type', typ: r('RequestMessageType') },
1141
- ], false),
1142
- FindIntentAgentRequestMeta: o([
1143
- { json: 'requestUuid', js: 'requestUuid', typ: '' },
1144
- { json: 'source', js: 'source', typ: u(undefined, r('SourceIdentifier')) },
1145
- { json: 'timestamp', js: 'timestamp', typ: Date },
1146
- { json: 'destination', js: 'destination', typ: u(undefined, r('BridgeParticipantIdentifier')) },
1147
- ], false),
1148
- FindIntentAgentRequestPayload: o([
1149
- { json: 'context', js: 'context', typ: u(undefined, r('ContextElement')) },
1150
- { json: 'intent', js: 'intent', typ: '' },
1151
- ], false),
1152
- FindIntentAgentResponse: o([
1153
- { json: 'meta', js: 'meta', typ: r('FindIntentAgentResponseMeta') },
1154
- { json: 'payload', js: 'payload', typ: r('FindIntentAgentResponsePayload') },
1155
- { json: 'type', js: 'type', typ: r('ResponseMessageType') },
1156
- ], false),
1157
- FindIntentAgentResponseMeta: o([
1158
- { json: 'requestUuid', js: 'requestUuid', typ: '' },
1159
- { json: 'responseUuid', js: 'responseUuid', typ: '' },
1160
- { json: 'timestamp', js: 'timestamp', typ: Date },
1161
- ], false),
1162
- FindIntentAgentResponsePayload: o([{ json: 'appIntent', js: 'appIntent', typ: r('AppIntent') }], false),
1163
- AppIntent: o([
1164
- { json: 'apps', js: 'apps', typ: a(r('AppMetadata')) },
1165
- { json: 'intent', js: 'intent', typ: r('IntentMetadata') },
1166
- ], false),
1167
- IntentMetadata: o([
1168
- { json: 'displayName', js: 'displayName', typ: '' },
1169
- { json: 'name', js: 'name', typ: '' },
1170
- ], false),
1171
- FindIntentBridgeErrorResponse: o([
1172
- { json: 'meta', js: 'meta', typ: r('FindIntentBridgeErrorResponseMeta') },
1173
- { json: 'payload', js: 'payload', typ: r('FindIntentBridgeErrorResponsePayload') },
1174
- { json: 'type', js: 'type', typ: '' },
1175
- ], false),
1176
- FindIntentBridgeErrorResponseMeta: o([
1177
- { json: 'errorDetails', js: 'errorDetails', typ: a(r('ResponseErrorDetail')) },
1178
- { json: 'errorSources', js: 'errorSources', typ: a(r('DesktopAgentIdentifier')) },
1179
- { json: 'requestUuid', js: 'requestUuid', typ: '' },
1180
- { json: 'responseUuid', js: 'responseUuid', typ: '' },
1181
- { json: 'timestamp', js: 'timestamp', typ: Date },
1182
- ], false),
1183
- FindIntentBridgeErrorResponsePayload: o([{ json: 'error', js: 'error', typ: r('ErrorMessage') }], false),
1184
- FindIntentBridgeRequest: o([
1185
- { json: 'meta', js: 'meta', typ: r('FindIntentBridgeRequestMeta') },
1186
- { json: 'payload', js: 'payload', typ: r('FindIntentBridgeRequestPayload') },
1187
- { json: 'type', js: 'type', typ: '' },
1188
- ], false),
1189
- FindIntentBridgeRequestMeta: o([
1190
- { json: 'requestUuid', js: 'requestUuid', typ: '' },
1191
- { json: 'source', js: 'source', typ: r('BridgeParticipantIdentifier') },
1192
- { json: 'timestamp', js: 'timestamp', typ: Date },
1193
- { json: 'destination', js: 'destination', typ: u(undefined, r('BridgeParticipantIdentifier')) },
1194
- ], false),
1195
- FindIntentBridgeRequestPayload: o([
1196
- { json: 'context', js: 'context', typ: u(undefined, r('ContextElement')) },
1197
- { json: 'intent', js: 'intent', typ: '' },
1198
- ], false),
1199
- FindIntentBridgeResponse: o([
1200
- { json: 'meta', js: 'meta', typ: r('FindIntentBridgeResponseMeta') },
1201
- { json: 'payload', js: 'payload', typ: r('FindIntentBridgeResponsePayload') },
1202
- { json: 'type', js: 'type', typ: '' },
1203
- ], false),
1204
- FindIntentBridgeResponseMeta: o([
1205
- { json: 'errorDetails', js: 'errorDetails', typ: u(undefined, a(r('ResponseErrorDetail'))) },
1206
- { json: 'errorSources', js: 'errorSources', typ: u(undefined, a(r('DesktopAgentIdentifier'))) },
1207
- { json: 'requestUuid', js: 'requestUuid', typ: '' },
1208
- { json: 'responseUuid', js: 'responseUuid', typ: '' },
1209
- { json: 'sources', js: 'sources', typ: u(undefined, a(r('DesktopAgentIdentifier'))) },
1210
- { json: 'timestamp', js: 'timestamp', typ: Date },
1211
- ], false),
1212
- FindIntentBridgeResponsePayload: o([{ json: 'appIntent', js: 'appIntent', typ: r('AppIntent') }], false),
1213
- FindIntentsByContextAgentErrorResponse: o([
1214
- { json: 'meta', js: 'meta', typ: r('FindIntentsByContextAgentErrorResponseMeta') },
1215
- { json: 'payload', js: 'payload', typ: r('FindIntentsByContextAgentErrorResponsePayload') },
1216
- { json: 'type', js: 'type', typ: r('ResponseMessageType') },
1217
- ], false),
1218
- FindIntentsByContextAgentErrorResponseMeta: o([
1219
- { json: 'requestUuid', js: 'requestUuid', typ: '' },
1220
- { json: 'responseUuid', js: 'responseUuid', typ: '' },
1221
- { json: 'timestamp', js: 'timestamp', typ: Date },
1222
- ], false),
1223
- FindIntentsByContextAgentErrorResponsePayload: o([{ json: 'error', js: 'error', typ: r('ErrorMessage') }], false),
1224
- FindIntentsByContextAgentRequest: o([
1225
- { json: 'meta', js: 'meta', typ: r('FindIntentsByContextAgentRequestMeta') },
1226
- { json: 'payload', js: 'payload', typ: r('FindIntentsByContextAgentRequestPayload') },
1227
- { json: 'type', js: 'type', typ: r('RequestMessageType') },
1228
- ], false),
1229
- FindIntentsByContextAgentRequestMeta: o([
1230
- { json: 'requestUuid', js: 'requestUuid', typ: '' },
1231
- { json: 'source', js: 'source', typ: u(undefined, r('SourceObject')) },
1232
- { json: 'timestamp', js: 'timestamp', typ: Date },
1233
- { json: 'destination', js: 'destination', typ: u(undefined, r('BridgeParticipantIdentifier')) },
1234
- ], false),
1235
- FindIntentsByContextAgentRequestPayload: o([{ json: 'context', js: 'context', typ: r('ContextElement') }], false),
1236
- FindIntentsByContextAgentResponse: o([
1237
- { json: 'meta', js: 'meta', typ: r('FindIntentsByContextAgentResponseMeta') },
1238
- { json: 'payload', js: 'payload', typ: r('FindIntentsByContextAgentResponsePayload') },
1239
- { json: 'type', js: 'type', typ: r('ResponseMessageType') },
1240
- ], false),
1241
- FindIntentsByContextAgentResponseMeta: o([
1242
- { json: 'requestUuid', js: 'requestUuid', typ: '' },
1243
- { json: 'responseUuid', js: 'responseUuid', typ: '' },
1244
- { json: 'timestamp', js: 'timestamp', typ: Date },
1245
- ], false),
1246
- FindIntentsByContextAgentResponsePayload: o([{ json: 'appIntents', js: 'appIntents', typ: a(r('AppIntent')) }], false),
1247
- FindIntentsByContextBridgeErrorResponse: o([
1248
- { json: 'meta', js: 'meta', typ: r('FindIntentsByContextBridgeErrorResponseMeta') },
1249
- { json: 'payload', js: 'payload', typ: r('FindIntentsByContextBridgeErrorResponsePayload') },
1250
- { json: 'type', js: 'type', typ: '' },
1251
- ], false),
1252
- FindIntentsByContextBridgeErrorResponseMeta: o([
1253
- { json: 'errorDetails', js: 'errorDetails', typ: a(r('ResponseErrorDetail')) },
1254
- { json: 'errorSources', js: 'errorSources', typ: a(r('DesktopAgentIdentifier')) },
1255
- { json: 'requestUuid', js: 'requestUuid', typ: '' },
1256
- { json: 'responseUuid', js: 'responseUuid', typ: '' },
1257
- { json: 'timestamp', js: 'timestamp', typ: Date },
1258
- ], false),
1259
- FindIntentsByContextBridgeErrorResponsePayload: o([{ json: 'error', js: 'error', typ: r('ErrorMessage') }], false),
1260
- FindIntentsByContextBridgeRequest: o([
1261
- { json: 'meta', js: 'meta', typ: r('FindIntentsByContextBridgeRequestMeta') },
1262
- { json: 'payload', js: 'payload', typ: r('FindIntentsByContextBridgeRequestPayload') },
1263
- { json: 'type', js: 'type', typ: '' },
1264
- ], false),
1265
- FindIntentsByContextBridgeRequestMeta: o([
1266
- { json: 'requestUuid', js: 'requestUuid', typ: '' },
1267
- { json: 'source', js: 'source', typ: r('MetaSource') },
1268
- { json: 'timestamp', js: 'timestamp', typ: Date },
1269
- { json: 'destination', js: 'destination', typ: u(undefined, r('BridgeParticipantIdentifier')) },
1270
- ], false),
1271
- FindIntentsByContextBridgeRequestPayload: o([{ json: 'context', js: 'context', typ: r('ContextElement') }], false),
1272
- FindIntentsByContextBridgeResponse: o([
1273
- { json: 'meta', js: 'meta', typ: r('FindIntentsByContextBridgeResponseMeta') },
1274
- { json: 'payload', js: 'payload', typ: r('FindIntentsByContextBridgeResponsePayload') },
1275
- { json: 'type', js: 'type', typ: '' },
1276
- ], false),
1277
- FindIntentsByContextBridgeResponseMeta: o([
1278
- { json: 'errorDetails', js: 'errorDetails', typ: u(undefined, a(r('ResponseErrorDetail'))) },
1279
- { json: 'errorSources', js: 'errorSources', typ: u(undefined, a(r('DesktopAgentIdentifier'))) },
1280
- { json: 'requestUuid', js: 'requestUuid', typ: '' },
1281
- { json: 'responseUuid', js: 'responseUuid', typ: '' },
1282
- { json: 'sources', js: 'sources', typ: u(undefined, a(r('DesktopAgentIdentifier'))) },
1283
- { json: 'timestamp', js: 'timestamp', typ: Date },
1284
- ], false),
1285
- FindIntentsByContextBridgeResponsePayload: o([{ json: 'appIntents', js: 'appIntents', typ: a(r('AppIntent')) }], false),
1286
- GetAppMetadataAgentErrorResponse: o([
1287
- { json: 'meta', js: 'meta', typ: r('GetAppMetadataAgentErrorResponseMeta') },
1288
- { json: 'payload', js: 'payload', typ: r('GetAppMetadataAgentErrorResponsePayload') },
1289
- { json: 'type', js: 'type', typ: r('ResponseMessageType') },
1290
- ], false),
1291
- GetAppMetadataAgentErrorResponseMeta: o([
1292
- { json: 'requestUuid', js: 'requestUuid', typ: '' },
1293
- { json: 'responseUuid', js: 'responseUuid', typ: '' },
1294
- { json: 'timestamp', js: 'timestamp', typ: Date },
1295
- ], false),
1296
- GetAppMetadataAgentErrorResponsePayload: o([{ json: 'error', js: 'error', typ: r('ErrorMessage') }], false),
1297
- GetAppMetadataAgentRequest: o([
1298
- { json: 'meta', js: 'meta', typ: r('GetAppMetadataAgentRequestMeta') },
1299
- { json: 'payload', js: 'payload', typ: r('GetAppMetadataAgentRequestPayload') },
1300
- { json: 'type', js: 'type', typ: r('RequestMessageType') },
1301
- ], false),
1302
- GetAppMetadataAgentRequestMeta: o([
1303
- { json: 'destination', js: 'destination', typ: u(undefined, r('DestinationObject')) },
1304
- { json: 'requestUuid', js: 'requestUuid', typ: '' },
1305
- { json: 'source', js: 'source', typ: u(undefined, r('SourceIdentifier')) },
1306
- { json: 'timestamp', js: 'timestamp', typ: Date },
1307
- ], false),
1308
- GetAppMetadataAgentRequestPayload: o([{ json: 'app', js: 'app', typ: r('AppDestinationIdentifier') }], false),
1309
- AppDestinationIdentifier: o([
1310
- { json: 'desktopAgent', js: 'desktopAgent', typ: '' },
1311
- { json: 'appId', js: 'appId', typ: '' },
1312
- { json: 'instanceId', js: 'instanceId', typ: u(undefined, '') },
1313
- ], 'any'),
1314
- GetAppMetadataAgentResponse: o([
1315
- { json: 'meta', js: 'meta', typ: r('GetAppMetadataAgentResponseMeta') },
1316
- { json: 'payload', js: 'payload', typ: r('GetAppMetadataAgentResponsePayload') },
1317
- { json: 'type', js: 'type', typ: r('ResponseMessageType') },
1318
- ], false),
1319
- GetAppMetadataAgentResponseMeta: o([
1320
- { json: 'requestUuid', js: 'requestUuid', typ: '' },
1321
- { json: 'responseUuid', js: 'responseUuid', typ: '' },
1322
- { json: 'timestamp', js: 'timestamp', typ: Date },
1323
- ], false),
1324
- GetAppMetadataAgentResponsePayload: o([{ json: 'appMetadata', js: 'appMetadata', typ: r('AppMetadata') }], false),
1325
- GetAppMetadataBridgeErrorResponse: o([
1326
- { json: 'meta', js: 'meta', typ: r('GetAppMetadataBridgeErrorResponseMeta') },
1327
- { json: 'payload', js: 'payload', typ: r('GetAppMetadataBridgeErrorResponsePayload') },
1328
- { json: 'type', js: 'type', typ: '' },
1329
- ], false),
1330
- GetAppMetadataBridgeErrorResponseMeta: o([
1331
- { json: 'errorDetails', js: 'errorDetails', typ: a(r('ResponseErrorDetail')) },
1332
- { json: 'errorSources', js: 'errorSources', typ: a(r('DesktopAgentIdentifier')) },
1333
- { json: 'requestUuid', js: 'requestUuid', typ: '' },
1334
- { json: 'responseUuid', js: 'responseUuid', typ: '' },
1335
- { json: 'timestamp', js: 'timestamp', typ: Date },
1336
- ], false),
1337
- GetAppMetadataBridgeErrorResponsePayload: o([{ json: 'error', js: 'error', typ: r('ErrorMessage') }], false),
1338
- GetAppMetadataBridgeRequest: o([
1339
- { json: 'meta', js: 'meta', typ: r('GetAppMetadataBridgeRequestMeta') },
1340
- { json: 'payload', js: 'payload', typ: r('GetAppMetadataBridgeRequestPayload') },
1341
- { json: 'type', js: 'type', typ: '' },
1342
- ], false),
1343
- GetAppMetadataBridgeRequestMeta: o([
1344
- { json: 'destination', js: 'destination', typ: u(undefined, r('DestinationObject')) },
1345
- { json: 'requestUuid', js: 'requestUuid', typ: '' },
1346
- { json: 'source', js: 'source', typ: r('MetaSourceObject') },
1347
- { json: 'timestamp', js: 'timestamp', typ: Date },
1348
- ], false),
1349
- MetaSourceObject: o([
1350
- { json: 'appId', js: 'appId', typ: u(undefined, '') },
1351
- { json: 'desktopAgent', js: 'desktopAgent', typ: '' },
1352
- { json: 'instanceId', js: 'instanceId', typ: u(undefined, '') },
1353
- ], 'any'),
1354
- GetAppMetadataBridgeRequestPayload: o([{ json: 'app', js: 'app', typ: r('AppDestinationIdentifier') }], false),
1355
- GetAppMetadataBridgeResponse: o([
1356
- { json: 'meta', js: 'meta', typ: r('GetAppMetadataBridgeResponseMeta') },
1357
- { json: 'payload', js: 'payload', typ: r('GetAppMetadataBridgeResponsePayload') },
1358
- { json: 'type', js: 'type', typ: '' },
1359
- ], false),
1360
- GetAppMetadataBridgeResponseMeta: o([
1361
- { json: 'errorDetails', js: 'errorDetails', typ: u(undefined, a(r('ResponseErrorDetail'))) },
1362
- { json: 'errorSources', js: 'errorSources', typ: u(undefined, a(r('DesktopAgentIdentifier'))) },
1363
- { json: 'requestUuid', js: 'requestUuid', typ: '' },
1364
- { json: 'responseUuid', js: 'responseUuid', typ: '' },
1365
- { json: 'sources', js: 'sources', typ: u(undefined, a(r('DesktopAgentIdentifier'))) },
1366
- { json: 'timestamp', js: 'timestamp', typ: Date },
1367
- ], false),
1368
- GetAppMetadataBridgeResponsePayload: o([{ json: 'appMetadata', js: 'appMetadata', typ: r('AppMetadata') }], false),
1369
- OpenAgentErrorResponse: o([
1370
- { json: 'meta', js: 'meta', typ: r('OpenAgentErrorResponseMeta') },
1371
- { json: 'payload', js: 'payload', typ: r('OpenAgentErrorResponsePayload') },
1372
- { json: 'type', js: 'type', typ: r('ResponseMessageType') },
1373
- ], false),
1374
- OpenAgentErrorResponseMeta: o([
1375
- { json: 'requestUuid', js: 'requestUuid', typ: '' },
1376
- { json: 'responseUuid', js: 'responseUuid', typ: '' },
1377
- { json: 'timestamp', js: 'timestamp', typ: Date },
1378
- ], false),
1379
- OpenAgentErrorResponsePayload: o([{ json: 'error', js: 'error', typ: r('OpenErrorMessage') }], false),
1380
- OpenAgentRequest: o([
1381
- { json: 'meta', js: 'meta', typ: r('OpenAgentRequestMeta') },
1382
- { json: 'payload', js: 'payload', typ: r('OpenAgentRequestPayload') },
1383
- { json: 'type', js: 'type', typ: r('RequestMessageType') },
1384
- ], false),
1385
- OpenAgentRequestMeta: o([
1386
- { json: 'destination', js: 'destination', typ: u(undefined, r('DestinationObject')) },
1387
- { json: 'requestUuid', js: 'requestUuid', typ: '' },
1388
- { json: 'source', js: 'source', typ: r('SourceObject') },
1389
- { json: 'timestamp', js: 'timestamp', typ: Date },
1390
- ], false),
1391
- OpenAgentRequestPayload: o([
1392
- { json: 'app', js: 'app', typ: r('AppToOpen') },
1393
- { json: 'context', js: 'context', typ: u(undefined, r('ContextElement')) },
1394
- ], false),
1395
- AppToOpen: o([
1396
- { json: 'desktopAgent', js: 'desktopAgent', typ: '' },
1397
- { json: 'appId', js: 'appId', typ: '' },
1398
- { json: 'instanceId', js: 'instanceId', typ: u(undefined, '') },
1399
- ], 'any'),
1400
- OpenAgentResponse: o([
1401
- { json: 'meta', js: 'meta', typ: r('OpenAgentResponseMeta') },
1402
- { json: 'payload', js: 'payload', typ: r('OpenAgentResponsePayload') },
1403
- { json: 'type', js: 'type', typ: r('ResponseMessageType') },
1404
- ], false),
1405
- OpenAgentResponseMeta: o([
1406
- { json: 'requestUuid', js: 'requestUuid', typ: '' },
1407
- { json: 'responseUuid', js: 'responseUuid', typ: '' },
1408
- { json: 'timestamp', js: 'timestamp', typ: Date },
1409
- ], false),
1410
- OpenAgentResponsePayload: o([{ json: 'appIdentifier', js: 'appIdentifier', typ: r('AppIdentifier') }], false),
1411
- OpenBridgeErrorResponse: o([
1412
- { json: 'meta', js: 'meta', typ: r('OpenBridgeErrorResponseMeta') },
1413
- { json: 'payload', js: 'payload', typ: r('OpenBridgeErrorResponsePayload') },
1414
- { json: 'type', js: 'type', typ: '' },
1415
- ], false),
1416
- OpenBridgeErrorResponseMeta: o([
1417
- { json: 'errorDetails', js: 'errorDetails', typ: a(r('ResponseErrorDetail')) },
1418
- { json: 'errorSources', js: 'errorSources', typ: a(r('DesktopAgentIdentifier')) },
1419
- { json: 'requestUuid', js: 'requestUuid', typ: '' },
1420
- { json: 'responseUuid', js: 'responseUuid', typ: '' },
1421
- { json: 'timestamp', js: 'timestamp', typ: Date },
1422
- ], false),
1423
- OpenBridgeErrorResponsePayload: o([{ json: 'error', js: 'error', typ: r('OpenErrorMessage') }], false),
1424
- OpenBridgeRequest: o([
1425
- { json: 'meta', js: 'meta', typ: r('OpenBridgeRequestMeta') },
1426
- { json: 'payload', js: 'payload', typ: r('OpenBridgeRequestPayload') },
1427
- { json: 'type', js: 'type', typ: '' },
1428
- ], false),
1429
- OpenBridgeRequestMeta: o([
1430
- { json: 'destination', js: 'destination', typ: u(undefined, r('DestinationObject')) },
1431
- { json: 'requestUuid', js: 'requestUuid', typ: '' },
1432
- { json: 'source', js: 'source', typ: r('MetaSource') },
1433
- { json: 'timestamp', js: 'timestamp', typ: Date },
1434
- ], false),
1435
- OpenBridgeRequestPayload: o([
1436
- { json: 'app', js: 'app', typ: r('AppToOpen') },
1437
- { json: 'context', js: 'context', typ: u(undefined, r('ContextElement')) },
1438
- ], false),
1439
- OpenBridgeResponse: o([
1440
- { json: 'meta', js: 'meta', typ: r('OpenBridgeResponseMeta') },
1441
- { json: 'payload', js: 'payload', typ: r('OpenBridgeResponsePayload') },
1442
- { json: 'type', js: 'type', typ: '' },
1443
- ], false),
1444
- OpenBridgeResponseMeta: o([
1445
- { json: 'errorDetails', js: 'errorDetails', typ: u(undefined, a(r('ResponseErrorDetail'))) },
1446
- { json: 'errorSources', js: 'errorSources', typ: u(undefined, a(r('DesktopAgentIdentifier'))) },
1447
- { json: 'requestUuid', js: 'requestUuid', typ: '' },
1448
- { json: 'responseUuid', js: 'responseUuid', typ: '' },
1449
- { json: 'sources', js: 'sources', typ: u(undefined, a(r('DesktopAgentIdentifier'))) },
1450
- { json: 'timestamp', js: 'timestamp', typ: Date },
1451
- ], false),
1452
- OpenBridgeResponsePayload: o([{ json: 'appIdentifier', js: 'appIdentifier', typ: r('AppIdentifier') }], false),
1453
- PrivateChannelBroadcastAgentRequest: o([
1454
- { json: 'meta', js: 'meta', typ: r('PrivateChannelBroadcastAgentRequestMeta') },
1455
- { json: 'payload', js: 'payload', typ: r('PrivateChannelBroadcastAgentRequestPayload') },
1456
- { json: 'type', js: 'type', typ: r('RequestMessageType') },
1457
- ], false),
1458
- PrivateChannelBroadcastAgentRequestMeta: o([
1459
- { json: 'destination', js: 'destination', typ: u(undefined, r('MetaDestination')) },
1460
- { json: 'requestUuid', js: 'requestUuid', typ: '' },
1461
- { json: 'source', js: 'source', typ: u(undefined, r('SourceObject')) },
1462
- { json: 'timestamp', js: 'timestamp', typ: Date },
1463
- ], false),
1464
- MetaDestination: o([
1465
- { json: 'desktopAgent', js: 'desktopAgent', typ: '' },
1466
- { json: 'appId', js: 'appId', typ: '' },
1467
- { json: 'instanceId', js: 'instanceId', typ: u(undefined, '') },
1468
- ], 'any'),
1469
- PrivateChannelBroadcastAgentRequestPayload: o([
1470
- { json: 'channelId', js: 'channelId', typ: '' },
1471
- { json: 'context', js: 'context', typ: r('ContextElement') },
1472
- ], false),
1473
- PrivateChannelBroadcastBridgeRequest: o([
1474
- { json: 'meta', js: 'meta', typ: r('PrivateChannelBroadcastBridgeRequestMeta') },
1475
- { json: 'payload', js: 'payload', typ: r('PrivateChannelBroadcastBridgeRequestPayload') },
1476
- { json: 'type', js: 'type', typ: '' },
1477
- ], false),
1478
- PrivateChannelBroadcastBridgeRequestMeta: o([
1479
- { json: 'destination', js: 'destination', typ: u(undefined, r('MetaDestination')) },
1480
- { json: 'requestUuid', js: 'requestUuid', typ: '' },
1481
- { json: 'source', js: 'source', typ: r('MetaSource') },
1482
- { json: 'timestamp', js: 'timestamp', typ: Date },
1483
- ], false),
1484
- PrivateChannelBroadcastBridgeRequestPayload: o([
1485
- { json: 'channelId', js: 'channelId', typ: '' },
1486
- { json: 'context', js: 'context', typ: r('ContextElement') },
1487
- ], false),
1488
- PrivateChannelEventListenerAddedAgentRequest: o([
1489
- { json: 'meta', js: 'meta', typ: r('PrivateChannelEventListenerAddedAgentRequestMeta') },
1490
- { json: 'payload', js: 'payload', typ: r('PrivateChannelEventListenerAddedAgentRequestPayload') },
1491
- { json: 'type', js: 'type', typ: r('RequestMessageType') },
1492
- ], false),
1493
- PrivateChannelEventListenerAddedAgentRequestMeta: o([
1494
- { json: 'destination', js: 'destination', typ: u(undefined, r('MetaDestination')) },
1495
- { json: 'requestUuid', js: 'requestUuid', typ: '' },
1496
- { json: 'source', js: 'source', typ: u(undefined, r('SourceObject')) },
1497
- { json: 'timestamp', js: 'timestamp', typ: Date },
1498
- ], false),
1499
- PrivateChannelEventListenerAddedAgentRequestPayload: o([
1500
- { json: 'channel', js: 'channel', typ: '' },
1501
- { json: 'context', js: 'context', typ: '' },
1502
- ], false),
1503
- PrivateChannelEventListenerAddedBridgeRequest: o([
1504
- { json: 'meta', js: 'meta', typ: r('PrivateChannelEventListenerAddedBridgeRequestMeta') },
1505
- { json: 'payload', js: 'payload', typ: r('PrivateChannelEventListenerAddedBridgeRequestPayload') },
1506
- { json: 'type', js: 'type', typ: '' },
1507
- ], false),
1508
- PrivateChannelEventListenerAddedBridgeRequestMeta: o([
1509
- { json: 'destination', js: 'destination', typ: u(undefined, r('MetaDestination')) },
1510
- { json: 'requestUuid', js: 'requestUuid', typ: '' },
1511
- { json: 'source', js: 'source', typ: r('MetaSource') },
1512
- { json: 'timestamp', js: 'timestamp', typ: Date },
1513
- ], false),
1514
- PrivateChannelEventListenerAddedBridgeRequestPayload: o([
1515
- { json: 'channel', js: 'channel', typ: '' },
1516
- { json: 'context', js: 'context', typ: '' },
1517
- ], false),
1518
- PrivateChannelEventListenerRemovedAgentRequest: o([
1519
- { json: 'meta', js: 'meta', typ: r('PrivateChannelEventListenerRemovedAgentRequestMeta') },
1520
- { json: 'payload', js: 'payload', typ: r('PrivateChannelEventListenerRemovedAgentRequestPayload') },
1521
- { json: 'type', js: 'type', typ: r('RequestMessageType') },
1522
- ], false),
1523
- PrivateChannelEventListenerRemovedAgentRequestMeta: o([
1524
- { json: 'destination', js: 'destination', typ: u(undefined, r('MetaDestination')) },
1525
- { json: 'requestUuid', js: 'requestUuid', typ: '' },
1526
- { json: 'source', js: 'source', typ: u(undefined, r('SourceObject')) },
1527
- { json: 'timestamp', js: 'timestamp', typ: Date },
1528
- ], false),
1529
- PrivateChannelEventListenerRemovedAgentRequestPayload: o([
1530
- { json: 'channel', js: 'channel', typ: '' },
1531
- { json: 'listenerType', js: 'listenerType', typ: '' },
1532
- ], false),
1533
- PrivateChannelEventListenerRemovedBridgeRequest: o([
1534
- { json: 'meta', js: 'meta', typ: r('PrivateChannelEventListenerRemovedBridgeRequestMeta') },
1535
- { json: 'payload', js: 'payload', typ: r('PrivateChannelEventListenerRemovedBridgeRequestPayload') },
1536
- { json: 'type', js: 'type', typ: '' },
1537
- ], false),
1538
- PrivateChannelEventListenerRemovedBridgeRequestMeta: o([
1539
- { json: 'destination', js: 'destination', typ: u(undefined, r('MetaDestination')) },
1540
- { json: 'requestUuid', js: 'requestUuid', typ: '' },
1541
- { json: 'source', js: 'source', typ: r('MetaSource') },
1542
- { json: 'timestamp', js: 'timestamp', typ: Date },
1543
- ], false),
1544
- PrivateChannelEventListenerRemovedBridgeRequestPayload: o([
1545
- { json: 'channel', js: 'channel', typ: '' },
1546
- { json: 'listenerType', js: 'listenerType', typ: '' },
1547
- ], false),
1548
- PrivateChannelOnAddContextListenerAgentRequest: o([
1549
- { json: 'meta', js: 'meta', typ: r('PrivateChannelOnAddContextListenerAgentRequestMeta') },
1550
- { json: 'payload', js: 'payload', typ: r('PrivateChannelOnAddContextListenerAgentRequestPayload') },
1551
- { json: 'type', js: 'type', typ: r('RequestMessageType') },
1552
- ], false),
1553
- PrivateChannelOnAddContextListenerAgentRequestMeta: o([
1554
- { json: 'destination', js: 'destination', typ: u(undefined, r('MetaDestination')) },
1555
- { json: 'requestUuid', js: 'requestUuid', typ: '' },
1556
- { json: 'source', js: 'source', typ: u(undefined, r('SourceObject')) },
1557
- { json: 'timestamp', js: 'timestamp', typ: Date },
1558
- ], false),
1559
- PrivateChannelOnAddContextListenerAgentRequestPayload: o([
1560
- { json: 'channel', js: 'channel', typ: '' },
1561
- { json: 'contextType', js: 'contextType', typ: '' },
1562
- ], false),
1563
- PrivateChannelOnAddContextListenerBridgeRequest: o([
1564
- { json: 'meta', js: 'meta', typ: r('PrivateChannelOnAddContextListenerBridgeRequestMeta') },
1565
- { json: 'payload', js: 'payload', typ: r('PrivateChannelOnAddContextListenerBridgeRequestPayload') },
1566
- { json: 'type', js: 'type', typ: '' },
1567
- ], false),
1568
- PrivateChannelOnAddContextListenerBridgeRequestMeta: o([
1569
- { json: 'destination', js: 'destination', typ: u(undefined, r('MetaDestination')) },
1570
- { json: 'requestUuid', js: 'requestUuid', typ: '' },
1571
- { json: 'source', js: 'source', typ: r('MetaSource') },
1572
- { json: 'timestamp', js: 'timestamp', typ: Date },
1573
- ], false),
1574
- PrivateChannelOnAddContextListenerBridgeRequestPayload: o([
1575
- { json: 'channel', js: 'channel', typ: '' },
1576
- { json: 'contextType', js: 'contextType', typ: '' },
1577
- ], false),
1578
- PrivateChannelOnDisconnectAgentRequest: o([
1579
- { json: 'meta', js: 'meta', typ: r('PrivateChannelOnDisconnectAgentRequestMeta') },
1580
- { json: 'payload', js: 'payload', typ: r('PrivateChannelOnDisconnectAgentRequestPayload') },
1581
- { json: 'type', js: 'type', typ: r('RequestMessageType') },
1582
- ], false),
1583
- PrivateChannelOnDisconnectAgentRequestMeta: o([
1584
- { json: 'destination', js: 'destination', typ: u(undefined, r('MetaDestination')) },
1585
- { json: 'requestUuid', js: 'requestUuid', typ: '' },
1586
- { json: 'source', js: 'source', typ: u(undefined, r('SourceObject')) },
1587
- { json: 'timestamp', js: 'timestamp', typ: Date },
1588
- ], false),
1589
- PrivateChannelOnDisconnectAgentRequestPayload: o([{ json: 'channel', js: 'channel', typ: '' }], false),
1590
- PrivateChannelOnDisconnectBridgeRequest: o([
1591
- { json: 'meta', js: 'meta', typ: r('PrivateChannelOnDisconnectBridgeRequestMeta') },
1592
- { json: 'payload', js: 'payload', typ: r('PrivateChannelOnDisconnectBridgeRequestPayload') },
1593
- { json: 'type', js: 'type', typ: '' },
1594
- ], false),
1595
- PrivateChannelOnDisconnectBridgeRequestMeta: o([
1596
- { json: 'destination', js: 'destination', typ: u(undefined, r('MetaDestination')) },
1597
- { json: 'requestUuid', js: 'requestUuid', typ: '' },
1598
- { json: 'source', js: 'source', typ: r('MetaSource') },
1599
- { json: 'timestamp', js: 'timestamp', typ: Date },
1600
- ], false),
1601
- PrivateChannelOnDisconnectBridgeRequestPayload: o([{ json: 'channel', js: 'channel', typ: '' }], false),
1602
- PrivateChannelOnUnsubscribeAgentRequest: o([
1603
- { json: 'meta', js: 'meta', typ: r('PrivateChannelOnUnsubscribeAgentRequestMeta') },
1604
- { json: 'payload', js: 'payload', typ: r('PrivateChannelOnUnsubscribeAgentRequestPayload') },
1605
- { json: 'type', js: 'type', typ: r('RequestMessageType') },
1606
- ], false),
1607
- PrivateChannelOnUnsubscribeAgentRequestMeta: o([
1608
- { json: 'destination', js: 'destination', typ: u(undefined, r('MetaDestination')) },
1609
- { json: 'requestUuid', js: 'requestUuid', typ: '' },
1610
- { json: 'source', js: 'source', typ: u(undefined, r('SourceObject')) },
1611
- { json: 'timestamp', js: 'timestamp', typ: Date },
1612
- ], false),
1613
- PrivateChannelOnUnsubscribeAgentRequestPayload: o([
1614
- { json: 'channel', js: 'channel', typ: '' },
1615
- { json: 'contextType', js: 'contextType', typ: '' },
1616
- ], false),
1617
- PrivateChannelOnUnsubscribeBridgeRequest: o([
1618
- { json: 'meta', js: 'meta', typ: r('ERequestMetadata') },
1619
- { json: 'payload', js: 'payload', typ: r('PrivateChannelOnUnsubscribeBridgeRequestPayload') },
1620
- { json: 'type', js: 'type', typ: '' },
1621
- ], false),
1622
- ERequestMetadata: o([
1623
- { json: 'destination', js: 'destination', typ: u(undefined, r('MetaDestination')) },
1624
- { json: 'requestUuid', js: 'requestUuid', typ: '' },
1625
- { json: 'source', js: 'source', typ: r('MetaSource') },
1626
- { json: 'timestamp', js: 'timestamp', typ: Date },
1627
- ], false),
1628
- PrivateChannelOnUnsubscribeBridgeRequestPayload: o([
1629
- { json: 'channel', js: 'channel', typ: '' },
1630
- { json: 'contextType', js: 'contextType', typ: '' },
1631
- ], false),
1632
- RaiseIntentAgentErrorResponse: o([
1633
- { json: 'meta', js: 'meta', typ: r('RaiseIntentAgentErrorResponseMeta') },
1634
- { json: 'payload', js: 'payload', typ: r('RaiseIntentAgentErrorResponsePayload') },
1635
- { json: 'type', js: 'type', typ: r('ResponseMessageType') },
1636
- ], false),
1637
- RaiseIntentAgentErrorResponseMeta: o([
1638
- { json: 'requestUuid', js: 'requestUuid', typ: '' },
1639
- { json: 'responseUuid', js: 'responseUuid', typ: '' },
1640
- { json: 'timestamp', js: 'timestamp', typ: Date },
1641
- ], false),
1642
- RaiseIntentAgentErrorResponsePayload: o([{ json: 'error', js: 'error', typ: r('ErrorMessage') }], false),
1643
- RaiseIntentAgentRequest: o([
1644
- { json: 'meta', js: 'meta', typ: r('RaiseIntentAgentRequestMeta') },
1645
- { json: 'payload', js: 'payload', typ: r('RaiseIntentAgentRequestPayload') },
1646
- { json: 'type', js: 'type', typ: r('RequestMessageType') },
1647
- ], false),
1648
- RaiseIntentAgentRequestMeta: o([
1649
- { json: 'destination', js: 'destination', typ: r('MetaDestination') },
1650
- { json: 'requestUuid', js: 'requestUuid', typ: '' },
1651
- { json: 'source', js: 'source', typ: r('SourceObject') },
1652
- { json: 'timestamp', js: 'timestamp', typ: Date },
1653
- ], false),
1654
- RaiseIntentAgentRequestPayload: o([
1655
- { json: 'app', js: 'app', typ: r('AppDestinationIdentifier') },
1656
- { json: 'context', js: 'context', typ: r('ContextElement') },
1657
- { json: 'intent', js: 'intent', typ: '' },
1658
- ], false),
1659
- RaiseIntentAgentResponse: o([
1660
- { json: 'meta', js: 'meta', typ: r('RaiseIntentAgentResponseMeta') },
1661
- { json: 'payload', js: 'payload', typ: r('RaiseIntentAgentResponsePayload') },
1662
- { json: 'type', js: 'type', typ: r('ResponseMessageType') },
1663
- ], false),
1664
- RaiseIntentAgentResponseMeta: o([
1665
- { json: 'requestUuid', js: 'requestUuid', typ: '' },
1666
- { json: 'responseUuid', js: 'responseUuid', typ: '' },
1667
- { json: 'timestamp', js: 'timestamp', typ: Date },
1668
- ], false),
1669
- RaiseIntentAgentResponsePayload: o([{ json: 'intentResolution', js: 'intentResolution', typ: r('IntentResolution') }], false),
1670
- IntentResolution: o([
1671
- { json: 'intent', js: 'intent', typ: '' },
1672
- { json: 'source', js: 'source', typ: r('AppIdentifier') },
1673
- { json: 'version', js: 'version', typ: u(undefined, '') },
1674
- ], false),
1675
- RaiseIntentBridgeErrorResponse: o([
1676
- { json: 'meta', js: 'meta', typ: r('RaiseIntentBridgeErrorResponseMeta') },
1677
- { json: 'payload', js: 'payload', typ: r('RaiseIntentBridgeErrorResponsePayload') },
1678
- { json: 'type', js: 'type', typ: '' },
1679
- ], false),
1680
- RaiseIntentBridgeErrorResponseMeta: o([
1681
- { json: 'errorDetails', js: 'errorDetails', typ: a(r('ResponseErrorDetail')) },
1682
- { json: 'errorSources', js: 'errorSources', typ: a(r('DesktopAgentIdentifier')) },
1683
- { json: 'requestUuid', js: 'requestUuid', typ: '' },
1684
- { json: 'responseUuid', js: 'responseUuid', typ: '' },
1685
- { json: 'timestamp', js: 'timestamp', typ: Date },
1686
- ], false),
1687
- RaiseIntentBridgeErrorResponsePayload: o([{ json: 'error', js: 'error', typ: r('ErrorMessage') }], false),
1688
- RaiseIntentBridgeRequest: o([
1689
- { json: 'meta', js: 'meta', typ: r('RaiseIntentBridgeRequestMeta') },
1690
- { json: 'payload', js: 'payload', typ: r('RaiseIntentBridgeRequestPayload') },
1691
- { json: 'type', js: 'type', typ: '' },
1692
- ], false),
1693
- RaiseIntentBridgeRequestMeta: o([
1694
- { json: 'destination', js: 'destination', typ: r('MetaDestination') },
1695
- { json: 'requestUuid', js: 'requestUuid', typ: '' },
1696
- { json: 'source', js: 'source', typ: r('MetaSource') },
1697
- { json: 'timestamp', js: 'timestamp', typ: Date },
1698
- ], false),
1699
- RaiseIntentBridgeRequestPayload: o([
1700
- { json: 'app', js: 'app', typ: r('AppDestinationIdentifier') },
1701
- { json: 'context', js: 'context', typ: r('ContextElement') },
1702
- { json: 'intent', js: 'intent', typ: '' },
1703
- ], false),
1704
- RaiseIntentBridgeResponse: o([
1705
- { json: 'meta', js: 'meta', typ: r('RaiseIntentBridgeResponseMeta') },
1706
- { json: 'payload', js: 'payload', typ: r('RaiseIntentBridgeResponsePayload') },
1707
- { json: 'type', js: 'type', typ: '' },
1708
- ], false),
1709
- RaiseIntentBridgeResponseMeta: o([
1710
- { json: 'errorDetails', js: 'errorDetails', typ: u(undefined, a(r('ResponseErrorDetail'))) },
1711
- { json: 'errorSources', js: 'errorSources', typ: u(undefined, a(r('DesktopAgentIdentifier'))) },
1712
- { json: 'requestUuid', js: 'requestUuid', typ: '' },
1713
- { json: 'responseUuid', js: 'responseUuid', typ: '' },
1714
- { json: 'sources', js: 'sources', typ: u(undefined, a(r('DesktopAgentIdentifier'))) },
1715
- { json: 'timestamp', js: 'timestamp', typ: Date },
1716
- ], false),
1717
- RaiseIntentBridgeResponsePayload: o([{ json: 'intentResolution', js: 'intentResolution', typ: r('IntentResolution') }], false),
1718
- RaiseIntentResultAgentErrorResponse: o([
1719
- { json: 'meta', js: 'meta', typ: r('RaiseIntentResultAgentErrorResponseMeta') },
1720
- { json: 'payload', js: 'payload', typ: r('RaiseIntentResultAgentErrorResponsePayload') },
1721
- { json: 'type', js: 'type', typ: r('ResponseMessageType') },
1722
- ], false),
1723
- RaiseIntentResultAgentErrorResponseMeta: o([
1724
- { json: 'requestUuid', js: 'requestUuid', typ: '' },
1725
- { json: 'responseUuid', js: 'responseUuid', typ: '' },
1726
- { json: 'timestamp', js: 'timestamp', typ: Date },
1727
- ], false),
1728
- RaiseIntentResultAgentErrorResponsePayload: o([{ json: 'error', js: 'error', typ: r('RaiseIntentResultErrorMessage') }], false),
1729
- RaiseIntentResultAgentResponse: o([
1730
- { json: 'meta', js: 'meta', typ: r('RaiseIntentResultAgentResponseMeta') },
1731
- { json: 'payload', js: 'payload', typ: r('RaiseIntentResultAgentResponsePayload') },
1732
- { json: 'type', js: 'type', typ: r('ResponseMessageType') },
1733
- ], false),
1734
- RaiseIntentResultAgentResponseMeta: o([
1735
- { json: 'requestUuid', js: 'requestUuid', typ: '' },
1736
- { json: 'responseUuid', js: 'responseUuid', typ: '' },
1737
- { json: 'timestamp', js: 'timestamp', typ: Date },
1738
- ], false),
1739
- RaiseIntentResultAgentResponsePayload: o([{ json: 'intentResult', js: 'intentResult', typ: r('IntentResult') }], false),
1740
- IntentResult: o([
1741
- { json: 'context', js: 'context', typ: u(undefined, r('ContextElement')) },
1742
- { json: 'channel', js: 'channel', typ: u(undefined, r('Channel')) },
1743
- ], false),
1744
- Channel: o([
1745
- { json: 'displayMetadata', js: 'displayMetadata', typ: u(undefined, r('DisplayMetadata')) },
1746
- { json: 'id', js: 'id', typ: '' },
1747
- { json: 'type', js: 'type', typ: r('Type') },
1748
- ], false),
1749
- DisplayMetadata: o([
1750
- { json: 'color', js: 'color', typ: u(undefined, '') },
1751
- { json: 'glyph', js: 'glyph', typ: u(undefined, '') },
1752
- { json: 'name', js: 'name', typ: u(undefined, '') },
1753
- ], false),
1754
- RaiseIntentResultBridgeErrorResponse: o([
1755
- { json: 'meta', js: 'meta', typ: r('RaiseIntentResultBridgeErrorResponseMeta') },
1756
- { json: 'payload', js: 'payload', typ: r('RaiseIntentResultBridgeErrorResponsePayload') },
1757
- { json: 'type', js: 'type', typ: '' },
1758
- ], false),
1759
- RaiseIntentResultBridgeErrorResponseMeta: o([
1760
- { json: 'errorDetails', js: 'errorDetails', typ: a(r('ResponseErrorDetail')) },
1761
- { json: 'errorSources', js: 'errorSources', typ: a(r('DesktopAgentIdentifier')) },
1762
- { json: 'requestUuid', js: 'requestUuid', typ: '' },
1763
- { json: 'responseUuid', js: 'responseUuid', typ: '' },
1764
- { json: 'timestamp', js: 'timestamp', typ: Date },
1765
- ], false),
1766
- RaiseIntentResultBridgeErrorResponsePayload: o([{ json: 'error', js: 'error', typ: r('RaiseIntentResultErrorMessage') }], false),
1767
- RaiseIntentResultBridgeResponse: o([
1768
- { json: 'meta', js: 'meta', typ: r('RaiseIntentResultBridgeResponseMeta') },
1769
- { json: 'payload', js: 'payload', typ: r('RaiseIntentResultBridgeResponsePayload') },
1770
- { json: 'type', js: 'type', typ: '' },
1771
- ], false),
1772
- RaiseIntentResultBridgeResponseMeta: o([
1773
- { json: 'errorDetails', js: 'errorDetails', typ: u(undefined, a(r('ResponseErrorDetail'))) },
1774
- { json: 'errorSources', js: 'errorSources', typ: u(undefined, a(r('DesktopAgentIdentifier'))) },
1775
- { json: 'requestUuid', js: 'requestUuid', typ: '' },
1776
- { json: 'responseUuid', js: 'responseUuid', typ: '' },
1777
- { json: 'sources', js: 'sources', typ: u(undefined, a(r('DesktopAgentIdentifier'))) },
1778
- { json: 'timestamp', js: 'timestamp', typ: Date },
1779
- ], false),
1780
- RaiseIntentResultBridgeResponsePayload: o([{ json: 'intentResult', js: 'intentResult', typ: r('IntentResult') }], false),
1781
- Context: o([
1782
- { json: 'id', js: 'id', typ: u(undefined, m('any')) },
1783
- { json: 'name', js: 'name', typ: u(undefined, '') },
1784
- { json: 'type', js: 'type', typ: '' },
1785
- ], 'any'),
1786
- ResponseErrorDetail: [
1787
- 'AccessDenied',
1788
- 'AgentDisconnected',
1789
- 'AppNotFound',
1790
- 'AppTimeout',
1791
- 'CreationFailed',
1792
- 'DesktopAgentNotFound',
1793
- 'ErrorOnLaunch',
1794
- 'IntentDeliveryFailed',
1795
- 'IntentHandlerRejected',
1796
- 'MalformedContext',
1797
- 'MalformedMessage',
1798
- 'NoAppsFound',
1799
- 'NoChannelFound',
1800
- 'NoResultReturned',
1801
- 'NotConnectedToBridge',
1802
- 'ResolverTimeout',
1803
- 'ResolverUnavailable',
1804
- 'ResponseToBridgeTimedOut',
1805
- 'TargetAppUnavailable',
1806
- 'TargetInstanceUnavailable',
1807
- 'UserCancelledResolution',
634
+ "AgentErrorResponseMessage": o([
635
+ { json: "meta", js: "meta", typ: r("AgentResponseMetadata") },
636
+ { json: "payload", js: "payload", typ: r("ErrorResponseMessagePayload") },
637
+ { json: "type", js: "type", typ: r("ResponseMessageType") },
638
+ ], false),
639
+ "AgentResponseMetadata": o([
640
+ { json: "requestUuid", js: "requestUuid", typ: "" },
641
+ { json: "responseUuid", js: "responseUuid", typ: "" },
642
+ { json: "timestamp", js: "timestamp", typ: Date },
643
+ ], false),
644
+ "ErrorResponseMessagePayload": o([
645
+ { json: "error", js: "error", typ: r("ResponseErrorDetail") },
646
+ ], "any"),
647
+ "AgentRequestMessage": o([
648
+ { json: "meta", js: "meta", typ: r("AgentRequestMetadata") },
649
+ { json: "payload", js: "payload", typ: m("any") },
650
+ { json: "type", js: "type", typ: r("RequestMessageType") },
651
+ ], false),
652
+ "AgentRequestMetadata": o([
653
+ { json: "destination", js: "destination", typ: u(undefined, r("BridgeParticipantIdentifier")) },
654
+ { json: "requestUuid", js: "requestUuid", typ: "" },
655
+ { json: "source", js: "source", typ: u(undefined, r("SourceIdentifier")) },
656
+ { json: "timestamp", js: "timestamp", typ: Date },
657
+ ], false),
658
+ "BridgeParticipantIdentifier": o([
659
+ { json: "desktopAgent", js: "desktopAgent", typ: "" },
660
+ { json: "appId", js: "appId", typ: u(undefined, "") },
661
+ { json: "instanceId", js: "instanceId", typ: u(undefined, "") },
662
+ ], "any"),
663
+ "SourceIdentifier": o([
664
+ { json: "appId", js: "appId", typ: u(undefined, "") },
665
+ { json: "desktopAgent", js: "desktopAgent", typ: u(undefined, "") },
666
+ { json: "instanceId", js: "instanceId", typ: u(undefined, "") },
667
+ ], "any"),
668
+ "AgentResponseMessage": o([
669
+ { json: "meta", js: "meta", typ: r("AgentResponseMetadata") },
670
+ { json: "payload", js: "payload", typ: m("any") },
671
+ { json: "type", js: "type", typ: r("ResponseMessageType") },
672
+ ], false),
673
+ "BridgeErrorResponseMessage": o([
674
+ { json: "meta", js: "meta", typ: r("BridgeErrorResponseMessageMeta") },
675
+ { json: "payload", js: "payload", typ: r("ResponseErrorMessagePayload") },
676
+ { json: "type", js: "type", typ: "" },
677
+ ], false),
678
+ "BridgeErrorResponseMessageMeta": o([
679
+ { json: "errorDetails", js: "errorDetails", typ: a(r("ResponseErrorDetail")) },
680
+ { json: "errorSources", js: "errorSources", typ: a(r("DesktopAgentIdentifier")) },
681
+ { json: "requestUuid", js: "requestUuid", typ: "" },
682
+ { json: "responseUuid", js: "responseUuid", typ: "" },
683
+ { json: "timestamp", js: "timestamp", typ: Date },
684
+ ], false),
685
+ "DesktopAgentIdentifier": o([
686
+ { json: "desktopAgent", js: "desktopAgent", typ: "" },
687
+ ], "any"),
688
+ "ResponseErrorMessagePayload": o([
689
+ { json: "error", js: "error", typ: u(undefined, r("ResponseErrorDetail")) },
690
+ ], "any"),
691
+ "BridgeRequestMessage": o([
692
+ { json: "meta", js: "meta", typ: r("BridgeRequestMetadata") },
693
+ { json: "payload", js: "payload", typ: m("any") },
694
+ { json: "type", js: "type", typ: "" },
695
+ ], false),
696
+ "BridgeRequestMetadata": o([
697
+ { json: "destination", js: "destination", typ: u(undefined, r("BridgeParticipantIdentifier")) },
698
+ { json: "requestUuid", js: "requestUuid", typ: "" },
699
+ { json: "source", js: "source", typ: r("BridgeParticipantIdentifier") },
700
+ { json: "timestamp", js: "timestamp", typ: Date },
701
+ ], false),
702
+ "BridgeResponseMessage": o([
703
+ { json: "meta", js: "meta", typ: r("BridgeResponseMessageMeta") },
704
+ { json: "payload", js: "payload", typ: m("any") },
705
+ { json: "type", js: "type", typ: "" },
706
+ ], false),
707
+ "BridgeResponseMessageMeta": o([
708
+ { json: "errorDetails", js: "errorDetails", typ: u(undefined, a(r("ResponseErrorDetail"))) },
709
+ { json: "errorSources", js: "errorSources", typ: u(undefined, a(r("DesktopAgentIdentifier"))) },
710
+ { json: "requestUuid", js: "requestUuid", typ: "" },
711
+ { json: "responseUuid", js: "responseUuid", typ: "" },
712
+ { json: "sources", js: "sources", typ: u(undefined, a(r("DesktopAgentIdentifier"))) },
713
+ { json: "timestamp", js: "timestamp", typ: Date },
714
+ ], false),
715
+ "BroadcastAgentRequest": o([
716
+ { json: "meta", js: "meta", typ: r("BroadcastAgentRequestMeta") },
717
+ { json: "payload", js: "payload", typ: r("BroadcastAgentRequestPayload") },
718
+ { json: "type", js: "type", typ: r("BroadcastAgentRequestType") },
719
+ ], false),
720
+ "BroadcastAgentRequestMeta": o([
721
+ { json: "requestUuid", js: "requestUuid", typ: "" },
722
+ { json: "source", js: "source", typ: r("SourceObject") },
723
+ { json: "timestamp", js: "timestamp", typ: Date },
724
+ ], false),
725
+ "SourceObject": o([
726
+ { json: "appId", js: "appId", typ: "" },
727
+ { json: "desktopAgent", js: "desktopAgent", typ: u(undefined, "") },
728
+ { json: "instanceId", js: "instanceId", typ: u(undefined, "") },
729
+ ], "any"),
730
+ "BroadcastAgentRequestPayload": o([
731
+ { json: "channelId", js: "channelId", typ: "" },
732
+ { json: "context", js: "context", typ: r("ContextElement") },
733
+ ], false),
734
+ "ContextElement": o([
735
+ { json: "id", js: "id", typ: u(undefined, m("any")) },
736
+ { json: "name", js: "name", typ: u(undefined, "") },
737
+ { json: "type", js: "type", typ: "" },
738
+ ], "any"),
739
+ "BroadcastBridgeRequest": o([
740
+ { json: "meta", js: "meta", typ: r("BroadcastBridgeRequestMeta") },
741
+ { json: "payload", js: "payload", typ: r("BroadcastBridgeRequestPayload") },
742
+ { json: "type", js: "type", typ: r("BroadcastAgentRequestType") },
743
+ ], false),
744
+ "BroadcastBridgeRequestMeta": o([
745
+ { json: "requestUuid", js: "requestUuid", typ: "" },
746
+ { json: "source", js: "source", typ: r("MetaSource") },
747
+ { json: "timestamp", js: "timestamp", typ: Date },
748
+ ], false),
749
+ "MetaSource": o([
750
+ { json: "appId", js: "appId", typ: "" },
751
+ { json: "desktopAgent", js: "desktopAgent", typ: "" },
752
+ { json: "instanceId", js: "instanceId", typ: u(undefined, "") },
753
+ ], "any"),
754
+ "BroadcastBridgeRequestPayload": o([
755
+ { json: "channelId", js: "channelId", typ: "" },
756
+ { json: "context", js: "context", typ: r("ContextElement") },
757
+ ], false),
758
+ "ConnectionStepMessage": o([
759
+ { json: "meta", js: "meta", typ: r("ConnectionStepMetadata") },
760
+ { json: "payload", js: "payload", typ: m("any") },
761
+ { json: "type", js: "type", typ: r("ConnectionStepMessageType") },
762
+ ], false),
763
+ "ConnectionStepMetadata": o([
764
+ { json: "requestUuid", js: "requestUuid", typ: u(undefined, "") },
765
+ { json: "responseUuid", js: "responseUuid", typ: u(undefined, "") },
766
+ { json: "timestamp", js: "timestamp", typ: Date },
767
+ ], false),
768
+ "ConnectionStep2Hello": o([
769
+ { json: "meta", js: "meta", typ: r("ConnectionStep2HelloMeta") },
770
+ { json: "payload", js: "payload", typ: r("ConnectionStep2HelloPayload") },
771
+ { json: "type", js: "type", typ: r("ConnectionStep2HelloType") },
772
+ ], false),
773
+ "ConnectionStep2HelloMeta": o([
774
+ { json: "timestamp", js: "timestamp", typ: Date },
775
+ ], false),
776
+ "ConnectionStep2HelloPayload": o([
777
+ { json: "authRequired", js: "authRequired", typ: true },
778
+ { json: "authToken", js: "authToken", typ: u(undefined, "") },
779
+ { json: "desktopAgentBridgeVersion", js: "desktopAgentBridgeVersion", typ: "" },
780
+ { json: "supportedFDC3Versions", js: "supportedFDC3Versions", typ: a("") },
781
+ ], false),
782
+ "ConnectionStep3Handshake": o([
783
+ { json: "meta", js: "meta", typ: r("ConnectionStep3HandshakeMeta") },
784
+ { json: "payload", js: "payload", typ: r("ConnectionStep3HandshakePayload") },
785
+ { json: "type", js: "type", typ: r("ConnectionStep3HandshakeType") },
786
+ ], false),
787
+ "ConnectionStep3HandshakeMeta": o([
788
+ { json: "requestUuid", js: "requestUuid", typ: "" },
789
+ { json: "timestamp", js: "timestamp", typ: Date },
790
+ ], false),
791
+ "ConnectionStep3HandshakePayload": o([
792
+ { json: "authToken", js: "authToken", typ: u(undefined, "") },
793
+ { json: "channelsState", js: "channelsState", typ: m(a(r("ContextElement"))) },
794
+ { json: "implementationMetadata", js: "implementationMetadata", typ: r("ConnectingAgentImplementationMetadata") },
795
+ { json: "requestedName", js: "requestedName", typ: "" },
796
+ ], false),
797
+ "ConnectingAgentImplementationMetadata": o([
798
+ { json: "fdc3Version", js: "fdc3Version", typ: "" },
799
+ { json: "optionalFeatures", js: "optionalFeatures", typ: r("OptionalFeatures") },
800
+ { json: "provider", js: "provider", typ: "" },
801
+ { json: "providerVersion", js: "providerVersion", typ: u(undefined, "") },
802
+ ], false),
803
+ "OptionalFeatures": o([
804
+ { json: "DesktopAgentBridging", js: "DesktopAgentBridging", typ: true },
805
+ { json: "OriginatingAppMetadata", js: "OriginatingAppMetadata", typ: true },
806
+ { json: "UserChannelMembershipAPIs", js: "UserChannelMembershipAPIs", typ: true },
807
+ ], false),
808
+ "ConnectionStep4AuthenticationFailed": o([
809
+ { json: "meta", js: "meta", typ: r("ConnectionStep4AuthenticationFailedMeta") },
810
+ { json: "payload", js: "payload", typ: r("ConnectionStep4AuthenticationFailedPayload") },
811
+ { json: "type", js: "type", typ: r("ConnectionStep4AuthenticationFailedType") },
812
+ ], false),
813
+ "ConnectionStep4AuthenticationFailedMeta": o([
814
+ { json: "requestUuid", js: "requestUuid", typ: "" },
815
+ { json: "responseUuid", js: "responseUuid", typ: "" },
816
+ { json: "timestamp", js: "timestamp", typ: Date },
817
+ ], false),
818
+ "ConnectionStep4AuthenticationFailedPayload": o([
819
+ { json: "message", js: "message", typ: u(undefined, "") },
820
+ ], false),
821
+ "ConnectionStep6ConnectedAgentsUpdate": o([
822
+ { json: "meta", js: "meta", typ: r("ConnectionStep6ConnectedAgentsUpdateMeta") },
823
+ { json: "payload", js: "payload", typ: r("ConnectionStep6ConnectedAgentsUpdatePayload") },
824
+ { json: "type", js: "type", typ: r("ConnectionStep6ConnectedAgentsUpdateType") },
825
+ ], false),
826
+ "ConnectionStep6ConnectedAgentsUpdateMeta": o([
827
+ { json: "requestUuid", js: "requestUuid", typ: "" },
828
+ { json: "responseUuid", js: "responseUuid", typ: "" },
829
+ { json: "timestamp", js: "timestamp", typ: Date },
830
+ ], false),
831
+ "ConnectionStep6ConnectedAgentsUpdatePayload": o([
832
+ { json: "addAgent", js: "addAgent", typ: u(undefined, "") },
833
+ { json: "allAgents", js: "allAgents", typ: a(r("DesktopAgentImplementationMetadata")) },
834
+ { json: "channelsState", js: "channelsState", typ: u(undefined, m(a(r("ContextElement")))) },
835
+ { json: "removeAgent", js: "removeAgent", typ: u(undefined, "") },
836
+ ], false),
837
+ "DesktopAgentImplementationMetadata": o([
838
+ { json: "desktopAgent", js: "desktopAgent", typ: "" },
839
+ { json: "fdc3Version", js: "fdc3Version", typ: "" },
840
+ { json: "optionalFeatures", js: "optionalFeatures", typ: r("OptionalFeatures") },
841
+ { json: "provider", js: "provider", typ: "" },
842
+ { json: "providerVersion", js: "providerVersion", typ: u(undefined, "") },
843
+ ], false),
844
+ "FindInstancesAgentErrorResponse": o([
845
+ { json: "meta", js: "meta", typ: r("FindInstancesAgentErrorResponseMeta") },
846
+ { json: "payload", js: "payload", typ: r("FindInstancesAgentErrorResponsePayload") },
847
+ { json: "type", js: "type", typ: r("FindInstancesAgentErrorResponseType") },
848
+ ], false),
849
+ "FindInstancesAgentErrorResponseMeta": o([
850
+ { json: "requestUuid", js: "requestUuid", typ: "" },
851
+ { json: "responseUuid", js: "responseUuid", typ: "" },
852
+ { json: "timestamp", js: "timestamp", typ: Date },
853
+ ], false),
854
+ "FindInstancesAgentErrorResponsePayload": o([
855
+ { json: "error", js: "error", typ: r("ErrorMessage") },
856
+ ], false),
857
+ "FindInstancesAgentRequest": o([
858
+ { json: "meta", js: "meta", typ: r("FindInstancesAgentRequestMeta") },
859
+ { json: "payload", js: "payload", typ: r("FindInstancesAgentRequestPayload") },
860
+ { json: "type", js: "type", typ: r("FindInstancesAgentRequestType") },
861
+ ], false),
862
+ "FindInstancesAgentRequestMeta": o([
863
+ { json: "destination", js: "destination", typ: u(undefined, r("DestinationObject")) },
864
+ { json: "requestUuid", js: "requestUuid", typ: "" },
865
+ { json: "source", js: "source", typ: u(undefined, r("SourceIdentifier")) },
866
+ { json: "timestamp", js: "timestamp", typ: Date },
867
+ ], false),
868
+ "DestinationObject": o([
869
+ { json: "desktopAgent", js: "desktopAgent", typ: "" },
870
+ { json: "appId", js: "appId", typ: u(undefined, "") },
871
+ { json: "instanceId", js: "instanceId", typ: u(undefined, "") },
872
+ ], "any"),
873
+ "FindInstancesAgentRequestPayload": o([
874
+ { json: "app", js: "app", typ: r("AppIdentifier") },
875
+ ], false),
876
+ "AppIdentifier": o([
877
+ { json: "appId", js: "appId", typ: "" },
878
+ { json: "desktopAgent", js: "desktopAgent", typ: u(undefined, "") },
879
+ { json: "instanceId", js: "instanceId", typ: u(undefined, "") },
880
+ ], "any"),
881
+ "FindInstancesAgentResponse": o([
882
+ { json: "meta", js: "meta", typ: r("FindInstancesAgentResponseMeta") },
883
+ { json: "payload", js: "payload", typ: r("FindInstancesAgentResponsePayload") },
884
+ { json: "type", js: "type", typ: r("FindInstancesAgentErrorResponseType") },
885
+ ], false),
886
+ "FindInstancesAgentResponseMeta": o([
887
+ { json: "requestUuid", js: "requestUuid", typ: "" },
888
+ { json: "responseUuid", js: "responseUuid", typ: "" },
889
+ { json: "timestamp", js: "timestamp", typ: Date },
890
+ ], false),
891
+ "FindInstancesAgentResponsePayload": o([
892
+ { json: "appIdentifiers", js: "appIdentifiers", typ: a(r("AppMetadata")) },
893
+ ], false),
894
+ "AppMetadata": o([
895
+ { json: "appId", js: "appId", typ: "" },
896
+ { json: "description", js: "description", typ: u(undefined, "") },
897
+ { json: "desktopAgent", js: "desktopAgent", typ: u(undefined, "") },
898
+ { json: "icons", js: "icons", typ: u(undefined, a(r("Icon"))) },
899
+ { json: "instanceId", js: "instanceId", typ: u(undefined, "") },
900
+ { json: "instanceMetadata", js: "instanceMetadata", typ: u(undefined, m("any")) },
901
+ { json: "name", js: "name", typ: u(undefined, "") },
902
+ { json: "resultType", js: "resultType", typ: u(undefined, u(null, "")) },
903
+ { json: "screenshots", js: "screenshots", typ: u(undefined, a(r("Image"))) },
904
+ { json: "title", js: "title", typ: u(undefined, "") },
905
+ { json: "tooltip", js: "tooltip", typ: u(undefined, "") },
906
+ { json: "version", js: "version", typ: u(undefined, "") },
907
+ ], false),
908
+ "Icon": o([
909
+ { json: "size", js: "size", typ: u(undefined, "") },
910
+ { json: "src", js: "src", typ: "" },
911
+ { json: "type", js: "type", typ: u(undefined, "") },
912
+ ], false),
913
+ "Image": o([
914
+ { json: "label", js: "label", typ: u(undefined, "") },
915
+ { json: "size", js: "size", typ: u(undefined, "") },
916
+ { json: "src", js: "src", typ: "" },
917
+ { json: "type", js: "type", typ: u(undefined, "") },
918
+ ], false),
919
+ "FindInstancesBridgeErrorResponse": o([
920
+ { json: "meta", js: "meta", typ: r("FindInstancesBridgeErrorResponseMeta") },
921
+ { json: "payload", js: "payload", typ: r("FindInstancesBridgeErrorResponsePayload") },
922
+ { json: "type", js: "type", typ: r("FindInstancesAgentErrorResponseType") },
923
+ ], false),
924
+ "FindInstancesBridgeErrorResponseMeta": o([
925
+ { json: "errorDetails", js: "errorDetails", typ: a(r("ResponseErrorDetail")) },
926
+ { json: "errorSources", js: "errorSources", typ: a(r("DesktopAgentIdentifier")) },
927
+ { json: "requestUuid", js: "requestUuid", typ: "" },
928
+ { json: "responseUuid", js: "responseUuid", typ: "" },
929
+ { json: "timestamp", js: "timestamp", typ: Date },
930
+ ], false),
931
+ "FindInstancesBridgeErrorResponsePayload": o([
932
+ { json: "error", js: "error", typ: r("ErrorMessage") },
933
+ ], false),
934
+ "FindInstancesBridgeRequest": o([
935
+ { json: "meta", js: "meta", typ: r("FindInstancesBridgeRequestMeta") },
936
+ { json: "payload", js: "payload", typ: r("FindInstancesBridgeRequestPayload") },
937
+ { json: "type", js: "type", typ: r("FindInstancesAgentRequestType") },
938
+ ], false),
939
+ "FindInstancesBridgeRequestMeta": o([
940
+ { json: "destination", js: "destination", typ: u(undefined, r("DestinationObject")) },
941
+ { json: "requestUuid", js: "requestUuid", typ: "" },
942
+ { json: "source", js: "source", typ: r("MetaSourceObject") },
943
+ { json: "timestamp", js: "timestamp", typ: Date },
944
+ ], false),
945
+ "MetaSourceObject": o([
946
+ { json: "appId", js: "appId", typ: u(undefined, "") },
947
+ { json: "desktopAgent", js: "desktopAgent", typ: "" },
948
+ { json: "instanceId", js: "instanceId", typ: u(undefined, "") },
949
+ ], "any"),
950
+ "FindInstancesBridgeRequestPayload": o([
951
+ { json: "app", js: "app", typ: r("AppIdentifier") },
952
+ ], false),
953
+ "FindInstancesBridgeResponse": o([
954
+ { json: "meta", js: "meta", typ: r("FindInstancesBridgeResponseMeta") },
955
+ { json: "payload", js: "payload", typ: r("FindInstancesBridgeResponsePayload") },
956
+ { json: "type", js: "type", typ: r("FindInstancesAgentErrorResponseType") },
957
+ ], false),
958
+ "FindInstancesBridgeResponseMeta": o([
959
+ { json: "errorDetails", js: "errorDetails", typ: u(undefined, a(r("ResponseErrorDetail"))) },
960
+ { json: "errorSources", js: "errorSources", typ: u(undefined, a(r("DesktopAgentIdentifier"))) },
961
+ { json: "requestUuid", js: "requestUuid", typ: "" },
962
+ { json: "responseUuid", js: "responseUuid", typ: "" },
963
+ { json: "sources", js: "sources", typ: u(undefined, a(r("DesktopAgentIdentifier"))) },
964
+ { json: "timestamp", js: "timestamp", typ: Date },
965
+ ], false),
966
+ "FindInstancesBridgeResponsePayload": o([
967
+ { json: "appIdentifiers", js: "appIdentifiers", typ: a(r("AppMetadata")) },
968
+ ], false),
969
+ "FindIntentAgentErrorResponse": o([
970
+ { json: "meta", js: "meta", typ: r("FindIntentAgentErrorResponseMeta") },
971
+ { json: "payload", js: "payload", typ: r("FindIntentAgentErrorResponsePayload") },
972
+ { json: "type", js: "type", typ: r("FindIntentAgentErrorResponseType") },
973
+ ], false),
974
+ "FindIntentAgentErrorResponseMeta": o([
975
+ { json: "requestUuid", js: "requestUuid", typ: "" },
976
+ { json: "responseUuid", js: "responseUuid", typ: "" },
977
+ { json: "timestamp", js: "timestamp", typ: Date },
978
+ ], false),
979
+ "FindIntentAgentErrorResponsePayload": o([
980
+ { json: "error", js: "error", typ: r("ErrorMessage") },
981
+ ], false),
982
+ "FindIntentAgentRequest": o([
983
+ { json: "meta", js: "meta", typ: r("FindIntentAgentRequestMeta") },
984
+ { json: "payload", js: "payload", typ: r("FindIntentAgentRequestPayload") },
985
+ { json: "type", js: "type", typ: r("FindIntentAgentRequestType") },
986
+ ], false),
987
+ "FindIntentAgentRequestMeta": o([
988
+ { json: "requestUuid", js: "requestUuid", typ: "" },
989
+ { json: "source", js: "source", typ: u(undefined, r("SourceIdentifier")) },
990
+ { json: "timestamp", js: "timestamp", typ: Date },
991
+ { json: "destination", js: "destination", typ: u(undefined, r("BridgeParticipantIdentifier")) },
992
+ ], false),
993
+ "FindIntentAgentRequestPayload": o([
994
+ { json: "context", js: "context", typ: u(undefined, r("ContextElement")) },
995
+ { json: "intent", js: "intent", typ: "" },
996
+ { json: "resultType", js: "resultType", typ: u(undefined, "") },
997
+ ], false),
998
+ "FindIntentAgentResponse": o([
999
+ { json: "meta", js: "meta", typ: r("FindIntentAgentResponseMeta") },
1000
+ { json: "payload", js: "payload", typ: r("FindIntentAgentResponsePayload") },
1001
+ { json: "type", js: "type", typ: r("FindIntentAgentErrorResponseType") },
1002
+ ], false),
1003
+ "FindIntentAgentResponseMeta": o([
1004
+ { json: "requestUuid", js: "requestUuid", typ: "" },
1005
+ { json: "responseUuid", js: "responseUuid", typ: "" },
1006
+ { json: "timestamp", js: "timestamp", typ: Date },
1007
+ ], false),
1008
+ "FindIntentAgentResponsePayload": o([
1009
+ { json: "appIntent", js: "appIntent", typ: r("AppIntent") },
1010
+ ], false),
1011
+ "AppIntent": o([
1012
+ { json: "apps", js: "apps", typ: a(r("AppMetadata")) },
1013
+ { json: "intent", js: "intent", typ: r("IntentMetadata") },
1014
+ ], false),
1015
+ "IntentMetadata": o([
1016
+ { json: "displayName", js: "displayName", typ: "" },
1017
+ { json: "name", js: "name", typ: "" },
1018
+ ], false),
1019
+ "FindIntentBridgeErrorResponse": o([
1020
+ { json: "meta", js: "meta", typ: r("FindIntentBridgeErrorResponseMeta") },
1021
+ { json: "payload", js: "payload", typ: r("FindIntentBridgeErrorResponsePayload") },
1022
+ { json: "type", js: "type", typ: r("FindIntentAgentErrorResponseType") },
1023
+ ], false),
1024
+ "FindIntentBridgeErrorResponseMeta": o([
1025
+ { json: "errorDetails", js: "errorDetails", typ: a(r("ResponseErrorDetail")) },
1026
+ { json: "errorSources", js: "errorSources", typ: a(r("DesktopAgentIdentifier")) },
1027
+ { json: "requestUuid", js: "requestUuid", typ: "" },
1028
+ { json: "responseUuid", js: "responseUuid", typ: "" },
1029
+ { json: "timestamp", js: "timestamp", typ: Date },
1030
+ ], false),
1031
+ "FindIntentBridgeErrorResponsePayload": o([
1032
+ { json: "error", js: "error", typ: r("ErrorMessage") },
1033
+ ], false),
1034
+ "FindIntentBridgeRequest": o([
1035
+ { json: "meta", js: "meta", typ: r("FindIntentBridgeRequestMeta") },
1036
+ { json: "payload", js: "payload", typ: r("FindIntentBridgeRequestPayload") },
1037
+ { json: "type", js: "type", typ: r("FindIntentAgentRequestType") },
1038
+ ], false),
1039
+ "FindIntentBridgeRequestMeta": o([
1040
+ { json: "requestUuid", js: "requestUuid", typ: "" },
1041
+ { json: "source", js: "source", typ: r("BridgeParticipantIdentifier") },
1042
+ { json: "timestamp", js: "timestamp", typ: Date },
1043
+ { json: "destination", js: "destination", typ: u(undefined, r("BridgeParticipantIdentifier")) },
1044
+ ], false),
1045
+ "FindIntentBridgeRequestPayload": o([
1046
+ { json: "context", js: "context", typ: u(undefined, r("ContextElement")) },
1047
+ { json: "intent", js: "intent", typ: "" },
1048
+ { json: "resultType", js: "resultType", typ: u(undefined, "") },
1049
+ ], false),
1050
+ "FindIntentBridgeResponse": o([
1051
+ { json: "meta", js: "meta", typ: r("FindIntentBridgeResponseMeta") },
1052
+ { json: "payload", js: "payload", typ: r("FindIntentBridgeResponsePayload") },
1053
+ { json: "type", js: "type", typ: r("FindIntentAgentErrorResponseType") },
1054
+ ], false),
1055
+ "FindIntentBridgeResponseMeta": o([
1056
+ { json: "errorDetails", js: "errorDetails", typ: u(undefined, a(r("ResponseErrorDetail"))) },
1057
+ { json: "errorSources", js: "errorSources", typ: u(undefined, a(r("DesktopAgentIdentifier"))) },
1058
+ { json: "requestUuid", js: "requestUuid", typ: "" },
1059
+ { json: "responseUuid", js: "responseUuid", typ: "" },
1060
+ { json: "sources", js: "sources", typ: u(undefined, a(r("DesktopAgentIdentifier"))) },
1061
+ { json: "timestamp", js: "timestamp", typ: Date },
1062
+ ], false),
1063
+ "FindIntentBridgeResponsePayload": o([
1064
+ { json: "appIntent", js: "appIntent", typ: r("AppIntent") },
1065
+ ], false),
1066
+ "FindIntentsByContextAgentErrorResponse": o([
1067
+ { json: "meta", js: "meta", typ: r("FindIntentsByContextAgentErrorResponseMeta") },
1068
+ { json: "payload", js: "payload", typ: r("FindIntentsByContextAgentErrorResponsePayload") },
1069
+ { json: "type", js: "type", typ: r("FindIntentsByContextAgentErrorResponseType") },
1070
+ ], false),
1071
+ "FindIntentsByContextAgentErrorResponseMeta": o([
1072
+ { json: "requestUuid", js: "requestUuid", typ: "" },
1073
+ { json: "responseUuid", js: "responseUuid", typ: "" },
1074
+ { json: "timestamp", js: "timestamp", typ: Date },
1075
+ ], false),
1076
+ "FindIntentsByContextAgentErrorResponsePayload": o([
1077
+ { json: "error", js: "error", typ: r("ErrorMessage") },
1078
+ ], false),
1079
+ "FindIntentsByContextAgentRequest": o([
1080
+ { json: "meta", js: "meta", typ: r("FindIntentsByContextAgentRequestMeta") },
1081
+ { json: "payload", js: "payload", typ: r("FindIntentsByContextAgentRequestPayload") },
1082
+ { json: "type", js: "type", typ: r("FindIntentsByContextAgentRequestType") },
1083
+ ], false),
1084
+ "FindIntentsByContextAgentRequestMeta": o([
1085
+ { json: "requestUuid", js: "requestUuid", typ: "" },
1086
+ { json: "source", js: "source", typ: u(undefined, r("SourceObject")) },
1087
+ { json: "timestamp", js: "timestamp", typ: Date },
1088
+ { json: "destination", js: "destination", typ: u(undefined, r("BridgeParticipantIdentifier")) },
1089
+ ], false),
1090
+ "FindIntentsByContextAgentRequestPayload": o([
1091
+ { json: "context", js: "context", typ: r("ContextElement") },
1092
+ ], false),
1093
+ "FindIntentsByContextAgentResponse": o([
1094
+ { json: "meta", js: "meta", typ: r("FindIntentsByContextAgentResponseMeta") },
1095
+ { json: "payload", js: "payload", typ: r("FindIntentsByContextAgentResponsePayload") },
1096
+ { json: "type", js: "type", typ: r("FindIntentsByContextAgentErrorResponseType") },
1097
+ ], false),
1098
+ "FindIntentsByContextAgentResponseMeta": o([
1099
+ { json: "requestUuid", js: "requestUuid", typ: "" },
1100
+ { json: "responseUuid", js: "responseUuid", typ: "" },
1101
+ { json: "timestamp", js: "timestamp", typ: Date },
1102
+ ], false),
1103
+ "FindIntentsByContextAgentResponsePayload": o([
1104
+ { json: "appIntents", js: "appIntents", typ: a(r("AppIntent")) },
1105
+ ], false),
1106
+ "FindIntentsByContextBridgeErrorResponse": o([
1107
+ { json: "meta", js: "meta", typ: r("FindIntentsByContextBridgeErrorResponseMeta") },
1108
+ { json: "payload", js: "payload", typ: r("FindIntentsByContextBridgeErrorResponsePayload") },
1109
+ { json: "type", js: "type", typ: r("FindIntentsByContextAgentErrorResponseType") },
1110
+ ], false),
1111
+ "FindIntentsByContextBridgeErrorResponseMeta": o([
1112
+ { json: "errorDetails", js: "errorDetails", typ: a(r("ResponseErrorDetail")) },
1113
+ { json: "errorSources", js: "errorSources", typ: a(r("DesktopAgentIdentifier")) },
1114
+ { json: "requestUuid", js: "requestUuid", typ: "" },
1115
+ { json: "responseUuid", js: "responseUuid", typ: "" },
1116
+ { json: "timestamp", js: "timestamp", typ: Date },
1117
+ ], false),
1118
+ "FindIntentsByContextBridgeErrorResponsePayload": o([
1119
+ { json: "error", js: "error", typ: r("ErrorMessage") },
1120
+ ], false),
1121
+ "FindIntentsByContextBridgeRequest": o([
1122
+ { json: "meta", js: "meta", typ: r("FindIntentsByContextBridgeRequestMeta") },
1123
+ { json: "payload", js: "payload", typ: r("FindIntentsByContextBridgeRequestPayload") },
1124
+ { json: "type", js: "type", typ: r("FindIntentsByContextAgentRequestType") },
1125
+ ], false),
1126
+ "FindIntentsByContextBridgeRequestMeta": o([
1127
+ { json: "requestUuid", js: "requestUuid", typ: "" },
1128
+ { json: "source", js: "source", typ: r("MetaSource") },
1129
+ { json: "timestamp", js: "timestamp", typ: Date },
1130
+ { json: "destination", js: "destination", typ: u(undefined, r("BridgeParticipantIdentifier")) },
1131
+ ], false),
1132
+ "FindIntentsByContextBridgeRequestPayload": o([
1133
+ { json: "context", js: "context", typ: r("ContextElement") },
1134
+ ], false),
1135
+ "FindIntentsByContextBridgeResponse": o([
1136
+ { json: "meta", js: "meta", typ: r("FindIntentsByContextBridgeResponseMeta") },
1137
+ { json: "payload", js: "payload", typ: r("FindIntentsByContextBridgeResponsePayload") },
1138
+ { json: "type", js: "type", typ: r("FindIntentsByContextAgentErrorResponseType") },
1139
+ ], false),
1140
+ "FindIntentsByContextBridgeResponseMeta": o([
1141
+ { json: "errorDetails", js: "errorDetails", typ: u(undefined, a(r("ResponseErrorDetail"))) },
1142
+ { json: "errorSources", js: "errorSources", typ: u(undefined, a(r("DesktopAgentIdentifier"))) },
1143
+ { json: "requestUuid", js: "requestUuid", typ: "" },
1144
+ { json: "responseUuid", js: "responseUuid", typ: "" },
1145
+ { json: "sources", js: "sources", typ: u(undefined, a(r("DesktopAgentIdentifier"))) },
1146
+ { json: "timestamp", js: "timestamp", typ: Date },
1147
+ ], false),
1148
+ "FindIntentsByContextBridgeResponsePayload": o([
1149
+ { json: "appIntents", js: "appIntents", typ: a(r("AppIntent")) },
1150
+ ], false),
1151
+ "GetAppMetadataAgentErrorResponse": o([
1152
+ { json: "meta", js: "meta", typ: r("GetAppMetadataAgentErrorResponseMeta") },
1153
+ { json: "payload", js: "payload", typ: r("GetAppMetadataAgentErrorResponsePayload") },
1154
+ { json: "type", js: "type", typ: r("GetAppMetadataAgentErrorResponseType") },
1155
+ ], false),
1156
+ "GetAppMetadataAgentErrorResponseMeta": o([
1157
+ { json: "requestUuid", js: "requestUuid", typ: "" },
1158
+ { json: "responseUuid", js: "responseUuid", typ: "" },
1159
+ { json: "timestamp", js: "timestamp", typ: Date },
1160
+ ], false),
1161
+ "GetAppMetadataAgentErrorResponsePayload": o([
1162
+ { json: "error", js: "error", typ: r("ErrorMessage") },
1163
+ ], false),
1164
+ "GetAppMetadataAgentRequest": o([
1165
+ { json: "meta", js: "meta", typ: r("GetAppMetadataAgentRequestMeta") },
1166
+ { json: "payload", js: "payload", typ: r("GetAppMetadataAgentRequestPayload") },
1167
+ { json: "type", js: "type", typ: r("GetAppMetadataAgentRequestType") },
1168
+ ], false),
1169
+ "GetAppMetadataAgentRequestMeta": o([
1170
+ { json: "destination", js: "destination", typ: u(undefined, r("DestinationObject")) },
1171
+ { json: "requestUuid", js: "requestUuid", typ: "" },
1172
+ { json: "source", js: "source", typ: u(undefined, r("SourceIdentifier")) },
1173
+ { json: "timestamp", js: "timestamp", typ: Date },
1174
+ ], false),
1175
+ "GetAppMetadataAgentRequestPayload": o([
1176
+ { json: "app", js: "app", typ: r("AppDestinationIdentifier") },
1177
+ ], false),
1178
+ "AppDestinationIdentifier": o([
1179
+ { json: "desktopAgent", js: "desktopAgent", typ: "" },
1180
+ { json: "appId", js: "appId", typ: "" },
1181
+ { json: "instanceId", js: "instanceId", typ: u(undefined, "") },
1182
+ ], "any"),
1183
+ "GetAppMetadataAgentResponse": o([
1184
+ { json: "meta", js: "meta", typ: r("GetAppMetadataAgentResponseMeta") },
1185
+ { json: "payload", js: "payload", typ: r("GetAppMetadataAgentResponsePayload") },
1186
+ { json: "type", js: "type", typ: r("GetAppMetadataAgentErrorResponseType") },
1187
+ ], false),
1188
+ "GetAppMetadataAgentResponseMeta": o([
1189
+ { json: "requestUuid", js: "requestUuid", typ: "" },
1190
+ { json: "responseUuid", js: "responseUuid", typ: "" },
1191
+ { json: "timestamp", js: "timestamp", typ: Date },
1192
+ ], false),
1193
+ "GetAppMetadataAgentResponsePayload": o([
1194
+ { json: "appMetadata", js: "appMetadata", typ: r("AppMetadata") },
1195
+ ], false),
1196
+ "GetAppMetadataBridgeErrorResponse": o([
1197
+ { json: "meta", js: "meta", typ: r("GetAppMetadataBridgeErrorResponseMeta") },
1198
+ { json: "payload", js: "payload", typ: r("GetAppMetadataBridgeErrorResponsePayload") },
1199
+ { json: "type", js: "type", typ: r("GetAppMetadataAgentErrorResponseType") },
1200
+ ], false),
1201
+ "GetAppMetadataBridgeErrorResponseMeta": o([
1202
+ { json: "errorDetails", js: "errorDetails", typ: a(r("ResponseErrorDetail")) },
1203
+ { json: "errorSources", js: "errorSources", typ: a(r("DesktopAgentIdentifier")) },
1204
+ { json: "requestUuid", js: "requestUuid", typ: "" },
1205
+ { json: "responseUuid", js: "responseUuid", typ: "" },
1206
+ { json: "timestamp", js: "timestamp", typ: Date },
1207
+ ], false),
1208
+ "GetAppMetadataBridgeErrorResponsePayload": o([
1209
+ { json: "error", js: "error", typ: r("ErrorMessage") },
1210
+ ], false),
1211
+ "GetAppMetadataBridgeRequest": o([
1212
+ { json: "meta", js: "meta", typ: r("GetAppMetadataBridgeRequestMeta") },
1213
+ { json: "payload", js: "payload", typ: r("GetAppMetadataBridgeRequestPayload") },
1214
+ { json: "type", js: "type", typ: r("GetAppMetadataAgentRequestType") },
1215
+ ], false),
1216
+ "GetAppMetadataBridgeRequestMeta": o([
1217
+ { json: "destination", js: "destination", typ: u(undefined, r("DestinationObject")) },
1218
+ { json: "requestUuid", js: "requestUuid", typ: "" },
1219
+ { json: "source", js: "source", typ: r("MetaSourceObject") },
1220
+ { json: "timestamp", js: "timestamp", typ: Date },
1221
+ ], false),
1222
+ "GetAppMetadataBridgeRequestPayload": o([
1223
+ { json: "app", js: "app", typ: r("AppDestinationIdentifier") },
1224
+ ], false),
1225
+ "GetAppMetadataBridgeResponse": o([
1226
+ { json: "meta", js: "meta", typ: r("GetAppMetadataBridgeResponseMeta") },
1227
+ { json: "payload", js: "payload", typ: r("GetAppMetadataBridgeResponsePayload") },
1228
+ { json: "type", js: "type", typ: r("GetAppMetadataAgentErrorResponseType") },
1229
+ ], false),
1230
+ "GetAppMetadataBridgeResponseMeta": o([
1231
+ { json: "errorDetails", js: "errorDetails", typ: u(undefined, a(r("ResponseErrorDetail"))) },
1232
+ { json: "errorSources", js: "errorSources", typ: u(undefined, a(r("DesktopAgentIdentifier"))) },
1233
+ { json: "requestUuid", js: "requestUuid", typ: "" },
1234
+ { json: "responseUuid", js: "responseUuid", typ: "" },
1235
+ { json: "sources", js: "sources", typ: u(undefined, a(r("DesktopAgentIdentifier"))) },
1236
+ { json: "timestamp", js: "timestamp", typ: Date },
1237
+ ], false),
1238
+ "GetAppMetadataBridgeResponsePayload": o([
1239
+ { json: "appMetadata", js: "appMetadata", typ: r("AppMetadata") },
1240
+ ], false),
1241
+ "OpenAgentErrorResponse": o([
1242
+ { json: "meta", js: "meta", typ: r("OpenAgentErrorResponseMeta") },
1243
+ { json: "payload", js: "payload", typ: r("OpenAgentErrorResponsePayload") },
1244
+ { json: "type", js: "type", typ: r("OpenAgentErrorResponseType") },
1245
+ ], false),
1246
+ "OpenAgentErrorResponseMeta": o([
1247
+ { json: "requestUuid", js: "requestUuid", typ: "" },
1248
+ { json: "responseUuid", js: "responseUuid", typ: "" },
1249
+ { json: "timestamp", js: "timestamp", typ: Date },
1250
+ ], false),
1251
+ "OpenAgentErrorResponsePayload": o([
1252
+ { json: "error", js: "error", typ: r("OpenErrorMessage") },
1253
+ ], false),
1254
+ "OpenAgentRequest": o([
1255
+ { json: "meta", js: "meta", typ: r("OpenAgentRequestMeta") },
1256
+ { json: "payload", js: "payload", typ: r("OpenAgentRequestPayload") },
1257
+ { json: "type", js: "type", typ: r("OpenAgentRequestType") },
1258
+ ], false),
1259
+ "OpenAgentRequestMeta": o([
1260
+ { json: "destination", js: "destination", typ: u(undefined, r("DestinationObject")) },
1261
+ { json: "requestUuid", js: "requestUuid", typ: "" },
1262
+ { json: "source", js: "source", typ: r("SourceObject") },
1263
+ { json: "timestamp", js: "timestamp", typ: Date },
1264
+ ], false),
1265
+ "OpenAgentRequestPayload": o([
1266
+ { json: "app", js: "app", typ: r("AppToOpen") },
1267
+ { json: "context", js: "context", typ: u(undefined, r("ContextElement")) },
1268
+ ], false),
1269
+ "AppToOpen": o([
1270
+ { json: "desktopAgent", js: "desktopAgent", typ: "" },
1271
+ { json: "appId", js: "appId", typ: "" },
1272
+ { json: "instanceId", js: "instanceId", typ: u(undefined, "") },
1273
+ ], "any"),
1274
+ "OpenAgentResponse": o([
1275
+ { json: "meta", js: "meta", typ: r("OpenAgentResponseMeta") },
1276
+ { json: "payload", js: "payload", typ: r("OpenAgentResponsePayload") },
1277
+ { json: "type", js: "type", typ: r("OpenAgentErrorResponseType") },
1278
+ ], false),
1279
+ "OpenAgentResponseMeta": o([
1280
+ { json: "requestUuid", js: "requestUuid", typ: "" },
1281
+ { json: "responseUuid", js: "responseUuid", typ: "" },
1282
+ { json: "timestamp", js: "timestamp", typ: Date },
1283
+ ], false),
1284
+ "OpenAgentResponsePayload": o([
1285
+ { json: "appIdentifier", js: "appIdentifier", typ: r("AppIdentifier") },
1286
+ ], false),
1287
+ "OpenBridgeErrorResponse": o([
1288
+ { json: "meta", js: "meta", typ: r("OpenBridgeErrorResponseMeta") },
1289
+ { json: "payload", js: "payload", typ: r("OpenBridgeErrorResponsePayload") },
1290
+ { json: "type", js: "type", typ: r("OpenAgentErrorResponseType") },
1291
+ ], false),
1292
+ "OpenBridgeErrorResponseMeta": o([
1293
+ { json: "errorDetails", js: "errorDetails", typ: a(r("ResponseErrorDetail")) },
1294
+ { json: "errorSources", js: "errorSources", typ: a(r("DesktopAgentIdentifier")) },
1295
+ { json: "requestUuid", js: "requestUuid", typ: "" },
1296
+ { json: "responseUuid", js: "responseUuid", typ: "" },
1297
+ { json: "timestamp", js: "timestamp", typ: Date },
1298
+ ], false),
1299
+ "OpenBridgeErrorResponsePayload": o([
1300
+ { json: "error", js: "error", typ: r("OpenErrorMessage") },
1301
+ ], false),
1302
+ "OpenBridgeRequest": o([
1303
+ { json: "meta", js: "meta", typ: r("OpenBridgeRequestMeta") },
1304
+ { json: "payload", js: "payload", typ: r("OpenBridgeRequestPayload") },
1305
+ { json: "type", js: "type", typ: r("OpenAgentRequestType") },
1306
+ ], false),
1307
+ "OpenBridgeRequestMeta": o([
1308
+ { json: "destination", js: "destination", typ: u(undefined, r("DestinationObject")) },
1309
+ { json: "requestUuid", js: "requestUuid", typ: "" },
1310
+ { json: "source", js: "source", typ: r("MetaSource") },
1311
+ { json: "timestamp", js: "timestamp", typ: Date },
1312
+ ], false),
1313
+ "OpenBridgeRequestPayload": o([
1314
+ { json: "app", js: "app", typ: r("AppToOpen") },
1315
+ { json: "context", js: "context", typ: u(undefined, r("ContextElement")) },
1316
+ ], false),
1317
+ "OpenBridgeResponse": o([
1318
+ { json: "meta", js: "meta", typ: r("OpenBridgeResponseMeta") },
1319
+ { json: "payload", js: "payload", typ: r("OpenBridgeResponsePayload") },
1320
+ { json: "type", js: "type", typ: r("OpenAgentErrorResponseType") },
1321
+ ], false),
1322
+ "OpenBridgeResponseMeta": o([
1323
+ { json: "errorDetails", js: "errorDetails", typ: u(undefined, a(r("ResponseErrorDetail"))) },
1324
+ { json: "errorSources", js: "errorSources", typ: u(undefined, a(r("DesktopAgentIdentifier"))) },
1325
+ { json: "requestUuid", js: "requestUuid", typ: "" },
1326
+ { json: "responseUuid", js: "responseUuid", typ: "" },
1327
+ { json: "sources", js: "sources", typ: u(undefined, a(r("DesktopAgentIdentifier"))) },
1328
+ { json: "timestamp", js: "timestamp", typ: Date },
1329
+ ], false),
1330
+ "OpenBridgeResponsePayload": o([
1331
+ { json: "appIdentifier", js: "appIdentifier", typ: r("AppIdentifier") },
1332
+ ], false),
1333
+ "PrivateChannelBroadcastAgentRequest": o([
1334
+ { json: "meta", js: "meta", typ: r("PrivateChannelBroadcastAgentRequestMeta") },
1335
+ { json: "payload", js: "payload", typ: r("PrivateChannelBroadcastAgentRequestPayload") },
1336
+ { json: "type", js: "type", typ: r("PrivateChannelBroadcastAgentRequestType") },
1337
+ ], false),
1338
+ "PrivateChannelBroadcastAgentRequestMeta": o([
1339
+ { json: "destination", js: "destination", typ: u(undefined, r("MetaDestination")) },
1340
+ { json: "requestUuid", js: "requestUuid", typ: "" },
1341
+ { json: "source", js: "source", typ: u(undefined, r("SourceObject")) },
1342
+ { json: "timestamp", js: "timestamp", typ: Date },
1343
+ ], false),
1344
+ "MetaDestination": o([
1345
+ { json: "desktopAgent", js: "desktopAgent", typ: "" },
1346
+ { json: "appId", js: "appId", typ: "" },
1347
+ { json: "instanceId", js: "instanceId", typ: u(undefined, "") },
1348
+ ], "any"),
1349
+ "PrivateChannelBroadcastAgentRequestPayload": o([
1350
+ { json: "channelId", js: "channelId", typ: "" },
1351
+ { json: "context", js: "context", typ: r("ContextElement") },
1352
+ ], false),
1353
+ "PrivateChannelBroadcastBridgeRequest": o([
1354
+ { json: "meta", js: "meta", typ: r("PrivateChannelBroadcastBridgeRequestMeta") },
1355
+ { json: "payload", js: "payload", typ: r("PrivateChannelBroadcastBridgeRequestPayload") },
1356
+ { json: "type", js: "type", typ: r("PrivateChannelBroadcastAgentRequestType") },
1357
+ ], false),
1358
+ "PrivateChannelBroadcastBridgeRequestMeta": o([
1359
+ { json: "destination", js: "destination", typ: u(undefined, r("MetaDestination")) },
1360
+ { json: "requestUuid", js: "requestUuid", typ: "" },
1361
+ { json: "source", js: "source", typ: r("MetaSource") },
1362
+ { json: "timestamp", js: "timestamp", typ: Date },
1363
+ ], false),
1364
+ "PrivateChannelBroadcastBridgeRequestPayload": o([
1365
+ { json: "channelId", js: "channelId", typ: "" },
1366
+ { json: "context", js: "context", typ: r("ContextElement") },
1367
+ ], false),
1368
+ "PrivateChannelEventListenerAddedAgentRequest": o([
1369
+ { json: "meta", js: "meta", typ: r("PrivateChannelEventListenerAddedAgentRequestMeta") },
1370
+ { json: "payload", js: "payload", typ: r("PrivateChannelEventListenerAddedAgentRequestPayload") },
1371
+ { json: "type", js: "type", typ: r("PrivateChannelEventListenerAddedAgentRequestType") },
1372
+ ], false),
1373
+ "PrivateChannelEventListenerAddedAgentRequestMeta": o([
1374
+ { json: "destination", js: "destination", typ: u(undefined, r("MetaDestination")) },
1375
+ { json: "requestUuid", js: "requestUuid", typ: "" },
1376
+ { json: "source", js: "source", typ: u(undefined, r("SourceObject")) },
1377
+ { json: "timestamp", js: "timestamp", typ: Date },
1378
+ ], false),
1379
+ "PrivateChannelEventListenerAddedAgentRequestPayload": o([
1380
+ { json: "channelId", js: "channelId", typ: "" },
1381
+ { json: "listenerType", js: "listenerType", typ: r("PrivateChannelEventListenerTypes") },
1382
+ ], false),
1383
+ "PrivateChannelEventListenerAddedBridgeRequest": o([
1384
+ { json: "meta", js: "meta", typ: r("PrivateChannelEventListenerAddedBridgeRequestMeta") },
1385
+ { json: "payload", js: "payload", typ: r("PrivateChannelEventListenerAddedBridgeRequestPayload") },
1386
+ { json: "type", js: "type", typ: r("PrivateChannelEventListenerAddedAgentRequestType") },
1387
+ ], false),
1388
+ "PrivateChannelEventListenerAddedBridgeRequestMeta": o([
1389
+ { json: "destination", js: "destination", typ: u(undefined, r("MetaDestination")) },
1390
+ { json: "requestUuid", js: "requestUuid", typ: "" },
1391
+ { json: "source", js: "source", typ: r("MetaSource") },
1392
+ { json: "timestamp", js: "timestamp", typ: Date },
1393
+ ], false),
1394
+ "PrivateChannelEventListenerAddedBridgeRequestPayload": o([
1395
+ { json: "channelId", js: "channelId", typ: "" },
1396
+ { json: "listenerType", js: "listenerType", typ: r("PrivateChannelEventListenerTypes") },
1397
+ ], false),
1398
+ "PrivateChannelEventListenerRemovedAgentRequest": o([
1399
+ { json: "meta", js: "meta", typ: r("PrivateChannelEventListenerRemovedAgentRequestMeta") },
1400
+ { json: "payload", js: "payload", typ: r("PrivateChannelEventListenerRemovedAgentRequestPayload") },
1401
+ { json: "type", js: "type", typ: r("PrivateChannelEventListenerRemovedAgentRequestType") },
1402
+ ], false),
1403
+ "PrivateChannelEventListenerRemovedAgentRequestMeta": o([
1404
+ { json: "destination", js: "destination", typ: u(undefined, r("MetaDestination")) },
1405
+ { json: "requestUuid", js: "requestUuid", typ: "" },
1406
+ { json: "source", js: "source", typ: u(undefined, r("SourceObject")) },
1407
+ { json: "timestamp", js: "timestamp", typ: Date },
1408
+ ], false),
1409
+ "PrivateChannelEventListenerRemovedAgentRequestPayload": o([
1410
+ { json: "channelId", js: "channelId", typ: "" },
1411
+ { json: "listenerType", js: "listenerType", typ: r("PrivateChannelEventListenerTypes") },
1412
+ ], false),
1413
+ "PrivateChannelEventListenerRemovedBridgeRequest": o([
1414
+ { json: "meta", js: "meta", typ: r("PrivateChannelEventListenerRemovedBridgeRequestMeta") },
1415
+ { json: "payload", js: "payload", typ: r("PrivateChannelEventListenerRemovedBridgeRequestPayload") },
1416
+ { json: "type", js: "type", typ: r("PrivateChannelEventListenerRemovedAgentRequestType") },
1417
+ ], false),
1418
+ "PrivateChannelEventListenerRemovedBridgeRequestMeta": o([
1419
+ { json: "destination", js: "destination", typ: u(undefined, r("MetaDestination")) },
1420
+ { json: "requestUuid", js: "requestUuid", typ: "" },
1421
+ { json: "source", js: "source", typ: r("MetaSource") },
1422
+ { json: "timestamp", js: "timestamp", typ: Date },
1423
+ ], false),
1424
+ "PrivateChannelEventListenerRemovedBridgeRequestPayload": o([
1425
+ { json: "channelId", js: "channelId", typ: "" },
1426
+ { json: "listenerType", js: "listenerType", typ: r("PrivateChannelEventListenerTypes") },
1427
+ ], false),
1428
+ "PrivateChannelOnAddContextListenerAgentRequest": o([
1429
+ { json: "meta", js: "meta", typ: r("PrivateChannelOnAddContextListenerAgentRequestMeta") },
1430
+ { json: "payload", js: "payload", typ: r("PrivateChannelOnAddContextListenerAgentRequestPayload") },
1431
+ { json: "type", js: "type", typ: r("PrivateChannelOnAddContextListenerAgentRequestType") },
1432
+ ], false),
1433
+ "PrivateChannelOnAddContextListenerAgentRequestMeta": o([
1434
+ { json: "destination", js: "destination", typ: u(undefined, r("MetaDestination")) },
1435
+ { json: "requestUuid", js: "requestUuid", typ: "" },
1436
+ { json: "source", js: "source", typ: u(undefined, r("SourceObject")) },
1437
+ { json: "timestamp", js: "timestamp", typ: Date },
1438
+ ], false),
1439
+ "PrivateChannelOnAddContextListenerAgentRequestPayload": o([
1440
+ { json: "channelId", js: "channelId", typ: "" },
1441
+ { json: "contextType", js: "contextType", typ: u(null, "") },
1442
+ ], false),
1443
+ "PrivateChannelOnAddContextListenerBridgeRequest": o([
1444
+ { json: "meta", js: "meta", typ: r("PrivateChannelOnAddContextListenerBridgeRequestMeta") },
1445
+ { json: "payload", js: "payload", typ: r("PrivateChannelOnAddContextListenerBridgeRequestPayload") },
1446
+ { json: "type", js: "type", typ: r("PrivateChannelOnAddContextListenerAgentRequestType") },
1447
+ ], false),
1448
+ "PrivateChannelOnAddContextListenerBridgeRequestMeta": o([
1449
+ { json: "destination", js: "destination", typ: u(undefined, r("MetaDestination")) },
1450
+ { json: "requestUuid", js: "requestUuid", typ: "" },
1451
+ { json: "source", js: "source", typ: r("MetaSource") },
1452
+ { json: "timestamp", js: "timestamp", typ: Date },
1453
+ ], false),
1454
+ "PrivateChannelOnAddContextListenerBridgeRequestPayload": o([
1455
+ { json: "channelId", js: "channelId", typ: "" },
1456
+ { json: "contextType", js: "contextType", typ: u(null, "") },
1457
+ ], false),
1458
+ "PrivateChannelOnDisconnectAgentRequest": o([
1459
+ { json: "meta", js: "meta", typ: r("PrivateChannelOnDisconnectAgentRequestMeta") },
1460
+ { json: "payload", js: "payload", typ: r("PrivateChannelOnDisconnectAgentRequestPayload") },
1461
+ { json: "type", js: "type", typ: r("PrivateChannelOnDisconnectAgentRequestType") },
1462
+ ], false),
1463
+ "PrivateChannelOnDisconnectAgentRequestMeta": o([
1464
+ { json: "destination", js: "destination", typ: u(undefined, r("MetaDestination")) },
1465
+ { json: "requestUuid", js: "requestUuid", typ: "" },
1466
+ { json: "source", js: "source", typ: u(undefined, r("SourceObject")) },
1467
+ { json: "timestamp", js: "timestamp", typ: Date },
1468
+ ], false),
1469
+ "PrivateChannelOnDisconnectAgentRequestPayload": o([
1470
+ { json: "channelId", js: "channelId", typ: "" },
1471
+ ], false),
1472
+ "PrivateChannelOnDisconnectBridgeRequest": o([
1473
+ { json: "meta", js: "meta", typ: r("PrivateChannelOnDisconnectBridgeRequestMeta") },
1474
+ { json: "payload", js: "payload", typ: r("PrivateChannelOnDisconnectBridgeRequestPayload") },
1475
+ { json: "type", js: "type", typ: r("PrivateChannelOnDisconnectAgentRequestType") },
1476
+ ], false),
1477
+ "PrivateChannelOnDisconnectBridgeRequestMeta": o([
1478
+ { json: "destination", js: "destination", typ: u(undefined, r("MetaDestination")) },
1479
+ { json: "requestUuid", js: "requestUuid", typ: "" },
1480
+ { json: "source", js: "source", typ: r("MetaSource") },
1481
+ { json: "timestamp", js: "timestamp", typ: Date },
1482
+ ], false),
1483
+ "PrivateChannelOnDisconnectBridgeRequestPayload": o([
1484
+ { json: "channelId", js: "channelId", typ: "" },
1485
+ ], false),
1486
+ "PrivateChannelOnUnsubscribeAgentRequest": o([
1487
+ { json: "meta", js: "meta", typ: r("PrivateChannelOnUnsubscribeAgentRequestMeta") },
1488
+ { json: "payload", js: "payload", typ: r("PrivateChannelOnUnsubscribeAgentRequestPayload") },
1489
+ { json: "type", js: "type", typ: r("PrivateChannelOnUnsubscribeAgentRequestType") },
1490
+ ], false),
1491
+ "PrivateChannelOnUnsubscribeAgentRequestMeta": o([
1492
+ { json: "destination", js: "destination", typ: u(undefined, r("MetaDestination")) },
1493
+ { json: "requestUuid", js: "requestUuid", typ: "" },
1494
+ { json: "source", js: "source", typ: u(undefined, r("SourceObject")) },
1495
+ { json: "timestamp", js: "timestamp", typ: Date },
1496
+ ], false),
1497
+ "PrivateChannelOnUnsubscribeAgentRequestPayload": o([
1498
+ { json: "channelId", js: "channelId", typ: "" },
1499
+ { json: "contextType", js: "contextType", typ: u(null, "") },
1500
+ ], false),
1501
+ "PrivateChannelOnUnsubscribeBridgeRequest": o([
1502
+ { json: "meta", js: "meta", typ: r("ERequestMetadata") },
1503
+ { json: "payload", js: "payload", typ: r("PrivateChannelOnUnsubscribeBridgeRequestPayload") },
1504
+ { json: "type", js: "type", typ: r("PrivateChannelOnUnsubscribeAgentRequestType") },
1505
+ ], false),
1506
+ "ERequestMetadata": o([
1507
+ { json: "destination", js: "destination", typ: u(undefined, r("MetaDestination")) },
1508
+ { json: "requestUuid", js: "requestUuid", typ: "" },
1509
+ { json: "source", js: "source", typ: r("MetaSource") },
1510
+ { json: "timestamp", js: "timestamp", typ: Date },
1511
+ ], false),
1512
+ "PrivateChannelOnUnsubscribeBridgeRequestPayload": o([
1513
+ { json: "channelId", js: "channelId", typ: "" },
1514
+ { json: "contextType", js: "contextType", typ: u(null, "") },
1515
+ ], false),
1516
+ "RaiseIntentAgentErrorResponse": o([
1517
+ { json: "meta", js: "meta", typ: r("RaiseIntentAgentErrorResponseMeta") },
1518
+ { json: "payload", js: "payload", typ: r("RaiseIntentAgentErrorResponsePayload") },
1519
+ { json: "type", js: "type", typ: r("RaiseIntentAgentErrorResponseType") },
1520
+ ], false),
1521
+ "RaiseIntentAgentErrorResponseMeta": o([
1522
+ { json: "requestUuid", js: "requestUuid", typ: "" },
1523
+ { json: "responseUuid", js: "responseUuid", typ: "" },
1524
+ { json: "timestamp", js: "timestamp", typ: Date },
1525
+ ], false),
1526
+ "RaiseIntentAgentErrorResponsePayload": o([
1527
+ { json: "error", js: "error", typ: r("ErrorMessage") },
1528
+ ], false),
1529
+ "RaiseIntentAgentRequest": o([
1530
+ { json: "meta", js: "meta", typ: r("RaiseIntentAgentRequestMeta") },
1531
+ { json: "payload", js: "payload", typ: r("RaiseIntentAgentRequestPayload") },
1532
+ { json: "type", js: "type", typ: r("RaiseIntentAgentRequestType") },
1533
+ ], false),
1534
+ "RaiseIntentAgentRequestMeta": o([
1535
+ { json: "destination", js: "destination", typ: r("MetaDestination") },
1536
+ { json: "requestUuid", js: "requestUuid", typ: "" },
1537
+ { json: "source", js: "source", typ: r("SourceObject") },
1538
+ { json: "timestamp", js: "timestamp", typ: Date },
1539
+ ], false),
1540
+ "RaiseIntentAgentRequestPayload": o([
1541
+ { json: "app", js: "app", typ: r("AppDestinationIdentifier") },
1542
+ { json: "context", js: "context", typ: r("ContextElement") },
1543
+ { json: "intent", js: "intent", typ: "" },
1544
+ ], false),
1545
+ "RaiseIntentAgentResponse": o([
1546
+ { json: "meta", js: "meta", typ: r("RaiseIntentAgentResponseMeta") },
1547
+ { json: "payload", js: "payload", typ: r("RaiseIntentAgentResponsePayload") },
1548
+ { json: "type", js: "type", typ: r("RaiseIntentAgentErrorResponseType") },
1549
+ ], false),
1550
+ "RaiseIntentAgentResponseMeta": o([
1551
+ { json: "requestUuid", js: "requestUuid", typ: "" },
1552
+ { json: "responseUuid", js: "responseUuid", typ: "" },
1553
+ { json: "timestamp", js: "timestamp", typ: Date },
1554
+ ], false),
1555
+ "RaiseIntentAgentResponsePayload": o([
1556
+ { json: "intentResolution", js: "intentResolution", typ: r("IntentResolution") },
1557
+ ], false),
1558
+ "IntentResolution": o([
1559
+ { json: "intent", js: "intent", typ: "" },
1560
+ { json: "source", js: "source", typ: r("AppIdentifier") },
1561
+ { json: "version", js: "version", typ: u(undefined, "") },
1562
+ ], false),
1563
+ "RaiseIntentBridgeErrorResponse": o([
1564
+ { json: "meta", js: "meta", typ: r("RaiseIntentBridgeErrorResponseMeta") },
1565
+ { json: "payload", js: "payload", typ: r("RaiseIntentBridgeErrorResponsePayload") },
1566
+ { json: "type", js: "type", typ: r("RaiseIntentAgentErrorResponseType") },
1567
+ ], false),
1568
+ "RaiseIntentBridgeErrorResponseMeta": o([
1569
+ { json: "errorDetails", js: "errorDetails", typ: a(r("ResponseErrorDetail")) },
1570
+ { json: "errorSources", js: "errorSources", typ: a(r("DesktopAgentIdentifier")) },
1571
+ { json: "requestUuid", js: "requestUuid", typ: "" },
1572
+ { json: "responseUuid", js: "responseUuid", typ: "" },
1573
+ { json: "timestamp", js: "timestamp", typ: Date },
1574
+ ], false),
1575
+ "RaiseIntentBridgeErrorResponsePayload": o([
1576
+ { json: "error", js: "error", typ: r("ErrorMessage") },
1577
+ ], false),
1578
+ "RaiseIntentBridgeRequest": o([
1579
+ { json: "meta", js: "meta", typ: r("RaiseIntentBridgeRequestMeta") },
1580
+ { json: "payload", js: "payload", typ: r("RaiseIntentBridgeRequestPayload") },
1581
+ { json: "type", js: "type", typ: r("RaiseIntentAgentRequestType") },
1582
+ ], false),
1583
+ "RaiseIntentBridgeRequestMeta": o([
1584
+ { json: "destination", js: "destination", typ: r("MetaDestination") },
1585
+ { json: "requestUuid", js: "requestUuid", typ: "" },
1586
+ { json: "source", js: "source", typ: r("MetaSource") },
1587
+ { json: "timestamp", js: "timestamp", typ: Date },
1588
+ ], false),
1589
+ "RaiseIntentBridgeRequestPayload": o([
1590
+ { json: "app", js: "app", typ: r("AppDestinationIdentifier") },
1591
+ { json: "context", js: "context", typ: r("ContextElement") },
1592
+ { json: "intent", js: "intent", typ: "" },
1593
+ ], false),
1594
+ "RaiseIntentBridgeResponse": o([
1595
+ { json: "meta", js: "meta", typ: r("RaiseIntentBridgeResponseMeta") },
1596
+ { json: "payload", js: "payload", typ: r("RaiseIntentBridgeResponsePayload") },
1597
+ { json: "type", js: "type", typ: r("RaiseIntentAgentErrorResponseType") },
1598
+ ], false),
1599
+ "RaiseIntentBridgeResponseMeta": o([
1600
+ { json: "errorDetails", js: "errorDetails", typ: u(undefined, a(r("ResponseErrorDetail"))) },
1601
+ { json: "errorSources", js: "errorSources", typ: u(undefined, a(r("DesktopAgentIdentifier"))) },
1602
+ { json: "requestUuid", js: "requestUuid", typ: "" },
1603
+ { json: "responseUuid", js: "responseUuid", typ: "" },
1604
+ { json: "sources", js: "sources", typ: u(undefined, a(r("DesktopAgentIdentifier"))) },
1605
+ { json: "timestamp", js: "timestamp", typ: Date },
1606
+ ], false),
1607
+ "RaiseIntentBridgeResponsePayload": o([
1608
+ { json: "intentResolution", js: "intentResolution", typ: r("IntentResolution") },
1609
+ ], false),
1610
+ "RaiseIntentResultAgentErrorResponse": o([
1611
+ { json: "meta", js: "meta", typ: r("RaiseIntentResultAgentErrorResponseMeta") },
1612
+ { json: "payload", js: "payload", typ: r("RaiseIntentResultAgentErrorResponsePayload") },
1613
+ { json: "type", js: "type", typ: r("RaiseIntentResultAgentErrorResponseType") },
1614
+ ], false),
1615
+ "RaiseIntentResultAgentErrorResponseMeta": o([
1616
+ { json: "requestUuid", js: "requestUuid", typ: "" },
1617
+ { json: "responseUuid", js: "responseUuid", typ: "" },
1618
+ { json: "timestamp", js: "timestamp", typ: Date },
1619
+ ], false),
1620
+ "RaiseIntentResultAgentErrorResponsePayload": o([
1621
+ { json: "error", js: "error", typ: r("RaiseIntentResultErrorMessage") },
1622
+ ], false),
1623
+ "RaiseIntentResultAgentResponse": o([
1624
+ { json: "meta", js: "meta", typ: r("RaiseIntentResultAgentResponseMeta") },
1625
+ { json: "payload", js: "payload", typ: r("RaiseIntentResultAgentResponsePayload") },
1626
+ { json: "type", js: "type", typ: r("RaiseIntentResultAgentErrorResponseType") },
1627
+ ], false),
1628
+ "RaiseIntentResultAgentResponseMeta": o([
1629
+ { json: "requestUuid", js: "requestUuid", typ: "" },
1630
+ { json: "responseUuid", js: "responseUuid", typ: "" },
1631
+ { json: "timestamp", js: "timestamp", typ: Date },
1632
+ ], false),
1633
+ "RaiseIntentResultAgentResponsePayload": o([
1634
+ { json: "intentResult", js: "intentResult", typ: r("IntentResult") },
1635
+ ], false),
1636
+ "IntentResult": o([
1637
+ { json: "context", js: "context", typ: u(undefined, r("ContextElement")) },
1638
+ { json: "channel", js: "channel", typ: u(undefined, r("Channel")) },
1639
+ ], false),
1640
+ "Channel": o([
1641
+ { json: "displayMetadata", js: "displayMetadata", typ: u(undefined, r("DisplayMetadata")) },
1642
+ { json: "id", js: "id", typ: "" },
1643
+ { json: "type", js: "type", typ: r("Type") },
1644
+ ], false),
1645
+ "DisplayMetadata": o([
1646
+ { json: "color", js: "color", typ: u(undefined, "") },
1647
+ { json: "glyph", js: "glyph", typ: u(undefined, "") },
1648
+ { json: "name", js: "name", typ: u(undefined, "") },
1649
+ ], false),
1650
+ "RaiseIntentResultBridgeErrorResponse": o([
1651
+ { json: "meta", js: "meta", typ: r("RaiseIntentResultBridgeErrorResponseMeta") },
1652
+ { json: "payload", js: "payload", typ: r("RaiseIntentResultBridgeErrorResponsePayload") },
1653
+ { json: "type", js: "type", typ: r("RaiseIntentResultAgentErrorResponseType") },
1654
+ ], false),
1655
+ "RaiseIntentResultBridgeErrorResponseMeta": o([
1656
+ { json: "errorDetails", js: "errorDetails", typ: a(r("ResponseErrorDetail")) },
1657
+ { json: "errorSources", js: "errorSources", typ: a(r("DesktopAgentIdentifier")) },
1658
+ { json: "requestUuid", js: "requestUuid", typ: "" },
1659
+ { json: "responseUuid", js: "responseUuid", typ: "" },
1660
+ { json: "timestamp", js: "timestamp", typ: Date },
1661
+ ], false),
1662
+ "RaiseIntentResultBridgeErrorResponsePayload": o([
1663
+ { json: "error", js: "error", typ: r("RaiseIntentResultErrorMessage") },
1664
+ ], false),
1665
+ "RaiseIntentResultBridgeResponse": o([
1666
+ { json: "meta", js: "meta", typ: r("RaiseIntentResultBridgeResponseMeta") },
1667
+ { json: "payload", js: "payload", typ: r("RaiseIntentResultBridgeResponsePayload") },
1668
+ { json: "type", js: "type", typ: r("RaiseIntentResultAgentErrorResponseType") },
1669
+ ], false),
1670
+ "RaiseIntentResultBridgeResponseMeta": o([
1671
+ { json: "errorDetails", js: "errorDetails", typ: u(undefined, a(r("ResponseErrorDetail"))) },
1672
+ { json: "errorSources", js: "errorSources", typ: u(undefined, a(r("DesktopAgentIdentifier"))) },
1673
+ { json: "requestUuid", js: "requestUuid", typ: "" },
1674
+ { json: "responseUuid", js: "responseUuid", typ: "" },
1675
+ { json: "sources", js: "sources", typ: u(undefined, a(r("DesktopAgentIdentifier"))) },
1676
+ { json: "timestamp", js: "timestamp", typ: Date },
1677
+ ], false),
1678
+ "RaiseIntentResultBridgeResponsePayload": o([
1679
+ { json: "intentResult", js: "intentResult", typ: r("IntentResult") },
1680
+ ], false),
1681
+ "Context": o([
1682
+ { json: "id", js: "id", typ: u(undefined, m("any")) },
1683
+ { json: "name", js: "name", typ: u(undefined, "") },
1684
+ { json: "type", js: "type", typ: "" },
1685
+ ], "any"),
1686
+ "ResponseErrorDetail": [
1687
+ "AccessDenied",
1688
+ "AgentDisconnected",
1689
+ "AppNotFound",
1690
+ "AppTimeout",
1691
+ "CreationFailed",
1692
+ "DesktopAgentNotFound",
1693
+ "ErrorOnLaunch",
1694
+ "IntentDeliveryFailed",
1695
+ "IntentHandlerRejected",
1696
+ "MalformedContext",
1697
+ "MalformedMessage",
1698
+ "NoAppsFound",
1699
+ "NoChannelFound",
1700
+ "NoResultReturned",
1701
+ "NotConnectedToBridge",
1702
+ "ResolverTimeout",
1703
+ "ResolverUnavailable",
1704
+ "ResponseToBridgeTimedOut",
1705
+ "TargetAppUnavailable",
1706
+ "TargetInstanceUnavailable",
1707
+ "UserCancelledResolution",
1708
+ ],
1709
+ "ResponseMessageType": [
1710
+ "findInstancesResponse",
1711
+ "findIntentResponse",
1712
+ "findIntentsByContextResponse",
1713
+ "getAppMetadataResponse",
1714
+ "openResponse",
1715
+ "raiseIntentResponse",
1716
+ "raiseIntentResultResponse",
1717
+ ],
1718
+ "RequestMessageType": [
1719
+ "broadcastRequest",
1720
+ "findInstancesRequest",
1721
+ "findIntentRequest",
1722
+ "findIntentsByContextRequest",
1723
+ "getAppMetadataRequest",
1724
+ "openRequest",
1725
+ "PrivateChannel.broadcast",
1726
+ "PrivateChannel.eventListenerAdded",
1727
+ "PrivateChannel.eventListenerRemoved",
1728
+ "PrivateChannel.onAddContextListener",
1729
+ "PrivateChannel.onDisconnect",
1730
+ "PrivateChannel.onUnsubscribe",
1731
+ "raiseIntentRequest",
1732
+ ],
1733
+ "BroadcastAgentRequestType": [
1734
+ "broadcastRequest",
1735
+ ],
1736
+ "ConnectionStepMessageType": [
1737
+ "authenticationFailed",
1738
+ "connectedAgentsUpdate",
1739
+ "handshake",
1740
+ "hello",
1741
+ ],
1742
+ "ConnectionStep2HelloType": [
1743
+ "hello",
1744
+ ],
1745
+ "ConnectionStep3HandshakeType": [
1746
+ "handshake",
1747
+ ],
1748
+ "ConnectionStep4AuthenticationFailedType": [
1749
+ "authenticationFailed",
1750
+ ],
1751
+ "ConnectionStep6ConnectedAgentsUpdateType": [
1752
+ "connectedAgentsUpdate",
1753
+ ],
1754
+ "ErrorMessage": [
1755
+ "AgentDisconnected",
1756
+ "DesktopAgentNotFound",
1757
+ "IntentDeliveryFailed",
1758
+ "MalformedContext",
1759
+ "MalformedMessage",
1760
+ "NoAppsFound",
1761
+ "NotConnectedToBridge",
1762
+ "ResolverTimeout",
1763
+ "ResolverUnavailable",
1764
+ "ResponseToBridgeTimedOut",
1765
+ "TargetAppUnavailable",
1766
+ "TargetInstanceUnavailable",
1767
+ "UserCancelledResolution",
1768
+ ],
1769
+ "FindInstancesAgentErrorResponseType": [
1770
+ "findInstancesResponse",
1771
+ ],
1772
+ "FindInstancesAgentRequestType": [
1773
+ "findInstancesRequest",
1774
+ ],
1775
+ "FindIntentAgentErrorResponseType": [
1776
+ "findIntentResponse",
1777
+ ],
1778
+ "FindIntentAgentRequestType": [
1779
+ "findIntentRequest",
1780
+ ],
1781
+ "FindIntentsByContextAgentErrorResponseType": [
1782
+ "findIntentsByContextResponse",
1783
+ ],
1784
+ "FindIntentsByContextAgentRequestType": [
1785
+ "findIntentsByContextRequest",
1786
+ ],
1787
+ "GetAppMetadataAgentErrorResponseType": [
1788
+ "getAppMetadataResponse",
1789
+ ],
1790
+ "GetAppMetadataAgentRequestType": [
1791
+ "getAppMetadataRequest",
1792
+ ],
1793
+ "OpenErrorMessage": [
1794
+ "AgentDisconnected",
1795
+ "AppNotFound",
1796
+ "AppTimeout",
1797
+ "DesktopAgentNotFound",
1798
+ "ErrorOnLaunch",
1799
+ "MalformedContext",
1800
+ "MalformedMessage",
1801
+ "NotConnectedToBridge",
1802
+ "ResolverUnavailable",
1803
+ "ResponseToBridgeTimedOut",
1804
+ ],
1805
+ "OpenAgentErrorResponseType": [
1806
+ "openResponse",
1807
+ ],
1808
+ "OpenAgentRequestType": [
1809
+ "openRequest",
1810
+ ],
1811
+ "PrivateChannelBroadcastAgentRequestType": [
1812
+ "PrivateChannel.broadcast",
1813
+ ],
1814
+ "PrivateChannelEventListenerTypes": [
1815
+ "onAddContextListener",
1816
+ "onDisconnect",
1817
+ "onUnsubscribe",
1818
+ ],
1819
+ "PrivateChannelEventListenerAddedAgentRequestType": [
1820
+ "PrivateChannel.eventListenerAdded",
1821
+ ],
1822
+ "PrivateChannelEventListenerRemovedAgentRequestType": [
1823
+ "PrivateChannel.eventListenerRemoved",
1824
+ ],
1825
+ "PrivateChannelOnAddContextListenerAgentRequestType": [
1826
+ "PrivateChannel.onAddContextListener",
1827
+ ],
1828
+ "PrivateChannelOnDisconnectAgentRequestType": [
1829
+ "PrivateChannel.onDisconnect",
1830
+ ],
1831
+ "PrivateChannelOnUnsubscribeAgentRequestType": [
1832
+ "PrivateChannel.onUnsubscribe",
1808
1833
  ],
1809
- ResponseMessageType: [
1810
- 'findInstancesResponse',
1811
- 'findIntentResponse',
1812
- 'findIntentsByContextResponse',
1813
- 'getAppMetadataResponse',
1814
- 'openResponse',
1815
- 'raiseIntentResponse',
1816
- 'raiseIntentResultResponse',
1834
+ "RaiseIntentAgentErrorResponseType": [
1835
+ "raiseIntentResponse",
1817
1836
  ],
1818
- RequestMessageType: [
1819
- 'broadcastRequest',
1820
- 'findInstancesRequest',
1821
- 'findIntentRequest',
1822
- 'findIntentsByContextRequest',
1823
- 'getAppMetadataRequest',
1824
- 'openRequest',
1825
- 'PrivateChannel.broadcast',
1826
- 'PrivateChannel.eventListenerAdded',
1827
- 'PrivateChannel.onAddContextListener',
1828
- 'PrivateChannel.onDisconnect',
1829
- 'PrivateChannel.onUnsubscribe',
1830
- 'raiseIntentRequest',
1831
- 'raiseIntentResultResponse',
1837
+ "RaiseIntentAgentRequestType": [
1838
+ "raiseIntentRequest",
1832
1839
  ],
1833
- ConnectionStepMessageType: ['authenticationFailed', 'connectedAgentsUpdate', 'handshake', 'hello'],
1834
- ErrorMessage: [
1835
- 'AgentDisconnected',
1836
- 'DesktopAgentNotFound',
1837
- 'IntentDeliveryFailed',
1838
- 'MalformedContext',
1839
- 'MalformedMessage',
1840
- 'NoAppsFound',
1841
- 'NotConnectedToBridge',
1842
- 'ResolverTimeout',
1843
- 'ResolverUnavailable',
1844
- 'ResponseToBridgeTimedOut',
1845
- 'TargetAppUnavailable',
1846
- 'TargetInstanceUnavailable',
1847
- 'UserCancelledResolution',
1840
+ "RaiseIntentResultErrorMessage": [
1841
+ "AgentDisconnected",
1842
+ "IntentHandlerRejected",
1843
+ "MalformedMessage",
1844
+ "NoResultReturned",
1845
+ "NotConnectedToBridge",
1846
+ "ResponseToBridgeTimedOut",
1848
1847
  ],
1849
- OpenErrorMessage: [
1850
- 'AgentDisconnected',
1851
- 'AppNotFound',
1852
- 'AppTimeout',
1853
- 'DesktopAgentNotFound',
1854
- 'ErrorOnLaunch',
1855
- 'MalformedContext',
1856
- 'MalformedMessage',
1857
- 'NotConnectedToBridge',
1858
- 'ResolverUnavailable',
1859
- 'ResponseToBridgeTimedOut',
1848
+ "RaiseIntentResultAgentErrorResponseType": [
1849
+ "raiseIntentResultResponse",
1860
1850
  ],
1861
- RaiseIntentResultErrorMessage: [
1862
- 'AgentDisconnected',
1863
- 'IntentHandlerRejected',
1864
- 'MalformedMessage',
1865
- 'NoResultReturned',
1866
- 'NotConnectedToBridge',
1867
- 'ResponseToBridgeTimedOut',
1851
+ "Type": [
1852
+ "app",
1853
+ "private",
1854
+ "user",
1868
1855
  ],
1869
- Type: ['app', 'private', 'user'],
1870
1856
  };
1871
1857
  //# sourceMappingURL=BridgingTypes.js.map