@gitkraken/provider-apis 0.22.1 → 0.22.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/CHANGELOG.md CHANGED
@@ -1,4 +1,7 @@
1
1
  # Changelog
2
+ ## 0.22.2
3
+ - fixed `resourceId` being required for Jira Server entity IDs
4
+
2
5
  ## 0.22.1
3
6
  - fixed issue with jiraIssueEntityIdentifierInput type
4
7
 
package/dist/index.js CHANGED
@@ -1083,4 +1083,4 @@ query getLabelsForRepo(
1083
1083
  }
1084
1084
  }
1085
1085
  `,variables:{fullPath:`${r}/${n}`,after:o}},t);return{pageInfo:((l=(u=(a=i.body.data)==null?void 0:a.project)==null?void 0:u.labels)==null?void 0:l.pageInfo)??{endCursor:null,hasNextPage:!1},data:((g=(c=(d=(p=i.body.data)==null?void 0:p.project)==null?void 0:d.labels)==null?void 0:c.nodes)==null?void 0:g.map(yt))??[]}}};var hs="https://api.atlassian.com/ex/jira",be=10,wt=["assignee","comment","summary","created","creator","updated","votes","issuetype","status","labels","components","project"],Et=(s,e,t)=>{var o,i,a,u;let r=s.fields.assignee,n=!t;return{id:s.id,commentCount:s.fields.comment.comments.length,number:s.key,title:s.fields.summary,url:e?`${e}/browse/${s.key}`:null,closedDate:null,createdDate:new Date(s.fields.created),author:we(s.fields.creator,e,n),updatedDate:new Date(s.fields.updated),assignees:r?[we(r,e,n)]:[],description:null,repository:null,project:{name:s.fields.project.name,resourceId:t??null,namespace:null},state:ys(s.fields.status),statusTransitions:((o=s.transitions)==null?void 0:o.map(fs))??[],components:((i=s.fields.components)==null?void 0:i.map(Is))??[],type:s.fields.issuetype.name,upvoteCount:((a=s.fields.votes)==null?void 0:a.votes)||0,labels:((u=s.fields.labels)==null?void 0:u.map(l=>({color:null,description:null,id:null,name:l})))??[]}},fs=s=>{let e;switch(s.to.statusCategory.name){case"To Do":e="TO_DO";break;case"In Progress":e="IN_PROGRESS";break;default:e="DONE";break}return{name:s.name,id:s.id,to:{id:s.to.id,name:s.to.name,color:s.to.statusCategory.colorName,category:e}}},Is=s=>({description:s.description??null,id:s.id,name:s.name}),Rs=(s,e,t)=>t&&s.name?`${e}/secure/ViewProfile.jspa?name=${encodeURIComponent(s.name)}`:`${e}/jira/people/${s.accountId}`,we=(s,e,t)=>({id:(t?s.key:s.accountId)??"",name:s.displayName,email:s.emailAddress,avatarUrl:s.avatarUrls["48x48"],username:s.displayName,url:Rs(s,e,t)}),ys=s=>{let e;switch(s.statusCategory.name){case"To Do":e="TO_DO";break;case"In Progress":e="IN_PROGRESS";break;default:e="DONE";break}return{id:s.id,name:s.name,color:s.statusCategory.colorName,category:e}},J=(s,e,t)=>t?`${e.baseUrl||hs}/${t}`:`${(e==null?void 0:e.baseUrl)||s.baseUrl}`,Ee=async(s,e,t,r={})=>{let{number:n,resourceId:o}=e||{},i=await s.request({url:`${J(s,r,o)}/rest/api/2/issue/${n}?fields=${wt.join(",")}&expand=transitions`,headers:f(r.token||s.token)});return{data:Et(i.body,t,o)}},Pe=async(s,e,t,r={})=>{let{page:n,resourceId:o}=e||{},i=n??0,a=`statusCategory != Done AND (creator = currentUser() OR assignee = currentUser()
1086
- OR comment ~ currentUser() OR summary ~ currentUser() OR description ~ currentUser())`,l=(await s.request({url:`${J(s,r,o)}/rest/api/2/search?jql=${a}&startAt=${i}&maxResults=${be}&fields=${wt.join(",")}&expand=transitions`,headers:f(r.token||s.token)})).body.issues.map(d=>Et(d,t,o)),p=l.length==be;return{data:l,pageInfo:{hasNextPage:p,nextPage:p?i+l.length:null}}},qe=async(s,e,t,r={})=>{let{assigneeLogins:n,authorLogin:o,mentionLogin:i,page:a,project:u,resourceId:l}=e||{},p=a??0,d=[`project = "${u}"`,"statusCategory != Done"];o&&d.push(`creator in ("${o}")`),n&&n.length!==0&&d.push(`assignee in ("${n.join('", "')}")`),i&&d.push(`comment ~ "${i}"`);let g=(await s.request({url:`${J(s,r,l)}/rest/api/2/search?jql=${d.join(" AND ")}&startAt=${p}&maxResults=${be}&fields=${wt.join(",")}&expand=transitions`,headers:f(r.token||s.token)})).body.issues.map(I=>Et(I,t,l)),m=g.length==be;return{data:g,pageInfo:{hasNextPage:m,nextPage:m?p+g.length:null}}},ve=async(s,e,t={})=>{let{issue:r,labels:n}=e;if(!r.project)throw new Error('Jira requires a "project" for this function.');let o={fields:{labels:n.map(i=>i.name)}};await s.request({method:"PUT",url:`${J(s,t,r.project.resourceId??void 0)}/rest/api/2/issue/${r.id}`,body:JSON.stringify(o),headers:{...f(t.token||s.token),"Content-Type":"application/json"}})},Se=async(s,e,t={})=>{let{issue:r,components:n}=e;if(!r.project)throw new Error('Jira requires a "project" for this function.');let o={fields:{components:n.map(i=>({id:i.id}))}};await s.request({method:"PUT",url:`${J(s,t,r.project.resourceId??void 0)}/rest/api/2/issue/${r.id}`,body:JSON.stringify(o),headers:{...f(t.token||s.token),"Content-Type":"application/json"}})},Ce=async(s,e,t={})=>{let{issue:r,status:n}=e;if(!r.project)throw new Error('Jira requires a "project" for this function.');if(!n.id)throw new Error('Jira requires a status "id" for this function.');let o={transition:{id:n.id}};await s.request({method:"POST",url:`${J(s,t,r.project.resourceId??void 0)}/rest/api/2/issue/${r.id}/transitions`,body:JSON.stringify(o),headers:{...f(t.token||s.token),"Content-Type":"application/json"}})},De=async(s,e,t={})=>{let{resourceId:r,projectIdOrKey:n}=e,o=new URL(`${J(s,t,r)}/rest/api/2/project/${n}/components`);return{data:(await s.request({url:o.toString(),headers:f(t.token||s.token)})).body}};var se="https://api.atlassian.com/ex/jira",Pt=100,ne=class extends A{constructor(){super(...arguments);this._resourceUrlCache={}}async getResourceUrl(t,r={}){var i;let n=r.token||this.config.token;if(!n)return null;let o=this._resourceUrlCache[n];return o?o[t.resourceId]??null:(await this.getJiraResourcesForCurrentUser(r),((i=this._resourceUrlCache[n])==null?void 0:i[t.resourceId])??null)}async getCurrentUserForResource(t,r={}){let n=await this.getResourceUrl({resourceId:t.resourceId},r),o=await this.config.request({url:`${r.baseUrl||se}/${t.resourceId}/rest/api/2/myself`,headers:f(r.token||this.config.token)});return{data:{name:o.body.displayName,email:o.body.emailAddress,avatarUrl:o.body.avatarUrls["48x48"],id:o.body.accountId,username:o.body.displayName,url:n?`${n}/jira/people/${o.body.accountId}`:null}}}async getJiraResourcesForCurrentUser(t={}){let r=await this.config.request({url:`${t.baseUrl||"https://api.atlassian.com/"}/oauth/token/accessible-resources`,headers:f(t.token||this.config.token)}),n=t.token||this.config.token,o=n?this._resourceUrlCache[n]||{}:void 0,i=r.body.map(a=>(o&&(o[a.id]=a.url),{avatarUrl:a.avatarUrl,id:a.id,name:a.name,url:a.url}));return n&&(this._resourceUrlCache[n]=o),{data:i}}async getJiraProjectsForResource(t,r={}){let n=new URL(`${r.baseUrl||se}/${t.resourceId}/rest/api/2/project/search`);n.searchParams.set("maxResults",Pt.toString()),t.cursor&&n.searchParams.set("startAt",t.cursor);let o=await this.config.request({url:n.toString(),headers:f(r.token||this.config.token)});return{pageInfo:{hasNextPage:o.body.values.length!==0,endCursor:(o.body.startAt+o.body.values.length).toString()},data:o.body.values.map(i=>({id:i.id,key:i.key,name:i.name,resourceId:t.resourceId}))}}async getJiraProjectsForResources(t,r={}){let n=[];return await Promise.all(t.resourceIds.map(async o=>{let i=await this.getJiraProjectsForResource({resourceId:o},r);n.push(...i.data)})),{data:n}}async getAccountsForJiraProject(t,r={}){let{resourceId:n,projectKey:o,cursor:i}=t,a=await this.getResourceUrl({resourceId:n},r),u=new URL(`${r.baseUrl||se}/${n}/rest/api/2/user/assignable/search`);u.searchParams.set("maxResults",Pt.toString()),i&&u.searchParams.set("startAt",i),u.searchParams.set("project",o);let l=await this.config.request({url:u.toString(),headers:f(r.token||this.config.token)});return{pageInfo:{hasNextPage:l.body.length!==0,endCursor:((i?parseInt(i):0)+l.body.length).toString()},data:l.body.filter(p=>p.accountType!=="app"&&p.active).map(p=>we(p,a,!1))}}async getComponentsForJiraProject(t,r={}){return await De(this.config,t,r)}async getIssue(t,r={}){let n=await this.getResourceUrl({resourceId:t.resourceId},r);return await Ee(this.config,t,n,r)}async getIssuesForProject(t,r={}){let n=await this.getResourceUrl({resourceId:t.resourceId},r);return await qe(this.config,t,n,r)}async getIssuesForResourceForCurrentUser(t,r={}){let n=await this.getResourceUrl({resourceId:t.resourceId},r);return await Pe(this.config,t,n,r)}async setIssueStatus(t,r={}){await Ce(this.config,t,r)}async setIssueAssignee(t,r={}){let{issue:n,assignee:o}=t;if(!n.project)throw new Error('Jira Cloud requires a "project" for this function.');if(!n.project.resourceId)throw new Error('Jira Cloud requires a project "resourceId" for this function.');let i={accountId:o==null?void 0:o.id};await this.config.request({method:"PUT",url:`${r.baseUrl||se}/${n.project.resourceId}/rest/api/2/issue/${n.id}/assignee`,body:JSON.stringify(i),headers:{...f(r.token||this.config.token),"Content-Type":"application/json"}})}async setIssueComponents(t,r={}){await Se(this.config,t,r)}async setIssueLabels(t,r={}){await ve(this.config,t,r)}async getLabelsForResource(t,r={}){let{resourceId:n,cursor:o}=t,i=new URL(`${r.baseUrl||se}/${n}/rest/api/2/label`);i.searchParams.set("maxResults",Pt.toString()),o&&i.searchParams.set("startAt",o);let a=await this.config.request({url:i.toString(),headers:f(r.token||this.config.token)});return{pageInfo:{hasNextPage:!a.body.isLast,endCursor:(a.body.startAt+a.body.values.length).toString()},data:a.body.values.map(u=>({color:null,description:null,id:null,name:u}))}}};var oe=class extends x{async getCurrentUser(e={}){let t=await this.config.request({url:`${(e==null?void 0:e.baseUrl)||this.config.baseUrl}/rest/api/2/myself`,headers:f((e==null?void 0:e.token)||this.config.token)});return{data:{name:t.body.displayName,email:t.body.emailAddress,avatarUrl:t.body.avatarUrls["48x48"],id:t.body.key,username:t.body.displayName,url:null}}}async getJiraProjects(e={}){return{data:(await this.config.request({url:`${(e==null?void 0:e.baseUrl)||this.config.baseUrl}/rest/api/2/project`,headers:f((e==null?void 0:e.token)||this.config.token)})).body.map(r=>({id:r.id,name:r.name}))}}async getIssue(e,t={}){if(!t.baseUrl)throw new Error('Jira Server requires a "baseUrl" for this function.');return await Ee(this.config,e,t.baseUrl,t)}async getIssuesForProject(e,t={}){if(!t.baseUrl)throw new Error('Jira Server requires a "baseUrl" for this function.');return await qe(this.config,e,t.baseUrl,t)}async getIssuesForResourceForCurrentUser(e,t={}){if(!t.baseUrl)throw new Error('Jira Server requires a "baseUrl" for this function.');return await Pe(this.config,e,t.baseUrl,t)}async setIssueStatus(e,t={}){await Ce(this.config,e,t)}async setIssueLabels(e,t={}){await ve(this.config,e,t)}async setIssueComponents(e,t={}){await Se(this.config,e,t)}async getLabels(e={}){return{data:(await this.config.request({url:`${(e==null?void 0:e.baseUrl)||this.config.baseUrl}/rest/api/2/jql/autocompletedata/suggestions?fieldName=labels`,headers:f(e.token||this.config.token)})).body.results.map(({displayName:r})=>({color:null,description:null,id:null,name:r}))}}async getComponentsForJiraProject(e,t={}){return await De(this.config,e,t)}};var M="https://api.trello.com",bs=1e3,ws=(s,e)=>{let t=new Date(1e3*parseInt(s.id.substring(0,8),16));return{id:s.id,commentCount:s.badges.comments,number:s.idShort.toString(),title:s.name,url:s.url,closedDate:null,createdDate:new Date(t.toISOString()),author:null,updatedDate:new Date(s.dateLastActivity),assignees:s.idMembers.map(r=>({id:r,username:null,name:null,email:null,avatarUrl:null,url:null})),description:null,state:e[s.idList??""]?{id:s.idList,name:e[s.idList].name,color:null}:null,type:null,repository:null,upvoteCount:s.badges.votes,labels:s.labels.map(r=>({color:r.color,description:null,id:r.id,name:r.name}))}},ie=class extends A{async getCurrentUser(e,t={}){let r=await this.config.request({url:`${t.baseUrl||M}/1/members/me?key=${e.appKey}&token=${t.token||this.config.token}`,headers:f(t.token||this.config.token)});return{data:{name:r.body.fullName,email:r.body.email,avatarUrl:r.body.avatarHash?`https://trello-members.s3.amazonaws.com/${r.body.id}/${r.body.avatarHash}/50.png`:null,id:r.body.id,username:r.body.username,url:r.body.url}}}async getBoardsForCurrentUser(e,t={}){return{data:(await this.config.request({url:`${t.baseUrl||M}/1/members/me/boards?fields=name&key=${e.appKey}&token=${t.token||this.config.token}&filter=open`,headers:f(t.token||this.config.token)})).body.map(n=>({id:n.id,name:n.name}))}}async getListsForTrelloBoard(e,t={}){let{appKey:r,boardId:n}=e;return{data:(await this.config.request({url:`${t.baseUrl||M}/1/boards/${n}/lists?key=${r}&token=${t.token||this.config.token}`,headers:f(t.token||this.config.token)})).body}}async getAccountsForTrelloBoard(e,t={}){let{appKey:r,boardId:n}=e;return{data:(await this.config.request({url:`${t.baseUrl||M}/1/boards/${n}/members?key=${r}&token=${t.token||this.config.token}`,headers:f(t.token||this.config.token)})).body.map(i=>({id:i.id,name:i.fullName,username:i.username,email:null,avatarUrl:null,url:null}))}}async getIssuesForBoard(e,t={}){let r=["-is:archived","sort:edited"],{appKey:n,boardId:o,filterText:i,assigneeLogins:a,trelloBoardListsById:u}=e||{};a&&r.push("@me");let l=`${i?`${i}`:""}${r.join(" ")} board:${o}`;return{data:(await this.config.request({url:`${t.baseUrl||M}/1/search?key=${n}&query=${l}&cards_limit=${bs}&token=${t.token||this.config.token}`,headers:f(t.token||this.config.token)})).body.cards.map(d=>ws(d,u||{}))}}async updateIssue(e,t,r,n){return await this.config.request({method:"PUT",url:`${n.baseUrl||M}/1/cards/${t.id}?key=${e}&token=${n.token||this.config.token}&${r}`,headers:f(n.token||this.config.token)})}async setIssueStatus(e,t={}){let{appKey:r,issue:n,status:o}=e;if(!o.id)throw new Error('Trello requires a status "id" for this function.');let i=`idList=${o.id}`;if(!(await this.updateIssue(r,n,i,t)).body.id)throw new Error("Could not set issue status")}async setIssueAssignees(e,t={}){let{appKey:r,issue:n,assignees:o}=e,i=o.map(l=>l.id),a=`idMembers=${encodeURIComponent(i.join(","))}`;if(!(await this.updateIssue(r,n,a,t)).body.id)throw new Error("Could not set issue status")}async setIssueLabels(e,t={}){let{appKey:r,issue:n,labels:o}=e,i=o.map(u=>u.id).join(",");if(!(await this.config.request({method:"PUT",url:`${t.baseUrl||M}/1/cards/${n.id}?key=${r}&token=${t.token||this.config.token}&idLabels=${encodeURIComponent(i)}`,headers:f(t.token||this.config.token)})).body.id)throw new Error("Could not set issue status")}async setIssueArchived(e,t={}){let{appKey:r,issue:n,archived:o}=e;if(!(await this.config.request({method:"PUT",url:`${t.baseUrl||M}/1/cards/${n.id}?key=${r}&token=${t.token||this.config.token}&closed=${o}`,headers:f(t.token||this.config.token)})).body.id)throw new Error("Could not update issue archived status")}async archiveIssue(e,t={}){await this.setIssueArchived({...e,archived:!0},t)}async unArchiveIssue(e,t={}){await this.setIssueArchived({...e,archived:!1},t)}async getLabelsForBoard(e,t={}){let{appKey:r,boardId:n}=e;return{data:(await this.config.request({url:`${t.baseUrl||M}/1/boards/${n}/labels?key=${r}&token=${t.token||this.config.token}`,headers:f(t.token||this.config.token)})).body.map(i=>({color:i.color,description:null,id:i.id,name:i.name}))}}};var Ue={};O(Ue,{default:()=>Es});var Es={};var Le={};O(Le,{default:()=>Ps});var Ps={};var $e={};O($e,{default:()=>qs});var qs={};var Me={};O(Me,{decode:()=>Ds,decodeV0:()=>Us,encode:()=>Cs,validate:()=>Ss});var S=(t=>(t.Zero="0",t.One="1",t))(S||{}),C=(t=>(t.PullRequest="pr",t.Issue="issue",t))(C||{}),D=(p=>(p.Azure="azure",p.Github="github",p.GithubEnterprise="githubEnterprise",p.Gitlab="gitlab",p.GitlabSelfHosted="gitlabSelfHosted",p.Bitbucket="bitbucket",p.BitbucketServer="bitbucketServer",p.Jira="jira",p.JiraServer="jiraServer",p.Trello="trello",p))(D||{});var Ae=class{constructor(){}validate(e){if(!e.organizationName)throw new Error("organizationName is required");if(!e.projectId)throw new Error("projectId is required");if(!e.entityId)throw new Error("issueId is required")}encode(e){if(this.validate(e),!e.organizationName||!e.projectId||!e.entityId)throw new Error("Missing required fields for Azure DevOps issue uniqueId");let t=[];return t.push("azure"),t.push("issue"),t.push("1"),t.push(e.domain||""),t.push(e.organizationName),t.push(e.projectId),t.push(e.entityId),JSON.stringify(t)}decode(e){if(e.length<7)throw new Error("Invalid Azure DevOps issue uniqueId, check version");return{provider:e[0],entityType:e[1],version:e[2],domain:e[3]==""?null:e[3],resourceId:null,accountOrOrgId:null,organizationName:e[4],projectId:e[5],repoId:null,entityId:e[6]}}};var Ge=class{constructor(){}validate(e){if(!e.organizationName)throw new Error("organizationName is required");if(!e.projectId)throw new Error("projectId is required");if(!e.repoId)throw new Error("repoId is required");if(!e.entityId)throw new Error("entityId is required")}encode(e){if(this.validate(e),!e.organizationName||!e.projectId||!e.repoId||!e.entityId)throw new Error("Missing required fields for Azure DevOps pull request uniqueId");let t=[];return t.push("azure"),t.push("pr"),t.push("1"),t.push(e.domain||""),t.push(e.organizationName),t.push(e.projectId),t.push(e.repoId),t.push(e.entityId),JSON.stringify(t)}decode(e){if(e.length<8)throw new Error("Invalid Azure DevOps pull request uniqueId, check version");return{provider:e[0],entityType:e[1],version:e[2],domain:e[3]==""?null:e[3],resourceId:null,accountOrOrgId:null,organizationName:e[4],projectId:e[5],repoId:e[6],entityId:e[7]}}};var Te=class{constructor(){}validate(e){if(e.domain&&e.provider=="bitbucket")throw new Error("domain is only supported for BitbucketServer");if(!e.repoId)throw new Error("repoId is required");if(!e.entityId)throw new Error("issueId is required")}encode(e){if(this.validate(e),!e.repoId||!e.entityId)throw new Error("Missing required fields for Bitbucket DevOps issue uniqueId");let t=[];return t.push(e.domain?"bitbucketServer":"bitbucket"),t.push("issue"),t.push("1"),t.push(e.domain||""),t.push(e.repoId),t.push(e.entityId),JSON.stringify(t)}decode(e){if(e.length<6)throw new Error("Invalid Bitbucket DevOps issue uniqueId, check version");return{provider:e[0],entityType:e[1],version:e[2],domain:e[3]==""?null:e[3],resourceId:null,accountOrOrgId:null,organizationName:null,projectId:null,repoId:e[4],entityId:e[5]}}};var Oe=class{constructor(){}validate(e){if(e.domain&&e.provider=="bitbucket")throw new Error("domain is only supported for BitbucketServer");if(!e.repoId)throw new Error("repoId is required");if(!e.entityId)throw new Error("entityId is required")}encode(e){if(this.validate(e),!e.repoId||!e.entityId)throw new Error("Missing required fields for Bitbucket DevOps pull request uniqueId");let t=[];return t.push(e.domain?"bitbucketServer":"bitbucket"),t.push("pr"),t.push("1"),t.push(e.domain||""),t.push(e.repoId),t.push(e.entityId),JSON.stringify(t)}decode(e){if(e.length<6)throw new Error("Invalid Bitbucket DevOps pull request uniqueId, check version");return{provider:e[0],entityType:e[1],version:e[2],domain:e[3]==""?null:e[3],resourceId:null,accountOrOrgId:null,organizationName:null,projectId:null,repoId:e[4],entityId:e[5]}}};var xe=class{constructor(){}validate(e){if(e.domain&&e.provider=="github")throw new Error("domain is only supported for GithubEnterprise");if(!e.entityId)throw new Error("entityId is required")}encode(e){if(this.validate(e),!e.entityId)throw new Error("Missing required fields for Github issue uniqueId");let t=[];return t.push(e.domain?"githubEnterprise":"github"),t.push("issue"),t.push("1"),t.push(e.domain||""),t.push(e.entityId),JSON.stringify(t)}decode(e){if(e.length<5)throw new Error("Invalid Github issue uniqueId, check version");return{provider:e[0],entityType:e[1],version:e[2],domain:e[3]==""?null:e[3],resourceId:null,accountOrOrgId:null,organizationName:null,projectId:null,repoId:null,entityId:e[4]}}};var ke=class{constructor(){}validate(e){if(e.domain&&e.provider=="github")throw new Error("domain is only supported for GithubEnterprise");if(!e.entityId)throw new Error("entityId is required")}encode(e){if(this.validate(e),!e.entityId)throw new Error("Missing required fields for Github pull request uniqueId");let t=[];return t.push(e.domain?"githubEnterprise":"github"),t.push("pr"),t.push("1"),t.push(e.domain||""),t.push(e.entityId),JSON.stringify(t)}decode(e){if(e.length<5)throw new Error("Invalid Github pull request uniqueId, check version");return{provider:e[0],entityType:e[1],version:e[2],domain:e[3]==""?null:e[3],resourceId:null,accountOrOrgId:null,organizationName:null,projectId:null,repoId:null,entityId:e[4]}}};var _e=class{constructor(){}validate(e){if(e.domain&&e.provider=="gitlab")throw new Error("domain is only supported for GitlabSelfHosted");if(!e.entityId)throw new Error("entityId is required")}encode(e){if(this.validate(e),!e.entityId)throw new Error("Missing required fields for Gitlab issue uniqueId");let t=[];return t.push(e.domain?"gitlabSelfHosted":"gitlab"),t.push("issue"),t.push("1"),t.push(e.domain||""),t.push(e.entityId),JSON.stringify(t)}decode(e){if(e.length<5)throw new Error("Invalid Gitlab issue uniqueId, check version");return{provider:e[0],entityType:e[1],version:e[2],domain:e[3]==""?null:e[3],resourceId:null,accountOrOrgId:null,organizationName:null,projectId:null,repoId:null,entityId:e[4]}}};var Ne=class{constructor(){}validate(e){if(e.domain&&e.provider=="gitlab")throw new Error("domain is only supported for GitlabSelfHosted");if(!e.entityId)throw new Error("entityId is required")}encode(e){if(this.validate(e),!e.entityId)throw new Error("Missing required fields for Gitlab pull request uniqueId");let t=[];return t.push(e.domain?"gitlabSelfHosted":"gitlab"),t.push("pr"),t.push("1"),t.push(e.domain||""),t.push(e.entityId),JSON.stringify(t)}decode(e){if(e.length<5)throw new Error("Invalid Gitlab pull request uniqueId, check version");return{provider:e[0],entityType:e[1],version:e[2],domain:e[3]==""?null:e[3],resourceId:null,accountOrOrgId:null,organizationName:null,projectId:null,repoId:null,entityId:e[4]}}};var Qe=class{constructor(){}validate(e){if(e.domain&&e.provider=="jira")throw new Error("domain is only supported for JiraServer");if(!e.resourceId)throw new Error("resourceId is required");if(!e.projectId)throw new Error("projectId is required");if(!e.entityId)throw new Error("entityId is required")}encode(e){if(this.validate(e),!e.resourceId||!e.projectId||!e.entityId)throw new Error("Missing required fields for Jira issue uniqueId");let t=[];return t.push(e.domain?"jiraServer":"jira"),t.push("issue"),t.push("1"),t.push(e.domain||""),t.push(e.resourceId),t.push(e.projectId),t.push(e.entityId),JSON.stringify(t)}decode(e){if(e.length<7)throw new Error("Invalid Jira issue uniqueId, check version");return{provider:e[0],entityType:e[1],version:e[2],domain:e[3]==""?null:e[3],resourceId:e[4],accountOrOrgId:null,organizationName:null,projectId:e[5],repoId:null,entityId:e[6]}}};var Be=class{constructor(){}validate(e){if(!e.accountOrOrgId)throw new Error("accountOrOrgId is required");if(!e.projectId)throw new Error("projectId is required");if(!e.entityId)throw new Error("entityId is required")}encode(e){if(this.validate(e),!e.accountOrOrgId||!e.projectId||!e.entityId)throw new Error("Missing required fields for Trello issue uniqueId");let t=[];return t.push("trello"),t.push("issue"),t.push("1"),t.push(""),t.push(e.accountOrOrgId),t.push(e.projectId),t.push(e.entityId),JSON.stringify(t)}decode(e){if(e.length<7)throw new Error("Invalid Trello issue uniqueId, check version");return{provider:e[0],entityType:e[1],version:e[2],domain:e[3]==""?null:e[3],resourceId:null,accountOrOrgId:e[4],organizationName:null,projectId:e[5],repoId:null,entityId:e[6]}}};var je=(s,e)=>{if(!e)throw new Error("entityType is required");if(!s)throw new Error("provider is required");switch(s){case"azure":return e==="pr"?new Ge:new Ae;case"bitbucket":case"bitbucketServer":return e==="pr"?new Oe:new Te;case"github":case"githubEnterprise":return e==="pr"?new ke:new xe;case"gitlab":case"gitlabSelfHosted":return e==="pr"?new Ne:new _e;case"jira":case"jiraServer":if(e==="pr")throw new Error("EntityType PullRequest is not valid for Jira");return new Qe;case"trello":if(e==="pr")throw new Error("EntityType PullRequest is not valid for Jira");return new Be;default:throw new Error("unknown provider")}},vs=s=>{if(!s.entityType)throw new Error("entityType is required");if(!s.provider)throw new Error("provider is required");if(!s.entityId)throw new Error("entityID is required")},Ss=s=>{if(s.version==="0"){vs(s);return}je(s.provider,s.entityType).validate(s)},Cs=s=>je(s.provider,s.entityType).encode(s),Ds=s=>{let e=JSON.parse(s);if(!e||!e.length)throw new Error("invalid issue unique id");return je(e[0],e[1]).decode(e)},Us=(s,e,t)=>{if(!t)throw new Error("entityID is required");try{let r=JSON.parse(t);if(!r||!r.length)throw new Error("Invalid pull request uniqueId");let n=[s,e,"0",...r];return je(s,e).decode(n)}catch{return{provider:s,entityType:e,version:"0",domain:"",resourceId:null,accountOrOrgId:null,organizationName:null,projectId:null,repoId:null,entityId:t}}};var Fe={};O(Fe,{CHANGES_REQUESTED_ACTION_CATEGORY:()=>lr,CHANGES_REQUESTED_BUCKET_ID:()=>Lt,CONFLICTS_ACTION_CATEGORY:()=>ar,CONFLICTS_BUCKET_ID:()=>Dt,DRAFT_ACTION_CATEGORY:()=>cr,DRAFT_BUCKET_ID:()=>Gt,FAILING_CI_ACTION_CATEGORY:()=>ir,FAILING_CI_BUCKET_ID:()=>Ct,NEEDS_MY_REVIEW_ACTION_CATEGORY:()=>ur,NEEDS_MY_REVIEW_BUCKET_ID:()=>Ut,OTHER_ACTION_CATEGORY:()=>gr,OTHER_BUCKET_ID:()=>Tt,PINNED_BUCKET_ID:()=>qt,READY_TO_MERGE_ACTION_CATEGORY:()=>nr,READY_TO_MERGE_BUCKET_ID:()=>vt,REVIEWER_COMMENTED_ACTION_CATEGORY:()=>pr,REVIEWER_COMMENTED_BUCKET_ID:()=>$t,SNOOZED_BUCKET_ID:()=>Ot,UNASSIGNED_REVIEWERS_ACTION_CATEGORY:()=>or,UNASSIGNED_REVIEWERS_BUCKET_ID:()=>St,WAITING_FOR_REVIEW_ACTION_CATEGORY:()=>dr,WAITING_FOR_REVIEW_BUCKET_ID:()=>At,getActionablePullRequests:()=>mr,groupPullRequestsIntoBuckets:()=>Ls});var L=(s,e,t,r)=>({id:s,faIconName:t,name:e,priority:r,pullRequests:[]}),qt="pinned",vt="readyToMerge",St="unassignedReviewers",Ct="failingCI",Dt="conflicts",Ut="needsMyReview",Lt="changesRequested",$t="reviewerCommented",At="waitingForReview",Gt="draft",Tt="other",Ot="snoozed",nr="readyToMerge",or="unassignedReviewers",ir="failingCI",ar="conflicts",ur="needsMyReview",lr="changesRequested",pr="reviewerCommented",dr="waitingForReview",cr="draft",gr="other",mr=(s,e,t)=>s.map(r=>{var a,u,l,p,d,c,g,m,I,E,h,b;let o={...r,...{suggestedActionCategory:gr,priority:1e3,viewer:{canMerge:!1,isAuthor:!1,isAssignee:!1,isReviewer:!1,shouldMerge:!1,shouldAssignReviewer:!1,waitingOnReviews:!1,shouldReview:!1},failingCI:!1,hasConflicts:!1,changeRequestReviewCount:0,commentReviewCount:0,approvalReviewCount:0}};o.viewer.isAuthor=((a=r.author)==null?void 0:a.id)===e.id,o.viewer.isAssignee=((u=r.assignees)==null?void 0:u.some(y=>y.id===e.id))??!1,o.viewer.isReviewer=((l=r.reviews)==null?void 0:l.some(y=>y.reviewer.id===e.id))??!1,o.viewer.canMerge=((p=r.permissions)==null?void 0:p.canMerge)??!0,o.hasConflicts=r.mergeableState==="CONFLICTS",o.failingCI=((c=(d=r.headCommit)==null?void 0:d.buildStatuses)==null?void 0:c.some(y=>y.state==="ERROR"||y.state==="FAILED"))??!1,o.commentReviewCount=((g=r.reviews)==null?void 0:g.filter(y=>y.state==="COMMENTED").length)??0,o.approvalReviewCount=((m=r.reviews)==null?void 0:m.filter(y=>y.state==="APPROVED").length)??0,o.changeRequestReviewCount=((I=r.reviews)==null?void 0:I.filter(y=>y.state==="CHANGES_REQUESTED").length)??0;let i=(E=t==null?void 0:t.enrichedItemsByUniqueId)==null?void 0:E[r.uuid];return i!=null&&(o.viewer.enrichedItems=i,i.some(y=>y.type==="pin")&&(o.viewer.pinned=!0,o.priority-=800),i.some(y=>y.type==="snooze")&&(o.viewer.snoozed=!0)),(o.viewer.isAuthor||o.viewer.isAssignee&&!o.viewer.isReviewer)&&o.viewer.canMerge&&!o.failingCI&&r.mergeableState==="MERGEABLE"&&(!r.reviewDecision||r.reviewDecision==="APPROVED")&&(o.viewer.shouldMerge=!0,o.suggestedActionCategory=nr),o.viewer.isAuthor&&r.isDraft&&(o.suggestedActionCategory=cr),o.viewer.isAuthor&&r.reviewDecision==="REVIEW_REQUESTED"&&(o.suggestedActionCategory=dr,o.viewer.waitingOnReviews=!0),o.viewer.isAuthor&&r.reviewDecision==="COMMENTED"&&(o.suggestedActionCategory=pr),o.viewer.isAuthor&&o.failingCI&&(o.suggestedActionCategory=ir),o.viewer.isAuthor&&o.hasConflicts&&(o.suggestedActionCategory=ar),o.viewer.isAuthor&&r.reviewDecision==="CHANGES_REQUESTED"&&(o.suggestedActionCategory=lr),o.viewer.isAuthor&&!((h=r.reviews)!=null&&h.length)&&(o.suggestedActionCategory=or,o.viewer.shouldAssignReviewer=!0),(b=r.reviews)!=null&&b.some(y=>y.reviewer.id===e.id&&y.state==="REVIEW_REQUESTED")&&(o.suggestedActionCategory=ur,o.viewer.shouldReview=!0),o}),Ls=(s,e,t)=>{let r={pinned:L(qt,"Pinned","thumbtack",-1),readyToMerge:L(vt,"Ready to Merge","code-merge",0),unassignedReviewers:L(St,"Unassigned Reviewers","user-plus",1),failingCI:L(Ct,"Failing CI","circle-x",2),conflicts:L(Dt,"Resolve Conflicts","triangle-exclamation",3),needsMyReview:L(Ut,"Needs My Review","eye",4),changesRequested:L(Lt,"Suggested Changes","file-plus",5),reviewerCommented:L($t,"Reviewer Commented","comment",6),waitingForReview:L(At,"Waiting for Review","circle-pause",7),draft:L(Gt,"Draft","compass-drafting",8),other:L(Tt,"Other","ellipsis",9),snoozed:L(Ot,"Snoozed","snooze",10)},o=mr(s,e,t).reduce((i,a)=>(i[a.uuid]=a,i),{});return s.forEach(i=>{let a=o[i.uuid],u=!0;if(a.viewer.snoozed){r[Ot].pullRequests.push(i);return}a.viewer.pinned&&r[qt].pullRequests.push(i),(a.viewer.isAuthor||a.viewer.isAssignee&&!a.viewer.isReviewer)&&a.viewer.canMerge&&a.mergeableState==="MERGEABLE"&&(!i.reviewDecision||i.reviewDecision==="APPROVED")&&(r[vt].pullRequests.push(i),u=!1),a.viewer.shouldAssignReviewer&&(r[St].pullRequests.push(i),u=!1),a.viewer.isAuthor&&a.failingCI&&(r[Ct].pullRequests.push(i),u=!1),a.viewer.isAuthor&&a.hasConflicts&&(r[Dt].pullRequests.push(i),u=!1),a.viewer.shouldReview&&(r[Ut].pullRequests.push(i),u=!1),a.viewer.isAuthor&&a.reviewDecision==="CHANGES_REQUESTED"&&(r[Lt].pullRequests.push(i),u=!1),a.viewer.isAuthor&&a.reviewDecision==="COMMENTED"&&(r[$t].pullRequests.push(i),u=!1),a.viewer.isAuthor&&a.reviewDecision==="REVIEW_REQUESTED"&&(r[At].pullRequests.push(i),u=!1),a.isDraft&&(r[Gt].pullRequests.push(i),u=!1),u&&r[Tt].pullRequests.push(i)}),Object.values(r).forEach(i=>{i.pullRequests.sort((a,u)=>o[a.uuid].priority-o[u.uuid].priority)}),r};var ze={};O(ze,{getPullRequestRank:()=>$s});var $s=(s,e,t)=>{var i,a,u;let r=0,n,o;return(i=s.reviews)==null||i.forEach(l=>{l.reviewer.id===e&&(n=l.state),l.state==="CHANGES_REQUESTED"?o="CHANGES_REQUESTED":l.state==="APPROVED"&&o!=="CHANGES_REQUESTED"&&(o="APPROVED")}),o||(o="REVIEW_REQUESTED"),((a=s.author)==null?void 0:a.id)===e?r+=1e3:(u=s.assignees)!=null&&u.find(l=>l.id===e)?r+=900:n==="REVIEW_REQUESTED"?r+=800:t&&(r+=700),o==="APPROVED"?s.mergeableState==="MERGEABLE"?r+=100:s.mergeableState==="CONFLICTS"?r+=90:r+=80:o=="CHANGES_REQUESTED"&&(r+=70),r};var He={};O(He,{default:()=>As});var As={};var We={};O(We,{default:()=>Gs});var Gs={};var Je={};O(Je,{default:()=>Ts});var Ts={};var hr=(i=>(i.Conflicts="conflicts",i.Failure="failure",i.NotSet="notSet",i.Queued="queued",i.RejectedByPolicy="rejectedByPolicy",i.Succeeded="succeeded",i))(hr||{});var fr=(t=>(t.Completed="COMPLETED",t.NotPlanned="NOT_PLANNED",t))(fr||{});var Os=s=>{let e={request:s==null?void 0:s.request};return{azureDevOps:new Y({...e,...s==null?void 0:s.azureDevOps}),bitbucket:new Z({...e,...s==null?void 0:s.bitbucket}),bitbucketServer:new ee({...e,...s==null?void 0:s.bitbucketServer}),github:new te({...e,...s==null?void 0:s.github}),gitlab:new re({...e,...s==null?void 0:s.gitlab}),jira:new ne({...e,...s==null?void 0:s.jira}),jiraServer:new oe({...e,...s==null?void 0:s.jiraServer}),trello:new ie({...e,...s==null?void 0:s.trello})}},xs=Os;var ks={azureDevOps:Ue,bitbucket:Le,bitbucketServer:$e,github:ze,gitlab:He,gitProvider:Fe,jira:We,trello:Je,entityIdentifier:Me};
1086
+ OR comment ~ currentUser() OR summary ~ currentUser() OR description ~ currentUser())`,l=(await s.request({url:`${J(s,r,o)}/rest/api/2/search?jql=${a}&startAt=${i}&maxResults=${be}&fields=${wt.join(",")}&expand=transitions`,headers:f(r.token||s.token)})).body.issues.map(d=>Et(d,t,o)),p=l.length==be;return{data:l,pageInfo:{hasNextPage:p,nextPage:p?i+l.length:null}}},qe=async(s,e,t,r={})=>{let{assigneeLogins:n,authorLogin:o,mentionLogin:i,page:a,project:u,resourceId:l}=e||{},p=a??0,d=[`project = "${u}"`,"statusCategory != Done"];o&&d.push(`creator in ("${o}")`),n&&n.length!==0&&d.push(`assignee in ("${n.join('", "')}")`),i&&d.push(`comment ~ "${i}"`);let g=(await s.request({url:`${J(s,r,l)}/rest/api/2/search?jql=${d.join(" AND ")}&startAt=${p}&maxResults=${be}&fields=${wt.join(",")}&expand=transitions`,headers:f(r.token||s.token)})).body.issues.map(I=>Et(I,t,l)),m=g.length==be;return{data:g,pageInfo:{hasNextPage:m,nextPage:m?p+g.length:null}}},ve=async(s,e,t={})=>{let{issue:r,labels:n}=e;if(!r.project)throw new Error('Jira requires a "project" for this function.');let o={fields:{labels:n.map(i=>i.name)}};await s.request({method:"PUT",url:`${J(s,t,r.project.resourceId??void 0)}/rest/api/2/issue/${r.id}`,body:JSON.stringify(o),headers:{...f(t.token||s.token),"Content-Type":"application/json"}})},Se=async(s,e,t={})=>{let{issue:r,components:n}=e;if(!r.project)throw new Error('Jira requires a "project" for this function.');let o={fields:{components:n.map(i=>({id:i.id}))}};await s.request({method:"PUT",url:`${J(s,t,r.project.resourceId??void 0)}/rest/api/2/issue/${r.id}`,body:JSON.stringify(o),headers:{...f(t.token||s.token),"Content-Type":"application/json"}})},Ce=async(s,e,t={})=>{let{issue:r,status:n}=e;if(!r.project)throw new Error('Jira requires a "project" for this function.');if(!n.id)throw new Error('Jira requires a status "id" for this function.');let o={transition:{id:n.id}};await s.request({method:"POST",url:`${J(s,t,r.project.resourceId??void 0)}/rest/api/2/issue/${r.id}/transitions`,body:JSON.stringify(o),headers:{...f(t.token||s.token),"Content-Type":"application/json"}})},De=async(s,e,t={})=>{let{resourceId:r,projectIdOrKey:n}=e,o=new URL(`${J(s,t,r)}/rest/api/2/project/${n}/components`);return{data:(await s.request({url:o.toString(),headers:f(t.token||s.token)})).body}};var se="https://api.atlassian.com/ex/jira",Pt=100,ne=class extends A{constructor(){super(...arguments);this._resourceUrlCache={}}async getResourceUrl(t,r={}){var i;let n=r.token||this.config.token;if(!n)return null;let o=this._resourceUrlCache[n];return o?o[t.resourceId]??null:(await this.getJiraResourcesForCurrentUser(r),((i=this._resourceUrlCache[n])==null?void 0:i[t.resourceId])??null)}async getCurrentUserForResource(t,r={}){let n=await this.getResourceUrl({resourceId:t.resourceId},r),o=await this.config.request({url:`${r.baseUrl||se}/${t.resourceId}/rest/api/2/myself`,headers:f(r.token||this.config.token)});return{data:{name:o.body.displayName,email:o.body.emailAddress,avatarUrl:o.body.avatarUrls["48x48"],id:o.body.accountId,username:o.body.displayName,url:n?`${n}/jira/people/${o.body.accountId}`:null}}}async getJiraResourcesForCurrentUser(t={}){let r=await this.config.request({url:`${t.baseUrl||"https://api.atlassian.com/"}/oauth/token/accessible-resources`,headers:f(t.token||this.config.token)}),n=t.token||this.config.token,o=n?this._resourceUrlCache[n]||{}:void 0,i=r.body.map(a=>(o&&(o[a.id]=a.url),{avatarUrl:a.avatarUrl,id:a.id,name:a.name,url:a.url}));return n&&(this._resourceUrlCache[n]=o),{data:i}}async getJiraProjectsForResource(t,r={}){let n=new URL(`${r.baseUrl||se}/${t.resourceId}/rest/api/2/project/search`);n.searchParams.set("maxResults",Pt.toString()),t.cursor&&n.searchParams.set("startAt",t.cursor);let o=await this.config.request({url:n.toString(),headers:f(r.token||this.config.token)});return{pageInfo:{hasNextPage:o.body.values.length!==0,endCursor:(o.body.startAt+o.body.values.length).toString()},data:o.body.values.map(i=>({id:i.id,key:i.key,name:i.name,resourceId:t.resourceId}))}}async getJiraProjectsForResources(t,r={}){let n=[];return await Promise.all(t.resourceIds.map(async o=>{let i=await this.getJiraProjectsForResource({resourceId:o},r);n.push(...i.data)})),{data:n}}async getAccountsForJiraProject(t,r={}){let{resourceId:n,projectKey:o,cursor:i}=t,a=await this.getResourceUrl({resourceId:n},r),u=new URL(`${r.baseUrl||se}/${n}/rest/api/2/user/assignable/search`);u.searchParams.set("maxResults",Pt.toString()),i&&u.searchParams.set("startAt",i),u.searchParams.set("project",o);let l=await this.config.request({url:u.toString(),headers:f(r.token||this.config.token)});return{pageInfo:{hasNextPage:l.body.length!==0,endCursor:((i?parseInt(i):0)+l.body.length).toString()},data:l.body.filter(p=>p.accountType!=="app"&&p.active).map(p=>we(p,a,!1))}}async getComponentsForJiraProject(t,r={}){return await De(this.config,t,r)}async getIssue(t,r={}){let n=await this.getResourceUrl({resourceId:t.resourceId},r);return await Ee(this.config,t,n,r)}async getIssuesForProject(t,r={}){let n=await this.getResourceUrl({resourceId:t.resourceId},r);return await qe(this.config,t,n,r)}async getIssuesForResourceForCurrentUser(t,r={}){let n=await this.getResourceUrl({resourceId:t.resourceId},r);return await Pe(this.config,t,n,r)}async setIssueStatus(t,r={}){await Ce(this.config,t,r)}async setIssueAssignee(t,r={}){let{issue:n,assignee:o}=t;if(!n.project)throw new Error('Jira Cloud requires a "project" for this function.');if(!n.project.resourceId)throw new Error('Jira Cloud requires a project "resourceId" for this function.');let i={accountId:o==null?void 0:o.id};await this.config.request({method:"PUT",url:`${r.baseUrl||se}/${n.project.resourceId}/rest/api/2/issue/${n.id}/assignee`,body:JSON.stringify(i),headers:{...f(r.token||this.config.token),"Content-Type":"application/json"}})}async setIssueComponents(t,r={}){await Se(this.config,t,r)}async setIssueLabels(t,r={}){await ve(this.config,t,r)}async getLabelsForResource(t,r={}){let{resourceId:n,cursor:o}=t,i=new URL(`${r.baseUrl||se}/${n}/rest/api/2/label`);i.searchParams.set("maxResults",Pt.toString()),o&&i.searchParams.set("startAt",o);let a=await this.config.request({url:i.toString(),headers:f(r.token||this.config.token)});return{pageInfo:{hasNextPage:!a.body.isLast,endCursor:(a.body.startAt+a.body.values.length).toString()},data:a.body.values.map(u=>({color:null,description:null,id:null,name:u}))}}};var oe=class extends x{async getCurrentUser(e={}){let t=await this.config.request({url:`${(e==null?void 0:e.baseUrl)||this.config.baseUrl}/rest/api/2/myself`,headers:f((e==null?void 0:e.token)||this.config.token)});return{data:{name:t.body.displayName,email:t.body.emailAddress,avatarUrl:t.body.avatarUrls["48x48"],id:t.body.key,username:t.body.displayName,url:null}}}async getJiraProjects(e={}){return{data:(await this.config.request({url:`${(e==null?void 0:e.baseUrl)||this.config.baseUrl}/rest/api/2/project`,headers:f((e==null?void 0:e.token)||this.config.token)})).body.map(r=>({id:r.id,name:r.name}))}}async getIssue(e,t={}){if(!t.baseUrl)throw new Error('Jira Server requires a "baseUrl" for this function.');return await Ee(this.config,e,t.baseUrl,t)}async getIssuesForProject(e,t={}){if(!t.baseUrl)throw new Error('Jira Server requires a "baseUrl" for this function.');return await qe(this.config,e,t.baseUrl,t)}async getIssuesForResourceForCurrentUser(e,t={}){if(!t.baseUrl)throw new Error('Jira Server requires a "baseUrl" for this function.');return await Pe(this.config,e,t.baseUrl,t)}async setIssueStatus(e,t={}){await Ce(this.config,e,t)}async setIssueLabels(e,t={}){await ve(this.config,e,t)}async setIssueComponents(e,t={}){await Se(this.config,e,t)}async getLabels(e={}){return{data:(await this.config.request({url:`${(e==null?void 0:e.baseUrl)||this.config.baseUrl}/rest/api/2/jql/autocompletedata/suggestions?fieldName=labels`,headers:f(e.token||this.config.token)})).body.results.map(({displayName:r})=>({color:null,description:null,id:null,name:r}))}}async getComponentsForJiraProject(e,t={}){return await De(this.config,e,t)}};var M="https://api.trello.com",bs=1e3,ws=(s,e)=>{let t=new Date(1e3*parseInt(s.id.substring(0,8),16));return{id:s.id,commentCount:s.badges.comments,number:s.idShort.toString(),title:s.name,url:s.url,closedDate:null,createdDate:new Date(t.toISOString()),author:null,updatedDate:new Date(s.dateLastActivity),assignees:s.idMembers.map(r=>({id:r,username:null,name:null,email:null,avatarUrl:null,url:null})),description:null,state:e[s.idList??""]?{id:s.idList,name:e[s.idList].name,color:null}:null,type:null,repository:null,upvoteCount:s.badges.votes,labels:s.labels.map(r=>({color:r.color,description:null,id:r.id,name:r.name}))}},ie=class extends A{async getCurrentUser(e,t={}){let r=await this.config.request({url:`${t.baseUrl||M}/1/members/me?key=${e.appKey}&token=${t.token||this.config.token}`,headers:f(t.token||this.config.token)});return{data:{name:r.body.fullName,email:r.body.email,avatarUrl:r.body.avatarHash?`https://trello-members.s3.amazonaws.com/${r.body.id}/${r.body.avatarHash}/50.png`:null,id:r.body.id,username:r.body.username,url:r.body.url}}}async getBoardsForCurrentUser(e,t={}){return{data:(await this.config.request({url:`${t.baseUrl||M}/1/members/me/boards?fields=name&key=${e.appKey}&token=${t.token||this.config.token}&filter=open`,headers:f(t.token||this.config.token)})).body.map(n=>({id:n.id,name:n.name}))}}async getListsForTrelloBoard(e,t={}){let{appKey:r,boardId:n}=e;return{data:(await this.config.request({url:`${t.baseUrl||M}/1/boards/${n}/lists?key=${r}&token=${t.token||this.config.token}`,headers:f(t.token||this.config.token)})).body}}async getAccountsForTrelloBoard(e,t={}){let{appKey:r,boardId:n}=e;return{data:(await this.config.request({url:`${t.baseUrl||M}/1/boards/${n}/members?key=${r}&token=${t.token||this.config.token}`,headers:f(t.token||this.config.token)})).body.map(i=>({id:i.id,name:i.fullName,username:i.username,email:null,avatarUrl:null,url:null}))}}async getIssuesForBoard(e,t={}){let r=["-is:archived","sort:edited"],{appKey:n,boardId:o,filterText:i,assigneeLogins:a,trelloBoardListsById:u}=e||{};a&&r.push("@me");let l=`${i?`${i}`:""}${r.join(" ")} board:${o}`;return{data:(await this.config.request({url:`${t.baseUrl||M}/1/search?key=${n}&query=${l}&cards_limit=${bs}&token=${t.token||this.config.token}`,headers:f(t.token||this.config.token)})).body.cards.map(d=>ws(d,u||{}))}}async updateIssue(e,t,r,n){return await this.config.request({method:"PUT",url:`${n.baseUrl||M}/1/cards/${t.id}?key=${e}&token=${n.token||this.config.token}&${r}`,headers:f(n.token||this.config.token)})}async setIssueStatus(e,t={}){let{appKey:r,issue:n,status:o}=e;if(!o.id)throw new Error('Trello requires a status "id" for this function.');let i=`idList=${o.id}`;if(!(await this.updateIssue(r,n,i,t)).body.id)throw new Error("Could not set issue status")}async setIssueAssignees(e,t={}){let{appKey:r,issue:n,assignees:o}=e,i=o.map(l=>l.id),a=`idMembers=${encodeURIComponent(i.join(","))}`;if(!(await this.updateIssue(r,n,a,t)).body.id)throw new Error("Could not set issue status")}async setIssueLabels(e,t={}){let{appKey:r,issue:n,labels:o}=e,i=o.map(u=>u.id).join(",");if(!(await this.config.request({method:"PUT",url:`${t.baseUrl||M}/1/cards/${n.id}?key=${r}&token=${t.token||this.config.token}&idLabels=${encodeURIComponent(i)}`,headers:f(t.token||this.config.token)})).body.id)throw new Error("Could not set issue status")}async setIssueArchived(e,t={}){let{appKey:r,issue:n,archived:o}=e;if(!(await this.config.request({method:"PUT",url:`${t.baseUrl||M}/1/cards/${n.id}?key=${r}&token=${t.token||this.config.token}&closed=${o}`,headers:f(t.token||this.config.token)})).body.id)throw new Error("Could not update issue archived status")}async archiveIssue(e,t={}){await this.setIssueArchived({...e,archived:!0},t)}async unArchiveIssue(e,t={}){await this.setIssueArchived({...e,archived:!1},t)}async getLabelsForBoard(e,t={}){let{appKey:r,boardId:n}=e;return{data:(await this.config.request({url:`${t.baseUrl||M}/1/boards/${n}/labels?key=${r}&token=${t.token||this.config.token}`,headers:f(t.token||this.config.token)})).body.map(i=>({color:i.color,description:null,id:i.id,name:i.name}))}}};var Ue={};O(Ue,{default:()=>Es});var Es={};var Le={};O(Le,{default:()=>Ps});var Ps={};var $e={};O($e,{default:()=>qs});var qs={};var Me={};O(Me,{decode:()=>Ds,decodeV0:()=>Us,encode:()=>Cs,validate:()=>Ss});var S=(t=>(t.Zero="0",t.One="1",t))(S||{}),C=(t=>(t.PullRequest="pr",t.Issue="issue",t))(C||{}),D=(p=>(p.Azure="azure",p.Github="github",p.GithubEnterprise="githubEnterprise",p.Gitlab="gitlab",p.GitlabSelfHosted="gitlabSelfHosted",p.Bitbucket="bitbucket",p.BitbucketServer="bitbucketServer",p.Jira="jira",p.JiraServer="jiraServer",p.Trello="trello",p))(D||{});var Ae=class{constructor(){}validate(e){if(!e.organizationName)throw new Error("organizationName is required");if(!e.projectId)throw new Error("projectId is required");if(!e.entityId)throw new Error("issueId is required")}encode(e){if(this.validate(e),!e.organizationName||!e.projectId||!e.entityId)throw new Error("Missing required fields for Azure DevOps issue uniqueId");let t=[];return t.push("azure"),t.push("issue"),t.push("1"),t.push(e.domain||""),t.push(e.organizationName),t.push(e.projectId),t.push(e.entityId),JSON.stringify(t)}decode(e){if(e.length<7)throw new Error("Invalid Azure DevOps issue uniqueId, check version");return{provider:e[0],entityType:e[1],version:e[2],domain:e[3]==""?null:e[3],resourceId:null,accountOrOrgId:null,organizationName:e[4],projectId:e[5],repoId:null,entityId:e[6]}}};var Ge=class{constructor(){}validate(e){if(!e.organizationName)throw new Error("organizationName is required");if(!e.projectId)throw new Error("projectId is required");if(!e.repoId)throw new Error("repoId is required");if(!e.entityId)throw new Error("entityId is required")}encode(e){if(this.validate(e),!e.organizationName||!e.projectId||!e.repoId||!e.entityId)throw new Error("Missing required fields for Azure DevOps pull request uniqueId");let t=[];return t.push("azure"),t.push("pr"),t.push("1"),t.push(e.domain||""),t.push(e.organizationName),t.push(e.projectId),t.push(e.repoId),t.push(e.entityId),JSON.stringify(t)}decode(e){if(e.length<8)throw new Error("Invalid Azure DevOps pull request uniqueId, check version");return{provider:e[0],entityType:e[1],version:e[2],domain:e[3]==""?null:e[3],resourceId:null,accountOrOrgId:null,organizationName:e[4],projectId:e[5],repoId:e[6],entityId:e[7]}}};var Te=class{constructor(){}validate(e){if(e.domain&&e.provider=="bitbucket")throw new Error("domain is only supported for BitbucketServer");if(!e.repoId)throw new Error("repoId is required");if(!e.entityId)throw new Error("issueId is required")}encode(e){if(this.validate(e),!e.repoId||!e.entityId)throw new Error("Missing required fields for Bitbucket DevOps issue uniqueId");let t=[];return t.push(e.domain?"bitbucketServer":"bitbucket"),t.push("issue"),t.push("1"),t.push(e.domain||""),t.push(e.repoId),t.push(e.entityId),JSON.stringify(t)}decode(e){if(e.length<6)throw new Error("Invalid Bitbucket DevOps issue uniqueId, check version");return{provider:e[0],entityType:e[1],version:e[2],domain:e[3]==""?null:e[3],resourceId:null,accountOrOrgId:null,organizationName:null,projectId:null,repoId:e[4],entityId:e[5]}}};var Oe=class{constructor(){}validate(e){if(e.domain&&e.provider=="bitbucket")throw new Error("domain is only supported for BitbucketServer");if(!e.repoId)throw new Error("repoId is required");if(!e.entityId)throw new Error("entityId is required")}encode(e){if(this.validate(e),!e.repoId||!e.entityId)throw new Error("Missing required fields for Bitbucket DevOps pull request uniqueId");let t=[];return t.push(e.domain?"bitbucketServer":"bitbucket"),t.push("pr"),t.push("1"),t.push(e.domain||""),t.push(e.repoId),t.push(e.entityId),JSON.stringify(t)}decode(e){if(e.length<6)throw new Error("Invalid Bitbucket DevOps pull request uniqueId, check version");return{provider:e[0],entityType:e[1],version:e[2],domain:e[3]==""?null:e[3],resourceId:null,accountOrOrgId:null,organizationName:null,projectId:null,repoId:e[4],entityId:e[5]}}};var xe=class{constructor(){}validate(e){if(e.domain&&e.provider=="github")throw new Error("domain is only supported for GithubEnterprise");if(!e.entityId)throw new Error("entityId is required")}encode(e){if(this.validate(e),!e.entityId)throw new Error("Missing required fields for Github issue uniqueId");let t=[];return t.push(e.domain?"githubEnterprise":"github"),t.push("issue"),t.push("1"),t.push(e.domain||""),t.push(e.entityId),JSON.stringify(t)}decode(e){if(e.length<5)throw new Error("Invalid Github issue uniqueId, check version");return{provider:e[0],entityType:e[1],version:e[2],domain:e[3]==""?null:e[3],resourceId:null,accountOrOrgId:null,organizationName:null,projectId:null,repoId:null,entityId:e[4]}}};var ke=class{constructor(){}validate(e){if(e.domain&&e.provider=="github")throw new Error("domain is only supported for GithubEnterprise");if(!e.entityId)throw new Error("entityId is required")}encode(e){if(this.validate(e),!e.entityId)throw new Error("Missing required fields for Github pull request uniqueId");let t=[];return t.push(e.domain?"githubEnterprise":"github"),t.push("pr"),t.push("1"),t.push(e.domain||""),t.push(e.entityId),JSON.stringify(t)}decode(e){if(e.length<5)throw new Error("Invalid Github pull request uniqueId, check version");return{provider:e[0],entityType:e[1],version:e[2],domain:e[3]==""?null:e[3],resourceId:null,accountOrOrgId:null,organizationName:null,projectId:null,repoId:null,entityId:e[4]}}};var _e=class{constructor(){}validate(e){if(e.domain&&e.provider=="gitlab")throw new Error("domain is only supported for GitlabSelfHosted");if(!e.entityId)throw new Error("entityId is required")}encode(e){if(this.validate(e),!e.entityId)throw new Error("Missing required fields for Gitlab issue uniqueId");let t=[];return t.push(e.domain?"gitlabSelfHosted":"gitlab"),t.push("issue"),t.push("1"),t.push(e.domain||""),t.push(e.entityId),JSON.stringify(t)}decode(e){if(e.length<5)throw new Error("Invalid Gitlab issue uniqueId, check version");return{provider:e[0],entityType:e[1],version:e[2],domain:e[3]==""?null:e[3],resourceId:null,accountOrOrgId:null,organizationName:null,projectId:null,repoId:null,entityId:e[4]}}};var Ne=class{constructor(){}validate(e){if(e.domain&&e.provider=="gitlab")throw new Error("domain is only supported for GitlabSelfHosted");if(!e.entityId)throw new Error("entityId is required")}encode(e){if(this.validate(e),!e.entityId)throw new Error("Missing required fields for Gitlab pull request uniqueId");let t=[];return t.push(e.domain?"gitlabSelfHosted":"gitlab"),t.push("pr"),t.push("1"),t.push(e.domain||""),t.push(e.entityId),JSON.stringify(t)}decode(e){if(e.length<5)throw new Error("Invalid Gitlab pull request uniqueId, check version");return{provider:e[0],entityType:e[1],version:e[2],domain:e[3]==""?null:e[3],resourceId:null,accountOrOrgId:null,organizationName:null,projectId:null,repoId:null,entityId:e[4]}}};var Qe=class{constructor(){}validate(e){if(e.domain&&e.provider=="jira")throw new Error("domain is only supported for JiraServer");if(e.resourceId&&e.provider=="jiraServer")throw new Error("resourceId is only supported for Jira Cloud");if(!e.resourceId&&e.provider=="jira")throw new Error("resourceId is required");if(!e.projectId)throw new Error("projectId is required");if(!e.entityId)throw new Error("entityId is required")}encode(e){if(this.validate(e),!e.projectId||!e.entityId)throw new Error("Missing required fields for Jira issue uniqueId");let t=[];return t.push(e.domain?"jiraServer":"jira"),t.push("issue"),t.push("1"),t.push(e.domain||""),t.push(e.resourceId||""),t.push(e.projectId),t.push(e.entityId),JSON.stringify(t)}decode(e){if(e.length<7)throw new Error("Invalid Jira issue uniqueId, check version");return{provider:e[0],entityType:e[1],version:e[2],domain:e[3]==""?null:e[3],resourceId:e[4]==""?null:e[4],accountOrOrgId:null,organizationName:null,projectId:e[5],repoId:null,entityId:e[6]}}};var Be=class{constructor(){}validate(e){if(!e.accountOrOrgId)throw new Error("accountOrOrgId is required");if(!e.projectId)throw new Error("projectId is required");if(!e.entityId)throw new Error("entityId is required")}encode(e){if(this.validate(e),!e.accountOrOrgId||!e.projectId||!e.entityId)throw new Error("Missing required fields for Trello issue uniqueId");let t=[];return t.push("trello"),t.push("issue"),t.push("1"),t.push(""),t.push(e.accountOrOrgId),t.push(e.projectId),t.push(e.entityId),JSON.stringify(t)}decode(e){if(e.length<7)throw new Error("Invalid Trello issue uniqueId, check version");return{provider:e[0],entityType:e[1],version:e[2],domain:e[3]==""?null:e[3],resourceId:null,accountOrOrgId:e[4],organizationName:null,projectId:e[5],repoId:null,entityId:e[6]}}};var je=(s,e)=>{if(!e)throw new Error("entityType is required");if(!s)throw new Error("provider is required");switch(s){case"azure":return e==="pr"?new Ge:new Ae;case"bitbucket":case"bitbucketServer":return e==="pr"?new Oe:new Te;case"github":case"githubEnterprise":return e==="pr"?new ke:new xe;case"gitlab":case"gitlabSelfHosted":return e==="pr"?new Ne:new _e;case"jira":case"jiraServer":if(e==="pr")throw new Error("EntityType PullRequest is not valid for Jira");return new Qe;case"trello":if(e==="pr")throw new Error("EntityType PullRequest is not valid for Jira");return new Be;default:throw new Error("unknown provider")}},vs=s=>{if(!s.entityType)throw new Error("entityType is required");if(!s.provider)throw new Error("provider is required");if(!s.entityId)throw new Error("entityID is required")},Ss=s=>{if(s.version==="0"){vs(s);return}je(s.provider,s.entityType).validate(s)},Cs=s=>je(s.provider,s.entityType).encode(s),Ds=s=>{let e=JSON.parse(s);if(!e||!e.length)throw new Error("invalid issue unique id");return je(e[0],e[1]).decode(e)},Us=(s,e,t)=>{if(!t)throw new Error("entityID is required");try{let r=JSON.parse(t);if(!r||!r.length)throw new Error("Invalid pull request uniqueId");let n=[s,e,"0",...r];return je(s,e).decode(n)}catch{return{provider:s,entityType:e,version:"0",domain:"",resourceId:null,accountOrOrgId:null,organizationName:null,projectId:null,repoId:null,entityId:t}}};var Fe={};O(Fe,{CHANGES_REQUESTED_ACTION_CATEGORY:()=>lr,CHANGES_REQUESTED_BUCKET_ID:()=>Lt,CONFLICTS_ACTION_CATEGORY:()=>ar,CONFLICTS_BUCKET_ID:()=>Dt,DRAFT_ACTION_CATEGORY:()=>cr,DRAFT_BUCKET_ID:()=>Gt,FAILING_CI_ACTION_CATEGORY:()=>ir,FAILING_CI_BUCKET_ID:()=>Ct,NEEDS_MY_REVIEW_ACTION_CATEGORY:()=>ur,NEEDS_MY_REVIEW_BUCKET_ID:()=>Ut,OTHER_ACTION_CATEGORY:()=>gr,OTHER_BUCKET_ID:()=>Tt,PINNED_BUCKET_ID:()=>qt,READY_TO_MERGE_ACTION_CATEGORY:()=>nr,READY_TO_MERGE_BUCKET_ID:()=>vt,REVIEWER_COMMENTED_ACTION_CATEGORY:()=>pr,REVIEWER_COMMENTED_BUCKET_ID:()=>$t,SNOOZED_BUCKET_ID:()=>Ot,UNASSIGNED_REVIEWERS_ACTION_CATEGORY:()=>or,UNASSIGNED_REVIEWERS_BUCKET_ID:()=>St,WAITING_FOR_REVIEW_ACTION_CATEGORY:()=>dr,WAITING_FOR_REVIEW_BUCKET_ID:()=>At,getActionablePullRequests:()=>mr,groupPullRequestsIntoBuckets:()=>Ls});var L=(s,e,t,r)=>({id:s,faIconName:t,name:e,priority:r,pullRequests:[]}),qt="pinned",vt="readyToMerge",St="unassignedReviewers",Ct="failingCI",Dt="conflicts",Ut="needsMyReview",Lt="changesRequested",$t="reviewerCommented",At="waitingForReview",Gt="draft",Tt="other",Ot="snoozed",nr="readyToMerge",or="unassignedReviewers",ir="failingCI",ar="conflicts",ur="needsMyReview",lr="changesRequested",pr="reviewerCommented",dr="waitingForReview",cr="draft",gr="other",mr=(s,e,t)=>s.map(r=>{var a,u,l,p,d,c,g,m,I,E,h,b;let o={...r,...{suggestedActionCategory:gr,priority:1e3,viewer:{canMerge:!1,isAuthor:!1,isAssignee:!1,isReviewer:!1,shouldMerge:!1,shouldAssignReviewer:!1,waitingOnReviews:!1,shouldReview:!1},failingCI:!1,hasConflicts:!1,changeRequestReviewCount:0,commentReviewCount:0,approvalReviewCount:0}};o.viewer.isAuthor=((a=r.author)==null?void 0:a.id)===e.id,o.viewer.isAssignee=((u=r.assignees)==null?void 0:u.some(y=>y.id===e.id))??!1,o.viewer.isReviewer=((l=r.reviews)==null?void 0:l.some(y=>y.reviewer.id===e.id))??!1,o.viewer.canMerge=((p=r.permissions)==null?void 0:p.canMerge)??!0,o.hasConflicts=r.mergeableState==="CONFLICTS",o.failingCI=((c=(d=r.headCommit)==null?void 0:d.buildStatuses)==null?void 0:c.some(y=>y.state==="ERROR"||y.state==="FAILED"))??!1,o.commentReviewCount=((g=r.reviews)==null?void 0:g.filter(y=>y.state==="COMMENTED").length)??0,o.approvalReviewCount=((m=r.reviews)==null?void 0:m.filter(y=>y.state==="APPROVED").length)??0,o.changeRequestReviewCount=((I=r.reviews)==null?void 0:I.filter(y=>y.state==="CHANGES_REQUESTED").length)??0;let i=(E=t==null?void 0:t.enrichedItemsByUniqueId)==null?void 0:E[r.uuid];return i!=null&&(o.viewer.enrichedItems=i,i.some(y=>y.type==="pin")&&(o.viewer.pinned=!0,o.priority-=800),i.some(y=>y.type==="snooze")&&(o.viewer.snoozed=!0)),(o.viewer.isAuthor||o.viewer.isAssignee&&!o.viewer.isReviewer)&&o.viewer.canMerge&&!o.failingCI&&r.mergeableState==="MERGEABLE"&&(!r.reviewDecision||r.reviewDecision==="APPROVED")&&(o.viewer.shouldMerge=!0,o.suggestedActionCategory=nr),o.viewer.isAuthor&&r.isDraft&&(o.suggestedActionCategory=cr),o.viewer.isAuthor&&r.reviewDecision==="REVIEW_REQUESTED"&&(o.suggestedActionCategory=dr,o.viewer.waitingOnReviews=!0),o.viewer.isAuthor&&r.reviewDecision==="COMMENTED"&&(o.suggestedActionCategory=pr),o.viewer.isAuthor&&o.failingCI&&(o.suggestedActionCategory=ir),o.viewer.isAuthor&&o.hasConflicts&&(o.suggestedActionCategory=ar),o.viewer.isAuthor&&r.reviewDecision==="CHANGES_REQUESTED"&&(o.suggestedActionCategory=lr),o.viewer.isAuthor&&!((h=r.reviews)!=null&&h.length)&&(o.suggestedActionCategory=or,o.viewer.shouldAssignReviewer=!0),(b=r.reviews)!=null&&b.some(y=>y.reviewer.id===e.id&&y.state==="REVIEW_REQUESTED")&&(o.suggestedActionCategory=ur,o.viewer.shouldReview=!0),o}),Ls=(s,e,t)=>{let r={pinned:L(qt,"Pinned","thumbtack",-1),readyToMerge:L(vt,"Ready to Merge","code-merge",0),unassignedReviewers:L(St,"Unassigned Reviewers","user-plus",1),failingCI:L(Ct,"Failing CI","circle-x",2),conflicts:L(Dt,"Resolve Conflicts","triangle-exclamation",3),needsMyReview:L(Ut,"Needs My Review","eye",4),changesRequested:L(Lt,"Suggested Changes","file-plus",5),reviewerCommented:L($t,"Reviewer Commented","comment",6),waitingForReview:L(At,"Waiting for Review","circle-pause",7),draft:L(Gt,"Draft","compass-drafting",8),other:L(Tt,"Other","ellipsis",9),snoozed:L(Ot,"Snoozed","snooze",10)},o=mr(s,e,t).reduce((i,a)=>(i[a.uuid]=a,i),{});return s.forEach(i=>{let a=o[i.uuid],u=!0;if(a.viewer.snoozed){r[Ot].pullRequests.push(i);return}a.viewer.pinned&&r[qt].pullRequests.push(i),(a.viewer.isAuthor||a.viewer.isAssignee&&!a.viewer.isReviewer)&&a.viewer.canMerge&&a.mergeableState==="MERGEABLE"&&(!i.reviewDecision||i.reviewDecision==="APPROVED")&&(r[vt].pullRequests.push(i),u=!1),a.viewer.shouldAssignReviewer&&(r[St].pullRequests.push(i),u=!1),a.viewer.isAuthor&&a.failingCI&&(r[Ct].pullRequests.push(i),u=!1),a.viewer.isAuthor&&a.hasConflicts&&(r[Dt].pullRequests.push(i),u=!1),a.viewer.shouldReview&&(r[Ut].pullRequests.push(i),u=!1),a.viewer.isAuthor&&a.reviewDecision==="CHANGES_REQUESTED"&&(r[Lt].pullRequests.push(i),u=!1),a.viewer.isAuthor&&a.reviewDecision==="COMMENTED"&&(r[$t].pullRequests.push(i),u=!1),a.viewer.isAuthor&&a.reviewDecision==="REVIEW_REQUESTED"&&(r[At].pullRequests.push(i),u=!1),a.isDraft&&(r[Gt].pullRequests.push(i),u=!1),u&&r[Tt].pullRequests.push(i)}),Object.values(r).forEach(i=>{i.pullRequests.sort((a,u)=>o[a.uuid].priority-o[u.uuid].priority)}),r};var ze={};O(ze,{getPullRequestRank:()=>$s});var $s=(s,e,t)=>{var i,a,u;let r=0,n,o;return(i=s.reviews)==null||i.forEach(l=>{l.reviewer.id===e&&(n=l.state),l.state==="CHANGES_REQUESTED"?o="CHANGES_REQUESTED":l.state==="APPROVED"&&o!=="CHANGES_REQUESTED"&&(o="APPROVED")}),o||(o="REVIEW_REQUESTED"),((a=s.author)==null?void 0:a.id)===e?r+=1e3:(u=s.assignees)!=null&&u.find(l=>l.id===e)?r+=900:n==="REVIEW_REQUESTED"?r+=800:t&&(r+=700),o==="APPROVED"?s.mergeableState==="MERGEABLE"?r+=100:s.mergeableState==="CONFLICTS"?r+=90:r+=80:o=="CHANGES_REQUESTED"&&(r+=70),r};var He={};O(He,{default:()=>As});var As={};var We={};O(We,{default:()=>Gs});var Gs={};var Je={};O(Je,{default:()=>Ts});var Ts={};var hr=(i=>(i.Conflicts="conflicts",i.Failure="failure",i.NotSet="notSet",i.Queued="queued",i.RejectedByPolicy="rejectedByPolicy",i.Succeeded="succeeded",i))(hr||{});var fr=(t=>(t.Completed="COMPLETED",t.NotPlanned="NOT_PLANNED",t))(fr||{});var Os=s=>{let e={request:s==null?void 0:s.request};return{azureDevOps:new Y({...e,...s==null?void 0:s.azureDevOps}),bitbucket:new Z({...e,...s==null?void 0:s.bitbucket}),bitbucketServer:new ee({...e,...s==null?void 0:s.bitbucketServer}),github:new te({...e,...s==null?void 0:s.github}),gitlab:new re({...e,...s==null?void 0:s.gitlab}),jira:new ne({...e,...s==null?void 0:s.jira}),jiraServer:new oe({...e,...s==null?void 0:s.jiraServer}),trello:new ie({...e,...s==null?void 0:s.trello})}},xs=Os;var ks={azureDevOps:Ue,bitbucket:Le,bitbucketServer:$e,github:ze,gitlab:He,gitProvider:Fe,jira:We,trello:Je,entityIdentifier:Me};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitkraken/provider-apis",
3
- "version": "0.22.1",
3
+ "version": "0.22.2",
4
4
  "description": "An SDK around different third-party APIs that accepts and returns data in a common format.",
5
5
  "author": "Axosoft, LLC dba GitKraken",
6
6
  "license": "SEE LICENSE IN LICENSE",