diff --git a/openapi.json b/openapi.json index f11fbb78..ced43ee9 100644 --- a/openapi.json +++ b/openapi.json @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7b13b7c577eaf62d0190a2c2fd908751cd45fa38d1f3b2ff0d546642ae38e23a -size 862642 +oid sha256:004dcff17726a56f0989a2401cba886906bff0765ce0eb3acd84f5f038ff9e22 +size 862809 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/generated-client/models/library-options-result-dto.ts b/src/generated-client/models/library-options-result-dto.ts index 619532bf..6568612c 100644 --- a/src/generated-client/models/library-options-result-dto.ts +++ b/src/generated-client/models/library-options-result-dto.ts @@ -49,6 +49,12 @@ export interface LibraryOptionsResultDto { * @memberof LibraryOptionsResultDto */ 'LyricFetchers'?: Array; + /** + * Gets or sets the list of MediaSegment Providers. + * @type {Array} + * @memberof LibraryOptionsResultDto + */ + 'MediaSegmentProviders'?: Array; /** * Gets or sets the type options. * @type {Array} diff --git a/src/versions.ts b/src/versions.ts index 14e1f8bd..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.3'; +export const API_VERSION = '10.11.0'; /** The minimum supported server version. */ export const MINIMUM_VERSION = '10.9.0';