@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
@@ -4,11 +4,11 @@ exports.ContentPropertiesService = void 0;
4
4
  // DO NOT EDIT!
5
5
  // This file is generated by "api-typescript-generator".
6
6
  // To update this file run "yarn build:openapi".
7
- const zod_1 = require("zod");
8
7
  const commonHttpClient = require("../../core/CommonHttpClient");
9
8
  const CommonHttpService_1 = require("../../core/CommonHttpService");
10
9
  const contentProperties_1 = require("../models/contentProperties");
11
10
  const validationSchemaStorage_1 = require("../validationSchemaStorage");
11
+ const zod_1 = require("zod");
12
12
  /**
13
13
  * @deprecated
14
14
  * @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-properties
@@ -41,27 +41,22 @@ class ContentPropertiesService extends CommonHttpService_1.CommonHttpService {
41
41
  * @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-properties#api-wiki-rest-api-content-id-property-post
42
42
  * @param params
43
43
  */
44
- this.createContentProperty = ({ id, contentPropertyCreate, }) => {
45
- return this.getClientInstance()
46
- .request({
44
+ this.createContentProperty = ({ id, contentPropertyCreate }) => {
45
+ return this.getClientInstance().request({
47
46
  path: "/wiki/rest/api/content/{id}/property",
48
47
  method: "POST",
49
48
  pathParams: {
50
- id,
49
+ id
51
50
  },
52
51
  headers: {
53
- "Content-Type": "application/json",
52
+ "Content-Type": "application/json"
54
53
  },
55
- body: contentPropertyCreate,
56
- })
57
- .then(this.getClientInstance().responseHandler({
54
+ body: contentPropertyCreate
55
+ }).then(this.getClientInstance().responseHandler({
58
56
  200: {
59
- "application/json": "json",
60
- },
61
- }))
62
- .then(commonHttpClient.castResponse())
63
- .then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("ContentPropertiesService.createContentProperty.response")))
64
- .then(commonHttpClient.getBody);
57
+ "application/json": "json"
58
+ }
59
+ })).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("ContentPropertiesService.createContentProperty.response"))).then(commonHttpClient.getBody);
65
60
  };
66
61
  /**
67
62
  * Creates a property for an existing piece of content. For more information
@@ -86,28 +81,23 @@ class ContentPropertiesService extends CommonHttpService_1.CommonHttpService {
86
81
  * @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-properties#api-wiki-rest-api-content-id-property-key-post
87
82
  * @param params
88
83
  */
89
- this.createContentPropertyForKey = ({ id, key, contentPropertyCreateNoKey, }) => {
90
- return this.getClientInstance()
91
- .request({
84
+ this.createContentPropertyForKey = ({ id, key, contentPropertyCreateNoKey }) => {
85
+ return this.getClientInstance().request({
92
86
  path: "/wiki/rest/api/content/{id}/property/{key}",
93
87
  method: "POST",
94
88
  pathParams: {
95
89
  id,
96
- key,
90
+ key
97
91
  },
98
92
  headers: {
99
- "Content-Type": "application/json",
93
+ "Content-Type": "application/json"
100
94
  },
101
- body: contentPropertyCreateNoKey,
102
- })
103
- .then(this.getClientInstance().responseHandler({
95
+ body: contentPropertyCreateNoKey
96
+ }).then(this.getClientInstance().responseHandler({
104
97
  200: {
105
- "application/json": "json",
106
- },
107
- }))
108
- .then(commonHttpClient.castResponse())
109
- .then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("ContentPropertiesService.createContentPropertyForKey.response")))
110
- .then(commonHttpClient.getBody);
98
+ "application/json": "json"
99
+ }
100
+ })).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("ContentPropertiesService.createContentPropertyForKey.response"))).then(commonHttpClient.getBody);
111
101
  };
112
102
  /**
113
103
  * Deletes a content property. For more information about content properties, see
@@ -124,17 +114,15 @@ class ContentPropertiesService extends CommonHttpService_1.CommonHttpService {
124
114
  * @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-properties#api-wiki-rest-api-content-id-property-key-delete
125
115
  * @param params
126
116
  */
