@openfin/fdc3-api 37.80.35 → 37.80.38
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 +12 -2
- package/out/fdc3-api-beta.d.ts +12 -2
- package/out/fdc3-api-public.d.ts +12 -2
- package/out/fdc3-api.d.ts +12 -2
- package/package.json +1 -1
package/out/fdc3-api-alpha.d.ts
CHANGED
|
@@ -7481,6 +7481,15 @@ declare class InteropBroker extends Base {
|
|
|
7481
7481
|
setContext({ context }: {
|
|
7482
7482
|
context: OpenFin.Context;
|
|
7483
7483
|
}, clientIdentity: OpenFin.ClientIdentity): void;
|
|
7484
|
+
/**
|
|
7485
|
+
* Sets a context for the context group.
|
|
7486
|
+
* @param setContextOptions - New context to set.
|
|
7487
|
+
* @param contextGroupId - Context group id.
|
|
7488
|
+
*
|
|
7489
|
+
*/
|
|
7490
|
+
setContextForGroup({ context }: {
|
|
7491
|
+
context: OpenFin.Context;
|
|
7492
|
+
}, contextGroupId: string): void;
|
|
7484
7493
|
/**
|
|
7485
7494
|
* Get current context for a client subscribed to a Context Group.
|
|
7486
7495
|
*
|
|
@@ -12269,7 +12278,7 @@ declare type PreloadScriptInfoRunning = {
|
|
|
12269
12278
|
* @interface
|
|
12270
12279
|
*/
|
|
12271
12280
|
declare type PreloadScriptsStateChangedEvent = PreloadScriptsStateChangeEvent & {
|
|
12272
|
-
type: 'preload-
|
|
12281
|
+
type: 'preload-scripts-state-changed';
|
|
12273
12282
|
};
|
|
12274
12283
|
|
|
12275
12284
|
/**
|
|
@@ -12286,7 +12295,7 @@ declare type PreloadScriptsStateChangeEvent = BaseEvent_5 & {
|
|
|
12286
12295
|
* @interface
|
|
12287
12296
|
*/
|
|
12288
12297
|
declare type PreloadScriptsStateChangingEvent = PreloadScriptsStateChangeEvent & {
|
|
12289
|
-
type: 'preload-
|
|
12298
|
+
type: 'preload-scripts-state-changing';
|
|
12290
12299
|
};
|
|
12291
12300
|
|
|
12292
12301
|
declare type PresetLayoutOptions = OpenFin.PresetLayoutOptions;
|
|
@@ -12712,6 +12721,7 @@ declare interface ProtocolMap extends ProtocolMapBase {
|
|
|
12712
12721
|
'interop-broker-remove-client-from-context-group': VoidCall;
|
|
12713
12722
|
'interop-broker-remove-from-context-group': VoidCall;
|
|
12714
12723
|
'interop-broker-set-context': VoidCall;
|
|
12724
|
+
'interop-broker-set-context-for-group': VoidCall;
|
|
12715
12725
|
'query-permission-for-current-context': {
|
|
12716
12726
|
request: {
|
|
12717
12727
|
apiName: string;
|
package/out/fdc3-api-beta.d.ts
CHANGED
|
@@ -7481,6 +7481,15 @@ declare class InteropBroker extends Base {
|
|
|
7481
7481
|
setContext({ context }: {
|
|
7482
7482
|
context: OpenFin.Context;
|
|
7483
7483
|
}, clientIdentity: OpenFin.ClientIdentity): void;
|
|
7484
|
+
/**
|
|
7485
|
+
* Sets a context for the context group.
|
|
7486
|
+
* @param setContextOptions - New context to set.
|
|
7487
|
+
* @param contextGroupId - Context group id.
|
|
7488
|
+
*
|
|
7489
|
+
*/
|
|
7490
|
+
setContextForGroup({ context }: {
|
|
7491
|
+
context: OpenFin.Context;
|
|
7492
|
+
}, contextGroupId: string): void;
|
|
7484
7493
|
/**
|
|
7485
7494
|
* Get current context for a client subscribed to a Context Group.
|
|
7486
7495
|
*
|
|
@@ -12269,7 +12278,7 @@ declare type PreloadScriptInfoRunning = {
|
|
|
12269
12278
|
* @interface
|
|
12270
12279
|
*/
|
|
12271
12280
|
declare type PreloadScriptsStateChangedEvent = PreloadScriptsStateChangeEvent & {
|
|
12272
|
-
type: 'preload-
|
|
12281
|
+
type: 'preload-scripts-state-changed';
|
|
12273
12282
|
};
|
|
12274
12283
|
|
|
12275
12284
|
/**
|
|
@@ -12286,7 +12295,7 @@ declare type PreloadScriptsStateChangeEvent = BaseEvent_5 & {
|
|
|
12286
12295
|
* @interface
|
|
12287
12296
|
*/
|
|
12288
12297
|
declare type PreloadScriptsStateChangingEvent = PreloadScriptsStateChangeEvent & {
|
|
12289
|
-
type: 'preload-
|
|
12298
|
+
type: 'preload-scripts-state-changing';
|
|
12290
12299
|
};
|
|
12291
12300
|
|
|
12292
12301
|
declare type PresetLayoutOptions = OpenFin.PresetLayoutOptions;
|
|
@@ -12712,6 +12721,7 @@ declare interface ProtocolMap extends ProtocolMapBase {
|
|
|
12712
12721
|
'interop-broker-remove-client-from-context-group': VoidCall;
|
|
12713
12722
|
'interop-broker-remove-from-context-group': VoidCall;
|
|
12714
12723
|
'interop-broker-set-context': VoidCall;
|
|
12724
|
+
'interop-broker-set-context-for-group': VoidCall;
|
|
12715
12725
|
'query-permission-for-current-context': {
|
|
12716
12726
|
request: {
|
|
12717
12727
|
apiName: string;
|
package/out/fdc3-api-public.d.ts
CHANGED
|
@@ -7481,6 +7481,15 @@ declare class InteropBroker extends Base {
|
|
|
7481
7481
|
setContext({ context }: {
|
|
7482
7482
|
context: OpenFin.Context;
|
|
7483
7483
|
}, clientIdentity: OpenFin.ClientIdentity): void;
|
|
7484
|
+
/**
|
|
7485
|
+
* Sets a context for the context group.
|
|
7486
|
+
* @param setContextOptions - New context to set.
|
|
7487
|
+
* @param contextGroupId - Context group id.
|
|
7488
|
+
*
|
|
7489
|
+
*/
|
|
7490
|
+
setContextForGroup({ context }: {
|
|
7491
|
+
context: OpenFin.Context;
|
|
7492
|
+
}, contextGroupId: string): void;
|
|
7484
7493
|
/**
|
|
7485
7494
|
* Get current context for a client subscribed to a Context Group.
|
|
7486
7495
|
*
|
|
@@ -12269,7 +12278,7 @@ declare type PreloadScriptInfoRunning = {
|
|
|
12269
12278
|
* @interface
|
|
12270
12279
|
*/
|
|
12271
12280
|
declare type PreloadScriptsStateChangedEvent = PreloadScriptsStateChangeEvent & {
|
|
12272
|
-
type: 'preload-
|
|
12281
|
+
type: 'preload-scripts-state-changed';
|
|
12273
12282
|
};
|
|
12274
12283
|
|
|
12275
12284
|
/**
|
|
@@ -12286,7 +12295,7 @@ declare type PreloadScriptsStateChangeEvent = BaseEvent_5 & {
|
|
|
12286
12295
|
* @interface
|
|
12287
12296
|
*/
|
|
12288
12297
|
declare type PreloadScriptsStateChangingEvent = PreloadScriptsStateChangeEvent & {
|
|
12289
|
-
type: 'preload-
|
|
12298
|
+
type: 'preload-scripts-state-changing';
|
|
12290
12299
|
};
|
|
12291
12300
|
|
|
12292
12301
|
declare type PresetLayoutOptions = OpenFin.PresetLayoutOptions;
|
|
@@ -12712,6 +12721,7 @@ declare interface ProtocolMap extends ProtocolMapBase {
|
|
|
12712
12721
|
'interop-broker-remove-client-from-context-group': VoidCall;
|
|
12713
12722
|
'interop-broker-remove-from-context-group': VoidCall;
|
|
12714
12723
|
'interop-broker-set-context': VoidCall;
|
|
12724
|
+
'interop-broker-set-context-for-group': VoidCall;
|
|
12715
12725
|
'query-permission-for-current-context': {
|
|
12716
12726
|
request: {
|
|
12717
12727
|
apiName: string;
|
package/out/fdc3-api.d.ts
CHANGED
|
@@ -7586,6 +7586,15 @@ declare class InteropBroker extends Base {
|
|
|
7586
7586
|
setContext({ context }: {
|
|
7587
7587
|
context: OpenFin.Context;
|
|
7588
7588
|
}, clientIdentity: OpenFin.ClientIdentity): void;
|
|
7589
|
+
/**
|
|
7590
|
+
* Sets a context for the context group.
|
|
7591
|
+
* @param setContextOptions - New context to set.
|
|
7592
|
+
* @param contextGroupId - Context group id.
|
|
7593
|
+
*
|
|
7594
|
+
*/
|
|
7595
|
+
setContextForGroup({ context }: {
|
|
7596
|
+
context: OpenFin.Context;
|
|
7597
|
+
}, contextGroupId: string): void;
|
|
7589
7598
|
/**
|
|
7590
7599
|
* Get current context for a client subscribed to a Context Group.
|
|
7591
7600
|
*
|
|
@@ -12658,7 +12667,7 @@ declare type PreloadScriptInfoRunning = {
|
|
|
12658
12667
|
* @interface
|
|
12659
12668
|
*/
|
|
12660
12669
|
declare type PreloadScriptsStateChangedEvent = PreloadScriptsStateChangeEvent & {
|
|
12661
|
-
type: 'preload-
|
|
12670
|
+
type: 'preload-scripts-state-changed';
|
|
12662
12671
|
};
|
|
12663
12672
|
|
|
12664
12673
|
/**
|
|
@@ -12675,7 +12684,7 @@ declare type PreloadScriptsStateChangeEvent = BaseEvent_5 & {
|
|
|
12675
12684
|
* @interface
|
|
12676
12685
|
*/
|
|
12677
12686
|
declare type PreloadScriptsStateChangingEvent = PreloadScriptsStateChangeEvent & {
|
|
12678
|
-
type: 'preload-
|
|
12687
|
+
type: 'preload-scripts-state-changing';
|
|
12679
12688
|
};
|
|
12680
12689
|
|
|
12681
12690
|
declare type PresetLayoutOptions = OpenFin.PresetLayoutOptions;
|
|
@@ -13101,6 +13110,7 @@ declare interface ProtocolMap extends ProtocolMapBase {
|
|
|
13101
13110
|
'interop-broker-remove-client-from-context-group': VoidCall;
|
|
13102
13111
|
'interop-broker-remove-from-context-group': VoidCall;
|
|
13103
13112
|
'interop-broker-set-context': VoidCall;
|
|
13113
|
+
'interop-broker-set-context-for-group': VoidCall;
|
|
13104
13114
|
'query-permission-for-current-context': {
|
|
13105
13115
|
request: {
|
|
13106
13116
|
apiName: string;
|