Skip to content

Commit 34dd26c

Browse files
author
Sentio Bot
committed
chore: update
1 parent 7c5e3bc commit 34dd26c

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

doc/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5931,6 +5931,9 @@
59315931
},
59325932
"sqlQueryId" : {
59335933
"type" : "string"
5934+
},
5935+
"sqlExecuteEngine" : {
5936+
"$ref" : "#/components/schemas/analytic_service.ExecuteEngine"
59345937
}
59355938
}
59365939
};

openapi.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8381,6 +8381,9 @@
83818381
},
83828382
"sqlQueryId": {
83838383
"type": "string"
8384+
},
8385+
"sqlExecuteEngine": {
8386+
"$ref": "#/definitions/analytic_service.ExecuteEngine"
83848387
}
83858388
}
83868389
},

src/types.gen.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2825,6 +2825,7 @@ export namespace web_service {
28252825
retentionQuery?: common.RetentionQuery;
28262826
sqlQuery?: string;
28272827
sqlQueryId?: string;
2828+
sqlExecuteEngine?: analytic_service.ExecuteEngine;
28282829
};
28292830
export type ChartChartType = 'LINE' | 'AREA' | 'BAR' | 'BAR_GAUGE' | 'TABLE' | 'QUERY_VALUE' | 'PIE' | 'NOTE' | 'SCATTER';
28302831
export type ChartDataSourceType = 'METRICS' | 'NOTES' | 'ANALYTICS' | 'INSIGHTS' | 'EVENTS' | 'RETENTION' | 'SQL';

0 commit comments

Comments
 (0)