@sinch/verification 1.4.0 → 1.4.1

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.
@@ -3,7 +3,7 @@ import { VerificationStatusApi } from './verification-status';
3
3
  import { VerificationsApi } from './verifications';
4
4
  export declare class LazyVerificationApiClient {
5
5
  sharedConfig: SinchClientParameters;
6
- private apiFetchClient?;
6
+ apiFetchClient?: ApiFetchClient;
7
7
  constructor(sharedConfig: SinchClientParameters);
8
8
  getApiClient(): ApiFetchClient;
9
9
  resetApiClient(): void;
@@ -16,7 +16,7 @@ export declare class LazyVerificationApiClient {
16
16
  export declare class VerificationService {
17
17
  readonly verificationStatus: VerificationStatusApi;
18
18
  readonly verifications: VerificationsApi;
19
- private readonly lazyClient;
19
+ readonly lazyClient: LazyVerificationApiClient;
20
20
  /**
21
21
  * Create a new VerificationService instance with its configuration. It needs the following parameters for authentication:
22
22
  * - `applicationKey`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinch/verification",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "Sinch Verification 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.0"
33
33
  },
34
34
  "devDependencies": {},
35
35
  "publishConfig": {