ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.396.6

This commit is contained in:
speakeasybot
2024-09-13 00:11:18 +00:00
parent 9911164ab0
commit fd8095a8df
111 changed files with 205 additions and 187 deletions

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

View File

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

View File

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

View File

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

View File

@@ -7,7 +7,7 @@ import { QueryParamForce, UploadPlaylistRequest } from "@lukehagar/plexjs/sdk/mo
let value: UploadPlaylistRequest = {
path: "/home/barkley/playlist.m3u",
force: QueryParamForce.Zero,
force: QueryParamForce.One,
};
```

View File

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

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