@resolution/confluence-api-client 0.5.2 → 0.5.4
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 +33 -1
- package/lib/openapi/{v1/core → core}/CommonHttpClient.d.ts +54 -3
- package/lib/openapi/{v2/core → core}/CommonHttpClient.js +14 -0
- package/lib/openapi/core/CommonHttpClient.js.map +1 -0
- package/lib/openapi/{v2/core → core}/CommonHttpService.d.ts +17 -0
- package/lib/openapi/{v1/core → core}/CommonHttpService.js +11 -0
- package/lib/openapi/core/CommonHttpService.js.map +1 -0
- package/lib/openapi/core/CommonValidationSchemaStorage.js.map +1 -0
- package/lib/openapi/v1/BaseConfluenceApiV1Client.d.ts +2 -2
- package/lib/openapi/v1/BaseConfluenceApiV1Client.js +2 -2
- package/lib/openapi/v1/BaseConfluenceApiV1Client.js.map +1 -1
- package/lib/openapi/v1/models/audit.d.ts +1 -1
- package/lib/openapi/v1/models/common.d.ts +2 -1
- package/lib/openapi/v1/models/common.js +1 -0
- package/lib/openapi/v1/models/common.js.map +1 -1
- package/lib/openapi/v1/models/content.d.ts +1 -1
- package/lib/openapi/v1/models/contentAttachments.d.ts +1 -1
- package/lib/openapi/v1/models/contentBody.d.ts +1 -1
- package/lib/openapi/v1/models/contentChildrenAndDescendants.d.ts +1 -1
- package/lib/openapi/v1/models/contentLabels.d.ts +1 -1
- package/lib/openapi/v1/models/contentMacroBody.d.ts +1 -1
- package/lib/openapi/v1/models/contentPermissions.d.ts +1 -1
- package/lib/openapi/v1/models/contentProperties.d.ts +1 -1
- package/lib/openapi/v1/models/contentRestrictions.d.ts +1 -1
- package/lib/openapi/v1/models/contentStates.d.ts +1 -1
- package/lib/openapi/v1/models/contentVersions.d.ts +1 -1
- package/lib/openapi/v1/models/contentWatches.d.ts +1 -1
- package/lib/openapi/v1/models/dynamicModules.d.ts +7 -4
- package/lib/openapi/v1/models/dynamicModules.js.map +1 -1
- package/lib/openapi/v1/models/group.d.ts +1 -1
- package/lib/openapi/v1/models/inlineTasks.d.ts +1 -1
- package/lib/openapi/v1/models/labelInfo.d.ts +1 -1
- package/lib/openapi/v1/models/longRunningTask.d.ts +1 -1
- package/lib/openapi/v1/models/relation.d.ts +1 -1
- package/lib/openapi/v1/models/search.d.ts +1 -1
- package/lib/openapi/v1/models/settings.d.ts +1 -1
- package/lib/openapi/v1/models/space.d.ts +11 -4
- package/lib/openapi/v1/models/space.js +2 -1
- package/lib/openapi/v1/models/space.js.map +1 -1
- package/lib/openapi/v1/models/spacePermissions.d.ts +1 -1
- package/lib/openapi/v1/models/spaceProperties.d.ts +1 -1
- package/lib/openapi/v1/models/spaceSettings.d.ts +1 -1
- package/lib/openapi/v1/models/template.d.ts +1 -1
- package/lib/openapi/v1/models/themes.d.ts +1 -1
- package/lib/openapi/v1/models/userProperties.d.ts +1 -1
- package/lib/openapi/v1/models/users.d.ts +1 -1
- package/lib/openapi/v1/services/AnalyticsService.d.ts +9 -5
- package/lib/openapi/v1/services/AnalyticsService.js +6 -4
- package/lib/openapi/v1/services/AnalyticsService.js.map +1 -1
- package/lib/openapi/v1/services/AuditService.d.ts +15 -9
- package/lib/openapi/v1/services/AuditService.js +15 -9
- 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 +14 -8
- 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 +9 -7
- 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 +19 -11
- 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 +4 -3
- 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 +10 -6
- 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 +8 -7
- 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 +4 -3
- 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 +14 -8
- 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 +32 -23
- 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 +22 -12
- 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 +22 -13
- 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 +10 -6
- 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 +26 -14
- 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 +7 -5
- 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 +14 -10
- 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 +32 -17
- 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 +8 -5
- 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 +4 -3
- 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 +6 -4
- 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 +13 -14
- 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 +6 -4
- 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 +15 -12
- 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 +8 -5
- 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 +14 -8
- 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 +21 -16
- 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 +6 -4
- 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 +16 -12
- 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 +13 -8
- 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 +12 -7
- 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 +16 -9
- package/lib/openapi/v1/services/UsersService.js.map +1 -1
- package/lib/openapi/v1/validationSchemaStorage.d.ts +1 -1
- package/lib/openapi/v1/validationSchemaStorage.js +1 -1
- package/lib/openapi/v1/validationSchemaStorage.js.map +1 -1
- package/lib/openapi/v2/BaseConfluenceApiV2Client.d.ts +2 -2
- package/lib/openapi/v2/BaseConfluenceApiV2Client.js +2 -2
- package/lib/openapi/v2/BaseConfluenceApiV2Client.js.map +1 -1
- package/lib/openapi/v2/models/ancestors.d.ts +1 -1
- package/lib/openapi/v2/models/attachment.d.ts +1 -1
- package/lib/openapi/v2/models/blogPost.d.ts +1 -1
- package/lib/openapi/v2/models/children.d.ts +1 -1
- package/lib/openapi/v2/models/classificationLevel.d.ts +1 -1
- package/lib/openapi/v2/models/comment.d.ts +1 -1
- package/lib/openapi/v2/models/common.d.ts +1 -1
- package/lib/openapi/v2/models/content.d.ts +1 -1
- package/lib/openapi/v2/models/contentProperties.d.ts +1 -1
- package/lib/openapi/v2/models/customContent.d.ts +1 -1
- package/lib/openapi/v2/models/dataPolicies.d.ts +1 -1
- package/lib/openapi/v2/models/database.d.ts +1 -1
- package/lib/openapi/v2/models/operation.d.ts +1 -1
- package/lib/openapi/v2/models/page.d.ts +1 -1
- package/lib/openapi/v2/models/smartLink.d.ts +1 -1
- package/lib/openapi/v2/models/space.d.ts +1 -1
- package/lib/openapi/v2/models/spaceProperties.d.ts +1 -1
- package/lib/openapi/v2/models/task.d.ts +1 -1
- package/lib/openapi/v2/models/user.d.ts +1 -1
- package/lib/openapi/v2/models/version.d.ts +1 -1
- package/lib/openapi/v2/models/whiteboard.d.ts +1 -1
- package/lib/openapi/v2/services/AncestorsService.d.ts +9 -5
- package/lib/openapi/v2/services/AncestorsService.js +10 -6
- 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 +17 -11
- 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 +17 -11
- 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 +6 -4
- 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 +21 -12
- 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 +38 -20
- 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 +82 -42
- 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 +5 -5
- 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 +18 -10
- 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 +5 -4
- 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 +8 -5
- 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 +16 -9
- 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 +18 -10
- 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 +22 -12
- 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 +16 -9
- 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 +8 -5
- 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 +4 -3
- 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 +13 -9
- 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 +6 -4
- 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 +8 -5
- 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 +9 -7
- 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 +26 -14
- 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 +8 -5
- package/lib/openapi/v2/services/WhiteboardService.js.map +1 -1
- package/lib/openapi/v2/validationSchemaStorage.d.ts +1 -1
- package/lib/openapi/v2/validationSchemaStorage.js +1 -1
- package/lib/openapi/v2/validationSchemaStorage.js.map +1 -1
- package/package.json +3 -3
- package/lib/openapi/v1/core/CommonHttpClient.js +0 -390
- package/lib/openapi/v1/core/CommonHttpClient.js.map +0 -1
- package/lib/openapi/v1/core/CommonHttpService.d.ts +0 -9
- package/lib/openapi/v1/core/CommonHttpService.js.map +0 -1
- package/lib/openapi/v1/core/CommonValidationSchemaStorage.js.map +0 -1
- package/lib/openapi/v2/core/CommonHttpClient.d.ts +0 -196
- package/lib/openapi/v2/core/CommonHttpClient.js.map +0 -1
- package/lib/openapi/v2/core/CommonHttpService.js +0 -29
- package/lib/openapi/v2/core/CommonHttpService.js.map +0 -1
- package/lib/openapi/v2/core/CommonValidationSchemaStorage.d.ts +0 -35
- package/lib/openapi/v2/core/CommonValidationSchemaStorage.js +0 -65
- package/lib/openapi/v2/core/CommonValidationSchemaStorage.js.map +0 -1
- /package/lib/openapi/{v1/core → core}/CommonValidationSchemaStorage.d.ts +0 -0
- /package/lib/openapi/{v1/core → core}/CommonValidationSchemaStorage.js +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type ZodTypeAny } from "zod";
|
|
2
|
-
import type { CommonValidationSchemaStorage } from "
|
|
2
|
+
import type { CommonValidationSchemaStorage } from "../../core/CommonValidationSchemaStorage";
|
|
3
3
|
import { type Content, type ContentRestriction, type GenericLinks, type UserArray, type UserV1 } from "./common";
|
|
4
4
|
export type ContentRestrictionAddOrUpdateArray = ({
|
|
5
5
|
results: ContentRestrictionUpdate[];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type ZodTypeAny } from "zod";
|
|
2
|
-
import type { CommonValidationSchemaStorage } from "
|
|
2
|
+
import type { CommonValidationSchemaStorage } from "../../core/CommonValidationSchemaStorage";
|
|
3
3
|
import { type ContentId } from "./common";
|
|
4
4
|
export interface AvailableContentStates extends Record<string, unknown> {
|
|
5
5
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type ZodTypeAny } from "zod";
|
|
2
|
-
import type { CommonValidationSchemaStorage } from "
|
|
2
|
+
import type { CommonValidationSchemaStorage } from "../../core/CommonValidationSchemaStorage";
|
|
3
3
|
import { type GenericLinks, type VersionV1 } from "./common";
|
|
4
4
|
export interface VersionArray extends Record<string, unknown> {
|
|
5
5
|
results: (VersionV1 | null)[];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type ZodTypeAny } from "zod";
|
|
2
|
-
import type { CommonValidationSchemaStorage } from "
|
|
2
|
+
import type { CommonValidationSchemaStorage } from "../../core/CommonValidationSchemaStorage";
|
|
3
3
|
import { type GenericAccountId, type GenericLinks, type GenericUserKey, type GenericUserName, type IconV1, type OperationCheckResult, type UserDetails } from "./common";
|
|
4
4
|
export interface SpaceWatch extends Record<string, unknown> {
|
|
5
5
|
type: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type ZodTypeAny } from "zod";
|
|
2
|
-
import type { CommonValidationSchemaStorage } from "
|
|
2
|
+
import type { CommonValidationSchemaStorage } from "../../core/CommonValidationSchemaStorage";
|
|
3
3
|
/**
|
|
4
4
|
* A [Connect
|
|
5
5
|
* module](https://developer.atlassian.com/cloud/confluence/modules/admin-page/)
|
|
@@ -7,7 +7,8 @@ import type { CommonValidationSchemaStorage } from "../core/CommonValidationSche
|
|
|
7
7
|
* [app
|
|
8
8
|
* descriptor](https://developer.atlassian.com/cloud/confluence/app-descriptor/).
|
|
9
9
|
*
|
|
10
|
-
* @example
|
|
10
|
+
* @example
|
|
11
|
+
* {
|
|
11
12
|
* "key": "my-webitem",
|
|
12
13
|
* "location": "system.admin/globalsettings",
|
|
13
14
|
* "url": "/my-web-item",
|
|
@@ -20,7 +21,8 @@ export interface ConnectModule {
|
|
|
20
21
|
[key: string]: unknown;
|
|
21
22
|
}
|
|
22
23
|
/**
|
|
23
|
-
* @example
|
|
24
|
+
* @example
|
|
25
|
+
* {
|
|
24
26
|
* "webItems": [
|
|
25
27
|
* {
|
|
26
28
|
* "key": "my-webitem",
|
|
@@ -51,7 +53,8 @@ export interface ConnectModules extends Record<string, unknown> {
|
|
|
51
53
|
modules: ConnectModule[];
|
|
52
54
|
}
|
|
53
55
|
/**
|
|
54
|
-
* @example
|
|
56
|
+
* @example
|
|
57
|
+
* {
|
|
55
58
|
* "message": "The request is not from a Connect app."
|
|
56
59
|
* }
|
|
57
60
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dynamicModules.js","sourceRoot":"","sources":["../../../../src/openapi/v1/models/dynamicModules.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAyC;
|
|
1
|
+
{"version":3,"file":"dynamicModules.js","sourceRoot":"","sources":["../../../../src/openapi/v1/models/dynamicModules.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAyC;AAiEzC,SAAgB,uCAAuC,CACrD,uBAAkE;IAElE,uBAAuB,CAAC,QAAQ,CAC9B,eAAe,EACf,OAAC,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,QAAQ,CAAC,OAAC,CAAC,OAAO,EAAE,CAAC,CAAC,QAAQ,CAAC,eAAe,CAAC,CAC7D,CAAC;IACF,uBAAuB,CAAC,QAAQ,CAC9B,gBAAgB,EAChB,OAAC;SACE,MAAM,CAAC;QACN,OAAO,EAAE,OAAC,CAAC,KAAK,CAAC,uBAAuB,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;KAChE,CAAC;SACD,QAAQ,CAAC,OAAC,CAAC,OAAO,EAAE,CAAC;SACrB,QAAQ,CAAC,gBAAgB,CAAC,CAC9B,CAAC;IACF,uBAAuB,CAAC,QAAQ,CAC9B,4BAA4B,EAC5B,OAAC;SACE,MAAM,CAAC;QACN,OAAO,EAAE,OAAC,CAAC,MAAM,EAAE;KACpB,CAAC;SACD,QAAQ,CAAC,OAAC,CAAC,OAAO,EAAE,CAAC;SACrB,QAAQ,CAAC,4BAA4B,CAAC,CAC1C,CAAC;AACJ,CAAC;AAzBD,0FAyBC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type ZodTypeAny } from "zod";
|
|
2
|
-
import type { CommonValidationSchemaStorage } from "
|
|
2
|
+
import type { CommonValidationSchemaStorage } from "../../core/CommonValidationSchemaStorage";
|
|
3
3
|
export interface AccountId extends Record<string, unknown> {
|
|
4
4
|
accountId: string;
|
|
5
5
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type ZodTypeAny } from "zod";
|
|
2
|
-
import type { CommonValidationSchemaStorage } from "
|
|
2
|
+
import type { CommonValidationSchemaStorage } from "../../core/CommonValidationSchemaStorage";
|
|
3
3
|
import { type GenericLinks } from "./common";
|
|
4
4
|
export interface TaskPageResponse extends Record<string, unknown> {
|
|
5
5
|
results: TaskV1[];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type ZodTypeAny } from "zod";
|
|
2
|
-
import type { CommonValidationSchemaStorage } from "
|
|
2
|
+
import type { CommonValidationSchemaStorage } from "../../core/CommonValidationSchemaStorage";
|
|
3
3
|
import { type LabelV1 } from "./common";
|
|
4
4
|
export interface LabelDetails extends Record<string, unknown> {
|
|
5
5
|
label: LabelV1;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type ZodTypeAny } from "zod";
|
|
2
|
-
import type { CommonValidationSchemaStorage } from "
|
|
2
|
+
import type { CommonValidationSchemaStorage } from "../../core/CommonValidationSchemaStorage";
|
|
3
3
|
import { type GenericLinks, type Message } from "./common";
|
|
4
4
|
/**
|
|
5
5
|
* Current status of a long running task
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type ZodTypeAny } from "zod";
|
|
2
|
-
import type { CommonValidationSchemaStorage } from "
|
|
2
|
+
import type { CommonValidationSchemaStorage } from "../../core/CommonValidationSchemaStorage";
|
|
3
3
|
import { type Content, type GenericLinks, type Space, type UserV1 } from "./common";
|
|
4
4
|
export interface Relation extends Record<string, unknown> {
|
|
5
5
|
name: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type ZodTypeAny } from "zod";
|
|
2
|
-
import type { CommonValidationSchemaStorage } from "
|
|
2
|
+
import type { CommonValidationSchemaStorage } from "../../core/CommonValidationSchemaStorage";
|
|
3
3
|
import { type Content, type GenericLinks, type Space, type UserV1 } from "./common";
|
|
4
4
|
export interface Breadcrumb extends Record<string, unknown> {
|
|
5
5
|
label: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type ZodTypeAny } from "zod";
|
|
2
|
-
import type { CommonValidationSchemaStorage } from "
|
|
2
|
+
import type { CommonValidationSchemaStorage } from "../../core/CommonValidationSchemaStorage";
|
|
3
3
|
import { type GenericLinks, type LookAndFeel } from "./common";
|
|
4
4
|
/** Look and feel selection */
|
|
5
5
|
export interface LookAndFeelSelection extends Record<string, unknown> {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type ZodTypeAny } from "zod";
|
|
2
|
-
import type { CommonValidationSchemaStorage } from "
|
|
2
|
+
import type { CommonValidationSchemaStorage } from "../../core/CommonValidationSchemaStorage";
|
|
3
3
|
import { type GenericLinks, type OperationCheckResult, type Space, type UserV1 } from "./common";
|
|
4
4
|
/** The name property will soon be deprecated in favor of using id. */
|
|
5
5
|
export interface GroupCreate extends Record<string, unknown> {
|
|
@@ -17,13 +17,20 @@ export interface SpaceArray extends Record<string, unknown> {
|
|
|
17
17
|
}
|
|
18
18
|
/** This is the request object used when creating a new space. */
|
|
19
19
|
export interface SpaceCreate extends Record<string, unknown> {
|
|
20
|
+
/** The name of the new space. */
|
|
21
|
+
name: string;
|
|
20
22
|
/**
|
|
21
23
|
* The key for the new space. Format: See [Space
|
|
22
24
|
* keys](https://confluence.atlassian.com/x/lqNMMQ).
|
|
23
25
|
*/
|
|
24
|
-
key
|
|
25
|
-
/**
|
|
26
|
-
|
|
26
|
+
key?: string;
|
|
27
|
+
/**
|
|
28
|
+
* This field will be used as the new identifier for the space in confluence page
|
|
29
|
+
* URLs.
|
|
30
|
+
* If the property is not provided the alias will be the provided key.
|
|
31
|
+
* This property is experimental and may be changed or removed in the future.
|
|
32
|
+
*/
|
|
33
|
+
alias?: string;
|
|
27
34
|
/**
|
|
28
35
|
* The description of the new/updated space. Note, only the 'plain' representation
|
|
29
36
|
* can be used for the description when creating or updating a space.
|
|
@@ -27,8 +27,9 @@ function registerSpaceValidationSchemas(validationSchemaStorage) {
|
|
|
27
27
|
.describe("SpaceArray"));
|
|
28
28
|
validationSchemaStorage.register("SpaceCreate", zod_1.z
|
|
29
29
|
.object({
|
|
30
|
-
key: zod_1.z.string(),
|
|
31
30
|
name: zod_1.z.string().max(200),
|
|
31
|
+
key: zod_1.z.string().optional(),
|
|
32
|
+
alias: zod_1.z.string().optional(),
|
|
32
33
|
description: zod_1.z
|
|
33
34
|
.nullable(validationSchemaStorage.lazy("SpaceDescriptionCreate"))
|
|
34
35
|
.optional(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"space.js","sourceRoot":"","sources":["../../../../src/openapi/v1/models/space.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAyC;AAGzC,qCAMkB;
|
|
1
|
+
{"version":3,"file":"space.js","sourceRoot":"","sources":["../../../../src/openapi/v1/models/space.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type ZodTypeAny } from "zod";
|
|
2
|
-
import type { CommonValidationSchemaStorage } from "
|
|
2
|
+
import type { CommonValidationSchemaStorage } from "../../core/CommonValidationSchemaStorage";
|
|
3
3
|
import { type GenericLinks } from "./common";
|
|
4
4
|
/** The user or group that the permission applies to. */
|
|
5
5
|
export interface PermissionSubject extends Record<string, unknown> {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type ZodTypeAny } from "zod";
|
|
2
|
-
import type { CommonValidationSchemaStorage } from "
|
|
2
|
+
import type { CommonValidationSchemaStorage } from "../../core/CommonValidationSchemaStorage";
|
|
3
3
|
import { type GenericLinks, type Space, type VersionV1 } from "./common";
|
|
4
4
|
/**
|
|
5
5
|
* The value of the property. This can be empty or a complex object. 64KB Size
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type ZodTypeAny } from "zod";
|
|
2
|
-
import type { CommonValidationSchemaStorage } from "
|
|
2
|
+
import type { CommonValidationSchemaStorage } from "../../core/CommonValidationSchemaStorage";
|
|
3
3
|
export interface SpaceSettingsUpdate extends Record<string, unknown> {
|
|
4
4
|
/**
|
|
5
5
|
* Defines whether an override for the space home should be used. This is
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type ZodTypeAny } from "zod";
|
|
2
|
-
import type { CommonValidationSchemaStorage } from "
|
|
2
|
+
import type { CommonValidationSchemaStorage } from "../../core/CommonValidationSchemaStorage";
|
|
3
3
|
import { type ContentBody, type ContentBodyCreate, type GenericLinks, type LabelV1 } from "./common";
|
|
4
4
|
export interface BlueprintTemplate extends Record<string, unknown> {
|
|
5
5
|
templateId: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type ZodTypeAny } from "zod";
|
|
2
|
-
import type { CommonValidationSchemaStorage } from "
|
|
2
|
+
import type { CommonValidationSchemaStorage } from "../../core/CommonValidationSchemaStorage";
|
|
3
3
|
import { type GenericLinks, type IconV1 } from "./common";
|
|
4
4
|
export interface ThemeArray extends Record<string, unknown> {
|
|
5
5
|
results: ThemeNoLinks[];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type ZodTypeAny } from "zod";
|
|
2
|
-
import type { CommonValidationSchemaStorage } from "
|
|
2
|
+
import type { CommonValidationSchemaStorage } from "../../core/CommonValidationSchemaStorage";
|
|
3
3
|
import { type GenericLinks } from "./common";
|
|
4
4
|
export interface UserProperty extends Record<string, unknown> {
|
|
5
5
|
key: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type ZodTypeAny } from "zod";
|
|
2
|
-
import type { CommonValidationSchemaStorage } from "
|
|
2
|
+
import type { CommonValidationSchemaStorage } from "../../core/CommonValidationSchemaStorage";
|
|
3
3
|
import { type GenericAccountId, type GenericLinks, type GenericUserKey, type GenericUserName, type IconV1, type OperationCheckResult, type Space, type UserDetails } from "./common";
|
|
4
4
|
export interface AccountIdEmailRecord extends Record<string, unknown> {
|
|
5
5
|
accountId: string;
|
|
@@ -1,14 +1,15 @@
|
|
|
1
|
-
import { CommonHttpService } from "
|
|
1
|
+
import { CommonHttpService } from "../../core/CommonHttpService";
|
|
2
2
|
/** @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-analytics */
|
|
3
3
|
export declare class AnalyticsService extends CommonHttpService {
|
|
4
4
|
/**
|
|
5
5
|
* Get the total number of distinct viewers a piece of content has.
|
|
6
6
|
*
|
|
7
7
|
* @returns Returns the total number of distinct viewers for the content.
|
|
8
|
-
* @path
|
|
8
|
+
* @path GET `/wiki/rest/api/analytics/content/{contentId}/viewers`
|
|
9
9
|
* @scopes-current read:confluence-content.summary
|
|
10
10
|
* @scopes-beta read:analytics.content:confluence
|
|
11
11
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-analytics#api-wiki-rest-api-analytics-content-contentid-viewers-get
|
|
12
|
+
* @param params
|
|
12
13
|
*/
|
|
13
14
|
getViewers: ({ contentId, fromDate, }: {
|
|
14
15
|
/** The ID of the content to get the viewers for. */
|
|
@@ -16,7 +17,8 @@ export declare class AnalyticsService extends CommonHttpService {
|
|
|
16
17
|
/**
|
|
17
18
|
* The number of views for the content since the date.
|
|
18
19
|
*
|
|
19
|
-
* @example
|
|
20
|
+
* @example
|
|
21
|
+
* 2021-03-21T00:00:00.000Z
|
|
20
22
|
*/
|
|
21
23
|
fromDate?: string | undefined;
|
|
22
24
|
}) => Promise<{
|
|
@@ -31,10 +33,11 @@ export declare class AnalyticsService extends CommonHttpService {
|
|
|
31
33
|
* Get the total number of views a piece of content has.
|
|
32
34
|
*
|
|
33
35
|
* @returns Returns the total number of views for the content.
|
|
34
|
-
* @path
|
|
36
|
+
* @path GET `/wiki/rest/api/analytics/content/{contentId}/views`
|
|
35
37
|
* @scopes-current read:confluence-content.summary
|
|
36
38
|
* @scopes-beta read:analytics.content:confluence
|
|
37
39
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-analytics#api-wiki-rest-api-analytics-content-contentid-views-get
|
|
40
|
+
* @param params
|
|
38
41
|
*/
|
|
39
42
|
getViews: ({ contentId, fromDate, }: {
|
|
40
43
|
/** The ID of the content to get the views for. */
|
|
@@ -42,7 +45,8 @@ export declare class AnalyticsService extends CommonHttpService {
|
|
|
42
45
|
/**
|
|
43
46
|
* The number of views for the content since the date.
|
|
44
47
|
*
|
|
45
|
-
* @example
|
|
48
|
+
* @example
|
|
49
|
+
* 2021-03-21T00:00:00.000Z
|
|
46
50
|
*/
|
|
47
51
|
fromDate?: string | undefined;
|
|
48
52
|
}) => Promise<{
|
|
@@ -5,8 +5,8 @@ exports.AnalyticsService = void 0;
|
|
|
5
5
|
// This file is generated by "api-typescript-generator".
|
|
6
6
|
// To update this file run "yarn build:openapi".
|
|
7
7
|
const zod_1 = require("zod");
|
|
8
|
-
const commonHttpClient = require("
|
|
9
|
-
const CommonHttpService_1 = require("
|
|
8
|
+
const commonHttpClient = require("../../core/CommonHttpClient");
|
|
9
|
+
const CommonHttpService_1 = require("../../core/CommonHttpService");
|
|
10
10
|
const validationSchemaStorage_1 = require("../validationSchemaStorage");
|
|
11
11
|
/** @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-analytics */
|
|
12
12
|
class AnalyticsService extends CommonHttpService_1.CommonHttpService {
|
|
@@ -16,10 +16,11 @@ class AnalyticsService extends CommonHttpService_1.CommonHttpService {
|
|
|
16
16
|
* Get the total number of distinct viewers a piece of content has.
|
|
17
17
|
*
|
|
18
18
|
* @returns Returns the total number of distinct viewers for the content.
|
|
19
|
-
* @path
|
|
19
|
+
* @path GET `/wiki/rest/api/analytics/content/{contentId}/viewers`
|
|
20
20
|
* @scopes-current read:confluence-content.summary
|
|
21
21
|
* @scopes-beta read:analytics.content:confluence
|
|
22
22
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-analytics#api-wiki-rest-api-analytics-content-contentid-viewers-get
|
|
23
|
+
* @param params
|
|
23
24
|
*/
|
|
24
25
|
this.getViewers = ({ contentId, fromDate, }) => {
|
|
25
26
|
return this.getClientInstance()
|
|
@@ -46,10 +47,11 @@ class AnalyticsService extends CommonHttpService_1.CommonHttpService {
|
|
|
46
47
|
* Get the total number of views a piece of content has.
|
|
47
48
|
*
|
|
48
49
|
* @returns Returns the total number of views for the content.
|
|
49
|
-
* @path
|
|
50
|
+
* @path GET `/wiki/rest/api/analytics/content/{contentId}/views`
|
|
50
51
|
* @scopes-current read:confluence-content.summary
|
|
51
52
|
* @scopes-beta read:analytics.content:confluence
|
|
52
53
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-analytics#api-wiki-rest-api-analytics-content-contentid-views-get
|
|
54
|
+
* @param params
|
|
53
55
|
*/
|
|
54
56
|
this.getViews = ({ contentId, fromDate, }) => {
|
|
55
57
|
return this.getClientInstance()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AnalyticsService.js","sourceRoot":"","sources":["../../../../src/openapi/v1/services/AnalyticsService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,
|
|
1
|
+
{"version":3,"file":"AnalyticsService.js","sourceRoot":"","sources":["../../../../src/openapi/v1/services/AnalyticsService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,gEAAgE;AAChE,oEAAiE;AACjE,wEAAqE;AACrE,wFAAwF;AACxF,MAAa,gBAAiB,SAAQ,qCAAiB;IAAvD;;QACE;;;;;;;;;WASG;QACH,eAAU,GAAG,CAAC,EACZ,SAAS,EACT,QAAQ,GAWT,EASC,EAAE;YACF,OAAO,IAAI,CAAC,iBAAiB,EAAE;iBAC5B,OAAO,CAAC;gBACP,IAAI,EAAE,sDAAsD;gBAC5D,MAAM,EAAE,KAAK;gBACb,UAAU,EAAE;oBACV,SAAS;iBACV;gBACD,KAAK,EAAE;oBACL,QAAQ;iBACT;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,EASzB,CACL;iBACA,IAAI,CACH,iDAAuB,CAAC,SAAS,CAC/B,sCAAsC,CACvC,CACF;iBACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;QACpC,CAAC,CAAC;QACF;;;;;;;;;WASG;QACH,aAAQ,GAAG,CAAC,EACV,SAAS,EACT,QAAQ,GAWT,EASC,EAAE;YACF,OAAO,IAAI,CAAC,iBAAiB,EAAE;iBAC5B,OAAO,CAAC;gBACP,IAAI,EAAE,oDAAoD;gBAC1D,MAAM,EAAE,KAAK;gBACb,UAAU,EAAE;oBACV,SAAS;iBACV;gBACD,KAAK,EAAE;oBACL,QAAQ;iBACT;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,EASzB,CACL;iBACA,IAAI,CACH,iDAAuB,CAAC,SAAS,CAAC,oCAAoC,CAAC,CACxE;iBACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;QACpC,CAAC,CAAC;IAiCJ,CAAC;IAhCW,MAAM,CAAC,UAAU;QACzB,iDAAuB,CAAC,kBAAkB,CACxC,sCAAsC,EACtC,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,OAAC;iBACJ,MAAM,CAAC;gBACN,EAAE,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;gBAC/B,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;aACnC,CAAC;iBACD,QAAQ,CAAC,OAAC,CAAC,OAAO,EAAE,CAAC;SACzB,CAAC;aACD,QAAQ,CAAC,sCAAsC,CAAC,CACpD,CAAC;QACF,iDAAuB,CAAC,kBAAkB,CACxC,oCAAoC,EACpC,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,OAAC;iBACJ,MAAM,CAAC;gBACN,EAAE,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;gBAC/B,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;aACnC,CAAC;iBACD,QAAQ,CAAC,OAAC,CAAC,OAAO,EAAE,CAAC;SACzB,CAAC;aACD,QAAQ,CAAC,oCAAoC,CAAC,CAClD,CAAC;IACJ,CAAC;CACF;AA3KD,4CA2KC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as commonHttpClient from "
|
|
2
|
-
import { CommonHttpService } from "
|
|
1
|
+
import * as commonHttpClient from "../../core/CommonHttpClient";
|
|
2
|
+
import { CommonHttpService } from "../../core/CommonHttpService";
|
|
3
3
|
import { type AuditRecord, type AuditRecordArray, type AuditRecordCreate, type RetentionPeriod } from "../models/audit";
|
|
4
4
|
/** @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-audit */
|
|
5
5
|
export declare class AuditService extends CommonHttpService {
|
|
@@ -10,9 +10,10 @@ export declare class AuditService extends CommonHttpService {
|
|
|
10
10
|
* 'Confluence Administrator' global permission.
|
|
11
11
|
*
|
|
12
12
|
* @returns Returned if the record is created in the audit log.
|
|
13
|
-
* @path
|
|
13
|
+
* @path POST `/wiki/rest/api/audit`
|
|
14
14
|
* @scopes-current read:audit-log:confluence, write:audit-log:confluence
|
|
15
15
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-audit#api-wiki-rest-api-audit-post
|
|
16
|
+
* @param params
|
|
16
17
|
*/
|
|
17
18
|
createAuditRecord: ({ auditRecordCreate, }: {
|
|
18
19
|
/** The record to be created in the audit log. */
|
|
@@ -24,16 +25,18 @@ export declare class AuditService extends CommonHttpService {
|
|
|
24
25
|
* **[Permissions](https://confluence.atlassian.com/x/_AozKw) required**:
|
|
25
26
|
* 'Confluence Administrator' global permission.
|
|
26
27
|
*
|
|
27
|
-
* @returns
|
|
28
|
+
* @returns
|
|
29
|
+
* * status: 200, mediaType: application/zip
|
|
28
30
|
*
|
|
29
31
|
* Returned if the requested export of the audit records is returned.
|
|
30
32
|
*
|
|
31
33
|
* * status: 200, mediaType: text/csv
|
|
32
34
|
*
|
|
33
35
|
* Returned if the requested export of the audit records is returned.
|
|
34
|
-
* @path
|
|
36
|
+
* @path GET `/wiki/rest/api/audit/export`
|
|
35
37
|
* @scopes-current read:audit-log:confluence
|
|
36
38
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-audit#api-wiki-rest-api-audit-export-get
|
|
39
|
+
* @param params
|
|
37
40
|
*/
|
|
38
41
|
exportAuditRecords: ({ startDate, endDate, searchString, format, }?: {
|
|
39
42
|
/**
|
|
@@ -71,9 +74,10 @@ export declare class AuditService extends CommonHttpService {
|
|
|
71
74
|
* 'Confluence Administrator' global permission.
|
|
72
75
|
*
|
|
73
76
|
* @returns Returned if the requested records are returned.
|
|
74
|
-
* @path
|
|
77
|
+
* @path GET `/wiki/rest/api/audit`
|
|
75
78
|
* @scopes-current read:audit-log:confluence
|
|
76
79
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-audit#api-wiki-rest-api-audit-get
|
|
80
|
+
* @param params
|
|
77
81
|
*/
|
|
78
82
|
getAuditRecords: ({ startDate, endDate, searchString, start, limit, }?: {
|
|
79
83
|
/**
|
|
@@ -114,9 +118,10 @@ export declare class AuditService extends CommonHttpService {
|
|
|
114
118
|
* 'Confluence Administrator' global permission.
|
|
115
119
|
*
|
|
116
120
|
* @returns Returned if the requested records are returned.
|
|
117
|
-
* @path
|
|
121
|
+
* @path GET `/wiki/rest/api/audit/since`
|
|
118
122
|
* @scopes-current read:audit-log:confluence
|
|
119
123
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-audit#api-wiki-rest-api-audit-since-get
|
|
124
|
+
* @param params
|
|
120
125
|
*/
|
|
121
126
|
getAuditRecordsForTimePeriod: ({ number, units, searchString, start, limit, }?: {
|
|
122
127
|
/** The number of units for the time period. */
|
|
@@ -145,7 +150,7 @@ export declare class AuditService extends CommonHttpService {
|
|
|
145
150
|
* 'Confluence Administrator' global permission.
|
|
146
151
|
*
|
|
147
152
|
* @returns Returned if the requested retention period is returned.
|
|
148
|
-
* @path
|
|
153
|
+
* @path GET `/wiki/rest/api/audit/retention`
|
|
149
154
|
* @scopes-current read:audit-log:confluence
|
|
150
155
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-audit#api-wiki-rest-api-audit-retention-get
|
|
151
156
|
*/
|
|
@@ -158,9 +163,10 @@ export declare class AuditService extends CommonHttpService {
|
|
|
158
163
|
* 'Confluence Administrator' global permission.
|
|
159
164
|
*
|
|
160
165
|
* @returns Returned if the retention period is updated.
|
|
161
|
-
* @path
|
|
166
|
+
* @path PUT `/wiki/rest/api/audit/retention`
|
|
162
167
|
* @scopes-current write:audit-log:confluence
|
|
163
168
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-audit#api-wiki-rest-api-audit-retention-put
|
|
169
|
+
* @param params
|
|
164
170
|
*/
|
|
165
171
|
setRetentionPeriod: ({ retentionPeriod, }: {
|
|
166
172
|
/** The updated retention period. */
|
|
@@ -5,8 +5,8 @@ exports.AuditService = void 0;
|
|
|
5
5
|
// This file is generated by "api-typescript-generator".
|
|
6
6
|
// To update this file run "yarn build:openapi".
|
|
7
7
|
const zod_1 = require("zod");
|
|
8
|
-
const commonHttpClient = require("
|
|
9
|
-
const CommonHttpService_1 = require("
|
|
8
|
+
const commonHttpClient = require("../../core/CommonHttpClient");
|
|
9
|
+
const CommonHttpService_1 = require("../../core/CommonHttpService");
|
|
10
10
|
const audit_1 = require("../models/audit");
|
|
11
11
|
const validationSchemaStorage_1 = require("../validationSchemaStorage");
|
|
12
12
|
/** @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-audit */
|
|
@@ -20,9 +20,10 @@ class AuditService extends CommonHttpService_1.CommonHttpService {
|
|
|
20
20
|
* 'Confluence Administrator' global permission.
|
|
21
21
|
*
|
|
22
22
|
* @returns Returned if the record is created in the audit log.
|
|
23
|
-
* @path
|
|
23
|
+
* @path POST `/wiki/rest/api/audit`
|
|
24
24
|
* @scopes-current read:audit-log:confluence, write:audit-log:confluence
|
|
25
25
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-audit#api-wiki-rest-api-audit-post
|
|
26
|
+
* @param params
|
|
26
27
|
*/
|
|
27
28
|
this.createAuditRecord = ({ auditRecordCreate, }) => {
|
|
28
29
|
return this.getClientInstance()
|
|
@@ -49,16 +50,18 @@ class AuditService extends CommonHttpService_1.CommonHttpService {
|
|
|
49
50
|
* **[Permissions](https://confluence.atlassian.com/x/_AozKw) required**:
|
|
50
51
|
* 'Confluence Administrator' global permission.
|
|
51
52
|
*
|
|
52
|
-
* @returns
|
|
53
|
+
* @returns
|
|
54
|
+
* * status: 200, mediaType: application/zip
|
|
53
55
|
*
|
|
54
56
|
* Returned if the requested export of the audit records is returned.
|
|
55
57
|
*
|
|
56
58
|
* * status: 200, mediaType: text/csv
|
|
57
59
|
*
|
|
58
60
|
* Returned if the requested export of the audit records is returned.
|
|
59
|
-
* @path
|
|
61
|
+
* @path GET `/wiki/rest/api/audit/export`
|
|
60
62
|
* @scopes-current read:audit-log:confluence
|
|
61
63
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-audit#api-wiki-rest-api-audit-export-get
|
|
64
|
+
* @param params
|
|
62
65
|
*/
|
|
63
66
|
this.exportAuditRecords = ({ startDate, endDate, searchString, format, } = {}) => {
|
|
64
67
|
return this.getClientInstance()
|
|
@@ -92,9 +95,10 @@ class AuditService extends CommonHttpService_1.CommonHttpService {
|
|
|
92
95
|
* 'Confluence Administrator' global permission.
|
|
93
96
|
*
|
|
94
97
|
* @returns Returned if the requested records are returned.
|
|
95
|
-
* @path
|
|
98
|
+
* @path GET `/wiki/rest/api/audit`
|
|
96
99
|
* @scopes-current read:audit-log:confluence
|
|
97
100
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-audit#api-wiki-rest-api-audit-get
|
|
101
|
+
* @param params
|
|
98
102
|
*/
|
|
99
103
|
this.getAuditRecords = ({ startDate, endDate, searchString, start, limit, } = {}) => {
|
|
100
104
|
return this.getClientInstance()
|
|
@@ -131,9 +135,10 @@ class AuditService extends CommonHttpService_1.CommonHttpService {
|
|
|
131
135
|
* 'Confluence Administrator' global permission.
|
|
132
136
|
*
|
|
133
137
|
* @returns Returned if the requested records are returned.
|
|
134
|
-
* @path
|
|
138
|
+
* @path GET `/wiki/rest/api/audit/since`
|
|
135
139
|
* @scopes-current read:audit-log:confluence
|
|
136
140
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-audit#api-wiki-rest-api-audit-since-get
|
|
141
|
+
* @param params
|
|
137
142
|
*/
|
|
138
143
|
this.getAuditRecordsForTimePeriod = ({ number, units, searchString, start, limit, } = {}) => {
|
|
139
144
|
return this.getClientInstance()
|
|
@@ -166,7 +171,7 @@ class AuditService extends CommonHttpService_1.CommonHttpService {
|
|
|
166
171
|
* 'Confluence Administrator' global permission.
|
|
167
172
|
*
|
|
168
173
|
* @returns Returned if the requested retention period is returned.
|
|
169
|
-
* @path
|
|
174
|
+
* @path GET `/wiki/rest/api/audit/retention`
|
|
170
175
|
* @scopes-current read:audit-log:confluence
|
|
171
176
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-audit#api-wiki-rest-api-audit-retention-get
|
|
172
177
|
*/
|
|
@@ -193,9 +198,10 @@ class AuditService extends CommonHttpService_1.CommonHttpService {
|
|
|
193
198
|
* 'Confluence Administrator' global permission.
|
|
194
199
|
*
|
|
195
200
|
* @returns Returned if the retention period is updated.
|
|
196
|
-
* @path
|
|
201
|
+
* @path PUT `/wiki/rest/api/audit/retention`
|
|
197
202
|
* @scopes-current write:audit-log:confluence
|
|
198
203
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-audit#api-wiki-rest-api-audit-retention-put
|
|
204
|
+
* @param params
|
|
199
205
|
*/
|
|
200
206
|
this.setRetentionPeriod = ({ retentionPeriod, }) => {
|
|
201
207
|
return this.getClientInstance()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AuditService.js","sourceRoot":"","sources":["../../../../src/openapi/v1/services/AuditService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,
|
|
1
|
+
{"version":3,"file":"AuditService.js","sourceRoot":"","sources":["../../../../src/openapi/v1/services/AuditService.ts"],"names":[],"mappings":"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"}
|