@resolution/jira-api-client 0.5.1 → 0.5.3

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 (382) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/README.md +8 -0
  3. package/lib/openapi/platform/BaseJiraPlatformApiClient.d.ts +5 -7
  4. package/lib/openapi/platform/BaseJiraPlatformApiClient.js +4 -3
  5. package/lib/openapi/platform/BaseJiraPlatformApiClient.js.map +1 -1
  6. package/lib/openapi/platform/models/appMigration.d.ts +12 -6
  7. package/lib/openapi/platform/models/appMigration.js.map +1 -1
  8. package/lib/openapi/platform/models/appProperties.d.ts +2 -1
  9. package/lib/openapi/platform/models/appProperties.js.map +1 -1
  10. package/lib/openapi/platform/models/dynamicModules.d.ts +4 -2
  11. package/lib/openapi/platform/models/dynamicModules.js.map +1 -1
  12. package/lib/openapi/platform/models/issues.d.ts +12 -7
  13. package/lib/openapi/platform/models/issues.js.map +1 -1
  14. package/lib/openapi/platform/models/jiraExpressions.d.ts +7 -5
  15. package/lib/openapi/platform/models/jiraExpressions.js.map +1 -1
  16. package/lib/openapi/platform/models/jql.d.ts +8 -4
  17. package/lib/openapi/platform/models/jql.js.map +1 -1
  18. package/lib/openapi/platform/models/serviceRegistry.d.ts +2 -1
  19. package/lib/openapi/platform/models/serviceRegistry.js.map +1 -1
  20. package/lib/openapi/platform/models/workflows.d.ts +49 -46
  21. package/lib/openapi/platform/models/workflows.js.map +1 -1
  22. package/lib/openapi/platform/services/AnnouncementBannerService.d.ts +12 -9
  23. package/lib/openapi/platform/services/AnnouncementBannerService.js +8 -5
  24. package/lib/openapi/platform/services/AnnouncementBannerService.js.map +1 -1
  25. package/lib/openapi/platform/services/AppDataPoliciesService.d.ts +12 -5
  26. package/lib/openapi/platform/services/AppDataPoliciesService.js +11 -4
  27. package/lib/openapi/platform/services/AppDataPoliciesService.js.map +1 -1
  28. package/lib/openapi/platform/services/AppMigrationService.d.ts +13 -6
  29. package/lib/openapi/platform/services/AppMigrationService.js +10 -4
  30. package/lib/openapi/platform/services/AppMigrationService.js.map +1 -1
  31. package/lib/openapi/platform/services/AppPropertiesService.d.ts +43 -19
  32. package/lib/openapi/platform/services/AppPropertiesService.js +42 -18
  33. package/lib/openapi/platform/services/AppPropertiesService.js.map +1 -1
  34. package/lib/openapi/platform/services/ApplicationRolesService.d.ts +20 -21
  35. package/lib/openapi/platform/services/ApplicationRolesService.js +19 -20
  36. package/lib/openapi/platform/services/ApplicationRolesService.js.map +1 -1
  37. package/lib/openapi/platform/services/AuditRecordsService.d.ts +7 -3
  38. package/lib/openapi/platform/services/AuditRecordsService.js +6 -2
  39. package/lib/openapi/platform/services/AuditRecordsService.js.map +1 -1
  40. package/lib/openapi/platform/services/AvatarsService.d.ts +44 -37
  41. package/lib/openapi/platform/services/AvatarsService.js +43 -36
  42. package/lib/openapi/platform/services/AvatarsService.js.map +1 -1
  43. package/lib/openapi/platform/services/ClassificationLevelsService.d.ts +16 -22
  44. package/lib/openapi/platform/services/ClassificationLevelsService.js +15 -21
  45. package/lib/openapi/platform/services/ClassificationLevelsService.js.map +1 -1
  46. package/lib/openapi/platform/services/DashboardsService.d.ts +143 -149
  47. package/lib/openapi/platform/services/DashboardsService.js +123 -131
  48. package/lib/openapi/platform/services/DashboardsService.js.map +1 -1
  49. package/lib/openapi/platform/services/DynamicModulesService.d.ts +6 -4
  50. package/lib/openapi/platform/services/DynamicModulesService.js +5 -3
  51. package/lib/openapi/platform/services/DynamicModulesService.js.map +1 -1
  52. package/lib/openapi/platform/services/FilterSharingService.d.ts +73 -96
  53. package/lib/openapi/platform/services/FilterSharingService.js +68 -93
  54. package/lib/openapi/platform/services/FilterSharingService.js.map +1 -1
  55. package/lib/openapi/platform/services/FiltersService.d.ts +179 -258
  56. package/lib/openapi/platform/services/FiltersService.js +172 -254
  57. package/lib/openapi/platform/services/FiltersService.js.map +1 -1
  58. package/lib/openapi/platform/services/GroupAndUserPickerService.d.ts +9 -7
  59. package/lib/openapi/platform/services/GroupAndUserPickerService.js +8 -6
  60. package/lib/openapi/platform/services/GroupAndUserPickerService.js.map +1 -1
  61. package/lib/openapi/platform/services/GroupsService.d.ts +43 -27
  62. package/lib/openapi/platform/services/GroupsService.js +38 -24
  63. package/lib/openapi/platform/services/GroupsService.js.map +1 -1
  64. package/lib/openapi/platform/services/IssueAttachmentsService.d.ts +174 -170
  65. package/lib/openapi/platform/services/IssueAttachmentsService.js +173 -169
  66. package/lib/openapi/platform/services/IssueAttachmentsService.js.map +1 -1
  67. package/lib/openapi/platform/services/IssueBulkOperationsService.d.ts +36 -20
  68. package/lib/openapi/platform/services/IssueBulkOperationsService.js +33 -18
  69. package/lib/openapi/platform/services/IssueBulkOperationsService.js.map +1 -1
  70. package/lib/openapi/platform/services/IssueCommentPropertiesService.d.ts +20 -10
  71. package/lib/openapi/platform/services/IssueCommentPropertiesService.js +19 -9
  72. package/lib/openapi/platform/services/IssueCommentPropertiesService.js.map +1 -1
  73. package/lib/openapi/platform/services/IssueCommentsService.d.ts +66 -81
  74. package/lib/openapi/platform/services/IssueCommentsService.js +57 -69
  75. package/lib/openapi/platform/services/IssueCommentsService.js.map +1 -1
  76. package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.d.ts +11 -5
  77. package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.js +8 -3
  78. package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.js.map +1 -1
  79. package/lib/openapi/platform/services/IssueCustomFieldContextsService.d.ts +72 -38
  80. package/lib/openapi/platform/services/IssueCustomFieldContextsService.js +53 -25
  81. package/lib/openapi/platform/services/IssueCustomFieldContextsService.js.map +1 -1
  82. package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.d.ts +51 -29
  83. package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.js +46 -26
  84. package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.js.map +1 -1
  85. package/lib/openapi/platform/services/IssueCustomFieldOptionsService.d.ts +38 -17
  86. package/lib/openapi/platform/services/IssueCustomFieldOptionsService.js +31 -13
  87. package/lib/openapi/platform/services/IssueCustomFieldOptionsService.js.map +1 -1
  88. package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.d.ts +9 -5
  89. package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js +4 -2
  90. package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js.map +1 -1
  91. package/lib/openapi/platform/services/IssueFieldConfigurationsService.d.ts +76 -33
  92. package/lib/openapi/platform/services/IssueFieldConfigurationsService.js +59 -24
  93. package/lib/openapi/platform/services/IssueFieldConfigurationsService.js.map +1 -1
  94. package/lib/openapi/platform/services/IssueFieldsService.d.ts +57 -47
  95. package/lib/openapi/platform/services/IssueFieldsService.js +50 -40
  96. package/lib/openapi/platform/services/IssueFieldsService.js.map +1 -1
  97. package/lib/openapi/platform/services/IssueLinkTypesService.d.ts +30 -12
  98. package/lib/openapi/platform/services/IssueLinkTypesService.js +25 -9
  99. package/lib/openapi/platform/services/IssueLinkTypesService.js.map +1 -1
  100. package/lib/openapi/platform/services/IssueLinksService.d.ts +21 -24
  101. package/lib/openapi/platform/services/IssueLinksService.js +18 -22
  102. package/lib/openapi/platform/services/IssueLinksService.js.map +1 -1
  103. package/lib/openapi/platform/services/IssueNavigatorSettingsService.d.ts +8 -4
  104. package/lib/openapi/platform/services/IssueNavigatorSettingsService.js +7 -3
  105. package/lib/openapi/platform/services/IssueNavigatorSettingsService.js.map +1 -1
  106. package/lib/openapi/platform/services/IssueNotificationSchemesService.d.ts +64 -70
  107. package/lib/openapi/platform/services/IssueNotificationSchemesService.js +57 -66
  108. package/lib/openapi/platform/services/IssueNotificationSchemesService.js.map +1 -1
  109. package/lib/openapi/platform/services/IssuePrioritiesService.d.ts +45 -27
  110. package/lib/openapi/platform/services/IssuePrioritiesService.js +36 -22
  111. package/lib/openapi/platform/services/IssuePrioritiesService.js.map +1 -1
  112. package/lib/openapi/platform/services/IssuePropertiesService.d.ts +34 -17
  113. package/lib/openapi/platform/services/IssuePropertiesService.js +27 -13
  114. package/lib/openapi/platform/services/IssuePropertiesService.js.map +1 -1
  115. package/lib/openapi/platform/services/IssueRemoteLinksService.d.ts +42 -28
  116. package/lib/openapi/platform/services/IssueRemoteLinksService.js +37 -25
  117. package/lib/openapi/platform/services/IssueRemoteLinksService.js.map +1 -1
  118. package/lib/openapi/platform/services/IssueResolutionsService.d.ts +40 -17
  119. package/lib/openapi/platform/services/IssueResolutionsService.js +31 -12
  120. package/lib/openapi/platform/services/IssueResolutionsService.js.map +1 -1
  121. package/lib/openapi/platform/services/IssueSearchService.d.ts +86 -139
  122. package/lib/openapi/platform/services/IssueSearchService.js +79 -135
  123. package/lib/openapi/platform/services/IssueSearchService.js.map +1 -1
  124. package/lib/openapi/platform/services/IssueSecurityLevelService.d.ts +20 -19
  125. package/lib/openapi/platform/services/IssueSecurityLevelService.js +19 -18
  126. package/lib/openapi/platform/services/IssueSecurityLevelService.js.map +1 -1
  127. package/lib/openapi/platform/services/IssueSecuritySchemesService.d.ts +78 -40
  128. package/lib/openapi/platform/services/IssueSecuritySchemesService.js +63 -32
  129. package/lib/openapi/platform/services/IssueSecuritySchemesService.js.map +1 -1
  130. package/lib/openapi/platform/services/IssueTypePropertiesService.d.ts +22 -11
  131. package/lib/openapi/platform/services/IssueTypePropertiesService.js +19 -9
  132. package/lib/openapi/platform/services/IssueTypePropertiesService.js.map +1 -1
  133. package/lib/openapi/platform/services/IssueTypeSchemesService.d.ts +53 -34
  134. package/lib/openapi/platform/services/IssueTypeSchemesService.js +40 -24
  135. package/lib/openapi/platform/services/IssueTypeSchemesService.js.map +1 -1
  136. package/lib/openapi/platform/services/IssueTypeScreenSchemesService.d.ts +56 -27
  137. package/lib/openapi/platform/services/IssueTypeScreenSchemesService.js +43 -20
  138. package/lib/openapi/platform/services/IssueTypeScreenSchemesService.js.map +1 -1
  139. package/lib/openapi/platform/services/IssueTypesService.d.ts +53 -42
  140. package/lib/openapi/platform/services/IssueTypesService.js +48 -39
  141. package/lib/openapi/platform/services/IssueTypesService.js.map +1 -1
  142. package/lib/openapi/platform/services/IssueVotesService.d.ts +17 -17
  143. package/lib/openapi/platform/services/IssueVotesService.js +16 -16
  144. package/lib/openapi/platform/services/IssueVotesService.js.map +1 -1
  145. package/lib/openapi/platform/services/IssueWatchersService.d.ts +20 -10
  146. package/lib/openapi/platform/services/IssueWatchersService.js +17 -8
  147. package/lib/openapi/platform/services/IssueWatchersService.js.map +1 -1
  148. package/lib/openapi/platform/services/IssueWorklogPropertiesService.d.ts +20 -13
  149. package/lib/openapi/platform/services/IssueWorklogPropertiesService.js +19 -12
  150. package/lib/openapi/platform/services/IssueWorklogPropertiesService.js.map +1 -1
  151. package/lib/openapi/platform/services/IssueWorklogsService.d.ts +69 -67
  152. package/lib/openapi/platform/services/IssueWorklogsService.js +62 -63
  153. package/lib/openapi/platform/services/IssueWorklogsService.js.map +1 -1
  154. package/lib/openapi/platform/services/IssuesService.d.ts +225 -227
  155. package/lib/openapi/platform/services/IssuesService.js +195 -207
  156. package/lib/openapi/platform/services/IssuesService.js.map +1 -1
  157. package/lib/openapi/platform/services/JiraExpressionsService.d.ts +25 -24
  158. package/lib/openapi/platform/services/JiraExpressionsService.js +19 -18
  159. package/lib/openapi/platform/services/JiraExpressionsService.js.map +1 -1
  160. package/lib/openapi/platform/services/JiraSettingsService.d.ts +21 -9
  161. package/lib/openapi/platform/services/JiraSettingsService.js +18 -7
  162. package/lib/openapi/platform/services/JiraSettingsService.js.map +1 -1
  163. package/lib/openapi/platform/services/JqlFunctionsAppsService.d.ts +13 -9
  164. package/lib/openapi/platform/services/JqlFunctionsAppsService.js +10 -7
  165. package/lib/openapi/platform/services/JqlFunctionsAppsService.js.map +1 -1
  166. package/lib/openapi/platform/services/JqlService.d.ts +55 -43
  167. package/lib/openapi/platform/services/JqlService.js +43 -31
  168. package/lib/openapi/platform/services/JqlService.js.map +1 -1
  169. package/lib/openapi/platform/services/LabelsService.d.ts +7 -3
  170. package/lib/openapi/platform/services/LabelsService.js +6 -2
  171. package/lib/openapi/platform/services/LabelsService.js.map +1 -1
  172. package/lib/openapi/platform/services/LicenseMetricsService.d.ts +17 -7
  173. package/lib/openapi/platform/services/LicenseMetricsService.js +16 -6
  174. package/lib/openapi/platform/services/LicenseMetricsService.js.map +1 -1
  175. package/lib/openapi/platform/services/MyselfService.d.ts +28 -21
  176. package/lib/openapi/platform/services/MyselfService.js +25 -19
  177. package/lib/openapi/platform/services/MyselfService.js.map +1 -1
  178. package/lib/openapi/platform/services/PermissionSchemesService.d.ts +67 -55
  179. package/lib/openapi/platform/services/PermissionSchemesService.js +60 -51
  180. package/lib/openapi/platform/services/PermissionSchemesService.js.map +1 -1
  181. package/lib/openapi/platform/services/PermissionsService.d.ts +23 -11
  182. package/lib/openapi/platform/services/PermissionsService.js +20 -9
  183. package/lib/openapi/platform/services/PermissionsService.js.map +1 -1
  184. package/lib/openapi/platform/services/PrioritySchemesService.d.ts +59 -25
  185. package/lib/openapi/platform/services/PrioritySchemesService.js +52 -21
  186. package/lib/openapi/platform/services/PrioritySchemesService.js.map +1 -1
  187. package/lib/openapi/platform/services/ProjectAvatarsService.d.ts +27 -24
  188. package/lib/openapi/platform/services/ProjectAvatarsService.js +24 -22
  189. package/lib/openapi/platform/services/ProjectAvatarsService.js.map +1 -1
  190. package/lib/openapi/platform/services/ProjectCategoriesService.d.ts +30 -12
  191. package/lib/openapi/platform/services/ProjectCategoriesService.js +25 -9
  192. package/lib/openapi/platform/services/ProjectCategoriesService.js.map +1 -1
  193. package/lib/openapi/platform/services/ProjectClassificationLevelsService.d.ts +17 -14
  194. package/lib/openapi/platform/services/ProjectClassificationLevelsService.js +13 -10
  195. package/lib/openapi/platform/services/ProjectClassificationLevelsService.js.map +1 -1
  196. package/lib/openapi/platform/services/ProjectComponentsService.d.ts +198 -321
  197. package/lib/openapi/platform/services/ProjectComponentsService.js +193 -318
  198. package/lib/openapi/platform/services/ProjectComponentsService.js.map +1 -1
  199. package/lib/openapi/platform/services/ProjectEmailService.d.ts +11 -5
  200. package/lib/openapi/platform/services/ProjectEmailService.js +8 -3
  201. package/lib/openapi/platform/services/ProjectEmailService.js.map +1 -1
  202. package/lib/openapi/platform/services/ProjectFeaturesService.d.ts +23 -22
  203. package/lib/openapi/platform/services/ProjectFeaturesService.js +20 -20
  204. package/lib/openapi/platform/services/ProjectFeaturesService.js.map +1 -1
  205. package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.d.ts +19 -7
  206. package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.js +18 -6
  207. package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.js.map +1 -1
  208. package/lib/openapi/platform/services/ProjectPermissionSchemesService.d.ts +32 -23
  209. package/lib/openapi/platform/services/ProjectPermissionSchemesService.js +29 -21
  210. package/lib/openapi/platform/services/ProjectPermissionSchemesService.js.map +1 -1
  211. package/lib/openapi/platform/services/ProjectPropertiesService.d.ts +22 -11
  212. package/lib/openapi/platform/services/ProjectPropertiesService.js +19 -9
  213. package/lib/openapi/platform/services/ProjectPropertiesService.js.map +1 -1
  214. package/lib/openapi/platform/services/ProjectRoleActorsService.d.ts +47 -33
  215. package/lib/openapi/platform/services/ProjectRoleActorsService.js +40 -29
  216. package/lib/openapi/platform/services/ProjectRoleActorsService.js.map +1 -1
  217. package/lib/openapi/platform/services/ProjectRolesService.d.ts +67 -43
  218. package/lib/openapi/platform/services/ProjectRolesService.js +60 -39
  219. package/lib/openapi/platform/services/ProjectRolesService.js.map +1 -1
  220. package/lib/openapi/platform/services/ProjectTypesService.d.ts +29 -21
  221. package/lib/openapi/platform/services/ProjectTypesService.js +28 -20
  222. package/lib/openapi/platform/services/ProjectTypesService.js.map +1 -1
  223. package/lib/openapi/platform/services/ProjectVersionsService.d.ts +87 -36
  224. package/lib/openapi/platform/services/ProjectVersionsService.js +76 -30
  225. package/lib/openapi/platform/services/ProjectVersionsService.js.map +1 -1
  226. package/lib/openapi/platform/services/ProjectsService.d.ts +207 -313
  227. package/lib/openapi/platform/services/ProjectsService.js +201 -308
  228. package/lib/openapi/platform/services/ProjectsService.js.map +1 -1
  229. package/lib/openapi/platform/services/ScreenSchemesService.d.ts +22 -11
  230. package/lib/openapi/platform/services/ScreenSchemesService.js +17 -8
  231. package/lib/openapi/platform/services/ScreenSchemesService.js.map +1 -1
  232. package/lib/openapi/platform/services/ScreenTabFieldsService.d.ts +15 -7
  233. package/lib/openapi/platform/services/ScreenTabFieldsService.js +12 -5
  234. package/lib/openapi/platform/services/ScreenTabFieldsService.js.map +1 -1
  235. package/lib/openapi/platform/services/ScreenTabsService.d.ts +27 -11
  236. package/lib/openapi/platform/services/ScreenTabsService.js +24 -9
  237. package/lib/openapi/platform/services/ScreenTabsService.js.map +1 -1
  238. package/lib/openapi/platform/services/ScreensService.d.ts +42 -28
  239. package/lib/openapi/platform/services/ScreensService.js +36 -23
  240. package/lib/openapi/platform/services/ScreensService.js.map +1 -1
  241. package/lib/openapi/platform/services/ServerInfoService.d.ts +6 -3
  242. package/lib/openapi/platform/services/ServerInfoService.js +5 -2
  243. package/lib/openapi/platform/services/ServerInfoService.js.map +1 -1
  244. package/lib/openapi/platform/services/ServiceRegistryService.d.ts +5 -3
  245. package/lib/openapi/platform/services/ServiceRegistryService.js +2 -1
  246. package/lib/openapi/platform/services/ServiceRegistryService.js.map +1 -1
  247. package/lib/openapi/platform/services/StatusService.d.ts +29 -15
  248. package/lib/openapi/platform/services/StatusService.js +24 -12
  249. package/lib/openapi/platform/services/StatusService.js.map +1 -1
  250. package/lib/openapi/platform/services/TasksService.d.ts +9 -4
  251. package/lib/openapi/platform/services/TasksService.js +8 -3
  252. package/lib/openapi/platform/services/TasksService.js.map +1 -1
  253. package/lib/openapi/platform/services/TimeTrackingService.d.ts +30 -13
  254. package/lib/openapi/platform/services/TimeTrackingService.js +25 -10
  255. package/lib/openapi/platform/services/TimeTrackingService.js.map +1 -1
  256. package/lib/openapi/platform/services/UiModificationsAppsService.d.ts +26 -19
  257. package/lib/openapi/platform/services/UiModificationsAppsService.js +21 -16
  258. package/lib/openapi/platform/services/UiModificationsAppsService.js.map +1 -1
  259. package/lib/openapi/platform/services/UserPropertiesService.d.ts +20 -10
  260. package/lib/openapi/platform/services/UserPropertiesService.js +19 -9
  261. package/lib/openapi/platform/services/UserPropertiesService.js.map +1 -1
  262. package/lib/openapi/platform/services/UserSearchService.d.ts +95 -126
  263. package/lib/openapi/platform/services/UserSearchService.js +94 -125
  264. package/lib/openapi/platform/services/UserSearchService.js.map +1 -1
  265. package/lib/openapi/platform/services/UsersService.d.ts +97 -95
  266. package/lib/openapi/platform/services/UsersService.js +94 -93
  267. package/lib/openapi/platform/services/UsersService.js.map +1 -1
  268. package/lib/openapi/platform/services/WebhooksService.d.ts +35 -18
  269. package/lib/openapi/platform/services/WebhooksService.js +28 -14
  270. package/lib/openapi/platform/services/WebhooksService.js.map +1 -1
  271. package/lib/openapi/platform/services/WorkflowSchemeDraftsService.d.ts +133 -147
  272. package/lib/openapi/platform/services/WorkflowSchemeDraftsService.js +122 -141
  273. package/lib/openapi/platform/services/WorkflowSchemeDraftsService.js.map +1 -1
  274. package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.d.ts +13 -10
  275. package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.js +10 -8
  276. package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.js.map +1 -1
  277. package/lib/openapi/platform/services/WorkflowSchemesService.d.ts +121 -82
  278. package/lib/openapi/platform/services/WorkflowSchemesService.js +104 -73
  279. package/lib/openapi/platform/services/WorkflowSchemesService.js.map +1 -1
  280. package/lib/openapi/platform/services/WorkflowStatusCategoriesService.d.ts +12 -5
  281. package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js +11 -4
  282. package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js.map +1 -1
  283. package/lib/openapi/platform/services/WorkflowStatusesService.d.ts +12 -5
  284. package/lib/openapi/platform/services/WorkflowStatusesService.js +11 -4
  285. package/lib/openapi/platform/services/WorkflowStatusesService.js.map +1 -1
  286. package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.d.ts +25 -10
  287. package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js +20 -7
  288. package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js.map +1 -1
  289. package/lib/openapi/platform/services/WorkflowTransitionRulesService.d.ts +25 -13
  290. package/lib/openapi/platform/services/WorkflowTransitionRulesService.js +20 -10
  291. package/lib/openapi/platform/services/WorkflowTransitionRulesService.js.map +1 -1
  292. package/lib/openapi/platform/services/WorkflowsService.d.ts +743 -660
  293. package/lib/openapi/platform/services/WorkflowsService.js +708 -609
  294. package/lib/openapi/platform/services/WorkflowsService.js.map +1 -1
  295. package/lib/openapi/serviceManagement/BaseJiraServiceManagementApiClient.d.ts +5 -7
  296. package/lib/openapi/serviceManagement/BaseJiraServiceManagementApiClient.js +4 -3
  297. package/lib/openapi/serviceManagement/BaseJiraServiceManagementApiClient.js.map +1 -1
  298. package/lib/openapi/serviceManagement/services/AssetsService.d.ts +11 -8
  299. package/lib/openapi/serviceManagement/services/AssetsService.js +10 -7
  300. package/lib/openapi/serviceManagement/services/AssetsService.js.map +1 -1
  301. package/lib/openapi/serviceManagement/services/CustomerService.d.ts +17 -20
  302. package/lib/openapi/serviceManagement/services/CustomerService.js +14 -18
  303. package/lib/openapi/serviceManagement/services/CustomerService.js.map +1 -1
  304. package/lib/openapi/serviceManagement/services/InfoService.d.ts +6 -3
  305. package/lib/openapi/serviceManagement/services/InfoService.js +5 -2
  306. package/lib/openapi/serviceManagement/services/InfoService.js.map +1 -1
  307. package/lib/openapi/serviceManagement/services/KnowledgebaseService.d.ts +11 -11
  308. package/lib/openapi/serviceManagement/services/KnowledgebaseService.js +10 -10
  309. package/lib/openapi/serviceManagement/services/KnowledgebaseService.js.map +1 -1
  310. package/lib/openapi/serviceManagement/services/OrganizationService.d.ts +108 -104
  311. package/lib/openapi/serviceManagement/services/OrganizationService.js +95 -97
  312. package/lib/openapi/serviceManagement/services/OrganizationService.js.map +1 -1
  313. package/lib/openapi/serviceManagement/services/RequestService.d.ts +420 -578
  314. package/lib/openapi/serviceManagement/services/RequestService.js +403 -569
  315. package/lib/openapi/serviceManagement/services/RequestService.js.map +1 -1
  316. package/lib/openapi/serviceManagement/services/RequesttypeService.d.ts +25 -39
  317. package/lib/openapi/serviceManagement/services/RequesttypeService.js +24 -38
  318. package/lib/openapi/serviceManagement/services/RequesttypeService.js.map +1 -1
  319. package/lib/openapi/serviceManagement/services/ServicedeskService.d.ts +195 -215
  320. package/lib/openapi/serviceManagement/services/ServicedeskService.js +188 -211
  321. package/lib/openapi/serviceManagement/services/ServicedeskService.js.map +1 -1
  322. package/lib/openapi/software/BaseJiraSoftwareApiClient.d.ts +4 -6
  323. package/lib/openapi/software/BaseJiraSoftwareApiClient.js +3 -2
  324. package/lib/openapi/software/BaseJiraSoftwareApiClient.js.map +1 -1
  325. package/lib/openapi/software/models/builds.d.ts +38 -19
  326. package/lib/openapi/software/models/builds.js.map +1 -1
  327. package/lib/openapi/software/models/common.d.ts +6 -3
  328. package/lib/openapi/software/models/common.js.map +1 -1
  329. package/lib/openapi/software/models/deployments.d.ts +36 -17
  330. package/lib/openapi/software/models/deployments.js.map +1 -1
  331. package/lib/openapi/software/models/devOpsComponents.d.ts +6 -3
  332. package/lib/openapi/software/models/devOpsComponents.js.map +1 -1
  333. package/lib/openapi/software/models/developmentInformation.d.ts +106 -54
  334. package/lib/openapi/software/models/developmentInformation.js.map +1 -1
  335. package/lib/openapi/software/models/featureFlags.d.ts +16 -8
  336. package/lib/openapi/software/models/featureFlags.js.map +1 -1
  337. package/lib/openapi/software/models/operations.d.ts +60 -30
  338. package/lib/openapi/software/models/operations.js.map +1 -1
  339. package/lib/openapi/software/models/remoteLinks.d.ts +36 -18
  340. package/lib/openapi/software/models/remoteLinks.js.map +1 -1
  341. package/lib/openapi/software/models/securityInformation.d.ts +52 -26
  342. package/lib/openapi/software/models/securityInformation.js.map +1 -1
  343. package/lib/openapi/software/services/BacklogService.d.ts +14 -8
  344. package/lib/openapi/software/services/BacklogService.js +9 -5
  345. package/lib/openapi/software/services/BacklogService.js.map +1 -1
  346. package/lib/openapi/software/services/BoardService.d.ts +200 -204
  347. package/lib/openapi/software/services/BoardService.js +195 -201
  348. package/lib/openapi/software/services/BoardService.js.map +1 -1
  349. package/lib/openapi/software/services/BuildsService.d.ts +11 -9
  350. package/lib/openapi/software/services/BuildsService.js +10 -8
  351. package/lib/openapi/software/services/BuildsService.js.map +1 -1
  352. package/lib/openapi/software/services/DeploymentsService.d.ts +13 -13
  353. package/lib/openapi/software/services/DeploymentsService.js +12 -12
  354. package/lib/openapi/software/services/DeploymentsService.js.map +1 -1
  355. package/lib/openapi/software/services/DevOpsComponentsService.d.ts +33 -20
  356. package/lib/openapi/software/services/DevOpsComponentsService.js +10 -8
  357. package/lib/openapi/software/services/DevOpsComponentsService.js.map +1 -1
  358. package/lib/openapi/software/services/DevelopmentInformationService.d.ts +14 -9
  359. package/lib/openapi/software/services/DevelopmentInformationService.js +13 -8
  360. package/lib/openapi/software/services/DevelopmentInformationService.js.map +1 -1
  361. package/lib/openapi/software/services/EpicService.d.ts +67 -76
  362. package/lib/openapi/software/services/EpicService.js +58 -71
  363. package/lib/openapi/software/services/EpicService.js.map +1 -1
  364. package/lib/openapi/software/services/FeatureFlagsService.d.ts +11 -9
  365. package/lib/openapi/software/services/FeatureFlagsService.js +10 -8
  366. package/lib/openapi/software/services/FeatureFlagsService.js.map +1 -1
  367. package/lib/openapi/software/services/IssueService.d.ts +45 -44
  368. package/lib/openapi/software/services/IssueService.js +40 -41
  369. package/lib/openapi/software/services/IssueService.js.map +1 -1
  370. package/lib/openapi/software/services/OperationsService.d.ts +66 -38
  371. package/lib/openapi/software/services/OperationsService.js +21 -15
  372. package/lib/openapi/software/services/OperationsService.js.map +1 -1
  373. package/lib/openapi/software/services/RemoteLinksService.d.ts +18 -13
  374. package/lib/openapi/software/services/RemoteLinksService.js +10 -8
  375. package/lib/openapi/software/services/RemoteLinksService.js.map +1 -1
  376. package/lib/openapi/software/services/SecurityInformationService.d.ts +19 -13
  377. package/lib/openapi/software/services/SecurityInformationService.js +18 -12
  378. package/lib/openapi/software/services/SecurityInformationService.js.map +1 -1
  379. package/lib/openapi/software/services/SprintService.d.ts +79 -55
  380. package/lib/openapi/software/services/SprintService.js +68 -49
  381. package/lib/openapi/software/services/SprintService.js.map +1 -1
  382. package/package.json +4 -3
