@openfin/node-adapter 36.79.11 → 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.
@@ -7603,7 +7603,7 @@ declare type InteropBrokerDisconnectionEvent = {
|
|
7603
7603
|
* @interface
|
7604
7604
|
*/
|
7605
7605
|
declare type InteropBrokerOptions = {
|
7606
|
-
contextGroups?: ContextGroupInfo;
|
7606
|
+
contextGroups?: ContextGroupInfo[];
|
7607
7607
|
logging?: InteropLoggingOptions;
|
7608
7608
|
};
|
7609
7609
|
|
@@ -7603,7 +7603,7 @@ declare type InteropBrokerDisconnectionEvent = {
|
|
7603
7603
|
* @interface
|
7604
7604
|
*/
|
7605
7605
|
declare type InteropBrokerOptions = {
|
7606
|
-
contextGroups?: ContextGroupInfo;
|
7606
|
+
contextGroups?: ContextGroupInfo[];
|
7607
7607
|
logging?: InteropLoggingOptions;
|
7608
7608
|
};
|
7609
7609
|
|
@@ -7603,7 +7603,7 @@ declare type InteropBrokerDisconnectionEvent = {
|
|
7603
7603
|
* @interface
|
7604
7604
|
*/
|
7605
7605
|
declare type InteropBrokerOptions = {
|
7606
|
-
contextGroups?: ContextGroupInfo;
|
7606
|
+
contextGroups?: ContextGroupInfo[];
|
7607
7607
|
logging?: InteropLoggingOptions;
|
7608
7608
|
};
|
7609
7609
|
|
package/out/node-adapter.d.ts
CHANGED
@@ -7718,7 +7718,7 @@ declare type InteropBrokerDisconnectionEvent = {
|
|
7718
7718
|
* @interface
|
7719
7719
|
*/
|
7720
7720
|
declare type InteropBrokerOptions = {
|
7721
|
-
contextGroups?: ContextGroupInfo;
|
7721
|
+
contextGroups?: ContextGroupInfo[];
|
7722
7722
|
logging?: InteropLoggingOptions;
|
7723
7723
|
};
|
7724
7724
|
|