ci: regenerated with OpenAPI Doc 0.0.3, Speakeasy CLI 1.147.0

This commit is contained in:
speakeasybot
2024-01-19 00:32:18 +00:00
parent efa711c3a2
commit 26c128571f
323 changed files with 1244 additions and 151 deletions

View File

@@ -0,0 +1,112 @@
{/* Autogenerated DO NOT EDIT */}
import Collapsible from "/src/components/Collapsible";
import Labels from "/src/lib/labels";
##### `AllowSync` *{`*bool`}*
<br/>
**Example:** `true`
---
##### `Art` *{`*string`}*
<br/>
**Example:** `/:/resources/movie-fanart.jpg`
---
##### `Composite` *{`*string`}*
<br/>
**Example:** `/library/sections/1/composite/1705615584`
---
##### `Filters` *{`*bool`}*
<br/>
**Example:** `true`
---
##### `Refreshing` *{`*bool`}*
<br/>
**Example:** `false`
---
##### `Thumb` *{`*string`}*
<br/>
**Example:** `/:/resources/movie.png`
---
##### `Key` *{`*string`}*
<br/>
**Example:** `1`
---
##### `Type` *{`*string`}*
<br/>
**Example:** `movie`
---
##### `Title` *{`*string`}*
<br/>
**Example:** `Movies`
---
##### `Agent` *{`*string`}*
<br/>
**Example:** `tv.plex.agents.movie`
---
##### `Scanner` *{`*string`}*
<br/>
**Example:** `Plex Movie`
---
##### `Language` *{`*string`}*
<br/>
**Example:** `en-US`
---
##### `UUID` *{`*string`}*
<br/>
**Example:** `322a231a-b7f7-49f5-920f-14c61199cd30`
---
##### `UpdatedAt` *{`*int`}*
<br/>
**Example:** `1705615634`
---
##### `CreatedAt` *{`*int`}*
<br/>
**Example:** `1654131312`
---
##### `ScannedAt` *{`*int`}*
<br/>
**Example:** `1705615584`
---
##### `Content` *{`*bool`}*
<br/>
**Example:** `true`
---
##### `Directory` *{`*bool`}*
<br/>
**Example:** `true`
---
##### `ContentChangedAt` *{`*int`}*
<br/>
**Example:** `3192854`
---
##### `Hidden` *{`*int`}*
<br/>
**Example:** `0`
---
##### `Location` *{`[]operations.Location`}*
<br/>
**Example:** `[{"id":1,"path":"/movies"}]`
<Collapsible content={() => import('/content/types/models/operations/location/go.mdx')} openLabel={Labels.showProperties} closeLabel={Labels.hideProperties} />

View File

@@ -0,0 +1,112 @@
{/* Autogenerated DO NOT EDIT */}
import Collapsible from "/src/components/Collapsible";
import Labels from "/src/lib/labels";
##### `allow_sync` *{`Optional[bool]`}*
<br/>
**Example:** `true`
---
##### `art` *{`Optional[str]`}*
<br/>
**Example:** `/:/resources/movie-fanart.jpg`
---
##### `composite` *{`Optional[str]`}*
<br/>
**Example:** `/library/sections/1/composite/1705615584`
---
##### `filters` *{`Optional[bool]`}*
<br/>
**Example:** `true`
---
##### `refreshing` *{`Optional[bool]`}*
<br/>
**Example:** `false`
---
##### `thumb` *{`Optional[str]`}*
<br/>
**Example:** `/:/resources/movie.png`
---
##### `key` *{`Optional[str]`}*
<br/>
**Example:** `1`
---
##### `type` *{`Optional[str]`}*
<br/>
**Example:** `movie`
---
##### `title` *{`Optional[str]`}*
<br/>
**Example:** `Movies`
---
##### `agent` *{`Optional[str]`}*
<br/>
**Example:** `tv.plex.agents.movie`
---
##### `scanner` *{`Optional[str]`}*
<br/>
**Example:** `Plex Movie`
---
##### `language` *{`Optional[str]`}*
<br/>
**Example:** `en-US`
---
##### `uuid` *{`Optional[str]`}*
<br/>
**Example:** `322a231a-b7f7-49f5-920f-14c61199cd30`
---
##### `updated_at` *{`Optional[int]`}*
<br/>
**Example:** `1705615634`
---
##### `created_at` *{`Optional[int]`}*
<br/>
**Example:** `1654131312`
---
##### `scanned_at` *{`Optional[int]`}*
<br/>
**Example:** `1705615584`
---
##### `content` *{`Optional[bool]`}*
<br/>
**Example:** `true`
---
##### `directory` *{`Optional[bool]`}*
<br/>
**Example:** `true`
---
##### `content_changed_at` *{`Optional[int]`}*
<br/>
**Example:** `3192854`
---
##### `hidden` *{`Optional[int]`}*
<br/>
**Example:** `0`
---
##### `location` *{`List[operations.Location]`}*
<br/>
**Example:** `[{"id":1,"path":"/movies"}]`
<Collapsible content={() => import('/content/types/models/operations/location/python.mdx')} openLabel={Labels.showProperties} closeLabel={Labels.hideProperties} />

