mirror of
https://github.com/jellyfin/jellyfin-sdk-typescript.git
synced 2024-11-23 05:59:44 +00:00
Update generated sources to 10.9.3
This commit is contained in:
parent
29708e3d9d
commit
3e23cbc047
4
openapi.json
vendored
4
openapi.json
vendored
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2c803adbdfecbe33471672969d954b4cfaedfca2b0304af7112eca405b872ba1
|
||||
size 850061
|
||||
oid sha256:99f6152926fc5c19e3018dc352e123a55d5cd1e2a352e2bfd4b6984ad7b303e6
|
||||
size 850077
|
||||
|
@ -45,7 +45,7 @@ export interface SearchHint {
|
||||
* @type {string}
|
||||
* @memberof SearchHint
|
||||
*/
|
||||
'MatchedTerm'?: string;
|
||||
'MatchedTerm'?: string | null;
|
||||
/**
|
||||
* Gets or sets the index number.
|
||||
* @type {number}
|
||||
|
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user