File tree Expand file tree Collapse file tree 2 files changed +2
-28
lines changed Expand file tree Collapse file tree 2 files changed +2
-28
lines changed Original file line number Diff line number Diff line change 1
1
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
4
4
config_hash : 00b1a3fd1b197bd253cdd6b7bc360c02
Original file line number Diff line number Diff line change @@ -180,8 +180,6 @@ export interface WorkerResponse {
180
180
181
181
mcp ?: WorkerResponse . Mcp ;
182
182
183
- oxp ?: WorkerResponse . Oxp ;
184
-
185
183
type ?: 'http' | 'mcp' | 'unknown' ;
186
184
}
187
185
@@ -223,30 +221,6 @@ export namespace WorkerResponse {
223
221
224
222
uri ?: string ;
225
223
}
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
- }
250
224
}
251
225
252
226
export interface WorkerCreateParams {
You can’t perform that action at this time.
0 commit comments