ahs-cti 1.0.0-beta.1 → 1.0.0-beta.2

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/dist/index.d.mts CHANGED
@@ -242,6 +242,7 @@ interface URLConfig {
242
242
  password: string;
243
243
  webSocketURL: string;
244
244
  coreBaseURL: string;
245
+ accessToken?: string;
245
246
  }
246
247
 
247
248
  /**
package/dist/index.d.ts CHANGED
@@ -242,6 +242,7 @@ interface URLConfig {
242
242
  password: string;
243
243
  webSocketURL: string;
244
244
  coreBaseURL: string;
245
+ accessToken?: string;
245
246
  }
246
247
 
247
248
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ahs-cti",
3
3
  "description": "Call Control SDK for Web RTC",
4
- "version": "1.0.0-beta.1",
4
+ "version": "1.0.0-beta.2",
5
5
  "author": "CTI SDK Team",
6
6
  "license": "MIT",
7
7
  "main": "./dist/index.js",