@resolution/confluence-api-client 0.7.12 → 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 (356) hide show
  1. package/CHANGELOG.md +208 -213
  2. package/README.md +4 -4
  3. package/lib/openapi/core/CommonHttpClient.d.ts +46 -17
  4. package/lib/openapi/core/CommonHttpClient.js +175 -232
  5. package/lib/openapi/core/CommonHttpClient.js.map +1 -1
  6. package/lib/openapi/core/CommonHttpService.d.ts +1 -1
  7. package/lib/openapi/core/CommonHttpService.js.map +1 -1
  8. package/lib/openapi/core/CommonValidationSchemaStorage.d.ts +4 -4
  9. package/lib/openapi/core/CommonValidationSchemaStorage.js +2 -4
  10. package/lib/openapi/core/CommonValidationSchemaStorage.js.map +1 -1
  11. package/lib/openapi/v1/BaseConfluenceApiV1Client.d.ts +4 -4
  12. package/lib/openapi/v1/BaseConfluenceApiV1Client.js +38 -0
  13. package/lib/openapi/v1/BaseConfluenceApiV1Client.js.map +1 -1
  14. package/lib/openapi/v1/models/audit.d.ts +2 -2
  15. package/lib/openapi/v1/models/audit.js +31 -90
  16. package/lib/openapi/v1/models/audit.js.map +1 -1
  17. package/lib/openapi/v1/models/common.d.ts +2 -4
  18. package/lib/openapi/v1/models/common.js +188 -464
  19. package/lib/openapi/v1/models/common.js.map +1 -1
  20. package/lib/openapi/v1/models/content.d.ts +2 -2
  21. package/lib/openapi/v1/models/content.js +205 -491
  22. package/lib/openapi/v1/models/content.js.map +1 -1
  23. package/lib/openapi/v1/models/contentAttachments.d.ts +1 -1
  24. package/lib/openapi/v1/models/contentAttachments.js +8 -19
  25. package/lib/openapi/v1/models/contentAttachments.js.map +1 -1
  26. package/lib/openapi/v1/models/contentBody.d.ts +2 -2
  27. package/lib/openapi/v1/models/contentBody.js +20 -59
  28. package/lib/openapi/v1/models/contentBody.js.map +1 -1
  29. package/lib/openapi/v1/models/contentChildrenAndDescendants.d.ts +4 -2
  30. package/lib/openapi/v1/models/contentChildrenAndDescendants.js +17 -40
  31. package/lib/openapi/v1/models/contentChildrenAndDescendants.js.map +1 -1
  32. package/lib/openapi/v1/models/contentLabels.d.ts +1 -1
  33. package/lib/openapi/v1/models/contentLabels.js +2 -7
  34. package/lib/openapi/v1/models/contentLabels.js.map +1 -1
  35. package/lib/openapi/v1/models/contentMacroBody.d.ts +1 -1
  36. package/lib/openapi/v1/models/contentMacroBody.js +4 -10
  37. package/lib/openapi/v1/models/contentMacroBody.js.map +1 -1
  38. package/lib/openapi/v1/models/contentPermissions.d.ts +2 -2
  39. package/lib/openapi/v1/models/contentPermissions.js +10 -22
  40. package/lib/openapi/v1/models/contentPermissions.js.map +1 -1
  41. package/lib/openapi/v1/models/contentProperties.d.ts +1 -1
  42. package/lib/openapi/v1/models/contentProperties.js +25 -71
  43. package/lib/openapi/v1/models/contentProperties.js.map +1 -1
  44. package/lib/openapi/v1/models/contentRestrictions.d.ts +2 -2
  45. package/lib/openapi/v1/models/contentRestrictions.js +17 -57
  46. package/lib/openapi/v1/models/contentRestrictions.js.map +1 -1
  47. package/lib/openapi/v1/models/contentStates.d.ts +1 -20
  48. package/lib/openapi/v1/models/contentStates.js +15 -55
  49. package/lib/openapi/v1/models/contentStates.js.map +1 -1
  50. package/lib/openapi/v1/models/contentVersions.d.ts +2 -2
  51. package/lib/openapi/v1/models/contentVersions.js +9 -20
  52. package/lib/openapi/v1/models/contentVersions.js.map +1 -1
  53. package/lib/openapi/v1/models/contentWatches.d.ts +2 -2
  54. package/lib/openapi/v1/models/contentWatches.js +21 -46
  55. package/lib/openapi/v1/models/contentWatches.js.map +1 -1
  56. package/lib/openapi/v1/models/dynamicModules.d.ts +33 -27
  57. package/lib/openapi/v1/models/dynamicModules.js +6 -15
  58. package/lib/openapi/v1/models/dynamicModules.js.map +1 -1
  59. package/lib/openapi/v1/models/group.d.ts +1 -1
  60. package/lib/openapi/v1/models/group.js +6 -15
  61. package/lib/openapi/v1/models/group.js.map +1 -1
  62. package/lib/openapi/v1/models/inlineTasks.d.ts +1 -1
  63. package/lib/openapi/v1/models/inlineTasks.js +10 -22
  64. package/lib/openapi/v1/models/inlineTasks.js.map +1 -1
  65. package/lib/openapi/v1/models/labelInfo.d.ts +1 -1
  66. package/lib/openapi/v1/models/labelInfo.js +11 -27
  67. package/lib/openapi/v1/models/labelInfo.js.map +1 -1
  68. package/lib/openapi/v1/models/longRunningTask.d.ts +2 -2
  69. package/lib/openapi/v1/models/longRunningTask.js +20 -42
  70. package/lib/openapi/v1/models/longRunningTask.js.map +1 -1
  71. package/lib/openapi/v1/models/relation.d.ts +2 -2
  72. package/lib/openapi/v1/models/relation.js +16 -45
  73. package/lib/openapi/v1/models/relation.js.map +1 -1
  74. package/lib/openapi/v1/models/search.d.ts +2 -2
  75. package/lib/openapi/v1/models/search.js +15 -34
  76. package/lib/openapi/v1/models/search.js.map +1 -1
  77. package/lib/openapi/v1/models/settings.d.ts +2 -2
  78. package/lib/openapi/v1/models/settings.js +13 -29
  79. package/lib/openapi/v1/models/settings.js.map +1 -1
  80. package/lib/openapi/v1/models/space.d.ts +2 -2
  81. package/lib/openapi/v1/models/space.js +31 -69
  82. package/lib/openapi/v1/models/space.js.map +1 -1
  83. package/lib/openapi/v1/models/spacePermissions.d.ts +1 -1
  84. package/lib/openapi/v1/models/spacePermissions.js +23 -86
  85. package/lib/openapi/v1/models/spacePermissions.js.map +1 -1
  86. package/lib/openapi/v1/models/spaceProperties.d.ts +2 -2
  87. package/lib/openapi/v1/models/spaceProperties.js +26 -71
  88. package/lib/openapi/v1/models/spaceProperties.js.map +1 -1
  89. package/lib/openapi/v1/models/spaceSettings.d.ts +1 -1
  90. package/lib/openapi/v1/models/spaceSettings.js +3 -9
  91. package/lib/openapi/v1/models/spaceSettings.js.map +1 -1
  92. package/lib/openapi/v1/models/template.d.ts +2 -2
  93. package/lib/openapi/v1/models/template.js +45 -103
  94. package/lib/openapi/v1/models/template.js.map +1 -1
  95. package/lib/openapi/v1/models/themes.d.ts +1 -1
  96. package/lib/openapi/v1/models/themes.js +10 -22
  97. package/lib/openapi/v1/models/themes.js.map +1 -1
  98. package/lib/openapi/v1/models/userProperties.d.ts +1 -1
  99. package/lib/openapi/v1/models/userProperties.js +16 -33
  100. package/lib/openapi/v1/models/userProperties.js.map +1 -1
  101. package/lib/openapi/v1/models/users.d.ts +2 -2
  102. package/lib/openapi/v1/models/users.js +25 -57
  103. package/lib/openapi/v1/models/users.js.map +1 -1
  104. package/lib/openapi/v1/services/AnalyticsService.d.ts +2 -2
  105. package/lib/openapi/v1/services/AnalyticsService.js +29 -47
  106. package/lib/openapi/v1/services/AnalyticsService.js.map +1 -1
  107. package/lib/openapi/v1/services/AuditService.d.ts +6 -6
  108. package/lib/openapi/v1/services/AuditService.js +67 -109
  109. package/lib/openapi/v1/services/AuditService.js.map +1 -1
  110. package/lib/openapi/v1/services/ContentAttachmentsService.d.ts +7 -7
  111. package/lib/openapi/v1/services/ContentAttachmentsService.js +72 -109
  112. package/lib/openapi/v1/services/ContentAttachmentsService.js.map +1 -1
  113. package/lib/openapi/v1/services/ContentBodyService.d.ts +7 -7
  114. package/lib/openapi/v1/services/ContentBodyService.js +67 -105
  115. package/lib/openapi/v1/services/ContentBodyService.js.map +1 -1
  116. package/lib/openapi/v1/services/ContentChildrenAndDescendantsService.d.ts +15 -15
  117. package/lib/openapi/v1/services/ContentChildrenAndDescendantsService.js +110 -160
  118. package/lib/openapi/v1/services/ContentChildrenAndDescendantsService.js.map +1 -1
  119. package/lib/openapi/v1/services/ContentCommentsService.d.ts +4 -4
  120. package/lib/openapi/v1/services/ContentCommentsService.js +19 -26
  121. package/lib/openapi/v1/services/ContentCommentsService.js.map +1 -1
  122. package/lib/openapi/v1/services/ContentLabelsService.d.ts +4 -4
  123. package/lib/openapi/v1/services/ContentLabelsService.js +36 -54
  124. package/lib/openapi/v1/services/ContentLabelsService.js.map +1 -1
  125. package/lib/openapi/v1/services/ContentMacroBodyService.d.ts +4 -4
  126. package/lib/openapi/v1/services/ContentMacroBodyService.js +43 -67
  127. package/lib/openapi/v1/services/ContentMacroBodyService.js.map +1 -1
  128. package/lib/openapi/v1/services/ContentPermissionsService.d.ts +1 -1
  129. package/lib/openapi/v1/services/ContentPermissionsService.js +14 -23
  130. package/lib/openapi/v1/services/ContentPermissionsService.js.map +1 -1
  131. package/lib/openapi/v1/services/ContentPropertiesService.d.ts +7 -7
  132. package/lib/openapi/v1/services/ContentPropertiesService.js +73 -112
  133. package/lib/openapi/v1/services/ContentPropertiesService.js.map +1 -1
  134. package/lib/openapi/v1/services/ContentRestrictionsService.d.ts +13 -13
  135. package/lib/openapi/v1/services/ContentRestrictionsService.js +127 -184
  136. package/lib/openapi/v1/services/ContentRestrictionsService.js.map +1 -1
  137. package/lib/openapi/v1/services/ContentService.d.ts +18 -18
  138. package/lib/openapi/v1/services/ContentService.js +143 -211
  139. package/lib/openapi/v1/services/ContentService.js.map +1 -1
  140. package/lib/openapi/v1/services/ContentStatesService.d.ts +13 -56
  141. package/lib/openapi/v1/services/ContentStatesService.js +99 -246
  142. package/lib/openapi/v1/services/ContentStatesService.js.map +1 -1
  143. package/lib/openapi/v1/services/ContentVersionsService.d.ts +4 -4
  144. package/lib/openapi/v1/services/ContentVersionsService.js +53 -79
  145. package/lib/openapi/v1/services/ContentVersionsService.js.map +1 -1
  146. package/lib/openapi/v1/services/ContentWatchesService.d.ts +13 -13
  147. package/lib/openapi/v1/services/ContentWatchesService.js +113 -169
  148. package/lib/openapi/v1/services/ContentWatchesService.js.map +1 -1
  149. package/lib/openapi/v1/services/DynamicModulesService.d.ts +2 -2
  150. package/lib/openapi/v1/services/DynamicModulesService.js +24 -37
  151. package/lib/openapi/v1/services/DynamicModulesService.js.map +1 -1
  152. package/lib/openapi/v1/services/ExperimentalService.d.ts +5 -5
  153. package/lib/openapi/v1/services/ExperimentalService.js +42 -65
  154. package/lib/openapi/v1/services/ExperimentalService.js.map +1 -1
  155. package/lib/openapi/v1/services/GroupService.d.ts +10 -10
  156. package/lib/openapi/v1/services/GroupService.js +76 -117
  157. package/lib/openapi/v1/services/GroupService.js.map +1 -1
  158. package/lib/openapi/v1/services/InlineTasksService.d.ts +4 -4
  159. package/lib/openapi/v1/services/InlineTasksService.js +36 -59
  160. package/lib/openapi/v1/services/InlineTasksService.js.map +1 -1
  161. package/lib/openapi/v1/services/LabelInfoService.d.ts +1 -1
  162. package/lib/openapi/v1/services/LabelInfoService.js +12 -19
  163. package/lib/openapi/v1/services/LabelInfoService.js.map +1 -1
  164. package/lib/openapi/v1/services/LongRunningTaskService.d.ts +2 -2
  165. package/lib/openapi/v1/services/LongRunningTaskService.js +24 -40
  166. package/lib/openapi/v1/services/LongRunningTaskService.js.map +1 -1
  167. package/lib/openapi/v1/services/RelationService.d.ts +38 -18
  168. package/lib/openapi/v1/services/RelationService.js +64 -94
  169. package/lib/openapi/v1/services/RelationService.js.map +1 -1
  170. package/lib/openapi/v1/services/SearchService.d.ts +5 -5
  171. package/lib/openapi/v1/services/SearchService.js +32 -46
  172. package/lib/openapi/v1/services/SearchService.js.map +1 -1
  173. package/lib/openapi/v1/services/SettingsService.d.ts +6 -6
  174. package/lib/openapi/v1/services/SettingsService.js +61 -98
  175. package/lib/openapi/v1/services/SettingsService.js.map +1 -1
  176. package/lib/openapi/v1/services/SpacePermissionsService.d.ts +4 -4
  177. package/lib/openapi/v1/services/SpacePermissionsService.js +25 -38
  178. package/lib/openapi/v1/services/SpacePermissionsService.js.map +1 -1
  179. package/lib/openapi/v1/services/SpacePropertiesService.d.ts +7 -7
  180. package/lib/openapi/v1/services/SpacePropertiesService.js +73 -112
  181. package/lib/openapi/v1/services/SpacePropertiesService.js.map +1 -1
  182. package/lib/openapi/v1/services/SpaceService.d.ts +15 -15
  183. package/lib/openapi/v1/services/SpaceService.js +114 -175
  184. package/lib/openapi/v1/services/SpaceService.js.map +1 -1
  185. package/lib/openapi/v1/services/SpaceSettingsService.d.ts +2 -2
  186. package/lib/openapi/v1/services/SpaceSettingsService.js +24 -38
  187. package/lib/openapi/v1/services/SpaceSettingsService.js.map +1 -1
  188. package/lib/openapi/v1/services/TemplateService.d.ts +7 -7
  189. package/lib/openapi/v1/services/TemplateService.js +67 -104
  190. package/lib/openapi/v1/services/TemplateService.js.map +1 -1
  191. package/lib/openapi/v1/services/ThemesService.d.ts +5 -5
  192. package/lib/openapi/v1/services/ThemesService.js +61 -101
  193. package/lib/openapi/v1/services/ThemesService.js.map +1 -1
  194. package/lib/openapi/v1/services/UserPropertiesService.d.ts +6 -6
  195. package/lib/openapi/v1/services/UserPropertiesService.js +42 -64
  196. package/lib/openapi/v1/services/UserPropertiesService.js.map +1 -1
  197. package/lib/openapi/v1/services/UsersService.d.ts +9 -9
  198. package/lib/openapi/v1/services/UsersService.js +94 -146
  199. package/lib/openapi/v1/services/UsersService.js.map +1 -1
  200. package/lib/openapi/v1/validationSchemaStorage.d.ts +2 -2
  201. package/lib/openapi/v1/validationSchemaStorage.js +12 -22
  202. package/lib/openapi/v1/validationSchemaStorage.js.map +1 -1
  203. package/lib/openapi/v2/BaseConfluenceApiV2Client.d.ts +1 -1
  204. package/lib/openapi/v2/BaseConfluenceApiV2Client.js +3 -1
  205. package/lib/openapi/v2/BaseConfluenceApiV2Client.js.map +1 -1
  206. package/lib/openapi/v2/models/ancestors.d.ts +1 -1
  207. package/lib/openapi/v2/models/ancestors.js +4 -12
  208. package/lib/openapi/v2/models/ancestors.js.map +1 -1
  209. package/lib/openapi/v2/models/attachment.d.ts +2 -2
  210. package/lib/openapi/v2/models/attachment.js +26 -71
  211. package/lib/openapi/v2/models/attachment.js.map +1 -1
  212. package/lib/openapi/v2/models/blogPost.d.ts +2 -2
  213. package/lib/openapi/v2/models/blogPost.js +37 -102
  214. package/lib/openapi/v2/models/blogPost.js.map +1 -1
  215. package/lib/openapi/v2/models/children.d.ts +1 -1
  216. package/lib/openapi/v2/models/children.js +9 -24
  217. package/lib/openapi/v2/models/children.js.map +1 -1
  218. package/lib/openapi/v2/models/classificationLevel.d.ts +1 -1
  219. package/lib/openapi/v2/models/classificationLevel.js +6 -32
  220. package/lib/openapi/v2/models/classificationLevel.js.map +1 -1
  221. package/lib/openapi/v2/models/comment.d.ts +2 -2
  222. package/lib/openapi/v2/models/comment.js +107 -272
  223. package/lib/openapi/v2/models/comment.js.map +1 -1
  224. package/lib/openapi/v2/models/common.d.ts +1 -1
  225. package/lib/openapi/v2/models/common.js +84 -214
  226. package/lib/openapi/v2/models/common.js.map +1 -1
  227. package/lib/openapi/v2/models/content.d.ts +1 -1
  228. package/lib/openapi/v2/models/content.js +3 -21
  229. package/lib/openapi/v2/models/content.js.map +1 -1
  230. package/lib/openapi/v2/models/contentProperties.d.ts +1 -1
  231. package/lib/openapi/v2/models/contentProperties.js +8 -20
  232. package/lib/openapi/v2/models/contentProperties.js.map +1 -1
  233. package/lib/openapi/v2/models/customContent.d.ts +2 -2
  234. package/lib/openapi/v2/models/customContent.js +43 -121
  235. package/lib/openapi/v2/models/customContent.js.map +1 -1
  236. package/lib/openapi/v2/models/dataPolicies.d.ts +1 -1
  237. package/lib/openapi/v2/models/dataPolicies.js +11 -25
  238. package/lib/openapi/v2/models/dataPolicies.js.map +1 -1
  239. package/lib/openapi/v2/models/database.d.ts +1 -1
  240. package/lib/openapi/v2/models/database.js +8 -19
  241. package/lib/openapi/v2/models/database.js.map +1 -1
  242. package/lib/openapi/v2/models/eap.d.ts +1 -1
  243. package/lib/openapi/v2/models/eap.js +0 -3
  244. package/lib/openapi/v2/models/eap.js.map +1 -1
  245. package/lib/openapi/v2/models/folder.d.ts +1 -1
  246. package/lib/openapi/v2/models/folder.js +8 -19
  247. package/lib/openapi/v2/models/folder.js.map +1 -1
  248. package/lib/openapi/v2/models/operation.d.ts +1 -1
  249. package/lib/openapi/v2/models/operation.js +4 -12
  250. package/lib/openapi/v2/models/operation.js.map +1 -1
  251. package/lib/openapi/v2/models/page.d.ts +2 -2
  252. package/lib/openapi/v2/models/page.js +36 -101
  253. package/lib/openapi/v2/models/page.js.map +1 -1
  254. package/lib/openapi/v2/models/smartLink.d.ts +1 -1
  255. package/lib/openapi/v2/models/smartLink.js +8 -19
  256. package/lib/openapi/v2/models/smartLink.js.map +1 -1
  257. package/lib/openapi/v2/models/space.d.ts +2 -2
  258. package/lib/openapi/v2/models/space.js +21 -57
  259. package/lib/openapi/v2/models/space.js.map +1 -1
  260. package/lib/openapi/v2/models/spaceProperties.d.ts +1 -1
  261. package/lib/openapi/v2/models/spaceProperties.js +8 -20
  262. package/lib/openapi/v2/models/spaceProperties.js.map +1 -1
  263. package/lib/openapi/v2/models/task.d.ts +1 -1
  264. package/lib/openapi/v2/models/task.js +7 -16
  265. package/lib/openapi/v2/models/task.js.map +1 -1
  266. package/lib/openapi/v2/models/user.d.ts +1 -1
  267. package/lib/openapi/v2/models/user.js +7 -20
  268. package/lib/openapi/v2/models/user.js.map +1 -1
  269. package/lib/openapi/v2/models/version.d.ts +1 -1
  270. package/lib/openapi/v2/models/version.js +22 -46
  271. package/lib/openapi/v2/models/version.js.map +1 -1
  272. package/lib/openapi/v2/models/whiteboard.d.ts +1 -1
  273. package/lib/openapi/v2/models/whiteboard.js +8 -19
  274. package/lib/openapi/v2/models/whiteboard.js.map +1 -1
  275. package/lib/openapi/v2/services/AncestorsService.d.ts +5 -5
  276. package/lib/openapi/v2/services/AncestorsService.js +73 -133
  277. package/lib/openapi/v2/services/AncestorsService.js.map +1 -1
  278. package/lib/openapi/v2/services/AttachmentService.d.ts +8 -8
  279. package/lib/openapi/v2/services/AttachmentService.js +98 -180
  280. package/lib/openapi/v2/services/AttachmentService.js.map +1 -1
  281. package/lib/openapi/v2/services/BlogPostService.d.ts +9 -9
  282. package/lib/openapi/v2/services/BlogPostService.js +100 -180
  283. package/lib/openapi/v2/services/BlogPostService.js.map +1 -1
  284. package/lib/openapi/v2/services/ChildrenService.d.ts +2 -2
  285. package/lib/openapi/v2/services/ChildrenService.js +32 -61
  286. package/lib/openapi/v2/services/ChildrenService.js.map +1 -1
  287. package/lib/openapi/v2/services/ClassificationLevelService.d.ts +15 -15
  288. package/lib/openapi/v2/services/ClassificationLevelService.js +127 -191
  289. package/lib/openapi/v2/services/ClassificationLevelService.js.map +1 -1
  290. package/lib/openapi/v2/services/CommentService.d.ts +20 -20
  291. package/lib/openapi/v2/services/CommentService.js +250 -454
  292. package/lib/openapi/v2/services/CommentService.js.map +1 -1
  293. package/lib/openapi/v2/services/ContentPropertiesService.d.ts +46 -46
  294. package/lib/openapi/v2/services/ContentPropertiesService.js +496 -820
  295. package/lib/openapi/v2/services/ContentPropertiesService.js.map +1 -1
  296. package/lib/openapi/v2/services/ContentService.d.ts +1 -1
  297. package/lib/openapi/v2/services/ContentService.js +12 -19
  298. package/lib/openapi/v2/services/ContentService.js.map +1 -1
  299. package/lib/openapi/v2/services/CustomContentService.d.ts +14 -11
  300. package/lib/openapi/v2/services/CustomContentService.js +114 -207
  301. package/lib/openapi/v2/services/CustomContentService.js.map +1 -1
  302. package/lib/openapi/v2/services/DataPoliciesService.d.ts +2 -2
  303. package/lib/openapi/v2/services/DataPoliciesService.js +25 -48
  304. package/lib/openapi/v2/services/DataPoliciesService.js.map +1 -1
  305. package/lib/openapi/v2/services/DatabaseService.d.ts +3 -3
  306. package/lib/openapi/v2/services/DatabaseService.js +37 -63
  307. package/lib/openapi/v2/services/DatabaseService.js.map +1 -1
  308. package/lib/openapi/v2/services/EapService.d.ts +7 -7
  309. package/lib/openapi/v2/services/EapService.js +89 -165
  310. package/lib/openapi/v2/services/EapService.js.map +1 -1
  311. package/lib/openapi/v2/services/FolderService.d.ts +3 -3
  312. package/lib/openapi/v2/services/FolderService.js +36 -62
  313. package/lib/openapi/v2/services/FolderService.js.map +1 -1
  314. package/lib/openapi/v2/services/LabelService.d.ts +7 -7
  315. package/lib/openapi/v2/services/LabelService.js +105 -196
  316. package/lib/openapi/v2/services/LabelService.js.map +1 -1
  317. package/lib/openapi/v2/services/LikeService.d.ts +8 -8
  318. package/lib/openapi/v2/services/LikeService.js +109 -189
  319. package/lib/openapi/v2/services/LikeService.js.map +1 -1
  320. package/lib/openapi/v2/services/OperationService.d.ts +11 -11
  321. package/lib/openapi/v2/services/OperationService.js +122 -199
  322. package/lib/openapi/v2/services/OperationService.js.map +1 -1
  323. package/lib/openapi/v2/services/PageService.d.ts +9 -9
  324. package/lib/openapi/v2/services/PageService.js +100 -180
  325. package/lib/openapi/v2/services/PageService.js.map +1 -1
  326. package/lib/openapi/v2/services/SmartLinkService.d.ts +3 -3
  327. package/lib/openapi/v2/services/SmartLinkService.js +36 -62
  328. package/lib/openapi/v2/services/SmartLinkService.js.map +1 -1
  329. package/lib/openapi/v2/services/SpacePermissionsService.d.ts +3 -3
  330. package/lib/openapi/v2/services/SpacePermissionsService.js +30 -56
  331. package/lib/openapi/v2/services/SpacePermissionsService.js.map +1 -1
  332. package/lib/openapi/v2/services/SpacePropertiesService.d.ts +6 -6
  333. package/lib/openapi/v2/services/SpacePropertiesService.js +56 -92
  334. package/lib/openapi/v2/services/SpacePropertiesService.js.map +1 -1
  335. package/lib/openapi/v2/services/SpaceRolesService.d.ts +5 -5
  336. package/lib/openapi/v2/services/SpaceRolesService.js +60 -111
  337. package/lib/openapi/v2/services/SpaceRolesService.js.map +1 -1
  338. package/lib/openapi/v2/services/SpaceService.d.ts +4 -4
  339. package/lib/openapi/v2/services/SpaceService.js +47 -87
  340. package/lib/openapi/v2/services/SpaceService.js.map +1 -1
  341. package/lib/openapi/v2/services/TaskService.d.ts +4 -4
  342. package/lib/openapi/v2/services/TaskService.js +40 -68
  343. package/lib/openapi/v2/services/TaskService.js.map +1 -1
  344. package/lib/openapi/v2/services/UserService.d.ts +3 -3
  345. package/lib/openapi/v2/services/UserService.js +33 -58
  346. package/lib/openapi/v2/services/UserService.js.map +1 -1
  347. package/lib/openapi/v2/services/VersionService.d.ts +14 -14
  348. package/lib/openapi/v2/services/VersionService.js +158 -281
  349. package/lib/openapi/v2/services/VersionService.js.map +1 -1
  350. package/lib/openapi/v2/services/WhiteboardService.d.ts +3 -3
  351. package/lib/openapi/v2/services/WhiteboardService.js +37 -63
  352. package/lib/openapi/v2/services/WhiteboardService.js.map +1 -1
  353. package/lib/openapi/v2/validationSchemaStorage.d.ts +2 -2
  354. package/lib/openapi/v2/validationSchemaStorage.js +12 -22
  355. package/lib/openapi/v2/validationSchemaStorage.js.map +1 -1
  356. package/package.json +5 -4
