mirror of
https://github.com/jellyfin/jellyfin-sdk-typescript.git
synced 2024-11-23 05:59:44 +00:00
Update generated sources to 10.8.10
This commit is contained in:
parent
458f978e5c
commit
5d6cf290cc
4
openapi.json
vendored
4
openapi.json
vendored
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fbad603f55b6381c5f7c6552409497c050509ca28d32ec8d5015702f87e429bd
|
||||
size 849915
|
||||
oid sha256:937e91666a3721e826982a40c07c09f2acef12997d9f5910e63f28e76ae3d791
|
||||
size 849910
|
||||
|
@ -109,6 +109,12 @@ export interface EncodingOptions {
|
||||
* @memberof EncodingOptions
|
||||
*/
|
||||
'TonemappingAlgorithm'?: string | null;
|
||||
/**
|
||||
*
|
||||
* @type {string}
|
||||
* @memberof EncodingOptions
|
||||
*/
|
||||
'TonemappingMode'?: string | null;
|
||||
/**
|
||||
*
|
||||
* @type {string}
|
||||
@ -121,12 +127,6 @@ export interface EncodingOptions {
|
||||
* @memberof EncodingOptions
|
||||
*/
|
||||
'TonemappingDesat'?: number;
|
||||
/**
|
||||
*
|
||||
* @type {number}
|
||||
* @memberof EncodingOptions
|
||||
*/
|
||||
'TonemappingThreshold'?: number;
|
||||
/**
|
||||
*
|
||||
* @type {number}
|
||||
|
@ -5,7 +5,7 @@
|
||||
*/
|
||||
|
||||
/** The current API version of the generated client. */
|
||||
export const API_VERSION = '10.8.9';
|
||||
export const API_VERSION = '10.8.10';
|
||||
|
||||
/** The minimum supported server version. */
|
||||
export const MINIMUM_VERSION = '10.8.1';
|
||||
|
Loading…
Reference in New Issue
Block a user