@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
@@ -22,181 +22,184 @@ const validationSchemaStorage_1 = require("../validationSchemaStorage");
22
22
  * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-development-information
23
23
  */
24
24
  class DevelopmentInformationService extends CommonHttpService_1.CommonHttpService {
25
- /**
26
- * Deletes development information entities which have all the provided
27
- * properties. Repositories which have properties that match ALL of the properties
28
- * (i.e. treated as an AND), and all their related development information (such
29
- * as commits, branches and pull requests), will be deleted. For example if
30
- * request is `DELETE bulk?accountId=123&projectId=ABC` entities which have
31
- * properties `accountId=123` and `projectId=ABC` will be deleted. Optional param
32
- * `_updateSequenceId` is no longer supported. Deletion is performed
33
- * asynchronously: specified entities will eventually be removed from Jira.
34
- *
35
- * @path {DELETE} /rest/devinfo/0.10/bulkByProperties
36
- * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-development-information#api-rest-devinfo-0-10-bulkbyproperties-delete
37
- */
38
- deleteByProperties({ updateSequenceId, authorization, }) {
39
- return this.getClientInstance()
40
- .request({
41
- path: "/rest/devinfo/0.10/bulkByProperties",
42
- method: "DELETE",
43
- query: {
44
- _updateSequenceId: updateSequenceId,
45
- },
46
- headers: {
47
- Authorization: authorization,
48
- },
49
- })
50
- .then(commonHttpClient.discardResult);
51
- }
52
- /**
53
- * Deletes particular development information entity. Deletion is performed
54
- * asynchronously.
55
- *
56
- * @path {DELETE} /rest/devinfo/0.10/repository/{repositoryId}/{entityType}/{entityId}
57
- * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-development-information#api-rest-devinfo-0-10-repository-repositoryid-entitytype-entityid-delete
58
- */
59
- deleteEntity({ repositoryId, entityType, entityId, updateSequenceId, authorization, }) {
60
- return this.getClientInstance()
61
- .request({
62
- path: "/rest/devinfo/0.10/repository/{repositoryId}/{entityType}/{entityId}",
63
- method: "DELETE",
64
- pathParams: {
65
- repositoryId,
66
- entityType,
67
- entityId,
68
- },
69
- query: {
70
- _updateSequenceId: updateSequenceId,
71
- },
72
- headers: {
73
- Authorization: authorization,
74
- },
75
- })
76
- .then(commonHttpClient.discardResult);
77
- }
78
- /**
79
- * Deletes the repository data stored by the given ID and all related development
80
- * information entities. Deletion is performed asynchronously.
81
- *
82
- * @path {DELETE} /rest/devinfo/0.10/repository/{repositoryId}
83
- * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-development-information#api-rest-devinfo-0-10-repository-repositoryid-delete
84
- */
85
- deleteRepository({ repositoryId, updateSequenceId, authorization, }) {
86
- return this.getClientInstance()
87
- .request({
88
- path: "/rest/devinfo/0.10/repository/{repositoryId}",
89
- method: "DELETE",
90
- pathParams: {
91
- repositoryId,
92
- },
93
- query: {
94
- _updateSequenceId: updateSequenceId,
95
- },
96
- headers: {
97
- Authorization: authorization,
98
- },
99
- })
100
- .then(commonHttpClient.discardResult);
101
- }
102
- /**
103
- * Checks if repositories which have all the provided properties exists. For
104
- * example, if request is `GET existsByProperties?accountId=123&projectId=ABC`
105
- * then result will be positive only if there is at least one repository with both
106
- * properties `accountId=123` and `projectId=ABC`. Special property
107
- * `_updateSequenceId` can be used to filter all entities with updateSequenceId
108
- * less or equal than the value specified. In addition to the optional
109
- * `_updateSequenceId`, one or more query params must be supplied to specify
110
- * properties to search by.
111
- *
112
- * @returns Returns whether data exists for the specified properties.
113
- * @path {GET} /rest/devinfo/0.10/existsByProperties
114
- * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-development-information#api-rest-devinfo-0-10-existsbyproperties-get
115
- */
116
- existsByProperties({ updateSequenceId, authorization, }) {
117
- return this.getClientInstance()
118
- .request({
119
- path: "/rest/devinfo/0.10/existsByProperties",
120
- method: "GET",
121
- query: {
122
- _updateSequenceId: updateSequenceId,
123
- },
124
- headers: {
125
- Authorization: authorization,
126
- },
127
- })
128
- .then(this.getClientInstance().responseHandler({
129
- 200: {
130
- "application/json": "json",
131
- },
132
- }))
133
- .then(commonHttpClient.castResponse())
134
- .then(validationSchemaStorage_1.validationSchemaStorage.validator("DevelopmentInformationService.existsByProperties.response"))
135
- .then(commonHttpClient.getBody);
136
- }
137
- /**
138
- * For the specified repository ID, retrieves the repository and the most recent
139
- * 400 development information entities. The result will be what is currently
140
- * stored, ignoring any pending updates or deletes.
141
- *
142
- * @returns The repository data currently stored for the given ID.
143
- * @path {GET} /rest/devinfo/0.10/repository/{repositoryId}
144
- * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-development-information#api-rest-devinfo-0-10-repository-repositoryid-get
145
- */
146
- getRepository({ repositoryId, authorization, }) {
147
- return this.getClientInstance()
148
- .request({
149
- path: "/rest/devinfo/0.10/repository/{repositoryId}",
150
- method: "GET",
151
- pathParams: {
152
- repositoryId,
153
- },
154
- headers: {
155
- Authorization: authorization,
156
- },
157
- })
158
- .then(this.getClientInstance().responseHandler({
159
- 200: {
160
- "application/json": "json",
161
- },
162
- }))
163
- .then(commonHttpClient.castResponse())
164
- .then(validationSchemaStorage_1.validationSchemaStorage.validator("DevelopmentInformationService.getRepository.response"))
165
- .then(commonHttpClient.getBody);
166
- }
167
- /**
168
- * Stores development information provided in the request to make it available
169
- * when viewing issues in Jira. Existing repository and entity data for the same
170
- * ID will be replaced if the updateSequenceId of existing data is less than the
171
- * incoming data. Submissions are performed asynchronously. Submitted data will
172
- * eventually be available in Jira; most updates are available within a short
173
- * period of time, but may take some time during peak load and/or maintenance
174
- * times.
175
- *
176
- * @returns Submission accepted. Each submitted repository and entity that is of a valid
177
- * format will be eventually available in Jira.
178
- * @path {POST} /rest/devinfo/0.10/bulk
179
- * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-development-information#api-rest-devinfo-0-10-bulk-post
180
- */
181
- storeDevelopmentInformation({ authorization, devInformation, }) {
182
- return this.getClientInstance()
183
- .request({
184
- path: "/rest/devinfo/0.10/bulk",
185
- method: "POST",
186
- headers: {
187
- Authorization: authorization,
188
- "Content-Type": "application/json",
189
- },
190
- body: devInformation,
191
- })
192
- .then(this.getClientInstance().responseHandler({
193
- 202: {
194
- "application/json": "json",
195
- },
196
- }))
197
- .then(commonHttpClient.castResponse())
198
- .then(validationSchemaStorage_1.validationSchemaStorage.validator("DevelopmentInformationService.storeDevelopmentInformation.response"))
199
- .then(commonHttpClient.getBody);
25
+ constructor() {
26
+ super(...arguments);
27
+ /**
28
+ * Deletes development information entities which have all the provided
29
+ * properties. Repositories which have properties that match ALL of the properties
30
+ * (i.e. treated as an AND), and all their related development information (such
31
+ * as commits, branches and pull requests), will be deleted. For example if
32
+ * request is `DELETE bulk?accountId=123&projectId=ABC` entities which have
33
+ * properties `accountId=123` and `projectId=ABC` will be deleted. Optional param
34
+ * `_updateSequenceId` is no longer supported. Deletion is performed
35
+ * asynchronously: specified entities will eventually be removed from Jira.
36
+ *
37
+ * @path {DELETE} /rest/devinfo/0.10/bulkByProperties
38
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-development-information#api-rest-devinfo-0-10-bulkbyproperties-delete
39
+ */
40
+ this.deleteByProperties = ({ updateSequenceId, authorization, }) => {
41
+ return this.getClientInstance()
42
+ .request({
43
+ path: "/rest/devinfo/0.10/bulkByProperties",
44
+ method: "DELETE",
45
+ query: {
46
+ _updateSequenceId: updateSequenceId,
47
+ },
48
+ headers: {
49
+ Authorization: authorization,
50
+ },
51
+ })
52
+ .then(commonHttpClient.discardResult);
53
+ };
54
+ /**
55
+ * Deletes particular development information entity. Deletion is performed
56
+ * asynchronously.
57
+ *
58
+ * @path {DELETE} /rest/devinfo/0.10/repository/{repositoryId}/{entityType}/{entityId}
59
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-development-information#api-rest-devinfo-0-10-repository-repositoryid-entitytype-entityid-delete
60
+ */
61
+ this.deleteEntity = ({ repositoryId, entityType, entityId, updateSequenceId, authorization, }) => {
62
+ return this.getClientInstance()
63
+ .request({
64
+ path: "/rest/devinfo/0.10/repository/{repositoryId}/{entityType}/{entityId}",
65
+ method: "DELETE",
66
+ pathParams: {
67
+ repositoryId,
68
+ entityType,
69
+ entityId,
70
+ },
71
+ query: {
72
+ _updateSequenceId: updateSequenceId,
73
+ },
74
+ headers: {
75
+ Authorization: authorization,
76
+ },
77
+ })
78
+ .then(commonHttpClient.discardResult);
79
+ };
80
+ /**
81
+ * Deletes the repository data stored by the given ID and all related development
82
+ * information entities. Deletion is performed asynchronously.
83
+ *
84
+ * @path {DELETE} /rest/devinfo/0.10/repository/{repositoryId}
85
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-development-information#api-rest-devinfo-0-10-repository-repositoryid-delete
86
+ */
87
+ this.deleteRepository = ({ repositoryId, updateSequenceId, authorization, }) => {
88
+ return this.getClientInstance()
89
+ .request({
90
+ path: "/rest/devinfo/0.10/repository/{repositoryId}",
91
+ method: "DELETE",
92
+ pathParams: {
93
+ repositoryId,
94
+ },
95
+ query: {
96
+ _updateSequenceId: updateSequenceId,
97
+ },
98
+ headers: {
99
+ Authorization: authorization,
100
+ },
101
+ })
102
+ .then(commonHttpClient.discardResult);
103
+ };
104
+ /**
105
+ * Checks if repositories which have all the provided properties exists. For
106
+ * example, if request is `GET existsByProperties?accountId=123&projectId=ABC`
107
+ * then result will be positive only if there is at least one repository with both
108
+ * properties `accountId=123` and `projectId=ABC`. Special property
109
+ * `_updateSequenceId` can be used to filter all entities with updateSequenceId
110
+ * less or equal than the value specified. In addition to the optional
111
+ * `_updateSequenceId`, one or more query params must be supplied to specify
112
+ * properties to search by.
113
+ *
114
+ * @returns Returns whether data exists for the specified properties.
115
+ * @path {GET} /rest/devinfo/0.10/existsByProperties
116
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-development-information#api-rest-devinfo-0-10-existsbyproperties-get
117
+ */
118
+ this.existsByProperties = ({ updateSequenceId, authorization, }) => {
119
+ return this.getClientInstance()
120
+ .request({
121
+ path: "/rest/devinfo/0.10/existsByProperties",
122
+ method: "GET",
123
+ query: {
124
+ _updateSequenceId: updateSequenceId,
125
+ },
126
+ headers: {
127
+ Authorization: authorization,
128
+ },
129
+ })
130
+ .then(this.getClientInstance().responseHandler({
131
+ 200: {
132
+ "application/json": "json",
133
+ },
134
+ }))
135
+ .then(commonHttpClient.castResponse())
136
+ .then(validationSchemaStorage_1.validationSchemaStorage.validator("DevelopmentInformationService.existsByProperties.response"))
137
+ .then(commonHttpClient.getBody);
138
+ };
139
+ /**
140
+ * For the specified repository ID, retrieves the repository and the most recent
141
+ * 400 development information entities. The result will be what is currently
142
+ * stored, ignoring any pending updates or deletes.
143
+ *
144
+ * @returns The repository data currently stored for the given ID.
145
+ * @path {GET} /rest/devinfo/0.10/repository/{repositoryId}
146
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-development-information#api-rest-devinfo-0-10-repository-repositoryid-get
147
+ */
148
+ this.getRepository = ({ repositoryId, authorization, }) => {
149
+ return this.getClientInstance()
150
+ .request({
151
+ path: "/rest/devinfo/0.10/repository/{repositoryId}",
152
+ method: "GET",
153
+ pathParams: {
154
+ repositoryId,
155
+ },
156
+ headers: {
157
+ Authorization: authorization,
158
+ },
159
+ })
160
+ .then(this.getClientInstance().responseHandler({
161
+ 200: {
162
+ "application/json": "json",
163
+ },
164
+ }))
165
+ .then(commonHttpClient.castResponse())
166
+ .then(validationSchemaStorage_1.validationSchemaStorage.validator("DevelopmentInformationService.getRepository.response"))
167
+ .then(commonHttpClient.getBody);
168
+ };
169
+ /**
170
+ * Stores development information provided in the request to make it available
171
+ * when viewing issues in Jira. Existing repository and entity data for the same
172
+ * ID will be replaced if the updateSequenceId of existing data is less than the
173
+ * incoming data. Submissions are performed asynchronously. Submitted data will
174
+ * eventually be available in Jira; most updates are available within a short
175
+ * period of time, but may take some time during peak load and/or maintenance
176
+ * times.
177
+ *
178
+ * @returns Submission accepted. Each submitted repository and entity that is of a valid
179
+ * format will be eventually available in Jira.
180
+ * @path {POST} /rest/devinfo/0.10/bulk
181
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-development-information#api-rest-devinfo-0-10-bulk-post
182
+ */
183
+ this.storeDevelopmentInformation = ({ authorization, devInformation, }) => {
184
+ return this.getClientInstance()
185
+ .request({
186
+ path: "/rest/devinfo/0.10/bulk",
187
+ method: "POST",
188
+ headers: {
189
+ Authorization: authorization,
190
+ "Content-Type": "application/json",
191
+ },
192
+ body: devInformation,
193
+ })
194
+ .then(this.getClientInstance().responseHandler({
195
+ 202: {
196
+ "application/json": "json",
197
+ },
198
+ }))
199
+ .then(commonHttpClient.castResponse())
200
+ .then(validationSchemaStorage_1.validationSchemaStorage.validator("DevelopmentInformationService.storeDevelopmentInformation.response"))
201
+ .then(commonHttpClient.getBody);
202
+ };
200
203
  }
201
204
  static initialize() {
202
205
  validationSchemaStorage_1.validationSchemaStorage.registerExtensible("DevelopmentInformationService.storeDevelopmentInformation.response", zod_1.z
@@ -1 +1 @@
1
- {"version":3,"file":"DevelopmentInformationService.js","sourceRoot":"","sources":["../../../../src/openapi/software/services/DevelopmentInformationService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,6EAM0C;AAC1C,wEAAqE;AACrE;;;;;;;;;;;GAWG;AACH,MAAa,6BAA8B,SAAQ,qCAAiB;IAClE;;;;;;;;;;;;OAYG;IACH,kBAAkB,CAAC,EACjB,gBAAgB,EAChB,aAAa,GAoBd;QACC,OAAO,IAAI,CAAC,iBAAiB,EAAE;aAC5B,OAAO,CAAC;YACP,IAAI,EAAE,qCAAqC;YAC3C,MAAM,EAAE,QAAQ;YAChB,KAAK,EAAE;gBACL,iBAAiB,EAAE,gBAAgB;aACpC;YACD,OAAO,EAAE;gBACP,aAAa,EAAE,aAAa;aAC7B;SACF,CAAC;aACD,IAAI,CAAC,gBAAgB,CAAC,aAAa,CAAC,CAAC;IAC1C,CAAC;IACD;;;;;;OAMG;IACH,YAAY,CAAC,EACX,YAAY,EACZ,UAAU,EACV,QAAQ,EACR,gBAAgB,EAChB,aAAa,GAuBd;QACC,OAAO,IAAI,CAAC,iBAAiB,EAAE;aAC5B,OAAO,CAAC;YACP,IAAI,EAAE,sEAAsE;YAC5E,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE;gBACV,YAAY;gBACZ,UAAU;gBACV,QAAQ;aACT;YACD,KAAK,EAAE;gBACL,iBAAiB,EAAE,gBAAgB;aACpC;YACD,OAAO,EAAE;gBACP,aAAa,EAAE,aAAa;aAC7B;SACF,CAAC;aACD,IAAI,CAAC,gBAAgB,CAAC,aAAa,CAAC,CAAC;IAC1C,CAAC;IACD;;;;;;OAMG;IACH,gBAAgB,CAAC,EACf,YAAY,EACZ,gBAAgB,EAChB,aAAa,GAsBd;QACC,OAAO,IAAI,CAAC,iBAAiB,EAAE;aAC5B,OAAO,CAAC;YACP,IAAI,EAAE,8CAA8C;YACpD,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE;gBACV,YAAY;aACb;YACD,KAAK,EAAE;gBACL,iBAAiB,EAAE,gBAAgB;aACpC;YACD,OAAO,EAAE;gBACP,aAAa,EAAE,aAAa;aAC7B;SACF,CAAC;aACD,IAAI,CAAC,gBAAgB,CAAC,aAAa,CAAC,CAAC;IAC1C,CAAC;IACD;;;;;;;;;;;;;OAaG;IACH,kBAAkB,CAAC,EACjB,gBAAgB,EAChB,aAAa,GAkBd;QACC,OAAO,IAAI,CAAC,iBAAiB,EAAE;aAC5B,OAAO,CAAC;YACP,IAAI,EAAE,uCAAuC;YAC7C,MAAM,EAAE,KAAK;YACb,KAAK,EAAE;gBACL,iBAAiB,EAAE,gBAAgB;aACpC;YACD,OAAO,EAAE;gBACP,aAAa,EAAE,aAAa;aAC7B;SACF,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,2DAA2D,CAC5D,CACF;aACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;IACpC,CAAC;IACD;;;;;;;;OAQG;IACH,aAAa,CAAC,EACZ,YAAY,EACZ,aAAa,GAed;QACC,OAAO,IAAI,CAAC,iBAAiB,EAAE;aAC5B,OAAO,CAAC;YACP,IAAI,EAAE,8CAA8C;YACpD,MAAM,EAAE,KAAK;YACb,UAAU,EAAE;gBACV,YAAY;aACb;YACD,OAAO,EAAE;gBACP,aAAa,EAAE,aAAa;aAC7B;SACF,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,sDAAsD,CACvD,CACF;aACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;IACpC,CAAC;IACD;;;;;;;;;;;;;OAaG;IACH,2BAA2B,CAAC,EAC1B,aAAa,EACb,cAAc,GAef;QACC,OAAO,IAAI,CAAC,iBAAiB,EAAE;aAC5B,OAAO,CAAC;YACP,IAAI,EAAE,yBAAyB;YAC/B,MAAM,EAAE,MAAM;YACd,OAAO,EAAE;gBACP,aAAa,EAAE,aAAa;gBAC5B,cAAc,EAAE,kBAAkB;aACnC;YACD,IAAI,EAAE,cAAc;SACrB,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,oEAAoE,CACrE,CACF;aACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;IACpC,CAAC;IACD,MAAM,CAAC,UAAU;QACf,iDAAuB,CAAC,kBAAkB,CACxC,oEAAoE,EACpE,OAAC;aACE,MAAM,CAAC;YACN,MAAM,EAAE,OAAC,CAAC,OAAO,CAAC,GAAG,CAAC;YACtB,SAAS,EAAE,OAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;YACxC,IAAI,EAAE,iDAAuB,CAAC,IAAI,CAAC,oBAAoB,CAAC;SACzD,CAAC;aACD,QAAQ,CACP,oEAAoE,CACrE,CACJ,CAAC;QACF,iDAAuB,CAAC,kBAAkB,CACxC,2DAA2D,EAC3D,OAAC;aACE,MAAM,CAAC;YACN,MAAM,EAAE,OAAC,CAAC,OAAO,CAAC,GAAG,CAAC;YACtB,SAAS,EAAE,OAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;YACxC,IAAI,EAAE,iDAAuB,CAAC,IAAI,CAAC,6BAA6B,CAAC;SAClE,CAAC;aACD,QAAQ,CAAC,2DAA2D,CAAC,CACzE,CAAC;QACF,iDAAuB,CAAC,kBAAkB,CACxC,sDAAsD,EACtD,OAAC;aACE,MAAM,CAAC;YACN,MAAM,EAAE,OAAC,CAAC,OAAO,CAAC,GAAG,CAAC;YACtB,SAAS,EAAE,OAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;YACxC,IAAI,EAAE,iDAAuB,CAAC,IAAI,CAAC,YAAY,CAAC;SACjD,CAAC;aACD,QAAQ,CAAC,sDAAsD,CAAC,CACpE,CAAC;QACF,iDAAuB,CAAC,YAAY,CAAC;YACnC,wEAA+C;SAChD,CAAC,CAAC;IACL,CAAC;CACF;AA3XD,sEA2XC"}
1
+ {"version":3,"file":"DevelopmentInformationService.js","sourceRoot":"","sources":["../../../../src/openapi/software/services/DevelopmentInformationService.ts"],"names":[],"mappings":"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"}
@@ -27,10 +27,10 @@ export declare class EpicService extends CommonHttpService {
27
27
  * @path {GET} /rest/agile/1.0/epic/{epicIdOrKey}
28
28
  * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-epic#api-rest-agile-1-0-epic-epicidorkey-get
29
29
  */
30
- getEpic({ epicIdOrKey, }: {
30
+ getEpic: ({ epicIdOrKey, }: {
31
31
  /** The id or key of the requested epic. */
32
32
  epicIdOrKey: string;
33
- }): Promise<unknown>;
33
+ }) => Promise<unknown>;
34
34
  /**
35
35
  * Returns all issues that belong to the epic, for the given epic ID. This only
36
36
  * includes issues that the user has permission to view. Issues returned from this
@@ -227,14 +227,14 @@ export declare class EpicService extends CommonHttpService {
227
227
  * @path {GET} /rest/agile/1.0/epic/{epicIdOrKey}/issue
228
228
  * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-epic#api-rest-agile-1-0-epic-epicidorkey-issue-get
229
229
  */
230
- getIssuesForEpic({ epicIdOrKey, startAt, maxResults, jql, validateQuery, fields, expand, }: {
230
+ getIssuesForEpic: ({ epicIdOrKey, startAt, maxResults, jql, validateQuery, fields, expand, }: {
231
231
  /** The id or key of the epic that contains the requested issues. */
232
232
  epicIdOrKey: string;
233
233
  /**
234
234
  * The starting index of the returned issues. Base index: 0. See the 'Pagination'
235
235
  * section at the top of this page for more details.
236
236
  */
237
- startAt?: number;
237
+ startAt?: number | undefined;
238
238
  /**
239
239
  * The maximum number of issues to return per page. Default: 50. See the
240
240
  * 'Pagination' section at the top of this page for more details. Note, the total
@@ -242,24 +242,24 @@ export declare class EpicService extends CommonHttpService {
242
242
  * 'jira.search.views.default.max' in your Jira instance. If you exceed this
243
243
  * limit, your results will be truncated.
244
244
  */
245
- maxResults?: number;
245
+ maxResults?: number | undefined;
246
246
  /**
247
247
  * Filters results using a JQL query. If you define an order in your JQL query, it
248
248
  * will override the default order of the returned issues.
249
249
  * Note that `username` and `userkey` can't be used as search terms for this
250
250
  * parameter due to privacy reasons. Use `accountId` instead.
251
251
  */
252
- jql?: string;
252
+ jql?: string | undefined;
253
253
  /** Specifies whether to validate the JQL query or not. Default: true. */
254
- validateQuery?: boolean;
254
+ validateQuery?: boolean | undefined;
255
255
  /**
256
256
  * The list of fields to return for each issue. By default, all navigable and
257
257
  * Agile fields are returned.
258
258
  */
259
- fields?: {}[];
259
+ fields?: {}[] | undefined;
260
260
  /** A comma-separated list of the parameters to expand. */
261
- expand?: string;
262
- }): Promise<unknown>;
261
+ expand?: string | undefined;
262
+ }) => Promise<unknown>;
263
263
  /**
264
264
  * Returns all issues that do not belong to any epic. This only includes issues
265
265
  * that the user has permission to view. Issues returned from this resource
@@ -456,34 +456,34 @@ export declare class EpicService extends CommonHttpService {
456
456
  * @path {GET} /rest/agile/1.0/epic/none/issue
457
457
  * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-epic#api-rest-agile-1-0-epic-none-issue-get
458
458
  */
459
- getIssuesWithoutEpic({ startAt, maxResults, jql, validateQuery, fields, expand, }?: {
459
+ getIssuesWithoutEpic: ({ startAt, maxResults, jql, validateQuery, fields, expand, }?: {
460
460
  /**
461
461
  * The starting index of the returned issues. Base index: 0. See the 'Pagination'
462
462
  * section at the top of this page for more details.
463
463
  */
464
- startAt?: number;
464
+ startAt?: number | undefined;
465
465
  /**
466
466
  * The maximum number of issues to return per page. See the 'Pagination' section
467
467
  * at the top of this page for more details. Note, the total number of issues
468
468
  * returned is limited by the property 'jira.search.views.default.max' in your
469
469
  * Jira instance. If you exceed this limit, your results will be truncated.
470
470
  */
471
- maxResults?: number;
471
+ maxResults?: number | undefined;
472
472
  /**
473
473
  * Filters results using a JQL query. If you define an order in your JQL query, it
474
474
  * will override the default order of the returned issues.
475
475
  */
476
- jql?: string;
476
+ jql?: string | undefined;
477
477
  /** Specifies whether to validate the JQL query or not. Default: true. */
478
- validateQuery?: boolean;
478
+ validateQuery?: boolean | undefined;
479
479
  /**
480
480
  * The list of fields to return for each issue. By default, all navigable and
481
481
  * Agile fields are returned.
482
482
  */
483
- fields?: {}[];
483
+ fields?: {}[] | undefined;
484
484
  /** A comma-separated list of the parameters to expand. */
485
- expand?: string;
486
- }): Promise<unknown>;
485
+ expand?: string | undefined;
486
+ }) => Promise<unknown>;
487
487
  /**
488
488
  * Moves issues to an epic, for a given epic id. Issues can be only in a single
489
489
  * epic at the same time. That means that already assigned issues to an epic, will
@@ -495,7 +495,7 @@ export declare class EpicService extends CommonHttpService {
495
495
  * @path {POST} /rest/agile/1.0/epic/{epicIdOrKey}/issue
496
496
  * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-epic#api-rest-agile-1-0-epic-epicidorkey-issue-post
497
497
  */
498
- moveIssuesToEpic({ epicIdOrKey, issueAssignRequestBean, }: {
498
+ moveIssuesToEpic: ({ epicIdOrKey, issueAssignRequestBean, }: {
499
499
  /** The id or key of the epic that you want to assign issues to. */
500
500
  epicIdOrKey: string;
501
501
  /**
@@ -508,7 +508,7 @@ export declare class EpicService extends CommonHttpService {
508
508
  * }
509
509
  */
510
510
  issueAssignRequestBean: IssueAssignRequestBean;
511
- }): Promise<void>;
511
+ }) => Promise<void>;
512
512
  /**
513
513
  * Performs a partial update of the epic. A partial update means that fields not
514
514
  * present in the request JSON will not be updated. Valid values for color are
@@ -530,7 +530,7 @@ export declare class EpicService extends CommonHttpService {
530
530
  * @path {POST} /rest/agile/1.0/epic/{epicIdOrKey}
531
531
  * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-epic#api-rest-agile-1-0-epic-epicidorkey-post
532
532
  */
533
- partiallyUpdateEpic({ epicIdOrKey, epicUpdateBean, }: {
533
+ partiallyUpdateEpic: ({ epicIdOrKey, epicUpdateBean, }: {
534
534
  /** The id or key of the epic to update. */
535
535
  epicIdOrKey: string;
536
536
  /**
@@ -544,7 +544,7 @@ export declare class EpicService extends CommonHttpService {
544
544
  * }
545
545
  */
546
546
  epicUpdateBean: EpicUpdateBean;
547
- }): Promise<unknown>;
547
+ }) => Promise<unknown>;
548
548
  /**
549
549
  * Moves (ranks) an epic before or after a given epic.
550
550
  *
@@ -555,7 +555,7 @@ export declare class EpicService extends CommonHttpService {
555
555
  * @path {PUT} /rest/agile/1.0/epic/{epicIdOrKey}/rank
556
556
  * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-epic#api-rest-agile-1-0-epic-epicidorkey-rank-put
557
557
  */
558
- rankEpics({ epicIdOrKey, epicRankRequestBean, }: {
558
+ rankEpics: ({ epicIdOrKey, epicRankRequestBean, }: {
559
559
  /** The id or key of the epic to rank. */
560
560
  epicIdOrKey: string;
561
561
  /**
@@ -567,7 +567,7 @@ export declare class EpicService extends CommonHttpService {
567
567
  * }
568
568
  */
569
569
  epicRankRequestBean: EpicRankRequestBean;
570
- }): Promise<void>;
570
+ }) => Promise<void>;
571
571
  /**
572
572
  * Removes issues from epics. The user needs to have the edit issue permission for
573
573
  * all issue they want to remove from epics. The maximum number of issues that can
@@ -578,7 +578,7 @@ export declare class EpicService extends CommonHttpService {
578
578
  * @path {POST} /rest/agile/1.0/epic/none/issue
579
579
  * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-epic#api-rest-agile-1-0-epic-none-issue-post
580
580
  */
581
- removeIssuesFromEpic({ issueAssignRequestBean, }: {
581
+ removeIssuesFromEpic: ({ issueAssignRequestBean, }: {
582
582
  /**
583
583
  * @example {
584
584
  * "issues": [
@@ -589,6 +589,6 @@ export declare class EpicService extends CommonHttpService {
589
589
  * }
590
590
  */
591
591
  issueAssignRequestBean: IssueAssignRequestBean;
592
- }): Promise<void>;
592
+ }) => Promise<void>;
593
593
  static initialize(): void;
594
594
  }