makenotion / notion-sdk-js

Official Notion JavaScript Client
https://developers.notion.com/docs
MIT License
4.96k stars 591 forks source link

`UpdatePageReponse` should also contains `url` prop #511

Closed yemreak closed 6 months ago

yemreak commented 6 months ago

Describe the bug There is ^URL information in the response, but there is no URL information in the types.

To Reproduce Node version: v22.0.0 Notion JS library version: "@notionhq/client": "^2.2.15",

Steps to reproduce the behavior:

Expected behavior URL information should also be included in the type.

Screenshots

image
yemreak commented 6 months ago

Fixed when I do like this.

image