@resolution/confluence-api-client 0.2.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 (352) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/LICENSE.md +19 -0
  3. package/README.md +12 -0
  4. package/lib/index.d.ts +36 -0
  5. package/lib/index.js +64 -0
  6. package/lib/index.js.map +1 -0
  7. package/lib/openapi/v1/BaseConfluenceApiV1Client.d.ts +133 -0
  8. package/lib/openapi/v1/BaseConfluenceApiV1Client.js +122 -0
  9. package/lib/openapi/v1/BaseConfluenceApiV1Client.js.map +1 -0
  10. package/lib/openapi/v1/core/CommonHttpClient.d.ts +196 -0
  11. package/lib/openapi/v1/core/CommonHttpClient.js +390 -0
  12. package/lib/openapi/v1/core/CommonHttpClient.js.map +1 -0
  13. package/lib/openapi/v1/core/CommonHttpService.d.ts +7 -0
  14. package/lib/openapi/v1/core/CommonHttpService.js +20 -0
  15. package/lib/openapi/v1/core/CommonHttpService.js.map +1 -0
  16. package/lib/openapi/v1/core/CommonValidationSchemaStorage.d.ts +35 -0
  17. package/lib/openapi/v1/core/CommonValidationSchemaStorage.js +65 -0
  18. package/lib/openapi/v1/core/CommonValidationSchemaStorage.js.map +1 -0
  19. package/lib/openapi/v1/models/audit.d.ts +151 -0
  20. package/lib/openapi/v1/models/audit.js +133 -0
  21. package/lib/openapi/v1/models/audit.js.map +1 -0
  22. package/lib/openapi/v1/models/common.d.ts +645 -0
  23. package/lib/openapi/v1/models/common.js +654 -0
  24. package/lib/openapi/v1/models/common.js.map +1 -0
  25. package/lib/openapi/v1/models/content.d.ts +554 -0
  26. package/lib/openapi/v1/models/content.js +613 -0
  27. package/lib/openapi/v1/models/content.js.map +1 -0
  28. package/lib/openapi/v1/models/contentAttachments.d.ts +26 -0
  29. package/lib/openapi/v1/models/contentAttachments.js +33 -0
  30. package/lib/openapi/v1/models/contentAttachments.js.map +1 -0
  31. package/lib/openapi/v1/models/contentBody.d.ts +36 -0
  32. package/lib/openapi/v1/models/contentBody.js +63 -0
  33. package/lib/openapi/v1/models/contentBody.js.map +1 -0
  34. package/lib/openapi/v1/models/contentChildrenAndDescendants.d.ts +75 -0
  35. package/lib/openapi/v1/models/contentChildrenAndDescendants.js +66 -0
  36. package/lib/openapi/v1/models/contentChildrenAndDescendants.js.map +1 -0
  37. package/lib/openapi/v1/models/contentLabels.d.ts +5 -0
  38. package/lib/openapi/v1/models/contentLabels.js +16 -0
  39. package/lib/openapi/v1/models/contentLabels.js.map +1 -0
  40. package/lib/openapi/v1/models/contentMacroBody.d.ts +12 -0
  41. package/lib/openapi/v1/models/contentMacroBody.js +22 -0
  42. package/lib/openapi/v1/models/contentMacroBody.js.map +1 -0
  43. package/lib/openapi/v1/models/contentPermissions.d.ts +41 -0
  44. package/lib/openapi/v1/models/contentPermissions.js +35 -0
  45. package/lib/openapi/v1/models/contentPermissions.js.map +1 -0
  46. package/lib/openapi/v1/models/contentProperties.d.ts +73 -0
  47. package/lib/openapi/v1/models/contentProperties.js +94 -0
  48. package/lib/openapi/v1/models/contentProperties.js.map +1 -0
  49. package/lib/openapi/v1/models/contentRestrictions.d.ts +65 -0
  50. package/lib/openapi/v1/models/contentRestrictions.js +78 -0
  51. package/lib/openapi/v1/models/contentRestrictions.js.map +1 -0
  52. package/lib/openapi/v1/models/contentStates.d.ts +75 -0
  53. package/lib/openapi/v1/models/contentStates.js +72 -0
  54. package/lib/openapi/v1/models/contentStates.js.map +1 -0
  55. package/lib/openapi/v1/models/contentVersions.d.ts +28 -0
  56. package/lib/openapi/v1/models/contentVersions.js +36 -0
  57. package/lib/openapi/v1/models/contentVersions.js.map +1 -0
  58. package/lib/openapi/v1/models/contentWatches.d.ts +89 -0
  59. package/lib/openapi/v1/models/contentWatches.js +81 -0
  60. package/lib/openapi/v1/models/contentWatches.js.map +1 -0
  61. package/lib/openapi/v1/models/dynamicModules.d.ts +62 -0
  62. package/lib/openapi/v1/models/dynamicModules.js +24 -0
  63. package/lib/openapi/v1/models/dynamicModules.js.map +1 -0
  64. package/lib/openapi/v1/models/group.d.ts +9 -0
  65. package/lib/openapi/v1/models/group.js +23 -0
  66. package/lib/openapi/v1/models/group.js.map +1 -0
  67. package/lib/openapi/v1/models/inlineTasks.d.ts +30 -0
  68. package/lib/openapi/v1/models/inlineTasks.js +48 -0
  69. package/lib/openapi/v1/models/inlineTasks.js.map +1 -0
  70. package/lib/openapi/v1/models/labelInfo.d.ts +21 -0
  71. package/lib/openapi/v1/models/labelInfo.js +42 -0
  72. package/lib/openapi/v1/models/labelInfo.js.map +1 -0
  73. package/lib/openapi/v1/models/longRunningTask.d.ts +116 -0
  74. package/lib/openapi/v1/models/longRunningTask.js +82 -0
  75. package/lib/openapi/v1/models/longRunningTask.js.map +1 -0
  76. package/lib/openapi/v1/models/relation.d.ts +30 -0
  77. package/lib/openapi/v1/models/relation.js +61 -0
  78. package/lib/openapi/v1/models/relation.js.map +1 -0
  79. package/lib/openapi/v1/models/search.d.ts +41 -0
  80. package/lib/openapi/v1/models/search.js +65 -0
  81. package/lib/openapi/v1/models/search.js.map +1 -0
  82. package/lib/openapi/v1/models/settings.d.ts +36 -0
  83. package/lib/openapi/v1/models/settings.js +50 -0
  84. package/lib/openapi/v1/models/settings.js.map +1 -0
  85. package/lib/openapi/v1/models/space.d.ts +118 -0
  86. package/lib/openapi/v1/models/space.js +94 -0
  87. package/lib/openapi/v1/models/space.js.map +1 -0
  88. package/lib/openapi/v1/models/spacePermissions.d.ts +128 -0
  89. package/lib/openapi/v1/models/spacePermissions.js +102 -0
  90. package/lib/openapi/v1/models/spacePermissions.js.map +1 -0
  91. package/lib/openapi/v1/models/spaceProperties.d.ts +96 -0
  92. package/lib/openapi/v1/models/spaceProperties.js +93 -0
  93. package/lib/openapi/v1/models/spaceProperties.js.map +1 -0
  94. package/lib/openapi/v1/models/spaceSettings.d.ts +14 -0
  95. package/lib/openapi/v1/models/spaceSettings.js +17 -0
  96. package/lib/openapi/v1/models/spaceSettings.js.map +1 -0
  97. package/lib/openapi/v1/models/template.d.ts +201 -0
  98. package/lib/openapi/v1/models/template.js +163 -0
  99. package/lib/openapi/v1/models/template.js.map +1 -0
  100. package/lib/openapi/v1/models/themes.d.ts +26 -0
  101. package/lib/openapi/v1/models/themes.js +38 -0
  102. package/lib/openapi/v1/models/themes.js.map +1 -0
  103. package/lib/openapi/v1/models/userProperties.d.ts +41 -0
  104. package/lib/openapi/v1/models/userProperties.js +50 -0
  105. package/lib/openapi/v1/models/userProperties.js.map +1 -0
  106. package/lib/openapi/v1/models/users.d.ts +98 -0
  107. package/lib/openapi/v1/models/users.js +87 -0
  108. package/lib/openapi/v1/models/users.js.map +1 -0
  109. package/lib/openapi/v1/services/AnalyticsService.d.ts +54 -0
  110. package/lib/openapi/v1/services/AnalyticsService.js +98 -0
  111. package/lib/openapi/v1/services/AnalyticsService.js.map +1 -0
  112. package/lib/openapi/v1/services/AuditService.d.ts +163 -0
  113. package/lib/openapi/v1/services/AuditService.js +269 -0
  114. package/lib/openapi/v1/services/AuditService.js.map +1 -0
  115. package/lib/openapi/v1/services/ContentAttachmentsService.d.ts +332 -0
  116. package/lib/openapi/v1/services/ContentAttachmentsService.js +362 -0
  117. package/lib/openapi/v1/services/ContentAttachmentsService.js.map +1 -0
  118. package/lib/openapi/v1/services/ContentBodyService.d.ts +227 -0
  119. package/lib/openapi/v1/services/ContentBodyService.js +178 -0
  120. package/lib/openapi/v1/services/ContentBodyService.js.map +1 -0
  121. package/lib/openapi/v1/services/ContentChildrenAndDescendantsService.d.ts +621 -0
  122. package/lib/openapi/v1/services/ContentChildrenAndDescendantsService.js +453 -0
  123. package/lib/openapi/v1/services/ContentChildrenAndDescendantsService.js.map +1 -0
  124. package/lib/openapi/v1/services/ContentCommentsService.d.ts +147 -0
  125. package/lib/openapi/v1/services/ContentCommentsService.js +72 -0
  126. package/lib/openapi/v1/services/ContentCommentsService.js.map +1 -0
  127. package/lib/openapi/v1/services/ContentLabelsService.d.ts +122 -0
  128. package/lib/openapi/v1/services/ContentLabelsService.js +176 -0
  129. package/lib/openapi/v1/services/ContentLabelsService.js.map +1 -0
  130. package/lib/openapi/v1/services/ContentMacroBodyService.d.ts +268 -0
  131. package/lib/openapi/v1/services/ContentMacroBodyService.js +193 -0
  132. package/lib/openapi/v1/services/ContentMacroBodyService.js.map +1 -0
  133. package/lib/openapi/v1/services/ContentPermissionsService.d.ts +34 -0
  134. package/lib/openapi/v1/services/ContentPermissionsService.js +72 -0
  135. package/lib/openapi/v1/services/ContentPermissionsService.js.map +1 -0
  136. package/lib/openapi/v1/services/ContentPropertiesService.d.ts +187 -0
  137. package/lib/openapi/v1/services/ContentPropertiesService.js +285 -0
  138. package/lib/openapi/v1/services/ContentPropertiesService.js.map +1 -0
  139. package/lib/openapi/v1/services/ContentRestrictionsService.d.ts +503 -0
  140. package/lib/openapi/v1/services/ContentRestrictionsService.js +552 -0
  141. package/lib/openapi/v1/services/ContentRestrictionsService.js.map +1 -0
  142. package/lib/openapi/v1/services/ContentService.d.ts +1012 -0
  143. package/lib/openapi/v1/services/ContentService.js +548 -0
  144. package/lib/openapi/v1/services/ContentService.js.map +1 -0
  145. package/lib/openapi/v1/services/ContentStatesService.d.ts +220 -0
  146. package/lib/openapi/v1/services/ContentStatesService.js +439 -0
  147. package/lib/openapi/v1/services/ContentStatesService.js.map +1 -0
  148. package/lib/openapi/v1/services/ContentVersionsService.d.ts +121 -0
  149. package/lib/openapi/v1/services/ContentVersionsService.js +181 -0
  150. package/lib/openapi/v1/services/ContentVersionsService.js.map +1 -0
  151. package/lib/openapi/v1/services/ContentWatchesService.d.ts +550 -0
  152. package/lib/openapi/v1/services/ContentWatchesService.js +502 -0
  153. package/lib/openapi/v1/services/ContentWatchesService.js.map +1 -0
  154. package/lib/openapi/v1/services/DynamicModulesService.d.ts +47 -0
  155. package/lib/openapi/v1/services/DynamicModulesService.js +92 -0
  156. package/lib/openapi/v1/services/DynamicModulesService.js.map +1 -0
  157. package/lib/openapi/v1/services/ExperimentalService.d.ts +113 -0
  158. package/lib/openapi/v1/services/ExperimentalService.js +185 -0
  159. package/lib/openapi/v1/services/ExperimentalService.js.map +1 -0
  160. package/lib/openapi/v1/services/GroupService.d.ts +379 -0
  161. package/lib/openapi/v1/services/GroupService.js +515 -0
  162. package/lib/openapi/v1/services/GroupService.js.map +1 -0
  163. package/lib/openapi/v1/services/InlineTasksService.d.ts +91 -0
  164. package/lib/openapi/v1/services/InlineTasksService.js +155 -0
  165. package/lib/openapi/v1/services/InlineTasksService.js.map +1 -0
  166. package/lib/openapi/v1/services/LabelInfoService.d.ts +28 -0
  167. package/lib/openapi/v1/services/LabelInfoService.js +59 -0
  168. package/lib/openapi/v1/services/LabelInfoService.js.map +1 -0
  169. package/lib/openapi/v1/services/LongRunningTaskService.d.ts +43 -0
  170. package/lib/openapi/v1/services/LongRunningTaskService.js +96 -0
  171. package/lib/openapi/v1/services/LongRunningTaskService.js.map +1 -0
  172. package/lib/openapi/v1/services/RelationService.d.ts +404 -0
  173. package/lib/openapi/v1/services/RelationService.js +270 -0
  174. package/lib/openapi/v1/services/RelationService.js.map +1 -0
  175. package/lib/openapi/v1/services/SearchService.d.ts +175 -0
  176. package/lib/openapi/v1/services/SearchService.js +164 -0
  177. package/lib/openapi/v1/services/SearchService.js.map +1 -0
  178. package/lib/openapi/v1/services/SettingsService.d.ts +143 -0
  179. package/lib/openapi/v1/services/SettingsService.js +249 -0
  180. package/lib/openapi/v1/services/SettingsService.js.map +1 -0
  181. package/lib/openapi/v1/services/SpacePermissionsService.d.ts +68 -0
  182. package/lib/openapi/v1/services/SpacePermissionsService.js +121 -0
  183. package/lib/openapi/v1/services/SpacePermissionsService.js.map +1 -0
  184. package/lib/openapi/v1/services/SpacePropertiesService.d.ts +161 -0
  185. package/lib/openapi/v1/services/SpacePropertiesService.js +275 -0
  186. package/lib/openapi/v1/services/SpacePropertiesService.js.map +1 -0
  187. package/lib/openapi/v1/services/SpaceService.d.ts +479 -0
  188. package/lib/openapi/v1/services/SpaceService.js +394 -0
  189. package/lib/openapi/v1/services/SpaceService.js.map +1 -0
  190. package/lib/openapi/v1/services/SpaceSettingsService.d.ts +40 -0
  191. package/lib/openapi/v1/services/SpaceSettingsService.js +96 -0
  192. package/lib/openapi/v1/services/SpaceSettingsService.js.map +1 -0
  193. package/lib/openapi/v1/services/TemplateService.d.ts +163 -0
  194. package/lib/openapi/v1/services/TemplateService.js +259 -0
  195. package/lib/openapi/v1/services/TemplateService.js.map +1 -0
  196. package/lib/openapi/v1/services/ThemesService.d.ts +101 -0
  197. package/lib/openapi/v1/services/ThemesService.js +228 -0
  198. package/lib/openapi/v1/services/ThemesService.js.map +1 -0
  199. package/lib/openapi/v1/services/UserPropertiesService.d.ts +129 -0
  200. package/lib/openapi/v1/services/UserPropertiesService.js +192 -0
  201. package/lib/openapi/v1/services/UserPropertiesService.js.map +1 -0
  202. package/lib/openapi/v1/services/UsersService.d.ts +181 -0
  203. package/lib/openapi/v1/services/UsersService.js +291 -0
  204. package/lib/openapi/v1/services/UsersService.js.map +1 -0
  205. package/lib/openapi/v1/validationSchemaStorage.d.ts +3 -0
  206. package/lib/openapi/v1/validationSchemaStorage.js +144 -0
  207. package/lib/openapi/v1/validationSchemaStorage.js.map +1 -0
  208. package/lib/openapi/v2/BaseConfluenceApiV2Client.d.ts +88 -0
  209. package/lib/openapi/v2/BaseConfluenceApiV2Client.js +87 -0
  210. package/lib/openapi/v2/BaseConfluenceApiV2Client.js.map +1 -0
  211. package/lib/openapi/v2/core/CommonHttpClient.d.ts +196 -0
  212. package/lib/openapi/v2/core/CommonHttpClient.js +390 -0
  213. package/lib/openapi/v2/core/CommonHttpClient.js.map +1 -0
  214. package/lib/openapi/v2/core/CommonHttpService.d.ts +7 -0
  215. package/lib/openapi/v2/core/CommonHttpService.js +20 -0
  216. package/lib/openapi/v2/core/CommonHttpService.js.map +1 -0
  217. package/lib/openapi/v2/core/CommonValidationSchemaStorage.d.ts +35 -0
  218. package/lib/openapi/v2/core/CommonValidationSchemaStorage.js +65 -0
  219. package/lib/openapi/v2/core/CommonValidationSchemaStorage.js.map +1 -0
  220. package/lib/openapi/v2/models/ancestors.d.ts +11 -0
  221. package/lib/openapi/v2/models/ancestors.js +21 -0
  222. package/lib/openapi/v2/models/ancestors.js.map +1 -0
  223. package/lib/openapi/v2/models/attachment.d.ts +148 -0
  224. package/lib/openapi/v2/models/attachment.js +116 -0
  225. package/lib/openapi/v2/models/attachment.js.map +1 -0
  226. package/lib/openapi/v2/models/blogPost.d.ts +106 -0
  227. package/lib/openapi/v2/models/blogPost.js +134 -0
  228. package/lib/openapi/v2/models/blogPost.js.map +1 -0
  229. package/lib/openapi/v2/models/children.d.ts +29 -0
  230. package/lib/openapi/v2/models/children.js +38 -0
  231. package/lib/openapi/v2/models/children.js.map +1 -0
  232. package/lib/openapi/v2/models/classificationLevel.d.ts +28 -0
  233. package/lib/openapi/v2/models/classificationLevel.js +45 -0
  234. package/lib/openapi/v2/models/classificationLevel.js.map +1 -0
  235. package/lib/openapi/v2/models/comment.d.ts +396 -0
  236. package/lib/openapi/v2/models/comment.js +378 -0
  237. package/lib/openapi/v2/models/comment.js.map +1 -0
  238. package/lib/openapi/v2/models/common.d.ts +200 -0
  239. package/lib/openapi/v2/models/common.js +225 -0
  240. package/lib/openapi/v2/models/common.js.map +1 -0
  241. package/lib/openapi/v2/models/content.d.ts +16 -0
  242. package/lib/openapi/v2/models/content.js +29 -0
  243. package/lib/openapi/v2/models/content.js.map +1 -0
  244. package/lib/openapi/v2/models/contentProperties.d.ts +33 -0
  245. package/lib/openapi/v2/models/contentProperties.js +33 -0
  246. package/lib/openapi/v2/models/contentProperties.js.map +1 -0
  247. package/lib/openapi/v2/models/customContent.d.ts +174 -0
  248. package/lib/openapi/v2/models/customContent.js +163 -0
  249. package/lib/openapi/v2/models/customContent.js.map +1 -0
  250. package/lib/openapi/v2/models/dataPolicies.d.ts +34 -0
  251. package/lib/openapi/v2/models/dataPolicies.js +38 -0
  252. package/lib/openapi/v2/models/dataPolicies.js.map +1 -0
  253. package/lib/openapi/v2/models/database.d.ts +35 -0
  254. package/lib/openapi/v2/models/database.js +38 -0
  255. package/lib/openapi/v2/models/database.js.map +1 -0
  256. package/lib/openapi/v2/models/operation.d.ts +8 -0
  257. package/lib/openapi/v2/models/operation.js +21 -0
  258. package/lib/openapi/v2/models/operation.js.map +1 -0
  259. package/lib/openapi/v2/models/page.d.ts +124 -0
  260. package/lib/openapi/v2/models/page.js +143 -0
  261. package/lib/openapi/v2/models/page.js.map +1 -0
  262. package/lib/openapi/v2/models/smartLink.d.ts +38 -0
  263. package/lib/openapi/v2/models/smartLink.js +38 -0
  264. package/lib/openapi/v2/models/smartLink.js.map +1 -0
  265. package/lib/openapi/v2/models/space.d.ts +87 -0
  266. package/lib/openapi/v2/models/space.js +100 -0
  267. package/lib/openapi/v2/models/space.js.map +1 -0
  268. package/lib/openapi/v2/models/spaceProperties.d.ts +27 -0
  269. package/lib/openapi/v2/models/spaceProperties.js +32 -0
  270. package/lib/openapi/v2/models/spaceProperties.js.map +1 -0
  271. package/lib/openapi/v2/models/task.d.ts +39 -0
  272. package/lib/openapi/v2/models/task.js +39 -0
  273. package/lib/openapi/v2/models/task.js.map +1 -0
  274. package/lib/openapi/v2/models/version.d.ts +139 -0
  275. package/lib/openapi/v2/models/version.js +91 -0
  276. package/lib/openapi/v2/models/version.js.map +1 -0
  277. package/lib/openapi/v2/models/whiteboard.d.ts +37 -0
  278. package/lib/openapi/v2/models/whiteboard.js +39 -0
  279. package/lib/openapi/v2/models/whiteboard.js.map +1 -0
  280. package/lib/openapi/v2/services/AncestorsService.d.ts +143 -0
  281. package/lib/openapi/v2/services/AncestorsService.js +245 -0
  282. package/lib/openapi/v2/services/AncestorsService.js.map +1 -0
  283. package/lib/openapi/v2/services/AttachmentService.d.ts +307 -0
  284. package/lib/openapi/v2/services/AttachmentService.js +370 -0
  285. package/lib/openapi/v2/services/AttachmentService.js.map +1 -0
  286. package/lib/openapi/v2/services/BlogPostService.d.ts +386 -0
  287. package/lib/openapi/v2/services/BlogPostService.js +379 -0
  288. package/lib/openapi/v2/services/BlogPostService.js.map +1 -0
  289. package/lib/openapi/v2/services/ChildrenService.d.ts +85 -0
  290. package/lib/openapi/v2/services/ChildrenService.js +127 -0
  291. package/lib/openapi/v2/services/ChildrenService.js.map +1 -0
  292. package/lib/openapi/v2/services/ClassificationLevelService.d.ts +213 -0
  293. package/lib/openapi/v2/services/ClassificationLevelService.js +340 -0
  294. package/lib/openapi/v2/services/ClassificationLevelService.js.map +1 -0
  295. package/lib/openapi/v2/services/CommentService.d.ts +713 -0
  296. package/lib/openapi/v2/services/CommentService.js +884 -0
  297. package/lib/openapi/v2/services/CommentService.js.map +1 -0
  298. package/lib/openapi/v2/services/ContentPropertiesService.d.ts +844 -0
  299. package/lib/openapi/v2/services/ContentPropertiesService.js +1514 -0
  300. package/lib/openapi/v2/services/ContentPropertiesService.js.map +1 -0
  301. package/lib/openapi/v2/services/ContentService.d.ts +31 -0
  302. package/lib/openapi/v2/services/ContentService.js +62 -0
  303. package/lib/openapi/v2/services/ContentService.js.map +1 -0
  304. package/lib/openapi/v2/services/CustomContentService.d.ts +427 -0
  305. package/lib/openapi/v2/services/CustomContentService.js +423 -0
  306. package/lib/openapi/v2/services/CustomContentService.js.map +1 -0
  307. package/lib/openapi/v2/services/DataPoliciesService.d.ts +64 -0
  308. package/lib/openapi/v2/services/DataPoliciesService.js +108 -0
  309. package/lib/openapi/v2/services/DataPoliciesService.js.map +1 -0
  310. package/lib/openapi/v2/services/DatabaseService.d.ts +82 -0
  311. package/lib/openapi/v2/services/DatabaseService.js +135 -0
  312. package/lib/openapi/v2/services/DatabaseService.js.map +1 -0
  313. package/lib/openapi/v2/services/LabelService.d.ts +271 -0
  314. package/lib/openapi/v2/services/LabelService.js +384 -0
  315. package/lib/openapi/v2/services/LabelService.js.map +1 -0
  316. package/lib/openapi/v2/services/LikeService.d.ts +205 -0
  317. package/lib/openapi/v2/services/LikeService.js +358 -0
  318. package/lib/openapi/v2/services/LikeService.js.map +1 -0
  319. package/lib/openapi/v2/services/OperationService.d.ts +154 -0
  320. package/lib/openapi/v2/services/OperationService.js +374 -0
  321. package/lib/openapi/v2/services/OperationService.js.map +1 -0
  322. package/lib/openapi/v2/services/PageService.d.ts +408 -0
  323. package/lib/openapi/v2/services/PageService.js +381 -0
  324. package/lib/openapi/v2/services/PageService.js.map +1 -0
  325. package/lib/openapi/v2/services/SmartLinkService.d.ts +84 -0
  326. package/lib/openapi/v2/services/SmartLinkService.js +137 -0
  327. package/lib/openapi/v2/services/SmartLinkService.js.map +1 -0
  328. package/lib/openapi/v2/services/SpacePermissionsService.d.ts +36 -0
  329. package/lib/openapi/v2/services/SpacePermissionsService.js +66 -0
  330. package/lib/openapi/v2/services/SpacePermissionsService.js.map +1 -0
  331. package/lib/openapi/v2/services/SpacePropertiesService.d.ts +118 -0
  332. package/lib/openapi/v2/services/SpacePropertiesService.js +213 -0
  333. package/lib/openapi/v2/services/SpacePropertiesService.js.map +1 -0
  334. package/lib/openapi/v2/services/SpaceService.d.ts +141 -0
  335. package/lib/openapi/v2/services/SpaceService.js +133 -0
  336. package/lib/openapi/v2/services/SpaceService.js.map +1 -0
  337. package/lib/openapi/v2/services/TaskService.d.ts +184 -0
  338. package/lib/openapi/v2/services/TaskService.js +165 -0
  339. package/lib/openapi/v2/services/TaskService.js.map +1 -0
  340. package/lib/openapi/v2/services/UserService.d.ts +51 -0
  341. package/lib/openapi/v2/services/UserService.js +83 -0
  342. package/lib/openapi/v2/services/UserService.js.map +1 -0
  343. package/lib/openapi/v2/services/VersionService.d.ts +350 -0
  344. package/lib/openapi/v2/services/VersionService.js +541 -0
  345. package/lib/openapi/v2/services/VersionService.js.map +1 -0
  346. package/lib/openapi/v2/services/WhiteboardService.d.ts +82 -0
  347. package/lib/openapi/v2/services/WhiteboardService.js +135 -0
  348. package/lib/openapi/v2/services/WhiteboardService.js.map +1 -0
  349. package/lib/openapi/v2/validationSchemaStorage.d.ts +3 -0
  350. package/lib/openapi/v2/validationSchemaStorage.js +144 -0
  351. package/lib/openapi/v2/validationSchemaStorage.js.map +1 -0
  352. package/package.json +44 -0
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.registerContentAttachmentsValidationSchemas = void 0;
4
+ // DO NOT EDIT!
5
+ // This file is generated by "api-typescript-generator".
6
+ // To update this file run "yarn build:openapi".
7
+ const zod_1 = require("zod");
8
+ const common_1 = require("./common");
9
+ function registerContentAttachmentsValidationSchemas(validationSchemaStorage) {
10
+ validationSchemaStorage.register("AttachmentPropertiesUpdateBody", zod_1.z
11
+ .object({
12
+ id: zod_1.z.string(),
13
+ type: zod_1.z.string(),
14
+ status: zod_1.z.string().optional(),
15
+ title: zod_1.z.string().optional(),
16
+ container: zod_1.z
17
+ .nullable(validationSchemaStorage.lazy("Container"))
18
+ .optional(),
19
+ metadata: zod_1.z
20
+ .object({
21
+ mediaType: zod_1.z.string().optional(),
22
+ })
23
+ .catchall(zod_1.z.unknown())
24
+ .optional(),
25
+ extensions: zod_1.z.object({}).catchall(zod_1.z.unknown()).optional(),
26
+ version: zod_1.z.nullable(validationSchemaStorage.lazy("VersionV1")),
27
+ })
28
+ .catchall(zod_1.z.unknown())
29
+ .describe("AttachmentPropertiesUpdateBody"));
30
+ validationSchemaStorage.registerOnce([common_1.registerCommonValidationSchemas]);
31
+ }
32
+ exports.registerContentAttachmentsValidationSchemas = registerContentAttachmentsValidationSchemas;
33
+ //# sourceMappingURL=contentAttachments.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"contentAttachments.js","sourceRoot":"","sources":["../../../../src/openapi/v1/models/contentAttachments.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAyC;AAGzC,qCAIkB;AAwBlB,SAAgB,2CAA2C,CACzD,uBAAkE;IAElE,uBAAuB,CAAC,QAAQ,CAC9B,gCAAgC,EAChC,OAAC;SACE,MAAM,CAAC;QACN,EAAE,EAAE,OAAC,CAAC,MAAM,EAAE;QACd,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE;QAChB,MAAM,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QAC7B,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QAC5B,SAAS,EAAE,OAAC;aACT,QAAQ,CAAC,uBAAuB,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;aACnD,QAAQ,EAAE;QACb,QAAQ,EAAE,OAAC;aACR,MAAM,CAAC;YACN,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;SACjC,CAAC;aACD,QAAQ,CAAC,OAAC,CAAC,OAAO,EAAE,CAAC;aACrB,QAAQ,EAAE;QACb,UAAU,EAAE,OAAC,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,QAAQ,CAAC,OAAC,CAAC,OAAO,EAAE,CAAC,CAAC,QAAQ,EAAE;QACzD,OAAO,EAAE,OAAC,CAAC,QAAQ,CAAC,uBAAuB,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KAC/D,CAAC;SACD,QAAQ,CAAC,OAAC,CAAC,OAAO,EAAE,CAAC;SACrB,QAAQ,CAAC,gCAAgC,CAAC,CAC9C,CAAC;IACF,uBAAuB,CAAC,YAAY,CAAC,CAAC,wCAA+B,CAAC,CAAC,CAAC;AAC1E,CAAC;AA3BD,kGA2BC"}
@@ -0,0 +1,36 @@
1
+ import { type ZodTypeAny } from "zod";
2
+ import type { CommonValidationSchemaStorage } from "../core/CommonValidationSchemaStorage";
3
+ import { type EmbeddedContent, type GenericLinks, type WebResourceDependencies } from "./common";
4
+ export interface AsyncContentBody extends Record<string, unknown> {
5
+ value?: string;
6
+ representation?: "view" | "export_view" | "styled_view" | "storage" | "editor" | "editor2" | "anonymous_export_view" | "wiki" | "atlas_doc_format";
7
+ renderTaskId?: string;
8
+ error?: string;
9
+ /**
10
+ * Rerunning is reserved for when the job is working, but there is a previous
11
+ * run's value in the cache. You may choose to continue polling, or use the cached
12
+ * value.
13
+ */
14
+ status?: "WORKING" | "QUEUED" | "FAILED" | "COMPLETED" | "RERUNNING";
15
+ embeddedContent?: EmbeddedContent[];
16
+ webresource?: WebResourceDependencies;
17
+ mediaToken?: {
18
+ collectionIds?: string[];
19
+ contentId?: string;
20
+ expiryDateTime?: string;
21
+ fileIds?: string[];
22
+ token?: string;
23
+ } & {
24
+ [key: string]: unknown;
25
+ };
26
+ _expandable?: {
27
+ content?: string;
28
+ embeddedContent?: string;
29
+ webresource?: string;
30
+ mediaToken?: string;
31
+ } & {
32
+ [key: string]: unknown;
33
+ };
34
+ _links?: GenericLinks;
35
+ }
36
+ export declare function registerContentBodyValidationSchemas(validationSchemaStorage: CommonValidationSchemaStorage<ZodTypeAny>): void;
@@ -0,0 +1,63 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.registerContentBodyValidationSchemas = void 0;
4
+ // DO NOT EDIT!
5
+ // This file is generated by "api-typescript-generator".
6
+ // To update this file run "yarn build:openapi".
7
+ const zod_1 = require("zod");
8
+ const common_1 = require("./common");
9
+ function registerContentBodyValidationSchemas(validationSchemaStorage) {
10
+ validationSchemaStorage.register("AsyncContentBody", zod_1.z
11
+ .object({
12
+ value: zod_1.z.string().optional(),
13
+ representation: zod_1.z
14
+ .enum([
15
+ "view",
16
+ "export_view",
17
+ "styled_view",
18
+ "storage",
19
+ "editor",
20
+ "editor2",
21
+ "anonymous_export_view",
22
+ "wiki",
23
+ "atlas_doc_format",
24
+ ])
25
+ .optional(),
26
+ renderTaskId: zod_1.z.string().optional(),
27
+ error: zod_1.z.string().optional(),
28
+ status: zod_1.z
29
+ .enum(["WORKING", "QUEUED", "FAILED", "COMPLETED", "RERUNNING"])
30
+ .optional(),
31
+ embeddedContent: zod_1.z
32
+ .array(validationSchemaStorage.lazy("EmbeddedContent"))
33
+ .optional(),
34
+ webresource: validationSchemaStorage
35
+ .lazy("WebResourceDependencies")
36
+ .optional(),
37
+ mediaToken: zod_1.z
38
+ .object({
39
+ collectionIds: zod_1.z.array(zod_1.z.string()).optional(),
40
+ contentId: zod_1.z.string().optional(),
41
+ expiryDateTime: zod_1.z.string().optional(),
42
+ fileIds: zod_1.z.array(zod_1.z.string()).optional(),
43
+ token: zod_1.z.string().optional(),
44
+ })
45
+ .catchall(zod_1.z.unknown())
46
+ .optional(),
47
+ _expandable: zod_1.z
48
+ .object({
49
+ content: zod_1.z.string().optional(),
50
+ embeddedContent: zod_1.z.string().optional(),
51
+ webresource: zod_1.z.string().optional(),
52
+ mediaToken: zod_1.z.string().optional(),
53
+ })
54
+ .catchall(zod_1.z.unknown())
55
+ .optional(),
56
+ _links: validationSchemaStorage.lazy("GenericLinks").optional(),
57
+ })
58
+ .catchall(zod_1.z.unknown())
59
+ .describe("AsyncContentBody"));
60
+ validationSchemaStorage.registerOnce([common_1.registerCommonValidationSchemas]);
61
+ }
62
+ exports.registerContentBodyValidationSchemas = registerContentBodyValidationSchemas;
63
+ //# sourceMappingURL=contentBody.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"contentBody.js","sourceRoot":"","sources":["../../../../src/openapi/v1/models/contentBody.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAyC;AAGzC,qCAKkB;AA0ClB,SAAgB,oCAAoC,CAClD,uBAAkE;IAElE,uBAAuB,CAAC,QAAQ,CAC9B,kBAAkB,EAClB,OAAC;SACE,MAAM,CAAC;QACN,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QAC5B,cAAc,EAAE,OAAC;aACd,IAAI,CAAC;YACJ,MAAM;YACN,aAAa;YACb,aAAa;YACb,SAAS;YACT,QAAQ;YACR,SAAS;YACT,uBAAuB;YACvB,MAAM;YACN,kBAAkB;SACnB,CAAC;aACD,QAAQ,EAAE;QACb,YAAY,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QACnC,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QAC5B,MAAM,EAAE,OAAC;aACN,IAAI,CAAC,CAAC,SAAS,EAAE,QAAQ,EAAE,QAAQ,EAAE,WAAW,EAAE,WAAW,CAAC,CAAC;aAC/D,QAAQ,EAAE;QACb,eAAe,EAAE,OAAC;aACf,KAAK,CAAC,uBAAuB,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;aACtD,QAAQ,EAAE;QACb,WAAW,EAAE,uBAAuB;aACjC,IAAI,CAAC,yBAAyB,CAAC;aAC/B,QAAQ,EAAE;QACb,UAAU,EAAE,OAAC;aACV,MAAM,CAAC;YACN,aAAa,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;YAC7C,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;YAChC,cAAc,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;YACrC,OAAO,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;YACvC,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;SAC7B,CAAC;aACD,QAAQ,CAAC,OAAC,CAAC,OAAO,EAAE,CAAC;aACrB,QAAQ,EAAE;QACb,WAAW,EAAE,OAAC;aACX,MAAM,CAAC;YACN,OAAO,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;YAC9B,eAAe,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;YACtC,WAAW,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;YAClC,UAAU,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;SAClC,CAAC;aACD,QAAQ,CAAC,OAAC,CAAC,OAAO,EAAE,CAAC;aACrB,QAAQ,EAAE;QACb,MAAM,EAAE,uBAAuB,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,QAAQ,EAAE;KAChE,CAAC;SACD,QAAQ,CAAC,OAAC,CAAC,OAAO,EAAE,CAAC;SACrB,QAAQ,CAAC,kBAAkB,CAAC,CAChC,CAAC;IACF,uBAAuB,CAAC,YAAY,CAAC,CAAC,wCAA+B,CAAC,CAAC,CAAC;AAC1E,CAAC;AAzDD,oFAyDC"}
@@ -0,0 +1,75 @@
1
+ import { type ZodTypeAny } from "zod";
2
+ import type { CommonValidationSchemaStorage } from "../core/CommonValidationSchemaStorage";
3
+ import { type ContentBodyCreate, type ContentId } from "./common";
4
+ export interface CopyPageHierarchyRequest extends Record<string, unknown> {
5
+ /** If set to `true`, attachments are copied to the destination page. */
6
+ copyAttachments?: boolean;
7
+ /** If set to `true`, page permissions are copied to the destination page. */
8
+ copyPermissions?: boolean;
9
+ /** If set to `true`, content properties are copied to the destination page. */
10
+ copyProperties?: boolean;
11
+ /** If set to `true`, labels are copied to the destination page. */
12
+ copyLabels?: boolean;
13
+ /** If set to `true`, custom contents are copied to the destination page. */
14
+ copyCustomContents?: boolean;
15
+ /** If set to `true`, descendants are copied to the destination page. */
16
+ copyDescendants?: boolean;
17
+ destinationPageId: ContentId;
18
+ /** Required for copying page in the same space. */
19
+ titleOptions?: CopyPageHierarchyTitleOptions;
20
+ }
21
+ /** Required for copying page in the same space. */
22
+ export interface CopyPageHierarchyTitleOptions extends Record<string, unknown> {
23
+ prefix?: string;
24
+ replace?: string;
25
+ search?: string;
26
+ }
27
+ export interface CopyPageRequest extends Record<string, unknown> {
28
+ /** If set to `true`, attachments are copied to the destination page. */
29
+ copyAttachments?: boolean;
30
+ /** If set to `true`, page permissions are copied to the destination page. */
31
+ copyPermissions?: boolean;
32
+ /** If set to `true`, content properties are copied to the destination page. */
33
+ copyProperties?: boolean;
34
+ /** If set to `true`, labels are copied to the destination page. */
35
+ copyLabels?: boolean;
36
+ /** If set to `true`, custom contents are copied to the destination page. */
37
+ copyCustomContents?: boolean;
38
+ /**
39
+ * Defines where the page will be copied to, and can be one of the following types.
40
+ *
41
+ * - `parent_page`: page will be copied as a child of the specified parent page
42
+ * - `space`: page will be copied to the specified space as a root page on the
43
+ * space
44
+ * - `existing_page`: page will be copied and replace the specified page
45
+ */
46
+ destination: CopyPageRequestDestination;
47
+ /** If defined, this will replace the title of the destination page. */
48
+ pageTitle?: string;
49
+ /** If defined, this will replace the body of the destination page. */
50
+ body?: {
51
+ /** This object is used when creating or updating content. */
52
+ storage?: ContentBodyCreate;
53
+ /** This object is used when creating or updating content. */
54
+ editor2?: ContentBodyCreate;
55
+ } & {
56
+ [key: string]: unknown;
57
+ };
58
+ }
59
+ /**
60
+ * Defines where the page will be copied to, and can be one of the following types.
61
+ *
62
+ * - `parent_page`: page will be copied as a child of the specified parent page
63
+ * - `space`: page will be copied to the specified space as a root page on the
64
+ * space
65
+ * - `existing_page`: page will be copied and replace the specified page
66
+ */
67
+ export interface CopyPageRequestDestination extends Record<string, unknown> {
68
+ type: "space" | "existing_page" | "parent_page";
69
+ /**
70
+ * The space key for `space` type, and content id for `parent_page` and
71
+ * `existing_page`
72
+ */
73
+ value: string;
74
+ }
75
+ export declare function registerContentChildrenAndDescendantsValidationSchemas(validationSchemaStorage: CommonValidationSchemaStorage<ZodTypeAny>): void;
@@ -0,0 +1,66 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.registerContentChildrenAndDescendantsValidationSchemas = void 0;
4
+ // DO NOT EDIT!
5
+ // This file is generated by "api-typescript-generator".
6
+ // To update this file run "yarn build:openapi".
7
+ const zod_1 = require("zod");
8
+ const common_1 = require("./common");
9
+ function registerContentChildrenAndDescendantsValidationSchemas(validationSchemaStorage) {
10
+ validationSchemaStorage.register("CopyPageHierarchyRequest", zod_1.z
11
+ .object({
12
+ copyAttachments: zod_1.z.boolean().optional(),
13
+ copyPermissions: zod_1.z.boolean().optional(),
14
+ copyProperties: zod_1.z.boolean().optional(),
15
+ copyLabels: zod_1.z.boolean().optional(),
16
+ copyCustomContents: zod_1.z.boolean().optional(),
17
+ copyDescendants: zod_1.z.boolean().optional(),
18
+ destinationPageId: validationSchemaStorage.lazy("ContentId"),
19
+ titleOptions: validationSchemaStorage
20
+ .lazy("CopyPageHierarchyTitleOptions")
21
+ .optional(),
22
+ })
23
+ .catchall(zod_1.z.unknown())
24
+ .describe("CopyPageHierarchyRequest"));
25
+ validationSchemaStorage.register("CopyPageHierarchyTitleOptions", zod_1.z
26
+ .object({
27
+ prefix: zod_1.z.string().optional(),
28
+ replace: zod_1.z.string().optional(),
29
+ search: zod_1.z.string().optional(),
30
+ })
31
+ .catchall(zod_1.z.unknown())
32
+ .describe("CopyPageHierarchyTitleOptions"));
33
+ validationSchemaStorage.register("CopyPageRequest", zod_1.z
34
+ .object({
35
+ copyAttachments: zod_1.z.boolean().optional(),
36
+ copyPermissions: zod_1.z.boolean().optional(),
37
+ copyProperties: zod_1.z.boolean().optional(),
38
+ copyLabels: zod_1.z.boolean().optional(),
39
+ copyCustomContents: zod_1.z.boolean().optional(),
40
+ destination: validationSchemaStorage.lazy("CopyPageRequestDestination"),
41
+ pageTitle: zod_1.z.string().optional(),
42
+ body: zod_1.z
43
+ .object({
44
+ storage: validationSchemaStorage
45
+ .lazy("ContentBodyCreate")
46
+ .optional(),
47
+ editor2: validationSchemaStorage
48
+ .lazy("ContentBodyCreate")
49
+ .optional(),
50
+ })
51
+ .catchall(zod_1.z.unknown())
52
+ .optional(),
53
+ })
54
+ .catchall(zod_1.z.unknown())
55
+ .describe("CopyPageRequest"));
56
+ validationSchemaStorage.register("CopyPageRequestDestination", zod_1.z
57
+ .object({
58
+ type: zod_1.z.enum(["space", "existing_page", "parent_page"]),
59
+ value: zod_1.z.string(),
60
+ })
61
+ .catchall(zod_1.z.unknown())
62
+ .describe("CopyPageRequestDestination"));
63
+ validationSchemaStorage.registerOnce([common_1.registerCommonValidationSchemas]);
64
+ }
65
+ exports.registerContentChildrenAndDescendantsValidationSchemas = registerContentChildrenAndDescendantsValidationSchemas;
66
+ //# sourceMappingURL=contentChildrenAndDescendants.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"contentChildrenAndDescendants.js","sourceRoot":"","sources":["../../../../src/openapi/v1/models/contentChildrenAndDescendants.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,5 @@
1
+ import { type ZodTypeAny } from "zod";
2
+ import type { CommonValidationSchemaStorage } from "../core/CommonValidationSchemaStorage";
3
+ import { type LabelCreate } from "./common";
4
+ export type LabelCreateArray = LabelCreate[];
5
+ export declare function registerContentLabelsValidationSchemas(validationSchemaStorage: CommonValidationSchemaStorage<ZodTypeAny>): void;
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.registerContentLabelsValidationSchemas = void 0;
4
+ // DO NOT EDIT!
5
+ // This file is generated by "api-typescript-generator".
6
+ // To update this file run "yarn build:openapi".
7
+ const zod_1 = require("zod");
8
+ const common_1 = require("./common");
9
+ function registerContentLabelsValidationSchemas(validationSchemaStorage) {
10
+ validationSchemaStorage.register("LabelCreateArray", zod_1.z
11
+ .array(validationSchemaStorage.lazy("LabelCreate"))
12
+ .describe("LabelCreateArray"));
13
+ validationSchemaStorage.registerOnce([common_1.registerCommonValidationSchemas]);
14
+ }
15
+ exports.registerContentLabelsValidationSchemas = registerContentLabelsValidationSchemas;
16
+ //# sourceMappingURL=contentLabels.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"contentLabels.js","sourceRoot":"","sources":["../../../../src/openapi/v1/models/contentLabels.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAyC;AAGzC,qCAA6E;AAE7E,SAAgB,sCAAsC,CACpD,uBAAkE;IAElE,uBAAuB,CAAC,QAAQ,CAC9B,kBAAkB,EAClB,OAAC;SACE,KAAK,CAAC,uBAAuB,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC;SAClD,QAAQ,CAAC,kBAAkB,CAAC,CAChC,CAAC;IACF,uBAAuB,CAAC,YAAY,CAAC,CAAC,wCAA+B,CAAC,CAAC,CAAC;AAC1E,CAAC;AAVD,wFAUC"}
@@ -0,0 +1,12 @@
1
+ import { type ZodTypeAny } from "zod";
2
+ import type { CommonValidationSchemaStorage } from "../core/CommonValidationSchemaStorage";
3
+ import { type GenericLinks } from "./common";
4
+ export interface MacroInstance extends Record<string, unknown> {
5
+ name?: string;
6
+ body?: string;
7
+ parameters?: {
8
+ [key: string]: unknown;
9
+ };
10
+ _links?: GenericLinks;
11
+ }
12
+ export declare function registerContentMacroBodyValidationSchemas(validationSchemaStorage: CommonValidationSchemaStorage<ZodTypeAny>): void;
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.registerContentMacroBodyValidationSchemas = void 0;
4
+ // DO NOT EDIT!
5
+ // This file is generated by "api-typescript-generator".
6
+ // To update this file run "yarn build:openapi".
7
+ const zod_1 = require("zod");
8
+ const common_1 = require("./common");
9
+ function registerContentMacroBodyValidationSchemas(validationSchemaStorage) {
10
+ validationSchemaStorage.register("MacroInstance", zod_1.z
11
+ .object({
12
+ name: zod_1.z.string().optional(),
13
+ body: zod_1.z.string().optional(),
14
+ parameters: zod_1.z.object({}).catchall(zod_1.z.unknown()).optional(),
15
+ _links: validationSchemaStorage.lazy("GenericLinks").optional(),
16
+ })
17
+ .catchall(zod_1.z.unknown())
18
+ .describe("MacroInstance"));
19
+ validationSchemaStorage.registerOnce([common_1.registerCommonValidationSchemas]);
20
+ }
21
+ exports.registerContentMacroBodyValidationSchemas = registerContentMacroBodyValidationSchemas;
22
+ //# sourceMappingURL=contentMacroBody.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"contentMacroBody.js","sourceRoot":"","sources":["../../../../src/openapi/v1/models/contentMacroBody.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAyC;AAGzC,qCAA8E;AAS9E,SAAgB,yCAAyC,CACvD,uBAAkE;IAElE,uBAAuB,CAAC,QAAQ,CAC9B,eAAe,EACf,OAAC;SACE,MAAM,CAAC;QACN,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QAC3B,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QAC3B,UAAU,EAAE,OAAC,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,QAAQ,CAAC,OAAC,CAAC,OAAO,EAAE,CAAC,CAAC,QAAQ,EAAE;QACzD,MAAM,EAAE,uBAAuB,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,QAAQ,EAAE;KAChE,CAAC;SACD,QAAQ,CAAC,OAAC,CAAC,OAAO,EAAE,CAAC;SACrB,QAAQ,CAAC,eAAe,CAAC,CAC7B,CAAC;IACF,uBAAuB,CAAC,YAAY,CAAC,CAAC,wCAA+B,CAAC,CAAC,CAAC;AAC1E,CAAC;AAhBD,8FAgBC"}
@@ -0,0 +1,41 @@
1
+ import { type ZodTypeAny } from "zod";
2
+ import type { CommonValidationSchemaStorage } from "../core/CommonValidationSchemaStorage";
3
+ import { type GenericLinks, type Message } from "./common";
4
+ /** This object represents the request for the content permission check API. */
5
+ export interface ContentPermissionRequest extends Record<string, unknown> {
6
+ /** The user or group that the permission applies to. */
7
+ subject: PermissionSubjectWithGroupId;
8
+ /** The content permission operation to check. */
9
+ operation: "read" | "update" | "delete";
10
+ }
11
+ /**
12
+ * This object represents the response for the content permission check API. If
13
+ * the user or group does not have
14
+ * permissions, the following errors may be returned:
15
+ *
16
+ * - Group does not have permission to the space
17
+ * - Group does not have permission to the content
18
+ * - User is not allowed to use Confluence
19
+ * - User does not have permission to the space
20
+ * - User does not have permission to the content
21
+ * - Anonymous users are not allowed to use Confluence
22
+ * - Anonymous user does not have permission to the space
23
+ * - Anonymous user does not have permission to the content
24
+ */
25
+ export interface PermissionCheckResponse extends Record<string, unknown> {
26
+ hasPermission: boolean;
27
+ errors?: Message[];
28
+ _links?: GenericLinks;
29
+ }
30
+ /** The user or group that the permission applies to. */
31
+ export interface PermissionSubjectWithGroupId extends Record<string, unknown> {
32
+ type: "user" | "group";
33
+ /**
34
+ * for `type=user`, identifier should be user's accountId or `anonymous` for
35
+ * anonymous users
36
+ *
37
+ * for `type=group`, identifier should be ID of the group
38
+ */
39
+ identifier: string;
40
+ }
41
+ export declare function registerContentPermissionsValidationSchemas(validationSchemaStorage: CommonValidationSchemaStorage<ZodTypeAny>): void;
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.registerContentPermissionsValidationSchemas = void 0;
4
+ // DO NOT EDIT!
5
+ // This file is generated by "api-typescript-generator".
6
+ // To update this file run "yarn build:openapi".
7
+ const zod_1 = require("zod");
8
+ const common_1 = require("./common");
9
+ function registerContentPermissionsValidationSchemas(validationSchemaStorage) {
10
+ validationSchemaStorage.register("ContentPermissionRequest", zod_1.z
11
+ .object({
12
+ subject: validationSchemaStorage.lazy("PermissionSubjectWithGroupId"),
13
+ operation: zod_1.z.enum(["read", "update", "delete"]),
14
+ })
15
+ .catchall(zod_1.z.unknown())
16
+ .describe("ContentPermissionRequest"));
17
+ validationSchemaStorage.register("PermissionCheckResponse", zod_1.z
18
+ .object({
19
+ hasPermission: zod_1.z.boolean(),
20
+ errors: zod_1.z.array(validationSchemaStorage.lazy("Message")).optional(),
21
+ _links: validationSchemaStorage.lazy("GenericLinks").optional(),
22
+ })
23
+ .catchall(zod_1.z.unknown())
24
+ .describe("PermissionCheckResponse"));
25
+ validationSchemaStorage.register("PermissionSubjectWithGroupId", zod_1.z
26
+ .object({
27
+ type: zod_1.z.enum(["user", "group"]),
28
+ identifier: zod_1.z.string(),
29
+ })
30
+ .catchall(zod_1.z.unknown())
31
+ .describe("PermissionSubjectWithGroupId"));
32
+ validationSchemaStorage.registerOnce([common_1.registerCommonValidationSchemas]);
33
+ }
34
+ exports.registerContentPermissionsValidationSchemas = registerContentPermissionsValidationSchemas;
35
+ //# sourceMappingURL=contentPermissions.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"contentPermissions.js","sourceRoot":"","sources":["../../../../src/openapi/v1/models/contentPermissions.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAyC;AAGzC,qCAIkB;AAsClB,SAAgB,2CAA2C,CACzD,uBAAkE;IAElE,uBAAuB,CAAC,QAAQ,CAC9B,0BAA0B,EAC1B,OAAC;SACE,MAAM,CAAC;QACN,OAAO,EAAE,uBAAuB,CAAC,IAAI,CAAC,8BAA8B,CAAC;QACrE,SAAS,EAAE,OAAC,CAAC,IAAI,CAAC,CAAC,MAAM,EAAE,QAAQ,EAAE,QAAQ,CAAC,CAAC;KAChD,CAAC;SACD,QAAQ,CAAC,OAAC,CAAC,OAAO,EAAE,CAAC;SACrB,QAAQ,CAAC,0BAA0B,CAAC,CACxC,CAAC;IACF,uBAAuB,CAAC,QAAQ,CAC9B,yBAAyB,EACzB,OAAC;SACE,MAAM,CAAC;QACN,aAAa,EAAE,OAAC,CAAC,OAAO,EAAE;QAC1B,MAAM,EAAE,OAAC,CAAC,KAAK,CAAC,uBAAuB,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,QAAQ,EAAE;QACnE,MAAM,EAAE,uBAAuB,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,QAAQ,EAAE;KAChE,CAAC;SACD,QAAQ,CAAC,OAAC,CAAC,OAAO,EAAE,CAAC;SACrB,QAAQ,CAAC,yBAAyB,CAAC,CACvC,CAAC;IACF,uBAAuB,CAAC,QAAQ,CAC9B,8BAA8B,EAC9B,OAAC;SACE,MAAM,CAAC;QACN,IAAI,EAAE,OAAC,CAAC,IAAI,CAAC,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;QAC/B,UAAU,EAAE,OAAC,CAAC,MAAM,EAAE;KACvB,CAAC;SACD,QAAQ,CAAC,OAAC,CAAC,OAAO,EAAE,CAAC;SACrB,QAAQ,CAAC,8BAA8B,CAAC,CAC5C,CAAC;IACF,uBAAuB,CAAC,YAAY,CAAC,CAAC,wCAA+B,CAAC,CAAC,CAAC;AAC1E,CAAC;AAnCD,kGAmCC"}
@@ -0,0 +1,73 @@
1
+ import { type ZodTypeAny } from "zod";
2
+ import type { CommonValidationSchemaStorage } from "../core/CommonValidationSchemaStorage";
3
+ import { type GenericLinks } from "./common";
4
+ export interface ContentPropertyArray extends Record<string, unknown> {
5
+ results: ContentPropertyV1[];
6
+ start: number;
7
+ limit: number;
8
+ size: number;
9
+ _links: GenericLinks;
10
+ }
11
+ export interface ContentPropertyCreate extends Record<string, unknown> {
12
+ /** The key of the new property. */
13
+ key: string;
14
+ /** The value of the content property. This can be empty or a complex object. */
15
+ value: string[] | boolean | {
16
+ [key: string]: unknown;
17
+ } | string;
18
+ }
19
+ export interface ContentPropertyCreateNoKey extends Record<string, unknown> {
20
+ /** The value of the content property. This can be empty or a complex object. */
21
+ value: string[] | boolean | {
22
+ [key: string]: unknown;
23
+ } | string;
24
+ }
25
+ export interface ContentPropertyUpdate extends Record<string, unknown> {
26
+ /** The value of the content property. This can be empty or a complex object. */
27
+ value: string[] | boolean | {
28
+ [key: string]: unknown;
29
+ } | string;
30
+ /** The version number of the property. */
31
+ version: ({
32
+ /**
33
+ * The new version for the updated content property. Set this to the
34
+ * current version number incremented by one. To get the current
35
+ * version number, use 'Get content property' and retrieve
36
+ * `version.number`.
37
+ */
38
+ number: number | string;
39
+ /**
40
+ * If `minorEdit` is set to 'true', no notification email or activity
41
+ * stream will be generated for the change.
42
+ */
43
+ minorEdit?: boolean;
44
+ } & {
45
+ [key: string]: unknown;
46
+ }) | null;
47
+ }
48
+ export interface ContentPropertyV1 extends Record<string, unknown> {
49
+ id: string;
50
+ key: string;
51
+ /** The value of the content property. This can be empty or a complex object. */
52
+ value: string[] | boolean | {
53
+ [key: string]: unknown;
54
+ } | string;
55
+ version?: {
56
+ when: string;
57
+ message: string;
58
+ number: number;
59
+ minorEdit: boolean;
60
+ /** True if content type is modifed in this version (e.g. page to blog) */
61
+ contentTypeModified?: boolean;
62
+ } & {
63
+ [key: string]: unknown;
64
+ };
65
+ _links: GenericLinks;
66
+ _expandable?: {
67
+ content?: string;
68
+ additionalProperties?: string;
69
+ } & {
70
+ [key: string]: unknown;
71
+ };
72
+ }
73
+ export declare function registerContentPropertiesValidationSchemas(validationSchemaStorage: CommonValidationSchemaStorage<ZodTypeAny>): void;
@@ -0,0 +1,94 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.registerContentPropertiesValidationSchemas = void 0;
4
+ // DO NOT EDIT!
5
+ // This file is generated by "api-typescript-generator".
6
+ // To update this file run "yarn build:openapi".
7
+ const zod_1 = require("zod");
8
+ const common_1 = require("./common");
9
+ function registerContentPropertiesValidationSchemas(validationSchemaStorage) {
10
+ validationSchemaStorage.register("ContentPropertyArray", zod_1.z
11
+ .object({
12
+ results: zod_1.z.array(validationSchemaStorage.lazy("ContentPropertyV1")),
13
+ start: zod_1.z.number().int(),
14
+ limit: zod_1.z.number().int(),
15
+ size: zod_1.z.number().int(),
16
+ _links: validationSchemaStorage.lazy("GenericLinks"),
17
+ })
18
+ .catchall(zod_1.z.unknown())
19
+ .describe("ContentPropertyArray"));
20
+ validationSchemaStorage.register("ContentPropertyCreate", zod_1.z
21
+ .object({
22
+ key: zod_1.z.string().max(255),
23
+ value: zod_1.z.union([
24
+ zod_1.z.array(zod_1.z.string()),
25
+ zod_1.z.boolean(),
26
+ zod_1.z.object({}).catchall(zod_1.z.unknown()),
27
+ zod_1.z.string(),
28
+ ]),
29
+ })
30
+ .catchall(zod_1.z.unknown())
31
+ .describe("ContentPropertyCreate"));
32
+ validationSchemaStorage.register("ContentPropertyCreateNoKey", zod_1.z
33
+ .object({
34
+ value: zod_1.z.union([
35
+ zod_1.z.array(zod_1.z.string()),
36
+ zod_1.z.boolean(),
37
+ zod_1.z.object({}).catchall(zod_1.z.unknown()),
38
+ zod_1.z.string(),
39
+ ]),
40
+ })
41
+ .catchall(zod_1.z.unknown())
42
+ .describe("ContentPropertyCreateNoKey"));
43
+ validationSchemaStorage.register("ContentPropertyUpdate", zod_1.z
44
+ .object({
45
+ value: zod_1.z.union([
46
+ zod_1.z.array(zod_1.z.string()),
47
+ zod_1.z.boolean(),
48
+ zod_1.z.object({}).catchall(zod_1.z.unknown()),
49
+ zod_1.z.string(),
50
+ ]),
51
+ version: zod_1.z.nullable(zod_1.z
52
+ .object({
53
+ number: zod_1.z.union([zod_1.z.number().int(), zod_1.z.string()]),
54
+ minorEdit: zod_1.z.boolean().optional(),
55
+ })
56
+ .catchall(zod_1.z.unknown())),
57
+ })
58
+ .catchall(zod_1.z.unknown())
59
+ .describe("ContentPropertyUpdate"));
60
+ validationSchemaStorage.register("ContentPropertyV1", zod_1.z
61
+ .object({
62
+ id: zod_1.z.string(),
63
+ key: zod_1.z.string(),
64
+ value: zod_1.z.union([
65
+ zod_1.z.array(zod_1.z.string()),
66
+ zod_1.z.boolean(),
67
+ zod_1.z.object({}).catchall(zod_1.z.unknown()),
68
+ zod_1.z.string(),
69
+ ]),
70
+ version: zod_1.z
71
+ .object({
72
+ when: zod_1.z.string(),
73
+ message: zod_1.z.string(),
74
+ number: zod_1.z.number().int(),
75
+ minorEdit: zod_1.z.boolean(),
76
+ contentTypeModified: zod_1.z.boolean().optional(),
77
+ })
78
+ .catchall(zod_1.z.unknown())
79
+ .optional(),
80
+ _links: validationSchemaStorage.lazy("GenericLinks"),
81
+ _expandable: zod_1.z
82
+ .object({
83
+ content: zod_1.z.string().optional(),
84
+ additionalProperties: zod_1.z.string().optional(),
85
+ })
86
+ .catchall(zod_1.z.unknown())
87
+ .optional(),
88
+ })
89
+ .catchall(zod_1.z.unknown())
90
+ .describe("ContentPropertyV1"));
91
+ validationSchemaStorage.registerOnce([common_1.registerCommonValidationSchemas]);
92
+ }
93
+ exports.registerContentPropertiesValidationSchemas = registerContentPropertiesValidationSchemas;
94
+ //# sourceMappingURL=contentProperties.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"contentProperties.js","sourceRoot":"","sources":["../../../../src/openapi/v1/models/contentProperties.ts"],"names":[],"mappings":"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"}