@resolution/jira-api-client 0.7.11 → 0.11.0

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 (678) hide show
  1. package/CHANGELOG.md +208 -286
  2. package/README.md +5 -5
  3. package/lib/index.d.ts +2 -0
  4. package/lib/index.js +2 -0
  5. package/lib/index.js.map +1 -1
  6. package/lib/openapi/core/CommonHttpClient.d.ts +46 -17
  7. package/lib/openapi/core/CommonHttpClient.js +175 -232
  8. package/lib/openapi/core/CommonHttpClient.js.map +1 -1
  9. package/lib/openapi/core/CommonHttpService.d.ts +1 -1
  10. package/lib/openapi/core/CommonHttpService.js.map +1 -1
  11. package/lib/openapi/core/CommonValidationSchemaStorage.d.ts +4 -4
  12. package/lib/openapi/core/CommonValidationSchemaStorage.js +2 -4
  13. package/lib/openapi/core/CommonValidationSchemaStorage.js.map +1 -1
  14. package/lib/openapi/platform/BaseJiraPlatformApiClient.d.ts +27 -7
  15. package/lib/openapi/platform/BaseJiraPlatformApiClient.js +45 -1
  16. package/lib/openapi/platform/BaseJiraPlatformApiClient.js.map +1 -1
  17. package/lib/openapi/platform/models/announcementBanner.d.ts +1 -1
  18. package/lib/openapi/platform/models/announcementBanner.js +6 -15
  19. package/lib/openapi/platform/models/announcementBanner.js.map +1 -1
  20. package/lib/openapi/platform/models/appDataPolicies.d.ts +1 -1
  21. package/lib/openapi/platform/models/appDataPolicies.js +13 -32
  22. package/lib/openapi/platform/models/appDataPolicies.js.map +1 -1
  23. package/lib/openapi/platform/models/appMigration.d.ts +13 -1
  24. package/lib/openapi/platform/models/appMigration.js +18 -47
  25. package/lib/openapi/platform/models/appMigration.js.map +1 -1
  26. package/lib/openapi/platform/models/appProperties.d.ts +5 -3
  27. package/lib/openapi/platform/models/appProperties.js +3 -9
  28. package/lib/openapi/platform/models/appProperties.js.map +1 -1
  29. package/lib/openapi/platform/models/auditRecords.d.ts +1 -1
  30. package/lib/openapi/platform/models/auditRecords.js +16 -39
  31. package/lib/openapi/platform/models/auditRecords.js.map +1 -1
  32. package/lib/openapi/platform/models/avatars.d.ts +1 -1
  33. package/lib/openapi/platform/models/avatars.js +7 -16
  34. package/lib/openapi/platform/models/avatars.js.map +1 -1
  35. package/lib/openapi/platform/models/classificationLevels.d.ts +1 -1
  36. package/lib/openapi/platform/models/classificationLevels.js +6 -17
  37. package/lib/openapi/platform/models/classificationLevels.js.map +1 -1
  38. package/lib/openapi/platform/models/common.d.ts +8 -44
  39. package/lib/openapi/platform/models/common.js +250 -623
  40. package/lib/openapi/platform/models/common.js.map +1 -1
  41. package/lib/openapi/platform/models/dashboards.d.ts +1 -31
  42. package/lib/openapi/platform/models/dashboards.js +91 -233
  43. package/lib/openapi/platform/models/dashboards.js.map +1 -1
  44. package/lib/openapi/platform/models/dynamicModules.d.ts +56 -52
  45. package/lib/openapi/platform/models/dynamicModules.js +3 -9
  46. package/lib/openapi/platform/models/dynamicModules.js.map +1 -1
  47. package/lib/openapi/platform/models/filterSharing.d.ts +1 -1
  48. package/lib/openapi/platform/models/filterSharing.js +6 -22
  49. package/lib/openapi/platform/models/filterSharing.js.map +1 -1
  50. package/lib/openapi/platform/models/filters.d.ts +2 -2
  51. package/lib/openapi/platform/models/filters.js +29 -69
  52. package/lib/openapi/platform/models/filters.js.map +1 -1
  53. package/lib/openapi/platform/models/groupAndUserPicker.d.ts +1 -1
  54. package/lib/openapi/platform/models/groupAndUserPicker.js +7 -16
  55. package/lib/openapi/platform/models/groupAndUserPicker.js.map +1 -1
  56. package/lib/openapi/platform/models/groups.d.ts +1 -1
  57. package/lib/openapi/platform/models/groups.js +28 -62
  58. package/lib/openapi/platform/models/groups.js.map +1 -1
  59. package/lib/openapi/platform/models/issueAttachments.d.ts +2 -2
  60. package/lib/openapi/platform/models/issueAttachments.js +35 -80
  61. package/lib/openapi/platform/models/issueAttachments.js.map +1 -1
  62. package/lib/openapi/platform/models/issueBulkOperations.d.ts +103 -1
  63. package/lib/openapi/platform/models/issueBulkOperations.js +202 -410
  64. package/lib/openapi/platform/models/issueBulkOperations.js.map +1 -1
  65. package/lib/openapi/platform/models/issueCommentProperties.d.ts +1 -1
  66. package/lib/openapi/platform/models/issueCommentProperties.js +3 -9
  67. package/lib/openapi/platform/models/issueCommentProperties.js.map +1 -1
  68. package/lib/openapi/platform/models/issueComments.d.ts +1 -1
  69. package/lib/openapi/platform/models/issueComments.js +9 -19
  70. package/lib/openapi/platform/models/issueComments.js.map +1 -1
  71. package/lib/openapi/platform/models/issueCustomFieldConfigurationApps.d.ts +1 -1
  72. package/lib/openapi/platform/models/issueCustomFieldConfigurationApps.js +21 -51
  73. package/lib/openapi/platform/models/issueCustomFieldConfigurationApps.js.map +1 -1
  74. package/lib/openapi/platform/models/issueCustomFieldContexts.d.ts +1 -1
  75. package/lib/openapi/platform/models/issueCustomFieldContexts.js +139 -320
  76. package/lib/openapi/platform/models/issueCustomFieldContexts.js.map +1 -1
  77. package/lib/openapi/platform/models/issueCustomFieldOptions.d.ts +2 -5
  78. package/lib/openapi/platform/models/issueCustomFieldOptions.js +37 -88
  79. package/lib/openapi/platform/models/issueCustomFieldOptions.js.map +1 -1
  80. package/lib/openapi/platform/models/issueCustomFieldOptionsApps.d.ts +1 -1
  81. package/lib/openapi/platform/models/issueCustomFieldOptionsApps.js +38 -87
  82. package/lib/openapi/platform/models/issueCustomFieldOptionsApps.js.map +1 -1
  83. package/lib/openapi/platform/models/issueCustomFieldValuesApps.d.ts +1 -1
  84. package/lib/openapi/platform/models/issueCustomFieldValuesApps.js +12 -31
  85. package/lib/openapi/platform/models/issueCustomFieldValuesApps.js.map +1 -1
  86. package/lib/openapi/platform/models/issueFieldConfigurations.d.ts +1 -1
  87. package/lib/openapi/platform/models/issueFieldConfigurations.js +55 -124
  88. package/lib/openapi/platform/models/issueFieldConfigurations.js.map +1 -1
  89. package/lib/openapi/platform/models/issueFields.d.ts +2 -2
  90. package/lib/openapi/platform/models/issueFields.js +23 -79
  91. package/lib/openapi/platform/models/issueFields.js.map +1 -1
  92. package/lib/openapi/platform/models/issueLinkTypes.d.ts +1 -1
  93. package/lib/openapi/platform/models/issueLinkTypes.js +4 -12
  94. package/lib/openapi/platform/models/issueLinkTypes.js.map +1 -1
  95. package/lib/openapi/platform/models/issueLinks.d.ts +2 -2
  96. package/lib/openapi/platform/models/issueLinks.js +7 -16
  97. package/lib/openapi/platform/models/issueLinks.js.map +1 -1
  98. package/lib/openapi/platform/models/issueNotificationSchemes.d.ts +2 -2
  99. package/lib/openapi/platform/models/issueNotificationSchemes.js +41 -108
  100. package/lib/openapi/platform/models/issueNotificationSchemes.js.map +1 -1
  101. package/lib/openapi/platform/models/issuePriorities.d.ts +1 -1
  102. package/lib/openapi/platform/models/issuePriorities.js +21 -88
  103. package/lib/openapi/platform/models/issuePriorities.js.map +1 -1
  104. package/lib/openapi/platform/models/issueProperties.d.ts +1 -1
  105. package/lib/openapi/platform/models/issueProperties.js +43 -94
  106. package/lib/openapi/platform/models/issueProperties.js.map +1 -1
  107. package/lib/openapi/platform/models/issueRemoteLinks.d.ts +1 -1
  108. package/lib/openapi/platform/models/issueRemoteLinks.js +21 -45
  109. package/lib/openapi/platform/models/issueRemoteLinks.js.map +1 -1
  110. package/lib/openapi/platform/models/issueResolutions.d.ts +1 -1
  111. package/lib/openapi/platform/models/issueResolutions.js +21 -47
  112. package/lib/openapi/platform/models/issueResolutions.js.map +1 -1
  113. package/lib/openapi/platform/models/issueSearch.d.ts +1 -1
  114. package/lib/openapi/platform/models/issueSearch.js +50 -109
  115. package/lib/openapi/platform/models/issueSearch.js.map +1 -1
  116. package/lib/openapi/platform/models/issueSecurityLevel.d.ts +2 -2
  117. package/lib/openapi/platform/models/issueSecurityLevel.js +7 -18
  118. package/lib/openapi/platform/models/issueSecurityLevel.js.map +1 -1
  119. package/lib/openapi/platform/models/issueSecuritySchemes.d.ts +3 -3
  120. package/lib/openapi/platform/models/issueSecuritySchemes.js +68 -155
  121. package/lib/openapi/platform/models/issueSecuritySchemes.js.map +1 -1
  122. package/lib/openapi/platform/models/issueTypeSchemes.d.ts +1 -1
  123. package/lib/openapi/platform/models/issueTypeSchemes.js +33 -75
  124. package/lib/openapi/platform/models/issueTypeSchemes.js.map +1 -1
  125. package/lib/openapi/platform/models/issueTypeScreenSchemes.d.ts +1 -1
  126. package/lib/openapi/platform/models/issueTypeScreenSchemes.js +36 -79
  127. package/lib/openapi/platform/models/issueTypeScreenSchemes.js.map +1 -1
  128. package/lib/openapi/platform/models/issueTypes.d.ts +1 -1
  129. package/lib/openapi/platform/models/issueTypes.js +6 -15
  130. package/lib/openapi/platform/models/issueTypes.js.map +1 -1
  131. package/lib/openapi/platform/models/issueWatchers.d.ts +1 -1
  132. package/lib/openapi/platform/models/issueWatchers.js +6 -15
  133. package/lib/openapi/platform/models/issueWatchers.js.map +1 -1
  134. package/lib/openapi/platform/models/issueWorklogs.d.ts +1 -1
  135. package/lib/openapi/platform/models/issueWorklogs.js +20 -44
  136. package/lib/openapi/platform/models/issueWorklogs.js.map +1 -1
  137. package/lib/openapi/platform/models/issues.d.ts +125 -11
  138. package/lib/openapi/platform/models/issues.js +255 -486
  139. package/lib/openapi/platform/models/issues.js.map +1 -1
  140. package/lib/openapi/platform/models/jiraExpressions.d.ts +9 -2
  141. package/lib/openapi/platform/models/jiraExpressions.js +93 -211
  142. package/lib/openapi/platform/models/jiraExpressions.js.map +1 -1
  143. package/lib/openapi/platform/models/jiraSettings.d.ts +1 -1
  144. package/lib/openapi/platform/models/jiraSettings.js +11 -25
  145. package/lib/openapi/platform/models/jiraSettings.js.map +1 -1
  146. package/lib/openapi/platform/models/jql.d.ts +9 -1
  147. package/lib/openapi/platform/models/jql.js +101 -254
  148. package/lib/openapi/platform/models/jql.js.map +1 -1
  149. package/lib/openapi/platform/models/jqlFunctionsApps.d.ts +44 -2
  150. package/lib/openapi/platform/models/jqlFunctionsApps.js +42 -31
  151. package/lib/openapi/platform/models/jqlFunctionsApps.js.map +1 -1
  152. package/lib/openapi/platform/models/labels.d.ts +1 -1
  153. package/lib/openapi/platform/models/labels.js +3 -9
  154. package/lib/openapi/platform/models/labels.js.map +1 -1
  155. package/lib/openapi/platform/models/licenseMetrics.d.ts +1 -1
  156. package/lib/openapi/platform/models/licenseMetrics.js +9 -21
  157. package/lib/openapi/platform/models/licenseMetrics.js.map +1 -1
  158. package/lib/openapi/platform/models/myself.d.ts +1 -1
  159. package/lib/openapi/platform/models/myself.js +3 -9
  160. package/lib/openapi/platform/models/myself.js.map +1 -1
  161. package/lib/openapi/platform/models/permissionSchemes.d.ts +4 -5
  162. package/lib/openapi/platform/models/permissionSchemes.js +10 -26
  163. package/lib/openapi/platform/models/permissionSchemes.js.map +1 -1
  164. package/lib/openapi/platform/models/permissions.d.ts +1 -1
  165. package/lib/openapi/platform/models/permissions.js +49 -104
  166. package/lib/openapi/platform/models/permissions.js.map +1 -1
  167. package/lib/openapi/platform/models/plans.d.ts +268 -0
  168. package/lib/openapi/platform/models/plans.js +262 -0
  169. package/lib/openapi/platform/models/plans.js.map +1 -0
  170. package/lib/openapi/platform/models/prioritySchemes.d.ts +2 -2
  171. package/lib/openapi/platform/models/prioritySchemes.js +64 -162
  172. package/lib/openapi/platform/models/prioritySchemes.js.map +1 -1
  173. package/lib/openapi/platform/models/projectAvatars.d.ts +1 -1
  174. package/lib/openapi/platform/models/projectAvatars.js +4 -10
  175. package/lib/openapi/platform/models/projectAvatars.js.map +1 -1
  176. package/lib/openapi/platform/models/projectClassificationLevels.d.ts +1 -1
  177. package/lib/openapi/platform/models/projectClassificationLevels.js +3 -9
  178. package/lib/openapi/platform/models/projectClassificationLevels.js.map +1 -1
  179. package/lib/openapi/platform/models/projectComponents.d.ts +1 -1
  180. package/lib/openapi/platform/models/projectComponents.js +18 -54
  181. package/lib/openapi/platform/models/projectComponents.js.map +1 -1
  182. package/lib/openapi/platform/models/projectEmail.d.ts +1 -1
  183. package/lib/openapi/platform/models/projectEmail.js +3 -9
  184. package/lib/openapi/platform/models/projectEmail.js.map +1 -1
  185. package/lib/openapi/platform/models/projectFeatures.d.ts +1 -1
  186. package/lib/openapi/platform/models/projectFeatures.js +9 -23
  187. package/lib/openapi/platform/models/projectFeatures.js.map +1 -1
  188. package/lib/openapi/platform/models/projectPermissionSchemes.d.ts +1 -1
  189. package/lib/openapi/platform/models/projectPermissionSchemes.js +7 -16
  190. package/lib/openapi/platform/models/projectPermissionSchemes.js.map +1 -1
  191. package/lib/openapi/platform/models/projectRoleActors.d.ts +1 -1
  192. package/lib/openapi/platform/models/projectRoleActors.js +10 -25
  193. package/lib/openapi/platform/models/projectRoleActors.js.map +1 -1
  194. package/lib/openapi/platform/models/projectRoles.d.ts +1 -1
  195. package/lib/openapi/platform/models/projectRoles.js +7 -16
  196. package/lib/openapi/platform/models/projectRoles.js.map +1 -1
  197. package/lib/openapi/platform/models/projectTypes.d.ts +1 -1
  198. package/lib/openapi/platform/models/projectTypes.js +3 -9
  199. package/lib/openapi/platform/models/projectTypes.js.map +1 -1
  200. package/lib/openapi/platform/models/projectVersions.d.ts +1 -1
  201. package/lib/openapi/platform/models/projectVersions.js +27 -58
  202. package/lib/openapi/platform/models/projectVersions.js.map +1 -1
  203. package/lib/openapi/platform/models/projects.d.ts +2 -2
  204. package/lib/openapi/platform/models/projects.js +29 -110
  205. package/lib/openapi/platform/models/projects.js.map +1 -1
  206. package/lib/openapi/platform/models/screenSchemes.d.ts +1 -1
  207. package/lib/openapi/platform/models/screenSchemes.js +23 -51
  208. package/lib/openapi/platform/models/screenSchemes.js.map +1 -1
  209. package/lib/openapi/platform/models/screenTabFields.d.ts +1 -1
  210. package/lib/openapi/platform/models/screenTabFields.js +6 -15
  211. package/lib/openapi/platform/models/screenTabFields.js.map +1 -1
  212. package/lib/openapi/platform/models/screens.d.ts +1 -1
  213. package/lib/openapi/platform/models/screens.js +19 -42
  214. package/lib/openapi/platform/models/screens.js.map +1 -1
  215. package/lib/openapi/platform/models/serverInfo.d.ts +1 -1
  216. package/lib/openapi/platform/models/serverInfo.js +7 -18
  217. package/lib/openapi/platform/models/serverInfo.js.map +1 -1
  218. package/lib/openapi/platform/models/serviceRegistry.d.ts +3 -1
  219. package/lib/openapi/platform/models/serviceRegistry.js +6 -17
  220. package/lib/openapi/platform/models/serviceRegistry.js.map +1 -1
  221. package/lib/openapi/platform/models/status.d.ts +2 -2
  222. package/lib/openapi/platform/models/status.js +33 -70
  223. package/lib/openapi/platform/models/status.js.map +1 -1
  224. package/lib/openapi/platform/models/teamsInPlan.d.ts +79 -0
  225. package/lib/openapi/platform/models/teamsInPlan.js +60 -0
  226. package/lib/openapi/platform/models/teamsInPlan.js.map +1 -0
  227. package/lib/openapi/platform/models/timeTracking.d.ts +1 -1
  228. package/lib/openapi/platform/models/timeTracking.js +3 -9
  229. package/lib/openapi/platform/models/timeTracking.js.map +1 -1
  230. package/lib/openapi/platform/models/uiModificationsApps.d.ts +1 -1
  231. package/lib/openapi/platform/models/uiModificationsApps.js +24 -56
  232. package/lib/openapi/platform/models/uiModificationsApps.js.map +1 -1
  233. package/lib/openapi/platform/models/userSearch.d.ts +1 -1
  234. package/lib/openapi/platform/models/userSearch.js +10 -22
  235. package/lib/openapi/platform/models/userSearch.js.map +1 -1
  236. package/lib/openapi/platform/models/users.d.ts +1 -1
  237. package/lib/openapi/platform/models/users.js +17 -37
  238. package/lib/openapi/platform/models/users.js.map +1 -1
  239. package/lib/openapi/platform/models/webhooks.d.ts +1 -1
  240. package/lib/openapi/platform/models/webhooks.js +32 -85
  241. package/lib/openapi/platform/models/webhooks.js.map +1 -1
  242. package/lib/openapi/platform/models/workflowSchemeDrafts.d.ts +1 -1
  243. package/lib/openapi/platform/models/workflowSchemeDrafts.js +9 -22
  244. package/lib/openapi/platform/models/workflowSchemeDrafts.js.map +1 -1
  245. package/lib/openapi/platform/models/workflowSchemeProjectAssociations.d.ts +1 -1
  246. package/lib/openapi/platform/models/workflowSchemeProjectAssociations.js +10 -22
  247. package/lib/openapi/platform/models/workflowSchemeProjectAssociations.js.map +1 -1
  248. package/lib/openapi/platform/models/workflowSchemes.d.ts +2 -2
  249. package/lib/openapi/platform/models/workflowSchemes.js +79 -170
  250. package/lib/openapi/platform/models/workflowSchemes.js.map +1 -1
  251. package/lib/openapi/platform/models/workflowTransitionProperties.d.ts +1 -1
  252. package/lib/openapi/platform/models/workflowTransitionProperties.js +3 -9
  253. package/lib/openapi/platform/models/workflowTransitionProperties.js.map +1 -1
  254. package/lib/openapi/platform/models/workflowTransitionRules.d.ts +1 -1
  255. package/lib/openapi/platform/models/workflowTransitionRules.js +34 -71
  256. package/lib/openapi/platform/models/workflowTransitionRules.js.map +1 -1
  257. package/lib/openapi/platform/models/workflows.d.ts +6 -2
  258. package/lib/openapi/platform/models/workflows.js +277 -651
  259. package/lib/openapi/platform/models/workflows.js.map +1 -1
  260. package/lib/openapi/platform/services/AnnouncementBannerService.d.ts +5 -5
  261. package/lib/openapi/platform/services/AnnouncementBannerService.js +22 -38
  262. package/lib/openapi/platform/services/AnnouncementBannerService.js.map +1 -1
  263. package/lib/openapi/platform/services/AppDataPoliciesService.d.ts +2 -2
  264. package/lib/openapi/platform/services/AppDataPoliciesService.js +22 -38
  265. package/lib/openapi/platform/services/AppDataPoliciesService.js.map +1 -1
  266. package/lib/openapi/platform/services/AppMigrationService.d.ts +90 -90
  267. package/lib/openapi/platform/services/AppMigrationService.js +79 -97
  268. package/lib/openapi/platform/services/AppMigrationService.js.map +1 -1
  269. package/lib/openapi/platform/services/AppPropertiesService.d.ts +24 -24
  270. package/lib/openapi/platform/services/AppPropertiesService.js +81 -118
  271. package/lib/openapi/platform/services/AppPropertiesService.js.map +1 -1
  272. package/lib/openapi/platform/services/ApplicationRolesService.d.ts +3 -1
  273. package/lib/openapi/platform/services/ApplicationRolesService.js +23 -35
  274. package/lib/openapi/platform/services/ApplicationRolesService.js.map +1 -1
  275. package/lib/openapi/platform/services/AuditRecordsService.d.ts +1 -1
  276. package/lib/openapi/platform/services/AuditRecordsService.js +13 -22
  277. package/lib/openapi/platform/services/AuditRecordsService.js.map +1 -1
  278. package/lib/openapi/platform/services/AvatarsService.d.ts +9 -9
  279. package/lib/openapi/platform/services/AvatarsService.js +90 -137
  280. package/lib/openapi/platform/services/AvatarsService.js.map +1 -1
  281. package/lib/openapi/platform/services/ClassificationLevelsService.d.ts +1 -1
  282. package/lib/openapi/platform/services/ClassificationLevelsService.js +13 -22
  283. package/lib/openapi/platform/services/ClassificationLevelsService.js.map +1 -1
  284. package/lib/openapi/platform/services/DashboardsService.d.ts +82 -82
  285. package/lib/openapi/platform/services/DashboardsService.js +193 -311
  286. package/lib/openapi/platform/services/DashboardsService.js.map +1 -1
  287. package/lib/openapi/platform/services/DynamicModulesService.d.ts +2 -2
  288. package/lib/openapi/platform/services/DynamicModulesService.js +21 -34
  289. package/lib/openapi/platform/services/DynamicModulesService.js.map +1 -1
  290. package/lib/openapi/platform/services/FilterSharingService.d.ts +14 -10
  291. package/lib/openapi/platform/services/FilterSharingService.js +65 -101
  292. package/lib/openapi/platform/services/FilterSharingService.js.map +1 -1
  293. package/lib/openapi/platform/services/FiltersService.d.ts +34 -21
  294. package/lib/openapi/platform/services/FiltersService.js +147 -224
  295. package/lib/openapi/platform/services/FiltersService.js.map +1 -1
  296. package/lib/openapi/platform/services/GroupAndUserPickerService.d.ts +1 -1
  297. package/lib/openapi/platform/services/GroupAndUserPickerService.js +13 -22
  298. package/lib/openapi/platform/services/GroupAndUserPickerService.js.map +1 -1
  299. package/lib/openapi/platform/services/GroupsService.d.ts +11 -11
  300. package/lib/openapi/platform/services/GroupsService.js +79 -128
  301. package/lib/openapi/platform/services/GroupsService.js.map +1 -1
  302. package/lib/openapi/platform/services/IssueAttachmentsService.d.ts +10 -8
  303. package/lib/openapi/platform/services/IssueAttachmentsService.js +89 -142
  304. package/lib/openapi/platform/services/IssueAttachmentsService.js.map +1 -1
  305. package/lib/openapi/platform/services/IssueBulkOperationsService.d.ts +297 -82
  306. package/lib/openapi/platform/services/IssueBulkOperationsService.js +266 -75
  307. package/lib/openapi/platform/services/IssueBulkOperationsService.js.map +1 -1
  308. package/lib/openapi/platform/services/IssueCommentPropertiesService.d.ts +5 -5
  309. package/lib/openapi/platform/services/IssueCommentPropertiesService.js +43 -67
  310. package/lib/openapi/platform/services/IssueCommentPropertiesService.js.map +1 -1
  311. package/lib/openapi/platform/services/IssueCommentsService.d.ts +49 -49
  312. package/lib/openapi/platform/services/IssueCommentsService.js +70 -110
  313. package/lib/openapi/platform/services/IssueCommentsService.js.map +1 -1
  314. package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.d.ts +33 -33
  315. package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.js +38 -61
  316. package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.js.map +1 -1
  317. package/lib/openapi/platform/services/IssueCustomFieldContextsService.d.ts +73 -73
  318. package/lib/openapi/platform/services/IssueCustomFieldContextsService.js +158 -251
  319. package/lib/openapi/platform/services/IssueCustomFieldContextsService.js.map +1 -1
  320. package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.d.ts +68 -68
  321. package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.js +90 -143
  322. package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.js.map +1 -1
  323. package/lib/openapi/platform/services/IssueCustomFieldOptionsService.d.ts +45 -45
  324. package/lib/openapi/platform/services/IssueCustomFieldOptionsService.js +72 -113
  325. package/lib/openapi/platform/services/IssueCustomFieldOptionsService.js.map +1 -1
  326. package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.d.ts +27 -27
  327. package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js +26 -40
  328. package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js.map +1 -1
  329. package/lib/openapi/platform/services/IssueFieldConfigurationsService.d.ts +63 -63
  330. package/lib/openapi/platform/services/IssueFieldConfigurationsService.js +173 -280
  331. package/lib/openapi/platform/services/IssueFieldConfigurationsService.js.map +1 -1
  332. package/lib/openapi/platform/services/IssueFieldsService.d.ts +21 -20
  333. package/lib/openapi/platform/services/IssueFieldsService.js +98 -157
  334. package/lib/openapi/platform/services/IssueFieldsService.js.map +1 -1
  335. package/lib/openapi/platform/services/IssueLinkTypesService.d.ts +10 -10
  336. package/lib/openapi/platform/services/IssueLinkTypesService.js +50 -83
  337. package/lib/openapi/platform/services/IssueLinkTypesService.js.map +1 -1
  338. package/lib/openapi/platform/services/IssueLinksService.d.ts +32 -32
  339. package/lib/openapi/platform/services/IssueLinksService.js +28 -44
  340. package/lib/openapi/platform/services/IssueLinksService.js.map +1 -1
  341. package/lib/openapi/platform/services/IssueNavigatorSettingsService.d.ts +3 -1
  342. package/lib/openapi/platform/services/IssueNavigatorSettingsService.js +17 -24
  343. package/lib/openapi/platform/services/IssueNavigatorSettingsService.js.map +1 -1
  344. package/lib/openapi/platform/services/IssueNotificationSchemesService.d.ts +35 -35
  345. package/lib/openapi/platform/services/IssueNotificationSchemesService.js +93 -152
  346. package/lib/openapi/platform/services/IssueNotificationSchemesService.js.map +1 -1
  347. package/lib/openapi/platform/services/IssuePrioritiesService.d.ts +24 -22
  348. package/lib/openapi/platform/services/IssuePrioritiesService.js +85 -137
  349. package/lib/openapi/platform/services/IssuePrioritiesService.js.map +1 -1
  350. package/lib/openapi/platform/services/IssuePropertiesService.d.ts +48 -48
  351. package/lib/openapi/platform/services/IssuePropertiesService.js +65 -97
  352. package/lib/openapi/platform/services/IssuePropertiesService.js.map +1 -1
  353. package/lib/openapi/platform/services/IssueRemoteLinksService.d.ts +51 -49
  354. package/lib/openapi/platform/services/IssueRemoteLinksService.js +66 -101
  355. package/lib/openapi/platform/services/IssueRemoteLinksService.js.map +1 -1
  356. package/lib/openapi/platform/services/IssueResolutionsService.d.ts +20 -18
  357. package/lib/openapi/platform/services/IssueResolutionsService.js +86 -138
  358. package/lib/openapi/platform/services/IssueResolutionsService.js.map +1 -1
  359. package/lib/openapi/platform/services/IssueSearchService.d.ts +37 -37
  360. package/lib/openapi/platform/services/IssueSearchService.js +90 -148
  361. package/lib/openapi/platform/services/IssueSearchService.js.map +1 -1
  362. package/lib/openapi/platform/services/IssueSecurityLevelService.d.ts +2 -2
  363. package/lib/openapi/platform/services/IssueSecurityLevelService.js +25 -42
  364. package/lib/openapi/platform/services/IssueSecurityLevelService.js.map +1 -1
  365. package/lib/openapi/platform/services/IssueSecuritySchemesService.d.ts +74 -74
  366. package/lib/openapi/platform/services/IssueSecuritySchemesService.js +169 -274
  367. package/lib/openapi/platform/services/IssueSecuritySchemesService.js.map +1 -1
  368. package/lib/openapi/platform/services/IssueTypePropertiesService.d.ts +7 -7
  369. package/lib/openapi/platform/services/IssueTypePropertiesService.js +43 -67
  370. package/lib/openapi/platform/services/IssueTypePropertiesService.js.map +1 -1
  371. package/lib/openapi/platform/services/IssueTypeSchemesService.d.ts +35 -35
  372. package/lib/openapi/platform/services/IssueTypeSchemesService.js +115 -187
  373. package/lib/openapi/platform/services/IssueTypeSchemesService.js.map +1 -1
  374. package/lib/openapi/platform/services/IssueTypeScreenSchemesService.d.ts +52 -52
  375. package/lib/openapi/platform/services/IssueTypeScreenSchemesService.js +128 -208
  376. package/lib/openapi/platform/services/IssueTypeScreenSchemesService.js.map +1 -1
  377. package/lib/openapi/platform/services/IssueTypesService.d.ts +20 -14
  378. package/lib/openapi/platform/services/IssueTypesService.js +91 -136
  379. package/lib/openapi/platform/services/IssueTypesService.js.map +1 -1
  380. package/lib/openapi/platform/services/IssueVotesService.d.ts +3 -3
  381. package/lib/openapi/platform/services/IssueVotesService.js +28 -44
  382. package/lib/openapi/platform/services/IssueVotesService.js.map +1 -1
  383. package/lib/openapi/platform/services/IssueWatchersService.d.ts +10 -10
  384. package/lib/openapi/platform/services/IssueWatchersService.js +42 -68
  385. package/lib/openapi/platform/services/IssueWatchersService.js.map +1 -1
  386. package/lib/openapi/platform/services/IssueWorklogPropertiesService.d.ts +5 -5
  387. package/lib/openapi/platform/services/IssueWorklogPropertiesService.js +43 -67
  388. package/lib/openapi/platform/services/IssueWorklogPropertiesService.js.map +1 -1
  389. package/lib/openapi/platform/services/IssueWorklogsService.d.ts +70 -68
  390. package/lib/openapi/platform/services/IssueWorklogsService.js +108 -164
  391. package/lib/openapi/platform/services/IssueWorklogsService.js.map +1 -1
  392. package/lib/openapi/platform/services/IssuesService.d.ts +713 -611
  393. package/lib/openapi/platform/services/IssuesService.js +367 -405
  394. package/lib/openapi/platform/services/IssuesService.js.map +1 -1
  395. package/lib/openapi/platform/services/JiraExpressionsService.d.ts +99 -99
  396. package/lib/openapi/platform/services/JiraExpressionsService.js +38 -61
  397. package/lib/openapi/platform/services/JiraExpressionsService.js.map +1 -1
  398. package/lib/openapi/platform/services/JiraSettingsService.d.ts +9 -5
  399. package/lib/openapi/platform/services/JiraSettingsService.js +47 -73
  400. package/lib/openapi/platform/services/JiraSettingsService.js.map +1 -1
  401. package/lib/openapi/platform/services/JqlFunctionsAppsService.d.ts +126 -29
  402. package/lib/openapi/platform/services/JqlFunctionsAppsService.js +146 -54
  403. package/lib/openapi/platform/services/JqlFunctionsAppsService.js.map +1 -1
  404. package/lib/openapi/platform/services/JqlService.d.ts +42 -42
  405. package/lib/openapi/platform/services/JqlService.js +66 -108
  406. package/lib/openapi/platform/services/JqlService.js.map +1 -1
  407. package/lib/openapi/platform/services/LabelsService.d.ts +1 -1
  408. package/lib/openapi/platform/services/LabelsService.js +12 -19
  409. package/lib/openapi/platform/services/LabelsService.js.map +1 -1
  410. package/lib/openapi/platform/services/LicenseMetricsService.d.ts +1 -1
  411. package/lib/openapi/platform/services/LicenseMetricsService.js +31 -54
  412. package/lib/openapi/platform/services/LicenseMetricsService.js.map +1 -1
  413. package/lib/openapi/platform/services/MyselfService.d.ts +6 -6
  414. package/lib/openapi/platform/services/MyselfService.js +70 -117
  415. package/lib/openapi/platform/services/MyselfService.js.map +1 -1
  416. package/lib/openapi/platform/services/PermissionSchemesService.d.ts +42 -45
  417. package/lib/openapi/platform/services/PermissionSchemesService.js +99 -158
  418. package/lib/openapi/platform/services/PermissionSchemesService.js.map +1 -1
  419. package/lib/openapi/platform/services/PermissionsService.d.ts +25 -25
  420. package/lib/openapi/platform/services/PermissionsService.js +44 -74
  421. package/lib/openapi/platform/services/PermissionsService.js.map +1 -1
  422. package/lib/openapi/platform/services/PlansService.d.ts +389 -0
  423. package/lib/openapi/platform/services/PlansService.js +410 -0
  424. package/lib/openapi/platform/services/PlansService.js.map +1 -0
  425. package/lib/openapi/platform/services/PrioritySchemesService.d.ts +92 -92
  426. package/lib/openapi/platform/services/PrioritySchemesService.js +96 -155
  427. package/lib/openapi/platform/services/PrioritySchemesService.js.map +1 -1
  428. package/lib/openapi/platform/services/ProjectAvatarsService.d.ts +5 -5
  429. package/lib/openapi/platform/services/ProjectAvatarsService.js +43 -69
  430. package/lib/openapi/platform/services/ProjectAvatarsService.js.map +1 -1
  431. package/lib/openapi/platform/services/ProjectCategoriesService.d.ts +10 -8
  432. package/lib/openapi/platform/services/ProjectCategoriesService.js +51 -79
  433. package/lib/openapi/platform/services/ProjectCategoriesService.js.map +1 -1
  434. package/lib/openapi/platform/services/ProjectClassificationLevelsService.d.ts +4 -4
  435. package/lib/openapi/platform/services/ProjectClassificationLevelsService.js +35 -56
  436. package/lib/openapi/platform/services/ProjectClassificationLevelsService.js.map +1 -1
  437. package/lib/openapi/platform/services/ProjectComponentsService.d.ts +22 -20
  438. package/lib/openapi/platform/services/ProjectComponentsService.js +90 -142
  439. package/lib/openapi/platform/services/ProjectComponentsService.js.map +1 -1
  440. package/lib/openapi/platform/services/ProjectEmailService.d.ts +3 -3
  441. package/lib/openapi/platform/services/ProjectEmailService.js +25 -41
  442. package/lib/openapi/platform/services/ProjectEmailService.js.map +1 -1
  443. package/lib/openapi/platform/services/ProjectFeaturesService.d.ts +3 -3
  444. package/lib/openapi/platform/services/ProjectFeaturesService.js +25 -41
  445. package/lib/openapi/platform/services/ProjectFeaturesService.js.map +1 -1
  446. package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.d.ts +3 -3
  447. package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.js +34 -55
  448. package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.js.map +1 -1
  449. package/lib/openapi/platform/services/ProjectPermissionSchemesService.d.ts +6 -6
  450. package/lib/openapi/platform/services/ProjectPermissionSchemesService.js +49 -80
  451. package/lib/openapi/platform/services/ProjectPermissionSchemesService.js.map +1 -1
  452. package/lib/openapi/platform/services/ProjectPropertiesService.d.ts +7 -7
  453. package/lib/openapi/platform/services/ProjectPropertiesService.js +43 -67
  454. package/lib/openapi/platform/services/ProjectPropertiesService.js.map +1 -1
  455. package/lib/openapi/platform/services/ProjectRoleActorsService.d.ts +21 -21
  456. package/lib/openapi/platform/services/ProjectRoleActorsService.js +66 -103
  457. package/lib/openapi/platform/services/ProjectRoleActorsService.js.map +1 -1
  458. package/lib/openapi/platform/services/ProjectRolesService.d.ts +19 -15
  459. package/lib/openapi/platform/services/ProjectRolesService.js +102 -159
  460. package/lib/openapi/platform/services/ProjectRolesService.js.map +1 -1
  461. package/lib/openapi/platform/services/ProjectTypesService.d.ts +6 -2
  462. package/lib/openapi/platform/services/ProjectTypesService.js +46 -72
  463. package/lib/openapi/platform/services/ProjectTypesService.js.map +1 -1
  464. package/lib/openapi/platform/services/ProjectVersionsService.d.ts +45 -41
  465. package/lib/openapi/platform/services/ProjectVersionsService.js +169 -263
  466. package/lib/openapi/platform/services/ProjectVersionsService.js.map +1 -1
  467. package/lib/openapi/platform/services/ProjectsService.d.ts +45 -39
  468. package/lib/openapi/platform/services/ProjectsService.js +144 -222
  469. package/lib/openapi/platform/services/ProjectsService.js.map +1 -1
  470. package/lib/openapi/platform/services/ScreenSchemesService.d.ts +16 -16
  471. package/lib/openapi/platform/services/ScreenSchemesService.js +41 -66
  472. package/lib/openapi/platform/services/ScreenSchemesService.js.map +1 -1
  473. package/lib/openapi/platform/services/ScreenTabFieldsService.d.ts +5 -5
  474. package/lib/openapi/platform/services/ScreenTabFieldsService.js +42 -65
  475. package/lib/openapi/platform/services/ScreenTabFieldsService.js.map +1 -1
  476. package/lib/openapi/platform/services/ScreenTabsService.d.ts +7 -7
  477. package/lib/openapi/platform/services/ScreenTabsService.js +64 -101
  478. package/lib/openapi/platform/services/ScreenTabsService.js.map +1 -1
  479. package/lib/openapi/platform/services/ScreensService.d.ts +12 -12
  480. package/lib/openapi/platform/services/ScreensService.js +75 -122
  481. package/lib/openapi/platform/services/ScreensService.js.map +1 -1
  482. package/lib/openapi/platform/services/ServerInfoService.js +10 -17
  483. package/lib/openapi/platform/services/ServerInfoService.js.map +1 -1
  484. package/lib/openapi/platform/services/ServiceRegistryService.d.ts +3 -1
  485. package/lib/openapi/platform/services/ServiceRegistryService.js +13 -22
  486. package/lib/openapi/platform/services/ServiceRegistryService.js.map +1 -1
  487. package/lib/openapi/platform/services/StatusService.d.ts +30 -26
  488. package/lib/openapi/platform/services/StatusService.js +60 -91
  489. package/lib/openapi/platform/services/StatusService.js.map +1 -1
  490. package/lib/openapi/platform/services/TasksService.d.ts +2 -2
  491. package/lib/openapi/platform/services/TasksService.js +23 -37
  492. package/lib/openapi/platform/services/TasksService.js.map +1 -1
  493. package/lib/openapi/platform/services/TeamsInPlanService.d.ts +294 -0
  494. package/lib/openapi/platform/services/TeamsInPlanService.js +387 -0
  495. package/lib/openapi/platform/services/TeamsInPlanService.js.map +1 -0
  496. package/lib/openapi/platform/services/TimeTrackingService.d.ts +9 -7
  497. package/lib/openapi/platform/services/TimeTrackingService.js +56 -92
  498. package/lib/openapi/platform/services/TimeTrackingService.js.map +1 -1
  499. package/lib/openapi/platform/services/UiModificationsAppsService.d.ts +49 -49
  500. package/lib/openapi/platform/services/UiModificationsAppsService.js +47 -77
  501. package/lib/openapi/platform/services/UiModificationsAppsService.js.map +1 -1
  502. package/lib/openapi/platform/services/UserPropertiesService.d.ts +5 -5
  503. package/lib/openapi/platform/services/UserPropertiesService.js +46 -70
  504. package/lib/openapi/platform/services/UserPropertiesService.js.map +1 -1
  505. package/lib/openapi/platform/services/UserSearchService.d.ts +27 -16
  506. package/lib/openapi/platform/services/UserSearchService.js +104 -153
  507. package/lib/openapi/platform/services/UserSearchService.js.map +1 -1
  508. package/lib/openapi/platform/services/UsersService.d.ts +22 -16
  509. package/lib/openapi/platform/services/UsersService.js +140 -218
  510. package/lib/openapi/platform/services/UsersService.js.map +1 -1
  511. package/lib/openapi/platform/services/WebhooksService.d.ts +45 -45
  512. package/lib/openapi/platform/services/WebhooksService.js +50 -80
  513. package/lib/openapi/platform/services/WebhooksService.js.map +1 -1
  514. package/lib/openapi/platform/services/WorkflowSchemeDraftsService.d.ts +54 -54
  515. package/lib/openapi/platform/services/WorkflowSchemeDraftsService.js +146 -229
  516. package/lib/openapi/platform/services/WorkflowSchemeDraftsService.js.map +1 -1
  517. package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.d.ts +4 -4
  518. package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.js +24 -40
  519. package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.js.map +1 -1
  520. package/lib/openapi/platform/services/WorkflowSchemesService.d.ts +120 -118
  521. package/lib/openapi/platform/services/WorkflowSchemesService.js +198 -313
  522. package/lib/openapi/platform/services/WorkflowSchemesService.js.map +1 -1
  523. package/lib/openapi/platform/services/WorkflowStatusCategoriesService.d.ts +3 -1
  524. package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js +23 -35
  525. package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js.map +1 -1
  526. package/lib/openapi/platform/services/WorkflowStatusesService.d.ts +3 -1
  527. package/lib/openapi/platform/services/WorkflowStatusesService.js +23 -35
  528. package/lib/openapi/platform/services/WorkflowStatusesService.js.map +1 -1
  529. package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.d.ts +8 -6
  530. package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js +48 -71
  531. package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js.map +1 -1
  532. package/lib/openapi/platform/services/WorkflowTransitionRulesService.d.ts +52 -52
  533. package/lib/openapi/platform/services/WorkflowTransitionRulesService.js +35 -58
  534. package/lib/openapi/platform/services/WorkflowTransitionRulesService.js.map +1 -1
  535. package/lib/openapi/platform/services/WorkflowsService.d.ts +602 -600
  536. package/lib/openapi/platform/services/WorkflowsService.js +109 -172
  537. package/lib/openapi/platform/services/WorkflowsService.js.map +1 -1
  538. package/lib/openapi/platform/validationSchemaStorage.d.ts +2 -2
  539. package/lib/openapi/platform/validationSchemaStorage.js +12 -22
  540. package/lib/openapi/platform/validationSchemaStorage.js.map +1 -1
  541. package/lib/openapi/serviceManagement/BaseJiraServiceManagementApiClient.d.ts +2 -2
  542. package/lib/openapi/serviceManagement/BaseJiraServiceManagementApiClient.js +4 -2
  543. package/lib/openapi/serviceManagement/BaseJiraServiceManagementApiClient.js.map +1 -1
  544. package/lib/openapi/serviceManagement/models/assets.d.ts +1 -1
  545. package/lib/openapi/serviceManagement/models/assets.js +16 -38
  546. package/lib/openapi/serviceManagement/models/assets.js.map +1 -1
  547. package/lib/openapi/serviceManagement/models/common.d.ts +1 -1
  548. package/lib/openapi/serviceManagement/models/common.js +45 -104
  549. package/lib/openapi/serviceManagement/models/common.js.map +1 -1
  550. package/lib/openapi/serviceManagement/models/customer.d.ts +1 -1
  551. package/lib/openapi/serviceManagement/models/customer.js +6 -15
  552. package/lib/openapi/serviceManagement/models/customer.js.map +1 -1
  553. package/lib/openapi/serviceManagement/models/info.d.ts +2 -2
  554. package/lib/openapi/serviceManagement/models/info.js +4 -10
  555. package/lib/openapi/serviceManagement/models/info.js.map +1 -1
  556. package/lib/openapi/serviceManagement/models/knowledgebase.d.ts +1 -1
  557. package/lib/openapi/serviceManagement/models/knowledgebase.js +9 -21
  558. package/lib/openapi/serviceManagement/models/knowledgebase.js.map +1 -1
  559. package/lib/openapi/serviceManagement/models/organization.d.ts +2 -2
  560. package/lib/openapi/serviceManagement/models/organization.js +19 -42
  561. package/lib/openapi/serviceManagement/models/organization.js.map +1 -1
  562. package/lib/openapi/serviceManagement/models/request.d.ts +2 -2
  563. package/lib/openapi/serviceManagement/models/request.js +149 -351
  564. package/lib/openapi/serviceManagement/models/request.js.map +1 -1
  565. package/lib/openapi/serviceManagement/models/servicedesk.d.ts +2 -2
  566. package/lib/openapi/serviceManagement/models/servicedesk.js +116 -263
  567. package/lib/openapi/serviceManagement/models/servicedesk.js.map +1 -1
  568. package/lib/openapi/serviceManagement/services/AssetsService.d.ts +2 -2
  569. package/lib/openapi/serviceManagement/services/AssetsService.js +23 -37
  570. package/lib/openapi/serviceManagement/services/AssetsService.js.map +1 -1
  571. package/lib/openapi/serviceManagement/services/CustomerService.d.ts +3 -3
  572. package/lib/openapi/serviceManagement/services/CustomerService.js +13 -20
  573. package/lib/openapi/serviceManagement/services/CustomerService.js.map +1 -1
  574. package/lib/openapi/serviceManagement/services/InfoService.js +10 -17
  575. package/lib/openapi/serviceManagement/services/InfoService.js.map +1 -1
  576. package/lib/openapi/serviceManagement/services/KnowledgebaseService.d.ts +11 -7
  577. package/lib/openapi/serviceManagement/services/KnowledgebaseService.js +13 -18
  578. package/lib/openapi/serviceManagement/services/KnowledgebaseService.js.map +1 -1
  579. package/lib/openapi/serviceManagement/services/OrganizationService.d.ts +31 -31
  580. package/lib/openapi/serviceManagement/services/OrganizationService.js +130 -202
  581. package/lib/openapi/serviceManagement/services/OrganizationService.js.map +1 -1
  582. package/lib/openapi/serviceManagement/services/RequestService.d.ts +97 -97
  583. package/lib/openapi/serviceManagement/services/RequestService.js +312 -496
  584. package/lib/openapi/serviceManagement/services/RequestService.js.map +1 -1
  585. package/lib/openapi/serviceManagement/services/RequesttypeService.d.ts +1 -1
  586. package/lib/openapi/serviceManagement/services/RequesttypeService.js +12 -19
  587. package/lib/openapi/serviceManagement/services/RequesttypeService.js.map +1 -1
  588. package/lib/openapi/serviceManagement/services/ServicedeskService.d.ts +60 -53
  589. package/lib/openapi/serviceManagement/services/ServicedeskService.js +216 -338
  590. package/lib/openapi/serviceManagement/services/ServicedeskService.js.map +1 -1
  591. package/lib/openapi/serviceManagement/validationSchemaStorage.d.ts +2 -2
  592. package/lib/openapi/serviceManagement/validationSchemaStorage.js +12 -22
  593. package/lib/openapi/serviceManagement/validationSchemaStorage.js.map +1 -1
  594. package/lib/openapi/software/BaseJiraSoftwareApiClient.d.ts +1 -1
  595. package/lib/openapi/software/BaseJiraSoftwareApiClient.js +3 -1
  596. package/lib/openapi/software/BaseJiraSoftwareApiClient.js.map +1 -1
  597. package/lib/openapi/software/models/board.d.ts +3 -4
  598. package/lib/openapi/software/models/board.js +290 -681
  599. package/lib/openapi/software/models/board.js.map +1 -1
  600. package/lib/openapi/software/models/builds.d.ts +42 -4
  601. package/lib/openapi/software/models/builds.js +33 -89
  602. package/lib/openapi/software/models/builds.js.map +1 -1
  603. package/lib/openapi/software/models/common.d.ts +10 -4
  604. package/lib/openapi/software/models/common.js +27 -69
  605. package/lib/openapi/software/models/common.js.map +1 -1
  606. package/lib/openapi/software/models/deployments.d.ts +37 -3
  607. package/lib/openapi/software/models/deployments.js +34 -119
  608. package/lib/openapi/software/models/deployments.js.map +1 -1
  609. package/lib/openapi/software/models/devOpsComponents.d.ts +11 -5
  610. package/lib/openapi/software/models/devOpsComponents.js +12 -33
  611. package/lib/openapi/software/models/devOpsComponents.js.map +1 -1
  612. package/lib/openapi/software/models/developmentInformation.d.ts +107 -1
  613. package/lib/openapi/software/models/developmentInformation.js +57 -145
  614. package/lib/openapi/software/models/developmentInformation.js.map +1 -1
  615. package/lib/openapi/software/models/epic.d.ts +1 -1
  616. package/lib/openapi/software/models/epic.js +9 -38
  617. package/lib/openapi/software/models/epic.js.map +1 -1
  618. package/lib/openapi/software/models/featureFlags.d.ts +21 -5
  619. package/lib/openapi/software/models/featureFlags.js +16 -43
  620. package/lib/openapi/software/models/featureFlags.js.map +1 -1
  621. package/lib/openapi/software/models/issue.d.ts +1 -1
  622. package/lib/openapi/software/models/issue.js +3 -9
  623. package/lib/openapi/software/models/issue.js.map +1 -1
  624. package/lib/openapi/software/models/operations.d.ts +77 -17
  625. package/lib/openapi/software/models/operations.js +42 -125
  626. package/lib/openapi/software/models/operations.js.map +1 -1
  627. package/lib/openapi/software/models/remoteLinks.d.ts +50 -14
  628. package/lib/openapi/software/models/remoteLinks.js +24 -85
  629. package/lib/openapi/software/models/remoteLinks.js.map +1 -1
  630. package/lib/openapi/software/models/securityInformation.d.ts +61 -9
  631. package/lib/openapi/software/models/securityInformation.js +36 -94
  632. package/lib/openapi/software/models/securityInformation.js.map +1 -1
  633. package/lib/openapi/software/models/sprint.d.ts +1 -1
  634. package/lib/openapi/software/models/sprint.js +6 -15
  635. package/lib/openapi/software/models/sprint.js.map +1 -1
  636. package/lib/openapi/software/services/BacklogService.d.ts +15 -15
  637. package/lib/openapi/software/services/BacklogService.js +20 -30
  638. package/lib/openapi/software/services/BacklogService.js.map +1 -1
  639. package/lib/openapi/software/services/BoardService.d.ts +41 -41
  640. package/lib/openapi/software/services/BoardService.js +297 -479
  641. package/lib/openapi/software/services/BoardService.js.map +1 -1
  642. package/lib/openapi/software/services/BuildsService.d.ts +5 -5
  643. package/lib/openapi/software/services/BuildsService.js +37 -55
  644. package/lib/openapi/software/services/BuildsService.js.map +1 -1
  645. package/lib/openapi/software/services/DeploymentsService.d.ts +6 -6
  646. package/lib/openapi/software/services/DeploymentsService.js +49 -76
  647. package/lib/openapi/software/services/DeploymentsService.js.map +1 -1
  648. package/lib/openapi/software/services/DevOpsComponentsService.d.ts +4 -4
  649. package/lib/openapi/software/services/DevOpsComponentsService.js +39 -72
  650. package/lib/openapi/software/services/DevOpsComponentsService.js.map +1 -1
  651. package/lib/openapi/software/services/DevelopmentInformationService.d.ts +7 -7
  652. package/lib/openapi/software/services/DevelopmentInformationService.js +57 -86
  653. package/lib/openapi/software/services/DevelopmentInformationService.js.map +1 -1
  654. package/lib/openapi/software/services/EpicService.d.ts +26 -26
  655. package/lib/openapi/software/services/EpicService.js +64 -98
  656. package/lib/openapi/software/services/EpicService.js.map +1 -1
  657. package/lib/openapi/software/services/FeatureFlagsService.d.ts +5 -5
  658. package/lib/openapi/software/services/FeatureFlagsService.js +38 -58
  659. package/lib/openapi/software/services/FeatureFlagsService.js.map +1 -1
  660. package/lib/openapi/software/services/IssueService.d.ts +12 -12
  661. package/lib/openapi/software/services/IssueService.js +51 -80
  662. package/lib/openapi/software/services/IssueService.js.map +1 -1
  663. package/lib/openapi/software/services/OperationsService.d.ts +18 -14
  664. package/lib/openapi/software/services/OperationsService.js +91 -167
  665. package/lib/openapi/software/services/OperationsService.js.map +1 -1
  666. package/lib/openapi/software/services/RemoteLinksService.d.ts +9 -7
  667. package/lib/openapi/software/services/RemoteLinksService.js +43 -75
  668. package/lib/openapi/software/services/RemoteLinksService.js.map +1 -1
  669. package/lib/openapi/software/services/SecurityInformationService.d.ts +9 -9
  670. package/lib/openapi/software/services/SecurityInformationService.js +69 -107
  671. package/lib/openapi/software/services/SecurityInformationService.js.map +1 -1
  672. package/lib/openapi/software/services/SprintService.d.ts +33 -33
  673. package/lib/openapi/software/services/SprintService.js +120 -187
  674. package/lib/openapi/software/services/SprintService.js.map +1 -1
  675. package/lib/openapi/software/validationSchemaStorage.d.ts +2 -2
  676. package/lib/openapi/software/validationSchemaStorage.js +12 -22
  677. package/lib/openapi/software/validationSchemaStorage.js.map +1 -1
  678. package/package.json +5 -4
