@veltdev/sdk 4.5.0-beta.41 → 4.5.0-beta.43

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.
@@ -11,6 +11,12 @@ export declare class UserIAM {
11
11
  * The user's contact details
12
12
  */
13
13
  user: UserContact;
14
+ documentIds?: string[];
15
+ folderIds?: string[];
16
+ organizationIds?: string[];
17
+ documentIdsCount?: number;
18
+ folderIdsCount?: number;
19
+ organizationIdsCount?: number;
14
20
  /**
15
21
  * The user's role in the document
16
22
  */
@@ -15,6 +15,7 @@ export declare class Constants {
15
15
  static FIREBASE_PARTIAL_PATH_DOCUMENT_CONFIGURATIONS: string;
16
16
  static FIREBASE_PARTIAL_PATH_PRESENCE: string;
17
17
  static FIREBASE_PARTIAL_PATH_ORGANIZATION_USERS: string;
18
+ static FIREBASE_PARTIAL_PATH_CENTRAL_USERS: string;
18
19
  static FIREBASE_PARTIAL_PATH_FOLDER_USERS: string;
19
20
  static FIREBASE_PARTIAL_PATH_DOCUMENT_USERS: string;
20
21
  static FIREBASE_PARTIAL_PATH_CURSOR: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veltdev/sdk",
3
- "version": "4.5.0-beta.41",
3
+ "version": "4.5.0-beta.43",
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": [