@resolution/confluence-api-client 0.10.0 → 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 (355) hide show
  1. package/CHANGELOG.md +360 -0
  2. package/lib/openapi/core/CommonHttpClient.d.ts +19 -19
  3. package/lib/openapi/core/CommonHttpClient.js +148 -233
  4. package/lib/openapi/core/CommonHttpClient.js.map +1 -1
  5. package/lib/openapi/core/CommonHttpService.d.ts +1 -1
  6. package/lib/openapi/core/CommonHttpService.js.map +1 -1
  7. package/lib/openapi/core/CommonValidationSchemaStorage.d.ts +4 -4
  8. package/lib/openapi/core/CommonValidationSchemaStorage.js +2 -4
  9. package/lib/openapi/core/CommonValidationSchemaStorage.js.map +1 -1
  10. package/lib/openapi/v1/BaseConfluenceApiV1Client.d.ts +1 -1
  11. package/lib/openapi/v1/BaseConfluenceApiV1Client.js +3 -3
  12. package/lib/openapi/v1/BaseConfluenceApiV1Client.js.map +1 -1
  13. package/lib/openapi/v1/models/audit.d.ts +2 -2
  14. package/lib/openapi/v1/models/audit.js +31 -90
  15. package/lib/openapi/v1/models/audit.js.map +1 -1
  16. package/lib/openapi/v1/models/common.d.ts +2 -2
  17. package/lib/openapi/v1/models/common.js +188 -463
  18. package/lib/openapi/v1/models/common.js.map +1 -1
  19. package/lib/openapi/v1/models/content.d.ts +2 -2
  20. package/lib/openapi/v1/models/content.js +205 -491
  21. package/lib/openapi/v1/models/content.js.map +1 -1
  22. package/lib/openapi/v1/models/contentAttachments.d.ts +1 -1
  23. package/lib/openapi/v1/models/contentAttachments.js +8 -19
  24. package/lib/openapi/v1/models/contentAttachments.js.map +1 -1
  25. package/lib/openapi/v1/models/contentBody.d.ts +2 -2
  26. package/lib/openapi/v1/models/contentBody.js +20 -59
  27. package/lib/openapi/v1/models/contentBody.js.map +1 -1
  28. package/lib/openapi/v1/models/contentChildrenAndDescendants.d.ts +1 -1
  29. package/lib/openapi/v1/models/contentChildrenAndDescendants.js +16 -40
  30. package/lib/openapi/v1/models/contentChildrenAndDescendants.js.map +1 -1
  31. package/lib/openapi/v1/models/contentLabels.d.ts +1 -1
  32. package/lib/openapi/v1/models/contentLabels.js +2 -7
  33. package/lib/openapi/v1/models/contentLabels.js.map +1 -1
  34. package/lib/openapi/v1/models/contentMacroBody.d.ts +1 -1
  35. package/lib/openapi/v1/models/contentMacroBody.js +4 -10
  36. package/lib/openapi/v1/models/contentMacroBody.js.map +1 -1
  37. package/lib/openapi/v1/models/contentPermissions.d.ts +2 -2
  38. package/lib/openapi/v1/models/contentPermissions.js +10 -22
  39. package/lib/openapi/v1/models/contentPermissions.js.map +1 -1
  40. package/lib/openapi/v1/models/contentProperties.d.ts +1 -1
  41. package/lib/openapi/v1/models/contentProperties.js +25 -71
  42. package/lib/openapi/v1/models/contentProperties.js.map +1 -1
  43. package/lib/openapi/v1/models/contentRestrictions.d.ts +2 -2
  44. package/lib/openapi/v1/models/contentRestrictions.js +17 -57
  45. package/lib/openapi/v1/models/contentRestrictions.js.map +1 -1
  46. package/lib/openapi/v1/models/contentStates.d.ts +1 -1
  47. package/lib/openapi/v1/models/contentStates.js +15 -35
  48. package/lib/openapi/v1/models/contentStates.js.map +1 -1
  49. package/lib/openapi/v1/models/contentVersions.d.ts +2 -2
  50. package/lib/openapi/v1/models/contentVersions.js +9 -20
  51. package/lib/openapi/v1/models/contentVersions.js.map +1 -1
  52. package/lib/openapi/v1/models/contentWatches.d.ts +2 -2
  53. package/lib/openapi/v1/models/contentWatches.js +21 -46
  54. package/lib/openapi/v1/models/contentWatches.js.map +1 -1
  55. package/lib/openapi/v1/models/dynamicModules.d.ts +1 -1
  56. package/lib/openapi/v1/models/dynamicModules.js +6 -15
  57. package/lib/openapi/v1/models/dynamicModules.js.map +1 -1
  58. package/lib/openapi/v1/models/group.d.ts +1 -1
  59. package/lib/openapi/v1/models/group.js +6 -15
  60. package/lib/openapi/v1/models/group.js.map +1 -1
  61. package/lib/openapi/v1/models/inlineTasks.d.ts +1 -1
  62. package/lib/openapi/v1/models/inlineTasks.js +10 -22
  63. package/lib/openapi/v1/models/inlineTasks.js.map +1 -1
  64. package/lib/openapi/v1/models/labelInfo.d.ts +1 -1
  65. package/lib/openapi/v1/models/labelInfo.js +11 -27
  66. package/lib/openapi/v1/models/labelInfo.js.map +1 -1
  67. package/lib/openapi/v1/models/longRunningTask.d.ts +2 -2
  68. package/lib/openapi/v1/models/longRunningTask.js +20 -42
  69. package/lib/openapi/v1/models/longRunningTask.js.map +1 -1
  70. package/lib/openapi/v1/models/relation.d.ts +2 -2
  71. package/lib/openapi/v1/models/relation.js +16 -45
  72. package/lib/openapi/v1/models/relation.js.map +1 -1
  73. package/lib/openapi/v1/models/search.d.ts +2 -2
  74. package/lib/openapi/v1/models/search.js +15 -34
  75. package/lib/openapi/v1/models/search.js.map +1 -1
  76. package/lib/openapi/v1/models/settings.d.ts +2 -2
  77. package/lib/openapi/v1/models/settings.js +13 -29
  78. package/lib/openapi/v1/models/settings.js.map +1 -1
  79. package/lib/openapi/v1/models/space.d.ts +2 -2
  80. package/lib/openapi/v1/models/space.js +31 -69
  81. package/lib/openapi/v1/models/space.js.map +1 -1
  82. package/lib/openapi/v1/models/spacePermissions.d.ts +1 -1
  83. package/lib/openapi/v1/models/spacePermissions.js +23 -86
  84. package/lib/openapi/v1/models/spacePermissions.js.map +1 -1
  85. package/lib/openapi/v1/models/spaceProperties.d.ts +2 -2
  86. package/lib/openapi/v1/models/spaceProperties.js +26 -71
  87. package/lib/openapi/v1/models/spaceProperties.js.map +1 -1
  88. package/lib/openapi/v1/models/spaceSettings.d.ts +1 -1
  89. package/lib/openapi/v1/models/spaceSettings.js +3 -9
  90. package/lib/openapi/v1/models/spaceSettings.js.map +1 -1
  91. package/lib/openapi/v1/models/template.d.ts +2 -2
  92. package/lib/openapi/v1/models/template.js +45 -103
  93. package/lib/openapi/v1/models/template.js.map +1 -1
  94. package/lib/openapi/v1/models/themes.d.ts +1 -1
  95. package/lib/openapi/v1/models/themes.js +10 -22
  96. package/lib/openapi/v1/models/themes.js.map +1 -1
  97. package/lib/openapi/v1/models/userProperties.d.ts +1 -1
  98. package/lib/openapi/v1/models/userProperties.js +16 -33
  99. package/lib/openapi/v1/models/userProperties.js.map +1 -1
  100. package/lib/openapi/v1/models/users.d.ts +2 -2
  101. package/lib/openapi/v1/models/users.js +25 -57
  102. package/lib/openapi/v1/models/users.js.map +1 -1
  103. package/lib/openapi/v1/services/AnalyticsService.d.ts +2 -2
  104. package/lib/openapi/v1/services/AnalyticsService.js +29 -47
  105. package/lib/openapi/v1/services/AnalyticsService.js.map +1 -1
  106. package/lib/openapi/v1/services/AuditService.d.ts +6 -6
  107. package/lib/openapi/v1/services/AuditService.js +67 -109
  108. package/lib/openapi/v1/services/AuditService.js.map +1 -1
  109. package/lib/openapi/v1/services/ContentAttachmentsService.d.ts +7 -7
  110. package/lib/openapi/v1/services/ContentAttachmentsService.js +72 -109
  111. package/lib/openapi/v1/services/ContentAttachmentsService.js.map +1 -1
  112. package/lib/openapi/v1/services/ContentBodyService.d.ts +7 -7
  113. package/lib/openapi/v1/services/ContentBodyService.js +67 -105
  114. package/lib/openapi/v1/services/ContentBodyService.js.map +1 -1
  115. package/lib/openapi/v1/services/ContentChildrenAndDescendantsService.d.ts +9 -9
  116. package/lib/openapi/v1/services/ContentChildrenAndDescendantsService.js +103 -157
  117. package/lib/openapi/v1/services/ContentChildrenAndDescendantsService.js.map +1 -1
  118. package/lib/openapi/v1/services/ContentCommentsService.d.ts +1 -1
  119. package/lib/openapi/v1/services/ContentCommentsService.js +16 -23
  120. package/lib/openapi/v1/services/ContentCommentsService.js.map +1 -1
  121. package/lib/openapi/v1/services/ContentLabelsService.d.ts +4 -4
  122. package/lib/openapi/v1/services/ContentLabelsService.js +36 -54
  123. package/lib/openapi/v1/services/ContentLabelsService.js.map +1 -1
  124. package/lib/openapi/v1/services/ContentMacroBodyService.d.ts +4 -4
  125. package/lib/openapi/v1/services/ContentMacroBodyService.js +43 -67
  126. package/lib/openapi/v1/services/ContentMacroBodyService.js.map +1 -1
  127. package/lib/openapi/v1/services/ContentPermissionsService.d.ts +1 -1
  128. package/lib/openapi/v1/services/ContentPermissionsService.js +14 -23
  129. package/lib/openapi/v1/services/ContentPermissionsService.js.map +1 -1
  130. package/lib/openapi/v1/services/ContentPropertiesService.d.ts +7 -7
  131. package/lib/openapi/v1/services/ContentPropertiesService.js +73 -112
  132. package/lib/openapi/v1/services/ContentPropertiesService.js.map +1 -1
  133. package/lib/openapi/v1/services/ContentRestrictionsService.d.ts +13 -13
  134. package/lib/openapi/v1/services/ContentRestrictionsService.js +127 -184
  135. package/lib/openapi/v1/services/ContentRestrictionsService.js.map +1 -1
  136. package/lib/openapi/v1/services/ContentService.d.ts +12 -12
  137. package/lib/openapi/v1/services/ContentService.js +137 -205
  138. package/lib/openapi/v1/services/ContentService.js.map +1 -1
  139. package/lib/openapi/v1/services/ContentStatesService.d.ts +8 -8
  140. package/lib/openapi/v1/services/ContentStatesService.js +96 -155
  141. package/lib/openapi/v1/services/ContentStatesService.js.map +1 -1
  142. package/lib/openapi/v1/services/ContentVersionsService.d.ts +4 -4
  143. package/lib/openapi/v1/services/ContentVersionsService.js +53 -79
  144. package/lib/openapi/v1/services/ContentVersionsService.js.map +1 -1
  145. package/lib/openapi/v1/services/ContentWatchesService.d.ts +13 -13
  146. package/lib/openapi/v1/services/ContentWatchesService.js +113 -169
  147. package/lib/openapi/v1/services/ContentWatchesService.js.map +1 -1
  148. package/lib/openapi/v1/services/DynamicModulesService.d.ts +2 -2
  149. package/lib/openapi/v1/services/DynamicModulesService.js +24 -37
  150. package/lib/openapi/v1/services/DynamicModulesService.js.map +1 -1
  151. package/lib/openapi/v1/services/ExperimentalService.d.ts +5 -5
  152. package/lib/openapi/v1/services/ExperimentalService.js +42 -65
  153. package/lib/openapi/v1/services/ExperimentalService.js.map +1 -1
  154. package/lib/openapi/v1/services/GroupService.d.ts +10 -10
  155. package/lib/openapi/v1/services/GroupService.js +76 -117
  156. package/lib/openapi/v1/services/GroupService.js.map +1 -1
  157. package/lib/openapi/v1/services/InlineTasksService.d.ts +4 -4
  158. package/lib/openapi/v1/services/InlineTasksService.js +36 -59
  159. package/lib/openapi/v1/services/InlineTasksService.js.map +1 -1
  160. package/lib/openapi/v1/services/LabelInfoService.d.ts +1 -1
  161. package/lib/openapi/v1/services/LabelInfoService.js +12 -19
  162. package/lib/openapi/v1/services/LabelInfoService.js.map +1 -1
  163. package/lib/openapi/v1/services/LongRunningTaskService.d.ts +2 -2
  164. package/lib/openapi/v1/services/LongRunningTaskService.js +24 -40
  165. package/lib/openapi/v1/services/LongRunningTaskService.js.map +1 -1
  166. package/lib/openapi/v1/services/RelationService.d.ts +6 -6
  167. package/lib/openapi/v1/services/RelationService.js +64 -94
  168. package/lib/openapi/v1/services/RelationService.js.map +1 -1
  169. package/lib/openapi/v1/services/SearchService.d.ts +2 -2
  170. package/lib/openapi/v1/services/SearchService.js +29 -43
  171. package/lib/openapi/v1/services/SearchService.js.map +1 -1
  172. package/lib/openapi/v1/services/SettingsService.d.ts +6 -6
  173. package/lib/openapi/v1/services/SettingsService.js +61 -98
  174. package/lib/openapi/v1/services/SettingsService.js.map +1 -1
  175. package/lib/openapi/v1/services/SpacePermissionsService.d.ts +4 -4
  176. package/lib/openapi/v1/services/SpacePermissionsService.js +25 -38
  177. package/lib/openapi/v1/services/SpacePermissionsService.js.map +1 -1
  178. package/lib/openapi/v1/services/SpacePropertiesService.d.ts +7 -7
  179. package/lib/openapi/v1/services/SpacePropertiesService.js +73 -112
  180. package/lib/openapi/v1/services/SpacePropertiesService.js.map +1 -1
  181. package/lib/openapi/v1/services/SpaceService.d.ts +9 -9
  182. package/lib/openapi/v1/services/SpaceService.js +108 -169
  183. package/lib/openapi/v1/services/SpaceService.js.map +1 -1
  184. package/lib/openapi/v1/services/SpaceSettingsService.d.ts +2 -2
  185. package/lib/openapi/v1/services/SpaceSettingsService.js +24 -38
  186. package/lib/openapi/v1/services/SpaceSettingsService.js.map +1 -1
  187. package/lib/openapi/v1/services/TemplateService.d.ts +7 -7
  188. package/lib/openapi/v1/services/TemplateService.js +67 -104
  189. package/lib/openapi/v1/services/TemplateService.js.map +1 -1
  190. package/lib/openapi/v1/services/ThemesService.d.ts +5 -5
  191. package/lib/openapi/v1/services/ThemesService.js +61 -101
  192. package/lib/openapi/v1/services/ThemesService.js.map +1 -1
  193. package/lib/openapi/v1/services/UserPropertiesService.d.ts +6 -6
  194. package/lib/openapi/v1/services/UserPropertiesService.js +42 -64
  195. package/lib/openapi/v1/services/UserPropertiesService.js.map +1 -1
  196. package/lib/openapi/v1/services/UsersService.d.ts +9 -9
  197. package/lib/openapi/v1/services/UsersService.js +94 -146
  198. package/lib/openapi/v1/services/UsersService.js.map +1 -1
  199. package/lib/openapi/v1/validationSchemaStorage.d.ts +2 -2
  200. package/lib/openapi/v1/validationSchemaStorage.js +12 -22
  201. package/lib/openapi/v1/validationSchemaStorage.js.map +1 -1
  202. package/lib/openapi/v2/BaseConfluenceApiV2Client.d.ts +1 -1
  203. package/lib/openapi/v2/BaseConfluenceApiV2Client.js +2 -2
  204. package/lib/openapi/v2/BaseConfluenceApiV2Client.js.map +1 -1
  205. package/lib/openapi/v2/models/ancestors.d.ts +1 -1
  206. package/lib/openapi/v2/models/ancestors.js +4 -12
  207. package/lib/openapi/v2/models/ancestors.js.map +1 -1
  208. package/lib/openapi/v2/models/attachment.d.ts +2 -2
  209. package/lib/openapi/v2/models/attachment.js +26 -71
  210. package/lib/openapi/v2/models/attachment.js.map +1 -1
  211. package/lib/openapi/v2/models/blogPost.d.ts +2 -2
  212. package/lib/openapi/v2/models/blogPost.js +37 -102
  213. package/lib/openapi/v2/models/blogPost.js.map +1 -1
  214. package/lib/openapi/v2/models/children.d.ts +1 -1
  215. package/lib/openapi/v2/models/children.js +9 -24
  216. package/lib/openapi/v2/models/children.js.map +1 -1
  217. package/lib/openapi/v2/models/classificationLevel.d.ts +1 -1
  218. package/lib/openapi/v2/models/classificationLevel.js +6 -32
  219. package/lib/openapi/v2/models/classificationLevel.js.map +1 -1
  220. package/lib/openapi/v2/models/comment.d.ts +2 -2
  221. package/lib/openapi/v2/models/comment.js +107 -272
  222. package/lib/openapi/v2/models/comment.js.map +1 -1
  223. package/lib/openapi/v2/models/common.d.ts +1 -1
  224. package/lib/openapi/v2/models/common.js +84 -214
  225. package/lib/openapi/v2/models/common.js.map +1 -1
  226. package/lib/openapi/v2/models/content.d.ts +1 -1
  227. package/lib/openapi/v2/models/content.js +3 -21
  228. package/lib/openapi/v2/models/content.js.map +1 -1
  229. package/lib/openapi/v2/models/contentProperties.d.ts +1 -1
  230. package/lib/openapi/v2/models/contentProperties.js +8 -20
  231. package/lib/openapi/v2/models/contentProperties.js.map +1 -1
  232. package/lib/openapi/v2/models/customContent.d.ts +2 -2
  233. package/lib/openapi/v2/models/customContent.js +43 -121
  234. package/lib/openapi/v2/models/customContent.js.map +1 -1
  235. package/lib/openapi/v2/models/dataPolicies.d.ts +1 -1
  236. package/lib/openapi/v2/models/dataPolicies.js +11 -25
  237. package/lib/openapi/v2/models/dataPolicies.js.map +1 -1
  238. package/lib/openapi/v2/models/database.d.ts +1 -1
  239. package/lib/openapi/v2/models/database.js +8 -19
  240. package/lib/openapi/v2/models/database.js.map +1 -1
  241. package/lib/openapi/v2/models/eap.d.ts +1 -1
  242. package/lib/openapi/v2/models/eap.js +0 -3
  243. package/lib/openapi/v2/models/eap.js.map +1 -1
  244. package/lib/openapi/v2/models/folder.d.ts +1 -1
  245. package/lib/openapi/v2/models/folder.js +8 -19
  246. package/lib/openapi/v2/models/folder.js.map +1 -1
  247. package/lib/openapi/v2/models/operation.d.ts +1 -1
  248. package/lib/openapi/v2/models/operation.js +4 -12
  249. package/lib/openapi/v2/models/operation.js.map +1 -1
  250. package/lib/openapi/v2/models/page.d.ts +2 -2
  251. package/lib/openapi/v2/models/page.js +36 -101
  252. package/lib/openapi/v2/models/page.js.map +1 -1
  253. package/lib/openapi/v2/models/smartLink.d.ts +1 -1
  254. package/lib/openapi/v2/models/smartLink.js +8 -19
  255. package/lib/openapi/v2/models/smartLink.js.map +1 -1
  256. package/lib/openapi/v2/models/space.d.ts +2 -2
  257. package/lib/openapi/v2/models/space.js +21 -57
  258. package/lib/openapi/v2/models/space.js.map +1 -1
  259. package/lib/openapi/v2/models/spaceProperties.d.ts +1 -1
  260. package/lib/openapi/v2/models/spaceProperties.js +8 -20
  261. package/lib/openapi/v2/models/spaceProperties.js.map +1 -1
  262. package/lib/openapi/v2/models/task.d.ts +1 -1
  263. package/lib/openapi/v2/models/task.js +7 -16
  264. package/lib/openapi/v2/models/task.js.map +1 -1
  265. package/lib/openapi/v2/models/user.d.ts +1 -1
  266. package/lib/openapi/v2/models/user.js +7 -20
  267. package/lib/openapi/v2/models/user.js.map +1 -1
  268. package/lib/openapi/v2/models/version.d.ts +1 -1
  269. package/lib/openapi/v2/models/version.js +22 -46
  270. package/lib/openapi/v2/models/version.js.map +1 -1
  271. package/lib/openapi/v2/models/whiteboard.d.ts +1 -1
  272. package/lib/openapi/v2/models/whiteboard.js +8 -19
  273. package/lib/openapi/v2/models/whiteboard.js.map +1 -1
  274. package/lib/openapi/v2/services/AncestorsService.d.ts +5 -5
  275. package/lib/openapi/v2/services/AncestorsService.js +73 -133
  276. package/lib/openapi/v2/services/AncestorsService.js.map +1 -1
  277. package/lib/openapi/v2/services/AttachmentService.d.ts +8 -8
  278. package/lib/openapi/v2/services/AttachmentService.js +98 -180
  279. package/lib/openapi/v2/services/AttachmentService.js.map +1 -1
  280. package/lib/openapi/v2/services/BlogPostService.d.ts +9 -9
  281. package/lib/openapi/v2/services/BlogPostService.js +100 -180
  282. package/lib/openapi/v2/services/BlogPostService.js.map +1 -1
  283. package/lib/openapi/v2/services/ChildrenService.d.ts +2 -2
  284. package/lib/openapi/v2/services/ChildrenService.js +32 -61
  285. package/lib/openapi/v2/services/ChildrenService.js.map +1 -1
  286. package/lib/openapi/v2/services/ClassificationLevelService.d.ts +15 -15
  287. package/lib/openapi/v2/services/ClassificationLevelService.js +127 -191
  288. package/lib/openapi/v2/services/ClassificationLevelService.js.map +1 -1
  289. package/lib/openapi/v2/services/CommentService.d.ts +20 -20
  290. package/lib/openapi/v2/services/CommentService.js +250 -454
  291. package/lib/openapi/v2/services/CommentService.js.map +1 -1
  292. package/lib/openapi/v2/services/ContentPropertiesService.d.ts +46 -46
  293. package/lib/openapi/v2/services/ContentPropertiesService.js +496 -820
  294. package/lib/openapi/v2/services/ContentPropertiesService.js.map +1 -1
  295. package/lib/openapi/v2/services/ContentService.d.ts +1 -1
  296. package/lib/openapi/v2/services/ContentService.js +12 -19
  297. package/lib/openapi/v2/services/ContentService.js.map +1 -1
  298. package/lib/openapi/v2/services/CustomContentService.d.ts +9 -9
  299. package/lib/openapi/v2/services/CustomContentService.js +114 -207
  300. package/lib/openapi/v2/services/CustomContentService.js.map +1 -1
  301. package/lib/openapi/v2/services/DataPoliciesService.d.ts +2 -2
  302. package/lib/openapi/v2/services/DataPoliciesService.js +25 -48
  303. package/lib/openapi/v2/services/DataPoliciesService.js.map +1 -1
  304. package/lib/openapi/v2/services/DatabaseService.d.ts +3 -3
  305. package/lib/openapi/v2/services/DatabaseService.js +37 -63
  306. package/lib/openapi/v2/services/DatabaseService.js.map +1 -1
  307. package/lib/openapi/v2/services/EapService.d.ts +7 -7
  308. package/lib/openapi/v2/services/EapService.js +89 -165
  309. package/lib/openapi/v2/services/EapService.js.map +1 -1
  310. package/lib/openapi/v2/services/FolderService.d.ts +3 -3
  311. package/lib/openapi/v2/services/FolderService.js +36 -62
  312. package/lib/openapi/v2/services/FolderService.js.map +1 -1
  313. package/lib/openapi/v2/services/LabelService.d.ts +7 -7
  314. package/lib/openapi/v2/services/LabelService.js +105 -196
  315. package/lib/openapi/v2/services/LabelService.js.map +1 -1
  316. package/lib/openapi/v2/services/LikeService.d.ts +8 -8
  317. package/lib/openapi/v2/services/LikeService.js +109 -189
  318. package/lib/openapi/v2/services/LikeService.js.map +1 -1
  319. package/lib/openapi/v2/services/OperationService.d.ts +11 -11
  320. package/lib/openapi/v2/services/OperationService.js +122 -199
  321. package/lib/openapi/v2/services/OperationService.js.map +1 -1
  322. package/lib/openapi/v2/services/PageService.d.ts +9 -9
  323. package/lib/openapi/v2/services/PageService.js +100 -180
  324. package/lib/openapi/v2/services/PageService.js.map +1 -1
  325. package/lib/openapi/v2/services/SmartLinkService.d.ts +3 -3
  326. package/lib/openapi/v2/services/SmartLinkService.js +36 -62
  327. package/lib/openapi/v2/services/SmartLinkService.js.map +1 -1
  328. package/lib/openapi/v2/services/SpacePermissionsService.d.ts +3 -3
  329. package/lib/openapi/v2/services/SpacePermissionsService.js +30 -56
  330. package/lib/openapi/v2/services/SpacePermissionsService.js.map +1 -1
  331. package/lib/openapi/v2/services/SpacePropertiesService.d.ts +6 -6
  332. package/lib/openapi/v2/services/SpacePropertiesService.js +56 -92
  333. package/lib/openapi/v2/services/SpacePropertiesService.js.map +1 -1
  334. package/lib/openapi/v2/services/SpaceRolesService.d.ts +5 -5
  335. package/lib/openapi/v2/services/SpaceRolesService.js +60 -111
  336. package/lib/openapi/v2/services/SpaceRolesService.js.map +1 -1
  337. package/lib/openapi/v2/services/SpaceService.d.ts +4 -4
  338. package/lib/openapi/v2/services/SpaceService.js +47 -87
  339. package/lib/openapi/v2/services/SpaceService.js.map +1 -1
  340. package/lib/openapi/v2/services/TaskService.d.ts +4 -4
  341. package/lib/openapi/v2/services/TaskService.js +40 -68
  342. package/lib/openapi/v2/services/TaskService.js.map +1 -1
  343. package/lib/openapi/v2/services/UserService.d.ts +3 -3
  344. package/lib/openapi/v2/services/UserService.js +33 -58
  345. package/lib/openapi/v2/services/UserService.js.map +1 -1
  346. package/lib/openapi/v2/services/VersionService.d.ts +14 -14
  347. package/lib/openapi/v2/services/VersionService.js +158 -281
  348. package/lib/openapi/v2/services/VersionService.js.map +1 -1
  349. package/lib/openapi/v2/services/WhiteboardService.d.ts +3 -3
  350. package/lib/openapi/v2/services/WhiteboardService.js +37 -63
  351. package/lib/openapi/v2/services/WhiteboardService.js.map +1 -1
  352. package/lib/openapi/v2/validationSchemaStorage.d.ts +2 -2
  353. package/lib/openapi/v2/validationSchemaStorage.js +12 -22
  354. package/lib/openapi/v2/validationSchemaStorage.js.map +1 -1
  355. package/package.json +3 -3
