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 11, 2024
1 parent 0b25634 commit 9c9f9b0
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 2 deletions.
6 changes: 6 additions & 0 deletions doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2263,6 +2263,9 @@
},
"enableMaterializedView" : {
"type" : "boolean"
},
"defaultTimerange" : {
"$ref" : "#/components/schemas/common.TimeRangeLite"
}
}
};
Expand Down Expand Up @@ -2312,6 +2315,9 @@
},
"enableMaterializedView" : {
"type" : "boolean"
},
"defaultTimerange" : {
"$ref" : "#/components/schemas/common.TimeRangeLite"
}
}
};
Expand Down
6 changes: 6 additions & 0 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -4006,6 +4006,9 @@
},
"enableMaterializedView": {
"type": "boolean"
},
"defaultTimerange": {
"$ref": "#/definitions/common.TimeRangeLite"
}
}
},
Expand Down Expand Up @@ -4083,6 +4086,9 @@
},
"enableMaterializedView": {
"type": "boolean"
},
"defaultTimerange": {
"$ref": "#/definitions/common.TimeRangeLite"
}
}
},
Expand Down
8 changes: 8 additions & 0 deletions src/models/CommonProject.ts

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

8 changes: 8 additions & 0 deletions src/models/CommonProjectInfo.ts

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

4 changes: 2 additions & 2 deletions src/models/ObjectSerializer.ts

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

0 comments on commit 9c9f9b0

Please sign in to comment.