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";
##### `tonight` *{`Optional[operations.Tonight]`}*
Indicate that you want the update to run during the next Butler execution. Omitting this or setting it to false indicates that the update should install
<Collapsible openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<Tonight/>
<Tonight />
</Collapsible>
---
##### `skip` *{`Optional[operations.Skip]`}*
Indicate that the latest version should be marked as skipped. The \<Release\> entry for this version will have the `state` set to `skipped`.
<Collapsible openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<Skip/>
<Skip />
</Collapsible>

View File

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

View File

@@ -5,8 +5,9 @@ import Labels from "/src/lib/labels";
##### `download` *{`Optional[operations.Download]`}*
Indicate that you want to start download any updates found.
<Collapsible openLabel={Labels.showProperties} closeLabel={Labels.hideProperties}>
<Download/>
<Download />
</Collapsible>

View File

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

View File

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