@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
@@ -30,7 +30,9 @@ export declare class WorkflowSchemeDraftsService extends CommonHttpService {
30
30
  *
31
31
  * @returns Returned if the request is successful.
32
32
  *
33
- * example: {
33
+ * example:
34
+ * ```
35
+ * {
34
36
  * "defaultWorkflow": "scrum workflow",
35
37
  * "description": "The description of the example workflow scheme.",
36
38
  * "draft": true,
@@ -49,14 +51,10 @@ export declare class WorkflowSchemeDraftsService extends CommonHttpService {
49
51
  * "size": 1
50
52
  * },
51
53
  * "avatarUrls": {
52
- * "16x16":
53
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
54
- * "24x24":
55
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
56
- * "32x32":
57
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
58
- * "48x48":
59
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
54
+ * "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
55
+ * "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
56
+ * "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
57
+ * "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
60
58
  * },
61
59
  * "displayName": "Mia Krystof",
62
60
  * "emailAddress": "mia@example.com",
@@ -66,8 +64,7 @@ export declare class WorkflowSchemeDraftsService extends CommonHttpService {
66
64
  * },
67
65
  * "key": "",
68
66
  * "name": "",
69
- * "self":
70
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g",
67
+ * "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g",
71
68
  * "timeZone": "Australia/Sydney"
72
69
  * },
73
70
  * "name": "Example workflow scheme",
@@ -75,17 +72,14 @@ export declare class WorkflowSchemeDraftsService extends CommonHttpService {
75
72
  * "originalIssueTypeMappings": {
76
73
  * "10001": "builds workflow"
77
74
  * },
78
- * "self":
79
- * "https://your-domain.atlassian.net/rest/api/3/workflowscheme/17218781/draft"
75
+ * "self": "https://your-domain.atlassian.net/rest/api/3/workflowscheme/17218781/draft"
80
76
  * }
81
- * @path {POST} /rest/api/3/workflowscheme/{id}/createdraft
77
+ * ```
78
+ * @path POST `/rest/api/3/workflowscheme/{id}/createdraft`
82
79
  * @scopes-current manage:jira-configuration
83
- * @scopes-beta read:group:jira, read:issue-security-level:jira, read:project-role:jira,
84
- * read:screen:jira, read:status:jira, read:user:jira, read:workflow-scheme:jira,
85
- * read:workflow:jira, write:workflow-scheme:jira, read:application-role:jira,
86
- * read:avatar:jira, read:issue-type:jira, read:project-category:jira,
87
- * read:project:jira
80
+ * @scopes-beta read:group:jira, read:issue-security-level:jira, read:project-role:jira, read:screen:jira, read:status:jira, read:user:jira, read:workflow-scheme:jira, read:workflow:jira, write:workflow-scheme:jira, read:application-role:jira, read:avatar:jira, read:issue-type:jira, read:project-category:jira, read:project:jira
88
81
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-scheme-drafts#api-rest-api-3-workflowscheme-id-createdraft-post
82
+ * @param params
89
83
  */
90
84
  createWorkflowSchemeDraftFromParent: ({ id, }: {
91
85
  /** The ID of the active workflow scheme that the draft is created from. */
@@ -100,7 +94,9 @@ export declare class WorkflowSchemeDraftsService extends CommonHttpService {
100
94
  *
101
95
  * @returns Returned if the request is successful.
102
96
  *
103
- * example: {
97
+ * example:
98
+ * ```
99
+ * {
104
100
  * "defaultWorkflow": "scrum workflow",
105
101
  * "description": "The description of the example workflow scheme.",
106
102
  * "draft": true,
@@ -119,14 +115,10 @@ export declare class WorkflowSchemeDraftsService extends CommonHttpService {
119
115
  * "size": 1
120
116
  * },
121
117
  * "avatarUrls": {
122
- * "16x16":
123
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
124
- * "24x24":
125
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
126
- * "32x32":
127
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
128
- * "48x48":
129
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
118
+ * "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
119
+ * "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
120
+ * "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
121
+ * "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
130
122
  * },
131
123
  * "displayName": "Mia Krystof",
132
124
  * "emailAddress": "mia@example.com",
@@ -136,8 +128,7 @@ export declare class WorkflowSchemeDraftsService extends CommonHttpService {
136
128
  * },
137
129
  * "key": "",
138
130
  * "name": "",
139
- * "self":
140
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g",
131
+ * "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g",
141
132
  * "timeZone": "Australia/Sydney"
142
133
  * },
143
134
  * "name": "Example workflow scheme",
@@ -145,15 +136,14 @@ export declare class WorkflowSchemeDraftsService extends CommonHttpService {
145
136
  * "originalIssueTypeMappings": {
146
137
  * "10001": "builds workflow"
147
138
  * },
148
- * "self":
149
- * "https://your-domain.atlassian.net/rest/api/3/workflowscheme/17218781/draft"
139
+ * "self": "https://your-domain.atlassian.net/rest/api/3/workflowscheme/17218781/draft"
150
140
  * }
151
- * @path {DELETE} /rest/api/3/workflowscheme/{id}/draft/default
141
+ * ```
142
+ * @path DELETE `/rest/api/3/workflowscheme/{id}/draft/default`
152
143
  * @scopes-current manage:jira-configuration
153
- * @scopes-beta delete:workflow-scheme:jira, read:application-role:jira, read:avatar:jira,
154
- * read:group:jira, read:issue-type:jira, read:project-category:jira,
155
- * read:project:jira, read:user:jira, read:workflow-scheme:jira, read:workflow:jira
144
+ * @scopes-beta delete:workflow-scheme:jira, read:application-role:jira, read:avatar:jira, read:group:jira, read:issue-type:jira, read:project-category:jira, read:project:jira, read:user:jira, read:workflow-scheme:jira, read:workflow:jira
156
145
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-scheme-drafts#api-rest-api-3-workflowscheme-id-draft-default-delete
146
+ * @param params
157
147
  */
158
148
  deleteDraftDefaultWorkflow: ({ id, }: {
159
149
  /** The ID of the workflow scheme that the draft belongs to. */
@@ -166,10 +156,11 @@ export declare class WorkflowSchemeDraftsService extends CommonHttpService {
166
156
  * **[Permissions](#permissions) required:** *Administer Jira* [global
167
157
  * permission](https://confluence.atlassian.com/x/x4dKLg).
168
158
  *
169
- * @path {DELETE} /rest/api/3/workflowscheme/{id}/draft/workflow
159
+ * @path DELETE `/rest/api/3/workflowscheme/{id}/draft/workflow`
170
160
  * @scopes-current manage:jira-configuration
171
161
  * @scopes-beta delete:workflow-scheme:jira
172
162
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-scheme-drafts#api-rest-api-3-workflowscheme-id-draft-workflow-delete
163
+ * @param params
173
164
  */
174
165
  deleteDraftWorkflowMapping: ({ id, workflowName, }: {
175
166
  /** The ID of the workflow scheme that the draft belongs to. */
@@ -183,10 +174,11 @@ export declare class WorkflowSchemeDraftsService extends CommonHttpService {
183
174
  * **[Permissions](#permissions) required:** *Administer Jira* [global
184
175
  * permission](https://confluence.atlassian.com/x/x4dKLg).
185
176
  *
186
- * @path {DELETE} /rest/api/3/workflowscheme/{id}/draft
177
+ * @path DELETE `/rest/api/3/workflowscheme/{id}/draft`
187
178
  * @scopes-current manage:jira-configuration
188
179
  * @scopes-beta delete:workflow-scheme:jira
189
180
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-scheme-drafts#api-rest-api-3-workflowscheme-id-draft-delete
181
+ * @param params
190
182
  */
191
183
  deleteWorkflowSchemeDraft: ({ id, }: {
192
184
  /** The ID of the active workflow scheme that the draft was created from. */
@@ -201,7 +193,9 @@ export declare class WorkflowSchemeDraftsService extends CommonHttpService {
201
193
  *
202
194
  * @returns Returned if the request is successful.
203
195
  *
204
- * example: {
196
+ * example:
197
+ * ```
198
+ * {
205
199
  * "defaultWorkflow": "scrum workflow",
206
200
  * "description": "The description of the example workflow scheme.",
207
201
  * "draft": true,
@@ -220,14 +214,10 @@ export declare class WorkflowSchemeDraftsService extends CommonHttpService {
220
214
  * "size": 1
221
215
  * },
222
216
  * "avatarUrls": {
223
- * "16x16":
224
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
225
- * "24x24":
226
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
227
- * "32x32":
228
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
229
- * "48x48":
230
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
217
+ * "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
218
+ * "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
219
+ * "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
220
+ * "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
231
221
  * },
232
222
  * "displayName": "Mia Krystof",
233
223
  * "emailAddress": "mia@example.com",
@@ -237,8 +227,7 @@ export declare class WorkflowSchemeDraftsService extends CommonHttpService {
237
227
  * },
238
228
  * "key": "",
239
229
  * "name": "",
240
- * "self":
241
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g",
230
+ * "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g",
242
231
  * "timeZone": "Australia/Sydney"
243
232
  * },
244
233
  * "name": "Example workflow scheme",
@@ -246,15 +235,14 @@ export declare class WorkflowSchemeDraftsService extends CommonHttpService {
246
235
  * "originalIssueTypeMappings": {
247
236
  * "10001": "builds workflow"
248
237
  * },
249
- * "self":
250
- * "https://your-domain.atlassian.net/rest/api/3/workflowscheme/17218781/draft"
238
+ * "self": "https://your-domain.atlassian.net/rest/api/3/workflowscheme/17218781/draft"
251
239
  * }
252
- * @path {DELETE} /rest/api/3/workflowscheme/{id}/draft/issuetype/{issueType}
240
+ * ```
241
+ * @path DELETE `/rest/api/3/workflowscheme/{id}/draft/issuetype/{issueType}`
253
242
  * @scopes-current manage:jira-configuration
254
- * @scopes-beta delete:workflow-scheme:jira, read:application-role:jira, read:avatar:jira,
255
- * read:group:jira, read:issue-type:jira, read:project-category:jira,
256
- * read:project:jira, read:user:jira, read:workflow-scheme:jira, read:workflow:jira
243
+ * @scopes-beta delete:workflow-scheme:jira, read:application-role:jira, read:avatar:jira, read:group:jira, read:issue-type:jira, read:project-category:jira, read:project:jira, read:user:jira, read:workflow-scheme:jira, read:workflow:jira
257
244
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-scheme-drafts#api-rest-api-3-workflowscheme-id-draft-issuetype-issuetype-delete
245
+ * @param params
258
246
  */
259
247
  deleteWorkflowSchemeDraftIssueType: ({ id, issueType, }: {
260
248
  /** The ID of the workflow scheme that the draft belongs to. */
@@ -273,13 +261,17 @@ export declare class WorkflowSchemeDraftsService extends CommonHttpService {
273
261
  *
274
262
  * @returns Returned if the request is successful.
275
263
  *
276
- * example: {
264
+ * example:
265
+ * ```
266
+ * {
277
267
  * "workflow": "jira"
278
268
  * }
279
- * @path {GET} /rest/api/3/workflowscheme/{id}/draft/default
269
+ * ```
270
+ * @path GET `/rest/api/3/workflowscheme/{id}/draft/default`
280
271
  * @scopes-current manage:jira-configuration
281
272
  * @scopes-beta read:workflow-scheme:jira, read:workflow:jira
282
273
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-scheme-drafts#api-rest-api-3-workflowscheme-id-draft-default-get
274
+ * @param params
283
275
  */
284
276
  getDraftDefaultWorkflow: ({ id, }: {
285
277
  /** The ID of the workflow scheme that the draft belongs to. */
@@ -293,7 +285,9 @@ export declare class WorkflowSchemeDraftsService extends CommonHttpService {
293
285
  *
294
286
  * @returns Returned if the request is successful.
295
287
  *
296
- * example: {
288
+ * example:
289
+ * ```
290
+ * {
297
291
  * "defaultMapping": false,
298
292
  * "issueTypes": [
299
293
  * "10000",
@@ -301,10 +295,12 @@ export declare class WorkflowSchemeDraftsService extends CommonHttpService {
301
295
  * ],
302
296
  * "workflow": "jira"
303
297
  * }
304
- * @path {GET} /rest/api/3/workflowscheme/{id}/draft/workflow
298
+ * ```
299
+ * @path GET `/rest/api/3/workflowscheme/{id}/draft/workflow`
305
300
  * @scopes-current manage:jira-configuration
306
301
  * @scopes-beta read:workflow-scheme:jira, read:workflow:jira, read:issue-type:jira
307
302
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-scheme-drafts#api-rest-api-3-workflowscheme-id-draft-workflow-get
303
+ * @param params
308
304
  */
309
305
  getDraftWorkflow: ({ id, workflowName, }: {
310
306
  /** The ID of the workflow scheme that the draft belongs to. */
@@ -332,7 +328,9 @@ export declare class WorkflowSchemeDraftsService extends CommonHttpService {
332
328
  *
333
329
  * @returns Returned if the request is successful.
334
330
  *
335
- * example: {
331
+ * example:
332
+ * ```
333
+ * {
336
334
  * "defaultWorkflow": "scrum workflow",
337
335
  * "description": "The description of the example workflow scheme.",
338
336
  * "draft": true,
@@ -351,14 +349,10 @@ export declare class WorkflowSchemeDraftsService extends CommonHttpService {
351
349
  * "size": 1
352
350
  * },
353
351
  * "avatarUrls": {
354
- * "16x16":
355
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
356
- * "24x24":
357
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
358
- * "32x32":
359
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
360
- * "48x48":
361
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
352
+ * "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
353
+ * "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
354
+ * "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
355
+ * "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
362
356
  * },
363
357
  * "displayName": "Mia Krystof",
364
358
  * "emailAddress": "mia@example.com",
@@ -368,8 +362,7 @@ export declare class WorkflowSchemeDraftsService extends CommonHttpService {
368
362
  * },
369
363
  * "key": "",
370
364
  * "name": "",
371
- * "self":
372
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g",
365
+ * "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g",
373
366
  * "timeZone": "Australia/Sydney"
374
367
  * },
375
368
  * "name": "Example workflow scheme",
@@ -377,16 +370,14 @@ export declare class WorkflowSchemeDraftsService extends CommonHttpService {
377
370
  * "originalIssueTypeMappings": {
378
371
  * "10001": "builds workflow"
379
372
  * },
380
- * "self":
381
- * "https://your-domain.atlassian.net/rest/api/3/workflowscheme/17218781/draft"
373
+ * "self": "https://your-domain.atlassian.net/rest/api/3/workflowscheme/17218781/draft"
382
374
  * }
383
- * @path {GET} /rest/api/3/workflowscheme/{id}/draft
375
+ * ```
376
+ * @path GET `/rest/api/3/workflowscheme/{id}/draft`
384
377
  * @scopes-current manage:jira-configuration
385
- * @scopes-beta read:group:jira, read:issue-security-level:jira, read:project-role:jira,
386
- * read:screen:jira, read:status:jira, read:user:jira, read:workflow-scheme:jira,
387
- * read:workflow:jira, read:application-role:jira, read:avatar:jira,
388
- * read:issue-type:jira, read:project-category:jira, read:project:jira
378
+ * @scopes-beta read:group:jira, read:issue-security-level:jira, read:project-role:jira, read:screen:jira, read:status:jira, read:user:jira, read:workflow-scheme:jira, read:workflow:jira, read:application-role:jira, read:avatar:jira, read:issue-type:jira, read:project-category:jira, read:project:jira
389
379
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-scheme-drafts#api-rest-api-3-workflowscheme-id-draft-get
380
+ * @param params
390
381
  */
391
382
  getWorkflowSchemeDraft: ({ id, }: {
392
383
  /** The ID of the active workflow scheme that the draft was created from. */
@@ -401,14 +392,18 @@ export declare class WorkflowSchemeDraftsService extends CommonHttpService {
401
392
  *
402
393
  * @returns Returned if the request is successful.
403
394
  *
404
- * example: {
395
+ * example:
396
+ * ```
397
+ * {
405
398
  * "issueType": "10000",
406
399
  * "workflow": "jira"
407
400
  * }
408
- * @path {GET} /rest/api/3/workflowscheme/{id}/draft/issuetype/{issueType}
401
+ * ```
402
+ * @path GET `/rest/api/3/workflowscheme/{id}/draft/issuetype/{issueType}`
409
403
  * @scopes-current manage:jira-configuration
410
404
  * @scopes-beta read:workflow-scheme:jira, read:workflow:jira, read:issue-type:jira
411
405
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-scheme-drafts#api-rest-api-3-workflowscheme-id-draft-issuetype-issuetype-get
406
+ * @param params
412
407
  */
413
408
  getWorkflowSchemeDraftIssueType: ({ id, issueType, }: {
414
409
  /** The ID of the workflow scheme that the draft belongs to. */
@@ -430,10 +425,11 @@ export declare class WorkflowSchemeDraftsService extends CommonHttpService {
430
425
  * **[Permissions](#permissions) required:** *Administer Jira* [global
431
426
  * permission](https://confluence.atlassian.com/x/x4dKLg).
432
427
  *
433
- * @path {POST} /rest/api/3/workflowscheme/{id}/draft/publish
428
+ * @path POST `/rest/api/3/workflowscheme/{id}/draft/publish`
434
429
  * @scopes-current manage:jira-configuration
435
430
  * @scopes-beta write:workflow-scheme:jira
436
431
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-scheme-drafts#api-rest-api-3-workflowscheme-id-draft-publish-post
432
+ * @param params
437
433
  */
438
434
  publishDraftWorkflowScheme: ({ id, validateOnly, publishDraftWorkflowScheme, }: {
439
435
  /** The ID of the workflow scheme that the draft belongs to. */
@@ -443,7 +439,8 @@ export declare class WorkflowSchemeDraftsService extends CommonHttpService {
443
439
  /**
444
440
  * Details of the status mappings.
445
441
  *
446
- * @example {
442
+ * @example
443
+ * {
447
444
  * "statusMappings": [
448
445
  * {
449
446
  * "issueTypeId": "10001",
@@ -478,7 +475,9 @@ export declare class WorkflowSchemeDraftsService extends CommonHttpService {
478
475
  *
479
476
  * @returns Returned if the request is successful.
480
477
  *
481
- * example: {
478
+ * example:
479
+ * ```
480
+ * {
482
481
  * "defaultWorkflow": "scrum workflow",
483
482
  * "description": "The description of the example workflow scheme.",
484
483
  * "draft": true,
@@ -497,14 +496,10 @@ export declare class WorkflowSchemeDraftsService extends CommonHttpService {
497
496
  * "size": 1
498
497
  * },
499
498
  * "avatarUrls": {
500
- * "16x16":
501
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
502
- * "24x24":
503
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
504
- * "32x32":
505
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
506
- * "48x48":
507
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
499
+ * "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
500
+ * "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
501
+ * "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
502
+ * "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
508
503
  * },
509
504
  * "displayName": "Mia Krystof",
510
505
  * "emailAddress": "mia@example.com",
@@ -514,8 +509,7 @@ export declare class WorkflowSchemeDraftsService extends CommonHttpService {
514
509
  * },
515
510
  * "key": "",
516
511
  * "name": "",
517
- * "self":
518
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g",
512
+ * "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g",
519
513
  * "timeZone": "Australia/Sydney"
520
514
  * },
521
515
  * "name": "Example workflow scheme",
@@ -523,16 +517,14 @@ export declare class WorkflowSchemeDraftsService extends CommonHttpService {
523
517
  * "originalIssueTypeMappings": {
524
518
  * "10001": "builds workflow"
525
519
  * },
526
- * "self":
527
- * "https://your-domain.atlassian.net/rest/api/3/workflowscheme/17218781/draft"
520
+ * "self": "https://your-domain.atlassian.net/rest/api/3/workflowscheme/17218781/draft"
528
521
  * }
529
- * @path {PUT} /rest/api/3/workflowscheme/{id}/draft/issuetype/{issueType}
522
+ * ```
523
+ * @path PUT `/rest/api/3/workflowscheme/{id}/draft/issuetype/{issueType}`
530
524
  * @scopes-current manage:jira-configuration
531
- * @scopes-beta write:workflow-scheme:jira, read:workflow-scheme:jira, read:workflow:jira,
532
- * read:application-role:jira, read:avatar:jira, read:group:jira,
533
- * read:issue-type:jira, read:project-category:jira, read:project:jira,
534
- * read:user:jira
525
+ * @scopes-beta write:workflow-scheme:jira, read:workflow-scheme:jira, read:workflow:jira, read:application-role:jira, read:avatar:jira, read:group:jira, read:issue-type:jira, read:project-category:jira, read:project:jira, read:user:jira
535
526
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-scheme-drafts#api-rest-api-3-workflowscheme-id-draft-issuetype-issuetype-put
527
+ * @param params
536
528
  */
537
529
  setWorkflowSchemeDraftIssueType: ({ id, issueType, issueTypeWorkflowMapping, }: {
538
530
  /** The ID of the workflow scheme that the draft belongs to. */
@@ -542,7 +534,8 @@ export declare class WorkflowSchemeDraftsService extends CommonHttpService {
542
534
  /**
543
535
  * The issue type-project mapping.
544
536
  *
545
- * @example {
537
+ * @example
538
+ * {
546
539
  * "issueType": "10000",
547
540
  * "updateDraftIfNeeded": false,
548
541
  * "workflow": "jira"
@@ -558,7 +551,9 @@ export declare class WorkflowSchemeDraftsService extends CommonHttpService {
558
551
  *
559
552
  * @returns Returned if the request is successful.
560
553
  *
561
- * example: {
554
+ * example:
555
+ * ```
556
+ * {
562
557
  * "defaultWorkflow": "scrum workflow",
563
558
  * "description": "The description of the example workflow scheme.",
564
559
  * "draft": true,
@@ -577,14 +572,10 @@ export declare class WorkflowSchemeDraftsService extends CommonHttpService {
577
572
  * "size": 1
578
573
  * },
579
574
  * "avatarUrls": {
580
- * "16x16":
581
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
582
- * "24x24":
583
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
584
- * "32x32":
585
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
586
- * "48x48":
587
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
575
+ * "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
576
+ * "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
577
+ * "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
578
+ * "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
588
579
  * },
589
580
  * "displayName": "Mia Krystof",
590
581
  * "emailAddress": "mia@example.com",
@@ -594,8 +585,7 @@ export declare class WorkflowSchemeDraftsService extends CommonHttpService {
594
585
  * },
595
586
  * "key": "",
596
587
  * "name": "",
597
- * "self":
598
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g",
588
+ * "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g",
599
589
  * "timeZone": "Australia/Sydney"
600
590
  * },
601
591
  * "name": "Example workflow scheme",
@@ -603,16 +593,14 @@ export declare class WorkflowSchemeDraftsService extends CommonHttpService {
603
593
  * "originalIssueTypeMappings": {
604
594
  * "10001": "builds workflow"
605
595
  * },
606
- * "self":
607
- * "https://your-domain.atlassian.net/rest/api/3/workflowscheme/17218781/draft"
596
+ * "self": "https://your-domain.atlassian.net/rest/api/3/workflowscheme/17218781/draft"
608
597
  * }
609
- * @path {PUT} /rest/api/3/workflowscheme/{id}/draft/default
598
+ * ```
599
+ * @path PUT `/rest/api/3/workflowscheme/{id}/draft/default`
610
600
  * @scopes-current manage:jira-configuration
611
- * @scopes-beta write:workflow-scheme:jira, read:workflow-scheme:jira, read:workflow:jira,
612
- * read:application-role:jira, read:avatar:jira, read:group:jira,
613
- * read:issue-type:jira, read:project-category:jira, read:project:jira,
614
- * read:user:jira
601
+ * @scopes-beta write:workflow-scheme:jira, read:workflow-scheme:jira, read:workflow:jira, read:application-role:jira, read:avatar:jira, read:group:jira, read:issue-type:jira, read:project-category:jira, read:project:jira, read:user:jira
615
602
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-scheme-drafts#api-rest-api-3-workflowscheme-id-draft-default-put
603
+ * @param params
616
604
  */
617
605
  updateDraftDefaultWorkflow: ({ id, defaultWorkflow, }: {
618
606
  /** The ID of the workflow scheme that the draft belongs to. */
@@ -620,7 +608,8 @@ export declare class WorkflowSchemeDraftsService extends CommonHttpService {
620
608
  /**
621
609
  * The object for the new default workflow.
622
610
  *
623
- * @example {
611
+ * @example
612
+ * {
624
613
  * "updateDraftIfNeeded": false,
625
614
  * "workflow": "jira"
626
615
  * }
@@ -637,7 +626,9 @@ export declare class WorkflowSchemeDraftsService extends CommonHttpService {
637
626
  *
638
627
  * @returns Returned if the request is successful.
639
628
  *
640
- * example: {
629
+ * example:
630
+ * ```
631
+ * {
641
632
  * "defaultWorkflow": "jira",
642
633
  * "description": "The description of the example workflow scheme.",
643
634
  * "draft": false,
@@ -649,13 +640,12 @@ export declare class WorkflowSchemeDraftsService extends CommonHttpService {
649
640
  * "name": "Example workflow scheme",
650
641
  * "self": "https://your-domain.atlassian.net/rest/api/3/workflowscheme/101010"
651
642
  * }
652
- * @path {PUT} /rest/api/3/workflowscheme/{id}/draft/workflow
643
+ * ```
644
+ * @path PUT `/rest/api/3/workflowscheme/{id}/draft/workflow`
653
645
  * @scopes-current manage:jira-configuration
654
- * @scopes-beta write:workflow-scheme:jira, read:workflow-scheme:jira, read:workflow:jira,
655
- * read:application-role:jira, read:avatar:jira, read:group:jira,
656
- * read:issue-type:jira, read:project-category:jira, read:project:jira,
657
- * read:user:jira
646
+ * @scopes-beta write:workflow-scheme:jira, read:workflow-scheme:jira, read:workflow:jira, read:application-role:jira, read:avatar:jira, read:group:jira, read:issue-type:jira, read:project-category:jira, read:project:jira, read:user:jira
658
647
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-scheme-drafts#api-rest-api-3-workflowscheme-id-draft-workflow-put
648
+ * @param params
659
649
  */
660
650
  updateDraftWorkflowMapping: ({ id, workflowName, issueTypesWorkflowMapping, }: {
661
651
  /** The ID of the workflow scheme that the draft belongs to. */
@@ -663,7 +653,8 @@ export declare class WorkflowSchemeDraftsService extends CommonHttpService {
663
653
  /** The name of the workflow. */
664
654
  workflowName: string;
665
655
  /**
666
- * @example {
656
+ * @example
657
+ * {
667
658
  * "issueTypes": [
668
659
  * "10000"
669
660
  * ],
@@ -683,7 +674,9 @@ export declare class WorkflowSchemeDraftsService extends CommonHttpService {
683
674
  *
684
675
  * @returns Returned if the request is successful.
685
676
  *
686
- * example: {
677
+ * example:
678
+ * ```
679
+ * {
687
680
  * "defaultWorkflow": "scrum workflow",
688
681
  * "description": "The description of the example workflow scheme.",
689
682
  * "draft": true,
@@ -702,14 +695,10 @@ export declare class WorkflowSchemeDraftsService extends CommonHttpService {
702
695
  * "size": 1
703
696
  * },
704
697
  * "avatarUrls": {
705
- * "16x16":
706
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
707
- * "24x24":
708
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
709
- * "32x32":
710
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
711
- * "48x48":
712
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
698
+ * "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
699
+ * "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
700
+ * "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
701
+ * "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
713
702
  * },
714
703
  * "displayName": "Mia Krystof",
715
704
  * "emailAddress": "mia@example.com",
@@ -719,8 +708,7 @@ export declare class WorkflowSchemeDraftsService extends CommonHttpService {
719
708
  * },
720
709
  * "key": "",
721
710
  * "name": "",
722
- * "self":
723
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g",
711
+ * "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g",
724
712
  * "timeZone": "Australia/Sydney"
725
713
  * },
726
714
  * "name": "Example workflow scheme",
@@ -728,23 +716,21 @@ export declare class WorkflowSchemeDraftsService extends CommonHttpService {
728
716
  * "originalIssueTypeMappings": {
729
717
  * "10001": "builds workflow"
730
718
  * },
731
- * "self":
732
- * "https://your-domain.atlassian.net/rest/api/3/workflowscheme/17218781/draft"
719
+ * "self": "https://your-domain.atlassian.net/rest/api/3/workflowscheme/17218781/draft"
733
720
  * }
734
- * @path {PUT} /rest/api/3/workflowscheme/{id}/draft
721
+ * ```
722
+ * @path PUT `/rest/api/3/workflowscheme/{id}/draft`
735
723
  * @scopes-current manage:jira-configuration
736
- * @scopes-beta read:group:jira, read:issue-security-level:jira, read:project-role:jira,
737
- * read:screen:jira, read:status:jira, read:user:jira, read:workflow-scheme:jira,
738
- * read:workflow:jira, write:workflow-scheme:jira, read:application-role:jira,
739
- * read:avatar:jira, read:issue-type:jira, read:project-category:jira,
740
- * read:project:jira
724
+ * @scopes-beta read:group:jira, read:issue-security-level:jira, read:project-role:jira, read:screen:jira, read:status:jira, read:user:jira, read:workflow-scheme:jira, read:workflow:jira, write:workflow-scheme:jira, read:application-role:jira, read:avatar:jira, read:issue-type:jira, read:project-category:jira, read:project:jira
741
725
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-scheme-drafts#api-rest-api-3-workflowscheme-id-draft-put
726
+ * @param params
742
727
  */
743
728
  updateWorkflowSchemeDraft: ({ id, workflowScheme, }: {
744
729
  /** The ID of the active workflow scheme that the draft was created from. */
745
730
  id: number;
746
731
  /**
747
- * @example {
732
+ * @example
733
+ * {
748
734
  * "defaultWorkflow": "jira",
749
735
  * "description": "The description of the example workflow scheme.",
750
736
  * "issueTypeMappings": {