Skip to content

Commit

Permalink
Code are generated by openapi generator (#480)
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 f544c4d commit 1502535
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion line-openapi
Submodule line-openapi updated 1 files
+5 −0 insight.yml
10 changes: 10 additions & 0 deletions linebot/insight/model_age_tile.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,15 @@ const (

AgeTileAGE_FROM50 AgeTileAGE = "from50"

AgeTileAGE_FROM50TO54 AgeTileAGE = "from50to54"

AgeTileAGE_FROM55TO59 AgeTileAGE = "from55to59"

AgeTileAGE_FROM60TO64 AgeTileAGE = "from60to64"

AgeTileAGE_FROM65TO69 AgeTileAGE = "from65to69"

AgeTileAGE_FROM70 AgeTileAGE = "from70"

AgeTileAGE_UNKNOWN AgeTileAGE = "unknown"
)

0 comments on commit 1502535

Please sign in to comment.