package/CHANGELOG.md CHANGED
@@ -1,438 +1,360 @@
1
- # Change Log
1
+ ## 0.10.0 (2024-12-21)
2
2
 
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3
+ * fix: add missing OpenAPI codegen ([abe953d](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/abe953d))
4
+ * fix: combine steps ([8a5b0a1](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/8a5b0a1))
5
+ * fix: disable eslint for generated files ([d3c2bce](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/d3c2bce))
6
+ * fix: generate changelog after setting version tag ([eaa4ebe](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/eaa4ebe))
7
+ * fix: generate versions in PRs, publish in master ([581a98d](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/581a98d))
8
+ * fix: no changelog ([8131f9b](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/8131f9b))
9
+ * fix: no changelog, fix attribute ([1d35f6f](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/1d35f6f))
10
+ * fix: skip CI on auto commits ([3024f96](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/3024f96))
11
+ * fix: specify yarn run for ts-node ([04e5d95](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/04e5d95))
12
+ * chore: auto new version [skip ci] ([30b138b](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/30b138b))
13
+ * chore: auto new version [skip ci] ([26b2846](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/26b2846))
14
+ * chore: auto new version [skip ci] ([8382116](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/8382116))
15
+ * chore: remove generated files ([8c486bd](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/8c486bd))
16
+ * chore: remove stored changelogs ([eaf6e94](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/eaf6e94))
17
+ * chore: update dependencies, add contribution info ([836ae20](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/836ae20))
18
+ * chore: update generated files according to new OpenAPI schemas ([9e470ac](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/9e470ac))
19
+ * feat: show warnings when calling deprecated operations ([4eef6ba](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/4eef6ba))
5
20
 
