Skip to content

Commit 7ee1034

Browse files
author
Sentio Bot
committed
chore: update
1 parent f904d1b commit 7ee1034

7 files changed

+56
-0
lines changed

doc/index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2257,6 +2257,9 @@
22572257
"$ref" : "#/components/schemas/common.CoinID"
22582258
}
22592259
},
2260+
"color" : {
2261+
"type" : "string"
2262+
},
22602263
"disabled" : {
22612264
"type" : "boolean"
22622265
}
@@ -2516,6 +2519,9 @@
25162519
"$ref" : "#/components/schemas/common.Function"
25172520
}
25182521
},
2522+
"color" : {
2523+
"type" : "string"
2524+
},
25192525
"disabled" : {
25202526
"title" : "hide the result, usually used for formula, default is false",
25212527
"type" : "boolean"
@@ -2762,6 +2768,9 @@
27622768
"$ref" : "#/components/schemas/common.Function"
27632769
}
27642770
},
2771+
"color" : {
2772+
"type" : "string"
2773+
},
27652774
"disabled" : {
27662775
"type" : "boolean"
27672776
}

openapi.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4138,6 +4138,9 @@
41384138
"$ref": "#/definitions/common.CoinID"
41394139
}
41404140
},
4141+
"color": {
4142+
"type": "string"
4143+
},
41414144
"disabled": {
41424145
"type": "boolean"
41434146
}
@@ -4429,6 +4432,9 @@
44294432
"$ref": "#/definitions/common.Function"
44304433
}
44314434
},
4435+
"color": {
4436+
"type": "string"
4437+
},
44324438
"disabled": {
44334439
"type": "boolean",
44344440
"title": "hide the result, usually used for formula, default is false"
@@ -4676,6 +4682,9 @@
46764682
"$ref": "#/definitions/common.Function"
46774683
}
46784684
},
4685+
"color": {
4686+
"type": "string"
4687+
},
46794688
"disabled": {
46804689
"type": "boolean"
46814690
}

src/AlertsApi.md

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/DataApi.md

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/models/CommonPriceSegmentationQuery.ts

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/models/CommonQuery.ts

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/models/CommonSegmentationQuery.ts

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)