Skip to content

Commit 2774d49

Browse files
feat(api): api update
1 parent 902ef0c commit 2774d49

File tree

2 files changed

+2
-28
lines changed

2 files changed

+2
-28
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 29
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/arcade-ai%2Farcade-engine-e67b8e285739a9a3998fbe39b5eb97fac5bb8f571781d4f5d242b3824d4d743e.yml
3-
openapi_spec_hash: bd661c93deb864b606bfc2d2ee110a1f
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/arcade-ai%2Farcade-engine-c5adb6189a1e32c90f64e3b278d36eb50327107737fe17e700b186c537149c0d.yml
3+
openapi_spec_hash: 1049b04d5322bb42eff2255f2c62ccf4
44
config_hash: 00b1a3fd1b197bd253cdd6b7bc360c02

src/resources/workers.ts

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,6 @@ export interface WorkerResponse {
180180

181181
mcp?: WorkerResponse.Mcp;
182182

183-
oxp?: WorkerResponse.Oxp;
184-
185183
type?: 'http' | 'mcp' | 'unknown';
186184
}
187185

@@ -223,30 +221,6 @@ export namespace WorkerResponse {
223221

224222
uri?: string;
225223
}
226-
227-
export interface Oxp {
228-
retry?: number;
229-
230-
secret?: Oxp.Secret;
231-
232-
timeout?: number;
233-
234-
uri?: string;
235-
}
236-
237-
export namespace Oxp {
238-
export interface Secret {
239-
binding?: 'static' | 'tenant' | 'project' | 'account';
240-
241-
editable?: boolean;
242-
243-
exists?: boolean;
244-
245-
hint?: string;
246-
247-
value?: string;
248-
}
249-
}
250224
}
251225

252226
export interface WorkerCreateParams {

0 commit comments

Comments
 (0)