@resolution/jira-api-client 0.3.0 → 0.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (318) hide show
  1. package/CHANGELOG.md +45 -0
  2. package/README.md +123 -1
  3. package/lib/openapi/platform/BaseJiraPlatformApiClient.d.ts +192 -4
  4. package/lib/openapi/platform/BaseJiraPlatformApiClient.js +192 -4
  5. package/lib/openapi/platform/BaseJiraPlatformApiClient.js.map +1 -1
  6. package/lib/openapi/platform/services/AnnouncementBannerService.d.ts +4 -0
  7. package/lib/openapi/platform/services/AnnouncementBannerService.js +4 -0
  8. package/lib/openapi/platform/services/AnnouncementBannerService.js.map +1 -1
  9. package/lib/openapi/platform/services/AppDataPoliciesService.d.ts +8 -2
  10. package/lib/openapi/platform/services/AppDataPoliciesService.js +8 -2
  11. package/lib/openapi/platform/services/AppDataPoliciesService.js.map +1 -1
  12. package/lib/openapi/platform/services/AppMigrationService.d.ts +5 -0
  13. package/lib/openapi/platform/services/AppMigrationService.js +5 -0
  14. package/lib/openapi/platform/services/AppMigrationService.js.map +1 -1
  15. package/lib/openapi/platform/services/AppPropertiesService.d.ts +8 -0
  16. package/lib/openapi/platform/services/AppPropertiesService.js +8 -0
  17. package/lib/openapi/platform/services/AppPropertiesService.js.map +1 -1
  18. package/lib/openapi/platform/services/ApplicationRolesService.d.ts +4 -0
  19. package/lib/openapi/platform/services/ApplicationRolesService.js +4 -0
  20. package/lib/openapi/platform/services/ApplicationRolesService.js.map +1 -1
  21. package/lib/openapi/platform/services/AuditRecordsService.d.ts +4 -1
  22. package/lib/openapi/platform/services/AuditRecordsService.js +4 -1
  23. package/lib/openapi/platform/services/AuditRecordsService.js.map +1 -1
  24. package/lib/openapi/platform/services/AvatarsService.d.ts +9 -0
  25. package/lib/openapi/platform/services/AvatarsService.js +9 -0
  26. package/lib/openapi/platform/services/AvatarsService.js.map +1 -1
  27. package/lib/openapi/platform/services/ClassificationLevelsService.d.ts +7 -2
  28. package/lib/openapi/platform/services/ClassificationLevelsService.js +7 -2
  29. package/lib/openapi/platform/services/ClassificationLevelsService.js.map +1 -1
  30. package/lib/openapi/platform/services/DashboardsService.d.ts +21 -2
  31. package/lib/openapi/platform/services/DashboardsService.js +21 -2
  32. package/lib/openapi/platform/services/DashboardsService.js.map +1 -1
  33. package/lib/openapi/platform/services/DynamicModulesService.d.ts +6 -1
  34. package/lib/openapi/platform/services/DynamicModulesService.js +6 -1
  35. package/lib/openapi/platform/services/DynamicModulesService.js.map +1 -1
  36. package/lib/openapi/platform/services/FilterSharingService.d.ts +8 -0
  37. package/lib/openapi/platform/services/FilterSharingService.js +8 -0
  38. package/lib/openapi/platform/services/FilterSharingService.js.map +1 -1
  39. package/lib/openapi/platform/services/FiltersService.d.ts +18 -3
  40. package/lib/openapi/platform/services/FiltersService.js +18 -3
  41. package/lib/openapi/platform/services/FiltersService.js.map +1 -1
  42. package/lib/openapi/platform/services/GroupAndUserPickerService.d.ts +3 -0
  43. package/lib/openapi/platform/services/GroupAndUserPickerService.js +3 -0
  44. package/lib/openapi/platform/services/GroupAndUserPickerService.js.map +1 -1
  45. package/lib/openapi/platform/services/GroupsService.d.ts +15 -5
  46. package/lib/openapi/platform/services/GroupsService.js +15 -5
  47. package/lib/openapi/platform/services/GroupsService.js.map +1 -1
  48. package/lib/openapi/platform/services/IssueAttachmentsService.d.ts +10 -0
  49. package/lib/openapi/platform/services/IssueAttachmentsService.js +10 -0
  50. package/lib/openapi/platform/services/IssueAttachmentsService.js.map +1 -1
  51. package/lib/openapi/platform/services/IssueCommentPropertiesService.d.ts +6 -0
  52. package/lib/openapi/platform/services/IssueCommentPropertiesService.js +6 -0
  53. package/lib/openapi/platform/services/IssueCommentPropertiesService.js.map +1 -1
  54. package/lib/openapi/platform/services/IssueCommentsService.d.ts +8 -0
  55. package/lib/openapi/platform/services/IssueCommentsService.js +8 -0
  56. package/lib/openapi/platform/services/IssueCommentsService.js.map +1 -1
  57. package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.d.ts +4 -0
  58. package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.js +4 -0
  59. package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.js.map +1 -1
  60. package/lib/openapi/platform/services/IssueCustomFieldContextsService.d.ts +15 -0
  61. package/lib/openapi/platform/services/IssueCustomFieldContextsService.js +15 -0
  62. package/lib/openapi/platform/services/IssueCustomFieldContextsService.js.map +1 -1
  63. package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.d.ts +10 -0
  64. package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.js +10 -0
  65. package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.js.map +1 -1
  66. package/lib/openapi/platform/services/IssueCustomFieldOptionsService.d.ts +9 -0
  67. package/lib/openapi/platform/services/IssueCustomFieldOptionsService.js +9 -0
  68. package/lib/openapi/platform/services/IssueCustomFieldOptionsService.js.map +1 -1
  69. package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.d.ts +4 -0
  70. package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js +4 -0
  71. package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js.map +1 -1
  72. package/lib/openapi/platform/services/IssueFieldConfigurationsService.d.ts +20 -3
  73. package/lib/openapi/platform/services/IssueFieldConfigurationsService.js +20 -3
  74. package/lib/openapi/platform/services/IssueFieldConfigurationsService.js.map +1 -1
  75. package/lib/openapi/platform/services/IssueFieldsService.d.ts +13 -2
  76. package/lib/openapi/platform/services/IssueFieldsService.js +13 -2
  77. package/lib/openapi/platform/services/IssueFieldsService.js.map +1 -1
  78. package/lib/openapi/platform/services/IssueLinkTypesService.d.ts +7 -0
  79. package/lib/openapi/platform/services/IssueLinkTypesService.js +7 -0
  80. package/lib/openapi/platform/services/IssueLinkTypesService.js.map +1 -1
  81. package/lib/openapi/platform/services/IssueLinksService.d.ts +5 -0
  82. package/lib/openapi/platform/services/IssueLinksService.js +5 -0
  83. package/lib/openapi/platform/services/IssueLinksService.js.map +1 -1
  84. package/lib/openapi/platform/services/IssueNavigatorSettingsService.d.ts +4 -0
  85. package/lib/openapi/platform/services/IssueNavigatorSettingsService.js +4 -0
  86. package/lib/openapi/platform/services/IssueNavigatorSettingsService.js.map +1 -1
  87. package/lib/openapi/platform/services/IssueNotificationSchemesService.d.ts +12 -2
  88. package/lib/openapi/platform/services/IssueNotificationSchemesService.js +12 -2
  89. package/lib/openapi/platform/services/IssueNotificationSchemesService.js.map +1 -1
  90. package/lib/openapi/platform/services/IssuePrioritiesService.d.ts +11 -1
  91. package/lib/openapi/platform/services/IssuePrioritiesService.js +11 -1
  92. package/lib/openapi/platform/services/IssuePrioritiesService.js.map +1 -1
  93. package/lib/openapi/platform/services/IssuePropertiesService.d.ts +10 -0
  94. package/lib/openapi/platform/services/IssuePropertiesService.js +10 -0
  95. package/lib/openapi/platform/services/IssuePropertiesService.js.map +1 -1
  96. package/lib/openapi/platform/services/IssueRemoteLinksService.d.ts +8 -0
  97. package/lib/openapi/platform/services/IssueRemoteLinksService.js +8 -0
  98. package/lib/openapi/platform/services/IssueRemoteLinksService.js.map +1 -1
  99. package/lib/openapi/platform/services/IssueResolutionsService.d.ts +11 -1
  100. package/lib/openapi/platform/services/IssueResolutionsService.js +11 -1
  101. package/lib/openapi/platform/services/IssueResolutionsService.js.map +1 -1
  102. package/lib/openapi/platform/services/IssueSearchService.d.ts +9 -2
  103. package/lib/openapi/platform/services/IssueSearchService.js +9 -2
  104. package/lib/openapi/platform/services/IssueSearchService.js.map +1 -1
  105. package/lib/openapi/platform/services/IssueSecurityLevelService.d.ts +4 -0
  106. package/lib/openapi/platform/services/IssueSecurityLevelService.js +4 -0
  107. package/lib/openapi/platform/services/IssueSecurityLevelService.js.map +1 -1
  108. package/lib/openapi/platform/services/IssueSecuritySchemesService.d.ts +22 -4
  109. package/lib/openapi/platform/services/IssueSecuritySchemesService.js +22 -4
  110. package/lib/openapi/platform/services/IssueSecuritySchemesService.js.map +1 -1
  111. package/lib/openapi/platform/services/IssueTypePropertiesService.d.ts +6 -0
  112. package/lib/openapi/platform/services/IssueTypePropertiesService.js +6 -0
  113. package/lib/openapi/platform/services/IssueTypePropertiesService.js.map +1 -1
  114. package/lib/openapi/platform/services/IssueTypeSchemesService.d.ts +14 -2
  115. package/lib/openapi/platform/services/IssueTypeSchemesService.js +14 -2
  116. package/lib/openapi/platform/services/IssueTypeSchemesService.js.map +1 -1
  117. package/lib/openapi/platform/services/IssueTypeScreenSchemesService.d.ts +15 -2
  118. package/lib/openapi/platform/services/IssueTypeScreenSchemesService.js +15 -2
  119. package/lib/openapi/platform/services/IssueTypeScreenSchemesService.js.map +1 -1
  120. package/lib/openapi/platform/services/IssueTypesService.d.ts +10 -0
  121. package/lib/openapi/platform/services/IssueTypesService.js +10 -0
  122. package/lib/openapi/platform/services/IssueTypesService.js.map +1 -1
  123. package/lib/openapi/platform/services/IssueVotesService.d.ts +5 -0
  124. package/lib/openapi/platform/services/IssueVotesService.js +5 -0
  125. package/lib/openapi/platform/services/IssueVotesService.js.map +1 -1
  126. package/lib/openapi/platform/services/IssueWatchersService.d.ts +6 -0
  127. package/lib/openapi/platform/services/IssueWatchersService.js +6 -0
  128. package/lib/openapi/platform/services/IssueWatchersService.js.map +1 -1
  129. package/lib/openapi/platform/services/IssueWorklogPropertiesService.d.ts +6 -0
  130. package/lib/openapi/platform/services/IssueWorklogPropertiesService.js +6 -0
  131. package/lib/openapi/platform/services/IssueWorklogPropertiesService.js.map +1 -1
  132. package/lib/openapi/platform/services/IssueWorklogsService.d.ts +12 -2
  133. package/lib/openapi/platform/services/IssueWorklogsService.js +12 -2
  134. package/lib/openapi/platform/services/IssueWorklogsService.js.map +1 -1
  135. package/lib/openapi/platform/services/IssuesService.d.ts +24 -1
  136. package/lib/openapi/platform/services/IssuesService.js +24 -1
  137. package/lib/openapi/platform/services/IssuesService.js.map +1 -1
  138. package/lib/openapi/platform/services/JiraExpressionsService.d.ts +4 -0
  139. package/lib/openapi/platform/services/JiraExpressionsService.js +4 -0
  140. package/lib/openapi/platform/services/JiraExpressionsService.js.map +1 -1
  141. package/lib/openapi/platform/services/JiraSettingsService.d.ts +7 -1
  142. package/lib/openapi/platform/services/JiraSettingsService.js +7 -1
  143. package/lib/openapi/platform/services/JiraSettingsService.js.map +1 -1
  144. package/lib/openapi/platform/services/JqlFunctionsAppsService.d.ts +5 -1
  145. package/lib/openapi/platform/services/JqlFunctionsAppsService.js +5 -1
  146. package/lib/openapi/platform/services/JqlFunctionsAppsService.js.map +1 -1
  147. package/lib/openapi/platform/services/JqlService.d.ts +9 -1
  148. package/lib/openapi/platform/services/JqlService.js +9 -1
  149. package/lib/openapi/platform/services/JqlService.js.map +1 -1
  150. package/lib/openapi/platform/services/LabelsService.d.ts +4 -1
  151. package/lib/openapi/platform/services/LabelsService.js +4 -1
  152. package/lib/openapi/platform/services/LabelsService.js.map +1 -1
  153. package/lib/openapi/platform/services/LicenseMetricsService.d.ts +5 -0
  154. package/lib/openapi/platform/services/LicenseMetricsService.js +5 -0
  155. package/lib/openapi/platform/services/LicenseMetricsService.js.map +1 -1
  156. package/lib/openapi/platform/services/MyselfService.d.ts +10 -1
  157. package/lib/openapi/platform/services/MyselfService.js +10 -1
  158. package/lib/openapi/platform/services/MyselfService.js.map +1 -1
  159. package/lib/openapi/platform/services/PermissionSchemesService.d.ts +12 -1
  160. package/lib/openapi/platform/services/PermissionSchemesService.js +12 -1
  161. package/lib/openapi/platform/services/PermissionSchemesService.js.map +1 -1
  162. package/lib/openapi/platform/services/PermissionsService.d.ts +7 -1
  163. package/lib/openapi/platform/services/PermissionsService.js +7 -1
  164. package/lib/openapi/platform/services/PermissionsService.js.map +1 -1
  165. package/lib/openapi/platform/services/PrioritySchemesService.d.ts +11 -1
  166. package/lib/openapi/platform/services/PrioritySchemesService.js +11 -1
  167. package/lib/openapi/platform/services/PrioritySchemesService.js.map +1 -1
  168. package/lib/openapi/platform/services/ProjectAvatarsService.d.ts +6 -0
  169. package/lib/openapi/platform/services/ProjectAvatarsService.js +6 -0
  170. package/lib/openapi/platform/services/ProjectAvatarsService.js.map +1 -1
  171. package/lib/openapi/platform/services/ProjectCategoriesService.d.ts +7 -0
  172. package/lib/openapi/platform/services/ProjectCategoriesService.js +7 -0
  173. package/lib/openapi/platform/services/ProjectCategoriesService.js.map +1 -1
  174. package/lib/openapi/platform/services/ProjectClassificationLevelsService.d.ts +5 -0
  175. package/lib/openapi/platform/services/ProjectClassificationLevelsService.js +5 -0
  176. package/lib/openapi/platform/services/ProjectClassificationLevelsService.js.map +1 -1
  177. package/lib/openapi/platform/services/ProjectComponentsService.d.ts +11 -1
  178. package/lib/openapi/platform/services/ProjectComponentsService.js +11 -1
  179. package/lib/openapi/platform/services/ProjectComponentsService.js.map +1 -1
  180. package/lib/openapi/platform/services/ProjectEmailService.d.ts +4 -0
  181. package/lib/openapi/platform/services/ProjectEmailService.js +4 -0
  182. package/lib/openapi/platform/services/ProjectEmailService.js.map +1 -1
  183. package/lib/openapi/platform/services/ProjectFeaturesService.d.ts +4 -0
  184. package/lib/openapi/platform/services/ProjectFeaturesService.js +4 -0
  185. package/lib/openapi/platform/services/ProjectFeaturesService.js.map +1 -1
  186. package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.d.ts +10 -3
  187. package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.js +10 -3
  188. package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.js.map +1 -1
  189. package/lib/openapi/platform/services/ProjectPermissionSchemesService.d.ts +6 -0
  190. package/lib/openapi/platform/services/ProjectPermissionSchemesService.js +6 -0
  191. package/lib/openapi/platform/services/ProjectPermissionSchemesService.js.map +1 -1
  192. package/lib/openapi/platform/services/ProjectPropertiesService.d.ts +6 -0
  193. package/lib/openapi/platform/services/ProjectPropertiesService.js +6 -0
  194. package/lib/openapi/platform/services/ProjectPropertiesService.js.map +1 -1
  195. package/lib/openapi/platform/services/ProjectRoleActorsService.d.ts +8 -0
  196. package/lib/openapi/platform/services/ProjectRoleActorsService.js +8 -0
  197. package/lib/openapi/platform/services/ProjectRoleActorsService.js.map +1 -1
  198. package/lib/openapi/platform/services/ProjectRolesService.d.ts +11 -0
  199. package/lib/openapi/platform/services/ProjectRolesService.js +11 -0
  200. package/lib/openapi/platform/services/ProjectRolesService.js.map +1 -1
  201. package/lib/openapi/platform/services/ProjectTypesService.d.ts +6 -0
  202. package/lib/openapi/platform/services/ProjectTypesService.js +6 -0
  203. package/lib/openapi/platform/services/ProjectTypesService.js.map +1 -1
  204. package/lib/openapi/platform/services/ProjectVersionsService.d.ts +17 -0
  205. package/lib/openapi/platform/services/ProjectVersionsService.js +17 -0
  206. package/lib/openapi/platform/services/ProjectVersionsService.js.map +1 -1
  207. package/lib/openapi/platform/services/ProjectsService.d.ts +18 -3
  208. package/lib/openapi/platform/services/ProjectsService.js +18 -3
  209. package/lib/openapi/platform/services/ProjectsService.js.map +1 -1
  210. package/lib/openapi/platform/services/ScreenSchemesService.d.ts +7 -1
  211. package/lib/openapi/platform/services/ScreenSchemesService.js +7 -1
  212. package/lib/openapi/platform/services/ScreenSchemesService.js.map +1 -1
  213. package/lib/openapi/platform/services/ScreenTabFieldsService.d.ts +6 -0
  214. package/lib/openapi/platform/services/ScreenTabFieldsService.js +6 -0
  215. package/lib/openapi/platform/services/ScreenTabFieldsService.js.map +1 -1
  216. package/lib/openapi/platform/services/ScreenTabsService.d.ts +9 -1
  217. package/lib/openapi/platform/services/ScreenTabsService.js +9 -1
  218. package/lib/openapi/platform/services/ScreenTabsService.js.map +1 -1
  219. package/lib/openapi/platform/services/ScreensService.d.ts +10 -1
  220. package/lib/openapi/platform/services/ScreensService.js +10 -1
  221. package/lib/openapi/platform/services/ScreensService.js.map +1 -1
  222. package/lib/openapi/platform/services/ServerInfoService.d.ts +6 -1
  223. package/lib/openapi/platform/services/ServerInfoService.js +6 -1
  224. package/lib/openapi/platform/services/ServerInfoService.js.map +1 -1
  225. package/lib/openapi/platform/services/ServiceRegistryService.d.ts +3 -0
  226. package/lib/openapi/platform/services/ServiceRegistryService.js +3 -0
  227. package/lib/openapi/platform/services/ServiceRegistryService.js.map +1 -1
  228. package/lib/openapi/platform/services/StatusService.d.ts +8 -1
  229. package/lib/openapi/platform/services/StatusService.js +8 -1
  230. package/lib/openapi/platform/services/StatusService.js.map +1 -1
  231. package/lib/openapi/platform/services/TasksService.d.ts +4 -0
  232. package/lib/openapi/platform/services/TasksService.js +4 -0
  233. package/lib/openapi/platform/services/TasksService.js.map +1 -1
  234. package/lib/openapi/platform/services/TimeTrackingService.d.ts +7 -0
  235. package/lib/openapi/platform/services/TimeTrackingService.js +7 -0
  236. package/lib/openapi/platform/services/TimeTrackingService.js.map +1 -1
  237. package/lib/openapi/platform/services/UiModificationsAppsService.d.ts +7 -1
  238. package/lib/openapi/platform/services/UiModificationsAppsService.js +7 -1
  239. package/lib/openapi/platform/services/UiModificationsAppsService.js.map +1 -1
  240. package/lib/openapi/platform/services/UserPropertiesService.d.ts +7 -1
  241. package/lib/openapi/platform/services/UserPropertiesService.js +7 -1
  242. package/lib/openapi/platform/services/UserPropertiesService.js.map +1 -1
  243. package/lib/openapi/platform/services/UserSearchService.d.ts +13 -3
  244. package/lib/openapi/platform/services/UserSearchService.js +13 -3
  245. package/lib/openapi/platform/services/UserSearchService.js.map +1 -1
  246. package/lib/openapi/platform/services/UsersService.d.ts +21 -6
  247. package/lib/openapi/platform/services/UsersService.js +21 -6
  248. package/lib/openapi/platform/services/UsersService.js.map +1 -1
  249. package/lib/openapi/platform/services/WebhooksService.d.ts +9 -2
  250. package/lib/openapi/platform/services/WebhooksService.js +9 -2
  251. package/lib/openapi/platform/services/WebhooksService.js.map +1 -1
  252. package/lib/openapi/platform/services/WorkflowSchemeDraftsService.d.ts +16 -0
  253. package/lib/openapi/platform/services/WorkflowSchemeDraftsService.js +16 -0
  254. package/lib/openapi/platform/services/WorkflowSchemeDraftsService.js.map +1 -1
  255. package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.d.ts +4 -0
  256. package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.js +4 -0
  257. package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.js.map +1 -1
  258. package/lib/openapi/platform/services/WorkflowSchemesService.d.ts +20 -1
  259. package/lib/openapi/platform/services/WorkflowSchemesService.js +20 -1
  260. package/lib/openapi/platform/services/WorkflowSchemesService.js.map +1 -1
  261. package/lib/openapi/platform/services/WorkflowStatusCategoriesService.d.ts +4 -0
  262. package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js +4 -0
  263. package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js.map +1 -1
  264. package/lib/openapi/platform/services/WorkflowStatusesService.d.ts +4 -0
  265. package/lib/openapi/platform/services/WorkflowStatusesService.js +4 -0
  266. package/lib/openapi/platform/services/WorkflowStatusesService.js.map +1 -1
  267. package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.d.ts +6 -0
  268. package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js +6 -0
  269. package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js.map +1 -1
  270. package/lib/openapi/platform/services/WorkflowTransitionRulesService.d.ts +5 -0
  271. package/lib/openapi/platform/services/WorkflowTransitionRulesService.js +5 -0
  272. package/lib/openapi/platform/services/WorkflowTransitionRulesService.js.map +1 -1
  273. package/lib/openapi/platform/services/WorkflowsService.d.ts +15 -3
  274. package/lib/openapi/platform/services/WorkflowsService.js +15 -3
  275. package/lib/openapi/platform/services/WorkflowsService.js.map +1 -1
  276. package/lib/openapi/software/BaseJiraSoftwareApiClient.d.ts +41 -5
  277. package/lib/openapi/software/BaseJiraSoftwareApiClient.js +41 -5
  278. package/lib/openapi/software/BaseJiraSoftwareApiClient.js.map +1 -1
  279. package/lib/openapi/software/services/BacklogService.d.ts +7 -1
  280. package/lib/openapi/software/services/BacklogService.js +7 -1
  281. package/lib/openapi/software/services/BacklogService.js.map +1 -1
  282. package/lib/openapi/software/services/BoardService.d.ts +32 -2
  283. package/lib/openapi/software/services/BoardService.js +32 -2
  284. package/lib/openapi/software/services/BoardService.js.map +1 -1
  285. package/lib/openapi/software/services/BuildsService.d.ts +6 -0
  286. package/lib/openapi/software/services/BuildsService.js +6 -0
  287. package/lib/openapi/software/services/BuildsService.js.map +1 -1
  288. package/lib/openapi/software/services/DeploymentsService.d.ts +7 -0
  289. package/lib/openapi/software/services/DeploymentsService.js +7 -0
  290. package/lib/openapi/software/services/DeploymentsService.js.map +1 -1
  291. package/lib/openapi/software/services/DevOpsComponentsService.d.ts +6 -0
  292. package/lib/openapi/software/services/DevOpsComponentsService.js +6 -0
  293. package/lib/openapi/software/services/DevOpsComponentsService.js.map +1 -1
  294. package/lib/openapi/software/services/DevelopmentInformationService.d.ts +8 -0
  295. package/lib/openapi/software/services/DevelopmentInformationService.js +8 -0
  296. package/lib/openapi/software/services/DevelopmentInformationService.js.map +1 -1
  297. package/lib/openapi/software/services/EpicService.d.ts +13 -2
  298. package/lib/openapi/software/services/EpicService.js +13 -2
  299. package/lib/openapi/software/services/EpicService.js.map +1 -1
  300. package/lib/openapi/software/services/FeatureFlagsService.d.ts +6 -0
  301. package/lib/openapi/software/services/FeatureFlagsService.js +6 -0
  302. package/lib/openapi/software/services/FeatureFlagsService.js.map +1 -1
  303. package/lib/openapi/software/services/IssueService.d.ts +9 -1
  304. package/lib/openapi/software/services/IssueService.js +9 -1
  305. package/lib/openapi/software/services/IssueService.js.map +1 -1
  306. package/lib/openapi/software/services/OperationsService.d.ts +11 -0
  307. package/lib/openapi/software/services/OperationsService.js +11 -0
  308. package/lib/openapi/software/services/OperationsService.js.map +1 -1
  309. package/lib/openapi/software/services/RemoteLinksService.d.ts +6 -0
  310. package/lib/openapi/software/services/RemoteLinksService.js +6 -0
  311. package/lib/openapi/software/services/RemoteLinksService.js.map +1 -1
  312. package/lib/openapi/software/services/SecurityInformationService.d.ts +10 -0
  313. package/lib/openapi/software/services/SecurityInformationService.js +10 -0
  314. package/lib/openapi/software/services/SecurityInformationService.js.map +1 -1
  315. package/lib/openapi/software/services/SprintService.d.ts +17 -1
  316. package/lib/openapi/software/services/SprintService.js +17 -1
  317. package/lib/openapi/software/services/SprintService.js.map +1 -1
  318. package/package.json +4 -4
