@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 @@
|
|
|
1
|
+
{"version":3,"file":"classificationLevel.js","sourceRoot":"","sources":["../../../../src/openapi/v2/models/classificationLevel.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAyC;AAuCzC,SAAgB,4CAA4C,CAC1D,uBAAkE;IAElE,uBAAuB,CAAC,QAAQ,CAC9B,qBAAqB,EACrB,OAAC;SACE,MAAM,CAAC;QACN,EAAE,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QACzB,MAAM,EAAE,uBAAuB;aAC5B,IAAI,CAAC,2BAA2B,CAAC;aACjC,QAAQ,EAAE;QACb,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QAC5B,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QAC3B,WAAW,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QAClC,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QAChC,KAAK,EAAE,uBAAuB;aAC3B,IAAI,CAAC,0BAA0B,CAAC;aAChC,QAAQ,EAAE;KACd,CAAC;SACD,QAAQ,CAAC,OAAC,CAAC,OAAO,EAAE,CAAC;SACrB,QAAQ,CAAC,qBAAqB,CAAC,CACnC,CAAC;IACF,uBAAuB,CAAC,QAAQ,CAC9B,0BAA0B,EAC1B,OAAC;SACE,IAAI,CAAC;QACJ,KAAK;QACL,UAAU;QACV,QAAQ;QACR,QAAQ;QACR,OAAO;QACP,MAAM;QACN,MAAM;QACN,MAAM;QACN,QAAQ;QACR,MAAM;QACN,MAAM;KACP,CAAC;SACD,QAAQ,CAAC,0BAA0B,CAAC,CACxC,CAAC;IACF,uBAAuB,CAAC,QAAQ,CAC9B,2BAA2B,EAC3B,OAAC;SACE,IAAI,CAAC,CAAC,OAAO,EAAE,WAAW,EAAE,UAAU,CAAC,CAAC;SACxC,QAAQ,CAAC,2BAA2B,CAAC,CACzC,CAAC;AACJ,CAAC;AA9CD,oGA8CC"}
|
|
@@ -0,0 +1,396 @@
|
|
|
1
|
+
import { type ZodTypeAny } from "zod";
|
|
2
|
+
import type { CommonValidationSchemaStorage } from "../core/CommonValidationSchemaStorage";
|
|
3
|
+
import { type BodyBulk, type BodySingle, type ContentProperty, type ContentStatus, type Like, type Operation, type OptionalFieldLinks, type OptionalFieldMeta, type Version } from "./common";
|
|
4
|
+
export interface AttachmentCommentModel extends Record<string, unknown> {
|
|
5
|
+
/** ID of the comment. */
|
|
6
|
+
id?: string;
|
|
7
|
+
/** The status of the content. */
|
|
8
|
+
status?: ContentStatus;
|
|
9
|
+
/** Title of the comment. */
|
|
10
|
+
title?: string;
|
|
11
|
+
/** ID of the attachment containing the comment. */
|
|
12
|
+
attachmentId?: string;
|
|
13
|
+
version?: Version;
|
|
14
|
+
/** Contains fields for each representation type requested. */
|
|
15
|
+
body?: BodySingle;
|
|
16
|
+
_links?: CommentLinks;
|
|
17
|
+
}
|
|
18
|
+
export interface BlogPostCommentModel extends Record<string, unknown> {
|
|
19
|
+
/** ID of the comment. */
|
|
20
|
+
id?: string;
|
|
21
|
+
/** The status of the content. */
|
|
22
|
+
status?: ContentStatus;
|
|
23
|
+
/** Title of the comment. */
|
|
24
|
+
title?: string;
|
|
25
|
+
/** ID of the blog post the comment is in. */
|
|
26
|
+
blogPostId?: string;
|
|
27
|
+
version?: Version;
|
|
28
|
+
/** Contains fields for each representation type requested. */
|
|
29
|
+
body?: BodyBulk;
|
|
30
|
+
_links?: CommentLinks;
|
|
31
|
+
}
|
|
32
|
+
export interface BlogPostInlineCommentModel extends Record<string, unknown> {
|
|
33
|
+
/** ID of the comment. */
|
|
34
|
+
id?: string;
|
|
35
|
+
/** The status of the content. */
|
|
36
|
+
status?: ContentStatus;
|
|
37
|
+
/** Title of the comment. */
|
|
38
|
+
title?: string;
|
|
39
|
+
/** ID of the blog post the comment is in. */
|
|
40
|
+
blogPostId?: string;
|
|
41
|
+
version?: Version;
|
|
42
|
+
/** Contains fields for each representation type requested. */
|
|
43
|
+
body?: BodyBulk;
|
|
44
|
+
/** Inline comment resolution status */
|
|
45
|
+
resolutionStatus?: InlineCommentResolutionStatus;
|
|
46
|
+
properties?: InlineCommentProperties;
|
|
47
|
+
_links?: CommentLinks;
|
|
48
|
+
}
|
|
49
|
+
export interface ChildrenCommentModel extends Record<string, unknown> {
|
|
50
|
+
/** ID of the comment. */
|
|
51
|
+
id?: string;
|
|
52
|
+
/** The status of the content. */
|
|
53
|
+
status?: ContentStatus;
|
|
54
|
+
/** Title of the comment. */
|
|
55
|
+
title?: string;
|
|
56
|
+
/** ID of the parent comment the child comment is in. */
|
|
57
|
+
parentCommentId?: string;
|
|
58
|
+
version?: Version;
|
|
59
|
+
/** Contains fields for each representation type requested. */
|
|
60
|
+
body?: BodyBulk;
|
|
61
|
+
_links?: CommentLinks;
|
|
62
|
+
}
|
|
63
|
+
export interface CommentBodyWrite extends Record<string, unknown> {
|
|
64
|
+
/** Type of content representation used for the value field. */
|
|
65
|
+
representation?: "storage" | "atlas_doc_format" | "wiki";
|
|
66
|
+
/** Body of the comment, in the format found in the representation field. */
|
|
67
|
+
value?: string;
|
|
68
|
+
}
|
|
69
|
+
export interface CommentLinks extends Record<string, unknown> {
|
|
70
|
+
/** Web UI link of the content. */
|
|
71
|
+
webui?: string;
|
|
72
|
+
}
|
|
73
|
+
/**
|
|
74
|
+
* Body of the comment. Only one body format should be specified as the property
|
|
75
|
+
* for this object, e.g. `storage`.
|
|
76
|
+
*/
|
|
77
|
+
export interface CommentNestedBodyWrite extends Record<string, unknown> {
|
|
78
|
+
storage?: CommentBodyWrite;
|
|
79
|
+
atlas_doc_format?: CommentBodyWrite;
|
|
80
|
+
wiki?: CommentBodyWrite;
|
|
81
|
+
}
|
|
82
|
+
/**
|
|
83
|
+
* The sort fields for comments. The default sort direction is ascending. To sort
|
|
84
|
+
* in descending order, append a `-` character before the sort field. For example,
|
|
85
|
+
* `fieldName` or `-fieldName`.
|
|
86
|
+
*/
|
|
87
|
+
export type CommentSortOrder = "created-date" | "-created-date" | "modified-date" | "-modified-date";
|
|
88
|
+
export interface CreateFooterCommentModel extends Record<string, unknown> {
|
|
89
|
+
/**
|
|
90
|
+
* ID of the containing blog post, if intending to create a top level footer
|
|
91
|
+
* comment. Do not provide if creating a reply.
|
|
92
|
+
*/
|
|
93
|
+
blogPostId?: string;
|
|
94
|
+
/**
|
|
95
|
+
* ID of the containing page, if intending to create a top level footer comment.
|
|
96
|
+
* Do not provide if creating a reply.
|
|
97
|
+
*/
|
|
98
|
+
pageId?: string;
|
|
99
|
+
/**
|
|
100
|
+
* ID of the parent comment, if intending to create a reply. Do not provide if
|
|
101
|
+
* creating a top level comment.
|
|
102
|
+
*/
|
|
103
|
+
parentCommentId?: string;
|
|
104
|
+
/** ID of the attachment, if intending to create a comment against an attachment. */
|
|
105
|
+
attachmentId?: string;
|
|
106
|
+
/**
|
|
107
|
+
* ID of the custom content, if intending to create a comment against a custom
|
|
108
|
+
* content.
|
|
109
|
+
*/
|
|
110
|
+
customContentId?: string;
|
|
111
|
+
body?: CommentBodyWrite | CommentNestedBodyWrite;
|
|
112
|
+
}
|
|
113
|
+
export interface CreateInlineCommentModel extends Record<string, unknown> {
|
|
114
|
+
/**
|
|
115
|
+
* ID of the containing blog post, if intending to create a top level footer
|
|
116
|
+
* comment. Do not provide if creating a reply.
|
|
117
|
+
*/
|
|
118
|
+
blogPostId?: string;
|
|
119
|
+
/**
|
|
120
|
+
* ID of the containing page, if intending to create a top level footer comment.
|
|
121
|
+
* Do not provide if creating a reply.
|
|
122
|
+
*/
|
|
123
|
+
pageId?: string;
|
|
124
|
+
/**
|
|
125
|
+
* ID of the parent comment, if intending to create a reply. Do not provide if
|
|
126
|
+
* creating a top level comment.
|
|
127
|
+
*/
|
|
128
|
+
parentCommentId?: string;
|
|
129
|
+
body?: CommentBodyWrite | CommentNestedBodyWrite;
|
|
130
|
+
/**
|
|
131
|
+
* Object describing the text to highlight on the page/blog post. Only applicable
|
|
132
|
+
* for top level inline comments (not replies) and required in that case.
|
|
133
|
+
*/
|
|
134
|
+
inlineCommentProperties?: {
|
|
135
|
+
/** The text to highlight */
|
|
136
|
+
textSelection?: string;
|
|
137
|
+
/**
|
|
138
|
+
* The number of matches for the selected text on the page (should be strictly
|
|
139
|
+
* greater than textSelectionMatchIndex)
|
|
140
|
+
*/
|
|
141
|
+
textSelectionMatchCount?: number;
|
|
142
|
+
/**
|
|
143
|
+
* The match index to highlight. This is zero-based. E.g. if you have 3
|
|
144
|
+
* occurrences of "hello world" on a page
|
|
145
|
+
* and you want to highlight the second occurrence, you should pass 1 for
|
|
146
|
+
* textSelectionMatchIndex and 3 for textSelectionMatchCount.
|
|
147
|
+
*/
|
|
148
|
+
textSelectionMatchIndex?: number;
|
|
149
|
+
} & {
|
|
150
|
+
[key: string]: unknown;
|
|
151
|
+
};
|
|
152
|
+
}
|
|
153
|
+
export interface CustomContentCommentModel extends Record<string, unknown> {
|
|
154
|
+
/** ID of the comment. */
|
|
155
|
+
id?: string;
|
|
156
|
+
/** The status of the content. */
|
|
157
|
+
status?: ContentStatus;
|
|
158
|
+
/** Title of the comment. */
|
|
159
|
+
title?: string;
|
|
160
|
+
/** ID of the custom content containing the comment. */
|
|
161
|
+
customContentId?: string;
|
|
162
|
+
version?: Version;
|
|
163
|
+
/** Contains fields for each representation type requested. */
|
|
164
|
+
body?: BodySingle;
|
|
165
|
+
_links?: CommentLinks;
|
|
166
|
+
}
|
|
167
|
+
export interface FooterCommentModel extends Record<string, unknown> {
|
|
168
|
+
/** ID of the comment. */
|
|
169
|
+
id?: string;
|
|
170
|
+
/** The status of the content. */
|
|
171
|
+
status?: ContentStatus;
|
|
172
|
+
/** Title of the comment. */
|
|
173
|
+
title?: string;
|
|
174
|
+
/** ID of the blog post containing the comment if the comment is on a blog post. */
|
|
175
|
+
blogPostId?: string;
|
|
176
|
+
/** ID of the page containing the comment if the comment is on a page. */
|
|
177
|
+
pageId?: string;
|
|
178
|
+
/** ID of the attachment containing the comment if the comment is on an attachment. */
|
|
179
|
+
attachmentId?: string;
|
|
180
|
+
/**
|
|
181
|
+
* ID of the custom content containing the comment if the comment is on a custom
|
|
182
|
+
* content.
|
|
183
|
+
*/
|
|
184
|
+
customContentId?: string;
|
|
185
|
+
/** ID of the parent comment if the comment is a reply. */
|
|
186
|
+
parentCommentId?: string;
|
|
187
|
+
version?: Version;
|
|
188
|
+
properties?: {
|
|
189
|
+
results?: ContentProperty[];
|
|
190
|
+
meta?: OptionalFieldMeta;
|
|
191
|
+
_links?: OptionalFieldLinks;
|
|
192
|
+
} & {
|
|
193
|
+
[key: string]: unknown;
|
|
194
|
+
};
|
|
195
|
+
operations?: {
|
|
196
|
+
results?: Operation[];
|
|
197
|
+
meta?: OptionalFieldMeta;
|
|
198
|
+
_links?: OptionalFieldLinks;
|
|
199
|
+
} & {
|
|
200
|
+
[key: string]: unknown;
|
|
201
|
+
};
|
|
202
|
+
likes?: {
|
|
203
|
+
results?: Like[];
|
|
204
|
+
meta?: OptionalFieldMeta;
|
|
205
|
+
_links?: OptionalFieldLinks;
|
|
206
|
+
} & {
|
|
207
|
+
[key: string]: unknown;
|
|
208
|
+
};
|
|
209
|
+
versions?: {
|
|
210
|
+
results?: Version[];
|
|
211
|
+
meta?: OptionalFieldMeta;
|
|
212
|
+
_links?: OptionalFieldLinks;
|
|
213
|
+
} & {
|
|
214
|
+
[key: string]: unknown;
|
|
215
|
+
};
|
|
216
|
+
/** Contains fields for each representation type requested. */
|
|
217
|
+
body?: BodySingle;
|
|
218
|
+
_links?: CommentLinks;
|
|
219
|
+
}
|
|
220
|
+
export interface InlineCommentChildrenModel extends Record<string, unknown> {
|
|
221
|
+
/** ID of the comment. */
|
|
222
|
+
id?: string;
|
|
223
|
+
/** The status of the content. */
|
|
224
|
+
status?: ContentStatus;
|
|
225
|
+
/** Title of the comment. */
|
|
226
|
+
title?: string;
|
|
227
|
+
/** ID of the parent comment the child comment is in. */
|
|
228
|
+
parentCommentId?: string;
|
|
229
|
+
version?: Version;
|
|
230
|
+
/** Contains fields for each representation type requested. */
|
|
231
|
+
body?: BodyBulk;
|
|
232
|
+
/** Inline comment resolution status */
|
|
233
|
+
resolutionStatus?: InlineCommentResolutionStatus;
|
|
234
|
+
properties?: InlineCommentProperties;
|
|
235
|
+
_links?: CommentLinks;
|
|
236
|
+
}
|
|
237
|
+
export interface InlineCommentModel extends Record<string, unknown> {
|
|
238
|
+
/** ID of the comment. */
|
|
239
|
+
id?: string;
|
|
240
|
+
/** The status of the content. */
|
|
241
|
+
status?: ContentStatus;
|
|
242
|
+
/** Title of the comment. */
|
|
243
|
+
title?: string;
|
|
244
|
+
/** ID of the blog post containing the comment if the comment is on a blog post. */
|
|
245
|
+
blogPostId?: string;
|
|
246
|
+
/** ID of the page containing the comment if the comment is on a page. */
|
|
247
|
+
pageId?: string;
|
|
248
|
+
/** ID of the parent comment if the comment is a reply. */
|
|
249
|
+
parentCommentId?: string;
|
|
250
|
+
version?: Version;
|
|
251
|
+
/** Contains fields for each representation type requested. */
|
|
252
|
+
body?: BodySingle;
|
|
253
|
+
/**
|
|
254
|
+
* Atlassian Account ID of last person who modified the resolve state of the
|
|
255
|
+
* comment. Null until comment is resolved or reopened.
|
|
256
|
+
*/
|
|
257
|
+
resolutionLastModifierId?: string;
|
|
258
|
+
/**
|
|
259
|
+
* Timestamp of the last modification to the comment's resolution status. Null
|
|
260
|
+
* until comment is resolved or reopened.
|
|
261
|
+
*/
|
|
262
|
+
resolutionLastModifiedAt?: string;
|
|
263
|
+
/** Inline comment resolution status */
|
|
264
|
+
resolutionStatus?: InlineCommentResolutionStatus;
|
|
265
|
+
properties?: {
|
|
266
|
+
results?: ContentProperty[];
|
|
267
|
+
meta?: OptionalFieldMeta;
|
|
268
|
+
_links?: OptionalFieldLinks;
|
|
269
|
+
/** Property value used to reference the highlighted element in DOM. */
|
|
270
|
+
inlineMarkerRef?: string;
|
|
271
|
+
/** Text that is highlighted. */
|
|
272
|
+
inlineOriginalSelection?: string;
|
|
273
|
+
/**
|
|
274
|
+
* Deprecated, use `inlineMarkerRef` instead.
|
|
275
|
+
*
|
|
276
|
+
* @deprecated
|
|
277
|
+
* @deprecated
|
|
278
|
+
*/
|
|
279
|
+
"inline-marker-ref"?: string;
|
|
280
|
+
/**
|
|
281
|
+
* Deprecated, use `inlineOriginalSelection` instead.
|
|
282
|
+
*
|
|
283
|
+
* @deprecated
|
|
284
|
+
* @deprecated
|
|
285
|
+
*/
|
|
286
|
+
"inline-original-selection"?: string;
|
|
287
|
+
} & {
|
|
288
|
+
[key: string]: unknown;
|
|
289
|
+
};
|
|
290
|
+
operations?: {
|
|
291
|
+
results?: Operation[];
|
|
292
|
+
meta?: OptionalFieldMeta;
|
|
293
|
+
_links?: OptionalFieldLinks;
|
|
294
|
+
} & {
|
|
295
|
+
[key: string]: unknown;
|
|
296
|
+
};
|
|
297
|
+
likes?: {
|
|
298
|
+
results?: Like[];
|
|
299
|
+
meta?: OptionalFieldMeta;
|
|
300
|
+
_links?: OptionalFieldLinks;
|
|
301
|
+
} & {
|
|
302
|
+
[key: string]: unknown;
|
|
303
|
+
};
|
|
304
|
+
versions?: {
|
|
305
|
+
results?: Version[];
|
|
306
|
+
meta?: OptionalFieldMeta;
|
|
307
|
+
_links?: OptionalFieldLinks;
|
|
308
|
+
} & {
|
|
309
|
+
[key: string]: unknown;
|
|
310
|
+
};
|
|
311
|
+
_links?: CommentLinks;
|
|
312
|
+
}
|
|
313
|
+
export interface InlineCommentProperties extends Record<string, unknown> {
|
|
314
|
+
/** Property value used to reference the highlighted element in DOM. */
|
|
315
|
+
inlineMarkerRef?: string;
|
|
316
|
+
/** Text that is highlighted. */
|
|
317
|
+
inlineOriginalSelection?: string;
|
|
318
|
+
/**
|
|
319
|
+
* Deprecated, use `inlineMarkerRef` instead.
|
|
320
|
+
*
|
|
321
|
+
* @deprecated
|
|
322
|
+
* @deprecated
|
|
323
|
+
*/
|
|
324
|
+
"inline-marker-ref"?: string;
|
|
325
|
+
/**
|
|
326
|
+
* Deprecated, use `inlineOriginalSelection` instead.
|
|
327
|
+
*
|
|
328
|
+
* @deprecated
|
|
329
|
+
* @deprecated
|
|
330
|
+
*/
|
|
331
|
+
"inline-original-selection"?: string;
|
|
332
|
+
}
|
|
333
|
+
/** Inline comment resolution status */
|
|
334
|
+
export type InlineCommentResolutionStatus = "open" | "reopened" | "resolved" | "dangling";
|
|
335
|
+
export interface PageCommentModel extends Record<string, unknown> {
|
|
336
|
+
/** ID of the comment. */
|
|
337
|
+
id?: string;
|
|
338
|
+
/** The status of the content. */
|
|
339
|
+
status?: ContentStatus;
|
|
340
|
+
/** Title of the comment. */
|
|
341
|
+
title?: string;
|
|
342
|
+
/** ID of the page the comment is in. */
|
|
343
|
+
pageId?: string;
|
|
344
|
+
version?: Version;
|
|
345
|
+
/** Contains fields for each representation type requested. */
|
|
346
|
+
body?: BodyBulk;
|
|
347
|
+
_links?: CommentLinks;
|
|
348
|
+
}
|
|
349
|
+
export interface PageInlineCommentModel extends Record<string, unknown> {
|
|
350
|
+
/** ID of the comment. */
|
|
351
|
+
id?: string;
|
|
352
|
+
/** The status of the content. */
|
|
353
|
+
status?: ContentStatus;
|
|
354
|
+
/** Title of the comment. */
|
|
355
|
+
title?: string;
|
|
356
|
+
/** ID of the page the comment is in. */
|
|
357
|
+
pageId?: string;
|
|
358
|
+
version?: Version;
|
|
359
|
+
/** Contains fields for each representation type requested. */
|
|
360
|
+
body?: BodyBulk;
|
|
361
|
+
/** Inline comment resolution status */
|
|
362
|
+
resolutionStatus?: InlineCommentResolutionStatus;
|
|
363
|
+
properties?: InlineCommentProperties;
|
|
364
|
+
_links?: CommentLinks;
|
|
365
|
+
}
|
|
366
|
+
export interface UpdateFooterCommentModel extends Record<string, unknown> {
|
|
367
|
+
version?: {
|
|
368
|
+
/** Number of new version. Should be 1 higher than current version of the comment. */
|
|
369
|
+
number?: number;
|
|
370
|
+
/** Optional message store for the new version. */
|
|
371
|
+
message?: string;
|
|
372
|
+
} & {
|
|
373
|
+
[key: string]: unknown;
|
|
374
|
+
};
|
|
375
|
+
body?: CommentBodyWrite | CommentNestedBodyWrite;
|
|
376
|
+
}
|
|
377
|
+
export interface UpdateInlineCommentModel extends Record<string, unknown> {
|
|
378
|
+
version?: {
|
|
379
|
+
/** Number of new version. Should be 1 higher than current version of the comment. */
|
|
380
|
+
number?: number;
|
|
381
|
+
/** Optional message store for the new version. */
|
|
382
|
+
message?: string;
|
|
383
|
+
} & {
|
|
384
|
+
[key: string]: unknown;
|
|
385
|
+
};
|
|
386
|
+
body?: CommentBodyWrite | CommentNestedBodyWrite;
|
|
387
|
+
/**
|
|
388
|
+
* Resolved state of the comment. Set to true to resolve the comment, set to false
|
|
389
|
+
* to reopen it. If
|
|
390
|
+
* matching the existing state (i.e. true -> resolved or false -> open/reopened) ,
|
|
391
|
+
* no change will occur. A dangling
|
|
392
|
+
* comment cannot be updated.
|
|
393
|
+
*/
|
|
394
|
+
resolved?: boolean;
|
|
395
|
+
}
|
|
396
|
+
export declare function registerCommentValidationSchemas(validationSchemaStorage: CommonValidationSchemaStorage<ZodTypeAny>): void;
|