Skip to content

Commit e7ec3a4

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

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-13d86377193e2e23549d605928c608b47324ee6923f2c4e0204b3139e8c383c6.yml
3-
openapi_spec_hash: caf4bb03bc42b9a2ba718a2251f4e5f0
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/arcade-ai%2Farcade-engine-e2406b137c0832ecf581d8fd503dd200e992eaf6eed4c47e5ed2d177ca545021.yml
3+
openapi_spec_hash: d1b41a744c92f5a1d8faa9398e3df446
44
config_hash: bf64816643634a621cd0ffd93d9c4347

worker.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,7 @@ type WorkerResponseMcpOauth2 struct {
443443
ClientID string `json:"client_id"`
444444
ClientSecret WorkerResponseMcpOauth2ClientSecret `json:"client_secret"`
445445
RedirectUri string `json:"redirect_uri"`
446+
SupportedScopes []string `json:"supported_scopes"`
446447
JSON workerResponseMcpOauth2JSON `json:"-"`
447448
}
448449

@@ -453,6 +454,7 @@ type workerResponseMcpOauth2JSON struct {
453454
ClientID apijson.Field
454455
ClientSecret apijson.Field
455456
RedirectUri apijson.Field
457+
SupportedScopes apijson.Field
456458
raw string
457459
ExtraFields map[string]apijson.Field
458460
}

0 commit comments

Comments
 (0)