@resolution/confluence-api-client 0.4.1 → 0.4.3
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 +21 -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 +51 -7
- package/lib/openapi/v1/BaseConfluenceApiV1Client.js +49 -5
- package/lib/openapi/v1/BaseConfluenceApiV1Client.js.map +1 -1
- package/lib/openapi/v1/models/common.d.ts +75 -75
- package/lib/openapi/v1/models/common.js +42 -42
- package/lib/openapi/v1/models/common.js.map +1 -1
- package/lib/openapi/v1/models/content.d.ts +8 -8
- package/lib/openapi/v1/models/content.js +9 -7
- package/lib/openapi/v1/models/content.js.map +1 -1
- package/lib/openapi/v1/models/contentRestrictions.d.ts +2 -2
- package/lib/openapi/v1/models/contentRestrictions.js +1 -1
- package/lib/openapi/v1/models/contentRestrictions.js.map +1 -1
- package/lib/openapi/v1/models/contentWatches.d.ts +2 -2
- package/lib/openapi/v1/models/contentWatches.js +1 -1
- package/lib/openapi/v1/models/contentWatches.js.map +1 -1
- package/lib/openapi/v1/models/relation.d.ts +4 -4
- package/lib/openapi/v1/models/relation.js +5 -3
- package/lib/openapi/v1/models/relation.js.map +1 -1
- package/lib/openapi/v1/models/search.d.ts +2 -2
- package/lib/openapi/v1/models/search.js +1 -1
- package/lib/openapi/v1/models/search.js.map +1 -1
- package/lib/openapi/v1/models/space.d.ts +2 -2
- package/lib/openapi/v1/models/space.js +1 -1
- package/lib/openapi/v1/models/space.js.map +1 -1
- package/lib/openapi/v1/models/themes.d.ts +2 -2
- package/lib/openapi/v1/models/themes.js +1 -1
- package/lib/openapi/v1/models/themes.js.map +1 -1
- package/lib/openapi/v1/models/users.d.ts +3 -3
- package/lib/openapi/v1/models/users.js +2 -2
- package/lib/openapi/v1/models/users.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 +13 -5
- package/lib/openapi/v1/services/UsersService.js +12 -4
- package/lib/openapi/v1/services/UsersService.js.map +1 -1
- package/lib/openapi/v2/BaseConfluenceApiV2Client.d.ts +25 -1
- package/lib/openapi/v2/BaseConfluenceApiV2Client.js +23 -0
- package/lib/openapi/v2/BaseConfluenceApiV2Client.js.map +1 -1
- package/lib/openapi/v2/models/user.d.ts +51 -0
- package/lib/openapi/v2/models/user.js +41 -0
- package/lib/openapi/v2/models/user.js.map +1 -0
- 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 +31 -0
- package/lib/openapi/v2/services/UserService.js +55 -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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ContentBodyService.js","sourceRoot":"","sources":["../../../../src/openapi/v1/services/ContentBodyService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,6CAK0B;AAC1B,uDAG+B;AAC/B,wEAAqE;AACrE,MAAa,kBAAmB,SAAQ,qCAAiB;IACvD
|
|
1
|
+
{"version":3,"file":"ContentBodyService.js","sourceRoot":"","sources":["../../../../src/openapi/v1/services/ContentBodyService.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { CommonHttpService } from "../core/CommonHttpService";
|
|
2
2
|
import { type Content, type ContentArray, type ContentChildren, type ContentId, type LongTask } from "../models/common";
|
|
3
3
|
import type { CopyPageHierarchyRequest, CopyPageRequest } from "../models/contentChildrenAndDescendants";
|
|
4
|
+
/** @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-children-and-descendants */
|
|
4
5
|
export declare class ContentChildrenAndDescendantsService extends CommonHttpService {
|
|
5
6
|
/**
|
|
6
7
|
* Copies a single page and its associated properties, permissions, attachments,
|
|
@@ -25,6 +26,7 @@ export declare class ContentChildrenAndDescendantsService extends CommonHttpServ
|
|
|
25
26
|
* @path {POST} /wiki/rest/api/content/{id}/copy
|
|
26
27
|
* @scopes-current write:confluence-content
|
|
27
28
|
* @scopes-beta read:content-details:confluence, write:page:confluence
|
|
29
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-children-and-descendants#api-wiki-rest-api-content-id-copy-post
|
|
28
30
|
*/
|
|
29
31
|
copyPage({ id, expand, copyPageRequest, }: {
|
|
30
32
|
id: string;
|
|
@@ -153,6 +155,7 @@ export declare class ContentChildrenAndDescendantsService extends CommonHttpServ
|
|
|
153
155
|
* @path {POST} /wiki/rest/api/content/{id}/pagehierarchy/copy
|
|
154
156
|
* @scopes-current write:confluence-content
|
|
155
157
|
* @scopes-beta read:content.metadata:confluence, write:page:confluence
|
|
158
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-children-and-descendants#api-wiki-rest-api-content-id-pagehierarchy-copy-post
|
|
156
159
|
*/
|
|
157
160
|
copyPageHierarchy({ id, copyPageHierarchyRequest, }: {
|
|
158
161
|
id: string;
|
|
@@ -197,6 +200,7 @@ export declare class ContentChildrenAndDescendantsService extends CommonHttpServ
|
|
|
197
200
|
* @path {GET} /wiki/rest/api/content/{id}/child
|
|
198
201
|
* @scopes-current read:confluence-content.summary
|
|
199
202
|
* @scopes-beta read:content-details:confluence
|
|
203
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-children-and-descendants#api-wiki-rest-api-content-id-child-get
|
|
200
204
|
*/
|
|
201
205
|
getContentChildren({ id, expand, parentVersion, }: {
|
|
202
206
|
/** The ID of the content to be queried for its children. */
|
|
@@ -260,6 +264,7 @@ export declare class ContentChildrenAndDescendantsService extends CommonHttpServ
|
|
|
260
264
|
* @path {GET} /wiki/rest/api/content/{id}/child/{type}
|
|
261
265
|
* @scopes-current read:confluence-content.summary
|
|
262
266
|
* @scopes-beta read:content-details:confluence
|
|
267
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-children-and-descendants#api-wiki-rest-api-content-id-child-type-get
|
|
263
268
|
*/
|
|
264
269
|
getContentChildrenByType({ id, type, expand, parentVersion, start, limit, }: {
|
|
265
270
|
/** The ID of the content to be queried for its children. */
|
|
@@ -408,6 +413,7 @@ export declare class ContentChildrenAndDescendantsService extends CommonHttpServ
|
|
|
408
413
|
* @path {GET} /wiki/rest/api/content/{id}/descendant
|
|
409
414
|
* @scopes-current read:confluence-content.summary
|
|
410
415
|
* @scopes-beta read:content-details:confluence
|
|
416
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-children-and-descendants#api-wiki-rest-api-content-id-descendant-get
|
|
411
417
|
*/
|
|
412
418
|
getContentDescendants({ id, expand, }: {
|
|
413
419
|
/** The ID of the content to be queried for its descendants. */
|
|
@@ -462,6 +468,7 @@ export declare class ContentChildrenAndDescendantsService extends CommonHttpServ
|
|
|
462
468
|
* @path {GET} /wiki/rest/api/content/{id}/descendant/{type}
|
|
463
469
|
* @scopes-current read:confluence-content.summary
|
|
464
470
|
* @scopes-beta read:content-details:confluence
|
|
471
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-children-and-descendants#api-wiki-rest-api-content-id-descendant-type-get
|
|
465
472
|
*/
|
|
466
473
|
getDescendantsOfType({ id, type, depth, expand, start, limit, }: {
|
|
467
474
|
/** The ID of the content to be queried for its descendants. */
|
|
@@ -597,6 +604,7 @@ export declare class ContentChildrenAndDescendantsService extends CommonHttpServ
|
|
|
597
604
|
* @path {PUT} /wiki/rest/api/content/{pageId}/move/{position}/{targetId}
|
|
598
605
|
* @scopes-current write:confluence-content
|
|
599
606
|
* @scopes-beta write:page:confluence
|
|
607
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-children-and-descendants#api-wiki-rest-api-content-pageid-move-position-targetid-put
|
|
600
608
|
*/
|
|
601
609
|
movePage({ pageId, position, targetId, }: {
|
|
602
610
|
/** The ID of the page to be moved */
|
|
@@ -9,6 +9,7 @@ const commonHttpClient = require("../core/CommonHttpClient");
|
|
|
9
9
|
const CommonHttpService_1 = require("../core/CommonHttpService");
|
|
10
10
|
const common_1 = require("../models/common");
|
|
11
11
|
const validationSchemaStorage_1 = require("../validationSchemaStorage");
|
|
12
|
+
/** @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-children-and-descendants */
|
|
12
13
|
class ContentChildrenAndDescendantsService extends CommonHttpService_1.CommonHttpService {
|
|
13
14
|
/**
|
|
14
15
|
* Copies a single page and its associated properties, permissions, attachments,
|
|
@@ -33,6 +34,7 @@ class ContentChildrenAndDescendantsService extends CommonHttpService_1.CommonHtt
|
|
|
33
34
|
* @path {POST} /wiki/rest/api/content/{id}/copy
|
|
34
35
|
* @scopes-current write:confluence-content
|
|
35
36
|
* @scopes-beta read:content-details:confluence, write:page:confluence
|
|
37
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-children-and-descendants#api-wiki-rest-api-content-id-copy-post
|
|
36
38
|
*/
|
|
37
39
|
copyPage({ id, expand, copyPageRequest, }) {
|
|
38
40
|
return this.getClientInstance()
|
|
@@ -85,6 +87,7 @@ class ContentChildrenAndDescendantsService extends CommonHttpService_1.CommonHtt
|
|
|
85
87
|
* @path {POST} /wiki/rest/api/content/{id}/pagehierarchy/copy
|
|
86
88
|
* @scopes-current write:confluence-content
|
|
87
89
|
* @scopes-beta read:content.metadata:confluence, write:page:confluence
|
|
90
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-children-and-descendants#api-wiki-rest-api-content-id-pagehierarchy-copy-post
|
|
88
91
|
*/
|
|
89
92
|
copyPageHierarchy({ id, copyPageHierarchyRequest, }) {
|
|
90
93
|
return this.getClientInstance()
|
|
@@ -146,6 +149,7 @@ class ContentChildrenAndDescendantsService extends CommonHttpService_1.CommonHtt
|
|
|
146
149
|
* @path {GET} /wiki/rest/api/content/{id}/child
|
|
147
150
|
* @scopes-current read:confluence-content.summary
|
|
148
151
|
* @scopes-beta read:content-details:confluence
|
|
152
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-children-and-descendants#api-wiki-rest-api-content-id-child-get
|
|
149
153
|
*/
|
|
150
154
|
getContentChildren({ id, expand, parentVersion, }) {
|
|
151
155
|
return this.getClientInstance()
|
|
@@ -208,6 +212,7 @@ class ContentChildrenAndDescendantsService extends CommonHttpService_1.CommonHtt
|
|
|
208
212
|
* @path {GET} /wiki/rest/api/content/{id}/child/{type}
|
|
209
213
|
* @scopes-current read:confluence-content.summary
|
|
210
214
|
* @scopes-beta read:content-details:confluence
|
|
215
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-children-and-descendants#api-wiki-rest-api-content-id-child-type-get
|
|
211
216
|
*/
|
|
212
217
|
getContentChildrenByType({ id, type, expand, parentVersion, start, limit, }) {
|
|
213
218
|
return this.getClientInstance()
|
|
@@ -268,6 +273,7 @@ class ContentChildrenAndDescendantsService extends CommonHttpService_1.CommonHtt
|
|
|
268
273
|
* @path {GET} /wiki/rest/api/content/{id}/descendant
|
|
269
274
|
* @scopes-current read:confluence-content.summary
|
|
270
275
|
* @scopes-beta read:content-details:confluence
|
|
276
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-children-and-descendants#api-wiki-rest-api-content-id-descendant-get
|
|
271
277
|
*/
|
|
272
278
|
getContentDescendants({ id, expand, }) {
|
|
273
279
|
return this.getClientInstance()
|
|
@@ -326,6 +332,7 @@ class ContentChildrenAndDescendantsService extends CommonHttpService_1.CommonHtt
|
|
|
326
332
|
* @path {GET} /wiki/rest/api/content/{id}/descendant/{type}
|
|
327
333
|
* @scopes-current read:confluence-content.summary
|
|
328
334
|
* @scopes-beta read:content-details:confluence
|
|
335
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-children-and-descendants#api-wiki-rest-api-content-id-descendant-type-get
|
|
329
336
|
*/
|
|
330
337
|
getDescendantsOfType({ id, type, depth, expand, start, limit, }) {
|
|
331
338
|
return this.getClientInstance()
|
|
@@ -371,6 +378,7 @@ class ContentChildrenAndDescendantsService extends CommonHttpService_1.CommonHtt
|
|
|
371
378
|
* @path {PUT} /wiki/rest/api/content/{pageId}/move/{position}/{targetId}
|
|
372
379
|
* @scopes-current write:confluence-content
|
|
373
380
|
* @scopes-beta write:page:confluence
|
|
381
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-children-and-descendants#api-wiki-rest-api-content-pageid-move-position-targetid-put
|
|
374
382
|
*/
|
|
375
383
|
movePage({ pageId, position, targetId, }) {
|
|
376
384
|
return this.getClientInstance()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ContentChildrenAndDescendantsService.js","sourceRoot":"","sources":["../../../../src/openapi/v1/services/ContentChildrenAndDescendantsService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,6CAO0B;AAK1B,wEAAqE;AACrE,MAAa,oCAAqC,SAAQ,qCAAiB;IACzE
|
|
1
|
+
{"version":3,"file":"ContentChildrenAndDescendantsService.js","sourceRoot":"","sources":["../../../../src/openapi/v1/services/ContentChildrenAndDescendantsService.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import { CommonHttpService } from "../core/CommonHttpService";
|
|
2
2
|
import { type ContentArray } from "../models/common";
|
|
3
|
-
/**
|
|
3
|
+
/**
|
|
4
|
+
* @deprecated
|
|
5
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-comments
|
|
6
|
+
*/
|
|
4
7
|
export declare class ContentCommentsService extends CommonHttpService {
|
|
5
8
|
/**
|
|
6
9
|
* Deprecated, use [Confluence's v2
|
|
@@ -21,6 +24,7 @@ export declare class ContentCommentsService extends CommonHttpService {
|
|
|
21
24
|
* @path {GET} /wiki/rest/api/content/{id}/child/comment
|
|
22
25
|
* @scopes-current read:confluence-content.summary
|
|
23
26
|
* @scopes-beta read:content-details:confluence
|
|
27
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-comments#api-wiki-rest-api-content-id-child-comment-get
|
|
24
28
|
*/
|
|
25
29
|
getContentComments({ id, expand, parentVersion, start, limit, location, depth, }: {
|
|
26
30
|
/** The ID of the content to be queried for its comments. */
|
|
@@ -9,7 +9,10 @@ const commonHttpClient = require("../core/CommonHttpClient");
|
|
|
9
9
|
const CommonHttpService_1 = require("../core/CommonHttpService");
|
|
10
10
|
const common_1 = require("../models/common");
|
|
11
11
|
const validationSchemaStorage_1 = require("../validationSchemaStorage");
|
|
12
|
-
/**
|
|
12
|
+
/**
|
|
13
|
+
* @deprecated
|
|
14
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-comments
|
|
15
|
+
*/
|
|
13
16
|
class ContentCommentsService extends CommonHttpService_1.CommonHttpService {
|
|
14
17
|
/**
|
|
15
18
|
* Deprecated, use [Confluence's v2
|
|
@@ -30,6 +33,7 @@ class ContentCommentsService extends CommonHttpService_1.CommonHttpService {
|
|
|
30
33
|
* @path {GET} /wiki/rest/api/content/{id}/child/comment
|
|
31
34
|
* @scopes-current read:confluence-content.summary
|
|
32
35
|
* @scopes-beta read:content-details:confluence
|
|
36
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-comments#api-wiki-rest-api-content-id-child-comment-get
|
|
33
37
|
*/
|
|
34
38
|
getContentComments({ id, expand, parentVersion, start, limit, location, depth, }) {
|
|
35
39
|
return this.getClientInstance()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ContentCommentsService.js","sourceRoot":"","sources":["../../../../src/openapi/v1/services/ContentCommentsService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,6CAG0B;AAC1B,wEAAqE;AACrE
|
|
1
|
+
{"version":3,"file":"ContentCommentsService.js","sourceRoot":"","sources":["../../../../src/openapi/v1/services/ContentCommentsService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,6CAG0B;AAC1B,wEAAqE;AACrE;;;GAGG;AACH,MAAa,sBAAuB,SAAQ,qCAAiB;IAC3D;;;;;;;;;;;;;;;;;;;;OAoBG;IACH,kBAAkB,CAAC,EACjB,EAAE,EACF,MAAM,EACN,aAAa,EACb,KAAK,EACL,KAAK,EACL,QAAQ,EACR,KAAK,GAyHN;QACC,OAAO,IAAI,CAAC,iBAAiB,EAAE;aAC5B,OAAO,CAAC;YACP,IAAI,EAAE,2CAA2C;YACjD,MAAM,EAAE,KAAK;YACb,UAAU,EAAE;gBACV,EAAE;aACH;YACD,KAAK,EAAE;gBACL,MAAM;gBACN,aAAa;gBACb,KAAK;gBACL,KAAK;gBACL,QAAQ;gBACR,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,oDAAoD,CACrD,CACF;aACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;IACpC,CAAC;IACD,MAAM,CAAC,UAAU;QACf,iDAAuB,CAAC,kBAAkB,CACxC,oDAAoD,EACpD,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,oDAAoD,CAAC,CAClE,CAAC;QACF,iDAAuB,CAAC,YAAY,CAAC,CAAC,wCAA+B,CAAC,CAAC,CAAC;IAC1E,CAAC;CACF;AAzMD,wDAyMC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { CommonHttpService } from "../core/CommonHttpService";
|
|
2
2
|
import { type LabelArray, type LabelCreate } from "../models/common";
|
|
3
3
|
import type { LabelCreateArray } from "../models/contentLabels";
|
|
4
|
+
/** @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-labels */
|
|
4
5
|
export declare class ContentLabelsService extends CommonHttpService {
|
|
5
6
|
/**
|
|
6
7
|
* Adds labels to a piece of content. Does not modify the existing labels.
|
|
@@ -21,6 +22,7 @@ export declare class ContentLabelsService extends CommonHttpService {
|
|
|
21
22
|
* @path {POST} /wiki/rest/api/content/{id}/label
|
|
22
23
|
* @scopes-current write:confluence-content
|
|
23
24
|
* @scopes-beta read:label:confluence, write:label:confluence
|
|
25
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-labels#api-wiki-rest-api-content-id-label-post
|
|
24
26
|
*/
|
|
25
27
|
addLabelsToContent({ id, requestBody, }: {
|
|
26
28
|
/** The ID of the content that will have labels added to it. */
|
|
@@ -43,6 +45,7 @@ export declare class ContentLabelsService extends CommonHttpService {
|
|
|
43
45
|
* @path {GET} /wiki/rest/api/content/{id}/label
|
|
44
46
|
* @scopes-current read:confluence-content.summary
|
|
45
47
|
* @scopes-beta read:label:confluence
|
|
48
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-labels#api-wiki-rest-api-content-id-label-get
|
|
46
49
|
*/
|
|
47
50
|
getLabelsForContent({ id, prefix, start, limit, }: {
|
|
48
51
|
/** The ID of the content to be queried for its labels. */
|
|
@@ -87,6 +90,7 @@ export declare class ContentLabelsService extends CommonHttpService {
|
|
|
87
90
|
* @path {DELETE} /wiki/rest/api/content/{id}/label/{label}
|
|
88
91
|
* @scopes-current write:confluence-content
|
|
89
92
|
* @scopes-beta write:label:confluence
|
|
93
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-labels#api-wiki-rest-api-content-id-label-label-delete
|
|
90
94
|
*/
|
|
91
95
|
removeLabelFromContent({ id, label, }: {
|
|
92
96
|
/** The ID of the content that the label will be removed from. */
|
|
@@ -111,6 +115,7 @@ export declare class ContentLabelsService extends CommonHttpService {
|
|
|
111
115
|
* @path {DELETE} /wiki/rest/api/content/{id}/label
|
|
112
116
|
* @scopes-current write:confluence-content
|
|
113
117
|
* @scopes-beta write:label:confluence
|
|
118
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-labels#api-wiki-rest-api-content-id-label-delete
|
|
114
119
|
*/
|
|
115
120
|
removeLabelFromContentUsingQueryParameter({ id, name, }: {
|
|
116
121
|
/** The ID of the content that the label will be removed from. */
|
|
@@ -9,6 +9,7 @@ const commonHttpClient = require("../core/CommonHttpClient");
|
|
|
9
9
|
const CommonHttpService_1 = require("../core/CommonHttpService");
|
|
10
10
|
const common_1 = require("../models/common");
|
|
11
11
|
const validationSchemaStorage_1 = require("../validationSchemaStorage");
|
|
12
|
+
/** @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-labels */
|
|
12
13
|
class ContentLabelsService extends CommonHttpService_1.CommonHttpService {
|
|
13
14
|
/**
|
|
14
15
|
* Adds labels to a piece of content. Does not modify the existing labels.
|
|
@@ -29,6 +30,7 @@ class ContentLabelsService extends CommonHttpService_1.CommonHttpService {
|
|
|
29
30
|
* @path {POST} /wiki/rest/api/content/{id}/label
|
|
30
31
|
* @scopes-current write:confluence-content
|
|
31
32
|
* @scopes-beta read:label:confluence, write:label:confluence
|
|
33
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-labels#api-wiki-rest-api-content-id-label-post
|
|
32
34
|
*/
|
|
33
35
|
addLabelsToContent({ id, requestBody, }) {
|
|
34
36
|
return this.getClientInstance()
|
|
@@ -67,6 +69,7 @@ class ContentLabelsService extends CommonHttpService_1.CommonHttpService {
|
|
|
67
69
|
* @path {GET} /wiki/rest/api/content/{id}/label
|
|
68
70
|
* @scopes-current read:confluence-content.summary
|
|
69
71
|
* @scopes-beta read:label:confluence
|
|
72
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-labels#api-wiki-rest-api-content-id-label-get
|
|
70
73
|
*/
|
|
71
74
|
getLabelsForContent({ id, prefix, start, limit, }) {
|
|
72
75
|
return this.getClientInstance()
|
|
@@ -109,6 +112,7 @@ class ContentLabelsService extends CommonHttpService_1.CommonHttpService {
|
|
|
109
112
|
* @path {DELETE} /wiki/rest/api/content/{id}/label/{label}
|
|
110
113
|
* @scopes-current write:confluence-content
|
|
111
114
|
* @scopes-beta write:label:confluence
|
|
115
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-labels#api-wiki-rest-api-content-id-label-label-delete
|
|
112
116
|
*/
|
|
113
117
|
removeLabelFromContent({ id, label, }) {
|
|
114
118
|
return this.getClientInstance()
|
|
@@ -139,6 +143,7 @@ class ContentLabelsService extends CommonHttpService_1.CommonHttpService {
|
|
|
139
143
|
* @path {DELETE} /wiki/rest/api/content/{id}/label
|
|
140
144
|
* @scopes-current write:confluence-content
|
|
141
145
|
* @scopes-beta write:label:confluence
|
|
146
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-labels#api-wiki-rest-api-content-id-label-delete
|
|
142
147
|
*/
|
|
143
148
|
removeLabelFromContentUsingQueryParameter({ id, name, }) {
|
|
144
149
|
return this.getClientInstance()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ContentLabelsService.js","sourceRoot":"","sources":["../../../../src/openapi/v1/services/ContentLabelsService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,6CAI0B;AAE1B,wEAAqE;AACrE,MAAa,oBAAqB,SAAQ,qCAAiB;IACzD
|
|
1
|
+
{"version":3,"file":"ContentLabelsService.js","sourceRoot":"","sources":["../../../../src/openapi/v1/services/ContentLabelsService.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { CommonHttpService } from "../core/CommonHttpService";
|
|
2
2
|
import { type AsyncId, type ContentBody } from "../models/common";
|
|
3
3
|
import { type MacroInstance } from "../models/contentMacroBody";
|
|
4
|
+
/** @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-macro-body */
|
|
4
5
|
export declare class ContentMacroBodyService extends CommonHttpService {
|
|
5
6
|
/**
|
|
6
7
|
* Returns Async Id of the conversion task which will convert the macro into a
|
|
@@ -27,6 +28,7 @@ export declare class ContentMacroBodyService extends CommonHttpService {
|
|
|
27
28
|
* /wiki/rest/api/content/{id}/history/{version}/macro/id/{macroId}/convert/async/{to}
|
|
28
29
|
* @scopes-current read:confluence-content.all
|
|
29
30
|
* @scopes-beta read:content.metadata:confluence
|
|
31
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-macro-body#api-wiki-rest-api-content-id-history-version-macro-id-macroid-convert-async-to-get
|
|
30
32
|
*/
|
|
31
33
|
getAndAsyncConvertMacroBodyByMacroId({ id, version, macroId, to, expand, allowCache, spaceKeyContext, embeddedContentRender, }: {
|
|
32
34
|
/** The ID for the content that contains the macro. */
|
|
@@ -147,6 +149,7 @@ export declare class ContentMacroBodyService extends CommonHttpService {
|
|
|
147
149
|
* /wiki/rest/api/content/{id}/history/{version}/macro/id/{macroId}/convert/{to}
|
|
148
150
|
* @scopes-current read:confluence-content.all
|
|
149
151
|
* @scopes-beta read:content.metadata:confluence
|
|
152
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-macro-body#api-wiki-rest-api-content-id-history-version-macro-id-macroid-convert-to-get
|
|
150
153
|
*/
|
|
151
154
|
getAndConvertMacroBodyByMacroId({ id, version, macroId, to, expand, spaceKeyContext, embeddedContentRender, }: {
|
|
152
155
|
/** The ID for the content that contains the macro. */
|
|
@@ -246,6 +249,7 @@ export declare class ContentMacroBodyService extends CommonHttpService {
|
|
|
246
249
|
* @path {GET} /wiki/rest/api/content/{id}/history/{version}/macro/id/{macroId}
|
|
247
250
|
* @scopes-current read:confluence-content.all
|
|
248
251
|
* @scopes-beta read:content.metadata:confluence
|
|
252
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-macro-body#api-wiki-rest-api-content-id-history-version-macro-id-macroid-get
|
|
249
253
|
*/
|
|
250
254
|
getMacroBodyByMacroId({ id, version, macroId, }: {
|
|
251
255
|
/** The ID for the content that contains the macro. */
|
|
@@ -10,6 +10,7 @@ const CommonHttpService_1 = require("../core/CommonHttpService");
|
|
|
10
10
|
const common_1 = require("../models/common");
|
|
11
11
|
const contentMacroBody_1 = require("../models/contentMacroBody");
|
|
12
12
|
const validationSchemaStorage_1 = require("../validationSchemaStorage");
|
|
13
|
+
/** @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-macro-body */
|
|
13
14
|
class ContentMacroBodyService extends CommonHttpService_1.CommonHttpService {
|
|
14
15
|
/**
|
|
15
16
|
* Returns Async Id of the conversion task which will convert the macro into a
|
|
@@ -36,6 +37,7 @@ class ContentMacroBodyService extends CommonHttpService_1.CommonHttpService {
|
|
|
36
37
|
* /wiki/rest/api/content/{id}/history/{version}/macro/id/{macroId}/convert/async/{to}
|
|
37
38
|
* @scopes-current read:confluence-content.all
|
|
38
39
|
* @scopes-beta read:content.metadata:confluence
|
|
40
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-macro-body#api-wiki-rest-api-content-id-history-version-macro-id-macroid-convert-async-to-get
|
|
39
41
|
*/
|
|
40
42
|
getAndAsyncConvertMacroBodyByMacroId({ id, version, macroId, to, expand, allowCache, spaceKeyContext, embeddedContentRender, }) {
|
|
41
43
|
return this.getClientInstance()
|
|
@@ -89,6 +91,7 @@ class ContentMacroBodyService extends CommonHttpService_1.CommonHttpService {
|
|
|
89
91
|
* /wiki/rest/api/content/{id}/history/{version}/macro/id/{macroId}/convert/{to}
|
|
90
92
|
* @scopes-current read:confluence-content.all
|
|
91
93
|
* @scopes-beta read:content.metadata:confluence
|
|
94
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-macro-body#api-wiki-rest-api-content-id-history-version-macro-id-macroid-convert-to-get
|
|
92
95
|
*/
|
|
93
96
|
getAndConvertMacroBodyByMacroId({ id, version, macroId, to, expand, spaceKeyContext, embeddedContentRender, }) {
|
|
94
97
|
return this.getClientInstance()
|
|
@@ -140,6 +143,7 @@ class ContentMacroBodyService extends CommonHttpService_1.CommonHttpService {
|
|
|
140
143
|
* @path {GET} /wiki/rest/api/content/{id}/history/{version}/macro/id/{macroId}
|
|
141
144
|
* @scopes-current read:confluence-content.all
|
|
142
145
|
* @scopes-beta read:content.metadata:confluence
|
|
146
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-macro-body#api-wiki-rest-api-content-id-history-version-macro-id-macroid-get
|
|
143
147
|
*/
|
|
144
148
|
getMacroBodyByMacroId({ id, version, macroId, }) {
|
|
145
149
|
return this.getClientInstance()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ContentMacroBodyService.js","sourceRoot":"","sources":["../../../../src/openapi/v1/services/ContentMacroBodyService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,6CAI0B;AAC1B,iEAGoC;AACpC,wEAAqE;AACrE,MAAa,uBAAwB,SAAQ,qCAAiB;IAC5D
|
|
1
|
+
{"version":3,"file":"ContentMacroBodyService.js","sourceRoot":"","sources":["../../../../src/openapi/v1/services/ContentMacroBodyService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,6CAI0B;AAC1B,iEAGoC;AACpC,wEAAqE;AACrE,iGAAiG;AACjG,MAAa,uBAAwB,SAAQ,qCAAiB;IAC5D;;;;;;;;;;;;;;;;;;;;;;;;;;OA0BG;IACH,oCAAoC,CAAC,EACnC,EAAE,EACF,OAAO,EACP,OAAO,EACP,EAAE,EACF,MAAM,EACN,UAAU,EACV,eAAe,EACf,qBAAqB,GA8FtB;QACC,OAAO,IAAI,CAAC,iBAAiB,EAAE;aAC5B,OAAO,CAAC;YACP,IAAI,EAAE,qFAAqF;YAC3F,MAAM,EAAE,KAAK;YACb,UAAU,EAAE;gBACV,EAAE;gBACF,OAAO;gBACP,OAAO;gBACP,EAAE;aACH;YACD,KAAK,EAAE;gBACL,MAAM;gBACN,UAAU;gBACV,eAAe;gBACf,qBAAqB;aACtB;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,uEAAuE,CACxE,CACF;aACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;IACpC,CAAC;IACD;;;;;;;;;;;;;;;;;;;;;;;;;;OA0BG;IACH,+BAA+B,CAAC,EAC9B,EAAE,EACF,OAAO,EACP,OAAO,EACP,EAAE,EACF,MAAM,EACN,eAAe,EACf,qBAAqB,GA0EtB;QACC,OAAO,IAAI,CAAC,iBAAiB,EAAE;aAC5B,OAAO,CAAC;YACP,IAAI,EAAE,+EAA+E;YACrF,MAAM,EAAE,KAAK;YACb,UAAU,EAAE;gBACV,EAAE;gBACF,OAAO;gBACP,OAAO;gBACP,EAAE;aACH;YACD,KAAK,EAAE;gBACL,MAAM;gBACN,eAAe;gBACf,qBAAqB;aACtB;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,kEAAkE,CACnE,CACF;aACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;IACpC,CAAC;IACD;;;;;;;;;;;;;;;;;;;;;;;;;OAyBG;IACH,qBAAqB,CAAC,EACpB,EAAE,EACF,OAAO,EACP,OAAO,GAiBR;QACC,OAAO,IAAI,CAAC,iBAAiB,EAAE;aAC5B,OAAO,CAAC;YACP,IAAI,EAAE,kEAAkE;YACxE,MAAM,EAAE,KAAK;YACb,UAAU,EAAE;gBACV,EAAE;gBACF,OAAO;gBACP,OAAO;aACR;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,wDAAwD,CACzD,CACF;aACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;IACpC,CAAC;IACD,MAAM,CAAC,UAAU;QACf,iDAAuB,CAAC,kBAAkB,CACxC,wDAAwD,EACxD,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,eAAe,CAAC;SACpD,CAAC;aACD,QAAQ,CAAC,wDAAwD,CAAC,CACtE,CAAC;QACF,iDAAuB,CAAC,kBAAkB,CACxC,kEAAkE,EAClE,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,aAAa,CAAC;SAClD,CAAC;aACD,QAAQ,CACP,kEAAkE,CACnE,CACJ,CAAC;QACF,iDAAuB,CAAC,kBAAkB,CACxC,uEAAuE,EACvE,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,SAAS,CAAC;SAC9C,CAAC;aACD,QAAQ,CACP,uEAAuE,CACxE,CACJ,CAAC;QACF,iDAAuB,CAAC,YAAY,CAAC;YACnC,4DAAyC;YACzC,wCAA+B;SAChC,CAAC,CAAC;IACL,CAAC;CACF;AAjbD,0DAibC"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { CommonHttpService } from "../core/CommonHttpService";
|
|
2
2
|
import { type ContentPermissionRequest, type PermissionCheckResponse } from "../models/contentPermissions";
|
|
3
|
+
/** @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-permissions */
|
|
3
4
|
export declare class ContentPermissionsService extends CommonHttpService {
|
|
4
5
|
/**
|
|
5
6
|
* Check if a user or a group can perform an operation to the specified content.
|
|
@@ -23,6 +24,7 @@ export declare class ContentPermissionsService extends CommonHttpService {
|
|
|
23
24
|
* @path {POST} /wiki/rest/api/content/{id}/permission/check
|
|
24
25
|
* @scopes-current read:confluence-content.permission
|
|
25
26
|
* @scopes-beta read:content.permission:confluence
|
|
27
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-permissions#api-wiki-rest-api-content-id-permission-check-post
|
|
26
28
|
*/
|
|
27
29
|
checkContentPermission({ id, contentPermissionRequest, }: {
|
|
28
30
|
/** The ID of the content to check permissions against. */
|
|
@@ -9,6 +9,7 @@ const commonHttpClient = require("../core/CommonHttpClient");
|
|
|
9
9
|
const CommonHttpService_1 = require("../core/CommonHttpService");
|
|
10
10
|
const contentPermissions_1 = require("../models/contentPermissions");
|
|
11
11
|
const validationSchemaStorage_1 = require("../validationSchemaStorage");
|
|
12
|
+
/** @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-permissions */
|
|
12
13
|
class ContentPermissionsService extends CommonHttpService_1.CommonHttpService {
|
|
13
14
|
/**
|
|
14
15
|
* Check if a user or a group can perform an operation to the specified content.
|
|
@@ -32,6 +33,7 @@ class ContentPermissionsService extends CommonHttpService_1.CommonHttpService {
|
|
|
32
33
|
* @path {POST} /wiki/rest/api/content/{id}/permission/check
|
|
33
34
|
* @scopes-current read:confluence-content.permission
|
|
34
35
|
* @scopes-beta read:content.permission:confluence
|
|
36
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-permissions#api-wiki-rest-api-content-id-permission-check-post
|
|
35
37
|
*/
|
|
36
38
|
checkContentPermission({ id, contentPermissionRequest, }) {
|
|
37
39
|
return this.getClientInstance()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ContentPermissionsService.js","sourceRoot":"","sources":["../../../../src/openapi/v1/services/ContentPermissionsService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,qEAIsC;AACtC,wEAAqE;AACrE,MAAa,yBAA0B,SAAQ,qCAAiB;IAC9D
|
|
1
|
+
{"version":3,"file":"ContentPermissionsService.js","sourceRoot":"","sources":["../../../../src/openapi/v1/services/ContentPermissionsService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,qEAIsC;AACtC,wEAAqE;AACrE,kGAAkG;AAClG,MAAa,yBAA0B,SAAQ,qCAAiB;IAC9D;;;;;;;;;;;;;;;;;;;;;;;OAuBG;IACH,sBAAsB,CAAC,EACrB,EAAE,EACF,wBAAwB,GAMzB;QACC,OAAO,IAAI,CAAC,iBAAiB,EAAE;aAC5B,OAAO,CAAC;YACP,IAAI,EAAE,8CAA8C;YACpD,MAAM,EAAE,MAAM;YACd,UAAU,EAAE;gBACV,EAAE;aACH;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,kBAAkB;aACnC;YACD,IAAI,EAAE,wBAAwB;SAC/B,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,2DAA2D,CAC5D,CACF;aACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;IACpC,CAAC;IACD,MAAM,CAAC,UAAU;QACf,iDAAuB,CAAC,kBAAkB,CACxC,2DAA2D,EAC3D,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,2DAA2D,CAAC,CACzE,CAAC;QACF,iDAAuB,CAAC,YAAY,CAAC;YACnC,gEAA2C;SAC5C,CAAC,CAAC;IACL,CAAC;CACF;AAlFD,8DAkFC"}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import { CommonHttpService } from "../core/CommonHttpService";
|
|
2
2
|
import { type ContentPropertyArray, type ContentPropertyCreate, type ContentPropertyCreateNoKey, type ContentPropertyUpdate, type ContentPropertyV1 } from "../models/contentProperties";
|
|
3
|
-
/**
|
|
3
|
+
/**
|
|
4
|
+
* @deprecated
|
|
5
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-properties
|
|
6
|
+
*/
|
|
4
7
|
export declare class ContentPropertiesService extends CommonHttpService {
|
|
5
8
|
/**
|
|
6
9
|
* Creates a property for an existing piece of content. For more information
|
|
@@ -23,6 +26,7 @@ export declare class ContentPropertiesService extends CommonHttpService {
|
|
|
23
26
|
* @path {POST} /wiki/rest/api/content/{id}/property
|
|
24
27
|
* @scopes-current write:confluence-props
|
|
25
28
|
* @scopes-beta read:content.property:confluence, write:content.property:confluence
|
|
29
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-properties#api-wiki-rest-api-content-id-property-post
|
|
26
30
|
*/
|
|
27
31
|
createContentProperty({ id, contentPropertyCreate, }: {
|
|
28
32
|
/** The ID of the content to add the property to. */
|
|
@@ -50,6 +54,7 @@ export declare class ContentPropertiesService extends CommonHttpService {
|
|
|
50
54
|
* @path {POST} /wiki/rest/api/content/{id}/property/{key}
|
|
51
55
|
* @scopes-current write:confluence-props
|
|
52
56
|
* @scopes-beta read:content.property:confluence, write:content.property:confluence
|
|
57
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-properties#api-wiki-rest-api-content-id-property-key-post
|
|
53
58
|
*/
|
|
54
59
|
createContentPropertyForKey({ id, key, contentPropertyCreateNoKey, }: {
|
|
55
60
|
/** The ID of the content to add the property to. */
|
|
@@ -71,6 +76,7 @@ export declare class ContentPropertiesService extends CommonHttpService {
|
|
|
71
76
|
* @path {DELETE} /wiki/rest/api/content/{id}/property/{key}
|
|
72
77
|
* @scopes-current write:confluence-props
|
|
73
78
|
* @scopes-beta write:content.property:confluence
|
|
79
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-properties#api-wiki-rest-api-content-id-property-key-delete
|
|
74
80
|
*/
|
|
75
81
|
deleteContentProperty({ id, key, }: {
|
|
76
82
|
/** The ID of the content that the property belongs to. */
|
|
@@ -92,6 +98,7 @@ export declare class ContentPropertiesService extends CommonHttpService {
|
|
|
92
98
|
* @path {GET} /wiki/rest/api/content/{id}/property
|
|
93
99
|
* @scopes-current read:confluence-props
|
|
94
100
|
* @scopes-beta read:content-details:confluence
|
|
101
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-properties#api-wiki-rest-api-content-id-property-get
|
|
95
102
|
*/
|
|
96
103
|
getContentProperties({ id, key, expand, start, limit, }: {
|
|
97
104
|
/** The ID of the content to be queried for its properties. */
|
|
@@ -129,6 +136,7 @@ export declare class ContentPropertiesService extends CommonHttpService {
|
|
|
129
136
|
* @path {GET} /wiki/rest/api/content/{id}/property/{key}
|
|
130
137
|
* @scopes-current read:confluence-props
|
|
131
138
|
* @scopes-beta read:content-details:confluence
|
|
139
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-properties#api-wiki-rest-api-content-id-property-key-get
|
|
132
140
|
*/
|
|
133
141
|
getContentProperty({ id, key, expand, status, }: {
|
|
134
142
|
/** The ID of the content to be queried for the property. */
|
|
@@ -174,6 +182,7 @@ export declare class ContentPropertiesService extends CommonHttpService {
|
|
|
174
182
|
* @path {PUT} /wiki/rest/api/content/{id}/property/{key}
|
|
175
183
|
* @scopes-current write:confluence-props
|
|
176
184
|
* @scopes-beta read:content.property:confluence, write:content.property:confluence
|
|
185
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-properties#api-wiki-rest-api-content-id-property-key-put
|
|
177
186
|
*/
|
|
178
187
|
updateContentProperty({ id, key, contentPropertyUpdate, }: {
|
|
179
188
|
/** The ID of the content that the property belongs to. */
|
|
@@ -9,7 +9,10 @@ const commonHttpClient = require("../core/CommonHttpClient");
|
|
|
9
9
|
const CommonHttpService_1 = require("../core/CommonHttpService");
|
|
10
10
|
const contentProperties_1 = require("../models/contentProperties");
|
|
11
11
|
const validationSchemaStorage_1 = require("../validationSchemaStorage");
|
|
12
|
-
/**
|
|
12
|
+
/**
|
|
13
|
+
* @deprecated
|
|
14
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-properties
|
|
15
|
+
*/
|
|
13
16
|
class ContentPropertiesService extends CommonHttpService_1.CommonHttpService {
|
|
14
17
|
/**
|
|
15
18
|
* Creates a property for an existing piece of content. For more information
|
|
@@ -32,6 +35,7 @@ class ContentPropertiesService extends CommonHttpService_1.CommonHttpService {
|
|
|
32
35
|
* @path {POST} /wiki/rest/api/content/{id}/property
|
|
33
36
|
* @scopes-current write:confluence-props
|
|
34
37
|
* @scopes-beta read:content.property:confluence, write:content.property:confluence
|
|
38
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-properties#api-wiki-rest-api-content-id-property-post
|
|
35
39
|
*/
|
|
36
40
|
createContentProperty({ id, contentPropertyCreate, }) {
|
|
37
41
|
return this.getClientInstance()
|
|
@@ -75,6 +79,7 @@ class ContentPropertiesService extends CommonHttpService_1.CommonHttpService {
|
|
|
75
79
|
* @path {POST} /wiki/rest/api/content/{id}/property/{key}
|
|
76
80
|
* @scopes-current write:confluence-props
|
|
77
81
|
* @scopes-beta read:content.property:confluence, write:content.property:confluence
|
|
82
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-properties#api-wiki-rest-api-content-id-property-key-post
|
|
78
83
|
*/
|
|
79
84
|
createContentPropertyForKey({ id, key, contentPropertyCreateNoKey, }) {
|
|
80
85
|
return this.getClientInstance()
|
|
@@ -111,6 +116,7 @@ class ContentPropertiesService extends CommonHttpService_1.CommonHttpService {
|
|
|
111
116
|
* @path {DELETE} /wiki/rest/api/content/{id}/property/{key}
|
|
112
117
|
* @scopes-current write:confluence-props
|
|
113
118
|
* @scopes-beta write:content.property:confluence
|
|
119
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-properties#api-wiki-rest-api-content-id-property-key-delete
|
|
114
120
|
*/
|
|
115
121
|
deleteContentProperty({ id, key, }) {
|
|
116
122
|
return this.getClientInstance()
|
|
@@ -138,6 +144,7 @@ class ContentPropertiesService extends CommonHttpService_1.CommonHttpService {
|
|
|
138
144
|
* @path {GET} /wiki/rest/api/content/{id}/property
|
|
139
145
|
* @scopes-current read:confluence-props
|
|
140
146
|
* @scopes-beta read:content-details:confluence
|
|
147
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-properties#api-wiki-rest-api-content-id-property-get
|
|
141
148
|
*/
|
|
142
149
|
getContentProperties({ id, key, expand, start, limit, }) {
|
|
143
150
|
return this.getClientInstance()
|
|
@@ -177,6 +184,7 @@ class ContentPropertiesService extends CommonHttpService_1.CommonHttpService {
|
|
|
177
184
|
* @path {GET} /wiki/rest/api/content/{id}/property/{key}
|
|
178
185
|
* @scopes-current read:confluence-props
|
|
179
186
|
* @scopes-beta read:content-details:confluence
|
|
187
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-properties#api-wiki-rest-api-content-id-property-key-get
|
|
180
188
|
*/
|
|
181
189
|
getContentProperty({ id, key, expand, status, }) {
|
|
182
190
|
return this.getClientInstance()
|
|
@@ -216,6 +224,7 @@ class ContentPropertiesService extends CommonHttpService_1.CommonHttpService {
|
|
|
216
224
|
* @path {PUT} /wiki/rest/api/content/{id}/property/{key}
|
|
217
225
|
* @scopes-current write:confluence-props
|
|
218
226
|
* @scopes-beta read:content.property:confluence, write:content.property:confluence
|
|
227
|
+
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-properties#api-wiki-rest-api-content-id-property-key-put
|
|
219
228
|
*/
|
|
220
229
|
updateContentProperty({ id, key, contentPropertyUpdate, }) {
|
|
221
230
|
return this.getClientInstance()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ContentPropertiesService.js","sourceRoot":"","sources":["../../../../src/openapi/v1/services/ContentPropertiesService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,mEAOqC;AACrC,wEAAqE;AACrE
|
|
1
|
+
{"version":3,"file":"ContentPropertiesService.js","sourceRoot":"","sources":["../../../../src/openapi/v1/services/ContentPropertiesService.ts"],"names":[],"mappings":"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"}
|