Skip to content

Commit 8e0a60b

Browse files
feat(api): api update
1 parent e7ec3a4 commit 8e0a60b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
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: 30
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/arcade-ai%2Farcade-engine-e2406b137c0832ecf581d8fd503dd200e992eaf6eed4c47e5ed2d177ca545021.yml
3-
openapi_spec_hash: d1b41a744c92f5a1d8faa9398e3df446
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/arcade-ai%2Farcade-engine-6ff494eafa2c154892716407682bb2296cff4f18c45765c5fb16bdf36f452ae1.yml
3+
openapi_spec_hash: 63dde2481a7d51042a241bfba232b0b0
44
config_hash: bf64816643634a621cd0ffd93d9c4347

worker.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,7 @@ type WorkerResponseMcpOauth2 struct {
442442
AuthorizationURL string `json:"authorization_url"`
443443
ClientID string `json:"client_id"`
444444
ClientSecret WorkerResponseMcpOauth2ClientSecret `json:"client_secret"`
445+
ExternalID string `json:"external_id"`
445446
RedirectUri string `json:"redirect_uri"`
446447
SupportedScopes []string `json:"supported_scopes"`
447448
JSON workerResponseMcpOauth2JSON `json:"-"`
@@ -453,6 +454,7 @@ type workerResponseMcpOauth2JSON struct {
453454
AuthorizationURL apijson.Field
454455
ClientID apijson.Field
455456
ClientSecret apijson.Field
457+
ExternalID apijson.Field
456458
RedirectUri apijson.Field
457459
SupportedScopes apijson.Field
458460
raw string

0 commit comments

Comments
 (0)