@veltdev/sdk 1.0.99 → 1.0.100
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
CHANGED
|
@@ -197,7 +197,7 @@ export declare class Constants {
|
|
|
197
197
|
VELT_VIDEO_PLAYER: string;
|
|
198
198
|
VELT_VIDEO_COMMENTS_TIMELINE: string;
|
|
199
199
|
VELT_REACTION_TOOL: string;
|
|
200
|
-
|
|
200
|
+
VELT_VIEW_ANALYTICS: string;
|
|
201
201
|
};
|
|
202
202
|
static ATTRIBUTES: {
|
|
203
203
|
VELT_ID: string;
|
|
@@ -207,6 +207,7 @@ export declare class Constants {
|
|
|
207
207
|
VELT_COMMENT_PIN_HOST: string;
|
|
208
208
|
VELT_COMMENT_PIN_HOST_STATIC: string;
|
|
209
209
|
VELT_COMMENT_DISABLED: string;
|
|
210
|
+
VELT_COMMENT_PIN_ACTIVE: string;
|
|
210
211
|
VELT_TAG_PIN_HOST: string;
|
|
211
212
|
VELT_TAG_PIN_HOST_STATIC: string;
|
|
212
213
|
VELT_TAG_DISABLED: string;
|
|
@@ -229,6 +230,7 @@ export declare class Constants {
|
|
|
229
230
|
VELT_AREA_PIN_HOST: string;
|
|
230
231
|
VELT_AREA_PIN_HOST_STATIC: string;
|
|
231
232
|
VELT_AREA_DISABLED: string;
|
|
233
|
+
VELT_AREA_PIN_ACTIVE: string;
|
|
232
234
|
VELT_ONGOING_RECORDING: string;
|
|
233
235
|
VELT_COMMENT_RECORDING: string;
|
|
234
236
|
SYNC_VIDEO_PLAYER_ID: string;
|