@runtypelabs/sdk 5.10.0 → 6.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.
- package/README.md +0 -2
- package/dist/index.cjs +226 -198
- package/dist/index.d.cts +7082 -2974
- package/dist/index.d.ts +7082 -2974
- package/dist/index.mjs +225 -197
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -159,8 +159,6 @@ const allResults = await flowResult.getAllResults()
|
|
|
159
159
|
| `.generateEmbedding()` | `generate-embedding` | Create embedding |
|
|
160
160
|
| `.waitUntil()` | `wait-until` | Delay or poll |
|
|
161
161
|
| `.sendEvent()` | `send-event` | Analytics event |
|
|
162
|
-
| `.sendText()` | `send-text` | SMS message |
|
|
163
|
-
| `.fetchGitHub()` | `fetch-github` | GitHub API |
|
|
164
162
|
|
|
165
163
|
### Configuration Methods
|
|
166
164
|
|