ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.598.3

This commit is contained in:
speakeasybot
2025-08-07 00:14:07 +00:00
parent c56a0f5d3c
commit 442b11c11a
9 changed files with 539 additions and 463 deletions

View File

@@ -3,10 +3,10 @@ id: 16f22cbf-f23f-4419-8924-3a4b06381947
management:
docChecksum: 4a7c64e455521ea3ac1e4957e621f694
docVersion: 0.0.3
speakeasyVersion: 1.598.0
generationVersion: 2.674.1
releaseVersion: 0.40.1
configChecksum: 3e740e4147dce43e9e063384bef81cbb
speakeasyVersion: 1.598.3
generationVersion: 2.674.3
releaseVersion: 0.40.2
configChecksum: d25398eb6a9f1331974017b75e2ccb7c
repoURL: https://github.com/LukeHagar/plexjs.git
repoSubDirectory: .
installationURL: https://github.com/LukeHagar/plexjs
@@ -15,7 +15,7 @@ features:
typescript:
additionalDependencies: 0.1.0
constsAndDefaults: 0.1.12
core: 3.21.19
core: 3.21.20
defaultEnabledRetries: 0.1.0
deprecations: 2.81.1
downloadStreams: 0.1.1

View File

@@ -21,7 +21,7 @@ generation:
generateNewTests: false
skipResponseBodyAssertions: false
typescript:
version: 0.40.1
version: 0.40.2
additionalDependencies:
dependencies: {}
devDependencies: {}

View File

@@ -1,4 +1,4 @@
speakeasyVersion: 1.598.0
speakeasyVersion: 1.598.3
sources:
my-source:
sourceNamespace: my-source
@@ -13,7 +13,7 @@ sources:
sourceBlobDigest: sha256:f84dd2bfdaea4074454cea3c7fbc6c9e05515c5e9e961abb4923b77f8faf48f1
tags:
- latest
- speakeasy-sdk-regen-1754439152
- speakeasy-sdk-regen-1754525566
- 0.0.3
targets:
plexjs:
@@ -22,7 +22,7 @@ targets:
sourceRevisionDigest: sha256:b4fa89a3571fbdcb4228800772a5fe1c292170babcd3e055161ae54402f89577
sourceBlobDigest: sha256:f84dd2bfdaea4074454cea3c7fbc6c9e05515c5e9e961abb4923b77f8faf48f1
codeSamplesNamespace: code-samples-typescript-plexjs
codeSamplesRevisionDigest: sha256:7e539ca104c7b4fdbaad8b7a6b0158f1b4d560475aed3c8d2fb0dae6a2f01700
codeSamplesRevisionDigest: sha256:fad7b51412f86afddf932154d377ce69b63c88aa60207fbaea6c33d6d669fab6
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest

View File

@@ -1379,3 +1379,13 @@ Based on:
- [typescript v0.40.1] .
### Releases
- [NPM v0.40.1] https://www.npmjs.com/package/@lukehagar/plexjs/v/0.40.1 - .
## 2025-08-07 00:12:28
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.598.3 (2.674.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.40.2] .
### Releases
- [NPM v0.40.2] https://www.npmjs.com/package/@lukehagar/plexjs/v/0.40.2 - .

View File

@@ -18,7 +18,7 @@
},
"..": {
"name": "@lukehagar/plexjs",
"version": "0.40.1",
"version": "0.40.2",
"dependencies": {
"zod": "^3.20.0"
},
@@ -27,7 +27,7 @@
"eslint": "^9.19.0",
"globals": "^15.14.0",
"typescript": "~5.8.3",
"typescript-eslint": "^8.22.0"
"typescript-eslint": "^8.26.0"
}
},
"node_modules/@esbuild/aix-ppc64": {

View File

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

956
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{
"name": "@lukehagar/plexjs",
"version": "0.40.1",
"version": "0.40.2",
"author": "LukeHagar",
"main": "./index.js",
"sideEffects": false,
@@ -22,7 +22,7 @@
"eslint": "^9.19.0",
"globals": "^15.14.0",
"typescript": "~5.8.3",
"typescript-eslint": "^8.22.0"
"typescript-eslint": "^8.26.0"
},
"dependencies": {
"zod": "^3.20.0"

View File

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