mirror of
https://github.com/jellyfin/jellyfin-sdk-typescript.git
synced 2024-11-23 05:59:44 +00:00
Update OpenAPI to unstable
Some checks failed
SDK Unstable Publish / publish (push) Has been cancelled
Some checks failed
SDK Unstable Publish / publish (push) Has been cancelled
This commit is contained in:
parent
8f7700241e
commit
d43200cbd6
2
openapi.json
vendored
2
openapi.json
vendored
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:80e5691dae69bf5369963b92a3cadeef7c349c7fa89d2fc6b461e409026f7622
|
||||
oid sha256:90d9142934798fb8a57a38376d94a6318cf2cdf0dbf58314f25dd0e92d6c5043
|
||||
size 862436
|
||||
|
@ -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}
|
||||
|
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user