@vgroup/dialbox 0.6.2-0.1 → 0.6.2-2.1

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.
@@ -70,6 +70,7 @@ export declare class CallProgressComponent implements OnInit, OnChanges {
70
70
  filteredParticipentList: any;
71
71
  showButton: boolean;
72
72
  isRinging: boolean;
73
+ isDirectCallOptionShow: boolean;
73
74
  constructor(extensionService: ExtensionService, cdr: ChangeDetectorRef, twilioService: TwilioService, incomeingCallSocketService: IncomeingCallSocketService);
74
75
  ngOnInit(): void;
75
76
  ngOnChanges(changes: SimpleChanges): void;
@@ -105,6 +106,7 @@ export declare class CallProgressComponent implements OnInit, OnChanges {
105
106
  addRemoveParticipant(): void;
106
107
  add(data?: any): Promise<void>;
107
108
  callContact(contact: any): Promise<any>;
109
+ CallToUnsavedNumber(number: string): Promise<void>;
108
110
  getAllParticipants(conferenceSid: string): void;
109
111
  acceptConcurrentCall(incomingCall: any): void;
110
112
  swapCalls(callInfo: any, isConferenceCall?: boolean): Promise<void>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vgroup/dialbox",
3
- "version": "0.6.20.1",
3
+ "version": "0.6.22.1",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.2.0",
6
6
  "@angular/core": "^15.2.0",