@kumbify/sdk 1.1.3 → 1.1.4

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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # 📦 Kumbify SDK
2
2
 
3
- > A simple and powerful JavaScript/TypeScript SDK for sending **emails** and **SMS messages** through the Kumbify platform.
3
+ > A simple and powerful JavaScript/TypeScript SDK for sending **Emails**, **SMS** messages and **OAuth2Client** through the Kumbify platform.
4
4
 
5
5
  [Oficial Documentation](https://kumbify.com/en/api-docs?section=sdk)
6
6
 
@@ -194,8 +194,8 @@ const oauthServiceUrl = oauthClient.generateOAuthServiceUrl({});
194
194
 
195
195
  | Property | Type | Description |
196
196
  | -------------- | ------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
197
- | `clientId` | string | SMS content |
198
- | `clientSecret` | string | Sender identifier (visible to users) |
197
+ | `clientId` | string | Your Kumbify App Client ID |
198
+ | `clientSecret` | string | Your Kumbify App Client secret |
199
199
  | `redirectUri` | object | URL redirect type, choose the one that meets your needs. **Service** if using the client to obtain service permissions. **Account** if using it for sign-in |
200
200
  | `scopes` | object | Scope type: choose the one that meets your needs. **Service**: if using the client to obtain service permissions, such as sending emails. **Account**: if using it for user account permissions, such as profile access |
201
201
  | `api` | object | API Definitions |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kumbify/sdk",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "description": "Oficial Kumbify SDK to integrate our services in your applications",
5
5
  "homepage": "https://github.com/kumbify-oficial/kumbi-sdk#readme",
6
6
  "bugs": {