6
- ## [0.7.11](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/compare/v0.7.10...v0.7.11) (2024-11-12)
7
21
 
8
- **Note:** Version bump only for package @resolution/jira-api-client
9
22
 
23
+ ## <small>0.7.12 (2024-11-12)</small>
10
24
 
25
+ * chore: publish ([4986e39](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/4986e39))
26
+ * chore: update generated files according to new OpenAPI schemas ([88db1fb](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/88db1fb))
27
+ * fix: patch for SpaceSingle icon property ([ddc0431](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/ddc0431))
11
28
 
12
29
 
13
30
 
14
- ## [0.7.8](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/compare/v0.7.7...v0.7.8) (2024-11-08)
31
+ ## <small>0.7.11 (2024-11-12)</small>
15
32
 
16
- **Note:** Version bump only for package @resolution/jira-api-client
33
+ * chore: publish ([2a076b1](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/2a076b1))
34
+ * chore: update generated files according to new OpenAPI schemas ([9ddd544](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/9ddd544))
35
+ * fix: requestConfluence fetch by forge bridge returns empty url ([a3e3d71](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/a3e3d71))
17
36
 
18
37
 
19
38
 
39
+ ## <small>0.7.10 (2024-11-08)</small>
20
40
 
41
+ * chore: publish ([c0ebbc7](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/c0ebbc7))
42
+ * chore: update generated files according to new OpenAPI schemas ([bc27fbd](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/bc27fbd))
43
+ * fix: confluence OpenAPI fixes for SpacePermissionAssignment ([7ab6ac6](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/7ab6ac6))
21
44
 
