@zernio/node 0.2.277 → 0.2.278
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 +0 -5
- package/dist/index.d.mts +48 -354
- package/dist/index.d.ts +48 -354
- package/dist/index.js +1 -13
- package/dist/index.mjs +1 -13
- package/package.json +1 -1
- package/src/client.ts +0 -8
- package/src/generated/sdk.gen.ts +3 -28
- package/src/generated/types.gen.ts +43 -366
package/README.md
CHANGED
|
@@ -591,11 +591,6 @@ try {
|
|
|
591
591
|
| `sequences.pauseSequence()` | Pause sequence |
|
|
592
592
|
| `sequences.unenrollContact()` | Unenroll contact |
|
|
593
593
|
|
|
594
|
-
### SMS
|
|
595
|
-
| Method | Description |
|
|
596
|
-
|--------|-------------|
|
|
597
|
-
| `sms.sendSms()` | Send an SMS or MMS |
|
|
598
|
-
|
|
599
594
|
### Tracking Tags
|
|
600
595
|
| Method | Description |
|
|
601
596
|
|--------|-------------|
|