chore(ui): typegen

This commit is contained in:
psychedelicious 2024-08-24 11:55:50 +10:00
parent ff0c16978c
commit ce854f086e

View File

@ -3127,11 +3127,16 @@ export type components = {
* @default true * @default true
*/ */
use_cache?: boolean; use_cache?: boolean;
/**
* @description The source image onto which the masked generated image is pasted. If omitted, the masked generated image is returned with transparency.
* @default null
*/
source_image?: components["schemas"]["ImageField"] | null;
/** /**
* @description The image to apply the mask to * @description The image to apply the mask to
* @default null * @default null
*/ */
image?: components["schemas"]["ImageField"]; generated_image?: components["schemas"]["ImageField"];
/** /**
* @description The mask to apply * @description The mask to apply
* @default null * @default null