@vgroup/dialbox 0.0.73 → 0.0.75

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.
@@ -66,6 +66,7 @@ export declare class DialboxComponent implements OnInit, AfterViewInit, OnChange
66
66
  private isInitialized;
67
67
  constructor(twilioService: TwilioService, extService: ExtensionService, dialog: MatDialog, ipService: IpAddressService, extensionService: ExtensionService, router: Router);
68
68
  private initializeTwilio;
69
+ ngOnChange(): void;
69
70
  ngOnInit(): void;
70
71
  getUserInformation(incomingCallData: any): void;
71
72
  fromEntries(entries: [string, any][]): Record<string, any>;
@@ -25,12 +25,8 @@ export declare class ExtensionService {
25
25
  draftSmsSource: BehaviorSubject<any>;
26
26
  draftMessage: Observable<any>;
27
27
  isInputFocus$: BehaviorSubject<boolean>;
28
- private _token;
29
- private tokenChangeSubject;
30
- tokenChange$: Observable<string>;
28
+ token: string;
31
29
  isNewContactAdded: BehaviorSubject<boolean>;
32
- get token(): string;
33
- set token(value: string);
34
30
  isProfileUpdated: BehaviorSubject<boolean>;
35
31
  private callerIdSubject;
36
32
  callerId$: Observable<any>;
@@ -15,7 +15,7 @@ export interface DialPayload {
15
15
  export declare class TwilioService {
16
16
  private http;
17
17
  private extensionService;
18
- private notificationService;
18
+ private notificationSerivce;
19
19
  openInProgressDialpad: BehaviorSubject<boolean>;
20
20
  currentCall: BehaviorSubject<Call | null>;
21
21
  currentCallState: BehaviorSubject<any>;
@@ -36,8 +36,7 @@ export declare class TwilioService {
36
36
  isAvailableNumber: BehaviorSubject<boolean>;
37
37
  callerIdList: BehaviorSubject<any[]>;
38
38
  triggerSMSReload: BehaviorSubject<boolean>;
39
- private isInitialized;
40
- constructor(http: HttpClient, extensionService: ExtensionService, notificationService: NotificationService);
39
+ constructor(http: HttpClient, extensionService: ExtensionService, notificationSerivce: NotificationService);
41
40
  initializeTwilioDevice(): void;
42
41
  saveContact(payload: any): Observable<[]>;
43
42
  updateContact(payload: any): Observable<[]>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vgroup/dialbox",
3
- "version": "0.0.73",
3
+ "version": "0.0.75",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.2.0",
6
6
  "@angular/core": "^15.2.0",