@resolution/confluence-api-client 0.5.0 → 0.5.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 +22 -0
- package/README.md +7 -0
- package/lib/openapi/v1/BaseConfluenceApiV1Client.d.ts +4 -6
- package/lib/openapi/v1/BaseConfluenceApiV1Client.js +3 -2
- package/lib/openapi/v1/BaseConfluenceApiV1Client.js.map +1 -1
- package/lib/openapi/v1/models/common.d.ts +1 -0
- package/lib/openapi/v1/models/common.js +1 -0
- package/lib/openapi/v1/models/common.js.map +1 -1
- package/lib/openapi/v1/models/dynamicModules.d.ts +6 -3
- package/lib/openapi/v1/models/dynamicModules.js.map +1 -1
- package/lib/openapi/v1/models/space.d.ts +10 -3
- package/lib/openapi/v1/models/space.js +2 -1
- package/lib/openapi/v1/models/space.js.map +1 -1
- package/lib/openapi/v1/services/AnalyticsService.d.ts +9 -5
- package/lib/openapi/v1/services/AnalyticsService.js +4 -2
- package/lib/openapi/v1/services/AnalyticsService.js.map +1 -1
- package/lib/openapi/v1/services/AuditService.d.ts +14 -8
- package/lib/openapi/v1/services/AuditService.js +13 -7
- package/lib/openapi/v1/services/AuditService.js.map +1 -1
- package/lib/openapi/v1/services/ContentAttachmentsService.d.ts +13 -7
- package/lib/openapi/v1/services/ContentAttachmentsService.js +12 -6
- package/lib/openapi/v1/services/ContentAttachmentsService.js.map +1 -1
- package/lib/openapi/v1/services/ContentBodyService.d.ts +8 -6
- package/lib/openapi/v1/services/ContentBodyService.js +7 -5
- package/lib/openapi/v1/services/ContentBodyService.js.map +1 -1
- package/lib/openapi/v1/services/ContentChildrenAndDescendantsService.d.ts +18 -10
- package/lib/openapi/v1/services/ContentChildrenAndDescendantsService.js +17 -9
- package/lib/openapi/v1/services/ContentChildrenAndDescendantsService.js.map +1 -1
- package/lib/openapi/v1/services/ContentCommentsService.d.ts +3 -2
- package/lib/openapi/v1/services/ContentCommentsService.js +2 -1
- package/lib/openapi/v1/services/ContentCommentsService.js.map +1 -1
- package/lib/openapi/v1/services/ContentLabelsService.d.ts +9 -5
- package/lib/openapi/v1/services/ContentLabelsService.js +8 -4
- package/lib/openapi/v1/services/ContentLabelsService.js.map +1 -1
- package/lib/openapi/v1/services/ContentMacroBodyService.d.ts +7 -6
- package/lib/openapi/v1/services/ContentMacroBodyService.js +6 -5
- package/lib/openapi/v1/services/ContentMacroBodyService.js.map +1 -1
- package/lib/openapi/v1/services/ContentPermissionsService.d.ts +3 -2
- package/lib/openapi/v1/services/ContentPermissionsService.js +2 -1
- package/lib/openapi/v1/services/ContentPermissionsService.js.map +1 -1
- package/lib/openapi/v1/services/ContentPropertiesService.d.ts +13 -7
- package/lib/openapi/v1/services/ContentPropertiesService.js +12 -6
- package/lib/openapi/v1/services/ContentPropertiesService.js.map +1 -1
- package/lib/openapi/v1/services/ContentRestrictionsService.d.ts +31 -22
- package/lib/openapi/v1/services/ContentRestrictionsService.js +30 -21
- package/lib/openapi/v1/services/ContentRestrictionsService.js.map +1 -1
- package/lib/openapi/v1/services/ContentService.d.ts +21 -11
- package/lib/openapi/v1/services/ContentService.js +20 -10
- package/lib/openapi/v1/services/ContentService.js.map +1 -1
- package/lib/openapi/v1/services/ContentStatesService.d.ts +21 -12
- package/lib/openapi/v1/services/ContentStatesService.js +20 -11
- package/lib/openapi/v1/services/ContentStatesService.js.map +1 -1
- package/lib/openapi/v1/services/ContentVersionsService.d.ts +9 -5
- package/lib/openapi/v1/services/ContentVersionsService.js +8 -4
- package/lib/openapi/v1/services/ContentVersionsService.js.map +1 -1
- package/lib/openapi/v1/services/ContentWatchesService.d.ts +25 -13
- package/lib/openapi/v1/services/ContentWatchesService.js +24 -12
- package/lib/openapi/v1/services/ContentWatchesService.js.map +1 -1
- package/lib/openapi/v1/services/DynamicModulesService.d.ts +6 -4
- package/lib/openapi/v1/services/DynamicModulesService.js +5 -3
- package/lib/openapi/v1/services/DynamicModulesService.js.map +1 -1
- package/lib/openapi/v1/services/ExperimentalService.d.ts +13 -9
- package/lib/openapi/v1/services/ExperimentalService.js +12 -8
- package/lib/openapi/v1/services/ExperimentalService.js.map +1 -1
- package/lib/openapi/v1/services/GroupService.d.ts +31 -16
- package/lib/openapi/v1/services/GroupService.js +30 -15
- package/lib/openapi/v1/services/GroupService.js.map +1 -1
- package/lib/openapi/v1/services/InlineTasksService.d.ts +7 -4
- package/lib/openapi/v1/services/InlineTasksService.js +6 -3
- package/lib/openapi/v1/services/InlineTasksService.js.map +1 -1
- package/lib/openapi/v1/services/LabelInfoService.d.ts +3 -2
- package/lib/openapi/v1/services/LabelInfoService.js +2 -1
- package/lib/openapi/v1/services/LabelInfoService.js.map +1 -1
- package/lib/openapi/v1/services/LongRunningTaskService.d.ts +5 -3
- package/lib/openapi/v1/services/LongRunningTaskService.js +4 -2
- package/lib/openapi/v1/services/LongRunningTaskService.js.map +1 -1
- package/lib/openapi/v1/services/RelationService.d.ts +12 -13
- package/lib/openapi/v1/services/RelationService.js +11 -12
- package/lib/openapi/v1/services/RelationService.js.map +1 -1
- package/lib/openapi/v1/services/SearchService.d.ts +5 -3
- package/lib/openapi/v1/services/SearchService.js +4 -2
- package/lib/openapi/v1/services/SearchService.js.map +1 -1
- package/lib/openapi/v1/services/SettingsService.d.ts +14 -11
- package/lib/openapi/v1/services/SettingsService.js +13 -10
- package/lib/openapi/v1/services/SettingsService.js.map +1 -1
- package/lib/openapi/v1/services/SpacePermissionsService.d.ts +7 -4
- package/lib/openapi/v1/services/SpacePermissionsService.js +6 -3
- package/lib/openapi/v1/services/SpacePermissionsService.js.map +1 -1
- package/lib/openapi/v1/services/SpacePropertiesService.d.ts +13 -7
- package/lib/openapi/v1/services/SpacePropertiesService.js +12 -6
- package/lib/openapi/v1/services/SpacePropertiesService.js.map +1 -1
- package/lib/openapi/v1/services/SpaceService.d.ts +20 -15
- package/lib/openapi/v1/services/SpaceService.js +19 -14
- package/lib/openapi/v1/services/SpaceService.js.map +1 -1
- package/lib/openapi/v1/services/SpaceSettingsService.d.ts +5 -3
- package/lib/openapi/v1/services/SpaceSettingsService.js +4 -2
- package/lib/openapi/v1/services/SpaceSettingsService.js.map +1 -1
- package/lib/openapi/v1/services/TemplateService.d.ts +15 -11
- package/lib/openapi/v1/services/TemplateService.js +14 -10
- package/lib/openapi/v1/services/TemplateService.js.map +1 -1
- package/lib/openapi/v1/services/ThemesService.d.ts +12 -7
- package/lib/openapi/v1/services/ThemesService.js +11 -6
- package/lib/openapi/v1/services/ThemesService.js.map +1 -1
- package/lib/openapi/v1/services/UserPropertiesService.d.ts +11 -6
- package/lib/openapi/v1/services/UserPropertiesService.js +10 -5
- package/lib/openapi/v1/services/UserPropertiesService.js.map +1 -1
- package/lib/openapi/v1/services/UsersService.d.ts +15 -8
- package/lib/openapi/v1/services/UsersService.js +14 -7
- package/lib/openapi/v1/services/UsersService.js.map +1 -1
- package/lib/openapi/v2/BaseConfluenceApiV2Client.d.ts +4 -6
- package/lib/openapi/v2/BaseConfluenceApiV2Client.js +3 -2
- package/lib/openapi/v2/BaseConfluenceApiV2Client.js.map +1 -1
- package/lib/openapi/v2/services/AncestorsService.d.ts +9 -5
- package/lib/openapi/v2/services/AncestorsService.js +8 -4
- package/lib/openapi/v2/services/AncestorsService.js.map +1 -1
- package/lib/openapi/v2/services/AttachmentService.d.ts +16 -10
- package/lib/openapi/v2/services/AttachmentService.js +15 -9
- package/lib/openapi/v2/services/AttachmentService.js.map +1 -1
- package/lib/openapi/v2/services/BlogPostService.d.ts +16 -10
- package/lib/openapi/v2/services/BlogPostService.js +15 -9
- package/lib/openapi/v2/services/BlogPostService.js.map +1 -1
- package/lib/openapi/v2/services/ChildrenService.d.ts +5 -3
- package/lib/openapi/v2/services/ChildrenService.js +4 -2
- package/lib/openapi/v2/services/ChildrenService.js.map +1 -1
- package/lib/openapi/v2/services/ClassificationLevelService.d.ts +20 -11
- package/lib/openapi/v2/services/ClassificationLevelService.js +19 -10
- package/lib/openapi/v2/services/ClassificationLevelService.js.map +1 -1
- package/lib/openapi/v2/services/CommentService.d.ts +37 -19
- package/lib/openapi/v2/services/CommentService.js +36 -18
- package/lib/openapi/v2/services/CommentService.js.map +1 -1
- package/lib/openapi/v2/services/ContentPropertiesService.d.ts +81 -41
- package/lib/openapi/v2/services/ContentPropertiesService.js +80 -40
- package/lib/openapi/v2/services/ContentPropertiesService.js.map +1 -1
- package/lib/openapi/v2/services/ContentService.d.ts +4 -4
- package/lib/openapi/v2/services/ContentService.js +3 -3
- package/lib/openapi/v2/services/ContentService.js.map +1 -1
- package/lib/openapi/v2/services/CustomContentService.d.ts +17 -9
- package/lib/openapi/v2/services/CustomContentService.js +16 -8
- package/lib/openapi/v2/services/CustomContentService.js.map +1 -1
- package/lib/openapi/v2/services/DataPoliciesService.d.ts +4 -3
- package/lib/openapi/v2/services/DataPoliciesService.js +3 -2
- package/lib/openapi/v2/services/DataPoliciesService.js.map +1 -1
- package/lib/openapi/v2/services/DatabaseService.d.ts +7 -4
- package/lib/openapi/v2/services/DatabaseService.js +6 -3
- package/lib/openapi/v2/services/DatabaseService.js.map +1 -1
- package/lib/openapi/v2/services/LabelService.d.ts +15 -8
- package/lib/openapi/v2/services/LabelService.js +14 -7
- package/lib/openapi/v2/services/LabelService.js.map +1 -1
- package/lib/openapi/v2/services/LikeService.d.ts +17 -9
- package/lib/openapi/v2/services/LikeService.js +16 -8
- package/lib/openapi/v2/services/LikeService.js.map +1 -1
- package/lib/openapi/v2/services/OperationService.d.ts +21 -11
- package/lib/openapi/v2/services/OperationService.js +20 -10
- package/lib/openapi/v2/services/OperationService.js.map +1 -1
- package/lib/openapi/v2/services/PageService.d.ts +24 -10
- package/lib/openapi/v2/services/PageService.js +14 -7
- package/lib/openapi/v2/services/PageService.js.map +1 -1
- package/lib/openapi/v2/services/SmartLinkService.d.ts +7 -4
- package/lib/openapi/v2/services/SmartLinkService.js +6 -3
- package/lib/openapi/v2/services/SmartLinkService.js.map +1 -1
- package/lib/openapi/v2/services/SpacePermissionsService.d.ts +3 -2
- package/lib/openapi/v2/services/SpacePermissionsService.js +2 -1
- package/lib/openapi/v2/services/SpacePermissionsService.js.map +1 -1
- package/lib/openapi/v2/services/SpacePropertiesService.d.ts +12 -8
- package/lib/openapi/v2/services/SpacePropertiesService.js +11 -7
- package/lib/openapi/v2/services/SpacePropertiesService.js.map +1 -1
- package/lib/openapi/v2/services/SpaceService.d.ts +5 -3
- package/lib/openapi/v2/services/SpaceService.js +4 -2
- package/lib/openapi/v2/services/SpaceService.js.map +1 -1
- package/lib/openapi/v2/services/TaskService.d.ts +7 -4
- package/lib/openapi/v2/services/TaskService.js +6 -3
- package/lib/openapi/v2/services/TaskService.js.map +1 -1
- package/lib/openapi/v2/services/UserService.d.ts +8 -6
- package/lib/openapi/v2/services/UserService.js +7 -5
- package/lib/openapi/v2/services/UserService.js.map +1 -1
- package/lib/openapi/v2/services/VersionService.d.ts +25 -13
- package/lib/openapi/v2/services/VersionService.js +24 -12
- package/lib/openapi/v2/services/VersionService.js.map +1 -1
- package/lib/openapi/v2/services/WhiteboardService.d.ts +7 -4
- package/lib/openapi/v2/services/WhiteboardService.js +6 -3
- package/lib/openapi/v2/services/WhiteboardService.js.map +1 -1
- package/package.json +4 -3
|
@@ -19,10 +19,11 @@ export declare class ContentLabelsService extends CommonHttpService {
|
|
|
19
19
|
* Permission to update the content.
|
|
20
20
|
*
|
|
21
21
|
* @returns Returned if the labels are added to the content.
|
|
22
|
-
* @path
|
|
22
|
+
* @path POST `/wiki/rest/api/content/{id}/label`
|
|
23
23
|
* @scopes-current write:confluence-content
|
|
24
24
|
* @scopes-beta read:label:confluence, write:label:confluence
|
|
25
25
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-labels#api-wiki-rest-api-content-id-label-post
|
|
26
|
+
* @param params
|
|
26
27
|
*/
|
|
27
28
|
addLabelsToContent: ({ id, requestBody, }: {
|
|
28
29
|
/** The ID of the content that will have labels added to it. */
|
|
@@ -42,10 +43,11 @@ export declare class ContentLabelsService extends CommonHttpService {
|
|
|
42
43
|
*
|
|
43
44
|
* @deprecated
|
|
44
45
|
* @returns Returned if the requested labels are returned.
|
|
45
|
-
* @path
|
|
46
|
+
* @path GET `/wiki/rest/api/content/{id}/label`
|
|
46
47
|
* @scopes-current read:confluence-content.summary
|
|
47
48
|
* @scopes-beta read:label:confluence
|
|
48
49
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-labels#api-wiki-rest-api-content-id-label-get
|
|
50
|
+
* @param params
|
|
49
51
|
*/
|
|
50
52
|
getLabelsForContent: ({ id, prefix, start, limit, }: {
|
|
51
53
|
/** The ID of the content to be queried for its labels. */
|
|
@@ -87,10 +89,11 @@ export declare class ContentLabelsService extends CommonHttpService {
|
|
|
87
89
|
* **[Permissions](https://confluence.atlassian.com/x/_AozKw) required**:
|
|
88
90
|
* Permission to update the content.
|
|
89
91
|
*
|
|
90
|
-
* @path
|
|
92
|
+
* @path DELETE `/wiki/rest/api/content/{id}/label/{label}`
|
|
91
93
|
* @scopes-current write:confluence-content
|
|
92
94
|
* @scopes-beta write:label:confluence
|
|
93
95
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-labels#api-wiki-rest-api-content-id-label-label-delete
|
|
96
|
+
* @param params
|
|
94
97
|
*/
|
|
95
98
|
removeLabelFromContent: ({ id, label, }: {
|
|
96
99
|
/** The ID of the content that the label will be removed from. */
|
|
@@ -112,10 +115,11 @@ export declare class ContentLabelsService extends CommonHttpService {
|
|
|
112
115
|
* **[Permissions](https://confluence.atlassian.com/x/_AozKw) required**:
|
|
113
116
|
* Permission to update the content.
|
|
114
117
|
*
|
|
115
|
-
* @path
|
|
118
|
+
* @path DELETE `/wiki/rest/api/content/{id}/label`
|
|
116
119
|
* @scopes-current write:confluence-content
|
|
117
120
|
* @scopes-beta write:label:confluence
|
|
118
121
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-labels#api-wiki-rest-api-content-id-label-delete
|
|
122
|
+
* @param params
|
|
119
123
|
*/
|
|
120
124
|
removeLabelFromContentUsingQueryParameter: ({ id, name, }: {
|
|
121
125
|
/** The ID of the content that the label will be removed from. */
|
|
@@ -123,5 +127,5 @@ export declare class ContentLabelsService extends CommonHttpService {
|
|
|
123
127
|
/** The name of the label to be removed. */
|
|
124
128
|
name: string;
|
|
125
129
|
}) => Promise<void>;
|
|
126
|
-
static initialize(): void;
|
|
130
|
+
protected static initialize(): void;
|
|
127
131
|
}
|
|
@@ -29,10 +29,11 @@ class ContentLabelsService extends CommonHttpService_1.CommonHttpService {
|
|
|
29
29
|
* Permission to update the content.
|
|
30
30
|
*
|
|
31
31
|
* @returns Returned if the labels are added to the content.
|
|
32
|
-
* @path
|
|
32
|
+
* @path POST `/wiki/rest/api/content/{id}/label`
|
|
33
33
|
* @scopes-current write:confluence-content
|
|
34
34
|
* @scopes-beta read:label:confluence, write:label:confluence
|
|
35
35
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-labels#api-wiki-rest-api-content-id-label-post
|
|
36
|
+
* @param params
|
|
36
37
|
*/
|
|
37
38
|
this.addLabelsToContent = ({ id, requestBody, }) => {
|
|
38
39
|
return this.getClientInstance()
|
|
@@ -68,10 +69,11 @@ class ContentLabelsService extends CommonHttpService_1.CommonHttpService {
|
|
|
68
69
|
*
|
|
69
70
|
* @deprecated
|
|
70
71
|
* @returns Returned if the requested labels are returned.
|
|
71
|
-
* @path
|
|
72
|
+
* @path GET `/wiki/rest/api/content/{id}/label`
|
|
72
73
|
* @scopes-current read:confluence-content.summary
|
|
73
74
|
* @scopes-beta read:label:confluence
|
|
74
75
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-labels#api-wiki-rest-api-content-id-label-get
|
|
76
|
+
* @param params
|
|
75
77
|
*/
|
|
76
78
|
this.getLabelsForContent = ({ id, prefix, start, limit, }) => {
|
|
77
79
|
return this.getClientInstance()
|
|
@@ -111,10 +113,11 @@ class ContentLabelsService extends CommonHttpService_1.CommonHttpService {
|
|
|
111
113
|
* **[Permissions](https://confluence.atlassian.com/x/_AozKw) required**:
|
|
112
114
|
* Permission to update the content.
|
|
113
115
|
*
|
|
114
|
-
* @path
|
|
116
|
+
* @path DELETE `/wiki/rest/api/content/{id}/label/{label}`
|
|
115
117
|
* @scopes-current write:confluence-content
|
|
116
118
|
* @scopes-beta write:label:confluence
|
|
117
119
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-labels#api-wiki-rest-api-content-id-label-label-delete
|
|
120
|
+
* @param params
|
|
118
121
|
*/
|
|
119
122
|
this.removeLabelFromContent = ({ id, label, }) => {
|
|
120
123
|
return this.getClientInstance()
|
|
@@ -142,10 +145,11 @@ class ContentLabelsService extends CommonHttpService_1.CommonHttpService {
|
|
|
142
145
|
* **[Permissions](https://confluence.atlassian.com/x/_AozKw) required**:
|
|
143
146
|
* Permission to update the content.
|
|
144
147
|
*
|
|
145
|
-
* @path
|
|
148
|
+
* @path DELETE `/wiki/rest/api/content/{id}/label`
|
|
146
149
|
* @scopes-current write:confluence-content
|
|
147
150
|
* @scopes-beta write:label:confluence
|
|
148
151
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-labels#api-wiki-rest-api-content-id-label-delete
|
|
152
|
+
* @param params
|
|
149
153
|
*/
|
|
150
154
|
this.removeLabelFromContentUsingQueryParameter = ({ id, name, }) => {
|
|
151
155
|
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,6FAA6F;AAC7F,MAAa,oBAAqB,SAAQ,qCAAiB;IAA3D;;QACE
|
|
1
|
+
{"version":3,"file":"ContentLabelsService.js","sourceRoot":"","sources":["../../../../src/openapi/v1/services/ContentLabelsService.ts"],"names":[],"mappings":"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"}
|
|
@@ -24,11 +24,11 @@ export declare class ContentMacroBodyService extends CommonHttpService {
|
|
|
24
24
|
* Permission to view the content that the macro is in.
|
|
25
25
|
*
|
|
26
26
|
* @returns Returned if the requested macro conversion request is created.
|
|
27
|
-
* @path {
|
|
28
|
-
* /wiki/rest/api/content/{id}/history/{version}/macro/id/{macroId}/convert/async/{to}
|
|
27
|
+
* @path GET `/wiki/rest/api/content/{id}/history/{version}/macro/id/{macroId}/convert/async/{to}`
|
|
29
28
|
* @scopes-current read:confluence-content.all
|
|
30
29
|
* @scopes-beta read:content.metadata:confluence
|
|
31
30
|
* @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
|
|
31
|
+
* @param params
|
|
32
32
|
*/
|
|
33
33
|
getAndAsyncConvertMacroBodyByMacroId: ({ id, version, macroId, to, expand, allowCache, spaceKeyContext, embeddedContentRender, }: {
|
|
34
34
|
/** The ID for the content that contains the macro. */
|
|
@@ -145,11 +145,11 @@ export declare class ContentMacroBodyService extends CommonHttpService {
|
|
|
145
145
|
* Permission to view the content that the macro is in.
|
|
146
146
|
*
|
|
147
147
|
* @returns Returned if the requested content body is returned.
|
|
148
|
-
* @path {
|
|
149
|
-
* /wiki/rest/api/content/{id}/history/{version}/macro/id/{macroId}/convert/{to}
|
|
148
|
+
* @path GET `/wiki/rest/api/content/{id}/history/{version}/macro/id/{macroId}/convert/{to}`
|
|
150
149
|
* @scopes-current read:confluence-content.all
|
|
151
150
|
* @scopes-beta read:content.metadata:confluence
|
|
152
151
|
* @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
|
|
152
|
+
* @param params
|
|
153
153
|
*/
|
|
154
154
|
getAndConvertMacroBodyByMacroId: ({ id, version, macroId, to, expand, spaceKeyContext, embeddedContentRender, }: {
|
|
155
155
|
/** The ID for the content that contains the macro. */
|
|
@@ -246,10 +246,11 @@ export declare class ContentMacroBodyService extends CommonHttpService {
|
|
|
246
246
|
* Permission to view the content that the macro is in.
|
|
247
247
|
*
|
|
248
248
|
* @returns Returned if the requested macro body is returned.
|
|
249
|
-
* @path
|
|
249
|
+
* @path GET `/wiki/rest/api/content/{id}/history/{version}/macro/id/{macroId}`
|
|
250
250
|
* @scopes-current read:confluence-content.all
|
|
251
251
|
* @scopes-beta read:content.metadata:confluence
|
|
252
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
|
|
253
|
+
* @param params
|
|
253
254
|
*/
|
|
254
255
|
getMacroBodyByMacroId: ({ id, version, macroId, }: {
|
|
255
256
|
/** The ID for the content that contains the macro. */
|
|
@@ -268,5 +269,5 @@ export declare class ContentMacroBodyService extends CommonHttpService {
|
|
|
268
269
|
*/
|
|
269
270
|
macroId: string;
|
|
270
271
|
}) => Promise<MacroInstance>;
|
|
271
|
-
static initialize(): void;
|
|
272
|
+
protected static initialize(): void;
|
|
272
273
|
}
|
|
@@ -35,11 +35,11 @@ class ContentMacroBodyService extends CommonHttpService_1.CommonHttpService {
|
|
|
35
35
|
* Permission to view the content that the macro is in.
|
|
36
36
|
*
|
|
37
37
|
* @returns Returned if the requested macro conversion request is created.
|
|
38
|
-
* @path {
|
|
39
|
-
* /wiki/rest/api/content/{id}/history/{version}/macro/id/{macroId}/convert/async/{to}
|
|
38
|
+
* @path GET `/wiki/rest/api/content/{id}/history/{version}/macro/id/{macroId}/convert/async/{to}`
|
|
40
39
|
* @scopes-current read:confluence-content.all
|
|
41
40
|
* @scopes-beta read:content.metadata:confluence
|
|
42
41
|
* @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
|
|
42
|
+
* @param params
|
|
43
43
|
*/
|
|
44
44
|
this.getAndAsyncConvertMacroBodyByMacroId = ({ id, version, macroId, to, expand, allowCache, spaceKeyContext, embeddedContentRender, }) => {
|
|
45
45
|
return this.getClientInstance()
|
|
@@ -89,11 +89,11 @@ class ContentMacroBodyService extends CommonHttpService_1.CommonHttpService {
|
|
|
89
89
|
* Permission to view the content that the macro is in.
|
|
90
90
|
*
|
|
91
91
|
* @returns Returned if the requested content body is returned.
|
|
92
|
-
* @path {
|
|
93
|
-
* /wiki/rest/api/content/{id}/history/{version}/macro/id/{macroId}/convert/{to}
|
|
92
|
+
* @path GET `/wiki/rest/api/content/{id}/history/{version}/macro/id/{macroId}/convert/{to}`
|
|
94
93
|
* @scopes-current read:confluence-content.all
|
|
95
94
|
* @scopes-beta read:content.metadata:confluence
|
|
96
95
|
* @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
|
|
96
|
+
* @param params
|
|
97
97
|
*/
|
|
98
98
|
this.getAndConvertMacroBodyByMacroId = ({ id, version, macroId, to, expand, spaceKeyContext, embeddedContentRender, }) => {
|
|
99
99
|
return this.getClientInstance()
|
|
@@ -142,10 +142,11 @@ class ContentMacroBodyService extends CommonHttpService_1.CommonHttpService {
|
|
|
142
142
|
* Permission to view the content that the macro is in.
|
|
143
143
|
*
|
|
144
144
|
* @returns Returned if the requested macro body is returned.
|
|
145
|
-
* @path
|
|
145
|
+
* @path GET `/wiki/rest/api/content/{id}/history/{version}/macro/id/{macroId}`
|
|
146
146
|
* @scopes-current read:confluence-content.all
|
|
147
147
|
* @scopes-beta read:content.metadata:confluence
|
|
148
148
|
* @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
|
|
149
|
+
* @param params
|
|
149
150
|
*/
|
|
150
151
|
this.getMacroBodyByMacroId = ({ id, version, macroId, }) => {
|
|
151
152
|
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,iGAAiG;AACjG,MAAa,uBAAwB,SAAQ,qCAAiB;IAA9D;;QACE;;;;;;;;;;;;;;;;;;;;;;;;;;WA0BG;QACH,yCAAoC,GAAG,CAAC,EACtC,EAAE,EACF,OAAO,EACP,OAAO,EACP,EAAE,EACF,MAAM,EACN,UAAU,EACV,eAAe,EACf,qBAAqB,GA8FtB,EAAoB,EAAE;YACrB,OAAO,IAAI,CAAC,iBAAiB,EAAE;iBAC5B,OAAO,CAAC;gBACP,IAAI,EAAE,qFAAqF;gBAC3F,MAAM,EAAE,KAAK;gBACb,UAAU,EAAE;oBACV,EAAE;oBACF,OAAO;oBACP,OAAO;oBACP,EAAE;iBACH;gBACD,KAAK,EAAE;oBACL,MAAM;oBACN,UAAU;oBACV,eAAe;oBACf,qBAAqB;iBACtB;aACF,CAAC;iBACD,IAAI,CACH,IAAI,CAAC,iBAAiB,EAAE,CAAC,eAAe,CAAC;gBACvC,GAAG,EAAE;oBACH,kBAAkB,EAAE,MAAM;iBAC3B;aACF,CAAC,CACH;iBACA,IAAI,CACH,gBAAgB,CAAC,YAAY,EAIzB,CACL;iBACA,IAAI,CACH,iDAAuB,CAAC,SAAS,CAC/B,uEAAuE,CACxE,CACF;iBACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;QACpC,CAAC,CAAC;QACF;;;;;;;;;;;;;;;;;;;;;;;;;;WA0BG;QACH,oCAA+B,GAAG,CAAC,EACjC,EAAE,EACF,OAAO,EACP,OAAO,EACP,EAAE,EACF,MAAM,EACN,eAAe,EACf,qBAAqB,GA0EtB,EAAwB,EAAE;YACzB,OAAO,IAAI,CAAC,iBAAiB,EAAE;iBAC5B,OAAO,CAAC;gBACP,IAAI,EAAE,+EAA+E;gBACrF,MAAM,EAAE,KAAK;gBACb,UAAU,EAAE;oBACV,EAAE;oBACF,OAAO;oBACP,OAAO;oBACP,EAAE;iBACH;gBACD,KAAK,EAAE;oBACL,MAAM;oBACN,eAAe;oBACf,qBAAqB;iBACtB;aACF,CAAC;iBACD,IAAI,CACH,IAAI,CAAC,iBAAiB,EAAE,CAAC,eAAe,CAAC;gBACvC,GAAG,EAAE;oBACH,kBAAkB,EAAE,MAAM;iBAC3B;aACF,CAAC,CACH;iBACA,IAAI,CACH,gBAAgB,CAAC,YAAY,EAIzB,CACL;iBACA,IAAI,CACH,iDAAuB,CAAC,SAAS,CAC/B,kEAAkE,CACnE,CACF;iBACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;QACpC,CAAC,CAAC;QACF
|
|
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;IAA9D;;QACE;;;;;;;;;;;;;;;;;;;;;;;;;;WA0BG;QACH,yCAAoC,GAAG,CAAC,EACtC,EAAE,EACF,OAAO,EACP,OAAO,EACP,EAAE,EACF,MAAM,EACN,UAAU,EACV,eAAe,EACf,qBAAqB,GA8FtB,EAAoB,EAAE;YACrB,OAAO,IAAI,CAAC,iBAAiB,EAAE;iBAC5B,OAAO,CAAC;gBACP,IAAI,EAAE,qFAAqF;gBAC3F,MAAM,EAAE,KAAK;gBACb,UAAU,EAAE;oBACV,EAAE;oBACF,OAAO;oBACP,OAAO;oBACP,EAAE;iBACH;gBACD,KAAK,EAAE;oBACL,MAAM;oBACN,UAAU;oBACV,eAAe;oBACf,qBAAqB;iBACtB;aACF,CAAC;iBACD,IAAI,CACH,IAAI,CAAC,iBAAiB,EAAE,CAAC,eAAe,CAAC;gBACvC,GAAG,EAAE;oBACH,kBAAkB,EAAE,MAAM;iBAC3B;aACF,CAAC,CACH;iBACA,IAAI,CACH,gBAAgB,CAAC,YAAY,EAIzB,CACL;iBACA,IAAI,CACH,iDAAuB,CAAC,SAAS,CAC/B,uEAAuE,CACxE,CACF;iBACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;QACpC,CAAC,CAAC;QACF;;;;;;;;;;;;;;;;;;;;;;;;;;WA0BG;QACH,oCAA+B,GAAG,CAAC,EACjC,EAAE,EACF,OAAO,EACP,OAAO,EACP,EAAE,EACF,MAAM,EACN,eAAe,EACf,qBAAqB,GA0EtB,EAAwB,EAAE;YACzB,OAAO,IAAI,CAAC,iBAAiB,EAAE;iBAC5B,OAAO,CAAC;gBACP,IAAI,EAAE,+EAA+E;gBACrF,MAAM,EAAE,KAAK;gBACb,UAAU,EAAE;oBACV,EAAE;oBACF,OAAO;oBACP,OAAO;oBACP,EAAE;iBACH;gBACD,KAAK,EAAE;oBACL,MAAM;oBACN,eAAe;oBACf,qBAAqB;iBACtB;aACF,CAAC;iBACD,IAAI,CACH,IAAI,CAAC,iBAAiB,EAAE,CAAC,eAAe,CAAC;gBACvC,GAAG,EAAE;oBACH,kBAAkB,EAAE,MAAM;iBAC3B;aACF,CAAC,CACH;iBACA,IAAI,CACH,gBAAgB,CAAC,YAAY,EAIzB,CACL;iBACA,IAAI,CACH,iDAAuB,CAAC,SAAS,CAC/B,kEAAkE,CACnE,CACF;iBACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;QACpC,CAAC,CAAC;QACF;;;;;;;;;;;;;;;;;;;;;;;;;;WA0BG;QACH,0BAAqB,GAAG,CAAC,EACvB,EAAE,EACF,OAAO,EACP,OAAO,GAiBR,EAA0B,EAAE;YAC3B,OAAO,IAAI,CAAC,iBAAiB,EAAE;iBAC5B,OAAO,CAAC;gBACP,IAAI,EAAE,kEAAkE;gBACxE,MAAM,EAAE,KAAK;gBACb,UAAU,EAAE;oBACV,EAAE;oBACF,OAAO;oBACP,OAAO;iBACR;aACF,CAAC;iBACD,IAAI,CACH,IAAI,CAAC,iBAAiB,EAAE,CAAC,eAAe,CAAC;gBACvC,GAAG,EAAE;oBACH,kBAAkB,EAAE,MAAM;iBAC3B;aACF,CAAC,CACH;iBACA,IAAI,CACH,gBAAgB,CAAC,YAAY,EAIzB,CACL;iBACA,IAAI,CACH,iDAAuB,CAAC,SAAS,CAC/B,wDAAwD,CACzD,CACF;iBACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;QACpC,CAAC,CAAC;IAyCJ,CAAC;IAxCW,MAAM,CAAC,UAAU;QACzB,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;AAlbD,0DAkbC"}
|
|
@@ -21,10 +21,11 @@ export declare class ContentPermissionsService extends CommonHttpService {
|
|
|
21
21
|
* otherwise 'Confluence Administrator' global permission is required.
|
|
22
22
|
*
|
|
23
23
|
* @returns Returned if the permission check completed successfully
|
|
24
|
-
* @path
|
|
24
|
+
* @path POST `/wiki/rest/api/content/{id}/permission/check`
|
|
25
25
|
* @scopes-current read:confluence-content.permission
|
|
26
26
|
* @scopes-beta read:content.permission:confluence
|
|
27
27
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-permissions#api-wiki-rest-api-content-id-permission-check-post
|
|
28
|
+
* @param params
|
|
28
29
|
*/
|
|
29
30
|
checkContentPermission: ({ id, contentPermissionRequest, }: {
|
|
30
31
|
/** The ID of the content to check permissions against. */
|
|
@@ -32,5 +33,5 @@ export declare class ContentPermissionsService extends CommonHttpService {
|
|
|
32
33
|
/** The content permission request. */
|
|
33
34
|
contentPermissionRequest: ContentPermissionRequest;
|
|
34
35
|
}) => Promise<PermissionCheckResponse>;
|
|
35
|
-
static initialize(): void;
|
|
36
|
+
protected static initialize(): void;
|
|
36
37
|
}
|
|
@@ -32,10 +32,11 @@ class ContentPermissionsService extends CommonHttpService_1.CommonHttpService {
|
|
|
32
32
|
* otherwise 'Confluence Administrator' global permission is required.
|
|
33
33
|
*
|
|
34
34
|
* @returns Returned if the permission check completed successfully
|
|
35
|
-
* @path
|
|
35
|
+
* @path POST `/wiki/rest/api/content/{id}/permission/check`
|
|
36
36
|
* @scopes-current read:confluence-content.permission
|
|
37
37
|
* @scopes-beta read:content.permission:confluence
|
|
38
38
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-permissions#api-wiki-rest-api-content-id-permission-check-post
|
|
39
|
+
* @param params
|
|
39
40
|
*/
|
|
40
41
|
this.checkContentPermission = ({ id, contentPermissionRequest, }) => {
|
|
41
42
|
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,kGAAkG;AAClG,MAAa,yBAA0B,SAAQ,qCAAiB;IAAhE;;QACE
|
|
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;IAAhE;;QACE;;;;;;;;;;;;;;;;;;;;;;;;WAwBG;QACH,2BAAsB,GAAG,CAAC,EACxB,EAAE,EACF,wBAAwB,GAMzB,EAAoC,EAAE;YACrC,OAAO,IAAI,CAAC,iBAAiB,EAAE;iBAC5B,OAAO,CAAC;gBACP,IAAI,EAAE,8CAA8C;gBACpD,MAAM,EAAE,MAAM;gBACd,UAAU,EAAE;oBACV,EAAE;iBACH;gBACD,OAAO,EAAE;oBACP,cAAc,EAAE,kBAAkB;iBACnC;gBACD,IAAI,EAAE,wBAAwB;aAC/B,CAAC;iBACD,IAAI,CACH,IAAI,CAAC,iBAAiB,EAAE,CAAC,eAAe,CAAC;gBACvC,GAAG,EAAE;oBACH,kBAAkB,EAAE,MAAM;iBAC3B;aACF,CAAC,CACH;iBACA,IAAI,CACH,gBAAgB,CAAC,YAAY,EAIzB,CACL;iBACA,IAAI,CACH,iDAAuB,CAAC,SAAS,CAC/B,2DAA2D,CAC5D,CACF;iBACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;QACpC,CAAC,CAAC;IAgBJ,CAAC;IAfW,MAAM,CAAC,UAAU;QACzB,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;AAnFD,8DAmFC"}
|
|
@@ -23,10 +23,11 @@ export declare class ContentPropertiesService extends CommonHttpService {
|
|
|
23
23
|
*
|
|
24
24
|
* @deprecated
|
|
25
25
|
* @returns Returned if the content property is created.
|
|
26
|
-
* @path
|
|
26
|
+
* @path POST `/wiki/rest/api/content/{id}/property`
|
|
27
27
|
* @scopes-current write:confluence-props
|
|
28
28
|
* @scopes-beta read:content.property:confluence, write:content.property:confluence
|
|
29
29
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-properties#api-wiki-rest-api-content-id-property-post
|
|
30
|
+
* @param params
|
|
30
31
|
*/
|
|
31
32
|
createContentProperty: ({ id, contentPropertyCreate, }: {
|
|
32
33
|
/** The ID of the content to add the property to. */
|
|
@@ -51,10 +52,11 @@ export declare class ContentPropertiesService extends CommonHttpService {
|
|
|
51
52
|
*
|
|
52
53
|
* @deprecated
|
|
53
54
|
* @returns Returned if the content property is created.
|
|
54
|
-
* @path
|
|
55
|
+
* @path POST `/wiki/rest/api/content/{id}/property/{key}`
|
|
55
56
|
* @scopes-current write:confluence-props
|
|
56
57
|
* @scopes-beta read:content.property:confluence, write:content.property:confluence
|
|
57
58
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-properties#api-wiki-rest-api-content-id-property-key-post
|
|
59
|
+
* @param params
|
|
58
60
|
*/
|
|
59
61
|
createContentPropertyForKey: ({ id, key, contentPropertyCreateNoKey, }: {
|
|
60
62
|
/** The ID of the content to add the property to. */
|
|
@@ -73,10 +75,11 @@ export declare class ContentPropertiesService extends CommonHttpService {
|
|
|
73
75
|
* Permission to update the content.
|
|
74
76
|
*
|
|
75
77
|
* @deprecated
|
|
76
|
-
* @path
|
|
78
|
+
* @path DELETE `/wiki/rest/api/content/{id}/property/{key}`
|
|
77
79
|
* @scopes-current write:confluence-props
|
|
78
80
|
* @scopes-beta write:content.property:confluence
|
|
79
81
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-properties#api-wiki-rest-api-content-id-property-key-delete
|
|
82
|
+
* @param params
|
|
80
83
|
*/
|
|
81
84
|
deleteContentProperty: ({ id, key, }: {
|
|
82
85
|
/** The ID of the content that the property belongs to. */
|
|
@@ -95,10 +98,11 @@ export declare class ContentPropertiesService extends CommonHttpService {
|
|
|
95
98
|
*
|
|
96
99
|
* @deprecated
|
|
97
100
|
* @returns Returned if the requested properties are returned.
|
|
98
|
-
* @path
|
|
101
|
+
* @path GET `/wiki/rest/api/content/{id}/property`
|
|
99
102
|
* @scopes-current read:confluence-props
|
|
100
103
|
* @scopes-beta read:content-details:confluence
|
|
101
104
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-properties#api-wiki-rest-api-content-id-property-get
|
|
105
|
+
* @param params
|
|
102
106
|
*/
|
|
103
107
|
getContentProperties: ({ id, key, expand, start, limit, }: {
|
|
104
108
|
/** The ID of the content to be queried for its properties. */
|
|
@@ -133,10 +137,11 @@ export declare class ContentPropertiesService extends CommonHttpService {
|
|
|
133
137
|
*
|
|
134
138
|
* @deprecated
|
|
135
139
|
* @returns Returned if the content property is returned.
|
|
136
|
-
* @path
|
|
140
|
+
* @path GET `/wiki/rest/api/content/{id}/property/{key}`
|
|
137
141
|
* @scopes-current read:confluence-props
|
|
138
142
|
* @scopes-beta read:content-details:confluence
|
|
139
143
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-properties#api-wiki-rest-api-content-id-property-key-get
|
|
144
|
+
* @param params
|
|
140
145
|
*/
|
|
141
146
|
getContentProperty: ({ id, key, expand, status, }: {
|
|
142
147
|
/** The ID of the content to be queried for the property. */
|
|
@@ -179,10 +184,11 @@ export declare class ContentPropertiesService extends CommonHttpService {
|
|
|
179
184
|
*
|
|
180
185
|
* @deprecated
|
|
181
186
|
* @returns Returned if the content property is created.
|
|
182
|
-
* @path
|
|
187
|
+
* @path PUT `/wiki/rest/api/content/{id}/property/{key}`
|
|
183
188
|
* @scopes-current write:confluence-props
|
|
184
189
|
* @scopes-beta read:content.property:confluence, write:content.property:confluence
|
|
185
190
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-properties#api-wiki-rest-api-content-id-property-key-put
|
|
191
|
+
* @param params
|
|
186
192
|
*/
|
|
187
193
|
updateContentProperty: ({ id, key, contentPropertyUpdate, }: {
|
|
188
194
|
/** The ID of the content that the property belongs to. */
|
|
@@ -192,5 +198,5 @@ export declare class ContentPropertiesService extends CommonHttpService {
|
|
|
192
198
|
/** The content property being updated. */
|
|
193
199
|
contentPropertyUpdate: ContentPropertyUpdate;
|
|
194
200
|
}) => Promise<ContentPropertyV1>;
|
|
195
|
-
static initialize(): void;
|
|
201
|
+
protected static initialize(): void;
|
|
196
202
|
}
|
|
@@ -34,10 +34,11 @@ class ContentPropertiesService extends CommonHttpService_1.CommonHttpService {
|
|
|
34
34
|
*
|
|
35
35
|
* @deprecated
|
|
36
36
|
* @returns Returned if the content property is created.
|
|
37
|
-
* @path
|
|
37
|
+
* @path POST `/wiki/rest/api/content/{id}/property`
|
|
38
38
|
* @scopes-current write:confluence-props
|
|
39
39
|
* @scopes-beta read:content.property:confluence, write:content.property:confluence
|
|
40
40
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-properties#api-wiki-rest-api-content-id-property-post
|
|
41
|
+
* @param params
|
|
41
42
|
*/
|
|
42
43
|
this.createContentProperty = ({ id, contentPropertyCreate, }) => {
|
|
43
44
|
return this.getClientInstance()
|
|
@@ -78,10 +79,11 @@ class ContentPropertiesService extends CommonHttpService_1.CommonHttpService {
|
|
|
78
79
|
*
|
|
79
80
|
* @deprecated
|
|
80
81
|
* @returns Returned if the content property is created.
|
|
81
|
-
* @path
|
|
82
|
+
* @path POST `/wiki/rest/api/content/{id}/property/{key}`
|
|
82
83
|
* @scopes-current write:confluence-props
|
|
83
84
|
* @scopes-beta read:content.property:confluence, write:content.property:confluence
|
|
84
85
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-properties#api-wiki-rest-api-content-id-property-key-post
|
|
86
|
+
* @param params
|
|
85
87
|
*/
|
|
86
88
|
this.createContentPropertyForKey = ({ id, key, contentPropertyCreateNoKey, }) => {
|
|
87
89
|
return this.getClientInstance()
|
|
@@ -115,10 +117,11 @@ class ContentPropertiesService extends CommonHttpService_1.CommonHttpService {
|
|
|
115
117
|
* Permission to update the content.
|
|
116
118
|
*
|
|
117
119
|
* @deprecated
|
|
118
|
-
* @path
|
|
120
|
+
* @path DELETE `/wiki/rest/api/content/{id}/property/{key}`
|
|
119
121
|
* @scopes-current write:confluence-props
|
|
120
122
|
* @scopes-beta write:content.property:confluence
|
|
121
123
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-properties#api-wiki-rest-api-content-id-property-key-delete
|
|
124
|
+
* @param params
|
|
122
125
|
*/
|
|
123
126
|
this.deleteContentProperty = ({ id, key, }) => {
|
|
124
127
|
return this.getClientInstance()
|
|
@@ -143,10 +146,11 @@ class ContentPropertiesService extends CommonHttpService_1.CommonHttpService {
|
|
|
143
146
|
*
|
|
144
147
|
* @deprecated
|
|
145
148
|
* @returns Returned if the requested properties are returned.
|
|
146
|
-
* @path
|
|
149
|
+
* @path GET `/wiki/rest/api/content/{id}/property`
|
|
147
150
|
* @scopes-current read:confluence-props
|
|
148
151
|
* @scopes-beta read:content-details:confluence
|
|
149
152
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-properties#api-wiki-rest-api-content-id-property-get
|
|
153
|
+
* @param params
|
|
150
154
|
*/
|
|
151
155
|
this.getContentProperties = ({ id, key, expand, start, limit, }) => {
|
|
152
156
|
return this.getClientInstance()
|
|
@@ -183,10 +187,11 @@ class ContentPropertiesService extends CommonHttpService_1.CommonHttpService {
|
|
|
183
187
|
*
|
|
184
188
|
* @deprecated
|
|
185
189
|
* @returns Returned if the content property is returned.
|
|
186
|
-
* @path
|
|
190
|
+
* @path GET `/wiki/rest/api/content/{id}/property/{key}`
|
|
187
191
|
* @scopes-current read:confluence-props
|
|
188
192
|
* @scopes-beta read:content-details:confluence
|
|
189
193
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-properties#api-wiki-rest-api-content-id-property-key-get
|
|
194
|
+
* @param params
|
|
190
195
|
*/
|
|
191
196
|
this.getContentProperty = ({ id, key, expand, status, }) => {
|
|
192
197
|
return this.getClientInstance()
|
|
@@ -223,10 +228,11 @@ class ContentPropertiesService extends CommonHttpService_1.CommonHttpService {
|
|
|
223
228
|
*
|
|
224
229
|
* @deprecated
|
|
225
230
|
* @returns Returned if the content property is created.
|
|
226
|
-
* @path
|
|
231
|
+
* @path PUT `/wiki/rest/api/content/{id}/property/{key}`
|
|
227
232
|
* @scopes-current write:confluence-props
|
|
228
233
|
* @scopes-beta read:content.property:confluence, write:content.property:confluence
|
|
229
234
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-properties#api-wiki-rest-api-content-id-property-key-put
|
|
235
|
+
* @param params
|
|
230
236
|
*/
|
|
231
237
|
this.updateContentProperty = ({ id, key, contentPropertyUpdate, }) => {
|
|
232
238
|
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;;;GAGG;AACH,MAAa,wBAAyB,SAAQ,qCAAiB;IAA/D;;QACE
|
|
1
|
+
{"version":3,"file":"ContentPropertiesService.js","sourceRoot":"","sources":["../../../../src/openapi/v1/services/ContentPropertiesService.ts"],"names":[],"mappings":"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"}
|