ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.526.6

This commit is contained in:
speakeasybot
2025-03-31 19:44:01 +00:00
parent c473c9d326
commit c895213ae8
9 changed files with 104 additions and 95 deletions

View File

@@ -5,8 +5,8 @@ management:
docVersion: 0.0.3
speakeasyVersion: 1.526.6
generationVersion: 2.563.1
releaseVersion: 0.35.3
configChecksum: f15d14af6647243816d0d509bb1735e4
releaseVersion: 0.35.4
configChecksum: bab7ec3c43c4ac8db5b96c3e16ff5569
repoURL: https://github.com/LukeHagar/plexjs.git
repoSubDirectory: .
installationURL: https://github.com/LukeHagar/plexjs

View File

@@ -15,7 +15,7 @@ generation:
oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: false
typescript:
version: 0.35.3
version: 0.35.4
additionalDependencies:
dependencies: {}
devDependencies: {}

View File

@@ -9,20 +9,20 @@ sources:
- main
plexapi:
sourceNamespace: plexapi
sourceRevisionDigest: sha256:277010613dd132c4b785bacddcba720038318ae87b0ce5e1eea3887cf8f22df4
sourceRevisionDigest: sha256:6c0205c8a839cc77b987174c66dde7f7304e15e2b1c99d565ff86711d7d7998a
sourceBlobDigest: sha256:1737023e29cd9cf36c07ccd8c8c48c47e14f47ce22b4d6ba9ee241afbbd8f351
tags:
- latest
- speakeasy-sdk-regen-1743449645
- speakeasy-sdk-regen-1743450163
- 0.0.3
targets:
plexjs:
source: plexapi
sourceNamespace: plexapi
sourceRevisionDigest: sha256:277010613dd132c4b785bacddcba720038318ae87b0ce5e1eea3887cf8f22df4
sourceRevisionDigest: sha256:6c0205c8a839cc77b987174c66dde7f7304e15e2b1c99d565ff86711d7d7998a
sourceBlobDigest: sha256:1737023e29cd9cf36c07ccd8c8c48c47e14f47ce22b4d6ba9ee241afbbd8f351
codeSamplesNamespace: code-samples-typescript-plexjs
codeSamplesRevisionDigest: sha256:f99618862675a8c5993740b2acb9b573110d9b506d2bc70e3180f0f7f393798f
codeSamplesRevisionDigest: sha256:3929f5f1f37157fffc47c423c6f361958bf1c9665d3d6f6774aea3b745b59f13
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
@@ -43,6 +43,5 @@ workflow:
output: codeSamples.yaml
registry:
location: registry.speakeasyapi.dev/plexapi/plexapi/code-samples-typescript-plexjs
langOverride: TypeScript
labelOverride:
fixedValue: PlexJS

View File

@@ -1269,3 +1269,13 @@ Based on:
- [typescript v0.35.3] .
### Releases
- [NPM v0.35.3] https://www.npmjs.com/package/@lukehagar/plexjs/v/0.35.3 - .
## 2025-03-31 19:42:25
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.526.6 (2.563.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.35.4] .
### Releases
- [NPM v0.35.4] https://www.npmjs.com/package/@lukehagar/plexjs/v/0.35.4 - .

View File

