@resolution/jira-api-client 0.5.1 → 0.5.3

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 (382) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/README.md +8 -0
  3. package/lib/openapi/platform/BaseJiraPlatformApiClient.d.ts +5 -7
  4. package/lib/openapi/platform/BaseJiraPlatformApiClient.js +4 -3
  5. package/lib/openapi/platform/BaseJiraPlatformApiClient.js.map +1 -1
  6. package/lib/openapi/platform/models/appMigration.d.ts +12 -6
  7. package/lib/openapi/platform/models/appMigration.js.map +1 -1
  8. package/lib/openapi/platform/models/appProperties.d.ts +2 -1
  9. package/lib/openapi/platform/models/appProperties.js.map +1 -1
  10. package/lib/openapi/platform/models/dynamicModules.d.ts +4 -2
  11. package/lib/openapi/platform/models/dynamicModules.js.map +1 -1
  12. package/lib/openapi/platform/models/issues.d.ts +12 -7
  13. package/lib/openapi/platform/models/issues.js.map +1 -1
  14. package/lib/openapi/platform/models/jiraExpressions.d.ts +7 -5
  15. package/lib/openapi/platform/models/jiraExpressions.js.map +1 -1
  16. package/lib/openapi/platform/models/jql.d.ts +8 -4
  17. package/lib/openapi/platform/models/jql.js.map +1 -1
  18. package/lib/openapi/platform/models/serviceRegistry.d.ts +2 -1
  19. package/lib/openapi/platform/models/serviceRegistry.js.map +1 -1
  20. package/lib/openapi/platform/models/workflows.d.ts +49 -46
  21. package/lib/openapi/platform/models/workflows.js.map +1 -1
  22. package/lib/openapi/platform/services/AnnouncementBannerService.d.ts +12 -9
  23. package/lib/openapi/platform/services/AnnouncementBannerService.js +8 -5
  24. package/lib/openapi/platform/services/AnnouncementBannerService.js.map +1 -1
  25. package/lib/openapi/platform/services/AppDataPoliciesService.d.ts +12 -5
  26. package/lib/openapi/platform/services/AppDataPoliciesService.js +11 -4
  27. package/lib/openapi/platform/services/AppDataPoliciesService.js.map +1 -1
  28. package/lib/openapi/platform/services/AppMigrationService.d.ts +13 -6
  29. package/lib/openapi/platform/services/AppMigrationService.js +10 -4
  30. package/lib/openapi/platform/services/AppMigrationService.js.map +1 -1
  31. package/lib/openapi/platform/services/AppPropertiesService.d.ts +43 -19
  32. package/lib/openapi/platform/services/AppPropertiesService.js +42 -18
  33. package/lib/openapi/platform/services/AppPropertiesService.js.map +1 -1
  34. package/lib/openapi/platform/services/ApplicationRolesService.d.ts +20 -21
  35. package/lib/openapi/platform/services/ApplicationRolesService.js +19 -20
  36. package/lib/openapi/platform/services/ApplicationRolesService.js.map +1 -1
  37. package/lib/openapi/platform/services/AuditRecordsService.d.ts +7 -3
  38. package/lib/openapi/platform/services/AuditRecordsService.js +6 -2
  39. package/lib/openapi/platform/services/AuditRecordsService.js.map +1 -1
  40. package/lib/openapi/platform/services/AvatarsService.d.ts +44 -37
  41. package/lib/openapi/platform/services/AvatarsService.js +43 -36
  42. package/lib/openapi/platform/services/AvatarsService.js.map +1 -1
  43. package/lib/openapi/platform/services/ClassificationLevelsService.d.ts +16 -22
  44. package/lib/openapi/platform/services/ClassificationLevelsService.js +15 -21
  45. package/lib/openapi/platform/services/ClassificationLevelsService.js.map +1 -1
  46. package/lib/openapi/platform/services/DashboardsService.d.ts +143 -149
  47. package/lib/openapi/platform/services/DashboardsService.js +123 -131
  48. package/lib/openapi/platform/services/DashboardsService.js.map +1 -1
  49. package/lib/openapi/platform/services/DynamicModulesService.d.ts +6 -4
  50. package/lib/openapi/platform/services/DynamicModulesService.js +5 -3
  51. package/lib/openapi/platform/services/DynamicModulesService.js.map +1 -1
  52. package/lib/openapi/platform/services/FilterSharingService.d.ts +73 -96
  53. package/lib/openapi/platform/services/FilterSharingService.js +68 -93
  54. package/lib/openapi/platform/services/FilterSharingService.js.map +1 -1
  55. package/lib/openapi/platform/services/FiltersService.d.ts +179 -258
  56. package/lib/openapi/platform/services/FiltersService.js +172 -254
  57. package/lib/openapi/platform/services/FiltersService.js.map +1 -1
  58. package/lib/openapi/platform/services/GroupAndUserPickerService.d.ts +9 -7
  59. package/lib/openapi/platform/services/GroupAndUserPickerService.js +8 -6
  60. package/lib/openapi/platform/services/GroupAndUserPickerService.js.map +1 -1
  61. package/lib/openapi/platform/services/GroupsService.d.ts +43 -27
  62. package/lib/openapi/platform/services/GroupsService.js +38 -24
  63. package/lib/openapi/platform/services/GroupsService.js.map +1 -1
  64. package/lib/openapi/platform/services/IssueAttachmentsService.d.ts +174 -170
  65. package/lib/openapi/platform/services/IssueAttachmentsService.js +173 -169
  66. package/lib/openapi/platform/services/IssueAttachmentsService.js.map +1 -1
  67. package/lib/openapi/platform/services/IssueBulkOperationsService.d.ts +36 -20
  68. package/lib/openapi/platform/services/IssueBulkOperationsService.js +33 -18
  69. package/lib/openapi/platform/services/IssueBulkOperationsService.js.map +1 -1
  70. package/lib/openapi/platform/services/IssueCommentPropertiesService.d.ts +20 -10
  71. package/lib/openapi/platform/services/IssueCommentPropertiesService.js +19 -9
  72. package/lib/openapi/platform/services/IssueCommentPropertiesService.js.map +1 -1
  73. package/lib/openapi/platform/services/IssueCommentsService.d.ts +66 -81
  74. package/lib/openapi/platform/services/IssueCommentsService.js +57 -69
  75. package/lib/openapi/platform/services/IssueCommentsService.js.map +1 -1
  76. package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.d.ts +11 -5
  77. package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.js +8 -3
  78. package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.js.map +1 -1
  79. package/lib/openapi/platform/services/IssueCustomFieldContextsService.d.ts +72 -38
  80. package/lib/openapi/platform/services/IssueCustomFieldContextsService.js +53 -25
  81. package/lib/openapi/platform/services/IssueCustomFieldContextsService.js.map +1 -1
  82. package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.d.ts +51 -29
  83. package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.js +46 -26
  84. package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.js.map +1 -1
  85. package/lib/openapi/platform/services/IssueCustomFieldOptionsService.d.ts +38 -17
  86. package/lib/openapi/platform/services/IssueCustomFieldOptionsService.js +31 -13
  87. package/lib/openapi/platform/services/IssueCustomFieldOptionsService.js.map +1 -1
  88. package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.d.ts +9 -5
  89. package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js +4 -2
  90. package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js.map +1 -1
  91. package/lib/openapi/platform/services/IssueFieldConfigurationsService.d.ts +76 -33
  92. package/lib/openapi/platform/services/IssueFieldConfigurationsService.js +59 -24
  93. package/lib/openapi/platform/services/IssueFieldConfigurationsService.js.map +1 -1
  94. package/lib/openapi/platform/services/IssueFieldsService.d.ts +57 -47
  95. package/lib/openapi/platform/services/IssueFieldsService.js +50 -40
  96. package/lib/openapi/platform/services/IssueFieldsService.js.map +1 -1
  97. package/lib/openapi/platform/services/IssueLinkTypesService.d.ts +30 -12
  98. package/lib/openapi/platform/services/IssueLinkTypesService.js +25 -9
  99. package/lib/openapi/platform/services/IssueLinkTypesService.js.map +1 -1
  100. package/lib/openapi/platform/services/IssueLinksService.d.ts +21 -24
  101. package/lib/openapi/platform/services/IssueLinksService.js +18 -22
  102. package/lib/openapi/platform/services/IssueLinksService.js.map +1 -1
  103. package/lib/openapi/platform/services/IssueNavigatorSettingsService.d.ts +8 -4
  104. package/lib/openapi/platform/services/IssueNavigatorSettingsService.js +7 -3
  105. package/lib/openapi/platform/services/IssueNavigatorSettingsService.js.map +1 -1
  106. package/lib/openapi/platform/services/IssueNotificationSchemesService.d.ts +64 -70
  107. package/lib/openapi/platform/services/IssueNotificationSchemesService.js +57 -66
  108. package/lib/openapi/platform/services/IssueNotificationSchemesService.js.map +1 -1
  109. package/lib/openapi/platform/services/IssuePrioritiesService.d.ts +45 -27
  110. package/lib/openapi/platform/services/IssuePrioritiesService.js +36 -22
  111. package/lib/openapi/platform/services/IssuePrioritiesService.js.map +1 -1
  112. package/lib/openapi/platform/services/IssuePropertiesService.d.ts +34 -17
  113. package/lib/openapi/platform/services/IssuePropertiesService.js +27 -13
  114. package/lib/openapi/platform/services/IssuePropertiesService.js.map +1 -1
  115. package/lib/openapi/platform/services/IssueRemoteLinksService.d.ts +42 -28
  116. package/lib/openapi/platform/services/IssueRemoteLinksService.js +37 -25
  117. package/lib/openapi/platform/services/IssueRemoteLinksService.js.map +1 -1
  118. package/lib/openapi/platform/services/IssueResolutionsService.d.ts +40 -17
  119. package/lib/openapi/platform/services/IssueResolutionsService.js +31 -12
  120. package/lib/openapi/platform/services/IssueResolutionsService.js.map +1 -1
  121. package/lib/openapi/platform/services/IssueSearchService.d.ts +86 -139
  122. package/lib/openapi/platform/services/IssueSearchService.js +79 -135
  123. package/lib/openapi/platform/services/IssueSearchService.js.map +1 -1
  124. package/lib/openapi/platform/services/IssueSecurityLevelService.d.ts +20 -19
  125. package/lib/openapi/platform/services/IssueSecurityLevelService.js +19 -18
  126. package/lib/openapi/platform/services/IssueSecurityLevelService.js.map +1 -1
  127. package/lib/openapi/platform/services/IssueSecuritySchemesService.d.ts +78 -40
  128. package/lib/openapi/platform/services/IssueSecuritySchemesService.js +63 -32
  129. package/lib/openapi/platform/services/IssueSecuritySchemesService.js.map +1 -1
  130. package/lib/openapi/platform/services/IssueTypePropertiesService.d.ts +22 -11
  131. package/lib/openapi/platform/services/IssueTypePropertiesService.js +19 -9
  132. package/lib/openapi/platform/services/IssueTypePropertiesService.js.map +1 -1
  133. package/lib/openapi/platform/services/IssueTypeSchemesService.d.ts +53 -34
  134. package/lib/openapi/platform/services/IssueTypeSchemesService.js +40 -24
  135. package/lib/openapi/platform/services/IssueTypeSchemesService.js.map +1 -1
  136. package/lib/openapi/platform/services/IssueTypeScreenSchemesService.d.ts +56 -27
  137. package/lib/openapi/platform/services/IssueTypeScreenSchemesService.js +43 -20
  138. package/lib/openapi/platform/services/IssueTypeScreenSchemesService.js.map +1 -1
  139. package/lib/openapi/platform/services/IssueTypesService.d.ts +53 -42
  140. package/lib/openapi/platform/services/IssueTypesService.js +48 -39
  141. package/lib/openapi/platform/services/IssueTypesService.js.map +1 -1
  142. package/lib/openapi/platform/services/IssueVotesService.d.ts +17 -17
  143. package/lib/openapi/platform/services/IssueVotesService.js +16 -16
  144. package/lib/openapi/platform/services/IssueVotesService.js.map +1 -1
  145. package/lib/openapi/platform/services/IssueWatchersService.d.ts +20 -10
  146. package/lib/openapi/platform/services/IssueWatchersService.js +17 -8
  147. package/lib/openapi/platform/services/IssueWatchersService.js.map +1 -1
  148. package/lib/openapi/platform/services/IssueWorklogPropertiesService.d.ts +20 -13
  149. package/lib/openapi/platform/services/IssueWorklogPropertiesService.js +19 -12
  150. package/lib/openapi/platform/services/IssueWorklogPropertiesService.js.map +1 -1
  151. package/lib/openapi/platform/services/IssueWorklogsService.d.ts +69 -67
  152. package/lib/openapi/platform/services/IssueWorklogsService.js +62 -63
  153. package/lib/openapi/platform/services/IssueWorklogsService.js.map +1 -1
  154. package/lib/openapi/platform/services/IssuesService.d.ts +225 -227
  155. package/lib/openapi/platform/services/IssuesService.js +195 -207
  156. package/lib/openapi/platform/services/IssuesService.js.map +1 -1
  157. package/lib/openapi/platform/services/JiraExpressionsService.d.ts +25 -24
  158. package/lib/openapi/platform/services/JiraExpressionsService.js +19 -18
  159. package/lib/openapi/platform/services/JiraExpressionsService.js.map +1 -1
  160. package/lib/openapi/platform/services/JiraSettingsService.d.ts +21 -9
  161. package/lib/openapi/platform/services/JiraSettingsService.js +18 -7
  162. package/lib/openapi/platform/services/JiraSettingsService.js.map +1 -1
  163. package/lib/openapi/platform/services/JqlFunctionsAppsService.d.ts +13 -9
  164. package/lib/openapi/platform/services/JqlFunctionsAppsService.js +10 -7
  165. package/lib/openapi/platform/services/JqlFunctionsAppsService.js.map +1 -1
  166. package/lib/openapi/platform/services/JqlService.d.ts +55 -43
  167. package/lib/openapi/platform/services/JqlService.js +43 -31
  168. package/lib/openapi/platform/services/JqlService.js.map +1 -1
  169. package/lib/openapi/platform/services/LabelsService.d.ts +7 -3
  170. package/lib/openapi/platform/services/LabelsService.js +6 -2
  171. package/lib/openapi/platform/services/LabelsService.js.map +1 -1
  172. package/lib/openapi/platform/services/LicenseMetricsService.d.ts +17 -7
  173. package/lib/openapi/platform/services/LicenseMetricsService.js +16 -6
  174. package/lib/openapi/platform/services/LicenseMetricsService.js.map +1 -1
  175. package/lib/openapi/platform/services/MyselfService.d.ts +28 -21
  176. package/lib/openapi/platform/services/MyselfService.js +25 -19
  177. package/lib/openapi/platform/services/MyselfService.js.map +1 -1
  178. package/lib/openapi/platform/services/PermissionSchemesService.d.ts +67 -55
  179. package/lib/openapi/platform/services/PermissionSchemesService.js +60 -51
  180. package/lib/openapi/platform/services/PermissionSchemesService.js.map +1 -1
  181. package/lib/openapi/platform/services/PermissionsService.d.ts +23 -11
  182. package/lib/openapi/platform/services/PermissionsService.js +20 -9
  183. package/lib/openapi/platform/services/PermissionsService.js.map +1 -1
  184. package/lib/openapi/platform/services/PrioritySchemesService.d.ts +59 -25
  185. package/lib/openapi/platform/services/PrioritySchemesService.js +52 -21
  186. package/lib/openapi/platform/services/PrioritySchemesService.js.map +1 -1
  187. package/lib/openapi/platform/services/ProjectAvatarsService.d.ts +27 -24
  188. package/lib/openapi/platform/services/ProjectAvatarsService.js +24 -22
  189. package/lib/openapi/platform/services/ProjectAvatarsService.js.map +1 -1
  190. package/lib/openapi/platform/services/ProjectCategoriesService.d.ts +30 -12
  191. package/lib/openapi/platform/services/ProjectCategoriesService.js +25 -9
  192. package/lib/openapi/platform/services/ProjectCategoriesService.js.map +1 -1
  193. package/lib/openapi/platform/services/ProjectClassificationLevelsService.d.ts +17 -14
  194. package/lib/openapi/platform/services/ProjectClassificationLevelsService.js +13 -10
  195. package/lib/openapi/platform/services/ProjectClassificationLevelsService.js.map +1 -1
  196. package/lib/openapi/platform/services/ProjectComponentsService.d.ts +198 -321
  197. package/lib/openapi/platform/services/ProjectComponentsService.js +193 -318
  198. package/lib/openapi/platform/services/ProjectComponentsService.js.map +1 -1
  199. package/lib/openapi/platform/services/ProjectEmailService.d.ts +11 -5
  200. package/lib/openapi/platform/services/ProjectEmailService.js +8 -3
  201. package/lib/openapi/platform/services/ProjectEmailService.js.map +1 -1
  202. package/lib/openapi/platform/services/ProjectFeaturesService.d.ts +23 -22
  203. package/lib/openapi/platform/services/ProjectFeaturesService.js +20 -20
  204. package/lib/openapi/platform/services/ProjectFeaturesService.js.map +1 -1
  205. package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.d.ts +19 -7
  206. package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.js +18 -6
  207. package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.js.map +1 -1
  208. package/lib/openapi/platform/services/ProjectPermissionSchemesService.d.ts +32 -23
  209. package/lib/openapi/platform/services/ProjectPermissionSchemesService.js +29 -21
  210. package/lib/openapi/platform/services/ProjectPermissionSchemesService.js.map +1 -1
  211. package/lib/openapi/platform/services/ProjectPropertiesService.d.ts +22 -11
  212. package/lib/openapi/platform/services/ProjectPropertiesService.js +19 -9
  213. package/lib/openapi/platform/services/ProjectPropertiesService.js.map +1 -1
  214. package/lib/openapi/platform/services/ProjectRoleActorsService.d.ts +47 -33
  215. package/lib/openapi/platform/services/ProjectRoleActorsService.js +40 -29
  216. package/lib/openapi/platform/services/ProjectRoleActorsService.js.map +1 -1
  217. package/lib/openapi/platform/services/ProjectRolesService.d.ts +67 -43
  218. package/lib/openapi/platform/services/ProjectRolesService.js +60 -39
  219. package/lib/openapi/platform/services/ProjectRolesService.js.map +1 -1
  220. package/lib/openapi/platform/services/ProjectTypesService.d.ts +29 -21
  221. package/lib/openapi/platform/services/ProjectTypesService.js +28 -20
  222. package/lib/openapi/platform/services/ProjectTypesService.js.map +1 -1
  223. package/lib/openapi/platform/services/ProjectVersionsService.d.ts +87 -36
  224. package/lib/openapi/platform/services/ProjectVersionsService.js +76 -30
  225. package/lib/openapi/platform/services/ProjectVersionsService.js.map +1 -1
  226. package/lib/openapi/platform/services/ProjectsService.d.ts +207 -313
  227. package/lib/openapi/platform/services/ProjectsService.js +201 -308
  228. package/lib/openapi/platform/services/ProjectsService.js.map +1 -1
  229. package/lib/openapi/platform/services/ScreenSchemesService.d.ts +22 -11
  230. package/lib/openapi/platform/services/ScreenSchemesService.js +17 -8
  231. package/lib/openapi/platform/services/ScreenSchemesService.js.map +1 -1
  232. package/lib/openapi/platform/services/ScreenTabFieldsService.d.ts +15 -7
  233. package/lib/openapi/platform/services/ScreenTabFieldsService.js +12 -5
  234. package/lib/openapi/platform/services/ScreenTabFieldsService.js.map +1 -1
  235. package/lib/openapi/platform/services/ScreenTabsService.d.ts +27 -11
  236. package/lib/openapi/platform/services/ScreenTabsService.js +24 -9
  237. package/lib/openapi/platform/services/ScreenTabsService.js.map +1 -1
  238. package/lib/openapi/platform/services/ScreensService.d.ts +42 -28
  239. package/lib/openapi/platform/services/ScreensService.js +36 -23
  240. package/lib/openapi/platform/services/ScreensService.js.map +1 -1
  241. package/lib/openapi/platform/services/ServerInfoService.d.ts +6 -3
  242. package/lib/openapi/platform/services/ServerInfoService.js +5 -2
  243. package/lib/openapi/platform/services/ServerInfoService.js.map +1 -1
  244. package/lib/openapi/platform/services/ServiceRegistryService.d.ts +5 -3
  245. package/lib/openapi/platform/services/ServiceRegistryService.js +2 -1
  246. package/lib/openapi/platform/services/ServiceRegistryService.js.map +1 -1
  247. package/lib/openapi/platform/services/StatusService.d.ts +29 -15
  248. package/lib/openapi/platform/services/StatusService.js +24 -12
  249. package/lib/openapi/platform/services/StatusService.js.map +1 -1
  250. package/lib/openapi/platform/services/TasksService.d.ts +9 -4
  251. package/lib/openapi/platform/services/TasksService.js +8 -3
  252. package/lib/openapi/platform/services/TasksService.js.map +1 -1
  253. package/lib/openapi/platform/services/TimeTrackingService.d.ts +30 -13
  254. package/lib/openapi/platform/services/TimeTrackingService.js +25 -10
  255. package/lib/openapi/platform/services/TimeTrackingService.js.map +1 -1
  256. package/lib/openapi/platform/services/UiModificationsAppsService.d.ts +26 -19
  257. package/lib/openapi/platform/services/UiModificationsAppsService.js +21 -16
  258. package/lib/openapi/platform/services/UiModificationsAppsService.js.map +1 -1
  259. package/lib/openapi/platform/services/UserPropertiesService.d.ts +20 -10
  260. package/lib/openapi/platform/services/UserPropertiesService.js +19 -9
  261. package/lib/openapi/platform/services/UserPropertiesService.js.map +1 -1
  262. package/lib/openapi/platform/services/UserSearchService.d.ts +95 -126
  263. package/lib/openapi/platform/services/UserSearchService.js +94 -125
  264. package/lib/openapi/platform/services/UserSearchService.js.map +1 -1
  265. package/lib/openapi/platform/services/UsersService.d.ts +97 -95
  266. package/lib/openapi/platform/services/UsersService.js +94 -93
  267. package/lib/openapi/platform/services/UsersService.js.map +1 -1
  268. package/lib/openapi/platform/services/WebhooksService.d.ts +35 -18
  269. package/lib/openapi/platform/services/WebhooksService.js +28 -14
  270. package/lib/openapi/platform/services/WebhooksService.js.map +1 -1
  271. package/lib/openapi/platform/services/WorkflowSchemeDraftsService.d.ts +133 -147
  272. package/lib/openapi/platform/services/WorkflowSchemeDraftsService.js +122 -141
  273. package/lib/openapi/platform/services/WorkflowSchemeDraftsService.js.map +1 -1
  274. package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.d.ts +13 -10
  275. package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.js +10 -8
  276. package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.js.map +1 -1
  277. package/lib/openapi/platform/services/WorkflowSchemesService.d.ts +121 -82
  278. package/lib/openapi/platform/services/WorkflowSchemesService.js +104 -73
  279. package/lib/openapi/platform/services/WorkflowSchemesService.js.map +1 -1
  280. package/lib/openapi/platform/services/WorkflowStatusCategoriesService.d.ts +12 -5
  281. package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js +11 -4
  282. package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js.map +1 -1
  283. package/lib/openapi/platform/services/WorkflowStatusesService.d.ts +12 -5
  284. package/lib/openapi/platform/services/WorkflowStatusesService.js +11 -4
  285. package/lib/openapi/platform/services/WorkflowStatusesService.js.map +1 -1
  286. package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.d.ts +25 -10
  287. package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js +20 -7
  288. package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js.map +1 -1
  289. package/lib/openapi/platform/services/WorkflowTransitionRulesService.d.ts +25 -13
  290. package/lib/openapi/platform/services/WorkflowTransitionRulesService.js +20 -10
  291. package/lib/openapi/platform/services/WorkflowTransitionRulesService.js.map +1 -1
  292. package/lib/openapi/platform/services/WorkflowsService.d.ts +743 -660
  293. package/lib/openapi/platform/services/WorkflowsService.js +708 -609
  294. package/lib/openapi/platform/services/WorkflowsService.js.map +1 -1
  295. package/lib/openapi/serviceManagement/BaseJiraServiceManagementApiClient.d.ts +5 -7
  296. package/lib/openapi/serviceManagement/BaseJiraServiceManagementApiClient.js +4 -3
  297. package/lib/openapi/serviceManagement/BaseJiraServiceManagementApiClient.js.map +1 -1
  298. package/lib/openapi/serviceManagement/services/AssetsService.d.ts +11 -8
  299. package/lib/openapi/serviceManagement/services/AssetsService.js +10 -7
  300. package/lib/openapi/serviceManagement/services/AssetsService.js.map +1 -1
  301. package/lib/openapi/serviceManagement/services/CustomerService.d.ts +17 -20
  302. package/lib/openapi/serviceManagement/services/CustomerService.js +14 -18
  303. package/lib/openapi/serviceManagement/services/CustomerService.js.map +1 -1
  304. package/lib/openapi/serviceManagement/services/InfoService.d.ts +6 -3
  305. package/lib/openapi/serviceManagement/services/InfoService.js +5 -2
  306. package/lib/openapi/serviceManagement/services/InfoService.js.map +1 -1
  307. package/lib/openapi/serviceManagement/services/KnowledgebaseService.d.ts +11 -11
  308. package/lib/openapi/serviceManagement/services/KnowledgebaseService.js +10 -10
  309. package/lib/openapi/serviceManagement/services/KnowledgebaseService.js.map +1 -1
  310. package/lib/openapi/serviceManagement/services/OrganizationService.d.ts +108 -104
  311. package/lib/openapi/serviceManagement/services/OrganizationService.js +95 -97
  312. package/lib/openapi/serviceManagement/services/OrganizationService.js.map +1 -1
  313. package/lib/openapi/serviceManagement/services/RequestService.d.ts +420 -578
  314. package/lib/openapi/serviceManagement/services/RequestService.js +403 -569
  315. package/lib/openapi/serviceManagement/services/RequestService.js.map +1 -1
  316. package/lib/openapi/serviceManagement/services/RequesttypeService.d.ts +25 -39
  317. package/lib/openapi/serviceManagement/services/RequesttypeService.js +24 -38
  318. package/lib/openapi/serviceManagement/services/RequesttypeService.js.map +1 -1
  319. package/lib/openapi/serviceManagement/services/ServicedeskService.d.ts +195 -215
  320. package/lib/openapi/serviceManagement/services/ServicedeskService.js +188 -211
  321. package/lib/openapi/serviceManagement/services/ServicedeskService.js.map +1 -1
  322. package/lib/openapi/software/BaseJiraSoftwareApiClient.d.ts +4 -6
  323. package/lib/openapi/software/BaseJiraSoftwareApiClient.js +3 -2
  324. package/lib/openapi/software/BaseJiraSoftwareApiClient.js.map +1 -1
  325. package/lib/openapi/software/models/builds.d.ts +38 -19
  326. package/lib/openapi/software/models/builds.js.map +1 -1
  327. package/lib/openapi/software/models/common.d.ts +6 -3
  328. package/lib/openapi/software/models/common.js.map +1 -1
  329. package/lib/openapi/software/models/deployments.d.ts +36 -17
  330. package/lib/openapi/software/models/deployments.js.map +1 -1
  331. package/lib/openapi/software/models/devOpsComponents.d.ts +6 -3
  332. package/lib/openapi/software/models/devOpsComponents.js.map +1 -1
  333. package/lib/openapi/software/models/developmentInformation.d.ts +106 -54
  334. package/lib/openapi/software/models/developmentInformation.js.map +1 -1
  335. package/lib/openapi/software/models/featureFlags.d.ts +16 -8
  336. package/lib/openapi/software/models/featureFlags.js.map +1 -1
  337. package/lib/openapi/software/models/operations.d.ts +60 -30
  338. package/lib/openapi/software/models/operations.js.map +1 -1
  339. package/lib/openapi/software/models/remoteLinks.d.ts +36 -18
  340. package/lib/openapi/software/models/remoteLinks.js.map +1 -1
  341. package/lib/openapi/software/models/securityInformation.d.ts +52 -26
  342. package/lib/openapi/software/models/securityInformation.js.map +1 -1
  343. package/lib/openapi/software/services/BacklogService.d.ts +14 -8
  344. package/lib/openapi/software/services/BacklogService.js +9 -5
  345. package/lib/openapi/software/services/BacklogService.js.map +1 -1
  346. package/lib/openapi/software/services/BoardService.d.ts +200 -204
  347. package/lib/openapi/software/services/BoardService.js +195 -201
  348. package/lib/openapi/software/services/BoardService.js.map +1 -1
  349. package/lib/openapi/software/services/BuildsService.d.ts +11 -9
  350. package/lib/openapi/software/services/BuildsService.js +10 -8
  351. package/lib/openapi/software/services/BuildsService.js.map +1 -1
  352. package/lib/openapi/software/services/DeploymentsService.d.ts +13 -13
  353. package/lib/openapi/software/services/DeploymentsService.js +12 -12
  354. package/lib/openapi/software/services/DeploymentsService.js.map +1 -1
  355. package/lib/openapi/software/services/DevOpsComponentsService.d.ts +33 -20
  356. package/lib/openapi/software/services/DevOpsComponentsService.js +10 -8
  357. package/lib/openapi/software/services/DevOpsComponentsService.js.map +1 -1
  358. package/lib/openapi/software/services/DevelopmentInformationService.d.ts +14 -9
  359. package/lib/openapi/software/services/DevelopmentInformationService.js +13 -8
  360. package/lib/openapi/software/services/DevelopmentInformationService.js.map +1 -1
  361. package/lib/openapi/software/services/EpicService.d.ts +67 -76
  362. package/lib/openapi/software/services/EpicService.js +58 -71
  363. package/lib/openapi/software/services/EpicService.js.map +1 -1
  364. package/lib/openapi/software/services/FeatureFlagsService.d.ts +11 -9
  365. package/lib/openapi/software/services/FeatureFlagsService.js +10 -8
  366. package/lib/openapi/software/services/FeatureFlagsService.js.map +1 -1
  367. package/lib/openapi/software/services/IssueService.d.ts +45 -44
  368. package/lib/openapi/software/services/IssueService.js +40 -41
  369. package/lib/openapi/software/services/IssueService.js.map +1 -1
  370. package/lib/openapi/software/services/OperationsService.d.ts +66 -38
  371. package/lib/openapi/software/services/OperationsService.js +21 -15
  372. package/lib/openapi/software/services/OperationsService.js.map +1 -1
  373. package/lib/openapi/software/services/RemoteLinksService.d.ts +18 -13
  374. package/lib/openapi/software/services/RemoteLinksService.js +10 -8
  375. package/lib/openapi/software/services/RemoteLinksService.js.map +1 -1
  376. package/lib/openapi/software/services/SecurityInformationService.d.ts +19 -13
  377. package/lib/openapi/software/services/SecurityInformationService.js +18 -12
  378. package/lib/openapi/software/services/SecurityInformationService.js.map +1 -1
  379. package/lib/openapi/software/services/SprintService.d.ts +79 -55
  380. package/lib/openapi/software/services/SprintService.js +68 -49
  381. package/lib/openapi/software/services/SprintService.js.map +1 -1
  382. package/package.json +4 -3
