@kumbify/sdk 1.0.9 → 1.0.11

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.
package/README.md CHANGED
@@ -123,7 +123,7 @@ console.log("SMS sent successfully!");
123
123
  | --------- | ------ | ------------------------------------ |
124
124
  | `message` | string | SMS content |
125
125
  | `from` | string | Sender identifier (visible to users) |
126
- | `to` | string | List of recipient phone numbers |
126
+ | `to` | string[] | List of recipient phone numbers |
127
127
  ---
128
128
 
129
129
  ### Example Usage All Together
@@ -17,6 +17,7 @@ export type IKMailSendMailTemplateMessage = {
17
17
  };
18
18
  export type IKMailResponseMail = {
19
19
  success: boolean;
20
+ messageId: string;
20
21
  };
21
22
  export type IKSMSSendMessage = {
22
23
  message: string;
@@ -25,4 +26,5 @@ export type IKSMSSendMessage = {
25
26
  };
26
27
  export type IKSMSResponseMessage = {
27
28
  success: boolean;
29
+ messageId: string;
28
30
  };
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@kumbify/sdk",
3
- "version": "1.0.9",
3
+ "version": "1.0.11",
4
4
  "description": "Oficial Kumbify SDK to integrate our services in your applications",
5
- "homepage": "https://github.com/ricardocastl3/kumbify-sdk#readme",
5
+ "homepage": "https://github.com/kumbify-oficial/kumbi-sdk#readme",
6
6
  "bugs": {
7
- "url": "https://github.com/ricardocastl3/kumbify-sdk/issues"
7
+ "url": "https://github.com/kumbify-oficial/kumbi-sdk/issues"
8
8
  },
9
9
  "repository": {
10
10
  "type": "git",
11
- "url": "git+https://github.com/ricardocastl3/kumbify-sdk.git"
11
+ "url": "git+https://github.com/kumbify-oficial/kumbi-sdk.git"
12
12
  },
13
13
  "publishConfig": {
14
14
  "access": "public"