Skip to content

Commit

Permalink
Codes are generated by openapi generator (#1418)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <github-actions@github.com>
  • Loading branch information
github-actions[bot] and github-actions authored Sep 5, 2024
1 parent 9084337 commit c4654ce
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,16 @@ public enum Age {
FROM45TO49,
@JsonProperty("from50")
FROM50,
@JsonProperty("from50to54")
FROM50TO54,
@JsonProperty("from55to59")
FROM55TO59,
@JsonProperty("from60to64")
FROM60TO64,
@JsonProperty("from65to69")
FROM65TO69,
@JsonProperty("from70")
FROM70,
@JsonProperty("unknown")
UNKNOWN,

Expand Down
2 changes: 1 addition & 1 deletion line-openapi
Submodule line-openapi updated 1 files
+5 −0 insight.yml

0 comments on commit c4654ce

Please sign in to comment.