@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
|
@@ -10,6 +10,7 @@ const CommonHttpService_1 = require("../core/CommonHttpService");
|
|
|
10
10
|
const common_1 = require("../models/common");
|
|
11
11
|
const themes_1 = require("../models/themes");
|
|
12
12
|
const validationSchemaStorage_1 = require("../validationSchemaStorage");
|
|
13
|
+
/** @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-themes */
|
|
13
14
|
class ThemesService extends CommonHttpService_1.CommonHttpService {
|
|
14
15
|
/**
|
|
15
16
|
* Returns the globally assigned theme.
|
|
@@ -20,6 +21,7 @@ class ThemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
20
21
|
* @path {GET} /wiki/rest/api/settings/theme/selected
|
|
21
22
|
* @scopes-current manage:confluence-configuration
|
|
22
23
|
* @scopes-beta read:configuration:confluence
|
|
24
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-themes#api-wiki-rest-api-settings-theme-selected-get
|
|
23
25
|
*/
|
|
24
26
|
getGlobalTheme() {
|
|
25
27
|
return this.getClientInstance()
|
|
@@ -48,6 +50,7 @@ class ThemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
48
50
|
* @path {GET} /wiki/rest/api/space/{spaceKey}/theme
|
|
49
51
|
* @scopes-current read:confluence-space.summary
|
|
50
52
|
* @scopes-beta read:space.setting:confluence
|
|
53
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-themes#api-wiki-rest-api-space-spacekey-theme-get
|
|
51
54
|
*/
|
|
52
55
|
getSpaceTheme({ spaceKey, }) {
|
|
53
56
|
return this.getClientInstance()
|
|
@@ -77,6 +80,7 @@ class ThemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
77
80
|
* @path {GET} /wiki/rest/api/settings/theme/{themeKey}
|
|
78
81
|
* @scopes-current manage:confluence-configuration
|
|
79
82
|
* @scopes-beta read:configuration:confluence
|
|
83
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-themes#api-wiki-rest-api-settings-theme-themekey-get
|
|
80
84
|
*/
|
|
81
85
|
getTheme({ themeKey, }) {
|
|
82
86
|
return this.getClientInstance()
|
|
@@ -105,8 +109,9 @@ class ThemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
105
109
|
* @path {GET} /wiki/rest/api/settings/theme
|
|
106
110
|
* @scopes-current manage:confluence-configuration
|
|
107
111
|
* @scopes-beta read:configuration:confluence
|
|
112
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-themes#api-wiki-rest-api-settings-theme-get
|
|
108
113
|
*/
|
|
109
|
-
getThemes({ start, limit, }) {
|
|
114
|
+
getThemes({ start, limit, } = {}) {
|
|
110
115
|
return this.getClientInstance()
|
|
111
116
|
.request({
|
|
112
117
|
path: "/wiki/rest/api/settings/theme",
|
|
@@ -135,6 +140,7 @@ class ThemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
135
140
|
* @path {DELETE} /wiki/rest/api/space/{spaceKey}/theme
|
|
136
141
|
* @scopes-current write:confluence-space
|
|
137
142
|
* @scopes-beta write:space.setting:confluence
|
|
143
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-themes#api-wiki-rest-api-space-spacekey-theme-delete
|
|
138
144
|
*/
|
|
139
145
|
resetSpaceTheme({ spaceKey, }) {
|
|
140
146
|
return this.getClientInstance()
|
|
@@ -159,6 +165,7 @@ class ThemesService extends CommonHttpService_1.CommonHttpService {
|
|
|
159
165
|
* @path {PUT} /wiki/rest/api/space/{spaceKey}/theme
|
|
160
166
|
* @scopes-current write:confluence-space
|
|
161
167
|
* @scopes-beta read:space.setting:confluence, write:space.setting:confluence
|
|
168
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-themes#api-wiki-rest-api-space-spacekey-theme-put
|
|
162
169
|
*/
|
|
163
170
|
setSpaceTheme({ spaceKey, themeUpdate, }) {
|
|
164
171
|
return this.getClientInstance()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ThemesService.js","sourceRoot":"","sources":["../../../../src/openapi/v1/services/ThemesService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,6CAA+E;AAC/E,6CAI0B;AAC1B,wEAAqE;AACrE,MAAa,aAAc,SAAQ,qCAAiB;IAClD
|
|
1
|
+
{"version":3,"file":"ThemesService.js","sourceRoot":"","sources":["../../../../src/openapi/v1/services/ThemesService.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { CommonHttpService } from "../core/CommonHttpService";
|
|
2
2
|
import { type UserProperty, type UserPropertyCreate, type UserPropertyKeyArray, type UserPropertyUpdate } from "../models/userProperties";
|
|
3
|
+
/** @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-user-properties */
|
|
3
4
|
export declare class UserPropertiesService extends CommonHttpService {
|
|
4
5
|
/**
|
|
5
6
|
* Creates a property for a user. For more information about user properties, see
|
|
@@ -16,6 +17,7 @@ export declare class UserPropertiesService extends CommonHttpService {
|
|
|
16
17
|
*
|
|
17
18
|
* @path {POST} /wiki/rest/api/user/{userId}/property/{key}
|
|
18
19
|
* @scopes-current write:user.property:confluence
|
|
20
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-user-properties#api-wiki-rest-api-user-userid-property-key-post
|
|
19
21
|
*/
|
|
20
22
|
createUserProperty({ userId, key, userPropertyCreate, }: {
|
|
21
23
|
/**
|
|
@@ -42,6 +44,7 @@ export declare class UserPropertiesService extends CommonHttpService {
|
|
|
42
44
|
*
|
|
43
45
|
* @path {DELETE} /wiki/rest/api/user/{userId}/property/{key}
|
|
44
46
|
* @scopes-current write:user.property:confluence
|
|
47
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-user-properties#api-wiki-rest-api-user-userid-property-key-delete
|
|
45
48
|
*/
|
|
46
49
|
deleteUserProperty({ userId, key, }: {
|
|
47
50
|
/**
|
|
@@ -66,6 +69,7 @@ export declare class UserPropertiesService extends CommonHttpService {
|
|
|
66
69
|
* @returns Returned if the requested properties are returned.
|
|
67
70
|
* @path {GET} /wiki/rest/api/user/{userId}/property
|
|
68
71
|
* @scopes-current read:user.property:confluence
|
|
72
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-user-properties#api-wiki-rest-api-user-userid-property-get
|
|
69
73
|
*/
|
|
70
74
|
getUserProperties({ userId, start, limit, }: {
|
|
71
75
|
/** The account ID of the user to be queried for its properties. */
|
|
@@ -91,6 +95,7 @@ export declare class UserPropertiesService extends CommonHttpService {
|
|
|
91
95
|
* @returns Returned if the requested properties are returned.
|
|
92
96
|
* @path {GET} /wiki/rest/api/user/{userId}/property/{key}
|
|
93
97
|
* @scopes-current read:user.property:confluence
|
|
98
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-user-properties#api-wiki-rest-api-user-userid-property-key-get
|
|
94
99
|
*/
|
|
95
100
|
getUserProperty({ userId, key, }: {
|
|
96
101
|
/** The account ID of the user to be queried for its properties. */
|
|
@@ -112,6 +117,7 @@ export declare class UserPropertiesService extends CommonHttpService {
|
|
|
112
117
|
*
|
|
113
118
|
* @path {PUT} /wiki/rest/api/user/{userId}/property/{key}
|
|
114
119
|
* @scopes-current write:user.property:confluence
|
|
120
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-user-properties#api-wiki-rest-api-user-userid-property-key-put
|
|
115
121
|
*/
|
|
116
122
|
updateUserProperty({ userId, key, userPropertyUpdate, }: {
|
|
117
123
|
/**
|
|
@@ -9,6 +9,7 @@ const commonHttpClient = require("../core/CommonHttpClient");
|
|
|
9
9
|
const CommonHttpService_1 = require("../core/CommonHttpService");
|
|
10
10
|
const userProperties_1 = require("../models/userProperties");
|
|
11
11
|
const validationSchemaStorage_1 = require("../validationSchemaStorage");
|
|
12
|
+
/** @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-user-properties */
|
|
12
13
|
class UserPropertiesService extends CommonHttpService_1.CommonHttpService {
|
|
13
14
|
/**
|
|
14
15
|
* Creates a property for a user. For more information about user properties, see
|
|
@@ -25,6 +26,7 @@ class UserPropertiesService extends CommonHttpService_1.CommonHttpService {
|
|
|
25
26
|
*
|
|
26
27
|
* @path {POST} /wiki/rest/api/user/{userId}/property/{key}
|
|
27
28
|
* @scopes-current write:user.property:confluence
|
|
29
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-user-properties#api-wiki-rest-api-user-userid-property-key-post
|
|
28
30
|
*/
|
|
29
31
|
createUserProperty({ userId, key, userPropertyCreate, }) {
|
|
30
32
|
return this.getClientInstance()
|
|
@@ -55,6 +57,7 @@ class UserPropertiesService extends CommonHttpService_1.CommonHttpService {
|
|
|
55
57
|
*
|
|
56
58
|
* @path {DELETE} /wiki/rest/api/user/{userId}/property/{key}
|
|
57
59
|
* @scopes-current write:user.property:confluence
|
|
60
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-user-properties#api-wiki-rest-api-user-userid-property-key-delete
|
|
58
61
|
*/
|
|
59
62
|
deleteUserProperty({ userId, key, }) {
|
|
60
63
|
return this.getClientInstance()
|
|
@@ -81,6 +84,7 @@ class UserPropertiesService extends CommonHttpService_1.CommonHttpService {
|
|
|
81
84
|
* @returns Returned if the requested properties are returned.
|
|
82
85
|
* @path {GET} /wiki/rest/api/user/{userId}/property
|
|
83
86
|
* @scopes-current read:user.property:confluence
|
|
87
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-user-properties#api-wiki-rest-api-user-userid-property-get
|
|
84
88
|
*/
|
|
85
89
|
getUserProperties({ userId, start, limit, }) {
|
|
86
90
|
return this.getClientInstance()
|
|
@@ -117,6 +121,7 @@ class UserPropertiesService extends CommonHttpService_1.CommonHttpService {
|
|
|
117
121
|
* @returns Returned if the requested properties are returned.
|
|
118
122
|
* @path {GET} /wiki/rest/api/user/{userId}/property/{key}
|
|
119
123
|
* @scopes-current read:user.property:confluence
|
|
124
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-user-properties#api-wiki-rest-api-user-userid-property-key-get
|
|
120
125
|
*/
|
|
121
126
|
getUserProperty({ userId, key, }) {
|
|
122
127
|
return this.getClientInstance()
|
|
@@ -151,6 +156,7 @@ class UserPropertiesService extends CommonHttpService_1.CommonHttpService {
|
|
|
151
156
|
*
|
|
152
157
|
* @path {PUT} /wiki/rest/api/user/{userId}/property/{key}
|
|
153
158
|
* @scopes-current write:user.property:confluence
|
|
159
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-user-properties#api-wiki-rest-api-user-userid-property-key-put
|
|
154
160
|
*/
|
|
155
161
|
updateUserProperty({ userId, key, userPropertyUpdate, }) {
|
|
156
162
|
return this.getClientInstance()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UserPropertiesService.js","sourceRoot":"","sources":["../../../../src/openapi/v1/services/UserPropertiesService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,6DAMkC;AAClC,wEAAqE;AACrE,MAAa,qBAAsB,SAAQ,qCAAiB;IAC1D
|
|
1
|
+
{"version":3,"file":"UserPropertiesService.js","sourceRoot":"","sources":["../../../../src/openapi/v1/services/UserPropertiesService.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { CommonHttpService } from "../core/CommonHttpService";
|
|
2
2
|
import { type GroupArrayWithLinks, type User } from "../models/common";
|
|
3
3
|
import { type AccountIdEmailRecord, type AccountIdEmailRecordArray, type BulkUserLookupArray, type UserAnonymous } from "../models/users";
|
|
4
|
+
/** @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-users */
|
|
4
5
|
export declare class UsersService extends CommonHttpService {
|
|
5
6
|
/**
|
|
6
7
|
* Returns information about how anonymous users are represented, like the
|
|
@@ -13,8 +14,9 @@ export declare class UsersService extends CommonHttpService {
|
|
|
13
14
|
* @path {GET} /wiki/rest/api/user/anonymous
|
|
14
15
|
* @scopes-current read:confluence-user
|
|
15
16
|
* @scopes-beta read:user:confluence
|
|
17
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-users#api-wiki-rest-api-user-anonymous-get
|
|
16
18
|
*/
|
|
17
|
-
getAnonymousUser({ expand, }
|
|
19
|
+
getAnonymousUser({ expand, }?: {
|
|
18
20
|
/**
|
|
19
21
|
* A multi-value parameter indicating which properties of the user to
|
|
20
22
|
* expand.
|
|
@@ -33,6 +35,7 @@ export declare class UsersService extends CommonHttpService {
|
|
|
33
35
|
* @path {GET} /wiki/rest/api/user/bulk
|
|
34
36
|
* @scopes-current read:confluence-user
|
|
35
37
|
* @scopes-beta read:content-details:confluence
|
|
38
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-users#api-wiki-rest-api-user-bulk-get
|
|
36
39
|
*/
|
|
37
40
|
getBulkUserLookup({ accountId, expand, limit, }: {
|
|
38
41
|
/** A list of accountId's of users to be returned. */
|
|
@@ -66,8 +69,9 @@ export declare class UsersService extends CommonHttpService {
|
|
|
66
69
|
* @path {GET} /wiki/rest/api/user/current
|
|
67
70
|
* @scopes-current read:confluence-user
|
|
68
71
|
* @scopes-beta read:content-details:confluence
|
|
72
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-users#api-wiki-rest-api-user-current-get
|
|
69
73
|
*/
|
|
70
|
-
getCurrentUser({ expand, }
|
|
74
|
+
getCurrentUser({ expand, }?: {
|
|
71
75
|
/**
|
|
72
76
|
* A multi-value parameter indicating which properties of the user to
|
|
73
77
|
* expand.
|
|
@@ -89,6 +93,7 @@ export declare class UsersService extends CommonHttpService {
|
|
|
89
93
|
* @path {GET} /wiki/rest/api/user/memberof
|
|
90
94
|
* @scopes-current read:confluence-user
|
|
91
95
|
* @scopes-beta read:user:confluence, read:group:confluence
|
|
96
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-users#api-wiki-rest-api-user-memberof-get
|
|
92
97
|
*/
|
|
93
98
|
getGroupMembershipsForUser({ accountId, start, limit, }: {
|
|
94
99
|
/**
|
|
@@ -115,6 +120,7 @@ export declare class UsersService extends CommonHttpService {
|
|
|
115
120
|
*
|
|
116
121
|
* @returns Returned if the requested user's email is returned.
|
|
117
122
|
* @path {GET} /wiki/rest/api/user/email
|
|
123
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-users#api-wiki-rest-api-user-email-get
|
|
118
124
|
*/
|
|
119
125
|
getPrivacyUnsafeUserEmail({ accountId, }: {
|
|
120
126
|
/**
|
|
@@ -137,6 +143,7 @@ export declare class UsersService extends CommonHttpService {
|
|
|
137
143
|
*
|
|
138
144
|
* @returns Returned if the request is successful.
|
|
139
145
|
* @path {GET} /wiki/rest/api/user/email/bulk
|
|
146
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-users#api-wiki-rest-api-user-email-bulk-get
|
|
140
147
|
*/
|
|
141
148
|
getPrivacyUnsafeUserEmailBulk({ accountId, }: {
|
|
142
149
|
/** The account IDs of the users. */
|
|
@@ -158,6 +165,7 @@ export declare class UsersService extends CommonHttpService {
|
|
|
158
165
|
* @path {GET} /wiki/rest/api/user
|
|
159
166
|
* @scopes-current read:confluence-user
|
|
160
167
|
* @scopes-beta read:content-details:confluence
|
|
168
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-users#api-wiki-rest-api-user-get
|
|
161
169
|
*/
|
|
162
170
|
getUser({ accountId, expand, }: {
|
|
163
171
|
/**
|
|
@@ -10,6 +10,7 @@ const CommonHttpService_1 = require("../core/CommonHttpService");
|
|
|
10
10
|
const common_1 = require("../models/common");
|
|
11
11
|
const users_1 = require("../models/users");
|
|
12
12
|
const validationSchemaStorage_1 = require("../validationSchemaStorage");
|
|
13
|
+
/** @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-users */
|
|
13
14
|
class UsersService extends CommonHttpService_1.CommonHttpService {
|
|
14
15
|
/**
|
|
15
16
|
* Returns information about how anonymous users are represented, like the
|
|
@@ -22,8 +23,9 @@ class UsersService extends CommonHttpService_1.CommonHttpService {
|
|
|
22
23
|
* @path {GET} /wiki/rest/api/user/anonymous
|
|
23
24
|
* @scopes-current read:confluence-user
|
|
24
25
|
* @scopes-beta read:user:confluence
|
|
26
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-users#api-wiki-rest-api-user-anonymous-get
|
|
25
27
|
*/
|
|
26
|
-
getAnonymousUser({ expand, }) {
|
|
28
|
+
getAnonymousUser({ expand, } = {}) {
|
|
27
29
|
return this.getClientInstance()
|
|
28
30
|
.request({
|
|
29
31
|
path: "/wiki/rest/api/user/anonymous",
|
|
@@ -51,6 +53,7 @@ class UsersService extends CommonHttpService_1.CommonHttpService {
|
|
|
51
53
|
* @path {GET} /wiki/rest/api/user/bulk
|
|
52
54
|
* @scopes-current read:confluence-user
|
|
53
55
|
* @scopes-beta read:content-details:confluence
|
|
56
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-users#api-wiki-rest-api-user-bulk-get
|
|
54
57
|
*/
|
|
55
58
|
getBulkUserLookup({ accountId, expand, limit, }) {
|
|
56
59
|
return this.getClientInstance()
|
|
@@ -84,8 +87,9 @@ class UsersService extends CommonHttpService_1.CommonHttpService {
|
|
|
84
87
|
* @path {GET} /wiki/rest/api/user/current
|
|
85
88
|
* @scopes-current read:confluence-user
|
|
86
89
|
* @scopes-beta read:content-details:confluence
|
|
90
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-users#api-wiki-rest-api-user-current-get
|
|
87
91
|
*/
|
|
88
|
-
getCurrentUser({ expand, }) {
|
|
92
|
+
getCurrentUser({ expand, } = {}) {
|
|
89
93
|
return this.getClientInstance()
|
|
90
94
|
.request({
|
|
91
95
|
path: "/wiki/rest/api/user/current",
|
|
@@ -113,6 +117,7 @@ class UsersService extends CommonHttpService_1.CommonHttpService {
|
|
|
113
117
|
* @path {GET} /wiki/rest/api/user/memberof
|
|
114
118
|
* @scopes-current read:confluence-user
|
|
115
119
|
* @scopes-beta read:user:confluence, read:group:confluence
|
|
120
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-users#api-wiki-rest-api-user-memberof-get
|
|
116
121
|
*/
|
|
117
122
|
getGroupMembershipsForUser({ accountId, start, limit, }) {
|
|
118
123
|
return this.getClientInstance()
|
|
@@ -144,6 +149,7 @@ class UsersService extends CommonHttpService_1.CommonHttpService {
|
|
|
144
149
|
*
|
|
145
150
|
* @returns Returned if the requested user's email is returned.
|
|
146
151
|
* @path {GET} /wiki/rest/api/user/email
|
|
152
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-users#api-wiki-rest-api-user-email-get
|
|
147
153
|
*/
|
|
148
154
|
getPrivacyUnsafeUserEmail({ accountId, }) {
|
|
149
155
|
return this.getClientInstance()
|
|
@@ -176,6 +182,7 @@ class UsersService extends CommonHttpService_1.CommonHttpService {
|
|
|
176
182
|
*
|
|
177
183
|
* @returns Returned if the request is successful.
|
|
178
184
|
* @path {GET} /wiki/rest/api/user/email/bulk
|
|
185
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-users#api-wiki-rest-api-user-email-bulk-get
|
|
179
186
|
*/
|
|
180
187
|
getPrivacyUnsafeUserEmailBulk({ accountId, }) {
|
|
181
188
|
return this.getClientInstance()
|
|
@@ -211,6 +218,7 @@ class UsersService extends CommonHttpService_1.CommonHttpService {
|
|
|
211
218
|
* @path {GET} /wiki/rest/api/user
|
|
212
219
|
* @scopes-current read:confluence-user
|
|
213
220
|
* @scopes-beta read:content-details:confluence
|
|
221
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-users#api-wiki-rest-api-user-get
|
|
214
222
|
*/
|
|
215
223
|
getUser({ accountId, expand, }) {
|
|
216
224
|
return this.getClientInstance()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UsersService.js","sourceRoot":"","sources":["../../../../src/openapi/v1/services/UsersService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,6CAI0B;AAC1B,2CAMyB;AACzB,wEAAqE;AACrE,MAAa,YAAa,SAAQ,qCAAiB;IACjD
|
|
1
|
+
{"version":3,"file":"UsersService.js","sourceRoot":"","sources":["../../../../src/openapi/v1/services/UsersService.ts"],"names":[],"mappings":"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"}
|
|
@@ -59,28 +59,51 @@ export declare class BaseConfluenceApiV2ClientError extends commonHttpClient.Com
|
|
|
59
59
|
export declare class BaseConfluenceApiV2Client extends CommonHttpService {
|
|
60
60
|
client: commonHttpClient.CommonHttpClient;
|
|
61
61
|
getClient: () => commonHttpClient.CommonHttpClient;
|
|
62
|
+
/** @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-ancestors */
|
|
62
63
|
ancestors: AncestorsService;
|
|
64
|
+
/** @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-attachment */
|
|
63
65
|
attachment: AttachmentService;
|
|
66
|
+
/** @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-blog-post */
|
|
64
67
|
blogPost: BlogPostService;
|
|
68
|
+
/** @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-children */
|
|
65
69
|
children: ChildrenService;
|
|
70
|
+
/** @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-classification-level */
|
|
66
71
|
classificationLevel: ClassificationLevelService;
|
|
72
|
+
/** @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-comment */
|
|
67
73
|
comment: CommentService;
|
|
74
|
+
/** @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-content-properties */
|
|
68
75
|
contentProperties: ContentPropertiesService;
|
|
76
|
+
/** @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-content */
|
|
69
77
|
content: ContentService;
|
|
78
|
+
/** @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-custom-content */
|
|
70
79
|
customContent: CustomContentService;
|
|
80
|
+
/** @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-database */
|
|
71
81
|
database: DatabaseService;
|
|
82
|
+
/** @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-data-policies */
|
|
72
83
|
dataPolicies: DataPoliciesService;
|
|
84
|
+
/** @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-label */
|
|
73
85
|
label: LabelService;
|
|
86
|
+
/** @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-like */
|
|
74
87
|
like: LikeService;
|
|
88
|
+
/** @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-operation */
|
|
75
89
|
operation: OperationService;
|
|
90
|
+
/** @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-page */
|
|
76
91
|
page: PageService;
|
|
92
|
+
/** @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-smart-link */
|
|
77
93
|
smartLink: SmartLinkService;
|
|
94
|
+
/** @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-space-permissions */
|
|
78
95
|
spacePermissions: SpacePermissionsService;
|
|
96
|
+
/** @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-space-properties */
|
|
79
97
|
spaceProperties: SpacePropertiesService;
|
|
98
|
+
/** @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-space */
|
|
80
99
|
space: SpaceService;
|
|
100
|
+
/** @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-task */
|
|
81
101
|
task: TaskService;
|
|
102
|
+
/** @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-user */
|
|
82
103
|
user: UserService;
|
|
104
|
+
/** @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-version */
|
|
83
105
|
version: VersionService;
|
|
106
|
+
/** @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-whiteboard */
|
|
84
107
|
whiteboard: WhiteboardService;
|
|
85
108
|
constructor(options?: BaseConfluenceApiV2ClientOptions);
|
|
86
109
|
static createClientWithServices: typeof commonHttpClient.createClientWithServices;
|
|
@@ -55,28 +55,51 @@ class BaseConfluenceApiV2Client extends CommonHttpService_1.CommonHttpService {
|
|
|
55
55
|
errorClass: BaseConfluenceApiV2ClientError,
|
|
56
56
|
});
|
|
57
57
|
this.getClient = () => this.client;
|
|
58
|
+
/** @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-ancestors */
|
|
58
59
|
this.ancestors = new AncestorsService_1.AncestorsService(this.getClient);
|
|
60
|
+
/** @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-attachment */
|
|
59
61
|
this.attachment = new AttachmentService_1.AttachmentService(this.getClient);
|
|
62
|
+
/** @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-blog-post */
|
|
60
63
|
this.blogPost = new BlogPostService_1.BlogPostService(this.getClient);
|
|
64
|
+
/** @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-children */
|
|
61
65
|
this.children = new ChildrenService_1.ChildrenService(this.getClient);
|
|
66
|
+
/** @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-classification-level */
|
|
62
67
|
this.classificationLevel = new ClassificationLevelService_1.ClassificationLevelService(this.getClient);
|
|
68
|
+
/** @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-comment */
|
|
63
69
|
this.comment = new CommentService_1.CommentService(this.getClient);
|
|
70
|
+
/** @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-content-properties */
|
|
64
71
|
this.contentProperties = new ContentPropertiesService_1.ContentPropertiesService(this.getClient);
|
|
72
|
+
/** @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-content */
|
|
65
73
|
this.content = new ContentService_1.ContentService(this.getClient);
|
|
74
|
+
/** @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-custom-content */
|
|
66
75
|
this.customContent = new CustomContentService_1.CustomContentService(this.getClient);
|
|
76
|
+
/** @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-database */
|
|
67
77
|
this.database = new DatabaseService_1.DatabaseService(this.getClient);
|
|
78
|
+
/** @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-data-policies */
|
|
68
79
|
this.dataPolicies = new DataPoliciesService_1.DataPoliciesService(this.getClient);
|
|
80
|
+
/** @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-label */
|
|
69
81
|
this.label = new LabelService_1.LabelService(this.getClient);
|
|
82
|
+
/** @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-like */
|
|
70
83
|
this.like = new LikeService_1.LikeService(this.getClient);
|
|
84
|
+
/** @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-operation */
|
|
71
85
|
this.operation = new OperationService_1.OperationService(this.getClient);
|
|
86
|
+
/** @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-page */
|
|
72
87
|
this.page = new PageService_1.PageService(this.getClient);
|
|
88
|
+
/** @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-smart-link */
|
|
73
89
|
this.smartLink = new SmartLinkService_1.SmartLinkService(this.getClient);
|
|
90
|
+
/** @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-space-permissions */
|
|
74
91
|
this.spacePermissions = new SpacePermissionsService_1.SpacePermissionsService(this.getClient);
|
|
92
|
+
/** @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-space-properties */
|
|
75
93
|
this.spaceProperties = new SpacePropertiesService_1.SpacePropertiesService(this.getClient);
|
|
94
|
+
/** @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-space */
|
|
76
95
|
this.space = new SpaceService_1.SpaceService(this.getClient);
|
|
96
|
+
/** @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-task */
|
|
77
97
|
this.task = new TaskService_1.TaskService(this.getClient);
|
|
98
|
+
/** @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-user */
|
|
78
99
|
this.user = new UserService_1.UserService(this.getClient);
|
|
100
|
+
/** @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-version */
|
|
79
101
|
this.version = new VersionService_1.VersionService(this.getClient);
|
|
102
|
+
/** @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-whiteboard */
|
|
80
103
|
this.whiteboard = new WhiteboardService_1.WhiteboardService(this.getClient);
|
|
81
104
|
this.client.setOptions(Object.assign(Object.assign({}, this.client.getOptions()), options));
|
|
82
105
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BaseConfluenceApiV2Client.js","sourceRoot":"","sources":["../../../src/openapi/v2/BaseConfluenceApiV2Client.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,4DAA4D;AAC5D,gEAA6D;AA+H7D,kEAA+D;AAC/D,oEAAiE;AACjE,gEAA6D;AAC7D,gEAA6D;AAC7D,sFAAmF;AACnF,8DAA2D;AAC3D,kFAA+E;AAC/E,8DAA2D;AAC3D,0EAAuE;AACvE,gEAA6D;AAC7D,wEAAqE;AACrE,0DAAuD;AACvD,wDAAqD;AACrD,kEAA+D;AAC/D,wDAAqD;AACrD,kEAA+D;AAC/D,gFAA6E;AAC7E,8EAA2E;AAC3E,0DAAuD;AACvD,wDAAqD;AACrD,wDAAqD;AACrD,8DAA2D;AAC3D,oEAAiE;AACjE,uEAAoE;AAGpE,MAAa,8BAA+B,SAAQ,gBAAgB,CAAC,qBAAqB;IAA1F;;QACE,SAAI,GAAG,gCAAgC,CAAC;IAC1C,CAAC;CAAA;AAFD,wEAEC;AACD;;;;;;;;GAQG;AACH,MAAa,yBAA0B,SAAQ,qCAAiB;
|
|
1
|
+
{"version":3,"file":"BaseConfluenceApiV2Client.js","sourceRoot":"","sources":["../../../src/openapi/v2/BaseConfluenceApiV2Client.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { CommonHttpService } from "../core/CommonHttpService";
|
|
2
2
|
import { type Ancestor } from "../models/ancestors";
|
|
3
3
|
import { type MultiEntityLinks } from "../models/common";
|
|
4
|
+
/** @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-ancestors */
|
|
4
5
|
export declare class AncestorsService extends CommonHttpService {
|
|
5
6
|
/**
|
|
6
7
|
* Returns all ancestors for a given database by ID in top-to-bottom order (that
|
|
@@ -22,6 +23,7 @@ export declare class AncestorsService extends CommonHttpService {
|
|
|
22
23
|
* @returns Returned if the requested ancestors are returned.
|
|
23
24
|
* @path {GET} /databases/{id}/ancestors
|
|
24
25
|
* @scopes-current read:content.metadata:confluence
|
|
26
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-ancestors#api-databases-id-ancestors-get
|
|
25
27
|
*/
|
|
26
28
|
getDatabaseAncestors({ id, limit, }: {
|
|
27
29
|
/** The ID of the database. */
|
|
@@ -55,6 +57,7 @@ export declare class AncestorsService extends CommonHttpService {
|
|
|
55
57
|
* @returns Returned if the requested ancestors are returned.
|
|
56
58
|
* @path {GET} /pages/{id}/ancestors
|
|
57
59
|
* @scopes-current read:content.metadata:confluence
|
|
60
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-ancestors#api-pages-id-ancestors-get
|
|
58
61
|
*/
|
|
59
62
|
getPageAncestors({ id, limit, }: {
|
|
60
63
|
/** The ID of the page. */
|
|
@@ -91,6 +94,7 @@ export declare class AncestorsService extends CommonHttpService {
|
|
|
91
94
|
* @returns Returned if the requested ancestors are returned.
|
|
92
95
|
* @path {GET} /embeds/{id}/ancestors
|
|
93
96
|
* @scopes-current read:content.metadata:confluence
|
|
97
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-ancestors#api-embeds-id-ancestors-get
|
|
94
98
|
*/
|
|
95
99
|
getSmartLinkAncestors({ id, limit, }: {
|
|
96
100
|
/** The ID of the Smart Link in the content tree. */
|
|
@@ -125,6 +129,7 @@ export declare class AncestorsService extends CommonHttpService {
|
|
|
125
129
|
* @returns Returned if the requested ancestors are returned.
|
|
126
130
|
* @path {GET} /whiteboards/{id}/ancestors
|
|
127
131
|
* @scopes-current read:content.metadata:confluence
|
|
132
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-ancestors#api-whiteboards-id-ancestors-get
|
|
128
133
|
*/
|
|
129
134
|
getWhiteboardAncestors({ id, limit, }: {
|
|
130
135
|
/** The ID of the whiteboard. */
|
|
@@ -10,6 +10,7 @@ const CommonHttpService_1 = require("../core/CommonHttpService");
|
|
|
10
10
|
const ancestors_1 = require("../models/ancestors");
|
|
11
11
|
const common_1 = require("../models/common");
|
|
12
12
|
const validationSchemaStorage_1 = require("../validationSchemaStorage");
|
|
13
|
+
/** @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-ancestors */
|
|
13
14
|
class AncestorsService extends CommonHttpService_1.CommonHttpService {
|
|
14
15
|
/**
|
|
15
16
|
* Returns all ancestors for a given database by ID in top-to-bottom order (that
|
|
@@ -31,6 +32,7 @@ class AncestorsService extends CommonHttpService_1.CommonHttpService {
|
|
|
31
32
|
* @returns Returned if the requested ancestors are returned.
|
|
32
33
|
* @path {GET} /databases/{id}/ancestors
|
|
33
34
|
* @scopes-current read:content.metadata:confluence
|
|
35
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-ancestors#api-databases-id-ancestors-get
|
|
34
36
|
*/
|
|
35
37
|
getDatabaseAncestors({ id, limit, }) {
|
|
36
38
|
return this.getClientInstance()
|
|
@@ -72,6 +74,7 @@ class AncestorsService extends CommonHttpService_1.CommonHttpService {
|
|
|
72
74
|
* @returns Returned if the requested ancestors are returned.
|
|
73
75
|
* @path {GET} /pages/{id}/ancestors
|
|
74
76
|
* @scopes-current read:content.metadata:confluence
|
|
77
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-ancestors#api-pages-id-ancestors-get
|
|
75
78
|
*/
|
|
76
79
|
getPageAncestors({ id, limit, }) {
|
|
77
80
|
return this.getClientInstance()
|
|
@@ -115,6 +118,7 @@ class AncestorsService extends CommonHttpService_1.CommonHttpService {
|
|
|
115
118
|
* @returns Returned if the requested ancestors are returned.
|
|
116
119
|
* @path {GET} /embeds/{id}/ancestors
|
|
117
120
|
* @scopes-current read:content.metadata:confluence
|
|
121
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-ancestors#api-embeds-id-ancestors-get
|
|
118
122
|
*/
|
|
119
123
|
getSmartLinkAncestors({ id, limit, }) {
|
|
120
124
|
return this.getClientInstance()
|
|
@@ -157,6 +161,7 @@ class AncestorsService extends CommonHttpService_1.CommonHttpService {
|
|
|
157
161
|
* @returns Returned if the requested ancestors are returned.
|
|
158
162
|
* @path {GET} /whiteboards/{id}/ancestors
|
|
159
163
|
* @scopes-current read:content.metadata:confluence
|
|
164
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-ancestors#api-whiteboards-id-ancestors-get
|
|
160
165
|
*/
|
|
161
166
|
getWhiteboardAncestors({ id, limit, }) {
|
|
162
167
|
return this.getClientInstance()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AncestorsService.js","sourceRoot":"","sources":["../../../../src/openapi/v2/services/AncestorsService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,mDAG6B;AAC7B,6CAG0B;AAC1B,wEAAqE;AACrE,MAAa,gBAAiB,SAAQ,qCAAiB;IACrD
|
|
1
|
+
{"version":3,"file":"AncestorsService.js","sourceRoot":"","sources":["../../../../src/openapi/v2/services/AncestorsService.ts"],"names":[],"mappings":"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"}
|