@flowdot.ai/mcp-server 1.0.1 → 1.0.2
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/bin/flowdot-mcp.js +1 -1
- package/dist/api-client.d.ts +2 -557
- package/dist/api-client.d.ts.map +1 -1
- package/dist/api-client.js +2 -1264
- package/dist/api-client.js.map +1 -1
- package/dist/resources/index.d.ts +12 -0
- package/dist/resources/index.d.ts.map +1 -0
- package/dist/resources/index.js +2204 -0
- package/dist/resources/index.js.map +1 -0
- package/dist/server.d.ts.map +1 -1
- package/dist/server.js +11 -1
- package/dist/server.js.map +1 -1
- package/dist/tools/add-recipe-step.d.ts +23 -0
- package/dist/tools/add-recipe-step.d.ts.map +1 -0
- package/dist/tools/add-recipe-step.js +196 -0
- package/dist/tools/add-recipe-step.js.map +1 -0
- package/dist/tools/add-recipe-store.d.ts +19 -0
- package/dist/tools/add-recipe-store.d.ts.map +1 -0
- package/dist/tools/add-recipe-store.js +116 -0
- package/dist/tools/add-recipe-store.js.map +1 -0
- package/dist/tools/agent-toolkits.d.ts.map +1 -1
- package/dist/tools/agent-toolkits.js +8 -1
- package/dist/tools/agent-toolkits.js.map +1 -1
- package/dist/tools/browse-recipes.d.ts +16 -0
- package/dist/tools/browse-recipes.d.ts.map +1 -0
- package/dist/tools/browse-recipes.js +102 -0
- package/dist/tools/browse-recipes.js.map +1 -0
- package/dist/tools/create-recipe.d.ts +16 -0
- package/dist/tools/create-recipe.d.ts.map +1 -0
- package/dist/tools/create-recipe.js +92 -0
- package/dist/tools/create-recipe.js.map +1 -0
- package/dist/tools/delete-recipe-step.d.ts +14 -0
- package/dist/tools/delete-recipe-step.d.ts.map +1 -0
- package/dist/tools/delete-recipe-step.js +65 -0
- package/dist/tools/delete-recipe-step.js.map +1 -0
- package/dist/tools/delete-recipe-store.d.ts +14 -0
- package/dist/tools/delete-recipe-store.d.ts.map +1 -0
- package/dist/tools/delete-recipe-store.js +65 -0
- package/dist/tools/delete-recipe-store.js.map +1 -0
- package/dist/tools/delete-recipe.d.ts +13 -0
- package/dist/tools/delete-recipe.d.ts.map +1 -0
- package/dist/tools/delete-recipe.js +59 -0
- package/dist/tools/delete-recipe.js.map +1 -0
- package/dist/tools/favorite-recipe.d.ts +13 -0
- package/dist/tools/favorite-recipe.d.ts.map +1 -0
- package/dist/tools/favorite-recipe.js +53 -0
- package/dist/tools/favorite-recipe.js.map +1 -0
- package/dist/tools/fork-recipe.d.ts +13 -0
- package/dist/tools/fork-recipe.d.ts.map +1 -0
- package/dist/tools/fork-recipe.js +56 -0
- package/dist/tools/fork-recipe.js.map +1 -0
- package/dist/tools/get-recipe-definition.d.ts +15 -0
- package/dist/tools/get-recipe-definition.d.ts.map +1 -0
- package/dist/tools/get-recipe-definition.js +70 -0
- package/dist/tools/get-recipe-definition.js.map +1 -0
- package/dist/tools/get-recipe.d.ts +12 -0
- package/dist/tools/get-recipe.d.ts.map +1 -0
- package/dist/tools/get-recipe.js +88 -0
- package/dist/tools/get-recipe.js.map +1 -0
- package/dist/tools/index.d.ts.map +1 -1
- package/dist/tools/index.js +87 -0
- package/dist/tools/index.js.map +1 -1
- package/dist/tools/link-recipe.d.ts +14 -0
- package/dist/tools/link-recipe.d.ts.map +1 -0
- package/dist/tools/link-recipe.js +76 -0
- package/dist/tools/link-recipe.js.map +1 -0
- package/dist/tools/list-recipe-steps.d.ts +12 -0
- package/dist/tools/list-recipe-steps.d.ts.map +1 -0
- package/dist/tools/list-recipe-steps.js +69 -0
- package/dist/tools/list-recipe-steps.js.map +1 -0
- package/dist/tools/list-recipe-stores.d.ts +12 -0
- package/dist/tools/list-recipe-stores.d.ts.map +1 -0
- package/dist/tools/list-recipe-stores.js +87 -0
- package/dist/tools/list-recipe-stores.js.map +1 -0
- package/dist/tools/list-recipes.d.ts +12 -0
- package/dist/tools/list-recipes.d.ts.map +1 -0
- package/dist/tools/list-recipes.js +92 -0
- package/dist/tools/list-recipes.js.map +1 -0
- package/dist/tools/update-recipe-step.d.ts +22 -0
- package/dist/tools/update-recipe-step.d.ts.map +1 -0
- package/dist/tools/update-recipe-step.js +97 -0
- package/dist/tools/update-recipe-step.js.map +1 -0
- package/dist/tools/update-recipe-store.d.ts +20 -0
- package/dist/tools/update-recipe-store.d.ts.map +1 -0
- package/dist/tools/update-recipe-store.js +98 -0
- package/dist/tools/update-recipe-store.js.map +1 -0
- package/dist/tools/update-recipe.d.ts +18 -0
- package/dist/tools/update-recipe.d.ts.map +1 -0
- package/dist/tools/update-recipe.js +98 -0
- package/dist/tools/update-recipe.js.map +1 -0
- package/dist/tools/vote-recipe.d.ts +13 -0
- package/dist/tools/vote-recipe.d.ts.map +1 -0
- package/dist/tools/vote-recipe.js +54 -0
- package/dist/tools/vote-recipe.js.map +1 -0
- package/dist/types.d.ts +3 -1092
- package/dist/types.d.ts.map +1 -1
- package/dist/types.js +3 -1
- package/dist/types.js.map +1 -1
- package/dist/utils/script-validator.d.ts.map +1 -1
- package/dist/utils/script-validator.js +5 -1
- package/dist/utils/script-validator.js.map +1 -1
- package/package.json +11 -3
- package/dist/tools/convert-app-to-multifile.d.ts +0 -11
- package/dist/tools/convert-app-to-multifile.d.ts.map +0 -1
- package/dist/tools/convert-app-to-multifile.js +0 -69
- package/dist/tools/convert-app-to-multifile.js.map +0 -1
package/bin/flowdot-mcp.js
CHANGED
package/dist/api-client.d.ts
CHANGED
|
@@ -1,562 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* FlowDot Hub API Client
|
|
3
3
|
*
|
|
4
|
-
*
|
|
4
|
+
* Re-exported from @flowdot.ai/api shared package.
|
|
5
5
|
*/
|
|
6
|
-
|
|
7
|
-
export declare class FlowDotApiClient {
|
|
8
|
-
private hubUrl;
|
|
9
|
-
private apiToken;
|
|
10
|
-
constructor(hubUrl: string, apiToken: string);
|
|
11
|
-
/**
|
|
12
|
-
* Make an authenticated request to the FlowDot Hub API.
|
|
13
|
-
*/
|
|
14
|
-
private request;
|
|
15
|
-
/**
|
|
16
|
-
* List workflows available to the user.
|
|
17
|
-
*/
|
|
18
|
-
listWorkflows(filter?: string, favoritesOnly?: boolean): Promise<Workflow[]>;
|
|
19
|
-
/**
|
|
20
|
-
* Get a specific workflow by ID.
|
|
21
|
-
*/
|
|
22
|
-
getWorkflow(workflowId: string): Promise<Workflow>;
|
|
23
|
-
/**
|
|
24
|
-
* Execute a workflow.
|
|
25
|
-
*/
|
|
26
|
-
executeWorkflow(workflowId: string, inputs?: Record<string, unknown>, waitForCompletion?: boolean, mode?: string): Promise<ExecuteWorkflowResult>;
|
|
27
|
-
/**
|
|
28
|
-
* Get execution status and results.
|
|
29
|
-
*/
|
|
30
|
-
getExecution(executionId: string): Promise<Execution>;
|
|
31
|
-
/**
|
|
32
|
-
* Chat with the FlowDot agent.
|
|
33
|
-
*/
|
|
34
|
-
agentChat(message: string, conversationId?: string, mode?: string): Promise<AgentChatResult>;
|
|
35
|
-
/**
|
|
36
|
-
* Test the connection to the FlowDot Hub.
|
|
37
|
-
*/
|
|
38
|
-
testConnection(): Promise<boolean>;
|
|
39
|
-
/**
|
|
40
|
-
* Get workflow execution metrics.
|
|
41
|
-
*/
|
|
42
|
-
getWorkflowMetrics(workflowId: string, period?: string): Promise<WorkflowMetrics>;
|
|
43
|
-
/**
|
|
44
|
-
* Get workflow comments.
|
|
45
|
-
*/
|
|
46
|
-
getWorkflowComments(workflowId: string): Promise<WorkflowComment[]>;
|
|
47
|
-
/**
|
|
48
|
-
* Get execution history for a workflow.
|
|
49
|
-
*/
|
|
50
|
-
getExecutionHistory(workflowId: string, page?: number, limit?: number): Promise<PaginatedResult<ExecutionHistoryItem>>;
|
|
51
|
-
/**
|
|
52
|
-
* Get detailed workflow information including nodes, connections, signature.
|
|
53
|
-
*/
|
|
54
|
-
getWorkflowDetails(workflowId: string): Promise<WorkflowDetails>;
|
|
55
|
-
/**
|
|
56
|
-
* Get the input schema for a workflow.
|
|
57
|
-
*/
|
|
58
|
-
getWorkflowInputsSchema(workflowId: string): Promise<WorkflowInputSchemaResult>;
|
|
59
|
-
/**
|
|
60
|
-
* Duplicate a workflow.
|
|
61
|
-
*/
|
|
62
|
-
duplicateWorkflow(workflowId: string, name?: string): Promise<CreateWorkflowResult>;
|
|
63
|
-
/**
|
|
64
|
-
* Toggle workflow public/private status.
|
|
65
|
-
*/
|
|
66
|
-
toggleWorkflowPublic(workflowId: string, isPublic: boolean): Promise<SuccessResult>;
|
|
67
|
-
/**
|
|
68
|
-
* Favorite or unfavorite a workflow.
|
|
69
|
-
*/
|
|
70
|
-
favoriteWorkflow(workflowId: string, favorite: boolean): Promise<SuccessResult>;
|
|
71
|
-
/**
|
|
72
|
-
* Cancel a running execution.
|
|
73
|
-
*/
|
|
74
|
-
cancelExecution(executionId: string): Promise<SuccessResult>;
|
|
75
|
-
/**
|
|
76
|
-
* Retry a failed execution.
|
|
77
|
-
*/
|
|
78
|
-
retryExecution(executionId: string): Promise<RetryExecutionResult>;
|
|
79
|
-
/**
|
|
80
|
-
* Get SSE stream URL for execution (client handles actual streaming).
|
|
81
|
-
*/
|
|
82
|
-
getExecutionStreamUrl(executionId: string): string;
|
|
83
|
-
/**
|
|
84
|
-
* Get auth token for SSE requests.
|
|
85
|
-
*/
|
|
86
|
-
getAuthToken(): string;
|
|
87
|
-
/**
|
|
88
|
-
* Get workflow tags.
|
|
89
|
-
*/
|
|
90
|
-
getWorkflowTags(workflowId: string): Promise<{
|
|
91
|
-
workflow_id: string;
|
|
92
|
-
tags: string[];
|
|
93
|
-
}>;
|
|
94
|
-
/**
|
|
95
|
-
* Set workflow tags.
|
|
96
|
-
*/
|
|
97
|
-
setWorkflowTags(workflowId: string, tags: string[]): Promise<SuccessResult>;
|
|
98
|
-
/**
|
|
99
|
-
* Search workflows by name, description, or tags.
|
|
100
|
-
*/
|
|
101
|
-
searchWorkflows(query: string, tags?: string[], page?: number): Promise<PaginatedResult<Workflow>>;
|
|
102
|
-
/**
|
|
103
|
-
* Get public workflows from all users.
|
|
104
|
-
*/
|
|
105
|
-
getPublicWorkflows(page?: number, sortBy?: string): Promise<PaginatedResult<PublicWorkflow>>;
|
|
106
|
-
/**
|
|
107
|
-
* Create a new empty workflow.
|
|
108
|
-
*/
|
|
109
|
-
createWorkflow(name: string, description?: string): Promise<CreateWorkflowResult>;
|
|
110
|
-
/**
|
|
111
|
-
* Delete a workflow.
|
|
112
|
-
*/
|
|
113
|
-
deleteWorkflow(workflowId: string): Promise<SuccessResult>;
|
|
114
|
-
/**
|
|
115
|
-
* Get the full graph (nodes and connections) of a workflow.
|
|
116
|
-
*/
|
|
117
|
-
getWorkflowGraph(workflowId: string): Promise<WorkflowGraph>;
|
|
118
|
-
/**
|
|
119
|
-
* Validate a workflow for errors.
|
|
120
|
-
*/
|
|
121
|
-
validateWorkflow(workflowId: string): Promise<ValidationResult>;
|
|
122
|
-
/**
|
|
123
|
-
* List all available node types.
|
|
124
|
-
* Note: Response may be an array or object depending on the API version.
|
|
125
|
-
*/
|
|
126
|
-
listAvailableNodes(): Promise<NodeTypesResponse>;
|
|
127
|
-
/**
|
|
128
|
-
* Get schema for a specific node type.
|
|
129
|
-
*/
|
|
130
|
-
getNodeSchema(nodeType: string): Promise<NodeType>;
|
|
131
|
-
/**
|
|
132
|
-
* Add a node to a workflow.
|
|
133
|
-
*/
|
|
134
|
-
addNode(workflowId: string, nodeType: string, position: {
|
|
135
|
-
x: number;
|
|
136
|
-
y: number;
|
|
137
|
-
}, properties?: Record<string, unknown>): Promise<AddNodeResult>;
|
|
138
|
-
/**
|
|
139
|
-
* Update a node in a workflow.
|
|
140
|
-
*/
|
|
141
|
-
updateNode(workflowId: string, nodeId: string, updates: {
|
|
142
|
-
position?: {
|
|
143
|
-
x: number;
|
|
144
|
-
y: number;
|
|
145
|
-
};
|
|
146
|
-
properties?: Record<string, unknown>;
|
|
147
|
-
}): Promise<WorkflowNode>;
|
|
148
|
-
/**
|
|
149
|
-
* Delete a node from a workflow.
|
|
150
|
-
*/
|
|
151
|
-
deleteNode(workflowId: string, nodeId: string): Promise<SuccessResult>;
|
|
152
|
-
/**
|
|
153
|
-
* Add a connection between nodes.
|
|
154
|
-
*/
|
|
155
|
-
addConnection(workflowId: string, sourceNodeId: string, sourceSocketId: string, targetNodeId: string, targetSocketId: string): Promise<AddConnectionResult>;
|
|
156
|
-
/**
|
|
157
|
-
* Delete a connection from a workflow.
|
|
158
|
-
*/
|
|
159
|
-
deleteConnection(workflowId: string, connectionId: string): Promise<SuccessResult>;
|
|
160
|
-
/**
|
|
161
|
-
* Get all connections for a specific node.
|
|
162
|
-
*/
|
|
163
|
-
getNodeConnections(workflowId: string, nodeId: string): Promise<WorkflowConnection[]>;
|
|
164
|
-
/**
|
|
165
|
-
* List user's own custom nodes.
|
|
166
|
-
*/
|
|
167
|
-
listCustomNodes(options?: CustomNodeListFilters): Promise<PaginatedResult<CustomNode>>;
|
|
168
|
-
/**
|
|
169
|
-
* Search public custom nodes.
|
|
170
|
-
*/
|
|
171
|
-
searchPublicCustomNodes(filters?: CustomNodeSearchFilters): Promise<PaginatedResult<CustomNode>>;
|
|
172
|
-
/**
|
|
173
|
-
* Get a specific custom node with full details including script_code.
|
|
174
|
-
*/
|
|
175
|
-
getCustomNode(nodeId: string): Promise<CustomNode>;
|
|
176
|
-
/**
|
|
177
|
-
* Get comments for a custom node.
|
|
178
|
-
*/
|
|
179
|
-
getCustomNodeComments(nodeId: string): Promise<CustomNodeComment[]>;
|
|
180
|
-
/**
|
|
181
|
-
* Create a new custom node.
|
|
182
|
-
*/
|
|
183
|
-
createCustomNode(input: CreateCustomNodeInput): Promise<CreateWorkflowResult>;
|
|
184
|
-
/**
|
|
185
|
-
* Update a custom node.
|
|
186
|
-
*/
|
|
187
|
-
updateCustomNode(nodeId: string, updates: UpdateCustomNodeInput): Promise<SuccessResult>;
|
|
188
|
-
/**
|
|
189
|
-
* Delete a custom node.
|
|
190
|
-
*/
|
|
191
|
-
deleteCustomNode(nodeId: string): Promise<SuccessResult>;
|
|
192
|
-
/**
|
|
193
|
-
* Copy a public custom node to user's library.
|
|
194
|
-
*/
|
|
195
|
-
copyCustomNode(nodeId: string, name?: string): Promise<CreateWorkflowResult>;
|
|
196
|
-
/**
|
|
197
|
-
* Toggle custom node visibility.
|
|
198
|
-
*/
|
|
199
|
-
toggleCustomNodeVisibility(nodeId: string, visibility: 'private' | 'public' | 'unlisted'): Promise<SuccessResult>;
|
|
200
|
-
/**
|
|
201
|
-
* Vote on a custom node.
|
|
202
|
-
*/
|
|
203
|
-
voteCustomNode(nodeId: string, vote: 'up' | 'down' | 'remove'): Promise<VoteCustomNodeResult>;
|
|
204
|
-
/**
|
|
205
|
-
* Toggle favorite on a custom node.
|
|
206
|
-
*/
|
|
207
|
-
favoriteCustomNode(nodeId: string, favorite: boolean): Promise<FavoriteCustomNodeResult>;
|
|
208
|
-
/**
|
|
209
|
-
* Add a comment to a custom node.
|
|
210
|
-
*/
|
|
211
|
-
addCustomNodeComment(nodeId: string, content: string, parentId?: number): Promise<CreateCustomNodeCommentResult>;
|
|
212
|
-
/**
|
|
213
|
-
* List user's own apps.
|
|
214
|
-
*/
|
|
215
|
-
listApps(options?: AppListFilters): Promise<PaginatedResult<App>>;
|
|
216
|
-
/**
|
|
217
|
-
* Search public apps.
|
|
218
|
-
*/
|
|
219
|
-
searchPublicApps(filters?: AppSearchFilters): Promise<PaginatedResult<App>>;
|
|
220
|
-
/**
|
|
221
|
-
* Get app categories.
|
|
222
|
-
*/
|
|
223
|
-
getAppCategories(): Promise<string[]>;
|
|
224
|
-
/**
|
|
225
|
-
* Get popular app tags.
|
|
226
|
-
*/
|
|
227
|
-
getAppTags(): Promise<string[]>;
|
|
228
|
-
/**
|
|
229
|
-
* Get a specific app with full details including code.
|
|
230
|
-
*/
|
|
231
|
-
getApp(appId: string): Promise<App>;
|
|
232
|
-
/**
|
|
233
|
-
* Get comments for an app.
|
|
234
|
-
*/
|
|
235
|
-
getAppComments(appId: string): Promise<AppComment[]>;
|
|
236
|
-
/**
|
|
237
|
-
* Create a new app.
|
|
238
|
-
*/
|
|
239
|
-
createApp(input: CreateAppInput): Promise<CreateAppResult>;
|
|
240
|
-
/**
|
|
241
|
-
* Update an app.
|
|
242
|
-
*/
|
|
243
|
-
updateApp(appId: string, updates: UpdateAppInput): Promise<SuccessResult>;
|
|
244
|
-
/**
|
|
245
|
-
* Delete an app.
|
|
246
|
-
*/
|
|
247
|
-
deleteApp(appId: string): Promise<SuccessResult>;
|
|
248
|
-
/**
|
|
249
|
-
* Publish an app (make it public).
|
|
250
|
-
*/
|
|
251
|
-
publishApp(appId: string): Promise<SuccessResult>;
|
|
252
|
-
/**
|
|
253
|
-
* Unpublish an app (make it private).
|
|
254
|
-
*/
|
|
255
|
-
unpublishApp(appId: string): Promise<SuccessResult>;
|
|
256
|
-
/**
|
|
257
|
-
* Clone a public app to user's library.
|
|
258
|
-
*/
|
|
259
|
-
cloneApp(appId: string, name?: string): Promise<CloneAppResult>;
|
|
260
|
-
/**
|
|
261
|
-
* Vote on an app.
|
|
262
|
-
*/
|
|
263
|
-
voteApp(appId: string, vote: 'up' | 'down' | 'remove'): Promise<VoteAppResult>;
|
|
264
|
-
/**
|
|
265
|
-
* Toggle favorite on an app.
|
|
266
|
-
*/
|
|
267
|
-
favoriteApp(appId: string, favorite: boolean): Promise<FavoriteAppResult>;
|
|
268
|
-
/**
|
|
269
|
-
* Add a comment to an app.
|
|
270
|
-
*/
|
|
271
|
-
addAppComment(appId: string, content: string, parentId?: number): Promise<CreateAppCommentResult>;
|
|
272
|
-
/**
|
|
273
|
-
* Get workflows linked to an app.
|
|
274
|
-
*/
|
|
275
|
-
getAppWorkflows(appId: string): Promise<AppWorkflow[]>;
|
|
276
|
-
/**
|
|
277
|
-
* Link a workflow to an app.
|
|
278
|
-
*/
|
|
279
|
-
linkAppWorkflow(appId: string, workflowHash: string, alias?: string): Promise<LinkAppWorkflowResult>;
|
|
280
|
-
/**
|
|
281
|
-
* Unlink a workflow from an app.
|
|
282
|
-
*/
|
|
283
|
-
unlinkAppWorkflow(appId: string, workflowHash: string): Promise<SuccessResult>;
|
|
284
|
-
/**
|
|
285
|
-
* Edit app code using string replacement (find and replace).
|
|
286
|
-
* Replaces old_string with new_string in the app's code.
|
|
287
|
-
*/
|
|
288
|
-
editAppCode(appId: string, input: EditAppCodeInput): Promise<AppCodeEditResult>;
|
|
289
|
-
/**
|
|
290
|
-
* Append content to the end of app code.
|
|
291
|
-
*/
|
|
292
|
-
appendAppCode(appId: string, input: AppendAppCodeInput): Promise<AppCodeEditResult>;
|
|
293
|
-
/**
|
|
294
|
-
* Prepend content to the beginning of app code.
|
|
295
|
-
*/
|
|
296
|
-
prependAppCode(appId: string, input: PrependAppCodeInput): Promise<AppCodeEditResult>;
|
|
297
|
-
/**
|
|
298
|
-
* Insert content after a specific pattern in app code.
|
|
299
|
-
*/
|
|
300
|
-
insertAppCode(appId: string, input: InsertAppCodeInput): Promise<AppCodeEditResult>;
|
|
301
|
-
/**
|
|
302
|
-
* List all files in a multi-file app.
|
|
303
|
-
*/
|
|
304
|
-
listAppFiles(appId: string): Promise<AppFile[]>;
|
|
305
|
-
/**
|
|
306
|
-
* Get a specific file from a multi-file app.
|
|
307
|
-
*/
|
|
308
|
-
getAppFile(appId: string, filePath: string): Promise<AppFile>;
|
|
309
|
-
/**
|
|
310
|
-
* Create a new file in a multi-file app.
|
|
311
|
-
*/
|
|
312
|
-
createAppFile(appId: string, input: CreateAppFileInput): Promise<AppFileResult>;
|
|
313
|
-
/**
|
|
314
|
-
* Update an existing file in a multi-file app.
|
|
315
|
-
*/
|
|
316
|
-
updateAppFile(appId: string, filePath: string, input: UpdateAppFileInput): Promise<AppFileResult>;
|
|
317
|
-
/**
|
|
318
|
-
* Delete a file from a multi-file app.
|
|
319
|
-
*/
|
|
320
|
-
deleteAppFile(appId: string, filePath: string): Promise<SuccessResult>;
|
|
321
|
-
/**
|
|
322
|
-
* Rename a file in a multi-file app.
|
|
323
|
-
*/
|
|
324
|
-
renameAppFile(appId: string, filePath: string, input: RenameAppFileInput): Promise<AppFileResult>;
|
|
325
|
-
/**
|
|
326
|
-
* Set a file as the entry point for a multi-file app.
|
|
327
|
-
*/
|
|
328
|
-
setAppEntryFile(appId: string, filePath: string): Promise<AppFileResult>;
|
|
329
|
-
/**
|
|
330
|
-
* Get the public URL for a workflow.
|
|
331
|
-
*/
|
|
332
|
-
getWorkflowPublicUrl(workflowId: string): Promise<WorkflowPublicUrlResult>;
|
|
333
|
-
/**
|
|
334
|
-
* List shared results for a workflow.
|
|
335
|
-
*/
|
|
336
|
-
listSharedResults(workflowId: string, options?: SharedResultListFilters): Promise<PaginatedResult<SharedResult>>;
|
|
337
|
-
/**
|
|
338
|
-
* Get a specific shared result.
|
|
339
|
-
*/
|
|
340
|
-
getSharedResult(workflowId: string, resultHash: string): Promise<SharedResultDetails>;
|
|
341
|
-
/**
|
|
342
|
-
* Get comments for a shared result.
|
|
343
|
-
*/
|
|
344
|
-
getSharedResultComments(workflowId: string, resultHash: string): Promise<SharedResultComment[]>;
|
|
345
|
-
/**
|
|
346
|
-
* Create a shared result from an execution.
|
|
347
|
-
*/
|
|
348
|
-
createSharedResult(workflowId: string, input: CreateSharedResultInput): Promise<CreateSharedResultResult>;
|
|
349
|
-
/**
|
|
350
|
-
* Add a comment to a workflow.
|
|
351
|
-
*/
|
|
352
|
-
addWorkflowComment(workflowId: string, content: string, parentId?: number): Promise<CreateCommentResult>;
|
|
353
|
-
/**
|
|
354
|
-
* Add a comment to a shared result.
|
|
355
|
-
*/
|
|
356
|
-
addSharedResultComment(workflowId: string, resultHash: string, content: string, parentId?: number): Promise<CreateCommentResult>;
|
|
357
|
-
/**
|
|
358
|
-
* Vote on a workflow.
|
|
359
|
-
*/
|
|
360
|
-
voteWorkflow(workflowId: string, vote: 'up' | 'down' | 'remove'): Promise<VoteWorkflowResult>;
|
|
361
|
-
/**
|
|
362
|
-
* Vote on a shared result.
|
|
363
|
-
*/
|
|
364
|
-
voteSharedResult(workflowId: string, resultHash: string, vote: 'up' | 'down' | 'remove'): Promise<VoteSharedResultResult>;
|
|
365
|
-
/**
|
|
366
|
-
* List input presets for a workflow.
|
|
367
|
-
*/
|
|
368
|
-
listInputPresets(workflowId: string, options?: InputPresetListFilters): Promise<InputPresetListResult>;
|
|
369
|
-
/**
|
|
370
|
-
* Get a specific input preset.
|
|
371
|
-
*/
|
|
372
|
-
getInputPreset(workflowId: string, presetHash: string): Promise<InputPreset>;
|
|
373
|
-
/**
|
|
374
|
-
* Create a new input preset.
|
|
375
|
-
*/
|
|
376
|
-
createInputPreset(workflowId: string, input: CreateInputPresetInput): Promise<CreateInputPresetResult>;
|
|
377
|
-
/**
|
|
378
|
-
* Update an input preset.
|
|
379
|
-
*/
|
|
380
|
-
updateInputPreset(workflowId: string, presetHash: string, updates: UpdateInputPresetInput): Promise<InputPreset>;
|
|
381
|
-
/**
|
|
382
|
-
* Delete an input preset.
|
|
383
|
-
*/
|
|
384
|
-
deleteInputPreset(workflowId: string, presetHash: string): Promise<SuccessResult>;
|
|
385
|
-
/**
|
|
386
|
-
* Vote on an input preset.
|
|
387
|
-
*/
|
|
388
|
-
voteInputPreset(workflowId: string, presetHash: string, vote: 'up' | 'down' | 'remove'): Promise<VoteInputPresetResult>;
|
|
389
|
-
/**
|
|
390
|
-
* Toggle community inputs (input presets) for a workflow.
|
|
391
|
-
*/
|
|
392
|
-
toggleCommunityInputs(workflowId: string, enabled: boolean): Promise<ToggleCommunityInputsResult>;
|
|
393
|
-
/**
|
|
394
|
-
* List teams the user belongs to.
|
|
395
|
-
*/
|
|
396
|
-
listUserTeams(): Promise<Team[]>;
|
|
397
|
-
/**
|
|
398
|
-
* List knowledge base categories.
|
|
399
|
-
* @param filters - Optional filters for team_id or personal categories
|
|
400
|
-
*/
|
|
401
|
-
listKnowledgeCategories(filters?: KnowledgeCategoryListFilters): Promise<DocumentCategory[]>;
|
|
402
|
-
/**
|
|
403
|
-
* Get a specific knowledge base category.
|
|
404
|
-
*/
|
|
405
|
-
getKnowledgeCategory(categoryId: number): Promise<DocumentCategory>;
|
|
406
|
-
/**
|
|
407
|
-
* Create a new knowledge base category.
|
|
408
|
-
*/
|
|
409
|
-
createKnowledgeCategory(input: CreateKnowledgeCategoryInput): Promise<DocumentCategory>;
|
|
410
|
-
/**
|
|
411
|
-
* Update a knowledge base category.
|
|
412
|
-
*/
|
|
413
|
-
updateKnowledgeCategory(categoryId: number, updates: UpdateKnowledgeCategoryInput): Promise<DocumentCategory>;
|
|
414
|
-
/**
|
|
415
|
-
* Delete a knowledge base category.
|
|
416
|
-
*/
|
|
417
|
-
deleteKnowledgeCategory(categoryId: number): Promise<SuccessResult>;
|
|
418
|
-
/**
|
|
419
|
-
* List knowledge base documents.
|
|
420
|
-
* @param filters - Optional filters for category, team, and status
|
|
421
|
-
*/
|
|
422
|
-
listKnowledgeDocuments(filters?: KnowledgeDocumentListFilters): Promise<KnowledgeDocument[]>;
|
|
423
|
-
/**
|
|
424
|
-
* Get a specific knowledge base document.
|
|
425
|
-
*/
|
|
426
|
-
getKnowledgeDocument(documentId: string | number): Promise<KnowledgeDocument>;
|
|
427
|
-
/**
|
|
428
|
-
* Upload text content as a document.
|
|
429
|
-
*/
|
|
430
|
-
uploadTextDocument(input: UploadTextDocumentInput): Promise<UploadDocumentResult>;
|
|
431
|
-
/**
|
|
432
|
-
* Upload a document from a URL.
|
|
433
|
-
*/
|
|
434
|
-
uploadDocumentFromUrl(input: UploadDocumentFromUrlInput): Promise<UploadDocumentResult>;
|
|
435
|
-
/**
|
|
436
|
-
* Move a document to a different category.
|
|
437
|
-
*/
|
|
438
|
-
moveDocumentToCategory(documentId: number, categoryId: number | null): Promise<SuccessResult>;
|
|
439
|
-
/**
|
|
440
|
-
* Transfer document ownership between personal and team.
|
|
441
|
-
* @param documentId - The document ID to transfer
|
|
442
|
-
* @param input - Transfer options (team_id and optional category_id)
|
|
443
|
-
*/
|
|
444
|
-
transferDocumentOwnership(documentId: number, input: TransferDocumentInput): Promise<TransferDocumentResult>;
|
|
445
|
-
/**
|
|
446
|
-
* Reprocess a failed or pending document.
|
|
447
|
-
*/
|
|
448
|
-
reprocessDocument(documentId: number): Promise<SuccessResult>;
|
|
449
|
-
/**
|
|
450
|
-
* Delete a knowledge base document.
|
|
451
|
-
*/
|
|
452
|
-
deleteKnowledgeDocument(documentId: number): Promise<SuccessResult>;
|
|
453
|
-
/**
|
|
454
|
-
* Query the knowledge base using RAG.
|
|
455
|
-
*/
|
|
456
|
-
queryKnowledgeBase(input: KnowledgeQueryInput): Promise<KnowledgeQueryResponse>;
|
|
457
|
-
/**
|
|
458
|
-
* Get knowledge base storage usage.
|
|
459
|
-
*/
|
|
460
|
-
getKnowledgeStorage(): Promise<KnowledgeStorage>;
|
|
461
|
-
/**
|
|
462
|
-
* List user's own toolkits.
|
|
463
|
-
*/
|
|
464
|
-
listAgentToolkits(filters?: ToolkitListFilters): Promise<PaginatedResult<AgentToolkit>>;
|
|
465
|
-
/**
|
|
466
|
-
* Search public toolkits in the marketplace.
|
|
467
|
-
*/
|
|
468
|
-
searchPublicAgentToolkits(filters?: ToolkitSearchFilters): Promise<PaginatedResult<AgentToolkit>>;
|
|
469
|
-
/**
|
|
470
|
-
* Get detailed information about a toolkit.
|
|
471
|
-
*/
|
|
472
|
-
getAgentToolkit(toolkitId: string): Promise<AgentToolkit>;
|
|
473
|
-
/**
|
|
474
|
-
* Create a new agent toolkit.
|
|
475
|
-
*/
|
|
476
|
-
createAgentToolkit(input: CreateToolkitInput): Promise<AgentToolkit>;
|
|
477
|
-
/**
|
|
478
|
-
* Update an existing toolkit.
|
|
479
|
-
*/
|
|
480
|
-
updateAgentToolkit(toolkitId: string, input: UpdateToolkitInput): Promise<AgentToolkit>;
|
|
481
|
-
/**
|
|
482
|
-
* Delete a toolkit.
|
|
483
|
-
*/
|
|
484
|
-
deleteAgentToolkit(toolkitId: string): Promise<SuccessResult>;
|
|
485
|
-
/**
|
|
486
|
-
* Copy/duplicate a toolkit.
|
|
487
|
-
*/
|
|
488
|
-
copyAgentToolkit(toolkitId: string, name?: string): Promise<AgentToolkit>;
|
|
489
|
-
/**
|
|
490
|
-
* Toggle toolkit visibility.
|
|
491
|
-
*/
|
|
492
|
-
toggleToolkitVisibility(toolkitId: string, visibility: 'private' | 'public' | 'unlisted'): Promise<SuccessResult>;
|
|
493
|
-
/**
|
|
494
|
-
* List tools in a toolkit.
|
|
495
|
-
*/
|
|
496
|
-
listToolkitTools(toolkitId: string): Promise<AgentToolkitTool[]>;
|
|
497
|
-
/**
|
|
498
|
-
* Get a specific tool in a toolkit.
|
|
499
|
-
*/
|
|
500
|
-
getToolkitTool(toolkitId: string, toolId: string): Promise<AgentToolkitTool>;
|
|
501
|
-
/**
|
|
502
|
-
* Create a new tool in a toolkit.
|
|
503
|
-
*/
|
|
504
|
-
createToolkitTool(toolkitId: string, input: CreateToolkitToolInput): Promise<AgentToolkitTool>;
|
|
505
|
-
/**
|
|
506
|
-
* Update a tool in a toolkit.
|
|
507
|
-
*/
|
|
508
|
-
updateToolkitTool(toolkitId: string, toolId: string, input: UpdateToolkitToolInput): Promise<AgentToolkitTool>;
|
|
509
|
-
/**
|
|
510
|
-
* Delete a tool from a toolkit.
|
|
511
|
-
*/
|
|
512
|
-
deleteToolkitTool(toolkitId: string, toolId: string): Promise<SuccessResult>;
|
|
513
|
-
/**
|
|
514
|
-
* Install a toolkit.
|
|
515
|
-
*/
|
|
516
|
-
installToolkit(toolkitId: string): Promise<InstallToolkitResult>;
|
|
517
|
-
/**
|
|
518
|
-
* Uninstall a toolkit.
|
|
519
|
-
*/
|
|
520
|
-
uninstallToolkit(installationId: string): Promise<SuccessResult>;
|
|
521
|
-
/**
|
|
522
|
-
* List installed toolkits.
|
|
523
|
-
*/
|
|
524
|
-
listInstalledToolkits(): Promise<AgentToolkitInstallation[]>;
|
|
525
|
-
/**
|
|
526
|
-
* Get a toolkit installation.
|
|
527
|
-
*/
|
|
528
|
-
getToolkitInstallation(installationId: string): Promise<AgentToolkitInstallation>;
|
|
529
|
-
/**
|
|
530
|
-
* Update a toolkit installation (credential mapping).
|
|
531
|
-
*/
|
|
532
|
-
updateToolkitInstallation(installationId: string, credentialMapping: Record<string, string>): Promise<AgentToolkitInstallation>;
|
|
533
|
-
/**
|
|
534
|
-
* Toggle toolkit installation active status.
|
|
535
|
-
*/
|
|
536
|
-
toggleToolkitActive(installationId: string, isActive: boolean): Promise<SuccessResult>;
|
|
537
|
-
/**
|
|
538
|
-
* Check credentials for a toolkit installation.
|
|
539
|
-
*/
|
|
540
|
-
checkToolkitCredentials(installationId: string): Promise<ToolkitCredentialStatus>;
|
|
541
|
-
/**
|
|
542
|
-
* Invoke a tool from an installed toolkit.
|
|
543
|
-
*/
|
|
544
|
-
invokeToolkitTool(input: InvokeToolkitToolInput): Promise<InvokeToolkitToolResult>;
|
|
545
|
-
/**
|
|
546
|
-
* Get comments on a toolkit.
|
|
547
|
-
*/
|
|
548
|
-
getToolkitComments(toolkitId: string): Promise<ToolkitComment[]>;
|
|
549
|
-
/**
|
|
550
|
-
* Add a comment to a toolkit.
|
|
551
|
-
*/
|
|
552
|
-
addToolkitComment(toolkitId: string, content: string, parentId?: number): Promise<CreateToolkitCommentResult>;
|
|
553
|
-
/**
|
|
554
|
-
* Vote on a toolkit.
|
|
555
|
-
*/
|
|
556
|
-
voteToolkit(toolkitId: string, vote: 'up' | 'down' | 'remove'): Promise<VoteToolkitResult>;
|
|
557
|
-
/**
|
|
558
|
-
* Favorite a toolkit.
|
|
559
|
-
*/
|
|
560
|
-
favoriteToolkit(toolkitId: string, favorite: boolean): Promise<FavoriteToolkitResult>;
|
|
561
|
-
}
|
|
6
|
+
export { FlowDotApiClient } from '@flowdot.ai/api';
|
|
562
7
|
//# sourceMappingURL=api-client.d.ts.map
|
package/dist/api-client.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api-client.d.ts","sourceRoot":"","sources":["../src/api-client.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"api-client.d.ts","sourceRoot":"","sources":["../src/api-client.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,OAAO,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC"}
|