@atlassian-dc-mcp/jira 0.2.0 → 0.3.0

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.
Files changed (1857) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/build/index.js +12 -4
  3. package/build/index.js.map +1 -1
  4. package/build/jira-client/core/ApiError.d.ts +11 -0
  5. package/build/jira-client/core/ApiError.d.ts.map +1 -0
  6. package/build/jira-client/core/ApiError.js +17 -0
  7. package/build/jira-client/core/ApiError.js.map +1 -0
  8. package/build/jira-client/core/ApiRequestOptions.d.ts +14 -0
  9. package/build/jira-client/core/ApiRequestOptions.d.ts.map +1 -0
  10. package/build/jira-client/core/ApiRequestOptions.js +2 -0
  11. package/build/jira-client/core/ApiRequestOptions.js.map +1 -0
  12. package/build/jira-client/core/ApiResult.d.ts +8 -0
  13. package/build/jira-client/core/ApiResult.d.ts.map +1 -0
  14. package/build/jira-client/core/ApiResult.js +2 -0
  15. package/build/jira-client/core/ApiResult.js.map +1 -0
  16. package/build/jira-client/core/CancelablePromise.d.ts +21 -0
  17. package/build/jira-client/core/CancelablePromise.d.ts.map +1 -0
  18. package/build/jira-client/core/CancelablePromise.js +100 -0
  19. package/build/jira-client/core/CancelablePromise.js.map +1 -0
  20. package/build/jira-client/core/OpenAPI.d.ts +17 -0
  21. package/build/jira-client/core/OpenAPI.d.ts.map +1 -0
  22. package/build/jira-client/core/OpenAPI.js +12 -0
  23. package/build/jira-client/core/OpenAPI.js.map +1 -0
  24. package/build/jira-client/core/request.d.ts +31 -0
  25. package/build/jira-client/core/request.d.ts.map +1 -0
  26. package/build/jira-client/core/request.js +276 -0
  27. package/build/jira-client/core/request.js.map +1 -0
  28. package/build/jira-client/index.d.ts +366 -0
  29. package/build/jira-client/index.d.ts.map +1 -0
  30. package/build/jira-client/index.js +91 -0
  31. package/build/jira-client/index.js.map +1 -0
  32. package/build/jira-client/models/A11yPersonalSettingBean.d.ts +5 -0
  33. package/build/jira-client/models/A11yPersonalSettingBean.d.ts.map +1 -0
  34. package/build/jira-client/models/A11yPersonalSettingBean.js +2 -0
  35. package/build/jira-client/models/A11yPersonalSettingBean.js.map +1 -0
  36. package/build/jira-client/models/ActiveCategory.d.ts +4 -0
  37. package/build/jira-client/models/ActiveCategory.d.ts.map +1 -0
  38. package/build/jira-client/models/ActiveCategory.js +2 -0
  39. package/build/jira-client/models/ActiveCategory.js.map +1 -0
  40. package/build/jira-client/models/ActorInputBean.d.ts +5 -0
  41. package/build/jira-client/models/ActorInputBean.d.ts.map +1 -0
  42. package/build/jira-client/models/ActorInputBean.js +2 -0
  43. package/build/jira-client/models/ActorInputBean.js.map +1 -0
  44. package/build/jira-client/models/ActorsMap.d.ts +2 -0
  45. package/build/jira-client/models/ActorsMap.d.ts.map +1 -0
  46. package/build/jira-client/models/ActorsMap.js +2 -0
  47. package/build/jira-client/models/ActorsMap.js.map +1 -0
  48. package/build/jira-client/models/AddFieldBean.d.ts +4 -0
  49. package/build/jira-client/models/AddFieldBean.d.ts.map +1 -0
  50. package/build/jira-client/models/AddFieldBean.js +2 -0
  51. package/build/jira-client/models/AddFieldBean.js.map +1 -0
  52. package/build/jira-client/models/AddGroupBean.d.ts +4 -0
  53. package/build/jira-client/models/AddGroupBean.d.ts.map +1 -0
  54. package/build/jira-client/models/AddGroupBean.js +2 -0
  55. package/build/jira-client/models/AddGroupBean.js.map +1 -0
  56. package/build/jira-client/models/AddReactionRequestBean.d.ts +5 -0
  57. package/build/jira-client/models/AddReactionRequestBean.d.ts.map +1 -0
  58. package/build/jira-client/models/AddReactionRequestBean.js +2 -0
  59. package/build/jira-client/models/AddReactionRequestBean.js.map +1 -0
  60. package/build/jira-client/models/AdminHistoryLink.d.ts +2 -0
  61. package/build/jira-client/models/AdminHistoryLink.d.ts.map +1 -0
  62. package/build/jira-client/models/AdminHistoryLink.js +2 -0
  63. package/build/jira-client/models/AdminHistoryLink.js.map +1 -0
  64. package/build/jira-client/models/AffectedEntityBean.d.ts +16 -0
  65. package/build/jira-client/models/AffectedEntityBean.d.ts.map +1 -0
  66. package/build/jira-client/models/AffectedEntityBean.js +11 -0
  67. package/build/jira-client/models/AffectedEntityBean.js.map +1 -0
  68. package/build/jira-client/models/AppMonitoringRestEntity.d.ts +4 -0
  69. package/build/jira-client/models/AppMonitoringRestEntity.d.ts.map +1 -0
  70. package/build/jira-client/models/AppMonitoringRestEntity.js +2 -0
  71. package/build/jira-client/models/AppMonitoringRestEntity.js.map +1 -0
  72. package/build/jira-client/models/AppTypeBean.d.ts +5 -0
  73. package/build/jira-client/models/AppTypeBean.d.ts.map +1 -0
  74. package/build/jira-client/models/AppTypeBean.js +2 -0
  75. package/build/jira-client/models/AppTypeBean.js.map +1 -0
  76. package/build/jira-client/models/Application.d.ts +5 -0
  77. package/build/jira-client/models/Application.d.ts.map +1 -0
  78. package/build/jira-client/models/Application.js +2 -0
  79. package/build/jira-client/models/Application.js.map +1 -0
  80. package/build/jira-client/models/ApplicationPropertyBean.d.ts +5 -0
  81. package/build/jira-client/models/ApplicationPropertyBean.d.ts.map +1 -0
  82. package/build/jira-client/models/ApplicationPropertyBean.js +2 -0
  83. package/build/jira-client/models/ApplicationPropertyBean.js.map +1 -0
  84. package/build/jira-client/models/ApplicationRoleBean.d.ts +15 -0
  85. package/build/jira-client/models/ApplicationRoleBean.d.ts.map +1 -0
  86. package/build/jira-client/models/ApplicationRoleBean.js +2 -0
  87. package/build/jira-client/models/ApplicationRoleBean.js.map +1 -0
  88. package/build/jira-client/models/AssignIssueTypesRequest.d.ts +6 -0
  89. package/build/jira-client/models/AssignIssueTypesRequest.d.ts.map +1 -0
  90. package/build/jira-client/models/AssignIssueTypesRequest.js +2 -0
  91. package/build/jira-client/models/AssignIssueTypesRequest.js.map +1 -0
  92. package/build/jira-client/models/AssociateProjectsBean.d.ts +4 -0
  93. package/build/jira-client/models/AssociateProjectsBean.d.ts.map +1 -0
  94. package/build/jira-client/models/AssociateProjectsBean.js +2 -0
  95. package/build/jira-client/models/AssociateProjectsBean.js.map +1 -0
  96. package/build/jira-client/models/AttachmentArchiveEntry.d.ts +8 -0
  97. package/build/jira-client/models/AttachmentArchiveEntry.d.ts.map +1 -0
  98. package/build/jira-client/models/AttachmentArchiveEntry.js +2 -0
  99. package/build/jira-client/models/AttachmentArchiveEntry.js.map +1 -0
  100. package/build/jira-client/models/AttachmentArchiveImpl.d.ts +9 -0
  101. package/build/jira-client/models/AttachmentArchiveImpl.d.ts.map +1 -0
  102. package/build/jira-client/models/AttachmentArchiveImpl.js +2 -0
  103. package/build/jira-client/models/AttachmentArchiveImpl.js.map +1 -0
  104. package/build/jira-client/models/AttachmentBean.d.ts +2 -0
  105. package/build/jira-client/models/AttachmentBean.d.ts.map +1 -0
  106. package/build/jira-client/models/AttachmentBean.js +2 -0
  107. package/build/jira-client/models/AttachmentBean.js.map +1 -0
  108. package/build/jira-client/models/AttachmentJsonBean.d.ts +13 -0
  109. package/build/jira-client/models/AttachmentJsonBean.d.ts.map +1 -0
  110. package/build/jira-client/models/AttachmentJsonBean.js +2 -0
  111. package/build/jira-client/models/AttachmentJsonBean.js.map +1 -0
  112. package/build/jira-client/models/AttachmentMetaBean.d.ts +8 -0
  113. package/build/jira-client/models/AttachmentMetaBean.d.ts.map +1 -0
  114. package/build/jira-client/models/AttachmentMetaBean.js +2 -0
  115. package/build/jira-client/models/AttachmentMetaBean.js.map +1 -0
  116. package/build/jira-client/models/AuthParams.d.ts +5 -0
  117. package/build/jira-client/models/AuthParams.d.ts.map +1 -0
  118. package/build/jira-client/models/AuthParams.js +2 -0
  119. package/build/jira-client/models/AuthParams.js.map +1 -0
  120. package/build/jira-client/models/AuthSuccess.d.ts +7 -0
  121. package/build/jira-client/models/AuthSuccess.d.ts.map +1 -0
  122. package/build/jira-client/models/AuthSuccess.js +2 -0
  123. package/build/jira-client/models/AuthSuccess.js.map +1 -0
  124. package/build/jira-client/models/AutoCompleteResponseBean.d.ts +6 -0
  125. package/build/jira-client/models/AutoCompleteResponseBean.d.ts.map +1 -0
  126. package/build/jira-client/models/AutoCompleteResponseBean.js +2 -0
  127. package/build/jira-client/models/AutoCompleteResponseBean.js.map +1 -0
  128. package/build/jira-client/models/AutoCompleteResultWrapper.d.ts +2 -0
  129. package/build/jira-client/models/AutoCompleteResultWrapper.d.ts.map +1 -0
  130. package/build/jira-client/models/AutoCompleteResultWrapper.js +2 -0
  131. package/build/jira-client/models/AutoCompleteResultWrapper.js.map +1 -0
  132. package/build/jira-client/models/AvailableIssueTypesRequestBean.d.ts +4 -0
  133. package/build/jira-client/models/AvailableIssueTypesRequestBean.d.ts.map +1 -0
  134. package/build/jira-client/models/AvailableIssueTypesRequestBean.js +2 -0
  135. package/build/jira-client/models/AvailableIssueTypesRequestBean.js.map +1 -0
  136. package/build/jira-client/models/AvailableProjectsPaginatedBean.d.ts +5 -0
  137. package/build/jira-client/models/AvailableProjectsPaginatedBean.d.ts.map +1 -0
  138. package/build/jira-client/models/AvailableProjectsPaginatedBean.js +2 -0
  139. package/build/jira-client/models/AvailableProjectsPaginatedBean.js.map +1 -0
  140. package/build/jira-client/models/AvailableProjectsRequestBean.d.ts +4 -0
  141. package/build/jira-client/models/AvailableProjectsRequestBean.d.ts.map +1 -0
  142. package/build/jira-client/models/AvailableProjectsRequestBean.js +2 -0
  143. package/build/jira-client/models/AvailableProjectsRequestBean.js.map +1 -0
  144. package/build/jira-client/models/AvatarBean.d.ts +6 -0
  145. package/build/jira-client/models/AvatarBean.d.ts.map +1 -0
  146. package/build/jira-client/models/AvatarBean.js +2 -0
  147. package/build/jira-client/models/AvatarBean.js.map +1 -0
  148. package/build/jira-client/models/AvatarCroppingBean.d.ts +8 -0
  149. package/build/jira-client/models/AvatarCroppingBean.d.ts.map +1 -0
  150. package/build/jira-client/models/AvatarCroppingBean.js +2 -0
  151. package/build/jira-client/models/AvatarCroppingBean.js.map +1 -0
  152. package/build/jira-client/models/BlogBean.d.ts +2 -0
  153. package/build/jira-client/models/BlogBean.d.ts.map +1 -0
  154. package/build/jira-client/models/BlogBean.js +2 -0
  155. package/build/jira-client/models/BlogBean.js.map +1 -0
  156. package/build/jira-client/models/BoardBean.d.ts +7 -0
  157. package/build/jira-client/models/BoardBean.d.ts.map +1 -0
  158. package/build/jira-client/models/BoardBean.js +2 -0
  159. package/build/jira-client/models/BoardBean.js.map +1 -0
  160. package/build/jira-client/models/BoardConfigBean.d.ts +17 -0
  161. package/build/jira-client/models/BoardConfigBean.d.ts.map +1 -0
  162. package/build/jira-client/models/BoardConfigBean.js +2 -0
  163. package/build/jira-client/models/BoardConfigBean.js.map +1 -0
  164. package/build/jira-client/models/BoardCreateBean.d.ts +6 -0
  165. package/build/jira-client/models/BoardCreateBean.d.ts.map +1 -0
  166. package/build/jira-client/models/BoardCreateBean.js +2 -0
  167. package/build/jira-client/models/BoardCreateBean.js.map +1 -0
  168. package/build/jira-client/models/BooleanSettingBean.d.ts +4 -0
  169. package/build/jira-client/models/BooleanSettingBean.d.ts.map +1 -0
  170. package/build/jira-client/models/BooleanSettingBean.js +2 -0
  171. package/build/jira-client/models/BooleanSettingBean.js.map +1 -0
  172. package/build/jira-client/models/BulkDeleteResponseBean.d.ts +6 -0
  173. package/build/jira-client/models/BulkDeleteResponseBean.d.ts.map +1 -0
  174. package/build/jira-client/models/BulkDeleteResponseBean.js +2 -0
  175. package/build/jira-client/models/BulkDeleteResponseBean.js.map +1 -0
  176. package/build/jira-client/models/BulkOperationErrorResult.d.ts +7 -0
  177. package/build/jira-client/models/BulkOperationErrorResult.d.ts.map +1 -0
  178. package/build/jira-client/models/BulkOperationErrorResult.js +2 -0
  179. package/build/jira-client/models/BulkOperationErrorResult.js.map +1 -0
  180. package/build/jira-client/models/ChangeHistoryBean.d.ts +11 -0
  181. package/build/jira-client/models/ChangeHistoryBean.d.ts.map +1 -0
  182. package/build/jira-client/models/ChangeHistoryBean.js +2 -0
  183. package/build/jira-client/models/ChangeHistoryBean.js.map +1 -0
  184. package/build/jira-client/models/ChangeItemBean.d.ts +9 -0
  185. package/build/jira-client/models/ChangeItemBean.d.ts.map +1 -0
  186. package/build/jira-client/models/ChangeItemBean.js +2 -0
  187. package/build/jira-client/models/ChangeItemBean.js.map +1 -0
  188. package/build/jira-client/models/ChangelogBean.d.ts +8 -0
  189. package/build/jira-client/models/ChangelogBean.d.ts.map +1 -0
  190. package/build/jira-client/models/ChangelogBean.js +2 -0
  191. package/build/jira-client/models/ChangelogBean.js.map +1 -0
  192. package/build/jira-client/models/ClusterLockStatusBean.d.ts +7 -0
  193. package/build/jira-client/models/ClusterLockStatusBean.d.ts.map +1 -0
  194. package/build/jira-client/models/ClusterLockStatusBean.js +2 -0
  195. package/build/jira-client/models/ClusterLockStatusBean.js.map +1 -0
  196. package/build/jira-client/models/ClusterLockStatusesBean.d.ts +5 -0
  197. package/build/jira-client/models/ClusterLockStatusesBean.d.ts.map +1 -0
  198. package/build/jira-client/models/ClusterLockStatusesBean.js +2 -0
  199. package/build/jira-client/models/ClusterLockStatusesBean.js.map +1 -0
  200. package/build/jira-client/models/ClusterState.d.ts +16 -0
  201. package/build/jira-client/models/ClusterState.d.ts.map +1 -0
  202. package/build/jira-client/models/ClusterState.js +13 -0
  203. package/build/jira-client/models/ClusterState.js.map +1 -0
  204. package/build/jira-client/models/ColorBean.d.ts +22 -0
  205. package/build/jira-client/models/ColorBean.d.ts.map +1 -0
  206. package/build/jira-client/models/ColorBean.js +21 -0
  207. package/build/jira-client/models/ColorBean.js.map +1 -0
  208. package/build/jira-client/models/ColumnBean.d.ts +8 -0
  209. package/build/jira-client/models/ColumnBean.d.ts.map +1 -0
  210. package/build/jira-client/models/ColumnBean.js +2 -0
  211. package/build/jira-client/models/ColumnBean.js.map +1 -0
  212. package/build/jira-client/models/ColumnConfigBean.d.ts +6 -0
  213. package/build/jira-client/models/ColumnConfigBean.d.ts.map +1 -0
  214. package/build/jira-client/models/ColumnConfigBean.js +2 -0
  215. package/build/jira-client/models/ColumnConfigBean.js.map +1 -0
  216. package/build/jira-client/models/ColumnLayout.d.ts +15 -0
  217. package/build/jira-client/models/ColumnLayout.d.ts.map +1 -0
  218. package/build/jira-client/models/ColumnLayout.js +12 -0
  219. package/build/jira-client/models/ColumnLayout.js.map +1 -0
  220. package/build/jira-client/models/ColumnLayoutItem.d.ts +8 -0
  221. package/build/jira-client/models/ColumnLayoutItem.d.ts.map +1 -0
  222. package/build/jira-client/models/ColumnLayoutItem.js +2 -0
  223. package/build/jira-client/models/ColumnLayoutItem.js.map +1 -0
  224. package/build/jira-client/models/ColumnOptions.d.ts +2 -0
  225. package/build/jira-client/models/ColumnOptions.d.ts.map +1 -0
  226. package/build/jira-client/models/ColumnOptions.js +2 -0
  227. package/build/jira-client/models/ColumnOptions.js.map +1 -0
  228. package/build/jira-client/models/ColumnsBean.d.ts +4 -0
  229. package/build/jira-client/models/ColumnsBean.d.ts.map +1 -0
  230. package/build/jira-client/models/ColumnsBean.js +2 -0
  231. package/build/jira-client/models/ColumnsBean.js.map +1 -0
  232. package/build/jira-client/models/CommentJsonBean.d.ts +16 -0
  233. package/build/jira-client/models/CommentJsonBean.d.ts.map +1 -0
  234. package/build/jira-client/models/CommentJsonBean.js +2 -0
  235. package/build/jira-client/models/CommentJsonBean.js.map +1 -0
  236. package/build/jira-client/models/CommentsWithPaginationJsonBean.d.ts +8 -0
  237. package/build/jira-client/models/CommentsWithPaginationJsonBean.d.ts.map +1 -0
  238. package/build/jira-client/models/CommentsWithPaginationJsonBean.js +2 -0
  239. package/build/jira-client/models/CommentsWithPaginationJsonBean.js.map +1 -0
  240. package/build/jira-client/models/ComponentBean.d.ts +22 -0
  241. package/build/jira-client/models/ComponentBean.d.ts.map +1 -0
  242. package/build/jira-client/models/ComponentBean.js +11 -0
  243. package/build/jira-client/models/ComponentBean.js.map +1 -0
  244. package/build/jira-client/models/ComponentIssueCountsBean.d.ts +5 -0
  245. package/build/jira-client/models/ComponentIssueCountsBean.d.ts.map +1 -0
  246. package/build/jira-client/models/ComponentIssueCountsBean.js +2 -0
  247. package/build/jira-client/models/ComponentIssueCountsBean.js.map +1 -0
  248. package/build/jira-client/models/ConfigurationBean.d.ts +12 -0
  249. package/build/jira-client/models/ConfigurationBean.d.ts.map +1 -0
  250. package/build/jira-client/models/ConfigurationBean.js +2 -0
  251. package/build/jira-client/models/ConfigurationBean.js.map +1 -0
  252. package/build/jira-client/models/ContentToRender.d.ts +2 -0
  253. package/build/jira-client/models/ContentToRender.d.ts.map +1 -0
  254. package/build/jira-client/models/ContentToRender.js +2 -0
  255. package/build/jira-client/models/ContentToRender.js.map +1 -0
  256. package/build/jira-client/models/CreateIndexBean.d.ts +8 -0
  257. package/build/jira-client/models/CreateIndexBean.d.ts.map +1 -0
  258. package/build/jira-client/models/CreateIndexBean.js +2 -0
  259. package/build/jira-client/models/CreateIndexBean.js.map +1 -0
  260. package/build/jira-client/models/CreateMetaIssueTypeBean.d.ts +12 -0
  261. package/build/jira-client/models/CreateMetaIssueTypeBean.d.ts.map +1 -0
  262. package/build/jira-client/models/CreateMetaIssueTypeBean.js +2 -0
  263. package/build/jira-client/models/CreateMetaIssueTypeBean.js.map +1 -0
  264. package/build/jira-client/models/CreateUpdateRoleRequestBean.d.ts +5 -0
  265. package/build/jira-client/models/CreateUpdateRoleRequestBean.d.ts.map +1 -0
  266. package/build/jira-client/models/CreateUpdateRoleRequestBean.js +2 -0
  267. package/build/jira-client/models/CreateUpdateRoleRequestBean.js.map +1 -0
  268. package/build/jira-client/models/CurrentUser.d.ts +2 -0
  269. package/build/jira-client/models/CurrentUser.d.ts.map +1 -0
  270. package/build/jira-client/models/CurrentUser.js +2 -0
  271. package/build/jira-client/models/CurrentUser.js.map +1 -0
  272. package/build/jira-client/models/CustomFieldBean.d.ts +20 -0
  273. package/build/jira-client/models/CustomFieldBean.d.ts.map +1 -0
  274. package/build/jira-client/models/CustomFieldBean.js +2 -0
  275. package/build/jira-client/models/CustomFieldBean.js.map +1 -0
  276. package/build/jira-client/models/CustomFieldDefinitionJsonBean.d.ts +11 -0
  277. package/build/jira-client/models/CustomFieldDefinitionJsonBean.d.ts.map +1 -0
  278. package/build/jira-client/models/CustomFieldDefinitionJsonBean.js +2 -0
  279. package/build/jira-client/models/CustomFieldDefinitionJsonBean.js.map +1 -0
  280. package/build/jira-client/models/CustomFieldOptionBean.d.ts +8 -0
  281. package/build/jira-client/models/CustomFieldOptionBean.d.ts.map +1 -0
  282. package/build/jira-client/models/CustomFieldOptionBean.js +2 -0
  283. package/build/jira-client/models/CustomFieldOptionBean.js.map +1 -0
  284. package/build/jira-client/models/CustomFieldOptionsBean.d.ts +6 -0
  285. package/build/jira-client/models/CustomFieldOptionsBean.d.ts.map +1 -0
  286. package/build/jira-client/models/CustomFieldOptionsBean.js +2 -0
  287. package/build/jira-client/models/CustomFieldOptionsBean.js.map +1 -0
  288. package/build/jira-client/models/CustomFieldReplacement.d.ts +5 -0
  289. package/build/jira-client/models/CustomFieldReplacement.d.ts.map +1 -0
  290. package/build/jira-client/models/CustomFieldReplacement.js +2 -0
  291. package/build/jira-client/models/CustomFieldReplacement.js.map +1 -0
  292. package/build/jira-client/models/DarkFeaturePropertyBean.d.ts +4 -0
  293. package/build/jira-client/models/DarkFeaturePropertyBean.d.ts.map +1 -0
  294. package/build/jira-client/models/DarkFeaturePropertyBean.js +2 -0
  295. package/build/jira-client/models/DarkFeaturePropertyBean.js.map +1 -0
  296. package/build/jira-client/models/DarkFeaturesBean.d.ts +6 -0
  297. package/build/jira-client/models/DarkFeaturesBean.d.ts.map +1 -0
  298. package/build/jira-client/models/DarkFeaturesBean.js +2 -0
  299. package/build/jira-client/models/DarkFeaturesBean.js.map +1 -0
  300. package/build/jira-client/models/DashboardBean.d.ts +7 -0
  301. package/build/jira-client/models/DashboardBean.d.ts.map +1 -0
  302. package/build/jira-client/models/DashboardBean.js +2 -0
  303. package/build/jira-client/models/DashboardBean.js.map +1 -0
  304. package/build/jira-client/models/DashboardsBean.d.ts +10 -0
  305. package/build/jira-client/models/DashboardsBean.d.ts.map +1 -0
  306. package/build/jira-client/models/DashboardsBean.js +2 -0
  307. package/build/jira-client/models/DashboardsBean.js.map +1 -0
  308. package/build/jira-client/models/DefaultBean.d.ts +5 -0
  309. package/build/jira-client/models/DefaultBean.d.ts.map +1 -0
  310. package/build/jira-client/models/DefaultBean.js +2 -0
  311. package/build/jira-client/models/DefaultBean.js.map +1 -0
  312. package/build/jira-client/models/DefaultShareScopeBean.d.ts +11 -0
  313. package/build/jira-client/models/DefaultShareScopeBean.d.ts.map +1 -0
  314. package/build/jira-client/models/DefaultShareScopeBean.js +10 -0
  315. package/build/jira-client/models/DefaultShareScopeBean.js.map +1 -0
  316. package/build/jira-client/models/DeleteAndReplaceVersionBean.d.ts +7 -0
  317. package/build/jira-client/models/DeleteAndReplaceVersionBean.d.ts.map +1 -0
  318. package/build/jira-client/models/DeleteAndReplaceVersionBean.js +2 -0
  319. package/build/jira-client/models/DeleteAndReplaceVersionBean.js.map +1 -0
  320. package/build/jira-client/models/EditMetaBean.d.ts +2 -0
  321. package/build/jira-client/models/EditMetaBean.d.ts.map +1 -0
  322. package/build/jira-client/models/EditMetaBean.js +2 -0
  323. package/build/jira-client/models/EditMetaBean.js.map +1 -0
  324. package/build/jira-client/models/EditorMarkupParameters.d.ts +7 -0
  325. package/build/jira-client/models/EditorMarkupParameters.d.ts.map +1 -0
  326. package/build/jira-client/models/EditorMarkupParameters.js +2 -0
  327. package/build/jira-client/models/EditorMarkupParameters.js.map +1 -0
  328. package/build/jira-client/models/EntityList.d.ts +5 -0
  329. package/build/jira-client/models/EntityList.d.ts.map +1 -0
  330. package/build/jira-client/models/EntityList.js +2 -0
  331. package/build/jira-client/models/EntityList.js.map +1 -0
  332. package/build/jira-client/models/EntityPropertiesKeysBean.d.ts +5 -0
  333. package/build/jira-client/models/EntityPropertiesKeysBean.d.ts.map +1 -0
  334. package/build/jira-client/models/EntityPropertiesKeysBean.js +2 -0
  335. package/build/jira-client/models/EntityPropertiesKeysBean.js.map +1 -0
  336. package/build/jira-client/models/EntityPropertyBean.d.ts +5 -0
  337. package/build/jira-client/models/EntityPropertyBean.d.ts.map +1 -0
  338. package/build/jira-client/models/EntityPropertyBean.js +2 -0
  339. package/build/jira-client/models/EntityPropertyBean.js.map +1 -0
  340. package/build/jira-client/models/EntityPropertyKeyBean.d.ts +5 -0
  341. package/build/jira-client/models/EntityPropertyKeyBean.d.ts.map +1 -0
  342. package/build/jira-client/models/EntityPropertyKeyBean.js +2 -0
  343. package/build/jira-client/models/EntityPropertyKeyBean.js.map +1 -0
  344. package/build/jira-client/models/EntityRefBean.d.ts +7 -0
  345. package/build/jira-client/models/EntityRefBean.d.ts.map +1 -0
  346. package/build/jira-client/models/EntityRefBean.js +2 -0
  347. package/build/jira-client/models/EntityRefBean.js.map +1 -0
  348. package/build/jira-client/models/EntityTypeBean.d.ts +7 -0
  349. package/build/jira-client/models/EntityTypeBean.d.ts.map +1 -0
  350. package/build/jira-client/models/EntityTypeBean.js +2 -0
  351. package/build/jira-client/models/EntityTypeBean.js.map +1 -0
  352. package/build/jira-client/models/EntityVersionBean.d.ts +10 -0
  353. package/build/jira-client/models/EntityVersionBean.d.ts.map +1 -0
  354. package/build/jira-client/models/EntityVersionBean.js +2 -0
  355. package/build/jira-client/models/EntityVersionBean.js.map +1 -0
  356. package/build/jira-client/models/Entry.d.ts +7 -0
  357. package/build/jira-client/models/Entry.d.ts.map +1 -0
  358. package/build/jira-client/models/Entry.js +2 -0
  359. package/build/jira-client/models/Entry.js.map +1 -0
  360. package/build/jira-client/models/EpicBean.d.ts +11 -0
  361. package/build/jira-client/models/EpicBean.d.ts.map +1 -0
  362. package/build/jira-client/models/EpicBean.js +2 -0
  363. package/build/jira-client/models/EpicBean.js.map +1 -0
  364. package/build/jira-client/models/EpicRankRequestBean.d.ts +6 -0
  365. package/build/jira-client/models/EpicRankRequestBean.d.ts.map +1 -0
  366. package/build/jira-client/models/EpicRankRequestBean.js +2 -0
  367. package/build/jira-client/models/EpicRankRequestBean.js.map +1 -0
  368. package/build/jira-client/models/EpicUpdateBean.d.ts +8 -0
  369. package/build/jira-client/models/EpicUpdateBean.d.ts.map +1 -0
  370. package/build/jira-client/models/EpicUpdateBean.js +2 -0
  371. package/build/jira-client/models/EpicUpdateBean.js.map +1 -0
  372. package/build/jira-client/models/ErrorCollection.d.ts +5 -0
  373. package/build/jira-client/models/ErrorCollection.d.ts.map +1 -0
  374. package/build/jira-client/models/ErrorCollection.js +2 -0
  375. package/build/jira-client/models/ErrorCollection.js.map +1 -0
  376. package/build/jira-client/models/EstimationConfigBean.d.ts +6 -0
  377. package/build/jira-client/models/EstimationConfigBean.d.ts.map +1 -0
  378. package/build/jira-client/models/EstimationConfigBean.js +2 -0
  379. package/build/jira-client/models/EstimationConfigBean.js.map +1 -0
  380. package/build/jira-client/models/EstimationFieldBean.d.ts +5 -0
  381. package/build/jira-client/models/EstimationFieldBean.d.ts.map +1 -0
  382. package/build/jira-client/models/EstimationFieldBean.js +2 -0
  383. package/build/jira-client/models/EstimationFieldBean.js.map +1 -0
  384. package/build/jira-client/models/FieldBean.d.ts +12 -0
  385. package/build/jira-client/models/FieldBean.d.ts.map +1 -0
  386. package/build/jira-client/models/FieldBean.js +2 -0
  387. package/build/jira-client/models/FieldBean.js.map +1 -0
  388. package/build/jira-client/models/FieldComparatorSource.d.ts +2 -0
  389. package/build/jira-client/models/FieldComparatorSource.d.ts.map +1 -0
  390. package/build/jira-client/models/FieldComparatorSource.js +2 -0
  391. package/build/jira-client/models/FieldComparatorSource.js.map +1 -0
  392. package/build/jira-client/models/FieldConfigSchemeBean.d.ts +17 -0
  393. package/build/jira-client/models/FieldConfigSchemeBean.d.ts.map +1 -0
  394. package/build/jira-client/models/FieldConfigSchemeBean.js +2 -0
  395. package/build/jira-client/models/FieldConfigSchemeBean.js.map +1 -0
  396. package/build/jira-client/models/FieldEditBean.d.ts +4 -0
  397. package/build/jira-client/models/FieldEditBean.d.ts.map +1 -0
  398. package/build/jira-client/models/FieldEditBean.js +2 -0
  399. package/build/jira-client/models/FieldEditBean.js.map +1 -0
  400. package/build/jira-client/models/FieldMetaBean.d.ts +13 -0
  401. package/build/jira-client/models/FieldMetaBean.d.ts.map +1 -0
  402. package/build/jira-client/models/FieldMetaBean.js +2 -0
  403. package/build/jira-client/models/FieldMetaBean.js.map +1 -0
  404. package/build/jira-client/models/FieldOperation.d.ts +5 -0
  405. package/build/jira-client/models/FieldOperation.d.ts.map +1 -0
  406. package/build/jira-client/models/FieldOperation.js +2 -0
  407. package/build/jira-client/models/FieldOperation.js.map +1 -0
  408. package/build/jira-client/models/FieldValueBean.d.ts +5 -0
  409. package/build/jira-client/models/FieldValueBean.d.ts.map +1 -0
  410. package/build/jira-client/models/FieldValueBean.js +2 -0
  411. package/build/jira-client/models/FieldValueBean.js.map +1 -0
  412. package/build/jira-client/models/FieldValueLoader.d.ts +4 -0
  413. package/build/jira-client/models/FieldValueLoader.d.ts.map +1 -0
  414. package/build/jira-client/models/FieldValueLoader.js +2 -0
  415. package/build/jira-client/models/FieldValueLoader.js.map +1 -0
  416. package/build/jira-client/models/Fields.d.ts +10 -0
  417. package/build/jira-client/models/Fields.d.ts.map +1 -0
  418. package/build/jira-client/models/Fields.js +2 -0
  419. package/build/jira-client/models/Fields.js.map +1 -0
  420. package/build/jira-client/models/FilePart.d.ts +9 -0
  421. package/build/jira-client/models/FilePart.d.ts.map +1 -0
  422. package/build/jira-client/models/FilePart.js +2 -0
  423. package/build/jira-client/models/FilePart.js.map +1 -0
  424. package/build/jira-client/models/FilterBean.d.ts +18 -0
  425. package/build/jira-client/models/FilterBean.d.ts.map +1 -0
  426. package/build/jira-client/models/FilterBean.js +2 -0
  427. package/build/jira-client/models/FilterBean.js.map +1 -0
  428. package/build/jira-client/models/FilterPermissionBean.d.ts +15 -0
  429. package/build/jira-client/models/FilterPermissionBean.d.ts.map +1 -0
  430. package/build/jira-client/models/FilterPermissionBean.js +2 -0
  431. package/build/jira-client/models/FilterPermissionBean.js.map +1 -0
  432. package/build/jira-client/models/Gadget.d.ts +9 -0
  433. package/build/jira-client/models/Gadget.d.ts.map +1 -0
  434. package/build/jira-client/models/Gadget.js +2 -0
  435. package/build/jira-client/models/Gadget.js.map +1 -0
  436. package/build/jira-client/models/GetReactionsRequestBean.d.ts +4 -0
  437. package/build/jira-client/models/GetReactionsRequestBean.d.ts.map +1 -0
  438. package/build/jira-client/models/GetReactionsRequestBean.js +2 -0
  439. package/build/jira-client/models/GetReactionsRequestBean.js.map +1 -0
  440. package/build/jira-client/models/GrantToPermissionInputBean.d.ts +6 -0
  441. package/build/jira-client/models/GrantToPermissionInputBean.d.ts.map +1 -0
  442. package/build/jira-client/models/GrantToPermissionInputBean.js +2 -0
  443. package/build/jira-client/models/GrantToPermissionInputBean.js.map +1 -0
  444. package/build/jira-client/models/GroupBean.d.ts +7 -0
  445. package/build/jira-client/models/GroupBean.d.ts.map +1 -0
  446. package/build/jira-client/models/GroupBean.js +2 -0
  447. package/build/jira-client/models/GroupBean.js.map +1 -0
  448. package/build/jira-client/models/GroupJsonBean.d.ts +5 -0
  449. package/build/jira-client/models/GroupJsonBean.d.ts.map +1 -0
  450. package/build/jira-client/models/GroupJsonBean.js +2 -0
  451. package/build/jira-client/models/GroupJsonBean.js.map +1 -0
  452. package/build/jira-client/models/GroupLabelBean.d.ts +13 -0
  453. package/build/jira-client/models/GroupLabelBean.d.ts.map +1 -0
  454. package/build/jira-client/models/GroupLabelBean.js +10 -0
  455. package/build/jira-client/models/GroupLabelBean.js.map +1 -0
  456. package/build/jira-client/models/GroupSuggestionBean.d.ts +7 -0
  457. package/build/jira-client/models/GroupSuggestionBean.d.ts.map +1 -0
  458. package/build/jira-client/models/GroupSuggestionBean.js +2 -0
  459. package/build/jira-client/models/GroupSuggestionBean.js.map +1 -0
  460. package/build/jira-client/models/GroupSuggestionsBean.d.ts +7 -0
  461. package/build/jira-client/models/GroupSuggestionsBean.d.ts.map +1 -0
  462. package/build/jira-client/models/GroupSuggestionsBean.js +2 -0
  463. package/build/jira-client/models/GroupSuggestionsBean.js.map +1 -0
  464. package/build/jira-client/models/HistoryMetadata.d.ts +15 -0
  465. package/build/jira-client/models/HistoryMetadata.d.ts.map +1 -0
  466. package/build/jira-client/models/HistoryMetadata.js +2 -0
  467. package/build/jira-client/models/HistoryMetadata.js.map +1 -0
  468. package/build/jira-client/models/HistoryMetadataParticipant.d.ts +9 -0
  469. package/build/jira-client/models/HistoryMetadataParticipant.d.ts.map +1 -0
  470. package/build/jira-client/models/HistoryMetadataParticipant.js +2 -0
  471. package/build/jira-client/models/HistoryMetadataParticipant.js.map +1 -0
  472. package/build/jira-client/models/HumanReadableArchive.d.ts +8 -0
  473. package/build/jira-client/models/HumanReadableArchive.d.ts.map +1 -0
  474. package/build/jira-client/models/HumanReadableArchive.js +2 -0
  475. package/build/jira-client/models/HumanReadableArchive.js.map +1 -0
  476. package/build/jira-client/models/Icon.d.ts +6 -0
  477. package/build/jira-client/models/Icon.d.ts.map +1 -0
  478. package/build/jira-client/models/Icon.js +2 -0
  479. package/build/jira-client/models/Icon.js.map +1 -0
  480. package/build/jira-client/models/IdBean.d.ts +4 -0
  481. package/build/jira-client/models/IdBean.d.ts.map +1 -0
  482. package/build/jira-client/models/IdBean.js +2 -0
  483. package/build/jira-client/models/IdBean.js.map +1 -0
  484. package/build/jira-client/models/IncludedFields.d.ts +4 -0
  485. package/build/jira-client/models/IncludedFields.d.ts.map +1 -0
  486. package/build/jira-client/models/IncludedFields.js +2 -0
  487. package/build/jira-client/models/IncludedFields.js.map +1 -0
  488. package/build/jira-client/models/IndexReplicationQueueEntryBean.d.ts +5 -0
  489. package/build/jira-client/models/IndexReplicationQueueEntryBean.d.ts.map +1 -0
  490. package/build/jira-client/models/IndexReplicationQueueEntryBean.js +2 -0
  491. package/build/jira-client/models/IndexReplicationQueueEntryBean.js.map +1 -0
  492. package/build/jira-client/models/IndexReplicationQueueSummaryBean.d.ts +7 -0
  493. package/build/jira-client/models/IndexReplicationQueueSummaryBean.d.ts.map +1 -0
  494. package/build/jira-client/models/IndexReplicationQueueSummaryBean.js +2 -0
  495. package/build/jira-client/models/IndexReplicationQueueSummaryBean.js.map +1 -0
  496. package/build/jira-client/models/IndexSnapshotBean.d.ts +5 -0
  497. package/build/jira-client/models/IndexSnapshotBean.d.ts.map +1 -0
  498. package/build/jira-client/models/IndexSnapshotBean.js +2 -0
  499. package/build/jira-client/models/IndexSnapshotBean.js.map +1 -0
  500. package/build/jira-client/models/IndexSnapshotPromiseBean.d.ts +4 -0
  501. package/build/jira-client/models/IndexSnapshotPromiseBean.d.ts.map +1 -0
  502. package/build/jira-client/models/IndexSnapshotPromiseBean.js +2 -0
  503. package/build/jira-client/models/IndexSnapshotPromiseBean.js.map +1 -0
  504. package/build/jira-client/models/IndexSnapshotStatusBean.d.ts +4 -0
  505. package/build/jira-client/models/IndexSnapshotStatusBean.d.ts.map +1 -0
  506. package/build/jira-client/models/IndexSnapshotStatusBean.js +2 -0
  507. package/build/jira-client/models/IndexSnapshotStatusBean.js.map +1 -0
  508. package/build/jira-client/models/IndexSummaryBean.d.ts +9 -0
  509. package/build/jira-client/models/IndexSummaryBean.d.ts.map +1 -0
  510. package/build/jira-client/models/IndexSummaryBean.js +2 -0
  511. package/build/jira-client/models/IndexSummaryBean.js.map +1 -0
  512. package/build/jira-client/models/IpdMonitoringRestEntity.d.ts +4 -0
  513. package/build/jira-client/models/IpdMonitoringRestEntity.d.ts.map +1 -0
  514. package/build/jira-client/models/IpdMonitoringRestEntity.js +2 -0
  515. package/build/jira-client/models/IpdMonitoringRestEntity.js.map +1 -0
  516. package/build/jira-client/models/IssueAssignRequestBean.d.ts +4 -0
  517. package/build/jira-client/models/IssueAssignRequestBean.d.ts.map +1 -0
  518. package/build/jira-client/models/IssueAssignRequestBean.js +2 -0
  519. package/build/jira-client/models/IssueAssignRequestBean.js.map +1 -0
  520. package/build/jira-client/models/IssueBean.d.ts +25 -0
  521. package/build/jira-client/models/IssueBean.d.ts.map +1 -0
  522. package/build/jira-client/models/IssueBean.js +2 -0
  523. package/build/jira-client/models/IssueBean.js.map +1 -0
  524. package/build/jira-client/models/IssueContextParam.d.ts +5 -0
  525. package/build/jira-client/models/IssueContextParam.d.ts.map +1 -0
  526. package/build/jira-client/models/IssueContextParam.js +2 -0
  527. package/build/jira-client/models/IssueContextParam.js.map +1 -0
  528. package/build/jira-client/models/IssueCreateResponse.d.ts +6 -0
  529. package/build/jira-client/models/IssueCreateResponse.d.ts.map +1 -0
  530. package/build/jira-client/models/IssueCreateResponse.js +2 -0
  531. package/build/jira-client/models/IssueCreateResponse.js.map +1 -0
  532. package/build/jira-client/models/IssueIndexSummaryBean.d.ts +9 -0
  533. package/build/jira-client/models/IssueIndexSummaryBean.d.ts.map +1 -0
  534. package/build/jira-client/models/IssueIndexSummaryBean.js +2 -0
  535. package/build/jira-client/models/IssueIndexSummaryBean.js.map +1 -0
  536. package/build/jira-client/models/IssueInvolvementBean.d.ts +5 -0
  537. package/build/jira-client/models/IssueInvolvementBean.d.ts.map +1 -0
  538. package/build/jira-client/models/IssueInvolvementBean.js +2 -0
  539. package/build/jira-client/models/IssueInvolvementBean.js.map +1 -0
  540. package/build/jira-client/models/IssueLinkTypeJsonBean.d.ts +8 -0
  541. package/build/jira-client/models/IssueLinkTypeJsonBean.d.ts.map +1 -0
  542. package/build/jira-client/models/IssueLinkTypeJsonBean.js +2 -0
  543. package/build/jira-client/models/IssueLinkTypeJsonBean.js.map +1 -0
  544. package/build/jira-client/models/IssueLinkTypeOrderUpdateRequest.d.ts +4 -0
  545. package/build/jira-client/models/IssueLinkTypeOrderUpdateRequest.d.ts.map +1 -0
  546. package/build/jira-client/models/IssueLinkTypeOrderUpdateRequest.js +2 -0
  547. package/build/jira-client/models/IssueLinkTypeOrderUpdateRequest.js.map +1 -0
  548. package/build/jira-client/models/IssueLinkTypeResetOrderRequest.d.ts +4 -0
  549. package/build/jira-client/models/IssueLinkTypeResetOrderRequest.d.ts.map +1 -0
  550. package/build/jira-client/models/IssueLinkTypeResetOrderRequest.js +2 -0
  551. package/build/jira-client/models/IssueLinkTypeResetOrderRequest.js.map +1 -0
  552. package/build/jira-client/models/IssueLinkTypesBean.d.ts +2 -0
  553. package/build/jira-client/models/IssueLinkTypesBean.d.ts.map +1 -0
  554. package/build/jira-client/models/IssueLinkTypesBean.js +2 -0
  555. package/build/jira-client/models/IssueLinkTypesBean.js.map +1 -0
  556. package/build/jira-client/models/IssuePickerIssue.d.ts +8 -0
  557. package/build/jira-client/models/IssuePickerIssue.d.ts.map +1 -0
  558. package/build/jira-client/models/IssuePickerIssue.js +2 -0
  559. package/build/jira-client/models/IssuePickerIssue.js.map +1 -0
  560. package/build/jira-client/models/IssuePickerResult.d.ts +5 -0
  561. package/build/jira-client/models/IssuePickerResult.d.ts.map +1 -0
  562. package/build/jira-client/models/IssuePickerResult.js +2 -0
  563. package/build/jira-client/models/IssuePickerResult.js.map +1 -0
  564. package/build/jira-client/models/IssueRankRequestBean.d.ts +7 -0
  565. package/build/jira-client/models/IssueRankRequestBean.d.ts.map +1 -0
  566. package/build/jira-client/models/IssueRankRequestBean.js +2 -0
  567. package/build/jira-client/models/IssueRankRequestBean.js.map +1 -0
  568. package/build/jira-client/models/IssueRefJsonBean.d.ts +8 -0
  569. package/build/jira-client/models/IssueRefJsonBean.d.ts.map +1 -0
  570. package/build/jira-client/models/IssueRefJsonBean.js +2 -0
  571. package/build/jira-client/models/IssueRefJsonBean.js.map +1 -0
  572. package/build/jira-client/models/IssueSection.d.ts +9 -0
  573. package/build/jira-client/models/IssueSection.d.ts.map +1 -0
  574. package/build/jira-client/models/IssueSection.js +2 -0
  575. package/build/jira-client/models/IssueSection.js.map +1 -0
  576. package/build/jira-client/models/IssueSubTaskMovePositionBean.d.ts +5 -0
  577. package/build/jira-client/models/IssueSubTaskMovePositionBean.d.ts.map +1 -0
  578. package/build/jira-client/models/IssueSubTaskMovePositionBean.js +2 -0
  579. package/build/jira-client/models/IssueSubTaskMovePositionBean.js.map +1 -0
  580. package/build/jira-client/models/IssueTypeCreateBean.d.ts +12 -0
  581. package/build/jira-client/models/IssueTypeCreateBean.d.ts.map +1 -0
  582. package/build/jira-client/models/IssueTypeCreateBean.js +9 -0
  583. package/build/jira-client/models/IssueTypeCreateBean.js.map +1 -0
  584. package/build/jira-client/models/IssueTypeJsonBean.d.ts +10 -0
  585. package/build/jira-client/models/IssueTypeJsonBean.d.ts.map +1 -0
  586. package/build/jira-client/models/IssueTypeJsonBean.js +2 -0
  587. package/build/jira-client/models/IssueTypeJsonBean.js.map +1 -0
  588. package/build/jira-client/models/IssueTypeMappingBean.d.ts +6 -0
  589. package/build/jira-client/models/IssueTypeMappingBean.d.ts.map +1 -0
  590. package/build/jira-client/models/IssueTypeMappingBean.js +2 -0
  591. package/build/jira-client/models/IssueTypeMappingBean.js.map +1 -0
  592. package/build/jira-client/models/IssueTypeSchemeBean.d.ts +11 -0
  593. package/build/jira-client/models/IssueTypeSchemeBean.d.ts.map +1 -0
  594. package/build/jira-client/models/IssueTypeSchemeBean.js +2 -0
  595. package/build/jira-client/models/IssueTypeSchemeBean.js.map +1 -0
  596. package/build/jira-client/models/IssueTypeSchemeCreateUpdateBean.d.ts +8 -0
  597. package/build/jira-client/models/IssueTypeSchemeCreateUpdateBean.d.ts.map +1 -0
  598. package/build/jira-client/models/IssueTypeSchemeCreateUpdateBean.js +2 -0
  599. package/build/jira-client/models/IssueTypeSchemeCreateUpdateBean.js.map +1 -0
  600. package/build/jira-client/models/IssueTypeSchemeListBean.d.ts +5 -0
  601. package/build/jira-client/models/IssueTypeSchemeListBean.d.ts.map +1 -0
  602. package/build/jira-client/models/IssueTypeSchemeListBean.js +2 -0
  603. package/build/jira-client/models/IssueTypeSchemeListBean.js.map +1 -0
  604. package/build/jira-client/models/IssueTypeUpdateBean.d.ts +6 -0
  605. package/build/jira-client/models/IssueTypeUpdateBean.d.ts.map +1 -0
  606. package/build/jira-client/models/IssueTypeUpdateBean.js +2 -0
  607. package/build/jira-client/models/IssueTypeUpdateBean.js.map +1 -0
  608. package/build/jira-client/models/IssueTypeWithStatusJsonBean.d.ts +9 -0
  609. package/build/jira-client/models/IssueTypeWithStatusJsonBean.d.ts.map +1 -0
  610. package/build/jira-client/models/IssueTypeWithStatusJsonBean.js +2 -0
  611. package/build/jira-client/models/IssueTypeWithStatusJsonBean.js.map +1 -0
  612. package/build/jira-client/models/IssueUpdateBean.d.ts +12 -0
  613. package/build/jira-client/models/IssueUpdateBean.d.ts.map +1 -0
  614. package/build/jira-client/models/IssueUpdateBean.js +2 -0
  615. package/build/jira-client/models/IssueUpdateBean.js.map +1 -0
  616. package/build/jira-client/models/IssuesCreateResponse.d.ts +7 -0
  617. package/build/jira-client/models/IssuesCreateResponse.d.ts.map +1 -0
  618. package/build/jira-client/models/IssuesCreateResponse.js +2 -0
  619. package/build/jira-client/models/IssuesCreateResponse.js.map +1 -0
  620. package/build/jira-client/models/IssuesUpdateBean.d.ts +5 -0
  621. package/build/jira-client/models/IssuesUpdateBean.d.ts.map +1 -0
  622. package/build/jira-client/models/IssuesUpdateBean.js +2 -0
  623. package/build/jira-client/models/IssuesUpdateBean.js.map +1 -0
  624. package/build/jira-client/models/JobBean.d.ts +13 -0
  625. package/build/jira-client/models/JobBean.d.ts.map +1 -0
  626. package/build/jira-client/models/JobBean.js +2 -0
  627. package/build/jira-client/models/JobBean.js.map +1 -0
  628. package/build/jira-client/models/JobRunBean.d.ts +7 -0
  629. package/build/jira-client/models/JobRunBean.d.ts.map +1 -0
  630. package/build/jira-client/models/JobRunBean.js +2 -0
  631. package/build/jira-client/models/JobRunBean.js.map +1 -0
  632. package/build/jira-client/models/JsonTypeBean.d.ts +8 -0
  633. package/build/jira-client/models/JsonTypeBean.d.ts.map +1 -0
  634. package/build/jira-client/models/JsonTypeBean.js +2 -0
  635. package/build/jira-client/models/JsonTypeBean.js.map +1 -0
  636. package/build/jira-client/models/LicenseValidationResults.d.ts +5 -0
  637. package/build/jira-client/models/LicenseValidationResults.d.ts.map +1 -0
  638. package/build/jira-client/models/LicenseValidationResults.js +2 -0
  639. package/build/jira-client/models/LicenseValidationResults.js.map +1 -0
  640. package/build/jira-client/models/LinkGroupBean.d.ts +10 -0
  641. package/build/jira-client/models/LinkGroupBean.d.ts.map +1 -0
  642. package/build/jira-client/models/LinkGroupBean.js +2 -0
  643. package/build/jira-client/models/LinkGroupBean.js.map +1 -0
  644. package/build/jira-client/models/LinkIssueRequestJsonBean.d.ts +10 -0
  645. package/build/jira-client/models/LinkIssueRequestJsonBean.d.ts.map +1 -0
  646. package/build/jira-client/models/LinkIssueRequestJsonBean.js +2 -0
  647. package/build/jira-client/models/LinkIssueRequestJsonBean.js.map +1 -0
  648. package/build/jira-client/models/ListWrapperCallbackApplicationRoleBean.d.ts +2 -0
  649. package/build/jira-client/models/ListWrapperCallbackApplicationRoleBean.d.ts.map +1 -0
  650. package/build/jira-client/models/ListWrapperCallbackApplicationRoleBean.js +2 -0
  651. package/build/jira-client/models/ListWrapperCallbackApplicationRoleBean.js.map +1 -0
  652. package/build/jira-client/models/ListWrapperCallbackGroupJsonBean.d.ts +2 -0
  653. package/build/jira-client/models/ListWrapperCallbackGroupJsonBean.d.ts.map +1 -0
  654. package/build/jira-client/models/ListWrapperCallbackGroupJsonBean.js +2 -0
  655. package/build/jira-client/models/ListWrapperCallbackGroupJsonBean.js.map +1 -0
  656. package/build/jira-client/models/ListWrapperCallbackUserBean.d.ts +2 -0
  657. package/build/jira-client/models/ListWrapperCallbackUserBean.d.ts.map +1 -0
  658. package/build/jira-client/models/ListWrapperCallbackUserBean.js +2 -0
  659. package/build/jira-client/models/ListWrapperCallbackUserBean.js.map +1 -0
  660. package/build/jira-client/models/ListWrapperCallbackUserJsonBean.d.ts +2 -0
  661. package/build/jira-client/models/ListWrapperCallbackUserJsonBean.d.ts.map +1 -0
  662. package/build/jira-client/models/ListWrapperCallbackUserJsonBean.js +2 -0
  663. package/build/jira-client/models/ListWrapperCallbackUserJsonBean.js.map +1 -0
  664. package/build/jira-client/models/LoginInfo.d.ts +7 -0
  665. package/build/jira-client/models/LoginInfo.d.ts.map +1 -0
  666. package/build/jira-client/models/LoginInfo.js +2 -0
  667. package/build/jira-client/models/LoginInfo.js.map +1 -0
  668. package/build/jira-client/models/LuceneFieldSorter.d.ts +5 -0
  669. package/build/jira-client/models/LuceneFieldSorter.d.ts.map +1 -0
  670. package/build/jira-client/models/LuceneFieldSorter.js +2 -0
  671. package/build/jira-client/models/LuceneFieldSorter.js.map +1 -0
  672. package/build/jira-client/models/MoveFieldBean.d.ts +13 -0
  673. package/build/jira-client/models/MoveFieldBean.d.ts.map +1 -0
  674. package/build/jira-client/models/MoveFieldBean.js +11 -0
  675. package/build/jira-client/models/MoveFieldBean.js.map +1 -0
  676. package/build/jira-client/models/NavigableField.d.ts +16 -0
  677. package/build/jira-client/models/NavigableField.d.ts.map +1 -0
  678. package/build/jira-client/models/NavigableField.js +2 -0
  679. package/build/jira-client/models/NavigableField.js.map +1 -0
  680. package/build/jira-client/models/NodeBean.d.ts +20 -0
  681. package/build/jira-client/models/NodeBean.d.ts.map +1 -0
  682. package/build/jira-client/models/NodeBean.js +12 -0
  683. package/build/jira-client/models/NodeBean.js.map +1 -0
  684. package/build/jira-client/models/NodeBuildInfo.d.ts +5 -0
  685. package/build/jira-client/models/NodeBuildInfo.d.ts.map +1 -0
  686. package/build/jira-client/models/NodeBuildInfo.js +2 -0
  687. package/build/jira-client/models/NodeBuildInfo.js.map +1 -0
  688. package/build/jira-client/models/NotificationJsonBean.d.ts +10 -0
  689. package/build/jira-client/models/NotificationJsonBean.d.ts.map +1 -0
  690. package/build/jira-client/models/NotificationJsonBean.js +2 -0
  691. package/build/jira-client/models/NotificationJsonBean.js.map +1 -0
  692. package/build/jira-client/models/NotificationSchemeBean.d.ts +9 -0
  693. package/build/jira-client/models/NotificationSchemeBean.d.ts.map +1 -0
  694. package/build/jira-client/models/NotificationSchemeBean.js +2 -0
  695. package/build/jira-client/models/NotificationSchemeBean.js.map +1 -0
  696. package/build/jira-client/models/OpsbarBean.d.ts +5 -0
  697. package/build/jira-client/models/OpsbarBean.d.ts.map +1 -0
  698. package/build/jira-client/models/OpsbarBean.js +2 -0
  699. package/build/jira-client/models/OpsbarBean.js.map +1 -0
  700. package/build/jira-client/models/Option.d.ts +8 -0
  701. package/build/jira-client/models/Option.d.ts.map +1 -0
  702. package/build/jira-client/models/Option.js +2 -0
  703. package/build/jira-client/models/Option.js.map +1 -0
  704. package/build/jira-client/models/OptionString.d.ts +6 -0
  705. package/build/jira-client/models/OptionString.d.ts.map +1 -0
  706. package/build/jira-client/models/OptionString.js +2 -0
  707. package/build/jira-client/models/OptionString.js.map +1 -0
  708. package/build/jira-client/models/OptionsSettings.d.ts +7 -0
  709. package/build/jira-client/models/OptionsSettings.d.ts.map +1 -0
  710. package/build/jira-client/models/OptionsSettings.js +2 -0
  711. package/build/jira-client/models/OptionsSettings.js.map +1 -0
  712. package/build/jira-client/models/OrderByPreferences.d.ts +5 -0
  713. package/build/jira-client/models/OrderByPreferences.d.ts.map +1 -0
  714. package/build/jira-client/models/OrderByPreferences.js +2 -0
  715. package/build/jira-client/models/OrderByPreferences.js.map +1 -0
  716. package/build/jira-client/models/OriginalOrder.d.ts +4 -0
  717. package/build/jira-client/models/OriginalOrder.d.ts.map +1 -0
  718. package/build/jira-client/models/OriginalOrder.js +2 -0
  719. package/build/jira-client/models/OriginalOrder.js.map +1 -0
  720. package/build/jira-client/models/PageBean.d.ts +10 -0
  721. package/build/jira-client/models/PageBean.d.ts.map +1 -0
  722. package/build/jira-client/models/PageBean.js +2 -0
  723. package/build/jira-client/models/PageBean.js.map +1 -0
  724. package/build/jira-client/models/PageBeanProjectBean.d.ts +11 -0
  725. package/build/jira-client/models/PageBeanProjectBean.d.ts.map +1 -0
  726. package/build/jira-client/models/PageBeanProjectBean.js +2 -0
  727. package/build/jira-client/models/PageBeanProjectBean.js.map +1 -0
  728. package/build/jira-client/models/PagedListWrapperUserJsonBeanApplicationUser.d.ts +11 -0
  729. package/build/jira-client/models/PagedListWrapperUserJsonBeanApplicationUser.d.ts.map +1 -0
  730. package/build/jira-client/models/PagedListWrapperUserJsonBeanApplicationUser.js +2 -0
  731. package/build/jira-client/models/PagedListWrapperUserJsonBeanApplicationUser.js.map +1 -0
  732. package/build/jira-client/models/PartialSuccessBean.d.ts +5 -0
  733. package/build/jira-client/models/PartialSuccessBean.d.ts.map +1 -0
  734. package/build/jira-client/models/PartialSuccessBean.js +2 -0
  735. package/build/jira-client/models/PartialSuccessBean.js.map +1 -0
  736. package/build/jira-client/models/PasswordBean.d.ts +5 -0
  737. package/build/jira-client/models/PasswordBean.d.ts.map +1 -0
  738. package/build/jira-client/models/PasswordBean.js +2 -0
  739. package/build/jira-client/models/PasswordBean.js.map +1 -0
  740. package/build/jira-client/models/PasswordPolicyCreateUserBean.d.ts +7 -0
  741. package/build/jira-client/models/PasswordPolicyCreateUserBean.d.ts.map +1 -0
  742. package/build/jira-client/models/PasswordPolicyCreateUserBean.js +2 -0
  743. package/build/jira-client/models/PasswordPolicyCreateUserBean.js.map +1 -0
  744. package/build/jira-client/models/PasswordPolicyUpdateUserBean.d.ts +6 -0
  745. package/build/jira-client/models/PasswordPolicyUpdateUserBean.d.ts.map +1 -0
  746. package/build/jira-client/models/PasswordPolicyUpdateUserBean.js +2 -0
  747. package/build/jira-client/models/PasswordPolicyUpdateUserBean.js.map +1 -0
  748. package/build/jira-client/models/PatternRepresentation.d.ts +7 -0
  749. package/build/jira-client/models/PatternRepresentation.d.ts.map +1 -0
  750. package/build/jira-client/models/PatternRepresentation.js +2 -0
  751. package/build/jira-client/models/PatternRepresentation.js.map +1 -0
  752. package/build/jira-client/models/PermissionBean.d.ts +5 -0
  753. package/build/jira-client/models/PermissionBean.d.ts.map +1 -0
  754. package/build/jira-client/models/PermissionBean.js +2 -0
  755. package/build/jira-client/models/PermissionBean.js.map +1 -0
  756. package/build/jira-client/models/PermissionGrantBean.d.ts +8 -0
  757. package/build/jira-client/models/PermissionGrantBean.d.ts.map +1 -0
  758. package/build/jira-client/models/PermissionGrantBean.js +2 -0
  759. package/build/jira-client/models/PermissionGrantBean.js.map +1 -0
  760. package/build/jira-client/models/PermissionGrantsBean.d.ts +6 -0
  761. package/build/jira-client/models/PermissionGrantsBean.d.ts.map +1 -0
  762. package/build/jira-client/models/PermissionGrantsBean.js +2 -0
  763. package/build/jira-client/models/PermissionGrantsBean.js.map +1 -0
  764. package/build/jira-client/models/PermissionHolderBean.d.ts +13 -0
  765. package/build/jira-client/models/PermissionHolderBean.d.ts.map +1 -0
  766. package/build/jira-client/models/PermissionHolderBean.js +2 -0
  767. package/build/jira-client/models/PermissionHolderBean.js.map +1 -0
  768. package/build/jira-client/models/PermissionJsonBean.d.ts +17 -0
  769. package/build/jira-client/models/PermissionJsonBean.d.ts.map +1 -0
  770. package/build/jira-client/models/PermissionJsonBean.js +9 -0
  771. package/build/jira-client/models/PermissionJsonBean.js.map +1 -0
  772. package/build/jira-client/models/PermissionSchemeAttributeBean.d.ts +5 -0
  773. package/build/jira-client/models/PermissionSchemeAttributeBean.d.ts.map +1 -0
  774. package/build/jira-client/models/PermissionSchemeAttributeBean.js +2 -0
  775. package/build/jira-client/models/PermissionSchemeAttributeBean.js.map +1 -0
  776. package/build/jira-client/models/PermissionSchemeBean.d.ts +10 -0
  777. package/build/jira-client/models/PermissionSchemeBean.d.ts.map +1 -0
  778. package/build/jira-client/models/PermissionSchemeBean.js +2 -0
  779. package/build/jira-client/models/PermissionSchemeBean.js.map +1 -0
  780. package/build/jira-client/models/PermissionSchemesBean.d.ts +5 -0
  781. package/build/jira-client/models/PermissionSchemesBean.d.ts.map +1 -0
  782. package/build/jira-client/models/PermissionSchemesBean.js +2 -0
  783. package/build/jira-client/models/PermissionSchemesBean.js.map +1 -0
  784. package/build/jira-client/models/PermissionsInputBean.d.ts +6 -0
  785. package/build/jira-client/models/PermissionsInputBean.d.ts.map +1 -0
  786. package/build/jira-client/models/PermissionsInputBean.js +2 -0
  787. package/build/jira-client/models/PermissionsInputBean.js.map +1 -0
  788. package/build/jira-client/models/PermissionsJsonBean.d.ts +8 -0
  789. package/build/jira-client/models/PermissionsJsonBean.d.ts.map +1 -0
  790. package/build/jira-client/models/PermissionsJsonBean.js +2 -0
  791. package/build/jira-client/models/PermissionsJsonBean.js.map +1 -0
  792. package/build/jira-client/models/PinnedCommentJsonBean.d.ts +7 -0
  793. package/build/jira-client/models/PinnedCommentJsonBean.d.ts.map +1 -0
  794. package/build/jira-client/models/PinnedCommentJsonBean.js +2 -0
  795. package/build/jira-client/models/PinnedCommentJsonBean.js.map +1 -0
  796. package/build/jira-client/models/PriorityJsonBean.d.ts +9 -0
  797. package/build/jira-client/models/PriorityJsonBean.d.ts.map +1 -0
  798. package/build/jira-client/models/PriorityJsonBean.js +2 -0
  799. package/build/jira-client/models/PriorityJsonBean.js.map +1 -0
  800. package/build/jira-client/models/PrioritySchemeBean.d.ts +11 -0
  801. package/build/jira-client/models/PrioritySchemeBean.d.ts.map +1 -0
  802. package/build/jira-client/models/PrioritySchemeBean.js +2 -0
  803. package/build/jira-client/models/PrioritySchemeBean.js.map +1 -0
  804. package/build/jira-client/models/PrioritySchemeListBean.d.ts +8 -0
  805. package/build/jira-client/models/PrioritySchemeListBean.d.ts.map +1 -0
  806. package/build/jira-client/models/PrioritySchemeListBean.js +2 -0
  807. package/build/jira-client/models/PrioritySchemeListBean.js.map +1 -0
  808. package/build/jira-client/models/PrioritySchemeResponse.d.ts +8 -0
  809. package/build/jira-client/models/PrioritySchemeResponse.d.ts.map +1 -0
  810. package/build/jira-client/models/PrioritySchemeResponse.js +2 -0
  811. package/build/jira-client/models/PrioritySchemeResponse.js.map +1 -0
  812. package/build/jira-client/models/PrioritySchemeUpdateBean.d.ts +8 -0
  813. package/build/jira-client/models/PrioritySchemeUpdateBean.d.ts.map +1 -0
  814. package/build/jira-client/models/PrioritySchemeUpdateBean.js +2 -0
  815. package/build/jira-client/models/PrioritySchemeUpdateBean.js.map +1 -0
  816. package/build/jira-client/models/ProductLicenseTO.d.ts +24 -0
  817. package/build/jira-client/models/ProductLicenseTO.d.ts.map +1 -0
  818. package/build/jira-client/models/ProductLicenseTO.js +2 -0
  819. package/build/jira-client/models/ProductLicenseTO.js.map +1 -0
  820. package/build/jira-client/models/ProjectBean.d.ts +10 -0
  821. package/build/jira-client/models/ProjectBean.d.ts.map +1 -0
  822. package/build/jira-client/models/ProjectBean.js +2 -0
  823. package/build/jira-client/models/ProjectBean.js.map +1 -0
  824. package/build/jira-client/models/ProjectCategoryBean.d.ts +7 -0
  825. package/build/jira-client/models/ProjectCategoryBean.d.ts.map +1 -0
  826. package/build/jira-client/models/ProjectCategoryBean.js +2 -0
  827. package/build/jira-client/models/ProjectCategoryBean.js.map +1 -0
  828. package/build/jira-client/models/ProjectCategoryJsonBean.d.ts +7 -0
  829. package/build/jira-client/models/ProjectCategoryJsonBean.d.ts.map +1 -0
  830. package/build/jira-client/models/ProjectCategoryJsonBean.js +2 -0
  831. package/build/jira-client/models/ProjectCategoryJsonBean.js.map +1 -0
  832. package/build/jira-client/models/ProjectDeleteInstructionsBean.d.ts +4 -0
  833. package/build/jira-client/models/ProjectDeleteInstructionsBean.d.ts.map +1 -0
  834. package/build/jira-client/models/ProjectDeleteInstructionsBean.js +2 -0
  835. package/build/jira-client/models/ProjectDeleteInstructionsBean.js.map +1 -0
  836. package/build/jira-client/models/ProjectIdentity.d.ts +6 -0
  837. package/build/jira-client/models/ProjectIdentity.d.ts.map +1 -0
  838. package/build/jira-client/models/ProjectIdentity.js +2 -0
  839. package/build/jira-client/models/ProjectIdentity.js.map +1 -0
  840. package/build/jira-client/models/ProjectInputBean.d.ts +23 -0
  841. package/build/jira-client/models/ProjectInputBean.d.ts.map +1 -0
  842. package/build/jira-client/models/ProjectInputBean.js +9 -0
  843. package/build/jira-client/models/ProjectInputBean.js.map +1 -0
  844. package/build/jira-client/models/ProjectJsonBean.d.ts +11 -0
  845. package/build/jira-client/models/ProjectJsonBean.d.ts.map +1 -0
  846. package/build/jira-client/models/ProjectJsonBean.js +2 -0
  847. package/build/jira-client/models/ProjectJsonBean.js.map +1 -0
  848. package/build/jira-client/models/ProjectPickerItem.d.ts +8 -0
  849. package/build/jira-client/models/ProjectPickerItem.d.ts.map +1 -0
  850. package/build/jira-client/models/ProjectPickerItem.js +2 -0
  851. package/build/jira-client/models/ProjectPickerItem.js.map +1 -0
  852. package/build/jira-client/models/ProjectPickerResultWrapper.d.ts +7 -0
  853. package/build/jira-client/models/ProjectPickerResultWrapper.d.ts.map +1 -0
  854. package/build/jira-client/models/ProjectPickerResultWrapper.js +2 -0
  855. package/build/jira-client/models/ProjectPickerResultWrapper.js.map +1 -0
  856. package/build/jira-client/models/ProjectRoleActorsBean.d.ts +5 -0
  857. package/build/jira-client/models/ProjectRoleActorsBean.d.ts.map +1 -0
  858. package/build/jira-client/models/ProjectRoleActorsBean.js +2 -0
  859. package/build/jira-client/models/ProjectRoleActorsBean.js.map +1 -0
  860. package/build/jira-client/models/ProjectRoleActorsUpdateBean.d.ts +5 -0
  861. package/build/jira-client/models/ProjectRoleActorsUpdateBean.d.ts.map +1 -0
  862. package/build/jira-client/models/ProjectRoleActorsUpdateBean.js +2 -0
  863. package/build/jira-client/models/ProjectRoleActorsUpdateBean.js.map +1 -0
  864. package/build/jira-client/models/ProjectRoleBean.d.ts +9 -0
  865. package/build/jira-client/models/ProjectRoleBean.d.ts.map +1 -0
  866. package/build/jira-client/models/ProjectRoleBean.js +2 -0
  867. package/build/jira-client/models/ProjectRoleBean.js.map +1 -0
  868. package/build/jira-client/models/ProjectTypeBean.d.ts +8 -0
  869. package/build/jira-client/models/ProjectTypeBean.d.ts.map +1 -0
  870. package/build/jira-client/models/ProjectTypeBean.js +2 -0
  871. package/build/jira-client/models/ProjectTypeBean.js.map +1 -0
  872. package/build/jira-client/models/ProjectUpdateBean.d.ts +22 -0
  873. package/build/jira-client/models/ProjectUpdateBean.d.ts.map +1 -0
  874. package/build/jira-client/models/ProjectUpdateBean.js +9 -0
  875. package/build/jira-client/models/ProjectUpdateBean.js.map +1 -0
  876. package/build/jira-client/models/PropertiesBean.d.ts +4 -0
  877. package/build/jira-client/models/PropertiesBean.d.ts.map +1 -0
  878. package/build/jira-client/models/PropertiesBean.js +2 -0
  879. package/build/jira-client/models/PropertiesBean.js.map +1 -0
  880. package/build/jira-client/models/Property.d.ts +6 -0
  881. package/build/jira-client/models/Property.d.ts.map +1 -0
  882. package/build/jira-client/models/Property.js +2 -0
  883. package/build/jira-client/models/Property.js.map +1 -0
  884. package/build/jira-client/models/PropertyBean.d.ts +6 -0
  885. package/build/jira-client/models/PropertyBean.d.ts.map +1 -0
  886. package/build/jira-client/models/PropertyBean.js +2 -0
  887. package/build/jira-client/models/PropertyBean.js.map +1 -0
  888. package/build/jira-client/models/RankingConfigBean.d.ts +4 -0
  889. package/build/jira-client/models/RankingConfigBean.d.ts.map +1 -0
  890. package/build/jira-client/models/RankingConfigBean.js +2 -0
  891. package/build/jira-client/models/RankingConfigBean.js.map +1 -0
  892. package/build/jira-client/models/RegisterItemHolder.d.ts +5 -0
  893. package/build/jira-client/models/RegisterItemHolder.d.ts.map +1 -0
  894. package/build/jira-client/models/RegisterItemHolder.js +2 -0
  895. package/build/jira-client/models/RegisterItemHolder.js.map +1 -0
  896. package/build/jira-client/models/ReindexBean.d.ts +19 -0
  897. package/build/jira-client/models/ReindexBean.d.ts.map +1 -0
  898. package/build/jira-client/models/ReindexBean.js +11 -0
  899. package/build/jira-client/models/ReindexBean.js.map +1 -0
  900. package/build/jira-client/models/ReindexRequestBean.d.ts +22 -0
  901. package/build/jira-client/models/ReindexRequestBean.d.ts.map +1 -0
  902. package/build/jira-client/models/ReindexRequestBean.js +17 -0
  903. package/build/jira-client/models/ReindexRequestBean.js.map +1 -0
  904. package/build/jira-client/models/RelationBean.d.ts +5 -0
  905. package/build/jira-client/models/RelationBean.d.ts.map +1 -0
  906. package/build/jira-client/models/RelationBean.js +2 -0
  907. package/build/jira-client/models/RelationBean.js.map +1 -0
  908. package/build/jira-client/models/RemoteEntityLinkJsonBean.d.ts +6 -0
  909. package/build/jira-client/models/RemoteEntityLinkJsonBean.d.ts.map +1 -0
  910. package/build/jira-client/models/RemoteEntityLinkJsonBean.js +2 -0
  911. package/build/jira-client/models/RemoteEntityLinkJsonBean.js.map +1 -0
  912. package/build/jira-client/models/RemoteEntityLinksJsonBean.d.ts +5 -0
  913. package/build/jira-client/models/RemoteEntityLinksJsonBean.d.ts.map +1 -0
  914. package/build/jira-client/models/RemoteEntityLinksJsonBean.js +2 -0
  915. package/build/jira-client/models/RemoteEntityLinksJsonBean.js.map +1 -0
  916. package/build/jira-client/models/RemoteIssueLinkBean.d.ts +2 -0
  917. package/build/jira-client/models/RemoteIssueLinkBean.d.ts.map +1 -0
  918. package/build/jira-client/models/RemoteIssueLinkBean.js +2 -0
  919. package/build/jira-client/models/RemoteIssueLinkBean.js.map +1 -0
  920. package/build/jira-client/models/RemoteIssueLinkCreateOrUpdateRequest.d.ts +9 -0
  921. package/build/jira-client/models/RemoteIssueLinkCreateOrUpdateRequest.d.ts.map +1 -0
  922. package/build/jira-client/models/RemoteIssueLinkCreateOrUpdateRequest.js +2 -0
  923. package/build/jira-client/models/RemoteIssueLinkCreateOrUpdateRequest.js.map +1 -0
  924. package/build/jira-client/models/RemoteObject.d.ts +10 -0
  925. package/build/jira-client/models/RemoteObject.d.ts.map +1 -0
  926. package/build/jira-client/models/RemoteObject.js +2 -0
  927. package/build/jira-client/models/RemoteObject.js.map +1 -0
  928. package/build/jira-client/models/RemoveWorkflowRequest.d.ts +5 -0
  929. package/build/jira-client/models/RemoveWorkflowRequest.d.ts.map +1 -0
  930. package/build/jira-client/models/RemoveWorkflowRequest.js +2 -0
  931. package/build/jira-client/models/RemoveWorkflowRequest.js.map +1 -0
  932. package/build/jira-client/models/ResolutionBean.d.ts +2 -0
  933. package/build/jira-client/models/ResolutionBean.d.ts.map +1 -0
  934. package/build/jira-client/models/ResolutionBean.js +2 -0
  935. package/build/jira-client/models/ResolutionBean.js.map +1 -0
  936. package/build/jira-client/models/ResolutionJsonBean.d.ts +8 -0
  937. package/build/jira-client/models/ResolutionJsonBean.d.ts.map +1 -0
  938. package/build/jira-client/models/ResolutionJsonBean.js +2 -0
  939. package/build/jira-client/models/ResolutionJsonBean.js.map +1 -0
  940. package/build/jira-client/models/RestInvocationHistory.d.ts +2 -0
  941. package/build/jira-client/models/RestInvocationHistory.d.ts.map +1 -0
  942. package/build/jira-client/models/RestInvocationHistory.js +2 -0
  943. package/build/jira-client/models/RestInvocationHistory.js.map +1 -0
  944. package/build/jira-client/models/RestWebhook.d.ts +2 -0
  945. package/build/jira-client/models/RestWebhook.d.ts.map +1 -0
  946. package/build/jira-client/models/RestWebhook.js +2 -0
  947. package/build/jira-client/models/RestWebhook.js.map +1 -0
  948. package/build/jira-client/models/RestWebhookCredentials.d.ts +2 -0
  949. package/build/jira-client/models/RestWebhookCredentials.d.ts.map +1 -0
  950. package/build/jira-client/models/RestWebhookCredentials.js +2 -0
  951. package/build/jira-client/models/RestWebhookCredentials.js.map +1 -0
  952. package/build/jira-client/models/RestrictJsonBean.d.ts +7 -0
  953. package/build/jira-client/models/RestrictJsonBean.d.ts.map +1 -0
  954. package/build/jira-client/models/RestrictJsonBean.js +2 -0
  955. package/build/jira-client/models/RestrictJsonBean.js.map +1 -0
  956. package/build/jira-client/models/RoleActorBean.d.ts +5 -0
  957. package/build/jira-client/models/RoleActorBean.d.ts.map +1 -0
  958. package/build/jira-client/models/RoleActorBean.js +2 -0
  959. package/build/jira-client/models/RoleActorBean.js.map +1 -0
  960. package/build/jira-client/models/ScreenableFieldBean.d.ts +7 -0
  961. package/build/jira-client/models/ScreenableFieldBean.d.ts.map +1 -0
  962. package/build/jira-client/models/ScreenableFieldBean.js +2 -0
  963. package/build/jira-client/models/ScreenableFieldBean.js.map +1 -0
  964. package/build/jira-client/models/ScreenableTabBean.d.ts +5 -0
  965. package/build/jira-client/models/ScreenableTabBean.d.ts.map +1 -0
  966. package/build/jira-client/models/ScreenableTabBean.js +2 -0
  967. package/build/jira-client/models/ScreenableTabBean.js.map +1 -0
  968. package/build/jira-client/models/SearchRequestBean.d.ts +9 -0
  969. package/build/jira-client/models/SearchRequestBean.d.ts.map +1 -0
  970. package/build/jira-client/models/SearchRequestBean.js +2 -0
  971. package/build/jira-client/models/SearchRequestBean.js.map +1 -0
  972. package/build/jira-client/models/SearchResultsBean.d.ts +13 -0
  973. package/build/jira-client/models/SearchResultsBean.d.ts.map +1 -0
  974. package/build/jira-client/models/SearchResultsBean.js +2 -0
  975. package/build/jira-client/models/SearchResultsBean.js.map +1 -0
  976. package/build/jira-client/models/SecurityLevelJsonBean.d.ts +7 -0
  977. package/build/jira-client/models/SecurityLevelJsonBean.d.ts.map +1 -0
  978. package/build/jira-client/models/SecurityLevelJsonBean.js +2 -0
  979. package/build/jira-client/models/SecurityLevelJsonBean.js.map +1 -0
  980. package/build/jira-client/models/SecurityListLevelJsonBean.d.ts +5 -0
  981. package/build/jira-client/models/SecurityListLevelJsonBean.d.ts.map +1 -0
  982. package/build/jira-client/models/SecurityListLevelJsonBean.js +2 -0
  983. package/build/jira-client/models/SecurityListLevelJsonBean.js.map +1 -0
  984. package/build/jira-client/models/SecuritySchemeJsonBean.d.ts +10 -0
  985. package/build/jira-client/models/SecuritySchemeJsonBean.d.ts.map +1 -0
  986. package/build/jira-client/models/SecuritySchemeJsonBean.js +2 -0
  987. package/build/jira-client/models/SecuritySchemeJsonBean.js.map +1 -0
  988. package/build/jira-client/models/SecuritySchemesJsonBean.d.ts +5 -0
  989. package/build/jira-client/models/SecuritySchemesJsonBean.d.ts.map +1 -0
  990. package/build/jira-client/models/SecuritySchemesJsonBean.js +2 -0
  991. package/build/jira-client/models/SecuritySchemesJsonBean.js.map +1 -0
  992. package/build/jira-client/models/ServerInfoBean.d.ts +2 -0
  993. package/build/jira-client/models/ServerInfoBean.d.ts.map +1 -0
  994. package/build/jira-client/models/ServerInfoBean.js +2 -0
  995. package/build/jira-client/models/ServerInfoBean.js.map +1 -0
  996. package/build/jira-client/models/SessionInfo.d.ts +5 -0
  997. package/build/jira-client/models/SessionInfo.d.ts.map +1 -0
  998. package/build/jira-client/models/SessionInfo.js +2 -0
  999. package/build/jira-client/models/SessionInfo.js.map +1 -0
  1000. package/build/jira-client/models/ShareBean.d.ts +7 -0
  1001. package/build/jira-client/models/ShareBean.d.ts.map +1 -0
  1002. package/build/jira-client/models/ShareBean.js +2 -0
  1003. package/build/jira-client/models/ShareBean.js.map +1 -0
  1004. package/build/jira-client/models/SharePermissionInputBean.d.ts +10 -0
  1005. package/build/jira-client/models/SharePermissionInputBean.d.ts.map +1 -0
  1006. package/build/jira-client/models/SharePermissionInputBean.js +2 -0
  1007. package/build/jira-client/models/SharePermissionInputBean.js.map +1 -0
  1008. package/build/jira-client/models/SimpleLinkBean.d.ts +11 -0
  1009. package/build/jira-client/models/SimpleLinkBean.d.ts.map +1 -0
  1010. package/build/jira-client/models/SimpleLinkBean.js +2 -0
  1011. package/build/jira-client/models/SimpleLinkBean.js.map +1 -0
  1012. package/build/jira-client/models/SimpleListWrapperApplicationRoleBean.d.ts +8 -0
  1013. package/build/jira-client/models/SimpleListWrapperApplicationRoleBean.d.ts.map +1 -0
  1014. package/build/jira-client/models/SimpleListWrapperApplicationRoleBean.js +2 -0
  1015. package/build/jira-client/models/SimpleListWrapperApplicationRoleBean.js.map +1 -0
  1016. package/build/jira-client/models/SimpleListWrapperGroupJsonBean.d.ts +8 -0
  1017. package/build/jira-client/models/SimpleListWrapperGroupJsonBean.d.ts.map +1 -0
  1018. package/build/jira-client/models/SimpleListWrapperGroupJsonBean.js +2 -0
  1019. package/build/jira-client/models/SimpleListWrapperGroupJsonBean.js.map +1 -0
  1020. package/build/jira-client/models/SprintBean.d.ts +16 -0
  1021. package/build/jira-client/models/SprintBean.d.ts.map +1 -0
  1022. package/build/jira-client/models/SprintBean.js +2 -0
  1023. package/build/jira-client/models/SprintBean.js.map +1 -0
  1024. package/build/jira-client/models/SprintCreateBean.d.ts +12 -0
  1025. package/build/jira-client/models/SprintCreateBean.d.ts.map +1 -0
  1026. package/build/jira-client/models/SprintCreateBean.js +2 -0
  1027. package/build/jira-client/models/SprintCreateBean.js.map +1 -0
  1028. package/build/jira-client/models/SprintSwapBean.d.ts +5 -0
  1029. package/build/jira-client/models/SprintSwapBean.d.ts.map +1 -0
  1030. package/build/jira-client/models/SprintSwapBean.js +2 -0
  1031. package/build/jira-client/models/SprintSwapBean.js.map +1 -0
  1032. package/build/jira-client/models/Status.d.ts +6 -0
  1033. package/build/jira-client/models/Status.d.ts.map +1 -0
  1034. package/build/jira-client/models/Status.js +2 -0
  1035. package/build/jira-client/models/Status.js.map +1 -0
  1036. package/build/jira-client/models/StatusCategoryJsonBean.d.ts +8 -0
  1037. package/build/jira-client/models/StatusCategoryJsonBean.d.ts.map +1 -0
  1038. package/build/jira-client/models/StatusCategoryJsonBean.js +2 -0
  1039. package/build/jira-client/models/StatusCategoryJsonBean.js.map +1 -0
  1040. package/build/jira-client/models/StatusJsonBean.d.ts +11 -0
  1041. package/build/jira-client/models/StatusJsonBean.d.ts.map +1 -0
  1042. package/build/jira-client/models/StatusJsonBean.js +2 -0
  1043. package/build/jira-client/models/StatusJsonBean.js.map +1 -0
  1044. package/build/jira-client/models/StringList.d.ts +2 -0
  1045. package/build/jira-client/models/StringList.d.ts.map +1 -0
  1046. package/build/jira-client/models/StringList.js +2 -0
  1047. package/build/jira-client/models/StringList.js.map +1 -0
  1048. package/build/jira-client/models/SubqueryBean.d.ts +4 -0
  1049. package/build/jira-client/models/SubqueryBean.d.ts.map +1 -0
  1050. package/build/jira-client/models/SubqueryBean.js +2 -0
  1051. package/build/jira-client/models/SubqueryBean.js.map +1 -0
  1052. package/build/jira-client/models/TerminologyRequestBean.d.ts +6 -0
  1053. package/build/jira-client/models/TerminologyRequestBean.d.ts.map +1 -0
  1054. package/build/jira-client/models/TerminologyRequestBean.js +2 -0
  1055. package/build/jira-client/models/TerminologyRequestBean.js.map +1 -0
  1056. package/build/jira-client/models/TerminologyResponseBean.d.ts +8 -0
  1057. package/build/jira-client/models/TerminologyResponseBean.d.ts.map +1 -0
  1058. package/build/jira-client/models/TerminologyResponseBean.js +2 -0
  1059. package/build/jira-client/models/TerminologyResponseBean.js.map +1 -0
  1060. package/build/jira-client/models/TimeTrackingConfigurationBean.d.ts +20 -0
  1061. package/build/jira-client/models/TimeTrackingConfigurationBean.d.ts.map +1 -0
  1062. package/build/jira-client/models/TimeTrackingConfigurationBean.js +17 -0
  1063. package/build/jira-client/models/TimeTrackingConfigurationBean.js.map +1 -0
  1064. package/build/jira-client/models/ToJsonBean.d.ts +11 -0
  1065. package/build/jira-client/models/ToJsonBean.d.ts.map +1 -0
  1066. package/build/jira-client/models/ToJsonBean.js +2 -0
  1067. package/build/jira-client/models/ToJsonBean.js.map +1 -0
  1068. package/build/jira-client/models/Tooltip.d.ts +4 -0
  1069. package/build/jira-client/models/Tooltip.d.ts.map +1 -0
  1070. package/build/jira-client/models/Tooltip.js +2 -0
  1071. package/build/jira-client/models/Tooltip.js.map +1 -0
  1072. package/build/jira-client/models/TransitionBean.d.ts +11 -0
  1073. package/build/jira-client/models/TransitionBean.d.ts.map +1 -0
  1074. package/build/jira-client/models/TransitionBean.js +2 -0
  1075. package/build/jira-client/models/TransitionBean.js.map +1 -0
  1076. package/build/jira-client/models/TransitionsMetaBean.d.ts +5 -0
  1077. package/build/jira-client/models/TransitionsMetaBean.d.ts.map +1 -0
  1078. package/build/jira-client/models/TransitionsMetaBean.js +2 -0
  1079. package/build/jira-client/models/TransitionsMetaBean.js.map +1 -0
  1080. package/build/jira-client/models/TypeParameter.d.ts +2 -0
  1081. package/build/jira-client/models/TypeParameter.d.ts.map +1 -0
  1082. package/build/jira-client/models/TypeParameter.js +2 -0
  1083. package/build/jira-client/models/TypeParameter.js.map +1 -0
  1084. package/build/jira-client/models/UnmapSprintsBean.d.ts +4 -0
  1085. package/build/jira-client/models/UnmapSprintsBean.d.ts.map +1 -0
  1086. package/build/jira-client/models/UnmapSprintsBean.js +2 -0
  1087. package/build/jira-client/models/UnmapSprintsBean.js.map +1 -0
  1088. package/build/jira-client/models/UpdateUserToGroupBean.d.ts +4 -0
  1089. package/build/jira-client/models/UpdateUserToGroupBean.d.ts.map +1 -0
  1090. package/build/jira-client/models/UpdateUserToGroupBean.js +2 -0
  1091. package/build/jira-client/models/UpdateUserToGroupBean.js.map +1 -0
  1092. package/build/jira-client/models/UpgradeResultBean.d.ts +7 -0
  1093. package/build/jira-client/models/UpgradeResultBean.d.ts.map +1 -0
  1094. package/build/jira-client/models/UpgradeResultBean.js +2 -0
  1095. package/build/jira-client/models/UpgradeResultBean.js.map +1 -0
  1096. package/build/jira-client/models/UserAnonymizationRequestBean.d.ts +5 -0
  1097. package/build/jira-client/models/UserAnonymizationRequestBean.d.ts.map +1 -0
  1098. package/build/jira-client/models/UserAnonymizationRequestBean.js +2 -0
  1099. package/build/jira-client/models/UserAnonymizationRequestBean.js.map +1 -0
  1100. package/build/jira-client/models/UserAnonymizationRerunRequestBean.d.ts +7 -0
  1101. package/build/jira-client/models/UserAnonymizationRerunRequestBean.d.ts.map +1 -0
  1102. package/build/jira-client/models/UserAnonymizationRerunRequestBean.js +2 -0
  1103. package/build/jira-client/models/UserAnonymizationRerunRequestBean.js.map +1 -0
  1104. package/build/jira-client/models/UserAnonymizationValidationBean.d.ts +17 -0
  1105. package/build/jira-client/models/UserAnonymizationValidationBean.d.ts.map +1 -0
  1106. package/build/jira-client/models/UserAnonymizationValidationBean.js +2 -0
  1107. package/build/jira-client/models/UserAnonymizationValidationBean.js.map +1 -0
  1108. package/build/jira-client/models/UserBean.d.ts +19 -0
  1109. package/build/jira-client/models/UserBean.d.ts.map +1 -0
  1110. package/build/jira-client/models/UserBean.js +2 -0
  1111. package/build/jira-client/models/UserBean.js.map +1 -0
  1112. package/build/jira-client/models/UserBeanListWrapper.d.ts +11 -0
  1113. package/build/jira-client/models/UserBeanListWrapper.d.ts.map +1 -0
  1114. package/build/jira-client/models/UserBeanListWrapper.js +2 -0
  1115. package/build/jira-client/models/UserBeanListWrapper.js.map +1 -0
  1116. package/build/jira-client/models/UserIssueRelevanceBean.d.ts +13 -0
  1117. package/build/jira-client/models/UserIssueRelevanceBean.d.ts.map +1 -0
  1118. package/build/jira-client/models/UserIssueRelevanceBean.js +2 -0
  1119. package/build/jira-client/models/UserIssueRelevanceBean.js.map +1 -0
  1120. package/build/jira-client/models/UserJsonBean.d.ts +11 -0
  1121. package/build/jira-client/models/UserJsonBean.d.ts.map +1 -0
  1122. package/build/jira-client/models/UserJsonBean.js +2 -0
  1123. package/build/jira-client/models/UserJsonBean.js.map +1 -0
  1124. package/build/jira-client/models/UserPickerResultsBean.d.ts +2 -0
  1125. package/build/jira-client/models/UserPickerResultsBean.d.ts.map +1 -0
  1126. package/build/jira-client/models/UserPickerResultsBean.js +2 -0
  1127. package/build/jira-client/models/UserPickerResultsBean.js.map +1 -0
  1128. package/build/jira-client/models/UserWriteBean.d.ts +12 -0
  1129. package/build/jira-client/models/UserWriteBean.d.ts.map +1 -0
  1130. package/build/jira-client/models/UserWriteBean.js +2 -0
  1131. package/build/jira-client/models/UserWriteBean.js.map +1 -0
  1132. package/build/jira-client/models/UsersAndGroupsBean.d.ts +7 -0
  1133. package/build/jira-client/models/UsersAndGroupsBean.d.ts.map +1 -0
  1134. package/build/jira-client/models/UsersAndGroupsBean.js +2 -0
  1135. package/build/jira-client/models/UsersAndGroupsBean.js.map +1 -0
  1136. package/build/jira-client/models/ValidationError.d.ts +6 -0
  1137. package/build/jira-client/models/ValidationError.d.ts.map +1 -0
  1138. package/build/jira-client/models/ValidationError.js +2 -0
  1139. package/build/jira-client/models/ValidationError.js.map +1 -0
  1140. package/build/jira-client/models/VersionBean.d.ts +20 -0
  1141. package/build/jira-client/models/VersionBean.d.ts.map +1 -0
  1142. package/build/jira-client/models/VersionBean.js +2 -0
  1143. package/build/jira-client/models/VersionBean.js.map +1 -0
  1144. package/build/jira-client/models/VersionIssueCountsBean.d.ts +9 -0
  1145. package/build/jira-client/models/VersionIssueCountsBean.d.ts.map +1 -0
  1146. package/build/jira-client/models/VersionIssueCountsBean.js +2 -0
  1147. package/build/jira-client/models/VersionIssueCountsBean.js.map +1 -0
  1148. package/build/jira-client/models/VersionMoveBean.d.ts +13 -0
  1149. package/build/jira-client/models/VersionMoveBean.d.ts.map +1 -0
  1150. package/build/jira-client/models/VersionMoveBean.js +11 -0
  1151. package/build/jira-client/models/VersionMoveBean.js.map +1 -0
  1152. package/build/jira-client/models/VersionUnresolvedIssueCountsBean.d.ts +5 -0
  1153. package/build/jira-client/models/VersionUnresolvedIssueCountsBean.d.ts.map +1 -0
  1154. package/build/jira-client/models/VersionUnresolvedIssueCountsBean.js +2 -0
  1155. package/build/jira-client/models/VersionUnresolvedIssueCountsBean.js.map +1 -0
  1156. package/build/jira-client/models/VersionUsageInCustomFields.d.ts +6 -0
  1157. package/build/jira-client/models/VersionUsageInCustomFields.d.ts.map +1 -0
  1158. package/build/jira-client/models/VersionUsageInCustomFields.js +2 -0
  1159. package/build/jira-client/models/VersionUsageInCustomFields.js.map +1 -0
  1160. package/build/jira-client/models/VisibilityJsonBean.d.ts +11 -0
  1161. package/build/jira-client/models/VisibilityJsonBean.d.ts.map +1 -0
  1162. package/build/jira-client/models/VisibilityJsonBean.js +9 -0
  1163. package/build/jira-client/models/VisibilityJsonBean.js.map +1 -0
  1164. package/build/jira-client/models/VoteBean.d.ts +2 -0
  1165. package/build/jira-client/models/VoteBean.d.ts.map +1 -0
  1166. package/build/jira-client/models/VoteBean.js +2 -0
  1167. package/build/jira-client/models/VoteBean.js.map +1 -0
  1168. package/build/jira-client/models/VoteWatchResult.d.ts +2 -0
  1169. package/build/jira-client/models/VoteWatchResult.d.ts.map +1 -0
  1170. package/build/jira-client/models/VoteWatchResult.js +2 -0
  1171. package/build/jira-client/models/VoteWatchResult.js.map +1 -0
  1172. package/build/jira-client/models/WatchersBean.d.ts +2 -0
  1173. package/build/jira-client/models/WatchersBean.d.ts.map +1 -0
  1174. package/build/jira-client/models/WatchersBean.js +2 -0
  1175. package/build/jira-client/models/WatchersBean.js.map +1 -0
  1176. package/build/jira-client/models/WorkflowMappingBean.d.ts +7 -0
  1177. package/build/jira-client/models/WorkflowMappingBean.d.ts.map +1 -0
  1178. package/build/jira-client/models/WorkflowMappingBean.js +2 -0
  1179. package/build/jira-client/models/WorkflowMappingBean.js.map +1 -0
  1180. package/build/jira-client/models/WorkflowSchemeBean.d.ts +18 -0
  1181. package/build/jira-client/models/WorkflowSchemeBean.d.ts.map +1 -0
  1182. package/build/jira-client/models/WorkflowSchemeBean.js +2 -0
  1183. package/build/jira-client/models/WorkflowSchemeBean.js.map +1 -0
  1184. package/build/jira-client/models/WorkflowSchemeRequest.d.ts +6 -0
  1185. package/build/jira-client/models/WorkflowSchemeRequest.d.ts.map +1 -0
  1186. package/build/jira-client/models/WorkflowSchemeRequest.js +2 -0
  1187. package/build/jira-client/models/WorkflowSchemeRequest.js.map +1 -0
  1188. package/build/jira-client/models/WorkflowTransitionResource.d.ts +2 -0
  1189. package/build/jira-client/models/WorkflowTransitionResource.d.ts.map +1 -0
  1190. package/build/jira-client/models/WorkflowTransitionResource.js +2 -0
  1191. package/build/jira-client/models/WorkflowTransitionResource.js.map +1 -0
  1192. package/build/jira-client/models/WorklogChangeBean.d.ts +5 -0
  1193. package/build/jira-client/models/WorklogChangeBean.d.ts.map +1 -0
  1194. package/build/jira-client/models/WorklogChangeBean.js +2 -0
  1195. package/build/jira-client/models/WorklogChangeBean.js.map +1 -0
  1196. package/build/jira-client/models/WorklogChangedSinceBean.d.ts +11 -0
  1197. package/build/jira-client/models/WorklogChangedSinceBean.d.ts.map +1 -0
  1198. package/build/jira-client/models/WorklogChangedSinceBean.js +2 -0
  1199. package/build/jira-client/models/WorklogChangedSinceBean.js.map +1 -0
  1200. package/build/jira-client/models/WorklogIdsRequestBean.d.ts +7 -0
  1201. package/build/jira-client/models/WorklogIdsRequestBean.d.ts.map +1 -0
  1202. package/build/jira-client/models/WorklogIdsRequestBean.js +2 -0
  1203. package/build/jira-client/models/WorklogIdsRequestBean.js.map +1 -0
  1204. package/build/jira-client/models/WorklogWithPaginationBean.d.ts +8 -0
  1205. package/build/jira-client/models/WorklogWithPaginationBean.d.ts.map +1 -0
  1206. package/build/jira-client/models/WorklogWithPaginationBean.js +2 -0
  1207. package/build/jira-client/models/WorklogWithPaginationBean.js.map +1 -0
  1208. package/build/jira-client/models/issueLinks.d.ts +10 -0
  1209. package/build/jira-client/models/issueLinks.d.ts.map +1 -0
  1210. package/build/jira-client/models/issueLinks.js +2 -0
  1211. package/build/jira-client/models/issueLinks.js.map +1 -0
  1212. package/build/jira-client/models/worklog.d.ts +17 -0
  1213. package/build/jira-client/models/worklog.d.ts.map +1 -0
  1214. package/build/jira-client/models/worklog.js +2 -0
  1215. package/build/jira-client/models/worklog.js.map +1 -0
  1216. package/build/jira-client/services/ApplicationPropertiesService.d.ts +33 -0
  1217. package/build/jira-client/services/ApplicationPropertiesService.d.ts.map +1 -0
  1218. package/build/jira-client/services/ApplicationPropertiesService.js +68 -0
  1219. package/build/jira-client/services/ApplicationPropertiesService.js.map +1 -0
  1220. package/build/jira-client/services/ApplicationroleService.d.ts +40 -0
  1221. package/build/jira-client/services/ApplicationroleService.d.ts.map +1 -0
  1222. package/build/jira-client/services/ApplicationroleService.js +98 -0
  1223. package/build/jira-client/services/ApplicationroleService.js.map +1 -0
  1224. package/build/jira-client/services/AttachmentService.d.ts +47 -0
  1225. package/build/jira-client/services/AttachmentService.d.ts.map +1 -0
  1226. package/build/jira-client/services/AttachmentService.js +98 -0
  1227. package/build/jira-client/services/AttachmentService.js.map +1 -0
  1228. package/build/jira-client/services/AvatarService.d.ts +33 -0
  1229. package/build/jira-client/services/AvatarService.d.ts.map +1 -0
  1230. package/build/jira-client/services/AvatarService.js +75 -0
  1231. package/build/jira-client/services/AvatarService.js.map +1 -0
  1232. package/build/jira-client/services/BacklogService.d.ts +13 -0
  1233. package/build/jira-client/services/BacklogService.d.ts.map +1 -0
  1234. package/build/jira-client/services/BacklogService.js +26 -0
  1235. package/build/jira-client/services/BacklogService.js.map +1 -0
  1236. package/build/jira-client/services/BoardService.d.ts +249 -0
  1237. package/build/jira-client/services/BoardService.d.ts.map +1 -0
  1238. package/build/jira-client/services/BoardService.js +577 -0
  1239. package/build/jira-client/services/BoardService.js.map +1 -0
  1240. package/build/jira-client/services/ClusterService.d.ts +73 -0
  1241. package/build/jira-client/services/ClusterService.d.ts.map +1 -0
  1242. package/build/jira-client/services/ClusterService.js +166 -0
  1243. package/build/jira-client/services/ClusterService.js.map +1 -0
  1244. package/build/jira-client/services/CommentService.d.ts +42 -0
  1245. package/build/jira-client/services/CommentService.d.ts.map +1 -0
  1246. package/build/jira-client/services/CommentService.js +101 -0
  1247. package/build/jira-client/services/CommentService.js.map +1 -0
  1248. package/build/jira-client/services/ComponentService.d.ts +60 -0
  1249. package/build/jira-client/services/ComponentService.d.ts.map +1 -0
  1250. package/build/jira-client/services/ComponentService.js +132 -0
  1251. package/build/jira-client/services/ComponentService.js.map +1 -0
  1252. package/build/jira-client/services/ConfigurationService.d.ts +12 -0
  1253. package/build/jira-client/services/ConfigurationService.d.ts.map +1 -0
  1254. package/build/jira-client/services/ConfigurationService.js +20 -0
  1255. package/build/jira-client/services/ConfigurationService.js.map +1 -0
  1256. package/build/jira-client/services/CustomFieldOptionService.d.ts +13 -0
  1257. package/build/jira-client/services/CustomFieldOptionService.d.ts.map +1 -0
  1258. package/build/jira-client/services/CustomFieldOptionService.js +24 -0
  1259. package/build/jira-client/services/CustomFieldOptionService.js.map +1 -0
  1260. package/build/jira-client/services/CustomFieldsService.d.ts +46 -0
  1261. package/build/jira-client/services/CustomFieldsService.d.ts.map +1 -0
  1262. package/build/jira-client/services/CustomFieldsService.js +96 -0
  1263. package/build/jira-client/services/CustomFieldsService.js.map +1 -0
  1264. package/build/jira-client/services/DashboardService.d.ts +65 -0
  1265. package/build/jira-client/services/DashboardService.d.ts.map +1 -0
  1266. package/build/jira-client/services/DashboardService.js +143 -0
  1267. package/build/jira-client/services/DashboardService.js.map +1 -0
  1268. package/build/jira-client/services/EmailTemplatesService.d.ts +40 -0
  1269. package/build/jira-client/services/EmailTemplatesService.d.ts.map +1 -0
  1270. package/build/jira-client/services/EmailTemplatesService.js +88 -0
  1271. package/build/jira-client/services/EmailTemplatesService.js.map +1 -0
  1272. package/build/jira-client/services/EpicService.d.ts +80 -0
  1273. package/build/jira-client/services/EpicService.d.ts.map +1 -0
  1274. package/build/jira-client/services/EpicService.js +189 -0
  1275. package/build/jira-client/services/EpicService.js.map +1 -0
  1276. package/build/jira-client/services/FieldService.d.ts +21 -0
  1277. package/build/jira-client/services/FieldService.d.ts.map +1 -0
  1278. package/build/jira-client/services/FieldService.js +39 -0
  1279. package/build/jira-client/services/FieldService.js.map +1 -0
  1280. package/build/jira-client/services/FilterService.d.ts +132 -0
  1281. package/build/jira-client/services/FilterService.d.ts.map +1 -0
  1282. package/build/jira-client/services/FilterService.js +298 -0
  1283. package/build/jira-client/services/FilterService.js.map +1 -0
  1284. package/build/jira-client/services/GroupService.d.ts +54 -0
  1285. package/build/jira-client/services/GroupService.d.ts.map +1 -0
  1286. package/build/jira-client/services/GroupService.js +126 -0
  1287. package/build/jira-client/services/GroupService.js.map +1 -0
  1288. package/build/jira-client/services/GroupsService.d.ts +16 -0
  1289. package/build/jira-client/services/GroupsService.d.ts.map +1 -0
  1290. package/build/jira-client/services/GroupsService.js +27 -0
  1291. package/build/jira-client/services/GroupsService.js.map +1 -0
  1292. package/build/jira-client/services/GroupuserpickerService.d.ts +18 -0
  1293. package/build/jira-client/services/GroupuserpickerService.d.ts.map +1 -0
  1294. package/build/jira-client/services/GroupuserpickerService.js +34 -0
  1295. package/build/jira-client/services/GroupuserpickerService.js.map +1 -0
  1296. package/build/jira-client/services/IndexService.d.ts +32 -0
  1297. package/build/jira-client/services/IndexService.d.ts.map +1 -0
  1298. package/build/jira-client/services/IndexService.js +40 -0
  1299. package/build/jira-client/services/IndexService.js.map +1 -0
  1300. package/build/jira-client/services/IndexSnapshotService.d.ts +28 -0
  1301. package/build/jira-client/services/IndexSnapshotService.d.ts.map +1 -0
  1302. package/build/jira-client/services/IndexSnapshotService.js +51 -0
  1303. package/build/jira-client/services/IndexSnapshotService.js.map +1 -0
  1304. package/build/jira-client/services/IssueLinkService.d.ts +30 -0
  1305. package/build/jira-client/services/IssueLinkService.d.ts.map +1 -0
  1306. package/build/jira-client/services/IssueLinkService.js +70 -0
  1307. package/build/jira-client/services/IssueLinkService.js.map +1 -0
  1308. package/build/jira-client/services/IssueLinkTypeService.d.ts +65 -0
  1309. package/build/jira-client/services/IssueLinkTypeService.d.ts.map +1 -0
  1310. package/build/jira-client/services/IssueLinkTypeService.js +147 -0
  1311. package/build/jira-client/services/IssueLinkTypeService.js.map +1 -0
  1312. package/build/jira-client/services/IssueService.d.ts +603 -0
  1313. package/build/jira-client/services/IssueService.d.ts.map +1 -0
  1314. package/build/jira-client/services/IssueService.js +1337 -0
  1315. package/build/jira-client/services/IssueService.js.map +1 -0
  1316. package/build/jira-client/services/IssuesecurityschemesService.d.ts +21 -0
  1317. package/build/jira-client/services/IssuesecurityschemesService.d.ts.map +1 -0
  1318. package/build/jira-client/services/IssuesecurityschemesService.js +41 -0
  1319. package/build/jira-client/services/IssuesecurityschemesService.js.map +1 -0
  1320. package/build/jira-client/services/IssuetypeService.d.ts +137 -0
  1321. package/build/jira-client/services/IssuetypeService.d.ts.map +1 -0
  1322. package/build/jira-client/services/IssuetypeService.js +303 -0
  1323. package/build/jira-client/services/IssuetypeService.js.map +1 -0
  1324. package/build/jira-client/services/IssuetypeschemeService.d.ts +93 -0
  1325. package/build/jira-client/services/IssuetypeschemeService.d.ts.map +1 -0
  1326. package/build/jira-client/services/IssuetypeschemeService.js +228 -0
  1327. package/build/jira-client/services/IssuetypeschemeService.js.map +1 -0
  1328. package/build/jira-client/services/JqlService.d.ts +24 -0
  1329. package/build/jira-client/services/JqlService.d.ts.map +1 -0
  1330. package/build/jira-client/services/JqlService.js +43 -0
  1331. package/build/jira-client/services/JqlService.js.map +1 -0
  1332. package/build/jira-client/services/LicenseValidatorService.d.ts +13 -0
  1333. package/build/jira-client/services/LicenseValidatorService.d.ts.map +1 -0
  1334. package/build/jira-client/services/LicenseValidatorService.js +20 -0
  1335. package/build/jira-client/services/LicenseValidatorService.js.map +1 -0
  1336. package/build/jira-client/services/MonitoringService.d.ts +64 -0
  1337. package/build/jira-client/services/MonitoringService.d.ts.map +1 -0
  1338. package/build/jira-client/services/MonitoringService.js +107 -0
  1339. package/build/jira-client/services/MonitoringService.js.map +1 -0
  1340. package/build/jira-client/services/MypermissionsService.d.ts +16 -0
  1341. package/build/jira-client/services/MypermissionsService.d.ts.map +1 -0
  1342. package/build/jira-client/services/MypermissionsService.js +32 -0
  1343. package/build/jira-client/services/MypermissionsService.js.map +1 -0
  1344. package/build/jira-client/services/MypreferencesService.d.ts +29 -0
  1345. package/build/jira-client/services/MypreferencesService.d.ts.map +1 -0
  1346. package/build/jira-client/services/MypreferencesService.js +59 -0
  1347. package/build/jira-client/services/MypreferencesService.js.map +1 -0
  1348. package/build/jira-client/services/MyselfService.d.ts +30 -0
  1349. package/build/jira-client/services/MyselfService.d.ts.map +1 -0
  1350. package/build/jira-client/services/MyselfService.js +62 -0
  1351. package/build/jira-client/services/MyselfService.js.map +1 -0
  1352. package/build/jira-client/services/NotificationschemeService.d.ts +52 -0
  1353. package/build/jira-client/services/NotificationschemeService.d.ts.map +1 -0
  1354. package/build/jira-client/services/NotificationschemeService.js +75 -0
  1355. package/build/jira-client/services/NotificationschemeService.js.map +1 -0
  1356. package/build/jira-client/services/PasswordService.d.ts +51 -0
  1357. package/build/jira-client/services/PasswordService.d.ts.map +1 -0
  1358. package/build/jira-client/services/PasswordService.js +79 -0
  1359. package/build/jira-client/services/PasswordService.js.map +1 -0
  1360. package/build/jira-client/services/PermissionsService.d.ts +12 -0
  1361. package/build/jira-client/services/PermissionsService.d.ts.map +1 -0
  1362. package/build/jira-client/services/PermissionsService.js +21 -0
  1363. package/build/jira-client/services/PermissionsService.js.map +1 -0
  1364. package/build/jira-client/services/PermissionschemeService.d.ts +110 -0
  1365. package/build/jira-client/services/PermissionschemeService.d.ts.map +1 -0
  1366. package/build/jira-client/services/PermissionschemeService.js +272 -0
  1367. package/build/jira-client/services/PermissionschemeService.js.map +1 -0
  1368. package/build/jira-client/services/PriorityService.d.ts +31 -0
  1369. package/build/jira-client/services/PriorityService.d.ts.map +1 -0
  1370. package/build/jira-client/services/PriorityService.js +65 -0
  1371. package/build/jira-client/services/PriorityService.js.map +1 -0
  1372. package/build/jira-client/services/PriorityschemesService.d.ts +49 -0
  1373. package/build/jira-client/services/PriorityschemesService.d.ts.map +1 -0
  1374. package/build/jira-client/services/PriorityschemesService.js +116 -0
  1375. package/build/jira-client/services/PriorityschemesService.js.map +1 -0
  1376. package/build/jira-client/services/ProjectCategoryService.d.ts +46 -0
  1377. package/build/jira-client/services/ProjectCategoryService.d.ts.map +1 -0
  1378. package/build/jira-client/services/ProjectCategoryService.js +104 -0
  1379. package/build/jira-client/services/ProjectCategoryService.js.map +1 -0
  1380. package/build/jira-client/services/ProjectService.d.ts +372 -0
  1381. package/build/jira-client/services/ProjectService.d.ts.map +1 -0
  1382. package/build/jira-client/services/ProjectService.js +873 -0
  1383. package/build/jira-client/services/ProjectService.js.map +1 -0
  1384. package/build/jira-client/services/ProjectsService.d.ts +21 -0
  1385. package/build/jira-client/services/ProjectsService.d.ts.map +1 -0
  1386. package/build/jira-client/services/ProjectsService.js +31 -0
  1387. package/build/jira-client/services/ProjectsService.js.map +1 -0
  1388. package/build/jira-client/services/ProjectvalidateService.d.ts +13 -0
  1389. package/build/jira-client/services/ProjectvalidateService.d.ts.map +1 -0
  1390. package/build/jira-client/services/ProjectvalidateService.js +24 -0
  1391. package/build/jira-client/services/ProjectvalidateService.js.map +1 -0
  1392. package/build/jira-client/services/ReindexService.d.ts +67 -0
  1393. package/build/jira-client/services/ReindexService.d.ts.map +1 -0
  1394. package/build/jira-client/services/ReindexService.js +138 -0
  1395. package/build/jira-client/services/ReindexService.js.map +1 -0
  1396. package/build/jira-client/services/ResolutionService.d.ts +31 -0
  1397. package/build/jira-client/services/ResolutionService.d.ts.map +1 -0
  1398. package/build/jira-client/services/ResolutionService.js +56 -0
  1399. package/build/jira-client/services/ResolutionService.js.map +1 -0
  1400. package/build/jira-client/services/RoleService.d.ts +85 -0
  1401. package/build/jira-client/services/RoleService.d.ts.map +1 -0
  1402. package/build/jira-client/services/RoleService.js +214 -0
  1403. package/build/jira-client/services/RoleService.js.map +1 -0
  1404. package/build/jira-client/services/ScreensService.d.ts +134 -0
  1405. package/build/jira-client/services/ScreensService.d.ts.map +1 -0
  1406. package/build/jira-client/services/ScreensService.js +318 -0
  1407. package/build/jira-client/services/ScreensService.js.map +1 -0
  1408. package/build/jira-client/services/SearchService.d.ts +49 -0
  1409. package/build/jira-client/services/SearchService.d.ts.map +1 -0
  1410. package/build/jira-client/services/SearchService.js +73 -0
  1411. package/build/jira-client/services/SearchService.js.map +1 -0
  1412. package/build/jira-client/services/SecuritylevelService.d.ts +13 -0
  1413. package/build/jira-client/services/SecuritylevelService.d.ts.map +1 -0
  1414. package/build/jira-client/services/SecuritylevelService.js +24 -0
  1415. package/build/jira-client/services/SecuritylevelService.js.map +1 -0
  1416. package/build/jira-client/services/ServerInfoService.d.ts +12 -0
  1417. package/build/jira-client/services/ServerInfoService.d.ts.map +1 -0
  1418. package/build/jira-client/services/ServerInfoService.js +17 -0
  1419. package/build/jira-client/services/ServerInfoService.js.map +1 -0
  1420. package/build/jira-client/services/SessionService.d.ts +29 -0
  1421. package/build/jira-client/services/SessionService.d.ts.map +1 -0
  1422. package/build/jira-client/services/SessionService.js +54 -0
  1423. package/build/jira-client/services/SessionService.js.map +1 -0
  1424. package/build/jira-client/services/SettingsService.d.ts +30 -0
  1425. package/build/jira-client/services/SettingsService.d.ts.map +1 -0
  1426. package/build/jira-client/services/SettingsService.js +57 -0
  1427. package/build/jira-client/services/SettingsService.js.map +1 -0
  1428. package/build/jira-client/services/SprintService.d.ts +159 -0
  1429. package/build/jira-client/services/SprintService.d.ts.map +1 -0
  1430. package/build/jira-client/services/SprintService.js +358 -0
  1431. package/build/jira-client/services/SprintService.js.map +1 -0
  1432. package/build/jira-client/services/StatusService.d.ts +32 -0
  1433. package/build/jira-client/services/StatusService.d.ts.map +1 -0
  1434. package/build/jira-client/services/StatusService.js +63 -0
  1435. package/build/jira-client/services/StatusService.js.map +1 -0
  1436. package/build/jira-client/services/StatuscategoryService.d.ts +22 -0
  1437. package/build/jira-client/services/StatuscategoryService.d.ts.map +1 -0
  1438. package/build/jira-client/services/StatuscategoryService.js +45 -0
  1439. package/build/jira-client/services/StatuscategoryService.js.map +1 -0
  1440. package/build/jira-client/services/TerminologyService.d.ts +35 -0
  1441. package/build/jira-client/services/TerminologyService.d.ts.map +1 -0
  1442. package/build/jira-client/services/TerminologyService.js +62 -0
  1443. package/build/jira-client/services/TerminologyService.js.map +1 -0
  1444. package/build/jira-client/services/UniversalAvatarService.d.ts +46 -0
  1445. package/build/jira-client/services/UniversalAvatarService.d.ts.map +1 -0
  1446. package/build/jira-client/services/UniversalAvatarService.js +103 -0
  1447. package/build/jira-client/services/UniversalAvatarService.js.map +1 -0
  1448. package/build/jira-client/services/UpgradeService.d.ts +19 -0
  1449. package/build/jira-client/services/UpgradeService.d.ts.map +1 -0
  1450. package/build/jira-client/services/UpgradeService.js +37 -0
  1451. package/build/jira-client/services/UpgradeService.js.map +1 -0
  1452. package/build/jira-client/services/UserService.d.ts +363 -0
  1453. package/build/jira-client/services/UserService.d.ts.map +1 -0
  1454. package/build/jira-client/services/UserService.js +855 -0
  1455. package/build/jira-client/services/UserService.js.map +1 -0
  1456. package/build/jira-client/services/VersionService.d.ts +155 -0
  1457. package/build/jira-client/services/VersionService.d.ts.map +1 -0
  1458. package/build/jira-client/services/VersionService.js +355 -0
  1459. package/build/jira-client/services/VersionService.js.map +1 -0
  1460. package/build/jira-client/services/WebsudoService.d.ts +12 -0
  1461. package/build/jira-client/services/WebsudoService.d.ts.map +1 -0
  1462. package/build/jira-client/services/WebsudoService.js +20 -0
  1463. package/build/jira-client/services/WebsudoService.js.map +1 -0
  1464. package/build/jira-client/services/WorkflowService.d.ts +12 -0
  1465. package/build/jira-client/services/WorkflowService.d.ts.map +1 -0
  1466. package/build/jira-client/services/WorkflowService.js +24 -0
  1467. package/build/jira-client/services/WorkflowService.js.map +1 -0
  1468. package/build/jira-client/services/WorkflowschemeService.d.ts +252 -0
  1469. package/build/jira-client/services/WorkflowschemeService.d.ts.map +1 -0
  1470. package/build/jira-client/services/WorkflowschemeService.js +615 -0
  1471. package/build/jira-client/services/WorkflowschemeService.js.map +1 -0
  1472. package/build/jira-client/services/WorklogService.d.ts +31 -0
  1473. package/build/jira-client/services/WorklogService.d.ts.map +1 -0
  1474. package/build/jira-client/services/WorklogService.js +55 -0
  1475. package/build/jira-client/services/WorklogService.js.map +1 -0
  1476. package/build/jira-service.d.ts +20 -37
  1477. package/build/jira-service.d.ts.map +1 -1
  1478. package/build/jira-service.js +40 -67
  1479. package/build/jira-service.js.map +1 -1
  1480. package/package.json +3 -4
  1481. package/src/index.ts +23 -4
  1482. package/src/jira-client/core/ApiError.ts +25 -0
  1483. package/src/jira-client/core/ApiRequestOptions.ts +17 -0
  1484. package/src/jira-client/core/ApiResult.ts +11 -0
  1485. package/src/jira-client/core/CancelablePromise.ts +131 -0
  1486. package/src/jira-client/core/OpenAPI.ts +32 -0
  1487. package/src/jira-client/core/request.ts +322 -0
  1488. package/src/jira-client/index.ts +371 -0
  1489. package/src/jira-client/models/A11yPersonalSettingBean.ts +9 -0
  1490. package/src/jira-client/models/ActiveCategory.ts +8 -0
  1491. package/src/jira-client/models/ActorInputBean.ts +9 -0
  1492. package/src/jira-client/models/ActorsMap.ts +5 -0
  1493. package/src/jira-client/models/AddFieldBean.ts +8 -0
  1494. package/src/jira-client/models/AddGroupBean.ts +8 -0
  1495. package/src/jira-client/models/AddReactionRequestBean.ts +9 -0
  1496. package/src/jira-client/models/AdminHistoryLink.ts +5 -0
  1497. package/src/jira-client/models/AffectedEntityBean.ts +20 -0
  1498. package/src/jira-client/models/AppMonitoringRestEntity.ts +8 -0
  1499. package/src/jira-client/models/AppTypeBean.ts +9 -0
  1500. package/src/jira-client/models/Application.ts +9 -0
  1501. package/src/jira-client/models/ApplicationPropertyBean.ts +9 -0
  1502. package/src/jira-client/models/ApplicationRoleBean.ts +19 -0
  1503. package/src/jira-client/models/AssignIssueTypesRequest.ts +10 -0
  1504. package/src/jira-client/models/AssociateProjectsBean.ts +8 -0
  1505. package/src/jira-client/models/AttachmentArchiveEntry.ts +12 -0
  1506. package/src/jira-client/models/AttachmentArchiveImpl.ts +13 -0
  1507. package/src/jira-client/models/AttachmentBean.ts +5 -0
  1508. package/src/jira-client/models/AttachmentJsonBean.ts +17 -0
  1509. package/src/jira-client/models/AttachmentMetaBean.ts +12 -0
  1510. package/src/jira-client/models/AuthParams.ts +9 -0
  1511. package/src/jira-client/models/AuthSuccess.ts +11 -0
  1512. package/src/jira-client/models/AutoCompleteResponseBean.ts +10 -0
  1513. package/src/jira-client/models/AutoCompleteResultWrapper.ts +5 -0
  1514. package/src/jira-client/models/AvailableIssueTypesRequestBean.ts +8 -0
  1515. package/src/jira-client/models/AvailableProjectsPaginatedBean.ts +9 -0
  1516. package/src/jira-client/models/AvailableProjectsRequestBean.ts +8 -0
  1517. package/src/jira-client/models/AvatarBean.ts +10 -0
  1518. package/src/jira-client/models/AvatarCroppingBean.ts +12 -0
  1519. package/src/jira-client/models/BlogBean.ts +5 -0
  1520. package/src/jira-client/models/BoardBean.ts +11 -0
  1521. package/src/jira-client/models/BoardConfigBean.ts +21 -0
  1522. package/src/jira-client/models/BoardCreateBean.ts +10 -0
  1523. package/src/jira-client/models/BooleanSettingBean.ts +8 -0
  1524. package/src/jira-client/models/BulkDeleteResponseBean.ts +10 -0
  1525. package/src/jira-client/models/BulkOperationErrorResult.ts +11 -0
  1526. package/src/jira-client/models/ChangeHistoryBean.ts +15 -0
  1527. package/src/jira-client/models/ChangeItemBean.ts +13 -0
  1528. package/src/jira-client/models/ChangelogBean.ts +12 -0
  1529. package/src/jira-client/models/ClusterLockStatusBean.ts +11 -0
  1530. package/src/jira-client/models/ClusterLockStatusesBean.ts +9 -0
  1531. package/src/jira-client/models/ClusterState.ts +20 -0
  1532. package/src/jira-client/models/ColorBean.ts +26 -0
  1533. package/src/jira-client/models/ColumnBean.ts +12 -0
  1534. package/src/jira-client/models/ColumnConfigBean.ts +10 -0
  1535. package/src/jira-client/models/ColumnLayout.ts +19 -0
  1536. package/src/jira-client/models/ColumnLayoutItem.ts +12 -0
  1537. package/src/jira-client/models/ColumnOptions.ts +5 -0
  1538. package/src/jira-client/models/ColumnsBean.ts +8 -0
  1539. package/src/jira-client/models/CommentJsonBean.ts +20 -0
  1540. package/src/jira-client/models/CommentsWithPaginationJsonBean.ts +12 -0
  1541. package/src/jira-client/models/ComponentBean.ts +26 -0
  1542. package/src/jira-client/models/ComponentIssueCountsBean.ts +9 -0
  1543. package/src/jira-client/models/ConfigurationBean.ts +16 -0
  1544. package/src/jira-client/models/ContentToRender.ts +5 -0
  1545. package/src/jira-client/models/CreateIndexBean.ts +12 -0
  1546. package/src/jira-client/models/CreateMetaIssueTypeBean.ts +16 -0
  1547. package/src/jira-client/models/CreateUpdateRoleRequestBean.ts +9 -0
  1548. package/src/jira-client/models/CurrentUser.ts +5 -0
  1549. package/src/jira-client/models/CustomFieldBean.ts +24 -0
  1550. package/src/jira-client/models/CustomFieldDefinitionJsonBean.ts +15 -0
  1551. package/src/jira-client/models/CustomFieldOptionBean.ts +12 -0
  1552. package/src/jira-client/models/CustomFieldOptionsBean.ts +10 -0
  1553. package/src/jira-client/models/CustomFieldReplacement.ts +9 -0
  1554. package/src/jira-client/models/DarkFeaturePropertyBean.ts +8 -0
  1555. package/src/jira-client/models/DarkFeaturesBean.ts +10 -0
  1556. package/src/jira-client/models/DashboardBean.ts +11 -0
  1557. package/src/jira-client/models/DashboardsBean.ts +14 -0
  1558. package/src/jira-client/models/DefaultBean.ts +9 -0
  1559. package/src/jira-client/models/DefaultShareScopeBean.ts +15 -0
  1560. package/src/jira-client/models/DeleteAndReplaceVersionBean.ts +11 -0
  1561. package/src/jira-client/models/EditMetaBean.ts +5 -0
  1562. package/src/jira-client/models/EditorMarkupParameters.ts +11 -0
  1563. package/src/jira-client/models/EntityList.ts +9 -0
  1564. package/src/jira-client/models/EntityPropertiesKeysBean.ts +9 -0
  1565. package/src/jira-client/models/EntityPropertyBean.ts +9 -0
  1566. package/src/jira-client/models/EntityPropertyKeyBean.ts +9 -0
  1567. package/src/jira-client/models/EntityRefBean.ts +11 -0
  1568. package/src/jira-client/models/EntityTypeBean.ts +11 -0
  1569. package/src/jira-client/models/EntityVersionBean.ts +14 -0
  1570. package/src/jira-client/models/Entry.ts +11 -0
  1571. package/src/jira-client/models/EpicBean.ts +15 -0
  1572. package/src/jira-client/models/EpicRankRequestBean.ts +10 -0
  1573. package/src/jira-client/models/EpicUpdateBean.ts +12 -0
  1574. package/src/jira-client/models/ErrorCollection.ts +9 -0
  1575. package/src/jira-client/models/EstimationConfigBean.ts +10 -0
  1576. package/src/jira-client/models/EstimationFieldBean.ts +9 -0
  1577. package/src/jira-client/models/FieldBean.ts +16 -0
  1578. package/src/jira-client/models/FieldComparatorSource.ts +5 -0
  1579. package/src/jira-client/models/FieldConfigSchemeBean.ts +21 -0
  1580. package/src/jira-client/models/FieldEditBean.ts +8 -0
  1581. package/src/jira-client/models/FieldMetaBean.ts +17 -0
  1582. package/src/jira-client/models/FieldOperation.ts +9 -0
  1583. package/src/jira-client/models/FieldValueBean.ts +9 -0
  1584. package/src/jira-client/models/FieldValueLoader.ts +8 -0
  1585. package/src/jira-client/models/Fields.ts +14 -0
  1586. package/src/jira-client/models/FilePart.ts +13 -0
  1587. package/src/jira-client/models/FilterBean.ts +22 -0
  1588. package/src/jira-client/models/FilterPermissionBean.ts +19 -0
  1589. package/src/jira-client/models/Gadget.ts +13 -0
  1590. package/src/jira-client/models/GetReactionsRequestBean.ts +8 -0
  1591. package/src/jira-client/models/GrantToPermissionInputBean.ts +10 -0
  1592. package/src/jira-client/models/GroupBean.ts +11 -0
  1593. package/src/jira-client/models/GroupJsonBean.ts +9 -0
  1594. package/src/jira-client/models/GroupLabelBean.ts +17 -0
  1595. package/src/jira-client/models/GroupSuggestionBean.ts +11 -0
  1596. package/src/jira-client/models/GroupSuggestionsBean.ts +11 -0
  1597. package/src/jira-client/models/HistoryMetadata.ts +19 -0
  1598. package/src/jira-client/models/HistoryMetadataParticipant.ts +13 -0
  1599. package/src/jira-client/models/HumanReadableArchive.ts +12 -0
  1600. package/src/jira-client/models/Icon.ts +10 -0
  1601. package/src/jira-client/models/IdBean.ts +8 -0
  1602. package/src/jira-client/models/IncludedFields.ts +8 -0
  1603. package/src/jira-client/models/IndexReplicationQueueEntryBean.ts +9 -0
  1604. package/src/jira-client/models/IndexReplicationQueueSummaryBean.ts +11 -0
  1605. package/src/jira-client/models/IndexSnapshotBean.ts +9 -0
  1606. package/src/jira-client/models/IndexSnapshotPromiseBean.ts +8 -0
  1607. package/src/jira-client/models/IndexSnapshotStatusBean.ts +8 -0
  1608. package/src/jira-client/models/IndexSummaryBean.ts +13 -0
  1609. package/src/jira-client/models/IpdMonitoringRestEntity.ts +8 -0
  1610. package/src/jira-client/models/IssueAssignRequestBean.ts +8 -0
  1611. package/src/jira-client/models/IssueBean.ts +29 -0
  1612. package/src/jira-client/models/IssueContextParam.ts +9 -0
  1613. package/src/jira-client/models/IssueCreateResponse.ts +10 -0
  1614. package/src/jira-client/models/IssueIndexSummaryBean.ts +13 -0
  1615. package/src/jira-client/models/IssueInvolvementBean.ts +9 -0
  1616. package/src/jira-client/models/IssueLinkTypeJsonBean.ts +12 -0
  1617. package/src/jira-client/models/IssueLinkTypeOrderUpdateRequest.ts +8 -0
  1618. package/src/jira-client/models/IssueLinkTypeResetOrderRequest.ts +8 -0
  1619. package/src/jira-client/models/IssueLinkTypesBean.ts +5 -0
  1620. package/src/jira-client/models/IssuePickerIssue.ts +12 -0
  1621. package/src/jira-client/models/IssuePickerResult.ts +9 -0
  1622. package/src/jira-client/models/IssueRankRequestBean.ts +11 -0
  1623. package/src/jira-client/models/IssueRefJsonBean.ts +12 -0
  1624. package/src/jira-client/models/IssueSection.ts +13 -0
  1625. package/src/jira-client/models/IssueSubTaskMovePositionBean.ts +9 -0
  1626. package/src/jira-client/models/IssueTypeCreateBean.ts +16 -0
  1627. package/src/jira-client/models/IssueTypeJsonBean.ts +14 -0
  1628. package/src/jira-client/models/IssueTypeMappingBean.ts +10 -0
  1629. package/src/jira-client/models/IssueTypeSchemeBean.ts +15 -0
  1630. package/src/jira-client/models/IssueTypeSchemeCreateUpdateBean.ts +12 -0
  1631. package/src/jira-client/models/IssueTypeSchemeListBean.ts +9 -0
  1632. package/src/jira-client/models/IssueTypeUpdateBean.ts +10 -0
  1633. package/src/jira-client/models/IssueTypeWithStatusJsonBean.ts +13 -0
  1634. package/src/jira-client/models/IssueUpdateBean.ts +16 -0
  1635. package/src/jira-client/models/IssuesCreateResponse.ts +11 -0
  1636. package/src/jira-client/models/IssuesUpdateBean.ts +9 -0
  1637. package/src/jira-client/models/JobBean.ts +17 -0
  1638. package/src/jira-client/models/JobRunBean.ts +11 -0
  1639. package/src/jira-client/models/JsonTypeBean.ts +12 -0
  1640. package/src/jira-client/models/LicenseValidationResults.ts +9 -0
  1641. package/src/jira-client/models/LinkGroupBean.ts +14 -0
  1642. package/src/jira-client/models/LinkIssueRequestJsonBean.ts +14 -0
  1643. package/src/jira-client/models/ListWrapperCallbackApplicationRoleBean.ts +5 -0
  1644. package/src/jira-client/models/ListWrapperCallbackGroupJsonBean.ts +5 -0
  1645. package/src/jira-client/models/ListWrapperCallbackUserBean.ts +5 -0
  1646. package/src/jira-client/models/ListWrapperCallbackUserJsonBean.ts +5 -0
  1647. package/src/jira-client/models/LoginInfo.ts +11 -0
  1648. package/src/jira-client/models/LuceneFieldSorter.ts +9 -0
  1649. package/src/jira-client/models/MoveFieldBean.ts +17 -0
  1650. package/src/jira-client/models/NavigableField.ts +20 -0
  1651. package/src/jira-client/models/NodeBean.ts +24 -0
  1652. package/src/jira-client/models/NodeBuildInfo.ts +9 -0
  1653. package/src/jira-client/models/NotificationJsonBean.ts +14 -0
  1654. package/src/jira-client/models/NotificationSchemeBean.ts +13 -0
  1655. package/src/jira-client/models/OpsbarBean.ts +9 -0
  1656. package/src/jira-client/models/Option.ts +12 -0
  1657. package/src/jira-client/models/OptionString.ts +10 -0
  1658. package/src/jira-client/models/OptionsSettings.ts +11 -0
  1659. package/src/jira-client/models/OrderByPreferences.ts +9 -0
  1660. package/src/jira-client/models/OriginalOrder.ts +8 -0
  1661. package/src/jira-client/models/PageBean.ts +14 -0
  1662. package/src/jira-client/models/PageBeanProjectBean.ts +15 -0
  1663. package/src/jira-client/models/PagedListWrapperUserJsonBeanApplicationUser.ts +15 -0
  1664. package/src/jira-client/models/PartialSuccessBean.ts +9 -0
  1665. package/src/jira-client/models/PasswordBean.ts +9 -0
  1666. package/src/jira-client/models/PasswordPolicyCreateUserBean.ts +11 -0
  1667. package/src/jira-client/models/PasswordPolicyUpdateUserBean.ts +10 -0
  1668. package/src/jira-client/models/PatternRepresentation.ts +11 -0
  1669. package/src/jira-client/models/PermissionBean.ts +9 -0
  1670. package/src/jira-client/models/PermissionGrantBean.ts +12 -0
  1671. package/src/jira-client/models/PermissionGrantsBean.ts +10 -0
  1672. package/src/jira-client/models/PermissionHolderBean.ts +17 -0
  1673. package/src/jira-client/models/PermissionJsonBean.ts +21 -0
  1674. package/src/jira-client/models/PermissionSchemeAttributeBean.ts +9 -0
  1675. package/src/jira-client/models/PermissionSchemeBean.ts +14 -0
  1676. package/src/jira-client/models/PermissionSchemesBean.ts +9 -0
  1677. package/src/jira-client/models/PermissionsInputBean.ts +10 -0
  1678. package/src/jira-client/models/PermissionsJsonBean.ts +12 -0
  1679. package/src/jira-client/models/PinnedCommentJsonBean.ts +11 -0
  1680. package/src/jira-client/models/PriorityJsonBean.ts +13 -0
  1681. package/src/jira-client/models/PrioritySchemeBean.ts +15 -0
  1682. package/src/jira-client/models/PrioritySchemeListBean.ts +12 -0
  1683. package/src/jira-client/models/PrioritySchemeResponse.ts +12 -0
  1684. package/src/jira-client/models/PrioritySchemeUpdateBean.ts +12 -0
  1685. package/src/jira-client/models/ProductLicenseTO.ts +28 -0
  1686. package/src/jira-client/models/ProjectBean.ts +14 -0
  1687. package/src/jira-client/models/ProjectCategoryBean.ts +11 -0
  1688. package/src/jira-client/models/ProjectCategoryJsonBean.ts +11 -0
  1689. package/src/jira-client/models/ProjectDeleteInstructionsBean.ts +8 -0
  1690. package/src/jira-client/models/ProjectIdentity.ts +10 -0
  1691. package/src/jira-client/models/ProjectInputBean.ts +27 -0
  1692. package/src/jira-client/models/ProjectJsonBean.ts +15 -0
  1693. package/src/jira-client/models/ProjectPickerItem.ts +12 -0
  1694. package/src/jira-client/models/ProjectPickerResultWrapper.ts +11 -0
  1695. package/src/jira-client/models/ProjectRoleActorsBean.ts +9 -0
  1696. package/src/jira-client/models/ProjectRoleActorsUpdateBean.ts +9 -0
  1697. package/src/jira-client/models/ProjectRoleBean.ts +13 -0
  1698. package/src/jira-client/models/ProjectTypeBean.ts +12 -0
  1699. package/src/jira-client/models/ProjectUpdateBean.ts +26 -0
  1700. package/src/jira-client/models/PropertiesBean.ts +8 -0
  1701. package/src/jira-client/models/Property.ts +10 -0
  1702. package/src/jira-client/models/PropertyBean.ts +10 -0
  1703. package/src/jira-client/models/RankingConfigBean.ts +8 -0
  1704. package/src/jira-client/models/RegisterItemHolder.ts +9 -0
  1705. package/src/jira-client/models/ReindexBean.ts +23 -0
  1706. package/src/jira-client/models/ReindexRequestBean.ts +26 -0
  1707. package/src/jira-client/models/RelationBean.ts +9 -0
  1708. package/src/jira-client/models/RemoteEntityLinkJsonBean.ts +10 -0
  1709. package/src/jira-client/models/RemoteEntityLinksJsonBean.ts +9 -0
  1710. package/src/jira-client/models/RemoteIssueLinkBean.ts +5 -0
  1711. package/src/jira-client/models/RemoteIssueLinkCreateOrUpdateRequest.ts +13 -0
  1712. package/src/jira-client/models/RemoteObject.ts +14 -0
  1713. package/src/jira-client/models/RemoveWorkflowRequest.ts +9 -0
  1714. package/src/jira-client/models/ResolutionBean.ts +5 -0
  1715. package/src/jira-client/models/ResolutionJsonBean.ts +12 -0
  1716. package/src/jira-client/models/RestInvocationHistory.ts +5 -0
  1717. package/src/jira-client/models/RestWebhook.ts +5 -0
  1718. package/src/jira-client/models/RestWebhookCredentials.ts +5 -0
  1719. package/src/jira-client/models/RestrictJsonBean.ts +11 -0
  1720. package/src/jira-client/models/RoleActorBean.ts +9 -0
  1721. package/src/jira-client/models/ScreenableFieldBean.ts +11 -0
  1722. package/src/jira-client/models/ScreenableTabBean.ts +9 -0
  1723. package/src/jira-client/models/SearchRequestBean.ts +13 -0
  1724. package/src/jira-client/models/SearchResultsBean.ts +17 -0
  1725. package/src/jira-client/models/SecurityLevelJsonBean.ts +11 -0
  1726. package/src/jira-client/models/SecurityListLevelJsonBean.ts +9 -0
  1727. package/src/jira-client/models/SecuritySchemeJsonBean.ts +14 -0
  1728. package/src/jira-client/models/SecuritySchemesJsonBean.ts +9 -0
  1729. package/src/jira-client/models/ServerInfoBean.ts +5 -0
  1730. package/src/jira-client/models/SessionInfo.ts +9 -0
  1731. package/src/jira-client/models/ShareBean.ts +11 -0
  1732. package/src/jira-client/models/SharePermissionInputBean.ts +14 -0
  1733. package/src/jira-client/models/SimpleLinkBean.ts +15 -0
  1734. package/src/jira-client/models/SimpleListWrapperApplicationRoleBean.ts +12 -0
  1735. package/src/jira-client/models/SimpleListWrapperGroupJsonBean.ts +12 -0
  1736. package/src/jira-client/models/SprintBean.ts +20 -0
  1737. package/src/jira-client/models/SprintCreateBean.ts +16 -0
  1738. package/src/jira-client/models/SprintSwapBean.ts +9 -0
  1739. package/src/jira-client/models/Status.ts +10 -0
  1740. package/src/jira-client/models/StatusCategoryJsonBean.ts +12 -0
  1741. package/src/jira-client/models/StatusJsonBean.ts +15 -0
  1742. package/src/jira-client/models/StringList.ts +5 -0
  1743. package/src/jira-client/models/SubqueryBean.ts +8 -0
  1744. package/src/jira-client/models/TerminologyRequestBean.ts +10 -0
  1745. package/src/jira-client/models/TerminologyResponseBean.ts +12 -0
  1746. package/src/jira-client/models/TimeTrackingConfigurationBean.ts +24 -0
  1747. package/src/jira-client/models/ToJsonBean.ts +15 -0
  1748. package/src/jira-client/models/Tooltip.ts +8 -0
  1749. package/src/jira-client/models/TransitionBean.ts +15 -0
  1750. package/src/jira-client/models/TransitionsMetaBean.ts +9 -0
  1751. package/src/jira-client/models/TypeParameter.ts +5 -0
  1752. package/src/jira-client/models/UnmapSprintsBean.ts +8 -0
  1753. package/src/jira-client/models/UpdateUserToGroupBean.ts +8 -0
  1754. package/src/jira-client/models/UpgradeResultBean.ts +11 -0
  1755. package/src/jira-client/models/UserAnonymizationRequestBean.ts +9 -0
  1756. package/src/jira-client/models/UserAnonymizationRerunRequestBean.ts +11 -0
  1757. package/src/jira-client/models/UserAnonymizationValidationBean.ts +21 -0
  1758. package/src/jira-client/models/UserBean.ts +23 -0
  1759. package/src/jira-client/models/UserBeanListWrapper.ts +15 -0
  1760. package/src/jira-client/models/UserIssueRelevanceBean.ts +17 -0
  1761. package/src/jira-client/models/UserJsonBean.ts +15 -0
  1762. package/src/jira-client/models/UserPickerResultsBean.ts +5 -0
  1763. package/src/jira-client/models/UserWriteBean.ts +16 -0
  1764. package/src/jira-client/models/UsersAndGroupsBean.ts +11 -0
  1765. package/src/jira-client/models/ValidationError.ts +10 -0
  1766. package/src/jira-client/models/VersionBean.ts +24 -0
  1767. package/src/jira-client/models/VersionIssueCountsBean.ts +13 -0
  1768. package/src/jira-client/models/VersionMoveBean.ts +17 -0
  1769. package/src/jira-client/models/VersionUnresolvedIssueCountsBean.ts +9 -0
  1770. package/src/jira-client/models/VersionUsageInCustomFields.ts +10 -0
  1771. package/src/jira-client/models/VisibilityJsonBean.ts +15 -0
  1772. package/src/jira-client/models/VoteBean.ts +5 -0
  1773. package/src/jira-client/models/VoteWatchResult.ts +5 -0
  1774. package/src/jira-client/models/WatchersBean.ts +5 -0
  1775. package/src/jira-client/models/WorkflowMappingBean.ts +11 -0
  1776. package/src/jira-client/models/WorkflowSchemeBean.ts +22 -0
  1777. package/src/jira-client/models/WorkflowSchemeRequest.ts +10 -0
  1778. package/src/jira-client/models/WorkflowTransitionResource.ts +5 -0
  1779. package/src/jira-client/models/WorklogChangeBean.ts +9 -0
  1780. package/src/jira-client/models/WorklogChangedSinceBean.ts +15 -0
  1781. package/src/jira-client/models/WorklogIdsRequestBean.ts +11 -0
  1782. package/src/jira-client/models/WorklogWithPaginationBean.ts +12 -0
  1783. package/src/jira-client/models/issueLinks.ts +14 -0
  1784. package/src/jira-client/models/worklog.ts +21 -0
  1785. package/src/jira-client/services/ApplicationPropertiesService.ts +79 -0
  1786. package/src/jira-client/services/ApplicationroleService.ts +113 -0
  1787. package/src/jira-client/services/AttachmentService.ts +114 -0
  1788. package/src/jira-client/services/AvatarService.ts +90 -0
  1789. package/src/jira-client/services/BacklogService.ts +33 -0
  1790. package/src/jira-client/services/BoardService.ts +683 -0
  1791. package/src/jira-client/services/ClusterService.ts +178 -0
  1792. package/src/jira-client/services/CommentService.ts +119 -0
  1793. package/src/jira-client/services/ComponentService.ts +156 -0
  1794. package/src/jira-client/services/ConfigurationService.ts +25 -0
  1795. package/src/jira-client/services/CustomFieldOptionService.ts +31 -0
  1796. package/src/jira-client/services/CustomFieldsService.ts +124 -0
  1797. package/src/jira-client/services/DashboardService.ts +172 -0
  1798. package/src/jira-client/services/EmailTemplatesService.ts +94 -0
  1799. package/src/jira-client/services/EpicService.ts +227 -0
  1800. package/src/jira-client/services/FieldService.ts +47 -0
  1801. package/src/jira-client/services/FilterService.ts +344 -0
  1802. package/src/jira-client/services/GroupService.ts +150 -0
  1803. package/src/jira-client/services/GroupsService.ts +37 -0
  1804. package/src/jira-client/services/GroupuserpickerService.ts +46 -0
  1805. package/src/jira-client/services/IndexService.ts +45 -0
  1806. package/src/jira-client/services/IndexSnapshotService.ts +58 -0
  1807. package/src/jira-client/services/IssueLinkService.ts +82 -0
  1808. package/src/jira-client/services/IssueLinkTypeService.ts +169 -0
  1809. package/src/jira-client/services/IssueService.ts +1551 -0
  1810. package/src/jira-client/services/IssuesecurityschemesService.ts +49 -0
  1811. package/src/jira-client/services/IssuetypeService.ts +352 -0
  1812. package/src/jira-client/services/IssuetypeschemeService.ts +260 -0
  1813. package/src/jira-client/services/JqlService.ts +54 -0
  1814. package/src/jira-client/services/LicenseValidatorService.ts +27 -0
  1815. package/src/jira-client/services/MonitoringService.ts +117 -0
  1816. package/src/jira-client/services/MypermissionsService.ts +42 -0
  1817. package/src/jira-client/services/MypreferencesService.ts +70 -0
  1818. package/src/jira-client/services/MyselfService.ts +73 -0
  1819. package/src/jira-client/services/NotificationschemeService.ts +88 -0
  1820. package/src/jira-client/services/PasswordService.ts +91 -0
  1821. package/src/jira-client/services/PermissionsService.ts +26 -0
  1822. package/src/jira-client/services/PermissionschemeService.ts +316 -0
  1823. package/src/jira-client/services/PriorityService.ts +77 -0
  1824. package/src/jira-client/services/PriorityschemesService.ts +135 -0
  1825. package/src/jira-client/services/ProjectCategoryService.ts +119 -0
  1826. package/src/jira-client/services/ProjectService.ts +1010 -0
  1827. package/src/jira-client/services/ProjectsService.ts +40 -0
  1828. package/src/jira-client/services/ProjectvalidateService.ts +31 -0
  1829. package/src/jira-client/services/ReindexService.ts +162 -0
  1830. package/src/jira-client/services/ResolutionService.ts +68 -0
  1831. package/src/jira-client/services/RoleService.ts +244 -0
  1832. package/src/jira-client/services/ScreensService.ts +374 -0
  1833. package/src/jira-client/services/SearchService.ts +89 -0
  1834. package/src/jira-client/services/SecuritylevelService.ts +31 -0
  1835. package/src/jira-client/services/ServerInfoService.ts +22 -0
  1836. package/src/jira-client/services/SessionService.ts +63 -0
  1837. package/src/jira-client/services/SettingsService.ts +68 -0
  1838. package/src/jira-client/services/SprintService.ts +410 -0
  1839. package/src/jira-client/services/StatusService.ts +76 -0
  1840. package/src/jira-client/services/StatuscategoryService.ts +55 -0
  1841. package/src/jira-client/services/TerminologyService.ts +72 -0
  1842. package/src/jira-client/services/UniversalAvatarService.ts +125 -0
  1843. package/src/jira-client/services/UpgradeService.ts +42 -0
  1844. package/src/jira-client/services/UserService.ts +985 -0
  1845. package/src/jira-client/services/VersionService.ts +411 -0
  1846. package/src/jira-client/services/WebsudoService.ts +26 -0
  1847. package/src/jira-client/services/WorkflowService.ts +30 -0
  1848. package/src/jira-client/services/WorkflowschemeService.ts +702 -0
  1849. package/src/jira-client/services/WorklogService.ts +68 -0
  1850. package/src/jira-service.ts +43 -86
  1851. package/tsconfig.json +6 -2
  1852. package/tsconfig.tsbuildinfo +1 -1
  1853. package/build/jira-issue-mapper.d.ts +0 -49
  1854. package/build/jira-issue-mapper.d.ts.map +0 -1
  1855. package/build/jira-issue-mapper.js +0 -77
  1856. package/build/jira-issue-mapper.js.map +0 -1
  1857. package/src/jira-issue-mapper.ts +0 -131
