@resolution/jira-api-client 0.5.2 → 0.5.4

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 (515) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/README.md +51 -19
  3. package/lib/openapi/{platform/core → core}/CommonHttpClient.d.ts +54 -3
  4. package/lib/openapi/{serviceManagement/core → core}/CommonHttpClient.js +14 -0
  5. package/lib/openapi/core/CommonHttpClient.js.map +1 -0
  6. package/lib/openapi/{software/core → core}/CommonHttpService.d.ts +17 -0
  7. package/lib/openapi/{platform/core → core}/CommonHttpService.js +11 -0
  8. package/lib/openapi/core/CommonHttpService.js.map +1 -0
  9. package/lib/openapi/core/CommonValidationSchemaStorage.js.map +1 -0
  10. package/lib/openapi/platform/BaseJiraPlatformApiClient.d.ts +5 -5
  11. package/lib/openapi/platform/BaseJiraPlatformApiClient.js +3 -3
  12. package/lib/openapi/platform/BaseJiraPlatformApiClient.js.map +1 -1
  13. package/lib/openapi/platform/models/announcementBanner.d.ts +1 -1
  14. package/lib/openapi/platform/models/appDataPolicies.d.ts +1 -1
  15. package/lib/openapi/platform/models/appMigration.d.ts +13 -7
  16. package/lib/openapi/platform/models/appMigration.js.map +1 -1
  17. package/lib/openapi/platform/models/appProperties.d.ts +3 -2
  18. package/lib/openapi/platform/models/appProperties.js.map +1 -1
  19. package/lib/openapi/platform/models/auditRecords.d.ts +1 -1
  20. package/lib/openapi/platform/models/avatars.d.ts +1 -1
  21. package/lib/openapi/platform/models/classificationLevels.d.ts +1 -1
  22. package/lib/openapi/platform/models/common.d.ts +3 -5
  23. package/lib/openapi/platform/models/common.js.map +1 -1
  24. package/lib/openapi/platform/models/dashboards.d.ts +2 -3
  25. package/lib/openapi/platform/models/dashboards.js.map +1 -1
  26. package/lib/openapi/platform/models/dynamicModules.d.ts +5 -3
  27. package/lib/openapi/platform/models/dynamicModules.js.map +1 -1
  28. package/lib/openapi/platform/models/filterSharing.d.ts +1 -1
  29. package/lib/openapi/platform/models/filters.d.ts +1 -1
  30. package/lib/openapi/platform/models/groupAndUserPicker.d.ts +1 -1
  31. package/lib/openapi/platform/models/groups.d.ts +1 -1
  32. package/lib/openapi/platform/models/issueAttachments.d.ts +1 -1
  33. package/lib/openapi/platform/models/issueBulkOperations.d.ts +2 -3
  34. package/lib/openapi/platform/models/issueBulkOperations.js.map +1 -1
  35. package/lib/openapi/platform/models/issueCommentProperties.d.ts +1 -1
  36. package/lib/openapi/platform/models/issueComments.d.ts +1 -1
  37. package/lib/openapi/platform/models/issueCustomFieldConfigurationApps.d.ts +1 -1
  38. package/lib/openapi/platform/models/issueCustomFieldContexts.d.ts +1 -1
  39. package/lib/openapi/platform/models/issueCustomFieldOptions.d.ts +1 -1
  40. package/lib/openapi/platform/models/issueCustomFieldOptionsApps.d.ts +1 -1
  41. package/lib/openapi/platform/models/issueCustomFieldValuesApps.d.ts +1 -1
  42. package/lib/openapi/platform/models/issueFieldConfigurations.d.ts +1 -1
  43. package/lib/openapi/platform/models/issueFields.d.ts +1 -1
  44. package/lib/openapi/platform/models/issueLinkTypes.d.ts +1 -1
  45. package/lib/openapi/platform/models/issueLinks.d.ts +1 -1
  46. package/lib/openapi/platform/models/issueNotificationSchemes.d.ts +1 -1
  47. package/lib/openapi/platform/models/issuePriorities.d.ts +1 -1
  48. package/lib/openapi/platform/models/issueProperties.d.ts +1 -1
  49. package/lib/openapi/platform/models/issueRemoteLinks.d.ts +1 -1
  50. package/lib/openapi/platform/models/issueResolutions.d.ts +1 -1
  51. package/lib/openapi/platform/models/issueSearch.d.ts +2 -3
  52. package/lib/openapi/platform/models/issueSearch.js.map +1 -1
  53. package/lib/openapi/platform/models/issueSecurityLevel.d.ts +1 -1
  54. package/lib/openapi/platform/models/issueSecuritySchemes.d.ts +1 -1
  55. package/lib/openapi/platform/models/issueTypeSchemes.d.ts +1 -1
  56. package/lib/openapi/platform/models/issueTypeScreenSchemes.d.ts +1 -1
  57. package/lib/openapi/platform/models/issueTypes.d.ts +1 -1
  58. package/lib/openapi/platform/models/issueVotes.d.ts +1 -1
  59. package/lib/openapi/platform/models/issueWatchers.d.ts +1 -1
  60. package/lib/openapi/platform/models/issueWorklogs.d.ts +1 -1
  61. package/lib/openapi/platform/models/issues.d.ts +16 -14
  62. package/lib/openapi/platform/models/issues.js.map +1 -1
  63. package/lib/openapi/platform/models/jiraExpressions.d.ts +8 -6
  64. package/lib/openapi/platform/models/jiraExpressions.js.map +1 -1
  65. package/lib/openapi/platform/models/jiraSettings.d.ts +1 -1
  66. package/lib/openapi/platform/models/jql.d.ts +9 -5
  67. package/lib/openapi/platform/models/jql.js.map +1 -1
  68. package/lib/openapi/platform/models/jqlFunctionsApps.d.ts +1 -1
  69. package/lib/openapi/platform/models/labels.d.ts +1 -1
  70. package/lib/openapi/platform/models/licenseMetrics.d.ts +1 -1
  71. package/lib/openapi/platform/models/myself.d.ts +1 -1
  72. package/lib/openapi/platform/models/permissionSchemes.d.ts +1 -1
  73. package/lib/openapi/platform/models/permissions.d.ts +2 -3
  74. package/lib/openapi/platform/models/permissions.js.map +1 -1
  75. package/lib/openapi/platform/models/prioritySchemes.d.ts +1 -1
  76. package/lib/openapi/platform/models/projectAvatars.d.ts +1 -1
  77. package/lib/openapi/platform/models/projectClassificationLevels.d.ts +1 -1
  78. package/lib/openapi/platform/models/projectComponents.d.ts +1 -1
  79. package/lib/openapi/platform/models/projectEmail.d.ts +1 -1
  80. package/lib/openapi/platform/models/projectFeatures.d.ts +1 -1
  81. package/lib/openapi/platform/models/projectPermissionSchemes.d.ts +1 -1
  82. package/lib/openapi/platform/models/projectRoleActors.d.ts +1 -1
  83. package/lib/openapi/platform/models/projectRoles.d.ts +1 -1
  84. package/lib/openapi/platform/models/projectTypes.d.ts +1 -1
  85. package/lib/openapi/platform/models/projectVersions.d.ts +1 -1
  86. package/lib/openapi/platform/models/projects.d.ts +1 -1
  87. package/lib/openapi/platform/models/screenSchemes.d.ts +2 -2
  88. package/lib/openapi/platform/models/screenSchemes.js +1 -1
  89. package/lib/openapi/platform/models/screenSchemes.js.map +1 -1
  90. package/lib/openapi/platform/models/screenTabFields.d.ts +1 -1
  91. package/lib/openapi/platform/models/screens.d.ts +1 -1
  92. package/lib/openapi/platform/models/serverInfo.d.ts +1 -1
  93. package/lib/openapi/platform/models/serviceRegistry.d.ts +3 -2
  94. package/lib/openapi/platform/models/serviceRegistry.js.map +1 -1
  95. package/lib/openapi/platform/models/status.d.ts +1 -1
  96. package/lib/openapi/platform/models/timeTracking.d.ts +1 -1
  97. package/lib/openapi/platform/models/uiModificationsApps.d.ts +1 -1
  98. package/lib/openapi/platform/models/userSearch.d.ts +1 -1
  99. package/lib/openapi/platform/models/users.d.ts +1 -1
  100. package/lib/openapi/platform/models/webhooks.d.ts +1 -1
  101. package/lib/openapi/platform/models/workflowSchemeDrafts.d.ts +1 -1
  102. package/lib/openapi/platform/models/workflowSchemeProjectAssociations.d.ts +1 -1
  103. package/lib/openapi/platform/models/workflowSchemes.d.ts +1 -1
  104. package/lib/openapi/platform/models/workflowTransitionProperties.d.ts +1 -1
  105. package/lib/openapi/platform/models/workflowTransitionRules.d.ts +1 -1
  106. package/lib/openapi/platform/models/workflows.d.ts +104 -70
  107. package/lib/openapi/platform/models/workflows.js +12 -0
  108. package/lib/openapi/platform/models/workflows.js.map +1 -1
  109. package/lib/openapi/platform/services/AnnouncementBannerService.d.ts +12 -9
  110. package/lib/openapi/platform/services/AnnouncementBannerService.js +10 -7
  111. package/lib/openapi/platform/services/AnnouncementBannerService.js.map +1 -1
  112. package/lib/openapi/platform/services/AppDataPoliciesService.d.ts +12 -5
  113. package/lib/openapi/platform/services/AppDataPoliciesService.js +13 -6
  114. package/lib/openapi/platform/services/AppDataPoliciesService.js.map +1 -1
  115. package/lib/openapi/platform/services/AppMigrationService.d.ts +13 -6
  116. package/lib/openapi/platform/services/AppMigrationService.js +12 -6
  117. package/lib/openapi/platform/services/AppMigrationService.js.map +1 -1
  118. package/lib/openapi/platform/services/AppPropertiesService.d.ts +43 -19
  119. package/lib/openapi/platform/services/AppPropertiesService.js +44 -20
  120. package/lib/openapi/platform/services/AppPropertiesService.js.map +1 -1
  121. package/lib/openapi/platform/services/ApplicationRolesService.d.ts +20 -21
  122. package/lib/openapi/platform/services/ApplicationRolesService.js +21 -22
  123. package/lib/openapi/platform/services/ApplicationRolesService.js.map +1 -1
  124. package/lib/openapi/platform/services/AuditRecordsService.d.ts +7 -3
  125. package/lib/openapi/platform/services/AuditRecordsService.js +8 -4
  126. package/lib/openapi/platform/services/AuditRecordsService.js.map +1 -1
  127. package/lib/openapi/platform/services/AvatarsService.d.ts +45 -38
  128. package/lib/openapi/platform/services/AvatarsService.js +45 -38
  129. package/lib/openapi/platform/services/AvatarsService.js.map +1 -1
  130. package/lib/openapi/platform/services/ClassificationLevelsService.d.ts +16 -22
  131. package/lib/openapi/platform/services/ClassificationLevelsService.js +17 -23
  132. package/lib/openapi/platform/services/ClassificationLevelsService.js.map +1 -1
  133. package/lib/openapi/platform/services/DashboardsService.d.ts +140 -146
  134. package/lib/openapi/platform/services/DashboardsService.js +122 -130
  135. package/lib/openapi/platform/services/DashboardsService.js.map +1 -1
  136. package/lib/openapi/platform/services/DynamicModulesService.d.ts +6 -4
  137. package/lib/openapi/platform/services/DynamicModulesService.js +7 -5
  138. package/lib/openapi/platform/services/DynamicModulesService.js.map +1 -1
  139. package/lib/openapi/platform/services/FilterSharingService.d.ts +73 -96
  140. package/lib/openapi/platform/services/FilterSharingService.js +70 -95
  141. package/lib/openapi/platform/services/FilterSharingService.js.map +1 -1
  142. package/lib/openapi/platform/services/FiltersService.d.ts +179 -258
  143. package/lib/openapi/platform/services/FiltersService.js +174 -256
  144. package/lib/openapi/platform/services/FiltersService.js.map +1 -1
  145. package/lib/openapi/platform/services/GroupAndUserPickerService.d.ts +9 -7
  146. package/lib/openapi/platform/services/GroupAndUserPickerService.js +10 -8
  147. package/lib/openapi/platform/services/GroupAndUserPickerService.js.map +1 -1
  148. package/lib/openapi/platform/services/GroupsService.d.ts +43 -27
  149. package/lib/openapi/platform/services/GroupsService.js +40 -26
  150. package/lib/openapi/platform/services/GroupsService.js.map +1 -1
  151. package/lib/openapi/platform/services/IssueAttachmentsService.d.ts +174 -170
  152. package/lib/openapi/platform/services/IssueAttachmentsService.js +175 -171
  153. package/lib/openapi/platform/services/IssueAttachmentsService.js.map +1 -1
  154. package/lib/openapi/platform/services/IssueBulkOperationsService.d.ts +36 -20
  155. package/lib/openapi/platform/services/IssueBulkOperationsService.js +35 -20
  156. package/lib/openapi/platform/services/IssueBulkOperationsService.js.map +1 -1
  157. package/lib/openapi/platform/services/IssueCommentPropertiesService.d.ts +20 -10
  158. package/lib/openapi/platform/services/IssueCommentPropertiesService.js +21 -11
  159. package/lib/openapi/platform/services/IssueCommentPropertiesService.js.map +1 -1
  160. package/lib/openapi/platform/services/IssueCommentsService.d.ts +66 -81
  161. package/lib/openapi/platform/services/IssueCommentsService.js +59 -71
  162. package/lib/openapi/platform/services/IssueCommentsService.js.map +1 -1
  163. package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.d.ts +11 -5
  164. package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.js +10 -5
  165. package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.js.map +1 -1
  166. package/lib/openapi/platform/services/IssueCustomFieldContextsService.d.ts +72 -38
  167. package/lib/openapi/platform/services/IssueCustomFieldContextsService.js +55 -27
  168. package/lib/openapi/platform/services/IssueCustomFieldContextsService.js.map +1 -1
  169. package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.d.ts +51 -29
  170. package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.js +48 -28
  171. package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.js.map +1 -1
  172. package/lib/openapi/platform/services/IssueCustomFieldOptionsService.d.ts +38 -17
  173. package/lib/openapi/platform/services/IssueCustomFieldOptionsService.js +33 -15
  174. package/lib/openapi/platform/services/IssueCustomFieldOptionsService.js.map +1 -1
  175. package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.d.ts +9 -5
  176. package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js +6 -4
  177. package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js.map +1 -1
  178. package/lib/openapi/platform/services/IssueFieldConfigurationsService.d.ts +78 -35
  179. package/lib/openapi/platform/services/IssueFieldConfigurationsService.js +63 -28
  180. package/lib/openapi/platform/services/IssueFieldConfigurationsService.js.map +1 -1
  181. package/lib/openapi/platform/services/IssueFieldsService.d.ts +57 -47
  182. package/lib/openapi/platform/services/IssueFieldsService.js +52 -42
  183. package/lib/openapi/platform/services/IssueFieldsService.js.map +1 -1
  184. package/lib/openapi/platform/services/IssueLinkTypesService.d.ts +30 -12
  185. package/lib/openapi/platform/services/IssueLinkTypesService.js +27 -11
  186. package/lib/openapi/platform/services/IssueLinkTypesService.js.map +1 -1
  187. package/lib/openapi/platform/services/IssueLinksService.d.ts +21 -24
  188. package/lib/openapi/platform/services/IssueLinksService.js +20 -24
  189. package/lib/openapi/platform/services/IssueLinksService.js.map +1 -1
  190. package/lib/openapi/platform/services/IssueNavigatorSettingsService.d.ts +8 -4
  191. package/lib/openapi/platform/services/IssueNavigatorSettingsService.js +9 -5
  192. package/lib/openapi/platform/services/IssueNavigatorSettingsService.js.map +1 -1
  193. package/lib/openapi/platform/services/IssueNotificationSchemesService.d.ts +64 -70
  194. package/lib/openapi/platform/services/IssueNotificationSchemesService.js +59 -68
  195. package/lib/openapi/platform/services/IssueNotificationSchemesService.js.map +1 -1
  196. package/lib/openapi/platform/services/IssuePrioritiesService.d.ts +45 -27
  197. package/lib/openapi/platform/services/IssuePrioritiesService.js +38 -24
  198. package/lib/openapi/platform/services/IssuePrioritiesService.js.map +1 -1
  199. package/lib/openapi/platform/services/IssuePropertiesService.d.ts +34 -17
  200. package/lib/openapi/platform/services/IssuePropertiesService.js +29 -15
  201. package/lib/openapi/platform/services/IssuePropertiesService.js.map +1 -1
  202. package/lib/openapi/platform/services/IssueRemoteLinksService.d.ts +42 -28
  203. package/lib/openapi/platform/services/IssueRemoteLinksService.js +39 -27
  204. package/lib/openapi/platform/services/IssueRemoteLinksService.js.map +1 -1
  205. package/lib/openapi/platform/services/IssueResolutionsService.d.ts +40 -17
  206. package/lib/openapi/platform/services/IssueResolutionsService.js +33 -14
  207. package/lib/openapi/platform/services/IssueResolutionsService.js.map +1 -1
  208. package/lib/openapi/platform/services/IssueSearchService.d.ts +86 -139
  209. package/lib/openapi/platform/services/IssueSearchService.js +81 -137
  210. package/lib/openapi/platform/services/IssueSearchService.js.map +1 -1
  211. package/lib/openapi/platform/services/IssueSecurityLevelService.d.ts +20 -19
  212. package/lib/openapi/platform/services/IssueSecurityLevelService.js +21 -20
  213. package/lib/openapi/platform/services/IssueSecurityLevelService.js.map +1 -1
  214. package/lib/openapi/platform/services/IssueSecuritySchemesService.d.ts +78 -40
  215. package/lib/openapi/platform/services/IssueSecuritySchemesService.js +65 -34
  216. package/lib/openapi/platform/services/IssueSecuritySchemesService.js.map +1 -1
  217. package/lib/openapi/platform/services/IssueTypePropertiesService.d.ts +22 -11
  218. package/lib/openapi/platform/services/IssueTypePropertiesService.js +21 -11
  219. package/lib/openapi/platform/services/IssueTypePropertiesService.js.map +1 -1
  220. package/lib/openapi/platform/services/IssueTypeSchemesService.d.ts +53 -34
  221. package/lib/openapi/platform/services/IssueTypeSchemesService.js +42 -26
  222. package/lib/openapi/platform/services/IssueTypeSchemesService.js.map +1 -1
  223. package/lib/openapi/platform/services/IssueTypeScreenSchemesService.d.ts +56 -27
  224. package/lib/openapi/platform/services/IssueTypeScreenSchemesService.js +45 -22
  225. package/lib/openapi/platform/services/IssueTypeScreenSchemesService.js.map +1 -1
  226. package/lib/openapi/platform/services/IssueTypesService.d.ts +53 -42
  227. package/lib/openapi/platform/services/IssueTypesService.js +50 -41
  228. package/lib/openapi/platform/services/IssueTypesService.js.map +1 -1
  229. package/lib/openapi/platform/services/IssueVotesService.d.ts +17 -17
  230. package/lib/openapi/platform/services/IssueVotesService.js +18 -18
  231. package/lib/openapi/platform/services/IssueVotesService.js.map +1 -1
  232. package/lib/openapi/platform/services/IssueWatchersService.d.ts +20 -10
  233. package/lib/openapi/platform/services/IssueWatchersService.js +19 -10
  234. package/lib/openapi/platform/services/IssueWatchersService.js.map +1 -1
  235. package/lib/openapi/platform/services/IssueWorklogPropertiesService.d.ts +20 -13
  236. package/lib/openapi/platform/services/IssueWorklogPropertiesService.js +21 -14
  237. package/lib/openapi/platform/services/IssueWorklogPropertiesService.js.map +1 -1
  238. package/lib/openapi/platform/services/IssueWorklogsService.d.ts +69 -67
  239. package/lib/openapi/platform/services/IssueWorklogsService.js +64 -65
  240. package/lib/openapi/platform/services/IssueWorklogsService.js.map +1 -1
  241. package/lib/openapi/platform/services/IssuesService.d.ts +226 -228
  242. package/lib/openapi/platform/services/IssuesService.js +197 -209
  243. package/lib/openapi/platform/services/IssuesService.js.map +1 -1
  244. package/lib/openapi/platform/services/JiraExpressionsService.d.ts +25 -24
  245. package/lib/openapi/platform/services/JiraExpressionsService.js +21 -20
  246. package/lib/openapi/platform/services/JiraExpressionsService.js.map +1 -1
  247. package/lib/openapi/platform/services/JiraSettingsService.d.ts +21 -9
  248. package/lib/openapi/platform/services/JiraSettingsService.js +20 -9
  249. package/lib/openapi/platform/services/JiraSettingsService.js.map +1 -1
  250. package/lib/openapi/platform/services/JqlFunctionsAppsService.d.ts +13 -9
  251. package/lib/openapi/platform/services/JqlFunctionsAppsService.js +12 -9
  252. package/lib/openapi/platform/services/JqlFunctionsAppsService.js.map +1 -1
  253. package/lib/openapi/platform/services/JqlService.d.ts +55 -43
  254. package/lib/openapi/platform/services/JqlService.js +45 -33
  255. package/lib/openapi/platform/services/JqlService.js.map +1 -1
  256. package/lib/openapi/platform/services/LabelsService.d.ts +7 -3
  257. package/lib/openapi/platform/services/LabelsService.js +8 -4
  258. package/lib/openapi/platform/services/LabelsService.js.map +1 -1
  259. package/lib/openapi/platform/services/LicenseMetricsService.d.ts +17 -7
  260. package/lib/openapi/platform/services/LicenseMetricsService.js +18 -8
  261. package/lib/openapi/platform/services/LicenseMetricsService.js.map +1 -1
  262. package/lib/openapi/platform/services/MyselfService.d.ts +28 -21
  263. package/lib/openapi/platform/services/MyselfService.js +27 -21
  264. package/lib/openapi/platform/services/MyselfService.js.map +1 -1
  265. package/lib/openapi/platform/services/PermissionSchemesService.d.ts +67 -55
  266. package/lib/openapi/platform/services/PermissionSchemesService.js +62 -53
  267. package/lib/openapi/platform/services/PermissionSchemesService.js.map +1 -1
  268. package/lib/openapi/platform/services/PermissionsService.d.ts +23 -11
  269. package/lib/openapi/platform/services/PermissionsService.js +22 -11
  270. package/lib/openapi/platform/services/PermissionsService.js.map +1 -1
  271. package/lib/openapi/platform/services/PrioritySchemesService.d.ts +60 -26
  272. package/lib/openapi/platform/services/PrioritySchemesService.js +54 -23
  273. package/lib/openapi/platform/services/PrioritySchemesService.js.map +1 -1
  274. package/lib/openapi/platform/services/ProjectAvatarsService.d.ts +27 -24
  275. package/lib/openapi/platform/services/ProjectAvatarsService.js +26 -24
  276. package/lib/openapi/platform/services/ProjectAvatarsService.js.map +1 -1
  277. package/lib/openapi/platform/services/ProjectCategoriesService.d.ts +30 -12
  278. package/lib/openapi/platform/services/ProjectCategoriesService.js +27 -11
  279. package/lib/openapi/platform/services/ProjectCategoriesService.js.map +1 -1
  280. package/lib/openapi/platform/services/ProjectClassificationLevelsService.d.ts +17 -14
  281. package/lib/openapi/platform/services/ProjectClassificationLevelsService.js +15 -12
  282. package/lib/openapi/platform/services/ProjectClassificationLevelsService.js.map +1 -1
  283. package/lib/openapi/platform/services/ProjectComponentsService.d.ts +198 -321
  284. package/lib/openapi/platform/services/ProjectComponentsService.js +195 -320
  285. package/lib/openapi/platform/services/ProjectComponentsService.js.map +1 -1
  286. package/lib/openapi/platform/services/ProjectEmailService.d.ts +11 -5
  287. package/lib/openapi/platform/services/ProjectEmailService.js +10 -5
  288. package/lib/openapi/platform/services/ProjectEmailService.js.map +1 -1
  289. package/lib/openapi/platform/services/ProjectFeaturesService.d.ts +23 -22
  290. package/lib/openapi/platform/services/ProjectFeaturesService.js +22 -22
  291. package/lib/openapi/platform/services/ProjectFeaturesService.js.map +1 -1
  292. package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.d.ts +19 -7
  293. package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.js +20 -8
  294. package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.js.map +1 -1
  295. package/lib/openapi/platform/services/ProjectPermissionSchemesService.d.ts +32 -23
  296. package/lib/openapi/platform/services/ProjectPermissionSchemesService.js +31 -23
  297. package/lib/openapi/platform/services/ProjectPermissionSchemesService.js.map +1 -1
  298. package/lib/openapi/platform/services/ProjectPropertiesService.d.ts +22 -11
  299. package/lib/openapi/platform/services/ProjectPropertiesService.js +21 -11
  300. package/lib/openapi/platform/services/ProjectPropertiesService.js.map +1 -1
  301. package/lib/openapi/platform/services/ProjectRoleActorsService.d.ts +47 -33
  302. package/lib/openapi/platform/services/ProjectRoleActorsService.js +42 -31
  303. package/lib/openapi/platform/services/ProjectRoleActorsService.js.map +1 -1
  304. package/lib/openapi/platform/services/ProjectRolesService.d.ts +67 -43
  305. package/lib/openapi/platform/services/ProjectRolesService.js +62 -41
  306. package/lib/openapi/platform/services/ProjectRolesService.js.map +1 -1
  307. package/lib/openapi/platform/services/ProjectTypesService.d.ts +29 -21
  308. package/lib/openapi/platform/services/ProjectTypesService.js +30 -22
  309. package/lib/openapi/platform/services/ProjectTypesService.js.map +1 -1
  310. package/lib/openapi/platform/services/ProjectVersionsService.d.ts +87 -36
  311. package/lib/openapi/platform/services/ProjectVersionsService.js +78 -32
  312. package/lib/openapi/platform/services/ProjectVersionsService.js.map +1 -1
  313. package/lib/openapi/platform/services/ProjectsService.d.ts +207 -313
  314. package/lib/openapi/platform/services/ProjectsService.js +203 -310
  315. package/lib/openapi/platform/services/ProjectsService.js.map +1 -1
  316. package/lib/openapi/platform/services/ScreenSchemesService.d.ts +22 -11
  317. package/lib/openapi/platform/services/ScreenSchemesService.js +19 -10
  318. package/lib/openapi/platform/services/ScreenSchemesService.js.map +1 -1
  319. package/lib/openapi/platform/services/ScreenTabFieldsService.d.ts +15 -7
  320. package/lib/openapi/platform/services/ScreenTabFieldsService.js +14 -7
  321. package/lib/openapi/platform/services/ScreenTabFieldsService.js.map +1 -1
  322. package/lib/openapi/platform/services/ScreenTabsService.d.ts +27 -11
  323. package/lib/openapi/platform/services/ScreenTabsService.js +26 -11
  324. package/lib/openapi/platform/services/ScreenTabsService.js.map +1 -1
  325. package/lib/openapi/platform/services/ScreensService.d.ts +42 -28
  326. package/lib/openapi/platform/services/ScreensService.js +38 -25
  327. package/lib/openapi/platform/services/ScreensService.js.map +1 -1
  328. package/lib/openapi/platform/services/ServerInfoService.d.ts +6 -3
  329. package/lib/openapi/platform/services/ServerInfoService.js +7 -4
  330. package/lib/openapi/platform/services/ServerInfoService.js.map +1 -1
  331. package/lib/openapi/platform/services/ServiceRegistryService.d.ts +5 -3
  332. package/lib/openapi/platform/services/ServiceRegistryService.js +4 -3
  333. package/lib/openapi/platform/services/ServiceRegistryService.js.map +1 -1
  334. package/lib/openapi/platform/services/StatusService.d.ts +29 -15
  335. package/lib/openapi/platform/services/StatusService.js +26 -14
  336. package/lib/openapi/platform/services/StatusService.js.map +1 -1
  337. package/lib/openapi/platform/services/TasksService.d.ts +9 -4
  338. package/lib/openapi/platform/services/TasksService.js +10 -5
  339. package/lib/openapi/platform/services/TasksService.js.map +1 -1
  340. package/lib/openapi/platform/services/TimeTrackingService.d.ts +31 -14
  341. package/lib/openapi/platform/services/TimeTrackingService.js +27 -12
  342. package/lib/openapi/platform/services/TimeTrackingService.js.map +1 -1
  343. package/lib/openapi/platform/services/UiModificationsAppsService.d.ts +26 -19
  344. package/lib/openapi/platform/services/UiModificationsAppsService.js +23 -18
  345. package/lib/openapi/platform/services/UiModificationsAppsService.js.map +1 -1
  346. package/lib/openapi/platform/services/UserPropertiesService.d.ts +20 -10
  347. package/lib/openapi/platform/services/UserPropertiesService.js +21 -11
  348. package/lib/openapi/platform/services/UserPropertiesService.js.map +1 -1
  349. package/lib/openapi/platform/services/UserSearchService.d.ts +95 -126
  350. package/lib/openapi/platform/services/UserSearchService.js +96 -127
  351. package/lib/openapi/platform/services/UserSearchService.js.map +1 -1
  352. package/lib/openapi/platform/services/UsersService.d.ts +97 -95
  353. package/lib/openapi/platform/services/UsersService.js +96 -95
  354. package/lib/openapi/platform/services/UsersService.js.map +1 -1
  355. package/lib/openapi/platform/services/WebhooksService.d.ts +35 -18
  356. package/lib/openapi/platform/services/WebhooksService.js +30 -16
  357. package/lib/openapi/platform/services/WebhooksService.js.map +1 -1
  358. package/lib/openapi/platform/services/WorkflowSchemeDraftsService.d.ts +133 -147
  359. package/lib/openapi/platform/services/WorkflowSchemeDraftsService.js +124 -143
  360. package/lib/openapi/platform/services/WorkflowSchemeDraftsService.js.map +1 -1
  361. package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.d.ts +13 -10
  362. package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.js +12 -10
  363. package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.js.map +1 -1
  364. package/lib/openapi/platform/services/WorkflowSchemesService.d.ts +121 -82
  365. package/lib/openapi/platform/services/WorkflowSchemesService.js +106 -75
  366. package/lib/openapi/platform/services/WorkflowSchemesService.js.map +1 -1
  367. package/lib/openapi/platform/services/WorkflowStatusCategoriesService.d.ts +12 -5
  368. package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js +13 -6
  369. package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js.map +1 -1
  370. package/lib/openapi/platform/services/WorkflowStatusesService.d.ts +12 -5
  371. package/lib/openapi/platform/services/WorkflowStatusesService.js +13 -6
  372. package/lib/openapi/platform/services/WorkflowStatusesService.js.map +1 -1
  373. package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.d.ts +25 -10
  374. package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js +22 -9
  375. package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js.map +1 -1
  376. package/lib/openapi/platform/services/WorkflowTransitionRulesService.d.ts +25 -13
  377. package/lib/openapi/platform/services/WorkflowTransitionRulesService.js +22 -12
  378. package/lib/openapi/platform/services/WorkflowTransitionRulesService.js.map +1 -1
  379. package/lib/openapi/platform/services/WorkflowsService.d.ts +791 -693
  380. package/lib/openapi/platform/services/WorkflowsService.js +754 -644
  381. package/lib/openapi/platform/services/WorkflowsService.js.map +1 -1
  382. package/lib/openapi/platform/validationSchemaStorage.d.ts +1 -1
  383. package/lib/openapi/platform/validationSchemaStorage.js +1 -1
  384. package/lib/openapi/platform/validationSchemaStorage.js.map +1 -1
  385. package/lib/openapi/serviceManagement/BaseJiraServiceManagementApiClient.d.ts +3 -3
  386. package/lib/openapi/serviceManagement/BaseJiraServiceManagementApiClient.js +3 -3
  387. package/lib/openapi/serviceManagement/BaseJiraServiceManagementApiClient.js.map +1 -1
  388. package/lib/openapi/serviceManagement/models/assets.d.ts +1 -1
  389. package/lib/openapi/serviceManagement/models/common.d.ts +1 -1
  390. package/lib/openapi/serviceManagement/models/customer.d.ts +1 -1
  391. package/lib/openapi/serviceManagement/models/info.d.ts +1 -1
  392. package/lib/openapi/serviceManagement/models/knowledgebase.d.ts +1 -1
  393. package/lib/openapi/serviceManagement/models/organization.d.ts +1 -1
  394. package/lib/openapi/serviceManagement/models/request.d.ts +1 -1
  395. package/lib/openapi/serviceManagement/models/servicedesk.d.ts +4 -7
  396. package/lib/openapi/serviceManagement/models/servicedesk.js.map +1 -1
  397. package/lib/openapi/serviceManagement/services/AssetsService.d.ts +11 -8
  398. package/lib/openapi/serviceManagement/services/AssetsService.js +12 -9
  399. package/lib/openapi/serviceManagement/services/AssetsService.js.map +1 -1
  400. package/lib/openapi/serviceManagement/services/CustomerService.d.ts +17 -20
  401. package/lib/openapi/serviceManagement/services/CustomerService.js +16 -20
  402. package/lib/openapi/serviceManagement/services/CustomerService.js.map +1 -1
  403. package/lib/openapi/serviceManagement/services/InfoService.d.ts +6 -3
  404. package/lib/openapi/serviceManagement/services/InfoService.js +7 -4
  405. package/lib/openapi/serviceManagement/services/InfoService.js.map +1 -1
  406. package/lib/openapi/serviceManagement/services/KnowledgebaseService.d.ts +11 -11
  407. package/lib/openapi/serviceManagement/services/KnowledgebaseService.js +12 -12
  408. package/lib/openapi/serviceManagement/services/KnowledgebaseService.js.map +1 -1
  409. package/lib/openapi/serviceManagement/services/OrganizationService.d.ts +108 -104
  410. package/lib/openapi/serviceManagement/services/OrganizationService.js +97 -99
  411. package/lib/openapi/serviceManagement/services/OrganizationService.js.map +1 -1
  412. package/lib/openapi/serviceManagement/services/RequestService.d.ts +420 -578
  413. package/lib/openapi/serviceManagement/services/RequestService.js +405 -571
  414. package/lib/openapi/serviceManagement/services/RequestService.js.map +1 -1
  415. package/lib/openapi/serviceManagement/services/RequesttypeService.d.ts +25 -39
  416. package/lib/openapi/serviceManagement/services/RequesttypeService.js +26 -40
  417. package/lib/openapi/serviceManagement/services/RequesttypeService.js.map +1 -1
  418. package/lib/openapi/serviceManagement/services/ServicedeskService.d.ts +195 -215
  419. package/lib/openapi/serviceManagement/services/ServicedeskService.js +190 -213
  420. package/lib/openapi/serviceManagement/services/ServicedeskService.js.map +1 -1
  421. package/lib/openapi/serviceManagement/validationSchemaStorage.d.ts +1 -1
  422. package/lib/openapi/serviceManagement/validationSchemaStorage.js +1 -1
  423. package/lib/openapi/serviceManagement/validationSchemaStorage.js.map +1 -1
  424. package/lib/openapi/software/BaseJiraSoftwareApiClient.d.ts +2 -2
  425. package/lib/openapi/software/BaseJiraSoftwareApiClient.js +2 -2
  426. package/lib/openapi/software/BaseJiraSoftwareApiClient.js.map +1 -1
  427. package/lib/openapi/software/models/board.d.ts +4 -7
  428. package/lib/openapi/software/models/board.js.map +1 -1
  429. package/lib/openapi/software/models/builds.d.ts +39 -20
  430. package/lib/openapi/software/models/builds.js.map +1 -1
  431. package/lib/openapi/software/models/common.d.ts +8 -6
  432. package/lib/openapi/software/models/common.js.map +1 -1
  433. package/lib/openapi/software/models/deployments.d.ts +37 -18
  434. package/lib/openapi/software/models/deployments.js.map +1 -1
  435. package/lib/openapi/software/models/devOpsComponents.d.ts +7 -4
  436. package/lib/openapi/software/models/devOpsComponents.js.map +1 -1
  437. package/lib/openapi/software/models/developmentInformation.d.ts +107 -55
  438. package/lib/openapi/software/models/developmentInformation.js.map +1 -1
  439. package/lib/openapi/software/models/epic.d.ts +1 -1
  440. package/lib/openapi/software/models/featureFlags.d.ts +17 -9
  441. package/lib/openapi/software/models/featureFlags.js.map +1 -1
  442. package/lib/openapi/software/models/issue.d.ts +1 -1
  443. package/lib/openapi/software/models/operations.d.ts +61 -31
  444. package/lib/openapi/software/models/operations.js.map +1 -1
  445. package/lib/openapi/software/models/remoteLinks.d.ts +37 -19
  446. package/lib/openapi/software/models/remoteLinks.js.map +1 -1
  447. package/lib/openapi/software/models/securityInformation.d.ts +53 -27
  448. package/lib/openapi/software/models/securityInformation.js.map +1 -1
  449. package/lib/openapi/software/models/sprint.d.ts +1 -1
  450. package/lib/openapi/software/services/BacklogService.d.ts +14 -8
  451. package/lib/openapi/software/services/BacklogService.js +11 -7
  452. package/lib/openapi/software/services/BacklogService.js.map +1 -1
  453. package/lib/openapi/software/services/BoardService.d.ts +200 -204
  454. package/lib/openapi/software/services/BoardService.js +197 -203
  455. package/lib/openapi/software/services/BoardService.js.map +1 -1
  456. package/lib/openapi/software/services/BuildsService.d.ts +11 -9
  457. package/lib/openapi/software/services/BuildsService.js +12 -10
  458. package/lib/openapi/software/services/BuildsService.js.map +1 -1
  459. package/lib/openapi/software/services/DeploymentsService.d.ts +13 -13
  460. package/lib/openapi/software/services/DeploymentsService.js +14 -14
  461. package/lib/openapi/software/services/DeploymentsService.js.map +1 -1
  462. package/lib/openapi/software/services/DevOpsComponentsService.d.ts +33 -20
  463. package/lib/openapi/software/services/DevOpsComponentsService.js +12 -10
  464. package/lib/openapi/software/services/DevOpsComponentsService.js.map +1 -1
  465. package/lib/openapi/software/services/DevelopmentInformationService.d.ts +14 -9
  466. package/lib/openapi/software/services/DevelopmentInformationService.js +15 -10
  467. package/lib/openapi/software/services/DevelopmentInformationService.js.map +1 -1
  468. package/lib/openapi/software/services/EpicService.d.ts +67 -76
  469. package/lib/openapi/software/services/EpicService.js +60 -73
  470. package/lib/openapi/software/services/EpicService.js.map +1 -1
  471. package/lib/openapi/software/services/FeatureFlagsService.d.ts +11 -9
  472. package/lib/openapi/software/services/FeatureFlagsService.js +12 -10
  473. package/lib/openapi/software/services/FeatureFlagsService.js.map +1 -1
  474. package/lib/openapi/software/services/IssueService.d.ts +45 -44
  475. package/lib/openapi/software/services/IssueService.js +42 -43
  476. package/lib/openapi/software/services/IssueService.js.map +1 -1
  477. package/lib/openapi/software/services/OperationsService.d.ts +66 -38
  478. package/lib/openapi/software/services/OperationsService.js +23 -17
  479. package/lib/openapi/software/services/OperationsService.js.map +1 -1
  480. package/lib/openapi/software/services/RemoteLinksService.d.ts +18 -13
  481. package/lib/openapi/software/services/RemoteLinksService.js +12 -10
  482. package/lib/openapi/software/services/RemoteLinksService.js.map +1 -1
  483. package/lib/openapi/software/services/SecurityInformationService.d.ts +19 -13
  484. package/lib/openapi/software/services/SecurityInformationService.js +20 -14
  485. package/lib/openapi/software/services/SecurityInformationService.js.map +1 -1
  486. package/lib/openapi/software/services/SprintService.d.ts +79 -55
  487. package/lib/openapi/software/services/SprintService.js +70 -51
  488. package/lib/openapi/software/services/SprintService.js.map +1 -1
  489. package/lib/openapi/software/validationSchemaStorage.d.ts +1 -1
  490. package/lib/openapi/software/validationSchemaStorage.js +1 -1
  491. package/lib/openapi/software/validationSchemaStorage.js.map +1 -1
  492. package/package.json +3 -3
  493. package/lib/openapi/platform/core/CommonHttpClient.js +0 -390
  494. package/lib/openapi/platform/core/CommonHttpClient.js.map +0 -1
  495. package/lib/openapi/platform/core/CommonHttpService.d.ts +0 -9
  496. package/lib/openapi/platform/core/CommonHttpService.js.map +0 -1
  497. package/lib/openapi/platform/core/CommonValidationSchemaStorage.js.map +0 -1
  498. package/lib/openapi/serviceManagement/core/CommonHttpClient.d.ts +0 -196
  499. package/lib/openapi/serviceManagement/core/CommonHttpClient.js.map +0 -1
  500. package/lib/openapi/serviceManagement/core/CommonHttpService.d.ts +0 -9
  501. package/lib/openapi/serviceManagement/core/CommonHttpService.js +0 -29
  502. package/lib/openapi/serviceManagement/core/CommonHttpService.js.map +0 -1
  503. package/lib/openapi/serviceManagement/core/CommonValidationSchemaStorage.d.ts +0 -35
  504. package/lib/openapi/serviceManagement/core/CommonValidationSchemaStorage.js +0 -65
  505. package/lib/openapi/serviceManagement/core/CommonValidationSchemaStorage.js.map +0 -1
  506. package/lib/openapi/software/core/CommonHttpClient.d.ts +0 -196
  507. package/lib/openapi/software/core/CommonHttpClient.js +0 -390
  508. package/lib/openapi/software/core/CommonHttpClient.js.map +0 -1
  509. package/lib/openapi/software/core/CommonHttpService.js +0 -29
  510. package/lib/openapi/software/core/CommonHttpService.js.map +0 -1
  511. package/lib/openapi/software/core/CommonValidationSchemaStorage.d.ts +0 -35
  512. package/lib/openapi/software/core/CommonValidationSchemaStorage.js +0 -65
  513. package/lib/openapi/software/core/CommonValidationSchemaStorage.js.map +0 -1
  514. /package/lib/openapi/{platform/core → core}/CommonValidationSchemaStorage.d.ts +0 -0
  515. /package/lib/openapi/{platform/core → core}/CommonValidationSchemaStorage.js +0 -0
