@openfin/core 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.
@@ -8706,6 +8706,8 @@ declare type LogInfo = {
8706
8706
  */
8707
8707
  declare type LogLevel = 'verbose' | 'info' | 'warning' | 'error' | 'fatal';
8708
8708
 
8709
+ declare type LogTypes = 'app' | 'debug' | 'rvm' | 'debug:self' | 'debug:self:archive' | 'debug:self:archive:last';
8710
+
8709
8711
  /**
8710
8712
  * Options for the Log Uploader.
8711
8713
  */
@@ -8772,10 +8774,22 @@ declare type LogUploadOptions = {
8772
8774
  manifests?: string[];
8773
8775
  /**
8774
8776
  * An array of strings that specifies which logs should be uploaded.
8777
+ * app: Uploads app logs
8778
+ * rvm: Uploads rvm logs
8779
+ * debug: Uploads debug logs
8780
+ * debug:self: Uploads the most current debug log the current application
8781
+ * debug:self:archive: Uploads all debug logs for the current application
8782
+ * debug:self:archive:last: Uploads the last two debug logs for the current application
8783
+ *
8784
+ * For the debug log options, the one with the most specific matching pattern will be used.
8775
8785
  * @defaultValue ['app', 'rvm', 'debug']
8776
8786
  */
8777
- logs?: string[];
8787
+ logs?: LogTypes[];
8778
8788
  ui?: LogUploaderUIOptions;
8789
+ /**
8790
+ * Max file size limit in Megabytes for the logs archive.
8791
+ */
8792
+ sizeLimit?: number;
8779
8793
  };
8780
8794
 
8781
8795
  /**
@@ -8706,6 +8706,8 @@ declare type LogInfo = {
8706
8706
  */
8707
8707
  declare type LogLevel = 'verbose' | 'info' | 'warning' | 'error' | 'fatal';
8708
8708
 
8709
+ declare type LogTypes = 'app' | 'debug' | 'rvm' | 'debug:self' | 'debug:self:archive' | 'debug:self:archive:last';
8710
+
8709
8711
  /**
8710
8712
  * Options for the Log Uploader.
8711
8713
  */
@@ -8772,10 +8774,22 @@ declare type LogUploadOptions = {
8772
8774
  manifests?: string[];
8773
8775
  /**
8774
8776
  * An array of strings that specifies which logs should be uploaded.
8777
+ * app: Uploads app logs
8778
+ * rvm: Uploads rvm logs
8779
+ * debug: Uploads debug logs
8780
+ * debug:self: Uploads the most current debug log the current application
8781
+ * debug:self:archive: Uploads all debug logs for the current application
8782
+ * debug:self:archive:last: Uploads the last two debug logs for the current application
8783
+ *
8784
+ * For the debug log options, the one with the most specific matching pattern will be used.
8775
8785
  * @defaultValue ['app', 'rvm', 'debug']
8776
8786
  */
8777
- logs?: string[];
8787
+ logs?: LogTypes[];
8778
8788
  ui?: LogUploaderUIOptions;
8789
+ /**
8790
+ * Max file size limit in Megabytes for the logs archive.
8791
+ */
8792
+ sizeLimit?: number;
8779
8793
  };
8780
8794
 
8781
8795
  /**
@@ -8706,6 +8706,8 @@ declare type LogInfo = {
8706
8706
  */
8707
8707
  declare type LogLevel = 'verbose' | 'info' | 'warning' | 'error' | 'fatal';
8708
8708
 
8709
+ declare type LogTypes = 'app' | 'debug' | 'rvm' | 'debug:self' | 'debug:self:archive' | 'debug:self:archive:last';
8710
+
8709
8711
  /**
8710
8712
  * Options for the Log Uploader.
8711
8713
  */
@@ -8772,10 +8774,22 @@ declare type LogUploadOptions = {
8772
8774
  manifests?: string[];
8773
8775
  /**
8774
8776
  * An array of strings that specifies which logs should be uploaded.
8777
+ * app: Uploads app logs
8778
+ * rvm: Uploads rvm logs
8779
+ * debug: Uploads debug logs
8780
+ * debug:self: Uploads the most current debug log the current application
8781
+ * debug:self:archive: Uploads all debug logs for the current application
8782
+ * debug:self:archive:last: Uploads the last two debug logs for the current application
8783
+ *
8784
+ * For the debug log options, the one with the most specific matching pattern will be used.
8775
8785
  * @defaultValue ['app', 'rvm', 'debug']
8776
8786
  */
8777
- logs?: string[];
8787
+ logs?: LogTypes[];
8778
8788
  ui?: LogUploaderUIOptions;
8789
+ /**
8790
+ * Max file size limit in Megabytes for the logs archive.
8791
+ */
8792
+ sizeLimit?: number;
8779
8793
  };
8780
8794
 
8781
8795
  /**
package/out/stub.d.ts CHANGED
@@ -9015,6 +9015,8 @@ declare type LogInfo = {
9015
9015
  */
9016
9016
  declare type LogLevel = 'verbose' | 'info' | 'warning' | 'error' | 'fatal';
9017
9017
 
9018
+ declare type LogTypes = 'app' | 'debug' | 'rvm' | 'debug:self' | 'debug:self:archive' | 'debug:self:archive:last';
9019
+
9018
9020
  /**
9019
9021
  * Options for the Log Uploader.
9020
9022
  */
@@ -9081,10 +9083,22 @@ declare type LogUploadOptions = {
9081
9083
  manifests?: string[];
9082
9084
  /**
9083
9085
  * An array of strings that specifies which logs should be uploaded.
9086
+ * app: Uploads app logs
9087
+ * rvm: Uploads rvm logs
9088
+ * debug: Uploads debug logs
9089
+ * debug:self: Uploads the most current debug log the current application
9090
+ * debug:self:archive: Uploads all debug logs for the current application
9091
+ * debug:self:archive:last: Uploads the last two debug logs for the current application
9092
+ *
9093
+ * For the debug log options, the one with the most specific matching pattern will be used.
9084
9094
  * @defaultValue ['app', 'rvm', 'debug']
9085
9095
  */
9086
- logs?: string[];
9096
+ logs?: LogTypes[];
9087
9097
  ui?: LogUploaderUIOptions;
9098
+ /**
9099
+ * Max file size limit in Megabytes for the logs archive.
9100
+ */
9101
+ sizeLimit?: number;
9088
9102
  };
9089
9103
 
9090
9104
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/core",
3
- "version": "44.100.15",
3
+ "version": "44.100.16",
4
4
  "description": "The core renderer entry point of OpenFin",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "main": "out/stub.js",