@openfin/fdc3-api 39.82.9 → 39.82.11

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.
@@ -1276,6 +1276,10 @@ declare type ApplicationOptions = LegacyWinOptionsInAppOptions & {
1276
1276
  * When set to `true`, any `beforeunload` handler set on the app will fire.
1277
1277
  */
1278
1278
  enableBeforeUnload: boolean;
1279
+ /**
1280
+ * 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'
1281
+ */
1282
+ appLogsTimezone: TimeZones;
1279
1283
  };
1280
1284
 
1281
1285
  /**
@@ -9343,6 +9347,7 @@ declare namespace OpenFin {
9343
9347
  WindowBounds,
9344
9348
  Rectangle,
9345
9349
  ApplicationCreationOptions,
9350
+ TimeZones,
9346
9351
  ApplicationOptions,
9347
9352
  CustomProtocolMissingState,
9348
9353
  CustomProtocolMalformedState,
@@ -14642,6 +14647,8 @@ declare type Time = {
14642
14647
  irq: number;
14643
14648
  };
14644
14649
 
14650
+ declare type TimeZones = 'utc' | 'local';
14651
+
14645
14652
  /**
14646
14653
  * @interface
14647
14654
  */
@@ -1276,6 +1276,10 @@ declare type ApplicationOptions = LegacyWinOptionsInAppOptions & {
1276
1276
  * When set to `true`, any `beforeunload` handler set on the app will fire.
1277
1277
  */
1278
1278
  enableBeforeUnload: boolean;
1279
+ /**
1280
+ * 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'
1281
+ */
1282
+ appLogsTimezone: TimeZones;
1279
1283
  };
1280
1284
 
1281
1285
  /**
@@ -9343,6 +9347,7 @@ declare namespace OpenFin {
9343
9347
  WindowBounds,
9344
9348
  Rectangle,
9345
9349
  ApplicationCreationOptions,
9350
+ TimeZones,
9346
9351
  ApplicationOptions,
9347
9352
  CustomProtocolMissingState,
9348
9353
  CustomProtocolMalformedState,
@@ -14642,6 +14647,8 @@ declare type Time = {
14642
14647
  irq: number;
14643
14648
  };
14644
14649
 
14650
+ declare type TimeZones = 'utc' | 'local';
14651
+
14645
14652
  /**
14646
14653
  * @interface
14647
14654
  */
@@ -1276,6 +1276,10 @@ declare type ApplicationOptions = LegacyWinOptionsInAppOptions & {
1276
1276
  * When set to `true`, any `beforeunload` handler set on the app will fire.
1277
1277
  */
1278
1278
  enableBeforeUnload: boolean;
1279
+ /**
1280
+ * 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'
1281
+ */
1282
+ appLogsTimezone: TimeZones;
1279
1283
  };
1280
1284
 
1281
1285
  /**
@@ -9343,6 +9347,7 @@ declare namespace OpenFin {
9343
9347
  WindowBounds,
9344
9348
  Rectangle,
9345
9349
  ApplicationCreationOptions,
9350
+ TimeZones,
9346
9351
  ApplicationOptions,
9347
9352
  CustomProtocolMissingState,
9348
9353
  CustomProtocolMalformedState,
@@ -14642,6 +14647,8 @@ declare type Time = {
14642
14647
  irq: number;
14643
14648
  };
14644
14649
 
14650
+ declare type TimeZones = 'utc' | 'local';
14651
+
14645
14652
  /**
14646
14653
  * @interface
14647
14654
  */
package/out/fdc3-api.d.ts CHANGED
@@ -1282,6 +1282,10 @@ declare type ApplicationOptions = LegacyWinOptionsInAppOptions & {
1282
1282
  * When set to `true`, any `beforeunload` handler set on the app will fire.
1283
1283
  */
1284
1284
  enableBeforeUnload: boolean;
1285
+ /**
1286
+ * 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'
1287
+ */
1288
+ appLogsTimezone: TimeZones;
1285
1289
  };
1286
1290
 
1287
1291
  /**
@@ -9658,6 +9662,7 @@ declare namespace OpenFin {
9658
9662
  WindowBounds,
9659
9663
  Rectangle,
9660
9664
  ApplicationCreationOptions,
9665
+ TimeZones,
9661
9666
  ApplicationOptions,
9662
9667
  CustomProtocolMissingState,
9663
9668
  CustomProtocolMalformedState,
@@ -15048,6 +15053,8 @@ declare type Time = {
15048
15053
  irq: number;
15049
15054
  };
15050
15055
 
15056
+ declare type TimeZones = 'utc' | 'local';
15057
+
15051
15058
  /**
15052
15059
  * @interface
15053
15060
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/fdc3-api",
3
- "version": "39.82.9",
3
+ "version": "39.82.11",
4
4
  "description": "OpenFin fdc3 module utilities and types.",
5
5
  "license": "SEE LICENSE IN LICENSE.MD",
6
6
  "private": false,