@extrahorizon/javascript-sdk 8.5.0-feat-81-acc1f15 → 8.5.0-feat-82-38b4e34
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,4 +1,4 @@
|
|
|
1
|
-
import { ObjectId, OptionsBase, OptionsWithRql, PagedResultWithPager } from '../../types';
|
|
1
|
+
import { AffectedRecords, ObjectId, OptionsBase, OptionsWithRql, PagedResultWithPager } from '../../types';
|
|
2
2
|
export interface NotificationV2UserUpsert {
|
|
3
3
|
fcmToken: string;
|
|
4
4
|
}
|
|
@@ -22,9 +22,9 @@ export interface NotificationV2UserService {
|
|
|
22
22
|
* # Interface
|
|
23
23
|
* @param requestBody
|
|
24
24
|
* @param options
|
|
25
|
-
* @returns
|
|
25
|
+
* @returns AffectedRecords
|
|
26
26
|
*/
|
|
27
|
-
update(userId: ObjectId, requestBody: NotificationV2UserUpsert, options?: OptionsBase): Promise<
|
|
27
|
+
update(userId: ObjectId, requestBody: NotificationV2UserUpsert, options?: OptionsBase): Promise<AffectedRecords>;
|
|
28
28
|
/**
|
|
29
29
|
* # Request a list of user notification settings
|
|
30
30
|
*
|
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-82-38b4e34";
|
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-82-38b4e34",
|
|
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",
|