127
- this.deleteContentProperty = ({ id, key, }) => {
128
- return this.getClientInstance()
129
- .request({
117
+ this.deleteContentProperty = ({ id, key }) => {
118
+ return this.getClientInstance().request({
130
119
  path: "/wiki/rest/api/content/{id}/property/{key}",
131
120
  method: "DELETE",
132
121
  pathParams: {
133
122
  id,
134
- key,
135
- },
136
- })
137
- .then(commonHttpClient.discardResult);
123
+ key
124
+ }
125
+ }).then(commonHttpClient.discardResult);
138
126
  };
139
127
  /**
140
128
  * Returns the properties for a piece of content. For more information
@@ -153,36 +141,31 @@ class ContentPropertiesService extends CommonHttpService_1.CommonHttpService {
153
141
  * @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-properties#api-wiki-rest-api-content-id-property-get
154
142
  * @param params
155
143
  */
156
- this.getContentProperties = ({ id, key, expand, start, limit, }) => {
157
- return this.getClientInstance()
158
- .request({
144
+ this.getContentProperties = ({ id, key, expand, start, limit }) => {
145
+ return this.getClientInstance().request({
159
146
  path: "/wiki/rest/api/content/{id}/property",
160
147
  method: "GET",
161
148
  pathParams: {
162
- id,
149
+ id
163
150
  },
164
151
  query: {
165
152
  key,
166
153
  expand,
167
154
  start,
168
- limit,
155
+ limit
169
156
  },
170
157
  parameters: {
171
158
  query: {
172
159
  expand: {
173
- explode: false,
174
- },
175
- },
176
- },
177
- })
178
- .then(this.getClientInstance().responseHandler({
160
+ explode: false
161
+ }
162
+ }
163
+ }
164
+ }).then(this.getClientInstance().responseHandler({
179
165
  200: {
180
- "application/json": "json",
181
- },
182
- }))
183
- .then(commonHttpClient.castResponse())
184
- .then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("ContentPropertiesService.getContentProperties.response")))
185
- .then(commonHttpClient.getBody);
166
+ "application/json": "json"
167
+ }
168
+ })).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("ContentPropertiesService.getContentProperties.response"))).then(commonHttpClient.getBody);
186
169
  };
187
170
  /**
188
171
  * Returns a content property for a piece of content. For more information, see
@@ -201,35 +184,30 @@ class ContentPropertiesService extends CommonHttpService_1.CommonHttpService {
201
184
  * @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-properties#api-wiki-rest-api-content-id-property-key-get
202
185
  * @param params
203
186
  */
204
- this.getContentProperty = ({ id, key, expand, status, }) => {
205
- return this.getClientInstance()
206
- .request({
187
+ this.getContentProperty = ({ id, key, expand, status }) => {
188
+ return this.getClientInstance().request({
207
189
  path: "/wiki/rest/api/content/{id}/property/{key}",
208
190
  method: "GET",
209
191
  pathParams: {
210
192
  id,
211
- key,
193
+ key
212
194
  },
213
195
  query: {
214
196
  expand,
215
- status,
197
+ status
216
198
  },
217
199
  parameters: {
218
200
  query: {
219
201
  expand: {
220
- explode: false,
221
- },
222
- },
223
- },
224
- })
225
- .then(this.getClientInstance().responseHandler({
202
+ explode: false
203
+ }
204
+ }
205
+ }
206
+ }).then(this.getClientInstance().responseHandler({
226
207
  200: {
227
- "application/json": "json",
228
- },
229
- }))
230
- .then(commonHttpClient.castResponse())
231
- .then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("ContentPropertiesService.getContentProperty.response")))
232
- .then(commonHttpClient.getBody);
208
+ "application/json": "json"
209
+ }
210
+ })).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("ContentPropertiesService.getContentProperty.response"))).then(commonHttpClient.getBody);
233
211
  };
234
212
  /**
235
213
  * Updates an existing content property. This method will also create a new
@@ -249,69 +227,52 @@ class ContentPropertiesService extends CommonHttpService_1.CommonHttpService {
249
227
  * @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-properties#api-wiki-rest-api-content-id-property-key-put
250
228
  * @param params
251
229
  */
