@resolution/confluence-api-client 0.4.0 → 0.4.2
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 +23 -0
- package/README.md +125 -1
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/lib/openapi/v1/BaseConfluenceApiV1Client.d.ts +49 -5
- package/lib/openapi/v1/BaseConfluenceApiV1Client.js +49 -5
- package/lib/openapi/v1/BaseConfluenceApiV1Client.js.map +1 -1
- package/lib/openapi/v1/services/AnalyticsService.d.ts +3 -0
- package/lib/openapi/v1/services/AnalyticsService.js +3 -0
- package/lib/openapi/v1/services/AnalyticsService.js.map +1 -1
- package/lib/openapi/v1/services/AuditService.d.ts +10 -3
- package/lib/openapi/v1/services/AuditService.js +10 -3
- package/lib/openapi/v1/services/AuditService.js.map +1 -1
- package/lib/openapi/v1/services/ContentAttachmentsService.d.ts +7 -0
- package/lib/openapi/v1/services/ContentAttachmentsService.js +7 -0
- package/lib/openapi/v1/services/ContentAttachmentsService.js.map +1 -1
- package/lib/openapi/v1/services/ContentBodyService.d.ts +4 -0
- package/lib/openapi/v1/services/ContentBodyService.js +4 -0
- package/lib/openapi/v1/services/ContentBodyService.js.map +1 -1
- package/lib/openapi/v1/services/ContentChildrenAndDescendantsService.d.ts +8 -0
- package/lib/openapi/v1/services/ContentChildrenAndDescendantsService.js +8 -0
- package/lib/openapi/v1/services/ContentChildrenAndDescendantsService.js.map +1 -1
- package/lib/openapi/v1/services/ContentCommentsService.d.ts +5 -1
- package/lib/openapi/v1/services/ContentCommentsService.js +5 -1
- package/lib/openapi/v1/services/ContentCommentsService.js.map +1 -1
- package/lib/openapi/v1/services/ContentLabelsService.d.ts +5 -0
- package/lib/openapi/v1/services/ContentLabelsService.js +5 -0
- package/lib/openapi/v1/services/ContentLabelsService.js.map +1 -1
- package/lib/openapi/v1/services/ContentMacroBodyService.d.ts +4 -0
- package/lib/openapi/v1/services/ContentMacroBodyService.js +4 -0
- package/lib/openapi/v1/services/ContentMacroBodyService.js.map +1 -1
- package/lib/openapi/v1/services/ContentPermissionsService.d.ts +2 -0
- package/lib/openapi/v1/services/ContentPermissionsService.js +2 -0
- package/lib/openapi/v1/services/ContentPermissionsService.js.map +1 -1
- package/lib/openapi/v1/services/ContentPropertiesService.d.ts +10 -1
- package/lib/openapi/v1/services/ContentPropertiesService.js +10 -1
- package/lib/openapi/v1/services/ContentPropertiesService.js.map +1 -1
- package/lib/openapi/v1/services/ContentRestrictionsService.d.ts +16 -0
- package/lib/openapi/v1/services/ContentRestrictionsService.js +16 -0
- package/lib/openapi/v1/services/ContentRestrictionsService.js.map +1 -1
- package/lib/openapi/v1/services/ContentService.d.ts +12 -1
- package/lib/openapi/v1/services/ContentService.js +12 -1
- package/lib/openapi/v1/services/ContentService.js.map +1 -1
- package/lib/openapi/v1/services/ContentStatesService.d.ts +11 -0
- package/lib/openapi/v1/services/ContentStatesService.js +11 -0
- package/lib/openapi/v1/services/ContentStatesService.js.map +1 -1
- package/lib/openapi/v1/services/ContentVersionsService.d.ts +5 -0
- package/lib/openapi/v1/services/ContentVersionsService.js +5 -0
- package/lib/openapi/v1/services/ContentVersionsService.js.map +1 -1
- package/lib/openapi/v1/services/ContentWatchesService.d.ts +13 -0
- package/lib/openapi/v1/services/ContentWatchesService.js +13 -0
- package/lib/openapi/v1/services/ContentWatchesService.js.map +1 -1
- package/lib/openapi/v1/services/DynamicModulesService.d.ts +4 -0
- package/lib/openapi/v1/services/DynamicModulesService.js +4 -0
- package/lib/openapi/v1/services/DynamicModulesService.js.map +1 -1
- package/lib/openapi/v1/services/ExperimentalService.d.ts +9 -1
- package/lib/openapi/v1/services/ExperimentalService.js +9 -1
- package/lib/openapi/v1/services/ExperimentalService.js.map +1 -1
- package/lib/openapi/v1/services/GroupService.d.ts +18 -1
- package/lib/openapi/v1/services/GroupService.js +18 -1
- package/lib/openapi/v1/services/GroupService.js.map +1 -1
- package/lib/openapi/v1/services/InlineTasksService.d.ts +8 -2
- package/lib/openapi/v1/services/InlineTasksService.js +8 -2
- package/lib/openapi/v1/services/InlineTasksService.js.map +1 -1
- package/lib/openapi/v1/services/LabelInfoService.d.ts +2 -0
- package/lib/openapi/v1/services/LabelInfoService.js +2 -0
- package/lib/openapi/v1/services/LabelInfoService.js.map +1 -1
- package/lib/openapi/v1/services/LongRunningTaskService.d.ts +4 -1
- package/lib/openapi/v1/services/LongRunningTaskService.js +4 -1
- package/lib/openapi/v1/services/LongRunningTaskService.js.map +1 -1
- package/lib/openapi/v1/services/RelationService.d.ts +6 -0
- package/lib/openapi/v1/services/RelationService.js +6 -0
- package/lib/openapi/v1/services/RelationService.js.map +1 -1
- package/lib/openapi/v1/services/SearchService.d.ts +3 -0
- package/lib/openapi/v1/services/SearchService.js +3 -0
- package/lib/openapi/v1/services/SearchService.js.map +1 -1
- package/lib/openapi/v1/services/SettingsService.d.ts +9 -2
- package/lib/openapi/v1/services/SettingsService.js +9 -2
- package/lib/openapi/v1/services/SettingsService.js.map +1 -1
- package/lib/openapi/v1/services/SpacePermissionsService.d.ts +4 -0
- package/lib/openapi/v1/services/SpacePermissionsService.js +4 -0
- package/lib/openapi/v1/services/SpacePermissionsService.js.map +1 -1
- package/lib/openapi/v1/services/SpacePropertiesService.d.ts +10 -1
- package/lib/openapi/v1/services/SpacePropertiesService.js +10 -1
- package/lib/openapi/v1/services/SpacePropertiesService.js.map +1 -1
- package/lib/openapi/v1/services/SpaceService.d.ts +10 -1
- package/lib/openapi/v1/services/SpaceService.js +10 -1
- package/lib/openapi/v1/services/SpaceService.js.map +1 -1
- package/lib/openapi/v1/services/SpaceSettingsService.d.ts +3 -0
- package/lib/openapi/v1/services/SpaceSettingsService.js +3 -0
- package/lib/openapi/v1/services/SpaceSettingsService.js.map +1 -1
- package/lib/openapi/v1/services/TemplateService.d.ts +9 -2
- package/lib/openapi/v1/services/TemplateService.js +9 -2
- package/lib/openapi/v1/services/TemplateService.js.map +1 -1
- package/lib/openapi/v1/services/ThemesService.d.ts +8 -1
- package/lib/openapi/v1/services/ThemesService.js +8 -1
- package/lib/openapi/v1/services/ThemesService.js.map +1 -1
- package/lib/openapi/v1/services/UserPropertiesService.d.ts +6 -0
- package/lib/openapi/v1/services/UserPropertiesService.js +6 -0
- package/lib/openapi/v1/services/UserPropertiesService.js.map +1 -1
- package/lib/openapi/v1/services/UsersService.d.ts +10 -2
- package/lib/openapi/v1/services/UsersService.js +10 -2
- package/lib/openapi/v1/services/UsersService.js.map +1 -1
- package/lib/openapi/v2/BaseConfluenceApiV2Client.d.ts +23 -0
- package/lib/openapi/v2/BaseConfluenceApiV2Client.js +23 -0
- package/lib/openapi/v2/BaseConfluenceApiV2Client.js.map +1 -1
- package/lib/openapi/v2/services/AncestorsService.d.ts +5 -0
- package/lib/openapi/v2/services/AncestorsService.js +5 -0
- package/lib/openapi/v2/services/AncestorsService.js.map +1 -1
- package/lib/openapi/v2/services/AttachmentService.d.ts +9 -1
- package/lib/openapi/v2/services/AttachmentService.js +9 -1
- package/lib/openapi/v2/services/AttachmentService.js.map +1 -1
- package/lib/openapi/v2/services/BlogPostService.d.ts +9 -1
- package/lib/openapi/v2/services/BlogPostService.js +9 -1
- package/lib/openapi/v2/services/BlogPostService.js.map +1 -1
- package/lib/openapi/v2/services/ChildrenService.d.ts +3 -0
- package/lib/openapi/v2/services/ChildrenService.js +3 -0
- package/lib/openapi/v2/services/ChildrenService.js.map +1 -1
- package/lib/openapi/v2/services/ClassificationLevelService.d.ts +11 -0
- package/lib/openapi/v2/services/ClassificationLevelService.js +11 -0
- package/lib/openapi/v2/services/ClassificationLevelService.js.map +1 -1
- package/lib/openapi/v2/services/CommentService.d.ts +21 -2
- package/lib/openapi/v2/services/CommentService.js +21 -2
- package/lib/openapi/v2/services/CommentService.js.map +1 -1
- package/lib/openapi/v2/services/ContentPropertiesService.d.ts +41 -0
- package/lib/openapi/v2/services/ContentPropertiesService.js +41 -0
- package/lib/openapi/v2/services/ContentPropertiesService.js.map +1 -1
- package/lib/openapi/v2/services/ContentService.d.ts +2 -0
- package/lib/openapi/v2/services/ContentService.js +2 -0
- package/lib/openapi/v2/services/ContentService.js.map +1 -1
- package/lib/openapi/v2/services/CustomContentService.d.ts +9 -0
- package/lib/openapi/v2/services/CustomContentService.js +9 -0
- package/lib/openapi/v2/services/CustomContentService.js.map +1 -1
- package/lib/openapi/v2/services/DataPoliciesService.d.ts +4 -1
- package/lib/openapi/v2/services/DataPoliciesService.js +4 -1
- package/lib/openapi/v2/services/DataPoliciesService.js.map +1 -1
- package/lib/openapi/v2/services/DatabaseService.d.ts +4 -0
- package/lib/openapi/v2/services/DatabaseService.js +4 -0
- package/lib/openapi/v2/services/DatabaseService.js.map +1 -1
- package/lib/openapi/v2/services/LabelService.d.ts +9 -1
- package/lib/openapi/v2/services/LabelService.js +9 -1
- package/lib/openapi/v2/services/LabelService.js.map +1 -1
- package/lib/openapi/v2/services/LikeService.d.ts +9 -0
- package/lib/openapi/v2/services/LikeService.js +9 -0
- package/lib/openapi/v2/services/LikeService.js.map +1 -1
- package/lib/openapi/v2/services/OperationService.d.ts +11 -0
- package/lib/openapi/v2/services/OperationService.js +11 -0
- package/lib/openapi/v2/services/OperationService.js.map +1 -1
- package/lib/openapi/v2/services/PageService.d.ts +9 -1
- package/lib/openapi/v2/services/PageService.js +9 -1
- package/lib/openapi/v2/services/PageService.js.map +1 -1
- package/lib/openapi/v2/services/SmartLinkService.d.ts +4 -0
- package/lib/openapi/v2/services/SmartLinkService.js +4 -0
- package/lib/openapi/v2/services/SmartLinkService.js.map +1 -1
- package/lib/openapi/v2/services/SpacePermissionsService.d.ts +2 -0
- package/lib/openapi/v2/services/SpacePermissionsService.js +2 -0
- package/lib/openapi/v2/services/SpacePermissionsService.js.map +1 -1
- package/lib/openapi/v2/services/SpacePropertiesService.d.ts +6 -0
- package/lib/openapi/v2/services/SpacePropertiesService.js +6 -0
- package/lib/openapi/v2/services/SpacePropertiesService.js.map +1 -1
- package/lib/openapi/v2/services/SpaceService.d.ts +4 -1
- package/lib/openapi/v2/services/SpaceService.js +4 -1
- package/lib/openapi/v2/services/SpaceService.js.map +1 -1
- package/lib/openapi/v2/services/TaskService.d.ts +5 -1
- package/lib/openapi/v2/services/TaskService.js +5 -1
- package/lib/openapi/v2/services/TaskService.js.map +1 -1
- package/lib/openapi/v2/services/UserService.d.ts +3 -0
- package/lib/openapi/v2/services/UserService.js +3 -0
- package/lib/openapi/v2/services/UserService.js.map +1 -1
- package/lib/openapi/v2/services/VersionService.d.ts +13 -0
- package/lib/openapi/v2/services/VersionService.js +13 -0
- package/lib/openapi/v2/services/VersionService.js.map +1 -1
- package/lib/openapi/v2/services/WhiteboardService.d.ts +4 -0
- package/lib/openapi/v2/services/WhiteboardService.js +4 -0
- package/lib/openapi/v2/services/WhiteboardService.js.map +1 -1
- package/package.json +4 -4
- package/lib/openapi/v1/BaseConfluenceV1ApiClient.d.ts +0 -133
- package/lib/openapi/v1/BaseConfluenceV1ApiClient.js +0 -122
- package/lib/openapi/v1/BaseConfluenceV1ApiClient.js.map +0 -1
- package/lib/openapi/v2/BaseConfluenceV2ApiClient.d.ts +0 -67
- package/lib/openapi/v2/BaseConfluenceV2ApiClient.js +0 -87
- package/lib/openapi/v2/BaseConfluenceV2ApiClient.js.map +0 -1
|
@@ -1,87 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BaseConfluenceV2ApiClient = exports.BaseConfluenceV2ApiClientError = 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 commonHttpClient = require("./core/CommonHttpClient");
|
|
8
|
-
const CommonHttpService_1 = require("./core/CommonHttpService");
|
|
9
|
-
const AncestorsService_1 = require("./services/AncestorsService");
|
|
10
|
-
const AttachmentService_1 = require("./services/AttachmentService");
|
|
11
|
-
const BlogPostService_1 = require("./services/BlogPostService");
|
|
12
|
-
const ChildrenService_1 = require("./services/ChildrenService");
|
|
13
|
-
const ClassificationLevelService_1 = require("./services/ClassificationLevelService");
|
|
14
|
-
const CommentService_1 = require("./services/CommentService");
|
|
15
|
-
const ContentPropertiesService_1 = require("./services/ContentPropertiesService");
|
|
16
|
-
const ContentService_1 = require("./services/ContentService");
|
|
17
|
-
const CustomContentService_1 = require("./services/CustomContentService");
|
|
18
|
-
const DatabaseService_1 = require("./services/DatabaseService");
|
|
19
|
-
const DataPoliciesService_1 = require("./services/DataPoliciesService");
|
|
20
|
-
const LabelService_1 = require("./services/LabelService");
|
|
21
|
-
const LikeService_1 = require("./services/LikeService");
|
|
22
|
-
const OperationService_1 = require("./services/OperationService");
|
|
23
|
-
const PageService_1 = require("./services/PageService");
|
|
24
|
-
const SmartLinkService_1 = require("./services/SmartLinkService");
|
|
25
|
-
const SpacePermissionsService_1 = require("./services/SpacePermissionsService");
|
|
26
|
-
const SpacePropertiesService_1 = require("./services/SpacePropertiesService");
|
|
27
|
-
const SpaceService_1 = require("./services/SpaceService");
|
|
28
|
-
const TaskService_1 = require("./services/TaskService");
|
|
29
|
-
const UserService_1 = require("./services/UserService");
|
|
30
|
-
const VersionService_1 = require("./services/VersionService");
|
|
31
|
-
const WhiteboardService_1 = require("./services/WhiteboardService");
|
|
32
|
-
const validationSchemaStorage_1 = require("./validationSchemaStorage");
|
|
33
|
-
class BaseConfluenceV2ApiClientError extends commonHttpClient.CommonHttpClientError {
|
|
34
|
-
constructor() {
|
|
35
|
-
super(...arguments);
|
|
36
|
-
this.name = "BaseConfluenceV2ApiClientError";
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
exports.BaseConfluenceV2ApiClientError = BaseConfluenceV2ApiClientError;
|
|
40
|
-
/**
|
|
41
|
-
* The Confluence Cloud REST API v2
|
|
42
|
-
*
|
|
43
|
-
* This document describes Confluence's v2 APIs. This is intended to be an
|
|
44
|
-
* iteration on the existing Confluence Cloud REST API with improvements in both
|
|
45
|
-
* endpoint definitions and performance.
|
|
46
|
-
*
|
|
47
|
-
* @version 2.0.0
|
|
48
|
-
*/
|
|
49
|
-
class BaseConfluenceV2ApiClient extends CommonHttpService_1.CommonHttpService {
|
|
50
|
-
constructor(options) {
|
|
51
|
-
super(() => this.client);
|
|
52
|
-
this.client = new commonHttpClient.CommonHttpClient({
|
|
53
|
-
baseUrl: "https://{your-domain}/wiki/api/v2",
|
|
54
|
-
binaryResponseType: "blob",
|
|
55
|
-
errorClass: BaseConfluenceV2ApiClientError
|
|
56
|
-
});
|
|
57
|
-
this.getClient = () => this.client;
|
|
58
|
-
this.ancestors = new AncestorsService_1.AncestorsService(this.getClient);
|
|
59
|
-
this.attachment = new AttachmentService_1.AttachmentService(this.getClient);
|
|
60
|
-
this.blogPost = new BlogPostService_1.BlogPostService(this.getClient);
|
|
61
|
-
this.children = new ChildrenService_1.ChildrenService(this.getClient);
|
|
62
|
-
this.classificationLevel = new ClassificationLevelService_1.ClassificationLevelService(this.getClient);
|
|
63
|
-
this.comment = new CommentService_1.CommentService(this.getClient);
|
|
64
|
-
this.contentProperties = new ContentPropertiesService_1.ContentPropertiesService(this.getClient);
|
|
65
|
-
this.content = new ContentService_1.ContentService(this.getClient);
|
|
66
|
-
this.customContent = new CustomContentService_1.CustomContentService(this.getClient);
|
|
67
|
-
this.database = new DatabaseService_1.DatabaseService(this.getClient);
|
|
68
|
-
this.dataPolicies = new DataPoliciesService_1.DataPoliciesService(this.getClient);
|
|
69
|
-
this.label = new LabelService_1.LabelService(this.getClient);
|
|
70
|
-
this.like = new LikeService_1.LikeService(this.getClient);
|
|
71
|
-
this.operation = new OperationService_1.OperationService(this.getClient);
|
|
72
|
-
this.page = new PageService_1.PageService(this.getClient);
|
|
73
|
-
this.smartLink = new SmartLinkService_1.SmartLinkService(this.getClient);
|
|
74
|
-
this.spacePermissions = new SpacePermissionsService_1.SpacePermissionsService(this.getClient);
|
|
75
|
-
this.spaceProperties = new SpacePropertiesService_1.SpacePropertiesService(this.getClient);
|
|
76
|
-
this.space = new SpaceService_1.SpaceService(this.getClient);
|
|
77
|
-
this.task = new TaskService_1.TaskService(this.getClient);
|
|
78
|
-
this.user = new UserService_1.UserService(this.getClient);
|
|
79
|
-
this.version = new VersionService_1.VersionService(this.getClient);
|
|
80
|
-
this.whiteboard = new WhiteboardService_1.WhiteboardService(this.getClient);
|
|
81
|
-
this.client.setOptions(Object.assign(Object.assign({}, this.client.getOptions()), options));
|
|
82
|
-
}
|
|
83
|
-
}
|
|
84
|
-
exports.BaseConfluenceV2ApiClient = BaseConfluenceV2ApiClient;
|
|
85
|
-
BaseConfluenceV2ApiClient.createClientWithServices = commonHttpClient.createClientWithServices;
|
|
86
|
-
validationSchemaStorage_1.validationSchemaStorage.setErrorClass(BaseConfluenceV2ApiClientError);
|
|
87
|
-
//# sourceMappingURL=BaseConfluenceV2ApiClient.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BaseConfluenceV2ApiClient.js","sourceRoot":"","sources":["../../../src/openapi/v2/BaseConfluenceV2ApiClient.ts"],"names":[],"mappings":"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"}
|