Compare commits

...

3 Commits

Author SHA1 Message Date
speakeasybot
99cdf6effe ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.396.9 2024-09-15 00:12:31 +00:00
speakeasybot
fa2ba82f62 ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.396.9 2024-09-14 00:10:58 +00:00
speakeasybot
fd8095a8df ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.396.6 2024-09-13 00:11:18 +00:00
111 changed files with 225 additions and 221 deletions

View File

@@ -3,10 +3,10 @@ id: 16f22cbf-f23f-4419-8924-3a4b06381947
management:
docChecksum: a6fee1797b2da7ccbaf7743772a40b56
docVersion: 0.0.3
speakeasyVersion: 1.396.2
generationVersion: 2.415.0
releaseVersion: 0.22.2
configChecksum: e65c328af8105e1370559202495a7a0e
speakeasyVersion: 1.396.9
generationVersion: 2.415.7
releaseVersion: 0.23.2
configChecksum: 6ca1d4289cbe5e422ab88c36639b3beb
repoURL: https://github.com/LukeHagar/plexjs.git
repoSubDirectory: .
installationURL: https://github.com/LukeHagar/plexjs
@@ -15,10 +15,11 @@ features:
typescript:
additionalDependencies: 0.1.0
constsAndDefaults: 0.1.11
core: 3.17.0
core: 3.17.3
defaultEnabledRetries: 0.1.0
deprecations: 2.81.1
downloadStreams: 0.1.1
enumUnions: 0.1.0
envVarSecurityUsage: 0.1.1
errors: 2.82.2
flattening: 2.81.1

View File

@@ -12,7 +12,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: true
typescript:
version: 0.22.2
version: 0.23.2
additionalDependencies:
dependencies: {}
devDependencies: {}

View File

@@ -1,8 +1,8 @@
speakeasyVersion: 1.396.2
speakeasyVersion: 1.396.9
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:1f43c28112982f7603d8fed99ad5b2d14de397325c20863fb693a4f89f96e3c6
sourceRevisionDigest: sha256:6b8ecb85ac3892ce1c244c57469baf7d67f0cd87ca24a33ab403fb7863b00fe4
sourceBlobDigest: sha256:f7e2709f52370dff16c1851a7a4e44a89f2e978e9cae335bffc10625950b3bd9
tags:
- latest
@@ -11,11 +11,10 @@ targets:
plexjs:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:1f43c28112982f7603d8fed99ad5b2d14de397325c20863fb693a4f89f96e3c6
sourceRevisionDigest: sha256:6b8ecb85ac3892ce1c244c57469baf7d67f0cd87ca24a33ab403fb7863b00fe4
sourceBlobDigest: sha256:f7e2709f52370dff16c1851a7a4e44a89f2e978e9cae335bffc10625950b3bd9
codeSamplesNamespace: code-samples-typescript-plexjs
codeSamplesRevisionDigest: sha256:828feb501a2eb665fe7666da267e21509de3ac1c1d3333b14e7e88abf0d0cb71
outLocation: /github/workspace/repo
codeSamplesRevisionDigest: sha256:0c82ded636bcd505d908a4476e714e61d5dad67440751aa4d5e3f08be1d1beff
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest

112
README.md
View File

