@extrahorizon/javascript-sdk 8.4.1-dev-62-74baece → 8.4.1-dev-64-3d65017
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
|
@@ -620,7 +620,7 @@ export interface DataDocumentsService {
|
|
|
620
620
|
* @returns AffectedRecords
|
|
621
621
|
*/
|
|
622
622
|
unlinkUsers(schemaIdOrName: ObjectId | string, documentId: ObjectId, requestBody: {
|
|
623
|
-
userIds
|
|
623
|
+
userIds?: Array<ObjectId>;
|
|
624
624
|
}, options?: OptionsBase): Promise<AffectedRecords>;
|
|
625
625
|
}
|
|
626
626
|
export interface DataIndexesService {
|
package/build/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "8.4.1-dev-
|
|
1
|
+
export declare const version = "8.4.1-dev-64-3d65017";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@extrahorizon/javascript-sdk",
|
|
3
|
-
"version": "8.4.1-dev-
|
|
3
|
+
"version": "8.4.1-dev-64-3d65017",
|
|
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",
|