@resolution/jira-api-client 0.4.4 → 0.4.5

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 (326) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/lib/openapi/platform/BaseJiraPlatformApiClient.d.ts +28 -4
  3. package/lib/openapi/platform/BaseJiraPlatformApiClient.js +24 -1
  4. package/lib/openapi/platform/BaseJiraPlatformApiClient.js.map +1 -1
  5. package/lib/openapi/platform/models/common.d.ts +6 -0
  6. package/lib/openapi/platform/models/common.js +12 -1
  7. package/lib/openapi/platform/models/common.js.map +1 -1
  8. package/lib/openapi/platform/models/dynamicModules.d.ts +0 -9
  9. package/lib/openapi/platform/models/dynamicModules.js +0 -6
  10. package/lib/openapi/platform/models/dynamicModules.js.map +1 -1
  11. package/lib/openapi/platform/models/issueBulkOperations.d.ts +547 -0
  12. package/lib/openapi/platform/models/issueBulkOperations.js +437 -0
  13. package/lib/openapi/platform/models/issueBulkOperations.js.map +1 -0
  14. package/lib/openapi/platform/services/AnnouncementBannerService.d.ts +3 -3
  15. package/lib/openapi/platform/services/AnnouncementBannerService.js +65 -62
  16. package/lib/openapi/platform/services/AnnouncementBannerService.js.map +1 -1
  17. package/lib/openapi/platform/services/AppDataPoliciesService.d.ts +4 -4
  18. package/lib/openapi/platform/services/AppDataPoliciesService.js +70 -67
  19. package/lib/openapi/platform/services/AppDataPoliciesService.js.map +1 -1
  20. package/lib/openapi/platform/services/AppMigrationService.d.ts +6 -6
  21. package/lib/openapi/platform/services/AppMigrationService.js +139 -136
  22. package/lib/openapi/platform/services/AppMigrationService.js.map +1 -1
  23. package/lib/openapi/platform/services/AppPropertiesService.d.ts +12 -12
  24. package/lib/openapi/platform/services/AppPropertiesService.js +254 -251
  25. package/lib/openapi/platform/services/AppPropertiesService.js.map +1 -1
  26. package/lib/openapi/platform/services/ApplicationRolesService.d.ts +3 -3
  27. package/lib/openapi/platform/services/ApplicationRolesService.js +177 -174
  28. package/lib/openapi/platform/services/ApplicationRolesService.js.map +1 -1
  29. package/lib/openapi/platform/services/AuditRecordsService.d.ts +7 -7
  30. package/lib/openapi/platform/services/AuditRecordsService.js +97 -94
  31. package/lib/openapi/platform/services/AuditRecordsService.js.map +1 -1
  32. package/lib/openapi/platform/services/AvatarsService.d.ts +25 -31
  33. package/lib/openapi/platform/services/AvatarsService.js +412 -415
  34. package/lib/openapi/platform/services/AvatarsService.js.map +1 -1
  35. package/lib/openapi/platform/services/ClassificationLevelsService.d.ts +4 -4
  36. package/lib/openapi/platform/services/ClassificationLevelsService.js +79 -76
  37. package/lib/openapi/platform/services/ClassificationLevelsService.js.map +1 -1
  38. package/lib/openapi/platform/services/DashboardsService.d.ts +62 -50
  39. package/lib/openapi/platform/services/DashboardsService.js +983 -974
  40. package/lib/openapi/platform/services/DashboardsService.js.map +1 -1
  41. package/lib/openapi/platform/services/DynamicModulesService.d.ts +6 -6
  42. package/lib/openapi/platform/services/DynamicModulesService.js +68 -65
  43. package/lib/openapi/platform/services/DynamicModulesService.js.map +1 -1
  44. package/lib/openapi/platform/services/FilterSharingService.d.ts +11 -11
  45. package/lib/openapi/platform/services/FilterSharingService.js +512 -509
  46. package/lib/openapi/platform/services/FilterSharingService.js.map +1 -1
  47. package/lib/openapi/platform/services/FiltersService.d.ts +50 -50
  48. package/lib/openapi/platform/services/FiltersService.js +1262 -1259
  49. package/lib/openapi/platform/services/FiltersService.js.map +1 -1
  50. package/lib/openapi/platform/services/GroupAndUserPickerService.d.ts +10 -10
  51. package/lib/openapi/platform/services/GroupAndUserPickerService.js +112 -109
  52. package/lib/openapi/platform/services/GroupAndUserPickerService.js.map +1 -1
  53. package/lib/openapi/platform/services/GroupsService.d.ts +46 -46
  54. package/lib/openapi/platform/services/GroupsService.js +385 -382
  55. package/lib/openapi/platform/services/GroupsService.js.map +1 -1
  56. package/lib/openapi/platform/services/IssueAttachmentsService.d.ts +20 -20
  57. package/lib/openapi/platform/services/IssueAttachmentsService.js +644 -641
  58. package/lib/openapi/platform/services/IssueAttachmentsService.js.map +1 -1
  59. package/lib/openapi/platform/services/IssueBulkOperationsService.d.ts +325 -0
  60. package/lib/openapi/platform/services/IssueBulkOperationsService.js +353 -0
  61. package/lib/openapi/platform/services/IssueBulkOperationsService.js.map +1 -0
  62. package/lib/openapi/platform/services/IssueCommentPropertiesService.d.ts +8 -8
  63. package/lib/openapi/platform/services/IssueCommentPropertiesService.js +187 -184
  64. package/lib/openapi/platform/services/IssueCommentPropertiesService.js.map +1 -1
  65. package/lib/openapi/platform/services/IssueCommentsService.d.ts +22 -22
  66. package/lib/openapi/platform/services/IssueCommentsService.js +507 -504
  67. package/lib/openapi/platform/services/IssueCommentsService.js.map +1 -1
  68. package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.d.ts +11 -11
  69. package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.js +126 -123
  70. package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.js.map +1 -1
  71. package/lib/openapi/platform/services/IssueCustomFieldContextsService.d.ts +42 -42
  72. package/lib/openapi/platform/services/IssueCustomFieldContextsService.js +748 -745
  73. package/lib/openapi/platform/services/IssueCustomFieldContextsService.js.map +1 -1
  74. package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.d.ts +28 -28
  75. package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.js +535 -532
  76. package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.js.map +1 -1
  77. package/lib/openapi/platform/services/IssueCustomFieldOptionsService.d.ts +20 -20
  78. package/lib/openapi/platform/services/IssueCustomFieldOptionsService.js +358 -355
  79. package/lib/openapi/platform/services/IssueCustomFieldOptionsService.js.map +1 -1
  80. package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.d.ts +6 -6
  81. package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js +86 -83
  82. package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js.map +1 -1
  83. package/lib/openapi/platform/services/IssueFieldConfigurationsService.d.ts +45 -45
  84. package/lib/openapi/platform/services/IssueFieldConfigurationsService.js +689 -686
  85. package/lib/openapi/platform/services/IssueFieldConfigurationsService.js.map +1 -1
  86. package/lib/openapi/platform/services/IssueFieldsService.d.ts +32 -32
  87. package/lib/openapi/platform/services/IssueFieldsService.js +484 -481
  88. package/lib/openapi/platform/services/IssueFieldsService.js.map +1 -1
  89. package/lib/openapi/platform/services/IssueLinkTypesService.d.ts +9 -9
  90. package/lib/openapi/platform/services/IssueLinkTypesService.js +212 -209
  91. package/lib/openapi/platform/services/IssueLinkTypesService.js.map +1 -1
  92. package/lib/openapi/platform/services/IssueLinksService.d.ts +6 -6
  93. package/lib/openapi/platform/services/IssueLinksService.js +230 -227
  94. package/lib/openapi/platform/services/IssueLinksService.js.map +1 -1
  95. package/lib/openapi/platform/services/IssueNavigatorSettingsService.d.ts +3 -3
  96. package/lib/openapi/platform/services/IssueNavigatorSettingsService.js +72 -69
  97. package/lib/openapi/platform/services/IssueNavigatorSettingsService.js.map +1 -1
  98. package/lib/openapi/platform/services/IssueNotificationSchemesService.d.ts +27 -27
  99. package/lib/openapi/platform/services/IssueNotificationSchemesService.js +816 -813
  100. package/lib/openapi/platform/services/IssueNotificationSchemesService.js.map +1 -1
  101. package/lib/openapi/platform/services/IssuePrioritiesService.d.ts +22 -22
  102. package/lib/openapi/platform/services/IssuePrioritiesService.js +307 -304
  103. package/lib/openapi/platform/services/IssuePrioritiesService.js.map +1 -1
  104. package/lib/openapi/platform/services/IssuePropertiesService.d.ts +16 -16
  105. package/lib/openapi/platform/services/IssuePropertiesService.js +390 -387
  106. package/lib/openapi/platform/services/IssuePropertiesService.js.map +1 -1
  107. package/lib/openapi/platform/services/IssueRemoteLinksService.d.ts +13 -13
  108. package/lib/openapi/platform/services/IssueRemoteLinksService.js +368 -365
  109. package/lib/openapi/platform/services/IssueRemoteLinksService.js.map +1 -1
  110. package/lib/openapi/platform/services/IssueResolutionsService.d.ts +19 -19
  111. package/lib/openapi/platform/services/IssueResolutionsService.js +283 -280
  112. package/lib/openapi/platform/services/IssueResolutionsService.js.map +1 -1
  113. package/lib/openapi/platform/services/IssueSearchService.d.ts +24 -24
  114. package/lib/openapi/platform/services/IssueSearchService.js +826 -823
  115. package/lib/openapi/platform/services/IssueSearchService.js.map +1 -1
  116. package/lib/openapi/platform/services/IssueSecurityLevelService.d.ts +8 -8
  117. package/lib/openapi/platform/services/IssueSecurityLevelService.js +137 -134
  118. package/lib/openapi/platform/services/IssueSecurityLevelService.js.map +1 -1
  119. package/lib/openapi/platform/services/IssueSecuritySchemesService.d.ts +51 -51
  120. package/lib/openapi/platform/services/IssueSecuritySchemesService.js +610 -607
  121. package/lib/openapi/platform/services/IssueSecuritySchemesService.js.map +1 -1
  122. package/lib/openapi/platform/services/IssueTypePropertiesService.d.ts +8 -8
  123. package/lib/openapi/platform/services/IssueTypePropertiesService.js +175 -172
  124. package/lib/openapi/platform/services/IssueTypePropertiesService.js.map +1 -1
  125. package/lib/openapi/platform/services/IssueTypeSchemesService.d.ts +31 -31
  126. package/lib/openapi/platform/services/IssueTypeSchemesService.js +527 -524
  127. package/lib/openapi/platform/services/IssueTypeSchemesService.js.map +1 -1
  128. package/lib/openapi/platform/services/IssueTypeScreenSchemesService.d.ts +36 -36
  129. package/lib/openapi/platform/services/IssueTypeScreenSchemesService.js +508 -505
  130. package/lib/openapi/platform/services/IssueTypeScreenSchemesService.js.map +1 -1
  131. package/lib/openapi/platform/services/IssueTypesService.d.ts +22 -28
  132. package/lib/openapi/platform/services/IssueTypesService.js +424 -427
  133. package/lib/openapi/platform/services/IssueTypesService.js.map +1 -1
  134. package/lib/openapi/platform/services/IssueVotesService.d.ts +6 -6
  135. package/lib/openapi/platform/services/IssueVotesService.js +148 -145
  136. package/lib/openapi/platform/services/IssueVotesService.js.map +1 -1
  137. package/lib/openapi/platform/services/IssueWatchersService.d.ts +10 -10
  138. package/lib/openapi/platform/services/IssueWatchersService.js +197 -194
  139. package/lib/openapi/platform/services/IssueWatchersService.js.map +1 -1
  140. package/lib/openapi/platform/services/IssueWorklogPropertiesService.d.ts +8 -8
  141. package/lib/openapi/platform/services/IssueWorklogPropertiesService.js +199 -196
  142. package/lib/openapi/platform/services/IssueWorklogPropertiesService.js.map +1 -1
  143. package/lib/openapi/platform/services/IssueWorklogsService.d.ts +44 -44
  144. package/lib/openapi/platform/services/IssueWorklogsService.js +636 -633
  145. package/lib/openapi/platform/services/IssueWorklogsService.js.map +1 -1
  146. package/lib/openapi/platform/services/IssuesService.d.ts +71 -71
  147. package/lib/openapi/platform/services/IssuesService.js +1856 -1853
  148. package/lib/openapi/platform/services/IssuesService.js.map +1 -1
  149. package/lib/openapi/platform/services/JiraExpressionsService.d.ts +6 -6
  150. package/lib/openapi/platform/services/JiraExpressionsService.js +238 -235
  151. package/lib/openapi/platform/services/JiraExpressionsService.js.map +1 -1
  152. package/lib/openapi/platform/services/JiraSettingsService.d.ts +9 -9
  153. package/lib/openapi/platform/services/JiraSettingsService.js +279 -276
  154. package/lib/openapi/platform/services/JiraSettingsService.js.map +1 -1
  155. package/lib/openapi/platform/services/JqlFunctionsAppsService.d.ts +8 -8
  156. package/lib/openapi/platform/services/JqlFunctionsAppsService.js +107 -104
  157. package/lib/openapi/platform/services/JqlFunctionsAppsService.js.map +1 -1
  158. package/lib/openapi/platform/services/JqlService.d.ts +15 -15
  159. package/lib/openapi/platform/services/JqlService.js +635 -632
  160. package/lib/openapi/platform/services/JqlService.js.map +1 -1
  161. package/lib/openapi/platform/services/LabelsService.d.ts +4 -4
  162. package/lib/openapi/platform/services/LabelsService.js +41 -38
  163. package/lib/openapi/platform/services/LabelsService.js.map +1 -1
  164. package/lib/openapi/platform/services/LicenseMetricsService.d.ts +4 -4
  165. package/lib/openapi/platform/services/LicenseMetricsService.js +120 -117
  166. package/lib/openapi/platform/services/LicenseMetricsService.js.map +1 -1
  167. package/lib/openapi/platform/services/MyselfService.d.ts +14 -14
  168. package/lib/openapi/platform/services/MyselfService.js +321 -318
  169. package/lib/openapi/platform/services/MyselfService.js.map +1 -1
  170. package/lib/openapi/platform/services/PermissionSchemesService.d.ts +25 -25
  171. package/lib/openapi/platform/services/PermissionSchemesService.js +548 -545
  172. package/lib/openapi/platform/services/PermissionSchemesService.js.map +1 -1
  173. package/lib/openapi/platform/services/PermissionsService.d.ts +15 -15
  174. package/lib/openapi/platform/services/PermissionsService.js +235 -232
  175. package/lib/openapi/platform/services/PermissionsService.js.map +1 -1
  176. package/lib/openapi/platform/services/PrioritySchemesService.d.ts +34 -34
  177. package/lib/openapi/platform/services/PrioritySchemesService.js +571 -568
  178. package/lib/openapi/platform/services/PrioritySchemesService.js.map +1 -1
  179. package/lib/openapi/platform/services/ProjectAvatarsService.d.ts +11 -11
  180. package/lib/openapi/platform/services/ProjectAvatarsService.js +213 -210
  181. package/lib/openapi/platform/services/ProjectAvatarsService.js.map +1 -1
  182. package/lib/openapi/platform/services/ProjectCategoriesService.d.ts +9 -9
  183. package/lib/openapi/platform/services/ProjectCategoriesService.js +180 -177
  184. package/lib/openapi/platform/services/ProjectCategoriesService.js.map +1 -1
  185. package/lib/openapi/platform/services/ProjectClassificationLevelsService.d.ts +6 -6
  186. package/lib/openapi/platform/services/ProjectClassificationLevelsService.js +125 -122
  187. package/lib/openapi/platform/services/ProjectClassificationLevelsService.js.map +1 -1
  188. package/lib/openapi/platform/services/ProjectComponentsService.d.ts +28 -28
  189. package/lib/openapi/platform/services/ProjectComponentsService.js +1009 -1006
  190. package/lib/openapi/platform/services/ProjectComponentsService.js.map +1 -1
  191. package/lib/openapi/platform/services/ProjectEmailService.d.ts +4 -4
  192. package/lib/openapi/platform/services/ProjectEmailService.js +78 -75
  193. package/lib/openapi/platform/services/ProjectEmailService.js.map +1 -1
  194. package/lib/openapi/platform/services/ProjectFeaturesService.d.ts +4 -4
  195. package/lib/openapi/platform/services/ProjectFeaturesService.js +119 -116
  196. package/lib/openapi/platform/services/ProjectFeaturesService.js.map +1 -1
  197. package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.d.ts +8 -8
  198. package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.js +100 -97
  199. package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.js.map +1 -1
  200. package/lib/openapi/platform/services/ProjectPermissionSchemesService.d.ts +10 -10
  201. package/lib/openapi/platform/services/ProjectPermissionSchemesService.js +199 -196
  202. package/lib/openapi/platform/services/ProjectPermissionSchemesService.js.map +1 -1
  203. package/lib/openapi/platform/services/ProjectPropertiesService.d.ts +8 -8
  204. package/lib/openapi/platform/services/ProjectPropertiesService.js +172 -169
  205. package/lib/openapi/platform/services/ProjectPropertiesService.js.map +1 -1
  206. package/lib/openapi/platform/services/ProjectRoleActorsService.d.ts +18 -18
  207. package/lib/openapi/platform/services/ProjectRoleActorsService.js +362 -359
  208. package/lib/openapi/platform/services/ProjectRoleActorsService.js.map +1 -1
  209. package/lib/openapi/platform/services/ProjectRolesService.d.ts +21 -21
  210. package/lib/openapi/platform/services/ProjectRolesService.js +576 -573
  211. package/lib/openapi/platform/services/ProjectRolesService.js.map +1 -1
  212. package/lib/openapi/platform/services/ProjectTypesService.d.ts +6 -6
  213. package/lib/openapi/platform/services/ProjectTypesService.js +173 -170
  214. package/lib/openapi/platform/services/ProjectTypesService.js.map +1 -1
  215. package/lib/openapi/platform/services/ProjectVersionsService.d.ts +40 -40
  216. package/lib/openapi/platform/services/ProjectVersionsService.js +751 -748
  217. package/lib/openapi/platform/services/ProjectVersionsService.js.map +1 -1
  218. package/lib/openapi/platform/services/ProjectsService.d.ts +49 -49
  219. package/lib/openapi/platform/services/ProjectsService.js +1597 -1594
  220. package/lib/openapi/platform/services/ProjectsService.js.map +1 -1
  221. package/lib/openapi/platform/services/ScreenSchemesService.d.ts +14 -14
  222. package/lib/openapi/platform/services/ScreenSchemesService.js +177 -174
  223. package/lib/openapi/platform/services/ScreenSchemesService.js.map +1 -1
  224. package/lib/openapi/platform/services/ScreenTabFieldsService.d.ts +9 -9
  225. package/lib/openapi/platform/services/ScreenTabFieldsService.js +144 -141
  226. package/lib/openapi/platform/services/ScreenTabFieldsService.js.map +1 -1
  227. package/lib/openapi/platform/services/ScreenTabsService.d.ts +17 -17
  228. package/lib/openapi/platform/services/ScreenTabsService.js +229 -226
  229. package/lib/openapi/platform/services/ScreenTabsService.js.map +1 -1
  230. package/lib/openapi/platform/services/ScreensService.d.ts +23 -23
  231. package/lib/openapi/platform/services/ScreensService.js +281 -278
  232. package/lib/openapi/platform/services/ScreensService.js.map +1 -1
  233. package/lib/openapi/platform/services/ServerInfoService.d.ts +1 -1
  234. package/lib/openapi/platform/services/ServerInfoService.js +51 -48
  235. package/lib/openapi/platform/services/ServerInfoService.js.map +1 -1
  236. package/lib/openapi/platform/services/ServiceRegistryService.d.ts +2 -2
  237. package/lib/openapi/platform/services/ServiceRegistryService.js +30 -27
  238. package/lib/openapi/platform/services/ServiceRegistryService.js.map +1 -1
  239. package/lib/openapi/platform/services/StatusService.d.ts +17 -17
  240. package/lib/openapi/platform/services/StatusService.js +271 -268
  241. package/lib/openapi/platform/services/StatusService.js.map +1 -1
  242. package/lib/openapi/platform/services/TasksService.d.ts +4 -4
  243. package/lib/openapi/platform/services/TasksService.js +93 -90
  244. package/lib/openapi/platform/services/TasksService.js.map +1 -1
  245. package/lib/openapi/platform/services/TimeTrackingService.d.ts +7 -7
  246. package/lib/openapi/platform/services/TimeTrackingService.js +190 -187
  247. package/lib/openapi/platform/services/TimeTrackingService.js.map +1 -1
  248. package/lib/openapi/platform/services/UiModificationsAppsService.d.ts +11 -11
  249. package/lib/openapi/platform/services/UiModificationsAppsService.js +214 -211
  250. package/lib/openapi/platform/services/UiModificationsAppsService.js.map +1 -1
  251. package/lib/openapi/platform/services/UserPropertiesService.d.ts +20 -20
  252. package/lib/openapi/platform/services/UserPropertiesService.js +196 -193
  253. package/lib/openapi/platform/services/UserPropertiesService.js.map +1 -1
  254. package/lib/openapi/platform/services/UserSearchService.d.ts +61 -61
  255. package/lib/openapi/platform/services/UserSearchService.js +709 -706
  256. package/lib/openapi/platform/services/UserSearchService.js.map +1 -1
  257. package/lib/openapi/platform/services/UsersService.d.ts +51 -51
  258. package/lib/openapi/platform/services/UsersService.js +637 -634
  259. package/lib/openapi/platform/services/UsersService.js.map +1 -1
  260. package/lib/openapi/platform/services/WebhooksService.d.ts +14 -14
  261. package/lib/openapi/platform/services/WebhooksService.js +262 -259
  262. package/lib/openapi/platform/services/WebhooksService.js.map +1 -1
  263. package/lib/openapi/platform/services/WorkflowSchemeDraftsService.d.ts +30 -30
  264. package/lib/openapi/platform/services/WorkflowSchemeDraftsService.js +861 -858
  265. package/lib/openapi/platform/services/WorkflowSchemeDraftsService.js.map +1 -1
  266. package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.d.ts +4 -4
  267. package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.js +98 -95
  268. package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.js.map +1 -1
  269. package/lib/openapi/platform/services/WorkflowSchemesService.d.ts +45 -45
  270. package/lib/openapi/platform/services/WorkflowSchemesService.js +899 -896
  271. package/lib/openapi/platform/services/WorkflowSchemesService.js.map +1 -1
  272. package/lib/openapi/platform/services/WorkflowStatusCategoriesService.d.ts +3 -3
  273. package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js +82 -79
  274. package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js.map +1 -1
  275. package/lib/openapi/platform/services/WorkflowStatusesService.d.ts +3 -3
  276. package/lib/openapi/platform/services/WorkflowStatusesService.js +110 -107
  277. package/lib/openapi/platform/services/WorkflowStatusesService.js.map +1 -1
  278. package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.d.ts +14 -14
  279. package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js +182 -179
  280. package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js.map +1 -1
  281. package/lib/openapi/platform/services/WorkflowTransitionRulesService.d.ts +13 -13
  282. package/lib/openapi/platform/services/WorkflowTransitionRulesService.js +283 -280
  283. package/lib/openapi/platform/services/WorkflowTransitionRulesService.js.map +1 -1
  284. package/lib/openapi/platform/services/WorkflowsService.d.ts +33 -33
  285. package/lib/openapi/platform/services/WorkflowsService.js +2451 -2448
  286. package/lib/openapi/platform/services/WorkflowsService.js.map +1 -1
  287. package/lib/openapi/software/services/BacklogService.d.ts +4 -4
  288. package/lib/openapi/software/services/BacklogService.js +81 -78
  289. package/lib/openapi/software/services/BacklogService.js.map +1 -1
  290. package/lib/openapi/software/services/BoardService.d.ts +124 -124
  291. package/lib/openapi/software/services/BoardService.js +2048 -2045
  292. package/lib/openapi/software/services/BoardService.js.map +1 -1
  293. package/lib/openapi/software/services/BuildsService.d.ts +10 -10
  294. package/lib/openapi/software/services/BuildsService.js +164 -161
  295. package/lib/openapi/software/services/BuildsService.js.map +1 -1
  296. package/lib/openapi/software/services/DeploymentsService.d.ts +12 -12
  297. package/lib/openapi/software/services/DeploymentsService.js +192 -189
  298. package/lib/openapi/software/services/DeploymentsService.js.map +1 -1
  299. package/lib/openapi/software/services/DevOpsComponentsService.d.ts +8 -8
  300. package/lib/openapi/software/services/DevOpsComponentsService.js +145 -142
  301. package/lib/openapi/software/services/DevOpsComponentsService.js.map +1 -1
  302. package/lib/openapi/software/services/DevelopmentInformationService.d.ts +16 -16
  303. package/lib/openapi/software/services/DevelopmentInformationService.js +178 -175
  304. package/lib/openapi/software/services/DevelopmentInformationService.js.map +1 -1
  305. package/lib/openapi/software/services/EpicService.d.ts +26 -26
  306. package/lib/openapi/software/services/EpicService.js +597 -594
  307. package/lib/openapi/software/services/EpicService.js.map +1 -1
  308. package/lib/openapi/software/services/FeatureFlagsService.d.ts +10 -10
  309. package/lib/openapi/software/services/FeatureFlagsService.js +151 -148
  310. package/lib/openapi/software/services/FeatureFlagsService.js.map +1 -1
  311. package/lib/openapi/software/services/IssueService.d.ts +13 -13
  312. package/lib/openapi/software/services/IssueService.js +359 -356
  313. package/lib/openapi/software/services/IssueService.js.map +1 -1
  314. package/lib/openapi/software/services/OperationsService.d.ts +24 -24
  315. package/lib/openapi/software/services/OperationsService.js +301 -298
  316. package/lib/openapi/software/services/OperationsService.js.map +1 -1
  317. package/lib/openapi/software/services/RemoteLinksService.d.ts +15 -15
  318. package/lib/openapi/software/services/RemoteLinksService.js +160 -157
  319. package/lib/openapi/software/services/RemoteLinksService.js.map +1 -1
  320. package/lib/openapi/software/services/SecurityInformationService.d.ts +16 -16
  321. package/lib/openapi/software/services/SecurityInformationService.js +262 -259
  322. package/lib/openapi/software/services/SecurityInformationService.js.map +1 -1
  323. package/lib/openapi/software/services/SprintService.d.ts +33 -33
  324. package/lib/openapi/software/services/SprintService.js +594 -591
  325. package/lib/openapi/software/services/SprintService.js.map +1 -1
  326. package/package.json +4 -3
