@alfresco/aca-playwright-shared
Advanced tools
Comparing version 6.0.0-11703139043 to 6.0.0-11718929512
@@ -31,4 +31,9 @@ /*! | ||
assignTagToNode(nodeId: string, tag: TagBody): Promise<TagEntry>; | ||
deleteTag(tagId: string): Promise<void>; | ||
deleteTags(tagIds: string[]): Promise<void>; | ||
listTagsForNode(nodeId: string): Promise<TagPaging>; | ||
listTags(params?: { | ||
tag?: string; | ||
matching?: boolean; | ||
}): Promise<TagPaging>; | ||
deleteTagsByTagName(tagName: string): Promise<void>; | ||
} |
{ | ||
"name": "@alfresco/aca-playwright-shared", | ||
"version": "6.0.0-11703139043", | ||
"version": "6.0.0-11718929512", | ||
"license": "LGPL-3.0", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2060321
18740