@keystrokehq/notion 0.0.16 → 0.1.2

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.
Files changed (407) hide show
  1. package/README.md +11 -41
  2. package/dist/action.cjs +21 -0
  3. package/dist/action.cjs.map +1 -0
  4. package/dist/action.mjs +21 -0
  5. package/dist/action.mjs.map +1 -0
  6. package/dist/actions/add-multiple-page-content.cjs +80 -0
  7. package/dist/actions/add-multiple-page-content.cjs.map +1 -0
  8. package/dist/actions/add-multiple-page-content.d.cts +94 -0
  9. package/dist/actions/add-multiple-page-content.d.cts.map +1 -0
  10. package/dist/actions/add-multiple-page-content.d.mts +94 -0
  11. package/dist/actions/add-multiple-page-content.d.mts.map +1 -0
  12. package/dist/actions/add-multiple-page-content.mjs +79 -0
  13. package/dist/actions/add-multiple-page-content.mjs.map +1 -0
  14. package/dist/actions/append-code-blocks.cjs +446 -0
  15. package/dist/actions/append-code-blocks.cjs.map +1 -0
  16. package/dist/actions/append-code-blocks.d.cts +855 -0
  17. package/dist/actions/append-code-blocks.d.cts.map +1 -0
  18. package/dist/actions/append-code-blocks.d.mts +855 -0
  19. package/dist/actions/append-code-blocks.d.mts.map +1 -0
  20. package/dist/actions/append-code-blocks.mjs +445 -0
  21. package/dist/actions/append-code-blocks.mjs.map +1 -0
  22. package/dist/actions/append-layout-blocks.cjs +278 -0
  23. package/dist/actions/append-layout-blocks.cjs.map +1 -0
  24. package/dist/actions/append-layout-blocks.d.cts +648 -0
  25. package/dist/actions/append-layout-blocks.d.cts.map +1 -0
  26. package/dist/actions/append-layout-blocks.d.mts +648 -0
  27. package/dist/actions/append-layout-blocks.d.mts.map +1 -0
  28. package/dist/actions/append-layout-blocks.mjs +277 -0
  29. package/dist/actions/append-layout-blocks.mjs.map +1 -0
  30. package/dist/actions/append-media-blocks.cjs +491 -0
  31. package/dist/actions/append-media-blocks.cjs.map +1 -0
  32. package/dist/actions/append-media-blocks.d.cts +1002 -0
  33. package/dist/actions/append-media-blocks.d.cts.map +1 -0
  34. package/dist/actions/append-media-blocks.d.mts +1002 -0
  35. package/dist/actions/append-media-blocks.d.mts.map +1 -0
  36. package/dist/actions/append-media-blocks.mjs +490 -0
  37. package/dist/actions/append-media-blocks.mjs.map +1 -0
  38. package/dist/actions/append-table-blocks.cjs +267 -0
  39. package/dist/actions/append-table-blocks.cjs.map +1 -0
  40. package/dist/actions/append-table-blocks.d.cts +630 -0
  41. package/dist/actions/append-table-blocks.d.cts.map +1 -0
  42. package/dist/actions/append-table-blocks.d.mts +630 -0
  43. package/dist/actions/append-table-blocks.d.mts.map +1 -0
  44. package/dist/actions/append-table-blocks.mjs +266 -0
  45. package/dist/actions/append-table-blocks.mjs.map +1 -0
  46. package/dist/actions/append-task-blocks.cjs +420 -0
  47. package/dist/actions/append-task-blocks.cjs.map +1 -0
  48. package/dist/actions/append-task-blocks.d.cts +832 -0
  49. package/dist/actions/append-task-blocks.d.cts.map +1 -0
  50. package/dist/actions/append-task-blocks.d.mts +832 -0
  51. package/dist/actions/append-task-blocks.d.mts.map +1 -0
  52. package/dist/actions/append-task-blocks.mjs +419 -0
  53. package/dist/actions/append-task-blocks.mjs.map +1 -0
  54. package/dist/actions/append-text-blocks.cjs +604 -0
  55. package/dist/actions/append-text-blocks.cjs.map +1 -0
  56. package/dist/actions/append-text-blocks.d.cts +1086 -0
  57. package/dist/actions/append-text-blocks.d.cts.map +1 -0
  58. package/dist/actions/append-text-blocks.d.mts +1086 -0
  59. package/dist/actions/append-text-blocks.d.mts.map +1 -0
  60. package/dist/actions/append-text-blocks.mjs +603 -0
  61. package/dist/actions/append-text-blocks.mjs.map +1 -0
  62. package/dist/actions/archive-notion-page.cjs +104 -0
  63. package/dist/actions/archive-notion-page.cjs.map +1 -0
  64. package/dist/actions/archive-notion-page.d.cts +84 -0
  65. package/dist/actions/archive-notion-page.d.cts.map +1 -0
  66. package/dist/actions/archive-notion-page.d.mts +84 -0
  67. package/dist/actions/archive-notion-page.d.mts.map +1 -0
  68. package/dist/actions/archive-notion-page.mjs +103 -0
  69. package/dist/actions/archive-notion-page.mjs.map +1 -0
  70. package/dist/actions/create-comment.cjs +45 -0
  71. package/dist/actions/create-comment.cjs.map +1 -0
  72. package/dist/actions/create-comment.d.cts +52 -0
  73. package/dist/actions/create-comment.d.cts.map +1 -0
  74. package/dist/actions/create-comment.d.mts +52 -0
  75. package/dist/actions/create-comment.d.mts.map +1 -0
  76. package/dist/actions/create-comment.mjs +42 -0
  77. package/dist/actions/create-comment.mjs.map +1 -0
  78. package/dist/actions/create-database.cjs +125 -0
  79. package/dist/actions/create-database.cjs.map +1 -0
  80. package/dist/actions/create-database.d.cts +145 -0
  81. package/dist/actions/create-database.d.cts.map +1 -0
  82. package/dist/actions/create-database.d.mts +145 -0
  83. package/dist/actions/create-database.d.mts.map +1 -0
  84. package/dist/actions/create-database.mjs +124 -0
  85. package/dist/actions/create-database.mjs.map +1 -0
  86. package/dist/actions/create-file-upload.cjs +45 -0
  87. package/dist/actions/create-file-upload.cjs.map +1 -0
  88. package/dist/actions/create-file-upload.d.cts +44 -0
  89. package/dist/actions/create-file-upload.d.cts.map +1 -0
  90. package/dist/actions/create-file-upload.d.mts +44 -0
  91. package/dist/actions/create-file-upload.d.mts.map +1 -0
  92. package/dist/actions/create-file-upload.mjs +42 -0
  93. package/dist/actions/create-file-upload.mjs.map +1 -0
  94. package/dist/actions/create-notion-page.cjs +94 -0
  95. package/dist/actions/create-notion-page.cjs.map +1 -0
  96. package/dist/actions/create-notion-page.d.cts +89 -0
  97. package/dist/actions/create-notion-page.d.cts.map +1 -0
  98. package/dist/actions/create-notion-page.d.mts +89 -0
  99. package/dist/actions/create-notion-page.d.mts.map +1 -0
  100. package/dist/actions/create-notion-page.mjs +93 -0
  101. package/dist/actions/create-notion-page.mjs.map +1 -0
  102. package/dist/actions/delete-block.cjs +411 -0
  103. package/dist/actions/delete-block.cjs.map +1 -0
  104. package/dist/actions/delete-block.d.cts +2187 -0
  105. package/dist/actions/delete-block.d.cts.map +1 -0
  106. package/dist/actions/delete-block.d.mts +2187 -0
  107. package/dist/actions/delete-block.d.mts.map +1 -0
  108. package/dist/actions/delete-block.mjs +410 -0
  109. package/dist/actions/delete-block.mjs.map +1 -0
  110. package/dist/actions/duplicate-page.cjs +119 -0
  111. package/dist/actions/duplicate-page.cjs.map +1 -0
  112. package/dist/actions/duplicate-page.d.cts +96 -0
  113. package/dist/actions/duplicate-page.d.cts.map +1 -0
  114. package/dist/actions/duplicate-page.d.mts +96 -0
  115. package/dist/actions/duplicate-page.d.mts.map +1 -0
  116. package/dist/actions/duplicate-page.mjs +118 -0
  117. package/dist/actions/duplicate-page.mjs.map +1 -0
  118. package/dist/actions/fetch-all-block-contents.cjs +270 -0
  119. package/dist/actions/fetch-all-block-contents.cjs.map +1 -0
  120. package/dist/actions/fetch-all-block-contents.d.cts +44 -0
  121. package/dist/actions/fetch-all-block-contents.d.cts.map +1 -0
  122. package/dist/actions/fetch-all-block-contents.d.mts +44 -0
  123. package/dist/actions/fetch-all-block-contents.d.mts.map +1 -0
  124. package/dist/actions/fetch-all-block-contents.mjs +269 -0
  125. package/dist/actions/fetch-all-block-contents.mjs.map +1 -0
  126. package/dist/actions/fetch-block-contents.cjs +232 -0
  127. package/dist/actions/fetch-block-contents.cjs.map +1 -0
  128. package/dist/actions/fetch-block-contents.d.cts +693 -0
  129. package/dist/actions/fetch-block-contents.d.cts.map +1 -0
  130. package/dist/actions/fetch-block-contents.d.mts +693 -0
  131. package/dist/actions/fetch-block-contents.d.mts.map +1 -0
  132. package/dist/actions/fetch-block-contents.mjs +231 -0
  133. package/dist/actions/fetch-block-contents.mjs.map +1 -0
  134. package/dist/actions/fetch-block-metadata.cjs +406 -0
  135. package/dist/actions/fetch-block-metadata.cjs.map +1 -0
  136. package/dist/actions/fetch-block-metadata.d.cts +2109 -0
  137. package/dist/actions/fetch-block-metadata.d.cts.map +1 -0
  138. package/dist/actions/fetch-block-metadata.d.mts +2109 -0
  139. package/dist/actions/fetch-block-metadata.d.mts.map +1 -0
  140. package/dist/actions/fetch-block-metadata.mjs +405 -0
  141. package/dist/actions/fetch-block-metadata.mjs.map +1 -0
  142. package/dist/actions/fetch-comments.cjs +136 -0
  143. package/dist/actions/fetch-comments.cjs.map +1 -0
  144. package/dist/actions/fetch-comments.d.cts +154 -0
  145. package/dist/actions/fetch-comments.d.cts.map +1 -0
  146. package/dist/actions/fetch-comments.d.mts +154 -0
  147. package/dist/actions/fetch-comments.d.mts.map +1 -0
  148. package/dist/actions/fetch-comments.mjs +135 -0
  149. package/dist/actions/fetch-comments.mjs.map +1 -0
  150. package/dist/actions/fetch-data.cjs +227 -0
  151. package/dist/actions/fetch-data.cjs.map +1 -0
  152. package/dist/actions/fetch-data.d.cts +600 -0
  153. package/dist/actions/fetch-data.d.cts.map +1 -0
  154. package/dist/actions/fetch-data.d.mts +600 -0
  155. package/dist/actions/fetch-data.d.mts.map +1 -0
  156. package/dist/actions/fetch-data.mjs +226 -0
  157. package/dist/actions/fetch-data.mjs.map +1 -0
  158. package/dist/actions/fetch-database.cjs +84 -0
  159. package/dist/actions/fetch-database.cjs.map +1 -0
  160. package/dist/actions/fetch-database.d.cts +95 -0
  161. package/dist/actions/fetch-database.d.cts.map +1 -0
  162. package/dist/actions/fetch-database.d.mts +95 -0
  163. package/dist/actions/fetch-database.d.mts.map +1 -0
  164. package/dist/actions/fetch-database.mjs +83 -0
  165. package/dist/actions/fetch-database.mjs.map +1 -0
  166. package/dist/actions/fetch-row.cjs +133 -0
  167. package/dist/actions/fetch-row.cjs.map +1 -0
  168. package/dist/actions/fetch-row.d.cts +157 -0
  169. package/dist/actions/fetch-row.d.cts.map +1 -0
  170. package/dist/actions/fetch-row.d.mts +157 -0
  171. package/dist/actions/fetch-row.d.mts.map +1 -0
  172. package/dist/actions/fetch-row.mjs +132 -0
  173. package/dist/actions/fetch-row.mjs.map +1 -0
  174. package/dist/actions/get-about-user.cjs +46 -0
  175. package/dist/actions/get-about-user.cjs.map +1 -0
  176. package/dist/actions/get-about-user.d.cts +50 -0
  177. package/dist/actions/get-about-user.d.cts.map +1 -0
  178. package/dist/actions/get-about-user.d.mts +50 -0
  179. package/dist/actions/get-about-user.d.mts.map +1 -0
  180. package/dist/actions/get-about-user.mjs +45 -0
  181. package/dist/actions/get-about-user.mjs.map +1 -0
  182. package/dist/actions/get-page-markdown.cjs +25 -0
  183. package/dist/actions/get-page-markdown.cjs.map +1 -0
  184. package/dist/actions/get-page-markdown.d.cts +21 -0
  185. package/dist/actions/get-page-markdown.d.cts.map +1 -0
  186. package/dist/actions/get-page-markdown.d.mts +21 -0
  187. package/dist/actions/get-page-markdown.d.mts.map +1 -0
  188. package/dist/actions/get-page-markdown.mjs +22 -0
  189. package/dist/actions/get-page-markdown.mjs.map +1 -0
  190. package/dist/actions/get-page-property-action.cjs +21 -0
  191. package/dist/actions/get-page-property-action.cjs.map +1 -0
  192. package/dist/actions/get-page-property-action.d.cts +19 -0
  193. package/dist/actions/get-page-property-action.d.cts.map +1 -0
  194. package/dist/actions/get-page-property-action.d.mts +19 -0
  195. package/dist/actions/get-page-property-action.d.mts.map +1 -0
  196. package/dist/actions/get-page-property-action.mjs +18 -0
  197. package/dist/actions/get-page-property-action.mjs.map +1 -0
  198. package/dist/actions/index.cjs +91 -0
  199. package/dist/actions/index.d.cts +46 -0
  200. package/dist/actions/index.d.mts +46 -0
  201. package/dist/actions/index.mjs +46 -0
  202. package/dist/actions/insert-row-database.cjs +176 -0
  203. package/dist/actions/insert-row-database.cjs.map +1 -0
  204. package/dist/actions/insert-row-database.d.cts +169 -0
  205. package/dist/actions/insert-row-database.d.cts.map +1 -0
  206. package/dist/actions/insert-row-database.d.mts +169 -0
  207. package/dist/actions/insert-row-database.d.mts.map +1 -0
  208. package/dist/actions/insert-row-database.mjs +175 -0
  209. package/dist/actions/insert-row-database.mjs.map +1 -0
  210. package/dist/actions/insert-row-from-nl.cjs +27 -0
  211. package/dist/actions/insert-row-from-nl.cjs.map +1 -0
  212. package/dist/actions/insert-row-from-nl.d.cts +25 -0
  213. package/dist/actions/insert-row-from-nl.d.cts.map +1 -0
  214. package/dist/actions/insert-row-from-nl.d.mts +25 -0
  215. package/dist/actions/insert-row-from-nl.d.mts.map +1 -0
  216. package/dist/actions/insert-row-from-nl.mjs +24 -0
  217. package/dist/actions/insert-row-from-nl.mjs.map +1 -0
  218. package/dist/actions/list-data-source-templates.cjs +29 -0
  219. package/dist/actions/list-data-source-templates.cjs.map +1 -0
  220. package/dist/actions/list-data-source-templates.d.cts +25 -0
  221. package/dist/actions/list-data-source-templates.d.cts.map +1 -0
  222. package/dist/actions/list-data-source-templates.d.mts +25 -0
  223. package/dist/actions/list-data-source-templates.d.mts.map +1 -0
  224. package/dist/actions/list-data-source-templates.mjs +28 -0
  225. package/dist/actions/list-data-source-templates.mjs.map +1 -0
  226. package/dist/actions/list-file-uploads.cjs +43 -0
  227. package/dist/actions/list-file-uploads.cjs.map +1 -0
  228. package/dist/actions/list-file-uploads.d.cts +38 -0
  229. package/dist/actions/list-file-uploads.d.cts.map +1 -0
  230. package/dist/actions/list-file-uploads.d.mts +38 -0
  231. package/dist/actions/list-file-uploads.d.mts.map +1 -0
  232. package/dist/actions/list-file-uploads.mjs +42 -0
  233. package/dist/actions/list-file-uploads.mjs.map +1 -0
  234. package/dist/actions/list-users.cjs +58 -0
  235. package/dist/actions/list-users.cjs.map +1 -0
  236. package/dist/actions/list-users.d.cts +64 -0
  237. package/dist/actions/list-users.d.cts.map +1 -0
  238. package/dist/actions/list-users.d.mts +64 -0
  239. package/dist/actions/list-users.d.mts.map +1 -0
  240. package/dist/actions/list-users.mjs +57 -0
  241. package/dist/actions/list-users.mjs.map +1 -0
  242. package/dist/actions/move-page.cjs +110 -0
  243. package/dist/actions/move-page.cjs.map +1 -0
  244. package/dist/actions/move-page.d.cts +96 -0
  245. package/dist/actions/move-page.d.cts.map +1 -0
  246. package/dist/actions/move-page.d.mts +96 -0
  247. package/dist/actions/move-page.d.mts.map +1 -0
  248. package/dist/actions/move-page.mjs +109 -0
  249. package/dist/actions/move-page.mjs.map +1 -0
  250. package/dist/actions/query-data-source.cjs +118 -0
  251. package/dist/actions/query-data-source.cjs.map +1 -0
  252. package/dist/actions/query-data-source.d.cts +165 -0
  253. package/dist/actions/query-data-source.d.cts.map +1 -0
  254. package/dist/actions/query-data-source.d.mts +165 -0
  255. package/dist/actions/query-data-source.d.mts.map +1 -0
  256. package/dist/actions/query-data-source.mjs +117 -0
  257. package/dist/actions/query-data-source.mjs.map +1 -0
  258. package/dist/actions/query-database-with-filter.cjs +172 -0
  259. package/dist/actions/query-database-with-filter.cjs.map +1 -0
  260. package/dist/actions/query-database-with-filter.d.cts +220 -0
  261. package/dist/actions/query-database-with-filter.d.cts.map +1 -0
  262. package/dist/actions/query-database-with-filter.d.mts +220 -0
  263. package/dist/actions/query-database-with-filter.d.mts.map +1 -0
  264. package/dist/actions/query-database-with-filter.mjs +171 -0
  265. package/dist/actions/query-database-with-filter.mjs.map +1 -0
  266. package/dist/actions/query-database.cjs +171 -0
  267. package/dist/actions/query-database.cjs.map +1 -0
  268. package/dist/actions/query-database.d.cts +214 -0
  269. package/dist/actions/query-database.d.cts.map +1 -0
  270. package/dist/actions/query-database.d.mts +214 -0
  271. package/dist/actions/query-database.d.mts.map +1 -0
  272. package/dist/actions/query-database.mjs +170 -0
  273. package/dist/actions/query-database.mjs.map +1 -0
  274. package/dist/actions/replace-page-content.cjs +1175 -0
  275. package/dist/actions/replace-page-content.cjs.map +1 -0
  276. package/dist/actions/replace-page-content.d.cts +1712 -0
  277. package/dist/actions/replace-page-content.d.cts.map +1 -0
  278. package/dist/actions/replace-page-content.d.mts +1712 -0
  279. package/dist/actions/replace-page-content.d.mts.map +1 -0
  280. package/dist/actions/replace-page-content.mjs +1172 -0
  281. package/dist/actions/replace-page-content.mjs.map +1 -0
  282. package/dist/actions/retrieve-comment.cjs +16 -0
  283. package/dist/actions/retrieve-comment.cjs.map +1 -0
  284. package/dist/actions/retrieve-comment.d.cts +13 -0
  285. package/dist/actions/retrieve-comment.d.cts.map +1 -0
  286. package/dist/actions/retrieve-comment.d.mts +13 -0
  287. package/dist/actions/retrieve-comment.d.mts.map +1 -0
  288. package/dist/actions/retrieve-comment.mjs +13 -0
  289. package/dist/actions/retrieve-comment.mjs.map +1 -0
  290. package/dist/actions/retrieve-database-property.cjs +80 -0
  291. package/dist/actions/retrieve-database-property.cjs.map +1 -0
  292. package/dist/actions/retrieve-database-property.d.cts +84 -0
  293. package/dist/actions/retrieve-database-property.d.cts.map +1 -0
  294. package/dist/actions/retrieve-database-property.d.mts +84 -0
  295. package/dist/actions/retrieve-database-property.d.mts.map +1 -0
  296. package/dist/actions/retrieve-database-property.mjs +79 -0
  297. package/dist/actions/retrieve-database-property.mjs.map +1 -0
  298. package/dist/actions/retrieve-file-upload.cjs +34 -0
  299. package/dist/actions/retrieve-file-upload.cjs.map +1 -0
  300. package/dist/actions/retrieve-file-upload.d.cts +31 -0
  301. package/dist/actions/retrieve-file-upload.d.cts.map +1 -0
  302. package/dist/actions/retrieve-file-upload.d.mts +31 -0
  303. package/dist/actions/retrieve-file-upload.d.mts.map +1 -0
  304. package/dist/actions/retrieve-file-upload.mjs +31 -0
  305. package/dist/actions/retrieve-file-upload.mjs.map +1 -0
  306. package/dist/actions/retrieve-page.cjs +129 -0
  307. package/dist/actions/retrieve-page.cjs.map +1 -0
  308. package/dist/actions/retrieve-page.d.cts +145 -0
  309. package/dist/actions/retrieve-page.d.cts.map +1 -0
  310. package/dist/actions/retrieve-page.d.mts +145 -0
  311. package/dist/actions/retrieve-page.d.mts.map +1 -0
  312. package/dist/actions/retrieve-page.mjs +128 -0
  313. package/dist/actions/retrieve-page.mjs.map +1 -0
  314. package/dist/actions/search-notion-page.cjs +245 -0
  315. package/dist/actions/search-notion-page.cjs.map +1 -0
  316. package/dist/actions/search-notion-page.d.cts +757 -0
  317. package/dist/actions/search-notion-page.d.cts.map +1 -0
  318. package/dist/actions/search-notion-page.d.mts +757 -0
  319. package/dist/actions/search-notion-page.d.mts.map +1 -0
  320. package/dist/actions/search-notion-page.mjs +244 -0
  321. package/dist/actions/search-notion-page.mjs.map +1 -0
  322. package/dist/actions/send-file-upload.cjs +37 -0
  323. package/dist/actions/send-file-upload.cjs.map +1 -0
  324. package/dist/actions/send-file-upload.d.cts +39 -0
  325. package/dist/actions/send-file-upload.d.cts.map +1 -0
  326. package/dist/actions/send-file-upload.d.mts +39 -0
  327. package/dist/actions/send-file-upload.d.mts.map +1 -0
  328. package/dist/actions/send-file-upload.mjs +34 -0
  329. package/dist/actions/send-file-upload.mjs.map +1 -0
  330. package/dist/actions/update-block.cjs +250 -0
  331. package/dist/actions/update-block.cjs.map +1 -0
  332. package/dist/actions/update-block.d.cts +570 -0
  333. package/dist/actions/update-block.d.cts.map +1 -0
  334. package/dist/actions/update-block.d.mts +570 -0
  335. package/dist/actions/update-block.d.mts.map +1 -0
  336. package/dist/actions/update-block.mjs +249 -0
  337. package/dist/actions/update-block.mjs.map +1 -0
  338. package/dist/actions/update-page.cjs +115 -0
  339. package/dist/actions/update-page.cjs.map +1 -0
  340. package/dist/actions/update-page.d.cts +109 -0
  341. package/dist/actions/update-page.d.cts.map +1 -0
  342. package/dist/actions/update-page.d.mts +109 -0
  343. package/dist/actions/update-page.d.mts.map +1 -0
  344. package/dist/actions/update-page.mjs +114 -0
  345. package/dist/actions/update-page.mjs.map +1 -0
  346. package/dist/actions/update-row-database.cjs +149 -0
  347. package/dist/actions/update-row-database.cjs.map +1 -0
  348. package/dist/actions/update-row-database.d.cts +132 -0
  349. package/dist/actions/update-row-database.d.cts.map +1 -0
  350. package/dist/actions/update-row-database.d.mts +132 -0
  351. package/dist/actions/update-row-database.d.mts.map +1 -0
  352. package/dist/actions/update-row-database.mjs +148 -0
  353. package/dist/actions/update-row-database.mjs.map +1 -0
  354. package/dist/actions/update-schema-database.cjs +198 -0
  355. package/dist/actions/update-schema-database.cjs.map +1 -0
  356. package/dist/actions/update-schema-database.d.cts +320 -0
  357. package/dist/actions/update-schema-database.d.cts.map +1 -0
  358. package/dist/actions/update-schema-database.d.mts +320 -0
  359. package/dist/actions/update-schema-database.d.mts.map +1 -0
  360. package/dist/actions/update-schema-database.mjs +197 -0
  361. package/dist/actions/update-schema-database.mjs.map +1 -0
  362. package/dist/actions/upsert-row-database.cjs +141 -0
  363. package/dist/actions/upsert-row-database.cjs.map +1 -0
  364. package/dist/actions/upsert-row-database.d.cts +224 -0
  365. package/dist/actions/upsert-row-database.d.cts.map +1 -0
  366. package/dist/actions/upsert-row-database.d.mts +224 -0
  367. package/dist/actions/upsert-row-database.d.mts.map +1 -0
  368. package/dist/actions/upsert-row-database.mjs +140 -0
  369. package/dist/actions/upsert-row-database.mjs.map +1 -0
  370. package/dist/app.cjs +9 -0
  371. package/dist/app.cjs.map +1 -0
  372. package/dist/app.d.cts +5 -0
  373. package/dist/app.d.cts.map +1 -0
  374. package/dist/app.d.mts +5 -0
  375. package/dist/app.d.mts.map +1 -0
  376. package/dist/app.mjs +10 -0
  377. package/dist/app.mjs.map +1 -0
  378. package/dist/catalog.cjs +15 -0
  379. package/dist/catalog.cjs.map +1 -0
  380. package/dist/catalog.d.cts +14 -0
  381. package/dist/catalog.d.cts.map +1 -0
  382. package/dist/catalog.d.mts +14 -0
  383. package/dist/catalog.d.mts.map +1 -0
  384. package/dist/catalog.mjs +15 -0
  385. package/dist/catalog.mjs.map +1 -0
  386. package/dist/execute.cjs +18 -0
  387. package/dist/execute.cjs.map +1 -0
  388. package/dist/execute.mjs +18 -0
  389. package/dist/execute.mjs.map +1 -0
  390. package/dist/index.cjs +96 -0
  391. package/dist/index.d.cts +48 -0
  392. package/dist/index.d.mts +48 -5
  393. package/dist/index.mjs +49 -7
  394. package/package.json +31 -53
  395. package/LICENSE +0 -21
  396. package/dist/credential-sets/index.d.mts +0 -2
  397. package/dist/credential-sets/index.mjs +0 -4
  398. package/dist/notion-webhook.credential-set-5tXWld_L.d.mts +0 -53
  399. package/dist/notion-webhook.credential-set-D_tczh8M.mjs +0 -25
  400. package/dist/notion.credential-set-BfA-EG9z.mjs +0 -44
  401. package/dist/operations/index.d.mts +0 -1104
  402. package/dist/operations/index.mjs +0 -32
  403. package/dist/schemas/index.d.mts +0 -190
  404. package/dist/schemas/index.mjs +0 -3
  405. package/dist/search-D4wvUAjS.mjs +0 -277
  406. package/dist/update-page.operation-6lf05oVs.d.mts +0 -1147
  407. package/dist/update-page.operation-BQWJrCll.mjs +0 -794
