@vgroup/dialbox 0.0.43 → 0.0.45

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.
@@ -103,7 +103,7 @@ export declare class DialboxComponent implements OnInit, AfterViewInit, OnChange
103
103
  onCallBtnMouseEnter(ev: any): void;
104
104
  onCallBtnMouseLeave(ev: any): void;
105
105
  acceptNewIncomingCall(call: Call): void;
106
- rejectNewIncomingCall(call: Call): void;
106
+ rejectNewIncomingCall(call: any): void;
107
107
  newIncomingCallInitiated(): void;
108
108
  incomingCallsNewInfo(data: any): void;
109
109
  ngOnDestroy(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vgroup/dialbox",
3
- "version": "0.0.43",
3
+ "version": "0.0.45",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.2.0",
6
6
  "@angular/core": "^15.2.0",