package/CHANGELOG.md CHANGED
@@ -1,365 +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.12](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/compare/v0.7.11...v0.7.12) (2024-11-12)
7
21
 
8
22
 
9
- ### Bug Fixes
23
+ ## <small>0.7.12 (2024-11-12)</small>
10
24
 
11
- * patch for SpaceSingle icon property ([ddc0431](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/ddc04316532db630d5e28baf2c35fb2af4eac299))
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))
12
28
 
13
29
 
14
30
 
31
+ ## <small>0.7.11 (2024-11-12)</small>
15
32
 
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))
16
36
 
17
- ## [0.7.11](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/compare/v0.7.10...v0.7.11) (2024-11-12)
18
37
 
19
- **Note:** Version bump only for package @resolution/confluence-api-client
20
38
 
39
+ ## <small>0.7.10 (2024-11-08)</small>
21
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))
22
44
 
23
45
 
24
46
 
25
- ## [0.7.10](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/compare/v0.7.9...v0.7.10) (2024-11-08)
47
+ ## <small>0.7.9 (2024-11-08)</small>
26
48
 
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))
27
52
 
28
- ### Bug Fixes
29
53
 
30
- * confluence OpenAPI fixes for SpacePermissionAssignment ([7ab6ac6](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/7ab6ac60858092be3fc78af2de77d3f191b59d48))
31
54
 
