@octokit/openapi 5.6.5 → 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.
Files changed (27) hide show
  1. package/generated/api.github.com.deref.json +4412 -986
  2. package/generated/api.github.com.json +647 -294
  3. package/generated/ghes-2.22-diff-to-ghes-3.0.deref.json +1 -1
  4. package/generated/ghes-2.22-diff-to-ghes-3.0.json +1 -1
  5. package/generated/ghes-2.22.deref.json +1 -1
  6. package/generated/ghes-2.22.json +1 -1
  7. package/generated/ghes-3.0-anicca-diff-to-ghes-3.1.deref.json +145 -0
  8. package/generated/ghes-3.0-diff-to-ghes-3.1.deref.json +14577 -3831
  9. package/generated/ghes-3.0-diff-to-ghes-3.1.json +1540 -248
  10. package/generated/ghes-3.0.deref.json +329 -161
  11. package/generated/ghes-3.0.json +280 -102
  12. package/generated/ghes-3.1-anicca-diff-to-ghes-3.2.deref.json +1292 -111
  13. package/generated/ghes-3.1-diff-to-ghes-3.2.deref.json +104093 -56376
  14. package/generated/ghes-3.1-diff-to-ghes-3.2.json +8280 -3015
  15. package/generated/ghes-3.1.deref.json +369 -193
  16. package/generated/ghes-3.1.json +320 -134
  17. package/generated/ghes-3.2-anicca-diff-to-api.github.com.deref.json +305 -1
  18. package/generated/ghes-3.2-diff-to-api.github.com.deref.json +4813 -906
  19. package/generated/ghes-3.2-diff-to-api.github.com.json +2141 -175
  20. package/generated/ghes-3.2.deref.json +390 -204
  21. package/generated/ghes-3.2.json +363 -145
  22. package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +59 -0
  23. package/generated/github.ae-diff-to-api.github.com.deref.json +4951 -1
  24. package/generated/github.ae-diff-to-api.github.com.json +2776 -110
  25. package/generated/github.ae.deref.json +3875 -639
  26. package/generated/github.ae.json +425 -235
  27. package/package.json +4 -1
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "5.6.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.6.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.6.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.6.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
  },