Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DELETE /applications/{client_id}/token: access_token required in requestBody, PUT /orgs/{org}/actions/secrets/{secret_name}: pattern added to encrypted_value, PATCH /scim/v2/enterprises/{enterprise}/Groups/{scim_group_id}: schema added for Operations items in requestBody, PUT /repos/{owner}/{repo}/environments/{environment_name}: improved schema for requestBody parameters. Fixes POST /repos/{owner}/{repo}/check-runs: request body schema uses oneOf instead of anyOf for different status restrictions - via https://github.com/octokit/openapi-types.ts/releases/tag/v5.3.0 #278

Merged
merged 1 commit into from
Mar 4, 2021
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"description": "Shared TypeScript definitions for Octokit projects",
"dependencies": {
"@octokit/openapi-types": "^5.2.2"
"@octokit/openapi-types": "^5.3.0"
},
"scripts": {
"build": "pika build",
Expand Down Expand Up @@ -96,7 +96,7 @@
]
},
"octokit": {
"openapi-version": "2.12.1"
"openapi-version": "2.13.1"
},
"renovate": {
"extends": [
Expand Down
165 changes: 20 additions & 145 deletions scripts/update-endpoints/generated/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -2701,151 +2701,8 @@
"parameters": [
{ "alias": null, "deprecated": null, "in": "PATH", "name": "owner" },
{ "alias": null, "deprecated": null, "in": "PATH", "name": "repo" },
{ "alias": null, "deprecated": null, "in": "BODY", "name": "name" },
{ "alias": null, "deprecated": null, "in": "BODY", "name": "head_sha" },
{
"alias": null,
"deprecated": null,
"in": "BODY",
"name": "details_url"
},
{
"alias": null,
"deprecated": null,
"in": "BODY",
"name": "external_id"
},
{ "alias": null, "deprecated": null, "in": "BODY", "name": "status" },
{ "alias": null, "deprecated": null, "in": "BODY", "name": "started_at" },
{ "alias": null, "deprecated": null, "in": "BODY", "name": "conclusion" },
{
"alias": null,
"deprecated": null,
"in": "BODY",
"name": "completed_at"
},
{ "alias": null, "deprecated": null, "in": "BODY", "name": "output" },
{
"alias": null,
"deprecated": null,
"in": "BODY",
"name": "output.title"
},
{
"alias": null,
"deprecated": null,
"in": "BODY",
"name": "output.summary"
},
{
"alias": null,
"deprecated": null,
"in": "BODY",
"name": "output.text"
},
{
"alias": null,
"deprecated": null,
"in": "BODY",
"name": "output.annotations"
},
{
"alias": null,
"deprecated": null,
"in": "BODY",
"name": "output.annotations[].path"
},
{
"alias": null,
"deprecated": null,
"in": "BODY",
"name": "output.annotations[].start_line"
},
{
"alias": null,
"deprecated": null,
"in": "BODY",
"name": "output.annotations[].end_line"
},
{
"alias": null,
"deprecated": null,
"in": "BODY",
"name": "output.annotations[].start_column"
},
{
"alias": null,
"deprecated": null,
"in": "BODY",
"name": "output.annotations[].end_column"
},
{
"alias": null,
"deprecated": null,
"in": "BODY",
"name": "output.annotations[].annotation_level"
},
{
"alias": null,
"deprecated": null,
"in": "BODY",
"name": "output.annotations[].message"
},
{
"alias": null,
"deprecated": null,
"in": "BODY",
"name": "output.annotations[].title"
},
{
"alias": null,
"deprecated": null,
"in": "BODY",
"name": "output.annotations[].raw_details"
},
{
"alias": null,
"deprecated": null,
"in": "BODY",
"name": "output.images"
},
{
"alias": null,
"deprecated": null,
"in": "BODY",
"name": "output.images[].alt"
},
{
"alias": null,
"deprecated": null,
"in": "BODY",
"name": "output.images[].image_url"
},
{
"alias": null,
"deprecated": null,
"in": "BODY",
"name": "output.images[].caption"
},
{ "alias": null, "deprecated": null, "in": "BODY", "name": "actions" },
{
"alias": null,
"deprecated": null,
"in": "BODY",
"name": "actions[].label"
},
{
"alias": null,
"deprecated": null,
"in": "BODY",
"name": "actions[].description"
},
{
"alias": null,
"deprecated": null,
"in": "BODY",
"name": "actions[].identifier"
}
{ "alias": null, "deprecated": null, "in": "BODY", "name": "*" }
],
"previews": [],
"renamed": null
Expand Down Expand Up @@ -4062,7 +3919,25 @@
"name": "scim_group_id"
},
{ "alias": null, "deprecated": null, "in": "BODY", "name": "schemas" },
{ "alias": null, "deprecated": null, "in": "BODY", "name": "Operations" }
{ "alias": null, "deprecated": null, "in": "BODY", "name": "Operations" },
{
"alias": null,
"deprecated": null,
"in": "BODY",
"name": "Operations[].op"
},
{
"alias": null,
"deprecated": null,
"in": "BODY",
"name": "Operations[].path"
},
{
"alias": null,
"deprecated": null,
"in": "BODY",
"name": "Operations[].value"
}
],
"previews": [],
"renamed": null
Expand Down