@veltdev/sdk 4.6.9 → 4.6.10

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.
@@ -190,6 +190,7 @@ export declare class CommentAnnotation {
190
190
  views?: CommentAnnotationViews;
191
191
  viewedByUserIds?: string[];
192
192
  viewedBy?: User[];
193
+ unread?: boolean;
193
194
  }
194
195
  export declare class GhostComment {
195
196
  targetElement?: TargetElement | null;
@@ -280,7 +280,7 @@ export type RecorderVariant = 'default' | 'embed';
280
280
  export type ReactionPinType = 'timeline' | 'comment';
281
281
  export type SidebarPosition = 'left' | 'right';
282
282
  export type SidebarSortingCriteria = 'date' | 'unread' | null;
283
- export type SidebarFilterCriteria = 'all' | 'read' | 'unread' | 'resolved' | null;
283
+ export type SidebarFilterCriteria = 'all' | 'read' | 'unread' | 'resolved' | 'open' | 'reset' | null;
284
284
  export type SidebarFilterSearchType = 'people' | 'assigned' | 'tagged' | 'involved' | 'pages' | 'documents' | 'statuses' | 'priorities' | 'categories' | 'versions' | string;
285
285
  export type InlineSortingCriteria = 'createdFirst' | 'createdLast' | 'updatedFirst' | 'updatedLast';
286
286
  export type NotificationPanelMode = 'popover' | 'sidebar';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veltdev/sdk",
3
- "version": "4.6.9",
3
+ "version": "4.6.10",
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": [