@resolution/confluence-api-client 0.7.12 → 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 +208 -213
- package/README.md +4 -4
- package/lib/openapi/core/CommonHttpClient.d.ts +46 -17
- package/lib/openapi/core/CommonHttpClient.js +175 -232
- 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 +4 -4
- package/lib/openapi/v1/BaseConfluenceApiV1Client.js +38 -0
- 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 -4
- package/lib/openapi/v1/models/common.js +188 -464
- 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 +4 -2
- package/lib/openapi/v1/models/contentChildrenAndDescendants.js +17 -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 -20
- package/lib/openapi/v1/models/contentStates.js +15 -55
- 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 +33 -27
- 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 +15 -15
- package/lib/openapi/v1/services/ContentChildrenAndDescendantsService.js +110 -160
- package/lib/openapi/v1/services/ContentChildrenAndDescendantsService.js.map +1 -1
- package/lib/openapi/v1/services/ContentCommentsService.d.ts +4 -4
- package/lib/openapi/v1/services/ContentCommentsService.js +19 -26
- 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 +18 -18
- package/lib/openapi/v1/services/ContentService.js +143 -211
- package/lib/openapi/v1/services/ContentService.js.map +1 -1
- package/lib/openapi/v1/services/ContentStatesService.d.ts +13 -56
- package/lib/openapi/v1/services/ContentStatesService.js +99 -246
- 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 +38 -18
- 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 +5 -5
- package/lib/openapi/v1/services/SearchService.js +32 -46
- 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 +15 -15
- package/lib/openapi/v1/services/SpaceService.js +114 -175
- 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 +3 -1
- 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 +14 -11
- 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 +5 -4
|
@@ -21,7 +21,7 @@ export declare class LabelService extends CommonHttpService {
|
|
|
21
21
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-label#api-attachments-id-labels-get
|
|
22
22
|
* @param params
|
|
23
23
|
*/
|
|
24
|
-
getAttachmentLabels: ({ id, prefix, sort, cursor, limit
|
|
24
|
+
getAttachmentLabels: ({ id, prefix, sort, cursor, limit }: {
|
|
25
25
|
/** The ID of the attachment for which labels should be returned. */
|
|
26
26
|
id: number;
|
|
27
27
|
/** Filter the results to labels based on their prefix. */
|
|
@@ -61,7 +61,7 @@ export declare class LabelService extends CommonHttpService {
|
|
|
61
61
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-label#api-blogposts-id-labels-get
|
|
62
62
|
* @param params
|
|
63
63
|
*/
|
|
64
|
-
getBlogPostLabels: ({ id, prefix, sort, cursor, limit
|
|
64
|
+
getBlogPostLabels: ({ id, prefix, sort, cursor, limit }: {
|
|
65
65
|
/** The ID of the blog post for which labels should be returned. */
|
|
66
66
|
id: number;
|
|
67
67
|
/** Filter the results to labels based on their prefix. */
|
|
@@ -102,7 +102,7 @@ export declare class LabelService extends CommonHttpService {
|
|
|
102
102
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-label#api-custom-content-id-labels-get
|
|
103
103
|
* @param params
|
|
104
104
|
*/
|
|
105
|
-
getCustomContentLabels: ({ id, prefix, sort, cursor, limit
|
|
105
|
+
getCustomContentLabels: ({ id, prefix, sort, cursor, limit }: {
|
|
106
106
|
/** The ID of the custom content for which labels should be returned. */
|
|
107
107
|
id: number;
|
|
108
108
|
/** Filter the results to labels based on their prefix. */
|
|
@@ -142,7 +142,7 @@ export declare class LabelService extends CommonHttpService {
|
|
|
142
142
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-label#api-labels-get
|
|
143
143
|
* @param params
|
|
144
144
|
*/
|
|
145
|
-
getLabels: ({ labelId, prefix, cursor, sort, limit
|
|
145
|
+
getLabels: ({ labelId, prefix, cursor, sort, limit }?: {
|
|
146
146
|
/** Filters on label ID. Multiple IDs can be specified as a comma-separated list. */
|
|
147
147
|
labelId?: number[] | undefined;
|
|
148
148
|
/**
|
|
@@ -185,7 +185,7 @@ export declare class LabelService extends CommonHttpService {
|
|
|
185
185
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-label#api-pages-id-labels-get
|
|
186
186
|
* @param params
|
|
187
187
|
*/
|
|
188
|
-
getPageLabels: ({ id, prefix, sort, cursor, limit
|
|
188
|
+
getPageLabels: ({ id, prefix, sort, cursor, limit }: {
|
|
189
189
|
/** The ID of the page for which labels should be returned. */
|
|
190
190
|
id: number;
|
|
191
191
|
/** Filter the results to labels based on their prefix. */
|
|
@@ -226,7 +226,7 @@ export declare class LabelService extends CommonHttpService {
|
|
|
226
226
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-label#api-spaces-id-content-labels-get
|
|
227
227
|
* @param params
|
|
228
228
|
*/
|
|
229
|
-
getSpaceContentLabels: ({ id, prefix, sort, cursor, limit
|
|
229
|
+
getSpaceContentLabels: ({ id, prefix, sort, cursor, limit }: {
|
|
230
230
|
/** The ID of the space for which labels should be returned. */
|
|
231
231
|
id: number;
|
|
232
232
|
/** Filter the results to labels based on their prefix. */
|
|
@@ -266,7 +266,7 @@ export declare class LabelService extends CommonHttpService {
|
|
|
266
266
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-label#api-spaces-id-labels-get
|
|
267
267
|
* @param params
|
|
268
268
|
*/
|
|
269
|
-
getSpaceLabels: ({ id, prefix, sort, cursor, limit
|
|
269
|
+
getSpaceLabels: ({ id, prefix, sort, cursor, limit }: {
|
|
270
270
|
/** The ID of the space for which labels should be returned. */
|
|
271
271
|
id: number;
|
|
272
272
|
/** Filter the results to labels based on their prefix. */
|
|
@@ -4,11 +4,11 @@ exports.LabelService = 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 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-label
|
|
14
14
|
* @category Services
|
|
@@ -32,29 +32,24 @@ class LabelService extends CommonHttpService_1.CommonHttpService {
|
|
|
32
32
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-label#api-attachments-id-labels-get
|
|
33
33
|
* @param params
|
|
34
34
|
*/
|
|
35
|
-
this.getAttachmentLabels = ({ id, prefix, sort, cursor, limit
|
|
36
|
-
return this.getClientInstance()
|
|
37
|
-
.request({
|
|
35
|
+
this.getAttachmentLabels = ({ id, prefix, sort, cursor, limit }) => {
|
|
36
|
+
return this.getClientInstance().request({
|
|
38
37
|
path: "/attachments/{id}/labels",
|
|
39
38
|
method: "GET",
|
|
40
39
|
pathParams: {
|
|
41
|
-
id
|
|
40
|
+
id
|
|
42
41
|
},
|
|
43
42
|
query: {
|
|
44
43
|
prefix,
|
|
45
44
|
sort,
|
|
46
45
|
cursor,
|
|
47
|
-
limit
|
|
48
|
-
}
|
|
49
|
-
})
|
|
50
|
-
.then(this.getClientInstance().responseHandler({
|
|
46
|
+
limit
|
|
47
|
+
}
|
|
48
|
+
}).then(this.getClientInstance().responseHandler({
|
|
51
49
|
200: {
|
|
52
|
-
"application/json": "json"
|
|
53
|
-
}
|
|
54
|
-
}))
|
|
55
|
-
.then(commonHttpClient.castResponse())
|
|
56
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("LabelService.getAttachmentLabels.response")))
|
|
57
|
-
.then(commonHttpClient.getBody);
|
|
50
|
+
"application/json": "json"
|
|
51
|
+
}
|
|
52
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("LabelService.getAttachmentLabels.response"))).then(commonHttpClient.getBody);
|
|
58
53
|
};
|
|
59
54
|
/**
|
|
60
55
|
* Returns the labels of specific blog post. The number of results is limited by
|
|
@@ -71,29 +66,24 @@ class LabelService extends CommonHttpService_1.CommonHttpService {
|
|
|
71
66
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-label#api-blogposts-id-labels-get
|
|
72
67
|
* @param params
|
|
73
68
|
*/
|
|
74
|
-
this.getBlogPostLabels = ({ id, prefix, sort, cursor, limit
|
|
75
|
-
return this.getClientInstance()
|
|
76
|
-
.request({
|
|
69
|
+
this.getBlogPostLabels = ({ id, prefix, sort, cursor, limit }) => {
|
|
70
|
+
return this.getClientInstance().request({
|
|
77
71
|
path: "/blogposts/{id}/labels",
|
|
78
72
|
method: "GET",
|
|
79
73
|
pathParams: {
|
|
80
|
-
id
|
|
74
|
+
id
|
|
81
75
|
},
|
|
82
76
|
query: {
|
|
83
77
|
prefix,
|
|
84
78
|
sort,
|
|
85
79
|
cursor,
|
|
86
|
-
limit
|
|
87
|
-
}
|
|
88
|
-
})
|
|
89
|
-
.then(this.getClientInstance().responseHandler({
|
|
80
|
+
limit
|
|
81
|
+
}
|
|
82
|
+
}).then(this.getClientInstance().responseHandler({
|
|
90
83
|
200: {
|
|
91
|
-
"application/json": "json"
|
|
92
|
-
}
|
|
93
|
-
}))
|
|
94
|
-
.then(commonHttpClient.castResponse())
|
|
95
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("LabelService.getBlogPostLabels.response")))
|
|
96
|
-
.then(commonHttpClient.getBody);
|
|
84
|
+
"application/json": "json"
|
|
85
|
+
}
|
|
86
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("LabelService.getBlogPostLabels.response"))).then(commonHttpClient.getBody);
|
|
97
87
|
};
|
|
98
88
|
/**
|
|
99
89
|
* Returns the labels for a specific piece of custom content. The number of
|
|
@@ -111,29 +101,24 @@ class LabelService extends CommonHttpService_1.CommonHttpService {
|
|
|
111
101
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-label#api-custom-content-id-labels-get
|
|
112
102
|
* @param params
|
|
113
103
|
*/
|
|
114
|
-
this.getCustomContentLabels = ({ id, prefix, sort, cursor, limit
|
|
115
|
-
return this.getClientInstance()
|
|
116
|
-
.request({
|
|
104
|
+
this.getCustomContentLabels = ({ id, prefix, sort, cursor, limit }) => {
|
|
105
|
+
return this.getClientInstance().request({
|
|
117
106
|
path: "/custom-content/{id}/labels",
|
|
118
107
|
method: "GET",
|
|
119
108
|
pathParams: {
|
|
120
|
-
id
|
|
109
|
+
id
|
|
121
110
|
},
|
|
122
111
|
query: {
|
|
123
112
|
prefix,
|
|
124
113
|
sort,
|
|
125
114
|
cursor,
|
|
126
|
-
limit
|
|
127
|
-
}
|
|
128
|
-
})
|
|
129
|
-
.then(this.getClientInstance().responseHandler({
|
|
115
|
+
limit
|
|
116
|
+
}
|
|
117
|
+
}).then(this.getClientInstance().responseHandler({
|
|
130
118
|
200: {
|
|
131
|
-
"application/json": "json"
|
|
132
|
-
}
|
|
133
|
-
}))
|
|
134
|
-
.then(commonHttpClient.castResponse())
|
|
135
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("LabelService.getCustomContentLabels.response")))
|
|
136
|
-
.then(commonHttpClient.getBody);
|
|
119
|
+
"application/json": "json"
|
|
120
|
+
}
|
|
121
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("LabelService.getCustomContentLabels.response"))).then(commonHttpClient.getBody);
|
|
137
122
|
};
|
|
138
123
|
/**
|
|
139
124
|
* Returns all labels. The number of results is limited by the `limit` parameter
|
|
@@ -150,9 +135,8 @@ class LabelService extends CommonHttpService_1.CommonHttpService {
|
|
|
150
135
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-label#api-labels-get
|
|
151
136
|
* @param params
|
|
152
137
|
*/
|
|
153
|
-
this.getLabels = ({ labelId, prefix, cursor, sort, limit
|
|
154
|
-
return this.getClientInstance()
|
|
155
|
-
.request({
|
|
138
|
+
this.getLabels = ({ labelId, prefix, cursor, sort, limit } = {}) => {
|
|
139
|
+
return this.getClientInstance().request({
|
|
156
140
|
path: "/labels",
|
|
157
141
|
method: "GET",
|
|
158
142
|
query: {
|
|
@@ -160,17 +144,13 @@ class LabelService extends CommonHttpService_1.CommonHttpService {
|
|
|
160
144
|
prefix,
|
|
161
145
|
cursor,
|
|
162
146
|
sort,
|
|
163
|
-
limit
|
|
164
|
-
}
|
|
165
|
-
})
|
|
166
|
-
.then(this.getClientInstance().responseHandler({
|
|
147
|
+
limit
|
|
148
|
+
}
|
|
149
|
+
}).then(this.getClientInstance().responseHandler({
|
|
167
150
|
200: {
|
|
168
|
-
"application/json": "json"
|
|
169
|
-
}
|
|
170
|
-
}))
|
|
171
|
-
.then(commonHttpClient.castResponse())
|
|
172
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("LabelService.getLabels.response")))
|
|
173
|
-
.then(commonHttpClient.getBody);
|
|
151
|
+
"application/json": "json"
|
|
152
|
+
}
|
|
153
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("LabelService.getLabels.response"))).then(commonHttpClient.getBody);
|
|
174
154
|
};
|
|
175
155
|
/**
|
|
176
156
|
* Returns the labels of specific page. The number of results is limited by the
|
|
@@ -187,29 +167,24 @@ class LabelService extends CommonHttpService_1.CommonHttpService {
|
|
|
187
167
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-label#api-pages-id-labels-get
|
|
188
168
|
* @param params
|
|
189
169
|
*/
|
|
190
|
-
this.getPageLabels = ({ id, prefix, sort, cursor, limit
|
|
191
|
-
return this.getClientInstance()
|
|
192
|
-
.request({
|
|
170
|
+
this.getPageLabels = ({ id, prefix, sort, cursor, limit }) => {
|
|
171
|
+
return this.getClientInstance().request({
|
|
193
172
|
path: "/pages/{id}/labels",
|
|
194
173
|
method: "GET",
|
|
195
174
|
pathParams: {
|
|
196
|
-
id
|
|
175
|
+
id
|
|
197
176
|
},
|
|
198
177
|
query: {
|
|
199
178
|
prefix,
|
|
200
179
|
sort,
|
|
201
180
|
cursor,
|
|
202
|
-
limit
|
|
203
|
-
}
|
|
204
|
-
})
|
|
205
|
-
.then(this.getClientInstance().responseHandler({
|
|
181
|
+
limit
|
|
182
|
+
}
|
|
183
|
+
}).then(this.getClientInstance().responseHandler({
|
|
206
184
|
200: {
|
|
207
|
-
"application/json": "json"
|
|
208
|
-
}
|
|
209
|
-
}))
|
|
210
|
-
.then(commonHttpClient.castResponse())
|
|
211
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("LabelService.getPageLabels.response")))
|
|
212
|
-
.then(commonHttpClient.getBody);
|
|
185
|
+
"application/json": "json"
|
|
186
|
+
}
|
|
187
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("LabelService.getPageLabels.response"))).then(commonHttpClient.getBody);
|
|
213
188
|
};
|
|
214
189
|
/**
|
|
215
190
|
* Returns the labels of space content (pages, blogposts etc). The number of
|
|
@@ -227,29 +202,24 @@ class LabelService extends CommonHttpService_1.CommonHttpService {
|
|
|
227
202
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-label#api-spaces-id-content-labels-get
|
|
228
203
|
* @param params
|
|
229
204
|
*/
|
|
230
|
-
this.getSpaceContentLabels = ({ id, prefix, sort, cursor, limit
|
|
231
|
-
return this.getClientInstance()
|
|
232
|
-
.request({
|
|
205
|
+
this.getSpaceContentLabels = ({ id, prefix, sort, cursor, limit }) => {
|
|
206
|
+
return this.getClientInstance().request({
|
|
233
207
|
path: "/spaces/{id}/content/labels",
|
|
234
208
|
method: "GET",
|
|
235
209
|
pathParams: {
|
|
236
|
-
id
|
|
210
|
+
id
|
|
237
211
|
},
|
|
238
212
|
query: {
|
|
239
213
|
prefix,
|
|
240
214
|
sort,
|
|
241
215
|
cursor,
|
|
242
|
-
limit
|
|
243
|
-
}
|
|
244
|
-
})
|
|
245
|
-
.then(this.getClientInstance().responseHandler({
|
|
216
|
+
limit
|
|
217
|
+
}
|
|
218
|
+
}).then(this.getClientInstance().responseHandler({
|
|
246
219
|
200: {
|
|
247
|
-
"application/json": "json"
|
|
248
|
-
}
|
|
249
|
-
}))
|
|
250
|
-
.then(commonHttpClient.castResponse())
|
|
251
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("LabelService.getSpaceContentLabels.response")))
|
|
252
|
-
.then(commonHttpClient.getBody);
|
|
220
|
+
"application/json": "json"
|
|
221
|
+
}
|
|
222
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("LabelService.getSpaceContentLabels.response"))).then(commonHttpClient.getBody);
|
|
253
223
|
};
|
|
254
224
|
/**
|
|
255
225
|
* Returns the labels of specific space. The number of results is limited by the
|
|
@@ -266,144 +236,83 @@ class LabelService extends CommonHttpService_1.CommonHttpService {
|
|
|
266
236
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-label#api-spaces-id-labels-get
|
|
267
237
|
* @param params
|
|
268
238
|
*/
|
|
269
|
-
this.getSpaceLabels = ({ id, prefix, sort, cursor, limit
|
|
270
|
-
return this.getClientInstance()
|
|
271
|
-
.request({
|
|
239
|
+
this.getSpaceLabels = ({ id, prefix, sort, cursor, limit }) => {
|
|
240
|
+
return this.getClientInstance().request({
|
|
272
241
|
path: "/spaces/{id}/labels",
|
|
273
242
|
method: "GET",
|
|
274
243
|
pathParams: {
|
|
275
|
-
id
|
|
244
|
+
id
|
|
276
245
|
},
|
|
277
246
|
query: {
|
|
278
247
|
prefix,
|
|
279
248
|
sort,
|
|
280
249
|
cursor,
|
|
281
|
-
limit
|
|
282
|
-
}
|
|
283
|
-
})
|
|
284
|
-
.then(this.getClientInstance().responseHandler({
|
|
250
|
+
limit
|
|
251
|
+
}
|
|
252
|
+
}).then(this.getClientInstance().responseHandler({
|
|
285
253
|
200: {
|
|
286
|
-
"application/json": "json"
|
|
287
|
-
}
|
|
288
|
-
}))
|
|
289
|
-
.then(commonHttpClient.castResponse())
|
|
290
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("LabelService.getSpaceLabels.response")))
|
|
291
|
-
.then(commonHttpClient.getBody);
|
|
254
|
+
"application/json": "json"
|
|
255
|
+
}
|
|
256
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("LabelService.getSpaceLabels.response"))).then(commonHttpClient.getBody);
|
|
292
257
|
};
|
|
293
258
|
}
|
|
294
259
|
static initialize() {
|
|
295
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("LabelService.getAttachmentLabels.response", zod_1.z
|
|
296
|
-
.object({
|
|
260
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("LabelService.getAttachmentLabels.response", zod_1.z.object({
|
|
297
261
|
status: zod_1.z.literal(200),
|
|
298
262
|
mediaType: zod_1.z.literal("application/json"),
|
|
299
|
-
body: zod_1.z
|
|
300
|
-
.
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
.lazy("MultiEntityLinks")
|
|
306
|
-
.optional(),
|
|
307
|
-
})
|
|
308
|
-
.catchall(zod_1.z.unknown()),
|
|
309
|
-
})
|
|
310
|
-
.describe("LabelService.getAttachmentLabels.response"));
|
|
311
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("LabelService.getBlogPostLabels.response", zod_1.z
|
|
312
|
-
.object({
|
|
263
|
+
body: zod_1.z.object({
|
|
264
|
+
results: zod_1.z.array(validationSchemaStorage_1.validationSchemaStorage.lazy("Label")).optional(),
|
|
265
|
+
_links: validationSchemaStorage_1.validationSchemaStorage.lazy("MultiEntityLinks").optional()
|
|
266
|
+
}).catchall(zod_1.z.unknown())
|
|
267
|
+
}).describe("LabelService.getAttachmentLabels.response"));
|
|
268
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("LabelService.getBlogPostLabels.response", zod_1.z.object({
|
|
313
269
|
status: zod_1.z.literal(200),
|
|
314
270
|
mediaType: zod_1.z.literal("application/json"),
|
|
315
|
-
body: zod_1.z
|
|
316
|
-
.
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
.lazy("MultiEntityLinks")
|
|
322
|
-
.optional(),
|
|
323
|
-
})
|
|
324
|
-
.catchall(zod_1.z.unknown()),
|
|
325
|
-
})
|
|
326
|
-
.describe("LabelService.getBlogPostLabels.response"));
|
|
327
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("LabelService.getCustomContentLabels.response", zod_1.z
|
|
328
|
-
.object({
|
|
271
|
+
body: zod_1.z.object({
|
|
272
|
+
results: zod_1.z.array(validationSchemaStorage_1.validationSchemaStorage.lazy("Label")).optional(),
|
|
273
|
+
_links: validationSchemaStorage_1.validationSchemaStorage.lazy("MultiEntityLinks").optional()
|
|
274
|
+
}).catchall(zod_1.z.unknown())
|
|
275
|
+
}).describe("LabelService.getBlogPostLabels.response"));
|
|
276
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("LabelService.getCustomContentLabels.response", zod_1.z.object({
|
|
329
277
|
status: zod_1.z.literal(200),
|
|
330
278
|
mediaType: zod_1.z.literal("application/json"),
|
|
331
|
-
body: zod_1.z
|
|
332
|
-
.
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
.lazy("MultiEntityLinks")
|
|
338
|
-
.optional(),
|
|
339
|
-
})
|
|
340
|
-
.catchall(zod_1.z.unknown()),
|
|
341
|
-
})
|
|
342
|
-
.describe("LabelService.getCustomContentLabels.response"));
|
|
343
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("LabelService.getLabels.response", zod_1.z
|
|
344
|
-
.object({
|
|
279
|
+
body: zod_1.z.object({
|
|
280
|
+
results: zod_1.z.array(validationSchemaStorage_1.validationSchemaStorage.lazy("Label")).optional(),
|
|
281
|
+
_links: validationSchemaStorage_1.validationSchemaStorage.lazy("MultiEntityLinks").optional()
|
|
282
|
+
}).catchall(zod_1.z.unknown())
|
|
283
|
+
}).describe("LabelService.getCustomContentLabels.response"));
|
|
284
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("LabelService.getLabels.response", zod_1.z.object({
|
|
345
285
|
status: zod_1.z.literal(200),
|
|
346
286
|
mediaType: zod_1.z.literal("application/json"),
|
|
347
|
-
body: zod_1.z
|
|
348
|
-
.
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
.lazy("MultiEntityLinks")
|
|
354
|
-
.optional(),
|
|
355
|
-
})
|
|
356
|
-
.catchall(zod_1.z.unknown()),
|
|
357
|
-
})
|
|
358
|
-
.describe("LabelService.getLabels.response"));
|
|
359
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("LabelService.getPageLabels.response", zod_1.z
|
|
360
|
-
.object({
|
|
287
|
+
body: zod_1.z.object({
|
|
288
|
+
results: zod_1.z.array(validationSchemaStorage_1.validationSchemaStorage.lazy("Label")).optional(),
|
|
289
|
+
_links: validationSchemaStorage_1.validationSchemaStorage.lazy("MultiEntityLinks").optional()
|
|
290
|
+
}).catchall(zod_1.z.unknown())
|
|
291
|
+
}).describe("LabelService.getLabels.response"));
|
|
292
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("LabelService.getPageLabels.response", zod_1.z.object({
|
|
361
293
|
status: zod_1.z.literal(200),
|
|
362
294
|
mediaType: zod_1.z.literal("application/json"),
|
|
363
|
-
body: zod_1.z
|
|
364
|
-
.
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
.lazy("MultiEntityLinks")
|
|
370
|
-
.optional(),
|
|
371
|
-
})
|
|
372
|
-
.catchall(zod_1.z.unknown()),
|
|
373
|
-
})
|
|
374
|
-
.describe("LabelService.getPageLabels.response"));
|
|
375
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("LabelService.getSpaceContentLabels.response", zod_1.z
|
|
376
|
-
.object({
|
|
295
|
+
body: zod_1.z.object({
|
|
296
|
+
results: zod_1.z.array(validationSchemaStorage_1.validationSchemaStorage.lazy("Label")).optional(),
|
|
297
|
+
_links: validationSchemaStorage_1.validationSchemaStorage.lazy("MultiEntityLinks").optional()
|
|
298
|
+
}).catchall(zod_1.z.unknown())
|
|
299
|
+
}).describe("LabelService.getPageLabels.response"));
|
|
300
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("LabelService.getSpaceContentLabels.response", zod_1.z.object({
|
|
377
301
|
status: zod_1.z.literal(200),
|
|
378
302
|
mediaType: zod_1.z.literal("application/json"),
|
|
379
|
-
body: zod_1.z
|
|
380
|
-
.
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
.lazy("MultiEntityLinks")
|
|
386
|
-
.optional(),
|
|
387
|
-
})
|
|
388
|
-
.catchall(zod_1.z.unknown()),
|
|
389
|
-
})
|
|
390
|
-
.describe("LabelService.getSpaceContentLabels.response"));
|
|
391
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("LabelService.getSpaceLabels.response", zod_1.z
|
|
392
|
-
.object({
|
|
303
|
+
body: zod_1.z.object({
|
|
304
|
+
results: zod_1.z.array(validationSchemaStorage_1.validationSchemaStorage.lazy("Label")).optional(),
|
|
305
|
+
_links: validationSchemaStorage_1.validationSchemaStorage.lazy("MultiEntityLinks").optional()
|
|
306
|
+
}).catchall(zod_1.z.unknown())
|
|
307
|
+
}).describe("LabelService.getSpaceContentLabels.response"));
|
|
308
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("LabelService.getSpaceLabels.response", zod_1.z.object({
|
|
393
309
|
status: zod_1.z.literal(200),
|
|
394
310
|
mediaType: zod_1.z.literal("application/json"),
|
|
395
|
-
body: zod_1.z
|
|
396
|
-
.
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
_links: validationSchemaStorage_1.validationSchemaStorage
|
|
401
|
-
.lazy("MultiEntityLinks")
|
|
402
|
-
.optional(),
|
|
403
|
-
})
|
|
404
|
-
.catchall(zod_1.z.unknown()),
|
|
405
|
-
})
|
|
406
|
-
.describe("LabelService.getSpaceLabels.response"));
|
|
311
|
+
body: zod_1.z.object({
|
|
312
|
+
results: zod_1.z.array(validationSchemaStorage_1.validationSchemaStorage.lazy("Label")).optional(),
|
|
313
|
+
_links: validationSchemaStorage_1.validationSchemaStorage.lazy("MultiEntityLinks").optional()
|
|
314
|
+
}).catchall(zod_1.z.unknown())
|
|
315
|
+
}).describe("LabelService.getSpaceLabels.response"));
|
|
407
316
|
validationSchemaStorage_1.validationSchemaStorage.registerOnce([common_1.registerCommonValidationSchemas]);
|
|
408
317
|
}
|
|
409
318
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LabelService.js","sourceRoot":"","sources":["../../../../src/openapi/v2/services/LabelService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,
|
|
1
|
+
{"version":3,"file":"LabelService.js","sourceRoot":"","sources":["../../../../src/openapi/v2/services/LabelService.ts"],"names":[],"mappings":"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"}
|
|
@@ -17,7 +17,7 @@ export declare class LikeService extends CommonHttpService {
|
|
|
17
17
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-like#api-blogposts-id-likes-count-get
|
|
18
18
|
* @param params
|
|
19
19
|
*/
|
|
20
|
-
getBlogPostLikeCount: ({ id
|
|
20
|
+
getBlogPostLikeCount: ({ id }: {
|
|
21
21
|
/** The ID of the blog post for which like count should be returned. */
|
|
22
22
|
id: number;
|
|
23
23
|
}) => Promise<{
|
|
@@ -38,7 +38,7 @@ export declare class LikeService extends CommonHttpService {
|
|
|
38
38
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-like#api-blogposts-id-likes-users-get
|
|
39
39
|
* @param params
|
|
40
40
|
*/
|
|
41
|
-
getBlogPostLikeUsers: ({ id, cursor, limit
|
|
41
|
+
getBlogPostLikeUsers: ({ id, cursor, limit }: {
|
|
42
42
|
/** The ID of the blog post for which account IDs should be returned. */
|
|
43
43
|
id: number;
|
|
44
44
|
/**
|
|
@@ -71,7 +71,7 @@ export declare class LikeService extends CommonHttpService {
|
|
|
71
71
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-like#api-footer-comments-id-likes-count-get
|
|
72
72
|
* @param params
|
|
73
73
|
*/
|
|
74
|
-
getFooterLikeCount: ({ id
|
|
74
|
+
getFooterLikeCount: ({ id }: {
|
|
75
75
|
/** The ID of the footer comment for which like count should be returned. */
|
|
76
76
|
id: number;
|
|
77
77
|
}) => Promise<{
|
|
@@ -92,7 +92,7 @@ export declare class LikeService extends CommonHttpService {
|
|
|
92
92
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-like#api-footer-comments-id-likes-users-get
|
|
93
93
|
* @param params
|
|
94
94
|
*/
|
|
95
|
-
getFooterLikeUsers: ({ id, cursor, limit
|
|
95
|
+
getFooterLikeUsers: ({ id, cursor, limit }: {
|
|
96
96
|
/** The ID of the footer comment for which like count should be returned. */
|
|
97
97
|
id: number;
|
|
98
98
|
/**
|
|
@@ -125,7 +125,7 @@ export declare class LikeService extends CommonHttpService {
|
|
|
125
125
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-like#api-inline-comments-id-likes-count-get
|
|
126
126
|
* @param params
|
|
127
127
|
*/
|
|
128
|
-
getInlineLikeCount: ({ id
|
|
128
|
+
getInlineLikeCount: ({ id }: {
|
|
129
129
|
/** The ID of the inline comment for which like count should be returned. */
|
|
130
130
|
id: number;
|
|
131
131
|
}) => Promise<{
|
|
@@ -146,7 +146,7 @@ export declare class LikeService extends CommonHttpService {
|
|
|
146
146
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-like#api-inline-comments-id-likes-users-get
|
|
147
147
|
* @param params
|
|
148
148
|
*/
|
|
149
|
-
getInlineLikeUsers: ({ id, cursor, limit
|
|
149
|
+
getInlineLikeUsers: ({ id, cursor, limit }: {
|
|
150
150
|
/** The ID of the inline comment for which like count should be returned. */
|
|
151
151
|
id: number;
|
|
152
152
|
/**
|
|
@@ -179,7 +179,7 @@ export declare class LikeService extends CommonHttpService {
|
|
|
179
179
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-like#api-pages-id-likes-count-get
|
|
180
180
|
* @param params
|
|
181
181
|
*/
|
|
182
|
-
getPageLikeCount: ({ id
|
|
182
|
+
getPageLikeCount: ({ id }: {
|
|
183
183
|
/** The ID of the page for which like count should be returned. */
|
|
184
184
|
id: number;
|
|
185
185
|
}) => Promise<{
|
|
@@ -200,7 +200,7 @@ export declare class LikeService extends CommonHttpService {
|
|
|
200
200
|
* @see https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-like#api-pages-id-likes-users-get
|
|
201
201
|
* @param params
|
|
202
202
|
*/
|
|
203
|
-
getPageLikeUsers: ({ id, cursor, limit
|
|
203
|
+
getPageLikeUsers: ({ id, cursor, limit }: {
|
|
204
204
|
/** The ID of the page for which like count should be returned. */
|
|
205
205
|
id: number;
|
|
206
206
|
/**
|