View File

@@ -0,0 +1,112 @@
{/* Autogenerated DO NOT EDIT */}
import Collapsible from "/src/components/Collapsible";
import Labels from "/src/lib/labels";
##### `allowSync?`: *{`boolean`}*
<br/>
**Example:** `true`
---
##### `art?`: *{`string`}*
<br/>
**Example:** `/:/resources/movie-fanart.jpg`
---
##### `composite?`: *{`string`}*
<br/>
**Example:** `/library/sections/1/composite/1705615584`
---
##### `filters?`: *{`boolean`}*
<br/>
**Example:** `true`
---
##### `refreshing?`: *{`boolean`}*
<br/>
**Example:** `false`
---
##### `thumb?`: *{`string`}*
<br/>
**Example:** `/:/resources/movie.png`
---
##### `key?`: *{`string`}*
<br/>
**Example:** `1`
---
##### `type?`: *{`string`}*
<br/>
**Example:** `movie`
---
##### `title?`: *{`string`}*
<br/>
**Example:** `Movies`
---
##### `agent?`: *{`string`}*
<br/>
**Example:** `tv.plex.agents.movie`
---
##### `scanner?`: *{`string`}*
<br/>
**Example:** `Plex Movie`
---
##### `language?`: *{`string`}*
<br/>
**Example:** `en-US`
---
##### `uuid?`: *{`string`}*
<br/>
**Example:** `322a231a-b7f7-49f5-920f-14c61199cd30`
---
##### `updatedAt?`: *{`number`}*
<br/>
**Example:** `1705615634`
---
##### `createdAt?`: *{`number`}*
<br/>
**Example:** `1654131312`
---
##### `scannedAt?`: *{`number`}*
<br/>
**Example:** `1705615584`
---
##### `content?`: *{`boolean`}*
<br/>
**Example:** `true`
---
##### `directory?`: *{`boolean`}*
<br/>
**Example:** `true`
---
##### `contentChangedAt?`: *{`number`}*
<br/>
**Example:** `3192854`
---
##### `hidden?`: *{`number`}*
<br/>
**Example:** `0`
---
##### `location?`: *{`operations.Location[]`}*
<br/>
**Example:** `[{"id":1,"path":"/movies"}]`
<Collapsible content={() => import('/content/types/models/operations/location/typescript.mdx')} openLabel={Labels.showProperties} closeLabel={Labels.hideProperties} />

View File

