@keystrokehq/notion 0.1.0 → 0.1.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.
- package/README.md +1 -1
- package/dist/action.cjs.map +1 -1
- package/dist/action.mjs.map +1 -1
- package/dist/actions/add-multiple-page-content.cjs +13 -13
- package/dist/actions/add-multiple-page-content.cjs.map +1 -1
- package/dist/actions/add-multiple-page-content.d.cts +90 -3
- package/dist/actions/add-multiple-page-content.d.cts.map +1 -1
- package/dist/actions/add-multiple-page-content.d.mts +90 -3
- package/dist/actions/add-multiple-page-content.d.mts.map +1 -1
- package/dist/actions/add-multiple-page-content.mjs +13 -13
- package/dist/actions/add-multiple-page-content.mjs.map +1 -1
- package/dist/actions/append-code-blocks.cjs +100 -100
- package/dist/actions/append-code-blocks.cjs.map +1 -1
- package/dist/actions/append-code-blocks.d.cts +867 -3
- package/dist/actions/append-code-blocks.d.cts.map +1 -1
- package/dist/actions/append-code-blocks.d.mts +867 -3
- package/dist/actions/append-code-blocks.d.mts.map +1 -1
- package/dist/actions/append-code-blocks.mjs +100 -100
- package/dist/actions/append-code-blocks.mjs.map +1 -1
- package/dist/actions/append-layout-blocks.cjs +91 -91
- package/dist/actions/append-layout-blocks.cjs.map +1 -1
- package/dist/actions/append-layout-blocks.d.cts +652 -3
- package/dist/actions/append-layout-blocks.d.cts.map +1 -1
- package/dist/actions/append-layout-blocks.d.mts +652 -3
- package/dist/actions/append-layout-blocks.d.mts.map +1 -1
- package/dist/actions/append-layout-blocks.mjs +91 -91
- package/dist/actions/append-layout-blocks.mjs.map +1 -1
- package/dist/actions/append-media-blocks.cjs +125 -125
- package/dist/actions/append-media-blocks.cjs.map +1 -1
- package/dist/actions/append-media-blocks.d.cts +1039 -3
- package/dist/actions/append-media-blocks.d.cts.map +1 -1
- package/dist/actions/append-media-blocks.d.mts +1039 -3
- package/dist/actions/append-media-blocks.d.mts.map +1 -1
- package/dist/actions/append-media-blocks.mjs +125 -125
- package/dist/actions/append-media-blocks.mjs.map +1 -1
- package/dist/actions/append-table-blocks.cjs +87 -87
- package/dist/actions/append-table-blocks.cjs.map +1 -1
- package/dist/actions/append-table-blocks.d.cts +630 -3
- package/dist/actions/append-table-blocks.d.cts.map +1 -1
- package/dist/actions/append-table-blocks.d.mts +630 -3
- package/dist/actions/append-table-blocks.d.mts.map +1 -1
- package/dist/actions/append-table-blocks.mjs +87 -87
- package/dist/actions/append-table-blocks.mjs.map +1 -1
- package/dist/actions/append-task-blocks.cjs +101 -101
- package/dist/actions/append-task-blocks.cjs.map +1 -1
- package/dist/actions/append-task-blocks.d.cts +845 -3
- package/dist/actions/append-task-blocks.d.cts.map +1 -1
- package/dist/actions/append-task-blocks.d.mts +845 -3
- package/dist/actions/append-task-blocks.d.mts.map +1 -1
- package/dist/actions/append-task-blocks.mjs +101 -101
- package/dist/actions/append-task-blocks.mjs.map +1 -1
- package/dist/actions/append-text-blocks.cjs +118 -118
- package/dist/actions/append-text-blocks.cjs.map +1 -1
- package/dist/actions/append-text-blocks.d.cts +1116 -3
- package/dist/actions/append-text-blocks.d.cts.map +1 -1
- package/dist/actions/append-text-blocks.d.mts +1116 -3
- package/dist/actions/append-text-blocks.d.mts.map +1 -1
- package/dist/actions/append-text-blocks.mjs +118 -118
- package/dist/actions/append-text-blocks.mjs.map +1 -1
- package/dist/actions/archive-notion-page.cjs +43 -43
- package/dist/actions/archive-notion-page.cjs.map +1 -1
- package/dist/actions/archive-notion-page.d.cts +78 -3
- package/dist/actions/archive-notion-page.d.cts.map +1 -1
- package/dist/actions/archive-notion-page.d.mts +78 -3
- package/dist/actions/archive-notion-page.d.mts.map +1 -1
- package/dist/actions/archive-notion-page.mjs +43 -43
- package/dist/actions/archive-notion-page.mjs.map +1 -1
- package/dist/actions/create-comment.cjs.map +1 -1
- package/dist/actions/create-comment.d.cts +46 -3
- package/dist/actions/create-comment.d.cts.map +1 -1
- package/dist/actions/create-comment.d.mts +46 -3
- package/dist/actions/create-comment.d.mts.map +1 -1
- package/dist/actions/create-comment.mjs.map +1 -1
- package/dist/actions/create-database.cjs +44 -44
- package/dist/actions/create-database.cjs.map +1 -1
- package/dist/actions/create-database.d.cts +140 -3
- package/dist/actions/create-database.d.cts.map +1 -1
- package/dist/actions/create-database.d.mts +140 -3
- package/dist/actions/create-database.d.mts.map +1 -1
- package/dist/actions/create-database.mjs +44 -44
- package/dist/actions/create-database.mjs.map +1 -1
- package/dist/actions/create-file-upload.cjs +9 -9
- package/dist/actions/create-file-upload.cjs.map +1 -1
- package/dist/actions/create-file-upload.d.cts +38 -3
- package/dist/actions/create-file-upload.d.cts.map +1 -1
- package/dist/actions/create-file-upload.d.mts +38 -3
- package/dist/actions/create-file-upload.d.mts.map +1 -1
- package/dist/actions/create-file-upload.mjs +9 -9
- package/dist/actions/create-file-upload.mjs.map +1 -1
- package/dist/actions/create-notion-page.cjs +41 -41
- package/dist/actions/create-notion-page.cjs.map +1 -1
- package/dist/actions/create-notion-page.d.cts +83 -3
- package/dist/actions/create-notion-page.d.cts.map +1 -1
- package/dist/actions/create-notion-page.d.mts +83 -3
- package/dist/actions/create-notion-page.d.mts.map +1 -1
- package/dist/actions/create-notion-page.mjs +41 -41
- package/dist/actions/create-notion-page.mjs.map +1 -1
- package/dist/actions/delete-block.cjs +84 -84
- package/dist/actions/delete-block.cjs.map +1 -1
- package/dist/actions/delete-block.d.cts +2181 -3
- package/dist/actions/delete-block.d.cts.map +1 -1
- package/dist/actions/delete-block.d.mts +2181 -3
- package/dist/actions/delete-block.d.mts.map +1 -1
- package/dist/actions/delete-block.mjs +84 -84
- package/dist/actions/delete-block.mjs.map +1 -1
- package/dist/actions/duplicate-page.cjs +49 -49
- package/dist/actions/duplicate-page.cjs.map +1 -1
- package/dist/actions/duplicate-page.d.cts +90 -3
- package/dist/actions/duplicate-page.d.cts.map +1 -1
- package/dist/actions/duplicate-page.d.mts +90 -3
- package/dist/actions/duplicate-page.d.mts.map +1 -1
- package/dist/actions/duplicate-page.mjs +49 -49
- package/dist/actions/duplicate-page.mjs.map +1 -1
- package/dist/actions/fetch-all-block-contents.cjs +91 -91
- package/dist/actions/fetch-all-block-contents.cjs.map +1 -1
- package/dist/actions/fetch-all-block-contents.d.cts +38 -3
- package/dist/actions/fetch-all-block-contents.d.cts.map +1 -1
- package/dist/actions/fetch-all-block-contents.d.mts +38 -3
- package/dist/actions/fetch-all-block-contents.d.mts.map +1 -1
- package/dist/actions/fetch-all-block-contents.mjs +91 -91
- package/dist/actions/fetch-all-block-contents.mjs.map +1 -1
- package/dist/actions/fetch-block-contents.cjs +97 -97
- package/dist/actions/fetch-block-contents.cjs.map +1 -1
- package/dist/actions/fetch-block-contents.d.cts +687 -3
- package/dist/actions/fetch-block-contents.d.cts.map +1 -1
- package/dist/actions/fetch-block-contents.d.mts +687 -3
- package/dist/actions/fetch-block-contents.d.mts.map +1 -1
- package/dist/actions/fetch-block-contents.mjs +97 -97
- package/dist/actions/fetch-block-contents.mjs.map +1 -1
- package/dist/actions/fetch-block-metadata.cjs +81 -81
- package/dist/actions/fetch-block-metadata.cjs.map +1 -1
- package/dist/actions/fetch-block-metadata.d.cts +2103 -3
- package/dist/actions/fetch-block-metadata.d.cts.map +1 -1
- package/dist/actions/fetch-block-metadata.d.mts +2103 -3
- package/dist/actions/fetch-block-metadata.d.mts.map +1 -1
- package/dist/actions/fetch-block-metadata.mjs +81 -81
- package/dist/actions/fetch-block-metadata.mjs.map +1 -1
- package/dist/actions/fetch-comments.cjs +55 -55
- package/dist/actions/fetch-comments.cjs.map +1 -1
- package/dist/actions/fetch-comments.d.cts +148 -3
- package/dist/actions/fetch-comments.d.cts.map +1 -1
- package/dist/actions/fetch-comments.d.mts +148 -3
- package/dist/actions/fetch-comments.d.mts.map +1 -1
- package/dist/actions/fetch-comments.mjs +55 -55
- package/dist/actions/fetch-comments.mjs.map +1 -1
- package/dist/actions/fetch-data.cjs +76 -76
- package/dist/actions/fetch-data.cjs.map +1 -1
- package/dist/actions/fetch-data.d.cts +594 -3
- package/dist/actions/fetch-data.d.cts.map +1 -1
- package/dist/actions/fetch-data.d.mts +594 -3
- package/dist/actions/fetch-data.d.mts.map +1 -1
- package/dist/actions/fetch-data.mjs +76 -76
- package/dist/actions/fetch-data.mjs.map +1 -1
- package/dist/actions/fetch-database.cjs +38 -38
- package/dist/actions/fetch-database.cjs.map +1 -1
- package/dist/actions/fetch-database.d.cts +89 -3
- package/dist/actions/fetch-database.d.cts.map +1 -1
- package/dist/actions/fetch-database.d.mts +89 -3
- package/dist/actions/fetch-database.d.mts.map +1 -1
- package/dist/actions/fetch-database.mjs +38 -38
- package/dist/actions/fetch-database.mjs.map +1 -1
- package/dist/actions/fetch-row.cjs +56 -56
- package/dist/actions/fetch-row.cjs.map +1 -1
- package/dist/actions/fetch-row.d.cts +151 -3
- package/dist/actions/fetch-row.d.cts.map +1 -1
- package/dist/actions/fetch-row.d.mts +151 -3
- package/dist/actions/fetch-row.d.mts.map +1 -1
- package/dist/actions/fetch-row.mjs +56 -56
- package/dist/actions/fetch-row.mjs.map +1 -1
- package/dist/actions/get-about-user.cjs +13 -13
- package/dist/actions/get-about-user.cjs.map +1 -1
- package/dist/actions/get-about-user.d.cts +44 -3
- package/dist/actions/get-about-user.d.cts.map +1 -1
- package/dist/actions/get-about-user.d.mts +44 -3
- package/dist/actions/get-about-user.d.mts.map +1 -1
- package/dist/actions/get-about-user.mjs +13 -13
- package/dist/actions/get-about-user.mjs.map +1 -1
- package/dist/actions/get-page-markdown.cjs +5 -5
- package/dist/actions/get-page-markdown.cjs.map +1 -1
- package/dist/actions/get-page-markdown.d.cts +15 -3
- package/dist/actions/get-page-markdown.d.cts.map +1 -1
- package/dist/actions/get-page-markdown.d.mts +15 -3
- package/dist/actions/get-page-markdown.d.mts.map +1 -1
- package/dist/actions/get-page-markdown.mjs +5 -5
- package/dist/actions/get-page-markdown.mjs.map +1 -1
- package/dist/actions/get-page-property-action.cjs.map +1 -1
- package/dist/actions/get-page-property-action.d.cts +13 -3
- package/dist/actions/get-page-property-action.d.cts.map +1 -1
- package/dist/actions/get-page-property-action.d.mts +13 -3
- package/dist/actions/get-page-property-action.d.mts.map +1 -1
- package/dist/actions/get-page-property-action.mjs.map +1 -1
- package/dist/actions/insert-row-database.cjs +50 -50
- package/dist/actions/insert-row-database.cjs.map +1 -1
- package/dist/actions/insert-row-database.d.cts +165 -3
- package/dist/actions/insert-row-database.d.cts.map +1 -1
- package/dist/actions/insert-row-database.d.mts +165 -3
- package/dist/actions/insert-row-database.d.mts.map +1 -1
- package/dist/actions/insert-row-database.mjs +50 -50
- package/dist/actions/insert-row-database.mjs.map +1 -1
- package/dist/actions/insert-row-from-nl.cjs +2 -2
- package/dist/actions/insert-row-from-nl.cjs.map +1 -1
- package/dist/actions/insert-row-from-nl.d.cts +19 -3
- package/dist/actions/insert-row-from-nl.d.cts.map +1 -1
- package/dist/actions/insert-row-from-nl.d.mts +19 -3
- package/dist/actions/insert-row-from-nl.d.mts.map +1 -1
- package/dist/actions/insert-row-from-nl.mjs +2 -2
- package/dist/actions/insert-row-from-nl.mjs.map +1 -1
- package/dist/actions/list-data-source-templates.cjs +6 -6
- package/dist/actions/list-data-source-templates.cjs.map +1 -1
- package/dist/actions/list-data-source-templates.d.cts +19 -3
- package/dist/actions/list-data-source-templates.d.cts.map +1 -1
- package/dist/actions/list-data-source-templates.d.mts +19 -3
- package/dist/actions/list-data-source-templates.d.mts.map +1 -1
- package/dist/actions/list-data-source-templates.mjs +6 -6
- package/dist/actions/list-data-source-templates.mjs.map +1 -1
- package/dist/actions/list-file-uploads.cjs +9 -9
- package/dist/actions/list-file-uploads.cjs.map +1 -1
- package/dist/actions/list-file-uploads.d.cts +32 -3
- package/dist/actions/list-file-uploads.d.cts.map +1 -1
- package/dist/actions/list-file-uploads.d.mts +32 -3
- package/dist/actions/list-file-uploads.d.mts.map +1 -1
- package/dist/actions/list-file-uploads.mjs +9 -9
- package/dist/actions/list-file-uploads.mjs.map +1 -1
- package/dist/actions/list-users.cjs +14 -14
- package/dist/actions/list-users.cjs.map +1 -1
- package/dist/actions/list-users.d.cts +58 -3
- package/dist/actions/list-users.d.cts.map +1 -1
- package/dist/actions/list-users.d.mts +58 -3
- package/dist/actions/list-users.d.mts.map +1 -1
- package/dist/actions/list-users.mjs +14 -14
- package/dist/actions/list-users.mjs.map +1 -1
- package/dist/actions/move-page.cjs +44 -44
- package/dist/actions/move-page.cjs.map +1 -1
- package/dist/actions/move-page.d.cts +92 -3
- package/dist/actions/move-page.d.cts.map +1 -1
- package/dist/actions/move-page.d.mts +92 -3
- package/dist/actions/move-page.d.mts.map +1 -1
- package/dist/actions/move-page.mjs +44 -44
- package/dist/actions/move-page.mjs.map +1 -1
- package/dist/actions/query-data-source.cjs +35 -35
- package/dist/actions/query-data-source.cjs.map +1 -1
- package/dist/actions/query-data-source.d.cts +161 -3
- package/dist/actions/query-data-source.d.cts.map +1 -1
- package/dist/actions/query-data-source.d.mts +161 -3
- package/dist/actions/query-data-source.d.mts.map +1 -1
- package/dist/actions/query-data-source.mjs +35 -35
- package/dist/actions/query-data-source.mjs.map +1 -1
- package/dist/actions/query-database-with-filter.cjs +73 -73
- package/dist/actions/query-database-with-filter.cjs.map +1 -1
- package/dist/actions/query-database-with-filter.d.cts +216 -3
- package/dist/actions/query-database-with-filter.d.cts.map +1 -1
- package/dist/actions/query-database-with-filter.d.mts +216 -3
- package/dist/actions/query-database-with-filter.d.mts.map +1 -1
- package/dist/actions/query-database-with-filter.mjs +73 -73
- package/dist/actions/query-database-with-filter.mjs.map +1 -1
- package/dist/actions/query-database.cjs +61 -61
- package/dist/actions/query-database.cjs.map +1 -1
- package/dist/actions/query-database.d.cts +209 -3
- package/dist/actions/query-database.d.cts.map +1 -1
- package/dist/actions/query-database.d.mts +209 -3
- package/dist/actions/query-database.d.mts.map +1 -1
- package/dist/actions/query-database.mjs +61 -61
- package/dist/actions/query-database.mjs.map +1 -1
- package/dist/actions/replace-page-content.cjs +133 -133
- package/dist/actions/replace-page-content.cjs.map +1 -1
- package/dist/actions/replace-page-content.d.cts +1836 -3
- package/dist/actions/replace-page-content.d.cts.map +1 -1
- package/dist/actions/replace-page-content.d.mts +1836 -3
- package/dist/actions/replace-page-content.d.mts.map +1 -1
- package/dist/actions/replace-page-content.mjs +133 -133
- package/dist/actions/replace-page-content.mjs.map +1 -1
- package/dist/actions/retrieve-comment.cjs.map +1 -1
- package/dist/actions/retrieve-comment.d.cts +7 -3
- package/dist/actions/retrieve-comment.d.cts.map +1 -1
- package/dist/actions/retrieve-comment.d.mts +7 -3
- package/dist/actions/retrieve-comment.d.mts.map +1 -1
- package/dist/actions/retrieve-comment.mjs.map +1 -1
- package/dist/actions/retrieve-database-property.cjs +42 -42
- package/dist/actions/retrieve-database-property.cjs.map +1 -1
- package/dist/actions/retrieve-database-property.d.cts +78 -3
- package/dist/actions/retrieve-database-property.d.cts.map +1 -1
- package/dist/actions/retrieve-database-property.d.mts +78 -3
- package/dist/actions/retrieve-database-property.d.mts.map +1 -1
- package/dist/actions/retrieve-database-property.mjs +42 -42
- package/dist/actions/retrieve-database-property.mjs.map +1 -1
- package/dist/actions/retrieve-file-upload.cjs +6 -6
- package/dist/actions/retrieve-file-upload.cjs.map +1 -1
- package/dist/actions/retrieve-file-upload.d.cts +25 -3
- package/dist/actions/retrieve-file-upload.d.cts.map +1 -1
- package/dist/actions/retrieve-file-upload.d.mts +25 -3
- package/dist/actions/retrieve-file-upload.d.mts.map +1 -1
- package/dist/actions/retrieve-file-upload.mjs +6 -6
- package/dist/actions/retrieve-file-upload.mjs.map +1 -1
- package/dist/actions/retrieve-page.cjs +55 -55
- package/dist/actions/retrieve-page.cjs.map +1 -1
- package/dist/actions/retrieve-page.d.cts +139 -3
- package/dist/actions/retrieve-page.d.cts.map +1 -1
- package/dist/actions/retrieve-page.d.mts +139 -3
- package/dist/actions/retrieve-page.d.mts.map +1 -1
- package/dist/actions/retrieve-page.mjs +55 -55
- package/dist/actions/retrieve-page.mjs.map +1 -1
- package/dist/actions/search-notion-page.cjs +82 -82
- package/dist/actions/search-notion-page.cjs.map +1 -1
- package/dist/actions/search-notion-page.d.cts +751 -3
- package/dist/actions/search-notion-page.d.cts.map +1 -1
- package/dist/actions/search-notion-page.d.mts +751 -3
- package/dist/actions/search-notion-page.d.mts.map +1 -1
- package/dist/actions/search-notion-page.mjs +82 -82
- package/dist/actions/search-notion-page.mjs.map +1 -1
- package/dist/actions/send-file-upload.cjs +8 -8
- package/dist/actions/send-file-upload.cjs.map +1 -1
- package/dist/actions/send-file-upload.d.cts +33 -3
- package/dist/actions/send-file-upload.d.cts.map +1 -1
- package/dist/actions/send-file-upload.d.mts +33 -3
- package/dist/actions/send-file-upload.d.mts.map +1 -1
- package/dist/actions/send-file-upload.mjs +8 -8
- package/dist/actions/send-file-upload.mjs.map +1 -1
- package/dist/actions/update-block.cjs +94 -94
- package/dist/actions/update-block.cjs.map +1 -1
- package/dist/actions/update-block.d.cts +564 -3
- package/dist/actions/update-block.d.cts.map +1 -1
- package/dist/actions/update-block.d.mts +564 -3
- package/dist/actions/update-block.d.mts.map +1 -1
- package/dist/actions/update-block.mjs +94 -94
- package/dist/actions/update-block.mjs.map +1 -1
- package/dist/actions/update-page.cjs +46 -46
- package/dist/actions/update-page.cjs.map +1 -1
- package/dist/actions/update-page.d.cts +103 -3
- package/dist/actions/update-page.d.cts.map +1 -1
- package/dist/actions/update-page.d.mts +103 -3
- package/dist/actions/update-page.d.mts.map +1 -1
- package/dist/actions/update-page.mjs +46 -46
- package/dist/actions/update-page.mjs.map +1 -1
- package/dist/actions/update-row-database.cjs +50 -50
- package/dist/actions/update-row-database.cjs.map +1 -1
- package/dist/actions/update-row-database.d.cts +127 -3
- package/dist/actions/update-row-database.d.cts.map +1 -1
- package/dist/actions/update-row-database.d.mts +127 -3
- package/dist/actions/update-row-database.d.mts.map +1 -1
- package/dist/actions/update-row-database.mjs +50 -50
- package/dist/actions/update-row-database.mjs.map +1 -1
- package/dist/actions/update-schema-database.cjs +59 -59
- package/dist/actions/update-schema-database.cjs.map +1 -1
- package/dist/actions/update-schema-database.d.cts +315 -3
- package/dist/actions/update-schema-database.d.cts.map +1 -1
- package/dist/actions/update-schema-database.d.mts +315 -3
- package/dist/actions/update-schema-database.d.mts.map +1 -1
- package/dist/actions/update-schema-database.mjs +59 -59
- package/dist/actions/update-schema-database.mjs.map +1 -1
- package/dist/actions/upsert-row-database.cjs +32 -32
- package/dist/actions/upsert-row-database.cjs.map +1 -1
- package/dist/actions/upsert-row-database.d.cts +242 -3
- package/dist/actions/upsert-row-database.d.cts.map +1 -1
- package/dist/actions/upsert-row-database.d.mts +242 -3
- package/dist/actions/upsert-row-database.d.mts.map +1 -1
- package/dist/actions/upsert-row-database.mjs +32 -32
- package/dist/actions/upsert-row-database.mjs.map +1 -1
- package/dist/execute.cjs +1 -1
- package/dist/execute.cjs.map +1 -1
- package/dist/execute.mjs +1 -1
- package/dist/execute.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fetch-block-contents.d.mts","names":[],"sources":["../../src/actions/fetch-block-contents.ts"],"mappings":";;;cAIa,6BAAA,
|
|
1
|
+
{"version":3,"file":"fetch-block-contents.d.mts","names":[],"sources":["../../src/actions/fetch-block-contents.ts"],"mappings":";;;cAIa,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;cAsO7B,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAU9B,wBAAA,gCAAwB,wBAAA"}
|
|
@@ -6,114 +6,114 @@ const NotionFetchBlockContentsInput = z.object({
|
|
|
6
6
|
page_size: z.number().int().describe("The maximum number of child blocks to return in a single response. The actual number of results may be lower if there are fewer child blocks available or if the end of the list is reached. Maximum allowed value is 100. If unspecified, Notion's default page size will be used.").optional(),
|
|
7
7
|
start_cursor: z.string().describe("Pagination cursor from next_cursor in a previous API response. When paginating through results, pass the next_cursor value from the previous response here to fetch the next page. Must be a valid UUID format or cursor string returned by Notion's API. If omitted, returns the first page of results.").optional()
|
|
8
8
|
});
|
|
9
|
-
const NotionFetchBlockContents_BlockPaginationMarkerSchema = z.
|
|
10
|
-
const NotionFetchBlockContents_TextLinkSchema = z.object({ url: z.string().describe("The URL the text links to.") });
|
|
9
|
+
const NotionFetchBlockContents_BlockPaginationMarkerSchema = z.record(z.string(), z.unknown()).describe("Empty object marker for block-type pagination responses.");
|
|
10
|
+
const NotionFetchBlockContents_TextLinkSchema = z.object({ url: z.string().describe("The URL the text links to.").nullable() }).passthrough();
|
|
11
11
|
const NotionFetchBlockContents_TextContentSchema = z.object({
|
|
12
12
|
link: NotionFetchBlockContents_TextLinkSchema.nullable().optional(),
|
|
13
|
-
content: z.string().describe("The actual text content.")
|
|
14
|
-
});
|
|
15
|
-
const NotionFetchBlockContents_MentionContentSchema = z.object({ type: z.string().describe("Type of mention ('database', 'date', 'link_preview', 'page', 'template_mention', or 'user').") });
|
|
16
|
-
const NotionFetchBlockContents_EquationContentSchema = z.object({ expression: z.string().describe("LaTeX formula representation.") });
|
|
13
|
+
content: z.string().describe("The actual text content.").nullable()
|
|
14
|
+
}).passthrough();
|
|
15
|
+
const NotionFetchBlockContents_MentionContentSchema = z.object({ type: z.string().describe("Type of mention ('database', 'date', 'link_preview', 'page', 'template_mention', or 'user').").nullable() }).passthrough();
|
|
16
|
+
const NotionFetchBlockContents_EquationContentSchema = z.object({ expression: z.string().describe("LaTeX formula representation.").nullable() }).passthrough();
|
|
17
17
|
const NotionFetchBlockContents_RichTextAnnotationsSchema = z.object({
|
|
18
|
-
bold: z.boolean().describe("Whether text is bold."),
|
|
19
|
-
code: z.boolean().describe("Whether text is formatted as code."),
|
|
20
|
-
color: z.string().describe("Text color or background color (e.g., 'default', 'blue', 'green', 'red', 'yellow', 'orange', 'pink', 'purple', 'brown', 'gray', or with '_background' suffix)."),
|
|
21
|
-
italic: z.boolean().describe("Whether text is italic."),
|
|
22
|
-
underline: z.boolean().describe("Whether text is underlined."),
|
|
23
|
-
strikethrough: z.boolean().describe("Whether text has strikethrough.")
|
|
24
|
-
});
|
|
18
|
+
bold: z.boolean().describe("Whether text is bold.").nullable(),
|
|
19
|
+
code: z.boolean().describe("Whether text is formatted as code.").nullable(),
|
|
20
|
+
color: z.string().describe("Text color or background color (e.g., 'default', 'blue', 'green', 'red', 'yellow', 'orange', 'pink', 'purple', 'brown', 'gray', or with '_background' suffix).").nullable(),
|
|
21
|
+
italic: z.boolean().describe("Whether text is italic.").nullable(),
|
|
22
|
+
underline: z.boolean().describe("Whether text is underlined.").nullable(),
|
|
23
|
+
strikethrough: z.boolean().describe("Whether text has strikethrough.").nullable()
|
|
24
|
+
}).passthrough();
|
|
25
25
|
const NotionFetchBlockContents_RichTextSchema = z.object({
|
|
26
26
|
href: z.string().describe("URL if the text is a link, otherwise null.").nullable().optional(),
|
|
27
27
|
text: NotionFetchBlockContents_TextContentSchema.nullable().optional(),
|
|
28
|
-
type: z.string().describe("Type of rich text ('text', 'mention', or 'equation')."),
|
|
28
|
+
type: z.string().describe("Type of rich text ('text', 'mention', or 'equation').").nullable(),
|
|
29
29
|
mention: NotionFetchBlockContents_MentionContentSchema.nullable().optional(),
|
|
30
30
|
equation: NotionFetchBlockContents_EquationContentSchema.nullable().optional(),
|
|
31
|
-
plain_text: z.string().describe("Unformatted text content."),
|
|
31
|
+
plain_text: z.string().describe("Unformatted text content.").nullable(),
|
|
32
32
|
annotations: NotionFetchBlockContents_RichTextAnnotationsSchema.nullable()
|
|
33
|
-
});
|
|
33
|
+
}).passthrough();
|
|
34
34
|
const NotionFetchBlockContents_PdfBlockSchema = z.object({
|
|
35
35
|
type: z.string().describe("Type of PDF source ('external', 'file', or 'file_upload'). May be absent for incomplete or placeholder PDF blocks.").nullable().optional(),
|
|
36
36
|
caption: z.array(NotionFetchBlockContents_RichTextSchema).describe("Array of rich text objects for the PDF caption.")
|
|
37
|
-
});
|
|
37
|
+
}).passthrough();
|
|
38
38
|
const NotionFetchBlockContents_CodeBlockSchema = z.object({
|
|
39
39
|
caption: z.array(NotionFetchBlockContents_RichTextSchema).describe("Array of rich text objects for the caption."),
|
|
40
|
-
language: z.string().describe("Programming language for syntax highlighting (supports 170+ languages)."),
|
|
40
|
+
language: z.string().describe("Programming language for syntax highlighting (supports 170+ languages).").nullable(),
|
|
41
41
|
rich_text: z.array(NotionFetchBlockContents_RichTextSchema).describe("Array of rich text objects containing the code content.")
|
|
42
|
-
});
|
|
42
|
+
}).passthrough();
|
|
43
43
|
const NotionFetchBlockContents_FileBlockSchema = z.object({
|
|
44
|
-
name: z.string().describe("Name of the file."),
|
|
44
|
+
name: z.string().describe("Name of the file.").nullable(),
|
|
45
45
|
type: z.string().describe("Type of file source ('external', 'file', or 'file_upload'). May be absent for incomplete or placeholder file blocks.").nullable().optional(),
|
|
46
46
|
caption: z.array(NotionFetchBlockContents_RichTextSchema).describe("Array of rich text objects for the file caption.")
|
|
47
|
-
});
|
|
47
|
+
}).passthrough();
|
|
48
48
|
const NotionFetchBlockContents_AudioBlockSchema = z.object({
|
|
49
49
|
type: z.string().describe("Type of audio source ('external', 'file', or 'file_upload'). May be absent for incomplete or placeholder audio blocks.").nullable().optional(),
|
|
50
50
|
caption: z.array(NotionFetchBlockContents_RichTextSchema).describe("Array of rich text objects for the audio caption.")
|
|
51
|
-
});
|
|
51
|
+
}).passthrough();
|
|
52
52
|
const NotionFetchBlockContents_EmbedBlockSchema = z.object({
|
|
53
|
-
url: z.string().describe("URL of the embedded content."),
|
|
53
|
+
url: z.string().describe("URL of the embedded content.").nullable(),
|
|
54
54
|
caption: z.array(NotionFetchBlockContents_RichTextSchema).describe("Array of rich text objects for the embed caption.")
|
|
55
|
-
});
|
|
55
|
+
}).passthrough();
|
|
56
56
|
const NotionFetchBlockContents_ImageBlockSchema = z.object({
|
|
57
57
|
type: z.string().describe("Type of image source ('external', 'file', or 'file_upload'). May be absent for incomplete or placeholder image blocks.").nullable().optional(),
|
|
58
58
|
caption: z.array(NotionFetchBlockContents_RichTextSchema).describe("Array of rich text objects for the image caption.")
|
|
59
|
-
});
|
|
59
|
+
}).passthrough();
|
|
60
60
|
const NotionFetchBlockContents_QuoteBlockSchema = z.object({
|
|
61
|
-
color: z.string().describe("Color of the quote."),
|
|
61
|
+
color: z.string().describe("Color of the quote.").nullable(),
|
|
62
62
|
rich_text: z.array(NotionFetchBlockContents_RichTextSchema).describe("Array of rich text objects containing the quote content.")
|
|
63
|
-
});
|
|
63
|
+
}).passthrough();
|
|
64
64
|
const NotionFetchBlockContents_TableBlockSchema = z.object({
|
|
65
|
-
table_width: z.number().int().describe("Number of columns in the table."),
|
|
66
|
-
has_row_header: z.boolean().describe("Whether the table has a row header."),
|
|
67
|
-
has_column_header: z.boolean().describe("Whether the table has a column header.")
|
|
68
|
-
});
|
|
65
|
+
table_width: z.number().int().describe("Number of columns in the table.").nullable(),
|
|
66
|
+
has_row_header: z.boolean().describe("Whether the table has a row header.").nullable(),
|
|
67
|
+
has_column_header: z.boolean().describe("Whether the table has a column header.").nullable()
|
|
68
|
+
}).passthrough();
|
|
69
69
|
const NotionFetchBlockContents_ToDoBlockSchema = z.object({
|
|
70
|
-
color: z.string().describe("Color of the to-do item."),
|
|
71
|
-
checked: z.boolean().describe("Whether the to-do is checked."),
|
|
70
|
+
color: z.string().describe("Color of the to-do item.").nullable(),
|
|
71
|
+
checked: z.boolean().describe("Whether the to-do is checked.").nullable(),
|
|
72
72
|
rich_text: z.array(NotionFetchBlockContents_RichTextSchema).describe("Array of rich text objects containing the to-do text.")
|
|
73
|
-
});
|
|
73
|
+
}).passthrough();
|
|
74
74
|
const NotionFetchBlockContents_VideoBlockSchema = z.object({
|
|
75
75
|
type: z.string().describe("Type of video source ('external', 'file', or 'file_upload'). May be absent for incomplete or placeholder video blocks.").nullable().optional(),
|
|
76
76
|
caption: z.array(NotionFetchBlockContents_RichTextSchema).describe("Array of rich text objects for the video caption.")
|
|
77
|
-
});
|
|
78
|
-
const NotionFetchBlockContents_ColumnBlockSchema = z.object({ width_ratio: z.number().describe("Width ratio of the column (0-1). Optional field that may not be present in all API responses.").nullable().optional() });
|
|
77
|
+
}).passthrough();
|
|
78
|
+
const NotionFetchBlockContents_ColumnBlockSchema = z.object({ width_ratio: z.number().describe("Width ratio of the column (0-1). Optional field that may not be present in all API responses.").nullable().optional() }).passthrough();
|
|
79
79
|
const NotionFetchBlockContents_ParentObjectSchema = z.object({
|
|
80
|
-
type: z.string().describe("Type of parent ('page_id', 'database_id', 'block_id', 'workspace', or 'data_source_id')."),
|
|
80
|
+
type: z.string().describe("Type of parent ('page_id', 'database_id', 'block_id', 'workspace', or 'data_source_id').").nullable(),
|
|
81
81
|
page_id: z.string().describe("UUID of the parent page (present when type is 'page_id').").nullable().optional(),
|
|
82
82
|
block_id: z.string().describe("UUID of the parent block (present when type is 'block_id').").nullable().optional(),
|
|
83
83
|
workspace: z.boolean().describe("Always true when type is 'workspace', indicating a top-level page.").nullable().optional(),
|
|
84
84
|
database_id: z.string().describe("UUID of the parent database (present when type is 'database_id').").nullable().optional(),
|
|
85
85
|
data_source_id: z.string().describe("UUID of the parent data source (present when type is 'data_source_id').").nullable().optional()
|
|
86
|
-
});
|
|
86
|
+
}).passthrough();
|
|
87
87
|
const NotionFetchBlockContents_ToggleBlockSchema = z.object({
|
|
88
|
-
color: z.string().describe("Color of the toggle."),
|
|
88
|
+
color: z.string().describe("Color of the toggle.").nullable(),
|
|
89
89
|
rich_text: z.array(NotionFetchBlockContents_RichTextSchema).describe("Array of rich text objects containing the toggle content.")
|
|
90
|
-
});
|
|
90
|
+
}).passthrough();
|
|
91
91
|
const NotionFetchBlockContents_EmojiIconSchema = z.object({
|
|
92
|
-
type: z.string().describe("Always 'emoji' for emoji icons."),
|
|
93
|
-
emoji: z.string().describe("The emoji character (e.g., '😻', '📌').")
|
|
94
|
-
}).describe("Emoji icon object for callouts and pages.");
|
|
92
|
+
type: z.string().describe("Always 'emoji' for emoji icons.").nullable(),
|
|
93
|
+
emoji: z.string().describe("The emoji character (e.g., '😻', '📌').").nullable()
|
|
94
|
+
}).passthrough().describe("Emoji icon object for callouts and pages.");
|
|
95
95
|
const NotionFetchBlockContents_CustomEmojiDataSchema = z.object({
|
|
96
|
-
id: z.string().describe("Unique identifier for the custom emoji."),
|
|
96
|
+
id: z.string().describe("Unique identifier for the custom emoji.").nullable(),
|
|
97
97
|
url: z.string().describe("Hosted URL pointing to the custom emoji image.").nullable().optional(),
|
|
98
98
|
name: z.string().describe("Display name of the custom emoji.").nullable().optional()
|
|
99
|
-
}).describe("Custom emoji data containing metadata.");
|
|
99
|
+
}).passthrough().describe("Custom emoji data containing metadata.");
|
|
100
100
|
const NotionFetchBlockContents_CustomEmojiIconSchema = z.object({
|
|
101
|
-
type: z.string().describe("Always 'custom_emoji' for workspace custom emoji icons."),
|
|
101
|
+
type: z.string().describe("Always 'custom_emoji' for workspace custom emoji icons.").nullable(),
|
|
102
102
|
custom_emoji: NotionFetchBlockContents_CustomEmojiDataSchema.nullable()
|
|
103
|
-
}).describe("Custom emoji icon object for callouts and pages.");
|
|
104
|
-
const NotionFetchBlockContents_ExternalFileDataSchema = z.object({ url: z.string().describe("HTTPS URL to the external file.") }).describe("External file data with URL.");
|
|
103
|
+
}).passthrough().describe("Custom emoji icon object for callouts and pages.");
|
|
104
|
+
const NotionFetchBlockContents_ExternalFileDataSchema = z.object({ url: z.string().describe("HTTPS URL to the external file.").nullable() }).passthrough().describe("External file data with URL.");
|
|
105
105
|
const NotionFetchBlockContents_ExternalFileIconSchema = z.object({
|
|
106
|
-
type: z.string().describe("Always 'external' for externally hosted files."),
|
|
106
|
+
type: z.string().describe("Always 'external' for externally hosted files.").nullable(),
|
|
107
107
|
external: NotionFetchBlockContents_ExternalFileDataSchema.nullable()
|
|
108
|
-
}).describe("External file icon object for callouts.");
|
|
108
|
+
}).passthrough().describe("External file icon object for callouts.");
|
|
109
109
|
const NotionFetchBlockContents_NotionFileDataSchema = z.object({
|
|
110
|
-
url: z.string().describe("Authenticated S3 URL for the file (valid for 1 hour)."),
|
|
111
|
-
expiry_time: z.string().describe("ISO 8601 timestamp when the URL expires.")
|
|
112
|
-
}).describe("Notion-hosted file data with URL and expiry time.");
|
|
110
|
+
url: z.string().describe("Authenticated S3 URL for the file (valid for 1 hour).").nullable(),
|
|
111
|
+
expiry_time: z.string().describe("ISO 8601 timestamp when the URL expires.").nullable()
|
|
112
|
+
}).passthrough().describe("Notion-hosted file data with URL and expiry time.");
|
|
113
113
|
const NotionFetchBlockContents_NotionFileIconSchema = z.object({
|
|
114
114
|
file: NotionFetchBlockContents_NotionFileDataSchema.nullable(),
|
|
115
|
-
type: z.string().describe("Always 'file' for Notion-hosted files.")
|
|
116
|
-
}).describe("Notion-hosted file icon object.");
|
|
115
|
+
type: z.string().describe("Always 'file' for Notion-hosted files.").nullable()
|
|
116
|
+
}).passthrough().describe("Notion-hosted file icon object.");
|
|
117
117
|
const NotionFetchBlockContents_CalloutBlockSchema = z.object({
|
|
118
118
|
icon: z.union([
|
|
119
119
|
NotionFetchBlockContents_EmojiIconSchema,
|
|
@@ -121,56 +121,56 @@ const NotionFetchBlockContents_CalloutBlockSchema = z.object({
|
|
|
121
121
|
NotionFetchBlockContents_ExternalFileIconSchema,
|
|
122
122
|
NotionFetchBlockContents_NotionFileIconSchema
|
|
123
123
|
]).nullable().optional(),
|
|
124
|
-
color: z.string().describe("Background color of the callout."),
|
|
124
|
+
color: z.string().describe("Background color of the callout.").nullable(),
|
|
125
125
|
rich_text: z.array(NotionFetchBlockContents_RichTextSchema).describe("Array of rich text objects containing the callout content.")
|
|
126
|
-
});
|
|
127
|
-
const NotionFetchBlockContents_DividerBlockSchema = z.
|
|
126
|
+
}).passthrough();
|
|
127
|
+
const NotionFetchBlockContents_DividerBlockSchema = z.record(z.string(), z.unknown()).describe("Divider block properties. Divider blocks contain no additional properties.");
|
|
128
128
|
const NotionFetchBlockContents_BookmarkBlockSchema = z.object({
|
|
129
|
-
url: z.string().describe("URL of the bookmarked resource."),
|
|
129
|
+
url: z.string().describe("URL of the bookmarked resource.").nullable(),
|
|
130
130
|
caption: z.array(NotionFetchBlockContents_RichTextSchema).describe("Array of rich text objects for the bookmark caption.")
|
|
131
|
-
});
|
|
132
|
-
const NotionFetchBlockContents_EquationBlockSchema = z.object({ expression: z.string().describe("LaTeX expression for the equation.") });
|
|
133
|
-
const NotionFetchBlockContents_TemplateBlockSchema = z.object({ rich_text: z.array(NotionFetchBlockContents_RichTextSchema).describe("Array of rich text objects displayed in the template button title.") }).describe("Template block properties. Note: Template blocks are deprecated as of March 27, 2023.");
|
|
131
|
+
}).passthrough();
|
|
132
|
+
const NotionFetchBlockContents_EquationBlockSchema = z.object({ expression: z.string().describe("LaTeX expression for the equation.").nullable() }).passthrough();
|
|
133
|
+
const NotionFetchBlockContents_TemplateBlockSchema = z.object({ rich_text: z.array(NotionFetchBlockContents_RichTextSchema).describe("Array of rich text objects displayed in the template button title.") }).passthrough().describe("Template block properties. Note: Template blocks are deprecated as of March 27, 2023.");
|
|
134
134
|
const NotionFetchBlockContents_HeadingBlockSchema = z.object({
|
|
135
|
-
color: z.string().describe("Color of the heading."),
|
|
135
|
+
color: z.string().describe("Color of the heading.").nullable(),
|
|
136
136
|
rich_text: z.array(NotionFetchBlockContents_RichTextSchema).describe("Array of rich text objects containing the heading content."),
|
|
137
|
-
is_toggleable: z.boolean().describe("Whether the heading can be toggled to show/hide children.")
|
|
138
|
-
});
|
|
137
|
+
is_toggleable: z.boolean().describe("Whether the heading can be toggled to show/hide children.").nullable()
|
|
138
|
+
}).passthrough();
|
|
139
139
|
const NotionFetchBlockContents_ParagraphBlockSchema = z.object({
|
|
140
|
-
color: z.string().describe("Color of the paragraph block."),
|
|
140
|
+
color: z.string().describe("Color of the paragraph block.").nullable(),
|
|
141
141
|
rich_text: z.array(NotionFetchBlockContents_RichTextSchema).describe("Array of rich text objects containing the paragraph content.")
|
|
142
|
-
});
|
|
143
|
-
const NotionFetchBlockContents_TableRowBlockSchema = z.object({ cells: z.array(z.array(NotionFetchBlockContents_RichTextSchema)).describe("Array of arrays, where each inner array contains rich text objects for a cell.") });
|
|
144
|
-
const NotionFetchBlockContents_BreadcrumbBlockSchema = z.
|
|
145
|
-
const NotionFetchBlockContents_ChildPageBlockSchema = z.object({ title: z.string().describe("Title of the child page.") });
|
|
142
|
+
}).passthrough();
|
|
143
|
+
const NotionFetchBlockContents_TableRowBlockSchema = z.object({ cells: z.array(z.array(NotionFetchBlockContents_RichTextSchema)).describe("Array of arrays, where each inner array contains rich text objects for a cell.") }).passthrough();
|
|
144
|
+
const NotionFetchBlockContents_BreadcrumbBlockSchema = z.record(z.string(), z.unknown()).describe("Breadcrumb block properties. Breadcrumb blocks contain no additional properties.");
|
|
145
|
+
const NotionFetchBlockContents_ChildPageBlockSchema = z.object({ title: z.string().describe("Title of the child page.").nullable() }).passthrough();
|
|
146
146
|
const NotionFetchBlockContents_PartialUserSchema = z.object({
|
|
147
|
-
id: z.string().describe("UUID of the user."),
|
|
148
|
-
object: z.string().describe("Always 'user'.")
|
|
149
|
-
});
|
|
150
|
-
const NotionFetchBlockContents_ColumnListBlockSchema = z.
|
|
151
|
-
const NotionFetchBlockContents_UnsupportedBlockSchema = z.
|
|
152
|
-
const NotionFetchBlockContents_LinkPreviewBlockSchema = z.object({ url: z.string().describe("URL of the link preview.") });
|
|
147
|
+
id: z.string().describe("UUID of the user.").nullable(),
|
|
148
|
+
object: z.string().describe("Always 'user'.").nullable()
|
|
149
|
+
}).passthrough();
|
|
150
|
+
const NotionFetchBlockContents_ColumnListBlockSchema = z.record(z.string(), z.unknown()).describe("Column list block properties. Column lists are parent blocks for columns and contain no additional properties.");
|
|
151
|
+
const NotionFetchBlockContents_UnsupportedBlockSchema = z.record(z.string(), z.unknown()).describe("Unsupported block properties. Represents block types not supported by the API.");
|
|
152
|
+
const NotionFetchBlockContents_LinkPreviewBlockSchema = z.object({ url: z.string().describe("URL of the link preview.").nullable() }).passthrough();
|
|
153
153
|
const NotionFetchBlockContents_SyncedFromReferenceSchema = z.object({
|
|
154
|
-
type: z.string().describe("Always 'block_id' for synced block references."),
|
|
155
|
-
block_id: z.string().describe("UUID of the original synced block that this block syncs from.")
|
|
156
|
-
}).describe("Reference to the original synced block.");
|
|
157
|
-
const NotionFetchBlockContents_SyncedBlockBlockSchema = z.object({ synced_from: NotionFetchBlockContents_SyncedFromReferenceSchema.nullable().optional() }).describe("Synced block properties.");
|
|
158
|
-
const NotionFetchBlockContents_ChildDatabaseBlockSchema = z.object({ title: z.string().describe("Title of the child database.") });
|
|
159
|
-
const NotionFetchBlockContents_TableOfContentsBlockSchema = z.object({ color: z.string().describe("Color of the table of contents block (e.g., 'default', 'blue', 'red', 'green', 'yellow', 'orange', 'pink', 'purple', 'brown', 'gray').") }).describe("Table of contents block properties.");
|
|
154
|
+
type: z.string().describe("Always 'block_id' for synced block references.").nullable(),
|
|
155
|
+
block_id: z.string().describe("UUID of the original synced block that this block syncs from.").nullable()
|
|
156
|
+
}).passthrough().describe("Reference to the original synced block.");
|
|
157
|
+
const NotionFetchBlockContents_SyncedBlockBlockSchema = z.object({ synced_from: NotionFetchBlockContents_SyncedFromReferenceSchema.nullable().optional() }).passthrough().describe("Synced block properties.");
|
|
158
|
+
const NotionFetchBlockContents_ChildDatabaseBlockSchema = z.object({ title: z.string().describe("Title of the child database.").nullable() }).passthrough();
|
|
159
|
+
const NotionFetchBlockContents_TableOfContentsBlockSchema = z.object({ color: z.string().describe("Color of the table of contents block (e.g., 'default', 'blue', 'red', 'green', 'yellow', 'orange', 'pink', 'purple', 'brown', 'gray').").nullable() }).passthrough().describe("Table of contents block properties.");
|
|
160
160
|
const NotionFetchBlockContents_BulletedListItemBlockSchema = z.object({
|
|
161
|
-
color: z.string().describe("Color of the list item."),
|
|
161
|
+
color: z.string().describe("Color of the list item.").nullable(),
|
|
162
162
|
rich_text: z.array(NotionFetchBlockContents_RichTextSchema).describe("Array of rich text objects containing the list item content.")
|
|
163
|
-
});
|
|
163
|
+
}).passthrough();
|
|
164
164
|
const NotionFetchBlockContents_NumberedListItemBlockSchema = z.object({
|
|
165
|
-
color: z.string().describe("Color of the list item."),
|
|
165
|
+
color: z.string().describe("Color of the list item.").nullable(),
|
|
166
166
|
rich_text: z.array(NotionFetchBlockContents_RichTextSchema).describe("Array of rich text objects containing the list item content.")
|
|
167
|
-
});
|
|
167
|
+
}).passthrough();
|
|
168
168
|
const NotionFetchBlockContents_BlockSchema = z.object({
|
|
169
|
-
id: z.string().describe("Unique identifier for the block (UUIDv4 format)."),
|
|
169
|
+
id: z.string().describe("Unique identifier for the block (UUIDv4 format).").nullable(),
|
|
170
170
|
pdf: NotionFetchBlockContents_PdfBlockSchema.nullable().optional(),
|
|
171
171
|
code: NotionFetchBlockContents_CodeBlockSchema.nullable().optional(),
|
|
172
172
|
file: NotionFetchBlockContents_FileBlockSchema.nullable().optional(),
|
|
173
|
-
type: z.string().describe("Type of block (e.g., 'paragraph', 'heading_1', 'heading_2', 'heading_3', 'bulleted_list_item', 'numbered_list_item', 'to_do', 'toggle', 'code', 'quote', 'callout', 'divider', 'table', 'table_row', 'column_list', 'column', 'child_database', 'child_page', 'image', 'video', 'file', 'pdf', 'bookmark', 'embed', 'equation', 'synced_block', 'template', 'table_of_contents', 'breadcrumb', 'link_preview', 'audio', 'unsupported')."),
|
|
173
|
+
type: z.string().describe("Type of block (e.g., 'paragraph', 'heading_1', 'heading_2', 'heading_3', 'bulleted_list_item', 'numbered_list_item', 'to_do', 'toggle', 'code', 'quote', 'callout', 'divider', 'table', 'table_row', 'column_list', 'column', 'child_database', 'child_page', 'image', 'video', 'file', 'pdf', 'bookmark', 'embed', 'equation', 'synced_block', 'template', 'table_of_contents', 'breadcrumb', 'link_preview', 'audio', 'unsupported').").nullable(),
|
|
174
174
|
audio: NotionFetchBlockContents_AudioBlockSchema.nullable().optional(),
|
|
175
175
|
embed: NotionFetchBlockContents_EmbedBlockSchema.nullable().optional(),
|
|
176
176
|
image: NotionFetchBlockContents_ImageBlockSchema.nullable().optional(),
|
|
@@ -179,12 +179,12 @@ const NotionFetchBlockContents_BlockSchema = z.object({
|
|
|
179
179
|
to_do: NotionFetchBlockContents_ToDoBlockSchema.nullable().optional(),
|
|
180
180
|
video: NotionFetchBlockContents_VideoBlockSchema.nullable().optional(),
|
|
181
181
|
column: NotionFetchBlockContents_ColumnBlockSchema.nullable().optional(),
|
|
182
|
-
object: z.string().describe("Always 'block'."),
|
|
182
|
+
object: z.string().describe("Always 'block'.").nullable(),
|
|
183
183
|
parent: NotionFetchBlockContents_ParentObjectSchema.nullable(),
|
|
184
184
|
toggle: NotionFetchBlockContents_ToggleBlockSchema.nullable().optional(),
|
|
185
185
|
callout: NotionFetchBlockContents_CalloutBlockSchema.nullable().optional(),
|
|
186
186
|
divider: NotionFetchBlockContents_DividerBlockSchema.nullable().optional(),
|
|
187
|
-
archived: z.boolean().describe("Whether the block is archived."),
|
|
187
|
+
archived: z.boolean().describe("Whether the block is archived.").nullable(),
|
|
188
188
|
bookmark: NotionFetchBlockContents_BookmarkBlockSchema.nullable().optional(),
|
|
189
189
|
equation: NotionFetchBlockContents_EquationBlockSchema.nullable().optional(),
|
|
190
190
|
in_trash: z.boolean().describe("Whether the block has been deleted.").nullable().optional(),
|
|
@@ -199,17 +199,17 @@ const NotionFetchBlockContents_BlockSchema = z.object({
|
|
|
199
199
|
created_by: NotionFetchBlockContents_PartialUserSchema.nullable(),
|
|
200
200
|
column_list: NotionFetchBlockContents_ColumnListBlockSchema.nullable().optional(),
|
|
201
201
|
unsupported: NotionFetchBlockContents_UnsupportedBlockSchema.nullable().optional(),
|
|
202
|
-
created_time: z.string().describe("ISO 8601 timestamp when the block was created."),
|
|
203
|
-
has_children: z.boolean().describe("Whether the block contains nested child blocks. When true, use retrieve block children recursively to get nested content."),
|
|
202
|
+
created_time: z.string().describe("ISO 8601 timestamp when the block was created.").nullable(),
|
|
203
|
+
has_children: z.boolean().describe("Whether the block contains nested child blocks. When true, use retrieve block children recursively to get nested content.").nullable(),
|
|
204
204
|
link_preview: NotionFetchBlockContents_LinkPreviewBlockSchema.nullable().optional(),
|
|
205
205
|
synced_block: NotionFetchBlockContents_SyncedBlockBlockSchema.nullable().optional(),
|
|
206
206
|
child_database: NotionFetchBlockContents_ChildDatabaseBlockSchema.nullable().optional(),
|
|
207
207
|
last_edited_by: NotionFetchBlockContents_PartialUserSchema.nullable(),
|
|
208
|
-
last_edited_time: z.string().describe("ISO 8601 timestamp when the block was last edited."),
|
|
208
|
+
last_edited_time: z.string().describe("ISO 8601 timestamp when the block was last edited.").nullable(),
|
|
209
209
|
table_of_contents: NotionFetchBlockContents_TableOfContentsBlockSchema.nullable().optional(),
|
|
210
210
|
bulleted_list_item: NotionFetchBlockContents_BulletedListItemBlockSchema.nullable().optional(),
|
|
211
211
|
numbered_list_item: NotionFetchBlockContents_NumberedListItemBlockSchema.nullable().optional()
|
|
212
|
-
});
|
|
212
|
+
}).passthrough();
|
|
213
213
|
const notionFetchBlockContents = action("NOTION_FETCH_BLOCK_CONTENTS", {
|
|
214
214
|
slug: "notion-fetch-block-contents",
|
|
215
215
|
name: "Fetch Notion Block Children",
|
|
@@ -218,12 +218,12 @@ const notionFetchBlockContents = action("NOTION_FETCH_BLOCK_CONTENTS", {
|
|
|
218
218
|
output: z.object({
|
|
219
219
|
type: z.string().describe("Always 'block' for block list responses, indicating this is a block-type pagination.").nullable().optional(),
|
|
220
220
|
block: NotionFetchBlockContents_BlockPaginationMarkerSchema.nullable().optional(),
|
|
221
|
-
object: z.string().describe("Always 'list' for paginated responses."),
|
|
221
|
+
object: z.string().describe("Always 'list' for paginated responses.").nullable(),
|
|
222
222
|
results: z.array(NotionFetchBlockContents_BlockSchema).describe("Array of child block objects contained in the specified block. Only includes first level children."),
|
|
223
|
-
has_more: z.boolean().describe("Whether there are more results available beyond this page. Used for pagination."),
|
|
223
|
+
has_more: z.boolean().describe("Whether there are more results available beyond this page. Used for pagination.").nullable(),
|
|
224
224
|
next_cursor: z.string().describe("Cursor for retrieving the next page of results. Null if has_more is false. Use as start_cursor parameter in subsequent requests.").nullable().optional(),
|
|
225
225
|
composio_execution_message: z.string().describe("Optional message explaining special circumstances during execution, such as when a block type is not supported by the Notion API.").nullable().optional()
|
|
226
|
-
})
|
|
226
|
+
}).passthrough()
|
|
227
227
|
});
|
|
228
228
|
//#endregion
|
|
229
229
|
export { notionFetchBlockContents };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fetch-block-contents.mjs","names":[],"sources":["../../src/actions/fetch-block-contents.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NotionFetchBlockContentsInput: z.ZodTypeAny = z.object({\n block_id: z.string().describe(\"UUID of the parent Notion block or page whose children are to be fetched. Accepts both hyphenated (e.g., 'c02fc1d3-db8b-45c5-a222-27595b15aea7') and non-hyphenated (e.g., 'c02fc1d3db8b45c5a22227595b15aea7') UUID formats. Notion's API does not support special identifiers like 'root' or 'top-level' - you must always provide an actual page or block UUID. To discover valid page/block IDs, first use 'NOTION_SEARCH_NOTION_PAGE' to find pages or 'NOTION_QUERY_DATABASE' to query databases.\"),\n page_size: z.number().int().describe(\"The maximum number of child blocks to return in a single response. The actual number of results may be lower if there are fewer child blocks available or if the end of the list is reached. Maximum allowed value is 100. If unspecified, Notion's default page size will be used.\").optional(),\n start_cursor: z.string().describe(\"Pagination cursor from next_cursor in a previous API response. When paginating through results, pass the next_cursor value from the previous response here to fetch the next page. Must be a valid UUID format or cursor string returned by Notion's API. If omitted, returns the first page of results.\").optional(),\n});\nconst NotionFetchBlockContents_BlockPaginationMarkerSchema: z.ZodTypeAny = z.object({}).describe(\"Empty object marker for block-type pagination responses.\");\nconst NotionFetchBlockContents_TextLinkSchema: z.ZodTypeAny = z.object({\n url: z.string().describe(\"The URL the text links to.\"),\n});\nconst NotionFetchBlockContents_TextContentSchema: z.ZodTypeAny = z.object({\n link: NotionFetchBlockContents_TextLinkSchema.nullable().optional(),\n content: z.string().describe(\"The actual text content.\"),\n});\nconst NotionFetchBlockContents_MentionContentSchema: z.ZodTypeAny = z.object({\n type: z.string().describe(\"Type of mention ('database', 'date', 'link_preview', 'page', 'template_mention', or 'user').\"),\n});\nconst NotionFetchBlockContents_EquationContentSchema: z.ZodTypeAny = z.object({\n expression: z.string().describe(\"LaTeX formula representation.\"),\n});\nconst NotionFetchBlockContents_RichTextAnnotationsSchema: z.ZodTypeAny = z.object({\n bold: z.boolean().describe(\"Whether text is bold.\"),\n code: z.boolean().describe(\"Whether text is formatted as code.\"),\n color: z.string().describe(\"Text color or background color (e.g., 'default', 'blue', 'green', 'red', 'yellow', 'orange', 'pink', 'purple', 'brown', 'gray', or with '_background' suffix).\"),\n italic: z.boolean().describe(\"Whether text is italic.\"),\n underline: z.boolean().describe(\"Whether text is underlined.\"),\n strikethrough: z.boolean().describe(\"Whether text has strikethrough.\"),\n});\nconst NotionFetchBlockContents_RichTextSchema: z.ZodTypeAny = z.object({\n href: z.string().describe(\"URL if the text is a link, otherwise null.\").nullable().optional(),\n text: NotionFetchBlockContents_TextContentSchema.nullable().optional(),\n type: z.string().describe(\"Type of rich text ('text', 'mention', or 'equation').\"),\n mention: NotionFetchBlockContents_MentionContentSchema.nullable().optional(),\n equation: NotionFetchBlockContents_EquationContentSchema.nullable().optional(),\n plain_text: z.string().describe(\"Unformatted text content.\"),\n annotations: NotionFetchBlockContents_RichTextAnnotationsSchema.nullable(),\n});\nconst NotionFetchBlockContents_PdfBlockSchema: z.ZodTypeAny = z.object({\n type: z.string().describe(\"Type of PDF source ('external', 'file', or 'file_upload'). May be absent for incomplete or placeholder PDF blocks.\").nullable().optional(),\n caption: z.array(NotionFetchBlockContents_RichTextSchema).describe(\"Array of rich text objects for the PDF caption.\"),\n});\nconst NotionFetchBlockContents_CodeBlockSchema: z.ZodTypeAny = z.object({\n caption: z.array(NotionFetchBlockContents_RichTextSchema).describe(\"Array of rich text objects for the caption.\"),\n language: z.string().describe(\"Programming language for syntax highlighting (supports 170+ languages).\"),\n rich_text: z.array(NotionFetchBlockContents_RichTextSchema).describe(\"Array of rich text objects containing the code content.\"),\n});\nconst NotionFetchBlockContents_FileBlockSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the file.\"),\n type: z.string().describe(\"Type of file source ('external', 'file', or 'file_upload'). May be absent for incomplete or placeholder file blocks.\").nullable().optional(),\n caption: z.array(NotionFetchBlockContents_RichTextSchema).describe(\"Array of rich text objects for the file caption.\"),\n});\nconst NotionFetchBlockContents_AudioBlockSchema: z.ZodTypeAny = z.object({\n type: z.string().describe(\"Type of audio source ('external', 'file', or 'file_upload'). May be absent for incomplete or placeholder audio blocks.\").nullable().optional(),\n caption: z.array(NotionFetchBlockContents_RichTextSchema).describe(\"Array of rich text objects for the audio caption.\"),\n});\nconst NotionFetchBlockContents_EmbedBlockSchema: z.ZodTypeAny = z.object({\n url: z.string().describe(\"URL of the embedded content.\"),\n caption: z.array(NotionFetchBlockContents_RichTextSchema).describe(\"Array of rich text objects for the embed caption.\"),\n});\nconst NotionFetchBlockContents_ImageBlockSchema: z.ZodTypeAny = z.object({\n type: z.string().describe(\"Type of image source ('external', 'file', or 'file_upload'). May be absent for incomplete or placeholder image blocks.\").nullable().optional(),\n caption: z.array(NotionFetchBlockContents_RichTextSchema).describe(\"Array of rich text objects for the image caption.\"),\n});\nconst NotionFetchBlockContents_QuoteBlockSchema: z.ZodTypeAny = z.object({\n color: z.string().describe(\"Color of the quote.\"),\n rich_text: z.array(NotionFetchBlockContents_RichTextSchema).describe(\"Array of rich text objects containing the quote content.\"),\n});\nconst NotionFetchBlockContents_TableBlockSchema: z.ZodTypeAny = z.object({\n table_width: z.number().int().describe(\"Number of columns in the table.\"),\n has_row_header: z.boolean().describe(\"Whether the table has a row header.\"),\n has_column_header: z.boolean().describe(\"Whether the table has a column header.\"),\n});\nconst NotionFetchBlockContents_ToDoBlockSchema: z.ZodTypeAny = z.object({\n color: z.string().describe(\"Color of the to-do item.\"),\n checked: z.boolean().describe(\"Whether the to-do is checked.\"),\n rich_text: z.array(NotionFetchBlockContents_RichTextSchema).describe(\"Array of rich text objects containing the to-do text.\"),\n});\nconst NotionFetchBlockContents_VideoBlockSchema: z.ZodTypeAny = z.object({\n type: z.string().describe(\"Type of video source ('external', 'file', or 'file_upload'). May be absent for incomplete or placeholder video blocks.\").nullable().optional(),\n caption: z.array(NotionFetchBlockContents_RichTextSchema).describe(\"Array of rich text objects for the video caption.\"),\n});\nconst NotionFetchBlockContents_ColumnBlockSchema: z.ZodTypeAny = z.object({\n width_ratio: z.number().describe(\"Width ratio of the column (0-1). Optional field that may not be present in all API responses.\").nullable().optional(),\n});\nconst NotionFetchBlockContents_ParentObjectSchema: z.ZodTypeAny = z.object({\n type: z.string().describe(\"Type of parent ('page_id', 'database_id', 'block_id', 'workspace', or 'data_source_id').\"),\n page_id: z.string().describe(\"UUID of the parent page (present when type is 'page_id').\").nullable().optional(),\n block_id: z.string().describe(\"UUID of the parent block (present when type is 'block_id').\").nullable().optional(),\n workspace: z.boolean().describe(\"Always true when type is 'workspace', indicating a top-level page.\").nullable().optional(),\n database_id: z.string().describe(\"UUID of the parent database (present when type is 'database_id').\").nullable().optional(),\n data_source_id: z.string().describe(\"UUID of the parent data source (present when type is 'data_source_id').\").nullable().optional(),\n});\nconst NotionFetchBlockContents_ToggleBlockSchema: z.ZodTypeAny = z.object({\n color: z.string().describe(\"Color of the toggle.\"),\n rich_text: z.array(NotionFetchBlockContents_RichTextSchema).describe(\"Array of rich text objects containing the toggle content.\"),\n});\nconst NotionFetchBlockContents_EmojiIconSchema: z.ZodTypeAny = z.object({\n type: z.string().describe(\"Always 'emoji' for emoji icons.\"),\n emoji: z.string().describe(\"The emoji character (e.g., '😻', '📌').\"),\n}).describe(\"Emoji icon object for callouts and pages.\");\nconst NotionFetchBlockContents_CustomEmojiDataSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the custom emoji.\"),\n url: z.string().describe(\"Hosted URL pointing to the custom emoji image.\").nullable().optional(),\n name: z.string().describe(\"Display name of the custom emoji.\").nullable().optional(),\n}).describe(\"Custom emoji data containing metadata.\");\nconst NotionFetchBlockContents_CustomEmojiIconSchema: z.ZodTypeAny = z.object({\n type: z.string().describe(\"Always 'custom_emoji' for workspace custom emoji icons.\"),\n custom_emoji: NotionFetchBlockContents_CustomEmojiDataSchema.nullable(),\n}).describe(\"Custom emoji icon object for callouts and pages.\");\nconst NotionFetchBlockContents_ExternalFileDataSchema: z.ZodTypeAny = z.object({\n url: z.string().describe(\"HTTPS URL to the external file.\"),\n}).describe(\"External file data with URL.\");\nconst NotionFetchBlockContents_ExternalFileIconSchema: z.ZodTypeAny = z.object({\n type: z.string().describe(\"Always 'external' for externally hosted files.\"),\n external: NotionFetchBlockContents_ExternalFileDataSchema.nullable(),\n}).describe(\"External file icon object for callouts.\");\nconst NotionFetchBlockContents_NotionFileDataSchema: z.ZodTypeAny = z.object({\n url: z.string().describe(\"Authenticated S3 URL for the file (valid for 1 hour).\"),\n expiry_time: z.string().describe(\"ISO 8601 timestamp when the URL expires.\"),\n}).describe(\"Notion-hosted file data with URL and expiry time.\");\nconst NotionFetchBlockContents_NotionFileIconSchema: z.ZodTypeAny = z.object({\n file: NotionFetchBlockContents_NotionFileDataSchema.nullable(),\n type: z.string().describe(\"Always 'file' for Notion-hosted files.\"),\n}).describe(\"Notion-hosted file icon object.\");\nconst NotionFetchBlockContents_CalloutBlockSchema: z.ZodTypeAny = z.object({\n icon: z.union([NotionFetchBlockContents_EmojiIconSchema, NotionFetchBlockContents_CustomEmojiIconSchema, NotionFetchBlockContents_ExternalFileIconSchema, NotionFetchBlockContents_NotionFileIconSchema]).nullable().optional(),\n color: z.string().describe(\"Background color of the callout.\"),\n rich_text: z.array(NotionFetchBlockContents_RichTextSchema).describe(\"Array of rich text objects containing the callout content.\"),\n});\nconst NotionFetchBlockContents_DividerBlockSchema: z.ZodTypeAny = z.object({}).describe(\"Divider block properties. Divider blocks contain no additional properties.\");\nconst NotionFetchBlockContents_BookmarkBlockSchema: z.ZodTypeAny = z.object({\n url: z.string().describe(\"URL of the bookmarked resource.\"),\n caption: z.array(NotionFetchBlockContents_RichTextSchema).describe(\"Array of rich text objects for the bookmark caption.\"),\n});\nconst NotionFetchBlockContents_EquationBlockSchema: z.ZodTypeAny = z.object({\n expression: z.string().describe(\"LaTeX expression for the equation.\"),\n});\nconst NotionFetchBlockContents_TemplateBlockSchema: z.ZodTypeAny = z.object({\n rich_text: z.array(NotionFetchBlockContents_RichTextSchema).describe(\"Array of rich text objects displayed in the template button title.\"),\n}).describe(\"Template block properties. Note: Template blocks are deprecated as of March 27, 2023.\");\nconst NotionFetchBlockContents_HeadingBlockSchema: z.ZodTypeAny = z.object({\n color: z.string().describe(\"Color of the heading.\"),\n rich_text: z.array(NotionFetchBlockContents_RichTextSchema).describe(\"Array of rich text objects containing the heading content.\"),\n is_toggleable: z.boolean().describe(\"Whether the heading can be toggled to show/hide children.\"),\n});\nconst NotionFetchBlockContents_ParagraphBlockSchema: z.ZodTypeAny = z.object({\n color: z.string().describe(\"Color of the paragraph block.\"),\n rich_text: z.array(NotionFetchBlockContents_RichTextSchema).describe(\"Array of rich text objects containing the paragraph content.\"),\n});\nconst NotionFetchBlockContents_TableRowBlockSchema: z.ZodTypeAny = z.object({\n cells: z.array(z.array(NotionFetchBlockContents_RichTextSchema)).describe(\"Array of arrays, where each inner array contains rich text objects for a cell.\"),\n});\nconst NotionFetchBlockContents_BreadcrumbBlockSchema: z.ZodTypeAny = z.object({}).describe(\"Breadcrumb block properties. Breadcrumb blocks contain no additional properties.\");\nconst NotionFetchBlockContents_ChildPageBlockSchema: z.ZodTypeAny = z.object({\n title: z.string().describe(\"Title of the child page.\"),\n});\nconst NotionFetchBlockContents_PartialUserSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the user.\"),\n object: z.string().describe(\"Always 'user'.\"),\n});\nconst NotionFetchBlockContents_ColumnListBlockSchema: z.ZodTypeAny = z.object({}).describe(\"Column list block properties. Column lists are parent blocks for columns and contain no additional properties.\");\nconst NotionFetchBlockContents_UnsupportedBlockSchema: z.ZodTypeAny = z.object({}).describe(\"Unsupported block properties. Represents block types not supported by the API.\");\nconst NotionFetchBlockContents_LinkPreviewBlockSchema: z.ZodTypeAny = z.object({\n url: z.string().describe(\"URL of the link preview.\"),\n});\nconst NotionFetchBlockContents_SyncedFromReferenceSchema: z.ZodTypeAny = z.object({\n type: z.string().describe(\"Always 'block_id' for synced block references.\"),\n block_id: z.string().describe(\"UUID of the original synced block that this block syncs from.\"),\n}).describe(\"Reference to the original synced block.\");\nconst NotionFetchBlockContents_SyncedBlockBlockSchema: z.ZodTypeAny = z.object({\n synced_from: NotionFetchBlockContents_SyncedFromReferenceSchema.nullable().optional(),\n}).describe(\"Synced block properties.\");\nconst NotionFetchBlockContents_ChildDatabaseBlockSchema: z.ZodTypeAny = z.object({\n title: z.string().describe(\"Title of the child database.\"),\n});\nconst NotionFetchBlockContents_TableOfContentsBlockSchema: z.ZodTypeAny = z.object({\n color: z.string().describe(\"Color of the table of contents block (e.g., 'default', 'blue', 'red', 'green', 'yellow', 'orange', 'pink', 'purple', 'brown', 'gray').\"),\n}).describe(\"Table of contents block properties.\");\nconst NotionFetchBlockContents_BulletedListItemBlockSchema: z.ZodTypeAny = z.object({\n color: z.string().describe(\"Color of the list item.\"),\n rich_text: z.array(NotionFetchBlockContents_RichTextSchema).describe(\"Array of rich text objects containing the list item content.\"),\n});\nconst NotionFetchBlockContents_NumberedListItemBlockSchema: z.ZodTypeAny = z.object({\n color: z.string().describe(\"Color of the list item.\"),\n rich_text: z.array(NotionFetchBlockContents_RichTextSchema).describe(\"Array of rich text objects containing the list item content.\"),\n});\nconst NotionFetchBlockContents_BlockSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the block (UUIDv4 format).\"),\n pdf: NotionFetchBlockContents_PdfBlockSchema.nullable().optional(),\n code: NotionFetchBlockContents_CodeBlockSchema.nullable().optional(),\n file: NotionFetchBlockContents_FileBlockSchema.nullable().optional(),\n type: z.string().describe(\"Type of block (e.g., 'paragraph', 'heading_1', 'heading_2', 'heading_3', 'bulleted_list_item', 'numbered_list_item', 'to_do', 'toggle', 'code', 'quote', 'callout', 'divider', 'table', 'table_row', 'column_list', 'column', 'child_database', 'child_page', 'image', 'video', 'file', 'pdf', 'bookmark', 'embed', 'equation', 'synced_block', 'template', 'table_of_contents', 'breadcrumb', 'link_preview', 'audio', 'unsupported').\"),\n audio: NotionFetchBlockContents_AudioBlockSchema.nullable().optional(),\n embed: NotionFetchBlockContents_EmbedBlockSchema.nullable().optional(),\n image: NotionFetchBlockContents_ImageBlockSchema.nullable().optional(),\n quote: NotionFetchBlockContents_QuoteBlockSchema.nullable().optional(),\n table: NotionFetchBlockContents_TableBlockSchema.nullable().optional(),\n to_do: NotionFetchBlockContents_ToDoBlockSchema.nullable().optional(),\n video: NotionFetchBlockContents_VideoBlockSchema.nullable().optional(),\n column: NotionFetchBlockContents_ColumnBlockSchema.nullable().optional(),\n object: z.string().describe(\"Always 'block'.\"),\n parent: NotionFetchBlockContents_ParentObjectSchema.nullable(),\n toggle: NotionFetchBlockContents_ToggleBlockSchema.nullable().optional(),\n callout: NotionFetchBlockContents_CalloutBlockSchema.nullable().optional(),\n divider: NotionFetchBlockContents_DividerBlockSchema.nullable().optional(),\n archived: z.boolean().describe(\"Whether the block is archived.\"),\n bookmark: NotionFetchBlockContents_BookmarkBlockSchema.nullable().optional(),\n equation: NotionFetchBlockContents_EquationBlockSchema.nullable().optional(),\n in_trash: z.boolean().describe(\"Whether the block has been deleted.\").nullable().optional(),\n template: NotionFetchBlockContents_TemplateBlockSchema.nullable().optional(),\n heading_1: NotionFetchBlockContents_HeadingBlockSchema.nullable().optional(),\n heading_2: NotionFetchBlockContents_HeadingBlockSchema.nullable().optional(),\n heading_3: NotionFetchBlockContents_HeadingBlockSchema.nullable().optional(),\n paragraph: NotionFetchBlockContents_ParagraphBlockSchema.nullable().optional(),\n table_row: NotionFetchBlockContents_TableRowBlockSchema.nullable().optional(),\n breadcrumb: NotionFetchBlockContents_BreadcrumbBlockSchema.nullable().optional(),\n child_page: NotionFetchBlockContents_ChildPageBlockSchema.nullable().optional(),\n created_by: NotionFetchBlockContents_PartialUserSchema.nullable(),\n column_list: NotionFetchBlockContents_ColumnListBlockSchema.nullable().optional(),\n unsupported: NotionFetchBlockContents_UnsupportedBlockSchema.nullable().optional(),\n created_time: z.string().describe(\"ISO 8601 timestamp when the block was created.\"),\n has_children: z.boolean().describe(\"Whether the block contains nested child blocks. When true, use retrieve block children recursively to get nested content.\"),\n link_preview: NotionFetchBlockContents_LinkPreviewBlockSchema.nullable().optional(),\n synced_block: NotionFetchBlockContents_SyncedBlockBlockSchema.nullable().optional(),\n child_database: NotionFetchBlockContents_ChildDatabaseBlockSchema.nullable().optional(),\n last_edited_by: NotionFetchBlockContents_PartialUserSchema.nullable(),\n last_edited_time: z.string().describe(\"ISO 8601 timestamp when the block was last edited.\"),\n table_of_contents: NotionFetchBlockContents_TableOfContentsBlockSchema.nullable().optional(),\n bulleted_list_item: NotionFetchBlockContents_BulletedListItemBlockSchema.nullable().optional(),\n numbered_list_item: NotionFetchBlockContents_NumberedListItemBlockSchema.nullable().optional(),\n});\nexport const NotionFetchBlockContentsOutput: z.ZodTypeAny = z.object({\n type: z.string().describe(\"Always 'block' for block list responses, indicating this is a block-type pagination.\").nullable().optional(),\n block: NotionFetchBlockContents_BlockPaginationMarkerSchema.nullable().optional(),\n object: z.string().describe(\"Always 'list' for paginated responses.\"),\n results: z.array(NotionFetchBlockContents_BlockSchema).describe(\"Array of child block objects contained in the specified block. Only includes first level children.\"),\n has_more: z.boolean().describe(\"Whether there are more results available beyond this page. Used for pagination.\"),\n next_cursor: z.string().describe(\"Cursor for retrieving the next page of results. Null if has_more is false. Use as start_cursor parameter in subsequent requests.\").nullable().optional(),\n composio_execution_message: z.string().describe(\"Optional message explaining special circumstances during execution, such as when a block type is not supported by the Notion API.\").nullable().optional(),\n});\n\nexport const notionFetchBlockContents = action(\"NOTION_FETCH_BLOCK_CONTENTS\", {\n slug: \"notion-fetch-block-contents\",\n name: \"Fetch Notion Block Children\",\n description: \"Retrieves a paginated list of direct, first-level child block objects along with contents for a given parent Notion block or page ID; use block IDs from the response for subsequent calls to access deeply nested content.\",\n input: NotionFetchBlockContentsInput,\n output: NotionFetchBlockContentsOutput,\n});\n"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"fetch-block-contents.mjs","names":[],"sources":["../../src/actions/fetch-block-contents.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NotionFetchBlockContentsInput = z.object({\n block_id: z.string().describe(\"UUID of the parent Notion block or page whose children are to be fetched. Accepts both hyphenated (e.g., 'c02fc1d3-db8b-45c5-a222-27595b15aea7') and non-hyphenated (e.g., 'c02fc1d3db8b45c5a22227595b15aea7') UUID formats. Notion's API does not support special identifiers like 'root' or 'top-level' - you must always provide an actual page or block UUID. To discover valid page/block IDs, first use 'NOTION_SEARCH_NOTION_PAGE' to find pages or 'NOTION_QUERY_DATABASE' to query databases.\"),\n page_size: z.number().int().describe(\"The maximum number of child blocks to return in a single response. The actual number of results may be lower if there are fewer child blocks available or if the end of the list is reached. Maximum allowed value is 100. If unspecified, Notion's default page size will be used.\").optional(),\n start_cursor: z.string().describe(\"Pagination cursor from next_cursor in a previous API response. When paginating through results, pass the next_cursor value from the previous response here to fetch the next page. Must be a valid UUID format or cursor string returned by Notion's API. If omitted, returns the first page of results.\").optional(),\n});\nconst NotionFetchBlockContents_BlockPaginationMarkerSchema = z.record(z.string(), z.unknown()).describe(\"Empty object marker for block-type pagination responses.\");\nconst NotionFetchBlockContents_TextLinkSchema = z.object({\n url: z.string().describe(\"The URL the text links to.\").nullable(),\n}).passthrough();\nconst NotionFetchBlockContents_TextContentSchema = z.object({\n link: NotionFetchBlockContents_TextLinkSchema.nullable().optional(),\n content: z.string().describe(\"The actual text content.\").nullable(),\n}).passthrough();\nconst NotionFetchBlockContents_MentionContentSchema = z.object({\n type: z.string().describe(\"Type of mention ('database', 'date', 'link_preview', 'page', 'template_mention', or 'user').\").nullable(),\n}).passthrough();\nconst NotionFetchBlockContents_EquationContentSchema = z.object({\n expression: z.string().describe(\"LaTeX formula representation.\").nullable(),\n}).passthrough();\nconst NotionFetchBlockContents_RichTextAnnotationsSchema = z.object({\n bold: z.boolean().describe(\"Whether text is bold.\").nullable(),\n code: z.boolean().describe(\"Whether text is formatted as code.\").nullable(),\n color: z.string().describe(\"Text color or background color (e.g., 'default', 'blue', 'green', 'red', 'yellow', 'orange', 'pink', 'purple', 'brown', 'gray', or with '_background' suffix).\").nullable(),\n italic: z.boolean().describe(\"Whether text is italic.\").nullable(),\n underline: z.boolean().describe(\"Whether text is underlined.\").nullable(),\n strikethrough: z.boolean().describe(\"Whether text has strikethrough.\").nullable(),\n}).passthrough();\nconst NotionFetchBlockContents_RichTextSchema = z.object({\n href: z.string().describe(\"URL if the text is a link, otherwise null.\").nullable().optional(),\n text: NotionFetchBlockContents_TextContentSchema.nullable().optional(),\n type: z.string().describe(\"Type of rich text ('text', 'mention', or 'equation').\").nullable(),\n mention: NotionFetchBlockContents_MentionContentSchema.nullable().optional(),\n equation: NotionFetchBlockContents_EquationContentSchema.nullable().optional(),\n plain_text: z.string().describe(\"Unformatted text content.\").nullable(),\n annotations: NotionFetchBlockContents_RichTextAnnotationsSchema.nullable(),\n}).passthrough();\nconst NotionFetchBlockContents_PdfBlockSchema = z.object({\n type: z.string().describe(\"Type of PDF source ('external', 'file', or 'file_upload'). May be absent for incomplete or placeholder PDF blocks.\").nullable().optional(),\n caption: z.array(NotionFetchBlockContents_RichTextSchema).describe(\"Array of rich text objects for the PDF caption.\"),\n}).passthrough();\nconst NotionFetchBlockContents_CodeBlockSchema = z.object({\n caption: z.array(NotionFetchBlockContents_RichTextSchema).describe(\"Array of rich text objects for the caption.\"),\n language: z.string().describe(\"Programming language for syntax highlighting (supports 170+ languages).\").nullable(),\n rich_text: z.array(NotionFetchBlockContents_RichTextSchema).describe(\"Array of rich text objects containing the code content.\"),\n}).passthrough();\nconst NotionFetchBlockContents_FileBlockSchema = z.object({\n name: z.string().describe(\"Name of the file.\").nullable(),\n type: z.string().describe(\"Type of file source ('external', 'file', or 'file_upload'). May be absent for incomplete or placeholder file blocks.\").nullable().optional(),\n caption: z.array(NotionFetchBlockContents_RichTextSchema).describe(\"Array of rich text objects for the file caption.\"),\n}).passthrough();\nconst NotionFetchBlockContents_AudioBlockSchema = z.object({\n type: z.string().describe(\"Type of audio source ('external', 'file', or 'file_upload'). May be absent for incomplete or placeholder audio blocks.\").nullable().optional(),\n caption: z.array(NotionFetchBlockContents_RichTextSchema).describe(\"Array of rich text objects for the audio caption.\"),\n}).passthrough();\nconst NotionFetchBlockContents_EmbedBlockSchema = z.object({\n url: z.string().describe(\"URL of the embedded content.\").nullable(),\n caption: z.array(NotionFetchBlockContents_RichTextSchema).describe(\"Array of rich text objects for the embed caption.\"),\n}).passthrough();\nconst NotionFetchBlockContents_ImageBlockSchema = z.object({\n type: z.string().describe(\"Type of image source ('external', 'file', or 'file_upload'). May be absent for incomplete or placeholder image blocks.\").nullable().optional(),\n caption: z.array(NotionFetchBlockContents_RichTextSchema).describe(\"Array of rich text objects for the image caption.\"),\n}).passthrough();\nconst NotionFetchBlockContents_QuoteBlockSchema = z.object({\n color: z.string().describe(\"Color of the quote.\").nullable(),\n rich_text: z.array(NotionFetchBlockContents_RichTextSchema).describe(\"Array of rich text objects containing the quote content.\"),\n}).passthrough();\nconst NotionFetchBlockContents_TableBlockSchema = z.object({\n table_width: z.number().int().describe(\"Number of columns in the table.\").nullable(),\n has_row_header: z.boolean().describe(\"Whether the table has a row header.\").nullable(),\n has_column_header: z.boolean().describe(\"Whether the table has a column header.\").nullable(),\n}).passthrough();\nconst NotionFetchBlockContents_ToDoBlockSchema = z.object({\n color: z.string().describe(\"Color of the to-do item.\").nullable(),\n checked: z.boolean().describe(\"Whether the to-do is checked.\").nullable(),\n rich_text: z.array(NotionFetchBlockContents_RichTextSchema).describe(\"Array of rich text objects containing the to-do text.\"),\n}).passthrough();\nconst NotionFetchBlockContents_VideoBlockSchema = z.object({\n type: z.string().describe(\"Type of video source ('external', 'file', or 'file_upload'). May be absent for incomplete or placeholder video blocks.\").nullable().optional(),\n caption: z.array(NotionFetchBlockContents_RichTextSchema).describe(\"Array of rich text objects for the video caption.\"),\n}).passthrough();\nconst NotionFetchBlockContents_ColumnBlockSchema = z.object({\n width_ratio: z.number().describe(\"Width ratio of the column (0-1). Optional field that may not be present in all API responses.\").nullable().optional(),\n}).passthrough();\nconst NotionFetchBlockContents_ParentObjectSchema = z.object({\n type: z.string().describe(\"Type of parent ('page_id', 'database_id', 'block_id', 'workspace', or 'data_source_id').\").nullable(),\n page_id: z.string().describe(\"UUID of the parent page (present when type is 'page_id').\").nullable().optional(),\n block_id: z.string().describe(\"UUID of the parent block (present when type is 'block_id').\").nullable().optional(),\n workspace: z.boolean().describe(\"Always true when type is 'workspace', indicating a top-level page.\").nullable().optional(),\n database_id: z.string().describe(\"UUID of the parent database (present when type is 'database_id').\").nullable().optional(),\n data_source_id: z.string().describe(\"UUID of the parent data source (present when type is 'data_source_id').\").nullable().optional(),\n}).passthrough();\nconst NotionFetchBlockContents_ToggleBlockSchema = z.object({\n color: z.string().describe(\"Color of the toggle.\").nullable(),\n rich_text: z.array(NotionFetchBlockContents_RichTextSchema).describe(\"Array of rich text objects containing the toggle content.\"),\n}).passthrough();\nconst NotionFetchBlockContents_EmojiIconSchema = z.object({\n type: z.string().describe(\"Always 'emoji' for emoji icons.\").nullable(),\n emoji: z.string().describe(\"The emoji character (e.g., '😻', '📌').\").nullable(),\n}).passthrough().describe(\"Emoji icon object for callouts and pages.\");\nconst NotionFetchBlockContents_CustomEmojiDataSchema = z.object({\n id: z.string().describe(\"Unique identifier for the custom emoji.\").nullable(),\n url: z.string().describe(\"Hosted URL pointing to the custom emoji image.\").nullable().optional(),\n name: z.string().describe(\"Display name of the custom emoji.\").nullable().optional(),\n}).passthrough().describe(\"Custom emoji data containing metadata.\");\nconst NotionFetchBlockContents_CustomEmojiIconSchema = z.object({\n type: z.string().describe(\"Always 'custom_emoji' for workspace custom emoji icons.\").nullable(),\n custom_emoji: NotionFetchBlockContents_CustomEmojiDataSchema.nullable(),\n}).passthrough().describe(\"Custom emoji icon object for callouts and pages.\");\nconst NotionFetchBlockContents_ExternalFileDataSchema = z.object({\n url: z.string().describe(\"HTTPS URL to the external file.\").nullable(),\n}).passthrough().describe(\"External file data with URL.\");\nconst NotionFetchBlockContents_ExternalFileIconSchema = z.object({\n type: z.string().describe(\"Always 'external' for externally hosted files.\").nullable(),\n external: NotionFetchBlockContents_ExternalFileDataSchema.nullable(),\n}).passthrough().describe(\"External file icon object for callouts.\");\nconst NotionFetchBlockContents_NotionFileDataSchema = z.object({\n url: z.string().describe(\"Authenticated S3 URL for the file (valid for 1 hour).\").nullable(),\n expiry_time: z.string().describe(\"ISO 8601 timestamp when the URL expires.\").nullable(),\n}).passthrough().describe(\"Notion-hosted file data with URL and expiry time.\");\nconst NotionFetchBlockContents_NotionFileIconSchema = z.object({\n file: NotionFetchBlockContents_NotionFileDataSchema.nullable(),\n type: z.string().describe(\"Always 'file' for Notion-hosted files.\").nullable(),\n}).passthrough().describe(\"Notion-hosted file icon object.\");\nconst NotionFetchBlockContents_CalloutBlockSchema = z.object({\n icon: z.union([NotionFetchBlockContents_EmojiIconSchema, NotionFetchBlockContents_CustomEmojiIconSchema, NotionFetchBlockContents_ExternalFileIconSchema, NotionFetchBlockContents_NotionFileIconSchema]).nullable().optional(),\n color: z.string().describe(\"Background color of the callout.\").nullable(),\n rich_text: z.array(NotionFetchBlockContents_RichTextSchema).describe(\"Array of rich text objects containing the callout content.\"),\n}).passthrough();\nconst NotionFetchBlockContents_DividerBlockSchema = z.record(z.string(), z.unknown()).describe(\"Divider block properties. Divider blocks contain no additional properties.\");\nconst NotionFetchBlockContents_BookmarkBlockSchema = z.object({\n url: z.string().describe(\"URL of the bookmarked resource.\").nullable(),\n caption: z.array(NotionFetchBlockContents_RichTextSchema).describe(\"Array of rich text objects for the bookmark caption.\"),\n}).passthrough();\nconst NotionFetchBlockContents_EquationBlockSchema = z.object({\n expression: z.string().describe(\"LaTeX expression for the equation.\").nullable(),\n}).passthrough();\nconst NotionFetchBlockContents_TemplateBlockSchema = z.object({\n rich_text: z.array(NotionFetchBlockContents_RichTextSchema).describe(\"Array of rich text objects displayed in the template button title.\"),\n}).passthrough().describe(\"Template block properties. Note: Template blocks are deprecated as of March 27, 2023.\");\nconst NotionFetchBlockContents_HeadingBlockSchema = z.object({\n color: z.string().describe(\"Color of the heading.\").nullable(),\n rich_text: z.array(NotionFetchBlockContents_RichTextSchema).describe(\"Array of rich text objects containing the heading content.\"),\n is_toggleable: z.boolean().describe(\"Whether the heading can be toggled to show/hide children.\").nullable(),\n}).passthrough();\nconst NotionFetchBlockContents_ParagraphBlockSchema = z.object({\n color: z.string().describe(\"Color of the paragraph block.\").nullable(),\n rich_text: z.array(NotionFetchBlockContents_RichTextSchema).describe(\"Array of rich text objects containing the paragraph content.\"),\n}).passthrough();\nconst NotionFetchBlockContents_TableRowBlockSchema = z.object({\n cells: z.array(z.array(NotionFetchBlockContents_RichTextSchema)).describe(\"Array of arrays, where each inner array contains rich text objects for a cell.\"),\n}).passthrough();\nconst NotionFetchBlockContents_BreadcrumbBlockSchema = z.record(z.string(), z.unknown()).describe(\"Breadcrumb block properties. Breadcrumb blocks contain no additional properties.\");\nconst NotionFetchBlockContents_ChildPageBlockSchema = z.object({\n title: z.string().describe(\"Title of the child page.\").nullable(),\n}).passthrough();\nconst NotionFetchBlockContents_PartialUserSchema = z.object({\n id: z.string().describe(\"UUID of the user.\").nullable(),\n object: z.string().describe(\"Always 'user'.\").nullable(),\n}).passthrough();\nconst NotionFetchBlockContents_ColumnListBlockSchema = z.record(z.string(), z.unknown()).describe(\"Column list block properties. Column lists are parent blocks for columns and contain no additional properties.\");\nconst NotionFetchBlockContents_UnsupportedBlockSchema = z.record(z.string(), z.unknown()).describe(\"Unsupported block properties. Represents block types not supported by the API.\");\nconst NotionFetchBlockContents_LinkPreviewBlockSchema = z.object({\n url: z.string().describe(\"URL of the link preview.\").nullable(),\n}).passthrough();\nconst NotionFetchBlockContents_SyncedFromReferenceSchema = z.object({\n type: z.string().describe(\"Always 'block_id' for synced block references.\").nullable(),\n block_id: z.string().describe(\"UUID of the original synced block that this block syncs from.\").nullable(),\n}).passthrough().describe(\"Reference to the original synced block.\");\nconst NotionFetchBlockContents_SyncedBlockBlockSchema = z.object({\n synced_from: NotionFetchBlockContents_SyncedFromReferenceSchema.nullable().optional(),\n}).passthrough().describe(\"Synced block properties.\");\nconst NotionFetchBlockContents_ChildDatabaseBlockSchema = z.object({\n title: z.string().describe(\"Title of the child database.\").nullable(),\n}).passthrough();\nconst NotionFetchBlockContents_TableOfContentsBlockSchema = z.object({\n color: z.string().describe(\"Color of the table of contents block (e.g., 'default', 'blue', 'red', 'green', 'yellow', 'orange', 'pink', 'purple', 'brown', 'gray').\").nullable(),\n}).passthrough().describe(\"Table of contents block properties.\");\nconst NotionFetchBlockContents_BulletedListItemBlockSchema = z.object({\n color: z.string().describe(\"Color of the list item.\").nullable(),\n rich_text: z.array(NotionFetchBlockContents_RichTextSchema).describe(\"Array of rich text objects containing the list item content.\"),\n}).passthrough();\nconst NotionFetchBlockContents_NumberedListItemBlockSchema = z.object({\n color: z.string().describe(\"Color of the list item.\").nullable(),\n rich_text: z.array(NotionFetchBlockContents_RichTextSchema).describe(\"Array of rich text objects containing the list item content.\"),\n}).passthrough();\nconst NotionFetchBlockContents_BlockSchema = z.object({\n id: z.string().describe(\"Unique identifier for the block (UUIDv4 format).\").nullable(),\n pdf: NotionFetchBlockContents_PdfBlockSchema.nullable().optional(),\n code: NotionFetchBlockContents_CodeBlockSchema.nullable().optional(),\n file: NotionFetchBlockContents_FileBlockSchema.nullable().optional(),\n type: z.string().describe(\"Type of block (e.g., 'paragraph', 'heading_1', 'heading_2', 'heading_3', 'bulleted_list_item', 'numbered_list_item', 'to_do', 'toggle', 'code', 'quote', 'callout', 'divider', 'table', 'table_row', 'column_list', 'column', 'child_database', 'child_page', 'image', 'video', 'file', 'pdf', 'bookmark', 'embed', 'equation', 'synced_block', 'template', 'table_of_contents', 'breadcrumb', 'link_preview', 'audio', 'unsupported').\").nullable(),\n audio: NotionFetchBlockContents_AudioBlockSchema.nullable().optional(),\n embed: NotionFetchBlockContents_EmbedBlockSchema.nullable().optional(),\n image: NotionFetchBlockContents_ImageBlockSchema.nullable().optional(),\n quote: NotionFetchBlockContents_QuoteBlockSchema.nullable().optional(),\n table: NotionFetchBlockContents_TableBlockSchema.nullable().optional(),\n to_do: NotionFetchBlockContents_ToDoBlockSchema.nullable().optional(),\n video: NotionFetchBlockContents_VideoBlockSchema.nullable().optional(),\n column: NotionFetchBlockContents_ColumnBlockSchema.nullable().optional(),\n object: z.string().describe(\"Always 'block'.\").nullable(),\n parent: NotionFetchBlockContents_ParentObjectSchema.nullable(),\n toggle: NotionFetchBlockContents_ToggleBlockSchema.nullable().optional(),\n callout: NotionFetchBlockContents_CalloutBlockSchema.nullable().optional(),\n divider: NotionFetchBlockContents_DividerBlockSchema.nullable().optional(),\n archived: z.boolean().describe(\"Whether the block is archived.\").nullable(),\n bookmark: NotionFetchBlockContents_BookmarkBlockSchema.nullable().optional(),\n equation: NotionFetchBlockContents_EquationBlockSchema.nullable().optional(),\n in_trash: z.boolean().describe(\"Whether the block has been deleted.\").nullable().optional(),\n template: NotionFetchBlockContents_TemplateBlockSchema.nullable().optional(),\n heading_1: NotionFetchBlockContents_HeadingBlockSchema.nullable().optional(),\n heading_2: NotionFetchBlockContents_HeadingBlockSchema.nullable().optional(),\n heading_3: NotionFetchBlockContents_HeadingBlockSchema.nullable().optional(),\n paragraph: NotionFetchBlockContents_ParagraphBlockSchema.nullable().optional(),\n table_row: NotionFetchBlockContents_TableRowBlockSchema.nullable().optional(),\n breadcrumb: NotionFetchBlockContents_BreadcrumbBlockSchema.nullable().optional(),\n child_page: NotionFetchBlockContents_ChildPageBlockSchema.nullable().optional(),\n created_by: NotionFetchBlockContents_PartialUserSchema.nullable(),\n column_list: NotionFetchBlockContents_ColumnListBlockSchema.nullable().optional(),\n unsupported: NotionFetchBlockContents_UnsupportedBlockSchema.nullable().optional(),\n created_time: z.string().describe(\"ISO 8601 timestamp when the block was created.\").nullable(),\n has_children: z.boolean().describe(\"Whether the block contains nested child blocks. When true, use retrieve block children recursively to get nested content.\").nullable(),\n link_preview: NotionFetchBlockContents_LinkPreviewBlockSchema.nullable().optional(),\n synced_block: NotionFetchBlockContents_SyncedBlockBlockSchema.nullable().optional(),\n child_database: NotionFetchBlockContents_ChildDatabaseBlockSchema.nullable().optional(),\n last_edited_by: NotionFetchBlockContents_PartialUserSchema.nullable(),\n last_edited_time: z.string().describe(\"ISO 8601 timestamp when the block was last edited.\").nullable(),\n table_of_contents: NotionFetchBlockContents_TableOfContentsBlockSchema.nullable().optional(),\n bulleted_list_item: NotionFetchBlockContents_BulletedListItemBlockSchema.nullable().optional(),\n numbered_list_item: NotionFetchBlockContents_NumberedListItemBlockSchema.nullable().optional(),\n}).passthrough();\nexport const NotionFetchBlockContentsOutput = z.object({\n type: z.string().describe(\"Always 'block' for block list responses, indicating this is a block-type pagination.\").nullable().optional(),\n block: NotionFetchBlockContents_BlockPaginationMarkerSchema.nullable().optional(),\n object: z.string().describe(\"Always 'list' for paginated responses.\").nullable(),\n results: z.array(NotionFetchBlockContents_BlockSchema).describe(\"Array of child block objects contained in the specified block. Only includes first level children.\"),\n has_more: z.boolean().describe(\"Whether there are more results available beyond this page. Used for pagination.\").nullable(),\n next_cursor: z.string().describe(\"Cursor for retrieving the next page of results. Null if has_more is false. Use as start_cursor parameter in subsequent requests.\").nullable().optional(),\n composio_execution_message: z.string().describe(\"Optional message explaining special circumstances during execution, such as when a block type is not supported by the Notion API.\").nullable().optional(),\n}).passthrough();\n\nexport const notionFetchBlockContents = action(\"NOTION_FETCH_BLOCK_CONTENTS\", {\n slug: \"notion-fetch-block-contents\",\n name: \"Fetch Notion Block Children\",\n description: \"Retrieves a paginated list of direct, first-level child block objects along with contents for a given parent Notion block or page ID; use block IDs from the response for subsequent calls to access deeply nested content.\",\n input: NotionFetchBlockContentsInput,\n output: NotionFetchBlockContentsOutput,\n});\n"],"mappings":"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"}
|