55
+ ## <small>0.7.8 (2024-11-08)</small>
32
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))
33
60
 
34
61
 
35
62
 
36
- ## [0.7.9](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/compare/v0.7.8...v0.7.9) (2024-11-08)
63
+ ## <small>0.7.7 (2024-11-01)</small>
37
64
 
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))
38
68
 
39
- ### Bug Fixes
40
69
 
41
- * confluence open api fixes for SpaceBulk ([7b7f8e4](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/7b7f8e40c0c9d4436d9ecbc2b90c6f63b62e43f5))
42
70
 
71
+ ## <small>0.7.6 (2024-10-01)</small>
43
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))
44
78
 
45
79
 
46
80
 
47
- ## [0.7.8](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/compare/v0.7.7...v0.7.8) (2024-11-08)
81
+ ## <small>0.7.5 (2024-09-24)</small>
48
82
 
49
- **Note:** Version bump only for package @resolution/confluence-api-client
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.7](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/compare/v0.7.6...v0.7.7) (2024-11-01)
56
95
 
57
96
 
58
- ### Bug Fixes
97
+ ## <small>0.7.3 (2024-09-12)</small>
59
98
 
60
- * make argument of asUser optional for forge api ([596ff4a](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/596ff4a779a82f5e5ead17ff16e7c98b85ff3ff6))
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))
61
102
 
