ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.405.6

This commit is contained in:
speakeasybot
2024-11-11 20:30:45 +00:00
parent c839d9f6c7
commit 6c8a73ae84
20 changed files with 45 additions and 22 deletions

View File

@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: 16f22cbf-f23f-4419-8924-3a4b06381947
management:
docChecksum: 23094f3a9fe02710a8628ad5456f5d42
docChecksum: af45c1ae70f7fc6589adb3f8075cb275
docVersion: 0.0.3
speakeasyVersion: 1.405.6
generationVersion: 2.428.1
releaseVersion: 0.26.1
configChecksum: 60271a6e5ece5e9400f671595bbf9013
releaseVersion: 0.28.0
configChecksum: 1558fe481c2d07382c2fdc43c87b9baf
repoURL: https://github.com/LukeHagar/plexjs.git
repoSubDirectory: .
installationURL: https://github.com/LukeHagar/plexjs

View File

@@ -12,7 +12,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: true
typescript:
version: 0.26.1
version: 0.28.0
additionalDependencies:
dependencies: {}
devDependencies: {}
@@ -20,6 +20,7 @@ typescript:
additionalPackageJSON: {}
author: LukeHagar
clientServerStatusCodesAsErrors: true
defaultErrorName: SDKError
enumFormat: enum
flattenGlobalSecurity: true
flatteningOrder: body-first

View File

@@ -9,8 +9,8 @@ sources:
- main
plexapi:
sourceNamespace: plexapi
sourceRevisionDigest: sha256:8d2eb3adbd97ce5976291c4b123d1eadfef62d1f6bf86c6a18bcd89443f2f390
sourceBlobDigest: sha256:3e48471b7e058840fc598ccd75b2cbf8187961c7e625fe7b606555ce9a9bf109
sourceRevisionDigest: sha256:15e040d800921ded49cf84650ef2bc8fb1acf32c885ee193c42e838d754bf345
sourceBlobDigest: sha256:c178be2b4bfefb37d76c0fdaef37c51f9b6ab1410422d3698a41bb6a8d79a79f
tags:
- latest
- main
@@ -18,10 +18,10 @@ targets:
plexjs:
source: plexapi
sourceNamespace: plexapi
sourceRevisionDigest: sha256:8d2eb3adbd97ce5976291c4b123d1eadfef62d1f6bf86c6a18bcd89443f2f390
sourceBlobDigest: sha256:3e48471b7e058840fc598ccd75b2cbf8187961c7e625fe7b606555ce9a9bf109
sourceRevisionDigest: sha256:15e040d800921ded49cf84650ef2bc8fb1acf32c885ee193c42e838d754bf345
sourceBlobDigest: sha256:c178be2b4bfefb37d76c0fdaef37c51f9b6ab1410422d3698a41bb6a8d79a79f
codeSamplesNamespace: code-samples-typescript-plexjs
codeSamplesRevisionDigest: sha256:6779ea8c16885c3e316919f2863535016f3af48a91e8ab4c3eed79c26b4615d3
codeSamplesRevisionDigest: sha256:5c54699020b321aaa58525ef206ddf19e67e8cd6eb452f7a064169fdef2170a9
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest

View File

@@ -1119,3 +1119,13 @@ Based on:
- [typescript v0.26.1] .
### Releases
- [NPM v0.26.1] https://www.npmjs.com/package/@lukehagar/plexjs/v/0.26.1 - .
## 2024-11-11 20:28:21
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.405.6 (2.428.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.28.0] .
### Releases
- [NPM v0.28.0] https://www.npmjs.com/package/@lukehagar/plexjs/v/0.28.0 - .

View File

@@ -24,3 +24,4 @@ let value: GetLibraryItemsQueryParamType = GetLibraryItemsQueryParamType.TvShow;
| `TvShow` | 2 |
| `Season` | 3 |
| `Episode` | 4 |
| `Audio` | 8 |

View File

@@ -25,3 +25,4 @@ let value: GetPlaylistContentsQueryParamType =
| `TvShow` | 2 |
| `Season` | 3 |
| `Episode` | 4 |
| `Audio` | 8 |

View File

@@ -25,3 +25,4 @@ let value: GetSearchLibraryQueryParamType =
| `TvShow` | 2 |
| `Season` | 3 |
| `Episode` | 4 |
| `Audio` | 8 |

View File

@@ -25,3 +25,4 @@ let value: GetTopWatchedContentQueryParamType =
| `TvShow` | 2 |
| `Season` | 3 |
| `Episode` | 4 |
| `Audio` | 8 |

View File

@@ -24,3 +24,4 @@ let value: QueryParamType = QueryParamType.TvShow;
| `TvShow` | 2 |
| `Season` | 3 |
| `Episode` | 4 |
| `Audio` | 8 |

View File

@@ -24,3 +24,4 @@ let value: Type = Type.TvShow;
| `TvShow` | 2 |
| `Season` | 3 |
| `Episode` | 4 |
| `Audio` | 8 |

View File

@@ -2,7 +2,7 @@
{
"name": "@lukehagar/plexjs",
"version": "0.26.1",
"version": "0.28.0",
"exports": {
".": "./src/index.ts",
"./sdk/models/errors": "./src/sdk/models/errors/index.ts",

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "@lukehagar/plexjs",
"version": "0.26.1",
"version": "0.28.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@lukehagar/plexjs",
"version": "0.26.1",
"version": "0.28.0",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",

View File

@@ -1,6 +1,6 @@
{
"name": "@lukehagar/plexjs",
"version": "0.26.1",
"version": "0.28.0",
"author": "LukeHagar",
"main": "./index.js",
"sideEffects": false,

View File

@@ -115,7 +115,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
export const SDK_METADATA = {
language: "typescript",
openapiDocVersion: "0.0.3",
sdkVersion: "0.26.1",
sdkVersion: "0.28.0",
genVersion: "2.428.1",
userAgent: "speakeasy-sdk/typescript 0.26.1 2.428.1 0.0.3 @lukehagar/plexjs",
userAgent: "speakeasy-sdk/typescript 0.28.0 2.428.1 0.0.3 @lukehagar/plexjs",
} as const;

View File

@@ -56,6 +56,7 @@ export enum GetLibraryItemsQueryParamType {
TvShow = 2,
Season = 3,
Episode = 4,
Audio = 8,
}
/**

View File

@@ -21,6 +21,7 @@ export enum GetPlaylistContentsQueryParamType {
TvShow = 2,
Season = 3,
Episode = 4,
Audio = 8,
}
export type GetPlaylistContentsRequest = {

View File

@@ -21,6 +21,7 @@ export enum Type {
TvShow = 2,
Season = 3,
Episode = 4,
Audio = 8,
}
/**

View File

@@ -20,6 +20,7 @@ export enum QueryParamType {
TvShow = 2,
Season = 3,
Episode = 4,
Audio = 8,
}
/**

View File

@@ -20,6 +20,7 @@ export enum GetSearchLibraryQueryParamType {
TvShow = 2,
Season = 3,
Episode = 4,
Audio = 8,
}
export type GetSearchLibraryRequest = {

View File

@@ -21,6 +21,7 @@ export enum GetTopWatchedContentQueryParamType {
TvShow = 2,
Season = 3,
Episode = 4,
Audio = 8,
}
export type GetTopWatchedContentRequest = {