Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sentio Bot committed Dec 12, 2024
1 parent cbe8861 commit f9d9b9a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2893,7 +2893,7 @@
defs["common.TabularData.ColumnType"] = {
"type" : "string",
"default" : "STRING",
"enum" : [ "STRING", "NUMBER", "BOOLEAN", "LIST", "TIME" ]
"enum" : [ "STRING", "NUMBER", "BOOLEAN", "LIST", "TIME", "MAP" ]
};
defs["common.Tier"] = {
"type" : "string",
Expand Down
3 changes: 2 additions & 1 deletion openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -4717,7 +4717,8 @@
"NUMBER",
"BOOLEAN",
"LIST",
"TIME"
"TIME",
"MAP"
],
"default": "STRING"
},
Expand Down
3 changes: 2 additions & 1 deletion src/models/CommonTabularDataColumnType.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f9d9b9a

Please sign in to comment.