@openfin/fdc3-api 39.81.5 → 39.81.7

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.
@@ -11618,10 +11618,10 @@ declare type PropagatedApplicationEventType = PropagatedEventType_3;
11618
11618
  */
11619
11619
  declare type PropagatedEvent<SourceTopic extends string, TargetTopic extends string, Event extends {
11620
11620
  type: string;
11621
- }> = Event extends infer E extends {
11621
+ }> = Event extends {
11622
11622
  type: string;
11623
- } ? E['type'] extends 'close-requested' ? never : Omit<E, 'type' | 'topic'> & {
11624
- type: PropagatedEventType<SourceTopic, E['type']>;
11623
+ } ? Event['type'] extends 'close-requested' ? never : Omit<Event, 'type' | 'topic'> & {
11624
+ type: PropagatedEventType<SourceTopic, Event['type']>;
11625
11625
  topic: TargetTopic;
11626
11626
  } : never;
11627
11627
 
@@ -11618,10 +11618,10 @@ declare type PropagatedApplicationEventType = PropagatedEventType_3;
11618
11618
  */
11619
11619
  declare type PropagatedEvent<SourceTopic extends string, TargetTopic extends string, Event extends {
11620
11620
  type: string;
11621
- }> = Event extends infer E extends {
11621
+ }> = Event extends {
11622
11622
  type: string;
11623
- } ? E['type'] extends 'close-requested' ? never : Omit<E, 'type' | 'topic'> & {
11624
- type: PropagatedEventType<SourceTopic, E['type']>;
11623
+ } ? Event['type'] extends 'close-requested' ? never : Omit<Event, 'type' | 'topic'> & {
11624
+ type: PropagatedEventType<SourceTopic, Event['type']>;
11625
11625
  topic: TargetTopic;
11626
11626
  } : never;
11627
11627
 
@@ -11618,10 +11618,10 @@ declare type PropagatedApplicationEventType = PropagatedEventType_3;
11618
11618
  */
11619
11619
  declare type PropagatedEvent<SourceTopic extends string, TargetTopic extends string, Event extends {
11620
11620
  type: string;
11621
- }> = Event extends infer E extends {
11621
+ }> = Event extends {
11622
11622
  type: string;
11623
- } ? E['type'] extends 'close-requested' ? never : Omit<E, 'type' | 'topic'> & {
11624
- type: PropagatedEventType<SourceTopic, E['type']>;
11623
+ } ? Event['type'] extends 'close-requested' ? never : Omit<Event, 'type' | 'topic'> & {
11624
+ type: PropagatedEventType<SourceTopic, Event['type']>;
11625
11625
  topic: TargetTopic;
11626
11626
  } : never;
11627
11627
 
package/out/fdc3-api.d.ts CHANGED
@@ -12011,10 +12011,10 @@ declare type PropagatedApplicationEventType = PropagatedEventType_3;
12011
12011
  */
12012
12012
  declare type PropagatedEvent<SourceTopic extends string, TargetTopic extends string, Event extends {
12013
12013
  type: string;
12014
- }> = Event extends infer E extends {
12014
+ }> = Event extends {
12015
12015
  type: string;
12016
- } ? E['type'] extends 'close-requested' ? never : Omit<E, 'type' | 'topic'> & {
12017
- type: PropagatedEventType<SourceTopic, E['type']>;
12016
+ } ? Event['type'] extends 'close-requested' ? never : Omit<Event, 'type' | 'topic'> & {
12017
+ type: PropagatedEventType<SourceTopic, Event['type']>;
12018
12018
  topic: TargetTopic;
12019
12019
  } : never;
12020
12020
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/fdc3-api",
3
- "version": "39.81.5",
3
+ "version": "39.81.7",
4
4
  "description": "OpenFin fdc3 module utilities and types.",
5
5
  "license": "SEE LICENSE IN LICENSE.MD",
6
6
  "private": false,