@resolution/jira-api-client 0.4.2 → 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 (327) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/README.md +4 -0
  3. package/lib/openapi/platform/BaseJiraPlatformApiClient.d.ts +28 -4
  4. package/lib/openapi/platform/BaseJiraPlatformApiClient.js +24 -1
  5. package/lib/openapi/platform/BaseJiraPlatformApiClient.js.map +1 -1
  6. package/lib/openapi/platform/models/common.d.ts +6 -0
  7. package/lib/openapi/platform/models/common.js +12 -1
  8. package/lib/openapi/platform/models/common.js.map +1 -1
  9. package/lib/openapi/platform/models/dynamicModules.d.ts +0 -9
  10. package/lib/openapi/platform/models/dynamicModules.js +0 -6
  11. package/lib/openapi/platform/models/dynamicModules.js.map +1 -1
  12. package/lib/openapi/platform/models/issueBulkOperations.d.ts +547 -0
  13. package/lib/openapi/platform/models/issueBulkOperations.js +437 -0
  14. package/lib/openapi/platform/models/issueBulkOperations.js.map +1 -0
  15. package/lib/openapi/platform/services/AnnouncementBannerService.d.ts +3 -3
  16. package/lib/openapi/platform/services/AnnouncementBannerService.js +65 -62
  17. package/lib/openapi/platform/services/AnnouncementBannerService.js.map +1 -1
  18. package/lib/openapi/platform/services/AppDataPoliciesService.d.ts +4 -4
  19. package/lib/openapi/platform/services/AppDataPoliciesService.js +70 -67
  20. package/lib/openapi/platform/services/AppDataPoliciesService.js.map +1 -1
  21. package/lib/openapi/platform/services/AppMigrationService.d.ts +6 -6
  22. package/lib/openapi/platform/services/AppMigrationService.js +139 -136
  23. package/lib/openapi/platform/services/AppMigrationService.js.map +1 -1
  24. package/lib/openapi/platform/services/AppPropertiesService.d.ts +12 -12
  25. package/lib/openapi/platform/services/AppPropertiesService.js +254 -251
  26. package/lib/openapi/platform/services/AppPropertiesService.js.map +1 -1
  27. package/lib/openapi/platform/services/ApplicationRolesService.d.ts +3 -3
  28. package/lib/openapi/platform/services/ApplicationRolesService.js +177 -174
  29. package/lib/openapi/platform/services/ApplicationRolesService.js.map +1 -1
  30. package/lib/openapi/platform/services/AuditRecordsService.d.ts +7 -7
  31. package/lib/openapi/platform/services/AuditRecordsService.js +97 -94
  32. package/lib/openapi/platform/services/AuditRecordsService.js.map +1 -1
  33. package/lib/openapi/platform/services/AvatarsService.d.ts +25 -31
  34. package/lib/openapi/platform/services/AvatarsService.js +412 -415
  35. package/lib/openapi/platform/services/AvatarsService.js.map +1 -1
  36. package/lib/openapi/platform/services/ClassificationLevelsService.d.ts +4 -4
  37. package/lib/openapi/platform/services/ClassificationLevelsService.js +79 -76
  38. package/lib/openapi/platform/services/ClassificationLevelsService.js.map +1 -1
  39. package/lib/openapi/platform/services/DashboardsService.d.ts +62 -50
  40. package/lib/openapi/platform/services/DashboardsService.js +983 -974
  41. package/lib/openapi/platform/services/DashboardsService.js.map +1 -1
  42. package/lib/openapi/platform/services/DynamicModulesService.d.ts +6 -6
  43. package/lib/openapi/platform/services/DynamicModulesService.js +68 -65
  44. package/lib/openapi/platform/services/DynamicModulesService.js.map +1 -1
  45. package/lib/openapi/platform/services/FilterSharingService.d.ts +11 -11
  46. package/lib/openapi/platform/services/FilterSharingService.js +512 -509
  47. package/lib/openapi/platform/services/FilterSharingService.js.map +1 -1
  48. package/lib/openapi/platform/services/FiltersService.d.ts +50 -50
  49. package/lib/openapi/platform/services/FiltersService.js +1262 -1259
  50. package/lib/openapi/platform/services/FiltersService.js.map +1 -1
  51. package/lib/openapi/platform/services/GroupAndUserPickerService.d.ts +10 -10
  52. package/lib/openapi/platform/services/GroupAndUserPickerService.js +112 -109
  53. package/lib/openapi/platform/services/GroupAndUserPickerService.js.map +1 -1
  54. package/lib/openapi/platform/services/GroupsService.d.ts +46 -46
  55. package/lib/openapi/platform/services/GroupsService.js +385 -382
  56. package/lib/openapi/platform/services/GroupsService.js.map +1 -1
  57. package/lib/openapi/platform/services/IssueAttachmentsService.d.ts +20 -20
  58. package/lib/openapi/platform/services/IssueAttachmentsService.js +644 -641
  59. package/lib/openapi/platform/services/IssueAttachmentsService.js.map +1 -1
  60. package/lib/openapi/platform/services/IssueBulkOperationsService.d.ts +325 -0
  61. package/lib/openapi/platform/services/IssueBulkOperationsService.js +353 -0
  62. package/lib/openapi/platform/services/IssueBulkOperationsService.js.map +1 -0
  63. package/lib/openapi/platform/services/IssueCommentPropertiesService.d.ts +8 -8
  64. package/lib/openapi/platform/services/IssueCommentPropertiesService.js +187 -184
  65. package/lib/openapi/platform/services/IssueCommentPropertiesService.js.map +1 -1
  66. package/lib/openapi/platform/services/IssueCommentsService.d.ts +22 -22
  67. package/lib/openapi/platform/services/IssueCommentsService.js +507 -504
  68. package/lib/openapi/platform/services/IssueCommentsService.js.map +1 -1
  69. package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.d.ts +11 -11
  70. package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.js +126 -123
  71. package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.js.map +1 -1
  72. package/lib/openapi/platform/services/IssueCustomFieldContextsService.d.ts +42 -42
  73. package/lib/openapi/platform/services/IssueCustomFieldContextsService.js +748 -745
  74. package/lib/openapi/platform/services/IssueCustomFieldContextsService.js.map +1 -1
  75. package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.d.ts +28 -28
  76. package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.js +535 -532
  77. package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.js.map +1 -1
  78. package/lib/openapi/platform/services/IssueCustomFieldOptionsService.d.ts +20 -20
  79. package/lib/openapi/platform/services/IssueCustomFieldOptionsService.js +358 -355
  80. package/lib/openapi/platform/services/IssueCustomFieldOptionsService.js.map +1 -1
  81. package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.d.ts +6 -6
  82. package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js +86 -83
  83. package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js.map +1 -1
  84. package/lib/openapi/platform/services/IssueFieldConfigurationsService.d.ts +45 -45
  85. package/lib/openapi/platform/services/IssueFieldConfigurationsService.js +689 -686
  86. package/lib/openapi/platform/services/IssueFieldConfigurationsService.js.map +1 -1
  87. package/lib/openapi/platform/services/IssueFieldsService.d.ts +32 -32
  88. package/lib/openapi/platform/services/IssueFieldsService.js +484 -481
  89. package/lib/openapi/platform/services/IssueFieldsService.js.map +1 -1
  90. package/lib/openapi/platform/services/IssueLinkTypesService.d.ts +9 -9
  91. package/lib/openapi/platform/services/IssueLinkTypesService.js +212 -209
  92. package/lib/openapi/platform/services/IssueLinkTypesService.js.map +1 -1
  93. package/lib/openapi/platform/services/IssueLinksService.d.ts +6 -6
  94. package/lib/openapi/platform/services/IssueLinksService.js +230 -227
  95. package/lib/openapi/platform/services/IssueLinksService.js.map +1 -1
  96. package/lib/openapi/platform/services/IssueNavigatorSettingsService.d.ts +3 -3
  97. package/lib/openapi/platform/services/IssueNavigatorSettingsService.js +72 -69
  98. package/lib/openapi/platform/services/IssueNavigatorSettingsService.js.map +1 -1
  99. package/lib/openapi/platform/services/IssueNotificationSchemesService.d.ts +27 -27
  100. package/lib/openapi/platform/services/IssueNotificationSchemesService.js +816 -813
  101. package/lib/openapi/platform/services/IssueNotificationSchemesService.js.map +1 -1
  102. package/lib/openapi/platform/services/IssuePrioritiesService.d.ts +22 -22
  103. package/lib/openapi/platform/services/IssuePrioritiesService.js +307 -304
  104. package/lib/openapi/platform/services/IssuePrioritiesService.js.map +1 -1
  105. package/lib/openapi/platform/services/IssuePropertiesService.d.ts +16 -16
  106. package/lib/openapi/platform/services/IssuePropertiesService.js +390 -387
  107. package/lib/openapi/platform/services/IssuePropertiesService.js.map +1 -1
  108. package/lib/openapi/platform/services/IssueRemoteLinksService.d.ts +13 -13
  109. package/lib/openapi/platform/services/IssueRemoteLinksService.js +368 -365
  110. package/lib/openapi/platform/services/IssueRemoteLinksService.js.map +1 -1
  111. package/lib/openapi/platform/services/IssueResolutionsService.d.ts +19 -19
  112. package/lib/openapi/platform/services/IssueResolutionsService.js +283 -280
  113. package/lib/openapi/platform/services/IssueResolutionsService.js.map +1 -1
  114. package/lib/openapi/platform/services/IssueSearchService.d.ts +24 -24
  115. package/lib/openapi/platform/services/IssueSearchService.js +826 -823
  116. package/lib/openapi/platform/services/IssueSearchService.js.map +1 -1
  117. package/lib/openapi/platform/services/IssueSecurityLevelService.d.ts +8 -8
  118. package/lib/openapi/platform/services/IssueSecurityLevelService.js +137 -134
  119. package/lib/openapi/platform/services/IssueSecurityLevelService.js.map +1 -1
  120. package/lib/openapi/platform/services/IssueSecuritySchemesService.d.ts +51 -51
  121. package/lib/openapi/platform/services/IssueSecuritySchemesService.js +610 -607
  122. package/lib/openapi/platform/services/IssueSecuritySchemesService.js.map +1 -1
  123. package/lib/openapi/platform/services/IssueTypePropertiesService.d.ts +8 -8
  124. package/lib/openapi/platform/services/IssueTypePropertiesService.js +175 -172
  125. package/lib/openapi/platform/services/IssueTypePropertiesService.js.map +1 -1
  126. package/lib/openapi/platform/services/IssueTypeSchemesService.d.ts +31 -31
  127. package/lib/openapi/platform/services/IssueTypeSchemesService.js +527 -524
  128. package/lib/openapi/platform/services/IssueTypeSchemesService.js.map +1 -1
  129. package/lib/openapi/platform/services/IssueTypeScreenSchemesService.d.ts +36 -36
  130. package/lib/openapi/platform/services/IssueTypeScreenSchemesService.js +508 -505
  131. package/lib/openapi/platform/services/IssueTypeScreenSchemesService.js.map +1 -1
  132. package/lib/openapi/platform/services/IssueTypesService.d.ts +22 -28
  133. package/lib/openapi/platform/services/IssueTypesService.js +424 -427
  134. package/lib/openapi/platform/services/IssueTypesService.js.map +1 -1
  135. package/lib/openapi/platform/services/IssueVotesService.d.ts +6 -6
  136. package/lib/openapi/platform/services/IssueVotesService.js +148 -145
  137. package/lib/openapi/platform/services/IssueVotesService.js.map +1 -1
  138. package/lib/openapi/platform/services/IssueWatchersService.d.ts +10 -10
  139. package/lib/openapi/platform/services/IssueWatchersService.js +197 -194
  140. package/lib/openapi/platform/services/IssueWatchersService.js.map +1 -1
  141. package/lib/openapi/platform/services/IssueWorklogPropertiesService.d.ts +8 -8
  142. package/lib/openapi/platform/services/IssueWorklogPropertiesService.js +199 -196
  143. package/lib/openapi/platform/services/IssueWorklogPropertiesService.js.map +1 -1
  144. package/lib/openapi/platform/services/IssueWorklogsService.d.ts +44 -44
  145. package/lib/openapi/platform/services/IssueWorklogsService.js +636 -633
  146. package/lib/openapi/platform/services/IssueWorklogsService.js.map +1 -1
  147. package/lib/openapi/platform/services/IssuesService.d.ts +71 -71
  148. package/lib/openapi/platform/services/IssuesService.js +1856 -1853
  149. package/lib/openapi/platform/services/IssuesService.js.map +1 -1
  150. package/lib/openapi/platform/services/JiraExpressionsService.d.ts +6 -6
  151. package/lib/openapi/platform/services/JiraExpressionsService.js +238 -235
  152. package/lib/openapi/platform/services/JiraExpressionsService.js.map +1 -1
  153. package/lib/openapi/platform/services/JiraSettingsService.d.ts +9 -9
  154. package/lib/openapi/platform/services/JiraSettingsService.js +279 -276
  155. package/lib/openapi/platform/services/JiraSettingsService.js.map +1 -1
  156. package/lib/openapi/platform/services/JqlFunctionsAppsService.d.ts +8 -8
  157. package/lib/openapi/platform/services/JqlFunctionsAppsService.js +107 -104
  158. package/lib/openapi/platform/services/JqlFunctionsAppsService.js.map +1 -1
  159. package/lib/openapi/platform/services/JqlService.d.ts +15 -15
  160. package/lib/openapi/platform/services/JqlService.js +635 -632
  161. package/lib/openapi/platform/services/JqlService.js.map +1 -1
  162. package/lib/openapi/platform/services/LabelsService.d.ts +4 -4
  163. package/lib/openapi/platform/services/LabelsService.js +41 -38
  164. package/lib/openapi/platform/services/LabelsService.js.map +1 -1
  165. package/lib/openapi/platform/services/LicenseMetricsService.d.ts +4 -4
  166. package/lib/openapi/platform/services/LicenseMetricsService.js +120 -117
  167. package/lib/openapi/platform/services/LicenseMetricsService.js.map +1 -1
  168. package/lib/openapi/platform/services/MyselfService.d.ts +14 -14
  169. package/lib/openapi/platform/services/MyselfService.js +321 -318
  170. package/lib/openapi/platform/services/MyselfService.js.map +1 -1
  171. package/lib/openapi/platform/services/PermissionSchemesService.d.ts +25 -25
  172. package/lib/openapi/platform/services/PermissionSchemesService.js +548 -545
  173. package/lib/openapi/platform/services/PermissionSchemesService.js.map +1 -1
  174. package/lib/openapi/platform/services/PermissionsService.d.ts +15 -15
  175. package/lib/openapi/platform/services/PermissionsService.js +235 -232
  176. package/lib/openapi/platform/services/PermissionsService.js.map +1 -1
  177. package/lib/openapi/platform/services/PrioritySchemesService.d.ts +34 -34
  178. package/lib/openapi/platform/services/PrioritySchemesService.js +571 -568
  179. package/lib/openapi/platform/services/PrioritySchemesService.js.map +1 -1
  180. package/lib/openapi/platform/services/ProjectAvatarsService.d.ts +11 -11
  181. package/lib/openapi/platform/services/ProjectAvatarsService.js +213 -210
  182. package/lib/openapi/platform/services/ProjectAvatarsService.js.map +1 -1
  183. package/lib/openapi/platform/services/ProjectCategoriesService.d.ts +9 -9
  184. package/lib/openapi/platform/services/ProjectCategoriesService.js +180 -177
  185. package/lib/openapi/platform/services/ProjectCategoriesService.js.map +1 -1
  186. package/lib/openapi/platform/services/ProjectClassificationLevelsService.d.ts +6 -6
  187. package/lib/openapi/platform/services/ProjectClassificationLevelsService.js +125 -122
  188. package/lib/openapi/platform/services/ProjectClassificationLevelsService.js.map +1 -1
  189. package/lib/openapi/platform/services/ProjectComponentsService.d.ts +28 -28
  190. package/lib/openapi/platform/services/ProjectComponentsService.js +1009 -1006
  191. package/lib/openapi/platform/services/ProjectComponentsService.js.map +1 -1
  192. package/lib/openapi/platform/services/ProjectEmailService.d.ts +4 -4
  193. package/lib/openapi/platform/services/ProjectEmailService.js +78 -75
  194. package/lib/openapi/platform/services/ProjectEmailService.js.map +1 -1
  195. package/lib/openapi/platform/services/ProjectFeaturesService.d.ts +4 -4
  196. package/lib/openapi/platform/services/ProjectFeaturesService.js +119 -116
  197. package/lib/openapi/platform/services/ProjectFeaturesService.js.map +1 -1
  198. package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.d.ts +8 -8
  199. package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.js +100 -97
  200. package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.js.map +1 -1
  201. package/lib/openapi/platform/services/ProjectPermissionSchemesService.d.ts +10 -10
  202. package/lib/openapi/platform/services/ProjectPermissionSchemesService.js +199 -196
  203. package/lib/openapi/platform/services/ProjectPermissionSchemesService.js.map +1 -1
  204. package/lib/openapi/platform/services/ProjectPropertiesService.d.ts +8 -8
  205. package/lib/openapi/platform/services/ProjectPropertiesService.js +172 -169
  206. package/lib/openapi/platform/services/ProjectPropertiesService.js.map +1 -1
  207. package/lib/openapi/platform/services/ProjectRoleActorsService.d.ts +18 -18
  208. package/lib/openapi/platform/services/ProjectRoleActorsService.js +362 -359
  209. package/lib/openapi/platform/services/ProjectRoleActorsService.js.map +1 -1
  210. package/lib/openapi/platform/services/ProjectRolesService.d.ts +21 -21
  211. package/lib/openapi/platform/services/ProjectRolesService.js +576 -573
  212. package/lib/openapi/platform/services/ProjectRolesService.js.map +1 -1
  213. package/lib/openapi/platform/services/ProjectTypesService.d.ts +6 -6
  214. package/lib/openapi/platform/services/ProjectTypesService.js +173 -170
  215. package/lib/openapi/platform/services/ProjectTypesService.js.map +1 -1
  216. package/lib/openapi/platform/services/ProjectVersionsService.d.ts +40 -40
  217. package/lib/openapi/platform/services/ProjectVersionsService.js +751 -748
  218. package/lib/openapi/platform/services/ProjectVersionsService.js.map +1 -1
  219. package/lib/openapi/platform/services/ProjectsService.d.ts +49 -49
  220. package/lib/openapi/platform/services/ProjectsService.js +1597 -1594
  221. package/lib/openapi/platform/services/ProjectsService.js.map +1 -1
  222. package/lib/openapi/platform/services/ScreenSchemesService.d.ts +14 -14
  223. package/lib/openapi/platform/services/ScreenSchemesService.js +177 -174
  224. package/lib/openapi/platform/services/ScreenSchemesService.js.map +1 -1
  225. package/lib/openapi/platform/services/ScreenTabFieldsService.d.ts +9 -9
  226. package/lib/openapi/platform/services/ScreenTabFieldsService.js +144 -141
  227. package/lib/openapi/platform/services/ScreenTabFieldsService.js.map +1 -1
  228. package/lib/openapi/platform/services/ScreenTabsService.d.ts +17 -17
  229. package/lib/openapi/platform/services/ScreenTabsService.js +229 -226
  230. package/lib/openapi/platform/services/ScreenTabsService.js.map +1 -1
  231. package/lib/openapi/platform/services/ScreensService.d.ts +23 -23
  232. package/lib/openapi/platform/services/ScreensService.js +281 -278
  233. package/lib/openapi/platform/services/ScreensService.js.map +1 -1
  234. package/lib/openapi/platform/services/ServerInfoService.d.ts +1 -1
  235. package/lib/openapi/platform/services/ServerInfoService.js +51 -48
  236. package/lib/openapi/platform/services/ServerInfoService.js.map +1 -1
  237. package/lib/openapi/platform/services/ServiceRegistryService.d.ts +2 -2
  238. package/lib/openapi/platform/services/ServiceRegistryService.js +30 -27
  239. package/lib/openapi/platform/services/ServiceRegistryService.js.map +1 -1
  240. package/lib/openapi/platform/services/StatusService.d.ts +17 -17
  241. package/lib/openapi/platform/services/StatusService.js +271 -268
  242. package/lib/openapi/platform/services/StatusService.js.map +1 -1
  243. package/lib/openapi/platform/services/TasksService.d.ts +4 -4
  244. package/lib/openapi/platform/services/TasksService.js +93 -90
  245. package/lib/openapi/platform/services/TasksService.js.map +1 -1
  246. package/lib/openapi/platform/services/TimeTrackingService.d.ts +7 -7
  247. package/lib/openapi/platform/services/TimeTrackingService.js +190 -187
  248. package/lib/openapi/platform/services/TimeTrackingService.js.map +1 -1
  249. package/lib/openapi/platform/services/UiModificationsAppsService.d.ts +11 -11
  250. package/lib/openapi/platform/services/UiModificationsAppsService.js +214 -211
  251. package/lib/openapi/platform/services/UiModificationsAppsService.js.map +1 -1
  252. package/lib/openapi/platform/services/UserPropertiesService.d.ts +20 -20
  253. package/lib/openapi/platform/services/UserPropertiesService.js +196 -193
  254. package/lib/openapi/platform/services/UserPropertiesService.js.map +1 -1
  255. package/lib/openapi/platform/services/UserSearchService.d.ts +61 -61
  256. package/lib/openapi/platform/services/UserSearchService.js +709 -706
  257. package/lib/openapi/platform/services/UserSearchService.js.map +1 -1
  258. package/lib/openapi/platform/services/UsersService.d.ts +51 -51
  259. package/lib/openapi/platform/services/UsersService.js +637 -634
  260. package/lib/openapi/platform/services/UsersService.js.map +1 -1
  261. package/lib/openapi/platform/services/WebhooksService.d.ts +14 -14
  262. package/lib/openapi/platform/services/WebhooksService.js +262 -259
  263. package/lib/openapi/platform/services/WebhooksService.js.map +1 -1
  264. package/lib/openapi/platform/services/WorkflowSchemeDraftsService.d.ts +30 -30
  265. package/lib/openapi/platform/services/WorkflowSchemeDraftsService.js +861 -858
  266. package/lib/openapi/platform/services/WorkflowSchemeDraftsService.js.map +1 -1
  267. package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.d.ts +4 -4
  268. package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.js +98 -95
  269. package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.js.map +1 -1
  270. package/lib/openapi/platform/services/WorkflowSchemesService.d.ts +45 -45
  271. package/lib/openapi/platform/services/WorkflowSchemesService.js +899 -896
  272. package/lib/openapi/platform/services/WorkflowSchemesService.js.map +1 -1
  273. package/lib/openapi/platform/services/WorkflowStatusCategoriesService.d.ts +3 -3
  274. package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js +82 -79
  275. package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js.map +1 -1
  276. package/lib/openapi/platform/services/WorkflowStatusesService.d.ts +3 -3
  277. package/lib/openapi/platform/services/WorkflowStatusesService.js +110 -107
  278. package/lib/openapi/platform/services/WorkflowStatusesService.js.map +1 -1
  279. package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.d.ts +14 -14
  280. package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js +182 -179
  281. package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js.map +1 -1
  282. package/lib/openapi/platform/services/WorkflowTransitionRulesService.d.ts +13 -13
  283. package/lib/openapi/platform/services/WorkflowTransitionRulesService.js +283 -280
  284. package/lib/openapi/platform/services/WorkflowTransitionRulesService.js.map +1 -1
  285. package/lib/openapi/platform/services/WorkflowsService.d.ts +33 -33
  286. package/lib/openapi/platform/services/WorkflowsService.js +2451 -2448
  287. package/lib/openapi/platform/services/WorkflowsService.js.map +1 -1
  288. package/lib/openapi/software/services/BacklogService.d.ts +4 -4
  289. package/lib/openapi/software/services/BacklogService.js +81 -78
  290. package/lib/openapi/software/services/BacklogService.js.map +1 -1
  291. package/lib/openapi/software/services/BoardService.d.ts +124 -124
  292. package/lib/openapi/software/services/BoardService.js +2048 -2045
  293. package/lib/openapi/software/services/BoardService.js.map +1 -1
  294. package/lib/openapi/software/services/BuildsService.d.ts +10 -10
  295. package/lib/openapi/software/services/BuildsService.js +164 -161
  296. package/lib/openapi/software/services/BuildsService.js.map +1 -1
  297. package/lib/openapi/software/services/DeploymentsService.d.ts +12 -12
  298. package/lib/openapi/software/services/DeploymentsService.js +192 -189
  299. package/lib/openapi/software/services/DeploymentsService.js.map +1 -1
  300. package/lib/openapi/software/services/DevOpsComponentsService.d.ts +8 -8
  301. package/lib/openapi/software/services/DevOpsComponentsService.js +145 -142
  302. package/lib/openapi/software/services/DevOpsComponentsService.js.map +1 -1
  303. package/lib/openapi/software/services/DevelopmentInformationService.d.ts +16 -16
  304. package/lib/openapi/software/services/DevelopmentInformationService.js +178 -175
  305. package/lib/openapi/software/services/DevelopmentInformationService.js.map +1 -1
  306. package/lib/openapi/software/services/EpicService.d.ts +26 -26
  307. package/lib/openapi/software/services/EpicService.js +597 -594
  308. package/lib/openapi/software/services/EpicService.js.map +1 -1
  309. package/lib/openapi/software/services/FeatureFlagsService.d.ts +10 -10
  310. package/lib/openapi/software/services/FeatureFlagsService.js +151 -148
  311. package/lib/openapi/software/services/FeatureFlagsService.js.map +1 -1
  312. package/lib/openapi/software/services/IssueService.d.ts +13 -13
  313. package/lib/openapi/software/services/IssueService.js +359 -356
  314. package/lib/openapi/software/services/IssueService.js.map +1 -1
  315. package/lib/openapi/software/services/OperationsService.d.ts +24 -24
  316. package/lib/openapi/software/services/OperationsService.js +301 -298
  317. package/lib/openapi/software/services/OperationsService.js.map +1 -1
  318. package/lib/openapi/software/services/RemoteLinksService.d.ts +15 -15
  319. package/lib/openapi/software/services/RemoteLinksService.js +160 -157
  320. package/lib/openapi/software/services/RemoteLinksService.js.map +1 -1
  321. package/lib/openapi/software/services/SecurityInformationService.d.ts +16 -16
  322. package/lib/openapi/software/services/SecurityInformationService.js +262 -259
  323. package/lib/openapi/software/services/SecurityInformationService.js.map +1 -1
  324. package/lib/openapi/software/services/SprintService.d.ts +33 -33
  325. package/lib/openapi/software/services/SprintService.js +594 -591
  326. package/lib/openapi/software/services/SprintService.js.map +1 -1
  327. package/package.json +4 -3
