@grafana/openapi 13.0.0-23615164044 → 13.0.0-23615169245

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.
@@ -32,54 +32,6 @@
32
32
  }
33
33
  }
34
34
  },
35
- "/connections/{name}/query": {
36
- "post": {
37
- "tags": ["Connections (deprecated)"],
38
- "description": "connect POST requests to query of QueryDataResponse",
39
- "operationId": "createQueryDataResponseQuery",
40
- "requestBody": {
41
- "content": {
42
- "application/json": {
43
- "schema": {
44
- "type": "object",
45
- "additionalProperties": true
46
- }
47
- }
48
- }
49
- },
50
- "responses": {
51
- "200": {
52
- "description": "OK",
53
- "content": {
54
- "*/*": {
55
- "schema": {
56
- "$ref": "#/components/schemas/QueryDataResponse"
57
- }
58
- }
59
- }
60
- }
61
- },
62
- "deprecated": true,
63
- "x-kubernetes-action": "connect",
64
- "x-kubernetes-group-version-kind": {
65
- "group": "grafana-testdata-datasource.datasource.grafana.app",
66
- "kind": "QueryDataResponse",
67
- "version": "v0alpha1"
68
- }
69
- },
70
- "parameters": [
71
- {
72
- "name": "name",
73
- "in": "path",
74
- "description": "name of the QueryDataResponse",
75
- "required": true,
76
- "schema": {
77
- "type": "string",
78
- "uniqueItems": true
79
- }
80
- }
81
- ]
82
- },
83
35
  "/datasources": {
84
36
  "get": {
85
37
  "tags": ["DataSource"],
@@ -879,7 +831,7 @@
879
831
  "post": {
880
832
  "tags": ["DataSource"],
881
833
  "description": "Query the TestData datasources",
882
- "operationId": "createDataSourceQuery",
834
+ "operationId": "queryDataSource",
883
835
  "requestBody": {
884
836
  "content": {
885
837
  "application/json": {
@@ -912,7 +864,7 @@
912
864
  {
913
865
  "name": "name",
914
866
  "in": "path",
915
- "description": "name of the QueryDataResponse",
867
+ "description": "DataSource identifier",
916
868
  "required": true,
917
869
  "schema": {
918
870
  "type": "string",
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "author": "Grafana Labs",
3
3
  "license": "Apache-2.0",
4
4
  "name": "@grafana/openapi",
5
- "version": "13.0.0-23615164044",
5
+ "version": "13.0.0-23615169245",
6
6
  "description": "Grafana OpenApi Library",
7
7
  "keywords": [
8
8
  "grafana",