@veltdev/sdk 1.0.18 → 1.0.20
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.
- package/app/utils/constants.d.ts +2 -0
- package/package.json +1 -1
- package/velt.js +2 -2
package/app/utils/constants.d.ts
CHANGED
|
@@ -251,12 +251,14 @@ export declare class Constants {
|
|
|
251
251
|
SNIPPYLY_AUTO_SELECT_ANNOTATION_ID: string;
|
|
252
252
|
SNIPPYLY_SELECTED_ANNOTATION_ID: string;
|
|
253
253
|
SNIPPYLY_COMMENT_SIDEBAR_FILTERS: string;
|
|
254
|
+
SNIPPYLY_COMMENT_SIDEBAR_GROUP_BY: string;
|
|
254
255
|
SNIPPYLY_COMMENT_DIALOG_AUTO_POPULATE_TEXT: string;
|
|
255
256
|
SNIPPYLY_HUDDLE_DATA: string;
|
|
256
257
|
};
|
|
257
258
|
static LOCAL_STORAGE: {
|
|
258
259
|
SNIPPYLY_DEFAULT_MEDIA_SOURCE_OPTIONS: string;
|
|
259
260
|
SNIPPYLY_QUEUED_COMMENT: string;
|
|
261
|
+
VELT_USER: string;
|
|
260
262
|
};
|
|
261
263
|
static NON_NESTABLE_ELEMENTS: {
|
|
262
264
|
[tag: string]: boolean;
|