@@ -23,284 +23,287 @@ const validationSchemaStorage_1 = require("../validationSchemaStorage");
23
23
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screens
24
24
  */
25
25
  class ScreensService extends CommonHttpService_1.CommonHttpService {
26
- /**
27
- * Adds a field to the default tab of the default screen.
28
- *
29
- * **[Permissions](#permissions) required:** *Administer Jira* [global
30
- * permission](https://confluence.atlassian.com/x/x4dKLg).
31
- *
32
- * @returns Returned if the request is successful.
33
- * @path {POST} /rest/api/3/screens/addToDefault/{fieldId}
34
- * @scopes-current manage:jira-project
35
- * @scopes-beta read:project:jira, read:screen:jira, write:screen:jira
36
- * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screens#api-rest-api-3-screens-addtodefault-fieldid-post
37
- */
38
- addFieldToDefaultScreen({ fieldId, }) {
39
- return this.getClientInstance()
40
- .request({
41
- path: "/rest/api/3/screens/addToDefault/{fieldId}",
42
- method: "POST",
43
- pathParams: {
44
- fieldId,
45
- },
46
- })
47
- .then(this.getClientInstance().responseHandler({
48
- 200: {
49
- "application/json": "json",
50
- },
51
- }))
52
- .then(commonHttpClient.castResponse())
53
- .then(validationSchemaStorage_1.validationSchemaStorage.validator("ScreensService.addFieldToDefaultScreen.response"))
54
- .then(commonHttpClient.getBody);
55
- }
56
- /**
57
- * Creates a screen with a default field tab.
58
- *
59
- * **[Permissions](#permissions) required:** *Administer Jira* [global
60
- * permission](https://confluence.atlassian.com/x/x4dKLg).
61
- *
62
- * @returns Returned if the request is successful.
63
- *
64
- * example: {
65
- * "id": 10005,
66
- * "name": "Resolve Security Issue Screen",
67
- * "description": "Enables changes to resolution and linked issues."
68
- * }
69
- * @path {POST} /rest/api/3/screens
70
- * @scopes-current manage:jira-project
71
- * @scopes-beta read:project:jira, read:screen:jira, write:screen:jira, read:avatar:jira,
72
- * read:project-category:jira
73
- * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screens#api-rest-api-3-screens-post
74
- */
75
- createScreen({ screenDetails, }) {
76
- return this.getClientInstance()
77
- .request({
78
- path: "/rest/api/3/screens",
79
- method: "POST",
80
- headers: {
81
- "Content-Type": "application/json",
82
- },
83
- body: screenDetails,
84
- })
85
- .then(this.getClientInstance().responseHandler({
86
- 201: {
87
- "application/json": "json",
88
- },
89
- }))
90
- .then(commonHttpClient.castResponse())
91
- .then(validationSchemaStorage_1.validationSchemaStorage.validator("ScreensService.createScreen.response"))
92
- .then(commonHttpClient.getBody);
93
- }
94
- /**
95
- * Deletes a screen. A screen cannot be deleted if it is used in a screen scheme,
96
- * workflow, or workflow draft.
97
- *
98
- * Only screens used in classic projects can be deleted.
99
- *
100
- * @path {DELETE} /rest/api/3/screens/{screenId}
101
- * @scopes-current manage:jira-project
102
- * @scopes-beta delete:screen:jira
103
- * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screens#api-rest-api-3-screens-screenid-delete
104
- */
105
- deleteScreen({ screenId, }) {
106
- return this.getClientInstance()
107
- .request({
108
- path: "/rest/api/3/screens/{screenId}",
109
- method: "DELETE",
110
- pathParams: {
111
- screenId,
112
- },
113
- })
114
- .then(commonHttpClient.discardResult);
115
- }
116
- /**
117
- * Returns the fields that can be added to a tab on a screen.
118
- *
119
- * **[Permissions](#permissions) required:** *Administer Jira* [global
120
- * permission](https://confluence.atlassian.com/x/x4dKLg).
121
- *
122
- * @returns Returned if the request is successful.
123
- * @path {GET} /rest/api/3/screens/{screenId}/availableFields
124
- * @scopes-current manage:jira-project
125
- * @scopes-beta read:screen-field:jira, read:screenable-field:jira
126
- * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screens#api-rest-api-3-screens-screenid-availablefields-get
127
- */
128
- getAvailableScreenFields({ screenId, }) {
129
- return this.getClientInstance()
130
- .request({
131
- path: "/rest/api/3/screens/{screenId}/availableFields",
132
- method: "GET",
133
- pathParams: {
134
- screenId,
135
- },
136
- })
137
- .then(this.getClientInstance().responseHandler({
138
- 200: {
139
- "application/json": "json",
140
- },
141
- }))
142
- .then(commonHttpClient.castResponse())
143
- .then(validationSchemaStorage_1.validationSchemaStorage.validator("ScreensService.getAvailableScreenFields.response"))
144
- .then(commonHttpClient.getBody);
145
- }
146
- /**
147
- * Returns a [paginated](#pagination) list of all screens or those specified by
148
- * one or more screen IDs.
149
- *
150
- * **[Permissions](#permissions) required:** *Administer Jira* [global
151
- * permission](https://confluence.atlassian.com/x/x4dKLg).
152
- *
153
- * @returns Returned if the request is successful.
154
- *
155
- * example: {
156
- * "isLast": true,
157
- * "maxResults": 100,
158
- * "self": "https://your-domain.atlassian.net/rest/api/3/screens",
159
- * "startAt": 0,
160
- * "total": 3,
161
- * "values": [
162
- * {
163
- * "id": 1,
164
- * "name": "Default Screen",
165
- * "description": "Provides for the update all system fields."
166
- * },
167
- * {
168
- * "id": 2,
169
- * "name": "Workflow Screen",
170
- * "description": "This screen is used in the workflow and enables you to
171
- * assign issues."
172
- * },
173
- * {
174
- * "id": 3,
175
- * "name": "Resolve Issue Screen",
176
- * "description": "Offers the ability to set resolution, change fix
177
- * versions, and assign an issue."
178
- * }
179
- * ]
180
- * }
181
- * @path {GET} /rest/api/3/screens
182
- * @scopes-current manage:jira-project
183
- * @scopes-beta read:project:jira, read:screen:jira, read:avatar:jira,
184
- * read:project-category:jira
185
- * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screens#api-rest-api-3-screens-get
186
- */
187
- getScreens({ startAt, maxResults, id, queryString, scope, orderBy, } = {}) {
188
- return this.getClientInstance()
189
- .request({
190
- path: "/rest/api/3/screens",
191
- method: "GET",
192
- query: {
193
- startAt,
194
- maxResults,
195
- id,
196
- queryString,
197
- scope,
198
- orderBy,
199
- },
200
- })
201
- .then(this.getClientInstance().responseHandler({
202
- 200: {
203
- "application/json": "json",
204
- },
205
- }))
206
- .then(commonHttpClient.castResponse())
207
- .then(validationSchemaStorage_1.validationSchemaStorage.validator("ScreensService.getScreens.response"))
208
- .then(commonHttpClient.getBody);
209
- }
210
- /**
211
- * Returns a [paginated](#pagination) list of the screens a field is used in.
212
- *
213
- * **[Permissions](#permissions) required:** *Administer Jira* [global
214
- * permission](https://confluence.atlassian.com/x/x4dKLg).
215
- *
216
- * @returns Returned if the request is successful.
217
- *
218
- * example: {
219
- * "isLast": false,
220
- * "maxResults": 1,
221
- * "startAt": 0,
222
- * "total": 5,
223
- * "values": [
224
- * {
225
- * "id": 10001,
226
- * "name": "Default Screen",
227
- * "description": "Provides for the update of all system fields.",
228
- * "tab": {
229
- * "id": 10000,
230
- * "name": "Fields Tab"
231
- * }
232
- * }
233
- * ]
234
- * }
235
- * @path {GET} /rest/api/3/field/{fieldId}/screens
236
- * @scopes-current manage:jira-project
237
- * @scopes-beta read:screen:jira, read:avatar:jira, read:project-category:jira,
238
- * read:project:jira, read:screen-tab:jira
239
- * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screens#api-rest-api-3-field-fieldid-screens-get
240
- */
241
- getScreensForField({ fieldId, startAt, maxResults, expand, }) {
242
- return this.getClientInstance()
243
- .request({
244
- path: "/rest/api/3/field/{fieldId}/screens",
245
- method: "GET",
246
- pathParams: {
247
- fieldId,
248
- },
249
- query: {
250
- startAt,
251
- maxResults,
252
- expand,
253
- },
254
- })
255
- .then(this.getClientInstance().responseHandler({
256
- 200: {
257
- "application/json": "json",
258
- },
259
- }))
260
- .then(commonHttpClient.castResponse())
261
- .then(validationSchemaStorage_1.validationSchemaStorage.validator("ScreensService.getScreensForField.response"))
262
- .then(commonHttpClient.getBody);
263
- }
264
- /**
265
- * Updates a screen. Only screens used in classic projects can be updated.
266
- *
267
- * **[Permissions](#permissions) required:** *Administer Jira* [global
268
- * permission](https://confluence.atlassian.com/x/x4dKLg).
269
- *
270
- * @returns Returned if the request is successful.
271
- *
272
- * example: {
273
- * "id": 10005,
274
- * "name": "Resolve Security Issue Screen",
275
- * "description": "Enables changes to resolution and linked issues."
276
- * }
277
- * @path {PUT} /rest/api/3/screens/{screenId}
278
- * @scopes-current manage:jira-project
279
- * @scopes-beta read:project:jira, read:screen:jira, write:screen:jira, read:avatar:jira,
280
- * read:project-category:jira
281
- * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screens#api-rest-api-3-screens-screenid-put
282
- */
283
- updateScreen({ screenId, updateScreenDetails, }) {
284
- return this.getClientInstance()
285
- .request({
286
- path: "/rest/api/3/screens/{screenId}",
287
- method: "PUT",
288
- pathParams: {
289
- screenId,
290
- },
291
- headers: {
292
- "Content-Type": "application/json",
293
- },
294
- body: updateScreenDetails,
295
- })
296
- .then(this.getClientInstance().responseHandler({
297
- 200: {
298
- "application/json": "json",
299
- },
300
- }))
301
- .then(commonHttpClient.castResponse())
302
- .then(validationSchemaStorage_1.validationSchemaStorage.validator("ScreensService.updateScreen.response"))
303
- .then(commonHttpClient.getBody);
26
+ constructor() {
27
+ super(...arguments);
28
+ /**
29
+ * Adds a field to the default tab of the default screen.
30
+ *
31
+ * **[Permissions](#permissions) required:** *Administer Jira* [global
32
+ * permission](https://confluence.atlassian.com/x/x4dKLg).
33
+ *
34
+ * @returns Returned if the request is successful.
35
+ * @path {POST} /rest/api/3/screens/addToDefault/{fieldId}
36
+ * @scopes-current manage:jira-project
37
+ * @scopes-beta read:project:jira, read:screen:jira, write:screen:jira
38
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screens#api-rest-api-3-screens-addtodefault-fieldid-post
39
+ */
40
+ this.addFieldToDefaultScreen = ({ fieldId, }) => {
41
+ return this.getClientInstance()
42
+ .request({
43
+ path: "/rest/api/3/screens/addToDefault/{fieldId}",
44
+ method: "POST",
45
+ pathParams: {
46
+ fieldId,
47
+ },
48
+ })
49
+ .then(this.getClientInstance().responseHandler({
50
+ 200: {
51
+ "application/json": "json",
52
+ },
53
+ }))
54
+ .then(commonHttpClient.castResponse())
55
+ .then(validationSchemaStorage_1.validationSchemaStorage.validator("ScreensService.addFieldToDefaultScreen.response"))
56
+ .then(commonHttpClient.getBody);
57
+ };
58
+ /**
59
+ * Creates a screen with a default field tab.
60
+ *
61
+ * **[Permissions](#permissions) required:** *Administer Jira* [global
62
+ * permission](https://confluence.atlassian.com/x/x4dKLg).
63
+ *
64
+ * @returns Returned if the request is successful.
65
+ *
66
+ * example: {
67
+ * "id": 10005,
68
+ * "name": "Resolve Security Issue Screen",
69
+ * "description": "Enables changes to resolution and linked issues."
70
+ * }
71
+ * @path {POST} /rest/api/3/screens
72
+ * @scopes-current manage:jira-project
73
+ * @scopes-beta read:project:jira, read:screen:jira, write:screen:jira, read:avatar:jira,
74
+ * read:project-category:jira
75
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screens#api-rest-api-3-screens-post
76
+ */
77
+ this.createScreen = ({ screenDetails, }) => {
78
+ return this.getClientInstance()
79
+ .request({
80
+ path: "/rest/api/3/screens",
81
+ method: "POST",
82
+ headers: {
83
+ "Content-Type": "application/json",
84
+ },
85
+ body: screenDetails,
86
+ })
87
+ .then(this.getClientInstance().responseHandler({
88
+ 201: {
89
+ "application/json": "json",
90
+ },
91
+ }))
92
+ .then(commonHttpClient.castResponse())
93
+ .then(validationSchemaStorage_1.validationSchemaStorage.validator("ScreensService.createScreen.response"))
94
+ .then(commonHttpClient.getBody);
95
+ };
96
+ /**
97
+ * Deletes a screen. A screen cannot be deleted if it is used in a screen scheme,
98
+ * workflow, or workflow draft.
99
+ *
100
+ * Only screens used in classic projects can be deleted.
101
+ *
102
+ * @path {DELETE} /rest/api/3/screens/{screenId}
103
+ * @scopes-current manage:jira-project
104
+ * @scopes-beta delete:screen:jira
105
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screens#api-rest-api-3-screens-screenid-delete
106
+ */
107
+ this.deleteScreen = ({ screenId, }) => {
108
+ return this.getClientInstance()
109
+ .request({
110
+ path: "/rest/api/3/screens/{screenId}",
111
+ method: "DELETE",
112
+ pathParams: {
113
+ screenId,
114
+ },
115
+ })
116
+ .then(commonHttpClient.discardResult);
117
+ };
118
+ /**
119
+ * Returns the fields that can be added to a tab on a screen.
120
+ *
121
+ * **[Permissions](#permissions) required:** *Administer Jira* [global
122
+ * permission](https://confluence.atlassian.com/x/x4dKLg).
123
+ *
124
+ * @returns Returned if the request is successful.
125
+ * @path {GET} /rest/api/3/screens/{screenId}/availableFields
126
+ * @scopes-current manage:jira-project
127
+ * @scopes-beta read:screen-field:jira, read:screenable-field:jira
128
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screens#api-rest-api-3-screens-screenid-availablefields-get
129
+ */
130
+ this.getAvailableScreenFields = ({ screenId, }) => {
131
+ return this.getClientInstance()
132
+ .request({
133
+ path: "/rest/api/3/screens/{screenId}/availableFields",
134
+ method: "GET",
135
+ pathParams: {
136
+ screenId,
137
+ },
138
+ })
139
+ .then(this.getClientInstance().responseHandler({
140
+ 200: {
141
+ "application/json": "json",
142
+ },
143
+ }))
144
+ .then(commonHttpClient.castResponse())
145
+ .then(validationSchemaStorage_1.validationSchemaStorage.validator("ScreensService.getAvailableScreenFields.response"))
146
+ .then(commonHttpClient.getBody);
147
+ };
148
+ /**
149
+ * Returns a [paginated](#pagination) list of all screens or those specified by
150
+ * one or more screen IDs.
151
+ *
152
+ * **[Permissions](#permissions) required:** *Administer Jira* [global
153
+ * permission](https://confluence.atlassian.com/x/x4dKLg).
154
+ *
155
+ * @returns Returned if the request is successful.
156
+ *
157
+ * example: {
158
+ * "isLast": true,
159
+ * "maxResults": 100,
160
+ * "self": "https://your-domain.atlassian.net/rest/api/3/screens",
161
+ * "startAt": 0,
162
+ * "total": 3,
163
+ * "values": [
164
+ * {
165
+ * "id": 1,
166
+ * "name": "Default Screen",
167
+ * "description": "Provides for the update all system fields."
168
+ * },
169
+ * {
170
+ * "id": 2,
171
+ * "name": "Workflow Screen",
172
+ * "description": "This screen is used in the workflow and enables you to
173
+ * assign issues."
174
+ * },
175
+ * {
176
+ * "id": 3,
177
+ * "name": "Resolve Issue Screen",
178
+ * "description": "Offers the ability to set resolution, change fix
179
+ * versions, and assign an issue."
180
+ * }
181
+ * ]
182
+ * }
183
+ * @path {GET} /rest/api/3/screens
184
+ * @scopes-current manage:jira-project
185
+ * @scopes-beta read:project:jira, read:screen:jira, read:avatar:jira,
186
+ * read:project-category:jira
187
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screens#api-rest-api-3-screens-get
188
+ */
189
+ this.getScreens = ({ startAt, maxResults, id, queryString, scope, orderBy, } = {}) => {
190
+ return this.getClientInstance()
191
+ .request({
192
+ path: "/rest/api/3/screens",
193
+ method: "GET",
194
+ query: {
195
+ startAt,
196
+ maxResults,
197
+ id,
198
+ queryString,
199
+ scope,
200
+ orderBy,
201
+ },
202
+ })
203
+ .then(this.getClientInstance().responseHandler({
204
+ 200: {
205
+ "application/json": "json",
206
+ },
207
+ }))
208
+ .then(commonHttpClient.castResponse())
209
+ .then(validationSchemaStorage_1.validationSchemaStorage.validator("ScreensService.getScreens.response"))
210
+ .then(commonHttpClient.getBody);
211
+ };
212
+ /**
213
+ * Returns a [paginated](#pagination) list of the screens a field is used in.
214
+ *
215
+ * **[Permissions](#permissions) required:** *Administer Jira* [global
216
+ * permission](https://confluence.atlassian.com/x/x4dKLg).
217
+ *
218
+ * @returns Returned if the request is successful.
219
+ *
220
+ * example: {
221
+ * "isLast": false,
222
+ * "maxResults": 1,
223
+ * "startAt": 0,
224
+ * "total": 5,
225
+ * "values": [
226
+ * {
227
+ * "id": 10001,
228
+ * "name": "Default Screen",
229
+ * "description": "Provides for the update of all system fields.",
230
+ * "tab": {
231
+ * "id": 10000,
232
+ * "name": "Fields Tab"
233
+ * }
234
+ * }
235
+ * ]
236
+ * }
237
+ * @path {GET} /rest/api/3/field/{fieldId}/screens
238
+ * @scopes-current manage:jira-project
239
+ * @scopes-beta read:screen:jira, read:avatar:jira, read:project-category:jira,
240
+ * read:project:jira, read:screen-tab:jira
241
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screens#api-rest-api-3-field-fieldid-screens-get
242
+ */
243
+ this.getScreensForField = ({ fieldId, startAt, maxResults, expand, }) => {
244
+ return this.getClientInstance()
245
+ .request({
246
+ path: "/rest/api/3/field/{fieldId}/screens",
247
+ method: "GET",
248
+ pathParams: {
249
+ fieldId,
250
+ },
251
+ query: {
252
+ startAt,
253
+ maxResults,
254
+ expand,
255
+ },
256
+ })
257
+ .then(this.getClientInstance().responseHandler({
258
+ 200: {
259
+ "application/json": "json",
260
+ },
261
+ }))
262
+ .then(commonHttpClient.castResponse())
263
+ .then(validationSchemaStorage_1.validationSchemaStorage.validator("ScreensService.getScreensForField.response"))
264
+ .then(commonHttpClient.getBody);
265
+ };
266
+ /**
267
+ * Updates a screen. Only screens used in classic projects can be updated.
268
+ *
269
+ * **[Permissions](#permissions) required:** *Administer Jira* [global
270
+ * permission](https://confluence.atlassian.com/x/x4dKLg).
271
+ *
272
+ * @returns Returned if the request is successful.
273
+ *
274
+ * example: {
275
+ * "id": 10005,
276
+ * "name": "Resolve Security Issue Screen",
277
+ * "description": "Enables changes to resolution and linked issues."
278
+ * }
279
+ * @path {PUT} /rest/api/3/screens/{screenId}
280
+ * @scopes-current manage:jira-project
281
+ * @scopes-beta read:project:jira, read:screen:jira, write:screen:jira, read:avatar:jira,
282
+ * read:project-category:jira
283
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screens#api-rest-api-3-screens-screenid-put
284
+ */
285
+ this.updateScreen = ({ screenId, updateScreenDetails, }) => {
286
+ return this.getClientInstance()
287
+ .request({
288
+ path: "/rest/api/3/screens/{screenId}",
289
+ method: "PUT",
290
+ pathParams: {
291
+ screenId,
292
+ },
293
+ headers: {
294
+ "Content-Type": "application/json",
295
+ },
296
+ body: updateScreenDetails,
297
+ })
298
+ .then(this.getClientInstance().responseHandler({
299
+ 200: {
300
+ "application/json": "json",
301
+ },
302
+ }))
303
+ .then(commonHttpClient.castResponse())
304
+ .then(validationSchemaStorage_1.validationSchemaStorage.validator("ScreensService.updateScreen.response"))
305
+ .then(commonHttpClient.getBody);
306
+ };
304
307
  }
305
308
  static initialize() {
306
309
  validationSchemaStorage_1.validationSchemaStorage.registerExtensible("ScreensService.getScreensForField.response", zod_1.z
@@ -1 +1 @@
1
- {"version":3,"file":"ScreensService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/ScreensService.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"ScreensService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/ScreensService.ts"],"names":[],"mappings":"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"}
@@ -40,6 +40,6 @@ export declare class ServerInfoService extends CommonHttpService {
40
40
  * @scopes-beta
41
41
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-server-info#api-rest-api-3-serverinfo-get
42
42
  */
43
- getServerInfo(): Promise<ServerInformation>;
43
+ getServerInfo: () => Promise<ServerInformation>;
44
44
  static initialize(): void;
45
45
  }