22
- ## [0.7.7](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/compare/v0.7.6...v0.7.7) (2024-11-01)
23
45
 
24
46
 
25
- ### Bug Fixes
47
+ ## <small>0.7.9 (2024-11-08)</small>
26
48
 
27
- * make argument of asUser optional for forge api ([596ff4a](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/596ff4a779a82f5e5ead17ff16e7c98b85ff3ff6))
49
+ * chore: publish ([1fd58ce](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/1fd58ce))
50
+ * chore: update generated files according to new OpenAPI schemas ([37dae91](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/37dae91))
51
+ * fix: confluence open api fixes for SpaceBulk ([7b7f8e4](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/7b7f8e4))
28
52
 
29
53
 
30
54
 
55
+ ## <small>0.7.8 (2024-11-08)</small>
31
56
 
57
+ * chore: publish ([b46eb54](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/b46eb54))
58
+ * chore: update generated files according to new OpenAPI schemas ([016b140](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/016b140))
59
+ * fix: confluence api proper fix for forgeApi ([021fb34](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/021fb34))
32
60
 
33
- ## [0.7.6](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/compare/v0.7.5...v0.7.6) (2024-10-01)
34
61
 
35
62
 
36
- ### Bug Fixes
63
+ ## <small>0.7.7 (2024-11-01)</small>
37
64
 
