Skip to content

Commit c4654ce

Browse files
github-actions[bot]github-actions
andauthored
Codes are generated by openapi generator (#1418)
Co-authored-by: github-actions <[email protected]>
1 parent 9084337 commit c4654ce

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

clients/line-bot-insight-client/src/main/java/com/linecorp/bot/insight/model/AgeTile.java

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,16 @@ public enum Age {
5656
FROM45TO49,
5757
@JsonProperty("from50")
5858
FROM50,
59+
@JsonProperty("from50to54")
60+
FROM50TO54,
61+
@JsonProperty("from55to59")
62+
FROM55TO59,
63+
@JsonProperty("from60to64")
64+
FROM60TO64,
65+
@JsonProperty("from65to69")
66+
FROM65TO69,
67+
@JsonProperty("from70")
68+
FROM70,
5969
@JsonProperty("unknown")
6070
UNKNOWN,
6171

line-openapi

0 commit comments

Comments
 (0)