@octokit/openapi 5.7.0 → 5.9.1
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 +423 -3
- package/generated/api.github.com.json +73 -8
- 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 +50 -26
- package/generated/ghes-3.0.json +42 -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 +81 -57
- package/generated/ghes-3.1.json +73 -60
- package/generated/ghes-3.2-anicca-diff-to-api.github.com.deref.json +155 -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 +65 -27
- package/generated/ghes-3.2.json +72 -33
- 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 +434 -10
- package/generated/github.ae.json +83 -14
- package/package.json +5 -4
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.9.1",
|
|
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
|
},
|