@openfin/workspace-platform 19.1.5 → 19.1.6

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.
@@ -151,6 +151,7 @@ export declare const isWindowRunning: (identity: WindowIdentity) => Promise<bool
151
151
  export declare const isStorefrontWindowRunning: () => Promise<boolean>;
152
152
  export declare const isDockWindowRunning: () => Promise<boolean>;
153
153
  export declare const isHomeWindowRunning: () => Promise<boolean>;
154
+ export declare const isNotificationCenterWindowRunning: () => Promise<boolean>;
154
155
  export declare const showAndFocusStorefront: () => Promise<void>;
155
156
  export declare const showAndFocusDock: () => Promise<void>;
156
157
  export declare const getDisableMultiplePagesOption: (identity: WindowIdentity) => Promise<any>;