@notionhq/client 2.2.2 → 2.2.3

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.
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- /* spell-checker: disable */
2
+ // cspell:disable-file
3
3
  // Note: This is a generated file.
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
5
  exports.listComments = exports.createComment = exports.search = exports.createDatabase = exports.listDatabases = exports.queryDatabase = exports.updateDatabase = exports.getDatabase = exports.appendBlockChildren = exports.listBlockChildren = exports.deleteBlock = exports.updateBlock = exports.getBlock = exports.getPageProperty = exports.updatePage = exports.getPage = exports.createPage = exports.listUsers = exports.getUser = exports.getSelf = void 0;
@@ -34,7 +34,7 @@ exports.createPage = {
34
34
  exports.getPage = {
35
35
  method: "get",
36
36
  pathParams: ["page_id"],
37
- queryParams: [],
37
+ queryParams: ["filter_properties"],
38
38
  bodyParams: [],
39
39
  path: (p) => `pages/${p.page_id}`,
40
40
  };
@@ -142,7 +142,7 @@ exports.updateDatabase = {
142
142
  exports.queryDatabase = {
143
143
  method: "post",
144
144
  pathParams: ["database_id"],
145
- queryParams: [],
145
+ queryParams: ["filter_properties"],
146
146
  bodyParams: ["sorts", "filter", "start_cursor", "page_size", "archived"],
147
147
  path: (p) => `databases/${p.database_id}/query`,
148
148
  };