Skip to content

Commit 5f429c9

Browse files
author
Sentio Bot
committed
chore: update
1 parent fc8312f commit 5f429c9

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-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", "JSON", "TOKEN" ]
2943+
"enum" : [ "STRING", "NUMBER", "BOOLEAN", "LIST", "TIME", "MAP", "JSON", "TOKEN", "DYNAMIC" ]
29442944
};
29452945
defs["common.Tier"] = {
29462946
"type" : "string",

openapi.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4853,7 +4853,8 @@
48534853
"TIME",
48544854
"MAP",
48554855
"JSON",
4856-
"TOKEN"
4856+
"TOKEN",
4857+
"DYNAMIC"
48574858
],
48584859
"default": "STRING"
48594860
},

src/models/CommonTabularDataColumnType.ts

Lines changed: 2 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)