Skip to content

Commit fc4af4a

Browse files
committed
fix(CROSS-9856): Do not pass expand to request to get children
1 parent feee80d commit fc4af4a

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

components/confluence-sync/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@telefonica/confluence-sync",
33
"description": "Creates/updates/deletes Confluence pages based on a list of objects containing the page contents. Supports nested pages and attachments upload",
4-
"version": "2.0.2-beta.1",
4+
"version": "2.0.2-beta.2",
55
"license": "Apache-2.0",
66
"author": "Telefónica Innovación Digital",
77
"repository": {

components/confluence-sync/src/confluence/CustomConfluenceClient.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ export const CustomConfluenceClient: ConfluenceClientConstructor = class CustomC
5454
const childrenRequest: Promise<Models.ContentChildren> =
5555
this._client.contentChildrenAndDescendants.getContentChildren({
5656
id,
57-
expand: ["children.page"],
5857
});
5958

6059
const pageRequest: Promise<Models.Content> =

components/markdown-confluence-sync/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@telefonica/markdown-confluence-sync",
33
"description": "Creates/updates/deletes Confluence pages based on markdown files in a directory. Supports Mermaid diagrams and per-page configuration using frontmatter metadata. Works great with Docusaurus",
4-
"version": "2.1.1-beta.1",
4+
"version": "2.1.1-beta.2",
55
"license": "Apache-2.0",
66
"author": "Telefónica Innovación Digital",
77
"repository": {

0 commit comments

Comments
 (0)