@openfin/core 25.68.28 → 25.68.29

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/core",
3
- "version": "25.68.28",
3
+ "version": "25.68.29",
4
4
  "license": "Apache-2.0",
5
5
  "main": "./src/mock.js",
6
6
  "types": "./src/mock.d.ts",
@@ -916,7 +916,7 @@ export declare class _Window extends WebContents<WindowEvents> {
916
916
  * @return {Promise.<void>}
917
917
  * @tutorial Window.updateOptions
918
918
  */
919
- updateOptions(options: Partial<OpenFin.WindowUpdatableOptions>): Promise<void>;
919
+ updateOptions(options: OpenFin.UpdateableWindowOptions): Promise<void>;
920
920
  /**
921
921
  * Provides credentials to authentication requests
922
922
  * @param { string } userName userName to provide to the authentication challenge
Binary file