@openfin/fdc3-api 36.79.11 → 36.79.13
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.
package/out/fdc3-api-alpha.d.ts
CHANGED
|
@@ -7929,7 +7929,7 @@ declare type InteropBrokerDisconnectionEvent = {
|
|
|
7929
7929
|
* @interface
|
|
7930
7930
|
*/
|
|
7931
7931
|
declare type InteropBrokerOptions = {
|
|
7932
|
-
contextGroups?: ContextGroupInfo;
|
|
7932
|
+
contextGroups?: ContextGroupInfo[];
|
|
7933
7933
|
logging?: InteropLoggingOptions;
|
|
7934
7934
|
};
|
|
7935
7935
|
|
package/out/fdc3-api-beta.d.ts
CHANGED
|
@@ -7929,7 +7929,7 @@ declare type InteropBrokerDisconnectionEvent = {
|
|
|
7929
7929
|
* @interface
|
|
7930
7930
|
*/
|
|
7931
7931
|
declare type InteropBrokerOptions = {
|
|
7932
|
-
contextGroups?: ContextGroupInfo;
|
|
7932
|
+
contextGroups?: ContextGroupInfo[];
|
|
7933
7933
|
logging?: InteropLoggingOptions;
|
|
7934
7934
|
};
|
|
7935
7935
|
|
package/out/fdc3-api-public.d.ts
CHANGED
|
@@ -7929,7 +7929,7 @@ declare type InteropBrokerDisconnectionEvent = {
|
|
|
7929
7929
|
* @interface
|
|
7930
7930
|
*/
|
|
7931
7931
|
declare type InteropBrokerOptions = {
|
|
7932
|
-
contextGroups?: ContextGroupInfo;
|
|
7932
|
+
contextGroups?: ContextGroupInfo[];
|
|
7933
7933
|
logging?: InteropLoggingOptions;
|
|
7934
7934
|
};
|
|
7935
7935
|
|
package/out/fdc3-api.d.ts
CHANGED
|
@@ -8022,7 +8022,7 @@ declare type InteropBrokerDisconnectionEvent = {
|
|
|
8022
8022
|
* @interface
|
|
8023
8023
|
*/
|
|
8024
8024
|
declare type InteropBrokerOptions = {
|
|
8025
|
-
contextGroups?: ContextGroupInfo;
|
|
8025
|
+
contextGroups?: ContextGroupInfo[];
|
|
8026
8026
|
logging?: InteropLoggingOptions;
|
|
8027
8027
|
};
|
|
8028
8028
|
|