ci: regenerated with OpenAPI Doc 0.0.3, Speakeasy CLI 1.142.3

This commit is contained in:
speakeasybot
2024-01-18 00:31:57 +00:00
parent 15dc26380f
commit efa711c3a2
1365 changed files with 3430 additions and 2797 deletions

View File

@@ -6,15 +6,17 @@ import Labels from "/src/lib/labels";
##### `type` *{`operations.QueryParamType`}*
`delegation` \- This is the only supported `type` parameter.
<Collapsible openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<QueryParamType/>
<QueryParamType />
</Collapsible>
---
##### `scope` *{`operations.Scope`}*
`all` \- This is the only supported `scope` parameter.
<Collapsible openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<Scope/>
<Scope />
</Collapsible>

View File

@@ -4,8 +4,10 @@ import Collapsible from "/src/components/Collapsible";
import Labels from "/src/lib/labels";
##### *{`operations.GetTransientTokenResponse`}*
<Collapsible defaultOpen openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<GetTransientTokenResponse/>
<GetTransientTokenResponse />
</Collapsible>