package/CHANGELOG.md ADDED
@@ -0,0 +1,360 @@
1
+ ## 0.10.0 (2024-12-21)
2
+
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))
20
+
21
+
22
+
23
+ ## <small>0.7.12 (2024-11-12)</small>
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))
28
+
29
+
30
+
31
+ ## <small>0.7.11 (2024-11-12)</small>
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))
36
+
37
+
38
+
39
+ ## <small>0.7.10 (2024-11-08)</small>
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))
44
+
45
+
46
+
47
+ ## <small>0.7.9 (2024-11-08)</small>
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))
52
+
53
+
54
+
55
+ ## <small>0.7.8 (2024-11-08)</small>
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))
60
+
61
+
62
+
63
+ ## <small>0.7.7 (2024-11-01)</small>
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))
68
+
69
+
70
+
71
+ ## <small>0.7.6 (2024-10-01)</small>
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))
78
+
79
+
80
+
81
+ ## <small>0.7.5 (2024-09-24)</small>
82
+
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))
86
+
87
+
88
+
89
+ ## <small>0.7.4 (2024-09-13)</small>
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))
94
+
95
+
96
+
97
+ ## <small>0.7.3 (2024-09-12)</small>
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))
102
+
103
+
104
+
105
+ ## <small>0.7.2 (2024-09-10)</small>
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))
109
+
110
+
111
+
112
+ ## <small>0.7.1 (2024-09-10)</small>
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))
117
+
118
+
119
+
120
+ ## 0.7.0 (2024-09-10)
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))
124
+
125
+
126
+
127
+ ## <small>0.6.4 (2024-09-10)</small>
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))
131
+
132
+
133
+
134
+ ## <small>0.6.3 (2024-09-10)</small>
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))
140
+
141
+
142
+
143
+ ## <small>0.6.2 (2024-09-05)</small>
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))
147
+
148
+
149
+
150
+ ## <small>0.6.1 (2024-08-22)</small>
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))
155
+
156
+
157
+
158
+ ## 0.6.0 (2024-08-19)
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))
164
+
165
+
166
+
167
+ ## <small>0.5.11 (2024-08-12)</small>
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))
172
+
173
+
174
+
175
+ ## <small>0.5.10 (2024-08-05)</small>
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))
180
+
181
+
182
+
183
+ ## <small>0.5.9 (2024-08-05)</small>
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))
188
+
189
+
190
+
191
+ ## <small>0.5.8 (2024-07-23)</small>
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))
195
+
196
+
197
+
198
+ ## <small>0.5.7 (2024-07-22)</small>
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))
204
+
205
+
206
+
207
+ ## <small>0.5.6 (2024-07-05)</small>
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))
211
+
212
+
213
+
214
+ ## <small>0.5.5 (2024-07-02)</small>
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))
219
+
220
+
221
+
222
+ ## <small>0.5.4 (2024-07-02)</small>
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))
228
+
229
+
230
+
231
+ ## <small>0.5.3 (2024-06-28)</small>
232
+
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))
236
+
237
+
238
+
239
+ ## <small>0.5.2 (2024-06-24)</small>
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))
247
+
248
+
249
+
250
+ ## <small>0.5.1 (2024-06-21)</small>
251
+
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))
255
+
256
+
257
+
258
+ ## 0.5.0 (2024-06-20)
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))
262
+
263
+
264
+
265
+ ## <small>0.4.6 (2024-06-14)</small>
266
+
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))
270
+
271
+
272
+
273
+ ## <small>0.4.5 (2024-06-14)</small>
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))
283
+
284
+
285
+
286
+ ## <small>0.4.4 (2024-06-11)</small>
287
+
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))
292
+
293
+
294
+
295
+ ## <small>0.4.3 (2024-06-11)</small>
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))
301
+
302
+
303
+
304
+ ## <small>0.4.2 (2024-06-11)</small>
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))
313
+
314
+
315
+
316
+ ## <small>0.4.1 (2024-06-10)</small>
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))
320
+
321
+
322
+
323
+ ## 0.4.0 (2024-06-10)
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))
358
+
359
+
360
+
@@ -35,7 +35,7 @@ export interface CommonHttpClientOptions {
35
35
  /**
36
36
  * Type of the response body for binary responses.
37
37
  */
38
- binaryResponseType: "blob" | "readableStream";
38
+ binaryResponseType: 'blob' | 'readableStream';
39
39
  /**
40
40
  * Format the HTTP error message.
41
41
  */
@@ -62,7 +62,7 @@ export interface CommonHttpClientOptions {
62
62
  */
63
63
  operationName: string;
64
64
  path: string;
65
- method: CommonHttpClientFetchRequest["method"];
65
+ method: CommonHttpClientFetchRequest['method'];
66
66
  }): void;
