@vgroup/dialbox 0.7.77 → 0.7.79

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.
@@ -182,10 +182,10 @@ export declare class CallProgressComponent implements OnInit, OnChanges {
182
182
  callContact(contact: any, isUnsavedNumber?: boolean, options?: {
183
183
  skipDuplicateCheck?: boolean;
184
184
  alreadyNormalized?: boolean;
185
- }): Promise<any>;
185
+ }, participantInfo?: any): Promise<any>;
186
186
  CallToUnsavedNumber(number: string, isNewConference?: boolean, options?: {
187
187
  skipDuplicateCheck?: boolean;
188
- }): Promise<boolean>;
188
+ }, participantInfo?: any): Promise<boolean>;
189
189
  onAddNewCall(callData: any, isNewConferenceCall?: boolean): void;
190
190
  confirmNewCall(): void;
191
191
  cancelNewCall(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vgroup/dialbox",
3
- "version": "0.7.77",
3
+ "version": "0.7.79",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.2.0",
6
6
  "@angular/core": "^15.2.0",