GH Auto: Upstream dependencies ADF:8.1.0-15154809688 JS-API:9.1.0-15154809688 using Tag:8.1.0-15154809688 (#4576)

* [ci:force][auto-commit] Update dependencies ADF:8.1.0-15154809688  JS:9.1.0-15154809688

* [ACS-7706] Fixed e2e (#4567)

---------

Co-authored-by: AleksanderSklorz <115619721+AleksanderSklorz@users.noreply.github.com>
This commit is contained in:
Alfresco Build
2025-05-21 08:52:59 +02:00
committed by GitHub
parent b2e236068c
commit 2023e188e9
4 changed files with 78 additions and 62 deletions

View File

@@ -38,7 +38,7 @@ export class TagsApi {
return classObj;
}
async createTags(tags: TagBody[]): Promise<TagEntry[]> {
async createTags(tags: TagBody[]): Promise<TagEntry | TagPaging> {
try {
return this.apiService.tagsApi.createTags(tags);
} catch (error) {