chore: 🐝 Update SDK - Generate 0.9.2 (#205)

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-11 12:10:31 -04:00
committed by GitHub
co-authored by speakeasybot speakeasy-github[bot] <128539517+speakeasy-github[bot]@users.noreply.github.com>
parent 0c735989c1
commit 0f116c9792
392 changed files with 49644 additions and 2501 deletions
+10
View File
@@ -23,6 +23,8 @@ SupportedAspectRatio = Union[
"1:1",
"4:3",
"3:4",
"3:2",
"2:3",
"21:9",
"9:21",
],
@@ -56,30 +58,38 @@ SupportedSize = Union[
Literal[
"480x480",
"480x640",
"480x720",
"480x854",
"480x1120",
"640x480",
"720x480",
"720x720",
"720x960",
"720x1080",
"720x1280",
"720x1680",
"854x480",
"960x720",
"1080x720",
"1080x1080",
"1080x1440",
"1080x1620",
"1080x1920",
"1080x2520",
"1120x480",
"1280x720",
"1440x1080",
"1620x1080",
"1680x720",
"1920x1080",
"2160x2160",
"2160x2880",
"2160x3240",
"2160x3840",
"2160x5040",
"2520x1080",
"2880x2160",
"3240x2160",
"3840x2160",
"5040x2160",
],