@ariary/notification 3.0.11 → 3.0.12

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 +6 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -111,12 +111,12 @@ All methods return the same response shape:
111
111
  | `sms` | SmsDetail[] | List of SMS details (`[]` when no details requested) |
112
112
  | `total` | number | Total SMS count for pagination (`0` when no details requested) |
113
113
 
114
- | Method | Details query | Description |
115
- |---|---|---|
116
- | `task.status()` | *(none)* | Task only, `sms: []` |
117
- | `task.status(count)` | `?details=count,1` | Task + first `count` SMS |
118
- | `task.status(count, page)` | `?details=count,page` | Task + paginated SMS |
119
- | `task.fullStatus()` | `?details=-1` | Task + all SMS |
114
+ | Method | Description |
115
+ |---|---|
116
+ | `task.status()` | Task only, `sms: []` |
117
+ | `task.status(count)` | Task + first `count` SMS |
118
+ | `task.status(count, page)` | Task + paginated SMS |
119
+ | `task.fullStatus()` | Task + all SMS |
120
120
 
121
121
  ### TaskData
122
122
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ariary/notification",
3
- "version": "3.0.11",
3
+ "version": "3.0.12",
4
4
  "description": "Ariary SMS & Notification SDK (ariari.mg) — Send SMS in Madagascar with automatic phone normalization, bulk messaging, deferred/scheduled sending, delivery tracking, credit estimation. Supports Orange, Airtel, Telma. Multi-instance, TypeScript-first.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",