@openfin/fdc3-api 38.82.54 → 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.
@@ -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
  /**
@@ -9339,6 +9343,7 @@ declare namespace OpenFin {
9339
9343
  WindowBounds,
9340
9344
  Rectangle,
9341
9345
  ApplicationCreationOptions,
9346
+ TimeZones,
9342
9347
  ApplicationOptions,
9343
9348
  CustomProtocolMissingState,
9344
9349
  CustomProtocolMalformedState,
@@ -14638,6 +14643,8 @@ declare type Time = {
14638
14643
  irq: number;
14639
14644
  };
14640
14645
 
14646
+ declare type TimeZones = 'utc' | 'local';
14647
+
14641
14648
  /**
14642
14649
  * @interface
14643
14650
  */
@@ -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
  /**
@@ -9339,6 +9343,7 @@ declare namespace OpenFin {
9339
9343
  WindowBounds,
9340
9344
  Rectangle,
9341
9345
  ApplicationCreationOptions,
9346
+ TimeZones,
9342
9347
  ApplicationOptions,
9343
9348
  CustomProtocolMissingState,
9344
9349
  CustomProtocolMalformedState,
@@ -14638,6 +14643,8 @@ declare type Time = {
14638
14643
  irq: number;
14639
14644
  };
14640
14645
 
14646
+ declare type TimeZones = 'utc' | 'local';
14647
+
14641
14648
  /**
14642
14649
  * @interface
14643
14650
  */
@@ -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
  /**
@@ -9339,6 +9343,7 @@ declare namespace OpenFin {
9339
9343
  WindowBounds,
9340
9344
  Rectangle,
9341
9345
  ApplicationCreationOptions,
9346
+ TimeZones,
9342
9347
  ApplicationOptions,
9343
9348
  CustomProtocolMissingState,
9344
9349
  CustomProtocolMalformedState,
@@ -14638,6 +14643,8 @@ declare type Time = {
14638
14643
  irq: number;
14639
14644
  };
14640
14645
 
14646
+ declare type TimeZones = 'utc' | 'local';
14647
+
14641
14648
  /**
14642
14649
  * @interface
14643
14650
  */
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
  /**
@@ -9654,6 +9658,7 @@ declare namespace OpenFin {
9654
9658
  WindowBounds,
9655
9659
  Rectangle,
9656
9660
  ApplicationCreationOptions,
9661
+ TimeZones,
9657
9662
  ApplicationOptions,
9658
9663
  CustomProtocolMissingState,
9659
9664
  CustomProtocolMalformedState,
@@ -15044,6 +15049,8 @@ declare type Time = {
15044
15049
  irq: number;
15045
15050
  };
15046
15051
 
15052
+ declare type TimeZones = 'utc' | 'local';
15053
+
15047
15054
  /**
15048
15055
  * @interface
15049
15056
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/fdc3-api",
3
- "version": "38.82.54",
3
+ "version": "38.82.56",
4
4
  "description": "OpenFin fdc3 module utilities and types.",
5
5
  "license": "SEE LICENSE IN LICENSE.MD",
6
6
  "private": false,