@openfin/core 43.100.45 → 43.100.49
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 +205 -201
- package/out/mock-beta.d.ts +205 -201
- package/out/mock-public.d.ts +205 -201
- package/out/stub.d.ts +205 -201
- package/out/stub.js +1 -0
- package/package.json +1 -1
package/out/stub.js
CHANGED
@@ -7334,6 +7334,7 @@ class System extends base_1$m.EmitterBase {
|
|
7334
7334
|
}
|
7335
7335
|
/**
|
7336
7336
|
* Launches the Log Uploader. Full documentation can be found [here](https://resources.here.io/docs/core/develop/debug/log-uploader/).
|
7337
|
+
* @experimental
|
7337
7338
|
*/
|
7338
7339
|
async launchLogUploader(options) {
|
7339
7340
|
return (await this.wire.sendAction('launch-log-uploader', { options })).payload.data;
|