@@ -91,36 +91,21 @@ run();
<!-- Start Available Resources and Operations [operations] -->
## Available Resources and Operations
### [server](docs/sdks/server/README.md)
* [getServerCapabilities](docs/sdks/server/README.md#getservercapabilities) - Get Server Capabilities
* [getServerPreferences](docs/sdks/server/README.md#getserverpreferences) - Get Server Preferences
* [getAvailableClients](docs/sdks/server/README.md#getavailableclients) - Get Available Clients
* [getDevices](docs/sdks/server/README.md#getdevices) - Get Devices
* [getServerIdentity](docs/sdks/server/README.md#getserveridentity) - Get Server Identity
* [getMyPlexAccount](docs/sdks/server/README.md#getmyplexaccount) - Get MyPlex Account
* [getResizedPhoto](docs/sdks/server/README.md#getresizedphoto) - Get a Resized Photo
* [getMediaProviders](docs/sdks/server/README.md#getmediaproviders) - Get Media Providers
* [getServerList](docs/sdks/server/README.md#getserverlist) - Get Server List
### [media](docs/sdks/media/README.md)
* [markPlayed](docs/sdks/media/README.md#markplayed) - Mark Media Played
* [markUnplayed](docs/sdks/media/README.md#markunplayed) - Mark Media Unplayed
* [updatePlayProgress](docs/sdks/media/README.md#updateplayprogress) - Update Media Play Progress
* [getBannerImage](docs/sdks/media/README.md#getbannerimage) - Get Banner Image
* [getThumbImage](docs/sdks/media/README.md#getthumbimage) - Get Thumb Image
### [video](docs/sdks/video/README.md)
* [getTimeline](docs/sdks/video/README.md#gettimeline) - Get the timeline for a media item
* [startUniversalTranscode](docs/sdks/video/README.md#startuniversaltranscode) - Start Universal Transcode
<details open>
<summary>Available methods</summary>
### [activities](docs/sdks/activities/README.md)
* [getServerActivities](docs/sdks/activities/README.md#getserveractivities) - Get Server Activities
* [cancelServerActivities](docs/sdks/activities/README.md#cancelserveractivities) - Cancel Server Activities
### [authentication](docs/sdks/authentication/README.md)
* [getTransientToken](docs/sdks/authentication/README.md#gettransienttoken) - Get a Transient Token
* [getSourceConnectionInformation](docs/sdks/authentication/README.md#getsourceconnectioninformation) - Get Source Connection Information
* [getTokenDetails](docs/sdks/authentication/README.md#gettokendetails) - Get Token Details
* [postUsersSignInData](docs/sdks/authentication/README.md#postuserssignindata) - Get User Sign In Data
### [butler](docs/sdks/butler/README.md)
* [getButlerTasks](docs/sdks/butler/README.md#getbutlertasks) - Get Butler tasks
@@ -129,27 +114,11 @@ run();
* [startTask](docs/sdks/butler/README.md#starttask) - Start a single Butler task
* [stopTask](docs/sdks/butler/README.md#stoptask) - Stop a single Butler task
### [plex](docs/sdks/plex/README.md)
* [getCompanionsData](docs/sdks/plex/README.md#getcompanionsdata) - Get Companions Data
* [getUserFriends](docs/sdks/plex/README.md#getuserfriends) - Get list of friends of the user logged in
* [getGeoData](docs/sdks/plex/README.md#getgeodata) - Get Geo Data
* [getHomeData](docs/sdks/plex/README.md#gethomedata) - Get Plex Home Data
* [getServerResources](docs/sdks/plex/README.md#getserverresources) - Get Server Resources
* [getPin](docs/sdks/plex/README.md#getpin) - Get a Pin
* [getTokenByPinId](docs/sdks/plex/README.md#gettokenbypinid) - Get Access Token by PinId
### [hubs](docs/sdks/hubs/README.md)
* [getGlobalHubs](docs/sdks/hubs/README.md#getglobalhubs) - Get Global Hubs
* [getLibraryHubs](docs/sdks/hubs/README.md#getlibraryhubs) - Get library specific hubs
### [search](docs/sdks/search/README.md)
* [performSearch](docs/sdks/search/README.md#performsearch) - Perform a search
* [performVoiceSearch](docs/sdks/search/README.md#performvoicesearch) - Perform a voice search
* [getSearchResults](docs/sdks/search/README.md#getsearchresults) - Get Search Results
### [library](docs/sdks/library/README.md)
* [getFileHash](docs/sdks/library/README.md#getfilehash) - Get Hash Value
@@ -165,16 +134,20 @@ run();
* [getTopWatchedContent](docs/sdks/library/README.md#gettopwatchedcontent) - Get Top Watched Content
* [getOnDeck](docs/sdks/library/README.md#getondeck) - Get On Deck
### [watchlist](docs/sdks/watchlist/README.md)
* [getWatchList](docs/sdks/watchlist/README.md#getwatchlist) - Get User Watchlist
### [log](docs/sdks/log/README.md)
* [logLine](docs/sdks/log/README.md#logline) - Logging a single line message.
* [logMultiLine](docs/sdks/log/README.md#logmultiline) - Logging a multi-line message
* [enablePaperTrail](docs/sdks/log/README.md#enablepapertrail) - Enabling Papertrail
### [media](docs/sdks/media/README.md)
* [markPlayed](docs/sdks/media/README.md#markplayed) - Mark Media Played
* [markUnplayed](docs/sdks/media/README.md#markunplayed) - Mark Media Unplayed
* [updatePlayProgress](docs/sdks/media/README.md#updateplayprogress) - Update Media Play Progress
* [getBannerImage](docs/sdks/media/README.md#getbannerimage) - Get Banner Image
* [getThumbImage](docs/sdks/media/README.md#getthumbimage) - Get Thumb Image
### [playlists](docs/sdks/playlists/README.md)
* [createPlaylist](docs/sdks/playlists/README.md#createplaylist) - Create a Playlist
@@ -187,18 +160,34 @@ run();
* [addPlaylistContents](docs/sdks/playlists/README.md#addplaylistcontents) - Adding to a Playlist
* [uploadPlaylist](docs/sdks/playlists/README.md#uploadplaylist) - Upload Playlist
### [authentication](docs/sdks/authentication/README.md)
### [plex](docs/sdks/plex/README.md)
* [getTransientToken](docs/sdks/authentication/README.md#gettransienttoken) - Get a Transient Token
* [getSourceConnectionInformation](docs/sdks/authentication/README.md#getsourceconnectioninformation) - Get Source Connection Information
* [getTokenDetails](docs/sdks/authentication/README.md#gettokendetails) - Get Token Details
* [postUsersSignInData](docs/sdks/authentication/README.md#postuserssignindata) - Get User Sign In Data
* [getCompanionsData](docs/sdks/plex/README.md#getcompanionsdata) - Get Companions Data
* [getUserFriends](docs/sdks/plex/README.md#getuserfriends) - Get list of friends of the user logged in
* [getGeoData](docs/sdks/plex/README.md#getgeodata) - Get Geo Data
* [getHomeData](docs/sdks/plex/README.md#gethomedata) - Get Plex Home Data
* [getServerResources](docs/sdks/plex/README.md#getserverresources) - Get Server Resources
* [getPin](docs/sdks/plex/README.md#getpin) - Get a Pin
* [getTokenByPinId](docs/sdks/plex/README.md#gettokenbypinid) - Get Access Token by PinId
### [statistics](docs/sdks/statistics/README.md)
* [getStatistics](docs/sdks/statistics/README.md#getstatistics) - Get Media Statistics
* [getResourcesStatistics](docs/sdks/statistics/README.md#getresourcesstatistics) - Get Resources Statistics
* [getBandwidthStatistics](docs/sdks/statistics/README.md#getbandwidthstatistics) - Get Bandwidth Statistics
### [search](docs/sdks/search/README.md)
* [performSearch](docs/sdks/search/README.md#performsearch) - Perform a search
* [performVoiceSearch](docs/sdks/search/README.md#performvoicesearch) - Perform a voice search
* [getSearchResults](docs/sdks/search/README.md#getsearchresults) - Get Search Results
### [server](docs/sdks/server/README.md)
* [getServerCapabilities](docs/sdks/server/README.md#getservercapabilities) - Get Server Capabilities
* [getServerPreferences](docs/sdks/server/README.md#getserverpreferences) - Get Server Preferences
* [getAvailableClients](docs/sdks/server/README.md#getavailableclients) - Get Available Clients
* [getDevices](docs/sdks/server/README.md#getdevices) - Get Devices
* [getServerIdentity](docs/sdks/server/README.md#getserveridentity) - Get Server Identity
* [getMyPlexAccount](docs/sdks/server/README.md#getmyplexaccount) - Get MyPlex Account
* [getResizedPhoto](docs/sdks/server/README.md#getresizedphoto) - Get a Resized Photo
* [getMediaProviders](docs/sdks/server/README.md#getmediaproviders) - Get Media Providers
* [getServerList](docs/sdks/server/README.md#getserverlist) - Get Server List
### [sessions](docs/sdks/sessions/README.md)
@@ -207,11 +196,28 @@ run();
* [getTranscodeSessions](docs/sdks/sessions/README.md#gettranscodesessions) - Get Transcode Sessions
* [stopTranscodeSession](docs/sdks/sessions/README.md#stoptranscodesession) - Stop a Transcode Session
### [statistics](docs/sdks/statistics/README.md)
* [getStatistics](docs/sdks/statistics/README.md#getstatistics) - Get Media Statistics
* [getResourcesStatistics](docs/sdks/statistics/README.md#getresourcesstatistics) - Get Resources Statistics
* [getBandwidthStatistics](docs/sdks/statistics/README.md#getbandwidthstatistics) - Get Bandwidth Statistics
### [updater](docs/sdks/updater/README.md)
* [getUpdateStatus](docs/sdks/updater/README.md#getupdatestatus) - Querying status of updates
* [checkForUpdates](docs/sdks/updater/README.md#checkforupdates) - Checking for updates
* [applyUpdates](docs/sdks/updater/README.md#applyupdates) - Apply Updates
### [video](docs/sdks/video/README.md)
* [getTimeline](docs/sdks/video/README.md#gettimeline) - Get the timeline for a media item
* [startUniversalTranscode](docs/sdks/video/README.md#startuniversaltranscode) - Start Universal Transcode
### [watchlist](docs/sdks/watchlist/README.md)
* [getWatchList](docs/sdks/watchlist/README.md#getwatchlist) - Get User Watchlist
</details>
<!-- End Available Resources and Operations [operations] -->
<!-- Start Error Handling [errors] -->

View File

@@ -1008,4 +1008,34 @@ Based on:
### Generated
- [typescript v0.22.2] .
### Releases
- [NPM v0.22.2] https://www.npmjs.com/package/@lukehagar/plexjs/v/0.22.2 - .
- [NPM v0.22.2] https://www.npmjs.com/package/@lukehagar/plexjs/v/0.22.2 - .
## 2024-09-13 00:09:09
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.396.6 (2.415.6) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.23.0] .
### Releases
- [NPM v0.23.0] https://www.npmjs.com/package/@lukehagar/plexjs/v/0.23.0 - .
## 2024-09-14 00:08:56
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.396.9 (2.415.7) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.23.1] .
### Releases
- [NPM v0.23.1] https://www.npmjs.com/package/@lukehagar/plexjs/v/0.23.1 - .
## 2024-09-15 00:10:25
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.396.9 (2.415.7) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.23.2] .
### Releases
- [NPM v0.23.2] https://www.npmjs.com/package/@lukehagar/plexjs/v/0.23.2 - .

View File

@@ -6,7 +6,7 @@
import { AddPlaylistContentsRequest } from "@lukehagar/plexjs/sdk/models/operations";
let value: AddPlaylistContentsRequest = {
playlistID: 6625.27,
playlistID: 8209.94,
uri: "server://12345/com.plexapp.plugins.library/library/metadata/1",
playQueueID: 123,
};

View File

@@ -7,7 +7,7 @@ import { AddPlaylistContentsResponse } from "@lukehagar/plexjs/sdk/models/operat
let value: AddPlaylistContentsResponse = {
contentType: "<value>",
statusCode: 820994,
statusCode: 13571,
rawResponse: new Response("{\"message\": \"hello world\"}", {
headers: { "Content-Type": "application/json" },
}),

View File

@@ -7,7 +7,7 @@ import { ApplyUpdatesResponse } from "@lukehagar/plexjs/sdk/models/operations";
let value: ApplyUpdatesResponse = {
contentType: "<value>",
statusCode: 318569,
statusCode: 667411,
rawResponse: new Response("{\"message\": \"hello world\"}", {
headers: { "Content-Type": "application/json" },
}),

View File

@@ -7,7 +7,7 @@ import { Billing } from "@lukehagar/plexjs/sdk/models/operations";
let value: Billing = {
internalPaymentMethod: {},
paymentMethodId: 317983,
paymentMethodId: 414263,
};
```

View File

@@ -7,7 +7,7 @@ import { CancelServerActivitiesResponse } from "@lukehagar/plexjs/sdk/models/ope
let value: CancelServerActivitiesResponse = {
contentType: "<value>",
statusCode: 791725,
statusCode: 812169,
rawResponse: new Response("{\"message\": \"hello world\"}", {
headers: { "Content-Type": "application/json" },
}),

View File

@@ -7,7 +7,7 @@ import { CheckForUpdatesResponse } from "@lukehagar/plexjs/sdk/models/operations
let value: CheckForUpdatesResponse = {
contentType: "<value>",
statusCode: 277718,
statusCode: 9356,
rawResponse: new Response("{\"message\": \"hello world\"}", {
headers: { "Content-Type": "application/json" },
}),

View File

@@ -6,7 +6,7 @@
import { ClearPlaylistContentsRequest } from "@lukehagar/plexjs/sdk/models/operations";
let value: ClearPlaylistContentsRequest = {
playlistID: 9495.72,
playlistID: 3687.25,
};
```

View File

@@ -7,7 +7,7 @@ import { ClearPlaylistContentsResponse } from "@lukehagar/plexjs/sdk/models/oper
let value: ClearPlaylistContentsResponse = {
contentType: "<value>",
statusCode: 368725,
statusCode: 662527,
rawResponse: new Response("{\"message\": \"hello world\"}", {
headers: { "Content-Type": "application/json" },
}),

View File

@@ -7,9 +7,9 @@ import { Connections } from "@lukehagar/plexjs/sdk/models/operations";
let value: Connections = {
protocol: "<value>",
address: "971 Strosin Wall",
port: 4736.08,
uri: "https://starry-initialise.name",
address: "718 Wolff Light",
port: 7991.59,
uri: "https://jumbo-lobotomy.net",
local: false,
relay: false,
iPv6: false,

View File

@@ -7,7 +7,7 @@ type of playlist to create
```typescript
import { CreatePlaylistQueryParamType } from "@lukehagar/plexjs/sdk/models/operations";
let value: CreatePlaylistQueryParamType = CreatePlaylistQueryParamType.Video;
let value: CreatePlaylistQueryParamType = CreatePlaylistQueryParamType.Audio;
```
## Values

View File

@@ -7,9 +7,9 @@ import { CreatePlaylistQueryParamType, CreatePlaylistRequest, Smart } from "@luk
let value: CreatePlaylistRequest = {
title: "<value>",
type: CreatePlaylistQueryParamType.Photo,
type: CreatePlaylistQueryParamType.Video,
smart: Smart.One,
uri: "https://exotic-harm.info",
uri: "http://immediate-instructor.info",
};
```

View File

@@ -7,7 +7,7 @@ import { CreatePlaylistResponse } from "@lukehagar/plexjs/sdk/models/operations"
let value: CreatePlaylistResponse = {
contentType: "<value>",
statusCode: 474697,
statusCode: 244425,
rawResponse: new Response("{\"message\": \"hello world\"}", {
headers: { "Content-Type": "application/json" },
}),

View File

@@ -7,7 +7,7 @@ The forced subtitles searches mode (0 = Prefer non-forced subtitles, 1 = Prefer
```typescript
import { DefaultSubtitleForced } from "@lukehagar/plexjs/sdk/models/operations";
let value: DefaultSubtitleForced = DefaultSubtitleForced.One;
let value: DefaultSubtitleForced = DefaultSubtitleForced.Zero;
```
## Values

View File

@@ -7,7 +7,7 @@ import { DeleteLibraryResponse } from "@lukehagar/plexjs/sdk/models/operations";
let value: DeleteLibraryResponse = {
contentType: "<value>",
statusCode: 697631,
statusCode: 99280,
rawResponse: new Response("{\"message\": \"hello world\"}", {
headers: { "Content-Type": "application/json" },
}),

View File

@@ -6,7 +6,7 @@
import { DeletePlaylistRequest } from "@lukehagar/plexjs/sdk/models/operations";
let value: DeletePlaylistRequest = {
playlistID: 6747.52,
playlistID: 6563.3,
};
```

View File

@@ -7,7 +7,7 @@ import { DeletePlaylistResponse } from "@lukehagar/plexjs/sdk/models/operations"
let value: DeletePlaylistResponse = {
contentType: "<value>",
statusCode: 656330,
statusCode: 317202,
rawResponse: new Response("{\"message\": \"hello world\"}", {
headers: { "Content-Type": "application/json" },
}),

View File

@@ -7,7 +7,7 @@ import { EnablePaperTrailResponse } from "@lukehagar/plexjs/sdk/models/operation
let value: EnablePaperTrailResponse = {
contentType: "<value>",
statusCode: 208876,
statusCode: 635059,
rawResponse: new Response("{\"message\": \"hello world\"}", {
headers: { "Content-Type": "application/json" },
}),

View File

@@ -5,7 +5,7 @@
```typescript
import { Features } from "@lukehagar/plexjs/sdk/models/operations";
let value: Features = Features.WatchTogetherInvite;
let value: Features = Features.LiveTvSupportIncompleteSegments;
```
## Values

View File

@@ -7,7 +7,7 @@ Filter
```typescript
import { Filter } from "@lukehagar/plexjs/sdk/models/operations";
let value: Filter = Filter.Available;
let value: Filter = Filter.All;
```
## Values

View File

@@ -7,7 +7,7 @@ import { GetAllLibrariesResponse } from "@lukehagar/plexjs/sdk/models/operations
let value: GetAllLibrariesResponse = {
contentType: "<value>",
statusCode: 613064,
statusCode: 437032,
rawResponse: new Response("{\"message\": \"hello world\"}", {
headers: { "Content-Type": "application/json" },
}),

View File

@@ -7,7 +7,7 @@ import { GetBandwidthStatisticsResponse } from "@lukehagar/plexjs/sdk/models/ope
let value: GetBandwidthStatisticsResponse = {
contentType: "<value>",
statusCode: 916723,
statusCode: 921158,
rawResponse: new Response("{\"message\": \"hello world\"}", {
headers: { "Content-Type": "application/json" },
}),

View File

@@ -7,7 +7,7 @@ import { GetButlerTasksResponse } from "@lukehagar/plexjs/sdk/models/operations"
let value: GetButlerTasksResponse = {
contentType: "<value>",
statusCode: 812169,
statusCode: 528895,
rawResponse: new Response("{\"message\": \"hello world\"}", {
headers: { "Content-Type": "application/json" },
}),

View File

@@ -7,7 +7,7 @@ import { GetCompanionsDataResponse } from "@lukehagar/plexjs/sdk/models/operatio
let value: GetCompanionsDataResponse = {
contentType: "<value>",
statusCode: 87129,
statusCode: 648172,
rawResponse: new Response("{\"message\": \"hello world\"}", {
headers: { "Content-Type": "application/json" },
}),

View File

@@ -7,7 +7,7 @@ import { GetFileHashResponse } from "@lukehagar/plexjs/sdk/models/operations";
let value: GetFileHashResponse = {
contentType: "<value>",
statusCode: 449950,
statusCode: 359508,
rawResponse: new Response("{\"message\": \"hello world\"}", {
headers: { "Content-Type": "application/json" },
}),

View File

@@ -7,7 +7,7 @@ import { GetGeoDataResponse } from "@lukehagar/plexjs/sdk/models/operations";
let value: GetGeoDataResponse = {
contentType: "<value>",
statusCode: 20218,
statusCode: 368241,
rawResponse: new Response("{\"message\": \"hello world\"}", {
headers: { "Content-Type": "application/json" },
}),

View File

@@ -7,7 +7,7 @@ import { GetHomeDataResponse } from "@lukehagar/plexjs/sdk/models/operations";
let value: GetHomeDataResponse = {
contentType: "<value>",
statusCode: 368241,
statusCode: 832620,
rawResponse: new Response("{\"message\": \"hello world\"}", {
headers: { "Content-Type": "application/json" },
}),

View File

@@ -7,7 +7,7 @@ import { GetLibraryDetailsResponse } from "@lukehagar/plexjs/sdk/models/operatio
let value: GetLibraryDetailsResponse = {
contentType: "<value>",
statusCode: 902349,
statusCode: 697631,
rawResponse: new Response("{\"message\": \"hello world\"}", {
headers: { "Content-Type": "application/json" },
}),

View File

@@ -7,7 +7,7 @@ import { GetLibraryItemsRequest, IncludeGuids, IncludeMeta, Tag, Type } from "@l
let value: GetLibraryItemsRequest = {
sectionKey: 9518,
tag: Tag.Unwatched,
tag: Tag.Folder,
includeGuids: IncludeGuids.One,
includeMeta: IncludeMeta.One,
type: Type.Two,

View File

@@ -8,7 +8,7 @@ import { RFCDate } from "@lukehagar/plexjs/sdk/types";
let value: GetLibraryItemsResponse = {
contentType: "<value>",
statusCode: 666767,
statusCode: 653140,
rawResponse: new Response("{\"message\": \"hello world\"}", {
headers: { "Content-Type": "application/json" },
}),

View File

@@ -7,7 +7,7 @@ import { GetMediaProvidersResponse } from "@lukehagar/plexjs/sdk/models/operatio
let value: GetMediaProvidersResponse = {
contentType: "<value>",
statusCode: 437587,
statusCode: 297534,
rawResponse: new Response("{\"message\": \"hello world\"}", {
headers: { "Content-Type": "application/json" },
}),

View File

@@ -8,7 +8,7 @@ import { RFCDate } from "@lukehagar/plexjs/sdk/types";
let value: GetMetaDataByRatingKeyResponse = {
contentType: "<value>",
statusCode: 358152,
statusCode: 128926,
rawResponse: new Response("{\"message\": \"hello world\"}", {
headers: { "Content-Type": "application/json" },
}),

View File

@@ -6,7 +6,7 @@
import { GetMetadataChildrenRequest } from "@lukehagar/plexjs/sdk/models/operations";
let value: GetMetadataChildrenRequest = {
ratingKey: 1289.26,
ratingKey: 7506.86,
};
```

View File

@@ -7,7 +7,7 @@ import { GetMetadataChildrenResponse } from "@lukehagar/plexjs/sdk/models/operat
let value: GetMetadataChildrenResponse = {
contentType: "<value>",
statusCode: 750686,
statusCode: 315428,
rawResponse: new Response("{\"message\": \"hello world\"}", {
headers: { "Content-Type": "application/json" },
}),

View File

@@ -7,7 +7,7 @@ import { GetOnDeckResponse } from "@lukehagar/plexjs/sdk/models/operations";
let value: GetOnDeckResponse = {
contentType: "<value>",
statusCode: 607831,
statusCode: 363711,
rawResponse: new Response("{\"message\": \"hello world\"}", {
headers: { "Content-Type": "application/json" },
}),

View File

@@ -6,7 +6,7 @@
import { GetPlaylistContentsQueryParamType, GetPlaylistContentsRequest } from "@lukehagar/plexjs/sdk/models/operations";
let value: GetPlaylistContentsRequest = {
playlistID: 7783.46,
playlistID: 1965.82,
type: GetPlaylistContentsQueryParamType.Two,
};
```

View File

@@ -8,7 +8,7 @@ import { RFCDate } from "@lukehagar/plexjs/sdk/types";
let value: GetPlaylistContentsResponse = {
contentType: "<value>",
statusCode: 196582,
statusCode: 949572,
rawResponse: new Response("{\"message\": \"hello world\"}", {
headers: { "Content-Type": "application/json" },
}),

View File

@@ -6,7 +6,7 @@
import { GetPlaylistRequest } from "@lukehagar/plexjs/sdk/models/operations";
let value: GetPlaylistRequest = {
playlistID: 3380.07,
playlistID: 1103.75,
};
```

View File

@@ -7,7 +7,7 @@ import { GetPlaylistResponse } from "@lukehagar/plexjs/sdk/models/operations";
let value: GetPlaylistResponse = {
contentType: "<value>",
statusCode: 110375,
statusCode: 674752,
rawResponse: new Response("{\"message\": \"hello world\"}", {
headers: { "Content-Type": "application/json" },
}),

View File

@@ -7,7 +7,7 @@ import { GetPlaylistsResponse } from "@lukehagar/plexjs/sdk/models/operations";
let value: GetPlaylistsResponse = {
contentType: "<value>",
statusCode: 158969,
statusCode: 338007,
rawResponse: new Response("{\"message\": \"hello world\"}", {
headers: { "Content-Type": "application/json" },
}),

View File

@@ -7,7 +7,7 @@ import { GetRecentlyAddedResponse } from "@lukehagar/plexjs/sdk/models/operation
let value: GetRecentlyAddedResponse = {
contentType: "<value>",
statusCode: 359508,
statusCode: 613064,
rawResponse: new Response("{\"message\": \"hello world\"}", {
headers: { "Content-Type": "application/json" },
}),

View File

@@ -7,7 +7,7 @@ import { Force, GetRefreshLibraryMetadataRequest } from "@lukehagar/plexjs/sdk/m
let value: GetRefreshLibraryMetadataRequest = {
sectionKey: 9518,
force: Force.One,
force: Force.Zero,
};
```

View File

@@ -7,7 +7,7 @@ import { GetRefreshLibraryMetadataResponse } from "@lukehagar/plexjs/sdk/models/
let value: GetRefreshLibraryMetadataResponse = {
contentType: "<value>",
statusCode: 170909,
statusCode: 210382,
rawResponse: new Response("{\"message\": \"hello world\"}", {
headers: { "Content-Type": "application/json" },
}),

View File

@@ -11,7 +11,7 @@ let value: GetResizedPhotoRequest = {
opacity: 100,
blur: 20,
minSize: MinSize.One,
upscale: Upscale.One,
upscale: Upscale.Zero,
url: "/library/metadata/49564/thumb/1654258204",
};
```

View File

@@ -7,7 +7,7 @@ import { GetResizedPhotoResponse } from "@lukehagar/plexjs/sdk/models/operations
let value: GetResizedPhotoResponse = {
contentType: "<value>",
statusCode: 384382,
statusCode: 437587,
rawResponse: new Response("{\"message\": \"hello world\"}", {
headers: { "Content-Type": "application/json" },
}),

View File

@@ -7,7 +7,7 @@ import { GetResourcesStatisticsResponse } from "@lukehagar/plexjs/sdk/models/ope
let value: GetResourcesStatisticsResponse = {
contentType: "<value>",
statusCode: 523248,
statusCode: 93940,
rawResponse: new Response("{\"message\": \"hello world\"}", {
headers: { "Content-Type": "application/json" },
}),

View File

@@ -7,7 +7,7 @@ import { GetSearchLibraryResponse } from "@lukehagar/plexjs/sdk/models/operation
let value: GetSearchLibraryResponse = {
contentType: "<value>",
statusCode: 210382,
statusCode: 358152,
rawResponse: new Response("{\"message\": \"hello world\"}", {
headers: { "Content-Type": "application/json" },
}),

View File

@@ -7,7 +7,7 @@ import { GetSearchResultsResponse } from "@lukehagar/plexjs/sdk/models/operation
let value: GetSearchResultsResponse = {
contentType: "<value>",
statusCode: 681820,
statusCode: 449950,
rawResponse: new Response("{\"message\": \"hello world\"}", {
headers: { "Content-Type": "application/json" },
}),

View File

@@ -7,7 +7,7 @@ import { GetServerActivitiesResponse } from "@lukehagar/plexjs/sdk/models/operat
let value: GetServerActivitiesResponse = {
contentType: "<value>",
statusCode: 477665,
statusCode: 791725,
rawResponse: new Response("{\"message\": \"hello world\"}", {
headers: { "Content-Type": "application/json" },
}),

View File

@@ -7,7 +7,7 @@ import { GetServerListResponse } from "@lukehagar/plexjs/sdk/models/operations";
let value: GetServerListResponse = {
contentType: "<value>",
statusCode: 297534,
statusCode: 891773,
rawResponse: new Response("{\"message\": \"hello world\"}", {
headers: { "Content-Type": "application/json" },
}),

View File

@@ -8,7 +8,7 @@ import { RFCDate } from "@lukehagar/plexjs/sdk/types";
let value: GetSessionHistoryResponse = {
contentType: "<value>",
statusCode: 921158,
statusCode: 83112,
rawResponse: new Response("{\"message\": \"hello world\"}", {
headers: { "Content-Type": "application/json" },
}),

View File

@@ -7,7 +7,7 @@ import { GetSessionsResponse } from "@lukehagar/plexjs/sdk/models/operations";
let value: GetSessionsResponse = {
contentType: "<value>",
statusCode: 93940,
statusCode: 575947,
rawResponse: new Response("{\"message\": \"hello world\"}", {
headers: { "Content-Type": "application/json" },
}),

View File

@@ -7,7 +7,7 @@ import { GetSourceConnectionInformationResponse } from "@lukehagar/plexjs/sdk/mo
let value: GetSourceConnectionInformationResponse = {
contentType: "<value>",
statusCode: 96098,
statusCode: 976460,
rawResponse: new Response("{\"message\": \"hello world\"}", {
headers: { "Content-Type": "application/json" },
}),

View File

@@ -7,7 +7,7 @@ import { GetStatisticsResponse } from "@lukehagar/plexjs/sdk/models/operations";
let value: GetStatisticsResponse = {
contentType: "<value>",
statusCode: 508969,
statusCode: 916723,
rawResponse: new Response("{\"message\": \"hello world\"}", {
headers: { "Content-Type": "application/json" },
}),

View File

@@ -7,7 +7,7 @@ import { GetTimelineResponse } from "@lukehagar/plexjs/sdk/models/operations";
let value: GetTimelineResponse = {
contentType: "<value>",
statusCode: 272656,
statusCode: 383441,
rawResponse: new Response("{\"message\": \"hello world\"}", {
headers: { "Content-Type": "application/json" },
}),

View File

@@ -5,7 +5,8 @@
```typescript
import { GetTokenDetailsFeatures } from "@lukehagar/plexjs/sdk/models/operations";
let value: GetTokenDetailsFeatures = GetTokenDetailsFeatures.HRKEnableEUR;
let value: GetTokenDetailsFeatures =
GetTokenDetailsFeatures.IncreasePasswordComplexity;
```
## Values

View File

@@ -20,7 +20,7 @@ import {
let value: GetTokenDetailsResponse = {
contentType: "<value>",
statusCode: 19987,
statusCode: 441711,
rawResponse: new Response("{\"message\": \"hello world\"}", {
headers: { "Content-Type": "application/json" },
}),
@@ -58,7 +58,7 @@ let value: GetTokenDetailsResponse = {
defaultSubtitleLanguage: "en",
autoSelectSubtitle: AutoSelectSubtitle.One,
defaultSubtitleAccessibility: DefaultSubtitleAccessibility.One,
defaultSubtitleForced: DefaultSubtitleForced.Zero,
defaultSubtitleForced: DefaultSubtitleForced.One,
watchedIndicator: WatchedIndicator.One,
mediaReviewsVisibility: MediaReviewsVisibility.Zero,
},

View File

@@ -56,7 +56,7 @@ let value: GetTokenDetailsUserPlexAccount = {
defaultSubtitleAccessibility: DefaultSubtitleAccessibility.One,
defaultSubtitleForced: DefaultSubtitleForced.Zero,
watchedIndicator: WatchedIndicator.One,
mediaReviewsVisibility: MediaReviewsVisibility.One,
mediaReviewsVisibility: MediaReviewsVisibility.Zero,
},
protected: false,
rememberExpiresAt: 1722364046,

View File

@@ -8,7 +8,7 @@ import { RFCDate } from "@lukehagar/plexjs/sdk/types";
let value: GetTopWatchedContentResponse = {
contentType: "<value>",
statusCode: 315428,
statusCode: 607831,
rawResponse: new Response("{\"message\": \"hello world\"}", {
headers: { "Content-Type": "application/json" },
}),

View File

@@ -7,7 +7,7 @@ import { GetTranscodeSessionsResponse } from "@lukehagar/plexjs/sdk/models/opera
let value: GetTranscodeSessionsResponse = {
contentType: "<value>",
statusCode: 575947,
statusCode: 929297,
rawResponse: new Response("{\"message\": \"hello world\"}", {
headers: { "Content-Type": "application/json" },
}),

View File

@@ -7,7 +7,7 @@ import { GetTransientTokenResponse } from "@lukehagar/plexjs/sdk/models/operatio
let value: GetTransientTokenResponse = {
contentType: "<value>",
statusCode: 837945,
statusCode: 673660,
rawResponse: new Response("{\"message\": \"hello world\"}", {
headers: { "Content-Type": "application/json" },
}),

View File

@@ -7,7 +7,7 @@ import { GetUpdateStatusResponse } from "@lukehagar/plexjs/sdk/models/operations
let value: GetUpdateStatusResponse = {
contentType: "<value>",
statusCode: 929297,
statusCode: 318569,
rawResponse: new Response("{\"message\": \"hello world\"}", {
headers: { "Content-Type": "application/json" },
}),

View File

@@ -7,7 +7,7 @@ import { GetUserFriendsResponse, Status } from "@lukehagar/plexjs/sdk/models/ope
let value: GetUserFriendsResponse = {
contentType: "<value>",
statusCode: 648172,
statusCode: 20218,
rawResponse: new Response("{\"message\": \"hello world\"}", {
headers: { "Content-Type": "application/json" },
}),

View File

@@ -7,7 +7,7 @@ import { GetWatchListResponse } from "@lukehagar/plexjs/sdk/models/operations";
let value: GetWatchListResponse = {
contentType: "<value>",
statusCode: 634274,
statusCode: 988374,
rawResponse: new Response("{\"message\": \"hello world\"}", {
headers: { "Content-Type": "application/json" },
}),

View File

@@ -8,7 +8,7 @@ include collections in the results
```typescript
import { IncludeCollections } from "@lukehagar/plexjs/sdk/models/operations";
let value: IncludeCollections = IncludeCollections.Zero;
let value: IncludeCollections = IncludeCollections.One;
```
## Values

View File

@@ -9,7 +9,7 @@ Only exists for backwards compatibility, media providers other than the server l
```typescript
import { IncludeDetails } from "@lukehagar/plexjs/sdk/models/operations";
let value: IncludeDetails = IncludeDetails.Zero;
let value: IncludeDetails = IncludeDetails.One;
```
## Values

View File

@@ -8,7 +8,7 @@ The type of library to filter. Can be "movie" or "show", or all if not present.
```typescript
import { Libtype } from "@lukehagar/plexjs/sdk/models/operations";
let value: Libtype = Libtype.Movie;
let value: Libtype = Libtype.Show;
```
## Values

View File

@@ -6,7 +6,7 @@
import { Level, LogLineRequest } from "@lukehagar/plexjs/sdk/models/operations";
let value: LogLineRequest = {
level: Level.Four,
level: Level.Zero,
message: "Test log message",
source: "Postman",
};

View File

@@ -7,7 +7,7 @@ import { LogLineResponse } from "@lukehagar/plexjs/sdk/models/operations";
let value: LogLineResponse = {
contentType: "<value>",
statusCode: 102044,
statusCode: 652790,
rawResponse: new Response("{\"message\": \"hello world\"}", {
headers: { "Content-Type": "application/json" },
}),

View File

@@ -7,7 +7,7 @@ import { LogMultiLineResponse } from "@lukehagar/plexjs/sdk/models/operations";
let value: LogMultiLineResponse = {
contentType: "<value>",
statusCode: 652790,
statusCode: 208876,
rawResponse: new Response("{\"message\": \"hello world\"}", {
headers: { "Content-Type": "application/json" },
}),

View File

@@ -7,7 +7,7 @@ import { MarkPlayedResponse } from "@lukehagar/plexjs/sdk/models/operations";
let value: MarkPlayedResponse = {
contentType: "<value>",
statusCode: 891773,
statusCode: 56713,
rawResponse: new Response("{\"message\": \"hello world\"}", {
headers: { "Content-Type": "application/json" },
}),

View File

@@ -7,7 +7,7 @@ import { MarkUnplayedResponse } from "@lukehagar/plexjs/sdk/models/operations";
let value: MarkUnplayedResponse = {
contentType: "<value>",
statusCode: 56713,
statusCode: 963663,
rawResponse: new Response("{\"message\": \"hello world\"}", {
headers: { "Content-Type": "application/json" },
}),

View File

@@ -22,7 +22,7 @@ let value: PastSubscription = {
state: PostUsersSignInDataState.Ended,
billing: {
internalPaymentMethod: {},
paymentMethodId: 880476,
paymentMethodId: 918236,
},
};
```

View File

@@ -7,7 +7,7 @@ The name of the task to be started.
```typescript
import { PathParamTaskName } from "@lukehagar/plexjs/sdk/models/operations";
let value: PathParamTaskName = PathParamTaskName.RefreshLocalMedia;
let value: PathParamTaskName = PathParamTaskName.BackupDatabase;
```
## Values

View File

@@ -6,7 +6,7 @@
import { PerformSearchRequest } from "@lukehagar/plexjs/sdk/models/operations";
let value: PerformSearchRequest = {
query: "arnold",
query: "dylan",
limit: 5,
};
```

View File

@@ -7,7 +7,7 @@ import { PerformSearchResponse } from "@lukehagar/plexjs/sdk/models/operations";
let value: PerformSearchResponse = {
contentType: "<value>",
statusCode: 943749,
statusCode: 902599,
rawResponse: new Response("{\"message\": \"hello world\"}", {
headers: { "Content-Type": "application/json" },
}),

View File

@@ -7,7 +7,7 @@ import { PerformVoiceSearchResponse } from "@lukehagar/plexjs/sdk/models/operati
let value: PerformVoiceSearchResponse = {
contentType: "<value>",
statusCode: 902599,
statusCode: 681820,
rawResponse: new Response("{\"message\": \"hello world\"}", {
headers: { "Content-Type": "application/json" },
}),

View File

@@ -7,7 +7,7 @@ limit to a type of playlist.
```typescript
import { PlaylistType } from "@lukehagar/plexjs/sdk/models/operations";
let value: PlaylistType = PlaylistType.Audio;
let value: PlaylistType = PlaylistType.Video;
```
## Values

View File

@@ -7,16 +7,16 @@ import { PlexDevice } from "@lukehagar/plexjs/sdk/models/operations";
let value: PlexDevice = {
name: "<value>",
product: "Oriental Metal Computer",
product: "Handcrafted Bronze Fish",
productVersion: "<value>",
platform: "<value>",
platformVersion: "<value>",
device: "<value>",
clientIdentifier: "<value>",
createdAt: new Date("2024-02-29T19:31:16.563Z"),
lastSeenAt: new Date("2023-12-03T08:28:56.752Z"),
createdAt: new Date("2023-12-03T08:28:56.752Z"),
lastSeenAt: new Date("2023-09-30T21:26:54.920Z"),
provides: "<value>",
ownerId: 582020,
ownerId: 143353,
sourceTitle: "<value>",
publicAddress: "<value>",
accessToken: "<value>",
@@ -32,7 +32,7 @@ let value: PlexDevice = {
connections: [
{
protocol: "<value>",
address: "59751 Jaren Ford",
address: "9751 Jaren Ford",
port: 1863.32,
uri: "https://several-increase.biz",
local: false,

View File

@@ -6,7 +6,7 @@
import { PostUsersSignInDataAuthenticationFeatures } from "@lukehagar/plexjs/sdk/models/operations";
let value: PostUsersSignInDataAuthenticationFeatures =
PostUsersSignInDataAuthenticationFeatures.PhotosFavorites;
PostUsersSignInDataAuthenticationFeatures.TunerSharing;
```
## Values

View File

@@ -6,7 +6,7 @@
import { PostUsersSignInDataFeatures } from "@lukehagar/plexjs/sdk/models/operations";
let value: PostUsersSignInDataFeatures =
PostUsersSignInDataFeatures.AmazonLoopDebug;
PostUsersSignInDataFeatures.DisableHomeUserFriendships;
```
## Values

View File

@@ -8,7 +8,7 @@ Your current mailing list status
import { PostUsersSignInDataMailingListStatus } from "@lukehagar/plexjs/sdk/models/operations";
let value: PostUsersSignInDataMailingListStatus =
PostUsersSignInDataMailingListStatus.Unsubscribed;
PostUsersSignInDataMailingListStatus.Active;
```
## Values

View File

@@ -21,7 +21,7 @@ import {
let value: PostUsersSignInDataResponse = {
contentType: "<value>",
statusCode: 692472,
statusCode: 566602,
rawResponse: new Response("{\"message\": \"hello world\"}", {
headers: { "Content-Type": "application/json" },
}),
@@ -60,7 +60,7 @@ let value: PostUsersSignInDataResponse = {
autoSelectSubtitle: PostUsersSignInDataAutoSelectSubtitle.One,
defaultSubtitleAccessibility:
PostUsersSignInDataDefaultSubtitleAccessibility.One,
defaultSubtitleForced: PostUsersSignInDataDefaultSubtitleForced.One,
defaultSubtitleForced: PostUsersSignInDataDefaultSubtitleForced.Zero,
watchedIndicator: PostUsersSignInDataWatchedIndicator.One,
mediaReviewsVisibility: PostUsersSignInDataMediaReviewsVisibility.One,
},
@@ -126,7 +126,7 @@ let value: PostUsersSignInDataResponse = {
state: PostUsersSignInDataState.Ended,
billing: {
internalPaymentMethod: {},
paymentMethodId: 265389,
paymentMethodId: 523248,
},
},
],

View File

@@ -56,9 +56,9 @@ let value: PostUsersSignInDataUserPlexAccount = {
autoSelectSubtitle: PostUsersSignInDataAutoSelectSubtitle.One,
defaultSubtitleAccessibility:
PostUsersSignInDataDefaultSubtitleAccessibility.One,
defaultSubtitleForced: PostUsersSignInDataDefaultSubtitleForced.One,
defaultSubtitleForced: PostUsersSignInDataDefaultSubtitleForced.Zero,
watchedIndicator: PostUsersSignInDataWatchedIndicator.One,
mediaReviewsVisibility: PostUsersSignInDataMediaReviewsVisibility.Zero,
mediaReviewsVisibility: PostUsersSignInDataMediaReviewsVisibility.One,
},
protected: false,
rememberExpiresAt: 1722364046,
@@ -122,7 +122,7 @@ let value: PostUsersSignInDataUserPlexAccount = {
state: PostUsersSignInDataState.Ended,
billing: {
internalPaymentMethod: {},
paymentMethodId: 216822,
paymentMethodId: 565189,
},
},
],

View File

@@ -21,7 +21,7 @@ let value: PostUsersSignInDataUserProfile = {
PostUsersSignInDataDefaultSubtitleAccessibility.One,
defaultSubtitleForced: PostUsersSignInDataDefaultSubtitleForced.Zero,
watchedIndicator: PostUsersSignInDataWatchedIndicator.One,
mediaReviewsVisibility: PostUsersSignInDataMediaReviewsVisibility.Zero,
mediaReviewsVisibility: PostUsersSignInDataMediaReviewsVisibility.One,
};
```

View File

@@ -7,7 +7,7 @@ type of playlists to return (default is all).
```typescript
import { QueryParamSmart } from "@lukehagar/plexjs/sdk/models/operations";
let value: QueryParamSmart = QueryParamSmart.One;
let value: QueryParamSmart = QueryParamSmart.Zero;
```
## Values

View File

@@ -7,7 +7,7 @@ whether the playlist is smart or not
```typescript
import { Smart } from "@lukehagar/plexjs/sdk/models/operations";
let value: Smart = Smart.Zero;
let value: Smart = Smart.One;
```
## Values

View File

@@ -7,7 +7,7 @@ import { StartAllTasksResponse } from "@lukehagar/plexjs/sdk/models/operations";
let value: StartAllTasksResponse = {
contentType: "<value>",
statusCode: 528895,
statusCode: 479977,
rawResponse: new Response("{\"message\": \"hello world\"}", {
headers: { "Content-Type": "application/json" },
}),

View File

@@ -6,7 +6,7 @@
import { StartTaskRequest, TaskName } from "@lukehagar/plexjs/sdk/models/operations";
let value: StartTaskRequest = {
taskName: TaskName.DeepMediaAnalysis,
taskName: TaskName.RefreshPeriodicMetadata,
};
```

View File

@@ -7,7 +7,7 @@ import { StartTaskResponse } from "@lukehagar/plexjs/sdk/models/operations";
let value: StartTaskResponse = {
contentType: "<value>",
statusCode: 925597,
statusCode: 836079,
rawResponse: new Response("{\"message\": \"hello world\"}", {
headers: { "Content-Type": "application/json" },
}),

View File

@@ -7,7 +7,7 @@ import { StartUniversalTranscodeResponse } from "@lukehagar/plexjs/sdk/models/op
let value: StartUniversalTranscodeResponse = {
contentType: "<value>",
statusCode: 383441,
statusCode: 477665,
rawResponse: new Response("{\"message\": \"hello world\"}", {
headers: { "Content-Type": "application/json" },
}),

View File

@@ -7,7 +7,7 @@ import { StopAllTasksResponse } from "@lukehagar/plexjs/sdk/models/operations";
let value: StopAllTasksResponse = {
contentType: "<value>",
statusCode: 479977,
statusCode: 568045,
rawResponse: new Response("{\"message\": \"hello world\"}", {
headers: { "Content-Type": "application/json" },
}),

View File

@@ -6,7 +6,7 @@
import { PathParamTaskName, StopTaskRequest } from "@lukehagar/plexjs/sdk/models/operations";
let value: StopTaskRequest = {
taskName: PathParamTaskName.BackupDatabase,
taskName: PathParamTaskName.CleanOldCacheFiles,
};
```

View File

@@ -7,7 +7,7 @@ import { StopTaskResponse } from "@lukehagar/plexjs/sdk/models/operations";
let value: StopTaskResponse = {
contentType: "<value>",
statusCode: 337396,
statusCode: 87129,
rawResponse: new Response("{\"message\": \"hello world\"}", {
headers: { "Content-Type": "application/json" },
}),

View File

@@ -7,7 +7,7 @@ import { StopTranscodeSessionResponse } from "@lukehagar/plexjs/sdk/models/opera
let value: StopTranscodeSessionResponse = {
contentType: "<value>",
statusCode: 83112,
statusCode: 277718,
rawResponse: new Response("{\"message\": \"hello world\"}", {
headers: { "Content-Type": "application/json" },
}),

View File

@@ -7,7 +7,7 @@ the name of the task to be started.
```typescript
import { TaskName } from "@lukehagar/plexjs/sdk/models/operations";
let value: TaskName = TaskName.GenerateChapterThumbs;
let value: TaskName = TaskName.DeepMediaAnalysis;
```
## Values

Some files were not shown because too many files have changed in this diff Show More