252
- this.updateContentProperty = ({ id, key, contentPropertyUpdate, }) => {
253
- return this.getClientInstance()
254
- .request({
230
+ this.updateContentProperty = ({ id, key, contentPropertyUpdate }) => {
231
+ return this.getClientInstance().request({
255
232
  path: "/wiki/rest/api/content/{id}/property/{key}",
256
233
  method: "PUT",
257
234
  pathParams: {
258
235
  id,
259
- key,
236
+ key
260
237
  },
261
238
  headers: {
262
- "Content-Type": "application/json",
239
+ "Content-Type": "application/json"
263
240
  },
264
- body: contentPropertyUpdate,
265
- })
266
- .then(this.getClientInstance().responseHandler({
241
+ body: contentPropertyUpdate
242
+ }).then(this.getClientInstance().responseHandler({
267
243
  200: {
268
- "application/json": "json",
269
- },
270
- }))
271
- .then(commonHttpClient.castResponse())
272
- .then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("ContentPropertiesService.updateContentProperty.response")))
273
- .then(commonHttpClient.getBody);
244
+ "application/json": "json"
245
+ }
246
+ })).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("ContentPropertiesService.updateContentProperty.response"))).then(commonHttpClient.getBody);
274
247
  };
275
248
  }
276
249
  static initialize() {
277
- validationSchemaStorage_1.validationSchemaStorage.registerExtensible("ContentPropertiesService.getContentProperties.response", zod_1.z
278
- .object({
250
+ validationSchemaStorage_1.validationSchemaStorage.registerExtensible("ContentPropertiesService.getContentProperties.response", zod_1.z.object({
279
251
  status: zod_1.z.literal(200),
280
252
  mediaType: zod_1.z.literal("application/json"),
281
- body: validationSchemaStorage_1.validationSchemaStorage.lazy("ContentPropertyArray"),
282
- })
283
- .describe("ContentPropertiesService.getContentProperties.response"));
284
- validationSchemaStorage_1.validationSchemaStorage.registerExtensible("ContentPropertiesService.createContentProperty.response", zod_1.z
285
- .object({
253
+ body: validationSchemaStorage_1.validationSchemaStorage.lazy("ContentPropertyArray")
254
+ }).describe("ContentPropertiesService.getContentProperties.response"));
255
+ validationSchemaStorage_1.validationSchemaStorage.registerExtensible("ContentPropertiesService.createContentProperty.response", zod_1.z.object({
286
256
  status: zod_1.z.literal(200),
287
257
  mediaType: zod_1.z.literal("application/json"),
288
- body: validationSchemaStorage_1.validationSchemaStorage.lazy("ContentPropertyV1"),
289
- })
290
- .describe("ContentPropertiesService.createContentProperty.response"));
291
- validationSchemaStorage_1.validationSchemaStorage.registerExtensible("ContentPropertiesService.getContentProperty.response", zod_1.z
292
- .object({
258
+ body: validationSchemaStorage_1.validationSchemaStorage.lazy("ContentPropertyV1")
259
+ }).describe("ContentPropertiesService.createContentProperty.response"));
260
+ validationSchemaStorage_1.validationSchemaStorage.registerExtensible("ContentPropertiesService.getContentProperty.response", zod_1.z.object({
293
261
  status: zod_1.z.literal(200),
294
262
  mediaType: zod_1.z.literal("application/json"),
295
- body: validationSchemaStorage_1.validationSchemaStorage.lazy("ContentPropertyV1"),
296
- })
297
- .describe("ContentPropertiesService.getContentProperty.response"));
298
- validationSchemaStorage_1.validationSchemaStorage.registerExtensible("ContentPropertiesService.updateContentProperty.response", zod_1.z
299
- .object({
263
+ body: validationSchemaStorage_1.validationSchemaStorage.lazy("ContentPropertyV1")
264
+ }).describe("ContentPropertiesService.getContentProperty.response"));
265
+ validationSchemaStorage_1.validationSchemaStorage.registerExtensible("ContentPropertiesService.updateContentProperty.response", zod_1.z.object({
300
266
  status: zod_1.z.literal(200),
301
267
  mediaType: zod_1.z.literal("application/json"),
302
- body: validationSchemaStorage_1.validationSchemaStorage.lazy("ContentPropertyV1"),
303
- })
304
- .describe("ContentPropertiesService.updateContentProperty.response"));
305
- validationSchemaStorage_1.validationSchemaStorage.registerExtensible("ContentPropertiesService.createContentPropertyForKey.response", zod_1.z
306
- .object({
268
+ body: validationSchemaStorage_1.validationSchemaStorage.lazy("ContentPropertyV1")
269
+ }).describe("ContentPropertiesService.updateContentProperty.response"));
270
+ validationSchemaStorage_1.validationSchemaStorage.registerExtensible("ContentPropertiesService.createContentPropertyForKey.response", zod_1.z.object({
307
271
  status: zod_1.z.literal(200),
308
272
  mediaType: zod_1.z.literal("application/json"),
309
- body: validationSchemaStorage_1.validationSchemaStorage.lazy("ContentPropertyV1"),
310
- })
311
- .describe("ContentPropertiesService.createContentPropertyForKey.response"));
312
- validationSchemaStorage_1.validationSchemaStorage.registerOnce([
313
- contentProperties_1.registerContentPropertiesValidationSchemas,
314
- ]);
273
+ body: validationSchemaStorage_1.validationSchemaStorage.lazy("ContentPropertyV1")
274
+ }).describe("ContentPropertiesService.createContentPropertyForKey.response"));
275
+ validationSchemaStorage_1.validationSchemaStorage.registerOnce([contentProperties_1.registerContentPropertiesValidationSchemas]);
315
276
  }
