@octokit/openapi 6.3.1 → 6.4.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 (28) hide show
  1. package/generated/api.github.com.deref.json +66 -6
  2. package/generated/api.github.com.json +69 -6
  3. package/generated/ghes-3.2-diff-to-api.github.com.deref.json +1 -1
  4. package/generated/ghes-3.2-diff-to-api.github.com.json +1 -1
  5. package/generated/ghes-3.2-diff-to-ghes-3.3.deref.json +50 -3
  6. package/generated/ghes-3.2-diff-to-ghes-3.3.json +53 -3
  7. package/generated/ghes-3.2.deref.json +59 -3
  8. package/generated/ghes-3.2.json +62 -3
  9. package/generated/ghes-3.3-anicca-diff-to-ghes-3.4.deref.json +8 -4
  10. package/generated/ghes-3.3-diff-to-ghes-3.4.deref.json +1 -1
  11. package/generated/ghes-3.3-diff-to-ghes-3.4.json +1 -1
  12. package/generated/ghes-3.3.deref.json +59 -3
  13. package/generated/ghes-3.3.json +62 -3
  14. package/generated/ghes-3.4-diff-to-ghes-3.5.deref.json +1 -1
  15. package/generated/ghes-3.4-diff-to-ghes-3.5.json +1 -1
  16. package/generated/ghes-3.4.deref.json +71 -7
  17. package/generated/ghes-3.4.json +66 -7
  18. package/generated/ghes-3.5-anicca-diff-to-api.github.com.deref.json +11086 -112673
  19. package/generated/ghes-3.5-diff-to-api.github.com.deref.json +1 -574
  20. package/generated/ghes-3.5-diff-to-api.github.com.json +1 -263
  21. package/generated/ghes-3.5.deref.json +2642 -294
  22. package/generated/ghes-3.5.json +3173 -606
  23. package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +14 -3
  24. package/generated/github.ae-diff-to-api.github.com.deref.json +1 -1
  25. package/generated/github.ae-diff-to-api.github.com.json +1 -1
  26. package/generated/github.ae.deref.json +3813 -314
  27. package/generated/github.ae.json +4250 -556
  28. package/package.json +1 -1
@@ -6691,13 +6691,13 @@
6691
6691
  "style": "form"
6692
6692
  },
6693
6693
  {
6694
- "description": "The property by which to sort the results.",
6694
+ "description": "The property by which to sort the results. `number` is deprecated - we recommend that you use `created` instead.",
6695
6695
  "in": "query",
6696
6696
  "name": "sort",
6697
6697
  "required": false,
6698
6698
  "schema": {
6699
- "default": "number",
6700
- "enum": ["created", "updated", "number"],
6699
+ "default": "created",
6700
+ "enum": ["created", "number", "updated"],
6701
6701
  "type": "string"
6702
6702
  },
6703
6703
  "style": "form"
@@ -7165,6 +7165,17 @@
7165
7165
  }
7166
7166
  },
7167
7167
  "post": {
7168
+ "request_body": {
7169
+ "content_changed": {
7170
+ "changed": {
7171
+ "application/json": {
7172
+ "schema_changed": {
7173
+ "properties_changed": { "removed": ["name"] }
7174
+ }
7175
+ }
7176
+ }
7177
+ }
7178
+ },
7168
7179
  "responses": {
7169
7180
  "changed": {
7170
7181
  "202": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "6.3.1",
4
+ "version": "6.4.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": "6.3.1",
4
+ "version": "6.4.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" },