38
- * fix return types for Jira's bulk get users API ([d9cbc9d](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/d9cbc9d1f691d77340ce8b47ad5688980bbfaea5))
65
+ * chore: publish ([063bbf9](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/063bbf9))
66
+ * chore: update generated files according to new OpenAPI schemas ([40f55f6](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/40f55f6))
67
+ * fix: make argument of asUser optional for forge api ([596ff4a](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/596ff4a))
39
68
 
40
69
 
41
70
 
71
+ ## <small>0.7.6 (2024-10-01)</small>
42
72
 
73
+ * chore: publish ([0674fd0](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/0674fd0))
74
+ * chore: regenerate api clients based on today's spec ([df96bbf](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/df96bbf))
75
+ * chore: update generated files according to new OpenAPI schemas ([64e9071](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/64e9071))
76
+ * refactor: use replaceJsonResponse for Jira bulk get users response patch ([ad5dfcc](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/ad5dfcc))
77
+ * fix: fix return types for Jira's bulk get users API ([d9cbc9d](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/d9cbc9d))
43
78
 
44
- ## [0.7.5](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/compare/v0.7.4...v0.7.5) (2024-09-24)
45
79
 
46
80
 
47
- ### Bug Fixes
81
+ ## <small>0.7.5 (2024-09-24)</small>
48
82
 
