@jellyfin/sdk 0.8.2 → 0.9.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/README.md +9 -4
- package/lib/api.d.ts +1 -0
- package/lib/api.js +4 -4
- package/lib/discovery/recommended-server-discovery.js +24 -16
- package/lib/generated-client/api/activity-log-api.js +12 -1
- package/lib/generated-client/api/api-key-api.js +14 -3
- package/lib/generated-client/api/artists-api.d.ts +28 -26
- package/lib/generated-client/api/artists-api.js +26 -15
- package/lib/generated-client/api/audio-api.d.ts +8 -8
- package/lib/generated-client/api/audio-api.js +21 -10
- package/lib/generated-client/api/branding-api.js +14 -3
- package/lib/generated-client/api/channels-api.d.ts +9 -8
- package/lib/generated-client/api/channels-api.js +19 -8
- package/lib/generated-client/api/client-log-api.js +12 -1
- package/lib/generated-client/api/collection-api.js +14 -3
- package/lib/generated-client/api/configuration-api.d.ts +0 -47
- package/lib/generated-client/api/configuration-api.js +16 -71
- package/lib/generated-client/api/dashboard-api.js +13 -2
- package/lib/generated-client/api/devices-api.d.ts +3 -12
- package/lib/generated-client/api/devices-api.js +21 -16
- package/lib/generated-client/api/display-preferences-api.d.ts +22 -22
- package/lib/generated-client/api/display-preferences-api.js +29 -22
- package/lib/generated-client/api/dynamic-hls-api.d.ts +28 -10
- package/lib/generated-client/api/dynamic-hls-api.js +45 -22
- package/lib/generated-client/api/environment-api.js +17 -6
- package/lib/generated-client/api/filter-api.d.ts +9 -8
- package/lib/generated-client/api/filter-api.js +16 -5
- package/lib/generated-client/api/genres-api.d.ts +9 -8
- package/lib/generated-client/api/genres-api.js +16 -5
- package/lib/generated-client/api/hls-segment-api.js +16 -5
- package/lib/generated-client/api/image-api.d.ts +109 -1184
- package/lib/generated-client/api/image-api.js +218 -1056
- package/lib/generated-client/api/instant-mix-api.d.ts +35 -35
- package/lib/generated-client/api/instant-mix-api.js +79 -68
- package/lib/generated-client/api/item-lookup-api.js +22 -11
- package/lib/generated-client/api/item-refresh-api.js +12 -1
- package/lib/generated-client/api/item-update-api.js +14 -3
- package/lib/generated-client/api/items-api.d.ts +333 -1012
- package/lib/generated-client/api/items-api.js +178 -595
- package/lib/generated-client/api/library-api.d.ts +9 -8
- package/lib/generated-client/api/library-api.js +39 -28
- package/lib/generated-client/api/library-structure-api.js +19 -8
- package/lib/generated-client/api/live-tv-api.d.ts +17 -16
- package/lib/generated-client/api/live-tv-api.js +58 -47
- package/lib/generated-client/api/localization-api.js +15 -4
- package/lib/generated-client/api/lyrics-api.d.ts +344 -0
- package/lib/generated-client/api/{dlna-api.js → lyrics-api.js} +165 -125
- package/lib/generated-client/api/media-info-api.d.ts +7 -7
- package/lib/generated-client/api/media-info-api.js +19 -10
- package/lib/generated-client/api/movies-api.js +12 -1
- package/lib/generated-client/api/music-genres-api.d.ts +9 -8
- package/lib/generated-client/api/music-genres-api.js +16 -5
- package/lib/generated-client/api/package-api.js +17 -6
- package/lib/generated-client/api/persons-api.js +13 -2
- package/lib/generated-client/api/playlists-api.d.ts +315 -36
- package/lib/generated-client/api/playlists-api.js +395 -29
- package/lib/generated-client/api/playstate-api.d.ts +41 -68
- package/lib/generated-client/api/playstate-api.js +74 -81
- package/lib/generated-client/api/plugins-api.js +20 -9
- package/lib/generated-client/api/quick-connect-api.d.ts +46 -37
- package/lib/generated-client/api/quick-connect-api.js +67 -50
- package/lib/generated-client/api/remote-image-api.js +14 -3
- package/lib/generated-client/api/scheduled-tasks-api.js +16 -5
- package/lib/generated-client/api/search-api.d.ts +41 -40
- package/lib/generated-client/api/search-api.js +29 -18
- package/lib/generated-client/api/session-api.d.ts +9 -17
- package/lib/generated-client/api/session-api.js +35 -30
- package/lib/generated-client/api/startup-api.js +18 -7
- package/lib/generated-client/api/studios-api.js +13 -2
- package/lib/generated-client/api/subtitle-api.d.ts +7 -7
- package/lib/generated-client/api/subtitle-api.js +33 -22
- package/lib/generated-client/api/suggestions-api.d.ts +14 -13
- package/lib/generated-client/api/suggestions-api.js +24 -13
- package/lib/generated-client/api/sync-play-api.js +32 -21
- package/lib/generated-client/api/system-api.js +21 -10
- package/lib/generated-client/api/time-sync-api.js +12 -1
- package/lib/generated-client/api/tmdb-api.js +12 -1
- package/lib/generated-client/api/trailers-api.d.ts +35 -33
- package/lib/generated-client/api/trailers-api.js +33 -22
- package/lib/generated-client/api/trickplay-api.d.ts +176 -0
- package/lib/generated-client/api/trickplay-api.js +213 -0
- package/lib/generated-client/api/tv-shows-api.d.ts +25 -15
- package/lib/generated-client/api/tv-shows-api.js +32 -15
- package/lib/generated-client/api/universal-audio-api.d.ts +17 -16
- package/lib/generated-client/api/universal-audio-api.js +19 -8
- package/lib/generated-client/api/user-api.d.ts +35 -155
- package/lib/generated-client/api/user-api.js +65 -203
- package/lib/generated-client/api/user-library-api.d.ts +100 -100
- package/lib/generated-client/api/user-library-api.js +136 -125
- package/lib/generated-client/api/user-views-api.d.ts +22 -21
- package/lib/generated-client/api/user-views-api.js +33 -22
- package/lib/generated-client/api/video-attachments-api.js +12 -1
- package/lib/generated-client/api/videos-api.js +18 -7
- package/lib/generated-client/api/years-api.d.ts +15 -13
- package/lib/generated-client/api/years-api.js +19 -8
- package/lib/generated-client/api.d.ts +2 -4
- package/lib/generated-client/base.js +13 -0
- package/lib/generated-client/common.js +11 -0
- package/lib/generated-client/index.js +19 -10
- package/lib/generated-client/models/activity-log-entry-message.d.ts +37 -0
- package/lib/generated-client/models/activity-log-entry-start-message.d.ts +30 -0
- package/lib/generated-client/models/activity-log-entry-stop-message.d.ts +24 -0
- package/lib/generated-client/models/audio-spatial-format.d.ts +21 -0
- package/lib/generated-client/models/audio-spatial-format.js +24 -0
- package/lib/generated-client/models/authenticate-user-by-name.d.ts +0 -7
- package/lib/generated-client/models/base-item-dto.d.ts +37 -17
- package/lib/generated-client/models/base-item-person.d.ts +4 -3
- package/lib/generated-client/models/cast-receiver-application.d.ts +29 -0
- package/lib/generated-client/models/client-capabilities-dto.d.ts +17 -20
- package/lib/generated-client/models/client-capabilities.d.ts +16 -19
- package/lib/generated-client/models/collection-type-options.d.ts +9 -9
- package/lib/generated-client/models/collection-type-options.js +9 -9
- package/lib/generated-client/models/collection-type.d.ts +31 -0
- package/lib/generated-client/models/collection-type.js +34 -0
- package/lib/generated-client/models/container-profile.d.ts +1 -1
- package/lib/generated-client/models/create-playlist-dto.d.ts +18 -4
- package/lib/generated-client/models/create-user-by-name.d.ts +1 -1
- package/lib/generated-client/models/device-info.d.ts +6 -0
- package/lib/generated-client/models/device-profile.d.ts +0 -171
- package/lib/generated-client/models/dlna-profile-type.d.ts +1 -0
- package/lib/generated-client/models/dlna-profile-type.js +2 -1
- package/lib/generated-client/models/down-mix-stereo-algorithms.d.ts +21 -0
- package/lib/generated-client/models/down-mix-stereo-algorithms.js +24 -0
- package/lib/generated-client/models/encoding-options.d.ts +77 -40
- 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/extra-type.d.ts +30 -0
- package/lib/generated-client/models/extra-type.js +33 -0
- package/lib/generated-client/models/force-keep-alive-message.d.ts +36 -0
- package/lib/generated-client/models/general-command-message.d.ts +37 -0
- package/lib/generated-client/models/general-command-type.d.ts +1 -0
- package/lib/generated-client/models/general-command-type.js +2 -1
- package/lib/generated-client/models/get-programs-dto.d.ts +4 -3
- package/lib/generated-client/models/group-info-dto-group-update.d.ts +37 -0
- package/lib/generated-client/models/group-state-update-group-update.d.ts +37 -0
- package/lib/generated-client/models/group-state-update.d.ts +31 -0
- package/lib/generated-client/models/group-update.d.ts +20 -0
- package/lib/generated-client/models/hardware-encoding-type.d.ts +1 -0
- package/lib/generated-client/models/hardware-encoding-type.js +2 -1
- package/lib/generated-client/models/image-format.d.ts +1 -0
- package/lib/generated-client/models/image-format.js +2 -1
- package/lib/generated-client/models/image-resolution.d.ts +27 -0
- package/lib/generated-client/models/{ffmpeg-location.js → image-resolution.js} +12 -7
- package/lib/generated-client/models/inbound-keep-alive-message.d.ts +24 -0
- package/lib/generated-client/models/inbound-web-socket-message.d.ts +23 -0
- package/lib/generated-client/models/index.d.ts +74 -25
- package/lib/generated-client/models/index.js +17 -6
- package/lib/generated-client/models/item-fields.d.ts +1 -2
- package/lib/generated-client/models/item-fields.js +1 -2
- package/lib/generated-client/models/item-sort-by.d.ts +50 -0
- package/lib/generated-client/models/item-sort-by.js +53 -0
- package/lib/generated-client/models/library-changed-message.d.ts +37 -0
- package/lib/generated-client/models/library-options.d.ts +36 -0
- package/lib/generated-client/models/live-tv-options.d.ts +12 -0
- package/lib/generated-client/models/log-file.d.ts +1 -1
- package/lib/generated-client/models/lyric-dto.d.ts +31 -0
- package/lib/generated-client/models/lyric-line.d.ts +29 -0
- package/lib/generated-client/models/lyric-metadata.d.ts +77 -0
- package/lib/generated-client/models/media-source-info.d.ts +3 -2
- package/lib/generated-client/models/media-stream-protocol.d.ts +20 -0
- package/lib/generated-client/models/{header-match-type.js → media-stream-protocol.js} +5 -6
- package/lib/generated-client/models/media-stream-type.d.ts +1 -0
- package/lib/generated-client/models/media-stream-type.js +2 -1
- package/lib/generated-client/models/media-stream.d.ts +27 -6
- package/lib/generated-client/models/media-type.d.ts +23 -0
- package/lib/generated-client/models/{architecture.js → media-type.js} +8 -9
- package/lib/generated-client/models/metadata-editor-info.d.ts +3 -2
- package/lib/generated-client/models/network-configuration.d.ts +50 -116
- package/lib/generated-client/models/outbound-keep-alive-message.d.ts +30 -0
- package/lib/generated-client/models/outbound-web-socket-message.d.ts +44 -0
- package/lib/generated-client/models/parental-rating.d.ts +1 -1
- package/lib/generated-client/models/person-kind.d.ts +43 -0
- package/lib/generated-client/models/person-kind.js +46 -0
- package/lib/generated-client/models/play-message.d.ts +37 -0
- package/lib/generated-client/models/play-queue-update-group-update.d.ts +37 -0
- package/lib/generated-client/models/play-queue-update-reason.d.ts +28 -0
- package/lib/generated-client/models/play-queue-update-reason.js +31 -0
- package/lib/generated-client/models/play-queue-update.d.ts +69 -0
- package/lib/generated-client/models/playback-order.d.ts +20 -0
- package/lib/generated-client/models/{send-to-user-type.js → playback-order.js} +5 -6
- package/lib/generated-client/models/playback-progress-info.d.ts +7 -0
- package/lib/generated-client/models/playback-request-type.d.ts +35 -0
- package/lib/generated-client/models/playback-request-type.js +38 -0
- package/lib/generated-client/models/playback-start-info.d.ts +7 -0
- package/lib/generated-client/models/player-state-info.d.ts +7 -0
- package/lib/generated-client/models/playlist-user-permissions.d.ts +29 -0
- package/lib/generated-client/models/playstate-message.d.ts +37 -0
- package/lib/generated-client/models/plugin-installation-cancelled-message.d.ts +37 -0
- package/lib/generated-client/models/plugin-installation-completed-message.d.ts +37 -0
- package/lib/generated-client/models/plugin-installation-failed-message.d.ts +37 -0
- package/lib/generated-client/models/plugin-installing-message.d.ts +37 -0
- package/lib/generated-client/models/plugin-uninstalled-message.d.ts +37 -0
- package/lib/generated-client/models/process-priority-class.d.ts +24 -0
- package/lib/generated-client/models/process-priority-class.js +27 -0
- package/lib/generated-client/models/public-system-info.d.ts +1 -0
- package/lib/generated-client/models/refresh-progress-message.d.ts +38 -0
- package/lib/generated-client/models/remote-lyric-info-dto.d.ts +36 -0
- package/lib/generated-client/models/remote-subtitle-info.d.ts +30 -0
- package/lib/generated-client/models/remove-from-playlist-request-dto.d.ts +1 -1
- package/lib/generated-client/models/restart-required-message.d.ts +30 -0
- package/lib/generated-client/models/scheduled-task-ended-message.d.ts +37 -0
- package/lib/generated-client/models/scheduled-tasks-info-message.d.ts +37 -0
- package/lib/generated-client/models/scheduled-tasks-info-start-message.d.ts +30 -0
- package/lib/generated-client/models/scheduled-tasks-info-stop-message.d.ts +24 -0
- package/lib/generated-client/models/search-hint.d.ts +20 -17
- package/lib/generated-client/models/series-status.d.ts +2 -1
- package/lib/generated-client/models/series-status.js +3 -2
- package/lib/generated-client/models/series-timer-cancelled-message.d.ts +37 -0
- package/lib/generated-client/models/series-timer-created-message.d.ts +37 -0
- package/lib/generated-client/models/server-configuration.d.ts +45 -0
- package/lib/generated-client/models/server-restarting-message.d.ts +30 -0
- package/lib/generated-client/models/server-shutting-down-message.d.ts +30 -0
- package/lib/generated-client/models/session-info.d.ts +9 -9
- package/lib/generated-client/models/sessions-message.d.ts +37 -0
- package/lib/generated-client/models/sessions-start-message.d.ts +30 -0
- package/lib/generated-client/models/sessions-stop-message.d.ts +24 -0
- package/lib/generated-client/models/string-group-update.d.ts +36 -0
- package/lib/generated-client/models/sync-play-command-message.d.ts +37 -0
- package/lib/generated-client/models/sync-play-group-update-command-message.d.ts +37 -0
- package/lib/generated-client/models/sync-play-queue-item.d.ts +29 -0
- package/lib/generated-client/models/system-info.d.ts +17 -6
- package/lib/generated-client/models/timer-cancelled-message.d.ts +37 -0
- package/lib/generated-client/models/timer-created-message.d.ts +37 -0
- package/lib/generated-client/models/transcoding-info.d.ts +3 -2
- package/lib/generated-client/models/transcoding-info.js +15 -0
- package/lib/generated-client/models/transcoding-profile.d.ts +3 -2
- package/lib/generated-client/models/trickplay-info.d.ts +59 -0
- package/lib/generated-client/models/trickplay-options.d.ts +85 -0
- package/lib/generated-client/models/trickplay-scan-behavior.d.ts +20 -0
- package/lib/generated-client/models/{notification-level.js → trickplay-scan-behavior.js} +5 -6
- package/lib/generated-client/models/tuner-host-info.d.ts +6 -0
- package/lib/generated-client/models/update-playlist-dto.d.ts +42 -0
- package/lib/generated-client/models/update-playlist-user-dto.d.ts +23 -0
- package/lib/generated-client/models/update-user-item-data-dto.d.ts +83 -0
- package/lib/generated-client/models/upload-subtitle-dto.d.ts +6 -0
- package/lib/generated-client/models/user-configuration.d.ts +6 -0
- package/lib/generated-client/models/user-data-change-info.d.ts +30 -0
- package/lib/generated-client/models/user-data-changed-message.d.ts +37 -0
- package/lib/generated-client/models/user-deleted-message.d.ts +36 -0
- package/lib/generated-client/models/user-dto.d.ts +1 -0
- package/lib/generated-client/models/user-policy.d.ts +26 -2
- package/lib/generated-client/models/user-updated-message.d.ts +37 -0
- package/lib/generated-client/models/video-range-type.d.ts +27 -0
- package/lib/generated-client/models/video-range-type.js +30 -0
- package/lib/generated-client/models/video-range.d.ts +21 -0
- package/lib/generated-client/models/{device-profile-type.js → video-range.js} +6 -5
- package/lib/generated-client/models/web-socket-message.d.ts +18 -0
- package/lib/node_modules/tslib/tslib.es6.js +9 -2
- package/lib/utils/api/image-api.d.ts +2 -2
- package/lib/utils/api/image-api.js +2 -2
- package/lib/utils/api/image-urls-api.d.ts +55 -0
- package/lib/utils/api/image-urls-api.js +103 -0
- package/lib/utils/api/index.d.ts +2 -4
- package/lib/utils/api/index.js +2 -4
- package/lib/utils/api/{dlna-api.d.ts → lyrics-api.d.ts} +2 -2
- package/lib/utils/api/{dlna-api.js → lyrics-api.js} +4 -4
- package/lib/utils/api/{dlna-server-api.d.ts → trickplay-api.d.ts} +2 -2
- package/lib/utils/api/trickplay-api.js +12 -0
- package/lib/utils/authentication.js +5 -6
- package/lib/utils/index.d.ts +2 -1
- package/lib/utils/index.js +2 -1
- package/lib/utils/versioning.d.ts +9 -0
- package/lib/utils/versioning.js +32 -0
- package/lib/versions.d.ts +2 -2
- package/lib/versions.js +2 -2
- package/package.json +17 -22
- package/lib/generated-client/api/dlna-server-api.js +0 -1088
- package/lib/generated-client/api/image-by-name-api.js +0 -423
- package/lib/generated-client/api/notifications-api.js +0 -484
- package/lib/utils/api/dlna-server-api.js +0 -12
- package/lib/utils/api/image-by-name-api.d.ts +0 -8
- package/lib/utils/api/image-by-name-api.js +0 -12
- package/lib/utils/api/notifications-api.d.ts +0 -8
- package/lib/utils/api/notifications-api.js +0 -12
|
@@ -0,0 +1,27 @@
|
|
|
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
|
+
* Enum ImageResolution.
|
|
13
|
+
* @export
|
|
14
|
+
* @enum {string}
|
|
15
|
+
*/
|
|
16
|
+
export declare const ImageResolution: {
|
|
17
|
+
readonly MatchSource: "MatchSource";
|
|
18
|
+
readonly P144: "P144";
|
|
19
|
+
readonly P240: "P240";
|
|
20
|
+
readonly P360: "P360";
|
|
21
|
+
readonly P480: "P480";
|
|
22
|
+
readonly P720: "P720";
|
|
23
|
+
readonly P1080: "P1080";
|
|
24
|
+
readonly P1440: "P1440";
|
|
25
|
+
readonly P2160: "P2160";
|
|
26
|
+
};
|
|
27
|
+
export type ImageResolution = typeof ImageResolution[keyof typeof ImageResolution];
|
|
@@ -11,15 +11,20 @@
|
|
|
11
11
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
12
12
|
*/
|
|
13
13
|
/**
|
|
14
|
-
* Enum
|
|
14
|
+
* Enum ImageResolution.
|
|
15
15
|
* @export
|
|
16
16
|
* @enum {string}
|
|
17
17
|
*/
|
|
18
|
-
const
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
18
|
+
const ImageResolution = {
|
|
19
|
+
MatchSource: 'MatchSource',
|
|
20
|
+
P144: 'P144',
|
|
21
|
+
P240: 'P240',
|
|
22
|
+
P360: 'P360',
|
|
23
|
+
P480: 'P480',
|
|
24
|
+
P720: 'P720',
|
|
25
|
+
P1080: 'P1080',
|
|
26
|
+
P1440: 'P1440',
|
|
27
|
+
P2160: 'P2160'
|
|
23
28
|
};
|
|
24
29
|
|
|
25
|
-
export {
|
|
30
|
+
export { ImageResolution };
|
|
@@ -0,0 +1,24 @@
|
|
|
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 { SessionMessageType } from './session-message-type';
|
|
12
|
+
/**
|
|
13
|
+
* Keep alive websocket messages.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface InboundKeepAliveMessage
|
|
16
|
+
*/
|
|
17
|
+
export interface InboundKeepAliveMessage {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {SessionMessageType}
|
|
21
|
+
* @memberof InboundKeepAliveMessage
|
|
22
|
+
*/
|
|
23
|
+
'MessageType'?: SessionMessageType;
|
|
24
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
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 { ActivityLogEntryStartMessage } from './activity-log-entry-start-message';
|
|
12
|
+
import { ActivityLogEntryStopMessage } from './activity-log-entry-stop-message';
|
|
13
|
+
import { InboundKeepAliveMessage } from './inbound-keep-alive-message';
|
|
14
|
+
import { ScheduledTasksInfoStartMessage } from './scheduled-tasks-info-start-message';
|
|
15
|
+
import { ScheduledTasksInfoStopMessage } from './scheduled-tasks-info-stop-message';
|
|
16
|
+
import { SessionsStartMessage } from './sessions-start-message';
|
|
17
|
+
import { SessionsStopMessage } from './sessions-stop-message';
|
|
18
|
+
/**
|
|
19
|
+
* @type InboundWebSocketMessage
|
|
20
|
+
* Represents the list of possible inbound websocket types
|
|
21
|
+
* @export
|
|
22
|
+
*/
|
|
23
|
+
export type InboundWebSocketMessage = ActivityLogEntryStartMessage | ActivityLogEntryStopMessage | InboundKeepAliveMessage | ScheduledTasksInfoStartMessage | ScheduledTasksInfoStopMessage | SessionsStartMessage | SessionsStopMessage;
|
|
@@ -1,19 +1,20 @@
|
|
|
1
1
|
export * from './access-schedule';
|
|
2
2
|
export * from './activity-log-entry';
|
|
3
|
+
export * from './activity-log-entry-message';
|
|
3
4
|
export * from './activity-log-entry-query-result';
|
|
5
|
+
export * from './activity-log-entry-start-message';
|
|
6
|
+
export * from './activity-log-entry-stop-message';
|
|
4
7
|
export * from './add-virtual-folder-dto';
|
|
5
|
-
export * from './admin-notification-dto';
|
|
6
8
|
export * from './album-info';
|
|
7
9
|
export * from './album-info-remote-search-query';
|
|
8
10
|
export * from './all-theme-media-result';
|
|
9
|
-
export * from './architecture';
|
|
10
11
|
export * from './artist-info';
|
|
11
12
|
export * from './artist-info-remote-search-query';
|
|
13
|
+
export * from './audio-spatial-format';
|
|
12
14
|
export * from './authenticate-user-by-name';
|
|
13
15
|
export * from './authentication-info';
|
|
14
16
|
export * from './authentication-info-query-result';
|
|
15
17
|
export * from './authentication-result';
|
|
16
|
-
export * from './base-item';
|
|
17
18
|
export * from './base-item-dto';
|
|
18
19
|
export * from './base-item-dto-image-blur-hashes';
|
|
19
20
|
export * from './base-item-dto-query-result';
|
|
@@ -26,6 +27,7 @@ export * from './box-set-info';
|
|
|
26
27
|
export * from './box-set-info-remote-search-query';
|
|
27
28
|
export * from './branding-options';
|
|
28
29
|
export * from './buffer-request-dto';
|
|
30
|
+
export * from './cast-receiver-application';
|
|
29
31
|
export * from './channel-features';
|
|
30
32
|
export * from './channel-item-sort-field';
|
|
31
33
|
export * from './channel-mapping-options-dto';
|
|
@@ -39,11 +41,11 @@ export * from './client-log-document-response-dto';
|
|
|
39
41
|
export * from './codec-profile';
|
|
40
42
|
export * from './codec-type';
|
|
41
43
|
export * from './collection-creation-result';
|
|
44
|
+
export * from './collection-type';
|
|
42
45
|
export * from './collection-type-options';
|
|
43
46
|
export * from './config-image-types';
|
|
44
47
|
export * from './configuration-page-info';
|
|
45
48
|
export * from './container-profile';
|
|
46
|
-
export * from './control-response';
|
|
47
49
|
export * from './country-info';
|
|
48
50
|
export * from './create-playlist-dto';
|
|
49
51
|
export * from './create-user-by-name';
|
|
@@ -51,18 +53,15 @@ export * from './culture-dto';
|
|
|
51
53
|
export * from './day-of-week';
|
|
52
54
|
export * from './day-pattern';
|
|
53
55
|
export * from './default-directory-browser-info-dto';
|
|
54
|
-
export * from './device-identification';
|
|
55
56
|
export * from './device-info';
|
|
56
57
|
export * from './device-info-query-result';
|
|
57
58
|
export * from './device-options';
|
|
58
59
|
export * from './device-options-dto';
|
|
59
60
|
export * from './device-profile';
|
|
60
|
-
export * from './device-profile-info';
|
|
61
|
-
export * from './device-profile-type';
|
|
62
61
|
export * from './direct-play-profile';
|
|
63
62
|
export * from './display-preferences-dto';
|
|
64
|
-
export * from './dlna-options';
|
|
65
63
|
export * from './dlna-profile-type';
|
|
64
|
+
export * from './down-mix-stereo-algorithms';
|
|
66
65
|
export * from './dynamic-day-of-week';
|
|
67
66
|
export * from './embedded-subtitle-options';
|
|
68
67
|
export * from './encoding-context';
|
|
@@ -71,44 +70,52 @@ export * from './end-point-info';
|
|
|
71
70
|
export * from './external-id-info';
|
|
72
71
|
export * from './external-id-media-type';
|
|
73
72
|
export * from './external-url';
|
|
74
|
-
export * from './
|
|
73
|
+
export * from './extra-type';
|
|
75
74
|
export * from './file-system-entry-info';
|
|
76
75
|
export * from './file-system-entry-type';
|
|
77
76
|
export * from './font-file';
|
|
77
|
+
export * from './force-keep-alive-message';
|
|
78
78
|
export * from './forgot-password-action';
|
|
79
79
|
export * from './forgot-password-dto';
|
|
80
80
|
export * from './forgot-password-pin-dto';
|
|
81
81
|
export * from './forgot-password-result';
|
|
82
82
|
export * from './general-command';
|
|
83
|
+
export * from './general-command-message';
|
|
83
84
|
export * from './general-command-type';
|
|
84
85
|
export * from './get-programs-dto';
|
|
85
86
|
export * from './group-info-dto';
|
|
87
|
+
export * from './group-info-dto-group-update';
|
|
86
88
|
export * from './group-queue-mode';
|
|
87
89
|
export * from './group-repeat-mode';
|
|
88
90
|
export * from './group-shuffle-mode';
|
|
89
91
|
export * from './group-state-type';
|
|
92
|
+
export * from './group-state-update';
|
|
93
|
+
export * from './group-state-update-group-update';
|
|
94
|
+
export * from './group-update';
|
|
90
95
|
export * from './group-update-type';
|
|
91
96
|
export * from './guide-info';
|
|
92
97
|
export * from './hardware-encoding-type';
|
|
93
|
-
export * from './header-match-type';
|
|
94
|
-
export * from './http-header-info';
|
|
95
98
|
export * from './iplugin';
|
|
96
99
|
export * from './ignore-wait-request-dto';
|
|
97
|
-
export * from './image-by-name-info';
|
|
98
100
|
export * from './image-format';
|
|
99
101
|
export * from './image-info';
|
|
100
102
|
export * from './image-option';
|
|
101
103
|
export * from './image-orientation';
|
|
102
104
|
export * from './image-provider-info';
|
|
105
|
+
export * from './image-resolution';
|
|
103
106
|
export * from './image-saving-convention';
|
|
104
107
|
export * from './image-type';
|
|
108
|
+
export * from './inbound-keep-alive-message';
|
|
109
|
+
export * from './inbound-web-socket-message';
|
|
105
110
|
export * from './installation-info';
|
|
106
111
|
export * from './iso-type';
|
|
107
112
|
export * from './item-counts';
|
|
108
113
|
export * from './item-fields';
|
|
109
114
|
export * from './item-filter';
|
|
115
|
+
export * from './item-sort-by';
|
|
110
116
|
export * from './join-group-request-dto';
|
|
111
117
|
export * from './keep-until';
|
|
118
|
+
export * from './library-changed-message';
|
|
112
119
|
export * from './library-option-info-dto';
|
|
113
120
|
export * from './library-options';
|
|
114
121
|
export * from './library-options-result-dto';
|
|
@@ -124,15 +131,19 @@ export * from './localization-option';
|
|
|
124
131
|
export * from './location-type';
|
|
125
132
|
export * from './log-file';
|
|
126
133
|
export * from './log-level';
|
|
134
|
+
export * from './lyric-dto';
|
|
135
|
+
export * from './lyric-line';
|
|
136
|
+
export * from './lyric-metadata';
|
|
127
137
|
export * from './media-attachment';
|
|
128
|
-
export * from './media-encoder-path-dto';
|
|
129
138
|
export * from './media-path-dto';
|
|
130
139
|
export * from './media-path-info';
|
|
131
140
|
export * from './media-protocol';
|
|
132
141
|
export * from './media-source-info';
|
|
133
142
|
export * from './media-source-type';
|
|
134
143
|
export * from './media-stream';
|
|
144
|
+
export * from './media-stream-protocol';
|
|
135
145
|
export * from './media-stream-type';
|
|
146
|
+
export * from './media-type';
|
|
136
147
|
export * from './media-update-info-dto';
|
|
137
148
|
export * from './media-update-info-path-dto';
|
|
138
149
|
export * from './media-url';
|
|
@@ -153,41 +164,50 @@ export * from './name-value-pair';
|
|
|
153
164
|
export * from './network-configuration';
|
|
154
165
|
export * from './new-group-request-dto';
|
|
155
166
|
export * from './next-item-request-dto';
|
|
156
|
-
export * from './notification-dto';
|
|
157
|
-
export * from './notification-level';
|
|
158
|
-
export * from './notification-option';
|
|
159
|
-
export * from './notification-options';
|
|
160
|
-
export * from './notification-result-dto';
|
|
161
|
-
export * from './notification-type-info';
|
|
162
|
-
export * from './notifications-summary-dto';
|
|
163
|
-
export * from './object-group-update';
|
|
164
167
|
export * from './open-live-stream-dto';
|
|
168
|
+
export * from './outbound-keep-alive-message';
|
|
169
|
+
export * from './outbound-web-socket-message';
|
|
165
170
|
export * from './package-info';
|
|
166
171
|
export * from './parental-rating';
|
|
167
172
|
export * from './path-substitution';
|
|
173
|
+
export * from './person-kind';
|
|
168
174
|
export * from './person-lookup-info';
|
|
169
175
|
export * from './person-lookup-info-remote-search-query';
|
|
170
176
|
export * from './pin-redeem-result';
|
|
171
177
|
export * from './ping-request-dto';
|
|
172
178
|
export * from './play-access';
|
|
173
179
|
export * from './play-command';
|
|
180
|
+
export * from './play-message';
|
|
174
181
|
export * from './play-method';
|
|
182
|
+
export * from './play-queue-update';
|
|
183
|
+
export * from './play-queue-update-group-update';
|
|
184
|
+
export * from './play-queue-update-reason';
|
|
175
185
|
export * from './play-request';
|
|
176
186
|
export * from './play-request-dto';
|
|
177
187
|
export * from './playback-error-code';
|
|
178
188
|
export * from './playback-info-dto';
|
|
179
189
|
export * from './playback-info-response';
|
|
190
|
+
export * from './playback-order';
|
|
180
191
|
export * from './playback-progress-info';
|
|
192
|
+
export * from './playback-request-type';
|
|
181
193
|
export * from './playback-start-info';
|
|
182
194
|
export * from './playback-stop-info';
|
|
183
195
|
export * from './player-state-info';
|
|
184
196
|
export * from './playlist-creation-result';
|
|
197
|
+
export * from './playlist-user-permissions';
|
|
185
198
|
export * from './playstate-command';
|
|
199
|
+
export * from './playstate-message';
|
|
186
200
|
export * from './playstate-request';
|
|
187
201
|
export * from './plugin-info';
|
|
202
|
+
export * from './plugin-installation-cancelled-message';
|
|
203
|
+
export * from './plugin-installation-completed-message';
|
|
204
|
+
export * from './plugin-installation-failed-message';
|
|
205
|
+
export * from './plugin-installing-message';
|
|
188
206
|
export * from './plugin-status';
|
|
207
|
+
export * from './plugin-uninstalled-message';
|
|
189
208
|
export * from './previous-item-request-dto';
|
|
190
209
|
export * from './problem-details';
|
|
210
|
+
export * from './process-priority-class';
|
|
191
211
|
export * from './profile-condition';
|
|
192
212
|
export * from './profile-condition-type';
|
|
193
213
|
export * from './profile-condition-value';
|
|
@@ -204,31 +224,43 @@ export * from './ready-request-dto';
|
|
|
204
224
|
export * from './recommendation-dto';
|
|
205
225
|
export * from './recommendation-type';
|
|
206
226
|
export * from './recording-status';
|
|
227
|
+
export * from './refresh-progress-message';
|
|
207
228
|
export * from './remote-image-info';
|
|
208
229
|
export * from './remote-image-result';
|
|
230
|
+
export * from './remote-lyric-info-dto';
|
|
209
231
|
export * from './remote-search-result';
|
|
210
232
|
export * from './remote-subtitle-info';
|
|
211
233
|
export * from './remove-from-playlist-request-dto';
|
|
212
234
|
export * from './repeat-mode';
|
|
213
235
|
export * from './repository-info';
|
|
214
|
-
export * from './
|
|
236
|
+
export * from './restart-required-message';
|
|
237
|
+
export * from './scheduled-task-ended-message';
|
|
238
|
+
export * from './scheduled-tasks-info-message';
|
|
239
|
+
export * from './scheduled-tasks-info-start-message';
|
|
240
|
+
export * from './scheduled-tasks-info-stop-message';
|
|
215
241
|
export * from './scroll-direction';
|
|
216
242
|
export * from './search-hint';
|
|
217
243
|
export * from './search-hint-result';
|
|
218
244
|
export * from './seek-request-dto';
|
|
219
245
|
export * from './send-command';
|
|
220
246
|
export * from './send-command-type';
|
|
221
|
-
export * from './send-to-user-type';
|
|
222
247
|
export * from './series-info';
|
|
223
248
|
export * from './series-info-remote-search-query';
|
|
224
249
|
export * from './series-status';
|
|
250
|
+
export * from './series-timer-cancelled-message';
|
|
251
|
+
export * from './series-timer-created-message';
|
|
225
252
|
export * from './series-timer-info-dto';
|
|
226
253
|
export * from './series-timer-info-dto-query-result';
|
|
227
254
|
export * from './server-configuration';
|
|
228
255
|
export * from './server-discovery-info';
|
|
256
|
+
export * from './server-restarting-message';
|
|
257
|
+
export * from './server-shutting-down-message';
|
|
229
258
|
export * from './session-info';
|
|
230
259
|
export * from './session-message-type';
|
|
231
260
|
export * from './session-user-info';
|
|
261
|
+
export * from './sessions-message';
|
|
262
|
+
export * from './sessions-start-message';
|
|
263
|
+
export * from './sessions-stop-message';
|
|
232
264
|
export * from './set-channel-mapping-dto';
|
|
233
265
|
export * from './set-playlist-item-request-dto';
|
|
234
266
|
export * from './set-repeat-mode-request-dto';
|
|
@@ -239,10 +271,14 @@ export * from './special-view-option-dto';
|
|
|
239
271
|
export * from './startup-configuration-dto';
|
|
240
272
|
export * from './startup-remote-access-dto';
|
|
241
273
|
export * from './startup-user-dto';
|
|
274
|
+
export * from './string-group-update';
|
|
242
275
|
export * from './subtitle-delivery-method';
|
|
243
276
|
export * from './subtitle-options';
|
|
244
277
|
export * from './subtitle-playback-mode';
|
|
245
278
|
export * from './subtitle-profile';
|
|
279
|
+
export * from './sync-play-command-message';
|
|
280
|
+
export * from './sync-play-group-update-command-message';
|
|
281
|
+
export * from './sync-play-queue-item';
|
|
246
282
|
export * from './sync-play-user-access-type';
|
|
247
283
|
export * from './system-info';
|
|
248
284
|
export * from './task-completion-status';
|
|
@@ -251,6 +287,8 @@ export * from './task-result';
|
|
|
251
287
|
export * from './task-state';
|
|
252
288
|
export * from './task-trigger-info';
|
|
253
289
|
export * from './theme-media-result';
|
|
290
|
+
export * from './timer-cancelled-message';
|
|
291
|
+
export * from './timer-created-message';
|
|
254
292
|
export * from './timer-event-info';
|
|
255
293
|
export * from './timer-info-dto';
|
|
256
294
|
export * from './timer-info-dto-query-result';
|
|
@@ -261,25 +299,36 @@ export * from './transcode-seek-info';
|
|
|
261
299
|
export * from './transcoding-info';
|
|
262
300
|
export * from './transcoding-profile';
|
|
263
301
|
export * from './transport-stream-timestamp';
|
|
302
|
+
export * from './trickplay-info';
|
|
303
|
+
export * from './trickplay-options';
|
|
304
|
+
export * from './trickplay-scan-behavior';
|
|
264
305
|
export * from './tuner-channel-mapping';
|
|
265
306
|
export * from './tuner-host-info';
|
|
266
307
|
export * from './type-options';
|
|
267
308
|
export * from './unrated-item';
|
|
268
309
|
export * from './update-library-options-dto';
|
|
269
310
|
export * from './update-media-path-request-dto';
|
|
270
|
-
export * from './update-
|
|
311
|
+
export * from './update-playlist-dto';
|
|
312
|
+
export * from './update-playlist-user-dto';
|
|
313
|
+
export * from './update-user-item-data-dto';
|
|
271
314
|
export * from './update-user-password';
|
|
272
315
|
export * from './upload-subtitle-dto';
|
|
273
316
|
export * from './user-configuration';
|
|
317
|
+
export * from './user-data-change-info';
|
|
318
|
+
export * from './user-data-changed-message';
|
|
319
|
+
export * from './user-deleted-message';
|
|
274
320
|
export * from './user-dto';
|
|
275
321
|
export * from './user-item-data-dto';
|
|
276
322
|
export * from './user-policy';
|
|
323
|
+
export * from './user-updated-message';
|
|
277
324
|
export * from './utc-time-response';
|
|
278
325
|
export * from './validate-path-dto';
|
|
279
326
|
export * from './version-info';
|
|
280
327
|
export * from './video3-dformat';
|
|
328
|
+
export * from './video-range';
|
|
329
|
+
export * from './video-range-type';
|
|
281
330
|
export * from './video-type';
|
|
282
331
|
export * from './virtual-folder-info';
|
|
283
332
|
export * from './wake-on-lan-info';
|
|
333
|
+
export * from './web-socket-message';
|
|
284
334
|
export * from './xbmc-metadata-options';
|
|
285
|
-
export * from './xml-attribute';
|
|
@@ -1,20 +1,21 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { AudioSpatialFormat } from './audio-spatial-format.js';
|
|
2
2
|
export { BaseItemKind } from './base-item-kind.js';
|
|
3
3
|
export { ChannelItemSortField } from './channel-item-sort-field.js';
|
|
4
4
|
export { ChannelMediaContentType } from './channel-media-content-type.js';
|
|
5
5
|
export { ChannelMediaType } from './channel-media-type.js';
|
|
6
6
|
export { ChannelType } from './channel-type.js';
|
|
7
7
|
export { CodecType } from './codec-type.js';
|
|
8
|
+
export { CollectionType } from './collection-type.js';
|
|
8
9
|
export { CollectionTypeOptions } from './collection-type-options.js';
|
|
9
10
|
export { DayOfWeek } from './day-of-week.js';
|
|
10
11
|
export { DayPattern } from './day-pattern.js';
|
|
11
|
-
export { DeviceProfileType } from './device-profile-type.js';
|
|
12
12
|
export { DlnaProfileType } from './dlna-profile-type.js';
|
|
13
|
+
export { DownMixStereoAlgorithms } from './down-mix-stereo-algorithms.js';
|
|
13
14
|
export { DynamicDayOfWeek } from './dynamic-day-of-week.js';
|
|
14
15
|
export { EmbeddedSubtitleOptions } from './embedded-subtitle-options.js';
|
|
15
16
|
export { EncodingContext } from './encoding-context.js';
|
|
16
17
|
export { ExternalIdMediaType } from './external-id-media-type.js';
|
|
17
|
-
export {
|
|
18
|
+
export { ExtraType } from './extra-type.js';
|
|
18
19
|
export { FileSystemEntryType } from './file-system-entry-type.js';
|
|
19
20
|
export { ForgotPasswordAction } from './forgot-password-action.js';
|
|
20
21
|
export { GeneralCommandType } from './general-command-type.js';
|
|
@@ -24,30 +25,37 @@ export { GroupShuffleMode } from './group-shuffle-mode.js';
|
|
|
24
25
|
export { GroupStateType } from './group-state-type.js';
|
|
25
26
|
export { GroupUpdateType } from './group-update-type.js';
|
|
26
27
|
export { HardwareEncodingType } from './hardware-encoding-type.js';
|
|
27
|
-
export { HeaderMatchType } from './header-match-type.js';
|
|
28
28
|
export { ImageFormat } from './image-format.js';
|
|
29
29
|
export { ImageOrientation } from './image-orientation.js';
|
|
30
|
+
export { ImageResolution } from './image-resolution.js';
|
|
30
31
|
export { ImageSavingConvention } from './image-saving-convention.js';
|
|
31
32
|
export { ImageType } from './image-type.js';
|
|
32
33
|
export { IsoType } from './iso-type.js';
|
|
33
34
|
export { ItemFields } from './item-fields.js';
|
|
34
35
|
export { ItemFilter } from './item-filter.js';
|
|
36
|
+
export { ItemSortBy } from './item-sort-by.js';
|
|
35
37
|
export { KeepUntil } from './keep-until.js';
|
|
36
38
|
export { LiveTvServiceStatus } from './live-tv-service-status.js';
|
|
37
39
|
export { LocationType } from './location-type.js';
|
|
38
40
|
export { LogLevel } from './log-level.js';
|
|
39
41
|
export { MediaProtocol } from './media-protocol.js';
|
|
40
42
|
export { MediaSourceType } from './media-source-type.js';
|
|
43
|
+
export { MediaStreamProtocol } from './media-stream-protocol.js';
|
|
41
44
|
export { MediaStreamType } from './media-stream-type.js';
|
|
45
|
+
export { MediaType } from './media-type.js';
|
|
42
46
|
export { MetadataField } from './metadata-field.js';
|
|
43
47
|
export { MetadataRefreshMode } from './metadata-refresh-mode.js';
|
|
44
|
-
export {
|
|
48
|
+
export { PersonKind } from './person-kind.js';
|
|
45
49
|
export { PlayAccess } from './play-access.js';
|
|
46
50
|
export { PlayCommand } from './play-command.js';
|
|
47
51
|
export { PlayMethod } from './play-method.js';
|
|
52
|
+
export { PlayQueueUpdateReason } from './play-queue-update-reason.js';
|
|
48
53
|
export { PlaybackErrorCode } from './playback-error-code.js';
|
|
54
|
+
export { PlaybackOrder } from './playback-order.js';
|
|
55
|
+
export { PlaybackRequestType } from './playback-request-type.js';
|
|
49
56
|
export { PlaystateCommand } from './playstate-command.js';
|
|
50
57
|
export { PluginStatus } from './plugin-status.js';
|
|
58
|
+
export { ProcessPriorityClass } from './process-priority-class.js';
|
|
51
59
|
export { ProfileConditionType } from './profile-condition-type.js';
|
|
52
60
|
export { ProfileConditionValue } from './profile-condition-value.js';
|
|
53
61
|
export { ProgramAudio } from './program-audio.js';
|
|
@@ -57,7 +65,6 @@ export { RecordingStatus } from './recording-status.js';
|
|
|
57
65
|
export { RepeatMode } from './repeat-mode.js';
|
|
58
66
|
export { ScrollDirection } from './scroll-direction.js';
|
|
59
67
|
export { SendCommandType } from './send-command-type.js';
|
|
60
|
-
export { SendToUserType } from './send-to-user-type.js';
|
|
61
68
|
export { SeriesStatus } from './series-status.js';
|
|
62
69
|
export { SessionMessageType } from './session-message-type.js';
|
|
63
70
|
export { SortOrder } from './sort-order.js';
|
|
@@ -68,7 +75,11 @@ export { TaskCompletionStatus } from './task-completion-status.js';
|
|
|
68
75
|
export { TaskState } from './task-state.js';
|
|
69
76
|
export { TranscodeReason } from './transcode-reason.js';
|
|
70
77
|
export { TranscodeSeekInfo } from './transcode-seek-info.js';
|
|
78
|
+
export { TranscodingInfoTranscodeReasonsEnum } from './transcoding-info.js';
|
|
71
79
|
export { TransportStreamTimestamp } from './transport-stream-timestamp.js';
|
|
80
|
+
export { TrickplayScanBehavior } from './trickplay-scan-behavior.js';
|
|
72
81
|
export { UnratedItem } from './unrated-item.js';
|
|
73
82
|
export { Video3DFormat } from './video3-dformat.js';
|
|
83
|
+
export { VideoRange } from './video-range.js';
|
|
84
|
+
export { VideoRangeType } from './video-range-type.js';
|
|
74
85
|
export { VideoType } from './video-type.js';
|
|
@@ -19,6 +19,7 @@ export declare const ItemFields: {
|
|
|
19
19
|
readonly CanDownload: "CanDownload";
|
|
20
20
|
readonly ChannelInfo: "ChannelInfo";
|
|
21
21
|
readonly Chapters: "Chapters";
|
|
22
|
+
readonly Trickplay: "Trickplay";
|
|
22
23
|
readonly ChildCount: "ChildCount";
|
|
23
24
|
readonly CumulativeRunTimeTicks: "CumulativeRunTimeTicks";
|
|
24
25
|
readonly CustomRating: "CustomRating";
|
|
@@ -49,8 +50,6 @@ export declare const ItemFields: {
|
|
|
49
50
|
readonly SortName: "SortName";
|
|
50
51
|
readonly SpecialEpisodeNumbers: "SpecialEpisodeNumbers";
|
|
51
52
|
readonly Studios: "Studios";
|
|
52
|
-
readonly BasicSyncInfo: "BasicSyncInfo";
|
|
53
|
-
readonly SyncInfo: "SyncInfo";
|
|
54
53
|
readonly Taglines: "Taglines";
|
|
55
54
|
readonly Tags: "Tags";
|
|
56
55
|
readonly RemoteTrailers: "RemoteTrailers";
|
|
@@ -21,6 +21,7 @@ const ItemFields = {
|
|
|
21
21
|
CanDownload: 'CanDownload',
|
|
22
22
|
ChannelInfo: 'ChannelInfo',
|
|
23
23
|
Chapters: 'Chapters',
|
|
24
|
+
Trickplay: 'Trickplay',
|
|
24
25
|
ChildCount: 'ChildCount',
|
|
25
26
|
CumulativeRunTimeTicks: 'CumulativeRunTimeTicks',
|
|
26
27
|
CustomRating: 'CustomRating',
|
|
@@ -51,8 +52,6 @@ const ItemFields = {
|
|
|
51
52
|
SortName: 'SortName',
|
|
52
53
|
SpecialEpisodeNumbers: 'SpecialEpisodeNumbers',
|
|
53
54
|
Studios: 'Studios',
|
|
54
|
-
BasicSyncInfo: 'BasicSyncInfo',
|
|
55
|
-
SyncInfo: 'SyncInfo',
|
|
56
55
|
Taglines: 'Taglines',
|
|
57
56
|
Tags: 'Tags',
|
|
58
57
|
RemoteTrailers: 'RemoteTrailers',
|
|
@@ -0,0 +1,50 @@
|
|
|
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
|
+
* These represent sort orders.
|
|
13
|
+
* @export
|
|
14
|
+
* @enum {string}
|
|
15
|
+
*/
|
|
16
|
+
export declare const ItemSortBy: {
|
|
17
|
+
readonly Default: "Default";
|
|
18
|
+
readonly AiredEpisodeOrder: "AiredEpisodeOrder";
|
|
19
|
+
readonly Album: "Album";
|
|
20
|
+
readonly AlbumArtist: "AlbumArtist";
|
|
21
|
+
readonly Artist: "Artist";
|
|
22
|
+
readonly DateCreated: "DateCreated";
|
|
23
|
+
readonly OfficialRating: "OfficialRating";
|
|
24
|
+
readonly DatePlayed: "DatePlayed";
|
|
25
|
+
readonly PremiereDate: "PremiereDate";
|
|
26
|
+
readonly StartDate: "StartDate";
|
|
27
|
+
readonly SortName: "SortName";
|
|
28
|
+
readonly Name: "Name";
|
|
29
|
+
readonly Random: "Random";
|
|
30
|
+
readonly Runtime: "Runtime";
|
|
31
|
+
readonly CommunityRating: "CommunityRating";
|
|
32
|
+
readonly ProductionYear: "ProductionYear";
|
|
33
|
+
readonly PlayCount: "PlayCount";
|
|
34
|
+
readonly CriticRating: "CriticRating";
|
|
35
|
+
readonly IsFolder: "IsFolder";
|
|
36
|
+
readonly IsUnplayed: "IsUnplayed";
|
|
37
|
+
readonly IsPlayed: "IsPlayed";
|
|
38
|
+
readonly SeriesSortName: "SeriesSortName";
|
|
39
|
+
readonly VideoBitRate: "VideoBitRate";
|
|
40
|
+
readonly AirTime: "AirTime";
|
|
41
|
+
readonly Studio: "Studio";
|
|
42
|
+
readonly IsFavoriteOrLiked: "IsFavoriteOrLiked";
|
|
43
|
+
readonly DateLastContentAdded: "DateLastContentAdded";
|
|
44
|
+
readonly SeriesDatePlayed: "SeriesDatePlayed";
|
|
45
|
+
readonly ParentIndexNumber: "ParentIndexNumber";
|
|
46
|
+
readonly IndexNumber: "IndexNumber";
|
|
47
|
+
readonly SimilarityScore: "SimilarityScore";
|
|
48
|
+
readonly SearchScore: "SearchScore";
|
|
49
|
+
};
|
|
50
|
+
export type ItemSortBy = typeof ItemSortBy[keyof typeof ItemSortBy];
|
|
@@ -0,0 +1,53 @@
|
|
|
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
|
+
* These represent sort orders.
|
|
15
|
+
* @export
|
|
16
|
+
* @enum {string}
|
|
17
|
+
*/
|
|
18
|
+
const ItemSortBy = {
|
|
19
|
+
Default: 'Default',
|
|
20
|
+
AiredEpisodeOrder: 'AiredEpisodeOrder',
|
|
21
|
+
Album: 'Album',
|
|
22
|
+
AlbumArtist: 'AlbumArtist',
|
|
23
|
+
Artist: 'Artist',
|
|
24
|
+
DateCreated: 'DateCreated',
|
|
25
|
+
OfficialRating: 'OfficialRating',
|
|
26
|
+
DatePlayed: 'DatePlayed',
|
|
27
|
+
PremiereDate: 'PremiereDate',
|
|
28
|
+
StartDate: 'StartDate',
|
|
29
|
+
SortName: 'SortName',
|
|
30
|
+
Name: 'Name',
|
|
31
|
+
Random: 'Random',
|
|
32
|
+
Runtime: 'Runtime',
|
|
33
|
+
CommunityRating: 'CommunityRating',
|
|
34
|
+
ProductionYear: 'ProductionYear',
|
|
35
|
+
PlayCount: 'PlayCount',
|
|
36
|
+
CriticRating: 'CriticRating',
|
|
37
|
+
IsFolder: 'IsFolder',
|
|
38
|
+
IsUnplayed: 'IsUnplayed',
|
|
39
|
+
IsPlayed: 'IsPlayed',
|
|
40
|
+
SeriesSortName: 'SeriesSortName',
|
|
41
|
+
VideoBitRate: 'VideoBitRate',
|
|
42
|
+
AirTime: 'AirTime',
|
|
43
|
+
Studio: 'Studio',
|
|
44
|
+
IsFavoriteOrLiked: 'IsFavoriteOrLiked',
|
|
45
|
+
DateLastContentAdded: 'DateLastContentAdded',
|
|
46
|
+
SeriesDatePlayed: 'SeriesDatePlayed',
|
|
47
|
+
ParentIndexNumber: 'ParentIndexNumber',
|
|
48
|
+
IndexNumber: 'IndexNumber',
|
|
49
|
+
SimilarityScore: 'SimilarityScore',
|
|
50
|
+
SearchScore: 'SearchScore'
|
|
51
|
+
};
|
|
52
|
+
|
|
53
|
+
export { ItemSortBy };
|