@llamaduck/forgejo-ts 14.0.2-1 → 14.0.2-2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/index.d.mts +6 -17
- package/dist/index.d.ts +6 -17
- package/dist/index.js +9 -17
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +10 -14
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// src/
|
|
1
|
+
// src/core/bodySerializer.gen.ts
|
|
2
2
|
var serializeFormDataPair = (data, key, value) => {
|
|
3
3
|
if (typeof value === "string" || value instanceof Blob) {
|
|
4
4
|
data.append(key, value);
|
|
@@ -28,7 +28,7 @@ var jsonBodySerializer = {
|
|
|
28
28
|
bodySerializer: (body) => JSON.stringify(body, (_key, value) => typeof value === "bigint" ? value.toString() : value)
|
|
29
29
|
};
|
|
30
30
|
|
|
31
|
-
// src/
|
|
31
|
+
// src/core/serverSentEvents.gen.ts
|
|
32
32
|
var createSseClient = ({
|
|
33
33
|
onRequest,
|
|
34
34
|
onSseError,
|
|
@@ -155,7 +155,7 @@ var createSseClient = ({
|
|
|
155
155
|
return { stream };
|
|
156
156
|
};
|
|
157
157
|
|
|
158
|
-
// src/
|
|
158
|
+
// src/core/pathSerializer.gen.ts
|
|
159
159
|
var separatorArrayExplode = (style) => {
|
|
160
160
|
switch (style) {
|
|
161
161
|
case "label":
|
|
@@ -279,7 +279,7 @@ var serializeObjectParam = ({
|
|
|
279
279
|
return style === "label" || style === "matrix" ? separator + joinedValues : joinedValues;
|
|
280
280
|
};
|
|
281
281
|
|
|
282
|
-
// src/
|
|
282
|
+
// src/core/utils.gen.ts
|
|
283
283
|
var PATH_PARAM_RE = /\{[^{}]+\}/g;
|
|
284
284
|
var defaultPathSerializer = ({ path, url: _url }) => {
|
|
285
285
|
let url = _url;
|
|
@@ -376,7 +376,7 @@ function getValidRequestBody(options) {
|
|
|
376
376
|
return void 0;
|
|
377
377
|
}
|
|
378
378
|
|
|
379
|
-
// src/
|
|
379
|
+
// src/core/auth.gen.ts
|
|
380
380
|
var getAuthToken = async (auth, callback) => {
|
|
381
381
|
const token = typeof callback === "function" ? await callback(auth) : callback;
|
|
382
382
|
if (!token) {
|
|
@@ -391,7 +391,7 @@ var getAuthToken = async (auth, callback) => {
|
|
|
391
391
|
return token;
|
|
392
392
|
};
|
|
393
393
|
|
|
394
|
-
// src/
|
|
394
|
+
// src/client/utils.gen.ts
|
|
395
395
|
var createQuerySerializer = ({
|
|
396
396
|
parameters = {},
|
|
397
397
|
...args
|
|
@@ -609,7 +609,7 @@ var createConfig = (override = {}) => ({
|
|
|
609
609
|
...override
|
|
610
610
|
});
|
|
611
611
|
|
|
612
|
-
// src/
|
|
612
|
+
// src/client/client.gen.ts
|
|
613
613
|
var createClient = (config = {}) => {
|
|
614
614
|
let _config = mergeConfigs(createConfig(), config);
|
|
615
615
|
const getConfig = () => ({ ..._config });
|
|
@@ -817,10 +817,10 @@ var createClient = (config = {}) => {
|
|
|
817
817
|
};
|
|
818
818
|
};
|
|
819
819
|
|
|
820
|
-
// src/
|
|
820
|
+
// src/client.gen.ts
|
|
821
821
|
var client = createClient(createConfig());
|
|
822
822
|
|
|
823
|
-
// src/
|
|
823
|
+
// src/sdk.gen.ts
|
|
824
824
|
var activitypubInstanceActor = (options) => (options?.client ?? client).get({
|
|
825
825
|
security: [
|
|
826
826
|
{ scheme: "basic", type: "http" },
|
|
@@ -13140,10 +13140,6 @@ var getVersion = (options) => (options?.client ?? client).get({
|
|
|
13140
13140
|
...options
|
|
13141
13141
|
});
|
|
13142
13142
|
|
|
13143
|
-
|
|
13144
|
-
var FORGEJO_API_VERSION = "14.0.2";
|
|
13145
|
-
var GENERATED_AT = "2026-02-07T13:58:30.687Z";
|
|
13146
|
-
|
|
13147
|
-
export { FORGEJO_API_VERSION, GENERATED_AT, acceptRepoTransfer, actionRun, activitypubInstanceActor, activitypubInstanceActorInbox, activitypubInstanceActorOutbox, activitypubPerson, activitypubPersonActivity, activitypubPersonActivityNote, activitypubPersonFeed, activitypubPersonInbox, activitypubRepository, activitypubRepositoryInbox, activitypubRepositoryOutbox, adminAddRuleToQuotaGroup, adminAddUserToQuotaGroup, adminAdoptRepository, adminCreateHook, adminCreateOrg, adminCreatePublicKey, adminCreateQuotaGroup, adminCreateQuotaRule, adminCreateRepo, adminCreateUser, adminCronList, adminCronRun, adminDeleteHook, adminDeleteQuotaGroup, adminDeleteQuotaRule, adminDeleteUnadoptedRepository, adminDeleteUser, adminDeleteUserEmails, adminDeleteUserPublicKey, adminEditHook, adminEditQuotaRule, adminEditUser, adminGetAllEmails, adminGetAllOrgs, adminGetHook, adminGetQuotaGroup, adminGetQuotaRule, adminGetRunnerRegistrationToken, adminGetUserQuota, adminListHooks, adminListQuotaGroups, adminListQuotaRules, adminListUserEmails, adminListUsersInQuotaGroup, adminRemoveRuleFromQuotaGroup, adminRemoveUserFromQuotaGroup, adminRenameUser, adminSearchEmails, adminSearchRunJobs, adminSearchUsers, adminSetUserQuotaGroups, adminUnadoptedList, createClient, createConfig, createCurrentUserRepo, createFork, createOrgRepo, createOrgRepoDeprecated, createOrgVariable, createRepoVariable, createUserVariable, deleteOrgSecret, deleteOrgVariable, deletePackage, deleteRepoSecret, deleteRepoVariable, deleteUserSecret, deleteUserVariable, dispatchWorkflow, generateRepo, getAnnotatedTag, getBlob, getBlobs, getGeneralApiSettings, getGeneralAttachmentSettings, getGeneralRepositorySettings, getGeneralUiSettings, getGitignoreTemplateInfo, getLabelTemplateInfo, getLicenseTemplateInfo, getNodeInfo, getOrgVariable, getOrgVariablesList, getPackage, getRepoVariable, getRepoVariablesList, getSigningKey, getSshSigningKey, getTree, getUserSettings, getUserVariable, getUserVariablesList, getVerificationToken, getVersion, issueAddLabel, issueAddSubscription, issueAddTime, issueCheckSubscription, issueClearLabels, issueCreateComment, issueCreateIssue, issueCreateIssueAttachment, issueCreateIssueBlocking, issueCreateIssueCommentAttachment, issueCreateIssueDependencies, issueCreateLabel, issueCreateMilestone, issueDelete, issueDeleteComment, issueDeleteCommentDeprecated, issueDeleteCommentReaction, issueDeleteIssueAttachment, issueDeleteIssueCommentAttachment, issueDeleteIssueReaction, issueDeleteLabel, issueDeleteMilestone, issueDeleteStopWatch, issueDeleteSubscription, issueDeleteTime, issueEditComment, issueEditCommentDeprecated, issueEditIssue, issueEditIssueAttachment, issueEditIssueCommentAttachment, issueEditIssueDeadline, issueEditLabel, issueEditMilestone, issueGetComment, issueGetCommentReactions, issueGetComments, issueGetCommentsAndTimeline, issueGetIssue, issueGetIssueAttachment, issueGetIssueCommentAttachment, issueGetIssueReactions, issueGetLabel, issueGetLabels, issueGetMilestone, issueGetMilestonesList, issueGetRepoComments, issueListBlocks, issueListIssueAttachments, issueListIssueCommentAttachments, issueListIssueDependencies, issueListIssues, issueListLabels, issuePostCommentReaction, issuePostIssueReaction, issueRemoveIssueBlocking, issueRemoveIssueDependencies, issueRemoveLabel, issueReplaceLabels, issueResetTime, issueSearchIssues, issueStartStopWatch, issueStopStopWatch, issueSubscriptions, issueTrackedTimes, linkPackage, listActionRuns, listActionTasks, listForks, listGitignoresTemplates, listLabelTemplates, listLicenseTemplates, listPackageFiles, listPackages, moveIssuePin, notifyGetList, notifyGetRepoList, notifyGetThread, notifyNewAvailable, notifyReadList, notifyReadRepoList, notifyReadThread, orgAddTeamMember, orgAddTeamRepository, orgBlockUser, orgCheckQuota, orgConcealMember, orgCreate, orgCreateHook, orgCreateLabel, orgCreateTeam, orgDelete, orgDeleteAvatar, orgDeleteHook, orgDeleteLabel, orgDeleteMember, orgDeleteTeam, orgEdit, orgEditHook, orgEditLabel, orgEditTeam, orgGet, orgGetAll, orgGetHook, orgGetLabel, orgGetQuota, orgGetRunnerRegistrationToken, orgGetTeam, orgGetUserPermissions, orgIsMember, orgIsPublicMember, orgListActionsSecrets, orgListActivityFeeds, orgListBlockedUsers, orgListCurrentUserOrgs, orgListHooks, orgListLabels, orgListMembers, orgListPublicMembers, orgListQuotaArtifacts, orgListQuotaAttachments, orgListQuotaPackages, orgListRepos, orgListTeamActivityFeeds, orgListTeamMember, orgListTeamMembers, orgListTeamRepo, orgListTeamRepos, orgListTeams, orgListUserOrgs, orgPublicizeMember, orgRemoveTeamMember, orgRemoveTeamRepository, orgSearchRunJobs, orgUnblockUser, orgUpdateAvatar, pinIssue, rejectRepoTransfer, renameOrg, renderMarkdown, renderMarkdownRaw, renderMarkup, repoAddCollaborator, repoAddFlag, repoAddPushMirror, repoAddTeam, repoAddTopic, repoApplyDiffPatch, repoCancelScheduledAutoMerge, repoChangeFiles, repoCheckCollaborator, repoCheckFlag, repoCheckTeam, repoCompareDiff, repoConvert, repoCreateBranch, repoCreateBranchProtection, repoCreateFile, repoCreateHook, repoCreateKey, repoCreatePullRequest, repoCreatePullReview, repoCreatePullReviewComment, repoCreatePullReviewRequests, repoCreateRelease, repoCreateReleaseAttachment, repoCreateStatus, repoCreateTag, repoCreateTagProtection, repoCreateWikiPage, repoDelete, repoDeleteAllFlags, repoDeleteAvatar, repoDeleteBranch, repoDeleteBranchProtection, repoDeleteCollaborator, repoDeleteFile, repoDeleteFlag, repoDeleteGitHook, repoDeleteHook, repoDeleteKey, repoDeletePullReview, repoDeletePullReviewComment, repoDeletePullReviewRequests, repoDeletePushMirror, repoDeleteRelease, repoDeleteReleaseAttachment, repoDeleteReleaseByTag, repoDeleteTag, repoDeleteTagProtection, repoDeleteTeam, repoDeleteTopic, repoDeleteWikiPage, repoDismissPullReview, repoDownloadCommitDiffOrPatch, repoDownloadPullDiffOrPatch, repoEdit, repoEditBranchProtection, repoEditGitHook, repoEditHook, repoEditPullRequest, repoEditRelease, repoEditReleaseAttachment, repoEditTagProtection, repoEditWikiPage, repoGet, repoGetAllCommits, repoGetArchive, repoGetAssignees, repoGetBranch, repoGetBranchProtection, repoGetById, repoGetCombinedStatusByRef, repoGetCommitPullRequest, repoGetContents, repoGetContentsList, repoGetEditorConfig, repoGetGitHook, repoGetHook, repoGetIssueConfig, repoGetIssueTemplates, repoGetKey, repoGetLanguages, repoGetLatestRelease, repoGetNote, repoGetPullRequest, repoGetPullRequestByBaseHead, repoGetPullRequestCommits, repoGetPullRequestFiles, repoGetPullReview, repoGetPullReviewComment, repoGetPullReviewComments, repoGetPushMirrorByRemoteName, repoGetRawFile, repoGetRawFileOrLfs, repoGetRelease, repoGetReleaseAttachment, repoGetReleaseByTag, repoGetRepoPermissions, repoGetReviewers, repoGetRunnerRegistrationToken, repoGetSingleCommit, repoGetTag, repoGetTagProtection, repoGetWikiPage, repoGetWikiPageRevisions, repoGetWikiPages, repoListActionsSecrets, repoListActivityFeeds, repoListAllGitRefs, repoListBranchProtection, repoListBranches, repoListCollaborators, repoListFlags, repoListGitHooks, repoListGitRefs, repoListHooks, repoListKeys, repoListPinnedIssues, repoListPinnedPullRequests, repoListPullRequests, repoListPullReviews, repoListPushMirrors, repoListReleaseAttachments, repoListReleases, repoListStargazers, repoListStatuses, repoListStatusesByRef, repoListSubscribers, repoListTagProtection, repoListTags, repoListTeams, repoListTopics, repoMergePullRequest, repoMigrate, repoMirrorSync, repoNewPinAllowed, repoPullRequestIsMerged, repoPushMirrorSync, repoRemoveNote, repoReplaceAllFlags, repoSearch, repoSearchRunJobs, repoSetNote, repoSigningKey, repoSubmitPullReview, repoSyncForkBranch, repoSyncForkBranchInfo, repoSyncForkDefault, repoSyncForkDefaultInfo, repoTestHook, repoTrackedTimes, repoTransfer, repoUnDismissPullReview, repoUpdateAvatar, repoUpdateBranch, repoUpdateFile, repoUpdatePullRequest, repoUpdateTopics, repoValidateIssueConfig, teamSearch, topicSearch, unlinkPackage, unpinIssue, updateOrgSecret, updateOrgVariable, updateRepoSecret, updateRepoVariable, updateUserSecret, updateUserSettings, updateUserVariable, userAddEmail, userBlockUser, userCheckFollowing, userCheckQuota, userCreateHook, userCreateOAuth2Application, userCreateToken, userCurrentCheckFollowing, userCurrentCheckStarring, userCurrentCheckSubscription, userCurrentDeleteFollow, userCurrentDeleteGpgKey, userCurrentDeleteKey, userCurrentDeleteStar, userCurrentDeleteSubscription, userCurrentGetGpgKey, userCurrentGetKey, userCurrentListFollowers, userCurrentListFollowing, userCurrentListGpgKeys, userCurrentListKeys, userCurrentListRepos, userCurrentListStarred, userCurrentListSubscriptions, userCurrentPostGpgKey, userCurrentPostKey, userCurrentPutFollow, userCurrentPutStar, userCurrentPutSubscription, userCurrentTrackedTimes, userDeleteAccessToken, userDeleteAvatar, userDeleteEmail, userDeleteHook, userDeleteOAuth2Application, userEditHook, userGet, userGetCurrent, userGetHeatmapData, userGetHook, userGetOAuth2Application, userGetOAuth2Applications, userGetQuota, userGetRunnerRegistrationToken, userGetStopWatches, userGetTokens, userListActivityFeeds, userListBlockedUsers, userListEmails, userListFollowers, userListFollowing, userListGpgKeys, userListHooks, userListKeys, userListQuotaArtifacts, userListQuotaAttachments, userListQuotaPackages, userListRepos, userListStarred, userListSubscriptions, userListTeams, userSearch, userSearchRunJobs, userTrackedTimes, userUnblockUser, userUpdateAvatar, userUpdateOAuth2Application, userVerifyGpgKey };
|
|
13143
|
+
export { acceptRepoTransfer, actionRun, activitypubInstanceActor, activitypubInstanceActorInbox, activitypubInstanceActorOutbox, activitypubPerson, activitypubPersonActivity, activitypubPersonActivityNote, activitypubPersonFeed, activitypubPersonInbox, activitypubRepository, activitypubRepositoryInbox, activitypubRepositoryOutbox, adminAddRuleToQuotaGroup, adminAddUserToQuotaGroup, adminAdoptRepository, adminCreateHook, adminCreateOrg, adminCreatePublicKey, adminCreateQuotaGroup, adminCreateQuotaRule, adminCreateRepo, adminCreateUser, adminCronList, adminCronRun, adminDeleteHook, adminDeleteQuotaGroup, adminDeleteQuotaRule, adminDeleteUnadoptedRepository, adminDeleteUser, adminDeleteUserEmails, adminDeleteUserPublicKey, adminEditHook, adminEditQuotaRule, adminEditUser, adminGetAllEmails, adminGetAllOrgs, adminGetHook, adminGetQuotaGroup, adminGetQuotaRule, adminGetRunnerRegistrationToken, adminGetUserQuota, adminListHooks, adminListQuotaGroups, adminListQuotaRules, adminListUserEmails, adminListUsersInQuotaGroup, adminRemoveRuleFromQuotaGroup, adminRemoveUserFromQuotaGroup, adminRenameUser, adminSearchEmails, adminSearchRunJobs, adminSearchUsers, adminSetUserQuotaGroups, adminUnadoptedList, createCurrentUserRepo, createFork, createOrgRepo, createOrgRepoDeprecated, createOrgVariable, createRepoVariable, createUserVariable, deleteOrgSecret, deleteOrgVariable, deletePackage, deleteRepoSecret, deleteRepoVariable, deleteUserSecret, deleteUserVariable, dispatchWorkflow, generateRepo, getAnnotatedTag, getBlob, getBlobs, getGeneralApiSettings, getGeneralAttachmentSettings, getGeneralRepositorySettings, getGeneralUiSettings, getGitignoreTemplateInfo, getLabelTemplateInfo, getLicenseTemplateInfo, getNodeInfo, getOrgVariable, getOrgVariablesList, getPackage, getRepoVariable, getRepoVariablesList, getSigningKey, getSshSigningKey, getTree, getUserSettings, getUserVariable, getUserVariablesList, getVerificationToken, getVersion, issueAddLabel, issueAddSubscription, issueAddTime, issueCheckSubscription, issueClearLabels, issueCreateComment, issueCreateIssue, issueCreateIssueAttachment, issueCreateIssueBlocking, issueCreateIssueCommentAttachment, issueCreateIssueDependencies, issueCreateLabel, issueCreateMilestone, issueDelete, issueDeleteComment, issueDeleteCommentDeprecated, issueDeleteCommentReaction, issueDeleteIssueAttachment, issueDeleteIssueCommentAttachment, issueDeleteIssueReaction, issueDeleteLabel, issueDeleteMilestone, issueDeleteStopWatch, issueDeleteSubscription, issueDeleteTime, issueEditComment, issueEditCommentDeprecated, issueEditIssue, issueEditIssueAttachment, issueEditIssueCommentAttachment, issueEditIssueDeadline, issueEditLabel, issueEditMilestone, issueGetComment, issueGetCommentReactions, issueGetComments, issueGetCommentsAndTimeline, issueGetIssue, issueGetIssueAttachment, issueGetIssueCommentAttachment, issueGetIssueReactions, issueGetLabel, issueGetLabels, issueGetMilestone, issueGetMilestonesList, issueGetRepoComments, issueListBlocks, issueListIssueAttachments, issueListIssueCommentAttachments, issueListIssueDependencies, issueListIssues, issueListLabels, issuePostCommentReaction, issuePostIssueReaction, issueRemoveIssueBlocking, issueRemoveIssueDependencies, issueRemoveLabel, issueReplaceLabels, issueResetTime, issueSearchIssues, issueStartStopWatch, issueStopStopWatch, issueSubscriptions, issueTrackedTimes, linkPackage, listActionRuns, listActionTasks, listForks, listGitignoresTemplates, listLabelTemplates, listLicenseTemplates, listPackageFiles, listPackages, moveIssuePin, notifyGetList, notifyGetRepoList, notifyGetThread, notifyNewAvailable, notifyReadList, notifyReadRepoList, notifyReadThread, orgAddTeamMember, orgAddTeamRepository, orgBlockUser, orgCheckQuota, orgConcealMember, orgCreate, orgCreateHook, orgCreateLabel, orgCreateTeam, orgDelete, orgDeleteAvatar, orgDeleteHook, orgDeleteLabel, orgDeleteMember, orgDeleteTeam, orgEdit, orgEditHook, orgEditLabel, orgEditTeam, orgGet, orgGetAll, orgGetHook, orgGetLabel, orgGetQuota, orgGetRunnerRegistrationToken, orgGetTeam, orgGetUserPermissions, orgIsMember, orgIsPublicMember, orgListActionsSecrets, orgListActivityFeeds, orgListBlockedUsers, orgListCurrentUserOrgs, orgListHooks, orgListLabels, orgListMembers, orgListPublicMembers, orgListQuotaArtifacts, orgListQuotaAttachments, orgListQuotaPackages, orgListRepos, orgListTeamActivityFeeds, orgListTeamMember, orgListTeamMembers, orgListTeamRepo, orgListTeamRepos, orgListTeams, orgListUserOrgs, orgPublicizeMember, orgRemoveTeamMember, orgRemoveTeamRepository, orgSearchRunJobs, orgUnblockUser, orgUpdateAvatar, pinIssue, rejectRepoTransfer, renameOrg, renderMarkdown, renderMarkdownRaw, renderMarkup, repoAddCollaborator, repoAddFlag, repoAddPushMirror, repoAddTeam, repoAddTopic, repoApplyDiffPatch, repoCancelScheduledAutoMerge, repoChangeFiles, repoCheckCollaborator, repoCheckFlag, repoCheckTeam, repoCompareDiff, repoConvert, repoCreateBranch, repoCreateBranchProtection, repoCreateFile, repoCreateHook, repoCreateKey, repoCreatePullRequest, repoCreatePullReview, repoCreatePullReviewComment, repoCreatePullReviewRequests, repoCreateRelease, repoCreateReleaseAttachment, repoCreateStatus, repoCreateTag, repoCreateTagProtection, repoCreateWikiPage, repoDelete, repoDeleteAllFlags, repoDeleteAvatar, repoDeleteBranch, repoDeleteBranchProtection, repoDeleteCollaborator, repoDeleteFile, repoDeleteFlag, repoDeleteGitHook, repoDeleteHook, repoDeleteKey, repoDeletePullReview, repoDeletePullReviewComment, repoDeletePullReviewRequests, repoDeletePushMirror, repoDeleteRelease, repoDeleteReleaseAttachment, repoDeleteReleaseByTag, repoDeleteTag, repoDeleteTagProtection, repoDeleteTeam, repoDeleteTopic, repoDeleteWikiPage, repoDismissPullReview, repoDownloadCommitDiffOrPatch, repoDownloadPullDiffOrPatch, repoEdit, repoEditBranchProtection, repoEditGitHook, repoEditHook, repoEditPullRequest, repoEditRelease, repoEditReleaseAttachment, repoEditTagProtection, repoEditWikiPage, repoGet, repoGetAllCommits, repoGetArchive, repoGetAssignees, repoGetBranch, repoGetBranchProtection, repoGetById, repoGetCombinedStatusByRef, repoGetCommitPullRequest, repoGetContents, repoGetContentsList, repoGetEditorConfig, repoGetGitHook, repoGetHook, repoGetIssueConfig, repoGetIssueTemplates, repoGetKey, repoGetLanguages, repoGetLatestRelease, repoGetNote, repoGetPullRequest, repoGetPullRequestByBaseHead, repoGetPullRequestCommits, repoGetPullRequestFiles, repoGetPullReview, repoGetPullReviewComment, repoGetPullReviewComments, repoGetPushMirrorByRemoteName, repoGetRawFile, repoGetRawFileOrLfs, repoGetRelease, repoGetReleaseAttachment, repoGetReleaseByTag, repoGetRepoPermissions, repoGetReviewers, repoGetRunnerRegistrationToken, repoGetSingleCommit, repoGetTag, repoGetTagProtection, repoGetWikiPage, repoGetWikiPageRevisions, repoGetWikiPages, repoListActionsSecrets, repoListActivityFeeds, repoListAllGitRefs, repoListBranchProtection, repoListBranches, repoListCollaborators, repoListFlags, repoListGitHooks, repoListGitRefs, repoListHooks, repoListKeys, repoListPinnedIssues, repoListPinnedPullRequests, repoListPullRequests, repoListPullReviews, repoListPushMirrors, repoListReleaseAttachments, repoListReleases, repoListStargazers, repoListStatuses, repoListStatusesByRef, repoListSubscribers, repoListTagProtection, repoListTags, repoListTeams, repoListTopics, repoMergePullRequest, repoMigrate, repoMirrorSync, repoNewPinAllowed, repoPullRequestIsMerged, repoPushMirrorSync, repoRemoveNote, repoReplaceAllFlags, repoSearch, repoSearchRunJobs, repoSetNote, repoSigningKey, repoSubmitPullReview, repoSyncForkBranch, repoSyncForkBranchInfo, repoSyncForkDefault, repoSyncForkDefaultInfo, repoTestHook, repoTrackedTimes, repoTransfer, repoUnDismissPullReview, repoUpdateAvatar, repoUpdateBranch, repoUpdateFile, repoUpdatePullRequest, repoUpdateTopics, repoValidateIssueConfig, teamSearch, topicSearch, unlinkPackage, unpinIssue, updateOrgSecret, updateOrgVariable, updateRepoSecret, updateRepoVariable, updateUserSecret, updateUserSettings, updateUserVariable, userAddEmail, userBlockUser, userCheckFollowing, userCheckQuota, userCreateHook, userCreateOAuth2Application, userCreateToken, userCurrentCheckFollowing, userCurrentCheckStarring, userCurrentCheckSubscription, userCurrentDeleteFollow, userCurrentDeleteGpgKey, userCurrentDeleteKey, userCurrentDeleteStar, userCurrentDeleteSubscription, userCurrentGetGpgKey, userCurrentGetKey, userCurrentListFollowers, userCurrentListFollowing, userCurrentListGpgKeys, userCurrentListKeys, userCurrentListRepos, userCurrentListStarred, userCurrentListSubscriptions, userCurrentPostGpgKey, userCurrentPostKey, userCurrentPutFollow, userCurrentPutStar, userCurrentPutSubscription, userCurrentTrackedTimes, userDeleteAccessToken, userDeleteAvatar, userDeleteEmail, userDeleteHook, userDeleteOAuth2Application, userEditHook, userGet, userGetCurrent, userGetHeatmapData, userGetHook, userGetOAuth2Application, userGetOAuth2Applications, userGetQuota, userGetRunnerRegistrationToken, userGetStopWatches, userGetTokens, userListActivityFeeds, userListBlockedUsers, userListEmails, userListFollowers, userListFollowing, userListGpgKeys, userListHooks, userListKeys, userListQuotaArtifacts, userListQuotaAttachments, userListQuotaPackages, userListRepos, userListStarred, userListSubscriptions, userListTeams, userSearch, userSearchRunJobs, userTrackedTimes, userUnblockUser, userUpdateAvatar, userUpdateOAuth2Application, userVerifyGpgKey };
|
|
13148
13144
|
//# sourceMappingURL=index.mjs.map
|
|
13149
13145
|
//# sourceMappingURL=index.mjs.map
|