@resolution/jira-api-client 0.5.2 → 0.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (375) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/lib/openapi/platform/BaseJiraPlatformApiClient.d.ts +1 -1
  3. package/lib/openapi/platform/BaseJiraPlatformApiClient.js +1 -1
  4. package/lib/openapi/platform/models/appMigration.d.ts +12 -6
  5. package/lib/openapi/platform/models/appMigration.js.map +1 -1
  6. package/lib/openapi/platform/models/appProperties.d.ts +2 -1
  7. package/lib/openapi/platform/models/appProperties.js.map +1 -1
  8. package/lib/openapi/platform/models/dynamicModules.d.ts +4 -2
  9. package/lib/openapi/platform/models/dynamicModules.js.map +1 -1
  10. package/lib/openapi/platform/models/issues.d.ts +12 -7
  11. package/lib/openapi/platform/models/issues.js.map +1 -1
  12. package/lib/openapi/platform/models/jiraExpressions.d.ts +7 -5
  13. package/lib/openapi/platform/models/jiraExpressions.js.map +1 -1
  14. package/lib/openapi/platform/models/jql.d.ts +8 -4
  15. package/lib/openapi/platform/models/jql.js.map +1 -1
  16. package/lib/openapi/platform/models/serviceRegistry.d.ts +2 -1
  17. package/lib/openapi/platform/models/serviceRegistry.js.map +1 -1
  18. package/lib/openapi/platform/models/workflows.d.ts +49 -46
  19. package/lib/openapi/platform/models/workflows.js.map +1 -1
  20. package/lib/openapi/platform/services/AnnouncementBannerService.d.ts +11 -8
  21. package/lib/openapi/platform/services/AnnouncementBannerService.js +8 -5
  22. package/lib/openapi/platform/services/AnnouncementBannerService.js.map +1 -1
  23. package/lib/openapi/platform/services/AppDataPoliciesService.d.ts +11 -4
  24. package/lib/openapi/platform/services/AppDataPoliciesService.js +11 -4
  25. package/lib/openapi/platform/services/AppDataPoliciesService.js.map +1 -1
  26. package/lib/openapi/platform/services/AppMigrationService.d.ts +12 -5
  27. package/lib/openapi/platform/services/AppMigrationService.js +10 -4
  28. package/lib/openapi/platform/services/AppMigrationService.js.map +1 -1
  29. package/lib/openapi/platform/services/AppPropertiesService.d.ts +42 -18
  30. package/lib/openapi/platform/services/AppPropertiesService.js +42 -18
  31. package/lib/openapi/platform/services/AppPropertiesService.js.map +1 -1
  32. package/lib/openapi/platform/services/ApplicationRolesService.d.ts +19 -20
  33. package/lib/openapi/platform/services/ApplicationRolesService.js +19 -20
  34. package/lib/openapi/platform/services/ApplicationRolesService.js.map +1 -1
  35. package/lib/openapi/platform/services/AuditRecordsService.d.ts +6 -2
  36. package/lib/openapi/platform/services/AuditRecordsService.js +6 -2
  37. package/lib/openapi/platform/services/AuditRecordsService.js.map +1 -1
  38. package/lib/openapi/platform/services/AvatarsService.d.ts +43 -36
  39. package/lib/openapi/platform/services/AvatarsService.js +43 -36
  40. package/lib/openapi/platform/services/AvatarsService.js.map +1 -1
  41. package/lib/openapi/platform/services/ClassificationLevelsService.d.ts +15 -21
  42. package/lib/openapi/platform/services/ClassificationLevelsService.js +15 -21
  43. package/lib/openapi/platform/services/ClassificationLevelsService.js.map +1 -1
  44. package/lib/openapi/platform/services/DashboardsService.d.ts +139 -145
  45. package/lib/openapi/platform/services/DashboardsService.js +120 -128
  46. package/lib/openapi/platform/services/DashboardsService.js.map +1 -1
  47. package/lib/openapi/platform/services/DynamicModulesService.d.ts +5 -3
  48. package/lib/openapi/platform/services/DynamicModulesService.js +5 -3
  49. package/lib/openapi/platform/services/DynamicModulesService.js.map +1 -1
  50. package/lib/openapi/platform/services/FilterSharingService.d.ts +72 -95
  51. package/lib/openapi/platform/services/FilterSharingService.js +68 -93
  52. package/lib/openapi/platform/services/FilterSharingService.js.map +1 -1
  53. package/lib/openapi/platform/services/FiltersService.d.ts +178 -257
  54. package/lib/openapi/platform/services/FiltersService.js +172 -254
  55. package/lib/openapi/platform/services/FiltersService.js.map +1 -1
  56. package/lib/openapi/platform/services/GroupAndUserPickerService.d.ts +8 -6
  57. package/lib/openapi/platform/services/GroupAndUserPickerService.js +8 -6
  58. package/lib/openapi/platform/services/GroupAndUserPickerService.js.map +1 -1
  59. package/lib/openapi/platform/services/GroupsService.d.ts +42 -26
  60. package/lib/openapi/platform/services/GroupsService.js +38 -24
  61. package/lib/openapi/platform/services/GroupsService.js.map +1 -1
  62. package/lib/openapi/platform/services/IssueAttachmentsService.d.ts +173 -169
  63. package/lib/openapi/platform/services/IssueAttachmentsService.js +173 -169
  64. package/lib/openapi/platform/services/IssueAttachmentsService.js.map +1 -1
  65. package/lib/openapi/platform/services/IssueBulkOperationsService.d.ts +35 -19
  66. package/lib/openapi/platform/services/IssueBulkOperationsService.js +33 -18
  67. package/lib/openapi/platform/services/IssueBulkOperationsService.js.map +1 -1
  68. package/lib/openapi/platform/services/IssueCommentPropertiesService.d.ts +19 -9
  69. package/lib/openapi/platform/services/IssueCommentPropertiesService.js +19 -9
  70. package/lib/openapi/platform/services/IssueCommentPropertiesService.js.map +1 -1
  71. package/lib/openapi/platform/services/IssueCommentsService.d.ts +65 -80
  72. package/lib/openapi/platform/services/IssueCommentsService.js +57 -69
  73. package/lib/openapi/platform/services/IssueCommentsService.js.map +1 -1
  74. package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.d.ts +10 -4
  75. package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.js +8 -3
  76. package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.js.map +1 -1
  77. package/lib/openapi/platform/services/IssueCustomFieldContextsService.d.ts +71 -37
  78. package/lib/openapi/platform/services/IssueCustomFieldContextsService.js +53 -25
  79. package/lib/openapi/platform/services/IssueCustomFieldContextsService.js.map +1 -1
  80. package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.d.ts +50 -28
  81. package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.js +46 -26
  82. package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.js.map +1 -1
  83. package/lib/openapi/platform/services/IssueCustomFieldOptionsService.d.ts +37 -16
  84. package/lib/openapi/platform/services/IssueCustomFieldOptionsService.js +31 -13
  85. package/lib/openapi/platform/services/IssueCustomFieldOptionsService.js.map +1 -1
  86. package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.d.ts +8 -4
  87. package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js +4 -2
  88. package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js.map +1 -1
  89. package/lib/openapi/platform/services/IssueFieldConfigurationsService.d.ts +75 -32
  90. package/lib/openapi/platform/services/IssueFieldConfigurationsService.js +59 -24
  91. package/lib/openapi/platform/services/IssueFieldConfigurationsService.js.map +1 -1
  92. package/lib/openapi/platform/services/IssueFieldsService.d.ts +56 -46
  93. package/lib/openapi/platform/services/IssueFieldsService.js +50 -40
  94. package/lib/openapi/platform/services/IssueFieldsService.js.map +1 -1
  95. package/lib/openapi/platform/services/IssueLinkTypesService.d.ts +29 -11
  96. package/lib/openapi/platform/services/IssueLinkTypesService.js +25 -9
  97. package/lib/openapi/platform/services/IssueLinkTypesService.js.map +1 -1
  98. package/lib/openapi/platform/services/IssueLinksService.d.ts +20 -23
  99. package/lib/openapi/platform/services/IssueLinksService.js +18 -22
  100. package/lib/openapi/platform/services/IssueLinksService.js.map +1 -1
  101. package/lib/openapi/platform/services/IssueNavigatorSettingsService.d.ts +7 -3
  102. package/lib/openapi/platform/services/IssueNavigatorSettingsService.js +7 -3
  103. package/lib/openapi/platform/services/IssueNavigatorSettingsService.js.map +1 -1
  104. package/lib/openapi/platform/services/IssueNotificationSchemesService.d.ts +63 -69
  105. package/lib/openapi/platform/services/IssueNotificationSchemesService.js +57 -66
  106. package/lib/openapi/platform/services/IssueNotificationSchemesService.js.map +1 -1
  107. package/lib/openapi/platform/services/IssuePrioritiesService.d.ts +44 -26
  108. package/lib/openapi/platform/services/IssuePrioritiesService.js +36 -22
  109. package/lib/openapi/platform/services/IssuePrioritiesService.js.map +1 -1
  110. package/lib/openapi/platform/services/IssuePropertiesService.d.ts +33 -16
  111. package/lib/openapi/platform/services/IssuePropertiesService.js +27 -13
  112. package/lib/openapi/platform/services/IssuePropertiesService.js.map +1 -1
  113. package/lib/openapi/platform/services/IssueRemoteLinksService.d.ts +41 -27
  114. package/lib/openapi/platform/services/IssueRemoteLinksService.js +37 -25
  115. package/lib/openapi/platform/services/IssueRemoteLinksService.js.map +1 -1
  116. package/lib/openapi/platform/services/IssueResolutionsService.d.ts +39 -16
  117. package/lib/openapi/platform/services/IssueResolutionsService.js +31 -12
  118. package/lib/openapi/platform/services/IssueResolutionsService.js.map +1 -1
  119. package/lib/openapi/platform/services/IssueSearchService.d.ts +85 -138
  120. package/lib/openapi/platform/services/IssueSearchService.js +79 -135
  121. package/lib/openapi/platform/services/IssueSearchService.js.map +1 -1
  122. package/lib/openapi/platform/services/IssueSecurityLevelService.d.ts +19 -18
  123. package/lib/openapi/platform/services/IssueSecurityLevelService.js +19 -18
  124. package/lib/openapi/platform/services/IssueSecurityLevelService.js.map +1 -1
  125. package/lib/openapi/platform/services/IssueSecuritySchemesService.d.ts +77 -39
  126. package/lib/openapi/platform/services/IssueSecuritySchemesService.js +63 -32
  127. package/lib/openapi/platform/services/IssueSecuritySchemesService.js.map +1 -1
  128. package/lib/openapi/platform/services/IssueTypePropertiesService.d.ts +21 -10
  129. package/lib/openapi/platform/services/IssueTypePropertiesService.js +19 -9
  130. package/lib/openapi/platform/services/IssueTypePropertiesService.js.map +1 -1
  131. package/lib/openapi/platform/services/IssueTypeSchemesService.d.ts +52 -33
  132. package/lib/openapi/platform/services/IssueTypeSchemesService.js +40 -24
  133. package/lib/openapi/platform/services/IssueTypeSchemesService.js.map +1 -1
  134. package/lib/openapi/platform/services/IssueTypeScreenSchemesService.d.ts +55 -26
  135. package/lib/openapi/platform/services/IssueTypeScreenSchemesService.js +43 -20
  136. package/lib/openapi/platform/services/IssueTypeScreenSchemesService.js.map +1 -1
  137. package/lib/openapi/platform/services/IssueTypesService.d.ts +52 -41
  138. package/lib/openapi/platform/services/IssueTypesService.js +48 -39
  139. package/lib/openapi/platform/services/IssueTypesService.js.map +1 -1
  140. package/lib/openapi/platform/services/IssueVotesService.d.ts +16 -16
  141. package/lib/openapi/platform/services/IssueVotesService.js +16 -16
  142. package/lib/openapi/platform/services/IssueVotesService.js.map +1 -1
  143. package/lib/openapi/platform/services/IssueWatchersService.d.ts +19 -9
  144. package/lib/openapi/platform/services/IssueWatchersService.js +17 -8
  145. package/lib/openapi/platform/services/IssueWatchersService.js.map +1 -1
  146. package/lib/openapi/platform/services/IssueWorklogPropertiesService.d.ts +19 -12
  147. package/lib/openapi/platform/services/IssueWorklogPropertiesService.js +19 -12
  148. package/lib/openapi/platform/services/IssueWorklogPropertiesService.js.map +1 -1
  149. package/lib/openapi/platform/services/IssueWorklogsService.d.ts +68 -66
  150. package/lib/openapi/platform/services/IssueWorklogsService.js +62 -63
  151. package/lib/openapi/platform/services/IssueWorklogsService.js.map +1 -1
  152. package/lib/openapi/platform/services/IssuesService.d.ts +224 -226
  153. package/lib/openapi/platform/services/IssuesService.js +195 -207
  154. package/lib/openapi/platform/services/IssuesService.js.map +1 -1
  155. package/lib/openapi/platform/services/JiraExpressionsService.d.ts +24 -23
  156. package/lib/openapi/platform/services/JiraExpressionsService.js +19 -18
  157. package/lib/openapi/platform/services/JiraExpressionsService.js.map +1 -1
  158. package/lib/openapi/platform/services/JiraSettingsService.d.ts +20 -8
  159. package/lib/openapi/platform/services/JiraSettingsService.js +18 -7
  160. package/lib/openapi/platform/services/JiraSettingsService.js.map +1 -1
  161. package/lib/openapi/platform/services/JqlFunctionsAppsService.d.ts +12 -8
  162. package/lib/openapi/platform/services/JqlFunctionsAppsService.js +10 -7
  163. package/lib/openapi/platform/services/JqlFunctionsAppsService.js.map +1 -1
  164. package/lib/openapi/platform/services/JqlService.d.ts +54 -42
  165. package/lib/openapi/platform/services/JqlService.js +43 -31
  166. package/lib/openapi/platform/services/JqlService.js.map +1 -1
  167. package/lib/openapi/platform/services/LabelsService.d.ts +6 -2
  168. package/lib/openapi/platform/services/LabelsService.js +6 -2
  169. package/lib/openapi/platform/services/LabelsService.js.map +1 -1
  170. package/lib/openapi/platform/services/LicenseMetricsService.d.ts +16 -6
  171. package/lib/openapi/platform/services/LicenseMetricsService.js +16 -6
  172. package/lib/openapi/platform/services/LicenseMetricsService.js.map +1 -1
  173. package/lib/openapi/platform/services/MyselfService.d.ts +27 -20
  174. package/lib/openapi/platform/services/MyselfService.js +25 -19
  175. package/lib/openapi/platform/services/MyselfService.js.map +1 -1
  176. package/lib/openapi/platform/services/PermissionSchemesService.d.ts +66 -54
  177. package/lib/openapi/platform/services/PermissionSchemesService.js +60 -51
  178. package/lib/openapi/platform/services/PermissionSchemesService.js.map +1 -1
  179. package/lib/openapi/platform/services/PermissionsService.d.ts +22 -10
  180. package/lib/openapi/platform/services/PermissionsService.js +20 -9
  181. package/lib/openapi/platform/services/PermissionsService.js.map +1 -1
  182. package/lib/openapi/platform/services/PrioritySchemesService.d.ts +58 -24
  183. package/lib/openapi/platform/services/PrioritySchemesService.js +52 -21
  184. package/lib/openapi/platform/services/PrioritySchemesService.js.map +1 -1
  185. package/lib/openapi/platform/services/ProjectAvatarsService.d.ts +26 -23
  186. package/lib/openapi/platform/services/ProjectAvatarsService.js +24 -22
  187. package/lib/openapi/platform/services/ProjectAvatarsService.js.map +1 -1
  188. package/lib/openapi/platform/services/ProjectCategoriesService.d.ts +29 -11
  189. package/lib/openapi/platform/services/ProjectCategoriesService.js +25 -9
  190. package/lib/openapi/platform/services/ProjectCategoriesService.js.map +1 -1
  191. package/lib/openapi/platform/services/ProjectClassificationLevelsService.d.ts +16 -13
  192. package/lib/openapi/platform/services/ProjectClassificationLevelsService.js +13 -10
  193. package/lib/openapi/platform/services/ProjectClassificationLevelsService.js.map +1 -1
  194. package/lib/openapi/platform/services/ProjectComponentsService.d.ts +197 -320
  195. package/lib/openapi/platform/services/ProjectComponentsService.js +193 -318
  196. package/lib/openapi/platform/services/ProjectComponentsService.js.map +1 -1
  197. package/lib/openapi/platform/services/ProjectEmailService.d.ts +10 -4
  198. package/lib/openapi/platform/services/ProjectEmailService.js +8 -3
  199. package/lib/openapi/platform/services/ProjectEmailService.js.map +1 -1
  200. package/lib/openapi/platform/services/ProjectFeaturesService.d.ts +22 -21
  201. package/lib/openapi/platform/services/ProjectFeaturesService.js +20 -20
  202. package/lib/openapi/platform/services/ProjectFeaturesService.js.map +1 -1
  203. package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.d.ts +18 -6
  204. package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.js +18 -6
  205. package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.js.map +1 -1
  206. package/lib/openapi/platform/services/ProjectPermissionSchemesService.d.ts +31 -22
  207. package/lib/openapi/platform/services/ProjectPermissionSchemesService.js +29 -21
  208. package/lib/openapi/platform/services/ProjectPermissionSchemesService.js.map +1 -1
  209. package/lib/openapi/platform/services/ProjectPropertiesService.d.ts +21 -10
  210. package/lib/openapi/platform/services/ProjectPropertiesService.js +19 -9
  211. package/lib/openapi/platform/services/ProjectPropertiesService.js.map +1 -1
  212. package/lib/openapi/platform/services/ProjectRoleActorsService.d.ts +46 -32
  213. package/lib/openapi/platform/services/ProjectRoleActorsService.js +40 -29
  214. package/lib/openapi/platform/services/ProjectRoleActorsService.js.map +1 -1
  215. package/lib/openapi/platform/services/ProjectRolesService.d.ts +66 -42
  216. package/lib/openapi/platform/services/ProjectRolesService.js +60 -39
  217. package/lib/openapi/platform/services/ProjectRolesService.js.map +1 -1
  218. package/lib/openapi/platform/services/ProjectTypesService.d.ts +28 -20
  219. package/lib/openapi/platform/services/ProjectTypesService.js +28 -20
  220. package/lib/openapi/platform/services/ProjectTypesService.js.map +1 -1
  221. package/lib/openapi/platform/services/ProjectVersionsService.d.ts +86 -35
  222. package/lib/openapi/platform/services/ProjectVersionsService.js +76 -30
  223. package/lib/openapi/platform/services/ProjectVersionsService.js.map +1 -1
  224. package/lib/openapi/platform/services/ProjectsService.d.ts +206 -312
  225. package/lib/openapi/platform/services/ProjectsService.js +201 -308
  226. package/lib/openapi/platform/services/ProjectsService.js.map +1 -1
  227. package/lib/openapi/platform/services/ScreenSchemesService.d.ts +21 -10
  228. package/lib/openapi/platform/services/ScreenSchemesService.js +17 -8
  229. package/lib/openapi/platform/services/ScreenSchemesService.js.map +1 -1
  230. package/lib/openapi/platform/services/ScreenTabFieldsService.d.ts +14 -6
  231. package/lib/openapi/platform/services/ScreenTabFieldsService.js +12 -5
  232. package/lib/openapi/platform/services/ScreenTabFieldsService.js.map +1 -1
  233. package/lib/openapi/platform/services/ScreenTabsService.d.ts +26 -10
  234. package/lib/openapi/platform/services/ScreenTabsService.js +24 -9
  235. package/lib/openapi/platform/services/ScreenTabsService.js.map +1 -1
  236. package/lib/openapi/platform/services/ScreensService.d.ts +41 -27
  237. package/lib/openapi/platform/services/ScreensService.js +36 -23
  238. package/lib/openapi/platform/services/ScreensService.js.map +1 -1
  239. package/lib/openapi/platform/services/ServerInfoService.d.ts +5 -2
  240. package/lib/openapi/platform/services/ServerInfoService.js +5 -2
  241. package/lib/openapi/platform/services/ServerInfoService.js.map +1 -1
  242. package/lib/openapi/platform/services/ServiceRegistryService.d.ts +4 -2
  243. package/lib/openapi/platform/services/ServiceRegistryService.js +2 -1
  244. package/lib/openapi/platform/services/ServiceRegistryService.js.map +1 -1
  245. package/lib/openapi/platform/services/StatusService.d.ts +28 -14
  246. package/lib/openapi/platform/services/StatusService.js +24 -12
  247. package/lib/openapi/platform/services/StatusService.js.map +1 -1
  248. package/lib/openapi/platform/services/TasksService.d.ts +8 -3
  249. package/lib/openapi/platform/services/TasksService.js +8 -3
  250. package/lib/openapi/platform/services/TasksService.js.map +1 -1
  251. package/lib/openapi/platform/services/TimeTrackingService.d.ts +29 -12
  252. package/lib/openapi/platform/services/TimeTrackingService.js +25 -10
  253. package/lib/openapi/platform/services/TimeTrackingService.js.map +1 -1
  254. package/lib/openapi/platform/services/UiModificationsAppsService.d.ts +25 -18
  255. package/lib/openapi/platform/services/UiModificationsAppsService.js +21 -16
  256. package/lib/openapi/platform/services/UiModificationsAppsService.js.map +1 -1
  257. package/lib/openapi/platform/services/UserPropertiesService.d.ts +19 -9
  258. package/lib/openapi/platform/services/UserPropertiesService.js +19 -9
  259. package/lib/openapi/platform/services/UserPropertiesService.js.map +1 -1
  260. package/lib/openapi/platform/services/UserSearchService.d.ts +94 -125
  261. package/lib/openapi/platform/services/UserSearchService.js +94 -125
  262. package/lib/openapi/platform/services/UserSearchService.js.map +1 -1
  263. package/lib/openapi/platform/services/UsersService.d.ts +96 -94
  264. package/lib/openapi/platform/services/UsersService.js +94 -93
  265. package/lib/openapi/platform/services/UsersService.js.map +1 -1
  266. package/lib/openapi/platform/services/WebhooksService.d.ts +34 -17
  267. package/lib/openapi/platform/services/WebhooksService.js +28 -14
  268. package/lib/openapi/platform/services/WebhooksService.js.map +1 -1
  269. package/lib/openapi/platform/services/WorkflowSchemeDraftsService.d.ts +132 -146
  270. package/lib/openapi/platform/services/WorkflowSchemeDraftsService.js +122 -141
  271. package/lib/openapi/platform/services/WorkflowSchemeDraftsService.js.map +1 -1
  272. package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.d.ts +12 -9
  273. package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.js +10 -8
  274. package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.js.map +1 -1
  275. package/lib/openapi/platform/services/WorkflowSchemesService.d.ts +120 -81
  276. package/lib/openapi/platform/services/WorkflowSchemesService.js +104 -73
  277. package/lib/openapi/platform/services/WorkflowSchemesService.js.map +1 -1
  278. package/lib/openapi/platform/services/WorkflowStatusCategoriesService.d.ts +11 -4
  279. package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js +11 -4
  280. package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js.map +1 -1
  281. package/lib/openapi/platform/services/WorkflowStatusesService.d.ts +11 -4
  282. package/lib/openapi/platform/services/WorkflowStatusesService.js +11 -4
  283. package/lib/openapi/platform/services/WorkflowStatusesService.js.map +1 -1
  284. package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.d.ts +24 -9
  285. package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js +20 -7
  286. package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js.map +1 -1
  287. package/lib/openapi/platform/services/WorkflowTransitionRulesService.d.ts +24 -12
  288. package/lib/openapi/platform/services/WorkflowTransitionRulesService.js +20 -10
  289. package/lib/openapi/platform/services/WorkflowTransitionRulesService.js.map +1 -1
  290. package/lib/openapi/platform/services/WorkflowsService.d.ts +742 -659
  291. package/lib/openapi/platform/services/WorkflowsService.js +708 -609
  292. package/lib/openapi/platform/services/WorkflowsService.js.map +1 -1
  293. package/lib/openapi/serviceManagement/BaseJiraServiceManagementApiClient.d.ts +1 -1
  294. package/lib/openapi/serviceManagement/BaseJiraServiceManagementApiClient.js +1 -1
  295. package/lib/openapi/serviceManagement/services/AssetsService.d.ts +10 -7
  296. package/lib/openapi/serviceManagement/services/AssetsService.js +10 -7
  297. package/lib/openapi/serviceManagement/services/AssetsService.js.map +1 -1
  298. package/lib/openapi/serviceManagement/services/CustomerService.d.ts +16 -19
  299. package/lib/openapi/serviceManagement/services/CustomerService.js +14 -18
  300. package/lib/openapi/serviceManagement/services/CustomerService.js.map +1 -1
  301. package/lib/openapi/serviceManagement/services/InfoService.d.ts +5 -2
  302. package/lib/openapi/serviceManagement/services/InfoService.js +5 -2
  303. package/lib/openapi/serviceManagement/services/InfoService.js.map +1 -1
  304. package/lib/openapi/serviceManagement/services/KnowledgebaseService.d.ts +10 -10
  305. package/lib/openapi/serviceManagement/services/KnowledgebaseService.js +10 -10
  306. package/lib/openapi/serviceManagement/services/OrganizationService.d.ts +107 -103
  307. package/lib/openapi/serviceManagement/services/OrganizationService.js +95 -97
  308. package/lib/openapi/serviceManagement/services/OrganizationService.js.map +1 -1
  309. package/lib/openapi/serviceManagement/services/RequestService.d.ts +419 -577
  310. package/lib/openapi/serviceManagement/services/RequestService.js +403 -569
  311. package/lib/openapi/serviceManagement/services/RequestService.js.map +1 -1
  312. package/lib/openapi/serviceManagement/services/RequesttypeService.d.ts +24 -38
  313. package/lib/openapi/serviceManagement/services/RequesttypeService.js +24 -38
  314. package/lib/openapi/serviceManagement/services/RequesttypeService.js.map +1 -1
  315. package/lib/openapi/serviceManagement/services/ServicedeskService.d.ts +194 -214
  316. package/lib/openapi/serviceManagement/services/ServicedeskService.js +188 -211
  317. package/lib/openapi/serviceManagement/services/ServicedeskService.js.map +1 -1
  318. package/lib/openapi/software/models/builds.d.ts +38 -19
  319. package/lib/openapi/software/models/builds.js.map +1 -1
  320. package/lib/openapi/software/models/common.d.ts +6 -3
  321. package/lib/openapi/software/models/common.js.map +1 -1
  322. package/lib/openapi/software/models/deployments.d.ts +36 -17
  323. package/lib/openapi/software/models/deployments.js.map +1 -1
  324. package/lib/openapi/software/models/devOpsComponents.d.ts +6 -3
  325. package/lib/openapi/software/models/devOpsComponents.js.map +1 -1
  326. package/lib/openapi/software/models/developmentInformation.d.ts +106 -54
  327. package/lib/openapi/software/models/developmentInformation.js.map +1 -1
  328. package/lib/openapi/software/models/featureFlags.d.ts +16 -8
  329. package/lib/openapi/software/models/featureFlags.js.map +1 -1
  330. package/lib/openapi/software/models/operations.d.ts +60 -30
  331. package/lib/openapi/software/models/operations.js.map +1 -1
  332. package/lib/openapi/software/models/remoteLinks.d.ts +36 -18
  333. package/lib/openapi/software/models/remoteLinks.js.map +1 -1
  334. package/lib/openapi/software/models/securityInformation.d.ts +52 -26
  335. package/lib/openapi/software/models/securityInformation.js.map +1 -1
  336. package/lib/openapi/software/services/BacklogService.d.ts +13 -7
  337. package/lib/openapi/software/services/BacklogService.js +9 -5
  338. package/lib/openapi/software/services/BacklogService.js.map +1 -1
  339. package/lib/openapi/software/services/BoardService.d.ts +199 -203
  340. package/lib/openapi/software/services/BoardService.js +195 -201
  341. package/lib/openapi/software/services/BoardService.js.map +1 -1
  342. package/lib/openapi/software/services/BuildsService.d.ts +10 -8
  343. package/lib/openapi/software/services/BuildsService.js +10 -8
  344. package/lib/openapi/software/services/BuildsService.js.map +1 -1
  345. package/lib/openapi/software/services/DeploymentsService.d.ts +12 -12
  346. package/lib/openapi/software/services/DeploymentsService.js +12 -12
  347. package/lib/openapi/software/services/DeploymentsService.js.map +1 -1
  348. package/lib/openapi/software/services/DevOpsComponentsService.d.ts +32 -19
  349. package/lib/openapi/software/services/DevOpsComponentsService.js +10 -8
  350. package/lib/openapi/software/services/DevOpsComponentsService.js.map +1 -1
  351. package/lib/openapi/software/services/DevelopmentInformationService.d.ts +13 -8
  352. package/lib/openapi/software/services/DevelopmentInformationService.js +13 -8
  353. package/lib/openapi/software/services/DevelopmentInformationService.js.map +1 -1
  354. package/lib/openapi/software/services/EpicService.d.ts +66 -75
  355. package/lib/openapi/software/services/EpicService.js +58 -71
  356. package/lib/openapi/software/services/EpicService.js.map +1 -1
  357. package/lib/openapi/software/services/FeatureFlagsService.d.ts +10 -8
  358. package/lib/openapi/software/services/FeatureFlagsService.js +10 -8
  359. package/lib/openapi/software/services/FeatureFlagsService.js.map +1 -1
  360. package/lib/openapi/software/services/IssueService.d.ts +44 -43
  361. package/lib/openapi/software/services/IssueService.js +40 -41
  362. package/lib/openapi/software/services/IssueService.js.map +1 -1
  363. package/lib/openapi/software/services/OperationsService.d.ts +65 -37
  364. package/lib/openapi/software/services/OperationsService.js +21 -15
  365. package/lib/openapi/software/services/OperationsService.js.map +1 -1
  366. package/lib/openapi/software/services/RemoteLinksService.d.ts +17 -12
  367. package/lib/openapi/software/services/RemoteLinksService.js +10 -8
  368. package/lib/openapi/software/services/RemoteLinksService.js.map +1 -1
  369. package/lib/openapi/software/services/SecurityInformationService.d.ts +18 -12
  370. package/lib/openapi/software/services/SecurityInformationService.js +18 -12
  371. package/lib/openapi/software/services/SecurityInformationService.js.map +1 -1
  372. package/lib/openapi/software/services/SprintService.d.ts +78 -54
  373. package/lib/openapi/software/services/SprintService.js +68 -49
  374. package/lib/openapi/software/services/SprintService.js.map +1 -1
  375. package/package.json +3 -3