@@ -17,10 +17,11 @@ export declare class AppPropertiesService extends CommonHttpService {
17
17
  * Additionally, Forge apps can access Connect app properties (stored against the
18
18
  * same `app.connect.key`).
19
19
  *
20
- * @path {DELETE} /rest/atlassian-connect/1/addons/{addonKey}/properties/{propertyKey}
20
+ * @path DELETE `/rest/atlassian-connect/1/addons/{addonKey}/properties/{propertyKey}`
21
21
  * @scopes-current
22
22
  * @scopes-beta
23
23
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-app-properties#api-rest-atlassian-connect-1-addons-addonkey-properties-propertykey-delete
24
+ * @param params
24
25
  */
25
26
  addonPropertiesResourceDeleteAddonPropertyDelete: ({ addonKey, propertyKey, }: {
26
27
  /** The key of the app, as defined in its descriptor. */
@@ -38,19 +39,22 @@ export declare class AppPropertiesService extends CommonHttpService {
38
39
  *
39
40
  * @returns Returned if the request is successful.
40
41
  *
41
- * example: {
42
+ * example:
43
+ * ```
44
+ * {
42
45
  * "keys": [
43
46
  * {
44
- * "self":
45
- * "https://your-domain.atlassian.net/jira/rest/atlassian-connect/1/addon/example.app.key/properties/propertyKey",
47
+ * "self": "https://your-domain.atlassian.net/jira/rest/atlassian-connect/1/addon/example.app.key/properties/propertyKey",
46
48
  * "key": "propertyKey"
47
49
  * }
48
50
  * ]
49
51
  * }
50
- * @path {GET} /rest/atlassian-connect/1/addons/{addonKey}/properties
52
+ * ```
53
+ * @path GET `/rest/atlassian-connect/1/addons/{addonKey}/properties`
51
54
  * @scopes-current
52
55
  * @scopes-beta
53
56
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-app-properties#api-rest-atlassian-connect-1-addons-addonkey-properties-get
57
+ * @param params
54
58
  */
55
59
  addonPropertiesResourceGetAddonPropertiesGet: ({ addonKey, }: {
56
60
  /** The key of the app, as defined in its descriptor. */
@@ -66,16 +70,19 @@ export declare class AppPropertiesService extends CommonHttpService {
66
70
  *
67
71
  * @returns Returned if the request is successful.
68
72
  *
69
- * example: {
70
- * "self":
71
- * "https://your-domain.atlassian.net/jira/rest/atlassian-connect/1/addon/example.app.key/properties/propertyKey",
73
+ * example:
74
+ * ```
75
+ * {
76
+ * "self": "https://your-domain.atlassian.net/jira/rest/atlassian-connect/1/addon/example.app.key/properties/propertyKey",
72
77
  * "key": "propertyKey",
73
78
  * "value": "propertyValue"
74
79
  * }
75
- * @path {GET} /rest/atlassian-connect/1/addons/{addonKey}/properties/{propertyKey}
80
+ * ```
81
+ * @path GET `/rest/atlassian-connect/1/addons/{addonKey}/properties/{propertyKey}`
76
82
  * @scopes-current
77
83
  * @scopes-beta
78
84
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-app-properties#api-rest-atlassian-connect-1-addons-addonkey-properties-propertykey-get
85
+ * @param params
79
86
  */
80
87
  addonPropertiesResourceGetAddonPropertyGet: ({ addonKey, propertyKey, }: {
81
88
  /** The key of the app, as defined in its descriptor. */
@@ -96,27 +103,35 @@ export declare class AppPropertiesService extends CommonHttpService {
96
103
  * Additionally, Forge apps can access Connect app properties (stored against the
97
104
  * same `app.connect.key`).
98
105
  *
99
- * @returns * status: 200, mediaType: application/json
106
+ * @returns
107
+ * * status: 200, mediaType: application/json
100
108
  *
101
109
  * Returned if the property is updated.
102
110
  *
103
- * example: {
111
+ * example:
112
+ * ```
113
+ * {
104
114
  * "message": "Property updated.",
105
115
  * "statusCode": 200
106
116
  * }
117
+ * ```
107
118
  *
108
119
  * * status: 201, mediaType: application/json
109
120
  *
110
121
  * Returned is the property is created.
111
122
  *
112
- * example: {
123
+ * example:
124
+ * ```
125
+ * {
113
126
  * "message": "Property created.",
114
127
  * "statusCode": 201
115
128
  * }
116
- * @path {PUT} /rest/atlassian-connect/1/addons/{addonKey}/properties/{propertyKey}
129
+ * ```
130
+ * @path PUT `/rest/atlassian-connect/1/addons/{addonKey}/properties/{propertyKey}`
117
131
  * @scopes-current
118
132
  * @scopes-beta
119
133
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-app-properties#api-rest-atlassian-connect-1-addons-addonkey-properties-propertykey-put
134
+ * @param params
120
135
  */
121
136
  addonPropertiesResourcePutAddonPropertyPut: ({ addonKey, propertyKey, requestBody, }: {
122
137
  /** The key of the app, as defined in its descriptor. */
@@ -133,10 +148,11 @@ export declare class AppPropertiesService extends CommonHttpService {
133
148
  *
134
149
  * **[Permissions](#permissions) required:** Only Forge apps can make this request.
135
150
  *
136
- * @path {DELETE} /rest/forge/1/app/properties/{propertyKey}
151
+ * @path DELETE `/rest/forge/1/app/properties/{propertyKey}`
137
152
  * @scopes-current
138
153
  * @scopes-beta
139
154
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-app-properties#api-rest-forge-1-app-properties-propertykey-delete
155
+ * @param params
140
156
  */
141
157
  deleteForgeAppProperty: ({ propertyKey, }: {
142
158
  /** The key of the property. */
@@ -158,27 +174,35 @@ export declare class AppPropertiesService extends CommonHttpService {
158
174
  *
159
175
  * **[Permissions](#permissions) required:** Only Forge apps can make this request.
160
176
  *
161
- * @returns * status: 200, mediaType: application/json
177
+ * @returns
178
+ * * status: 200, mediaType: application/json
162
179
  *
163
180
  * Returned if the property is updated.
164
181
  *
165
- * example: {
182
+ * example:
183
+ * ```
184
+ * {
166
185
  * "message": "Property updated.",
167
186
  * "statusCode": 200
168
187
  * }
188
+ * ```
169
189
  *
170
190
  * * status: 201, mediaType: application/json
171
191
  *
172
192
  * Returned is the property is created.
173
193
  *
174
- * example: {
194
+ * example:
195
+ * ```
196
+ * {
175
197
  * "message": "Property created.",
176
198
  * "statusCode": 201
177
199
  * }
178
- * @path {PUT} /rest/forge/1/app/properties/{propertyKey}
200
+ * ```
201
+ * @path PUT `/rest/forge/1/app/properties/{propertyKey}`
179
202
  * @scopes-current
180
203
  * @scopes-beta
181
204
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-app-properties#api-rest-forge-1-app-properties-propertykey-put
205
+ * @param params
182
206
  */
183
207
  putForgeAppProperty: ({ propertyKey, requestBody, }: {
184
208
  /** The key of the property. */
@@ -188,5 +212,5 @@ export declare class AppPropertiesService extends CommonHttpService {
188
212
  created: boolean;
189
213
  operationMessage: OperationMessage;
190
214
  }>;
191
- static initialize(): void;
215
+ protected static initialize(): void;
192
216
  }
@@ -28,10 +28,11 @@ class AppPropertiesService extends CommonHttpService_1.CommonHttpService {
28
28
  * Additionally, Forge apps can access Connect app properties (stored against the
29
29
  * same `app.connect.key`).
30
30
  *
31
- * @path {DELETE} /rest/atlassian-connect/1/addons/{addonKey}/properties/{propertyKey}
31
+ * @path DELETE `/rest/atlassian-connect/1/addons/{addonKey}/properties/{propertyKey}`
32
32
  * @scopes-current
33
33
  * @scopes-beta
34
34
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-app-properties#api-rest-atlassian-connect-1-addons-addonkey-properties-propertykey-delete
35
+ * @param params
35
36
  */
36
37
  this.addonPropertiesResourceDeleteAddonPropertyDelete = ({ addonKey, propertyKey, }) => {
37
38
  return this.getClientInstance()
@@ -55,19 +56,22 @@ class AppPropertiesService extends CommonHttpService_1.CommonHttpService {
55
56
  *
56
57
  * @returns Returned if the request is successful.
57
58
  *
58
- * example: {
59
+ * example:
60
+ * ```
61
+ * {
59
62
  * "keys": [
60
63
  * {
61
- * "self":
62
- * "https://your-domain.atlassian.net/jira/rest/atlassian-connect/1/addon/example.app.key/properties/propertyKey",
64
+ * "self": "https://your-domain.atlassian.net/jira/rest/atlassian-connect/1/addon/example.app.key/properties/propertyKey",
63
65
  * "key": "propertyKey"
64
66
  * }
65
67
  * ]
66
68
  * }
67
- * @path {GET} /rest/atlassian-connect/1/addons/{addonKey}/properties
69
+ * ```
70
+ * @path GET `/rest/atlassian-connect/1/addons/{addonKey}/properties`
68
71
  * @scopes-current
69
72
  * @scopes-beta
70
73
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-app-properties#api-rest-atlassian-connect-1-addons-addonkey-properties-get
74
+ * @param params
71
75
  */
72
76
  this.addonPropertiesResourceGetAddonPropertiesGet = ({ addonKey, }) => {
73
77
  return this.getClientInstance()
@@ -97,16 +101,19 @@ class AppPropertiesService extends CommonHttpService_1.CommonHttpService {
97
101
  *
98
102
  * @returns Returned if the request is successful.
99
103
  *
100
- * example: {
101
- * "self":
102
- * "https://your-domain.atlassian.net/jira/rest/atlassian-connect/1/addon/example.app.key/properties/propertyKey",
104
+ * example:
105
+ * ```
106
+ * {
107
+ * "self": "https://your-domain.atlassian.net/jira/rest/atlassian-connect/1/addon/example.app.key/properties/propertyKey",
103
108
  * "key": "propertyKey",
104
109
  * "value": "propertyValue"
105
110
  * }
106
- * @path {GET} /rest/atlassian-connect/1/addons/{addonKey}/properties/{propertyKey}
111
+ * ```
112
+ * @path GET `/rest/atlassian-connect/1/addons/{addonKey}/properties/{propertyKey}`
107
113
  * @scopes-current
108
114
  * @scopes-beta
109
115
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-app-properties#api-rest-atlassian-connect-1-addons-addonkey-properties-propertykey-get
116
+ * @param params
110
117
  */
111
118
  this.addonPropertiesResourceGetAddonPropertyGet = ({ addonKey, propertyKey, }) => {
112
119
  return this.getClientInstance()
@@ -140,27 +147,35 @@ class AppPropertiesService extends CommonHttpService_1.CommonHttpService {
140
147
  * Additionally, Forge apps can access Connect app properties (stored against the
141
148
  * same `app.connect.key`).
142
149
  *
143
- * @returns * status: 200, mediaType: application/json
150
+ * @returns
151
+ * * status: 200, mediaType: application/json
144
152
  *
145
153
  * Returned if the property is updated.
146
154
  *
147
- * example: {
155
+ * example:
156
+ * ```
157
+ * {
148
158
  * "message": "Property updated.",
149
159
  * "statusCode": 200
150
160
  * }
161
+ * ```
151
162
  *
152
163
  * * status: 201, mediaType: application/json
153
164
  *
154
165
  * Returned is the property is created.
155
166
  *
156
- * example: {
167
+ * example:
168
+ * ```
169
+ * {
157
170
  * "message": "Property created.",
158
171
  * "statusCode": 201
159
172
  * }
160
- * @path {PUT} /rest/atlassian-connect/1/addons/{addonKey}/properties/{propertyKey}
173
+ * ```
174
+ * @path PUT `/rest/atlassian-connect/1/addons/{addonKey}/properties/{propertyKey}`
161
175
  * @scopes-current
162
176
  * @scopes-beta
163
177
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-app-properties#api-rest-atlassian-connect-1-addons-addonkey-properties-propertykey-put
178
+ * @param params
164
179
  */
165
180
  this.addonPropertiesResourcePutAddonPropertyPut = ({ addonKey, propertyKey, requestBody, }) => {
166
181
  return this.getClientInstance()
@@ -193,10 +208,11 @@ class AppPropertiesService extends CommonHttpService_1.CommonHttpService {
193
208
  *
194
209
  * **[Permissions](#permissions) required:** Only Forge apps can make this request.
195
210
  *
196
- * @path {DELETE} /rest/forge/1/app/properties/{propertyKey}
211
+ * @path DELETE `/rest/forge/1/app/properties/{propertyKey}`
197
212
  * @scopes-current
198
213
  * @scopes-beta
199
214
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-app-properties#api-rest-forge-1-app-properties-propertykey-delete
215
+ * @param params
200
216
  */
201
217
  this.deleteForgeAppProperty = ({ propertyKey, }) => {
202
218
  return this.getClientInstance()
@@ -225,27 +241,35 @@ class AppPropertiesService extends CommonHttpService_1.CommonHttpService {
225
241
  *
226
242
  * **[Permissions](#permissions) required:** Only Forge apps can make this request.
227
243
  *
228
- * @returns * status: 200, mediaType: application/json
244
+ * @returns
245
+ * * status: 200, mediaType: application/json
229
246
  *
230
247
  * Returned if the property is updated.
231
248
  *
232
- * example: {
249
+ * example:
250
+ * ```
251
+ * {
233
252
  * "message": "Property updated.",
234
253
  * "statusCode": 200
235
254
  * }
255
+ * ```
236
256
  *
237
257
  * * status: 201, mediaType: application/json
238
258
  *
239
259
  * Returned is the property is created.
240
260
  *
241
- * example: {
261
+ * example:
262
+ * ```
263
+ * {
242
264
  * "message": "Property created.",
243
265
  * "statusCode": 201
244
266
  * }
245
- * @path {PUT} /rest/forge/1/app/properties/{propertyKey}
267
+ * ```
268
+ * @path PUT `/rest/forge/1/app/properties/{propertyKey}`
246
269
  * @scopes-current
247
270
  * @scopes-beta
248
271
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-app-properties#api-rest-forge-1-app-properties-propertykey-put
272
+ * @param params
249
273
  */
250
274
  this.putForgeAppProperty = ({ propertyKey, requestBody, }) => {
251
275
  return this.getClientInstance()
@@ -1 +1 @@
1
- {"version":3,"file":"AppPropertiesService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/AppPropertiesService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,2DAGiC;AACjC,6CAI0B;AAC1B,wEAAqE;AACrE;;;;;;GAMG;AACH,MAAa,oBAAqB,SAAQ,qCAAiB;IAA3D;;QACE;;;;;;;;;;;;WAYG;QACH,qDAAgD,GAAG,CAAC,EAClD,QAAQ,EACR,WAAW,GAMZ,EAAiB,EAAE;YAClB,OAAO,IAAI,CAAC,iBAAiB,EAAE;iBAC5B,OAAO,CAAC;gBACP,IAAI,EAAE,sEAAsE;gBAC5E,MAAM,EAAE,QAAQ;gBAChB,UAAU,EAAE;oBACV,QAAQ;oBACR,WAAW;iBACZ;aACF,CAAC;iBACD,IAAI,CAAC,gBAAgB,CAAC,aAAa,CAAC,CAAC;QAC1C,CAAC,CAAC;QACF;;;;;;;;;;;;;;;;;;;;;;;WAuBG;QACH,iDAA4C,GAAG,CAAC,EAC9C,QAAQ,GAIT,EAAyB,EAAE;YAC1B,OAAO,IAAI,CAAC,iBAAiB,EAAE;iBAC5B,OAAO,CAAC;gBACP,IAAI,EAAE,wDAAwD;gBAC9D,MAAM,EAAE,KAAK;gBACb,UAAU,EAAE;oBACV,QAAQ;iBACT;aACF,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,8EAA8E,CAC/E,CACF;iBACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;QACpC,CAAC,CAAC;QACF;;;;;;;;;;;;;;;;;;;;WAoBG;QACH,+CAA0C,GAAG,CAAC,EAC5C,QAAQ,EACR,WAAW,GAMZ,EAA2B,EAAE;YAC5B,OAAO,IAAI,CAAC,iBAAiB,EAAE;iBAC5B,OAAO,CAAC;gBACP,IAAI,EAAE,sEAAsE;gBAC5E,MAAM,EAAE,KAAK;gBACb,UAAU,EAAE;oBACV,QAAQ;oBACR,WAAW;iBACZ;aACF,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;QACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAkCG;QACH,+CAA0C,GAAG,CAAC,EAC5C,QAAQ,EACR,WAAW,EACX,WAAW,GAOZ,EAGE,EAAE;YACH,OAAO,IAAI,CAAC,iBAAiB,EAAE;iBAC5B,OAAO,CAAC;gBACP,IAAI,EAAE,sEAAsE;gBAC5E,MAAM,EAAE,KAAK;gBACb,UAAU,EAAE;oBACV,QAAQ;oBACR,WAAW;iBACZ;gBACD,OAAO,EAAE;oBACP,cAAc,EAAE,kBAAkB;iBACnC;gBACD,IAAI,EAAE,WAAW;aAClB,CAAC;iBACD,IAAI,CACH,IAAI,CAAC,iBAAiB,EAAE,CAAC,eAAe,CAAC;gBACvC,GAAG,EAAE;oBACH,kBAAkB,EAAE,MAAM;iBAC3B;gBACD,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,iBAAiB,CAAC,kBAAkB,CAAC,CAAC,CAAC;QAClE,CAAC,CAAC;QACF;;;;;;;;;WASG;QACH,2BAAsB,GAAG,CAAC,EACxB,WAAW,GAIZ,EAAiB,EAAE;YAClB,OAAO,IAAI,CAAC,iBAAiB,EAAE;iBAC5B,OAAO,CAAC;gBACP,IAAI,EAAE,4CAA4C;gBAClD,MAAM,EAAE,QAAQ;gBAChB,UAAU,EAAE;oBACV,WAAW;iBACZ;aACF,CAAC;iBACD,IAAI,CAAC,gBAAgB,CAAC,aAAa,CAAC,CAAC;QAC1C,CAAC,CAAC;QACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAqCG;QACH,wBAAmB,GAAG,CAAC,EACrB,WAAW,EACX,WAAW,GAKZ,EAGE,EAAE;YACH,OAAO,IAAI,CAAC,iBAAiB,EAAE;iBAC5B,OAAO,CAAC;gBACP,IAAI,EAAE,4CAA4C;gBAClD,MAAM,EAAE,KAAK;gBACb,UAAU,EAAE;oBACV,WAAW;iBACZ;gBACD,OAAO,EAAE;oBACP,cAAc,EAAE,kBAAkB;iBACnC;gBACD,IAAI,EAAE,WAAW;aAClB,CAAC;iBACD,IAAI,CACH,IAAI,CAAC,iBAAiB,EAAE,CAAC,eAAe,CAAC;gBACvC,GAAG,EAAE;oBACH,kBAAkB,EAAE,MAAM;iBAC3B;gBACD,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,mDAAmD,CACpD,CACF;iBACA,IAAI,CAAC,gBAAgB,CAAC,iBAAiB,CAAC,kBAAkB,CAAC,CAAC,CAAC;QAClE,CAAC,CAAC;IA2EJ,CAAC;IA1EC,MAAM,CAAC,UAAU;QACf,iDAAuB,CAAC,kBAAkB,CACxC,8EAA8E,EAC9E,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,cAAc,CAAC;SACnD,CAAC;aACD,QAAQ,CACP,8EAA8E,CAC/E,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,iDAAuB,CAAC,IAAI,CAAC,gBAAgB,CAAC;SACrD,CAAC;aACD,QAAQ,CACP,4EAA4E,CAC7E,CACJ,CAAC;QACF,iDAAuB,CAAC,kBAAkB,CACxC,4EAA4E,EAC5E,OAAC;aACE,MAAM,CAAC;YACN,MAAM,EAAE,OAAC,CAAC,MAAM,EAAE;YAClB,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE;YACrB,IAAI,EAAE,OAAC,CAAC,OAAO,EAAE;SAClB,CAAC;aACD,WAAW,CAAC,CAAC,EAAE,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,EAAE,GAAG,EAAE,EAAE;YACnD,IAAI,MAAM,KAAK,GAAG,IAAI,MAAM,KAAK,GAAG,EAAE,CAAC;gBACrC,iDAAuB,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;YAC/D,CAAC;iBAAM,CAAC;gBACN,GAAG,CAAC,QAAQ,CAAC;oBACX,IAAI,EAAE,OAAC,CAAC,YAAY,CAAC,MAAM;oBAC3B,IAAI,EAAE,CAAC,QAAQ,CAAC;oBAChB,OAAO,EAAE,2BAA2B,MAAM,EAAE;iBAC7C,CAAC,CAAC;YACL,CAAC;QACH,CAAC,CAAC;aACD,QAAQ,CACP,4EAA4E,CAC7E,CACJ,CAAC;QACF,iDAAuB,CAAC,kBAAkB,CACxC,mDAAmD,EACnD,OAAC;aACE,MAAM,CAAC;YACN,MAAM,EAAE,OAAC,CAAC,MAAM,EAAE;YAClB,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE;YACrB,IAAI,EAAE,OAAC,CAAC,OAAO,EAAE;SAClB,CAAC;aACD,WAAW,CAAC,CAAC,EAAE,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,EAAE,GAAG,EAAE,EAAE;YACnD,IAAI,MAAM,KAAK,GAAG,IAAI,MAAM,KAAK,GAAG,EAAE,CAAC;gBACrC,iDAAuB,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;YAC/D,CAAC;iBAAM,CAAC;gBACN,GAAG,CAAC,QAAQ,CAAC;oBACX,IAAI,EAAE,OAAC,CAAC,YAAY,CAAC,MAAM;oBAC3B,IAAI,EAAE,CAAC,QAAQ,CAAC;oBAChB,OAAO,EAAE,2BAA2B,MAAM,EAAE;iBAC7C,CAAC,CAAC;YACL,CAAC;QACH,CAAC,CAAC;aACD,QAAQ,CAAC,mDAAmD,CAAC,CACjE,CAAC;QACF,iDAAuB,CAAC,YAAY,CAAC;YACnC,wCAA+B;YAC/B,sDAAsC;SACvC,CAAC,CAAC;IACL,CAAC;CACF;AAxaD,oDAwaC"}
1
+ {"version":3,"file":"AppPropertiesService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/AppPropertiesService.ts"],"names":[],"mappings":"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"}
@@ -17,7 +17,9 @@ export declare class ApplicationRolesService extends CommonHttpService {
17
17
  *
18
18
  * @returns Returned if the request is successful.
19
19
  *
20
- * example: [
20
+ * example:
21
+ * ```
22
+ * [
21
23
  * {
22
24
  * "defaultGroups": [
23
25
  * "jira-software-users"
@@ -26,8 +28,7 @@ export declare class ApplicationRolesService extends CommonHttpService {
26
28
  * {
27
29
  * "groupId": "276f955c-63d7-42c8-9520-92d01dca0625",
28
30
  * "name": "jira-software-users",
29
- * "self":
30
- * "https://your-domain.atlassian.net/rest/api/3/group?groupId=276f955c-63d7-42c8-9520-92d01dca0625"
31
+ * "self": "https://your-domain.atlassian.net/rest/api/3/group?groupId=276f955c-63d7-42c8-9520-92d01dca0625"
31
32
  * }
32
33
  * ],
33
34
  * "defined": false,
@@ -35,14 +36,12 @@ export declare class ApplicationRolesService extends CommonHttpService {
35
36
  * {
36
37
  * "groupId": "42c8955c-63d7-42c8-9520-63d7aca0625",
37
38
  * "name": "jira-testers",
38
- * "self":
39
- * "https://your-domain.atlassian.net/rest/api/3/group?groupId=42c8955c-63d7-42c8-9520-63d7aca0625"
39
+ * "self": "https://your-domain.atlassian.net/rest/api/3/group?groupId=42c8955c-63d7-42c8-9520-63d7aca0625"
40
40
  * },
41
41
  * {
42
42
  * "groupId": "276f955c-63d7-42c8-9520-92d01dca0625",
43
43
  * "name": "jira-software-users",
44
- * "self":
45
- * "https://your-domain.atlassian.net/rest/api/3/group?groupId=276f955c-63d7-42c8-9520-92d01dca0625"
44
+ * "self": "https://your-domain.atlassian.net/rest/api/3/group?groupId=276f955c-63d7-42c8-9520-92d01dca0625"
46
45
  * }
47
46
  * ],
48
47
  * "groups": [
@@ -67,8 +66,7 @@ export declare class ApplicationRolesService extends CommonHttpService {
67
66
  * {
68
67
  * "groupId": "92d01dca0625-42c8-42c8-9520-276f955c",
69
68
  * "name": "jira-core-users",
70
- * "self":
71
- * "https://your-domain.atlassian.net/rest/api/3/group?groupId=92d01dca0625-42c8-42c8-9520-276f955c"
69
+ * "self": "https://your-domain.atlassian.net/rest/api/3/group?groupId=92d01dca0625-42c8-42c8-9520-276f955c"
72
70
  * }
73
71
  * ],
74
72
  * "defined": false,
@@ -76,8 +74,7 @@ export declare class ApplicationRolesService extends CommonHttpService {
76
74
  * {
77
75
  * "groupId": "92d01dca0625-42c8-42c8-9520-276f955c",
78
76
  * "name": "jira-core-users",
79
- * "self":
80
- * "https://your-domain.atlassian.net/rest/api/3/group?groupId=92d01dca0625-42c8-42c8-9520-276f955c"
77
+ * "self": "https://your-domain.atlassian.net/rest/api/3/group?groupId=92d01dca0625-42c8-42c8-9520-276f955c"
81
78
  * }
82
79
  * ],
83
80
  * "groups": [
@@ -94,7 +91,8 @@ export declare class ApplicationRolesService extends CommonHttpService {
94
91
  * "userCountDescription": "0 users"
95
92
  * }
96
93
  * ]
97
- * @path {GET} /rest/api/3/applicationrole
94
+ * ```
95
+ * @path GET `/rest/api/3/applicationrole`
98
96
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-application-roles#api-rest-api-3-applicationrole-get
99
97
  */
100
98
  getAllApplicationRoles: () => Promise<ApplicationRole[]>;
@@ -106,7 +104,9 @@ export declare class ApplicationRolesService extends CommonHttpService {
106
104
  *
107
105
  * @returns Returned if the request is successful.
108
106
  *
109
- * example: {
107
+ * example:
108
+ * ```
109
+ * {
110
110
  * "defaultGroups": [
111
111
  * "jira-software-users"
112
112
  * ],
@@ -114,8 +114,7 @@ export declare class ApplicationRolesService extends CommonHttpService {
114
114
  * {
115
115
  * "groupId": "276f955c-63d7-42c8-9520-92d01dca0625",
116
116
  * "name": "jira-software-users",
117
- * "self":
118
- * "https://your-domain.atlassian.net/rest/api/3/group?groupId=276f955c-63d7-42c8-9520-92d01dca0625"
117
+ * "self": "https://your-domain.atlassian.net/rest/api/3/group?groupId=276f955c-63d7-42c8-9520-92d01dca0625"
119
118
  * }
120
119
  * ],
121
120
  * "defined": false,
@@ -123,14 +122,12 @@ export declare class ApplicationRolesService extends CommonHttpService {
123
122
  * {
124
123
  * "groupId": "42c8955c-63d7-42c8-9520-63d7aca0625",
125
124
  * "name": "jira-testers",
126
- * "self":
127
- * "https://your-domain.atlassian.net/rest/api/3/group?groupId=42c8955c-63d7-42c8-9520-63d7aca0625"
125
+ * "self": "https://your-domain.atlassian.net/rest/api/3/group?groupId=42c8955c-63d7-42c8-9520-63d7aca0625"
128
126
  * },
129
127
  * {
130
128
  * "groupId": "276f955c-63d7-42c8-9520-92d01dca0625",
131
129
  * "name": "jira-software-users",
132
- * "self":
133
- * "https://your-domain.atlassian.net/rest/api/3/group?groupId=276f955c-63d7-42c8-9520-92d01dca0625"
130
+ * "self": "https://your-domain.atlassian.net/rest/api/3/group?groupId=276f955c-63d7-42c8-9520-92d01dca0625"
134
131
  * }
135
132
  * ],
136
133
  * "groups": [
@@ -147,8 +144,10 @@ export declare class ApplicationRolesService extends CommonHttpService {
147
144
  * "userCount": 5,
148
145
  * "userCountDescription": "5 developers"
149
146
  * }
150
- * @path {GET} /rest/api/3/applicationrole/{key}
147
+ * ```
148
+ * @path GET `/rest/api/3/applicationrole/{key}`
151
149
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-application-roles#api-rest-api-3-applicationrole-key-get
150
+ * @param params
152
151
  */
153
152
  getApplicationRole: ({ key, }: {
154
153
  /**
@@ -158,5 +157,5 @@ export declare class ApplicationRolesService extends CommonHttpService {
158
157
  */
159
158
  key: string;
160
159
  }) => Promise<ApplicationRole>;
161
- static initialize(): void;
160
+ protected static initialize(): void;
162
161
  }
@@ -28,7 +28,9 @@ class ApplicationRolesService extends CommonHttpService_1.CommonHttpService {
28
28
  *
29
29
  * @returns Returned if the request is successful.
30
30
  *
31
- * example: [
31
+ * example:
32
+ * ```
33
+ * [
32
34
  * {
33
35
  * "defaultGroups": [
34
36
  * "jira-software-users"
@@ -37,8 +39,7 @@ class ApplicationRolesService extends CommonHttpService_1.CommonHttpService {
37
39
  * {
38
40
  * "groupId": "276f955c-63d7-42c8-9520-92d01dca0625",
39
41
  * "name": "jira-software-users",
40
- * "self":
41
- * "https://your-domain.atlassian.net/rest/api/3/group?groupId=276f955c-63d7-42c8-9520-92d01dca0625"
42
+ * "self": "https://your-domain.atlassian.net/rest/api/3/group?groupId=276f955c-63d7-42c8-9520-92d01dca0625"
42
43
  * }
43
44
  * ],
44
45
  * "defined": false,
@@ -46,14 +47,12 @@ class ApplicationRolesService extends CommonHttpService_1.CommonHttpService {
46
47
  * {
47
48
  * "groupId": "42c8955c-63d7-42c8-9520-63d7aca0625",
48
49
  * "name": "jira-testers",
49
- * "self":
50
- * "https://your-domain.atlassian.net/rest/api/3/group?groupId=42c8955c-63d7-42c8-9520-63d7aca0625"
50
+ * "self": "https://your-domain.atlassian.net/rest/api/3/group?groupId=42c8955c-63d7-42c8-9520-63d7aca0625"
51
51
  * },
52
52
  * {
53
53
  * "groupId": "276f955c-63d7-42c8-9520-92d01dca0625",
54
54
  * "name": "jira-software-users",
55
- * "self":
56
- * "https://your-domain.atlassian.net/rest/api/3/group?groupId=276f955c-63d7-42c8-9520-92d01dca0625"
55
+ * "self": "https://your-domain.atlassian.net/rest/api/3/group?groupId=276f955c-63d7-42c8-9520-92d01dca0625"
57
56
  * }
58
57
  * ],
59
58
  * "groups": [
@@ -78,8 +77,7 @@ class ApplicationRolesService extends CommonHttpService_1.CommonHttpService {
78
77
  * {
79
78
  * "groupId": "92d01dca0625-42c8-42c8-9520-276f955c",
80
79
  * "name": "jira-core-users",
81
- * "self":
82
- * "https://your-domain.atlassian.net/rest/api/3/group?groupId=92d01dca0625-42c8-42c8-9520-276f955c"
80
+ * "self": "https://your-domain.atlassian.net/rest/api/3/group?groupId=92d01dca0625-42c8-42c8-9520-276f955c"
83
81
  * }
84
82
  * ],
85
83
  * "defined": false,
@@ -87,8 +85,7 @@ class ApplicationRolesService extends CommonHttpService_1.CommonHttpService {
87
85
  * {
88
86
  * "groupId": "92d01dca0625-42c8-42c8-9520-276f955c",
89
87
  * "name": "jira-core-users",
90
- * "self":
91
- * "https://your-domain.atlassian.net/rest/api/3/group?groupId=92d01dca0625-42c8-42c8-9520-276f955c"
88
+ * "self": "https://your-domain.atlassian.net/rest/api/3/group?groupId=92d01dca0625-42c8-42c8-9520-276f955c"
92
89
  * }
93
90
  * ],
94
91
  * "groups": [
@@ -105,7 +102,8 @@ class ApplicationRolesService extends CommonHttpService_1.CommonHttpService {
105
102
  * "userCountDescription": "0 users"
106
103
  * }
107
104
  * ]
108
- * @path {GET} /rest/api/3/applicationrole
105
+ * ```
106
+ * @path GET `/rest/api/3/applicationrole`
109
107
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-application-roles#api-rest-api-3-applicationrole-get
110
108
  */
111
109
  this.getAllApplicationRoles = () => {
@@ -131,7 +129,9 @@ class ApplicationRolesService extends CommonHttpService_1.CommonHttpService {
131
129
  *
132
130
  * @returns Returned if the request is successful.
133
131
  *
134
- * example: {
132
+ * example:
133
+ * ```
134
+ * {
135
135
  * "defaultGroups": [
136
136
  * "jira-software-users"
137
137
  * ],
@@ -139,8 +139,7 @@ class ApplicationRolesService extends CommonHttpService_1.CommonHttpService {
139
139
  * {
140
140
  * "groupId": "276f955c-63d7-42c8-9520-92d01dca0625",
141
141
  * "name": "jira-software-users",
142
- * "self":
143
- * "https://your-domain.atlassian.net/rest/api/3/group?groupId=276f955c-63d7-42c8-9520-92d01dca0625"
142
+ * "self": "https://your-domain.atlassian.net/rest/api/3/group?groupId=276f955c-63d7-42c8-9520-92d01dca0625"
144
143
  * }
145
144
  * ],
146
145
  * "defined": false,
@@ -148,14 +147,12 @@ class ApplicationRolesService extends CommonHttpService_1.CommonHttpService {
148
147
  * {
149
148
  * "groupId": "42c8955c-63d7-42c8-9520-63d7aca0625",
150
149
  * "name": "jira-testers",
151
- * "self":
152
- * "https://your-domain.atlassian.net/rest/api/3/group?groupId=42c8955c-63d7-42c8-9520-63d7aca0625"
150
+ * "self": "https://your-domain.atlassian.net/rest/api/3/group?groupId=42c8955c-63d7-42c8-9520-63d7aca0625"
153
151
  * },
154
152
  * {
155
153
  * "groupId": "276f955c-63d7-42c8-9520-92d01dca0625",
156
154
  * "name": "jira-software-users",
157
- * "self":
158
- * "https://your-domain.atlassian.net/rest/api/3/group?groupId=276f955c-63d7-42c8-9520-92d01dca0625"
155
+ * "self": "https://your-domain.atlassian.net/rest/api/3/group?groupId=276f955c-63d7-42c8-9520-92d01dca0625"
159
156
  * }
160
157
  * ],
161
158
  * "groups": [
@@ -172,8 +169,10 @@ class ApplicationRolesService extends CommonHttpService_1.CommonHttpService {
172
169
  * "userCount": 5,
173
170
  * "userCountDescription": "5 developers"
174
171
  * }
175
- * @path {GET} /rest/api/3/applicationrole/{key}
172
+ * ```
173
+ * @path GET `/rest/api/3/applicationrole/{key}`
176
174
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-application-roles#api-rest-api-3-applicationrole-key-get
175
+ * @param params
177
176
  */
178
177
  this.getApplicationRole = ({ key, }) => {
179
178
  return this.getClientInstance()
@@ -1 +1 @@
1
- {"version":3,"file":"ApplicationRolesService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/ApplicationRolesService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,6CAG0B;AAC1B,wEAAqE;AACrE;;;;;GAKG;AACH,MAAa,uBAAwB,SAAQ,qCAAiB;IAA9D;;QACE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAyFG;QACH,2BAAsB,GAAG,GAA+B,EAAE;YACxD,OAAO,IAAI,CAAC,iBAAiB,EAAE;iBAC5B,OAAO,CAAC;gBACP,IAAI,EAAE,6BAA6B;gBACnC,MAAM,EAAE,KAAK;aACd,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,yDAAyD,CAC1D,CACF;iBACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;QACpC,CAAC,CAAC;QACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAmDG;QACH,uBAAkB,GAAG,CAAC,EACpB,GAAG,GAQJ,EAA4B,EAAE;YAC7B,OAAO,IAAI,CAAC,iBAAiB,EAAE;iBAC5B,OAAO,CAAC;gBACP,IAAI,EAAE,mCAAmC;gBACzC,MAAM,EAAE,KAAK;gBACb,UAAU,EAAE;oBACV,GAAG;iBACJ;aACF,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,qDAAqD,CACtD,CACF;iBACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;QACpC,CAAC,CAAC;IAwBJ,CAAC;IAvBC,MAAM,CAAC,UAAU;QACf,iDAAuB,CAAC,kBAAkB,CACxC,yDAAyD,EACzD,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,KAAK,CAAC,iDAAuB,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;SAC/D,CAAC;aACD,QAAQ,CAAC,yDAAyD,CAAC,CACvE,CAAC;QACF,iDAAuB,CAAC,kBAAkB,CACxC,qDAAqD,EACrD,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,iBAAiB,CAAC;SACtD,CAAC;aACD,QAAQ,CAAC,qDAAqD,CAAC,CACnE,CAAC;QACF,iDAAuB,CAAC,YAAY,CAAC,CAAC,wCAA+B,CAAC,CAAC,CAAC;IAC1E,CAAC;CACF;AAxOD,0DAwOC"}
1
+ {"version":3,"file":"ApplicationRolesService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/ApplicationRolesService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,6CAG0B;AAC1B,wEAAqE;AACrE;;;;;GAKG;AACH,MAAa,uBAAwB,SAAQ,qCAAiB;IAA9D;;QACE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAuFG;QACH,2BAAsB,GAAG,GAA+B,EAAE;YACxD,OAAO,IAAI,CAAC,iBAAiB,EAAE;iBAC5B,OAAO,CAAC;gBACP,IAAI,EAAE,6BAA6B;gBACnC,MAAM,EAAE,KAAK;aACd,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,yDAAyD,CAC1D,CACF;iBACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;QACpC,CAAC,CAAC;QACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAoDG;QACH,uBAAkB,GAAG,CAAC,EACpB,GAAG,GAQJ,EAA4B,EAAE;YAC7B,OAAO,IAAI,CAAC,iBAAiB,EAAE;iBAC5B,OAAO,CAAC;gBACP,IAAI,EAAE,mCAAmC;gBACzC,MAAM,EAAE,KAAK;gBACb,UAAU,EAAE;oBACV,GAAG;iBACJ;aACF,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,qDAAqD,CACtD,CACF;iBACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;QACpC,CAAC,CAAC;IAwBJ,CAAC;IAvBW,MAAM,CAAC,UAAU;QACzB,iDAAuB,CAAC,kBAAkB,CACxC,yDAAyD,EACzD,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,KAAK,CAAC,iDAAuB,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;SAC/D,CAAC;aACD,QAAQ,CAAC,yDAAyD,CAAC,CACvE,CAAC;QACF,iDAAuB,CAAC,kBAAkB,CACxC,qDAAqD,EACrD,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,iBAAiB,CAAC;SACtD,CAAC;aACD,QAAQ,CAAC,qDAAqD,CAAC,CACnE,CAAC;QACF,iDAAuB,CAAC,YAAY,CAAC,CAAC,wCAA+B,CAAC,CAAC,CAAC;IAC1E,CAAC;CACF;AAvOD,0DAuOC"}
@@ -34,7 +34,9 @@ export declare class AuditRecordsService extends CommonHttpService {
34
34
  *
35
35
  * @returns Returned if the request is successful.
36
36
  *
37
- * example: {
37
+ * example:
38
+ * ```
39
+ * {
38
40
  * "limit": 1000,
39
41
  * "offset": 0,
40
42
  * "records": [
@@ -75,10 +77,12 @@ export declare class AuditRecordsService extends CommonHttpService {
75
77
  * ],
76
78
  * "total": 1
77
79
  * }
78
- * @path {GET} /rest/api/3/auditing/record
80
+ * ```
81
+ * @path GET `/rest/api/3/auditing/record`
79
82
  * @scopes-current manage:jira-configuration
80
83
  * @scopes-beta read:audit-log:jira, read:user:jira
81
84
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-audit-records#api-rest-api-3-auditing-record-get
85
+ * @param params
82
86
  */
83
87
  getAuditRecords: ({ offset, limit, filter, from, to, }?: {
84
88
  /** The number of records to skip before returning the first result. */
@@ -100,5 +104,5 @@ export declare class AuditRecordsService extends CommonHttpService {
100
104
  */
101
105
  to?: string | undefined;
102
106
  }) => Promise<AuditRecords>;
103
- static initialize(): void;
107
+ protected static initialize(): void;
104
108
  }
@@ -45,7 +45,9 @@ class AuditRecordsService extends CommonHttpService_1.CommonHttpService {
45
45
  *
46
46
  * @returns Returned if the request is successful.
47
47
  *
48
- * example: {
48
+ * example:
49
+ * ```
50
+ * {
49
51
  * "limit": 1000,
50
52
  * "offset": 0,
51
53
  * "records": [
@@ -86,10 +88,12 @@ class AuditRecordsService extends CommonHttpService_1.CommonHttpService {
86
88
  * ],
87
89
  * "total": 1
88
90
  * }
89
- * @path {GET} /rest/api/3/auditing/record
91
+ * ```
92
+ * @path GET `/rest/api/3/auditing/record`
90
93
  * @scopes-current manage:jira-configuration
91
94
  * @scopes-beta read:audit-log:jira, read:user:jira
92
95
  * @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-audit-records#api-rest-api-3-auditing-record-get
96
+ * @param params
93
97
  */
94
98
  this.getAuditRecords = ({ offset, limit, filter, from, to, } = {}) => {
95
99
  return this.getClientInstance()