@grafana/openapi 13.0.0 → 13.0.2

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.
@@ -3661,29 +3661,6 @@
3661
3661
  ]
3662
3662
  },
3663
3663
  "/repositories/{name}/webhook": {
3664
- "get": {
3665
- "tags": ["Repository"],
3666
- "description": "connect GET requests to webhook of Repository",
3667
- "operationId": "getRepositoryWebhook",
3668
- "responses": {
3669
- "200": {
3670
- "description": "OK",
3671
- "content": {
3672
- "*/*": {
3673
- "schema": {
3674
- "$ref": "#/components/schemas/WebhookResponse"
3675
- }
3676
- }
3677
- }
3678
- }
3679
- },
3680
- "x-kubernetes-action": "connect",
3681
- "x-kubernetes-group-version-kind": {
3682
- "group": "provisioning.grafana.app",
3683
- "version": "v0alpha1",
3684
- "kind": "WebhookResponse"
3685
- }
3686
- },
3687
3664
  "post": {
3688
3665
  "tags": ["Repository"],
3689
3666
  "description": "Currently only supports github webhooks",
@@ -3661,29 +3661,6 @@
3661
3661
  ]
3662
3662
  },
3663
3663
  "/repositories/{name}/webhook": {
3664
- "get": {
3665
- "tags": ["Repository"],
3666
- "description": "connect GET requests to webhook of Repository",
3667
- "operationId": "getRepositoryWebhook",
3668
- "responses": {
3669
- "200": {
3670
- "description": "OK",
3671
- "content": {
3672
- "*/*": {
3673
- "schema": {
3674
- "$ref": "#/components/schemas/WebhookResponse"
3675
- }
3676
- }
3677
- }
3678
- }
3679
- },
3680
- "x-kubernetes-action": "connect",
3681
- "x-kubernetes-group-version-kind": {
3682
- "group": "provisioning.grafana.app",
3683
- "version": "v1beta1",
3684
- "kind": "WebhookResponse"
3685
- }
3686
- },
3687
3664
  "post": {
3688
3665
  "tags": ["Repository"],
3689
3666
  "description": "Currently only supports github webhooks",
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",
5
+ "version": "13.0.2",
6
6
  "description": "Grafana OpenApi Library",
7
7
  "keywords": [
8
8
  "grafana",