@composio/client 0.1.0-alpha.36 → 0.1.0-alpha.38
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/CHANGELOG.md +64 -0
- package/client.d.mts +11 -14
- package/client.d.mts.map +1 -1
- package/client.d.ts +11 -14
- package/client.d.ts.map +1 -1
- package/client.js +3 -6
- package/client.js.map +1 -1
- package/client.mjs +5 -8
- package/client.mjs.map +1 -1
- package/internal/to-file.d.mts +1 -1
- package/internal/to-file.d.ts +1 -1
- package/internal/to-file.js +1 -1
- package/internal/to-file.mjs +1 -1
- package/internal/utils/values.js +3 -3
- package/internal/utils/values.js.map +1 -1
- package/internal/utils/values.mjs +3 -3
- package/internal/utils/values.mjs.map +1 -1
- package/package.json +1 -1
- package/resources/auth-configs.d.mts +10 -4
- package/resources/auth-configs.d.mts.map +1 -1
- package/resources/auth-configs.d.ts +10 -4
- package/resources/auth-configs.d.ts.map +1 -1
- package/resources/cli.d.mts +1 -76
- package/resources/cli.d.mts.map +1 -1
- package/resources/cli.d.ts +1 -76
- package/resources/cli.d.ts.map +1 -1
- package/resources/cli.js +0 -28
- package/resources/cli.js.map +1 -1
- package/resources/cli.mjs +0 -28
- package/resources/cli.mjs.map +1 -1
- package/resources/connected-accounts.d.mts +478 -4
- package/resources/connected-accounts.d.mts.map +1 -1
- package/resources/connected-accounts.d.ts +478 -4
- package/resources/connected-accounts.d.ts.map +1 -1
- package/resources/files.d.mts +1 -1
- package/resources/files.d.ts +1 -1
- package/resources/index.d.mts +5 -6
- package/resources/index.d.mts.map +1 -1
- package/resources/index.d.ts +5 -6
- package/resources/index.d.ts.map +1 -1
- package/resources/index.js +3 -5
- package/resources/index.js.map +1 -1
- package/resources/index.mjs +2 -3
- package/resources/index.mjs.map +1 -1
- package/resources/link.d.mts +1562 -81
- package/resources/link.d.mts.map +1 -1
- package/resources/link.d.ts +1562 -81
- package/resources/link.d.ts.map +1 -1
- package/resources/link.js +0 -13
- package/resources/link.js.map +1 -1
- package/resources/link.mjs +0 -13
- package/resources/link.mjs.map +1 -1
- package/resources/mcp/index.d.mts +1 -1
- package/resources/mcp/index.d.mts.map +1 -1
- package/resources/mcp/index.d.ts +1 -1
- package/resources/mcp/index.d.ts.map +1 -1
- package/resources/mcp/index.js.map +1 -1
- package/resources/mcp/index.mjs.map +1 -1
- package/resources/mcp/mcp.d.mts +1 -95
- package/resources/mcp/mcp.d.mts.map +1 -1
- package/resources/mcp/mcp.d.ts +1 -95
- package/resources/mcp/mcp.d.ts.map +1 -1
- package/resources/mcp/mcp.js +0 -22
- package/resources/mcp/mcp.js.map +1 -1
- package/resources/mcp/mcp.mjs +0 -22
- package/resources/mcp/mcp.mjs.map +1 -1
- package/resources/tool-router.d.mts +87 -0
- package/resources/tool-router.d.mts.map +1 -0
- package/resources/tool-router.d.ts +87 -0
- package/resources/tool-router.d.ts.map +1 -0
- package/resources/tool-router.js +38 -0
- package/resources/tool-router.js.map +1 -0
- package/resources/tool-router.mjs +34 -0
- package/resources/tool-router.mjs.map +1 -0
- package/resources/toolkits.d.mts +21 -3
- package/resources/toolkits.d.mts.map +1 -1
- package/resources/toolkits.d.ts +21 -3
- package/resources/toolkits.d.ts.map +1 -1
- package/resources/toolkits.js +2 -2
- package/resources/toolkits.js.map +1 -1
- package/resources/toolkits.mjs +2 -2
- package/resources/toolkits.mjs.map +1 -1
- package/resources/tools.d.mts +87 -7
- package/resources/tools.d.mts.map +1 -1
- package/resources/tools.d.ts +87 -7
- package/resources/tools.d.ts.map +1 -1
- package/resources/trigger-instances/index.d.mts +0 -1
- package/resources/trigger-instances/index.d.mts.map +1 -1
- package/resources/trigger-instances/index.d.ts +0 -1
- package/resources/trigger-instances/index.d.ts.map +1 -1
- package/resources/trigger-instances/index.js +1 -3
- package/resources/trigger-instances/index.js.map +1 -1
- package/resources/trigger-instances/index.mjs +0 -1
- package/resources/trigger-instances/index.mjs.map +1 -1
- package/resources/trigger-instances/trigger-instances.d.mts +1 -5
- package/resources/trigger-instances/trigger-instances.d.mts.map +1 -1
- package/resources/trigger-instances/trigger-instances.d.ts +1 -5
- package/resources/trigger-instances/trigger-instances.d.ts.map +1 -1
- package/resources/trigger-instances/trigger-instances.js +0 -4
- package/resources/trigger-instances/trigger-instances.js.map +1 -1
- package/resources/trigger-instances/trigger-instances.mjs +0 -4
- package/resources/trigger-instances/trigger-instances.mjs.map +1 -1
- package/resources/triggers-types.d.mts +11 -2
- package/resources/triggers-types.d.mts.map +1 -1
- package/resources/triggers-types.d.ts +11 -2
- package/resources/triggers-types.d.ts.map +1 -1
- package/src/client.ts +16 -46
- package/src/internal/to-file.ts +1 -1
- package/src/internal/utils/values.ts +3 -3
- package/src/resources/auth-configs.ts +11 -4
- package/src/resources/cli.ts +0 -89
- package/src/resources/connected-accounts.ts +975 -63
- package/src/resources/files.ts +1 -1
- package/src/resources/index.ts +6 -19
- package/src/resources/link.ts +3001 -112
- package/src/resources/mcp/index.ts +0 -2
- package/src/resources/mcp/mcp.ts +0 -123
- package/src/resources/tool-router.ts +107 -0
- package/src/resources/toolkits.ts +30 -3
- package/src/resources/tools.ts +149 -7
- package/src/resources/trigger-instances/index.ts +0 -7
- package/src/resources/trigger-instances/trigger-instances.ts +1 -19
- package/src/resources/triggers-types.ts +13 -2
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
- package/resources/org/api-key.d.mts +0 -44
- package/resources/org/api-key.d.mts.map +0 -1
- package/resources/org/api-key.d.ts +0 -44
- package/resources/org/api-key.d.ts.map +0 -1
- package/resources/org/api-key.js +0 -34
- package/resources/org/api-key.js.map +0 -1
- package/resources/org/api-key.mjs +0 -30
- package/resources/org/api-key.mjs.map +0 -1
- package/resources/org/index.d.mts +0 -4
- package/resources/org/index.d.mts.map +0 -1
- package/resources/org/index.d.ts +0 -4
- package/resources/org/index.d.ts.map +0 -1
- package/resources/org/index.js +0 -11
- package/resources/org/index.js.map +0 -1
- package/resources/org/index.mjs +0 -5
- package/resources/org/index.mjs.map +0 -1
- package/resources/org/org.d.mts +0 -14
- package/resources/org/org.d.mts.map +0 -1
- package/resources/org/org.d.ts +0 -14
- package/resources/org/org.d.ts.map +0 -1
- package/resources/org/org.js +0 -21
- package/resources/org/org.js.map +0 -1
- package/resources/org/org.mjs +0 -16
- package/resources/org/org.mjs.map +0 -1
- package/resources/org/project/api-keys.d.mts +0 -142
- package/resources/org/project/api-keys.d.mts.map +0 -1
- package/resources/org/project/api-keys.d.ts +0 -142
- package/resources/org/project/api-keys.d.ts.map +0 -1
- package/resources/org/project/api-keys.js +0 -62
- package/resources/org/project/api-keys.js.map +0 -1
- package/resources/org/project/api-keys.mjs +0 -58
- package/resources/org/project/api-keys.mjs.map +0 -1
- package/resources/org/project/index.d.mts +0 -5
- package/resources/org/project/index.d.mts.map +0 -1
- package/resources/org/project/index.d.ts +0 -5
- package/resources/org/project/index.d.ts.map +0 -1
- package/resources/org/project/index.js +0 -13
- package/resources/org/project/index.js.map +0 -1
- package/resources/org/project/index.mjs +0 -6
- package/resources/org/project/index.mjs.map +0 -1
- package/resources/org/project/project.d.mts +0 -268
- package/resources/org/project/project.d.mts.map +0 -1
- package/resources/org/project/project.d.ts +0 -268
- package/resources/org/project/project.d.ts.map +0 -1
- package/resources/org/project/project.js +0 -90
- package/resources/org/project/project.js.map +0 -1
- package/resources/org/project/project.mjs +0 -85
- package/resources/org/project/project.mjs.map +0 -1
- package/resources/org/project/trigger.d.mts +0 -145
- package/resources/org/project/trigger.d.mts.map +0 -1
- package/resources/org/project/trigger.d.ts +0 -145
- package/resources/org/project/trigger.d.ts.map +0 -1
- package/resources/org/project/trigger.js +0 -35
- package/resources/org/project/trigger.js.map +0 -1
- package/resources/org/project/trigger.mjs +0 -31
- package/resources/org/project/trigger.mjs.map +0 -1
- package/resources/org/project/webhook.d.mts +0 -166
- package/resources/org/project/webhook.d.mts.map +0 -1
- package/resources/org/project/webhook.d.ts +0 -166
- package/resources/org/project/webhook.d.ts.map +0 -1
- package/resources/org/project/webhook.js +0 -74
- package/resources/org/project/webhook.js.map +0 -1
- package/resources/org/project/webhook.mjs +0 -70
- package/resources/org/project/webhook.mjs.map +0 -1
- package/resources/org/project.d.mts +0 -2
- package/resources/org/project.d.mts.map +0 -1
- package/resources/org/project.d.ts +0 -2
- package/resources/org/project.d.ts.map +0 -1
- package/resources/org/project.js +0 -6
- package/resources/org/project.js.map +0 -1
- package/resources/org/project.mjs +0 -3
- package/resources/org/project.mjs.map +0 -1
- package/resources/org.d.mts +0 -2
- package/resources/org.d.mts.map +0 -1
- package/resources/org.d.ts +0 -2
- package/resources/org.d.ts.map +0 -1
- package/resources/org.js +0 -6
- package/resources/org.js.map +0 -1
- package/resources/org.mjs +0 -3
- package/resources/org.mjs.map +0 -1
- package/resources/team-members.d.mts +0 -55
- package/resources/team-members.d.mts.map +0 -1
- package/resources/team-members.d.ts +0 -55
- package/resources/team-members.d.ts.map +0 -1
- package/resources/team-members.js +0 -38
- package/resources/team-members.js.map +0 -1
- package/resources/team-members.mjs +0 -34
- package/resources/team-members.mjs.map +0 -1
- package/resources/trigger-instances/handle.d.mts +0 -25
- package/resources/trigger-instances/handle.d.mts.map +0 -1
- package/resources/trigger-instances/handle.d.ts +0 -25
- package/resources/trigger-instances/handle.d.ts.map +0 -1
- package/resources/trigger-instances/handle.js +0 -18
- package/resources/trigger-instances/handle.js.map +0 -1
- package/resources/trigger-instances/handle.mjs +0 -14
- package/resources/trigger-instances/handle.mjs.map +0 -1
- package/src/resources/org/api-key.ts +0 -57
- package/src/resources/org/index.ts +0 -13
- package/src/resources/org/org.ts +0 -41
- package/src/resources/org/project/api-keys.ts +0 -180
- package/src/resources/org/project/index.ts +0 -35
- package/src/resources/org/project/project.ts +0 -381
- package/src/resources/org/project/trigger.ts +0 -188
- package/src/resources/org/project/webhook.ts +0 -205
- package/src/resources/org/project.ts +0 -3
- package/src/resources/org.ts +0 -3
- package/src/resources/team-members.ts +0 -101
- package/src/resources/trigger-instances/handle.ts +0 -53
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
import { APIResource } from "../core/resource.mjs";
|
|
2
|
+
import { APIPromise } from "../core/api-promise.mjs";
|
|
3
|
+
import { RequestOptions } from "../internal/request-options.mjs";
|
|
4
|
+
export declare class ToolRouter extends APIResource {
|
|
5
|
+
/**
|
|
6
|
+
* Creates a new session for the tool router lab feature. This endpoint initializes
|
|
7
|
+
* a new session with specified toolkits and their authentication configurations.
|
|
8
|
+
* The session provides an isolated environment for testing and managing tool
|
|
9
|
+
* routing logic with scoped MCP server access.
|
|
10
|
+
*
|
|
11
|
+
* @example
|
|
12
|
+
* ```ts
|
|
13
|
+
* const response = await client.toolRouter.createSession({
|
|
14
|
+
* user_id: 'user_123456789',
|
|
15
|
+
* config: {
|
|
16
|
+
* toolkits: [
|
|
17
|
+
* {
|
|
18
|
+
* toolkit: 'gmail',
|
|
19
|
+
* auth_config_id: 'auth_config_123',
|
|
20
|
+
* },
|
|
21
|
+
* {
|
|
22
|
+
* toolkit: 'slack',
|
|
23
|
+
* auth_config_id: 'auth_config_456',
|
|
24
|
+
* },
|
|
25
|
+
* { toolkit: 'github' },
|
|
26
|
+
* ],
|
|
27
|
+
* },
|
|
28
|
+
* });
|
|
29
|
+
* ```
|
|
30
|
+
*/
|
|
31
|
+
createSession(body: ToolRouterCreateSessionParams, options?: RequestOptions): APIPromise<ToolRouterCreateSessionResponse>;
|
|
32
|
+
}
|
|
33
|
+
export interface ToolRouterCreateSessionResponse {
|
|
34
|
+
/**
|
|
35
|
+
* MCP server endpoint URL for this specific chat session
|
|
36
|
+
*/
|
|
37
|
+
chat_session_mcp_url: string;
|
|
38
|
+
/**
|
|
39
|
+
* Generated session identifier
|
|
40
|
+
*/
|
|
41
|
+
session_id: string;
|
|
42
|
+
/**
|
|
43
|
+
* MCP server endpoint URL for this specific tool router instance
|
|
44
|
+
*/
|
|
45
|
+
tool_router_instance_mcp_url: string;
|
|
46
|
+
}
|
|
47
|
+
export interface ToolRouterCreateSessionParams {
|
|
48
|
+
/**
|
|
49
|
+
* Unique user identifier for the session owner
|
|
50
|
+
*/
|
|
51
|
+
user_id: string;
|
|
52
|
+
/**
|
|
53
|
+
* Session configuration including enabled toolkits and their auth configs
|
|
54
|
+
*/
|
|
55
|
+
config?: ToolRouterCreateSessionParams.Config;
|
|
56
|
+
}
|
|
57
|
+
export declare namespace ToolRouterCreateSessionParams {
|
|
58
|
+
/**
|
|
59
|
+
* Session configuration including enabled toolkits and their auth configs
|
|
60
|
+
*/
|
|
61
|
+
interface Config {
|
|
62
|
+
/**
|
|
63
|
+
* Whether to manually manage connections
|
|
64
|
+
*/
|
|
65
|
+
manually_manage_connections?: boolean | null;
|
|
66
|
+
/**
|
|
67
|
+
* Array of toolkit configurations with optional auth configs
|
|
68
|
+
*/
|
|
69
|
+
toolkits?: Array<Config.Toolkit>;
|
|
70
|
+
}
|
|
71
|
+
namespace Config {
|
|
72
|
+
interface Toolkit {
|
|
73
|
+
/**
|
|
74
|
+
* Toolkit identifier (e.g., gmail, slack, github)
|
|
75
|
+
*/
|
|
76
|
+
toolkit: string;
|
|
77
|
+
/**
|
|
78
|
+
* Specific auth configuration ID for this toolkit
|
|
79
|
+
*/
|
|
80
|
+
auth_config_id?: string;
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
export declare namespace ToolRouter {
|
|
85
|
+
export { type ToolRouterCreateSessionResponse as ToolRouterCreateSessionResponse, type ToolRouterCreateSessionParams as ToolRouterCreateSessionParams, };
|
|
86
|
+
}
|
|
87
|
+
//# sourceMappingURL=tool-router.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tool-router.d.mts","sourceRoot":"","sources":["../src/resources/tool-router.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAEzB,qBAAa,UAAW,SAAQ,WAAW;IACzC;;;;;;;;;;;;;;;;;;;;;;;;;OAyBG;IACH,aAAa,CACX,IAAI,EAAE,6BAA6B,EACnC,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,+BAA+B,CAAC;CAG/C;AAED,MAAM,WAAW,+BAA+B;IAC9C;;OAEG;IACH,oBAAoB,EAAE,MAAM,CAAC;IAE7B;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,4BAA4B,EAAE,MAAM,CAAC;CACtC;AAED,MAAM,WAAW,6BAA6B;IAC5C;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAEhB;;OAEG;IACH,MAAM,CAAC,EAAE,6BAA6B,CAAC,MAAM,CAAC;CAC/C;AAED,yBAAiB,6BAA6B,CAAC;IAC7C;;OAEG;IACH,UAAiB,MAAM;QACrB;;WAEG;QACH,2BAA2B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;QAE7C;;WAEG;QACH,QAAQ,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;KAClC;IAED,UAAiB,MAAM,CAAC;QACtB,UAAiB,OAAO;YACtB;;eAEG;YACH,OAAO,EAAE,MAAM,CAAC;YAEhB;;eAEG;YACH,cAAc,CAAC,EAAE,MAAM,CAAC;SACzB;KACF;CACF;AAED,MAAM,CAAC,OAAO,WAAW,UAAU,CAAC;IAClC,OAAO,EACL,KAAK,+BAA+B,IAAI,+BAA+B,EACvE,KAAK,6BAA6B,IAAI,6BAA6B,GACpE,CAAC;CACH"}
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
import { APIResource } from "../core/resource.js";
|
|
2
|
+
import { APIPromise } from "../core/api-promise.js";
|
|
3
|
+
import { RequestOptions } from "../internal/request-options.js";
|
|
4
|
+
export declare class ToolRouter extends APIResource {
|
|
5
|
+
/**
|
|
6
|
+
* Creates a new session for the tool router lab feature. This endpoint initializes
|
|
7
|
+
* a new session with specified toolkits and their authentication configurations.
|
|
8
|
+
* The session provides an isolated environment for testing and managing tool
|
|
9
|
+
* routing logic with scoped MCP server access.
|
|
10
|
+
*
|
|
11
|
+
* @example
|
|
12
|
+
* ```ts
|
|
13
|
+
* const response = await client.toolRouter.createSession({
|
|
14
|
+
* user_id: 'user_123456789',
|
|
15
|
+
* config: {
|
|
16
|
+
* toolkits: [
|
|
17
|
+
* {
|
|
18
|
+
* toolkit: 'gmail',
|
|
19
|
+
* auth_config_id: 'auth_config_123',
|
|
20
|
+
* },
|
|
21
|
+
* {
|
|
22
|
+
* toolkit: 'slack',
|
|
23
|
+
* auth_config_id: 'auth_config_456',
|
|
24
|
+
* },
|
|
25
|
+
* { toolkit: 'github' },
|
|
26
|
+
* ],
|
|
27
|
+
* },
|
|
28
|
+
* });
|
|
29
|
+
* ```
|
|
30
|
+
*/
|
|
31
|
+
createSession(body: ToolRouterCreateSessionParams, options?: RequestOptions): APIPromise<ToolRouterCreateSessionResponse>;
|
|
32
|
+
}
|
|
33
|
+
export interface ToolRouterCreateSessionResponse {
|
|
34
|
+
/**
|
|
35
|
+
* MCP server endpoint URL for this specific chat session
|
|
36
|
+
*/
|
|
37
|
+
chat_session_mcp_url: string;
|
|
38
|
+
/**
|
|
39
|
+
* Generated session identifier
|
|
40
|
+
*/
|
|
41
|
+
session_id: string;
|
|
42
|
+
/**
|
|
43
|
+
* MCP server endpoint URL for this specific tool router instance
|
|
44
|
+
*/
|
|
45
|
+
tool_router_instance_mcp_url: string;
|
|
46
|
+
}
|
|
47
|
+
export interface ToolRouterCreateSessionParams {
|
|
48
|
+
/**
|
|
49
|
+
* Unique user identifier for the session owner
|
|
50
|
+
*/
|
|
51
|
+
user_id: string;
|
|
52
|
+
/**
|
|
53
|
+
* Session configuration including enabled toolkits and their auth configs
|
|
54
|
+
*/
|
|
55
|
+
config?: ToolRouterCreateSessionParams.Config;
|
|
56
|
+
}
|
|
57
|
+
export declare namespace ToolRouterCreateSessionParams {
|
|
58
|
+
/**
|
|
59
|
+
* Session configuration including enabled toolkits and their auth configs
|
|
60
|
+
*/
|
|
61
|
+
interface Config {
|
|
62
|
+
/**
|
|
63
|
+
* Whether to manually manage connections
|
|
64
|
+
*/
|
|
65
|
+
manually_manage_connections?: boolean | null;
|
|
66
|
+
/**
|
|
67
|
+
* Array of toolkit configurations with optional auth configs
|
|
68
|
+
*/
|
|
69
|
+
toolkits?: Array<Config.Toolkit>;
|
|
70
|
+
}
|
|
71
|
+
namespace Config {
|
|
72
|
+
interface Toolkit {
|
|
73
|
+
/**
|
|
74
|
+
* Toolkit identifier (e.g., gmail, slack, github)
|
|
75
|
+
*/
|
|
76
|
+
toolkit: string;
|
|
77
|
+
/**
|
|
78
|
+
* Specific auth configuration ID for this toolkit
|
|
79
|
+
*/
|
|
80
|
+
auth_config_id?: string;
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
export declare namespace ToolRouter {
|
|
85
|
+
export { type ToolRouterCreateSessionResponse as ToolRouterCreateSessionResponse, type ToolRouterCreateSessionParams as ToolRouterCreateSessionParams, };
|
|
86
|
+
}
|
|
87
|
+
//# sourceMappingURL=tool-router.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tool-router.d.ts","sourceRoot":"","sources":["../src/resources/tool-router.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAEzB,qBAAa,UAAW,SAAQ,WAAW;IACzC;;;;;;;;;;;;;;;;;;;;;;;;;OAyBG;IACH,aAAa,CACX,IAAI,EAAE,6BAA6B,EACnC,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,+BAA+B,CAAC;CAG/C;AAED,MAAM,WAAW,+BAA+B;IAC9C;;OAEG;IACH,oBAAoB,EAAE,MAAM,CAAC;IAE7B;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,4BAA4B,EAAE,MAAM,CAAC;CACtC;AAED,MAAM,WAAW,6BAA6B;IAC5C;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAEhB;;OAEG;IACH,MAAM,CAAC,EAAE,6BAA6B,CAAC,MAAM,CAAC;CAC/C;AAED,yBAAiB,6BAA6B,CAAC;IAC7C;;OAEG;IACH,UAAiB,MAAM;QACrB;;WAEG;QACH,2BAA2B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;QAE7C;;WAEG;QACH,QAAQ,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;KAClC;IAED,UAAiB,MAAM,CAAC;QACtB,UAAiB,OAAO;YACtB;;eAEG;YACH,OAAO,EAAE,MAAM,CAAC;YAEhB;;eAEG;YACH,cAAc,CAAC,EAAE,MAAM,CAAC;SACzB;KACF;CACF;AAED,MAAM,CAAC,OAAO,WAAW,UAAU,CAAC;IAClC,OAAO,EACL,KAAK,+BAA+B,IAAI,+BAA+B,EACvE,KAAK,6BAA6B,IAAI,6BAA6B,GACpE,CAAC;CACH"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.ToolRouter = void 0;
|
|
5
|
+
const resource_1 = require("../core/resource.js");
|
|
6
|
+
class ToolRouter extends resource_1.APIResource {
|
|
7
|
+
/**
|
|
8
|
+
* Creates a new session for the tool router lab feature. This endpoint initializes
|
|
9
|
+
* a new session with specified toolkits and their authentication configurations.
|
|
10
|
+
* The session provides an isolated environment for testing and managing tool
|
|
11
|
+
* routing logic with scoped MCP server access.
|
|
12
|
+
*
|
|
13
|
+
* @example
|
|
14
|
+
* ```ts
|
|
15
|
+
* const response = await client.toolRouter.createSession({
|
|
16
|
+
* user_id: 'user_123456789',
|
|
17
|
+
* config: {
|
|
18
|
+
* toolkits: [
|
|
19
|
+
* {
|
|
20
|
+
* toolkit: 'gmail',
|
|
21
|
+
* auth_config_id: 'auth_config_123',
|
|
22
|
+
* },
|
|
23
|
+
* {
|
|
24
|
+
* toolkit: 'slack',
|
|
25
|
+
* auth_config_id: 'auth_config_456',
|
|
26
|
+
* },
|
|
27
|
+
* { toolkit: 'github' },
|
|
28
|
+
* ],
|
|
29
|
+
* },
|
|
30
|
+
* });
|
|
31
|
+
* ```
|
|
32
|
+
*/
|
|
33
|
+
createSession(body, options) {
|
|
34
|
+
return this._client.post('/api/v3/labs/tool_router/session', { body, ...options });
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
exports.ToolRouter = ToolRouter;
|
|
38
|
+
//# sourceMappingURL=tool-router.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tool-router.js","sourceRoot":"","sources":["../src/resources/tool-router.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,kDAA+C;AAI/C,MAAa,UAAW,SAAQ,sBAAW;IACzC;;;;;;;;;;;;;;;;;;;;;;;;;OAyBG;IACH,aAAa,CACX,IAAmC,EACnC,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,kCAAkC,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACrF,CAAC;CACF;AAjCD,gCAiCC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
+
import { APIResource } from "../core/resource.mjs";
|
|
3
|
+
export class ToolRouter extends APIResource {
|
|
4
|
+
/**
|
|
5
|
+
* Creates a new session for the tool router lab feature. This endpoint initializes
|
|
6
|
+
* a new session with specified toolkits and their authentication configurations.
|
|
7
|
+
* The session provides an isolated environment for testing and managing tool
|
|
8
|
+
* routing logic with scoped MCP server access.
|
|
9
|
+
*
|
|
10
|
+
* @example
|
|
11
|
+
* ```ts
|
|
12
|
+
* const response = await client.toolRouter.createSession({
|
|
13
|
+
* user_id: 'user_123456789',
|
|
14
|
+
* config: {
|
|
15
|
+
* toolkits: [
|
|
16
|
+
* {
|
|
17
|
+
* toolkit: 'gmail',
|
|
18
|
+
* auth_config_id: 'auth_config_123',
|
|
19
|
+
* },
|
|
20
|
+
* {
|
|
21
|
+
* toolkit: 'slack',
|
|
22
|
+
* auth_config_id: 'auth_config_456',
|
|
23
|
+
* },
|
|
24
|
+
* { toolkit: 'github' },
|
|
25
|
+
* ],
|
|
26
|
+
* },
|
|
27
|
+
* });
|
|
28
|
+
* ```
|
|
29
|
+
*/
|
|
30
|
+
createSession(body, options) {
|
|
31
|
+
return this._client.post('/api/v3/labs/tool_router/session', { body, ...options });
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
//# sourceMappingURL=tool-router.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tool-router.mjs","sourceRoot":"","sources":["../src/resources/tool-router.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;AAItB,MAAM,OAAO,UAAW,SAAQ,WAAW;IACzC;;;;;;;;;;;;;;;;;;;;;;;;;OAyBG;IACH,aAAa,CACX,IAAmC,EACnC,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,kCAAkC,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACrF,CAAC;CACF"}
|
package/resources/toolkits.d.mts
CHANGED
|
@@ -7,7 +7,7 @@ export declare class Toolkits extends APIResource {
|
|
|
7
7
|
* slug identifier. This endpoint provides detailed metadata, authentication
|
|
8
8
|
* configuration options, and feature counts for the requested toolkit.
|
|
9
9
|
*/
|
|
10
|
-
retrieve(slug: string, options?: RequestOptions): APIPromise<ToolkitRetrieveResponse>;
|
|
10
|
+
retrieve(slug: string, query?: ToolkitRetrieveParams | null | undefined, options?: RequestOptions): APIPromise<ToolkitRetrieveResponse>;
|
|
11
11
|
/**
|
|
12
12
|
* Retrieves a comprehensive list of toolkits that are available to the
|
|
13
13
|
* authenticated project. Toolkits represent integration points with external
|
|
@@ -82,6 +82,10 @@ export declare namespace ToolkitRetrieveResponse {
|
|
|
82
82
|
* statistics
|
|
83
83
|
*/
|
|
84
84
|
interface Meta {
|
|
85
|
+
/**
|
|
86
|
+
* Available versions of the toolkit
|
|
87
|
+
*/
|
|
88
|
+
available_versions: Array<string>;
|
|
85
89
|
/**
|
|
86
90
|
* List of categories associated with this toolkit
|
|
87
91
|
*/
|
|
@@ -110,6 +114,10 @@ export declare namespace ToolkitRetrieveResponse {
|
|
|
110
114
|
* Last modification date and time of the toolkit
|
|
111
115
|
*/
|
|
112
116
|
updated_at: string;
|
|
117
|
+
/**
|
|
118
|
+
* Version of the toolkit
|
|
119
|
+
*/
|
|
120
|
+
version: string;
|
|
113
121
|
/**
|
|
114
122
|
* Link to the toolkit's main application or service website
|
|
115
123
|
*/
|
|
@@ -316,6 +324,10 @@ export declare namespace ToolkitListResponse {
|
|
|
316
324
|
* Last modification date and time of the toolkit
|
|
317
325
|
*/
|
|
318
326
|
updated_at: string;
|
|
327
|
+
/**
|
|
328
|
+
* Version of the toolkit
|
|
329
|
+
*/
|
|
330
|
+
version: string;
|
|
319
331
|
/**
|
|
320
332
|
* Link to the toolkit's main application or service website
|
|
321
333
|
*/
|
|
@@ -357,6 +369,12 @@ export declare namespace ToolkitRetrieveCategoriesResponse {
|
|
|
357
369
|
name: string;
|
|
358
370
|
}
|
|
359
371
|
}
|
|
372
|
+
export interface ToolkitRetrieveParams {
|
|
373
|
+
/**
|
|
374
|
+
* Version of the toolkit
|
|
375
|
+
*/
|
|
376
|
+
version?: string;
|
|
377
|
+
}
|
|
360
378
|
export interface ToolkitListParams {
|
|
361
379
|
/**
|
|
362
380
|
* Filter toolkits by category
|
|
@@ -374,7 +392,7 @@ export interface ToolkitListParams {
|
|
|
374
392
|
*/
|
|
375
393
|
is_local?: boolean | null;
|
|
376
394
|
/**
|
|
377
|
-
* Number of items per page
|
|
395
|
+
* Number of items per page, max allowed is 1000
|
|
378
396
|
*/
|
|
379
397
|
limit?: number | null;
|
|
380
398
|
/**
|
|
@@ -393,6 +411,6 @@ export interface ToolkitRetrieveCategoriesParams {
|
|
|
393
411
|
cache?: string;
|
|
394
412
|
}
|
|
395
413
|
export declare namespace Toolkits {
|
|
396
|
-
export { type ToolkitRetrieveResponse as ToolkitRetrieveResponse, type ToolkitListResponse as ToolkitListResponse, type ToolkitRetrieveCategoriesResponse as ToolkitRetrieveCategoriesResponse, type ToolkitListParams as ToolkitListParams, type ToolkitRetrieveCategoriesParams as ToolkitRetrieveCategoriesParams, };
|
|
414
|
+
export { type ToolkitRetrieveResponse as ToolkitRetrieveResponse, type ToolkitListResponse as ToolkitListResponse, type ToolkitRetrieveCategoriesResponse as ToolkitRetrieveCategoriesResponse, type ToolkitRetrieveParams as ToolkitRetrieveParams, type ToolkitListParams as ToolkitListParams, type ToolkitRetrieveCategoriesParams as ToolkitRetrieveCategoriesParams, };
|
|
397
415
|
}
|
|
398
416
|
//# sourceMappingURL=toolkits.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"toolkits.d.mts","sourceRoot":"","sources":["../src/resources/toolkits.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAGzB,qBAAa,QAAS,SAAQ,WAAW;IACvC;;;;OAIG;IACH,QAAQ,
|
|
1
|
+
{"version":3,"file":"toolkits.d.mts","sourceRoot":"","sources":["../src/resources/toolkits.ts"],"names":[],"mappings":"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"}
|
package/resources/toolkits.d.ts
CHANGED
|
@@ -7,7 +7,7 @@ export declare class Toolkits extends APIResource {
|
|
|
7
7
|
* slug identifier. This endpoint provides detailed metadata, authentication
|
|
8
8
|
* configuration options, and feature counts for the requested toolkit.
|
|
9
9
|
*/
|
|
10
|
-
retrieve(slug: string, options?: RequestOptions): APIPromise<ToolkitRetrieveResponse>;
|
|
10
|
+
retrieve(slug: string, query?: ToolkitRetrieveParams | null | undefined, options?: RequestOptions): APIPromise<ToolkitRetrieveResponse>;
|
|
11
11
|
/**
|
|
12
12
|
* Retrieves a comprehensive list of toolkits that are available to the
|
|
13
13
|
* authenticated project. Toolkits represent integration points with external
|
|
@@ -82,6 +82,10 @@ export declare namespace ToolkitRetrieveResponse {
|
|
|
82
82
|
* statistics
|
|
83
83
|
*/
|
|
84
84
|
interface Meta {
|
|
85
|
+
/**
|
|
86
|
+
* Available versions of the toolkit
|
|
87
|
+
*/
|
|
88
|
+
available_versions: Array<string>;
|
|
85
89
|
/**
|
|
86
90
|
* List of categories associated with this toolkit
|
|
87
91
|
*/
|
|
@@ -110,6 +114,10 @@ export declare namespace ToolkitRetrieveResponse {
|
|
|
110
114
|
* Last modification date and time of the toolkit
|
|
111
115
|
*/
|
|
112
116
|
updated_at: string;
|
|
117
|
+
/**
|
|
118
|
+
* Version of the toolkit
|
|
119
|
+
*/
|
|
120
|
+
version: string;
|
|
113
121
|
/**
|
|
114
122
|
* Link to the toolkit's main application or service website
|
|
115
123
|
*/
|
|
@@ -316,6 +324,10 @@ export declare namespace ToolkitListResponse {
|
|
|
316
324
|
* Last modification date and time of the toolkit
|
|
317
325
|
*/
|
|
318
326
|
updated_at: string;
|
|
327
|
+
/**
|
|
328
|
+
* Version of the toolkit
|
|
329
|
+
*/
|
|
330
|
+
version: string;
|
|
319
331
|
/**
|
|
320
332
|
* Link to the toolkit's main application or service website
|
|
321
333
|
*/
|
|
@@ -357,6 +369,12 @@ export declare namespace ToolkitRetrieveCategoriesResponse {
|
|
|
357
369
|
name: string;
|
|
358
370
|
}
|
|
359
371
|
}
|
|
372
|
+
export interface ToolkitRetrieveParams {
|
|
373
|
+
/**
|
|
374
|
+
* Version of the toolkit
|
|
375
|
+
*/
|
|
376
|
+
version?: string;
|
|
377
|
+
}
|
|
360
378
|
export interface ToolkitListParams {
|
|
361
379
|
/**
|
|
362
380
|
* Filter toolkits by category
|
|
@@ -374,7 +392,7 @@ export interface ToolkitListParams {
|
|
|
374
392
|
*/
|
|
375
393
|
is_local?: boolean | null;
|
|
376
394
|
/**
|
|
377
|
-
* Number of items per page
|
|
395
|
+
* Number of items per page, max allowed is 1000
|
|
378
396
|
*/
|
|
379
397
|
limit?: number | null;
|
|
380
398
|
/**
|
|
@@ -393,6 +411,6 @@ export interface ToolkitRetrieveCategoriesParams {
|
|
|
393
411
|
cache?: string;
|
|
394
412
|
}
|
|
395
413
|
export declare namespace Toolkits {
|
|
396
|
-
export { type ToolkitRetrieveResponse as ToolkitRetrieveResponse, type ToolkitListResponse as ToolkitListResponse, type ToolkitRetrieveCategoriesResponse as ToolkitRetrieveCategoriesResponse, type ToolkitListParams as ToolkitListParams, type ToolkitRetrieveCategoriesParams as ToolkitRetrieveCategoriesParams, };
|
|
414
|
+
export { type ToolkitRetrieveResponse as ToolkitRetrieveResponse, type ToolkitListResponse as ToolkitListResponse, type ToolkitRetrieveCategoriesResponse as ToolkitRetrieveCategoriesResponse, type ToolkitRetrieveParams as ToolkitRetrieveParams, type ToolkitListParams as ToolkitListParams, type ToolkitRetrieveCategoriesParams as ToolkitRetrieveCategoriesParams, };
|
|
397
415
|
}
|
|
398
416
|
//# sourceMappingURL=toolkits.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"toolkits.d.ts","sourceRoot":"","sources":["../src/resources/toolkits.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAGzB,qBAAa,QAAS,SAAQ,WAAW;IACvC;;;;OAIG;IACH,QAAQ,
|
|
1
|
+
{"version":3,"file":"toolkits.d.ts","sourceRoot":"","sources":["../src/resources/toolkits.ts"],"names":[],"mappings":"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"}
|
package/resources/toolkits.js
CHANGED
|
@@ -10,8 +10,8 @@ class Toolkits extends resource_1.APIResource {
|
|
|
10
10
|
* slug identifier. This endpoint provides detailed metadata, authentication
|
|
11
11
|
* configuration options, and feature counts for the requested toolkit.
|
|
12
12
|
*/
|
|
13
|
-
retrieve(slug, options) {
|
|
14
|
-
return this._client.get((0, path_1.path) `/api/v3/toolkits/${slug}`, options);
|
|
13
|
+
retrieve(slug, query = {}, options) {
|
|
14
|
+
return this._client.get((0, path_1.path) `/api/v3/toolkits/${slug}`, { query, ...options });
|
|
15
15
|
}
|
|
16
16
|
/**
|
|
17
17
|
* Retrieves a comprehensive list of toolkits that are available to the
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"toolkits.js","sourceRoot":"","sources":["../src/resources/toolkits.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,kDAA+C;AAG/C,oDAA8C;AAE9C,MAAa,QAAS,SAAQ,sBAAW;IACvC;;;;OAIG;IACH,QAAQ,
|
|
1
|
+
{"version":3,"file":"toolkits.js","sourceRoot":"","sources":["../src/resources/toolkits.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,kDAA+C;AAG/C,oDAA8C;AAE9C,MAAa,QAAS,SAAQ,sBAAW;IACvC;;;;OAIG;IACH,QAAQ,CACN,IAAY,EACZ,QAAkD,EAAE,EACpD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAA,WAAI,EAAA,oBAAoB,IAAI,EAAE,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACjF,CAAC;IAED;;;;;;OAMG;IACH,IAAI,CACF,QAA8C,EAAE,EAChD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,kBAAkB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACrE,CAAC;IAED;;;;;OAKG;IACH,kBAAkB,CAChB,QAA4D,EAAE,EAC9D,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,6BAA6B,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAChF,CAAC;CACF;AAxCD,4BAwCC"}
|
package/resources/toolkits.mjs
CHANGED
|
@@ -7,8 +7,8 @@ export class Toolkits extends APIResource {
|
|
|
7
7
|
* slug identifier. This endpoint provides detailed metadata, authentication
|
|
8
8
|
* configuration options, and feature counts for the requested toolkit.
|
|
9
9
|
*/
|
|
10
|
-
retrieve(slug, options) {
|
|
11
|
-
return this._client.get(path `/api/v3/toolkits/${slug}`, options);
|
|
10
|
+
retrieve(slug, query = {}, options) {
|
|
11
|
+
return this._client.get(path `/api/v3/toolkits/${slug}`, { query, ...options });
|
|
12
12
|
}
|
|
13
13
|
/**
|
|
14
14
|
* Retrieves a comprehensive list of toolkits that are available to the
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"toolkits.mjs","sourceRoot":"","sources":["../src/resources/toolkits.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OAGf,EAAE,IAAI,EAAE;AAEf,MAAM,OAAO,QAAS,SAAQ,WAAW;IACvC;;;;OAIG;IACH,QAAQ,
|
|
1
|
+
{"version":3,"file":"toolkits.mjs","sourceRoot":"","sources":["../src/resources/toolkits.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OAGf,EAAE,IAAI,EAAE;AAEf,MAAM,OAAO,QAAS,SAAQ,WAAW;IACvC;;;;OAIG;IACH,QAAQ,CACN,IAAY,EACZ,QAAkD,EAAE,EACpD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,oBAAoB,IAAI,EAAE,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACjF,CAAC;IAED;;;;;;OAMG;IACH,IAAI,CACF,QAA8C,EAAE,EAChD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,kBAAkB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACrE,CAAC;IAED;;;;;OAKG;IACH,kBAAkB,CAChB,QAA4D,EAAE,EAC9D,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,6BAA6B,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAChF,CAAC;CACF"}
|