@@ -0,0 +1,1551 @@
1
+ /* generated using openapi-typescript-codegen -- do not edit */
2
+ /* istanbul ignore file */
3
+ /* tslint:disable */
4
+ /* eslint-disable */
5
+ import type { AttachmentJsonBean } from '../models/AttachmentJsonBean.js';
6
+ import type { CommentJsonBean } from '../models/CommentJsonBean.js';
7
+ import type { CommentsWithPaginationJsonBean } from '../models/CommentsWithPaginationJsonBean.js';
8
+ import type { CreateMetaIssueTypeBean } from '../models/CreateMetaIssueTypeBean.js';
9
+ import type { EditMetaBean } from '../models/EditMetaBean.js';
10
+ import type { EntityPropertiesKeysBean } from '../models/EntityPropertiesKeysBean.js';
11
+ import type { EntityPropertyBean } from '../models/EntityPropertyBean.js';
12
+ import type { FieldEditBean } from '../models/FieldEditBean.js';
13
+ import type { FieldMetaBean } from '../models/FieldMetaBean.js';
14
+ import type { FieldValueBean } from '../models/FieldValueBean.js';
15
+ import type { IssueBean } from '../models/IssueBean.js';
16
+ import type { IssueCreateResponse } from '../models/IssueCreateResponse.js';
17
+ import type { IssuePickerResult } from '../models/IssuePickerResult.js';
18
+ import type { IssueRankRequestBean } from '../models/IssueRankRequestBean.js';
19
+ import type { IssueRefJsonBean } from '../models/IssueRefJsonBean.js';
20
+ import type { IssuesCreateResponse } from '../models/IssuesCreateResponse.js';
21
+ import type { IssueSubTaskMovePositionBean } from '../models/IssueSubTaskMovePositionBean.js';
22
+ import type { IssuesUpdateBean } from '../models/IssuesUpdateBean.js';
23
+ import type { IssueUpdateBean } from '../models/IssueUpdateBean.js';
24
+ import type { NotificationJsonBean } from '../models/NotificationJsonBean.js';
25
+ import type { PartialSuccessBean } from '../models/PartialSuccessBean.js';
26
+ import type { PinnedCommentJsonBean } from '../models/PinnedCommentJsonBean.js';
27
+ import type { RemoteIssueLinkBean } from '../models/RemoteIssueLinkBean.js';
28
+ import type { RemoteIssueLinkCreateOrUpdateRequest } from '../models/RemoteIssueLinkCreateOrUpdateRequest.js';
29
+ import type { StringList } from '../models/StringList.js';
30
+ import type { TransitionsMetaBean } from '../models/TransitionsMetaBean.js';
31
+ import type { UserBean } from '../models/UserBean.js';
32
+ import type { VoteBean } from '../models/VoteBean.js';
33
+ import type { WatchersBean } from '../models/WatchersBean.js';
34
+ import type { worklog } from '../models/worklog.js';
35
+ import type { WorklogWithPaginationBean } from '../models/WorklogWithPaginationBean.js';
36
+ import type { CancelablePromise } from '../core/CancelablePromise.js';
37
+ import { OpenAPI } from '../core/OpenAPI.js';
38
+ import { request as __request } from '../core/request.js';
39
+ export class IssueService {
40
+ /**
41
+ * Rank issues before or after a given issue
42
+ * Moves (ranks) issues before or after a given issue. At most 50 issues may be ranked at once. This operation may fail for some issues, although this will be rare. In that case the 207 status code is returned for the whole response and detailed information regarding each issue is available in the response body. If rankCustomFieldId is not defined, the default rank field will be used.
43
+ * @param requestBody Bean which contains list of issues to rank and information where it should be ranked.
44
+ * @returns PartialSuccessBean Returns the list of issue with status of rank operation.
45
+ * @throws ApiError
46
+ */
47
+ public static rankIssues(
48
+ requestBody: IssueRankRequestBean,
49
+ ): CancelablePromise<PartialSuccessBean> {
50
+ return __request(OpenAPI, {
51
+ method: 'PUT',
52
+ url: '/agile/1.0/issue/rank',
53
+ body: requestBody,
54
+ mediaType: 'application/json',
55
+ errors: {
56
+ 400: `Returned if the request is invalid.`,
57
+ 401: `Returned if the user is not logged in.`,
58
+ 403: `Returned if user does not a have valid license or does not have permission to rank.`,
59
+ },
60
+ });
61
+ }
62
+ /**
63
+ * Get a single issue with Agile fields
64
+ * Returns a single issue, for a given issue Id or issue key. Issues returned from this resource include Agile fields, like sprint, closedSprints, flagged, and epic.
65
+ * @param issueIdOrKey
66
+ * @param expand
67
+ * @param fields
68
+ * @param updateHistory
69
+ * @returns IssueBean Returns the requested issue.
70
+ * @throws ApiError
71
+ */
72
+ public static getIssue(
73
+ issueIdOrKey: string,
74
+ expand?: string,
75
+ fields?: Array<StringList>,
76
+ updateHistory?: boolean,
77
+ ): CancelablePromise<IssueBean> {
78
+ return __request(OpenAPI, {
79
+ method: 'GET',
80
+ url: '/agile/1.0/issue/{issueIdOrKey}',
81
+ path: {
82
+ 'issueIdOrKey': issueIdOrKey,
83
+ },
84
+ query: {
85
+ 'expand': expand,
86
+ 'fields': fields,
87
+ 'updateHistory': updateHistory,
88
+ },
89
+ errors: {
90
+ 400: `Returned if the request is invalid.`,
91
+ 401: `Returned if the user is not logged in.`,
92
+ 403: `Returned if the user does not a have valid license.`,
93
+ 404: `Returned if the issue does not exist or the user does not have permission to view issue.`,
94
+ },
95
+ });
96
+ }
97
+ /**
98
+ * Get the estimation of an issue for a board
99
+ * Returns the estimation of the issue and a fieldId of the field that is used for it.
100
+ * Original time internally stores and returns the estimation as a number of seconds.
101
+ * The field used for estimation on the given board can be obtained from board configuration resource.
102
+ * More information about the field are returned by edit meta resource or field resource.
103
+ * @param issueIdOrKey
104
+ * @param boardId
105
+ * @returns FieldValueBean Returns the estimation of the issue and a fieldId of the field that is used for it.
106
+ * @throws ApiError
107
+ */
108
+ public static getIssueEstimationForBoard(
109
+ issueIdOrKey: string,
110
+ boardId?: number,
111
+ ): CancelablePromise<FieldValueBean> {
112
+ return __request(OpenAPI, {
113
+ method: 'GET',
114
+ url: '/agile/1.0/issue/{issueIdOrKey}/estimation',
115
+ path: {
116
+ 'issueIdOrKey': issueIdOrKey,
117
+ },
118
+ query: {
119
+ 'boardId': boardId,
120
+ },
121
+ errors: {
122
+ 400: `Returned if the boardId was not provided, field does not exists or value was in wrong format.`,
123
+ 401: `Returned if the user is not logged in.`,
124
+ 403: `Returned if user does not a have valid license or does not have permission to edit issue.`,
125
+ 404: `Returned if the issue does not exist or the user does not have permission to view issue or the board does not exist or the user does not have permission to view board or the issue does not belong to the board.`,
126
+ },
127
+ });
128
+ }
129
+ /**
130
+ * Update the estimation of an issue for a board
131
+ * Updates the estimation of the issue. boardId param is required. This param determines which field will be updated on a issue.
132
+ * Note that this resource changes the estimation field of the issue regardless of appearance the field on the screen.
133
+ * Original time tracking estimation field accepts estimation in formats like "1w", "2d", "3h", "20m" or number which represent number of minutes.
134
+ * However, internally the field stores and returns the estimation as a number of seconds.
135
+ * The field used for estimation on the given board can be obtained from <a href="#agile/1.0/board-getConfiguration">board configuration resource</a>.
136
+ * More information about the field are returned by edit meta resource or field resource.
137
+ * @param issueIdOrKey
138
+ * @param requestBody Bean that contains value of a new estimation.
139
+ * @param boardId
140
+ * @returns FieldValueBean Returns the estimation of the issue and a fieldId of the field that is used for it.
141
+ * @throws ApiError
142
+ */
143
+ public static estimateIssueForBoard(
144
+ issueIdOrKey: string,
145
+ requestBody: FieldEditBean,
146
+ boardId?: number,
147
+ ): CancelablePromise<FieldValueBean> {
148
+ return __request(OpenAPI, {
149
+ method: 'PUT',
150
+ url: '/agile/1.0/issue/{issueIdOrKey}/estimation',
151
+ path: {
152
+ 'issueIdOrKey': issueIdOrKey,
153
+ },
154
+ query: {
155
+ 'boardId': boardId,
156
+ },
157
+ body: requestBody,
158
+ mediaType: 'application/json',
159
+ errors: {
160
+ 400: `Returned if the boardId was not provided, field does not exists or value was in wrong format.`,
161
+ 401: `Returned if the user is not logged in.`,
162
+ 403: `Returned if user does not a have valid license or does not have permission to edit issue.`,
163
+ 404: `Returned if the issue does not exist or the user does not have permission to view issue or the board does not exist or the user does not have permission to view board or the issue does not belong to the board.`,
164
+ },
165
+ });
166
+ }
167
+ /**
168
+ * Create an issue or sub-task from json
169
+ * Creates an issue or a sub-task from a JSON representation.
170
+ * The fields that can be set on create, in either the fields parameter or the update parameter can be determined using the /rest/api/2/issue/createmeta resource.
171
+ * If a field is not configured to appear on the create screen, then it will not be in the createmeta, and a field
172
+ * validation error will occur if it is submitted.
173
+ * Creating a sub-task is similar to creating a regular issue, with two important differences:
174
+ * - the issueType field must correspond to a sub-task issue type (you can use /issue/createmeta to discover sub-task issue types), and
175
+ * - you must provide a parent field in the issue create request containing the id or key of the parent issue.
176
+ * The updateHistory param adds the project that this issue is created in, to the current user's project history, if set to true (by default, the project history is not updated).
177
+ * You can view the project history in the Jira application, via the Projects dropdown.
178
+ * @param updateHistory
179
+ * @param requestBody Issue update bean
180
+ * @returns IssueCreateResponse Returns a link to the created issue.
181
+ * @throws ApiError
182
+ */
183
+ public static createIssue(
184
+ updateHistory: boolean = false,
185
+ requestBody?: IssueUpdateBean,
186
+ ): CancelablePromise<IssueCreateResponse> {
187
+ return __request(OpenAPI, {
188
+ method: 'POST',
189
+ url: '/api/2/issue',
190
+ query: {
191
+ 'updateHistory': updateHistory,
192
+ },
193
+ body: requestBody,
194
+ mediaType: 'application/json',
195
+ errors: {
196
+ 400: `Returned if the input is invalid (e.g. missing required fields, invalid field values, and so forth).`,
197
+ },
198
+ });
199
+ }
200
+ /**
201
+ * Archive list of issues
202
+ * Archives a list of issues.
203
+ * @param notifyUsers Send the email with notification that the issue was updated to users that watch it. Admin or project admin permissions are required to disable the notification.
204
+ * @param requestBody List of issue keys
205
+ * @returns any Returns a stream of issues archiving results.
206
+ * @throws ApiError
207
+ */
208
+ public static archiveIssues(
209
+ notifyUsers?: string,
210
+ requestBody?: string,
211
+ ): CancelablePromise<Record<string, any>> {
212
+ return __request(OpenAPI, {
213
+ method: 'POST',
214
+ url: '/api/2/issue/archive',
215
+ query: {
216
+ 'notifyUsers': notifyUsers,
217
+ },
218
+ body: requestBody,
219
+ mediaType: 'text/plain',
220
+ errors: {
221
+ 401: `Returned if the user is not logged in.`,
222
+ 403: `Returned if the currently authenticated user does not have permission to archive the issue or doesn't have DC license or issue is already archived.`,
223
+ 404: `Returned if the issue does not exist.`,
224
+ },
225
+ });
226
+ }
227
+ /**
228
+ * Create an issue or sub-task from json - bulk operation.
229
+ * Creates issues or sub-tasks from a JSON representation. Creates many issues in one bulk operation.
230
+ * Creating a sub-task is similar to creating a regular issue. More details can be found in createIssue section.
231
+ * @param requestBody Issues update bean
232
+ * @returns IssuesCreateResponse Returns a link to the created issues.
233
+ * @throws ApiError
234
+ */
235
+ public static createIssues(
236
+ requestBody?: IssuesUpdateBean,
237
+ ): CancelablePromise<IssuesCreateResponse> {
238
+ return __request(OpenAPI, {
239
+ method: 'POST',
240
+ url: '/api/2/issue/bulk',
241
+ body: requestBody,
242
+ mediaType: 'application/json',
243
+ errors: {
244
+ 400: `Returned if the input is invalid (e.g. missing required fields, invalid field values, and so forth).`,
245
+ },
246
+ });
247
+ }
248
+ /**
249
+ * Get metadata for project issue types
250
+ * Returns the metadata for issue types used for creating issues. Data will not be returned if the user does not have permission to create issues in that project.
251
+ * @param projectIdOrKey Project id or key
252
+ * @param maxResults How many results on the page should be included
253
+ * @param startAt The page offset
254
+ * @returns CreateMetaIssueTypeBean Returns the metadata for issue types used for creating issues.
255
+ * @throws ApiError
256
+ */
257
+ public static getCreateIssueMetaProjectIssueTypes(
258
+ projectIdOrKey: string,
259
+ maxResults?: string,
260
+ startAt?: string,
261
+ ): CancelablePromise<CreateMetaIssueTypeBean> {
262
+ return __request(OpenAPI, {
263
+ method: 'GET',
264
+ url: '/api/2/issue/createmeta/{projectIdOrKey}/issuetypes',
265
+ path: {
266
+ 'projectIdOrKey': projectIdOrKey,
267
+ },
268
+ query: {
269
+ 'maxResults': maxResults,
270
+ 'startAt': startAt,
271
+ },
272
+ errors: {
273
+ 400: `Returned if the user does not have permission to view the requested project or project doesn't exist.`,
274
+ },
275
+ });
276
+ }
277
+ /**
278
+ * Get metadata for issue types used for creating issues
279
+ * Returns the metadata for issue types used for creating issues. Data will not be returned if the user does not have permission to create issues in that project.
280
+ * @param issueTypeId Issue type id
281
+ * @param projectIdOrKey Project id or key
282
+ * @param maxResults How many results on the page should be included
283
+ * @param startAt The page offset
284
+ * @returns FieldMetaBean Returns the metadata for issue types used for creating issues.
285
+ * @throws ApiError
286
+ */
287
+ public static getCreateIssueMetaFields(
288
+ issueTypeId: string,
289
+ projectIdOrKey: string,
290
+ maxResults?: string,
291
+ startAt?: string,
292
+ ): CancelablePromise<FieldMetaBean> {
293
+ return __request(OpenAPI, {
294
+ method: 'GET',
295
+ url: '/api/2/issue/createmeta/{projectIdOrKey}/issuetypes/{issueTypeId}',
296
+ path: {
297
+ 'issueTypeId': issueTypeId,
298
+ 'projectIdOrKey': projectIdOrKey,
299
+ },
300
+ query: {
301
+ 'maxResults': maxResults,
302
+ 'startAt': startAt,
303
+ },
304
+ errors: {
305
+ 400: `Returned if the user does not have permission to view the requested project or project doesn't exist.`,
306
+ },
307
+ });
308
+ }
309
+ /**
310
+ * Get suggested issues for auto-completion
311
+ * Get issue picker resource
312
+ * @param currentProjectId the id of the project in context of which the request is executed
313
+ * @param query the query
314
+ * @param currentIssueKey the key of the issue in context of which the request is executed
315
+ * @param showSubTasks if set to false, subtasks will not be included in the list
316
+ * @param currentJql the JQL in context of which the request is executed
317
+ * @param showSubTaskParent if set to false and request is executed in context of a subtask, the parent issue will not be included in the auto-completion result, even if it matches the query
318
+ * @returns IssuePickerResult Returns a response containing issue picker resource.
319
+ * @throws ApiError
320
+ */
321
+ public static getIssuePickerResource(
322
+ currentProjectId?: string,
323
+ query?: string,
324
+ currentIssueKey?: string,
325
+ showSubTasks?: string,
326
+ currentJql?: string,
327
+ showSubTaskParent?: string,
328
+ ): CancelablePromise<IssuePickerResult> {
329
+ return __request(OpenAPI, {
330
+ method: 'GET',
331
+ url: '/api/2/issue/picker',
332
+ query: {
333
+ 'currentProjectId': currentProjectId,
334
+ 'query': query,
335
+ 'currentIssueKey': currentIssueKey,
336
+ 'showSubTasks': showSubTasks,
337
+ 'currentJQL': currentJql,
338
+ 'showSubTaskParent': showSubTaskParent,
339
+ },
340
+ });
341
+ }
342
+ /**
343
+ * Get issue for key
344
+ * Returns a full representation of the issue for the given issue key.
345
+ * An issue JSON consists of the issue key, a collection of fields,
346
+ * a link to the workflow transition sub-resource, and (optionally) the HTML rendered values of any fields that support it
347
+ * (e.g. if wiki syntax is enabled for the description or comments).
348
+ * The fields param (which can be specified multiple times) gives a comma-separated list of fields
349
+ * to include in the response. This can be used to retrieve a subset of fields.
350
+ * A particular field can be excluded by prefixing it with a minus.
351
+ * By default, all (*all) fields are returned in this get-issue resource. Note: the default is different
352
+ * when doing a jql search -- the default there is just navigable fields (*navigable).
353
+ * - *all - include all fields
354
+ * - *navigable - include just navigable fields
355
+ * - summary,comment - include just the summary and comments
356
+ * - -comment - include everything except comments (the default is *all for get-issue)
357
+ * - *all,-comment - include everything except comments
358
+ *
359
+ * The {@code properties} param is similar to {@code fields} and specifies a comma-separated list of issue
360
+ * properties to include. Unlike {@code fields}, properties are not included by default. To include them all
361
+ * send {@code ?properties=*all}. You can also include only specified properties or exclude some properties
362
+ * with a minus (-) sign.
363
+ *
364
+ * - {@code *all} - include all properties
365
+ * - {@code *all, -prop1} - include all properties except {@code prop1}
366
+ * - {@code prop1, prop1} - include {@code prop1} and {@code prop2} properties
367
+ *
368
+ * Jira will attempt to identify the issue by the issueIdOrKey path parameter. This can be an issue id,
369
+ * or an issue key. If the issue cannot be found via an exact match, Jira will also look for the issue in a case-insensitive way,
370
+ * by looking to see if the issue was moved. In either of these cases, the request will proceed as normal (a 302 or other redirect
371
+ * will not be returned). The issue key contained in the response will indicate the current value of issue's key.
372
+ *
373
+ * The expand param is used to include, hidden by default, parts of response. This can be used to include:
374
+ *
375
+ * - renderedFields - field values in HTML format
376
+ * - names - display name of each field
377
+ * - schema - schema for each field which describes a type of the field
378
+ * - transitions - all possible transitions for the given issue
379
+ * - operations - all possibles operations which may be applied on issue
380
+ * - editmeta - information about how each field may be edited. It contains field's schema as well.
381
+ * - changelog - history of all changes of the given issue
382
+ * - versionedRepresentations -
383
+ * REST representations of all fields. Some field may contain more recent versions. RESET representations are numbered.
384
+ * The greatest number always represents the most recent version. It is recommended that the most recent version is used.
385
+ * version for these fields which provide a more recent REST representation.
386
+ * After including versionedRepresentations "fields" field become hidden.
387
+ * @param issueIdOrKey Issue id or key
388
+ * @param expand The expand param is used to include, hidden by default, parts of response. This can be used to include: renderedFields, names, schema, transitions, operations, editmeta, changelog, versionedRepresentations.
389
+ * @param fields The list of fields to return for the issue. By default, all fields are returned.
390
+ * @param updateHistory The updateHistory param adds the issues retrieved by this method to the current user's issue history
391
+ * @param properties The list of properties to return for the issue. By default no properties are returned.
392
+ * @returns IssueBean Returns a full representation of a Jira issue in JSON format.
393
+ * @throws ApiError
394
+ */
395
+ public static getIssue1(
396
+ issueIdOrKey: string,
397
+ expand?: string,
398
+ fields?: string,
399
+ updateHistory?: string,
400
+ properties?: string,
401
+ ): CancelablePromise<IssueBean> {
402
+ return __request(OpenAPI, {
403
+ method: 'GET',
404
+ url: '/api/2/issue/{issueIdOrKey}',
405
+ path: {
406
+ 'issueIdOrKey': issueIdOrKey,
407
+ },
408
+ query: {
409
+ 'expand': expand,
410
+ 'fields': fields,
411
+ 'updateHistory': updateHistory,
412
+ 'properties': properties,
413
+ },
414
+ errors: {
415
+ 404: `Returned if the requested issue is not found, or the user does not have permission to view it.`,
416
+ },
417
+ });
418
+ }
419
+ /**
420
+ * Edit an issue from a JSON representation
421
+ * Edits an issue from a JSON representation. The issue can either be updated by setting explicit the field value(s) or by using an operation to change the field value.
422
+ * @param issueIdOrKey Issue id or key
423
+ * @param notifyUsers Send the email with notification that the issue was updated to users that watch it. Admin or project admin permissions are required to disable the notification.
424
+ * @param requestBody Issue update bean
425
+ * @returns void
426
+ * @throws ApiError
427
+ */
428
+ public static editIssue(
429
+ issueIdOrKey: string,
430
+ notifyUsers?: string,
431
+ requestBody?: IssueUpdateBean,
432
+ ): CancelablePromise<void> {
433
+ return __request(OpenAPI, {
434
+ method: 'PUT',
435
+ url: '/api/2/issue/{issueIdOrKey}',
436
+ path: {
437
+ 'issueIdOrKey': issueIdOrKey,
438
+ },
439
+ query: {
440
+ 'notifyUsers': notifyUsers,
441
+ },
442
+ body: requestBody,
443
+ mediaType: 'application/json',
444
+ errors: {
445
+ 400: `Returned if the requested issue update failed.`,
446
+ 403: `Returned if the user doesn't have permissions to disable users notification.`,
447
+ },
448
+ });
449
+ }
450
+ /**
451
+ * Delete an issue
452
+ * Deletes an issue. If the issue has subtasks you must set the parameter deleteSubtasks=true to delete the issue. You cannot delete an issue without its subtasks also being deleted.
453
+ * @param issueIdOrKey Issue id or key
454
+ * @param deleteSubtasks A String of true or false indicating that any subtasks should also be deleted. If the issue has no subtasks this parameter is ignored. If the issue has subtasks and this parameter is missing or false, then the issue will not be deleted and an error will be returned.
455
+ * @returns void
456
+ * @throws ApiError
457
+ */
458
+ public static deleteIssue(
459
+ issueIdOrKey: string,
460
+ deleteSubtasks?: string,
461
+ ): CancelablePromise<void> {
462
+ return __request(OpenAPI, {
463
+ method: 'DELETE',
464
+ url: '/api/2/issue/{issueIdOrKey}',
465
+ path: {
466
+ 'issueIdOrKey': issueIdOrKey,
467
+ },
468
+ query: {
469
+ 'deleteSubtasks': deleteSubtasks,
470
+ },
471
+ errors: {
472
+ 400: `Returned if an error occurs.`,
473
+ 401: `Returned if the calling user is not authenticated.`,
474
+ 403: `Returned if the calling user does not have permission to delete the issue.`,
475
+ 404: `Returned if the issue does not exist.`,
476
+ },
477
+ });
478
+ }
479
+ /**
480
+ * Archive an issue
481
+ * Archives an issue.
482
+ * @param issueIdOrKey Issue id or key
483
+ * @param notifyUsers Send the email with notification that the issue was updated to users that watch it. Admin or project admin permissions are required to disable the notification.
484
+ * @returns void
485
+ * @throws ApiError
486
+ */
487
+ public static archiveIssue(
488
+ issueIdOrKey: string,
489
+ notifyUsers?: string,
490
+ ): CancelablePromise<void> {
491
+ return __request(OpenAPI, {
492
+ method: 'PUT',
493
+ url: '/api/2/issue/{issueIdOrKey}/archive',
494
+ path: {
495
+ 'issueIdOrKey': issueIdOrKey,
496
+ },
497
+ query: {
498
+ 'notifyUsers': notifyUsers,
499
+ },
500
+ errors: {
501
+ 401: `Returned if the user is not logged in.`,
502
+ 403: `Returned if the currently authenticated user does not have permission to archive the issue or doesn't have DC license or issue is already archived.`,
503
+ 404: `Returned if the issue does not exist.`,
504
+ },
505
+ });
506
+ }
507
+ /**
508
+ * Assign an issue to a user
509
+ * Assign an issue to a user.
510
+ * @param issueIdOrKey Issue id or key
511
+ * @param requestBody UserBean containing the username
512
+ * @returns void
513
+ * @throws ApiError
514
+ */
515
+ public static assign(
516
+ issueIdOrKey: string,
517
+ requestBody?: UserBean,
518
+ ): CancelablePromise<void> {
519
+ return __request(OpenAPI, {
520
+ method: 'PUT',
521
+ url: '/api/2/issue/{issueIdOrKey}/assignee',
522
+ path: {
523
+ 'issueIdOrKey': issueIdOrKey,
524
+ },
525
+ body: requestBody,
526
+ mediaType: 'application/json',
527
+ errors: {
528
+ 400: `Returned if there is a problem with the received user representation.`,
529
+ 401: `Returned if the calling user does not have permission to assign the issue.`,
530
+ 404: `Returned if either the issue or the user does not exist.`,
531
+ },
532
+ });
533
+ }
534
+ /**
535
+ * Add one or more attachments to an issue
536
+ * Add one or more attachments to an issue.
537
+ * This resource expects a multipart post. The media-type multipart/form-data is defined in RFC 1867. Most client libraries have classes that make dealing with multipart posts simple. For instance, in Java the Apache HTTP Components library provides a MultiPartEntity that makes it simple to submit a multipart POST.
538
+ * In order to protect against XSRF attacks, because this method accepts multipart/form-data, it has XSRF protection
539
+ * on it. This means you must submit a header of X-Atlassian-Token: no-check with the request, otherwise it will be blocked.
540
+ * The name of the multipart/form-data parameter that contains attachments must be file.
541
+ * A simple example to upload a file called "myfile.txt" to issue TEST-123:
542
+ * curl -D- -u admin:admin -X POST -H "X-Atlassian-Token: no-check" -F "file=@myfile.txt" http://myhost/rest/api/2/issue/TEST-123/attachments
543
+ * @param issueIdOrKey Issue id or key
544
+ * @param formData Attachments to be added
545
+ * @returns AttachmentJsonBean Returns a JSON representation of the attachments added.
546
+ * @throws ApiError
547
+ */
548
+ public static addAttachment(
549
+ issueIdOrKey: string,
550
+ formData?: Blob,
551
+ ): CancelablePromise<AttachmentJsonBean> {
552
+ return __request(OpenAPI, {
553
+ method: 'POST',
554
+ url: '/api/2/issue/{issueIdOrKey}/attachments',
555
+ path: {
556
+ 'issueIdOrKey': issueIdOrKey,
557
+ },
558
+ formData: formData,
559
+ mediaType: 'multipart/form-data',
560
+ errors: {
561
+ 403: `Returned if attachments is disabled or if you don't have permission to add attachments to this issue.`,
562
+ 404: `Returned if the requested issue is not found, the user does not have permission to view it, or if the attachments exceeds the maximum configured attachment size.`,
563
+ },
564
+ });
565
+ }
566
+ /**
567
+ * Get comments for an issue
568
+ * Returns all comments for an issue. Results can be ordered by the 'created' field which means the date a comment was added.
569
+ * @param issueIdOrKey Issue id or key
570
+ * @param expand Optional flags: renderedBody (provides body rendered in HTML)
571
+ * @param maxResults How many results on the page should be included. Defaults to 50.
572
+ * @param orderBy Ordering of the results
573
+ * @param startAt The page offset, if not specified then defaults to 0
574
+ * @returns CommentsWithPaginationJsonBean Returns a collection of comments associated with the issue, with count and pagination information.
575
+ * @throws ApiError
576
+ */
577
+ public static getComments(
578
+ issueIdOrKey: string,
579
+ expand?: string,
580
+ maxResults?: string,
581
+ orderBy?: string,
582
+ startAt?: string,
583
+ ): CancelablePromise<CommentsWithPaginationJsonBean> {
584
+ return __request(OpenAPI, {
585
+ method: 'GET',
586
+ url: '/api/2/issue/{issueIdOrKey}/comment',
587
+ path: {
588
+ 'issueIdOrKey': issueIdOrKey,
589
+ },
590
+ query: {
591
+ 'expand': expand,
592
+ 'maxResults': maxResults,
593
+ 'orderBy': orderBy,
594
+ 'startAt': startAt,
595
+ },
596
+ errors: {
597
+ 404: `Returned if the issue with the given id/key does not exist or if the currently authenticated user does not have permission to view it.`,
598
+ },
599
+ });
600
+ }
601
+ /**
602
+ * Add a comment
603
+ * Adds a new comment to an issue.
604
+ * @param issueIdOrKey Issue id or key
605
+ * @param expand Optional flags: renderedBody (provides body rendered in HTML)
606
+ * @param requestBody Comment create request
607
+ * @returns CommentJsonBean Returned if add was successful.
608
+ * @throws ApiError
609
+ */
610
+ public static addComment(
611
+ issueIdOrKey: string,
612
+ expand?: string,
613
+ requestBody?: CommentJsonBean,
614
+ ): CancelablePromise<CommentJsonBean> {
615
+ return __request(OpenAPI, {
616
+ method: 'POST',
617
+ url: '/api/2/issue/{issueIdOrKey}/comment',
618
+ path: {
619
+ 'issueIdOrKey': issueIdOrKey,
620
+ },
621
+ query: {
622
+ 'expand': expand,
623
+ },
624
+ body: requestBody,
625
+ mediaType: 'application/json',
626
+ errors: {
627
+ 400: `Returned if the input is invalid (e.g. missing required fields, invalid values, and so forth).`,
628
+ },
629
+ });
630
+ }
631
+ /**
632
+ * Get a comment by id
633
+ * Returns a single comment.
634
+ * @param issueIdOrKey Issue id or key
635
+ * @param id Comment id
636
+ * @param expand Optional flags: renderedBody (provides body rendered in HTML)
637
+ * @returns CommentJsonBean Returns a full representation of a Jira comment in JSON format.
638
+ * @throws ApiError
639
+ */
640
+ public static getComment(
641
+ issueIdOrKey: string,
642
+ id: string,
643
+ expand?: string,
644
+ ): CancelablePromise<CommentJsonBean> {
645
+ return __request(OpenAPI, {
646
+ method: 'GET',
647
+ url: '/api/2/issue/{issueIdOrKey}/comment/{id}',
648
+ path: {
649
+ 'issueIdOrKey': issueIdOrKey,
650
+ 'id': id,
651
+ },
652
+ query: {
653
+ 'expand': expand,
654
+ },
655
+ errors: {
656
+ 404: `Returned if the requested comment is not found, or the user does not have permission to view it.`,
657
+ },
658
+ });
659
+ }
660
+ /**
661
+ * Update a comment
662
+ * Updates an existing comment using its JSON representation.
663
+ * @param issueIdOrKey Issue id or key
664
+ * @param id Comment id
665
+ * @param expand Optional flags: renderedBody (provides body rendered in HTML)
666
+ * @param requestBody Comment update request
667
+ * @returns CommentJsonBean Returned if update was successful.
668
+ * @throws ApiError
669
+ */
670
+ public static updateComment(
671
+ issueIdOrKey: string,
672
+ id: string,
673
+ expand?: string,
674
+ requestBody?: CommentJsonBean,
675
+ ): CancelablePromise<CommentJsonBean> {
676
+ return __request(OpenAPI, {
677
+ method: 'PUT',
678
+ url: '/api/2/issue/{issueIdOrKey}/comment/{id}',
679
+ path: {
680
+ 'issueIdOrKey': issueIdOrKey,
681
+ 'id': id,
682
+ },
683
+ query: {
684
+ 'expand': expand,
685
+ },
686
+ body: requestBody,
687
+ mediaType: 'application/json',
688
+ errors: {
689
+ 400: `Returned if the input is invalid (e.g. missing required fields, invalid values, and so forth).`,
690
+ },
691
+ });
692
+ }
693
+ /**
694
+ * Delete a comment
695
+ * Deletes an existing comment.
696
+ * @param issueIdOrKey Issue id or key
697
+ * @param id Comment id
698
+ * @returns void
699
+ * @throws ApiError
700
+ */
701
+ public static deleteComment(
702
+ issueIdOrKey: string,
703
+ id: string,
704
+ ): CancelablePromise<void> {
705
+ return __request(OpenAPI, {
706
+ method: 'DELETE',
707
+ url: '/api/2/issue/{issueIdOrKey}/comment/{id}',
708
+ path: {
709
+ 'issueIdOrKey': issueIdOrKey,
710
+ 'id': id,
711
+ },
712
+ errors: {
713
+ 400: `Returned if the input is invalid (e.g. missing required fields, invalid values, and so forth).`,
714
+ },
715
+ });
716
+ }
717
+ /**
718
+ * Pin a comment
719
+ * Pins a comment to the top of the comment list.
720
+ * @param issueIdOrKey Issue id or key
721
+ * @param id Comment id
722
+ * @param requestBody 'true' must be included as raw data
723
+ * @returns void
724
+ * @throws ApiError
725
+ */
726
+ public static setPinComment(
727
+ issueIdOrKey: string,
728
+ id: string,
729
+ requestBody: boolean,
730
+ ): CancelablePromise<void> {
731
+ return __request(OpenAPI, {
732
+ method: 'PUT',
733
+ url: '/api/2/issue/{issueIdOrKey}/comment/{id}/pin',
734
+ path: {
735
+ 'issueIdOrKey': issueIdOrKey,
736
+ 'id': id,
737
+ },
738
+ body: requestBody,
739
+ mediaType: 'application/json',
740
+ errors: {
741
+ 404: `Returned if the comment with the given id does not exist or if the currently authenticated user does not have permission to pin it.`,
742
+ },
743
+ });
744
+ }
745
+ /**
746
+ * Get metadata for issue types used for editing issues
747
+ * Returns the meta data for editing an issue. The fields in the editmeta correspond to the fields in the edit screen for the issue. Fields not in the screen will not be in the editmeta.
748
+ * @param issueIdOrKey Issue id or key
749
+ * @returns EditMetaBean Returns a response containing a Map of FieldBeans for fields editable by the current user.
750
+ * @throws ApiError
751
+ */
752
+ public static getEditIssueMeta(
753
+ issueIdOrKey: string,
754
+ ): CancelablePromise<EditMetaBean> {
755
+ return __request(OpenAPI, {
756
+ method: 'GET',
757
+ url: '/api/2/issue/{issueIdOrKey}/editmeta',
758
+ path: {
759
+ 'issueIdOrKey': issueIdOrKey,
760
+ },
761
+ errors: {
762
+ 404: `Returned if the requested issue is not found or the user does not have permission to view it.`,
763
+ },
764
+ });
765
+ }
766
+ /**
767
+ * Send notification to recipients
768
+ * Sends a notification (email) to the list or recipients defined in the request.
769
+ * @param issueIdOrKey Issue id or key
770
+ * @param requestBody Notification request
771
+ * @returns void
772
+ * @throws ApiError
773
+ */
774
+ public static notify(
775
+ issueIdOrKey: string,
776
+ requestBody?: NotificationJsonBean,
777
+ ): CancelablePromise<void> {
778
+ return __request(OpenAPI, {
779
+ method: 'POST',
780
+ url: '/api/2/issue/{issueIdOrKey}/notify',
781
+ path: {
782
+ 'issueIdOrKey': issueIdOrKey,
783
+ },
784
+ body: requestBody,
785
+ mediaType: 'application/json',
786
+ errors: {
787
+ 400: `Returned if the input is invalid (e.g. missing required fields, invalid values, and so forth).`,
788
+ 403: `Returned is outgoing emails are disabled OR no SMTP server is defined.`,
789
+ },
790
+ });
791
+ }
792
+ /**
793
+ * Get pinned comments for an issue
794
+ * Returns all pinned to the issue comments.
795
+ * @param issueIdOrKey Issue id or key
796
+ * @returns PinnedCommentJsonBean Returns a collection of pinned comments associated with the issue.
797
+ * @throws ApiError
798
+ */
799
+ public static getPinnedComments(
800
+ issueIdOrKey: string,
801
+ ): CancelablePromise<PinnedCommentJsonBean> {
802
+ return __request(OpenAPI, {
803
+ method: 'GET',
804
+ url: '/api/2/issue/{issueIdOrKey}/pinned-comments',
805
+ path: {
806
+ 'issueIdOrKey': issueIdOrKey,
807
+ },
808
+ errors: {
809
+ 404: `Returned if the issue with the given id/key does not exist or if the currently authenticated user does not have permission to view it.`,
810
+ },
811
+ });
812
+ }
813
+ /**
814
+ * Get keys of all properties for an issue
815
+ * Returns the keys of all properties for the issue identified by the key or by the id.
816
+ * @param issueIdOrKey Issue id or key
817
+ * @returns EntityPropertiesKeysBean Returns a response containing EntityPropertiesKeysBean.
818
+ * @throws ApiError
819
+ */
820
+ public static getPropertiesKeys2(
821
+ issueIdOrKey: string,
822
+ ): CancelablePromise<EntityPropertiesKeysBean> {
823
+ return __request(OpenAPI, {
824
+ method: 'GET',
825
+ url: '/api/2/issue/{issueIdOrKey}/properties',
826
+ path: {
827
+ 'issueIdOrKey': issueIdOrKey,
828
+ },
829
+ errors: {
830
+ 400: `Returned if the issue key or id is invalid.`,
831
+ 401: `Returned if the calling user is not authenticated.`,
832
+ 403: `Returned if the calling user does not have permission to view the issue.`,
833
+ 404: `Returned if the issue with given key or id does not exist or if the property with given key is not found.`,
834
+ },
835
+ });
836
+ }
837
+ /**
838
+ * Get the value of a specific property from an issue
839
+ * Returns the value of the property with a given key from the issue identified by the key or by the id.
840
+ * @param propertyKey The key of the property to return
841
+ * @param issueIdOrKey Issue id or key
842
+ * @returns EntityPropertyBean Returned if the issue property was found.
843
+ * @throws ApiError
844
+ */
845
+ public static getProperty3(
846
+ propertyKey: string,
847
+ issueIdOrKey: string,
848
+ ): CancelablePromise<EntityPropertyBean> {
849
+ return __request(OpenAPI, {
850
+ method: 'GET',
851
+ url: '/api/2/issue/{issueIdOrKey}/properties/{propertyKey}',
852
+ path: {
853
+ 'propertyKey': propertyKey,
854
+ 'issueIdOrKey': issueIdOrKey,
855
+ },
856
+ errors: {
857
+ 400: `Returned if the issue key or id is invalid.`,
858
+ 401: `Returned if the calling user is not authenticated.`,
859
+ 403: `Returned if the calling user does not have permission to view the issue.`,
860
+ 404: `Returned if the issue with given key or id does not exist or if the property with given key is not found.`,
861
+ },
862
+ });
863
+ }
864
+ /**
865
+ * Update the value of a specific issue's property
866
+ * Sets the value of the specified issue's property.
867
+ * @param propertyKey The key of the issue's property
868
+ * @param issueIdOrKey Issue id or key
869
+ * @param requestBody The value of the issue's property
870
+ * @returns any Returned if the issue property is successfully updated.
871
+ * @throws ApiError
872
+ */
873
+ public static setProperty2(
874
+ propertyKey: string,
875
+ issueIdOrKey: string,
876
+ requestBody: string,
877
+ ): CancelablePromise<any> {
878
+ return __request(OpenAPI, {
879
+ method: 'PUT',
880
+ url: '/api/2/issue/{issueIdOrKey}/properties/{propertyKey}',
881
+ path: {
882
+ 'propertyKey': propertyKey,
883
+ 'issueIdOrKey': issueIdOrKey,
884
+ },
885
+ body: requestBody,
886
+ mediaType: 'application/json',
887
+ errors: {
888
+ 400: `Returned if the issue key or id is invalid.`,
889
+ 401: `Returned if the calling user is not authenticated.`,
890
+ 403: `Returned if the calling user does not have permission to edit the issue.`,
891
+ 404: `Returned if the issue with given key or id does not exist.`,
892
+ },
893
+ });
894
+ }
895
+ /**
896
+ * Delete a property from an issue
897
+ * Removes the property from the issue identified by the key or by the id.
898
+ * @param propertyKey The key of the property to remove
899
+ * @param issueIdOrKey Issue id or key
900
+ * @returns void
901
+ * @throws ApiError
902
+ */
903
+ public static deleteProperty3(
904
+ propertyKey: string,
905
+ issueIdOrKey: string,
906
+ ): CancelablePromise<void> {
907
+ return __request(OpenAPI, {
908
+ method: 'DELETE',
909
+ url: '/api/2/issue/{issueIdOrKey}/properties/{propertyKey}',
910
+ path: {
911
+ 'propertyKey': propertyKey,
912
+ 'issueIdOrKey': issueIdOrKey,
913
+ },
914
+ errors: {
915
+ 400: `Returned if the issue key or id is invalid.`,
916
+ 401: `Returned if the calling user is not authenticated.`,
917
+ 403: `Returned if the calling user does not have permission to edit the issue.`,
918
+ 404: `Returned if the issue with given key or id does not exist or if the property with given key is not found.`,
919
+ },
920
+ });
921
+ }
922
+ /**
923
+ * Get remote issue links for an issue
924
+ * Get remote issue links for an issue.
925
+ * @param issueIdOrKey Issue id or key
926
+ * @param globalId Global id of the remote issue link
927
+ * @returns RemoteIssueLinkBean Returns a response containing remote issue links for the issue.
928
+ * @throws ApiError
929
+ */
930
+ public static getRemoteIssueLinks(
931
+ issueIdOrKey: string,
932
+ globalId?: string,
933
+ ): CancelablePromise<RemoteIssueLinkBean> {
934
+ return __request(OpenAPI, {
935
+ method: 'GET',
936
+ url: '/api/2/issue/{issueIdOrKey}/remotelink',
937
+ path: {
938
+ 'issueIdOrKey': issueIdOrKey,
939
+ },
940
+ query: {
941
+ 'globalId': globalId,
942
+ },
943
+ errors: {
944
+ 400: `Returned if the linkId is not a valid number, or if the remote issue link with the given id does not belong to the given issue.`,
945
+ 401: `Returned if the calling user is not authenticated.`,
946
+ 403: `Returned if the calling user does not have permission to view the remote issue link, or if issue linking is disabled.`,
947
+ 404: `Returned if the issue or remote issue link do not exist.`,
948
+ },
949
+ });
950
+ }
951
+ /**
952
+ * Create or update remote issue link
953
+ * Creates or updates a remote issue link from a JSON representation. If a globalId is provided and a remote issue link exists with that globalId, the remote issue link is updated. Otherwise, the remote issue link is created.
954
+ * @param issueIdOrKey Issue id or key
955
+ * @param requestBody Remote issue link create or update request
956
+ * @returns RemoteIssueLinkBean Returns a link to the created/updated remote issue link.
957
+ * @throws ApiError
958
+ */
959
+ public static createOrUpdateRemoteIssueLink(
960
+ issueIdOrKey: string,
961
+ requestBody?: RemoteIssueLinkCreateOrUpdateRequest,
962
+ ): CancelablePromise<RemoteIssueLinkBean> {
963
+ return __request(OpenAPI, {
964
+ method: 'POST',
965
+ url: '/api/2/issue/{issueIdOrKey}/remotelink',
966
+ path: {
967
+ 'issueIdOrKey': issueIdOrKey,
968
+ },
969
+ body: requestBody,
970
+ mediaType: 'application/json',
971
+ errors: {
972
+ 400: `Returned if the input is invalid (e.g. missing required fields, invalid values, and so forth).`,
973
+ 401: `Returned if the calling user is not authenticated.`,
974
+ 403: `Returned if the calling user does not have permission to create/update the remote issue link, or if issue linking is disabled.`,
975
+ },
976
+ });
977
+ }
978
+ /**
979
+ * Delete remote issue link
980
+ * Delete the remote issue link with the given global id on the issue.
981
+ * @param issueIdOrKey Issue id or key
982
+ * @param globalId Global id of the remote issue link
983
+ * @returns void
984
+ * @throws ApiError
985
+ */
986
+ public static deleteRemoteIssueLinkByGlobalId(
987
+ issueIdOrKey: string,
988
+ globalId: string,
989
+ ): CancelablePromise<void> {
990
+ return __request(OpenAPI, {
991
+ method: 'DELETE',
992
+ url: '/api/2/issue/{issueIdOrKey}/remotelink',
993
+ path: {
994
+ 'issueIdOrKey': issueIdOrKey,
995
+ },
996
+ query: {
997
+ 'globalId': globalId,
998
+ },
999
+ errors: {
1000
+ 401: `Returned if the calling user is not authenticated.`,
1001
+ 403: `Returned if the calling user does not have permission to delete the remote issue link, or if issue linking is disabled.`,
1002
+ 404: `Returned if the issue or remote issue link do not exist.`,
1003
+ },
1004
+ });
1005
+ }
1006
+ /**
1007
+ * Get a remote issue link by its id
1008
+ * Get a remote issue link by its id.
1009
+ * @param linkId Id of the remote issue link
1010
+ * @param issueIdOrKey Issue id or key
1011
+ * @returns RemoteIssueLinkBean Returns a response containing a remote issue link.
1012
+ * @throws ApiError
1013
+ */
1014
+ public static getRemoteIssueLinkById(
1015
+ linkId: string,
1016
+ issueIdOrKey: string,
1017
+ ): CancelablePromise<RemoteIssueLinkBean> {
1018
+ return __request(OpenAPI, {
1019
+ method: 'GET',
1020
+ url: '/api/2/issue/{issueIdOrKey}/remotelink/{linkId}',
1021
+ path: {
1022
+ 'linkId': linkId,
1023
+ 'issueIdOrKey': issueIdOrKey,
1024
+ },
1025
+ errors: {
1026
+ 400: `Returned if the linkId is not a valid number, or if the remote issue link with the given id does not belong to the given issue.`,
1027
+ 401: `Returned if the calling user is not authenticated.`,
1028
+ 403: `Returned if the calling user does not have permission to view the remote issue link, or if issue linking is disabled.`,
1029
+ 404: `Returned if the issue or remote issue link do not exist.`,
1030
+ },
1031
+ });
1032
+ }
1033
+ /**
1034
+ * Update remote issue link
1035
+ * Updates a remote issue link from a JSON representation. Any fields not provided are set to null.
1036
+ * @param linkId Id of the remote issue link
1037
+ * @param issueIdOrKey Issue id or key
1038
+ * @param requestBody Remote issue link create or update request
1039
+ * @returns void
1040
+ * @throws ApiError
1041
+ */
1042
+ public static updateRemoteIssueLink(
1043
+ linkId: string,
1044
+ issueIdOrKey: string,
1045
+ requestBody?: RemoteIssueLinkCreateOrUpdateRequest,
1046
+ ): CancelablePromise<void> {
1047
+ return __request(OpenAPI, {
1048
+ method: 'PUT',
1049
+ url: '/api/2/issue/{issueIdOrKey}/remotelink/{linkId}',
1050
+ path: {
1051
+ 'linkId': linkId,
1052
+ 'issueIdOrKey': issueIdOrKey,
1053
+ },
1054
+ body: requestBody,
1055
+ mediaType: 'application/json',
1056
+ errors: {
1057
+ 400: `Returned if the input is invalid (e.g. missing required fields, invalid values, and so forth).`,
1058
+ 401: `Returned if the calling user is not authenticated.`,
1059
+ 403: `Returned if the calling user does not have permission to update the remote issue link, or if issue linking is disabled.`,
1060
+ },
1061
+ });
1062
+ }
1063
+ /**
1064
+ * Delete remote issue link by id
1065
+ * Delete the remote issue link with the given id on the issue.
1066
+ * @param linkId Id of the remote issue link
1067
+ * @param issueIdOrKey Issue id or key
1068
+ * @returns void
1069
+ * @throws ApiError
1070
+ */
1071
+ public static deleteRemoteIssueLinkById(
1072
+ linkId: string,
1073
+ issueIdOrKey: string,
1074
+ ): CancelablePromise<void> {
1075
+ return __request(OpenAPI, {
1076
+ method: 'DELETE',
1077
+ url: '/api/2/issue/{issueIdOrKey}/remotelink/{linkId}',
1078
+ path: {
1079
+ 'linkId': linkId,
1080
+ 'issueIdOrKey': issueIdOrKey,
1081
+ },
1082
+ errors: {
1083
+ 401: `Returned if the calling user is not authenticated.`,
1084
+ 403: `Returned if the calling user does not have permission to delete the remote issue link, or if issue linking is disabled.`,
1085
+ 404: `Returned if the issue or remote issue link do not exist.`,
1086
+ },
1087
+ });
1088
+ }
1089
+ /**
1090
+ * Restore an archived issue
1091
+ * Restores an archived issue.
1092
+ * @param issueIdOrKey Issue id or key
1093
+ * @param notifyUsers Send the email with notification that the issue was updated to users that watch it. Admin or project admin permissions are required to disable the notification.
1094
+ * @returns void
1095
+ * @throws ApiError
1096
+ */
1097
+ public static restoreIssue(
1098
+ issueIdOrKey: string,
1099
+ notifyUsers?: string,
1100
+ ): CancelablePromise<void> {
1101
+ return __request(OpenAPI, {
1102
+ method: 'PUT',
1103
+ url: '/api/2/issue/{issueIdOrKey}/restore',
1104
+ path: {
1105
+ 'issueIdOrKey': issueIdOrKey,
1106
+ },
1107
+ query: {
1108
+ 'notifyUsers': notifyUsers,
1109
+ },
1110
+ errors: {
1111
+ 401: `Returned if the user is not logged in.`,
1112
+ 403: `Returned if the currently authenticated user does not have permission to restore the issue or doesn't have DC license or issue is not archived.`,
1113
+ 404: `Returned if the issue does not exist.`,
1114
+ },
1115
+ });
1116
+ }
1117
+ /**
1118
+ * Get an issue's subtask list
1119
+ * Returns an issue's subtask list
1120
+ * @param issueIdOrKey The parent issue's key or id
1121
+ * @returns IssueRefJsonBean Returned if the request was successful.
1122
+ * @throws ApiError
1123
+ */
1124
+ public static getSubTasks(
1125
+ issueIdOrKey: string,
1126
+ ): CancelablePromise<IssueRefJsonBean> {
1127
+ return __request(OpenAPI, {
1128
+ method: 'GET',
1129
+ url: '/api/2/issue/{issueIdOrKey}/subtask',
1130
+ path: {
1131
+ 'issueIdOrKey': issueIdOrKey,
1132
+ },
1133
+ errors: {
1134
+ 403: `Returned if the user is not allowed to edit the issue`,
1135
+ 404: `Returned if the issue doesn't exist`,
1136
+ },
1137
+ });
1138
+ }
1139
+ /**
1140
+ * Check if a subtask can be moved
1141
+ * Checks if a subtask can be moved
1142
+ * @param issueIdOrKey The parent issue's key or id
1143
+ * @returns boolean Returned if the request was successful.
1144
+ * @throws ApiError
1145
+ */
1146
+ public static canMoveSubTask(
1147
+ issueIdOrKey: string,
1148
+ ): CancelablePromise<boolean> {
1149
+ return __request(OpenAPI, {
1150
+ method: 'GET',
1151
+ url: '/api/2/issue/{issueIdOrKey}/subtask/move',
1152
+ path: {
1153
+ 'issueIdOrKey': issueIdOrKey,
1154
+ },
1155
+ });
1156
+ }
1157
+ /**
1158
+ * Reorder an issue's subtasks
1159
+ * Reorders an issue's subtasks by moving the subtask at index 'from' to index 'to'.
1160
+ * @param issueIdOrKey The parent issue's key or id
1161
+ * @param requestBody The description of previous and current position of subtask in the sequence.
1162
+ * @returns void
1163
+ * @throws ApiError
1164
+ */
1165
+ public static moveSubTasks(
1166
+ issueIdOrKey: string,
1167
+ requestBody: IssueSubTaskMovePositionBean,
1168
+ ): CancelablePromise<void> {
1169
+ return __request(OpenAPI, {
1170
+ method: 'POST',
1171
+ url: '/api/2/issue/{issueIdOrKey}/subtask/move',
1172
+ path: {
1173
+ 'issueIdOrKey': issueIdOrKey,
1174
+ },
1175
+ body: requestBody,
1176
+ mediaType: 'application/json',
1177
+ errors: {
1178
+ 400: `Returned if the from or to parameters are out of bounds`,
1179
+ 403: `Returned if the user is not allowed to edit the issue`,
1180
+ 404: `Returned if the parent issue doesn't exist`,
1181
+ },
1182
+ });
1183
+ }
1184
+ /**
1185
+ * Get list of transitions possible for an issue
1186
+ * Get a list of the transitions possible for this issue by the current user, along with fields that are required and their types.
1187
+ * Fields will only be returned if `expand=transitions.fields`.
1188
+ * The fields in the metadata correspond to the fields in the transition screen for that transition.
1189
+ * Fields not in the screen will not be in the metadata.
1190
+ * @param issueIdOrKey Issue id or key
1191
+ * @param transitionId Transition id
1192
+ * @returns TransitionsMetaBean Returns a response containing a Map of TransitionFieldBeans for each transition possible by the current user.
1193
+ * @throws ApiError
1194
+ */
1195
+ public static getTransitions(
1196
+ issueIdOrKey: string,
1197
+ transitionId?: string,
1198
+ ): CancelablePromise<TransitionsMetaBean> {
1199
+ return __request(OpenAPI, {
1200
+ method: 'GET',
1201
+ url: '/api/2/issue/{issueIdOrKey}/transitions',
1202
+ path: {
1203
+ 'issueIdOrKey': issueIdOrKey,
1204
+ },
1205
+ query: {
1206
+ 'transitionId': transitionId,
1207
+ },
1208
+ errors: {
1209
+ 404: `Returned if the issue does not exist or the user does not have permission to view it.`,
1210
+ },
1211
+ });
1212
+ }
1213
+ /**
1214
+ * Perform a transition on an issue
1215
+ * Perform a transition on an issue.
1216
+ * When performing the transition you can update or set other issue fields.
1217
+ * The fields that can be set on transition, in either the fields parameter or the update parameter can be determined using the /rest/api/2/issue/{issueIdOrKey}/transitions?expand=transitions.fields resource.
1218
+ * If a field is not configured to appear on the transition screen, then it will not be in the transition metadata, and a field validation error will occur if it is submitted.
1219
+ * The updateHistory param adds the issues retrieved by this method to the current user's issue history, if set to true (by default, the issue history does not include issues retrieved via the REST API).
1220
+ * You can view the issue history in the Jira application, via the Issues dropdown or by using the lastViewed JQL field in an issue search.
1221
+ * @param issueIdOrKey Issue id or key
1222
+ * @param requestBody Issue update bean
1223
+ * @returns void
1224
+ * @throws ApiError
1225
+ */
1226
+ public static doTransition(
1227
+ issueIdOrKey: string,
1228
+ requestBody?: IssueUpdateBean,
1229
+ ): CancelablePromise<void> {
1230
+ return __request(OpenAPI, {
1231
+ method: 'POST',
1232
+ url: '/api/2/issue/{issueIdOrKey}/transitions',
1233
+ path: {
1234
+ 'issueIdOrKey': issueIdOrKey,
1235
+ },
1236
+ body: requestBody,
1237
+ mediaType: 'application/json',
1238
+ errors: {
1239
+ 400: `Returned if the transition is not valid for the issue, or the user does not have permission to transition the issue.`,
1240
+ 404: `Returned if the issue does not exist.`,
1241
+ 500: `If transition ID is incorrect.`,
1242
+ },
1243
+ });
1244
+ }
1245
+ /**
1246
+ * Get votes for issue
1247
+ * A REST sub-resource representing the voters on the issue.
1248
+ * @param issueIdOrKey Issue id or key
1249
+ * @returns VoteBean Returns a response containing information about voting on the current issue
1250
+ * @throws ApiError
1251
+ */
1252
+ public static getVotes(
1253
+ issueIdOrKey: string,
1254
+ ): CancelablePromise<VoteBean> {
1255
+ return __request(OpenAPI, {
1256
+ method: 'GET',
1257
+ url: '/api/2/issue/{issueIdOrKey}/votes',
1258
+ path: {
1259
+ 'issueIdOrKey': issueIdOrKey,
1260
+ },
1261
+ errors: {
1262
+ 404: `Returned if the user cannot view the issue in question or voting is disabled.`,
1263
+ },
1264
+ });
1265
+ }
1266
+ /**
1267
+ * Add vote to issue
1268
+ * Adds voter (currently logged user) to particular ticket. You need to be logged in to use this method.
1269
+ * @param issueIdOrKey Issue id.
1270
+ * @returns any Returns the vote count for particular ticket.
1271
+ * @throws ApiError
1272
+ */
1273
+ public static addVote(
1274
+ issueIdOrKey: string,
1275
+ ): CancelablePromise<any> {
1276
+ return __request(OpenAPI, {
1277
+ method: 'POST',
1278
+ url: '/api/2/issue/{issueIdOrKey}/votes',
1279
+ path: {
1280
+ 'issueIdOrKey': issueIdOrKey,
1281
+ },
1282
+ errors: {
1283
+ 404: `Returned if the user cannot vote for any reason. (The user is the reporter, the user does not have permission to vote, voting is disabled in the instance, the issue does not exist, etc.)`,
1284
+ },
1285
+ });
1286
+ }
1287
+ /**
1288
+ * Remove vote from issue
1289
+ * Remove your vote from an issue.
1290
+ * @param issueIdOrKey Issue id or key
1291
+ * @returns void
1292
+ * @throws ApiError
1293
+ */
1294
+ public static removeVote(
1295
+ issueIdOrKey: string,
1296
+ ): CancelablePromise<void> {
1297
+ return __request(OpenAPI, {
1298
+ method: 'DELETE',
1299
+ url: '/api/2/issue/{issueIdOrKey}/votes',
1300
+ path: {
1301
+ 'issueIdOrKey': issueIdOrKey,
1302
+ },
1303
+ errors: {
1304
+ 404: `Returned if the user cannot remove a vote for any reason. (The user did not vote on the issue, the user is the reporter, voting is disabled, the issue does not exist, etc.)`,
1305
+ },
1306
+ });
1307
+ }
1308
+ /**
1309
+ * Get list of watchers of issue
1310
+ * Returns the list of watchers for the issue with the given key.
1311
+ * @param issueIdOrKey Issue id or key
1312
+ * @returns WatchersBean Returns the list of watchers for an issue.
1313
+ * @throws ApiError
1314
+ */
1315
+ public static getIssueWatchers(
1316
+ issueIdOrKey: string,
1317
+ ): CancelablePromise<WatchersBean> {
1318
+ return __request(OpenAPI, {
1319
+ method: 'GET',
1320
+ url: '/api/2/issue/{issueIdOrKey}/watchers',
1321
+ path: {
1322
+ 'issueIdOrKey': issueIdOrKey,
1323
+ },
1324
+ errors: {
1325
+ 404: `Returned if the requested issue is not found, or the user does not have permission to view it.`,
1326
+ },
1327
+ });
1328
+ }
1329
+ /**
1330
+ * Add a user as watcher
1331
+ * Adds a user to an issue's watcher list.
1332
+ * @param issueIdOrKey Issue id or key
1333
+ * @param userName The name of the user to add to the watcher list. If no name is specified, the current user is added.
1334
+ * @param requestBody
1335
+ * @returns void
1336
+ * @throws ApiError
1337
+ */
1338
+ public static addWatcher1(
1339
+ issueIdOrKey: string,
1340
+ userName?: string,
1341
+ requestBody?: string,
1342
+ ): CancelablePromise<void> {
1343
+ return __request(OpenAPI, {
1344
+ method: 'POST',
1345
+ url: '/api/2/issue/{issueIdOrKey}/watchers',
1346
+ path: {
1347
+ 'issueIdOrKey': issueIdOrKey,
1348
+ },
1349
+ query: {
1350
+ 'userName': userName,
1351
+ },
1352
+ body: requestBody,
1353
+ mediaType: 'application/json',
1354
+ errors: {
1355
+ 400: `Returned if a user name query parameter is not supplied.`,
1356
+ 401: `Returned if the calling user does not have permission to add the watcher to the issue's list of watchers.`,
1357
+ 404: `Returned if either the issue does not exist.`,
1358
+ },
1359
+ });
1360
+ }
1361
+ /**
1362
+ * Delete watcher from issue
1363
+ * Removes a user from an issue's watcher list.
1364
+ * @param issueIdOrKey Issue id or key
1365
+ * @param userName The name of the user to remove from the watcher list.
1366
+ * @param username
1367
+ * @returns void
1368
+ * @throws ApiError
1369
+ */
1370
+ public static removeWatcher1(
1371
+ issueIdOrKey: string,
1372
+ userName?: string,
1373
+ username?: string,
1374
+ ): CancelablePromise<void> {
1375
+ return __request(OpenAPI, {
1376
+ method: 'DELETE',
1377
+ url: '/api/2/issue/{issueIdOrKey}/watchers',
1378
+ path: {
1379
+ 'issueIdOrKey': issueIdOrKey,
1380
+ },
1381
+ query: {
1382
+ 'userName': userName,
1383
+ 'username': username,
1384
+ },
1385
+ errors: {
1386
+ 400: `Returned if a user name query parameter is not supplied.`,
1387
+ 401: `Returned if the calling user does not have permission to remove the watcher from the issue's list of watchers.`,
1388
+ 404: `Returned if either the issue does not exist.`,
1389
+ },
1390
+ });
1391
+ }
1392
+ /**
1393
+ * Get worklogs for an issue
1394
+ * Returns all work logs for an issue. Work logs won't be returned if the Log work field is hidden for the project.
1395
+ * @param issueIdOrKey Issue id or key
1396
+ * @returns WorklogWithPaginationBean Returns a collection of worklogs associated with the issue, with count and pagination information.
1397
+ * @throws ApiError
1398
+ */
1399
+ public static getIssueWorklog(
1400
+ issueIdOrKey: string,
1401
+ ): CancelablePromise<WorklogWithPaginationBean> {
1402
+ return __request(OpenAPI, {
1403
+ method: 'GET',
1404
+ url: '/api/2/issue/{issueIdOrKey}/worklog',
1405
+ path: {
1406
+ 'issueIdOrKey': issueIdOrKey,
1407
+ },
1408
+ errors: {
1409
+ 404: `Returned if the issue with the given id/key does not exist or if the currently authenticated user does not have permission to view it.`,
1410
+ },
1411
+ });
1412
+ }
1413
+ /**
1414
+ * Add a worklog entry
1415
+ * Adds a new worklog entry to an issue.
1416
+ * @param issueIdOrKey a string containing the issue id or key the worklog will be added to
1417
+ * @param newEstimate Required when 'new' is selected for adjustEstimate. e.g. "2d"
1418
+ * @param adjustEstimate Allows you to provide specific instructions to update the remaining time estimate of the issue. Valid values are: new, leave, manual, auto
1419
+ * @param reduceBy Required when 'manual' is selected for adjustEstimate. e.g. "2d"
1420
+ * @param requestBody Worklog create request
1421
+ * @returns worklog Returned if add was successful.
1422
+ * @throws ApiError
1423
+ */
1424
+ public static addWorklog(
1425
+ issueIdOrKey: string,
1426
+ newEstimate?: string,
1427
+ adjustEstimate?: string,
1428
+ reduceBy?: string,
1429
+ requestBody?: worklog,
1430
+ ): CancelablePromise<worklog> {
1431
+ return __request(OpenAPI, {
1432
+ method: 'POST',
1433
+ url: '/api/2/issue/{issueIdOrKey}/worklog',
1434
+ path: {
1435
+ 'issueIdOrKey': issueIdOrKey,
1436
+ },
1437
+ query: {
1438
+ 'newEstimate': newEstimate,
1439
+ 'adjustEstimate': adjustEstimate,
1440
+ 'reduceBy': reduceBy,
1441
+ },
1442
+ body: requestBody,
1443
+ mediaType: 'application/json',
1444
+ errors: {
1445
+ 400: `Returned if the input is invalid (e.g. missing required fields, invalid values, and so forth).`,
1446
+ 403: `Returned if the calling user does not have permission to add the worklog.`,
1447
+ },
1448
+ });
1449
+ }
1450
+ /**
1451
+ * Get a worklog by id
1452
+ * Returns a specific worklog. The work log won't be returned if the Log work field is hidden for the project.
1453
+ * @param issueIdOrKey Issue id or key
1454
+ * @param id Worklog id
1455
+ * @returns worklog Returns a response containing a worklog.
1456
+ * @throws ApiError
1457
+ */
1458
+ public static getWorklog(
1459
+ issueIdOrKey: string,
1460
+ id: string,
1461
+ ): CancelablePromise<worklog> {
1462
+ return __request(OpenAPI, {
1463
+ method: 'GET',
1464
+ url: '/api/2/issue/{issueIdOrKey}/worklog/{id}',
1465
+ path: {
1466
+ 'issueIdOrKey': issueIdOrKey,
1467
+ 'id': id,
1468
+ },
1469
+ errors: {
1470
+ 404: `Returned if the work log with the given id does not exist or if the currently authenticated user does not have permission to view it.`,
1471
+ },
1472
+ });
1473
+ }
1474
+ /**
1475
+ * Update a worklog entry
1476
+ * Updates an existing worklog entry. Note that:
1477
+ * - Fields possible for editing are: comment, visibility, started, timeSpent and timeSpentSeconds.
1478
+ * - Either timeSpent or timeSpentSeconds can be set.
1479
+ * - Fields which are not set will not be updated.
1480
+ * - For a request to be valid, it has to have at least one field change.
1481
+ * @param issueIdOrKey a string containing the issue id or key the worklog belongs to
1482
+ * @param id id of the worklog to be updated
1483
+ * @param newEstimate required when 'new' is selected for adjustEstimate
1484
+ * @param adjustEstimate allows you to provide specific instructions to update the remaining time estimate of the issue. Valid values are: new, leave, auto
1485
+ * @param requestBody Worklog update request
1486
+ * @returns worklog Returned if update was successful.
1487
+ * @throws ApiError
1488
+ */
1489
+ public static updateWorklog(
1490
+ issueIdOrKey: string,
1491
+ id: string,
1492
+ newEstimate?: string,
1493
+ adjustEstimate?: string,
1494
+ requestBody?: worklog,
1495
+ ): CancelablePromise<worklog> {
1496
+ return __request(OpenAPI, {
1497
+ method: 'PUT',
1498
+ url: '/api/2/issue/{issueIdOrKey}/worklog/{id}',
1499
+ path: {
1500
+ 'issueIdOrKey': issueIdOrKey,
1501
+ 'id': id,
1502
+ },
1503
+ query: {
1504
+ 'newEstimate': newEstimate,
1505
+ 'adjustEstimate': adjustEstimate,
1506
+ },
1507
+ body: requestBody,
1508
+ mediaType: 'application/json',
1509
+ errors: {
1510
+ 400: `Returned if the input is invalid (e.g. missing required fields, invalid values, and so forth).`,
1511
+ 403: `Returned if the calling user does not have permission to update the worklog.`,
1512
+ },
1513
+ });
1514
+ }
1515
+ /**
1516
+ * Delete a worklog entry
1517
+ * Deletes an existing worklog entry.
1518
+ * @param issueIdOrKey a string containing the issue id or key the worklog belongs to
1519
+ * @param id Id of the worklog to be deleted
1520
+ * @param newEstimate Required when 'new' is selected for adjustEstimate. e.g. "2d"
1521
+ * @param adjustEstimate Allows you to provide specific instructions to update the remaining time estimate of the issue. Valid values are: new, leave, manual, auto
1522
+ * @param increaseBy Required when 'manual' is selected for adjustEstimate. e.g. "2d"
1523
+ * @returns void
1524
+ * @throws ApiError
1525
+ */
1526
+ public static deleteWorklog(
1527
+ issueIdOrKey: string,
1528
+ id: string,
1529
+ newEstimate?: string,
1530
+ adjustEstimate?: string,
1531
+ increaseBy?: string,
1532
+ ): CancelablePromise<void> {
1533
+ return __request(OpenAPI, {
1534
+ method: 'DELETE',
1535
+ url: '/api/2/issue/{issueIdOrKey}/worklog/{id}',
1536
+ path: {
1537
+ 'issueIdOrKey': issueIdOrKey,
1538
+ 'id': id,
1539
+ },
1540
+ query: {
1541
+ 'newEstimate': newEstimate,
1542
+ 'adjustEstimate': adjustEstimate,
1543
+ 'increaseBy': increaseBy,
1544
+ },
1545
+ errors: {
1546
+ 400: `Returned if the input is invalid (e.g. missing required fields, invalid values, and so forth).`,
1547
+ 403: `Returned if the calling user does not have permission to delete the worklog.`,
1548
+ },
1549
+ });
1550
+ }
1551
+ }