From d43200cbd6143eeebba28f28560c5bb3a9cdf284 Mon Sep 17 00:00:00 2001 From: jellyfin-bot Date: Mon, 1 Jul 2024 15:39:40 +0000 Subject: [PATCH] Update OpenAPI to unstable --- openapi.json | 2 +- src/generated-client/models/device-info-query-result.ts | 4 ++-- src/versions.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/openapi.json b/openapi.json index 1e0dafaf..0baddc5b 100644 --- a/openapi.json +++ b/openapi.json @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:80e5691dae69bf5369963b92a3cadeef7c349c7fa89d2fc6b461e409026f7622 +oid sha256:90d9142934798fb8a57a38376d94a6318cf2cdf0dbf58314f25dd0e92d6c5043 size 862436 diff --git a/src/generated-client/models/device-info-query-result.ts b/src/generated-client/models/device-info-query-result.ts index 770c2b3b..f151bb20 100644 --- a/src/generated-client/models/device-info-query-result.ts +++ b/src/generated-client/models/device-info-query-result.ts @@ -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} * @memberof DeviceInfoQueryResult */ - 'Items'?: Array | null; + 'Items'?: Array; /** * Gets or sets the total number of records available. * @type {number} diff --git a/src/versions.ts b/src/versions.ts index 1de76f55..90771280 100644 --- a/src/versions.ts +++ b/src/versions.ts @@ -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';