@vgroup/dialbox 0.7.64 → 0.7.65

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.
@@ -1,5 +1,5 @@
1
1
  import { HttpClient } from '@angular/common/http';
2
- import { BehaviorSubject, Observable } from 'rxjs';
2
+ import { BehaviorSubject, Observable, Subject } from 'rxjs';
3
3
  import { Call } from '@twilio/voice-sdk';
4
4
  import { ExtensionService } from './extension.service';
5
5
  import * as i0 from "@angular/core";
@@ -51,12 +51,17 @@ export declare class TwilioService {
51
51
  private tokenRefreshInProgress;
52
52
  private recoveryAttempts;
53
53
  private recoveryTimer;
54
+ private currentDeviceUnregisteredHandler;
55
+ private currentDeviceErrorHandler;
56
+ incomingCallNotification: Subject<any>;
54
57
  constructor(http: HttpClient, extensionService: ExtensionService);
55
58
  private initializeToken;
56
59
  initializeTwilioDevice(deviceId: any): void;
57
60
  private initializeDevice;
58
61
  private refreshDeviceToken;
59
62
  private scheduleDeviceRecovery;
63
+ buildIncomingNotification(call: Call): any;
64
+ convertToJson(data: string): any;
60
65
  private ensureDeviceHealthy;
61
66
  saveContact(payload: any): Observable<[]>;
62
67
  updateContact(payload: any): Observable<[]>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vgroup/dialbox",
3
- "version": "0.7.64",
3
+ "version": "0.7.65",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.2.0",
6
6
  "@angular/core": "^15.2.0",