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

@@ -7,14 +7,14 @@ import Labels from "/src/lib/labels";
the Id of the library to query
<br/>
**Example:** `1000`
---
##### `include_details` *{`Optional[operations.IncludeDetails]`}*
Whether or not to include details for a section (types, filters, and sorts).
Only exists for backwards compatibility, media providers other than the server libraries have it on always.
<Collapsible openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<IncludeDetails/>
<IncludeDetails />
</Collapsible>

View File

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