@vgroup/dialbox 0.6.65 → 0.6.66

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.
@@ -9,7 +9,7 @@ import * as i0 from "@angular/core";
9
9
  export declare class CallProgressComponent implements OnInit, OnChanges {
10
10
  private extensionService;
11
11
  private cdr;
12
- private twilioService;
12
+ twilioService: TwilioService;
13
13
  private ipService;
14
14
  private incomeingCallSocketService;
15
15
  callData: any;
@@ -99,6 +99,7 @@ export declare class CallProgressComponent implements OnInit, OnChanges {
99
99
  selectedConf: any;
100
100
  showConferenceWarningModal: boolean;
101
101
  pendingCallData: any;
102
+ isUnholdConferenceCall: any;
102
103
  constructor(extensionService: ExtensionService, cdr: ChangeDetectorRef, twilioService: TwilioService, ipService: IpAddressService, incomeingCallSocketService: IncomeingCallSocketService);
103
104
  ngOnInit(): void;
104
105
  ngOnChanges(changes: SimpleChanges): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vgroup/dialbox",
3
- "version": "0.6.65",
3
+ "version": "0.6.66",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.2.0",
6
6
  "@angular/core": "^15.2.0",