49
- * patch serverInfo schema ([72cc61b](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/72cc61b9f0d982f1a7e641f99f7a3861e8e286d0))
83
+ * chore: publish ([35467ce](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/35467ce))
84
+ * chore: update generated files according to new OpenAPI schemas ([7573a2c](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/7573a2c))
85
+ * fix: patch serverInfo schema ([72cc61b](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/72cc61b))
50
86
 
51
87
 
52
88
 
89
+ ## <small>0.7.4 (2024-09-13)</small>
53
90
 
91
+ * chore: publish ([ea5d7ea](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/ea5d7ea))
92
+ * chore: update generated files according to new OpenAPI schemas ([597443e](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/597443e))
93
+ * fix: add more information to HTTP Errors ([9d702c0](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/9d702c0))
54
94
 
55
- ## [0.7.4](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/compare/v0.7.3...v0.7.4) (2024-09-13)
56
95
 
57
- **Note:** Version bump only for package @resolution/jira-api-client
58
96
 
97
+ ## <small>0.7.3 (2024-09-12)</small>
59
98
 
99
+ * chore: publish ([4087593](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/4087593))
100
+ * chore: update generated files according to new OpenAPI schemas ([32dc09d](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/32dc09d))
101
+ * fix: name of comment field in IssueBeanKnownFields ([b63935f](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/b63935f))
60
102
 
61
103
 
62
104
 
63
- ## [0.7.3](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/compare/v0.7.2...v0.7.3) (2024-09-12)
105
+ ## <small>0.7.2 (2024-09-10)</small>
64
106
 
107
+ * chore: publish ([9789ec4](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/9789ec4))
108
+ * fix: use baseUrl from client config, include api-typescript-generator version bump ([4c95db1](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/4c95db1))
65
109
 
66
- ### Bug Fixes
67
110
 
68
- * name of comment field in IssueBeanKnownFields ([b63935f](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/b63935f309efa67dec7311123127ba81b533c705))
69
111
 
112
+ ## <small>0.7.1 (2024-09-10)</small>
70
113
 
114
+ * chore: publish ([5be538e](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/5be538e))
115
+ * chore: update generated files according to new OpenAPI schemas ([496aa01](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/496aa01))
116
+ * fix: change fake confluence baseUrl to be a valid URL ([6dc991f](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/6dc991f))
71
117
 
72
118
 
73
119
 
74
- # [0.7.0](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/compare/v0.6.4...v0.7.0) (2024-09-10)
120
+ ## 0.7.0 (2024-09-10)
75
121
 
122
+ * chore: publish ([fad3f45](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/fad3f45))
123
+ * feat: support forgeApiWithProvider in jira and confluence ([4de975a](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/4de975a))
76
124
 
77
- ### Features
78
125
 
79
- * support forgeApiWithProvider in jira and confluence ([4de975a](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/4de975aa1a80c59d1cbbddc7d214622797fcb5b3))
80
126
 
127
+ ## <small>0.6.4 (2024-09-10)</small>
81
128
 
129
+ * chore: publish ([9429cb1](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/9429cb1))
130
+ * fix: handle incorrect http response from Atlassian API: another attempt to solve this problem ([4cda0bc](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/4cda0bc))
82
131
 
83
132
 
84
133
 
85
- ## [0.6.4](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/compare/v0.6.3...v0.6.4) (2024-09-10)
134
+ ## <small>0.6.3 (2024-09-10)</small>
86
135
 
87
- **Note:** Version bump only for package @resolution/jira-api-client
136
+ * chore: publish ([14e65ae](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/14e65ae))
137
+ * chore: update generated files according to new OpenAPI schemas ([c823af8](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/c823af8))
138
+ * fix: export JSM/JiraSoftware models properly ([c42eec4](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/c42eec4))
139
+ * fix: handle incorrect http response from Atlassian API: empty body with json content-type ([dfb35f2](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/dfb35f2))
88
140
 
89
141
 
90
142
 
143
+ ## <small>0.6.2 (2024-09-05)</small>
91
144
 
145
+ * chore: publish ([2096f42](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/2096f42))
146
+ * fix: add proper reference to IssueLinkFromIssue ([67f9cea](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/67f9cea))
92
147
 
93
- ## [0.6.3](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/compare/v0.6.2...v0.6.3) (2024-09-10)
94
148
 
95
149
 
96
- ### Bug Fixes
150
+ ## <small>0.6.1 (2024-08-22)</small>
97
151
 
