@veltdev/sdk 3.0.25 → 3.0.26
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.
|
@@ -744,14 +744,26 @@ export declare class CommentElement {
|
|
|
744
744
|
|
|
745
745
|
/**
|
|
746
746
|
* To enable multi thread mode
|
|
747
|
+
* @deprecated Use `enableMultiThread` instead
|
|
747
748
|
*/
|
|
748
749
|
public enableMultiThreadMode: () => void;
|
|
749
750
|
|
|
750
751
|
/**
|
|
751
752
|
* To disable multi thread mode
|
|
753
|
+
* @deprecated Use `disableMultiThread` instead
|
|
752
754
|
*/
|
|
753
755
|
public disableMultiThreadMode: () => void;
|
|
754
756
|
|
|
757
|
+
/**
|
|
758
|
+
* To enable multi thread mode
|
|
759
|
+
*/
|
|
760
|
+
public enableMultiThread: () => void;
|
|
761
|
+
|
|
762
|
+
/**
|
|
763
|
+
* To disable multi thread mode
|
|
764
|
+
*/
|
|
765
|
+
public disableMultiThread: () => void;
|
|
766
|
+
|
|
755
767
|
/**
|
|
756
768
|
* To update context of comment annotation
|
|
757
769
|
* @param annotationId Comment annotation id
|
|
@@ -1499,14 +1511,26 @@ export declare class CommentElement {
|
|
|
1499
1511
|
|
|
1500
1512
|
/**
|
|
1501
1513
|
* To enable multi thread mode
|
|
1514
|
+
* @deprecated Use `enableMultiThread` instead
|
|
1502
1515
|
*/
|
|
1503
1516
|
private _enableMultiThreadMode;
|
|
1504
1517
|
|
|
1505
1518
|
/**
|
|
1506
1519
|
* To disable multi thread mode
|
|
1520
|
+
* @deprecated Use `disableMultiThread` instead
|
|
1507
1521
|
*/
|
|
1508
1522
|
private _disableMultiThreadMode;
|
|
1509
1523
|
|
|
1524
|
+
/**
|
|
1525
|
+
* To enable multi thread mode
|
|
1526
|
+
*/
|
|
1527
|
+
private _enableMultiThread;
|
|
1528
|
+
|
|
1529
|
+
/**
|
|
1530
|
+
* To disable multi thread mode
|
|
1531
|
+
*/
|
|
1532
|
+
private _disableMultiThread;
|
|
1533
|
+
|
|
1510
1534
|
/**
|
|
1511
1535
|
* To update context of comment annotation
|
|
1512
1536
|
* @param annotationId Comment annotation id
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veltdev/sdk",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.26",
|
|
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": [
|