@grafana/openapi 13.1.0-27658423959 → 13.1.0-27729613434

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.
@@ -3968,6 +3968,14 @@
3968
3968
  "url": {
3969
3969
  "description": "The connection URL",
3970
3970
  "type": "string"
3971
+ },
3972
+ "webhook": {
3973
+ "description": "Webhook configuration for this connection",
3974
+ "allOf": [
3975
+ {
3976
+ "$ref": "#/components/schemas/ConnectionWebhookConfig"
3977
+ }
3978
+ ]
3971
3979
  }
3972
3980
  }
3973
3981
  },
@@ -4022,6 +4030,15 @@
4022
4030
  }
4023
4031
  }
4024
4032
  },
4033
+ "ConnectionWebhookConfig": {
4034
+ "type": "object",
4035
+ "properties": {
4036
+ "disabled": {
4037
+ "description": "Disabled disables webhook integration for this connection. When true, the GitHub App does not require webhooks:write permission and Grafana will not register or receive webhook events. Use this when Grafana is not reachable from the public internet.",
4038
+ "type": "boolean"
4039
+ }
4040
+ }
4041
+ },
4025
4042
  "DeleteJobOptions": {
4026
4043
  "type": "object",
4027
4044
  "properties": {
@@ -4244,10 +4261,6 @@
4244
4261
  "description": "GitHub App installation ID",
4245
4262
  "type": "string",
4246
4263
  "default": ""
4247
- },
4248
- "webhookDisabled": {
4249
- "description": "WebhookDisabled disables webhook integration for this connection. When true, the GitHub App does not require webhooks:write permission and Grafana will not register or receive webhook events. Use this when Grafana is not reachable from the public internet.",
4250
- "type": "boolean"
4251
4264
  }
4252
4265
  }
4253
4266
  },
@@ -4314,10 +4327,6 @@
4314
4327
  "description": "Whether we should show dashboard previews for pull requests. By default, this is false (i.e. we will not create previews).",
4315
4328
  "type": "boolean"
4316
4329
  },
4317
- "webhookDisabled": {
4318
- "description": "WebhookDisabled disables webhook integration for this repository. When true, Grafana will not register or receive webhook events from GitHub and will poll the repository on an interval instead. Use this when Grafana is not reachable from the public internet.",
4319
- "type": "boolean"
4320
- },
4321
4330
  "path": {
4322
4331
  "description": "Path is the subdirectory for the Grafana data. If specified, Grafana will ignore anything that is outside this directory in the repository. This is usually something like `grafana/`. Trailing and leading slash are not required. They are always added when needed. The path is relative to the root of the repository, regardless of the leading slash.\n\nWhen specifying something like `grafana-`, we will not look for `grafana-*`; we will only look for files under the directory `/grafana-/`. That means `/grafana-example.json` would not be found.",
4323
4332
  "type": "string"
@@ -6048,6 +6057,10 @@
6048
6057
  "baseUrl": {
6049
6058
  "description": "Base URL of the Grafana instance used to construct the webhook endpoint registered with the external Git provider. Only the base URL should be provided (e.g. `https://grafana.example.com`); the API path, namespace, and resource name are appended automatically. Trailing slashes are stripped. Must be a valid HTTP or HTTPS URL.",
6050
6059
  "type": "string"
6060
+ },
6061
+ "disabled": {
6062
+ "description": "Disabled turns off webhook integration for this repository. When true, Grafana will not register or receive webhook events from the Git provider and will poll the repository on an interval instead. Use this when Grafana is not reachable from the public internet.",
6063
+ "type": "boolean"
6051
6064
  }
6052
6065
  }
6053
6066
  },
@@ -3896,6 +3896,9 @@
3896
3896
  "url": {
3897
3897
  "description": "The connection URL",
3898
3898
  "type": "string"
3899
+ },
3900
+ "webhook": {
3901
+ "description": "Webhook configuration for this connection"
3899
3902
  }
3900
3903
  }
3901
3904
  },
@@ -3935,6 +3938,15 @@
3935
3938
  }
3936
3939
  }
3937
3940
  },
3941
+ "ConnectionWebhookConfig": {
3942
+ "type": "object",
3943
+ "properties": {
3944
+ "disabled": {
3945
+ "description": "Disabled disables webhook integration for this connection. When true, the GitHub App does not require webhooks:write permission and Grafana will not register or receive webhook events. Use this when Grafana is not reachable from the public internet.",
3946
+ "type": "boolean"
3947
+ }
3948
+ }
3949
+ },
3938
3950
  "DeleteJobOptions": {
3939
3951
  "type": "object",
3940
3952
  "properties": {
@@ -4130,10 +4142,6 @@
4130
4142
  "description": "GitHub App installation ID",
4131
4143
  "type": "string",
4132
4144
  "default": ""
4133
- },
4134
- "webhookDisabled": {
4135
- "description": "WebhookDisabled disables webhook integration for this connection. When true, the GitHub App does not require webhooks:write permission and Grafana will not register or receive webhook events. Use this when Grafana is not reachable from the public internet.",
4136
- "type": "boolean"
4137
4145
  }
4138
4146
  }
4139
4147
  },
@@ -4200,10 +4208,6 @@
4200
4208
  "description": "Whether we should show dashboard previews for pull requests. By default, this is false (i.e. we will not create previews).",
4201
4209
  "type": "boolean"
4202
4210
  },
4203
- "webhookDisabled": {
4204
- "description": "WebhookDisabled disables webhook integration for this repository. When true, Grafana will not register or receive webhook events from GitHub and will poll the repository on an interval instead. Use this when Grafana is not reachable from the public internet.",
4205
- "type": "boolean"
4206
- },
4207
4211
  "path": {
4208
4212
  "description": "Path is the subdirectory for the Grafana data. If specified, Grafana will ignore anything that is outside this directory in the repository. This is usually something like `grafana/`. Trailing and leading slash are not required. They are always added when needed. The path is relative to the root of the repository, regardless of the leading slash.\n\nWhen specifying something like `grafana-`, we will not look for `grafana-*`; we will only look for files under the directory `/grafana-/`. That means `/grafana-example.json` would not be found.",
4209
4213
  "type": "string"
@@ -5589,6 +5593,10 @@
5589
5593
  "baseUrl": {
5590
5594
  "description": "Base URL of the Grafana instance used to construct the webhook endpoint registered with the external Git provider. Only the base URL should be provided (e.g. `https://grafana.example.com`); the API path, namespace, and resource name are appended automatically. Trailing slashes are stripped. Must be a valid HTTP or HTTPS URL.",
5591
5595
  "type": "string"
5596
+ },
5597
+ "disabled": {
5598
+ "description": "Disabled turns off webhook integration for this repository. When true, Grafana will not register or receive webhook events from the Git provider and will poll the repository on an interval instead. Use this when Grafana is not reachable from the public internet.",
5599
+ "type": "boolean"
5592
5600
  }
5593
5601
  }
5594
5602
  },
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.1.0-27658423959",
5
+ "version": "13.1.0-27729613434",
6
6
  "description": "Grafana OpenApi Library",
7
7
  "keywords": [
8
8
  "grafana",