@@ -31,7 +31,9 @@ export declare class IssueCustomFieldOptionsAppsService extends CommonHttpServic
31
31
  *
32
32
  * @returns Returned if the request is successful.
33
33
  *
34
- * example: {
34
+ * example:
35
+ * ```
36
+ * {
35
37
  * "id": 1,
36
38
  * "value": "Team 1",
37
39
  * "properties": {
@@ -65,10 +67,12 @@ export declare class IssueCustomFieldOptionsAppsService extends CommonHttpServic
65
67
  * "attributes": []
66
68
  * }
67
69
  * }
68
- * @path {POST} /rest/api/3/field/{fieldKey}/option
70
+ * ```
71
+ * @path POST `/rest/api/3/field/{fieldKey}/option`
69
72
  * @scopes-current manage:jira-configuration
70
73
  * @scopes-beta write:field.option:jira
71
74
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-options-apps-#api-rest-api-3-field-fieldkey-option-post
75
+ * @param params
72
76
  */
73
77
  createIssueFieldOption: ({ fieldKey, issueFieldOptionCreateBean, }: {
74
78
  /**
@@ -86,7 +90,8 @@ export declare class IssueCustomFieldOptionsAppsService extends CommonHttpServic
86
90
  */
87
91
  fieldKey: string;
88
92
  /**
89
- * @example {
93
+ * @example
94
+ * {
90
95
  * "config": {
91
96
  * "attributes": [],
92
97
  * "scope": {
@@ -135,10 +140,11 @@ export declare class IssueCustomFieldOptionsAppsService extends CommonHttpServic
135
140
  * not required for the app providing the field.
136
141
  *
137
142
  * @returns Returned if the field option is deleted.
138
- * @path {DELETE} /rest/api/3/field/{fieldKey}/option/{optionId}
143
+ * @path DELETE `/rest/api/3/field/{fieldKey}/option/{optionId}`
139
144
  * @scopes-current manage:jira-configuration
140
145
  * @scopes-beta delete:field.option:jira
141
146
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-options-apps-#api-rest-api-3-field-fieldkey-option-optionid-delete
147
+ * @param params
142
148
  */
143
149
  deleteIssueFieldOption: ({ fieldKey, optionId, }: {
144
150
  /**
@@ -175,13 +181,13 @@ export declare class IssueCustomFieldOptionsAppsService extends CommonHttpServic
175
181
  *
176
182
  * @returns Returned if the request is successful.
177
183
  *
178
- * example: {
184
+ * example:
185
+ * ```
186
+ * {
179
187
  * "isLast": false,
180
188
  * "maxResults": 1,
181
- * "nextPage":
182
- * "https://your-domain.atlassian.net/rest/api/3/field/fieldKey/option?startAt=1&maxResults=1",
183
- * "self":
184
- * "https://your-domain.atlassian.net/rest/api/3/field/fieldKey/option?startAt=0&maxResults=1",
189
+ * "nextPage": "https://your-domain.atlassian.net/rest/api/3/field/fieldKey/option?startAt=1&maxResults=1",
190
+ * "self": "https://your-domain.atlassian.net/rest/api/3/field/fieldKey/option?startAt=0&maxResults=1",
185
191
  * "startAt": 0,
186
192
  * "total": 10,
187
193
  * "values": [
@@ -221,10 +227,12 @@ export declare class IssueCustomFieldOptionsAppsService extends CommonHttpServic
221
227
  * }
222
228
  * ]
223
229
  * }
224
- * @path {GET} /rest/api/3/field/{fieldKey}/option
230
+ * ```
231
+ * @path GET `/rest/api/3/field/{fieldKey}/option`
225
232
  * @scopes-current manage:jira-configuration
226
233
  * @scopes-beta read:field.option:jira
227
234
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-options-apps-#api-rest-api-3-field-fieldkey-option-get
235
+ * @param params
228
236
  */
229
237
  getAllIssueFieldOptions: ({ fieldKey, startAt, maxResults, }: {
230
238
  /**
@@ -260,7 +268,9 @@ export declare class IssueCustomFieldOptionsAppsService extends CommonHttpServic
260
268
  *
261
269
  * @returns Returned if the requested option is returned.
262
270
  *
263
- * example: {
271
+ * example:
272
+ * ```
273
+ * {
264
274
  * "id": 1,
265
275
  * "value": "Team 1",
266
276
  * "properties": {
@@ -294,10 +304,12 @@ export declare class IssueCustomFieldOptionsAppsService extends CommonHttpServic
294
304
  * "attributes": []
295
305
  * }
296
306
  * }
297
- * @path {GET} /rest/api/3/field/{fieldKey}/option/{optionId}
307
+ * ```
308
+ * @path GET `/rest/api/3/field/{fieldKey}/option/{optionId}`
298
309
  * @scopes-current manage:jira-configuration
299
310
  * @scopes-beta read:field.option:jira
300
311
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-options-apps-#api-rest-api-3-field-fieldkey-option-optionid-get
312
+ * @param params
301
313
  */
302
314
  getIssueFieldOption: ({ fieldKey, optionId, }: {
303
315
  /**
@@ -330,13 +342,13 @@ export declare class IssueCustomFieldOptionsAppsService extends CommonHttpServic
330
342
  *
331
343
  * @returns Returned if the request is successful.
332
344
  *
333
- * example: {
345
+ * example:
346
+ * ```
347
+ * {
334
348
  * "isLast": false,
335
349
  * "maxResults": 1,
336
- * "nextPage":
337
- * "https://your-domain.atlassian.net/rest/api/3/field/fieldKey/option/suggestions?startAt=1&maxResults=1",
338
- * "self":
339
- * "https://your-domain.atlassian.net/rest/api/3/field/fieldKey/option/suggestions?startAt=0&maxResults=1",
350
+ * "nextPage": "https://your-domain.atlassian.net/rest/api/3/field/fieldKey/option/suggestions?startAt=1&maxResults=1",
351
+ * "self": "https://your-domain.atlassian.net/rest/api/3/field/fieldKey/option/suggestions?startAt=0&maxResults=1",
340
352
  * "startAt": 0,
341
353
  * "total": 10,
342
354
  * "values": [
@@ -355,10 +367,12 @@ export declare class IssueCustomFieldOptionsAppsService extends CommonHttpServic
355
367
  * }
356
368
  * ]
357
369
  * }
358
- * @path {GET} /rest/api/3/field/{fieldKey}/option/suggestions/edit
370
+ * ```
371
+ * @path GET `/rest/api/3/field/{fieldKey}/option/suggestions/edit`
359
372
  * @scopes-current read:jira-work
360
373
  * @scopes-beta read:field.option:jira
361
374
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-options-apps-#api-rest-api-3-field-fieldkey-option-suggestions-edit-get
375
+ * @param params
362
376
  */
363
377
  getSelectableIssueFieldOptions: ({ fieldKey, startAt, maxResults, projectId, }: {
364
378
  /**
@@ -395,13 +409,13 @@ export declare class IssueCustomFieldOptionsAppsService extends CommonHttpServic
395
409
  *
396
410
  * @returns Returned if the request is successful.
397
411
  *
398
- * example: {
412
+ * example:
413
+ * ```
414
+ * {
399
415
  * "isLast": false,
400
416
  * "maxResults": 1,
401
- * "nextPage":
402
- * "https://your-domain.atlassian.net/rest/api/3/field/fieldKey/option/suggestions?startAt=1&maxResults=1",
403
- * "self":
404
- * "https://your-domain.atlassian.net/rest/api/3/field/fieldKey/option/suggestions?startAt=0&maxResults=1",
417
+ * "nextPage": "https://your-domain.atlassian.net/rest/api/3/field/fieldKey/option/suggestions?startAt=1&maxResults=1",
418
+ * "self": "https://your-domain.atlassian.net/rest/api/3/field/fieldKey/option/suggestions?startAt=0&maxResults=1",
405
419
  * "startAt": 0,
406
420
  * "total": 10,
407
421
  * "values": [
@@ -420,10 +434,12 @@ export declare class IssueCustomFieldOptionsAppsService extends CommonHttpServic
420
434
  * }
421
435
  * ]
422
436
  * }
423
- * @path {GET} /rest/api/3/field/{fieldKey}/option/suggestions/search
437
+ * ```
438
+ * @path GET `/rest/api/3/field/{fieldKey}/option/suggestions/search`
424
439
  * @scopes-current read:jira-work
425
440
  * @scopes-beta read:field.option:jira
426
441
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-options-apps-#api-rest-api-3-field-fieldkey-option-suggestions-search-get
442
+ * @param params
427
443
  */
428
444
  getVisibleIssueFieldOptions: ({ fieldKey, startAt, maxResults, projectId, }: {
429
445
  /**
@@ -469,10 +485,11 @@ export declare class IssueCustomFieldOptionsAppsService extends CommonHttpServic
469
485
  * permission](https://confluence.atlassian.com/x/x4dKLg). Jira permissions are
470
486
  * not required for the app providing the field.
471
487
  *
472
- * @path {DELETE} /rest/api/3/field/{fieldKey}/option/{optionId}/issue
488
+ * @path DELETE `/rest/api/3/field/{fieldKey}/option/{optionId}/issue`
473
489
  * @scopes-current manage:jira-configuration
474
490
  * @scopes-beta write:field.option:jira, delete:field.option:jira
475
491
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-options-apps-#api-rest-api-3-field-fieldkey-option-optionid-issue-delete
492
+ * @param params
476
493
  */
477
494
  replaceIssueFieldOption: ({ fieldKey, optionId, replaceWith, jql, overrideScreenSecurity, overrideEditableFlag, }: {
478
495
  /**
@@ -527,7 +544,9 @@ export declare class IssueCustomFieldOptionsAppsService extends CommonHttpServic
527
544
  *
528
545
  * @returns Returned if the option is updated or created.
529
546
  *
530
- * example: {
547
+ * example:
548
+ * ```
549
+ * {
531
550
  * "id": 1,
532
551
  * "value": "Team 1",
533
552
  * "properties": {
@@ -561,10 +580,12 @@ export declare class IssueCustomFieldOptionsAppsService extends CommonHttpServic
561
580
  * "attributes": []
562
581
  * }
563
582
  * }
564
- * @path {PUT} /rest/api/3/field/{fieldKey}/option/{optionId}
583
+ * ```
584
+ * @path PUT `/rest/api/3/field/{fieldKey}/option/{optionId}`
565
585
  * @scopes-current manage:jira-configuration
566
586
  * @scopes-beta write:field.option:jira
567
587
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-options-apps-#api-rest-api-3-field-fieldkey-option-optionid-put
588
+ * @param params
568
589
  */
569
590
  updateIssueFieldOption: ({ fieldKey, optionId, issueFieldOption, }: {
570
591
  /**
@@ -584,7 +605,8 @@ export declare class IssueCustomFieldOptionsAppsService extends CommonHttpServic
584
605
  /** The ID of the option to be updated. */
585
606
  optionId: number;
586
607
  /**
587
- * @example {
608
+ * @example
609
+ * {
588
610
  * "config": {
589
611
  * "attributes": [],
590
612
  * "scope": {
@@ -42,7 +42,9 @@ class IssueCustomFieldOptionsAppsService extends CommonHttpService_1.CommonHttpS
42
42
  *
43
43
  * @returns Returned if the request is successful.
44
44
  *
45
- * example: {
45
+ * example:
46
+ * ```
47
+ * {
46
48
  * "id": 1,
47
49
  * "value": "Team 1",
48
50
  * "properties": {
@@ -76,10 +78,12 @@ class IssueCustomFieldOptionsAppsService extends CommonHttpService_1.CommonHttpS
76
78
  * "attributes": []
77
79
  * }
78
80
  * }
79
- * @path {POST} /rest/api/3/field/{fieldKey}/option
81
+ * ```
82
+ * @path POST `/rest/api/3/field/{fieldKey}/option`
80
83
  * @scopes-current manage:jira-configuration
81
84
  * @scopes-beta write:field.option:jira
82
85
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-options-apps-#api-rest-api-3-field-fieldkey-option-post
86
+ * @param params
83
87
  */
84
88
  this.createIssueFieldOption = ({ fieldKey, issueFieldOptionCreateBean, }) => {
85
89
  return this.getClientInstance()
@@ -116,10 +120,11 @@ class IssueCustomFieldOptionsAppsService extends CommonHttpService_1.CommonHttpS
116
120
  * not required for the app providing the field.
117
121
  *
118
122
  * @returns Returned if the field option is deleted.
119
- * @path {DELETE} /rest/api/3/field/{fieldKey}/option/{optionId}
123
+ * @path DELETE `/rest/api/3/field/{fieldKey}/option/{optionId}`
120
124
  * @scopes-current manage:jira-configuration
121
125
  * @scopes-beta delete:field.option:jira
122
126
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-options-apps-#api-rest-api-3-field-fieldkey-option-optionid-delete
127
+ * @param params
123
128
  */
124
129
  this.deleteIssueFieldOption = ({ fieldKey, optionId, }) => {
125
130
  return this.getClientInstance()
@@ -157,13 +162,13 @@ class IssueCustomFieldOptionsAppsService extends CommonHttpService_1.CommonHttpS
157
162
  *
158
163
  * @returns Returned if the request is successful.
159
164
  *
160
- * example: {
165
+ * example:
166
+ * ```
167
+ * {
161
168
  * "isLast": false,
162
169
  * "maxResults": 1,
163
- * "nextPage":
164
- * "https://your-domain.atlassian.net/rest/api/3/field/fieldKey/option?startAt=1&maxResults=1",
165
- * "self":
166
- * "https://your-domain.atlassian.net/rest/api/3/field/fieldKey/option?startAt=0&maxResults=1",
170
+ * "nextPage": "https://your-domain.atlassian.net/rest/api/3/field/fieldKey/option?startAt=1&maxResults=1",
171
+ * "self": "https://your-domain.atlassian.net/rest/api/3/field/fieldKey/option?startAt=0&maxResults=1",
167
172
  * "startAt": 0,
168
173
  * "total": 10,
169
174
  * "values": [
@@ -203,10 +208,12 @@ class IssueCustomFieldOptionsAppsService extends CommonHttpService_1.CommonHttpS
203
208
  * }
204
209
  * ]
205
210
  * }
206
- * @path {GET} /rest/api/3/field/{fieldKey}/option
211
+ * ```
212
+ * @path GET `/rest/api/3/field/{fieldKey}/option`
207
213
  * @scopes-current manage:jira-configuration
208
214
  * @scopes-beta read:field.option:jira
209
215
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-options-apps-#api-rest-api-3-field-fieldkey-option-get
216
+ * @param params
210
217
  */
211
218
  this.getAllIssueFieldOptions = ({ fieldKey, startAt, maxResults, }) => {
212
219
  return this.getClientInstance()
@@ -244,7 +251,9 @@ class IssueCustomFieldOptionsAppsService extends CommonHttpService_1.CommonHttpS
244
251
  *
245
252
  * @returns Returned if the requested option is returned.
246
253
  *
247
- * example: {
254
+ * example:
255
+ * ```
256
+ * {
248
257
  * "id": 1,
249
258
  * "value": "Team 1",
250
259
  * "properties": {
@@ -278,10 +287,12 @@ class IssueCustomFieldOptionsAppsService extends CommonHttpService_1.CommonHttpS
278
287
  * "attributes": []
279
288
  * }
280
289
  * }
281
- * @path {GET} /rest/api/3/field/{fieldKey}/option/{optionId}
290
+ * ```
291
+ * @path GET `/rest/api/3/field/{fieldKey}/option/{optionId}`
282
292
  * @scopes-current manage:jira-configuration
283
293
  * @scopes-beta read:field.option:jira
284
294
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-options-apps-#api-rest-api-3-field-fieldkey-option-optionid-get
295
+ * @param params
285
296
  */
286
297
  this.getIssueFieldOption = ({ fieldKey, optionId, }) => {
287
298
  return this.getClientInstance()
@@ -315,13 +326,13 @@ class IssueCustomFieldOptionsAppsService extends CommonHttpService_1.CommonHttpS
315
326
  *
316
327
  * @returns Returned if the request is successful.
317
328
  *
318
- * example: {
329
+ * example:
330
+ * ```
331
+ * {
319
332
  * "isLast": false,
320
333
  * "maxResults": 1,
321
- * "nextPage":
322
- * "https://your-domain.atlassian.net/rest/api/3/field/fieldKey/option/suggestions?startAt=1&maxResults=1",
323
- * "self":
324
- * "https://your-domain.atlassian.net/rest/api/3/field/fieldKey/option/suggestions?startAt=0&maxResults=1",
334
+ * "nextPage": "https://your-domain.atlassian.net/rest/api/3/field/fieldKey/option/suggestions?startAt=1&maxResults=1",
335
+ * "self": "https://your-domain.atlassian.net/rest/api/3/field/fieldKey/option/suggestions?startAt=0&maxResults=1",
325
336
  * "startAt": 0,
326
337
  * "total": 10,
327
338
  * "values": [
@@ -340,10 +351,12 @@ class IssueCustomFieldOptionsAppsService extends CommonHttpService_1.CommonHttpS
340
351
  * }
341
352
  * ]
342
353
  * }
343
- * @path {GET} /rest/api/3/field/{fieldKey}/option/suggestions/edit
354
+ * ```
355
+ * @path GET `/rest/api/3/field/{fieldKey}/option/suggestions/edit`
344
356
  * @scopes-current read:jira-work
345
357
  * @scopes-beta read:field.option:jira
346
358
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-options-apps-#api-rest-api-3-field-fieldkey-option-suggestions-edit-get
359
+ * @param params
347
360
  */
348
361
  this.getSelectableIssueFieldOptions = ({ fieldKey, startAt, maxResults, projectId, }) => {
349
362
  return this.getClientInstance()
@@ -381,13 +394,13 @@ class IssueCustomFieldOptionsAppsService extends CommonHttpService_1.CommonHttpS
381
394
  *
382
395
  * @returns Returned if the request is successful.
383
396
  *
384
- * example: {
397
+ * example:
398
+ * ```
399
+ * {
385
400
  * "isLast": false,
386
401
  * "maxResults": 1,
387
- * "nextPage":
388
- * "https://your-domain.atlassian.net/rest/api/3/field/fieldKey/option/suggestions?startAt=1&maxResults=1",
389
- * "self":
390
- * "https://your-domain.atlassian.net/rest/api/3/field/fieldKey/option/suggestions?startAt=0&maxResults=1",
402
+ * "nextPage": "https://your-domain.atlassian.net/rest/api/3/field/fieldKey/option/suggestions?startAt=1&maxResults=1",
403
+ * "self": "https://your-domain.atlassian.net/rest/api/3/field/fieldKey/option/suggestions?startAt=0&maxResults=1",
391
404
  * "startAt": 0,
392
405
  * "total": 10,
393
406
  * "values": [
@@ -406,10 +419,12 @@ class IssueCustomFieldOptionsAppsService extends CommonHttpService_1.CommonHttpS
406
419
  * }
407
420
  * ]
408
421
  * }
409
- * @path {GET} /rest/api/3/field/{fieldKey}/option/suggestions/search
422
+ * ```
423
+ * @path GET `/rest/api/3/field/{fieldKey}/option/suggestions/search`
410
424
  * @scopes-current read:jira-work
411
425
  * @scopes-beta read:field.option:jira
412
426
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-options-apps-#api-rest-api-3-field-fieldkey-option-suggestions-search-get
427
+ * @param params
413
428
  */
414
429
  this.getVisibleIssueFieldOptions = ({ fieldKey, startAt, maxResults, projectId, }) => {
415
430
  return this.getClientInstance()
@@ -456,10 +471,11 @@ class IssueCustomFieldOptionsAppsService extends CommonHttpService_1.CommonHttpS
456
471
  * permission](https://confluence.atlassian.com/x/x4dKLg). Jira permissions are
457
472
  * not required for the app providing the field.
458
473
  *
459
- * @path {DELETE} /rest/api/3/field/{fieldKey}/option/{optionId}/issue
474
+ * @path DELETE `/rest/api/3/field/{fieldKey}/option/{optionId}/issue`
460
475
  * @scopes-current manage:jira-configuration
461
476
  * @scopes-beta write:field.option:jira, delete:field.option:jira
462
477
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-options-apps-#api-rest-api-3-field-fieldkey-option-optionid-issue-delete
478
+ * @param params
463
479
  */
464
480
  this.replaceIssueFieldOption = ({ fieldKey, optionId, replaceWith, jql, overrideScreenSecurity, overrideEditableFlag, }) => {
465
481
  return this.getClientInstance()
@@ -496,7 +512,9 @@ class IssueCustomFieldOptionsAppsService extends CommonHttpService_1.CommonHttpS
496
512
  *
497
513
  * @returns Returned if the option is updated or created.
498
514
  *
499
- * example: {
515
+ * example:
516
+ * ```
517
+ * {
500
518
  * "id": 1,
501
519
  * "value": "Team 1",
502
520
  * "properties": {
@@ -530,10 +548,12 @@ class IssueCustomFieldOptionsAppsService extends CommonHttpService_1.CommonHttpS
530
548
  * "attributes": []
531
549
  * }
532
550
  * }
533
- * @path {PUT} /rest/api/3/field/{fieldKey}/option/{optionId}
551
+ * ```
552
+ * @path PUT `/rest/api/3/field/{fieldKey}/option/{optionId}`
534
553
  * @scopes-current manage:jira-configuration
535
554
  * @scopes-beta write:field.option:jira
536
555
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-options-apps-#api-rest-api-3-field-fieldkey-option-optionid-put
556
+ * @param params
537
557
  */
538
558
  this.updateIssueFieldOption = ({ fieldKey, optionId, issueFieldOption, }) => {
539
559
  return this.getClientInstance()
@@ -1 +1 @@
1
- {"version":3,"file":"IssueCustomFieldOptionsAppsService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/IssueCustomFieldOptionsAppsService.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"IssueCustomFieldOptionsAppsService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/IssueCustomFieldOptionsAppsService.ts"],"names":[],"mappings":"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"}
@@ -37,7 +37,9 @@ export declare class IssueCustomFieldOptionsService extends CommonHttpService {
37
37
  *
38
38
  * @returns Returned if the request is successful.
39
39
  *
40
- * example: {
40
+ * example:
41
+ * ```
42
+ * {
41
43
  * "options": [
42
44
  * {
43
45
  * "disabled": false,
@@ -57,10 +59,12 @@ export declare class IssueCustomFieldOptionsService extends CommonHttpService {
57
59
  * }
58
60
  * ]
59
61
  * }
60
- * @path {POST} /rest/api/3/field/{fieldId}/context/{contextId}/option
62
+ * ```
63
+ * @path POST `/rest/api/3/field/{fieldId}/context/{contextId}/option`
61
64
  * @scopes-current manage:jira-configuration
62
65
  * @scopes-beta read:field.option:jira, write:field.option:jira
63
66
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-options#api-rest-api-3-field-fieldid-context-contextid-option-post
67
+ * @param params
64
68
  */
65
69
  createCustomFieldOption: ({ fieldId, contextId, bulkCustomFieldOptionCreateRequest, }: {
66
70
  /** The ID of the custom field. */
@@ -68,7 +72,8 @@ export declare class IssueCustomFieldOptionsService extends CommonHttpService {
68
72
  /** The ID of the context. */
69
73
  contextId: number;
70
74
  /**
71
- * @example {
75
+ * @example
76
+ * {
72
77
  * "options": [
73
78
  * {
74
79
  * "disabled": false,
@@ -102,10 +107,11 @@ export declare class IssueCustomFieldOptionsService extends CommonHttpService {
102
107
  * **[Permissions](#permissions) required:** *Administer Jira* [global
103
108
  * permission](https://confluence.atlassian.com/x/x4dKLg).
104
109
  *
105
- * @path {DELETE} /rest/api/3/field/{fieldId}/context/{contextId}/option/{optionId}
110
+ * @path DELETE `/rest/api/3/field/{fieldId}/context/{contextId}/option/{optionId}`
106
111
  * @scopes-current manage:jira-configuration
107
112
  * @scopes-beta delete:field.option:jira
108
113
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-options#api-rest-api-3-field-fieldid-context-contextid-option-optionid-delete
114
+ * @param params
109
115
  */
110
116
  deleteCustomFieldOption: ({ fieldId, contextId, optionId, }: {
111
117
  /** The ID of the custom field. */
@@ -137,15 +143,18 @@ export declare class IssueCustomFieldOptionsService extends CommonHttpService {
137
143
  *
138
144
  * @returns Returned if the request is successful.
139
145
  *
140
- * example: {
141
- * "self":
142
- * "https://your-domain.atlassian.net/rest/api/3/customFieldOption/10000",
146
+ * example:
147
+ * ```
148
+ * {
149
+ * "self": "https://your-domain.atlassian.net/rest/api/3/customFieldOption/10000",
143
150
  * "value": "To Do"
144
151
  * }
145
- * @path {GET} /rest/api/3/customFieldOption/{id}
152
+ * ```
153
+ * @path GET `/rest/api/3/customFieldOption/{id}`
146
154
  * @scopes-current read:jira-work
147
155
  * @scopes-beta read:field:jira, read:field.option:jira
148
156
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-options#api-rest-api-3-customfieldoption-id-get
157
+ * @param params
149
158
  */
150
159
  getCustomFieldOption: ({ id, }: {
151
160
  /** The ID of the custom field option. */
@@ -166,7 +175,9 @@ export declare class IssueCustomFieldOptionsService extends CommonHttpService {
166
175
  *
167
176
  * @returns Returned if the request is successful.
168
177
  *
169
- * example: {
178
+ * example:
179
+ * ```
180
+ * {
170
181
  * "isLast": true,
171
182
  * "maxResults": 100,
172
183
  * "startAt": 0,
@@ -192,10 +203,12 @@ export declare class IssueCustomFieldOptionsService extends CommonHttpService {
192
203
  * }
193
204
  * ]
194
205
  * }
195
- * @path {GET} /rest/api/3/field/{fieldId}/context/{contextId}/option
206
+ * ```
207
+ * @path GET `/rest/api/3/field/{fieldId}/context/{contextId}/option`
196
208
  * @scopes-current manage:jira-configuration
197
209
  * @scopes-beta read:field.option:jira
198
210
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-options#api-rest-api-3-field-fieldid-context-contextid-option-get
211
+ * @param params
199
212
  */
200
213
  getOptionsForContext: ({ fieldId, contextId, optionId, onlyOptions, startAt, maxResults, }: {
201
214
  /** The ID of the custom field. */
@@ -223,10 +236,11 @@ export declare class IssueCustomFieldOptionsService extends CommonHttpService {
223
236
  * permission](https://confluence.atlassian.com/x/x4dKLg).
224
237
  *
225
238
  * @returns Returned if options are reordered.
226
- * @path {PUT} /rest/api/3/field/{fieldId}/context/{contextId}/option/move
239
+ * @path PUT `/rest/api/3/field/{fieldId}/context/{contextId}/option/move`
227
240
  * @scopes-current manage:jira-configuration
228
241
  * @scopes-beta write:field.option:jira
229
242
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-options#api-rest-api-3-field-fieldid-context-contextid-option-move-put
243
+ * @param params
230
244
  */
231
245
  reorderCustomFieldOptions: ({ fieldId, contextId, orderOfCustomFieldOptions, }: {
232
246
  /** The ID of the custom field. */
@@ -234,7 +248,8 @@ export declare class IssueCustomFieldOptionsService extends CommonHttpService {
234
248
  /** The ID of the context. */
235
249
  contextId: number;
236
250
  /**
237
- * @example {
251
+ * @example
252
+ * {
238
253
  * "customFieldOptionIds": [
239
254
  * "10001",
240
255
  * "10002"
@@ -255,10 +270,11 @@ export declare class IssueCustomFieldOptionsService extends CommonHttpService {
255
270
  * **[Permissions](#permissions) required:** *Administer Jira* [global
256
271
  * permission](https://confluence.atlassian.com/x/x4dKLg).
257
272
  *
258
- * @path {DELETE} /rest/api/3/field/{fieldId}/context/{contextId}/option/{optionId}/issue
273
+ * @path DELETE `/rest/api/3/field/{fieldId}/context/{contextId}/option/{optionId}/issue`
259
274
  * @scopes-current manage:jira-configuration
260
275
  * @scopes-beta read:field.option:jira, write:field.option:jira
261
276
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-options#api-rest-api-3-field-fieldid-context-contextid-option-optionid-issue-delete
277
+ * @param params
262
278
  */
263
279
  replaceCustomFieldOption: ({ fieldId, optionId, contextId, replaceWith, jql, }: {
264
280
  /** The ID of the custom field. */
@@ -292,7 +308,9 @@ export declare class IssueCustomFieldOptionsService extends CommonHttpService {
292
308
  *
293
309
  * @returns Returned if the request is successful.
294
310
  *
295
- * example: {
311
+ * example:
312
+ * ```
313
+ * {
296
314
  * "options": [
297
315
  * {
298
316
  * "disabled": false,
@@ -311,10 +329,12 @@ export declare class IssueCustomFieldOptionsService extends CommonHttpService {
311
329
  * }
312
330
  * ]
313
331
  * }
314
- * @path {PUT} /rest/api/3/field/{fieldId}/context/{contextId}/option
332
+ * ```
333
+ * @path PUT `/rest/api/3/field/{fieldId}/context/{contextId}/option`
315
334
  * @scopes-current manage:jira-configuration
316
335
  * @scopes-beta read:field.option:jira, write:field.option:jira
317
336
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-options#api-rest-api-3-field-fieldid-context-contextid-option-put
337
+ * @param params
318
338
  */
319
339
  updateCustomFieldOption: ({ fieldId, contextId, bulkCustomFieldOptionUpdateRequest, }: {
320
340
  /** The ID of the custom field. */
@@ -322,7 +342,8 @@ export declare class IssueCustomFieldOptionsService extends CommonHttpService {
322
342
  /** The ID of the context. */
323
343
  contextId: number;
324
344
  /**
325
- * @example {
345
+ * @example
346
+ * {
326
347
  * "options": [
327
348
  * {
328
349
  * "disabled": false,