chore: 🐝 Update SDK - Generate (spec change merged) 0.10.4 (#372)

Co-authored-by: speakeasybot <bot@speakeasyapi.dev>
Co-authored-by: speakeasy-github[bot] <128539517+speakeasy-github[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-06-26 12:10:48 +00:00
committed by GitHub
co-authored by speakeasybot speakeasy-github[bot] <128539517+speakeasy-github[bot]@users.noreply.github.com>
parent 32dd522d5a
commit e1b89f5aaf
10 changed files with 61 additions and 36 deletions
+10
View File
@@ -9262,6 +9262,11 @@ components:
created:
description: Unix timestamp (seconds) when the image was generated
type: integer
media_type:
description: >-
Media type (MIME type) of the image. Omitted when the output is a standard raster format (PNG). Present for non-raster outputs such as SVG (`image/svg+xml`).
example: image/svg+xml
type: string
type:
description: The event type
enum:
@@ -9420,6 +9425,11 @@ components:
b64_json:
description: Base64-encoded image bytes
type: string
media_type:
description: >-
Media type (MIME type) of the image. Omitted when the output is a standard raster format (PNG). Present for non-raster outputs such as SVG (`image/svg+xml`).
example: image/svg+xml
type: string
required:
- b64_json
type: object