Skip to content

Commit 0691d9c

Browse files
author
github-actions[bot]
committed
feat: Updated OpenAPI spec
1 parent c9ada51 commit 0691d9c

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

src/libs/Ideogram/Generated/Ideogram.Models.StyleTypeV3.g.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ public enum StyleTypeV3
2626
///
2727
/// </summary>
2828
DESIGN,
29+
/// <summary>
30+
///
31+
/// </summary>
32+
CUSTOM,
2933
}
3034

3135
/// <summary>
@@ -44,6 +48,7 @@ public static string ToValueString(this StyleTypeV3 value)
4448
StyleTypeV3.GENERAL => "GENERAL",
4549
StyleTypeV3.REALISTIC => "REALISTIC",
4650
StyleTypeV3.DESIGN => "DESIGN",
51+
StyleTypeV3.CUSTOM => "CUSTOM",
4752
_ => throw new global::System.ArgumentOutOfRangeException(nameof(value), value, null),
4853
};
4954
}
@@ -58,6 +63,7 @@ public static string ToValueString(this StyleTypeV3 value)
5863
"GENERAL" => StyleTypeV3.GENERAL,
5964
"REALISTIC" => StyleTypeV3.REALISTIC,
6065
"DESIGN" => StyleTypeV3.DESIGN,
66+
"CUSTOM" => StyleTypeV3.CUSTOM,
6167
_ => null,
6268
};
6369
}

src/libs/Ideogram/openapi.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2166,6 +2166,7 @@ components:
21662166
- GENERAL
21672167
- REALISTIC
21682168
- DESIGN
2169+
- CUSTOM
21692170
type: string
21702171
description: The style type to generate with.
21712172
default: GENERAL

0 commit comments

Comments
 (0)