@notionhq/client 2.2.6 → 2.2.7

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.
@@ -114,7 +114,7 @@ exports.appendBlockChildren = {
114
114
  method: "patch",
115
115
  pathParams: ["block_id"],
116
116
  queryParams: [],
117
- bodyParams: ["children"],
117
+ bodyParams: ["children", "after"],
118
118
  path: (p) => `blocks/${p.block_id}/children`,
119
119
  };
120
120
  exports.getDatabase = {