@veltdev/sdk-staging 5.0.2-beta.12 → 5.0.2-beta.14

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.
@@ -314,6 +314,12 @@ export type NotificationSettingsItemType = 'ALL' | 'MINE' | 'NONE' | string;
314
314
  */
315
315
  export type NotificationSettingsLayout = 'accordion' | 'dropdown';
316
316
  /**
317
- * Type for comment visibility options in the visibility banner dropdown
317
+ * Enum for comment visibility options in the visibility banner dropdown
318
318
  */
319
- export type CommentVisibilityOptionType = 'personal' | 'selected-people' | 'org-users' | 'public';
319
+ export declare enum CommentVisibilityOption {
320
+ RESTRICTED_SELF = "restrictedSelf",
321
+ RESTRICTED_SELECTED_PEOPLE = "restrictedSelectedPeople",
322
+ ORGANIZATION_PRIVATE = "organizationPrivate",
323
+ PUBLIC = "public"
324
+ }
325
+ export type CommentVisibilityOptionType = `${CommentVisibilityOption}`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veltdev/sdk-staging",
3
- "version": "5.0.2-beta.12",
3
+ "version": "5.0.2-beta.14",
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": [