Update generated sources to 10.9.3

This commit is contained in:
jellyfin-bot 2024-05-27 03:25:08 +00:00
parent 29708e3d9d
commit 3e23cbc047
3 changed files with 4 additions and 4 deletions

4
openapi.json vendored
View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2c803adbdfecbe33471672969d954b4cfaedfca2b0304af7112eca405b872ba1
size 850061
oid sha256:99f6152926fc5c19e3018dc352e123a55d5cd1e2a352e2bfd4b6984ad7b303e6
size 850077

View File

@ -45,7 +45,7 @@ export interface SearchHint {
* @type {string}
* @memberof SearchHint
*/
'MatchedTerm'?: string;
'MatchedTerm'?: string | null;
/**
* Gets or sets the index number.
* @type {number}

View File

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