@graphlit/durable-agents 1.0.20260614002
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/LICENSE +21 -0
- package/README.md +33 -0
- package/dist/api.d.ts +173 -0
- package/dist/api.js +478 -0
- package/dist/api.js.map +1 -0
- package/dist/auth-flow.d.ts +32 -0
- package/dist/auth-flow.js +135 -0
- package/dist/auth-flow.js.map +1 -0
- package/dist/branding.d.ts +9 -0
- package/dist/branding.js +13 -0
- package/dist/branding.js.map +1 -0
- package/dist/browser.d.ts +1 -0
- package/dist/browser.js +41 -0
- package/dist/browser.js.map +1 -0
- package/dist/cli.d.ts +3 -0
- package/dist/cli.js +5587 -0
- package/dist/cli.js.map +1 -0
- package/dist/client.d.ts +2 -0
- package/dist/client.js +9 -0
- package/dist/client.js.map +1 -0
- package/dist/config.d.ts +2 -0
- package/dist/config.js +12 -0
- package/dist/config.js.map +1 -0
- package/dist/credentials.d.ts +18 -0
- package/dist/credentials.js +101 -0
- package/dist/credentials.js.map +1 -0
- package/dist/format.d.ts +6 -0
- package/dist/format.js +28 -0
- package/dist/format.js.map +1 -0
- package/dist/generated/openapi-client.d.ts +30 -0
- package/dist/generated/openapi-client.js +122 -0
- package/dist/generated/openapi-client.js.map +1 -0
- package/dist/generated/openapi-types.d.ts +519 -0
- package/dist/generated/openapi-types.js +92 -0
- package/dist/generated/openapi-types.js.map +1 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +4 -0
- package/dist/index.js.map +1 -0
- package/dist/output.d.ts +24 -0
- package/dist/output.js +18 -0
- package/dist/output.js.map +1 -0
- package/dist/sse.d.ts +16 -0
- package/dist/sse.js +132 -0
- package/dist/sse.js.map +1 -0
- package/dist/types.d.ts +524 -0
- package/dist/types.js +2 -0
- package/dist/types.js.map +1 -0
- package/package.json +37 -0
|
@@ -0,0 +1,519 @@
|
|
|
1
|
+
export declare const DURABLE_OPENAPI_OPERATION_IDS: readonly ["createApiKey", "listApiKeys", "claimApiKey", "revokeApiKey", "listAgents", "createAgent", "getAgent", "updateAgent", "deleteAgent", "updateAgentProperties", "createAgentRun", "receiveAgentWebhook", "listRuns", "getRun", "listRunEvents", "replayRun", "cancelRun", "pauseRun", "resumeRun", "promptRun", "listContent", "createContent", "getContent", "updateContent", "deleteContent", "inspectContent", "listVfsEntries", "getVfsItem", "searchVfs", "listPersonas", "createPersona", "getPersona", "updatePersona", "deletePersona", "listSkills", "createSkill", "getSkill", "updateSkill", "deleteSkill", "listModels", "listAccounts", "createAccount", "getAccount", "deleteAccount", "connectAccount", "listDataSources", "createDataSource", "getDataSource", "updateDataSource", "deleteDataSource", "pauseDataSource", "resumeDataSource", "syncDataSource", "discoverDataSourceResources", "listConnectors", "createConnector", "getConnector", "updateConnector", "deleteConnector", "connectConnector", "disconnectConnector", "listChannelConnectors", "createChannelConnector", "deleteChannelConnector", "listEmailInboxes", "createEmailInbox", "deleteEmailInbox", "listEmailInboxMessages", "sendEmailInboxMessage", "getEmailInboxMessage", "getMessagingStatus", "listMessagingPhones", "verifyMessagingPhone", "confirmMessagingPhone", "deleteMessagingPhone", "getSlackManifest", "listChannelEndpoints", "putChannelBinding", "deleteChannelBinding", "getBillingUsage", "createBillingFundingRequest", "getBillingFundingRequest", "completeBillingFundingMpp", "listAuditEvents"];
|
|
2
|
+
export type DurableOperationId = (typeof DURABLE_OPENAPI_OPERATION_IDS)[number];
|
|
3
|
+
export declare const DURABLE_OPENAPI_PATHS: readonly ["/api/durable/keys", "/api/durable/keys/claim", "/api/durable/keys/{key}", "/api/durable/agents", "/api/durable/agents/{agent}", "/api/durable/agents/{agent}/properties", "/api/durable/agents/{agent}/runs", "/api/durable/agents/{agent}/webhooks/{webhook_token}", "/api/durable/runs", "/api/durable/runs/{run}", "/api/durable/runs/{run}/events", "/api/durable/runs/{run}/replay", "/api/durable/runs/{run}/cancel", "/api/durable/runs/{run}/pause", "/api/durable/runs/{run}/resume", "/api/durable/runs/{run}/prompt", "/api/durable/content", "/api/durable/content/{content}", "/api/durable/content/{content}/inspect", "/api/durable/vfs/entries", "/api/durable/vfs/item", "/api/durable/vfs/search", "/api/durable/personas", "/api/durable/personas/{persona}", "/api/durable/skills", "/api/durable/skills/{skill}", "/api/durable/models", "/api/durable/accounts", "/api/durable/accounts/{account}", "/api/durable/accounts/{account}/connect", "/api/durable/data-sources", "/api/durable/data-sources/{source}", "/api/durable/data-sources/{source}/pause", "/api/durable/data-sources/{source}/resume", "/api/durable/data-sources/{source}/sync", "/api/durable/data-sources/discover/{type}", "/api/durable/connectors", "/api/durable/connectors/{connector}", "/api/durable/connectors/{connector}/connect", "/api/durable/connectors/{connector}/disconnect", "/api/durable/channels/connectors", "/api/durable/channels/connectors/{connector}", "/api/durable/channels/email/inboxes", "/api/durable/channels/email/inboxes/{inbox}", "/api/durable/channels/email/inboxes/{inbox}/messages", "/api/durable/channels/email/inboxes/{inbox}/messages/{message}", "/api/durable/channels/messaging/status", "/api/durable/channels/messaging/phones", "/api/durable/channels/messaging/phones/verify", "/api/durable/channels/messaging/phones/confirm", "/api/durable/channels/messaging/phones/{phone}", "/api/durable/channels/slack/manifest", "/api/durable/channels/endpoints", "/api/durable/channels/bindings", "/api/durable/billing/usage", "/api/durable/billing/funding-requests", "/api/durable/billing/funding-requests/{funding_request_id}", "/api/durable/billing/funding-requests/{funding_request_id}/mpp", "/api/durable/audit"];
|
|
4
|
+
export type DurableOpenApiPath = (typeof DURABLE_OPENAPI_PATHS)[number];
|
|
5
|
+
export declare const DURABLE_HTTP_METHODS: readonly ["POST", "GET", "DELETE", "PATCH", "PUT"];
|
|
6
|
+
export type DurableHttpMethod = (typeof DURABLE_HTTP_METHODS)[number];
|
|
7
|
+
export interface DurableOpenApiOperation {
|
|
8
|
+
method: DurableHttpMethod;
|
|
9
|
+
path: DurableOpenApiPath;
|
|
10
|
+
operationId: DurableOperationId;
|
|
11
|
+
summary: string | null;
|
|
12
|
+
tag: string | null;
|
|
13
|
+
}
|
|
14
|
+
export declare const DURABLE_OPENAPI_OPERATIONS: readonly [{
|
|
15
|
+
readonly method: "POST";
|
|
16
|
+
readonly path: "/api/durable/keys";
|
|
17
|
+
readonly operationId: "createApiKey";
|
|
18
|
+
readonly summary: "Create an API key.";
|
|
19
|
+
readonly tag: "Keys";
|
|
20
|
+
}, {
|
|
21
|
+
readonly method: "GET";
|
|
22
|
+
readonly path: "/api/durable/keys";
|
|
23
|
+
readonly operationId: "listApiKeys";
|
|
24
|
+
readonly summary: "List API key metadata for the current workspace member.";
|
|
25
|
+
readonly tag: "Keys";
|
|
26
|
+
}, {
|
|
27
|
+
readonly method: "POST";
|
|
28
|
+
readonly path: "/api/durable/keys/claim";
|
|
29
|
+
readonly operationId: "claimApiKey";
|
|
30
|
+
readonly summary: "Claim a browser-created API key with a one-time CLI challenge.";
|
|
31
|
+
readonly tag: "Keys";
|
|
32
|
+
}, {
|
|
33
|
+
readonly method: "DELETE";
|
|
34
|
+
readonly path: "/api/durable/keys/{key}";
|
|
35
|
+
readonly operationId: "revokeApiKey";
|
|
36
|
+
readonly summary: "Delete an API key.";
|
|
37
|
+
readonly tag: "Keys";
|
|
38
|
+
}, {
|
|
39
|
+
readonly method: "GET";
|
|
40
|
+
readonly path: "/api/durable/agents";
|
|
41
|
+
readonly operationId: "listAgents";
|
|
42
|
+
readonly summary: "List agents.";
|
|
43
|
+
readonly tag: "Agents";
|
|
44
|
+
}, {
|
|
45
|
+
readonly method: "POST";
|
|
46
|
+
readonly path: "/api/durable/agents";
|
|
47
|
+
readonly operationId: "createAgent";
|
|
48
|
+
readonly summary: "Create an agent.";
|
|
49
|
+
readonly tag: "Agents";
|
|
50
|
+
}, {
|
|
51
|
+
readonly method: "GET";
|
|
52
|
+
readonly path: "/api/durable/agents/{agent}";
|
|
53
|
+
readonly operationId: "getAgent";
|
|
54
|
+
readonly summary: "Get an agent.";
|
|
55
|
+
readonly tag: "Agents";
|
|
56
|
+
}, {
|
|
57
|
+
readonly method: "PATCH";
|
|
58
|
+
readonly path: "/api/durable/agents/{agent}";
|
|
59
|
+
readonly operationId: "updateAgent";
|
|
60
|
+
readonly summary: "Update an agent.";
|
|
61
|
+
readonly tag: "Agents";
|
|
62
|
+
}, {
|
|
63
|
+
readonly method: "DELETE";
|
|
64
|
+
readonly path: "/api/durable/agents/{agent}";
|
|
65
|
+
readonly operationId: "deleteAgent";
|
|
66
|
+
readonly summary: "Delete or disable an agent.";
|
|
67
|
+
readonly tag: "Agents";
|
|
68
|
+
}, {
|
|
69
|
+
readonly method: "PATCH";
|
|
70
|
+
readonly path: "/api/durable/agents/{agent}/properties";
|
|
71
|
+
readonly operationId: "updateAgentProperties";
|
|
72
|
+
readonly summary: "Set or clear agent properties.";
|
|
73
|
+
readonly tag: "Agents";
|
|
74
|
+
}, {
|
|
75
|
+
readonly method: "POST";
|
|
76
|
+
readonly path: "/api/durable/agents/{agent}/runs";
|
|
77
|
+
readonly operationId: "createAgentRun";
|
|
78
|
+
readonly summary: "Start a run for an agent.";
|
|
79
|
+
readonly tag: "Agents";
|
|
80
|
+
}, {
|
|
81
|
+
readonly method: "POST";
|
|
82
|
+
readonly path: "/api/durable/agents/{agent}/webhooks/{webhook_token}";
|
|
83
|
+
readonly operationId: "receiveAgentWebhook";
|
|
84
|
+
readonly summary: "Receive an agent webhook event.";
|
|
85
|
+
readonly tag: "Agents";
|
|
86
|
+
}, {
|
|
87
|
+
readonly method: "GET";
|
|
88
|
+
readonly path: "/api/durable/runs";
|
|
89
|
+
readonly operationId: "listRuns";
|
|
90
|
+
readonly summary: "List runs.";
|
|
91
|
+
readonly tag: "Runs";
|
|
92
|
+
}, {
|
|
93
|
+
readonly method: "GET";
|
|
94
|
+
readonly path: "/api/durable/runs/{run}";
|
|
95
|
+
readonly operationId: "getRun";
|
|
96
|
+
readonly summary: "Get run state.";
|
|
97
|
+
readonly tag: "Runs";
|
|
98
|
+
}, {
|
|
99
|
+
readonly method: "GET";
|
|
100
|
+
readonly path: "/api/durable/runs/{run}/events";
|
|
101
|
+
readonly operationId: "listRunEvents";
|
|
102
|
+
readonly summary: "Stream or list replayable run events.";
|
|
103
|
+
readonly tag: "Runs";
|
|
104
|
+
}, {
|
|
105
|
+
readonly method: "GET";
|
|
106
|
+
readonly path: "/api/durable/runs/{run}/replay";
|
|
107
|
+
readonly operationId: "replayRun";
|
|
108
|
+
readonly summary: "Reconstruct run replay.";
|
|
109
|
+
readonly tag: "Runs";
|
|
110
|
+
}, {
|
|
111
|
+
readonly method: "POST";
|
|
112
|
+
readonly path: "/api/durable/runs/{run}/cancel";
|
|
113
|
+
readonly operationId: "cancelRun";
|
|
114
|
+
readonly summary: "Cancel a run.";
|
|
115
|
+
readonly tag: "Runs";
|
|
116
|
+
}, {
|
|
117
|
+
readonly method: "POST";
|
|
118
|
+
readonly path: "/api/durable/runs/{run}/pause";
|
|
119
|
+
readonly operationId: "pauseRun";
|
|
120
|
+
readonly summary: "Pause a run.";
|
|
121
|
+
readonly tag: "Runs";
|
|
122
|
+
}, {
|
|
123
|
+
readonly method: "POST";
|
|
124
|
+
readonly path: "/api/durable/runs/{run}/resume";
|
|
125
|
+
readonly operationId: "resumeRun";
|
|
126
|
+
readonly summary: "Resume a paused run.";
|
|
127
|
+
readonly tag: "Runs";
|
|
128
|
+
}, {
|
|
129
|
+
readonly method: "POST";
|
|
130
|
+
readonly path: "/api/durable/runs/{run}/prompt";
|
|
131
|
+
readonly operationId: "promptRun";
|
|
132
|
+
readonly summary: "Prompt an existing run.";
|
|
133
|
+
readonly tag: "Runs";
|
|
134
|
+
}, {
|
|
135
|
+
readonly method: "GET";
|
|
136
|
+
readonly path: "/api/durable/content";
|
|
137
|
+
readonly operationId: "listContent";
|
|
138
|
+
readonly summary: "List library content.";
|
|
139
|
+
readonly tag: "Content";
|
|
140
|
+
}, {
|
|
141
|
+
readonly method: "POST";
|
|
142
|
+
readonly path: "/api/durable/content";
|
|
143
|
+
readonly operationId: "createContent";
|
|
144
|
+
readonly summary: "Add content to the library.";
|
|
145
|
+
readonly tag: "Content";
|
|
146
|
+
}, {
|
|
147
|
+
readonly method: "GET";
|
|
148
|
+
readonly path: "/api/durable/content/{content}";
|
|
149
|
+
readonly operationId: "getContent";
|
|
150
|
+
readonly summary: "Get content metadata.";
|
|
151
|
+
readonly tag: "Content";
|
|
152
|
+
}, {
|
|
153
|
+
readonly method: "PATCH";
|
|
154
|
+
readonly path: "/api/durable/content/{content}";
|
|
155
|
+
readonly operationId: "updateContent";
|
|
156
|
+
readonly summary: "Update content metadata.";
|
|
157
|
+
readonly tag: "Content";
|
|
158
|
+
}, {
|
|
159
|
+
readonly method: "DELETE";
|
|
160
|
+
readonly path: "/api/durable/content/{content}";
|
|
161
|
+
readonly operationId: "deleteContent";
|
|
162
|
+
readonly summary: "Delete content.";
|
|
163
|
+
readonly tag: "Content";
|
|
164
|
+
}, {
|
|
165
|
+
readonly method: "GET";
|
|
166
|
+
readonly path: "/api/durable/content/{content}/inspect";
|
|
167
|
+
readonly operationId: "inspectContent";
|
|
168
|
+
readonly summary: "Inspect content metadata and full rendered evidence.";
|
|
169
|
+
readonly tag: "Content";
|
|
170
|
+
}, {
|
|
171
|
+
readonly method: "GET";
|
|
172
|
+
readonly path: "/api/durable/vfs/entries";
|
|
173
|
+
readonly operationId: "listVfsEntries";
|
|
174
|
+
readonly summary: "List Library virtual filesystem entries.";
|
|
175
|
+
readonly tag: "Content";
|
|
176
|
+
}, {
|
|
177
|
+
readonly method: "GET";
|
|
178
|
+
readonly path: "/api/durable/vfs/item";
|
|
179
|
+
readonly operationId: "getVfsItem";
|
|
180
|
+
readonly summary: "Resolve a Library virtual filesystem path.";
|
|
181
|
+
readonly tag: "Content";
|
|
182
|
+
}, {
|
|
183
|
+
readonly method: "GET";
|
|
184
|
+
readonly path: "/api/durable/vfs/search";
|
|
185
|
+
readonly operationId: "searchVfs";
|
|
186
|
+
readonly summary: "Search Library virtual filesystem text content.";
|
|
187
|
+
readonly tag: "Content";
|
|
188
|
+
}, {
|
|
189
|
+
readonly method: "GET";
|
|
190
|
+
readonly path: "/api/durable/personas";
|
|
191
|
+
readonly operationId: "listPersonas";
|
|
192
|
+
readonly summary: "List personas.";
|
|
193
|
+
readonly tag: "Personas";
|
|
194
|
+
}, {
|
|
195
|
+
readonly method: "POST";
|
|
196
|
+
readonly path: "/api/durable/personas";
|
|
197
|
+
readonly operationId: "createPersona";
|
|
198
|
+
readonly summary: "Create a persona.";
|
|
199
|
+
readonly tag: "Personas";
|
|
200
|
+
}, {
|
|
201
|
+
readonly method: "GET";
|
|
202
|
+
readonly path: "/api/durable/personas/{persona}";
|
|
203
|
+
readonly operationId: "getPersona";
|
|
204
|
+
readonly summary: "Get a persona.";
|
|
205
|
+
readonly tag: "Personas";
|
|
206
|
+
}, {
|
|
207
|
+
readonly method: "PATCH";
|
|
208
|
+
readonly path: "/api/durable/personas/{persona}";
|
|
209
|
+
readonly operationId: "updatePersona";
|
|
210
|
+
readonly summary: "Update a persona.";
|
|
211
|
+
readonly tag: "Personas";
|
|
212
|
+
}, {
|
|
213
|
+
readonly method: "DELETE";
|
|
214
|
+
readonly path: "/api/durable/personas/{persona}";
|
|
215
|
+
readonly operationId: "deletePersona";
|
|
216
|
+
readonly summary: "Delete a persona.";
|
|
217
|
+
readonly tag: "Personas";
|
|
218
|
+
}, {
|
|
219
|
+
readonly method: "GET";
|
|
220
|
+
readonly path: "/api/durable/skills";
|
|
221
|
+
readonly operationId: "listSkills";
|
|
222
|
+
readonly summary: "List skills.";
|
|
223
|
+
readonly tag: "Skills";
|
|
224
|
+
}, {
|
|
225
|
+
readonly method: "POST";
|
|
226
|
+
readonly path: "/api/durable/skills";
|
|
227
|
+
readonly operationId: "createSkill";
|
|
228
|
+
readonly summary: "Install or create a skill.";
|
|
229
|
+
readonly tag: "Skills";
|
|
230
|
+
}, {
|
|
231
|
+
readonly method: "GET";
|
|
232
|
+
readonly path: "/api/durable/skills/{skill}";
|
|
233
|
+
readonly operationId: "getSkill";
|
|
234
|
+
readonly summary: "Get a skill.";
|
|
235
|
+
readonly tag: "Skills";
|
|
236
|
+
}, {
|
|
237
|
+
readonly method: "PATCH";
|
|
238
|
+
readonly path: "/api/durable/skills/{skill}";
|
|
239
|
+
readonly operationId: "updateSkill";
|
|
240
|
+
readonly summary: "Update skill metadata.";
|
|
241
|
+
readonly tag: "Skills";
|
|
242
|
+
}, {
|
|
243
|
+
readonly method: "DELETE";
|
|
244
|
+
readonly path: "/api/durable/skills/{skill}";
|
|
245
|
+
readonly operationId: "deleteSkill";
|
|
246
|
+
readonly summary: "Delete or disable a skill.";
|
|
247
|
+
readonly tag: "Skills";
|
|
248
|
+
}, {
|
|
249
|
+
readonly method: "GET";
|
|
250
|
+
readonly path: "/api/durable/models";
|
|
251
|
+
readonly operationId: "listModels";
|
|
252
|
+
readonly summary: "List built-in Durable model presets.";
|
|
253
|
+
readonly tag: "Models";
|
|
254
|
+
}, {
|
|
255
|
+
readonly method: "GET";
|
|
256
|
+
readonly path: "/api/durable/accounts";
|
|
257
|
+
readonly operationId: "listAccounts";
|
|
258
|
+
readonly summary: "List connected source accounts.";
|
|
259
|
+
readonly tag: "Accounts";
|
|
260
|
+
}, {
|
|
261
|
+
readonly method: "POST";
|
|
262
|
+
readonly path: "/api/durable/accounts";
|
|
263
|
+
readonly operationId: "createAccount";
|
|
264
|
+
readonly summary: "Start a new source-account OAuth connection.";
|
|
265
|
+
readonly tag: "Accounts";
|
|
266
|
+
}, {
|
|
267
|
+
readonly method: "GET";
|
|
268
|
+
readonly path: "/api/durable/accounts/{account}";
|
|
269
|
+
readonly operationId: "getAccount";
|
|
270
|
+
readonly summary: "Get a connected source account or pending account authorization.";
|
|
271
|
+
readonly tag: "Accounts";
|
|
272
|
+
}, {
|
|
273
|
+
readonly method: "DELETE";
|
|
274
|
+
readonly path: "/api/durable/accounts/{account}";
|
|
275
|
+
readonly operationId: "deleteAccount";
|
|
276
|
+
readonly summary: "Delete an unused source account.";
|
|
277
|
+
readonly tag: "Accounts";
|
|
278
|
+
}, {
|
|
279
|
+
readonly method: "POST";
|
|
280
|
+
readonly path: "/api/durable/accounts/{account}/connect";
|
|
281
|
+
readonly operationId: "connectAccount";
|
|
282
|
+
readonly summary: "Re-authorize an existing source account.";
|
|
283
|
+
readonly tag: "Accounts";
|
|
284
|
+
}, {
|
|
285
|
+
readonly method: "GET";
|
|
286
|
+
readonly path: "/api/durable/data-sources";
|
|
287
|
+
readonly operationId: "listDataSources";
|
|
288
|
+
readonly summary: "List Durable data sources.";
|
|
289
|
+
readonly tag: "Data Sources";
|
|
290
|
+
}, {
|
|
291
|
+
readonly method: "POST";
|
|
292
|
+
readonly path: "/api/durable/data-sources";
|
|
293
|
+
readonly operationId: "createDataSource";
|
|
294
|
+
readonly summary: "Create one Durable data source.";
|
|
295
|
+
readonly tag: "Data Sources";
|
|
296
|
+
}, {
|
|
297
|
+
readonly method: "GET";
|
|
298
|
+
readonly path: "/api/durable/data-sources/{source}";
|
|
299
|
+
readonly operationId: "getDataSource";
|
|
300
|
+
readonly summary: "Get a Durable data source.";
|
|
301
|
+
readonly tag: "Data Sources";
|
|
302
|
+
}, {
|
|
303
|
+
readonly method: "PATCH";
|
|
304
|
+
readonly path: "/api/durable/data-sources/{source}";
|
|
305
|
+
readonly operationId: "updateDataSource";
|
|
306
|
+
readonly summary: "Update safe mutable fields on a Durable data source.";
|
|
307
|
+
readonly tag: "Data Sources";
|
|
308
|
+
}, {
|
|
309
|
+
readonly method: "DELETE";
|
|
310
|
+
readonly path: "/api/durable/data-sources/{source}";
|
|
311
|
+
readonly operationId: "deleteDataSource";
|
|
312
|
+
readonly summary: "Delete a Durable data source.";
|
|
313
|
+
readonly tag: "Data Sources";
|
|
314
|
+
}, {
|
|
315
|
+
readonly method: "POST";
|
|
316
|
+
readonly path: "/api/durable/data-sources/{source}/pause";
|
|
317
|
+
readonly operationId: "pauseDataSource";
|
|
318
|
+
readonly summary: "Pause a Durable data source.";
|
|
319
|
+
readonly tag: "Data Sources";
|
|
320
|
+
}, {
|
|
321
|
+
readonly method: "POST";
|
|
322
|
+
readonly path: "/api/durable/data-sources/{source}/resume";
|
|
323
|
+
readonly operationId: "resumeDataSource";
|
|
324
|
+
readonly summary: "Resume a Durable data source.";
|
|
325
|
+
readonly tag: "Data Sources";
|
|
326
|
+
}, {
|
|
327
|
+
readonly method: "POST";
|
|
328
|
+
readonly path: "/api/durable/data-sources/{source}/sync";
|
|
329
|
+
readonly operationId: "syncDataSource";
|
|
330
|
+
readonly summary: "Trigger a Durable data source sync.";
|
|
331
|
+
readonly tag: "Data Sources";
|
|
332
|
+
}, {
|
|
333
|
+
readonly method: "POST";
|
|
334
|
+
readonly path: "/api/durable/data-sources/discover/{type}";
|
|
335
|
+
readonly operationId: "discoverDataSourceResources";
|
|
336
|
+
readonly summary: "Discover provider resources for a Durable data source.";
|
|
337
|
+
readonly tag: "Data Sources";
|
|
338
|
+
}, {
|
|
339
|
+
readonly method: "GET";
|
|
340
|
+
readonly path: "/api/durable/connectors";
|
|
341
|
+
readonly operationId: "listConnectors";
|
|
342
|
+
readonly summary: "List MCP connectors.";
|
|
343
|
+
readonly tag: "Connectors";
|
|
344
|
+
}, {
|
|
345
|
+
readonly method: "POST";
|
|
346
|
+
readonly path: "/api/durable/connectors";
|
|
347
|
+
readonly operationId: "createConnector";
|
|
348
|
+
readonly summary: "Create an MCP connector.";
|
|
349
|
+
readonly tag: "Connectors";
|
|
350
|
+
}, {
|
|
351
|
+
readonly method: "GET";
|
|
352
|
+
readonly path: "/api/durable/connectors/{connector}";
|
|
353
|
+
readonly operationId: "getConnector";
|
|
354
|
+
readonly summary: "Get an MCP connector.";
|
|
355
|
+
readonly tag: "Connectors";
|
|
356
|
+
}, {
|
|
357
|
+
readonly method: "PUT";
|
|
358
|
+
readonly path: "/api/durable/connectors/{connector}";
|
|
359
|
+
readonly operationId: "updateConnector";
|
|
360
|
+
readonly summary: "Update an MCP connector.";
|
|
361
|
+
readonly tag: "Connectors";
|
|
362
|
+
}, {
|
|
363
|
+
readonly method: "DELETE";
|
|
364
|
+
readonly path: "/api/durable/connectors/{connector}";
|
|
365
|
+
readonly operationId: "deleteConnector";
|
|
366
|
+
readonly summary: "Delete an MCP connector.";
|
|
367
|
+
readonly tag: "Connectors";
|
|
368
|
+
}, {
|
|
369
|
+
readonly method: "POST";
|
|
370
|
+
readonly path: "/api/durable/connectors/{connector}/connect";
|
|
371
|
+
readonly operationId: "connectConnector";
|
|
372
|
+
readonly summary: "Connect or re-authorize an MCP connector.";
|
|
373
|
+
readonly tag: "Connectors";
|
|
374
|
+
}, {
|
|
375
|
+
readonly method: "POST";
|
|
376
|
+
readonly path: "/api/durable/connectors/{connector}/disconnect";
|
|
377
|
+
readonly operationId: "disconnectConnector";
|
|
378
|
+
readonly summary: "Disconnect an MCP connector.";
|
|
379
|
+
readonly tag: "Connectors";
|
|
380
|
+
}, {
|
|
381
|
+
readonly method: "GET";
|
|
382
|
+
readonly path: "/api/durable/channels/connectors";
|
|
383
|
+
readonly operationId: "listChannelConnectors";
|
|
384
|
+
readonly summary: "List channel connectors.";
|
|
385
|
+
readonly tag: "Channels";
|
|
386
|
+
}, {
|
|
387
|
+
readonly method: "POST";
|
|
388
|
+
readonly path: "/api/durable/channels/connectors";
|
|
389
|
+
readonly operationId: "createChannelConnector";
|
|
390
|
+
readonly summary: "Create or update a BYO channel connector.";
|
|
391
|
+
readonly tag: "Channels";
|
|
392
|
+
}, {
|
|
393
|
+
readonly method: "DELETE";
|
|
394
|
+
readonly path: "/api/durable/channels/connectors/{connector}";
|
|
395
|
+
readonly operationId: "deleteChannelConnector";
|
|
396
|
+
readonly summary: "Delete or disable a channel connector.";
|
|
397
|
+
readonly tag: "Channels";
|
|
398
|
+
}, {
|
|
399
|
+
readonly method: "GET";
|
|
400
|
+
readonly path: "/api/durable/channels/email/inboxes";
|
|
401
|
+
readonly operationId: "listEmailInboxes";
|
|
402
|
+
readonly summary: "List AgentMail inboxes.";
|
|
403
|
+
readonly tag: "Channels";
|
|
404
|
+
}, {
|
|
405
|
+
readonly method: "POST";
|
|
406
|
+
readonly path: "/api/durable/channels/email/inboxes";
|
|
407
|
+
readonly operationId: "createEmailInbox";
|
|
408
|
+
readonly summary: "Provision an AgentMail inbox.";
|
|
409
|
+
readonly tag: "Channels";
|
|
410
|
+
}, {
|
|
411
|
+
readonly method: "DELETE";
|
|
412
|
+
readonly path: "/api/durable/channels/email/inboxes/{inbox}";
|
|
413
|
+
readonly operationId: "deleteEmailInbox";
|
|
414
|
+
readonly summary: "Deprovision an AgentMail inbox.";
|
|
415
|
+
readonly tag: "Channels";
|
|
416
|
+
}, {
|
|
417
|
+
readonly method: "GET";
|
|
418
|
+
readonly path: "/api/durable/channels/email/inboxes/{inbox}/messages";
|
|
419
|
+
readonly operationId: "listEmailInboxMessages";
|
|
420
|
+
readonly summary: "List messages in an AgentMail inbox.";
|
|
421
|
+
readonly tag: "Channels";
|
|
422
|
+
}, {
|
|
423
|
+
readonly method: "POST";
|
|
424
|
+
readonly path: "/api/durable/channels/email/inboxes/{inbox}/messages";
|
|
425
|
+
readonly operationId: "sendEmailInboxMessage";
|
|
426
|
+
readonly summary: "Send an email message from an AgentMail inbox.";
|
|
427
|
+
readonly tag: "Channels";
|
|
428
|
+
}, {
|
|
429
|
+
readonly method: "GET";
|
|
430
|
+
readonly path: "/api/durable/channels/email/inboxes/{inbox}/messages/{message}";
|
|
431
|
+
readonly operationId: "getEmailInboxMessage";
|
|
432
|
+
readonly summary: "Get a message from an AgentMail inbox.";
|
|
433
|
+
readonly tag: "Channels";
|
|
434
|
+
}, {
|
|
435
|
+
readonly method: "GET";
|
|
436
|
+
readonly path: "/api/durable/channels/messaging/status";
|
|
437
|
+
readonly operationId: "getMessagingStatus";
|
|
438
|
+
readonly summary: "Get iMessage setup status.";
|
|
439
|
+
readonly tag: "Channels";
|
|
440
|
+
}, {
|
|
441
|
+
readonly method: "GET";
|
|
442
|
+
readonly path: "/api/durable/channels/messaging/phones";
|
|
443
|
+
readonly operationId: "listMessagingPhones";
|
|
444
|
+
readonly summary: "List verified sender phone numbers.";
|
|
445
|
+
readonly tag: "Channels";
|
|
446
|
+
}, {
|
|
447
|
+
readonly method: "POST";
|
|
448
|
+
readonly path: "/api/durable/channels/messaging/phones/verify";
|
|
449
|
+
readonly operationId: "verifyMessagingPhone";
|
|
450
|
+
readonly summary: "Send a verification code to a sender phone.";
|
|
451
|
+
readonly tag: "Channels";
|
|
452
|
+
}, {
|
|
453
|
+
readonly method: "POST";
|
|
454
|
+
readonly path: "/api/durable/channels/messaging/phones/confirm";
|
|
455
|
+
readonly operationId: "confirmMessagingPhone";
|
|
456
|
+
readonly summary: "Confirm a sender phone verification code.";
|
|
457
|
+
readonly tag: "Channels";
|
|
458
|
+
}, {
|
|
459
|
+
readonly method: "DELETE";
|
|
460
|
+
readonly path: "/api/durable/channels/messaging/phones/{phone}";
|
|
461
|
+
readonly operationId: "deleteMessagingPhone";
|
|
462
|
+
readonly summary: "Remove a sender phone registration.";
|
|
463
|
+
readonly tag: "Channels";
|
|
464
|
+
}, {
|
|
465
|
+
readonly method: "GET";
|
|
466
|
+
readonly path: "/api/durable/channels/slack/manifest";
|
|
467
|
+
readonly operationId: "getSlackManifest";
|
|
468
|
+
readonly summary: "Get the BYO Slack app manifest.";
|
|
469
|
+
readonly tag: "Channels";
|
|
470
|
+
}, {
|
|
471
|
+
readonly method: "GET";
|
|
472
|
+
readonly path: "/api/durable/channels/endpoints";
|
|
473
|
+
readonly operationId: "listChannelEndpoints";
|
|
474
|
+
readonly summary: "List bindable channel endpoints.";
|
|
475
|
+
readonly tag: "Channels";
|
|
476
|
+
}, {
|
|
477
|
+
readonly method: "PUT";
|
|
478
|
+
readonly path: "/api/durable/channels/bindings";
|
|
479
|
+
readonly operationId: "putChannelBinding";
|
|
480
|
+
readonly summary: "Bind an endpoint to an agent.";
|
|
481
|
+
readonly tag: "Channels";
|
|
482
|
+
}, {
|
|
483
|
+
readonly method: "DELETE";
|
|
484
|
+
readonly path: "/api/durable/channels/bindings";
|
|
485
|
+
readonly operationId: "deleteChannelBinding";
|
|
486
|
+
readonly summary: "Remove an endpoint binding.";
|
|
487
|
+
readonly tag: "Channels";
|
|
488
|
+
}, {
|
|
489
|
+
readonly method: "GET";
|
|
490
|
+
readonly path: "/api/durable/billing/usage";
|
|
491
|
+
readonly operationId: "getBillingUsage";
|
|
492
|
+
readonly summary: "Get usage-based billing state.";
|
|
493
|
+
readonly tag: "Billing";
|
|
494
|
+
}, {
|
|
495
|
+
readonly method: "POST";
|
|
496
|
+
readonly path: "/api/durable/billing/funding-requests";
|
|
497
|
+
readonly operationId: "createBillingFundingRequest";
|
|
498
|
+
readonly summary: "Create a wallet funding request for Link MPP payment.";
|
|
499
|
+
readonly tag: "Billing";
|
|
500
|
+
}, {
|
|
501
|
+
readonly method: "GET";
|
|
502
|
+
readonly path: "/api/durable/billing/funding-requests/{funding_request_id}";
|
|
503
|
+
readonly operationId: "getBillingFundingRequest";
|
|
504
|
+
readonly summary: "Get a wallet funding request.";
|
|
505
|
+
readonly tag: "Billing";
|
|
506
|
+
}, {
|
|
507
|
+
readonly method: "POST";
|
|
508
|
+
readonly path: "/api/durable/billing/funding-requests/{funding_request_id}/mpp";
|
|
509
|
+
readonly operationId: "completeBillingFundingMpp";
|
|
510
|
+
readonly summary: "Complete a wallet funding request through MPP.";
|
|
511
|
+
readonly tag: "Billing";
|
|
512
|
+
}, {
|
|
513
|
+
readonly method: "GET";
|
|
514
|
+
readonly path: "/api/durable/audit";
|
|
515
|
+
readonly operationId: "listAuditEvents";
|
|
516
|
+
readonly summary: "List redacted audit events.";
|
|
517
|
+
readonly tag: "Audit";
|
|
518
|
+
}];
|
|
519
|
+
export declare const DURABLE_OPENAPI_OPERATION_BY_ID: Readonly<Record<DurableOperationId, DurableOpenApiOperation>>;
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
// Generated by scripts/generate-openapi-client.mjs. Do not edit by hand.
|
|
2
|
+
export const DURABLE_OPENAPI_OPERATION_IDS = ["createApiKey", "listApiKeys", "claimApiKey", "revokeApiKey", "listAgents", "createAgent", "getAgent", "updateAgent", "deleteAgent", "updateAgentProperties", "createAgentRun", "receiveAgentWebhook", "listRuns", "getRun", "listRunEvents", "replayRun", "cancelRun", "pauseRun", "resumeRun", "promptRun", "listContent", "createContent", "getContent", "updateContent", "deleteContent", "inspectContent", "listVfsEntries", "getVfsItem", "searchVfs", "listPersonas", "createPersona", "getPersona", "updatePersona", "deletePersona", "listSkills", "createSkill", "getSkill", "updateSkill", "deleteSkill", "listModels", "listAccounts", "createAccount", "getAccount", "deleteAccount", "connectAccount", "listDataSources", "createDataSource", "getDataSource", "updateDataSource", "deleteDataSource", "pauseDataSource", "resumeDataSource", "syncDataSource", "discoverDataSourceResources", "listConnectors", "createConnector", "getConnector", "updateConnector", "deleteConnector", "connectConnector", "disconnectConnector", "listChannelConnectors", "createChannelConnector", "deleteChannelConnector", "listEmailInboxes", "createEmailInbox", "deleteEmailInbox", "listEmailInboxMessages", "sendEmailInboxMessage", "getEmailInboxMessage", "getMessagingStatus", "listMessagingPhones", "verifyMessagingPhone", "confirmMessagingPhone", "deleteMessagingPhone", "getSlackManifest", "listChannelEndpoints", "putChannelBinding", "deleteChannelBinding", "getBillingUsage", "createBillingFundingRequest", "getBillingFundingRequest", "completeBillingFundingMpp", "listAuditEvents"];
|
|
3
|
+
export const DURABLE_OPENAPI_PATHS = ["/api/durable/keys", "/api/durable/keys/claim", "/api/durable/keys/{key}", "/api/durable/agents", "/api/durable/agents/{agent}", "/api/durable/agents/{agent}/properties", "/api/durable/agents/{agent}/runs", "/api/durable/agents/{agent}/webhooks/{webhook_token}", "/api/durable/runs", "/api/durable/runs/{run}", "/api/durable/runs/{run}/events", "/api/durable/runs/{run}/replay", "/api/durable/runs/{run}/cancel", "/api/durable/runs/{run}/pause", "/api/durable/runs/{run}/resume", "/api/durable/runs/{run}/prompt", "/api/durable/content", "/api/durable/content/{content}", "/api/durable/content/{content}/inspect", "/api/durable/vfs/entries", "/api/durable/vfs/item", "/api/durable/vfs/search", "/api/durable/personas", "/api/durable/personas/{persona}", "/api/durable/skills", "/api/durable/skills/{skill}", "/api/durable/models", "/api/durable/accounts", "/api/durable/accounts/{account}", "/api/durable/accounts/{account}/connect", "/api/durable/data-sources", "/api/durable/data-sources/{source}", "/api/durable/data-sources/{source}/pause", "/api/durable/data-sources/{source}/resume", "/api/durable/data-sources/{source}/sync", "/api/durable/data-sources/discover/{type}", "/api/durable/connectors", "/api/durable/connectors/{connector}", "/api/durable/connectors/{connector}/connect", "/api/durable/connectors/{connector}/disconnect", "/api/durable/channels/connectors", "/api/durable/channels/connectors/{connector}", "/api/durable/channels/email/inboxes", "/api/durable/channels/email/inboxes/{inbox}", "/api/durable/channels/email/inboxes/{inbox}/messages", "/api/durable/channels/email/inboxes/{inbox}/messages/{message}", "/api/durable/channels/messaging/status", "/api/durable/channels/messaging/phones", "/api/durable/channels/messaging/phones/verify", "/api/durable/channels/messaging/phones/confirm", "/api/durable/channels/messaging/phones/{phone}", "/api/durable/channels/slack/manifest", "/api/durable/channels/endpoints", "/api/durable/channels/bindings", "/api/durable/billing/usage", "/api/durable/billing/funding-requests", "/api/durable/billing/funding-requests/{funding_request_id}", "/api/durable/billing/funding-requests/{funding_request_id}/mpp", "/api/durable/audit"];
|
|
4
|
+
export const DURABLE_HTTP_METHODS = ["POST", "GET", "DELETE", "PATCH", "PUT"];
|
|
5
|
+
export const DURABLE_OPENAPI_OPERATIONS = [
|
|
6
|
+
{ method: "POST", path: "/api/durable/keys", operationId: "createApiKey", summary: "Create an API key.", tag: "Keys" },
|
|
7
|
+
{ method: "GET", path: "/api/durable/keys", operationId: "listApiKeys", summary: "List API key metadata for the current workspace member.", tag: "Keys" },
|
|
8
|
+
{ method: "POST", path: "/api/durable/keys/claim", operationId: "claimApiKey", summary: "Claim a browser-created API key with a one-time CLI challenge.", tag: "Keys" },
|
|
9
|
+
{ method: "DELETE", path: "/api/durable/keys/{key}", operationId: "revokeApiKey", summary: "Delete an API key.", tag: "Keys" },
|
|
10
|
+
{ method: "GET", path: "/api/durable/agents", operationId: "listAgents", summary: "List agents.", tag: "Agents" },
|
|
11
|
+
{ method: "POST", path: "/api/durable/agents", operationId: "createAgent", summary: "Create an agent.", tag: "Agents" },
|
|
12
|
+
{ method: "GET", path: "/api/durable/agents/{agent}", operationId: "getAgent", summary: "Get an agent.", tag: "Agents" },
|
|
13
|
+
{ method: "PATCH", path: "/api/durable/agents/{agent}", operationId: "updateAgent", summary: "Update an agent.", tag: "Agents" },
|
|
14
|
+
{ method: "DELETE", path: "/api/durable/agents/{agent}", operationId: "deleteAgent", summary: "Delete or disable an agent.", tag: "Agents" },
|
|
15
|
+
{ method: "PATCH", path: "/api/durable/agents/{agent}/properties", operationId: "updateAgentProperties", summary: "Set or clear agent properties.", tag: "Agents" },
|
|
16
|
+
{ method: "POST", path: "/api/durable/agents/{agent}/runs", operationId: "createAgentRun", summary: "Start a run for an agent.", tag: "Agents" },
|
|
17
|
+
{ method: "POST", path: "/api/durable/agents/{agent}/webhooks/{webhook_token}", operationId: "receiveAgentWebhook", summary: "Receive an agent webhook event.", tag: "Agents" },
|
|
18
|
+
{ method: "GET", path: "/api/durable/runs", operationId: "listRuns", summary: "List runs.", tag: "Runs" },
|
|
19
|
+
{ method: "GET", path: "/api/durable/runs/{run}", operationId: "getRun", summary: "Get run state.", tag: "Runs" },
|
|
20
|
+
{ method: "GET", path: "/api/durable/runs/{run}/events", operationId: "listRunEvents", summary: "Stream or list replayable run events.", tag: "Runs" },
|
|
21
|
+
{ method: "GET", path: "/api/durable/runs/{run}/replay", operationId: "replayRun", summary: "Reconstruct run replay.", tag: "Runs" },
|
|
22
|
+
{ method: "POST", path: "/api/durable/runs/{run}/cancel", operationId: "cancelRun", summary: "Cancel a run.", tag: "Runs" },
|
|
23
|
+
{ method: "POST", path: "/api/durable/runs/{run}/pause", operationId: "pauseRun", summary: "Pause a run.", tag: "Runs" },
|
|
24
|
+
{ method: "POST", path: "/api/durable/runs/{run}/resume", operationId: "resumeRun", summary: "Resume a paused run.", tag: "Runs" },
|
|
25
|
+
{ method: "POST", path: "/api/durable/runs/{run}/prompt", operationId: "promptRun", summary: "Prompt an existing run.", tag: "Runs" },
|
|
26
|
+
{ method: "GET", path: "/api/durable/content", operationId: "listContent", summary: "List library content.", tag: "Content" },
|
|
27
|
+
{ method: "POST", path: "/api/durable/content", operationId: "createContent", summary: "Add content to the library.", tag: "Content" },
|
|
28
|
+
{ method: "GET", path: "/api/durable/content/{content}", operationId: "getContent", summary: "Get content metadata.", tag: "Content" },
|
|
29
|
+
{ method: "PATCH", path: "/api/durable/content/{content}", operationId: "updateContent", summary: "Update content metadata.", tag: "Content" },
|
|
30
|
+
{ method: "DELETE", path: "/api/durable/content/{content}", operationId: "deleteContent", summary: "Delete content.", tag: "Content" },
|
|
31
|
+
{ method: "GET", path: "/api/durable/content/{content}/inspect", operationId: "inspectContent", summary: "Inspect content metadata and full rendered evidence.", tag: "Content" },
|
|
32
|
+
{ method: "GET", path: "/api/durable/vfs/entries", operationId: "listVfsEntries", summary: "List Library virtual filesystem entries.", tag: "Content" },
|
|
33
|
+
{ method: "GET", path: "/api/durable/vfs/item", operationId: "getVfsItem", summary: "Resolve a Library virtual filesystem path.", tag: "Content" },
|
|
34
|
+
{ method: "GET", path: "/api/durable/vfs/search", operationId: "searchVfs", summary: "Search Library virtual filesystem text content.", tag: "Content" },
|
|
35
|
+
{ method: "GET", path: "/api/durable/personas", operationId: "listPersonas", summary: "List personas.", tag: "Personas" },
|
|
36
|
+
{ method: "POST", path: "/api/durable/personas", operationId: "createPersona", summary: "Create a persona.", tag: "Personas" },
|
|
37
|
+
{ method: "GET", path: "/api/durable/personas/{persona}", operationId: "getPersona", summary: "Get a persona.", tag: "Personas" },
|
|
38
|
+
{ method: "PATCH", path: "/api/durable/personas/{persona}", operationId: "updatePersona", summary: "Update a persona.", tag: "Personas" },
|
|
39
|
+
{ method: "DELETE", path: "/api/durable/personas/{persona}", operationId: "deletePersona", summary: "Delete a persona.", tag: "Personas" },
|
|
40
|
+
{ method: "GET", path: "/api/durable/skills", operationId: "listSkills", summary: "List skills.", tag: "Skills" },
|
|
41
|
+
{ method: "POST", path: "/api/durable/skills", operationId: "createSkill", summary: "Install or create a skill.", tag: "Skills" },
|
|
42
|
+
{ method: "GET", path: "/api/durable/skills/{skill}", operationId: "getSkill", summary: "Get a skill.", tag: "Skills" },
|
|
43
|
+
{ method: "PATCH", path: "/api/durable/skills/{skill}", operationId: "updateSkill", summary: "Update skill metadata.", tag: "Skills" },
|
|
44
|
+
{ method: "DELETE", path: "/api/durable/skills/{skill}", operationId: "deleteSkill", summary: "Delete or disable a skill.", tag: "Skills" },
|
|
45
|
+
{ method: "GET", path: "/api/durable/models", operationId: "listModels", summary: "List built-in Durable model presets.", tag: "Models" },
|
|
46
|
+
{ method: "GET", path: "/api/durable/accounts", operationId: "listAccounts", summary: "List connected source accounts.", tag: "Accounts" },
|
|
47
|
+
{ method: "POST", path: "/api/durable/accounts", operationId: "createAccount", summary: "Start a new source-account OAuth connection.", tag: "Accounts" },
|
|
48
|
+
{ method: "GET", path: "/api/durable/accounts/{account}", operationId: "getAccount", summary: "Get a connected source account or pending account authorization.", tag: "Accounts" },
|
|
49
|
+
{ method: "DELETE", path: "/api/durable/accounts/{account}", operationId: "deleteAccount", summary: "Delete an unused source account.", tag: "Accounts" },
|
|
50
|
+
{ method: "POST", path: "/api/durable/accounts/{account}/connect", operationId: "connectAccount", summary: "Re-authorize an existing source account.", tag: "Accounts" },
|
|
51
|
+
{ method: "GET", path: "/api/durable/data-sources", operationId: "listDataSources", summary: "List Durable data sources.", tag: "Data Sources" },
|
|
52
|
+
{ method: "POST", path: "/api/durable/data-sources", operationId: "createDataSource", summary: "Create one Durable data source.", tag: "Data Sources" },
|
|
53
|
+
{ method: "GET", path: "/api/durable/data-sources/{source}", operationId: "getDataSource", summary: "Get a Durable data source.", tag: "Data Sources" },
|
|
54
|
+
{ method: "PATCH", path: "/api/durable/data-sources/{source}", operationId: "updateDataSource", summary: "Update safe mutable fields on a Durable data source.", tag: "Data Sources" },
|
|
55
|
+
{ method: "DELETE", path: "/api/durable/data-sources/{source}", operationId: "deleteDataSource", summary: "Delete a Durable data source.", tag: "Data Sources" },
|
|
56
|
+
{ method: "POST", path: "/api/durable/data-sources/{source}/pause", operationId: "pauseDataSource", summary: "Pause a Durable data source.", tag: "Data Sources" },
|
|
57
|
+
{ method: "POST", path: "/api/durable/data-sources/{source}/resume", operationId: "resumeDataSource", summary: "Resume a Durable data source.", tag: "Data Sources" },
|
|
58
|
+
{ method: "POST", path: "/api/durable/data-sources/{source}/sync", operationId: "syncDataSource", summary: "Trigger a Durable data source sync.", tag: "Data Sources" },
|
|
59
|
+
{ method: "POST", path: "/api/durable/data-sources/discover/{type}", operationId: "discoverDataSourceResources", summary: "Discover provider resources for a Durable data source.", tag: "Data Sources" },
|
|
60
|
+
{ method: "GET", path: "/api/durable/connectors", operationId: "listConnectors", summary: "List MCP connectors.", tag: "Connectors" },
|
|
61
|
+
{ method: "POST", path: "/api/durable/connectors", operationId: "createConnector", summary: "Create an MCP connector.", tag: "Connectors" },
|
|
62
|
+
{ method: "GET", path: "/api/durable/connectors/{connector}", operationId: "getConnector", summary: "Get an MCP connector.", tag: "Connectors" },
|
|
63
|
+
{ method: "PUT", path: "/api/durable/connectors/{connector}", operationId: "updateConnector", summary: "Update an MCP connector.", tag: "Connectors" },
|
|
64
|
+
{ method: "DELETE", path: "/api/durable/connectors/{connector}", operationId: "deleteConnector", summary: "Delete an MCP connector.", tag: "Connectors" },
|
|
65
|
+
{ method: "POST", path: "/api/durable/connectors/{connector}/connect", operationId: "connectConnector", summary: "Connect or re-authorize an MCP connector.", tag: "Connectors" },
|
|
66
|
+
{ method: "POST", path: "/api/durable/connectors/{connector}/disconnect", operationId: "disconnectConnector", summary: "Disconnect an MCP connector.", tag: "Connectors" },
|
|
67
|
+
{ method: "GET", path: "/api/durable/channels/connectors", operationId: "listChannelConnectors", summary: "List channel connectors.", tag: "Channels" },
|
|
68
|
+
{ method: "POST", path: "/api/durable/channels/connectors", operationId: "createChannelConnector", summary: "Create or update a BYO channel connector.", tag: "Channels" },
|
|
69
|
+
{ method: "DELETE", path: "/api/durable/channels/connectors/{connector}", operationId: "deleteChannelConnector", summary: "Delete or disable a channel connector.", tag: "Channels" },
|
|
70
|
+
{ method: "GET", path: "/api/durable/channels/email/inboxes", operationId: "listEmailInboxes", summary: "List AgentMail inboxes.", tag: "Channels" },
|
|
71
|
+
{ method: "POST", path: "/api/durable/channels/email/inboxes", operationId: "createEmailInbox", summary: "Provision an AgentMail inbox.", tag: "Channels" },
|
|
72
|
+
{ method: "DELETE", path: "/api/durable/channels/email/inboxes/{inbox}", operationId: "deleteEmailInbox", summary: "Deprovision an AgentMail inbox.", tag: "Channels" },
|
|
73
|
+
{ method: "GET", path: "/api/durable/channels/email/inboxes/{inbox}/messages", operationId: "listEmailInboxMessages", summary: "List messages in an AgentMail inbox.", tag: "Channels" },
|
|
74
|
+
{ method: "POST", path: "/api/durable/channels/email/inboxes/{inbox}/messages", operationId: "sendEmailInboxMessage", summary: "Send an email message from an AgentMail inbox.", tag: "Channels" },
|
|
75
|
+
{ method: "GET", path: "/api/durable/channels/email/inboxes/{inbox}/messages/{message}", operationId: "getEmailInboxMessage", summary: "Get a message from an AgentMail inbox.", tag: "Channels" },
|
|
76
|
+
{ method: "GET", path: "/api/durable/channels/messaging/status", operationId: "getMessagingStatus", summary: "Get iMessage setup status.", tag: "Channels" },
|
|
77
|
+
{ method: "GET", path: "/api/durable/channels/messaging/phones", operationId: "listMessagingPhones", summary: "List verified sender phone numbers.", tag: "Channels" },
|
|
78
|
+
{ method: "POST", path: "/api/durable/channels/messaging/phones/verify", operationId: "verifyMessagingPhone", summary: "Send a verification code to a sender phone.", tag: "Channels" },
|
|
79
|
+
{ method: "POST", path: "/api/durable/channels/messaging/phones/confirm", operationId: "confirmMessagingPhone", summary: "Confirm a sender phone verification code.", tag: "Channels" },
|
|
80
|
+
{ method: "DELETE", path: "/api/durable/channels/messaging/phones/{phone}", operationId: "deleteMessagingPhone", summary: "Remove a sender phone registration.", tag: "Channels" },
|
|
81
|
+
{ method: "GET", path: "/api/durable/channels/slack/manifest", operationId: "getSlackManifest", summary: "Get the BYO Slack app manifest.", tag: "Channels" },
|
|
82
|
+
{ method: "GET", path: "/api/durable/channels/endpoints", operationId: "listChannelEndpoints", summary: "List bindable channel endpoints.", tag: "Channels" },
|
|
83
|
+
{ method: "PUT", path: "/api/durable/channels/bindings", operationId: "putChannelBinding", summary: "Bind an endpoint to an agent.", tag: "Channels" },
|
|
84
|
+
{ method: "DELETE", path: "/api/durable/channels/bindings", operationId: "deleteChannelBinding", summary: "Remove an endpoint binding.", tag: "Channels" },
|
|
85
|
+
{ method: "GET", path: "/api/durable/billing/usage", operationId: "getBillingUsage", summary: "Get usage-based billing state.", tag: "Billing" },
|
|
86
|
+
{ method: "POST", path: "/api/durable/billing/funding-requests", operationId: "createBillingFundingRequest", summary: "Create a wallet funding request for Link MPP payment.", tag: "Billing" },
|
|
87
|
+
{ method: "GET", path: "/api/durable/billing/funding-requests/{funding_request_id}", operationId: "getBillingFundingRequest", summary: "Get a wallet funding request.", tag: "Billing" },
|
|
88
|
+
{ method: "POST", path: "/api/durable/billing/funding-requests/{funding_request_id}/mpp", operationId: "completeBillingFundingMpp", summary: "Complete a wallet funding request through MPP.", tag: "Billing" },
|
|
89
|
+
{ method: "GET", path: "/api/durable/audit", operationId: "listAuditEvents", summary: "List redacted audit events.", tag: "Audit" },
|
|
90
|
+
];
|
|
91
|
+
export const DURABLE_OPENAPI_OPERATION_BY_ID = Object.freeze(Object.fromEntries(DURABLE_OPENAPI_OPERATIONS.map((operation) => [operation.operationId, operation])));
|
|
92
|
+
//# sourceMappingURL=openapi-types.js.map
|