Skip to content

Commit 2712820

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.528.1
1 parent c895213 commit 2712820

File tree

84 files changed

+3039
-75
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+3039
-75
lines changed

.speakeasy/gen.lock

Lines changed: 58 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 16f22cbf-f23f-4419-8924-3a4b06381947
33
management:
4-
docChecksum: 25cb9a6c3c7e2e859211c588b8281b5b
4+
docChecksum: 25fd5807db652903ccf5955fa06cf3ac
55
docVersion: 0.0.3
6-
speakeasyVersion: 1.526.6
7-
generationVersion: 2.563.1
8-
releaseVersion: 0.35.4
9-
configChecksum: bab7ec3c43c4ac8db5b96c3e16ff5569
6+
speakeasyVersion: 1.528.1
7+
generationVersion: 2.565.1
8+
releaseVersion: 0.36.0
9+
configChecksum: 22f00b600e146350a70b9857438cc1be
1010
repoURL: https://github.com/LukeHagar/plexjs.git
1111
repoSubDirectory: .
1212
installationURL: https://github.com/LukeHagar/plexjs
@@ -35,6 +35,7 @@ features:
3535
retries: 2.83.0
3636
sdkHooks: 0.2.0
3737
unions: 2.85.8
38+
uploadStreams: 0.1.0
3839
generatedFiles:
3940
- .gitattributes
4041
- .npmignore
@@ -562,6 +563,11 @@ generatedFiles:
562563
- docs/sdk/models/operations/getlibraryitemstype.md
563564
- docs/sdk/models/operations/getlibraryitemsultrablurcolors.md
564565
- docs/sdk/models/operations/getlibraryitemswriter.md
566+
- docs/sdk/models/operations/getmediaartsmediacontainer.md
567+
- docs/sdk/models/operations/getmediaartsmetadata.md
568+
- docs/sdk/models/operations/getmediaartsrequest.md
569+
- docs/sdk/models/operations/getmediaartsresponse.md
570+
- docs/sdk/models/operations/getmediaartsresponsebody.md
565571
- docs/sdk/models/operations/getmediametadatacountry.md
566572
- docs/sdk/models/operations/getmediametadatadirector.md
567573
- docs/sdk/models/operations/getmediametadatagenre.md
@@ -586,6 +592,11 @@ generatedFiles:
586592
- docs/sdk/models/operations/getmediametadatastream.md
587593
- docs/sdk/models/operations/getmediametadataultrablurcolors.md
588594
- docs/sdk/models/operations/getmediametadatawriter.md
595+
- docs/sdk/models/operations/getmediapostersmediacontainer.md
596+
- docs/sdk/models/operations/getmediapostersmetadata.md
597+
- docs/sdk/models/operations/getmediapostersrequest.md
598+
- docs/sdk/models/operations/getmediapostersresponse.md
599+
- docs/sdk/models/operations/getmediapostersresponsebody.md
589600
- docs/sdk/models/operations/getmediaprovidersdirectory.md
590601
- docs/sdk/models/operations/getmediaprovidersmediacontainer.md
591602
- docs/sdk/models/operations/getmediaprovidersrequest.md
@@ -846,6 +857,10 @@ generatedFiles:
846857
- docs/sdk/models/operations/player.md
847858
- docs/sdk/models/operations/playlisttype.md
848859
- docs/sdk/models/operations/plexdevice.md
860+
- docs/sdk/models/operations/postmediaartsrequest.md
861+
- docs/sdk/models/operations/postmediaartsresponse.md
862+
- docs/sdk/models/operations/postmediaposterrequest.md
863+
- docs/sdk/models/operations/postmediaposterresponse.md
849864
- docs/sdk/models/operations/postuserssignindataauthenticationresponsestatus.md
850865
- docs/sdk/models/operations/postuserssignindataauthenticationstatus.md
851866
- docs/sdk/models/operations/postuserssignindataauthenticationsubscription.md
@@ -979,13 +994,17 @@ generatedFiles:
979994
- src/funcs/libraryGetGenresLibrary.ts
980995
- src/funcs/libraryGetLibraryDetails.ts
981996
- src/funcs/libraryGetLibraryItems.ts
997+
- src/funcs/libraryGetMediaArts.ts
982998
- src/funcs/libraryGetMediaMetaData.ts
999+
- src/funcs/libraryGetMediaPosters.ts
9831000
- src/funcs/libraryGetMetadataChildren.ts
9841001
- src/funcs/libraryGetRecentlyAddedLibrary.ts
9851002
- src/funcs/libraryGetRefreshLibraryMetadata.ts
9861003
- src/funcs/libraryGetSearchAllLibraries.ts
9871004
- src/funcs/libraryGetSearchLibrary.ts
9881005
- src/funcs/libraryGetTopWatchedContent.ts
1006+
- src/funcs/libraryPostMediaArts.ts
1007+
- src/funcs/libraryPostMediaPoster.ts
9891008
- src/funcs/logEnablePaperTrail.ts
9901009
- src/funcs/logLogLine.ts
9911010
- src/funcs/logLogMultiLine.ts
@@ -1173,7 +1192,9 @@ generatedFiles:
11731192
- src/sdk/models/operations/getlibrarydetails.ts
11741193
- src/sdk/models/operations/getlibraryhubs.ts
11751194
- src/sdk/models/operations/getlibraryitems.ts
1195+
- src/sdk/models/operations/getmediaarts.ts
11761196
- src/sdk/models/operations/getmediametadata.ts
1197+
- src/sdk/models/operations/getmediaposters.ts
11771198
- src/sdk/models/operations/getmediaproviders.ts
11781199
- src/sdk/models/operations/getmetadatachildren.ts
11791200
- src/sdk/models/operations/getmyplexaccount.ts
@@ -1217,6 +1238,8 @@ generatedFiles:
12171238
- src/sdk/models/operations/markunplayed.ts
12181239
- src/sdk/models/operations/performsearch.ts
12191240
- src/sdk/models/operations/performvoicesearch.ts
1241+
- src/sdk/models/operations/postmediaarts.ts
1242+
- src/sdk/models/operations/postmediaposter.ts
12201243
- src/sdk/models/operations/postuserssignindata.ts
12211244
- src/sdk/models/operations/startalltasks.ts
12221245
- src/sdk/models/operations/starttask.ts
@@ -2349,5 +2372,35 @@ examples:
23492372
application/json: {"errors": [{"code": 1000, "message": "X-Plex-Client-Identifier is missing", "status": 400}]}
23502373
"401":
23512374
application/json: {"errors": [{"code": 1001, "message": "User could not be authenticated", "status": 401}, {"code": 1001, "message": "User could not be authenticated", "status": 401}]}
2375+
get-media-arts:
2376+
speakeasy-default-get-media-arts:
2377+
parameters:
2378+
path:
2379+
ratingKey: 16099
2380+
responses:
2381+
"200":
2382+
application/json: {"MediaContainer": {"size": 50, "mediaTagVersion": 1734362201, "mediaTagPrefix": "/system/bundle/media/flags/", "identifier": "com.plexapp.plugins.library", "Metadata": [{"key": "https://image.tmdb.org/t/p/original/ixgFmf1X59PUZam2qbAfskx2gQr.jpg", "provider": "tmdb", "ratingKey": "https://image.tmdb.org/t/p/original/ixgFmf1X59PUZam2qbAfskx2gQr.jpg", "selected": true, "thumb": "https://images.plex.tv/photo?height=270&width=480&minSize=1&upscale=1&url=https%3A%2F%2Fimage%2Etmdb%2Eorg%2Ft%2Fp%2Foriginal%2FixgFmf1X59PUZam2qbAfskx2gQr%2Ejpg"}, {"key": "https://image.tmdb.org/t/p/original/ixgFmf1X59PUZam2qbAfskx2gQr.jpg", "provider": "tmdb", "ratingKey": "https://image.tmdb.org/t/p/original/ixgFmf1X59PUZam2qbAfskx2gQr.jpg", "selected": true, "thumb": "https://images.plex.tv/photo?height=270&width=480&minSize=1&upscale=1&url=https%3A%2F%2Fimage%2Etmdb%2Eorg%2Ft%2Fp%2Foriginal%2FixgFmf1X59PUZam2qbAfskx2gQr%2Ejpg"}, {"key": "https://image.tmdb.org/t/p/original/ixgFmf1X59PUZam2qbAfskx2gQr.jpg", "provider": "tmdb", "ratingKey": "https://image.tmdb.org/t/p/original/ixgFmf1X59PUZam2qbAfskx2gQr.jpg", "selected": true, "thumb": "https://images.plex.tv/photo?height=270&width=480&minSize=1&upscale=1&url=https%3A%2F%2Fimage%2Etmdb%2Eorg%2Ft%2Fp%2Foriginal%2FixgFmf1X59PUZam2qbAfskx2gQr%2Ejpg"}]}}
2383+
post-media-arts:
2384+
speakeasy-default-post-media-arts:
2385+
parameters:
2386+
path:
2387+
ratingKey: 2268
2388+
query:
2389+
url: "https://api.mediux.pro/assets/fcfdc487-dd07-4993-a0c1-0a3015362e5b"
2390+
get-media-posters:
2391+
speakeasy-default-get-media-posters:
2392+
parameters:
2393+
path:
2394+
ratingKey: 16099
2395+
responses:
2396+
"200":
2397+
application/json: {"MediaContainer": {"size": 50, "mediaTagVersion": 1734362201, "mediaTagPrefix": "/system/bundle/media/flags/", "identifier": "com.plexapp.plugins.library", "Metadata": [{"key": "https://image.tmdb.org/t/p/original/hntBJjqbv4m0Iyniqaztv9xaudI.jpg", "provider": "tmdb", "ratingKey": "https://image.tmdb.org/t/p/original/hntBJjqbv4m0Iyniqaztv9xaudI.jpg", "selected": true, "thumb": "https://images.plex.tv/photo?height=336&width=225&minSize=1&upscale=1&url=https%3A%2F%2Fimage%2Etmdb%2Eorg%2Ft%2Fp%2Foriginal%2FhntBJjqbv4m0Iyniqaztv9xaudI%2Ejpg"}, {"key": "https://image.tmdb.org/t/p/original/hntBJjqbv4m0Iyniqaztv9xaudI.jpg", "provider": "tmdb", "ratingKey": "https://image.tmdb.org/t/p/original/hntBJjqbv4m0Iyniqaztv9xaudI.jpg", "selected": true, "thumb": "https://images.plex.tv/photo?height=336&width=225&minSize=1&upscale=1&url=https%3A%2F%2Fimage%2Etmdb%2Eorg%2Ft%2Fp%2Foriginal%2FhntBJjqbv4m0Iyniqaztv9xaudI%2Ejpg"}]}}
2398+
post-media-poster:
2399+
speakeasy-default-post-media-poster:
2400+
parameters:
2401+
path:
2402+
ratingKey: 2268
2403+
query:
2404+
url: "https://api.mediux.pro/assets/fcfdc487-dd07-4993-a0c1-0a3015362e5b"
23522405
examplesVersion: 1.0.0
23532406
generatedTests: {}

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ generation:
1515
oAuth2ClientCredentialsEnabled: true
1616
oAuth2PasswordEnabled: false
1717
typescript:
18-
version: 0.35.4
18+
version: 0.36.0
1919
additionalDependencies:
2020
dependencies: {}
2121
devDependencies: {}

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
speakeasyVersion: 1.526.6
1+
speakeasyVersion: 1.528.1
22
sources:
33
my-source:
44
sourceNamespace: my-source
@@ -9,20 +9,20 @@ sources:
99
- main
1010
plexapi:
1111
sourceNamespace: plexapi
12-
sourceRevisionDigest: sha256:6c0205c8a839cc77b987174c66dde7f7304e15e2b1c99d565ff86711d7d7998a
13-
sourceBlobDigest: sha256:1737023e29cd9cf36c07ccd8c8c48c47e14f47ce22b4d6ba9ee241afbbd8f351
12+
sourceRevisionDigest: sha256:b5580df6ec4a386e12249ff13f35b916fe5559e101de4a816b53e47d6947f1a5
13+
sourceBlobDigest: sha256:6108b6c35fbe7e9163ffe0c804170f5e3a6edb63b8e745454ea8ee249bd790c3
1414
tags:
1515
- latest
16-
- speakeasy-sdk-regen-1743450163
16+
- speakeasy-sdk-regen-1743639051
1717
- 0.0.3
1818
targets:
1919
plexjs:
2020
source: plexapi
2121
sourceNamespace: plexapi
22-
sourceRevisionDigest: sha256:6c0205c8a839cc77b987174c66dde7f7304e15e2b1c99d565ff86711d7d7998a
23-
sourceBlobDigest: sha256:1737023e29cd9cf36c07ccd8c8c48c47e14f47ce22b4d6ba9ee241afbbd8f351
22+
sourceRevisionDigest: sha256:b5580df6ec4a386e12249ff13f35b916fe5559e101de4a816b53e47d6947f1a5
23+
sourceBlobDigest: sha256:6108b6c35fbe7e9163ffe0c804170f5e3a6edb63b8e745454ea8ee249bd790c3
2424
codeSamplesNamespace: code-samples-typescript-plexjs
25-
codeSamplesRevisionDigest: sha256:3929f5f1f37157fffc47c423c6f361958bf1c9665d3d6f6774aea3b745b59f13
25+
codeSamplesRevisionDigest: sha256:1d984798d2ba05ff7dfba1649556f6ece8cbfabbf9260f6a2678748f02977d47
2626
workflow:
2727
workflowVersion: 1.0.0
2828
speakeasyVersion: latest

