Skip to content

Commit dcc9a73

Browse files
author
Sentio Bot
committed
chore: update
1 parent f3cb63a commit dcc9a73

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

doc/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2940,7 +2940,7 @@
29402940
defs["common.TabularData.ColumnType"] = {
29412941
"type" : "string",
29422942
"default" : "STRING",
2943-
"enum" : [ "STRING", "NUMBER", "BOOLEAN", "LIST", "TIME", "MAP" ]
2943+
"enum" : [ "STRING", "NUMBER", "BOOLEAN", "LIST", "TIME", "MAP", "JSON", "TOKEN" ]
29442944
};
29452945
defs["common.Tier"] = {
29462946
"type" : "string",

openapi.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4851,7 +4851,9 @@
48514851
"BOOLEAN",
48524852
"LIST",
48534853
"TIME",
4854-
"MAP"
4854+
"MAP",
4855+
"JSON",
4856+
"TOKEN"
48554857
],
48564858
"default": "STRING"
48574859
},

src/models/CommonTabularDataColumnType.ts

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)