chore(ui): regenerate schema.d.ts for style_image image-edit param

This commit is contained in:
Devin AI 2026-07-08 11:16:31 +00:00
parent d84b08a75e
commit 6fe84ad97a

View file

@ -21155,6 +21155,8 @@ export interface components {
mask?: string[] | null;
/** Mask[] */
"mask[]"?: string[] | null;
/** Style Image */
style_image?: string[] | null;
};
/** Body_image_edit_api_openai_deployments__model__images_edits_post */
Body_image_edit_api_openai_deployments__model__images_edits_post: {
@ -21166,6 +21168,8 @@ export interface components {
mask?: string[] | null;
/** Mask[] */
"mask[]"?: string[] | null;
/** Style Image */
style_image?: string[] | null;
};
/** Body_image_edit_api_v1_images_edits_post */
Body_image_edit_api_v1_images_edits_post: {
@ -21177,6 +21181,8 @@ export interface components {
mask?: string[] | null;
/** Mask[] */
"mask[]"?: string[] | null;
/** Style Image */
style_image?: string[] | null;
};
/** Body_test_model_connection_health_test_connection_post */
Body_test_model_connection_health_test_connection_post: {