starti.app 1.2.31 → 1.2.32

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.
@@ -33,8 +33,8 @@ export interface IPushNotification extends EventTargetMethods<PushNotificationEv
33
33
  */
34
34
  renderTopics(): Promise<void>;
35
35
  /** Subscribe to firebase topic */
36
- subscribeToTopics(topics: string[]): void;
36
+ subscribeToTopics(topics: string[]): Promise<void>;
37
37
  /** Unsubscribe from firebase topic */
38
- unsubscribeFromTopics(topics: string[]): void;
38
+ unsubscribeFromTopics(topics: string[]): Promise<void>;
39
39
  }
40
40
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "starti.app",
3
- "version": "1.2.31",
3
+ "version": "1.2.32",
4
4
  "description": "Use this package for easy communication with the starti.app API.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",