@@ -0,0 +1,27 @@
{/* Autogenerated DO NOT EDIT */}
import Collapsible from "/src/components/Collapsible";
import Labels from "/src/lib/labels";
##### `Size` *{`*int`}*
<br/>
**Example:** `5`
---
##### `AllowSync` *{`*bool`}*
<br/>
**Example:** `false`
---
##### `Title1` *{`*string`}*
<br/>
**Example:** `Plex Library`
---
##### `Directory` *{`[]operations.GetLibrariesDirectory`}*
<br/>
**Example:** `[{"Location":[{"id":1,"path":"/movies"}],"agent":"tv.plex.agents.movie","allowSync":true,"art":"/:/resources/movie-fanart.jpg","composite":"/library/sections/1/composite/1705615584","content":true,"contentChangedAt":3192854,"createdAt":1654131312,"directory":true,"filters":true,"hidden":0,"key":"1","language":"en-US","refreshing":false,"scannedAt":1705615584,"scanner":"Plex Movie","thumb":"/:/resources/movie.png","title":"Movies","type":"movie","updatedAt":1705615634,"uuid":"322a231a-b7f7-49f5-920f-14c61199cd30"}]`
<Collapsible content={() => import('/content/types/models/operations/get_libraries_directory/go.mdx')} openLabel={Labels.showProperties} closeLabel={Labels.hideProperties} />

View File

@@ -0,0 +1,27 @@
{/* Autogenerated DO NOT EDIT */}
import Collapsible from "/src/components/Collapsible";
import Labels from "/src/lib/labels";
##### `size` *{`Optional[int]`}*
<br/>
**Example:** `5`
---
##### `allow_sync` *{`Optional[bool]`}*
<br/>
**Example:** `false`
---
##### `title1` *{`Optional[str]`}*
<br/>
**Example:** `Plex Library`
---
##### `directory` *{`List[operations.GetLibrariesDirectory]`}*
<br/>
**Example:** `[{"Location":[{"id":1,"path":"/movies"}],"agent":"tv.plex.agents.movie","allowSync":true,"art":"/:/resources/movie-fanart.jpg","composite":"/library/sections/1/composite/1705615584","content":true,"contentChangedAt":3192854,"createdAt":1654131312,"directory":true,"filters":true,"hidden":0,"key":"1","language":"en-US","refreshing":false,"scannedAt":1705615584,"scanner":"Plex Movie","thumb":"/:/resources/movie.png","title":"Movies","type":"movie","updatedAt":1705615634,"uuid":"322a231a-b7f7-49f5-920f-14c61199cd30"}]`
<Collapsible content={() => import('/content/types/models/operations/get_libraries_directory/python.mdx')} openLabel={Labels.showProperties} closeLabel={Labels.hideProperties} />

View File

@@ -0,0 +1,27 @@
{/* Autogenerated DO NOT EDIT */}
import Collapsible from "/src/components/Collapsible";
import Labels from "/src/lib/labels";
##### `size?`: *{`number`}*
<br/>
**Example:** `5`
---
##### `allowSync?`: *{`boolean`}*
<br/>
**Example:** `false`
---
##### `title1?`: *{`string`}*
<br/>
**Example:** `Plex Library`
---
##### `directory?`: *{`operations.GetLibrariesDirectory[]`}*
<br/>
**Example:** `[{"Location":[{"id":1,"path":"/movies"}],"agent":"tv.plex.agents.movie","allowSync":true,"art":"/:/resources/movie-fanart.jpg","composite":"/library/sections/1/composite/1705615584","content":true,"contentChangedAt":3192854,"createdAt":1654131312,"directory":true,"filters":true,"hidden":0,"key":"1","language":"en-US","refreshing":false,"scannedAt":1705615584,"scanner":"Plex Movie","thumb":"/:/resources/movie.png","title":"Movies","type":"movie","updatedAt":1705615634,"uuid":"322a231a-b7f7-49f5-920f-14c61199cd30"}]`
<Collapsible content={() => import('/content/types/models/operations/get_libraries_directory/typescript.mdx')} openLabel={Labels.showProperties} closeLabel={Labels.hideProperties} />

View File

@@ -1,4 +1,7 @@
{/* Autogenerated DO NOT EDIT */}
import Collapsible from "/src/components/Collapsible";
import Labels from "/src/lib/labels";
##### `ContentType` *{`string`}*
HTTP response content type for this operation
@@ -10,4 +13,11 @@ HTTP response status code for this operation
##### `RawResponse` [*{ `*http.Response` }*](https://pkg.go.dev/net/http#Response)
Raw HTTP response; suitable for custom response parsing
---
##### `Object` *{`*operations.GetLibrariesResponseBody`}*
The libraries available on the Server
<Collapsible content={() => import('/content/types/models/operations/get_libraries_response_body/go.mdx')} openLabel={Labels.showProperties} closeLabel={Labels.hideProperties} />

