Skip to content

Commit 1dfa071

Browse files
author
Sentio Bot
committed
chore: update
1 parent 5bca9cc commit 1dfa071

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed

doc/index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1561,6 +1561,9 @@
15611561
},
15621562
"computeStats" : {
15631563
"$ref" : "#/components/schemas/common.ComputeStats"
1564+
},
1565+
"color" : {
1566+
"type" : "string"
15641567
}
15651568
}
15661569
};
@@ -3842,6 +3845,9 @@
38423845
},
38433846
"computeStats" : {
38443847
"$ref" : "#/components/schemas/common.ComputeStats"
3848+
},
3849+
"color" : {
3850+
"type" : "string"
38453851
}
38463852
}
38473853
};
@@ -4019,6 +4025,9 @@
40194025
},
40204026
"id" : {
40214027
"type" : "string"
4028+
},
4029+
"color" : {
4030+
"type" : "string"
40224031
}
40234032
}
40244033
};

openapi.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3554,6 +3554,9 @@
35543554
},
35553555
"computeStats": {
35563556
"$ref": "#/definitions/common.ComputeStats"
3557+
},
3558+
"color": {
3559+
"type": "string"
35573560
}
35583561
}
35593562
},
@@ -6042,6 +6045,9 @@
60426045
},
60436046
"computeStats": {
60446047
"$ref": "#/definitions/common.ComputeStats"
6048+
},
6049+
"color": {
6050+
"type": "string"
60456051
}
60466052
}
60476053
},
@@ -6241,6 +6247,9 @@
62416247
},
62426248
"id": {
62436249
"type": "string"
6250+
},
6251+
"color": {
6252+
"type": "string"
62446253
}
62456254
}
62466255
},

src/types.gen.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ export type AnalyticServiceQuerySegmentationResponseResult = {
247247
alias?: string;
248248
id?: string;
249249
computeStats?: CommonComputeStats;
250+
color?: string;
250251
};
251252

252253
export type AnalyticServiceSqlQuery = {
@@ -1099,6 +1100,7 @@ export type MetricsServiceMetricsQueryResponseResult = {
10991100
alias?: string;
11001101
id?: string;
11011102
computeStats?: CommonComputeStats;
1103+
color?: string;
11021104
};
11031105

11041106
export type MetricsServiceMetricsQueryResponseSample = {
@@ -1141,6 +1143,7 @@ export type MetricsServiceQueryValueResponseResult = {
11411143
error?: string;
11421144
alias?: string;
11431145
id?: string;
1146+
color?: string;
11441147
};
11451148

11461149
export type PriceServiceAddCoinByGeckoRequest = {

0 commit comments

Comments
 (0)