62
103
 
63
104
 
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
- ## [0.7.6](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/compare/v0.7.5...v0.7.6) (2024-10-01)
67
110
 
68
- **Note:** Version bump only for package @resolution/confluence-api-client
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.5](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/compare/v0.7.4...v0.7.5) (2024-09-24)
120
+ ## 0.7.0 (2024-09-10)
75
121
 
76
- **Note:** Version bump only for package @resolution/confluence-api-client
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))
77
124
 
78
125
 
79
126
 
127
+ ## <small>0.6.4 (2024-09-10)</small>
80
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))
81
131
 
82
- ## [0.7.4](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/compare/v0.7.3...v0.7.4) (2024-09-13)
83
132
 
84
- **Note:** Version bump only for package @resolution/confluence-api-client
85
133
 
134
+ ## <small>0.6.3 (2024-09-10)</small>
86
135
 
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))
87
140
 
88
141
 
89
142
 
90
- ## [0.7.3](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/compare/v0.7.2...v0.7.3) (2024-09-12)
143
+ ## <small>0.6.2 (2024-09-05)</small>
91
144
 
92
- **Note:** Version bump only for package @resolution/confluence-api-client
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))
93
147
 
94
148
 
95
149
 
150
+ ## <small>0.6.1 (2024-08-22)</small>
96
151
 
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))
97
155
 
