@sinch/fax 1.4.0 → 1.4.2

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.
@@ -5,7 +5,7 @@ import { ServicesApi } from './services';
5
5
  import { CoverPagesApi } from './cover-pages';
6
6
  export declare class LazyFaxApiClient {
7
7
  sharedConfig: SinchClientParameters;
8
- private apiFetchClient?;
8
+ apiFetchClient?: ApiFetchClient;
9
9
  constructor(sharedConfig: SinchClientParameters);
10
10
  getApiClient(): ApiFetchClient;
11
11
  resetApiClient(): void;
@@ -24,7 +24,7 @@ export declare class FaxService {
24
24
  readonly faxes: FaxesApi;
25
25
  readonly services: ServicesApi;
26
26
  readonly coverPages: CoverPagesApi;
27
- private readonly lazyClient;
27
+ readonly lazyClient: LazyFaxApiClient;
28
28
  constructor(params: SinchClientParameters);
29
29
  setApiClientConfig(newParams: SinchClientParameters): void;
30
30
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinch/fax",
3
- "version": "1.4.0",
3
+ "version": "1.4.2",
4
4
  "description": "Sinch Fax API",
5
5
  "homepage": "",
6
6
  "repository": {
@@ -29,7 +29,7 @@
29
29
  "test:e2e": "cucumber-js"
30
30
  },
31
31
  "dependencies": {
32
- "@sinch/sdk-client": "^1.4.0"
32
+ "@sinch/sdk-client": "1.4.1"
33
33
  },
34
34
  "devDependencies": {},
35
35
  "publishConfig": {