@veltdev/sdk 4.5.0-beta.29 → 4.5.0-beta.30

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.
@@ -12,6 +12,7 @@ export interface SetDocumentsRequestOptions {
12
12
  }
13
13
  export interface UpdateDocumentsRequest<T = unknown> {
14
14
  organizationId?: string;
15
+ folderId?: string;
15
16
  documents?: UpdateDocumentMetadata<T>[];
16
17
  }
17
18
  export interface UpdateDocumentMetadata<T = unknown> {
@@ -66,7 +66,7 @@ export declare class NotificationElement {
66
66
  /**
67
67
  * To get settings
68
68
  */
69
- getSettings: () => NotificationSettingsConfig;
69
+ getSettings: () => Observable<NotificationSettingsConfig | null>;
70
70
 
71
71
  /**
72
72
  * To mute all notifications
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veltdev/sdk",
3
- "version": "4.5.0-beta.29",
3
+ "version": "4.5.0-beta.30",
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": [