Update checked-in dependencies
This commit is contained in:
parent
36f1104e11
commit
66c3cec3e8
167 changed files with 6046 additions and 3631 deletions
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 = "12.5.0";
|
||||
export declare const VERSION = "12.6.0";
|
||||
|
|
|
|||
94
node_modules/@octokit/types/dist-types/generated/Endpoints.d.ts
generated
vendored
94
node_modules/@octokit/types/dist-types/generated/Endpoints.d.ts
generated
vendored
|
|
@ -91,6 +91,10 @@ export interface Endpoints {
|
|||
* @see https://docs.github.com/rest/apps/installations#revoke-an-installation-access-token
|
||||
*/
|
||||
"DELETE /installation/token": Operation<"/installation/token", "delete">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/activity/notifications#mark-a-thread-as-done
|
||||
*/
|
||||
"DELETE /notifications/threads/{thread_id}": Operation<"/notifications/threads/{thread_id}", "delete">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/activity/notifications#delete-a-thread-subscription
|
||||
*/
|
||||
|
|
@ -148,11 +152,11 @@ export interface Endpoints {
|
|||
*/
|
||||
"DELETE /orgs/{org}/codespaces/secrets/{secret_name}/repositories/{repository_id}": Operation<"/orgs/{org}/codespaces/secrets/{secret_name}/repositories/{repository_id}", "delete">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/copilot/copilot-for-business#remove-teams-from-the-copilot-for-business-subscription-for-an-organization
|
||||
* @see https://docs.github.com/rest/copilot/copilot-user-management#remove-teams-from-the-copilot-subscription-for-an-organization
|
||||
*/
|
||||
"DELETE /orgs/{org}/copilot/billing/selected_teams": Operation<"/orgs/{org}/copilot/billing/selected_teams", "delete">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/copilot/copilot-for-business#remove-users-from-the-copilot-for-business-subscription-for-an-organization
|
||||
* @see https://docs.github.com/rest/copilot/copilot-user-management#remove-users-from-the-copilot-subscription-for-an-organization
|
||||
*/
|
||||
"DELETE /orgs/{org}/copilot/billing/selected_users": Operation<"/orgs/{org}/copilot/billing/selected_users", "delete">;
|
||||
/**
|
||||
|
|
@ -195,6 +199,26 @@ export interface Endpoints {
|
|||
* @see https://docs.github.com/rest/migrations/orgs#unlock-an-organization-repository
|
||||
*/
|
||||
"DELETE /orgs/{org}/migrations/{migration_id}/repos/{repo_name}/lock": Operation<"/orgs/{org}/migrations/{migration_id}/repos/{repo_name}/lock", "delete">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/orgs/organization-roles#remove-all-organization-roles-for-a-team
|
||||
*/
|
||||
"DELETE /orgs/{org}/organization-roles/teams/{team_slug}": Operation<"/orgs/{org}/organization-roles/teams/{team_slug}", "delete">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/orgs/organization-roles#remove-an-organization-role-from-a-team
|
||||
*/
|
||||
"DELETE /orgs/{org}/organization-roles/teams/{team_slug}/{role_id}": Operation<"/orgs/{org}/organization-roles/teams/{team_slug}/{role_id}", "delete">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/orgs/organization-roles#remove-all-organization-roles-for-a-user
|
||||
*/
|
||||
"DELETE /orgs/{org}/organization-roles/users/{username}": Operation<"/orgs/{org}/organization-roles/users/{username}", "delete">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/orgs/organization-roles#remove-an-organization-role-from-a-user
|
||||
*/
|
||||
"DELETE /orgs/{org}/organization-roles/users/{username}/{role_id}": Operation<"/orgs/{org}/organization-roles/users/{username}/{role_id}", "delete">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/orgs/organization-roles#delete-a-custom-organization-role
|
||||
*/
|
||||
"DELETE /orgs/{org}/organization-roles/{role_id}": Operation<"/orgs/{org}/organization-roles/{role_id}", "delete">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/orgs/outside-collaborators#remove-outside-collaborator-from-an-organization
|
||||
*/
|
||||
|
|
@ -961,11 +985,11 @@ export interface Endpoints {
|
|||
*/
|
||||
"GET /orgs/{org}/codespaces/secrets/{secret_name}/repositories": Operation<"/orgs/{org}/codespaces/secrets/{secret_name}/repositories", "get">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/copilot/copilot-for-business#get-copilot-for-business-seat-information-and-settings-for-an-organization
|
||||
* @see https://docs.github.com/rest/copilot/copilot-user-management#get-copilot-seat-information-and-settings-for-an-organization
|
||||
*/
|
||||
"GET /orgs/{org}/copilot/billing": Operation<"/orgs/{org}/copilot/billing", "get">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/copilot/copilot-for-business#list-all-copilot-for-business-seat-assignments-for-an-organization
|
||||
* @see https://docs.github.com/rest/copilot/copilot-user-management#list-all-copilot-seat-assignments-for-an-organization
|
||||
*/
|
||||
"GET /orgs/{org}/copilot/billing/seats": Operation<"/orgs/{org}/copilot/billing/seats", "get">;
|
||||
/**
|
||||
|
|
@ -1057,7 +1081,7 @@ export interface Endpoints {
|
|||
*/
|
||||
"GET /orgs/{org}/members/{username}/codespaces": Operation<"/orgs/{org}/members/{username}/codespaces", "get">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/copilot/copilot-for-business#get-copilot-for-business-seat-assignment-details-for-a-user
|
||||
* @see https://docs.github.com/rest/copilot/copilot-user-management#get-copilot-seat-assignment-details-for-a-user
|
||||
*/
|
||||
"GET /orgs/{org}/members/{username}/copilot": Operation<"/orgs/{org}/members/{username}/copilot", "get">;
|
||||
/**
|
||||
|
|
@ -1080,6 +1104,26 @@ export interface Endpoints {
|
|||
* @see https://docs.github.com/rest/migrations/orgs#list-repositories-in-an-organization-migration
|
||||
*/
|
||||
"GET /orgs/{org}/migrations/{migration_id}/repositories": Operation<"/orgs/{org}/migrations/{migration_id}/repositories", "get">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/orgs/organization-roles#list-organization-fine-grained-permissions-for-an-organization
|
||||
*/
|
||||
"GET /orgs/{org}/organization-fine-grained-permissions": Operation<"/orgs/{org}/organization-fine-grained-permissions", "get">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/orgs/organization-roles#get-all-organization-roles-for-an-organization
|
||||
*/
|
||||
"GET /orgs/{org}/organization-roles": Operation<"/orgs/{org}/organization-roles", "get">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/orgs/organization-roles#get-an-organization-role
|
||||
*/
|
||||
"GET /orgs/{org}/organization-roles/{role_id}": Operation<"/orgs/{org}/organization-roles/{role_id}", "get">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/orgs/organization-roles#list-teams-that-are-assigned-to-an-organization-role
|
||||
*/
|
||||
"GET /orgs/{org}/organization-roles/{role_id}/teams": Operation<"/orgs/{org}/organization-roles/{role_id}/teams", "get">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/orgs/organization-roles#list-users-that-are-assigned-to-an-organization-role
|
||||
*/
|
||||
"GET /orgs/{org}/organization-roles/{role_id}/users": Operation<"/orgs/{org}/organization-roles/{role_id}/users", "get">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/orgs/outside-collaborators#list-outside-collaborators-for-an-organization
|
||||
*/
|
||||
|
|
@ -1449,7 +1493,7 @@ export interface Endpoints {
|
|||
*/
|
||||
"GET /repos/{owner}/{repo}/assignees/{assignee}": Operation<"/repos/{owner}/{repo}/assignees/{assignee}", "get">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/repos/autolinks#list-all-autolinks-of-a-repository
|
||||
* @see https://docs.github.com/rest/repos/autolinks#get-all-autolinks-of-a-repository
|
||||
*/
|
||||
"GET /repos/{owner}/{repo}/autolinks": Operation<"/repos/{owner}/{repo}/autolinks", "get">;
|
||||
/**
|
||||
|
|
@ -1937,6 +1981,10 @@ export interface Endpoints {
|
|||
* @see https://docs.github.com/rest/pages/pages#get-apiname-pages-build
|
||||
*/
|
||||
"GET /repos/{owner}/{repo}/pages/builds/{build_id}": Operation<"/repos/{owner}/{repo}/pages/builds/{build_id}", "get">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/pages/pages#get-the-status-of-a-github-pages-deployment
|
||||
*/
|
||||
"GET /repos/{owner}/{repo}/pages/deployments/{pages_deployment_id}": Operation<"/repos/{owner}/{repo}/pages/deployments/{pages_deployment_id}", "get">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/pages/pages#get-a-dns-health-check-for-github-pages
|
||||
*/
|
||||
|
|
@ -2621,6 +2669,10 @@ export interface Endpoints {
|
|||
* @see https://docs.github.com/rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization
|
||||
*/
|
||||
"PATCH /orgs/{org}/hooks/{hook_id}/config": Operation<"/orgs/{org}/hooks/{hook_id}/config", "patch">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/orgs/organization-roles#update-a-custom-organization-role
|
||||
*/
|
||||
"PATCH /orgs/{org}/organization-roles/{role_id}": Operation<"/orgs/{org}/organization-roles/{role_id}", "patch">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/orgs/custom-properties#create-or-update-custom-properties-for-an-organization
|
||||
*/
|
||||
|
|
@ -2737,6 +2789,10 @@ export interface Endpoints {
|
|||
* @see https://docs.github.com/rest/issues/milestones#update-a-milestone
|
||||
*/
|
||||
"PATCH /repos/{owner}/{repo}/milestones/{milestone_number}": Operation<"/repos/{owner}/{repo}/milestones/{milestone_number}", "patch">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/repos/custom-properties#create-or-update-custom-property-values-for-a-repository
|
||||
*/
|
||||
"PATCH /repos/{owner}/{repo}/properties/values": Operation<"/repos/{owner}/{repo}/properties/values", "patch">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/pulls/comments#update-a-review-comment-for-a-pull-request
|
||||
*/
|
||||
|
|
@ -2862,11 +2918,11 @@ export interface Endpoints {
|
|||
*/
|
||||
"POST /orgs/{org}/codespaces/access/selected_users": Operation<"/orgs/{org}/codespaces/access/selected_users", "post">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/copilot/copilot-for-business#add-teams-to-the-copilot-for-business-subscription-for-an-organization
|
||||
* @see https://docs.github.com/rest/copilot/copilot-user-management#add-teams-to-the-copilot-subscription-for-an-organization
|
||||
*/
|
||||
"POST /orgs/{org}/copilot/billing/selected_teams": Operation<"/orgs/{org}/copilot/billing/selected_teams", "post">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/copilot/copilot-for-business#add-users-to-the-copilot-for-business-subscription-for-an-organization
|
||||
* @see https://docs.github.com/rest/copilot/copilot-user-management#add-users-to-the-copilot-subscription-for-an-organization
|
||||
*/
|
||||
"POST /orgs/{org}/copilot/billing/selected_users": Operation<"/orgs/{org}/copilot/billing/selected_users", "post">;
|
||||
/**
|
||||
|
|
@ -2893,6 +2949,10 @@ export interface Endpoints {
|
|||
* @see https://docs.github.com/rest/migrations/orgs#start-an-organization-migration
|
||||
*/
|
||||
"POST /orgs/{org}/migrations": Operation<"/orgs/{org}/migrations", "post">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/orgs/organization-roles#create-a-custom-organization-role
|
||||
*/
|
||||
"POST /orgs/{org}/organization-roles": Operation<"/orgs/{org}/organization-roles", "post">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/packages/packages#restore-a-package-for-an-organization
|
||||
*/
|
||||
|
|
@ -3208,7 +3268,11 @@ export interface Endpoints {
|
|||
/**
|
||||
* @see https://docs.github.com/rest/pages/pages#create-a-github-pages-deployment
|
||||
*/
|
||||
"POST /repos/{owner}/{repo}/pages/deployment": Operation<"/repos/{owner}/{repo}/pages/deployment", "post">;
|
||||
"POST /repos/{owner}/{repo}/pages/deployments": Operation<"/repos/{owner}/{repo}/pages/deployments", "post">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/pages/pages#cancel-a-github-pages-deployment
|
||||
*/
|
||||
"POST /repos/{owner}/{repo}/pages/deployments/{pages_deployment_id}/cancel": Operation<"/repos/{owner}/{repo}/pages/deployments/{pages_deployment_id}/cancel", "post">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/projects/projects#create-a-repository-project
|
||||
*/
|
||||
|
|
@ -3273,6 +3337,10 @@ export interface Endpoints {
|
|||
* @see https://docs.github.com/rest/security-advisories/repository-advisories#request-a-cve-for-a-repository-security-advisory
|
||||
*/
|
||||
"POST /repos/{owner}/{repo}/security-advisories/{ghsa_id}/cve": Operation<"/repos/{owner}/{repo}/security-advisories/{ghsa_id}/cve", "post">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/security-advisories/repository-advisories#create-a-temporary-private-fork
|
||||
*/
|
||||
"POST /repos/{owner}/{repo}/security-advisories/{ghsa_id}/forks": Operation<"/repos/{owner}/{repo}/security-advisories/{ghsa_id}/forks", "post">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/commits/statuses#create-a-commit-status
|
||||
*/
|
||||
|
|
@ -3485,6 +3553,14 @@ export interface Endpoints {
|
|||
* @see https://docs.github.com/rest/orgs/members#set-organization-membership-for-a-user
|
||||
*/
|
||||
"PUT /orgs/{org}/memberships/{username}": Operation<"/orgs/{org}/memberships/{username}", "put">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/orgs/organization-roles#assign-an-organization-role-to-a-team
|
||||
*/
|
||||
"PUT /orgs/{org}/organization-roles/teams/{team_slug}/{role_id}": Operation<"/orgs/{org}/organization-roles/teams/{team_slug}/{role_id}", "put">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/orgs/organization-roles#assign-an-organization-role-to-a-user
|
||||
*/
|
||||
"PUT /orgs/{org}/organization-roles/users/{username}/{role_id}": Operation<"/orgs/{org}/organization-roles/users/{username}/{role_id}", "put">;
|
||||
/**
|
||||
* @see https://docs.github.com/rest/orgs/outside-collaborators#convert-an-organization-member-to-outside-collaborator
|
||||
*/
|
||||
|
|
|
|||
2
node_modules/@octokit/types/node_modules/@octokit/openapi-types/README.md
generated
vendored
2
node_modules/@octokit/types/node_modules/@octokit/openapi-types/README.md
generated
vendored
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
> Generated TypeScript definitions based on GitHub's OpenAPI spec
|
||||
|
||||
This package is continously updated based on [GitHub's OpenAPI specification](https://github.com/github/rest-api-description/)
|
||||
This package is continuously updated based on [GitHub's OpenAPI specification](https://github.com/github/rest-api-description/)
|
||||
|
||||
## Usage
|
||||
|
||||
|
|
|
|||
4
node_modules/@octokit/types/node_modules/@octokit/openapi-types/package.json
generated
vendored
4
node_modules/@octokit/types/node_modules/@octokit/openapi-types/package.json
generated
vendored
|
|
@ -9,12 +9,12 @@
|
|||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"version": "19.1.0",
|
||||
"version": "20.0.0",
|
||||
"main": "",
|
||||
"types": "types.d.ts",
|
||||
"author": "Gregor Martynus (https://twitter.com/gr2m)",
|
||||
"license": "MIT",
|
||||
"octokit": {
|
||||
"openapi-version": "13.3.0"
|
||||
"openapi-version": "14.0.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
8128
node_modules/@octokit/types/node_modules/@octokit/openapi-types/types.d.ts
generated
vendored
8128
node_modules/@octokit/types/node_modules/@octokit/openapi-types/types.d.ts
generated
vendored
File diff suppressed because it is too large
Load diff
6
node_modules/@octokit/types/package.json
generated
vendored
6
node_modules/@octokit/types/package.json
generated
vendored
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "@octokit/types",
|
||||
"version": "12.5.0",
|
||||
"version": "12.6.0",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"description": "Shared TypeScript definitions for Octokit projects",
|
||||
"dependencies": {
|
||||
"@octokit/openapi-types": "^19.1.0"
|
||||
"@octokit/openapi-types": "^20.0.0"
|
||||
},
|
||||
"repository": "github:octokit/types.ts",
|
||||
"keywords": [
|
||||
|
|
@ -36,7 +36,7 @@
|
|||
"typescript": "^5.0.0"
|
||||
},
|
||||
"octokit": {
|
||||
"openapi-version": "13.3.0"
|
||||
"openapi-version": "14.0.0"
|
||||
},
|
||||
"files": [
|
||||
"dist-types/**"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue