@notionhq/client 0.4.13 → 1.0.2

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.
@@ -128,7 +128,7 @@ exports.updateDatabase = {
128
128
  method: "patch",
129
129
  pathParams: ["database_id"],
130
130
  queryParams: [],
131
- bodyParams: ["title", "icon", "cover", "properties"],
131
+ bodyParams: ["title", "icon", "cover", "properties", "archived"],
132
132
  path: (p) => `databases/${p.database_id}`,
133
133
  };
134
134
  exports.queryDatabase = {