@openfin/core 38.82.55 → 38.82.56

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.
@@ -1279,6 +1279,10 @@ declare type ApplicationOptions = LegacyWinOptionsInAppOptions & {
1279
1279
  * When set to `true`, any `beforeunload` handler set on the app will fire.
1280
1280
  */
1281
1281
  enableBeforeUnload: boolean;
1282
+ /**
1283
+ * Set the timezone for the app logs. When setting this value the timestamp will be in ISO 8601 format. By default, if no value is set, it will show the local time in this format: 'y-MM-dd HH:mm:ss.SSS'
1284
+ */
1285
+ appLogsTimezone: TimeZones;
1282
1286
  };
1283
1287
 
1284
1288
  /**
@@ -8997,6 +9001,7 @@ declare namespace OpenFin_2 {
8997
9001
  WindowBounds,
8998
9002
  Rectangle,
8999
9003
  ApplicationCreationOptions,
9004
+ TimeZones,
9000
9005
  ApplicationOptions,
9001
9006
  CustomProtocolMissingState,
9002
9007
  CustomProtocolMalformedState,
@@ -14298,6 +14303,8 @@ declare type Time = {
14298
14303
  irq: number;
14299
14304
  };
14300
14305
 
14306
+ declare type TimeZones = 'utc' | 'local';
14307
+
14301
14308
  /**
14302
14309
  * @interface
14303
14310
  */
@@ -1279,6 +1279,10 @@ declare type ApplicationOptions = LegacyWinOptionsInAppOptions & {
1279
1279
  * When set to `true`, any `beforeunload` handler set on the app will fire.
1280
1280
  */
1281
1281
  enableBeforeUnload: boolean;
1282
+ /**
1283
+ * Set the timezone for the app logs. When setting this value the timestamp will be in ISO 8601 format. By default, if no value is set, it will show the local time in this format: 'y-MM-dd HH:mm:ss.SSS'
1284
+ */
1285
+ appLogsTimezone: TimeZones;
1282
1286
  };
1283
1287
 
1284
1288
  /**
@@ -8997,6 +9001,7 @@ declare namespace OpenFin_2 {
8997
9001
  WindowBounds,
8998
9002
  Rectangle,
8999
9003
  ApplicationCreationOptions,
9004
+ TimeZones,
9000
9005
  ApplicationOptions,
9001
9006
  CustomProtocolMissingState,
9002
9007
  CustomProtocolMalformedState,
@@ -14298,6 +14303,8 @@ declare type Time = {
14298
14303
  irq: number;
14299
14304
  };
14300
14305
 
14306
+ declare type TimeZones = 'utc' | 'local';
14307
+
14301
14308
  /**
14302
14309
  * @interface
14303
14310
  */
@@ -1279,6 +1279,10 @@ declare type ApplicationOptions = LegacyWinOptionsInAppOptions & {
1279
1279
  * When set to `true`, any `beforeunload` handler set on the app will fire.
1280
1280
  */
1281
1281
  enableBeforeUnload: boolean;
1282
+ /**
1283
+ * Set the timezone for the app logs. When setting this value the timestamp will be in ISO 8601 format. By default, if no value is set, it will show the local time in this format: 'y-MM-dd HH:mm:ss.SSS'
1284
+ */
1285
+ appLogsTimezone: TimeZones;
1282
1286
  };
1283
1287
 
1284
1288
  /**
@@ -8997,6 +9001,7 @@ declare namespace OpenFin_2 {
8997
9001
  WindowBounds,
8998
9002
  Rectangle,
8999
9003
  ApplicationCreationOptions,
9004
+ TimeZones,
9000
9005
  ApplicationOptions,
9001
9006
  CustomProtocolMissingState,
9002
9007
  CustomProtocolMalformedState,
@@ -14298,6 +14303,8 @@ declare type Time = {
14298
14303
  irq: number;
14299
14304
  };
14300
14305
 
14306
+ declare type TimeZones = 'utc' | 'local';
14307
+
14301
14308
  /**
14302
14309
  * @interface
14303
14310
  */
package/out/mock.d.ts CHANGED
@@ -1285,6 +1285,10 @@ declare type ApplicationOptions = LegacyWinOptionsInAppOptions & {
1285
1285
  * When set to `true`, any `beforeunload` handler set on the app will fire.
1286
1286
  */
1287
1287
  enableBeforeUnload: boolean;
1288
+ /**
1289
+ * Set the timezone for the app logs. When setting this value the timestamp will be in ISO 8601 format. By default, if no value is set, it will show the local time in this format: 'y-MM-dd HH:mm:ss.SSS'
1290
+ */
1291
+ appLogsTimezone: TimeZones;
1288
1292
  };
1289
1293
 
1290
1294
  /**
@@ -9312,6 +9316,7 @@ declare namespace OpenFin_2 {
9312
9316
  WindowBounds,
9313
9317
  Rectangle,
9314
9318
  ApplicationCreationOptions,
9319
+ TimeZones,
9315
9320
  ApplicationOptions,
9316
9321
  CustomProtocolMissingState,
9317
9322
  CustomProtocolMalformedState,
@@ -14704,6 +14709,8 @@ declare type Time = {
14704
14709
  irq: number;
14705
14710
  };
14706
14711
 
14712
+ declare type TimeZones = 'utc' | 'local';
14713
+
14707
14714
  /**
14708
14715
  * @interface
14709
14716
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/core",
3
- "version": "38.82.55",
3
+ "version": "38.82.56",
4
4
  "description": "The core renderer entry point of OpenFin",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "main": "out/mock.js",