@octokit/openapi 7.7.0 → 7.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 (33) hide show
  1. package/generated/api.github.com.deref.json +619 -24
  2. package/generated/api.github.com.json +44 -20
  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 +356 -4
  6. package/generated/ghes-3.2-diff-to-ghes-3.3.json +19 -4
  7. package/generated/ghes-3.2.deref.json +460 -15
  8. package/generated/ghes-3.2.json +31 -15
  9. package/generated/ghes-3.3-diff-to-ghes-3.4.deref.json +19 -3
  10. package/generated/ghes-3.3-diff-to-ghes-3.4.json +14 -3
  11. package/generated/ghes-3.3.deref.json +467 -16
  12. package/generated/ghes-3.3.json +38 -16
  13. package/generated/ghes-3.4-diff-to-ghes-3.5.deref.json +145 -1
  14. package/generated/ghes-3.4-diff-to-ghes-3.5.json +5 -1
  15. package/generated/ghes-3.4.deref.json +495 -16
  16. package/generated/ghes-3.4.json +38 -16
  17. package/generated/ghes-3.5-diff-to-api.github.com.deref.json +1 -1
  18. package/generated/ghes-3.5-diff-to-api.github.com.json +1 -1
  19. package/generated/ghes-3.5-diff-to-ghes-3.6.deref.json +418 -4
  20. package/generated/ghes-3.5-diff-to-ghes-3.6.json +22 -4
  21. package/generated/ghes-3.5.deref.json +508 -16
  22. package/generated/ghes-3.5.json +38 -16
  23. package/generated/ghes-3.6-anicca-diff-to-api.github.com.deref.json +15 -0
  24. package/generated/ghes-3.6-diff-to-api.github.com.deref.json +28 -2
  25. package/generated/ghes-3.6-diff-to-api.github.com.json +16 -2
  26. package/generated/ghes-3.6.deref.json +508 -16
  27. package/generated/ghes-3.6.json +38 -16
  28. package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +15 -0
  29. package/generated/github.ae-diff-to-api.github.com.deref.json +363 -5
  30. package/generated/github.ae-diff-to-api.github.com.json +26 -5
  31. package/generated/github.ae.deref.json +467 -16
  32. package/generated/github.ae.json +38 -16
  33. package/package.json +1 -1
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.7.0",
4
+ "version": "7.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": {
@@ -6119,7 +6119,7 @@
6119
6119
  "/repos/{template_owner}/{template_repo}/generate": {
6120
6120
  "post": {
6121
6121
  "summary": "Create a repository using a template",
6122
- "description": "Creates a new repository using a repository template. Use the `template_owner` and `template_repo` route parameters to specify the repository to use as the template. The authenticated user must own or be a member of an organization that owns the repository. To check if a repository is available to use as a template, get the repository's information using the [Get a repository](https://docs.github.com/enterprise-server@3.2/rest/reference/repos#get-a-repository) endpoint and check that the `is_template` key is `true`.\n\n**OAuth scope requirements**\n\nWhen using [OAuth](https://docs.github.com/enterprise-server@3.2/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/), authorizations must include:\n\n* `public_repo` scope or `repo` scope to create a public repository. Note: For GitHub AE, use `repo` scope to create an internal repository.\n* `repo` scope to create a private repository",
6122
+ "description": "Creates a new repository using a repository template. Use the `template_owner` and `template_repo` route parameters to specify the repository to use as the template. If the repository is not public, the authenticated user must own or be a member of an organization that owns the repository. To check if a repository is available to use as a template, get the repository's information using the [Get a repository](https://docs.github.com/enterprise-server@3.2/rest/reference/repos#get-a-repository) endpoint and check that the `is_template` key is `true`.\n\n**OAuth scope requirements**\n\nWhen using [OAuth](https://docs.github.com/enterprise-server@3.2/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/), authorizations must include:\n\n* `public_repo` scope or `repo` scope to create a public repository. Note: For GitHub AE, use `repo` scope to create an internal repository.\n* `repo` scope to create a private repository",
6123
6123
  "tags": [
6124
6124
  "repos"
6125
6125
  ],
@@ -9567,6 +9567,10 @@
9567
9567
  "starred_at": {
9568
9568
  "type": "string",
9569
9569
  "example": "\"2020-07-09T00:17:42Z\""
9570
+ },
9571
+ "anonymous_access_enabled": {
9572
+ "type": "boolean",
9573
+ "description": "Whether anonymous git access is enabled for this repository"
9570
9574
  }
9571
9575
  },
9572
9576
  "required": [
@@ -14872,6 +14876,10 @@
14872
14876
  "starred_at": {
14873
14877
  "type": "string",
14874
14878
  "example": "\"2020-07-09T00:17:42Z\""
14879
+ },
14880
+ "anonymous_access_enabled": {
14881
+ "type": "boolean",
14882
+ "description": "Whether anonymous git access is enabled for this repository"
14875
14883
  }
14876
14884
  },
14877
14885
  "required": [
@@ -15373,6 +15381,11 @@
15373
15381
  "nullable": true,
15374
15382
  "type": "string",
15375
15383
  "description": "Detailed documentation for the rule as GitHub Flavored Markdown."
15384
+ },
15385
+ "help_uri": {
15386
+ "nullable": true,
15387
+ "type": "string",
15388
+ "description": "A link to the documentation for the rule used to detect the alert."
15376
15389
  }
15377
15390
  }
15378
15391
  },
@@ -20898,7 +20911,8 @@
20898
20911
  "security",
20899
20912
  "external/cwe/cwe-022"
20900
20913
  ],
20901
- "help": "# Arbitrary file write during zip extraction (\"Zip Slip\")\\nExtracting files from a malicious zip archive without validating that the destination file path is within the destination directory can cause files outside the destination directory to be overwritten ..."
20914
+ "help": "# Arbitrary file write during zip extraction (\"Zip Slip\")\\nExtracting files from a malicious zip archive without validating that the destination file path is within the destination directory can cause files outside the destination directory to be overwritten ...",
20915
+ "help_uri": "https://codeql.github.com/"
20902
20916
  },
20903
20917
  "tool": {
20904
20918
  "name": "CodeQL",
@@ -20967,7 +20981,8 @@
20967
20981
  "security",
20968
20982
  "external/cwe/cwe-022"
20969
20983
  ],
20970
- "help": "# Arbitrary file write during zip extraction (\"Zip Slip\")\\nExtracting files from a malicious zip archive without validating that the destination file path is within the destination directory can cause files outside the destination directory to be overwritten ..."
20984
+ "help": "# Arbitrary file write during zip extraction (\"Zip Slip\")\\nExtracting files from a malicious zip archive without validating that the destination file path is within the destination directory can cause files outside the destination directory to be overwritten ...",
20985
+ "help_uri": "https://codeql.github.com/"
20971
20986
  },
20972
20987
  "tool": {
20973
20988
  "name": "CodeQL",