ahs-cti 1.0.1-beta.13 → 1.0.1-beta.15

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
@@ -591,6 +591,7 @@ declare const CallControlPanel: React.ComponentType<CallControlPanelProps>;
591
591
  */
592
592
  declare const SDKPages: {
593
593
  readonly CallHistory: React.ComponentType<any>;
594
+ readonly Campaigns: React.ComponentType<any>;
594
595
  };
595
596
 
596
597
  // =============================================================================
package/dist/index.d.ts CHANGED
@@ -591,6 +591,7 @@ declare const CallControlPanel: React.ComponentType<CallControlPanelProps>;
591
591
  */
592
592
  declare const SDKPages: {
593
593
  readonly CallHistory: React.ComponentType<any>;
594
+ readonly Campaigns: React.ComponentType<any>;
594
595
  };
595
596
 
596
597
  // =============================================================================
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.1-beta.13",
4
+ "version": "1.0.1-beta.15",
5
5
  "author": "CTI SDK Team",
6
6
  "license": "MIT",
7
7
  "main": "./dist/index.js",