@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
@@ -16,147 +16,150 @@ const validationSchemaStorage_1 = require("../validationSchemaStorage");
16
16
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screen-tab-fields
17
17
  */
18
18
  class ScreenTabFieldsService extends CommonHttpService_1.CommonHttpService {
19
- /**
20
- * Adds a field to a screen tab.
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": "summary",
29
- * "name": "Summary"
30
- * }
31
- * @path {POST} /rest/api/3/screens/{screenId}/tabs/{tabId}/fields
32
- * @scopes-current manage:jira-project
33
- * @scopes-beta read:screenable-field:jira, write:screenable-field:jira
34
- * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screen-tab-fields#api-rest-api-3-screens-screenid-tabs-tabid-fields-post
35
- */
36
- addScreenTabField({ screenId, tabId, addFieldBean, }) {
37
- return this.getClientInstance()
38
- .request({
39
- path: "/rest/api/3/screens/{screenId}/tabs/{tabId}/fields",
40
- method: "POST",
41
- pathParams: {
42
- screenId,
43
- tabId,
44
- },
45
- headers: {
46
- "Content-Type": "application/json",
47
- },
48
- body: addFieldBean,
49
- })
50
- .then(this.getClientInstance().responseHandler({
51
- 200: {
52
- "application/json": "json",
53
- },
54
- }))
55
- .then(commonHttpClient.castResponse())
56
- .then(validationSchemaStorage_1.validationSchemaStorage.validator("ScreenTabFieldsService.addScreenTabField.response"))
57
- .then(commonHttpClient.getBody);
58
- }
59
- /**
60
- * Returns all fields for a screen tab.
61
- *
62
- * **[Permissions](#permissions) required:**
63
- *
64
- * * *Administer Jira* [global
65
- * permission](https://confluence.atlassian.com/x/x4dKLg).
66
- * * *Administer projects* [project
67
- * permission](https://confluence.atlassian.com/x/yodKLg) when the project key is
68
- * specified, providing that the screen is associated with the project through a
69
- * Screen Scheme and Issue Type Screen Scheme.
70
- *
71
- * @returns Returned if the request is successful.
72
- * @path {GET} /rest/api/3/screens/{screenId}/tabs/{tabId}/fields
73
- * @scopes-current manage:jira-project
74
- * @scopes-beta read:screenable-field:jira
75
- * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screen-tab-fields#api-rest-api-3-screens-screenid-tabs-tabid-fields-get
76
- */
77
- getAllScreenTabFields({ screenId, tabId, projectKey, }) {
78
- return this.getClientInstance()
79
- .request({
80
- path: "/rest/api/3/screens/{screenId}/tabs/{tabId}/fields",
81
- method: "GET",
82
- pathParams: {
83
- screenId,
84
- tabId,
85
- },
86
- query: {
87
- projectKey,
88
- },
89
- })
90
- .then(this.getClientInstance().responseHandler({
91
- 200: {
92
- "application/json": "json",
93
- },
94
- }))
95
- .then(commonHttpClient.castResponse())
96
- .then(validationSchemaStorage_1.validationSchemaStorage.validator("ScreenTabFieldsService.getAllScreenTabFields.response"))
97
- .then(commonHttpClient.getBody);
98
- }
99
- /**
100
- * Moves a screen tab field.
101
- *
102
- * If `after` and `position` are provided in the request, `position` is ignored.
103
- *
104
- * **[Permissions](#permissions) required:** *Administer Jira* [global
105
- * permission](https://confluence.atlassian.com/x/x4dKLg).
106
- *
107
- * @returns Returned if the request is successful.
108
- * @path {POST} /rest/api/3/screens/{screenId}/tabs/{tabId}/fields/{id}/move
109
- * @scopes-current manage:jira-project
110
- * @scopes-beta write:screenable-field:jira
111
- * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screen-tab-fields#api-rest-api-3-screens-screenid-tabs-tabid-fields-id-move-post
112
- */
113
- moveScreenTabField({ screenId, tabId, id, moveFieldBean, }) {
114
- return this.getClientInstance()
115
- .request({
116
- path: "/rest/api/3/screens/{screenId}/tabs/{tabId}/fields/{id}/move",
117
- method: "POST",
118
- pathParams: {
119
- screenId,
120
- tabId,
121
- id,
122
- },
123
- headers: {
124
- "Content-Type": "application/json",
125
- },
126
- body: moveFieldBean,
127
- })
128
- .then(this.getClientInstance().responseHandler({
129
- 204: {
130
- "application/json": "json",
131
- },
132
- }))
133
- .then(commonHttpClient.castResponse())
134
- .then(validationSchemaStorage_1.validationSchemaStorage.validator("ScreenTabFieldsService.moveScreenTabField.response"))
135
- .then(commonHttpClient.getBody);
136
- }
137
- /**
138
- * Removes a field from a screen tab.
139
- *
140
- * **[Permissions](#permissions) required:** *Administer Jira* [global
141
- * permission](https://confluence.atlassian.com/x/x4dKLg).
142
- *
143
- * @path {DELETE} /rest/api/3/screens/{screenId}/tabs/{tabId}/fields/{id}
144
- * @scopes-current manage:jira-project
145
- * @scopes-beta delete:screenable-field:jira
146
- * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screen-tab-fields#api-rest-api-3-screens-screenid-tabs-tabid-fields-id-delete
147
- */
148
- removeScreenTabField({ screenId, tabId, id, }) {
149
- return this.getClientInstance()
150
- .request({
151
- path: "/rest/api/3/screens/{screenId}/tabs/{tabId}/fields/{id}",
152
- method: "DELETE",
153
- pathParams: {
154
- screenId,
155
- tabId,
156
- id,
157
- },
158
- })
159
- .then(commonHttpClient.discardResult);
19
+ constructor() {
20
+ super(...arguments);
21
+ /**
22
+ * Adds a field to a screen tab.
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": "summary",
31
+ * "name": "Summary"
32
+ * }
33
+ * @path {POST} /rest/api/3/screens/{screenId}/tabs/{tabId}/fields
34
+ * @scopes-current manage:jira-project
35
+ * @scopes-beta read:screenable-field:jira, write:screenable-field:jira
36
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screen-tab-fields#api-rest-api-3-screens-screenid-tabs-tabid-fields-post
37
+ */
38
+ this.addScreenTabField = ({ screenId, tabId, addFieldBean, }) => {
39
+ return this.getClientInstance()
40
+ .request({
41
+ path: "/rest/api/3/screens/{screenId}/tabs/{tabId}/fields",
42
+ method: "POST",
43
+ pathParams: {
44
+ screenId,
45
+ tabId,
46
+ },
47
+ headers: {
48
+ "Content-Type": "application/json",
49
+ },
50
+ body: addFieldBean,
51
+ })
52
+ .then(this.getClientInstance().responseHandler({
53
+ 200: {
54
+ "application/json": "json",
55
+ },
56
+ }))
57
+ .then(commonHttpClient.castResponse())
58
+ .then(validationSchemaStorage_1.validationSchemaStorage.validator("ScreenTabFieldsService.addScreenTabField.response"))
59
+ .then(commonHttpClient.getBody);
60
+ };
61
+ /**
62
+ * Returns all fields for a screen tab.
63
+ *
64
+ * **[Permissions](#permissions) required:**
65
+ *
66
+ * * *Administer Jira* [global
67
+ * permission](https://confluence.atlassian.com/x/x4dKLg).
68
+ * * *Administer projects* [project
69
+ * permission](https://confluence.atlassian.com/x/yodKLg) when the project key is
70
+ * specified, providing that the screen is associated with the project through a
71
+ * Screen Scheme and Issue Type Screen Scheme.
72
+ *
73
+ * @returns Returned if the request is successful.
74
+ * @path {GET} /rest/api/3/screens/{screenId}/tabs/{tabId}/fields
75
+ * @scopes-current manage:jira-project
76
+ * @scopes-beta read:screenable-field:jira
77
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screen-tab-fields#api-rest-api-3-screens-screenid-tabs-tabid-fields-get
78
+ */
79
+ this.getAllScreenTabFields = ({ screenId, tabId, projectKey, }) => {
80
+ return this.getClientInstance()
81
+ .request({
82
+ path: "/rest/api/3/screens/{screenId}/tabs/{tabId}/fields",
83
+ method: "GET",
84
+ pathParams: {
85
+ screenId,
86
+ tabId,
87
+ },
88
+ query: {
89
+ projectKey,
90
+ },
91
+ })
92
+ .then(this.getClientInstance().responseHandler({
93
+ 200: {
94
+ "application/json": "json",
95
+ },
96
+ }))
97
+ .then(commonHttpClient.castResponse())
98
+ .then(validationSchemaStorage_1.validationSchemaStorage.validator("ScreenTabFieldsService.getAllScreenTabFields.response"))
99
+ .then(commonHttpClient.getBody);
100
+ };
101
+ /**
102
+ * Moves a screen tab field.
103
+ *
104
+ * If `after` and `position` are provided in the request, `position` is ignored.
105
+ *
106
+ * **[Permissions](#permissions) required:** *Administer Jira* [global
107
+ * permission](https://confluence.atlassian.com/x/x4dKLg).
108
+ *
109
+ * @returns Returned if the request is successful.
110
+ * @path {POST} /rest/api/3/screens/{screenId}/tabs/{tabId}/fields/{id}/move
111
+ * @scopes-current manage:jira-project
112
+ * @scopes-beta write:screenable-field:jira
113
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screen-tab-fields#api-rest-api-3-screens-screenid-tabs-tabid-fields-id-move-post
114
+ */
115
+ this.moveScreenTabField = ({ screenId, tabId, id, moveFieldBean, }) => {
116
+ return this.getClientInstance()
117
+ .request({
118
+ path: "/rest/api/3/screens/{screenId}/tabs/{tabId}/fields/{id}/move",
119
+ method: "POST",
120
+ pathParams: {
121
+ screenId,
122
+ tabId,
123
+ id,
124
+ },
125
+ headers: {
126
+ "Content-Type": "application/json",
127
+ },
128
+ body: moveFieldBean,
129
+ })
130
+ .then(this.getClientInstance().responseHandler({
131
+ 204: {
132
+ "application/json": "json",
133
+ },
134
+ }))
135
+ .then(commonHttpClient.castResponse())
136
+ .then(validationSchemaStorage_1.validationSchemaStorage.validator("ScreenTabFieldsService.moveScreenTabField.response"))
137
+ .then(commonHttpClient.getBody);
138
+ };
139
+ /**
140
+ * Removes a field from a screen tab.
141
+ *
142
+ * **[Permissions](#permissions) required:** *Administer Jira* [global
143
+ * permission](https://confluence.atlassian.com/x/x4dKLg).
144
+ *
145
+ * @path {DELETE} /rest/api/3/screens/{screenId}/tabs/{tabId}/fields/{id}
146
+ * @scopes-current manage:jira-project
147
+ * @scopes-beta delete:screenable-field:jira
148
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screen-tab-fields#api-rest-api-3-screens-screenid-tabs-tabid-fields-id-delete
149
+ */
150
+ this.removeScreenTabField = ({ screenId, tabId, id, }) => {
151
+ return this.getClientInstance()
152
+ .request({
153
+ path: "/rest/api/3/screens/{screenId}/tabs/{tabId}/fields/{id}",
154
+ method: "DELETE",
155
+ pathParams: {
156
+ screenId,
157
+ tabId,
158
+ id,
159
+ },
160
+ })
161
+ .then(commonHttpClient.discardResult);
162
+ };
160
163
  }
161
164
  static initialize() {
162
165
  validationSchemaStorage_1.validationSchemaStorage.registerExtensible("ScreenTabFieldsService.getAllScreenTabFields.response", zod_1.z
@@ -1 +1 @@
1
- {"version":3,"file":"ScreenTabFieldsService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/ScreenTabFieldsService.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"ScreenTabFieldsService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/ScreenTabFieldsService.ts"],"names":[],"mappings":"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"}
@@ -24,7 +24,7 @@ export declare class ScreenTabsService extends CommonHttpService {
24
24
  * @scopes-beta read:screen-tab:jira, write:screen-tab:jira
25
25
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screen-tabs#api-rest-api-3-screens-screenid-tabs-post
26
26
  */
27
- addScreenTab({ screenId, screenableTab, }: {
27
+ addScreenTab: ({ screenId, screenableTab, }: {
28
28
  /** The ID of the screen. */
29
29
  screenId: number;
30
30
  /**
@@ -33,7 +33,7 @@ export declare class ScreenTabsService extends CommonHttpService {
33
33
  * }
34
34
  */
35
35
  screenableTab: ScreenableTab;
36
- }): Promise<ScreenableTab>;
36
+ }) => Promise<ScreenableTab>;
37
37
  /**
38
38
  * Deletes a screen tab.
39
39
  *
@@ -45,12 +45,12 @@ export declare class ScreenTabsService extends CommonHttpService {
45
45
  * @scopes-beta delete:screen-tab:jira
46
46
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screen-tabs#api-rest-api-3-screens-screenid-tabs-tabid-delete
47
47
  */
48
- deleteScreenTab({ screenId, tabId, }: {
48
+ deleteScreenTab: ({ screenId, tabId, }: {
49
49
  /** The ID of the screen. */
50
50
  screenId: number;
51
51
  /** The ID of the screen tab. */
52
52
  tabId: number;
53
- }): Promise<void>;
53
+ }) => Promise<void>;
54
54
  /**
55
55
  * Returns the list of tabs for a screen.
56
56
  *
@@ -69,12 +69,12 @@ export declare class ScreenTabsService extends CommonHttpService {
69
69
  * @scopes-beta read:screen-tab:jira
70
70
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screen-tabs#api-rest-api-3-screens-screenid-tabs-get
71
71
  */
72
- getAllScreenTabs({ screenId, projectKey, }: {
72
+ getAllScreenTabs: ({ screenId, projectKey, }: {
73
73
  /** The ID of the screen. */
74
74
  screenId: number;
75
75
  /** The key of the project. */
76
- projectKey?: string;
77
- }): Promise<ScreenableTab[]>;
76
+ projectKey?: string | undefined;
77
+ }) => Promise<ScreenableTab[]>;
78
78
  /**
79
79
  * Returns the list of tabs for a bulk of screens.
80
80
  *
@@ -108,22 +108,22 @@ export declare class ScreenTabsService extends CommonHttpService {
108
108
  * @scopes-beta read:screen-tab:jira
109
109
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screen-tabs#api-rest-api-3-screens-tabs-get
110
110
  */
111
- getBulkScreenTabs({ screenId, tabId, startAt, maxResult, }?: {
111
+ getBulkScreenTabs: ({ screenId, tabId, startAt, maxResult, }?: {
112
112
  /**
113
113
  * The list of screen IDs. To include multiple screen IDs, provide an
114
114
  * ampersand-separated list. For example, `screenId=10000&screenId=10001`.
115
115
  */
116
- screenId?: number[];
116
+ screenId?: number[] | undefined;
117
117
  /**
118
118
  * The list of tab IDs. To include multiple tab IDs, provide an
119
119
  * ampersand-separated list. For example, `tabId=10000&tabId=10001`.
120
120
  */
121
- tabId?: number[];
121
+ tabId?: number[] | undefined;
122
122
  /** The index of the first item to return in a page of results (page offset). */
123
- startAt?: number;
123
+ startAt?: number | undefined;
124
124
  /** The maximum number of items to return per page. The maximum number is 100, */
125
- maxResult?: number;
126
- }): Promise<unknown>;
125
+ maxResult?: number | undefined;
126
+ }) => Promise<unknown>;
127
127
  /**
128
128
  * Moves a screen tab.
129
129
  *
@@ -136,14 +136,14 @@ export declare class ScreenTabsService extends CommonHttpService {
136
136
  * @scopes-beta write:screen:jira
137
137
  * @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
138
138
  */
139
- moveScreenTab({ screenId, tabId, pos, }: {
139
+ moveScreenTab: ({ screenId, tabId, pos, }: {
140
140
  /** The ID of the screen. */
141
141
  screenId: number;
142
142
  /** The ID of the screen tab. */
143
143
  tabId: number;
144
144
  /** The position of tab. The base index is 0. */
145
145
  pos: number;
146
- }): Promise<void>;
146
+ }) => Promise<void>;
147
147
  /**
148
148
  * Updates the name of a screen tab.
149
149
  *
@@ -161,12 +161,12 @@ export declare class ScreenTabsService extends CommonHttpService {
161
161
  * @scopes-beta read:screen-tab:jira, write:screen-tab:jira
162
162
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screen-tabs#api-rest-api-3-screens-screenid-tabs-tabid-put
163
163
  */
164
- renameScreenTab({ screenId, tabId, screenableTab, }: {
164
+ renameScreenTab: ({ screenId, tabId, screenableTab, }: {
165
165
  /** The ID of the screen. */
166
166
  screenId: number;
167
167
  /** The ID of the screen tab. */
168
168
  tabId: number;
169
169
  screenableTab: ScreenableTab;
170
- }): Promise<ScreenableTab>;
170
+ }) => Promise<ScreenableTab>;
171
171
  static initialize(): void;
172
172
  }