README.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ The following SDKs are generated from the OpenAPI Specification. They are automa
5454
* [Authentication](#authentication)
5555
* [Requirements](#requirements)
5656
* [Standalone functions](#standalone-functions)
57+
* [File uploads](#file-uploads)
5758
* [Retries](#retries)
5859
* [Debugging](#debugging)
5960
* [Development](#development)
@@ -167,6 +168,10 @@ run();
167168
* [getActorsLibrary](docs/sdks/library/README.md#getactorslibrary) - Get Actors of library media
168169
* [getSearchAllLibraries](docs/sdks/library/README.md#getsearchalllibraries) - Search All Libraries
169170
* [getMediaMetaData](docs/sdks/library/README.md#getmediametadata) - Get Media Metadata
171+
* [getMediaArts](docs/sdks/library/README.md#getmediaarts) - Get Media Background Artwork
172+
* [postMediaArts](docs/sdks/library/README.md#postmediaarts) - Upload Media Background Artwork
173+
* [getMediaPosters](docs/sdks/library/README.md#getmediaposters) - Get Media Posters
174+
* [postMediaPoster](docs/sdks/library/README.md#postmediaposter) - Upload Media Poster
170175
* [getMetadataChildren](docs/sdks/library/README.md#getmetadatachildren) - Get Items Children
171176
* [getTopWatchedContent](docs/sdks/library/README.md#gettopwatchedcontent) - Get Top Watched Content
172177

@@ -543,13 +548,17 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
543548
- [`libraryGetGenresLibrary`](docs/sdks/library/README.md#getgenreslibrary) - Get Genres of library media
544549
- [`libraryGetLibraryDetails`](docs/sdks/library/README.md#getlibrarydetails) - Get Library Details
545550
- [`libraryGetLibraryItems`](docs/sdks/library/README.md#getlibraryitems) - Get Library Items
551+
- [`libraryGetMediaArts`](docs/sdks/library/README.md#getmediaarts) - Get Media Background Artwork
546552
- [`libraryGetMediaMetaData`](docs/sdks/library/README.md#getmediametadata) - Get Media Metadata
553+
- [`libraryGetMediaPosters`](docs/sdks/library/README.md#getmediaposters) - Get Media Posters
547554
- [`libraryGetMetadataChildren`](docs/sdks/library/README.md#getmetadatachildren) - Get Items Children
548555
- [`libraryGetRecentlyAddedLibrary`](docs/sdks/library/README.md#getrecentlyaddedlibrary) - Get Recently Added
549556
- [`libraryGetRefreshLibraryMetadata`](docs/sdks/library/README.md#getrefreshlibrarymetadata) - Refresh Metadata Of The Library
550557
- [`libraryGetSearchAllLibraries`](docs/sdks/library/README.md#getsearchalllibraries) - Search All Libraries
551558
- [`libraryGetSearchLibrary`](docs/sdks/library/README.md#getsearchlibrary) - Search Library
552559
- [`libraryGetTopWatchedContent`](docs/sdks/library/README.md#gettopwatchedcontent) - Get Top Watched Content
560+
- [`libraryPostMediaArts`](docs/sdks/library/README.md#postmediaarts) - Upload Media Background Artwork
561+
- [`libraryPostMediaPoster`](docs/sdks/library/README.md#postmediaposter) - Upload Media Poster
553562
- [`logEnablePaperTrail`](docs/sdks/log/README.md#enablepapertrail) - Enabling Papertrail
554563
- [`logLogLine`](docs/sdks/log/README.md#logline) - Logging a single line message.
555564
- [`logLogMultiLine`](docs/sdks/log/README.md#logmultiline) - Logging a multi-line message
@@ -604,6 +613,42 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
604613
</details>
605614
<!-- End Standalone functions [standalone-funcs] -->
606615

616+
<!-- Start File uploads [file-upload] -->
617+
## File uploads
618+
619+
Certain SDK methods accept files as part of a multi-part request. It is possible and typically recommended to upload files as a stream rather than reading the entire contents into memory. This avoids excessive memory consumption and potentially crashing with out-of-memory errors when working with very large files. The following example demonstrates how to attach a file stream to a request.
620+
621+
> [!TIP]
622+
>
623+
> Depending on your JavaScript runtime, there are convenient utilities that return a handle to a file without reading the entire contents into memory:
624+
>
625+
> - **Node.js v20+:** Since v20, Node.js comes with a native `openAsBlob` function in [`node:fs`](https://nodejs.org/docs/latest-v20.x/api/fs.html#fsopenasblobpath-options).
626+
> - **Bun:** The native [`Bun.file`](https://bun.sh/docs/api/file-io#reading-files-bun-file) function produces a file handle that can be used for streaming file uploads.
627+
> - **Browsers:** All supported browsers return an instance to a [`File`](https://developer.mozilla.org/en-US/docs/Web/API/File) when reading the value from an `<input type="file">` element.
628+
> - **Node.js v18:** A file stream can be created using the `fileFrom` helper from [`fetch-blob/from.js`](https://www.npmjs.com/package/fetch-blob).
629+
630+
```typescript
631+
import { PlexAPI } from "@lukehagar/plexjs";
632+
633+
const plexAPI = new PlexAPI({
634+
accessToken: "<YOUR_API_KEY_HERE>",
635+
});
636+
637+
async function run() {
638+
const result = await plexAPI.library.postMediaArts(
639+
2268,
640+
"https://api.mediux.pro/assets/fcfdc487-dd07-4993-a0c1-0a3015362e5b",
641+
);
642+
643+
// Handle the result
644+
console.log(result);
645+
}
646+
647+
run();
648+
649+
```
650+
<!-- End File uploads [file-upload] -->
651+
607652
<!-- Start Retries [retries] -->
608653
## Retries
609654

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1278,4 +1278,14 @@ Based on:
12781278
### Generated
12791279
- [typescript v0.35.4] .
12801280
### Releases
1281-
- [NPM v0.35.4] https://www.npmjs.com/package/@lukehagar/plexjs/v/0.35.4 - .
1281+
- [NPM v0.35.4] https://www.npmjs.com/package/@lukehagar/plexjs/v/0.35.4 - .
1282+
1283+
## 2025-04-03 00:10:29
1284+
### Changes
1285+
Based on:
1286+
- OpenAPI Doc
1287+
- Speakeasy CLI 1.528.1 (2.565.1) https://github.com/speakeasy-api/speakeasy
1288+
### Generated
1289+
- [typescript v0.36.0] .
1290+
### Releases
1291+
- [NPM v0.36.0] https://www.npmjs.com/package/@lukehagar/plexjs/v/0.36.0 - .

codeSamples.yaml

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -593,6 +593,46 @@ actions:
593593
console.log(result);
594594
}
595595
596+
run();
597+
- target: $["paths"]["/library/metadata/{ratingKey}/arts"]["get"]
598+
update:
599+
x-codeSamples:
600+
- lang: typescript
601+
label: PlexJS
602+
source: |-
603+
import { PlexAPI } from "@lukehagar/plexjs";
604+
605+
const plexAPI = new PlexAPI({
606+
accessToken: "<YOUR_API_KEY_HERE>",
607+
});
608+
609+
async function run() {
610+
const result = await plexAPI.library.getMediaArts(16099);
611+
612+
// Handle the result
613+
console.log(result);
614+
}
615+
616+
run();
617+
- target: $["paths"]["/library/metadata/{ratingKey}/arts"]["post"]
618+
update:
619+
x-codeSamples:
620+
- lang: typescript
621+
label: PlexJS
622+
source: |-
623+
import { PlexAPI } from "@lukehagar/plexjs";
624+
625+
const plexAPI = new PlexAPI({
626+
accessToken: "<YOUR_API_KEY_HERE>",
627+
});
628+
629+
async function run() {
630+
const result = await plexAPI.library.postMediaArts(2268, "https://api.mediux.pro/assets/fcfdc487-dd07-4993-a0c1-0a3015362e5b");
631+
632+
// Handle the result
633+
console.log(result);
634+
}
635+
596636
run();
597637
- target: $["paths"]["/library/metadata/{ratingKey}/banner"]["get"]
598638
update:
@@ -640,6 +680,46 @@ actions:
640680
console.log(result);
641681
}
642682
683+
run();
684+
- target: $["paths"]["/library/metadata/{ratingKey}/posters"]["get"]
685+
update:
686+
x-codeSamples:
687+
- lang: typescript
688+
label: PlexJS
689+
source: |-
690+
import { PlexAPI } from "@lukehagar/plexjs";
691+
692+
const plexAPI = new PlexAPI({
693+
accessToken: "<YOUR_API_KEY_HERE>",
694+
});
695+
696+
async function run() {
697+
const result = await plexAPI.library.getMediaPosters(16099);
698+
699+
// Handle the result
700+
console.log(result);
701+
}
702+
703+
run();
704+
- target: $["paths"]["/library/metadata/{ratingKey}/posters"]["post"]
705+
update:
706+
x-codeSamples:
707+
- lang: typescript
708+
label: PlexJS
709+
source: |-
710+
import { PlexAPI } from "@lukehagar/plexjs";
711+
712+
const plexAPI = new PlexAPI({
713+
accessToken: "<YOUR_API_KEY_HERE>",
714+
});
715+
716+
async function run() {
717+
const result = await plexAPI.library.postMediaPoster(2268, "https://api.mediux.pro/assets/fcfdc487-dd07-4993-a0c1-0a3015362e5b");
718+
719+
// Handle the result
720+
console.log(result);
721+
}
722+
643723
run();
644724
- target: $["paths"]["/library/metadata/{ratingKey}/thumb"]["get"]
645725
update:

docs/sdk/models/operations/addplaylistcontentsrequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import { AddPlaylistContentsRequest } from "@lukehagar/plexjs/sdk/models/operations";
77

88
let value: AddPlaylistContentsRequest = {
9-
playlistID: 2776.28,
9+
playlistID: 5654.21,
1010
uri: "server://12345/com.plexapp.plugins.library/library/metadata/1",
1111
playQueueID: 123,
1212
};

docs/sdk/models/operations/addplaylistcontentsresponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { AddPlaylistContentsResponse } from "@lukehagar/plexjs/sdk/models/operat
77

88
let value: AddPlaylistContentsResponse = {
99
contentType: "<value>",
10-
statusCode: 307,
10+
statusCode: 100,
1111
rawResponse: new Response("{\"message\": \"hello world\"}", {
1212
headers: { "Content-Type": "application/json" },
1313
}),

docs/sdk/models/operations/applyupdatesresponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { ApplyUpdatesResponse } from "@lukehagar/plexjs/sdk/models/operations";
77

88
let value: ApplyUpdatesResponse = {
99
contentType: "<value>",
10-
statusCode: 208,
10+
statusCode: 305,
1111
rawResponse: new Response("{\"message\": \"hello world\"}", {
1212
headers: { "Content-Type": "application/json" },
1313
}),

0 commit comments

Comments
 (0)