Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update OpenAPI to 10.8.10 #476

Merged
merged 1 commit into from
Apr 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions openapi.json
Git LFS file not shown
8 changes: 4 additions & 4 deletions src/generated-client/models/encoding-options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,19 +114,19 @@ export interface EncodingOptions {
* @type {string}
* @memberof EncodingOptions
*/
'TonemappingRange'?: string | null;
'TonemappingMode'?: string | null;
/**
*
* @type {number}
* @type {string}
* @memberof EncodingOptions
*/
'TonemappingDesat'?: number;
'TonemappingRange'?: string | null;
/**
*
* @type {number}
* @memberof EncodingOptions
*/
'TonemappingThreshold'?: number;
'TonemappingDesat'?: number;
/**
*
* @type {number}
Expand Down
2 changes: 1 addition & 1 deletion src/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';