@jellyfin/sdk 0.11.0 → 0.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +142 -0
- package/README.md +8 -53
- package/lib/api.d.ts +11 -2
- package/lib/api.js +23 -13
- package/lib/generated-client/api/activity-log-api.d.ts +1 -1
- package/lib/generated-client/api/api-key-api.d.ts +3 -3
- package/lib/generated-client/api/artists-api.d.ts +3 -3
- package/lib/generated-client/api/audio-api.d.ts +10 -10
- package/lib/generated-client/api/audio-api.js +4 -4
- package/lib/generated-client/api/backup-api.d.ts +209 -0
- package/lib/generated-client/api/backup-api.js +311 -0
- package/lib/generated-client/api/branding-api.d.ts +6 -6
- package/lib/generated-client/api/channels-api.d.ts +5 -5
- package/lib/generated-client/api/client-log-api.d.ts +1 -1
- package/lib/generated-client/api/collection-api.d.ts +3 -3
- package/lib/generated-client/api/configuration-api.d.ts +52 -5
- package/lib/generated-client/api/configuration-api.js +68 -1
- package/lib/generated-client/api/dashboard-api.d.ts +2 -2
- package/lib/generated-client/api/dashboard-api.js +1 -1
- package/lib/generated-client/api/devices-api.d.ts +5 -5
- package/lib/generated-client/api/devices-api.js +1 -1
- package/lib/generated-client/api/display-preferences-api.d.ts +2 -2
- package/lib/generated-client/api/display-preferences-api.js +1 -1
- package/lib/generated-client/api/dlna-api.d.ts +6 -6
- package/lib/generated-client/api/dlna-server-api.d.ts +16 -16
- package/lib/generated-client/api/dynamic-hls-api.d.ts +9 -9
- package/lib/generated-client/api/environment-api.d.ts +6 -6
- package/lib/generated-client/api/environment-api.js +1 -1
- package/lib/generated-client/api/filter-api.d.ts +2 -2
- package/lib/generated-client/api/genres-api.d.ts +2 -2
- package/lib/generated-client/api/genres-api.js +1 -1
- package/lib/generated-client/api/hls-segment-api.d.ts +5 -5
- package/lib/generated-client/api/hls-segment-api.js +1 -1
- package/lib/generated-client/api/image-api.d.ts +43 -331
- package/lib/generated-client/api/image-api.js +16 -196
- package/lib/generated-client/api/image-by-name-api.d.ts +6 -6
- package/lib/generated-client/api/instant-mix-api.d.ts +8 -8
- package/lib/generated-client/api/item-lookup-api.d.ts +11 -11
- package/lib/generated-client/api/item-refresh-api.d.ts +11 -3
- package/lib/generated-client/api/item-refresh-api.js +10 -5
- package/lib/generated-client/api/item-update-api.d.ts +3 -3
- package/lib/generated-client/api/items-api.d.ts +4 -4
- package/lib/generated-client/api/items-api.js +1 -1
- package/lib/generated-client/api/library-api.d.ts +25 -25
- package/lib/generated-client/api/library-api.js +1 -1
- package/lib/generated-client/api/library-structure-api.d.ts +8 -8
- package/lib/generated-client/api/live-tv-api.d.ts +55 -47
- package/lib/generated-client/api/live-tv-api.js +15 -10
- package/lib/generated-client/api/localization-api.d.ts +4 -4
- package/lib/generated-client/api/lyrics-api.d.ts +6 -6
- package/lib/generated-client/api/lyrics-api.js +1 -1
- package/lib/generated-client/api/media-info-api.d.ts +5 -5
- package/lib/generated-client/api/media-info-api.js +1 -1
- package/lib/generated-client/api/media-segments-api.d.ts +1 -1
- package/lib/generated-client/api/movies-api.d.ts +1 -1
- package/lib/generated-client/api/music-genres-api.d.ts +2 -2
- package/lib/generated-client/api/music-genres-api.js +1 -1
- package/lib/generated-client/api/notifications-api.d.ts +7 -7
- package/lib/generated-client/api/package-api.d.ts +6 -6
- package/lib/generated-client/api/package-api.js +1 -1
- package/lib/generated-client/api/persons-api.d.ts +2 -2
- package/lib/generated-client/api/persons-api.js +1 -1
- package/lib/generated-client/api/playlists-api.d.ts +11 -11
- package/lib/generated-client/api/playlists-api.js +1 -1
- package/lib/generated-client/api/playstate-api.d.ts +21 -9
- package/lib/generated-client/api/playstate-api.js +13 -1
- package/lib/generated-client/api/plugins-api.d.ts +9 -9
- package/lib/generated-client/api/quick-connect-api.d.ts +4 -4
- package/lib/generated-client/api/quick-connect-api.js +1 -1
- package/lib/generated-client/api/remote-image-api.d.ts +3 -3
- package/lib/generated-client/api/scheduled-tasks-api.d.ts +5 -5
- package/lib/generated-client/api/scheduled-tasks-api.js +1 -1
- package/lib/generated-client/api/search-api.d.ts +1 -1
- package/lib/generated-client/api/session-api.d.ts +16 -16
- package/lib/generated-client/api/startup-api.d.ts +7 -7
- package/lib/generated-client/api/startup-api.js +1 -1
- package/lib/generated-client/api/studios-api.d.ts +2 -2
- package/lib/generated-client/api/studios-api.js +1 -1
- package/lib/generated-client/api/subtitle-api.d.ts +10 -10
- package/lib/generated-client/api/subtitle-api.js +1 -1
- package/lib/generated-client/api/suggestions-api.d.ts +1 -1
- package/lib/generated-client/api/sync-play-api.d.ts +69 -23
- package/lib/generated-client/api/sync-play-api.js +67 -1
- package/lib/generated-client/api/system-api.d.ts +18 -22
- package/lib/generated-client/api/system-api.js +13 -17
- package/lib/generated-client/api/time-sync-api.d.ts +1 -1
- package/lib/generated-client/api/tmdb-api.d.ts +1 -1
- package/lib/generated-client/api/trailers-api.d.ts +1 -1
- package/lib/generated-client/api/trickplay-api.d.ts +2 -2
- package/lib/generated-client/api/tv-shows-api.d.ts +4 -4
- package/lib/generated-client/api/tv-shows-api.js +1 -1
- package/lib/generated-client/api/universal-audio-api.d.ts +2 -2
- package/lib/generated-client/api/user-api.d.ts +14 -14
- package/lib/generated-client/api/user-api.js +1 -1
- package/lib/generated-client/api/user-library-api.d.ts +10 -10
- package/lib/generated-client/api/user-views-api.d.ts +2 -2
- package/lib/generated-client/api/video-attachments-api.d.ts +1 -1
- package/lib/generated-client/api/videos-api.d.ts +7 -7
- package/lib/generated-client/api/years-api.d.ts +2 -2
- package/lib/generated-client/api/years-api.js +1 -1
- package/lib/generated-client/api.d.ts +1 -0
- package/lib/generated-client/common.d.ts +1 -1
- package/lib/generated-client/index.js +3 -0
- package/lib/generated-client/models/backup-manifest-dto.d.ts +48 -0
- package/lib/generated-client/models/backup-options-dto.d.ts +41 -0
- package/lib/generated-client/models/backup-restore-request-dto.d.ts +23 -0
- package/lib/generated-client/models/base-item-dto.d.ts +3 -3
- package/lib/generated-client/models/branding-options-dto.d.ts +35 -0
- package/lib/generated-client/models/custom-database-option.d.ts +29 -0
- package/lib/generated-client/models/custom-database-options.d.ts +42 -0
- package/lib/generated-client/models/database-configuration-options.d.ts +37 -0
- package/lib/generated-client/models/database-locking-behavior-types.d.ts +21 -0
- package/lib/generated-client/models/database-locking-behavior-types.js +24 -0
- package/lib/generated-client/models/external-id-info.d.ts +0 -7
- package/lib/generated-client/models/external-id-media-type.d.ts +1 -0
- package/lib/generated-client/models/external-id-media-type.js +2 -1
- package/lib/generated-client/models/folder-storage-dto.d.ts +47 -0
- package/lib/generated-client/models/group-update-type.d.ts +0 -2
- package/lib/generated-client/models/group-update-type.js +0 -2
- package/lib/generated-client/models/group-update.d.ts +19 -14
- package/lib/generated-client/models/index.d.ts +25 -8
- package/lib/generated-client/models/index.js +2 -0
- package/lib/generated-client/models/item-fields.d.ts +0 -11
- package/lib/generated-client/models/item-fields.js +0 -11
- package/lib/generated-client/models/item-sort-by.d.ts +0 -2
- package/lib/generated-client/models/item-sort-by.js +1 -3
- package/lib/generated-client/models/library-options-result-dto.d.ts +6 -0
- package/lib/generated-client/models/library-options.d.ts +1 -1
- package/lib/generated-client/models/library-storage-dto.d.ts +36 -0
- package/lib/generated-client/models/lyric-line-cue.d.ts +41 -0
- package/lib/generated-client/models/lyric-line.d.ts +7 -0
- package/lib/generated-client/models/media-segment-type.d.ts +1 -1
- package/lib/generated-client/models/media-segment-type.js +1 -1
- package/lib/generated-client/models/media-stream.d.ts +6 -0
- package/lib/generated-client/models/metadata-editor-info.d.ts +6 -6
- package/lib/generated-client/models/network-configuration.d.ts +1 -0
- package/lib/generated-client/models/open-live-stream-dto.d.ts +1 -1
- package/lib/generated-client/models/outbound-web-socket-message.d.ts +2 -2
- package/lib/generated-client/models/parental-rating-score.d.ts +29 -0
- package/lib/generated-client/models/parental-rating.d.ts +8 -1
- package/lib/generated-client/models/playback-info-dto.d.ts +1 -1
- package/lib/generated-client/models/plugin-status.d.ts +1 -0
- package/lib/generated-client/models/plugin-status.js +1 -0
- package/lib/generated-client/models/profile-condition-value.d.ts +1 -0
- package/lib/generated-client/models/profile-condition-value.js +2 -1
- package/lib/generated-client/models/server-configuration.d.ts +21 -9
- package/lib/generated-client/models/startup-configuration-dto.d.ts +6 -0
- package/lib/generated-client/models/startup-remote-access-dto.d.ts +1 -0
- package/lib/generated-client/models/sync-play-group-does-not-exist-update.d.ts +36 -0
- package/lib/generated-client/models/sync-play-group-joined-update.d.ts +37 -0
- package/lib/generated-client/models/sync-play-group-left-update.d.ts +36 -0
- package/lib/generated-client/models/sync-play-group-update-message.d.ts +37 -0
- package/lib/generated-client/models/sync-play-library-access-denied-update.d.ts +36 -0
- package/lib/generated-client/models/sync-play-not-in-group-update.d.ts +36 -0
- package/lib/generated-client/models/sync-play-play-queue-update.d.ts +37 -0
- package/lib/generated-client/models/sync-play-state-update.d.ts +37 -0
- package/lib/generated-client/models/sync-play-user-joined-update.d.ts +36 -0
- package/lib/generated-client/models/sync-play-user-left-update.d.ts +36 -0
- package/lib/generated-client/models/system-info.d.ts +7 -0
- package/lib/generated-client/models/system-storage-dto.d.ts +67 -0
- package/lib/generated-client/models/task-trigger-info-type.d.ts +22 -0
- package/lib/generated-client/models/task-trigger-info-type.js +25 -0
- package/lib/generated-client/models/task-trigger-info.d.ts +4 -3
- package/lib/generated-client/models/transcode-reason.d.ts +1 -0
- package/lib/generated-client/models/transcode-reason.js +2 -1
- package/lib/generated-client/models/transcoding-info.d.ts +1 -1
- package/lib/generated-client/models/transcoding-profile.d.ts +1 -1
- package/lib/generated-client/models/trickplay-info-dto.d.ts +59 -0
- package/lib/generated-client/models/trickplay-info.d.ts +7 -1
- package/lib/generated-client/models/tuner-host-info.d.ts +6 -0
- package/lib/generated-client/models/user-policy.d.ts +6 -0
- package/lib/generated-client/models/video-range-type.d.ts +4 -0
- package/lib/generated-client/models/video-range-type.js +4 -0
- package/lib/models/api/image-request-parameters.d.ts +0 -1
- package/lib/models/api/index.d.ts +0 -1
- package/lib/models/api/index.js +1 -1
- package/lib/utils/api/session-api.js +16 -1
- package/lib/utils/api/user-api.js +26 -1
- package/lib/versions.d.ts +2 -2
- package/lib/versions.js +2 -2
- package/package.json +18 -16
- package/lib/models/api/item-sort-by.d.ts +0 -40
- package/lib/models/api/item-sort-by.js +0 -43
|
@@ -15,31 +15,31 @@ import type { ExternalIdInfo } from './external-id-info';
|
|
|
15
15
|
import type { NameValuePair } from './name-value-pair';
|
|
16
16
|
import type { ParentalRating } from './parental-rating';
|
|
17
17
|
/**
|
|
18
|
-
*
|
|
18
|
+
* A class representing metadata editor information.
|
|
19
19
|
* @export
|
|
20
20
|
* @interface MetadataEditorInfo
|
|
21
21
|
*/
|
|
22
22
|
export interface MetadataEditorInfo {
|
|
23
23
|
/**
|
|
24
|
-
*
|
|
24
|
+
* Gets or sets the parental rating options.
|
|
25
25
|
* @type {Array<ParentalRating>}
|
|
26
26
|
* @memberof MetadataEditorInfo
|
|
27
27
|
*/
|
|
28
28
|
'ParentalRatingOptions'?: Array<ParentalRating>;
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
30
|
+
* Gets or sets the countries.
|
|
31
31
|
* @type {Array<CountryInfo>}
|
|
32
32
|
* @memberof MetadataEditorInfo
|
|
33
33
|
*/
|
|
34
34
|
'Countries'?: Array<CountryInfo>;
|
|
35
35
|
/**
|
|
36
|
-
*
|
|
36
|
+
* Gets or sets the cultures.
|
|
37
37
|
* @type {Array<CultureDto>}
|
|
38
38
|
* @memberof MetadataEditorInfo
|
|
39
39
|
*/
|
|
40
40
|
'Cultures'?: Array<CultureDto>;
|
|
41
41
|
/**
|
|
42
|
-
*
|
|
42
|
+
* Gets or sets the external id infos.
|
|
43
43
|
* @type {Array<ExternalIdInfo>}
|
|
44
44
|
* @memberof MetadataEditorInfo
|
|
45
45
|
*/
|
|
@@ -51,7 +51,7 @@ export interface MetadataEditorInfo {
|
|
|
51
51
|
*/
|
|
52
52
|
'ContentType'?: CollectionType;
|
|
53
53
|
/**
|
|
54
|
-
*
|
|
54
|
+
* Gets or sets the content type options.
|
|
55
55
|
* @type {Array<NameValuePair>}
|
|
56
56
|
* @memberof MetadataEditorInfo
|
|
57
57
|
*/
|
|
@@ -77,7 +77,7 @@ export interface OpenLiveStreamDto {
|
|
|
77
77
|
*/
|
|
78
78
|
'EnableDirectPlay'?: boolean | null;
|
|
79
79
|
/**
|
|
80
|
-
* Gets or sets a value indicating whether to
|
|
80
|
+
* Gets or sets a value indicating whether to enable direct stream.
|
|
81
81
|
* @type {boolean}
|
|
82
82
|
* @memberof OpenLiveStreamDto
|
|
83
83
|
*/
|
|
@@ -30,7 +30,7 @@ import type { ServerRestartingMessage } from './server-restarting-message';
|
|
|
30
30
|
import type { ServerShuttingDownMessage } from './server-shutting-down-message';
|
|
31
31
|
import type { SessionsMessage } from './sessions-message';
|
|
32
32
|
import type { SyncPlayCommandMessage } from './sync-play-command-message';
|
|
33
|
-
import type {
|
|
33
|
+
import type { SyncPlayGroupUpdateMessage } from './sync-play-group-update-message';
|
|
34
34
|
import type { TimerCancelledMessage } from './timer-cancelled-message';
|
|
35
35
|
import type { TimerCreatedMessage } from './timer-created-message';
|
|
36
36
|
import type { UserDataChangedMessage } from './user-data-changed-message';
|
|
@@ -87,7 +87,7 @@ export type OutboundWebSocketMessage = {
|
|
|
87
87
|
MessageType: 'SyncPlayCommand';
|
|
88
88
|
} & SyncPlayCommandMessage | {
|
|
89
89
|
MessageType: 'SyncPlayGroupUpdate';
|
|
90
|
-
} &
|
|
90
|
+
} & SyncPlayGroupUpdateMessage | {
|
|
91
91
|
MessageType: 'TimerCancelled';
|
|
92
92
|
} & TimerCancelledMessage | {
|
|
93
93
|
MessageType: 'TimerCreated';
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
3
|
+
* Do not edit the class manually.
|
|
4
|
+
*
|
|
5
|
+
* Jellyfin API
|
|
6
|
+
*
|
|
7
|
+
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
8
|
+
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
9
|
+
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
10
|
+
*/
|
|
11
|
+
/**
|
|
12
|
+
* A class representing an parental rating score.
|
|
13
|
+
* @export
|
|
14
|
+
* @interface ParentalRatingScore
|
|
15
|
+
*/
|
|
16
|
+
export interface ParentalRatingScore {
|
|
17
|
+
/**
|
|
18
|
+
* Gets or sets the score.
|
|
19
|
+
* @type {number}
|
|
20
|
+
* @memberof ParentalRatingScore
|
|
21
|
+
*/
|
|
22
|
+
'score'?: number;
|
|
23
|
+
/**
|
|
24
|
+
* Gets or sets the sub score.
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof ParentalRatingScore
|
|
27
|
+
*/
|
|
28
|
+
'subScore'?: number | null;
|
|
29
|
+
}
|
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
9
9
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
10
10
|
*/
|
|
11
|
+
import type { ParentalRatingScore } from './parental-rating-score';
|
|
11
12
|
/**
|
|
12
13
|
* Class ParentalRating.
|
|
13
14
|
* @export
|
|
@@ -19,11 +20,17 @@ export interface ParentalRating {
|
|
|
19
20
|
* @type {string}
|
|
20
21
|
* @memberof ParentalRating
|
|
21
22
|
*/
|
|
22
|
-
'Name'?: string
|
|
23
|
+
'Name'?: string;
|
|
23
24
|
/**
|
|
24
25
|
* Gets or sets the value.
|
|
25
26
|
* @type {number}
|
|
26
27
|
* @memberof ParentalRating
|
|
27
28
|
*/
|
|
28
29
|
'Value'?: number | null;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {ParentalRatingScore}
|
|
33
|
+
* @memberof ParentalRating
|
|
34
|
+
*/
|
|
35
|
+
'RatingScore'?: ParentalRatingScore;
|
|
29
36
|
}
|
|
@@ -17,6 +17,7 @@ export declare const PluginStatus: {
|
|
|
17
17
|
readonly Active: "Active";
|
|
18
18
|
readonly Restart: "Restart";
|
|
19
19
|
readonly Deleted: "Deleted";
|
|
20
|
+
readonly Superseded: "Superseded";
|
|
20
21
|
readonly Superceded: "Superceded";
|
|
21
22
|
readonly Malfunctioned: "Malfunctioned";
|
|
22
23
|
readonly NotSupported: "NotSupported";
|
|
@@ -38,5 +38,6 @@ export declare const ProfileConditionValue: {
|
|
|
38
38
|
readonly AudioSampleRate: "AudioSampleRate";
|
|
39
39
|
readonly AudioBitDepth: "AudioBitDepth";
|
|
40
40
|
readonly VideoRangeType: "VideoRangeType";
|
|
41
|
+
readonly NumStreams: "NumStreams";
|
|
41
42
|
};
|
|
42
43
|
export type ProfileConditionValue = typeof ProfileConditionValue[keyof typeof ProfileConditionValue];
|
|
@@ -39,7 +39,8 @@ const ProfileConditionValue = {
|
|
|
39
39
|
IsInterlaced: 'IsInterlaced',
|
|
40
40
|
AudioSampleRate: 'AudioSampleRate',
|
|
41
41
|
AudioBitDepth: 'AudioBitDepth',
|
|
42
|
-
VideoRangeType: 'VideoRangeType'
|
|
42
|
+
VideoRangeType: 'VideoRangeType',
|
|
43
|
+
NumStreams: 'NumStreams'
|
|
43
44
|
};
|
|
44
45
|
|
|
45
46
|
export { ProfileConditionValue };
|
|
@@ -77,7 +77,7 @@ export interface ServerConfiguration {
|
|
|
77
77
|
*/
|
|
78
78
|
'QuickConnectAvailable'?: boolean;
|
|
79
79
|
/**
|
|
80
|
-
* Gets or sets a value indicating whether [enable case
|
|
80
|
+
* Gets or sets a value indicating whether [enable case-sensitive item ids].
|
|
81
81
|
* @type {boolean}
|
|
82
82
|
* @memberof ServerConfiguration
|
|
83
83
|
*/
|
|
@@ -172,6 +172,12 @@ export interface ServerConfiguration {
|
|
|
172
172
|
* @memberof ServerConfiguration
|
|
173
173
|
*/
|
|
174
174
|
'LibraryUpdateDuration'?: number;
|
|
175
|
+
/**
|
|
176
|
+
* Gets or sets the maximum amount of items to cache.
|
|
177
|
+
* @type {number}
|
|
178
|
+
* @memberof ServerConfiguration
|
|
179
|
+
*/
|
|
180
|
+
'CacheSize'?: number;
|
|
175
181
|
/**
|
|
176
182
|
*
|
|
177
183
|
* @type {ImageSavingConvention}
|
|
@@ -231,7 +237,13 @@ export interface ServerConfiguration {
|
|
|
231
237
|
* @type {boolean}
|
|
232
238
|
* @memberof ServerConfiguration
|
|
233
239
|
*/
|
|
234
|
-
'
|
|
240
|
+
'EnableGroupingMoviesIntoCollections'?: boolean;
|
|
241
|
+
/**
|
|
242
|
+
*
|
|
243
|
+
* @type {boolean}
|
|
244
|
+
* @memberof ServerConfiguration
|
|
245
|
+
*/
|
|
246
|
+
'EnableGroupingShowsIntoCollections'?: boolean;
|
|
235
247
|
/**
|
|
236
248
|
*
|
|
237
249
|
* @type {boolean}
|
|
@@ -304,12 +316,6 @@ export interface ServerConfiguration {
|
|
|
304
316
|
* @memberof ServerConfiguration
|
|
305
317
|
*/
|
|
306
318
|
'LibraryMetadataRefreshConcurrency'?: number;
|
|
307
|
-
/**
|
|
308
|
-
* Gets or sets a value indicating whether older plugins should automatically be deleted from the plugin folder.
|
|
309
|
-
* @type {boolean}
|
|
310
|
-
* @memberof ServerConfiguration
|
|
311
|
-
*/
|
|
312
|
-
'RemoveOldPlugins'?: boolean;
|
|
313
319
|
/**
|
|
314
320
|
* Gets or sets a value indicating whether clients should be allowed to upload logs.
|
|
315
321
|
* @type {boolean}
|
|
@@ -317,7 +323,7 @@ export interface ServerConfiguration {
|
|
|
317
323
|
*/
|
|
318
324
|
'AllowClientLogUpload'?: boolean;
|
|
319
325
|
/**
|
|
320
|
-
* Gets or sets the dummy chapter duration in seconds, use 0 (zero) or less to disable generation
|
|
326
|
+
* Gets or sets the dummy chapter duration in seconds, use 0 (zero) or less to disable generation altogether.
|
|
321
327
|
* @type {number}
|
|
322
328
|
* @memberof ServerConfiguration
|
|
323
329
|
*/
|
|
@@ -346,4 +352,10 @@ export interface ServerConfiguration {
|
|
|
346
352
|
* @memberof ServerConfiguration
|
|
347
353
|
*/
|
|
348
354
|
'TrickplayOptions'?: TrickplayOptions;
|
|
355
|
+
/**
|
|
356
|
+
* Gets or sets a value indicating whether old authorization methods are allowed.
|
|
357
|
+
* @type {boolean}
|
|
358
|
+
* @memberof ServerConfiguration
|
|
359
|
+
*/
|
|
360
|
+
'EnableLegacyAuthorization'?: boolean;
|
|
349
361
|
}
|
|
@@ -14,6 +14,12 @@
|
|
|
14
14
|
* @interface StartupConfigurationDto
|
|
15
15
|
*/
|
|
16
16
|
export interface StartupConfigurationDto {
|
|
17
|
+
/**
|
|
18
|
+
* Gets or sets the server name.
|
|
19
|
+
* @type {string}
|
|
20
|
+
* @memberof StartupConfigurationDto
|
|
21
|
+
*/
|
|
22
|
+
'ServerName'?: string | null;
|
|
17
23
|
/**
|
|
18
24
|
* Gets or sets UI language culture.
|
|
19
25
|
* @type {string}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
3
|
+
* Do not edit the class manually.
|
|
4
|
+
*
|
|
5
|
+
* Jellyfin API
|
|
6
|
+
*
|
|
7
|
+
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
8
|
+
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
9
|
+
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
10
|
+
*/
|
|
11
|
+
import type { GroupUpdateType } from './group-update-type';
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface SyncPlayGroupDoesNotExistUpdate
|
|
16
|
+
*/
|
|
17
|
+
export interface SyncPlayGroupDoesNotExistUpdate {
|
|
18
|
+
/**
|
|
19
|
+
* Gets the group identifier.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof SyncPlayGroupDoesNotExistUpdate
|
|
22
|
+
*/
|
|
23
|
+
'GroupId'?: string;
|
|
24
|
+
/**
|
|
25
|
+
* Gets the update data.
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof SyncPlayGroupDoesNotExistUpdate
|
|
28
|
+
*/
|
|
29
|
+
'Data'?: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {GroupUpdateType}
|
|
33
|
+
* @memberof SyncPlayGroupDoesNotExistUpdate
|
|
34
|
+
*/
|
|
35
|
+
'Type'?: GroupUpdateType;
|
|
36
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
3
|
+
* Do not edit the class manually.
|
|
4
|
+
*
|
|
5
|
+
* Jellyfin API
|
|
6
|
+
*
|
|
7
|
+
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
8
|
+
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
9
|
+
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
10
|
+
*/
|
|
11
|
+
import type { GroupInfoDto } from './group-info-dto';
|
|
12
|
+
import type { GroupUpdateType } from './group-update-type';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface SyncPlayGroupJoinedUpdate
|
|
17
|
+
*/
|
|
18
|
+
export interface SyncPlayGroupJoinedUpdate {
|
|
19
|
+
/**
|
|
20
|
+
* Gets the group identifier.
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof SyncPlayGroupJoinedUpdate
|
|
23
|
+
*/
|
|
24
|
+
'GroupId'?: string;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {GroupInfoDto}
|
|
28
|
+
* @memberof SyncPlayGroupJoinedUpdate
|
|
29
|
+
*/
|
|
30
|
+
'Data'?: GroupInfoDto;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {GroupUpdateType}
|
|
34
|
+
* @memberof SyncPlayGroupJoinedUpdate
|
|
35
|
+
*/
|
|
36
|
+
'Type'?: GroupUpdateType;
|
|
37
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
3
|
+
* Do not edit the class manually.
|
|
4
|
+
*
|
|
5
|
+
* Jellyfin API
|
|
6
|
+
*
|
|
7
|
+
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
8
|
+
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
9
|
+
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
10
|
+
*/
|
|
11
|
+
import type { GroupUpdateType } from './group-update-type';
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface SyncPlayGroupLeftUpdate
|
|
16
|
+
*/
|
|
17
|
+
export interface SyncPlayGroupLeftUpdate {
|
|
18
|
+
/**
|
|
19
|
+
* Gets the group identifier.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof SyncPlayGroupLeftUpdate
|
|
22
|
+
*/
|
|
23
|
+
'GroupId'?: string;
|
|
24
|
+
/**
|
|
25
|
+
* Gets the update data.
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof SyncPlayGroupLeftUpdate
|
|
28
|
+
*/
|
|
29
|
+
'Data'?: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {GroupUpdateType}
|
|
33
|
+
* @memberof SyncPlayGroupLeftUpdate
|
|
34
|
+
*/
|
|
35
|
+
'Type'?: GroupUpdateType;
|
|
36
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
3
|
+
* Do not edit the class manually.
|
|
4
|
+
*
|
|
5
|
+
* Jellyfin API
|
|
6
|
+
*
|
|
7
|
+
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
8
|
+
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
9
|
+
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
10
|
+
*/
|
|
11
|
+
import type { GroupUpdate } from './group-update';
|
|
12
|
+
import type { SessionMessageType } from './session-message-type';
|
|
13
|
+
/**
|
|
14
|
+
* Untyped sync play command.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface SyncPlayGroupUpdateMessage
|
|
17
|
+
*/
|
|
18
|
+
export interface SyncPlayGroupUpdateMessage {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {GroupUpdate}
|
|
22
|
+
* @memberof SyncPlayGroupUpdateMessage
|
|
23
|
+
*/
|
|
24
|
+
'Data'?: GroupUpdate;
|
|
25
|
+
/**
|
|
26
|
+
* Gets or sets the message id.
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof SyncPlayGroupUpdateMessage
|
|
29
|
+
*/
|
|
30
|
+
'MessageId'?: string;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {SessionMessageType}
|
|
34
|
+
* @memberof SyncPlayGroupUpdateMessage
|
|
35
|
+
*/
|
|
36
|
+
'MessageType'?: SessionMessageType;
|
|
37
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
3
|
+
* Do not edit the class manually.
|
|
4
|
+
*
|
|
5
|
+
* Jellyfin API
|
|
6
|
+
*
|
|
7
|
+
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
8
|
+
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
9
|
+
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
10
|
+
*/
|
|
11
|
+
import type { GroupUpdateType } from './group-update-type';
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface SyncPlayLibraryAccessDeniedUpdate
|
|
16
|
+
*/
|
|
17
|
+
export interface SyncPlayLibraryAccessDeniedUpdate {
|
|
18
|
+
/**
|
|
19
|
+
* Gets the group identifier.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof SyncPlayLibraryAccessDeniedUpdate
|
|
22
|
+
*/
|
|
23
|
+
'GroupId'?: string;
|
|
24
|
+
/**
|
|
25
|
+
* Gets the update data.
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof SyncPlayLibraryAccessDeniedUpdate
|
|
28
|
+
*/
|
|
29
|
+
'Data'?: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {GroupUpdateType}
|
|
33
|
+
* @memberof SyncPlayLibraryAccessDeniedUpdate
|
|
34
|
+
*/
|
|
35
|
+
'Type'?: GroupUpdateType;
|
|
36
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
3
|
+
* Do not edit the class manually.
|
|
4
|
+
*
|
|
5
|
+
* Jellyfin API
|
|
6
|
+
*
|
|
7
|
+
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
8
|
+
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
9
|
+
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
10
|
+
*/
|
|
11
|
+
import type { GroupUpdateType } from './group-update-type';
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface SyncPlayNotInGroupUpdate
|
|
16
|
+
*/
|
|
17
|
+
export interface SyncPlayNotInGroupUpdate {
|
|
18
|
+
/**
|
|
19
|
+
* Gets the group identifier.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof SyncPlayNotInGroupUpdate
|
|
22
|
+
*/
|
|
23
|
+
'GroupId'?: string;
|
|
24
|
+
/**
|
|
25
|
+
* Gets the update data.
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof SyncPlayNotInGroupUpdate
|
|
28
|
+
*/
|
|
29
|
+
'Data'?: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {GroupUpdateType}
|
|
33
|
+
* @memberof SyncPlayNotInGroupUpdate
|
|
34
|
+
*/
|
|
35
|
+
'Type'?: GroupUpdateType;
|
|
36
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
3
|
+
* Do not edit the class manually.
|
|
4
|
+
*
|
|
5
|
+
* Jellyfin API
|
|
6
|
+
*
|
|
7
|
+
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
8
|
+
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
9
|
+
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
10
|
+
*/
|
|
11
|
+
import type { GroupUpdateType } from './group-update-type';
|
|
12
|
+
import type { PlayQueueUpdate } from './play-queue-update';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface SyncPlayPlayQueueUpdate
|
|
17
|
+
*/
|
|
18
|
+
export interface SyncPlayPlayQueueUpdate {
|
|
19
|
+
/**
|
|
20
|
+
* Gets the group identifier.
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof SyncPlayPlayQueueUpdate
|
|
23
|
+
*/
|
|
24
|
+
'GroupId'?: string;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {PlayQueueUpdate}
|
|
28
|
+
* @memberof SyncPlayPlayQueueUpdate
|
|
29
|
+
*/
|
|
30
|
+
'Data'?: PlayQueueUpdate;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {GroupUpdateType}
|
|
34
|
+
* @memberof SyncPlayPlayQueueUpdate
|
|
35
|
+
*/
|
|
36
|
+
'Type'?: GroupUpdateType;
|
|
37
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
3
|
+
* Do not edit the class manually.
|
|
4
|
+
*
|
|
5
|
+
* Jellyfin API
|
|
6
|
+
*
|
|
7
|
+
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
8
|
+
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
9
|
+
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
10
|
+
*/
|
|
11
|
+
import type { GroupStateUpdate } from './group-state-update';
|
|
12
|
+
import type { GroupUpdateType } from './group-update-type';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface SyncPlayStateUpdate
|
|
17
|
+
*/
|
|
18
|
+
export interface SyncPlayStateUpdate {
|
|
19
|
+
/**
|
|
20
|
+
* Gets the group identifier.
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof SyncPlayStateUpdate
|
|
23
|
+
*/
|
|
24
|
+
'GroupId'?: string;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {GroupStateUpdate}
|
|
28
|
+
* @memberof SyncPlayStateUpdate
|
|
29
|
+
*/
|
|
30
|
+
'Data'?: GroupStateUpdate;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {GroupUpdateType}
|
|
34
|
+
* @memberof SyncPlayStateUpdate
|
|
35
|
+
*/
|
|
36
|
+
'Type'?: GroupUpdateType;
|
|
37
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
3
|
+
* Do not edit the class manually.
|
|
4
|
+
*
|
|
5
|
+
* Jellyfin API
|
|
6
|
+
*
|
|
7
|
+
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
8
|
+
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
9
|
+
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
10
|
+
*/
|
|
11
|
+
import type { GroupUpdateType } from './group-update-type';
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface SyncPlayUserJoinedUpdate
|
|
16
|
+
*/
|
|
17
|
+
export interface SyncPlayUserJoinedUpdate {
|
|
18
|
+
/**
|
|
19
|
+
* Gets the group identifier.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof SyncPlayUserJoinedUpdate
|
|
22
|
+
*/
|
|
23
|
+
'GroupId'?: string;
|
|
24
|
+
/**
|
|
25
|
+
* Gets the update data.
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof SyncPlayUserJoinedUpdate
|
|
28
|
+
*/
|
|
29
|
+
'Data'?: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {GroupUpdateType}
|
|
33
|
+
* @memberof SyncPlayUserJoinedUpdate
|
|
34
|
+
*/
|
|
35
|
+
'Type'?: GroupUpdateType;
|
|
36
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
3
|
+
* Do not edit the class manually.
|
|
4
|
+
*
|
|
5
|
+
* Jellyfin API
|
|
6
|
+
*
|
|
7
|
+
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
8
|
+
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
9
|
+
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
10
|
+
*/
|
|
11
|
+
import type { GroupUpdateType } from './group-update-type';
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface SyncPlayUserLeftUpdate
|
|
16
|
+
*/
|
|
17
|
+
export interface SyncPlayUserLeftUpdate {
|
|
18
|
+
/**
|
|
19
|
+
* Gets the group identifier.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof SyncPlayUserLeftUpdate
|
|
22
|
+
*/
|
|
23
|
+
'GroupId'?: string;
|
|
24
|
+
/**
|
|
25
|
+
* Gets the update data.
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof SyncPlayUserLeftUpdate
|
|
28
|
+
*/
|
|
29
|
+
'Data'?: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {GroupUpdateType}
|
|
33
|
+
* @memberof SyncPlayUserLeftUpdate
|
|
34
|
+
*/
|
|
35
|
+
'Type'?: GroupUpdateType;
|
|
36
|
+
}
|