98
- ## [0.7.2](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/compare/v0.7.1...v0.7.2) (2024-09-10)
99
156
 
100
157
 
101
- ### Bug Fixes
158
+ ## 0.6.0 (2024-08-19)
102
159
 
103
- * use baseUrl from client config, include api-typescript-generator version bump ([4c95db1](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/4c95db1cea5747b9f87e1b46200d8c37bea25585))
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))
104
164
 
105
165
 
106
166
 
167
+ ## <small>0.5.11 (2024-08-12)</small>
107
168
 
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))
108
172
 
109
- ## [0.7.1](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/compare/v0.7.0...v0.7.1) (2024-09-10)
110
173
 
111
174
 
112
- ### Bug Fixes
175
+ ## <small>0.5.10 (2024-08-05)</small>
113
176
 
114
- * change fake confluence baseUrl to be a valid URL ([6dc991f](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/6dc991fd410a290a6021d60dbd1eb6e4702e1fbd))
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))
115
180
 
116
181
 
117
182
 
183
+ ## <small>0.5.9 (2024-08-05)</small>
118
184
 
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))
119
188
 
120
- # [0.7.0](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/compare/v0.6.4...v0.7.0) (2024-09-10)
121
189
 
122
190
 
123
- ### Features
191
+ ## <small>0.5.8 (2024-07-23)</small>
124
192
 
