update method to comments namespace for UpdateComment endpoint in https://github.com/makenotion/notion-sdk-js/pull/705markdown field descriptions in comments endpoints to match updated API spec in https://github.com/makenotion/notion-sdk-js/pull/709delete method to client.comments for Delete Comment endpoint in https://github.com/makenotion/notion-sdk-js/pull/706v5.19.0 in https://github.com/makenotion/notion-sdk-js/pull/710v5.18.0 in https://github.com/makenotion/notion-sdk-js/pull/708markdown parameter to Create Comment endpoint in https://github.com/makenotion/notion-sdk-js/pull/703v5.17.0 in https://github.com/makenotion/notion-sdk-js/pull/704gateway_timeout to APIErrorCode enum by @notion-buildkite-app[bot] in https://github.com/makenotion/notion-sdk-js/pull/698api-endpoints.ts into individual files + add webhook types by @ksinder in https://github.com/makenotion/notion-sdk-js/pull/691custom_emojis.list() endpoint by @ksinder in https://github.com/makenotion/notion-sdk-js/pull/693api-endpoints: add status property support by @ksinder in https://github.com/makenotion/notion-sdk-js/pull/686
v5.14.0 by @github-actions[bot] in https://github.com/makenotion/notion-sdk-js/pull/688update_content and replace_content operations to PATCH /v1/pages/:id/markdown endpoint by @notion-circleci-github-app[bot] in https://github.com/makenotion/notion-sdk-js/pull/683v5.13.0 by @github-actions[bot] in https://github.com/makenotion/notion-sdk-js/pull/6852026-03-11 by @ksinder in https://github.com/makenotion/notion-sdk-js/pull/675string field unsupported[block_type] in UnsupportedBlockObjectResponse to provide a hint on what an underlying unsupported block type isupdatePage endpoint: remove "properties" suffix from API name; just "Update page" now.
pages.retrieveMarkdown and pages.updateMarkdown endpoints by @ksinder in https://github.com/makenotion/notion-sdk-js/pull/669Client.request() #661
../ to switch the meaning of a request that accepts an ID path parameter to navigate to a different Notion API endpoint. Please use Client.request() with a properly formatted, absolute API path instead.position to AppendBlockChildrenParameters by @ksinder in https://github.com/makenotion/notion-sdk-js/pull/658
numbered_list_item, support distinguishing where list numbering starts and what type of list (number, letter, roman numeral), by exposing list_start_index and list_formatFull Changelog: https://github.com/makenotion/notion-sdk-js/compare/v5.7.0...v5.8.0
position to CreatePageBodyParameters by @ksinder in https://github.com/makenotion/notion-sdk-js/pull/656
position parameter in the POST /v1/pages body, which attaches the newly created page at a specific location in a parent page.examples/ in favor of notion-cookbook by @ksinder in https://github.com/makenotion/notion-sdk-js/pull/647Client.pages.move endpoint to Notion TS SDK by @ksinder in https://github.com/makenotion/notion-sdk-js/pull/646api-endpoints sync: add pagination for ListDataSourceTemplates endpoint by @ksinder in https://github.com/makenotion/notion-sdk-js/pull/633data_source_id type from DataSource.database_parent by @ksinder in https://github.com/makenotion/notion-sdk-js/pull/626workspace_id field; query wiki filters by @ksinder in https://github.com/makenotion/notion-sdk-js/pull/628
workspace_id in bot responses alongside workspace_namenotion.dataSources.listTemplates with one path parameter, data_source_id, for listing the available page templates under a data sourcetemplate to CreatePageBodyParameters with polymorphic type options of none (don't apply any template; existing behavior), default (apply data source's default template), and template_id (apply a custom template ID)result_type to QueryDataSourceBodyParameters to allow for only surfacing "page" or "data_source" result types in the case of wikis (where databases can be nested)