View File

@@ -1,4 +1,7 @@
{/* Autogenerated DO NOT EDIT */}
import Collapsible from "/src/components/Collapsible";
import Labels from "/src/lib/labels";
##### `content_type` *{`str`}*
HTTP response content type for this operation
@@ -10,4 +13,11 @@ HTTP response status code for this operation
##### `raw_response` [*{ `requests.Response` }*](https://requests.readthedocs.io/en/latest/api/#requests.Response)
Raw HTTP response; suitable for custom response parsing
---
##### `object` *{`Optional[operations.GetLibrariesResponseBody]`}*
The libraries available on the Server
<Collapsible content={() => import('/content/types/models/operations/get_libraries_response_body/python.mdx')} openLabel={Labels.showProperties} closeLabel={Labels.hideProperties} />

View File

@@ -1,4 +1,7 @@
{/* Autogenerated DO NOT EDIT */}
import Collapsible from "/src/components/Collapsible";
import Labels from "/src/lib/labels";
##### `contentType`: *{`string`}*
HTTP response content type for this operation
@@ -10,4 +13,11 @@ HTTP response status code for this operation
##### `rawResponse`: [*{ `Response` }*](https://developer.mozilla.org/en-US/docs/Web/API/Response)
Raw HTTP response; suitable for custom response parsing
---
##### `object?`: *{`operations.GetLibrariesResponseBody`}*
The libraries available on the Server
<Collapsible content={() => import('/content/types/models/operations/get_libraries_response_body/typescript.mdx')} openLabel={Labels.showProperties} closeLabel={Labels.hideProperties} />

View File

@@ -0,0 +1,10 @@
{/* Autogenerated DO NOT EDIT */}
import Collapsible from "/src/components/Collapsible";
import Labels from "/src/lib/labels";
##### `MediaContainer` *{`*operations.GetLibrariesMediaContainer`}*
<Collapsible content={() => import('/content/types/models/operations/get_libraries_media_container/go.mdx')} openLabel={Labels.showProperties} closeLabel={Labels.hideProperties} />

View File

@@ -0,0 +1,10 @@
{/* Autogenerated DO NOT EDIT */}
import Collapsible from "/src/components/Collapsible";
import Labels from "/src/lib/labels";
##### `media_container` *{`Optional[operations.GetLibrariesMediaContainer]`}*
<Collapsible content={() => import('/content/types/models/operations/get_libraries_media_container/python.mdx')} openLabel={Labels.showProperties} closeLabel={Labels.hideProperties} />

View File

@@ -0,0 +1,10 @@
{/* Autogenerated DO NOT EDIT */}
import Collapsible from "/src/components/Collapsible";
import Labels from "/src/lib/labels";
##### `mediaContainer?`: *{`operations.GetLibrariesMediaContainer`}*
<Collapsible content={() => import('/content/types/models/operations/get_libraries_media_container/typescript.mdx')} openLabel={Labels.showProperties} closeLabel={Labels.hideProperties} />

View File

@@ -0,0 +1,11 @@
{/* Autogenerated DO NOT EDIT */}
##### `ID` *{`*int`}*
<br/>
**Example:** `1`
---
##### `Path` *{`*string`}*
<br/>
**Example:** `/movies`

View File

@@ -0,0 +1,11 @@
{/* Autogenerated DO NOT EDIT */}
##### `id` *{`Optional[int]`}*
<br/>
**Example:** `1`
---
##### `path` *{`Optional[str]`}*
<br/>
**Example:** `/movies`

View File

@@ -0,0 +1,11 @@
{/* Autogenerated DO NOT EDIT */}
##### `id?`: *{`number`}*
<br/>
**Example:** `1`
---
##### `path?`: *{`string`}*
<br/>
**Example:** `/movies`