@veltdev/sdk 2.0.10 → 2.0.11

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.
@@ -92,6 +92,7 @@ export declare class NotificationRawData {
92
92
  notifyUsers?: {
93
93
  [email: string]: boolean;
94
94
  };
95
+ notificationSourceData?: any;
95
96
  }
96
97
  export declare class Notification {
97
98
  /**
@@ -688,6 +688,12 @@ export declare class CommentElement {
688
688
  * To disable area comment
689
689
  */
690
690
  public disableAreaComment: () => void;
691
+
692
+ /**
693
+ * To set pin cursor image
694
+ * @param image image base64 string
695
+ */
696
+ public setPinCursorImage: (image: string) => void;
691
697
  constructor();
692
698
  /**
693
699
  * Subscribe to comments on the current document.
@@ -1367,4 +1373,10 @@ export declare class CommentElement {
1367
1373
  * To disable area comment
1368
1374
  */
1369
1375
  private _disableAreaComment;
1376
+
1377
+ /**
1378
+ * To set pin cursor image
1379
+ * @param image image base64 string
1380
+ */
1381
+ private _setPinCursorImage;
1370
1382
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veltdev/sdk",
3
- "version": "2.0.10",
3
+ "version": "2.0.11",
4
4
  "description": "",
5
5
  "main": "velt.js",
6
6
  "scripts": {