@openfin/fdc3-api 44.100.15 → 44.100.16
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/fdc3-api-alpha.d.ts +15 -1
- package/out/fdc3-api-beta.d.ts +15 -1
- package/out/fdc3-api-public.d.ts +15 -1
- package/out/fdc3-api.d.ts +15 -1
- package/package.json +1 -1
package/out/fdc3-api-alpha.d.ts
CHANGED
|
@@ -9048,6 +9048,8 @@ declare type LogInfo = {
|
|
|
9048
9048
|
*/
|
|
9049
9049
|
declare type LogLevel = 'verbose' | 'info' | 'warning' | 'error' | 'fatal';
|
|
9050
9050
|
|
|
9051
|
+
declare type LogTypes = 'app' | 'debug' | 'rvm' | 'debug:self' | 'debug:self:archive' | 'debug:self:archive:last';
|
|
9052
|
+
|
|
9051
9053
|
/**
|
|
9052
9054
|
* Options for the Log Uploader.
|
|
9053
9055
|
*/
|
|
@@ -9114,10 +9116,22 @@ declare type LogUploadOptions = {
|
|
|
9114
9116
|
manifests?: string[];
|
|
9115
9117
|
/**
|
|
9116
9118
|
* An array of strings that specifies which logs should be uploaded.
|
|
9119
|
+
* app: Uploads app logs
|
|
9120
|
+
* rvm: Uploads rvm logs
|
|
9121
|
+
* debug: Uploads debug logs
|
|
9122
|
+
* debug:self: Uploads the most current debug log the current application
|
|
9123
|
+
* debug:self:archive: Uploads all debug logs for the current application
|
|
9124
|
+
* debug:self:archive:last: Uploads the last two debug logs for the current application
|
|
9125
|
+
*
|
|
9126
|
+
* For the debug log options, the one with the most specific matching pattern will be used.
|
|
9117
9127
|
* @defaultValue ['app', 'rvm', 'debug']
|
|
9118
9128
|
*/
|
|
9119
|
-
logs?:
|
|
9129
|
+
logs?: LogTypes[];
|
|
9120
9130
|
ui?: LogUploaderUIOptions;
|
|
9131
|
+
/**
|
|
9132
|
+
* Max file size limit in Megabytes for the logs archive.
|
|
9133
|
+
*/
|
|
9134
|
+
sizeLimit?: number;
|
|
9121
9135
|
};
|
|
9122
9136
|
|
|
9123
9137
|
/**
|
package/out/fdc3-api-beta.d.ts
CHANGED
|
@@ -9048,6 +9048,8 @@ declare type LogInfo = {
|
|
|
9048
9048
|
*/
|
|
9049
9049
|
declare type LogLevel = 'verbose' | 'info' | 'warning' | 'error' | 'fatal';
|
|
9050
9050
|
|
|
9051
|
+
declare type LogTypes = 'app' | 'debug' | 'rvm' | 'debug:self' | 'debug:self:archive' | 'debug:self:archive:last';
|
|
9052
|
+
|
|
9051
9053
|
/**
|
|
9052
9054
|
* Options for the Log Uploader.
|
|
9053
9055
|
*/
|
|
@@ -9114,10 +9116,22 @@ declare type LogUploadOptions = {
|
|
|
9114
9116
|
manifests?: string[];
|
|
9115
9117
|
/**
|
|
9116
9118
|
* An array of strings that specifies which logs should be uploaded.
|
|
9119
|
+
* app: Uploads app logs
|
|
9120
|
+
* rvm: Uploads rvm logs
|
|
9121
|
+
* debug: Uploads debug logs
|
|
9122
|
+
* debug:self: Uploads the most current debug log the current application
|
|
9123
|
+
* debug:self:archive: Uploads all debug logs for the current application
|
|
9124
|
+
* debug:self:archive:last: Uploads the last two debug logs for the current application
|
|
9125
|
+
*
|
|
9126
|
+
* For the debug log options, the one with the most specific matching pattern will be used.
|
|
9117
9127
|
* @defaultValue ['app', 'rvm', 'debug']
|
|
9118
9128
|
*/
|
|
9119
|
-
logs?:
|
|
9129
|
+
logs?: LogTypes[];
|
|
9120
9130
|
ui?: LogUploaderUIOptions;
|
|
9131
|
+
/**
|
|
9132
|
+
* Max file size limit in Megabytes for the logs archive.
|
|
9133
|
+
*/
|
|
9134
|
+
sizeLimit?: number;
|
|
9121
9135
|
};
|
|
9122
9136
|
|
|
9123
9137
|
/**
|
package/out/fdc3-api-public.d.ts
CHANGED
|
@@ -9048,6 +9048,8 @@ declare type LogInfo = {
|
|
|
9048
9048
|
*/
|
|
9049
9049
|
declare type LogLevel = 'verbose' | 'info' | 'warning' | 'error' | 'fatal';
|
|
9050
9050
|
|
|
9051
|
+
declare type LogTypes = 'app' | 'debug' | 'rvm' | 'debug:self' | 'debug:self:archive' | 'debug:self:archive:last';
|
|
9052
|
+
|
|
9051
9053
|
/**
|
|
9052
9054
|
* Options for the Log Uploader.
|
|
9053
9055
|
*/
|
|
@@ -9114,10 +9116,22 @@ declare type LogUploadOptions = {
|
|
|
9114
9116
|
manifests?: string[];
|
|
9115
9117
|
/**
|
|
9116
9118
|
* An array of strings that specifies which logs should be uploaded.
|
|
9119
|
+
* app: Uploads app logs
|
|
9120
|
+
* rvm: Uploads rvm logs
|
|
9121
|
+
* debug: Uploads debug logs
|
|
9122
|
+
* debug:self: Uploads the most current debug log the current application
|
|
9123
|
+
* debug:self:archive: Uploads all debug logs for the current application
|
|
9124
|
+
* debug:self:archive:last: Uploads the last two debug logs for the current application
|
|
9125
|
+
*
|
|
9126
|
+
* For the debug log options, the one with the most specific matching pattern will be used.
|
|
9117
9127
|
* @defaultValue ['app', 'rvm', 'debug']
|
|
9118
9128
|
*/
|
|
9119
|
-
logs?:
|
|
9129
|
+
logs?: LogTypes[];
|
|
9120
9130
|
ui?: LogUploaderUIOptions;
|
|
9131
|
+
/**
|
|
9132
|
+
* Max file size limit in Megabytes for the logs archive.
|
|
9133
|
+
*/
|
|
9134
|
+
sizeLimit?: number;
|
|
9121
9135
|
};
|
|
9122
9136
|
|
|
9123
9137
|
/**
|
package/out/fdc3-api.d.ts
CHANGED
|
@@ -9357,6 +9357,8 @@ declare type LogInfo = {
|
|
|
9357
9357
|
*/
|
|
9358
9358
|
declare type LogLevel = 'verbose' | 'info' | 'warning' | 'error' | 'fatal';
|
|
9359
9359
|
|
|
9360
|
+
declare type LogTypes = 'app' | 'debug' | 'rvm' | 'debug:self' | 'debug:self:archive' | 'debug:self:archive:last';
|
|
9361
|
+
|
|
9360
9362
|
/**
|
|
9361
9363
|
* Options for the Log Uploader.
|
|
9362
9364
|
*/
|
|
@@ -9423,10 +9425,22 @@ declare type LogUploadOptions = {
|
|
|
9423
9425
|
manifests?: string[];
|
|
9424
9426
|
/**
|
|
9425
9427
|
* An array of strings that specifies which logs should be uploaded.
|
|
9428
|
+
* app: Uploads app logs
|
|
9429
|
+
* rvm: Uploads rvm logs
|
|
9430
|
+
* debug: Uploads debug logs
|
|
9431
|
+
* debug:self: Uploads the most current debug log the current application
|
|
9432
|
+
* debug:self:archive: Uploads all debug logs for the current application
|
|
9433
|
+
* debug:self:archive:last: Uploads the last two debug logs for the current application
|
|
9434
|
+
*
|
|
9435
|
+
* For the debug log options, the one with the most specific matching pattern will be used.
|
|
9426
9436
|
* @defaultValue ['app', 'rvm', 'debug']
|
|
9427
9437
|
*/
|
|
9428
|
-
logs?:
|
|
9438
|
+
logs?: LogTypes[];
|
|
9429
9439
|
ui?: LogUploaderUIOptions;
|
|
9440
|
+
/**
|
|
9441
|
+
* Max file size limit in Megabytes for the logs archive.
|
|
9442
|
+
*/
|
|
9443
|
+
sizeLimit?: number;
|
|
9430
9444
|
};
|
|
9431
9445
|
|
|
9432
9446
|
/**
|