@openfin/workspace 18.0.1 → 18.0.3

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.
@@ -996,6 +996,7 @@ export interface BrowserWindowModule {
996
996
  * @internal
997
997
  */
998
998
  export type NavigationRequest = {
999
+ windowIdentity: OpenFin.Identity;
999
1000
  viewIdentity: OpenFin.Identity;
1000
1001
  } & ({
1001
1002
  action: 'result-selected';