@jellyfin/sdk 0.8.2 → 0.10.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 +14 -4
- package/lib/api.d.ts +1 -0
- package/lib/api.js +4 -4
- package/lib/discovery/discovery-service.js +4 -9
- package/lib/discovery/recommended-server-discovery.js +39 -36
- package/lib/generated-client/api/activity-log-api.js +19 -11
- package/lib/generated-client/api/api-key-api.js +35 -31
- package/lib/generated-client/api/artists-api.d.ts +28 -26
- package/lib/generated-client/api/artists-api.js +47 -43
- package/lib/generated-client/api/audio-api.d.ts +20 -20
- package/lib/generated-client/api/audio-api.js +45 -43
- package/lib/generated-client/api/branding-api.js +32 -28
- package/lib/generated-client/api/channels-api.d.ts +9 -8
- package/lib/generated-client/api/channels-api.js +54 -54
- package/lib/generated-client/api/client-log-api.js +19 -11
- package/lib/generated-client/api/collection-api.js +35 -31
- package/lib/generated-client/api/configuration-api.d.ts +0 -47
- package/lib/generated-client/api/configuration-api.js +51 -117
- package/lib/generated-client/api/dashboard-api.js +26 -20
- package/lib/generated-client/api/devices-api.d.ts +3 -12
- package/lib/generated-client/api/devices-api.js +54 -60
- package/lib/generated-client/api/display-preferences-api.d.ts +22 -22
- package/lib/generated-client/api/display-preferences-api.js +39 -37
- package/lib/generated-client/api/dynamic-hls-api.d.ts +49 -31
- package/lib/generated-client/api/dynamic-hls-api.js +104 -100
- package/lib/generated-client/api/environment-api.js +59 -61
- package/lib/generated-client/api/filter-api.d.ts +9 -8
- package/lib/generated-client/api/filter-api.js +30 -24
- package/lib/generated-client/api/genres-api.d.ts +9 -8
- package/lib/generated-client/api/genres-api.js +30 -24
- package/lib/generated-client/api/hls-segment-api.js +48 -48
- package/lib/generated-client/api/image-api.d.ts +109 -1184
- package/lib/generated-client/api/image-api.js +394 -1307
- package/lib/generated-client/api/instant-mix-api.d.ts +35 -35
- package/lib/generated-client/api/instant-mix-api.js +125 -131
- package/lib/generated-client/api/item-lookup-api.js +99 -111
- package/lib/generated-client/api/item-refresh-api.js +19 -11
- package/lib/generated-client/api/item-update-api.js +35 -31
- package/lib/generated-client/api/items-api.d.ts +333 -1012
- package/lib/generated-client/api/items-api.js +191 -617
- package/lib/generated-client/api/library-api.d.ts +9 -8
- package/lib/generated-client/api/library-api.js +214 -254
- package/lib/generated-client/api/library-structure-api.js +75 -81
- package/lib/generated-client/api/live-tv-api.d.ts +17 -16
- package/lib/generated-client/api/live-tv-api.js +343 -415
- package/lib/generated-client/api/localization-api.js +43 -41
- package/lib/generated-client/api/lyrics-api.d.ts +344 -0
- package/lib/generated-client/api/lyrics-api.js +449 -0
- package/lib/generated-client/api/media-info-api.d.ts +7 -7
- package/lib/generated-client/api/media-info-api.js +54 -56
- package/lib/generated-client/api/movies-api.js +19 -11
- package/lib/generated-client/api/music-genres-api.d.ts +9 -8
- package/lib/generated-client/api/music-genres-api.js +30 -24
- package/lib/generated-client/api/package-api.js +59 -61
- package/lib/generated-client/api/persons-api.js +27 -21
- package/lib/generated-client/api/playlists-api.d.ts +315 -36
- package/lib/generated-client/api/playlists-api.js +416 -71
- package/lib/generated-client/api/playstate-api.d.ts +41 -68
- package/lib/generated-client/api/playstate-api.js +127 -153
- package/lib/generated-client/api/plugins-api.js +83 -91
- package/lib/generated-client/api/quick-connect-api.d.ts +46 -37
- package/lib/generated-client/api/quick-connect-api.js +83 -75
- package/lib/generated-client/api/remote-image-api.js +35 -31
- package/lib/generated-client/api/scheduled-tasks-api.js +51 -51
- package/lib/generated-client/api/search-api.d.ts +41 -40
- package/lib/generated-client/api/search-api.js +34 -26
- package/lib/generated-client/api/session-api.d.ts +9 -17
- package/lib/generated-client/api/session-api.js +145 -173
- package/lib/generated-client/api/startup-api.js +67 -71
- package/lib/generated-client/api/studios-api.js +27 -21
- package/lib/generated-client/api/subtitle-api.d.ts +7 -7
- package/lib/generated-client/api/subtitle-api.js +99 -109
- package/lib/generated-client/api/suggestions-api.d.ts +14 -13
- package/lib/generated-client/api/suggestions-api.js +31 -23
- package/lib/generated-client/api/sync-play-api.js +179 -211
- package/lib/generated-client/api/system-api.js +88 -98
- package/lib/generated-client/api/time-sync-api.js +18 -10
- package/lib/generated-client/api/tmdb-api.js +19 -11
- package/lib/generated-client/api/trailers-api.d.ts +35 -33
- package/lib/generated-client/api/trailers-api.js +40 -32
- package/lib/generated-client/api/trickplay-api.d.ts +176 -0
- package/lib/generated-client/api/trickplay-api.js +208 -0
- package/lib/generated-client/api/tv-shows-api.d.ts +25 -15
- package/lib/generated-client/api/tv-shows-api.js +58 -50
- package/lib/generated-client/api/universal-audio-api.d.ts +17 -16
- package/lib/generated-client/api/universal-audio-api.js +33 -27
- package/lib/generated-client/api/user-api.d.ts +35 -155
- package/lib/generated-client/api/user-api.js +152 -319
- package/lib/generated-client/api/user-library-api.d.ts +100 -100
- package/lib/generated-client/api/user-library-api.js +190 -200
- package/lib/generated-client/api/user-views-api.d.ts +22 -21
- package/lib/generated-client/api/user-views-api.js +47 -41
- package/lib/generated-client/api/video-attachments-api.js +18 -10
- package/lib/generated-client/api/videos-api.d.ts +12 -12
- package/lib/generated-client/api/videos-api.js +63 -67
- package/lib/generated-client/api/years-api.d.ts +15 -13
- package/lib/generated-client/api/years-api.js +33 -27
- package/lib/generated-client/api.d.ts +2 -4
- package/lib/generated-client/base.js +13 -0
- package/lib/generated-client/common.js +19 -11
- 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 +19 -16
- 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/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 +115 -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-api.js +0 -422
- 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/node_modules/tslib/tslib.es6.js +0 -26
- 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,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 { GeneralCommand } from './general-command';
|
|
12
|
+
import { SessionMessageType } from './session-message-type';
|
|
13
|
+
/**
|
|
14
|
+
* General command websocket message.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface GeneralCommandMessage
|
|
17
|
+
*/
|
|
18
|
+
export interface GeneralCommandMessage {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {GeneralCommand}
|
|
22
|
+
* @memberof GeneralCommandMessage
|
|
23
|
+
*/
|
|
24
|
+
'Data'?: GeneralCommand;
|
|
25
|
+
/**
|
|
26
|
+
* Gets or sets the message id.
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof GeneralCommandMessage
|
|
29
|
+
*/
|
|
30
|
+
'MessageId'?: string;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {SessionMessageType}
|
|
34
|
+
* @memberof GeneralCommandMessage
|
|
35
|
+
*/
|
|
36
|
+
'MessageType'?: SessionMessageType;
|
|
37
|
+
}
|
|
@@ -56,5 +56,6 @@ export declare const GeneralCommandType: {
|
|
|
56
56
|
readonly ToggleOsdMenu: "ToggleOsdMenu";
|
|
57
57
|
readonly Play: "Play";
|
|
58
58
|
readonly SetMaxStreamingBitrate: "SetMaxStreamingBitrate";
|
|
59
|
+
readonly SetPlaybackOrder: "SetPlaybackOrder";
|
|
59
60
|
};
|
|
60
61
|
export type GeneralCommandType = typeof GeneralCommandType[keyof typeof GeneralCommandType];
|
|
@@ -57,7 +57,8 @@ const GeneralCommandType = {
|
|
|
57
57
|
PlayNext: 'PlayNext',
|
|
58
58
|
ToggleOsdMenu: 'ToggleOsdMenu',
|
|
59
59
|
Play: 'Play',
|
|
60
|
-
SetMaxStreamingBitrate: 'SetMaxStreamingBitrate'
|
|
60
|
+
SetMaxStreamingBitrate: 'SetMaxStreamingBitrate',
|
|
61
|
+
SetPlaybackOrder: 'SetPlaybackOrder'
|
|
61
62
|
};
|
|
62
63
|
|
|
63
64
|
export { GeneralCommandType };
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
*/
|
|
11
11
|
import { ImageType } from './image-type';
|
|
12
12
|
import { ItemFields } from './item-fields';
|
|
13
|
+
import { ItemSortBy } from './item-sort-by';
|
|
13
14
|
import { SortOrder } from './sort-order';
|
|
14
15
|
/**
|
|
15
16
|
* Get programs dto.
|
|
@@ -28,7 +29,7 @@ export interface GetProgramsDto {
|
|
|
28
29
|
* @type {string}
|
|
29
30
|
* @memberof GetProgramsDto
|
|
30
31
|
*/
|
|
31
|
-
'UserId'?: string;
|
|
32
|
+
'UserId'?: string | null;
|
|
32
33
|
/**
|
|
33
34
|
* Gets or sets the minimum premiere start date. Optional.
|
|
34
35
|
* @type {string}
|
|
@@ -109,10 +110,10 @@ export interface GetProgramsDto {
|
|
|
109
110
|
'Limit'?: number | null;
|
|
110
111
|
/**
|
|
111
112
|
* Gets or sets specify one or more sort orders, comma delimited. Options: Name, StartDate. Optional.
|
|
112
|
-
* @type {Array<
|
|
113
|
+
* @type {Array<ItemSortBy>}
|
|
113
114
|
* @memberof GetProgramsDto
|
|
114
115
|
*/
|
|
115
|
-
'SortBy'?: Array<
|
|
116
|
+
'SortBy'?: Array<ItemSortBy>;
|
|
116
117
|
/**
|
|
117
118
|
* Gets or sets sort Order - Ascending,Descending.
|
|
118
119
|
* @type {Array<SortOrder>}
|
|
@@ -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 { GroupInfoDto } from './group-info-dto';
|
|
12
|
+
import { GroupUpdateType } from './group-update-type';
|
|
13
|
+
/**
|
|
14
|
+
* Class GroupUpdate.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface GroupInfoDtoGroupUpdate
|
|
17
|
+
*/
|
|
18
|
+
export interface GroupInfoDtoGroupUpdate {
|
|
19
|
+
/**
|
|
20
|
+
* Gets the group identifier.
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof GroupInfoDtoGroupUpdate
|
|
23
|
+
*/
|
|
24
|
+
'GroupId'?: string;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {GroupUpdateType}
|
|
28
|
+
* @memberof GroupInfoDtoGroupUpdate
|
|
29
|
+
*/
|
|
30
|
+
'Type'?: GroupUpdateType;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {GroupInfoDto}
|
|
34
|
+
* @memberof GroupInfoDtoGroupUpdate
|
|
35
|
+
*/
|
|
36
|
+
'Data'?: GroupInfoDto;
|
|
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 { GroupStateUpdate } from './group-state-update';
|
|
12
|
+
import { GroupUpdateType } from './group-update-type';
|
|
13
|
+
/**
|
|
14
|
+
* Class GroupUpdate.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface GroupStateUpdateGroupUpdate
|
|
17
|
+
*/
|
|
18
|
+
export interface GroupStateUpdateGroupUpdate {
|
|
19
|
+
/**
|
|
20
|
+
* Gets the group identifier.
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof GroupStateUpdateGroupUpdate
|
|
23
|
+
*/
|
|
24
|
+
'GroupId'?: string;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {GroupUpdateType}
|
|
28
|
+
* @memberof GroupStateUpdateGroupUpdate
|
|
29
|
+
*/
|
|
30
|
+
'Type'?: GroupUpdateType;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {GroupStateUpdate}
|
|
34
|
+
* @memberof GroupStateUpdateGroupUpdate
|
|
35
|
+
*/
|
|
36
|
+
'Data'?: GroupStateUpdate;
|
|
37
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
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 { GroupStateType } from './group-state-type';
|
|
12
|
+
import { PlaybackRequestType } from './playback-request-type';
|
|
13
|
+
/**
|
|
14
|
+
* Class GroupStateUpdate.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface GroupStateUpdate
|
|
17
|
+
*/
|
|
18
|
+
export interface GroupStateUpdate {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {GroupStateType}
|
|
22
|
+
* @memberof GroupStateUpdate
|
|
23
|
+
*/
|
|
24
|
+
'State'?: GroupStateType;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {PlaybackRequestType}
|
|
28
|
+
* @memberof GroupStateUpdate
|
|
29
|
+
*/
|
|
30
|
+
'Reason'?: PlaybackRequestType;
|
|
31
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
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 { GroupInfoDtoGroupUpdate } from './group-info-dto-group-update';
|
|
12
|
+
import { GroupStateUpdateGroupUpdate } from './group-state-update-group-update';
|
|
13
|
+
import { PlayQueueUpdateGroupUpdate } from './play-queue-update-group-update';
|
|
14
|
+
import { StringGroupUpdate } from './string-group-update';
|
|
15
|
+
/**
|
|
16
|
+
* @type GroupUpdate
|
|
17
|
+
* Group update without data.
|
|
18
|
+
* @export
|
|
19
|
+
*/
|
|
20
|
+
export type GroupUpdate = GroupInfoDtoGroupUpdate | GroupStateUpdateGroupUpdate | PlayQueueUpdateGroupUpdate | StringGroupUpdate;
|
|
@@ -20,5 +20,6 @@ export declare const HardwareEncodingType: {
|
|
|
20
20
|
readonly V4L2M2M: "V4L2M2M";
|
|
21
21
|
readonly Vaapi: "VAAPI";
|
|
22
22
|
readonly VideoToolBox: "VideoToolBox";
|
|
23
|
+
readonly Rkmpp: "RKMPP";
|
|
23
24
|
};
|
|
24
25
|
export type HardwareEncodingType = typeof HardwareEncodingType[keyof typeof HardwareEncodingType];
|
|
@@ -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';
|