@@ -0,0 +1,446 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/append-code-blocks.ts
4
+ const NotionAppendCodeBlocksInput = zod.z.object({
5
+ after: zod.z.string().describe("Optional UUID of an existing child block. New blocks will be inserted after this block.").optional(),
6
+ block_id: zod.z.string().describe("The UUID of the parent block or page to append children to."),
7
+ children: zod.z.array(zod.z.union([
8
+ zod.z.object({
9
+ code: zod.z.object({
10
+ caption: zod.z.array(zod.z.object({
11
+ text: zod.z.object({
12
+ link: zod.z.object({ url: zod.z.string().describe("The URL the text links to.") }).describe("Link object for hyperlinked text.").nullable().optional(),
13
+ content: zod.z.string().describe("The actual text content. CRITICAL: Maximum 2000 characters per text object.")
14
+ }).describe("The text content object."),
15
+ type: zod.z.string().default("text").describe("Type of rich text. Currently only 'text' is supported for input.").optional(),
16
+ annotations: zod.z.object({
17
+ bold: zod.z.boolean().default(false).describe("Whether the text is bold.").optional(),
18
+ code: zod.z.boolean().default(false).describe("Whether the text is formatted as inline code.").optional(),
19
+ color: zod.z.enum([
20
+ "default",
21
+ "gray",
22
+ "brown",
23
+ "orange",
24
+ "yellow",
25
+ "green",
26
+ "blue",
27
+ "purple",
28
+ "pink",
29
+ "red",
30
+ "gray_background",
31
+ "brown_background",
32
+ "orange_background",
33
+ "yellow_background",
34
+ "green_background",
35
+ "blue_background",
36
+ "purple_background",
37
+ "pink_background",
38
+ "red_background"
39
+ ]).default("default").describe("Color of the text or background.").optional(),
40
+ italic: zod.z.boolean().default(false).describe("Whether the text is italic.").optional(),
41
+ underline: zod.z.boolean().default(false).describe("Whether the text is underlined.").optional(),
42
+ strikethrough: zod.z.boolean().default(false).describe("Whether the text has strikethrough.").optional()
43
+ }).describe("Text styling annotations for rich text.").nullable().optional()
44
+ }).describe("Rich text object for creating text content in blocks.")).nullable().optional(),
45
+ language: zod.z.enum([
46
+ "abap",
47
+ "arduino",
48
+ "bash",
49
+ "basic",
50
+ "c",
51
+ "clojure",
52
+ "coffeescript",
53
+ "c++",
54
+ "c#",
55
+ "css",
56
+ "dart",
57
+ "diff",
58
+ "docker",
59
+ "elixir",
60
+ "elm",
61
+ "erlang",
62
+ "flow",
63
+ "fortran",
64
+ "f#",
65
+ "gherkin",
66
+ "glsl",
67
+ "go",
68
+ "graphql",
69
+ "groovy",
70
+ "haskell",
71
+ "html",
72
+ "java",
73
+ "javascript",
74
+ "json",
75
+ "julia",
76
+ "kotlin",
77
+ "latex",
78
+ "less",
79
+ "lisp",
80
+ "livescript",
81
+ "lua",
82
+ "makefile",
83
+ "markdown",
84
+ "markup",
85
+ "matlab",
86
+ "mermaid",
87
+ "nix",
88
+ "objective-c",
89
+ "ocaml",
90
+ "pascal",
91
+ "perl",
92
+ "php",
93
+ "plain text",
94
+ "powershell",
95
+ "prolog",
96
+ "protobuf",
97
+ "python",
98
+ "r",
99
+ "reason",
100
+ "ruby",
101
+ "rust",
102
+ "sass",
103
+ "scala",
104
+ "scheme",
105
+ "scss",
106
+ "shell",
107
+ "sql",
108
+ "swift",
109
+ "typescript",
110
+ "vb.net",
111
+ "verilog",
112
+ "vhdl",
113
+ "visual basic",
114
+ "webassembly",
115
+ "xml",
116
+ "yaml",
117
+ "java/c/c++/c#"
118
+ ]).default("plain text").describe("Programming language for syntax highlighting.").optional(),
119
+ rich_text: zod.z.array(zod.z.object({
120
+ text: zod.z.object({
121
+ link: zod.z.object({ url: zod.z.string().describe("The URL the text links to.") }).describe("Link object for hyperlinked text.").nullable().optional(),
122
+ content: zod.z.string().describe("The actual text content. CRITICAL: Maximum 2000 characters per text object.")
123
+ }).describe("The text content object."),
124
+ type: zod.z.string().default("text").describe("Type of rich text. Currently only 'text' is supported for input.").optional(),
125
+ annotations: zod.z.object({
126
+ bold: zod.z.boolean().default(false).describe("Whether the text is bold.").optional(),
127
+ code: zod.z.boolean().default(false).describe("Whether the text is formatted as inline code.").optional(),
128
+ color: zod.z.enum([
129
+ "default",
130
+ "gray",
131
+ "brown",
132
+ "orange",
133
+ "yellow",
134
+ "green",
135
+ "blue",
136
+ "purple",
137
+ "pink",
138
+ "red",
139
+ "gray_background",
140
+ "brown_background",
141
+ "orange_background",
142
+ "yellow_background",
143
+ "green_background",
144
+ "blue_background",
145
+ "purple_background",
146
+ "pink_background",
147
+ "red_background"
148
+ ]).default("default").describe("Color of the text or background.").optional(),
149
+ italic: zod.z.boolean().default(false).describe("Whether the text is italic.").optional(),
150
+ underline: zod.z.boolean().default(false).describe("Whether the text is underlined.").optional(),
151
+ strikethrough: zod.z.boolean().default(false).describe("Whether the text has strikethrough.").optional()
152
+ }).describe("Text styling annotations for rich text.").nullable().optional()
153
+ }).describe("Rich text object for creating text content in blocks.")).describe("Array of rich text objects containing the code. Each text.content is limited to 2000 chars.")
154
+ }).describe("Code content."),
155
+ type: zod.z.string().default("code").describe("Block type.").optional(),
156
+ object: zod.z.string().default("block").describe("Always 'block'.").optional()
157
+ }).describe("A code block object with syntax highlighting."),
158
+ zod.z.object({
159
+ type: zod.z.string().default("quote").describe("Block type.").optional(),
160
+ quote: zod.z.object({
161
+ color: zod.z.enum([
162
+ "default",
163
+ "gray",
164
+ "brown",
165
+ "orange",
166
+ "yellow",
167
+ "green",
168
+ "blue",
169
+ "purple",
170
+ "pink",
171
+ "red",
172
+ "gray_background",
173
+ "brown_background",
174
+ "orange_background",
175
+ "yellow_background",
176
+ "green_background",
177
+ "blue_background",
178
+ "purple_background",
179
+ "pink_background",
180
+ "red_background"
181
+ ]).default("default").describe("Color of the quote.").optional(),
182
+ rich_text: zod.z.array(zod.z.object({
183
+ text: zod.z.object({
184
+ link: zod.z.object({ url: zod.z.string().describe("The URL the text links to.") }).describe("Link object for hyperlinked text.").nullable().optional(),
185
+ content: zod.z.string().describe("The actual text content. CRITICAL: Maximum 2000 characters per text object.")
186
+ }).describe("The text content object."),
187
+ type: zod.z.string().default("text").describe("Type of rich text. Currently only 'text' is supported for input.").optional(),
188
+ annotations: zod.z.object({
189
+ bold: zod.z.boolean().default(false).describe("Whether the text is bold.").optional(),
190
+ code: zod.z.boolean().default(false).describe("Whether the text is formatted as inline code.").optional(),
191
+ color: zod.z.enum([
192
+ "default",
193
+ "gray",
194
+ "brown",
195
+ "orange",
196
+ "yellow",
197
+ "green",
198
+ "blue",
199
+ "purple",
200
+ "pink",
201
+ "red",
202
+ "gray_background",
203
+ "brown_background",
204
+ "orange_background",
205
+ "yellow_background",
206
+ "green_background",
207
+ "blue_background",
208
+ "purple_background",
209
+ "pink_background",
210
+ "red_background"
211
+ ]).default("default").describe("Color of the text or background.").optional(),
212
+ italic: zod.z.boolean().default(false).describe("Whether the text is italic.").optional(),
213
+ underline: zod.z.boolean().default(false).describe("Whether the text is underlined.").optional(),
214
+ strikethrough: zod.z.boolean().default(false).describe("Whether the text has strikethrough.").optional()
215
+ }).describe("Text styling annotations for rich text.").nullable().optional()
216
+ }).describe("Rich text object for creating text content in blocks.")).describe("Array of rich text objects for the quote text.")
217
+ }).describe("Quote content."),
218
+ object: zod.z.string().default("block").describe("Always 'block'.").optional()
219
+ }).describe("A quote block object."),
220
+ zod.z.object({
221
+ type: zod.z.string().default("equation").describe("Block type.").optional(),
222
+ object: zod.z.string().default("block").describe("Always 'block'.").optional(),
223
+ equation: zod.z.object({ expression: zod.z.string().describe("LaTeX/KaTeX expression for the equation.") }).describe("Equation content.")
224
+ }).describe("An equation block object (LaTeX/KaTeX).")
225
+ ])).describe("Array of code/technical block objects to append. Supported types:\n- code: Code snippet with syntax highlighting (supports 70+ languages)\n- quote: Block quote for citations or highlighted text\n- equation: Mathematical equation using LaTeX/KaTeX syntax\n\n⚠️ Code content limited to 2000 characters per rich_text text.content field.\nFor longer code, split into multiple code blocks.\nMax 100 blocks per request.")
226
+ }).describe("Request model for appending code/technical blocks to a Notion page.");
227
+ const NotionAppendCodeBlocks_EmptyBlockObjectSchema = zod.z.object({}).describe("Empty object for the 'block' field in list responses.\n\nThe Notion API returns an empty object {} for this field.");
228
+ const NotionAppendCodeBlocks_NotionHostedFileResponseSchema = zod.z.object({
229
+ url: zod.z.string().describe("Temporary URL for the file.").nullable(),
230
+ expiry_time: zod.z.string().describe("ISO 8601 timestamp when the URL expires.").nullable()
231
+ }).describe("Notion-hosted file in API responses.");
232
+ const NotionAppendCodeBlocks_TextLinkSchema = zod.z.object({ url: zod.z.string().describe("The URL the text links to.").nullable() }).describe("Link object for hyperlinked text.");
233
+ const NotionAppendCodeBlocks_RichTextTextContentSchema = zod.z.object({
234
+ link: NotionAppendCodeBlocks_TextLinkSchema.nullable().optional(),
235
+ content: zod.z.string().describe("The actual text content.").nullable()
236
+ }).describe("Text content object in rich text responses.");
237
+ const NotionAppendCodeBlocks_RichTextAnnotationsResponseSchema = zod.z.object({
238
+ bold: zod.z.boolean().describe("Whether the text is bold.").nullable(),
239
+ code: zod.z.boolean().describe("Whether the text is inline code.").nullable(),
240
+ color: zod.z.string().describe("Color of the text or background.").nullable(),
241
+ italic: zod.z.boolean().describe("Whether the text is italic.").nullable(),
242
+ underline: zod.z.boolean().describe("Whether the text is underlined.").nullable(),
243
+ strikethrough: zod.z.boolean().describe("Whether the text has strikethrough.").nullable()
244
+ }).describe("Text styling annotations returned in API responses.");
245
+ const NotionAppendCodeBlocks_RichTextResponseSchema = zod.z.object({
246
+ href: zod.z.string().describe("URL if the text is a link.").nullable().optional(),
247
+ text: NotionAppendCodeBlocks_RichTextTextContentSchema.nullable().optional(),
248
+ type: zod.z.string().describe("Type of rich text (text, mention, equation).").nullable(),
249
+ plain_text: zod.z.string().describe("Plain text without formatting.").nullable(),
250
+ annotations: NotionAppendCodeBlocks_RichTextAnnotationsResponseSchema.nullable()
251
+ }).describe("Rich text object returned in API responses.");
252
+ const NotionAppendCodeBlocks_ExternalFileResponseSchema = zod.z.object({ url: zod.z.string().describe("URL of the external file.").nullable() }).describe("External file URL in API responses.");
253
+ const NotionAppendCodeBlocks_PdfBlockContentSchema = zod.z.object({
254
+ file: NotionAppendCodeBlocks_NotionHostedFileResponseSchema.nullable().optional(),
255
+ type: zod.z.string().describe("PDF source type (external, file).").nullable(),
256
+ caption: zod.z.array(NotionAppendCodeBlocks_RichTextResponseSchema).describe("PDF caption as rich text.").nullable().optional(),
257
+ external: NotionAppendCodeBlocks_ExternalFileResponseSchema.nullable().optional()
258
+ }).describe("Content of a PDF block in API responses.");
259
+ const NotionAppendCodeBlocks_CodeBlockContentSchema = zod.z.object({
260
+ caption: zod.z.array(NotionAppendCodeBlocks_RichTextResponseSchema).describe("Code block caption.").nullable().optional(),
261
+ language: zod.z.string().describe("Programming language of the code.").nullable(),
262
+ rich_text: zod.z.array(NotionAppendCodeBlocks_RichTextResponseSchema).describe("Rich text content of the code.")
263
+ }).describe("Content of a code block in API responses.");
264
+ const NotionAppendCodeBlocks_FileBlockContentSchema = zod.z.object({
265
+ file: NotionAppendCodeBlocks_NotionHostedFileResponseSchema.nullable().optional(),
266
+ name: zod.z.string().describe("Name of the file.").nullable().optional(),
267
+ type: zod.z.string().describe("File source type (external, file).").nullable(),
268
+ caption: zod.z.array(NotionAppendCodeBlocks_RichTextResponseSchema).describe("File caption as rich text.").nullable().optional(),
269
+ external: NotionAppendCodeBlocks_ExternalFileResponseSchema.nullable().optional()
270
+ }).describe("Content of a file block in API responses.");
271
+ const NotionAppendCodeBlocks_AudioBlockContentSchema = zod.z.object({
272
+ file: NotionAppendCodeBlocks_NotionHostedFileResponseSchema.nullable().optional(),
273
+ type: zod.z.string().describe("Audio source type (external, file).").nullable(),
274
+ caption: zod.z.array(NotionAppendCodeBlocks_RichTextResponseSchema).describe("Audio caption as rich text.").nullable().optional(),
275
+ external: NotionAppendCodeBlocks_ExternalFileResponseSchema.nullable().optional()
276
+ }).describe("Content of an audio block in API responses.");
277
+ const NotionAppendCodeBlocks_EmbedBlockContentSchema = zod.z.object({
278
+ url: zod.z.string().describe("URL of the embedded content.").nullable(),
279
+ caption: zod.z.array(NotionAppendCodeBlocks_RichTextResponseSchema).describe("Embed caption as rich text.").nullable().optional()
280
+ }).describe("Content of an embed block in API responses.");
281
+ const NotionAppendCodeBlocks_ImageBlockContentSchema = zod.z.object({
282
+ file: NotionAppendCodeBlocks_NotionHostedFileResponseSchema.nullable().optional(),
283
+ type: zod.z.string().describe("Image source type (external, file).").nullable(),
284
+ caption: zod.z.array(NotionAppendCodeBlocks_RichTextResponseSchema).describe("Image caption as rich text.").nullable().optional(),
285
+ external: NotionAppendCodeBlocks_ExternalFileResponseSchema.nullable().optional()
286
+ }).describe("Content of an image block in API responses.");
287
+ const NotionAppendCodeBlocks_QuoteBlockContentSchema = zod.z.object({
288
+ color: zod.z.string().default("default").describe("Color of the quote.").nullable().optional(),
289
+ rich_text: zod.z.array(NotionAppendCodeBlocks_RichTextResponseSchema).describe("Rich text content of the quote.")
290
+ }).describe("Content of a quote block in API responses.");
291
+ const NotionAppendCodeBlocks_TableBlockContentSchema = zod.z.object({
292
+ table_width: zod.z.number().int().describe("Number of columns in the table.").nullable(),
293
+ has_row_header: zod.z.boolean().describe("Whether the first column is a header.").nullable(),
294
+ has_column_header: zod.z.boolean().describe("Whether the first row is a header.").nullable()
295
+ }).describe("Content of a table block in API responses.");
296
+ const NotionAppendCodeBlocks_ToDoBlockContentSchema = zod.z.object({
297
+ color: zod.z.string().default("default").describe("Color of the to-do item.").nullable().optional(),
298
+ checked: zod.z.boolean().default(false).describe("Whether the to-do is checked.").nullable().optional(),
299
+ rich_text: zod.z.array(NotionAppendCodeBlocks_RichTextResponseSchema).describe("Rich text content of the to-do item.")
300
+ }).describe("Content of a to-do block in API responses.");
301
+ const NotionAppendCodeBlocks_VideoBlockContentSchema = zod.z.object({
302
+ file: NotionAppendCodeBlocks_NotionHostedFileResponseSchema.nullable().optional(),
303
+ type: zod.z.string().describe("Video source type (external, file).").nullable(),
304
+ caption: zod.z.array(NotionAppendCodeBlocks_RichTextResponseSchema).describe("Video caption as rich text.").nullable().optional(),
305
+ external: NotionAppendCodeBlocks_ExternalFileResponseSchema.nullable().optional()
306
+ }).describe("Content of a video block in API responses.");
307
+ const NotionAppendCodeBlocks_ColumnBlockContentSchema = zod.z.object({}).describe("Content of a column block (empty object).");
308
+ const NotionAppendCodeBlocks_BlockParentSchema = zod.z.object({
309
+ type: zod.z.enum([
310
+ "page_id",
311
+ "block_id",
312
+ "data_source_id"
313
+ ]).describe("Type of parent: 'page_id', 'block_id', or 'data_source_id'.").nullable(),
314
+ page_id: zod.z.string().describe("UUID of the parent page (when type is 'page_id').").nullable().optional(),
315
+ block_id: zod.z.string().describe("UUID of the parent block (when type is 'block_id').").nullable().optional(),
316
+ data_source_id: zod.z.string().describe("UUID of the parent data source (when type is 'data_source_id').").nullable().optional()
317
+ }).describe("Information about a block's parent.");
318
+ const NotionAppendCodeBlocks_ToggleBlockContentSchema = zod.z.object({
319
+ color: zod.z.string().default("default").describe("Color of the toggle.").nullable().optional(),
320
+ rich_text: zod.z.array(NotionAppendCodeBlocks_RichTextResponseSchema).describe("Rich text content of the toggle.")
321
+ }).describe("Content of a toggle block in API responses.");
322
+ const NotionAppendCodeBlocks_IconEmojiResponseSchema = zod.z.object({
323
+ type: zod.z.string().describe("Icon type, always 'emoji'.").nullable(),
324
+ emoji: zod.z.string().describe("Emoji character for the icon.").nullable()
325
+ }).describe("Emoji icon in API response.");
326
+ const NotionAppendCodeBlocks_CustomEmojiObjectSchema = zod.z.object({
327
+ id: zod.z.string().describe("Unique identifier for the custom emoji.").nullable(),
328
+ url: zod.z.string().describe("HTTPS URL pointing to the custom emoji image.").nullable(),
329
+ name: zod.z.string().describe("Display name of the custom emoji.").nullable()
330
+ }).describe("Custom emoji object in API response.");
331
+ const NotionAppendCodeBlocks_IconCustomEmojiResponseSchema = zod.z.object({
332
+ type: zod.z.string().describe("Icon type, always 'custom_emoji'.").nullable(),
333
+ custom_emoji: NotionAppendCodeBlocks_CustomEmojiObjectSchema.nullable()
334
+ }).describe("Custom emoji icon in API response.");
335
+ const NotionAppendCodeBlocks_ExternalFileObjectSchema = zod.z.object({ url: zod.z.string().describe("URL of the external file.").nullable() }).describe("External file URL object in API response.");
336
+ const NotionAppendCodeBlocks_IconExternalResponseSchema = zod.z.object({
337
+ type: zod.z.string().describe("Icon type, always 'external'.").nullable(),
338
+ external: NotionAppendCodeBlocks_ExternalFileObjectSchema.nullable()
339
+ }).describe("External file icon in API response.");
340
+ const NotionAppendCodeBlocks_NotionFileObjectSchema = zod.z.object({
341
+ url: zod.z.string().describe("Authenticated S3 URL to the file.").nullable(),
342
+ expiry_time: zod.z.string().describe("ISO 8601 timestamp when the URL expires.").nullable().optional()
343
+ }).describe("Notion-hosted file object in API response.");
344
+ const NotionAppendCodeBlocks_IconFileResponseSchema = zod.z.object({
345
+ file: NotionAppendCodeBlocks_NotionFileObjectSchema.nullable(),
346
+ type: zod.z.string().describe("Icon type, always 'file'.").nullable()
347
+ }).describe("Notion-hosted file icon in API response.");
348
+ const NotionAppendCodeBlocks_CalloutBlockContentSchema = zod.z.object({
349
+ icon: zod.z.union([
350
+ NotionAppendCodeBlocks_IconEmojiResponseSchema,
351
+ NotionAppendCodeBlocks_IconCustomEmojiResponseSchema,
352
+ NotionAppendCodeBlocks_IconExternalResponseSchema,
353
+ NotionAppendCodeBlocks_IconFileResponseSchema
354
+ ]).nullable().optional(),
355
+ color: zod.z.string().default("default").describe("Color of the callout.").nullable().optional(),
356
+ rich_text: zod.z.array(NotionAppendCodeBlocks_RichTextResponseSchema).describe("Rich text content of the callout.")
357
+ }).describe("Content of a callout block in API responses.");
358
+ const NotionAppendCodeBlocks_DividerBlockContentSchema = zod.z.object({}).describe("Content of a divider block (empty object).");
359
+ const NotionAppendCodeBlocks_BookmarkBlockContentSchema = zod.z.object({
360
+ url: zod.z.string().describe("URL of the bookmarked page.").nullable(),
361
+ caption: zod.z.array(NotionAppendCodeBlocks_RichTextResponseSchema).describe("Bookmark caption as rich text.").nullable().optional()
362
+ }).describe("Content of a bookmark block in API responses.");
363
+ const NotionAppendCodeBlocks_EquationBlockContentSchema = zod.z.object({ expression: zod.z.string().describe("LaTeX expression for the equation.").nullable() }).describe("Content of an equation block in API responses.");
364
+ const NotionAppendCodeBlocks_HeadingBlockContentSchema = zod.z.object({
365
+ color: zod.z.string().default("default").describe("Color of the heading.").nullable().optional(),
366
+ rich_text: zod.z.array(NotionAppendCodeBlocks_RichTextResponseSchema).describe("Rich text content of the heading."),
367
+ is_toggleable: zod.z.boolean().default(false).describe("Whether the heading is toggleable.").nullable().optional()
368
+ }).describe("Content of a heading block in API responses.");
369
+ const NotionAppendCodeBlocks_ParagraphBlockContentSchema = zod.z.object({
370
+ color: zod.z.string().default("default").describe("Color of the paragraph.").nullable().optional(),
371
+ rich_text: zod.z.array(NotionAppendCodeBlocks_RichTextResponseSchema).describe("Rich text content of the paragraph.")
372
+ }).describe("Content of a paragraph block in API responses.");
373
+ const NotionAppendCodeBlocks_TableRowBlockContentSchema = zod.z.object({ cells: zod.z.array(zod.z.array(NotionAppendCodeBlocks_RichTextResponseSchema)).describe("Array of cell contents (each cell is an array of rich text).") }).describe("Content of a table row block in API responses.");
374
+ const NotionAppendCodeBlocks_BreadcrumbBlockContentSchema = zod.z.object({}).describe("Content of a breadcrumb block (empty object).");
375
+ const NotionAppendCodeBlocks_PartialUserSchema = zod.z.object({
376
+ id: zod.z.string().describe("Unique identifier for the user (UUID format).").nullable(),
377
+ object: zod.z.string().describe("Always 'user'.").nullable()
378
+ }).describe("Partial user object representing a Notion user.");
379
+ const NotionAppendCodeBlocks_ColumnListBlockContentSchema = zod.z.object({}).describe("Content of a column list block (empty object).");
380
+ const NotionAppendCodeBlocks_TableOfContentsBlockContentSchema = zod.z.object({ color: zod.z.string().default("default").describe("Color of the table of contents.").nullable().optional() }).describe("Content of a table of contents block in API responses.");
381
+ const NotionAppendCodeBlocks_BulletedListItemBlockContentSchema = zod.z.object({
382
+ color: zod.z.string().default("default").describe("Color of the list item.").nullable().optional(),
383
+ rich_text: zod.z.array(NotionAppendCodeBlocks_RichTextResponseSchema).describe("Rich text content of the list item.")
384
+ }).describe("Content of a bulleted list item block in API responses.");
385
+ const NotionAppendCodeBlocks_NumberedListItemBlockContentSchema = zod.z.object({
386
+ color: zod.z.string().default("default").describe("Color of the list item.").nullable().optional(),
387
+ rich_text: zod.z.array(NotionAppendCodeBlocks_RichTextResponseSchema).describe("Rich text content of the list item.")
388
+ }).describe("Content of a numbered list item block in API responses.");
389
+ const NotionAppendCodeBlocks_BlockSchema = zod.z.object({
390
+ id: zod.z.string().describe("Unique identifier for the block (UUID v4 format).").nullable(),
391
+ pdf: NotionAppendCodeBlocks_PdfBlockContentSchema.nullable().optional(),
392
+ code: NotionAppendCodeBlocks_CodeBlockContentSchema.nullable().optional(),
393
+ file: NotionAppendCodeBlocks_FileBlockContentSchema.nullable().optional(),
394
+ type: zod.z.string().describe("The type of block (e.g., 'paragraph', 'image', 'bookmark').").nullable(),
395
+ audio: NotionAppendCodeBlocks_AudioBlockContentSchema.nullable().optional(),
396
+ embed: NotionAppendCodeBlocks_EmbedBlockContentSchema.nullable().optional(),
397
+ image: NotionAppendCodeBlocks_ImageBlockContentSchema.nullable().optional(),
398
+ quote: NotionAppendCodeBlocks_QuoteBlockContentSchema.nullable().optional(),
399
+ table: NotionAppendCodeBlocks_TableBlockContentSchema.nullable().optional(),
400
+ to_do: NotionAppendCodeBlocks_ToDoBlockContentSchema.nullable().optional(),
401
+ video: NotionAppendCodeBlocks_VideoBlockContentSchema.nullable().optional(),
402
+ column: NotionAppendCodeBlocks_ColumnBlockContentSchema.nullable().optional(),
403
+ object: zod.z.string().describe("Always 'block'.").nullable(),
404
+ parent: NotionAppendCodeBlocks_BlockParentSchema.nullable().optional(),
405
+ toggle: NotionAppendCodeBlocks_ToggleBlockContentSchema.nullable().optional(),
406
+ callout: NotionAppendCodeBlocks_CalloutBlockContentSchema.nullable().optional(),
407
+ divider: NotionAppendCodeBlocks_DividerBlockContentSchema.nullable().optional(),
408
+ archived: zod.z.boolean().describe("Whether the block is archived.").nullable().optional(),
409
+ bookmark: NotionAppendCodeBlocks_BookmarkBlockContentSchema.nullable().optional(),
410
+ equation: NotionAppendCodeBlocks_EquationBlockContentSchema.nullable().optional(),
411
+ in_trash: zod.z.boolean().describe("Whether the block is in the trash.").nullable().optional(),
412
+ heading_1: NotionAppendCodeBlocks_HeadingBlockContentSchema.nullable().optional(),
413
+ heading_2: NotionAppendCodeBlocks_HeadingBlockContentSchema.nullable().optional(),
414
+ heading_3: NotionAppendCodeBlocks_HeadingBlockContentSchema.nullable().optional(),
415
+ paragraph: NotionAppendCodeBlocks_ParagraphBlockContentSchema.nullable().optional(),
416
+ table_row: NotionAppendCodeBlocks_TableRowBlockContentSchema.nullable().optional(),
417
+ breadcrumb: NotionAppendCodeBlocks_BreadcrumbBlockContentSchema.nullable().optional(),
418
+ created_by: NotionAppendCodeBlocks_PartialUserSchema.nullable().optional(),
419
+ column_list: NotionAppendCodeBlocks_ColumnListBlockContentSchema.nullable().optional(),
420
+ created_time: zod.z.string().describe("ISO 8601 timestamp of when the block was created.").nullable().optional(),
421
+ has_children: zod.z.boolean().describe("Whether the block has child blocks nested within it.").nullable().optional(),
422
+ last_edited_by: NotionAppendCodeBlocks_PartialUserSchema.nullable().optional(),
423
+ last_edited_time: zod.z.string().describe("ISO 8601 timestamp of when the block was last edited.").nullable().optional(),
424
+ table_of_contents: NotionAppendCodeBlocks_TableOfContentsBlockContentSchema.nullable().optional(),
425
+ bulleted_list_item: NotionAppendCodeBlocks_BulletedListItemBlockContentSchema.nullable().optional(),
426
+ numbered_list_item: NotionAppendCodeBlocks_NumberedListItemBlockContentSchema.nullable().optional()
427
+ }).describe("Notion block object returned in the results array.\n\nContains common block metadata and type-specific content fields.\nOnly one of the block type content fields will be populated based on the 'type' field.");
428
+ const NotionAppendCodeBlocksOutput = zod.z.object({
429
+ type: zod.z.string().describe("The type of items in the results array. Always 'block'.").nullable(),
430
+ block: NotionAppendCodeBlocks_EmptyBlockObjectSchema.nullable(),
431
+ object: zod.z.string().describe("Always 'list' for paginated responses.").nullable(),
432
+ results: zod.z.array(NotionAppendCodeBlocks_BlockSchema).describe("Array of newly created block objects that were appended as children."),
433
+ has_more: zod.z.boolean().describe("Whether there are more results available beyond this page.").nullable(),
434
+ next_cursor: zod.z.string().describe("Cursor for pagination. Null if there are no more results.").nullable().optional()
435
+ }).describe("Standard response model for all append block actions.");
436
+ const notionAppendCodeBlocks = require_action.action("NOTION_APPEND_CODE_BLOCKS", {
437
+ slug: "notion-append-code-blocks",
438
+ name: "Append code blocks (code, quote, equation)",
439
+ description: "Append code and technical blocks (code, quote, equation) to a Notion page. Use for: - Code snippets and programming examples (code) - Citations and highlighted quotes (quote) - Mathematical formulas and equations (equation) Supported block types: - code: Code with syntax highlighting (70+ languages including Python, JavaScript, Go, Rust, etc.) - quote: Block quotes for citations - equation: LaTeX/KaTeX mathematical expressions ⚠️ Code content is limited to 2000 characters per text.content field. For longer code, split into multiple code blocks. For other block types, use specialized actions: - append_text_blocks: paragraphs, headings, lists - append_task_blocks: to-do, toggle, callout - append_media_blocks: image, video, audio, files - append_layout_blocks: divider, columns, TOC - append_table_blocks: tables",
440
+ input: NotionAppendCodeBlocksInput,
441
+ output: NotionAppendCodeBlocksOutput
442
+ });
443
+ //#endregion
444
+ exports.notionAppendCodeBlocks = notionAppendCodeBlocks;
445
+
446
+ //# sourceMappingURL=append-code-blocks.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"append-code-blocks.cjs","names":["z","action"],"sources":["../../src/actions/append-code-blocks.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NotionAppendCodeBlocksInput = z.object({\n after: z.string().describe(\"Optional UUID of an existing child block. New blocks will be inserted after this block.\").optional(),\n block_id: z.string().describe(\"The UUID of the parent block or page to append children to.\"),\n children: z.array(z.union([z.object({\n code: z.object({\n caption: z.array(z.object({\n text: z.object({\n link: z.object({\n url: z.string().describe(\"The URL the text links to.\"),\n}).describe(\"Link object for hyperlinked text.\").nullable().optional(),\n content: z.string().describe(\"The actual text content. CRITICAL: Maximum 2000 characters per text object.\"),\n}).describe(\"The text content object.\"),\n type: z.string().default(\"text\").describe(\"Type of rich text. Currently only 'text' is supported for input.\").optional(),\n annotations: z.object({\n bold: z.boolean().default(false).describe(\"Whether the text is bold.\").optional(),\n code: z.boolean().default(false).describe(\"Whether the text is formatted as inline code.\").optional(),\n color: z.enum([\"default\", \"gray\", \"brown\", \"orange\", \"yellow\", \"green\", \"blue\", \"purple\", \"pink\", \"red\", \"gray_background\", \"brown_background\", \"orange_background\", \"yellow_background\", \"green_background\", \"blue_background\", \"purple_background\", \"pink_background\", \"red_background\"]).default(\"default\").describe(\"Color of the text or background.\").optional(),\n italic: z.boolean().default(false).describe(\"Whether the text is italic.\").optional(),\n underline: z.boolean().default(false).describe(\"Whether the text is underlined.\").optional(),\n strikethrough: z.boolean().default(false).describe(\"Whether the text has strikethrough.\").optional(),\n}).describe(\"Text styling annotations for rich text.\").nullable().optional(),\n}).describe(\"Rich text object for creating text content in blocks.\")).nullable().optional(),\n language: z.enum([\"abap\", \"arduino\", \"bash\", \"basic\", \"c\", \"clojure\", \"coffeescript\", \"c++\", \"c#\", \"css\", \"dart\", \"diff\", \"docker\", \"elixir\", \"elm\", \"erlang\", \"flow\", \"fortran\", \"f#\", \"gherkin\", \"glsl\", \"go\", \"graphql\", \"groovy\", \"haskell\", \"html\", \"java\", \"javascript\", \"json\", \"julia\", \"kotlin\", \"latex\", \"less\", \"lisp\", \"livescript\", \"lua\", \"makefile\", \"markdown\", \"markup\", \"matlab\", \"mermaid\", \"nix\", \"objective-c\", \"ocaml\", \"pascal\", \"perl\", \"php\", \"plain text\", \"powershell\", \"prolog\", \"protobuf\", \"python\", \"r\", \"reason\", \"ruby\", \"rust\", \"sass\", \"scala\", \"scheme\", \"scss\", \"shell\", \"sql\", \"swift\", \"typescript\", \"vb.net\", \"verilog\", \"vhdl\", \"visual basic\", \"webassembly\", \"xml\", \"yaml\", \"java/c/c++/c#\"]).default(\"plain text\").describe(\"Programming language for syntax highlighting.\").optional(),\n rich_text: z.array(z.object({\n text: z.object({\n link: z.object({\n url: z.string().describe(\"The URL the text links to.\"),\n}).describe(\"Link object for hyperlinked text.\").nullable().optional(),\n content: z.string().describe(\"The actual text content. CRITICAL: Maximum 2000 characters per text object.\"),\n}).describe(\"The text content object.\"),\n type: z.string().default(\"text\").describe(\"Type of rich text. Currently only 'text' is supported for input.\").optional(),\n annotations: z.object({\n bold: z.boolean().default(false).describe(\"Whether the text is bold.\").optional(),\n code: z.boolean().default(false).describe(\"Whether the text is formatted as inline code.\").optional(),\n color: z.enum([\"default\", \"gray\", \"brown\", \"orange\", \"yellow\", \"green\", \"blue\", \"purple\", \"pink\", \"red\", \"gray_background\", \"brown_background\", \"orange_background\", \"yellow_background\", \"green_background\", \"blue_background\", \"purple_background\", \"pink_background\", \"red_background\"]).default(\"default\").describe(\"Color of the text or background.\").optional(),\n italic: z.boolean().default(false).describe(\"Whether the text is italic.\").optional(),\n underline: z.boolean().default(false).describe(\"Whether the text is underlined.\").optional(),\n strikethrough: z.boolean().default(false).describe(\"Whether the text has strikethrough.\").optional(),\n}).describe(\"Text styling annotations for rich text.\").nullable().optional(),\n}).describe(\"Rich text object for creating text content in blocks.\")).describe(\"Array of rich text objects containing the code. Each text.content is limited to 2000 chars.\"),\n}).describe(\"Code content.\"),\n type: z.string().default(\"code\").describe(\"Block type.\").optional(),\n object: z.string().default(\"block\").describe(\"Always 'block'.\").optional(),\n}).describe(\"A code block object with syntax highlighting.\"), z.object({\n type: z.string().default(\"quote\").describe(\"Block type.\").optional(),\n quote: z.object({\n color: z.enum([\"default\", \"gray\", \"brown\", \"orange\", \"yellow\", \"green\", \"blue\", \"purple\", \"pink\", \"red\", \"gray_background\", \"brown_background\", \"orange_background\", \"yellow_background\", \"green_background\", \"blue_background\", \"purple_background\", \"pink_background\", \"red_background\"]).default(\"default\").describe(\"Color of the quote.\").optional(),\n rich_text: z.array(z.object({\n text: z.object({\n link: z.object({\n url: z.string().describe(\"The URL the text links to.\"),\n}).describe(\"Link object for hyperlinked text.\").nullable().optional(),\n content: z.string().describe(\"The actual text content. CRITICAL: Maximum 2000 characters per text object.\"),\n}).describe(\"The text content object.\"),\n type: z.string().default(\"text\").describe(\"Type of rich text. Currently only 'text' is supported for input.\").optional(),\n annotations: z.object({\n bold: z.boolean().default(false).describe(\"Whether the text is bold.\").optional(),\n code: z.boolean().default(false).describe(\"Whether the text is formatted as inline code.\").optional(),\n color: z.enum([\"default\", \"gray\", \"brown\", \"orange\", \"yellow\", \"green\", \"blue\", \"purple\", \"pink\", \"red\", \"gray_background\", \"brown_background\", \"orange_background\", \"yellow_background\", \"green_background\", \"blue_background\", \"purple_background\", \"pink_background\", \"red_background\"]).default(\"default\").describe(\"Color of the text or background.\").optional(),\n italic: z.boolean().default(false).describe(\"Whether the text is italic.\").optional(),\n underline: z.boolean().default(false).describe(\"Whether the text is underlined.\").optional(),\n strikethrough: z.boolean().default(false).describe(\"Whether the text has strikethrough.\").optional(),\n}).describe(\"Text styling annotations for rich text.\").nullable().optional(),\n}).describe(\"Rich text object for creating text content in blocks.\")).describe(\"Array of rich text objects for the quote text.\"),\n}).describe(\"Quote content.\"),\n object: z.string().default(\"block\").describe(\"Always 'block'.\").optional(),\n}).describe(\"A quote block object.\"), z.object({\n type: z.string().default(\"equation\").describe(\"Block type.\").optional(),\n object: z.string().default(\"block\").describe(\"Always 'block'.\").optional(),\n equation: z.object({\n expression: z.string().describe(\"LaTeX/KaTeX expression for the equation.\"),\n}).describe(\"Equation content.\"),\n}).describe(\"An equation block object (LaTeX/KaTeX).\")])).describe(\"Array of code/technical block objects to append. Supported types:\\n- code: Code snippet with syntax highlighting (supports 70+ languages)\\n- quote: Block quote for citations or highlighted text\\n- equation: Mathematical equation using LaTeX/KaTeX syntax\\n\\n⚠️ Code content limited to 2000 characters per rich_text text.content field.\\nFor longer code, split into multiple code blocks.\\nMax 100 blocks per request.\"),\n}).describe(\"Request model for appending code/technical blocks to a Notion page.\");\nconst NotionAppendCodeBlocks_EmptyBlockObjectSchema = z.object({}).describe(\"Empty object for the 'block' field in list responses.\\n\\nThe Notion API returns an empty object {} for this field.\");\nconst NotionAppendCodeBlocks_NotionHostedFileResponseSchema = z.object({\n url: z.string().describe(\"Temporary URL for the file.\").nullable(),\n expiry_time: z.string().describe(\"ISO 8601 timestamp when the URL expires.\").nullable(),\n}).describe(\"Notion-hosted file in API responses.\");\nconst NotionAppendCodeBlocks_TextLinkSchema = z.object({\n url: z.string().describe(\"The URL the text links to.\").nullable(),\n}).describe(\"Link object for hyperlinked text.\");\nconst NotionAppendCodeBlocks_RichTextTextContentSchema = z.object({\n link: NotionAppendCodeBlocks_TextLinkSchema.nullable().optional(),\n content: z.string().describe(\"The actual text content.\").nullable(),\n}).describe(\"Text content object in rich text responses.\");\nconst NotionAppendCodeBlocks_RichTextAnnotationsResponseSchema = z.object({\n bold: z.boolean().describe(\"Whether the text is bold.\").nullable(),\n code: z.boolean().describe(\"Whether the text is inline code.\").nullable(),\n color: z.string().describe(\"Color of the text or background.\").nullable(),\n italic: z.boolean().describe(\"Whether the text is italic.\").nullable(),\n underline: z.boolean().describe(\"Whether the text is underlined.\").nullable(),\n strikethrough: z.boolean().describe(\"Whether the text has strikethrough.\").nullable(),\n}).describe(\"Text styling annotations returned in API responses.\");\nconst NotionAppendCodeBlocks_RichTextResponseSchema = z.object({\n href: z.string().describe(\"URL if the text is a link.\").nullable().optional(),\n text: NotionAppendCodeBlocks_RichTextTextContentSchema.nullable().optional(),\n type: z.string().describe(\"Type of rich text (text, mention, equation).\").nullable(),\n plain_text: z.string().describe(\"Plain text without formatting.\").nullable(),\n annotations: NotionAppendCodeBlocks_RichTextAnnotationsResponseSchema.nullable(),\n}).describe(\"Rich text object returned in API responses.\");\nconst NotionAppendCodeBlocks_ExternalFileResponseSchema = z.object({\n url: z.string().describe(\"URL of the external file.\").nullable(),\n}).describe(\"External file URL in API responses.\");\nconst NotionAppendCodeBlocks_PdfBlockContentSchema = z.object({\n file: NotionAppendCodeBlocks_NotionHostedFileResponseSchema.nullable().optional(),\n type: z.string().describe(\"PDF source type (external, file).\").nullable(),\n caption: z.array(NotionAppendCodeBlocks_RichTextResponseSchema).describe(\"PDF caption as rich text.\").nullable().optional(),\n external: NotionAppendCodeBlocks_ExternalFileResponseSchema.nullable().optional(),\n}).describe(\"Content of a PDF block in API responses.\");\nconst NotionAppendCodeBlocks_CodeBlockContentSchema = z.object({\n caption: z.array(NotionAppendCodeBlocks_RichTextResponseSchema).describe(\"Code block caption.\").nullable().optional(),\n language: z.string().describe(\"Programming language of the code.\").nullable(),\n rich_text: z.array(NotionAppendCodeBlocks_RichTextResponseSchema).describe(\"Rich text content of the code.\"),\n}).describe(\"Content of a code block in API responses.\");\nconst NotionAppendCodeBlocks_FileBlockContentSchema = z.object({\n file: NotionAppendCodeBlocks_NotionHostedFileResponseSchema.nullable().optional(),\n name: z.string().describe(\"Name of the file.\").nullable().optional(),\n type: z.string().describe(\"File source type (external, file).\").nullable(),\n caption: z.array(NotionAppendCodeBlocks_RichTextResponseSchema).describe(\"File caption as rich text.\").nullable().optional(),\n external: NotionAppendCodeBlocks_ExternalFileResponseSchema.nullable().optional(),\n}).describe(\"Content of a file block in API responses.\");\nconst NotionAppendCodeBlocks_AudioBlockContentSchema = z.object({\n file: NotionAppendCodeBlocks_NotionHostedFileResponseSchema.nullable().optional(),\n type: z.string().describe(\"Audio source type (external, file).\").nullable(),\n caption: z.array(NotionAppendCodeBlocks_RichTextResponseSchema).describe(\"Audio caption as rich text.\").nullable().optional(),\n external: NotionAppendCodeBlocks_ExternalFileResponseSchema.nullable().optional(),\n}).describe(\"Content of an audio block in API responses.\");\nconst NotionAppendCodeBlocks_EmbedBlockContentSchema = z.object({\n url: z.string().describe(\"URL of the embedded content.\").nullable(),\n caption: z.array(NotionAppendCodeBlocks_RichTextResponseSchema).describe(\"Embed caption as rich text.\").nullable().optional(),\n}).describe(\"Content of an embed block in API responses.\");\nconst NotionAppendCodeBlocks_ImageBlockContentSchema = z.object({\n file: NotionAppendCodeBlocks_NotionHostedFileResponseSchema.nullable().optional(),\n type: z.string().describe(\"Image source type (external, file).\").nullable(),\n caption: z.array(NotionAppendCodeBlocks_RichTextResponseSchema).describe(\"Image caption as rich text.\").nullable().optional(),\n external: NotionAppendCodeBlocks_ExternalFileResponseSchema.nullable().optional(),\n}).describe(\"Content of an image block in API responses.\");\nconst NotionAppendCodeBlocks_QuoteBlockContentSchema = z.object({\n color: z.string().default(\"default\").describe(\"Color of the quote.\").nullable().optional(),\n rich_text: z.array(NotionAppendCodeBlocks_RichTextResponseSchema).describe(\"Rich text content of the quote.\"),\n}).describe(\"Content of a quote block in API responses.\");\nconst NotionAppendCodeBlocks_TableBlockContentSchema = 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 first column is a header.\").nullable(),\n has_column_header: z.boolean().describe(\"Whether the first row is a header.\").nullable(),\n}).describe(\"Content of a table block in API responses.\");\nconst NotionAppendCodeBlocks_ToDoBlockContentSchema = z.object({\n color: z.string().default(\"default\").describe(\"Color of the to-do item.\").nullable().optional(),\n checked: z.boolean().default(false).describe(\"Whether the to-do is checked.\").nullable().optional(),\n rich_text: z.array(NotionAppendCodeBlocks_RichTextResponseSchema).describe(\"Rich text content of the to-do item.\"),\n}).describe(\"Content of a to-do block in API responses.\");\nconst NotionAppendCodeBlocks_VideoBlockContentSchema = z.object({\n file: NotionAppendCodeBlocks_NotionHostedFileResponseSchema.nullable().optional(),\n type: z.string().describe(\"Video source type (external, file).\").nullable(),\n caption: z.array(NotionAppendCodeBlocks_RichTextResponseSchema).describe(\"Video caption as rich text.\").nullable().optional(),\n external: NotionAppendCodeBlocks_ExternalFileResponseSchema.nullable().optional(),\n}).describe(\"Content of a video block in API responses.\");\nconst NotionAppendCodeBlocks_ColumnBlockContentSchema = z.object({}).describe(\"Content of a column block (empty object).\");\nconst NotionAppendCodeBlocks_BlockParentSchema = z.object({\n type: z.enum([\"page_id\", \"block_id\", \"data_source_id\"]).describe(\"Type of parent: 'page_id', 'block_id', or 'data_source_id'.\").nullable(),\n page_id: z.string().describe(\"UUID of the parent page (when type is 'page_id').\").nullable().optional(),\n block_id: z.string().describe(\"UUID of the parent block (when type is 'block_id').\").nullable().optional(),\n data_source_id: z.string().describe(\"UUID of the parent data source (when type is 'data_source_id').\").nullable().optional(),\n}).describe(\"Information about a block's parent.\");\nconst NotionAppendCodeBlocks_ToggleBlockContentSchema = z.object({\n color: z.string().default(\"default\").describe(\"Color of the toggle.\").nullable().optional(),\n rich_text: z.array(NotionAppendCodeBlocks_RichTextResponseSchema).describe(\"Rich text content of the toggle.\"),\n}).describe(\"Content of a toggle block in API responses.\");\nconst NotionAppendCodeBlocks_IconEmojiResponseSchema = z.object({\n type: z.string().describe(\"Icon type, always 'emoji'.\").nullable(),\n emoji: z.string().describe(\"Emoji character for the icon.\").nullable(),\n}).describe(\"Emoji icon in API response.\");\nconst NotionAppendCodeBlocks_CustomEmojiObjectSchema = z.object({\n id: z.string().describe(\"Unique identifier for the custom emoji.\").nullable(),\n url: z.string().describe(\"HTTPS URL pointing to the custom emoji image.\").nullable(),\n name: z.string().describe(\"Display name of the custom emoji.\").nullable(),\n}).describe(\"Custom emoji object in API response.\");\nconst NotionAppendCodeBlocks_IconCustomEmojiResponseSchema = z.object({\n type: z.string().describe(\"Icon type, always 'custom_emoji'.\").nullable(),\n custom_emoji: NotionAppendCodeBlocks_CustomEmojiObjectSchema.nullable(),\n}).describe(\"Custom emoji icon in API response.\");\nconst NotionAppendCodeBlocks_ExternalFileObjectSchema = z.object({\n url: z.string().describe(\"URL of the external file.\").nullable(),\n}).describe(\"External file URL object in API response.\");\nconst NotionAppendCodeBlocks_IconExternalResponseSchema = z.object({\n type: z.string().describe(\"Icon type, always 'external'.\").nullable(),\n external: NotionAppendCodeBlocks_ExternalFileObjectSchema.nullable(),\n}).describe(\"External file icon in API response.\");\nconst NotionAppendCodeBlocks_NotionFileObjectSchema = z.object({\n url: z.string().describe(\"Authenticated S3 URL to the file.\").nullable(),\n expiry_time: z.string().describe(\"ISO 8601 timestamp when the URL expires.\").nullable().optional(),\n}).describe(\"Notion-hosted file object in API response.\");\nconst NotionAppendCodeBlocks_IconFileResponseSchema = z.object({\n file: NotionAppendCodeBlocks_NotionFileObjectSchema.nullable(),\n type: z.string().describe(\"Icon type, always 'file'.\").nullable(),\n}).describe(\"Notion-hosted file icon in API response.\");\nconst NotionAppendCodeBlocks_CalloutBlockContentSchema = z.object({\n icon: z.union([NotionAppendCodeBlocks_IconEmojiResponseSchema, NotionAppendCodeBlocks_IconCustomEmojiResponseSchema, NotionAppendCodeBlocks_IconExternalResponseSchema, NotionAppendCodeBlocks_IconFileResponseSchema]).nullable().optional(),\n color: z.string().default(\"default\").describe(\"Color of the callout.\").nullable().optional(),\n rich_text: z.array(NotionAppendCodeBlocks_RichTextResponseSchema).describe(\"Rich text content of the callout.\"),\n}).describe(\"Content of a callout block in API responses.\");\nconst NotionAppendCodeBlocks_DividerBlockContentSchema = z.object({}).describe(\"Content of a divider block (empty object).\");\nconst NotionAppendCodeBlocks_BookmarkBlockContentSchema = z.object({\n url: z.string().describe(\"URL of the bookmarked page.\").nullable(),\n caption: z.array(NotionAppendCodeBlocks_RichTextResponseSchema).describe(\"Bookmark caption as rich text.\").nullable().optional(),\n}).describe(\"Content of a bookmark block in API responses.\");\nconst NotionAppendCodeBlocks_EquationBlockContentSchema = z.object({\n expression: z.string().describe(\"LaTeX expression for the equation.\").nullable(),\n}).describe(\"Content of an equation block in API responses.\");\nconst NotionAppendCodeBlocks_HeadingBlockContentSchema = z.object({\n color: z.string().default(\"default\").describe(\"Color of the heading.\").nullable().optional(),\n rich_text: z.array(NotionAppendCodeBlocks_RichTextResponseSchema).describe(\"Rich text content of the heading.\"),\n is_toggleable: z.boolean().default(false).describe(\"Whether the heading is toggleable.\").nullable().optional(),\n}).describe(\"Content of a heading block in API responses.\");\nconst NotionAppendCodeBlocks_ParagraphBlockContentSchema = z.object({\n color: z.string().default(\"default\").describe(\"Color of the paragraph.\").nullable().optional(),\n rich_text: z.array(NotionAppendCodeBlocks_RichTextResponseSchema).describe(\"Rich text content of the paragraph.\"),\n}).describe(\"Content of a paragraph block in API responses.\");\nconst NotionAppendCodeBlocks_TableRowBlockContentSchema = z.object({\n cells: z.array(z.array(NotionAppendCodeBlocks_RichTextResponseSchema)).describe(\"Array of cell contents (each cell is an array of rich text).\"),\n}).describe(\"Content of a table row block in API responses.\");\nconst NotionAppendCodeBlocks_BreadcrumbBlockContentSchema = z.object({}).describe(\"Content of a breadcrumb block (empty object).\");\nconst NotionAppendCodeBlocks_PartialUserSchema = z.object({\n id: z.string().describe(\"Unique identifier for the user (UUID format).\").nullable(),\n object: z.string().describe(\"Always 'user'.\").nullable(),\n}).describe(\"Partial user object representing a Notion user.\");\nconst NotionAppendCodeBlocks_ColumnListBlockContentSchema = z.object({}).describe(\"Content of a column list block (empty object).\");\nconst NotionAppendCodeBlocks_TableOfContentsBlockContentSchema = z.object({\n color: z.string().default(\"default\").describe(\"Color of the table of contents.\").nullable().optional(),\n}).describe(\"Content of a table of contents block in API responses.\");\nconst NotionAppendCodeBlocks_BulletedListItemBlockContentSchema = z.object({\n color: z.string().default(\"default\").describe(\"Color of the list item.\").nullable().optional(),\n rich_text: z.array(NotionAppendCodeBlocks_RichTextResponseSchema).describe(\"Rich text content of the list item.\"),\n}).describe(\"Content of a bulleted list item block in API responses.\");\nconst NotionAppendCodeBlocks_NumberedListItemBlockContentSchema = z.object({\n color: z.string().default(\"default\").describe(\"Color of the list item.\").nullable().optional(),\n rich_text: z.array(NotionAppendCodeBlocks_RichTextResponseSchema).describe(\"Rich text content of the list item.\"),\n}).describe(\"Content of a numbered list item block in API responses.\");\nconst NotionAppendCodeBlocks_BlockSchema = z.object({\n id: z.string().describe(\"Unique identifier for the block (UUID v4 format).\").nullable(),\n pdf: NotionAppendCodeBlocks_PdfBlockContentSchema.nullable().optional(),\n code: NotionAppendCodeBlocks_CodeBlockContentSchema.nullable().optional(),\n file: NotionAppendCodeBlocks_FileBlockContentSchema.nullable().optional(),\n type: z.string().describe(\"The type of block (e.g., 'paragraph', 'image', 'bookmark').\").nullable(),\n audio: NotionAppendCodeBlocks_AudioBlockContentSchema.nullable().optional(),\n embed: NotionAppendCodeBlocks_EmbedBlockContentSchema.nullable().optional(),\n image: NotionAppendCodeBlocks_ImageBlockContentSchema.nullable().optional(),\n quote: NotionAppendCodeBlocks_QuoteBlockContentSchema.nullable().optional(),\n table: NotionAppendCodeBlocks_TableBlockContentSchema.nullable().optional(),\n to_do: NotionAppendCodeBlocks_ToDoBlockContentSchema.nullable().optional(),\n video: NotionAppendCodeBlocks_VideoBlockContentSchema.nullable().optional(),\n column: NotionAppendCodeBlocks_ColumnBlockContentSchema.nullable().optional(),\n object: z.string().describe(\"Always 'block'.\").nullable(),\n parent: NotionAppendCodeBlocks_BlockParentSchema.nullable().optional(),\n toggle: NotionAppendCodeBlocks_ToggleBlockContentSchema.nullable().optional(),\n callout: NotionAppendCodeBlocks_CalloutBlockContentSchema.nullable().optional(),\n divider: NotionAppendCodeBlocks_DividerBlockContentSchema.nullable().optional(),\n archived: z.boolean().describe(\"Whether the block is archived.\").nullable().optional(),\n bookmark: NotionAppendCodeBlocks_BookmarkBlockContentSchema.nullable().optional(),\n equation: NotionAppendCodeBlocks_EquationBlockContentSchema.nullable().optional(),\n in_trash: z.boolean().describe(\"Whether the block is in the trash.\").nullable().optional(),\n heading_1: NotionAppendCodeBlocks_HeadingBlockContentSchema.nullable().optional(),\n heading_2: NotionAppendCodeBlocks_HeadingBlockContentSchema.nullable().optional(),\n heading_3: NotionAppendCodeBlocks_HeadingBlockContentSchema.nullable().optional(),\n paragraph: NotionAppendCodeBlocks_ParagraphBlockContentSchema.nullable().optional(),\n table_row: NotionAppendCodeBlocks_TableRowBlockContentSchema.nullable().optional(),\n breadcrumb: NotionAppendCodeBlocks_BreadcrumbBlockContentSchema.nullable().optional(),\n created_by: NotionAppendCodeBlocks_PartialUserSchema.nullable().optional(),\n column_list: NotionAppendCodeBlocks_ColumnListBlockContentSchema.nullable().optional(),\n created_time: z.string().describe(\"ISO 8601 timestamp of when the block was created.\").nullable().optional(),\n has_children: z.boolean().describe(\"Whether the block has child blocks nested within it.\").nullable().optional(),\n last_edited_by: NotionAppendCodeBlocks_PartialUserSchema.nullable().optional(),\n last_edited_time: z.string().describe(\"ISO 8601 timestamp of when the block was last edited.\").nullable().optional(),\n table_of_contents: NotionAppendCodeBlocks_TableOfContentsBlockContentSchema.nullable().optional(),\n bulleted_list_item: NotionAppendCodeBlocks_BulletedListItemBlockContentSchema.nullable().optional(),\n numbered_list_item: NotionAppendCodeBlocks_NumberedListItemBlockContentSchema.nullable().optional(),\n}).describe(\"Notion block object returned in the results array.\\n\\nContains common block metadata and type-specific content fields.\\nOnly one of the block type content fields will be populated based on the 'type' field.\");\nexport const NotionAppendCodeBlocksOutput = z.object({\n type: z.string().describe(\"The type of items in the results array. Always 'block'.\").nullable(),\n block: NotionAppendCodeBlocks_EmptyBlockObjectSchema.nullable(),\n object: z.string().describe(\"Always 'list' for paginated responses.\").nullable(),\n results: z.array(NotionAppendCodeBlocks_BlockSchema).describe(\"Array of newly created block objects that were appended as children.\"),\n has_more: z.boolean().describe(\"Whether there are more results available beyond this page.\").nullable(),\n next_cursor: z.string().describe(\"Cursor for pagination. Null if there are no more results.\").nullable().optional(),\n}).describe(\"Standard response model for all append block actions.\");\n\nexport const notionAppendCodeBlocks = action(\"NOTION_APPEND_CODE_BLOCKS\", {\n slug: \"notion-append-code-blocks\",\n name: \"Append code blocks (code, quote, equation)\",\n description: \"Append code and technical blocks (code, quote, equation) to a Notion page. Use for: - Code snippets and programming examples (code) - Citations and highlighted quotes (quote) - Mathematical formulas and equations (equation) Supported block types: - code: Code with syntax highlighting (70+ languages including Python, JavaScript, Go, Rust, etc.) - quote: Block quotes for citations - equation: LaTeX/KaTeX mathematical expressions ⚠️ Code content is limited to 2000 characters per text.content field. For longer code, split into multiple code blocks. For other block types, use specialized actions: - append_text_blocks: paragraphs, headings, lists - append_task_blocks: to-do, toggle, callout - append_media_blocks: image, video, audio, files - append_layout_blocks: divider, columns, TOC - append_table_blocks: tables\",\n input: NotionAppendCodeBlocksInput,\n output: NotionAppendCodeBlocksOutput,\n});\n"],"mappings":"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"}