125
- * support forgeApiWithProvider in jira and confluence ([4de975a](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/4de975aa1a80c59d1cbbddc7d214622797fcb5b3))
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))
126
195
 
127
196
 
128
197
 
198
+ ## <small>0.5.7 (2024-07-22)</small>
129
199
 
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))
130
204
 
131
- ## [0.6.4](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/compare/v0.6.3...v0.6.4) (2024-09-10)
132
205
 
133
- **Note:** Version bump only for package @resolution/confluence-api-client
134
206
 
207
+ ## <small>0.5.6 (2024-07-05)</small>
135
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))
136
211
 
137
212
 
138
213
 
139
- ## [0.6.3](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/compare/v0.6.2...v0.6.3) (2024-09-10)
214
+ ## <small>0.5.5 (2024-07-02)</small>
140
215
 
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))
141
219
 
142
- ### Bug Fixes
143
220
 
144
- * export JSM/JiraSoftware models properly ([c42eec4](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/c42eec40c2de415f592b88dfd95b9cbfa2cd214e))
145
221
 
222
+ ## <small>0.5.4 (2024-07-02)</small>
146
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))
147
228
 
148
229
 
149
230
 
150
- ## [0.6.2](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/compare/v0.6.1...v0.6.2) (2024-09-05)
231
+ ## <small>0.5.3 (2024-06-28)</small>
151
232
 
