@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
@@ -16,232 +16,235 @@ const validationSchemaStorage_1 = require("../validationSchemaStorage");
16
16
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screen-tabs
17
17
  */
18
18
  class ScreenTabsService extends CommonHttpService_1.CommonHttpService {
19
- /**
20
- * Creates a tab for a screen.
21
- *
22
- * **[Permissions](#permissions) required:** *Administer Jira* [global
23
- * permission](https://confluence.atlassian.com/x/x4dKLg).
24
- *
25
- * @returns Returned if the request is successful.
26
- *
27
- * example: {
28
- * "id": 10000,
29
- * "name": "Fields Tab"
30
- * }
31
- * @path {POST} /rest/api/3/screens/{screenId}/tabs
32
- * @scopes-current manage:jira-project
33
- * @scopes-beta read:screen-tab:jira, write:screen-tab:jira
34
- * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screen-tabs#api-rest-api-3-screens-screenid-tabs-post
35
- */
36
- addScreenTab({ screenId, screenableTab, }) {
37
- return this.getClientInstance()
38
- .request({
39
- path: "/rest/api/3/screens/{screenId}/tabs",
40
- method: "POST",
41
- pathParams: {
42
- screenId,
43
- },
44
- headers: {
45
- "Content-Type": "application/json",
46
- },
47
- body: screenableTab,
48
- })
49
- .then(this.getClientInstance().responseHandler({
50
- 200: {
51
- "application/json": "json",
52
- },
53
- }))
54
- .then(commonHttpClient.castResponse())
55
- .then(validationSchemaStorage_1.validationSchemaStorage.validator("ScreenTabsService.addScreenTab.response"))
56
- .then(commonHttpClient.getBody);
57
- }
58
- /**
59
- * Deletes a screen tab.
60
- *
61
- * **[Permissions](#permissions) required:** *Administer Jira* [global
62
- * permission](https://confluence.atlassian.com/x/x4dKLg).
63
- *
64
- * @path {DELETE} /rest/api/3/screens/{screenId}/tabs/{tabId}
65
- * @scopes-current manage:jira-project
66
- * @scopes-beta delete:screen-tab:jira
67
- * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screen-tabs#api-rest-api-3-screens-screenid-tabs-tabid-delete
68
- */
69
- deleteScreenTab({ screenId, tabId, }) {
70
- return this.getClientInstance()
71
- .request({
72
- path: "/rest/api/3/screens/{screenId}/tabs/{tabId}",
73
- method: "DELETE",
74
- pathParams: {
75
- screenId,
76
- tabId,
77
- },
78
- })
79
- .then(commonHttpClient.discardResult);
80
- }
81
- /**
82
- * Returns the list of tabs for a screen.
83
- *
84
- * **[Permissions](#permissions) required:**
85
- *
86
- * * *Administer Jira* [global
87
- * permission](https://confluence.atlassian.com/x/x4dKLg).
88
- * * *Administer projects* [project
89
- * permission](https://confluence.atlassian.com/x/yodKLg) when the project key is
90
- * specified, providing that the screen is associated with the project through a
91
- * Screen Scheme and Issue Type Screen Scheme.
92
- *
93
- * @returns Returned if the request is successful.
94
- * @path {GET} /rest/api/3/screens/{screenId}/tabs
95
- * @scopes-current manage:jira-project
96
- * @scopes-beta read:screen-tab:jira
97
- * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screen-tabs#api-rest-api-3-screens-screenid-tabs-get
98
- */
99
- getAllScreenTabs({ screenId, projectKey, }) {
100
- return this.getClientInstance()
101
- .request({
102
- path: "/rest/api/3/screens/{screenId}/tabs",
103
- method: "GET",
104
- pathParams: {
105
- screenId,
106
- },
107
- query: {
108
- projectKey,
109
- },
110
- })
111
- .then(this.getClientInstance().responseHandler({
112
- 200: {
113
- "application/json": "json",
114
- },
115
- }))
116
- .then(commonHttpClient.castResponse())
117
- .then(validationSchemaStorage_1.validationSchemaStorage.validator("ScreenTabsService.getAllScreenTabs.response"))
118
- .then(commonHttpClient.getBody);
119
- }
120
- /**
121
- * Returns the list of tabs for a bulk of screens.
122
- *
123
- * **[Permissions](#permissions) required:**
124
- *
125
- * * *Administer Jira* [global
126
- * permission](https://confluence.atlassian.com/x/x4dKLg).
127
- *
128
- * @returns Returned if the request is successful.
129
- *
130
- * example: {
131
- * "isLast": true,
132
- * "maxResults": 100,
133
- * "startAt": 0,
134
- * "total": 2,
135
- * "values": [
136
- * {
137
- * "screenId": 10000,
138
- * "tabId": 10001,
139
- * "tabName": "My Custom Tab 1"
140
- * },
141
- * {
142
- * "screenId": 10001,
143
- * "tabId": 10002,
144
- * "tabName": "My Custom Tab 2"
145
- * }
146
- * ]
147
- * }
148
- * @path {GET} /rest/api/3/screens/tabs
149
- * @scopes-current manage:jira-project
150
- * @scopes-beta read:screen-tab:jira
151
- * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screen-tabs#api-rest-api-3-screens-tabs-get
152
- */
153
- getBulkScreenTabs({ screenId, tabId, startAt, maxResult, } = {}) {
154
- return this.getClientInstance()
155
- .request({
156
- path: "/rest/api/3/screens/tabs",
157
- method: "GET",
158
- query: {
159
- screenId,
160
- tabId,
161
- startAt,
162
- maxResult,
163
- },
164
- })
165
- .then(this.getClientInstance().responseHandler({
166
- 200: {
167
- "application/json": "json",
168
- },
169
- }))
170
- .then(commonHttpClient.castResponse())
171
- .then(validationSchemaStorage_1.validationSchemaStorage.validator("ScreenTabsService.getBulkScreenTabs.response"))
172
- .then(commonHttpClient.getBody);
173
- }
174
- /**
175
- * Moves a screen tab.
176
- *
177
- * **[Permissions](#permissions) required:** *Administer Jira* [global
178
- * permission](https://confluence.atlassian.com/x/x4dKLg).
179
- *
180
- * @returns Returned if the request is successful.
181
- * @path {POST} /rest/api/3/screens/{screenId}/tabs/{tabId}/move/{pos}
182
- * @scopes-current manage:jira-project
183
- * @scopes-beta write:screen:jira
184
- * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screen-tabs#api-rest-api-3-screens-screenid-tabs-tabid-move-pos-post
185
- */
186
- moveScreenTab({ screenId, tabId, pos, }) {
187
- return this.getClientInstance()
188
- .request({
189
- path: "/rest/api/3/screens/{screenId}/tabs/{tabId}/move/{pos}",
190
- method: "POST",
191
- pathParams: {
192
- screenId,
193
- tabId,
194
- pos,
195
- },
196
- })
197
- .then(this.getClientInstance().responseHandler({
198
- 204: {
199
- "application/json": "json",
200
- },
201
- }))
202
- .then(commonHttpClient.castResponse())
203
- .then(validationSchemaStorage_1.validationSchemaStorage.validator("ScreenTabsService.moveScreenTab.response"))
204
- .then(commonHttpClient.getBody);
205
- }
206
- /**
207
- * Updates the name of a screen tab.
208
- *
209
- * **[Permissions](#permissions) required:** *Administer Jira* [global
210
- * permission](https://confluence.atlassian.com/x/x4dKLg).
211
- *
212
- * @returns Returned if the request is successful.
213
- *
214
- * example: {
215
- * "id": 10000,
216
- * "name": "Fields Tab"
217
- * }
218
- * @path {PUT} /rest/api/3/screens/{screenId}/tabs/{tabId}
219
- * @scopes-current manage:jira-project
220
- * @scopes-beta read:screen-tab:jira, write:screen-tab:jira
221
- * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screen-tabs#api-rest-api-3-screens-screenid-tabs-tabid-put
222
- */
223
- renameScreenTab({ screenId, tabId, screenableTab, }) {
224
- return this.getClientInstance()
225
- .request({
226
- path: "/rest/api/3/screens/{screenId}/tabs/{tabId}",
227
- method: "PUT",
228
- pathParams: {
229
- screenId,
230
- tabId,
231
- },
232
- headers: {
233
- "Content-Type": "application/json",
234
- },
235
- body: screenableTab,
236
- })
237
- .then(this.getClientInstance().responseHandler({
238
- 200: {
239
- "application/json": "json",
240
- },
241
- }))
242
- .then(commonHttpClient.castResponse())
243
- .then(validationSchemaStorage_1.validationSchemaStorage.validator("ScreenTabsService.renameScreenTab.response"))
244
- .then(commonHttpClient.getBody);
19
+ constructor() {
20
+ super(...arguments);
21
+ /**
22
+ * Creates a tab for a screen.
23
+ *
24
+ * **[Permissions](#permissions) required:** *Administer Jira* [global
25
+ * permission](https://confluence.atlassian.com/x/x4dKLg).
26
+ *
27
+ * @returns Returned if the request is successful.
28
+ *
29
+ * example: {
30
+ * "id": 10000,
31
+ * "name": "Fields Tab"
32
+ * }
33
+ * @path {POST} /rest/api/3/screens/{screenId}/tabs
34
+ * @scopes-current manage:jira-project
35
+ * @scopes-beta read:screen-tab:jira, write:screen-tab:jira
36
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screen-tabs#api-rest-api-3-screens-screenid-tabs-post
37
+ */
38
+ this.addScreenTab = ({ screenId, screenableTab, }) => {
39
+ return this.getClientInstance()
40
+ .request({
41
+ path: "/rest/api/3/screens/{screenId}/tabs",
42
+ method: "POST",
43
+ pathParams: {
44
+ screenId,
45
+ },
46
+ headers: {
47
+ "Content-Type": "application/json",
48
+ },
49
+ body: screenableTab,
50
+ })
51
+ .then(this.getClientInstance().responseHandler({
52
+ 200: {
53
+ "application/json": "json",
54
+ },
55
+ }))
56
+ .then(commonHttpClient.castResponse())
57
+ .then(validationSchemaStorage_1.validationSchemaStorage.validator("ScreenTabsService.addScreenTab.response"))
58
+ .then(commonHttpClient.getBody);
59
+ };
60
+ /**
61
+ * Deletes a screen tab.
62
+ *
63
+ * **[Permissions](#permissions) required:** *Administer Jira* [global
64
+ * permission](https://confluence.atlassian.com/x/x4dKLg).
65
+ *
66
+ * @path {DELETE} /rest/api/3/screens/{screenId}/tabs/{tabId}
67
+ * @scopes-current manage:jira-project
68
+ * @scopes-beta delete:screen-tab:jira
69
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screen-tabs#api-rest-api-3-screens-screenid-tabs-tabid-delete
70
+ */
71
+ this.deleteScreenTab = ({ screenId, tabId, }) => {
72
+ return this.getClientInstance()
73
+ .request({
74
+ path: "/rest/api/3/screens/{screenId}/tabs/{tabId}",
75
+ method: "DELETE",
76
+ pathParams: {
77
+ screenId,
78
+ tabId,
79
+ },
80
+ })
81
+ .then(commonHttpClient.discardResult);
82
+ };
83
+ /**
84
+ * Returns the list of tabs for a screen.
85
+ *
86
+ * **[Permissions](#permissions) required:**
87
+ *
88
+ * * *Administer Jira* [global
89
+ * permission](https://confluence.atlassian.com/x/x4dKLg).
90
+ * * *Administer projects* [project
91
+ * permission](https://confluence.atlassian.com/x/yodKLg) when the project key is
92
+ * specified, providing that the screen is associated with the project through a
93
+ * Screen Scheme and Issue Type Screen Scheme.
94
+ *
95
+ * @returns Returned if the request is successful.
96
+ * @path {GET} /rest/api/3/screens/{screenId}/tabs
97
+ * @scopes-current manage:jira-project
98
+ * @scopes-beta read:screen-tab:jira
99
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screen-tabs#api-rest-api-3-screens-screenid-tabs-get
100
+ */
101
+ this.getAllScreenTabs = ({ screenId, projectKey, }) => {
102
+ return this.getClientInstance()
103
+ .request({
104
+ path: "/rest/api/3/screens/{screenId}/tabs",
105
+ method: "GET",
106
+ pathParams: {
107
+ screenId,
108
+ },
109
+ query: {
110
+ projectKey,
111
+ },
112
+ })
113
+ .then(this.getClientInstance().responseHandler({
114
+ 200: {
115
+ "application/json": "json",
116
+ },
117
+ }))
118
+ .then(commonHttpClient.castResponse())
119
+ .then(validationSchemaStorage_1.validationSchemaStorage.validator("ScreenTabsService.getAllScreenTabs.response"))
120
+ .then(commonHttpClient.getBody);
121
+ };
122
+ /**
123
+ * Returns the list of tabs for a bulk of screens.
124
+ *
125
+ * **[Permissions](#permissions) required:**
126
+ *
127
+ * * *Administer Jira* [global
128
+ * permission](https://confluence.atlassian.com/x/x4dKLg).
129
+ *
130
+ * @returns Returned if the request is successful.
131
+ *
132
+ * example: {
133
+ * "isLast": true,
134
+ * "maxResults": 100,
135
+ * "startAt": 0,
136
+ * "total": 2,
137
+ * "values": [
138
+ * {
139
+ * "screenId": 10000,
140
+ * "tabId": 10001,
141
+ * "tabName": "My Custom Tab 1"
142
+ * },
143
+ * {
144
+ * "screenId": 10001,
145
+ * "tabId": 10002,
146
+ * "tabName": "My Custom Tab 2"
147
+ * }
148
+ * ]
149
+ * }
150
+ * @path {GET} /rest/api/3/screens/tabs
151
+ * @scopes-current manage:jira-project
152
+ * @scopes-beta read:screen-tab:jira
153
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screen-tabs#api-rest-api-3-screens-tabs-get
154
+ */
155
+ this.getBulkScreenTabs = ({ screenId, tabId, startAt, maxResult, } = {}) => {
156
+ return this.getClientInstance()
157
+ .request({
158
+ path: "/rest/api/3/screens/tabs",
159
+ method: "GET",
160
+ query: {
161
+ screenId,
162
+ tabId,
163
+ startAt,
164
+ maxResult,
165
+ },
166
+ })
167
+ .then(this.getClientInstance().responseHandler({
168
+ 200: {
169
+ "application/json": "json",
170
+ },
171
+ }))
172
+ .then(commonHttpClient.castResponse())
173
+ .then(validationSchemaStorage_1.validationSchemaStorage.validator("ScreenTabsService.getBulkScreenTabs.response"))
174
+ .then(commonHttpClient.getBody);
175
+ };
176
+ /**
177
+ * Moves a screen tab.
178
+ *
179
+ * **[Permissions](#permissions) required:** *Administer Jira* [global
180
+ * permission](https://confluence.atlassian.com/x/x4dKLg).
181
+ *
182
+ * @returns Returned if the request is successful.
183
+ * @path {POST} /rest/api/3/screens/{screenId}/tabs/{tabId}/move/{pos}
184
+ * @scopes-current manage:jira-project
185
+ * @scopes-beta write:screen:jira
186
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screen-tabs#api-rest-api-3-screens-screenid-tabs-tabid-move-pos-post
187
+ */
188
+ this.moveScreenTab = ({ screenId, tabId, pos, }) => {
189
+ return this.getClientInstance()
190
+ .request({
191
+ path: "/rest/api/3/screens/{screenId}/tabs/{tabId}/move/{pos}",
192
+ method: "POST",
193
+ pathParams: {
194
+ screenId,
195
+ tabId,
196
+ pos,
197
+ },
198
+ })
199
+ .then(this.getClientInstance().responseHandler({
200
+ 204: {
201
+ "application/json": "json",
202
+ },
203
+ }))
204
+ .then(commonHttpClient.castResponse())
205
+ .then(validationSchemaStorage_1.validationSchemaStorage.validator("ScreenTabsService.moveScreenTab.response"))
206
+ .then(commonHttpClient.getBody);
207
+ };
208
+ /**
209
+ * Updates the name of a screen tab.
210
+ *
211
+ * **[Permissions](#permissions) required:** *Administer Jira* [global
212
+ * permission](https://confluence.atlassian.com/x/x4dKLg).
213
+ *
214
+ * @returns Returned if the request is successful.
215
+ *
216
+ * example: {
217
+ * "id": 10000,
218
+ * "name": "Fields Tab"
219
+ * }
220
+ * @path {PUT} /rest/api/3/screens/{screenId}/tabs/{tabId}
221
+ * @scopes-current manage:jira-project
222
+ * @scopes-beta read:screen-tab:jira, write:screen-tab:jira
223
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screen-tabs#api-rest-api-3-screens-screenid-tabs-tabid-put
224
+ */
225
+ this.renameScreenTab = ({ screenId, tabId, screenableTab, }) => {
226
+ return this.getClientInstance()
227
+ .request({
228
+ path: "/rest/api/3/screens/{screenId}/tabs/{tabId}",
229
+ method: "PUT",
230
+ pathParams: {
231
+ screenId,
232
+ tabId,
233
+ },
234
+ headers: {
235
+ "Content-Type": "application/json",
236
+ },
237
+ body: screenableTab,
238
+ })
239
+ .then(this.getClientInstance().responseHandler({
240
+ 200: {
241
+ "application/json": "json",
242
+ },
243
+ }))
244
+ .then(commonHttpClient.castResponse())
245
+ .then(validationSchemaStorage_1.validationSchemaStorage.validator("ScreenTabsService.renameScreenTab.response"))
246
+ .then(commonHttpClient.getBody);
247
+ };
245
248
  }
246
249
  static initialize() {
247
250
  validationSchemaStorage_1.validationSchemaStorage.registerExtensible("ScreenTabsService.getAllScreenTabs.response", zod_1.z
@@ -1 +1 @@
1
- {"version":3,"file":"ScreenTabsService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/ScreenTabsService.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"ScreenTabsService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/ScreenTabsService.ts"],"names":[],"mappings":"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"}
@@ -26,10 +26,10 @@ export declare class ScreensService extends CommonHttpService {
26
26
  * @scopes-beta read:project:jira, read:screen:jira, write:screen:jira
27
27
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screens#api-rest-api-3-screens-addtodefault-fieldid-post
28
28
  */
29
- addFieldToDefaultScreen({ fieldId, }: {
29
+ addFieldToDefaultScreen: ({ fieldId, }: {
30
30
  /** The ID of the field. */
31
31
  fieldId: string;
32
- }): Promise<unknown>;
32
+ }) => Promise<unknown>;
33
33
  /**
34
34
  * Creates a screen with a default field tab.
35
35
  *
@@ -49,7 +49,7 @@ export declare class ScreensService extends CommonHttpService {
49
49
  * read:project-category:jira
50
50
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screens#api-rest-api-3-screens-post
51
51
  */
52
- createScreen({ screenDetails, }: {
52
+ createScreen: ({ screenDetails, }: {
53
53
  /**
54
54
  * @example {
55
55
  * "description": "Enables changes to resolution and linked issues.",
@@ -57,7 +57,7 @@ export declare class ScreensService extends CommonHttpService {
57
57
  * }
58
58
  */
59
59
  screenDetails: ScreenDetails;
60
- }): Promise<Screen>;
60
+ }) => Promise<Screen>;
61
61
  /**
62
62
  * Deletes a screen. A screen cannot be deleted if it is used in a screen scheme,
63
63
  * workflow, or workflow draft.
@@ -69,10 +69,10 @@ export declare class ScreensService extends CommonHttpService {
69
69
  * @scopes-beta delete:screen:jira
70
70
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screens#api-rest-api-3-screens-screenid-delete
71
71
  */
72
- deleteScreen({ screenId, }: {
72
+ deleteScreen: ({ screenId, }: {
73
73
  /** The ID of the screen. */
74
74
  screenId: number;
75
- }): Promise<void>;
75
+ }) => Promise<void>;
76
76
  /**
77
77
  * Returns the fields that can be added to a tab on a screen.
78
78
  *
@@ -85,10 +85,10 @@ export declare class ScreensService extends CommonHttpService {
85
85
  * @scopes-beta read:screen-field:jira, read:screenable-field:jira
86
86
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screens#api-rest-api-3-screens-screenid-availablefields-get
87
87
  */
88
- getAvailableScreenFields({ screenId, }: {
88
+ getAvailableScreenFields: ({ screenId, }: {
89
89
  /** The ID of the screen. */
90
90
  screenId: number;
91
- }): Promise<ScreenableField[]>;
91
+ }) => Promise<ScreenableField[]>;
92
92
  /**
93
93
  * Returns a [paginated](#pagination) list of all screens or those specified by
94
94
  * one or more screen IDs.
@@ -130,31 +130,31 @@ export declare class ScreensService extends CommonHttpService {
130
130
  * read:project-category:jira
131
131
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screens#api-rest-api-3-screens-get
132
132
  */
133
- getScreens({ startAt, maxResults, id, queryString, scope, orderBy, }?: {
133
+ getScreens: ({ startAt, maxResults, id, queryString, scope, orderBy, }?: {
134
134
  /** The index of the first item to return in a page of results (page offset). */
135
- startAt?: number;
135
+ startAt?: number | undefined;
136
136
  /** The maximum number of items to return per page. */
137
- maxResults?: number;
137
+ maxResults?: number | undefined;
138
138
  /**
139
139
  * The list of screen IDs. To include multiple IDs, provide an ampersand-separated
140
140
  * list. For example, `id=10000&id=10001`.
141
141
  */
142
- id?: number[];
142
+ id?: number[] | undefined;
143
143
  /** String used to perform a case-insensitive partial match with screen name. */
144
- queryString?: string;
144
+ queryString?: string | undefined;
145
145
  /**
146
146
  * The scope filter string. To filter by multiple scope, provide an
147
147
  * ampersand-separated list. For example, `scope=GLOBAL&scope=PROJECT`.
148
148
  */
149
- scope?: ("GLOBAL" | "TEMPLATE" | "PROJECT")[];
149
+ scope?: ("PROJECT" | "TEMPLATE" | "GLOBAL")[] | undefined;
150
150
  /**
151
151
  * [Order](#ordering) the results by a field:
152
152
  *
153
153
  * * `id` Sorts by screen ID.
154
154
  * * `name` Sorts by screen name.
155
155
  */
156
- orderBy?: "name" | "-name" | "+name" | "id" | "-id" | "+id";
157
- }): Promise<PageBeanScreen>;
156
+ orderBy?: "id" | "name" | "-id" | "+id" | "-name" | "+name" | undefined;
157
+ }) => Promise<PageBeanScreen>;
158
158
  /**
159
159
  * Returns a [paginated](#pagination) list of the screens a field is used in.
160
160
  *
@@ -186,20 +186,20 @@ export declare class ScreensService extends CommonHttpService {
186
186
  * read:project:jira, read:screen-tab:jira
187
187
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screens#api-rest-api-3-field-fieldid-screens-get
188
188
  */
189
- getScreensForField({ fieldId, startAt, maxResults, expand, }: {
189
+ getScreensForField: ({ fieldId, startAt, maxResults, expand, }: {
190
190
  /** The ID of the field to return screens for. */
191
191
  fieldId: string;
192
192
  /** The index of the first item to return in a page of results (page offset). */
193
- startAt?: number;
193
+ startAt?: number | undefined;
194
194
  /** The maximum number of items to return per page. */
195
- maxResults?: number;
195
+ maxResults?: number | undefined;
196
196
  /**
197
197
  * Use [expand](#expansion) to include additional information about screens in the
198
198
  * response. This parameter accepts `tab` which returns details about the screen
199
199
  * tabs the field is used in.
200
200
  */
201
- expand?: string;
202
- }): Promise<PageBeanScreenWithTab>;
201
+ expand?: string | undefined;
202
+ }) => Promise<PageBeanScreenWithTab>;
203
203
  /**
204
204
  * Updates a screen. Only screens used in classic projects can be updated.
205
205
  *
@@ -219,7 +219,7 @@ export declare class ScreensService extends CommonHttpService {
219
219
  * read:project-category:jira
220
220
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screens#api-rest-api-3-screens-screenid-put
221
221
  */
222
- updateScreen({ screenId, updateScreenDetails, }: {
222
+ updateScreen: ({ screenId, updateScreenDetails, }: {
223
223
  /** The ID of the screen. */
224
224
  screenId: number;
225
225
  /**
@@ -230,6 +230,6 @@ export declare class ScreensService extends CommonHttpService {
230
230
  * }
231
231
  */
232
232
  updateScreenDetails: UpdateScreenDetails;
233
- }): Promise<Screen>;
233
+ }) => Promise<Screen>;
234
234
  static initialize(): void;
235
235
  }