@extrahorizon/javascript-sdk 8.5.0-feat-82-38b4e34 → 8.5.0-feat-83-aa81b67

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.
@@ -5472,7 +5472,7 @@ const logsService = (httpWithAuth) => {
5472
5472
  };
5473
5473
  };
5474
5474
 
5475
- const version = '8.5.0-feat-82-38b4e34';
5475
+ const version = '8.5.0-feat-83-aa81b67';
5476
5476
 
5477
5477
  /**
5478
5478
  * Create ExtraHorizon client.
package/build/index.mjs CHANGED
@@ -5442,7 +5442,7 @@ const logsService = (httpWithAuth) => {
5442
5442
  };
5443
5443
  };
5444
5444
 
5445
- const version = '8.5.0-feat-82-38b4e34';
5445
+ const version = '8.5.0-feat-83-aa81b67';
5446
5446
 
5447
5447
  /**
5448
5448
  * Create ExtraHorizon client.
@@ -5,6 +5,18 @@ export interface NotificationV2Creation<T extends Record<string, string> = Recor
5
5
  title: string;
6
6
  body: string;
7
7
  data?: T;
8
+ /**
9
+ * See https://firebase.google.com/docs/reference/fcm/rest/v1/projects.messages#AndroidConfig
10
+ */
11
+ android?: any;
12
+ /**
13
+ * See https://firebase.google.com/docs/reference/fcm/rest/v1/projects.messages#ApnsConfig
14
+ */
15
+ apns?: any;
16
+ /**
17
+ * See https://firebase.google.com/docs/reference/fcm/rest/v1/projects.messages#WebpushConfig
18
+ */
19
+ webpush?: any;
8
20
  }
9
21
  export interface NotificationV2<T extends Record<string, string> = Record<string, string>> extends NotificationV2Creation<T> {
10
22
  id: ObjectId;
@@ -1 +1 @@
1
- export declare const version = "8.5.0-feat-82-38b4e34";
1
+ export declare const version = "8.5.0-feat-83-aa81b67";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@extrahorizon/javascript-sdk",
3
- "version": "8.5.0-feat-82-38b4e34",
3
+ "version": "8.5.0-feat-83-aa81b67",
4
4
  "description": "This package serves as a JavaScript wrapper around all Extra Horizon cloud services.",
5
5
  "main": "build/index.cjs.js",
6
6
  "types": "build/types/index.d.ts",