@octokit/openapi 13.1.0 → 13.2.0
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.
- package/generated/api.github.com.deref.json +517 -152
- package/generated/api.github.com.json +192 -67
- package/generated/ghec.deref.json +517 -152
- package/generated/ghec.json +192 -67
- package/generated/ghes-3.10.deref.json +71 -52
- package/generated/ghes-3.10.json +44 -50
- package/generated/ghes-3.7.deref.json +70 -43
- package/generated/ghes-3.7.json +43 -41
- package/generated/ghes-3.8.deref.json +71 -52
- package/generated/ghes-3.8.json +44 -50
- package/generated/ghes-3.9.deref.json +71 -52
- package/generated/ghes-3.9.json +44 -50
- package/generated/github.ae.deref.json +70 -41
- package/generated/github.ae.json +43 -39
- package/package.json +1 -1
package/generated/github.ae.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "13.
|
|
4
|
+
"version": "13.2.0",
|
|
5
5
|
"title": "GitHub's official OpenAPI spec + Octokit extension",
|
|
6
6
|
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
|
|
7
7
|
"license": {
|
|
@@ -29152,7 +29152,7 @@
|
|
|
29152
29152
|
"operationId": "repos/list-webhooks",
|
|
29153
29153
|
"externalDocs": {
|
|
29154
29154
|
"description": "API method documentation",
|
|
29155
|
-
"url": "https://docs.github.com/github-ae@latest/rest/webhooks
|
|
29155
|
+
"url": "https://docs.github.com/github-ae@latest/rest/repos/webhooks#list-repository-webhooks"
|
|
29156
29156
|
},
|
|
29157
29157
|
"parameters": [
|
|
29158
29158
|
{
|
|
@@ -29199,8 +29199,8 @@
|
|
|
29199
29199
|
"x-github": {
|
|
29200
29200
|
"githubCloudOnly": false,
|
|
29201
29201
|
"enabledForGitHubApps": true,
|
|
29202
|
-
"category": "
|
|
29203
|
-
"subcategory": "
|
|
29202
|
+
"category": "repos",
|
|
29203
|
+
"subcategory": "webhooks"
|
|
29204
29204
|
},
|
|
29205
29205
|
"x-octokit": {}
|
|
29206
29206
|
},
|
|
@@ -29213,7 +29213,7 @@
|
|
|
29213
29213
|
"operationId": "repos/create-webhook",
|
|
29214
29214
|
"externalDocs": {
|
|
29215
29215
|
"description": "API method documentation",
|
|
29216
|
-
"url": "https://docs.github.com/github-ae@latest/rest/webhooks
|
|
29216
|
+
"url": "https://docs.github.com/github-ae@latest/rest/repos/webhooks#create-a-repository-webhook"
|
|
29217
29217
|
},
|
|
29218
29218
|
"parameters": [
|
|
29219
29219
|
{
|
|
@@ -29336,8 +29336,8 @@
|
|
|
29336
29336
|
"x-github": {
|
|
29337
29337
|
"githubCloudOnly": false,
|
|
29338
29338
|
"enabledForGitHubApps": true,
|
|
29339
|
-
"category": "
|
|
29340
|
-
"subcategory": "
|
|
29339
|
+
"category": "repos",
|
|
29340
|
+
"subcategory": "webhooks"
|
|
29341
29341
|
},
|
|
29342
29342
|
"x-octokit": {}
|
|
29343
29343
|
}
|
|
@@ -29352,7 +29352,7 @@
|
|
|
29352
29352
|
"operationId": "repos/get-webhook",
|
|
29353
29353
|
"externalDocs": {
|
|
29354
29354
|
"description": "API method documentation",
|
|
29355
|
-
"url": "https://docs.github.com/github-ae@latest/rest/webhooks
|
|
29355
|
+
"url": "https://docs.github.com/github-ae@latest/rest/repos/webhooks#get-a-repository-webhook"
|
|
29356
29356
|
},
|
|
29357
29357
|
"parameters": [
|
|
29358
29358
|
{
|
|
@@ -29388,8 +29388,8 @@
|
|
|
29388
29388
|
"x-github": {
|
|
29389
29389
|
"githubCloudOnly": false,
|
|
29390
29390
|
"enabledForGitHubApps": true,
|
|
29391
|
-
"category": "
|
|
29392
|
-
"subcategory": "
|
|
29391
|
+
"category": "repos",
|
|
29392
|
+
"subcategory": "webhooks"
|
|
29393
29393
|
},
|
|
29394
29394
|
"x-octokit": {}
|
|
29395
29395
|
},
|
|
@@ -29402,7 +29402,7 @@
|
|
|
29402
29402
|
"operationId": "repos/update-webhook",
|
|
29403
29403
|
"externalDocs": {
|
|
29404
29404
|
"description": "API method documentation",
|
|
29405
|
-
"url": "https://docs.github.com/github-ae@latest/rest/webhooks
|
|
29405
|
+
"url": "https://docs.github.com/github-ae@latest/rest/repos/webhooks#update-a-repository-webhook"
|
|
29406
29406
|
},
|
|
29407
29407
|
"parameters": [
|
|
29408
29408
|
{
|
|
@@ -29521,8 +29521,8 @@
|
|
|
29521
29521
|
"x-github": {
|
|
29522
29522
|
"githubCloudOnly": false,
|
|
29523
29523
|
"enabledForGitHubApps": true,
|
|
29524
|
-
"category": "
|
|
29525
|
-
"subcategory": "
|
|
29524
|
+
"category": "repos",
|
|
29525
|
+
"subcategory": "webhooks"
|
|
29526
29526
|
},
|
|
29527
29527
|
"x-octokit": {}
|
|
29528
29528
|
},
|
|
@@ -29535,7 +29535,7 @@
|
|
|
29535
29535
|
"operationId": "repos/delete-webhook",
|
|
29536
29536
|
"externalDocs": {
|
|
29537
29537
|
"description": "API method documentation",
|
|
29538
|
-
"url": "https://docs.github.com/github-ae@latest/rest/webhooks
|
|
29538
|
+
"url": "https://docs.github.com/github-ae@latest/rest/repos/webhooks#delete-a-repository-webhook"
|
|
29539
29539
|
},
|
|
29540
29540
|
"parameters": [
|
|
29541
29541
|
{
|
|
@@ -29559,8 +29559,8 @@
|
|
|
29559
29559
|
"x-github": {
|
|
29560
29560
|
"githubCloudOnly": false,
|
|
29561
29561
|
"enabledForGitHubApps": true,
|
|
29562
|
-
"category": "
|
|
29563
|
-
"subcategory": "
|
|
29562
|
+
"category": "repos",
|
|
29563
|
+
"subcategory": "webhooks"
|
|
29564
29564
|
},
|
|
29565
29565
|
"x-octokit": {}
|
|
29566
29566
|
}
|
|
@@ -29575,7 +29575,7 @@
|
|
|
29575
29575
|
"operationId": "repos/get-webhook-config-for-repo",
|
|
29576
29576
|
"externalDocs": {
|
|
29577
29577
|
"description": "API method documentation",
|
|
29578
|
-
"url": "https://docs.github.com/github-ae@latest/rest/webhooks
|
|
29578
|
+
"url": "https://docs.github.com/github-ae@latest/rest/repos/webhooks#get-a-webhook-configuration-for-a-repository"
|
|
29579
29579
|
},
|
|
29580
29580
|
"parameters": [
|
|
29581
29581
|
{
|
|
@@ -29608,8 +29608,8 @@
|
|
|
29608
29608
|
"x-github": {
|
|
29609
29609
|
"githubCloudOnly": false,
|
|
29610
29610
|
"enabledForGitHubApps": true,
|
|
29611
|
-
"category": "
|
|
29612
|
-
"subcategory": "
|
|
29611
|
+
"category": "repos",
|
|
29612
|
+
"subcategory": "webhooks"
|
|
29613
29613
|
},
|
|
29614
29614
|
"x-octokit": {}
|
|
29615
29615
|
},
|
|
@@ -29622,7 +29622,7 @@
|
|
|
29622
29622
|
"operationId": "repos/update-webhook-config-for-repo",
|
|
29623
29623
|
"externalDocs": {
|
|
29624
29624
|
"description": "API method documentation",
|
|
29625
|
-
"url": "https://docs.github.com/github-ae@latest/rest/webhooks
|
|
29625
|
+
"url": "https://docs.github.com/github-ae@latest/rest/repos/webhooks#update-a-webhook-configuration-for-a-repository"
|
|
29626
29626
|
},
|
|
29627
29627
|
"parameters": [
|
|
29628
29628
|
{
|
|
@@ -29689,8 +29689,8 @@
|
|
|
29689
29689
|
"x-github": {
|
|
29690
29690
|
"githubCloudOnly": false,
|
|
29691
29691
|
"enabledForGitHubApps": true,
|
|
29692
|
-
"category": "
|
|
29693
|
-
"subcategory": "
|
|
29692
|
+
"category": "repos",
|
|
29693
|
+
"subcategory": "webhooks"
|
|
29694
29694
|
},
|
|
29695
29695
|
"x-octokit": {}
|
|
29696
29696
|
}
|
|
@@ -29705,7 +29705,7 @@
|
|
|
29705
29705
|
"operationId": "repos/list-webhook-deliveries",
|
|
29706
29706
|
"externalDocs": {
|
|
29707
29707
|
"description": "API method documentation",
|
|
29708
|
-
"url": "https://docs.github.com/github-ae@latest/rest/webhooks
|
|
29708
|
+
"url": "https://docs.github.com/github-ae@latest/rest/repos/webhooks#list-deliveries-for-a-repository-webhook"
|
|
29709
29709
|
},
|
|
29710
29710
|
"parameters": [
|
|
29711
29711
|
{
|
|
@@ -29761,8 +29761,8 @@
|
|
|
29761
29761
|
"x-github": {
|
|
29762
29762
|
"githubCloudOnly": false,
|
|
29763
29763
|
"enabledForGitHubApps": true,
|
|
29764
|
-
"category": "
|
|
29765
|
-
"subcategory": "
|
|
29764
|
+
"category": "repos",
|
|
29765
|
+
"subcategory": "webhooks"
|
|
29766
29766
|
},
|
|
29767
29767
|
"x-octokit": {}
|
|
29768
29768
|
}
|
|
@@ -29777,7 +29777,7 @@
|
|
|
29777
29777
|
"operationId": "repos/get-webhook-delivery",
|
|
29778
29778
|
"externalDocs": {
|
|
29779
29779
|
"description": "API method documentation",
|
|
29780
|
-
"url": "https://docs.github.com/github-ae@latest/rest/webhooks
|
|
29780
|
+
"url": "https://docs.github.com/github-ae@latest/rest/repos/webhooks#get-a-delivery-for-a-repository-webhook"
|
|
29781
29781
|
},
|
|
29782
29782
|
"parameters": [
|
|
29783
29783
|
{
|
|
@@ -29819,8 +29819,8 @@
|
|
|
29819
29819
|
"x-github": {
|
|
29820
29820
|
"githubCloudOnly": false,
|
|
29821
29821
|
"enabledForGitHubApps": true,
|
|
29822
|
-
"category": "
|
|
29823
|
-
"subcategory": "
|
|
29822
|
+
"category": "repos",
|
|
29823
|
+
"subcategory": "webhooks"
|
|
29824
29824
|
},
|
|
29825
29825
|
"x-octokit": {}
|
|
29826
29826
|
}
|
|
@@ -29835,7 +29835,7 @@
|
|
|
29835
29835
|
"operationId": "repos/redeliver-webhook-delivery",
|
|
29836
29836
|
"externalDocs": {
|
|
29837
29837
|
"description": "API method documentation",
|
|
29838
|
-
"url": "https://docs.github.com/github-ae@latest/rest/webhooks
|
|
29838
|
+
"url": "https://docs.github.com/github-ae@latest/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook"
|
|
29839
29839
|
},
|
|
29840
29840
|
"parameters": [
|
|
29841
29841
|
{
|
|
@@ -29865,8 +29865,8 @@
|
|
|
29865
29865
|
"x-github": {
|
|
29866
29866
|
"githubCloudOnly": false,
|
|
29867
29867
|
"enabledForGitHubApps": true,
|
|
29868
|
-
"category": "
|
|
29869
|
-
"subcategory": "
|
|
29868
|
+
"category": "repos",
|
|
29869
|
+
"subcategory": "webhooks"
|
|
29870
29870
|
},
|
|
29871
29871
|
"x-octokit": {}
|
|
29872
29872
|
}
|
|
@@ -29881,7 +29881,7 @@
|
|
|
29881
29881
|
"operationId": "repos/ping-webhook",
|
|
29882
29882
|
"externalDocs": {
|
|
29883
29883
|
"description": "API method documentation",
|
|
29884
|
-
"url": "https://docs.github.com/github-ae@latest/rest/webhooks
|
|
29884
|
+
"url": "https://docs.github.com/github-ae@latest/rest/repos/webhooks#ping-a-repository-webhook"
|
|
29885
29885
|
},
|
|
29886
29886
|
"parameters": [
|
|
29887
29887
|
{
|
|
@@ -29905,8 +29905,8 @@
|
|
|
29905
29905
|
"x-github": {
|
|
29906
29906
|
"githubCloudOnly": false,
|
|
29907
29907
|
"enabledForGitHubApps": true,
|
|
29908
|
-
"category": "
|
|
29909
|
-
"subcategory": "
|
|
29908
|
+
"category": "repos",
|
|
29909
|
+
"subcategory": "webhooks"
|
|
29910
29910
|
},
|
|
29911
29911
|
"x-octokit": {}
|
|
29912
29912
|
}
|
|
@@ -29921,7 +29921,7 @@
|
|
|
29921
29921
|
"operationId": "repos/test-push-webhook",
|
|
29922
29922
|
"externalDocs": {
|
|
29923
29923
|
"description": "API method documentation",
|
|
29924
|
-
"url": "https://docs.github.com/github-ae@latest/rest/webhooks
|
|
29924
|
+
"url": "https://docs.github.com/github-ae@latest/rest/repos/webhooks#test-the-push-repository-webhook"
|
|
29925
29925
|
},
|
|
29926
29926
|
"parameters": [
|
|
29927
29927
|
{
|
|
@@ -29945,8 +29945,8 @@
|
|
|
29945
29945
|
"x-github": {
|
|
29946
29946
|
"githubCloudOnly": false,
|
|
29947
29947
|
"enabledForGitHubApps": true,
|
|
29948
|
-
"category": "
|
|
29949
|
-
"subcategory": "
|
|
29948
|
+
"category": "repos",
|
|
29949
|
+
"subcategory": "webhooks"
|
|
29950
29950
|
},
|
|
29951
29951
|
"x-octokit": {}
|
|
29952
29952
|
}
|
|
@@ -33385,6 +33385,9 @@
|
|
|
33385
33385
|
}
|
|
33386
33386
|
}
|
|
33387
33387
|
}
|
|
33388
|
+
},
|
|
33389
|
+
"404": {
|
|
33390
|
+
"$ref": "#/components/responses/not_found"
|
|
33388
33391
|
}
|
|
33389
33392
|
},
|
|
33390
33393
|
"x-github": {
|
|
@@ -58847,7 +58850,7 @@
|
|
|
58847
58850
|
"pull-request-edited": {
|
|
58848
58851
|
"post": {
|
|
58849
58852
|
"summary": "This event occurs when there is activity on a pull request. For more information, see \"[About pull requests](https://docs.github.com/github-ae@latest/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests).\" For information about the APIs to manage pull requests, see [the GraphQL API documentation](https://docs.github.com/github-ae@latest/graphql/reference/objects#pullrequest) or \"[Pulls](https://docs.github.com/github-ae@latest/rest/pulls/pulls)\" in the REST API documentation.\n\nFor activity related to pull request reviews, pull request review comments, pull request comments, or pull request review threads, use the `pull_request_review`, `pull_request_review_comment`, `issue_comment`, or `pull_request_review_thread` events instead.\n\nTo subscribe to this event, a GitHub App must have at least read-level access for the \"Pull requests\" repository permission.",
|
|
58850
|
-
"description": "The title or body of a pull request was edited.",
|
|
58853
|
+
"description": "The title or body of a pull request was edited, or the base branch of a pull request was changed.",
|
|
58851
58854
|
"operationId": "pull-request/edited",
|
|
58852
58855
|
"externalDocs": {
|
|
58853
58856
|
"url": "https://docs.github.com/github-ae@latest/webhooks/webhook-events-and-payloads#pull_request"
|
|
@@ -76569,7 +76572,8 @@
|
|
|
76569
76572
|
"enum": [
|
|
76570
76573
|
"queued",
|
|
76571
76574
|
"in_progress",
|
|
76572
|
-
"completed"
|
|
76575
|
+
"completed",
|
|
76576
|
+
"waiting"
|
|
76573
76577
|
]
|
|
76574
76578
|
},
|
|
76575
76579
|
"conclusion": {
|