@openfin/fdc3-api 40.104.4 → 40.104.6
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 -1
- package/out/fdc3-api-beta.d.ts +12 -1
- package/out/fdc3-api-public.d.ts +12 -1
- package/out/fdc3-api.d.ts +12 -1
- package/package.json +1 -1
package/out/fdc3-api-alpha.d.ts
CHANGED
|
@@ -10343,6 +10343,9 @@ declare type PerDomainSettings = {
|
|
|
10343
10343
|
* {@inheritdoc ChromiumPolicies}
|
|
10344
10344
|
*/
|
|
10345
10345
|
chromiumPolicies?: ChromiumPolicies;
|
|
10346
|
+
/**
|
|
10347
|
+
* @experimental These features are still under development and may change.
|
|
10348
|
+
*/
|
|
10346
10349
|
contentProtection?: {
|
|
10347
10350
|
/**
|
|
10348
10351
|
* {@inheritdoc ScreenCaptureBehavior}
|
|
@@ -13518,12 +13521,20 @@ declare type RVMInfo = {
|
|
|
13518
13521
|
* The app log directory.
|
|
13519
13522
|
*/
|
|
13520
13523
|
'appLogDirectory': string;
|
|
13524
|
+
/**
|
|
13525
|
+
* Architecture of the OS that the RVM is running on. One of `arm64`, `x86`, `x64`. Available since RVM 16.
|
|
13526
|
+
*/
|
|
13527
|
+
'osArch': string;
|
|
13521
13528
|
/**
|
|
13522
13529
|
* The path of OpenfinRVM.exe.
|
|
13523
13530
|
*/
|
|
13524
13531
|
'path': string;
|
|
13525
13532
|
/**
|
|
13526
|
-
*
|
|
13533
|
+
* Process architecture of the RVM. One of `arm64`, `x86`, `x64`. Available since RVM 16.
|
|
13534
|
+
*/
|
|
13535
|
+
'rvmArch': string;
|
|
13536
|
+
/**
|
|
13537
|
+
* The start time of RVM. Format is `YYYY-MM-DD HH:MM:SS` in local time or `NA` on error.
|
|
13527
13538
|
*/
|
|
13528
13539
|
'start-time': string;
|
|
13529
13540
|
/**
|
package/out/fdc3-api-beta.d.ts
CHANGED
|
@@ -10343,6 +10343,9 @@ declare type PerDomainSettings = {
|
|
|
10343
10343
|
* {@inheritdoc ChromiumPolicies}
|
|
10344
10344
|
*/
|
|
10345
10345
|
chromiumPolicies?: ChromiumPolicies;
|
|
10346
|
+
/**
|
|
10347
|
+
* @experimental These features are still under development and may change.
|
|
10348
|
+
*/
|
|
10346
10349
|
contentProtection?: {
|
|
10347
10350
|
/**
|
|
10348
10351
|
* {@inheritdoc ScreenCaptureBehavior}
|
|
@@ -13518,12 +13521,20 @@ declare type RVMInfo = {
|
|
|
13518
13521
|
* The app log directory.
|
|
13519
13522
|
*/
|
|
13520
13523
|
'appLogDirectory': string;
|
|
13524
|
+
/**
|
|
13525
|
+
* Architecture of the OS that the RVM is running on. One of `arm64`, `x86`, `x64`. Available since RVM 16.
|
|
13526
|
+
*/
|
|
13527
|
+
'osArch': string;
|
|
13521
13528
|
/**
|
|
13522
13529
|
* The path of OpenfinRVM.exe.
|
|
13523
13530
|
*/
|
|
13524
13531
|
'path': string;
|
|
13525
13532
|
/**
|
|
13526
|
-
*
|
|
13533
|
+
* Process architecture of the RVM. One of `arm64`, `x86`, `x64`. Available since RVM 16.
|
|
13534
|
+
*/
|
|
13535
|
+
'rvmArch': string;
|
|
13536
|
+
/**
|
|
13537
|
+
* The start time of RVM. Format is `YYYY-MM-DD HH:MM:SS` in local time or `NA` on error.
|
|
13527
13538
|
*/
|
|
13528
13539
|
'start-time': string;
|
|
13529
13540
|
/**
|
package/out/fdc3-api-public.d.ts
CHANGED
|
@@ -10343,6 +10343,9 @@ declare type PerDomainSettings = {
|
|
|
10343
10343
|
* {@inheritdoc ChromiumPolicies}
|
|
10344
10344
|
*/
|
|
10345
10345
|
chromiumPolicies?: ChromiumPolicies;
|
|
10346
|
+
/**
|
|
10347
|
+
* @experimental These features are still under development and may change.
|
|
10348
|
+
*/
|
|
10346
10349
|
contentProtection?: {
|
|
10347
10350
|
/**
|
|
10348
10351
|
* {@inheritdoc ScreenCaptureBehavior}
|
|
@@ -13518,12 +13521,20 @@ declare type RVMInfo = {
|
|
|
13518
13521
|
* The app log directory.
|
|
13519
13522
|
*/
|
|
13520
13523
|
'appLogDirectory': string;
|
|
13524
|
+
/**
|
|
13525
|
+
* Architecture of the OS that the RVM is running on. One of `arm64`, `x86`, `x64`. Available since RVM 16.
|
|
13526
|
+
*/
|
|
13527
|
+
'osArch': string;
|
|
13521
13528
|
/**
|
|
13522
13529
|
* The path of OpenfinRVM.exe.
|
|
13523
13530
|
*/
|
|
13524
13531
|
'path': string;
|
|
13525
13532
|
/**
|
|
13526
|
-
*
|
|
13533
|
+
* Process architecture of the RVM. One of `arm64`, `x86`, `x64`. Available since RVM 16.
|
|
13534
|
+
*/
|
|
13535
|
+
'rvmArch': string;
|
|
13536
|
+
/**
|
|
13537
|
+
* The start time of RVM. Format is `YYYY-MM-DD HH:MM:SS` in local time or `NA` on error.
|
|
13527
13538
|
*/
|
|
13528
13539
|
'start-time': string;
|
|
13529
13540
|
/**
|
package/out/fdc3-api.d.ts
CHANGED
|
@@ -10661,6 +10661,9 @@ declare type PerDomainSettings = {
|
|
|
10661
10661
|
* {@inheritdoc ChromiumPolicies}
|
|
10662
10662
|
*/
|
|
10663
10663
|
chromiumPolicies?: ChromiumPolicies;
|
|
10664
|
+
/**
|
|
10665
|
+
* @experimental These features are still under development and may change.
|
|
10666
|
+
*/
|
|
10664
10667
|
contentProtection?: {
|
|
10665
10668
|
/**
|
|
10666
10669
|
* {@inheritdoc ScreenCaptureBehavior}
|
|
@@ -13919,12 +13922,20 @@ declare type RVMInfo = {
|
|
|
13919
13922
|
* The app log directory.
|
|
13920
13923
|
*/
|
|
13921
13924
|
'appLogDirectory': string;
|
|
13925
|
+
/**
|
|
13926
|
+
* Architecture of the OS that the RVM is running on. One of `arm64`, `x86`, `x64`. Available since RVM 16.
|
|
13927
|
+
*/
|
|
13928
|
+
'osArch': string;
|
|
13922
13929
|
/**
|
|
13923
13930
|
* The path of OpenfinRVM.exe.
|
|
13924
13931
|
*/
|
|
13925
13932
|
'path': string;
|
|
13926
13933
|
/**
|
|
13927
|
-
*
|
|
13934
|
+
* Process architecture of the RVM. One of `arm64`, `x86`, `x64`. Available since RVM 16.
|
|
13935
|
+
*/
|
|
13936
|
+
'rvmArch': string;
|
|
13937
|
+
/**
|
|
13938
|
+
* The start time of RVM. Format is `YYYY-MM-DD HH:MM:SS` in local time or `NA` on error.
|
|
13928
13939
|
*/
|
|
13929
13940
|
'start-time': string;
|
|
13930
13941
|
/**
|