@@ -1,4 +1,4 @@
1
- import { CommonHttpService } from "../core/CommonHttpService";
1
+ import { CommonHttpService } from "../../core/CommonHttpService";
2
2
  import { type NotificationScheme, type PageBeanProject, type Project } from "../models/common";
3
3
  import { type CreateProjectDetails, type IssueTypeWithStatus, type ProjectIdentifiers, type ProjectIssueTypeHierarchy, type StringList, type UpdateProjectDetails } from "../models/projects";
4
4
  /**
@@ -18,10 +18,11 @@ export declare class ProjectsService extends CommonHttpService {
18
18
  * permission](https://confluence.atlassian.com/x/x4dKLg).
19
19
  *
20
20
  * @returns Returned if the request is successful.
21
- * @path {POST} /rest/api/3/project/{projectIdOrKey}/archive
21
+ * @path POST `/rest/api/3/project/{projectIdOrKey}/archive`
22
22
  * @scopes-current manage:jira-project
23
23
  * @scopes-beta write:project:jira
24
24
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-projects#api-rest-api-3-project-projectidorkey-archive-post
25
+ * @param params
25
26
  */
26
27
  archiveProject: ({ projectIdOrKey, }: {
27
28
  /** The project ID or project key (case sensitive). */
@@ -91,21 +92,26 @@ export declare class ProjectsService extends CommonHttpService {
91
92
  *
92
93
  * @returns Returned if the project is created.
93
94
  *
94
- * example: {
95
+ * example:
96
+ * ```
97
+ * {
95
98
  * "id": 10010,
96
99
  * "key": "EX",
97
100
  * "self": "https://your-domain.atlassian.net/jira/rest/api/3/project/10042"
98
101
  * }
99
- * @path {POST} /rest/api/3/project
102
+ * ```
103
+ * @path POST `/rest/api/3/project`
100
104
  * @scopes-current manage:jira-configuration
101
105
  * @scopes-beta write:project:jira, read:project:jira
102
106
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-projects#api-rest-api-3-project-post
107
+ * @param params
103
108
  */
104
109
  createProject: ({ createProjectDetails, }: {
105
110
  /**
106
111
  * The JSON representation of the project being created.
107
112
  *
108
- * @example {
113
+ * @example
114
+ * {
109
115
  * "assigneeType": "PROJECT_LEAD",
110
116
  * "avatarId": 10200,
111
117
  * "categoryId": 10120,
@@ -116,8 +122,7 @@ export declare class ProjectsService extends CommonHttpService {
116
122
  * "name": "Example",
117
123
  * "notificationScheme": 10021,
118
124
  * "permissionScheme": 10011,
119
- * "projectTemplateKey":
120
- * "com.atlassian.jira-core-project-templates:jira-core-simplified-process-control",
125
+ * "projectTemplateKey": "com.atlassian.jira-core-project-templates:jira-core-simplified-process-control",
121
126
  * "projectTypeKey": "business",
122
127
  * "url": "http://atlassian.com"
123
128
  * }
@@ -133,10 +138,11 @@ export declare class ProjectsService extends CommonHttpService {
133
138
  * **[Permissions](#permissions) required:** *Administer Jira* [global
134
139
  * permission](https://confluence.atlassian.com/x/x4dKLg).
135
140
  *
136
- * @path {DELETE} /rest/api/3/project/{projectIdOrKey}
141
+ * @path DELETE `/rest/api/3/project/{projectIdOrKey}`
137
142
  * @scopes-current manage:jira-configuration
138
143
  * @scopes-beta delete:project:jira
139
144
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-projects#api-rest-api-3-project-projectidorkey-delete
145
+ * @param params
140
146
  */
141
147
  deleteProject: ({ projectIdOrKey, enableUndo, }: {
142
148
  /** The project ID or project key (case sensitive). */
@@ -161,10 +167,11 @@ export declare class ProjectsService extends CommonHttpService {
161
167
  * **[Permissions](#permissions) required:** *Administer Jira* [global
162
168
  * permission](https://confluence.atlassian.com/x/x4dKLg).
163
169
  *
164
- * @path {POST} /rest/api/3/project/{projectIdOrKey}/delete
170
+ * @path POST `/rest/api/3/project/{projectIdOrKey}/delete`
165
171
  * @scopes-current manage:jira-configuration
166
172
  * @scopes-beta write:project:jira, write:project.property:jira
167
173
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-projects#api-rest-api-3-project-projectidorkey-delete-post
174
+ * @param params
168
175
  */
169
176
  deleteProjectAsynchronously: ({ projectIdOrKey, }: {
170
177
  /** The project ID or project key (case sensitive). */
@@ -184,17 +191,15 @@ export declare class ProjectsService extends CommonHttpService {
184
191
  * @deprecated
185
192
  * @returns Returned if the request is successful.
186
193
  *
187
- * example: [
194
+ * example:
195
+ * ```
196
+ * [
188
197
  * {
189
198
  * "avatarUrls": {
190
- * "16x16":
191
- * "https://your-domain.atlassian.net/secure/projectavatar?size=xsmall&pid=10000",
192
- * "24x24":
193
- * "https://your-domain.atlassian.net/secure/projectavatar?size=small&pid=10000",
194
- * "32x32":
195
- * "https://your-domain.atlassian.net/secure/projectavatar?size=medium&pid=10000",
196
- * "48x48":
197
- * "https://your-domain.atlassian.net/secure/projectavatar?size=large&pid=10000"
199
+ * "16x16": "https://your-domain.atlassian.net/secure/projectavatar?size=xsmall&pid=10000",
200
+ * "24x24": "https://your-domain.atlassian.net/secure/projectavatar?size=small&pid=10000",
201
+ * "32x32": "https://your-domain.atlassian.net/secure/projectavatar?size=medium&pid=10000",
202
+ * "48x48": "https://your-domain.atlassian.net/secure/projectavatar?size=large&pid=10000"
198
203
  * },
199
204
  * "id": "10000",
200
205
  * "insight": {
@@ -207,8 +212,7 @@ export declare class ProjectsService extends CommonHttpService {
207
212
  * "description": "First Project Category",
208
213
  * "id": "10000",
209
214
  * "name": "FIRST",
210
- * "self":
211
- * "https://your-domain.atlassian.net/rest/api/3/projectCategory/10000"
215
+ * "self": "https://your-domain.atlassian.net/rest/api/3/projectCategory/10000"
212
216
  * },
213
217
  * "self": "https://your-domain.atlassian.net/rest/api/3/project/EX",
214
218
  * "simplified": false,
@@ -216,14 +220,10 @@ export declare class ProjectsService extends CommonHttpService {
216
220
  * },
217
221
  * {
218
222
  * "avatarUrls": {
219
- * "16x16":
220
- * "https://your-domain.atlassian.net/secure/projectavatar?size=xsmall&pid=10001",
221
- * "24x24":
222
- * "https://your-domain.atlassian.net/secure/projectavatar?size=small&pid=10001",
223
- * "32x32":
224
- * "https://your-domain.atlassian.net/secure/projectavatar?size=medium&pid=10001",
225
- * "48x48":
226
- * "https://your-domain.atlassian.net/secure/projectavatar?size=large&pid=10001"
223
+ * "16x16": "https://your-domain.atlassian.net/secure/projectavatar?size=xsmall&pid=10001",
224
+ * "24x24": "https://your-domain.atlassian.net/secure/projectavatar?size=small&pid=10001",
225
+ * "32x32": "https://your-domain.atlassian.net/secure/projectavatar?size=medium&pid=10001",
226
+ * "48x48": "https://your-domain.atlassian.net/secure/projectavatar?size=large&pid=10001"
227
227
  * },
228
228
  * "id": "10001",
229
229
  * "insight": {
@@ -236,21 +236,19 @@ export declare class ProjectsService extends CommonHttpService {
236
236
  * "description": "First Project Category",
237
237
  * "id": "10000",
238
238
  * "name": "FIRST",
239
- * "self":
240
- * "https://your-domain.atlassian.net/rest/api/3/projectCategory/10000"
239
+ * "self": "https://your-domain.atlassian.net/rest/api/3/projectCategory/10000"
241
240
  * },
242
241
  * "self": "https://your-domain.atlassian.net/rest/api/3/project/ABC",
243
242
  * "simplified": false,
244
243
  * "style": "CLASSIC"
245
244
  * }
246
245
  * ]
247
- * @path {GET} /rest/api/3/project
246
+ * ```
247
+ * @path GET `/rest/api/3/project`
248
248
  * @scopes-current read:jira-work
249
- * @scopes-beta read:issue-type:jira, read:project:jira, read:project.property:jira,
250
- * read:user:jira, read:application-role:jira, read:avatar:jira, read:group:jira,
251
- * read:issue-type-hierarchy:jira, read:project-category:jira,
252
- * read:project-version:jira, read:project.component:jira
249
+ * @scopes-beta read:issue-type:jira, read:project:jira, read:project.property:jira, read:user:jira, read:application-role:jira, read:avatar:jira, read:group:jira, read:issue-type-hierarchy:jira, read:project-category:jira, read:project-version:jira, read:project.component:jira
253
250
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-projects#api-rest-api-3-project-get
251
+ * @param params
254
252
  */
255
253
  getAllProjects: ({ expand, recent, properties, }?: {
256
254
  /**
@@ -287,7 +285,9 @@ export declare class ProjectsService extends CommonHttpService {
287
285
  *
288
286
  * @returns Returned if the request is successful.
289
287
  *
290
- * example: [
288
+ * example:
289
+ * ```
290
+ * [
291
291
  * {
292
292
  * "id": "3",
293
293
  * "name": "Task",
@@ -295,8 +295,7 @@ export declare class ProjectsService extends CommonHttpService {
295
295
  * "statuses": [
296
296
  * {
297
297
  * "description": "The issue is currently being worked on.",
298
- * "iconUrl":
299
- * "https://your-domain.atlassian.net/images/icons/progress.gif",
298
+ * "iconUrl": "https://your-domain.atlassian.net/images/icons/progress.gif",
300
299
  * "id": "10000",
301
300
  * "name": "In Progress",
302
301
  * "self": "https://your-domain.atlassian.net/rest/api/3/status/10000"
@@ -312,10 +311,12 @@ export declare class ProjectsService extends CommonHttpService {
312
311
  * "subtask": false
313
312
  * }
314
313
  * ]
315
- * @path {GET} /rest/api/3/project/{projectIdOrKey}/statuses
314
+ * ```
315
+ * @path GET `/rest/api/3/project/{projectIdOrKey}/statuses`
316
316
  * @scopes-current read:jira-work
317
317
  * @scopes-beta read:issue-status:jira, read:issue-type:jira, read:status:jira
318
318
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-projects#api-rest-api-3-project-projectidorkey-statuses-get
319
+ * @param params
319
320
  */
320
321
  getAllStatuses: ({ projectIdOrKey, }: {
321
322
  /** The project ID or project key (case sensitive). */
@@ -339,7 +340,9 @@ export declare class ProjectsService extends CommonHttpService {
339
340
  *
340
341
  * @returns Returned if the request is successful.
341
342
  *
342
- * example: {
343
+ * example:
344
+ * ```
345
+ * {
343
346
  * "hierarchy": [
344
347
  * {
345
348
  * "issueTypes": [
@@ -386,10 +389,12 @@ export declare class ProjectsService extends CommonHttpService {
386
389
  * ],
387
390
  * "projectId": 10030
388
391
  * }
389
- * @path {GET} /rest/api/3/project/{projectId}/hierarchy
392
+ * ```
393
+ * @path GET `/rest/api/3/project/{projectId}/hierarchy`
390
394
  * @scopes-current read:jira-work
391
395
  * @scopes-beta read:issue-type:jira, read:issue-type-hierarchy:jira
392
396
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-projects#api-rest-api-3-project-projectid-hierarchy-get
397
+ * @param params
393
398
  */
394
399
  getHierarchy: ({ projectId, }: {
395
400
  /** The ID of the project. */
@@ -405,7 +410,9 @@ export declare class ProjectsService extends CommonHttpService {
405
410
  *
406
411
  * @returns Returned if the request is successful.
407
412
  *
408
- * example: {
413
+ * example:
414
+ * ```
415
+ * {
409
416
  * "description": "description",
410
417
  * "expand": "notificationSchemeEvents,user,group,projectRole,field,all",
411
418
  * "id": 10100,
@@ -423,8 +430,7 @@ export declare class ProjectsService extends CommonHttpService {
423
430
  * "group": {
424
431
  * "groupId": "276f955c-63d7-42c8-9520-92d01dca0625",
425
432
  * "name": "jira-administrators",
426
- * "self":
427
- * "https://your-domain.atlassian.net/rest/api/3/group?groupId=276f955c-63d7-42c8-9520-92d01dca0625"
433
+ * "self": "https://your-domain.atlassian.net/rest/api/3/group?groupId=276f955c-63d7-42c8-9520-92d01dca0625"
428
434
  * },
429
435
  * "id": 1,
430
436
  * "notificationType": "Group",
@@ -441,12 +447,10 @@ export declare class ProjectsService extends CommonHttpService {
441
447
  * "notificationType": "ProjectRole",
442
448
  * "parameter": "10360",
443
449
  * "projectRole": {
444
- * "self":
445
- * "https://your-domain.atlassian.net/rest/api/3/project/MKY/role/10360",
450
+ * "self": "https://your-domain.atlassian.net/rest/api/3/project/MKY/role/10360",
446
451
  * "name": "Developers",
447
452
  * "id": 10360,
448
- * "description": "A project role that represents developers in a
449
- * project",
453
+ * "description": "A project role that represents developers in a project",
450
454
  * "actors": [
451
455
  * {
452
456
  * "actorGroup": {
@@ -496,8 +500,7 @@ export declare class ProjectsService extends CommonHttpService {
496
500
  * "accountId": "5b10a2844c20165700ede21g",
497
501
  * "active": false,
498
502
  * "displayName": "Mia Krystof",
499
- * "self":
500
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
503
+ * "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
501
504
  * }
502
505
  * },
503
506
  * {
@@ -514,8 +517,7 @@ export declare class ProjectsService extends CommonHttpService {
514
517
  * "navigable": true,
515
518
  * "orderable": true,
516
519
  * "schema": {
517
- * "custom":
518
- * "com.atlassian.jira.plugin.system.customfieldtypes:project",
520
+ * "custom": "com.atlassian.jira.plugin.system.customfieldtypes:project",
519
521
  * "customId": 10101,
520
522
  * "type": "project"
521
523
  * },
@@ -531,8 +533,7 @@ export declare class ProjectsService extends CommonHttpService {
531
533
  * },
532
534
  * {
533
535
  * "event": {
534
- * "description": "Custom event that is published together with an issue
535
- * created event",
536
+ * "description": "Custom event that is published together with an issue created event",
536
537
  * "id": 20,
537
538
  * "name": "Custom event",
538
539
  * "templateEvent": {
@@ -547,8 +548,7 @@ export declare class ProjectsService extends CommonHttpService {
547
548
  * "group": {
548
549
  * "groupId": "276f955c-63d7-42c8-9520-92d01dca0625",
549
550
  * "name": "jira-administrators",
550
- * "self":
551
- * "https://your-domain.atlassian.net/rest/api/3/group?groupId=276f955c-63d7-42c8-9520-92d01dca0625"
551
+ * "self": "https://your-domain.atlassian.net/rest/api/3/group?groupId=276f955c-63d7-42c8-9520-92d01dca0625"
552
552
  * },
553
553
  * "id": 1,
554
554
  * "notificationType": "Group",
@@ -565,12 +565,10 @@ export declare class ProjectsService extends CommonHttpService {
565
565
  * "notificationType": "ProjectRole",
566
566
  * "parameter": "10360",
567
567
  * "projectRole": {
568
- * "self":
569
- * "https://your-domain.atlassian.net/rest/api/3/project/MKY/role/10360",
568
+ * "self": "https://your-domain.atlassian.net/rest/api/3/project/MKY/role/10360",
570
569
  * "name": "Developers",
571
570
  * "id": 10360,
572
- * "description": "A project role that represents developers in a
573
- * project",
571
+ * "description": "A project role that represents developers in a project",
574
572
  * "actors": [
575
573
  * {
576
574
  * "actorGroup": {
@@ -620,8 +618,7 @@ export declare class ProjectsService extends CommonHttpService {
620
618
  * "accountId": "5b10a2844c20165700ede21g",
621
619
  * "active": false,
622
620
  * "displayName": "Mia Krystof",
623
- * "self":
624
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
621
+ * "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
625
622
  * }
626
623
  * },
627
624
  * {
@@ -638,8 +635,7 @@ export declare class ProjectsService extends CommonHttpService {
638
635
  * "navigable": true,
639
636
  * "orderable": true,
640
637
  * "schema": {
641
- * "custom":
642
- * "com.atlassian.jira.plugin.system.customfieldtypes:project",
638
+ * "custom": "com.atlassian.jira.plugin.system.customfieldtypes:project",
643
639
  * "customId": 10101,
644
640
  * "type": "project"
645
641
  * },
@@ -660,12 +656,12 @@ export declare class ProjectsService extends CommonHttpService {
660
656
  * ],
661
657
  * "self": "https://your-domain.atlassian.net/rest/api/3/notificationscheme"
662
658
  * }
663
- * @path {GET} /rest/api/3/project/{projectKeyOrId}/notificationscheme
659
+ * ```
660
+ * @path GET `/rest/api/3/project/{projectKeyOrId}/notificationscheme`
664
661
  * @scopes-current read:jira-work
665
- * @scopes-beta read:project-category:jira, read:project-role:jira, read:project:jira,
666
- * read:user:jira, read:group:jira, read:field:jira, read:avatar:jira,
667
- * read:field-configuration:jira, read:notification-scheme:jira
662
+ * @scopes-beta read:project-category:jira, read:project-role:jira, read:project:jira, read:user:jira, read:group:jira, read:field:jira, read:avatar:jira, read:field-configuration:jira, read:notification-scheme:jira
668
663
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-projects#api-rest-api-3-project-projectkeyorid-notificationscheme-get
664
+ * @param params
669
665
  */
670
666
  getNotificationSchemeForProject: ({ projectKeyOrId, expand, }: {
671
667
  /** The project ID or project key (case sensitive). */
@@ -697,41 +693,33 @@ export declare class ProjectsService extends CommonHttpService {
697
693
  *
698
694
  * @returns Returned if successful.
699
695
  *
700
- * example: {
696
+ * example:
697
+ * ```
698
+ * {
701
699
  * "assigneeType": "PROJECT_LEAD",
702
700
  * "avatarUrls": {
703
- * "16x16":
704
- * "https://your-domain.atlassian.net/secure/projectavatar?size=xsmall&pid=10000",
705
- * "24x24":
706
- * "https://your-domain.atlassian.net/secure/projectavatar?size=small&pid=10000",
707
- * "32x32":
708
- * "https://your-domain.atlassian.net/secure/projectavatar?size=medium&pid=10000",
709
- * "48x48":
710
- * "https://your-domain.atlassian.net/secure/projectavatar?size=large&pid=10000"
701
+ * "16x16": "https://your-domain.atlassian.net/secure/projectavatar?size=xsmall&pid=10000",
702
+ * "24x24": "https://your-domain.atlassian.net/secure/projectavatar?size=small&pid=10000",
703
+ * "32x32": "https://your-domain.atlassian.net/secure/projectavatar?size=medium&pid=10000",
704
+ * "48x48": "https://your-domain.atlassian.net/secure/projectavatar?size=large&pid=10000"
711
705
  * },
712
706
  * "components": [
713
707
  * {
714
- * "ari":
715
- * "ari:cloud:compass:fdb3fdec-4e70-be56-11ee-0242ac120002:component/fdb3fdec-4e70-11ee-be56-0242ac120002/fdb3fdec-11ee-4e70-be56-0242ac120002",
708
+ * "ari": "ari:cloud:compass:fdb3fdec-4e70-be56-11ee-0242ac120002:component/fdb3fdec-4e70-11ee-be56-0242ac120002/fdb3fdec-11ee-4e70-be56-0242ac120002",
716
709
  * "assignee": {
717
710
  * "accountId": "5b10a2844c20165700ede21g",
718
711
  * "accountType": "atlassian",
719
712
  * "active": false,
720
713
  * "avatarUrls": {
721
- * "16x16":
722
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
723
- * "24x24":
724
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
725
- * "32x32":
726
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
727
- * "48x48":
728
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
714
+ * "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
715
+ * "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
716
+ * "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
717
+ * "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
729
718
  * },
730
719
  * "displayName": "Mia Krystof",
731
720
  * "key": "",
732
721
  * "name": "",
733
- * "self":
734
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
722
+ * "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
735
723
  * },
736
724
  * "assigneeType": "PROJECT_LEAD",
737
725
  * "description": "This is a Jira component",
@@ -742,20 +730,15 @@ export declare class ProjectsService extends CommonHttpService {
742
730
  * "accountType": "atlassian",
743
731
  * "active": false,
744
732
  * "avatarUrls": {
745
- * "16x16":
746
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
747
- * "24x24":
748
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
749
- * "32x32":
750
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
751
- * "48x48":
752
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
733
+ * "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
734
+ * "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
735
+ * "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
736
+ * "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
753
737
  * },
754
738
  * "displayName": "Mia Krystof",
755
739
  * "key": "",
756
740
  * "name": "",
757
- * "self":
758
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
741
+ * "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
759
742
  * },
760
743
  * "metadata": {
761
744
  * "icon": "https://www.example.com/icon.png"
@@ -768,20 +751,15 @@ export declare class ProjectsService extends CommonHttpService {
768
751
  * "accountType": "atlassian",
769
752
  * "active": false,
770
753
  * "avatarUrls": {
771
- * "16x16":
772
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
773
- * "24x24":
774
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
775
- * "32x32":
776
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
777
- * "48x48":
778
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
754
+ * "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
755
+ * "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
756
+ * "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
757
+ * "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
779
758
  * },
780
759
  * "displayName": "Mia Krystof",
781
760
  * "key": "",
782
761
  * "name": "",
783
- * "self":
784
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
762
+ * "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
785
763
  * },
786
764
  * "realAssigneeType": "PROJECT_LEAD",
787
765
  * "self": "https://your-domain.atlassian.net/rest/api/3/component/10000"
@@ -799,8 +777,7 @@ export declare class ProjectsService extends CommonHttpService {
799
777
  * "avatarId": 1,
800
778
  * "description": "A task that needs to be done.",
801
779
  * "hierarchyLevel": 0,
802
- * "iconUrl":
803
- * "https://your-domain.atlassian.net/secure/viewavatar?size=xsmall&avatarId=10299&avatarType=issuetype\",",
780
+ * "iconUrl": "https://your-domain.atlassian.net/secure/viewavatar?size=xsmall&avatarId=10299&avatarType=issuetype\",",
804
781
  * "id": "3",
805
782
  * "name": "Task",
806
783
  * "self": "https://your-domain.atlassian.net/rest/api/3/issueType/3",
@@ -811,8 +788,7 @@ export declare class ProjectsService extends CommonHttpService {
811
788
  * "description": "A problem with the software.",
812
789
  * "entityId": "9d7dd6f7-e8b6-4247-954b-7b2c9b2a5ba2",
813
790
  * "hierarchyLevel": 0,
814
- * "iconUrl":
815
- * "https://your-domain.atlassian.net/secure/viewavatar?size=xsmall&avatarId=10316&avatarType=issuetype\",",
791
+ * "iconUrl": "https://your-domain.atlassian.net/secure/viewavatar?size=xsmall&avatarId=10316&avatarType=issuetype\",",
816
792
  * "id": "1",
817
793
  * "name": "Bug",
818
794
  * "scope": {
@@ -831,20 +807,15 @@ export declare class ProjectsService extends CommonHttpService {
831
807
  * "accountType": "atlassian",
832
808
  * "active": false,
833
809
  * "avatarUrls": {
834
- * "16x16":
835
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
836
- * "24x24":
837
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
838
- * "32x32":
839
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
840
- * "48x48":
841
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
810
+ * "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
811
+ * "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
812
+ * "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
813
+ * "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
842
814
  * },
843
815
  * "displayName": "Mia Krystof",
844
816
  * "key": "",
845
817
  * "name": "",
846
- * "self":
847
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
818
+ * "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
848
819
  * },
849
820
  * "name": "Example",
850
821
  * "projectCategory": {
@@ -857,8 +828,7 @@ export declare class ProjectsService extends CommonHttpService {
857
828
  * "propertyKey": "propertyValue"
858
829
  * },
859
830
  * "roles": {
860
- * "Developers":
861
- * "https://your-domain.atlassian.net/rest/api/3/project/EX/role/10000"
831
+ * "Developers": "https://your-domain.atlassian.net/rest/api/3/project/EX/role/10000"
862
832
  * },
863
833
  * "self": "https://your-domain.atlassian.net/rest/api/3/project/EX",
864
834
  * "simplified": false,
@@ -866,13 +836,12 @@ export declare class ProjectsService extends CommonHttpService {
866
836
  * "url": "https://www.example.com",
867
837
  * "versions": []
868
838
  * }
869
- * @path {GET} /rest/api/3/project/{projectIdOrKey}
839
+ * ```
840
+ * @path GET `/rest/api/3/project/{projectIdOrKey}`
870
841
  * @scopes-current read:jira-work
871
- * @scopes-beta read:issue-type:jira, read:project:jira, read:project.property:jira,
872
- * read:user:jira, read:application-role:jira, read:avatar:jira, read:group:jira,
873
- * read:issue-type-hierarchy:jira, read:project-category:jira,
874
- * read:project-version:jira, read:project.component:jira
842
+ * @scopes-beta read:issue-type:jira, read:project:jira, read:project.property:jira, read:user:jira, read:application-role:jira, read:avatar:jira, read:group:jira, read:issue-type-hierarchy:jira, read:project-category:jira, read:project-version:jira, read:project.component:jira
875
843
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-projects#api-rest-api-3-project-projectidorkey-get
844
+ * @param params
876
845
  */
877
846
  getProject: ({ projectIdOrKey, expand, properties, }: {
878
847
  /** The project ID or project key (case sensitive). */
@@ -914,17 +883,15 @@ export declare class ProjectsService extends CommonHttpService {
914
883
  *
915
884
  * @returns Returned if the request is successful.
916
885
  *
917
- * example: [
886
+ * example:
887
+ * ```
888
+ * [
918
889
  * {
919
890
  * "avatarUrls": {
920
- * "16x16":
921
- * "https://your-domain.atlassian.net/secure/projectavatar?size=xsmall&pid=10000",
922
- * "24x24":
923
- * "https://your-domain.atlassian.net/secure/projectavatar?size=small&pid=10000",
924
- * "32x32":
925
- * "https://your-domain.atlassian.net/secure/projectavatar?size=medium&pid=10000",
926
- * "48x48":
927
- * "https://your-domain.atlassian.net/secure/projectavatar?size=large&pid=10000"
891
+ * "16x16": "https://your-domain.atlassian.net/secure/projectavatar?size=xsmall&pid=10000",
892
+ * "24x24": "https://your-domain.atlassian.net/secure/projectavatar?size=small&pid=10000",
893
+ * "32x32": "https://your-domain.atlassian.net/secure/projectavatar?size=medium&pid=10000",
894
+ * "48x48": "https://your-domain.atlassian.net/secure/projectavatar?size=large&pid=10000"
928
895
  * },
929
896
  * "id": "10000",
930
897
  * "insight": {
@@ -937,8 +904,7 @@ export declare class ProjectsService extends CommonHttpService {
937
904
  * "description": "First Project Category",
938
905
  * "id": "10000",
939
906
  * "name": "FIRST",
940
- * "self":
941
- * "https://your-domain.atlassian.net/rest/api/3/projectCategory/10000"
907
+ * "self": "https://your-domain.atlassian.net/rest/api/3/projectCategory/10000"
942
908
  * },
943
909
  * "self": "https://your-domain.atlassian.net/rest/api/3/project/EX",
944
910
  * "simplified": false,
@@ -946,14 +912,10 @@ export declare class ProjectsService extends CommonHttpService {
946
912
  * },
947
913
  * {
948
914
  * "avatarUrls": {
949
- * "16x16":
950
- * "https://your-domain.atlassian.net/secure/projectavatar?size=xsmall&pid=10001",
951
- * "24x24":
952
- * "https://your-domain.atlassian.net/secure/projectavatar?size=small&pid=10001",
953
- * "32x32":
954
- * "https://your-domain.atlassian.net/secure/projectavatar?size=medium&pid=10001",
955
- * "48x48":
956
- * "https://your-domain.atlassian.net/secure/projectavatar?size=large&pid=10001"
915
+ * "16x16": "https://your-domain.atlassian.net/secure/projectavatar?size=xsmall&pid=10001",
916
+ * "24x24": "https://your-domain.atlassian.net/secure/projectavatar?size=small&pid=10001",
917
+ * "32x32": "https://your-domain.atlassian.net/secure/projectavatar?size=medium&pid=10001",
918
+ * "48x48": "https://your-domain.atlassian.net/secure/projectavatar?size=large&pid=10001"
957
919
  * },
958
920
  * "id": "10001",
959
921
  * "insight": {
@@ -966,21 +928,19 @@ export declare class ProjectsService extends CommonHttpService {
966
928
  * "description": "First Project Category",
967
929
  * "id": "10000",
968
930
  * "name": "FIRST",
969
- * "self":
970
- * "https://your-domain.atlassian.net/rest/api/3/projectCategory/10000"
931
+ * "self": "https://your-domain.atlassian.net/rest/api/3/projectCategory/10000"
971
932
  * },
972
933
  * "self": "https://your-domain.atlassian.net/rest/api/3/project/ABC",
973
934
  * "simplified": false,
974
935
  * "style": "CLASSIC"
975
936
  * }
976
937
  * ]
977
- * @path {GET} /rest/api/3/project/recent
938
+ * ```
939
+ * @path GET `/rest/api/3/project/recent`
978
940
  * @scopes-current read:jira-work
979
- * @scopes-beta read:issue-type:jira, read:project:jira, read:project.property:jira,
980
- * read:user:jira, read:application-role:jira, read:avatar:jira, read:group:jira,
981
- * read:issue-type-hierarchy:jira, read:project-category:jira,
982
- * read:project-version:jira, read:project.component:jira
941
+ * @scopes-beta read:issue-type:jira, read:project:jira, read:project.property:jira, read:user:jira, read:application-role:jira, read:avatar:jira, read:group:jira, read:issue-type-hierarchy:jira, read:project-category:jira, read:project-version:jira, read:project.component:jira
983
942
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-projects#api-rest-api-3-project-recent-get
943
+ * @param params
984
944
  */
985
945
  getRecent: ({ expand, properties, }?: {
986
946
  /**
@@ -1019,41 +979,33 @@ export declare class ProjectsService extends CommonHttpService {
1019
979
  *
1020
980
  * @returns Returned if the request is successful.
1021
981
  *
1022
- * example: {
982
+ * example:
983
+ * ```
984
+ * {
1023
985
  * "assigneeType": "PROJECT_LEAD",
1024
986
  * "avatarUrls": {
1025
- * "16x16":
1026
- * "https://your-domain.atlassian.net/secure/projectavatar?size=xsmall&pid=10000",
1027
- * "24x24":
1028
- * "https://your-domain.atlassian.net/secure/projectavatar?size=small&pid=10000",
1029
- * "32x32":
1030
- * "https://your-domain.atlassian.net/secure/projectavatar?size=medium&pid=10000",
1031
- * "48x48":
1032
- * "https://your-domain.atlassian.net/secure/projectavatar?size=large&pid=10000"
987
+ * "16x16": "https://your-domain.atlassian.net/secure/projectavatar?size=xsmall&pid=10000",
988
+ * "24x24": "https://your-domain.atlassian.net/secure/projectavatar?size=small&pid=10000",
989
+ * "32x32": "https://your-domain.atlassian.net/secure/projectavatar?size=medium&pid=10000",
990
+ * "48x48": "https://your-domain.atlassian.net/secure/projectavatar?size=large&pid=10000"
1033
991
  * },
1034
992
  * "components": [
1035
993
  * {
1036
- * "ari":
1037
- * "ari:cloud:compass:fdb3fdec-4e70-be56-11ee-0242ac120002:component/fdb3fdec-4e70-11ee-be56-0242ac120002/fdb3fdec-11ee-4e70-be56-0242ac120002",
994
+ * "ari": "ari:cloud:compass:fdb3fdec-4e70-be56-11ee-0242ac120002:component/fdb3fdec-4e70-11ee-be56-0242ac120002/fdb3fdec-11ee-4e70-be56-0242ac120002",
1038
995
  * "assignee": {
1039
996
  * "accountId": "5b10a2844c20165700ede21g",
1040
997
  * "accountType": "atlassian",
1041
998
  * "active": false,
1042
999
  * "avatarUrls": {
1043
- * "16x16":
1044
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
1045
- * "24x24":
1046
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
1047
- * "32x32":
1048
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
1049
- * "48x48":
1050
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
1000
+ * "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
1001
+ * "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
1002
+ * "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
1003
+ * "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
1051
1004
  * },
1052
1005
  * "displayName": "Mia Krystof",
1053
1006
  * "key": "",
1054
1007
  * "name": "",
1055
- * "self":
1056
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
1008
+ * "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
1057
1009
  * },
1058
1010
  * "assigneeType": "PROJECT_LEAD",
1059
1011
  * "description": "This is a Jira component",
@@ -1064,20 +1016,15 @@ export declare class ProjectsService extends CommonHttpService {
1064
1016
  * "accountType": "atlassian",
1065
1017
  * "active": false,
1066
1018
  * "avatarUrls": {
1067
- * "16x16":
1068
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
1069
- * "24x24":
1070
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
1071
- * "32x32":
1072
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
1073
- * "48x48":
1074
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
1019
+ * "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
1020
+ * "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
1021
+ * "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
1022
+ * "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
1075
1023
  * },
1076
1024
  * "displayName": "Mia Krystof",
1077
1025
  * "key": "",
1078
1026
  * "name": "",
1079
- * "self":
1080
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
1027
+ * "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
1081
1028
  * },
1082
1029
  * "metadata": {
1083
1030
  * "icon": "https://www.example.com/icon.png"
@@ -1090,20 +1037,15 @@ export declare class ProjectsService extends CommonHttpService {
1090
1037
  * "accountType": "atlassian",
1091
1038
  * "active": false,
1092
1039
  * "avatarUrls": {
1093
- * "16x16":
1094
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
1095
- * "24x24":
1096
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
1097
- * "32x32":
1098
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
1099
- * "48x48":
1100
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
1040
+ * "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
1041
+ * "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
1042
+ * "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
1043
+ * "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
1101
1044
  * },
1102
1045
  * "displayName": "Mia Krystof",
1103
1046
  * "key": "",
1104
1047
  * "name": "",
1105
- * "self":
1106
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
1048
+ * "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
1107
1049
  * },
1108
1050
  * "realAssigneeType": "PROJECT_LEAD",
1109
1051
  * "self": "https://your-domain.atlassian.net/rest/api/3/component/10000"
@@ -1121,8 +1063,7 @@ export declare class ProjectsService extends CommonHttpService {
1121
1063
  * "avatarId": 1,
1122
1064
  * "description": "A task that needs to be done.",
1123
1065
  * "hierarchyLevel": 0,
1124
- * "iconUrl":
1125
- * "https://your-domain.atlassian.net/secure/viewavatar?size=xsmall&avatarId=10299&avatarType=issuetype\",",
1066
+ * "iconUrl": "https://your-domain.atlassian.net/secure/viewavatar?size=xsmall&avatarId=10299&avatarType=issuetype\",",
1126
1067
  * "id": "3",
1127
1068
  * "name": "Task",
1128
1069
  * "self": "https://your-domain.atlassian.net/rest/api/3/issueType/3",
@@ -1133,8 +1074,7 @@ export declare class ProjectsService extends CommonHttpService {
1133
1074
  * "description": "A problem with the software.",
1134
1075
  * "entityId": "9d7dd6f7-e8b6-4247-954b-7b2c9b2a5ba2",
1135
1076
  * "hierarchyLevel": 0,
1136
- * "iconUrl":
1137
- * "https://your-domain.atlassian.net/secure/viewavatar?size=xsmall&avatarId=10316&avatarType=issuetype\",",
1077
+ * "iconUrl": "https://your-domain.atlassian.net/secure/viewavatar?size=xsmall&avatarId=10316&avatarType=issuetype\",",
1138
1078
  * "id": "1",
1139
1079
  * "name": "Bug",
1140
1080
  * "scope": {
@@ -1153,20 +1093,15 @@ export declare class ProjectsService extends CommonHttpService {
1153
1093
  * "accountType": "atlassian",
1154
1094
  * "active": false,
1155
1095
  * "avatarUrls": {
1156
- * "16x16":
1157
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
1158
- * "24x24":
1159
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
1160
- * "32x32":
1161
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
1162
- * "48x48":
1163
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
1096
+ * "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
1097
+ * "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
1098
+ * "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
1099
+ * "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
1164
1100
  * },
1165
1101
  * "displayName": "Mia Krystof",
1166
1102
  * "key": "",
1167
1103
  * "name": "",
1168
- * "self":
1169
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
1104
+ * "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
1170
1105
  * },
1171
1106
  * "name": "Example",
1172
1107
  * "projectCategory": {
@@ -1179,8 +1114,7 @@ export declare class ProjectsService extends CommonHttpService {
1179
1114
  * "propertyKey": "propertyValue"
1180
1115
  * },
1181
1116
  * "roles": {
1182
- * "Developers":
1183
- * "https://your-domain.atlassian.net/rest/api/3/project/EX/role/10000"
1117
+ * "Developers": "https://your-domain.atlassian.net/rest/api/3/project/EX/role/10000"
1184
1118
  * },
1185
1119
  * "self": "https://your-domain.atlassian.net/rest/api/3/project/EX",
1186
1120
  * "simplified": false,
@@ -1188,14 +1122,12 @@ export declare class ProjectsService extends CommonHttpService {
1188
1122
  * "url": "https://www.example.com",
1189
1123
  * "versions": []
1190
1124
  * }
1191
- * @path {POST} /rest/api/3/project/{projectIdOrKey}/restore
1125
+ * ```
1126
+ * @path POST `/rest/api/3/project/{projectIdOrKey}/restore`
1192
1127
  * @scopes-current manage:jira-configuration
1193
- * @scopes-beta read:issue-type:jira, read:project:jira, read:project.property:jira,
1194
- * read:user:jira, write:project:jira, read:application-role:jira,
1195
- * read:avatar:jira, read:group:jira, read:issue-type-hierarchy:jira,
1196
- * read:project-category:jira, read:project-version:jira,
1197
- * read:project.component:jira
1128
+ * @scopes-beta read:issue-type:jira, read:project:jira, read:project.property:jira, read:user:jira, write:project:jira, read:application-role:jira, read:avatar:jira, read:group:jira, read:issue-type-hierarchy:jira, read:project-category:jira, read:project-version:jira, read:project.component:jira
1198
1129
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-projects#api-rest-api-3-project-projectidorkey-restore-post
1130
+ * @param params
1199
1131
  */
1200
1132
  restore: ({ projectIdOrKey, }: {
1201
1133
  /** The project ID or project key (case sensitive). */
@@ -1218,26 +1150,22 @@ export declare class ProjectsService extends CommonHttpService {
1218
1150
  *
1219
1151
  * @returns Returned if the request is successful.
1220
1152
  *
1221
- * example: {
1153
+ * example:
1154
+ * ```
1155
+ * {
1222
1156
  * "isLast": false,
1223
1157
  * "maxResults": 2,
1224
- * "nextPage":
1225
- * "https://your-domain.atlassian.net/rest/api/3/project/search?startAt=2&maxResults=2",
1226
- * "self":
1227
- * "https://your-domain.atlassian.net/rest/api/3/project/search?startAt=0&maxResults=2",
1158
+ * "nextPage": "https://your-domain.atlassian.net/rest/api/3/project/search?startAt=2&maxResults=2",
1159
+ * "self": "https://your-domain.atlassian.net/rest/api/3/project/search?startAt=0&maxResults=2",
1228
1160
  * "startAt": 0,
1229
1161
  * "total": 7,
1230
1162
  * "values": [
1231
1163
  * {
1232
1164
  * "avatarUrls": {
1233
- * "16x16":
1234
- * "https://your-domain.atlassian.net/secure/projectavatar?size=xsmall&pid=10000",
1235
- * "24x24":
1236
- * "https://your-domain.atlassian.net/secure/projectavatar?size=small&pid=10000",
1237
- * "32x32":
1238
- * "https://your-domain.atlassian.net/secure/projectavatar?size=medium&pid=10000",
1239
- * "48x48":
1240
- * "https://your-domain.atlassian.net/secure/projectavatar?size=large&pid=10000"
1165
+ * "16x16": "https://your-domain.atlassian.net/secure/projectavatar?size=xsmall&pid=10000",
1166
+ * "24x24": "https://your-domain.atlassian.net/secure/projectavatar?size=small&pid=10000",
1167
+ * "32x32": "https://your-domain.atlassian.net/secure/projectavatar?size=medium&pid=10000",
1168
+ * "48x48": "https://your-domain.atlassian.net/secure/projectavatar?size=large&pid=10000"
1241
1169
  * },
1242
1170
  * "id": "10000",
1243
1171
  * "insight": {
@@ -1250,8 +1178,7 @@ export declare class ProjectsService extends CommonHttpService {
1250
1178
  * "description": "First Project Category",
1251
1179
  * "id": "10000",
1252
1180
  * "name": "FIRST",
1253
- * "self":
1254
- * "https://your-domain.atlassian.net/rest/api/3/projectCategory/10000"
1181
+ * "self": "https://your-domain.atlassian.net/rest/api/3/projectCategory/10000"
1255
1182
  * },
1256
1183
  * "self": "https://your-domain.atlassian.net/rest/api/3/project/EX",
1257
1184
  * "simplified": false,
@@ -1259,14 +1186,10 @@ export declare class ProjectsService extends CommonHttpService {
1259
1186
  * },
1260
1187
  * {
1261
1188
  * "avatarUrls": {
1262
- * "16x16":
1263
- * "https://your-domain.atlassian.net/secure/projectavatar?size=xsmall&pid=10001",
1264
- * "24x24":
1265
- * "https://your-domain.atlassian.net/secure/projectavatar?size=small&pid=10001",
1266
- * "32x32":
1267
- * "https://your-domain.atlassian.net/secure/projectavatar?size=medium&pid=10001",
1268
- * "48x48":
1269
- * "https://your-domain.atlassian.net/secure/projectavatar?size=large&pid=10001"
1189
+ * "16x16": "https://your-domain.atlassian.net/secure/projectavatar?size=xsmall&pid=10001",
1190
+ * "24x24": "https://your-domain.atlassian.net/secure/projectavatar?size=small&pid=10001",
1191
+ * "32x32": "https://your-domain.atlassian.net/secure/projectavatar?size=medium&pid=10001",
1192
+ * "48x48": "https://your-domain.atlassian.net/secure/projectavatar?size=large&pid=10001"
1270
1193
  * },
1271
1194
  * "id": "10001",
1272
1195
  * "insight": {
@@ -1279,8 +1202,7 @@ export declare class ProjectsService extends CommonHttpService {
1279
1202
  * "description": "First Project Category",
1280
1203
  * "id": "10000",
1281
1204
  * "name": "FIRST",
1282
- * "self":
1283
- * "https://your-domain.atlassian.net/rest/api/3/projectCategory/10000"
1205
+ * "self": "https://your-domain.atlassian.net/rest/api/3/projectCategory/10000"
1284
1206
  * },
1285
1207
  * "self": "https://your-domain.atlassian.net/rest/api/3/project/ABC",
1286
1208
  * "simplified": false,
@@ -1288,13 +1210,12 @@ export declare class ProjectsService extends CommonHttpService {
1288
1210
  * }
1289
1211
  * ]
1290
1212
  * }
1291
- * @path {GET} /rest/api/3/project/search
1213
+ * ```
1214
+ * @path GET `/rest/api/3/project/search`
1292
1215
  * @scopes-current read:jira-work
1293
- * @scopes-beta read:issue-type:jira, read:project:jira, read:project.property:jira,
1294
- * read:user:jira, read:application-role:jira, read:avatar:jira, read:group:jira,
1295
- * read:issue-type-hierarchy:jira, read:project-category:jira,
1296
- * read:project-version:jira, read:project.component:jira
1216
+ * @scopes-beta read:issue-type:jira, read:project:jira, read:project.property:jira, read:user:jira, read:application-role:jira, read:avatar:jira, read:group:jira, read:issue-type-hierarchy:jira, read:project-category:jira, read:project-version:jira, read:project.component:jira
1297
1217
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-projects#api-rest-api-3-project-search-get
1218
+ * @param params
1298
1219
  */
1299
1220
  searchProjects: ({ startAt, maxResults, orderBy, id, keys, query, typeKey, categoryId, action, expand, status, properties, propertyQuery, }?: {
1300
1221
  /** The index of the first item to return in a page of results (page offset). */
@@ -1421,41 +1342,33 @@ export declare class ProjectsService extends CommonHttpService {
1421
1342
  *
1422
1343
  * @returns Returned if the project is updated.
1423
1344
  *
1424
- * example: {
1345
+ * example:
1346
+ * ```
1347
+ * {
1425
1348
  * "assigneeType": "PROJECT_LEAD",
1426
1349
  * "avatarUrls": {
1427
- * "16x16":
1428
- * "https://your-domain.atlassian.net/secure/projectavatar?size=xsmall&pid=10000",
1429
- * "24x24":
1430
- * "https://your-domain.atlassian.net/secure/projectavatar?size=small&pid=10000",
1431
- * "32x32":
1432
- * "https://your-domain.atlassian.net/secure/projectavatar?size=medium&pid=10000",
1433
- * "48x48":
1434
- * "https://your-domain.atlassian.net/secure/projectavatar?size=large&pid=10000"
1350
+ * "16x16": "https://your-domain.atlassian.net/secure/projectavatar?size=xsmall&pid=10000",
1351
+ * "24x24": "https://your-domain.atlassian.net/secure/projectavatar?size=small&pid=10000",
1352
+ * "32x32": "https://your-domain.atlassian.net/secure/projectavatar?size=medium&pid=10000",
1353
+ * "48x48": "https://your-domain.atlassian.net/secure/projectavatar?size=large&pid=10000"
1435
1354
  * },
1436
1355
  * "components": [
1437
1356
  * {
1438
- * "ari":
1439
- * "ari:cloud:compass:fdb3fdec-4e70-be56-11ee-0242ac120002:component/fdb3fdec-4e70-11ee-be56-0242ac120002/fdb3fdec-11ee-4e70-be56-0242ac120002",
1357
+ * "ari": "ari:cloud:compass:fdb3fdec-4e70-be56-11ee-0242ac120002:component/fdb3fdec-4e70-11ee-be56-0242ac120002/fdb3fdec-11ee-4e70-be56-0242ac120002",
1440
1358
  * "assignee": {
1441
1359
  * "accountId": "5b10a2844c20165700ede21g",
1442
1360
  * "accountType": "atlassian",
1443
1361
  * "active": false,
1444
1362
  * "avatarUrls": {
1445
- * "16x16":
1446
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
1447
- * "24x24":
1448
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
1449
- * "32x32":
1450
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
1451
- * "48x48":
1452
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
1363
+ * "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
1364
+ * "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
1365
+ * "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
1366
+ * "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
1453
1367
  * },
1454
1368
  * "displayName": "Mia Krystof",
1455
1369
  * "key": "",
1456
1370
  * "name": "",
1457
- * "self":
1458
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
1371
+ * "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
1459
1372
  * },
1460
1373
  * "assigneeType": "PROJECT_LEAD",
1461
1374
  * "description": "This is a Jira component",
@@ -1466,20 +1379,15 @@ export declare class ProjectsService extends CommonHttpService {
1466
1379
  * "accountType": "atlassian",
1467
1380
  * "active": false,
1468
1381
  * "avatarUrls": {
1469
- * "16x16":
1470
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
1471
- * "24x24":
1472
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
1473
- * "32x32":
1474
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
1475
- * "48x48":
1476
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
1382
+ * "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
1383
+ * "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
1384
+ * "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
1385
+ * "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
1477
1386
  * },
1478
1387
  * "displayName": "Mia Krystof",
1479
1388
  * "key": "",
1480
1389
  * "name": "",
1481
- * "self":
1482
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
1390
+ * "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
1483
1391
  * },
1484
1392
  * "metadata": {
1485
1393
  * "icon": "https://www.example.com/icon.png"
@@ -1492,20 +1400,15 @@ export declare class ProjectsService extends CommonHttpService {
1492
1400
  * "accountType": "atlassian",
1493
1401
  * "active": false,
1494
1402
  * "avatarUrls": {
1495
- * "16x16":
1496
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
1497
- * "24x24":
1498
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
1499
- * "32x32":
1500
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
1501
- * "48x48":
1502
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
1403
+ * "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
1404
+ * "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
1405
+ * "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
1406
+ * "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
1503
1407
  * },
1504
1408
  * "displayName": "Mia Krystof",
1505
1409
  * "key": "",
1506
1410
  * "name": "",
1507
- * "self":
1508
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
1411
+ * "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
1509
1412
  * },
1510
1413
  * "realAssigneeType": "PROJECT_LEAD",
1511
1414
  * "self": "https://your-domain.atlassian.net/rest/api/3/component/10000"
@@ -1523,8 +1426,7 @@ export declare class ProjectsService extends CommonHttpService {
1523
1426
  * "avatarId": 1,
1524
1427
  * "description": "A task that needs to be done.",
1525
1428
  * "hierarchyLevel": 0,
1526
- * "iconUrl":
1527
- * "https://your-domain.atlassian.net/secure/viewavatar?size=xsmall&avatarId=10299&avatarType=issuetype\",",
1429
+ * "iconUrl": "https://your-domain.atlassian.net/secure/viewavatar?size=xsmall&avatarId=10299&avatarType=issuetype\",",
1528
1430
  * "id": "3",
1529
1431
  * "name": "Task",
1530
1432
  * "self": "https://your-domain.atlassian.net/rest/api/3/issueType/3",
@@ -1535,8 +1437,7 @@ export declare class ProjectsService extends CommonHttpService {
1535
1437
  * "description": "A problem with the software.",
1536
1438
  * "entityId": "9d7dd6f7-e8b6-4247-954b-7b2c9b2a5ba2",
1537
1439
  * "hierarchyLevel": 0,
1538
- * "iconUrl":
1539
- * "https://your-domain.atlassian.net/secure/viewavatar?size=xsmall&avatarId=10316&avatarType=issuetype\",",
1440
+ * "iconUrl": "https://your-domain.atlassian.net/secure/viewavatar?size=xsmall&avatarId=10316&avatarType=issuetype\",",
1540
1441
  * "id": "1",
1541
1442
  * "name": "Bug",
1542
1443
  * "scope": {
@@ -1555,20 +1456,15 @@ export declare class ProjectsService extends CommonHttpService {
1555
1456
  * "accountType": "atlassian",
1556
1457
  * "active": false,
1557
1458
  * "avatarUrls": {
1558
- * "16x16":
1559
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
1560
- * "24x24":
1561
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
1562
- * "32x32":
1563
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
1564
- * "48x48":
1565
- * "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
1459
+ * "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
1460
+ * "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
1461
+ * "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
1462
+ * "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
1566
1463
  * },
1567
1464
  * "displayName": "Mia Krystof",
1568
1465
  * "key": "",
1569
1466
  * "name": "",
1570
- * "self":
1571
- * "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
1467
+ * "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
1572
1468
  * },
1573
1469
  * "name": "Example",
1574
1470
  * "projectCategory": {
@@ -1581,8 +1477,7 @@ export declare class ProjectsService extends CommonHttpService {
1581
1477
  * "propertyKey": "propertyValue"
1582
1478
  * },
1583
1479
  * "roles": {
1584
- * "Developers":
1585
- * "https://your-domain.atlassian.net/rest/api/3/project/EX/role/10000"
1480
+ * "Developers": "https://your-domain.atlassian.net/rest/api/3/project/EX/role/10000"
1586
1481
  * },
1587
1482
  * "self": "https://your-domain.atlassian.net/rest/api/3/project/EX",
1588
1483
  * "simplified": false,
@@ -1590,14 +1485,12 @@ export declare class ProjectsService extends CommonHttpService {
1590
1485
  * "url": "https://www.example.com",
1591
1486
  * "versions": []
1592
1487
  * }
1593
- * @path {PUT} /rest/api/3/project/{projectIdOrKey}
1488
+ * ```
1489
+ * @path PUT `/rest/api/3/project/{projectIdOrKey}`
1594
1490
  * @scopes-current manage:jira-project
1595
- * @scopes-beta read:issue-type:jira, read:project:jira, read:project.property:jira,
1596
- * read:user:jira, write:project:jira, write:project.avatar:jira,
1597
- * read:application-role:jira, read:avatar:jira, read:group:jira,
1598
- * read:issue-type-hierarchy:jira, read:project-category:jira,
1599
- * read:project-version:jira, read:project.component:jira
1491
+ * @scopes-beta read:issue-type:jira, read:project:jira, read:project.property:jira, read:user:jira, write:project:jira, write:project.avatar:jira, read:application-role:jira, read:avatar:jira, read:group:jira, read:issue-type-hierarchy:jira, read:project-category:jira, read:project-version:jira, read:project.component:jira
1600
1492
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-projects#api-rest-api-3-project-projectidorkey-put
1493
+ * @param params
1601
1494
  */
1602
1495
  updateProject: ({ projectIdOrKey, expand, updateProjectDetails, }: {
1603
1496
  /** The project ID or project key (case sensitive). */
@@ -1617,7 +1510,8 @@ export declare class ProjectsService extends CommonHttpService {
1617
1510
  /**
1618
1511
  * The project details to be updated.
1619
1512
  *
1620
- * @example {
1513
+ * @example
1514
+ * {
1621
1515
  * "assigneeType": "PROJECT_LEAD",
1622
1516
  * "avatarId": 10200,
1623
1517
  * "categoryId": 10120,