@openfin/fdc3-api 42.100.53 → 42.100.57

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.
@@ -13602,12 +13602,20 @@ declare type RVMInfo = {
13602
13602
  * The app log directory.
13603
13603
  */
13604
13604
  'appLogDirectory': string;
13605
+ /**
13606
+ * Architecture of the OS that the RVM is running on. One of `arm64`, `x86`, `x64`. Available since RVM 16.
13607
+ */
13608
+ 'osArch': string;
13605
13609
  /**
13606
13610
  * The path of OpenfinRVM.exe.
13607
13611
  */
13608
13612
  'path': string;
13609
13613
  /**
13610
- * The start time of RVM.
13614
+ * Process architecture of the RVM. One of `arm64`, `x86`, `x64`. Available since RVM 16.
13615
+ */
13616
+ 'rvmArch': string;
13617
+ /**
13618
+ * The start time of RVM. Format is `YYYY-MM-DD HH:MM:SS` in local time or `NA` on error.
13611
13619
  */
13612
13620
  'start-time': string;
13613
13621
  /**
@@ -13602,12 +13602,20 @@ declare type RVMInfo = {
13602
13602
  * The app log directory.
13603
13603
  */
13604
13604
  'appLogDirectory': string;
13605
+ /**
13606
+ * Architecture of the OS that the RVM is running on. One of `arm64`, `x86`, `x64`. Available since RVM 16.
13607
+ */
13608
+ 'osArch': string;
13605
13609
  /**
13606
13610
  * The path of OpenfinRVM.exe.
13607
13611
  */
13608
13612
  'path': string;
13609
13613
  /**
13610
- * The start time of RVM.
13614
+ * Process architecture of the RVM. One of `arm64`, `x86`, `x64`. Available since RVM 16.
13615
+ */
13616
+ 'rvmArch': string;
13617
+ /**
13618
+ * The start time of RVM. Format is `YYYY-MM-DD HH:MM:SS` in local time or `NA` on error.
13611
13619
  */
13612
13620
  'start-time': string;
13613
13621
  /**
@@ -13602,12 +13602,20 @@ declare type RVMInfo = {
13602
13602
  * The app log directory.
13603
13603
  */
13604
13604
  'appLogDirectory': string;
13605
+ /**
13606
+ * Architecture of the OS that the RVM is running on. One of `arm64`, `x86`, `x64`. Available since RVM 16.
13607
+ */
13608
+ 'osArch': string;
13605
13609
  /**
13606
13610
  * The path of OpenfinRVM.exe.
13607
13611
  */
13608
13612
  'path': string;
13609
13613
  /**
13610
- * The start time of RVM.
13614
+ * Process architecture of the RVM. One of `arm64`, `x86`, `x64`. Available since RVM 16.
13615
+ */
13616
+ 'rvmArch': string;
13617
+ /**
13618
+ * The start time of RVM. Format is `YYYY-MM-DD HH:MM:SS` in local time or `NA` on error.
13611
13619
  */
13612
13620
  'start-time': string;
13613
13621
  /**
package/out/fdc3-api.d.ts CHANGED
@@ -14003,12 +14003,20 @@ declare type RVMInfo = {
14003
14003
  * The app log directory.
14004
14004
  */
14005
14005
  'appLogDirectory': string;
14006
+ /**
14007
+ * Architecture of the OS that the RVM is running on. One of `arm64`, `x86`, `x64`. Available since RVM 16.
14008
+ */
14009
+ 'osArch': string;
14006
14010
  /**
14007
14011
  * The path of OpenfinRVM.exe.
14008
14012
  */
14009
14013
  'path': string;
14010
14014
  /**
14011
- * The start time of RVM.
14015
+ * Process architecture of the RVM. One of `arm64`, `x86`, `x64`. Available since RVM 16.
14016
+ */
14017
+ 'rvmArch': string;
14018
+ /**
14019
+ * The start time of RVM. Format is `YYYY-MM-DD HH:MM:SS` in local time or `NA` on error.
14012
14020
  */
14013
14021
  'start-time': string;
14014
14022
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/fdc3-api",
3
- "version": "42.100.53",
3
+ "version": "42.100.57",
4
4
  "description": "OpenFin fdc3 module utilities and types.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "private": false,