From e94662fcd740bd0e4f35df832b300be4ab6c05e8 Mon Sep 17 00:00:00 2001 From: Octokit Bot Date: Fri, 9 Jun 2023 13:28:09 -0500 Subject: [PATCH] feat: new `/orgs/{org}/actions/runners/generate-jitconfig` endpoint, and documentation updates (#645) --- ...ddCustomLabelsToSelfHostedRunnerForRepo.md | 2 +- docs/actions/approveWorkflowRun.md | 2 +- docs/actions/cancelWorkflowRun.md | 2 +- .../createOrUpdateEnvironmentSecret.md | 8 +- docs/actions/createOrUpdateRepoSecret.md | 10 +- .../actions/createRegistrationTokenForRepo.md | 2 +- docs/actions/createRemoveTokenForRepo.md | 2 +- docs/actions/createRepoVariable.md | 2 +- docs/actions/createWorkflowDispatch.md | 2 +- docs/actions/deleteActionsCacheById.md | 2 +- docs/actions/deleteActionsCacheByKey.md | 2 +- docs/actions/deleteArtifact.md | 2 +- docs/actions/deleteRepoSecret.md | 2 +- docs/actions/deleteRepoVariable.md | 2 +- .../actions/deleteSelfHostedRunnerFromRepo.md | 2 +- docs/actions/deleteWorkflowRun.md | 2 +- docs/actions/deleteWorkflowRunLogs.md | 2 +- docs/actions/disableWorkflow.md | 2 +- docs/actions/downloadArtifact.md | 2 +- docs/actions/downloadJobLogsForWorkflowRun.md | 2 +- .../actions/downloadWorkflowRunAttemptLogs.md | 2 +- docs/actions/downloadWorkflowRunLogs.md | 2 +- docs/actions/enableWorkflow.md | 2 +- docs/actions/generateRunnerJitconfigForOrg.md | 63 + .../actions/generateRunnerJitconfigForRepo.md | 69 + docs/actions/getActionsCacheList.md | 2 +- docs/actions/getActionsCacheUsage.md | 2 +- docs/actions/getAllowedActionsRepository.md | 2 +- docs/actions/getArtifact.md | 2 +- ...onsDefaultWorkflowPermissionsRepository.md | 2 +- .../getGithubActionsPermissionsRepository.md | 2 +- docs/actions/getJobForWorkflowRun.md | 2 +- docs/actions/getPendingDeploymentsForRun.md | 2 +- docs/actions/getRepoPermissions.md | 2 +- docs/actions/getRepoPublicKey.md | 2 +- docs/actions/getRepoRequiredWorkflow.md | 2 +- docs/actions/getRepoRequiredWorkflowUsage.md | 2 +- docs/actions/getRepoSecret.md | 2 +- docs/actions/getRepoVariable.md | 2 +- docs/actions/getReviewsForRun.md | 2 +- docs/actions/getSelfHostedRunnerForRepo.md | 2 +- docs/actions/getWorkflow.md | 2 +- docs/actions/getWorkflowAccessToRepository.md | 2 +- docs/actions/getWorkflowRun.md | 2 +- docs/actions/getWorkflowRunAttempt.md | 2 +- docs/actions/getWorkflowRunUsage.md | 2 +- docs/actions/getWorkflowUsage.md | 2 +- docs/actions/listArtifactsForRepo.md | 2 +- docs/actions/listJobsForWorkflowRun.md | 2 +- docs/actions/listJobsForWorkflowRunAttempt.md | 2 +- .../listLabelsForSelfHostedRunnerForRepo.md | 2 +- docs/actions/listRepoOrganizationSecrets.md | 2 +- docs/actions/listRepoOrganizationVariables.md | 2 +- docs/actions/listRepoRequiredWorkflows.md | 2 +- docs/actions/listRepoSecrets.md | 2 +- docs/actions/listRepoVariables.md | 2 +- docs/actions/listRepoWorkflows.md | 2 +- docs/actions/listRequiredWorkflowRuns.md | 2 +- docs/actions/listRunnerApplicationsForRepo.md | 2 +- docs/actions/listSelfHostedRunnersForRepo.md | 2 +- docs/actions/listWorkflowRunArtifacts.md | 2 +- docs/actions/listWorkflowRuns.md | 2 +- docs/actions/listWorkflowRunsForRepo.md | 2 +- docs/actions/reRunJobForWorkflowRun.md | 2 +- docs/actions/reRunWorkflow.md | 2 +- docs/actions/reRunWorkflowFailedJobs.md | 2 +- ...CustomLabelsFromSelfHostedRunnerForRepo.md | 2 +- ...eCustomLabelFromSelfHostedRunnerForRepo.md | 2 +- docs/actions/reviewCustomGatesForRun.md | 2 +- .../actions/reviewPendingDeploymentsForRun.md | 2 +- docs/actions/setAllowedActionsRepository.md | 2 +- ...tCustomLabelsForSelfHostedRunnerForRepo.md | 2 +- ...onsDefaultWorkflowPermissionsRepository.md | 2 +- .../setGithubActionsPermissionsRepository.md | 2 +- docs/actions/setWorkflowAccessToRepository.md | 2 +- docs/actions/updateRepoVariable.md | 2 +- .../checkRepoIsStarredByAuthenticatedUser.md | 2 +- docs/activity/deleteRepoSubscription.md | 2 +- docs/activity/getRepoSubscription.md | 2 +- .../listPublicEventsForRepoNetwork.md | 2 +- docs/activity/listRepoEvents.md | 2 +- ...stRepoNotificationsForAuthenticatedUser.md | 2 +- docs/activity/listStargazersForRepo.md | 2 +- docs/activity/listWatchersForRepo.md | 2 +- docs/activity/markRepoNotificationsAsRead.md | 2 +- docs/activity/setRepoSubscription.md | 2 +- docs/activity/starRepoForAuthenticatedUser.md | 2 +- .../unstarRepoForAuthenticatedUser.md | 2 +- docs/apps/getRepoInstallation.md | 2 +- docs/apps/removeRepoFromInstallation.md | 2 +- ...epoFromInstallationForAuthenticatedUser.md | 2 +- docs/checks/create.md | 2 +- docs/checks/createSuite.md | 2 +- docs/checks/get.md | 2 +- docs/checks/getSuite.md | 2 +- docs/checks/listAnnotations.md | 2 +- docs/checks/listForRef.md | 2 +- docs/checks/listForSuite.md | 2 +- docs/checks/listSuitesForRef.md | 2 +- docs/checks/rerequestRun.md | 2 +- docs/checks/rerequestSuite.md | 2 +- docs/checks/setSuitesPreferences.md | 2 +- docs/checks/update.md | 2 +- docs/codeScanning/deleteAnalysis.md | 2 +- docs/codeScanning/getAlert.md | 2 +- docs/codeScanning/getAnalysis.md | 2 +- docs/codeScanning/getCodeqlDatabase.md | 2 +- docs/codeScanning/getDefaultSetup.md | 2 +- docs/codeScanning/getSarif.md | 2 +- docs/codeScanning/listAlertInstances.md | 2 +- docs/codeScanning/listAlertsInstances.md | 2 +- docs/codeScanning/listCodeqlDatabases.md | 2 +- docs/codeScanning/listRecentAnalyses.md | 2 +- docs/codeScanning/updateAlert.md | 2 +- docs/codeScanning/updateDefaultSetup.md | 2 +- docs/codeScanning/uploadSarif.md | 2 +- docs/codespaces/createForAuthenticatedUser.md | 5 + docs/codespaces/createOrUpdateOrgSecret.md | 8 +- docs/codespaces/createOrUpdateRepoSecret.md | 2 +- ...reateOrUpdateSecretForAuthenticatedUser.md | 8 +- .../createWithPrForAuthenticatedUser.md | 7 +- .../createWithRepoForAuthenticatedUser.md | 7 +- docs/codespaces/deleteRepoSecret.md | 2 +- docs/codespaces/getRepoPublicKey.md | 2 +- docs/codespaces/getRepoSecret.md | 2 +- ...tainersInRepositoryForAuthenticatedUser.md | 2 +- .../listInRepositoryForAuthenticatedUser.md | 2 +- docs/codespaces/listRepoSecrets.md | 2 +- .../preFlightWithRepoForAuthenticatedUser.md | 2 +- .../repoMachinesForAuthenticatedUser.md | 2 +- docs/dependabot/createOrUpdateRepoSecret.md | 10 +- docs/dependabot/deleteRepoSecret.md | 2 +- docs/dependabot/getAlert.md | 2 +- docs/dependabot/getRepoPublicKey.md | 2 +- docs/dependabot/getRepoSecret.md | 2 +- docs/dependabot/listAlertsForRepo.md | 2 +- docs/dependabot/listRepoSecrets.md | 2 +- docs/dependabot/updateAlert.md | 4 +- .../createRepositorySnapshot.md | 2 +- docs/dependencyGraph/diffRange.md | 2 +- docs/dependencyGraph/exportSbom.md | 2 +- docs/git/createBlob.md | 2 +- docs/git/createCommit.md | 2 +- docs/git/createRef.md | 5 +- docs/git/createTag.md | 2 +- docs/git/createTree.md | 2 +- docs/git/deleteRef.md | 2 +- docs/git/getBlob.md | 2 +- docs/git/getCommit.md | 2 +- docs/git/getRef.md | 2 +- docs/git/getTag.md | 2 +- docs/git/getTree.md | 2 +- docs/git/listMatchingRefs.md | 2 +- docs/git/updateRef.md | 2 +- docs/interactions/getRestrictionsForRepo.md | 2 +- .../interactions/removeRestrictionsForRepo.md | 2 +- docs/interactions/setRestrictionsForRepo.md | 2 +- docs/issues/addAssignees.md | 2 +- docs/issues/addLabels.md | 4 +- docs/issues/checkUserCanBeAssigned.md | 2 +- docs/issues/checkUserCanBeAssignedToIssue.md | 2 +- docs/issues/create.md | 2 +- docs/issues/createComment.md | 2 +- docs/issues/createLabel.md | 4 +- docs/issues/createMilestone.md | 4 +- docs/issues/deleteComment.md | 2 +- docs/issues/deleteLabel.md | 4 +- docs/issues/deleteMilestone.md | 4 +- docs/issues/get.md | 2 +- docs/issues/getComment.md | 2 +- docs/issues/getEvent.md | 4 +- docs/issues/getLabel.md | 4 +- docs/issues/getMilestone.md | 4 +- docs/issues/listAssignees.md | 2 +- docs/issues/listComments.md | 2 +- docs/issues/listCommentsForRepo.md | 2 +- docs/issues/listEvents.md | 4 +- docs/issues/listEventsForRepo.md | 4 +- docs/issues/listEventsForTimeline.md | 4 +- docs/issues/listForRepo.md | 2 +- docs/issues/listLabelsForMilestone.md | 4 +- docs/issues/listLabelsForRepo.md | 4 +- docs/issues/listLabelsOnIssue.md | 4 +- docs/issues/listMilestones.md | 4 +- docs/issues/lock.md | 2 +- docs/issues/removeAllLabels.md | 4 +- docs/issues/removeLabel.md | 2 +- docs/issues/setLabels.md | 2 +- docs/issues/unlock.md | 2 +- docs/issues/update.md | 2 +- docs/issues/updateComment.md | 2 +- docs/issues/updateLabel.md | 4 +- docs/issues/updateMilestone.md | 2 +- docs/licenses/getForRepo.md | 2 +- docs/meta/get.md | 2 + docs/migrations/cancelImport.md | 2 +- docs/migrations/getCommitAuthors.md | 2 +- docs/migrations/getImportStatus.md | 2 +- docs/migrations/getLargeFiles.md | 2 +- docs/migrations/mapCommitAuthor.md | 2 +- docs/migrations/setLfsPreference.md | 2 +- docs/migrations/startImport.md | 2 +- docs/migrations/updateImport.md | 2 +- docs/orgs/checkPublicMembershipForUser.md | 2 + .../orgs/getMembershipForAuthenticatedUser.md | 2 + .../listMembershipsForAuthenticatedUser.md | 2 + ...ovePublicMembershipForAuthenticatedUser.md | 2 + docs/orgs/update.md | 2 +- .../updateMembershipForAuthenticatedUser.md | 2 + docs/projects/createColumn.md | 2 + docs/projects/createForRepo.md | 2 +- docs/projects/deleteCard.md | 2 + docs/projects/deleteColumn.md | 2 + docs/projects/getCard.md | 2 + docs/projects/getColumn.md | 2 + docs/projects/listCards.md | 2 + docs/projects/listColumns.md | 2 + docs/projects/listForRepo.md | 2 +- docs/projects/listForUser.md | 2 + docs/pulls/checkIfMerged.md | 2 +- docs/pulls/create.md | 2 +- docs/pulls/createReplyForReviewComment.md | 2 +- docs/pulls/createReview.md | 2 +- docs/pulls/createReviewComment.md | 9 +- docs/pulls/deletePendingReview.md | 2 +- docs/pulls/deleteReviewComment.md | 2 +- docs/pulls/dismissReview.md | 2 +- docs/pulls/get.md | 2 +- docs/pulls/getReview.md | 2 +- docs/pulls/getReviewComment.md | 2 +- docs/pulls/list.md | 2 +- docs/pulls/listCommentsForReview.md | 2 +- docs/pulls/listCommits.md | 2 +- docs/pulls/listFiles.md | 2 +- docs/pulls/listRequestedReviewers.md | 2 +- docs/pulls/listReviewComments.md | 2 +- docs/pulls/listReviewCommentsForRepo.md | 2 +- docs/pulls/listReviews.md | 2 +- docs/pulls/merge.md | 2 +- docs/pulls/removeRequestedReviewers.md | 2 +- docs/pulls/submitReview.md | 2 +- docs/pulls/update.md | 2 +- docs/pulls/updateBranch.md | 2 +- docs/pulls/updateReview.md | 2 +- docs/pulls/updateReviewComment.md | 2 +- docs/reactions/createForCommitComment.md | 2 +- docs/reactions/createForIssue.md | 2 +- docs/reactions/createForIssueComment.md | 2 +- .../createForPullRequestReviewComment.md | 2 +- docs/reactions/createForRelease.md | 2 +- docs/reactions/deleteForCommitComment.md | 2 +- docs/reactions/deleteForIssue.md | 2 +- docs/reactions/deleteForIssueComment.md | 2 +- docs/reactions/deleteForPullRequestComment.md | 2 +- docs/reactions/deleteForRelease.md | 2 +- docs/reactions/listForCommitComment.md | 2 +- docs/reactions/listForIssue.md | 2 +- docs/reactions/listForIssueComment.md | 2 +- .../listForPullRequestReviewComment.md | 2 +- docs/reactions/listForRelease.md | 2 +- docs/repos/addAppAccessRestrictions.md | 2 +- docs/repos/addCollaborator.md | 2 +- docs/repos/addStatusCheckContexts.md | 2 +- docs/repos/addTeamAccessRestrictions.md | 2 +- docs/repos/addUserAccessRestrictions.md | 2 +- docs/repos/checkCollaborator.md | 2 +- docs/repos/checkVulnerabilityAlerts.md | 2 +- docs/repos/codeownersErrors.md | 2 +- docs/repos/compareCommitsWithBasehead.md | 2 +- docs/repos/createAutolink.md | 2 +- docs/repos/createCommitComment.md | 2 +- docs/repos/createCommitSignatureProtection.md | 2 +- docs/repos/createCommitStatus.md | 2 +- docs/repos/createDeployKey.md | 2 +- docs/repos/createDeployment.md | 2 +- docs/repos/createDeploymentBranchPolicy.md | 2 +- docs/repos/createDeploymentProtectionRule.md | 2 +- docs/repos/createDeploymentStatus.md | 2 +- docs/repos/createDispatchEvent.md | 2 +- docs/repos/createFork.md | 2 +- docs/repos/createOrUpdateEnvironment.md | 2 +- docs/repos/createOrUpdateFileContents.md | 2 +- docs/repos/createPagesDeployment.md | 2 +- docs/repos/createPagesSite.md | 2 +- docs/repos/createRelease.md | 2 +- docs/repos/createRepoRuleset.md | 2 +- docs/repos/createTagProtection.md | 2 +- docs/repos/createWebhook.md | 2 +- docs/repos/delete.md | 2 +- docs/repos/deleteAccessRestrictions.md | 2 +- docs/repos/deleteAdminBranchProtection.md | 2 +- docs/repos/deleteAnEnvironment.md | 2 +- docs/repos/deleteAutolink.md | 2 +- docs/repos/deleteBranchProtection.md | 2 +- docs/repos/deleteCommitComment.md | 2 +- docs/repos/deleteCommitSignatureProtection.md | 2 +- docs/repos/deleteDeployKey.md | 2 +- docs/repos/deleteDeployment.md | 2 +- docs/repos/deleteDeploymentBranchPolicy.md | 2 +- docs/repos/deleteFile.md | 2 +- docs/repos/deleteInvitation.md | 2 +- docs/repos/deletePagesSite.md | 2 +- .../deletePullRequestReviewProtection.md | 2 +- docs/repos/deleteRelease.md | 2 +- docs/repos/deleteReleaseAsset.md | 2 +- docs/repos/deleteRepoRuleset.md | 2 +- docs/repos/deleteTagProtection.md | 2 +- docs/repos/deleteWebhook.md | 2 +- docs/repos/disableAutomatedSecurityFixes.md | 2 +- docs/repos/disableDeploymentProtectionRule.md | 2 +- docs/repos/disableLfsForRepo.md | 2 +- docs/repos/disableVulnerabilityAlerts.md | 2 +- docs/repos/downloadArchive.md | 2 +- docs/repos/downloadTarballArchive.md | 2 +- docs/repos/downloadZipballArchive.md | 2 +- docs/repos/enableAutomatedSecurityFixes.md | 2 +- docs/repos/enableLfsForRepo.md | 2 +- docs/repos/enableVulnerabilityAlerts.md | 2 +- docs/repos/generateReleaseNotes.md | 2 +- docs/repos/get.md | 2 +- docs/repos/getAccessRestrictions.md | 2 +- docs/repos/getAdminBranchProtection.md | 2 +- docs/repos/getAllDeploymentProtectionRules.md | 2 +- docs/repos/getAllEnvironments.md | 2 +- docs/repos/getAllStatusCheckContexts.md | 2 +- docs/repos/getAllTopics.md | 2 +- .../getAppsWithAccessToProtectedBranch.md | 2 +- docs/repos/getAutolink.md | 2 +- docs/repos/getBranch.md | 2 +- docs/repos/getBranchProtection.md | 2 +- docs/repos/getBranchRules.md | 12 +- docs/repos/getClones.md | 2 +- docs/repos/getCodeFrequencyStats.md | 2 +- docs/repos/getCollaboratorPermissionLevel.md | 2 +- docs/repos/getCombinedStatusForRef.md | 2 +- docs/repos/getCommit.md | 2 +- docs/repos/getCommitActivityStats.md | 2 +- docs/repos/getCommitComment.md | 2 +- docs/repos/getCommitSignatureProtection.md | 2 +- docs/repos/getCommunityProfileMetrics.md | 2 +- docs/repos/getContent.md | 2 +- docs/repos/getContributorsStats.md | 2 +- .../getCustomDeploymentProtectionRule.md | 2 +- docs/repos/getDeployKey.md | 2 +- docs/repos/getDeployment.md | 2 +- docs/repos/getDeploymentBranchPolicy.md | 2 +- docs/repos/getDeploymentStatus.md | 2 +- docs/repos/getEnvironment.md | 2 +- docs/repos/getLatestPagesBuild.md | 2 +- docs/repos/getLatestRelease.md | 2 +- docs/repos/getOrgRulesets.md | 10 + docs/repos/getPages.md | 2 +- docs/repos/getPagesBuild.md | 2 +- docs/repos/getPagesHealthCheck.md | 2 +- docs/repos/getParticipationStats.md | 4 +- docs/repos/getPullRequestReviewProtection.md | 2 +- docs/repos/getPunchCardStats.md | 2 +- docs/repos/getReadme.md | 2 +- docs/repos/getReadmeInDirectory.md | 2 +- docs/repos/getRelease.md | 2 +- docs/repos/getReleaseAsset.md | 2 +- docs/repos/getReleaseByTag.md | 2 +- docs/repos/getRepoRuleset.md | 2 +- docs/repos/getRepoRulesets.md | 12 +- docs/repos/getStatusChecksProtection.md | 2 +- .../getTeamsWithAccessToProtectedBranch.md | 2 +- docs/repos/getTopPaths.md | 2 +- docs/repos/getTopReferrers.md | 2 +- .../getUsersWithAccessToProtectedBranch.md | 2 +- docs/repos/getViews.md | 2 +- docs/repos/getWebhook.md | 2 +- docs/repos/getWebhookConfigForRepo.md | 2 +- docs/repos/getWebhookDelivery.md | 2 +- docs/repos/listAutolinks.md | 2 +- docs/repos/listBranches.md | 2 +- docs/repos/listBranchesForHeadCommit.md | 2 +- docs/repos/listCollaborators.md | 2 +- docs/repos/listCommentsForCommit.md | 2 +- docs/repos/listCommitCommentsForRepo.md | 2 +- docs/repos/listCommitStatusesForRef.md | 2 +- docs/repos/listCommits.md | 2 +- docs/repos/listContributors.md | 2 +- .../listCustomDeploymentRuleIntegrations.md | 2 +- docs/repos/listDeployKeys.md | 2 +- docs/repos/listDeploymentBranchPolicies.md | 2 +- docs/repos/listDeploymentStatuses.md | 2 +- docs/repos/listDeployments.md | 2 +- docs/repos/listForks.md | 2 +- docs/repos/listInvitations.md | 2 +- docs/repos/listLanguages.md | 2 +- docs/repos/listPagesBuilds.md | 2 +- .../listPullRequestsAssociatedWithCommit.md | 2 +- docs/repos/listReleaseAssets.md | 2 +- docs/repos/listReleases.md | 2 +- docs/repos/listTagProtection.md | 2 +- docs/repos/listTags.md | 2 +- docs/repos/listTeams.md | 13 +- docs/repos/listWebhookDeliveries.md | 2 +- docs/repos/listWebhooks.md | 2 +- docs/repos/merge.md | 2 +- docs/repos/mergeUpstream.md | 2 +- docs/repos/pingWebhook.md | 2 +- docs/repos/redeliverWebhookDelivery.md | 2 +- docs/repos/removeAppAccessRestrictions.md | 2 +- docs/repos/removeCollaborator.md | 26 +- docs/repos/removeStatusCheckContexts.md | 2 +- docs/repos/removeStatusCheckProtection.md | 2 +- docs/repos/removeTeamAccessRestrictions.md | 2 +- docs/repos/removeUserAccessRestrictions.md | 2 +- docs/repos/renameBranch.md | 2 +- docs/repos/replaceAllTopics.md | 2 +- docs/repos/requestPagesBuild.md | 2 +- docs/repos/setAdminBranchProtection.md | 2 +- docs/repos/setAppAccessRestrictions.md | 2 +- docs/repos/setStatusCheckContexts.md | 2 +- docs/repos/setTeamAccessRestrictions.md | 2 +- docs/repos/setUserAccessRestrictions.md | 2 +- docs/repos/testPushWebhook.md | 2 +- docs/repos/transfer.md | 2 +- docs/repos/update.md | 2 +- docs/repos/updateBranchProtection.md | 2 +- docs/repos/updateCommitComment.md | 2 +- docs/repos/updateDeploymentBranchPolicy.md | 2 +- docs/repos/updateInformationAboutPagesSite.md | 2 +- docs/repos/updateInvitation.md | 2 +- .../updatePullRequestReviewProtection.md | 2 +- docs/repos/updateRelease.md | 2 +- docs/repos/updateReleaseAsset.md | 2 +- docs/repos/updateRepoRuleset.md | 2 +- docs/repos/updateStatusCheckPotection.md | 2 +- docs/repos/updateStatusCheckProtection.md | 2 +- docs/repos/updateWebhook.md | 2 +- docs/repos/updateWebhookConfigForRepo.md | 2 +- docs/repos/uploadReleaseAsset.md | 2 +- docs/secretScanning/getAlert.md | 2 +- docs/secretScanning/listAlertsForRepo.md | 2 +- docs/secretScanning/listLocationsForAlert.md | 2 +- docs/secretScanning/updateAlert.md | 2 +- .../createPrivateVulnerabilityReport.md | 2 +- .../createRepositoryAdvisory.md | 2 +- .../getRepositoryAdvisory.md | 2 +- .../listRepositoryAdvisories.md | 2 +- .../updateRepositoryAdvisory.md | 2 +- docs/teams/addOrUpdateRepoPermissionsInOrg.md | 2 +- docs/teams/checkPermissionsForRepoInOrg.md | 2 +- docs/teams/removeRepoInOrg.md | 2 +- docs/users/getAuthenticated.md | 2 +- package-lock.json | 6609 ++++++++++++++++- package.json | 2 +- .../update-endpoints/generated/endpoints.json | 1350 ++-- scripts/update-endpoints/types.js | 6 +- src/generated/endpoints.ts | 6 + src/generated/method-types.ts | 238 +- .../parameters-and-response-types.ts | 16 + 454 files changed, 8379 insertions(+), 1028 deletions(-) create mode 100644 docs/actions/generateRunnerJitconfigForOrg.md create mode 100644 docs/actions/generateRunnerJitconfigForRepo.md diff --git a/docs/actions/addCustomLabelsToSelfHostedRunnerForRepo.md b/docs/actions/addCustomLabelsToSelfHostedRunnerForRepo.md index cfcaad261..f84f99f18 100644 --- a/docs/actions/addCustomLabelsToSelfHostedRunnerForRepo.md +++ b/docs/actions/addCustomLabelsToSelfHostedRunnerForRepo.md @@ -40,7 +40,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. runner_idyes diff --git a/docs/actions/approveWorkflowRun.md b/docs/actions/approveWorkflowRun.md index 0d3b2da9f..250a038e3 100644 --- a/docs/actions/approveWorkflowRun.md +++ b/docs/actions/approveWorkflowRun.md @@ -38,7 +38,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. run_idyes diff --git a/docs/actions/cancelWorkflowRun.md b/docs/actions/cancelWorkflowRun.md index a1014be19..6f5064599 100644 --- a/docs/actions/cancelWorkflowRun.md +++ b/docs/actions/cancelWorkflowRun.md @@ -36,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. run_idyes diff --git a/docs/actions/createOrUpdateEnvironmentSecret.md b/docs/actions/createOrUpdateEnvironmentSecret.md index fce328f33..67f78a60c 100644 --- a/docs/actions/createOrUpdateEnvironmentSecret.md +++ b/docs/actions/createOrUpdateEnvironmentSecret.md @@ -13,7 +13,7 @@ Creates or updates an environment secret with an encrypted value. Encrypt your s token with the `repo` scope to use this endpoint. GitHub Apps must have the `secrets` repository permission to use this endpoint. -#### Example encrypting a secret using Node.js +**Example encrypting a secret using Node.js** Encrypt your secret using the [libsodium-wrappers](https://www.npmjs.com/package/libsodium-wrappers) library. @@ -38,7 +38,7 @@ sodium.ready.then(() => { }); ``` -#### Example encrypting a secret using Python +**Example encrypting a secret using Python** Encrypt your secret using [pynacl](https://pynacl.readthedocs.io/en/latest/public/#nacl-public-sealedbox) with Python 3. @@ -54,7 +54,7 @@ def encrypt(public_key: str, secret_value: str) -> str: return b64encode(encrypted).decode("utf-8") ``` -#### Example encrypting a secret using C# +**Example encrypting a secret using C#** Encrypt your secret using the [Sodium.Core](https://www.nuget.org/packages/Sodium.Core/) package. @@ -67,7 +67,7 @@ var sealedPublicKeyBox = Sodium.SealedPublicKeyBox.Create(secretValue, publicKey Console.WriteLine(Convert.ToBase64String(sealedPublicKeyBox)); ``` -#### Example encrypting a secret using Ruby +**Example encrypting a secret using Ruby** Encrypt your secret using the [rbnacl](https://github.com/RubyCrypto/rbnacl) gem. diff --git a/docs/actions/createOrUpdateRepoSecret.md b/docs/actions/createOrUpdateRepoSecret.md index 622ab5ab8..5ff3a0396 100644 --- a/docs/actions/createOrUpdateRepoSecret.md +++ b/docs/actions/createOrUpdateRepoSecret.md @@ -13,7 +13,7 @@ Creates or updates a repository secret with an encrypted value. Encrypt your sec token with the `repo` scope to use this endpoint. GitHub Apps must have the `secrets` repository permission to use this endpoint. -#### Example encrypting a secret using Node.js +**Example encrypting a secret using Node.js** Encrypt your secret using the [libsodium-wrappers](https://www.npmjs.com/package/libsodium-wrappers) library. @@ -38,7 +38,7 @@ sodium.ready.then(() => { }); ``` -#### Example encrypting a secret using Python +**Example encrypting a secret using Python** Encrypt your secret using [pynacl](https://pynacl.readthedocs.io/en/latest/public/#nacl-public-sealedbox) with Python 3. @@ -54,7 +54,7 @@ def encrypt(public_key: str, secret_value: str) -> str: return b64encode(encrypted).decode("utf-8") ``` -#### Example encrypting a secret using C# +**Example encrypting a secret using C#** Encrypt your secret using the [Sodium.Core](https://www.nuget.org/packages/Sodium.Core/) package. @@ -67,7 +67,7 @@ var sealedPublicKeyBox = Sodium.SealedPublicKeyBox.Create(secretValue, publicKey Console.WriteLine(Convert.ToBase64String(sealedPublicKeyBox)); ``` -#### Example encrypting a secret using Ruby +**Example encrypting a secret using Ruby** Encrypt your secret using the [rbnacl](https://github.com/RubyCrypto/rbnacl) gem. @@ -111,7 +111,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. secret_nameyes diff --git a/docs/actions/createRegistrationTokenForRepo.md b/docs/actions/createRegistrationTokenForRepo.md index 81abeda64..ed336bac2 100644 --- a/docs/actions/createRegistrationTokenForRepo.md +++ b/docs/actions/createRegistrationTokenForRepo.md @@ -44,7 +44,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. diff --git a/docs/actions/createRemoveTokenForRepo.md b/docs/actions/createRemoveTokenForRepo.md index c5853c408..0bca0a3ae 100644 --- a/docs/actions/createRemoveTokenForRepo.md +++ b/docs/actions/createRemoveTokenForRepo.md @@ -44,7 +44,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. diff --git a/docs/actions/createRepoVariable.md b/docs/actions/createRepoVariable.md index 2f34391ab..2356c6ee6 100644 --- a/docs/actions/createRepoVariable.md +++ b/docs/actions/createRepoVariable.md @@ -39,7 +39,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. nameyes diff --git a/docs/actions/createWorkflowDispatch.md b/docs/actions/createWorkflowDispatch.md index 03b4f448a..440f0fb47 100644 --- a/docs/actions/createWorkflowDispatch.md +++ b/docs/actions/createWorkflowDispatch.md @@ -41,7 +41,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. workflow_idyes diff --git a/docs/actions/deleteActionsCacheById.md b/docs/actions/deleteActionsCacheById.md index 6c254e2e8..22389b98d 100644 --- a/docs/actions/deleteActionsCacheById.md +++ b/docs/actions/deleteActionsCacheById.md @@ -40,7 +40,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. cache_idyes diff --git a/docs/actions/deleteActionsCacheByKey.md b/docs/actions/deleteActionsCacheByKey.md index cc090007d..0fa05d299 100644 --- a/docs/actions/deleteActionsCacheByKey.md +++ b/docs/actions/deleteActionsCacheByKey.md @@ -40,7 +40,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. keyyes diff --git a/docs/actions/deleteArtifact.md b/docs/actions/deleteArtifact.md index 1b4c89fc2..24e772011 100644 --- a/docs/actions/deleteArtifact.md +++ b/docs/actions/deleteArtifact.md @@ -36,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. artifact_idyes diff --git a/docs/actions/deleteRepoSecret.md b/docs/actions/deleteRepoSecret.md index 6987af6b3..7c8dd68a1 100644 --- a/docs/actions/deleteRepoSecret.md +++ b/docs/actions/deleteRepoSecret.md @@ -36,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. secret_nameyes diff --git a/docs/actions/deleteRepoVariable.md b/docs/actions/deleteRepoVariable.md index b21c602ce..b2e4fbdd9 100644 --- a/docs/actions/deleteRepoVariable.md +++ b/docs/actions/deleteRepoVariable.md @@ -38,7 +38,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. nameyes diff --git a/docs/actions/deleteSelfHostedRunnerFromRepo.md b/docs/actions/deleteSelfHostedRunnerFromRepo.md index 5b0d89b8d..f386f5356 100644 --- a/docs/actions/deleteSelfHostedRunnerFromRepo.md +++ b/docs/actions/deleteSelfHostedRunnerFromRepo.md @@ -39,7 +39,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. runner_idyes diff --git a/docs/actions/deleteWorkflowRun.md b/docs/actions/deleteWorkflowRun.md index 510327788..731041bac 100644 --- a/docs/actions/deleteWorkflowRun.md +++ b/docs/actions/deleteWorkflowRun.md @@ -38,7 +38,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. run_idyes diff --git a/docs/actions/deleteWorkflowRunLogs.md b/docs/actions/deleteWorkflowRunLogs.md index 912960ca0..0073625a5 100644 --- a/docs/actions/deleteWorkflowRunLogs.md +++ b/docs/actions/deleteWorkflowRunLogs.md @@ -36,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. run_idyes diff --git a/docs/actions/disableWorkflow.md b/docs/actions/disableWorkflow.md index 94a16f58c..a3dee4ad7 100644 --- a/docs/actions/disableWorkflow.md +++ b/docs/actions/disableWorkflow.md @@ -38,7 +38,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. workflow_idyes diff --git a/docs/actions/downloadArtifact.md b/docs/actions/downloadArtifact.md index 83b62d902..223bf7ef3 100644 --- a/docs/actions/downloadArtifact.md +++ b/docs/actions/downloadArtifact.md @@ -40,7 +40,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. artifact_idyes diff --git a/docs/actions/downloadJobLogsForWorkflowRun.md b/docs/actions/downloadJobLogsForWorkflowRun.md index 21b3105ec..2f2347cc8 100644 --- a/docs/actions/downloadJobLogsForWorkflowRun.md +++ b/docs/actions/downloadJobLogsForWorkflowRun.md @@ -39,7 +39,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. job_idyes diff --git a/docs/actions/downloadWorkflowRunAttemptLogs.md b/docs/actions/downloadWorkflowRunAttemptLogs.md index ff94a5796..041e563c1 100644 --- a/docs/actions/downloadWorkflowRunAttemptLogs.md +++ b/docs/actions/downloadWorkflowRunAttemptLogs.md @@ -40,7 +40,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. run_idyes diff --git a/docs/actions/downloadWorkflowRunLogs.md b/docs/actions/downloadWorkflowRunLogs.md index c6eece002..6ccee6e1d 100644 --- a/docs/actions/downloadWorkflowRunLogs.md +++ b/docs/actions/downloadWorkflowRunLogs.md @@ -39,7 +39,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. run_idyes diff --git a/docs/actions/enableWorkflow.md b/docs/actions/enableWorkflow.md index f7d1fd7da..48ab98fe5 100644 --- a/docs/actions/enableWorkflow.md +++ b/docs/actions/enableWorkflow.md @@ -38,7 +38,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. workflow_idyes diff --git a/docs/actions/generateRunnerJitconfigForOrg.md b/docs/actions/generateRunnerJitconfigForOrg.md new file mode 100644 index 000000000..09e1ccc27 --- /dev/null +++ b/docs/actions/generateRunnerJitconfigForOrg.md @@ -0,0 +1,63 @@ +--- +name: Create configuration for a just-in-time runner for an organization +example: octokit.rest.actions.generateRunnerJitconfigForOrg({ org, name, runner_group_id, labels }) +route: POST /orgs/{org}/actions/runners/generate-jitconfig +scope: actions +type: API method +--- + +# Create configuration for a just-in-time runner for an organization + +Generates a configuration that can be passed to the runner application at startup. + +You must authenticate using an access token with the `admin:org` scope to use this endpoint. + +```js +octokit.rest.actions.generateRunnerJitconfigForOrg({ + org, + name, + runner_group_id, + labels, +}); +``` + +## Parameters + + + + + + + + + + + + + + + + +
namerequireddescription
orgyes + +The organization name. The name is not case sensitive. + +
nameyes + +The name of the new runner. + +
runner_group_idyes + +The ID of the runner group to register the runner to. + +
labelsyes + +The names of the custom labels to add to the runner. **Minimum items**: 1. **Maximum items**: 100. + +
work_folderno + +The working directory to be used for job execution, relative to the runner install directory. + +
+ +See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-an-organization). diff --git a/docs/actions/generateRunnerJitconfigForRepo.md b/docs/actions/generateRunnerJitconfigForRepo.md new file mode 100644 index 000000000..b0ee0e61f --- /dev/null +++ b/docs/actions/generateRunnerJitconfigForRepo.md @@ -0,0 +1,69 @@ +--- +name: Create configuration for a just-in-time runner for a repository +example: octokit.rest.actions.generateRunnerJitconfigForRepo({ owner, repo, name, runner_group_id, labels }) +route: POST /repos/{owner}/{repo}/actions/runners/generate-jitconfig +scope: actions +type: API method +--- + +# Create configuration for a just-in-time runner for a repository + +Generates a configuration that can be passed to the runner application at startup. + +You must authenticate using an access token with the `repo` scope to use this endpoint. + +```js +octokit.rest.actions.generateRunnerJitconfigForRepo({ + owner, + repo, + name, + runner_group_id, + labels, +}); +``` + +## Parameters + + + + + + + + + + + + + + + + + +
namerequireddescription
owneryes + +The account owner of the repository. The name is not case sensitive. + +
repoyes + +The name of the repository without the `.git` extension. The name is not case sensitive. + +
nameyes + +The name of the new runner. + +
runner_group_idyes + +The ID of the runner group to register the runner to. + +
labelsyes + +The names of the custom labels to add to the runner. **Minimum items**: 1. **Maximum items**: 100. + +
work_folderno + +The working directory to be used for job execution, relative to the runner install directory. + +
+ +See also: [GitHub Developer Guide documentation](https://docs.github.com/rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-a-repository). diff --git a/docs/actions/getActionsCacheList.md b/docs/actions/getActionsCacheList.md index 0aa23538f..598c5c8f0 100644 --- a/docs/actions/getActionsCacheList.md +++ b/docs/actions/getActionsCacheList.md @@ -37,7 +37,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. per_pageno diff --git a/docs/actions/getActionsCacheUsage.md b/docs/actions/getActionsCacheUsage.md index 3840870cc..eac244354 100644 --- a/docs/actions/getActionsCacheUsage.md +++ b/docs/actions/getActionsCacheUsage.md @@ -37,7 +37,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. diff --git a/docs/actions/getAllowedActionsRepository.md b/docs/actions/getAllowedActionsRepository.md index 69fd2b851..b8f510de6 100644 --- a/docs/actions/getAllowedActionsRepository.md +++ b/docs/actions/getAllowedActionsRepository.md @@ -37,7 +37,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. diff --git a/docs/actions/getArtifact.md b/docs/actions/getArtifact.md index a3c0807ae..7926d141f 100644 --- a/docs/actions/getArtifact.md +++ b/docs/actions/getArtifact.md @@ -36,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. artifact_idyes diff --git a/docs/actions/getGithubActionsDefaultWorkflowPermissionsRepository.md b/docs/actions/getGithubActionsDefaultWorkflowPermissionsRepository.md index 540b68779..7d8816a10 100644 --- a/docs/actions/getGithubActionsDefaultWorkflowPermissionsRepository.md +++ b/docs/actions/getGithubActionsDefaultWorkflowPermissionsRepository.md @@ -39,7 +39,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. diff --git a/docs/actions/getGithubActionsPermissionsRepository.md b/docs/actions/getGithubActionsPermissionsRepository.md index 7eb97d594..330d20c9e 100644 --- a/docs/actions/getGithubActionsPermissionsRepository.md +++ b/docs/actions/getGithubActionsPermissionsRepository.md @@ -37,7 +37,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. diff --git a/docs/actions/getJobForWorkflowRun.md b/docs/actions/getJobForWorkflowRun.md index debc488e1..9a8754af2 100644 --- a/docs/actions/getJobForWorkflowRun.md +++ b/docs/actions/getJobForWorkflowRun.md @@ -36,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. job_idyes diff --git a/docs/actions/getPendingDeploymentsForRun.md b/docs/actions/getPendingDeploymentsForRun.md index 1e49987eb..9304fd5cf 100644 --- a/docs/actions/getPendingDeploymentsForRun.md +++ b/docs/actions/getPendingDeploymentsForRun.md @@ -38,7 +38,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. run_idyes diff --git a/docs/actions/getRepoPermissions.md b/docs/actions/getRepoPermissions.md index d8b4cb68f..423f214bc 100644 --- a/docs/actions/getRepoPermissions.md +++ b/docs/actions/getRepoPermissions.md @@ -39,7 +39,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. diff --git a/docs/actions/getRepoPublicKey.md b/docs/actions/getRepoPublicKey.md index fd7883f0f..9c2063333 100644 --- a/docs/actions/getRepoPublicKey.md +++ b/docs/actions/getRepoPublicKey.md @@ -35,7 +35,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. diff --git a/docs/actions/getRepoRequiredWorkflow.md b/docs/actions/getRepoRequiredWorkflow.md index 67fb00619..f2648f2bd 100644 --- a/docs/actions/getRepoRequiredWorkflow.md +++ b/docs/actions/getRepoRequiredWorkflow.md @@ -36,7 +36,7 @@ The organization name. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. required_workflow_id_for_repoyes diff --git a/docs/actions/getRepoRequiredWorkflowUsage.md b/docs/actions/getRepoRequiredWorkflowUsage.md index 2561112d3..001b3f9d2 100644 --- a/docs/actions/getRepoRequiredWorkflowUsage.md +++ b/docs/actions/getRepoRequiredWorkflowUsage.md @@ -40,7 +40,7 @@ The organization name. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. required_workflow_id_for_repoyes diff --git a/docs/actions/getRepoSecret.md b/docs/actions/getRepoSecret.md index 75903969d..70cfdcffa 100644 --- a/docs/actions/getRepoSecret.md +++ b/docs/actions/getRepoSecret.md @@ -36,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. secret_nameyes diff --git a/docs/actions/getRepoVariable.md b/docs/actions/getRepoVariable.md index 4f494abe8..11ec848f5 100644 --- a/docs/actions/getRepoVariable.md +++ b/docs/actions/getRepoVariable.md @@ -36,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. nameyes diff --git a/docs/actions/getReviewsForRun.md b/docs/actions/getReviewsForRun.md index ce43dc033..2723c3409 100644 --- a/docs/actions/getReviewsForRun.md +++ b/docs/actions/getReviewsForRun.md @@ -36,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. run_idyes diff --git a/docs/actions/getSelfHostedRunnerForRepo.md b/docs/actions/getSelfHostedRunnerForRepo.md index f3c5bff72..b3037eaff 100644 --- a/docs/actions/getSelfHostedRunnerForRepo.md +++ b/docs/actions/getSelfHostedRunnerForRepo.md @@ -39,7 +39,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. runner_idyes diff --git a/docs/actions/getWorkflow.md b/docs/actions/getWorkflow.md index 197309cc4..da40e1af0 100644 --- a/docs/actions/getWorkflow.md +++ b/docs/actions/getWorkflow.md @@ -36,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. workflow_idyes diff --git a/docs/actions/getWorkflowAccessToRepository.md b/docs/actions/getWorkflowAccessToRepository.md index 417e3681c..d0f15fcaf 100644 --- a/docs/actions/getWorkflowAccessToRepository.md +++ b/docs/actions/getWorkflowAccessToRepository.md @@ -40,7 +40,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. diff --git a/docs/actions/getWorkflowRun.md b/docs/actions/getWorkflowRun.md index cd9d4ad51..768ad6b9f 100644 --- a/docs/actions/getWorkflowRun.md +++ b/docs/actions/getWorkflowRun.md @@ -36,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. run_idyes diff --git a/docs/actions/getWorkflowRunAttempt.md b/docs/actions/getWorkflowRunAttempt.md index 45307465d..364f0bd61 100644 --- a/docs/actions/getWorkflowRunAttempt.md +++ b/docs/actions/getWorkflowRunAttempt.md @@ -40,7 +40,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. run_idyes diff --git a/docs/actions/getWorkflowRunUsage.md b/docs/actions/getWorkflowRunUsage.md index fbbec8fc8..3c1d97990 100644 --- a/docs/actions/getWorkflowRunUsage.md +++ b/docs/actions/getWorkflowRunUsage.md @@ -38,7 +38,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. run_idyes diff --git a/docs/actions/getWorkflowUsage.md b/docs/actions/getWorkflowUsage.md index c0c83d488..78e0dfdbc 100644 --- a/docs/actions/getWorkflowUsage.md +++ b/docs/actions/getWorkflowUsage.md @@ -38,7 +38,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. workflow_idyes diff --git a/docs/actions/listArtifactsForRepo.md b/docs/actions/listArtifactsForRepo.md index 16b6ea255..a9044c910 100644 --- a/docs/actions/listArtifactsForRepo.md +++ b/docs/actions/listArtifactsForRepo.md @@ -35,7 +35,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. per_pageno diff --git a/docs/actions/listJobsForWorkflowRun.md b/docs/actions/listJobsForWorkflowRun.md index 47baf5112..98b586c54 100644 --- a/docs/actions/listJobsForWorkflowRun.md +++ b/docs/actions/listJobsForWorkflowRun.md @@ -36,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. run_idyes diff --git a/docs/actions/listJobsForWorkflowRunAttempt.md b/docs/actions/listJobsForWorkflowRunAttempt.md index 9a01f8042..e91296059 100644 --- a/docs/actions/listJobsForWorkflowRunAttempt.md +++ b/docs/actions/listJobsForWorkflowRunAttempt.md @@ -37,7 +37,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. run_idyes diff --git a/docs/actions/listLabelsForSelfHostedRunnerForRepo.md b/docs/actions/listLabelsForSelfHostedRunnerForRepo.md index 924772658..60b6e95af 100644 --- a/docs/actions/listLabelsForSelfHostedRunnerForRepo.md +++ b/docs/actions/listLabelsForSelfHostedRunnerForRepo.md @@ -39,7 +39,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. runner_idyes diff --git a/docs/actions/listRepoOrganizationSecrets.md b/docs/actions/listRepoOrganizationSecrets.md index 3474ebddb..a49190665 100644 --- a/docs/actions/listRepoOrganizationSecrets.md +++ b/docs/actions/listRepoOrganizationSecrets.md @@ -35,7 +35,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. per_pageno diff --git a/docs/actions/listRepoOrganizationVariables.md b/docs/actions/listRepoOrganizationVariables.md index 05b716233..0e673a61b 100644 --- a/docs/actions/listRepoOrganizationVariables.md +++ b/docs/actions/listRepoOrganizationVariables.md @@ -35,7 +35,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. per_pageno diff --git a/docs/actions/listRepoRequiredWorkflows.md b/docs/actions/listRepoRequiredWorkflows.md index 9624a0279..3657a3b1e 100644 --- a/docs/actions/listRepoRequiredWorkflows.md +++ b/docs/actions/listRepoRequiredWorkflows.md @@ -35,7 +35,7 @@ The organization name. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. per_pageno diff --git a/docs/actions/listRepoSecrets.md b/docs/actions/listRepoSecrets.md index f3a76e5a2..c595881aa 100644 --- a/docs/actions/listRepoSecrets.md +++ b/docs/actions/listRepoSecrets.md @@ -35,7 +35,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. per_pageno diff --git a/docs/actions/listRepoVariables.md b/docs/actions/listRepoVariables.md index 433de32b3..d04652213 100644 --- a/docs/actions/listRepoVariables.md +++ b/docs/actions/listRepoVariables.md @@ -35,7 +35,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. per_pageno diff --git a/docs/actions/listRepoWorkflows.md b/docs/actions/listRepoWorkflows.md index 153929d5d..d75a52009 100644 --- a/docs/actions/listRepoWorkflows.md +++ b/docs/actions/listRepoWorkflows.md @@ -35,7 +35,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. per_pageno diff --git a/docs/actions/listRequiredWorkflowRuns.md b/docs/actions/listRequiredWorkflowRuns.md index 83dcd1998..f75853aa1 100644 --- a/docs/actions/listRequiredWorkflowRuns.md +++ b/docs/actions/listRequiredWorkflowRuns.md @@ -38,7 +38,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. required_workflow_id_for_repoyes diff --git a/docs/actions/listRunnerApplicationsForRepo.md b/docs/actions/listRunnerApplicationsForRepo.md index 385cdb4da..78f6f52d4 100644 --- a/docs/actions/listRunnerApplicationsForRepo.md +++ b/docs/actions/listRunnerApplicationsForRepo.md @@ -37,7 +37,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. diff --git a/docs/actions/listSelfHostedRunnersForRepo.md b/docs/actions/listSelfHostedRunnersForRepo.md index 5b00b3783..977c672a0 100644 --- a/docs/actions/listSelfHostedRunnersForRepo.md +++ b/docs/actions/listSelfHostedRunnersForRepo.md @@ -35,7 +35,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. per_pageno diff --git a/docs/actions/listWorkflowRunArtifacts.md b/docs/actions/listWorkflowRunArtifacts.md index e1c211ce1..b48ee627a 100644 --- a/docs/actions/listWorkflowRunArtifacts.md +++ b/docs/actions/listWorkflowRunArtifacts.md @@ -36,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. run_idyes diff --git a/docs/actions/listWorkflowRuns.md b/docs/actions/listWorkflowRuns.md index 61a33082f..59b5e052c 100644 --- a/docs/actions/listWorkflowRuns.md +++ b/docs/actions/listWorkflowRuns.md @@ -38,7 +38,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. workflow_idyes diff --git a/docs/actions/listWorkflowRunsForRepo.md b/docs/actions/listWorkflowRunsForRepo.md index 2d4fb29a0..fc0e66310 100644 --- a/docs/actions/listWorkflowRunsForRepo.md +++ b/docs/actions/listWorkflowRunsForRepo.md @@ -37,7 +37,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. actorno diff --git a/docs/actions/reRunJobForWorkflowRun.md b/docs/actions/reRunJobForWorkflowRun.md index 4662259da..0714da56b 100644 --- a/docs/actions/reRunJobForWorkflowRun.md +++ b/docs/actions/reRunJobForWorkflowRun.md @@ -36,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. job_idyes diff --git a/docs/actions/reRunWorkflow.md b/docs/actions/reRunWorkflow.md index 34a3b3bd9..cd609fa0e 100644 --- a/docs/actions/reRunWorkflow.md +++ b/docs/actions/reRunWorkflow.md @@ -36,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. run_idyes diff --git a/docs/actions/reRunWorkflowFailedJobs.md b/docs/actions/reRunWorkflowFailedJobs.md index ead879d67..5e0b7c661 100644 --- a/docs/actions/reRunWorkflowFailedJobs.md +++ b/docs/actions/reRunWorkflowFailedJobs.md @@ -36,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. run_idyes diff --git a/docs/actions/removeAllCustomLabelsFromSelfHostedRunnerForRepo.md b/docs/actions/removeAllCustomLabelsFromSelfHostedRunnerForRepo.md index 9b0dd0cc9..6e79820d5 100644 --- a/docs/actions/removeAllCustomLabelsFromSelfHostedRunnerForRepo.md +++ b/docs/actions/removeAllCustomLabelsFromSelfHostedRunnerForRepo.md @@ -40,7 +40,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. runner_idyes diff --git a/docs/actions/removeCustomLabelFromSelfHostedRunnerForRepo.md b/docs/actions/removeCustomLabelFromSelfHostedRunnerForRepo.md index 10fe8e915..0dd8c8ad1 100644 --- a/docs/actions/removeCustomLabelFromSelfHostedRunnerForRepo.md +++ b/docs/actions/removeCustomLabelFromSelfHostedRunnerForRepo.md @@ -44,7 +44,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. runner_idyes diff --git a/docs/actions/reviewCustomGatesForRun.md b/docs/actions/reviewCustomGatesForRun.md index 765fe1677..5d1212524 100644 --- a/docs/actions/reviewCustomGatesForRun.md +++ b/docs/actions/reviewCustomGatesForRun.md @@ -41,7 +41,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. run_idyes diff --git a/docs/actions/reviewPendingDeploymentsForRun.md b/docs/actions/reviewPendingDeploymentsForRun.md index 2cbbb56c2..d7faee01b 100644 --- a/docs/actions/reviewPendingDeploymentsForRun.md +++ b/docs/actions/reviewPendingDeploymentsForRun.md @@ -41,7 +41,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. run_idyes diff --git a/docs/actions/setAllowedActionsRepository.md b/docs/actions/setAllowedActionsRepository.md index 465c074f3..20e46755b 100644 --- a/docs/actions/setAllowedActionsRepository.md +++ b/docs/actions/setAllowedActionsRepository.md @@ -37,7 +37,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. github_owned_allowedno diff --git a/docs/actions/setCustomLabelsForSelfHostedRunnerForRepo.md b/docs/actions/setCustomLabelsForSelfHostedRunnerForRepo.md index 7077b733b..906f9770f 100644 --- a/docs/actions/setCustomLabelsForSelfHostedRunnerForRepo.md +++ b/docs/actions/setCustomLabelsForSelfHostedRunnerForRepo.md @@ -41,7 +41,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. runner_idyes diff --git a/docs/actions/setGithubActionsDefaultWorkflowPermissionsRepository.md b/docs/actions/setGithubActionsDefaultWorkflowPermissionsRepository.md index 82d1560a8..c9b48f37d 100644 --- a/docs/actions/setGithubActionsDefaultWorkflowPermissionsRepository.md +++ b/docs/actions/setGithubActionsDefaultWorkflowPermissionsRepository.md @@ -39,7 +39,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. default_workflow_permissionsno diff --git a/docs/actions/setGithubActionsPermissionsRepository.md b/docs/actions/setGithubActionsPermissionsRepository.md index 7f12bc180..78c002f62 100644 --- a/docs/actions/setGithubActionsPermissionsRepository.md +++ b/docs/actions/setGithubActionsPermissionsRepository.md @@ -38,7 +38,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. enabledyes diff --git a/docs/actions/setWorkflowAccessToRepository.md b/docs/actions/setWorkflowAccessToRepository.md index 143dd70c2..cd05ed340 100644 --- a/docs/actions/setWorkflowAccessToRepository.md +++ b/docs/actions/setWorkflowAccessToRepository.md @@ -41,7 +41,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. access_levelyes diff --git a/docs/actions/updateRepoVariable.md b/docs/actions/updateRepoVariable.md index 2f1560ea6..cb6a911fc 100644 --- a/docs/actions/updateRepoVariable.md +++ b/docs/actions/updateRepoVariable.md @@ -37,7 +37,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. nameno diff --git a/docs/activity/checkRepoIsStarredByAuthenticatedUser.md b/docs/activity/checkRepoIsStarredByAuthenticatedUser.md index 893983b26..78e03c66e 100644 --- a/docs/activity/checkRepoIsStarredByAuthenticatedUser.md +++ b/docs/activity/checkRepoIsStarredByAuthenticatedUser.md @@ -33,7 +33,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. diff --git a/docs/activity/deleteRepoSubscription.md b/docs/activity/deleteRepoSubscription.md index d518a2c8e..f5e7b1d43 100644 --- a/docs/activity/deleteRepoSubscription.md +++ b/docs/activity/deleteRepoSubscription.md @@ -35,7 +35,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. diff --git a/docs/activity/getRepoSubscription.md b/docs/activity/getRepoSubscription.md index 0b33ac9e0..9c1baef94 100644 --- a/docs/activity/getRepoSubscription.md +++ b/docs/activity/getRepoSubscription.md @@ -33,7 +33,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. diff --git a/docs/activity/listPublicEventsForRepoNetwork.md b/docs/activity/listPublicEventsForRepoNetwork.md index f7f8bb07b..773deb3b2 100644 --- a/docs/activity/listPublicEventsForRepoNetwork.md +++ b/docs/activity/listPublicEventsForRepoNetwork.md @@ -33,7 +33,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. per_pageno diff --git a/docs/activity/listRepoEvents.md b/docs/activity/listRepoEvents.md index f87578249..6e76b44c8 100644 --- a/docs/activity/listRepoEvents.md +++ b/docs/activity/listRepoEvents.md @@ -35,7 +35,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. per_pageno diff --git a/docs/activity/listRepoNotificationsForAuthenticatedUser.md b/docs/activity/listRepoNotificationsForAuthenticatedUser.md index b9fbbeeb8..8d837b295 100644 --- a/docs/activity/listRepoNotificationsForAuthenticatedUser.md +++ b/docs/activity/listRepoNotificationsForAuthenticatedUser.md @@ -35,7 +35,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. allno diff --git a/docs/activity/listStargazersForRepo.md b/docs/activity/listStargazersForRepo.md index 1d86a9643..2d32a468f 100644 --- a/docs/activity/listStargazersForRepo.md +++ b/docs/activity/listStargazersForRepo.md @@ -37,7 +37,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. per_pageno diff --git a/docs/activity/listWatchersForRepo.md b/docs/activity/listWatchersForRepo.md index 714d8e1ae..cadeca173 100644 --- a/docs/activity/listWatchersForRepo.md +++ b/docs/activity/listWatchersForRepo.md @@ -35,7 +35,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. per_pageno diff --git a/docs/activity/markRepoNotificationsAsRead.md b/docs/activity/markRepoNotificationsAsRead.md index 58cf2aa5b..17064fd55 100644 --- a/docs/activity/markRepoNotificationsAsRead.md +++ b/docs/activity/markRepoNotificationsAsRead.md @@ -35,7 +35,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. last_read_atno diff --git a/docs/activity/setRepoSubscription.md b/docs/activity/setRepoSubscription.md index c82fa20e4..013be50d7 100644 --- a/docs/activity/setRepoSubscription.md +++ b/docs/activity/setRepoSubscription.md @@ -35,7 +35,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. subscribedno diff --git a/docs/activity/starRepoForAuthenticatedUser.md b/docs/activity/starRepoForAuthenticatedUser.md index 29acab1cb..c066c3146 100644 --- a/docs/activity/starRepoForAuthenticatedUser.md +++ b/docs/activity/starRepoForAuthenticatedUser.md @@ -35,7 +35,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. diff --git a/docs/activity/unstarRepoForAuthenticatedUser.md b/docs/activity/unstarRepoForAuthenticatedUser.md index 9d5699433..39f057099 100644 --- a/docs/activity/unstarRepoForAuthenticatedUser.md +++ b/docs/activity/unstarRepoForAuthenticatedUser.md @@ -33,7 +33,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. diff --git a/docs/apps/getRepoInstallation.md b/docs/apps/getRepoInstallation.md index 675760c00..e2e43f1ad 100644 --- a/docs/apps/getRepoInstallation.md +++ b/docs/apps/getRepoInstallation.md @@ -37,7 +37,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. diff --git a/docs/apps/removeRepoFromInstallation.md b/docs/apps/removeRepoFromInstallation.md index d90ead3ac..6bf0c37c2 100644 --- a/docs/apps/removeRepoFromInstallation.md +++ b/docs/apps/removeRepoFromInstallation.md @@ -10,7 +10,7 @@ type: API method **Deprecated:** This method has been renamed to apps.removeRepoFromInstallationForAuthenticatedUser -Remove a single repository from an installation. The authenticated user must have admin access to the repository. +Remove a single repository from an installation. The authenticated user must have admin access to the repository. The installation must have the `repository_selection` of `selected`. You must use a personal access token (which you can create via the [command line](https://docs.github.com/github/authenticating-to-github/creating-a-personal-access-token) or [Basic Authentication](https://docs.github.com/rest/overview/other-authentication-methods#basic-authentication)) to access this endpoint. diff --git a/docs/apps/removeRepoFromInstallationForAuthenticatedUser.md b/docs/apps/removeRepoFromInstallationForAuthenticatedUser.md index fe349979d..700b0a7af 100644 --- a/docs/apps/removeRepoFromInstallationForAuthenticatedUser.md +++ b/docs/apps/removeRepoFromInstallationForAuthenticatedUser.md @@ -8,7 +8,7 @@ type: API method # Remove a repository from an app installation -Remove a single repository from an installation. The authenticated user must have admin access to the repository. +Remove a single repository from an installation. The authenticated user must have admin access to the repository. The installation must have the `repository_selection` of `selected`. You must use a personal access token (which you can create via the [command line](https://docs.github.com/github/authenticating-to-github/creating-a-personal-access-token) or [Basic Authentication](https://docs.github.com/rest/overview/other-authentication-methods#basic-authentication)) to access this endpoint. diff --git a/docs/checks/create.md b/docs/checks/create.md index cb450c8fe..eae3accdc 100644 --- a/docs/checks/create.md +++ b/docs/checks/create.md @@ -39,7 +39,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. statusno diff --git a/docs/checks/createSuite.md b/docs/checks/createSuite.md index 08c97c150..619948167 100644 --- a/docs/checks/createSuite.md +++ b/docs/checks/createSuite.md @@ -38,7 +38,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. head_shayes diff --git a/docs/checks/get.md b/docs/checks/get.md index a799a1b8f..b98b4afd5 100644 --- a/docs/checks/get.md +++ b/docs/checks/get.md @@ -38,7 +38,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. check_run_idyes diff --git a/docs/checks/getSuite.md b/docs/checks/getSuite.md index 64d546e74..39ed38892 100644 --- a/docs/checks/getSuite.md +++ b/docs/checks/getSuite.md @@ -38,7 +38,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. check_suite_idyes diff --git a/docs/checks/listAnnotations.md b/docs/checks/listAnnotations.md index b0f5b4f8a..04185bb73 100644 --- a/docs/checks/listAnnotations.md +++ b/docs/checks/listAnnotations.md @@ -36,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. check_run_idyes diff --git a/docs/checks/listForRef.md b/docs/checks/listForRef.md index f2a2a60a1..838459050 100644 --- a/docs/checks/listForRef.md +++ b/docs/checks/listForRef.md @@ -38,7 +38,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. refyes diff --git a/docs/checks/listForSuite.md b/docs/checks/listForSuite.md index 4e087db92..0a51a0eb8 100644 --- a/docs/checks/listForSuite.md +++ b/docs/checks/listForSuite.md @@ -38,7 +38,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. check_suite_idyes diff --git a/docs/checks/listSuitesForRef.md b/docs/checks/listSuitesForRef.md index 7f54cda3c..c7b09b9d5 100644 --- a/docs/checks/listSuitesForRef.md +++ b/docs/checks/listSuitesForRef.md @@ -38,7 +38,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. refyes diff --git a/docs/checks/rerequestRun.md b/docs/checks/rerequestRun.md index ef2f90764..13cb8580c 100644 --- a/docs/checks/rerequestRun.md +++ b/docs/checks/rerequestRun.md @@ -38,7 +38,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. check_run_idyes diff --git a/docs/checks/rerequestSuite.md b/docs/checks/rerequestSuite.md index 31f067cd9..fa43ace59 100644 --- a/docs/checks/rerequestSuite.md +++ b/docs/checks/rerequestSuite.md @@ -38,7 +38,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. check_suite_idyes diff --git a/docs/checks/setSuitesPreferences.md b/docs/checks/setSuitesPreferences.md index b3f005e36..195a2d6ab 100644 --- a/docs/checks/setSuitesPreferences.md +++ b/docs/checks/setSuitesPreferences.md @@ -37,7 +37,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. auto_trigger_checksno diff --git a/docs/checks/update.md b/docs/checks/update.md index 09a461850..df197123d 100644 --- a/docs/checks/update.md +++ b/docs/checks/update.md @@ -49,7 +49,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. check_run_idyes diff --git a/docs/codeScanning/deleteAnalysis.md b/docs/codeScanning/deleteAnalysis.md index 10a1092a8..01406abaa 100644 --- a/docs/codeScanning/deleteAnalysis.md +++ b/docs/codeScanning/deleteAnalysis.md @@ -102,7 +102,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. analysis_idyes diff --git a/docs/codeScanning/getAlert.md b/docs/codeScanning/getAlert.md index 50521dda6..0f0d4a893 100644 --- a/docs/codeScanning/getAlert.md +++ b/docs/codeScanning/getAlert.md @@ -36,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. alert_numberyes diff --git a/docs/codeScanning/getAnalysis.md b/docs/codeScanning/getAnalysis.md index 13fb77642..4ffcc5498 100644 --- a/docs/codeScanning/getAnalysis.md +++ b/docs/codeScanning/getAnalysis.md @@ -54,7 +54,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. analysis_idyes diff --git a/docs/codeScanning/getCodeqlDatabase.md b/docs/codeScanning/getCodeqlDatabase.md index e6b29736c..65d4e611e 100644 --- a/docs/codeScanning/getCodeqlDatabase.md +++ b/docs/codeScanning/getCodeqlDatabase.md @@ -46,7 +46,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. languageyes diff --git a/docs/codeScanning/getDefaultSetup.md b/docs/codeScanning/getDefaultSetup.md index f06daac50..03eefeeec 100644 --- a/docs/codeScanning/getDefaultSetup.md +++ b/docs/codeScanning/getDefaultSetup.md @@ -37,7 +37,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. diff --git a/docs/codeScanning/getSarif.md b/docs/codeScanning/getSarif.md index 6a4bf45c3..c68569d90 100644 --- a/docs/codeScanning/getSarif.md +++ b/docs/codeScanning/getSarif.md @@ -36,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. sarif_idyes diff --git a/docs/codeScanning/listAlertInstances.md b/docs/codeScanning/listAlertInstances.md index 54bd1f11b..4f3a2f209 100644 --- a/docs/codeScanning/listAlertInstances.md +++ b/docs/codeScanning/listAlertInstances.md @@ -39,7 +39,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. alert_numberyes diff --git a/docs/codeScanning/listAlertsInstances.md b/docs/codeScanning/listAlertsInstances.md index 60e1b2e40..dc5096e2e 100644 --- a/docs/codeScanning/listAlertsInstances.md +++ b/docs/codeScanning/listAlertsInstances.md @@ -41,7 +41,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. alert_numberyes diff --git a/docs/codeScanning/listCodeqlDatabases.md b/docs/codeScanning/listCodeqlDatabases.md index 65a20d6e1..e887b23a5 100644 --- a/docs/codeScanning/listCodeqlDatabases.md +++ b/docs/codeScanning/listCodeqlDatabases.md @@ -39,7 +39,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. diff --git a/docs/codeScanning/listRecentAnalyses.md b/docs/codeScanning/listRecentAnalyses.md index 3975580fa..aee3204da 100644 --- a/docs/codeScanning/listRecentAnalyses.md +++ b/docs/codeScanning/listRecentAnalyses.md @@ -51,7 +51,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. tool_nameno diff --git a/docs/codeScanning/updateAlert.md b/docs/codeScanning/updateAlert.md index d9a0f6fca..93cf4169e 100644 --- a/docs/codeScanning/updateAlert.md +++ b/docs/codeScanning/updateAlert.md @@ -37,7 +37,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. alert_numberyes diff --git a/docs/codeScanning/updateDefaultSetup.md b/docs/codeScanning/updateDefaultSetup.md index c06ef13ad..238116e69 100644 --- a/docs/codeScanning/updateDefaultSetup.md +++ b/docs/codeScanning/updateDefaultSetup.md @@ -38,7 +38,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. stateyes diff --git a/docs/codeScanning/uploadSarif.md b/docs/codeScanning/uploadSarif.md index a8ca411ba..f65f1ed12 100644 --- a/docs/codeScanning/uploadSarif.md +++ b/docs/codeScanning/uploadSarif.md @@ -67,7 +67,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. commit_shayes diff --git a/docs/codespaces/createForAuthenticatedUser.md b/docs/codespaces/createForAuthenticatedUser.md index ab4f76727..c36e8863c 100644 --- a/docs/codespaces/createForAuthenticatedUser.md +++ b/docs/codespaces/createForAuthenticatedUser.md @@ -50,6 +50,11 @@ Git ref (typically a branch name) for this codespace The requested location for a new codespace. Best efforts are made to respect this upon creation. Assigned by IP if not provided. + +geono + +The geographic area for this codespace. If not specified, the value is assigned by IP. This property replaces `location`, which is being deprecated. + client_ipno diff --git a/docs/codespaces/createOrUpdateOrgSecret.md b/docs/codespaces/createOrUpdateOrgSecret.md index 4e9254a84..4b6811c18 100644 --- a/docs/codespaces/createOrUpdateOrgSecret.md +++ b/docs/codespaces/createOrUpdateOrgSecret.md @@ -12,7 +12,7 @@ Creates or updates an organization secret with an encrypted value. Encrypt your [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). You must authenticate using an access token with the `admin:org` scope to use this endpoint. -#### Example encrypting a secret using Node.js +**Example encrypting a secret using Node.js** Encrypt your secret using the [libsodium-wrappers](https://www.npmjs.com/package/libsodium-wrappers) library. @@ -37,7 +37,7 @@ sodium.ready.then(() => { }); ``` -#### Example encrypting a secret using Python +**Example encrypting a secret using Python** Encrypt your secret using [pynacl](https://pynacl.readthedocs.io/en/latest/public/#nacl-public-sealedbox) with Python 3. @@ -53,7 +53,7 @@ def encrypt(public_key: str, secret_value: str) -> str: return b64encode(encrypted).decode("utf-8") ``` -#### Example encrypting a secret using C# +**Example encrypting a secret using C#** Encrypt your secret using the [Sodium.Core](https://www.nuget.org/packages/Sodium.Core/) package. @@ -66,7 +66,7 @@ var sealedPublicKeyBox = Sodium.SealedPublicKeyBox.Create(secretValue, publicKey Console.WriteLine(Convert.ToBase64String(sealedPublicKeyBox)); ``` -#### Example encrypting a secret using Ruby +**Example encrypting a secret using Ruby** Encrypt your secret using the [rbnacl](https://github.com/RubyCrypto/rbnacl) gem. diff --git a/docs/codespaces/createOrUpdateRepoSecret.md b/docs/codespaces/createOrUpdateRepoSecret.md index ba6ab3c20..9c5b1d3e0 100644 --- a/docs/codespaces/createOrUpdateRepoSecret.md +++ b/docs/codespaces/createOrUpdateRepoSecret.md @@ -111,7 +111,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. secret_nameyes diff --git a/docs/codespaces/createOrUpdateSecretForAuthenticatedUser.md b/docs/codespaces/createOrUpdateSecretForAuthenticatedUser.md index a5c776d42..f608130e4 100644 --- a/docs/codespaces/createOrUpdateSecretForAuthenticatedUser.md +++ b/docs/codespaces/createOrUpdateSecretForAuthenticatedUser.md @@ -15,7 +15,7 @@ You must authenticate using an access token with the `codespace` or `codespace:s GitHub Apps must have write access to the `codespaces_user_secrets` user permission and `codespaces_secrets` repository permission on all referenced repositories to use this endpoint. -#### Example encrypting a secret using Node.js +**Example encrypting a secret using Node.js** Encrypt your secret using the [libsodium-wrappers](https://www.npmjs.com/package/libsodium-wrappers) library. @@ -40,7 +40,7 @@ sodium.ready.then(() => { }); ``` -#### Example encrypting a secret using Python +**Example encrypting a secret using Python** Encrypt your secret using [pynacl](https://pynacl.readthedocs.io/en/latest/public/#nacl-public-sealedbox) with Python 3. @@ -56,7 +56,7 @@ def encrypt(public_key: str, secret_value: str) -> str: return b64encode(encrypted).decode("utf-8") ``` -#### Example encrypting a secret using C# +**Example encrypting a secret using C#** Encrypt your secret using the [Sodium.Core](https://www.nuget.org/packages/Sodium.Core/) package. @@ -69,7 +69,7 @@ var sealedPublicKeyBox = Sodium.SealedPublicKeyBox.Create(secretValue, publicKey Console.WriteLine(Convert.ToBase64String(sealedPublicKeyBox)); ``` -#### Example encrypting a secret using Ruby +**Example encrypting a secret using Ruby** Encrypt your secret using the [rbnacl](https://github.com/RubyCrypto/rbnacl) gem. diff --git a/docs/codespaces/createWithPrForAuthenticatedUser.md b/docs/codespaces/createWithPrForAuthenticatedUser.md index d9df983d8..c597ec4ca 100644 --- a/docs/codespaces/createWithPrForAuthenticatedUser.md +++ b/docs/codespaces/createWithPrForAuthenticatedUser.md @@ -40,7 +40,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. pull_numberyes @@ -52,6 +52,11 @@ The number that identifies the pull request. The requested location for a new codespace. Best efforts are made to respect this upon creation. Assigned by IP if not provided. + +geono + +The geographic area for this codespace. If not specified, the value is assigned by IP. This property replaces `location`, which is being deprecated. + client_ipno diff --git a/docs/codespaces/createWithRepoForAuthenticatedUser.md b/docs/codespaces/createWithRepoForAuthenticatedUser.md index 5b59168ae..87f745bd5 100644 --- a/docs/codespaces/createWithRepoForAuthenticatedUser.md +++ b/docs/codespaces/createWithRepoForAuthenticatedUser.md @@ -39,7 +39,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. refno @@ -51,6 +51,11 @@ Git ref (typically a branch name) for this codespace The requested location for a new codespace. Best efforts are made to respect this upon creation. Assigned by IP if not provided. + +geono + +The geographic area for this codespace. If not specified, the value is assigned by IP. This property replaces `location`, which is being deprecated. + client_ipno diff --git a/docs/codespaces/deleteRepoSecret.md b/docs/codespaces/deleteRepoSecret.md index 75c14c74c..53e8e4031 100644 --- a/docs/codespaces/deleteRepoSecret.md +++ b/docs/codespaces/deleteRepoSecret.md @@ -36,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. secret_nameyes diff --git a/docs/codespaces/getRepoPublicKey.md b/docs/codespaces/getRepoPublicKey.md index b19073d06..3d5a8a6c7 100644 --- a/docs/codespaces/getRepoPublicKey.md +++ b/docs/codespaces/getRepoPublicKey.md @@ -35,7 +35,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. diff --git a/docs/codespaces/getRepoSecret.md b/docs/codespaces/getRepoSecret.md index 8b0538d02..9a46483c4 100644 --- a/docs/codespaces/getRepoSecret.md +++ b/docs/codespaces/getRepoSecret.md @@ -36,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. secret_nameyes diff --git a/docs/codespaces/listDevcontainersInRepositoryForAuthenticatedUser.md b/docs/codespaces/listDevcontainersInRepositoryForAuthenticatedUser.md index 4094a3d83..dab611860 100644 --- a/docs/codespaces/listDevcontainersInRepositoryForAuthenticatedUser.md +++ b/docs/codespaces/listDevcontainersInRepositoryForAuthenticatedUser.md @@ -50,7 +50,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. diff --git a/docs/codespaces/listInRepositoryForAuthenticatedUser.md b/docs/codespaces/listInRepositoryForAuthenticatedUser.md index 79171ec6a..44be8391c 100644 --- a/docs/codespaces/listInRepositoryForAuthenticatedUser.md +++ b/docs/codespaces/listInRepositoryForAuthenticatedUser.md @@ -49,7 +49,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. diff --git a/docs/codespaces/listRepoSecrets.md b/docs/codespaces/listRepoSecrets.md index dff4c55e0..21e2527a1 100644 --- a/docs/codespaces/listRepoSecrets.md +++ b/docs/codespaces/listRepoSecrets.md @@ -35,7 +35,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. per_pageno diff --git a/docs/codespaces/preFlightWithRepoForAuthenticatedUser.md b/docs/codespaces/preFlightWithRepoForAuthenticatedUser.md index dabb04c90..c9844f2c4 100644 --- a/docs/codespaces/preFlightWithRepoForAuthenticatedUser.md +++ b/docs/codespaces/preFlightWithRepoForAuthenticatedUser.md @@ -39,7 +39,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. refno diff --git a/docs/codespaces/repoMachinesForAuthenticatedUser.md b/docs/codespaces/repoMachinesForAuthenticatedUser.md index 357f2afeb..173138b89 100644 --- a/docs/codespaces/repoMachinesForAuthenticatedUser.md +++ b/docs/codespaces/repoMachinesForAuthenticatedUser.md @@ -39,7 +39,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. locationno diff --git a/docs/dependabot/createOrUpdateRepoSecret.md b/docs/dependabot/createOrUpdateRepoSecret.md index b89a9c623..727cd7dc6 100644 --- a/docs/dependabot/createOrUpdateRepoSecret.md +++ b/docs/dependabot/createOrUpdateRepoSecret.md @@ -13,7 +13,7 @@ Creates or updates a repository secret with an encrypted value. Encrypt your sec token with the `repo` scope to use this endpoint. GitHub Apps must have the `dependabot_secrets` repository permission to use this endpoint. -#### Example encrypting a secret using Node.js +**Example encrypting a secret using Node.js** Encrypt your secret using the [libsodium-wrappers](https://www.npmjs.com/package/libsodium-wrappers) library. @@ -38,7 +38,7 @@ sodium.ready.then(() => { }); ``` -#### Example encrypting a secret using Python +**Example encrypting a secret using Python** Encrypt your secret using [pynacl](https://pynacl.readthedocs.io/en/latest/public/#nacl-public-sealedbox) with Python 3. @@ -54,7 +54,7 @@ def encrypt(public_key: str, secret_value: str) -> str: return b64encode(encrypted).decode("utf-8") ``` -#### Example encrypting a secret using C# +**Example encrypting a secret using C#** Encrypt your secret using the [Sodium.Core](https://www.nuget.org/packages/Sodium.Core/) package. @@ -67,7 +67,7 @@ var sealedPublicKeyBox = Sodium.SealedPublicKeyBox.Create(secretValue, publicKey Console.WriteLine(Convert.ToBase64String(sealedPublicKeyBox)); ``` -#### Example encrypting a secret using Ruby +**Example encrypting a secret using Ruby** Encrypt your secret using the [rbnacl](https://github.com/RubyCrypto/rbnacl) gem. @@ -111,7 +111,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. secret_nameyes diff --git a/docs/dependabot/deleteRepoSecret.md b/docs/dependabot/deleteRepoSecret.md index b37286c3a..9884661af 100644 --- a/docs/dependabot/deleteRepoSecret.md +++ b/docs/dependabot/deleteRepoSecret.md @@ -36,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. secret_nameyes diff --git a/docs/dependabot/getAlert.md b/docs/dependabot/getAlert.md index 0d0619ae5..0e992ec32 100644 --- a/docs/dependabot/getAlert.md +++ b/docs/dependabot/getAlert.md @@ -38,7 +38,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. alert_numberyes diff --git a/docs/dependabot/getRepoPublicKey.md b/docs/dependabot/getRepoPublicKey.md index 886fb6a1e..e352fd880 100644 --- a/docs/dependabot/getRepoPublicKey.md +++ b/docs/dependabot/getRepoPublicKey.md @@ -35,7 +35,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. diff --git a/docs/dependabot/getRepoSecret.md b/docs/dependabot/getRepoSecret.md index 41bf0dc1d..cec5ac453 100644 --- a/docs/dependabot/getRepoSecret.md +++ b/docs/dependabot/getRepoSecret.md @@ -36,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. secret_nameyes diff --git a/docs/dependabot/listAlertsForRepo.md b/docs/dependabot/listAlertsForRepo.md index ed18c4222..4b3b9f16a 100644 --- a/docs/dependabot/listAlertsForRepo.md +++ b/docs/dependabot/listAlertsForRepo.md @@ -37,7 +37,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. stateno diff --git a/docs/dependabot/listRepoSecrets.md b/docs/dependabot/listRepoSecrets.md index 42b0ebfdb..a46917b82 100644 --- a/docs/dependabot/listRepoSecrets.md +++ b/docs/dependabot/listRepoSecrets.md @@ -35,7 +35,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. per_pageno diff --git a/docs/dependabot/updateAlert.md b/docs/dependabot/updateAlert.md index b17c3fa09..27dc13d7d 100644 --- a/docs/dependabot/updateAlert.md +++ b/docs/dependabot/updateAlert.md @@ -12,6 +12,8 @@ You must use an access token with the `security_events` scope to use this endpoi You can also use tokens with the `public_repo` scope for public repositories only. GitHub Apps must have **Dependabot alerts** write permission to use this endpoint. +To use this endpoint, you must have access to security alerts for the repository. For more information, see "[Granting access to security alerts](https://docs.github.com/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository#granting-access-to-security-alerts)." + ```js octokit.rest.dependabot.updateAlert({ owner, @@ -39,7 +41,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. alert_numberyes diff --git a/docs/dependencyGraph/createRepositorySnapshot.md b/docs/dependencyGraph/createRepositorySnapshot.md index 3f8b020c6..947015313 100644 --- a/docs/dependencyGraph/createRepositorySnapshot.md +++ b/docs/dependencyGraph/createRepositorySnapshot.md @@ -47,7 +47,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. versionyes diff --git a/docs/dependencyGraph/diffRange.md b/docs/dependencyGraph/diffRange.md index b6c426974..c631032f1 100644 --- a/docs/dependencyGraph/diffRange.md +++ b/docs/dependencyGraph/diffRange.md @@ -36,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. baseheadyes diff --git a/docs/dependencyGraph/exportSbom.md b/docs/dependencyGraph/exportSbom.md index f2b8aaece..138d5abed 100644 --- a/docs/dependencyGraph/exportSbom.md +++ b/docs/dependencyGraph/exportSbom.md @@ -35,7 +35,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. diff --git a/docs/git/createBlob.md b/docs/git/createBlob.md index 4df0e0576..acb8f91ac 100644 --- a/docs/git/createBlob.md +++ b/docs/git/createBlob.md @@ -34,7 +34,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. contentyes diff --git a/docs/git/createCommit.md b/docs/git/createCommit.md index cc2c06682..689548977 100644 --- a/docs/git/createCommit.md +++ b/docs/git/createCommit.md @@ -68,7 +68,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. messageyes diff --git a/docs/git/createRef.md b/docs/git/createRef.md index 04628596c..6485a2c41 100644 --- a/docs/git/createRef.md +++ b/docs/git/createRef.md @@ -37,7 +37,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. refyes @@ -49,9 +49,6 @@ The name of the fully qualified reference (ie: `refs/heads/master`). If it doesn The SHA1 value for this reference. - -keyno - diff --git a/docs/git/createTag.md b/docs/git/createTag.md index 96fae3c13..99c9e310f 100644 --- a/docs/git/createTag.md +++ b/docs/git/createTag.md @@ -70,7 +70,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. tagyes diff --git a/docs/git/createTree.md b/docs/git/createTree.md index f3e054c85..250d909f5 100644 --- a/docs/git/createTree.md +++ b/docs/git/createTree.md @@ -40,7 +40,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. treeyes diff --git a/docs/git/deleteRef.md b/docs/git/deleteRef.md index baaa20dc8..cafcb71a3 100644 --- a/docs/git/deleteRef.md +++ b/docs/git/deleteRef.md @@ -34,7 +34,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. refyes diff --git a/docs/git/getBlob.md b/docs/git/getBlob.md index 6be3b9be6..1196bce9b 100644 --- a/docs/git/getBlob.md +++ b/docs/git/getBlob.md @@ -38,7 +38,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. file_shayes diff --git a/docs/git/getCommit.md b/docs/git/getCommit.md index 85c08eb99..5f5b8ae54 100644 --- a/docs/git/getCommit.md +++ b/docs/git/getCommit.md @@ -65,7 +65,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. commit_shayes diff --git a/docs/git/getRef.md b/docs/git/getRef.md index 59d546eb6..f4cce7c20 100644 --- a/docs/git/getRef.md +++ b/docs/git/getRef.md @@ -38,7 +38,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. refyes diff --git a/docs/git/getTag.md b/docs/git/getTag.md index 374631405..742281970 100644 --- a/docs/git/getTag.md +++ b/docs/git/getTag.md @@ -63,7 +63,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. tag_shayes diff --git a/docs/git/getTree.md b/docs/git/getTree.md index b0b27acb5..5e89626a9 100644 --- a/docs/git/getTree.md +++ b/docs/git/getTree.md @@ -40,7 +40,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. tree_shayes diff --git a/docs/git/listMatchingRefs.md b/docs/git/listMatchingRefs.md index 0ad93f578..01ee9e78e 100644 --- a/docs/git/listMatchingRefs.md +++ b/docs/git/listMatchingRefs.md @@ -42,7 +42,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. refyes diff --git a/docs/git/updateRef.md b/docs/git/updateRef.md index 2feb1d7e5..d3c02441e 100644 --- a/docs/git/updateRef.md +++ b/docs/git/updateRef.md @@ -35,7 +35,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. refyes diff --git a/docs/interactions/getRestrictionsForRepo.md b/docs/interactions/getRestrictionsForRepo.md index 558a74a64..2634ee79e 100644 --- a/docs/interactions/getRestrictionsForRepo.md +++ b/docs/interactions/getRestrictionsForRepo.md @@ -35,7 +35,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. diff --git a/docs/interactions/removeRestrictionsForRepo.md b/docs/interactions/removeRestrictionsForRepo.md index 8ab5ac6b2..793f304ff 100644 --- a/docs/interactions/removeRestrictionsForRepo.md +++ b/docs/interactions/removeRestrictionsForRepo.md @@ -35,7 +35,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. diff --git a/docs/interactions/setRestrictionsForRepo.md b/docs/interactions/setRestrictionsForRepo.md index 7f0c81b43..6d935374b 100644 --- a/docs/interactions/setRestrictionsForRepo.md +++ b/docs/interactions/setRestrictionsForRepo.md @@ -36,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. limityes diff --git a/docs/issues/addAssignees.md b/docs/issues/addAssignees.md index ffcf46a8f..4a807d89a 100644 --- a/docs/issues/addAssignees.md +++ b/docs/issues/addAssignees.md @@ -36,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. issue_numberyes diff --git a/docs/issues/addLabels.md b/docs/issues/addLabels.md index 6b23d358b..17becb52b 100644 --- a/docs/issues/addLabels.md +++ b/docs/issues/addLabels.md @@ -8,6 +8,8 @@ type: API method # Add labels to an issue +Adds labels to an issue. If you provide an empty array of labels, all labels are removed from the issue. + ```js octokit.rest.issues.addLabels({ owner, @@ -35,7 +37,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. issue_numberyes diff --git a/docs/issues/checkUserCanBeAssigned.md b/docs/issues/checkUserCanBeAssigned.md index c1f013e92..b96fd3be1 100644 --- a/docs/issues/checkUserCanBeAssigned.md +++ b/docs/issues/checkUserCanBeAssigned.md @@ -40,7 +40,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. assigneeyes diff --git a/docs/issues/checkUserCanBeAssignedToIssue.md b/docs/issues/checkUserCanBeAssignedToIssue.md index ece521f44..792e77c63 100644 --- a/docs/issues/checkUserCanBeAssignedToIssue.md +++ b/docs/issues/checkUserCanBeAssignedToIssue.md @@ -41,7 +41,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. issue_numberyes diff --git a/docs/issues/create.md b/docs/issues/create.md index b5d5caef9..88ee36178 100644 --- a/docs/issues/create.md +++ b/docs/issues/create.md @@ -38,7 +38,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. titleyes diff --git a/docs/issues/createComment.md b/docs/issues/createComment.md index 0e33bfdc1..f14c0e1a6 100644 --- a/docs/issues/createComment.md +++ b/docs/issues/createComment.md @@ -43,7 +43,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. issue_numberyes diff --git a/docs/issues/createLabel.md b/docs/issues/createLabel.md index 1447f41db..df6ae369f 100644 --- a/docs/issues/createLabel.md +++ b/docs/issues/createLabel.md @@ -8,6 +8,8 @@ type: API method # Create a label +Creates a label for the specified repository with the given name and color. The name and color parameters are required. The color must be a valid [hexadecimal color code](http://www.color-hex.com/). + ```js octokit.rest.issues.createLabel({ owner, @@ -34,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. nameyes diff --git a/docs/issues/createMilestone.md b/docs/issues/createMilestone.md index 9f69e3a71..d169b2f41 100644 --- a/docs/issues/createMilestone.md +++ b/docs/issues/createMilestone.md @@ -8,6 +8,8 @@ type: API method # Create a milestone +Creates a milestone. + ```js octokit.rest.issues.createMilestone({ owner, @@ -34,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. titleyes diff --git a/docs/issues/deleteComment.md b/docs/issues/deleteComment.md index 9fae90028..411cf39db 100644 --- a/docs/issues/deleteComment.md +++ b/docs/issues/deleteComment.md @@ -36,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. comment_idyes diff --git a/docs/issues/deleteLabel.md b/docs/issues/deleteLabel.md index b862187ae..203c97065 100644 --- a/docs/issues/deleteLabel.md +++ b/docs/issues/deleteLabel.md @@ -8,6 +8,8 @@ type: API method # Delete a label +Deletes a label using the given label name. + ```js octokit.rest.issues.deleteLabel({ owner, @@ -34,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. nameyes diff --git a/docs/issues/deleteMilestone.md b/docs/issues/deleteMilestone.md index 7a21d7255..ab1f94ef5 100644 --- a/docs/issues/deleteMilestone.md +++ b/docs/issues/deleteMilestone.md @@ -8,6 +8,8 @@ type: API method # Delete a milestone +Deletes a milestone using the given milestone number. + ```js octokit.rest.issues.deleteMilestone({ owner, @@ -34,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. milestone_numberyes diff --git a/docs/issues/get.md b/docs/issues/get.md index a5b807210..12250a8c5 100644 --- a/docs/issues/get.md +++ b/docs/issues/get.md @@ -46,7 +46,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. issue_numberyes diff --git a/docs/issues/getComment.md b/docs/issues/getComment.md index 5b4fed2d1..dd92e471b 100644 --- a/docs/issues/getComment.md +++ b/docs/issues/getComment.md @@ -36,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. comment_idyes diff --git a/docs/issues/getEvent.md b/docs/issues/getEvent.md index 5c6670064..835593761 100644 --- a/docs/issues/getEvent.md +++ b/docs/issues/getEvent.md @@ -8,6 +8,8 @@ type: API method # Get an issue event +Gets a single event by the event id. + ```js octokit.rest.issues.getEvent({ owner, @@ -34,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. event_idyes diff --git a/docs/issues/getLabel.md b/docs/issues/getLabel.md index 5ec27af74..76aa23451 100644 --- a/docs/issues/getLabel.md +++ b/docs/issues/getLabel.md @@ -8,6 +8,8 @@ type: API method # Get a label +Gets a label using the given name. + ```js octokit.rest.issues.getLabel({ owner, @@ -34,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. nameyes diff --git a/docs/issues/getMilestone.md b/docs/issues/getMilestone.md index e5393ca1b..e2399e4f9 100644 --- a/docs/issues/getMilestone.md +++ b/docs/issues/getMilestone.md @@ -8,6 +8,8 @@ type: API method # Get a milestone +Gets a milestone using the given milestone number. + ```js octokit.rest.issues.getMilestone({ owner, @@ -34,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. milestone_numberyes diff --git a/docs/issues/listAssignees.md b/docs/issues/listAssignees.md index 547d02c42..9faf029ba 100644 --- a/docs/issues/listAssignees.md +++ b/docs/issues/listAssignees.md @@ -35,7 +35,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. per_pageno diff --git a/docs/issues/listComments.md b/docs/issues/listComments.md index 236c20143..db15bf25b 100644 --- a/docs/issues/listComments.md +++ b/docs/issues/listComments.md @@ -38,7 +38,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. issue_numberyes diff --git a/docs/issues/listCommentsForRepo.md b/docs/issues/listCommentsForRepo.md index 16bb979ba..6ae205c3c 100644 --- a/docs/issues/listCommentsForRepo.md +++ b/docs/issues/listCommentsForRepo.md @@ -37,7 +37,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. sortno diff --git a/docs/issues/listEvents.md b/docs/issues/listEvents.md index c952eee5e..1b448c463 100644 --- a/docs/issues/listEvents.md +++ b/docs/issues/listEvents.md @@ -8,6 +8,8 @@ type: API method # List issue events +Lists all events for an issue. + ```js octokit.rest.issues.listEvents({ owner, @@ -34,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. issue_numberyes diff --git a/docs/issues/listEventsForRepo.md b/docs/issues/listEventsForRepo.md index 2ea6ccb41..7c7dcc0f9 100644 --- a/docs/issues/listEventsForRepo.md +++ b/docs/issues/listEventsForRepo.md @@ -8,6 +8,8 @@ type: API method # List issue events for a repository +Lists events for a repository. + ```js octokit.rest.issues.listEventsForRepo({ owner, @@ -33,7 +35,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. per_pageno diff --git a/docs/issues/listEventsForTimeline.md b/docs/issues/listEventsForTimeline.md index 28f2605e9..311a3dc05 100644 --- a/docs/issues/listEventsForTimeline.md +++ b/docs/issues/listEventsForTimeline.md @@ -8,6 +8,8 @@ type: API method # List timeline events for an issue +List all timeline events for an issue. + ```js octokit.rest.issues.listEventsForTimeline({ owner, @@ -34,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. issue_numberyes diff --git a/docs/issues/listForRepo.md b/docs/issues/listForRepo.md index 8d05d1787..bc6e18924 100644 --- a/docs/issues/listForRepo.md +++ b/docs/issues/listForRepo.md @@ -40,7 +40,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. milestoneno diff --git a/docs/issues/listLabelsForMilestone.md b/docs/issues/listLabelsForMilestone.md index 1540a824a..dcf3b1039 100644 --- a/docs/issues/listLabelsForMilestone.md +++ b/docs/issues/listLabelsForMilestone.md @@ -8,6 +8,8 @@ type: API method # List labels for issues in a milestone +Lists labels for issues in a milestone. + ```js octokit.rest.issues.listLabelsForMilestone({ owner, @@ -34,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. milestone_numberyes diff --git a/docs/issues/listLabelsForRepo.md b/docs/issues/listLabelsForRepo.md index 1a5986997..8ee04d92d 100644 --- a/docs/issues/listLabelsForRepo.md +++ b/docs/issues/listLabelsForRepo.md @@ -8,6 +8,8 @@ type: API method # List labels for a repository +Lists all labels for a repository. + ```js octokit.rest.issues.listLabelsForRepo({ owner, @@ -33,7 +35,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. per_pageno diff --git a/docs/issues/listLabelsOnIssue.md b/docs/issues/listLabelsOnIssue.md index 975aca259..0f1c9a05c 100644 --- a/docs/issues/listLabelsOnIssue.md +++ b/docs/issues/listLabelsOnIssue.md @@ -8,6 +8,8 @@ type: API method # List labels for an issue +Lists all labels for an issue. + ```js octokit.rest.issues.listLabelsOnIssue({ owner, @@ -34,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. issue_numberyes diff --git a/docs/issues/listMilestones.md b/docs/issues/listMilestones.md index 43e523593..f40a70cb7 100644 --- a/docs/issues/listMilestones.md +++ b/docs/issues/listMilestones.md @@ -8,6 +8,8 @@ type: API method # List milestones +Lists milestones for a repository. + ```js octokit.rest.issues.listMilestones({ owner, @@ -33,7 +35,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. stateno diff --git a/docs/issues/lock.md b/docs/issues/lock.md index e6cfd0c06..3d723a229 100644 --- a/docs/issues/lock.md +++ b/docs/issues/lock.md @@ -38,7 +38,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. issue_numberyes diff --git a/docs/issues/removeAllLabels.md b/docs/issues/removeAllLabels.md index 929c0d855..fc5c19d04 100644 --- a/docs/issues/removeAllLabels.md +++ b/docs/issues/removeAllLabels.md @@ -8,6 +8,8 @@ type: API method # Remove all labels from an issue +Removes all labels from an issue. + ```js octokit.rest.issues.removeAllLabels({ owner, @@ -34,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. issue_numberyes diff --git a/docs/issues/removeLabel.md b/docs/issues/removeLabel.md index 7356a6ee6..ff363dbd8 100644 --- a/docs/issues/removeLabel.md +++ b/docs/issues/removeLabel.md @@ -37,7 +37,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. issue_numberyes diff --git a/docs/issues/setLabels.md b/docs/issues/setLabels.md index 48164d0ce..5f6092762 100644 --- a/docs/issues/setLabels.md +++ b/docs/issues/setLabels.md @@ -37,7 +37,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. issue_numberyes diff --git a/docs/issues/unlock.md b/docs/issues/unlock.md index 75fb3bfc1..3489e4d2c 100644 --- a/docs/issues/unlock.md +++ b/docs/issues/unlock.md @@ -36,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. issue_numberyes diff --git a/docs/issues/update.md b/docs/issues/update.md index c184b71fc..8668c3278 100644 --- a/docs/issues/update.md +++ b/docs/issues/update.md @@ -36,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. issue_numberyes diff --git a/docs/issues/updateComment.md b/docs/issues/updateComment.md index 6b6f9a5b2..bb9c5b3bd 100644 --- a/docs/issues/updateComment.md +++ b/docs/issues/updateComment.md @@ -37,7 +37,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. comment_idyes diff --git a/docs/issues/updateLabel.md b/docs/issues/updateLabel.md index 2726dbe9c..82902b31f 100644 --- a/docs/issues/updateLabel.md +++ b/docs/issues/updateLabel.md @@ -8,6 +8,8 @@ type: API method # Update a label +Updates a label using the given label name. + ```js octokit.rest.issues.updateLabel({ owner, @@ -34,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. nameyes diff --git a/docs/issues/updateMilestone.md b/docs/issues/updateMilestone.md index a1f0a61df..6af5fbdcb 100644 --- a/docs/issues/updateMilestone.md +++ b/docs/issues/updateMilestone.md @@ -34,7 +34,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. milestone_numberyes diff --git a/docs/licenses/getForRepo.md b/docs/licenses/getForRepo.md index 6566fd633..8d57ba16c 100644 --- a/docs/licenses/getForRepo.md +++ b/docs/licenses/getForRepo.md @@ -37,7 +37,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. diff --git a/docs/meta/get.md b/docs/meta/get.md index ff24fe5e5..85dedd718 100644 --- a/docs/meta/get.md +++ b/docs/meta/get.md @@ -10,6 +10,8 @@ type: API method Returns meta information about GitHub, including a list of GitHub's IP addresses. For more information, see "[About GitHub's IP addresses](https://docs.github.com/articles/about-github-s-ip-addresses/)." +The API's response also includes a list of GitHub's domain names. + The values shown in the documentation's response are example values. You must always query the API directly to get the latest values. **Note:** This endpoint returns both IPv4 and IPv6 addresses. However, not all features support IPv6. You should refer to the specific documentation for each feature to determine if IPv6 is supported. diff --git a/docs/migrations/cancelImport.md b/docs/migrations/cancelImport.md index e7c237191..add051909 100644 --- a/docs/migrations/cancelImport.md +++ b/docs/migrations/cancelImport.md @@ -39,7 +39,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. diff --git a/docs/migrations/getCommitAuthors.md b/docs/migrations/getCommitAuthors.md index f30fdc215..b4adedead 100644 --- a/docs/migrations/getCommitAuthors.md +++ b/docs/migrations/getCommitAuthors.md @@ -41,7 +41,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. sinceno diff --git a/docs/migrations/getImportStatus.md b/docs/migrations/getImportStatus.md index 5c5a081f3..b88e4e529 100644 --- a/docs/migrations/getImportStatus.md +++ b/docs/migrations/getImportStatus.md @@ -72,7 +72,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. diff --git a/docs/migrations/getLargeFiles.md b/docs/migrations/getLargeFiles.md index 0083952be..ff67fcff2 100644 --- a/docs/migrations/getLargeFiles.md +++ b/docs/migrations/getLargeFiles.md @@ -39,7 +39,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. diff --git a/docs/migrations/mapCommitAuthor.md b/docs/migrations/mapCommitAuthor.md index 48f57cfa3..96da75a8d 100644 --- a/docs/migrations/mapCommitAuthor.md +++ b/docs/migrations/mapCommitAuthor.md @@ -41,7 +41,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. author_idyes diff --git a/docs/migrations/setLfsPreference.md b/docs/migrations/setLfsPreference.md index 3d21a108d..aff7033ef 100644 --- a/docs/migrations/setLfsPreference.md +++ b/docs/migrations/setLfsPreference.md @@ -44,7 +44,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. use_lfsyes diff --git a/docs/migrations/startImport.md b/docs/migrations/startImport.md index ea56c7ba1..4a72d0d86 100644 --- a/docs/migrations/startImport.md +++ b/docs/migrations/startImport.md @@ -37,7 +37,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. vcs_urlyes diff --git a/docs/migrations/updateImport.md b/docs/migrations/updateImport.md index ce7f3d7f4..3adf79b60 100644 --- a/docs/migrations/updateImport.md +++ b/docs/migrations/updateImport.md @@ -44,7 +44,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. vcs_usernameno diff --git a/docs/orgs/checkPublicMembershipForUser.md b/docs/orgs/checkPublicMembershipForUser.md index 588c4481e..7234ac808 100644 --- a/docs/orgs/checkPublicMembershipForUser.md +++ b/docs/orgs/checkPublicMembershipForUser.md @@ -8,6 +8,8 @@ type: API method # Check public organization membership for a user +Check if the provided user is a public member of the organization. + ```js octokit.rest.orgs.checkPublicMembershipForUser({ org, diff --git a/docs/orgs/getMembershipForAuthenticatedUser.md b/docs/orgs/getMembershipForAuthenticatedUser.md index 43eb8b2be..fe361535a 100644 --- a/docs/orgs/getMembershipForAuthenticatedUser.md +++ b/docs/orgs/getMembershipForAuthenticatedUser.md @@ -8,6 +8,8 @@ type: API method # Get an organization membership for the authenticated user +If the authenticated user is an active or pending member of the organization, this endpoint will return the user's membership. If the authenticated user is not affiliated with the organization, a `404` is returned. This endpoint will return a `403` if the request is made by a GitHub App that is blocked by the organization. + ```js octokit.rest.orgs.getMembershipForAuthenticatedUser({ org, diff --git a/docs/orgs/listMembershipsForAuthenticatedUser.md b/docs/orgs/listMembershipsForAuthenticatedUser.md index d883c9885..1f62644ff 100644 --- a/docs/orgs/listMembershipsForAuthenticatedUser.md +++ b/docs/orgs/listMembershipsForAuthenticatedUser.md @@ -8,6 +8,8 @@ type: API method # List organization memberships for the authenticated user +Lists all of the authenticated user's organization memberships. + ```js octokit.rest.orgs.listMembershipsForAuthenticatedUser(); ``` diff --git a/docs/orgs/removePublicMembershipForAuthenticatedUser.md b/docs/orgs/removePublicMembershipForAuthenticatedUser.md index bf00aba0e..b586a1e26 100644 --- a/docs/orgs/removePublicMembershipForAuthenticatedUser.md +++ b/docs/orgs/removePublicMembershipForAuthenticatedUser.md @@ -8,6 +8,8 @@ type: API method # Remove public organization membership for the authenticated user +Removes the public membership for the authenticated user from the specified organization, unless public visibility is enforced by default. + ```js octokit.rest.orgs.removePublicMembershipForAuthenticatedUser({ org, diff --git a/docs/orgs/update.md b/docs/orgs/update.md index a2219728a..7dd395bee 100644 --- a/docs/orgs/update.md +++ b/docs/orgs/update.md @@ -10,7 +10,7 @@ type: API method **Parameter Deprecation Notice:** GitHub will replace and discontinue `members_allowed_repository_creation_type` in favor of more granular permissions. The new input parameters are `members_can_create_public_repositories`, `members_can_create_private_repositories` for all organizations and `members_can_create_internal_repositories` for organizations associated with an enterprise account using GitHub Enterprise Cloud or GitHub Enterprise Server 2.20+. For more information, see the [blog post](https://developer.github.com/changes/2019-12-03-internal-visibility-changes). -Enables an authenticated organization owner with the `admin:org` scope to update the organization's profile and member privileges. +Enables an authenticated organization owner with the `admin:org` scope or the `repo` scope to update the organization's profile and member privileges. ```js octokit.rest.orgs.update({ diff --git a/docs/orgs/updateMembershipForAuthenticatedUser.md b/docs/orgs/updateMembershipForAuthenticatedUser.md index e9fb1c55d..b5976c17e 100644 --- a/docs/orgs/updateMembershipForAuthenticatedUser.md +++ b/docs/orgs/updateMembershipForAuthenticatedUser.md @@ -8,6 +8,8 @@ type: API method # Update an organization membership for the authenticated user +Converts the authenticated user to an active member of the organization, if that user has a pending invitation from the organization. + ```js octokit.rest.orgs.updateMembershipForAuthenticatedUser({ org, diff --git a/docs/projects/createColumn.md b/docs/projects/createColumn.md index 753d26f8d..b47c7e700 100644 --- a/docs/projects/createColumn.md +++ b/docs/projects/createColumn.md @@ -8,6 +8,8 @@ type: API method # Create a project column +Creates a new project column. + ```js octokit.rest.projects.createColumn({ project_id, diff --git a/docs/projects/createForRepo.md b/docs/projects/createForRepo.md index 5db6970f9..e37914ef1 100644 --- a/docs/projects/createForRepo.md +++ b/docs/projects/createForRepo.md @@ -36,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. nameyes diff --git a/docs/projects/deleteCard.md b/docs/projects/deleteCard.md index f230cbff4..eccbd22e2 100644 --- a/docs/projects/deleteCard.md +++ b/docs/projects/deleteCard.md @@ -8,6 +8,8 @@ type: API method # Delete a project card +Deletes a project card + ```js octokit.rest.projects.deleteCard({ card_id, diff --git a/docs/projects/deleteColumn.md b/docs/projects/deleteColumn.md index 91b63cac0..222a8e209 100644 --- a/docs/projects/deleteColumn.md +++ b/docs/projects/deleteColumn.md @@ -8,6 +8,8 @@ type: API method # Delete a project column +Deletes a project column. + ```js octokit.rest.projects.deleteColumn({ column_id, diff --git a/docs/projects/getCard.md b/docs/projects/getCard.md index cfd5daf5d..b9d888756 100644 --- a/docs/projects/getCard.md +++ b/docs/projects/getCard.md @@ -8,6 +8,8 @@ type: API method # Get a project card +Gets information about a project card. + ```js octokit.rest.projects.getCard({ card_id, diff --git a/docs/projects/getColumn.md b/docs/projects/getColumn.md index 30d3dacfc..85b466654 100644 --- a/docs/projects/getColumn.md +++ b/docs/projects/getColumn.md @@ -8,6 +8,8 @@ type: API method # Get a project column +Gets information about a project column. + ```js octokit.rest.projects.getColumn({ column_id, diff --git a/docs/projects/listCards.md b/docs/projects/listCards.md index 53b884626..60b81b7e7 100644 --- a/docs/projects/listCards.md +++ b/docs/projects/listCards.md @@ -8,6 +8,8 @@ type: API method # List project cards +Lists the project cards in a project. + ```js octokit.rest.projects.listCards({ column_id, diff --git a/docs/projects/listColumns.md b/docs/projects/listColumns.md index c1229c636..acd2178ec 100644 --- a/docs/projects/listColumns.md +++ b/docs/projects/listColumns.md @@ -8,6 +8,8 @@ type: API method # List project columns +Lists the project columns in a project. + ```js octokit.rest.projects.listColumns({ project_id, diff --git a/docs/projects/listForRepo.md b/docs/projects/listForRepo.md index 51d08635b..415a1f40a 100644 --- a/docs/projects/listForRepo.md +++ b/docs/projects/listForRepo.md @@ -35,7 +35,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. stateno diff --git a/docs/projects/listForUser.md b/docs/projects/listForUser.md index 83e68affa..99382a6e6 100644 --- a/docs/projects/listForUser.md +++ b/docs/projects/listForUser.md @@ -8,6 +8,8 @@ type: API method # List user projects +Lists projects for a user. + ```js octokit.rest.projects.listForUser({ username, diff --git a/docs/pulls/checkIfMerged.md b/docs/pulls/checkIfMerged.md index 325ff59eb..57c4bea86 100644 --- a/docs/pulls/checkIfMerged.md +++ b/docs/pulls/checkIfMerged.md @@ -36,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. pull_numberyes diff --git a/docs/pulls/create.md b/docs/pulls/create.md index a47d4f87a..5a81badc5 100644 --- a/docs/pulls/create.md +++ b/docs/pulls/create.md @@ -41,7 +41,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. titleno diff --git a/docs/pulls/createReplyForReviewComment.md b/docs/pulls/createReplyForReviewComment.md index 3a8d66d1b..a5ac7b687 100644 --- a/docs/pulls/createReplyForReviewComment.md +++ b/docs/pulls/createReplyForReviewComment.md @@ -40,7 +40,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. pull_numberyes diff --git a/docs/pulls/createReview.md b/docs/pulls/createReview.md index 4f233b220..5561fa776 100644 --- a/docs/pulls/createReview.md +++ b/docs/pulls/createReview.md @@ -44,7 +44,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. pull_numberyes diff --git a/docs/pulls/createReviewComment.md b/docs/pulls/createReviewComment.md index 23bae92ee..69bfafe35 100644 --- a/docs/pulls/createReviewComment.md +++ b/docs/pulls/createReviewComment.md @@ -1,6 +1,6 @@ --- name: Create a review comment for a pull request -example: octokit.rest.pulls.createReviewComment({ owner, repo, pull_number, body, commit_id, path, line }) +example: octokit.rest.pulls.createReviewComment({ owner, repo, pull_number, body, commit_id, path }) route: POST /repos/{owner}/{repo}/pulls/{pull_number}/comments scope: pulls type: API method @@ -24,7 +24,6 @@ octokit.rest.pulls.createReviewComment({ body, commit_id, path, - line, }); ``` @@ -46,7 +45,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. pull_numberyes @@ -79,9 +78,9 @@ The relative path to the file that necessitates a comment. In a split diff view, the side of the diff that the pull request's changes appear on. Can be `LEFT` or `RIGHT`. Use `LEFT` for deletions that appear in red. Use `RIGHT` for additions that appear in green or unchanged lines that appear in white and are shown for context. For a multi-line comment, side represents whether the last line of the comment range is a deletion or addition. For more information, see "[Diff view options](https://docs.github.com/articles/about-comparing-branches-in-pull-requests#diff-view-options)" in the GitHub Help documentation. -lineyes +lineno -The line of the blob in the pull request diff that the comment applies to. For a multi-line comment, the last line of the range that your comment applies to. +**Required unless using `subject_type:file`**. The line of the blob in the pull request diff that the comment applies to. For a multi-line comment, the last line of the range that your comment applies to. start_lineno diff --git a/docs/pulls/deletePendingReview.md b/docs/pulls/deletePendingReview.md index 057e30f84..7e3f5ff51 100644 --- a/docs/pulls/deletePendingReview.md +++ b/docs/pulls/deletePendingReview.md @@ -37,7 +37,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. pull_numberyes diff --git a/docs/pulls/deleteReviewComment.md b/docs/pulls/deleteReviewComment.md index bdf9d191c..e773572f7 100644 --- a/docs/pulls/deleteReviewComment.md +++ b/docs/pulls/deleteReviewComment.md @@ -36,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. comment_idyes diff --git a/docs/pulls/dismissReview.md b/docs/pulls/dismissReview.md index 55c6c0412..158ee67df 100644 --- a/docs/pulls/dismissReview.md +++ b/docs/pulls/dismissReview.md @@ -38,7 +38,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. pull_numberyes diff --git a/docs/pulls/get.md b/docs/pulls/get.md index ca5f57f77..630526532 100644 --- a/docs/pulls/get.md +++ b/docs/pulls/get.md @@ -50,7 +50,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. pull_numberyes diff --git a/docs/pulls/getReview.md b/docs/pulls/getReview.md index 01d466179..ba77a354c 100644 --- a/docs/pulls/getReview.md +++ b/docs/pulls/getReview.md @@ -37,7 +37,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. pull_numberyes diff --git a/docs/pulls/getReviewComment.md b/docs/pulls/getReviewComment.md index ea59e81b6..9f4181dc2 100644 --- a/docs/pulls/getReviewComment.md +++ b/docs/pulls/getReviewComment.md @@ -36,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. comment_idyes diff --git a/docs/pulls/list.md b/docs/pulls/list.md index 963f84da9..63e6f445a 100644 --- a/docs/pulls/list.md +++ b/docs/pulls/list.md @@ -35,7 +35,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. stateno diff --git a/docs/pulls/listCommentsForReview.md b/docs/pulls/listCommentsForReview.md index aa4f8efc7..32cf34443 100644 --- a/docs/pulls/listCommentsForReview.md +++ b/docs/pulls/listCommentsForReview.md @@ -37,7 +37,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. pull_numberyes diff --git a/docs/pulls/listCommits.md b/docs/pulls/listCommits.md index 005885955..7e305afb5 100644 --- a/docs/pulls/listCommits.md +++ b/docs/pulls/listCommits.md @@ -36,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. pull_numberyes diff --git a/docs/pulls/listFiles.md b/docs/pulls/listFiles.md index d79356c9c..9c2d2ab2b 100644 --- a/docs/pulls/listFiles.md +++ b/docs/pulls/listFiles.md @@ -36,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. pull_numberyes diff --git a/docs/pulls/listRequestedReviewers.md b/docs/pulls/listRequestedReviewers.md index ca932d4bc..4353a1e49 100644 --- a/docs/pulls/listRequestedReviewers.md +++ b/docs/pulls/listRequestedReviewers.md @@ -36,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. pull_numberyes diff --git a/docs/pulls/listReviewComments.md b/docs/pulls/listReviewComments.md index 1bb785ca4..0a81bf1a2 100644 --- a/docs/pulls/listReviewComments.md +++ b/docs/pulls/listReviewComments.md @@ -36,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. pull_numberyes diff --git a/docs/pulls/listReviewCommentsForRepo.md b/docs/pulls/listReviewCommentsForRepo.md index 5d798ba67..1aced72e9 100644 --- a/docs/pulls/listReviewCommentsForRepo.md +++ b/docs/pulls/listReviewCommentsForRepo.md @@ -35,7 +35,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. sortno diff --git a/docs/pulls/listReviews.md b/docs/pulls/listReviews.md index de95a163b..40d03ca16 100644 --- a/docs/pulls/listReviews.md +++ b/docs/pulls/listReviews.md @@ -36,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. pull_numberyes diff --git a/docs/pulls/merge.md b/docs/pulls/merge.md index c94bbb2e1..6e61eb9cb 100644 --- a/docs/pulls/merge.md +++ b/docs/pulls/merge.md @@ -37,7 +37,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. pull_numberyes diff --git a/docs/pulls/removeRequestedReviewers.md b/docs/pulls/removeRequestedReviewers.md index 9edbad1be..accc2dce8 100644 --- a/docs/pulls/removeRequestedReviewers.md +++ b/docs/pulls/removeRequestedReviewers.md @@ -37,7 +37,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. pull_numberyes diff --git a/docs/pulls/submitReview.md b/docs/pulls/submitReview.md index 03c75941d..f88bc9036 100644 --- a/docs/pulls/submitReview.md +++ b/docs/pulls/submitReview.md @@ -38,7 +38,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. pull_numberyes diff --git a/docs/pulls/update.md b/docs/pulls/update.md index 2d1c6a700..f7d9e37a3 100644 --- a/docs/pulls/update.md +++ b/docs/pulls/update.md @@ -38,7 +38,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. pull_numberyes diff --git a/docs/pulls/updateBranch.md b/docs/pulls/updateBranch.md index bfdbe1c25..f64b44998 100644 --- a/docs/pulls/updateBranch.md +++ b/docs/pulls/updateBranch.md @@ -36,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. pull_numberyes diff --git a/docs/pulls/updateReview.md b/docs/pulls/updateReview.md index a46f542ca..70d456136 100644 --- a/docs/pulls/updateReview.md +++ b/docs/pulls/updateReview.md @@ -38,7 +38,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. pull_numberyes diff --git a/docs/pulls/updateReviewComment.md b/docs/pulls/updateReviewComment.md index 6f78695ee..3bb75f0b4 100644 --- a/docs/pulls/updateReviewComment.md +++ b/docs/pulls/updateReviewComment.md @@ -37,7 +37,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. comment_idyes diff --git a/docs/reactions/createForCommitComment.md b/docs/reactions/createForCommitComment.md index 5507d1257..702b57d84 100644 --- a/docs/reactions/createForCommitComment.md +++ b/docs/reactions/createForCommitComment.md @@ -37,7 +37,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. comment_idyes diff --git a/docs/reactions/createForIssue.md b/docs/reactions/createForIssue.md index 0643966c4..59d9e37a2 100644 --- a/docs/reactions/createForIssue.md +++ b/docs/reactions/createForIssue.md @@ -37,7 +37,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. issue_numberyes diff --git a/docs/reactions/createForIssueComment.md b/docs/reactions/createForIssueComment.md index a0a889b3a..2488c5cb6 100644 --- a/docs/reactions/createForIssueComment.md +++ b/docs/reactions/createForIssueComment.md @@ -37,7 +37,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. comment_idyes diff --git a/docs/reactions/createForPullRequestReviewComment.md b/docs/reactions/createForPullRequestReviewComment.md index 249c0d68e..3645e4019 100644 --- a/docs/reactions/createForPullRequestReviewComment.md +++ b/docs/reactions/createForPullRequestReviewComment.md @@ -37,7 +37,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. comment_idyes diff --git a/docs/reactions/createForRelease.md b/docs/reactions/createForRelease.md index e0f61d37e..2aa57d05c 100644 --- a/docs/reactions/createForRelease.md +++ b/docs/reactions/createForRelease.md @@ -37,7 +37,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. release_idyes diff --git a/docs/reactions/deleteForCommitComment.md b/docs/reactions/deleteForCommitComment.md index 0caed7d18..c8bbd62d3 100644 --- a/docs/reactions/deleteForCommitComment.md +++ b/docs/reactions/deleteForCommitComment.md @@ -39,7 +39,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. comment_idyes diff --git a/docs/reactions/deleteForIssue.md b/docs/reactions/deleteForIssue.md index ad37b9586..c75b30239 100644 --- a/docs/reactions/deleteForIssue.md +++ b/docs/reactions/deleteForIssue.md @@ -39,7 +39,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. issue_numberyes diff --git a/docs/reactions/deleteForIssueComment.md b/docs/reactions/deleteForIssueComment.md index 978b25f78..d6a695390 100644 --- a/docs/reactions/deleteForIssueComment.md +++ b/docs/reactions/deleteForIssueComment.md @@ -39,7 +39,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. comment_idyes diff --git a/docs/reactions/deleteForPullRequestComment.md b/docs/reactions/deleteForPullRequestComment.md index 3915dbcfb..edbfb3597 100644 --- a/docs/reactions/deleteForPullRequestComment.md +++ b/docs/reactions/deleteForPullRequestComment.md @@ -39,7 +39,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. comment_idyes diff --git a/docs/reactions/deleteForRelease.md b/docs/reactions/deleteForRelease.md index 0aeb5ceb7..6c84c37ae 100644 --- a/docs/reactions/deleteForRelease.md +++ b/docs/reactions/deleteForRelease.md @@ -39,7 +39,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. release_idyes diff --git a/docs/reactions/listForCommitComment.md b/docs/reactions/listForCommitComment.md index d6a3eb327..cd7fb4e53 100644 --- a/docs/reactions/listForCommitComment.md +++ b/docs/reactions/listForCommitComment.md @@ -36,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. comment_idyes diff --git a/docs/reactions/listForIssue.md b/docs/reactions/listForIssue.md index c1c0684aa..5e65d5ce3 100644 --- a/docs/reactions/listForIssue.md +++ b/docs/reactions/listForIssue.md @@ -36,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. issue_numberyes diff --git a/docs/reactions/listForIssueComment.md b/docs/reactions/listForIssueComment.md index cb895e3a1..c95eac3db 100644 --- a/docs/reactions/listForIssueComment.md +++ b/docs/reactions/listForIssueComment.md @@ -36,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. comment_idyes diff --git a/docs/reactions/listForPullRequestReviewComment.md b/docs/reactions/listForPullRequestReviewComment.md index 23234b0a1..5a8e10730 100644 --- a/docs/reactions/listForPullRequestReviewComment.md +++ b/docs/reactions/listForPullRequestReviewComment.md @@ -36,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. comment_idyes diff --git a/docs/reactions/listForRelease.md b/docs/reactions/listForRelease.md index 1f8486f2f..c8531be6c 100644 --- a/docs/reactions/listForRelease.md +++ b/docs/reactions/listForRelease.md @@ -36,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. release_idyes diff --git a/docs/repos/addAppAccessRestrictions.md b/docs/repos/addAppAccessRestrictions.md index d7bcd1935..8cf8602f2 100644 --- a/docs/repos/addAppAccessRestrictions.md +++ b/docs/repos/addAppAccessRestrictions.md @@ -39,7 +39,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. branchyes diff --git a/docs/repos/addCollaborator.md b/docs/repos/addCollaborator.md index 543038cc1..a2351fb43 100644 --- a/docs/repos/addCollaborator.md +++ b/docs/repos/addCollaborator.md @@ -56,7 +56,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. usernameyes diff --git a/docs/repos/addStatusCheckContexts.md b/docs/repos/addStatusCheckContexts.md index faba49528..47802abfb 100644 --- a/docs/repos/addStatusCheckContexts.md +++ b/docs/repos/addStatusCheckContexts.md @@ -37,7 +37,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. branchyes diff --git a/docs/repos/addTeamAccessRestrictions.md b/docs/repos/addTeamAccessRestrictions.md index cb6e178e0..6448253f3 100644 --- a/docs/repos/addTeamAccessRestrictions.md +++ b/docs/repos/addTeamAccessRestrictions.md @@ -39,7 +39,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. branchyes diff --git a/docs/repos/addUserAccessRestrictions.md b/docs/repos/addUserAccessRestrictions.md index c84d6e48c..48efea8ec 100644 --- a/docs/repos/addUserAccessRestrictions.md +++ b/docs/repos/addUserAccessRestrictions.md @@ -43,7 +43,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. branchyes diff --git a/docs/repos/checkCollaborator.md b/docs/repos/checkCollaborator.md index 1e671330e..b3e4af4e7 100644 --- a/docs/repos/checkCollaborator.md +++ b/docs/repos/checkCollaborator.md @@ -42,7 +42,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. usernameyes diff --git a/docs/repos/checkVulnerabilityAlerts.md b/docs/repos/checkVulnerabilityAlerts.md index 01bad17bc..19d74b92f 100644 --- a/docs/repos/checkVulnerabilityAlerts.md +++ b/docs/repos/checkVulnerabilityAlerts.md @@ -35,7 +35,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. diff --git a/docs/repos/codeownersErrors.md b/docs/repos/codeownersErrors.md index fda78d43c..5c62c5ea6 100644 --- a/docs/repos/codeownersErrors.md +++ b/docs/repos/codeownersErrors.md @@ -39,7 +39,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. refno diff --git a/docs/repos/compareCommitsWithBasehead.md b/docs/repos/compareCommitsWithBasehead.md index 109d7f1d8..da8974907 100644 --- a/docs/repos/compareCommitsWithBasehead.md +++ b/docs/repos/compareCommitsWithBasehead.md @@ -80,7 +80,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. pageno diff --git a/docs/repos/createAutolink.md b/docs/repos/createAutolink.md index 0eda44568..2d00d5c44 100644 --- a/docs/repos/createAutolink.md +++ b/docs/repos/createAutolink.md @@ -37,7 +37,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. key_prefixyes diff --git a/docs/repos/createCommitComment.md b/docs/repos/createCommitComment.md index 9dbcf2ac1..003a95a53 100644 --- a/docs/repos/createCommitComment.md +++ b/docs/repos/createCommitComment.md @@ -39,7 +39,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. commit_shayes diff --git a/docs/repos/createCommitSignatureProtection.md b/docs/repos/createCommitSignatureProtection.md index a6380f068..bea2115c6 100644 --- a/docs/repos/createCommitSignatureProtection.md +++ b/docs/repos/createCommitSignatureProtection.md @@ -38,7 +38,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. branchyes diff --git a/docs/repos/createCommitStatus.md b/docs/repos/createCommitStatus.md index d4a8dcd81..7203a2858 100644 --- a/docs/repos/createCommitStatus.md +++ b/docs/repos/createCommitStatus.md @@ -39,7 +39,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. shayes diff --git a/docs/repos/createDeployKey.md b/docs/repos/createDeployKey.md index 415c9a289..7afb55cfd 100644 --- a/docs/repos/createDeployKey.md +++ b/docs/repos/createDeployKey.md @@ -36,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. titleno diff --git a/docs/repos/createDeployment.md b/docs/repos/createDeployment.md index 971982e87..064f3b8e0 100644 --- a/docs/repos/createDeployment.md +++ b/docs/repos/createDeployment.md @@ -84,7 +84,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. refyes diff --git a/docs/repos/createDeploymentBranchPolicy.md b/docs/repos/createDeploymentBranchPolicy.md index a8b29efbc..6f164f4b3 100644 --- a/docs/repos/createDeploymentBranchPolicy.md +++ b/docs/repos/createDeploymentBranchPolicy.md @@ -39,7 +39,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. environment_nameyes diff --git a/docs/repos/createDeploymentProtectionRule.md b/docs/repos/createDeploymentProtectionRule.md index 22b18cd29..d8af5568a 100644 --- a/docs/repos/createDeploymentProtectionRule.md +++ b/docs/repos/createDeploymentProtectionRule.md @@ -40,7 +40,7 @@ The name of the environment. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. owneryes diff --git a/docs/repos/createDeploymentStatus.md b/docs/repos/createDeploymentStatus.md index d4bb2f19d..13fe4493d 100644 --- a/docs/repos/createDeploymentStatus.md +++ b/docs/repos/createDeploymentStatus.md @@ -39,7 +39,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. deployment_idyes diff --git a/docs/repos/createDispatchEvent.md b/docs/repos/createDispatchEvent.md index 573ba4e6d..6c354789c 100644 --- a/docs/repos/createDispatchEvent.md +++ b/docs/repos/createDispatchEvent.md @@ -45,7 +45,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. event_typeyes diff --git a/docs/repos/createFork.md b/docs/repos/createFork.md index a9ef1195c..17ea51fd6 100644 --- a/docs/repos/createFork.md +++ b/docs/repos/createFork.md @@ -39,7 +39,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. organizationno diff --git a/docs/repos/createOrUpdateEnvironment.md b/docs/repos/createOrUpdateEnvironment.md index 7df14f955..e1e4d80fe 100644 --- a/docs/repos/createOrUpdateEnvironment.md +++ b/docs/repos/createOrUpdateEnvironment.md @@ -44,7 +44,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. environment_nameyes diff --git a/docs/repos/createOrUpdateFileContents.md b/docs/repos/createOrUpdateFileContents.md index 4927b0eac..46a832fd8 100644 --- a/docs/repos/createOrUpdateFileContents.md +++ b/docs/repos/createOrUpdateFileContents.md @@ -44,7 +44,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. pathyes diff --git a/docs/repos/createPagesDeployment.md b/docs/repos/createPagesDeployment.md index d0d34102b..e8d9949fe 100644 --- a/docs/repos/createPagesDeployment.md +++ b/docs/repos/createPagesDeployment.md @@ -40,7 +40,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. artifact_urlyes diff --git a/docs/repos/createPagesSite.md b/docs/repos/createPagesSite.md index b0140fb23..2d26d0da0 100644 --- a/docs/repos/createPagesSite.md +++ b/docs/repos/createPagesSite.md @@ -38,7 +38,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. build_typeno diff --git a/docs/repos/createRelease.md b/docs/repos/createRelease.md index ce76b6075..801ee0e90 100644 --- a/docs/repos/createRelease.md +++ b/docs/repos/createRelease.md @@ -38,7 +38,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. tag_nameyes diff --git a/docs/repos/createRepoRuleset.md b/docs/repos/createRepoRuleset.md index 8eb05e72d..273bb68fa 100644 --- a/docs/repos/createRepoRuleset.md +++ b/docs/repos/createRepoRuleset.md @@ -50,7 +50,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. nameyes diff --git a/docs/repos/createTagProtection.md b/docs/repos/createTagProtection.md index d153e6783..2ed82956e 100644 --- a/docs/repos/createTagProtection.md +++ b/docs/repos/createTagProtection.md @@ -37,7 +37,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. patternyes diff --git a/docs/repos/createWebhook.md b/docs/repos/createWebhook.md index 01afa6ad4..324abc924 100644 --- a/docs/repos/createWebhook.md +++ b/docs/repos/createWebhook.md @@ -36,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. nameno diff --git a/docs/repos/delete.md b/docs/repos/delete.md index 8048fc383..8ed32df15 100644 --- a/docs/repos/delete.md +++ b/docs/repos/delete.md @@ -38,7 +38,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. diff --git a/docs/repos/deleteAccessRestrictions.md b/docs/repos/deleteAccessRestrictions.md index 32bd9c7e4..1a4bd500e 100644 --- a/docs/repos/deleteAccessRestrictions.md +++ b/docs/repos/deleteAccessRestrictions.md @@ -38,7 +38,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. branchyes diff --git a/docs/repos/deleteAdminBranchProtection.md b/docs/repos/deleteAdminBranchProtection.md index c7c668139..e4fa840c2 100644 --- a/docs/repos/deleteAdminBranchProtection.md +++ b/docs/repos/deleteAdminBranchProtection.md @@ -38,7 +38,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. branchyes diff --git a/docs/repos/deleteAnEnvironment.md b/docs/repos/deleteAnEnvironment.md index 4515c8f11..7ba102c1b 100644 --- a/docs/repos/deleteAnEnvironment.md +++ b/docs/repos/deleteAnEnvironment.md @@ -36,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. environment_nameyes diff --git a/docs/repos/deleteAutolink.md b/docs/repos/deleteAutolink.md index b368fbd2b..95a6368a8 100644 --- a/docs/repos/deleteAutolink.md +++ b/docs/repos/deleteAutolink.md @@ -38,7 +38,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. autolink_idyes diff --git a/docs/repos/deleteBranchProtection.md b/docs/repos/deleteBranchProtection.md index e5fad059b..b1d9deea4 100644 --- a/docs/repos/deleteBranchProtection.md +++ b/docs/repos/deleteBranchProtection.md @@ -36,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. branchyes diff --git a/docs/repos/deleteCommitComment.md b/docs/repos/deleteCommitComment.md index 33c193f7b..053d07630 100644 --- a/docs/repos/deleteCommitComment.md +++ b/docs/repos/deleteCommitComment.md @@ -34,7 +34,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. comment_idyes diff --git a/docs/repos/deleteCommitSignatureProtection.md b/docs/repos/deleteCommitSignatureProtection.md index 88839aa49..cef13280c 100644 --- a/docs/repos/deleteCommitSignatureProtection.md +++ b/docs/repos/deleteCommitSignatureProtection.md @@ -38,7 +38,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. branchyes diff --git a/docs/repos/deleteDeployKey.md b/docs/repos/deleteDeployKey.md index f9ff6946a..6778c38be 100644 --- a/docs/repos/deleteDeployKey.md +++ b/docs/repos/deleteDeployKey.md @@ -36,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. key_idyes diff --git a/docs/repos/deleteDeployment.md b/docs/repos/deleteDeployment.md index 0c857c26c..3a53efd4a 100644 --- a/docs/repos/deleteDeployment.md +++ b/docs/repos/deleteDeployment.md @@ -43,7 +43,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. deployment_idyes diff --git a/docs/repos/deleteDeploymentBranchPolicy.md b/docs/repos/deleteDeploymentBranchPolicy.md index b4b8cbc1e..76fa498e4 100644 --- a/docs/repos/deleteDeploymentBranchPolicy.md +++ b/docs/repos/deleteDeploymentBranchPolicy.md @@ -39,7 +39,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. environment_nameyes diff --git a/docs/repos/deleteFile.md b/docs/repos/deleteFile.md index 2a40987d9..bcfdcf5bf 100644 --- a/docs/repos/deleteFile.md +++ b/docs/repos/deleteFile.md @@ -46,7 +46,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. pathyes diff --git a/docs/repos/deleteInvitation.md b/docs/repos/deleteInvitation.md index 77b7ccf1d..5b39afbaa 100644 --- a/docs/repos/deleteInvitation.md +++ b/docs/repos/deleteInvitation.md @@ -34,7 +34,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. invitation_idyes diff --git a/docs/repos/deletePagesSite.md b/docs/repos/deletePagesSite.md index 192a48064..9a6ba3373 100644 --- a/docs/repos/deletePagesSite.md +++ b/docs/repos/deletePagesSite.md @@ -37,7 +37,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. diff --git a/docs/repos/deletePullRequestReviewProtection.md b/docs/repos/deletePullRequestReviewProtection.md index 21f97f57e..47ba91b4f 100644 --- a/docs/repos/deletePullRequestReviewProtection.md +++ b/docs/repos/deletePullRequestReviewProtection.md @@ -36,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. branchyes diff --git a/docs/repos/deleteRelease.md b/docs/repos/deleteRelease.md index d8680e20b..2c8ad0f9b 100644 --- a/docs/repos/deleteRelease.md +++ b/docs/repos/deleteRelease.md @@ -36,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. release_idyes diff --git a/docs/repos/deleteReleaseAsset.md b/docs/repos/deleteReleaseAsset.md index 9f4d47315..d473df4f1 100644 --- a/docs/repos/deleteReleaseAsset.md +++ b/docs/repos/deleteReleaseAsset.md @@ -34,7 +34,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. asset_idyes diff --git a/docs/repos/deleteRepoRuleset.md b/docs/repos/deleteRepoRuleset.md index ad5d35df9..cba92ee2d 100644 --- a/docs/repos/deleteRepoRuleset.md +++ b/docs/repos/deleteRepoRuleset.md @@ -36,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. ruleset_idyes diff --git a/docs/repos/deleteTagProtection.md b/docs/repos/deleteTagProtection.md index 58d0ce5bb..940c597a2 100644 --- a/docs/repos/deleteTagProtection.md +++ b/docs/repos/deleteTagProtection.md @@ -37,7 +37,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. tag_protection_idyes diff --git a/docs/repos/deleteWebhook.md b/docs/repos/deleteWebhook.md index e7f6ef128..9aa663568 100644 --- a/docs/repos/deleteWebhook.md +++ b/docs/repos/deleteWebhook.md @@ -34,7 +34,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. hook_idyes diff --git a/docs/repos/disableAutomatedSecurityFixes.md b/docs/repos/disableAutomatedSecurityFixes.md index 215db2732..7b5a7a1a7 100644 --- a/docs/repos/disableAutomatedSecurityFixes.md +++ b/docs/repos/disableAutomatedSecurityFixes.md @@ -35,7 +35,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. diff --git a/docs/repos/disableDeploymentProtectionRule.md b/docs/repos/disableDeploymentProtectionRule.md index 06f87d1b7..a747da519 100644 --- a/docs/repos/disableDeploymentProtectionRule.md +++ b/docs/repos/disableDeploymentProtectionRule.md @@ -39,7 +39,7 @@ The name of the environment. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. owneryes diff --git a/docs/repos/disableLfsForRepo.md b/docs/repos/disableLfsForRepo.md index fa05b0926..9019a15bf 100644 --- a/docs/repos/disableLfsForRepo.md +++ b/docs/repos/disableLfsForRepo.md @@ -35,7 +35,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. diff --git a/docs/repos/disableVulnerabilityAlerts.md b/docs/repos/disableVulnerabilityAlerts.md index 3f3d035db..50ba2da0d 100644 --- a/docs/repos/disableVulnerabilityAlerts.md +++ b/docs/repos/disableVulnerabilityAlerts.md @@ -37,7 +37,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. diff --git a/docs/repos/downloadArchive.md b/docs/repos/downloadArchive.md index 2df0b8286..72c65e96b 100644 --- a/docs/repos/downloadArchive.md +++ b/docs/repos/downloadArchive.md @@ -42,7 +42,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. refyes diff --git a/docs/repos/downloadTarballArchive.md b/docs/repos/downloadTarballArchive.md index 863e53d9a..ada30a630 100644 --- a/docs/repos/downloadTarballArchive.md +++ b/docs/repos/downloadTarballArchive.md @@ -39,7 +39,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. refyes diff --git a/docs/repos/downloadZipballArchive.md b/docs/repos/downloadZipballArchive.md index efe6828af..c1267ff1d 100644 --- a/docs/repos/downloadZipballArchive.md +++ b/docs/repos/downloadZipballArchive.md @@ -40,7 +40,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. refyes diff --git a/docs/repos/enableAutomatedSecurityFixes.md b/docs/repos/enableAutomatedSecurityFixes.md index 6db7972d7..973028334 100644 --- a/docs/repos/enableAutomatedSecurityFixes.md +++ b/docs/repos/enableAutomatedSecurityFixes.md @@ -35,7 +35,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. diff --git a/docs/repos/enableLfsForRepo.md b/docs/repos/enableLfsForRepo.md index 2c493a3d7..26be0b44e 100644 --- a/docs/repos/enableLfsForRepo.md +++ b/docs/repos/enableLfsForRepo.md @@ -35,7 +35,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. diff --git a/docs/repos/enableVulnerabilityAlerts.md b/docs/repos/enableVulnerabilityAlerts.md index 70588d2ee..0980dee6d 100644 --- a/docs/repos/enableVulnerabilityAlerts.md +++ b/docs/repos/enableVulnerabilityAlerts.md @@ -35,7 +35,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. diff --git a/docs/repos/generateReleaseNotes.md b/docs/repos/generateReleaseNotes.md index 842102c84..bdaade79c 100644 --- a/docs/repos/generateReleaseNotes.md +++ b/docs/repos/generateReleaseNotes.md @@ -36,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. tag_nameyes diff --git a/docs/repos/get.md b/docs/repos/get.md index 59f653512..10c9c8f22 100644 --- a/docs/repos/get.md +++ b/docs/repos/get.md @@ -37,7 +37,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. diff --git a/docs/repos/getAccessRestrictions.md b/docs/repos/getAccessRestrictions.md index c7692e1c6..6d122a2de 100644 --- a/docs/repos/getAccessRestrictions.md +++ b/docs/repos/getAccessRestrictions.md @@ -40,7 +40,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. branchyes diff --git a/docs/repos/getAdminBranchProtection.md b/docs/repos/getAdminBranchProtection.md index 3de696296..ced1585ed 100644 --- a/docs/repos/getAdminBranchProtection.md +++ b/docs/repos/getAdminBranchProtection.md @@ -36,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. branchyes diff --git a/docs/repos/getAllDeploymentProtectionRules.md b/docs/repos/getAllDeploymentProtectionRules.md index 369e051b7..c8fab56f0 100644 --- a/docs/repos/getAllDeploymentProtectionRules.md +++ b/docs/repos/getAllDeploymentProtectionRules.md @@ -38,7 +38,7 @@ The name of the environment. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. owneryes diff --git a/docs/repos/getAllEnvironments.md b/docs/repos/getAllEnvironments.md index b721e1585..86063003c 100644 --- a/docs/repos/getAllEnvironments.md +++ b/docs/repos/getAllEnvironments.md @@ -37,7 +37,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. per_pageno diff --git a/docs/repos/getAllStatusCheckContexts.md b/docs/repos/getAllStatusCheckContexts.md index 2568f2403..269b1b6ea 100644 --- a/docs/repos/getAllStatusCheckContexts.md +++ b/docs/repos/getAllStatusCheckContexts.md @@ -36,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. branchyes diff --git a/docs/repos/getAllTopics.md b/docs/repos/getAllTopics.md index f7fdf036d..585732be2 100644 --- a/docs/repos/getAllTopics.md +++ b/docs/repos/getAllTopics.md @@ -33,7 +33,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. pageno diff --git a/docs/repos/getAppsWithAccessToProtectedBranch.md b/docs/repos/getAppsWithAccessToProtectedBranch.md index 554a3be04..02577b795 100644 --- a/docs/repos/getAppsWithAccessToProtectedBranch.md +++ b/docs/repos/getAppsWithAccessToProtectedBranch.md @@ -38,7 +38,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. branchyes diff --git a/docs/repos/getAutolink.md b/docs/repos/getAutolink.md index 021e932b5..585f4d58a 100644 --- a/docs/repos/getAutolink.md +++ b/docs/repos/getAutolink.md @@ -38,7 +38,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. autolink_idyes diff --git a/docs/repos/getBranch.md b/docs/repos/getBranch.md index b65a24a3c..3c6818c21 100644 --- a/docs/repos/getBranch.md +++ b/docs/repos/getBranch.md @@ -34,7 +34,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. branchyes diff --git a/docs/repos/getBranchProtection.md b/docs/repos/getBranchProtection.md index ef1f3562b..de1059b95 100644 --- a/docs/repos/getBranchProtection.md +++ b/docs/repos/getBranchProtection.md @@ -36,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. branchyes diff --git a/docs/repos/getBranchRules.md b/docs/repos/getBranchRules.md index 5a56e78b0..dc244f75e 100644 --- a/docs/repos/getBranchRules.md +++ b/docs/repos/getBranchRules.md @@ -36,13 +36,23 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. branchyes The name of the branch. Cannot contain wildcard characters. To use wildcard characters in branch names, use [the GraphQL API](https://docs.github.com/graphql). + +per_pageno + +The number of results per page (max 100). + + +pageno + +Page number of the results to fetch. + diff --git a/docs/repos/getClones.md b/docs/repos/getClones.md index f69b071c5..0fe91e426 100644 --- a/docs/repos/getClones.md +++ b/docs/repos/getClones.md @@ -35,7 +35,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. perno diff --git a/docs/repos/getCodeFrequencyStats.md b/docs/repos/getCodeFrequencyStats.md index 82ae897f9..b6a0f3f12 100644 --- a/docs/repos/getCodeFrequencyStats.md +++ b/docs/repos/getCodeFrequencyStats.md @@ -35,7 +35,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. diff --git a/docs/repos/getCollaboratorPermissionLevel.md b/docs/repos/getCollaboratorPermissionLevel.md index 897b6ccc5..e3d04ca9b 100644 --- a/docs/repos/getCollaboratorPermissionLevel.md +++ b/docs/repos/getCollaboratorPermissionLevel.md @@ -36,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. usernameyes diff --git a/docs/repos/getCombinedStatusForRef.md b/docs/repos/getCombinedStatusForRef.md index e8c95e07f..9da404746 100644 --- a/docs/repos/getCombinedStatusForRef.md +++ b/docs/repos/getCombinedStatusForRef.md @@ -42,7 +42,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. refyes diff --git a/docs/repos/getCommit.md b/docs/repos/getCommit.md index 021f82b77..b562fc98c 100644 --- a/docs/repos/getCommit.md +++ b/docs/repos/getCommit.md @@ -71,7 +71,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. pageno diff --git a/docs/repos/getCommitActivityStats.md b/docs/repos/getCommitActivityStats.md index d65252ada..177f28411 100644 --- a/docs/repos/getCommitActivityStats.md +++ b/docs/repos/getCommitActivityStats.md @@ -35,7 +35,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. diff --git a/docs/repos/getCommitComment.md b/docs/repos/getCommitComment.md index 95dffa027..4805fa13d 100644 --- a/docs/repos/getCommitComment.md +++ b/docs/repos/getCommitComment.md @@ -34,7 +34,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. comment_idyes diff --git a/docs/repos/getCommitSignatureProtection.md b/docs/repos/getCommitSignatureProtection.md index 0eb557506..2e8baaa5a 100644 --- a/docs/repos/getCommitSignatureProtection.md +++ b/docs/repos/getCommitSignatureProtection.md @@ -40,7 +40,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. branchyes diff --git a/docs/repos/getCommunityProfileMetrics.md b/docs/repos/getCommunityProfileMetrics.md index affca8882..40ef4ad8d 100644 --- a/docs/repos/getCommunityProfileMetrics.md +++ b/docs/repos/getCommunityProfileMetrics.md @@ -47,7 +47,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. diff --git a/docs/repos/getContent.md b/docs/repos/getContent.md index 7113fcc02..aad9e6c73 100644 --- a/docs/repos/getContent.md +++ b/docs/repos/getContent.md @@ -79,7 +79,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. pathyes diff --git a/docs/repos/getContributorsStats.md b/docs/repos/getContributorsStats.md index 1e79b21df..6a932d358 100644 --- a/docs/repos/getContributorsStats.md +++ b/docs/repos/getContributorsStats.md @@ -40,7 +40,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. diff --git a/docs/repos/getCustomDeploymentProtectionRule.md b/docs/repos/getCustomDeploymentProtectionRule.md index 472eab93f..2246e544d 100644 --- a/docs/repos/getCustomDeploymentProtectionRule.md +++ b/docs/repos/getCustomDeploymentProtectionRule.md @@ -39,7 +39,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. environment_nameyes diff --git a/docs/repos/getDeployKey.md b/docs/repos/getDeployKey.md index 969bcf8dd..d1de5d927 100644 --- a/docs/repos/getDeployKey.md +++ b/docs/repos/getDeployKey.md @@ -34,7 +34,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. key_idyes diff --git a/docs/repos/getDeployment.md b/docs/repos/getDeployment.md index cd6656b7e..2247f43ca 100644 --- a/docs/repos/getDeployment.md +++ b/docs/repos/getDeployment.md @@ -34,7 +34,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. deployment_idyes diff --git a/docs/repos/getDeploymentBranchPolicy.md b/docs/repos/getDeploymentBranchPolicy.md index 4e48f8b58..a5d552666 100644 --- a/docs/repos/getDeploymentBranchPolicy.md +++ b/docs/repos/getDeploymentBranchPolicy.md @@ -39,7 +39,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. environment_nameyes diff --git a/docs/repos/getDeploymentStatus.md b/docs/repos/getDeploymentStatus.md index d5213ead5..6c6f54664 100644 --- a/docs/repos/getDeploymentStatus.md +++ b/docs/repos/getDeploymentStatus.md @@ -37,7 +37,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. deployment_idyes diff --git a/docs/repos/getEnvironment.md b/docs/repos/getEnvironment.md index 8f668a531..9905ae9ac 100644 --- a/docs/repos/getEnvironment.md +++ b/docs/repos/getEnvironment.md @@ -40,7 +40,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. environment_nameyes diff --git a/docs/repos/getLatestPagesBuild.md b/docs/repos/getLatestPagesBuild.md index 62c1fb25d..5de7b1c4e 100644 --- a/docs/repos/getLatestPagesBuild.md +++ b/docs/repos/getLatestPagesBuild.md @@ -37,7 +37,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. diff --git a/docs/repos/getLatestRelease.md b/docs/repos/getLatestRelease.md index 78d06180b..e8e6b6a27 100644 --- a/docs/repos/getLatestRelease.md +++ b/docs/repos/getLatestRelease.md @@ -37,7 +37,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. diff --git a/docs/repos/getOrgRulesets.md b/docs/repos/getOrgRulesets.md index ab3508504..09fff66cc 100644 --- a/docs/repos/getOrgRulesets.md +++ b/docs/repos/getOrgRulesets.md @@ -31,6 +31,16 @@ octokit.rest.repos.getOrgRulesets({ The organization name. The name is not case sensitive. + +per_pageno + +The number of results per page (max 100). + + +pageno + +Page number of the results to fetch. + diff --git a/docs/repos/getPages.md b/docs/repos/getPages.md index 6ab3cee1b..b5ede69fa 100644 --- a/docs/repos/getPages.md +++ b/docs/repos/getPages.md @@ -37,7 +37,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. diff --git a/docs/repos/getPagesBuild.md b/docs/repos/getPagesBuild.md index e4a979cf0..c701b334f 100644 --- a/docs/repos/getPagesBuild.md +++ b/docs/repos/getPagesBuild.md @@ -38,7 +38,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. build_idyes diff --git a/docs/repos/getPagesHealthCheck.md b/docs/repos/getPagesHealthCheck.md index e9d64d3b0..58898710c 100644 --- a/docs/repos/getPagesHealthCheck.md +++ b/docs/repos/getPagesHealthCheck.md @@ -39,7 +39,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. diff --git a/docs/repos/getParticipationStats.md b/docs/repos/getParticipationStats.md index c362dd27d..44b2a18f5 100644 --- a/docs/repos/getParticipationStats.md +++ b/docs/repos/getParticipationStats.md @@ -12,6 +12,8 @@ Returns the total commit counts for the `owner` and total commit counts in `all` The array order is oldest week (index 0) to most recent week. +The most recent week is seven days ago at UTC midnight to today at UTC midnight. + ```js octokit.rest.repos.getParticipationStats({ owner, @@ -37,7 +39,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. diff --git a/docs/repos/getPullRequestReviewProtection.md b/docs/repos/getPullRequestReviewProtection.md index d2b15eb31..242b65b6a 100644 --- a/docs/repos/getPullRequestReviewProtection.md +++ b/docs/repos/getPullRequestReviewProtection.md @@ -36,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. branchyes diff --git a/docs/repos/getPunchCardStats.md b/docs/repos/getPunchCardStats.md index 9232d9c74..c73f4ed30 100644 --- a/docs/repos/getPunchCardStats.md +++ b/docs/repos/getPunchCardStats.md @@ -41,7 +41,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. diff --git a/docs/repos/getReadme.md b/docs/repos/getReadme.md index 12c6ce7ff..9ceddcb13 100644 --- a/docs/repos/getReadme.md +++ b/docs/repos/getReadme.md @@ -37,7 +37,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. refno diff --git a/docs/repos/getReadmeInDirectory.md b/docs/repos/getReadmeInDirectory.md index 8e904e937..37393b896 100644 --- a/docs/repos/getReadmeInDirectory.md +++ b/docs/repos/getReadmeInDirectory.md @@ -38,7 +38,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. diryes diff --git a/docs/repos/getRelease.md b/docs/repos/getRelease.md index 3e2c809ba..ec7169365 100644 --- a/docs/repos/getRelease.md +++ b/docs/repos/getRelease.md @@ -36,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. release_idyes diff --git a/docs/repos/getReleaseAsset.md b/docs/repos/getReleaseAsset.md index 094079f7d..98cb3237b 100644 --- a/docs/repos/getReleaseAsset.md +++ b/docs/repos/getReleaseAsset.md @@ -36,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. asset_idyes diff --git a/docs/repos/getReleaseByTag.md b/docs/repos/getReleaseByTag.md index 0ab0c9912..cf6db95ae 100644 --- a/docs/repos/getReleaseByTag.md +++ b/docs/repos/getReleaseByTag.md @@ -36,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. tagyes diff --git a/docs/repos/getRepoRuleset.md b/docs/repos/getRepoRuleset.md index cfafb3b00..ed54ff450 100644 --- a/docs/repos/getRepoRuleset.md +++ b/docs/repos/getRepoRuleset.md @@ -36,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. ruleset_idyes diff --git a/docs/repos/getRepoRulesets.md b/docs/repos/getRepoRulesets.md index 3f86bc39a..ef11040b0 100644 --- a/docs/repos/getRepoRulesets.md +++ b/docs/repos/getRepoRulesets.md @@ -35,7 +35,17 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. + + +per_pageno + +The number of results per page (max 100). + + +pageno + +Page number of the results to fetch. includes_parentsno diff --git a/docs/repos/getStatusChecksProtection.md b/docs/repos/getStatusChecksProtection.md index 067757ff9..32744f9eb 100644 --- a/docs/repos/getStatusChecksProtection.md +++ b/docs/repos/getStatusChecksProtection.md @@ -36,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. branchyes diff --git a/docs/repos/getTeamsWithAccessToProtectedBranch.md b/docs/repos/getTeamsWithAccessToProtectedBranch.md index 8aa979ce8..b95844cb2 100644 --- a/docs/repos/getTeamsWithAccessToProtectedBranch.md +++ b/docs/repos/getTeamsWithAccessToProtectedBranch.md @@ -38,7 +38,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. branchyes diff --git a/docs/repos/getTopPaths.md b/docs/repos/getTopPaths.md index 639add3bf..8d98b262c 100644 --- a/docs/repos/getTopPaths.md +++ b/docs/repos/getTopPaths.md @@ -35,7 +35,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. diff --git a/docs/repos/getTopReferrers.md b/docs/repos/getTopReferrers.md index b3e877f97..bee542780 100644 --- a/docs/repos/getTopReferrers.md +++ b/docs/repos/getTopReferrers.md @@ -35,7 +35,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. diff --git a/docs/repos/getUsersWithAccessToProtectedBranch.md b/docs/repos/getUsersWithAccessToProtectedBranch.md index f19b83908..f23114f78 100644 --- a/docs/repos/getUsersWithAccessToProtectedBranch.md +++ b/docs/repos/getUsersWithAccessToProtectedBranch.md @@ -38,7 +38,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. branchyes diff --git a/docs/repos/getViews.md b/docs/repos/getViews.md index f121bcb8f..00937ae28 100644 --- a/docs/repos/getViews.md +++ b/docs/repos/getViews.md @@ -35,7 +35,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. perno diff --git a/docs/repos/getWebhook.md b/docs/repos/getWebhook.md index d2771b5cd..3c697b0db 100644 --- a/docs/repos/getWebhook.md +++ b/docs/repos/getWebhook.md @@ -36,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. hook_idyes diff --git a/docs/repos/getWebhookConfigForRepo.md b/docs/repos/getWebhookConfigForRepo.md index 726292864..2e1de2082 100644 --- a/docs/repos/getWebhookConfigForRepo.md +++ b/docs/repos/getWebhookConfigForRepo.md @@ -38,7 +38,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. hook_idyes diff --git a/docs/repos/getWebhookDelivery.md b/docs/repos/getWebhookDelivery.md index c98829603..ef0099b60 100644 --- a/docs/repos/getWebhookDelivery.md +++ b/docs/repos/getWebhookDelivery.md @@ -37,7 +37,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. hook_idyes diff --git a/docs/repos/listAutolinks.md b/docs/repos/listAutolinks.md index d5b479ef1..6c4a397b5 100644 --- a/docs/repos/listAutolinks.md +++ b/docs/repos/listAutolinks.md @@ -37,7 +37,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. pageno diff --git a/docs/repos/listBranches.md b/docs/repos/listBranches.md index c0920e4e4..6b3920f29 100644 --- a/docs/repos/listBranches.md +++ b/docs/repos/listBranches.md @@ -33,7 +33,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. protectedno diff --git a/docs/repos/listBranchesForHeadCommit.md b/docs/repos/listBranchesForHeadCommit.md index a6d9361e5..890f97c6f 100644 --- a/docs/repos/listBranchesForHeadCommit.md +++ b/docs/repos/listBranchesForHeadCommit.md @@ -38,7 +38,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. commit_shayes diff --git a/docs/repos/listCollaborators.md b/docs/repos/listCollaborators.md index b580d1b7d..ff6ef946b 100644 --- a/docs/repos/listCollaborators.md +++ b/docs/repos/listCollaborators.md @@ -42,7 +42,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. affiliationno diff --git a/docs/repos/listCommentsForCommit.md b/docs/repos/listCommentsForCommit.md index 6dbdebb77..43984c13a 100644 --- a/docs/repos/listCommentsForCommit.md +++ b/docs/repos/listCommentsForCommit.md @@ -36,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. commit_shayes diff --git a/docs/repos/listCommitCommentsForRepo.md b/docs/repos/listCommitCommentsForRepo.md index 6b728bad8..e9ca23577 100644 --- a/docs/repos/listCommitCommentsForRepo.md +++ b/docs/repos/listCommitCommentsForRepo.md @@ -37,7 +37,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. per_pageno diff --git a/docs/repos/listCommitStatusesForRef.md b/docs/repos/listCommitStatusesForRef.md index 52c3143d1..af6027c59 100644 --- a/docs/repos/listCommitStatusesForRef.md +++ b/docs/repos/listCommitStatusesForRef.md @@ -38,7 +38,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. refyes diff --git a/docs/repos/listCommits.md b/docs/repos/listCommits.md index 5b21c48a4..b792b6bcf 100644 --- a/docs/repos/listCommits.md +++ b/docs/repos/listCommits.md @@ -62,7 +62,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. shano diff --git a/docs/repos/listContributors.md b/docs/repos/listContributors.md index bfc8b85a4..3bc21efc2 100644 --- a/docs/repos/listContributors.md +++ b/docs/repos/listContributors.md @@ -37,7 +37,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. anonno diff --git a/docs/repos/listCustomDeploymentRuleIntegrations.md b/docs/repos/listCustomDeploymentRuleIntegrations.md index 157baec3b..176c6333a 100644 --- a/docs/repos/listCustomDeploymentRuleIntegrations.md +++ b/docs/repos/listCustomDeploymentRuleIntegrations.md @@ -40,7 +40,7 @@ The name of the environment. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. owneryes diff --git a/docs/repos/listDeployKeys.md b/docs/repos/listDeployKeys.md index d5d33431b..8bc879c4e 100644 --- a/docs/repos/listDeployKeys.md +++ b/docs/repos/listDeployKeys.md @@ -33,7 +33,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. per_pageno diff --git a/docs/repos/listDeploymentBranchPolicies.md b/docs/repos/listDeploymentBranchPolicies.md index ee68de8ce..9616ab25d 100644 --- a/docs/repos/listDeploymentBranchPolicies.md +++ b/docs/repos/listDeploymentBranchPolicies.md @@ -38,7 +38,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. environment_nameyes diff --git a/docs/repos/listDeploymentStatuses.md b/docs/repos/listDeploymentStatuses.md index c2c38b751..df10dcaf0 100644 --- a/docs/repos/listDeploymentStatuses.md +++ b/docs/repos/listDeploymentStatuses.md @@ -36,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. deployment_idyes diff --git a/docs/repos/listDeployments.md b/docs/repos/listDeployments.md index 193054c4e..8bfaf750c 100644 --- a/docs/repos/listDeployments.md +++ b/docs/repos/listDeployments.md @@ -35,7 +35,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. shano diff --git a/docs/repos/listForks.md b/docs/repos/listForks.md index b09845e40..e556b1991 100644 --- a/docs/repos/listForks.md +++ b/docs/repos/listForks.md @@ -33,7 +33,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. sortno diff --git a/docs/repos/listInvitations.md b/docs/repos/listInvitations.md index 560693395..c7c6a55fd 100644 --- a/docs/repos/listInvitations.md +++ b/docs/repos/listInvitations.md @@ -35,7 +35,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. per_pageno diff --git a/docs/repos/listLanguages.md b/docs/repos/listLanguages.md index 206bc27ec..6aa844c44 100644 --- a/docs/repos/listLanguages.md +++ b/docs/repos/listLanguages.md @@ -35,7 +35,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. diff --git a/docs/repos/listPagesBuilds.md b/docs/repos/listPagesBuilds.md index 40b070722..0ad93b032 100644 --- a/docs/repos/listPagesBuilds.md +++ b/docs/repos/listPagesBuilds.md @@ -37,7 +37,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. per_pageno diff --git a/docs/repos/listPullRequestsAssociatedWithCommit.md b/docs/repos/listPullRequestsAssociatedWithCommit.md index 46660045e..3ee4710db 100644 --- a/docs/repos/listPullRequestsAssociatedWithCommit.md +++ b/docs/repos/listPullRequestsAssociatedWithCommit.md @@ -36,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. commit_shayes diff --git a/docs/repos/listReleaseAssets.md b/docs/repos/listReleaseAssets.md index 3069a4ea1..53cb758db 100644 --- a/docs/repos/listReleaseAssets.md +++ b/docs/repos/listReleaseAssets.md @@ -34,7 +34,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. release_idyes diff --git a/docs/repos/listReleases.md b/docs/repos/listReleases.md index 8752ff68d..0b34ad394 100644 --- a/docs/repos/listReleases.md +++ b/docs/repos/listReleases.md @@ -37,7 +37,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. per_pageno diff --git a/docs/repos/listTagProtection.md b/docs/repos/listTagProtection.md index abb5eab61..0c96e50e0 100644 --- a/docs/repos/listTagProtection.md +++ b/docs/repos/listTagProtection.md @@ -37,7 +37,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. diff --git a/docs/repos/listTags.md b/docs/repos/listTags.md index cf1122b4e..8ddc4c934 100644 --- a/docs/repos/listTags.md +++ b/docs/repos/listTags.md @@ -33,7 +33,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. per_pageno diff --git a/docs/repos/listTeams.md b/docs/repos/listTeams.md index e931791b7..86bbed424 100644 --- a/docs/repos/listTeams.md +++ b/docs/repos/listTeams.md @@ -8,6 +8,17 @@ type: API method # List repository teams +Lists the teams that have access to the specified repository and that are also visible to the authenticated user. + +For a public repository, a team is listed only if that team added the public repository explicitly. + +Personal access tokens require the following scopes: + +- `public_repo` to call this endpoint on a public repository +- `repo` to call this endpoint on a private repository (this scope also includes public repositories) + +This endpoint is not compatible with fine-grained personal access tokens. + ```js octokit.rest.repos.listTeams({ owner, @@ -33,7 +44,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. per_pageno diff --git a/docs/repos/listWebhookDeliveries.md b/docs/repos/listWebhookDeliveries.md index a3f857277..d028505bd 100644 --- a/docs/repos/listWebhookDeliveries.md +++ b/docs/repos/listWebhookDeliveries.md @@ -36,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. hook_idyes diff --git a/docs/repos/listWebhooks.md b/docs/repos/listWebhooks.md index 1f249a236..3dd7363b1 100644 --- a/docs/repos/listWebhooks.md +++ b/docs/repos/listWebhooks.md @@ -35,7 +35,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. per_pageno diff --git a/docs/repos/merge.md b/docs/repos/merge.md index ac924657b..6ef45c40c 100644 --- a/docs/repos/merge.md +++ b/docs/repos/merge.md @@ -35,7 +35,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. baseyes diff --git a/docs/repos/mergeUpstream.md b/docs/repos/mergeUpstream.md index 1733dc7ea..376cd60e0 100644 --- a/docs/repos/mergeUpstream.md +++ b/docs/repos/mergeUpstream.md @@ -36,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. branchyes diff --git a/docs/repos/pingWebhook.md b/docs/repos/pingWebhook.md index d2695513d..eba78b9dc 100644 --- a/docs/repos/pingWebhook.md +++ b/docs/repos/pingWebhook.md @@ -36,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. hook_idyes diff --git a/docs/repos/redeliverWebhookDelivery.md b/docs/repos/redeliverWebhookDelivery.md index 725f647ee..04cacfa04 100644 --- a/docs/repos/redeliverWebhookDelivery.md +++ b/docs/repos/redeliverWebhookDelivery.md @@ -37,7 +37,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. hook_idyes diff --git a/docs/repos/removeAppAccessRestrictions.md b/docs/repos/removeAppAccessRestrictions.md index b7e3dbced..cefeda0b1 100644 --- a/docs/repos/removeAppAccessRestrictions.md +++ b/docs/repos/removeAppAccessRestrictions.md @@ -39,7 +39,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. branchyes diff --git a/docs/repos/removeCollaborator.md b/docs/repos/removeCollaborator.md index 405958f7b..0431fbd9e 100644 --- a/docs/repos/removeCollaborator.md +++ b/docs/repos/removeCollaborator.md @@ -8,6 +8,30 @@ type: API method # Remove a repository collaborator +Removes a collaborator from a repository. + +To use this endpoint, the authenticated user must either be an administrator of the repository or target themselves for removal. + +This endpoint also: + +- Cancels any outstanding invitations +- Unasigns the user from any issues +- Removes access to organization projects if the user is not an organization member and is not a collaborator on any other organization repositories. +- Unstars the repository +- Updates access permissions to packages + +Removing a user as a collaborator has the following effects on forks: + +- If the user had access to a fork through their membership to this repository, the user will also be removed from the fork. +- If the user had their own fork of the repository, the fork will be deleted. +- If the user still has read access to the repository, open pull requests by this user from a fork will be denied. + +**Note**: A user can still have access to the repository through organization permissions like base repository permissions. + +Although the API responds immediately, the additional permission updates might take some extra time to complete in the background. + +For more information on fork permissions, see "[About permissions and visibility of forks](https://docs.github.com/pull-requests/collaborating-with-pull-requests/working-with-forks/about-permissions-and-visibility-of-forks)". + ```js octokit.rest.repos.removeCollaborator({ owner, @@ -34,7 +58,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. usernameyes diff --git a/docs/repos/removeStatusCheckContexts.md b/docs/repos/removeStatusCheckContexts.md index 8ac05bec1..089d2d1b7 100644 --- a/docs/repos/removeStatusCheckContexts.md +++ b/docs/repos/removeStatusCheckContexts.md @@ -37,7 +37,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. branchyes diff --git a/docs/repos/removeStatusCheckProtection.md b/docs/repos/removeStatusCheckProtection.md index 041bfc595..69624cda1 100644 --- a/docs/repos/removeStatusCheckProtection.md +++ b/docs/repos/removeStatusCheckProtection.md @@ -36,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. branchyes diff --git a/docs/repos/removeTeamAccessRestrictions.md b/docs/repos/removeTeamAccessRestrictions.md index 3d14a62ec..405d5ae53 100644 --- a/docs/repos/removeTeamAccessRestrictions.md +++ b/docs/repos/removeTeamAccessRestrictions.md @@ -39,7 +39,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. branchyes diff --git a/docs/repos/removeUserAccessRestrictions.md b/docs/repos/removeUserAccessRestrictions.md index 55f299ed7..8750e4ebf 100644 --- a/docs/repos/removeUserAccessRestrictions.md +++ b/docs/repos/removeUserAccessRestrictions.md @@ -43,7 +43,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. branchyes diff --git a/docs/repos/renameBranch.md b/docs/repos/renameBranch.md index 814ce0da3..b9b538b63 100644 --- a/docs/repos/renameBranch.md +++ b/docs/repos/renameBranch.md @@ -51,7 +51,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. branchyes diff --git a/docs/repos/replaceAllTopics.md b/docs/repos/replaceAllTopics.md index e1982ae43..542f38854 100644 --- a/docs/repos/replaceAllTopics.md +++ b/docs/repos/replaceAllTopics.md @@ -34,7 +34,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. namesyes diff --git a/docs/repos/requestPagesBuild.md b/docs/repos/requestPagesBuild.md index c27dd4a36..87e3335d1 100644 --- a/docs/repos/requestPagesBuild.md +++ b/docs/repos/requestPagesBuild.md @@ -37,7 +37,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. diff --git a/docs/repos/setAdminBranchProtection.md b/docs/repos/setAdminBranchProtection.md index 66d8505e8..d371ed167 100644 --- a/docs/repos/setAdminBranchProtection.md +++ b/docs/repos/setAdminBranchProtection.md @@ -38,7 +38,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. branchyes diff --git a/docs/repos/setAppAccessRestrictions.md b/docs/repos/setAppAccessRestrictions.md index a33bf5c8c..61fae2519 100644 --- a/docs/repos/setAppAccessRestrictions.md +++ b/docs/repos/setAppAccessRestrictions.md @@ -39,7 +39,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. branchyes diff --git a/docs/repos/setStatusCheckContexts.md b/docs/repos/setStatusCheckContexts.md index 914e4c6f1..0874cc5fa 100644 --- a/docs/repos/setStatusCheckContexts.md +++ b/docs/repos/setStatusCheckContexts.md @@ -37,7 +37,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. branchyes diff --git a/docs/repos/setTeamAccessRestrictions.md b/docs/repos/setTeamAccessRestrictions.md index db0f0edad..89983e3a7 100644 --- a/docs/repos/setTeamAccessRestrictions.md +++ b/docs/repos/setTeamAccessRestrictions.md @@ -39,7 +39,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. branchyes diff --git a/docs/repos/setUserAccessRestrictions.md b/docs/repos/setUserAccessRestrictions.md index c741cfb92..0426a311a 100644 --- a/docs/repos/setUserAccessRestrictions.md +++ b/docs/repos/setUserAccessRestrictions.md @@ -43,7 +43,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. branchyes diff --git a/docs/repos/testPushWebhook.md b/docs/repos/testPushWebhook.md index 8742095ae..54eaf1ce4 100644 --- a/docs/repos/testPushWebhook.md +++ b/docs/repos/testPushWebhook.md @@ -38,7 +38,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. hook_idyes diff --git a/docs/repos/transfer.md b/docs/repos/transfer.md index ac0d86fb3..943094062 100644 --- a/docs/repos/transfer.md +++ b/docs/repos/transfer.md @@ -36,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. new_owneryes diff --git a/docs/repos/update.md b/docs/repos/update.md index 1668a0b26..a228d048b 100644 --- a/docs/repos/update.md +++ b/docs/repos/update.md @@ -35,7 +35,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. nameno diff --git a/docs/repos/updateBranchProtection.md b/docs/repos/updateBranchProtection.md index 4aeaeb3b5..e473829ed 100644 --- a/docs/repos/updateBranchProtection.md +++ b/docs/repos/updateBranchProtection.md @@ -51,7 +51,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. branchyes diff --git a/docs/repos/updateCommitComment.md b/docs/repos/updateCommitComment.md index 1fe45281a..6a5f95c50 100644 --- a/docs/repos/updateCommitComment.md +++ b/docs/repos/updateCommitComment.md @@ -35,7 +35,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. comment_idyes diff --git a/docs/repos/updateDeploymentBranchPolicy.md b/docs/repos/updateDeploymentBranchPolicy.md index 022d8e97b..6f10df6b2 100644 --- a/docs/repos/updateDeploymentBranchPolicy.md +++ b/docs/repos/updateDeploymentBranchPolicy.md @@ -40,7 +40,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. environment_nameyes diff --git a/docs/repos/updateInformationAboutPagesSite.md b/docs/repos/updateInformationAboutPagesSite.md index e8cb11f4c..68234ce43 100644 --- a/docs/repos/updateInformationAboutPagesSite.md +++ b/docs/repos/updateInformationAboutPagesSite.md @@ -37,7 +37,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. cnameno diff --git a/docs/repos/updateInvitation.md b/docs/repos/updateInvitation.md index 9c9e01a24..2864bd622 100644 --- a/docs/repos/updateInvitation.md +++ b/docs/repos/updateInvitation.md @@ -34,7 +34,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. invitation_idyes diff --git a/docs/repos/updatePullRequestReviewProtection.md b/docs/repos/updatePullRequestReviewProtection.md index 27937cc3c..519c46b63 100644 --- a/docs/repos/updatePullRequestReviewProtection.md +++ b/docs/repos/updatePullRequestReviewProtection.md @@ -40,7 +40,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. branchyes diff --git a/docs/repos/updateRelease.md b/docs/repos/updateRelease.md index 49184d149..c4e22cca5 100644 --- a/docs/repos/updateRelease.md +++ b/docs/repos/updateRelease.md @@ -36,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. release_idyes diff --git a/docs/repos/updateReleaseAsset.md b/docs/repos/updateReleaseAsset.md index 20ff3c093..eea3e1575 100644 --- a/docs/repos/updateReleaseAsset.md +++ b/docs/repos/updateReleaseAsset.md @@ -36,7 +36,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. asset_idyes diff --git a/docs/repos/updateRepoRuleset.md b/docs/repos/updateRepoRuleset.md index f42b495d7..8bc728f0f 100644 --- a/docs/repos/updateRepoRuleset.md +++ b/docs/repos/updateRepoRuleset.md @@ -49,7 +49,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. ruleset_idyes diff --git a/docs/repos/updateStatusCheckPotection.md b/docs/repos/updateStatusCheckPotection.md index b076e5538..cc1476b09 100644 --- a/docs/repos/updateStatusCheckPotection.md +++ b/docs/repos/updateStatusCheckPotection.md @@ -41,7 +41,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. branchyes diff --git a/docs/repos/updateStatusCheckProtection.md b/docs/repos/updateStatusCheckProtection.md index 7e46f5586..b650a8d80 100644 --- a/docs/repos/updateStatusCheckProtection.md +++ b/docs/repos/updateStatusCheckProtection.md @@ -39,7 +39,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. branchyes diff --git a/docs/repos/updateWebhook.md b/docs/repos/updateWebhook.md index 4200ba0f7..f178e90d2 100644 --- a/docs/repos/updateWebhook.md +++ b/docs/repos/updateWebhook.md @@ -37,7 +37,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. hook_idyes diff --git a/docs/repos/updateWebhookConfigForRepo.md b/docs/repos/updateWebhookConfigForRepo.md index 4a9e36e32..319123381 100644 --- a/docs/repos/updateWebhookConfigForRepo.md +++ b/docs/repos/updateWebhookConfigForRepo.md @@ -38,7 +38,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. hook_idyes diff --git a/docs/repos/uploadReleaseAsset.md b/docs/repos/uploadReleaseAsset.md index 887fdec59..38cad2b4a 100644 --- a/docs/repos/uploadReleaseAsset.md +++ b/docs/repos/uploadReleaseAsset.md @@ -57,7 +57,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. release_idyes diff --git a/docs/secretScanning/getAlert.md b/docs/secretScanning/getAlert.md index 8f02529c6..2e5ade7b5 100644 --- a/docs/secretScanning/getAlert.md +++ b/docs/secretScanning/getAlert.md @@ -40,7 +40,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. alert_numberyes diff --git a/docs/secretScanning/listAlertsForRepo.md b/docs/secretScanning/listAlertsForRepo.md index 32b02b0af..adb713bc3 100644 --- a/docs/secretScanning/listAlertsForRepo.md +++ b/docs/secretScanning/listAlertsForRepo.md @@ -39,7 +39,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. stateno diff --git a/docs/secretScanning/listLocationsForAlert.md b/docs/secretScanning/listLocationsForAlert.md index fe643f6ab..d365df3b6 100644 --- a/docs/secretScanning/listLocationsForAlert.md +++ b/docs/secretScanning/listLocationsForAlert.md @@ -40,7 +40,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. alert_numberyes diff --git a/docs/secretScanning/updateAlert.md b/docs/secretScanning/updateAlert.md index 3c476cb7a..011104fdd 100644 --- a/docs/secretScanning/updateAlert.md +++ b/docs/secretScanning/updateAlert.md @@ -41,7 +41,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. alert_numberyes diff --git a/docs/securityAdvisories/createPrivateVulnerabilityReport.md b/docs/securityAdvisories/createPrivateVulnerabilityReport.md index 71c18c645..9aff65f25 100644 --- a/docs/securityAdvisories/createPrivateVulnerabilityReport.md +++ b/docs/securityAdvisories/createPrivateVulnerabilityReport.md @@ -40,7 +40,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. summaryyes diff --git a/docs/securityAdvisories/createRepositoryAdvisory.md b/docs/securityAdvisories/createRepositoryAdvisory.md index e24faaacb..ce03f9a2b 100644 --- a/docs/securityAdvisories/createRepositoryAdvisory.md +++ b/docs/securityAdvisories/createRepositoryAdvisory.md @@ -45,7 +45,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. summaryyes diff --git a/docs/securityAdvisories/getRepositoryAdvisory.md b/docs/securityAdvisories/getRepositoryAdvisory.md index bea095992..b977fae08 100644 --- a/docs/securityAdvisories/getRepositoryAdvisory.md +++ b/docs/securityAdvisories/getRepositoryAdvisory.md @@ -42,7 +42,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. ghsa_idyes diff --git a/docs/securityAdvisories/listRepositoryAdvisories.md b/docs/securityAdvisories/listRepositoryAdvisories.md index 323c6de8d..3ebdcd6ba 100644 --- a/docs/securityAdvisories/listRepositoryAdvisories.md +++ b/docs/securityAdvisories/listRepositoryAdvisories.md @@ -39,7 +39,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. directionno diff --git a/docs/securityAdvisories/updateRepositoryAdvisory.md b/docs/securityAdvisories/updateRepositoryAdvisory.md index 36e81ce87..4d7759c25 100644 --- a/docs/securityAdvisories/updateRepositoryAdvisory.md +++ b/docs/securityAdvisories/updateRepositoryAdvisory.md @@ -44,7 +44,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. ghsa_idyes diff --git a/docs/teams/addOrUpdateRepoPermissionsInOrg.md b/docs/teams/addOrUpdateRepoPermissionsInOrg.md index b1548fc79..44de5955c 100644 --- a/docs/teams/addOrUpdateRepoPermissionsInOrg.md +++ b/docs/teams/addOrUpdateRepoPermissionsInOrg.md @@ -51,7 +51,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. permissionno diff --git a/docs/teams/checkPermissionsForRepoInOrg.md b/docs/teams/checkPermissionsForRepoInOrg.md index 7bb3eb705..f083a6797 100644 --- a/docs/teams/checkPermissionsForRepoInOrg.md +++ b/docs/teams/checkPermissionsForRepoInOrg.md @@ -53,7 +53,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. diff --git a/docs/teams/removeRepoInOrg.md b/docs/teams/removeRepoInOrg.md index 4b65970fa..b5564b7fe 100644 --- a/docs/teams/removeRepoInOrg.md +++ b/docs/teams/removeRepoInOrg.md @@ -49,7 +49,7 @@ The account owner of the repository. The name is not case sensitive. repoyes -The name of the repository. The name is not case sensitive. +The name of the repository without the `.git` extension. The name is not case sensitive. diff --git a/docs/users/getAuthenticated.md b/docs/users/getAuthenticated.md index 22862e588..b989623a4 100644 --- a/docs/users/getAuthenticated.md +++ b/docs/users/getAuthenticated.md @@ -8,7 +8,7 @@ type: API method # Get the authenticated user -If the authenticated user is authenticated through basic authentication or OAuth with the `user` scope, then the response lists public and private profile information. +If the authenticated user is authenticated with an OAuth token with the `user` scope, then the response lists public and private profile information. If the authenticated user is authenticated through OAuth without the `user` scope, then the response lists only public profile information. diff --git a/package-lock.json b/package-lock.json index 04f714499..1e8f1af8f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,8 +1,6595 @@ { "name": "@octokit/plugin-rest-endpoint-methods", "version": "0.0.0-development", - "lockfileVersion": 1, + "lockfileVersion": 2, "requires": true, + "packages": { + "": { + "name": "@octokit/plugin-rest-endpoint-methods", + "version": "0.0.0-development", + "license": "MIT", + "dependencies": { + "@octokit/types": "^9.3.0" + }, + "devDependencies": { + "@gimenete/type-writer": "^0.1.5", + "@octokit/core": "^4.0.0", + "@octokit/tsconfig": "^2.0.0", + "@types/fetch-mock": "^7.3.1", + "@types/jest": "^29.0.0", + "@types/node": "^18.0.0", + "esbuild": "^0.17.19", + "fetch-mock": "^9.0.0", + "fs-extra": "^11.0.0", + "github-openapi-graphql-query": "^4.0.0", + "glob": "^10.2.6", + "jest": "^29.0.0", + "lodash.camelcase": "^4.3.0", + "lodash.set": "^4.3.2", + "lodash.upperfirst": "^4.3.1", + "mustache": "^4.0.0", + "npm-run-all": "^4.1.5", + "prettier": "2.8.8", + "semantic-release-plugin-update-version-in-files": "^1.0.0", + "sort-keys": "^4.2.0", + "string-to-jsdoc-comment": "^1.0.0", + "ts-jest": "^29.0.0", + "typescript": "^5.0.0" + }, + "engines": { + "node": ">= 14" + }, + "peerDependencies": { + "@octokit/core": ">=3" + } + }, + "node_modules/@ampproject/remapping": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.1.tgz", + "integrity": "sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==", + "dev": true, + "dependencies": { + "@jridgewell/gen-mapping": "^0.3.0", + "@jridgewell/trace-mapping": "^0.3.9" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@babel/code-frame": { + "version": "7.21.4", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.21.4.tgz", + "integrity": "sha512-LYvhNKfwWSPpocw8GI7gpK2nq3HSDuEPC/uSYaALSJu9xjsalaaYFOq0Pwt5KmVqwEbZlDu81aLXwBOmD/Fv9g==", + "dev": true, + "dependencies": { + "@babel/highlight": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/compat-data": { + "version": "7.22.3", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.22.3.tgz", + "integrity": "sha512-aNtko9OPOwVESUFp3MZfD8Uzxl7JzSeJpd7npIoxCasU37PFbAQRpKglkaKwlHOyeJdrREpo8TW8ldrkYWwvIQ==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/core": { + "version": "7.22.1", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.22.1.tgz", + "integrity": "sha512-Hkqu7J4ynysSXxmAahpN1jjRwVJ+NdpraFLIWflgjpVob3KNyK3/tIUc7Q7szed8WMp0JNa7Qtd1E9Oo22F9gA==", + "dev": true, + "dependencies": { + "@ampproject/remapping": "^2.2.0", + "@babel/code-frame": "^7.21.4", + "@babel/generator": "^7.22.0", + "@babel/helper-compilation-targets": "^7.22.1", + "@babel/helper-module-transforms": "^7.22.1", + "@babel/helpers": "^7.22.0", + "@babel/parser": "^7.22.0", + "@babel/template": "^7.21.9", + "@babel/traverse": "^7.22.1", + "@babel/types": "^7.22.0", + "convert-source-map": "^1.7.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.2", + "json5": "^2.2.2", + "semver": "^6.3.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/babel" + } + }, + "node_modules/@babel/generator": { + "version": "7.22.3", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.22.3.tgz", + "integrity": "sha512-C17MW4wlk//ES/CJDL51kPNwl+qiBQyN7b9SKyVp11BLGFeSPoVaHrv+MNt8jwQFhQWowW88z1eeBx3pFz9v8A==", + "dev": true, + "dependencies": { + "@babel/types": "^7.22.3", + "@jridgewell/gen-mapping": "^0.3.2", + "@jridgewell/trace-mapping": "^0.3.17", + "jsesc": "^2.5.1" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-compilation-targets": { + "version": "7.22.1", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.1.tgz", + "integrity": "sha512-Rqx13UM3yVB5q0D/KwQ8+SPfX/+Rnsy1Lw1k/UwOC4KC6qrzIQoY3lYnBu5EHKBlEHHcj0M0W8ltPSkD8rqfsQ==", + "dev": true, + "dependencies": { + "@babel/compat-data": "^7.22.0", + "@babel/helper-validator-option": "^7.21.0", + "browserslist": "^4.21.3", + "lru-cache": "^5.1.1", + "semver": "^6.3.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-environment-visitor": { + "version": "7.22.1", + "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.1.tgz", + "integrity": "sha512-Z2tgopurB/kTbidvzeBrc2To3PUP/9i5MUe+fU6QJCQDyPwSH2oRapkLw3KGECDYSjhQZCNxEvNvZlLw8JjGwA==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-function-name": { + "version": "7.21.0", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.21.0.tgz", + "integrity": "sha512-HfK1aMRanKHpxemaY2gqBmL04iAPOPRj7DxtNbiDOrJK+gdwkiNRVpCpUJYbUT+aZyemKN8brqTOxzCaG6ExRg==", + "dev": true, + "dependencies": { + "@babel/template": "^7.20.7", + "@babel/types": "^7.21.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-hoist-variables": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz", + "integrity": "sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==", + "dev": true, + "dependencies": { + "@babel/types": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-module-imports": { + "version": "7.21.4", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.21.4.tgz", + "integrity": "sha512-orajc5T2PsRYUN3ZryCEFeMDYwyw09c/pZeaQEZPH0MpKzSvn3e0uXsDBu3k03VI+9DBiRo+l22BfKTpKwa/Wg==", + "dev": true, + "dependencies": { + "@babel/types": "^7.21.4" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-module-transforms": { + "version": "7.22.1", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.22.1.tgz", + "integrity": "sha512-dxAe9E7ySDGbQdCVOY/4+UcD8M9ZFqZcZhSPsPacvCG4M+9lwtDDQfI2EoaSvmf7W/8yCBkGU0m7Pvt1ru3UZw==", + "dev": true, + "dependencies": { + "@babel/helper-environment-visitor": "^7.22.1", + "@babel/helper-module-imports": "^7.21.4", + "@babel/helper-simple-access": "^7.21.5", + "@babel/helper-split-export-declaration": "^7.18.6", + "@babel/helper-validator-identifier": "^7.19.1", + "@babel/template": "^7.21.9", + "@babel/traverse": "^7.22.1", + "@babel/types": "^7.22.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-plugin-utils": { + "version": "7.21.5", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.21.5.tgz", + "integrity": "sha512-0WDaIlXKOX/3KfBK/dwP1oQGiPh6rjMkT7HIRv7i5RR2VUMwrx5ZL0dwBkKx7+SW1zwNdgjHd34IMk5ZjTeHVg==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-simple-access": { + "version": "7.21.5", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.21.5.tgz", + "integrity": "sha512-ENPDAMC1wAjR0uaCUwliBdiSl1KBJAVnMTzXqi64c2MG8MPR6ii4qf7bSXDqSFbr4W6W028/rf5ivoHop5/mkg==", + "dev": true, + "dependencies": { + "@babel/types": "^7.21.5" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-split-export-declaration": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz", + "integrity": "sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==", + "dev": true, + "dependencies": { + "@babel/types": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-string-parser": { + "version": "7.21.5", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.21.5.tgz", + "integrity": "sha512-5pTUx3hAJaZIdW99sJ6ZUUgWq/Y+Hja7TowEnLNMm1VivRgZQL3vpBY3qUACVsvw+yQU6+YgfBVmcbLaZtrA1w==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-validator-identifier": { + "version": "7.19.1", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz", + "integrity": "sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-validator-option": { + "version": "7.21.0", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz", + "integrity": "sha512-rmL/B8/f0mKS2baE9ZpyTcTavvEuWhTTW8amjzXNvYG4AwBsqTLikfXsEofsJEfKHf+HQVQbFOHy6o+4cnC/fQ==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helpers": { + "version": "7.22.3", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.22.3.tgz", + "integrity": "sha512-jBJ7jWblbgr7r6wYZHMdIqKc73ycaTcCaWRq4/2LpuPHcx7xMlZvpGQkOYc9HeSjn6rcx15CPlgVcBtZ4WZJ2w==", + "dev": true, + "dependencies": { + "@babel/template": "^7.21.9", + "@babel/traverse": "^7.22.1", + "@babel/types": "^7.22.3" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/highlight": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz", + "integrity": "sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==", + "dev": true, + "dependencies": { + "@babel/helper-validator-identifier": "^7.18.6", + "chalk": "^2.0.0", + "js-tokens": "^4.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/highlight/node_modules/ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dev": true, + "dependencies": { + "color-convert": "^1.9.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/@babel/highlight/node_modules/chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dev": true, + "dependencies": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/@babel/highlight/node_modules/color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "dev": true, + "dependencies": { + "color-name": "1.1.3" + } + }, + "node_modules/@babel/highlight/node_modules/color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", + "dev": true + }, + "node_modules/@babel/highlight/node_modules/has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/@babel/highlight/node_modules/supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dev": true, + "dependencies": { + "has-flag": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/@babel/parser": { + "version": "7.22.4", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.22.4.tgz", + "integrity": "sha512-VLLsx06XkEYqBtE5YGPwfSGwfrjnyPP5oiGty3S8pQLFDFLaS8VwWSIxkTXpcvr5zeYLE6+MBNl2npl/YnfofA==", + "dev": true, + "bin": { + "parser": "bin/babel-parser.js" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@babel/plugin-syntax-async-generators": { + "version": "7.8.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", + "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-bigint": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz", + "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-class-properties": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz", + "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.12.13" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-import-meta": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz", + "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.4" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-json-strings": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", + "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-jsx": { + "version": "7.21.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.21.4.tgz", + "integrity": "sha512-5hewiLct5OKyh6PLKEYaFclcqtIgCb6bmELouxjF6up5q3Sov7rOayW4RwhbaBL0dit8rA80GNfY+UuDp2mBbQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.20.2" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-logical-assignment-operators": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz", + "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.4" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", + "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-numeric-separator": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz", + "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.4" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-object-rest-spread": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", + "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-optional-catch-binding": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz", + "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-optional-chaining": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz", + "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-top-level-await": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz", + "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-typescript": { + "version": "7.21.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.21.4.tgz", + "integrity": "sha512-xz0D39NvhQn4t4RNsHmDnnsaQizIlUkdtYvLs8La1BlfjQ6JEwxkJGeqJMW2tAXx+q6H+WFuUTXNdYVpEya0YA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.20.2" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/runtime": { + "version": "7.22.3", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.22.3.tgz", + "integrity": "sha512-XsDuspWKLUsxwCp6r7EhsExHtYfbe5oAGQ19kqngTdCPUoPQzOPdUbD/pB9PJiwb2ptYKQDjSJT3R6dC+EPqfQ==", + "dev": true, + "dependencies": { + "regenerator-runtime": "^0.13.11" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/template": { + "version": "7.21.9", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.21.9.tgz", + "integrity": "sha512-MK0X5k8NKOuWRamiEfc3KEJiHMTkGZNUjzMipqCGDDc6ijRl/B7RGSKVGncu4Ro/HdyzzY6cmoXuKI2Gffk7vQ==", + "dev": true, + "dependencies": { + "@babel/code-frame": "^7.21.4", + "@babel/parser": "^7.21.9", + "@babel/types": "^7.21.5" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/traverse": { + "version": "7.22.4", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.22.4.tgz", + "integrity": "sha512-Tn1pDsjIcI+JcLKq1AVlZEr4226gpuAQTsLMorsYg9tuS/kG7nuwwJ4AB8jfQuEgb/COBwR/DqJxmoiYFu5/rQ==", + "dev": true, + "dependencies": { + "@babel/code-frame": "^7.21.4", + "@babel/generator": "^7.22.3", + "@babel/helper-environment-visitor": "^7.22.1", + "@babel/helper-function-name": "^7.21.0", + "@babel/helper-hoist-variables": "^7.18.6", + "@babel/helper-split-export-declaration": "^7.18.6", + "@babel/parser": "^7.22.4", + "@babel/types": "^7.22.4", + "debug": "^4.1.0", + "globals": "^11.1.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/types": { + "version": "7.22.4", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.22.4.tgz", + "integrity": "sha512-Tx9x3UBHTTsMSW85WB2kphxYQVvrZ/t1FxD88IpSgIjiUJlCm9z+xWIDwyo1vffTwSqteqyznB8ZE9vYYk16zA==", + "dev": true, + "dependencies": { + "@babel/helper-string-parser": "^7.21.5", + "@babel/helper-validator-identifier": "^7.19.1", + "to-fast-properties": "^2.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@bcoe/v8-coverage": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz", + "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==", + "dev": true + }, + "node_modules/@esbuild/android-arm": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.17.19.tgz", + "integrity": "sha512-rIKddzqhmav7MSmoFCmDIb6e2W57geRsM94gV2l38fzhXMwq7hZoClug9USI2pFRGL06f4IOPHHpFNOkWieR8A==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/android-arm64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.17.19.tgz", + "integrity": "sha512-KBMWvEZooR7+kzY0BtbTQn0OAYY7CsiydT63pVEaPtVYF0hXbUaOyZog37DKxK7NF3XacBJOpYT4adIJh+avxA==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/android-x64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.17.19.tgz", + "integrity": "sha512-uUTTc4xGNDT7YSArp/zbtmbhO0uEEK9/ETW29Wk1thYUJBz3IVnvgEiEwEa9IeLyvnpKrWK64Utw2bgUmDveww==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/darwin-arm64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.17.19.tgz", + "integrity": "sha512-80wEoCfF/hFKM6WE1FyBHc9SfUblloAWx6FJkFWTWiCoht9Mc0ARGEM47e67W9rI09YoUxJL68WHfDRYEAvOhg==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/darwin-x64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.17.19.tgz", + "integrity": "sha512-IJM4JJsLhRYr9xdtLytPLSH9k/oxR3boaUIYiHkAawtwNOXKE8KoU8tMvryogdcT8AU+Bflmh81Xn6Q0vTZbQw==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/freebsd-arm64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.17.19.tgz", + "integrity": "sha512-pBwbc7DufluUeGdjSU5Si+P3SoMF5DQ/F/UmTSb8HXO80ZEAJmrykPyzo1IfNbAoaqw48YRpv8shwd1NoI0jcQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/freebsd-x64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.17.19.tgz", + "integrity": "sha512-4lu+n8Wk0XlajEhbEffdy2xy53dpR06SlzvhGByyg36qJw6Kpfk7cp45DR/62aPH9mtJRmIyrXAS5UWBrJT6TQ==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-arm": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.17.19.tgz", + "integrity": "sha512-cdmT3KxjlOQ/gZ2cjfrQOtmhG4HJs6hhvm3mWSRDPtZ/lP5oe8FWceS10JaSJC13GBd4eH/haHnqf7hhGNLerA==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-arm64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.17.19.tgz", + "integrity": "sha512-ct1Tg3WGwd3P+oZYqic+YZF4snNl2bsnMKRkb3ozHmnM0dGWuxcPTTntAF6bOP0Sp4x0PjSF+4uHQ1xvxfRKqg==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-ia32": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.17.19.tgz", + "integrity": "sha512-w4IRhSy1VbsNxHRQpeGCHEmibqdTUx61Vc38APcsRbuVgK0OPEnQ0YD39Brymn96mOx48Y2laBQGqgZ0j9w6SQ==", + "cpu": [ + "ia32" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-loong64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.17.19.tgz", + "integrity": "sha512-2iAngUbBPMq439a+z//gE+9WBldoMp1s5GWsUSgqHLzLJ9WoZLZhpwWuym0u0u/4XmZ3gpHmzV84PonE+9IIdQ==", + "cpu": [ + "loong64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-mips64el": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.17.19.tgz", + "integrity": "sha512-LKJltc4LVdMKHsrFe4MGNPp0hqDFA1Wpt3jE1gEyM3nKUvOiO//9PheZZHfYRfYl6AwdTH4aTcXSqBerX0ml4A==", + "cpu": [ + "mips64el" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-ppc64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.17.19.tgz", + "integrity": "sha512-/c/DGybs95WXNS8y3Ti/ytqETiW7EU44MEKuCAcpPto3YjQbyK3IQVKfF6nbghD7EcLUGl0NbiL5Rt5DMhn5tg==", + "cpu": [ + "ppc64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-riscv64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.17.19.tgz", + "integrity": "sha512-FC3nUAWhvFoutlhAkgHf8f5HwFWUL6bYdvLc/TTuxKlvLi3+pPzdZiFKSWz/PF30TB1K19SuCxDTI5KcqASJqA==", + "cpu": [ + "riscv64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-s390x": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.17.19.tgz", + "integrity": "sha512-IbFsFbxMWLuKEbH+7sTkKzL6NJmG2vRyy6K7JJo55w+8xDk7RElYn6xvXtDW8HCfoKBFK69f3pgBJSUSQPr+4Q==", + "cpu": [ + "s390x" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-x64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.17.19.tgz", + "integrity": "sha512-68ngA9lg2H6zkZcyp22tsVt38mlhWde8l3eJLWkyLrp4HwMUr3c1s/M2t7+kHIhvMjglIBrFpncX1SzMckomGw==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/netbsd-x64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.17.19.tgz", + "integrity": "sha512-CwFq42rXCR8TYIjIfpXCbRX0rp1jo6cPIUPSaWwzbVI4aOfX96OXY8M6KNmtPcg7QjYeDmN+DD0Wp3LaBOLf4Q==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "netbsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/openbsd-x64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.17.19.tgz", + "integrity": "sha512-cnq5brJYrSZ2CF6c35eCmviIN3k3RczmHz8eYaVlNasVqsNY+JKohZU5MKmaOI+KkllCdzOKKdPs762VCPC20g==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "openbsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/sunos-x64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.17.19.tgz", + "integrity": "sha512-vCRT7yP3zX+bKWFeP/zdS6SqdWB8OIpaRq/mbXQxTGHnIxspRtigpkUcDMlSCOejlHowLqII7K2JKevwyRP2rg==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "sunos" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/win32-arm64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.17.19.tgz", + "integrity": "sha512-yYx+8jwowUstVdorcMdNlzklLYhPxjniHWFKgRqH7IFlUEa0Umu3KuYplf1HUZZ422e3NU9F4LGb+4O0Kdcaag==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/win32-ia32": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.17.19.tgz", + "integrity": "sha512-eggDKanJszUtCdlVs0RB+h35wNlb5v4TWEkq4vZcmVt5u/HiDZrTXe2bWFQUez3RgNHwx/x4sk5++4NSSicKkw==", + "cpu": [ + "ia32" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/win32-x64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.17.19.tgz", + "integrity": "sha512-lAhycmKnVOuRYNtRtatQR1LPQf2oYCkRGkSFnseDAKPl8lu5SOsK/e1sXe5a0Pc5kHIHe6P2I/ilntNv2xf3cA==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@gimenete/type-writer": { + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/@gimenete/type-writer/-/type-writer-0.1.5.tgz", + "integrity": "sha512-ZeVljCBixwIU4MG3Kqy/3Dc7zfIMCj9kXyCQ6hiutwFqZkTWggrhqNSEc+NfN2ztLjUG+ssdFe7PUcCIXv67aA==", + "dev": true, + "dependencies": { + "camelcase": "^5.0.0", + "prettier": "^1.19.1" + } + }, + "node_modules/@gimenete/type-writer/node_modules/prettier": { + "version": "1.19.1", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-1.19.1.tgz", + "integrity": "sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==", + "dev": true, + "bin": { + "prettier": "bin-prettier.js" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/@graphql-tools/merge": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/@graphql-tools/merge/-/merge-9.0.0.tgz", + "integrity": "sha512-J7/xqjkGTTwOJmaJQJ2C+VDBDOWJL3lKrHJN4yMaRLAJH3PosB7GiPRaSDZdErs0+F77sH2MKs2haMMkywzx7Q==", + "dev": true, + "dependencies": { + "@graphql-tools/utils": "^10.0.0", + "tslib": "^2.4.0" + }, + "engines": { + "node": ">=16.0.0" + }, + "peerDependencies": { + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" + } + }, + "node_modules/@graphql-tools/schema": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/@graphql-tools/schema/-/schema-10.0.0.tgz", + "integrity": "sha512-kf3qOXMFcMs2f/S8Y3A8fm/2w+GaHAkfr3Gnhh2LOug/JgpY/ywgFVxO3jOeSpSEdoYcDKLcXVjMigNbY4AdQg==", + "dev": true, + "dependencies": { + "@graphql-tools/merge": "^9.0.0", + "@graphql-tools/utils": "^10.0.0", + "tslib": "^2.4.0", + "value-or-promise": "^1.0.12" + }, + "engines": { + "node": ">=16.0.0" + }, + "peerDependencies": { + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" + } + }, + "node_modules/@graphql-tools/utils": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-10.0.0.tgz", + "integrity": "sha512-ndBPc6zgR+eGU/jHLpuojrs61kYN3Z89JyMLwK3GCRkPv4EQn9EOr1UWqF1JO0iM+/jAVHY0mvfUxyrFFN9DUQ==", + "dev": true, + "dependencies": { + "@graphql-typed-document-node/core": "^3.1.1", + "tslib": "^2.4.0" + }, + "engines": { + "node": ">=16.0.0" + }, + "peerDependencies": { + "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" + } + }, + "node_modules/@graphql-typed-document-node/core": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/@graphql-typed-document-node/core/-/core-3.2.0.tgz", + "integrity": "sha512-mB9oAsNCm9aM3/SOv4YtBMqZbYj10R7dkq8byBqxGY/ncFwhf2oQzMV+LCRlWoDSEBJ3COiR1yeDvMtsoOsuFQ==", + "dev": true, + "peerDependencies": { + "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" + } + }, + "node_modules/@isaacs/cliui": { + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", + "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==", + "dev": true, + "dependencies": { + "string-width": "^5.1.2", + "string-width-cjs": "npm:string-width@^4.2.0", + "strip-ansi": "^7.0.1", + "strip-ansi-cjs": "npm:strip-ansi@^6.0.1", + "wrap-ansi": "^8.1.0", + "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/@istanbuljs/load-nyc-config": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz", + "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==", + "dev": true, + "dependencies": { + "camelcase": "^5.3.1", + "find-up": "^4.1.0", + "get-package-type": "^0.1.0", + "js-yaml": "^3.13.1", + "resolve-from": "^5.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@istanbuljs/schema": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz", + "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/@jest/console": { + "version": "29.5.0", + "resolved": "https://registry.npmjs.org/@jest/console/-/console-29.5.0.tgz", + "integrity": "sha512-NEpkObxPwyw/XxZVLPmAGKE89IQRp4puc6IQRPru6JKd1M3fW9v1xM1AnzIJE65hbCkzQAdnL8P47e9hzhiYLQ==", + "dev": true, + "dependencies": { + "@jest/types": "^29.5.0", + "@types/node": "*", + "chalk": "^4.0.0", + "jest-message-util": "^29.5.0", + "jest-util": "^29.5.0", + "slash": "^3.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jest/core": { + "version": "29.5.0", + "resolved": "https://registry.npmjs.org/@jest/core/-/core-29.5.0.tgz", + "integrity": "sha512-28UzQc7ulUrOQw1IsN/kv1QES3q2kkbl/wGslyhAclqZ/8cMdB5M68BffkIdSJgKBUt50d3hbwJ92XESlE7LiQ==", + "dev": true, + "dependencies": { + "@jest/console": "^29.5.0", + "@jest/reporters": "^29.5.0", + "@jest/test-result": "^29.5.0", + "@jest/transform": "^29.5.0", + "@jest/types": "^29.5.0", + "@types/node": "*", + "ansi-escapes": "^4.2.1", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "exit": "^0.1.2", + "graceful-fs": "^4.2.9", + "jest-changed-files": "^29.5.0", + "jest-config": "^29.5.0", + "jest-haste-map": "^29.5.0", + "jest-message-util": "^29.5.0", + "jest-regex-util": "^29.4.3", + "jest-resolve": "^29.5.0", + "jest-resolve-dependencies": "^29.5.0", + "jest-runner": "^29.5.0", + "jest-runtime": "^29.5.0", + "jest-snapshot": "^29.5.0", + "jest-util": "^29.5.0", + "jest-validate": "^29.5.0", + "jest-watcher": "^29.5.0", + "micromatch": "^4.0.4", + "pretty-format": "^29.5.0", + "slash": "^3.0.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + }, + "peerDependencies": { + "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" + }, + "peerDependenciesMeta": { + "node-notifier": { + "optional": true + } + } + }, + "node_modules/@jest/core/node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/@jest/core/node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@jest/environment": { + "version": "29.5.0", + "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-29.5.0.tgz", + "integrity": "sha512-5FXw2+wD29YU1d4I2htpRX7jYnAyTRjP2CsXQdo9SAM8g3ifxWPSV0HnClSn71xwctr0U3oZIIH+dtbfmnbXVQ==", + "dev": true, + "dependencies": { + "@jest/fake-timers": "^29.5.0", + "@jest/types": "^29.5.0", + "@types/node": "*", + "jest-mock": "^29.5.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jest/expect": { + "version": "29.5.0", + "resolved": "https://registry.npmjs.org/@jest/expect/-/expect-29.5.0.tgz", + "integrity": "sha512-PueDR2HGihN3ciUNGr4uelropW7rqUfTiOn+8u0leg/42UhblPxHkfoh0Ruu3I9Y1962P3u2DY4+h7GVTSVU6g==", + "dev": true, + "dependencies": { + "expect": "^29.5.0", + "jest-snapshot": "^29.5.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jest/expect-utils": { + "version": "29.5.0", + "resolved": "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-29.5.0.tgz", + "integrity": "sha512-fmKzsidoXQT2KwnrwE0SQq3uj8Z763vzR8LnLBwC2qYWEFpjX8daRsk6rHUM1QvNlEW/UJXNXm59ztmJJWs2Mg==", + "dev": true, + "dependencies": { + "jest-get-type": "^29.4.3" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jest/fake-timers": { + "version": "29.5.0", + "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-29.5.0.tgz", + "integrity": "sha512-9ARvuAAQcBwDAqOnglWq2zwNIRUDtk/SCkp/ToGEhFv5r86K21l+VEs0qNTaXtyiY0lEePl3kylijSYJQqdbDg==", + "dev": true, + "dependencies": { + "@jest/types": "^29.5.0", + "@sinonjs/fake-timers": "^10.0.2", + "@types/node": "*", + "jest-message-util": "^29.5.0", + "jest-mock": "^29.5.0", + "jest-util": "^29.5.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jest/globals": { + "version": "29.5.0", + "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-29.5.0.tgz", + "integrity": "sha512-S02y0qMWGihdzNbUiqSAiKSpSozSuHX5UYc7QbnHP+D9Lyw8DgGGCinrN9uSuHPeKgSSzvPom2q1nAtBvUsvPQ==", + "dev": true, + "dependencies": { + "@jest/environment": "^29.5.0", + "@jest/expect": "^29.5.0", + "@jest/types": "^29.5.0", + "jest-mock": "^29.5.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jest/reporters": { + "version": "29.5.0", + "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-29.5.0.tgz", + "integrity": "sha512-D05STXqj/M8bP9hQNSICtPqz97u7ffGzZu+9XLucXhkOFBqKcXe04JLZOgIekOxdb73MAoBUFnqvf7MCpKk5OA==", + "dev": true, + "dependencies": { + "@bcoe/v8-coverage": "^0.2.3", + "@jest/console": "^29.5.0", + "@jest/test-result": "^29.5.0", + "@jest/transform": "^29.5.0", + "@jest/types": "^29.5.0", + "@jridgewell/trace-mapping": "^0.3.15", + "@types/node": "*", + "chalk": "^4.0.0", + "collect-v8-coverage": "^1.0.0", + "exit": "^0.1.2", + "glob": "^7.1.3", + "graceful-fs": "^4.2.9", + "istanbul-lib-coverage": "^3.0.0", + "istanbul-lib-instrument": "^5.1.0", + "istanbul-lib-report": "^3.0.0", + "istanbul-lib-source-maps": "^4.0.0", + "istanbul-reports": "^3.1.3", + "jest-message-util": "^29.5.0", + "jest-util": "^29.5.0", + "jest-worker": "^29.5.0", + "slash": "^3.0.0", + "string-length": "^4.0.1", + "strip-ansi": "^6.0.0", + "v8-to-istanbul": "^9.0.1" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + }, + "peerDependencies": { + "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" + }, + "peerDependenciesMeta": { + "node-notifier": { + "optional": true + } + } + }, + "node_modules/@jest/reporters/node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/@jest/reporters/node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/@jest/reporters/node_modules/glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "dev": true, + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/@jest/reporters/node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/@jest/reporters/node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@jest/schemas": { + "version": "29.4.3", + "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-29.4.3.tgz", + "integrity": "sha512-VLYKXQmtmuEz6IxJsrZwzG9NvtkQsWNnWMsKxqWNu3+CnfzJQhp0WDDKWLVV9hLKr0l3SLLFRqcYHjhtyuDVxg==", + "dev": true, + "dependencies": { + "@sinclair/typebox": "^0.25.16" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jest/source-map": { + "version": "29.4.3", + "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-29.4.3.tgz", + "integrity": "sha512-qyt/mb6rLyd9j1jUts4EQncvS6Yy3PM9HghnNv86QBlV+zdL2inCdK1tuVlL+J+lpiw2BI67qXOrX3UurBqQ1w==", + "dev": true, + "dependencies": { + "@jridgewell/trace-mapping": "^0.3.15", + "callsites": "^3.0.0", + "graceful-fs": "^4.2.9" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jest/test-result": { + "version": "29.5.0", + "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-29.5.0.tgz", + "integrity": "sha512-fGl4rfitnbfLsrfx1uUpDEESS7zM8JdgZgOCQuxQvL1Sn/I6ijeAVQWGfXI9zb1i9Mzo495cIpVZhA0yr60PkQ==", + "dev": true, + "dependencies": { + "@jest/console": "^29.5.0", + "@jest/types": "^29.5.0", + "@types/istanbul-lib-coverage": "^2.0.0", + "collect-v8-coverage": "^1.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jest/test-sequencer": { + "version": "29.5.0", + "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-29.5.0.tgz", + "integrity": "sha512-yPafQEcKjkSfDXyvtgiV4pevSeyuA6MQr6ZIdVkWJly9vkqjnFfcfhRQqpD5whjoU8EORki752xQmjaqoFjzMQ==", + "dev": true, + "dependencies": { + "@jest/test-result": "^29.5.0", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^29.5.0", + "slash": "^3.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jest/transform": { + "version": "29.5.0", + "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-29.5.0.tgz", + "integrity": "sha512-8vbeZWqLJOvHaDfeMuoHITGKSz5qWc9u04lnWrQE3VyuSw604PzQM824ZeX9XSjUCeDiE3GuxZe5UKa8J61NQw==", + "dev": true, + "dependencies": { + "@babel/core": "^7.11.6", + "@jest/types": "^29.5.0", + "@jridgewell/trace-mapping": "^0.3.15", + "babel-plugin-istanbul": "^6.1.1", + "chalk": "^4.0.0", + "convert-source-map": "^2.0.0", + "fast-json-stable-stringify": "^2.1.0", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^29.5.0", + "jest-regex-util": "^29.4.3", + "jest-util": "^29.5.0", + "micromatch": "^4.0.4", + "pirates": "^4.0.4", + "slash": "^3.0.0", + "write-file-atomic": "^4.0.2" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jest/transform/node_modules/convert-source-map": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", + "dev": true + }, + "node_modules/@jest/types": { + "version": "29.5.0", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.5.0.tgz", + "integrity": "sha512-qbu7kN6czmVRc3xWFQcAN03RAUamgppVUdXrvl1Wr3jlNF93o9mJbGcDWrwGB6ht44u7efB1qCFgVQmca24Uog==", + "dev": true, + "dependencies": { + "@jest/schemas": "^29.4.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jridgewell/gen-mapping": { + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz", + "integrity": "sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==", + "dev": true, + "dependencies": { + "@jridgewell/set-array": "^1.0.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.9" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/resolve-uri": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz", + "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==", + "dev": true, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/set-array": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz", + "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==", + "dev": true, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/sourcemap-codec": { + "version": "1.4.15", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz", + "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==", + "dev": true + }, + "node_modules/@jridgewell/trace-mapping": { + "version": "0.3.18", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.18.tgz", + "integrity": "sha512-w+niJYzMHdd7USdiH2U6869nqhD2nbfZXND5Yp93qIbEmnDNk7PD48o+YchRVpzMU7M6jVCbenTR7PA1FLQ9pA==", + "dev": true, + "dependencies": { + "@jridgewell/resolve-uri": "3.1.0", + "@jridgewell/sourcemap-codec": "1.4.14" + } + }, + "node_modules/@jridgewell/trace-mapping/node_modules/@jridgewell/sourcemap-codec": { + "version": "1.4.14", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz", + "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==", + "dev": true + }, + "node_modules/@octokit/auth-token": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-3.0.3.tgz", + "integrity": "sha512-/aFM2M4HVDBT/jjDBa84sJniv1t9Gm/rLkalaz9htOm+L+8JMj1k9w0CkUdcxNyNxZPlTxKPVko+m1VlM58ZVA==", + "dev": true, + "dependencies": { + "@octokit/types": "^9.0.0" + }, + "engines": { + "node": ">= 14" + } + }, + "node_modules/@octokit/core": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/@octokit/core/-/core-4.2.1.tgz", + "integrity": "sha512-tEDxFx8E38zF3gT7sSMDrT1tGumDgsw5yPG6BBh/X+5ClIQfMH/Yqocxz1PnHx6CHyF6pxmovUTOfZAUvQ0Lvw==", + "dev": true, + "dependencies": { + "@octokit/auth-token": "^3.0.0", + "@octokit/graphql": "^5.0.0", + "@octokit/request": "^6.0.0", + "@octokit/request-error": "^3.0.0", + "@octokit/types": "^9.0.0", + "before-after-hook": "^2.2.0", + "universal-user-agent": "^6.0.0" + }, + "engines": { + "node": ">= 14" + } + }, + "node_modules/@octokit/endpoint": { + "version": "7.0.5", + "resolved": "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-7.0.5.tgz", + "integrity": "sha512-LG4o4HMY1Xoaec87IqQ41TQ+glvIeTKqfjkCEmt5AIwDZJwQeVZFIEYXrYY6yLwK+pAScb9Gj4q+Nz2qSw1roA==", + "dev": true, + "dependencies": { + "@octokit/types": "^9.0.0", + "is-plain-object": "^5.0.0", + "universal-user-agent": "^6.0.0" + }, + "engines": { + "node": ">= 14" + } + }, + "node_modules/@octokit/graphql": { + "version": "5.0.6", + "resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-5.0.6.tgz", + "integrity": "sha512-Fxyxdy/JH0MnIB5h+UQ3yCoh1FG4kWXfFKkpWqjZHw/p+Kc8Y44Hu/kCgNBT6nU1shNumEchmW/sUO1JuQnPcw==", + "dev": true, + "dependencies": { + "@octokit/request": "^6.0.0", + "@octokit/types": "^9.0.0", + "universal-user-agent": "^6.0.0" + }, + "engines": { + "node": ">= 14" + } + }, + "node_modules/@octokit/openapi-types": { + "version": "18.0.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-18.0.0.tgz", + "integrity": "sha512-V8GImKs3TeQRxRtXFpG2wl19V7444NIOTDF24AWuIbmNaNYOQMWRbjcGDXV5B+0n887fgDcuMNOmlul+k+oJtw==" + }, + "node_modules/@octokit/request": { + "version": "6.2.5", + "resolved": "https://registry.npmjs.org/@octokit/request/-/request-6.2.5.tgz", + "integrity": "sha512-z83E8UIlPNaJUsXpjD8E0V5o/5f+vJJNbNcBwVZsX3/vC650U41cOkTLjq4PKk9BYonQGOnx7N17gvLyNjgGcQ==", + "dev": true, + "dependencies": { + "@octokit/endpoint": "^7.0.0", + "@octokit/request-error": "^3.0.0", + "@octokit/types": "^9.0.0", + "is-plain-object": "^5.0.0", + "node-fetch": "^2.6.7", + "universal-user-agent": "^6.0.0" + }, + "engines": { + "node": ">= 14" + } + }, + "node_modules/@octokit/request-error": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-3.0.3.tgz", + "integrity": "sha512-crqw3V5Iy2uOU5Np+8M/YexTlT8zxCfI+qu+LxUB7SZpje4Qmx3mub5DfEKSO8Ylyk0aogi6TYdf6kxzh2BguQ==", + "dev": true, + "dependencies": { + "@octokit/types": "^9.0.0", + "deprecation": "^2.0.0", + "once": "^1.4.0" + }, + "engines": { + "node": ">= 14" + } + }, + "node_modules/@octokit/tsconfig": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@octokit/tsconfig/-/tsconfig-2.0.0.tgz", + "integrity": "sha512-tWnrai3quGt8+gRN2edzo9fmraWekeryXPeXDomMw2oFSpu/lH3VSWGn/q4V+rwjTRMeeXk/ci623/01Zet4VQ==", + "dev": true + }, + "node_modules/@octokit/types": { + "version": "9.3.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-9.3.0.tgz", + "integrity": "sha512-ZNO1In0QuWZLDngSLcn5H4ExRhYOd1rDcWnwc/LuR55cO1d6Sex6+T6RiSQwp/tyEg7eNWx+MUdJGL7Fu1kMjw==", + "dependencies": { + "@octokit/openapi-types": "^18.0.0" + } + }, + "node_modules/@pkgjs/parseargs": { + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", + "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==", + "dev": true, + "optional": true, + "engines": { + "node": ">=14" + } + }, + "node_modules/@sinclair/typebox": { + "version": "0.25.24", + "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.25.24.tgz", + "integrity": "sha512-XJfwUVUKDHF5ugKwIcxEgc9k8b7HbznCp6eUfWgu710hMPNIO4aw4/zB5RogDQz8nd6gyCDpU9O/m6qYEWY6yQ==", + "dev": true + }, + "node_modules/@sindresorhus/is": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-4.6.0.tgz", + "integrity": "sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sindresorhus/is?sponsor=1" + } + }, + "node_modules/@sinonjs/commons": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-3.0.0.tgz", + "integrity": "sha512-jXBtWAF4vmdNmZgD5FoKsVLv3rPgDnLgPbU84LIJ3otV44vJlDRokVng5v8NFJdCf/da9legHcKaRuZs4L7faA==", + "dev": true, + "dependencies": { + "type-detect": "4.0.8" + } + }, + "node_modules/@sinonjs/fake-timers": { + "version": "10.2.0", + "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-10.2.0.tgz", + "integrity": "sha512-OPwQlEdg40HAj5KNF8WW6q2KG4Z+cBCZb3m4ninfTZKaBmbIJodviQsDBoYMPHkOyJJMHnOJo5j2+LKDOhOACg==", + "dev": true, + "dependencies": { + "@sinonjs/commons": "^3.0.0" + } + }, + "node_modules/@szmarczak/http-timer": { + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-4.0.6.tgz", + "integrity": "sha512-4BAffykYOgO+5nzBWYwE3W90sBgLJoUPRWWcL8wlyiM8IB8ipJz3UMJ9KXQd1RKQXpKp8Tutn80HZtWsu2u76w==", + "dev": true, + "dependencies": { + "defer-to-connect": "^2.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/@types/babel__core": { + "version": "7.20.1", + "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.1.tgz", + "integrity": "sha512-aACu/U/omhdk15O4Nfb+fHgH/z3QsfQzpnvRZhYhThms83ZnAOZz7zZAWO7mn2yyNQaA4xTO8GLK3uqFU4bYYw==", + "dev": true, + "dependencies": { + "@babel/parser": "^7.20.7", + "@babel/types": "^7.20.7", + "@types/babel__generator": "*", + "@types/babel__template": "*", + "@types/babel__traverse": "*" + } + }, + "node_modules/@types/babel__generator": { + "version": "7.6.4", + "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.4.tgz", + "integrity": "sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==", + "dev": true, + "dependencies": { + "@babel/types": "^7.0.0" + } + }, + "node_modules/@types/babel__template": { + "version": "7.4.1", + "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.1.tgz", + "integrity": "sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==", + "dev": true, + "dependencies": { + "@babel/parser": "^7.1.0", + "@babel/types": "^7.0.0" + } + }, + "node_modules/@types/babel__traverse": { + "version": "7.20.1", + "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.1.tgz", + "integrity": "sha512-MitHFXnhtgwsGZWtT68URpOvLN4EREih1u3QtQiN4VdAxWKRVvGCSvw/Qth0M0Qq3pJpnGOu5JaM/ydK7OGbqg==", + "dev": true, + "dependencies": { + "@babel/types": "^7.20.7" + } + }, + "node_modules/@types/cacheable-request": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/@types/cacheable-request/-/cacheable-request-6.0.3.tgz", + "integrity": "sha512-IQ3EbTzGxIigb1I3qPZc1rWJnH0BmSKv5QYTalEwweFvyBDLSAe24zP0le/hyi7ecGfZVlIVAg4BZqb8WBwKqw==", + "dev": true, + "dependencies": { + "@types/http-cache-semantics": "*", + "@types/keyv": "^3.1.4", + "@types/node": "*", + "@types/responselike": "^1.0.0" + } + }, + "node_modules/@types/fetch-mock": { + "version": "7.3.5", + "resolved": "https://registry.npmjs.org/@types/fetch-mock/-/fetch-mock-7.3.5.tgz", + "integrity": "sha512-sLecm9ohBdGIpYUP9rWk5/XIKY2xHMYTBJIcJuBBM8IJWnYoQ1DAj8F4OVjnfD0API1drlkWEV0LPNk+ACuhsg==", + "dev": true + }, + "node_modules/@types/graceful-fs": { + "version": "4.1.6", + "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.6.tgz", + "integrity": "sha512-Sig0SNORX9fdW+bQuTEovKj3uHcUL6LQKbCrrqb1X7J6/ReAbhCXRAhc+SMejhLELFj2QcyuxmUooZ4bt5ReSw==", + "dev": true, + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/http-cache-semantics": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.1.tgz", + "integrity": "sha512-SZs7ekbP8CN0txVG2xVRH6EgKmEm31BOxA07vkFaETzZz1xh+cbt8BcI0slpymvwhx5dlFnQG2rTlPVQn+iRPQ==", + "dev": true + }, + "node_modules/@types/istanbul-lib-coverage": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz", + "integrity": "sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g==", + "dev": true + }, + "node_modules/@types/istanbul-lib-report": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz", + "integrity": "sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==", + "dev": true, + "dependencies": { + "@types/istanbul-lib-coverage": "*" + } + }, + "node_modules/@types/istanbul-reports": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.1.tgz", + "integrity": "sha512-c3mAZEuK0lvBp8tmuL74XRKn1+y2dcwOUpH7x4WrF6gk1GIgiluDRgMYQtw2OFcBvAJWlt6ASU3tSqxp0Uu0Aw==", + "dev": true, + "dependencies": { + "@types/istanbul-lib-report": "*" + } + }, + "node_modules/@types/jest": { + "version": "29.5.2", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.2.tgz", + "integrity": "sha512-mSoZVJF5YzGVCk+FsDxzDuH7s+SCkzrgKZzf0Z0T2WudhBUPoF6ktoTPC4R0ZoCPCV5xUvuU6ias5NvxcBcMMg==", + "dev": true, + "dependencies": { + "expect": "^29.0.0", + "pretty-format": "^29.0.0" + } + }, + "node_modules/@types/keyv": { + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/@types/keyv/-/keyv-3.1.4.tgz", + "integrity": "sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==", + "dev": true, + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/node": { + "version": "18.16.16", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.16.16.tgz", + "integrity": "sha512-NpaM49IGQQAUlBhHMF82QH80J08os4ZmyF9MkpCzWAGuOHqE4gTEbhzd7L3l5LmWuZ6E0OiC1FweQ4tsiW35+g==", + "dev": true + }, + "node_modules/@types/prettier": { + "version": "2.7.3", + "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.7.3.tgz", + "integrity": "sha512-+68kP9yzs4LMp7VNh8gdzMSPZFL44MLGqiHWvttYJe+6qnuVr4Ek9wSBQoveqY/r+LwjCcU29kNVkidwim+kYA==", + "dev": true + }, + "node_modules/@types/responselike": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@types/responselike/-/responselike-1.0.0.tgz", + "integrity": "sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==", + "dev": true, + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/stack-utils": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.1.tgz", + "integrity": "sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==", + "dev": true + }, + "node_modules/@types/yargs": { + "version": "17.0.24", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.24.tgz", + "integrity": "sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw==", + "dev": true, + "dependencies": { + "@types/yargs-parser": "*" + } + }, + "node_modules/@types/yargs-parser": { + "version": "21.0.0", + "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.0.tgz", + "integrity": "sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==", + "dev": true + }, + "node_modules/ansi-escapes": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", + "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", + "dev": true, + "dependencies": { + "type-fest": "^0.21.3" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/ansi-regex": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", + "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-regex?sponsor=1" + } + }, + "node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/anymatch": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", + "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", + "dev": true, + "dependencies": { + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/argparse": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "dev": true, + "dependencies": { + "sprintf-js": "~1.0.2" + } + }, + "node_modules/array-buffer-byte-length": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.0.tgz", + "integrity": "sha512-LPuwb2P+NrQw3XhxGc36+XSvuBPopovXYTR9Ew++Du9Yb/bx5AzBfrIsBoj0EZUifjQU+sHL21sseZ3jerWO/A==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "is-array-buffer": "^3.0.1" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/available-typed-arrays": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz", + "integrity": "sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==", + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/babel-jest": { + "version": "29.5.0", + "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-29.5.0.tgz", + "integrity": "sha512-mA4eCDh5mSo2EcA9xQjVTpmbbNk32Zb3Q3QFQsNhaK56Q+yoXowzFodLux30HRgyOho5rsQ6B0P9QpMkvvnJ0Q==", + "dev": true, + "dependencies": { + "@jest/transform": "^29.5.0", + "@types/babel__core": "^7.1.14", + "babel-plugin-istanbul": "^6.1.1", + "babel-preset-jest": "^29.5.0", + "chalk": "^4.0.0", + "graceful-fs": "^4.2.9", + "slash": "^3.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + }, + "peerDependencies": { + "@babel/core": "^7.8.0" + } + }, + "node_modules/babel-plugin-istanbul": { + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz", + "integrity": "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.0.0", + "@istanbuljs/load-nyc-config": "^1.0.0", + "@istanbuljs/schema": "^0.1.2", + "istanbul-lib-instrument": "^5.0.4", + "test-exclude": "^6.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/babel-plugin-jest-hoist": { + "version": "29.5.0", + "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-29.5.0.tgz", + "integrity": "sha512-zSuuuAlTMT4mzLj2nPnUm6fsE6270vdOfnpbJ+RmruU75UhLFvL0N2NgI7xpeS7NaB6hGqmd5pVpGTDYvi4Q3w==", + "dev": true, + "dependencies": { + "@babel/template": "^7.3.3", + "@babel/types": "^7.3.3", + "@types/babel__core": "^7.1.14", + "@types/babel__traverse": "^7.0.6" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/babel-preset-current-node-syntax": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz", + "integrity": "sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==", + "dev": true, + "dependencies": { + "@babel/plugin-syntax-async-generators": "^7.8.4", + "@babel/plugin-syntax-bigint": "^7.8.3", + "@babel/plugin-syntax-class-properties": "^7.8.3", + "@babel/plugin-syntax-import-meta": "^7.8.3", + "@babel/plugin-syntax-json-strings": "^7.8.3", + "@babel/plugin-syntax-logical-assignment-operators": "^7.8.3", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", + "@babel/plugin-syntax-numeric-separator": "^7.8.3", + "@babel/plugin-syntax-object-rest-spread": "^7.8.3", + "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", + "@babel/plugin-syntax-optional-chaining": "^7.8.3", + "@babel/plugin-syntax-top-level-await": "^7.8.3" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/babel-preset-jest": { + "version": "29.5.0", + "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-29.5.0.tgz", + "integrity": "sha512-JOMloxOqdiBSxMAzjRaH023/vvcaSaec49zvg+2LmNsktC7ei39LTJGw02J+9uUtTZUq6xbLyJ4dxe9sSmIuAg==", + "dev": true, + "dependencies": { + "babel-plugin-jest-hoist": "^29.5.0", + "babel-preset-current-node-syntax": "^1.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", + "dev": true + }, + "node_modules/before-after-hook": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/before-after-hook/-/before-after-hook-2.2.3.tgz", + "integrity": "sha512-NzUnlZexiaH/46WDhANlyR2bXRopNg4F/zuSA3OpZnllCUgRaOF2znDioDWrmbNVsuZk6l9pMquQB38cfBZwkQ==", + "dev": true + }, + "node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "dev": true, + "dependencies": { + "fill-range": "^7.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/browserslist": { + "version": "4.21.7", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.7.tgz", + "integrity": "sha512-BauCXrQ7I2ftSqd2mvKHGo85XR0u7Ru3C/Hxsy/0TkfCtjrmAbPdzLGasmoiBxplpDXlPvdjX9u7srIMfgasNA==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "dependencies": { + "caniuse-lite": "^1.0.30001489", + "electron-to-chromium": "^1.4.411", + "node-releases": "^2.0.12", + "update-browserslist-db": "^1.0.11" + }, + "bin": { + "browserslist": "cli.js" + }, + "engines": { + "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" + } + }, + "node_modules/bs-logger": { + "version": "0.2.6", + "resolved": "https://registry.npmjs.org/bs-logger/-/bs-logger-0.2.6.tgz", + "integrity": "sha512-pd8DCoxmbgc7hyPKOvxtqNcjYoOsABPQdcCUjGp3d42VR2CX1ORhk2A87oqqu5R1kk+76nsxZupkmyd+MVtCog==", + "dev": true, + "dependencies": { + "fast-json-stable-stringify": "2.x" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/bser": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz", + "integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==", + "dev": true, + "dependencies": { + "node-int64": "^0.4.0" + } + }, + "node_modules/buffer-from": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", + "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", + "dev": true + }, + "node_modules/cacheable-lookup": { + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-5.0.4.tgz", + "integrity": "sha512-2/kNscPhpcxrOigMZzbiWF7dz8ilhb/nIHU3EyZiXWXpeq/au8qJ8VhdftMkty3n7Gj6HIGalQG8oiBNB3AJgA==", + "dev": true, + "engines": { + "node": ">=10.6.0" + } + }, + "node_modules/cacheable-request": { + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-7.0.2.tgz", + "integrity": "sha512-pouW8/FmiPQbuGpkXQ9BAPv/Mo5xDGANgSNXzTzJ8DrKGuXOssM4wIQRjfanNRh3Yu5cfYPvcorqbhg2KIJtew==", + "dev": true, + "dependencies": { + "clone-response": "^1.0.2", + "get-stream": "^5.1.0", + "http-cache-semantics": "^4.0.0", + "keyv": "^4.0.0", + "lowercase-keys": "^2.0.0", + "normalize-url": "^6.0.1", + "responselike": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/call-bind": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", + "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", + "dev": true, + "dependencies": { + "function-bind": "^1.1.1", + "get-intrinsic": "^1.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/callsites": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/camelcase": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/caniuse-lite": { + "version": "1.0.30001495", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001495.tgz", + "integrity": "sha512-F6x5IEuigtUfU5ZMQK2jsy5JqUUlEFRVZq8bO2a+ysq5K7jD6PPc9YXZj78xDNS3uNchesp1Jw47YXEqr+Viyg==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/caniuse-lite" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ] + }, + "node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/char-regex": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz", + "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==", + "dev": true, + "engines": { + "node": ">=10" + } + }, + "node_modules/ci-info": { + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz", + "integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/sibiraj-s" + } + ], + "engines": { + "node": ">=8" + } + }, + "node_modules/cjs-module-lexer": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.2.2.tgz", + "integrity": "sha512-cOU9usZw8/dXIXKtwa8pM0OTJQuJkxMN6w30csNRUerHfeQ5R6U3kkU/FtJeIf3M202OHfY2U8ccInBG7/xogA==", + "dev": true + }, + "node_modules/cliui": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", + "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==", + "dev": true, + "dependencies": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.1", + "wrap-ansi": "^7.0.0" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/cliui/node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/cliui/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true + }, + "node_modules/cliui/node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/cliui/node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/cliui/node_modules/wrap-ansi": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, + "node_modules/clone-response": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/clone-response/-/clone-response-1.0.3.tgz", + "integrity": "sha512-ROoL94jJH2dUVML2Y/5PEDNaSHgeOdSDicUyS7izcF63G6sTc/FTjLub4b8Il9S8S0beOfYt0TaA5qvFK+w0wA==", + "dev": true, + "dependencies": { + "mimic-response": "^1.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/co": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz", + "integrity": "sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==", + "dev": true, + "engines": { + "iojs": ">= 1.0.0", + "node": ">= 0.12.0" + } + }, + "node_modules/collect-v8-coverage": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.1.tgz", + "integrity": "sha512-iBPtljfCNcTKNAto0KEtDfZ3qzjJvqE3aTGZsbhjSBlorqpXJlaWWtPO35D+ZImoC3KWejX64o+yPGxhWSTzfg==", + "dev": true + }, + "node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", + "dev": true + }, + "node_modules/convert-source-map": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz", + "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==", + "dev": true + }, + "node_modules/core-js": { + "version": "3.30.2", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.30.2.tgz", + "integrity": "sha512-uBJiDmwqsbJCWHAwjrx3cvjbMXP7xD72Dmsn5LOJpiRmE3WbBbN5rCqQ2Qh6Ek6/eOrjlWngEynBWo4VxerQhg==", + "dev": true, + "hasInstallScript": true, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/core-js" + } + }, + "node_modules/cross-spawn": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", + "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "dev": true, + "dependencies": { + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "dev": true, + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/decompress-response": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-6.0.0.tgz", + "integrity": "sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==", + "dev": true, + "dependencies": { + "mimic-response": "^3.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/decompress-response/node_modules/mimic-response": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-3.1.0.tgz", + "integrity": "sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/dedent": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/dedent/-/dedent-0.7.0.tgz", + "integrity": "sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA==", + "dev": true + }, + "node_modules/deepmerge": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz", + "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/defer-to-connect": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/defer-to-connect/-/defer-to-connect-2.0.1.tgz", + "integrity": "sha512-4tvttepXG1VaYGrRibk5EwJd1t4udunSOVMdLSAL6mId1ix438oPwPZMALY41FCijukO1L0twNcGsdzS7dHgDg==", + "dev": true, + "engines": { + "node": ">=10" + } + }, + "node_modules/define-properties": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.0.tgz", + "integrity": "sha512-xvqAVKGfT1+UAvPwKTVw/njhdQ8ZhXK4lI0bCIuCMrp2up9nPnaDftrLtmpTazqd1o+UY4zgzU+avtMbDP+ldA==", + "dev": true, + "dependencies": { + "has-property-descriptors": "^1.0.0", + "object-keys": "^1.1.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/deprecation": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/deprecation/-/deprecation-2.3.1.tgz", + "integrity": "sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ==", + "dev": true + }, + "node_modules/detect-newline": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz", + "integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/diff-sequences": { + "version": "29.4.3", + "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-29.4.3.tgz", + "integrity": "sha512-ofrBgwpPhCD85kMKtE9RYFFq6OC1A89oW2vvgWZNCwxrUpRUILopY7lsYyMDSjc8g6U6aiO0Qubg6r4Wgt5ZnA==", + "dev": true, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/eastasianwidth": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", + "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==", + "dev": true + }, + "node_modules/electron-to-chromium": { + "version": "1.4.422", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.422.tgz", + "integrity": "sha512-OQMid0IRbJv27BhlPiBK8CfGzjeq4ZCBSmpwNi1abyS8w17/BajOUu7hBI49ptDTBCz9NRFbORhWvt41dF7dwg==", + "dev": true + }, + "node_modules/emittery": { + "version": "0.13.1", + "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.13.1.tgz", + "integrity": "sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sindresorhus/emittery?sponsor=1" + } + }, + "node_modules/emoji-regex": { + "version": "9.2.2", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", + "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", + "dev": true + }, + "node_modules/end-of-stream": { + "version": "1.4.4", + "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", + "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", + "dev": true, + "dependencies": { + "once": "^1.4.0" + } + }, + "node_modules/error-ex": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", + "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", + "dev": true, + "dependencies": { + "is-arrayish": "^0.2.1" + } + }, + "node_modules/es-abstract": { + "version": "1.21.2", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.21.2.tgz", + "integrity": "sha512-y/B5POM2iBnIxCiernH1G7rC9qQoM77lLIMQLuob0zhp8C56Po81+2Nj0WFKnd0pNReDTnkYryc+zhOzpEIROg==", + "dev": true, + "dependencies": { + "array-buffer-byte-length": "^1.0.0", + "available-typed-arrays": "^1.0.5", + "call-bind": "^1.0.2", + "es-set-tostringtag": "^2.0.1", + "es-to-primitive": "^1.2.1", + "function.prototype.name": "^1.1.5", + "get-intrinsic": "^1.2.0", + "get-symbol-description": "^1.0.0", + "globalthis": "^1.0.3", + "gopd": "^1.0.1", + "has": "^1.0.3", + "has-property-descriptors": "^1.0.0", + "has-proto": "^1.0.1", + "has-symbols": "^1.0.3", + "internal-slot": "^1.0.5", + "is-array-buffer": "^3.0.2", + "is-callable": "^1.2.7", + "is-negative-zero": "^2.0.2", + "is-regex": "^1.1.4", + "is-shared-array-buffer": "^1.0.2", + "is-string": "^1.0.7", + "is-typed-array": "^1.1.10", + "is-weakref": "^1.0.2", + "object-inspect": "^1.12.3", + "object-keys": "^1.1.1", + "object.assign": "^4.1.4", + "regexp.prototype.flags": "^1.4.3", + "safe-regex-test": "^1.0.0", + "string.prototype.trim": "^1.2.7", + "string.prototype.trimend": "^1.0.6", + "string.prototype.trimstart": "^1.0.6", + "typed-array-length": "^1.0.4", + "unbox-primitive": "^1.0.2", + "which-typed-array": "^1.1.9" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/es-set-tostringtag": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.1.tgz", + "integrity": "sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg==", + "dev": true, + "dependencies": { + "get-intrinsic": "^1.1.3", + "has": "^1.0.3", + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-to-primitive": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", + "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", + "dev": true, + "dependencies": { + "is-callable": "^1.1.4", + "is-date-object": "^1.0.1", + "is-symbol": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/esbuild": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.17.19.tgz", + "integrity": "sha512-XQ0jAPFkK/u3LcVRcvVHQcTIqD6E2H1fvZMA5dQPSOWb3suUbWbfbRf94pjc0bNzRYLfIrDRQXr7X+LHIm5oHw==", + "dev": true, + "hasInstallScript": true, + "bin": { + "esbuild": "bin/esbuild" + }, + "engines": { + "node": ">=12" + }, + "optionalDependencies": { + "@esbuild/android-arm": "0.17.19", + "@esbuild/android-arm64": "0.17.19", + "@esbuild/android-x64": "0.17.19", + "@esbuild/darwin-arm64": "0.17.19", + "@esbuild/darwin-x64": "0.17.19", + "@esbuild/freebsd-arm64": "0.17.19", + "@esbuild/freebsd-x64": "0.17.19", + "@esbuild/linux-arm": "0.17.19", + "@esbuild/linux-arm64": "0.17.19", + "@esbuild/linux-ia32": "0.17.19", + "@esbuild/linux-loong64": "0.17.19", + "@esbuild/linux-mips64el": "0.17.19", + "@esbuild/linux-ppc64": "0.17.19", + "@esbuild/linux-riscv64": "0.17.19", + "@esbuild/linux-s390x": "0.17.19", + "@esbuild/linux-x64": "0.17.19", + "@esbuild/netbsd-x64": "0.17.19", + "@esbuild/openbsd-x64": "0.17.19", + "@esbuild/sunos-x64": "0.17.19", + "@esbuild/win32-arm64": "0.17.19", + "@esbuild/win32-ia32": "0.17.19", + "@esbuild/win32-x64": "0.17.19" + } + }, + "node_modules/escalade": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", + "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", + "dev": true, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/esprima": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", + "dev": true, + "bin": { + "esparse": "bin/esparse.js", + "esvalidate": "bin/esvalidate.js" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/execa": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz", + "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==", + "dev": true, + "dependencies": { + "cross-spawn": "^7.0.3", + "get-stream": "^6.0.0", + "human-signals": "^2.1.0", + "is-stream": "^2.0.0", + "merge-stream": "^2.0.0", + "npm-run-path": "^4.0.1", + "onetime": "^5.1.2", + "signal-exit": "^3.0.3", + "strip-final-newline": "^2.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sindresorhus/execa?sponsor=1" + } + }, + "node_modules/execa/node_modules/get-stream": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", + "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/execa/node_modules/signal-exit": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", + "dev": true + }, + "node_modules/exit": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz", + "integrity": "sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==", + "dev": true, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/expect": { + "version": "29.5.0", + "resolved": "https://registry.npmjs.org/expect/-/expect-29.5.0.tgz", + "integrity": "sha512-yM7xqUrCO2JdpFo4XpM82t+PJBFybdqoQuJLDGeDX2ij8NZzqRHyu3Hp188/JX7SWqud+7t4MUdvcgGBICMHZg==", + "dev": true, + "dependencies": { + "@jest/expect-utils": "^29.5.0", + "jest-get-type": "^29.4.3", + "jest-matcher-utils": "^29.5.0", + "jest-message-util": "^29.5.0", + "jest-util": "^29.5.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/fast-json-stable-stringify": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", + "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", + "dev": true + }, + "node_modules/fb-watchman": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.2.tgz", + "integrity": "sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==", + "dev": true, + "dependencies": { + "bser": "2.1.1" + } + }, + "node_modules/fetch-mock": { + "version": "9.11.0", + "resolved": "https://registry.npmjs.org/fetch-mock/-/fetch-mock-9.11.0.tgz", + "integrity": "sha512-PG1XUv+x7iag5p/iNHD4/jdpxL9FtVSqRMUQhPab4hVDt80T1MH5ehzVrL2IdXO9Q2iBggArFvPqjUbHFuI58Q==", + "dev": true, + "dependencies": { + "@babel/core": "^7.0.0", + "@babel/runtime": "^7.0.0", + "core-js": "^3.0.0", + "debug": "^4.1.1", + "glob-to-regexp": "^0.4.0", + "is-subset": "^0.1.1", + "lodash.isequal": "^4.5.0", + "path-to-regexp": "^2.2.1", + "querystring": "^0.2.0", + "whatwg-url": "^6.5.0" + }, + "engines": { + "node": ">=4.0.0" + }, + "funding": { + "type": "charity", + "url": "https://www.justgiving.com/refugee-support-europe" + }, + "peerDependencies": { + "node-fetch": "*" + }, + "peerDependenciesMeta": { + "node-fetch": { + "optional": true + } + } + }, + "node_modules/fetch-mock/node_modules/tr46": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-1.0.1.tgz", + "integrity": "sha512-dTpowEjclQ7Kgx5SdBkqRzVhERQXov8/l9Ft9dVM9fmg0W0KQSVaXX9T4i6twCPNtYiZM53lpSSUAwJbFPOHxA==", + "dev": true, + "dependencies": { + "punycode": "^2.1.0" + } + }, + "node_modules/fetch-mock/node_modules/webidl-conversions": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.2.tgz", + "integrity": "sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==", + "dev": true + }, + "node_modules/fetch-mock/node_modules/whatwg-url": { + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-6.5.0.tgz", + "integrity": "sha512-rhRZRqx/TLJQWUpQ6bmrt2UV4f0HCQ463yQuONJqC6fO2VoEb1pTYddbe59SkYq87aoM5A3bdhMZiUiVws+fzQ==", + "dev": true, + "dependencies": { + "lodash.sortby": "^4.7.0", + "tr46": "^1.0.1", + "webidl-conversions": "^4.0.2" + } + }, + "node_modules/fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "dev": true, + "dependencies": { + "to-regex-range": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/find-up": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "dev": true, + "dependencies": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/for-each": { + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz", + "integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==", + "dev": true, + "dependencies": { + "is-callable": "^1.1.3" + } + }, + "node_modules/foreground-child": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.1.1.tgz", + "integrity": "sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==", + "dev": true, + "dependencies": { + "cross-spawn": "^7.0.0", + "signal-exit": "^4.0.1" + }, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/fs-extra": { + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.1.1.tgz", + "integrity": "sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==", + "dev": true, + "dependencies": { + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=14.14" + } + }, + "node_modules/fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", + "dev": true + }, + "node_modules/fsevents": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", + "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "dev": true, + "hasInstallScript": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + } + }, + "node_modules/function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", + "dev": true + }, + "node_modules/function.prototype.name": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.5.tgz", + "integrity": "sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.3", + "es-abstract": "^1.19.0", + "functions-have-names": "^1.2.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/functions-have-names": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz", + "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==", + "dev": true, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/gensync": { + "version": "1.0.0-beta.2", + "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", + "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/get-caller-file": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", + "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", + "dev": true, + "engines": { + "node": "6.* || 8.* || >= 10.*" + } + }, + "node_modules/get-intrinsic": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.1.tgz", + "integrity": "sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==", + "dev": true, + "dependencies": { + "function-bind": "^1.1.1", + "has": "^1.0.3", + "has-proto": "^1.0.1", + "has-symbols": "^1.0.3" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/get-package-type": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz", + "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==", + "dev": true, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/get-stream": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", + "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", + "dev": true, + "dependencies": { + "pump": "^3.0.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/get-symbol-description": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz", + "integrity": "sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "get-intrinsic": "^1.1.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/github-openapi-graphql-query": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/github-openapi-graphql-query/-/github-openapi-graphql-query-4.1.0.tgz", + "integrity": "sha512-j/HZzIcXub25Yf1kt5t2fy9bGKf004QMiU2JDKQMgAyUmV2ILKCR9AxejqPdCRrqSVo530bRQIFW5gfZoqKV1A==", + "dev": true, + "dependencies": { + "@graphql-tools/schema": "^10.0.0", + "got": "^11.8.5", + "graphql": "^16.0.0", + "lodash": "^4.17.21", + "semver": "^7.3.7" + } + }, + "node_modules/github-openapi-graphql-query/node_modules/lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "dev": true, + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/github-openapi-graphql-query/node_modules/semver": { + "version": "7.5.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.1.tgz", + "integrity": "sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw==", + "dev": true, + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/github-openapi-graphql-query/node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true + }, + "node_modules/glob": { + "version": "10.2.7", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.2.7.tgz", + "integrity": "sha512-jTKehsravOJo8IJxUGfZILnkvVJM/MOfHRs8QcXolVef2zNI9Tqyy5+SeuOAZd3upViEZQLyFpQhYiHLrMUNmA==", + "dev": true, + "dependencies": { + "foreground-child": "^3.1.0", + "jackspeak": "^2.0.3", + "minimatch": "^9.0.1", + "minipass": "^5.0.0 || ^6.0.2", + "path-scurry": "^1.7.0" + }, + "bin": { + "glob": "dist/cjs/src/bin.js" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/glob-to-regexp": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", + "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==", + "dev": true + }, + "node_modules/globals": { + "version": "11.12.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", + "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/globalthis": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.3.tgz", + "integrity": "sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==", + "dev": true, + "dependencies": { + "define-properties": "^1.1.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/gopd": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", + "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==", + "dev": true, + "dependencies": { + "get-intrinsic": "^1.1.3" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/got": { + "version": "11.8.6", + "resolved": "https://registry.npmjs.org/got/-/got-11.8.6.tgz", + "integrity": "sha512-6tfZ91bOr7bOXnK7PRDCGBLa1H4U080YHNaAQ2KsMGlLEzRbk44nsZF2E1IeRc3vtJHPVbKCYgdFbaGO2ljd8g==", + "dev": true, + "dependencies": { + "@sindresorhus/is": "^4.0.0", + "@szmarczak/http-timer": "^4.0.5", + "@types/cacheable-request": "^6.0.1", + "@types/responselike": "^1.0.0", + "cacheable-lookup": "^5.0.3", + "cacheable-request": "^7.0.2", + "decompress-response": "^6.0.0", + "http2-wrapper": "^1.0.0-beta.5.2", + "lowercase-keys": "^2.0.0", + "p-cancelable": "^2.0.0", + "responselike": "^2.0.0" + }, + "engines": { + "node": ">=10.19.0" + }, + "funding": { + "url": "https://github.com/sindresorhus/got?sponsor=1" + } + }, + "node_modules/graceful-fs": { + "version": "4.2.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", + "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", + "dev": true + }, + "node_modules/graphql": { + "version": "16.6.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.6.0.tgz", + "integrity": "sha512-KPIBPDlW7NxrbT/eh4qPXz5FiFdL5UbaA0XUNz2Rp3Z3hqBSkbj0GVjwFDztsWVauZUWsbKHgMg++sk8UX0bkw==", + "dev": true, + "engines": { + "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" + } + }, + "node_modules/has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "dev": true, + "dependencies": { + "function-bind": "^1.1.1" + }, + "engines": { + "node": ">= 0.4.0" + } + }, + "node_modules/has-bigints": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz", + "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==", + "dev": true, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/has-property-descriptors": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz", + "integrity": "sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==", + "dev": true, + "dependencies": { + "get-intrinsic": "^1.1.1" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-proto": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.1.tgz", + "integrity": "sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==", + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-symbols": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", + "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-tostringtag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz", + "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==", + "dev": true, + "dependencies": { + "has-symbols": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/hosted-git-info": { + "version": "2.8.9", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz", + "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==", + "dev": true + }, + "node_modules/html-escaper": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz", + "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==", + "dev": true + }, + "node_modules/http-cache-semantics": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz", + "integrity": "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==", + "dev": true + }, + "node_modules/http2-wrapper": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/http2-wrapper/-/http2-wrapper-1.0.3.tgz", + "integrity": "sha512-V+23sDMr12Wnz7iTcDeJr3O6AIxlnvT/bmaAAAP/Xda35C90p9599p0F1eHR/N1KILWSoWVAiOMFjBBXaXSMxg==", + "dev": true, + "dependencies": { + "quick-lru": "^5.1.1", + "resolve-alpn": "^1.0.0" + }, + "engines": { + "node": ">=10.19.0" + } + }, + "node_modules/human-signals": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", + "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==", + "dev": true, + "engines": { + "node": ">=10.17.0" + } + }, + "node_modules/import-local": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.1.0.tgz", + "integrity": "sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==", + "dev": true, + "dependencies": { + "pkg-dir": "^4.2.0", + "resolve-cwd": "^3.0.0" + }, + "bin": { + "import-local-fixture": "fixtures/cli.js" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/imurmurhash": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", + "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", + "dev": true, + "engines": { + "node": ">=0.8.19" + } + }, + "node_modules/inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", + "dev": true, + "dependencies": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "node_modules/inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", + "dev": true + }, + "node_modules/internal-slot": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.5.tgz", + "integrity": "sha512-Y+R5hJrzs52QCG2laLn4udYVnxsfny9CpOhNhUvk/SSSVyF6T27FzRbF0sroPidSu3X8oEAkOn2K804mjpt6UQ==", + "dev": true, + "dependencies": { + "get-intrinsic": "^1.2.0", + "has": "^1.0.3", + "side-channel": "^1.0.4" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/is-array-buffer": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.2.tgz", + "integrity": "sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "get-intrinsic": "^1.2.0", + "is-typed-array": "^1.1.10" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-arrayish": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", + "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==", + "dev": true + }, + "node_modules/is-bigint": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz", + "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==", + "dev": true, + "dependencies": { + "has-bigints": "^1.0.1" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-boolean-object": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz", + "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-callable": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz", + "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==", + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-core-module": { + "version": "2.12.1", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.12.1.tgz", + "integrity": "sha512-Q4ZuBAe2FUsKtyQJoQHlvP8OvBERxO3jEmy1I7hcRXcJBGGHFh/aJBswbXuS9sgrDH2QUO8ilkwNPHvHMd8clg==", + "dev": true, + "dependencies": { + "has": "^1.0.3" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-date-object": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz", + "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==", + "dev": true, + "dependencies": { + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-generator-fn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz", + "integrity": "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/is-negative-zero": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz", + "integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==", + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "dev": true, + "engines": { + "node": ">=0.12.0" + } + }, + "node_modules/is-number-object": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz", + "integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==", + "dev": true, + "dependencies": { + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-plain-obj": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-2.1.0.tgz", + "integrity": "sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-plain-object": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz", + "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-regex": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz", + "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-shared-array-buffer": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz", + "integrity": "sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-stream": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", + "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", + "dev": true, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-string": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz", + "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==", + "dev": true, + "dependencies": { + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-subset": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/is-subset/-/is-subset-0.1.1.tgz", + "integrity": "sha512-6Ybun0IkarhmEqxXCNw/C0bna6Zb/TkfUX9UbwJtK6ObwAVCxmAP308WWTHviM/zAqXk05cdhYsUsZeGQh99iw==", + "dev": true + }, + "node_modules/is-symbol": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz", + "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==", + "dev": true, + "dependencies": { + "has-symbols": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-typed-array": { + "version": "1.1.10", + "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.10.tgz", + "integrity": "sha512-PJqgEHiWZvMpaFZ3uTc8kHPM4+4ADTlDniuQL7cU/UDA0Ql7F70yGfHph3cLNe+c9toaigv+DFzTJKhc2CtO6A==", + "dev": true, + "dependencies": { + "available-typed-arrays": "^1.0.5", + "call-bind": "^1.0.2", + "for-each": "^0.3.3", + "gopd": "^1.0.1", + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-weakref": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz", + "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", + "dev": true + }, + "node_modules/istanbul-lib-coverage": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz", + "integrity": "sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/istanbul-lib-instrument": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz", + "integrity": "sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==", + "dev": true, + "dependencies": { + "@babel/core": "^7.12.3", + "@babel/parser": "^7.14.7", + "@istanbuljs/schema": "^0.1.2", + "istanbul-lib-coverage": "^3.2.0", + "semver": "^6.3.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/istanbul-lib-report": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz", + "integrity": "sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==", + "dev": true, + "dependencies": { + "istanbul-lib-coverage": "^3.0.0", + "make-dir": "^3.0.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/istanbul-lib-source-maps": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz", + "integrity": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==", + "dev": true, + "dependencies": { + "debug": "^4.1.1", + "istanbul-lib-coverage": "^3.0.0", + "source-map": "^0.6.1" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/istanbul-reports": { + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.5.tgz", + "integrity": "sha512-nUsEMa9pBt/NOHqbcbeJEgqIlY/K7rVWUX6Lql2orY5e9roQOthbR3vtY4zzf2orPELg80fnxxk9zUyPlgwD1w==", + "dev": true, + "dependencies": { + "html-escaper": "^2.0.0", + "istanbul-lib-report": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/jackspeak": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.2.1.tgz", + "integrity": "sha512-MXbxovZ/Pm42f6cDIDkl3xpwv1AGwObKwfmjs2nQePiy85tP3fatofl3FC1aBsOtP/6fq5SbtgHwWcMsLP+bDw==", + "dev": true, + "dependencies": { + "@isaacs/cliui": "^8.0.2" + }, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + }, + "optionalDependencies": { + "@pkgjs/parseargs": "^0.11.0" + } + }, + "node_modules/jest": { + "version": "29.5.0", + "resolved": "https://registry.npmjs.org/jest/-/jest-29.5.0.tgz", + "integrity": "sha512-juMg3he2uru1QoXX078zTa7pO85QyB9xajZc6bU+d9yEGwrKX6+vGmJQ3UdVZsvTEUARIdObzH68QItim6OSSQ==", + "dev": true, + "dependencies": { + "@jest/core": "^29.5.0", + "@jest/types": "^29.5.0", + "import-local": "^3.0.2", + "jest-cli": "^29.5.0" + }, + "bin": { + "jest": "bin/jest.js" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + }, + "peerDependencies": { + "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" + }, + "peerDependenciesMeta": { + "node-notifier": { + "optional": true + } + } + }, + "node_modules/jest-changed-files": { + "version": "29.5.0", + "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-29.5.0.tgz", + "integrity": "sha512-IFG34IUMUaNBIxjQXF/iu7g6EcdMrGRRxaUSw92I/2g2YC6vCdTltl4nHvt7Ci5nSJwXIkCu8Ka1DKF+X7Z1Ag==", + "dev": true, + "dependencies": { + "execa": "^5.0.0", + "p-limit": "^3.1.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-changed-files/node_modules/p-limit": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", + "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", + "dev": true, + "dependencies": { + "yocto-queue": "^0.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/jest-circus": { + "version": "29.5.0", + "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-29.5.0.tgz", + "integrity": "sha512-gq/ongqeQKAplVxqJmbeUOJJKkW3dDNPY8PjhJ5G0lBRvu0e3EWGxGy5cI4LAGA7gV2UHCtWBI4EMXK8c9nQKA==", + "dev": true, + "dependencies": { + "@jest/environment": "^29.5.0", + "@jest/expect": "^29.5.0", + "@jest/test-result": "^29.5.0", + "@jest/types": "^29.5.0", + "@types/node": "*", + "chalk": "^4.0.0", + "co": "^4.6.0", + "dedent": "^0.7.0", + "is-generator-fn": "^2.0.0", + "jest-each": "^29.5.0", + "jest-matcher-utils": "^29.5.0", + "jest-message-util": "^29.5.0", + "jest-runtime": "^29.5.0", + "jest-snapshot": "^29.5.0", + "jest-util": "^29.5.0", + "p-limit": "^3.1.0", + "pretty-format": "^29.5.0", + "pure-rand": "^6.0.0", + "slash": "^3.0.0", + "stack-utils": "^2.0.3" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-circus/node_modules/p-limit": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", + "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", + "dev": true, + "dependencies": { + "yocto-queue": "^0.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/jest-config": { + "version": "29.5.0", + "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-29.5.0.tgz", + "integrity": "sha512-kvDUKBnNJPNBmFFOhDbm59iu1Fii1Q6SxyhXfvylq3UTHbg6o7j/g8k2dZyXWLvfdKB1vAPxNZnMgtKJcmu3kA==", + "dev": true, + "dependencies": { + "@babel/core": "^7.11.6", + "@jest/test-sequencer": "^29.5.0", + "@jest/types": "^29.5.0", + "babel-jest": "^29.5.0", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "deepmerge": "^4.2.2", + "glob": "^7.1.3", + "graceful-fs": "^4.2.9", + "jest-circus": "^29.5.0", + "jest-environment-node": "^29.5.0", + "jest-get-type": "^29.4.3", + "jest-regex-util": "^29.4.3", + "jest-resolve": "^29.5.0", + "jest-runner": "^29.5.0", + "jest-util": "^29.5.0", + "jest-validate": "^29.5.0", + "micromatch": "^4.0.4", + "parse-json": "^5.2.0", + "pretty-format": "^29.5.0", + "slash": "^3.0.0", + "strip-json-comments": "^3.1.1" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + }, + "peerDependencies": { + "@types/node": "*", + "ts-node": ">=9.0.0" + }, + "peerDependenciesMeta": { + "@types/node": { + "optional": true + }, + "ts-node": { + "optional": true + } + } + }, + "node_modules/jest-config/node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/jest-config/node_modules/glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "dev": true, + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/jest-config/node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/jest-diff": { + "version": "29.5.0", + "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-29.5.0.tgz", + "integrity": "sha512-LtxijLLZBduXnHSniy0WMdaHjmQnt3g5sa16W4p0HqukYTTsyTW3GD1q41TyGl5YFXj/5B2U6dlh5FM1LIMgxw==", + "dev": true, + "dependencies": { + "chalk": "^4.0.0", + "diff-sequences": "^29.4.3", + "jest-get-type": "^29.4.3", + "pretty-format": "^29.5.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-docblock": { + "version": "29.4.3", + "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-29.4.3.tgz", + "integrity": "sha512-fzdTftThczeSD9nZ3fzA/4KkHtnmllawWrXO69vtI+L9WjEIuXWs4AmyME7lN5hU7dB0sHhuPfcKofRsUb/2Fg==", + "dev": true, + "dependencies": { + "detect-newline": "^3.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-each": { + "version": "29.5.0", + "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-29.5.0.tgz", + "integrity": "sha512-HM5kIJ1BTnVt+DQZ2ALp3rzXEl+g726csObrW/jpEGl+CDSSQpOJJX2KE/vEg8cxcMXdyEPu6U4QX5eruQv5hA==", + "dev": true, + "dependencies": { + "@jest/types": "^29.5.0", + "chalk": "^4.0.0", + "jest-get-type": "^29.4.3", + "jest-util": "^29.5.0", + "pretty-format": "^29.5.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-environment-node": { + "version": "29.5.0", + "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-29.5.0.tgz", + "integrity": "sha512-ExxuIK/+yQ+6PRGaHkKewYtg6hto2uGCgvKdb2nfJfKXgZ17DfXjvbZ+jA1Qt9A8EQSfPnt5FKIfnOO3u1h9qw==", + "dev": true, + "dependencies": { + "@jest/environment": "^29.5.0", + "@jest/fake-timers": "^29.5.0", + "@jest/types": "^29.5.0", + "@types/node": "*", + "jest-mock": "^29.5.0", + "jest-util": "^29.5.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-get-type": { + "version": "29.4.3", + "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.4.3.tgz", + "integrity": "sha512-J5Xez4nRRMjk8emnTpWrlkyb9pfRQQanDrvWHhsR1+VUfbwxi30eVcZFlcdGInRibU4G5LwHXpI7IRHU0CY+gg==", + "dev": true, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-haste-map": { + "version": "29.5.0", + "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-29.5.0.tgz", + "integrity": "sha512-IspOPnnBro8YfVYSw6yDRKh/TiCdRngjxeacCps1cQ9cgVN6+10JUcuJ1EabrgYLOATsIAigxA0rLR9x/YlrSA==", + "dev": true, + "dependencies": { + "@jest/types": "^29.5.0", + "@types/graceful-fs": "^4.1.3", + "@types/node": "*", + "anymatch": "^3.0.3", + "fb-watchman": "^2.0.0", + "graceful-fs": "^4.2.9", + "jest-regex-util": "^29.4.3", + "jest-util": "^29.5.0", + "jest-worker": "^29.5.0", + "micromatch": "^4.0.4", + "walker": "^1.0.8" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + }, + "optionalDependencies": { + "fsevents": "^2.3.2" + } + }, + "node_modules/jest-leak-detector": { + "version": "29.5.0", + "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-29.5.0.tgz", + "integrity": "sha512-u9YdeeVnghBUtpN5mVxjID7KbkKE1QU4f6uUwuxiY0vYRi9BUCLKlPEZfDGR67ofdFmDz9oPAy2G92Ujrntmow==", + "dev": true, + "dependencies": { + "jest-get-type": "^29.4.3", + "pretty-format": "^29.5.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-matcher-utils": { + "version": "29.5.0", + "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-29.5.0.tgz", + "integrity": "sha512-lecRtgm/rjIK0CQ7LPQwzCs2VwW6WAahA55YBuI+xqmhm7LAaxokSB8C97yJeYyT+HvQkH741StzpU41wohhWw==", + "dev": true, + "dependencies": { + "chalk": "^4.0.0", + "jest-diff": "^29.5.0", + "jest-get-type": "^29.4.3", + "pretty-format": "^29.5.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-message-util": { + "version": "29.5.0", + "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-29.5.0.tgz", + "integrity": "sha512-Kijeg9Dag6CKtIDA7O21zNTACqD5MD/8HfIV8pdD94vFyFuer52SigdC3IQMhab3vACxXMiFk+yMHNdbqtyTGA==", + "dev": true, + "dependencies": { + "@babel/code-frame": "^7.12.13", + "@jest/types": "^29.5.0", + "@types/stack-utils": "^2.0.0", + "chalk": "^4.0.0", + "graceful-fs": "^4.2.9", + "micromatch": "^4.0.4", + "pretty-format": "^29.5.0", + "slash": "^3.0.0", + "stack-utils": "^2.0.3" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-mock": { + "version": "29.5.0", + "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-29.5.0.tgz", + "integrity": "sha512-GqOzvdWDE4fAV2bWQLQCkujxYWL7RxjCnj71b5VhDAGOevB3qj3Ovg26A5NI84ZpODxyzaozXLOh2NCgkbvyaw==", + "dev": true, + "dependencies": { + "@jest/types": "^29.5.0", + "@types/node": "*", + "jest-util": "^29.5.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-pnp-resolver": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.3.tgz", + "integrity": "sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==", + "dev": true, + "engines": { + "node": ">=6" + }, + "peerDependencies": { + "jest-resolve": "*" + }, + "peerDependenciesMeta": { + "jest-resolve": { + "optional": true + } + } + }, + "node_modules/jest-regex-util": { + "version": "29.4.3", + "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-29.4.3.tgz", + "integrity": "sha512-O4FglZaMmWXbGHSQInfXewIsd1LMn9p3ZXB/6r4FOkyhX2/iP/soMG98jGvk/A3HAN78+5VWcBGO0BJAPRh4kg==", + "dev": true, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-resolve": { + "version": "29.5.0", + "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-29.5.0.tgz", + "integrity": "sha512-1TzxJ37FQq7J10jPtQjcc+MkCkE3GBpBecsSUWJ0qZNJpmg6m0D9/7II03yJulm3H/fvVjgqLh/k2eYg+ui52w==", + "dev": true, + "dependencies": { + "chalk": "^4.0.0", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^29.5.0", + "jest-pnp-resolver": "^1.2.2", + "jest-util": "^29.5.0", + "jest-validate": "^29.5.0", + "resolve": "^1.20.0", + "resolve.exports": "^2.0.0", + "slash": "^3.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-resolve-dependencies": { + "version": "29.5.0", + "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-29.5.0.tgz", + "integrity": "sha512-sjV3GFr0hDJMBpYeUuGduP+YeCRbd7S/ck6IvL3kQ9cpySYKqcqhdLLC2rFwrcL7tz5vYibomBrsFYWkIGGjOg==", + "dev": true, + "dependencies": { + "jest-regex-util": "^29.4.3", + "jest-snapshot": "^29.5.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-runner": { + "version": "29.5.0", + "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-29.5.0.tgz", + "integrity": "sha512-m7b6ypERhFghJsslMLhydaXBiLf7+jXy8FwGRHO3BGV1mcQpPbwiqiKUR2zU2NJuNeMenJmlFZCsIqzJCTeGLQ==", + "dev": true, + "dependencies": { + "@jest/console": "^29.5.0", + "@jest/environment": "^29.5.0", + "@jest/test-result": "^29.5.0", + "@jest/transform": "^29.5.0", + "@jest/types": "^29.5.0", + "@types/node": "*", + "chalk": "^4.0.0", + "emittery": "^0.13.1", + "graceful-fs": "^4.2.9", + "jest-docblock": "^29.4.3", + "jest-environment-node": "^29.5.0", + "jest-haste-map": "^29.5.0", + "jest-leak-detector": "^29.5.0", + "jest-message-util": "^29.5.0", + "jest-resolve": "^29.5.0", + "jest-runtime": "^29.5.0", + "jest-util": "^29.5.0", + "jest-watcher": "^29.5.0", + "jest-worker": "^29.5.0", + "p-limit": "^3.1.0", + "source-map-support": "0.5.13" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-runner/node_modules/p-limit": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", + "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", + "dev": true, + "dependencies": { + "yocto-queue": "^0.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/jest-runtime": { + "version": "29.5.0", + "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-29.5.0.tgz", + "integrity": "sha512-1Hr6Hh7bAgXQP+pln3homOiEZtCDZFqwmle7Ew2j8OlbkIu6uE3Y/etJQG8MLQs3Zy90xrp2C0BRrtPHG4zryw==", + "dev": true, + "dependencies": { + "@jest/environment": "^29.5.0", + "@jest/fake-timers": "^29.5.0", + "@jest/globals": "^29.5.0", + "@jest/source-map": "^29.4.3", + "@jest/test-result": "^29.5.0", + "@jest/transform": "^29.5.0", + "@jest/types": "^29.5.0", + "@types/node": "*", + "chalk": "^4.0.0", + "cjs-module-lexer": "^1.0.0", + "collect-v8-coverage": "^1.0.0", + "glob": "^7.1.3", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^29.5.0", + "jest-message-util": "^29.5.0", + "jest-mock": "^29.5.0", + "jest-regex-util": "^29.4.3", + "jest-resolve": "^29.5.0", + "jest-snapshot": "^29.5.0", + "jest-util": "^29.5.0", + "slash": "^3.0.0", + "strip-bom": "^4.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-runtime/node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/jest-runtime/node_modules/glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "dev": true, + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/jest-runtime/node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/jest-snapshot": { + "version": "29.5.0", + "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-29.5.0.tgz", + "integrity": "sha512-x7Wolra5V0tt3wRs3/ts3S6ciSQVypgGQlJpz2rsdQYoUKxMxPNaoHMGJN6qAuPJqS+2iQ1ZUn5kl7HCyls84g==", + "dev": true, + "dependencies": { + "@babel/core": "^7.11.6", + "@babel/generator": "^7.7.2", + "@babel/plugin-syntax-jsx": "^7.7.2", + "@babel/plugin-syntax-typescript": "^7.7.2", + "@babel/traverse": "^7.7.2", + "@babel/types": "^7.3.3", + "@jest/expect-utils": "^29.5.0", + "@jest/transform": "^29.5.0", + "@jest/types": "^29.5.0", + "@types/babel__traverse": "^7.0.6", + "@types/prettier": "^2.1.5", + "babel-preset-current-node-syntax": "^1.0.0", + "chalk": "^4.0.0", + "expect": "^29.5.0", + "graceful-fs": "^4.2.9", + "jest-diff": "^29.5.0", + "jest-get-type": "^29.4.3", + "jest-matcher-utils": "^29.5.0", + "jest-message-util": "^29.5.0", + "jest-util": "^29.5.0", + "natural-compare": "^1.4.0", + "pretty-format": "^29.5.0", + "semver": "^7.3.5" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-snapshot/node_modules/lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "dev": true, + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/jest-snapshot/node_modules/semver": { + "version": "7.5.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.1.tgz", + "integrity": "sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw==", + "dev": true, + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/jest-snapshot/node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true + }, + "node_modules/jest-util": { + "version": "29.5.0", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.5.0.tgz", + "integrity": "sha512-RYMgG/MTadOr5t8KdhejfvUU82MxsCu5MF6KuDUHl+NuwzUt+Sm6jJWxTJVrDR1j5M/gJVCPKQEpWXY+yIQ6lQ==", + "dev": true, + "dependencies": { + "@jest/types": "^29.5.0", + "@types/node": "*", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "graceful-fs": "^4.2.9", + "picomatch": "^2.2.3" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-validate": { + "version": "29.5.0", + "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-29.5.0.tgz", + "integrity": "sha512-pC26etNIi+y3HV8A+tUGr/lph9B18GnzSRAkPaaZJIE1eFdiYm6/CewuiJQ8/RlfHd1u/8Ioi8/sJ+CmbA+zAQ==", + "dev": true, + "dependencies": { + "@jest/types": "^29.5.0", + "camelcase": "^6.2.0", + "chalk": "^4.0.0", + "jest-get-type": "^29.4.3", + "leven": "^3.1.0", + "pretty-format": "^29.5.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-validate/node_modules/camelcase": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", + "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/jest-watcher": { + "version": "29.5.0", + "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-29.5.0.tgz", + "integrity": "sha512-KmTojKcapuqYrKDpRwfqcQ3zjMlwu27SYext9pt4GlF5FUgB+7XE1mcCnSm6a4uUpFyQIkb6ZhzZvHl+jiBCiA==", + "dev": true, + "dependencies": { + "@jest/test-result": "^29.5.0", + "@jest/types": "^29.5.0", + "@types/node": "*", + "ansi-escapes": "^4.2.1", + "chalk": "^4.0.0", + "emittery": "^0.13.1", + "jest-util": "^29.5.0", + "string-length": "^4.0.1" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-worker": { + "version": "29.5.0", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-29.5.0.tgz", + "integrity": "sha512-NcrQnevGoSp4b5kg+akIpthoAFHxPBcb5P6mYPY0fUNT+sSvmtu6jlkEle3anczUKIKEbMxFimk9oTP/tpIPgA==", + "dev": true, + "dependencies": { + "@types/node": "*", + "jest-util": "^29.5.0", + "merge-stream": "^2.0.0", + "supports-color": "^8.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-worker/node_modules/supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/supports-color?sponsor=1" + } + }, + "node_modules/jest/node_modules/jest-cli": { + "version": "29.5.0", + "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-29.5.0.tgz", + "integrity": "sha512-L1KcP1l4HtfwdxXNFCL5bmUbLQiKrakMUriBEcc1Vfz6gx31ORKdreuWvmQVBit+1ss9NNR3yxjwfwzZNdQXJw==", + "dev": true, + "dependencies": { + "@jest/core": "^29.5.0", + "@jest/test-result": "^29.5.0", + "@jest/types": "^29.5.0", + "chalk": "^4.0.0", + "exit": "^0.1.2", + "graceful-fs": "^4.2.9", + "import-local": "^3.0.2", + "jest-config": "^29.5.0", + "jest-util": "^29.5.0", + "jest-validate": "^29.5.0", + "prompts": "^2.0.1", + "yargs": "^17.3.1" + }, + "bin": { + "jest": "bin/jest.js" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + }, + "peerDependencies": { + "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" + }, + "peerDependenciesMeta": { + "node-notifier": { + "optional": true + } + } + }, + "node_modules/js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", + "dev": true + }, + "node_modules/js-yaml": { + "version": "3.14.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", + "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", + "dev": true, + "dependencies": { + "argparse": "^1.0.7", + "esprima": "^4.0.0" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/jsesc": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", + "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", + "dev": true, + "bin": { + "jsesc": "bin/jsesc" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/json-buffer": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", + "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==", + "dev": true + }, + "node_modules/json-parse-better-errors": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz", + "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==", + "dev": true + }, + "node_modules/json-parse-even-better-errors": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", + "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", + "dev": true + }, + "node_modules/json5": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", + "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", + "dev": true, + "bin": { + "json5": "lib/cli.js" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/jsonfile": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "dev": true, + "dependencies": { + "universalify": "^2.0.0" + }, + "optionalDependencies": { + "graceful-fs": "^4.1.6" + } + }, + "node_modules/keyv": { + "version": "4.5.2", + "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.2.tgz", + "integrity": "sha512-5MHbFaKn8cNSmVW7BYnijeAVlE4cYA/SVkifVgrh7yotnfhKmjuXpDKjrABLnT0SfHWV21P8ow07OGfRrNDg8g==", + "dev": true, + "dependencies": { + "json-buffer": "3.0.1" + } + }, + "node_modules/kleur": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz", + "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/leven": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz", + "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/lines-and-columns": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", + "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", + "dev": true + }, + "node_modules/load-json-file": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz", + "integrity": "sha512-Kx8hMakjX03tiGTLAIdJ+lL0htKnXjEZN6hk/tozf/WOuYGdZBJrZ+rCJRbVCugsjB3jMLn9746NsQIf5VjBMw==", + "dev": true, + "dependencies": { + "graceful-fs": "^4.1.2", + "parse-json": "^4.0.0", + "pify": "^3.0.0", + "strip-bom": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/load-json-file/node_modules/parse-json": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", + "integrity": "sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==", + "dev": true, + "dependencies": { + "error-ex": "^1.3.1", + "json-parse-better-errors": "^1.0.1" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/load-json-file/node_modules/strip-bom": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", + "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/locate-path": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "dev": true, + "dependencies": { + "p-locate": "^4.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "dev": true + }, + "node_modules/lodash.camelcase": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz", + "integrity": "sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==", + "dev": true + }, + "node_modules/lodash.isequal": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/lodash.isequal/-/lodash.isequal-4.5.0.tgz", + "integrity": "sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==", + "dev": true + }, + "node_modules/lodash.memoize": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz", + "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==", + "dev": true + }, + "node_modules/lodash.set": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/lodash.set/-/lodash.set-4.3.2.tgz", + "integrity": "sha512-4hNPN5jlm/N/HLMCO43v8BXKq9Z7QdAGc/VGrRD61w8gN9g/6jF9A4L1pbUgBLCffi0w9VsXfTOij5x8iTyFvg==", + "dev": true + }, + "node_modules/lodash.sortby": { + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz", + "integrity": "sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==", + "dev": true + }, + "node_modules/lodash.upperfirst": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/lodash.upperfirst/-/lodash.upperfirst-4.3.1.tgz", + "integrity": "sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==", + "dev": true + }, + "node_modules/lowercase-keys": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-2.0.0.tgz", + "integrity": "sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/lru-cache": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", + "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", + "dev": true, + "dependencies": { + "yallist": "^3.0.2" + } + }, + "node_modules/make-dir": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", + "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", + "dev": true, + "dependencies": { + "semver": "^6.0.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/make-error": { + "version": "1.3.6", + "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz", + "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==", + "dev": true + }, + "node_modules/makeerror": { + "version": "1.0.12", + "resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz", + "integrity": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==", + "dev": true, + "dependencies": { + "tmpl": "1.0.5" + } + }, + "node_modules/memorystream": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/memorystream/-/memorystream-0.3.1.tgz", + "integrity": "sha512-S3UwM3yj5mtUSEfP41UZmt/0SCoVYUcU1rkXv+BQ5Ig8ndL4sPoJNBUJERafdPb5jjHJGuMgytgKvKIf58XNBw==", + "dev": true, + "engines": { + "node": ">= 0.10.0" + } + }, + "node_modules/merge-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", + "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", + "dev": true + }, + "node_modules/micromatch": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", + "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", + "dev": true, + "dependencies": { + "braces": "^3.0.2", + "picomatch": "^2.3.1" + }, + "engines": { + "node": ">=8.6" + } + }, + "node_modules/mimic-fn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", + "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/mimic-response": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-1.0.1.tgz", + "integrity": "sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/minimatch": { + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.1.tgz", + "integrity": "sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==", + "dev": true, + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/minipass": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-6.0.2.tgz", + "integrity": "sha512-MzWSV5nYVT7mVyWCwn2o7JH13w2TBRmmSqSRCKzTw+lmft9X4z+3wjvs06Tzijo5z4W/kahUCDpRXTF+ZrmF/w==", + "dev": true, + "engines": { + "node": ">=16 || 14 >=14.17" + } + }, + "node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "dev": true + }, + "node_modules/mustache": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/mustache/-/mustache-4.2.0.tgz", + "integrity": "sha512-71ippSywq5Yb7/tVYyGbkBggbU8H3u5Rz56fH60jGFgr8uHwxs+aSKeqmluIVzM0m0kB7xQjKS6qPfd0b2ZoqQ==", + "dev": true, + "bin": { + "mustache": "bin/mustache" + } + }, + "node_modules/natural-compare": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", + "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", + "dev": true + }, + "node_modules/nice-try": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz", + "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==", + "dev": true + }, + "node_modules/node-fetch": { + "version": "2.6.11", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.11.tgz", + "integrity": "sha512-4I6pdBY1EthSqDmJkiNk3JIT8cswwR9nfeW/cPdUagJYEQG7R95WRH74wpz7ma8Gh/9dI9FP+OU+0E4FvtA55w==", + "dev": true, + "dependencies": { + "whatwg-url": "^5.0.0" + }, + "engines": { + "node": "4.x || >=6.0.0" + }, + "peerDependencies": { + "encoding": "^0.1.0" + }, + "peerDependenciesMeta": { + "encoding": { + "optional": true + } + } + }, + "node_modules/node-int64": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz", + "integrity": "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==", + "dev": true + }, + "node_modules/node-releases": { + "version": "2.0.12", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.12.tgz", + "integrity": "sha512-QzsYKWhXTWx8h1kIvqfnC++o0pEmpRQA/aenALsL2F4pqNVr7YzcdMlDij5WBnwftRbJCNJL/O7zdKaxKPHqgQ==", + "dev": true + }, + "node_modules/normalize-package-data": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz", + "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", + "dev": true, + "dependencies": { + "hosted-git-info": "^2.1.4", + "resolve": "^1.10.0", + "semver": "2 || 3 || 4 || 5", + "validate-npm-package-license": "^3.0.1" + } + }, + "node_modules/normalize-package-data/node_modules/semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true, + "bin": { + "semver": "bin/semver" + } + }, + "node_modules/normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/normalize-url": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz", + "integrity": "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/npm-run-all": { + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/npm-run-all/-/npm-run-all-4.1.5.tgz", + "integrity": "sha512-Oo82gJDAVcaMdi3nuoKFavkIHBRVqQ1qvMb+9LHk/cF4P6B2m8aP04hGf7oL6wZ9BuGwX1onlLhpuoofSyoQDQ==", + "dev": true, + "dependencies": { + "ansi-styles": "^3.2.1", + "chalk": "^2.4.1", + "cross-spawn": "^6.0.5", + "memorystream": "^0.3.1", + "minimatch": "^3.0.4", + "pidtree": "^0.3.0", + "read-pkg": "^3.0.0", + "shell-quote": "^1.6.1", + "string.prototype.padend": "^3.0.0" + }, + "bin": { + "npm-run-all": "bin/npm-run-all/index.js", + "run-p": "bin/run-p/index.js", + "run-s": "bin/run-s/index.js" + }, + "engines": { + "node": ">= 4" + } + }, + "node_modules/npm-run-all/node_modules/ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dev": true, + "dependencies": { + "color-convert": "^1.9.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/npm-run-all/node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/npm-run-all/node_modules/chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dev": true, + "dependencies": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/npm-run-all/node_modules/color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "dev": true, + "dependencies": { + "color-name": "1.1.3" + } + }, + "node_modules/npm-run-all/node_modules/color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", + "dev": true + }, + "node_modules/npm-run-all/node_modules/cross-spawn": { + "version": "6.0.5", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", + "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", + "dev": true, + "dependencies": { + "nice-try": "^1.0.4", + "path-key": "^2.0.1", + "semver": "^5.5.0", + "shebang-command": "^1.2.0", + "which": "^1.2.9" + }, + "engines": { + "node": ">=4.8" + } + }, + "node_modules/npm-run-all/node_modules/has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/npm-run-all/node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/npm-run-all/node_modules/path-key": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz", + "integrity": "sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/npm-run-all/node_modules/semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true, + "bin": { + "semver": "bin/semver" + } + }, + "node_modules/npm-run-all/node_modules/shebang-command": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz", + "integrity": "sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==", + "dev": true, + "dependencies": { + "shebang-regex": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/npm-run-all/node_modules/shebang-regex": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz", + "integrity": "sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/npm-run-all/node_modules/supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dev": true, + "dependencies": { + "has-flag": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/npm-run-all/node_modules/which": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", + "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "dev": true, + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "which": "bin/which" + } + }, + "node_modules/npm-run-path": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", + "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", + "dev": true, + "dependencies": { + "path-key": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/object-inspect": { + "version": "1.12.3", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.3.tgz", + "integrity": "sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==", + "dev": true, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/object-keys": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", + "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", + "dev": true, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/object.assign": { + "version": "4.1.4", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.4.tgz", + "integrity": "sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "has-symbols": "^1.0.3", + "object-keys": "^1.1.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", + "dev": true, + "dependencies": { + "wrappy": "1" + } + }, + "node_modules/onetime": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", + "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", + "dev": true, + "dependencies": { + "mimic-fn": "^2.1.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-cancelable": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-2.1.1.tgz", + "integrity": "sha512-BZOr3nRQHOntUjTrH8+Lh54smKHoHyur8We1V8DSMVrl5A2malOOwuJRnKRDjSnkoeBh4at6BwEnb5I7Jl31wg==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/p-limit": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "dev": true, + "dependencies": { + "p-try": "^2.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-locate": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "dev": true, + "dependencies": { + "p-limit": "^2.2.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/p-try": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/parse-json": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", + "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", + "dev": true, + "dependencies": { + "@babel/code-frame": "^7.0.0", + "error-ex": "^1.3.1", + "json-parse-even-better-errors": "^2.3.0", + "lines-and-columns": "^1.1.6" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/path-key": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/path-parse": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", + "dev": true + }, + "node_modules/path-scurry": { + "version": "1.9.2", + "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.9.2.tgz", + "integrity": "sha512-qSDLy2aGFPm8i4rsbHd4MNyTcrzHFsLQykrtbuGRknZZCBBVXSv2tSCDN2Cg6Rt/GFRw8GoW9y9Ecw5rIPG1sg==", + "dev": true, + "dependencies": { + "lru-cache": "^9.1.1", + "minipass": "^5.0.0 || ^6.0.2" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/path-scurry/node_modules/lru-cache": { + "version": "9.1.2", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-9.1.2.tgz", + "integrity": "sha512-ERJq3FOzJTxBbFjZ7iDs+NiK4VI9Wz+RdrrAB8dio1oV+YvdPzUEE4QNiT2VD51DkIbCYRUUzCRkssXCHqSnKQ==", + "dev": true, + "engines": { + "node": "14 || >=16.14" + } + }, + "node_modules/path-to-regexp": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-2.4.0.tgz", + "integrity": "sha512-G6zHoVqC6GGTQkZwF4lkuEyMbVOjoBKAEybQUypI1WTkqinCOrq2x6U2+phkJ1XsEMTy4LjtwPI7HW+NVrRR2w==", + "dev": true + }, + "node_modules/path-type": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz", + "integrity": "sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==", + "dev": true, + "dependencies": { + "pify": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/picocolors": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", + "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", + "dev": true + }, + "node_modules/picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "dev": true, + "engines": { + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/pidtree": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/pidtree/-/pidtree-0.3.1.tgz", + "integrity": "sha512-qQbW94hLHEqCg7nhby4yRC7G2+jYHY4Rguc2bjw7Uug4GIJuu1tvf2uHaZv5Q8zdt+WKJ6qK1FOI6amaWUo5FA==", + "dev": true, + "bin": { + "pidtree": "bin/pidtree.js" + }, + "engines": { + "node": ">=0.10" + } + }, + "node_modules/pify": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", + "integrity": "sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/pirates": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.5.tgz", + "integrity": "sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ==", + "dev": true, + "engines": { + "node": ">= 6" + } + }, + "node_modules/pkg-dir": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", + "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", + "dev": true, + "dependencies": { + "find-up": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/prettier": { + "version": "2.8.8", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz", + "integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==", + "dev": true, + "bin": { + "prettier": "bin-prettier.js" + }, + "engines": { + "node": ">=10.13.0" + }, + "funding": { + "url": "https://github.com/prettier/prettier?sponsor=1" + } + }, + "node_modules/pretty-format": { + "version": "29.5.0", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.5.0.tgz", + "integrity": "sha512-V2mGkI31qdttvTFX7Mt4efOqHXqJWMu4/r66Xh3Z3BwZaPfPJgp6/gbwoujRpPUtfEF6AUUWx3Jim3GCw5g/Qw==", + "dev": true, + "dependencies": { + "@jest/schemas": "^29.4.3", + "ansi-styles": "^5.0.0", + "react-is": "^18.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/pretty-format/node_modules/ansi-styles": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/prompts": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz", + "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==", + "dev": true, + "dependencies": { + "kleur": "^3.0.3", + "sisteransi": "^1.0.5" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/pump": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", + "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", + "dev": true, + "dependencies": { + "end-of-stream": "^1.1.0", + "once": "^1.3.1" + } + }, + "node_modules/punycode": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz", + "integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/pure-rand": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/pure-rand/-/pure-rand-6.0.2.tgz", + "integrity": "sha512-6Yg0ekpKICSjPswYOuC5sku/TSWaRYlA0qsXqJgM/d/4pLPHPuTxK7Nbf7jFKzAeedUhR8C7K9Uv63FBsSo8xQ==", + "dev": true, + "funding": [ + { + "type": "individual", + "url": "https://github.com/sponsors/dubzzz" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fast-check" + } + ] + }, + "node_modules/querystring": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/querystring/-/querystring-0.2.1.tgz", + "integrity": "sha512-wkvS7mL/JMugcup3/rMitHmd9ecIGd2lhFhK9N3UUQ450h66d1r3Y9nvXzQAW1Lq+wyx61k/1pfKS5KuKiyEbg==", + "deprecated": "The querystring API is considered Legacy. new code should use the URLSearchParams API instead.", + "dev": true, + "engines": { + "node": ">=0.4.x" + } + }, + "node_modules/quick-lru": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-5.1.1.tgz", + "integrity": "sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/react-is": { + "version": "18.2.0", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", + "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==", + "dev": true + }, + "node_modules/read-pkg": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz", + "integrity": "sha512-BLq/cCO9two+lBgiTYNqD6GdtK8s4NpaWrl6/rCO9w0TUS8oJl7cmToOZfRYllKTISY6nt1U7jQ53brmKqY6BA==", + "dev": true, + "dependencies": { + "load-json-file": "^4.0.0", + "normalize-package-data": "^2.3.2", + "path-type": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/regenerator-runtime": { + "version": "0.13.11", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz", + "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==", + "dev": true + }, + "node_modules/regexp.prototype.flags": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.0.tgz", + "integrity": "sha512-0SutC3pNudRKgquxGoRGIz946MZVHqbNfPjBdxeOhBrdgDKlRoXmYLQN9xRbrR09ZXWeGAdPuif7egofn6v5LA==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.2.0", + "functions-have-names": "^1.2.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/require-directory": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", + "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/resolve": { + "version": "1.22.2", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.2.tgz", + "integrity": "sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==", + "dev": true, + "dependencies": { + "is-core-module": "^2.11.0", + "path-parse": "^1.0.7", + "supports-preserve-symlinks-flag": "^1.0.0" + }, + "bin": { + "resolve": "bin/resolve" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/resolve-alpn": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/resolve-alpn/-/resolve-alpn-1.2.1.tgz", + "integrity": "sha512-0a1F4l73/ZFZOakJnQ3FvkJ2+gSTQWz/r2KE5OdDY0TxPm5h4GkqkWWfM47T7HsbnOtcJVEF4epCVy6u7Q3K+g==", + "dev": true + }, + "node_modules/resolve-cwd": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz", + "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==", + "dev": true, + "dependencies": { + "resolve-from": "^5.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/resolve-from": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", + "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/resolve.exports": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-2.0.2.tgz", + "integrity": "sha512-X2UW6Nw3n/aMgDVy+0rSqgHlv39WZAlZrXCdnbyEiKm17DSqHX4MmQMaST3FbeWR5FTuRcUwYAziZajji0Y7mg==", + "dev": true, + "engines": { + "node": ">=10" + } + }, + "node_modules/responselike": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/responselike/-/responselike-2.0.1.tgz", + "integrity": "sha512-4gl03wn3hj1HP3yzgdI7d3lCkF95F21Pz4BPGvKHinyQzALR5CapwC8yIi0Rh58DEMQ/SguC03wFj2k0M/mHhw==", + "dev": true, + "dependencies": { + "lowercase-keys": "^2.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/safe-regex-test": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.0.tgz", + "integrity": "sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "get-intrinsic": "^1.1.3", + "is-regex": "^1.1.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/semantic-release-plugin-update-version-in-files": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/semantic-release-plugin-update-version-in-files/-/semantic-release-plugin-update-version-in-files-1.1.0.tgz", + "integrity": "sha512-OWBrved3Rr0w3YP4iID81MhG9qhGrG+XtxdO9VMhKJ9qte3yBdMz5cSxDiPE/uhnGJQF00fqQetY3yhHFGabWw==", + "dev": true, + "dependencies": { + "debug": "^4.1.1", + "glob": "^7.1.3" + } + }, + "node_modules/semantic-release-plugin-update-version-in-files/node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/semantic-release-plugin-update-version-in-files/node_modules/glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "dev": true, + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/semantic-release-plugin-update-version-in-files/node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/shebang-command": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "dev": true, + "dependencies": { + "shebang-regex": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/shebang-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/shell-quote": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.1.tgz", + "integrity": "sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==", + "dev": true, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/side-channel": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz", + "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.0", + "get-intrinsic": "^1.0.2", + "object-inspect": "^1.9.0" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/signal-exit": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.0.2.tgz", + "integrity": "sha512-MY2/qGx4enyjprQnFaZsHib3Yadh3IXyV2C321GY0pjGfVBu4un0uDJkwgdxqO+Rdx8JMT8IfJIRwbYVz3Ob3Q==", + "dev": true, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/sisteransi": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz", + "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==", + "dev": true + }, + "node_modules/slash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/sort-keys": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/sort-keys/-/sort-keys-4.2.0.tgz", + "integrity": "sha512-aUYIEU/UviqPgc8mHR6IW1EGxkAXpeRETYcrzg8cLAvUPZcpAlleSXHV2mY7G12GphSH6Gzv+4MMVSSkbdteHg==", + "dev": true, + "dependencies": { + "is-plain-obj": "^2.0.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/source-map-support": { + "version": "0.5.13", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.13.tgz", + "integrity": "sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==", + "dev": true, + "dependencies": { + "buffer-from": "^1.0.0", + "source-map": "^0.6.0" + } + }, + "node_modules/spdx-correct": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.2.0.tgz", + "integrity": "sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==", + "dev": true, + "dependencies": { + "spdx-expression-parse": "^3.0.0", + "spdx-license-ids": "^3.0.0" + } + }, + "node_modules/spdx-exceptions": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz", + "integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==", + "dev": true + }, + "node_modules/spdx-expression-parse": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz", + "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==", + "dev": true, + "dependencies": { + "spdx-exceptions": "^2.1.0", + "spdx-license-ids": "^3.0.0" + } + }, + "node_modules/spdx-license-ids": { + "version": "3.0.13", + "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.13.tgz", + "integrity": "sha512-XkD+zwiqXHikFZm4AX/7JSCXA98U5Db4AFd5XUg/+9UNtnH75+Z9KxtpYiJZx36mUDVOwH83pl7yvCer6ewM3w==", + "dev": true + }, + "node_modules/sprintf-js": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", + "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==", + "dev": true + }, + "node_modules/stack-utils": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz", + "integrity": "sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==", + "dev": true, + "dependencies": { + "escape-string-regexp": "^2.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/stack-utils/node_modules/escape-string-regexp": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz", + "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/string-length": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz", + "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==", + "dev": true, + "dependencies": { + "char-regex": "^1.0.2", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/string-length/node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/string-length/node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/string-to-jsdoc-comment": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/string-to-jsdoc-comment/-/string-to-jsdoc-comment-1.0.0.tgz", + "integrity": "sha512-jM0dXrYwDz+DOqILr06/LuaSI1F4Du/zwiSARyBehx4U5L3ztcLR+2UUIt4vUjtvxCc5YUWbHeSQkW/SxVbXUA==", + "dev": true + }, + "node_modules/string-width": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", + "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", + "dev": true, + "dependencies": { + "eastasianwidth": "^0.2.0", + "emoji-regex": "^9.2.2", + "strip-ansi": "^7.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/string-width-cjs": { + "name": "string-width", + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + } + }, + "node_modules/string-width-cjs/node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/string-width-cjs/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true + }, + "node_modules/string-width-cjs/node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/string.prototype.padend": { + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/string.prototype.padend/-/string.prototype.padend-3.1.4.tgz", + "integrity": "sha512-67otBXoksdjsnXXRUq+KMVTdlVRZ2af422Y0aTyTjVaoQkGr3mxl2Bc5emi7dOQ3OGVVQQskmLEWwFXwommpNw==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/string.prototype.trim": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.7.tgz", + "integrity": "sha512-p6TmeT1T3411M8Cgg9wBTMRtY2q9+PNy9EV1i2lIXUN/btt763oIfxwN3RR8VU6wHX8j/1CFy0L+YuThm6bgOg==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/string.prototype.trimend": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.6.tgz", + "integrity": "sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/string.prototype.trimstart": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.6.tgz", + "integrity": "sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/strip-ansi": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", + "dev": true, + "dependencies": { + "ansi-regex": "^6.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/strip-ansi?sponsor=1" + } + }, + "node_modules/strip-ansi-cjs": { + "name": "strip-ansi", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "dependencies": { + "ansi-regex": "^5.0.1" + } + }, + "node_modules/strip-ansi-cjs/node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-bom": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz", + "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-final-newline": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", + "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/strip-json-comments": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", + "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", + "dev": true, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/supports-preserve-symlinks-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", + "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/test-exclude": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz", + "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==", + "dev": true, + "dependencies": { + "@istanbuljs/schema": "^0.1.2", + "glob": "^7.1.4", + "minimatch": "^3.0.4" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/test-exclude/node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/test-exclude/node_modules/glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "dev": true, + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/test-exclude/node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/tmpl": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz", + "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==", + "dev": true + }, + "node_modules/to-fast-properties": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", + "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "dev": true, + "dependencies": { + "is-number": "^7.0.0" + }, + "engines": { + "node": ">=8.0" + } + }, + "node_modules/tr46": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", + "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==", + "dev": true + }, + "node_modules/ts-jest": { + "version": "29.1.0", + "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.1.0.tgz", + "integrity": "sha512-ZhNr7Z4PcYa+JjMl62ir+zPiNJfXJN6E8hSLnaUKhOgqcn8vb3e537cpkd0FuAfRK3sR1LSqM1MOhliXNgOFPA==", + "dev": true, + "dependencies": { + "bs-logger": "0.x", + "fast-json-stable-stringify": "2.x", + "jest-util": "^29.0.0", + "json5": "^2.2.3", + "lodash.memoize": "4.x", + "make-error": "1.x", + "semver": "7.x", + "yargs-parser": "^21.0.1" + }, + "bin": { + "ts-jest": "cli.js" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + }, + "peerDependencies": { + "@babel/core": ">=7.0.0-beta.0 <8", + "@jest/types": "^29.0.0", + "babel-jest": "^29.0.0", + "jest": "^29.0.0", + "typescript": ">=4.3 <6" + }, + "peerDependenciesMeta": { + "@babel/core": { + "optional": true + }, + "@jest/types": { + "optional": true + }, + "babel-jest": { + "optional": true + }, + "esbuild": { + "optional": true + } + } + }, + "node_modules/ts-jest/node_modules/lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "dev": true, + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/ts-jest/node_modules/semver": { + "version": "7.5.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.1.tgz", + "integrity": "sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw==", + "dev": true, + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/ts-jest/node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true + }, + "node_modules/tslib": { + "version": "2.5.3", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.3.tgz", + "integrity": "sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w==", + "dev": true + }, + "node_modules/type-detect": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz", + "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/type-fest": { + "version": "0.21.3", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz", + "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/typed-array-length": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.4.tgz", + "integrity": "sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "for-each": "^0.3.3", + "is-typed-array": "^1.1.9" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/typescript": { + "version": "5.1.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.3.tgz", + "integrity": "sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw==", + "dev": true, + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=14.17" + } + }, + "node_modules/unbox-primitive": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz", + "integrity": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "has-bigints": "^1.0.2", + "has-symbols": "^1.0.3", + "which-boxed-primitive": "^1.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/universal-user-agent": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-6.0.0.tgz", + "integrity": "sha512-isyNax3wXoKaulPDZWHQqbmIx1k2tb9fb3GGDBRxCscfYV2Ch7WxPArBsFEG8s/safwXTT7H4QGhaIkTp9447w==", + "dev": true + }, + "node_modules/universalify": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", + "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", + "dev": true, + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/update-browserslist-db": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.11.tgz", + "integrity": "sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "dependencies": { + "escalade": "^3.1.1", + "picocolors": "^1.0.0" + }, + "bin": { + "update-browserslist-db": "cli.js" + }, + "peerDependencies": { + "browserslist": ">= 4.21.0" + } + }, + "node_modules/v8-to-istanbul": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.1.0.tgz", + "integrity": "sha512-6z3GW9x8G1gd+JIIgQQQxXuiJtCXeAjp6RaPEPLv62mH3iPHPxV6W3robxtCzNErRo6ZwTmzWhsbNvjyEBKzKA==", + "dev": true, + "dependencies": { + "@jridgewell/trace-mapping": "^0.3.12", + "@types/istanbul-lib-coverage": "^2.0.1", + "convert-source-map": "^1.6.0" + }, + "engines": { + "node": ">=10.12.0" + } + }, + "node_modules/validate-npm-package-license": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", + "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", + "dev": true, + "dependencies": { + "spdx-correct": "^3.0.0", + "spdx-expression-parse": "^3.0.0" + } + }, + "node_modules/value-or-promise": { + "version": "1.0.12", + "resolved": "https://registry.npmjs.org/value-or-promise/-/value-or-promise-1.0.12.tgz", + "integrity": "sha512-Z6Uz+TYwEqE7ZN50gwn+1LCVo9ZVrpxRPOhOLnncYkY1ZzOYtrX8Fwf/rFktZ8R5mJms6EZf5TqNOMeZmnPq9Q==", + "dev": true, + "engines": { + "node": ">=12" + } + }, + "node_modules/walker": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz", + "integrity": "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==", + "dev": true, + "dependencies": { + "makeerror": "1.0.12" + } + }, + "node_modules/webidl-conversions": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", + "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==", + "dev": true + }, + "node_modules/whatwg-url": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", + "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", + "dev": true, + "dependencies": { + "tr46": "~0.0.3", + "webidl-conversions": "^3.0.0" + } + }, + "node_modules/which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "dev": true, + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "node-which": "bin/node-which" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/which-boxed-primitive": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz", + "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==", + "dev": true, + "dependencies": { + "is-bigint": "^1.0.1", + "is-boolean-object": "^1.1.0", + "is-number-object": "^1.0.4", + "is-string": "^1.0.5", + "is-symbol": "^1.0.3" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/which-typed-array": { + "version": "1.1.9", + "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.9.tgz", + "integrity": "sha512-w9c4xkx6mPidwp7180ckYWfMmvxpjlZuIudNtDf4N/tTAUB8VJbX25qZoAsrtGuYNnGw3pa0AXgbGKRB8/EceA==", + "dev": true, + "dependencies": { + "available-typed-arrays": "^1.0.5", + "call-bind": "^1.0.2", + "for-each": "^0.3.3", + "gopd": "^1.0.1", + "has-tostringtag": "^1.0.0", + "is-typed-array": "^1.1.10" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/wrap-ansi": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", + "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", + "dev": true, + "dependencies": { + "ansi-styles": "^6.1.0", + "string-width": "^5.0.1", + "strip-ansi": "^7.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, + "node_modules/wrap-ansi-cjs": { + "name": "wrap-ansi", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + } + }, + "node_modules/wrap-ansi-cjs/node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/wrap-ansi-cjs/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true + }, + "node_modules/wrap-ansi-cjs/node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/wrap-ansi-cjs/node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/wrap-ansi/node_modules/ansi-styles": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", + "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", + "dev": true + }, + "node_modules/write-file-atomic": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz", + "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==", + "dev": true, + "dependencies": { + "imurmurhash": "^0.1.4", + "signal-exit": "^3.0.7" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + } + }, + "node_modules/write-file-atomic/node_modules/signal-exit": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", + "dev": true + }, + "node_modules/y18n": { + "version": "5.0.8", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", + "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", + "dev": true, + "engines": { + "node": ">=10" + } + }, + "node_modules/yallist": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", + "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", + "dev": true + }, + "node_modules/yargs": { + "version": "17.7.2", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", + "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==", + "dev": true, + "dependencies": { + "cliui": "^8.0.1", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.3", + "y18n": "^5.0.5", + "yargs-parser": "^21.1.1" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/yargs-parser": { + "version": "21.1.1", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", + "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", + "dev": true, + "engines": { + "node": ">=12" + } + }, + "node_modules/yargs/node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/yargs/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true + }, + "node_modules/yargs/node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/yargs/node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/yocto-queue": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", + "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + } + }, "dependencies": { "@ampproject/remapping": { "version": "2.2.1", @@ -638,7 +7225,8 @@ "version": "3.2.0", "resolved": "https://registry.npmjs.org/@graphql-typed-document-node/core/-/core-3.2.0.tgz", "integrity": "sha512-mB9oAsNCm9aM3/SOv4YtBMqZbYj10R7dkq8byBqxGY/ncFwhf2oQzMV+LCRlWoDSEBJ3COiR1yeDvMtsoOsuFQ==", - "dev": true + "dev": true, + "requires": {} }, "@isaacs/cliui": { "version": "8.0.2", @@ -1062,9 +7650,9 @@ } }, "@octokit/openapi-types": { - "version": "17.2.0", - "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-17.2.0.tgz", - "integrity": "sha512-MazrFNx4plbLsGl+LFesMo96eIXkFgEtaKbnNpdh4aQ0VM10aoylFsTYP1AEjkeoRNZiiPe3T6Gl2Hr8dJWdlQ==" + "version": "18.0.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-18.0.0.tgz", + "integrity": "sha512-V8GImKs3TeQRxRtXFpG2wl19V7444NIOTDF24AWuIbmNaNYOQMWRbjcGDXV5B+0n887fgDcuMNOmlul+k+oJtw==" }, "@octokit/request": { "version": "6.2.5", @@ -1098,11 +7686,11 @@ "dev": true }, "@octokit/types": { - "version": "9.2.3", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-9.2.3.tgz", - "integrity": "sha512-MMeLdHyFIALioycq+LFcA71v0S2xpQUX2cw6pPbHQjaibcHYwLnmK/kMZaWuGfGfjBJZ3wRUq+dOaWsvrPJVvA==", + "version": "9.3.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-9.3.0.tgz", + "integrity": "sha512-ZNO1In0QuWZLDngSLcn5H4ExRhYOd1rDcWnwc/LuR55cO1d6Sex6+T6RiSQwp/tyEg7eNWx+MUdJGL7Fu1kMjw==", "requires": { - "@octokit/openapi-types": "^17.2.0" + "@octokit/openapi-types": "^18.0.0" } }, "@pkgjs/parseargs": { @@ -2946,7 +9534,8 @@ "version": "1.2.3", "resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.3.tgz", "integrity": "sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==", - "dev": true + "dev": true, + "requires": {} }, "jest-regex-util": { "version": "29.4.3", diff --git a/package.json b/package.json index 98802e549..0ea310352 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "author": "Gregor Martynus (https://twitter.com/gr2m)", "license": "MIT", "dependencies": { - "@octokit/types": "^9.2.3" + "@octokit/types": "^9.3.0" }, "devDependencies": { "@gimenete/type-writer": "^0.1.5", diff --git a/scripts/update-endpoints/generated/endpoints.json b/scripts/update-endpoints/generated/endpoints.json index 8fb12dd3e..44d4b5b19 100644 --- a/scripts/update-endpoints/generated/endpoints.json +++ b/scripts/update-endpoints/generated/endpoints.json @@ -101,7 +101,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -380,7 +380,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -445,7 +445,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -565,7 +565,7 @@ "isDeprecated": false, "deprecationDate": null, "removalDate": null, - "description": "Creates or updates an environment secret with an encrypted value. Encrypt your secret using\n[LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). You must authenticate using an access\ntoken with the `repo` scope to use this endpoint. GitHub Apps must have the `secrets` repository permission to use\nthis endpoint.\n\n#### Example encrypting a secret using Node.js\n\nEncrypt your secret using the [libsodium-wrappers](https://www.npmjs.com/package/libsodium-wrappers) library.\n\n```\nconst sodium = require('libsodium-wrappers')\nconst secret = 'plain-text-secret' // replace with the secret you want to encrypt\nconst key = 'base64-encoded-public-key' // replace with the Base64 encoded public key\n\n//Check if libsodium is ready and then proceed.\nsodium.ready.then(() => {\n // Convert Secret & Base64 key to Uint8Array.\n let binkey = sodium.from_base64(key, sodium.base64_variants.ORIGINAL)\n let binsec = sodium.from_string(secret)\n\n //Encrypt the secret using LibSodium\n let encBytes = sodium.crypto_box_seal(binsec, binkey)\n\n // Convert encrypted Uint8Array to Base64\n let output = sodium.to_base64(encBytes, sodium.base64_variants.ORIGINAL)\n\n console.log(output)\n});\n```\n\n#### Example encrypting a secret using Python\n\nEncrypt your secret using [pynacl](https://pynacl.readthedocs.io/en/latest/public/#nacl-public-sealedbox) with Python 3.\n\n```\nfrom base64 import b64encode\nfrom nacl import encoding, public\n\ndef encrypt(public_key: str, secret_value: str) -> str:\n \"\"\"Encrypt a Unicode string using the public key.\"\"\"\n public_key = public.PublicKey(public_key.encode(\"utf-8\"), encoding.Base64Encoder())\n sealed_box = public.SealedBox(public_key)\n encrypted = sealed_box.encrypt(secret_value.encode(\"utf-8\"))\n return b64encode(encrypted).decode(\"utf-8\")\n```\n\n#### Example encrypting a secret using C#\n\nEncrypt your secret using the [Sodium.Core](https://www.nuget.org/packages/Sodium.Core/) package.\n\n```\nvar secretValue = System.Text.Encoding.UTF8.GetBytes(\"mySecret\");\nvar publicKey = Convert.FromBase64String(\"2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvvcCU=\");\n\nvar sealedPublicKeyBox = Sodium.SealedPublicKeyBox.Create(secretValue, publicKey);\n\nConsole.WriteLine(Convert.ToBase64String(sealedPublicKeyBox));\n```\n\n#### Example encrypting a secret using Ruby\n\nEncrypt your secret using the [rbnacl](https://github.com/RubyCrypto/rbnacl) gem.\n\n```ruby\nrequire \"rbnacl\"\nrequire \"base64\"\n\nkey = Base64.decode64(\"+ZYvJDZMHUfBkJdyq5Zm9SKqeuBQ4sj+6sfjlH4CgG0=\")\npublic_key = RbNaCl::PublicKey.new(key)\n\nbox = RbNaCl::Boxes::Sealed.from_public_key(public_key)\nencrypted_secret = box.encrypt(\"my_secret\")\n\n# Print the base64 encoded secret\nputs Base64.strict_encode64(encrypted_secret)\n```", + "description": "Creates or updates an environment secret with an encrypted value. Encrypt your secret using\n[LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). You must authenticate using an access\ntoken with the `repo` scope to use this endpoint. GitHub Apps must have the `secrets` repository permission to use\nthis endpoint.\n\n**Example encrypting a secret using Node.js**\n\nEncrypt your secret using the [libsodium-wrappers](https://www.npmjs.com/package/libsodium-wrappers) library.\n\n```\nconst sodium = require('libsodium-wrappers')\nconst secret = 'plain-text-secret' // replace with the secret you want to encrypt\nconst key = 'base64-encoded-public-key' // replace with the Base64 encoded public key\n\n//Check if libsodium is ready and then proceed.\nsodium.ready.then(() => {\n // Convert Secret & Base64 key to Uint8Array.\n let binkey = sodium.from_base64(key, sodium.base64_variants.ORIGINAL)\n let binsec = sodium.from_string(secret)\n\n //Encrypt the secret using LibSodium\n let encBytes = sodium.crypto_box_seal(binsec, binkey)\n\n // Convert encrypted Uint8Array to Base64\n let output = sodium.to_base64(encBytes, sodium.base64_variants.ORIGINAL)\n\n console.log(output)\n});\n```\n\n**Example encrypting a secret using Python**\n\nEncrypt your secret using [pynacl](https://pynacl.readthedocs.io/en/latest/public/#nacl-public-sealedbox) with Python 3.\n\n```\nfrom base64 import b64encode\nfrom nacl import encoding, public\n\ndef encrypt(public_key: str, secret_value: str) -> str:\n \"\"\"Encrypt a Unicode string using the public key.\"\"\"\n public_key = public.PublicKey(public_key.encode(\"utf-8\"), encoding.Base64Encoder())\n sealed_box = public.SealedBox(public_key)\n encrypted = sealed_box.encrypt(secret_value.encode(\"utf-8\"))\n return b64encode(encrypted).decode(\"utf-8\")\n```\n\n**Example encrypting a secret using C#**\n\nEncrypt your secret using the [Sodium.Core](https://www.nuget.org/packages/Sodium.Core/) package.\n\n```\nvar secretValue = System.Text.Encoding.UTF8.GetBytes(\"mySecret\");\nvar publicKey = Convert.FromBase64String(\"2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvvcCU=\");\n\nvar sealedPublicKeyBox = Sodium.SealedPublicKeyBox.Create(secretValue, publicKey);\n\nConsole.WriteLine(Convert.ToBase64String(sealedPublicKeyBox));\n```\n\n**Example encrypting a secret using Ruby**\n\nEncrypt your secret using the [rbnacl](https://github.com/RubyCrypto/rbnacl) gem.\n\n```ruby\nrequire \"rbnacl\"\nrequire \"base64\"\n\nkey = Base64.decode64(\"+ZYvJDZMHUfBkJdyq5Zm9SKqeuBQ4sj+6sfjlH4CgG0=\")\npublic_key = RbNaCl::PublicKey.new(key)\n\nbox = RbNaCl::Boxes::Sealed.from_public_key(public_key)\nencrypted_secret = box.encrypt(\"my_secret\")\n\n# Print the base64 encoded secret\nputs Base64.strict_encode64(encrypted_secret)\n```", "documentationUrl": "https://docs.github.com/rest/reference/actions#create-or-update-an-environment-secret", "previews": [], "headers": [], @@ -766,7 +766,7 @@ "isDeprecated": false, "deprecationDate": null, "removalDate": null, - "description": "Creates or updates a repository secret with an encrypted value. Encrypt your secret using\n[LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). You must authenticate using an access\ntoken with the `repo` scope to use this endpoint. GitHub Apps must have the `secrets` repository permission to use\nthis endpoint.\n\n#### Example encrypting a secret using Node.js\n\nEncrypt your secret using the [libsodium-wrappers](https://www.npmjs.com/package/libsodium-wrappers) library.\n\n```\nconst sodium = require('libsodium-wrappers')\nconst secret = 'plain-text-secret' // replace with the secret you want to encrypt\nconst key = 'base64-encoded-public-key' // replace with the Base64 encoded public key\n\n//Check if libsodium is ready and then proceed.\nsodium.ready.then(() => {\n // Convert Secret & Base64 key to Uint8Array.\n let binkey = sodium.from_base64(key, sodium.base64_variants.ORIGINAL)\n let binsec = sodium.from_string(secret)\n\n //Encrypt the secret using LibSodium\n let encBytes = sodium.crypto_box_seal(binsec, binkey)\n\n // Convert encrypted Uint8Array to Base64\n let output = sodium.to_base64(encBytes, sodium.base64_variants.ORIGINAL)\n\n console.log(output)\n});\n```\n\n#### Example encrypting a secret using Python\n\nEncrypt your secret using [pynacl](https://pynacl.readthedocs.io/en/latest/public/#nacl-public-sealedbox) with Python 3.\n\n```\nfrom base64 import b64encode\nfrom nacl import encoding, public\n\ndef encrypt(public_key: str, secret_value: str) -> str:\n \"\"\"Encrypt a Unicode string using the public key.\"\"\"\n public_key = public.PublicKey(public_key.encode(\"utf-8\"), encoding.Base64Encoder())\n sealed_box = public.SealedBox(public_key)\n encrypted = sealed_box.encrypt(secret_value.encode(\"utf-8\"))\n return b64encode(encrypted).decode(\"utf-8\")\n```\n\n#### Example encrypting a secret using C#\n\nEncrypt your secret using the [Sodium.Core](https://www.nuget.org/packages/Sodium.Core/) package.\n\n```\nvar secretValue = System.Text.Encoding.UTF8.GetBytes(\"mySecret\");\nvar publicKey = Convert.FromBase64String(\"2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvvcCU=\");\n\nvar sealedPublicKeyBox = Sodium.SealedPublicKeyBox.Create(secretValue, publicKey);\n\nConsole.WriteLine(Convert.ToBase64String(sealedPublicKeyBox));\n```\n\n#### Example encrypting a secret using Ruby\n\nEncrypt your secret using the [rbnacl](https://github.com/RubyCrypto/rbnacl) gem.\n\n```ruby\nrequire \"rbnacl\"\nrequire \"base64\"\n\nkey = Base64.decode64(\"+ZYvJDZMHUfBkJdyq5Zm9SKqeuBQ4sj+6sfjlH4CgG0=\")\npublic_key = RbNaCl::PublicKey.new(key)\n\nbox = RbNaCl::Boxes::Sealed.from_public_key(public_key)\nencrypted_secret = box.encrypt(\"my_secret\")\n\n# Print the base64 encoded secret\nputs Base64.strict_encode64(encrypted_secret)\n```", + "description": "Creates or updates a repository secret with an encrypted value. Encrypt your secret using\n[LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). You must authenticate using an access\ntoken with the `repo` scope to use this endpoint. GitHub Apps must have the `secrets` repository permission to use\nthis endpoint.\n\n**Example encrypting a secret using Node.js**\n\nEncrypt your secret using the [libsodium-wrappers](https://www.npmjs.com/package/libsodium-wrappers) library.\n\n```\nconst sodium = require('libsodium-wrappers')\nconst secret = 'plain-text-secret' // replace with the secret you want to encrypt\nconst key = 'base64-encoded-public-key' // replace with the Base64 encoded public key\n\n//Check if libsodium is ready and then proceed.\nsodium.ready.then(() => {\n // Convert Secret & Base64 key to Uint8Array.\n let binkey = sodium.from_base64(key, sodium.base64_variants.ORIGINAL)\n let binsec = sodium.from_string(secret)\n\n //Encrypt the secret using LibSodium\n let encBytes = sodium.crypto_box_seal(binsec, binkey)\n\n // Convert encrypted Uint8Array to Base64\n let output = sodium.to_base64(encBytes, sodium.base64_variants.ORIGINAL)\n\n console.log(output)\n});\n```\n\n**Example encrypting a secret using Python**\n\nEncrypt your secret using [pynacl](https://pynacl.readthedocs.io/en/latest/public/#nacl-public-sealedbox) with Python 3.\n\n```\nfrom base64 import b64encode\nfrom nacl import encoding, public\n\ndef encrypt(public_key: str, secret_value: str) -> str:\n \"\"\"Encrypt a Unicode string using the public key.\"\"\"\n public_key = public.PublicKey(public_key.encode(\"utf-8\"), encoding.Base64Encoder())\n sealed_box = public.SealedBox(public_key)\n encrypted = sealed_box.encrypt(secret_value.encode(\"utf-8\"))\n return b64encode(encrypted).decode(\"utf-8\")\n```\n\n**Example encrypting a secret using C#**\n\nEncrypt your secret using the [Sodium.Core](https://www.nuget.org/packages/Sodium.Core/) package.\n\n```\nvar secretValue = System.Text.Encoding.UTF8.GetBytes(\"mySecret\");\nvar publicKey = Convert.FromBase64String(\"2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvvcCU=\");\n\nvar sealedPublicKeyBox = Sodium.SealedPublicKeyBox.Create(secretValue, publicKey);\n\nConsole.WriteLine(Convert.ToBase64String(sealedPublicKeyBox));\n```\n\n**Example encrypting a secret using Ruby**\n\nEncrypt your secret using the [rbnacl](https://github.com/RubyCrypto/rbnacl) gem.\n\n```ruby\nrequire \"rbnacl\"\nrequire \"base64\"\n\nkey = Base64.decode64(\"+ZYvJDZMHUfBkJdyq5Zm9SKqeuBQ4sj+6sfjlH4CgG0=\")\npublic_key = RbNaCl::PublicKey.new(key)\n\nbox = RbNaCl::Boxes::Sealed.from_public_key(public_key)\nencrypted_secret = box.encrypt(\"my_secret\")\n\n# Print the base64 encoded secret\nputs Base64.strict_encode64(encrypted_secret)\n```", "documentationUrl": "https://docs.github.com/rest/reference/actions#create-or-update-a-repository-secret", "previews": [], "headers": [], @@ -786,7 +786,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -1010,7 +1010,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -1105,7 +1105,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -1159,7 +1159,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -1333,7 +1333,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -1429,7 +1429,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -1486,7 +1486,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -1566,7 +1566,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -1827,7 +1827,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -1884,7 +1884,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -2029,7 +2029,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -2086,7 +2086,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -2143,7 +2143,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -2248,7 +2248,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -2305,7 +2305,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -2378,7 +2378,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -2435,7 +2435,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -2505,7 +2505,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -2606,7 +2606,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -2634,6 +2634,217 @@ "responses": [{ "code": 204, "description": "Response", "examples": null }], "renamed": null }, + { + "name": "Create configuration for a just-in-time runner for an organization", + "scope": "actions", + "id": "generateRunnerJitconfigForOrg", + "method": "POST", + "url": "/orgs/{org}/actions/runners/generate-jitconfig", + "isDeprecated": false, + "deprecationDate": null, + "removalDate": null, + "description": "Generates a configuration that can be passed to the runner application at startup.\n\nYou must authenticate using an access token with the `admin:org` scope to use this endpoint.", + "documentationUrl": "https://docs.github.com/rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-an-organization", + "previews": [], + "headers": [], + "parameters": [ + { + "name": "org", + "description": "The organization name. The name is not case sensitive.", + "in": "PATH", + "type": "string", + "required": true, + "enum": null, + "allowNull": false, + "mapToData": null, + "validation": null, + "alias": null, + "deprecated": null + }, + { + "name": "name", + "description": "The name of the new runner.", + "in": "BODY", + "type": "string", + "required": true, + "enum": null, + "allowNull": false, + "mapToData": null, + "validation": null, + "alias": null, + "deprecated": null + }, + { + "name": "runner_group_id", + "description": "The ID of the runner group to register the runner to.", + "in": "BODY", + "type": "integer", + "required": true, + "enum": null, + "allowNull": false, + "mapToData": null, + "validation": null, + "alias": null, + "deprecated": null + }, + { + "name": "labels", + "description": "The names of the custom labels to add to the runner. **Minimum items**: 1. **Maximum items**: 100.", + "in": "BODY", + "type": "string[]", + "required": true, + "enum": null, + "allowNull": false, + "mapToData": null, + "validation": null, + "alias": null, + "deprecated": null + }, + { + "name": "work_folder", + "description": "The working directory to be used for job execution, relative to the runner install directory.", + "in": "BODY", + "type": "string", + "required": false, + "enum": null, + "allowNull": false, + "mapToData": null, + "validation": null, + "alias": null, + "deprecated": null + } + ], + "responses": [ + { + "code": 201, + "description": "Response", + "examples": [ + { + "data": "{\"runner\":{\"id\":23,\"name\":\"New runner\",\"os\":\"unknown\",\"status\":\"offline\",\"busy\":false,\"labels\":[{\"id\":5,\"name\":\"self-hosted\",\"type\":\"read-only\"},{\"id\":7,\"name\":\"X64\",\"type\":\"read-only\"},{\"id\":20,\"name\":\"macOS\",\"type\":\"read-only\"},{\"id\":21,\"name\":\"no-gpu\",\"type\":\"custom\"}]},\"encoded_jit_config\":\"abc123\"}" + } + ] + }, + { "code": 404, "description": "Resource not found", "examples": null }, + { + "code": 422, + "description": "Validation failed, or the endpoint has been spammed.", + "examples": null + } + ], + "renamed": null + }, + { + "name": "Create configuration for a just-in-time runner for a repository", + "scope": "actions", + "id": "generateRunnerJitconfigForRepo", + "method": "POST", + "url": "/repos/{owner}/{repo}/actions/runners/generate-jitconfig", + "isDeprecated": false, + "deprecationDate": null, + "removalDate": null, + "description": "Generates a configuration that can be passed to the runner application at startup.\n\nYou must authenticate using an access token with the `repo` scope to use this endpoint.", + "documentationUrl": "https://docs.github.com/rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-a-repository", + "previews": [], + "headers": [], + "parameters": [ + { + "name": "owner", + "description": "The account owner of the repository. The name is not case sensitive.", + "in": "PATH", + "type": "string", + "required": true, + "enum": null, + "allowNull": false, + "mapToData": null, + "validation": null, + "alias": null, + "deprecated": null + }, + { + "name": "repo", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", + "in": "PATH", + "type": "string", + "required": true, + "enum": null, + "allowNull": false, + "mapToData": null, + "validation": null, + "alias": null, + "deprecated": null + }, + { + "name": "name", + "description": "The name of the new runner.", + "in": "BODY", + "type": "string", + "required": true, + "enum": null, + "allowNull": false, + "mapToData": null, + "validation": null, + "alias": null, + "deprecated": null + }, + { + "name": "runner_group_id", + "description": "The ID of the runner group to register the runner to.", + "in": "BODY", + "type": "integer", + "required": true, + "enum": null, + "allowNull": false, + "mapToData": null, + "validation": null, + "alias": null, + "deprecated": null + }, + { + "name": "labels", + "description": "The names of the custom labels to add to the runner. **Minimum items**: 1. **Maximum items**: 100.", + "in": "BODY", + "type": "string[]", + "required": true, + "enum": null, + "allowNull": false, + "mapToData": null, + "validation": null, + "alias": null, + "deprecated": null + }, + { + "name": "work_folder", + "description": "The working directory to be used for job execution, relative to the runner install directory.", + "in": "BODY", + "type": "string", + "required": false, + "enum": null, + "allowNull": false, + "mapToData": null, + "validation": null, + "alias": null, + "deprecated": null + } + ], + "responses": [ + { + "code": 201, + "description": "Response", + "examples": [ + { + "data": "{\"runner\":{\"id\":23,\"name\":\"New runner\",\"os\":\"unknown\",\"status\":\"offline\",\"busy\":false,\"labels\":[{\"id\":5,\"name\":\"self-hosted\",\"type\":\"read-only\"},{\"id\":7,\"name\":\"X64\",\"type\":\"read-only\"},{\"id\":20,\"name\":\"macOS\",\"type\":\"read-only\"},{\"id\":21,\"name\":\"no-gpu\",\"type\":\"custom\"}]},\"encoded_jit_config\":\"abc123\"}" + } + ] + }, + { "code": 404, "description": "Resource not found", "examples": null }, + { + "code": 422, + "description": "Validation failed, or the endpoint has been spammed.", + "examples": null + } + ], + "renamed": null + }, { "name": "List GitHub Actions caches for a repository", "scope": "actions", @@ -2663,7 +2874,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -2795,7 +3006,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -2998,7 +3209,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -3052,7 +3263,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -3348,7 +3559,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -3443,7 +3654,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -3497,7 +3708,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -3713,7 +3924,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -3780,7 +3991,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -3842,7 +4053,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -3896,7 +4107,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -3964,7 +4175,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -4032,7 +4243,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -4099,7 +4310,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -4220,7 +4431,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -4341,7 +4552,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -4408,7 +4619,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -4475,7 +4686,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -4525,7 +4736,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -4605,7 +4816,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -4698,7 +4909,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -4765,7 +4976,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -4832,7 +5043,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -5085,7 +5296,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -5191,7 +5402,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -5353,7 +5564,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -5555,7 +5766,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -5635,7 +5846,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -5715,7 +5926,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -5796,7 +6007,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -5876,7 +6087,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -5956,7 +6167,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -6036,7 +6247,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -6356,7 +6567,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -6764,7 +6975,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -6844,7 +7055,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -6937,7 +7148,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -7149,7 +7360,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -7348,7 +7559,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -7425,7 +7636,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -7501,7 +7712,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -7632,7 +7843,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -7773,7 +7984,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -8052,7 +8263,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -8109,7 +8320,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -8285,7 +8496,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -8441,7 +8652,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -8586,7 +8797,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -8720,7 +8931,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -9012,7 +9223,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -9222,7 +9433,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -9403,7 +9614,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -9465,7 +9676,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -9576,7 +9787,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -10054,7 +10265,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -10406,7 +10617,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -10486,7 +10697,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -10874,7 +11085,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -11023,7 +11234,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -11165,7 +11376,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -11268,7 +11479,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -11409,7 +11620,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -11463,7 +11674,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -12553,7 +12764,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -13699,7 +13910,7 @@ "isDeprecated": false, "deprecationDate": null, "removalDate": null, - "description": "Remove a single repository from an installation. The authenticated user must have admin access to the repository.\n\nYou must use a personal access token (which you can create via the [command line](https://docs.github.com/github/authenticating-to-github/creating-a-personal-access-token) or [Basic Authentication](https://docs.github.com/rest/overview/other-authentication-methods#basic-authentication)) to access this endpoint.", + "description": "Remove a single repository from an installation. The authenticated user must have admin access to the repository. The installation must have the `repository_selection` of `selected`.\n\nYou must use a personal access token (which you can create via the [command line](https://docs.github.com/github/authenticating-to-github/creating-a-personal-access-token) or [Basic Authentication](https://docs.github.com/rest/overview/other-authentication-methods#basic-authentication)) to access this endpoint.", "documentationUrl": "https://docs.github.com/rest/reference/apps#remove-a-repository-from-an-app-installation", "previews": [], "headers": [], @@ -13735,7 +13946,12 @@ { "code": 204, "description": "Response", "examples": null }, { "code": 304, "description": "Not modified", "examples": null }, { "code": 403, "description": "Forbidden", "examples": null }, - { "code": 404, "description": "Resource not found", "examples": null } + { "code": 404, "description": "Resource not found", "examples": null }, + { + "code": 422, + "description": "Returned when the application is installed on `all` repositories in the organization, or if this request would remove the last repository that the application has access to in the organization.", + "examples": null + } ], "renamed": { "before": { "scope": "apps", "id": "removeRepoFromInstallation" }, @@ -13756,7 +13972,7 @@ "isDeprecated": false, "deprecationDate": null, "removalDate": null, - "description": "Remove a single repository from an installation. The authenticated user must have admin access to the repository.\n\nYou must use a personal access token (which you can create via the [command line](https://docs.github.com/github/authenticating-to-github/creating-a-personal-access-token) or [Basic Authentication](https://docs.github.com/rest/overview/other-authentication-methods#basic-authentication)) to access this endpoint.", + "description": "Remove a single repository from an installation. The authenticated user must have admin access to the repository. The installation must have the `repository_selection` of `selected`.\n\nYou must use a personal access token (which you can create via the [command line](https://docs.github.com/github/authenticating-to-github/creating-a-personal-access-token) or [Basic Authentication](https://docs.github.com/rest/overview/other-authentication-methods#basic-authentication)) to access this endpoint.", "documentationUrl": "https://docs.github.com/rest/reference/apps#remove-a-repository-from-an-app-installation", "previews": [], "headers": [], @@ -13792,7 +14008,12 @@ { "code": 204, "description": "Response", "examples": null }, { "code": 304, "description": "Not modified", "examples": null }, { "code": 403, "description": "Forbidden", "examples": null }, - { "code": 404, "description": "Resource not found", "examples": null } + { "code": 404, "description": "Resource not found", "examples": null }, + { + "code": 422, + "description": "Returned when the application is installed on `all` repositories in the organization, or if this request would remove the last repository that the application has access to in the organization.", + "examples": null + } ], "renamed": null }, @@ -14868,7 +15089,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -14951,7 +15172,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -15027,7 +15248,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -15094,7 +15315,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -15161,7 +15382,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -15254,7 +15475,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -15399,7 +15620,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -15531,7 +15752,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -15650,7 +15871,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -15724,7 +15945,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -15787,7 +16008,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -15880,7 +16101,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -16333,7 +16554,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -16422,7 +16643,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -16510,7 +16731,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -16593,7 +16814,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -16668,7 +16889,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -16729,7 +16950,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -16807,7 +17028,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -17267,7 +17488,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -17385,7 +17606,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -17446,7 +17667,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -17611,7 +17832,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -17724,7 +17945,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -17817,7 +18038,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -18256,6 +18477,19 @@ "alias": null, "deprecated": null }, + { + "name": "geo", + "description": "The geographic area for this codespace. If not specified, the value is assigned by IP. This property replaces `location`, which is being deprecated.", + "in": "BODY", + "type": "string", + "required": false, + "enum": ["EuropeWest", "SoutheastAsia", "UsEast", "UsWest"], + "allowNull": false, + "mapToData": null, + "validation": null, + "alias": null, + "deprecated": null + }, { "name": "client_ip", "description": "IP for location auto-detection when proxying a request", @@ -18439,7 +18673,7 @@ "isDeprecated": false, "deprecationDate": null, "removalDate": null, - "description": "Creates or updates an organization secret with an encrypted value. Encrypt your secret using\n[LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). You must authenticate using an access\ntoken with the `admin:org` scope to use this endpoint.\n\n#### Example encrypting a secret using Node.js\n\nEncrypt your secret using the [libsodium-wrappers](https://www.npmjs.com/package/libsodium-wrappers) library.\n\n```\nconst sodium = require('libsodium-wrappers')\nconst secret = 'plain-text-secret' // replace with the secret you want to encrypt\nconst key = 'base64-encoded-public-key' // replace with the Base64 encoded public key\n\n//Check if libsodium is ready and then proceed.\nsodium.ready.then(() => {\n // Convert Secret & Base64 key to Uint8Array.\n let binkey = sodium.from_base64(key, sodium.base64_variants.ORIGINAL)\n let binsec = sodium.from_string(secret)\n\n //Encrypt the secret using LibSodium\n let encBytes = sodium.crypto_box_seal(binsec, binkey)\n\n // Convert encrypted Uint8Array to Base64\n let output = sodium.to_base64(encBytes, sodium.base64_variants.ORIGINAL)\n\n console.log(output)\n});\n```\n\n#### Example encrypting a secret using Python\n\nEncrypt your secret using [pynacl](https://pynacl.readthedocs.io/en/latest/public/#nacl-public-sealedbox) with Python 3.\n\n```\nfrom base64 import b64encode\nfrom nacl import encoding, public\n\ndef encrypt(public_key: str, secret_value: str) -> str:\n \"\"\"Encrypt a Unicode string using the public key.\"\"\"\n public_key = public.PublicKey(public_key.encode(\"utf-8\"), encoding.Base64Encoder())\n sealed_box = public.SealedBox(public_key)\n encrypted = sealed_box.encrypt(secret_value.encode(\"utf-8\"))\n return b64encode(encrypted).decode(\"utf-8\")\n```\n\n#### Example encrypting a secret using C#\n\nEncrypt your secret using the [Sodium.Core](https://www.nuget.org/packages/Sodium.Core/) package.\n\n```\nvar secretValue = System.Text.Encoding.UTF8.GetBytes(\"mySecret\");\nvar publicKey = Convert.FromBase64String(\"2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvvcCU=\");\n\nvar sealedPublicKeyBox = Sodium.SealedPublicKeyBox.Create(secretValue, publicKey);\n\nConsole.WriteLine(Convert.ToBase64String(sealedPublicKeyBox));\n```\n\n#### Example encrypting a secret using Ruby\n\nEncrypt your secret using the [rbnacl](https://github.com/RubyCrypto/rbnacl) gem.\n\n```ruby\nrequire \"rbnacl\"\nrequire \"base64\"\n\nkey = Base64.decode64(\"+ZYvJDZMHUfBkJdyq5Zm9SKqeuBQ4sj+6sfjlH4CgG0=\")\npublic_key = RbNaCl::PublicKey.new(key)\n\nbox = RbNaCl::Boxes::Sealed.from_public_key(public_key)\nencrypted_secret = box.encrypt(\"my_secret\")\n\n# Print the base64 encoded secret\nputs Base64.strict_encode64(encrypted_secret)\n```", + "description": "Creates or updates an organization secret with an encrypted value. Encrypt your secret using\n[LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). You must authenticate using an access\ntoken with the `admin:org` scope to use this endpoint.\n\n**Example encrypting a secret using Node.js**\n\nEncrypt your secret using the [libsodium-wrappers](https://www.npmjs.com/package/libsodium-wrappers) library.\n\n```\nconst sodium = require('libsodium-wrappers')\nconst secret = 'plain-text-secret' // replace with the secret you want to encrypt\nconst key = 'base64-encoded-public-key' // replace with the Base64 encoded public key\n\n//Check if libsodium is ready and then proceed.\nsodium.ready.then(() => {\n // Convert Secret & Base64 key to Uint8Array.\n let binkey = sodium.from_base64(key, sodium.base64_variants.ORIGINAL)\n let binsec = sodium.from_string(secret)\n\n //Encrypt the secret using LibSodium\n let encBytes = sodium.crypto_box_seal(binsec, binkey)\n\n // Convert encrypted Uint8Array to Base64\n let output = sodium.to_base64(encBytes, sodium.base64_variants.ORIGINAL)\n\n console.log(output)\n});\n```\n\n**Example encrypting a secret using Python**\n\nEncrypt your secret using [pynacl](https://pynacl.readthedocs.io/en/latest/public/#nacl-public-sealedbox) with Python 3.\n\n```\nfrom base64 import b64encode\nfrom nacl import encoding, public\n\ndef encrypt(public_key: str, secret_value: str) -> str:\n \"\"\"Encrypt a Unicode string using the public key.\"\"\"\n public_key = public.PublicKey(public_key.encode(\"utf-8\"), encoding.Base64Encoder())\n sealed_box = public.SealedBox(public_key)\n encrypted = sealed_box.encrypt(secret_value.encode(\"utf-8\"))\n return b64encode(encrypted).decode(\"utf-8\")\n```\n\n**Example encrypting a secret using C#**\n\nEncrypt your secret using the [Sodium.Core](https://www.nuget.org/packages/Sodium.Core/) package.\n\n```\nvar secretValue = System.Text.Encoding.UTF8.GetBytes(\"mySecret\");\nvar publicKey = Convert.FromBase64String(\"2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvvcCU=\");\n\nvar sealedPublicKeyBox = Sodium.SealedPublicKeyBox.Create(secretValue, publicKey);\n\nConsole.WriteLine(Convert.ToBase64String(sealedPublicKeyBox));\n```\n\n**Example encrypting a secret using Ruby**\n\nEncrypt your secret using the [rbnacl](https://github.com/RubyCrypto/rbnacl) gem.\n\n```ruby\nrequire \"rbnacl\"\nrequire \"base64\"\n\nkey = Base64.decode64(\"+ZYvJDZMHUfBkJdyq5Zm9SKqeuBQ4sj+6sfjlH4CgG0=\")\npublic_key = RbNaCl::PublicKey.new(key)\n\nbox = RbNaCl::Boxes::Sealed.from_public_key(public_key)\nencrypted_secret = box.encrypt(\"my_secret\")\n\n# Print the base64 encoded secret\nputs Base64.strict_encode64(encrypted_secret)\n```", "documentationUrl": "https://docs.github.com/rest/reference/codespaces#create-or-update-an-organization-secret", "previews": [], "headers": [], @@ -18572,7 +18806,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -18646,7 +18880,7 @@ "isDeprecated": false, "deprecationDate": null, "removalDate": null, - "description": "Creates or updates a secret for a user's codespace with an encrypted value. Encrypt your secret using\n[LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages).\n\nYou must authenticate using an access token with the `codespace` or `codespace:secrets` scope to use this endpoint. User must also have Codespaces access to use this endpoint.\n\nGitHub Apps must have write access to the `codespaces_user_secrets` user permission and `codespaces_secrets` repository permission on all referenced repositories to use this endpoint.\n\n#### Example encrypting a secret using Node.js\n\nEncrypt your secret using the [libsodium-wrappers](https://www.npmjs.com/package/libsodium-wrappers) library.\n\n```\nconst sodium = require('libsodium-wrappers')\nconst secret = 'plain-text-secret' // replace with the secret you want to encrypt\nconst key = 'base64-encoded-public-key' // replace with the Base64 encoded public key\n\n//Check if libsodium is ready and then proceed.\nsodium.ready.then(() => {\n // Convert Secret & Base64 key to Uint8Array.\n let binkey = sodium.from_base64(key, sodium.base64_variants.ORIGINAL)\n let binsec = sodium.from_string(secret)\n\n //Encrypt the secret using LibSodium\n let encBytes = sodium.crypto_box_seal(binsec, binkey)\n\n // Convert encrypted Uint8Array to Base64\n let output = sodium.to_base64(encBytes, sodium.base64_variants.ORIGINAL)\n\n console.log(output)\n});\n```\n\n#### Example encrypting a secret using Python\n\nEncrypt your secret using [pynacl](https://pynacl.readthedocs.io/en/latest/public/#nacl-public-sealedbox) with Python 3.\n\n```\nfrom base64 import b64encode\nfrom nacl import encoding, public\n\ndef encrypt(public_key: str, secret_value: str) -> str:\n \"\"\"Encrypt a Unicode string using the public key.\"\"\"\n public_key = public.PublicKey(public_key.encode(\"utf-8\"), encoding.Base64Encoder())\n sealed_box = public.SealedBox(public_key)\n encrypted = sealed_box.encrypt(secret_value.encode(\"utf-8\"))\n return b64encode(encrypted).decode(\"utf-8\")\n```\n\n#### Example encrypting a secret using C#\n\nEncrypt your secret using the [Sodium.Core](https://www.nuget.org/packages/Sodium.Core/) package.\n\n```\nvar secretValue = System.Text.Encoding.UTF8.GetBytes(\"mySecret\");\nvar publicKey = Convert.FromBase64String(\"2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvvcCU=\");\n\nvar sealedPublicKeyBox = Sodium.SealedPublicKeyBox.Create(secretValue, publicKey);\n\nConsole.WriteLine(Convert.ToBase64String(sealedPublicKeyBox));\n```\n\n#### Example encrypting a secret using Ruby\n\nEncrypt your secret using the [rbnacl](https://github.com/RubyCrypto/rbnacl) gem.\n\n```ruby\nrequire \"rbnacl\"\nrequire \"base64\"\n\nkey = Base64.decode64(\"+ZYvJDZMHUfBkJdyq5Zm9SKqeuBQ4sj+6sfjlH4CgG0=\")\npublic_key = RbNaCl::PublicKey.new(key)\n\nbox = RbNaCl::Boxes::Sealed.from_public_key(public_key)\nencrypted_secret = box.encrypt(\"my_secret\")\n\n# Print the base64 encoded secret\nputs Base64.strict_encode64(encrypted_secret)\n```", + "description": "Creates or updates a secret for a user's codespace with an encrypted value. Encrypt your secret using\n[LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages).\n\nYou must authenticate using an access token with the `codespace` or `codespace:secrets` scope to use this endpoint. User must also have Codespaces access to use this endpoint.\n\nGitHub Apps must have write access to the `codespaces_user_secrets` user permission and `codespaces_secrets` repository permission on all referenced repositories to use this endpoint.\n\n**Example encrypting a secret using Node.js**\n\nEncrypt your secret using the [libsodium-wrappers](https://www.npmjs.com/package/libsodium-wrappers) library.\n\n```\nconst sodium = require('libsodium-wrappers')\nconst secret = 'plain-text-secret' // replace with the secret you want to encrypt\nconst key = 'base64-encoded-public-key' // replace with the Base64 encoded public key\n\n//Check if libsodium is ready and then proceed.\nsodium.ready.then(() => {\n // Convert Secret & Base64 key to Uint8Array.\n let binkey = sodium.from_base64(key, sodium.base64_variants.ORIGINAL)\n let binsec = sodium.from_string(secret)\n\n //Encrypt the secret using LibSodium\n let encBytes = sodium.crypto_box_seal(binsec, binkey)\n\n // Convert encrypted Uint8Array to Base64\n let output = sodium.to_base64(encBytes, sodium.base64_variants.ORIGINAL)\n\n console.log(output)\n});\n```\n\n**Example encrypting a secret using Python**\n\nEncrypt your secret using [pynacl](https://pynacl.readthedocs.io/en/latest/public/#nacl-public-sealedbox) with Python 3.\n\n```\nfrom base64 import b64encode\nfrom nacl import encoding, public\n\ndef encrypt(public_key: str, secret_value: str) -> str:\n \"\"\"Encrypt a Unicode string using the public key.\"\"\"\n public_key = public.PublicKey(public_key.encode(\"utf-8\"), encoding.Base64Encoder())\n sealed_box = public.SealedBox(public_key)\n encrypted = sealed_box.encrypt(secret_value.encode(\"utf-8\"))\n return b64encode(encrypted).decode(\"utf-8\")\n```\n\n**Example encrypting a secret using C#**\n\nEncrypt your secret using the [Sodium.Core](https://www.nuget.org/packages/Sodium.Core/) package.\n\n```\nvar secretValue = System.Text.Encoding.UTF8.GetBytes(\"mySecret\");\nvar publicKey = Convert.FromBase64String(\"2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvvcCU=\");\n\nvar sealedPublicKeyBox = Sodium.SealedPublicKeyBox.Create(secretValue, publicKey);\n\nConsole.WriteLine(Convert.ToBase64String(sealedPublicKeyBox));\n```\n\n**Example encrypting a secret using Ruby**\n\nEncrypt your secret using the [rbnacl](https://github.com/RubyCrypto/rbnacl) gem.\n\n```ruby\nrequire \"rbnacl\"\nrequire \"base64\"\n\nkey = Base64.decode64(\"+ZYvJDZMHUfBkJdyq5Zm9SKqeuBQ4sj+6sfjlH4CgG0=\")\npublic_key = RbNaCl::PublicKey.new(key)\n\nbox = RbNaCl::Boxes::Sealed.from_public_key(public_key)\nencrypted_secret = box.encrypt(\"my_secret\")\n\n# Print the base64 encoded secret\nputs Base64.strict_encode64(encrypted_secret)\n```", "documentationUrl": "https://docs.github.com/rest/reference/codespaces#create-or-update-a-secret-for-the-authenticated-user", "previews": [], "headers": [], @@ -18753,7 +18987,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -18790,6 +19024,19 @@ "alias": null, "deprecated": null }, + { + "name": "geo", + "description": "The geographic area for this codespace. If not specified, the value is assigned by IP. This property replaces `location`, which is being deprecated.", + "in": "BODY", + "type": "string", + "required": false, + "enum": ["EuropeWest", "SoutheastAsia", "UsEast", "UsWest"], + "allowNull": false, + "mapToData": null, + "validation": null, + "alias": null, + "deprecated": null + }, { "name": "client_ip", "description": "IP for location auto-detection when proxying a request", @@ -18954,7 +19201,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -18991,6 +19238,19 @@ "alias": null, "deprecated": null }, + { + "name": "geo", + "description": "The geographic area for this codespace. If not specified, the value is assigned by IP. This property replaces `location`, which is being deprecated.", + "in": "BODY", + "type": "string", + "required": false, + "enum": ["EuropeWest", "SoutheastAsia", "UsEast", "UsWest"], + "allowNull": false, + "mapToData": null, + "validation": null, + "alias": null, + "deprecated": null + }, { "name": "client_ip", "description": "IP for location auto-detection when proxying a request", @@ -19385,7 +19645,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -19843,7 +20103,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -19897,7 +20157,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -20031,7 +20291,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -20286,7 +20546,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -20415,7 +20675,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -20679,7 +20939,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -20977,7 +21237,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -21754,7 +22014,7 @@ "isDeprecated": false, "deprecationDate": null, "removalDate": null, - "description": "Creates or updates a repository secret with an encrypted value. Encrypt your secret using\n[LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). You must authenticate using an access\ntoken with the `repo` scope to use this endpoint. GitHub Apps must have the `dependabot_secrets` repository\npermission to use this endpoint.\n\n#### Example encrypting a secret using Node.js\n\nEncrypt your secret using the [libsodium-wrappers](https://www.npmjs.com/package/libsodium-wrappers) library.\n\n```\nconst sodium = require('libsodium-wrappers')\nconst secret = 'plain-text-secret' // replace with the secret you want to encrypt\nconst key = 'base64-encoded-public-key' // replace with the Base64 encoded public key\n\n//Check if libsodium is ready and then proceed.\nsodium.ready.then(() => {\n // Convert Secret & Base64 key to Uint8Array.\n let binkey = sodium.from_base64(key, sodium.base64_variants.ORIGINAL)\n let binsec = sodium.from_string(secret)\n\n //Encrypt the secret using LibSodium\n let encBytes = sodium.crypto_box_seal(binsec, binkey)\n\n // Convert encrypted Uint8Array to Base64\n let output = sodium.to_base64(encBytes, sodium.base64_variants.ORIGINAL)\n\n console.log(output)\n});\n```\n\n#### Example encrypting a secret using Python\n\nEncrypt your secret using [pynacl](https://pynacl.readthedocs.io/en/latest/public/#nacl-public-sealedbox) with Python 3.\n\n```\nfrom base64 import b64encode\nfrom nacl import encoding, public\n\ndef encrypt(public_key: str, secret_value: str) -> str:\n \"\"\"Encrypt a Unicode string using the public key.\"\"\"\n public_key = public.PublicKey(public_key.encode(\"utf-8\"), encoding.Base64Encoder())\n sealed_box = public.SealedBox(public_key)\n encrypted = sealed_box.encrypt(secret_value.encode(\"utf-8\"))\n return b64encode(encrypted).decode(\"utf-8\")\n```\n\n#### Example encrypting a secret using C#\n\nEncrypt your secret using the [Sodium.Core](https://www.nuget.org/packages/Sodium.Core/) package.\n\n```\nvar secretValue = System.Text.Encoding.UTF8.GetBytes(\"mySecret\");\nvar publicKey = Convert.FromBase64String(\"2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvvcCU=\");\n\nvar sealedPublicKeyBox = Sodium.SealedPublicKeyBox.Create(secretValue, publicKey);\n\nConsole.WriteLine(Convert.ToBase64String(sealedPublicKeyBox));\n```\n\n#### Example encrypting a secret using Ruby\n\nEncrypt your secret using the [rbnacl](https://github.com/RubyCrypto/rbnacl) gem.\n\n```ruby\nrequire \"rbnacl\"\nrequire \"base64\"\n\nkey = Base64.decode64(\"+ZYvJDZMHUfBkJdyq5Zm9SKqeuBQ4sj+6sfjlH4CgG0=\")\npublic_key = RbNaCl::PublicKey.new(key)\n\nbox = RbNaCl::Boxes::Sealed.from_public_key(public_key)\nencrypted_secret = box.encrypt(\"my_secret\")\n\n# Print the base64 encoded secret\nputs Base64.strict_encode64(encrypted_secret)\n```", + "description": "Creates or updates a repository secret with an encrypted value. Encrypt your secret using\n[LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). You must authenticate using an access\ntoken with the `repo` scope to use this endpoint. GitHub Apps must have the `dependabot_secrets` repository\npermission to use this endpoint.\n\n**Example encrypting a secret using Node.js**\n\nEncrypt your secret using the [libsodium-wrappers](https://www.npmjs.com/package/libsodium-wrappers) library.\n\n```\nconst sodium = require('libsodium-wrappers')\nconst secret = 'plain-text-secret' // replace with the secret you want to encrypt\nconst key = 'base64-encoded-public-key' // replace with the Base64 encoded public key\n\n//Check if libsodium is ready and then proceed.\nsodium.ready.then(() => {\n // Convert Secret & Base64 key to Uint8Array.\n let binkey = sodium.from_base64(key, sodium.base64_variants.ORIGINAL)\n let binsec = sodium.from_string(secret)\n\n //Encrypt the secret using LibSodium\n let encBytes = sodium.crypto_box_seal(binsec, binkey)\n\n // Convert encrypted Uint8Array to Base64\n let output = sodium.to_base64(encBytes, sodium.base64_variants.ORIGINAL)\n\n console.log(output)\n});\n```\n\n**Example encrypting a secret using Python**\n\nEncrypt your secret using [pynacl](https://pynacl.readthedocs.io/en/latest/public/#nacl-public-sealedbox) with Python 3.\n\n```\nfrom base64 import b64encode\nfrom nacl import encoding, public\n\ndef encrypt(public_key: str, secret_value: str) -> str:\n \"\"\"Encrypt a Unicode string using the public key.\"\"\"\n public_key = public.PublicKey(public_key.encode(\"utf-8\"), encoding.Base64Encoder())\n sealed_box = public.SealedBox(public_key)\n encrypted = sealed_box.encrypt(secret_value.encode(\"utf-8\"))\n return b64encode(encrypted).decode(\"utf-8\")\n```\n\n**Example encrypting a secret using C#**\n\nEncrypt your secret using the [Sodium.Core](https://www.nuget.org/packages/Sodium.Core/) package.\n\n```\nvar secretValue = System.Text.Encoding.UTF8.GetBytes(\"mySecret\");\nvar publicKey = Convert.FromBase64String(\"2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvvcCU=\");\n\nvar sealedPublicKeyBox = Sodium.SealedPublicKeyBox.Create(secretValue, publicKey);\n\nConsole.WriteLine(Convert.ToBase64String(sealedPublicKeyBox));\n```\n\n**Example encrypting a secret using Ruby**\n\nEncrypt your secret using the [rbnacl](https://github.com/RubyCrypto/rbnacl) gem.\n\n```ruby\nrequire \"rbnacl\"\nrequire \"base64\"\n\nkey = Base64.decode64(\"+ZYvJDZMHUfBkJdyq5Zm9SKqeuBQ4sj+6sfjlH4CgG0=\")\npublic_key = RbNaCl::PublicKey.new(key)\n\nbox = RbNaCl::Boxes::Sealed.from_public_key(public_key)\nencrypted_secret = box.encrypt(\"my_secret\")\n\n# Print the base64 encoded secret\nputs Base64.strict_encode64(encrypted_secret)\n```", "documentationUrl": "https://docs.github.com/rest/reference/dependabot#create-or-update-a-repository-secret", "previews": [], "headers": [], @@ -21774,7 +22034,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -21912,7 +22172,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -21969,7 +22229,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -22134,7 +22394,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -22188,7 +22448,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -22667,7 +22927,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -22980,7 +23240,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -23245,7 +23505,7 @@ "isDeprecated": false, "deprecationDate": null, "removalDate": null, - "description": "You must use an access token with the `security_events` scope to use this endpoint with private repositories.\nYou can also use tokens with the `public_repo` scope for public repositories only.\nGitHub Apps must have **Dependabot alerts** write permission to use this endpoint.", + "description": "You must use an access token with the `security_events` scope to use this endpoint with private repositories.\nYou can also use tokens with the `public_repo` scope for public repositories only.\nGitHub Apps must have **Dependabot alerts** write permission to use this endpoint.\n\nTo use this endpoint, you must have access to security alerts for the repository. For more information, see \"[Granting access to security alerts](https://docs.github.com/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository#granting-access-to-security-alerts).\"", "documentationUrl": "https://docs.github.com/rest/reference/dependabot#update-a-dependabot-alert", "previews": [], "headers": [], @@ -23265,7 +23525,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -23387,7 +23647,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -23818,7 +24078,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -23900,7 +24160,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -25252,7 +25512,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -25340,7 +25600,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -25556,7 +25816,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -25592,19 +25852,6 @@ "validation": null, "alias": null, "deprecated": null - }, - { - "name": "key", - "description": "", - "in": "BODY", - "type": "string", - "required": false, - "enum": null, - "allowNull": false, - "mapToData": null, - "validation": null, - "alias": null, - "deprecated": null } ], "responses": [ @@ -25654,7 +25901,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -25817,7 +26064,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -25969,7 +26216,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -26033,7 +26280,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -26107,7 +26354,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -26175,7 +26422,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -26243,7 +26490,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -26311,7 +26558,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -26400,7 +26647,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -26467,7 +26714,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -26708,7 +26955,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -26853,7 +27100,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -27071,7 +27318,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -27234,7 +27481,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -27294,7 +27541,7 @@ "isDeprecated": false, "deprecationDate": null, "removalDate": null, - "description": "", + "description": "Adds labels to an issue. If you provide an empty array of labels, all labels are removed from the issue. ", "documentationUrl": "https://docs.github.com/rest/reference/issues#add-labels-to-an-issue", "previews": [], "headers": [], @@ -27314,7 +27561,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -27415,7 +27662,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -27483,7 +27730,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -27564,7 +27811,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -27664,6 +27911,8 @@ } ] }, + { "code": 400, "description": "Bad Request", "examples": null }, + { "code": 400, "description": "Bad Request", "examples": null }, { "code": 403, "description": "Forbidden", "examples": null }, { "code": 404, "description": "Resource not found", "examples": null }, { "code": 410, "description": "Gone", "examples": null }, @@ -27705,7 +27954,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -27773,7 +28022,7 @@ "isDeprecated": false, "deprecationDate": null, "removalDate": null, - "description": "", + "description": "Creates a label for the specified repository with the given name and color. The name and color parameters are required. The color must be a valid [hexadecimal color code](http://www.color-hex.com/).", "documentationUrl": "https://docs.github.com/rest/reference/issues#create-a-label", "previews": [], "headers": [], @@ -27793,7 +28042,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -27872,7 +28121,7 @@ "isDeprecated": false, "deprecationDate": null, "removalDate": null, - "description": "", + "description": "Creates a milestone.", "documentationUrl": "https://docs.github.com/rest/reference/issues#create-a-milestone", "previews": [], "headers": [], @@ -27892,7 +28141,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -28004,7 +28253,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -28041,7 +28290,7 @@ "isDeprecated": false, "deprecationDate": null, "removalDate": null, - "description": "", + "description": "Deletes a label using the given label name.", "documentationUrl": "https://docs.github.com/rest/reference/issues#delete-a-label", "previews": [], "headers": [], @@ -28061,7 +28310,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -28098,7 +28347,7 @@ "isDeprecated": false, "deprecationDate": null, "removalDate": null, - "description": "", + "description": "Deletes a milestone using the given milestone number.", "documentationUrl": "https://docs.github.com/rest/reference/issues#delete-a-milestone", "previews": [], "headers": [], @@ -28118,7 +28367,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -28178,7 +28427,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -28249,7 +28498,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -28297,7 +28546,7 @@ "isDeprecated": false, "deprecationDate": null, "removalDate": null, - "description": "", + "description": "Gets a single event by the event id.", "documentationUrl": "https://docs.github.com/rest/reference/issues#get-an-issue-event", "previews": [], "headers": [], @@ -28317,7 +28566,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -28367,7 +28616,7 @@ "isDeprecated": false, "deprecationDate": null, "removalDate": null, - "description": "", + "description": "Gets a label using the given name.", "documentationUrl": "https://docs.github.com/rest/reference/issues#get-a-label", "previews": [], "headers": [], @@ -28387,7 +28636,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -28435,7 +28684,7 @@ "isDeprecated": false, "deprecationDate": null, "removalDate": null, - "description": "", + "description": "Gets a milestone using the given milestone number.", "documentationUrl": "https://docs.github.com/rest/reference/issues#get-a-milestone", "previews": [], "headers": [], @@ -28455,7 +28704,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -28721,7 +28970,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -28802,7 +29051,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -28910,7 +29159,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -29015,7 +29264,7 @@ "isDeprecated": false, "deprecationDate": null, "removalDate": null, - "description": "", + "description": "Lists all events for an issue.", "documentationUrl": "https://docs.github.com/rest/reference/issues#list-issue-events", "previews": [], "headers": [], @@ -29035,7 +29284,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -29109,7 +29358,7 @@ "isDeprecated": false, "deprecationDate": null, "removalDate": null, - "description": "", + "description": "Lists events for a repository.", "documentationUrl": "https://docs.github.com/rest/reference/issues#list-issue-events-for-a-repository", "previews": [], "headers": [], @@ -29129,7 +29378,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -29194,7 +29443,7 @@ "isDeprecated": false, "deprecationDate": null, "removalDate": null, - "description": "", + "description": "List all timeline events for an issue.", "documentationUrl": "https://docs.github.com/rest/reference/issues#list-timeline-events-for-an-issue", "previews": [], "headers": [], @@ -29214,7 +29463,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -29603,7 +29852,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -29787,7 +30036,7 @@ "isDeprecated": false, "deprecationDate": null, "removalDate": null, - "description": "", + "description": "Lists labels for issues in a milestone.", "documentationUrl": "https://docs.github.com/rest/reference/issues#list-labels-for-issues-in-a-milestone", "previews": [], "headers": [], @@ -29807,7 +30056,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -29880,7 +30129,7 @@ "isDeprecated": false, "deprecationDate": null, "removalDate": null, - "description": "", + "description": "Lists all labels for a repository.", "documentationUrl": "https://docs.github.com/rest/reference/issues#list-labels-for-a-repository", "previews": [], "headers": [], @@ -29900,7 +30149,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -29961,7 +30210,7 @@ "isDeprecated": false, "deprecationDate": null, "removalDate": null, - "description": "", + "description": "Lists all labels for an issue.", "documentationUrl": "https://docs.github.com/rest/reference/issues#list-labels-for-an-issue", "previews": [], "headers": [], @@ -29981,7 +30230,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -30057,7 +30306,7 @@ "isDeprecated": false, "deprecationDate": null, "removalDate": null, - "description": "", + "description": "Lists milestones for a repository.", "documentationUrl": "https://docs.github.com/rest/reference/issues#list-milestones", "previews": [], "headers": [], @@ -30077,7 +30326,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -30197,7 +30446,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -30257,7 +30506,7 @@ "isDeprecated": false, "deprecationDate": null, "removalDate": null, - "description": "", + "description": "Removes all labels from an issue.", "documentationUrl": "https://docs.github.com/rest/reference/issues#remove-all-labels-from-an-issue", "previews": [], "headers": [], @@ -30277,7 +30526,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -30419,7 +30668,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -30502,7 +30751,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -30603,7 +30852,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -30664,7 +30913,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -30845,7 +31094,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -30910,7 +31159,7 @@ "isDeprecated": false, "deprecationDate": null, "removalDate": null, - "description": "", + "description": "Updates a label using the given label name.", "documentationUrl": "https://docs.github.com/rest/reference/issues#update-a-label", "previews": [], "headers": [], @@ -30930,7 +31179,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -31036,7 +31285,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -31267,7 +31516,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -31409,7 +31658,7 @@ "isDeprecated": false, "deprecationDate": null, "removalDate": null, - "description": "Returns meta information about GitHub, including a list of GitHub's IP addresses. For more information, see \"[About GitHub's IP addresses](https://docs.github.com/articles/about-github-s-ip-addresses/).\"\n\nThe values shown in the documentation's response are example values. You must always query the API directly to get the latest values.\n\n**Note:** This endpoint returns both IPv4 and IPv6 addresses. However, not all features support IPv6. You should refer to the specific documentation for each feature to determine if IPv6 is supported.", + "description": "Returns meta information about GitHub, including a list of GitHub's IP addresses. For more information, see \"[About GitHub's IP addresses](https://docs.github.com/articles/about-github-s-ip-addresses/).\"\n\nThe API's response also includes a list of GitHub's domain names.\n\nThe values shown in the documentation's response are example values. You must always query the API directly to get the latest values.\n\n**Note:** This endpoint returns both IPv4 and IPv6 addresses. However, not all features support IPv6. You should refer to the specific documentation for each feature to determine if IPv6 is supported.", "documentationUrl": "https://docs.github.com/rest/reference/meta#get-github-meta-information", "previews": [], "headers": [], @@ -31420,7 +31669,7 @@ "description": "Response", "examples": [ { - "data": "{\"verifiable_password_authentication\":true,\"ssh_key_fingerprints\":{\"SHA256_RSA\":1234567890,\"SHA256_DSA\":1234567890,\"SHA256_ECDSA\":1234567890,\"SHA256_ED25519\":1234567890},\"ssh_keys\":[\"ssh-ed25519 ABCDEFGHIJKLMNOPQRSTUVWXYZ\",\"ecdsa-sha2-nistp256 ABCDEFGHIJKLMNOPQRSTUVWXYZ\",\"ssh-rsa ABCDEFGHIJKLMNOPQRSTUVWXYZ\"],\"hooks\":[\"192.0.2.1\"],\"web\":[\"192.0.2.1\"],\"api\":[\"192.0.2.1\"],\"git\":[\"192.0.2.1\"],\"packages\":[\"192.0.2.1\"],\"pages\":[\"192.0.2.1\"],\"importer\":[\"192.0.2.1\"],\"actions\":[\"192.0.2.1\"],\"dependabot\":[\"192.0.2.1\"]}" + "data": "{\"verifiable_password_authentication\":true,\"ssh_key_fingerprints\":{\"SHA256_RSA\":1234567890,\"SHA256_DSA\":1234567890,\"SHA256_ECDSA\":1234567890,\"SHA256_ED25519\":1234567890},\"ssh_keys\":[\"ssh-ed25519 ABCDEFGHIJKLMNOPQRSTUVWXYZ\",\"ecdsa-sha2-nistp256 ABCDEFGHIJKLMNOPQRSTUVWXYZ\",\"ssh-rsa ABCDEFGHIJKLMNOPQRSTUVWXYZ\"],\"hooks\":[\"192.0.2.1\"],\"web\":[\"192.0.2.1\"],\"api\":[\"192.0.2.1\"],\"git\":[\"192.0.2.1\"],\"packages\":[\"192.0.2.1\"],\"pages\":[\"192.0.2.1\"],\"importer\":[\"192.0.2.1\"],\"actions\":[\"192.0.2.1\"],\"dependabot\":[\"192.0.2.1\"],\"domains\":{\"website\":[\"*.example.com\"],\"codespaces\":[\"*.example.com\"],\"copilot\":[\"*.example.com\"],\"packages\":[\"*.example.com\"]}}" } ] }, @@ -31574,7 +31823,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -31800,7 +32049,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -31873,7 +32122,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -31933,7 +32182,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -32485,7 +32734,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -32589,7 +32838,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -32987,7 +33236,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -33231,7 +33480,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -33597,7 +33846,7 @@ "isDeprecated": false, "deprecationDate": null, "removalDate": null, - "description": "", + "description": "Check if the provided user is a public member of the organization.", "documentationUrl": "https://docs.github.com/rest/reference/orgs#check-public-organization-membership-for-a-user", "previews": [], "headers": [], @@ -34198,7 +34447,7 @@ "isDeprecated": false, "deprecationDate": null, "removalDate": null, - "description": "", + "description": "If the authenticated user is an active or pending member of the organization, this endpoint will return the user's membership. If the authenticated user is not affiliated with the organization, a `404` is returned. This endpoint will return a `403` if the request is made by a GitHub App that is blocked by the organization.", "documentationUrl": "https://docs.github.com/rest/reference/orgs#get-an-organization-membership-for-the-authenticated-user", "previews": [], "headers": [], @@ -35044,7 +35293,7 @@ "isDeprecated": false, "deprecationDate": null, "removalDate": null, - "description": "", + "description": "Lists all of the authenticated user's organization memberships.", "documentationUrl": "https://docs.github.com/rest/reference/orgs#list-organization-memberships-for-the-authenticated-user", "previews": [], "headers": [], @@ -36344,7 +36593,7 @@ "isDeprecated": false, "deprecationDate": null, "removalDate": null, - "description": "", + "description": "Removes the public membership for the authenticated user from the specified organization, unless public visibility is enforced by default.", "documentationUrl": "https://docs.github.com/rest/reference/orgs#remove-public-organization-membership-for-the-authenticated-user", "previews": [], "headers": [], @@ -36764,7 +37013,7 @@ "isDeprecated": false, "deprecationDate": null, "removalDate": null, - "description": "**Parameter Deprecation Notice:** GitHub will replace and discontinue `members_allowed_repository_creation_type` in favor of more granular permissions. The new input parameters are `members_can_create_public_repositories`, `members_can_create_private_repositories` for all organizations and `members_can_create_internal_repositories` for organizations associated with an enterprise account using GitHub Enterprise Cloud or GitHub Enterprise Server 2.20+. For more information, see the [blog post](https://developer.github.com/changes/2019-12-03-internal-visibility-changes).\n\nEnables an authenticated organization owner with the `admin:org` scope to update the organization's profile and member privileges.", + "description": "**Parameter Deprecation Notice:** GitHub will replace and discontinue `members_allowed_repository_creation_type` in favor of more granular permissions. The new input parameters are `members_can_create_public_repositories`, `members_can_create_private_repositories` for all organizations and `members_can_create_internal_repositories` for organizations associated with an enterprise account using GitHub Enterprise Cloud or GitHub Enterprise Server 2.20+. For more information, see the [blog post](https://developer.github.com/changes/2019-12-03-internal-visibility-changes).\n\nEnables an authenticated organization owner with the `admin:org` scope or the `repo` scope to update the organization's profile and member privileges.", "documentationUrl": "https://docs.github.com/rest/reference/orgs#update-an-organization", "previews": [], "headers": [], @@ -37184,7 +37433,7 @@ "isDeprecated": false, "deprecationDate": null, "removalDate": null, - "description": "", + "description": "Converts the authenticated user to an active member of the organization, if that user has a pending invitation from the organization.", "documentationUrl": "https://docs.github.com/rest/reference/orgs#update-an-organization-membership-for-the-authenticated-user", "previews": [], "headers": [], @@ -40026,7 +40275,7 @@ "isDeprecated": false, "deprecationDate": null, "removalDate": null, - "description": "", + "description": "Creates a new project column.", "documentationUrl": "https://docs.github.com/rest/reference/projects#create-a-project-column", "previews": [], "headers": [], @@ -40258,7 +40507,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -40373,7 +40622,7 @@ "isDeprecated": false, "deprecationDate": null, "removalDate": null, - "description": "", + "description": "Deletes a project card", "documentationUrl": "https://docs.github.com/rest/reference/projects#delete-a-project-card", "previews": [], "headers": [], @@ -40414,7 +40663,7 @@ "isDeprecated": false, "deprecationDate": null, "removalDate": null, - "description": "", + "description": "Deletes a project column.", "documentationUrl": "https://docs.github.com/rest/reference/projects#delete-a-project-column", "previews": [], "headers": [], @@ -40502,7 +40751,7 @@ "isDeprecated": false, "deprecationDate": null, "removalDate": null, - "description": "", + "description": "Gets information about a project card.", "documentationUrl": "https://docs.github.com/rest/reference/projects#get-a-project-card", "previews": [], "headers": [], @@ -40551,7 +40800,7 @@ "isDeprecated": false, "deprecationDate": null, "removalDate": null, - "description": "", + "description": "Gets information about a project column.", "documentationUrl": "https://docs.github.com/rest/reference/projects#get-a-project-column", "previews": [], "headers": [], @@ -40667,7 +40916,7 @@ "isDeprecated": false, "deprecationDate": null, "removalDate": null, - "description": "", + "description": "Lists the project cards in a project.", "documentationUrl": "https://docs.github.com/rest/reference/projects#list-project-cards", "previews": [], "headers": [], @@ -40847,7 +41096,7 @@ "isDeprecated": false, "deprecationDate": null, "removalDate": null, - "description": "", + "description": "Lists the project columns in a project.", "documentationUrl": "https://docs.github.com/rest/reference/projects#list-project-columns", "previews": [], "headers": [], @@ -41026,7 +41275,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -41112,7 +41361,7 @@ "isDeprecated": false, "deprecationDate": null, "removalDate": null, - "description": "", + "description": "Lists projects for a user.", "documentationUrl": "https://docs.github.com/rest/reference/projects#list-user-projects", "previews": [], "headers": [], @@ -41679,7 +41928,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -41747,7 +41996,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -41911,7 +42160,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -42005,7 +42254,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -42221,7 +42470,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -42312,10 +42561,10 @@ }, { "name": "line", - "description": "The line of the blob in the pull request diff that the comment applies to. For a multi-line comment, the last line of the range that your comment applies to.", + "description": "**Required unless using `subject_type:file`**. The line of the blob in the pull request diff that the comment applies to. For a multi-line comment, the last line of the range that your comment applies to.", "in": "BODY", "type": "integer", - "required": true, + "required": false, "enum": null, "allowNull": false, "mapToData": null, @@ -42424,7 +42673,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -42510,7 +42759,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -42570,7 +42819,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -42682,7 +42931,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -42753,7 +43002,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -42834,7 +43083,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -42902,7 +43151,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -43053,7 +43302,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -43160,7 +43409,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -43253,7 +43502,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -43353,7 +43602,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -43420,7 +43669,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -43552,7 +43801,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -43671,7 +43920,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -43764,7 +44013,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -43906,7 +44155,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -44103,7 +44352,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -44216,7 +44465,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -44354,7 +44603,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -44440,7 +44689,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -44538,7 +44787,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -44647,7 +44896,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -44750,7 +44999,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -44853,7 +45102,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -44956,7 +45205,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -45059,7 +45308,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -45527,7 +45776,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -45597,7 +45846,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -45667,7 +45916,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -45737,7 +45986,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -45807,7 +46056,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -46030,7 +46279,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -46146,7 +46395,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -46263,7 +46512,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -46379,7 +46628,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -46495,7 +46744,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -47144,7 +47393,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -47229,7 +47478,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -47320,7 +47569,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -47407,7 +47656,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -47492,7 +47741,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -47577,7 +47826,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -47645,7 +47894,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -47700,7 +47949,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -47876,7 +48125,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -47972,7 +48221,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -48070,7 +48319,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -48195,7 +48444,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -48263,7 +48512,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -48382,7 +48631,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -48480,7 +48729,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -48670,7 +48919,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -48763,7 +49012,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -48843,7 +49092,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -49014,7 +49263,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -49446,7 +49695,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -49907,7 +50156,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -50070,7 +50319,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -50639,7 +50888,7 @@ "description": "Response", "examples": [ { - "data": "{\"id\":21,\"name\":\"super cool ruleset\",\"target\":\"branch\",\"source_type\":\"Organization\",\"source\":\"my-org\",\"enforcement\":\"active\",\"bypass_actors\":[{\"actor_id\":234,\"actor_type\":\"Team\"}],\"conditions\":{\"ref_name\":{\"include\":[\"refs/heads/main\",\"refs/heads/master\"],\"exclude\":[\"refs/heads/dev*\"]},\"repository_name\":{\"include\":[\"important_repository\",\"another_important_repository\"],\"exclude\":[\"unimportant_repository\"],\"protected\":true}},\"rules\":[{\"type\":\"commit_author_email_pattern\",\"parameters\":{\"operator\":\"contains\",\"pattern\":\"github\"}}]}" + "data": "{\"id\":21,\"name\":\"super cool ruleset\",\"target\":\"branch\",\"source_type\":\"Organization\",\"source\":\"my-org\",\"enforcement\":\"active\",\"bypass_mode\":\"repository\",\"bypass_actors\":[{\"actor_id\":234,\"actor_type\":\"Team\"}],\"conditions\":{\"ref_name\":{\"include\":[\"refs/heads/main\",\"refs/heads/master\"],\"exclude\":[\"refs/heads/dev*\"]},\"repository_name\":{\"include\":[\"important_repository\",\"another_important_repository\"],\"exclude\":[\"unimportant_repository\"],\"protected\":true}},\"rules\":[{\"type\":\"commit_author_email_pattern\",\"parameters\":{\"operator\":\"contains\",\"pattern\":\"github\"}}],\"node_id\":\"RRS_lACkVXNlcgQB\",\"_links\":{\"self\":{\"href\":\"https://api.github.com/orgs/my-org/rulesets/21\"},\"html\":{\"href\":\"https://github.com/organizations/my-org/settings/rules/21\"}},\"created_at\":\"2023-08-15T08:43:03Z\",\"updated_at\":\"2023-09-23T16:29:47Z\"}" } ] }, @@ -50677,7 +50926,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -50791,7 +51040,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -50903,7 +51152,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -51084,7 +51333,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -51479,7 +51728,7 @@ "description": "Response", "examples": [ { - "data": "{\"id\":42,\"name\":\"super cool ruleset\",\"target\":\"branch\",\"source_type\":\"Repository\",\"source\":\"monalisa/my-repo\",\"enforcement\":\"active\",\"bypass_mode\":\"repository\",\"bypass_actors\":[{\"actor_id\":234,\"actor_type\":\"Team\"}],\"conditions\":{\"ref_name\":{\"include\":[\"refs/heads/main\",\"refs/heads/master\"],\"exclude\":[\"refs/heads/dev*\"]}},\"rules\":[{\"type\":\"commit_author_email_pattern\",\"parameters\":{\"operator\":\"contains\",\"pattern\":\"github\"}}]}" + "data": "{\"id\":42,\"name\":\"super cool ruleset\",\"target\":\"branch\",\"source_type\":\"Repository\",\"source\":\"monalisa/my-repo\",\"enforcement\":\"active\",\"bypass_mode\":\"repository\",\"bypass_actors\":[{\"actor_id\":234,\"actor_type\":\"Team\"}],\"conditions\":{\"ref_name\":{\"include\":[\"refs/heads/main\",\"refs/heads/master\"],\"exclude\":[\"refs/heads/dev*\"]}},\"rules\":[{\"type\":\"commit_author_email_pattern\",\"parameters\":{\"operator\":\"contains\",\"pattern\":\"github\"}}],\"node_id\":\"RRS_lACkVXNlcgQB\",\"_links\":{\"self\":{\"href\":\"https://api.github.com/repos/monalisa/my-repo/rulesets/42\"},\"html\":{\"href\":\"https://github.com/monalisa/my-repo/rules/42\"}},\"created_at\":\"2023-07-15T08:43:03Z\",\"updated_at\":\"2023-08-23T16:29:47Z\"}" } ] }, @@ -51517,7 +51766,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -51701,7 +51950,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -51974,7 +52223,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -52031,7 +52280,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -52088,7 +52337,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -52148,7 +52397,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -52207,7 +52456,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -52267,7 +52516,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -52327,7 +52576,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -52387,7 +52636,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -52447,7 +52696,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -52504,7 +52753,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -52569,7 +52818,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -52639,7 +52888,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -52831,7 +53080,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -52936,7 +53185,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -52989,7 +53238,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -53049,7 +53298,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -53106,7 +53355,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -53163,7 +53412,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -53224,7 +53473,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -53285,7 +53534,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -53345,7 +53594,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -53389,7 +53638,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -53459,7 +53708,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -53503,7 +53752,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -53547,7 +53796,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -53609,7 +53858,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -53671,7 +53920,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -53728,7 +53977,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -53785,7 +54034,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -53829,7 +54078,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -53884,7 +54133,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -53928,7 +54177,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -54035,7 +54284,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -54092,7 +54341,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -54160,7 +54409,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -54227,7 +54476,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -54290,7 +54539,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -54370,7 +54619,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -54434,7 +54683,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -54513,7 +54762,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -54581,7 +54830,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -54649,7 +54898,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -54718,7 +54967,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -54786,7 +55035,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -54809,6 +55058,32 @@ "validation": null, "alias": null, "deprecated": null + }, + { + "name": "per_page", + "description": "The number of results per page (max 100).", + "in": "QUERY", + "type": "integer", + "required": false, + "enum": null, + "allowNull": false, + "mapToData": null, + "validation": null, + "alias": null, + "deprecated": null + }, + { + "name": "page", + "description": "Page number of the results to fetch.", + "in": "QUERY", + "type": "integer", + "required": false, + "enum": null, + "allowNull": false, + "mapToData": null, + "validation": null, + "alias": null, + "deprecated": null } ], "responses": [ @@ -54853,7 +55128,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -54921,7 +55196,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -54981,7 +55256,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -55049,7 +55324,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -55143,7 +55418,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -55244,7 +55519,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -55308,7 +55583,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -55376,7 +55651,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -55444,7 +55719,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -55498,7 +55773,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -55602,7 +55877,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -55666,7 +55941,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -55746,7 +56021,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -55814,7 +56089,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -55882,7 +56157,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -55962,7 +56237,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -56043,7 +56318,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -56110,7 +56385,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -56164,7 +56439,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -56236,7 +56511,7 @@ "description": "Response", "examples": [ { - "data": "{\"id\":21,\"name\":\"super cool ruleset\",\"target\":\"branch\",\"source_type\":\"Organization\",\"source\":\"my-org\",\"enforcement\":\"active\",\"bypass_actors\":[{\"actor_id\":234,\"actor_type\":\"Team\"}],\"conditions\":{\"ref_name\":{\"include\":[\"refs/heads/main\",\"refs/heads/master\"],\"exclude\":[\"refs/heads/dev*\"]},\"repository_name\":{\"include\":[\"important_repository\",\"another_important_repository\"],\"exclude\":[\"unimportant_repository\"],\"protected\":true}},\"rules\":[{\"type\":\"commit_author_email_pattern\",\"parameters\":{\"operator\":\"contains\",\"pattern\":\"github\"}}]}" + "data": "{\"id\":21,\"name\":\"super cool ruleset\",\"target\":\"branch\",\"source_type\":\"Organization\",\"source\":\"my-org\",\"enforcement\":\"active\",\"bypass_mode\":\"repository\",\"bypass_actors\":[{\"actor_id\":234,\"actor_type\":\"Team\"}],\"conditions\":{\"ref_name\":{\"include\":[\"refs/heads/main\",\"refs/heads/master\"],\"exclude\":[\"refs/heads/dev*\"]},\"repository_name\":{\"include\":[\"important_repository\",\"another_important_repository\"],\"exclude\":[\"unimportant_repository\"],\"protected\":true}},\"rules\":[{\"type\":\"commit_author_email_pattern\",\"parameters\":{\"operator\":\"contains\",\"pattern\":\"github\"}}],\"node_id\":\"RRS_lACkVXNlcgQB\",\"_links\":{\"self\":{\"href\":\"https://api.github.com/orgs/my-org/rulesets/21\"},\"html\":{\"href\":\"https://github.com/organizations/my-org/settings/rules/21\"}},\"created_at\":\"2023-08-15T08:43:03Z\",\"updated_at\":\"2023-09-23T16:29:47Z\"}" } ] }, @@ -56271,6 +56546,32 @@ "validation": null, "alias": null, "deprecated": null + }, + { + "name": "per_page", + "description": "The number of results per page (max 100).", + "in": "QUERY", + "type": "integer", + "required": false, + "enum": null, + "allowNull": false, + "mapToData": null, + "validation": null, + "alias": null, + "deprecated": null + }, + { + "name": "page", + "description": "Page number of the results to fetch.", + "in": "QUERY", + "type": "integer", + "required": false, + "enum": null, + "allowNull": false, + "mapToData": null, + "validation": null, + "alias": null, + "deprecated": null } ], "responses": [ @@ -56279,7 +56580,7 @@ "description": "Response", "examples": [ { - "data": "[{\"id\":21,\"name\":\"super cool ruleset\",\"source_type\":\"Organization\",\"source\":\"my-org\",\"enforcement\":\"enabled\"},{\"id\":432,\"name\":\"Another ruleset\",\"source_type\":\"Organization\",\"source\":\"my-org\",\"enforcement\":\"enabled\"}]" + "data": "[{\"id\":21,\"name\":\"super cool ruleset\",\"source_type\":\"Organization\",\"source\":\"my-org\",\"enforcement\":\"enabled\",\"bypass_mode\":\"repository\",\"node_id\":\"RRS_lACkVXNlcgQB\",\"_links\":{\"self\":{\"href\":\"https://api.github.com/orgs/my-org/rulesets/21\"},\"html\":{\"href\":\"https://github.com/organizations/my-org/settings/rules/21\"}},\"created_at\":\"2023-07-15T08:43:03Z\",\"updated_at\":\"2023-08-23T16:29:47Z\"},{\"id\":432,\"name\":\"Another ruleset\",\"source_type\":\"Organization\",\"source\":\"my-org\",\"enforcement\":\"enabled\",\"bypass_mode\":\"repository\",\"node_id\":\"RRS_lACkVXNlcgQQ\",\"_links\":{\"self\":{\"href\":\"https://api.github.com/orgs/my-org/rulesets/432\"},\"html\":{\"href\":\"https://github.com/organizations/my-org/settings/rules/432\"}},\"created_at\":\"2023-08-15T08:43:03Z\",\"updated_at\":\"2023-09-23T16:29:47Z\"}]" } ] }, @@ -56317,7 +56618,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -56372,7 +56673,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -56439,7 +56740,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -56489,7 +56790,7 @@ "isDeprecated": false, "deprecationDate": null, "removalDate": null, - "description": "Returns the total commit counts for the `owner` and total commit counts in `all`. `all` is everyone combined, including the `owner` in the last 52 weeks. If you'd like to get the commit counts for non-owners, you can subtract `owner` from `all`.\n\nThe array order is oldest week (index 0) to most recent week.", + "description": "Returns the total commit counts for the `owner` and total commit counts in `all`. `all` is everyone combined, including the `owner` in the last 52 weeks. If you'd like to get the commit counts for non-owners, you can subtract `owner` from `all`.\n\nThe array order is oldest week (index 0) to most recent week.\n\nThe most recent week is seven days ago at UTC midnight to today at UTC midnight.", "documentationUrl": "https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-count", "previews": [], "headers": [], @@ -56509,7 +56810,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -56564,7 +56865,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -56631,7 +56932,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -56686,7 +56987,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -56759,7 +57060,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -56845,7 +57146,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -56913,7 +57214,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -56982,7 +57283,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -57050,7 +57351,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -57094,7 +57395,7 @@ "description": "Response", "examples": [ { - "data": "{\"id\":42,\"name\":\"super cool ruleset\",\"target\":\"branch\",\"source_type\":\"Repository\",\"source\":\"monalisa/my-repo\",\"enforcement\":\"active\",\"bypass_mode\":\"repository\",\"bypass_actors\":[{\"actor_id\":234,\"actor_type\":\"Team\"}],\"conditions\":{\"ref_name\":{\"include\":[\"refs/heads/main\",\"refs/heads/master\"],\"exclude\":[\"refs/heads/dev*\"]}},\"rules\":[{\"type\":\"commit_author_email_pattern\",\"parameters\":{\"operator\":\"contains\",\"pattern\":\"github\"}}]}" + "data": "{\"id\":42,\"name\":\"super cool ruleset\",\"target\":\"branch\",\"source_type\":\"Repository\",\"source\":\"monalisa/my-repo\",\"enforcement\":\"active\",\"bypass_mode\":\"repository\",\"bypass_actors\":[{\"actor_id\":234,\"actor_type\":\"Team\"}],\"conditions\":{\"ref_name\":{\"include\":[\"refs/heads/main\",\"refs/heads/master\"],\"exclude\":[\"refs/heads/dev*\"]}},\"rules\":[{\"type\":\"commit_author_email_pattern\",\"parameters\":{\"operator\":\"contains\",\"pattern\":\"github\"}}],\"node_id\":\"RRS_lACkVXNlcgQB\",\"_links\":{\"self\":{\"href\":\"https://api.github.com/repos/monalisa/my-repo/rulesets/42\"},\"html\":{\"href\":\"https://github.com/monalisa/my-repo/rules/42\"}},\"created_at\":\"2023-07-15T08:43:03Z\",\"updated_at\":\"2023-08-23T16:29:47Z\"}" } ] }, @@ -57132,7 +57433,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -57143,6 +57444,32 @@ "alias": null, "deprecated": null }, + { + "name": "per_page", + "description": "The number of results per page (max 100).", + "in": "QUERY", + "type": "integer", + "required": false, + "enum": null, + "allowNull": false, + "mapToData": null, + "validation": null, + "alias": null, + "deprecated": null + }, + { + "name": "page", + "description": "Page number of the results to fetch.", + "in": "QUERY", + "type": "integer", + "required": false, + "enum": null, + "allowNull": false, + "mapToData": null, + "validation": null, + "alias": null, + "deprecated": null + }, { "name": "includes_parents", "description": "Include rulesets configured at higher levels that apply to this repository", @@ -57163,7 +57490,7 @@ "description": "Response", "examples": [ { - "data": "[{\"id\":42,\"name\":\"super cool ruleset\",\"source_type\":\"Repository\",\"source\":\"monalisa/my-repo\",\"enforcement\":\"enabled\"},{\"id\":314,\"name\":\"Another ruleset\",\"source_type\":\"Repository\",\"source\":\"monalisa/my-repo\",\"enforcement\":\"enabled\"}]" + "data": "[{\"id\":42,\"name\":\"super cool ruleset\",\"source_type\":\"Repository\",\"source\":\"monalisa/my-repo\",\"enforcement\":\"enabled\",\"bypass_mode\":\"repository\",\"node_id\":\"RRS_lACkVXNlcgQB\",\"_links\":{\"self\":{\"href\":\"https://api.github.com/repos/monalisa/my-repo/rulesets/42\"},\"html\":{\"href\":\"https://github.com/monalisa/my-repo/rules/42\"}},\"created_at\":\"2023-07-15T08:43:03Z\",\"updated_at\":\"2023-08-23T16:29:47Z\"},{\"id\":314,\"name\":\"Another ruleset\",\"source_type\":\"Repository\",\"source\":\"monalisa/my-repo\",\"enforcement\":\"enabled\",\"bypass_mode\":\"repository\",\"node_id\":\"RRS_lACkVXNlcgQQ\",\"_links\":{\"self\":{\"href\":\"https://api.github.com/repos/monalisa/my-repo/rulesets/314\"},\"html\":{\"href\":\"https://github.com/monalisa/my-repo/rules/314\"}},\"created_at\":\"2023-08-15T08:43:03Z\",\"updated_at\":\"2023-09-23T16:29:47Z\"}]" } ] }, @@ -57201,7 +57528,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -57269,7 +57596,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -57337,7 +57664,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -57392,7 +57719,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -57447,7 +57774,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -57515,7 +57842,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -57583,7 +57910,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -57651,7 +57978,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -57718,7 +58045,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -57805,7 +58132,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -57872,7 +58199,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -57966,7 +58293,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -58038,7 +58365,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -58145,7 +58472,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -58238,7 +58565,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -58318,7 +58645,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -58412,7 +58739,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -58575,7 +58902,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -58675,7 +59002,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -58768,7 +59095,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -58848,7 +59175,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -58941,7 +59268,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -59035,7 +59362,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -59536,7 +59863,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -59631,7 +59958,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -59773,7 +60100,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -59823,7 +60150,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -59950,7 +60277,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -60043,7 +60370,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -60136,7 +60463,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -60217,7 +60544,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -60269,7 +60596,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -60329,7 +60656,7 @@ "isDeprecated": false, "deprecationDate": null, "removalDate": null, - "description": "", + "description": "Lists the teams that have access to the specified repository and that are also visible to the authenticated user.\n\nFor a public repository, a team is listed only if that team added the public repository explicitly.\n\nPersonal access tokens require the following scopes:\n* `public_repo` to call this endpoint on a public repository\n* `repo` to call this endpoint on a private repository (this scope also includes public repositories)\n\nThis endpoint is not compatible with fine-grained personal access tokens.", "documentationUrl": "https://docs.github.com/rest/reference/repos#list-repository-teams", "previews": [], "headers": [], @@ -60349,7 +60676,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -60396,7 +60723,8 @@ "data": "[{\"id\":1,\"node_id\":\"MDQ6VGVhbTE=\",\"url\":\"https://api.github.com/teams/1\",\"html_url\":\"https://github.com/orgs/github/teams/justice-league\",\"name\":\"Justice League\",\"slug\":\"justice-league\",\"description\":\"A great team.\",\"privacy\":\"closed\",\"notification_setting\":\"notifications_enabled\",\"permission\":\"admin\",\"members_url\":\"https://api.github.com/teams/1/members{/member}\",\"repositories_url\":\"https://api.github.com/teams/1/repos\",\"parent\":null}]" } ] - } + }, + { "code": 404, "description": "Resource not found", "examples": null } ], "renamed": null }, @@ -60429,7 +60757,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -60542,7 +60870,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -60623,7 +60951,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -60737,7 +61065,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -60814,7 +61142,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -60874,7 +61202,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -60957,7 +61285,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -61022,7 +61350,7 @@ "isDeprecated": false, "deprecationDate": null, "removalDate": null, - "description": "", + "description": "Removes a collaborator from a repository.\n\nTo use this endpoint, the authenticated user must either be an administrator of the repository or target themselves for removal.\n\nThis endpoint also:\n- Cancels any outstanding invitations\n- Unasigns the user from any issues\n- Removes access to organization projects if the user is not an organization member and is not a collaborator on any other organization repositories.\n- Unstars the repository\n- Updates access permissions to packages\n\nRemoving a user as a collaborator has the following effects on forks:\n - If the user had access to a fork through their membership to this repository, the user will also be removed from the fork.\n - If the user had their own fork of the repository, the fork will be deleted.\n - If the user still has read access to the repository, open pull requests by this user from a fork will be denied.\n\n**Note**: A user can still have access to the repository through organization permissions like base repository permissions.\n\nAlthough the API responds immediately, the additional permission updates might take some extra time to complete in the background.\n\nFor more information on fork permissions, see \"[About permissions and visibility of forks](https://docs.github.com/pull-requests/collaborating-with-pull-requests/working-with-forks/about-permissions-and-visibility-of-forks)\".", "documentationUrl": "https://docs.github.com/rest/collaborators/collaborators#remove-a-repository-collaborator", "previews": [], "headers": [], @@ -61042,7 +61370,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -61067,7 +61395,19 @@ "deprecated": null } ], - "responses": [{ "code": 204, "description": "Response", "examples": null }], + "responses": [ + { + "code": 204, + "description": "No Content when collaborator was removed from the repository.", + "examples": null + }, + { "code": 403, "description": "Forbidden", "examples": null }, + { + "code": 422, + "description": "Validation failed, or the endpoint has been spammed.", + "examples": null + } + ], "renamed": null }, { @@ -61099,7 +61439,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -61181,7 +61521,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -61238,7 +61578,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -61323,7 +61663,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -61408,7 +61748,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -61495,7 +61835,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -61566,7 +61906,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -61620,7 +61960,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -61687,7 +62027,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -61772,7 +62112,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -61854,7 +62194,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -61939,7 +62279,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -62024,7 +62364,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -62084,7 +62424,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -62177,7 +62517,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -62642,7 +62982,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -63119,7 +63459,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -63200,7 +63540,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -63293,7 +63633,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -63399,7 +63739,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -63822,7 +64162,7 @@ "description": "Response", "examples": [ { - "data": "{\"id\":21,\"name\":\"super cool ruleset\",\"target\":\"branch\",\"source_type\":\"Organization\",\"source\":\"my-org\",\"enforcement\":\"active\",\"bypass_actors\":[{\"actor_id\":234,\"actor_type\":\"Team\"}],\"conditions\":{\"ref_name\":{\"include\":[\"refs/heads/main\",\"refs/heads/master\"],\"exclude\":[\"refs/heads/dev*\"]},\"repository_name\":{\"include\":[\"important_repository\",\"another_important_repository\"],\"exclude\":[\"unimportant_repository\"],\"protected\":true}},\"rules\":[{\"type\":\"commit_author_email_pattern\",\"parameters\":{\"operator\":\"contains\",\"pattern\":\"github\"}}]}" + "data": "{\"id\":21,\"name\":\"super cool ruleset\",\"target\":\"branch\",\"source_type\":\"Organization\",\"source\":\"my-org\",\"enforcement\":\"active\",\"bypass_mode\":\"repository\",\"bypass_actors\":[{\"actor_id\":234,\"actor_type\":\"Team\"}],\"conditions\":{\"ref_name\":{\"include\":[\"refs/heads/main\",\"refs/heads/master\"],\"exclude\":[\"refs/heads/dev*\"]},\"repository_name\":{\"include\":[\"important_repository\",\"another_important_repository\"],\"exclude\":[\"unimportant_repository\"],\"protected\":true}},\"rules\":[{\"type\":\"commit_author_email_pattern\",\"parameters\":{\"operator\":\"contains\",\"pattern\":\"github\"}}],\"node_id\":\"RRS_lACkVXNlcgQB\",\"_links\":{\"self\":{\"href\":\"https://api.github.com/orgs/my-org/rulesets/21\"},\"html\":{\"href\":\"https://github.com/organizations/my-org/settings/rules/21\"}},\"created_at\":\"2023-08-15T08:43:03Z\",\"updated_at\":\"2023-09-23T16:29:47Z\"}" } ] }, @@ -63860,7 +64200,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -64088,7 +64428,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -64264,7 +64604,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -64370,7 +64710,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -64778,7 +65118,7 @@ "description": "Response", "examples": [ { - "data": "{\"id\":42,\"name\":\"super cool ruleset\",\"target\":\"branch\",\"source_type\":\"Repository\",\"source\":\"monalisa/my-repo\",\"enforcement\":\"active\",\"bypass_mode\":\"repository\",\"bypass_actors\":[{\"actor_id\":234,\"actor_type\":\"Team\"}],\"conditions\":{\"ref_name\":{\"include\":[\"refs/heads/main\",\"refs/heads/master\"],\"exclude\":[\"refs/heads/dev*\"]}},\"rules\":[{\"type\":\"commit_author_email_pattern\",\"parameters\":{\"operator\":\"contains\",\"pattern\":\"github\"}}]}" + "data": "{\"id\":42,\"name\":\"super cool ruleset\",\"target\":\"branch\",\"source_type\":\"Repository\",\"source\":\"monalisa/my-repo\",\"enforcement\":\"active\",\"bypass_mode\":\"repository\",\"bypass_actors\":[{\"actor_id\":234,\"actor_type\":\"Team\"}],\"conditions\":{\"ref_name\":{\"include\":[\"refs/heads/main\",\"refs/heads/master\"],\"exclude\":[\"refs/heads/dev*\"]}},\"rules\":[{\"type\":\"commit_author_email_pattern\",\"parameters\":{\"operator\":\"contains\",\"pattern\":\"github\"}}],\"node_id\":\"RRS_lACkVXNlcgQB\",\"_links\":{\"self\":{\"href\":\"https://api.github.com/repos/monalisa/my-repo/rulesets/42\"},\"html\":{\"href\":\"https://github.com/monalisa/my-repo/rules/42\"}},\"created_at\":\"2023-07-15T08:43:03Z\",\"updated_at\":\"2023-08-23T16:29:47Z\"}" } ] }, @@ -64816,7 +65156,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -64959,7 +65299,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -65097,7 +65437,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -65313,7 +65653,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -65432,7 +65772,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -66246,7 +66586,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -66627,7 +66967,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -66804,7 +67144,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -66903,7 +67243,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -67025,7 +67365,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -67255,7 +67595,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -67548,7 +67888,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -67617,7 +67957,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -67752,7 +68092,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -68487,7 +68827,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -68557,7 +68897,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -68779,7 +69119,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -68856,7 +69196,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -71827,7 +72167,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -71884,7 +72224,7 @@ }, { "name": "repo", - "description": "The name of the repository. The name is not case sensitive.", + "description": "The name of the repository without the `.git` extension. The name is not case sensitive.", "in": "PATH", "type": "string", "required": true, @@ -72941,7 +73281,7 @@ "description": "Response", "examples": [ { - "data": "{\"id\":3,\"name\":\"Octocat's GPG Key\",\"primary_key_id\":2,\"key_id\":\"3262EFF25BA0D270\",\"public_key\":\"xsBNBFayYZ...\",\"emails\":[{\"email\":\"octocat@users.noreply.github.com\",\"verified\":true}],\"subkeys\":[{\"id\":4,\"primary_key_id\":3,\"key_id\":\"4A595D4C72EE49C7\",\"public_key\":\"zsBNBFayYZ...\",\"emails\":[],\"subkeys\":[],\"can_sign\":false,\"can_encrypt_comms\":true,\"can_encrypt_storage\":true,\"can_certify\":false,\"created_at\":\"2016-03-24T11:31:04-06:00\",\"expires_at\":\"2016-03-24T11:31:04-07:00\",\"revoked\":false}],\"can_sign\":true,\"can_encrypt_comms\":false,\"can_encrypt_storage\":false,\"can_certify\":true,\"created_at\":\"2016-03-24T11:31:04-06:00\",\"expires_at\":\"2016-03-24T11:31:04-07:00\",\"revoked\":false,\"raw_key\":\"\\\"-----BEGIN PGP PUBLIC KEY BLOCK-----\\\\nVersion: GnuPG v2\\\\n\\\\nmQENBFayYZ0BCAC4hScoJXXpyR+MXGcrBxElqw3FzCVvkViuyeko+Jp76QJhg8kr\\\\nucRTxbnOoHfda/FmilEa/wxf9ch5/PSrrL26FxEoPHhJolp8fnIDLQeITn94NYdB\\\\nZtnnEKslpPrG97qSUWIchvyqCPtvOb8+8fWvGx9K/ZWcEEdh1X8+WFR2jMENMeoX\\\\nwxHWQoPnS7LpX/85/M7VUcJxvDVfv+eHsnQupmE5bGarKNih0oMe3LbdN3qA5PTz\\\\nSCm6Iudar1VsQ+xTz08ymL7t4pnEtLguQ7EyatFHCjxNblv5RzxoL0tDgN3HqoDz\\\\nc7TEA+q4RtDQl9amcvQ95emnXmZ974u7UkYdABEBAAG0HlNvbWUgVXNlciA8c29t\\\\nZXVzZXJAZ21haWwuY29tPokBOAQTAQIAIgUCVrJhnQIbAwYLCQgHAwIGFQgCCQoL\\\\nBBYCAwECHgECF4AACgkQMmLv8lug0nAViQgArWjI55+7p48URr2z9Jvak+yrBTx1\\\\nzkufltQAnHTJkq+Kl9dySSmTnOop8o3rE4++IOpYV5Y36PkKf9EZMk4n1RQiDPKE\\\\nAFtRVTkRaoWzOir9KQXJPfhKrl01j/QzY+utfiMvUoBJZ9ybq8Pa885SljW9lbaX\\\\nIYw+hl8ZdJ2KStvGrEyfQvRyq3aN5c9TV//4BdGnwx7Qabq/U+G18lizG6f/yq15\\\\ned7t0KELaCfeKPvytp4VE9/z/Ksah/h3+Qilx07/oG2Ae5kC1bEC9coD/ogPUhbv\\\\nb2bsBIoY9E9YwsLoif2lU+o1t76zLgUktuNscRRUKobW028H1zuFS/XQhrkBDQRW\\\\nsmGdAQgApnyyv3i144OLYy0O4UKQxd3e10Y3WpDwfnGIBefAI1m7RxnUxBag/DsU\\\\n7gi9qLEC4VHSfq4eiNfr1LJOyCL2edTgCWFgBhVjbXjZe6YAOrAnhxwCErnN0Y7N\\\\n6s8wVh9fObSOyf8ZE6G7JeKpcq9Q6gd/KxagfD48a1v+fyRHpyQc6J9pUEmtrDJ7\\\\nBjmsd2VWzLBvNWdHyxDNtZweIaqIO9VUYYpr1mtTliNBOZLUelmgrt7HBRcJpWMA\\\\nS8muVVbuP5MK0trLBq/JB8qUH3zRzB/PhMgzmkIfjEK1VYDWm4E8DYyTWEJcHqkb\\\\neqFsNjrIlwPaA122BWC6gUOPwwH+oQARAQABiQEfBBgBAgAJBQJWsmGdAhsMAAoJ\\\\nEDJi7/JboNJwAyAIALd4xcdmGbZD98gScJzqwzkOMcO8zFHqHNvJ42xIFvGny7c0\\\\n1Rx7iyrdypOby5AxE+viQcjG4rpLZW/xKYBNGrCfDyQO7511I0v8x20EICMlMfD/\\\\nNrWQCzesEPcUlKTP07d+sFyP8AyseOidbzY/92CpskTgdSBjY/ntLSaoknl/fjJE\\\\nQM8OkPqU7IraO1Jzzdnm20d5PZL9+PIwIWdSTedU/vBMTJyNcoqvSfKf1wNC66XP\\\\nhqfYgXJE564AdWZKA3C0IyCqiv+LHwxLnUHio1a4/r91C8KPzxs6tGxRDjXLd7ms\\\\nuYFGWymiUGOE/giHlcxdYcHzwLnPDliMQOLiTkK5AQ0EVuxMygEIAOD+bW1cDTmE\\\\nBxh5JECoqeHuwgl6DlLhnubWPkQ4ZeRzBRAsFcEJQlwlJjrzFDicL+lnm6Qq4tt0\\\\n560TwHdf15/AKTZIZu7H25axvGNzgeaUkJEJdYAq9zTKWwX7wKyzBszi485nQg97\\\\nMfAqwhMpDW0Qqf8+7Ug+WEmfBSGv9uL3aQC6WEeIsHfri0n0n8v4XgwhfShXguxO\\\\nCsOztEsuW7WWKW9P4TngKKv4lCHdPlV6FwxeMzODBJvc2fkHVHnqc0PqszJ5xcF8\\\\n6gZCpMM027SbpeYWCAD5zwJyYP9ntfO1p2HjnQ1dZaP9FeNcO7uIV1Lnd1eGCu6I\\\\nsrVp5k1f3isAEQEAAYkCPgQYAQIACQUCVuxMygIbAgEpCRAyYu/yW6DScMBdIAQZ\\\\nAQIABgUCVuxMygAKCRCKohN4dhq2b4tcCACHxmOHVXNpu47OvUGYQydLgMACUlXN\\\\nlj+HfE0VReqShxdDmpasAY9IRpuMB2RsGK8GbNP+4SlOlAiPf5SMhS7nZNkNDgQQ\\\\naZ3HFpgrFmFwmE10BKT4iQtoxELLM57z0qGOAfTsEjWFQa4sF+6IHAQR/ptkdkkI\\\\nBUEXiMnAwVwBysLIJiLO8qdjB6qp52QkT074JVrwywT/P+DkMfC2k4r/AfEbf6eF\\\\ndmPDuPk6KD87+hJZsSa5MaMUBQVvRO/mgEkhJRITVu58eWGaBOcQJ8gqurhCqM5P\\\\nDfUA4TJ7wiqM6sS764vV1rOioTTXkszzhClQqET7hPVnVQjenYgv0EZHNyQH/1f1\\\\n/CYqvV1vFjM9vJjMbxXsATCkZe6wvBVKD8vLsJAr8N+onKQz+4OPc3kmKq7aESu3\\\\nCi/iuie5KKVwnuNhr9AzT61vEkKxwHcVFEvHB77F6ZAAInhRvjzmQbD2dlPLLQCC\\\\nqDj71ODSSAPTEmUy6969bgD9PfWei7kNkBIx7s3eBv8yzytSc2EcuUgopqFazquw\\\\nFs1+tqGHjBvQfTo6bqbJjp/9Ci2pvde3ElV2rAgUlb3lqXyXjRDqrXosh5GcRPQj\\\\nK8Nhj1BNhnrCVskE4BP0LYbOHuzgm86uXwGCFsY+w2VOsSm16Jx5GHyG5S5WU3+D\\\\nIts/HFYRLiFgDLmTlxo=\\\\n=+OzK\\\\n-----END PGP PUBLIC KEY BLOCK-----\\\"\"}" + "data": "{\"id\":3,\"name\":\"Octocat's GPG Key\",\"primary_key_id\":2,\"key_id\":\"3262EFF25BA0D270\",\"public_key\":\"xsBNBFayYZ...\",\"emails\":[{\"email\":\"octocat@users.noreply.github.com\",\"verified\":true}],\"subkeys\":[{\"id\":4,\"primary_key_id\":3,\"key_id\":\"4A595D4C72EE49C7\",\"public_key\":\"zsBNBFayYZ...\",\"emails\":[],\"can_sign\":false,\"can_encrypt_comms\":true,\"can_encrypt_storage\":true,\"can_certify\":false,\"created_at\":\"2016-03-24T11:31:04-06:00\",\"expires_at\":\"2016-03-24T11:31:04-07:00\",\"revoked\":false}],\"can_sign\":true,\"can_encrypt_comms\":false,\"can_encrypt_storage\":false,\"can_certify\":true,\"created_at\":\"2016-03-24T11:31:04-06:00\",\"expires_at\":\"2016-03-24T11:31:04-07:00\",\"revoked\":false,\"raw_key\":\"\\\"-----BEGIN PGP PUBLIC KEY BLOCK-----\\\\nVersion: GnuPG v2\\\\n\\\\nmQENBFayYZ0BCAC4hScoJXXpyR+MXGcrBxElqw3FzCVvkViuyeko+Jp76QJhg8kr\\\\nucRTxbnOoHfda/FmilEa/wxf9ch5/PSrrL26FxEoPHhJolp8fnIDLQeITn94NYdB\\\\nZtnnEKslpPrG97qSUWIchvyqCPtvOb8+8fWvGx9K/ZWcEEdh1X8+WFR2jMENMeoX\\\\nwxHWQoPnS7LpX/85/M7VUcJxvDVfv+eHsnQupmE5bGarKNih0oMe3LbdN3qA5PTz\\\\nSCm6Iudar1VsQ+xTz08ymL7t4pnEtLguQ7EyatFHCjxNblv5RzxoL0tDgN3HqoDz\\\\nc7TEA+q4RtDQl9amcvQ95emnXmZ974u7UkYdABEBAAG0HlNvbWUgVXNlciA8c29t\\\\nZXVzZXJAZ21haWwuY29tPokBOAQTAQIAIgUCVrJhnQIbAwYLCQgHAwIGFQgCCQoL\\\\nBBYCAwECHgECF4AACgkQMmLv8lug0nAViQgArWjI55+7p48URr2z9Jvak+yrBTx1\\\\nzkufltQAnHTJkq+Kl9dySSmTnOop8o3rE4++IOpYV5Y36PkKf9EZMk4n1RQiDPKE\\\\nAFtRVTkRaoWzOir9KQXJPfhKrl01j/QzY+utfiMvUoBJZ9ybq8Pa885SljW9lbaX\\\\nIYw+hl8ZdJ2KStvGrEyfQvRyq3aN5c9TV//4BdGnwx7Qabq/U+G18lizG6f/yq15\\\\ned7t0KELaCfeKPvytp4VE9/z/Ksah/h3+Qilx07/oG2Ae5kC1bEC9coD/ogPUhbv\\\\nb2bsBIoY9E9YwsLoif2lU+o1t76zLgUktuNscRRUKobW028H1zuFS/XQhrkBDQRW\\\\nsmGdAQgApnyyv3i144OLYy0O4UKQxd3e10Y3WpDwfnGIBefAI1m7RxnUxBag/DsU\\\\n7gi9qLEC4VHSfq4eiNfr1LJOyCL2edTgCWFgBhVjbXjZe6YAOrAnhxwCErnN0Y7N\\\\n6s8wVh9fObSOyf8ZE6G7JeKpcq9Q6gd/KxagfD48a1v+fyRHpyQc6J9pUEmtrDJ7\\\\nBjmsd2VWzLBvNWdHyxDNtZweIaqIO9VUYYpr1mtTliNBOZLUelmgrt7HBRcJpWMA\\\\nS8muVVbuP5MK0trLBq/JB8qUH3zRzB/PhMgzmkIfjEK1VYDWm4E8DYyTWEJcHqkb\\\\neqFsNjrIlwPaA122BWC6gUOPwwH+oQARAQABiQEfBBgBAgAJBQJWsmGdAhsMAAoJ\\\\nEDJi7/JboNJwAyAIALd4xcdmGbZD98gScJzqwzkOMcO8zFHqHNvJ42xIFvGny7c0\\\\n1Rx7iyrdypOby5AxE+viQcjG4rpLZW/xKYBNGrCfDyQO7511I0v8x20EICMlMfD/\\\\nNrWQCzesEPcUlKTP07d+sFyP8AyseOidbzY/92CpskTgdSBjY/ntLSaoknl/fjJE\\\\nQM8OkPqU7IraO1Jzzdnm20d5PZL9+PIwIWdSTedU/vBMTJyNcoqvSfKf1wNC66XP\\\\nhqfYgXJE564AdWZKA3C0IyCqiv+LHwxLnUHio1a4/r91C8KPzxs6tGxRDjXLd7ms\\\\nuYFGWymiUGOE/giHlcxdYcHzwLnPDliMQOLiTkK5AQ0EVuxMygEIAOD+bW1cDTmE\\\\nBxh5JECoqeHuwgl6DlLhnubWPkQ4ZeRzBRAsFcEJQlwlJjrzFDicL+lnm6Qq4tt0\\\\n560TwHdf15/AKTZIZu7H25axvGNzgeaUkJEJdYAq9zTKWwX7wKyzBszi485nQg97\\\\nMfAqwhMpDW0Qqf8+7Ug+WEmfBSGv9uL3aQC6WEeIsHfri0n0n8v4XgwhfShXguxO\\\\nCsOztEsuW7WWKW9P4TngKKv4lCHdPlV6FwxeMzODBJvc2fkHVHnqc0PqszJ5xcF8\\\\n6gZCpMM027SbpeYWCAD5zwJyYP9ntfO1p2HjnQ1dZaP9FeNcO7uIV1Lnd1eGCu6I\\\\nsrVp5k1f3isAEQEAAYkCPgQYAQIACQUCVuxMygIbAgEpCRAyYu/yW6DScMBdIAQZ\\\\nAQIABgUCVuxMygAKCRCKohN4dhq2b4tcCACHxmOHVXNpu47OvUGYQydLgMACUlXN\\\\nlj+HfE0VReqShxdDmpasAY9IRpuMB2RsGK8GbNP+4SlOlAiPf5SMhS7nZNkNDgQQ\\\\naZ3HFpgrFmFwmE10BKT4iQtoxELLM57z0qGOAfTsEjWFQa4sF+6IHAQR/ptkdkkI\\\\nBUEXiMnAwVwBysLIJiLO8qdjB6qp52QkT074JVrwywT/P+DkMfC2k4r/AfEbf6eF\\\\ndmPDuPk6KD87+hJZsSa5MaMUBQVvRO/mgEkhJRITVu58eWGaBOcQJ8gqurhCqM5P\\\\nDfUA4TJ7wiqM6sS764vV1rOioTTXkszzhClQqET7hPVnVQjenYgv0EZHNyQH/1f1\\\\n/CYqvV1vFjM9vJjMbxXsATCkZe6wvBVKD8vLsJAr8N+onKQz+4OPc3kmKq7aESu3\\\\nCi/iuie5KKVwnuNhr9AzT61vEkKxwHcVFEvHB77F6ZAAInhRvjzmQbD2dlPLLQCC\\\\nqDj71ODSSAPTEmUy6969bgD9PfWei7kNkBIx7s3eBv8yzytSc2EcuUgopqFazquw\\\\nFs1+tqGHjBvQfTo6bqbJjp/9Ci2pvde3ElV2rAgUlb3lqXyXjRDqrXosh5GcRPQj\\\\nK8Nhj1BNhnrCVskE4BP0LYbOHuzgm86uXwGCFsY+w2VOsSm16Jx5GHyG5S5WU3+D\\\\nIts/HFYRLiFgDLmTlxo=\\\\n=+OzK\\\\n-----END PGP PUBLIC KEY BLOCK-----\\\"\"}" } ] }, @@ -73013,7 +73353,7 @@ "description": "Response", "examples": [ { - "data": "{\"id\":3,\"name\":\"Octocat's GPG Key\",\"primary_key_id\":2,\"key_id\":\"3262EFF25BA0D270\",\"public_key\":\"xsBNBFayYZ...\",\"emails\":[{\"email\":\"octocat@users.noreply.github.com\",\"verified\":true}],\"subkeys\":[{\"id\":4,\"primary_key_id\":3,\"key_id\":\"4A595D4C72EE49C7\",\"public_key\":\"zsBNBFayYZ...\",\"emails\":[],\"subkeys\":[],\"can_sign\":false,\"can_encrypt_comms\":true,\"can_encrypt_storage\":true,\"can_certify\":false,\"created_at\":\"2016-03-24T11:31:04-06:00\",\"expires_at\":\"2016-03-24T11:31:04-07:00\",\"revoked\":false}],\"can_sign\":true,\"can_encrypt_comms\":false,\"can_encrypt_storage\":false,\"can_certify\":true,\"created_at\":\"2016-03-24T11:31:04-06:00\",\"expires_at\":\"2016-03-24T11:31:04-07:00\",\"revoked\":false,\"raw_key\":\"\\\"-----BEGIN PGP PUBLIC KEY BLOCK-----\\\\nVersion: GnuPG v2\\\\n\\\\nmQENBFayYZ0BCAC4hScoJXXpyR+MXGcrBxElqw3FzCVvkViuyeko+Jp76QJhg8kr\\\\nucRTxbnOoHfda/FmilEa/wxf9ch5/PSrrL26FxEoPHhJolp8fnIDLQeITn94NYdB\\\\nZtnnEKslpPrG97qSUWIchvyqCPtvOb8+8fWvGx9K/ZWcEEdh1X8+WFR2jMENMeoX\\\\nwxHWQoPnS7LpX/85/M7VUcJxvDVfv+eHsnQupmE5bGarKNih0oMe3LbdN3qA5PTz\\\\nSCm6Iudar1VsQ+xTz08ymL7t4pnEtLguQ7EyatFHCjxNblv5RzxoL0tDgN3HqoDz\\\\nc7TEA+q4RtDQl9amcvQ95emnXmZ974u7UkYdABEBAAG0HlNvbWUgVXNlciA8c29t\\\\nZXVzZXJAZ21haWwuY29tPokBOAQTAQIAIgUCVrJhnQIbAwYLCQgHAwIGFQgCCQoL\\\\nBBYCAwECHgECF4AACgkQMmLv8lug0nAViQgArWjI55+7p48URr2z9Jvak+yrBTx1\\\\nzkufltQAnHTJkq+Kl9dySSmTnOop8o3rE4++IOpYV5Y36PkKf9EZMk4n1RQiDPKE\\\\nAFtRVTkRaoWzOir9KQXJPfhKrl01j/QzY+utfiMvUoBJZ9ybq8Pa885SljW9lbaX\\\\nIYw+hl8ZdJ2KStvGrEyfQvRyq3aN5c9TV//4BdGnwx7Qabq/U+G18lizG6f/yq15\\\\ned7t0KELaCfeKPvytp4VE9/z/Ksah/h3+Qilx07/oG2Ae5kC1bEC9coD/ogPUhbv\\\\nb2bsBIoY9E9YwsLoif2lU+o1t76zLgUktuNscRRUKobW028H1zuFS/XQhrkBDQRW\\\\nsmGdAQgApnyyv3i144OLYy0O4UKQxd3e10Y3WpDwfnGIBefAI1m7RxnUxBag/DsU\\\\n7gi9qLEC4VHSfq4eiNfr1LJOyCL2edTgCWFgBhVjbXjZe6YAOrAnhxwCErnN0Y7N\\\\n6s8wVh9fObSOyf8ZE6G7JeKpcq9Q6gd/KxagfD48a1v+fyRHpyQc6J9pUEmtrDJ7\\\\nBjmsd2VWzLBvNWdHyxDNtZweIaqIO9VUYYpr1mtTliNBOZLUelmgrt7HBRcJpWMA\\\\nS8muVVbuP5MK0trLBq/JB8qUH3zRzB/PhMgzmkIfjEK1VYDWm4E8DYyTWEJcHqkb\\\\neqFsNjrIlwPaA122BWC6gUOPwwH+oQARAQABiQEfBBgBAgAJBQJWsmGdAhsMAAoJ\\\\nEDJi7/JboNJwAyAIALd4xcdmGbZD98gScJzqwzkOMcO8zFHqHNvJ42xIFvGny7c0\\\\n1Rx7iyrdypOby5AxE+viQcjG4rpLZW/xKYBNGrCfDyQO7511I0v8x20EICMlMfD/\\\\nNrWQCzesEPcUlKTP07d+sFyP8AyseOidbzY/92CpskTgdSBjY/ntLSaoknl/fjJE\\\\nQM8OkPqU7IraO1Jzzdnm20d5PZL9+PIwIWdSTedU/vBMTJyNcoqvSfKf1wNC66XP\\\\nhqfYgXJE564AdWZKA3C0IyCqiv+LHwxLnUHio1a4/r91C8KPzxs6tGxRDjXLd7ms\\\\nuYFGWymiUGOE/giHlcxdYcHzwLnPDliMQOLiTkK5AQ0EVuxMygEIAOD+bW1cDTmE\\\\nBxh5JECoqeHuwgl6DlLhnubWPkQ4ZeRzBRAsFcEJQlwlJjrzFDicL+lnm6Qq4tt0\\\\n560TwHdf15/AKTZIZu7H25axvGNzgeaUkJEJdYAq9zTKWwX7wKyzBszi485nQg97\\\\nMfAqwhMpDW0Qqf8+7Ug+WEmfBSGv9uL3aQC6WEeIsHfri0n0n8v4XgwhfShXguxO\\\\nCsOztEsuW7WWKW9P4TngKKv4lCHdPlV6FwxeMzODBJvc2fkHVHnqc0PqszJ5xcF8\\\\n6gZCpMM027SbpeYWCAD5zwJyYP9ntfO1p2HjnQ1dZaP9FeNcO7uIV1Lnd1eGCu6I\\\\nsrVp5k1f3isAEQEAAYkCPgQYAQIACQUCVuxMygIbAgEpCRAyYu/yW6DScMBdIAQZ\\\\nAQIABgUCVuxMygAKCRCKohN4dhq2b4tcCACHxmOHVXNpu47OvUGYQydLgMACUlXN\\\\nlj+HfE0VReqShxdDmpasAY9IRpuMB2RsGK8GbNP+4SlOlAiPf5SMhS7nZNkNDgQQ\\\\naZ3HFpgrFmFwmE10BKT4iQtoxELLM57z0qGOAfTsEjWFQa4sF+6IHAQR/ptkdkkI\\\\nBUEXiMnAwVwBysLIJiLO8qdjB6qp52QkT074JVrwywT/P+DkMfC2k4r/AfEbf6eF\\\\ndmPDuPk6KD87+hJZsSa5MaMUBQVvRO/mgEkhJRITVu58eWGaBOcQJ8gqurhCqM5P\\\\nDfUA4TJ7wiqM6sS764vV1rOioTTXkszzhClQqET7hPVnVQjenYgv0EZHNyQH/1f1\\\\n/CYqvV1vFjM9vJjMbxXsATCkZe6wvBVKD8vLsJAr8N+onKQz+4OPc3kmKq7aESu3\\\\nCi/iuie5KKVwnuNhr9AzT61vEkKxwHcVFEvHB77F6ZAAInhRvjzmQbD2dlPLLQCC\\\\nqDj71ODSSAPTEmUy6969bgD9PfWei7kNkBIx7s3eBv8yzytSc2EcuUgopqFazquw\\\\nFs1+tqGHjBvQfTo6bqbJjp/9Ci2pvde3ElV2rAgUlb3lqXyXjRDqrXosh5GcRPQj\\\\nK8Nhj1BNhnrCVskE4BP0LYbOHuzgm86uXwGCFsY+w2VOsSm16Jx5GHyG5S5WU3+D\\\\nIts/HFYRLiFgDLmTlxo=\\\\n=+OzK\\\\n-----END PGP PUBLIC KEY BLOCK-----\\\"\"}" + "data": "{\"id\":3,\"name\":\"Octocat's GPG Key\",\"primary_key_id\":2,\"key_id\":\"3262EFF25BA0D270\",\"public_key\":\"xsBNBFayYZ...\",\"emails\":[{\"email\":\"octocat@users.noreply.github.com\",\"verified\":true}],\"subkeys\":[{\"id\":4,\"primary_key_id\":3,\"key_id\":\"4A595D4C72EE49C7\",\"public_key\":\"zsBNBFayYZ...\",\"emails\":[],\"can_sign\":false,\"can_encrypt_comms\":true,\"can_encrypt_storage\":true,\"can_certify\":false,\"created_at\":\"2016-03-24T11:31:04-06:00\",\"expires_at\":\"2016-03-24T11:31:04-07:00\",\"revoked\":false}],\"can_sign\":true,\"can_encrypt_comms\":false,\"can_encrypt_storage\":false,\"can_certify\":true,\"created_at\":\"2016-03-24T11:31:04-06:00\",\"expires_at\":\"2016-03-24T11:31:04-07:00\",\"revoked\":false,\"raw_key\":\"\\\"-----BEGIN PGP PUBLIC KEY BLOCK-----\\\\nVersion: GnuPG v2\\\\n\\\\nmQENBFayYZ0BCAC4hScoJXXpyR+MXGcrBxElqw3FzCVvkViuyeko+Jp76QJhg8kr\\\\nucRTxbnOoHfda/FmilEa/wxf9ch5/PSrrL26FxEoPHhJolp8fnIDLQeITn94NYdB\\\\nZtnnEKslpPrG97qSUWIchvyqCPtvOb8+8fWvGx9K/ZWcEEdh1X8+WFR2jMENMeoX\\\\nwxHWQoPnS7LpX/85/M7VUcJxvDVfv+eHsnQupmE5bGarKNih0oMe3LbdN3qA5PTz\\\\nSCm6Iudar1VsQ+xTz08ymL7t4pnEtLguQ7EyatFHCjxNblv5RzxoL0tDgN3HqoDz\\\\nc7TEA+q4RtDQl9amcvQ95emnXmZ974u7UkYdABEBAAG0HlNvbWUgVXNlciA8c29t\\\\nZXVzZXJAZ21haWwuY29tPokBOAQTAQIAIgUCVrJhnQIbAwYLCQgHAwIGFQgCCQoL\\\\nBBYCAwECHgECF4AACgkQMmLv8lug0nAViQgArWjI55+7p48URr2z9Jvak+yrBTx1\\\\nzkufltQAnHTJkq+Kl9dySSmTnOop8o3rE4++IOpYV5Y36PkKf9EZMk4n1RQiDPKE\\\\nAFtRVTkRaoWzOir9KQXJPfhKrl01j/QzY+utfiMvUoBJZ9ybq8Pa885SljW9lbaX\\\\nIYw+hl8ZdJ2KStvGrEyfQvRyq3aN5c9TV//4BdGnwx7Qabq/U+G18lizG6f/yq15\\\\ned7t0KELaCfeKPvytp4VE9/z/Ksah/h3+Qilx07/oG2Ae5kC1bEC9coD/ogPUhbv\\\\nb2bsBIoY9E9YwsLoif2lU+o1t76zLgUktuNscRRUKobW028H1zuFS/XQhrkBDQRW\\\\nsmGdAQgApnyyv3i144OLYy0O4UKQxd3e10Y3WpDwfnGIBefAI1m7RxnUxBag/DsU\\\\n7gi9qLEC4VHSfq4eiNfr1LJOyCL2edTgCWFgBhVjbXjZe6YAOrAnhxwCErnN0Y7N\\\\n6s8wVh9fObSOyf8ZE6G7JeKpcq9Q6gd/KxagfD48a1v+fyRHpyQc6J9pUEmtrDJ7\\\\nBjmsd2VWzLBvNWdHyxDNtZweIaqIO9VUYYpr1mtTliNBOZLUelmgrt7HBRcJpWMA\\\\nS8muVVbuP5MK0trLBq/JB8qUH3zRzB/PhMgzmkIfjEK1VYDWm4E8DYyTWEJcHqkb\\\\neqFsNjrIlwPaA122BWC6gUOPwwH+oQARAQABiQEfBBgBAgAJBQJWsmGdAhsMAAoJ\\\\nEDJi7/JboNJwAyAIALd4xcdmGbZD98gScJzqwzkOMcO8zFHqHNvJ42xIFvGny7c0\\\\n1Rx7iyrdypOby5AxE+viQcjG4rpLZW/xKYBNGrCfDyQO7511I0v8x20EICMlMfD/\\\\nNrWQCzesEPcUlKTP07d+sFyP8AyseOidbzY/92CpskTgdSBjY/ntLSaoknl/fjJE\\\\nQM8OkPqU7IraO1Jzzdnm20d5PZL9+PIwIWdSTedU/vBMTJyNcoqvSfKf1wNC66XP\\\\nhqfYgXJE564AdWZKA3C0IyCqiv+LHwxLnUHio1a4/r91C8KPzxs6tGxRDjXLd7ms\\\\nuYFGWymiUGOE/giHlcxdYcHzwLnPDliMQOLiTkK5AQ0EVuxMygEIAOD+bW1cDTmE\\\\nBxh5JECoqeHuwgl6DlLhnubWPkQ4ZeRzBRAsFcEJQlwlJjrzFDicL+lnm6Qq4tt0\\\\n560TwHdf15/AKTZIZu7H25axvGNzgeaUkJEJdYAq9zTKWwX7wKyzBszi485nQg97\\\\nMfAqwhMpDW0Qqf8+7Ug+WEmfBSGv9uL3aQC6WEeIsHfri0n0n8v4XgwhfShXguxO\\\\nCsOztEsuW7WWKW9P4TngKKv4lCHdPlV6FwxeMzODBJvc2fkHVHnqc0PqszJ5xcF8\\\\n6gZCpMM027SbpeYWCAD5zwJyYP9ntfO1p2HjnQ1dZaP9FeNcO7uIV1Lnd1eGCu6I\\\\nsrVp5k1f3isAEQEAAYkCPgQYAQIACQUCVuxMygIbAgEpCRAyYu/yW6DScMBdIAQZ\\\\nAQIABgUCVuxMygAKCRCKohN4dhq2b4tcCACHxmOHVXNpu47OvUGYQydLgMACUlXN\\\\nlj+HfE0VReqShxdDmpasAY9IRpuMB2RsGK8GbNP+4SlOlAiPf5SMhS7nZNkNDgQQ\\\\naZ3HFpgrFmFwmE10BKT4iQtoxELLM57z0qGOAfTsEjWFQa4sF+6IHAQR/ptkdkkI\\\\nBUEXiMnAwVwBysLIJiLO8qdjB6qp52QkT074JVrwywT/P+DkMfC2k4r/AfEbf6eF\\\\ndmPDuPk6KD87+hJZsSa5MaMUBQVvRO/mgEkhJRITVu58eWGaBOcQJ8gqurhCqM5P\\\\nDfUA4TJ7wiqM6sS764vV1rOioTTXkszzhClQqET7hPVnVQjenYgv0EZHNyQH/1f1\\\\n/CYqvV1vFjM9vJjMbxXsATCkZe6wvBVKD8vLsJAr8N+onKQz+4OPc3kmKq7aESu3\\\\nCi/iuie5KKVwnuNhr9AzT61vEkKxwHcVFEvHB77F6ZAAInhRvjzmQbD2dlPLLQCC\\\\nqDj71ODSSAPTEmUy6969bgD9PfWei7kNkBIx7s3eBv8yzytSc2EcuUgopqFazquw\\\\nFs1+tqGHjBvQfTo6bqbJjp/9Ci2pvde3ElV2rAgUlb3lqXyXjRDqrXosh5GcRPQj\\\\nK8Nhj1BNhnrCVskE4BP0LYbOHuzgm86uXwGCFsY+w2VOsSm16Jx5GHyG5S5WU3+D\\\\nIts/HFYRLiFgDLmTlxo=\\\\n=+OzK\\\\n-----END PGP PUBLIC KEY BLOCK-----\\\"\"}" } ] }, @@ -73669,7 +74009,7 @@ "isDeprecated": false, "deprecationDate": null, "removalDate": null, - "description": "If the authenticated user is authenticated through basic authentication or OAuth with the `user` scope, then the response lists public and private profile information.\n\nIf the authenticated user is authenticated through OAuth without the `user` scope, then the response lists only public profile information.", + "description": "If the authenticated user is authenticated with an OAuth token with the `user` scope, then the response lists public and private profile information.\n\nIf the authenticated user is authenticated through OAuth without the `user` scope, then the response lists only public profile information.", "documentationUrl": "https://docs.github.com/rest/reference/users#get-the-authenticated-user", "previews": [], "headers": [], @@ -73849,7 +74189,7 @@ "description": "Response", "examples": [ { - "data": "{\"id\":3,\"name\":\"Octocat's GPG Key\",\"primary_key_id\":2,\"key_id\":\"3262EFF25BA0D270\",\"public_key\":\"xsBNBFayYZ...\",\"emails\":[{\"email\":\"octocat@users.noreply.github.com\",\"verified\":true}],\"subkeys\":[{\"id\":4,\"primary_key_id\":3,\"key_id\":\"4A595D4C72EE49C7\",\"public_key\":\"zsBNBFayYZ...\",\"emails\":[],\"subkeys\":[],\"can_sign\":false,\"can_encrypt_comms\":true,\"can_encrypt_storage\":true,\"can_certify\":false,\"created_at\":\"2016-03-24T11:31:04-06:00\",\"expires_at\":\"2016-03-24T11:31:04-07:00\",\"revoked\":false}],\"can_sign\":true,\"can_encrypt_comms\":false,\"can_encrypt_storage\":false,\"can_certify\":true,\"created_at\":\"2016-03-24T11:31:04-06:00\",\"expires_at\":\"2016-03-24T11:31:04-07:00\",\"revoked\":false,\"raw_key\":\"\\\"-----BEGIN PGP PUBLIC KEY BLOCK-----\\\\nVersion: GnuPG v2\\\\n\\\\nmQENBFayYZ0BCAC4hScoJXXpyR+MXGcrBxElqw3FzCVvkViuyeko+Jp76QJhg8kr\\\\nucRTxbnOoHfda/FmilEa/wxf9ch5/PSrrL26FxEoPHhJolp8fnIDLQeITn94NYdB\\\\nZtnnEKslpPrG97qSUWIchvyqCPtvOb8+8fWvGx9K/ZWcEEdh1X8+WFR2jMENMeoX\\\\nwxHWQoPnS7LpX/85/M7VUcJxvDVfv+eHsnQupmE5bGarKNih0oMe3LbdN3qA5PTz\\\\nSCm6Iudar1VsQ+xTz08ymL7t4pnEtLguQ7EyatFHCjxNblv5RzxoL0tDgN3HqoDz\\\\nc7TEA+q4RtDQl9amcvQ95emnXmZ974u7UkYdABEBAAG0HlNvbWUgVXNlciA8c29t\\\\nZXVzZXJAZ21haWwuY29tPokBOAQTAQIAIgUCVrJhnQIbAwYLCQgHAwIGFQgCCQoL\\\\nBBYCAwECHgECF4AACgkQMmLv8lug0nAViQgArWjI55+7p48URr2z9Jvak+yrBTx1\\\\nzkufltQAnHTJkq+Kl9dySSmTnOop8o3rE4++IOpYV5Y36PkKf9EZMk4n1RQiDPKE\\\\nAFtRVTkRaoWzOir9KQXJPfhKrl01j/QzY+utfiMvUoBJZ9ybq8Pa885SljW9lbaX\\\\nIYw+hl8ZdJ2KStvGrEyfQvRyq3aN5c9TV//4BdGnwx7Qabq/U+G18lizG6f/yq15\\\\ned7t0KELaCfeKPvytp4VE9/z/Ksah/h3+Qilx07/oG2Ae5kC1bEC9coD/ogPUhbv\\\\nb2bsBIoY9E9YwsLoif2lU+o1t76zLgUktuNscRRUKobW028H1zuFS/XQhrkBDQRW\\\\nsmGdAQgApnyyv3i144OLYy0O4UKQxd3e10Y3WpDwfnGIBefAI1m7RxnUxBag/DsU\\\\n7gi9qLEC4VHSfq4eiNfr1LJOyCL2edTgCWFgBhVjbXjZe6YAOrAnhxwCErnN0Y7N\\\\n6s8wVh9fObSOyf8ZE6G7JeKpcq9Q6gd/KxagfD48a1v+fyRHpyQc6J9pUEmtrDJ7\\\\nBjmsd2VWzLBvNWdHyxDNtZweIaqIO9VUYYpr1mtTliNBOZLUelmgrt7HBRcJpWMA\\\\nS8muVVbuP5MK0trLBq/JB8qUH3zRzB/PhMgzmkIfjEK1VYDWm4E8DYyTWEJcHqkb\\\\neqFsNjrIlwPaA122BWC6gUOPwwH+oQARAQABiQEfBBgBAgAJBQJWsmGdAhsMAAoJ\\\\nEDJi7/JboNJwAyAIALd4xcdmGbZD98gScJzqwzkOMcO8zFHqHNvJ42xIFvGny7c0\\\\n1Rx7iyrdypOby5AxE+viQcjG4rpLZW/xKYBNGrCfDyQO7511I0v8x20EICMlMfD/\\\\nNrWQCzesEPcUlKTP07d+sFyP8AyseOidbzY/92CpskTgdSBjY/ntLSaoknl/fjJE\\\\nQM8OkPqU7IraO1Jzzdnm20d5PZL9+PIwIWdSTedU/vBMTJyNcoqvSfKf1wNC66XP\\\\nhqfYgXJE564AdWZKA3C0IyCqiv+LHwxLnUHio1a4/r91C8KPzxs6tGxRDjXLd7ms\\\\nuYFGWymiUGOE/giHlcxdYcHzwLnPDliMQOLiTkK5AQ0EVuxMygEIAOD+bW1cDTmE\\\\nBxh5JECoqeHuwgl6DlLhnubWPkQ4ZeRzBRAsFcEJQlwlJjrzFDicL+lnm6Qq4tt0\\\\n560TwHdf15/AKTZIZu7H25axvGNzgeaUkJEJdYAq9zTKWwX7wKyzBszi485nQg97\\\\nMfAqwhMpDW0Qqf8+7Ug+WEmfBSGv9uL3aQC6WEeIsHfri0n0n8v4XgwhfShXguxO\\\\nCsOztEsuW7WWKW9P4TngKKv4lCHdPlV6FwxeMzODBJvc2fkHVHnqc0PqszJ5xcF8\\\\n6gZCpMM027SbpeYWCAD5zwJyYP9ntfO1p2HjnQ1dZaP9FeNcO7uIV1Lnd1eGCu6I\\\\nsrVp5k1f3isAEQEAAYkCPgQYAQIACQUCVuxMygIbAgEpCRAyYu/yW6DScMBdIAQZ\\\\nAQIABgUCVuxMygAKCRCKohN4dhq2b4tcCACHxmOHVXNpu47OvUGYQydLgMACUlXN\\\\nlj+HfE0VReqShxdDmpasAY9IRpuMB2RsGK8GbNP+4SlOlAiPf5SMhS7nZNkNDgQQ\\\\naZ3HFpgrFmFwmE10BKT4iQtoxELLM57z0qGOAfTsEjWFQa4sF+6IHAQR/ptkdkkI\\\\nBUEXiMnAwVwBysLIJiLO8qdjB6qp52QkT074JVrwywT/P+DkMfC2k4r/AfEbf6eF\\\\ndmPDuPk6KD87+hJZsSa5MaMUBQVvRO/mgEkhJRITVu58eWGaBOcQJ8gqurhCqM5P\\\\nDfUA4TJ7wiqM6sS764vV1rOioTTXkszzhClQqET7hPVnVQjenYgv0EZHNyQH/1f1\\\\n/CYqvV1vFjM9vJjMbxXsATCkZe6wvBVKD8vLsJAr8N+onKQz+4OPc3kmKq7aESu3\\\\nCi/iuie5KKVwnuNhr9AzT61vEkKxwHcVFEvHB77F6ZAAInhRvjzmQbD2dlPLLQCC\\\\nqDj71ODSSAPTEmUy6969bgD9PfWei7kNkBIx7s3eBv8yzytSc2EcuUgopqFazquw\\\\nFs1+tqGHjBvQfTo6bqbJjp/9Ci2pvde3ElV2rAgUlb3lqXyXjRDqrXosh5GcRPQj\\\\nK8Nhj1BNhnrCVskE4BP0LYbOHuzgm86uXwGCFsY+w2VOsSm16Jx5GHyG5S5WU3+D\\\\nIts/HFYRLiFgDLmTlxo=\\\\n=+OzK\\\\n-----END PGP PUBLIC KEY BLOCK-----\\\"\"}" + "data": "{\"id\":3,\"name\":\"Octocat's GPG Key\",\"primary_key_id\":2,\"key_id\":\"3262EFF25BA0D270\",\"public_key\":\"xsBNBFayYZ...\",\"emails\":[{\"email\":\"octocat@users.noreply.github.com\",\"verified\":true}],\"subkeys\":[{\"id\":4,\"primary_key_id\":3,\"key_id\":\"4A595D4C72EE49C7\",\"public_key\":\"zsBNBFayYZ...\",\"emails\":[],\"can_sign\":false,\"can_encrypt_comms\":true,\"can_encrypt_storage\":true,\"can_certify\":false,\"created_at\":\"2016-03-24T11:31:04-06:00\",\"expires_at\":\"2016-03-24T11:31:04-07:00\",\"revoked\":false}],\"can_sign\":true,\"can_encrypt_comms\":false,\"can_encrypt_storage\":false,\"can_certify\":true,\"created_at\":\"2016-03-24T11:31:04-06:00\",\"expires_at\":\"2016-03-24T11:31:04-07:00\",\"revoked\":false,\"raw_key\":\"\\\"-----BEGIN PGP PUBLIC KEY BLOCK-----\\\\nVersion: GnuPG v2\\\\n\\\\nmQENBFayYZ0BCAC4hScoJXXpyR+MXGcrBxElqw3FzCVvkViuyeko+Jp76QJhg8kr\\\\nucRTxbnOoHfda/FmilEa/wxf9ch5/PSrrL26FxEoPHhJolp8fnIDLQeITn94NYdB\\\\nZtnnEKslpPrG97qSUWIchvyqCPtvOb8+8fWvGx9K/ZWcEEdh1X8+WFR2jMENMeoX\\\\nwxHWQoPnS7LpX/85/M7VUcJxvDVfv+eHsnQupmE5bGarKNih0oMe3LbdN3qA5PTz\\\\nSCm6Iudar1VsQ+xTz08ymL7t4pnEtLguQ7EyatFHCjxNblv5RzxoL0tDgN3HqoDz\\\\nc7TEA+q4RtDQl9amcvQ95emnXmZ974u7UkYdABEBAAG0HlNvbWUgVXNlciA8c29t\\\\nZXVzZXJAZ21haWwuY29tPokBOAQTAQIAIgUCVrJhnQIbAwYLCQgHAwIGFQgCCQoL\\\\nBBYCAwECHgECF4AACgkQMmLv8lug0nAViQgArWjI55+7p48URr2z9Jvak+yrBTx1\\\\nzkufltQAnHTJkq+Kl9dySSmTnOop8o3rE4++IOpYV5Y36PkKf9EZMk4n1RQiDPKE\\\\nAFtRVTkRaoWzOir9KQXJPfhKrl01j/QzY+utfiMvUoBJZ9ybq8Pa885SljW9lbaX\\\\nIYw+hl8ZdJ2KStvGrEyfQvRyq3aN5c9TV//4BdGnwx7Qabq/U+G18lizG6f/yq15\\\\ned7t0KELaCfeKPvytp4VE9/z/Ksah/h3+Qilx07/oG2Ae5kC1bEC9coD/ogPUhbv\\\\nb2bsBIoY9E9YwsLoif2lU+o1t76zLgUktuNscRRUKobW028H1zuFS/XQhrkBDQRW\\\\nsmGdAQgApnyyv3i144OLYy0O4UKQxd3e10Y3WpDwfnGIBefAI1m7RxnUxBag/DsU\\\\n7gi9qLEC4VHSfq4eiNfr1LJOyCL2edTgCWFgBhVjbXjZe6YAOrAnhxwCErnN0Y7N\\\\n6s8wVh9fObSOyf8ZE6G7JeKpcq9Q6gd/KxagfD48a1v+fyRHpyQc6J9pUEmtrDJ7\\\\nBjmsd2VWzLBvNWdHyxDNtZweIaqIO9VUYYpr1mtTliNBOZLUelmgrt7HBRcJpWMA\\\\nS8muVVbuP5MK0trLBq/JB8qUH3zRzB/PhMgzmkIfjEK1VYDWm4E8DYyTWEJcHqkb\\\\neqFsNjrIlwPaA122BWC6gUOPwwH+oQARAQABiQEfBBgBAgAJBQJWsmGdAhsMAAoJ\\\\nEDJi7/JboNJwAyAIALd4xcdmGbZD98gScJzqwzkOMcO8zFHqHNvJ42xIFvGny7c0\\\\n1Rx7iyrdypOby5AxE+viQcjG4rpLZW/xKYBNGrCfDyQO7511I0v8x20EICMlMfD/\\\\nNrWQCzesEPcUlKTP07d+sFyP8AyseOidbzY/92CpskTgdSBjY/ntLSaoknl/fjJE\\\\nQM8OkPqU7IraO1Jzzdnm20d5PZL9+PIwIWdSTedU/vBMTJyNcoqvSfKf1wNC66XP\\\\nhqfYgXJE564AdWZKA3C0IyCqiv+LHwxLnUHio1a4/r91C8KPzxs6tGxRDjXLd7ms\\\\nuYFGWymiUGOE/giHlcxdYcHzwLnPDliMQOLiTkK5AQ0EVuxMygEIAOD+bW1cDTmE\\\\nBxh5JECoqeHuwgl6DlLhnubWPkQ4ZeRzBRAsFcEJQlwlJjrzFDicL+lnm6Qq4tt0\\\\n560TwHdf15/AKTZIZu7H25axvGNzgeaUkJEJdYAq9zTKWwX7wKyzBszi485nQg97\\\\nMfAqwhMpDW0Qqf8+7Ug+WEmfBSGv9uL3aQC6WEeIsHfri0n0n8v4XgwhfShXguxO\\\\nCsOztEsuW7WWKW9P4TngKKv4lCHdPlV6FwxeMzODBJvc2fkHVHnqc0PqszJ5xcF8\\\\n6gZCpMM027SbpeYWCAD5zwJyYP9ntfO1p2HjnQ1dZaP9FeNcO7uIV1Lnd1eGCu6I\\\\nsrVp5k1f3isAEQEAAYkCPgQYAQIACQUCVuxMygIbAgEpCRAyYu/yW6DScMBdIAQZ\\\\nAQIABgUCVuxMygAKCRCKohN4dhq2b4tcCACHxmOHVXNpu47OvUGYQydLgMACUlXN\\\\nlj+HfE0VReqShxdDmpasAY9IRpuMB2RsGK8GbNP+4SlOlAiPf5SMhS7nZNkNDgQQ\\\\naZ3HFpgrFmFwmE10BKT4iQtoxELLM57z0qGOAfTsEjWFQa4sF+6IHAQR/ptkdkkI\\\\nBUEXiMnAwVwBysLIJiLO8qdjB6qp52QkT074JVrwywT/P+DkMfC2k4r/AfEbf6eF\\\\ndmPDuPk6KD87+hJZsSa5MaMUBQVvRO/mgEkhJRITVu58eWGaBOcQJ8gqurhCqM5P\\\\nDfUA4TJ7wiqM6sS764vV1rOioTTXkszzhClQqET7hPVnVQjenYgv0EZHNyQH/1f1\\\\n/CYqvV1vFjM9vJjMbxXsATCkZe6wvBVKD8vLsJAr8N+onKQz+4OPc3kmKq7aESu3\\\\nCi/iuie5KKVwnuNhr9AzT61vEkKxwHcVFEvHB77F6ZAAInhRvjzmQbD2dlPLLQCC\\\\nqDj71ODSSAPTEmUy6969bgD9PfWei7kNkBIx7s3eBv8yzytSc2EcuUgopqFazquw\\\\nFs1+tqGHjBvQfTo6bqbJjp/9Ci2pvde3ElV2rAgUlb3lqXyXjRDqrXosh5GcRPQj\\\\nK8Nhj1BNhnrCVskE4BP0LYbOHuzgm86uXwGCFsY+w2VOsSm16Jx5GHyG5S5WU3+D\\\\nIts/HFYRLiFgDLmTlxo=\\\\n=+OzK\\\\n-----END PGP PUBLIC KEY BLOCK-----\\\"\"}" } ] }, @@ -73903,7 +74243,7 @@ "description": "Response", "examples": [ { - "data": "{\"id\":3,\"name\":\"Octocat's GPG Key\",\"primary_key_id\":2,\"key_id\":\"3262EFF25BA0D270\",\"public_key\":\"xsBNBFayYZ...\",\"emails\":[{\"email\":\"octocat@users.noreply.github.com\",\"verified\":true}],\"subkeys\":[{\"id\":4,\"primary_key_id\":3,\"key_id\":\"4A595D4C72EE49C7\",\"public_key\":\"zsBNBFayYZ...\",\"emails\":[],\"subkeys\":[],\"can_sign\":false,\"can_encrypt_comms\":true,\"can_encrypt_storage\":true,\"can_certify\":false,\"created_at\":\"2016-03-24T11:31:04-06:00\",\"expires_at\":\"2016-03-24T11:31:04-07:00\",\"revoked\":false}],\"can_sign\":true,\"can_encrypt_comms\":false,\"can_encrypt_storage\":false,\"can_certify\":true,\"created_at\":\"2016-03-24T11:31:04-06:00\",\"expires_at\":\"2016-03-24T11:31:04-07:00\",\"revoked\":false,\"raw_key\":\"\\\"-----BEGIN PGP PUBLIC KEY BLOCK-----\\\\nVersion: GnuPG v2\\\\n\\\\nmQENBFayYZ0BCAC4hScoJXXpyR+MXGcrBxElqw3FzCVvkViuyeko+Jp76QJhg8kr\\\\nucRTxbnOoHfda/FmilEa/wxf9ch5/PSrrL26FxEoPHhJolp8fnIDLQeITn94NYdB\\\\nZtnnEKslpPrG97qSUWIchvyqCPtvOb8+8fWvGx9K/ZWcEEdh1X8+WFR2jMENMeoX\\\\nwxHWQoPnS7LpX/85/M7VUcJxvDVfv+eHsnQupmE5bGarKNih0oMe3LbdN3qA5PTz\\\\nSCm6Iudar1VsQ+xTz08ymL7t4pnEtLguQ7EyatFHCjxNblv5RzxoL0tDgN3HqoDz\\\\nc7TEA+q4RtDQl9amcvQ95emnXmZ974u7UkYdABEBAAG0HlNvbWUgVXNlciA8c29t\\\\nZXVzZXJAZ21haWwuY29tPokBOAQTAQIAIgUCVrJhnQIbAwYLCQgHAwIGFQgCCQoL\\\\nBBYCAwECHgECF4AACgkQMmLv8lug0nAViQgArWjI55+7p48URr2z9Jvak+yrBTx1\\\\nzkufltQAnHTJkq+Kl9dySSmTnOop8o3rE4++IOpYV5Y36PkKf9EZMk4n1RQiDPKE\\\\nAFtRVTkRaoWzOir9KQXJPfhKrl01j/QzY+utfiMvUoBJZ9ybq8Pa885SljW9lbaX\\\\nIYw+hl8ZdJ2KStvGrEyfQvRyq3aN5c9TV//4BdGnwx7Qabq/U+G18lizG6f/yq15\\\\ned7t0KELaCfeKPvytp4VE9/z/Ksah/h3+Qilx07/oG2Ae5kC1bEC9coD/ogPUhbv\\\\nb2bsBIoY9E9YwsLoif2lU+o1t76zLgUktuNscRRUKobW028H1zuFS/XQhrkBDQRW\\\\nsmGdAQgApnyyv3i144OLYy0O4UKQxd3e10Y3WpDwfnGIBefAI1m7RxnUxBag/DsU\\\\n7gi9qLEC4VHSfq4eiNfr1LJOyCL2edTgCWFgBhVjbXjZe6YAOrAnhxwCErnN0Y7N\\\\n6s8wVh9fObSOyf8ZE6G7JeKpcq9Q6gd/KxagfD48a1v+fyRHpyQc6J9pUEmtrDJ7\\\\nBjmsd2VWzLBvNWdHyxDNtZweIaqIO9VUYYpr1mtTliNBOZLUelmgrt7HBRcJpWMA\\\\nS8muVVbuP5MK0trLBq/JB8qUH3zRzB/PhMgzmkIfjEK1VYDWm4E8DYyTWEJcHqkb\\\\neqFsNjrIlwPaA122BWC6gUOPwwH+oQARAQABiQEfBBgBAgAJBQJWsmGdAhsMAAoJ\\\\nEDJi7/JboNJwAyAIALd4xcdmGbZD98gScJzqwzkOMcO8zFHqHNvJ42xIFvGny7c0\\\\n1Rx7iyrdypOby5AxE+viQcjG4rpLZW/xKYBNGrCfDyQO7511I0v8x20EICMlMfD/\\\\nNrWQCzesEPcUlKTP07d+sFyP8AyseOidbzY/92CpskTgdSBjY/ntLSaoknl/fjJE\\\\nQM8OkPqU7IraO1Jzzdnm20d5PZL9+PIwIWdSTedU/vBMTJyNcoqvSfKf1wNC66XP\\\\nhqfYgXJE564AdWZKA3C0IyCqiv+LHwxLnUHio1a4/r91C8KPzxs6tGxRDjXLd7ms\\\\nuYFGWymiUGOE/giHlcxdYcHzwLnPDliMQOLiTkK5AQ0EVuxMygEIAOD+bW1cDTmE\\\\nBxh5JECoqeHuwgl6DlLhnubWPkQ4ZeRzBRAsFcEJQlwlJjrzFDicL+lnm6Qq4tt0\\\\n560TwHdf15/AKTZIZu7H25axvGNzgeaUkJEJdYAq9zTKWwX7wKyzBszi485nQg97\\\\nMfAqwhMpDW0Qqf8+7Ug+WEmfBSGv9uL3aQC6WEeIsHfri0n0n8v4XgwhfShXguxO\\\\nCsOztEsuW7WWKW9P4TngKKv4lCHdPlV6FwxeMzODBJvc2fkHVHnqc0PqszJ5xcF8\\\\n6gZCpMM027SbpeYWCAD5zwJyYP9ntfO1p2HjnQ1dZaP9FeNcO7uIV1Lnd1eGCu6I\\\\nsrVp5k1f3isAEQEAAYkCPgQYAQIACQUCVuxMygIbAgEpCRAyYu/yW6DScMBdIAQZ\\\\nAQIABgUCVuxMygAKCRCKohN4dhq2b4tcCACHxmOHVXNpu47OvUGYQydLgMACUlXN\\\\nlj+HfE0VReqShxdDmpasAY9IRpuMB2RsGK8GbNP+4SlOlAiPf5SMhS7nZNkNDgQQ\\\\naZ3HFpgrFmFwmE10BKT4iQtoxELLM57z0qGOAfTsEjWFQa4sF+6IHAQR/ptkdkkI\\\\nBUEXiMnAwVwBysLIJiLO8qdjB6qp52QkT074JVrwywT/P+DkMfC2k4r/AfEbf6eF\\\\ndmPDuPk6KD87+hJZsSa5MaMUBQVvRO/mgEkhJRITVu58eWGaBOcQJ8gqurhCqM5P\\\\nDfUA4TJ7wiqM6sS764vV1rOioTTXkszzhClQqET7hPVnVQjenYgv0EZHNyQH/1f1\\\\n/CYqvV1vFjM9vJjMbxXsATCkZe6wvBVKD8vLsJAr8N+onKQz+4OPc3kmKq7aESu3\\\\nCi/iuie5KKVwnuNhr9AzT61vEkKxwHcVFEvHB77F6ZAAInhRvjzmQbD2dlPLLQCC\\\\nqDj71ODSSAPTEmUy6969bgD9PfWei7kNkBIx7s3eBv8yzytSc2EcuUgopqFazquw\\\\nFs1+tqGHjBvQfTo6bqbJjp/9Ci2pvde3ElV2rAgUlb3lqXyXjRDqrXosh5GcRPQj\\\\nK8Nhj1BNhnrCVskE4BP0LYbOHuzgm86uXwGCFsY+w2VOsSm16Jx5GHyG5S5WU3+D\\\\nIts/HFYRLiFgDLmTlxo=\\\\n=+OzK\\\\n-----END PGP PUBLIC KEY BLOCK-----\\\"\"}" + "data": "{\"id\":3,\"name\":\"Octocat's GPG Key\",\"primary_key_id\":2,\"key_id\":\"3262EFF25BA0D270\",\"public_key\":\"xsBNBFayYZ...\",\"emails\":[{\"email\":\"octocat@users.noreply.github.com\",\"verified\":true}],\"subkeys\":[{\"id\":4,\"primary_key_id\":3,\"key_id\":\"4A595D4C72EE49C7\",\"public_key\":\"zsBNBFayYZ...\",\"emails\":[],\"can_sign\":false,\"can_encrypt_comms\":true,\"can_encrypt_storage\":true,\"can_certify\":false,\"created_at\":\"2016-03-24T11:31:04-06:00\",\"expires_at\":\"2016-03-24T11:31:04-07:00\",\"revoked\":false}],\"can_sign\":true,\"can_encrypt_comms\":false,\"can_encrypt_storage\":false,\"can_certify\":true,\"created_at\":\"2016-03-24T11:31:04-06:00\",\"expires_at\":\"2016-03-24T11:31:04-07:00\",\"revoked\":false,\"raw_key\":\"\\\"-----BEGIN PGP PUBLIC KEY BLOCK-----\\\\nVersion: GnuPG v2\\\\n\\\\nmQENBFayYZ0BCAC4hScoJXXpyR+MXGcrBxElqw3FzCVvkViuyeko+Jp76QJhg8kr\\\\nucRTxbnOoHfda/FmilEa/wxf9ch5/PSrrL26FxEoPHhJolp8fnIDLQeITn94NYdB\\\\nZtnnEKslpPrG97qSUWIchvyqCPtvOb8+8fWvGx9K/ZWcEEdh1X8+WFR2jMENMeoX\\\\nwxHWQoPnS7LpX/85/M7VUcJxvDVfv+eHsnQupmE5bGarKNih0oMe3LbdN3qA5PTz\\\\nSCm6Iudar1VsQ+xTz08ymL7t4pnEtLguQ7EyatFHCjxNblv5RzxoL0tDgN3HqoDz\\\\nc7TEA+q4RtDQl9amcvQ95emnXmZ974u7UkYdABEBAAG0HlNvbWUgVXNlciA8c29t\\\\nZXVzZXJAZ21haWwuY29tPokBOAQTAQIAIgUCVrJhnQIbAwYLCQgHAwIGFQgCCQoL\\\\nBBYCAwECHgECF4AACgkQMmLv8lug0nAViQgArWjI55+7p48URr2z9Jvak+yrBTx1\\\\nzkufltQAnHTJkq+Kl9dySSmTnOop8o3rE4++IOpYV5Y36PkKf9EZMk4n1RQiDPKE\\\\nAFtRVTkRaoWzOir9KQXJPfhKrl01j/QzY+utfiMvUoBJZ9ybq8Pa885SljW9lbaX\\\\nIYw+hl8ZdJ2KStvGrEyfQvRyq3aN5c9TV//4BdGnwx7Qabq/U+G18lizG6f/yq15\\\\ned7t0KELaCfeKPvytp4VE9/z/Ksah/h3+Qilx07/oG2Ae5kC1bEC9coD/ogPUhbv\\\\nb2bsBIoY9E9YwsLoif2lU+o1t76zLgUktuNscRRUKobW028H1zuFS/XQhrkBDQRW\\\\nsmGdAQgApnyyv3i144OLYy0O4UKQxd3e10Y3WpDwfnGIBefAI1m7RxnUxBag/DsU\\\\n7gi9qLEC4VHSfq4eiNfr1LJOyCL2edTgCWFgBhVjbXjZe6YAOrAnhxwCErnN0Y7N\\\\n6s8wVh9fObSOyf8ZE6G7JeKpcq9Q6gd/KxagfD48a1v+fyRHpyQc6J9pUEmtrDJ7\\\\nBjmsd2VWzLBvNWdHyxDNtZweIaqIO9VUYYpr1mtTliNBOZLUelmgrt7HBRcJpWMA\\\\nS8muVVbuP5MK0trLBq/JB8qUH3zRzB/PhMgzmkIfjEK1VYDWm4E8DYyTWEJcHqkb\\\\neqFsNjrIlwPaA122BWC6gUOPwwH+oQARAQABiQEfBBgBAgAJBQJWsmGdAhsMAAoJ\\\\nEDJi7/JboNJwAyAIALd4xcdmGbZD98gScJzqwzkOMcO8zFHqHNvJ42xIFvGny7c0\\\\n1Rx7iyrdypOby5AxE+viQcjG4rpLZW/xKYBNGrCfDyQO7511I0v8x20EICMlMfD/\\\\nNrWQCzesEPcUlKTP07d+sFyP8AyseOidbzY/92CpskTgdSBjY/ntLSaoknl/fjJE\\\\nQM8OkPqU7IraO1Jzzdnm20d5PZL9+PIwIWdSTedU/vBMTJyNcoqvSfKf1wNC66XP\\\\nhqfYgXJE564AdWZKA3C0IyCqiv+LHwxLnUHio1a4/r91C8KPzxs6tGxRDjXLd7ms\\\\nuYFGWymiUGOE/giHlcxdYcHzwLnPDliMQOLiTkK5AQ0EVuxMygEIAOD+bW1cDTmE\\\\nBxh5JECoqeHuwgl6DlLhnubWPkQ4ZeRzBRAsFcEJQlwlJjrzFDicL+lnm6Qq4tt0\\\\n560TwHdf15/AKTZIZu7H25axvGNzgeaUkJEJdYAq9zTKWwX7wKyzBszi485nQg97\\\\nMfAqwhMpDW0Qqf8+7Ug+WEmfBSGv9uL3aQC6WEeIsHfri0n0n8v4XgwhfShXguxO\\\\nCsOztEsuW7WWKW9P4TngKKv4lCHdPlV6FwxeMzODBJvc2fkHVHnqc0PqszJ5xcF8\\\\n6gZCpMM027SbpeYWCAD5zwJyYP9ntfO1p2HjnQ1dZaP9FeNcO7uIV1Lnd1eGCu6I\\\\nsrVp5k1f3isAEQEAAYkCPgQYAQIACQUCVuxMygIbAgEpCRAyYu/yW6DScMBdIAQZ\\\\nAQIABgUCVuxMygAKCRCKohN4dhq2b4tcCACHxmOHVXNpu47OvUGYQydLgMACUlXN\\\\nlj+HfE0VReqShxdDmpasAY9IRpuMB2RsGK8GbNP+4SlOlAiPf5SMhS7nZNkNDgQQ\\\\naZ3HFpgrFmFwmE10BKT4iQtoxELLM57z0qGOAfTsEjWFQa4sF+6IHAQR/ptkdkkI\\\\nBUEXiMnAwVwBysLIJiLO8qdjB6qp52QkT074JVrwywT/P+DkMfC2k4r/AfEbf6eF\\\\ndmPDuPk6KD87+hJZsSa5MaMUBQVvRO/mgEkhJRITVu58eWGaBOcQJ8gqurhCqM5P\\\\nDfUA4TJ7wiqM6sS764vV1rOioTTXkszzhClQqET7hPVnVQjenYgv0EZHNyQH/1f1\\\\n/CYqvV1vFjM9vJjMbxXsATCkZe6wvBVKD8vLsJAr8N+onKQz+4OPc3kmKq7aESu3\\\\nCi/iuie5KKVwnuNhr9AzT61vEkKxwHcVFEvHB77F6ZAAInhRvjzmQbD2dlPLLQCC\\\\nqDj71ODSSAPTEmUy6969bgD9PfWei7kNkBIx7s3eBv8yzytSc2EcuUgopqFazquw\\\\nFs1+tqGHjBvQfTo6bqbJjp/9Ci2pvde3ElV2rAgUlb3lqXyXjRDqrXosh5GcRPQj\\\\nK8Nhj1BNhnrCVskE4BP0LYbOHuzgm86uXwGCFsY+w2VOsSm16Jx5GHyG5S5WU3+D\\\\nIts/HFYRLiFgDLmTlxo=\\\\n=+OzK\\\\n-----END PGP PUBLIC KEY BLOCK-----\\\"\"}" } ] }, @@ -74755,7 +75095,7 @@ "description": "Response", "examples": [ { - "data": "[{\"id\":3,\"name\":\"Octocat's GPG Key\",\"primary_key_id\":2,\"key_id\":\"3262EFF25BA0D270\",\"public_key\":\"xsBNBFayYZ...\",\"emails\":[{\"email\":\"octocat@users.noreply.github.com\",\"verified\":true}],\"subkeys\":[{\"id\":4,\"primary_key_id\":3,\"key_id\":\"4A595D4C72EE49C7\",\"public_key\":\"zsBNBFayYZ...\",\"emails\":[],\"subkeys\":[],\"can_sign\":false,\"can_encrypt_comms\":true,\"can_encrypt_storage\":true,\"can_certify\":false,\"created_at\":\"2016-03-24T11:31:04-06:00\",\"expires_at\":\"2016-03-24T11:31:04-07:00\",\"revoked\":false}],\"can_sign\":true,\"can_encrypt_comms\":false,\"can_encrypt_storage\":false,\"can_certify\":true,\"created_at\":\"2016-03-24T11:31:04-06:00\",\"expires_at\":\"2016-03-24T11:31:04-07:00\",\"revoked\":false,\"raw_key\":\"string\"}]" + "data": "[{\"id\":3,\"name\":\"Octocat's GPG Key\",\"primary_key_id\":2,\"key_id\":\"3262EFF25BA0D270\",\"public_key\":\"xsBNBFayYZ...\",\"emails\":[{\"email\":\"octocat@users.noreply.github.com\",\"verified\":true}],\"subkeys\":[{\"id\":4,\"primary_key_id\":3,\"key_id\":\"4A595D4C72EE49C7\",\"public_key\":\"zsBNBFayYZ...\",\"emails\":[],\"can_sign\":false,\"can_encrypt_comms\":true,\"can_encrypt_storage\":true,\"can_certify\":false,\"created_at\":\"2016-03-24T11:31:04-06:00\",\"expires_at\":\"2016-03-24T11:31:04-07:00\",\"revoked\":false}],\"can_sign\":true,\"can_encrypt_comms\":false,\"can_encrypt_storage\":false,\"can_certify\":true,\"created_at\":\"2016-03-24T11:31:04-06:00\",\"expires_at\":\"2016-03-24T11:31:04-07:00\",\"revoked\":false,\"raw_key\":\"string\"}]" } ] }, @@ -74822,7 +75162,7 @@ "description": "Response", "examples": [ { - "data": "[{\"id\":3,\"name\":\"Octocat's GPG Key\",\"primary_key_id\":2,\"key_id\":\"3262EFF25BA0D270\",\"public_key\":\"xsBNBFayYZ...\",\"emails\":[{\"email\":\"octocat@users.noreply.github.com\",\"verified\":true}],\"subkeys\":[{\"id\":4,\"primary_key_id\":3,\"key_id\":\"4A595D4C72EE49C7\",\"public_key\":\"zsBNBFayYZ...\",\"emails\":[],\"subkeys\":[],\"can_sign\":false,\"can_encrypt_comms\":true,\"can_encrypt_storage\":true,\"can_certify\":false,\"created_at\":\"2016-03-24T11:31:04-06:00\",\"expires_at\":\"2016-03-24T11:31:04-07:00\",\"revoked\":false}],\"can_sign\":true,\"can_encrypt_comms\":false,\"can_encrypt_storage\":false,\"can_certify\":true,\"created_at\":\"2016-03-24T11:31:04-06:00\",\"expires_at\":\"2016-03-24T11:31:04-07:00\",\"revoked\":false,\"raw_key\":\"string\"}]" + "data": "[{\"id\":3,\"name\":\"Octocat's GPG Key\",\"primary_key_id\":2,\"key_id\":\"3262EFF25BA0D270\",\"public_key\":\"xsBNBFayYZ...\",\"emails\":[{\"email\":\"octocat@users.noreply.github.com\",\"verified\":true}],\"subkeys\":[{\"id\":4,\"primary_key_id\":3,\"key_id\":\"4A595D4C72EE49C7\",\"public_key\":\"zsBNBFayYZ...\",\"emails\":[],\"can_sign\":false,\"can_encrypt_comms\":true,\"can_encrypt_storage\":true,\"can_certify\":false,\"created_at\":\"2016-03-24T11:31:04-06:00\",\"expires_at\":\"2016-03-24T11:31:04-07:00\",\"revoked\":false}],\"can_sign\":true,\"can_encrypt_comms\":false,\"can_encrypt_storage\":false,\"can_certify\":true,\"created_at\":\"2016-03-24T11:31:04-06:00\",\"expires_at\":\"2016-03-24T11:31:04-07:00\",\"revoked\":false,\"raw_key\":\"string\"}]" } ] }, @@ -74897,7 +75237,7 @@ "description": "Response", "examples": [ { - "data": "[{\"id\":3,\"name\":\"Octocat's GPG Key\",\"primary_key_id\":2,\"key_id\":\"3262EFF25BA0D270\",\"public_key\":\"xsBNBFayYZ...\",\"emails\":[{\"email\":\"octocat@users.noreply.github.com\",\"verified\":true}],\"subkeys\":[{\"id\":4,\"primary_key_id\":3,\"key_id\":\"4A595D4C72EE49C7\",\"public_key\":\"zsBNBFayYZ...\",\"emails\":[],\"subkeys\":[],\"can_sign\":false,\"can_encrypt_comms\":true,\"can_encrypt_storage\":true,\"can_certify\":false,\"created_at\":\"2016-03-24T11:31:04-06:00\",\"expires_at\":\"2016-03-24T11:31:04-07:00\",\"revoked\":false}],\"can_sign\":true,\"can_encrypt_comms\":false,\"can_encrypt_storage\":false,\"can_certify\":true,\"created_at\":\"2016-03-24T11:31:04-06:00\",\"expires_at\":\"2016-03-24T11:31:04-07:00\",\"revoked\":false,\"raw_key\":\"string\"}]" + "data": "[{\"id\":3,\"name\":\"Octocat's GPG Key\",\"primary_key_id\":2,\"key_id\":\"3262EFF25BA0D270\",\"public_key\":\"xsBNBFayYZ...\",\"emails\":[{\"email\":\"octocat@users.noreply.github.com\",\"verified\":true}],\"subkeys\":[{\"id\":4,\"primary_key_id\":3,\"key_id\":\"4A595D4C72EE49C7\",\"public_key\":\"zsBNBFayYZ...\",\"emails\":[],\"can_sign\":false,\"can_encrypt_comms\":true,\"can_encrypt_storage\":true,\"can_certify\":false,\"created_at\":\"2016-03-24T11:31:04-06:00\",\"expires_at\":\"2016-03-24T11:31:04-07:00\",\"revoked\":false}],\"can_sign\":true,\"can_encrypt_comms\":false,\"can_encrypt_storage\":false,\"can_certify\":true,\"created_at\":\"2016-03-24T11:31:04-06:00\",\"expires_at\":\"2016-03-24T11:31:04-07:00\",\"revoked\":false,\"raw_key\":\"string\"}]" } ] } diff --git a/scripts/update-endpoints/types.js b/scripts/update-endpoints/types.js index 5672938b9..6b4d951d5 100644 --- a/scripts/update-endpoints/types.js +++ b/scripts/update-endpoints/types.js @@ -82,8 +82,8 @@ async function generateTypes() { const methodTypesSource = prettier.format( [ - `import { EndpointInterface, RequestInterface } from "@octokit/types";`, - `import { RestEndpointMethodTypes } from "./parameters-and-response-types";`, + `import type { EndpointInterface, RequestInterface } from "@octokit/types";`, + `import type { RestEndpointMethodTypes } from "./parameters-and-response-types";`, "", `export type RestEndpointMethods = { ${RestEndpointMethodNamespaceTypes.join("\n")} @@ -95,7 +95,7 @@ async function generateTypes() { ); const parametersAndResponsesTypes = prettier.format( [ - `import { Endpoints, RequestParameters } from "@octokit/types";`, + `import type { Endpoints, RequestParameters } from "@octokit/types";`, "", `export type RestEndpointMethodTypes = { ${RestEndpointMethodParameterAndResponseTypes.join("\n")} diff --git a/src/generated/endpoints.ts b/src/generated/endpoints.ts index d92c910eb..d312ea75c 100644 --- a/src/generated/endpoints.ts +++ b/src/generated/endpoints.ts @@ -108,6 +108,12 @@ const Endpoints: EndpointsDefaultsAndDecorations = { enableWorkflow: [ "PUT /repos/{owner}/{repo}/actions/workflows/{workflow_id}/enable", ], + generateRunnerJitconfigForOrg: [ + "POST /orgs/{org}/actions/runners/generate-jitconfig", + ], + generateRunnerJitconfigForRepo: [ + "POST /repos/{owner}/{repo}/actions/runners/generate-jitconfig", + ], getActionsCacheList: ["GET /repos/{owner}/{repo}/actions/caches"], getActionsCacheUsage: ["GET /repos/{owner}/{repo}/actions/cache/usage"], getActionsCacheUsageByRepoForOrg: [ diff --git a/src/generated/method-types.ts b/src/generated/method-types.ts index e33959877..a733de747 100644 --- a/src/generated/method-types.ts +++ b/src/generated/method-types.ts @@ -118,7 +118,7 @@ export type RestEndpointMethods = { * token with the `repo` scope to use this endpoint. GitHub Apps must have the `secrets` repository permission to use * this endpoint. * - * #### Example encrypting a secret using Node.js + * **Example encrypting a secret using Node.js** * * Encrypt your secret using the [libsodium-wrappers](https://www.npmjs.com/package/libsodium-wrappers) library. * @@ -143,7 +143,7 @@ export type RestEndpointMethods = { * }); * ``` * - * #### Example encrypting a secret using Python + * **Example encrypting a secret using Python** * * Encrypt your secret using [pynacl](https://pynacl.readthedocs.io/en/latest/public/#nacl-public-sealedbox) with Python 3. * @@ -159,7 +159,7 @@ export type RestEndpointMethods = { * return b64encode(encrypted).decode("utf-8") * ``` * - * #### Example encrypting a secret using C# + * **Example encrypting a secret using C#** * * Encrypt your secret using the [Sodium.Core](https://www.nuget.org/packages/Sodium.Core/) package. * @@ -172,7 +172,7 @@ export type RestEndpointMethods = { * Console.WriteLine(Convert.ToBase64String(sealedPublicKeyBox)); * ``` * - * #### Example encrypting a secret using Ruby + * **Example encrypting a secret using Ruby** * * Encrypt your secret using the [rbnacl](https://github.com/RubyCrypto/rbnacl) gem. * @@ -291,7 +291,7 @@ export type RestEndpointMethods = { * token with the `repo` scope to use this endpoint. GitHub Apps must have the `secrets` repository permission to use * this endpoint. * - * #### Example encrypting a secret using Node.js + * **Example encrypting a secret using Node.js** * * Encrypt your secret using the [libsodium-wrappers](https://www.npmjs.com/package/libsodium-wrappers) library. * @@ -316,7 +316,7 @@ export type RestEndpointMethods = { * }); * ``` * - * #### Example encrypting a secret using Python + * **Example encrypting a secret using Python** * * Encrypt your secret using [pynacl](https://pynacl.readthedocs.io/en/latest/public/#nacl-public-sealedbox) with Python 3. * @@ -332,7 +332,7 @@ export type RestEndpointMethods = { * return b64encode(encrypted).decode("utf-8") * ``` * - * #### Example encrypting a secret using C# + * **Example encrypting a secret using C#** * * Encrypt your secret using the [Sodium.Core](https://www.nuget.org/packages/Sodium.Core/) package. * @@ -345,7 +345,7 @@ export type RestEndpointMethods = { * Console.WriteLine(Convert.ToBase64String(sealedPublicKeyBox)); * ``` * - * #### Example encrypting a secret using Ruby + * **Example encrypting a secret using Ruby** * * Encrypt your secret using the [rbnacl](https://github.com/RubyCrypto/rbnacl) gem. * @@ -828,6 +828,34 @@ export type RestEndpointMethods = { defaults: RequestInterface["defaults"]; endpoint: EndpointInterface<{ url: string }>; }; + /** + * Generates a configuration that can be passed to the runner application at startup. + * + * You must authenticate using an access token with the `admin:org` scope to use this endpoint. + */ + generateRunnerJitconfigForOrg: { + ( + params?: RestEndpointMethodTypes["actions"]["generateRunnerJitconfigForOrg"]["parameters"] + ): Promise< + RestEndpointMethodTypes["actions"]["generateRunnerJitconfigForOrg"]["response"] + >; + defaults: RequestInterface["defaults"]; + endpoint: EndpointInterface<{ url: string }>; + }; + /** + * Generates a configuration that can be passed to the runner application at startup. + * + * You must authenticate using an access token with the `repo` scope to use this endpoint. + */ + generateRunnerJitconfigForRepo: { + ( + params?: RestEndpointMethodTypes["actions"]["generateRunnerJitconfigForRepo"]["parameters"] + ): Promise< + RestEndpointMethodTypes["actions"]["generateRunnerJitconfigForRepo"]["response"] + >; + defaults: RequestInterface["defaults"]; + endpoint: EndpointInterface<{ url: string }>; + }; /** * Lists the GitHub Actions caches for a repository. * You must authenticate using an access token with the `repo` scope to use this endpoint. @@ -2886,7 +2914,7 @@ export type RestEndpointMethods = { endpoint: EndpointInterface<{ url: string }>; }; /** - * Remove a single repository from an installation. The authenticated user must have admin access to the repository. + * Remove a single repository from an installation. The authenticated user must have admin access to the repository. The installation must have the `repository_selection` of `selected`. * * You must use a personal access token (which you can create via the [command line](https://docs.github.com/github/authenticating-to-github/creating-a-personal-access-token) or [Basic Authentication](https://docs.github.com/rest/overview/other-authentication-methods#basic-authentication)) to access this endpoint. * @deprecated octokit.rest.apps.removeRepoFromInstallation() has been renamed to octokit.rest.apps.removeRepoFromInstallationForAuthenticatedUser() (2021-10-05) @@ -2901,7 +2929,7 @@ export type RestEndpointMethods = { endpoint: EndpointInterface<{ url: string }>; }; /** - * Remove a single repository from an installation. The authenticated user must have admin access to the repository. + * Remove a single repository from an installation. The authenticated user must have admin access to the repository. The installation must have the `repository_selection` of `selected`. * * You must use a personal access token (which you can create via the [command line](https://docs.github.com/github/authenticating-to-github/creating-a-personal-access-token) or [Basic Authentication](https://docs.github.com/rest/overview/other-authentication-methods#basic-authentication)) to access this endpoint. */ @@ -3679,7 +3707,7 @@ export type RestEndpointMethods = { * [LibSodium](https://libsodium.gitbook.io/doc/bindings_for_other_languages). You must authenticate using an access * token with the `admin:org` scope to use this endpoint. * - * #### Example encrypting a secret using Node.js + * **Example encrypting a secret using Node.js** * * Encrypt your secret using the [libsodium-wrappers](https://www.npmjs.com/package/libsodium-wrappers) library. * @@ -3704,7 +3732,7 @@ export type RestEndpointMethods = { * }); * ``` * - * #### Example encrypting a secret using Python + * **Example encrypting a secret using Python** * * Encrypt your secret using [pynacl](https://pynacl.readthedocs.io/en/latest/public/#nacl-public-sealedbox) with Python 3. * @@ -3720,7 +3748,7 @@ export type RestEndpointMethods = { * return b64encode(encrypted).decode("utf-8") * ``` * - * #### Example encrypting a secret using C# + * **Example encrypting a secret using C#** * * Encrypt your secret using the [Sodium.Core](https://www.nuget.org/packages/Sodium.Core/) package. * @@ -3733,7 +3761,7 @@ export type RestEndpointMethods = { * Console.WriteLine(Convert.ToBase64String(sealedPublicKeyBox)); * ``` * - * #### Example encrypting a secret using Ruby + * **Example encrypting a secret using Ruby** * * Encrypt your secret using the [rbnacl](https://github.com/RubyCrypto/rbnacl) gem. * @@ -3855,7 +3883,7 @@ export type RestEndpointMethods = { * * GitHub Apps must have write access to the `codespaces_user_secrets` user permission and `codespaces_secrets` repository permission on all referenced repositories to use this endpoint. * - * #### Example encrypting a secret using Node.js + * **Example encrypting a secret using Node.js** * * Encrypt your secret using the [libsodium-wrappers](https://www.npmjs.com/package/libsodium-wrappers) library. * @@ -3880,7 +3908,7 @@ export type RestEndpointMethods = { * }); * ``` * - * #### Example encrypting a secret using Python + * **Example encrypting a secret using Python** * * Encrypt your secret using [pynacl](https://pynacl.readthedocs.io/en/latest/public/#nacl-public-sealedbox) with Python 3. * @@ -3896,7 +3924,7 @@ export type RestEndpointMethods = { * return b64encode(encrypted).decode("utf-8") * ``` * - * #### Example encrypting a secret using C# + * **Example encrypting a secret using C#** * * Encrypt your secret using the [Sodium.Core](https://www.nuget.org/packages/Sodium.Core/) package. * @@ -3909,7 +3937,7 @@ export type RestEndpointMethods = { * Console.WriteLine(Convert.ToBase64String(sealedPublicKeyBox)); * ``` * - * #### Example encrypting a secret using Ruby + * **Example encrypting a secret using Ruby** * * Encrypt your secret using the [rbnacl](https://github.com/RubyCrypto/rbnacl) gem. * @@ -4631,7 +4659,7 @@ export type RestEndpointMethods = { * token with the `repo` scope to use this endpoint. GitHub Apps must have the `dependabot_secrets` repository * permission to use this endpoint. * - * #### Example encrypting a secret using Node.js + * **Example encrypting a secret using Node.js** * * Encrypt your secret using the [libsodium-wrappers](https://www.npmjs.com/package/libsodium-wrappers) library. * @@ -4656,7 +4684,7 @@ export type RestEndpointMethods = { * }); * ``` * - * #### Example encrypting a secret using Python + * **Example encrypting a secret using Python** * * Encrypt your secret using [pynacl](https://pynacl.readthedocs.io/en/latest/public/#nacl-public-sealedbox) with Python 3. * @@ -4672,7 +4700,7 @@ export type RestEndpointMethods = { * return b64encode(encrypted).decode("utf-8") * ``` * - * #### Example encrypting a secret using C# + * **Example encrypting a secret using C#** * * Encrypt your secret using the [Sodium.Core](https://www.nuget.org/packages/Sodium.Core/) package. * @@ -4685,7 +4713,7 @@ export type RestEndpointMethods = { * Console.WriteLine(Convert.ToBase64String(sealedPublicKeyBox)); * ``` * - * #### Example encrypting a secret using Ruby + * **Example encrypting a secret using Ruby** * * Encrypt your secret using the [rbnacl](https://github.com/RubyCrypto/rbnacl) gem. * @@ -4907,6 +4935,8 @@ export type RestEndpointMethods = { * You must use an access token with the `security_events` scope to use this endpoint with private repositories. * You can also use tokens with the `public_repo` scope for public repositories only. * GitHub Apps must have **Dependabot alerts** write permission to use this endpoint. + * + * To use this endpoint, you must have access to security alerts for the repository. For more information, see "[Granting access to security alerts](https://docs.github.com/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository#granting-access-to-security-alerts)." */ updateAlert: { ( @@ -5596,7 +5626,9 @@ export type RestEndpointMethods = { defaults: RequestInterface["defaults"]; endpoint: EndpointInterface<{ url: string }>; }; - + /** + * Adds labels to an issue. If you provide an empty array of labels, all labels are removed from the issue. + */ addLabels: { ( params?: RestEndpointMethodTypes["issues"]["addLabels"]["parameters"] @@ -5666,7 +5698,9 @@ export type RestEndpointMethods = { defaults: RequestInterface["defaults"]; endpoint: EndpointInterface<{ url: string }>; }; - + /** + * Creates a label for the specified repository with the given name and color. The name and color parameters are required. The color must be a valid [hexadecimal color code](http://www.color-hex.com/). + */ createLabel: { ( params?: RestEndpointMethodTypes["issues"]["createLabel"]["parameters"] @@ -5674,7 +5708,9 @@ export type RestEndpointMethods = { defaults: RequestInterface["defaults"]; endpoint: EndpointInterface<{ url: string }>; }; - + /** + * Creates a milestone. + */ createMilestone: { ( params?: RestEndpointMethodTypes["issues"]["createMilestone"]["parameters"] @@ -5696,7 +5732,9 @@ export type RestEndpointMethods = { defaults: RequestInterface["defaults"]; endpoint: EndpointInterface<{ url: string }>; }; - + /** + * Deletes a label using the given label name. + */ deleteLabel: { ( params?: RestEndpointMethodTypes["issues"]["deleteLabel"]["parameters"] @@ -5704,7 +5742,9 @@ export type RestEndpointMethods = { defaults: RequestInterface["defaults"]; endpoint: EndpointInterface<{ url: string }>; }; - + /** + * Deletes a milestone using the given milestone number. + */ deleteMilestone: { ( params?: RestEndpointMethodTypes["issues"]["deleteMilestone"]["parameters"] @@ -5744,7 +5784,9 @@ export type RestEndpointMethods = { defaults: RequestInterface["defaults"]; endpoint: EndpointInterface<{ url: string }>; }; - + /** + * Gets a single event by the event id. + */ getEvent: { ( params?: RestEndpointMethodTypes["issues"]["getEvent"]["parameters"] @@ -5752,7 +5794,9 @@ export type RestEndpointMethods = { defaults: RequestInterface["defaults"]; endpoint: EndpointInterface<{ url: string }>; }; - + /** + * Gets a label using the given name. + */ getLabel: { ( params?: RestEndpointMethodTypes["issues"]["getLabel"]["parameters"] @@ -5760,7 +5804,9 @@ export type RestEndpointMethods = { defaults: RequestInterface["defaults"]; endpoint: EndpointInterface<{ url: string }>; }; - + /** + * Gets a milestone using the given milestone number. + */ getMilestone: { ( params?: RestEndpointMethodTypes["issues"]["getMilestone"]["parameters"] @@ -5824,7 +5870,9 @@ export type RestEndpointMethods = { defaults: RequestInterface["defaults"]; endpoint: EndpointInterface<{ url: string }>; }; - + /** + * Lists all events for an issue. + */ listEvents: { ( params?: RestEndpointMethodTypes["issues"]["listEvents"]["parameters"] @@ -5832,7 +5880,9 @@ export type RestEndpointMethods = { defaults: RequestInterface["defaults"]; endpoint: EndpointInterface<{ url: string }>; }; - + /** + * Lists events for a repository. + */ listEventsForRepo: { ( params?: RestEndpointMethodTypes["issues"]["listEventsForRepo"]["parameters"] @@ -5842,7 +5892,9 @@ export type RestEndpointMethods = { defaults: RequestInterface["defaults"]; endpoint: EndpointInterface<{ url: string }>; }; - + /** + * List all timeline events for an issue. + */ listEventsForTimeline: { ( params?: RestEndpointMethodTypes["issues"]["listEventsForTimeline"]["parameters"] @@ -5899,7 +5951,9 @@ export type RestEndpointMethods = { defaults: RequestInterface["defaults"]; endpoint: EndpointInterface<{ url: string }>; }; - + /** + * Lists labels for issues in a milestone. + */ listLabelsForMilestone: { ( params?: RestEndpointMethodTypes["issues"]["listLabelsForMilestone"]["parameters"] @@ -5909,7 +5963,9 @@ export type RestEndpointMethods = { defaults: RequestInterface["defaults"]; endpoint: EndpointInterface<{ url: string }>; }; - + /** + * Lists all labels for a repository. + */ listLabelsForRepo: { ( params?: RestEndpointMethodTypes["issues"]["listLabelsForRepo"]["parameters"] @@ -5919,7 +5975,9 @@ export type RestEndpointMethods = { defaults: RequestInterface["defaults"]; endpoint: EndpointInterface<{ url: string }>; }; - + /** + * Lists all labels for an issue. + */ listLabelsOnIssue: { ( params?: RestEndpointMethodTypes["issues"]["listLabelsOnIssue"]["parameters"] @@ -5929,7 +5987,9 @@ export type RestEndpointMethods = { defaults: RequestInterface["defaults"]; endpoint: EndpointInterface<{ url: string }>; }; - + /** + * Lists milestones for a repository. + */ listMilestones: { ( params?: RestEndpointMethodTypes["issues"]["listMilestones"]["parameters"] @@ -5951,7 +6011,9 @@ export type RestEndpointMethods = { defaults: RequestInterface["defaults"]; endpoint: EndpointInterface<{ url: string }>; }; - + /** + * Removes all labels from an issue. + */ removeAllLabels: { ( params?: RestEndpointMethodTypes["issues"]["removeAllLabels"]["parameters"] @@ -6025,7 +6087,9 @@ export type RestEndpointMethods = { defaults: RequestInterface["defaults"]; endpoint: EndpointInterface<{ url: string }>; }; - + /** + * Updates a label using the given label name. + */ updateLabel: { ( params?: RestEndpointMethodTypes["issues"]["updateLabel"]["parameters"] @@ -6098,6 +6162,8 @@ export type RestEndpointMethods = { /** * Returns meta information about GitHub, including a list of GitHub's IP addresses. For more information, see "[About GitHub's IP addresses](https://docs.github.com/articles/about-github-s-ip-addresses/)." * + * The API's response also includes a list of GitHub's domain names. + * * The values shown in the documentation's response are example values. You must always query the API directly to get the latest values. * * **Note:** This endpoint returns both IPv4 and IPv6 addresses. However, not all features support IPv6. You should refer to the specific documentation for each feature to determine if IPv6 is supported. @@ -6600,7 +6666,9 @@ export type RestEndpointMethods = { defaults: RequestInterface["defaults"]; endpoint: EndpointInterface<{ url: string }>; }; - + /** + * Check if the provided user is a public member of the organization. + */ checkPublicMembershipForUser: { ( params?: RestEndpointMethodTypes["orgs"]["checkPublicMembershipForUser"]["parameters"] @@ -6701,7 +6769,9 @@ export type RestEndpointMethods = { defaults: RequestInterface["defaults"]; endpoint: EndpointInterface<{ url: string }>; }; - + /** + * If the authenticated user is an active or pending member of the organization, this endpoint will return the user's membership. If the authenticated user is not affiliated with the organization, a `404` is returned. This endpoint will return a `403` if the request is made by a GitHub App that is blocked by the organization. + */ getMembershipForAuthenticatedUser: { ( params?: RestEndpointMethodTypes["orgs"]["getMembershipForAuthenticatedUser"]["parameters"] @@ -6857,7 +6927,9 @@ export type RestEndpointMethods = { defaults: RequestInterface["defaults"]; endpoint: EndpointInterface<{ url: string }>; }; - + /** + * Lists all of the authenticated user's organization memberships. + */ listMembershipsForAuthenticatedUser: { ( params?: RestEndpointMethodTypes["orgs"]["listMembershipsForAuthenticatedUser"]["parameters"] @@ -7055,7 +7127,9 @@ export type RestEndpointMethods = { defaults: RequestInterface["defaults"]; endpoint: EndpointInterface<{ url: string }>; }; - + /** + * Removes the public membership for the authenticated user from the specified organization, unless public visibility is enforced by default. + */ removePublicMembershipForAuthenticatedUser: { ( params?: RestEndpointMethodTypes["orgs"]["removePublicMembershipForAuthenticatedUser"]["parameters"] @@ -7156,7 +7230,7 @@ export type RestEndpointMethods = { /** * **Parameter Deprecation Notice:** GitHub will replace and discontinue `members_allowed_repository_creation_type` in favor of more granular permissions. The new input parameters are `members_can_create_public_repositories`, `members_can_create_private_repositories` for all organizations and `members_can_create_internal_repositories` for organizations associated with an enterprise account using GitHub Enterprise Cloud or GitHub Enterprise Server 2.20+. For more information, see the [blog post](https://developer.github.com/changes/2019-12-03-internal-visibility-changes). * - * Enables an authenticated organization owner with the `admin:org` scope to update the organization's profile and member privileges. + * Enables an authenticated organization owner with the `admin:org` scope or the `repo` scope to update the organization's profile and member privileges. */ update: { ( @@ -7165,7 +7239,9 @@ export type RestEndpointMethods = { defaults: RequestInterface["defaults"]; endpoint: EndpointInterface<{ url: string }>; }; - + /** + * Converts the authenticated user to an active member of the organization, if that user has a pending invitation from the organization. + */ updateMembershipForAuthenticatedUser: { ( params?: RestEndpointMethodTypes["orgs"]["updateMembershipForAuthenticatedUser"]["parameters"] @@ -7700,7 +7776,9 @@ export type RestEndpointMethods = { defaults: RequestInterface["defaults"]; endpoint: EndpointInterface<{ url: string }>; }; - + /** + * Creates a new project column. + */ createColumn: { ( params?: RestEndpointMethodTypes["projects"]["createColumn"]["parameters"] @@ -7756,7 +7834,9 @@ export type RestEndpointMethods = { defaults: RequestInterface["defaults"]; endpoint: EndpointInterface<{ url: string }>; }; - + /** + * Deletes a project card + */ deleteCard: { ( params?: RestEndpointMethodTypes["projects"]["deleteCard"]["parameters"] @@ -7764,7 +7844,9 @@ export type RestEndpointMethods = { defaults: RequestInterface["defaults"]; endpoint: EndpointInterface<{ url: string }>; }; - + /** + * Deletes a project column. + */ deleteColumn: { ( params?: RestEndpointMethodTypes["projects"]["deleteColumn"]["parameters"] @@ -7784,7 +7866,9 @@ export type RestEndpointMethods = { defaults: RequestInterface["defaults"]; endpoint: EndpointInterface<{ url: string }>; }; - + /** + * Gets information about a project card. + */ getCard: { ( params?: RestEndpointMethodTypes["projects"]["getCard"]["parameters"] @@ -7792,7 +7876,9 @@ export type RestEndpointMethods = { defaults: RequestInterface["defaults"]; endpoint: EndpointInterface<{ url: string }>; }; - + /** + * Gets information about a project column. + */ getColumn: { ( params?: RestEndpointMethodTypes["projects"]["getColumn"]["parameters"] @@ -7812,7 +7898,9 @@ export type RestEndpointMethods = { defaults: RequestInterface["defaults"]; endpoint: EndpointInterface<{ url: string }>; }; - + /** + * Lists the project cards in a project. + */ listCards: { ( params?: RestEndpointMethodTypes["projects"]["listCards"]["parameters"] @@ -7832,7 +7920,9 @@ export type RestEndpointMethods = { defaults: RequestInterface["defaults"]; endpoint: EndpointInterface<{ url: string }>; }; - + /** + * Lists the project columns in a project. + */ listColumns: { ( params?: RestEndpointMethodTypes["projects"]["listColumns"]["parameters"] @@ -7864,7 +7954,9 @@ export type RestEndpointMethods = { defaults: RequestInterface["defaults"]; endpoint: EndpointInterface<{ url: string }>; }; - + /** + * Lists projects for a user. + */ listForUser: { ( params?: RestEndpointMethodTypes["projects"]["listForUser"]["parameters"] @@ -10166,6 +10258,8 @@ export type RestEndpointMethods = { * Returns the total commit counts for the `owner` and total commit counts in `all`. `all` is everyone combined, including the `owner` in the last 52 weeks. If you'd like to get the commit counts for non-owners, you can subtract `owner` from `all`. * * The array order is oldest week (index 0) to most recent week. + * + * The most recent week is seven days ago at UTC midnight to today at UTC midnight. */ getParticipationStats: { ( @@ -10768,7 +10862,17 @@ export type RestEndpointMethods = { defaults: RequestInterface["defaults"]; endpoint: EndpointInterface<{ url: string }>; }; - + /** + * Lists the teams that have access to the specified repository and that are also visible to the authenticated user. + * + * For a public repository, a team is listed only if that team added the public repository explicitly. + * + * Personal access tokens require the following scopes: + * * `public_repo` to call this endpoint on a public repository + * * `repo` to call this endpoint on a private repository (this scope also includes public repositories) + * + * This endpoint is not compatible with fine-grained personal access tokens. + */ listTeams: { ( params?: RestEndpointMethodTypes["repos"]["listTeams"]["parameters"] @@ -10852,7 +10956,29 @@ export type RestEndpointMethods = { defaults: RequestInterface["defaults"]; endpoint: EndpointInterface<{ url: string }>; }; - + /** + * Removes a collaborator from a repository. + * + * To use this endpoint, the authenticated user must either be an administrator of the repository or target themselves for removal. + * + * This endpoint also: + * - Cancels any outstanding invitations + * - Unasigns the user from any issues + * - Removes access to organization projects if the user is not an organization member and is not a collaborator on any other organization repositories. + * - Unstars the repository + * - Updates access permissions to packages + * + * Removing a user as a collaborator has the following effects on forks: + * - If the user had access to a fork through their membership to this repository, the user will also be removed from the fork. + * - If the user had their own fork of the repository, the fork will be deleted. + * - If the user still has read access to the repository, open pull requests by this user from a fork will be denied. + * + * **Note**: A user can still have access to the repository through organization permissions like base repository permissions. + * + * Although the API responds immediately, the additional permission updates might take some extra time to complete in the background. + * + * For more information on fork permissions, see "[About permissions and visibility of forks](https://docs.github.com/pull-requests/collaborating-with-pull-requests/working-with-forks/about-permissions-and-visibility-of-forks)". + */ removeCollaborator: { ( params?: RestEndpointMethodTypes["repos"]["removeCollaborator"]["parameters"] @@ -12289,7 +12415,7 @@ export type RestEndpointMethods = { endpoint: EndpointInterface<{ url: string }>; }; /** - * If the authenticated user is authenticated through basic authentication or OAuth with the `user` scope, then the response lists public and private profile information. + * If the authenticated user is authenticated with an OAuth token with the `user` scope, then the response lists public and private profile information. * * If the authenticated user is authenticated through OAuth without the `user` scope, then the response lists only public profile information. */ diff --git a/src/generated/parameters-and-response-types.ts b/src/generated/parameters-and-response-types.ts index d31e4f70e..d409143ce 100644 --- a/src/generated/parameters-and-response-types.ts +++ b/src/generated/parameters-and-response-types.ts @@ -330,6 +330,22 @@ export type RestEndpointMethodTypes = { >; response: Endpoints["PUT /repos/{owner}/{repo}/actions/workflows/{workflow_id}/enable"]["response"]; }; + generateRunnerJitconfigForOrg: { + parameters: RequestParameters & + Omit< + Endpoints["POST /orgs/{org}/actions/runners/generate-jitconfig"]["parameters"], + "baseUrl" | "headers" | "mediaType" + >; + response: Endpoints["POST /orgs/{org}/actions/runners/generate-jitconfig"]["response"]; + }; + generateRunnerJitconfigForRepo: { + parameters: RequestParameters & + Omit< + Endpoints["POST /repos/{owner}/{repo}/actions/runners/generate-jitconfig"]["parameters"], + "baseUrl" | "headers" | "mediaType" + >; + response: Endpoints["POST /repos/{owner}/{repo}/actions/runners/generate-jitconfig"]["response"]; + }; getActionsCacheList: { parameters: RequestParameters & Omit<