Update OpenAPI to unstable
Some checks are pending
SDK Unstable Publish / publish (push) Waiting to run

This commit is contained in:
jellyfin-bot 2024-07-01 15:39:40 +00:00
parent 9c48e8f8bd
commit bde108f1cf
4 changed files with 11 additions and 5 deletions

4
openapi.json vendored
View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7b13b7c577eaf62d0190a2c2fd908751cd45fa38d1f3b2ff0d546642ae38e23a
size 862642
oid sha256:004dcff17726a56f0989a2401cba886906bff0765ce0eb3acd84f5f038ff9e22
size 862809

View File

@ -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}

View File

@ -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>}

View File

@ -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';