@resolution/confluence-api-client 0.10.0 → 0.11.0
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 +360 -0
- package/lib/openapi/core/CommonHttpClient.d.ts +19 -19
- package/lib/openapi/core/CommonHttpClient.js +148 -233
- package/lib/openapi/core/CommonHttpClient.js.map +1 -1
- package/lib/openapi/core/CommonHttpService.d.ts +1 -1
- package/lib/openapi/core/CommonHttpService.js.map +1 -1
- package/lib/openapi/core/CommonValidationSchemaStorage.d.ts +4 -4
- package/lib/openapi/core/CommonValidationSchemaStorage.js +2 -4
- package/lib/openapi/core/CommonValidationSchemaStorage.js.map +1 -1
- package/lib/openapi/v1/BaseConfluenceApiV1Client.d.ts +1 -1
- package/lib/openapi/v1/BaseConfluenceApiV1Client.js +3 -3
- package/lib/openapi/v1/BaseConfluenceApiV1Client.js.map +1 -1
- package/lib/openapi/v1/models/audit.d.ts +2 -2
- package/lib/openapi/v1/models/audit.js +31 -90
- package/lib/openapi/v1/models/audit.js.map +1 -1
- package/lib/openapi/v1/models/common.d.ts +2 -2
- package/lib/openapi/v1/models/common.js +188 -463
- package/lib/openapi/v1/models/common.js.map +1 -1
- package/lib/openapi/v1/models/content.d.ts +2 -2
- package/lib/openapi/v1/models/content.js +205 -491
- package/lib/openapi/v1/models/content.js.map +1 -1
- package/lib/openapi/v1/models/contentAttachments.d.ts +1 -1
- package/lib/openapi/v1/models/contentAttachments.js +8 -19
- package/lib/openapi/v1/models/contentAttachments.js.map +1 -1
- package/lib/openapi/v1/models/contentBody.d.ts +2 -2
- package/lib/openapi/v1/models/contentBody.js +20 -59
- package/lib/openapi/v1/models/contentBody.js.map +1 -1
- package/lib/openapi/v1/models/contentChildrenAndDescendants.d.ts +1 -1
- package/lib/openapi/v1/models/contentChildrenAndDescendants.js +16 -40
- package/lib/openapi/v1/models/contentChildrenAndDescendants.js.map +1 -1
- package/lib/openapi/v1/models/contentLabels.d.ts +1 -1
- package/lib/openapi/v1/models/contentLabels.js +2 -7
- package/lib/openapi/v1/models/contentLabels.js.map +1 -1
- package/lib/openapi/v1/models/contentMacroBody.d.ts +1 -1
- package/lib/openapi/v1/models/contentMacroBody.js +4 -10
- package/lib/openapi/v1/models/contentMacroBody.js.map +1 -1
- package/lib/openapi/v1/models/contentPermissions.d.ts +2 -2
- package/lib/openapi/v1/models/contentPermissions.js +10 -22
- package/lib/openapi/v1/models/contentPermissions.js.map +1 -1
- package/lib/openapi/v1/models/contentProperties.d.ts +1 -1
- package/lib/openapi/v1/models/contentProperties.js +25 -71
- package/lib/openapi/v1/models/contentProperties.js.map +1 -1
- package/lib/openapi/v1/models/contentRestrictions.d.ts +2 -2
- package/lib/openapi/v1/models/contentRestrictions.js +17 -57
- package/lib/openapi/v1/models/contentRestrictions.js.map +1 -1
- package/lib/openapi/v1/models/contentStates.d.ts +1 -1
- package/lib/openapi/v1/models/contentStates.js +15 -35
- package/lib/openapi/v1/models/contentStates.js.map +1 -1
- package/lib/openapi/v1/models/contentVersions.d.ts +2 -2
- package/lib/openapi/v1/models/contentVersions.js +9 -20
- package/lib/openapi/v1/models/contentVersions.js.map +1 -1
- package/lib/openapi/v1/models/contentWatches.d.ts +2 -2
- package/lib/openapi/v1/models/contentWatches.js +21 -46
- package/lib/openapi/v1/models/contentWatches.js.map +1 -1
- package/lib/openapi/v1/models/dynamicModules.d.ts +1 -1
- package/lib/openapi/v1/models/dynamicModules.js +6 -15
- 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/group.js +6 -15
- package/lib/openapi/v1/models/group.js.map +1 -1
- package/lib/openapi/v1/models/inlineTasks.d.ts +1 -1
- package/lib/openapi/v1/models/inlineTasks.js +10 -22
- package/lib/openapi/v1/models/inlineTasks.js.map +1 -1
- package/lib/openapi/v1/models/labelInfo.d.ts +1 -1
- package/lib/openapi/v1/models/labelInfo.js +11 -27
- package/lib/openapi/v1/models/labelInfo.js.map +1 -1
- package/lib/openapi/v1/models/longRunningTask.d.ts +2 -2
- package/lib/openapi/v1/models/longRunningTask.js +20 -42
- package/lib/openapi/v1/models/longRunningTask.js.map +1 -1
- package/lib/openapi/v1/models/relation.d.ts +2 -2
- package/lib/openapi/v1/models/relation.js +16 -45
- 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 +15 -34
- package/lib/openapi/v1/models/search.js.map +1 -1
- package/lib/openapi/v1/models/settings.d.ts +2 -2
- package/lib/openapi/v1/models/settings.js +13 -29
- package/lib/openapi/v1/models/settings.js.map +1 -1
- package/lib/openapi/v1/models/space.d.ts +2 -2
- package/lib/openapi/v1/models/space.js +31 -69
- 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/spacePermissions.js +23 -86
- package/lib/openapi/v1/models/spacePermissions.js.map +1 -1
- package/lib/openapi/v1/models/spaceProperties.d.ts +2 -2
- package/lib/openapi/v1/models/spaceProperties.js +26 -71
- package/lib/openapi/v1/models/spaceProperties.js.map +1 -1
- package/lib/openapi/v1/models/spaceSettings.d.ts +1 -1
- package/lib/openapi/v1/models/spaceSettings.js +3 -9
- package/lib/openapi/v1/models/spaceSettings.js.map +1 -1
- package/lib/openapi/v1/models/template.d.ts +2 -2
- package/lib/openapi/v1/models/template.js +45 -103
- package/lib/openapi/v1/models/template.js.map +1 -1
- package/lib/openapi/v1/models/themes.d.ts +1 -1
- package/lib/openapi/v1/models/themes.js +10 -22
- package/lib/openapi/v1/models/themes.js.map +1 -1
- package/lib/openapi/v1/models/userProperties.d.ts +1 -1
- package/lib/openapi/v1/models/userProperties.js +16 -33
- package/lib/openapi/v1/models/userProperties.js.map +1 -1
- package/lib/openapi/v1/models/users.d.ts +2 -2
- package/lib/openapi/v1/models/users.js +25 -57
- package/lib/openapi/v1/models/users.js.map +1 -1
- package/lib/openapi/v1/services/AnalyticsService.d.ts +2 -2
- package/lib/openapi/v1/services/AnalyticsService.js +29 -47
- package/lib/openapi/v1/services/AnalyticsService.js.map +1 -1
- package/lib/openapi/v1/services/AuditService.d.ts +6 -6
- package/lib/openapi/v1/services/AuditService.js +67 -109
- package/lib/openapi/v1/services/AuditService.js.map +1 -1
- package/lib/openapi/v1/services/ContentAttachmentsService.d.ts +7 -7
- package/lib/openapi/v1/services/ContentAttachmentsService.js +72 -109
- package/lib/openapi/v1/services/ContentAttachmentsService.js.map +1 -1
- package/lib/openapi/v1/services/ContentBodyService.d.ts +7 -7
- package/lib/openapi/v1/services/ContentBodyService.js +67 -105
- package/lib/openapi/v1/services/ContentBodyService.js.map +1 -1
- package/lib/openapi/v1/services/ContentChildrenAndDescendantsService.d.ts +9 -9
- package/lib/openapi/v1/services/ContentChildrenAndDescendantsService.js +103 -157
- package/lib/openapi/v1/services/ContentChildrenAndDescendantsService.js.map +1 -1
- package/lib/openapi/v1/services/ContentCommentsService.d.ts +1 -1
- package/lib/openapi/v1/services/ContentCommentsService.js +16 -23
- package/lib/openapi/v1/services/ContentCommentsService.js.map +1 -1
- package/lib/openapi/v1/services/ContentLabelsService.d.ts +4 -4
- package/lib/openapi/v1/services/ContentLabelsService.js +36 -54
- package/lib/openapi/v1/services/ContentLabelsService.js.map +1 -1
- package/lib/openapi/v1/services/ContentMacroBodyService.d.ts +4 -4
- package/lib/openapi/v1/services/ContentMacroBodyService.js +43 -67
- package/lib/openapi/v1/services/ContentMacroBodyService.js.map +1 -1
- package/lib/openapi/v1/services/ContentPermissionsService.d.ts +1 -1
- package/lib/openapi/v1/services/ContentPermissionsService.js +14 -23
- package/lib/openapi/v1/services/ContentPermissionsService.js.map +1 -1
- package/lib/openapi/v1/services/ContentPropertiesService.d.ts +7 -7
- package/lib/openapi/v1/services/ContentPropertiesService.js +73 -112
- package/lib/openapi/v1/services/ContentPropertiesService.js.map +1 -1
- package/lib/openapi/v1/services/ContentRestrictionsService.d.ts +13 -13
- package/lib/openapi/v1/services/ContentRestrictionsService.js +127 -184
- package/lib/openapi/v1/services/ContentRestrictionsService.js.map +1 -1
- package/lib/openapi/v1/services/ContentService.d.ts +12 -12
- package/lib/openapi/v1/services/ContentService.js +137 -205
- package/lib/openapi/v1/services/ContentService.js.map +1 -1
- package/lib/openapi/v1/services/ContentStatesService.d.ts +8 -8
- package/lib/openapi/v1/services/ContentStatesService.js +96 -155
- package/lib/openapi/v1/services/ContentStatesService.js.map +1 -1
- package/lib/openapi/v1/services/ContentVersionsService.d.ts +4 -4
- package/lib/openapi/v1/services/ContentVersionsService.js +53 -79
- package/lib/openapi/v1/services/ContentVersionsService.js.map +1 -1
- package/lib/openapi/v1/services/ContentWatchesService.d.ts +13 -13
- package/lib/openapi/v1/services/ContentWatchesService.js +113 -169
- package/lib/openapi/v1/services/ContentWatchesService.js.map +1 -1
- package/lib/openapi/v1/services/DynamicModulesService.d.ts +2 -2
- package/lib/openapi/v1/services/DynamicModulesService.js +24 -37
- package/lib/openapi/v1/services/DynamicModulesService.js.map +1 -1
- package/lib/openapi/v1/services/ExperimentalService.d.ts +5 -5
- package/lib/openapi/v1/services/ExperimentalService.js +42 -65
- package/lib/openapi/v1/services/ExperimentalService.js.map +1 -1
- package/lib/openapi/v1/services/GroupService.d.ts +10 -10
- package/lib/openapi/v1/services/GroupService.js +76 -117
- package/lib/openapi/v1/services/GroupService.js.map +1 -1
- package/lib/openapi/v1/services/InlineTasksService.d.ts +4 -4
- package/lib/openapi/v1/services/InlineTasksService.js +36 -59
- package/lib/openapi/v1/services/InlineTasksService.js.map +1 -1
- package/lib/openapi/v1/services/LabelInfoService.d.ts +1 -1
- package/lib/openapi/v1/services/LabelInfoService.js +12 -19
- package/lib/openapi/v1/services/LabelInfoService.js.map +1 -1
- package/lib/openapi/v1/services/LongRunningTaskService.d.ts +2 -2
- package/lib/openapi/v1/services/LongRunningTaskService.js +24 -40
- package/lib/openapi/v1/services/LongRunningTaskService.js.map +1 -1
- package/lib/openapi/v1/services/RelationService.d.ts +6 -6
- package/lib/openapi/v1/services/RelationService.js +64 -94
- package/lib/openapi/v1/services/RelationService.js.map +1 -1
- package/lib/openapi/v1/services/SearchService.d.ts +2 -2
- package/lib/openapi/v1/services/SearchService.js +29 -43
- package/lib/openapi/v1/services/SearchService.js.map +1 -1
- package/lib/openapi/v1/services/SettingsService.d.ts +6 -6
- package/lib/openapi/v1/services/SettingsService.js +61 -98
- package/lib/openapi/v1/services/SettingsService.js.map +1 -1
- package/lib/openapi/v1/services/SpacePermissionsService.d.ts +4 -4
- package/lib/openapi/v1/services/SpacePermissionsService.js +25 -38
- package/lib/openapi/v1/services/SpacePermissionsService.js.map +1 -1
- package/lib/openapi/v1/services/SpacePropertiesService.d.ts +7 -7
- package/lib/openapi/v1/services/SpacePropertiesService.js +73 -112
- package/lib/openapi/v1/services/SpacePropertiesService.js.map +1 -1
- package/lib/openapi/v1/services/SpaceService.d.ts +9 -9
- package/lib/openapi/v1/services/SpaceService.js +108 -169
- package/lib/openapi/v1/services/SpaceService.js.map +1 -1
- package/lib/openapi/v1/services/SpaceSettingsService.d.ts +2 -2
- package/lib/openapi/v1/services/SpaceSettingsService.js +24 -38
- package/lib/openapi/v1/services/SpaceSettingsService.js.map +1 -1
- package/lib/openapi/v1/services/TemplateService.d.ts +7 -7
- package/lib/openapi/v1/services/TemplateService.js +67 -104
- package/lib/openapi/v1/services/TemplateService.js.map +1 -1
- package/lib/openapi/v1/services/ThemesService.d.ts +5 -5
- package/lib/openapi/v1/services/ThemesService.js +61 -101
- package/lib/openapi/v1/services/ThemesService.js.map +1 -1
- package/lib/openapi/v1/services/UserPropertiesService.d.ts +6 -6
- package/lib/openapi/v1/services/UserPropertiesService.js +42 -64
- package/lib/openapi/v1/services/UserPropertiesService.js.map +1 -1
- package/lib/openapi/v1/services/UsersService.d.ts +9 -9
- package/lib/openapi/v1/services/UsersService.js +94 -146
- package/lib/openapi/v1/services/UsersService.js.map +1 -1
- package/lib/openapi/v1/validationSchemaStorage.d.ts +2 -2
- package/lib/openapi/v1/validationSchemaStorage.js +12 -22
- package/lib/openapi/v1/validationSchemaStorage.js.map +1 -1
- package/lib/openapi/v2/BaseConfluenceApiV2Client.d.ts +1 -1
- 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/ancestors.js +4 -12
- package/lib/openapi/v2/models/ancestors.js.map +1 -1
- package/lib/openapi/v2/models/attachment.d.ts +2 -2
- package/lib/openapi/v2/models/attachment.js +26 -71
- package/lib/openapi/v2/models/attachment.js.map +1 -1
- package/lib/openapi/v2/models/blogPost.d.ts +2 -2
- package/lib/openapi/v2/models/blogPost.js +37 -102
- package/lib/openapi/v2/models/blogPost.js.map +1 -1
- package/lib/openapi/v2/models/children.d.ts +1 -1
- package/lib/openapi/v2/models/children.js +9 -24
- package/lib/openapi/v2/models/children.js.map +1 -1
- package/lib/openapi/v2/models/classificationLevel.d.ts +1 -1
- package/lib/openapi/v2/models/classificationLevel.js +6 -32
- package/lib/openapi/v2/models/classificationLevel.js.map +1 -1
- package/lib/openapi/v2/models/comment.d.ts +2 -2
- package/lib/openapi/v2/models/comment.js +107 -272
- package/lib/openapi/v2/models/comment.js.map +1 -1
- package/lib/openapi/v2/models/common.d.ts +1 -1
- package/lib/openapi/v2/models/common.js +84 -214
- package/lib/openapi/v2/models/common.js.map +1 -1
- package/lib/openapi/v2/models/content.d.ts +1 -1
- package/lib/openapi/v2/models/content.js +3 -21
- package/lib/openapi/v2/models/content.js.map +1 -1
- package/lib/openapi/v2/models/contentProperties.d.ts +1 -1
- package/lib/openapi/v2/models/contentProperties.js +8 -20
- package/lib/openapi/v2/models/contentProperties.js.map +1 -1
- package/lib/openapi/v2/models/customContent.d.ts +2 -2
- package/lib/openapi/v2/models/customContent.js +43 -121
- package/lib/openapi/v2/models/customContent.js.map +1 -1
- package/lib/openapi/v2/models/dataPolicies.d.ts +1 -1
- package/lib/openapi/v2/models/dataPolicies.js +11 -25
- package/lib/openapi/v2/models/dataPolicies.js.map +1 -1
- package/lib/openapi/v2/models/database.d.ts +1 -1
- package/lib/openapi/v2/models/database.js +8 -19
- package/lib/openapi/v2/models/database.js.map +1 -1
- package/lib/openapi/v2/models/eap.d.ts +1 -1
- package/lib/openapi/v2/models/eap.js +0 -3
- package/lib/openapi/v2/models/eap.js.map +1 -1
- package/lib/openapi/v2/models/folder.d.ts +1 -1
- package/lib/openapi/v2/models/folder.js +8 -19
- package/lib/openapi/v2/models/folder.js.map +1 -1
- package/lib/openapi/v2/models/operation.d.ts +1 -1
- package/lib/openapi/v2/models/operation.js +4 -12
- package/lib/openapi/v2/models/operation.js.map +1 -1
- package/lib/openapi/v2/models/page.d.ts +2 -2
- package/lib/openapi/v2/models/page.js +36 -101
- package/lib/openapi/v2/models/page.js.map +1 -1
- package/lib/openapi/v2/models/smartLink.d.ts +1 -1
- package/lib/openapi/v2/models/smartLink.js +8 -19
- package/lib/openapi/v2/models/smartLink.js.map +1 -1
- package/lib/openapi/v2/models/space.d.ts +2 -2
- package/lib/openapi/v2/models/space.js +21 -57
- package/lib/openapi/v2/models/space.js.map +1 -1
- package/lib/openapi/v2/models/spaceProperties.d.ts +1 -1
- package/lib/openapi/v2/models/spaceProperties.js +8 -20
- package/lib/openapi/v2/models/spaceProperties.js.map +1 -1
- package/lib/openapi/v2/models/task.d.ts +1 -1
- package/lib/openapi/v2/models/task.js +7 -16
- package/lib/openapi/v2/models/task.js.map +1 -1
- package/lib/openapi/v2/models/user.d.ts +1 -1
- package/lib/openapi/v2/models/user.js +7 -20
- package/lib/openapi/v2/models/user.js.map +1 -1
- package/lib/openapi/v2/models/version.d.ts +1 -1
- package/lib/openapi/v2/models/version.js +22 -46
- package/lib/openapi/v2/models/version.js.map +1 -1
- package/lib/openapi/v2/models/whiteboard.d.ts +1 -1
- package/lib/openapi/v2/models/whiteboard.js +8 -19
- package/lib/openapi/v2/models/whiteboard.js.map +1 -1
- package/lib/openapi/v2/services/AncestorsService.d.ts +5 -5
- package/lib/openapi/v2/services/AncestorsService.js +73 -133
- package/lib/openapi/v2/services/AncestorsService.js.map +1 -1
- package/lib/openapi/v2/services/AttachmentService.d.ts +8 -8
- package/lib/openapi/v2/services/AttachmentService.js +98 -180
- package/lib/openapi/v2/services/AttachmentService.js.map +1 -1
- package/lib/openapi/v2/services/BlogPostService.d.ts +9 -9
- package/lib/openapi/v2/services/BlogPostService.js +100 -180
- package/lib/openapi/v2/services/BlogPostService.js.map +1 -1
- package/lib/openapi/v2/services/ChildrenService.d.ts +2 -2
- package/lib/openapi/v2/services/ChildrenService.js +32 -61
- package/lib/openapi/v2/services/ChildrenService.js.map +1 -1
- package/lib/openapi/v2/services/ClassificationLevelService.d.ts +15 -15
- package/lib/openapi/v2/services/ClassificationLevelService.js +127 -191
- package/lib/openapi/v2/services/ClassificationLevelService.js.map +1 -1
- package/lib/openapi/v2/services/CommentService.d.ts +20 -20
- package/lib/openapi/v2/services/CommentService.js +250 -454
- package/lib/openapi/v2/services/CommentService.js.map +1 -1
- package/lib/openapi/v2/services/ContentPropertiesService.d.ts +46 -46
- package/lib/openapi/v2/services/ContentPropertiesService.js +496 -820
- package/lib/openapi/v2/services/ContentPropertiesService.js.map +1 -1
- package/lib/openapi/v2/services/ContentService.d.ts +1 -1
- package/lib/openapi/v2/services/ContentService.js +12 -19
- package/lib/openapi/v2/services/ContentService.js.map +1 -1
- package/lib/openapi/v2/services/CustomContentService.d.ts +9 -9
- package/lib/openapi/v2/services/CustomContentService.js +114 -207
- package/lib/openapi/v2/services/CustomContentService.js.map +1 -1
- package/lib/openapi/v2/services/DataPoliciesService.d.ts +2 -2
- package/lib/openapi/v2/services/DataPoliciesService.js +25 -48
- package/lib/openapi/v2/services/DataPoliciesService.js.map +1 -1
- package/lib/openapi/v2/services/DatabaseService.d.ts +3 -3
- package/lib/openapi/v2/services/DatabaseService.js +37 -63
- package/lib/openapi/v2/services/DatabaseService.js.map +1 -1
- package/lib/openapi/v2/services/EapService.d.ts +7 -7
- package/lib/openapi/v2/services/EapService.js +89 -165
- package/lib/openapi/v2/services/EapService.js.map +1 -1
- package/lib/openapi/v2/services/FolderService.d.ts +3 -3
- package/lib/openapi/v2/services/FolderService.js +36 -62
- package/lib/openapi/v2/services/FolderService.js.map +1 -1
- package/lib/openapi/v2/services/LabelService.d.ts +7 -7
- package/lib/openapi/v2/services/LabelService.js +105 -196
- package/lib/openapi/v2/services/LabelService.js.map +1 -1
- package/lib/openapi/v2/services/LikeService.d.ts +8 -8
- package/lib/openapi/v2/services/LikeService.js +109 -189
- package/lib/openapi/v2/services/LikeService.js.map +1 -1
- package/lib/openapi/v2/services/OperationService.d.ts +11 -11
- package/lib/openapi/v2/services/OperationService.js +122 -199
- package/lib/openapi/v2/services/OperationService.js.map +1 -1
- package/lib/openapi/v2/services/PageService.d.ts +9 -9
- package/lib/openapi/v2/services/PageService.js +100 -180
- package/lib/openapi/v2/services/PageService.js.map +1 -1
- package/lib/openapi/v2/services/SmartLinkService.d.ts +3 -3
- package/lib/openapi/v2/services/SmartLinkService.js +36 -62
- package/lib/openapi/v2/services/SmartLinkService.js.map +1 -1
- package/lib/openapi/v2/services/SpacePermissionsService.d.ts +3 -3
- package/lib/openapi/v2/services/SpacePermissionsService.js +30 -56
- package/lib/openapi/v2/services/SpacePermissionsService.js.map +1 -1
- package/lib/openapi/v2/services/SpacePropertiesService.d.ts +6 -6
- package/lib/openapi/v2/services/SpacePropertiesService.js +56 -92
- package/lib/openapi/v2/services/SpacePropertiesService.js.map +1 -1
- package/lib/openapi/v2/services/SpaceRolesService.d.ts +5 -5
- package/lib/openapi/v2/services/SpaceRolesService.js +60 -111
- package/lib/openapi/v2/services/SpaceRolesService.js.map +1 -1
- package/lib/openapi/v2/services/SpaceService.d.ts +4 -4
- package/lib/openapi/v2/services/SpaceService.js +47 -87
- package/lib/openapi/v2/services/SpaceService.js.map +1 -1
- package/lib/openapi/v2/services/TaskService.d.ts +4 -4
- package/lib/openapi/v2/services/TaskService.js +40 -68
- package/lib/openapi/v2/services/TaskService.js.map +1 -1
- package/lib/openapi/v2/services/UserService.d.ts +3 -3
- package/lib/openapi/v2/services/UserService.js +33 -58
- package/lib/openapi/v2/services/UserService.js.map +1 -1
- package/lib/openapi/v2/services/VersionService.d.ts +14 -14
- package/lib/openapi/v2/services/VersionService.js +158 -281
- package/lib/openapi/v2/services/VersionService.js.map +1 -1
- package/lib/openapi/v2/services/WhiteboardService.d.ts +3 -3
- package/lib/openapi/v2/services/WhiteboardService.js +37 -63
- package/lib/openapi/v2/services/WhiteboardService.js.map +1 -1
- package/lib/openapi/v2/validationSchemaStorage.d.ts +2 -2
- package/lib/openapi/v2/validationSchemaStorage.js +12 -22
- package/lib/openapi/v2/validationSchemaStorage.js.map +1 -1
- package/package.json +3 -3
|
@@ -4,11 +4,11 @@ exports.ClassificationLevelService = void 0;
|
|
|
4
4
|
// DO NOT EDIT!
|
|
5
5
|
// This file is generated by "api-typescript-generator".
|
|
6
6
|
// To update this file run "yarn build:openapi".
|
|
7
|
-
const zod_1 = require("zod");
|
|
8
7
|
const commonHttpClient = require("../../core/CommonHttpClient");
|
|
9
8
|
const CommonHttpService_1 = require("../../core/CommonHttpService");
|
|
10
9
|
const classificationLevel_1 = require("../models/classificationLevel");
|
|
11
10
|
const validationSchemaStorage_1 = require("../validationSchemaStorage");
|
|
11
|
+
const zod_1 = require("zod");
|
|
12
12
|
/**
|
|
13
13
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-classification-level
|
|
14
14
|
* @category Services
|
|
@@ -30,16 +30,14 @@ class ClassificationLevelService extends CommonHttpService_1.CommonHttpService {
|
|
|
30
30
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-classification-level#api-spaces-id-classification-level-default-delete
|
|
31
31
|
* @param params
|
|
32
32
|
*/
|
|
33
|
-
this.deleteSpaceDefaultClassificationLevel = ({ id
|
|
34
|
-
return this.getClientInstance()
|
|
35
|
-
.request({
|
|
33
|
+
this.deleteSpaceDefaultClassificationLevel = ({ id }) => {
|
|
34
|
+
return this.getClientInstance().request({
|
|
36
35
|
path: "/spaces/{id}/classification-level/default",
|
|
37
36
|
method: "DELETE",
|
|
38
37
|
pathParams: {
|
|
39
|
-
id
|
|
40
|
-
}
|
|
41
|
-
})
|
|
42
|
-
.then(commonHttpClient.discardResult);
|
|
38
|
+
id
|
|
39
|
+
}
|
|
40
|
+
}).then(commonHttpClient.discardResult);
|
|
43
41
|
};
|
|
44
42
|
/**
|
|
45
43
|
* Returns the [classification
|
|
@@ -58,26 +56,21 @@ class ClassificationLevelService extends CommonHttpService_1.CommonHttpService {
|
|
|
58
56
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-classification-level#api-blogposts-id-classification-level-get
|
|
59
57
|
* @param params
|
|
60
58
|
*/
|
|
61
|
-
this.getBlogPostClassificationLevel = ({ id, status
|
|
62
|
-
return this.getClientInstance()
|
|
63
|
-
.request({
|
|
59
|
+
this.getBlogPostClassificationLevel = ({ id, status }) => {
|
|
60
|
+
return this.getClientInstance().request({
|
|
64
61
|
path: "/blogposts/{id}/classification-level",
|
|
65
62
|
method: "GET",
|
|
66
63
|
pathParams: {
|
|
67
|
-
id
|
|
64
|
+
id
|
|
68
65
|
},
|
|
69
66
|
query: {
|
|
70
|
-
status
|
|
71
|
-
}
|
|
72
|
-
})
|
|
73
|
-
.then(this.getClientInstance().responseHandler({
|
|
67
|
+
status
|
|
68
|
+
}
|
|
69
|
+
}).then(this.getClientInstance().responseHandler({
|
|
74
70
|
200: {
|
|
75
|
-
"application/json": "json"
|
|
76
|
-
}
|
|
77
|
-
}))
|
|
78
|
-
.then(commonHttpClient.castResponse())
|
|
79
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("ClassificationLevelService.getBlogPostClassificationLevel.response")))
|
|
80
|
-
.then(commonHttpClient.getBody);
|
|
71
|
+
"application/json": "json"
|
|
72
|
+
}
|
|
73
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("ClassificationLevelService.getBlogPostClassificationLevel.response"))).then(commonHttpClient.getBody);
|
|
81
74
|
};
|
|
82
75
|
/**
|
|
83
76
|
* Returns a list of [classification
|
|
@@ -93,19 +86,14 @@ class ClassificationLevelService extends CommonHttpService_1.CommonHttpService {
|
|
|
93
86
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-classification-level#api-classification-levels-get
|
|
94
87
|
*/
|
|
95
88
|
this.getClassificationLevels = () => {
|
|
96
|
-
return this.getClientInstance()
|
|
97
|
-
.request({
|
|
89
|
+
return this.getClientInstance().request({
|
|
98
90
|
path: "/classification-levels",
|
|
99
|
-
method: "GET"
|
|
100
|
-
})
|
|
101
|
-
.then(this.getClientInstance().responseHandler({
|
|
91
|
+
method: "GET"
|
|
92
|
+
}).then(this.getClientInstance().responseHandler({
|
|
102
93
|
200: {
|
|
103
|
-
"application/json": "json"
|
|
104
|
-
}
|
|
105
|
-
}))
|
|
106
|
-
.then(commonHttpClient.castResponse())
|
|
107
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("ClassificationLevelService.getClassificationLevels.response")))
|
|
108
|
-
.then(commonHttpClient.getBody);
|
|
94
|
+
"application/json": "json"
|
|
95
|
+
}
|
|
96
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("ClassificationLevelService.getClassificationLevels.response"))).then(commonHttpClient.getBody);
|
|
109
97
|
};
|
|
110
98
|
/**
|
|
111
99
|
* Returns the [classification
|
|
@@ -122,23 +110,18 @@ class ClassificationLevelService extends CommonHttpService_1.CommonHttpService {
|
|
|
122
110
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-classification-level#api-databases-id-classification-level-get
|
|
123
111
|
* @param params
|
|
124
112
|
*/
|
|
125
|
-
this.getDatabaseClassificationLevel = ({ id
|
|
126
|
-
return this.getClientInstance()
|
|
127
|
-
.request({
|
|
113
|
+
this.getDatabaseClassificationLevel = ({ id }) => {
|
|
114
|
+
return this.getClientInstance().request({
|
|
128
115
|
path: "/databases/{id}/classification-level",
|
|
129
116
|
method: "GET",
|
|
130
117
|
pathParams: {
|
|
131
|
-
id
|
|
132
|
-
}
|
|
133
|
-
})
|
|
134
|
-
.then(this.getClientInstance().responseHandler({
|
|
118
|
+
id
|
|
119
|
+
}
|
|
120
|
+
}).then(this.getClientInstance().responseHandler({
|
|
135
121
|
200: {
|
|
136
|
-
"application/json": "json"
|
|
137
|
-
}
|
|
138
|
-
}))
|
|
139
|
-
.then(commonHttpClient.castResponse())
|
|
140
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("ClassificationLevelService.getDatabaseClassificationLevel.response")))
|
|
141
|
-
.then(commonHttpClient.getBody);
|
|
122
|
+
"application/json": "json"
|
|
123
|
+
}
|
|
124
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("ClassificationLevelService.getDatabaseClassificationLevel.response"))).then(commonHttpClient.getBody);
|
|
142
125
|
};
|
|
143
126
|
/**
|
|
144
127
|
* Returns the [classification
|
|
@@ -157,26 +140,21 @@ class ClassificationLevelService extends CommonHttpService_1.CommonHttpService {
|
|
|
157
140
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-classification-level#api-pages-id-classification-level-get
|
|
158
141
|
* @param params
|
|
159
142
|
*/
|
|
160
|
-
this.getPageClassificationLevel = ({ id, status
|
|
161
|
-
return this.getClientInstance()
|
|
162
|
-
.request({
|
|
143
|
+
this.getPageClassificationLevel = ({ id, status }) => {
|
|
144
|
+
return this.getClientInstance().request({
|
|
163
145
|
path: "/pages/{id}/classification-level",
|
|
164
146
|
method: "GET",
|
|
165
147
|
pathParams: {
|
|
166
|
-
id
|
|
148
|
+
id
|
|
167
149
|
},
|
|
168
150
|
query: {
|
|
169
|
-
status
|
|
170
|
-
}
|
|
171
|
-
})
|
|
172
|
-
.then(this.getClientInstance().responseHandler({
|
|
151
|
+
status
|
|
152
|
+
}
|
|
153
|
+
}).then(this.getClientInstance().responseHandler({
|
|
173
154
|
200: {
|
|
174
|
-
"application/json": "json"
|
|
175
|
-
}
|
|
176
|
-
}))
|
|
177
|
-
.then(commonHttpClient.castResponse())
|
|
178
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("ClassificationLevelService.getPageClassificationLevel.response")))
|
|
179
|
-
.then(commonHttpClient.getBody);
|
|
155
|
+
"application/json": "json"
|
|
156
|
+
}
|
|
157
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("ClassificationLevelService.getPageClassificationLevel.response"))).then(commonHttpClient.getBody);
|
|
180
158
|
};
|
|
181
159
|
/**
|
|
182
160
|
* Returns the [default classification
|
|
@@ -193,23 +171,18 @@ class ClassificationLevelService extends CommonHttpService_1.CommonHttpService {
|
|
|
193
171
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-classification-level#api-spaces-id-classification-level-default-get
|
|
194
172
|
* @param params
|
|
195
173
|
*/
|
|
196
|
-
this.getSpaceDefaultClassificationLevel = ({ id
|
|
197
|
-
return this.getClientInstance()
|
|
198
|
-
.request({
|
|
174
|
+
this.getSpaceDefaultClassificationLevel = ({ id }) => {
|
|
175
|
+
return this.getClientInstance().request({
|
|
199
176
|
path: "/spaces/{id}/classification-level/default",
|
|
200
177
|
method: "GET",
|
|
201
178
|
pathParams: {
|
|
202
|
-
id
|
|
203
|
-
}
|
|
204
|
-
})
|
|
205
|
-
.then(this.getClientInstance().responseHandler({
|
|
179
|
+
id
|
|
180
|
+
}
|
|
181
|
+
}).then(this.getClientInstance().responseHandler({
|
|
206
182
|
200: {
|
|
207
|
-
"application/json": "json"
|
|
208
|
-
}
|
|
209
|
-
}))
|
|
210
|
-
.then(commonHttpClient.castResponse())
|
|
211
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("ClassificationLevelService.getSpaceDefaultClassificationLevel.response")))
|
|
212
|
-
.then(commonHttpClient.getBody);
|
|
183
|
+
"application/json": "json"
|
|
184
|
+
}
|
|
185
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("ClassificationLevelService.getSpaceDefaultClassificationLevel.response"))).then(commonHttpClient.getBody);
|
|
213
186
|
};
|
|
214
187
|
/**
|
|
215
188
|
* Returns the [classification
|
|
@@ -226,23 +199,18 @@ class ClassificationLevelService extends CommonHttpService_1.CommonHttpService {
|
|
|
226
199
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-classification-level#api-whiteboards-id-classification-level-get
|
|
227
200
|
* @param params
|
|
228
201
|
*/
|
|
229
|
-
this.getWhiteboardClassificationLevel = ({ id
|
|
230
|
-
return this.getClientInstance()
|
|
231
|
-
.request({
|
|
202
|
+
this.getWhiteboardClassificationLevel = ({ id }) => {
|
|
203
|
+
return this.getClientInstance().request({
|
|
232
204
|
path: "/whiteboards/{id}/classification-level",
|
|
233
205
|
method: "GET",
|
|
234
206
|
pathParams: {
|
|
235
|
-
id
|
|
236
|
-
}
|
|
237
|
-
})
|
|
238
|
-
.then(this.getClientInstance().responseHandler({
|
|
207
|
+
id
|
|
208
|
+
}
|
|
209
|
+
}).then(this.getClientInstance().responseHandler({
|
|
239
210
|
200: {
|
|
240
|
-
"application/json": "json"
|
|
241
|
-
}
|
|
242
|
-
}))
|
|
243
|
-
.then(commonHttpClient.castResponse())
|
|
244
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("ClassificationLevelService.getWhiteboardClassificationLevel.response")))
|
|
245
|
-
.then(commonHttpClient.getBody);
|
|
211
|
+
"application/json": "json"
|
|
212
|
+
}
|
|
213
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("ClassificationLevelService.getWhiteboardClassificationLevel.response"))).then(commonHttpClient.getBody);
|
|
246
214
|
};
|
|
247
215
|
/**
|
|
248
216
|
* Resets the [classification
|
|
@@ -260,20 +228,18 @@ class ClassificationLevelService extends CommonHttpService_1.CommonHttpService {
|
|
|
260
228
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-classification-level#api-blogposts-id-classification-level-reset-post
|
|
261
229
|
* @param params
|
|
262
230
|
*/
|
|
263
|
-
this.postBlogPostClassificationLevel = ({ id, requestBody
|
|
264
|
-
return this.getClientInstance()
|
|
265
|
-
.request({
|
|
231
|
+
this.postBlogPostClassificationLevel = ({ id, requestBody }) => {
|
|
232
|
+
return this.getClientInstance().request({
|
|
266
233
|
path: "/blogposts/{id}/classification-level/reset",
|
|
267
234
|
method: "POST",
|
|
268
235
|
pathParams: {
|
|
269
|
-
id
|
|
236
|
+
id
|
|
270
237
|
},
|
|
271
238
|
headers: {
|
|
272
|
-
"Content-Type": "application/json"
|
|
239
|
+
"Content-Type": "application/json"
|
|
273
240
|
},
|
|
274
|
-
body: requestBody
|
|
275
|
-
})
|
|
276
|
-
.then(commonHttpClient.discardResult);
|
|
241
|
+
body: requestBody
|
|
242
|
+
}).then(commonHttpClient.discardResult);
|
|
277
243
|
};
|
|
278
244
|
/**
|
|
279
245
|
* Resets the [classification
|
|
@@ -291,20 +257,18 @@ class ClassificationLevelService extends CommonHttpService_1.CommonHttpService {
|
|
|
291
257
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-classification-level#api-databases-id-classification-level-reset-post
|
|
292
258
|
* @param params
|
|
293
259
|
*/
|
|
294
|
-
this.postDatabaseClassificationLevel = ({ id, requestBody
|
|
295
|
-
return this.getClientInstance()
|
|
296
|
-
.request({
|
|
260
|
+
this.postDatabaseClassificationLevel = ({ id, requestBody }) => {
|
|
261
|
+
return this.getClientInstance().request({
|
|
297
262
|
path: "/databases/{id}/classification-level/reset",
|
|
298
263
|
method: "POST",
|
|
299
264
|
pathParams: {
|
|
300
|
-
id
|
|
265
|
+
id
|
|
301
266
|
},
|
|
302
267
|
headers: {
|
|
303
|
-
"Content-Type": "application/json"
|
|
268
|
+
"Content-Type": "application/json"
|
|
304
269
|
},
|
|
305
|
-
body: requestBody
|
|
306
|
-
})
|
|
307
|
-
.then(commonHttpClient.discardResult);
|
|
270
|
+
body: requestBody
|
|
271
|
+
}).then(commonHttpClient.discardResult);
|
|
308
272
|
};
|
|
309
273
|
/**
|
|
310
274
|
* Resets the [classification
|
|
@@ -322,20 +286,18 @@ class ClassificationLevelService extends CommonHttpService_1.CommonHttpService {
|
|
|
322
286
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-classification-level#api-pages-id-classification-level-reset-post
|
|
323
287
|
* @param params
|
|
324
288
|
*/
|
|
325
|
-
this.postPageClassificationLevel = ({ id, requestBody
|
|
326
|
-
return this.getClientInstance()
|
|
327
|
-
.request({
|
|
289
|
+
this.postPageClassificationLevel = ({ id, requestBody }) => {
|
|
290
|
+
return this.getClientInstance().request({
|
|
328
291
|
path: "/pages/{id}/classification-level/reset",
|
|
329
292
|
method: "POST",
|
|
330
293
|
pathParams: {
|
|
331
|
-
id
|
|
294
|
+
id
|
|
332
295
|
},
|
|
333
296
|
headers: {
|
|
334
|
-
"Content-Type": "application/json"
|
|
297
|
+
"Content-Type": "application/json"
|
|
335
298
|
},
|
|
336
|
-
body: requestBody
|
|
337
|
-
})
|
|
338
|
-
.then(commonHttpClient.discardResult);
|
|
299
|
+
body: requestBody
|
|
300
|
+
}).then(commonHttpClient.discardResult);
|
|
339
301
|
};
|
|
340
302
|
/**
|
|
341
303
|
* Resets the [classification
|
|
@@ -353,20 +315,18 @@ class ClassificationLevelService extends CommonHttpService_1.CommonHttpService {
|
|
|
353
315
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-classification-level#api-whiteboards-id-classification-level-reset-post
|
|
354
316
|
* @param params
|
|
355
317
|
*/
|
|
356
|
-
this.postWhiteboardClassificationLevel = ({ id, requestBody
|
|
357
|
-
return this.getClientInstance()
|
|
358
|
-
.request({
|
|
318
|
+
this.postWhiteboardClassificationLevel = ({ id, requestBody }) => {
|
|
319
|
+
return this.getClientInstance().request({
|
|
359
320
|
path: "/whiteboards/{id}/classification-level/reset",
|
|
360
321
|
method: "POST",
|
|
361
322
|
pathParams: {
|
|
362
|
-
id
|
|
323
|
+
id
|
|
363
324
|
},
|
|
364
325
|
headers: {
|
|
365
|
-
"Content-Type": "application/json"
|
|
326
|
+
"Content-Type": "application/json"
|
|
366
327
|
},
|
|
367
|
-
body: requestBody
|
|
368
|
-
})
|
|
369
|
-
.then(commonHttpClient.discardResult);
|
|
328
|
+
body: requestBody
|
|
329
|
+
}).then(commonHttpClient.discardResult);
|
|
370
330
|
};
|
|
371
331
|
/**
|
|
372
332
|
* Updates the [classification
|
|
@@ -382,20 +342,18 @@ class ClassificationLevelService extends CommonHttpService_1.CommonHttpService {
|
|
|
382
342
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-classification-level#api-blogposts-id-classification-level-put
|
|
383
343
|
* @param params
|
|
384
344
|
*/
|
|
385
|
-
this.putBlogPostClassificationLevel = ({ id, requestBody
|
|
386
|
-
return this.getClientInstance()
|
|
387
|
-
.request({
|
|
345
|
+
this.putBlogPostClassificationLevel = ({ id, requestBody }) => {
|
|
346
|
+
return this.getClientInstance().request({
|
|
388
347
|
path: "/blogposts/{id}/classification-level",
|
|
389
348
|
method: "PUT",
|
|
390
349
|
pathParams: {
|
|
391
|
-
id
|
|
350
|
+
id
|
|
392
351
|
},
|
|
393
352
|
headers: {
|
|
394
|
-
"Content-Type": "application/json"
|
|
353
|
+
"Content-Type": "application/json"
|
|
395
354
|
},
|
|
396
|
-
body: requestBody
|
|
397
|
-
})
|
|
398
|
-
.then(commonHttpClient.discardResult);
|
|
355
|
+
body: requestBody
|
|
356
|
+
}).then(commonHttpClient.discardResult);
|
|
399
357
|
};
|
|
400
358
|
/**
|
|
401
359
|
* Updates the [classification
|
|
@@ -411,20 +369,18 @@ class ClassificationLevelService extends CommonHttpService_1.CommonHttpService {
|
|
|
411
369
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-classification-level#api-databases-id-classification-level-put
|
|
412
370
|
* @param params
|
|
413
371
|
*/
|
|
414
|
-
this.putDatabaseClassificationLevel = ({ id, requestBody
|
|
415
|
-
return this.getClientInstance()
|
|
416
|
-
.request({
|
|
372
|
+
this.putDatabaseClassificationLevel = ({ id, requestBody }) => {
|
|
373
|
+
return this.getClientInstance().request({
|
|
417
374
|
path: "/databases/{id}/classification-level",
|
|
418
375
|
method: "PUT",
|
|
419
376
|
pathParams: {
|
|
420
|
-
id
|
|
377
|
+
id
|
|
421
378
|
},
|
|
422
379
|
headers: {
|
|
423
|
-
"Content-Type": "application/json"
|
|
380
|
+
"Content-Type": "application/json"
|
|
424
381
|
},
|
|
425
|
-
body: requestBody
|
|
426
|
-
})
|
|
427
|
-
.then(commonHttpClient.discardResult);
|
|
382
|
+
body: requestBody
|
|
383
|
+
}).then(commonHttpClient.discardResult);
|
|
428
384
|
};
|
|
429
385
|
/**
|
|
430
386
|
* Updates the [classification
|
|
@@ -440,20 +396,18 @@ class ClassificationLevelService extends CommonHttpService_1.CommonHttpService {
|
|
|
440
396
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-classification-level#api-pages-id-classification-level-put
|
|
441
397
|
* @param params
|
|
442
398
|
*/
|
|
443
|
-
this.putPageClassificationLevel = ({ id, requestBody
|
|
444
|
-
return this.getClientInstance()
|
|
445
|
-
.request({
|
|
399
|
+
this.putPageClassificationLevel = ({ id, requestBody }) => {
|
|
400
|
+
return this.getClientInstance().request({
|
|
446
401
|
path: "/pages/{id}/classification-level",
|
|
447
402
|
method: "PUT",
|
|
448
403
|
pathParams: {
|
|
449
|
-
id
|
|
404
|
+
id
|
|
450
405
|
},
|
|
451
406
|
headers: {
|
|
452
|
-
"Content-Type": "application/json"
|
|
407
|
+
"Content-Type": "application/json"
|
|
453
408
|
},
|
|
454
|
-
body: requestBody
|
|
455
|
-
})
|
|
456
|
-
.then(commonHttpClient.discardResult);
|
|
409
|
+
body: requestBody
|
|
410
|
+
}).then(commonHttpClient.discardResult);
|
|
457
411
|
};
|
|
458
412
|
/**
|
|
459
413
|
* Update the [default classification
|
|
@@ -469,20 +423,18 @@ class ClassificationLevelService extends CommonHttpService_1.CommonHttpService {
|
|
|
469
423
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-classification-level#api-spaces-id-classification-level-default-put
|
|
470
424
|
* @param params
|
|
471
425
|
*/
|
|
472
|
-
this.putSpaceDefaultClassificationLevel = ({ id, requestBody
|
|
473
|
-
return this.getClientInstance()
|
|
474
|
-
.request({
|
|
426
|
+
this.putSpaceDefaultClassificationLevel = ({ id, requestBody }) => {
|
|
427
|
+
return this.getClientInstance().request({
|
|
475
428
|
path: "/spaces/{id}/classification-level/default",
|
|
476
429
|
method: "PUT",
|
|
477
430
|
pathParams: {
|
|
478
|
-
id
|
|
431
|
+
id
|
|
479
432
|
},
|
|
480
433
|
headers: {
|
|
481
|
-
"Content-Type": "application/json"
|
|
434
|
+
"Content-Type": "application/json"
|
|
482
435
|
},
|
|
483
|
-
body: requestBody
|
|
484
|
-
})
|
|
485
|
-
.then(commonHttpClient.discardResult);
|
|
436
|
+
body: requestBody
|
|
437
|
+
}).then(commonHttpClient.discardResult);
|
|
486
438
|
};
|
|
487
439
|
/**
|
|
488
440
|
* Updates the [classification
|
|
@@ -498,68 +450,52 @@ class ClassificationLevelService extends CommonHttpService_1.CommonHttpService {
|
|
|
498
450
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-classification-level#api-whiteboards-id-classification-level-put
|
|
499
451
|
* @param params
|
|
500
452
|
*/
|
|
501
|
-
this.putWhiteboardClassificationLevel = ({ id, requestBody
|
|
502
|
-
return this.getClientInstance()
|
|
503
|
-
.request({
|
|
453
|
+
this.putWhiteboardClassificationLevel = ({ id, requestBody }) => {
|
|
454
|
+
return this.getClientInstance().request({
|
|
504
455
|
path: "/whiteboards/{id}/classification-level",
|
|
505
456
|
method: "PUT",
|
|
506
457
|
pathParams: {
|
|
507
|
-
id
|
|
458
|
+
id
|
|
508
459
|
},
|
|
509
460
|
headers: {
|
|
510
|
-
"Content-Type": "application/json"
|
|
461
|
+
"Content-Type": "application/json"
|
|
511
462
|
},
|
|
512
|
-
body: requestBody
|
|
513
|
-
})
|
|
514
|
-
.then(commonHttpClient.discardResult);
|
|
463
|
+
body: requestBody
|
|
464
|
+
}).then(commonHttpClient.discardResult);
|
|
515
465
|
};
|
|
516
466
|
}
|
|
517
467
|
static initialize() {
|
|
518
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("ClassificationLevelService.getBlogPostClassificationLevel.response", zod_1.z
|
|
519
|
-
.object({
|
|
468
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("ClassificationLevelService.getBlogPostClassificationLevel.response", zod_1.z.object({
|
|
520
469
|
status: zod_1.z.literal(200),
|
|
521
470
|
mediaType: zod_1.z.literal("application/json"),
|
|
522
|
-
body: validationSchemaStorage_1.validationSchemaStorage.lazy("ClassificationLevel")
|
|
523
|
-
})
|
|
524
|
-
|
|
525
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("ClassificationLevelService.getClassificationLevels.response", zod_1.z
|
|
526
|
-
.object({
|
|
471
|
+
body: validationSchemaStorage_1.validationSchemaStorage.lazy("ClassificationLevel")
|
|
472
|
+
}).describe("ClassificationLevelService.getBlogPostClassificationLevel.response"));
|
|
473
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("ClassificationLevelService.getClassificationLevels.response", zod_1.z.object({
|
|
527
474
|
status: zod_1.z.literal(200),
|
|
528
475
|
mediaType: zod_1.z.literal("application/json"),
|
|
529
|
-
body: zod_1.z.array(validationSchemaStorage_1.validationSchemaStorage.lazy("ClassificationLevel"))
|
|
530
|
-
})
|
|
531
|
-
|
|
532
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("ClassificationLevelService.getDatabaseClassificationLevel.response", zod_1.z
|
|
533
|
-
.object({
|
|
476
|
+
body: zod_1.z.array(validationSchemaStorage_1.validationSchemaStorage.lazy("ClassificationLevel"))
|
|
477
|
+
}).describe("ClassificationLevelService.getClassificationLevels.response"));
|
|
478
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("ClassificationLevelService.getDatabaseClassificationLevel.response", zod_1.z.object({
|
|
534
479
|
status: zod_1.z.literal(200),
|
|
535
480
|
mediaType: zod_1.z.literal("application/json"),
|
|
536
|
-
body: validationSchemaStorage_1.validationSchemaStorage.lazy("ClassificationLevel")
|
|
537
|
-
})
|
|
538
|
-
|
|
539
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("ClassificationLevelService.getPageClassificationLevel.response", zod_1.z
|
|
540
|
-
.object({
|
|
481
|
+
body: validationSchemaStorage_1.validationSchemaStorage.lazy("ClassificationLevel")
|
|
482
|
+
}).describe("ClassificationLevelService.getDatabaseClassificationLevel.response"));
|
|
483
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("ClassificationLevelService.getPageClassificationLevel.response", zod_1.z.object({
|
|
541
484
|
status: zod_1.z.literal(200),
|
|
542
485
|
mediaType: zod_1.z.literal("application/json"),
|
|
543
|
-
body: validationSchemaStorage_1.validationSchemaStorage.lazy("ClassificationLevel")
|
|
544
|
-
})
|
|
545
|
-
|
|
546
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("ClassificationLevelService.getSpaceDefaultClassificationLevel.response", zod_1.z
|
|
547
|
-
.object({
|
|
486
|
+
body: validationSchemaStorage_1.validationSchemaStorage.lazy("ClassificationLevel")
|
|
487
|
+
}).describe("ClassificationLevelService.getPageClassificationLevel.response"));
|
|
488
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("ClassificationLevelService.getSpaceDefaultClassificationLevel.response", zod_1.z.object({
|
|
548
489
|
status: zod_1.z.literal(200),
|
|
549
490
|
mediaType: zod_1.z.literal("application/json"),
|
|
550
|
-
body: validationSchemaStorage_1.validationSchemaStorage.lazy("ClassificationLevel")
|
|
551
|
-
})
|
|
552
|
-
|
|
553
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("ClassificationLevelService.getWhiteboardClassificationLevel.response", zod_1.z
|
|
554
|
-
.object({
|
|
491
|
+
body: validationSchemaStorage_1.validationSchemaStorage.lazy("ClassificationLevel")
|
|
492
|
+
}).describe("ClassificationLevelService.getSpaceDefaultClassificationLevel.response"));
|
|
493
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("ClassificationLevelService.getWhiteboardClassificationLevel.response", zod_1.z.object({
|
|
555
494
|
status: zod_1.z.literal(200),
|
|
556
495
|
mediaType: zod_1.z.literal("application/json"),
|
|
557
|
-
body: validationSchemaStorage_1.validationSchemaStorage.lazy("ClassificationLevel")
|
|
558
|
-
})
|
|
559
|
-
|
|
560
|
-
validationSchemaStorage_1.validationSchemaStorage.registerOnce([
|
|
561
|
-
classificationLevel_1.registerClassificationLevelValidationSchemas,
|
|
562
|
-
]);
|
|
496
|
+
body: validationSchemaStorage_1.validationSchemaStorage.lazy("ClassificationLevel")
|
|
497
|
+
}).describe("ClassificationLevelService.getWhiteboardClassificationLevel.response"));
|
|
498
|
+
validationSchemaStorage_1.validationSchemaStorage.registerOnce([classificationLevel_1.registerClassificationLevelValidationSchemas]);
|
|
563
499
|
}
|
|
564
500
|
}
|
|
565
501
|
exports.ClassificationLevelService = ClassificationLevelService;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ClassificationLevelService.js","sourceRoot":"","sources":["../../../../src/openapi/v2/services/ClassificationLevelService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,
|
|
1
|
+
{"version":3,"file":"ClassificationLevelService.js","sourceRoot":"","sources":["../../../../src/openapi/v2/services/ClassificationLevelService.ts"],"names":[],"mappings":"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"}
|