@openfin/cloud-interop-core-api
Advanced tools
Comparing version 0.0.1-alpha.0e5642a to 0.0.1-alpha.2cc450e
@@ -12,2 +12,3 @@ export type LogLevel = 'log' | 'debug' | 'info' | 'warn' | 'error'; | ||
* ID for a group of shared applications. | ||
* This acts as a namespace for the interop messages that allows separation of messages between different groups of applications for the same user | ||
*/ | ||
@@ -18,3 +19,3 @@ platformId: string; | ||
*/ | ||
sourceId?: string; | ||
sourceId: string; | ||
/** | ||
@@ -25,8 +26,2 @@ * A display name for the source environment e.g. Andys Mobile | ||
/** | ||
* Specifies an optional extra divider to use that allows separation of interop messages for the | ||
* same user | ||
* defaults to "default" | ||
*/ | ||
realm?: string; | ||
/** | ||
* The maximum number of times to retry connecting to the cloud interop service when the connection is dropped | ||
@@ -37,2 +32,7 @@ * defaults to 30 | ||
/** | ||
* Specifies how often keep alive messages should be sent to the cloud interop service in seconds | ||
* defaults to 30 | ||
*/ | ||
keepAliveIntervalSeconds?: number; | ||
/** | ||
* Optional function to call with any logging messages to allow integration with the host application's logging | ||
@@ -39,0 +39,0 @@ * |
{ | ||
"name": "@openfin/cloud-interop-core-api", | ||
"version": "0.0.1-alpha.0e5642a", | ||
"version": "0.0.1-alpha.2cc450e", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
469355
5199