@veltdev/sdk 1.0.64 → 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.
@@ -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.64",
3
+ "version": "1.0.65",
4
4
  "description": "",
5
5
  "main": "velt.js",
6
6
  "scripts": {