@veltdev/sdk 4.6.7 → 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.
- package/app/models/data/user.data.model.d.ts +2 -1
- package/package.json +1 -1
- package/velt.js +3 -3
|
@@ -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 {
|
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": [
|