@octokit/openapi 5.7.0 → 5.8.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 +31 -3
- package/generated/api.github.com.json +16 -5
- package/generated/ghes-2.22-diff-to-ghes-3.0.deref.json +1 -1
- package/generated/ghes-2.22-diff-to-ghes-3.0.json +1 -1
- package/generated/ghes-2.22.deref.json +1 -1
- package/generated/ghes-2.22.json +1 -1
- package/generated/ghes-3.0-anicca-diff-to-ghes-3.1.deref.json +145 -0
- package/generated/ghes-3.0-diff-to-ghes-3.1.deref.json +14378 -3642
- package/generated/ghes-3.0-diff-to-ghes-3.1.json +1522 -240
- package/generated/ghes-3.0.deref.json +47 -26
- package/generated/ghes-3.0.json +39 -29
- package/generated/ghes-3.1-anicca-diff-to-ghes-3.2.deref.json +1292 -111
- package/generated/ghes-3.1-diff-to-ghes-3.2.deref.json +72178 -24463
- package/generated/ghes-3.1-diff-to-ghes-3.2.json +8486 -3212
- package/generated/ghes-3.1.deref.json +78 -57
- package/generated/ghes-3.1.json +70 -60
- package/generated/ghes-3.2-anicca-diff-to-api.github.com.deref.json +152 -0
- package/generated/ghes-3.2-diff-to-api.github.com.deref.json +3162 -894
- package/generated/ghes-3.2-diff-to-api.github.com.json +931 -100
- package/generated/ghes-3.2.deref.json +48 -27
- package/generated/ghes-3.2.json +54 -30
- package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +52 -22
- package/generated/github.ae-diff-to-api.github.com.deref.json +4920 -29
- package/generated/github.ae-diff-to-api.github.com.json +2883 -282
- package/generated/github.ae.deref.json +42 -10
- package/generated/github.ae.json +26 -11
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "5.
|
|
4
|
+
"version": "5.8.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": { "name": "MIT", "url": "https://spdx.org/licenses/MIT" },
|
|
@@ -102433,6 +102433,13 @@
|
|
|
102433
102433
|
"in": "query",
|
|
102434
102434
|
"required": false,
|
|
102435
102435
|
"schema": { "type": "string", "format": "date-time" }
|
|
102436
|
+
},
|
|
102437
|
+
{
|
|
102438
|
+
"name": "exclude_pull_requests",
|
|
102439
|
+
"description": "If `true` pull requests are omitted from the response (empty array).",
|
|
102440
|
+
"in": "query",
|
|
102441
|
+
"required": false,
|
|
102442
|
+
"schema": { "type": "boolean", "default": false }
|
|
102436
102443
|
}
|
|
102437
102444
|
],
|
|
102438
102445
|
"responses": {
|
|
@@ -105614,6 +105621,13 @@
|
|
|
105614
105621
|
"in": "path",
|
|
105615
105622
|
"required": true,
|
|
105616
105623
|
"schema": { "type": "integer" }
|
|
105624
|
+
},
|
|
105625
|
+
{
|
|
105626
|
+
"name": "exclude_pull_requests",
|
|
105627
|
+
"description": "If `true` pull requests are omitted from the response (empty array).",
|
|
105628
|
+
"in": "query",
|
|
105629
|
+
"required": false,
|
|
105630
|
+
"schema": { "type": "boolean", "default": false }
|
|
105617
105631
|
}
|
|
105618
105632
|
],
|
|
105619
105633
|
"responses": {
|
|
@@ -109187,6 +109201,13 @@
|
|
|
109187
109201
|
"in": "path",
|
|
109188
109202
|
"required": true,
|
|
109189
109203
|
"schema": { "type": "integer" }
|
|
109204
|
+
},
|
|
109205
|
+
{
|
|
109206
|
+
"name": "exclude_pull_requests",
|
|
109207
|
+
"description": "If `true` pull requests are omitted from the response (empty array).",
|
|
109208
|
+
"in": "query",
|
|
109209
|
+
"required": false,
|
|
109210
|
+
"schema": { "type": "boolean", "default": false }
|
|
109190
109211
|
}
|
|
109191
109212
|
],
|
|
109192
109213
|
"responses": {
|
|
@@ -112185,8 +112206,8 @@
|
|
|
112185
112206
|
"schema": { "type": "string" }
|
|
112186
112207
|
},
|
|
112187
112208
|
{
|
|
112188
|
-
"name": "
|
|
112189
|
-
"description": "The
|
|
112209
|
+
"name": "run_id",
|
|
112210
|
+
"description": "The id of the workflow run.",
|
|
112190
112211
|
"in": "path",
|
|
112191
112212
|
"required": true,
|
|
112192
112213
|
"schema": { "type": "integer" }
|
|
@@ -114872,6 +114893,13 @@
|
|
|
114872
114893
|
"in": "query",
|
|
114873
114894
|
"required": false,
|
|
114874
114895
|
"schema": { "type": "string", "format": "date-time" }
|
|
114896
|
+
},
|
|
114897
|
+
{
|
|
114898
|
+
"name": "exclude_pull_requests",
|
|
114899
|
+
"description": "If `true` pull requests are omitted from the response (empty array).",
|
|
114900
|
+
"in": "query",
|
|
114901
|
+
"required": false,
|
|
114902
|
+
"schema": { "type": "boolean", "default": false }
|
|
114875
114903
|
}
|
|
114876
114904
|
],
|
|
114877
114905
|
"responses": {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "5.
|
|
4
|
+
"version": "5.8.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": { "name": "MIT", "url": "https://spdx.org/licenses/MIT" },
|
|
@@ -13846,7 +13846,8 @@
|
|
|
13846
13846
|
{ "$ref": "#/components/parameters/workflow-run-status" },
|
|
13847
13847
|
{ "$ref": "#/components/parameters/per-page" },
|
|
13848
13848
|
{ "$ref": "#/components/parameters/page" },
|
|
13849
|
-
{ "$ref": "#/components/parameters/created" }
|
|
13849
|
+
{ "$ref": "#/components/parameters/created" },
|
|
13850
|
+
{ "$ref": "#/components/parameters/exclude-pull-requests" }
|
|
13850
13851
|
],
|
|
13851
13852
|
"responses": {
|
|
13852
13853
|
"200": {
|
|
@@ -13897,7 +13898,8 @@
|
|
|
13897
13898
|
"parameters": [
|
|
13898
13899
|
{ "$ref": "#/components/parameters/owner" },
|
|
13899
13900
|
{ "$ref": "#/components/parameters/repo" },
|
|
13900
|
-
{ "$ref": "#/components/parameters/run-id" }
|
|
13901
|
+
{ "$ref": "#/components/parameters/run-id" },
|
|
13902
|
+
{ "$ref": "#/components/parameters/exclude-pull-requests" }
|
|
13901
13903
|
],
|
|
13902
13904
|
"responses": {
|
|
13903
13905
|
"200": {
|
|
@@ -14095,7 +14097,8 @@
|
|
|
14095
14097
|
{ "$ref": "#/components/parameters/owner" },
|
|
14096
14098
|
{ "$ref": "#/components/parameters/repo" },
|
|
14097
14099
|
{ "$ref": "#/components/parameters/run-id" },
|
|
14098
|
-
{ "$ref": "#/components/parameters/attempt-number" }
|
|
14100
|
+
{ "$ref": "#/components/parameters/attempt-number" },
|
|
14101
|
+
{ "$ref": "#/components/parameters/exclude-pull-requests" }
|
|
14099
14102
|
],
|
|
14100
14103
|
"responses": {
|
|
14101
14104
|
"200": {
|
|
@@ -14947,7 +14950,8 @@
|
|
|
14947
14950
|
{ "$ref": "#/components/parameters/workflow-run-status" },
|
|
14948
14951
|
{ "$ref": "#/components/parameters/per-page" },
|
|
14949
14952
|
{ "$ref": "#/components/parameters/page" },
|
|
14950
|
-
{ "$ref": "#/components/parameters/created" }
|
|
14953
|
+
{ "$ref": "#/components/parameters/created" },
|
|
14954
|
+
{ "$ref": "#/components/parameters/exclude-pull-requests" }
|
|
14951
14955
|
],
|
|
14952
14956
|
"responses": {
|
|
14953
14957
|
"200": {
|
|
@@ -74993,6 +74997,13 @@
|
|
|
74993
74997
|
"required": false,
|
|
74994
74998
|
"schema": { "type": "string", "format": "date-time" }
|
|
74995
74999
|
},
|
|
75000
|
+
"exclude-pull-requests": {
|
|
75001
|
+
"name": "exclude_pull_requests",
|
|
75002
|
+
"description": "If `true` pull requests are omitted from the response (empty array).",
|
|
75003
|
+
"in": "query",
|
|
75004
|
+
"required": false,
|
|
75005
|
+
"schema": { "type": "boolean", "default": false }
|
|
75006
|
+
},
|
|
74996
75007
|
"run-id": {
|
|
74997
75008
|
"name": "run_id",
|
|
74998
75009
|
"description": "The id of the workflow run.",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "5.
|
|
4
|
+
"version": "5.8.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": { "name": "MIT", "url": "https://spdx.org/licenses/MIT" },
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "5.
|
|
4
|
+
"version": "5.8.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": { "name": "MIT", "url": "https://spdx.org/licenses/MIT" },
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "5.
|
|
4
|
+
"version": "5.8.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": { "name": "MIT", "url": "https://spdx.org/licenses/MIT" },
|
package/generated/ghes-2.22.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "5.
|
|
4
|
+
"version": "5.8.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": { "name": "MIT", "url": "https://spdx.org/licenses/MIT" },
|
|
@@ -22,6 +22,41 @@
|
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
24
|
},
|
|
25
|
+
"/gists": {
|
|
26
|
+
"post": {
|
|
27
|
+
"responses": {
|
|
28
|
+
"changed": {
|
|
29
|
+
"201": {
|
|
30
|
+
"content": {
|
|
31
|
+
"changed": {
|
|
32
|
+
"application/json": {
|
|
33
|
+
"schema_changed": {
|
|
34
|
+
"properties_changed": {
|
|
35
|
+
"changed": {
|
|
36
|
+
"forks": {
|
|
37
|
+
"items_changed": {
|
|
38
|
+
"properties_changed": {
|
|
39
|
+
"changed": {
|
|
40
|
+
"user": {
|
|
41
|
+
"properties_changed": {
|
|
42
|
+
"removed": ["twitter_username"]
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
},
|
|
25
60
|
"/gists/{gist_id}": {
|
|
26
61
|
"get": {
|
|
27
62
|
"responses": {
|
|
@@ -55,6 +90,39 @@
|
|
|
55
90
|
}
|
|
56
91
|
}
|
|
57
92
|
}
|
|
93
|
+
},
|
|
94
|
+
"patch": {
|
|
95
|
+
"responses": {
|
|
96
|
+
"changed": {
|
|
97
|
+
"200": {
|
|
98
|
+
"content": {
|
|
99
|
+
"changed": {
|
|
100
|
+
"application/json": {
|
|
101
|
+
"schema_changed": {
|
|
102
|
+
"properties_changed": {
|
|
103
|
+
"changed": {
|
|
104
|
+
"forks": {
|
|
105
|
+
"items_changed": {
|
|
106
|
+
"properties_changed": {
|
|
107
|
+
"changed": {
|
|
108
|
+
"user": {
|
|
109
|
+
"properties_changed": {
|
|
110
|
+
"removed": ["twitter_username"]
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
}
|
|
58
126
|
}
|
|
59
127
|
},
|
|
60
128
|
"/gists/{gist_id}/forks": {
|
|
@@ -171,6 +239,24 @@
|
|
|
171
239
|
}
|
|
172
240
|
}
|
|
173
241
|
}
|
|
242
|
+
},
|
|
243
|
+
"post": {
|
|
244
|
+
"responses": {
|
|
245
|
+
"changed": {
|
|
246
|
+
"201": {
|
|
247
|
+
"content": {
|
|
248
|
+
"changed": {
|
|
249
|
+
"application/json": {
|
|
250
|
+
"schema_changed": {
|
|
251
|
+
"properties_changed": { "removed": ["auto_merge"] },
|
|
252
|
+
"required_changed": { "removed": ["auto_merge"] }
|
|
253
|
+
}
|
|
254
|
+
}
|
|
255
|
+
}
|
|
256
|
+
}
|
|
257
|
+
}
|
|
258
|
+
}
|
|
259
|
+
}
|
|
174
260
|
}
|
|
175
261
|
},
|
|
176
262
|
"/repos/{owner}/{repo}/pulls/{pull_number}": {
|
|
@@ -191,6 +277,65 @@
|
|
|
191
277
|
}
|
|
192
278
|
}
|
|
193
279
|
}
|
|
280
|
+
},
|
|
281
|
+
"patch": {
|
|
282
|
+
"responses": {
|
|
283
|
+
"changed": {
|
|
284
|
+
"200": {
|
|
285
|
+
"content": {
|
|
286
|
+
"changed": {
|
|
287
|
+
"application/json": {
|
|
288
|
+
"schema_changed": {
|
|
289
|
+
"properties_changed": { "removed": ["auto_merge"] },
|
|
290
|
+
"required_changed": { "removed": ["auto_merge"] }
|
|
291
|
+
}
|
|
292
|
+
}
|
|
293
|
+
}
|
|
294
|
+
}
|
|
295
|
+
}
|
|
296
|
+
}
|
|
297
|
+
}
|
|
298
|
+
}
|
|
299
|
+
},
|
|
300
|
+
"/repos/{owner}/{repo}/pulls/{pull_number}/requested_reviewers": {
|
|
301
|
+
"post": {
|
|
302
|
+
"responses": {
|
|
303
|
+
"changed": {
|
|
304
|
+
"201": {
|
|
305
|
+
"content": {
|
|
306
|
+
"changed": {
|
|
307
|
+
"application/json": {
|
|
308
|
+
"schema_changed": {
|
|
309
|
+
"properties_changed": { "removed": ["auto_merge"] },
|
|
310
|
+
"required_changed": { "removed": ["auto_merge"] }
|
|
311
|
+
}
|
|
312
|
+
}
|
|
313
|
+
}
|
|
314
|
+
}
|
|
315
|
+
}
|
|
316
|
+
}
|
|
317
|
+
}
|
|
318
|
+
}
|
|
319
|
+
},
|
|
320
|
+
"/user": {
|
|
321
|
+
"patch": {
|
|
322
|
+
"responses": {
|
|
323
|
+
"changed": {
|
|
324
|
+
"200": {
|
|
325
|
+
"content": {
|
|
326
|
+
"changed": {
|
|
327
|
+
"application/json": {
|
|
328
|
+
"schema_changed": {
|
|
329
|
+
"properties_changed": {
|
|
330
|
+
"removed": ["twitter_username"]
|
|
331
|
+
}
|
|
332
|
+
}
|
|
333
|
+
}
|
|
334
|
+
}
|
|
335
|
+
}
|
|
336
|
+
}
|
|
337
|
+
}
|
|
338
|
+
}
|
|
194
339
|
}
|
|
195
340
|
}
|
|
196
341
|
},
|