feat(build): migrate from Prettier to Oxfmt for docs

Signed-off-by: hainenber <dotronghai96@gmail.com>
This commit is contained in:
hainenber
2026-07-28 21:38:39 +07:00
parent af9729a861
commit 1bbc63099b
2163 changed files with 89307 additions and 32009 deletions

View File

@@ -1 +1,70 @@
{"schema":{"properties":{"active":{"type":"boolean"},"autorun":{"type":"boolean"},"database_id":{"type":"integer"},"extra_json":{"type":"object"},"hide_left_bar":{"type":"boolean"},"id":{"type":"string"},"label":{"type":"string"},"latest_query":{"properties":{"changed_on":{"format":"date-time","type":"string"},"ctas":{"type":"boolean"},"db":{"type":"string"},"dbId":{"type":"integer"},"endDttm":{"type":"number"},"errorMessage":{"nullable":true,"type":"string"},"executedSql":{"type":"string"},"extra":{"type":"object"},"id":{"type":"string"},"limit":{"type":"integer"},"limitingFactor":{"type":"string"},"progress":{"type":"integer"},"queryId":{"type":"integer"},"resultsKey":{"type":"string"},"rows":{"type":"integer"},"schema":{"type":"string"},"serverId":{"type":"integer"},"sql":{"type":"string"},"sqlEditorId":{"type":"string"},"startDttm":{"type":"number"},"state":{"type":"string"},"tab":{"type":"string"},"tempSchema":{"nullable":true,"type":"string"},"tempTable":{"nullable":true,"type":"string"},"trackingUrl":{"nullable":true,"type":"string"},"user":{"type":"string"},"userId":{"type":"integer"}},"type":"object","title":"QueryResult"},"query_limit":{"type":"integer"},"saved_query":{"nullable":true,"type":"object"},"schema":{"type":"string"},"sql":{"type":"string"},"table_schemas":{"items":{"properties":{"database_id":{"type":"integer"},"description":{"type":"string"},"expanded":{"type":"boolean"},"id":{"type":"integer"},"schema":{"type":"string"},"tab_state_id":{"type":"integer"},"table":{"type":"string"}},"type":"object","title":"Table"},"type":"array"},"user_id":{"type":"integer"}},"type":"object","title":"TabState"},"schemaType":"response"}
{
"schema": {
"properties": {
"active": { "type": "boolean" },
"autorun": { "type": "boolean" },
"database_id": { "type": "integer" },
"extra_json": { "type": "object" },
"hide_left_bar": { "type": "boolean" },
"id": { "type": "string" },
"label": { "type": "string" },
"latest_query": {
"properties": {
"changed_on": { "format": "date-time", "type": "string" },
"ctas": { "type": "boolean" },
"db": { "type": "string" },
"dbId": { "type": "integer" },
"endDttm": { "type": "number" },
"errorMessage": { "nullable": true, "type": "string" },
"executedSql": { "type": "string" },
"extra": { "type": "object" },
"id": { "type": "string" },
"limit": { "type": "integer" },
"limitingFactor": { "type": "string" },
"progress": { "type": "integer" },
"queryId": { "type": "integer" },
"resultsKey": { "type": "string" },
"rows": { "type": "integer" },
"schema": { "type": "string" },
"serverId": { "type": "integer" },
"sql": { "type": "string" },
"sqlEditorId": { "type": "string" },
"startDttm": { "type": "number" },
"state": { "type": "string" },
"tab": { "type": "string" },
"tempSchema": { "nullable": true, "type": "string" },
"tempTable": { "nullable": true, "type": "string" },
"trackingUrl": { "nullable": true, "type": "string" },
"user": { "type": "string" },
"userId": { "type": "integer" }
},
"type": "object",
"title": "QueryResult"
},
"query_limit": { "type": "integer" },
"saved_query": { "nullable": true, "type": "object" },
"schema": { "type": "string" },
"sql": { "type": "string" },
"table_schemas": {
"items": {
"properties": {
"database_id": { "type": "integer" },
"description": { "type": "string" },
"expanded": { "type": "boolean" },
"id": { "type": "integer" },
"schema": { "type": "string" },
"tab_state_id": { "type": "integer" },
"table": { "type": "string" }
},
"type": "object",
"title": "Table"
},
"type": "array"
},
"user_id": { "type": "integer" }
},
"type": "object",
"title": "TabState"
},
"schemaType": "response"
}