@@ -19,233 +19,236 @@ const validationSchemaStorage_1 = require("../validationSchemaStorage");
19
19
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-links
20
20
  */
21
21
  class IssueLinksService extends CommonHttpService_1.CommonHttpService {
22
- /**
23
- * Deletes an issue link.
24
- *
25
- * This operation can be accessed anonymously.
26
- *
27
- * **[Permissions](#permissions) required:**
28
- *
29
- * * Browse project [project
30
- * permission](https://confluence.atlassian.com/x/yodKLg) for all the projects
31
- * containing the issues in the link.
32
- * * *Link issues* [project
33
- * permission](https://confluence.atlassian.com/x/yodKLg) for at least one of the
34
- * projects containing issues in the link.
35
- * * If [issue-level security](https://confluence.atlassian.com/x/J4lKLg) is
36
- * configured, permission to view both of the issues.
37
- *
38
- * @path {DELETE} /rest/api/3/issueLink/{linkId}
39
- * @scopes-current write:jira-work
40
- * @scopes-beta delete:issue-link:jira
41
- * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-links#api-rest-api-3-issuelink-linkid-delete
42
- */
43
- deleteIssueLink({ linkId, }) {
44
- return this.getClientInstance()
45
- .request({
46
- path: "/rest/api/3/issueLink/{linkId}",
47
- method: "DELETE",
48
- pathParams: {
49
- linkId,
50
- },
51
- })
52
- .then(commonHttpClient.discardResult);
53
- }
54
- /**
55
- * Returns an issue link.
56
- *
57
- * This operation can be accessed anonymously.
58
- *
59
- * **[Permissions](#permissions) required:**
60
- *
61
- * * *Browse project* [project
62
- * permission](https://confluence.atlassian.com/x/yodKLg) for all the projects
63
- * containing the linked issues.
64
- * * If [issue-level security](https://confluence.atlassian.com/x/J4lKLg) is
65
- * configured, permission to view both of the issues.
66
- *
67
- * @returns Returned if the request is successful.
68
- *
69
- * example: {
70
- * "id": "10001",
71
- * "inwardIssue": {
72
- * "fields": {
73
- * "issuetype": {
74
- * "avatarId": 10002,
75
- * "description": "A problem with the software.",
76
- * "entityId": "9d7dd6f7-e8b6-4247-954b-7b2c9b2a5ba2",
77
- * "hierarchyLevel": 0,
78
- * "iconUrl":
79
- * "https://your-domain.atlassian.net/secure/viewavatar?size=xsmall&avatarId=10316&avatarType=issuetype\",",
80
- * "id": "1",
81
- * "name": "Bug",
82
- * "scope": {
83
- * "project": {
84
- * "id": "10000"
85
- * },
86
- * "type": "PROJECT"
87
- * },
88
- * "self": "https://your-domain.atlassian.net/rest/api/3/issueType/1",
89
- * "subtask": false
90
- * },
91
- * "priority": {
92
- * "description": "Very little impact.",
93
- * "iconUrl":
94
- * "https://your-domain.atlassian.net/images/icons/priorities/trivial.png",
95
- * "id": "2",
96
- * "name": "Trivial",
97
- * "self": "https://your-domain.atlassian.net/rest/api/3/priority/5",
98
- * "statusColor": "#cfcfcf"
99
- * },
100
- * "status": {
101
- * "description": "The issue is closed.",
102
- * "iconUrl": "https://your-domain.atlassian.net/images/icons/closed.gif",
103
- * "id": "5",
104
- * "name": "Closed",
105
- * "self": "https://your-domain.atlassian.net/rest/api/3/status/5",
106
- * "statusCategory": {
107
- * "colorName": "green",
108
- * "id": 9,
109
- * "key": "completed",
110
- * "self":
111
- * "https://your-domain.atlassian.net/rest/api/3/statuscategory/9"
112
- * }
113
- * }
114
- * },
115
- * "id": "10004",
116
- * "key": "PR-3",
117
- * "self": "https://your-domain.atlassian.net/rest/api/3/issue/PR-3"
118
- * },
119
- * "outwardIssue": {
120
- * "fields": {
121
- * "issuetype": {
122
- * "avatarId": 1,
123
- * "description": "A task that needs to be done.",
124
- * "hierarchyLevel": 0,
125
- * "iconUrl":
126
- * "https://your-domain.atlassian.net/secure/viewavatar?size=xsmall&avatarId=10299&avatarType=issuetype\",",
127
- * "id": "3",
128
- * "name": "Task",
129
- * "self": "https://your-domain.atlassian.net/rest/api/3/issueType/3",
130
- * "subtask": false
131
- * },
132
- * "priority": {
133
- * "description": "Major loss of function.",
134
- * "iconUrl":
135
- * "https://your-domain.atlassian.net/images/icons/priorities/major.png",
136
- * "id": "1",
137
- * "name": "Major",
138
- * "self": "https://your-domain.atlassian.net/rest/api/3/priority/3",
139
- * "statusColor": "#009900"
140
- * },
141
- * "status": {
142
- * "description": "The issue is currently being worked on.",
143
- * "iconUrl":
144
- * "https://your-domain.atlassian.net/images/icons/progress.gif",
145
- * "id": "10000",
146
- * "name": "In Progress",
147
- * "self": "https://your-domain.atlassian.net/rest/api/3/status/10000",
148
- * "statusCategory": {
149
- * "colorName": "yellow",
150
- * "id": 1,
151
- * "key": "in-flight",
152
- * "name": "In Progress",
153
- * "self":
154
- * "https://your-domain.atlassian.net/rest/api/3/statuscategory/1"
155
- * }
156
- * }
157
- * },
158
- * "id": "10004L",
159
- * "key": "PR-2",
160
- * "self": "https://your-domain.atlassian.net/rest/api/3/issue/PR-2"
161
- * },
162
- * "type": {
163
- * "id": "1000",
164
- * "inward": "Duplicated by",
165
- * "name": "Duplicate",
166
- * "outward": "Duplicates",
167
- * "self": "https://your-domain.atlassian.net/rest/api/3/issueLinkType/1000"
168
- * }
169
- * }
170
- * @path {GET} /rest/api/3/issueLink/{linkId}
171
- * @scopes-current read:jira-work
172
- * @scopes-beta read:field:jira, read:issue-link-type:jira, read:issue:jira,
173
- * read:issue-type:jira, read:priority:jira, read:status:jira, read:avatar:jira,
174
- * read:issue.time-tracking:jira, read:project-category:jira, read:project:jira,
175
- * read:user:jira
176
- * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-links#api-rest-api-3-issuelink-linkid-get
177
- */
178
- getIssueLink({ linkId, }) {
179
- return this.getClientInstance()
180
- .request({
181
- path: "/rest/api/3/issueLink/{linkId}",
182
- method: "GET",
183
- pathParams: {
184
- linkId,
185
- },
186
- })
187
- .then(this.getClientInstance().responseHandler({
188
- 200: {
189
- "application/json": "json",
190
- },
191
- }))
192
- .then(commonHttpClient.castResponse())
193
- .then(validationSchemaStorage_1.validationSchemaStorage.validator("IssueLinksService.getIssueLink.response"))
194
- .then(commonHttpClient.getBody);
195
- }
196
- /**
197
- * Creates a link between two issues. Use this operation to indicate a
198
- * relationship between two issues and optionally add a comment to the from
199
- * (outward) issue. To use this resource the site must have [Issue
200
- * Linking](https://confluence.atlassian.com/x/yoXKM) enabled.
201
- *
202
- * This resource returns nothing on the creation of an issue link. To obtain the
203
- * ID of the issue link, use
204
- * `https://your-domain.atlassian.net/rest/api/3/issue/[linked issue
205
- * key]?fields=issuelinks`.
206
- *
207
- * If the link request duplicates a link, the response indicates that the issue
208
- * link was created. If the request included a comment, the comment is added.
209
- *
210
- * This operation can be accessed anonymously.
211
- *
212
- * **[Permissions](#permissions) required:**
213
- *
214
- * * *Browse project* [project
215
- * permission](https://confluence.atlassian.com/x/yodKLg) for all the projects
216
- * containing the issues to be linked,
217
- * * *Link issues* [project
218
- * permission](https://confluence.atlassian.com/x/yodKLg) on the project
219
- * containing the from (outward) issue,
220
- * * If [issue-level security](https://confluence.atlassian.com/x/J4lKLg) is
221
- * configured, issue-level security permission to view the issue.
222
- * * If the comment has visibility restrictions, belongs to the group or has the
223
- * role visibility is restricted to.
224
- *
225
- * @returns Returned if the request is successful.
226
- * @path {POST} /rest/api/3/issueLink
227
- * @scopes-current write:jira-work
228
- * @scopes-beta write:comment:jira, write:issue:jira, write:issue-link:jira
229
- * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-links#api-rest-api-3-issuelink-post
230
- */
231
- linkIssues({ linkIssueRequestJsonBean, }) {
232
- return this.getClientInstance()
233
- .request({
234
- path: "/rest/api/3/issueLink",
235
- method: "POST",
236
- headers: {
237
- "Content-Type": "application/json",
238
- },
239
- body: linkIssueRequestJsonBean,
240
- })
241
- .then(this.getClientInstance().responseHandler({
242
- 201: {
243
- "application/json": "json",
244
- },
245
- }))
246
- .then(commonHttpClient.castResponse())
247
- .then(validationSchemaStorage_1.validationSchemaStorage.validator("IssueLinksService.linkIssues.response"))
248
- .then(commonHttpClient.getBody);
22
+ constructor() {
23
+ super(...arguments);
24
+ /**
25
+ * Deletes an issue link.
26
+ *
27
+ * This operation can be accessed anonymously.
28
+ *
29
+ * **[Permissions](#permissions) required:**
30
+ *
31
+ * * Browse project [project
32
+ * permission](https://confluence.atlassian.com/x/yodKLg) for all the projects
33
+ * containing the issues in the link.
34
+ * * *Link issues* [project
35
+ * permission](https://confluence.atlassian.com/x/yodKLg) for at least one of the
36
+ * projects containing issues in the link.
37
+ * * If [issue-level security](https://confluence.atlassian.com/x/J4lKLg) is
38
+ * configured, permission to view both of the issues.
39
+ *
40
+ * @path {DELETE} /rest/api/3/issueLink/{linkId}
41
+ * @scopes-current write:jira-work
42
+ * @scopes-beta delete:issue-link:jira
43
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-links#api-rest-api-3-issuelink-linkid-delete
44
+ */
45
+ this.deleteIssueLink = ({ linkId, }) => {
46
+ return this.getClientInstance()
47
+ .request({
48
+ path: "/rest/api/3/issueLink/{linkId}",
49
+ method: "DELETE",
50
+ pathParams: {
51
+ linkId,
52
+ },
53
+ })
54
+ .then(commonHttpClient.discardResult);
55
+ };
56
+ /**
57
+ * Returns an issue link.
58
+ *
59
+ * This operation can be accessed anonymously.
60
+ *
61
+ * **[Permissions](#permissions) required:**
62
+ *
63
+ * * *Browse project* [project
64
+ * permission](https://confluence.atlassian.com/x/yodKLg) for all the projects
65
+ * containing the linked issues.
66
+ * * If [issue-level security](https://confluence.atlassian.com/x/J4lKLg) is
67
+ * configured, permission to view both of the issues.
68
+ *
69
+ * @returns Returned if the request is successful.
70
+ *
71
+ * example: {
72
+ * "id": "10001",
73
+ * "inwardIssue": {
74
+ * "fields": {
75
+ * "issuetype": {
76
+ * "avatarId": 10002,
77
+ * "description": "A problem with the software.",
78
+ * "entityId": "9d7dd6f7-e8b6-4247-954b-7b2c9b2a5ba2",
79
+ * "hierarchyLevel": 0,
80
+ * "iconUrl":
81
+ * "https://your-domain.atlassian.net/secure/viewavatar?size=xsmall&avatarId=10316&avatarType=issuetype\",",
82
+ * "id": "1",
83
+ * "name": "Bug",
84
+ * "scope": {
85
+ * "project": {
86
+ * "id": "10000"
87
+ * },
88
+ * "type": "PROJECT"
89
+ * },
90
+ * "self": "https://your-domain.atlassian.net/rest/api/3/issueType/1",
91
+ * "subtask": false
92
+ * },
93
+ * "priority": {
94
+ * "description": "Very little impact.",
95
+ * "iconUrl":
96
+ * "https://your-domain.atlassian.net/images/icons/priorities/trivial.png",
97
+ * "id": "2",
98
+ * "name": "Trivial",
99
+ * "self": "https://your-domain.atlassian.net/rest/api/3/priority/5",
100
+ * "statusColor": "#cfcfcf"
101
+ * },
102
+ * "status": {
103
+ * "description": "The issue is closed.",
104
+ * "iconUrl": "https://your-domain.atlassian.net/images/icons/closed.gif",
105
+ * "id": "5",
106
+ * "name": "Closed",
107
+ * "self": "https://your-domain.atlassian.net/rest/api/3/status/5",
108
+ * "statusCategory": {
109
+ * "colorName": "green",
110
+ * "id": 9,
111
+ * "key": "completed",
112
+ * "self":
113
+ * "https://your-domain.atlassian.net/rest/api/3/statuscategory/9"
114
+ * }
115
+ * }
116
+ * },
117
+ * "id": "10004",
118
+ * "key": "PR-3",
119
+ * "self": "https://your-domain.atlassian.net/rest/api/3/issue/PR-3"
120
+ * },
121
+ * "outwardIssue": {
122
+ * "fields": {
123
+ * "issuetype": {
124
+ * "avatarId": 1,
125
+ * "description": "A task that needs to be done.",
126
+ * "hierarchyLevel": 0,
127
+ * "iconUrl":
128
+ * "https://your-domain.atlassian.net/secure/viewavatar?size=xsmall&avatarId=10299&avatarType=issuetype\",",
129
+ * "id": "3",
130
+ * "name": "Task",
131
+ * "self": "https://your-domain.atlassian.net/rest/api/3/issueType/3",
132
+ * "subtask": false
133
+ * },
134
+ * "priority": {
135
+ * "description": "Major loss of function.",
136
+ * "iconUrl":
137
+ * "https://your-domain.atlassian.net/images/icons/priorities/major.png",
138
+ * "id": "1",
139
+ * "name": "Major",
140
+ * "self": "https://your-domain.atlassian.net/rest/api/3/priority/3",
141
+ * "statusColor": "#009900"
142
+ * },
143
+ * "status": {
144
+ * "description": "The issue is currently being worked on.",
145
+ * "iconUrl":
146
+ * "https://your-domain.atlassian.net/images/icons/progress.gif",
147
+ * "id": "10000",
148
+ * "name": "In Progress",
149
+ * "self": "https://your-domain.atlassian.net/rest/api/3/status/10000",
150
+ * "statusCategory": {
151
+ * "colorName": "yellow",
152
+ * "id": 1,
153
+ * "key": "in-flight",
154
+ * "name": "In Progress",
155
+ * "self":
156
+ * "https://your-domain.atlassian.net/rest/api/3/statuscategory/1"
157
+ * }
158
+ * }
159
+ * },
160
+ * "id": "10004L",
161
+ * "key": "PR-2",
162
+ * "self": "https://your-domain.atlassian.net/rest/api/3/issue/PR-2"
163
+ * },
164
+ * "type": {
165
+ * "id": "1000",
166
+ * "inward": "Duplicated by",
167
+ * "name": "Duplicate",
168
+ * "outward": "Duplicates",
169
+ * "self": "https://your-domain.atlassian.net/rest/api/3/issueLinkType/1000"
170
+ * }
171
+ * }
172
+ * @path {GET} /rest/api/3/issueLink/{linkId}
173
+ * @scopes-current read:jira-work
174
+ * @scopes-beta read:field:jira, read:issue-link-type:jira, read:issue:jira,
175
+ * read:issue-type:jira, read:priority:jira, read:status:jira, read:avatar:jira,
176
+ * read:issue.time-tracking:jira, read:project-category:jira, read:project:jira,
177
+ * read:user:jira
178
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-links#api-rest-api-3-issuelink-linkid-get
179
+ */
180
+ this.getIssueLink = ({ linkId, }) => {
181
+ return this.getClientInstance()
182
+ .request({
183
+ path: "/rest/api/3/issueLink/{linkId}",
184
+ method: "GET",
185
+ pathParams: {
186
+ linkId,
187
+ },
188
+ })
189
+ .then(this.getClientInstance().responseHandler({
190
+ 200: {
191
+ "application/json": "json",
192
+ },
193
+ }))
194
+ .then(commonHttpClient.castResponse())
195
+ .then(validationSchemaStorage_1.validationSchemaStorage.validator("IssueLinksService.getIssueLink.response"))
196
+ .then(commonHttpClient.getBody);
197
+ };
198
+ /**
199
+ * Creates a link between two issues. Use this operation to indicate a
200
+ * relationship between two issues and optionally add a comment to the from
201
+ * (outward) issue. To use this resource the site must have [Issue
202
+ * Linking](https://confluence.atlassian.com/x/yoXKM) enabled.
203
+ *
204
+ * This resource returns nothing on the creation of an issue link. To obtain the
205
+ * ID of the issue link, use
206
+ * `https://your-domain.atlassian.net/rest/api/3/issue/[linked issue
207
+ * key]?fields=issuelinks`.
208
+ *
209
+ * If the link request duplicates a link, the response indicates that the issue
210
+ * link was created. If the request included a comment, the comment is added.
211
+ *
212
+ * This operation can be accessed anonymously.
213
+ *
214
+ * **[Permissions](#permissions) required:**
215
+ *
216
+ * * *Browse project* [project
217
+ * permission](https://confluence.atlassian.com/x/yodKLg) for all the projects
218
+ * containing the issues to be linked,
219
+ * * *Link issues* [project
220
+ * permission](https://confluence.atlassian.com/x/yodKLg) on the project
221
+ * containing the from (outward) issue,
222
+ * * If [issue-level security](https://confluence.atlassian.com/x/J4lKLg) is
223
+ * configured, issue-level security permission to view the issue.
224
+ * * If the comment has visibility restrictions, belongs to the group or has the
225
+ * role visibility is restricted to.
226
+ *
227
+ * @returns Returned if the request is successful.
228
+ * @path {POST} /rest/api/3/issueLink
229
+ * @scopes-current write:jira-work
230
+ * @scopes-beta write:comment:jira, write:issue:jira, write:issue-link:jira
231
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-links#api-rest-api-3-issuelink-post
232
+ */
233
+ this.linkIssues = ({ linkIssueRequestJsonBean, }) => {
234
+ return this.getClientInstance()
235
+ .request({
236
+ path: "/rest/api/3/issueLink",
237
+ method: "POST",
238
+ headers: {
239
+ "Content-Type": "application/json",
240
+ },
241
+ body: linkIssueRequestJsonBean,
242
+ })
243
+ .then(this.getClientInstance().responseHandler({
244
+ 201: {
245
+ "application/json": "json",
246
+ },
247
+ }))
248
+ .then(commonHttpClient.castResponse())
249
+ .then(validationSchemaStorage_1.validationSchemaStorage.validator("IssueLinksService.linkIssues.response"))
250
+ .then(commonHttpClient.getBody);
251
+ };
249
252
  }
250
253
  static initialize() {
251
254
  validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueLinksService.linkIssues.response", zod_1.z
@@ -1 +1 @@
1
- {"version":3,"file":"IssueLinksService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/IssueLinksService.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"IssueLinksService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/IssueLinksService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,qDAI8B;AAC9B,wEAAqE;AACrE;;;;;;;;GAQG;AACH,MAAa,iBAAkB,SAAQ,qCAAiB;IAAxD;;QACE;;;;;;;;;;;;;;;;;;;;WAoBG;QACH,oBAAe,GAAG,CAAC,EACjB,MAAM,GAIP,EAAiB,EAAE;YAClB,OAAO,IAAI,CAAC,iBAAiB,EAAE;iBAC5B,OAAO,CAAC;gBACP,IAAI,EAAE,gCAAgC;gBACtC,MAAM,EAAE,QAAQ;gBAChB,UAAU,EAAE;oBACV,MAAM;iBACP;aACF,CAAC;iBACD,IAAI,CAAC,gBAAgB,CAAC,aAAa,CAAC,CAAC;QAC1C,CAAC,CAAC;QACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WA2HG;QACH,iBAAY,GAAG,CAAC,EACd,MAAM,GAIP,EAAsB,EAAE;YACvB,OAAO,IAAI,CAAC,iBAAiB,EAAE;iBAC5B,OAAO,CAAC;gBACP,IAAI,EAAE,gCAAgC;gBACtC,MAAM,EAAE,KAAK;gBACb,UAAU,EAAE;oBACV,MAAM;iBACP;aACF,CAAC;iBACD,IAAI,CACH,IAAI,CAAC,iBAAiB,EAAE,CAAC,eAAe,CAAC;gBACvC,GAAG,EAAE;oBACH,kBAAkB,EAAE,MAAM;iBAC3B;aACF,CAAC,CACH;iBACA,IAAI,CACH,gBAAgB,CAAC,YAAY,EAIzB,CACL;iBACA,IAAI,CACH,iDAAuB,CAAC,SAAS,CAC/B,yCAAyC,CAC1C,CACF;iBACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;QACpC,CAAC,CAAC;QACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAkCG;QACH,eAAU,GAAG,CAAC,EACZ,wBAAwB,GAwCzB,EAAoB,EAAE;YACrB,OAAO,IAAI,CAAC,iBAAiB,EAAE;iBAC5B,OAAO,CAAC;gBACP,IAAI,EAAE,uBAAuB;gBAC7B,MAAM,EAAE,MAAM;gBACd,OAAO,EAAE;oBACP,cAAc,EAAE,kBAAkB;iBACnC;gBACD,IAAI,EAAE,wBAAwB;aAC/B,CAAC;iBACD,IAAI,CACH,IAAI,CAAC,iBAAiB,EAAE,CAAC,eAAe,CAAC;gBACvC,GAAG,EAAE;oBACH,kBAAkB,EAAE,MAAM;iBAC3B;aACF,CAAC,CACH;iBACA,IAAI,CACH,gBAAgB,CAAC,YAAY,EAIzB,CACL;iBACA,IAAI,CACH,iDAAuB,CAAC,SAAS,CAC/B,uCAAuC,CACxC,CACF;iBACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;QACpC,CAAC,CAAC;IAwBJ,CAAC;IAvBC,MAAM,CAAC,UAAU;QACf,iDAAuB,CAAC,kBAAkB,CACxC,uCAAuC,EACvC,OAAC;aACE,MAAM,CAAC;YACN,MAAM,EAAE,OAAC,CAAC,OAAO,CAAC,GAAG,CAAC;YACtB,SAAS,EAAE,OAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;YACxC,IAAI,EAAE,OAAC,CAAC,OAAO,EAAE;SAClB,CAAC;aACD,QAAQ,CAAC,uCAAuC,CAAC,CACrD,CAAC;QACF,iDAAuB,CAAC,kBAAkB,CACxC,yCAAyC,EACzC,OAAC;aACE,MAAM,CAAC;YACN,MAAM,EAAE,OAAC,CAAC,OAAO,CAAC,GAAG,CAAC;YACtB,SAAS,EAAE,OAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;YACxC,IAAI,EAAE,iDAAuB,CAAC,IAAI,CAAC,WAAW,CAAC;SAChD,CAAC;aACD,QAAQ,CAAC,yCAAyC,CAAC,CACvD,CAAC;QACF,iDAAuB,CAAC,YAAY,CAAC,CAAC,gDAAmC,CAAC,CAAC,CAAC;IAC9E,CAAC;CACF;AAvUD,8CAuUC"}
@@ -28,7 +28,7 @@ export declare class IssueNavigatorSettingsService extends CommonHttpService {
28
28
  * @path {GET} /rest/api/3/settings/columns
29
29
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-navigator-settings#api-rest-api-3-settings-columns-get
30
30
  */
31
- getIssueNavigatorDefaultColumns(): Promise<ColumnItem[]>;
31
+ getIssueNavigatorDefaultColumns: () => Promise<ColumnItem[]>;
32
32
  /**
33
33
  * Sets the default issue navigator columns.
34
34
  *
@@ -51,9 +51,9 @@ export declare class IssueNavigatorSettingsService extends CommonHttpService {
51
51
  * @path {PUT} /rest/api/3/settings/columns
52
52
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-navigator-settings#api-rest-api-3-settings-columns-put
53
53
  */
54
- setIssueNavigatorDefaultColumns({ columnRequestBody, }: {
54
+ setIssueNavigatorDefaultColumns: ({ columnRequestBody, }: {
55
55
  /** A navigable field value. */
56
56
  columnRequestBody: ColumnRequestBody;
57
- }): Promise<void>;
57
+ }) => Promise<void>;
58
58
  static initialize(): void;
59
59
  }