@grafana/openapi 13.0.0-23940704778 → 13.0.0-23941046452
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api/openapi3.json +32 -0
- package/package.json +1 -1
package/dist/api/openapi3.json
CHANGED
|
@@ -5624,6 +5624,29 @@
|
|
|
5624
5624
|
},
|
|
5625
5625
|
"type": "object"
|
|
5626
5626
|
},
|
|
5627
|
+
"FooterItem": {
|
|
5628
|
+
"properties": {
|
|
5629
|
+
"color": {
|
|
5630
|
+
"type": "string"
|
|
5631
|
+
},
|
|
5632
|
+
"fontSize": {
|
|
5633
|
+
"type": "string"
|
|
5634
|
+
},
|
|
5635
|
+
"fontStyle": {
|
|
5636
|
+
"type": "string"
|
|
5637
|
+
},
|
|
5638
|
+
"fontWeight": {
|
|
5639
|
+
"type": "string"
|
|
5640
|
+
},
|
|
5641
|
+
"type": {
|
|
5642
|
+
"type": "string"
|
|
5643
|
+
},
|
|
5644
|
+
"value": {
|
|
5645
|
+
"type": "string"
|
|
5646
|
+
}
|
|
5647
|
+
},
|
|
5648
|
+
"type": "object"
|
|
5649
|
+
},
|
|
5627
5650
|
"ForbiddenError": {
|
|
5628
5651
|
"properties": {
|
|
5629
5652
|
"body": {
|
|
@@ -9898,6 +9921,15 @@
|
|
|
9898
9921
|
"embeddedImageTheme": {
|
|
9899
9922
|
"type": "string"
|
|
9900
9923
|
},
|
|
9924
|
+
"footerFontFamily": {
|
|
9925
|
+
"type": "string"
|
|
9926
|
+
},
|
|
9927
|
+
"footerItems": {
|
|
9928
|
+
"items": {
|
|
9929
|
+
"$ref": "#/components/schemas/FooterItem"
|
|
9930
|
+
},
|
|
9931
|
+
"type": "array"
|
|
9932
|
+
},
|
|
9901
9933
|
"id": {
|
|
9902
9934
|
"format": "int64",
|
|
9903
9935
|
"type": "integer"
|