@extrahorizon/javascript-sdk 8.7.0-dev-102-9a56394 → 8.7.0-dev-103-01749fa
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
|
@@ -34,6 +34,7 @@ export interface NotificationV2UserService {
|
|
|
34
34
|
*/
|
|
35
35
|
getById(userId: ObjectId, options?: OptionsBase): Promise<NotificationV2User>;
|
|
36
36
|
/**
|
|
37
|
+
* @deprecated We recommend using `devices` instead, managed by the `addOrUpdateDevice()` and `removeDevice()` methods.
|
|
37
38
|
* # Update a user its notification settings
|
|
38
39
|
*
|
|
39
40
|
* Updates (or creates if non exists) a user its settings for the specified user id.
|
package/build/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "8.7.0-dev-
|
|
1
|
+
export declare const version = "8.7.0-dev-103-01749fa";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@extrahorizon/javascript-sdk",
|
|
3
|
-
"version": "8.7.0-dev-
|
|
3
|
+
"version": "8.7.0-dev-103-01749fa",
|
|
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",
|