@sinch/number-lookup 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.
@@ -2,14 +2,14 @@ import { ApiFetchClient, SinchClientParameters, UnifiedCredentials } from '@sinc
2
2
  import { NumberLookupRequestData, NumberLookupResponse } from '../../models';
3
3
  export declare class LazyNumberLookupApiClient {
4
4
  sharedConfig: SinchClientParameters;
5
- private apiFetchClient?;
5
+ apiFetchClient?: ApiFetchClient;
6
6
  constructor(sharedConfig: SinchClientParameters);
7
7
  getApiClient(): ApiFetchClient;
8
8
  resetApiClient(): void;
9
9
  }
10
10
  export declare class NumberLookupService {
11
11
  private readonly _numberLookup;
12
- private readonly lazyClient;
12
+ readonly lazyClient: LazyNumberLookupApiClient;
13
13
  constructor(params: SinchClientParameters);
14
14
  setApiClientConfig(newParams: SinchClientParameters): void;
15
15
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinch/number-lookup",
3
- "version": "1.4.0",
3
+ "version": "1.4.2",
4
4
  "description": "Sinch Number Lookup SDK for Node.js",
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": {