@notionhq/client 2.2.16 → 2.2.17

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@notionhq/client",
3
- "version": "2.2.16",
3
+ "version": "2.2.17",
4
4
  "description": "A simple and easy to use client for the Notion API",
5
5
  "engines": {
6
6
  "node": ">=12"
@@ -143,6 +143,16 @@ type LinkPreviewMentionResponse = {
143
143
  };
144
144
  type LinkMentionResponse = {
145
145
  href: string;
146
+ title?: string;
147
+ description?: string;
148
+ link_author?: string;
149
+ link_provider?: string;
150
+ thumbnail_url?: string;
151
+ icon_url?: string;
152
+ iframe_url?: string;
153
+ height?: number;
154
+ padding?: number;
155
+ padding_top?: number;
146
156
  };
147
157
  type TemplateMentionDateTemplateMentionResponse = {
148
158
  type: "template_mention_date";