mirror of
https://github.com/jellyfin/jellyfin-sdk-typescript.git
synced 2024-11-22 21:49:48 +00:00
Update OpenAPI to unstable
Some checks are pending
SDK Unstable Publish / publish (push) Waiting to run
Some checks are pending
SDK Unstable Publish / publish (push) Waiting to run
This commit is contained in:
parent
9c48e8f8bd
commit
3a7bbe793b
4
openapi.json
vendored
4
openapi.json
vendored
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7b13b7c577eaf62d0190a2c2fd908751cd45fa38d1f3b2ff0d546642ae38e23a
|
||||
size 862642
|
||||
oid sha256:004dcff17726a56f0989a2401cba886906bff0765ce0eb3acd84f5f038ff9e22
|
||||
size 862809
|
||||
|
@ -17,7 +17,7 @@
|
||||
import type { DeviceInfo } from './device-info';
|
||||
|
||||
/**
|
||||
*
|
||||
* Query result container.
|
||||
* @export
|
||||
* @interface DeviceInfoQueryResult
|
||||
*/
|
||||
@ -27,7 +27,7 @@ export interface DeviceInfoQueryResult {
|
||||
* @type {Array<DeviceInfo>}
|
||||
* @memberof DeviceInfoQueryResult
|
||||
*/
|
||||
'Items'?: Array<DeviceInfo> | null;
|
||||
'Items'?: Array<DeviceInfo>;
|
||||
/**
|
||||
* Gets or sets the total number of records available.
|
||||
* @type {number}
|
||||
|
@ -49,6 +49,12 @@ export interface LibraryOptionsResultDto {
|
||||
* @memberof LibraryOptionsResultDto
|
||||
*/
|
||||
'LyricFetchers'?: Array<LibraryOptionInfoDto>;
|
||||
/**
|
||||
* Gets or sets the list of MediaSegment Providers.
|
||||
* @type {Array<LibraryOptionInfoDto>}
|
||||
* @memberof LibraryOptionsResultDto
|
||||
*/
|
||||
'MediaSegmentProviders'?: Array<LibraryOptionInfoDto>;
|
||||
/**
|
||||
* Gets or sets the type options.
|
||||
* @type {Array<LibraryTypeOptionsDto>}
|
||||
|
@ -5,7 +5,7 @@
|
||||
*/
|
||||
|
||||
/** The current API version of the generated client. */
|
||||
export const API_VERSION = '10.10.3';
|
||||
export const API_VERSION = '10.11.0';
|
||||
|
||||
/** The minimum supported server version. */
|
||||
export const MINIMUM_VERSION = '10.9.0';
|
||||
|
Loading…
Reference in New Issue
Block a user