@resolution/confluence-api-client 0.4.1 → 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 +12 -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 +3 -3
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import { CommonHttpService } from "../core/CommonHttpService";
|
|
2
2
|
import { type TaskPageResponse, type TaskStatusUpdate, type TaskV1 } from "../models/inlineTasks";
|
|
3
|
-
/**
|
|
3
|
+
/**
|
|
4
|
+
* @deprecated
|
|
5
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-inline-tasks
|
|
6
|
+
*/
|
|
4
7
|
export declare class InlineTasksService extends CommonHttpService {
|
|
5
8
|
/**
|
|
6
9
|
* Deprecated, use [Confluence's v2
|
|
@@ -15,6 +18,7 @@ export declare class InlineTasksService extends CommonHttpService {
|
|
|
15
18
|
* @returns Returned if the inline task was found given the global ID
|
|
16
19
|
* @path {GET} /wiki/rest/api/inlinetasks/{inlineTaskId}
|
|
17
20
|
* @scopes-current read:inlinetask:confluence
|
|
21
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-inline-tasks#api-wiki-rest-api-inlinetasks-inlinetaskid-get
|
|
18
22
|
*/
|
|
19
23
|
getTaskById({ inlineTaskId, }: {
|
|
20
24
|
/** Global ID of the inline task */
|
|
@@ -36,8 +40,9 @@ export declare class InlineTasksService extends CommonHttpService {
|
|
|
36
40
|
* @path {GET} /wiki/rest/api/inlinetasks/search
|
|
37
41
|
* @scopes-current read:confluence-content.all
|
|
38
42
|
* @scopes-beta read:inlinetask:confluence
|
|
43
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-inline-tasks#api-wiki-rest-api-inlinetasks-search-get
|
|
39
44
|
*/
|
|
40
|
-
searchTasks({ start, limit, spaceKey, pageId, assignee, creator, completedUser, duedateFrom, duedateTo, createdateFrom, createdateTo, completedateFrom, completedateTo, status, }
|
|
45
|
+
searchTasks({ start, limit, spaceKey, pageId, assignee, creator, completedUser, duedateFrom, duedateTo, createdateFrom, createdateTo, completedateFrom, completedateTo, status, }?: {
|
|
41
46
|
/** The starting offset for the results. */
|
|
42
47
|
start?: number;
|
|
43
48
|
/** The number of results to be returned. */
|
|
@@ -80,6 +85,7 @@ export declare class InlineTasksService extends CommonHttpService {
|
|
|
80
85
|
* @returns Returned if the inline task was successfully updated.
|
|
81
86
|
* @path {PUT} /wiki/rest/api/inlinetasks/{inlineTaskId}
|
|
82
87
|
* @scopes-current read:inlinetask:confluence, write:inlinetask:confluence
|
|
88
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-inline-tasks#api-wiki-rest-api-inlinetasks-inlinetaskid-put
|
|
83
89
|
*/
|
|
84
90
|
updateTaskById({ inlineTaskId, taskStatusUpdate, }: {
|
|
85
91
|
/** Global ID of the inline task to update */
|
|
@@ -9,7 +9,10 @@ const commonHttpClient = require("../core/CommonHttpClient");
|
|
|
9
9
|
const CommonHttpService_1 = require("../core/CommonHttpService");
|
|
10
10
|
const inlineTasks_1 = require("../models/inlineTasks");
|
|
11
11
|
const validationSchemaStorage_1 = require("../validationSchemaStorage");
|
|
12
|
-
/**
|
|
12
|
+
/**
|
|
13
|
+
* @deprecated
|
|
14
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-inline-tasks
|
|
15
|
+
*/
|
|
13
16
|
class InlineTasksService extends CommonHttpService_1.CommonHttpService {
|
|
14
17
|
/**
|
|
15
18
|
* Deprecated, use [Confluence's v2
|
|
@@ -24,6 +27,7 @@ class InlineTasksService extends CommonHttpService_1.CommonHttpService {
|
|
|
24
27
|
* @returns Returned if the inline task was found given the global ID
|
|
25
28
|
* @path {GET} /wiki/rest/api/inlinetasks/{inlineTaskId}
|
|
26
29
|
* @scopes-current read:inlinetask:confluence
|
|
30
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-inline-tasks#api-wiki-rest-api-inlinetasks-inlinetaskid-get
|
|
27
31
|
*/
|
|
28
32
|
getTaskById({ inlineTaskId, }) {
|
|
29
33
|
return this.getClientInstance()
|
|
@@ -59,8 +63,9 @@ class InlineTasksService extends CommonHttpService_1.CommonHttpService {
|
|
|
59
63
|
* @path {GET} /wiki/rest/api/inlinetasks/search
|
|
60
64
|
* @scopes-current read:confluence-content.all
|
|
61
65
|
* @scopes-beta read:inlinetask:confluence
|
|
66
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-inline-tasks#api-wiki-rest-api-inlinetasks-search-get
|
|
62
67
|
*/
|
|
63
|
-
searchTasks({ start, limit, spaceKey, pageId, assignee, creator, completedUser, duedateFrom, duedateTo, createdateFrom, createdateTo, completedateFrom, completedateTo, status, }) {
|
|
68
|
+
searchTasks({ start, limit, spaceKey, pageId, assignee, creator, completedUser, duedateFrom, duedateTo, createdateFrom, createdateTo, completedateFrom, completedateTo, status, } = {}) {
|
|
64
69
|
return this.getClientInstance()
|
|
65
70
|
.request({
|
|
66
71
|
path: "/wiki/rest/api/inlinetasks/search",
|
|
@@ -101,6 +106,7 @@ class InlineTasksService extends CommonHttpService_1.CommonHttpService {
|
|
|
101
106
|
* @returns Returned if the inline task was successfully updated.
|
|
102
107
|
* @path {PUT} /wiki/rest/api/inlinetasks/{inlineTaskId}
|
|
103
108
|
* @scopes-current read:inlinetask:confluence, write:inlinetask:confluence
|
|
109
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-inline-tasks#api-wiki-rest-api-inlinetasks-inlinetaskid-put
|
|
104
110
|
*/
|
|
105
111
|
updateTaskById({ inlineTaskId, taskStatusUpdate, }) {
|
|
106
112
|
return this.getClientInstance()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InlineTasksService.js","sourceRoot":"","sources":["../../../../src/openapi/v1/services/InlineTasksService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,uDAK+B;AAC/B,wEAAqE;AACrE
|
|
1
|
+
{"version":3,"file":"InlineTasksService.js","sourceRoot":"","sources":["../../../../src/openapi/v1/services/InlineTasksService.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { CommonHttpService } from "../core/CommonHttpService";
|
|
2
2
|
import { type LabelDetails } from "../models/labelInfo";
|
|
3
|
+
/** @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-label-info */
|
|
3
4
|
export declare class LabelInfoService extends CommonHttpService {
|
|
4
5
|
/**
|
|
5
6
|
* Returns label information and a list of contents associated with the label.
|
|
@@ -13,6 +14,7 @@ export declare class LabelInfoService extends CommonHttpService {
|
|
|
13
14
|
* @path {GET} /wiki/rest/api/label
|
|
14
15
|
* @scopes-current read:confluence-content.summary
|
|
15
16
|
* @scopes-beta read:label:confluence, read:content:confluence
|
|
17
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-label-info#api-wiki-rest-api-label-get
|
|
16
18
|
*/
|
|
17
19
|
getAllLabelContent({ name, type, start, limit, }: {
|
|
18
20
|
/** Name of the label to query. */
|
|
@@ -9,6 +9,7 @@ const commonHttpClient = require("../core/CommonHttpClient");
|
|
|
9
9
|
const CommonHttpService_1 = require("../core/CommonHttpService");
|
|
10
10
|
const labelInfo_1 = require("../models/labelInfo");
|
|
11
11
|
const validationSchemaStorage_1 = require("../validationSchemaStorage");
|
|
12
|
+
/** @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-label-info */
|
|
12
13
|
class LabelInfoService extends CommonHttpService_1.CommonHttpService {
|
|
13
14
|
/**
|
|
14
15
|
* Returns label information and a list of contents associated with the label.
|
|
@@ -22,6 +23,7 @@ class LabelInfoService extends CommonHttpService_1.CommonHttpService {
|
|
|
22
23
|
* @path {GET} /wiki/rest/api/label
|
|
23
24
|
* @scopes-current read:confluence-content.summary
|
|
24
25
|
* @scopes-beta read:label:confluence, read:content:confluence
|
|
26
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-label-info#api-wiki-rest-api-label-get
|
|
25
27
|
*/
|
|
26
28
|
getAllLabelContent({ name, type, start, limit, }) {
|
|
27
29
|
return this.getClientInstance()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LabelInfoService.js","sourceRoot":"","sources":["../../../../src/openapi/v1/services/LabelInfoService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,mDAG6B;AAC7B,wEAAqE;AACrE,MAAa,gBAAiB,SAAQ,qCAAiB;IACrD
|
|
1
|
+
{"version":3,"file":"LabelInfoService.js","sourceRoot":"","sources":["../../../../src/openapi/v1/services/LabelInfoService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,mDAG6B;AAC7B,wEAAqE;AACrE,yFAAyF;AACzF,MAAa,gBAAiB,SAAQ,qCAAiB;IACrD;;;;;;;;;;;;;OAaG;IACH,kBAAkB,CAAC,EACjB,IAAI,EACJ,IAAI,EACJ,KAAK,EACL,KAAK,GAUN;QACC,OAAO,IAAI,CAAC,iBAAiB,EAAE;aAC5B,OAAO,CAAC;YACP,IAAI,EAAE,sBAAsB;YAC5B,MAAM,EAAE,KAAK;YACb,KAAK,EAAE;gBACL,IAAI;gBACJ,IAAI;gBACJ,KAAK;gBACL,KAAK;aACN;SACF,CAAC;aACD,IAAI,CACH,IAAI,CAAC,iBAAiB,EAAE,CAAC,eAAe,CAAC;YACvC,GAAG,EAAE;gBACH,kBAAkB,EAAE,MAAM;aAC3B;SACF,CAAC,CACH;aACA,IAAI,CACH,gBAAgB,CAAC,YAAY,EAIzB,CACL;aACA,IAAI,CACH,iDAAuB,CAAC,SAAS,CAC/B,8CAA8C,CAC/C,CACF;aACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;IACpC,CAAC;IACD,MAAM,CAAC,UAAU;QACf,iDAAuB,CAAC,kBAAkB,CACxC,8CAA8C,EAC9C,OAAC;aACE,MAAM,CAAC;YACN,MAAM,EAAE,OAAC,CAAC,OAAO,CAAC,GAAG,CAAC;YACtB,SAAS,EAAE,OAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;YACxC,IAAI,EAAE,iDAAuB,CAAC,IAAI,CAAC,cAAc,CAAC;SACnD,CAAC;aACD,QAAQ,CAAC,8CAA8C,CAAC,CAC5D,CAAC;QACF,iDAAuB,CAAC,YAAY,CAAC,CAAC,8CAAkC,CAAC,CAAC,CAAC;IAC7E,CAAC;CACF;AA3ED,4CA2EC"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { CommonHttpService } from "../core/CommonHttpService";
|
|
2
2
|
import { type LongTaskStatusArray, type LongTaskStatusWithLinks } from "../models/longRunningTask";
|
|
3
|
+
/** @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-long-running-task */
|
|
3
4
|
export declare class LongRunningTaskService extends CommonHttpService {
|
|
4
5
|
/**
|
|
5
6
|
* Returns information about an active long-running task (e.g. space export),
|
|
@@ -13,6 +14,7 @@ export declare class LongRunningTaskService extends CommonHttpService {
|
|
|
13
14
|
* @path {GET} /wiki/rest/api/longtask/{id}
|
|
14
15
|
* @scopes-current read:confluence-space.summary
|
|
15
16
|
* @scopes-beta read:content.metadata:confluence
|
|
17
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-long-running-task#api-wiki-rest-api-longtask-id-get
|
|
16
18
|
*/
|
|
17
19
|
getTask({ id, }: {
|
|
18
20
|
/** The ID of the task. */
|
|
@@ -29,8 +31,9 @@ export declare class LongRunningTaskService extends CommonHttpService {
|
|
|
29
31
|
* @returns Returned if the requested tasks are returned.
|
|
30
32
|
* @path {GET} /wiki/rest/api/longtask
|
|
31
33
|
* @scopes-current read:content.metadata:confluence
|
|
34
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-long-running-task#api-wiki-rest-api-longtask-get
|
|
32
35
|
*/
|
|
33
|
-
getTasks({ start, limit, }
|
|
36
|
+
getTasks({ start, limit, }?: {
|
|
34
37
|
/** The starting index of the returned tasks. */
|
|
35
38
|
start?: number;
|
|
36
39
|
/**
|
|
@@ -9,6 +9,7 @@ const commonHttpClient = require("../core/CommonHttpClient");
|
|
|
9
9
|
const CommonHttpService_1 = require("../core/CommonHttpService");
|
|
10
10
|
const longRunningTask_1 = require("../models/longRunningTask");
|
|
11
11
|
const validationSchemaStorage_1 = require("../validationSchemaStorage");
|
|
12
|
+
/** @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-long-running-task */
|
|
12
13
|
class LongRunningTaskService extends CommonHttpService_1.CommonHttpService {
|
|
13
14
|
/**
|
|
14
15
|
* Returns information about an active long-running task (e.g. space export),
|
|
@@ -22,6 +23,7 @@ class LongRunningTaskService extends CommonHttpService_1.CommonHttpService {
|
|
|
22
23
|
* @path {GET} /wiki/rest/api/longtask/{id}
|
|
23
24
|
* @scopes-current read:confluence-space.summary
|
|
24
25
|
* @scopes-beta read:content.metadata:confluence
|
|
26
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-long-running-task#api-wiki-rest-api-longtask-id-get
|
|
25
27
|
*/
|
|
26
28
|
getTask({ id, }) {
|
|
27
29
|
return this.getClientInstance()
|
|
@@ -52,8 +54,9 @@ class LongRunningTaskService extends CommonHttpService_1.CommonHttpService {
|
|
|
52
54
|
* @returns Returned if the requested tasks are returned.
|
|
53
55
|
* @path {GET} /wiki/rest/api/longtask
|
|
54
56
|
* @scopes-current read:content.metadata:confluence
|
|
57
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-long-running-task#api-wiki-rest-api-longtask-get
|
|
55
58
|
*/
|
|
56
|
-
getTasks({ start, limit, }) {
|
|
59
|
+
getTasks({ start, limit, } = {}) {
|
|
57
60
|
return this.getClientInstance()
|
|
58
61
|
.request({
|
|
59
62
|
path: "/wiki/rest/api/longtask",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LongRunningTaskService.js","sourceRoot":"","sources":["../../../../src/openapi/v1/services/LongRunningTaskService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,+DAImC;AACnC,wEAAqE;AACrE,MAAa,sBAAuB,SAAQ,qCAAiB;IAC3D
|
|
1
|
+
{"version":3,"file":"LongRunningTaskService.js","sourceRoot":"","sources":["../../../../src/openapi/v1/services/LongRunningTaskService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,+DAImC;AACnC,wEAAqE;AACrE,gGAAgG;AAChG,MAAa,sBAAuB,SAAQ,qCAAiB;IAC3D;;;;;;;;;;;;;OAaG;IACH,OAAO,CAAC,EACN,EAAE,GAIH;QACC,OAAO,IAAI,CAAC,iBAAiB,EAAE;aAC5B,OAAO,CAAC;YACP,IAAI,EAAE,8BAA8B;YACpC,MAAM,EAAE,KAAK;YACb,UAAU,EAAE;gBACV,EAAE;aACH;SACF,CAAC;aACD,IAAI,CACH,IAAI,CAAC,iBAAiB,EAAE,CAAC,eAAe,CAAC;YACvC,GAAG,EAAE;gBACH,kBAAkB,EAAE,MAAM;aAC3B;SACF,CAAC,CACH;aACA,IAAI,CACH,gBAAgB,CAAC,YAAY,EAIzB,CACL;aACA,IAAI,CACH,iDAAuB,CAAC,SAAS,CAC/B,yCAAyC,CAC1C,CACF;aACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;IACpC,CAAC;IACD;;;;;;;;;;;;OAYG;IACH,QAAQ,CAAC,EACP,KAAK,EACL,KAAK,MASH,EAAE;QACJ,OAAO,IAAI,CAAC,iBAAiB,EAAE;aAC5B,OAAO,CAAC;YACP,IAAI,EAAE,yBAAyB;YAC/B,MAAM,EAAE,KAAK;YACb,KAAK,EAAE;gBACL,KAAK;gBACL,KAAK;aACN;SACF,CAAC;aACD,IAAI,CACH,IAAI,CAAC,iBAAiB,EAAE,CAAC,eAAe,CAAC;YACvC,GAAG,EAAE;gBACH,kBAAkB,EAAE,MAAM;aAC3B;SACF,CAAC,CACH;aACA,IAAI,CACH,gBAAgB,CAAC,YAAY,EAIzB,CACL;aACA,IAAI,CACH,iDAAuB,CAAC,SAAS,CAC/B,0CAA0C,CAC3C,CACF;aACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;IACpC,CAAC;IACD,MAAM,CAAC,UAAU;QACf,iDAAuB,CAAC,kBAAkB,CACxC,0CAA0C,EAC1C,OAAC;aACE,MAAM,CAAC;YACN,MAAM,EAAE,OAAC,CAAC,OAAO,CAAC,GAAG,CAAC;YACtB,SAAS,EAAE,OAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;YACxC,IAAI,EAAE,iDAAuB,CAAC,IAAI,CAAC,qBAAqB,CAAC;SAC1D,CAAC;aACD,QAAQ,CAAC,0CAA0C,CAAC,CACxD,CAAC;QACF,iDAAuB,CAAC,kBAAkB,CACxC,yCAAyC,EACzC,OAAC;aACE,MAAM,CAAC;YACN,MAAM,EAAE,OAAC,CAAC,OAAO,CAAC,GAAG,CAAC;YACtB,SAAS,EAAE,OAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;YACxC,IAAI,EAAE,iDAAuB,CAAC,IAAI,CAAC,yBAAyB,CAAC;SAC9D,CAAC;aACD,QAAQ,CAAC,yCAAyC,CAAC,CACvD,CAAC;QACF,iDAAuB,CAAC,YAAY,CAAC;YACnC,0DAAwC;SACzC,CAAC,CAAC;IACL,CAAC;CACF;AAlID,wDAkIC"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { CommonHttpService } from "../core/CommonHttpService";
|
|
2
2
|
import { type Relation, type RelationArray } from "../models/relation";
|
|
3
|
+
/** @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-relation */
|
|
3
4
|
export declare class RelationService extends CommonHttpService {
|
|
4
5
|
/**
|
|
5
6
|
* Creates a relationship between two entities (user, space, content). The
|
|
@@ -19,6 +20,7 @@ export declare class RelationService extends CommonHttpService {
|
|
|
19
20
|
* @scopes-current write:confluence-content
|
|
20
21
|
* @scopes-beta read:relation:confluence, read:space:confluence, read:user:confluence,
|
|
21
22
|
* read:content:confluence, write:relation:confluence
|
|
23
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-relation#api-wiki-rest-api-relation-relationname-from-sourcetype-sourcekey-to-targettype-targetkey-put
|
|
22
24
|
*/
|
|
23
25
|
createRelationship({ relationName, sourceType, sourceKey, targetType, targetKey, sourceStatus, targetStatus, sourceVersion, targetVersion, }: {
|
|
24
26
|
/**
|
|
@@ -89,6 +91,7 @@ export declare class RelationService extends CommonHttpService {
|
|
|
89
91
|
* /wiki/rest/api/relation/{relationName}/from/{sourceType}/{sourceKey}/to/{targetType}/{targetKey}
|
|
90
92
|
* @scopes-current write:confluence-content
|
|
91
93
|
* @scopes-beta write:relation:confluence
|
|
94
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-relation#api-wiki-rest-api-relation-relationname-from-sourcetype-sourcekey-to-targettype-targetkey-delete
|
|
92
95
|
*/
|
|
93
96
|
deleteRelationship({ relationName, sourceType, sourceKey, targetType, targetKey, sourceStatus, targetStatus, sourceVersion, targetVersion, }: {
|
|
94
97
|
/** The name of the relationship. */
|
|
@@ -159,6 +162,7 @@ export declare class RelationService extends CommonHttpService {
|
|
|
159
162
|
* /wiki/rest/api/relation/{relationName}/to/{targetType}/{targetKey}/from/{sourceType}
|
|
160
163
|
* @scopes-current read:confluence-content.summary
|
|
161
164
|
* @scopes-beta read:relation:confluence, read:content-details:confluence
|
|
165
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-relation#api-wiki-rest-api-relation-relationname-to-targettype-targetkey-from-sourcetype-get
|
|
162
166
|
*/
|
|
163
167
|
findSourcesForTarget({ relationName, sourceType, targetType, targetKey, sourceStatus, targetStatus, sourceVersion, targetVersion, expand, start, limit, }: {
|
|
164
168
|
/**
|
|
@@ -241,6 +245,7 @@ export declare class RelationService extends CommonHttpService {
|
|
|
241
245
|
* /wiki/rest/api/relation/{relationName}/from/{sourceType}/{sourceKey}/to/{targetType}
|
|
242
246
|
* @scopes-current read:confluence-content.summary
|
|
243
247
|
* @scopes-beta read:relation:confluence, read:content-details:confluence
|
|
248
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-relation#api-wiki-rest-api-relation-relationname-from-sourcetype-sourcekey-to-targettype-get
|
|
244
249
|
*/
|
|
245
250
|
findTargetFromSource({ relationName, sourceType, sourceKey, targetType, sourceStatus, targetStatus, sourceVersion, targetVersion, expand, start, limit, }: {
|
|
246
251
|
/**
|
|
@@ -322,6 +327,7 @@ export declare class RelationService extends CommonHttpService {
|
|
|
322
327
|
* /wiki/rest/api/relation/{relationName}/from/{sourceType}/{sourceKey}/to/{targetType}/{targetKey}
|
|
323
328
|
* @scopes-current read:confluence-content.summary
|
|
324
329
|
* @scopes-beta read:relation:confluence, read:content-details:confluence
|
|
330
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-relation#api-wiki-rest-api-relation-relationname-from-sourcetype-sourcekey-to-targettype-targetkey-get
|
|
325
331
|
*/
|
|
326
332
|
getRelationship({ relationName, sourceType, sourceKey, targetType, targetKey, sourceStatus, targetStatus, sourceVersion, targetVersion, expand, }: {
|
|
327
333
|
/**
|
|
@@ -9,6 +9,7 @@ const commonHttpClient = require("../core/CommonHttpClient");
|
|
|
9
9
|
const CommonHttpService_1 = require("../core/CommonHttpService");
|
|
10
10
|
const relation_1 = require("../models/relation");
|
|
11
11
|
const validationSchemaStorage_1 = require("../validationSchemaStorage");
|
|
12
|
+
/** @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-relation */
|
|
12
13
|
class RelationService extends CommonHttpService_1.CommonHttpService {
|
|
13
14
|
/**
|
|
14
15
|
* Creates a relationship between two entities (user, space, content). The
|
|
@@ -28,6 +29,7 @@ class RelationService extends CommonHttpService_1.CommonHttpService {
|
|
|
28
29
|
* @scopes-current write:confluence-content
|
|
29
30
|
* @scopes-beta read:relation:confluence, read:space:confluence, read:user:confluence,
|
|
30
31
|
* read:content:confluence, write:relation:confluence
|
|
32
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-relation#api-wiki-rest-api-relation-relationname-from-sourcetype-sourcekey-to-targettype-targetkey-put
|
|
31
33
|
*/
|
|
32
34
|
createRelationship({ relationName, sourceType, sourceKey, targetType, targetKey, sourceStatus, targetStatus, sourceVersion, targetVersion, }) {
|
|
33
35
|
return this.getClientInstance()
|
|
@@ -70,6 +72,7 @@ class RelationService extends CommonHttpService_1.CommonHttpService {
|
|
|
70
72
|
* /wiki/rest/api/relation/{relationName}/from/{sourceType}/{sourceKey}/to/{targetType}/{targetKey}
|
|
71
73
|
* @scopes-current write:confluence-content
|
|
72
74
|
* @scopes-beta write:relation:confluence
|
|
75
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-relation#api-wiki-rest-api-relation-relationname-from-sourcetype-sourcekey-to-targettype-targetkey-delete
|
|
73
76
|
*/
|
|
74
77
|
deleteRelationship({ relationName, sourceType, sourceKey, targetType, targetKey, sourceStatus, targetStatus, sourceVersion, targetVersion, }) {
|
|
75
78
|
return this.getClientInstance()
|
|
@@ -109,6 +112,7 @@ class RelationService extends CommonHttpService_1.CommonHttpService {
|
|
|
109
112
|
* /wiki/rest/api/relation/{relationName}/to/{targetType}/{targetKey}/from/{sourceType}
|
|
110
113
|
* @scopes-current read:confluence-content.summary
|
|
111
114
|
* @scopes-beta read:relation:confluence, read:content-details:confluence
|
|
115
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-relation#api-wiki-rest-api-relation-relationname-to-targettype-targetkey-from-sourcetype-get
|
|
112
116
|
*/
|
|
113
117
|
findSourcesForTarget({ relationName, sourceType, targetType, targetKey, sourceStatus, targetStatus, sourceVersion, targetVersion, expand, start, limit, }) {
|
|
114
118
|
return this.getClientInstance()
|
|
@@ -157,6 +161,7 @@ class RelationService extends CommonHttpService_1.CommonHttpService {
|
|
|
157
161
|
* /wiki/rest/api/relation/{relationName}/from/{sourceType}/{sourceKey}/to/{targetType}
|
|
158
162
|
* @scopes-current read:confluence-content.summary
|
|
159
163
|
* @scopes-beta read:relation:confluence, read:content-details:confluence
|
|
164
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-relation#api-wiki-rest-api-relation-relationname-from-sourcetype-sourcekey-to-targettype-get
|
|
160
165
|
*/
|
|
161
166
|
findTargetFromSource({ relationName, sourceType, sourceKey, targetType, sourceStatus, targetStatus, sourceVersion, targetVersion, expand, start, limit, }) {
|
|
162
167
|
return this.getClientInstance()
|
|
@@ -204,6 +209,7 @@ class RelationService extends CommonHttpService_1.CommonHttpService {
|
|
|
204
209
|
* /wiki/rest/api/relation/{relationName}/from/{sourceType}/{sourceKey}/to/{targetType}/{targetKey}
|
|
205
210
|
* @scopes-current read:confluence-content.summary
|
|
206
211
|
* @scopes-beta read:relation:confluence, read:content-details:confluence
|
|
212
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-relation#api-wiki-rest-api-relation-relationname-from-sourcetype-sourcekey-to-targettype-targetkey-get
|
|
207
213
|
*/
|
|
208
214
|
getRelationship({ relationName, sourceType, sourceKey, targetType, targetKey, sourceStatus, targetStatus, sourceVersion, targetVersion, expand, }) {
|
|
209
215
|
return this.getClientInstance()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RelationService.js","sourceRoot":"","sources":["../../../../src/openapi/v1/services/RelationService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,iDAI4B;AAC5B,wEAAqE;AACrE,MAAa,eAAgB,SAAQ,qCAAiB;IACpD
|
|
1
|
+
{"version":3,"file":"RelationService.js","sourceRoot":"","sources":["../../../../src/openapi/v1/services/RelationService.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { CommonHttpService } from "../core/CommonHttpService";
|
|
2
2
|
import { type SearchPageResponseSearchResult } from "../models/search";
|
|
3
|
+
/** @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-search */
|
|
3
4
|
export declare class SearchService extends CommonHttpService {
|
|
4
5
|
/**
|
|
5
6
|
* Searches for content using the
|
|
@@ -63,6 +64,7 @@ export declare class SearchService extends CommonHttpService {
|
|
|
63
64
|
* @path {GET} /wiki/rest/api/search
|
|
64
65
|
* @scopes-current search:confluence
|
|
65
66
|
* @scopes-beta read:content-details:confluence
|
|
67
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-search#api-wiki-rest-api-search-get
|
|
66
68
|
*/
|
|
67
69
|
searchByCql({ cql, cqlcontext, cursor, next, prev, limit, start, includeArchivedSpaces, excludeCurrentSpaces, excerpt, sitePermissionTypeFilter, _, expand, }: {
|
|
68
70
|
/**
|
|
@@ -130,6 +132,7 @@ export declare class SearchService extends CommonHttpService {
|
|
|
130
132
|
* @returns Returned if the requested results are returned.
|
|
131
133
|
* @path {GET} /wiki/rest/api/search/user
|
|
132
134
|
* @scopes-current read:content-details:confluence
|
|
135
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-search#api-wiki-rest-api-search-user-get
|
|
133
136
|
*/
|
|
134
137
|
searchUser({ cql, start, limit, expand, sitePermissionTypeFilter, }: {
|
|
135
138
|
/**
|
|
@@ -9,6 +9,7 @@ const commonHttpClient = require("../core/CommonHttpClient");
|
|
|
9
9
|
const CommonHttpService_1 = require("../core/CommonHttpService");
|
|
10
10
|
const search_1 = require("../models/search");
|
|
11
11
|
const validationSchemaStorage_1 = require("../validationSchemaStorage");
|
|
12
|
+
/** @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-search */
|
|
12
13
|
class SearchService extends CommonHttpService_1.CommonHttpService {
|
|
13
14
|
/**
|
|
14
15
|
* Searches for content using the
|
|
@@ -72,6 +73,7 @@ class SearchService extends CommonHttpService_1.CommonHttpService {
|
|
|
72
73
|
* @path {GET} /wiki/rest/api/search
|
|
73
74
|
* @scopes-current search:confluence
|
|
74
75
|
* @scopes-beta read:content-details:confluence
|
|
76
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-search#api-wiki-rest-api-search-get
|
|
75
77
|
*/
|
|
76
78
|
searchByCql({ cql, cqlcontext, cursor, next, prev, limit, start, includeArchivedSpaces, excludeCurrentSpaces, excerpt, sitePermissionTypeFilter, _, expand, }) {
|
|
77
79
|
return this.getClientInstance()
|
|
@@ -119,6 +121,7 @@ class SearchService extends CommonHttpService_1.CommonHttpService {
|
|
|
119
121
|
* @returns Returned if the requested results are returned.
|
|
120
122
|
* @path {GET} /wiki/rest/api/search/user
|
|
121
123
|
* @scopes-current read:content-details:confluence
|
|
124
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-search#api-wiki-rest-api-search-user-get
|
|
122
125
|
*/
|
|
123
126
|
searchUser({ cql, start, limit, expand, sitePermissionTypeFilter, }) {
|
|
124
127
|
return this.getClientInstance()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SearchService.js","sourceRoot":"","sources":["../../../../src/openapi/v1/services/SearchService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,6CAG0B;AAC1B,wEAAqE;AACrE,MAAa,aAAc,SAAQ,qCAAiB;IAClD
|
|
1
|
+
{"version":3,"file":"SearchService.js","sourceRoot":"","sources":["../../../../src/openapi/v1/services/SearchService.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { CommonHttpService } from "../core/CommonHttpService";
|
|
2
2
|
import type { LookAndFeel } from "../models/common";
|
|
3
3
|
import { type LookAndFeelSelection, type LookAndFeelSettings, type LookAndFeelWithLinks, type SystemInfoEntity } from "../models/settings";
|
|
4
|
+
/** @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-settings */
|
|
4
5
|
export declare class SettingsService extends CommonHttpService {
|
|
5
6
|
/**
|
|
6
7
|
* Returns the look and feel settings for the site or a single space. This
|
|
@@ -16,8 +17,9 @@ export declare class SettingsService extends CommonHttpService {
|
|
|
16
17
|
* @path {GET} /wiki/rest/api/settings/lookandfeel
|
|
17
18
|
* @scopes-current manage:confluence-configuration
|
|
18
19
|
* @scopes-beta read:configuration:confluence, read:space.setting:confluence
|
|
20
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-settings#api-wiki-rest-api-settings-lookandfeel-get
|
|
19
21
|
*/
|
|
20
|
-
getLookAndFeelSettings({ spaceKey, }
|
|
22
|
+
getLookAndFeelSettings({ spaceKey, }?: {
|
|
21
23
|
/**
|
|
22
24
|
* The key of the space for which the look and feel settings will be
|
|
23
25
|
* returned. If this is not set, only the global look and feel settings
|
|
@@ -37,6 +39,7 @@ export declare class SettingsService extends CommonHttpService {
|
|
|
37
39
|
* @path {GET} /wiki/rest/api/settings/systemInfo
|
|
38
40
|
* @scopes-current manage:confluence-configuration
|
|
39
41
|
* @scopes-beta read:configuration:confluence
|
|
42
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-settings#api-wiki-rest-api-settings-systeminfo-get
|
|
40
43
|
*/
|
|
41
44
|
getSystemInfo(): Promise<SystemInfoEntity | null>;
|
|
42
45
|
/**
|
|
@@ -52,8 +55,9 @@ export declare class SettingsService extends CommonHttpService {
|
|
|
52
55
|
* @path {DELETE} /wiki/rest/api/settings/lookandfeel/custom
|
|
53
56
|
* @scopes-current manage:confluence-configuration
|
|
54
57
|
* @scopes-beta write:configuration:confluence, write:space.setting:confluence
|
|
58
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-settings#api-wiki-rest-api-settings-lookandfeel-custom-delete
|
|
55
59
|
*/
|
|
56
|
-
resetLookAndFeelSettings({ spaceKey, }
|
|
60
|
+
resetLookAndFeelSettings({ spaceKey, }?: {
|
|
57
61
|
/**
|
|
58
62
|
* The key of the space for which the look and feel settings will be
|
|
59
63
|
* reset. If this is not set, the global look and feel settings will
|
|
@@ -75,6 +79,7 @@ export declare class SettingsService extends CommonHttpService {
|
|
|
75
79
|
* @scopes-current manage:confluence-configuration
|
|
76
80
|
* @scopes-beta read:configuration:confluence, read:space.setting:confluence,
|
|
77
81
|
* write:configuration:confluence, write:space.setting:confluence
|
|
82
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-settings#api-wiki-rest-api-settings-lookandfeel-selected-put
|
|
78
83
|
*/
|
|
79
84
|
setLookAndFeelSettings({ spaceKey, requestBody, }: {
|
|
80
85
|
/**
|
|
@@ -100,6 +105,7 @@ export declare class SettingsService extends CommonHttpService {
|
|
|
100
105
|
* @path {PUT} /wiki/rest/api/settings/lookandfeel
|
|
101
106
|
* @scopes-current manage:confluence-configuration
|
|
102
107
|
* @scopes-beta read:space.setting:confluence, write:space.setting:confluence
|
|
108
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-settings#api-wiki-rest-api-settings-lookandfeel-put
|
|
103
109
|
*/
|
|
104
110
|
updateLookAndFeel({ lookAndFeelSelection, }: {
|
|
105
111
|
/** The look and feel type to be set. */
|
|
@@ -121,6 +127,7 @@ export declare class SettingsService extends CommonHttpService {
|
|
|
121
127
|
* @scopes-current manage:confluence-configuration
|
|
122
128
|
* @scopes-beta read:configuration:confluence, read:space.setting:confluence,
|
|
123
129
|
* write:configuration:confluence, write:space.setting:confluence
|
|
130
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-settings#api-wiki-rest-api-settings-lookandfeel-custom-post
|
|
124
131
|
*/
|
|
125
132
|
updateLookAndFeelSettings({ spaceKey, lookAndFeel, }: {
|
|
126
133
|
/**
|
|
@@ -9,6 +9,7 @@ const commonHttpClient = require("../core/CommonHttpClient");
|
|
|
9
9
|
const CommonHttpService_1 = require("../core/CommonHttpService");
|
|
10
10
|
const settings_1 = require("../models/settings");
|
|
11
11
|
const validationSchemaStorage_1 = require("../validationSchemaStorage");
|
|
12
|
+
/** @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-settings */
|
|
12
13
|
class SettingsService extends CommonHttpService_1.CommonHttpService {
|
|
13
14
|
/**
|
|
14
15
|
* Returns the look and feel settings for the site or a single space. This
|
|
@@ -24,8 +25,9 @@ class SettingsService extends CommonHttpService_1.CommonHttpService {
|
|
|
24
25
|
* @path {GET} /wiki/rest/api/settings/lookandfeel
|
|
25
26
|
* @scopes-current manage:confluence-configuration
|
|
26
27
|
* @scopes-beta read:configuration:confluence, read:space.setting:confluence
|
|
28
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-settings#api-wiki-rest-api-settings-lookandfeel-get
|
|
27
29
|
*/
|
|
28
|
-
getLookAndFeelSettings({ spaceKey, }) {
|
|
30
|
+
getLookAndFeelSettings({ spaceKey, } = {}) {
|
|
29
31
|
return this.getClientInstance()
|
|
30
32
|
.request({
|
|
31
33
|
path: "/wiki/rest/api/settings/lookandfeel",
|
|
@@ -55,6 +57,7 @@ class SettingsService extends CommonHttpService_1.CommonHttpService {
|
|
|
55
57
|
* @path {GET} /wiki/rest/api/settings/systemInfo
|
|
56
58
|
* @scopes-current manage:confluence-configuration
|
|
57
59
|
* @scopes-beta read:configuration:confluence
|
|
60
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-settings#api-wiki-rest-api-settings-systeminfo-get
|
|
58
61
|
*/
|
|
59
62
|
getSystemInfo() {
|
|
60
63
|
return this.getClientInstance()
|
|
@@ -84,8 +87,9 @@ class SettingsService extends CommonHttpService_1.CommonHttpService {
|
|
|
84
87
|
* @path {DELETE} /wiki/rest/api/settings/lookandfeel/custom
|
|
85
88
|
* @scopes-current manage:confluence-configuration
|
|
86
89
|
* @scopes-beta write:configuration:confluence, write:space.setting:confluence
|
|
90
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-settings#api-wiki-rest-api-settings-lookandfeel-custom-delete
|
|
87
91
|
*/
|
|
88
|
-
resetLookAndFeelSettings({ spaceKey, }) {
|
|
92
|
+
resetLookAndFeelSettings({ spaceKey, } = {}) {
|
|
89
93
|
return this.getClientInstance()
|
|
90
94
|
.request({
|
|
91
95
|
path: "/wiki/rest/api/settings/lookandfeel/custom",
|
|
@@ -110,6 +114,7 @@ class SettingsService extends CommonHttpService_1.CommonHttpService {
|
|
|
110
114
|
* @scopes-current manage:confluence-configuration
|
|
111
115
|
* @scopes-beta read:configuration:confluence, read:space.setting:confluence,
|
|
112
116
|
* write:configuration:confluence, write:space.setting:confluence
|
|
117
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-settings#api-wiki-rest-api-settings-lookandfeel-selected-put
|
|
113
118
|
*/
|
|
114
119
|
setLookAndFeelSettings({ spaceKey, requestBody, }) {
|
|
115
120
|
return this.getClientInstance()
|
|
@@ -147,6 +152,7 @@ class SettingsService extends CommonHttpService_1.CommonHttpService {
|
|
|
147
152
|
* @path {PUT} /wiki/rest/api/settings/lookandfeel
|
|
148
153
|
* @scopes-current manage:confluence-configuration
|
|
149
154
|
* @scopes-beta read:space.setting:confluence, write:space.setting:confluence
|
|
155
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-settings#api-wiki-rest-api-settings-lookandfeel-put
|
|
150
156
|
*/
|
|
151
157
|
updateLookAndFeel({ lookAndFeelSelection, }) {
|
|
152
158
|
return this.getClientInstance()
|
|
@@ -183,6 +189,7 @@ class SettingsService extends CommonHttpService_1.CommonHttpService {
|
|
|
183
189
|
* @scopes-current manage:confluence-configuration
|
|
184
190
|
* @scopes-beta read:configuration:confluence, read:space.setting:confluence,
|
|
185
191
|
* write:configuration:confluence, write:space.setting:confluence
|
|
192
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-settings#api-wiki-rest-api-settings-lookandfeel-custom-post
|
|
186
193
|
*/
|
|
187
194
|
updateLookAndFeelSettings({ spaceKey, lookAndFeel, }) {
|
|
188
195
|
return this.getClientInstance()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SettingsService.js","sourceRoot":"","sources":["../../../../src/openapi/v1/services/SettingsService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAE9D,iDAM4B;AAC5B,wEAAqE;AACrE,MAAa,eAAgB,SAAQ,qCAAiB;IACpD
|
|
1
|
+
{"version":3,"file":"SettingsService.js","sourceRoot":"","sources":["../../../../src/openapi/v1/services/SettingsService.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { CommonHttpService } from "../core/CommonHttpService";
|
|
2
2
|
import { type SpacePermissionCustomContent, type SpacePermissionRequest, type SpacePermissionV2 } from "../models/spacePermissions";
|
|
3
|
+
/** @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-space-permissions */
|
|
3
4
|
export declare class SpacePermissionsService extends CommonHttpService {
|
|
4
5
|
/**
|
|
5
6
|
* Adds new custom content permission to space.
|
|
@@ -15,6 +16,7 @@ export declare class SpacePermissionsService extends CommonHttpService {
|
|
|
15
16
|
*
|
|
16
17
|
* @path {POST} /wiki/rest/api/space/{spaceKey}/permission/custom-content
|
|
17
18
|
* @scopes-current read:space.permission:confluence, write:space.permission:confluence
|
|
19
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-space-permissions#api-wiki-rest-api-space-spacekey-permission-custom-content-post
|
|
18
20
|
*/
|
|
19
21
|
addCustomContentPermissions({ spaceKey, spacePermissionCustomContent, }: {
|
|
20
22
|
/** The key of the space to be queried for its content. */
|
|
@@ -37,6 +39,7 @@ export declare class SpacePermissionsService extends CommonHttpService {
|
|
|
37
39
|
* @returns Returned if the requested content is returned.
|
|
38
40
|
* @path {POST} /wiki/rest/api/space/{spaceKey}/permission
|
|
39
41
|
* @scopes-current read:space.permission:confluence, write:space.permission:confluence
|
|
42
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-space-permissions#api-wiki-rest-api-space-spacekey-permission-post
|
|
40
43
|
*/
|
|
41
44
|
addPermissionToSpace({ spaceKey, spacePermissionRequest, }: {
|
|
42
45
|
/** The key of the space to be queried for its content. */
|
|
@@ -57,6 +60,7 @@ export declare class SpacePermissionsService extends CommonHttpService {
|
|
|
57
60
|
*
|
|
58
61
|
* @path {DELETE} /wiki/rest/api/space/{spaceKey}/permission/{id}
|
|
59
62
|
* @scopes-current write:space.permission:confluence
|
|
63
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-space-permissions#api-wiki-rest-api-space-spacekey-permission-id-delete
|
|
60
64
|
*/
|
|
61
65
|
removePermission({ spaceKey, id, }: {
|
|
62
66
|
/** The key of the space to be queried for its content. */
|
|
@@ -9,6 +9,7 @@ const commonHttpClient = require("../core/CommonHttpClient");
|
|
|
9
9
|
const CommonHttpService_1 = require("../core/CommonHttpService");
|
|
10
10
|
const spacePermissions_1 = require("../models/spacePermissions");
|
|
11
11
|
const validationSchemaStorage_1 = require("../validationSchemaStorage");
|
|
12
|
+
/** @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-space-permissions */
|
|
12
13
|
class SpacePermissionsService extends CommonHttpService_1.CommonHttpService {
|
|
13
14
|
/**
|
|
14
15
|
* Adds new custom content permission to space.
|
|
@@ -24,6 +25,7 @@ class SpacePermissionsService extends CommonHttpService_1.CommonHttpService {
|
|
|
24
25
|
*
|
|
25
26
|
* @path {POST} /wiki/rest/api/space/{spaceKey}/permission/custom-content
|
|
26
27
|
* @scopes-current read:space.permission:confluence, write:space.permission:confluence
|
|
28
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-space-permissions#api-wiki-rest-api-space-spacekey-permission-custom-content-post
|
|
27
29
|
*/
|
|
28
30
|
addCustomContentPermissions({ spaceKey, spacePermissionCustomContent, }) {
|
|
29
31
|
return this.getClientInstance()
|
|
@@ -55,6 +57,7 @@ class SpacePermissionsService extends CommonHttpService_1.CommonHttpService {
|
|
|
55
57
|
* @returns Returned if the requested content is returned.
|
|
56
58
|
* @path {POST} /wiki/rest/api/space/{spaceKey}/permission
|
|
57
59
|
* @scopes-current read:space.permission:confluence, write:space.permission:confluence
|
|
60
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-space-permissions#api-wiki-rest-api-space-spacekey-permission-post
|
|
58
61
|
*/
|
|
59
62
|
addPermissionToSpace({ spaceKey, spacePermissionRequest, }) {
|
|
60
63
|
return this.getClientInstance()
|
|
@@ -91,6 +94,7 @@ class SpacePermissionsService extends CommonHttpService_1.CommonHttpService {
|
|
|
91
94
|
*
|
|
92
95
|
* @path {DELETE} /wiki/rest/api/space/{spaceKey}/permission/{id}
|
|
93
96
|
* @scopes-current write:space.permission:confluence
|
|
97
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-space-permissions#api-wiki-rest-api-space-spacekey-permission-id-delete
|
|
94
98
|
*/
|
|
95
99
|
removePermission({ spaceKey, id, }) {
|
|
96
100
|
return this.getClientInstance()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SpacePermissionsService.js","sourceRoot":"","sources":["../../../../src/openapi/v1/services/SpacePermissionsService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,iEAKoC;AACpC,wEAAqE;AACrE,MAAa,uBAAwB,SAAQ,qCAAiB;IAC5D
|
|
1
|
+
{"version":3,"file":"SpacePermissionsService.js","sourceRoot":"","sources":["../../../../src/openapi/v1/services/SpacePermissionsService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,iEAKoC;AACpC,wEAAqE;AACrE,gGAAgG;AAChG,MAAa,uBAAwB,SAAQ,qCAAiB;IAC5D;;;;;;;;;;;;;;;OAeG;IACH,2BAA2B,CAAC,EAC1B,QAAQ,EACR,4BAA4B,GAM7B;QACC,OAAO,IAAI,CAAC,iBAAiB,EAAE;aAC5B,OAAO,CAAC;YACP,IAAI,EAAE,2DAA2D;YACjE,MAAM,EAAE,MAAM;YACd,UAAU,EAAE;gBACV,QAAQ;aACT;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,kBAAkB;aACnC;YACD,IAAI,EAAE,4BAA4B;SACnC,CAAC;aACD,IAAI,CAAC,gBAAgB,CAAC,aAAa,CAAC,CAAC;IAC1C,CAAC;IACD;;;;;;;;;;;;;;;;OAgBG;IACH,oBAAoB,CAAC,EACnB,QAAQ,EACR,sBAAsB,GAMvB;QACC,OAAO,IAAI,CAAC,iBAAiB,EAAE;aAC5B,OAAO,CAAC;YACP,IAAI,EAAE,4CAA4C;YAClD,MAAM,EAAE,MAAM;YACd,UAAU,EAAE;gBACV,QAAQ;aACT;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,kBAAkB;aACnC;YACD,IAAI,EAAE,sBAAsB;SAC7B,CAAC;aACD,IAAI,CACH,IAAI,CAAC,iBAAiB,EAAE,CAAC,eAAe,CAAC;YACvC,GAAG,EAAE;gBACH,kBAAkB,EAAE,MAAM;aAC3B;SACF,CAAC,CACH;aACA,IAAI,CACH,gBAAgB,CAAC,YAAY,EAIzB,CACL;aACA,IAAI,CACH,iDAAuB,CAAC,SAAS,CAC/B,uDAAuD,CACxD,CACF;aACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;IACpC,CAAC;IACD;;;;;;;;;;;;;;OAcG;IACH,gBAAgB,CAAC,EACf,QAAQ,EACR,EAAE,GAMH;QACC,OAAO,IAAI,CAAC,iBAAiB,EAAE;aAC5B,OAAO,CAAC;YACP,IAAI,EAAE,iDAAiD;YACvD,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE;gBACV,QAAQ;gBACR,EAAE;aACH;SACF,CAAC;aACD,IAAI,CAAC,gBAAgB,CAAC,aAAa,CAAC,CAAC;IAC1C,CAAC;IACD,MAAM,CAAC,UAAU;QACf,iDAAuB,CAAC,kBAAkB,CACxC,uDAAuD,EACvD,OAAC;aACE,MAAM,CAAC;YACN,MAAM,EAAE,OAAC,CAAC,OAAO,CAAC,GAAG,CAAC;YACtB,SAAS,EAAE,OAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;YACxC,IAAI,EAAE,iDAAuB,CAAC,IAAI,CAAC,mBAAmB,CAAC;SACxD,CAAC;aACD,QAAQ,CAAC,uDAAuD,CAAC,CACrE,CAAC;QACF,iDAAuB,CAAC,YAAY,CAAC;YACnC,4DAAyC;SAC1C,CAAC,CAAC;IACL,CAAC;CACF;AArJD,0DAqJC"}
|