98
- * export JSM/JiraSoftware models properly ([c42eec4](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/c42eec40c2de415f592b88dfd95b9cbfa2cd214e))
152
+ * chore: publish ([3820494](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/3820494))
153
+ * chore: update generated files according to new OpenAPI schemas ([93efad5](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/93efad5))
154
+ * fix: export ApiClientOptions from common package entry point ([9c88f39](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/9c88f39))
99
155
 
100
156
 
101
157
 
158
+ ## 0.6.0 (2024-08-19)
102
159
 
160
+ * chore: publish ([8f0bfd1](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/8f0bfd1))
161
+ * chore: update generated files according to new OpenAPI schemas ([3059e01](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/3059e01))
162
+ * fix: extract known issue bean fields to a separate type ([815fcf8](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/815fcf8))
163
+ * feat: ability to customize validation error handling ([3eb0e04](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/3eb0e04))
103
164
 
104
- ## [0.6.2](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/compare/v0.6.1...v0.6.2) (2024-09-05)
105
165
 
106
166
 
107
- ### Bug Fixes
167
+ ## <small>0.5.11 (2024-08-12)</small>
108
168
 
109
- * add proper reference to IssueLinkFromIssue ([67f9cea](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/67f9ceade5945c19bd331b155d8d5c32cf600341))
169
+ * chore: publish ([843f5fd](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/843f5fd))
170
+ * chore: update from latest OpenAPI schemas ([1ec7370](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/1ec7370))
171
+ * fix: split issue links into inwards / outwards ([03cbf85](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/03cbf85))
110
172
 
111
173
 
112
174
 
175
+ ## <small>0.5.10 (2024-08-05)</small>
113
176
 
177
+ * chore: publish ([3ccf6e7](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/3ccf6e7))
178
+ * chore: update generated files according to new OpenAPI schemas ([e53503e](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/e53503e))
179
+ * fix: add missing nullable fields to issue bean ([a03299a](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/a03299a))
114
180
 
115
- ## [0.6.1](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/compare/v0.6.0...v0.6.1) (2024-08-22)
116
181
 
117
182
 
118
- ### Bug Fixes
183
+ ## <small>0.5.9 (2024-08-05)</small>
119
184
 
120
- * export ApiClientOptions from common package entry point ([9c88f39](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/9c88f39b04b29a13eb4d8d78f35bc3427fcd0b42))
185
+ * chore: publish ([ff0ce01](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/ff0ce01))
186
+ * chore: support refs at nullableProperties ([587097a](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/587097a))
187
+ * chore: update from latest OpenAPI schemas ([15343b0](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/15343b0))
121
188
 
122
189
 
123
190
 
191
+ ## <small>0.5.8 (2024-07-23)</small>
124
192
 
193
+ * chore: publish ([723f651](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/723f651))
194
+ * fix: remove project from required fields of an issue, add other issue fields ([d809e59](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/d809e59))
125
195
 
126
- # [0.6.0](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/compare/v0.5.11...v0.6.0) (2024-08-19)
127
196
 
128
197
 
129
- ### Bug Fixes
198
+ ## <small>0.5.7 (2024-07-22)</small>
130
199
 
131
- * extract known issue bean fields to a separate type ([815fcf8](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/815fcf8313eb717040fac440dbbb8caef8f39b6d))
200
+ * chore: fix patch error message ([77466cc](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/77466cc))
201
+ * chore: publish ([bb4ea7b](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/bb4ea7b))
202
+ * chore: update generated files according to new OpenAPI schemas ([b7be258](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/b7be258))
203
+ * fix: proper expand parameter serialization ([01f8bec](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/01f8bec))
132
204
 
133
205
 
134
- ### Features
135
206
 
136
- * ability to customize validation error handling ([3eb0e04](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/3eb0e04d3a72fb787419d1c5b7440563ff1b2fb8))
207
+ ## <small>0.5.6 (2024-07-05)</small>
137
208
 
209
+ * chore: publish ([9a70419](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/9a70419))
210
+ * fix: confluence api constructor options, improve docs ([194e14f](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/194e14f))
138
211
 
139
212
 
140
213
 
214
+ ## <small>0.5.5 (2024-07-02)</small>
141
215
 
142
- ## [0.5.11](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/compare/v0.5.10...v0.5.11) (2024-08-12)
216
+ * chore: publish ([c53203f](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/c53203f))
217
+ * chore: update generated files according to new OpenAPI schemas ([4e99c49](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/4e99c49))
218
+ * docs: remove unnecessary escaping in docs ([6f2702f](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/6f2702f))
143
219
 
144
220
 
145
- ### Bug Fixes
146
221
 
147
- * split issue links into inwards / outwards ([03cbf85](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/03cbf85d078e07fcfb0e16df4e4775b79235d88f))
222
+ ## <small>0.5.4 (2024-07-02)</small>
148
223
 
224
+ * chore: publish ([d6160f6](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/d6160f6))
225
+ * chore: update generated files according to new OpenAPI schemas ([5290797](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/5290797))
226
+ * fix: reuse same core classes / types ([8e7465a](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/8e7465a))
227
+ * docs: improve documentation, remove unnecessary constructor info, escapes ([bf89338](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/bf89338))
149
228
 
150
229
 
151
230
 
231
+ ## <small>0.5.3 (2024-06-28)</small>
152
232
 
153
- ## [0.5.10](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/compare/v0.5.9...v0.5.10) (2024-08-05)
233
+ * chore: publish ([107f17f](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/107f17f))
234
+ * chore: update generated files according to new OpenAPI schemas ([e11c98e](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/e11c98e))
235
+ * fix: improve documentation ([a327fcc](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/a327fcc))
154
236
 
155
237
 
156
- ### Bug Fixes
157
238
 
158
- * add missing nullable fields to issue bean ([a03299a](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/a03299a337a9a18e4bff9a8ac7576f4f7acae292))
239
+ ## <small>0.5.2 (2024-06-24)</small>
159
240
 
241
+ * chore: adjust imports ([9f878a2](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/9f878a2))
242
+ * chore: adjust imports ([e7074a3](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/e7074a3))
243
+ * chore: publish ([9a57c30](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/9a57c30))
244
+ * chore: update generated files according to new OpenAPI schemas ([0f71b37](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/0f71b37))
245
+ * build: fix build order ([59f62ec](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/59f62ec))
246
+ * fix: include API Docs markdown files, build automatically ([07e5670](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/07e5670))
160
247
 
161
248
 
162
249
 
250
+ ## <small>0.5.1 (2024-06-21)</small>
163
251
 
164
- ## [0.5.9](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/compare/v0.5.8...v0.5.9) (2024-08-05)
252
+ * chore: publish ([d362b49](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/d362b49))
253
+ * fix: add missing Jira Service Management exports ([44da6cd](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/44da6cd))
254
+ * fix: configure validation schema storage with ApiError ([27ac3de](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/27ac3de))
165
255
 
166
- **Note:** Version bump only for package @resolution/jira-api-client
167
256
 
168
257
 
258
+ ## 0.5.0 (2024-06-20)
169
259
 
260
+ * chore: publish ([191b97e](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/191b97e))
261
+ * feat: first version of Jira Service Management API ([67634ea](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/67634ea))
170
262
 
171
263
 
172
- ## [0.5.8](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/compare/v0.5.7...v0.5.8) (2024-07-23)
173
264
 
265
+ ## <small>0.4.6 (2024-06-14)</small>
174
266
 
175
- ### Bug Fixes
267
+ * chore: publish ([191a3be](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/191a3be))
268
+ * fix: use more optimized / lightweight api client version ([8c628d3](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/8c628d3))
269
+ * docs: add asUser / asApp documentation to jira / confluence clients ([8697058](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/8697058))
176
270
 
177
- * remove project from required fields of an issue, add other issue fields ([d809e59](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/d809e59aee933a18cf3af786b221cf2eaedd8e30))
178
271
 
179
272
 
273
+ ## <small>0.4.5 (2024-06-14)</small>
180
274
 
275
+ * chore: fail in case of already existing field when patching ([009d8e9](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/009d8e9))
276
+ * chore: publish ([163cbdf](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/163cbdf))
277
+ * chore: update api-typescript-generator library ([26ea242](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/26ea242))
278
+ * chore: update generated code according to the new version of api-typescript-generator ([db54455](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/db54455))
279
+ * chore: update lerna changelog config ([abcf375](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/abcf375))
280
+ * fix: a hack for "fields" schema, which was probably added by mistake ([c860460](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/c860460))
281
+ * fix: add missing issue field, project schema ([8012eeb](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/8012eeb))
282
+ * fix: missing packages changes ([2c1f946](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/2c1f946))
181
283
 
182
284
 
183
- ## [0.5.7](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/compare/v0.5.6...v0.5.7) (2024-07-22)
184
285
 
286
+ ## <small>0.4.4 (2024-06-11)</small>
185
287
 
186
- ### Bug Fixes
288
+ * chore: publish ([50f8d66](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/50f8d66))
289
+ * docs: fix compare link in readme ([c5b7088](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/c5b7088))
290
+ * fix: add license information to all packages ([d771640](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/d771640))
291
+ * fix: changelog preset ([a5fa5ba](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/a5fa5ba))
187
292
 
188
- * proper expand parameter serialization ([01f8bec](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/01f8bec91bbb9a2c2a3bdc9e4436e0b130d2e232))
189
293
 
190
294
 
295
+ ## <small>0.4.3 (2024-06-11)</small>
191
296
 
297
+ * chore: publish ([7d81e70](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/7d81e70))
298
+ * fix: changelog links for bitbucket ([b9b9fe0](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/b9b9fe0))
299
+ * fix: update clients automatically ([3c2bb24](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/3c2bb24))
300
+ * fix: update generated files according to new OpenAPI schemas ([381a1ea](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/381a1ea))
192
301
 
193
302
 
194
- ## [0.5.6](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/compare/v0.5.5...v0.5.6) (2024-07-05)
195
303
 
304
+ ## <small>0.4.2 (2024-06-11)</small>
196
305
 
197
- ### Bug Fixes
306
+ * chore: publish ([443c80e](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/443c80e))
307
+ * docs: add common documentation, missing file links ([c14239b](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/c14239b))
308
+ * docs: documentation for confluence package, fixes for jira docs ([0b796ad](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/0b796ad))
309
+ * docs: jira api client documentation ([32962ce](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/32962ce))
310
+ * fix: add base path to confluence v2 API ([8b1965c](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/8b1965c))
311
+ * fix: add links to JIRA/Confluence documentation ([64c19b2](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/64c19b2))
312
+ * fix: operations with all arguments optional can be called without arguments ([2daea7f](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/2daea7f))
198
313
 
199
- * confluence api constructor options, improve docs ([194e14f](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/194e14fe351b6a17a442105f6b27931ee7e6cf27))
200
314
 
201
315
 
316
+ ## <small>0.4.1 (2024-06-10)</small>
202
317
 
318
+ * chore: publish ([4b7d1d7](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/4b7d1d7))
319
+ * fix: remove previous file versions when building ([3ff3a0a](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/3ff3a0a))
203
320
 
204
321
 
