@octokit/openapi 7.9.0 → 7.11.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 (35) hide show
  1. package/generated/api.github.com.deref.json +2604 -719
  2. package/generated/api.github.com.json +539 -29
  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 +8 -6
  6. package/generated/ghes-3.2-diff-to-ghes-3.3.json +8 -6
  7. package/generated/ghes-3.2.deref.json +745 -128
  8. package/generated/ghes-3.2.json +35 -8
  9. package/generated/ghes-3.3-anicca-diff-to-ghes-3.4.deref.json +21 -0
  10. package/generated/ghes-3.3-diff-to-ghes-3.4.deref.json +615 -1
  11. package/generated/ghes-3.3-diff-to-ghes-3.4.json +25 -1
  12. package/generated/ghes-3.3.deref.json +910 -293
  13. package/generated/ghes-3.3.json +35 -8
  14. package/generated/ghes-3.4-diff-to-ghes-3.5.deref.json +2 -2
  15. package/generated/ghes-3.4-diff-to-ghes-3.5.json +2 -2
  16. package/generated/ghes-3.4.deref.json +750 -128
  17. package/generated/ghes-3.4.json +37 -10
  18. package/generated/ghes-3.5-anicca-diff-to-ghes-3.6.deref.json +21 -0
  19. package/generated/ghes-3.5-diff-to-api.github.com.deref.json +1 -1
  20. package/generated/ghes-3.5-diff-to-api.github.com.json +1 -1
  21. package/generated/ghes-3.5-diff-to-ghes-3.6.deref.json +753 -132
  22. package/generated/ghes-3.5-diff-to-ghes-3.6.json +32 -6
  23. package/generated/ghes-3.5.deref.json +915 -293
  24. package/generated/ghes-3.5.json +37 -10
  25. package/generated/ghes-3.6-anicca-diff-to-api.github.com.deref.json +46 -0
  26. package/generated/ghes-3.6-diff-to-api.github.com.deref.json +125 -20
  27. package/generated/ghes-3.6-diff-to-api.github.com.json +110 -6
  28. package/generated/ghes-3.6.deref.json +1236 -419
  29. package/generated/ghes-3.6.json +142 -21
  30. package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +10 -0
  31. package/generated/github.ae-diff-to-api.github.com.deref.json +8 -6
  32. package/generated/github.ae-diff-to-api.github.com.json +8 -6
  33. package/generated/github.ae.deref.json +1001 -288
  34. package/generated/github.ae.json +127 -14
  35. package/package.json +1 -6
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.9.0",
4
+ "version": "7.11.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": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.9.0",
4
+ "version": "7.11.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": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.9.0",
4
+ "version": "7.11.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": {
@@ -35253,8 +35253,9 @@
35253
35253
  },
35254
35254
  "use_squash_pr_title_as_default": {
35255
35255
  "type": "boolean",
35256
- "description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
35257
- "default": false
35256
+ "description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message. **This property has been deprecated. Please use `squash_merge_commit_title` instead.",
35257
+ "default": false,
35258
+ "deprecated": true
35258
35259
  },
35259
35260
  "squash_merge_commit_title": {
35260
35261
  "type": "string",
@@ -46071,8 +46072,9 @@
46071
46072
  },
46072
46073
  "use_squash_pr_title_as_default": {
46073
46074
  "type": "boolean",
46074
- "description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
46075
- "default": false
46075
+ "description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message. **This property has been deprecated. Please use `squash_merge_commit_title` instead.",
46076
+ "default": false,
46077
+ "deprecated": true
46076
46078
  },
46077
46079
  "squash_merge_commit_title": {
46078
46080
  "type": "string",
@@ -61974,7 +61976,7 @@
61974
61976
  },
61975
61977
  "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs": {
61976
61978
  "get": {
61977
- "summary": "List workflow runs",
61979
+ "summary": "List workflow runs for a workflow",
61978
61980
  "description": "List all workflow runs for a workflow. You can replace `workflow_id` with the workflow file name. For example, you could use `main.yaml`. You can use parameters to narrow the list of results. For more information about using parameters, see [Parameters](https://docs.github.com/enterprise-server@3.2/rest/overview/resources-in-the-rest-api#parameters).\n\nAnyone with read access to the repository can use this endpoint. If the repository is private you must use an access token with the `repo` scope.",
61979
61981
  "tags": [
61980
61982
  "actions"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.9.0",
4
+ "version": "7.11.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": {
@@ -1989,8 +1989,9 @@
1989
1989
  },
1990
1990
  "use_squash_pr_title_as_default": {
1991
1991
  "type": "boolean",
1992
- "description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
1993
- "default": false
1992
+ "description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message. **This property has been deprecated. Please use `squash_merge_commit_title` instead.",
1993
+ "default": false,
1994
+ "deprecated": true
1994
1995
  },
1995
1996
  "squash_merge_commit_title": {
1996
1997
  "type": "string",
@@ -2448,8 +2449,9 @@
2448
2449
  },
2449
2450
  "use_squash_pr_title_as_default": {
2450
2451
  "type": "boolean",
2451
- "description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
2452
- "default": false
2452
+ "description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message. **This property has been deprecated. Please use `squash_merge_commit_title` instead.",
2453
+ "default": false,
2454
+ "deprecated": true
2453
2455
  },
2454
2456
  "squash_merge_commit_title": {
2455
2457
  "type": "string",
@@ -2978,7 +2980,7 @@
2978
2980
  },
2979
2981
  "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs": {
2980
2982
  "get": {
2981
- "summary": "List workflow runs",
2983
+ "summary": "List workflow runs for a workflow",
2982
2984
  "description": "List all workflow runs for a workflow. You can replace `workflow_id` with the workflow file name. For example, you could use `main.yaml`. You can use parameters to narrow the list of results. For more information about using parameters, see [Parameters](https://docs.github.com/enterprise-server@3.2/rest/overview/resources-in-the-rest-api#parameters).\n\nAnyone with read access to the repository can use this endpoint. If the repository is private you must use an access token with the `repo` scope.",
2983
2985
  "tags": [
2984
2986
  "actions"