@veltdev/sdk 4.5.0-beta.16 → 4.5.0-beta.17
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.
|
@@ -164,6 +164,10 @@ export declare class CommentAnnotation {
|
|
|
164
164
|
* Custom context data provided by the user
|
|
165
165
|
*/
|
|
166
166
|
context?: any;
|
|
167
|
+
/**
|
|
168
|
+
* Context id generated from context data
|
|
169
|
+
*/
|
|
170
|
+
contextId?: string;
|
|
167
171
|
iam: CommentIAMConfig;
|
|
168
172
|
isPageAnnotation?: boolean;
|
|
169
173
|
targetInlineCommentElementId?: string;
|
|
@@ -244,3 +248,6 @@ export declare class CommentAnnotationSubscribedGroups {
|
|
|
244
248
|
export declare class UpdateContextConfig {
|
|
245
249
|
merge?: boolean;
|
|
246
250
|
}
|
|
251
|
+
export interface ContextOptions {
|
|
252
|
+
partialMatch?: boolean;
|
|
253
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veltdev/sdk",
|
|
3
|
-
"version": "4.5.0-beta.
|
|
3
|
+
"version": "4.5.0-beta.17",
|
|
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": [
|