@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.
package/build/index.cjs.js
CHANGED
package/build/index.mjs
CHANGED
|
@@ -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;
|
package/build/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "8.5.0-feat-
|
|
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-
|
|
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",
|