@@ -8,6 +8,8 @@ import { type IssueLinkTypes } from "../models/issueLinkTypes";
8
8
  *
9
9
  * To use it, the site must have [issue
10
10
  * linking](https://confluence.atlassian.com/x/yoXKM) enabled.
11
+ *
12
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-link-types
11
13
  */
12
14
  export declare class IssueLinkTypesService extends CommonHttpService {
13
15
  /**
@@ -33,6 +35,7 @@ export declare class IssueLinkTypesService extends CommonHttpService {
33
35
  * @path {POST} /rest/api/3/issueLinkType
34
36
  * @scopes-current manage:jira-configuration
35
37
  * @scopes-beta write:issue-link-type:jira
38
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-link-types#api-rest-api-3-issuelinktype-post
36
39
  */
37
40
  createIssueLinkType({ issueLinkType, }: {
38
41
  /**
@@ -56,6 +59,7 @@ export declare class IssueLinkTypesService extends CommonHttpService {
56
59
  * @path {DELETE} /rest/api/3/issueLinkType/{issueLinkTypeId}
57
60
  * @scopes-current manage:jira-configuration
58
61
  * @scopes-beta delete:issue-link-type:jira
62
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-link-types#api-rest-api-3-issuelinktype-issuelinktypeid-delete
59
63
  */
60
64
  deleteIssueLinkType({ issueLinkTypeId, }: {
61
65
  /** The ID of the issue link type. */
@@ -85,6 +89,7 @@ export declare class IssueLinkTypesService extends CommonHttpService {
85
89
  * @path {GET} /rest/api/3/issueLinkType/{issueLinkTypeId}
86
90
  * @scopes-current read:jira-work
87
91
  * @scopes-beta read:issue-link-type:jira
92
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-link-types#api-rest-api-3-issuelinktype-issuelinktypeid-get
88
93
  */
89
94
  getIssueLinkType({ issueLinkTypeId, }: {
90
95
  /** The ID of the issue link type. */
@@ -125,6 +130,7 @@ export declare class IssueLinkTypesService extends CommonHttpService {
125
130
  * @path {GET} /rest/api/3/issueLinkType
126
131
  * @scopes-current read:jira-work
127
132
  * @scopes-beta read:issue-link-type:jira
133
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-link-types#api-rest-api-3-issuelinktype-get
128
134
  */
129
135
  getIssueLinkTypes(): Promise<IssueLinkTypes>;
130
136
  /**
@@ -148,6 +154,7 @@ export declare class IssueLinkTypesService extends CommonHttpService {
148
154
  * @path {PUT} /rest/api/3/issueLinkType/{issueLinkTypeId}
149
155
  * @scopes-current manage:jira-configuration
150
156
  * @scopes-beta read:issue-link-type:jira, write:issue-link-type:jira
157
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-link-types#api-rest-api-3-issuelinktype-issuelinktypeid-put
151
158
  */
152
159
  updateIssueLinkType({ issueLinkTypeId, issueLinkType, }: {
153
160
  /** The ID of the issue link type. */
@@ -17,6 +17,8 @@ const validationSchemaStorage_1 = require("../validationSchemaStorage");
17
17
  *
18
18
  * To use it, the site must have [issue
19
19
  * linking](https://confluence.atlassian.com/x/yoXKM) enabled.
20
+ *
21
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-link-types
20
22
  */
21
23
  class IssueLinkTypesService extends CommonHttpService_1.CommonHttpService {
22
24
  /**
@@ -42,6 +44,7 @@ class IssueLinkTypesService extends CommonHttpService_1.CommonHttpService {
42
44
  * @path {POST} /rest/api/3/issueLinkType
43
45
  * @scopes-current manage:jira-configuration
44
46
  * @scopes-beta write:issue-link-type:jira
47
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-link-types#api-rest-api-3-issuelinktype-post
45
48
  */
46
49
  createIssueLinkType({ issueLinkType, }) {
47
50
  return this.getClientInstance()
@@ -74,6 +77,7 @@ class IssueLinkTypesService extends CommonHttpService_1.CommonHttpService {
74
77
  * @path {DELETE} /rest/api/3/issueLinkType/{issueLinkTypeId}
75
78
  * @scopes-current manage:jira-configuration
76
79
  * @scopes-beta delete:issue-link-type:jira
80
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-link-types#api-rest-api-3-issuelinktype-issuelinktypeid-delete
77
81
  */
78
82
  deleteIssueLinkType({ issueLinkTypeId, }) {
79
83
  return this.getClientInstance()
@@ -110,6 +114,7 @@ class IssueLinkTypesService extends CommonHttpService_1.CommonHttpService {
110
114
  * @path {GET} /rest/api/3/issueLinkType/{issueLinkTypeId}
111
115
  * @scopes-current read:jira-work
112
116
  * @scopes-beta read:issue-link-type:jira
117
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-link-types#api-rest-api-3-issuelinktype-issuelinktypeid-get
113
118
  */
114
119
  getIssueLinkType({ issueLinkTypeId, }) {
115
120
  return this.getClientInstance()
@@ -164,6 +169,7 @@ class IssueLinkTypesService extends CommonHttpService_1.CommonHttpService {
164
169
  * @path {GET} /rest/api/3/issueLinkType
165
170
  * @scopes-current read:jira-work
166
171
  * @scopes-beta read:issue-link-type:jira
172
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-link-types#api-rest-api-3-issuelinktype-get
167
173
  */
168
174
  getIssueLinkTypes() {
169
175
  return this.getClientInstance()
@@ -201,6 +207,7 @@ class IssueLinkTypesService extends CommonHttpService_1.CommonHttpService {
201
207
  * @path {PUT} /rest/api/3/issueLinkType/{issueLinkTypeId}
202
208
  * @scopes-current manage:jira-configuration
203
209
  * @scopes-beta read:issue-link-type:jira, write:issue-link-type:jira
210
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-link-types#api-rest-api-3-issuelinktype-issuelinktypeid-put
204
211
  */
205
212
  updateIssueLinkType({ issueLinkTypeId, issueLinkType, }) {
206
213
  return this.getClientInstance()
@@ -1 +1 @@
1
- {"version":3,"file":"IssueLinkTypesService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/IssueLinkTypesService.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"IssueLinkTypesService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/IssueLinkTypesService.ts"],"names":[],"mappings":"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"}
@@ -6,6 +6,8 @@ import { type IssueLink, type LinkIssueRequestJsonBean } from "../models/issueLi
6
6
  *
7
7
  * To use it, the site must have [issue
8
8
  * linking](https://confluence.atlassian.com/x/yoXKM) enabled.
9
+ *
10
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-links
9
11
  */
10
12
  export declare class IssueLinksService extends CommonHttpService {
11
13
  /**
@@ -27,6 +29,7 @@ export declare class IssueLinksService extends CommonHttpService {
27
29
  * @path {DELETE} /rest/api/3/issueLink/{linkId}
28
30
  * @scopes-current write:jira-work
29
31
  * @scopes-beta delete:issue-link:jira
32
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-links#api-rest-api-3-issuelink-linkid-delete
30
33
  */
31
34
  deleteIssueLink({ linkId, }: {
32
35
  /** The ID of the issue link. */
@@ -154,6 +157,7 @@ export declare class IssueLinksService extends CommonHttpService {
154
157
  * read:issue-type:jira, read:priority:jira, read:status:jira, read:avatar:jira,
155
158
  * read:issue.time-tracking:jira, read:project-category:jira, read:project:jira,
156
159
  * read:user:jira
160
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-links#api-rest-api-3-issuelink-linkid-get
157
161
  */
158
162
  getIssueLink({ linkId, }: {
159
163
  /** The ID of the issue link. */
@@ -192,6 +196,7 @@ export declare class IssueLinksService extends CommonHttpService {
192
196
  * @path {POST} /rest/api/3/issueLink
193
197
  * @scopes-current write:jira-work
194
198
  * @scopes-beta write:comment:jira, write:issue:jira, write:issue-link:jira
199
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-links#api-rest-api-3-issuelink-post
195
200
  */
196
201
  linkIssues({ linkIssueRequestJsonBean, }: {
197
202
  /**
@@ -15,6 +15,8 @@ const validationSchemaStorage_1 = require("../validationSchemaStorage");
15
15
  *
16
16
  * To use it, the site must have [issue
17
17
  * linking](https://confluence.atlassian.com/x/yoXKM) enabled.
18
+ *
19
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-links
18
20
  */
19
21
  class IssueLinksService extends CommonHttpService_1.CommonHttpService {
20
22
  /**
@@ -36,6 +38,7 @@ class IssueLinksService extends CommonHttpService_1.CommonHttpService {
36
38
  * @path {DELETE} /rest/api/3/issueLink/{linkId}
37
39
  * @scopes-current write:jira-work
38
40
  * @scopes-beta delete:issue-link:jira
41
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-links#api-rest-api-3-issuelink-linkid-delete
39
42
  */
40
43
  deleteIssueLink({ linkId, }) {
41
44
  return this.getClientInstance()
@@ -170,6 +173,7 @@ class IssueLinksService extends CommonHttpService_1.CommonHttpService {
170
173
  * read:issue-type:jira, read:priority:jira, read:status:jira, read:avatar:jira,
171
174
  * read:issue.time-tracking:jira, read:project-category:jira, read:project:jira,
172
175
  * read:user:jira
176
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-links#api-rest-api-3-issuelink-linkid-get
173
177
  */
174
178
  getIssueLink({ linkId, }) {
175
179
  return this.getClientInstance()
@@ -222,6 +226,7 @@ class IssueLinksService extends CommonHttpService_1.CommonHttpService {
222
226
  * @path {POST} /rest/api/3/issueLink
223
227
  * @scopes-current write:jira-work
224
228
  * @scopes-beta write:comment:jira, write:issue:jira, write:issue-link:jira
229
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-links#api-rest-api-3-issuelink-post
225
230
  */
226
231
  linkIssues({ linkIssueRequestJsonBean, }) {
227
232
  return this.getClientInstance()
@@ -1 +1 @@
1
- {"version":3,"file":"IssueLinksService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/IssueLinksService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,qDAI8B;AAC9B,wEAAqE;AACrE;;;;;;GAMG;AACH,MAAa,iBAAkB,SAAQ,qCAAiB;IACtD;;;;;;;;;;;;;;;;;;;OAmBG;IACH,eAAe,CAAC,EACd,MAAM,GAIP;QACC,OAAO,IAAI,CAAC,iBAAiB,EAAE;aAC5B,OAAO,CAAC;YACP,IAAI,EAAE,gCAAgC;YACtC,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE;gBACV,MAAM;aACP;SACF,CAAC;aACD,IAAI,CAAC,gBAAgB,CAAC,aAAa,CAAC,CAAC;IAC1C,CAAC;IACD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA0HG;IACH,YAAY,CAAC,EACX,MAAM,GAIP;QACC,OAAO,IAAI,CAAC,iBAAiB,EAAE;aAC5B,OAAO,CAAC;YACP,IAAI,EAAE,gCAAgC;YACtC,MAAM,EAAE,KAAK;YACb,UAAU,EAAE;gBACV,MAAM;aACP;SACF,CAAC;aACD,IAAI,CACH,IAAI,CAAC,iBAAiB,EAAE,CAAC,eAAe,CAAC;YACvC,GAAG,EAAE;gBACH,kBAAkB,EAAE,MAAM;aAC3B;SACF,CAAC,CACH;aACA,IAAI,CACH,gBAAgB,CAAC,YAAY,EAIzB,CACL;aACA,IAAI,CACH,iDAAuB,CAAC,SAAS,CAC/B,yCAAyC,CAC1C,CACF;aACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;IACpC,CAAC;IACD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAiCG;IACH,UAAU,CAAC,EACT,wBAAwB,GAwCzB;QACC,OAAO,IAAI,CAAC,iBAAiB,EAAE;aAC5B,OAAO,CAAC;YACP,IAAI,EAAE,uBAAuB;YAC7B,MAAM,EAAE,MAAM;YACd,OAAO,EAAE;gBACP,cAAc,EAAE,kBAAkB;aACnC;YACD,IAAI,EAAE,wBAAwB;SAC/B,CAAC;aACD,IAAI,CACH,IAAI,CAAC,iBAAiB,EAAE,CAAC,eAAe,CAAC;YACvC,GAAG,EAAE;gBACH,kBAAkB,EAAE,MAAM;aAC3B;SACF,CAAC,CACH;aACA,IAAI,CACH,gBAAgB,CAAC,YAAY,EAIzB,CACL;aACA,IAAI,CACH,iDAAuB,CAAC,SAAS,CAC/B,uCAAuC,CACxC,CACF;aACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;IACpC,CAAC;IACD,MAAM,CAAC,UAAU;QACf,iDAAuB,CAAC,kBAAkB,CACxC,uCAAuC,EACvC,OAAC;aACE,MAAM,CAAC;YACN,MAAM,EAAE,OAAC,CAAC,OAAO,CAAC,GAAG,CAAC;YACtB,SAAS,EAAE,OAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;YACxC,IAAI,EAAE,OAAC,CAAC,OAAO,EAAE;SAClB,CAAC;aACD,QAAQ,CAAC,uCAAuC,CAAC,CACrD,CAAC;QACF,iDAAuB,CAAC,kBAAkB,CACxC,yCAAyC,EACzC,OAAC;aACE,MAAM,CAAC;YACN,MAAM,EAAE,OAAC,CAAC,OAAO,CAAC,GAAG,CAAC;YACtB,SAAS,EAAE,OAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;YACxC,IAAI,EAAE,iDAAuB,CAAC,IAAI,CAAC,WAAW,CAAC;SAChD,CAAC;aACD,QAAQ,CAAC,yCAAyC,CAAC,CACvD,CAAC;QACF,iDAAuB,CAAC,YAAY,CAAC,CAAC,gDAAmC,CAAC,CAAC,CAAC;IAC9E,CAAC;CACF;AApUD,8CAoUC"}
1
+ {"version":3,"file":"IssueLinksService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/IssueLinksService.ts"],"names":[],"mappings":"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"}
@@ -3,6 +3,8 @@ import { type ColumnItem, type ColumnRequestBody } from "../models/common";
3
3
  /**
4
4
  * This resource represents issue navigator settings. Use it to get and set issue
5
5
  * navigator default columns.
6
+ *
7
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-navigator-settings
6
8
  */
7
9
  export declare class IssueNavigatorSettingsService extends CommonHttpService {
8
10
  /**
@@ -24,6 +26,7 @@ export declare class IssueNavigatorSettingsService extends CommonHttpService {
24
26
  * }
25
27
  * ]
26
28
  * @path {GET} /rest/api/3/settings/columns
29
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-navigator-settings#api-rest-api-3-settings-columns-get
27
30
  */
28
31
  getIssueNavigatorDefaultColumns(): Promise<ColumnItem[]>;
29
32
  /**
@@ -46,6 +49,7 @@ export declare class IssueNavigatorSettingsService extends CommonHttpService {
46
49
  * permission](https://confluence.atlassian.com/x/x4dKLg).
47
50
  *
48
51
  * @path {PUT} /rest/api/3/settings/columns
52
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-navigator-settings#api-rest-api-3-settings-columns-put
49
53
  */
50
54
  setIssueNavigatorDefaultColumns({ columnRequestBody, }: {
51
55
  /** A navigable field value. */
@@ -12,6 +12,8 @@ const validationSchemaStorage_1 = require("../validationSchemaStorage");
12
12
  /**
13
13
  * This resource represents issue navigator settings. Use it to get and set issue
14
14
  * navigator default columns.
15
+ *
16
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-navigator-settings
15
17
  */
16
18
  class IssueNavigatorSettingsService extends CommonHttpService_1.CommonHttpService {
17
19
  /**
@@ -33,6 +35,7 @@ class IssueNavigatorSettingsService extends CommonHttpService_1.CommonHttpServic
33
35
  * }
34
36
  * ]
35
37
  * @path {GET} /rest/api/3/settings/columns
38
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-navigator-settings#api-rest-api-3-settings-columns-get
36
39
  */
37
40
  getIssueNavigatorDefaultColumns() {
38
41
  return this.getClientInstance()
@@ -69,6 +72,7 @@ class IssueNavigatorSettingsService extends CommonHttpService_1.CommonHttpServic
69
72
  * permission](https://confluence.atlassian.com/x/x4dKLg).
70
73
  *
71
74
  * @path {PUT} /rest/api/3/settings/columns
75
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-navigator-settings#api-rest-api-3-settings-columns-put
72
76
  */
73
77
  setIssueNavigatorDefaultColumns({ columnRequestBody, }) {
74
78
  return this.getClientInstance()
@@ -1 +1 @@
1
- {"version":3,"file":"IssueNavigatorSettingsService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/IssueNavigatorSettingsService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,6CAI0B;AAC1B,wEAAqE;AACrE;;;GAGG;AACH,MAAa,6BAA8B,SAAQ,qCAAiB;IAClE;;;;;;;;;;;;;;;;;;;OAmBG;IACH,+BAA+B;QAC7B,OAAO,IAAI,CAAC,iBAAiB,EAAE;aAC5B,OAAO,CAAC;YACP,IAAI,EAAE,8BAA8B;YACpC,MAAM,EAAE,KAAK;SACd,CAAC;aACD,IAAI,CACH,IAAI,CAAC,iBAAiB,EAAE,CAAC,eAAe,CAAC;YACvC,GAAG,EAAE;gBACH,kBAAkB,EAAE,MAAM;aAC3B;SACF,CAAC,CACH;aACA,IAAI,CACH,gBAAgB,CAAC,YAAY,EAIzB,CACL;aACA,IAAI,CACH,iDAAuB,CAAC,SAAS,CAC/B,wEAAwE,CACzE,CACF;aACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;IACpC,CAAC;IACD;;;;;;;;;;;;;;;;;;;;OAoBG;IACH,+BAA+B,CAAC,EAC9B,iBAAiB,GAIlB;QACC,OAAO,IAAI,CAAC,iBAAiB,EAAE;aAC5B,OAAO,CAAC;YACP,IAAI,EAAE,8BAA8B;YACpC,MAAM,EAAE,KAAK;YACb,OAAO,EAAE;gBACP,cAAc,EAAE,qBAAqB;aACtC;YACD,IAAI,EAAE,iBAAiB;SACxB,CAAC;aACD,IAAI,CAAC,gBAAgB,CAAC,aAAa,CAAC,CAAC;IAC1C,CAAC;IACD,MAAM,CAAC,UAAU;QACf,iDAAuB,CAAC,kBAAkB,CACxC,wEAAwE,EACxE,OAAC;aACE,MAAM,CAAC;YACN,MAAM,EAAE,OAAC,CAAC,OAAO,CAAC,GAAG,CAAC;YACtB,SAAS,EAAE,OAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;YACxC,IAAI,EAAE,OAAC,CAAC,KAAK,CAAC,iDAAuB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;SAC1D,CAAC;aACD,QAAQ,CACP,wEAAwE,CACzE,CACJ,CAAC;QACF,iDAAuB,CAAC,YAAY,CAAC,CAAC,wCAA+B,CAAC,CAAC,CAAC;IAC1E,CAAC;CACF;AArGD,sEAqGC"}
1
+ {"version":3,"file":"IssueNavigatorSettingsService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/IssueNavigatorSettingsService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,6CAI0B;AAC1B,wEAAqE;AACrE;;;;;GAKG;AACH,MAAa,6BAA8B,SAAQ,qCAAiB;IAClE;;;;;;;;;;;;;;;;;;;;OAoBG;IACH,+BAA+B;QAC7B,OAAO,IAAI,CAAC,iBAAiB,EAAE;aAC5B,OAAO,CAAC;YACP,IAAI,EAAE,8BAA8B;YACpC,MAAM,EAAE,KAAK;SACd,CAAC;aACD,IAAI,CACH,IAAI,CAAC,iBAAiB,EAAE,CAAC,eAAe,CAAC;YACvC,GAAG,EAAE;gBACH,kBAAkB,EAAE,MAAM;aAC3B;SACF,CAAC,CACH;aACA,IAAI,CACH,gBAAgB,CAAC,YAAY,EAIzB,CACL;aACA,IAAI,CACH,iDAAuB,CAAC,SAAS,CAC/B,wEAAwE,CACzE,CACF;aACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;IACpC,CAAC;IACD;;;;;;;;;;;;;;;;;;;;;OAqBG;IACH,+BAA+B,CAAC,EAC9B,iBAAiB,GAIlB;QACC,OAAO,IAAI,CAAC,iBAAiB,EAAE;aAC5B,OAAO,CAAC;YACP,IAAI,EAAE,8BAA8B;YACpC,MAAM,EAAE,KAAK;YACb,OAAO,EAAE;gBACP,cAAc,EAAE,qBAAqB;aACtC;YACD,IAAI,EAAE,iBAAiB;SACxB,CAAC;aACD,IAAI,CAAC,gBAAgB,CAAC,aAAa,CAAC,CAAC;IAC1C,CAAC;IACD,MAAM,CAAC,UAAU;QACf,iDAAuB,CAAC,kBAAkB,CACxC,wEAAwE,EACxE,OAAC;aACE,MAAM,CAAC;YACN,MAAM,EAAE,OAAC,CAAC,OAAO,CAAC,GAAG,CAAC;YACtB,SAAS,EAAE,OAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;YACxC,IAAI,EAAE,OAAC,CAAC,KAAK,CAAC,iDAAuB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;SAC1D,CAAC;aACD,QAAQ,CACP,wEAAwE,CACzE,CACJ,CAAC;QACF,iDAAuB,CAAC,YAAY,CAAC,CAAC,wCAA+B,CAAC,CAAC,CAAC;IAC1E,CAAC;CACF;AAvGD,sEAuGC"}
@@ -33,6 +33,8 @@ import { type AddNotificationsDetails, type CreateNotificationSchemeDetails, typ
33
33
  * * `AllWatchers`
34
34
  * * `UserCustomField` (the `parameter` is the ID of the custom field)
35
35
  * * `GroupCustomField`(the `parameter` is the ID of the custom field)
36
+ *
37
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-notification-schemes
36
38
  */
37
39
  export declare class IssueNotificationSchemesService extends CommonHttpService {
38
40
  /**
@@ -49,6 +51,7 @@ export declare class IssueNotificationSchemesService extends CommonHttpService {
49
51
  *
50
52
  * @returns Returned if the request is successful.
51
53
  * @path {PUT} /rest/api/3/notificationscheme/{id}/notification
54
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-notification-schemes#api-rest-api-3-notificationscheme-id-notification-put
52
55
  */
53
56
  addNotifications({ id, addNotificationsDetails, }: {
54
57
  /** The ID of the notification scheme. */
@@ -85,6 +88,7 @@ export declare class IssueNotificationSchemesService extends CommonHttpService {
85
88
  * "id": "10001"
86
89
  * }
87
90
  * @path {POST} /rest/api/3/notificationscheme
91
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-notification-schemes#api-rest-api-3-notificationscheme-post
88
92
  */
89
93
  createNotificationScheme({ createNotificationSchemeDetails, }: {
90
94
  /**
@@ -116,6 +120,7 @@ export declare class IssueNotificationSchemesService extends CommonHttpService {
116
120
  *
117
121
  * @returns Returned if the request is successful.
118
122
  * @path {DELETE} /rest/api/3/notificationscheme/{notificationSchemeId}
123
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-notification-schemes#api-rest-api-3-notificationscheme-notificationschemeid-delete
119
124
  */
120
125
  deleteNotificationScheme({ notificationSchemeId, }: {
121
126
  /** The ID of the notification scheme. */
@@ -392,6 +397,7 @@ export declare class IssueNotificationSchemesService extends CommonHttpService {
392
397
  * @scopes-beta read:field:jira, read:notification-scheme:jira, read:project:jira,
393
398
  * read:project-role:jira, read:user:jira, read:avatar:jira,
394
399
  * read:field-configuration:jira, read:group:jira, read:project-category:jira
400
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-notification-schemes#api-rest-api-3-notificationscheme-id-get
395
401
  */
396
402
  getNotificationScheme({ id, expand, }: {
397
403
  /**
@@ -699,8 +705,9 @@ export declare class IssueNotificationSchemesService extends CommonHttpService {
699
705
  * @scopes-beta read:field:jira, read:notification-scheme:jira, read:project:jira,
700
706
  * read:project-role:jira, read:user:jira, read:avatar:jira, read:group:jira,
701
707
  * read:project-category:jira, read:field-configuration:jira
708
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-notification-schemes#api-rest-api-3-notificationscheme-get
702
709
  */
703
- getNotificationSchemes({ startAt, maxResults, id, projectId, onlyDefault, expand, }: {
710
+ getNotificationSchemes({ startAt, maxResults, id, projectId, onlyDefault, expand, }?: {
704
711
  /** The index of the first item to return in a page of results (page offset). */
705
712
  startAt?: string;
706
713
  /** The maximum number of items to return per page. */
@@ -758,8 +765,9 @@ export declare class IssueNotificationSchemesService extends CommonHttpService {
758
765
  * @path {GET} /rest/api/3/notificationscheme/project
759
766
  * @scopes-current manage:jira-configuration
760
767
  * @scopes-beta read:notification-scheme:jira, read:project:jira
768
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-notification-schemes#api-rest-api-3-notificationscheme-project-get
761
769
  */
762
- getNotificationSchemeToProjectMappings({ startAt, maxResults, notificationSchemeId, projectId, }: {
770
+ getNotificationSchemeToProjectMappings({ startAt, maxResults, notificationSchemeId, projectId, }?: {
763
771
  /** The index of the first item to return in a page of results (page offset). */
764
772
  startAt?: string;
765
773
  /** The maximum number of items to return per page. */
@@ -778,6 +786,7 @@ export declare class IssueNotificationSchemesService extends CommonHttpService {
778
786
  * @returns Returned if the request is successful.
779
787
  * @path {DELETE}
780
788
  * /rest/api/3/notificationscheme/{notificationSchemeId}/notification/{notificationId}
789
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-notification-schemes#api-rest-api-3-notificationscheme-notificationschemeid-notification-notificationid-delete
781
790
  */
782
791
  removeNotificationFromNotificationScheme({ notificationSchemeId, notificationId, }: {
783
792
  /** The ID of the notification scheme. */
@@ -793,6 +802,7 @@ export declare class IssueNotificationSchemesService extends CommonHttpService {
793
802
  *
794
803
  * @returns Returned if the request is successful.
795
804
  * @path {PUT} /rest/api/3/notificationscheme/{id}
805
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-notification-schemes#api-rest-api-3-notificationscheme-id-put
796
806
  */
797
807
  updateNotificationScheme({ id, updateNotificationSchemeDetails, }: {
798
808
  /** The ID of the notification scheme. */
@@ -42,6 +42,8 @@ const validationSchemaStorage_1 = require("../validationSchemaStorage");
42
42
  * * `AllWatchers`
43
43
  * * `UserCustomField` (the `parameter` is the ID of the custom field)
44
44
  * * `GroupCustomField`(the `parameter` is the ID of the custom field)
45
+ *
46
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-notification-schemes
45
47
  */
46
48
  class IssueNotificationSchemesService extends CommonHttpService_1.CommonHttpService {
47
49
  /**
@@ -58,6 +60,7 @@ class IssueNotificationSchemesService extends CommonHttpService_1.CommonHttpServ
58
60
  *
59
61
  * @returns Returned if the request is successful.
60
62
  * @path {PUT} /rest/api/3/notificationscheme/{id}/notification
63
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-notification-schemes#api-rest-api-3-notificationscheme-id-notification-put
61
64
  */
62
65
  addNotifications({ id, addNotificationsDetails, }) {
63
66
  return this.getClientInstance()
@@ -94,6 +97,7 @@ class IssueNotificationSchemesService extends CommonHttpService_1.CommonHttpServ
94
97
  * "id": "10001"
95
98
  * }
96
99
  * @path {POST} /rest/api/3/notificationscheme
100
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-notification-schemes#api-rest-api-3-notificationscheme-post
97
101
  */
98
102
  createNotificationScheme({ createNotificationSchemeDetails, }) {
99
103
  return this.getClientInstance()
@@ -122,6 +126,7 @@ class IssueNotificationSchemesService extends CommonHttpService_1.CommonHttpServ
122
126
  *
123
127
  * @returns Returned if the request is successful.
124
128
  * @path {DELETE} /rest/api/3/notificationscheme/{notificationSchemeId}
129
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-notification-schemes#api-rest-api-3-notificationscheme-notificationschemeid-delete
125
130
  */
126
131
  deleteNotificationScheme({ notificationSchemeId, }) {
127
132
  return this.getClientInstance()
@@ -412,6 +417,7 @@ class IssueNotificationSchemesService extends CommonHttpService_1.CommonHttpServ
412
417
  * @scopes-beta read:field:jira, read:notification-scheme:jira, read:project:jira,
413
418
  * read:project-role:jira, read:user:jira, read:avatar:jira,
414
419
  * read:field-configuration:jira, read:group:jira, read:project-category:jira
420
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-notification-schemes#api-rest-api-3-notificationscheme-id-get
415
421
  */
416
422
  getNotificationScheme({ id, expand, }) {
417
423
  return this.getClientInstance()
@@ -717,8 +723,9 @@ class IssueNotificationSchemesService extends CommonHttpService_1.CommonHttpServ
717
723
  * @scopes-beta read:field:jira, read:notification-scheme:jira, read:project:jira,
718
724
  * read:project-role:jira, read:user:jira, read:avatar:jira, read:group:jira,
719
725
  * read:project-category:jira, read:field-configuration:jira
726
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-notification-schemes#api-rest-api-3-notificationscheme-get
720
727
  */
721
- getNotificationSchemes({ startAt, maxResults, id, projectId, onlyDefault, expand, }) {
728
+ getNotificationSchemes({ startAt, maxResults, id, projectId, onlyDefault, expand, } = {}) {
722
729
  return this.getClientInstance()
723
730
  .request({
724
731
  path: "/rest/api/3/notificationscheme",
@@ -768,8 +775,9 @@ class IssueNotificationSchemesService extends CommonHttpService_1.CommonHttpServ
768
775
  * @path {GET} /rest/api/3/notificationscheme/project
769
776
  * @scopes-current manage:jira-configuration
770
777
  * @scopes-beta read:notification-scheme:jira, read:project:jira
778
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-notification-schemes#api-rest-api-3-notificationscheme-project-get
771
779
  */
772
- getNotificationSchemeToProjectMappings({ startAt, maxResults, notificationSchemeId, projectId, }) {
780
+ getNotificationSchemeToProjectMappings({ startAt, maxResults, notificationSchemeId, projectId, } = {}) {
773
781
  return this.getClientInstance()
774
782
  .request({
775
783
  path: "/rest/api/3/notificationscheme/project",
@@ -799,6 +807,7 @@ class IssueNotificationSchemesService extends CommonHttpService_1.CommonHttpServ
799
807
  * @returns Returned if the request is successful.
800
808
  * @path {DELETE}
801
809
  * /rest/api/3/notificationscheme/{notificationSchemeId}/notification/{notificationId}
810
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-notification-schemes#api-rest-api-3-notificationscheme-notificationschemeid-notification-notificationid-delete
802
811
  */
803
812
  removeNotificationFromNotificationScheme({ notificationSchemeId, notificationId, }) {
804
813
  return this.getClientInstance()
@@ -827,6 +836,7 @@ class IssueNotificationSchemesService extends CommonHttpService_1.CommonHttpServ
827
836
  *
828
837
  * @returns Returned if the request is successful.
829
838
  * @path {PUT} /rest/api/3/notificationscheme/{id}
839
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-notification-schemes#api-rest-api-3-notificationscheme-id-put
830
840
  */
831
841
  updateNotificationScheme({ id, updateNotificationSchemeDetails, }) {
832
842
  return this.getClientInstance()
@@ -1 +1 @@
1
- {"version":3,"file":"IssueNotificationSchemesService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/IssueNotificationSchemesService.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"IssueNotificationSchemesService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/IssueNotificationSchemesService.ts"],"names":[],"mappings":"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"}
@@ -4,6 +4,8 @@ import { type CreatePriorityDetails, type PageBeanPriority, type PriorityId, typ
4
4
  /**
5
5
  * This resource represents issue priorities. Use it to get, create and update
6
6
  * issue priorities and details for individual issue priorities.
7
+ *
8
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-priorities
7
9
  */
8
10
  export declare class IssuePrioritiesService extends CommonHttpService {
9
11
  /**
@@ -18,6 +20,7 @@ export declare class IssuePrioritiesService extends CommonHttpService {
18
20
  * "id": "10001"
19
21
  * }
20
22
  * @path {POST} /rest/api/3/priority
23
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-priorities#api-rest-api-3-priority-post
21
24
  */
22
25
  createPriority({ createPriorityDetails, }: {
23
26
  /**
@@ -41,6 +44,7 @@ export declare class IssuePrioritiesService extends CommonHttpService {
41
44
  * permission](https://confluence.atlassian.com/x/x4dKLg).
42
45
  *
43
46
  * @path {DELETE} /rest/api/3/priority/{id}
47
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-priorities#api-rest-api-3-priority-id-delete
44
48
  */
45
49
  deletePriority({ id, }: {
46
50
  /** The ID of the issue priority. */
@@ -77,6 +81,7 @@ export declare class IssuePrioritiesService extends CommonHttpService {
77
81
  * @path {GET} /rest/api/3/priority
78
82
  * @scopes-current read:jira-work
79
83
  * @scopes-beta read:priority:jira
84
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-priorities#api-rest-api-3-priority-get
80
85
  */
81
86
  getPriorities(): Promise<Priority[]>;
82
87
  /**
@@ -98,6 +103,7 @@ export declare class IssuePrioritiesService extends CommonHttpService {
98
103
  * @path {GET} /rest/api/3/priority/{id}
99
104
  * @scopes-current read:jira-work
100
105
  * @scopes-beta read:priority:jira
106
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-priorities#api-rest-api-3-priority-id-get
101
107
  */
102
108
  getPriority({ id, }: {
103
109
  /** The ID of the issue priority. */
@@ -111,6 +117,7 @@ export declare class IssuePrioritiesService extends CommonHttpService {
111
117
  *
112
118
  * @returns Returned if the request is successful.
113
119
  * @path {PUT} /rest/api/3/priority/move
120
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-priorities#api-rest-api-3-priority-move-put
114
121
  */
115
122
  movePriorities({ reorderIssuePriorities, }: {
116
123
  /**
@@ -169,8 +176,9 @@ export declare class IssuePrioritiesService extends CommonHttpService {
169
176
  * ]
170
177
  * }
171
178
  * @path {GET} /rest/api/3/priority/search
179
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-priorities#api-rest-api-3-priority-search-get
172
180
  */
173
- searchPriorities({ startAt, maxResults, id, projectId, priorityName, onlyDefault, expand, }: {
181
+ searchPriorities({ startAt, maxResults, id, projectId, priorityName, onlyDefault, expand, }?: {
174
182
  /** The index of the first item to return in a page of results (page offset). */
175
183
  startAt?: string;
176
184
  /** The maximum number of items to return per page. */
@@ -203,6 +211,7 @@ export declare class IssuePrioritiesService extends CommonHttpService {
203
211
  *
204
212
  * @returns Returned if the request is successful.
205
213
  * @path {PUT} /rest/api/3/priority/default
214
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-priorities#api-rest-api-3-priority-default-put
206
215
  */
207
216
  setDefaultPriority({ setDefaultPriorityRequest, }: {
208
217
  /**
@@ -220,6 +229,7 @@ export declare class IssuePrioritiesService extends CommonHttpService {
220
229
  *
221
230
  * @returns Returned if the request is successful.
222
231
  * @path {PUT} /rest/api/3/priority/{id}
232
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-priorities#api-rest-api-3-priority-id-put
223
233
  */
224
234
  updatePriority({ id, updatePriorityDetails, }: {
225
235
  /** The ID of the issue priority. */
@@ -13,6 +13,8 @@ const validationSchemaStorage_1 = require("../validationSchemaStorage");
13
13
  /**
14
14
  * This resource represents issue priorities. Use it to get, create and update
15
15
  * issue priorities and details for individual issue priorities.
16
+ *
17
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-priorities
16
18
  */
17
19
  class IssuePrioritiesService extends CommonHttpService_1.CommonHttpService {
18
20
  /**
@@ -27,6 +29,7 @@ class IssuePrioritiesService extends CommonHttpService_1.CommonHttpService {
27
29
  * "id": "10001"
28
30
  * }
29
31
  * @path {POST} /rest/api/3/priority
32
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-priorities#api-rest-api-3-priority-post
30
33
  */
31
34
  createPriority({ createPriorityDetails, }) {
32
35
  return this.getClientInstance()
@@ -58,6 +61,7 @@ class IssuePrioritiesService extends CommonHttpService_1.CommonHttpService {
58
61
  * permission](https://confluence.atlassian.com/x/x4dKLg).
59
62
  *
60
63
  * @path {DELETE} /rest/api/3/priority/{id}
64
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-priorities#api-rest-api-3-priority-id-delete
61
65
  */
62
66
  deletePriority({ id, }) {
63
67
  return this.getClientInstance()
@@ -101,6 +105,7 @@ class IssuePrioritiesService extends CommonHttpService_1.CommonHttpService {
101
105
  * @path {GET} /rest/api/3/priority
102
106
  * @scopes-current read:jira-work
103
107
  * @scopes-beta read:priority:jira
108
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-priorities#api-rest-api-3-priority-get
104
109
  */
105
110
  getPriorities() {
106
111
  return this.getClientInstance()
@@ -136,6 +141,7 @@ class IssuePrioritiesService extends CommonHttpService_1.CommonHttpService {
136
141
  * @path {GET} /rest/api/3/priority/{id}
137
142
  * @scopes-current read:jira-work
138
143
  * @scopes-beta read:priority:jira
144
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-priorities#api-rest-api-3-priority-id-get
139
145
  */
140
146
  getPriority({ id, }) {
141
147
  return this.getClientInstance()
@@ -163,6 +169,7 @@ class IssuePrioritiesService extends CommonHttpService_1.CommonHttpService {
163
169
  *
164
170
  * @returns Returned if the request is successful.
165
171
  * @path {PUT} /rest/api/3/priority/move
172
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-priorities#api-rest-api-3-priority-move-put
166
173
  */
167
174
  movePriorities({ reorderIssuePriorities, }) {
168
175
  return this.getClientInstance()
@@ -228,8 +235,9 @@ class IssuePrioritiesService extends CommonHttpService_1.CommonHttpService {
228
235
  * ]
229
236
  * }
230
237
  * @path {GET} /rest/api/3/priority/search
238
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-priorities#api-rest-api-3-priority-search-get
231
239
  */
232
- searchPriorities({ startAt, maxResults, id, projectId, priorityName, onlyDefault, expand, }) {
240
+ searchPriorities({ startAt, maxResults, id, projectId, priorityName, onlyDefault, expand, } = {}) {
233
241
  return this.getClientInstance()
234
242
  .request({
235
243
  path: "/rest/api/3/priority/search",
@@ -261,6 +269,7 @@ class IssuePrioritiesService extends CommonHttpService_1.CommonHttpService {
261
269
  *
262
270
  * @returns Returned if the request is successful.
263
271
  * @path {PUT} /rest/api/3/priority/default
272
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-priorities#api-rest-api-3-priority-default-put
264
273
  */
265
274
  setDefaultPriority({ setDefaultPriorityRequest, }) {
266
275
  return this.getClientInstance()
@@ -289,6 +298,7 @@ class IssuePrioritiesService extends CommonHttpService_1.CommonHttpService {
289
298
  *
290
299
  * @returns Returned if the request is successful.
291
300
  * @path {PUT} /rest/api/3/priority/{id}
301
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-priorities#api-rest-api-3-priority-id-put
292
302
  */
293
303
  updatePriority({ id, updatePriorityDetails, }) {
294
304
  return this.getClientInstance()
@@ -1 +1 @@
1
- {"version":3,"file":"IssuePrioritiesService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/IssuePrioritiesService.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"IssuePrioritiesService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/IssuePrioritiesService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,6CAG0B;AAC1B,+DAQmC;AACnC,wEAAqE;AACrE;;;;;GAKG;AACH,MAAa,sBAAuB,SAAQ,qCAAiB;IAC3D;;;;;;;;;;;;;OAaG;IACH,cAAc,CAAC,EACb,qBAAqB,GAWtB;QACC,OAAO,IAAI,CAAC,iBAAiB,EAAE;aAC5B,OAAO,CAAC;YACP,IAAI,EAAE,sBAAsB;YAC5B,MAAM,EAAE,MAAM;YACd,OAAO,EAAE;gBACP,cAAc,EAAE,kBAAkB;aACnC;YACD,IAAI,EAAE,qBAAqB;SAC5B,CAAC;aACD,IAAI,CACH,IAAI,CAAC,iBAAiB,EAAE,CAAC,eAAe,CAAC;YACvC,GAAG,EAAE;gBACH,kBAAkB,EAAE,MAAM;aAC3B;SACF,CAAC,CACH;aACA,IAAI,CACH,gBAAgB,CAAC,YAAY,EAIzB,CACL;aACA,IAAI,CACH,iDAAuB,CAAC,SAAS,CAC/B,gDAAgD,CACjD,CACF;aACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;IACpC,CAAC;IACD;;;;;;;;;;;;OAYG;IACH,cAAc,CAAC,EACb,EAAE,GAIH;QACC,OAAO,IAAI,CAAC,iBAAiB,EAAE;aAC5B,OAAO,CAAC;YACP,IAAI,EAAE,2BAA2B;YACjC,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE;gBACV,EAAE;aACH;SACF,CAAC;aACD,IAAI,CAAC,gBAAgB,CAAC,aAAa,CAAC,CAAC;IAC1C,CAAC;IACD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAgCG;IACH,aAAa;QACX,OAAO,IAAI,CAAC,iBAAiB,EAAE;aAC5B,OAAO,CAAC;YACP,IAAI,EAAE,sBAAsB;YAC5B,MAAM,EAAE,KAAK;SACd,CAAC;aACD,IAAI,CACH,IAAI,CAAC,iBAAiB,EAAE,CAAC,eAAe,CAAC;YACvC,GAAG,EAAE;gBACH,kBAAkB,EAAE,MAAM;aAC3B;SACF,CAAC,CACH;aACA,IAAI,CACH,gBAAgB,CAAC,YAAY,EAIzB,CACL;aACA,IAAI,CACH,iDAAuB,CAAC,SAAS,CAC/B,+CAA+C,CAChD,CACF;aACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;IACpC,CAAC;IACD;;;;;;;;;;;;;;;;;;;;OAoBG;IACH,WAAW,CAAC,EACV,EAAE,GAIH;QACC,OAAO,IAAI,CAAC,iBAAiB,EAAE;aAC5B,OAAO,CAAC;YACP,IAAI,EAAE,2BAA2B;YACjC,MAAM,EAAE,KAAK;YACb,UAAU,EAAE;gBACV,EAAE;aACH;SACF,CAAC;aACD,IAAI,CACH,IAAI,CAAC,iBAAiB,EAAE,CAAC,eAAe,CAAC;YACvC,GAAG,EAAE;gBACH,kBAAkB,EAAE,MAAM;aAC3B;SACF,CAAC,CACH;aACA,IAAI,CACH,gBAAgB,CAAC,YAAY,EAIzB,CACL;aACA,IAAI,CACH,iDAAuB,CAAC,SAAS,CAC/B,6CAA6C,CAC9C,CACF;aACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;IACpC,CAAC;IACD;;;;;;;;;OASG;IACH,cAAc,CAAC,EACb,sBAAsB,GAYvB;QACC,OAAO,IAAI,CAAC,iBAAiB,EAAE;aAC5B,OAAO,CAAC;YACP,IAAI,EAAE,2BAA2B;YACjC,MAAM,EAAE,KAAK;YACb,OAAO,EAAE;gBACP,cAAc,EAAE,kBAAkB;aACnC;YACD,IAAI,EAAE,sBAAsB;SAC7B,CAAC;aACD,IAAI,CACH,IAAI,CAAC,iBAAiB,EAAE,CAAC,eAAe,CAAC;YACvC,GAAG,EAAE;gBACH,kBAAkB,EAAE,MAAM;aAC3B;SACF,CAAC,CACH;aACA,IAAI,CACH,gBAAgB,CAAC,YAAY,EAIzB,CACL;aACA,IAAI,CACH,iDAAuB,CAAC,SAAS,CAC/B,gDAAgD,CACjD,CACF;aACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;IACpC,CAAC;IACD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA8CG;IACH,gBAAgB,CAAC,EACf,OAAO,EACP,UAAU,EACV,EAAE,EACF,SAAS,EACT,YAAY,EACZ,WAAW,EACX,MAAM,MAyBJ,EAAE;QACJ,OAAO,IAAI,CAAC,iBAAiB,EAAE;aAC5B,OAAO,CAAC;YACP,IAAI,EAAE,6BAA6B;YACnC,MAAM,EAAE,KAAK;YACb,KAAK,EAAE;gBACL,OAAO;gBACP,UAAU;gBACV,EAAE;gBACF,SAAS;gBACT,YAAY;gBACZ,WAAW;gBACX,MAAM;aACP;SACF,CAAC;aACD,IAAI,CACH,IAAI,CAAC,iBAAiB,EAAE,CAAC,eAAe,CAAC;YACvC,GAAG,EAAE;gBACH,kBAAkB,EAAE,MAAM;aAC3B;SACF,CAAC,CACH;aACA,IAAI,CACH,gBAAgB,CAAC,YAAY,EAIzB,CACL;aACA,IAAI,CACH,iDAAuB,CAAC,SAAS,CAC/B,kDAAkD,CACnD,CACF;aACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;IACpC,CAAC;IACD;;;;;;;;;OASG;IACH,kBAAkB,CAAC,EACjB,yBAAyB,GAQ1B;QACC,OAAO,IAAI,CAAC,iBAAiB,EAAE;aAC5B,OAAO,CAAC;YACP,IAAI,EAAE,8BAA8B;YACpC,MAAM,EAAE,KAAK;YACb,OAAO,EAAE;gBACP,cAAc,EAAE,kBAAkB;aACnC;YACD,IAAI,EAAE,yBAAyB;SAChC,CAAC;aACD,IAAI,CACH,IAAI,CAAC,iBAAiB,EAAE,CAAC,eAAe,CAAC;YACvC,GAAG,EAAE;gBACH,kBAAkB,EAAE,MAAM;aAC3B;SACF,CAAC,CACH;aACA,IAAI,CACH,gBAAgB,CAAC,YAAY,EAIzB,CACL;aACA,IAAI,CACH,iDAAuB,CAAC,SAAS,CAC/B,oDAAoD,CACrD,CACF;aACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;IACpC,CAAC;IACD;;;;;;;;;OASG;IACH,cAAc,CAAC,EACb,EAAE,EACF,qBAAqB,GAatB;QACC,OAAO,IAAI,CAAC,iBAAiB,EAAE;aAC5B,OAAO,CAAC;YACP,IAAI,EAAE,2BAA2B;YACjC,MAAM,EAAE,KAAK;YACb,UAAU,EAAE;gBACV,EAAE;aACH;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,kBAAkB;aACnC;YACD,IAAI,EAAE,qBAAqB;SAC5B,CAAC;aACD,IAAI,CACH,IAAI,CAAC,iBAAiB,EAAE,CAAC,eAAe,CAAC;YACvC,GAAG,EAAE;gBACH,kBAAkB,EAAE,MAAM;aAC3B;SACF,CAAC,CACH;aACA,IAAI,CACH,gBAAgB,CAAC,YAAY,EAIzB,CACL;aACA,IAAI,CACH,iDAAuB,CAAC,SAAS,CAC/B,gDAAgD,CACjD,CACF;aACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;IACpC,CAAC;IACD,MAAM,CAAC,UAAU;QACf,iDAAuB,CAAC,kBAAkB,CACxC,+CAA+C,EAC/C,OAAC;aACE,MAAM,CAAC;YACN,MAAM,EAAE,OAAC,CAAC,OAAO,CAAC,GAAG,CAAC;YACtB,SAAS,EAAE,OAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;YACxC,IAAI,EAAE,OAAC,CAAC,KAAK,CAAC,iDAAuB,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;SACxD,CAAC;aACD,QAAQ,CAAC,+CAA+C,CAAC,CAC7D,CAAC;QACF,iDAAuB,CAAC,kBAAkB,CACxC,gDAAgD,EAChD,OAAC;aACE,MAAM,CAAC;YACN,MAAM,EAAE,OAAC,CAAC,OAAO,CAAC,GAAG,CAAC;YACtB,SAAS,EAAE,OAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;YACxC,IAAI,EAAE,iDAAuB,CAAC,IAAI,CAAC,YAAY,CAAC;SACjD,CAAC;aACD,QAAQ,CAAC,gDAAgD,CAAC,CAC9D,CAAC;QACF,iDAAuB,CAAC,kBAAkB,CACxC,6CAA6C,EAC7C,OAAC;aACE,MAAM,CAAC;YACN,MAAM,EAAE,OAAC,CAAC,OAAO,CAAC,GAAG,CAAC;YACtB,SAAS,EAAE,OAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;YACxC,IAAI,EAAE,iDAAuB,CAAC,IAAI,CAAC,UAAU,CAAC;SAC/C,CAAC;aACD,QAAQ,CAAC,6CAA6C,CAAC,CAC3D,CAAC;QACF,iDAAuB,CAAC,kBAAkB,CACxC,gDAAgD,EAChD,OAAC;aACE,MAAM,CAAC;YACN,MAAM,EAAE,OAAC,CAAC,OAAO,CAAC,GAAG,CAAC;YACtB,SAAS,EAAE,OAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;YACxC,IAAI,EAAE,OAAC,CAAC,OAAO,EAAE;SAClB,CAAC;aACD,QAAQ,CAAC,gDAAgD,CAAC,CAC9D,CAAC;QACF,iDAAuB,CAAC,kBAAkB,CACxC,oDAAoD,EACpD,OAAC;aACE,MAAM,CAAC;YACN,MAAM,EAAE,OAAC,CAAC,OAAO,CAAC,GAAG,CAAC;YACtB,SAAS,EAAE,OAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;YACxC,IAAI,EAAE,OAAC,CAAC,OAAO,EAAE;SAClB,CAAC;aACD,QAAQ,CAAC,oDAAoD,CAAC,CAClE,CAAC;QACF,iDAAuB,CAAC,kBAAkB,CACxC,gDAAgD,EAChD,OAAC;aACE,MAAM,CAAC;YACN,MAAM,EAAE,OAAC,CAAC,OAAO,CAAC,GAAG,CAAC;YACtB,SAAS,EAAE,OAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;YACxC,IAAI,EAAE,OAAC,CAAC,OAAO,EAAE;SAClB,CAAC;aACD,QAAQ,CAAC,gDAAgD,CAAC,CAC9D,CAAC;QACF,iDAAuB,CAAC,kBAAkB,CACxC,kDAAkD,EAClD,OAAC;aACE,MAAM,CAAC;YACN,MAAM,EAAE,OAAC,CAAC,OAAO,CAAC,GAAG,CAAC;YACtB,SAAS,EAAE,OAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;YACxC,IAAI,EAAE,iDAAuB,CAAC,IAAI,CAAC,kBAAkB,CAAC;SACvD,CAAC;aACD,QAAQ,CAAC,kDAAkD,CAAC,CAChE,CAAC;QACF,iDAAuB,CAAC,YAAY,CAAC;YACnC,wCAA+B;YAC/B,0DAAwC;SACzC,CAAC,CAAC;IACL,CAAC;CACF;AA7iBD,wDA6iBC"}