@openfin/remote-adapter 36.79.10 → 36.79.12
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.
|
@@ -7638,7 +7638,7 @@ declare type InteropBrokerDisconnectionEvent = {
|
|
|
7638
7638
|
* @interface
|
|
7639
7639
|
*/
|
|
7640
7640
|
declare type InteropBrokerOptions = {
|
|
7641
|
-
contextGroups?: ContextGroupInfo;
|
|
7641
|
+
contextGroups?: ContextGroupInfo[];
|
|
7642
7642
|
logging?: InteropLoggingOptions;
|
|
7643
7643
|
};
|
|
7644
7644
|
|
|
@@ -7638,7 +7638,7 @@ declare type InteropBrokerDisconnectionEvent = {
|
|
|
7638
7638
|
* @interface
|
|
7639
7639
|
*/
|
|
7640
7640
|
declare type InteropBrokerOptions = {
|
|
7641
|
-
contextGroups?: ContextGroupInfo;
|
|
7641
|
+
contextGroups?: ContextGroupInfo[];
|
|
7642
7642
|
logging?: InteropLoggingOptions;
|
|
7643
7643
|
};
|
|
7644
7644
|
|
|
@@ -7638,7 +7638,7 @@ declare type InteropBrokerDisconnectionEvent = {
|
|
|
7638
7638
|
* @interface
|
|
7639
7639
|
*/
|
|
7640
7640
|
declare type InteropBrokerOptions = {
|
|
7641
|
-
contextGroups?: ContextGroupInfo;
|
|
7641
|
+
contextGroups?: ContextGroupInfo[];
|
|
7642
7642
|
logging?: InteropLoggingOptions;
|
|
7643
7643
|
};
|
|
7644
7644
|
|
package/out/remote-adapter.d.ts
CHANGED
|
@@ -7731,7 +7731,7 @@ declare type InteropBrokerDisconnectionEvent = {
|
|
|
7731
7731
|
* @interface
|
|
7732
7732
|
*/
|
|
7733
7733
|
declare type InteropBrokerOptions = {
|
|
7734
|
-
contextGroups?: ContextGroupInfo;
|
|
7734
|
+
contextGroups?: ContextGroupInfo[];
|
|
7735
7735
|
logging?: InteropLoggingOptions;
|
|
7736
7736
|
};
|
|
7737
7737
|
|