@eka-care/ekascribe-ts-sdk 1.5.10 → 1.5.12

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.
@@ -15,7 +15,7 @@ export const patchVoiceApiV3Status = async ({ txnId, data, }) => {
15
15
  const response = await getResponse.json();
16
16
  return {
17
17
  ...response,
18
- status_code: getResponse.status,
18
+ code: getResponse.status,
19
19
  };
20
20
  }
21
21
  catch (error) {
@@ -1,10 +1,10 @@
1
1
  const DEV = {
2
- COG_HOST: 'https://cog.dev.eka.care',
3
- EKA_VOICE_HOST_V1: 'https://v2rxbe.dev.eka.care/voice/api/v1',
4
- EKA_VOICE_HOST_V2: 'https://v2rxbe.dev.eka.care/voice/api/v2',
5
- EKA_VOICE_HOST_V3: 'https://v2rxbe.dev.eka.care/voice/api/v3',
6
- COOK_V1: ' https://deepthought-genai.dev.eka.care/api/v1',
7
- EKA_HOST: 'https://api.dev.eka.care',
2
+ COG_HOST: 'https://app.dev.ekascribe.ai/',
3
+ EKA_VOICE_HOST_V1: 'https://app.dev.ekascribe.ai/voice/api/v1',
4
+ EKA_VOICE_HOST_V2: 'https://app.dev.ekascribe.ai/voice/api/v2',
5
+ EKA_VOICE_HOST_V3: 'https://app.dev.ekascribe.ai/voice/api/v3',
6
+ COOK_V1: ' https://app.dev.ekascribe.ai/api/v1',
7
+ EKA_HOST: 'https://app.dev.ekascribe.ai',
8
8
  };
9
9
  const PROD = {
10
10
  COG_HOST: 'https://cog.eka.care',
package/dist/index.js CHANGED
@@ -70,7 +70,6 @@ class EkaScribe {
70
70
  if (!EkaScribe.instance) {
71
71
  EkaScribe.instance = new EkaScribe();
72
72
  }
73
- console.log('EkaScribe.instance', EkaScribe.instance);
74
73
  return EkaScribe.instance;
75
74
  }
76
75
  // Method to reset the singleton instance (useful for testing)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eka-care/ekascribe-ts-sdk",
3
- "version": "1.5.10",
3
+ "version": "1.5.12",
4
4
  "main": "dist/index.js",
5
5
  "repository": "git@github.com:eka-care/eka-js-sdk.git",
6
6
  "author": "Sanikagoyal28 <sanikagoyal9@gmail.com>",