opensips-js-vue 0.1.23 → 0.1.25

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.
@@ -466,7 +466,7 @@ export declare interface VsipAPI {
466
466
  export declare const vsipAPI: VsipAPI;
467
467
 
468
468
  declare interface VsipAPIActions {
469
- init(credentials: OpensipsConnectOptions, pnExtraHeaders?: PNExtraHeaders, opensipsConfiguration?: Partial<InitOpensipsConfiguration>): Promise<unknown>
469
+ init(credentials: OpensipsConnectOptions, pnExtraHeaders?: PNExtraHeaders, opensipsConfiguration?: Partial<InitOpensipsConfiguration>, logger?: CustomLoggerType): Promise<unknown>
470
470
  unregister: () => void
471
471
  register: () => void
472
472
  disconnect: () => void