@sinch/sms
Advanced tools
@@ -9,3 +9,3 @@ import { ApiFetchClient, SinchClientParameters, SmsRegion, UnifiedCredentials } from '@sinch/sdk-client'; | ||
| sharedConfig: SinchClientParameters; | ||
| private apiFetchClient?; | ||
| apiFetchClient?: ApiFetchClient; | ||
| constructor(sharedConfig: SinchClientParameters); | ||
@@ -28,3 +28,3 @@ getApiClient(): ApiFetchClient; | ||
| readonly inbounds: InboundsApi; | ||
| private readonly lazyClient; | ||
| readonly lazyClient: LazySmsApiClient; | ||
| /** | ||
@@ -31,0 +31,0 @@ * Create a new SmsService instance with its configuration. This service can be instantiated with 2 different authentication mechanisms: |
+2
-2
| { | ||
| "name": "@sinch/sms", | ||
| "version": "1.4.0", | ||
| "version": "1.4.1", | ||
| "description": "Sinch SMS API", | ||
@@ -32,3 +32,3 @@ "homepage": "", | ||
| "dependencies": { | ||
| "@sinch/sdk-client": "^1.4.0" | ||
| "@sinch/sdk-client": "1.4.0" | ||
| }, | ||
@@ -35,0 +35,0 @@ "devDependencies": {}, |
198039
0.01%+ Added
- Removed
Updated