205
- ## [0.5.5](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/compare/v0.5.4...v0.5.5) (2024-07-02)
206
322
 
207
- **Note:** Version bump only for package @resolution/jira-api-client
323
+ ## 0.4.0 (2024-06-10)
208
324
 
325
+ * chore: add corepack enable ([98cac48](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/98cac48))
326
+ * chore: add lerna debug to gitignore ([bea46c8](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/bea46c8))
327
+ * chore: add lerna publish command ([b509b84](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/b509b84))
328
+ * chore: add license, basic readme ([9717435](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/9717435))
329
+ * chore: debug yarnrc ([46be582](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/46be582))
330
+ * chore: ignore further changes to .yarnrc.yml ([0a994e5](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/0a994e5))
331
+ * chore: publish ([56fc5dc](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/56fc5dc))
332
+ * chore: publish ([cc8ea33](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/cc8ea33))
333
+ * chore: publish ([3ee9b30](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/3ee9b30))
334
+ * chore: publish ([7260d50](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/7260d50))
335
+ * chore: publish ([869f752](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/869f752))
336
+ * chore: publish ([7b03c93](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/7b03c93))
337
+ * chore: publish ([75c84aa](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/75c84aa))
338
+ * chore: publish ([c7ac36e](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/c7ac36e))
339
+ * chore: publish ([c410ea6](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/c410ea6))
340
+ * chore: publish ([3df939a](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/3df939a))
341
+ * chore: set public access ([6e6f5d5](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/6e6f5d5))
342
+ * chore: update jira software schema ([94af131](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/94af131))
343
+ * chore: update lerna commit message ([390257b](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/390257b))
344
+ * chore: update yarn.lock ([417cdbc](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/417cdbc))
345
+ * chore: update yarn.lock ([713b499](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/713b499))
346
+ * chore: use yarn version explicitly ([20e65e6](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/20e65e6))
347
+ * feat: first confluence API version ([d580ceb](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/d580ceb))
348
+ * feat: first version with JiraSoftwareApi ([e941fd3](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/e941fd3))
349
+ * feat: initial version ([5c1e2d2](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/5c1e2d2))
350
+ * feat: update confluence api client, set v2 explicitly ([7c7cba2](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/7c7cba2))
351
+ * fix: automatic publishing ([65c6149](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/65c6149))
352
+ * fix: build before publishing ([4a2bd42](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/4a2bd42))
353
+ * fix: correct entry point ([9c6289f](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/9c6289f))
354
+ * fix: don't stringify the request body twice ([3252a78](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/3252a78))
355
+ * fix: exclude codegen from build ([ad5a787](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/ad5a787))
356
+ * fix: make ChangeDetails fields to and toString nullable ([097e8b0](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/097e8b0))
357
+ * fix: remove unnecessary files from the package ([78f2d55](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/78f2d55))
209
358
 
210
359
 
211
360
 
212
-
213
- ## [0.5.4](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/compare/v0.5.3...v0.5.4) (2024-07-02)
214
-
215
-
216
- ### Bug Fixes
217
-
218
- * reuse same core classes / types ([8e7465a](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/8e7465afc91d436853df637b49a03b0b9b2ada78))
219
-
220
-
221
-
222
-
223
-
224
- ## [0.5.3](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/compare/v0.5.2...v0.5.3) (2024-06-28)
225
-
226
-
227
- ### Bug Fixes
228
-
229
- * improve documentation ([a327fcc](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/a327fccdd877cfb61ef19c280c8d85fe894fd713))
230
-
231
-
232
-
233
-
234
-
235
- ## [0.5.2](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/compare/v0.5.1...v0.5.2) (2024-06-24)
236
-
237
-
238
- ### Bug Fixes
239
-
240
- * include API Docs markdown files, build automatically ([07e5670](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/07e56705dd35e37ad68528e9e4ded5129a5833d1))
241
-
242
-
243
-
244
-
245
-
246
- ## [0.5.1](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/compare/v0.5.0...v0.5.1) (2024-06-21)
247
-
248
-
249
- ### Bug Fixes
250
-
251
- * add missing Jira Service Management exports ([44da6cd](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/44da6cd97a7f89885bf518e8d404684f2e17ba6c))
252
- * configure validation schema storage with ApiError ([27ac3de](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/27ac3de3ebb7cab7705023b896b4dde847deaadb))
253
-
254
-
255
-
256
-
257
-
258
- # [0.5.0](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/compare/v0.4.6...v0.5.0) (2024-06-20)
259
-
260
-
261
- ### Features
262
-
263
- * first version of Jira Service Management API ([67634ea](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/67634ea9bfe37adf30a7d2b124b59f52c4f1ccda))
264
-
265
-
266
-
267
-
268
-
269
- ## [0.4.6](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/compare/v0.4.5...v0.4.6) (2024-06-14)
270
-
271
-
272
- ### Bug Fixes
273
-
274
- * use more optimized / lightweight api client version ([8c628d3](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/8c628d3c80ca6c89572eb003ae6f7cb5c634b4d5))
275
-
276
-
277
-
278
-
279
-
280
- ## [0.4.5](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/compare/v0.4.4...v0.4.5) (2024-06-14)
281
-
282
-
283
- ### Bug Fixes
284
-
285
- * a hack for "fields" schema, which was probably added by mistake ([c860460](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/c86046039324361ae2b06de33e0007947e08d74e))
286
- * add missing issue field, project schema ([8012eeb](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/8012eeb2e8954bda7009b758c17d4a444cbdefb6))
287
-
288
-
289
-
290
-
291
-
292
- ## [0.4.4](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/compare/v0.4.3...v0.4.4) (2024-06-11)
293
-
294
-
295
- ### Bug Fixes
296
-
297
- * add license information to all packages ([d771640](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/d771640b39b4e9b8901a5d93bf8bec77496c957d))
298
-
299
-
300
-
301
-
302
-
303
- ## [0.4.2](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/compare/v0.4.1...v0.4.2) (2024-06-11)
304
-
305
-
306
- ### Bug Fixes
307
-
308
- * add links to JIRA/Confluence documentation ([64c19b2](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/64c19b2b0d1685c0d64639c6a44314a253ad5529))
309
- * operations with all arguments optional can be called without arguments ([2daea7f](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/2daea7f656dde7e36a75777f0bbb63b494971284))
310
-
311
-
312
-
313
-
314
-
315
- ## [0.4.1](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/compare/v0.4.0...v0.4.1) (2024-06-10)
316
-
317
-
318
- ### Bug Fixes
319
-
320
- * remove previous file versions when building ([3ff3a0a](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/3ff3a0a8dde8376aa551fd66d0b4ed1ac040ac79))
321
-
322
-
323
-
324
-
325
-
326
- # 0.4.0 (2024-06-10)
327
-
328
-
329
- ### Bug Fixes
330
-
331
- * automatic publishing ([65c6149](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/65c61497b5e52294203d893229fc6ddbef9f8bb0))
332
- * correct entry point ([9c6289f](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/9c6289ff7f1cd429383ad92d0c67fe89c2531344))
333
- * exclude codegen from build ([ad5a787](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/ad5a787f59002450cf411cdf928453c548a0370f))
334
- * make ChangeDetails fields to and toString nullable ([097e8b0](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/097e8b0189a2bc23601dc193998d22bf5628eea9))
335
- * remove unnecessary files from the package ([78f2d55](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/78f2d55adfcd5a2db5f5e14faa1598ce5e80cadf))
336
-
337
-
338
- ### Features
339
-
340
- * first confluence API version ([d580ceb](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/d580cebbab7334f2290c08a307bea5eed8a372a5))
341
- * first version with JiraSoftwareApi ([e941fd3](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/e941fd304be3eb7fa59232cb13722c81b0a9c202))
342
- * initial version ([5c1e2d2](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/5c1e2d295fb3efe134ae9629fd6b5f00dc83d151))
343
-
344
-
345
-
346
-
347
-
348
- # [0.3.0](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/compare/@resolution/jira-api-client@0.2.0...@resolution/jira-api-client@0.3.0) (2024-06-07)
349
-
350
-
351
- ### Features
352
-
353
- * first confluence API version ([d580ceb](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/d580cebbab7334f2290c08a307bea5eed8a372a5))
354
-
355
-
356
-
357
-
358
-
359
- # [0.2.0](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/compare/@resolution/jira-api-client@0.1.6...@resolution/jira-api-client@0.2.0) (2024-06-04)
360
-
361
-
362
- ### Features
363
-
364
- * first version with JiraSoftwareApi ([e941fd3](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/e941fd304be3eb7fa59232cb13722c81b0a9c202))
365
-
366
-
367
-
368
-
369
-
370
- ## [0.1.6](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/compare/@resolution/jira-api-client@0.1.5...@resolution/jira-api-client@0.1.6) (2024-05-30)
371
-
372
- **Note:** Version bump only for package @resolution/jira-api-client
373
-
374
-
375
-
376
-
377
-
378
- ## [0.1.5](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/compare/@resolution/jira-api-client@0.1.4...@resolution/jira-api-client@0.1.5) (2024-05-28)
379
-
380
-
381
- ### Bug Fixes
382
-
383
- * make ChangeDetails fields to and toString nullable ([097e8b0](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/097e8b0189a2bc23601dc193998d22bf5628eea9))
384
-
385
-
386
-
387
-
388
-
389
- ## [0.1.4](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/compare/@resolution/jira-api-client@0.1.3...@resolution/jira-api-client@0.1.4) (2024-05-28)
390
-
391
-
392
- ### Bug Fixes
393
-
394
- * automatic publishing ([65c6149](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/65c61497b5e52294203d893229fc6ddbef9f8bb0))
395
-
396
-
397
-
398
-
399
-
400
- ## [0.1.3](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/compare/@resolution/jira-api-client@0.1.2...@resolution/jira-api-client@0.1.3) (2024-05-28)
401
-
402
-
403
- ### Bug Fixes
404
-
405
- * exclude codegen from build ([ad5a787](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/ad5a787f59002450cf411cdf928453c548a0370f))
406
-
407
-
408
-
409
-
410
-
411
- ## [0.1.2](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/compare/@resolution/jira-api-client@0.1.1...@resolution/jira-api-client@0.1.2) (2024-05-28)
412
-
413
-
414
- ### Bug Fixes
415
-
416
- * correct entry point ([9c6289f](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/9c6289ff7f1cd429383ad92d0c67fe89c2531344))
417
-
418
-
419
-
420
-
421
-
422
- ## [0.1.1](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/compare/@resolution/jira-api-client@0.1.0...@resolution/jira-api-client@0.1.1) (2024-05-28)
423
-
424
-
425
- ### Bug Fixes
426
-
427
- * remove unnecessary files from the package ([78f2d55](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/78f2d55adfcd5a2db5f5e14faa1598ce5e80cadf))
428
-
429
-
430
-
431
-
432
-
433
- # 0.1.0 (2024-05-28)
434
-
435
-
436
- ### Features
437
-
438
- * initial version ([5c1e2d2](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/5c1e2d295fb3efe134ae9629fd6b5f00dc83d151))