@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
@@ -1 +1 @@
1
- {"version":3,"file":"IssueCustomFieldOptionsService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/IssueCustomFieldOptionsService.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"IssueCustomFieldOptionsService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/IssueCustomFieldOptionsService.ts"],"names":[],"mappings":"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"}
@@ -26,11 +26,11 @@ export declare class IssueCustomFieldValuesAppsService extends CommonHttpService
26
26
  * @scopes-beta
27
27
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-values-apps-#api-rest-api-3-app-field-fieldidorkey-value-put
28
28
  */
29
- updateCustomFieldValue({ fieldIdOrKey, generateChangelog, customFieldValueUpdateDetails, }: {
29
+ updateCustomFieldValue: ({ fieldIdOrKey, generateChangelog, customFieldValueUpdateDetails, }: {
30
30
  /** The ID or key of the custom field. For example, `customfield_10010`. */
31
31
  fieldIdOrKey: string;
32
32
  /** Whether to generate a changelog for this update. */
33
- generateChangelog?: boolean;
33
+ generateChangelog?: boolean | undefined;
34
34
  /**
35
35
  * @example {
36
36
  * "updates": [
@@ -44,7 +44,7 @@ export declare class IssueCustomFieldValuesAppsService extends CommonHttpService
44
44
  * }
45
45
  */
46
46
  customFieldValueUpdateDetails: CustomFieldValueUpdateDetails;
47
- }): Promise<void>;
47
+ }) => Promise<void>;
48
48
  /**
49
49
  * Updates the value of one or more custom fields on one or more issues.
50
50
  * Combinations of custom field and issue should be unique within the request.
@@ -64,9 +64,9 @@ export declare class IssueCustomFieldValuesAppsService extends CommonHttpService
64
64
  * @scopes-beta
65
65
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-values-apps-#api-rest-api-3-app-field-value-post
66
66
  */
67
- updateMultipleCustomFieldValues({ generateChangelog, multipleCustomFieldValuesUpdateDetails, }: {
67
+ updateMultipleCustomFieldValues: ({ generateChangelog, multipleCustomFieldValuesUpdateDetails, }: {
68
68
  /** Whether to generate a changelog for this update. */
69
- generateChangelog?: boolean;
69
+ generateChangelog?: boolean | undefined;
70
70
  /**
71
71
  * @example {
72
72
  * "updates": [
@@ -89,6 +89,6 @@ export declare class IssueCustomFieldValuesAppsService extends CommonHttpService
89
89
  * }
90
90
  */
91
91
  multipleCustomFieldValuesUpdateDetails: MultipleCustomFieldValuesUpdateDetails;
92
- }): Promise<void>;
92
+ }) => Promise<void>;
93
93
  static initialize(): void;
94
94
  }
@@ -16,89 +16,92 @@ const validationSchemaStorage_1 = require("../validationSchemaStorage");
16
16
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-values-apps-
17
17
  */