152
- **Note:** Version bump only for package @resolution/confluence-api-client
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))
153
236
 
154
237
 
155
238
 
239
+ ## <small>0.5.2 (2024-06-24)</small>
156
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))
157
247
 
158
- ## [0.6.1](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/compare/v0.6.0...v0.6.1) (2024-08-22)
159
248
 
160
249
 
161
- ### Bug Fixes
250
+ ## <small>0.5.1 (2024-06-21)</small>
162
251
 
163
- * export ApiClientOptions from common package entry point ([9c88f39](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/9c88f39b04b29a13eb4d8d78f35bc3427fcd0b42))
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))
164
255
 
165
256
 
166
257
 
258
+ ## 0.5.0 (2024-06-20)
167
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))
168
262
 
169
- # [0.6.0](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/compare/v0.5.11...v0.6.0) (2024-08-19)
170
263
 
171
264
 
172
- ### Bug Fixes
265
+ ## <small>0.4.6 (2024-06-14)</small>
173
266
 
174
- * extract known issue bean fields to a separate type ([815fcf8](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/815fcf8313eb717040fac440dbbb8caef8f39b6d))
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))
175
270
 
176
271
 
177
- ### Features
178
272
 
179
- * ability to customize validation error handling ([3eb0e04](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/3eb0e04d3a72fb787419d1c5b7440563ff1b2fb8))
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
285
 
286
+ ## <small>0.4.4 (2024-06-11)</small>
184
287
 
185
- ## [0.5.11](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/compare/v0.5.10...v0.5.11) (2024-08-12)
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))
186
292
 
187
- **Note:** Version bump only for package @resolution/confluence-api-client
188
293
 
189
294
 
295
+ ## <small>0.4.3 (2024-06-11)</small>
190
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))
191
301
 
192
302
 
193
- ## [0.5.9](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/compare/v0.5.8...v0.5.9) (2024-08-05)
194
303
 
195
- **Note:** Version bump only for package @resolution/confluence-api-client
304
+ ## <small>0.4.2 (2024-06-11)</small>
196
305
 
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))
197
313
 
198
314
 
199
315
 
316
+ ## <small>0.4.1 (2024-06-10)</small>
200
317
 
201
- ## [0.5.8](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/compare/v0.5.7...v0.5.8) (2024-07-23)
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))
202
320
 
203
- **Note:** Version bump only for package @resolution/confluence-api-client
204
321
 
205
322
 
323
+ ## 0.4.0 (2024-06-10)
206
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))
207
358
 
208
359
 
209
- ## [0.5.7](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/compare/v0.5.6...v0.5.7) (2024-07-22)
210
360
 
