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 8f7700241e
commit 2f1aea772e
3 changed files with 4 additions and 4 deletions

2
openapi.json vendored
View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:80e5691dae69bf5369963b92a3cadeef7c349c7fa89d2fc6b461e409026f7622
oid sha256:90d9142934798fb8a57a38376d94a6318cf2cdf0dbf58314f25dd0e92d6c5043
size 862436

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

@ -5,7 +5,7 @@
*/
/** The current API version of the generated client. */
export const API_VERSION = '10.10.1';
export const API_VERSION = '10.11.0';
/** The minimum supported server version. */
export const MINIMUM_VERSION = '10.9.0';