18
18
  class IssueCustomFieldValuesAppsService extends CommonHttpService_1.CommonHttpService {
19
- /**
20
- * Updates the value of a custom field on one or more issues.
21
- *
22
- * Apps can only perform this operation on [custom
23
- * fields](https://developer.atlassian.com/platform/forge/manifest-reference/modules/jira-custom-field/)
24
- * and [custom field
25
- * types](https://developer.atlassian.com/platform/forge/manifest-reference/modules/jira-custom-field-type/)
26
- * declared in their own manifests.
27
- *
28
- * **[Permissions](#permissions) required:** Only the app that owns the custom
29
- * field or custom field type can update its values with this operation.
30
- *
31
- * @returns Returned if the request is successful.
32
- * @path {PUT} /rest/api/3/app/field/{fieldIdOrKey}/value
33
- * @scopes-current
34
- * @scopes-beta
35
- * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-values-apps-#api-rest-api-3-app-field-fieldidorkey-value-put
36
- */
37
- updateCustomFieldValue({ fieldIdOrKey, generateChangelog, customFieldValueUpdateDetails, }) {
38
- return this.getClientInstance()
39
- .request({
40
- path: "/rest/api/3/app/field/{fieldIdOrKey}/value",
41
- method: "PUT",
42
- pathParams: {
43
- fieldIdOrKey,
44
- },
45
- query: {
46
- generateChangelog,
47
- },
48
- headers: {
49
- "Content-Type": "application/json",
50
- },
51
- body: customFieldValueUpdateDetails,
52
- })
53
- .then(this.getClientInstance().responseHandler({
54
- 204: {
55
- "application/json": "json",
56
- },
57
- }))
58
- .then(commonHttpClient.castResponse())
59
- .then(validationSchemaStorage_1.validationSchemaStorage.validator("IssueCustomFieldValuesAppsService.updateCustomFieldValue.response"))
60
- .then(commonHttpClient.getBody);
61
- }
62
- /**
63
- * Updates the value of one or more custom fields on one or more issues.
64
- * Combinations of custom field and issue should be unique within the request.
65
- *
66
- * Apps can only perform this operation on [custom
67
- * fields](https://developer.atlassian.com/platform/forge/manifest-reference/modules/jira-custom-field/)
68
- * and [custom field
69
- * types](https://developer.atlassian.com/platform/forge/manifest-reference/modules/jira-custom-field-type/)
70
- * declared in their own manifests.
71
- *
72
- * **[Permissions](#permissions) required:** Only the app that owns the custom
73
- * field or custom field type can update its values with this operation.
74
- *
75
- * @returns Returned if the request is successful.
76
- * @path {POST} /rest/api/3/app/field/value
77
- * @scopes-current
78
- * @scopes-beta
79
- * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-values-apps-#api-rest-api-3-app-field-value-post
80
- */
81
- updateMultipleCustomFieldValues({ generateChangelog, multipleCustomFieldValuesUpdateDetails, }) {
82
- return this.getClientInstance()
83
- .request({
84
- path: "/rest/api/3/app/field/value",
85
- method: "POST",
86
- query: {
87
- generateChangelog,
88
- },
89
- headers: {
90
- "Content-Type": "application/json",
91
- },
92
- body: multipleCustomFieldValuesUpdateDetails,
93
- })
94
- .then(this.getClientInstance().responseHandler({
95
- 204: {
96
- "application/json": "json",
97
- },
98
- }))
99
- .then(commonHttpClient.castResponse())
100
- .then(validationSchemaStorage_1.validationSchemaStorage.validator("IssueCustomFieldValuesAppsService.updateMultipleCustomFieldValues.response"))
101
- .then(commonHttpClient.getBody);
19
+ constructor() {
20
+ super(...arguments);
21
+ /**
22
+ * Updates the value of a custom field on one or more issues.
23
+ *
24
+ * Apps can only perform this operation on [custom
25
+ * fields](https://developer.atlassian.com/platform/forge/manifest-reference/modules/jira-custom-field/)
26
+ * and [custom field
27
+ * types](https://developer.atlassian.com/platform/forge/manifest-reference/modules/jira-custom-field-type/)
28
+ * declared in their own manifests.
29
+ *
30
+ * **[Permissions](#permissions) required:** Only the app that owns the custom
31
+ * field or custom field type can update its values with this operation.
32
+ *
33
+ * @returns Returned if the request is successful.
34
+ * @path {PUT} /rest/api/3/app/field/{fieldIdOrKey}/value
35
+ * @scopes-current
36
+ * @scopes-beta
37
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-values-apps-#api-rest-api-3-app-field-fieldidorkey-value-put
38
+ */
39
+ this.updateCustomFieldValue = ({ fieldIdOrKey, generateChangelog, customFieldValueUpdateDetails, }) => {
40
+ return this.getClientInstance()
41
+ .request({
42
+ path: "/rest/api/3/app/field/{fieldIdOrKey}/value",
43
+ method: "PUT",
44
+ pathParams: {
45
+ fieldIdOrKey,
46
+ },
47
+ query: {
48
+ generateChangelog,
49
+ },
50
+ headers: {
51
+ "Content-Type": "application/json",
52
+ },
53
+ body: customFieldValueUpdateDetails,
54
+ })
55
+ .then(this.getClientInstance().responseHandler({
56
+ 204: {
57
+ "application/json": "json",
58
+ },
59
+ }))
60
+ .then(commonHttpClient.castResponse())
61
+ .then(validationSchemaStorage_1.validationSchemaStorage.validator("IssueCustomFieldValuesAppsService.updateCustomFieldValue.response"))
62
+ .then(commonHttpClient.getBody);
63
+ };
64
+ /**
65
+ * Updates the value of one or more custom fields on one or more issues.
66
+ * Combinations of custom field and issue should be unique within the request.
67
+ *
68
+ * Apps can only perform this operation on [custom
69
+ * fields](https://developer.atlassian.com/platform/forge/manifest-reference/modules/jira-custom-field/)
70
+ * and [custom field
71
+ * types](https://developer.atlassian.com/platform/forge/manifest-reference/modules/jira-custom-field-type/)
72
+ * declared in their own manifests.
73
+ *
74
+ * **[Permissions](#permissions) required:** Only the app that owns the custom
75
+ * field or custom field type can update its values with this operation.
76
+ *
77
+ * @returns Returned if the request is successful.
78
+ * @path {POST} /rest/api/3/app/field/value
79
+ * @scopes-current
80
+ * @scopes-beta
81
+ * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-values-apps-#api-rest-api-3-app-field-value-post
82
+ */
83
+ this.updateMultipleCustomFieldValues = ({ generateChangelog, multipleCustomFieldValuesUpdateDetails, }) => {
84
+ return this.getClientInstance()
85
+ .request({
86
+ path: "/rest/api/3/app/field/value",
87
+ method: "POST",
88
+ query: {
89
+ generateChangelog,
90
+ },
91
+ headers: {
92
+ "Content-Type": "application/json",
93
+ },
94
+ body: multipleCustomFieldValuesUpdateDetails,
95
+ })
96
+ .then(this.getClientInstance().responseHandler({
97
+ 204: {
98
+ "application/json": "json",
99
+ },
100
+ }))
101
+ .then(commonHttpClient.castResponse())
102
+ .then(validationSchemaStorage_1.validationSchemaStorage.validator("IssueCustomFieldValuesAppsService.updateMultipleCustomFieldValues.response"))
103
+ .then(commonHttpClient.getBody);
104
+ };
102
105
  }
103
106
  static initialize() {
104
107
  validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueCustomFieldValuesAppsService.updateCustomFieldValue.response", zod_1.z
@@ -1 +1 @@
1
- {"version":3,"file":"IssueCustomFieldValuesAppsService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/IssueCustomFieldValuesAppsService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAK9D,wEAAqE;AACrE;;;;;;GAMG;AACH,MAAa,iCAAkC,SAAQ,qCAAiB;IACtE;;;;;;;;;;;;;;;;;OAiBG;IACH,sBAAsB,CAAC,EACrB,YAAY,EACZ,iBAAiB,EACjB,6BAA6B,GAmB9B;QACC,OAAO,IAAI,CAAC,iBAAiB,EAAE;aAC5B,OAAO,CAAC;YACP,IAAI,EAAE,4CAA4C;YAClD,MAAM,EAAE,KAAK;YACb,UAAU,EAAE;gBACV,YAAY;aACb;YACD,KAAK,EAAE;gBACL,iBAAiB;aAClB;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,kBAAkB;aACnC;YACD,IAAI,EAAE,6BAA6B;SACpC,CAAC;aACD,IAAI,CACH,IAAI,CAAC,iBAAiB,EAAE,CAAC,eAAe,CAAC;YACvC,GAAG,EAAE;gBACH,kBAAkB,EAAE,MAAM;aAC3B;SACF,CAAC,CACH;aACA,IAAI,CACH,gBAAgB,CAAC,YAAY,EAIzB,CACL;aACA,IAAI,CACH,iDAAuB,CAAC,SAAS,CAC/B,mEAAmE,CACpE,CACF;aACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;IACpC,CAAC;IACD;;;;;;;;;;;;;;;;;;OAkBG;IACH,+BAA+B,CAAC,EAC9B,iBAAiB,EACjB,sCAAsC,GA0BvC;QACC,OAAO,IAAI,CAAC,iBAAiB,EAAE;aAC5B,OAAO,CAAC;YACP,IAAI,EAAE,6BAA6B;YACnC,MAAM,EAAE,MAAM;YACd,KAAK,EAAE;gBACL,iBAAiB;aAClB;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,kBAAkB;aACnC;YACD,IAAI,EAAE,sCAAsC;SAC7C,CAAC;aACD,IAAI,CACH,IAAI,CAAC,iBAAiB,EAAE,CAAC,eAAe,CAAC;YACvC,GAAG,EAAE;gBACH,kBAAkB,EAAE,MAAM;aAC3B;SACF,CAAC,CACH;aACA,IAAI,CACH,gBAAgB,CAAC,YAAY,EAIzB,CACL;aACA,IAAI,CACH,iDAAuB,CAAC,SAAS,CAC/B,4EAA4E,CAC7E,CACF;aACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;IACpC,CAAC;IACD,MAAM,CAAC,UAAU;QACf,iDAAuB,CAAC,kBAAkB,CACxC,mEAAmE,EACnE,OAAC;aACE,MAAM,CAAC;YACN,MAAM,EAAE,OAAC,CAAC,OAAO,CAAC,GAAG,CAAC;YACtB,SAAS,EAAE,OAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;YACxC,IAAI,EAAE,OAAC,CAAC,OAAO,EAAE;SAClB,CAAC;aACD,QAAQ,CACP,mEAAmE,CACpE,CACJ,CAAC;QACF,iDAAuB,CAAC,kBAAkB,CACxC,4EAA4E,EAC5E,OAAC;aACE,MAAM,CAAC;YACN,MAAM,EAAE,OAAC,CAAC,OAAO,CAAC,GAAG,CAAC;YACtB,SAAS,EAAE,OAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;YACxC,IAAI,EAAE,OAAC,CAAC,OAAO,EAAE;SAClB,CAAC;aACD,QAAQ,CACP,4EAA4E,CAC7E,CACJ,CAAC;IACJ,CAAC;CACF;AAzLD,8EAyLC"}
1
+ {"version":3,"file":"IssueCustomFieldValuesAppsService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/IssueCustomFieldValuesAppsService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAK9D,wEAAqE;AACrE;;;;;;GAMG;AACH,MAAa,iCAAkC,SAAQ,qCAAiB;IAAxE;;QACE;;;;;;;;;;;;;;;;;WAiBG;QACH,2BAAsB,GAAG,CAAC,EACxB,YAAY,EACZ,iBAAiB,EACjB,6BAA6B,GAmB9B,EAAiB,EAAE;YAClB,OAAO,IAAI,CAAC,iBAAiB,EAAE;iBAC5B,OAAO,CAAC;gBACP,IAAI,EAAE,4CAA4C;gBAClD,MAAM,EAAE,KAAK;gBACb,UAAU,EAAE;oBACV,YAAY;iBACb;gBACD,KAAK,EAAE;oBACL,iBAAiB;iBAClB;gBACD,OAAO,EAAE;oBACP,cAAc,EAAE,kBAAkB;iBACnC;gBACD,IAAI,EAAE,6BAA6B;aACpC,CAAC;iBACD,IAAI,CACH,IAAI,CAAC,iBAAiB,EAAE,CAAC,eAAe,CAAC;gBACvC,GAAG,EAAE;oBACH,kBAAkB,EAAE,MAAM;iBAC3B;aACF,CAAC,CACH;iBACA,IAAI,CACH,gBAAgB,CAAC,YAAY,EAIzB,CACL;iBACA,IAAI,CACH,iDAAuB,CAAC,SAAS,CAC/B,mEAAmE,CACpE,CACF;iBACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;QACpC,CAAC,CAAC;QACF;;;;;;;;;;;;;;;;;;WAkBG;QACH,oCAA+B,GAAG,CAAC,EACjC,iBAAiB,EACjB,sCAAsC,GA0BvC,EAAiB,EAAE;YAClB,OAAO,IAAI,CAAC,iBAAiB,EAAE;iBAC5B,OAAO,CAAC;gBACP,IAAI,EAAE,6BAA6B;gBACnC,MAAM,EAAE,MAAM;gBACd,KAAK,EAAE;oBACL,iBAAiB;iBAClB;gBACD,OAAO,EAAE;oBACP,cAAc,EAAE,kBAAkB;iBACnC;gBACD,IAAI,EAAE,sCAAsC;aAC7C,CAAC;iBACD,IAAI,CACH,IAAI,CAAC,iBAAiB,EAAE,CAAC,eAAe,CAAC;gBACvC,GAAG,EAAE;oBACH,kBAAkB,EAAE,MAAM;iBAC3B;aACF,CAAC,CACH;iBACA,IAAI,CACH,gBAAgB,CAAC,YAAY,EAIzB,CACL;iBACA,IAAI,CACH,iDAAuB,CAAC,SAAS,CAC/B,4EAA4E,CAC7E,CACF;iBACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;QACpC,CAAC,CAAC;IA2BJ,CAAC;IA1BC,MAAM,CAAC,UAAU;QACf,iDAAuB,CAAC,kBAAkB,CACxC,mEAAmE,EACnE,OAAC;aACE,MAAM,CAAC;YACN,MAAM,EAAE,OAAC,CAAC,OAAO,CAAC,GAAG,CAAC;YACtB,SAAS,EAAE,OAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;YACxC,IAAI,EAAE,OAAC,CAAC,OAAO,EAAE;SAClB,CAAC;aACD,QAAQ,CACP,mEAAmE,CACpE,CACJ,CAAC;QACF,iDAAuB,CAAC,kBAAkB,CACxC,4EAA4E,EAC5E,OAAC;aACE,MAAM,CAAC;YACN,MAAM,EAAE,OAAC,CAAC,OAAO,CAAC,GAAG,CAAC;YACtB,SAAS,EAAE,OAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;YACxC,IAAI,EAAE,OAAC,CAAC,OAAO,EAAE;SAClB,CAAC;aACD,QAAQ,CACP,4EAA4E,CAC7E,CACJ,CAAC;IACJ,CAAC;CACF;AAzLD,8EAyLC"}
@@ -23,7 +23,7 @@ export declare class IssueFieldConfigurationsService extends CommonHttpService {
23
23
  * @scopes-beta write:field-configuration-scheme:jira
24
24
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations#api-rest-api-3-fieldconfigurationscheme-project-put
25
25
  */
26
- assignFieldConfigurationSchemeToProject({ fieldConfigurationSchemeProjectAssociation, }: {
26
+ assignFieldConfigurationSchemeToProject: ({ fieldConfigurationSchemeProjectAssociation, }: {
27
27
  /**
28
28
  * @example {
29
29
  * "fieldConfigurationSchemeId": "10000",
@@ -31,7 +31,7 @@ export declare class IssueFieldConfigurationsService extends CommonHttpService {
31
31
  * }
32
32
  */
33
33
  fieldConfigurationSchemeProjectAssociation: FieldConfigurationSchemeProjectAssociation;
34
- }): Promise<void>;
34
+ }) => Promise<void>;
35
35
  /**
36
36
  * Creates a field configuration. The field configuration is created with the same
37
37
  * field properties as the default configuration, with all the fields being
@@ -55,7 +55,7 @@ export declare class IssueFieldConfigurationsService extends CommonHttpService {
55
55
  * @scopes-beta read:field-configuration:jira, write:field-configuration:jira
56
56
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations#api-rest-api-3-fieldconfiguration-post
57
57
  */
58
- createFieldConfiguration({ fieldConfigurationDetails, }: {
58
+ createFieldConfiguration: ({ fieldConfigurationDetails, }: {
59
59
  /**
60
60
  * @example {
61
61
  * "description": "My field configuration description",
@@ -63,7 +63,7 @@ export declare class IssueFieldConfigurationsService extends CommonHttpService {
63
63
  * }
64
64
  */
65
65
  fieldConfigurationDetails: FieldConfigurationDetails;
66
- }): Promise<FieldConfiguration>;
66
+ }) => Promise<FieldConfiguration>;
67
67
  /**
68
68
  * Creates a field configuration scheme.
69
69
  *
@@ -85,7 +85,7 @@ export declare class IssueFieldConfigurationsService extends CommonHttpService {
85
85
  * @scopes-beta write:field-configuration-scheme:jira, read:field-configuration-scheme:jira
86
86
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations#api-rest-api-3-fieldconfigurationscheme-post
87
87
  */
88
- createFieldConfigurationScheme({ updateFieldConfigurationSchemeDetails, }: {
88
+ createFieldConfigurationScheme: ({ updateFieldConfigurationSchemeDetails, }: {
89
89
  /**
90
90
  * The details of the field configuration scheme.
91
91
  *
@@ -95,7 +95,7 @@ export declare class IssueFieldConfigurationsService extends CommonHttpService {
95
95
  * }
96
96
  */
97
97
  updateFieldConfigurationSchemeDetails: UpdateFieldConfigurationSchemeDetails;
98
- }): Promise<FieldConfigurationScheme>;
98
+ }) => Promise<FieldConfigurationScheme>;
99
99
  /**
100
100
  * Deletes a field configuration.
101
101
  *
@@ -111,10 +111,10 @@ export declare class IssueFieldConfigurationsService extends CommonHttpService {
111
111
  * @scopes-beta delete:field-configuration:jira
112
112
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations#api-rest-api-3-fieldconfiguration-id-delete
113
113
  */
114
- deleteFieldConfiguration({ id, }: {
114
+ deleteFieldConfiguration: ({ id, }: {
115
115
  /** The ID of the field configuration. */
116
116
  id: number;
117
- }): Promise<void>;
117
+ }) => Promise<void>;
118
118
  /**
119
119
  * Deletes a field configuration scheme.
120
120
  *
@@ -130,10 +130,10 @@ export declare class IssueFieldConfigurationsService extends CommonHttpService {
130
130
  * @scopes-beta delete:field-configuration-scheme:jira
131
131
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations#api-rest-api-3-fieldconfigurationscheme-id-delete
132
132
  */
133
- deleteFieldConfigurationScheme({ id, }: {
133
+ deleteFieldConfigurationScheme: ({ id, }: {
134
134
  /** The ID of the field configuration scheme. */
135
135
  id: number;
136
- }): Promise<void>;
136
+ }) => Promise<void>;
137
137
  /**
138
138
  * Returns a [paginated](#pagination) list of field configurations. The list can
139
139
  * be for all field configurations or a subset determined by any combination of
@@ -175,24 +175,24 @@ export declare class IssueFieldConfigurationsService extends CommonHttpService {
175
175
  * @scopes-beta read:field-configuration:jira
176
176
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations#api-rest-api-3-fieldconfiguration-get
177
177
  */
178
- getAllFieldConfigurations({ startAt, maxResults, id, isDefault, query, }?: {
178
+ getAllFieldConfigurations: ({ startAt, maxResults, id, isDefault, query, }?: {
179
179
  /** The index of the first item to return in a page of results (page offset). */
180
- startAt?: number;
180
+ startAt?: number | undefined;
181
181
  /** The maximum number of items to return per page. */
182
- maxResults?: number;
182
+ maxResults?: number | undefined;
183
183
  /**
184
184
  * The list of field configuration IDs. To include multiple IDs, provide an
185
185
  * ampersand-separated list. For example, `id=10000&id=10001`.
186
186
  */
187
- id?: number[];
187
+ id?: number[] | undefined;
188
188
  /** If *true* returns default field configurations only. */
189
- isDefault?: boolean;
189
+ isDefault?: boolean | undefined;
190
190
  /**
191
191
  * The query string used to match against field configuration names and
192
192
  * descriptions.
193
193
  */
194
- query?: string;
195
- }): Promise<PageBeanFieldConfigurationDetails>;
194
+ query?: string | undefined;
195
+ }) => Promise<PageBeanFieldConfigurationDetails>;
196
196
  /**
197
197
  * Returns a [paginated](#pagination) list of field configuration schemes.
198
198
  *
@@ -231,17 +231,17 @@ export declare class IssueFieldConfigurationsService extends CommonHttpService {
231
231
  * @scopes-beta read:field-configuration-scheme:jira
232
232
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations#api-rest-api-3-fieldconfigurationscheme-get
233
233
  */
234
- getAllFieldConfigurationSchemes({ startAt, maxResults, id, }?: {
234
+ getAllFieldConfigurationSchemes: ({ startAt, maxResults, id, }?: {
235
235
  /** The index of the first item to return in a page of results (page offset). */
236
- startAt?: number;
236
+ startAt?: number | undefined;
237
237
  /** The maximum number of items to return per page. */
238
- maxResults?: number;
238
+ maxResults?: number | undefined;
239
239
  /**
240
240
  * The list of field configuration scheme IDs. To include multiple IDs, provide an
241
241
  * ampersand-separated list. For example, `id=10000&id=10001`.
242
242
  */
243
- id?: number[];
244
- }): Promise<PageBeanFieldConfigurationScheme>;
243
+ id?: number[] | undefined;
244
+ }) => Promise<PageBeanFieldConfigurationScheme>;
245
245
  /**
246
246
  * Returns a [paginated](#pagination) list of all fields for a configuration.
247
247
  *
@@ -278,14 +278,14 @@ export declare class IssueFieldConfigurationsService extends CommonHttpService {
278
278
  * @scopes-beta read:field-configuration:jira
279
279
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations#api-rest-api-3-fieldconfiguration-id-fields-get
280
280
  */
281
- getFieldConfigurationItems({ id, startAt, maxResults, }: {
281
+ getFieldConfigurationItems: ({ id, startAt, maxResults, }: {
282
282
  /** The ID of the field configuration. */
283
283
  id: number;
284
284
  /** The index of the first item to return in a page of results (page offset). */
285
- startAt?: number;
285
+ startAt?: number | undefined;
286
286
  /** The maximum number of items to return per page. */
287
- maxResults?: number;
288
- }): Promise<PageBeanFieldConfigurationItem>;
287
+ maxResults?: number | undefined;
288
+ }) => Promise<PageBeanFieldConfigurationItem>;
289
289
  /**
290
290
  * Returns a [paginated](#pagination) list of field configuration issue type items.
291
291
  *
@@ -334,18 +334,18 @@ export declare class IssueFieldConfigurationsService extends CommonHttpService {
334
334
  * @scopes-beta read:field-configuration-scheme:jira
335
335
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations#api-rest-api-3-fieldconfigurationscheme-mapping-get
336
336
  */
337
- getFieldConfigurationSchemeMappings({ startAt, maxResults, fieldConfigurationSchemeId, }?: {
337
+ getFieldConfigurationSchemeMappings: ({ startAt, maxResults, fieldConfigurationSchemeId, }?: {
338
338
  /** The index of the first item to return in a page of results (page offset). */
339
- startAt?: number;
339
+ startAt?: number | undefined;
340
340
  /** The maximum number of items to return per page. */
341
- maxResults?: number;
341
+ maxResults?: number | undefined;
342
342
  /**
343
343
  * The list of field configuration scheme IDs. To include multiple field
344
344
  * configuration schemes separate IDs with ampersand:
345
345
  * `fieldConfigurationSchemeId=10000&fieldConfigurationSchemeId=10001`.
346
346
  */
347
- fieldConfigurationSchemeId?: number[];
348
- }): Promise<PageBeanFieldConfigurationIssueTypeItem>;
347
+ fieldConfigurationSchemeId?: number[] | undefined;
348
+ }) => Promise<PageBeanFieldConfigurationIssueTypeItem>;
349
349
  /**
350
350
  * Returns a [paginated](#pagination) list of field configuration schemes and, for
351
351
  * each scheme, a list of the projects that use it.
@@ -391,17 +391,17 @@ export declare class IssueFieldConfigurationsService extends CommonHttpService {
391
391
  * @scopes-beta read:field-configuration-scheme:jira
392
392
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations#api-rest-api-3-fieldconfigurationscheme-project-get
393
393
  */
394
- getFieldConfigurationSchemeProjectMapping({ startAt, maxResults, projectId, }: {
394
+ getFieldConfigurationSchemeProjectMapping: ({ startAt, maxResults, projectId, }: {
395
395
  /** The index of the first item to return in a page of results (page offset). */
396
- startAt?: number;
396
+ startAt?: number | undefined;
397
397
  /** The maximum number of items to return per page. */
398
- maxResults?: number;
398
+ maxResults?: number | undefined;
399
399
  /**
400
400
  * The list of project IDs. To include multiple projects, separate IDs with
401
401
  * ampersand: `projectId=10000&projectId=10001`.
402
402
  */
403
403
  projectId: number[];
404
- }): Promise<PageBeanFieldConfigurationSchemeProjects>;
404
+ }) => Promise<PageBeanFieldConfigurationSchemeProjects>;
405
405
  /**
406
406
  * Removes issue types from the field configuration scheme.
407
407
  *
@@ -417,7 +417,7 @@ export declare class IssueFieldConfigurationsService extends CommonHttpService {
417
417
  * @scopes-beta write:field-configuration-scheme:jira
418
418
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations#api-rest-api-3-fieldconfigurationscheme-id-mapping-delete-post
419
419
  */
420
- removeIssueTypesFromGlobalFieldConfigurationScheme({ id, issueTypeIdsToRemove, }: {
420
+ removeIssueTypesFromGlobalFieldConfigurationScheme: ({ id, issueTypeIdsToRemove, }: {
421
421
  /** The ID of the field configuration scheme. */
422
422
  id: number;
423
423
  /**
@@ -432,7 +432,7 @@ export declare class IssueFieldConfigurationsService extends CommonHttpService {
432
432
  * }
433
433
  */
434
434
  issueTypeIdsToRemove: IssueTypeIdsToRemove;
435
- }): Promise<void>;
435
+ }) => Promise<void>;
436
436
  /**
437
437
  * Assigns issue types to field configurations on field configuration scheme.
438
438
  *
@@ -448,7 +448,7 @@ export declare class IssueFieldConfigurationsService extends CommonHttpService {
448
448
  * @scopes-beta write:field-configuration-scheme:jira, read:field-configuration-scheme:jira
449
449
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations#api-rest-api-3-fieldconfigurationscheme-id-mapping-put
450
450
  */
451
- setFieldConfigurationSchemeMapping({ id, associateFieldConfigurationsWithIssueTypesRequest, }: {
451
+ setFieldConfigurationSchemeMapping: ({ id, associateFieldConfigurationsWithIssueTypesRequest, }: {
452
452
  /** The ID of the field configuration scheme. */
453
453
  id: number;
454
454
  /**
@@ -470,7 +470,7 @@ export declare class IssueFieldConfigurationsService extends CommonHttpService {
470
470
  * }
471
471
  */
472
472
  associateFieldConfigurationsWithIssueTypesRequest: AssociateFieldConfigurationsWithIssueTypesRequest;
473
- }): Promise<void>;
473
+ }) => Promise<void>;
474
474
  /**
475
475
  * Updates a field configuration. The name and the description provided in the
476
476
  * request override the existing values.
@@ -487,7 +487,7 @@ export declare class IssueFieldConfigurationsService extends CommonHttpService {
487
487
  * @scopes-beta write:field-configuration:jira
488
488
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations#api-rest-api-3-fieldconfiguration-id-put
489
489
  */
490
- updateFieldConfiguration({ id, fieldConfigurationDetails, }: {
490
+ updateFieldConfiguration: ({ id, fieldConfigurationDetails, }: {
491
491
  /** The ID of the field configuration. */
492
492
  id: number;
493
493
  /**
@@ -497,7 +497,7 @@ export declare class IssueFieldConfigurationsService extends CommonHttpService {
497
497
  * }
498
498
  */
499
499
  fieldConfigurationDetails: FieldConfigurationDetails;
500
- }): Promise<void>;
500
+ }) => Promise<void>;
501
501
  /**
502
502
  * Updates fields in a field configuration. The properties of the field
503
503
  * configuration fields provided override the existing values.
@@ -519,7 +519,7 @@ export declare class IssueFieldConfigurationsService extends CommonHttpService {
519
519
  * @scopes-beta write:field-configuration:jira
520
520
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations#api-rest-api-3-fieldconfiguration-id-fields-put
521
521
  */
522
- updateFieldConfigurationItems({ id, fieldConfigurationItemsDetails, }: {
522
+ updateFieldConfigurationItems: ({ id, fieldConfigurationItemsDetails, }: {
523
523
  /** The ID of the field configuration. */
524
524
  id: number;
525
525
  /**
@@ -545,7 +545,7 @@ export declare class IssueFieldConfigurationsService extends CommonHttpService {
545
545
  * }
546
546
  */
547
547
  fieldConfigurationItemsDetails: FieldConfigurationItemsDetails;
548
- }): Promise<void>;
548
+ }) => Promise<void>;
549
549
  /**
550
550
  * Updates a field configuration scheme.
551
551
  *
@@ -561,7 +561,7 @@ export declare class IssueFieldConfigurationsService extends CommonHttpService {
561
561
  * @scopes-beta write:field-configuration-scheme:jira
562
562
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations#api-rest-api-3-fieldconfigurationscheme-id-put
563
563
  */
564
- updateFieldConfigurationScheme({ id, updateFieldConfigurationSchemeDetails, }: {
564
+ updateFieldConfigurationScheme: ({ id, updateFieldConfigurationSchemeDetails, }: {
565
565
  /** The ID of the field configuration scheme. */
566
566
  id: number;
567
567
  /**
@@ -573,6 +573,6 @@ export declare class IssueFieldConfigurationsService extends CommonHttpService {
573
573
  * }
574
574
  */
575
575
  updateFieldConfigurationSchemeDetails: UpdateFieldConfigurationSchemeDetails;
576
- }): Promise<void>;
576
+ }) => Promise<void>;
577
577
  static initialize(): void;
578
578
  }