@notionhq/custom-blocks 0.1.23 → 0.1.24
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.
- package/dist/types.d.ts +2 -2
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/src/types.ts +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -86,8 +86,8 @@ export type NotionDataSourcePageUpdateResult = UpdatePageResult;
|
|
|
86
86
|
export type UseDataSourceResult = {
|
|
87
87
|
items: NotionDataSourcePage[];
|
|
88
88
|
/**
|
|
89
|
-
* Collection/data
|
|
90
|
-
* schemas. Undefined when the semantic data
|
|
89
|
+
* Collection/data source schema for the bound Notion data source, including raw property
|
|
90
|
+
* schemas. Undefined when the semantic data source key has not been bound.
|
|
91
91
|
*/
|
|
92
92
|
collectionSchema?: NotionCollectionSchema;
|
|
93
93
|
/**
|
package/dist/version.js
CHANGED
package/package.json
CHANGED
package/src/types.ts
CHANGED
|
@@ -128,8 +128,8 @@ export type NotionDataSourcePageUpdateResult = UpdatePageResult
|
|
|
128
128
|
export type UseDataSourceResult = {
|
|
129
129
|
items: NotionDataSourcePage[]
|
|
130
130
|
/**
|
|
131
|
-
* Collection/data
|
|
132
|
-
* schemas. Undefined when the semantic data
|
|
131
|
+
* Collection/data source schema for the bound Notion data source, including raw property
|
|
132
|
+
* schemas. Undefined when the semantic data source key has not been bound.
|
|
133
133
|
*/
|
|
134
134
|
collectionSchema?: NotionCollectionSchema
|
|
135
135
|
/**
|