@@ -6,7 +6,7 @@ actions:
- target: $["paths"]["/"]["get"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -26,7 +26,7 @@ actions:
- target: $["paths"]["/:/prefs"]["get"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -46,7 +46,7 @@ actions:
- target: $["paths"]["/:/progress"]["post"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -66,7 +66,7 @@ actions:
- target: $["paths"]["/:/scrobble"]["get"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -86,7 +86,7 @@ actions:
- target: $["paths"]["/:/timeline"]["get"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -118,7 +118,7 @@ actions:
- target: $["paths"]["/:/unscrobble"]["get"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -138,7 +138,7 @@ actions:
- target: $["paths"]["/activities"]["get"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -158,7 +158,7 @@ actions:
- target: $["paths"]["/activities/{activityUUID}"]["delete"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -178,7 +178,7 @@ actions:
- target: $["paths"]["/butler"]["delete"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -198,7 +198,7 @@ actions:
- target: $["paths"]["/butler"]["get"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -218,7 +218,7 @@ actions:
- target: $["paths"]["/butler"]["post"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -238,7 +238,7 @@ actions:
- target: $["paths"]["/butler/{taskName}"]["delete"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -259,7 +259,7 @@ actions:
- target: $["paths"]["/butler/{taskName}"]["post"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -280,7 +280,7 @@ actions:
- target: $["paths"]["/clients"]["get"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -300,7 +300,7 @@ actions:
- target: $["paths"]["/companions"]["get"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -320,7 +320,7 @@ actions:
- target: $["paths"]["/devices"]["get"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -340,7 +340,7 @@ actions:
- target: $["paths"]["/friends"]["get"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -360,7 +360,7 @@ actions:
- target: $["paths"]["/geoip"]["get"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -378,7 +378,7 @@ actions:
- target: $["paths"]["/home"]["get"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -398,7 +398,7 @@ actions:
- target: $["paths"]["/hubs"]["get"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -418,7 +418,7 @@ actions:
- target: $["paths"]["/hubs/home/recentlyAdded"]["get"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -443,7 +443,7 @@ actions:
- target: $["paths"]["/hubs/search"]["get"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -463,7 +463,7 @@ actions:
- target: $["paths"]["/hubs/search/voice"]["get"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -483,7 +483,7 @@ actions:
- target: $["paths"]["/hubs/sections/{sectionId}"]["get"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -503,7 +503,7 @@ actions:
- target: $["paths"]["/identity"]["get"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -521,7 +521,7 @@ actions:
- target: $["paths"]["/library/all/top"]["get"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -542,7 +542,7 @@ actions:
- target: $["paths"]["/library/hashes"]["get"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -562,7 +562,7 @@ actions:
- target: $["paths"]["/library/metadata/{ratingKey}"]["get"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -597,7 +597,7 @@ actions:
- target: $["paths"]["/library/metadata/{ratingKey}/banner"]["get"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -624,7 +624,7 @@ actions:
- target: $["paths"]["/library/metadata/{ratingKey}/children"]["get"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -644,7 +644,7 @@ actions:
- target: $["paths"]["/library/metadata/{ratingKey}/thumb"]["get"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -671,7 +671,7 @@ actions:
- target: $["paths"]["/library/recentlyAdded"]["get"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -710,7 +710,7 @@ actions:
- target: $["paths"]["/library/search"]["get"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -737,7 +737,7 @@ actions:
- target: $["paths"]["/library/sections"]["get"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -757,7 +757,7 @@ actions:
- target: $["paths"]["/library/sections/watchlist/{filter}"]["get"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -781,7 +781,7 @@ actions:
- target: $["paths"]["/library/sections/{sectionKey}"]["delete"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -801,7 +801,7 @@ actions:
- target: $["paths"]["/library/sections/{sectionKey}"]["get"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -821,7 +821,7 @@ actions:
- target: $["paths"]["/library/sections/{sectionKey}/actor"]["get"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -842,7 +842,7 @@ actions:
- target: $["paths"]["/library/sections/{sectionKey}/all"]["get"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -866,7 +866,7 @@ actions:
- target: $["paths"]["/library/sections/{sectionKey}/country"]["get"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -887,7 +887,7 @@ actions:
- target: $["paths"]["/library/sections/{sectionKey}/genre"]["get"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -908,7 +908,7 @@ actions:
- target: $["paths"]["/library/sections/{sectionKey}/refresh"]["get"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -929,7 +929,7 @@ actions:
- target: $["paths"]["/library/sections/{sectionKey}/search"]["get"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -950,7 +950,7 @@ actions:
- target: $["paths"]["/library/sections/{sectionKey}/{tag}"]["get"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -975,7 +975,7 @@ actions:
- target: $["paths"]["/log"]["get"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -996,7 +996,7 @@ actions:
- target: $["paths"]["/log"]["post"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -1018,7 +1018,7 @@ actions:
- target: $["paths"]["/log/networked"]["get"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -1038,7 +1038,7 @@ actions:
- target: $["paths"]["/media/providers"]["get"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -1058,7 +1058,7 @@ actions:
- target: $["paths"]["/myplex/account"]["get"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -1078,7 +1078,7 @@ actions:
- target: $["paths"]["/photo/:/transcode"]["get"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -1107,7 +1107,7 @@ actions:
- target: $["paths"]["/pins"]["post"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -1131,7 +1131,7 @@ actions:
- target: $["paths"]["/pins/{pinID}"]["get"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -1156,7 +1156,7 @@ actions:
- target: $["paths"]["/playlists"]["get"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -1176,7 +1176,7 @@ actions:
- target: $["paths"]["/playlists"]["post"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -1202,7 +1202,7 @@ actions:
- target: $["paths"]["/playlists/upload"]["post"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -1223,7 +1223,7 @@ actions:
- target: $["paths"]["/playlists/{playlistID}"]["delete"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -1243,7 +1243,7 @@ actions:
- target: $["paths"]["/playlists/{playlistID}"]["get"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -1263,7 +1263,7 @@ actions:
- target: $["paths"]["/playlists/{playlistID}"]["put"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -1283,7 +1283,7 @@ actions:
- target: $["paths"]["/playlists/{playlistID}/items"]["delete"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -1303,7 +1303,7 @@ actions:
- target: $["paths"]["/playlists/{playlistID}/items"]["get"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -1324,7 +1324,7 @@ actions:
- target: $["paths"]["/playlists/{playlistID}/items"]["put"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -1344,7 +1344,7 @@ actions:
- target: $["paths"]["/resources"]["get"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -1364,7 +1364,7 @@ actions:
- target: $["paths"]["/search"]["get"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -1384,7 +1384,7 @@ actions:
- target: $["paths"]["/security/resources"]["get"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -1404,7 +1404,7 @@ actions:
- target: $["paths"]["/security/token"]["get"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -1425,7 +1425,7 @@ actions:
- target: $["paths"]["/servers"]["get"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -1445,7 +1445,7 @@ actions:
- target: $["paths"]["/statistics/bandwidth"]["get"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -1465,7 +1465,7 @@ actions:
- target: $["paths"]["/statistics/media"]["get"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -1485,7 +1485,7 @@ actions:
- target: $["paths"]["/statistics/resources"]["get"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -1505,7 +1505,7 @@ actions:
- target: $["paths"]["/status/sessions"]["get"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -1525,7 +1525,7 @@ actions:
- target: $["paths"]["/status/sessions/history/all"]["get"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -1545,7 +1545,7 @@ actions:
- target: $["paths"]["/transcode/sessions"]["get"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -1565,7 +1565,7 @@ actions:
- target: $["paths"]["/transcode/sessions/{sessionKey}"]["delete"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -1585,7 +1585,7 @@ actions:
- target: $["paths"]["/updater/apply"]["put"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -1606,7 +1606,7 @@ actions:
- target: $["paths"]["/updater/check"]["put"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -1627,7 +1627,7 @@ actions:
- target: $["paths"]["/updater/status"]["get"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -1647,7 +1647,7 @@ actions:
- target: $["paths"]["/user"]["get"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -1667,7 +1667,7 @@ actions:
- target: $["paths"]["/users"]["get"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -1699,7 +1699,7 @@ actions:
- target: $["paths"]["/users/signin"]["post"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";
@@ -1728,7 +1728,7 @@ actions:
- target: $["paths"]["/video/:/transcode/universal/start.mpd"]["get"]
update:
x-codeSamples:
- lang: TypeScript
- lang: typescript
label: PlexJS
source: |-
import { PlexAPI } from "@lukehagar/plexjs";

View File

@@ -2,7 +2,7 @@
{
"name": "@lukehagar/plexjs",
"version": "0.35.3",
"version": "0.35.4",
"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.35.3",
"version": "0.35.4",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@lukehagar/plexjs",
"version": "0.35.3",
"version": "0.35.4",
"devDependencies": {
"@eslint/js": "^9.19.0",
"eslint": "^9.19.0",

View File

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

View File

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