@kumbify/sdk 1.0.9 → 1.0.10
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 +1 -1
- package/package.json +1 -1
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
|
package/package.json
CHANGED