@elevasis/sdk 0.8.17 → 0.8.18
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/dist/cli.cjs
CHANGED
|
@@ -43883,7 +43883,7 @@ function wrapAction(commandName, fn) {
|
|
|
43883
43883
|
// package.json
|
|
43884
43884
|
var package_default = {
|
|
43885
43885
|
name: "@elevasis/sdk",
|
|
43886
|
-
version: "0.8.
|
|
43886
|
+
version: "0.8.18",
|
|
43887
43887
|
description: "SDK for building Elevasis organization resources",
|
|
43888
43888
|
type: "module",
|
|
43889
43889
|
bin: {
|
package/package.json
CHANGED
|
@@ -191,7 +191,7 @@ The Credentials page manages encrypted API keys and OAuth tokens used by your wo
|
|
|
191
191
|
**What you can do here:**
|
|
192
192
|
|
|
193
193
|
- Create API key and webhook-secret credentials via a form
|
|
194
|
-
- Connect OAuth providers (
|
|
194
|
+
- Connect OAuth providers (Google Sheets, Dropbox) via browser flow
|
|
195
195
|
- View existing credentials (values are never shown after creation)
|
|
196
196
|
- Delete credentials that are no longer needed
|
|
197
197
|
|
package/reference/index.mdx
CHANGED
|
@@ -38,7 +38,7 @@ await scheduler.createSchedule({ ... })
|
|
|
38
38
|
const result = await llm.generate({ messages: [...] })
|
|
39
39
|
```
|
|
40
40
|
|
|
41
|
-
The platform exposes 70+ tools across 12 integration adapters -- Gmail, Stripe, Google Sheets,
|
|
41
|
+
The platform exposes 70+ tools across 12 integration adapters -- Gmail, Stripe, Google Sheets, Attio, and more. Credentials are managed server-side; API keys never cross the execution boundary.
|
|
42
42
|
|
|
43
43
|
See [Platform Tools](platform-tools/index.mdx) for the full catalog.
|
|
44
44
|
|
|
@@ -69,7 +69,7 @@ See [Platform Tools](platform-tools/index.mdx) for the full catalog.
|
|
|
69
69
|
|
|
70
70
|
### Typed Adapters
|
|
71
71
|
|
|
72
|
-
- [Integration Adapters](platform-tools/adapters-integration.mdx) - All 12 integration adapters: Attio, Stripe,
|
|
72
|
+
- [Integration Adapters](platform-tools/adapters-integration.mdx) - All 12 integration adapters: Attio, Stripe, Google Sheets, Resend, and more
|
|
73
73
|
- [Platform Adapters](platform-tools/adapters-platform.mdx) - All 9 platform service adapters: scheduler, storage, llm, pdf, approval, and more
|
|
74
74
|
|
|
75
75
|
### Framework
|
|
@@ -46,7 +46,6 @@ Twelve integration adapters give you access to 58+ tool methods covering third-p
|
|
|
46
46
|
| ------------- | ----------------------------- | ------------------------ |
|
|
47
47
|
| Attio | 12 (CRUD + schema + notes) | `{ apiKey }` |
|
|
48
48
|
| Google Sheets | 13 (read/write/filter/upsert) | OAuth2 / service account |
|
|
49
|
-
| Notion | 8 (pages + blocks) | `{ token }` |
|
|
50
49
|
| Stripe | 6 (payment links + checkout) | `{ secretKey }` |
|
|
51
50
|
| Instantly | 5 (email campaigns) | `{ apiKey }` |
|
|
52
51
|
| SignatureAPI | 4 (envelopes) | `{ apiKey }` |
|