@nikolaymatrosov/sourcecraft-sdk 0.0.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/LICENSE.md +7 -0
- package/README.md +369 -0
- package/dist/apis/CIApi.d.ts +85 -0
- package/dist/apis/CIApi.d.ts.map +1 -0
- package/dist/apis/CIApi.js +156 -0
- package/dist/apis/CIApi.js.map +1 -0
- package/dist/apis/IssuesApi.d.ts +352 -0
- package/dist/apis/IssuesApi.d.ts.map +1 -0
- package/dist/apis/IssuesApi.js +523 -0
- package/dist/apis/IssuesApi.js.map +1 -0
- package/dist/apis/IssuesAttachmentsApi.d.ts +246 -0
- package/dist/apis/IssuesAttachmentsApi.d.ts.map +1 -0
- package/dist/apis/IssuesAttachmentsApi.js +375 -0
- package/dist/apis/IssuesAttachmentsApi.js.map +1 -0
- package/dist/apis/IssuesCommentsApi.d.ts +241 -0
- package/dist/apis/IssuesCommentsApi.d.ts.map +1 -0
- package/dist/apis/IssuesCommentsApi.js +357 -0
- package/dist/apis/IssuesCommentsApi.js.map +1 -0
- package/dist/apis/IssuesCommentsAttachmentsApi.d.ts +143 -0
- package/dist/apis/IssuesCommentsAttachmentsApi.d.ts.map +1 -0
- package/dist/apis/IssuesCommentsAttachmentsApi.js +228 -0
- package/dist/apis/IssuesCommentsAttachmentsApi.js.map +1 -0
- package/dist/apis/IssuesCommentsReactionsApi.d.ts +85 -0
- package/dist/apis/IssuesCommentsReactionsApi.d.ts.map +1 -0
- package/dist/apis/IssuesCommentsReactionsApi.js +138 -0
- package/dist/apis/IssuesCommentsReactionsApi.js.map +1 -0
- package/dist/apis/IssuesLabelsApi.d.ts +283 -0
- package/dist/apis/IssuesLabelsApi.d.ts.map +1 -0
- package/dist/apis/IssuesLabelsApi.js +418 -0
- package/dist/apis/IssuesLabelsApi.js.map +1 -0
- package/dist/apis/IssuesLinkedIssuesApi.d.ts +192 -0
- package/dist/apis/IssuesLinkedIssuesApi.d.ts.map +1 -0
- package/dist/apis/IssuesLinkedIssuesApi.js +285 -0
- package/dist/apis/IssuesLinkedIssuesApi.js.map +1 -0
- package/dist/apis/IssuesLinkedPRsApi.d.ts +217 -0
- package/dist/apis/IssuesLinkedPRsApi.d.ts.map +1 -0
- package/dist/apis/IssuesLinkedPRsApi.js +324 -0
- package/dist/apis/IssuesLinkedPRsApi.js.map +1 -0
- package/dist/apis/IssuesStatusesApi.d.ts +50 -0
- package/dist/apis/IssuesStatusesApi.d.ts.map +1 -0
- package/dist/apis/IssuesStatusesApi.js +89 -0
- package/dist/apis/IssuesStatusesApi.js.map +1 -0
- package/dist/apis/OrganizationApi.d.ts +85 -0
- package/dist/apis/OrganizationApi.d.ts.map +1 -0
- package/dist/apis/OrganizationApi.js +139 -0
- package/dist/apis/OrganizationApi.js.map +1 -0
- package/dist/apis/RepositoryApi.d.ts +669 -0
- package/dist/apis/RepositoryApi.d.ts.map +1 -0
- package/dist/apis/RepositoryApi.js +1013 -0
- package/dist/apis/RepositoryApi.js.map +1 -0
- package/dist/apis/RepositoryLabelsApi.d.ts +319 -0
- package/dist/apis/RepositoryLabelsApi.d.ts.map +1 -0
- package/dist/apis/RepositoryLabelsApi.js +480 -0
- package/dist/apis/RepositoryLabelsApi.js.map +1 -0
- package/dist/apis/RepositoryMilestonesApi.d.ts +319 -0
- package/dist/apis/RepositoryMilestonesApi.d.ts.map +1 -0
- package/dist/apis/RepositoryMilestonesApi.js +482 -0
- package/dist/apis/RepositoryMilestonesApi.js.map +1 -0
- package/dist/apis/RepositoryPullRequestApi.d.ts +513 -0
- package/dist/apis/RepositoryPullRequestApi.d.ts.map +1 -0
- package/dist/apis/RepositoryPullRequestApi.js +756 -0
- package/dist/apis/RepositoryPullRequestApi.js.map +1 -0
- package/dist/apis/RepositoryPullRequestCommentsApi.d.ts +191 -0
- package/dist/apis/RepositoryPullRequestCommentsApi.d.ts.map +1 -0
- package/dist/apis/RepositoryPullRequestCommentsApi.js +297 -0
- package/dist/apis/RepositoryPullRequestCommentsApi.js.map +1 -0
- package/dist/apis/RepositoryPullRequestReviewersApi.d.ts +275 -0
- package/dist/apis/RepositoryPullRequestReviewersApi.d.ts.map +1 -0
- package/dist/apis/RepositoryPullRequestReviewersApi.js +426 -0
- package/dist/apis/RepositoryPullRequestReviewersApi.js.map +1 -0
- package/dist/apis/RolesApi.d.ts +197 -0
- package/dist/apis/RolesApi.d.ts.map +1 -0
- package/dist/apis/RolesApi.js +336 -0
- package/dist/apis/RolesApi.js.map +1 -0
- package/dist/apis/UserPullRequestApi.d.ts +119 -0
- package/dist/apis/UserPullRequestApi.d.ts.map +1 -0
- package/dist/apis/UserPullRequestApi.js +174 -0
- package/dist/apis/UserPullRequestApi.js.map +1 -0
- package/dist/apis/index.d.ts +20 -0
- package/dist/apis/index.d.ts.map +1 -0
- package/dist/apis/index.js +60 -0
- package/dist/apis/index.js.map +1 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +22 -0
- package/dist/index.js.map +1 -0
- package/dist/models/AddRepoRolesBody.d.ts +34 -0
- package/dist/models/AddRepoRolesBody.d.ts.map +1 -0
- package/dist/models/AddRepoRolesBody.js +54 -0
- package/dist/models/AddRepoRolesBody.js.map +1 -0
- package/dist/models/AddRepoRolesResponse.d.ts +41 -0
- package/dist/models/AddRepoRolesResponse.d.ts.map +1 -0
- package/dist/models/AddRepoRolesResponse.js +56 -0
- package/dist/models/AddRepoRolesResponse.js.map +1 -0
- package/dist/models/Anchor.d.ts +47 -0
- package/dist/models/Anchor.d.ts.map +1 -0
- package/dist/models/Anchor.js +55 -0
- package/dist/models/Anchor.js.map +1 -0
- package/dist/models/ApiErrorResponse.d.ts +53 -0
- package/dist/models/ApiErrorResponse.d.ts.map +1 -0
- package/dist/models/ApiErrorResponse.js +55 -0
- package/dist/models/ApiErrorResponse.js.map +1 -0
- package/dist/models/Attachment.d.ts +58 -0
- package/dist/models/Attachment.d.ts.map +1 -0
- package/dist/models/Attachment.js +58 -0
- package/dist/models/Attachment.js.map +1 -0
- package/dist/models/AttachmentDownloadable.d.ts +64 -0
- package/dist/models/AttachmentDownloadable.d.ts.map +1 -0
- package/dist/models/AttachmentDownloadable.js +60 -0
- package/dist/models/AttachmentDownloadable.js.map +1 -0
- package/dist/models/AttachmentEmbedded.d.ts +33 -0
- package/dist/models/AttachmentEmbedded.d.ts.map +1 -0
- package/dist/models/AttachmentEmbedded.js +49 -0
- package/dist/models/AttachmentEmbedded.js.map +1 -0
- package/dist/models/AttachmentsResponse.d.ts +34 -0
- package/dist/models/AttachmentsResponse.d.ts.map +1 -0
- package/dist/models/AttachmentsResponse.js +54 -0
- package/dist/models/AttachmentsResponse.js.map +1 -0
- package/dist/models/AutoAssignBody.d.ts +33 -0
- package/dist/models/AutoAssignBody.d.ts.map +1 -0
- package/dist/models/AutoAssignBody.js +49 -0
- package/dist/models/AutoAssignBody.js.map +1 -0
- package/dist/models/AutoAssignResponse.d.ts +34 -0
- package/dist/models/AutoAssignResponse.d.ts.map +1 -0
- package/dist/models/AutoAssignResponse.js +54 -0
- package/dist/models/AutoAssignResponse.js.map +1 -0
- package/dist/models/AutoAssignResponseReviewerDelta.d.ts +41 -0
- package/dist/models/AutoAssignResponseReviewerDelta.d.ts.map +1 -0
- package/dist/models/AutoAssignResponseReviewerDelta.js +53 -0
- package/dist/models/AutoAssignResponseReviewerDelta.js.map +1 -0
- package/dist/models/Branch.d.ts +40 -0
- package/dist/models/Branch.d.ts.map +1 -0
- package/dist/models/Branch.js +52 -0
- package/dist/models/Branch.js.map +1 -0
- package/dist/models/CloneURL.d.ts +39 -0
- package/dist/models/CloneURL.d.ts.map +1 -0
- package/dist/models/CloneURL.js +51 -0
- package/dist/models/CloneURL.js.map +1 -0
- package/dist/models/Commit.d.ts +39 -0
- package/dist/models/Commit.d.ts.map +1 -0
- package/dist/models/Commit.js +51 -0
- package/dist/models/Commit.js.map +1 -0
- package/dist/models/CreateIssueBody.d.ts +107 -0
- package/dist/models/CreateIssueBody.d.ts.map +1 -0
- package/dist/models/CreateIssueBody.js +77 -0
- package/dist/models/CreateIssueBody.js.map +1 -0
- package/dist/models/CreateIssueCommentBody.d.ts +39 -0
- package/dist/models/CreateIssueCommentBody.d.ts.map +1 -0
- package/dist/models/CreateIssueCommentBody.js +51 -0
- package/dist/models/CreateIssueCommentBody.js.map +1 -0
- package/dist/models/CreateLabelBody.d.ts +45 -0
- package/dist/models/CreateLabelBody.d.ts.map +1 -0
- package/dist/models/CreateLabelBody.js +55 -0
- package/dist/models/CreateLabelBody.js.map +1 -0
- package/dist/models/CreateLinkBody.d.ts +46 -0
- package/dist/models/CreateLinkBody.d.ts.map +1 -0
- package/dist/models/CreateLinkBody.js +54 -0
- package/dist/models/CreateLinkBody.js.map +1 -0
- package/dist/models/CreateMilestoneBody.d.ts +57 -0
- package/dist/models/CreateMilestoneBody.d.ts.map +1 -0
- package/dist/models/CreateMilestoneBody.js +59 -0
- package/dist/models/CreateMilestoneBody.js.map +1 -0
- package/dist/models/CreatePullRequestBody.d.ts +69 -0
- package/dist/models/CreatePullRequestBody.d.ts.map +1 -0
- package/dist/models/CreatePullRequestBody.js +61 -0
- package/dist/models/CreatePullRequestBody.js.map +1 -0
- package/dist/models/CreatePullRequestCommentBody.d.ts +64 -0
- package/dist/models/CreatePullRequestCommentBody.d.ts.map +1 -0
- package/dist/models/CreatePullRequestCommentBody.js +60 -0
- package/dist/models/CreatePullRequestCommentBody.js.map +1 -0
- package/dist/models/CreateRepositoryBody.d.ts +66 -0
- package/dist/models/CreateRepositoryBody.d.ts.map +1 -0
- package/dist/models/CreateRepositoryBody.js +70 -0
- package/dist/models/CreateRepositoryBody.js.map +1 -0
- package/dist/models/DeltaAction.d.ts +26 -0
- package/dist/models/DeltaAction.d.ts.map +1 -0
- package/dist/models/DeltaAction.js +52 -0
- package/dist/models/DeltaAction.js.map +1 -0
- package/dist/models/DiffPos.d.ts +52 -0
- package/dist/models/DiffPos.d.ts.map +1 -0
- package/dist/models/DiffPos.js +56 -0
- package/dist/models/DiffPos.js.map +1 -0
- package/dist/models/FileType.d.ts +28 -0
- package/dist/models/FileType.d.ts.map +1 -0
- package/dist/models/FileType.js +54 -0
- package/dist/models/FileType.js.map +1 -0
- package/dist/models/ForkRepositoryBody.d.ts +51 -0
- package/dist/models/ForkRepositoryBody.d.ts.map +1 -0
- package/dist/models/ForkRepositoryBody.js +55 -0
- package/dist/models/ForkRepositoryBody.js.map +1 -0
- package/dist/models/Hunk.d.ts +57 -0
- package/dist/models/Hunk.d.ts.map +1 -0
- package/dist/models/Hunk.js +57 -0
- package/dist/models/Hunk.js.map +1 -0
- package/dist/models/Image.d.ts +33 -0
- package/dist/models/Image.d.ts.map +1 -0
- package/dist/models/Image.js +49 -0
- package/dist/models/Image.js.map +1 -0
- package/dist/models/InitSettings.d.ts +57 -0
- package/dist/models/InitSettings.d.ts.map +1 -0
- package/dist/models/InitSettings.js +57 -0
- package/dist/models/InitSettings.js.map +1 -0
- package/dist/models/InputValue.d.ts +39 -0
- package/dist/models/InputValue.d.ts.map +1 -0
- package/dist/models/InputValue.js +51 -0
- package/dist/models/InputValue.js.map +1 -0
- package/dist/models/Issue.d.ts +142 -0
- package/dist/models/Issue.d.ts.map +1 -0
- package/dist/models/Issue.js +100 -0
- package/dist/models/Issue.js.map +1 -0
- package/dist/models/IssueComment.d.ts +87 -0
- package/dist/models/IssueComment.d.ts.map +1 -0
- package/dist/models/IssueComment.js +78 -0
- package/dist/models/IssueComment.js.map +1 -0
- package/dist/models/IssueCommentEmbedded.d.ts +33 -0
- package/dist/models/IssueCommentEmbedded.d.ts.map +1 -0
- package/dist/models/IssueCommentEmbedded.js +49 -0
- package/dist/models/IssueCommentEmbedded.js.map +1 -0
- package/dist/models/IssueEmbedded.d.ts +39 -0
- package/dist/models/IssueEmbedded.d.ts.map +1 -0
- package/dist/models/IssueEmbedded.js +51 -0
- package/dist/models/IssueEmbedded.js.map +1 -0
- package/dist/models/IssueLabelsResponse.d.ts +34 -0
- package/dist/models/IssueLabelsResponse.d.ts.map +1 -0
- package/dist/models/IssueLabelsResponse.js +54 -0
- package/dist/models/IssueLabelsResponse.js.map +1 -0
- package/dist/models/IssueLink.d.ts +78 -0
- package/dist/models/IssueLink.d.ts.map +1 -0
- package/dist/models/IssueLink.js +66 -0
- package/dist/models/IssueLink.js.map +1 -0
- package/dist/models/IssueLinkLinkType.d.ts +31 -0
- package/dist/models/IssueLinkLinkType.d.ts.map +1 -0
- package/dist/models/IssueLinkLinkType.js +57 -0
- package/dist/models/IssueLinkLinkType.js.map +1 -0
- package/dist/models/IssueLinkedPRsResponse.d.ts +34 -0
- package/dist/models/IssueLinkedPRsResponse.d.ts.map +1 -0
- package/dist/models/IssueLinkedPRsResponse.js +54 -0
- package/dist/models/IssueLinkedPRsResponse.js.map +1 -0
- package/dist/models/IssueStatus.d.ts +52 -0
- package/dist/models/IssueStatus.d.ts.map +1 -0
- package/dist/models/IssueStatus.js +56 -0
- package/dist/models/IssueStatus.js.map +1 -0
- package/dist/models/IssueVisibility.d.ts +26 -0
- package/dist/models/IssueVisibility.d.ts.map +1 -0
- package/dist/models/IssueVisibility.js +52 -0
- package/dist/models/IssueVisibility.js.map +1 -0
- package/dist/models/LabelEmbedded.d.ts +51 -0
- package/dist/models/LabelEmbedded.d.ts.map +1 -0
- package/dist/models/LabelEmbedded.js +55 -0
- package/dist/models/LabelEmbedded.js.map +1 -0
- package/dist/models/Language.d.ts +39 -0
- package/dist/models/Language.d.ts.map +1 -0
- package/dist/models/Language.js +51 -0
- package/dist/models/Language.js.map +1 -0
- package/dist/models/Link.d.ts +40 -0
- package/dist/models/Link.d.ts.map +1 -0
- package/dist/models/Link.js +52 -0
- package/dist/models/Link.js.map +1 -0
- package/dist/models/LinkLinkType.d.ts +28 -0
- package/dist/models/LinkLinkType.d.ts.map +1 -0
- package/dist/models/LinkLinkType.js +54 -0
- package/dist/models/LinkLinkType.js.map +1 -0
- package/dist/models/ListBranchesResponse.d.ts +41 -0
- package/dist/models/ListBranchesResponse.d.ts.map +1 -0
- package/dist/models/ListBranchesResponse.js +56 -0
- package/dist/models/ListBranchesResponse.js.map +1 -0
- package/dist/models/ListIssueCommentsResponse.d.ts +40 -0
- package/dist/models/ListIssueCommentsResponse.d.ts.map +1 -0
- package/dist/models/ListIssueCommentsResponse.js +56 -0
- package/dist/models/ListIssueCommentsResponse.js.map +1 -0
- package/dist/models/ListIssueStatusesResponse.d.ts +40 -0
- package/dist/models/ListIssueStatusesResponse.d.ts.map +1 -0
- package/dist/models/ListIssueStatusesResponse.js +56 -0
- package/dist/models/ListIssueStatusesResponse.js.map +1 -0
- package/dist/models/ListIssuesAssignedToAuthenticatedUserResponse.d.ts +40 -0
- package/dist/models/ListIssuesAssignedToAuthenticatedUserResponse.d.ts.map +1 -0
- package/dist/models/ListIssuesAssignedToAuthenticatedUserResponse.js +52 -0
- package/dist/models/ListIssuesAssignedToAuthenticatedUserResponse.js.map +1 -0
- package/dist/models/ListLabelsForRepositoryResponse.d.ts +40 -0
- package/dist/models/ListLabelsForRepositoryResponse.d.ts.map +1 -0
- package/dist/models/ListLabelsForRepositoryResponse.js +52 -0
- package/dist/models/ListLabelsForRepositoryResponse.js.map +1 -0
- package/dist/models/ListLinksResponse.d.ts +40 -0
- package/dist/models/ListLinksResponse.d.ts.map +1 -0
- package/dist/models/ListLinksResponse.js +56 -0
- package/dist/models/ListLinksResponse.js.map +1 -0
- package/dist/models/ListMilestonesForRepositoryResponse.d.ts +40 -0
- package/dist/models/ListMilestonesForRepositoryResponse.d.ts.map +1 -0
- package/dist/models/ListMilestonesForRepositoryResponse.js +56 -0
- package/dist/models/ListMilestonesForRepositoryResponse.js.map +1 -0
- package/dist/models/ListOrganizationRepositoriesResponse.d.ts +41 -0
- package/dist/models/ListOrganizationRepositoriesResponse.d.ts.map +1 -0
- package/dist/models/ListOrganizationRepositoriesResponse.js +56 -0
- package/dist/models/ListOrganizationRepositoriesResponse.js.map +1 -0
- package/dist/models/ListPullRequestCommentsResponse.d.ts +40 -0
- package/dist/models/ListPullRequestCommentsResponse.d.ts.map +1 -0
- package/dist/models/ListPullRequestCommentsResponse.js +56 -0
- package/dist/models/ListPullRequestCommentsResponse.js.map +1 -0
- package/dist/models/ListRepoRolesResponse.d.ts +41 -0
- package/dist/models/ListRepoRolesResponse.d.ts.map +1 -0
- package/dist/models/ListRepoRolesResponse.js +56 -0
- package/dist/models/ListRepoRolesResponse.js.map +1 -0
- package/dist/models/ListRepositoryIssuesResponse.d.ts +41 -0
- package/dist/models/ListRepositoryIssuesResponse.d.ts.map +1 -0
- package/dist/models/ListRepositoryIssuesResponse.js +52 -0
- package/dist/models/ListRepositoryIssuesResponse.js.map +1 -0
- package/dist/models/ListRepositoryPullRequestsResponse.d.ts +41 -0
- package/dist/models/ListRepositoryPullRequestsResponse.d.ts.map +1 -0
- package/dist/models/ListRepositoryPullRequestsResponse.js +56 -0
- package/dist/models/ListRepositoryPullRequestsResponse.js.map +1 -0
- package/dist/models/ListReviewersResponse.d.ts +41 -0
- package/dist/models/ListReviewersResponse.d.ts.map +1 -0
- package/dist/models/ListReviewersResponse.js +56 -0
- package/dist/models/ListReviewersResponse.js.map +1 -0
- package/dist/models/ListTagsResponse.d.ts +41 -0
- package/dist/models/ListTagsResponse.d.ts.map +1 -0
- package/dist/models/ListTagsResponse.js +52 -0
- package/dist/models/ListTagsResponse.js.map +1 -0
- package/dist/models/ListTreeResponse.d.ts +41 -0
- package/dist/models/ListTreeResponse.d.ts.map +1 -0
- package/dist/models/ListTreeResponse.js +56 -0
- package/dist/models/ListTreeResponse.js.map +1 -0
- package/dist/models/MergeInfo.d.ts +59 -0
- package/dist/models/MergeInfo.d.ts.map +1 -0
- package/dist/models/MergeInfo.js +61 -0
- package/dist/models/MergeInfo.js.map +1 -0
- package/dist/models/MergeParameters.d.ts +45 -0
- package/dist/models/MergeParameters.d.ts.map +1 -0
- package/dist/models/MergeParameters.js +53 -0
- package/dist/models/MergeParameters.js.map +1 -0
- package/dist/models/Milestone.d.ts +95 -0
- package/dist/models/Milestone.d.ts.map +1 -0
- package/dist/models/Milestone.js +71 -0
- package/dist/models/Milestone.js.map +1 -0
- package/dist/models/MilestoneEmbedded.d.ts +39 -0
- package/dist/models/MilestoneEmbedded.d.ts.map +1 -0
- package/dist/models/MilestoneEmbedded.js +51 -0
- package/dist/models/MilestoneEmbedded.js.map +1 -0
- package/dist/models/MilestoneStatus.d.ts +26 -0
- package/dist/models/MilestoneStatus.d.ts.map +1 -0
- package/dist/models/MilestoneStatus.js +52 -0
- package/dist/models/MilestoneStatus.js.map +1 -0
- package/dist/models/ModifyLabelCollectionRequest.d.ts +39 -0
- package/dist/models/ModifyLabelCollectionRequest.d.ts.map +1 -0
- package/dist/models/ModifyLabelCollectionRequest.js +51 -0
- package/dist/models/ModifyLabelCollectionRequest.js.map +1 -0
- package/dist/models/ModifyPullRequestCollectionRequest.d.ts +39 -0
- package/dist/models/ModifyPullRequestCollectionRequest.d.ts.map +1 -0
- package/dist/models/ModifyPullRequestCollectionRequest.js +51 -0
- package/dist/models/ModifyPullRequestCollectionRequest.js.map +1 -0
- package/dist/models/ModifyReactionBody.d.ts +34 -0
- package/dist/models/ModifyReactionBody.d.ts.map +1 -0
- package/dist/models/ModifyReactionBody.js +50 -0
- package/dist/models/ModifyReactionBody.js.map +1 -0
- package/dist/models/OrganizationEmbedded.d.ts +39 -0
- package/dist/models/OrganizationEmbedded.d.ts.map +1 -0
- package/dist/models/OrganizationEmbedded.js +51 -0
- package/dist/models/OrganizationEmbedded.js.map +1 -0
- package/dist/models/PRReviewer.d.ts +53 -0
- package/dist/models/PRReviewer.d.ts.map +1 -0
- package/dist/models/PRReviewer.js +59 -0
- package/dist/models/PRReviewer.js.map +1 -0
- package/dist/models/Priority.d.ts +29 -0
- package/dist/models/Priority.d.ts.map +1 -0
- package/dist/models/Priority.js +55 -0
- package/dist/models/Priority.js.map +1 -0
- package/dist/models/PullRequest.d.ts +109 -0
- package/dist/models/PullRequest.d.ts.map +1 -0
- package/dist/models/PullRequest.js +77 -0
- package/dist/models/PullRequest.js.map +1 -0
- package/dist/models/PullRequestComment.d.ts +129 -0
- package/dist/models/PullRequestComment.d.ts.map +1 -0
- package/dist/models/PullRequestComment.js +88 -0
- package/dist/models/PullRequestComment.js.map +1 -0
- package/dist/models/PullRequestCommentType.d.ts +26 -0
- package/dist/models/PullRequestCommentType.d.ts.map +1 -0
- package/dist/models/PullRequestCommentType.js +52 -0
- package/dist/models/PullRequestCommentType.js.map +1 -0
- package/dist/models/PullRequestEmbedded.d.ts +39 -0
- package/dist/models/PullRequestEmbedded.d.ts.map +1 -0
- package/dist/models/PullRequestEmbedded.js +51 -0
- package/dist/models/PullRequestEmbedded.js.map +1 -0
- package/dist/models/PullRequestStatus.d.ts +29 -0
- package/dist/models/PullRequestStatus.d.ts.map +1 -0
- package/dist/models/PullRequestStatus.js +55 -0
- package/dist/models/PullRequestStatus.js.map +1 -0
- package/dist/models/Reaction.d.ts +50 -0
- package/dist/models/Reaction.d.ts.map +1 -0
- package/dist/models/Reaction.js +76 -0
- package/dist/models/Reaction.js.map +1 -0
- package/dist/models/ReactionCount.d.ts +39 -0
- package/dist/models/ReactionCount.d.ts.map +1 -0
- package/dist/models/ReactionCount.js +51 -0
- package/dist/models/ReactionCount.js.map +1 -0
- package/dist/models/Reactions.d.ts +36 -0
- package/dist/models/Reactions.d.ts.map +1 -0
- package/dist/models/Reactions.js +55 -0
- package/dist/models/Reactions.js.map +1 -0
- package/dist/models/RemoveRepoRolesBody.d.ts +34 -0
- package/dist/models/RemoveRepoRolesBody.d.ts.map +1 -0
- package/dist/models/RemoveRepoRolesBody.js +54 -0
- package/dist/models/RemoveRepoRolesBody.js.map +1 -0
- package/dist/models/RemoveRepoRolesResponse.d.ts +41 -0
- package/dist/models/RemoveRepoRolesResponse.d.ts.map +1 -0
- package/dist/models/RemoveRepoRolesResponse.js +56 -0
- package/dist/models/RemoveRepoRolesResponse.js.map +1 -0
- package/dist/models/RepoRole.d.ts +29 -0
- package/dist/models/RepoRole.d.ts.map +1 -0
- package/dist/models/RepoRole.js +55 -0
- package/dist/models/RepoRole.js.map +1 -0
- package/dist/models/RepoTemplate.d.ts +27 -0
- package/dist/models/RepoTemplate.d.ts.map +1 -0
- package/dist/models/RepoTemplate.js +53 -0
- package/dist/models/RepoTemplate.js.map +1 -0
- package/dist/models/Repository.d.ts +132 -0
- package/dist/models/Repository.d.ts.map +1 -0
- package/dist/models/Repository.js +94 -0
- package/dist/models/Repository.js.map +1 -0
- package/dist/models/RepositoryCounters.d.ts +57 -0
- package/dist/models/RepositoryCounters.d.ts.map +1 -0
- package/dist/models/RepositoryCounters.js +57 -0
- package/dist/models/RepositoryCounters.js.map +1 -0
- package/dist/models/RepositoryEmbedded.d.ts +39 -0
- package/dist/models/RepositoryEmbedded.d.ts.map +1 -0
- package/dist/models/RepositoryEmbedded.js +51 -0
- package/dist/models/RepositoryEmbedded.js.map +1 -0
- package/dist/models/RepositoryVisibility.d.ts +27 -0
- package/dist/models/RepositoryVisibility.d.ts.map +1 -0
- package/dist/models/RepositoryVisibility.js +53 -0
- package/dist/models/RepositoryVisibility.js.map +1 -0
- package/dist/models/ReviewDecision.d.ts +28 -0
- package/dist/models/ReviewDecision.d.ts.map +1 -0
- package/dist/models/ReviewDecision.js +54 -0
- package/dist/models/ReviewDecision.js.map +1 -0
- package/dist/models/Role.d.ts +27 -0
- package/dist/models/Role.d.ts.map +1 -0
- package/dist/models/Role.js +53 -0
- package/dist/models/Role.js.map +1 -0
- package/dist/models/RunCIBody.d.ts +46 -0
- package/dist/models/RunCIBody.d.ts.map +1 -0
- package/dist/models/RunCIBody.js +54 -0
- package/dist/models/RunCIBody.js.map +1 -0
- package/dist/models/RunCIWorkflowResponse.d.ts +40 -0
- package/dist/models/RunCIWorkflowResponse.d.ts.map +1 -0
- package/dist/models/RunCIWorkflowResponse.js +54 -0
- package/dist/models/RunCIWorkflowResponse.js.map +1 -0
- package/dist/models/SetDecisionBody.d.ts +34 -0
- package/dist/models/SetDecisionBody.d.ts.map +1 -0
- package/dist/models/SetDecisionBody.js +52 -0
- package/dist/models/SetDecisionBody.js.map +1 -0
- package/dist/models/SetDecisionResponse.d.ts +40 -0
- package/dist/models/SetDecisionResponse.d.ts.map +1 -0
- package/dist/models/SetDecisionResponse.js +54 -0
- package/dist/models/SetDecisionResponse.js.map +1 -0
- package/dist/models/ShortAnchor.d.ts +40 -0
- package/dist/models/ShortAnchor.d.ts.map +1 -0
- package/dist/models/ShortAnchor.js +52 -0
- package/dist/models/ShortAnchor.js.map +1 -0
- package/dist/models/Side.d.ts +26 -0
- package/dist/models/Side.d.ts.map +1 -0
- package/dist/models/Side.js +52 -0
- package/dist/models/Side.js.map +1 -0
- package/dist/models/StatusType.d.ts +29 -0
- package/dist/models/StatusType.d.ts.map +1 -0
- package/dist/models/StatusType.js +55 -0
- package/dist/models/StatusType.js.map +1 -0
- package/dist/models/Subject.d.ts +40 -0
- package/dist/models/Subject.d.ts.map +1 -0
- package/dist/models/Subject.js +52 -0
- package/dist/models/Subject.js.map +1 -0
- package/dist/models/SubjectRole.d.ts +41 -0
- package/dist/models/SubjectRole.d.ts.map +1 -0
- package/dist/models/SubjectRole.js +53 -0
- package/dist/models/SubjectRole.js.map +1 -0
- package/dist/models/SubjectType.d.ts +25 -0
- package/dist/models/SubjectType.d.ts.map +1 -0
- package/dist/models/SubjectType.js +51 -0
- package/dist/models/SubjectType.js.map +1 -0
- package/dist/models/TemplatingOptions.d.ts +33 -0
- package/dist/models/TemplatingOptions.d.ts.map +1 -0
- package/dist/models/TemplatingOptions.js +49 -0
- package/dist/models/TemplatingOptions.js.map +1 -0
- package/dist/models/TreeEntry.d.ts +46 -0
- package/dist/models/TreeEntry.d.ts.map +1 -0
- package/dist/models/TreeEntry.js +54 -0
- package/dist/models/TreeEntry.js.map +1 -0
- package/dist/models/TreeEntryType.d.ts +29 -0
- package/dist/models/TreeEntryType.d.ts.map +1 -0
- package/dist/models/TreeEntryType.js +55 -0
- package/dist/models/TreeEntryType.js.map +1 -0
- package/dist/models/TriggerStatus.d.ts +27 -0
- package/dist/models/TriggerStatus.d.ts.map +1 -0
- package/dist/models/TriggerStatus.js +53 -0
- package/dist/models/TriggerStatus.js.map +1 -0
- package/dist/models/UpdateIssueBody.d.ts +77 -0
- package/dist/models/UpdateIssueBody.d.ts.map +1 -0
- package/dist/models/UpdateIssueBody.js +65 -0
- package/dist/models/UpdateIssueBody.js.map +1 -0
- package/dist/models/UpdateIssueCommentBody.d.ts +33 -0
- package/dist/models/UpdateIssueCommentBody.d.ts.map +1 -0
- package/dist/models/UpdateIssueCommentBody.js +49 -0
- package/dist/models/UpdateIssueCommentBody.js.map +1 -0
- package/dist/models/UpdateLabelBody.d.ts +45 -0
- package/dist/models/UpdateLabelBody.d.ts.map +1 -0
- package/dist/models/UpdateLabelBody.js +53 -0
- package/dist/models/UpdateLabelBody.js.map +1 -0
- package/dist/models/UpdateMilestoneBody.d.ts +64 -0
- package/dist/models/UpdateMilestoneBody.d.ts.map +1 -0
- package/dist/models/UpdateMilestoneBody.js +60 -0
- package/dist/models/UpdateMilestoneBody.js.map +1 -0
- package/dist/models/UpdatePullRequestBody.d.ts +39 -0
- package/dist/models/UpdatePullRequestBody.d.ts.map +1 -0
- package/dist/models/UpdatePullRequestBody.js +51 -0
- package/dist/models/UpdatePullRequestBody.js.map +1 -0
- package/dist/models/UpdateRepositoryBody.d.ts +60 -0
- package/dist/models/UpdateRepositoryBody.d.ts.map +1 -0
- package/dist/models/UpdateRepositoryBody.js +62 -0
- package/dist/models/UpdateRepositoryBody.js.map +1 -0
- package/dist/models/UpdateReviewersBody.d.ts +40 -0
- package/dist/models/UpdateReviewersBody.d.ts.map +1 -0
- package/dist/models/UpdateReviewersBody.js +56 -0
- package/dist/models/UpdateReviewersBody.js.map +1 -0
- package/dist/models/UpdateReviewersResponse.d.ts +34 -0
- package/dist/models/UpdateReviewersResponse.d.ts.map +1 -0
- package/dist/models/UpdateReviewersResponse.js +54 -0
- package/dist/models/UpdateReviewersResponse.js.map +1 -0
- package/dist/models/UserEmbedded.d.ts +39 -0
- package/dist/models/UserEmbedded.d.ts.map +1 -0
- package/dist/models/UserEmbedded.js +51 -0
- package/dist/models/UserEmbedded.js.map +1 -0
- package/dist/models/V1Label.d.ts +76 -0
- package/dist/models/V1Label.d.ts.map +1 -0
- package/dist/models/V1Label.js +64 -0
- package/dist/models/V1Label.js.map +1 -0
- package/dist/models/V1ReviewerDelta.d.ts +40 -0
- package/dist/models/V1ReviewerDelta.d.ts.map +1 -0
- package/dist/models/V1ReviewerDelta.js +52 -0
- package/dist/models/V1ReviewerDelta.js.map +1 -0
- package/dist/models/V1Tag.d.ts +52 -0
- package/dist/models/V1Tag.d.ts.map +1 -0
- package/dist/models/V1Tag.js +56 -0
- package/dist/models/V1Tag.js.map +1 -0
- package/dist/models/WorkflowInput.d.ts +34 -0
- package/dist/models/WorkflowInput.d.ts.map +1 -0
- package/dist/models/WorkflowInput.js +54 -0
- package/dist/models/WorkflowInput.js.map +1 -0
- package/dist/models/index.d.ts +116 -0
- package/dist/models/index.d.ts.map +1 -0
- package/dist/models/index.js +134 -0
- package/dist/models/index.js.map +1 -0
- package/dist/runtime.d.ts +179 -0
- package/dist/runtime.d.ts.map +1 -0
- package/dist/runtime.js +325 -0
- package/dist/runtime.js.map +1 -0
- package/package.json +56 -0
|
@@ -0,0 +1,283 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* SourceCraft API
|
|
3
|
+
* Bleeding edge of Public REST API of SourceCraft
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 0.0.1
|
|
6
|
+
* Contact: info@sourcecraft.dev
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import * as runtime from "../runtime";
|
|
13
|
+
import type { IssueLabelsResponse, ModifyLabelCollectionRequest } from "../models/index";
|
|
14
|
+
export interface AddLabelsRequest {
|
|
15
|
+
orgSlug: string;
|
|
16
|
+
repoSlug: string;
|
|
17
|
+
issueSlug: string;
|
|
18
|
+
modifyLabelCollectionRequest: ModifyLabelCollectionRequest;
|
|
19
|
+
silent?: boolean;
|
|
20
|
+
}
|
|
21
|
+
export interface AddLabelsByIDRequest {
|
|
22
|
+
issueId: string;
|
|
23
|
+
modifyLabelCollectionRequest: ModifyLabelCollectionRequest;
|
|
24
|
+
silent?: boolean;
|
|
25
|
+
}
|
|
26
|
+
export interface GetLabelsRequest {
|
|
27
|
+
orgSlug: string;
|
|
28
|
+
repoSlug: string;
|
|
29
|
+
issueSlug: string;
|
|
30
|
+
}
|
|
31
|
+
export interface GetLabelsByIDRequest {
|
|
32
|
+
issueId: string;
|
|
33
|
+
}
|
|
34
|
+
export interface RemoveLabelsRequest {
|
|
35
|
+
orgSlug: string;
|
|
36
|
+
repoSlug: string;
|
|
37
|
+
issueSlug: string;
|
|
38
|
+
modifyLabelCollectionRequest: ModifyLabelCollectionRequest;
|
|
39
|
+
silent?: boolean;
|
|
40
|
+
}
|
|
41
|
+
export interface RemoveLabelsByIDRequest {
|
|
42
|
+
issueId: string;
|
|
43
|
+
modifyLabelCollectionRequest: ModifyLabelCollectionRequest;
|
|
44
|
+
silent?: boolean;
|
|
45
|
+
}
|
|
46
|
+
export interface ReplaceLabelsRequest {
|
|
47
|
+
orgSlug: string;
|
|
48
|
+
repoSlug: string;
|
|
49
|
+
issueSlug: string;
|
|
50
|
+
modifyLabelCollectionRequest: ModifyLabelCollectionRequest;
|
|
51
|
+
silent?: boolean;
|
|
52
|
+
}
|
|
53
|
+
export interface ReplaceLabelsByIDRequest {
|
|
54
|
+
issueId: string;
|
|
55
|
+
modifyLabelCollectionRequest: ModifyLabelCollectionRequest;
|
|
56
|
+
silent?: boolean;
|
|
57
|
+
}
|
|
58
|
+
/**
|
|
59
|
+
* IssuesLabelsApi - interface
|
|
60
|
+
*
|
|
61
|
+
* @export
|
|
62
|
+
* @interface IssuesLabelsApiInterface
|
|
63
|
+
*/
|
|
64
|
+
export interface IssuesLabelsApiInterface {
|
|
65
|
+
/**
|
|
66
|
+
* Associates one or more labels with a specific issue. Returns resulting collection.
|
|
67
|
+
* @summary Add Labels
|
|
68
|
+
* @param {string} orgSlug depending on which route is used, either parent or repoId is filled
|
|
69
|
+
* @param {string} repoSlug
|
|
70
|
+
* @param {string} issueSlug
|
|
71
|
+
* @param {ModifyLabelCollectionRequest} modifyLabelCollectionRequest
|
|
72
|
+
* @param {boolean} [silent]
|
|
73
|
+
* @param {*} [options] Override http request option.
|
|
74
|
+
* @throws {RequiredError}
|
|
75
|
+
* @memberof IssuesLabelsApiInterface
|
|
76
|
+
*/
|
|
77
|
+
addLabelsRaw(requestParameters: AddLabelsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<IssueLabelsResponse>>;
|
|
78
|
+
/**
|
|
79
|
+
* Associates one or more labels with a specific issue. Returns resulting collection.
|
|
80
|
+
* Add Labels
|
|
81
|
+
*/
|
|
82
|
+
addLabels(requestParameters: AddLabelsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<IssueLabelsResponse>;
|
|
83
|
+
/**
|
|
84
|
+
* Associates one or more labels with a specific issue. Returns resulting collection.
|
|
85
|
+
* @summary Add Labels (By Issue ID)
|
|
86
|
+
* @param {string} issueId
|
|
87
|
+
* @param {ModifyLabelCollectionRequest} modifyLabelCollectionRequest
|
|
88
|
+
* @param {boolean} [silent]
|
|
89
|
+
* @param {*} [options] Override http request option.
|
|
90
|
+
* @throws {RequiredError}
|
|
91
|
+
* @memberof IssuesLabelsApiInterface
|
|
92
|
+
*/
|
|
93
|
+
addLabelsByIDRaw(requestParameters: AddLabelsByIDRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<IssueLabelsResponse>>;
|
|
94
|
+
/**
|
|
95
|
+
* Associates one or more labels with a specific issue. Returns resulting collection.
|
|
96
|
+
* Add Labels (By Issue ID)
|
|
97
|
+
*/
|
|
98
|
+
addLabelsByID(requestParameters: AddLabelsByIDRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<IssueLabelsResponse>;
|
|
99
|
+
/**
|
|
100
|
+
* Retrieves all labels that are linked to the specified issue.
|
|
101
|
+
* @summary List Labels
|
|
102
|
+
* @param {string} orgSlug depending on which route is used, either parent or repoId is filled
|
|
103
|
+
* @param {string} repoSlug
|
|
104
|
+
* @param {string} issueSlug
|
|
105
|
+
* @param {*} [options] Override http request option.
|
|
106
|
+
* @throws {RequiredError}
|
|
107
|
+
* @memberof IssuesLabelsApiInterface
|
|
108
|
+
*/
|
|
109
|
+
getLabelsRaw(requestParameters: GetLabelsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<IssueLabelsResponse>>;
|
|
110
|
+
/**
|
|
111
|
+
* Retrieves all labels that are linked to the specified issue.
|
|
112
|
+
* List Labels
|
|
113
|
+
*/
|
|
114
|
+
getLabels(requestParameters: GetLabelsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<IssueLabelsResponse>;
|
|
115
|
+
/**
|
|
116
|
+
* Retrieves all labels that are linked to the specified issue.
|
|
117
|
+
* @summary List Labels (By Issue ID)
|
|
118
|
+
* @param {string} issueId
|
|
119
|
+
* @param {*} [options] Override http request option.
|
|
120
|
+
* @throws {RequiredError}
|
|
121
|
+
* @memberof IssuesLabelsApiInterface
|
|
122
|
+
*/
|
|
123
|
+
getLabelsByIDRaw(requestParameters: GetLabelsByIDRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<IssueLabelsResponse>>;
|
|
124
|
+
/**
|
|
125
|
+
* Retrieves all labels that are linked to the specified issue.
|
|
126
|
+
* List Labels (By Issue ID)
|
|
127
|
+
*/
|
|
128
|
+
getLabelsByID(requestParameters: GetLabelsByIDRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<IssueLabelsResponse>;
|
|
129
|
+
/**
|
|
130
|
+
* Removes one or more labels from a specific issue. Returns resulting collection.
|
|
131
|
+
* @summary Remove labels
|
|
132
|
+
* @param {string} orgSlug depending on which route is used, either parent or repoId is filled
|
|
133
|
+
* @param {string} repoSlug
|
|
134
|
+
* @param {string} issueSlug
|
|
135
|
+
* @param {ModifyLabelCollectionRequest} modifyLabelCollectionRequest
|
|
136
|
+
* @param {boolean} [silent] creation options (query)
|
|
137
|
+
* @param {*} [options] Override http request option.
|
|
138
|
+
* @throws {RequiredError}
|
|
139
|
+
* @memberof IssuesLabelsApiInterface
|
|
140
|
+
*/
|
|
141
|
+
removeLabelsRaw(requestParameters: RemoveLabelsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<IssueLabelsResponse>>;
|
|
142
|
+
/**
|
|
143
|
+
* Removes one or more labels from a specific issue. Returns resulting collection.
|
|
144
|
+
* Remove labels
|
|
145
|
+
*/
|
|
146
|
+
removeLabels(requestParameters: RemoveLabelsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<IssueLabelsResponse>;
|
|
147
|
+
/**
|
|
148
|
+
* Removes one or more labels from a specific issue. Returns resulting collection.
|
|
149
|
+
* @summary Remove labels (By Issue ID)
|
|
150
|
+
* @param {string} issueId
|
|
151
|
+
* @param {ModifyLabelCollectionRequest} modifyLabelCollectionRequest
|
|
152
|
+
* @param {boolean} [silent] creation options (query)
|
|
153
|
+
* @param {*} [options] Override http request option.
|
|
154
|
+
* @throws {RequiredError}
|
|
155
|
+
* @memberof IssuesLabelsApiInterface
|
|
156
|
+
*/
|
|
157
|
+
removeLabelsByIDRaw(requestParameters: RemoveLabelsByIDRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<IssueLabelsResponse>>;
|
|
158
|
+
/**
|
|
159
|
+
* Removes one or more labels from a specific issue. Returns resulting collection.
|
|
160
|
+
* Remove labels (By Issue ID)
|
|
161
|
+
*/
|
|
162
|
+
removeLabelsByID(requestParameters: RemoveLabelsByIDRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<IssueLabelsResponse>;
|
|
163
|
+
/**
|
|
164
|
+
* Completely replaces the current set of labels on an issue with the provided set.
|
|
165
|
+
* @summary Replace Labels
|
|
166
|
+
* @param {string} orgSlug
|
|
167
|
+
* @param {string} repoSlug
|
|
168
|
+
* @param {string} issueSlug
|
|
169
|
+
* @param {ModifyLabelCollectionRequest} modifyLabelCollectionRequest
|
|
170
|
+
* @param {boolean} [silent] creation options (query)
|
|
171
|
+
* @param {*} [options] Override http request option.
|
|
172
|
+
* @throws {RequiredError}
|
|
173
|
+
* @memberof IssuesLabelsApiInterface
|
|
174
|
+
*/
|
|
175
|
+
replaceLabelsRaw(requestParameters: ReplaceLabelsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<IssueLabelsResponse>>;
|
|
176
|
+
/**
|
|
177
|
+
* Completely replaces the current set of labels on an issue with the provided set.
|
|
178
|
+
* Replace Labels
|
|
179
|
+
*/
|
|
180
|
+
replaceLabels(requestParameters: ReplaceLabelsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<IssueLabelsResponse>;
|
|
181
|
+
/**
|
|
182
|
+
* Completely replaces the current set of labels on an issue with the provided set.
|
|
183
|
+
* @summary Replace Labels (By Issue ID)
|
|
184
|
+
* @param {string} issueId
|
|
185
|
+
* @param {ModifyLabelCollectionRequest} modifyLabelCollectionRequest
|
|
186
|
+
* @param {boolean} [silent] creation options (query)
|
|
187
|
+
* @param {*} [options] Override http request option.
|
|
188
|
+
* @throws {RequiredError}
|
|
189
|
+
* @memberof IssuesLabelsApiInterface
|
|
190
|
+
*/
|
|
191
|
+
replaceLabelsByIDRaw(requestParameters: ReplaceLabelsByIDRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<IssueLabelsResponse>>;
|
|
192
|
+
/**
|
|
193
|
+
* Completely replaces the current set of labels on an issue with the provided set.
|
|
194
|
+
* Replace Labels (By Issue ID)
|
|
195
|
+
*/
|
|
196
|
+
replaceLabelsByID(requestParameters: ReplaceLabelsByIDRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<IssueLabelsResponse>;
|
|
197
|
+
}
|
|
198
|
+
/**
|
|
199
|
+
*
|
|
200
|
+
*/
|
|
201
|
+
export declare class IssuesLabelsApi extends runtime.BaseAPI implements IssuesLabelsApiInterface {
|
|
202
|
+
/**
|
|
203
|
+
* Associates one or more labels with a specific issue. Returns resulting collection.
|
|
204
|
+
* Add Labels
|
|
205
|
+
*/
|
|
206
|
+
addLabelsRaw(requestParameters: AddLabelsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<IssueLabelsResponse>>;
|
|
207
|
+
/**
|
|
208
|
+
* Associates one or more labels with a specific issue. Returns resulting collection.
|
|
209
|
+
* Add Labels
|
|
210
|
+
*/
|
|
211
|
+
addLabels(requestParameters: AddLabelsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<IssueLabelsResponse>;
|
|
212
|
+
/**
|
|
213
|
+
* Associates one or more labels with a specific issue. Returns resulting collection.
|
|
214
|
+
* Add Labels (By Issue ID)
|
|
215
|
+
*/
|
|
216
|
+
addLabelsByIDRaw(requestParameters: AddLabelsByIDRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<IssueLabelsResponse>>;
|
|
217
|
+
/**
|
|
218
|
+
* Associates one or more labels with a specific issue. Returns resulting collection.
|
|
219
|
+
* Add Labels (By Issue ID)
|
|
220
|
+
*/
|
|
221
|
+
addLabelsByID(requestParameters: AddLabelsByIDRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<IssueLabelsResponse>;
|
|
222
|
+
/**
|
|
223
|
+
* Retrieves all labels that are linked to the specified issue.
|
|
224
|
+
* List Labels
|
|
225
|
+
*/
|
|
226
|
+
getLabelsRaw(requestParameters: GetLabelsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<IssueLabelsResponse>>;
|
|
227
|
+
/**
|
|
228
|
+
* Retrieves all labels that are linked to the specified issue.
|
|
229
|
+
* List Labels
|
|
230
|
+
*/
|
|
231
|
+
getLabels(requestParameters: GetLabelsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<IssueLabelsResponse>;
|
|
232
|
+
/**
|
|
233
|
+
* Retrieves all labels that are linked to the specified issue.
|
|
234
|
+
* List Labels (By Issue ID)
|
|
235
|
+
*/
|
|
236
|
+
getLabelsByIDRaw(requestParameters: GetLabelsByIDRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<IssueLabelsResponse>>;
|
|
237
|
+
/**
|
|
238
|
+
* Retrieves all labels that are linked to the specified issue.
|
|
239
|
+
* List Labels (By Issue ID)
|
|
240
|
+
*/
|
|
241
|
+
getLabelsByID(requestParameters: GetLabelsByIDRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<IssueLabelsResponse>;
|
|
242
|
+
/**
|
|
243
|
+
* Removes one or more labels from a specific issue. Returns resulting collection.
|
|
244
|
+
* Remove labels
|
|
245
|
+
*/
|
|
246
|
+
removeLabelsRaw(requestParameters: RemoveLabelsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<IssueLabelsResponse>>;
|
|
247
|
+
/**
|
|
248
|
+
* Removes one or more labels from a specific issue. Returns resulting collection.
|
|
249
|
+
* Remove labels
|
|
250
|
+
*/
|
|
251
|
+
removeLabels(requestParameters: RemoveLabelsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<IssueLabelsResponse>;
|
|
252
|
+
/**
|
|
253
|
+
* Removes one or more labels from a specific issue. Returns resulting collection.
|
|
254
|
+
* Remove labels (By Issue ID)
|
|
255
|
+
*/
|
|
256
|
+
removeLabelsByIDRaw(requestParameters: RemoveLabelsByIDRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<IssueLabelsResponse>>;
|
|
257
|
+
/**
|
|
258
|
+
* Removes one or more labels from a specific issue. Returns resulting collection.
|
|
259
|
+
* Remove labels (By Issue ID)
|
|
260
|
+
*/
|
|
261
|
+
removeLabelsByID(requestParameters: RemoveLabelsByIDRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<IssueLabelsResponse>;
|
|
262
|
+
/**
|
|
263
|
+
* Completely replaces the current set of labels on an issue with the provided set.
|
|
264
|
+
* Replace Labels
|
|
265
|
+
*/
|
|
266
|
+
replaceLabelsRaw(requestParameters: ReplaceLabelsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<IssueLabelsResponse>>;
|
|
267
|
+
/**
|
|
268
|
+
* Completely replaces the current set of labels on an issue with the provided set.
|
|
269
|
+
* Replace Labels
|
|
270
|
+
*/
|
|
271
|
+
replaceLabels(requestParameters: ReplaceLabelsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<IssueLabelsResponse>;
|
|
272
|
+
/**
|
|
273
|
+
* Completely replaces the current set of labels on an issue with the provided set.
|
|
274
|
+
* Replace Labels (By Issue ID)
|
|
275
|
+
*/
|
|
276
|
+
replaceLabelsByIDRaw(requestParameters: ReplaceLabelsByIDRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<IssueLabelsResponse>>;
|
|
277
|
+
/**
|
|
278
|
+
* Completely replaces the current set of labels on an issue with the provided set.
|
|
279
|
+
* Replace Labels (By Issue ID)
|
|
280
|
+
*/
|
|
281
|
+
replaceLabelsByID(requestParameters: ReplaceLabelsByIDRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<IssueLabelsResponse>;
|
|
282
|
+
}
|
|
283
|
+
//# sourceMappingURL=IssuesLabelsApi.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IssuesLabelsApi.d.ts","sourceRoot":"","sources":["../../src/apis/IssuesLabelsApi.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,KAAK,OAAO,MAAM,YAAY,CAAC;AACtC,OAAO,KAAK,EAER,mBAAmB,EACnB,4BAA4B,EAC/B,MAAM,iBAAiB,CAAC;AAUzB,MAAM,WAAW,gBAAgB;IAC7B,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,4BAA4B,EAAE,4BAA4B,CAAC;IAC3D,MAAM,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,MAAM,WAAW,oBAAoB;IACjC,OAAO,EAAE,MAAM,CAAC;IAChB,4BAA4B,EAAE,4BAA4B,CAAC;IAC3D,MAAM,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,MAAM,WAAW,gBAAgB;IAC7B,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,WAAW,oBAAoB;IACjC,OAAO,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,mBAAmB;IAChC,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,4BAA4B,EAAE,4BAA4B,CAAC;IAC3D,MAAM,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,MAAM,WAAW,uBAAuB;IACpC,OAAO,EAAE,MAAM,CAAC;IAChB,4BAA4B,EAAE,4BAA4B,CAAC;IAC3D,MAAM,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,MAAM,WAAW,oBAAoB;IACjC,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,4BAA4B,EAAE,4BAA4B,CAAC;IAC3D,MAAM,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,MAAM,WAAW,wBAAwB;IACrC,OAAO,EAAE,MAAM,CAAC;IAChB,4BAA4B,EAAE,4BAA4B,CAAC;IAC3D,MAAM,CAAC,EAAE,OAAO,CAAC;CACpB;AAED;;;;;GAKG;AACH,MAAM,WAAW,wBAAwB;IACrC;;;;;;;;;;;OAWG;IACH,YAAY,CACR,iBAAiB,EAAE,gBAAgB,EACnC,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAC3D,OAAO,CAAC,OAAO,CAAC,WAAW,CAAC,mBAAmB,CAAC,CAAC,CAAC;IAErD;;;OAGG;IACH,SAAS,CACL,iBAAiB,EAAE,gBAAgB,EACnC,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAC3D,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAEhC;;;;;;;;;OASG;IACH,gBAAgB,CACZ,iBAAiB,EAAE,oBAAoB,EACvC,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAC3D,OAAO,CAAC,OAAO,CAAC,WAAW,CAAC,mBAAmB,CAAC,CAAC,CAAC;IAErD;;;OAGG;IACH,aAAa,CACT,iBAAiB,EAAE,oBAAoB,EACvC,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAC3D,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAEhC;;;;;;;;;OASG;IACH,YAAY,CACR,iBAAiB,EAAE,gBAAgB,EACnC,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAC3D,OAAO,CAAC,OAAO,CAAC,WAAW,CAAC,mBAAmB,CAAC,CAAC,CAAC;IAErD;;;OAGG;IACH,SAAS,CACL,iBAAiB,EAAE,gBAAgB,EACnC,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAC3D,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAEhC;;;;;;;OAOG;IACH,gBAAgB,CACZ,iBAAiB,EAAE,oBAAoB,EACvC,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAC3D,OAAO,CAAC,OAAO,CAAC,WAAW,CAAC,mBAAmB,CAAC,CAAC,CAAC;IAErD;;;OAGG;IACH,aAAa,CACT,iBAAiB,EAAE,oBAAoB,EACvC,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAC3D,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAEhC;;;;;;;;;;;OAWG;IACH,eAAe,CACX,iBAAiB,EAAE,mBAAmB,EACtC,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAC3D,OAAO,CAAC,OAAO,CAAC,WAAW,CAAC,mBAAmB,CAAC,CAAC,CAAC;IAErD;;;OAGG;IACH,YAAY,CACR,iBAAiB,EAAE,mBAAmB,EACtC,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAC3D,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAEhC;;;;;;;;;OASG;IACH,mBAAmB,CACf,iBAAiB,EAAE,uBAAuB,EAC1C,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAC3D,OAAO,CAAC,OAAO,CAAC,WAAW,CAAC,mBAAmB,CAAC,CAAC,CAAC;IAErD;;;OAGG;IACH,gBAAgB,CACZ,iBAAiB,EAAE,uBAAuB,EAC1C,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAC3D,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAEhC;;;;;;;;;;;OAWG;IACH,gBAAgB,CACZ,iBAAiB,EAAE,oBAAoB,EACvC,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAC3D,OAAO,CAAC,OAAO,CAAC,WAAW,CAAC,mBAAmB,CAAC,CAAC,CAAC;IAErD;;;OAGG;IACH,aAAa,CACT,iBAAiB,EAAE,oBAAoB,EACvC,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAC3D,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAEhC;;;;;;;;;OASG;IACH,oBAAoB,CAChB,iBAAiB,EAAE,wBAAwB,EAC3C,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAC3D,OAAO,CAAC,OAAO,CAAC,WAAW,CAAC,mBAAmB,CAAC,CAAC,CAAC;IAErD;;;OAGG;IACH,iBAAiB,CACb,iBAAiB,EAAE,wBAAwB,EAC3C,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAC3D,OAAO,CAAC,mBAAmB,CAAC,CAAC;CACnC;AAED;;GAEG;AACH,qBAAa,eAAgB,SAAQ,OAAO,CAAC,OAAQ,YAAW,wBAAwB;IACpF;;;OAGG;IACG,YAAY,CACd,iBAAiB,EAAE,gBAAgB,EACnC,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAC3D,OAAO,CAAC,OAAO,CAAC,WAAW,CAAC,mBAAmB,CAAC,CAAC;IAgFpD;;;OAGG;IACG,SAAS,CACX,iBAAiB,EAAE,gBAAgB,EACnC,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAC3D,OAAO,CAAC,mBAAmB,CAAC;IAK/B;;;OAGG;IACG,gBAAgB,CAClB,iBAAiB,EAAE,oBAAoB,EACvC,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAC3D,OAAO,CAAC,OAAO,CAAC,WAAW,CAAC,mBAAmB,CAAC,CAAC;IA0DpD;;;OAGG;IACG,aAAa,CACf,iBAAiB,EAAE,oBAAoB,EACvC,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAC3D,OAAO,CAAC,mBAAmB,CAAC;IAK/B;;;OAGG;IACG,YAAY,CACd,iBAAiB,EAAE,gBAAgB,EACnC,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAC3D,OAAO,CAAC,OAAO,CAAC,WAAW,CAAC,mBAAmB,CAAC,CAAC;IAgEpD;;;OAGG;IACG,SAAS,CACX,iBAAiB,EAAE,gBAAgB,EACnC,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAC3D,OAAO,CAAC,mBAAmB,CAAC;IAK/B;;;OAGG;IACG,gBAAgB,CAClB,iBAAiB,EAAE,oBAAoB,EACvC,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAC3D,OAAO,CAAC,OAAO,CAAC,WAAW,CAAC,mBAAmB,CAAC,CAAC;IA0CpD;;;OAGG;IACG,aAAa,CACf,iBAAiB,EAAE,oBAAoB,EACvC,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAC3D,OAAO,CAAC,mBAAmB,CAAC;IAK/B;;;OAGG;IACG,eAAe,CACjB,iBAAiB,EAAE,mBAAmB,EACtC,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAC3D,OAAO,CAAC,OAAO,CAAC,WAAW,CAAC,mBAAmB,CAAC,CAAC;IAgFpD;;;OAGG;IACG,YAAY,CACd,iBAAiB,EAAE,mBAAmB,EACtC,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAC3D,OAAO,CAAC,mBAAmB,CAAC;IAK/B;;;OAGG;IACG,mBAAmB,CACrB,iBAAiB,EAAE,uBAAuB,EAC1C,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAC3D,OAAO,CAAC,OAAO,CAAC,WAAW,CAAC,mBAAmB,CAAC,CAAC;IA0DpD;;;OAGG;IACG,gBAAgB,CAClB,iBAAiB,EAAE,uBAAuB,EAC1C,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAC3D,OAAO,CAAC,mBAAmB,CAAC;IAK/B;;;OAGG;IACG,gBAAgB,CAClB,iBAAiB,EAAE,oBAAoB,EACvC,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAC3D,OAAO,CAAC,OAAO,CAAC,WAAW,CAAC,mBAAmB,CAAC,CAAC;IAgFpD;;;OAGG;IACG,aAAa,CACf,iBAAiB,EAAE,oBAAoB,EACvC,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAC3D,OAAO,CAAC,mBAAmB,CAAC;IAK/B;;;OAGG;IACG,oBAAoB,CACtB,iBAAiB,EAAE,wBAAwB,EAC3C,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAC3D,OAAO,CAAC,OAAO,CAAC,WAAW,CAAC,mBAAmB,CAAC,CAAC;IA0DpD;;;OAGG;IACG,iBAAiB,CACnB,iBAAiB,EAAE,wBAAwB,EAC3C,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAC3D,OAAO,CAAC,mBAAmB,CAAC;CAIlC"}
|