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