@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
@@ -1,7 +1,11 @@
1
1
  import { CommonHttpService } from "../core/CommonHttpService";
2
2
  import { type IssueBean, type IssueRankRequestBean } from "../models/common";
3
3
  import type { FieldEditBean } from "../models/issue";
4
- /** Apis related to issues */
4
+ /**
5
+ * Apis related to issues
6
+ *
7
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-issue
8
+ */
5
9
  export declare class IssueService extends CommonHttpService {
6
10
  /**
7
11
  * Updates the estimation of the issue. boardId param is required. This param
@@ -28,6 +32,7 @@ export declare class IssueService extends CommonHttpService {
28
32
  * "value": "8.0"
29
33
  * }
30
34
  * @path {PUT} /rest/agile/1.0/issue/{issueIdOrKey}/estimation
35
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-issue#api-rest-agile-1-0-issue-issueidorkey-estimation-put
31
36
  */
32
37
  estimateIssueForBoard({ issueIdOrKey, boardId, fieldEditBean, }: {
33
38
  /** The ID or key of the requested issue. */
@@ -220,6 +225,7 @@ export declare class IssueService extends CommonHttpService {
220
225
  * "https://your-domain.atlassian.net/rest/agile/1.0/board/92/issue/10001"
221
226
  * }
222
227
  * @path {GET} /rest/agile/1.0/issue/{issueIdOrKey}
228
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-issue#api-rest-agile-1-0-issue-issueidorkey-get
223
229
  */
224
230
  getIssue({ issueIdOrKey, fields, expand, updateHistory, }: {
225
231
  /** The ID or key of the requested issue. */
@@ -259,6 +265,7 @@ export declare class IssueService extends CommonHttpService {
259
265
  * "value": "8.0"
260
266
  * }
261
267
  * @path {GET} /rest/agile/1.0/issue/{issueIdOrKey}/estimation
268
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-issue#api-rest-agile-1-0-issue-issueidorkey-estimation-get
262
269
  */
263
270
  getIssueEstimationForBoard({ issueIdOrKey, boardId, }: {
264
271
  /** The ID or key of the requested issue. */
@@ -302,6 +309,7 @@ export declare class IssueService extends CommonHttpService {
302
309
  * ]
303
310
  * }
304
311
  * @path {PUT} /rest/agile/1.0/issue/rank
312
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-issue#api-rest-agile-1-0-issue-rank-put
305
313
  */
306
314
  rankIssues({ issueRankRequestBean, }: {
307
315
  /**
@@ -9,7 +9,11 @@ const commonHttpClient = require("../core/CommonHttpClient");
9
9
  const CommonHttpService_1 = require("../core/CommonHttpService");
10
10
  const common_1 = require("../models/common");
11
11
  const validationSchemaStorage_1 = require("../validationSchemaStorage");
12
- /** Apis related to issues */
12
+ /**
13
+ * Apis related to issues
14
+ *
15
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-issue
16
+ */
13
17
  class IssueService extends CommonHttpService_1.CommonHttpService {
14
18
  /**
15
19
  * Updates the estimation of the issue. boardId param is required. This param
@@ -36,6 +40,7 @@ class IssueService extends CommonHttpService_1.CommonHttpService {
36
40
  * "value": "8.0"
37
41
  * }
38
42
  * @path {PUT} /rest/agile/1.0/issue/{issueIdOrKey}/estimation
43
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-issue#api-rest-agile-1-0-issue-issueidorkey-estimation-put
39
44
  */
40
45
  estimateIssueForBoard({ issueIdOrKey, boardId, fieldEditBean, }) {
41
46
  return this.getClientInstance()
@@ -239,6 +244,7 @@ class IssueService extends CommonHttpService_1.CommonHttpService {
239
244
  * "https://your-domain.atlassian.net/rest/agile/1.0/board/92/issue/10001"
240
245
  * }
241
246
  * @path {GET} /rest/agile/1.0/issue/{issueIdOrKey}
247
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-issue#api-rest-agile-1-0-issue-issueidorkey-get
242
248
  */
243
249
  getIssue({ issueIdOrKey, fields, expand, updateHistory, }) {
244
250
  return this.getClientInstance()
@@ -285,6 +291,7 @@ class IssueService extends CommonHttpService_1.CommonHttpService {
285
291
  * "value": "8.0"
286
292
  * }
287
293
  * @path {GET} /rest/agile/1.0/issue/{issueIdOrKey}/estimation
294
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-issue#api-rest-agile-1-0-issue-issueidorkey-estimation-get
288
295
  */
289
296
  getIssueEstimationForBoard({ issueIdOrKey, boardId, }) {
290
297
  return this.getClientInstance()
@@ -343,6 +350,7 @@ class IssueService extends CommonHttpService_1.CommonHttpService {
343
350
  * ]
344
351
  * }
345
352
  * @path {PUT} /rest/agile/1.0/issue/rank
353
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-issue#api-rest-agile-1-0-issue-rank-put
346
354
  */
347
355
  rankIssues({ issueRankRequestBean, }) {
348
356
  return this.getClientInstance()
@@ -1 +1 @@
1
- {"version":3,"file":"IssueService.js","sourceRoot":"","sources":["../../../../src/openapi/software/services/IssueService.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"IssueService.js","sourceRoot":"","sources":["../../../../src/openapi/software/services/IssueService.ts"],"names":[],"mappings":"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"}
@@ -102,6 +102,8 @@ import { type OperationsWorkspaceIds, type SubmitIncidentsRequest, type SubmitIn
102
102
  * allow Jira to create a new Post-Incident Review object via a post endpoint.
103
103
  *
104
104
  * | |
105
+ *
106
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-operations
105
107
  */
106
108
  export declare class OperationsService extends CommonHttpService {
107
109
  /**
@@ -122,6 +124,7 @@ export declare class OperationsService extends CommonHttpService {
122
124
  * This resource requires the 'DELETE' scope for Connect apps.
123
125
  *
124
126
  * @path {DELETE} /rest/operations/1.0/bulkByProperties
127
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-operations#api-rest-operations-1-0-bulkbyproperties-delete
125
128
  */
126
129
  deleteEntityByProperty({ authorization, }: {
127
130
  /**
@@ -147,6 +150,7 @@ export declare class OperationsService extends CommonHttpService {
147
150
  * This resource requires the 'DELETE' scope for Connect apps.
148
151
  *
149
152
  * @path {DELETE} /rest/operations/1.0/incidents/{incidentId}
153
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-operations#api-rest-operations-1-0-incidents-incidentid-delete
150
154
  */
151
155
  deleteIncidentById({ incidentId, authorization, }: {
152
156
  /** The ID of the Incident to delete. */
@@ -174,6 +178,7 @@ export declare class OperationsService extends CommonHttpService {
174
178
  * This resource requires the 'DELETE' scope for Connect apps.
175
179
  *
176
180
  * @path {DELETE} /rest/operations/1.0/post-incident-reviews/{reviewId}
181
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-operations#api-rest-operations-1-0-post-incident-reviews-reviewid-delete
177
182
  */
178
183
  deleteReviewById({ reviewId, authorization, }: {
179
184
  /** The ID of the Review to delete. */
@@ -200,6 +205,7 @@ export declare class OperationsService extends CommonHttpService {
200
205
  * e.g. DELETE /bulk?workspaceIds=111-222-333,444-555-666
201
206
  *
202
207
  * @path {DELETE} /rest/operations/1.0/linkedWorkspaces/bulk
208
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-operations#api-rest-operations-1-0-linkedworkspaces-bulk-delete
203
209
  */
204
210
  deleteWorkspaces({ authorization, }: {
205
211
  /**
@@ -226,6 +232,7 @@ export declare class OperationsService extends CommonHttpService {
226
232
  *
227
233
  * @returns The Incident data currently stored for the given ID.
228
234
  * @path {GET} /rest/operations/1.0/incidents/{incidentId}
235
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-operations#api-rest-operations-1-0-incidents-incidentid-get
229
236
  */
230
237
  getIncidentById({ incidentId, authorization, }: {
231
238
  /** The ID of the Incident to fetch. */
@@ -368,6 +375,7 @@ export declare class OperationsService extends CommonHttpService {
368
375
  *
369
376
  * @returns The Review data currently stored for the given ID.
370
377
  * @path {GET} /rest/operations/1.0/post-incident-reviews/{reviewId}
378
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-operations#api-rest-operations-1-0-post-incident-reviews-reviewid-get
371
379
  */
372
380
  getReviewById({ reviewId, authorization, }: {
373
381
  /** The ID of the Review to fetch. */
@@ -506,6 +514,7 @@ export declare class OperationsService extends CommonHttpService {
506
514
  *
507
515
  * @returns Either the ID provided if stored or a list of available IDs.
508
516
  * @path {GET} /rest/operations/1.0/linkedWorkspaces
517
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-operations#api-rest-operations-1-0-linkedworkspaces-get
509
518
  */
510
519
  getWorkspaces({ authorization, }: {
511
520
  /**
@@ -549,6 +558,7 @@ export declare class OperationsService extends CommonHttpService {
549
558
  * Details of which Incidents were submitted and which failed submission (due to
550
559
  * data format problems etc.) are available in the response object.
551
560
  * @path {POST} /rest/operations/1.0/bulk
561
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-operations#api-rest-operations-1-0-bulk-post
552
562
  */
553
563
  submitEntity({ authorization, submitIncidentsRequest, }: {
554
564
  /**
@@ -578,6 +588,7 @@ export declare class OperationsService extends CommonHttpService {
578
588
  * @returns Submission accepted. Each submitted Operations Workspace ID will be linked to
579
589
  * Jira.
580
590
  * @path {POST} /rest/operations/1.0/linkedWorkspaces/bulk
591
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-operations#api-rest-operations-1-0-linkedworkspaces-bulk-post
581
592
  */
582
593
  submitOperationsWorkspaces({ authorization, submitOperationsWorkspacesRequest, }: {
583
594
  /**
@@ -111,6 +111,8 @@ const validationSchemaStorage_1 = require("../validationSchemaStorage");
111
111
  * allow Jira to create a new Post-Incident Review object via a post endpoint.
112
112
  *
113
113
  * | |
114
+ *
115
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-operations
114
116
  */
115
117
  class OperationsService extends CommonHttpService_1.CommonHttpService {
116
118
  /**
@@ -131,6 +133,7 @@ class OperationsService extends CommonHttpService_1.CommonHttpService {
131
133
  * This resource requires the 'DELETE' scope for Connect apps.
132
134
  *
133
135
  * @path {DELETE} /rest/operations/1.0/bulkByProperties
136
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-operations#api-rest-operations-1-0-bulkbyproperties-delete
134
137
  */
135
138
  deleteEntityByProperty({ authorization, }) {
136
139
  return this.getClientInstance()
@@ -154,6 +157,7 @@ class OperationsService extends CommonHttpService_1.CommonHttpService {
154
157
  * This resource requires the 'DELETE' scope for Connect apps.
155
158
  *
156
159
  * @path {DELETE} /rest/operations/1.0/incidents/{incidentId}
160
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-operations#api-rest-operations-1-0-incidents-incidentid-delete
157
161
  */
158
162
  deleteIncidentById({ incidentId, authorization, }) {
159
163
  return this.getClientInstance()
@@ -180,6 +184,7 @@ class OperationsService extends CommonHttpService_1.CommonHttpService {
180
184
  * This resource requires the 'DELETE' scope for Connect apps.
181
185
  *
182
186
  * @path {DELETE} /rest/operations/1.0/post-incident-reviews/{reviewId}
187
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-operations#api-rest-operations-1-0-post-incident-reviews-reviewid-delete
183
188
  */
184
189
  deleteReviewById({ reviewId, authorization, }) {
185
190
  return this.getClientInstance()
@@ -205,6 +210,7 @@ class OperationsService extends CommonHttpService_1.CommonHttpService {
205
210
  * e.g. DELETE /bulk?workspaceIds=111-222-333,444-555-666
206
211
  *
207
212
  * @path {DELETE} /rest/operations/1.0/linkedWorkspaces/bulk
213
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-operations#api-rest-operations-1-0-linkedworkspaces-bulk-delete
208
214
  */
209
215
  deleteWorkspaces({ authorization, }) {
210
216
  return this.getClientInstance()
@@ -229,6 +235,7 @@ class OperationsService extends CommonHttpService_1.CommonHttpService {
229
235
  *
230
236
  * @returns The Incident data currently stored for the given ID.
231
237
  * @path {GET} /rest/operations/1.0/incidents/{incidentId}
238
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-operations#api-rest-operations-1-0-incidents-incidentid-get
232
239
  */
233
240
  getIncidentById({ incidentId, authorization, }) {
234
241
  return this.getClientInstance()
@@ -263,6 +270,7 @@ class OperationsService extends CommonHttpService_1.CommonHttpService {
263
270
  *
264
271
  * @returns The Review data currently stored for the given ID.
265
272
  * @path {GET} /rest/operations/1.0/post-incident-reviews/{reviewId}
273
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-operations#api-rest-operations-1-0-post-incident-reviews-reviewid-get
266
274
  */
267
275
  getReviewById({ reviewId, authorization, }) {
268
276
  return this.getClientInstance()
@@ -300,6 +308,7 @@ class OperationsService extends CommonHttpService_1.CommonHttpService {
300
308
  *
301
309
  * @returns Either the ID provided if stored or a list of available IDs.
302
310
  * @path {GET} /rest/operations/1.0/linkedWorkspaces
311
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-operations#api-rest-operations-1-0-linkedworkspaces-get
303
312
  */
304
313
  getWorkspaces({ authorization, }) {
305
314
  return this.getClientInstance()
@@ -348,6 +357,7 @@ class OperationsService extends CommonHttpService_1.CommonHttpService {
348
357
  * Details of which Incidents were submitted and which failed submission (due to
349
358
  * data format problems etc.) are available in the response object.
350
359
  * @path {POST} /rest/operations/1.0/bulk
360
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-operations#api-rest-operations-1-0-bulk-post
351
361
  */
352
362
  submitEntity({ authorization, submitIncidentsRequest, }) {
353
363
  return this.getClientInstance()
@@ -382,6 +392,7 @@ class OperationsService extends CommonHttpService_1.CommonHttpService {
382
392
  * @returns Submission accepted. Each submitted Operations Workspace ID will be linked to
383
393
  * Jira.
384
394
  * @path {POST} /rest/operations/1.0/linkedWorkspaces/bulk
395
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-operations#api-rest-operations-1-0-linkedworkspaces-bulk-post
385
396
  */
386
397
  submitOperationsWorkspaces({ authorization, submitOperationsWorkspacesRequest, }) {
387
398
  return this.getClientInstance()
@@ -1 +1 @@
1
- {"version":3,"file":"OperationsService.js","sourceRoot":"","sources":["../../../../src/openapi/software/services/OperationsService.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"OperationsService.js","sourceRoot":"","sources":["../../../../src/openapi/software/services/OperationsService.ts"],"names":[],"mappings":"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"}
@@ -108,6 +108,8 @@ import { type IssueKeysAssociation, type RemoteLinkData, type ServiceIdOrKeysAss
108
108
  * | value | object (i18n) | The label shown on the UI. This object supports
109
109
  * [internationalization](https://developer.atlassian.com/cloud/jira/software/internationalization/).
110
110
  * | Yes |
111
+ *
112
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-remote-links
111
113
  */
112
114
  export declare class RemoteLinksService extends CommonHttpService {
113
115
  /**
@@ -122,6 +124,7 @@ export declare class RemoteLinksService extends CommonHttpService {
122
124
  * This resource requires the 'DELETE' scope for Connect apps.
123
125
  *
124
126
  * @path {DELETE} /rest/remotelinks/1.0/remotelink/{remoteLinkId}
127
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-remote-links#api-rest-remotelinks-1-0-remotelink-remotelinkid-delete
125
128
  */
126
129
  deleteRemoteLinkById({ remoteLinkId, updateSequenceNumber, authorization, }: {
127
130
  /** The ID of the Remote Link to fetch. */
@@ -177,6 +180,7 @@ export declare class RemoteLinksService extends CommonHttpService {
177
180
  * This resource requires the 'DELETE' scope for Connect apps.
178
181
  *
179
182
  * @path {DELETE} /rest/remotelinks/1.0/bulkByProperties
183
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-remote-links#api-rest-remotelinks-1-0-bulkbyproperties-delete
180
184
  */
181
185
  deleteRemoteLinksByProperty({ updateSequenceNumber, params, authorization, }: {
182
186
  /**
@@ -239,6 +243,7 @@ export declare class RemoteLinksService extends CommonHttpService {
239
243
  *
240
244
  * @returns The Remote Link data currently stored for the given ID.
241
245
  * @path {GET} /rest/remotelinks/1.0/remotelink/{remoteLinkId}
246
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-remote-links#api-rest-remotelinks-1-0-remotelink-remotelinkid-get
242
247
  */
243
248
  getRemoteLinkById({ remoteLinkId, authorization, }: {
244
249
  /** The ID of the Remote Link to fetch. */
@@ -290,6 +295,7 @@ export declare class RemoteLinksService extends CommonHttpService {
290
295
  * to data format problems etc.)
291
296
  * are available in the response object.
292
297
  * @path {POST} /rest/remotelinks/1.0/bulk
298
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-remote-links#api-rest-remotelinks-1-0-bulk-post
293
299
  */
294
300
  submitRemoteLinks({ authorization, submitRemoteLinksRequest, }: {
295
301
  /**
@@ -117,6 +117,8 @@ const validationSchemaStorage_1 = require("../validationSchemaStorage");
117
117
  * | value | object (i18n) | The label shown on the UI. This object supports
118
118
  * [internationalization](https://developer.atlassian.com/cloud/jira/software/internationalization/).
119
119
  * | Yes |
120
+ *
121
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-remote-links
120
122
  */
121
123
  class RemoteLinksService extends CommonHttpService_1.CommonHttpService {
122
124
  /**
@@ -131,6 +133,7 @@ class RemoteLinksService extends CommonHttpService_1.CommonHttpService {
131
133
  * This resource requires the 'DELETE' scope for Connect apps.
132
134
  *
133
135
  * @path {DELETE} /rest/remotelinks/1.0/remotelink/{remoteLinkId}
136
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-remote-links#api-rest-remotelinks-1-0-remotelink-remotelinkid-delete
134
137
  */
135
138
  deleteRemoteLinkById({ remoteLinkId, updateSequenceNumber, authorization, }) {
136
139
  return this.getClientInstance()
@@ -171,6 +174,7 @@ class RemoteLinksService extends CommonHttpService_1.CommonHttpService {
171
174
  * This resource requires the 'DELETE' scope for Connect apps.
172
175
  *
173
176
  * @path {DELETE} /rest/remotelinks/1.0/bulkByProperties
177
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-remote-links#api-rest-remotelinks-1-0-bulkbyproperties-delete
174
178
  */
175
179
  deleteRemoteLinksByProperty({ updateSequenceNumber, params, authorization, }) {
176
180
  return this.getClientInstance()
@@ -199,6 +203,7 @@ class RemoteLinksService extends CommonHttpService_1.CommonHttpService {
199
203
  *
200
204
  * @returns The Remote Link data currently stored for the given ID.
201
205
  * @path {GET} /rest/remotelinks/1.0/remotelink/{remoteLinkId}
206
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-remote-links#api-rest-remotelinks-1-0-remotelink-remotelinkid-get
202
207
  */
203
208
  getRemoteLinkById({ remoteLinkId, authorization, }) {
204
209
  return this.getClientInstance()
@@ -252,6 +257,7 @@ class RemoteLinksService extends CommonHttpService_1.CommonHttpService {
252
257
  * to data format problems etc.)
253
258
  * are available in the response object.
254
259
  * @path {POST} /rest/remotelinks/1.0/bulk
260
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-remote-links#api-rest-remotelinks-1-0-bulk-post
255
261
  */
256
262
  submitRemoteLinks({ authorization, submitRemoteLinksRequest, }) {
257
263
  return this.getClientInstance()
@@ -1 +1 @@
1
- {"version":3,"file":"RemoteLinksService.js","sourceRoot":"","sources":["../../../../src/openapi/software/services/RemoteLinksService.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"RemoteLinksService.js","sourceRoot":"","sources":["../../../../src/openapi/software/services/RemoteLinksService.ts"],"names":[],"mappings":"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"}
@@ -13,6 +13,8 @@ import { type SecurityWorkspaceIds, type SecurityWorkspaceResponse, type SubmitS
13
13
  * available to Atlassian Connect apps. To use these APIs you must have the
14
14
  * Security module in your app's descriptor. Read more about Jira Software modules
15
15
  * [here](https://developer.atlassian.com/cloud/jira/software/about-jira-modules/).
16
+ *
17
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-security-information
16
18
  */
17
19
  export declare class SecurityInformationService extends CommonHttpService {
18
20
  /**
@@ -25,6 +27,7 @@ export declare class SecurityInformationService extends CommonHttpService {
25
27
  * e.g. DELETE /bulk?workspaceIds=111-222-333,444-555-666
26
28
  *
27
29
  * @path {DELETE} /rest/security/1.0/linkedWorkspaces/bulk
30
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-security-information#api-rest-security-1-0-linkedworkspaces-bulk-delete
28
31
  */
29
32
  deleteLinkedWorkspaces({ authorization, }: {
30
33
  /**
@@ -58,6 +61,7 @@ export declare class SecurityInformationService extends CommonHttpService {
58
61
  * This resource requires the 'DELETE' scope for Connect apps.
59
62
  *
60
63
  * @path {DELETE} /rest/security/1.0/bulkByProperties
64
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-security-information#api-rest-security-1-0-bulkbyproperties-delete
61
65
  */
62
66
  deleteVulnerabilitiesByProperty({ authorization, }: {
63
67
  /**
@@ -83,6 +87,7 @@ export declare class SecurityInformationService extends CommonHttpService {
83
87
  * This resource requires the 'DELETE' scope for Connect apps.
84
88
  *
85
89
  * @path {DELETE} /rest/security/1.0/vulnerability/{vulnerabilityId}
90
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-security-information#api-rest-security-1-0-vulnerability-vulnerabilityid-delete
86
91
  */
87
92
  deleteVulnerabilityById({ vulnerabilityId, authorization, }: {
88
93
  /** The ID of the Vulnerability to delete. */
@@ -112,6 +117,7 @@ export declare class SecurityInformationService extends CommonHttpService {
112
117
  *
113
118
  * @returns The Security Workspace information stored for the given ID.
114
119
  * @path {GET} /rest/security/1.0/linkedWorkspaces/{workspaceId}
120
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-security-information#api-rest-security-1-0-linkedworkspaces-workspaceid-get
115
121
  */
116
122
  getLinkedWorkspaceById({ workspaceId, authorization, }: {
117
123
  /** The ID of the workspace to fetch. */
@@ -140,6 +146,7 @@ export declare class SecurityInformationService extends CommonHttpService {
140
146
  *
141
147
  * @returns A list of all stored workspace IDs.
142
148
  * @path {GET} /rest/security/1.0/linkedWorkspaces
149
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-security-information#api-rest-security-1-0-linkedworkspaces-get
143
150
  */
144
151
  getLinkedWorkspaces({ authorization, }: {
145
152
  /**
@@ -166,6 +173,7 @@ export declare class SecurityInformationService extends CommonHttpService {
166
173
  *
167
174
  * @returns The Vulnerability data currently stored for the given ID.
168
175
  * @path {GET} /rest/security/1.0/vulnerability/{vulnerabilityId}
176
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-security-information#api-rest-security-1-0-vulnerability-vulnerabilityid-get
169
177
  */
170
178
  getVulnerabilityById({ vulnerabilityId, authorization, }: {
171
179
  /** The ID of the Vulnerability to fetch. */
@@ -210,6 +218,7 @@ export declare class SecurityInformationService extends CommonHttpService {
210
218
  * Details of any Vulnerabilities that were submitted but failed submission (due
211
219
  * to data format problems, etc.) are available in the response object.
212
220
  * @path {POST} /rest/security/1.0/bulk
221
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-security-information#api-rest-security-1-0-bulk-post
213
222
  */
214
223
  submitVulnerabilities({ authorization, submitVulnerabilitiesRequest, }: {
215
224
  /**
@@ -237,6 +246,7 @@ export declare class SecurityInformationService extends CommonHttpService {
237
246
  * This resource requires the 'WRITE' scope for Connect apps.
238
247
  *
239
248
  * @path {POST} /rest/security/1.0/linkedWorkspaces/bulk
249
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-security-information#api-rest-security-1-0-linkedworkspaces-bulk-post
240
250
  */
241
251
  submitWorkspaces({ authorization, submitSecurityWorkspacesRequest, }: {
242
252
  /**
@@ -22,6 +22,8 @@ const validationSchemaStorage_1 = require("../validationSchemaStorage");
22
22
  * available to Atlassian Connect apps. To use these APIs you must have the
23
23
  * Security module in your app's descriptor. Read more about Jira Software modules
24
24
  * [here](https://developer.atlassian.com/cloud/jira/software/about-jira-modules/).
25
+ *
26
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-security-information
25
27
  */
26
28
  class SecurityInformationService extends CommonHttpService_1.CommonHttpService {
27
29
  /**
@@ -34,6 +36,7 @@ class SecurityInformationService extends CommonHttpService_1.CommonHttpService {
34
36
  * e.g. DELETE /bulk?workspaceIds=111-222-333,444-555-666
35
37
  *
36
38
  * @path {DELETE} /rest/security/1.0/linkedWorkspaces/bulk
39
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-security-information#api-rest-security-1-0-linkedworkspaces-bulk-delete
37
40
  */
38
41
  deleteLinkedWorkspaces({ authorization, }) {
39
42
  return this.getClientInstance()
@@ -64,6 +67,7 @@ class SecurityInformationService extends CommonHttpService_1.CommonHttpService {
64
67
  * This resource requires the 'DELETE' scope for Connect apps.
65
68
  *
66
69
  * @path {DELETE} /rest/security/1.0/bulkByProperties
70
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-security-information#api-rest-security-1-0-bulkbyproperties-delete
67
71
  */
68
72
  deleteVulnerabilitiesByProperty({ authorization, }) {
69
73
  return this.getClientInstance()
@@ -87,6 +91,7 @@ class SecurityInformationService extends CommonHttpService_1.CommonHttpService {
87
91
  * This resource requires the 'DELETE' scope for Connect apps.
88
92
  *
89
93
  * @path {DELETE} /rest/security/1.0/vulnerability/{vulnerabilityId}
94
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-security-information#api-rest-security-1-0-vulnerability-vulnerabilityid-delete
90
95
  */
91
96
  deleteVulnerabilityById({ vulnerabilityId, authorization, }) {
92
97
  return this.getClientInstance()
@@ -115,6 +120,7 @@ class SecurityInformationService extends CommonHttpService_1.CommonHttpService {
115
120
  *
116
121
  * @returns The Security Workspace information stored for the given ID.
117
122
  * @path {GET} /rest/security/1.0/linkedWorkspaces/{workspaceId}
123
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-security-information#api-rest-security-1-0-linkedworkspaces-workspaceid-get
118
124
  */
119
125
  getLinkedWorkspaceById({ workspaceId, authorization, }) {
120
126
  return this.getClientInstance()
@@ -149,6 +155,7 @@ class SecurityInformationService extends CommonHttpService_1.CommonHttpService {
149
155
  *
150
156
  * @returns A list of all stored workspace IDs.
151
157
  * @path {GET} /rest/security/1.0/linkedWorkspaces
158
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-security-information#api-rest-security-1-0-linkedworkspaces-get
152
159
  */
153
160
  getLinkedWorkspaces({ authorization, }) {
154
161
  return this.getClientInstance()
@@ -180,6 +187,7 @@ class SecurityInformationService extends CommonHttpService_1.CommonHttpService {
180
187
  *
181
188
  * @returns The Vulnerability data currently stored for the given ID.
182
189
  * @path {GET} /rest/security/1.0/vulnerability/{vulnerabilityId}
190
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-security-information#api-rest-security-1-0-vulnerability-vulnerabilityid-get
183
191
  */
184
192
  getVulnerabilityById({ vulnerabilityId, authorization, }) {
185
193
  return this.getClientInstance()
@@ -230,6 +238,7 @@ class SecurityInformationService extends CommonHttpService_1.CommonHttpService {
230
238
  * Details of any Vulnerabilities that were submitted but failed submission (due
231
239
  * to data format problems, etc.) are available in the response object.
232
240
  * @path {POST} /rest/security/1.0/bulk
241
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-security-information#api-rest-security-1-0-bulk-post
233
242
  */
234
243
  submitVulnerabilities({ authorization, submitVulnerabilitiesRequest, }) {
235
244
  return this.getClientInstance()
@@ -262,6 +271,7 @@ class SecurityInformationService extends CommonHttpService_1.CommonHttpService {
262
271
  * This resource requires the 'WRITE' scope for Connect apps.
263
272
  *
264
273
  * @path {POST} /rest/security/1.0/linkedWorkspaces/bulk
274
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-security-information#api-rest-security-1-0-linkedworkspaces-bulk-post
265
275
  */
266
276
  submitWorkspaces({ authorization, submitSecurityWorkspacesRequest, }) {
267
277
  return this.getClientInstance()
@@ -1 +1 @@
1
- {"version":3,"file":"SecurityInformationService.js","sourceRoot":"","sources":["../../../../src/openapi/software/services/SecurityInformationService.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"SecurityInformationService.js","sourceRoot":"","sources":["../../../../src/openapi/software/services/SecurityInformationService.ts"],"names":[],"mappings":"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"}