@grafana/plugin-types 0.0.41 → 0.0.42

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.
@@ -63,8 +63,10 @@ export interface SceneTimeRangeStateStub {
63
63
  }
64
64
  export interface EmbeddedLogsCommonProps {
65
65
  embedderName: string;
66
+ namespace?: string;
66
67
  onTimeRangeChange?: (timeRange: TimeRange) => void;
67
68
  query: string;
69
+ referenceQuery?: string;
68
70
  timeRangeState: SceneTimeRangeStateStub;
69
71
  }
70
72
  export interface EmbeddedLogsExplorationFromQuery {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/plugin-types",
3
- "version": "0.0.41",
3
+ "version": "0.0.42",
4
4
  "description": "NPM package consisting of various Grafana plugins exposed types.",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Grafana Labs",