@vgroup/dialbox 0.6.71 → 0.6.73

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.
@@ -99,11 +99,18 @@ export declare class CallProgressComponent implements OnInit, OnChanges {
99
99
  selectedConf: any;
100
100
  showConferenceWarningModal: boolean;
101
101
  pendingCallData: any;
102
+ callNumberToast: {
103
+ show: boolean;
104
+ type: string;
105
+ number: string;
106
+ displayNum: string;
107
+ };
102
108
  isUnholdConferenceCall: any;
103
109
  constructor(extensionService: ExtensionService, cdr: ChangeDetectorRef, twilioService: TwilioService, ipService: IpAddressService, incomeingCallSocketService: IncomeingCallSocketService);
104
110
  ngOnInit(): void;
105
111
  ngOnChanges(changes: SimpleChanges): void;
106
112
  rejoinHost(callInfo: any): Promise<void>;
113
+ showCallingToast(number: string): void;
107
114
  getStatus(res: any): boolean;
108
115
  GetContactsList(): void;
109
116
  addRes: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vgroup/dialbox",
3
- "version": "0.6.71",
3
+ "version": "0.6.73",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.2.0",
6
6
  "@angular/core": "^15.2.0",