@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,12 +4,12 @@ exports.ContentRestrictionsService = 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 common_1 = require("../models/common");
|
|
11
10
|
const contentRestrictions_1 = require("../models/contentRestrictions");
|
|
12
11
|
const validationSchemaStorage_1 = require("../validationSchemaStorage");
|
|
12
|
+
const zod_1 = require("zod");
|
|
13
13
|
/**
|
|
14
14
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-restrictions
|
|
15
15
|
* @category Services
|
|
@@ -30,18 +30,16 @@ class ContentRestrictionsService extends CommonHttpService_1.CommonHttpService {
|
|
|
30
30
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-restrictions#api-wiki-rest-api-content-id-restriction-byoperation-operationkey-bygroupid-groupid-put
|
|
31
31
|
* @param params
|
|
32
32
|
*/
|
|
33
|
-
this.addGroupToContentRestrictionByGroupId = ({ id, operationKey, groupId
|
|
34
|
-
return this.getClientInstance()
|
|
35
|
-
.request({
|
|
33
|
+
this.addGroupToContentRestrictionByGroupId = ({ id, operationKey, groupId }) => {
|
|
34
|
+
return this.getClientInstance().request({
|
|
36
35
|
path: "/wiki/rest/api/content/{id}/restriction/byOperation/{operationKey}/byGroupId/{groupId}",
|
|
37
36
|
method: "PUT",
|
|
38
37
|
pathParams: {
|
|
39
38
|
id,
|
|
40
39
|
operationKey,
|
|
41
|
-
groupId
|
|
42
|
-
}
|
|
43
|
-
})
|
|
44
|
-
.then(commonHttpClient.discardResult);
|
|
40
|
+
groupId
|
|
41
|
+
}
|
|
42
|
+
}).then(commonHttpClient.discardResult);
|
|
45
43
|
};
|
|
46
44
|
/**
|
|
47
45
|
* Adds restrictions to a piece of content. Note, this does not change any
|
|
@@ -57,37 +55,32 @@ class ContentRestrictionsService extends CommonHttpService_1.CommonHttpService {
|
|
|
57
55
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-restrictions#api-wiki-rest-api-content-id-restriction-post
|
|
58
56
|
* @param params
|
|
59
57
|
*/
|
|
60
|
-
this.addRestrictions = ({ id, expand, contentRestrictionAddOrUpdateArray
|
|
61
|
-
return this.getClientInstance()
|
|
62
|
-
.request({
|
|
58
|
+
this.addRestrictions = ({ id, expand, contentRestrictionAddOrUpdateArray }) => {
|
|
59
|
+
return this.getClientInstance().request({
|
|
63
60
|
path: "/wiki/rest/api/content/{id}/restriction",
|
|
64
61
|
method: "POST",
|
|
65
62
|
pathParams: {
|
|
66
|
-
id
|
|
63
|
+
id
|
|
67
64
|
},
|
|
68
65
|
query: {
|
|
69
|
-
expand
|
|
66
|
+
expand
|
|
70
67
|
},
|
|
71
68
|
headers: {
|
|
72
|
-
"Content-Type": "application/json"
|
|
69
|
+
"Content-Type": "application/json"
|
|
73
70
|
},
|
|
74
71
|
parameters: {
|
|
75
72
|
query: {
|
|
76
73
|
expand: {
|
|
77
|
-
explode: false
|
|
78
|
-
}
|
|
79
|
-
}
|
|
74
|
+
explode: false
|
|
75
|
+
}
|
|
76
|
+
}
|
|
80
77
|
},
|
|
81
|
-
body: contentRestrictionAddOrUpdateArray
|
|
82
|
-
})
|
|
83
|
-
.then(this.getClientInstance().responseHandler({
|
|
78
|
+
body: contentRestrictionAddOrUpdateArray
|
|
79
|
+
}).then(this.getClientInstance().responseHandler({
|
|
84
80
|
200: {
|
|
85
|
-
"application/json": "json"
|
|
86
|
-
}
|
|
87
|
-
}))
|
|
88
|
-
.then(commonHttpClient.castResponse())
|
|
89
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("ContentRestrictionsService.addRestrictions.response")))
|
|
90
|
-
.then(commonHttpClient.getBody);
|
|
81
|
+
"application/json": "json"
|
|
82
|
+
}
|
|
83
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("ContentRestrictionsService.addRestrictions.response"))).then(commonHttpClient.getBody);
|
|
91
84
|
};
|
|
92
85
|
/**
|
|
93
86
|
* Adds a user to a content restriction. That is, grant read or update
|
|
@@ -102,22 +95,20 @@ class ContentRestrictionsService extends CommonHttpService_1.CommonHttpService {
|
|
|
102
95
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-restrictions#api-wiki-rest-api-content-id-restriction-byoperation-operationkey-user-put
|
|
103
96
|
* @param params
|
|
104
97
|
*/
|
|
105
|
-
this.addUserToContentRestriction = ({ id, operationKey, key, username, accountId
|
|
106
|
-
return this.getClientInstance()
|
|
107
|
-
.request({
|
|
98
|
+
this.addUserToContentRestriction = ({ id, operationKey, key, username, accountId }) => {
|
|
99
|
+
return this.getClientInstance().request({
|
|
108
100
|
path: "/wiki/rest/api/content/{id}/restriction/byOperation/{operationKey}/user",
|
|
109
101
|
method: "PUT",
|
|
110
102
|
pathParams: {
|
|
111
103
|
id,
|
|
112
|
-
operationKey
|
|
104
|
+
operationKey
|
|
113
105
|
},
|
|
114
106
|
query: {
|
|
115
107
|
key,
|
|
116
108
|
username,
|
|
117
|
-
accountId
|
|
118
|
-
}
|
|
119
|
-
})
|
|
120
|
-
.then(commonHttpClient.discardResult);
|
|
109
|
+
accountId
|
|
110
|
+
}
|
|
111
|
+
}).then(commonHttpClient.discardResult);
|
|
121
112
|
};
|
|
122
113
|
/**
|
|
123
114
|
* Removes all restrictions (read and update) on a piece of content.
|
|
@@ -132,33 +123,28 @@ class ContentRestrictionsService extends CommonHttpService_1.CommonHttpService {
|
|
|
132
123
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-restrictions#api-wiki-rest-api-content-id-restriction-delete
|
|
133
124
|
* @param params
|
|
134
125
|
*/
|
|
135
|
-
this.deleteRestrictions = ({ id, expand
|
|
136
|
-
return this.getClientInstance()
|
|
137
|
-
.request({
|
|
126
|
+
this.deleteRestrictions = ({ id, expand }) => {
|
|
127
|
+
return this.getClientInstance().request({
|
|
138
128
|
path: "/wiki/rest/api/content/{id}/restriction",
|
|
139
129
|
method: "DELETE",
|
|
140
130
|
pathParams: {
|
|
141
|
-
id
|
|
131
|
+
id
|
|
142
132
|
},
|
|
143
133
|
query: {
|
|
144
|
-
expand
|
|
134
|
+
expand
|
|
145
135
|
},
|
|
146
136
|
parameters: {
|
|
147
137
|
query: {
|
|
148
138
|
expand: {
|
|
149
|
-
explode: false
|
|
150
|
-
}
|
|
151
|
-
}
|
|
152
|
-
}
|
|
153
|
-
})
|
|
154
|
-
.then(this.getClientInstance().responseHandler({
|
|
139
|
+
explode: false
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
}).then(this.getClientInstance().responseHandler({
|
|
155
144
|
200: {
|
|
156
|
-
"application/json": "json"
|
|
157
|
-
}
|
|
158
|
-
}))
|
|
159
|
-
.then(commonHttpClient.castResponse())
|
|
160
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("ContentRestrictionsService.deleteRestrictions.response")))
|
|
161
|
-
.then(commonHttpClient.getBody);
|
|
145
|
+
"application/json": "json"
|
|
146
|
+
}
|
|
147
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("ContentRestrictionsService.deleteRestrictions.response"))).then(commonHttpClient.getBody);
|
|
162
148
|
};
|
|
163
149
|
/**
|
|
164
150
|
* Returns whether the specified content restriction applies to a user.
|
|
@@ -185,22 +171,20 @@ class ContentRestrictionsService extends CommonHttpService_1.CommonHttpService {
|
|
|
185
171
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-restrictions#api-wiki-rest-api-content-id-restriction-byoperation-operationkey-user-get
|
|
186
172
|
* @param params
|
|
187
173
|
*/
|
|
188
|
-
this.getContentRestrictionStatusForUser = ({ id, operationKey, key, username, accountId
|
|
189
|
-
return this.getClientInstance()
|
|
190
|
-
.request({
|
|
174
|
+
this.getContentRestrictionStatusForUser = ({ id, operationKey, key, username, accountId }) => {
|
|
175
|
+
return this.getClientInstance().request({
|
|
191
176
|
path: "/wiki/rest/api/content/{id}/restriction/byOperation/{operationKey}/user",
|
|
192
177
|
method: "GET",
|
|
193
178
|
pathParams: {
|
|
194
179
|
id,
|
|
195
|
-
operationKey
|
|
180
|
+
operationKey
|
|
196
181
|
},
|
|
197
182
|
query: {
|
|
198
183
|
key,
|
|
199
184
|
username,
|
|
200
|
-
accountId
|
|
201
|
-
}
|
|
202
|
-
})
|
|
203
|
-
.then(commonHttpClient.discardResult);
|
|
185
|
+
accountId
|
|
186
|
+
}
|
|
187
|
+
}).then(commonHttpClient.discardResult);
|
|
204
188
|
};
|
|
205
189
|
/**
|
|
206
190
|
* Returns whether the specified content restriction applies to a group.
|
|
@@ -226,18 +210,16 @@ class ContentRestrictionsService extends CommonHttpService_1.CommonHttpService {
|
|
|
226
210
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-restrictions#api-wiki-rest-api-content-id-restriction-byoperation-operationkey-bygroupid-groupid-get
|
|
227
211
|
* @param params
|
|
228
212
|
*/
|
|
229
|
-
this.getIndividualGroupRestrictionStatusByGroupId = ({ id, operationKey, groupId
|
|
230
|
-
return this.getClientInstance()
|
|
231
|
-
.request({
|
|
213
|
+
this.getIndividualGroupRestrictionStatusByGroupId = ({ id, operationKey, groupId }) => {
|
|
214
|
+
return this.getClientInstance().request({
|
|
232
215
|
path: "/wiki/rest/api/content/{id}/restriction/byOperation/{operationKey}/byGroupId/{groupId}",
|
|
233
216
|
method: "GET",
|
|
234
217
|
pathParams: {
|
|
235
218
|
id,
|
|
236
219
|
operationKey,
|
|
237
|
-
groupId
|
|
238
|
-
}
|
|
239
|
-
})
|
|
240
|
-
.then(commonHttpClient.discardResult);
|
|
220
|
+
groupId
|
|
221
|
+
}
|
|
222
|
+
}).then(commonHttpClient.discardResult);
|
|
241
223
|
};
|
|
242
224
|
/**
|
|
243
225
|
* Returns the restrictions on a piece of content.
|
|
@@ -252,35 +234,30 @@ class ContentRestrictionsService extends CommonHttpService_1.CommonHttpService {
|
|
|
252
234
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-restrictions#api-wiki-rest-api-content-id-restriction-get
|
|
253
235
|
* @param params
|
|
254
236
|
*/
|
|
255
|
-
this.getRestrictions = ({ id, expand, start, limit
|
|
256
|
-
return this.getClientInstance()
|
|
257
|
-
.request({
|
|
237
|
+
this.getRestrictions = ({ id, expand, start, limit }) => {
|
|
238
|
+
return this.getClientInstance().request({
|
|
258
239
|
path: "/wiki/rest/api/content/{id}/restriction",
|
|
259
240
|
method: "GET",
|
|
260
241
|
pathParams: {
|
|
261
|
-
id
|
|
242
|
+
id
|
|
262
243
|
},
|
|
263
244
|
query: {
|
|
264
245
|
expand,
|
|
265
246
|
start,
|
|
266
|
-
limit
|
|
247
|
+
limit
|
|
267
248
|
},
|
|
268
249
|
parameters: {
|
|
269
250
|
query: {
|
|
270
251
|
expand: {
|
|
271
|
-
explode: false
|
|
272
|
-
}
|
|
273
|
-
}
|
|
274
|
-
}
|
|
275
|
-
})
|
|
276
|
-
.then(this.getClientInstance().responseHandler({
|
|
252
|
+
explode: false
|
|
253
|
+
}
|
|
254
|
+
}
|
|
255
|
+
}
|
|
256
|
+
}).then(this.getClientInstance().responseHandler({
|
|
277
257
|
200: {
|
|
278
|
-
"application/json": "json"
|
|
279
|
-
}
|
|
280
|
-
}))
|
|
281
|
-
.then(commonHttpClient.castResponse())
|
|
282
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("ContentRestrictionsService.getRestrictions.response")))
|
|
283
|
-
.then(commonHttpClient.getBody);
|
|
258
|
+
"application/json": "json"
|
|
259
|
+
}
|
|
260
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("ContentRestrictionsService.getRestrictions.response"))).then(commonHttpClient.getBody);
|
|
284
261
|
};
|
|
285
262
|
/**
|
|
286
263
|
* Returns restrictions on a piece of content by operation. This method is
|
|
@@ -298,33 +275,28 @@ class ContentRestrictionsService extends CommonHttpService_1.CommonHttpService {
|
|
|
298
275
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-restrictions#api-wiki-rest-api-content-id-restriction-byoperation-get
|
|
299
276
|
* @param params
|
|
300
277
|
*/
|
|
301
|
-
this.getRestrictionsByOperation = ({ id, expand
|
|
302
|
-
return this.getClientInstance()
|
|
303
|
-
.request({
|
|
278
|
+
this.getRestrictionsByOperation = ({ id, expand }) => {
|
|
279
|
+
return this.getClientInstance().request({
|
|
304
280
|
path: "/wiki/rest/api/content/{id}/restriction/byOperation",
|
|
305
281
|
method: "GET",
|
|
306
282
|
pathParams: {
|
|
307
|
-
id
|
|
283
|
+
id
|
|
308
284
|
},
|
|
309
285
|
query: {
|
|
310
|
-
expand
|
|
286
|
+
expand
|
|
311
287
|
},
|
|
312
288
|
parameters: {
|
|
313
289
|
query: {
|
|
314
290
|
expand: {
|
|
315
|
-
explode: false
|
|
316
|
-
}
|
|
317
|
-
}
|
|
318
|
-
}
|
|
319
|
-
})
|
|
320
|
-
.then(this.getClientInstance().responseHandler({
|
|
291
|
+
explode: false
|
|
292
|
+
}
|
|
293
|
+
}
|
|
294
|
+
}
|
|
295
|
+
}).then(this.getClientInstance().responseHandler({
|
|
321
296
|
200: {
|
|
322
|
-
"application/json": "json"
|
|
323
|
-
}
|
|
324
|
-
}))
|
|
325
|
-
.then(commonHttpClient.castResponse())
|
|
326
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("ContentRestrictionsService.getRestrictionsByOperation.response")))
|
|
327
|
-
.then(commonHttpClient.getBody);
|
|
297
|
+
"application/json": "json"
|
|
298
|
+
}
|
|
299
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("ContentRestrictionsService.getRestrictionsByOperation.response"))).then(commonHttpClient.getBody);
|
|
328
300
|
};
|
|
329
301
|
/**
|
|
330
302
|
* Returns the restictions on a piece of content for a given operation (read
|
|
@@ -340,36 +312,31 @@ class ContentRestrictionsService extends CommonHttpService_1.CommonHttpService {
|
|
|
340
312
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-restrictions#api-wiki-rest-api-content-id-restriction-byoperation-operationkey-get
|
|
341
313
|
* @param params
|
|
342
314
|
*/
|
|
343
|
-
this.getRestrictionsForOperation = ({ id, operationKey, expand, start, limit
|
|
344
|
-
return this.getClientInstance()
|
|
345
|
-
.request({
|
|
315
|
+
this.getRestrictionsForOperation = ({ id, operationKey, expand, start, limit }) => {
|
|
316
|
+
return this.getClientInstance().request({
|
|
346
317
|
path: "/wiki/rest/api/content/{id}/restriction/byOperation/{operationKey}",
|
|
347
318
|
method: "GET",
|
|
348
319
|
pathParams: {
|
|
349
320
|
id,
|
|
350
|
-
operationKey
|
|
321
|
+
operationKey
|
|
351
322
|
},
|
|
352
323
|
query: {
|
|
353
324
|
expand,
|
|
354
325
|
start,
|
|
355
|
-
limit
|
|
326
|
+
limit
|
|
356
327
|
},
|
|
357
328
|
parameters: {
|
|
358
329
|
query: {
|
|
359
330
|
expand: {
|
|
360
|
-
explode: false
|
|
361
|
-
}
|
|
362
|
-
}
|
|
363
|
-
}
|
|
364
|
-
})
|
|
365
|
-
.then(this.getClientInstance().responseHandler({
|
|
331
|
+
explode: false
|
|
332
|
+
}
|
|
333
|
+
}
|
|
334
|
+
}
|
|
335
|
+
}).then(this.getClientInstance().responseHandler({
|
|
366
336
|
200: {
|
|
367
|
-
"application/json": "json"
|
|
368
|
-
}
|
|
369
|
-
}))
|
|
370
|
-
.then(commonHttpClient.castResponse())
|
|
371
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("ContentRestrictionsService.getRestrictionsForOperation.response")))
|
|
372
|
-
.then(commonHttpClient.getBody);
|
|
337
|
+
"application/json": "json"
|
|
338
|
+
}
|
|
339
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("ContentRestrictionsService.getRestrictionsForOperation.response"))).then(commonHttpClient.getBody);
|
|
373
340
|
};
|
|
374
341
|
/**
|
|
375
342
|
* Removes a group from a content restriction. That is, remove read or update
|
|
@@ -384,18 +351,16 @@ class ContentRestrictionsService extends CommonHttpService_1.CommonHttpService {
|
|
|
384
351
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-restrictions#api-wiki-rest-api-content-id-restriction-byoperation-operationkey-bygroupid-groupid-delete
|
|
385
352
|
* @param params
|
|
386
353
|
*/
|
|
387
|
-
this.removeGroupFromContentRestriction = ({ id, operationKey, groupId
|
|
388
|
-
return this.getClientInstance()
|
|
389
|
-
.request({
|
|
354
|
+
this.removeGroupFromContentRestriction = ({ id, operationKey, groupId }) => {
|
|
355
|
+
return this.getClientInstance().request({
|
|
390
356
|
path: "/wiki/rest/api/content/{id}/restriction/byOperation/{operationKey}/byGroupId/{groupId}",
|
|
391
357
|
method: "DELETE",
|
|
392
358
|
pathParams: {
|
|
393
359
|
id,
|
|
394
360
|
operationKey,
|
|
395
|
-
groupId
|
|
396
|
-
}
|
|
397
|
-
})
|
|
398
|
-
.then(commonHttpClient.discardResult);
|
|
361
|
+
groupId
|
|
362
|
+
}
|
|
363
|
+
}).then(commonHttpClient.discardResult);
|
|
399
364
|
};
|
|
400
365
|
/**
|
|
401
366
|
* Removes a group from a content restriction. That is, remove read or update
|
|
@@ -410,22 +375,20 @@ class ContentRestrictionsService extends CommonHttpService_1.CommonHttpService {
|
|
|
410
375
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-restrictions#api-wiki-rest-api-content-id-restriction-byoperation-operationkey-user-delete
|
|
411
376
|
* @param params
|
|
412
377
|
*/
|
|
413
|
-
this.removeUserFromContentRestriction = ({ id, operationKey, key, username, accountId
|
|
414
|
-
return this.getClientInstance()
|
|
415
|
-
.request({
|
|
378
|
+
this.removeUserFromContentRestriction = ({ id, operationKey, key, username, accountId }) => {
|
|
379
|
+
return this.getClientInstance().request({
|
|
416
380
|
path: "/wiki/rest/api/content/{id}/restriction/byOperation/{operationKey}/user",
|
|
417
381
|
method: "DELETE",
|
|
418
382
|
pathParams: {
|
|
419
383
|
id,
|
|
420
|
-
operationKey
|
|
384
|
+
operationKey
|
|
421
385
|
},
|
|
422
386
|
query: {
|
|
423
387
|
key,
|
|
424
388
|
username,
|
|
425
|
-
accountId
|
|
426
|
-
}
|
|
427
|
-
})
|
|
428
|
-
.then(commonHttpClient.discardResult);
|
|
389
|
+
accountId
|
|
390
|
+
}
|
|
391
|
+
}).then(commonHttpClient.discardResult);
|
|
429
392
|
};
|
|
430
393
|
/**
|
|
431
394
|
* Updates restrictions for a piece of content. This removes the existing
|
|
@@ -441,86 +404,66 @@ class ContentRestrictionsService extends CommonHttpService_1.CommonHttpService {
|
|
|
441
404
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-restrictions#api-wiki-rest-api-content-id-restriction-put
|
|
442
405
|
* @param params
|
|
443
406
|
*/
|
|
444
|
-
this.updateRestrictions = ({ id, expand, contentRestrictionAddOrUpdateArray
|
|
445
|
-
return this.getClientInstance()
|
|
446
|
-
.request({
|
|
407
|
+
this.updateRestrictions = ({ id, expand, contentRestrictionAddOrUpdateArray }) => {
|
|
408
|
+
return this.getClientInstance().request({
|
|
447
409
|
path: "/wiki/rest/api/content/{id}/restriction",
|
|
448
410
|
method: "PUT",
|
|
449
411
|
pathParams: {
|
|
450
|
-
id
|
|
412
|
+
id
|
|
451
413
|
},
|
|
452
414
|
query: {
|
|
453
|
-
expand
|
|
415
|
+
expand
|
|
454
416
|
},
|
|
455
417
|
headers: {
|
|
456
|
-
"Content-Type": "application/json"
|
|
418
|
+
"Content-Type": "application/json"
|
|
457
419
|
},
|
|
458
420
|
parameters: {
|
|
459
421
|
query: {
|
|
460
422
|
expand: {
|
|
461
|
-
explode: false
|
|
462
|
-
}
|
|
463
|
-
}
|
|
423
|
+
explode: false
|
|
424
|
+
}
|
|
425
|
+
}
|
|
464
426
|
},
|
|
465
|
-
body: contentRestrictionAddOrUpdateArray
|
|
466
|
-
})
|
|
467
|
-
.then(this.getClientInstance().responseHandler({
|
|
427
|
+
body: contentRestrictionAddOrUpdateArray
|
|
428
|
+
}).then(this.getClientInstance().responseHandler({
|
|
468
429
|
200: {
|
|
469
|
-
"application/json": "json"
|
|
470
|
-
}
|
|
471
|
-
}))
|
|
472
|
-
.then(commonHttpClient.castResponse())
|
|
473
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("ContentRestrictionsService.updateRestrictions.response")))
|
|
474
|
-
.then(commonHttpClient.getBody);
|
|
430
|
+
"application/json": "json"
|
|
431
|
+
}
|
|
432
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("ContentRestrictionsService.updateRestrictions.response"))).then(commonHttpClient.getBody);
|
|
475
433
|
};
|
|
476
434
|
}
|
|
477
435
|
static initialize() {
|
|
478
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("ContentRestrictionsService.getRestrictions.response", zod_1.z
|
|
479
|
-
.object({
|
|
436
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("ContentRestrictionsService.getRestrictions.response", zod_1.z.object({
|
|
480
437
|
status: zod_1.z.literal(200),
|
|
481
438
|
mediaType: zod_1.z.literal("application/json"),
|
|
482
|
-
body: validationSchemaStorage_1.validationSchemaStorage.lazy("ContentRestrictionArray")
|
|
483
|
-
})
|
|
484
|
-
|
|
485
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("ContentRestrictionsService.updateRestrictions.response", zod_1.z
|
|
486
|
-
.object({
|
|
439
|
+
body: validationSchemaStorage_1.validationSchemaStorage.lazy("ContentRestrictionArray")
|
|
440
|
+
}).describe("ContentRestrictionsService.getRestrictions.response"));
|
|
441
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("ContentRestrictionsService.updateRestrictions.response", zod_1.z.object({
|
|
487
442
|
status: zod_1.z.literal(200),
|
|
488
443
|
mediaType: zod_1.z.literal("application/json"),
|
|
489
|
-
body: validationSchemaStorage_1.validationSchemaStorage.lazy("ContentRestrictionArray")
|
|
490
|
-
})
|
|
491
|
-
|
|
492
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("ContentRestrictionsService.addRestrictions.response", zod_1.z
|
|
493
|
-
.object({
|
|
444
|
+
body: validationSchemaStorage_1.validationSchemaStorage.lazy("ContentRestrictionArray")
|
|
445
|
+
}).describe("ContentRestrictionsService.updateRestrictions.response"));
|
|
446
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("ContentRestrictionsService.addRestrictions.response", zod_1.z.object({
|
|
494
447
|
status: zod_1.z.literal(200),
|
|
495
448
|
mediaType: zod_1.z.literal("application/json"),
|
|
496
|
-
body: validationSchemaStorage_1.validationSchemaStorage.lazy("ContentRestrictionArray")
|
|
497
|
-
})
|
|
498
|
-
|
|
499
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("ContentRestrictionsService.deleteRestrictions.response", zod_1.z
|
|
500
|
-
.object({
|
|
449
|
+
body: validationSchemaStorage_1.validationSchemaStorage.lazy("ContentRestrictionArray")
|
|
450
|
+
}).describe("ContentRestrictionsService.addRestrictions.response"));
|
|
451
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("ContentRestrictionsService.deleteRestrictions.response", zod_1.z.object({
|
|
501
452
|
status: zod_1.z.literal(200),
|
|
502
453
|
mediaType: zod_1.z.literal("application/json"),
|
|
503
|
-
body: validationSchemaStorage_1.validationSchemaStorage.lazy("ContentRestrictionArray")
|
|
504
|
-
})
|
|
505
|
-
|
|
506
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("ContentRestrictionsService.getRestrictionsByOperation.response", zod_1.z
|
|
507
|
-
.object({
|
|
454
|
+
body: validationSchemaStorage_1.validationSchemaStorage.lazy("ContentRestrictionArray")
|
|
455
|
+
}).describe("ContentRestrictionsService.deleteRestrictions.response"));
|
|
456
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("ContentRestrictionsService.getRestrictionsByOperation.response", zod_1.z.object({
|
|
508
457
|
status: zod_1.z.literal(200),
|
|
509
458
|
mediaType: zod_1.z.literal("application/json"),
|
|
510
|
-
body: zod_1.z.object({}).catchall(zod_1.z.unknown())
|
|
511
|
-
})
|
|
512
|
-
|
|
513
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("ContentRestrictionsService.getRestrictionsForOperation.response", zod_1.z
|
|
514
|
-
.object({
|
|
459
|
+
body: zod_1.z.object({}).catchall(zod_1.z.unknown())
|
|
460
|
+
}).describe("ContentRestrictionsService.getRestrictionsByOperation.response"));
|
|
461
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("ContentRestrictionsService.getRestrictionsForOperation.response", zod_1.z.object({
|
|
515
462
|
status: zod_1.z.literal(200),
|
|
516
463
|
mediaType: zod_1.z.literal("application/json"),
|
|
517
|
-
body: validationSchemaStorage_1.validationSchemaStorage.lazy("ContentRestriction")
|
|
518
|
-
})
|
|
519
|
-
|
|
520
|
-
validationSchemaStorage_1.validationSchemaStorage.registerOnce([
|
|
521
|
-
contentRestrictions_1.registerContentRestrictionsValidationSchemas,
|
|
522
|
-
common_1.registerCommonValidationSchemas,
|
|
523
|
-
]);
|
|
464
|
+
body: validationSchemaStorage_1.validationSchemaStorage.lazy("ContentRestriction")
|
|
465
|
+
}).describe("ContentRestrictionsService.getRestrictionsForOperation.response"));
|
|
466
|
+
validationSchemaStorage_1.validationSchemaStorage.registerOnce([contentRestrictions_1.registerContentRestrictionsValidationSchemas, common_1.registerCommonValidationSchemas]);
|
|
524
467
|
}
|
|
525
468
|
}
|
|
526
469
|
exports.ContentRestrictionsService = ContentRestrictionsService;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ContentRestrictionsService.js","sourceRoot":"","sources":["../../../../src/openapi/v1/services/ContentRestrictionsService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,
|
|
1
|
+
{"version":3,"file":"ContentRestrictionsService.js","sourceRoot":"","sources":["../../../../src/openapi/v1/services/ContentRestrictionsService.ts"],"names":[],"mappings":"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"}
|