@vgroup/dialbox 0.1.121 → 0.1.122

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.
@@ -45,7 +45,6 @@ export declare class CallProgressComponent implements OnInit, OnChanges, AfterVi
45
45
  heldCall?: Call;
46
46
  isCallOnHold: boolean;
47
47
  contacts: any[];
48
- currentIncomingIndex: number;
49
48
  constructor(extensionService: ExtensionService, cdr: ChangeDetectorRef, twilioService: TwilioService);
50
49
  ngOnInit(): void;
51
50
  ngOnChanges(changes: SimpleChanges): void;
@@ -72,9 +71,6 @@ export declare class CallProgressComponent implements OnInit, OnChanges, AfterVi
72
71
  mergeCalls(): void;
73
72
  endHeldCall(): void;
74
73
  rejectConcurrentCall(incomingCall: any): void;
75
- getCurrentIncomingCall(): any;
76
- nextIncomingCall(): void;
77
- previousIncomingCall(): void;
78
74
  onCallInputs(num: any): void;
79
75
  onCallInputEnter(ev: any): void;
80
76
  closeIncomingCall(data: any): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vgroup/dialbox",
3
- "version": "0.1.121",
3
+ "version": "0.1.122",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.2.0",
6
6
  "@angular/core": "^15.2.0",