@veltdev/sdk-staging 5.0.2-beta.23 → 5.0.2-beta.24

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.
@@ -121,6 +121,8 @@ export interface CommentRequestQuery {
121
121
  batchedPerDocument?: boolean;
122
122
  /** Debounce time in ms for batchedPerDocument mode (default: 5000). */
123
123
  debounceMs?: number;
124
+ /** Filter annotations by agent fields. Matches annotations where `agent.agentFields` array contains any of the provided values. */
125
+ agentFields?: string[];
124
126
  }
125
127
  export interface SubscribeCommentAnnotationRequest {
126
128
  annotationId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veltdev/sdk-staging",
3
- "version": "5.0.2-beta.23",
3
+ "version": "5.0.2-beta.24",
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": [