@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
|
@@ -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 { CustomDatabaseOptions } from './custom-database-options';
|
|
12
|
+
import type { DatabaseLockingBehaviorTypes } from './database-locking-behavior-types';
|
|
13
|
+
/**
|
|
14
|
+
* Options to configure jellyfins managed database.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface DatabaseConfigurationOptions
|
|
17
|
+
*/
|
|
18
|
+
export interface DatabaseConfigurationOptions {
|
|
19
|
+
/**
|
|
20
|
+
* Gets or Sets the type of database jellyfin should use.
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof DatabaseConfigurationOptions
|
|
23
|
+
*/
|
|
24
|
+
'DatabaseType'?: string;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {CustomDatabaseOptions}
|
|
28
|
+
* @memberof DatabaseConfigurationOptions
|
|
29
|
+
*/
|
|
30
|
+
'CustomProviderOptions'?: CustomDatabaseOptions;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {DatabaseLockingBehaviorTypes}
|
|
34
|
+
* @memberof DatabaseConfigurationOptions
|
|
35
|
+
*/
|
|
36
|
+
'LockingBehavior'?: DatabaseLockingBehaviorTypes;
|
|
37
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
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
|
+
* Defines all possible methods for locking database access for concurrent queries.
|
|
13
|
+
* @export
|
|
14
|
+
* @enum {string}
|
|
15
|
+
*/
|
|
16
|
+
export declare const DatabaseLockingBehaviorTypes: {
|
|
17
|
+
readonly NoLock: "NoLock";
|
|
18
|
+
readonly Pessimistic: "Pessimistic";
|
|
19
|
+
readonly Optimistic: "Optimistic";
|
|
20
|
+
};
|
|
21
|
+
export type DatabaseLockingBehaviorTypes = typeof DatabaseLockingBehaviorTypes[keyof typeof DatabaseLockingBehaviorTypes];
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
5
|
+
* Do not edit the class manually.
|
|
6
|
+
*
|
|
7
|
+
* Jellyfin API
|
|
8
|
+
*
|
|
9
|
+
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
10
|
+
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
11
|
+
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
12
|
+
*/
|
|
13
|
+
/**
|
|
14
|
+
* Defines all possible methods for locking database access for concurrent queries.
|
|
15
|
+
* @export
|
|
16
|
+
* @enum {string}
|
|
17
|
+
*/
|
|
18
|
+
const DatabaseLockingBehaviorTypes = {
|
|
19
|
+
NoLock: 'NoLock',
|
|
20
|
+
Pessimistic: 'Pessimistic',
|
|
21
|
+
Optimistic: 'Optimistic'
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
export { DatabaseLockingBehaviorTypes };
|
|
@@ -33,11 +33,4 @@ export interface ExternalIdInfo {
|
|
|
33
33
|
* @memberof ExternalIdInfo
|
|
34
34
|
*/
|
|
35
35
|
'Type'?: ExternalIdMediaType;
|
|
36
|
-
/**
|
|
37
|
-
* Gets or sets the URL format string.
|
|
38
|
-
* @type {string}
|
|
39
|
-
* @memberof ExternalIdInfo
|
|
40
|
-
* @deprecated
|
|
41
|
-
*/
|
|
42
|
-
'UrlFormatString'?: string | null;
|
|
43
36
|
}
|
|
@@ -27,5 +27,6 @@ export declare const ExternalIdMediaType: {
|
|
|
27
27
|
readonly Series: "Series";
|
|
28
28
|
readonly Track: "Track";
|
|
29
29
|
readonly Book: "Book";
|
|
30
|
+
readonly Recording: "Recording";
|
|
30
31
|
};
|
|
31
32
|
export type ExternalIdMediaType = typeof ExternalIdMediaType[keyof typeof ExternalIdMediaType];
|
|
@@ -0,0 +1,47 @@
|
|
|
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
|
+
* Contains information about a specific folder.
|
|
13
|
+
* @export
|
|
14
|
+
* @interface FolderStorageDto
|
|
15
|
+
*/
|
|
16
|
+
export interface FolderStorageDto {
|
|
17
|
+
/**
|
|
18
|
+
* Gets the path of the folder in question.
|
|
19
|
+
* @type {string}
|
|
20
|
+
* @memberof FolderStorageDto
|
|
21
|
+
*/
|
|
22
|
+
'Path'?: string;
|
|
23
|
+
/**
|
|
24
|
+
* Gets the free space of the underlying storage device of the Jellyfin.Api.Models.SystemInfoDtos.FolderStorageDto.Path.
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof FolderStorageDto
|
|
27
|
+
*/
|
|
28
|
+
'FreeSpace'?: number;
|
|
29
|
+
/**
|
|
30
|
+
* Gets the used space of the underlying storage device of the Jellyfin.Api.Models.SystemInfoDtos.FolderStorageDto.Path.
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof FolderStorageDto
|
|
33
|
+
*/
|
|
34
|
+
'UsedSpace'?: number;
|
|
35
|
+
/**
|
|
36
|
+
* Gets the kind of storage device of the Jellyfin.Api.Models.SystemInfoDtos.FolderStorageDto.Path.
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof FolderStorageDto
|
|
39
|
+
*/
|
|
40
|
+
'StorageType'?: string | null;
|
|
41
|
+
/**
|
|
42
|
+
* Gets the Device Identifier.
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof FolderStorageDto
|
|
45
|
+
*/
|
|
46
|
+
'DeviceId'?: string | null;
|
|
47
|
+
}
|
|
@@ -22,8 +22,6 @@ export declare const GroupUpdateType: {
|
|
|
22
22
|
readonly PlayQueue: "PlayQueue";
|
|
23
23
|
readonly NotInGroup: "NotInGroup";
|
|
24
24
|
readonly GroupDoesNotExist: "GroupDoesNotExist";
|
|
25
|
-
readonly CreateGroupDenied: "CreateGroupDenied";
|
|
26
|
-
readonly JoinGroupDenied: "JoinGroupDenied";
|
|
27
25
|
readonly LibraryAccessDenied: "LibraryAccessDenied";
|
|
28
26
|
};
|
|
29
27
|
export type GroupUpdateType = typeof GroupUpdateType[keyof typeof GroupUpdateType];
|
|
@@ -24,8 +24,6 @@ const GroupUpdateType = {
|
|
|
24
24
|
PlayQueue: 'PlayQueue',
|
|
25
25
|
NotInGroup: 'NotInGroup',
|
|
26
26
|
GroupDoesNotExist: 'GroupDoesNotExist',
|
|
27
|
-
CreateGroupDenied: 'CreateGroupDenied',
|
|
28
|
-
JoinGroupDenied: 'JoinGroupDenied',
|
|
29
27
|
LibraryAccessDenied: 'LibraryAccessDenied'
|
|
30
28
|
};
|
|
31
29
|
|
|
@@ -8,31 +8,36 @@
|
|
|
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 {
|
|
12
|
-
import type {
|
|
13
|
-
import type {
|
|
14
|
-
import type {
|
|
11
|
+
import type { SyncPlayGroupDoesNotExistUpdate } from './sync-play-group-does-not-exist-update';
|
|
12
|
+
import type { SyncPlayGroupJoinedUpdate } from './sync-play-group-joined-update';
|
|
13
|
+
import type { SyncPlayGroupLeftUpdate } from './sync-play-group-left-update';
|
|
14
|
+
import type { SyncPlayLibraryAccessDeniedUpdate } from './sync-play-library-access-denied-update';
|
|
15
|
+
import type { SyncPlayNotInGroupUpdate } from './sync-play-not-in-group-update';
|
|
16
|
+
import type { SyncPlayPlayQueueUpdate } from './sync-play-play-queue-update';
|
|
17
|
+
import type { SyncPlayStateUpdate } from './sync-play-state-update';
|
|
18
|
+
import type { SyncPlayUserJoinedUpdate } from './sync-play-user-joined-update';
|
|
19
|
+
import type { SyncPlayUserLeftUpdate } from './sync-play-user-left-update';
|
|
15
20
|
/**
|
|
16
21
|
* @type GroupUpdate
|
|
17
|
-
*
|
|
22
|
+
* Represents the list of possible group update types
|
|
18
23
|
* @export
|
|
19
24
|
*/
|
|
20
25
|
export type GroupUpdate = {
|
|
21
26
|
Type: 'GroupDoesNotExist';
|
|
22
|
-
} &
|
|
27
|
+
} & SyncPlayGroupDoesNotExistUpdate | {
|
|
23
28
|
Type: 'GroupJoined';
|
|
24
|
-
} &
|
|
29
|
+
} & SyncPlayGroupJoinedUpdate | {
|
|
25
30
|
Type: 'GroupLeft';
|
|
26
|
-
} &
|
|
31
|
+
} & SyncPlayGroupLeftUpdate | {
|
|
27
32
|
Type: 'LibraryAccessDenied';
|
|
28
|
-
} &
|
|
33
|
+
} & SyncPlayLibraryAccessDeniedUpdate | {
|
|
29
34
|
Type: 'NotInGroup';
|
|
30
|
-
} &
|
|
35
|
+
} & SyncPlayNotInGroupUpdate | {
|
|
31
36
|
Type: 'PlayQueue';
|
|
32
|
-
} &
|
|
37
|
+
} & SyncPlayPlayQueueUpdate | {
|
|
33
38
|
Type: 'StateUpdate';
|
|
34
|
-
} &
|
|
39
|
+
} & SyncPlayStateUpdate | {
|
|
35
40
|
Type: 'UserJoined';
|
|
36
|
-
} &
|
|
41
|
+
} & SyncPlayUserJoinedUpdate | {
|
|
37
42
|
Type: 'UserLeft';
|
|
38
|
-
} &
|
|
43
|
+
} & SyncPlayUserLeftUpdate;
|
|
@@ -15,6 +15,9 @@ export * from './authenticate-user-by-name';
|
|
|
15
15
|
export * from './authentication-info';
|
|
16
16
|
export * from './authentication-info-query-result';
|
|
17
17
|
export * from './authentication-result';
|
|
18
|
+
export * from './backup-manifest-dto';
|
|
19
|
+
export * from './backup-options-dto';
|
|
20
|
+
export * from './backup-restore-request-dto';
|
|
18
21
|
export * from './base-item-dto';
|
|
19
22
|
export * from './base-item-dto-image-blur-hashes';
|
|
20
23
|
export * from './base-item-dto-query-result';
|
|
@@ -25,7 +28,7 @@ export * from './book-info';
|
|
|
25
28
|
export * from './book-info-remote-search-query';
|
|
26
29
|
export * from './box-set-info';
|
|
27
30
|
export * from './box-set-info-remote-search-query';
|
|
28
|
-
export * from './branding-options';
|
|
31
|
+
export * from './branding-options-dto';
|
|
29
32
|
export * from './buffer-request-dto';
|
|
30
33
|
export * from './cast-receiver-application';
|
|
31
34
|
export * from './channel-features';
|
|
@@ -49,6 +52,10 @@ export * from './country-info';
|
|
|
49
52
|
export * from './create-playlist-dto';
|
|
50
53
|
export * from './create-user-by-name';
|
|
51
54
|
export * from './culture-dto';
|
|
55
|
+
export * from './custom-database-option';
|
|
56
|
+
export * from './custom-database-options';
|
|
57
|
+
export * from './database-configuration-options';
|
|
58
|
+
export * from './database-locking-behavior-types';
|
|
52
59
|
export * from './day-of-week';
|
|
53
60
|
export * from './day-pattern';
|
|
54
61
|
export * from './default-directory-browser-info-dto';
|
|
@@ -73,6 +80,7 @@ export * from './external-url';
|
|
|
73
80
|
export * from './extra-type';
|
|
74
81
|
export * from './file-system-entry-info';
|
|
75
82
|
export * from './file-system-entry-type';
|
|
83
|
+
export * from './folder-storage-dto';
|
|
76
84
|
export * from './font-file';
|
|
77
85
|
export * from './force-keep-alive-message';
|
|
78
86
|
export * from './forgot-password-action';
|
|
@@ -84,13 +92,11 @@ export * from './general-command-message';
|
|
|
84
92
|
export * from './general-command-type';
|
|
85
93
|
export * from './get-programs-dto';
|
|
86
94
|
export * from './group-info-dto';
|
|
87
|
-
export * from './group-info-dto-group-update';
|
|
88
95
|
export * from './group-queue-mode';
|
|
89
96
|
export * from './group-repeat-mode';
|
|
90
97
|
export * from './group-shuffle-mode';
|
|
91
98
|
export * from './group-state-type';
|
|
92
99
|
export * from './group-state-update';
|
|
93
|
-
export * from './group-state-update-group-update';
|
|
94
100
|
export * from './group-update';
|
|
95
101
|
export * from './group-update-type';
|
|
96
102
|
export * from './guide-info';
|
|
@@ -119,6 +125,7 @@ export * from './library-changed-message';
|
|
|
119
125
|
export * from './library-option-info-dto';
|
|
120
126
|
export * from './library-options';
|
|
121
127
|
export * from './library-options-result-dto';
|
|
128
|
+
export * from './library-storage-dto';
|
|
122
129
|
export * from './library-type-options-dto';
|
|
123
130
|
export * from './library-update-info';
|
|
124
131
|
export * from './listings-provider-info';
|
|
@@ -133,6 +140,7 @@ export * from './log-file';
|
|
|
133
140
|
export * from './log-level';
|
|
134
141
|
export * from './lyric-dto';
|
|
135
142
|
export * from './lyric-line';
|
|
143
|
+
export * from './lyric-line-cue';
|
|
136
144
|
export * from './lyric-metadata';
|
|
137
145
|
export * from './media-attachment';
|
|
138
146
|
export * from './media-path-dto';
|
|
@@ -172,6 +180,7 @@ export * from './outbound-keep-alive-message';
|
|
|
172
180
|
export * from './outbound-web-socket-message';
|
|
173
181
|
export * from './package-info';
|
|
174
182
|
export * from './parental-rating';
|
|
183
|
+
export * from './parental-rating-score';
|
|
175
184
|
export * from './path-substitution';
|
|
176
185
|
export * from './person-kind';
|
|
177
186
|
export * from './person-lookup-info';
|
|
@@ -183,7 +192,6 @@ export * from './play-command';
|
|
|
183
192
|
export * from './play-message';
|
|
184
193
|
export * from './play-method';
|
|
185
194
|
export * from './play-queue-update';
|
|
186
|
-
export * from './play-queue-update-group-update';
|
|
187
195
|
export * from './play-queue-update-reason';
|
|
188
196
|
export * from './play-request';
|
|
189
197
|
export * from './play-request-dto';
|
|
@@ -275,21 +283,31 @@ export * from './special-view-option-dto';
|
|
|
275
283
|
export * from './startup-configuration-dto';
|
|
276
284
|
export * from './startup-remote-access-dto';
|
|
277
285
|
export * from './startup-user-dto';
|
|
278
|
-
export * from './string-group-update';
|
|
279
286
|
export * from './subtitle-delivery-method';
|
|
280
287
|
export * from './subtitle-options';
|
|
281
288
|
export * from './subtitle-playback-mode';
|
|
282
289
|
export * from './subtitle-profile';
|
|
283
290
|
export * from './sync-play-command-message';
|
|
284
|
-
export * from './sync-play-group-
|
|
291
|
+
export * from './sync-play-group-does-not-exist-update';
|
|
292
|
+
export * from './sync-play-group-joined-update';
|
|
293
|
+
export * from './sync-play-group-left-update';
|
|
294
|
+
export * from './sync-play-group-update-message';
|
|
295
|
+
export * from './sync-play-library-access-denied-update';
|
|
296
|
+
export * from './sync-play-not-in-group-update';
|
|
297
|
+
export * from './sync-play-play-queue-update';
|
|
285
298
|
export * from './sync-play-queue-item';
|
|
299
|
+
export * from './sync-play-state-update';
|
|
286
300
|
export * from './sync-play-user-access-type';
|
|
301
|
+
export * from './sync-play-user-joined-update';
|
|
302
|
+
export * from './sync-play-user-left-update';
|
|
287
303
|
export * from './system-info';
|
|
304
|
+
export * from './system-storage-dto';
|
|
288
305
|
export * from './task-completion-status';
|
|
289
306
|
export * from './task-info';
|
|
290
307
|
export * from './task-result';
|
|
291
308
|
export * from './task-state';
|
|
292
309
|
export * from './task-trigger-info';
|
|
310
|
+
export * from './task-trigger-info-type';
|
|
293
311
|
export * from './theme-media-result';
|
|
294
312
|
export * from './timer-cancelled-message';
|
|
295
313
|
export * from './timer-created-message';
|
|
@@ -306,7 +324,7 @@ export * from './transcode-seek-info';
|
|
|
306
324
|
export * from './transcoding-info';
|
|
307
325
|
export * from './transcoding-profile';
|
|
308
326
|
export * from './transport-stream-timestamp';
|
|
309
|
-
export * from './trickplay-info';
|
|
327
|
+
export * from './trickplay-info-dto';
|
|
310
328
|
export * from './trickplay-options';
|
|
311
329
|
export * from './trickplay-scan-behavior';
|
|
312
330
|
export * from './tuner-channel-mapping';
|
|
@@ -336,6 +354,5 @@ export * from './video-range';
|
|
|
336
354
|
export * from './video-range-type';
|
|
337
355
|
export * from './video-type';
|
|
338
356
|
export * from './virtual-folder-info';
|
|
339
|
-
export * from './wake-on-lan-info';
|
|
340
357
|
export * from './web-socket-message';
|
|
341
358
|
export * from './xbmc-metadata-options';
|
|
@@ -7,6 +7,7 @@ export { ChannelType } from './channel-type.js';
|
|
|
7
7
|
export { CodecType } from './codec-type.js';
|
|
8
8
|
export { CollectionType } from './collection-type.js';
|
|
9
9
|
export { CollectionTypeOptions } from './collection-type-options.js';
|
|
10
|
+
export { DatabaseLockingBehaviorTypes } from './database-locking-behavior-types.js';
|
|
10
11
|
export { DayOfWeek } from './day-of-week.js';
|
|
11
12
|
export { DayPattern } from './day-pattern.js';
|
|
12
13
|
export { DeinterlaceMethod } from './deinterlace-method.js';
|
|
@@ -76,6 +77,7 @@ export { SubtitlePlaybackMode } from './subtitle-playback-mode.js';
|
|
|
76
77
|
export { SyncPlayUserAccessType } from './sync-play-user-access-type.js';
|
|
77
78
|
export { TaskCompletionStatus } from './task-completion-status.js';
|
|
78
79
|
export { TaskState } from './task-state.js';
|
|
80
|
+
export { TaskTriggerInfoType } from './task-trigger-info-type.js';
|
|
79
81
|
export { TonemappingAlgorithm } from './tonemapping-algorithm.js';
|
|
80
82
|
export { TonemappingMode } from './tonemapping-mode.js';
|
|
81
83
|
export { TonemappingRange } from './tonemapping-range.js';
|
|
@@ -29,7 +29,6 @@ export declare const ItemFields: {
|
|
|
29
29
|
readonly Etag: "Etag";
|
|
30
30
|
readonly ExternalUrls: "ExternalUrls";
|
|
31
31
|
readonly Genres: "Genres";
|
|
32
|
-
readonly HomePageUrl: "HomePageUrl";
|
|
33
32
|
readonly ItemCounts: "ItemCounts";
|
|
34
33
|
readonly MediaSourceCount: "MediaSourceCount";
|
|
35
34
|
readonly MediaSources: "MediaSources";
|
|
@@ -44,8 +43,6 @@ export declare const ItemFields: {
|
|
|
44
43
|
readonly PrimaryImageAspectRatio: "PrimaryImageAspectRatio";
|
|
45
44
|
readonly RecursiveItemCount: "RecursiveItemCount";
|
|
46
45
|
readonly Settings: "Settings";
|
|
47
|
-
readonly ScreenshotImageTags: "ScreenshotImageTags";
|
|
48
|
-
readonly SeriesPrimaryImage: "SeriesPrimaryImage";
|
|
49
46
|
readonly SeriesStudio: "SeriesStudio";
|
|
50
47
|
readonly SortName: "SortName";
|
|
51
48
|
readonly SpecialEpisodeNumbers: "SpecialEpisodeNumbers";
|
|
@@ -55,14 +52,6 @@ export declare const ItemFields: {
|
|
|
55
52
|
readonly RemoteTrailers: "RemoteTrailers";
|
|
56
53
|
readonly MediaStreams: "MediaStreams";
|
|
57
54
|
readonly SeasonUserData: "SeasonUserData";
|
|
58
|
-
readonly ServiceName: "ServiceName";
|
|
59
|
-
readonly ThemeSongIds: "ThemeSongIds";
|
|
60
|
-
readonly ThemeVideoIds: "ThemeVideoIds";
|
|
61
|
-
readonly ExternalEtag: "ExternalEtag";
|
|
62
|
-
readonly PresentationUniqueKey: "PresentationUniqueKey";
|
|
63
|
-
readonly InheritedParentalRatingValue: "InheritedParentalRatingValue";
|
|
64
|
-
readonly ExternalSeriesId: "ExternalSeriesId";
|
|
65
|
-
readonly SeriesPresentationUniqueKey: "SeriesPresentationUniqueKey";
|
|
66
55
|
readonly DateLastRefreshed: "DateLastRefreshed";
|
|
67
56
|
readonly DateLastSaved: "DateLastSaved";
|
|
68
57
|
readonly RefreshState: "RefreshState";
|
|
@@ -31,7 +31,6 @@ const ItemFields = {
|
|
|
31
31
|
Etag: 'Etag',
|
|
32
32
|
ExternalUrls: 'ExternalUrls',
|
|
33
33
|
Genres: 'Genres',
|
|
34
|
-
HomePageUrl: 'HomePageUrl',
|
|
35
34
|
ItemCounts: 'ItemCounts',
|
|
36
35
|
MediaSourceCount: 'MediaSourceCount',
|
|
37
36
|
MediaSources: 'MediaSources',
|
|
@@ -46,8 +45,6 @@ const ItemFields = {
|
|
|
46
45
|
PrimaryImageAspectRatio: 'PrimaryImageAspectRatio',
|
|
47
46
|
RecursiveItemCount: 'RecursiveItemCount',
|
|
48
47
|
Settings: 'Settings',
|
|
49
|
-
ScreenshotImageTags: 'ScreenshotImageTags',
|
|
50
|
-
SeriesPrimaryImage: 'SeriesPrimaryImage',
|
|
51
48
|
SeriesStudio: 'SeriesStudio',
|
|
52
49
|
SortName: 'SortName',
|
|
53
50
|
SpecialEpisodeNumbers: 'SpecialEpisodeNumbers',
|
|
@@ -57,14 +54,6 @@ const ItemFields = {
|
|
|
57
54
|
RemoteTrailers: 'RemoteTrailers',
|
|
58
55
|
MediaStreams: 'MediaStreams',
|
|
59
56
|
SeasonUserData: 'SeasonUserData',
|
|
60
|
-
ServiceName: 'ServiceName',
|
|
61
|
-
ThemeSongIds: 'ThemeSongIds',
|
|
62
|
-
ThemeVideoIds: 'ThemeVideoIds',
|
|
63
|
-
ExternalEtag: 'ExternalEtag',
|
|
64
|
-
PresentationUniqueKey: 'PresentationUniqueKey',
|
|
65
|
-
InheritedParentalRatingValue: 'InheritedParentalRatingValue',
|
|
66
|
-
ExternalSeriesId: 'ExternalSeriesId',
|
|
67
|
-
SeriesPresentationUniqueKey: 'SeriesPresentationUniqueKey',
|
|
68
57
|
DateLastRefreshed: 'DateLastRefreshed',
|
|
69
58
|
DateLastSaved: 'DateLastSaved',
|
|
70
59
|
RefreshState: 'RefreshState',
|
|
@@ -44,7 +44,5 @@ export declare const ItemSortBy: {
|
|
|
44
44
|
readonly SeriesDatePlayed: "SeriesDatePlayed";
|
|
45
45
|
readonly ParentIndexNumber: "ParentIndexNumber";
|
|
46
46
|
readonly IndexNumber: "IndexNumber";
|
|
47
|
-
readonly SimilarityScore: "SimilarityScore";
|
|
48
|
-
readonly SearchScore: "SearchScore";
|
|
49
47
|
};
|
|
50
48
|
export type ItemSortBy = typeof ItemSortBy[keyof typeof ItemSortBy];
|
|
@@ -45,9 +45,7 @@ const ItemSortBy = {
|
|
|
45
45
|
DateLastContentAdded: 'DateLastContentAdded',
|
|
46
46
|
SeriesDatePlayed: 'SeriesDatePlayed',
|
|
47
47
|
ParentIndexNumber: 'ParentIndexNumber',
|
|
48
|
-
IndexNumber: 'IndexNumber'
|
|
49
|
-
SimilarityScore: 'SimilarityScore',
|
|
50
|
-
SearchScore: 'SearchScore'
|
|
48
|
+
IndexNumber: 'IndexNumber'
|
|
51
49
|
};
|
|
52
50
|
|
|
53
51
|
export { ItemSortBy };
|
|
@@ -40,6 +40,12 @@ export interface LibraryOptionsResultDto {
|
|
|
40
40
|
* @memberof LibraryOptionsResultDto
|
|
41
41
|
*/
|
|
42
42
|
'LyricFetchers'?: Array<LibraryOptionInfoDto>;
|
|
43
|
+
/**
|
|
44
|
+
* Gets or sets the list of MediaSegment Providers.
|
|
45
|
+
* @type {Array<LibraryOptionInfoDto>}
|
|
46
|
+
* @memberof LibraryOptionsResultDto
|
|
47
|
+
*/
|
|
48
|
+
'MediaSegmentProviders'?: Array<LibraryOptionInfoDto>;
|
|
43
49
|
/**
|
|
44
50
|
* Gets or sets the type options.
|
|
45
51
|
* @type {Array<LibraryTypeOptionsDto>}
|
|
@@ -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 { FolderStorageDto } from './folder-storage-dto';
|
|
12
|
+
/**
|
|
13
|
+
* Contains informations about a libraries storage informations.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface LibraryStorageDto
|
|
16
|
+
*/
|
|
17
|
+
export interface LibraryStorageDto {
|
|
18
|
+
/**
|
|
19
|
+
* Gets or sets the Library Id.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof LibraryStorageDto
|
|
22
|
+
*/
|
|
23
|
+
'Id'?: string;
|
|
24
|
+
/**
|
|
25
|
+
* Gets or sets the name of the library.
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof LibraryStorageDto
|
|
28
|
+
*/
|
|
29
|
+
'Name'?: string;
|
|
30
|
+
/**
|
|
31
|
+
* Gets or sets the storage informations about the folders used in a library.
|
|
32
|
+
* @type {Array<FolderStorageDto>}
|
|
33
|
+
* @memberof LibraryStorageDto
|
|
34
|
+
*/
|
|
35
|
+
'Folders'?: Array<FolderStorageDto>;
|
|
36
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
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
|
+
* LyricLineCue model, holds information about the timing of words within a LyricLine.
|
|
13
|
+
* @export
|
|
14
|
+
* @interface LyricLineCue
|
|
15
|
+
*/
|
|
16
|
+
export interface LyricLineCue {
|
|
17
|
+
/**
|
|
18
|
+
* Gets the start character index of the cue.
|
|
19
|
+
* @type {number}
|
|
20
|
+
* @memberof LyricLineCue
|
|
21
|
+
*/
|
|
22
|
+
'Position'?: number;
|
|
23
|
+
/**
|
|
24
|
+
* Gets the end character index of the cue.
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof LyricLineCue
|
|
27
|
+
*/
|
|
28
|
+
'EndPosition'?: number;
|
|
29
|
+
/**
|
|
30
|
+
* Gets the timestamp the lyric is synced to in ticks.
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof LyricLineCue
|
|
33
|
+
*/
|
|
34
|
+
'Start'?: number;
|
|
35
|
+
/**
|
|
36
|
+
* Gets the end timestamp the lyric is synced to in ticks.
|
|
37
|
+
* @type {number}
|
|
38
|
+
* @memberof LyricLineCue
|
|
39
|
+
*/
|
|
40
|
+
'End'?: number | null;
|
|
41
|
+
}
|
|
@@ -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 { LyricLineCue } from './lyric-line-cue';
|
|
11
12
|
/**
|
|
12
13
|
* Lyric model.
|
|
13
14
|
* @export
|
|
@@ -26,4 +27,10 @@ export interface LyricLine {
|
|
|
26
27
|
* @memberof LyricLine
|
|
27
28
|
*/
|
|
28
29
|
'Start'?: number | null;
|
|
30
|
+
/**
|
|
31
|
+
* Gets the time-aligned cues for the song\'s lyrics.
|
|
32
|
+
* @type {Array<LyricLineCue>}
|
|
33
|
+
* @memberof LyricLine
|
|
34
|
+
*/
|
|
35
|
+
'Cues'?: Array<LyricLineCue> | null;
|
|
29
36
|
}
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
10
10
|
*/
|
|
11
11
|
/**
|
|
12
|
-
* Defines the types of content an individual Jellyfin.
|
|
12
|
+
* Defines the types of content an individual Jellyfin.Database.Implementations.Entities.MediaSegment represents.
|
|
13
13
|
* @export
|
|
14
14
|
* @enum {string}
|
|
15
15
|
*/
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
12
12
|
*/
|
|
13
13
|
/**
|
|
14
|
-
* Defines the types of content an individual Jellyfin.
|
|
14
|
+
* Defines the types of content an individual Jellyfin.Database.Implementations.Entities.MediaSegment represents.
|
|
15
15
|
* @export
|
|
16
16
|
* @enum {string}
|
|
17
17
|
*/
|
|
@@ -139,6 +139,12 @@ export interface MediaStream {
|
|
|
139
139
|
* @memberof MediaStream
|
|
140
140
|
*/
|
|
141
141
|
'Title'?: string | null;
|
|
142
|
+
/**
|
|
143
|
+
*
|
|
144
|
+
* @type {boolean}
|
|
145
|
+
* @memberof MediaStream
|
|
146
|
+
*/
|
|
147
|
+
'Hdr10PlusPresentFlag'?: boolean | null;
|
|
142
148
|
/**
|
|
143
149
|
*
|
|
144
150
|
* @type {VideoRange}
|