@extrahorizon/javascript-sdk 8.7.0-dev-105-3ab0ff8 → 8.7.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.
package/build/index.cjs.js
CHANGED
package/build/index.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { AffectedRecords, ObjectId, OptionsBase, OptionsWithRql, PagedResultWithPager } from '../../types';
|
|
2
2
|
export interface NotificationV2UserSettingsUpsert {
|
|
3
3
|
/** @deprecated We recommend using `devices` instead */
|
|
4
|
-
fcmToken: string;
|
|
4
|
+
fcmToken: string | null;
|
|
5
5
|
}
|
|
6
6
|
export interface NotificationV2UserSettings extends NotificationV2UserSettingsUpsert {
|
|
7
7
|
id: ObjectId;
|
package/build/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "8.7.0
|
|
1
|
+
export declare const version = "8.7.0";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@extrahorizon/javascript-sdk",
|
|
3
|
-
"version": "8.7.0
|
|
3
|
+
"version": "8.7.0",
|
|
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",
|