@veltdev/sdk 4.6.7-beta.1 → 4.6.8
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.
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { SetDocumentsContext } from "./document.data.model";
|
|
1
2
|
import { UserContact } from "./user-contact.data.model";
|
|
2
3
|
import { UserPermissionAccessRole } from "./user-resolver.data.model";
|
|
3
4
|
export declare class User {
|
|
@@ -156,7 +157,7 @@ export interface PermissionQuery {
|
|
|
156
157
|
type: PermissionResourceType;
|
|
157
158
|
source: PermissionSource;
|
|
158
159
|
organizationId: string;
|
|
159
|
-
context?: Context;
|
|
160
|
+
context?: Context | SetDocumentsContext;
|
|
160
161
|
};
|
|
161
162
|
}
|
|
162
163
|
export interface PermissionResult {
|
|
@@ -1264,6 +1264,16 @@ export declare class CommentElement {
|
|
|
1264
1264
|
*/
|
|
1265
1265
|
public disableScreenshot: () => void;
|
|
1266
1266
|
|
|
1267
|
+
/**
|
|
1268
|
+
* To enable paginated contact list
|
|
1269
|
+
*/
|
|
1270
|
+
public enablePaginatedContactList: () => void;
|
|
1271
|
+
|
|
1272
|
+
/**
|
|
1273
|
+
* To disable paginated contact list
|
|
1274
|
+
*/
|
|
1275
|
+
public disablePaginatedContactList: () => void;
|
|
1276
|
+
|
|
1267
1277
|
constructor();
|
|
1268
1278
|
/**
|
|
1269
1279
|
* Subscribe to comments on the current document.
|
|
@@ -2506,4 +2516,14 @@ export declare class CommentElement {
|
|
|
2506
2516
|
* To disable screenshot
|
|
2507
2517
|
*/
|
|
2508
2518
|
private _disableScreenshot;
|
|
2519
|
+
|
|
2520
|
+
/**
|
|
2521
|
+
* To enable paginated contact list
|
|
2522
|
+
*/
|
|
2523
|
+
private _enablePaginatedContactList;
|
|
2524
|
+
|
|
2525
|
+
/**
|
|
2526
|
+
* To disable paginated contact list
|
|
2527
|
+
*/
|
|
2528
|
+
private _disablePaginatedContactList;
|
|
2509
2529
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veltdev/sdk",
|
|
3
|
-
"version": "4.6.
|
|
3
|
+
"version": "4.6.8",
|
|
4
4
|
"description": "Velt is an SDK to add collaborative features to your product within minutes. Example: Comments like Figma, Frame.io, Google docs or sheets, Recording like Loom, Huddles like Slack and much more.",
|
|
5
5
|
"homepage": "https://velt.dev",
|
|
6
6
|
"keywords": [
|