@resolution/jira-api-client 0.5.2 → 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 (375) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/lib/openapi/platform/BaseJiraPlatformApiClient.d.ts +1 -1
  3. package/lib/openapi/platform/BaseJiraPlatformApiClient.js +1 -1
  4. package/lib/openapi/platform/models/appMigration.d.ts +12 -6
  5. package/lib/openapi/platform/models/appMigration.js.map +1 -1
  6. package/lib/openapi/platform/models/appProperties.d.ts +2 -1
  7. package/lib/openapi/platform/models/appProperties.js.map +1 -1
  8. package/lib/openapi/platform/models/dynamicModules.d.ts +4 -2
  9. package/lib/openapi/platform/models/dynamicModules.js.map +1 -1
  10. package/lib/openapi/platform/models/issues.d.ts +12 -7
  11. package/lib/openapi/platform/models/issues.js.map +1 -1
  12. package/lib/openapi/platform/models/jiraExpressions.d.ts +7 -5
  13. package/lib/openapi/platform/models/jiraExpressions.js.map +1 -1
  14. package/lib/openapi/platform/models/jql.d.ts +8 -4
  15. package/lib/openapi/platform/models/jql.js.map +1 -1
  16. package/lib/openapi/platform/models/serviceRegistry.d.ts +2 -1
  17. package/lib/openapi/platform/models/serviceRegistry.js.map +1 -1
  18. package/lib/openapi/platform/models/workflows.d.ts +49 -46
  19. package/lib/openapi/platform/models/workflows.js.map +1 -1
  20. package/lib/openapi/platform/services/AnnouncementBannerService.d.ts +11 -8
  21. package/lib/openapi/platform/services/AnnouncementBannerService.js +8 -5
  22. package/lib/openapi/platform/services/AnnouncementBannerService.js.map +1 -1
  23. package/lib/openapi/platform/services/AppDataPoliciesService.d.ts +11 -4
  24. package/lib/openapi/platform/services/AppDataPoliciesService.js +11 -4
  25. package/lib/openapi/platform/services/AppDataPoliciesService.js.map +1 -1
  26. package/lib/openapi/platform/services/AppMigrationService.d.ts +12 -5
  27. package/lib/openapi/platform/services/AppMigrationService.js +10 -4
  28. package/lib/openapi/platform/services/AppMigrationService.js.map +1 -1
  29. package/lib/openapi/platform/services/AppPropertiesService.d.ts +42 -18
  30. package/lib/openapi/platform/services/AppPropertiesService.js +42 -18
  31. package/lib/openapi/platform/services/AppPropertiesService.js.map +1 -1
  32. package/lib/openapi/platform/services/ApplicationRolesService.d.ts +19 -20
  33. package/lib/openapi/platform/services/ApplicationRolesService.js +19 -20
  34. package/lib/openapi/platform/services/ApplicationRolesService.js.map +1 -1
  35. package/lib/openapi/platform/services/AuditRecordsService.d.ts +6 -2
  36. package/lib/openapi/platform/services/AuditRecordsService.js +6 -2
  37. package/lib/openapi/platform/services/AuditRecordsService.js.map +1 -1
  38. package/lib/openapi/platform/services/AvatarsService.d.ts +43 -36
  39. package/lib/openapi/platform/services/AvatarsService.js +43 -36
  40. package/lib/openapi/platform/services/AvatarsService.js.map +1 -1
  41. package/lib/openapi/platform/services/ClassificationLevelsService.d.ts +15 -21
  42. package/lib/openapi/platform/services/ClassificationLevelsService.js +15 -21
  43. package/lib/openapi/platform/services/ClassificationLevelsService.js.map +1 -1
  44. package/lib/openapi/platform/services/DashboardsService.d.ts +139 -145
  45. package/lib/openapi/platform/services/DashboardsService.js +120 -128
  46. package/lib/openapi/platform/services/DashboardsService.js.map +1 -1
  47. package/lib/openapi/platform/services/DynamicModulesService.d.ts +5 -3
  48. package/lib/openapi/platform/services/DynamicModulesService.js +5 -3
  49. package/lib/openapi/platform/services/DynamicModulesService.js.map +1 -1
  50. package/lib/openapi/platform/services/FilterSharingService.d.ts +72 -95
  51. package/lib/openapi/platform/services/FilterSharingService.js +68 -93
  52. package/lib/openapi/platform/services/FilterSharingService.js.map +1 -1
  53. package/lib/openapi/platform/services/FiltersService.d.ts +178 -257
  54. package/lib/openapi/platform/services/FiltersService.js +172 -254
  55. package/lib/openapi/platform/services/FiltersService.js.map +1 -1
  56. package/lib/openapi/platform/services/GroupAndUserPickerService.d.ts +8 -6
  57. package/lib/openapi/platform/services/GroupAndUserPickerService.js +8 -6
  58. package/lib/openapi/platform/services/GroupAndUserPickerService.js.map +1 -1
  59. package/lib/openapi/platform/services/GroupsService.d.ts +42 -26
  60. package/lib/openapi/platform/services/GroupsService.js +38 -24
  61. package/lib/openapi/platform/services/GroupsService.js.map +1 -1
  62. package/lib/openapi/platform/services/IssueAttachmentsService.d.ts +173 -169
  63. package/lib/openapi/platform/services/IssueAttachmentsService.js +173 -169
  64. package/lib/openapi/platform/services/IssueAttachmentsService.js.map +1 -1
  65. package/lib/openapi/platform/services/IssueBulkOperationsService.d.ts +35 -19
  66. package/lib/openapi/platform/services/IssueBulkOperationsService.js +33 -18
  67. package/lib/openapi/platform/services/IssueBulkOperationsService.js.map +1 -1
  68. package/lib/openapi/platform/services/IssueCommentPropertiesService.d.ts +19 -9
  69. package/lib/openapi/platform/services/IssueCommentPropertiesService.js +19 -9
  70. package/lib/openapi/platform/services/IssueCommentPropertiesService.js.map +1 -1
  71. package/lib/openapi/platform/services/IssueCommentsService.d.ts +65 -80
  72. package/lib/openapi/platform/services/IssueCommentsService.js +57 -69
  73. package/lib/openapi/platform/services/IssueCommentsService.js.map +1 -1
  74. package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.d.ts +10 -4
  75. package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.js +8 -3
  76. package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.js.map +1 -1
  77. package/lib/openapi/platform/services/IssueCustomFieldContextsService.d.ts +71 -37
  78. package/lib/openapi/platform/services/IssueCustomFieldContextsService.js +53 -25
  79. package/lib/openapi/platform/services/IssueCustomFieldContextsService.js.map +1 -1
  80. package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.d.ts +50 -28
  81. package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.js +46 -26
  82. package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.js.map +1 -1
  83. package/lib/openapi/platform/services/IssueCustomFieldOptionsService.d.ts +37 -16
  84. package/lib/openapi/platform/services/IssueCustomFieldOptionsService.js +31 -13
  85. package/lib/openapi/platform/services/IssueCustomFieldOptionsService.js.map +1 -1
  86. package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.d.ts +8 -4
  87. package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js +4 -2
  88. package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js.map +1 -1
  89. package/lib/openapi/platform/services/IssueFieldConfigurationsService.d.ts +75 -32
  90. package/lib/openapi/platform/services/IssueFieldConfigurationsService.js +59 -24
  91. package/lib/openapi/platform/services/IssueFieldConfigurationsService.js.map +1 -1
  92. package/lib/openapi/platform/services/IssueFieldsService.d.ts +56 -46
  93. package/lib/openapi/platform/services/IssueFieldsService.js +50 -40
  94. package/lib/openapi/platform/services/IssueFieldsService.js.map +1 -1
  95. package/lib/openapi/platform/services/IssueLinkTypesService.d.ts +29 -11
  96. package/lib/openapi/platform/services/IssueLinkTypesService.js +25 -9
  97. package/lib/openapi/platform/services/IssueLinkTypesService.js.map +1 -1
  98. package/lib/openapi/platform/services/IssueLinksService.d.ts +20 -23
  99. package/lib/openapi/platform/services/IssueLinksService.js +18 -22
  100. package/lib/openapi/platform/services/IssueLinksService.js.map +1 -1
  101. package/lib/openapi/platform/services/IssueNavigatorSettingsService.d.ts +7 -3
  102. package/lib/openapi/platform/services/IssueNavigatorSettingsService.js +7 -3
  103. package/lib/openapi/platform/services/IssueNavigatorSettingsService.js.map +1 -1
  104. package/lib/openapi/platform/services/IssueNotificationSchemesService.d.ts +63 -69
  105. package/lib/openapi/platform/services/IssueNotificationSchemesService.js +57 -66
  106. package/lib/openapi/platform/services/IssueNotificationSchemesService.js.map +1 -1
  107. package/lib/openapi/platform/services/IssuePrioritiesService.d.ts +44 -26
  108. package/lib/openapi/platform/services/IssuePrioritiesService.js +36 -22
  109. package/lib/openapi/platform/services/IssuePrioritiesService.js.map +1 -1
  110. package/lib/openapi/platform/services/IssuePropertiesService.d.ts +33 -16
  111. package/lib/openapi/platform/services/IssuePropertiesService.js +27 -13
  112. package/lib/openapi/platform/services/IssuePropertiesService.js.map +1 -1
  113. package/lib/openapi/platform/services/IssueRemoteLinksService.d.ts +41 -27
  114. package/lib/openapi/platform/services/IssueRemoteLinksService.js +37 -25
  115. package/lib/openapi/platform/services/IssueRemoteLinksService.js.map +1 -1
  116. package/lib/openapi/platform/services/IssueResolutionsService.d.ts +39 -16
  117. package/lib/openapi/platform/services/IssueResolutionsService.js +31 -12
  118. package/lib/openapi/platform/services/IssueResolutionsService.js.map +1 -1
  119. package/lib/openapi/platform/services/IssueSearchService.d.ts +85 -138
  120. package/lib/openapi/platform/services/IssueSearchService.js +79 -135
  121. package/lib/openapi/platform/services/IssueSearchService.js.map +1 -1
  122. package/lib/openapi/platform/services/IssueSecurityLevelService.d.ts +19 -18
  123. package/lib/openapi/platform/services/IssueSecurityLevelService.js +19 -18
  124. package/lib/openapi/platform/services/IssueSecurityLevelService.js.map +1 -1
  125. package/lib/openapi/platform/services/IssueSecuritySchemesService.d.ts +77 -39
  126. package/lib/openapi/platform/services/IssueSecuritySchemesService.js +63 -32
  127. package/lib/openapi/platform/services/IssueSecuritySchemesService.js.map +1 -1
  128. package/lib/openapi/platform/services/IssueTypePropertiesService.d.ts +21 -10
  129. package/lib/openapi/platform/services/IssueTypePropertiesService.js +19 -9
  130. package/lib/openapi/platform/services/IssueTypePropertiesService.js.map +1 -1
  131. package/lib/openapi/platform/services/IssueTypeSchemesService.d.ts +52 -33
  132. package/lib/openapi/platform/services/IssueTypeSchemesService.js +40 -24
  133. package/lib/openapi/platform/services/IssueTypeSchemesService.js.map +1 -1
  134. package/lib/openapi/platform/services/IssueTypeScreenSchemesService.d.ts +55 -26
  135. package/lib/openapi/platform/services/IssueTypeScreenSchemesService.js +43 -20
  136. package/lib/openapi/platform/services/IssueTypeScreenSchemesService.js.map +1 -1
  137. package/lib/openapi/platform/services/IssueTypesService.d.ts +52 -41
  138. package/lib/openapi/platform/services/IssueTypesService.js +48 -39
  139. package/lib/openapi/platform/services/IssueTypesService.js.map +1 -1
  140. package/lib/openapi/platform/services/IssueVotesService.d.ts +16 -16
  141. package/lib/openapi/platform/services/IssueVotesService.js +16 -16
  142. package/lib/openapi/platform/services/IssueVotesService.js.map +1 -1
  143. package/lib/openapi/platform/services/IssueWatchersService.d.ts +19 -9
  144. package/lib/openapi/platform/services/IssueWatchersService.js +17 -8
  145. package/lib/openapi/platform/services/IssueWatchersService.js.map +1 -1
  146. package/lib/openapi/platform/services/IssueWorklogPropertiesService.d.ts +19 -12
  147. package/lib/openapi/platform/services/IssueWorklogPropertiesService.js +19 -12
  148. package/lib/openapi/platform/services/IssueWorklogPropertiesService.js.map +1 -1
  149. package/lib/openapi/platform/services/IssueWorklogsService.d.ts +68 -66
  150. package/lib/openapi/platform/services/IssueWorklogsService.js +62 -63
  151. package/lib/openapi/platform/services/IssueWorklogsService.js.map +1 -1
  152. package/lib/openapi/platform/services/IssuesService.d.ts +224 -226
  153. package/lib/openapi/platform/services/IssuesService.js +195 -207
  154. package/lib/openapi/platform/services/IssuesService.js.map +1 -1
  155. package/lib/openapi/platform/services/JiraExpressionsService.d.ts +24 -23
  156. package/lib/openapi/platform/services/JiraExpressionsService.js +19 -18
  157. package/lib/openapi/platform/services/JiraExpressionsService.js.map +1 -1
  158. package/lib/openapi/platform/services/JiraSettingsService.d.ts +20 -8
  159. package/lib/openapi/platform/services/JiraSettingsService.js +18 -7
  160. package/lib/openapi/platform/services/JiraSettingsService.js.map +1 -1
  161. package/lib/openapi/platform/services/JqlFunctionsAppsService.d.ts +12 -8
  162. package/lib/openapi/platform/services/JqlFunctionsAppsService.js +10 -7
  163. package/lib/openapi/platform/services/JqlFunctionsAppsService.js.map +1 -1
  164. package/lib/openapi/platform/services/JqlService.d.ts +54 -42
  165. package/lib/openapi/platform/services/JqlService.js +43 -31
  166. package/lib/openapi/platform/services/JqlService.js.map +1 -1
  167. package/lib/openapi/platform/services/LabelsService.d.ts +6 -2
  168. package/lib/openapi/platform/services/LabelsService.js +6 -2
  169. package/lib/openapi/platform/services/LabelsService.js.map +1 -1
  170. package/lib/openapi/platform/services/LicenseMetricsService.d.ts +16 -6
  171. package/lib/openapi/platform/services/LicenseMetricsService.js +16 -6
  172. package/lib/openapi/platform/services/LicenseMetricsService.js.map +1 -1
  173. package/lib/openapi/platform/services/MyselfService.d.ts +27 -20
  174. package/lib/openapi/platform/services/MyselfService.js +25 -19
  175. package/lib/openapi/platform/services/MyselfService.js.map +1 -1
  176. package/lib/openapi/platform/services/PermissionSchemesService.d.ts +66 -54
  177. package/lib/openapi/platform/services/PermissionSchemesService.js +60 -51
  178. package/lib/openapi/platform/services/PermissionSchemesService.js.map +1 -1
  179. package/lib/openapi/platform/services/PermissionsService.d.ts +22 -10
  180. package/lib/openapi/platform/services/PermissionsService.js +20 -9
  181. package/lib/openapi/platform/services/PermissionsService.js.map +1 -1
  182. package/lib/openapi/platform/services/PrioritySchemesService.d.ts +58 -24
  183. package/lib/openapi/platform/services/PrioritySchemesService.js +52 -21
  184. package/lib/openapi/platform/services/PrioritySchemesService.js.map +1 -1
  185. package/lib/openapi/platform/services/ProjectAvatarsService.d.ts +26 -23
  186. package/lib/openapi/platform/services/ProjectAvatarsService.js +24 -22
  187. package/lib/openapi/platform/services/ProjectAvatarsService.js.map +1 -1
  188. package/lib/openapi/platform/services/ProjectCategoriesService.d.ts +29 -11
  189. package/lib/openapi/platform/services/ProjectCategoriesService.js +25 -9
  190. package/lib/openapi/platform/services/ProjectCategoriesService.js.map +1 -1
  191. package/lib/openapi/platform/services/ProjectClassificationLevelsService.d.ts +16 -13
  192. package/lib/openapi/platform/services/ProjectClassificationLevelsService.js +13 -10
  193. package/lib/openapi/platform/services/ProjectClassificationLevelsService.js.map +1 -1
  194. package/lib/openapi/platform/services/ProjectComponentsService.d.ts +197 -320
  195. package/lib/openapi/platform/services/ProjectComponentsService.js +193 -318
  196. package/lib/openapi/platform/services/ProjectComponentsService.js.map +1 -1
  197. package/lib/openapi/platform/services/ProjectEmailService.d.ts +10 -4
  198. package/lib/openapi/platform/services/ProjectEmailService.js +8 -3
  199. package/lib/openapi/platform/services/ProjectEmailService.js.map +1 -1
  200. package/lib/openapi/platform/services/ProjectFeaturesService.d.ts +22 -21
  201. package/lib/openapi/platform/services/ProjectFeaturesService.js +20 -20
  202. package/lib/openapi/platform/services/ProjectFeaturesService.js.map +1 -1
  203. package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.d.ts +18 -6
  204. package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.js +18 -6
  205. package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.js.map +1 -1
  206. package/lib/openapi/platform/services/ProjectPermissionSchemesService.d.ts +31 -22
  207. package/lib/openapi/platform/services/ProjectPermissionSchemesService.js +29 -21
  208. package/lib/openapi/platform/services/ProjectPermissionSchemesService.js.map +1 -1
  209. package/lib/openapi/platform/services/ProjectPropertiesService.d.ts +21 -10
  210. package/lib/openapi/platform/services/ProjectPropertiesService.js +19 -9
  211. package/lib/openapi/platform/services/ProjectPropertiesService.js.map +1 -1
  212. package/lib/openapi/platform/services/ProjectRoleActorsService.d.ts +46 -32
  213. package/lib/openapi/platform/services/ProjectRoleActorsService.js +40 -29
  214. package/lib/openapi/platform/services/ProjectRoleActorsService.js.map +1 -1
  215. package/lib/openapi/platform/services/ProjectRolesService.d.ts +66 -42
  216. package/lib/openapi/platform/services/ProjectRolesService.js +60 -39
  217. package/lib/openapi/platform/services/ProjectRolesService.js.map +1 -1
  218. package/lib/openapi/platform/services/ProjectTypesService.d.ts +28 -20
  219. package/lib/openapi/platform/services/ProjectTypesService.js +28 -20
  220. package/lib/openapi/platform/services/ProjectTypesService.js.map +1 -1
  221. package/lib/openapi/platform/services/ProjectVersionsService.d.ts +86 -35
  222. package/lib/openapi/platform/services/ProjectVersionsService.js +76 -30
  223. package/lib/openapi/platform/services/ProjectVersionsService.js.map +1 -1
  224. package/lib/openapi/platform/services/ProjectsService.d.ts +206 -312
  225. package/lib/openapi/platform/services/ProjectsService.js +201 -308
  226. package/lib/openapi/platform/services/ProjectsService.js.map +1 -1
  227. package/lib/openapi/platform/services/ScreenSchemesService.d.ts +21 -10
  228. package/lib/openapi/platform/services/ScreenSchemesService.js +17 -8
  229. package/lib/openapi/platform/services/ScreenSchemesService.js.map +1 -1
  230. package/lib/openapi/platform/services/ScreenTabFieldsService.d.ts +14 -6
  231. package/lib/openapi/platform/services/ScreenTabFieldsService.js +12 -5
  232. package/lib/openapi/platform/services/ScreenTabFieldsService.js.map +1 -1
  233. package/lib/openapi/platform/services/ScreenTabsService.d.ts +26 -10
  234. package/lib/openapi/platform/services/ScreenTabsService.js +24 -9
  235. package/lib/openapi/platform/services/ScreenTabsService.js.map +1 -1
  236. package/lib/openapi/platform/services/ScreensService.d.ts +41 -27
  237. package/lib/openapi/platform/services/ScreensService.js +36 -23
  238. package/lib/openapi/platform/services/ScreensService.js.map +1 -1
  239. package/lib/openapi/platform/services/ServerInfoService.d.ts +5 -2
  240. package/lib/openapi/platform/services/ServerInfoService.js +5 -2
  241. package/lib/openapi/platform/services/ServerInfoService.js.map +1 -1
  242. package/lib/openapi/platform/services/ServiceRegistryService.d.ts +4 -2
  243. package/lib/openapi/platform/services/ServiceRegistryService.js +2 -1
  244. package/lib/openapi/platform/services/ServiceRegistryService.js.map +1 -1
  245. package/lib/openapi/platform/services/StatusService.d.ts +28 -14
  246. package/lib/openapi/platform/services/StatusService.js +24 -12
  247. package/lib/openapi/platform/services/StatusService.js.map +1 -1
  248. package/lib/openapi/platform/services/TasksService.d.ts +8 -3
  249. package/lib/openapi/platform/services/TasksService.js +8 -3
  250. package/lib/openapi/platform/services/TasksService.js.map +1 -1
  251. package/lib/openapi/platform/services/TimeTrackingService.d.ts +29 -12
  252. package/lib/openapi/platform/services/TimeTrackingService.js +25 -10
  253. package/lib/openapi/platform/services/TimeTrackingService.js.map +1 -1
  254. package/lib/openapi/platform/services/UiModificationsAppsService.d.ts +25 -18
  255. package/lib/openapi/platform/services/UiModificationsAppsService.js +21 -16
  256. package/lib/openapi/platform/services/UiModificationsAppsService.js.map +1 -1
  257. package/lib/openapi/platform/services/UserPropertiesService.d.ts +19 -9
  258. package/lib/openapi/platform/services/UserPropertiesService.js +19 -9
  259. package/lib/openapi/platform/services/UserPropertiesService.js.map +1 -1
  260. package/lib/openapi/platform/services/UserSearchService.d.ts +94 -125
  261. package/lib/openapi/platform/services/UserSearchService.js +94 -125
  262. package/lib/openapi/platform/services/UserSearchService.js.map +1 -1
  263. package/lib/openapi/platform/services/UsersService.d.ts +96 -94
  264. package/lib/openapi/platform/services/UsersService.js +94 -93
  265. package/lib/openapi/platform/services/UsersService.js.map +1 -1
  266. package/lib/openapi/platform/services/WebhooksService.d.ts +34 -17
  267. package/lib/openapi/platform/services/WebhooksService.js +28 -14
  268. package/lib/openapi/platform/services/WebhooksService.js.map +1 -1
  269. package/lib/openapi/platform/services/WorkflowSchemeDraftsService.d.ts +132 -146
  270. package/lib/openapi/platform/services/WorkflowSchemeDraftsService.js +122 -141
  271. package/lib/openapi/platform/services/WorkflowSchemeDraftsService.js.map +1 -1
  272. package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.d.ts +12 -9
  273. package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.js +10 -8
  274. package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.js.map +1 -1
  275. package/lib/openapi/platform/services/WorkflowSchemesService.d.ts +120 -81
  276. package/lib/openapi/platform/services/WorkflowSchemesService.js +104 -73
  277. package/lib/openapi/platform/services/WorkflowSchemesService.js.map +1 -1
  278. package/lib/openapi/platform/services/WorkflowStatusCategoriesService.d.ts +11 -4
  279. package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js +11 -4
  280. package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js.map +1 -1
  281. package/lib/openapi/platform/services/WorkflowStatusesService.d.ts +11 -4
  282. package/lib/openapi/platform/services/WorkflowStatusesService.js +11 -4
  283. package/lib/openapi/platform/services/WorkflowStatusesService.js.map +1 -1
  284. package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.d.ts +24 -9
  285. package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js +20 -7
  286. package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js.map +1 -1
  287. package/lib/openapi/platform/services/WorkflowTransitionRulesService.d.ts +24 -12
  288. package/lib/openapi/platform/services/WorkflowTransitionRulesService.js +20 -10
  289. package/lib/openapi/platform/services/WorkflowTransitionRulesService.js.map +1 -1
  290. package/lib/openapi/platform/services/WorkflowsService.d.ts +742 -659
  291. package/lib/openapi/platform/services/WorkflowsService.js +708 -609
  292. package/lib/openapi/platform/services/WorkflowsService.js.map +1 -1
  293. package/lib/openapi/serviceManagement/BaseJiraServiceManagementApiClient.d.ts +1 -1
  294. package/lib/openapi/serviceManagement/BaseJiraServiceManagementApiClient.js +1 -1
  295. package/lib/openapi/serviceManagement/services/AssetsService.d.ts +10 -7
  296. package/lib/openapi/serviceManagement/services/AssetsService.js +10 -7
  297. package/lib/openapi/serviceManagement/services/AssetsService.js.map +1 -1
  298. package/lib/openapi/serviceManagement/services/CustomerService.d.ts +16 -19
  299. package/lib/openapi/serviceManagement/services/CustomerService.js +14 -18
  300. package/lib/openapi/serviceManagement/services/CustomerService.js.map +1 -1
  301. package/lib/openapi/serviceManagement/services/InfoService.d.ts +5 -2
  302. package/lib/openapi/serviceManagement/services/InfoService.js +5 -2
  303. package/lib/openapi/serviceManagement/services/InfoService.js.map +1 -1
  304. package/lib/openapi/serviceManagement/services/KnowledgebaseService.d.ts +10 -10
  305. package/lib/openapi/serviceManagement/services/KnowledgebaseService.js +10 -10
  306. package/lib/openapi/serviceManagement/services/OrganizationService.d.ts +107 -103
  307. package/lib/openapi/serviceManagement/services/OrganizationService.js +95 -97
  308. package/lib/openapi/serviceManagement/services/OrganizationService.js.map +1 -1
  309. package/lib/openapi/serviceManagement/services/RequestService.d.ts +419 -577
  310. package/lib/openapi/serviceManagement/services/RequestService.js +403 -569
  311. package/lib/openapi/serviceManagement/services/RequestService.js.map +1 -1
  312. package/lib/openapi/serviceManagement/services/RequesttypeService.d.ts +24 -38
  313. package/lib/openapi/serviceManagement/services/RequesttypeService.js +24 -38
  314. package/lib/openapi/serviceManagement/services/RequesttypeService.js.map +1 -1
  315. package/lib/openapi/serviceManagement/services/ServicedeskService.d.ts +194 -214
  316. package/lib/openapi/serviceManagement/services/ServicedeskService.js +188 -211
  317. package/lib/openapi/serviceManagement/services/ServicedeskService.js.map +1 -1
  318. package/lib/openapi/software/models/builds.d.ts +38 -19
  319. package/lib/openapi/software/models/builds.js.map +1 -1
  320. package/lib/openapi/software/models/common.d.ts +6 -3
  321. package/lib/openapi/software/models/common.js.map +1 -1
  322. package/lib/openapi/software/models/deployments.d.ts +36 -17
  323. package/lib/openapi/software/models/deployments.js.map +1 -1
  324. package/lib/openapi/software/models/devOpsComponents.d.ts +6 -3
  325. package/lib/openapi/software/models/devOpsComponents.js.map +1 -1
  326. package/lib/openapi/software/models/developmentInformation.d.ts +106 -54
  327. package/lib/openapi/software/models/developmentInformation.js.map +1 -1
  328. package/lib/openapi/software/models/featureFlags.d.ts +16 -8
  329. package/lib/openapi/software/models/featureFlags.js.map +1 -1
  330. package/lib/openapi/software/models/operations.d.ts +60 -30
  331. package/lib/openapi/software/models/operations.js.map +1 -1
  332. package/lib/openapi/software/models/remoteLinks.d.ts +36 -18
  333. package/lib/openapi/software/models/remoteLinks.js.map +1 -1
  334. package/lib/openapi/software/models/securityInformation.d.ts +52 -26
  335. package/lib/openapi/software/models/securityInformation.js.map +1 -1
  336. package/lib/openapi/software/services/BacklogService.d.ts +13 -7
  337. package/lib/openapi/software/services/BacklogService.js +9 -5
  338. package/lib/openapi/software/services/BacklogService.js.map +1 -1
  339. package/lib/openapi/software/services/BoardService.d.ts +199 -203
  340. package/lib/openapi/software/services/BoardService.js +195 -201
  341. package/lib/openapi/software/services/BoardService.js.map +1 -1
  342. package/lib/openapi/software/services/BuildsService.d.ts +10 -8
  343. package/lib/openapi/software/services/BuildsService.js +10 -8
  344. package/lib/openapi/software/services/BuildsService.js.map +1 -1
  345. package/lib/openapi/software/services/DeploymentsService.d.ts +12 -12
  346. package/lib/openapi/software/services/DeploymentsService.js +12 -12
  347. package/lib/openapi/software/services/DeploymentsService.js.map +1 -1
  348. package/lib/openapi/software/services/DevOpsComponentsService.d.ts +32 -19
  349. package/lib/openapi/software/services/DevOpsComponentsService.js +10 -8
  350. package/lib/openapi/software/services/DevOpsComponentsService.js.map +1 -1
  351. package/lib/openapi/software/services/DevelopmentInformationService.d.ts +13 -8
  352. package/lib/openapi/software/services/DevelopmentInformationService.js +13 -8
  353. package/lib/openapi/software/services/DevelopmentInformationService.js.map +1 -1
  354. package/lib/openapi/software/services/EpicService.d.ts +66 -75
  355. package/lib/openapi/software/services/EpicService.js +58 -71
  356. package/lib/openapi/software/services/EpicService.js.map +1 -1
  357. package/lib/openapi/software/services/FeatureFlagsService.d.ts +10 -8
  358. package/lib/openapi/software/services/FeatureFlagsService.js +10 -8
  359. package/lib/openapi/software/services/FeatureFlagsService.js.map +1 -1
  360. package/lib/openapi/software/services/IssueService.d.ts +44 -43
  361. package/lib/openapi/software/services/IssueService.js +40 -41
  362. package/lib/openapi/software/services/IssueService.js.map +1 -1
  363. package/lib/openapi/software/services/OperationsService.d.ts +65 -37
  364. package/lib/openapi/software/services/OperationsService.js +21 -15
  365. package/lib/openapi/software/services/OperationsService.js.map +1 -1
  366. package/lib/openapi/software/services/RemoteLinksService.d.ts +17 -12
  367. package/lib/openapi/software/services/RemoteLinksService.js +10 -8
  368. package/lib/openapi/software/services/RemoteLinksService.js.map +1 -1
  369. package/lib/openapi/software/services/SecurityInformationService.d.ts +18 -12
  370. package/lib/openapi/software/services/SecurityInformationService.js +18 -12
  371. package/lib/openapi/software/services/SecurityInformationService.js.map +1 -1
  372. package/lib/openapi/software/services/SprintService.d.ts +78 -54
  373. package/lib/openapi/software/services/SprintService.js +68 -49
  374. package/lib/openapi/software/services/SprintService.js.map +1 -1
  375. package/package.json +3 -3
