@grafana/plugin-types 0.0.68 → 0.0.69
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.
|
@@ -186,9 +186,9 @@ export interface PluginSchema {
|
|
|
186
186
|
*/
|
|
187
187
|
builtIn?: boolean;
|
|
188
188
|
/**
|
|
189
|
-
* Plugin category used on the Add
|
|
189
|
+
* Plugin category used on the Add new connection page. Can be one from the list: "tsdb", "logging", "cloud", "tracing", "profiling", "sql", "enterprise", "iot", "other", empty string or custom string
|
|
190
190
|
*/
|
|
191
|
-
category?:
|
|
191
|
+
category?: string;
|
|
192
192
|
/**
|
|
193
193
|
* Grafana Enterprise specific features
|
|
194
194
|
*/
|