@eka-care/ekascribe-ts-sdk 1.5.74 → 1.5.75

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.
@@ -1,11 +1,11 @@
1
1
  import fetchWrapper from '../fetch-client';
2
- import { GET_COG_HOST } from '../fetch-client/helper';
2
+ import { GET_EKA_VOICE_HOST_V1 } from '../fetch-client/helper';
3
3
  async function postCogInit() {
4
4
  try {
5
5
  const options = {
6
6
  method: 'GET',
7
7
  };
8
- const respJson = await fetchWrapper(`${GET_COG_HOST()}/credentials`, options);
8
+ const respJson = await fetchWrapper(`${GET_EKA_VOICE_HOST_V1()}/s3-token`, options);
9
9
  const resp = await respJson.json();
10
10
  return resp;
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eka-care/ekascribe-ts-sdk",
3
- "version": "1.5.74",
3
+ "version": "1.5.75",
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>",