@veltdev/sdk 1.0.63 → 1.0.65

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.
@@ -466,6 +466,12 @@ export declare class CommentElement {
466
466
  * To disable user mentions in comments
467
467
  */
468
468
  public disableUserMentions: () => void;
469
+
470
+ /**
471
+ * To apply filters on comment sidebar.
472
+ * @param filters Filters to be applied on comment sidebar
473
+ */
474
+ public setCommentSidebarFilters: (filters: any) => void;
469
475
  constructor();
470
476
  /**
471
477
  * Subscribe to comments on the current document.
@@ -925,4 +931,10 @@ export declare class CommentElement {
925
931
  * To disable user mentions in comments
926
932
  */
927
933
  private _disableUserMentions;
934
+
935
+ /**
936
+ * To apply filters on comment sidebar.
937
+ * @param filters Filters to be applied on comment sidebar
938
+ */
939
+ private _setCommentSidebarFilters;
928
940
  }
@@ -39,14 +39,6 @@ export declare class Constants {
39
39
  static PRESENCE_STATUS_AWAY: string;
40
40
  static IMG_URL_NOT_FOUND: string;
41
41
  static IMG_CLASS_NOT_FOUND: string;
42
- static VALIDATE_CLIENT: string;
43
- static GET_ICE_SERVERS: string;
44
- static CONVERT_RECORDING: string;
45
- static CONVERT_RECORDING_V2: string;
46
- static ANALYTICS_FUNCTION: string;
47
- static CHATGPT_COMPLETION: string;
48
- static WHISPER_TRANSCRIPTION: string;
49
- static GET_PLAN_DETAILS: string;
50
42
  static AVATAR_COLOR_LIST: string[];
51
43
  static TEXT_COLOR_MAP: any;
52
44
  static DEFAULT_ANNOTATION_COLOR: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veltdev/sdk",
3
- "version": "1.0.63",
3
+ "version": "1.0.65",
4
4
  "description": "",
5
5
  "main": "velt.js",
6
6
  "scripts": {