@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.
- package/CHANGELOG.md +11 -0
- package/LICENSE.md +19 -0
- package/README.md +12 -0
- package/lib/index.d.ts +36 -0
- package/lib/index.js +64 -0
- package/lib/index.js.map +1 -0
- package/lib/openapi/v1/BaseConfluenceApiV1Client.d.ts +133 -0
- package/lib/openapi/v1/BaseConfluenceApiV1Client.js +122 -0
- package/lib/openapi/v1/BaseConfluenceApiV1Client.js.map +1 -0
- package/lib/openapi/v1/core/CommonHttpClient.d.ts +196 -0
- package/lib/openapi/v1/core/CommonHttpClient.js +390 -0
- package/lib/openapi/v1/core/CommonHttpClient.js.map +1 -0
- package/lib/openapi/v1/core/CommonHttpService.d.ts +7 -0
- package/lib/openapi/v1/core/CommonHttpService.js +20 -0
- package/lib/openapi/v1/core/CommonHttpService.js.map +1 -0
- package/lib/openapi/v1/core/CommonValidationSchemaStorage.d.ts +35 -0
- package/lib/openapi/v1/core/CommonValidationSchemaStorage.js +65 -0
- package/lib/openapi/v1/core/CommonValidationSchemaStorage.js.map +1 -0
- package/lib/openapi/v1/models/audit.d.ts +151 -0
- package/lib/openapi/v1/models/audit.js +133 -0
- package/lib/openapi/v1/models/audit.js.map +1 -0
- package/lib/openapi/v1/models/common.d.ts +645 -0
- package/lib/openapi/v1/models/common.js +654 -0
- package/lib/openapi/v1/models/common.js.map +1 -0
- package/lib/openapi/v1/models/content.d.ts +554 -0
- package/lib/openapi/v1/models/content.js +613 -0
- package/lib/openapi/v1/models/content.js.map +1 -0
- package/lib/openapi/v1/models/contentAttachments.d.ts +26 -0
- package/lib/openapi/v1/models/contentAttachments.js +33 -0
- package/lib/openapi/v1/models/contentAttachments.js.map +1 -0
- package/lib/openapi/v1/models/contentBody.d.ts +36 -0
- package/lib/openapi/v1/models/contentBody.js +63 -0
- package/lib/openapi/v1/models/contentBody.js.map +1 -0
- package/lib/openapi/v1/models/contentChildrenAndDescendants.d.ts +75 -0
- package/lib/openapi/v1/models/contentChildrenAndDescendants.js +66 -0
- package/lib/openapi/v1/models/contentChildrenAndDescendants.js.map +1 -0
- package/lib/openapi/v1/models/contentLabels.d.ts +5 -0
- package/lib/openapi/v1/models/contentLabels.js +16 -0
- package/lib/openapi/v1/models/contentLabels.js.map +1 -0
- package/lib/openapi/v1/models/contentMacroBody.d.ts +12 -0
- package/lib/openapi/v1/models/contentMacroBody.js +22 -0
- package/lib/openapi/v1/models/contentMacroBody.js.map +1 -0
- package/lib/openapi/v1/models/contentPermissions.d.ts +41 -0
- package/lib/openapi/v1/models/contentPermissions.js +35 -0
- package/lib/openapi/v1/models/contentPermissions.js.map +1 -0
- package/lib/openapi/v1/models/contentProperties.d.ts +73 -0
- package/lib/openapi/v1/models/contentProperties.js +94 -0
- package/lib/openapi/v1/models/contentProperties.js.map +1 -0
- package/lib/openapi/v1/models/contentRestrictions.d.ts +65 -0
- package/lib/openapi/v1/models/contentRestrictions.js +78 -0
- package/lib/openapi/v1/models/contentRestrictions.js.map +1 -0
- package/lib/openapi/v1/models/contentStates.d.ts +75 -0
- package/lib/openapi/v1/models/contentStates.js +72 -0
- package/lib/openapi/v1/models/contentStates.js.map +1 -0
- package/lib/openapi/v1/models/contentVersions.d.ts +28 -0
- package/lib/openapi/v1/models/contentVersions.js +36 -0
- package/lib/openapi/v1/models/contentVersions.js.map +1 -0
- package/lib/openapi/v1/models/contentWatches.d.ts +89 -0
- package/lib/openapi/v1/models/contentWatches.js +81 -0
- package/lib/openapi/v1/models/contentWatches.js.map +1 -0
- package/lib/openapi/v1/models/dynamicModules.d.ts +62 -0
- package/lib/openapi/v1/models/dynamicModules.js +24 -0
- package/lib/openapi/v1/models/dynamicModules.js.map +1 -0
- package/lib/openapi/v1/models/group.d.ts +9 -0
- package/lib/openapi/v1/models/group.js +23 -0
- package/lib/openapi/v1/models/group.js.map +1 -0
- package/lib/openapi/v1/models/inlineTasks.d.ts +30 -0
- package/lib/openapi/v1/models/inlineTasks.js +48 -0
- package/lib/openapi/v1/models/inlineTasks.js.map +1 -0
- package/lib/openapi/v1/models/labelInfo.d.ts +21 -0
- package/lib/openapi/v1/models/labelInfo.js +42 -0
- package/lib/openapi/v1/models/labelInfo.js.map +1 -0
- package/lib/openapi/v1/models/longRunningTask.d.ts +116 -0
- package/lib/openapi/v1/models/longRunningTask.js +82 -0
- package/lib/openapi/v1/models/longRunningTask.js.map +1 -0
- package/lib/openapi/v1/models/relation.d.ts +30 -0
- package/lib/openapi/v1/models/relation.js +61 -0
- package/lib/openapi/v1/models/relation.js.map +1 -0
- package/lib/openapi/v1/models/search.d.ts +41 -0
- package/lib/openapi/v1/models/search.js +65 -0
- package/lib/openapi/v1/models/search.js.map +1 -0
- package/lib/openapi/v1/models/settings.d.ts +36 -0
- package/lib/openapi/v1/models/settings.js +50 -0
- package/lib/openapi/v1/models/settings.js.map +1 -0
- package/lib/openapi/v1/models/space.d.ts +118 -0
- package/lib/openapi/v1/models/space.js +94 -0
- package/lib/openapi/v1/models/space.js.map +1 -0
- package/lib/openapi/v1/models/spacePermissions.d.ts +128 -0
- package/lib/openapi/v1/models/spacePermissions.js +102 -0
- package/lib/openapi/v1/models/spacePermissions.js.map +1 -0
- package/lib/openapi/v1/models/spaceProperties.d.ts +96 -0
- package/lib/openapi/v1/models/spaceProperties.js +93 -0
- package/lib/openapi/v1/models/spaceProperties.js.map +1 -0
- package/lib/openapi/v1/models/spaceSettings.d.ts +14 -0
- package/lib/openapi/v1/models/spaceSettings.js +17 -0
- package/lib/openapi/v1/models/spaceSettings.js.map +1 -0
- package/lib/openapi/v1/models/template.d.ts +201 -0
- package/lib/openapi/v1/models/template.js +163 -0
- package/lib/openapi/v1/models/template.js.map +1 -0
- package/lib/openapi/v1/models/themes.d.ts +26 -0
- package/lib/openapi/v1/models/themes.js +38 -0
- package/lib/openapi/v1/models/themes.js.map +1 -0
- package/lib/openapi/v1/models/userProperties.d.ts +41 -0
- package/lib/openapi/v1/models/userProperties.js +50 -0
- package/lib/openapi/v1/models/userProperties.js.map +1 -0
- package/lib/openapi/v1/models/users.d.ts +98 -0
- package/lib/openapi/v1/models/users.js +87 -0
- package/lib/openapi/v1/models/users.js.map +1 -0
- package/lib/openapi/v1/services/AnalyticsService.d.ts +54 -0
- package/lib/openapi/v1/services/AnalyticsService.js +98 -0
- package/lib/openapi/v1/services/AnalyticsService.js.map +1 -0
- package/lib/openapi/v1/services/AuditService.d.ts +163 -0
- package/lib/openapi/v1/services/AuditService.js +269 -0
- package/lib/openapi/v1/services/AuditService.js.map +1 -0
- package/lib/openapi/v1/services/ContentAttachmentsService.d.ts +332 -0
- package/lib/openapi/v1/services/ContentAttachmentsService.js +362 -0
- package/lib/openapi/v1/services/ContentAttachmentsService.js.map +1 -0
- package/lib/openapi/v1/services/ContentBodyService.d.ts +227 -0
- package/lib/openapi/v1/services/ContentBodyService.js +178 -0
- package/lib/openapi/v1/services/ContentBodyService.js.map +1 -0
- package/lib/openapi/v1/services/ContentChildrenAndDescendantsService.d.ts +621 -0
- package/lib/openapi/v1/services/ContentChildrenAndDescendantsService.js +453 -0
- package/lib/openapi/v1/services/ContentChildrenAndDescendantsService.js.map +1 -0
- package/lib/openapi/v1/services/ContentCommentsService.d.ts +147 -0
- package/lib/openapi/v1/services/ContentCommentsService.js +72 -0
- package/lib/openapi/v1/services/ContentCommentsService.js.map +1 -0
- package/lib/openapi/v1/services/ContentLabelsService.d.ts +122 -0
- package/lib/openapi/v1/services/ContentLabelsService.js +176 -0
- package/lib/openapi/v1/services/ContentLabelsService.js.map +1 -0
- package/lib/openapi/v1/services/ContentMacroBodyService.d.ts +268 -0
- package/lib/openapi/v1/services/ContentMacroBodyService.js +193 -0
- package/lib/openapi/v1/services/ContentMacroBodyService.js.map +1 -0
- package/lib/openapi/v1/services/ContentPermissionsService.d.ts +34 -0
- package/lib/openapi/v1/services/ContentPermissionsService.js +72 -0
- package/lib/openapi/v1/services/ContentPermissionsService.js.map +1 -0
- package/lib/openapi/v1/services/ContentPropertiesService.d.ts +187 -0
- package/lib/openapi/v1/services/ContentPropertiesService.js +285 -0
- package/lib/openapi/v1/services/ContentPropertiesService.js.map +1 -0
- package/lib/openapi/v1/services/ContentRestrictionsService.d.ts +503 -0
- package/lib/openapi/v1/services/ContentRestrictionsService.js +552 -0
- package/lib/openapi/v1/services/ContentRestrictionsService.js.map +1 -0
- package/lib/openapi/v1/services/ContentService.d.ts +1012 -0
- package/lib/openapi/v1/services/ContentService.js +548 -0
- package/lib/openapi/v1/services/ContentService.js.map +1 -0
- package/lib/openapi/v1/services/ContentStatesService.d.ts +220 -0
- package/lib/openapi/v1/services/ContentStatesService.js +439 -0
- package/lib/openapi/v1/services/ContentStatesService.js.map +1 -0
- package/lib/openapi/v1/services/ContentVersionsService.d.ts +121 -0
- package/lib/openapi/v1/services/ContentVersionsService.js +181 -0
- package/lib/openapi/v1/services/ContentVersionsService.js.map +1 -0
- package/lib/openapi/v1/services/ContentWatchesService.d.ts +550 -0
- package/lib/openapi/v1/services/ContentWatchesService.js +502 -0
- package/lib/openapi/v1/services/ContentWatchesService.js.map +1 -0
- package/lib/openapi/v1/services/DynamicModulesService.d.ts +47 -0
- package/lib/openapi/v1/services/DynamicModulesService.js +92 -0
- package/lib/openapi/v1/services/DynamicModulesService.js.map +1 -0
- package/lib/openapi/v1/services/ExperimentalService.d.ts +113 -0
- package/lib/openapi/v1/services/ExperimentalService.js +185 -0
- package/lib/openapi/v1/services/ExperimentalService.js.map +1 -0
- package/lib/openapi/v1/services/GroupService.d.ts +379 -0
- package/lib/openapi/v1/services/GroupService.js +515 -0
- package/lib/openapi/v1/services/GroupService.js.map +1 -0
- package/lib/openapi/v1/services/InlineTasksService.d.ts +91 -0
- package/lib/openapi/v1/services/InlineTasksService.js +155 -0
- package/lib/openapi/v1/services/InlineTasksService.js.map +1 -0
- package/lib/openapi/v1/services/LabelInfoService.d.ts +28 -0
- package/lib/openapi/v1/services/LabelInfoService.js +59 -0
- package/lib/openapi/v1/services/LabelInfoService.js.map +1 -0
- package/lib/openapi/v1/services/LongRunningTaskService.d.ts +43 -0
- package/lib/openapi/v1/services/LongRunningTaskService.js +96 -0
- package/lib/openapi/v1/services/LongRunningTaskService.js.map +1 -0
- package/lib/openapi/v1/services/RelationService.d.ts +404 -0
- package/lib/openapi/v1/services/RelationService.js +270 -0
- package/lib/openapi/v1/services/RelationService.js.map +1 -0
- package/lib/openapi/v1/services/SearchService.d.ts +175 -0
- package/lib/openapi/v1/services/SearchService.js +164 -0
- package/lib/openapi/v1/services/SearchService.js.map +1 -0
- package/lib/openapi/v1/services/SettingsService.d.ts +143 -0
- package/lib/openapi/v1/services/SettingsService.js +249 -0
- package/lib/openapi/v1/services/SettingsService.js.map +1 -0
- package/lib/openapi/v1/services/SpacePermissionsService.d.ts +68 -0
- package/lib/openapi/v1/services/SpacePermissionsService.js +121 -0
- package/lib/openapi/v1/services/SpacePermissionsService.js.map +1 -0
- package/lib/openapi/v1/services/SpacePropertiesService.d.ts +161 -0
- package/lib/openapi/v1/services/SpacePropertiesService.js +275 -0
- package/lib/openapi/v1/services/SpacePropertiesService.js.map +1 -0
- package/lib/openapi/v1/services/SpaceService.d.ts +479 -0
- package/lib/openapi/v1/services/SpaceService.js +394 -0
- package/lib/openapi/v1/services/SpaceService.js.map +1 -0
- package/lib/openapi/v1/services/SpaceSettingsService.d.ts +40 -0
- package/lib/openapi/v1/services/SpaceSettingsService.js +96 -0
- package/lib/openapi/v1/services/SpaceSettingsService.js.map +1 -0
- package/lib/openapi/v1/services/TemplateService.d.ts +163 -0
- package/lib/openapi/v1/services/TemplateService.js +259 -0
- package/lib/openapi/v1/services/TemplateService.js.map +1 -0
- package/lib/openapi/v1/services/ThemesService.d.ts +101 -0
- package/lib/openapi/v1/services/ThemesService.js +228 -0
- package/lib/openapi/v1/services/ThemesService.js.map +1 -0
- package/lib/openapi/v1/services/UserPropertiesService.d.ts +129 -0
- package/lib/openapi/v1/services/UserPropertiesService.js +192 -0
- package/lib/openapi/v1/services/UserPropertiesService.js.map +1 -0
- package/lib/openapi/v1/services/UsersService.d.ts +181 -0
- package/lib/openapi/v1/services/UsersService.js +291 -0
- package/lib/openapi/v1/services/UsersService.js.map +1 -0
- package/lib/openapi/v1/validationSchemaStorage.d.ts +3 -0
- package/lib/openapi/v1/validationSchemaStorage.js +144 -0
- package/lib/openapi/v1/validationSchemaStorage.js.map +1 -0
- package/lib/openapi/v2/BaseConfluenceApiV2Client.d.ts +88 -0
- package/lib/openapi/v2/BaseConfluenceApiV2Client.js +87 -0
- package/lib/openapi/v2/BaseConfluenceApiV2Client.js.map +1 -0
- package/lib/openapi/v2/core/CommonHttpClient.d.ts +196 -0
- package/lib/openapi/v2/core/CommonHttpClient.js +390 -0
- package/lib/openapi/v2/core/CommonHttpClient.js.map +1 -0
- package/lib/openapi/v2/core/CommonHttpService.d.ts +7 -0
- package/lib/openapi/v2/core/CommonHttpService.js +20 -0
- package/lib/openapi/v2/core/CommonHttpService.js.map +1 -0
- package/lib/openapi/v2/core/CommonValidationSchemaStorage.d.ts +35 -0
- package/lib/openapi/v2/core/CommonValidationSchemaStorage.js +65 -0
- package/lib/openapi/v2/core/CommonValidationSchemaStorage.js.map +1 -0
- package/lib/openapi/v2/models/ancestors.d.ts +11 -0
- package/lib/openapi/v2/models/ancestors.js +21 -0
- package/lib/openapi/v2/models/ancestors.js.map +1 -0
- package/lib/openapi/v2/models/attachment.d.ts +148 -0
- package/lib/openapi/v2/models/attachment.js +116 -0
- package/lib/openapi/v2/models/attachment.js.map +1 -0
- package/lib/openapi/v2/models/blogPost.d.ts +106 -0
- package/lib/openapi/v2/models/blogPost.js +134 -0
- package/lib/openapi/v2/models/blogPost.js.map +1 -0
- package/lib/openapi/v2/models/children.d.ts +29 -0
- package/lib/openapi/v2/models/children.js +38 -0
- package/lib/openapi/v2/models/children.js.map +1 -0
- package/lib/openapi/v2/models/classificationLevel.d.ts +28 -0
- package/lib/openapi/v2/models/classificationLevel.js +45 -0
- package/lib/openapi/v2/models/classificationLevel.js.map +1 -0
- package/lib/openapi/v2/models/comment.d.ts +396 -0
- package/lib/openapi/v2/models/comment.js +378 -0
- package/lib/openapi/v2/models/comment.js.map +1 -0
- package/lib/openapi/v2/models/common.d.ts +200 -0
- package/lib/openapi/v2/models/common.js +225 -0
- package/lib/openapi/v2/models/common.js.map +1 -0
- package/lib/openapi/v2/models/content.d.ts +16 -0
- package/lib/openapi/v2/models/content.js +29 -0
- package/lib/openapi/v2/models/content.js.map +1 -0
- package/lib/openapi/v2/models/contentProperties.d.ts +33 -0
- package/lib/openapi/v2/models/contentProperties.js +33 -0
- package/lib/openapi/v2/models/contentProperties.js.map +1 -0
- package/lib/openapi/v2/models/customContent.d.ts +174 -0
- package/lib/openapi/v2/models/customContent.js +163 -0
- package/lib/openapi/v2/models/customContent.js.map +1 -0
- package/lib/openapi/v2/models/dataPolicies.d.ts +34 -0
- package/lib/openapi/v2/models/dataPolicies.js +38 -0
- package/lib/openapi/v2/models/dataPolicies.js.map +1 -0
- package/lib/openapi/v2/models/database.d.ts +35 -0
- package/lib/openapi/v2/models/database.js +38 -0
- package/lib/openapi/v2/models/database.js.map +1 -0
- package/lib/openapi/v2/models/operation.d.ts +8 -0
- package/lib/openapi/v2/models/operation.js +21 -0
- package/lib/openapi/v2/models/operation.js.map +1 -0
- package/lib/openapi/v2/models/page.d.ts +124 -0
- package/lib/openapi/v2/models/page.js +143 -0
- package/lib/openapi/v2/models/page.js.map +1 -0
- package/lib/openapi/v2/models/smartLink.d.ts +38 -0
- package/lib/openapi/v2/models/smartLink.js +38 -0
- package/lib/openapi/v2/models/smartLink.js.map +1 -0
- package/lib/openapi/v2/models/space.d.ts +87 -0
- package/lib/openapi/v2/models/space.js +100 -0
- package/lib/openapi/v2/models/space.js.map +1 -0
- package/lib/openapi/v2/models/spaceProperties.d.ts +27 -0
- package/lib/openapi/v2/models/spaceProperties.js +32 -0
- package/lib/openapi/v2/models/spaceProperties.js.map +1 -0
- package/lib/openapi/v2/models/task.d.ts +39 -0
- package/lib/openapi/v2/models/task.js +39 -0
- package/lib/openapi/v2/models/task.js.map +1 -0
- package/lib/openapi/v2/models/version.d.ts +139 -0
- package/lib/openapi/v2/models/version.js +91 -0
- package/lib/openapi/v2/models/version.js.map +1 -0
- package/lib/openapi/v2/models/whiteboard.d.ts +37 -0
- package/lib/openapi/v2/models/whiteboard.js +39 -0
- package/lib/openapi/v2/models/whiteboard.js.map +1 -0
- package/lib/openapi/v2/services/AncestorsService.d.ts +143 -0
- package/lib/openapi/v2/services/AncestorsService.js +245 -0
- package/lib/openapi/v2/services/AncestorsService.js.map +1 -0
- package/lib/openapi/v2/services/AttachmentService.d.ts +307 -0
- package/lib/openapi/v2/services/AttachmentService.js +370 -0
- package/lib/openapi/v2/services/AttachmentService.js.map +1 -0
- package/lib/openapi/v2/services/BlogPostService.d.ts +386 -0
- package/lib/openapi/v2/services/BlogPostService.js +379 -0
- package/lib/openapi/v2/services/BlogPostService.js.map +1 -0
- package/lib/openapi/v2/services/ChildrenService.d.ts +85 -0
- package/lib/openapi/v2/services/ChildrenService.js +127 -0
- package/lib/openapi/v2/services/ChildrenService.js.map +1 -0
- package/lib/openapi/v2/services/ClassificationLevelService.d.ts +213 -0
- package/lib/openapi/v2/services/ClassificationLevelService.js +340 -0
- package/lib/openapi/v2/services/ClassificationLevelService.js.map +1 -0
- package/lib/openapi/v2/services/CommentService.d.ts +713 -0
- package/lib/openapi/v2/services/CommentService.js +884 -0
- package/lib/openapi/v2/services/CommentService.js.map +1 -0
- package/lib/openapi/v2/services/ContentPropertiesService.d.ts +844 -0
- package/lib/openapi/v2/services/ContentPropertiesService.js +1514 -0
- package/lib/openapi/v2/services/ContentPropertiesService.js.map +1 -0
- package/lib/openapi/v2/services/ContentService.d.ts +31 -0
- package/lib/openapi/v2/services/ContentService.js +62 -0
- package/lib/openapi/v2/services/ContentService.js.map +1 -0
- package/lib/openapi/v2/services/CustomContentService.d.ts +427 -0
- package/lib/openapi/v2/services/CustomContentService.js +423 -0
- package/lib/openapi/v2/services/CustomContentService.js.map +1 -0
- package/lib/openapi/v2/services/DataPoliciesService.d.ts +64 -0
- package/lib/openapi/v2/services/DataPoliciesService.js +108 -0
- package/lib/openapi/v2/services/DataPoliciesService.js.map +1 -0
- package/lib/openapi/v2/services/DatabaseService.d.ts +82 -0
- package/lib/openapi/v2/services/DatabaseService.js +135 -0
- package/lib/openapi/v2/services/DatabaseService.js.map +1 -0
- package/lib/openapi/v2/services/LabelService.d.ts +271 -0
- package/lib/openapi/v2/services/LabelService.js +384 -0
- package/lib/openapi/v2/services/LabelService.js.map +1 -0
- package/lib/openapi/v2/services/LikeService.d.ts +205 -0
- package/lib/openapi/v2/services/LikeService.js +358 -0
- package/lib/openapi/v2/services/LikeService.js.map +1 -0
- package/lib/openapi/v2/services/OperationService.d.ts +154 -0
- package/lib/openapi/v2/services/OperationService.js +374 -0
- package/lib/openapi/v2/services/OperationService.js.map +1 -0
- package/lib/openapi/v2/services/PageService.d.ts +408 -0
- package/lib/openapi/v2/services/PageService.js +381 -0
- package/lib/openapi/v2/services/PageService.js.map +1 -0
- package/lib/openapi/v2/services/SmartLinkService.d.ts +84 -0
- package/lib/openapi/v2/services/SmartLinkService.js +137 -0
- package/lib/openapi/v2/services/SmartLinkService.js.map +1 -0
- package/lib/openapi/v2/services/SpacePermissionsService.d.ts +36 -0
- package/lib/openapi/v2/services/SpacePermissionsService.js +66 -0
- package/lib/openapi/v2/services/SpacePermissionsService.js.map +1 -0
- package/lib/openapi/v2/services/SpacePropertiesService.d.ts +118 -0
- package/lib/openapi/v2/services/SpacePropertiesService.js +213 -0
- package/lib/openapi/v2/services/SpacePropertiesService.js.map +1 -0
- package/lib/openapi/v2/services/SpaceService.d.ts +141 -0
- package/lib/openapi/v2/services/SpaceService.js +133 -0
- package/lib/openapi/v2/services/SpaceService.js.map +1 -0
- package/lib/openapi/v2/services/TaskService.d.ts +184 -0
- package/lib/openapi/v2/services/TaskService.js +165 -0
- package/lib/openapi/v2/services/TaskService.js.map +1 -0
- package/lib/openapi/v2/services/UserService.d.ts +51 -0
- package/lib/openapi/v2/services/UserService.js +83 -0
- package/lib/openapi/v2/services/UserService.js.map +1 -0
- package/lib/openapi/v2/services/VersionService.d.ts +350 -0
- package/lib/openapi/v2/services/VersionService.js +541 -0
- package/lib/openapi/v2/services/VersionService.js.map +1 -0
- package/lib/openapi/v2/services/WhiteboardService.d.ts +82 -0
- package/lib/openapi/v2/services/WhiteboardService.js +135 -0
- package/lib/openapi/v2/services/WhiteboardService.js.map +1 -0
- package/lib/openapi/v2/validationSchemaStorage.d.ts +3 -0
- package/lib/openapi/v2/validationSchemaStorage.js +144 -0
- package/lib/openapi/v2/validationSchemaStorage.js.map +1 -0
- package/package.json +44 -0
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
import { CommonHttpService } from "../core/CommonHttpService";
|
|
2
|
+
import { type VersionV1 } from "../models/common";
|
|
3
|
+
import { type VersionArray, type VersionRestore } from "../models/contentVersions";
|
|
4
|
+
export declare class ContentVersionsService extends CommonHttpService {
|
|
5
|
+
/**
|
|
6
|
+
* Delete a historical version. This does not delete the changes made to the
|
|
7
|
+
* content in that version, rather the changes for the deleted version are
|
|
8
|
+
* rolled up into the next version. Note, you cannot delete the current version.
|
|
9
|
+
*
|
|
10
|
+
* **[Permissions](https://confluence.atlassian.com/x/_AozKw) required**:
|
|
11
|
+
* Permission to update the content.
|
|
12
|
+
*
|
|
13
|
+
* @path {DELETE} /wiki/rest/api/content/{id}/version/{versionNumber}
|
|
14
|
+
* @scopes-current write:confluence-content
|
|
15
|
+
* @scopes-beta delete:content:confluence
|
|
16
|
+
*/
|
|
17
|
+
deleteContentVersion({ id, versionNumber, }: {
|
|
18
|
+
/** The ID of the content that the version will be deleted from. */
|
|
19
|
+
id: string;
|
|
20
|
+
/**
|
|
21
|
+
* The number of the version to be deleted. The version number starts
|
|
22
|
+
* from 1 up to current version.
|
|
23
|
+
*/
|
|
24
|
+
versionNumber: number;
|
|
25
|
+
}): Promise<void>;
|
|
26
|
+
/**
|
|
27
|
+
* Deprecated, use [Confluence's v2
|
|
28
|
+
* API](https://developer.atlassian.com/cloud/confluence/rest/v2/intro/).
|
|
29
|
+
*
|
|
30
|
+
* Returns a version for a piece of content.
|
|
31
|
+
*
|
|
32
|
+
* **[Permissions](https://confluence.atlassian.com/x/_AozKw) required**:
|
|
33
|
+
* Permission to view the content. If the content is a blog post, 'View' permission
|
|
34
|
+
* for the space is required.
|
|
35
|
+
*
|
|
36
|
+
* @deprecated
|
|
37
|
+
* @returns Returned if the version is returned.
|
|
38
|
+
* @path {GET} /wiki/rest/api/content/{id}/version/{versionNumber}
|
|
39
|
+
* @scopes-current read:confluence-content.summary
|
|
40
|
+
* @scopes-beta read:content-details:confluence
|
|
41
|
+
*/
|
|
42
|
+
getContentVersion({ id, versionNumber, expand, }: {
|
|
43
|
+
/** The ID of the content to be queried for its version. */
|
|
44
|
+
id: string;
|
|
45
|
+
/** The number of the version to be retrieved. */
|
|
46
|
+
versionNumber: number;
|
|
47
|
+
/**
|
|
48
|
+
* A multi-value parameter indicating which properties of the content to expand.
|
|
49
|
+
* By default, the `content`
|
|
50
|
+
* object is expanded.
|
|
51
|
+
*
|
|
52
|
+
* - `collaborators` returns the users that collaborated on the version.
|
|
53
|
+
* - `content` returns the content for the version.
|
|
54
|
+
*/
|
|
55
|
+
expand?: string[];
|
|
56
|
+
}): Promise<VersionV1 | null>;
|
|
57
|
+
/**
|
|
58
|
+
* Deprecated, use [Confluence's v2
|
|
59
|
+
* API](https://developer.atlassian.com/cloud/confluence/rest/v2/intro/).
|
|
60
|
+
*
|
|
61
|
+
* Returns the versions for a piece of content in descending order.
|
|
62
|
+
*
|
|
63
|
+
* **[Permissions](https://confluence.atlassian.com/x/_AozKw) required**:
|
|
64
|
+
* Permission to view the content. If the content is a blog post, 'View' permission
|
|
65
|
+
* for the space is required.
|
|
66
|
+
*
|
|
67
|
+
* @deprecated
|
|
68
|
+
* @returns Returned if the requested versions are returned.
|
|
69
|
+
* @path {GET} /wiki/rest/api/content/{id}/version
|
|
70
|
+
* @scopes-current read:confluence-content.summary
|
|
71
|
+
* @scopes-beta read:content-details:confluence
|
|
72
|
+
*/
|
|
73
|
+
getContentVersions({ id, start, limit, expand, }: {
|
|
74
|
+
/** The ID of the content to be queried for its versions. */
|
|
75
|
+
id: string;
|
|
76
|
+
/** The starting index of the returned versions. */
|
|
77
|
+
start?: number;
|
|
78
|
+
/**
|
|
79
|
+
* The maximum number of versions to return per page.
|
|
80
|
+
* Note, this may be restricted by fixed system limits.
|
|
81
|
+
*/
|
|
82
|
+
limit?: number;
|
|
83
|
+
/**
|
|
84
|
+
* A multi-value parameter indicating which properties of the content to expand.
|
|
85
|
+
* By default, the `content`
|
|
86
|
+
* object is expanded.
|
|
87
|
+
*
|
|
88
|
+
* - `collaborators` returns the users that collaborated on the version.
|
|
89
|
+
* - `content` returns the content for the version.
|
|
90
|
+
*/
|
|
91
|
+
expand?: string[];
|
|
92
|
+
}): Promise<VersionArray>;
|
|
93
|
+
/**
|
|
94
|
+
* Restores a historical version to be the latest version. That is, a new version
|
|
95
|
+
* is created with the content of the historical version.
|
|
96
|
+
*
|
|
97
|
+
* **[Permissions](https://confluence.atlassian.com/x/_AozKw) required**:
|
|
98
|
+
* Permission to update the content.
|
|
99
|
+
*
|
|
100
|
+
* @returns Returned if the version is restored.
|
|
101
|
+
* @path {POST} /wiki/rest/api/content/{id}/version
|
|
102
|
+
* @scopes-current write:confluence-content
|
|
103
|
+
* @scopes-beta read:content-details:confluence, write:content:confluence
|
|
104
|
+
*/
|
|
105
|
+
restoreContentVersion({ id, expand, versionRestore, }: {
|
|
106
|
+
/** The ID of the content for which the history will be restored. */
|
|
107
|
+
id: string;
|
|
108
|
+
/**
|
|
109
|
+
* A multi-value parameter indicating which properties of the content to expand.
|
|
110
|
+
* By default, the `content`
|
|
111
|
+
* object is expanded.
|
|
112
|
+
*
|
|
113
|
+
* - `collaborators` returns the users that collaborated on the version.
|
|
114
|
+
* - `content` returns the content for the version.
|
|
115
|
+
*/
|
|
116
|
+
expand?: string[];
|
|
117
|
+
/** The content version to be restored. */
|
|
118
|
+
versionRestore: VersionRestore;
|
|
119
|
+
}): Promise<VersionV1 | null>;
|
|
120
|
+
static initialize(): void;
|
|
121
|
+
}
|
|
@@ -0,0 +1,181 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ContentVersionsService = 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 commonHttpClient = require("../core/CommonHttpClient");
|
|
9
|
+
const CommonHttpService_1 = require("../core/CommonHttpService");
|
|
10
|
+
const common_1 = require("../models/common");
|
|
11
|
+
const contentVersions_1 = require("../models/contentVersions");
|
|
12
|
+
const validationSchemaStorage_1 = require("../validationSchemaStorage");
|
|
13
|
+
class ContentVersionsService extends CommonHttpService_1.CommonHttpService {
|
|
14
|
+
/**
|
|
15
|
+
* Delete a historical version. This does not delete the changes made to the
|
|
16
|
+
* content in that version, rather the changes for the deleted version are
|
|
17
|
+
* rolled up into the next version. Note, you cannot delete the current version.
|
|
18
|
+
*
|
|
19
|
+
* **[Permissions](https://confluence.atlassian.com/x/_AozKw) required**:
|
|
20
|
+
* Permission to update the content.
|
|
21
|
+
*
|
|
22
|
+
* @path {DELETE} /wiki/rest/api/content/{id}/version/{versionNumber}
|
|
23
|
+
* @scopes-current write:confluence-content
|
|
24
|
+
* @scopes-beta delete:content:confluence
|
|
25
|
+
*/
|
|
26
|
+
deleteContentVersion({ id, versionNumber, }) {
|
|
27
|
+
return this.getClientInstance()
|
|
28
|
+
.request({
|
|
29
|
+
path: "/wiki/rest/api/content/{id}/version/{versionNumber}",
|
|
30
|
+
method: "DELETE",
|
|
31
|
+
pathParams: {
|
|
32
|
+
id,
|
|
33
|
+
versionNumber,
|
|
34
|
+
},
|
|
35
|
+
})
|
|
36
|
+
.then(commonHttpClient.discardResult);
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* Deprecated, use [Confluence's v2
|
|
40
|
+
* API](https://developer.atlassian.com/cloud/confluence/rest/v2/intro/).
|
|
41
|
+
*
|
|
42
|
+
* Returns a version for a piece of content.
|
|
43
|
+
*
|
|
44
|
+
* **[Permissions](https://confluence.atlassian.com/x/_AozKw) required**:
|
|
45
|
+
* Permission to view the content. If the content is a blog post, 'View' permission
|
|
46
|
+
* for the space is required.
|
|
47
|
+
*
|
|
48
|
+
* @deprecated
|
|
49
|
+
* @returns Returned if the version is returned.
|
|
50
|
+
* @path {GET} /wiki/rest/api/content/{id}/version/{versionNumber}
|
|
51
|
+
* @scopes-current read:confluence-content.summary
|
|
52
|
+
* @scopes-beta read:content-details:confluence
|
|
53
|
+
*/
|
|
54
|
+
getContentVersion({ id, versionNumber, expand, }) {
|
|
55
|
+
return this.getClientInstance()
|
|
56
|
+
.request({
|
|
57
|
+
path: "/wiki/rest/api/content/{id}/version/{versionNumber}",
|
|
58
|
+
method: "GET",
|
|
59
|
+
pathParams: {
|
|
60
|
+
id,
|
|
61
|
+
versionNumber,
|
|
62
|
+
},
|
|
63
|
+
query: {
|
|
64
|
+
expand,
|
|
65
|
+
},
|
|
66
|
+
})
|
|
67
|
+
.then(this.getClientInstance().responseHandler({
|
|
68
|
+
200: {
|
|
69
|
+
"application/json": "json",
|
|
70
|
+
},
|
|
71
|
+
}))
|
|
72
|
+
.then(commonHttpClient.castResponse())
|
|
73
|
+
.then(validationSchemaStorage_1.validationSchemaStorage.validator("ContentVersionsService.getContentVersion.response"))
|
|
74
|
+
.then(commonHttpClient.getBody);
|
|
75
|
+
}
|
|
76
|
+
/**
|
|
77
|
+
* Deprecated, use [Confluence's v2
|
|
78
|
+
* API](https://developer.atlassian.com/cloud/confluence/rest/v2/intro/).
|
|
79
|
+
*
|
|
80
|
+
* Returns the versions for a piece of content in descending order.
|
|
81
|
+
*
|
|
82
|
+
* **[Permissions](https://confluence.atlassian.com/x/_AozKw) required**:
|
|
83
|
+
* Permission to view the content. If the content is a blog post, 'View' permission
|
|
84
|
+
* for the space is required.
|
|
85
|
+
*
|
|
86
|
+
* @deprecated
|
|
87
|
+
* @returns Returned if the requested versions are returned.
|
|
88
|
+
* @path {GET} /wiki/rest/api/content/{id}/version
|
|
89
|
+
* @scopes-current read:confluence-content.summary
|
|
90
|
+
* @scopes-beta read:content-details:confluence
|
|
91
|
+
*/
|
|
92
|
+
getContentVersions({ id, start, limit, expand, }) {
|
|
93
|
+
return this.getClientInstance()
|
|
94
|
+
.request({
|
|
95
|
+
path: "/wiki/rest/api/content/{id}/version",
|
|
96
|
+
method: "GET",
|
|
97
|
+
pathParams: {
|
|
98
|
+
id,
|
|
99
|
+
},
|
|
100
|
+
query: {
|
|
101
|
+
start,
|
|
102
|
+
limit,
|
|
103
|
+
expand,
|
|
104
|
+
},
|
|
105
|
+
})
|
|
106
|
+
.then(this.getClientInstance().responseHandler({
|
|
107
|
+
200: {
|
|
108
|
+
"application/json": "json",
|
|
109
|
+
},
|
|
110
|
+
}))
|
|
111
|
+
.then(commonHttpClient.castResponse())
|
|
112
|
+
.then(validationSchemaStorage_1.validationSchemaStorage.validator("ContentVersionsService.getContentVersions.response"))
|
|
113
|
+
.then(commonHttpClient.getBody);
|
|
114
|
+
}
|
|
115
|
+
/**
|
|
116
|
+
* Restores a historical version to be the latest version. That is, a new version
|
|
117
|
+
* is created with the content of the historical version.
|
|
118
|
+
*
|
|
119
|
+
* **[Permissions](https://confluence.atlassian.com/x/_AozKw) required**:
|
|
120
|
+
* Permission to update the content.
|
|
121
|
+
*
|
|
122
|
+
* @returns Returned if the version is restored.
|
|
123
|
+
* @path {POST} /wiki/rest/api/content/{id}/version
|
|
124
|
+
* @scopes-current write:confluence-content
|
|
125
|
+
* @scopes-beta read:content-details:confluence, write:content:confluence
|
|
126
|
+
*/
|
|
127
|
+
restoreContentVersion({ id, expand, versionRestore, }) {
|
|
128
|
+
return this.getClientInstance()
|
|
129
|
+
.request({
|
|
130
|
+
path: "/wiki/rest/api/content/{id}/version",
|
|
131
|
+
method: "POST",
|
|
132
|
+
pathParams: {
|
|
133
|
+
id,
|
|
134
|
+
},
|
|
135
|
+
query: {
|
|
136
|
+
expand,
|
|
137
|
+
},
|
|
138
|
+
headers: {
|
|
139
|
+
"Content-Type": "application/json",
|
|
140
|
+
},
|
|
141
|
+
body: versionRestore,
|
|
142
|
+
})
|
|
143
|
+
.then(this.getClientInstance().responseHandler({
|
|
144
|
+
200: {
|
|
145
|
+
"application/json": "json",
|
|
146
|
+
},
|
|
147
|
+
}))
|
|
148
|
+
.then(commonHttpClient.castResponse())
|
|
149
|
+
.then(validationSchemaStorage_1.validationSchemaStorage.validator("ContentVersionsService.restoreContentVersion.response"))
|
|
150
|
+
.then(commonHttpClient.getBody);
|
|
151
|
+
}
|
|
152
|
+
static initialize() {
|
|
153
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("ContentVersionsService.getContentVersions.response", zod_1.z
|
|
154
|
+
.object({
|
|
155
|
+
status: zod_1.z.literal(200),
|
|
156
|
+
mediaType: zod_1.z.literal("application/json"),
|
|
157
|
+
body: validationSchemaStorage_1.validationSchemaStorage.lazy("VersionArray"),
|
|
158
|
+
})
|
|
159
|
+
.describe("ContentVersionsService.getContentVersions.response"));
|
|
160
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("ContentVersionsService.restoreContentVersion.response", zod_1.z
|
|
161
|
+
.object({
|
|
162
|
+
status: zod_1.z.literal(200),
|
|
163
|
+
mediaType: zod_1.z.literal("application/json"),
|
|
164
|
+
body: zod_1.z.nullable(validationSchemaStorage_1.validationSchemaStorage.lazy("VersionV1")),
|
|
165
|
+
})
|
|
166
|
+
.describe("ContentVersionsService.restoreContentVersion.response"));
|
|
167
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("ContentVersionsService.getContentVersion.response", zod_1.z
|
|
168
|
+
.object({
|
|
169
|
+
status: zod_1.z.literal(200),
|
|
170
|
+
mediaType: zod_1.z.literal("application/json"),
|
|
171
|
+
body: zod_1.z.nullable(validationSchemaStorage_1.validationSchemaStorage.lazy("VersionV1")),
|
|
172
|
+
})
|
|
173
|
+
.describe("ContentVersionsService.getContentVersion.response"));
|
|
174
|
+
validationSchemaStorage_1.validationSchemaStorage.registerOnce([
|
|
175
|
+
contentVersions_1.registerContentVersionsValidationSchemas,
|
|
176
|
+
common_1.registerCommonValidationSchemas,
|
|
177
|
+
]);
|
|
178
|
+
}
|
|
179
|
+
}
|
|
180
|
+
exports.ContentVersionsService = ContentVersionsService;
|
|
181
|
+
//# sourceMappingURL=ContentVersionsService.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ContentVersionsService.js","sourceRoot":"","sources":["../../../../src/openapi/v1/services/ContentVersionsService.ts"],"names":[],"mappings":"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"}
|