@jellyfin/sdk 0.0.0-unstable.202303301750 → 0.8.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/lib/generated-client/api/audio-api.d.ts +8 -8
- package/lib/generated-client/api/audio-api.js +6 -6
- package/lib/generated-client/api/dynamic-hls-api.d.ts +4 -4
- package/lib/generated-client/api/dynamic-hls-api.js +3 -3
- package/lib/generated-client/api/image-api.d.ts +336 -84
- package/lib/generated-client/api/image-api.js +336 -168
- package/lib/generated-client/api/image-by-name-api.js +71 -2
- package/lib/generated-client/api/items-api.d.ts +36 -36
- package/lib/generated-client/api/items-api.js +27 -27
- package/lib/generated-client/api/notifications-api.js +79 -2
- package/lib/generated-client/api/quick-connect-api.d.ts +37 -46
- package/lib/generated-client/api/quick-connect-api.js +50 -56
- package/lib/generated-client/api/search-api.d.ts +38 -38
- package/lib/generated-client/api/search-api.js +18 -18
- package/lib/generated-client/api/trailers-api.d.ts +20 -20
- package/lib/generated-client/api/trailers-api.js +15 -15
- package/lib/generated-client/api/user-api.d.ts +12 -7
- package/lib/generated-client/api/user-api.js +12 -10
- package/lib/generated-client/api/user-library-api.d.ts +0 -56
- package/lib/generated-client/api/user-library-api.js +0 -71
- package/lib/generated-client/api.d.ts +2 -0
- package/lib/generated-client/index.js +4 -3
- package/lib/generated-client/models/architecture.d.ts +0 -3
- package/lib/generated-client/models/architecture.js +1 -4
- package/lib/generated-client/models/authenticate-user-by-name.d.ts +7 -0
- package/lib/generated-client/models/base-item-dto.d.ts +3 -9
- package/lib/generated-client/models/base-item-person.d.ts +3 -4
- package/lib/generated-client/models/container-profile.d.ts +1 -1
- package/lib/generated-client/models/create-user-by-name.d.ts +1 -1
- package/lib/generated-client/models/encoding-options.d.ts +36 -49
- package/lib/generated-client/models/index.d.ts +10 -6
- package/lib/generated-client/models/index.js +2 -3
- package/lib/generated-client/models/library-options.d.ts +0 -6
- package/lib/generated-client/models/live-tv-options.d.ts +0 -12
- package/lib/generated-client/models/media-stream.d.ts +0 -12
- package/lib/generated-client/models/network-configuration.d.ts +1 -1
- package/lib/generated-client/models/{image-resolution.js → notification-level.js} +6 -12
- package/lib/generated-client/models/parental-rating.d.ts +1 -1
- package/lib/generated-client/models/public-system-info.d.ts +0 -1
- package/lib/generated-client/models/remove-from-playlist-request-dto.d.ts +1 -1
- package/lib/generated-client/models/search-hint.d.ts +15 -17
- package/lib/generated-client/models/{down-mix-stereo-algorithms.js → send-to-user-type.js} +6 -6
- package/lib/generated-client/models/series-status.d.ts +1 -2
- package/lib/generated-client/models/series-status.js +2 -3
- package/lib/generated-client/models/server-configuration.d.ts +0 -19
- package/lib/generated-client/models/system-info.d.ts +0 -3
- package/lib/generated-client/models/tuner-host-info.d.ts +0 -6
- package/lib/generated-client/models/user-policy.d.ts +0 -12
- package/lib/versions.d.ts +1 -1
- package/lib/versions.js +1 -1
- package/package.json +1 -1
- package/lib/generated-client/models/down-mix-stereo-algorithms.d.ts +0 -21
- package/lib/generated-client/models/image-resolution.d.ts +0 -27
- package/lib/generated-client/models/lyric-line.d.ts +0 -29
- package/lib/generated-client/models/lyric-metadata.d.ts +0 -71
- package/lib/generated-client/models/lyric-response.d.ts +0 -31
- package/lib/generated-client/models/person-kind.d.ts +0 -36
- package/lib/generated-client/models/person-kind.js +0 -39
|
@@ -87,7 +87,7 @@ export declare const AudioApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
87
87
|
* @param {string} [deviceProfileId] Optional. The dlna device profile id to utilize.
|
|
88
88
|
* @param {string} [playSessionId] The play session id.
|
|
89
89
|
* @param {string} [segmentContainer] The segment container.
|
|
90
|
-
* @param {number} [segmentLength] The segment
|
|
90
|
+
* @param {number} [segmentLength] The segment lenght.
|
|
91
91
|
* @param {number} [minSegments] The minimum number of segments.
|
|
92
92
|
* @param {string} [mediaSourceId] The media version id, if playing an alternate version.
|
|
93
93
|
* @param {string} [deviceId] The device id of the client requesting. Used to stop encoding processes when needed.
|
|
@@ -203,7 +203,7 @@ export declare const AudioApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
203
203
|
* @param {string} [deviceProfileId] Optional. The dlna device profile id to utilize.
|
|
204
204
|
* @param {string} [playSessionId] The play session id.
|
|
205
205
|
* @param {string} [segmentContainer] The segment container.
|
|
206
|
-
* @param {number} [segmentLength] The segment
|
|
206
|
+
* @param {number} [segmentLength] The segment lenght.
|
|
207
207
|
* @param {number} [minSegments] The minimum number of segments.
|
|
208
208
|
* @param {string} [mediaSourceId] The media version id, if playing an alternate version.
|
|
209
209
|
* @param {string} [deviceId] The device id of the client requesting. Used to stop encoding processes when needed.
|
|
@@ -325,7 +325,7 @@ export declare const AudioApiFp: (configuration?: Configuration) => {
|
|
|
325
325
|
* @param {string} [deviceProfileId] Optional. The dlna device profile id to utilize.
|
|
326
326
|
* @param {string} [playSessionId] The play session id.
|
|
327
327
|
* @param {string} [segmentContainer] The segment container.
|
|
328
|
-
* @param {number} [segmentLength] The segment
|
|
328
|
+
* @param {number} [segmentLength] The segment lenght.
|
|
329
329
|
* @param {number} [minSegments] The minimum number of segments.
|
|
330
330
|
* @param {string} [mediaSourceId] The media version id, if playing an alternate version.
|
|
331
331
|
* @param {string} [deviceId] The device id of the client requesting. Used to stop encoding processes when needed.
|
|
@@ -441,7 +441,7 @@ export declare const AudioApiFp: (configuration?: Configuration) => {
|
|
|
441
441
|
* @param {string} [deviceProfileId] Optional. The dlna device profile id to utilize.
|
|
442
442
|
* @param {string} [playSessionId] The play session id.
|
|
443
443
|
* @param {string} [segmentContainer] The segment container.
|
|
444
|
-
* @param {number} [segmentLength] The segment
|
|
444
|
+
* @param {number} [segmentLength] The segment lenght.
|
|
445
445
|
* @param {number} [minSegments] The minimum number of segments.
|
|
446
446
|
* @param {string} [mediaSourceId] The media version id, if playing an alternate version.
|
|
447
447
|
* @param {string} [deviceId] The device id of the client requesting. Used to stop encoding processes when needed.
|
|
@@ -563,7 +563,7 @@ export declare const AudioApiFactory: (configuration?: Configuration, basePath?:
|
|
|
563
563
|
* @param {string} [deviceProfileId] Optional. The dlna device profile id to utilize.
|
|
564
564
|
* @param {string} [playSessionId] The play session id.
|
|
565
565
|
* @param {string} [segmentContainer] The segment container.
|
|
566
|
-
* @param {number} [segmentLength] The segment
|
|
566
|
+
* @param {number} [segmentLength] The segment lenght.
|
|
567
567
|
* @param {number} [minSegments] The minimum number of segments.
|
|
568
568
|
* @param {string} [mediaSourceId] The media version id, if playing an alternate version.
|
|
569
569
|
* @param {string} [deviceId] The device id of the client requesting. Used to stop encoding processes when needed.
|
|
@@ -679,7 +679,7 @@ export declare const AudioApiFactory: (configuration?: Configuration, basePath?:
|
|
|
679
679
|
* @param {string} [deviceProfileId] Optional. The dlna device profile id to utilize.
|
|
680
680
|
* @param {string} [playSessionId] The play session id.
|
|
681
681
|
* @param {string} [segmentContainer] The segment container.
|
|
682
|
-
* @param {number} [segmentLength] The segment
|
|
682
|
+
* @param {number} [segmentLength] The segment lenght.
|
|
683
683
|
* @param {number} [minSegments] The minimum number of segments.
|
|
684
684
|
* @param {string} [mediaSourceId] The media version id, if playing an alternate version.
|
|
685
685
|
* @param {string} [deviceId] The device id of the client requesting. Used to stop encoding processes when needed.
|
|
@@ -1085,7 +1085,7 @@ export interface AudioApiGetAudioStreamByContainerRequest {
|
|
|
1085
1085
|
*/
|
|
1086
1086
|
readonly segmentContainer?: string;
|
|
1087
1087
|
/**
|
|
1088
|
-
* The segment
|
|
1088
|
+
* The segment lenght.
|
|
1089
1089
|
* @type {number}
|
|
1090
1090
|
* @memberof AudioApiGetAudioStreamByContainer
|
|
1091
1091
|
*/
|
|
@@ -1691,7 +1691,7 @@ export interface AudioApiHeadAudioStreamByContainerRequest {
|
|
|
1691
1691
|
*/
|
|
1692
1692
|
readonly segmentContainer?: string;
|
|
1693
1693
|
/**
|
|
1694
|
-
* The segment
|
|
1694
|
+
* The segment lenght.
|
|
1695
1695
|
* @type {number}
|
|
1696
1696
|
* @memberof AudioApiHeadAudioStreamByContainer
|
|
1697
1697
|
*/
|
|
@@ -242,7 +242,7 @@ const AudioApiAxiosParamCreator = function (configuration) {
|
|
|
242
242
|
* @param {string} [deviceProfileId] Optional. The dlna device profile id to utilize.
|
|
243
243
|
* @param {string} [playSessionId] The play session id.
|
|
244
244
|
* @param {string} [segmentContainer] The segment container.
|
|
245
|
-
* @param {number} [segmentLength] The segment
|
|
245
|
+
* @param {number} [segmentLength] The segment lenght.
|
|
246
246
|
* @param {number} [minSegments] The minimum number of segments.
|
|
247
247
|
* @param {string} [mediaSourceId] The media version id, if playing an alternate version.
|
|
248
248
|
* @param {string} [deviceId] The device id of the client requesting. Used to stop encoding processes when needed.
|
|
@@ -684,7 +684,7 @@ const AudioApiAxiosParamCreator = function (configuration) {
|
|
|
684
684
|
* @param {string} [deviceProfileId] Optional. The dlna device profile id to utilize.
|
|
685
685
|
* @param {string} [playSessionId] The play session id.
|
|
686
686
|
* @param {string} [segmentContainer] The segment container.
|
|
687
|
-
* @param {number} [segmentLength] The segment
|
|
687
|
+
* @param {number} [segmentLength] The segment lenght.
|
|
688
688
|
* @param {number} [minSegments] The minimum number of segments.
|
|
689
689
|
* @param {string} [mediaSourceId] The media version id, if playing an alternate version.
|
|
690
690
|
* @param {string} [deviceId] The device id of the client requesting. Used to stop encoding processes when needed.
|
|
@@ -975,7 +975,7 @@ const AudioApiFp = function (configuration) {
|
|
|
975
975
|
* @param {string} [deviceProfileId] Optional. The dlna device profile id to utilize.
|
|
976
976
|
* @param {string} [playSessionId] The play session id.
|
|
977
977
|
* @param {string} [segmentContainer] The segment container.
|
|
978
|
-
* @param {number} [segmentLength] The segment
|
|
978
|
+
* @param {number} [segmentLength] The segment lenght.
|
|
979
979
|
* @param {number} [minSegments] The minimum number of segments.
|
|
980
980
|
* @param {string} [mediaSourceId] The media version id, if playing an alternate version.
|
|
981
981
|
* @param {string} [deviceId] The device id of the client requesting. Used to stop encoding processes when needed.
|
|
@@ -1097,7 +1097,7 @@ const AudioApiFp = function (configuration) {
|
|
|
1097
1097
|
* @param {string} [deviceProfileId] Optional. The dlna device profile id to utilize.
|
|
1098
1098
|
* @param {string} [playSessionId] The play session id.
|
|
1099
1099
|
* @param {string} [segmentContainer] The segment container.
|
|
1100
|
-
* @param {number} [segmentLength] The segment
|
|
1100
|
+
* @param {number} [segmentLength] The segment lenght.
|
|
1101
1101
|
* @param {number} [minSegments] The minimum number of segments.
|
|
1102
1102
|
* @param {string} [mediaSourceId] The media version id, if playing an alternate version.
|
|
1103
1103
|
* @param {string} [deviceId] The device id of the client requesting. Used to stop encoding processes when needed.
|
|
@@ -1225,7 +1225,7 @@ const AudioApiFactory = function (configuration, basePath, axios) {
|
|
|
1225
1225
|
* @param {string} [deviceProfileId] Optional. The dlna device profile id to utilize.
|
|
1226
1226
|
* @param {string} [playSessionId] The play session id.
|
|
1227
1227
|
* @param {string} [segmentContainer] The segment container.
|
|
1228
|
-
* @param {number} [segmentLength] The segment
|
|
1228
|
+
* @param {number} [segmentLength] The segment lenght.
|
|
1229
1229
|
* @param {number} [minSegments] The minimum number of segments.
|
|
1230
1230
|
* @param {string} [mediaSourceId] The media version id, if playing an alternate version.
|
|
1231
1231
|
* @param {string} [deviceId] The device id of the client requesting. Used to stop encoding processes when needed.
|
|
@@ -1341,7 +1341,7 @@ const AudioApiFactory = function (configuration, basePath, axios) {
|
|
|
1341
1341
|
* @param {string} [deviceProfileId] Optional. The dlna device profile id to utilize.
|
|
1342
1342
|
* @param {string} [playSessionId] The play session id.
|
|
1343
1343
|
* @param {string} [segmentContainer] The segment container.
|
|
1344
|
-
* @param {number} [segmentLength] The segment
|
|
1344
|
+
* @param {number} [segmentLength] The segment lenght.
|
|
1345
1345
|
* @param {number} [minSegments] The minimum number of segments.
|
|
1346
1346
|
* @param {string} [mediaSourceId] The media version id, if playing an alternate version.
|
|
1347
1347
|
* @param {string} [deviceId] The device id of the client requesting. Used to stop encoding processes when needed.
|
|
@@ -156,7 +156,7 @@ export declare const DynamicHlsApiAxiosParamCreator: (configuration?: Configurat
|
|
|
156
156
|
* @param {string} [deviceProfileId] Optional. The dlna device profile id to utilize.
|
|
157
157
|
* @param {string} [playSessionId] The play session id.
|
|
158
158
|
* @param {string} [segmentContainer] The segment container.
|
|
159
|
-
* @param {number} [segmentLength] The segment
|
|
159
|
+
* @param {number} [segmentLength] The segment lenght.
|
|
160
160
|
* @param {number} [minSegments] The minimum number of segments.
|
|
161
161
|
* @param {string} [mediaSourceId] The media version id, if playing an alternate version.
|
|
162
162
|
* @param {string} [deviceId] The device id of the client requesting. Used to stop encoding processes when needed.
|
|
@@ -705,7 +705,7 @@ export declare const DynamicHlsApiFp: (configuration?: Configuration) => {
|
|
|
705
705
|
* @param {string} [deviceProfileId] Optional. The dlna device profile id to utilize.
|
|
706
706
|
* @param {string} [playSessionId] The play session id.
|
|
707
707
|
* @param {string} [segmentContainer] The segment container.
|
|
708
|
-
* @param {number} [segmentLength] The segment
|
|
708
|
+
* @param {number} [segmentLength] The segment lenght.
|
|
709
709
|
* @param {number} [minSegments] The minimum number of segments.
|
|
710
710
|
* @param {string} [mediaSourceId] The media version id, if playing an alternate version.
|
|
711
711
|
* @param {string} [deviceId] The device id of the client requesting. Used to stop encoding processes when needed.
|
|
@@ -1254,7 +1254,7 @@ export declare const DynamicHlsApiFactory: (configuration?: Configuration, baseP
|
|
|
1254
1254
|
* @param {string} [deviceProfileId] Optional. The dlna device profile id to utilize.
|
|
1255
1255
|
* @param {string} [playSessionId] The play session id.
|
|
1256
1256
|
* @param {string} [segmentContainer] The segment container.
|
|
1257
|
-
* @param {number} [segmentLength] The segment
|
|
1257
|
+
* @param {number} [segmentLength] The segment lenght.
|
|
1258
1258
|
* @param {number} [minSegments] The minimum number of segments.
|
|
1259
1259
|
* @param {string} [mediaSourceId] The media version id, if playing an alternate version.
|
|
1260
1260
|
* @param {string} [deviceId] The device id of the client requesting. Used to stop encoding processes when needed.
|
|
@@ -2387,7 +2387,7 @@ export interface DynamicHlsApiGetLiveHlsStreamRequest {
|
|
|
2387
2387
|
*/
|
|
2388
2388
|
readonly segmentContainer?: string;
|
|
2389
2389
|
/**
|
|
2390
|
-
* The segment
|
|
2390
|
+
* The segment lenght.
|
|
2391
2391
|
* @type {number}
|
|
2392
2392
|
* @memberof DynamicHlsApiGetLiveHlsStream
|
|
2393
2393
|
*/
|
|
@@ -519,7 +519,7 @@ const DynamicHlsApiAxiosParamCreator = function (configuration) {
|
|
|
519
519
|
* @param {string} [deviceProfileId] Optional. The dlna device profile id to utilize.
|
|
520
520
|
* @param {string} [playSessionId] The play session id.
|
|
521
521
|
* @param {string} [segmentContainer] The segment container.
|
|
522
|
-
* @param {number} [segmentLength] The segment
|
|
522
|
+
* @param {number} [segmentLength] The segment lenght.
|
|
523
523
|
* @param {number} [minSegments] The minimum number of segments.
|
|
524
524
|
* @param {string} [mediaSourceId] The media version id, if playing an alternate version.
|
|
525
525
|
* @param {string} [deviceId] The device id of the client requesting. Used to stop encoding processes when needed.
|
|
@@ -2270,7 +2270,7 @@ const DynamicHlsApiFp = function (configuration) {
|
|
|
2270
2270
|
* @param {string} [deviceProfileId] Optional. The dlna device profile id to utilize.
|
|
2271
2271
|
* @param {string} [playSessionId] The play session id.
|
|
2272
2272
|
* @param {string} [segmentContainer] The segment container.
|
|
2273
|
-
* @param {number} [segmentLength] The segment
|
|
2273
|
+
* @param {number} [segmentLength] The segment lenght.
|
|
2274
2274
|
* @param {number} [minSegments] The minimum number of segments.
|
|
2275
2275
|
* @param {string} [mediaSourceId] The media version id, if playing an alternate version.
|
|
2276
2276
|
* @param {string} [deviceId] The device id of the client requesting. Used to stop encoding processes when needed.
|
|
@@ -2843,7 +2843,7 @@ const DynamicHlsApiFactory = function (configuration, basePath, axios) {
|
|
|
2843
2843
|
* @param {string} [deviceProfileId] Optional. The dlna device profile id to utilize.
|
|
2844
2844
|
* @param {string} [playSessionId] The play session id.
|
|
2845
2845
|
* @param {string} [segmentContainer] The segment container.
|
|
2846
|
-
* @param {number} [segmentLength] The segment
|
|
2846
|
+
* @param {number} [segmentLength] The segment lenght.
|
|
2847
2847
|
* @param {number} [minSegments] The minimum number of segments.
|
|
2848
2848
|
* @param {string} [mediaSourceId] The media version id, if playing an alternate version.
|
|
2849
2849
|
* @param {string} [deviceId] The device id of the client requesting. Used to stop encoding processes when needed.
|