Update checked-in dependencies
This commit is contained in:
parent
08e5c8d618
commit
5275714183
148 changed files with 4045 additions and 39247 deletions
|
|
@ -10,12 +10,12 @@
|
|||
"access": "public",
|
||||
"provenance": true
|
||||
},
|
||||
"version": "23.0.1",
|
||||
"version": "24.2.0",
|
||||
"main": "",
|
||||
"types": "types.d.ts",
|
||||
"author": "Gregor Martynus (https://twitter.com/gr2m)",
|
||||
"license": "MIT",
|
||||
"octokit": {
|
||||
"openapi-version": "17.1.1"
|
||||
"openapi-version": "18.2.0"
|
||||
}
|
||||
}
|
||||
File diff suppressed because it is too large
Load diff
2
node_modules/@octokit/types/dist-types/VERSION.d.ts
generated
vendored
2
node_modules/@octokit/types/dist-types/VERSION.d.ts
generated
vendored
|
|
@ -1 +1 @@
|
|||
export declare const VERSION = "13.8.0";
|
||||
export declare const VERSION = "13.10.0";
|
||||
|
|
|
|||
106
node_modules/@octokit/types/dist-types/generated/Endpoints.d.ts
generated
vendored
106
node_modules/@octokit/types/dist-types/generated/Endpoints.d.ts
generated
vendored
|
|
@ -107,6 +107,10 @@ export interface Endpoints {
|
|||
* @see https://docs.github.com/rest/orgs/orgs#delete-an-organization
|
||||
*/
|
||||
"DELETE /orgs/{org}": Operation<"/orgs/{org}", "delete">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/actions/hosted-runners#delete-a-github-hosted-runner-for-an-organization
|
||||
*/
|
||||
"DELETE /orgs/{org}/actions/hosted-runners/{hosted_runner_id}": Operation<"/orgs/{org}/actions/hosted-runners/{hosted_runner_id}", "delete">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/actions/permissions#disable-a-selected-repository-for-github-actions-in-an-organization
|
||||
*/
|
||||
|
|
@ -203,6 +207,10 @@ export interface Endpoints {
|
|||
* @see https://docs.github.com/rest/orgs/members#cancel-an-organization-invitation
|
||||
*/
|
||||
"DELETE /orgs/{org}/invitations/{invitation_id}": Operation<"/orgs/{org}/invitations/{invitation_id}", "delete">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/orgs/issue-types#delete-issue-type-for-an-organization
|
||||
*/
|
||||
"DELETE /orgs/{org}/issue-types/{issue_type_id}": Operation<"/orgs/{org}/issue-types/{issue_type_id}", "delete">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/orgs/members#remove-an-organization-member
|
||||
*/
|
||||
|
|
@ -271,6 +279,10 @@ export interface Endpoints {
|
|||
* @see https://docs.github.com/rest/orgs/security-managers#remove-a-security-manager-team
|
||||
*/
|
||||
"DELETE /orgs/{org}/security-managers/teams/{team_slug}": Operation<"/orgs/{org}/security-managers/teams/{team_slug}", "delete">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/orgs/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization
|
||||
*/
|
||||
"DELETE /orgs/{org}/settings/network-configurations/{network_configuration_id}": Operation<"/orgs/{org}/settings/network-configurations/{network_configuration_id}", "delete">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/teams/teams#delete-a-team
|
||||
*/
|
||||
|
|
@ -368,7 +380,7 @@ export interface Endpoints {
|
|||
*/
|
||||
"DELETE /repos/{owner}/{repo}/autolinks/{autolink_id}": Operation<"/repos/{owner}/{repo}/autolinks/{autolink_id}", "delete">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/repos/repos#disable-automated-security-fixes
|
||||
* @see https://docs.github.com/rest/repos/repos#disable-dependabot-security-updates
|
||||
*/
|
||||
"DELETE /repos/{owner}/{repo}/automated-security-fixes": Operation<"/repos/{owner}/{repo}/automated-security-fixes", "delete">;
|
||||
/**
|
||||
|
|
@ -940,6 +952,34 @@ export interface Endpoints {
|
|||
* @see https://docs.github.com/rest/actions/cache#list-repositories-with-github-actions-cache-usage-for-an-organization
|
||||
*/
|
||||
"GET /orgs/{org}/actions/cache/usage-by-repository": Operation<"/orgs/{org}/actions/cache/usage-by-repository", "get">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/actions/hosted-runners#list-github-hosted-runners-for-an-organization
|
||||
*/
|
||||
"GET /orgs/{org}/actions/hosted-runners": Operation<"/orgs/{org}/actions/hosted-runners", "get">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/actions/hosted-runners#get-github-owned-images-for-github-hosted-runners-in-an-organization
|
||||
*/
|
||||
"GET /orgs/{org}/actions/hosted-runners/images/github-owned": Operation<"/orgs/{org}/actions/hosted-runners/images/github-owned", "get">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/actions/hosted-runners#get-partner-images-for-github-hosted-runners-in-an-organization
|
||||
*/
|
||||
"GET /orgs/{org}/actions/hosted-runners/images/partner": Operation<"/orgs/{org}/actions/hosted-runners/images/partner", "get">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/actions/hosted-runners#get-limits-on-github-hosted-runners-for-an-organization
|
||||
*/
|
||||
"GET /orgs/{org}/actions/hosted-runners/limits": Operation<"/orgs/{org}/actions/hosted-runners/limits", "get">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/actions/hosted-runners#get-github-hosted-runners-machine-specs-for-an-organization
|
||||
*/
|
||||
"GET /orgs/{org}/actions/hosted-runners/machine-sizes": Operation<"/orgs/{org}/actions/hosted-runners/machine-sizes", "get">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/actions/hosted-runners#get-platforms-for-github-hosted-runners-in-an-organization
|
||||
*/
|
||||
"GET /orgs/{org}/actions/hosted-runners/platforms": Operation<"/orgs/{org}/actions/hosted-runners/platforms", "get">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/actions/hosted-runners#get-a-github-hosted-runner-for-an-organization
|
||||
*/
|
||||
"GET /orgs/{org}/actions/hosted-runners/{hosted_runner_id}": Operation<"/orgs/{org}/actions/hosted-runners/{hosted_runner_id}", "get">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-an-organization
|
||||
*/
|
||||
|
|
@ -968,6 +1008,10 @@ export interface Endpoints {
|
|||
* @see https://docs.github.com/rest/actions/self-hosted-runner-groups#get-a-self-hosted-runner-group-for-an-organization
|
||||
*/
|
||||
"GET /orgs/{org}/actions/runner-groups/{runner_group_id}": Operation<"/orgs/{org}/actions/runner-groups/{runner_group_id}", "get">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/actions/self-hosted-runner-groups#list-github-hosted-runners-in-a-group-for-an-organization
|
||||
*/
|
||||
"GET /orgs/{org}/actions/runner-groups/{runner_group_id}/hosted-runners": Operation<"/orgs/{org}/actions/runner-groups/{runner_group_id}/hosted-runners", "get">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/actions/self-hosted-runner-groups#list-repository-access-to-a-self-hosted-runner-group-in-an-organization
|
||||
*/
|
||||
|
|
@ -1196,6 +1240,10 @@ export interface Endpoints {
|
|||
* @see https://docs.github.com/rest/orgs/members#list-organization-invitation-teams
|
||||
*/
|
||||
"GET /orgs/{org}/invitations/{invitation_id}/teams": Operation<"/orgs/{org}/invitations/{invitation_id}/teams", "get">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/orgs/issue-types#list-issue-types-for-an-organization
|
||||
*/
|
||||
"GET /orgs/{org}/issue-types": Operation<"/orgs/{org}/issue-types", "get">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/issues/issues#list-organization-issues-assigned-to-the-authenticated-user
|
||||
*/
|
||||
|
|
@ -1348,6 +1396,14 @@ export interface Endpoints {
|
|||
* @see https://docs.github.com/rest/orgs/rules#get-an-organization-repository-ruleset
|
||||
*/
|
||||
"GET /orgs/{org}/rulesets/{ruleset_id}": Operation<"/orgs/{org}/rulesets/{ruleset_id}", "get">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/orgs/rules#get-organization-ruleset-history
|
||||
*/
|
||||
"GET /orgs/{org}/rulesets/{ruleset_id}/history": Operation<"/orgs/{org}/rulesets/{ruleset_id}/history", "get">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/orgs/rules#get-organization-ruleset-version
|
||||
*/
|
||||
"GET /orgs/{org}/rulesets/{ruleset_id}/history/{version_id}": Operation<"/orgs/{org}/rulesets/{ruleset_id}/history/{version_id}", "get">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization
|
||||
*/
|
||||
|
|
@ -1372,6 +1428,18 @@ export interface Endpoints {
|
|||
* @see https://docs.github.com/rest/billing/billing#get-shared-storage-billing-for-an-organization
|
||||
*/
|
||||
"GET /orgs/{org}/settings/billing/shared-storage": Operation<"/orgs/{org}/settings/billing/shared-storage", "get">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/orgs/network-configurations#list-hosted-compute-network-configurations-for-an-organization
|
||||
*/
|
||||
"GET /orgs/{org}/settings/network-configurations": Operation<"/orgs/{org}/settings/network-configurations", "get">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/orgs/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization
|
||||
*/
|
||||
"GET /orgs/{org}/settings/network-configurations/{network_configuration_id}": Operation<"/orgs/{org}/settings/network-configurations/{network_configuration_id}", "get">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/orgs/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-organization
|
||||
*/
|
||||
"GET /orgs/{org}/settings/network-settings/{network_settings_id}": Operation<"/orgs/{org}/settings/network-settings/{network_settings_id}", "get">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/copilot/copilot-metrics#get-copilot-metrics-for-a-team
|
||||
*/
|
||||
|
|
@ -1657,7 +1725,7 @@ export interface Endpoints {
|
|||
*/
|
||||
"GET /repos/{owner}/{repo}/autolinks/{autolink_id}": Operation<"/repos/{owner}/{repo}/autolinks/{autolink_id}", "get">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/repos/repos#check-if-automated-security-fixes-are-enabled-for-a-repository
|
||||
* @see https://docs.github.com/rest/repos/repos#check-if-dependabot-security-updates-are-enabled-for-a-repository
|
||||
*/
|
||||
"GET /repos/{owner}/{repo}/automated-security-fixes": Operation<"/repos/{owner}/{repo}/automated-security-fixes", "get">;
|
||||
/**
|
||||
|
|
@ -2305,6 +2373,14 @@ export interface Endpoints {
|
|||
* @see https://docs.github.com/rest/repos/rules#get-a-repository-ruleset
|
||||
*/
|
||||
"GET /repos/{owner}/{repo}/rulesets/{ruleset_id}": Operation<"/repos/{owner}/{repo}/rulesets/{ruleset_id}", "get">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/repos/rules#get-repository-ruleset-history
|
||||
*/
|
||||
"GET /repos/{owner}/{repo}/rulesets/{ruleset_id}/history": Operation<"/repos/{owner}/{repo}/rulesets/{ruleset_id}/history", "get">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/repos/rules#get-repository-ruleset-version
|
||||
*/
|
||||
"GET /repos/{owner}/{repo}/rulesets/{ruleset_id}/history/{version_id}": Operation<"/repos/{owner}/{repo}/rulesets/{ruleset_id}/history/{version_id}", "get">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository
|
||||
*/
|
||||
|
|
@ -2853,6 +2929,10 @@ export interface Endpoints {
|
|||
* @see https://docs.github.com/rest/orgs/orgs#update-an-organization
|
||||
*/
|
||||
"PATCH /orgs/{org}": Operation<"/orgs/{org}", "patch">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/actions/hosted-runners#update-a-github-hosted-runner-for-an-organization
|
||||
*/
|
||||
"PATCH /orgs/{org}/actions/hosted-runners/{hosted_runner_id}": Operation<"/orgs/{org}/actions/hosted-runners/{hosted_runner_id}", "patch">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/actions/self-hosted-runner-groups#update-a-self-hosted-runner-group-for-an-organization
|
||||
*/
|
||||
|
|
@ -2885,6 +2965,10 @@ export interface Endpoints {
|
|||
* @see https://docs.github.com/rest/orgs/custom-properties#create-or-update-custom-property-values-for-organization-repositories
|
||||
*/
|
||||
"PATCH /orgs/{org}/properties/values": Operation<"/orgs/{org}/properties/values", "patch">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/orgs/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization
|
||||
*/
|
||||
"PATCH /orgs/{org}/settings/network-configurations/{network_configuration_id}": Operation<"/orgs/{org}/settings/network-configurations/{network_configuration_id}", "patch">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/teams/teams#update-a-team
|
||||
*/
|
||||
|
|
@ -3109,6 +3193,10 @@ export interface Endpoints {
|
|||
* @see https://docs.github.com/rest/markdown/markdown#render-a-markdown-document-in-raw-mode
|
||||
*/
|
||||
"POST /markdown/raw": Operation<"/markdown/raw", "post">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/actions/hosted-runners#create-a-github-hosted-runner-for-an-organization
|
||||
*/
|
||||
"POST /orgs/{org}/actions/hosted-runners": Operation<"/orgs/{org}/actions/hosted-runners", "post">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/actions/self-hosted-runner-groups#create-a-self-hosted-runner-group-for-an-organization
|
||||
*/
|
||||
|
|
@ -3169,6 +3257,10 @@ export interface Endpoints {
|
|||
* @see https://docs.github.com/rest/orgs/members#create-an-organization-invitation
|
||||
*/
|
||||
"POST /orgs/{org}/invitations": Operation<"/orgs/{org}/invitations", "post">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/orgs/issue-types#create-issue-type-for-an-organization
|
||||
*/
|
||||
"POST /orgs/{org}/issue-types": Operation<"/orgs/{org}/issue-types", "post">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/codespaces/organizations#stop-a-codespace-for-an-organization-user
|
||||
*/
|
||||
|
|
@ -3217,6 +3309,10 @@ export interface Endpoints {
|
|||
* @see https://docs.github.com/rest/orgs/rules#create-an-organization-repository-ruleset
|
||||
*/
|
||||
"POST /orgs/{org}/rulesets": Operation<"/orgs/{org}/rulesets", "post">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/orgs/network-configurations#create-a-hosted-compute-network-configuration-for-an-organization
|
||||
*/
|
||||
"POST /orgs/{org}/settings/network-configurations": Operation<"/orgs/{org}/settings/network-configurations", "post">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/teams/teams#create-a-team
|
||||
*/
|
||||
|
|
@ -3825,6 +3921,10 @@ export interface Endpoints {
|
|||
* @see https://docs.github.com/rest/interactions/orgs#set-interaction-restrictions-for-an-organization
|
||||
*/
|
||||
"PUT /orgs/{org}/interaction-limits": Operation<"/orgs/{org}/interaction-limits", "put">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/orgs/issue-types#update-issue-type-for-an-organization
|
||||
*/
|
||||
"PUT /orgs/{org}/issue-types/{issue_type_id}": Operation<"/orgs/{org}/issue-types/{issue_type_id}", "put">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/orgs/members#set-organization-membership-for-a-user
|
||||
*/
|
||||
|
|
@ -3910,7 +4010,7 @@ export interface Endpoints {
|
|||
*/
|
||||
"PUT /repos/{owner}/{repo}/actions/workflows/{workflow_id}/enable": Operation<"/repos/{owner}/{repo}/actions/workflows/{workflow_id}/enable", "put">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/repos/repos#enable-automated-security-fixes
|
||||
* @see https://docs.github.com/rest/repos/repos#enable-dependabot-security-updates
|
||||
*/
|
||||
"PUT /repos/{owner}/{repo}/automated-security-fixes": Operation<"/repos/{owner}/{repo}/automated-security-fixes", "put">;
|
||||
/**
|
||||
|
|
|
|||
8
node_modules/@octokit/types/package.json
generated
vendored
8
node_modules/@octokit/types/package.json
generated
vendored
|
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
"name": "@octokit/types",
|
||||
"version": "13.8.0",
|
||||
"version": "13.10.0",
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"provenance": true
|
||||
},
|
||||
"description": "Shared TypeScript definitions for Octokit projects",
|
||||
"dependencies": {
|
||||
"@octokit/openapi-types": "^23.0.1"
|
||||
"@octokit/openapi-types": "^24.2.0"
|
||||
},
|
||||
"repository": "github:octokit/types.ts",
|
||||
"keywords": [
|
||||
|
|
@ -26,13 +26,13 @@
|
|||
"npm-run-all2": "^7.0.0",
|
||||
"prettier": "^3.0.0",
|
||||
"semantic-release": "^24.0.0",
|
||||
"semantic-release-plugin-update-version-in-files": "^1.0.0",
|
||||
"semantic-release-plugin-update-version-in-files": "^2.0.0",
|
||||
"sort-keys": "^5.0.0",
|
||||
"typedoc": "^0.26.0",
|
||||
"typescript": "^5.0.0"
|
||||
},
|
||||
"octokit": {
|
||||
"openapi-version": "17.1.1"
|
||||
"openapi-version": "18.2.0"
|
||||
},
|
||||
"files": [
|
||||
"dist-types/**"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue