@openfin/fdc3-api 42.100.34 → 42.100.35

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.
@@ -6565,9 +6565,10 @@ declare type InitPlatformOptions = {
6565
6565
  * Injection setting for the `fin` API.
6566
6566
  *
6567
6567
  * * 'none': The `fin` API will be not available.
6568
+ * * 'preloads': The `fin` API will be available in a synchronous context in the preload script only.
6568
6569
  * * 'global': The entire `fin` API will be available.
6569
6570
  */
6570
- declare type InjectionType = 'none' | 'global';
6571
+ declare type InjectionType = 'none' | 'preloads' | 'global';
6571
6572
 
6572
6573
  /**
6573
6574
  * Generated when the value of the element changes.
@@ -6565,9 +6565,10 @@ declare type InitPlatformOptions = {
6565
6565
  * Injection setting for the `fin` API.
6566
6566
  *
6567
6567
  * * 'none': The `fin` API will be not available.
6568
+ * * 'preloads': The `fin` API will be available in a synchronous context in the preload script only.
6568
6569
  * * 'global': The entire `fin` API will be available.
6569
6570
  */
6570
- declare type InjectionType = 'none' | 'global';
6571
+ declare type InjectionType = 'none' | 'preloads' | 'global';
6571
6572
 
6572
6573
  /**
6573
6574
  * Generated when the value of the element changes.
@@ -6565,9 +6565,10 @@ declare type InitPlatformOptions = {
6565
6565
  * Injection setting for the `fin` API.
6566
6566
  *
6567
6567
  * * 'none': The `fin` API will be not available.
6568
+ * * 'preloads': The `fin` API will be available in a synchronous context in the preload script only.
6568
6569
  * * 'global': The entire `fin` API will be available.
6569
6570
  */
6570
- declare type InjectionType = 'none' | 'global';
6571
+ declare type InjectionType = 'none' | 'preloads' | 'global';
6571
6572
 
6572
6573
  /**
6573
6574
  * Generated when the value of the element changes.
package/out/fdc3-api.d.ts CHANGED
@@ -6659,9 +6659,10 @@ declare type InitPlatformOptions = {
6659
6659
  * Injection setting for the `fin` API.
6660
6660
  *
6661
6661
  * * 'none': The `fin` API will be not available.
6662
+ * * 'preloads': The `fin` API will be available in a synchronous context in the preload script only.
6662
6663
  * * 'global': The entire `fin` API will be available.
6663
6664
  */
6664
- declare type InjectionType = 'none' | 'global';
6665
+ declare type InjectionType = 'none' | 'preloads' | 'global';
6665
6666
 
6666
6667
  /**
6667
6668
  * Generated when the value of the element changes.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/fdc3-api",
3
- "version": "42.100.34",
3
+ "version": "42.100.35",
4
4
  "description": "OpenFin fdc3 module utilities and types.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "private": false,