@sinch/sms 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.
|
@@ -6,7 +6,7 @@ import { InboundsApi } from './inbounds';
|
|
|
6
6
|
export declare const DEFAULT_SMS_REGION_DEPRECATION_WARNING: string;
|
|
7
7
|
export declare class LazySmsApiClient {
|
|
8
8
|
sharedConfig: SinchClientParameters;
|
|
9
|
-
|
|
9
|
+
apiFetchClient?: ApiFetchClient;
|
|
10
10
|
constructor(sharedConfig: SinchClientParameters);
|
|
11
11
|
getApiClient(): ApiFetchClient;
|
|
12
12
|
private buildHostname;
|
|
@@ -24,7 +24,7 @@ export declare class SmsService {
|
|
|
24
24
|
readonly deliveryReports: DeliveryReportsApi;
|
|
25
25
|
readonly batches: BatchesApi;
|
|
26
26
|
readonly inbounds: InboundsApi;
|
|
27
|
-
|
|
27
|
+
readonly lazyClient: LazySmsApiClient;
|
|
28
28
|
/**
|
|
29
29
|
* Create a new SmsService instance with its configuration. This service can be instantiated with 2 different authentication mechanisms:
|
|
30
30
|
* - OAuth2: the required properties are `projectId`, `keyId` and `keySecret`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sinch/sms",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.2",
|
|
4
4
|
"description": "Sinch SMS 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": "
|
|
32
|
+
"@sinch/sdk-client": "1.4.1"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {},
|
|
35
35
|
"publishConfig": {
|