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