@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
|
@@ -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": {
|
|
@@ -140515,7 +140515,6 @@
|
|
|
140515
140515
|
"hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
|
|
140516
140516
|
"svn_url": "https://svn.github.com/octocat/Hello-World",
|
|
140517
140517
|
"homepage": "https://github.com",
|
|
140518
|
-
"language": null,
|
|
140519
140518
|
"forks_count": 9,
|
|
140520
140519
|
"forks": 9,
|
|
140521
140520
|
"stargazers_count": 80,
|
|
@@ -140900,7 +140899,6 @@
|
|
|
140900
140899
|
"hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
|
|
140901
140900
|
"svn_url": "https://svn.github.com/octocat/Hello-World",
|
|
140902
140901
|
"homepage": "https://github.com",
|
|
140903
|
-
"language": null,
|
|
140904
140902
|
"forks_count": 9,
|
|
140905
140903
|
"stargazers_count": 80,
|
|
140906
140904
|
"watchers_count": 80,
|
|
@@ -147870,7 +147868,8 @@
|
|
|
147870
147868
|
"enum": [
|
|
147871
147869
|
"queued",
|
|
147872
147870
|
"in_progress",
|
|
147873
|
-
"completed"
|
|
147871
|
+
"completed",
|
|
147872
|
+
"waiting"
|
|
147874
147873
|
]
|
|
147875
147874
|
},
|
|
147876
147875
|
"conclusion": {
|
|
@@ -161464,7 +161463,8 @@
|
|
|
161464
161463
|
"enum": [
|
|
161465
161464
|
"queued",
|
|
161466
161465
|
"in_progress",
|
|
161467
|
-
"completed"
|
|
161466
|
+
"completed",
|
|
161467
|
+
"waiting"
|
|
161468
161468
|
]
|
|
161469
161469
|
},
|
|
161470
161470
|
"conclusion": {
|
|
@@ -162230,7 +162230,8 @@
|
|
|
162230
162230
|
"enum": [
|
|
162231
162231
|
"queued",
|
|
162232
162232
|
"in_progress",
|
|
162233
|
-
"completed"
|
|
162233
|
+
"completed",
|
|
162234
|
+
"waiting"
|
|
162234
162235
|
]
|
|
162235
162236
|
},
|
|
162236
162237
|
"conclusion": {
|
|
@@ -246770,7 +246771,7 @@
|
|
|
246770
246771
|
"operationId": "repos/list-webhooks",
|
|
246771
246772
|
"externalDocs": {
|
|
246772
246773
|
"description": "API method documentation",
|
|
246773
|
-
"url": "https://docs.github.com/enterprise-server@3.10/rest/webhooks
|
|
246774
|
+
"url": "https://docs.github.com/enterprise-server@3.10/rest/repos/webhooks#list-repository-webhooks"
|
|
246774
246775
|
},
|
|
246775
246776
|
"parameters": [
|
|
246776
246777
|
{
|
|
@@ -247051,8 +247052,8 @@
|
|
|
247051
247052
|
"x-github": {
|
|
247052
247053
|
"githubCloudOnly": false,
|
|
247053
247054
|
"enabledForGitHubApps": true,
|
|
247054
|
-
"category": "
|
|
247055
|
-
"subcategory": "
|
|
247055
|
+
"category": "repos",
|
|
247056
|
+
"subcategory": "webhooks"
|
|
247056
247057
|
},
|
|
247057
247058
|
"x-octokit": {}
|
|
247058
247059
|
},
|
|
@@ -247065,7 +247066,7 @@
|
|
|
247065
247066
|
"operationId": "repos/create-webhook",
|
|
247066
247067
|
"externalDocs": {
|
|
247067
247068
|
"description": "API method documentation",
|
|
247068
|
-
"url": "https://docs.github.com/enterprise-server@3.10/rest/webhooks
|
|
247069
|
+
"url": "https://docs.github.com/enterprise-server@3.10/rest/repos/webhooks#create-a-repository-webhook"
|
|
247069
247070
|
},
|
|
247070
247071
|
"parameters": [
|
|
247071
247072
|
{
|
|
@@ -247510,8 +247511,8 @@
|
|
|
247510
247511
|
"x-github": {
|
|
247511
247512
|
"githubCloudOnly": false,
|
|
247512
247513
|
"enabledForGitHubApps": true,
|
|
247513
|
-
"category": "
|
|
247514
|
-
"subcategory": "
|
|
247514
|
+
"category": "repos",
|
|
247515
|
+
"subcategory": "webhooks"
|
|
247515
247516
|
},
|
|
247516
247517
|
"x-octokit": {}
|
|
247517
247518
|
}
|
|
@@ -247526,7 +247527,7 @@
|
|
|
247526
247527
|
"operationId": "repos/get-webhook",
|
|
247527
247528
|
"externalDocs": {
|
|
247528
247529
|
"description": "API method documentation",
|
|
247529
|
-
"url": "https://docs.github.com/enterprise-server@3.10/rest/webhooks
|
|
247530
|
+
"url": "https://docs.github.com/enterprise-server@3.10/rest/repos/webhooks#get-a-repository-webhook"
|
|
247530
247531
|
},
|
|
247531
247532
|
"parameters": [
|
|
247532
247533
|
{
|
|
@@ -247785,8 +247786,8 @@
|
|
|
247785
247786
|
"x-github": {
|
|
247786
247787
|
"githubCloudOnly": false,
|
|
247787
247788
|
"enabledForGitHubApps": true,
|
|
247788
|
-
"category": "
|
|
247789
|
-
"subcategory": "
|
|
247789
|
+
"category": "repos",
|
|
247790
|
+
"subcategory": "webhooks"
|
|
247790
247791
|
},
|
|
247791
247792
|
"x-octokit": {}
|
|
247792
247793
|
},
|
|
@@ -247799,7 +247800,7 @@
|
|
|
247799
247800
|
"operationId": "repos/update-webhook",
|
|
247800
247801
|
"externalDocs": {
|
|
247801
247802
|
"description": "API method documentation",
|
|
247802
|
-
"url": "https://docs.github.com/enterprise-server@3.10/rest/webhooks
|
|
247803
|
+
"url": "https://docs.github.com/enterprise-server@3.10/rest/repos/webhooks#update-a-repository-webhook"
|
|
247803
247804
|
},
|
|
247804
247805
|
"parameters": [
|
|
247805
247806
|
{
|
|
@@ -248223,8 +248224,8 @@
|
|
|
248223
248224
|
"x-github": {
|
|
248224
248225
|
"githubCloudOnly": false,
|
|
248225
248226
|
"enabledForGitHubApps": true,
|
|
248226
|
-
"category": "
|
|
248227
|
-
"subcategory": "
|
|
248227
|
+
"category": "repos",
|
|
248228
|
+
"subcategory": "webhooks"
|
|
248228
248229
|
},
|
|
248229
248230
|
"x-octokit": {}
|
|
248230
248231
|
},
|
|
@@ -248237,7 +248238,7 @@
|
|
|
248237
248238
|
"operationId": "repos/delete-webhook",
|
|
248238
248239
|
"externalDocs": {
|
|
248239
248240
|
"description": "API method documentation",
|
|
248240
|
-
"url": "https://docs.github.com/enterprise-server@3.10/rest/webhooks
|
|
248241
|
+
"url": "https://docs.github.com/enterprise-server@3.10/rest/repos/webhooks#delete-a-repository-webhook"
|
|
248241
248242
|
},
|
|
248242
248243
|
"parameters": [
|
|
248243
248244
|
{
|
|
@@ -248302,8 +248303,8 @@
|
|
|
248302
248303
|
"x-github": {
|
|
248303
248304
|
"githubCloudOnly": false,
|
|
248304
248305
|
"enabledForGitHubApps": true,
|
|
248305
|
-
"category": "
|
|
248306
|
-
"subcategory": "
|
|
248306
|
+
"category": "repos",
|
|
248307
|
+
"subcategory": "webhooks"
|
|
248307
248308
|
},
|
|
248308
248309
|
"x-octokit": {}
|
|
248309
248310
|
}
|
|
@@ -248318,7 +248319,7 @@
|
|
|
248318
248319
|
"operationId": "repos/get-webhook-config-for-repo",
|
|
248319
248320
|
"externalDocs": {
|
|
248320
248321
|
"description": "API method documentation",
|
|
248321
|
-
"url": "https://docs.github.com/enterprise-server@3.10/rest/webhooks
|
|
248322
|
+
"url": "https://docs.github.com/enterprise-server@3.10/rest/repos/webhooks#get-a-webhook-configuration-for-a-repository"
|
|
248322
248323
|
},
|
|
248323
248324
|
"parameters": [
|
|
248324
248325
|
{
|
|
@@ -248406,8 +248407,8 @@
|
|
|
248406
248407
|
"x-github": {
|
|
248407
248408
|
"githubCloudOnly": false,
|
|
248408
248409
|
"enabledForGitHubApps": true,
|
|
248409
|
-
"category": "
|
|
248410
|
-
"subcategory": "
|
|
248410
|
+
"category": "repos",
|
|
248411
|
+
"subcategory": "webhooks"
|
|
248411
248412
|
},
|
|
248412
248413
|
"x-octokit": {}
|
|
248413
248414
|
},
|
|
@@ -248420,7 +248421,7 @@
|
|
|
248420
248421
|
"operationId": "repos/update-webhook-config-for-repo",
|
|
248421
248422
|
"externalDocs": {
|
|
248422
248423
|
"description": "API method documentation",
|
|
248423
|
-
"url": "https://docs.github.com/enterprise-server@3.10/rest/webhooks
|
|
248424
|
+
"url": "https://docs.github.com/enterprise-server@3.10/rest/repos/webhooks#update-a-webhook-configuration-for-a-repository"
|
|
248424
248425
|
},
|
|
248425
248426
|
"parameters": [
|
|
248426
248427
|
{
|
|
@@ -248558,8 +248559,8 @@
|
|
|
248558
248559
|
"x-github": {
|
|
248559
248560
|
"githubCloudOnly": false,
|
|
248560
248561
|
"enabledForGitHubApps": true,
|
|
248561
|
-
"category": "
|
|
248562
|
-
"subcategory": "
|
|
248562
|
+
"category": "repos",
|
|
248563
|
+
"subcategory": "webhooks"
|
|
248563
248564
|
},
|
|
248564
248565
|
"x-octokit": {}
|
|
248565
248566
|
}
|
|
@@ -248574,7 +248575,7 @@
|
|
|
248574
248575
|
"operationId": "repos/list-webhook-deliveries",
|
|
248575
248576
|
"externalDocs": {
|
|
248576
248577
|
"description": "API method documentation",
|
|
248577
|
-
"url": "https://docs.github.com/enterprise-server@3.10/rest/webhooks
|
|
248578
|
+
"url": "https://docs.github.com/enterprise-server@3.10/rest/repos/webhooks#list-deliveries-for-a-repository-webhook"
|
|
248578
248579
|
},
|
|
248579
248580
|
"parameters": [
|
|
248580
248581
|
{
|
|
@@ -248886,8 +248887,8 @@
|
|
|
248886
248887
|
"x-github": {
|
|
248887
248888
|
"githubCloudOnly": false,
|
|
248888
248889
|
"enabledForGitHubApps": true,
|
|
248889
|
-
"category": "
|
|
248890
|
-
"subcategory": "
|
|
248890
|
+
"category": "repos",
|
|
248891
|
+
"subcategory": "webhooks"
|
|
248891
248892
|
},
|
|
248892
248893
|
"x-octokit": {}
|
|
248893
248894
|
}
|
|
@@ -248902,7 +248903,7 @@
|
|
|
248902
248903
|
"operationId": "repos/get-webhook-delivery",
|
|
248903
248904
|
"externalDocs": {
|
|
248904
248905
|
"description": "API method documentation",
|
|
248905
|
-
"url": "https://docs.github.com/enterprise-server@3.10/rest/webhooks
|
|
248906
|
+
"url": "https://docs.github.com/enterprise-server@3.10/rest/repos/webhooks#get-a-delivery-for-a-repository-webhook"
|
|
248906
248907
|
},
|
|
248907
248908
|
"parameters": [
|
|
248908
248909
|
{
|
|
@@ -249257,8 +249258,8 @@
|
|
|
249257
249258
|
"x-github": {
|
|
249258
249259
|
"githubCloudOnly": false,
|
|
249259
249260
|
"enabledForGitHubApps": true,
|
|
249260
|
-
"category": "
|
|
249261
|
-
"subcategory": "
|
|
249261
|
+
"category": "repos",
|
|
249262
|
+
"subcategory": "webhooks"
|
|
249262
249263
|
},
|
|
249263
249264
|
"x-octokit": {}
|
|
249264
249265
|
}
|
|
@@ -249273,7 +249274,7 @@
|
|
|
249273
249274
|
"operationId": "repos/redeliver-webhook-delivery",
|
|
249274
249275
|
"externalDocs": {
|
|
249275
249276
|
"description": "API method documentation",
|
|
249276
|
-
"url": "https://docs.github.com/enterprise-server@3.10/rest/webhooks
|
|
249277
|
+
"url": "https://docs.github.com/enterprise-server@3.10/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook"
|
|
249277
249278
|
},
|
|
249278
249279
|
"parameters": [
|
|
249279
249280
|
{
|
|
@@ -249461,8 +249462,8 @@
|
|
|
249461
249462
|
"x-github": {
|
|
249462
249463
|
"githubCloudOnly": false,
|
|
249463
249464
|
"enabledForGitHubApps": true,
|
|
249464
|
-
"category": "
|
|
249465
|
-
"subcategory": "
|
|
249465
|
+
"category": "repos",
|
|
249466
|
+
"subcategory": "webhooks"
|
|
249466
249467
|
},
|
|
249467
249468
|
"x-octokit": {}
|
|
249468
249469
|
}
|
|
@@ -249477,7 +249478,7 @@
|
|
|
249477
249478
|
"operationId": "repos/ping-webhook",
|
|
249478
249479
|
"externalDocs": {
|
|
249479
249480
|
"description": "API method documentation",
|
|
249480
|
-
"url": "https://docs.github.com/enterprise-server@3.10/rest/webhooks
|
|
249481
|
+
"url": "https://docs.github.com/enterprise-server@3.10/rest/repos/webhooks#ping-a-repository-webhook"
|
|
249481
249482
|
},
|
|
249482
249483
|
"parameters": [
|
|
249483
249484
|
{
|
|
@@ -249542,8 +249543,8 @@
|
|
|
249542
249543
|
"x-github": {
|
|
249543
249544
|
"githubCloudOnly": false,
|
|
249544
249545
|
"enabledForGitHubApps": true,
|
|
249545
|
-
"category": "
|
|
249546
|
-
"subcategory": "
|
|
249546
|
+
"category": "repos",
|
|
249547
|
+
"subcategory": "webhooks"
|
|
249547
249548
|
},
|
|
249548
249549
|
"x-octokit": {}
|
|
249549
249550
|
}
|
|
@@ -249558,7 +249559,7 @@
|
|
|
249558
249559
|
"operationId": "repos/test-push-webhook",
|
|
249559
249560
|
"externalDocs": {
|
|
249560
249561
|
"description": "API method documentation",
|
|
249561
|
-
"url": "https://docs.github.com/enterprise-server@3.10/rest/webhooks
|
|
249562
|
+
"url": "https://docs.github.com/enterprise-server@3.10/rest/repos/webhooks#test-the-push-repository-webhook"
|
|
249562
249563
|
},
|
|
249563
249564
|
"parameters": [
|
|
249564
249565
|
{
|
|
@@ -249623,8 +249624,8 @@
|
|
|
249623
249624
|
"x-github": {
|
|
249624
249625
|
"githubCloudOnly": false,
|
|
249625
249626
|
"enabledForGitHubApps": true,
|
|
249626
|
-
"category": "
|
|
249627
|
-
"subcategory": "
|
|
249627
|
+
"category": "repos",
|
|
249628
|
+
"subcategory": "webhooks"
|
|
249628
249629
|
},
|
|
249629
249630
|
"x-octokit": {}
|
|
249630
249631
|
}
|
|
@@ -306578,6 +306579,32 @@
|
|
|
306578
306579
|
}
|
|
306579
306580
|
}
|
|
306580
306581
|
}
|
|
306582
|
+
},
|
|
306583
|
+
"404": {
|
|
306584
|
+
"description": "Resource not found",
|
|
306585
|
+
"content": {
|
|
306586
|
+
"application/json": {
|
|
306587
|
+
"schema": {
|
|
306588
|
+
"title": "Basic Error",
|
|
306589
|
+
"description": "Basic Error",
|
|
306590
|
+
"type": "object",
|
|
306591
|
+
"properties": {
|
|
306592
|
+
"message": {
|
|
306593
|
+
"type": "string"
|
|
306594
|
+
},
|
|
306595
|
+
"documentation_url": {
|
|
306596
|
+
"type": "string"
|
|
306597
|
+
},
|
|
306598
|
+
"url": {
|
|
306599
|
+
"type": "string"
|
|
306600
|
+
},
|
|
306601
|
+
"status": {
|
|
306602
|
+
"type": "string"
|
|
306603
|
+
}
|
|
306604
|
+
}
|
|
306605
|
+
}
|
|
306606
|
+
}
|
|
306607
|
+
}
|
|
306581
306608
|
}
|
|
306582
306609
|
},
|
|
306583
306610
|
"x-github": {
|
|
@@ -356487,16 +356514,10 @@
|
|
|
356487
356514
|
"html_url": "https://github.com/owner/private-repo/security/secret-scanning/42",
|
|
356488
356515
|
"locations_url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/42/locations",
|
|
356489
356516
|
"state": "open",
|
|
356490
|
-
"resolution": null,
|
|
356491
|
-
"resolved_at": null,
|
|
356492
|
-
"resolved_by": null,
|
|
356493
356517
|
"secret_type": "mailchimp_api_key",
|
|
356494
356518
|
"secret_type_display_name": "Mailchimp API Key",
|
|
356495
356519
|
"secret": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX-us2",
|
|
356496
|
-
"
|
|
356497
|
-
"push_protection_bypassed": false,
|
|
356498
|
-
"push_protection_bypassed_at": null,
|
|
356499
|
-
"resolution_comment": null
|
|
356520
|
+
"push_protection_bypassed": false
|
|
356500
356521
|
}
|
|
356501
356522
|
}
|
|
356502
356523
|
}
|
|
@@ -357001,8 +357022,6 @@
|
|
|
357001
357022
|
"secret_type_display_name": "Mailchimp API Key",
|
|
357002
357023
|
"secret": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX-us2",
|
|
357003
357024
|
"push_protection_bypassed": false,
|
|
357004
|
-
"push_protection_bypassed_by": null,
|
|
357005
|
-
"push_protection_bypassed_at": null,
|
|
357006
357025
|
"resolution_comment": "Example comment"
|
|
357007
357026
|
}
|
|
357008
357027
|
}
|
|
@@ -763122,7 +763141,7 @@
|
|
|
763122
763141
|
"pull-request-edited": {
|
|
763123
763142
|
"post": {
|
|
763124
763143
|
"summary": "This event occurs when there is activity on a pull request. For more information, see \"[About pull requests](https://docs.github.com/enterprise-server@3.10/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/enterprise-server@3.10/graphql/reference/objects#pullrequest) or \"[Pulls](https://docs.github.com/enterprise-server@3.10/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.",
|
|
763125
|
-
"description": "The title or body of a pull request was edited.",
|
|
763144
|
+
"description": "The title or body of a pull request was edited, or the base branch of a pull request was changed.",
|
|
763126
763145
|
"operationId": "pull-request/edited",
|
|
763127
763146
|
"externalDocs": {
|
|
763128
763147
|
"url": "https://docs.github.com/enterprise-server@3.10/webhooks/webhook-events-and-payloads#pull_request"
|