@openfin/workspace 14.1.1 → 15.0.0

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.
@@ -5,8 +5,8 @@ export * from './shapes/notifications';
5
5
  /**
6
6
  * @deprecated
7
7
  */
8
- export declare function register(platform?: NotificationsPlatform): Promise<Notifications.NotificationsRegistration>;
9
- export declare function register(platform?: NotificationsRegisterOptions): Promise<Notifications.NotificationsRegistration>;
8
+ export declare function register(platform: NotificationsPlatform): Promise<Notifications.NotificationsRegistration>;
9
+ export declare function register(options?: NotificationsRegisterOptions): Promise<Notifications.NotificationsRegistration>;
10
10
  /**
11
11
  * Deregisters notifications platform. Throws if you run version of notifications-service which doesn't support platforms.
12
12
  * @param platformId id of the platform to deregister