316
277
  }
317
278
  exports.ContentPropertiesService = ContentPropertiesService;
@@ -1 +1 @@
1
- {"version":3,"file":"ContentPropertiesService.js","sourceRoot":"","sources":["../../../../src/openapi/v1/services/ContentPropertiesService.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"ContentPropertiesService.js","sourceRoot":"","sources":["../../../../src/openapi/v1/services/ContentPropertiesService.ts"],"names":[],"mappings":"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"}
@@ -1,6 +1,6 @@
1
1
  import { CommonHttpService } from "../../core/CommonHttpService";
2
2
  import { type ContentRestriction } from "../models/common";
3
- import { type ContentRestrictionAddOrUpdateArray, type ContentRestrictionArray } from "../models/contentRestrictions";
3
+ import { type ContentRestrictionArray, type ContentRestrictionAddOrUpdateArray } from "../models/contentRestrictions";
4
4
  /**
5
5
  * @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-restrictions
6
6
  * @category Services
@@ -19,7 +19,7 @@ export declare class ContentRestrictionsService extends CommonHttpService {
19
19
  * @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-restrictions#api-wiki-rest-api-content-id-restriction-byoperation-operationkey-bygroupid-groupid-put
20
20
  * @param params
21
21
  */
22
- addGroupToContentRestrictionByGroupId: ({ id, operationKey, groupId, }: {
22
+ addGroupToContentRestrictionByGroupId: ({ id, operationKey, groupId }: {
23
23
  /** The ID of the content that the restriction applies to. */
24
24
  id: string;
25
25
  /** The operation that the restriction applies to. */
@@ -41,7 +41,7 @@ export declare class ContentRestrictionsService extends CommonHttpService {
41
41
  * @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-restrictions#api-wiki-rest-api-content-id-restriction-post
42
42
  * @param params
43
43
  */
44
- addRestrictions: ({ id, expand, contentRestrictionAddOrUpdateArray, }: {
44
+ addRestrictions: ({ id, expand, contentRestrictionAddOrUpdateArray }: {
45
45
  /** The ID of the content to add restrictions to. */
46
46
  id: string;
47
47
  /**
@@ -72,7 +72,7 @@ export declare class ContentRestrictionsService extends CommonHttpService {
72
72
  * @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-restrictions#api-wiki-rest-api-content-id-restriction-byoperation-operationkey-user-put
73
73
  * @param params
74
74
  */
75
- addUserToContentRestriction: ({ id, operationKey, key, username, accountId, }: {
75
+ addUserToContentRestriction: ({ id, operationKey, key, username, accountId }: {
76
76
  /** The ID of the content that the restriction applies to. */
77
77
  id: string;
78
78
  /** The operation that the restriction applies to. */
@@ -119,7 +119,7 @@ export declare class ContentRestrictionsService extends CommonHttpService {
119
119
  * @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-restrictions#api-wiki-rest-api-content-id-restriction-delete
120
120
  * @param params
121
121
  */
122
- deleteRestrictions: ({ id, expand, }: {
122
+ deleteRestrictions: ({ id, expand }: {
123
123
  /** The ID of the content to remove restrictions from. */
124
124
  id: string;
125
125
  /**
@@ -160,7 +160,7 @@ export declare class ContentRestrictionsService extends CommonHttpService {
160
160
  * @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-restrictions#api-wiki-rest-api-content-id-restriction-byoperation-operationkey-user-get
161
161
  * @param params
162
162
  */
163
- getContentRestrictionStatusForUser: ({ id, operationKey, key, username, accountId, }: {
163
+ getContentRestrictionStatusForUser: ({ id, operationKey, key, username, accountId }: {
164
164
  /** The ID of the content that the restriction applies to. */
165
165
  id: string;
166
166
  /** The operation that is restricted. */
@@ -218,7 +218,7 @@ export declare class ContentRestrictionsService extends CommonHttpService {
218
218
  * @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-restrictions#api-wiki-rest-api-content-id-restriction-byoperation-operationkey-bygroupid-groupid-get
219
219
  * @param params
220
220
  */
221
- getIndividualGroupRestrictionStatusByGroupId: ({ id, operationKey, groupId, }: {
221
+ getIndividualGroupRestrictionStatusByGroupId: ({ id, operationKey, groupId }: {
222
222
  /** The ID of the content that the restriction applies to. */
223
223
  id: string;
224
224
  /** The operation that the restriction applies to. */
@@ -242,7 +242,7 @@ export declare class ContentRestrictionsService extends CommonHttpService {
242
242
  * @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-restrictions#api-wiki-rest-api-content-id-restriction-get
243
243
  * @param params
244
244
  */
245
- getRestrictions: ({ id, expand, start, limit, }: {
245
+ getRestrictions: ({ id, expand, start, limit }: {
246
246
  /** The ID of the content to be queried for its restrictions. */
247
247
  id: string;
248
248
  /**
@@ -283,7 +283,7 @@ export declare class ContentRestrictionsService extends CommonHttpService {
283
283
  * @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-restrictions#api-wiki-rest-api-content-id-restriction-byoperation-get
284
284
  * @param params
285
285
  */
286
- getRestrictionsByOperation: ({ id, expand, }: {
286
+ getRestrictionsByOperation: ({ id, expand }: {
287
287
  /** The ID of the content to be queried for its restrictions. */
288
288
  id: string;
289
289
  /**
@@ -315,7 +315,7 @@ export declare class ContentRestrictionsService extends CommonHttpService {
315
315
  * @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-restrictions#api-wiki-rest-api-content-id-restriction-byoperation-operationkey-get
316
316
  * @param params
317
317
  */
318
- getRestrictionsForOperation: ({ id, operationKey, expand, start, limit, }: {
318
+ getRestrictionsForOperation: ({ id, operationKey, expand, start, limit }: {
319
319
  /** The ID of the content to be queried for its restrictions. */
320
320
  id: string;
321
321
  /** The operation type of the restrictions to be returned. */
@@ -354,7 +354,7 @@ export declare class ContentRestrictionsService extends CommonHttpService {
354
354
  * @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-restrictions#api-wiki-rest-api-content-id-restriction-byoperation-operationkey-bygroupid-groupid-delete
355
355
  * @param params
356
356
  */
357
- removeGroupFromContentRestriction: ({ id, operationKey, groupId, }: {
357
+ removeGroupFromContentRestriction: ({ id, operationKey, groupId }: {
358
358
  /** The ID of the content that the restriction applies to. */
359
359
  id: string;
360
360
  /** The operation that the restriction applies to. */
@@ -375,7 +375,7 @@ export declare class ContentRestrictionsService extends CommonHttpService {
375
375
  * @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-restrictions#api-wiki-rest-api-content-id-restriction-byoperation-operationkey-user-delete
376
376
  * @param params
377
377
  */
378
- removeUserFromContentRestriction: ({ id, operationKey, key, username, accountId, }: {
378
+ removeUserFromContentRestriction: ({ id, operationKey, key, username, accountId }: {
379
379
  /** The ID of the content that the restriction applies to. */
380
380
  id: string;
381
381
  /** The operation that the restriction applies to. */
@@ -423,7 +423,7 @@ export declare class ContentRestrictionsService extends CommonHttpService {
423
423
  * @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-restrictions#api-wiki-rest-api-content-id-restriction-put
424
424
  * @param params
425
425
  */
426
- updateRestrictions: ({ id, expand, contentRestrictionAddOrUpdateArray, }: {
426
+ updateRestrictions: ({ id, expand, contentRestrictionAddOrUpdateArray }: {
427
427
  /** The ID of the content to update restrictions for. */
428
428
  id: string;
429
429
  /**