We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc3ec3d commit 01649e2Copy full SHA for 01649e2
js/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "composio-core",
3
- "version": "0.4.7",
+ "version": "0.4.8",
4
"description": "",
5
"main": "dist/index.js",
6
"scripts": {
js/src/index.ts
@@ -5,6 +5,7 @@ import { CloudflareToolSet } from "./frameworks/cloudflare";
import { VercelAIToolSet } from "./frameworks/vercel";
import { LangGraphToolSet } from "./frameworks/langgraph";
7
import { Workspace } from "./env/index";
8
+import { ConnectionRequest } from "./sdk/models/connectedAccounts";
9
10
const { APPS, ACTIONS } = require("./constants");
11
@@ -18,4 +19,5 @@ export {
18
19
APPS,
20
ACTIONS,
21
LangGraphToolSet,
22
+ ConnectionRequest,
23
};
0 commit comments