@@ -20,7 +20,9 @@ export declare class UsersService extends CommonHttpService {
20
20
  *
21
21
  * @returns Returned if the request is successful.
22
22
  *
23
- * example: {
23
+ * example:
24
+ * ```
25
+ * {
24
26
  * "isLast": true,
25
27
  * "maxResults": 100,
26
28
  * "startAt": 0,
@@ -31,27 +33,24 @@ export declare class UsersService extends CommonHttpService {
31
33
  * "accountType": "atlassian",
32
34
  * "active": true,
33
35
  * "avatarUrls": {
34
- * "16x16":
35
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
36
- * "24x24":
37
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
38
- * "32x32":
39
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
40
- * "48x48":
41
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
36
+ * "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
37
+ * "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
38
+ * "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
39
+ * "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
42
40
  * },
43
41
  * "displayName": "Mia Krystof",
44
42
  * "emailAddress": "mia@example.com",
45
- * "self":
46
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g",
43
+ * "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g",
47
44
  * "timeZone": "Australia/Sydney"
48
45
  * }
49
46
  * ]
50
47
  * }
51
- * @path {GET} /rest/api/3/user/bulk
48
+ * ```
49
+ * @path GET `/rest/api/3/user/bulk`
52
50
  * @scopes-current read:jira-user
53
51
  * @scopes-beta read:application-role:jira, read:group:jira, read:user:jira, read:avatar:jira
54
52
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-users#api-rest-api-3-user-bulk-get
53
+ * @param params
55
54
  */
56
55
  bulkGetUsers: ({ startAt, maxResults, username, key, accountId, }: {
57
56
  /** The index of the first item to return in a page of results (page offset). */
@@ -87,7 +86,9 @@ export declare class UsersService extends CommonHttpService {
87
86
  *
88
87
  * @returns Returned if the request is successful.
89
88
  *
90
- * example: [
89
+ * example:
90
+ * ```
91
+ * [
91
92
  * {
92
93
  * "username": "mia",
93
94
  * "accountId": "5b10a2844c20165700ede21g"
@@ -97,10 +98,12 @@ export declare class UsersService extends CommonHttpService {
97
98
  * "accountId": "5b10ac8d82e05b22cc7d4ef5"
98
99
  * }
99
100
  * ]
100
- * @path {GET} /rest/api/3/user/bulk/migration
101
+ * ```
102
+ * @path GET `/rest/api/3/user/bulk/migration`
101
103
  * @scopes-current read:jira-user
102
104
  * @scopes-beta read:user:jira
103
105
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-users#api-rest-api-3-user-bulk-migration-get
106
+ * @param params
104
107
  */
105
108
  bulkGetUsersMigration: ({ startAt, maxResults, username, key, }?: {
106
109
  /** The index of the first item to return in a page of results (page offset). */
@@ -133,7 +136,9 @@ export declare class UsersService extends CommonHttpService {
133
136
  *
134
137
  * @returns Returned if the request is successful.
135
138
  *
136
- * example: {
139
+ * example:
140
+ * ```
141
+ * {
137
142
  * "accountId": "5b10a2844c20165700ede21g",
138
143
  * "accountType": "atlassian",
139
144
  * "active": true,
@@ -142,14 +147,10 @@ export declare class UsersService extends CommonHttpService {
142
147
  * "size": 1
143
148
  * },
144
149
  * "avatarUrls": {
145
- * "16x16":
146
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
147
- * "24x24":
148
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
149
- * "32x32":
150
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
151
- * "48x48":
152
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
150
+ * "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
151
+ * "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
152
+ * "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
153
+ * "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
153
154
  * },
154
155
  * "displayName": "Mia Krystof",
155
156
  * "emailAddress": "mia@example.com",
@@ -159,18 +160,20 @@ export declare class UsersService extends CommonHttpService {
159
160
  * },
160
161
  * "key": "",
161
162
  * "name": "",
162
- * "self":
163
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g",
163
+ * "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g",
164
164
  * "timeZone": "Australia/Sydney"
165
165
  * }
166
- * @path {POST} /rest/api/3/user
166
+ * ```
167
+ * @path POST `/rest/api/3/user`
167
168
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-users#api-rest-api-3-user-post
169
+ * @param params
168
170
  */
169
171
  createUser: ({ newUserDetails, }: {
170
172
  /**
171
173
  * Details about the user to be created.
172
174
  *
173
- * @example {
175
+ * @example
176
+ * {
174
177
  * "emailAddress": "mia@atlassian.com"
175
178
  * }
176
179
  */
@@ -191,52 +194,46 @@ export declare class UsersService extends CommonHttpService {
191
194
  *
192
195
  * @returns Returned if the request is successful.
193
196
  *
194
- * example: [
197
+ * example:
198
+ * ```
199
+ * [
195
200
  * {
196
201
  * "accountId": "5b10a2844c20165700ede21g",
197
202
  * "accountType": "atlassian",
198
203
  * "active": false,
199
204
  * "avatarUrls": {
200
- * "16x16":
201
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
202
- * "24x24":
203
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
204
- * "32x32":
205
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
206
- * "48x48":
207
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
205
+ * "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
206
+ * "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
207
+ * "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
208
+ * "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
208
209
  * },
209
210
  * "displayName": "Mia Krystof",
210
211
  * "key": "",
211
212
  * "name": "",
212
- * "self":
213
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
213
+ * "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
214
214
  * },
215
215
  * {
216
216
  * "accountId": "5b10ac8d82e05b22cc7d4ef5",
217
217
  * "accountType": "atlassian",
218
218
  * "active": false,
219
219
  * "avatarUrls": {
220
- * "16x16":
221
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/AA-3.png?size=16&s=16",
222
- * "24x24":
223
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/AA-3.png?size=24&s=24",
224
- * "32x32":
225
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/AA-3.png?size=32&s=32",
226
- * "48x48":
227
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/AA-3.png?size=48&s=48"
220
+ * "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/AA-3.png?size=16&s=16",
221
+ * "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/AA-3.png?size=24&s=24",
222
+ * "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/AA-3.png?size=32&s=32",
223
+ * "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/AA-3.png?size=48&s=48"
228
224
  * },
229
225
  * "displayName": "Emma Richards",
230
226
  * "key": "",
231
227
  * "name": "",
232
- * "self":
233
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10ac8d82e05b22cc7d4ef5"
228
+ * "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10ac8d82e05b22cc7d4ef5"
234
229
  * }
235
230
  * ]
236
- * @path {GET} /rest/api/3/users/search
231
+ * ```
232
+ * @path GET `/rest/api/3/users/search`
237
233
  * @scopes-current read:jira-user
238
234
  * @scopes-beta read:user:jira, read:application-role:jira, read:avatar:jira, read:group:jira
239
235
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-users#api-rest-api-3-users-search-get
236
+ * @param params
240
237
  */
241
238
  getAllUsers: ({ startAt, maxResults, }?: {
242
239
  /** The index of the first item to return. */
@@ -259,52 +256,46 @@ export declare class UsersService extends CommonHttpService {
259
256
  *
260
257
  * @returns Returned if the request is successful.
261
258
  *
262
- * example: [
259
+ * example:
260
+ * ```
261
+ * [
263
262
  * {
264
263
  * "accountId": "5b10a2844c20165700ede21g",
265
264
  * "accountType": "atlassian",
266
265
  * "active": false,
267
266
  * "avatarUrls": {
268
- * "16x16":
269
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
270
- * "24x24":
271
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
272
- * "32x32":
273
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
274
- * "48x48":
275
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
267
+ * "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
268
+ * "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
269
+ * "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
270
+ * "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
276
271
  * },
277
272
  * "displayName": "Mia Krystof",
278
273
  * "key": "",
279
274
  * "name": "",
280
- * "self":
281
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
275
+ * "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
282
276
  * },
283
277
  * {
284
278
  * "accountId": "5b10ac8d82e05b22cc7d4ef5",
285
279
  * "accountType": "atlassian",
286
280
  * "active": false,
287
281
  * "avatarUrls": {
288
- * "16x16":
289
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/AA-3.png?size=16&s=16",
290
- * "24x24":
291
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/AA-3.png?size=24&s=24",
292
- * "32x32":
293
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/AA-3.png?size=32&s=32",
294
- * "48x48":
295
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/AA-3.png?size=48&s=48"
282
+ * "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/AA-3.png?size=16&s=16",
283
+ * "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/AA-3.png?size=24&s=24",
284
+ * "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/AA-3.png?size=32&s=32",
285
+ * "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/AA-3.png?size=48&s=48"
296
286
  * },
297
287
  * "displayName": "Emma Richards",
298
288
  * "key": "",
299
289
  * "name": "",
300
- * "self":
301
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10ac8d82e05b22cc7d4ef5"
290
+ * "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10ac8d82e05b22cc7d4ef5"
302
291
  * }
303
292
  * ]
304
- * @path {GET} /rest/api/3/users
293
+ * ```
294
+ * @path GET `/rest/api/3/users`
305
295
  * @scopes-current read:jira-user
306
296
  * @scopes-beta read:user:jira, read:application-role:jira, read:avatar:jira, read:group:jira
307
297
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-users#api-rest-api-3-users-get
298
+ * @param params
308
299
  */
309
300
  getAllUsersDefault: ({ startAt, maxResults, }?: {
310
301
  /** The index of the first item to return. */
@@ -326,7 +317,9 @@ export declare class UsersService extends CommonHttpService {
326
317
  *
327
318
  * @returns Returned if the request is successful.
328
319
  *
329
- * example: {
320
+ * example:
321
+ * ```
322
+ * {
330
323
  * "accountId": "5b10a2844c20165700ede21g",
331
324
  * "accountType": "atlassian",
332
325
  * "active": true,
@@ -335,14 +328,10 @@ export declare class UsersService extends CommonHttpService {
335
328
  * "size": 1
336
329
  * },
337
330
  * "avatarUrls": {
338
- * "16x16":
339
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
340
- * "24x24":
341
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
342
- * "32x32":
343
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
344
- * "48x48":
345
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
331
+ * "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
332
+ * "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
333
+ * "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
334
+ * "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
346
335
  * },
347
336
  * "displayName": "Mia Krystof",
348
337
  * "emailAddress": "mia@example.com",
@@ -352,14 +341,15 @@ export declare class UsersService extends CommonHttpService {
352
341
  * },
353
342
  * "key": "",
354
343
  * "name": "",
355
- * "self":
356
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g",
344
+ * "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g",
357
345
  * "timeZone": "Australia/Sydney"
358
346
  * }
359
- * @path {GET} /rest/api/3/user
347
+ * ```
348
+ * @path GET `/rest/api/3/user`
360
349
  * @scopes-current read:jira-user
361
350
  * @scopes-beta read:application-role:jira, read:group:jira, read:user:jira, read:avatar:jira
362
351
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-users#api-rest-api-3-user-get
352
+ * @param params
363
353
  */
364
354
  getUser: ({ accountId, username, key, expand, }?: {
365
355
  /**
@@ -403,10 +393,11 @@ export declare class UsersService extends CommonHttpService {
403
393
  * * Permission to access Jira, to get the calling user's column details.
404
394
  *
405
395
  * @returns Returned if the request is successful.
406
- * @path {GET} /rest/api/3/user/columns
396
+ * @path GET `/rest/api/3/user/columns`
407
397
  * @scopes-current read:jira-user
408
398
  * @scopes-beta read:user.columns:jira, read:filter.column:jira
409
399
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-users#api-rest-api-3-user-columns-get
400
+ * @param params
410
401
  */
411
402
  getUserDefaultColumns: ({ accountId, username, }?: {
412
403
  /**
@@ -428,9 +419,13 @@ export declare class UsersService extends CommonHttpService {
428
419
  *
429
420
  * @returns Returned if the request is successful.
430
421
  *
431
- * example: name@example.com
432
- * @path {GET} /rest/api/3/user/email
422
+ * example:
423
+ * ```
424
+ * name@example.com
425
+ * ```
426
+ * @path GET `/rest/api/3/user/email`
433
427
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-users#api-rest-api-3-user-email-get
428
+ * @param params
434
429
  */
435
430
  getUserEmail: ({ accountId, }: {
436
431
  /**
@@ -445,8 +440,9 @@ export declare class UsersService extends CommonHttpService {
445
440
  * [guidelines](https://community.developer.atlassian.com/t/guidelines-for-requesting-access-to-email-address/27603).
446
441
  *
447
442
  * @returns Returned if the request is successful.
448
- * @path {GET} /rest/api/3/user/email/bulk
443
+ * @path GET `/rest/api/3/user/email/bulk`
449
444
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-users#api-rest-api-3-user-email-bulk-get
445
+ * @param params
450
446
  */
451
447
  getUserEmailBulk: ({ accountId, }: {
452
448
  /**
@@ -465,16 +461,19 @@ export declare class UsersService extends CommonHttpService {
465
461
  *
466
462
  * @returns Returned if the request is successful.
467
463
  *
468
- * example: {
464
+ * example:
465
+ * ```
466
+ * {
469
467
  * "groupId": "276f955c-63d7-42c8-9520-92d01dca0625",
470
468
  * "name": "jira-administrators",
471
- * "self":
472
- * "https://your-domain.atlassian.net/rest/api/3/group?groupId=276f955c-63d7-42c8-9520-92d01dca0625"
469
+ * "self": "https://your-domain.atlassian.net/rest/api/3/group?groupId=276f955c-63d7-42c8-9520-92d01dca0625"
473
470
  * }
474
- * @path {GET} /rest/api/3/user/groups
471
+ * ```
472
+ * @path GET `/rest/api/3/user/groups`
475
473
  * @scopes-current read:jira-user
476
474
  * @scopes-beta read:group:jira
477
475
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-users#api-rest-api-3-user-groups-get
476
+ * @param params
478
477
  */
479
478
  getUserGroups: ({ accountId, username, key, }: {
480
479
  /**
@@ -504,8 +503,9 @@ export declare class UsersService extends CommonHttpService {
504
503
  * membership of the *site-admin*
505
504
  * [group](https://confluence.atlassian.com/x/24xjL)).
506
505
  *
507
- * @path {DELETE} /rest/api/3/user
506
+ * @path DELETE `/rest/api/3/user`
508
507
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-users#api-rest-api-3-user-delete
508
+ * @param params
509
509
  */
510
510
  removeUser: ({ accountId, username, key, }: {
511
511
  /**
@@ -539,8 +539,9 @@ export declare class UsersService extends CommonHttpService {
539
539
  * any user.
540
540
  * * Permission to access Jira, to set the calling user's columns.
541
541
  *
542
- * @path {DELETE} /rest/api/3/user/columns
542
+ * @path DELETE `/rest/api/3/user/columns`
543
543
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-users#api-rest-api-3-user-columns-delete
544
+ * @param params
544
545
  */
545
546
  resetUserColumns: ({ accountId, username, }?: {
546
547
  /**
@@ -575,8 +576,9 @@ export declare class UsersService extends CommonHttpService {
575
576
  * * Permission to access Jira, to set the calling user's columns.
576
577
  *
577
578
  * @returns Returned if the request is successful.
578
- * @path {PUT} /rest/api/3/user/columns
579
+ * @path PUT `/rest/api/3/user/columns`
579
580
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-users#api-rest-api-3-user-columns-put
581
+ * @param params
580
582
  */
581
583
  setUserColumns: ({ accountId, userColumnRequestBody, }: {
582
584
  /**