diff --git a/src/generated/Endpoints.ts b/src/generated/Endpoints.ts index 689a7a417..554a77657 100644 --- a/src/generated/Endpoints.ts +++ b/src/generated/Endpoints.ts @@ -119,13 +119,6 @@ export interface Endpoints { "/app/installations/{installation_id}/suspended", "delete" >; - /** - * @see https://docs.github.com/rest/reference/oauth-authorizations#delete-a-grant - */ - "DELETE /applications/grants/{grant_id}": Operation< - "/applications/grants/{grant_id}", - "delete" - >; /** * @see https://docs.github.com/rest/reference/apps#delete-an-app-authorization */ @@ -140,13 +133,6 @@ export interface Endpoints { "/applications/{client_id}/token", "delete" >; - /** - * @see https://docs.github.com/rest/reference/oauth-authorizations#delete-an-authorization - */ - "DELETE /authorizations/{authorization_id}": Operation< - "/authorizations/{authorization_id}", - "delete" - >; /** * @see https://docs.github.com/rest/reference/actions#disable-a-selected-organization-for-github-actions-in-an-enterprise */ @@ -1119,32 +1105,10 @@ export interface Endpoints { "/app/installations/{installation_id}", "get" >; - /** - * @see https://docs.github.com/rest/reference/oauth-authorizations#list-your-grants - */ - "GET /applications/grants": Operation<"/applications/grants", "get">; - /** - * @see https://docs.github.com/rest/reference/oauth-authorizations#get-a-single-grant - */ - "GET /applications/grants/{grant_id}": Operation< - "/applications/grants/{grant_id}", - "get" - >; /** * @see https://docs.github.com/rest/reference/apps/#get-an-app */ "GET /apps/{app_slug}": Operation<"/apps/{app_slug}", "get">; - /** - * @see https://docs.github.com/rest/reference/oauth-authorizations#list-your-authorizations - */ - "GET /authorizations": Operation<"/authorizations", "get">; - /** - * @see https://docs.github.com/rest/reference/oauth-authorizations#get-a-single-authorization - */ - "GET /authorizations/{authorization_id}": Operation< - "/authorizations/{authorization_id}", - "get" - >; /** * @see https://docs.github.com/rest/reference/codes-of-conduct#get-all-codes-of-conduct */ @@ -4031,13 +3995,6 @@ export interface Endpoints { "/applications/{client_id}/token", "patch" >; - /** - * @see https://docs.github.com/rest/reference/oauth-authorizations#update-an-existing-authorization - */ - "PATCH /authorizations/{authorization_id}": Operation< - "/authorizations/{authorization_id}", - "patch" - >; /** * @see https://docs.github.com/rest/reference/actions#update-a-self-hosted-runner-group-for-an-enterprise */ @@ -4409,10 +4366,6 @@ export interface Endpoints { "/applications/{client_id}/token/scoped", "post" >; - /** - * @see https://docs.github.com/rest/reference/oauth-authorizations#create-a-new-authorization - */ - "POST /authorizations": Operation<"/authorizations", "post">; /** * @see https://docs.github.com/rest/reference/actions#create-self-hosted-runner-group-for-an-enterprise */ @@ -5230,20 +5183,6 @@ export interface Endpoints { "/app/installations/{installation_id}/suspended", "put" >; - /** - * @see https://docs.github.com/rest/reference/oauth-authorizations#get-or-create-an-authorization-for-a-specific-app - */ - "PUT /authorizations/clients/{client_id}": Operation< - "/authorizations/clients/{client_id}", - "put" - >; - /** - * @see https://docs.github.com/rest/reference/oauth-authorizations#get-or-create-an-authorization-for-a-specific-app-and-fingerprint - */ - "PUT /authorizations/clients/{client_id}/{fingerprint}": Operation< - "/authorizations/clients/{client_id}/{fingerprint}", - "put" - >; /** * @see https://docs.github.com/rest/reference/actions/oidc#set-actions-oidc-custom-issuer-policy-for-enterprise */