@@ -27,7 +27,9 @@ class IssueFieldsService extends CommonHttpService_1.CommonHttpService {
27
27
  *
28
28
  * @returns Returned if the custom field is created.
29
29
  *
30
- * example: {
30
+ * example:
31
+ * ```
32
+ * {
31
33
  * "clauseNames": [
32
34
  * "cf[10101]",
33
35
  * "New custom field"
@@ -46,11 +48,12 @@ class IssueFieldsService extends CommonHttpService_1.CommonHttpService {
46
48
  * "searchable": true,
47
49
  * "untranslatedName": "New custom field"
48
50
  * }
49
- * @path {POST} /rest/api/3/field
51
+ * ```
52
+ * @path POST `/rest/api/3/field`
50
53
  * @scopes-current manage:jira-configuration
51
- * @scopes-beta write:field:jira, read:avatar:jira, read:field:jira,
52
- * read:project-category:jira, read:project:jira, read:field-configuration:jira
54
+ * @scopes-beta write:field:jira, read:avatar:jira, read:field:jira, read:project-category:jira, read:project:jira, read:field-configuration:jira
53
55
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-fields#api-rest-api-3-field-post
56
+ * @param params
54
57
  */
55
58
  this.createCustomField = ({ customFieldDefinitionJsonBean, }) => {
56
59
  return this.getClientInstance()
@@ -84,10 +87,11 @@ class IssueFieldsService extends CommonHttpService_1.CommonHttpService {
84
87
  * **[Permissions](#permissions) required:** *Administer Jira* [global
85
88
  * permission](https://confluence.atlassian.com/x/x4dKLg).
86
89
  *
87
- * @path {DELETE} /rest/api/3/field/{id}
90
+ * @path DELETE `/rest/api/3/field/{id}`
88
91
  * @scopes-current manage:jira-configuration
89
92
  * @scopes-beta delete:field:jira
90
93
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-fields#api-rest-api-3-field-id-delete
94
+ * @param params
91
95
  */
92
96
  this.deleteCustomField = ({ id, }) => {
93
97
  return this.getClientInstance()
@@ -111,7 +115,9 @@ class IssueFieldsService extends CommonHttpService_1.CommonHttpService {
111
115
  * @deprecated
112
116
  * @returns Returned if the request is successful.
113
117
  *
114
- * example: {
118
+ * example:
119
+ * ```
120
+ * {
115
121
  * "isLast": false,
116
122
  * "maxResults": 1,
117
123
  * "startAt": 0,
@@ -123,10 +129,12 @@ class IssueFieldsService extends CommonHttpService_1.CommonHttpService {
123
129
  * }
124
130
  * ]
125
131
  * }
126
- * @path {GET} /rest/api/3/field/{fieldId}/contexts
132
+ * ```
133
+ * @path GET `/rest/api/3/field/{fieldId}/contexts`
127
134
  * @scopes-current manage:jira-project
128
135
  * @scopes-beta read:field:jira, read:avatar:jira, read:project-category:jira, read:project:jira
129
136
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-fields#api-rest-api-3-field-fieldid-contexts-get
137
+ * @param params
130
138
  */
131
139
  this.getContextsForFieldDeprecated = ({ fieldId, startAt, maxResults, }) => {
132
140
  return this.getClientInstance()
@@ -168,7 +176,9 @@ class IssueFieldsService extends CommonHttpService_1.CommonHttpService {
168
176
  *
169
177
  * @returns Returned if the request is successful.
170
178
  *
171
- * example: [
179
+ * example:
180
+ * ```
181
+ * [
172
182
  * {
173
183
  * "clauseNames": [
174
184
  * "description"
@@ -201,10 +211,10 @@ class IssueFieldsService extends CommonHttpService_1.CommonHttpService {
201
211
  * "searchable": true
202
212
  * }
203
213
  * ]
204
- * @path {GET} /rest/api/3/field
214
+ * ```
215
+ * @path GET `/rest/api/3/field`
205
216
  * @scopes-current read:jira-work
206
- * @scopes-beta read:field:jira, read:avatar:jira, read:project-category:jira,
207
- * read:project:jira, read:field-configuration:jira
217
+ * @scopes-beta read:field:jira, read:avatar:jira, read:project-category:jira, read:project:jira, read:field-configuration:jira
208
218
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-fields#api-rest-api-3-field-get
209
219
  */
210
220
  this.getFields = () => {
@@ -240,7 +250,9 @@ class IssueFieldsService extends CommonHttpService_1.CommonHttpService {
240
250
  *
241
251
  * @returns Returned if the request is successful.
242
252
  *
243
- * example: {
253
+ * example:
254
+ * ```
255
+ * {
244
256
  * "isLast": false,
245
257
  * "maxResults": 50,
246
258
  * "startAt": 0,
@@ -250,19 +262,16 @@ class IssueFieldsService extends CommonHttpService_1.CommonHttpService {
250
262
  * "id": "customfield_10000",
251
263
  * "name": "Approvers",
252
264
  * "schema": {
253
- * "custom":
254
- * "com.atlassian.jira.plugin.system.customfieldtypes:multiuserpicker",
265
+ * "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multiuserpicker",
255
266
  * "customId": 10000,
256
267
  * "items": "user",
257
268
  * "type": "array"
258
269
  * },
259
- * "description": "Contains users needed for approval. This custom field was
260
- * created by Jira Service Desk.",
270
+ * "description": "Contains users needed for approval. This custom field was created by Jira Service Desk.",
261
271
  * "key": "customfield_10000",
262
272
  * "stableId": "sfid:approvers",
263
273
  * "isLocked": true,
264
- * "searcherKey":
265
- * "com.atlassian.jira.plugin.system.customfieldtypes:userpickergroupsearcher",
274
+ * "searcherKey": "com.atlassian.jira.plugin.system.customfieldtypes:userpickergroupsearcher",
266
275
  * "screensCount": 2,
267
276
  * "contextsCount": 2,
268
277
  * "lastUsed": {
@@ -282,8 +291,7 @@ class IssueFieldsService extends CommonHttpService_1.CommonHttpService {
282
291
  * "key": "customfield_10001",
283
292
  * "stableId": "sfid:change-reason",
284
293
  * "isLocked": false,
285
- * "searcherKey":
286
- * "com.atlassian.jira.plugin.system.customfieldtypes:multiselectsearcher",
294
+ * "searcherKey": "com.atlassian.jira.plugin.system.customfieldtypes:multiselectsearcher",
287
295
  * "screensCount": 2,
288
296
  * "contextsCount": 2,
289
297
  * "projectsCount": 2,
@@ -293,10 +301,12 @@ class IssueFieldsService extends CommonHttpService_1.CommonHttpService {
293
301
  * }
294
302
  * ]
295
303
  * }
296
- * @path {GET} /rest/api/3/field/search
304
+ * ```
305
+ * @path GET `/rest/api/3/field/search`
297
306
  * @scopes-current read:jira-work
298
307
  * @scopes-beta read:field:jira, read:field-configuration:jira
299
308
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-fields#api-rest-api-3-field-search-get
309
+ * @param params
300
310
  */
301
311
  this.getFieldsPaginated = ({ startAt, maxResults, type, id, query, orderBy, expand, } = {}) => {
302
312
  return this.getClientInstance()
@@ -333,7 +343,9 @@ class IssueFieldsService extends CommonHttpService_1.CommonHttpService {
333
343
  *
334
344
  * @returns Returned if the request is successful.
335
345
  *
336
- * example: {
346
+ * example:
347
+ * ```
348
+ * {
337
349
  * "isLast": false,
338
350
  * "maxResults": 50,
339
351
  * "startAt": 0,
@@ -343,42 +355,37 @@ class IssueFieldsService extends CommonHttpService_1.CommonHttpService {
343
355
  * "id": "customfield_10000",
344
356
  * "name": "Approvers",
345
357
  * "schema": {
346
- * "custom":
347
- * "com.atlassian.jira.plugin.system.customfieldtypes:multiuserpicker",
358
+ * "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multiuserpicker",
348
359
  * "customId": 10003,
349
360
  * "type": "array"
350
361
  * },
351
- * "description": "Contains users needed for approval. This custom field was
352
- * created by Jira Service Desk.",
362
+ * "description": "Contains users needed for approval. This custom field was created by Jira Service Desk.",
353
363
  * "key": "customfield_10003",
354
364
  * "trashedDate": "2022-10-06T07:32:47.000+0000",
355
365
  * "trashedBy": {
356
366
  * "accountId": "5b10a2844c20165700ede21g",
357
367
  * "active": true,
358
368
  * "avatarUrls": {
359
- * "16x16":
360
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
361
- * "24x24":
362
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
363
- * "32x32":
364
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
365
- * "48x48":
366
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
369
+ * "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
370
+ * "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
371
+ * "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
372
+ * "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
367
373
  * },
368
374
  * "displayName": "Mia Krystof",
369
375
  * "emailAddress": "mia@example.com",
370
- * "self":
371
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g",
376
+ * "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g",
372
377
  * "timeZone": "Australia/Sydney"
373
378
  * },
374
379
  * "plannedDeletionDate": "2022-10-24T07:32:47.000+0000"
375
380
  * }
376
381
  * ]
377
382
  * }
378
- * @path {GET} /rest/api/3/field/search/trashed
383
+ * ```
384
+ * @path GET `/rest/api/3/field/search/trashed`
379
385
  * @scopes-current read:jira-work
380
386
  * @scopes-beta read:field:jira, read:field-configuration:jira, read:user:jira
381
387
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-fields#api-rest-api-3-field-search-trashed-get
388
+ * @param params
382
389
  */
383
390
  this.getTrashedFieldsPaginated = ({ startAt, maxResults, id, query, expand, orderBy, } = {}) => {
384
391
  return this.getClientInstance()
@@ -412,10 +419,11 @@ class IssueFieldsService extends CommonHttpService_1.CommonHttpService {
412
419
  * permission](https://confluence.atlassian.com/x/x4dKLg).
413
420
  *
414
421
  * @returns Returned if the request is successful.
415
- * @path {POST} /rest/api/3/field/{id}/restore
422
+ * @path POST `/rest/api/3/field/{id}/restore`
416
423
  * @scopes-current manage:jira-configuration
417
424
  * @scopes-beta write:field:jira
418
425
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-fields#api-rest-api-3-field-id-restore-post
426
+ * @param params
419
427
  */
420
428
  this.restoreCustomField = ({ id, }) => {
421
429
  return this.getClientInstance()
@@ -444,10 +452,11 @@ class IssueFieldsService extends CommonHttpService_1.CommonHttpService {
444
452
  * permission](https://confluence.atlassian.com/x/x4dKLg).
445
453
  *
446
454
  * @returns Returned if the request is successful.
447
- * @path {POST} /rest/api/3/field/{id}/trash
455
+ * @path POST `/rest/api/3/field/{id}/trash`
448
456
  * @scopes-current manage:jira-configuration
449
457
  * @scopes-beta delete:field:jira
450
458
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-fields#api-rest-api-3-field-id-trash-post
459
+ * @param params
451
460
  */
452
461
  this.trashCustomField = ({ id, }) => {
453
462
  return this.getClientInstance()
@@ -474,10 +483,11 @@ class IssueFieldsService extends CommonHttpService_1.CommonHttpService {
474
483
  * permission](https://confluence.atlassian.com/x/x4dKLg).
475
484
  *
476
485
  * @returns Returned if the request is successful.
477
- * @path {PUT} /rest/api/3/field/{fieldId}
486
+ * @path PUT `/rest/api/3/field/{fieldId}`
478
487
  * @scopes-current manage:jira-configuration
479
488
  * @scopes-beta write:field:jira
480
489
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-fields#api-rest-api-3-field-fieldid-put
490
+ * @param params
481
491
  */
482
492
  this.updateCustomField = ({ fieldId, updateCustomFieldDetails, }) => {
483
493
  return this.getClientInstance()
@@ -1 +1 @@
1
- {"version":3,"file":"IssueFieldsService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/IssueFieldsService.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"IssueFieldsService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/IssueFieldsService.ts"],"names":[],"mappings":"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"}
@@ -25,21 +25,26 @@ export declare class IssueLinkTypesService extends CommonHttpService {
25
25
  *
26
26
  * @returns Returned if the request is successful.
27
27
  *
28
- * example: {
28
+ * example:
29
+ * ```
30
+ * {
29
31
  * "id": "1000",
30
32
  * "inward": "Duplicated by",
31
33
  * "name": "Duplicate",
32
34
  * "outward": "Duplicates",
33
35
  * "self": "https://your-domain.atlassian.net/rest/api/3/issueLinkType/1000"
34
36
  * }
35
- * @path {POST} /rest/api/3/issueLinkType
37
+ * ```
38
+ * @path POST `/rest/api/3/issueLinkType`
36
39
  * @scopes-current manage:jira-configuration
37
40
  * @scopes-beta write:issue-link-type:jira
38
41
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-link-types#api-rest-api-3-issuelinktype-post
42
+ * @param params
39
43
  */
40
44
  createIssueLinkType: ({ issueLinkType, }: {
41
45
  /**
42
- * @example {
46
+ * @example
47
+ * {
43
48
  * "inward": "Duplicated by",
44
49
  * "name": "Duplicate",
45
50
  * "outward": "Duplicates"
@@ -56,10 +61,11 @@ export declare class IssueLinkTypesService extends CommonHttpService {
56
61
  * **[Permissions](#permissions) required:** *Administer Jira* [global
57
62
  * permission](https://confluence.atlassian.com/x/x4dKLg).
58
63
  *
59
- * @path {DELETE} /rest/api/3/issueLinkType/{issueLinkTypeId}
64
+ * @path DELETE `/rest/api/3/issueLinkType/{issueLinkTypeId}`
60
65
  * @scopes-current manage:jira-configuration
61
66
  * @scopes-beta delete:issue-link-type:jira
62
67
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-link-types#api-rest-api-3-issuelinktype-issuelinktypeid-delete
68
+ * @param params
63
69
  */
64
70
  deleteIssueLinkType: ({ issueLinkTypeId, }: {
65
71
  /** The ID of the issue link type. */
@@ -79,17 +85,21 @@ export declare class IssueLinkTypesService extends CommonHttpService {
79
85
  *
80
86
  * @returns Returned if the request is successful.
81
87
  *
82
- * example: {
88
+ * example:
89
+ * ```
90
+ * {
83
91
  * "id": "1000",
84
92
  * "inward": "Duplicated by",
85
93
  * "name": "Duplicate",
86
94
  * "outward": "Duplicates",
87
95
  * "self": "https://your-domain.atlassian.net/rest/api/3/issueLinkType/1000"
88
96
  * }
89
- * @path {GET} /rest/api/3/issueLinkType/{issueLinkTypeId}
97
+ * ```
98
+ * @path GET `/rest/api/3/issueLinkType/{issueLinkTypeId}`
90
99
  * @scopes-current read:jira-work
91
100
  * @scopes-beta read:issue-link-type:jira
92
101
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-link-types#api-rest-api-3-issuelinktype-issuelinktypeid-get
102
+ * @param params
93
103
  */
94
104
  getIssueLinkType: ({ issueLinkTypeId, }: {
95
105
  /** The ID of the issue link type. */
@@ -109,7 +119,9 @@ export declare class IssueLinkTypesService extends CommonHttpService {
109
119
  *
110
120
  * @returns Returned if the request is successful.
111
121
  *
112
- * example: {
122
+ * example:
123
+ * ```
124
+ * {
113
125
  * "issueLinkTypes": [
114
126
  * {
115
127
  * "id": "1000",
@@ -127,7 +139,8 @@ export declare class IssueLinkTypesService extends CommonHttpService {
127
139
  * }
128
140
  * ]
129
141
  * }
130
- * @path {GET} /rest/api/3/issueLinkType
142
+ * ```
143
+ * @path GET `/rest/api/3/issueLinkType`
131
144
  * @scopes-current read:jira-work
132
145
  * @scopes-beta read:issue-link-type:jira
133
146
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-link-types#api-rest-api-3-issuelinktype-get
@@ -144,23 +157,28 @@ export declare class IssueLinkTypesService extends CommonHttpService {
144
157
  *
145
158
  * @returns Returned if the request is successful.
146
159
  *
147
- * example: {
160
+ * example:
161
+ * ```
162
+ * {
148
163
  * "id": "1000",
149
164
  * "inward": "Duplicated by",
150
165
  * "name": "Duplicate",
151
166
  * "outward": "Duplicates",
152
167
  * "self": "https://your-domain.atlassian.net/rest/api/3/issueLinkType/1000"
153
168
  * }
154
- * @path {PUT} /rest/api/3/issueLinkType/{issueLinkTypeId}
169
+ * ```
170
+ * @path PUT `/rest/api/3/issueLinkType/{issueLinkTypeId}`
155
171
  * @scopes-current manage:jira-configuration
156
172
  * @scopes-beta read:issue-link-type:jira, write:issue-link-type:jira
157
173
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-link-types#api-rest-api-3-issuelinktype-issuelinktypeid-put
174
+ * @param params
158
175
  */
159
176
  updateIssueLinkType: ({ issueLinkTypeId, issueLinkType, }: {
160
177
  /** The ID of the issue link type. */
161
178
  issueLinkTypeId: string;
162
179
  /**
163
- * @example {
180
+ * @example
181
+ * {
164
182
  * "inward": "Duplicated by",
165
183
  * "name": "Duplicate",
166
184
  * "outward": "Duplicates"
@@ -168,5 +186,5 @@ export declare class IssueLinkTypesService extends CommonHttpService {
168
186
  */
169
187
  issueLinkType: IssueLinkType;
170
188
  }) => Promise<IssueLinkType>;
171
- static initialize(): void;
189
+ protected static initialize(): void;
172
190
  }
@@ -36,17 +36,21 @@ class IssueLinkTypesService extends CommonHttpService_1.CommonHttpService {
36
36
  *
37
37
  * @returns Returned if the request is successful.
38
38
  *
39
- * example: {
39
+ * example:
40
+ * ```
41
+ * {
40
42
  * "id": "1000",
41
43
  * "inward": "Duplicated by",
42
44
  * "name": "Duplicate",
43
45
  * "outward": "Duplicates",
44
46
  * "self": "https://your-domain.atlassian.net/rest/api/3/issueLinkType/1000"
45
47
  * }
46
- * @path {POST} /rest/api/3/issueLinkType
48
+ * ```
49
+ * @path POST `/rest/api/3/issueLinkType`
47
50
  * @scopes-current manage:jira-configuration
48
51
  * @scopes-beta write:issue-link-type:jira
49
52
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-link-types#api-rest-api-3-issuelinktype-post
53
+ * @param params
50
54
  */
51
55
  this.createIssueLinkType = ({ issueLinkType, }) => {
52
56
  return this.getClientInstance()
@@ -76,10 +80,11 @@ class IssueLinkTypesService extends CommonHttpService_1.CommonHttpService {
76
80
  * **[Permissions](#permissions) required:** *Administer Jira* [global
77
81
  * permission](https://confluence.atlassian.com/x/x4dKLg).
78
82
  *
79
- * @path {DELETE} /rest/api/3/issueLinkType/{issueLinkTypeId}
83
+ * @path DELETE `/rest/api/3/issueLinkType/{issueLinkTypeId}`
80
84
  * @scopes-current manage:jira-configuration
81
85
  * @scopes-beta delete:issue-link-type:jira
82
86
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-link-types#api-rest-api-3-issuelinktype-issuelinktypeid-delete
87
+ * @param params
83
88
  */
84
89
  this.deleteIssueLinkType = ({ issueLinkTypeId, }) => {
85
90
  return this.getClientInstance()
@@ -106,17 +111,21 @@ class IssueLinkTypesService extends CommonHttpService_1.CommonHttpService {
106
111
  *
107
112
  * @returns Returned if the request is successful.
108
113
  *
109
- * example: {
114
+ * example:
115
+ * ```
116
+ * {
110
117
  * "id": "1000",
111
118
  * "inward": "Duplicated by",
112
119
  * "name": "Duplicate",
113
120
  * "outward": "Duplicates",
114
121
  * "self": "https://your-domain.atlassian.net/rest/api/3/issueLinkType/1000"
115
122
  * }
116
- * @path {GET} /rest/api/3/issueLinkType/{issueLinkTypeId}
123
+ * ```
124
+ * @path GET `/rest/api/3/issueLinkType/{issueLinkTypeId}`
117
125
  * @scopes-current read:jira-work
118
126
  * @scopes-beta read:issue-link-type:jira
119
127
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-link-types#api-rest-api-3-issuelinktype-issuelinktypeid-get
128
+ * @param params
120
129
  */
121
130
  this.getIssueLinkType = ({ issueLinkTypeId, }) => {
122
131
  return this.getClientInstance()
@@ -150,7 +159,9 @@ class IssueLinkTypesService extends CommonHttpService_1.CommonHttpService {
150
159
  *
151
160
  * @returns Returned if the request is successful.
152
161
  *
153
- * example: {
162
+ * example:
163
+ * ```
164
+ * {
154
165
  * "issueLinkTypes": [
155
166
  * {
156
167
  * "id": "1000",
@@ -168,7 +179,8 @@ class IssueLinkTypesService extends CommonHttpService_1.CommonHttpService {
168
179
  * }
169
180
  * ]
170
181
  * }
171
- * @path {GET} /rest/api/3/issueLinkType
182
+ * ```
183
+ * @path GET `/rest/api/3/issueLinkType`
172
184
  * @scopes-current read:jira-work
173
185
  * @scopes-beta read:issue-link-type:jira
174
186
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-link-types#api-rest-api-3-issuelinktype-get
@@ -199,17 +211,21 @@ class IssueLinkTypesService extends CommonHttpService_1.CommonHttpService {
199
211
  *
200
212
  * @returns Returned if the request is successful.
201
213
  *
202
- * example: {
214
+ * example:
215
+ * ```
216
+ * {
203
217
  * "id": "1000",
204
218
  * "inward": "Duplicated by",
205
219
  * "name": "Duplicate",
206
220
  * "outward": "Duplicates",
207
221
  * "self": "https://your-domain.atlassian.net/rest/api/3/issueLinkType/1000"
208
222
  * }
209
- * @path {PUT} /rest/api/3/issueLinkType/{issueLinkTypeId}
223
+ * ```
224
+ * @path PUT `/rest/api/3/issueLinkType/{issueLinkTypeId}`
210
225
  * @scopes-current manage:jira-configuration
211
226
  * @scopes-beta read:issue-link-type:jira, write:issue-link-type:jira
212
227
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-link-types#api-rest-api-3-issuelinktype-issuelinktypeid-put
228
+ * @param params
213
229
  */
214
230
  this.updateIssueLinkType = ({ issueLinkTypeId, issueLinkType, }) => {
215
231
  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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"}