211
-
212
- ### Bug Fixes
213
-
214
- * proper expand parameter serialization ([01f8bec](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/01f8bec91bbb9a2c2a3bdc9e4436e0b130d2e232))
215
-
216
-
217
-
218
-
219
-
220
- ## [0.5.6](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/compare/v0.5.5...v0.5.6) (2024-07-05)
221
-
222
-
223
- ### Bug Fixes
224
-
225
- * confluence api constructor options, improve docs ([194e14f](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/194e14fe351b6a17a442105f6b27931ee7e6cf27))
226
-
227
-
228
-
229
-
230
-
231
- ## [0.5.5](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/compare/v0.5.4...v0.5.5) (2024-07-02)
232
-
233
- **Note:** Version bump only for package @resolution/confluence-api-client
234
-
235
-
236
-
237
-
238
-
239
- ## [0.5.4](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/compare/v0.5.3...v0.5.4) (2024-07-02)
240
-
241
-
242
- ### Bug Fixes
243
-
244
- * reuse same core classes / types ([8e7465a](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/8e7465afc91d436853df637b49a03b0b9b2ada78))
245
-
246
-
247
-
248
-
249
-
250
- ## [0.5.3](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/compare/v0.5.2...v0.5.3) (2024-06-28)
251
-
252
-
253
- ### Bug Fixes
254
-
255
- * improve documentation ([a327fcc](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/a327fccdd877cfb61ef19c280c8d85fe894fd713))
256
-
257
-
258
-
259
-
260
-
261
- ## [0.5.2](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/compare/v0.5.1...v0.5.2) (2024-06-24)
262
-
263
-
264
- ### Bug Fixes
265
-
266
- * include API Docs markdown files, build automatically ([07e5670](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/07e56705dd35e37ad68528e9e4ded5129a5833d1))
267
-
268
-
269
-
270
-
271
-
272
- # [0.5.0](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/compare/v0.4.6...v0.5.0) (2024-06-20)
273
-
274
-
275
- ### Features
276
-
277
- * first version of Jira Service Management API ([67634ea](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/67634ea9bfe37adf30a7d2b124b59f52c4f1ccda))
278
-
279
-
280
-
281
-
282
-
283
- ## [0.4.6](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/compare/v0.4.5...v0.4.6) (2024-06-14)
284
-
285
-
286
- ### Bug Fixes
287
-
288
- * use more optimized / lightweight api client version ([8c628d3](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/8c628d3c80ca6c89572eb003ae6f7cb5c634b4d5))
289
-
290
-
291
-
292
-
293
-
294
- ## [0.4.5](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/compare/v0.4.4...v0.4.5) (2024-06-14)
295
-
296
-
297
- ### Bug Fixes
298
-
299
- * missing packages changes ([2c1f946](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/2c1f946e7c96f955fa88464f0c673081209616c6))
300
-
301
-
302
-
303
-
304
-
305
- ## [0.4.4](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/compare/v0.4.3...v0.4.4) (2024-06-11)
306
-
307
-
308
- ### Bug Fixes
309
-
310
- * add license information to all packages ([d771640](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/d771640b39b4e9b8901a5d93bf8bec77496c957d))
311
-
312
-
313
-
314
-
315
-
316
- ## [0.4.3](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/branches/compare/v0.4.3%0Dv0.4.2) (2024-06-11)
317
-
318
-
319
- ### Bug Fixes
320
-
321
- * update generated files according to new OpenAPI schemas ([381a1ea](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/381a1ea9b21cfaf6325d7f564ecba2453c8410fa))
322
-
323
-
324
-
325
- ## [0.4.2](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/compare/v0.4.1...v0.4.2) (2024-06-11)
326
-
327
-
328
- ### Bug Fixes
329
-
330
- * add base path to confluence v2 API ([8b1965c](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/8b1965ca84d55dd4bf9600c36006d7d61e8e2fcd))
331
- * add links to JIRA/Confluence documentation ([64c19b2](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/64c19b2b0d1685c0d64639c6a44314a253ad5529))
332
-
333
-
334
-
335
-
336
-
337
- ## [0.4.1](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/compare/v0.4.0...v0.4.1) (2024-06-10)
338
-
339
-
340
- ### Bug Fixes
341
-
342
- * remove previous file versions when building ([3ff3a0a](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/3ff3a0a8dde8376aa551fd66d0b4ed1ac040ac79))
343
-
344
-
345
-
346
-
347
-
348
- # 0.4.0 (2024-06-10)
349
-
350
-
351
- ### Features
352
-
353
- * first confluence API version ([d580ceb](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/d580cebbab7334f2290c08a307bea5eed8a372a5))
354
- * update confluence api client, set v2 explicitly ([7c7cba2](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/7c7cba22f48e3fb25d532717cf77a912fed2d5ee))
355
-
356
-
357
-
358
-
359
-
360
- # 0.2.0 (2024-06-07)
361
-
362
-
363
- ### Features
364
-
365
- * first confluence API version ([d580ceb](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/d580cebbab7334f2290c08a307bea5eed8a372a5))
package/README.md CHANGED
@@ -223,10 +223,10 @@ try {
223
223
 
224
224
  ### API Documentation
225
225
 
226
- * [ConfluenceApiV1](./docs/classes/ConfluenceApiV1.md)
227
- * [ConfluenceApiV2](./docs/classes/ConfluenceApiV2.md)
228
- * [ApiError](./docs/classes/ApiError.md)
229
- * [All the other exported types](./docs/README.md)
226
+ * [ConfluenceApiV1](https://resolutiongmbh.bitbucket.io/docs/confluence-api-client/classes/index.ConfluenceApiV1.html)
227
+ * [ConfluenceApiV2](https://resolutiongmbh.bitbucket.io/docs/confluence-api-client/classes/index.ConfluenceApiV2.html)
228
+ * [ApiError](https://resolutiongmbh.bitbucket.io/docs/confluence-api-client/classes/index.ApiError.html)
229
+ * [All the other exported types](https://resolutiongmbh.bitbucket.io/docs/confluence-api-client/modules/index.html)
230
230
 
231
231
  ## References
232
232