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 27, 2024
1 parent 1236096 commit f9390a0
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 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/generated-client/models/library-options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export interface LibraryOptions {
* @type {Array<string>}
* @memberof LibraryOptions
*/
'MediaSegmentProvideOrder'?: Array<string>;
'MediaSegmentProviderOrder'?: Array<string>;
/**
*
* @type {boolean}
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 f9390a0

Please sign in to comment.