67
67
  }
68
68
  /**
@@ -84,7 +84,7 @@ export interface CommonHttpClientFetchRequest {
84
84
  /**
85
85
  * HTTP Method.
86
86
  */
87
- method: "GET" | "HEAD" | "POST" | "PUT" | "DELETE" | "CONNECT" | "OPTIONS" | "PATCH";
87
+ method: 'GET' | 'HEAD' | 'POST' | 'PUT' | 'DELETE' | 'CONNECT' | 'OPTIONS' | 'PATCH';
88
88
  /**
89
89
  * Request headers.
90
90
  */
@@ -96,15 +96,15 @@ export interface CommonHttpClientFetchRequest {
96
96
  /**
97
97
  * Cache mode.
98
98
  */
99
- cache: "default" | "force-cache" | "no-cache" | "no-store" | "only-if-cached" | "reload";
99
+ cache: 'default' | 'force-cache' | 'no-cache' | 'no-store' | 'only-if-cached' | 'reload';
100
100
  /**
101
101
  * Credentials mode.
102
102
  */
103
- credentials: "include" | "omit" | "same-origin";
103
+ credentials: 'include' | 'omit' | 'same-origin';
104
104
  /**
105
105
  * Redirect mode.
106
106
  */
107
- redirect: "error" | "follow" | "manual";
107
+ redirect: 'error' | 'follow' | 'manual';
108
108
  /**
109
109
  * Custom request properties. Can be used to pass metadata to the fetch function.
110
110
  */
@@ -113,7 +113,7 @@ export interface CommonHttpClientFetchRequest {
113
113
  /**
114
114
  * Parameter serialization style.
115
115
  */
116
- export type CommonHttpClientRequestParameterSerializeStyle = "simple" | "label" | "matrix" | "form" | "spaceDelimited" | "pipeDelimited" | "deepObject";
116
+ export type CommonHttpClientRequestParameterSerializeStyle = 'simple' | 'label' | 'matrix' | 'form' | 'spaceDelimited' | 'pipeDelimited' | 'deepObject';
117
117
  /**
118
118
  * Information about how to serialize a request parameter.
119
119
  */
@@ -130,7 +130,7 @@ export interface CommonHttpClientRequestParameterSerializeInfo {
130
130
  /**
131
131
  * Request parameter location.
132
132
  */
133
- export type CommonHttpClientRequestParameterLocation = "path" | "query" | "header" | "cookie";
133
+ export type CommonHttpClientRequestParameterLocation = 'path' | 'query' | 'header' | 'cookie';
134
134
  /**
135
135
  * Request parameters.
136
136
  */
@@ -140,7 +140,7 @@ export type CommonHttpClientRequestParameters = {
140
140
  /**
141
141
  * Request in terms of OpenAPI.
142
142
  */
143
- export type CommonHttpClientRequest = Omit<CommonHttpClientFetchRequest, "body" | "headers" | "cache" | "credentials" | "redirect"> & {
143
+ export type CommonHttpClientRequest = Omit<CommonHttpClientFetchRequest, 'body' | 'headers' | 'cache' | 'credentials' | 'redirect'> & {
144
144
  /**
145
145
  * Path to the resource.
146
146
  */
@@ -165,7 +165,7 @@ export type CommonHttpClientRequest = Omit<CommonHttpClientFetchRequest, "body"
165
165
  * Request parameters serialization information.
166
166
  */
167
167
  parameters?: CommonHttpClientRequestParameters;
168
- } & Partial<Pick<CommonHttpClientFetchRequest, "cache" | "credentials" | "redirect">>;
168
+ } & Partial<Pick<CommonHttpClientFetchRequest, 'cache' | 'credentials' | 'redirect'>>;
169
169
  /**
170
170
  * Response of the fetch function.
171
171
  */
@@ -200,16 +200,16 @@ export interface CommonHttpClientFetchResponse {
200
200
  customRequestProps?: Record<string, unknown>;
201
201
  }
202
202
  export type CommonHttpClientResponseHeaders = Record<string, string> & {
203
- "set-cookie"?: string[];
203
+ 'set-cookie'?: string[];
204
204
  };
205
205
  export type CommonHttpClientFetchResponseBody = {
206
- type: "json";
206
+ type: 'json';
207
207
  data: unknown;
208
208
  } | {
209
- type: "blob";
209
+ type: 'blob';
210
210
  data: Blob;
211
211
  } | {
212
- type: "readableStream";
212
+ type: 'readableStream';
213
213
  data: ReadableStream<Uint8Array>;
214
214
  };
215
215
  export interface CommonHttpClientResponse<T> {
@@ -242,18 +242,18 @@ type ResponseByMediaType<T extends CommonHttpClientResponse<unknown>, K extends
242
242
  body: infer _Body;
243
243
  response: CommonHttpClientFetchResponse;
244
244
  }) => void ? T : never : never;
245
- export declare function checkReponseMediaType<T extends CommonHttpClientResponse<unknown>, K extends string>(response: T, mediaType: K): response is ResponseByMediaType<T, K> extends never ? ResponseByMediaType<T, "*/*"> : ResponseByMediaType<T, K>;
245
+ export declare function checkReponseMediaType<T extends CommonHttpClientResponse<unknown>, K extends string>(response: T, mediaType: K): response is ResponseByMediaType<T, K> extends never ? ResponseByMediaType<T, '*/*'> : ResponseByMediaType<T, K>;
246
246
  export declare function isJsonMediaType(mediaType: string): boolean;
247
247
  type AsCreatedResponseFunction<KCreated extends string, KOther extends string> = <T extends CommonHttpClientResponse<unknown>>(response: T) => ({
248
248
  [K in KCreated]: Extract<T, {
249
249
  status: 201;
250
- }>["body"];
250
+ }>['body'];
251
251
  } & {
252
252
  created: true;
253
253
  }) | ({
254
254
  [K in KOther]: Extract<T, {
255
255
  status: 200;
256
- }>["body"];
256
+ }>['body'];
257
257
  } & {
258
258
  created: false;
259
259
  });
@@ -285,7 +285,7 @@ export declare class CommonHttpClient {
285
285
  /** Logs a deprecation warning if the operation is deprecated. */
286
286
  protected logDeprecationWarningIfNecessary(params: {
287
287
  path: string;
288
- method: CommonHttpClientFetchRequest["method"];
288
+ method: CommonHttpClientFetchRequest['method'];
289
289
  }): void;
290
290
  /** Turns an object with query params into a URLSearchParams object. */
291
291
  protected getSearchParams(params: Record<string, unknown>, parameters: Record<string, CommonHttpClientRequestParameterSerializeInfo>): URLSearchParams;
@@ -300,7 +300,7 @@ export declare class CommonHttpClient {
300
300
  /** Post-process the response. */
301
301
  responseHandler(distribution: {
302
302
  [statusCode: string]: {
303
- [mediaType: string]: CommonHttpClientFetchResponseBody["type"];
303
+ [mediaType: string]: CommonHttpClientFetchResponseBody['type'];
304
304
  };
305
305
  }): (response: CommonHttpClientFetchResponse) => Promise<CommonHttpClientResponse<unknown>>;
306
306
  validation<D>(validator: (data: D) => D): (data: D) => D;