@openfin/core 39.83.1 → 39.83.2
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 +20 -0
- package/out/mock-beta.d.ts +20 -0
- package/out/mock-public.d.ts +20 -0
- package/out/mock.d.ts +20 -0
- package/package.json +1 -1
package/out/mock-alpha.d.ts
CHANGED
|
@@ -8221,6 +8221,23 @@ declare type LogLevel = OpenFin_2.LogLevel;
|
|
|
8221
8221
|
*/
|
|
8222
8222
|
declare type LogLevel_2 = 'verbose' | 'info' | 'warning' | 'error' | 'fatal';
|
|
8223
8223
|
|
|
8224
|
+
declare type LogUploaderUIOptions = {
|
|
8225
|
+
title?: string;
|
|
8226
|
+
icon?: string;
|
|
8227
|
+
header?: string;
|
|
8228
|
+
description?: string;
|
|
8229
|
+
email?: string;
|
|
8230
|
+
website?: string;
|
|
8231
|
+
websiteDescription?: string;
|
|
8232
|
+
};
|
|
8233
|
+
|
|
8234
|
+
declare type LogUploadOptions = {
|
|
8235
|
+
endpoint: string;
|
|
8236
|
+
manifests?: string[];
|
|
8237
|
+
logs?: string[];
|
|
8238
|
+
ui?: LogUploaderUIOptions;
|
|
8239
|
+
};
|
|
8240
|
+
|
|
8224
8241
|
/**
|
|
8225
8242
|
* @interface
|
|
8226
8243
|
*/
|
|
@@ -8279,6 +8296,7 @@ declare type Manifest = {
|
|
|
8279
8296
|
enableErrorReporting?: boolean;
|
|
8280
8297
|
};
|
|
8281
8298
|
interopBrokerConfiguration: InteropBrokerOptions;
|
|
8299
|
+
logUpload?: LogUploadOptions;
|
|
8282
8300
|
};
|
|
8283
8301
|
|
|
8284
8302
|
/**
|
|
@@ -9140,6 +9158,8 @@ declare namespace OpenFin_2 {
|
|
|
9140
9158
|
PlatformViewCreationOptions,
|
|
9141
9159
|
ProcessAffinityStrategy,
|
|
9142
9160
|
PlatformOptions,
|
|
9161
|
+
LogUploaderUIOptions,
|
|
9162
|
+
LogUploadOptions,
|
|
9143
9163
|
Manifest,
|
|
9144
9164
|
LayoutContent,
|
|
9145
9165
|
LayoutItemConfig,
|
package/out/mock-beta.d.ts
CHANGED
|
@@ -8221,6 +8221,23 @@ declare type LogLevel = OpenFin_2.LogLevel;
|
|
|
8221
8221
|
*/
|
|
8222
8222
|
declare type LogLevel_2 = 'verbose' | 'info' | 'warning' | 'error' | 'fatal';
|
|
8223
8223
|
|
|
8224
|
+
declare type LogUploaderUIOptions = {
|
|
8225
|
+
title?: string;
|
|
8226
|
+
icon?: string;
|
|
8227
|
+
header?: string;
|
|
8228
|
+
description?: string;
|
|
8229
|
+
email?: string;
|
|
8230
|
+
website?: string;
|
|
8231
|
+
websiteDescription?: string;
|
|
8232
|
+
};
|
|
8233
|
+
|
|
8234
|
+
declare type LogUploadOptions = {
|
|
8235
|
+
endpoint: string;
|
|
8236
|
+
manifests?: string[];
|
|
8237
|
+
logs?: string[];
|
|
8238
|
+
ui?: LogUploaderUIOptions;
|
|
8239
|
+
};
|
|
8240
|
+
|
|
8224
8241
|
/**
|
|
8225
8242
|
* @interface
|
|
8226
8243
|
*/
|
|
@@ -8279,6 +8296,7 @@ declare type Manifest = {
|
|
|
8279
8296
|
enableErrorReporting?: boolean;
|
|
8280
8297
|
};
|
|
8281
8298
|
interopBrokerConfiguration: InteropBrokerOptions;
|
|
8299
|
+
logUpload?: LogUploadOptions;
|
|
8282
8300
|
};
|
|
8283
8301
|
|
|
8284
8302
|
/**
|
|
@@ -9140,6 +9158,8 @@ declare namespace OpenFin_2 {
|
|
|
9140
9158
|
PlatformViewCreationOptions,
|
|
9141
9159
|
ProcessAffinityStrategy,
|
|
9142
9160
|
PlatformOptions,
|
|
9161
|
+
LogUploaderUIOptions,
|
|
9162
|
+
LogUploadOptions,
|
|
9143
9163
|
Manifest,
|
|
9144
9164
|
LayoutContent,
|
|
9145
9165
|
LayoutItemConfig,
|
package/out/mock-public.d.ts
CHANGED
|
@@ -8221,6 +8221,23 @@ declare type LogLevel = OpenFin_2.LogLevel;
|
|
|
8221
8221
|
*/
|
|
8222
8222
|
declare type LogLevel_2 = 'verbose' | 'info' | 'warning' | 'error' | 'fatal';
|
|
8223
8223
|
|
|
8224
|
+
declare type LogUploaderUIOptions = {
|
|
8225
|
+
title?: string;
|
|
8226
|
+
icon?: string;
|
|
8227
|
+
header?: string;
|
|
8228
|
+
description?: string;
|
|
8229
|
+
email?: string;
|
|
8230
|
+
website?: string;
|
|
8231
|
+
websiteDescription?: string;
|
|
8232
|
+
};
|
|
8233
|
+
|
|
8234
|
+
declare type LogUploadOptions = {
|
|
8235
|
+
endpoint: string;
|
|
8236
|
+
manifests?: string[];
|
|
8237
|
+
logs?: string[];
|
|
8238
|
+
ui?: LogUploaderUIOptions;
|
|
8239
|
+
};
|
|
8240
|
+
|
|
8224
8241
|
/**
|
|
8225
8242
|
* @interface
|
|
8226
8243
|
*/
|
|
@@ -8279,6 +8296,7 @@ declare type Manifest = {
|
|
|
8279
8296
|
enableErrorReporting?: boolean;
|
|
8280
8297
|
};
|
|
8281
8298
|
interopBrokerConfiguration: InteropBrokerOptions;
|
|
8299
|
+
logUpload?: LogUploadOptions;
|
|
8282
8300
|
};
|
|
8283
8301
|
|
|
8284
8302
|
/**
|
|
@@ -9140,6 +9158,8 @@ declare namespace OpenFin_2 {
|
|
|
9140
9158
|
PlatformViewCreationOptions,
|
|
9141
9159
|
ProcessAffinityStrategy,
|
|
9142
9160
|
PlatformOptions,
|
|
9161
|
+
LogUploaderUIOptions,
|
|
9162
|
+
LogUploadOptions,
|
|
9143
9163
|
Manifest,
|
|
9144
9164
|
LayoutContent,
|
|
9145
9165
|
LayoutItemConfig,
|
package/out/mock.d.ts
CHANGED
|
@@ -8514,6 +8514,23 @@ declare type LogLevel = OpenFin_2.LogLevel;
|
|
|
8514
8514
|
*/
|
|
8515
8515
|
declare type LogLevel_2 = 'verbose' | 'info' | 'warning' | 'error' | 'fatal';
|
|
8516
8516
|
|
|
8517
|
+
declare type LogUploaderUIOptions = {
|
|
8518
|
+
title?: string;
|
|
8519
|
+
icon?: string;
|
|
8520
|
+
header?: string;
|
|
8521
|
+
description?: string;
|
|
8522
|
+
email?: string;
|
|
8523
|
+
website?: string;
|
|
8524
|
+
websiteDescription?: string;
|
|
8525
|
+
};
|
|
8526
|
+
|
|
8527
|
+
declare type LogUploadOptions = {
|
|
8528
|
+
endpoint: string;
|
|
8529
|
+
manifests?: string[];
|
|
8530
|
+
logs?: string[];
|
|
8531
|
+
ui?: LogUploaderUIOptions;
|
|
8532
|
+
};
|
|
8533
|
+
|
|
8517
8534
|
/**
|
|
8518
8535
|
* @interface
|
|
8519
8536
|
*/
|
|
@@ -8572,6 +8589,7 @@ declare type Manifest = {
|
|
|
8572
8589
|
enableErrorReporting?: boolean;
|
|
8573
8590
|
};
|
|
8574
8591
|
interopBrokerConfiguration: InteropBrokerOptions;
|
|
8592
|
+
logUpload?: LogUploadOptions;
|
|
8575
8593
|
};
|
|
8576
8594
|
|
|
8577
8595
|
/**
|
|
@@ -9455,6 +9473,8 @@ declare namespace OpenFin_2 {
|
|
|
9455
9473
|
PlatformViewCreationOptions,
|
|
9456
9474
|
ProcessAffinityStrategy,
|
|
9457
9475
|
PlatformOptions,
|
|
9476
|
+
LogUploaderUIOptions,
|
|
9477
|
+
LogUploadOptions,
|
|
9458
9478
|
Manifest,
|
|
9459
9479
|
LayoutContent,
|
|
9460
9480
|
LayoutItemConfig,
|