@veltdev/sdk 4.6.5 → 4.6.6-beta.1

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.
@@ -272,7 +272,7 @@ export type RecorderVariant = 'default' | 'embed';
272
272
  export type ReactionPinType = 'timeline' | 'comment';
273
273
  export type SidebarPosition = 'left' | 'right';
274
274
  export type SidebarSortingCriteria = 'date' | 'unread' | null;
275
- export type SidebarFilterCriteria = 'all' | 'read' | 'unread' | 'resolved';
275
+ export type SidebarFilterCriteria = 'all' | 'read' | 'unread' | 'resolved' | null;
276
276
  export type SidebarFilterSearchType = 'people' | 'assigned' | 'tagged' | 'involved' | 'pages' | 'documents' | 'statuses' | 'priorities' | 'categories' | 'versions' | string;
277
277
  export type InlineSortingCriteria = 'createdFirst' | 'createdLast' | 'updatedFirst' | 'updatedLast';
278
278
  export type NotificationPanelMode = 'popover' | 'sidebar';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veltdev/sdk",
3
- "version": "4.6.5",
3
+ "version": "4.6.6-beta.1",
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": [