Skip to content

Commit

Permalink
Update OpenAPI to unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
jellyfin-bot committed Nov 23, 2024
1 parent 65cc438 commit 63ae694
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
4 changes: 2 additions & 2 deletions openapi.json
Git LFS file not shown
4 changes: 2 additions & 2 deletions src/generated-client/models/device-info-query-result.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import type { DeviceInfo } from './device-info';

/**
*
* Query result container.
* @export
* @interface DeviceInfoQueryResult
*/
Expand All @@ -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}
Expand Down
6 changes: 6 additions & 0 deletions src/generated-client/models/library-options-result-dto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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>}
Expand Down
2 changes: 1 addition & 1 deletion src/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';

0 comments on commit 63ae694

Please sign in to comment.