@openfin/fdc3-api 41.100.117 → 41.100.119
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
|
@@ -13606,12 +13606,20 @@ declare type RVMInfo = {
|
|
|
13606
13606
|
* The app log directory.
|
|
13607
13607
|
*/
|
|
13608
13608
|
'appLogDirectory': string;
|
|
13609
|
+
/**
|
|
13610
|
+
* Architecture of the OS that the RVM is running on. One of `arm64`, `x86`, `x64`. Available since RVM 16.
|
|
13611
|
+
*/
|
|
13612
|
+
'osArch': string;
|
|
13609
13613
|
/**
|
|
13610
13614
|
* The path of OpenfinRVM.exe.
|
|
13611
13615
|
*/
|
|
13612
13616
|
'path': string;
|
|
13613
13617
|
/**
|
|
13614
|
-
*
|
|
13618
|
+
* Process architecture of the RVM. One of `arm64`, `x86`, `x64`. Available since RVM 16.
|
|
13619
|
+
*/
|
|
13620
|
+
'rvmArch': string;
|
|
13621
|
+
/**
|
|
13622
|
+
* The start time of RVM. Format is `YYYY-MM-DD HH:MM:SS` in local time or `NA` on error.
|
|
13615
13623
|
*/
|
|
13616
13624
|
'start-time': string;
|
|
13617
13625
|
/**
|
package/out/fdc3-api-beta.d.ts
CHANGED
|
@@ -13606,12 +13606,20 @@ declare type RVMInfo = {
|
|
|
13606
13606
|
* The app log directory.
|
|
13607
13607
|
*/
|
|
13608
13608
|
'appLogDirectory': string;
|
|
13609
|
+
/**
|
|
13610
|
+
* Architecture of the OS that the RVM is running on. One of `arm64`, `x86`, `x64`. Available since RVM 16.
|
|
13611
|
+
*/
|
|
13612
|
+
'osArch': string;
|
|
13609
13613
|
/**
|
|
13610
13614
|
* The path of OpenfinRVM.exe.
|
|
13611
13615
|
*/
|
|
13612
13616
|
'path': string;
|
|
13613
13617
|
/**
|
|
13614
|
-
*
|
|
13618
|
+
* Process architecture of the RVM. One of `arm64`, `x86`, `x64`. Available since RVM 16.
|
|
13619
|
+
*/
|
|
13620
|
+
'rvmArch': string;
|
|
13621
|
+
/**
|
|
13622
|
+
* The start time of RVM. Format is `YYYY-MM-DD HH:MM:SS` in local time or `NA` on error.
|
|
13615
13623
|
*/
|
|
13616
13624
|
'start-time': string;
|
|
13617
13625
|
/**
|
package/out/fdc3-api-public.d.ts
CHANGED
|
@@ -13606,12 +13606,20 @@ declare type RVMInfo = {
|
|
|
13606
13606
|
* The app log directory.
|
|
13607
13607
|
*/
|
|
13608
13608
|
'appLogDirectory': string;
|
|
13609
|
+
/**
|
|
13610
|
+
* Architecture of the OS that the RVM is running on. One of `arm64`, `x86`, `x64`. Available since RVM 16.
|
|
13611
|
+
*/
|
|
13612
|
+
'osArch': string;
|
|
13609
13613
|
/**
|
|
13610
13614
|
* The path of OpenfinRVM.exe.
|
|
13611
13615
|
*/
|
|
13612
13616
|
'path': string;
|
|
13613
13617
|
/**
|
|
13614
|
-
*
|
|
13618
|
+
* Process architecture of the RVM. One of `arm64`, `x86`, `x64`. Available since RVM 16.
|
|
13619
|
+
*/
|
|
13620
|
+
'rvmArch': string;
|
|
13621
|
+
/**
|
|
13622
|
+
* The start time of RVM. Format is `YYYY-MM-DD HH:MM:SS` in local time or `NA` on error.
|
|
13615
13623
|
*/
|
|
13616
13624
|
'start-time': string;
|
|
13617
13625
|
/**
|
package/out/fdc3-api.d.ts
CHANGED
|
@@ -14007,12 +14007,20 @@ declare type RVMInfo = {
|
|
|
14007
14007
|
* The app log directory.
|
|
14008
14008
|
*/
|
|
14009
14009
|
'appLogDirectory': string;
|
|
14010
|
+
/**
|
|
14011
|
+
* Architecture of the OS that the RVM is running on. One of `arm64`, `x86`, `x64`. Available since RVM 16.
|
|
14012
|
+
*/
|
|
14013
|
+
'osArch': string;
|
|
14010
14014
|
/**
|
|
14011
14015
|
* The path of OpenfinRVM.exe.
|
|
14012
14016
|
*/
|
|
14013
14017
|
'path': string;
|
|
14014
14018
|
/**
|
|
14015
|
-
*
|
|
14019
|
+
* Process architecture of the RVM. One of `arm64`, `x86`, `x64`. Available since RVM 16.
|
|
14020
|
+
*/
|
|
14021
|
+
'rvmArch': string;
|
|
14022
|
+
/**
|
|
14023
|
+
* The start time of RVM. Format is `YYYY-MM-DD HH:MM:SS` in local time or `NA` on error.
|
|
14016
14024
|
*/
|
|
14017
14025
|
'start-time': string;
|
|
14018
14026
|
/**
|