@veltdev/sdk 2.0.30 → 2.0.32
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.
|
@@ -18,6 +18,11 @@ export declare class ContactElement {
|
|
|
18
18
|
*/
|
|
19
19
|
public enableAtHere: () => void;
|
|
20
20
|
|
|
21
|
+
/**
|
|
22
|
+
* Set @here label.
|
|
23
|
+
*/
|
|
24
|
+
public setAtHereLabel: (label: string) => void;
|
|
25
|
+
|
|
21
26
|
/**
|
|
22
27
|
* Disable @here for contact list.
|
|
23
28
|
*/
|
|
@@ -51,6 +56,11 @@ export declare class ContactElement {
|
|
|
51
56
|
*/
|
|
52
57
|
private _enableAtHere;
|
|
53
58
|
|
|
59
|
+
/**
|
|
60
|
+
* Enable @here label.
|
|
61
|
+
*/
|
|
62
|
+
private _setAtHereLabel;
|
|
63
|
+
|
|
54
64
|
/**
|
|
55
65
|
* Disable @here for contact list.
|
|
56
66
|
*/
|
package/app/utils/constants.d.ts
CHANGED
|
@@ -308,6 +308,9 @@ export declare class Constants {
|
|
|
308
308
|
VELT_COMMENT_SIDEBAR_FILTERS_RESET: string;
|
|
309
309
|
VELT_CURSOR_MULTIPLE_USERS_DETECTED: string;
|
|
310
310
|
VELT_PRESENCE_MULTIPLE_USERS_DETECTED: string;
|
|
311
|
+
VELT_CUSTOM_PRIORITY_MAP: string;
|
|
312
|
+
VELT_CUSTOM_STATUS_MAP: string;
|
|
313
|
+
VELT_CUSTOM_CATEGORY_MAP: string;
|
|
311
314
|
};
|
|
312
315
|
static LOCAL_STORAGE: {
|
|
313
316
|
SNIPPYLY_DEFAULT_MEDIA_SOURCE_OPTIONS: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veltdev/sdk",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.32",
|
|
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": [
|