@openfin/core 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.
- package/out/mock-alpha.d.ts +9 -1
- package/out/mock-beta.d.ts +9 -1
- package/out/mock-public.d.ts +9 -1
- package/out/stub.d.ts +9 -1
- package/package.json +1 -1
package/out/mock-alpha.d.ts
CHANGED
@@ -13262,12 +13262,20 @@ declare type RVMInfo = {
|
|
13262
13262
|
* The app log directory.
|
13263
13263
|
*/
|
13264
13264
|
'appLogDirectory': string;
|
13265
|
+
/**
|
13266
|
+
* Architecture of the OS that the RVM is running on. One of `arm64`, `x86`, `x64`. Available since RVM 16.
|
13267
|
+
*/
|
13268
|
+
'osArch': string;
|
13265
13269
|
/**
|
13266
13270
|
* The path of OpenfinRVM.exe.
|
13267
13271
|
*/
|
13268
13272
|
'path': string;
|
13269
13273
|
/**
|
13270
|
-
*
|
13274
|
+
* Process architecture of the RVM. One of `arm64`, `x86`, `x64`. Available since RVM 16.
|
13275
|
+
*/
|
13276
|
+
'rvmArch': string;
|
13277
|
+
/**
|
13278
|
+
* The start time of RVM. Format is `YYYY-MM-DD HH:MM:SS` in local time or `NA` on error.
|
13271
13279
|
*/
|
13272
13280
|
'start-time': string;
|
13273
13281
|
/**
|
package/out/mock-beta.d.ts
CHANGED
@@ -13262,12 +13262,20 @@ declare type RVMInfo = {
|
|
13262
13262
|
* The app log directory.
|
13263
13263
|
*/
|
13264
13264
|
'appLogDirectory': string;
|
13265
|
+
/**
|
13266
|
+
* Architecture of the OS that the RVM is running on. One of `arm64`, `x86`, `x64`. Available since RVM 16.
|
13267
|
+
*/
|
13268
|
+
'osArch': string;
|
13265
13269
|
/**
|
13266
13270
|
* The path of OpenfinRVM.exe.
|
13267
13271
|
*/
|
13268
13272
|
'path': string;
|
13269
13273
|
/**
|
13270
|
-
*
|
13274
|
+
* Process architecture of the RVM. One of `arm64`, `x86`, `x64`. Available since RVM 16.
|
13275
|
+
*/
|
13276
|
+
'rvmArch': string;
|
13277
|
+
/**
|
13278
|
+
* The start time of RVM. Format is `YYYY-MM-DD HH:MM:SS` in local time or `NA` on error.
|
13271
13279
|
*/
|
13272
13280
|
'start-time': string;
|
13273
13281
|
/**
|
package/out/mock-public.d.ts
CHANGED
@@ -13262,12 +13262,20 @@ declare type RVMInfo = {
|
|
13262
13262
|
* The app log directory.
|
13263
13263
|
*/
|
13264
13264
|
'appLogDirectory': string;
|
13265
|
+
/**
|
13266
|
+
* Architecture of the OS that the RVM is running on. One of `arm64`, `x86`, `x64`. Available since RVM 16.
|
13267
|
+
*/
|
13268
|
+
'osArch': string;
|
13265
13269
|
/**
|
13266
13270
|
* The path of OpenfinRVM.exe.
|
13267
13271
|
*/
|
13268
13272
|
'path': string;
|
13269
13273
|
/**
|
13270
|
-
*
|
13274
|
+
* Process architecture of the RVM. One of `arm64`, `x86`, `x64`. Available since RVM 16.
|
13275
|
+
*/
|
13276
|
+
'rvmArch': string;
|
13277
|
+
/**
|
13278
|
+
* The start time of RVM. Format is `YYYY-MM-DD HH:MM:SS` in local time or `NA` on error.
|
13271
13279
|
*/
|
13272
13280
|
'start-time': string;
|
13273
13281
|
/**
|
package/out/stub.d.ts
CHANGED
@@ -13663,12 +13663,20 @@ declare type RVMInfo = {
|
|
13663
13663
|
* The app log directory.
|
13664
13664
|
*/
|
13665
13665
|
'appLogDirectory': string;
|
13666
|
+
/**
|
13667
|
+
* Architecture of the OS that the RVM is running on. One of `arm64`, `x86`, `x64`. Available since RVM 16.
|
13668
|
+
*/
|
13669
|
+
'osArch': string;
|
13666
13670
|
/**
|
13667
13671
|
* The path of OpenfinRVM.exe.
|
13668
13672
|
*/
|
13669
13673
|
'path': string;
|
13670
13674
|
/**
|
13671
|
-
*
|
13675
|
+
* Process architecture of the RVM. One of `arm64`, `x86`, `x64`. Available since RVM 16.
|
13676
|
+
*/
|
13677
|
+
'rvmArch': string;
|
13678
|
+
/**
|
13679
|
+
* The start time of RVM. Format is `YYYY-MM-DD HH:MM:SS` in local time or `NA` on error.
|
13672
13680
|
*/
|
13673
13681
|
'start-time': string;
|
13674
13682
|
/**
|