@keystrokehq/onenote 0.1.0
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 +17 -0
- package/dist/action.cjs +21 -0
- package/dist/action.cjs.map +1 -0
- package/dist/action.mjs +21 -0
- package/dist/action.mjs.map +1 -0
- package/dist/actions/copy-onenote-group-notebook.cjs +24 -0
- package/dist/actions/copy-onenote-group-notebook.cjs.map +1 -0
- package/dist/actions/copy-onenote-group-notebook.d.cts +9 -0
- package/dist/actions/copy-onenote-group-notebook.d.cts.map +1 -0
- package/dist/actions/copy-onenote-group-notebook.d.mts +9 -0
- package/dist/actions/copy-onenote-group-notebook.d.mts.map +1 -0
- package/dist/actions/copy-onenote-group-notebook.mjs +21 -0
- package/dist/actions/copy-onenote-group-notebook.mjs.map +1 -0
- package/dist/actions/copy-onenote-site-notebook.cjs +25 -0
- package/dist/actions/copy-onenote-site-notebook.cjs.map +1 -0
- package/dist/actions/copy-onenote-site-notebook.d.cts +9 -0
- package/dist/actions/copy-onenote-site-notebook.d.cts.map +1 -0
- package/dist/actions/copy-onenote-site-notebook.d.mts +9 -0
- package/dist/actions/copy-onenote-site-notebook.d.mts.map +1 -0
- package/dist/actions/copy-onenote-site-notebook.mjs +22 -0
- package/dist/actions/copy-onenote-site-notebook.mjs.map +1 -0
- package/dist/actions/copy-section-to-notebook-for-user2.cjs +27 -0
- package/dist/actions/copy-section-to-notebook-for-user2.cjs.map +1 -0
- package/dist/actions/copy-section-to-notebook-for-user2.d.cts +9 -0
- package/dist/actions/copy-section-to-notebook-for-user2.d.cts.map +1 -0
- package/dist/actions/copy-section-to-notebook-for-user2.d.mts +9 -0
- package/dist/actions/copy-section-to-notebook-for-user2.d.mts.map +1 -0
- package/dist/actions/copy-section-to-notebook-for-user2.mjs +24 -0
- package/dist/actions/copy-section-to-notebook-for-user2.mjs.map +1 -0
- package/dist/actions/copy-section-to-notebook2.cjs +26 -0
- package/dist/actions/copy-section-to-notebook2.cjs.map +1 -0
- package/dist/actions/copy-section-to-notebook2.d.cts +9 -0
- package/dist/actions/copy-section-to-notebook2.d.cts.map +1 -0
- package/dist/actions/copy-section-to-notebook2.d.mts +9 -0
- package/dist/actions/copy-section-to-notebook2.d.mts.map +1 -0
- package/dist/actions/copy-section-to-notebook2.mjs +23 -0
- package/dist/actions/copy-section-to-notebook2.mjs.map +1 -0
- package/dist/actions/copy-section-to-section-group-for-user.cjs +26 -0
- package/dist/actions/copy-section-to-section-group-for-user.cjs.map +1 -0
- package/dist/actions/copy-section-to-section-group-for-user.d.cts +9 -0
- package/dist/actions/copy-section-to-section-group-for-user.d.cts.map +1 -0
- package/dist/actions/copy-section-to-section-group-for-user.d.mts +9 -0
- package/dist/actions/copy-section-to-section-group-for-user.d.mts.map +1 -0
- package/dist/actions/copy-section-to-section-group-for-user.mjs +23 -0
- package/dist/actions/copy-section-to-section-group-for-user.mjs.map +1 -0
- package/dist/actions/copy-section-to-section-group.cjs +25 -0
- package/dist/actions/copy-section-to-section-group.cjs.map +1 -0
- package/dist/actions/copy-section-to-section-group.d.cts +9 -0
- package/dist/actions/copy-section-to-section-group.d.cts.map +1 -0
- package/dist/actions/copy-section-to-section-group.d.mts +9 -0
- package/dist/actions/copy-section-to-section-group.d.mts.map +1 -0
- package/dist/actions/copy-section-to-section-group.mjs +22 -0
- package/dist/actions/copy-section-to-section-group.mjs.map +1 -0
- package/dist/actions/copy-site-page-to-section3.cjs +26 -0
- package/dist/actions/copy-site-page-to-section3.cjs.map +1 -0
- package/dist/actions/copy-site-page-to-section3.d.cts +9 -0
- package/dist/actions/copy-site-page-to-section3.d.cts.map +1 -0
- package/dist/actions/copy-site-page-to-section3.d.mts +9 -0
- package/dist/actions/copy-site-page-to-section3.d.mts.map +1 -0
- package/dist/actions/copy-site-page-to-section3.mjs +23 -0
- package/dist/actions/copy-site-page-to-section3.mjs.map +1 -0
- package/dist/actions/copy-user-page-to-section.cjs +24 -0
- package/dist/actions/copy-user-page-to-section.cjs.map +1 -0
- package/dist/actions/copy-user-page-to-section.d.cts +9 -0
- package/dist/actions/copy-user-page-to-section.d.cts.map +1 -0
- package/dist/actions/copy-user-page-to-section.d.mts +9 -0
- package/dist/actions/copy-user-page-to-section.d.mts.map +1 -0
- package/dist/actions/copy-user-page-to-section.mjs +21 -0
- package/dist/actions/copy-user-page-to-section.mjs.map +1 -0
- package/dist/actions/count-notebooks-section-groups-sections.cjs +19 -0
- package/dist/actions/count-notebooks-section-groups-sections.cjs.map +1 -0
- package/dist/actions/count-notebooks-section-groups-sections.d.cts +9 -0
- package/dist/actions/count-notebooks-section-groups-sections.d.cts.map +1 -0
- package/dist/actions/count-notebooks-section-groups-sections.d.mts +9 -0
- package/dist/actions/count-notebooks-section-groups-sections.d.mts.map +1 -0
- package/dist/actions/count-notebooks-section-groups-sections.mjs +16 -0
- package/dist/actions/count-notebooks-section-groups-sections.mjs.map +1 -0
- package/dist/actions/count-site-notebook-section-groups-sections.cjs +20 -0
- package/dist/actions/count-site-notebook-section-groups-sections.cjs.map +1 -0
- package/dist/actions/count-site-notebook-section-groups-sections.d.cts +9 -0
- package/dist/actions/count-site-notebook-section-groups-sections.d.cts.map +1 -0
- package/dist/actions/count-site-notebook-section-groups-sections.d.mts +9 -0
- package/dist/actions/count-site-notebook-section-groups-sections.d.mts.map +1 -0
- package/dist/actions/count-site-notebook-section-groups-sections.mjs +17 -0
- package/dist/actions/count-site-notebook-section-groups-sections.mjs.map +1 -0
- package/dist/actions/create-group-notebook.cjs +47 -0
- package/dist/actions/create-group-notebook.cjs.map +1 -0
- package/dist/actions/create-group-notebook.d.cts +9 -0
- package/dist/actions/create-group-notebook.d.cts.map +1 -0
- package/dist/actions/create-group-notebook.d.mts +9 -0
- package/dist/actions/create-group-notebook.d.mts.map +1 -0
- package/dist/actions/create-group-notebook.mjs +46 -0
- package/dist/actions/create-group-notebook.mjs.map +1 -0
- package/dist/actions/create-group-pages.cjs +37 -0
- package/dist/actions/create-group-pages.cjs.map +1 -0
- package/dist/actions/create-group-pages.d.cts +9 -0
- package/dist/actions/create-group-pages.d.cts.map +1 -0
- package/dist/actions/create-group-pages.d.mts +9 -0
- package/dist/actions/create-group-pages.d.mts.map +1 -0
- package/dist/actions/create-group-pages.mjs +36 -0
- package/dist/actions/create-group-pages.mjs.map +1 -0
- package/dist/actions/create-group-section-groups-sections.cjs +53 -0
- package/dist/actions/create-group-section-groups-sections.cjs.map +1 -0
- package/dist/actions/create-group-section-groups-sections.d.cts +9 -0
- package/dist/actions/create-group-section-groups-sections.d.cts.map +1 -0
- package/dist/actions/create-group-section-groups-sections.d.mts +9 -0
- package/dist/actions/create-group-section-groups-sections.d.mts.map +1 -0
- package/dist/actions/create-group-section-groups-sections.mjs +52 -0
- package/dist/actions/create-group-section-groups-sections.mjs.map +1 -0
- package/dist/actions/create-me-notebooks.cjs +44 -0
- package/dist/actions/create-me-notebooks.cjs.map +1 -0
- package/dist/actions/create-me-notebooks.d.cts +9 -0
- package/dist/actions/create-me-notebooks.d.cts.map +1 -0
- package/dist/actions/create-me-notebooks.d.mts +9 -0
- package/dist/actions/create-me-notebooks.d.mts.map +1 -0
- package/dist/actions/create-me-notebooks.mjs +43 -0
- package/dist/actions/create-me-notebooks.mjs.map +1 -0
- package/dist/actions/create-me-section-groups-sections.cjs +52 -0
- package/dist/actions/create-me-section-groups-sections.cjs.map +1 -0
- package/dist/actions/create-me-section-groups-sections.d.cts +9 -0
- package/dist/actions/create-me-section-groups-sections.d.cts.map +1 -0
- package/dist/actions/create-me-section-groups-sections.d.mts +9 -0
- package/dist/actions/create-me-section-groups-sections.d.mts.map +1 -0
- package/dist/actions/create-me-section-groups-sections.mjs +51 -0
- package/dist/actions/create-me-section-groups-sections.mjs.map +1 -0
- package/dist/actions/create-me-sections-pages.cjs +37 -0
- package/dist/actions/create-me-sections-pages.cjs.map +1 -0
- package/dist/actions/create-me-sections-pages.d.cts +9 -0
- package/dist/actions/create-me-sections-pages.d.cts.map +1 -0
- package/dist/actions/create-me-sections-pages.d.mts +9 -0
- package/dist/actions/create-me-sections-pages.d.mts.map +1 -0
- package/dist/actions/create-me-sections-pages.mjs +36 -0
- package/dist/actions/create-me-sections-pages.mjs.map +1 -0
- package/dist/actions/create-onenote-group-notebooks-section-groups.cjs +39 -0
- package/dist/actions/create-onenote-group-notebooks-section-groups.cjs.map +1 -0
- package/dist/actions/create-onenote-group-notebooks-section-groups.d.cts +9 -0
- package/dist/actions/create-onenote-group-notebooks-section-groups.d.cts.map +1 -0
- package/dist/actions/create-onenote-group-notebooks-section-groups.d.mts +9 -0
- package/dist/actions/create-onenote-group-notebooks-section-groups.d.mts.map +1 -0
- package/dist/actions/create-onenote-group-notebooks-section-groups.mjs +38 -0
- package/dist/actions/create-onenote-group-notebooks-section-groups.mjs.map +1 -0
- package/dist/actions/create-site-notebooks-sections.cjs +53 -0
- package/dist/actions/create-site-notebooks-sections.cjs.map +1 -0
- package/dist/actions/create-site-notebooks-sections.d.cts +9 -0
- package/dist/actions/create-site-notebooks-sections.d.cts.map +1 -0
- package/dist/actions/create-site-notebooks-sections.d.mts +9 -0
- package/dist/actions/create-site-notebooks-sections.d.mts.map +1 -0
- package/dist/actions/create-site-notebooks-sections.mjs +52 -0
- package/dist/actions/create-site-notebooks-sections.mjs.map +1 -0
- package/dist/actions/create-user-notebooks-sections.cjs +53 -0
- package/dist/actions/create-user-notebooks-sections.cjs.map +1 -0
- package/dist/actions/create-user-notebooks-sections.d.cts +9 -0
- package/dist/actions/create-user-notebooks-sections.d.cts.map +1 -0
- package/dist/actions/create-user-notebooks-sections.d.mts +9 -0
- package/dist/actions/create-user-notebooks-sections.d.mts.map +1 -0
- package/dist/actions/create-user-notebooks-sections.mjs +52 -0
- package/dist/actions/create-user-notebooks-sections.mjs.map +1 -0
- package/dist/actions/create-user-pages.cjs +37 -0
- package/dist/actions/create-user-pages.cjs.map +1 -0
- package/dist/actions/create-user-pages.d.cts +9 -0
- package/dist/actions/create-user-pages.d.cts.map +1 -0
- package/dist/actions/create-user-pages.d.mts +9 -0
- package/dist/actions/create-user-pages.d.mts.map +1 -0
- package/dist/actions/create-user-pages.mjs +36 -0
- package/dist/actions/create-user-pages.mjs.map +1 -0
- package/dist/actions/create-user-section-groups-sections.cjs +53 -0
- package/dist/actions/create-user-section-groups-sections.cjs.map +1 -0
- package/dist/actions/create-user-section-groups-sections.d.cts +9 -0
- package/dist/actions/create-user-section-groups-sections.d.cts.map +1 -0
- package/dist/actions/create-user-section-groups-sections.d.mts +9 -0
- package/dist/actions/create-user-section-groups-sections.d.mts.map +1 -0
- package/dist/actions/create-user-section-groups-sections.mjs +52 -0
- package/dist/actions/create-user-section-groups-sections.mjs.map +1 -0
- package/dist/actions/create-user-sections-pages4.cjs +38 -0
- package/dist/actions/create-user-sections-pages4.cjs.map +1 -0
- package/dist/actions/create-user-sections-pages4.d.cts +9 -0
- package/dist/actions/create-user-sections-pages4.d.cts.map +1 -0
- package/dist/actions/create-user-sections-pages4.d.mts +9 -0
- package/dist/actions/create-user-sections-pages4.d.mts.map +1 -0
- package/dist/actions/create-user-sections-pages4.mjs +37 -0
- package/dist/actions/create-user-sections-pages4.mjs.map +1 -0
- package/dist/actions/delete-onenote-group-section-group-page-content.cjs +24 -0
- package/dist/actions/delete-onenote-group-section-group-page-content.cjs.map +1 -0
- package/dist/actions/delete-onenote-group-section-group-page-content.d.cts +9 -0
- package/dist/actions/delete-onenote-group-section-group-page-content.d.cts.map +1 -0
- package/dist/actions/delete-onenote-group-section-group-page-content.d.mts +9 -0
- package/dist/actions/delete-onenote-group-section-group-page-content.d.mts.map +1 -0
- package/dist/actions/delete-onenote-group-section-group-page-content.mjs +21 -0
- package/dist/actions/delete-onenote-group-section-group-page-content.mjs.map +1 -0
- package/dist/actions/delete-onenote-group-sections-pages2.cjs +24 -0
- package/dist/actions/delete-onenote-group-sections-pages2.cjs.map +1 -0
- package/dist/actions/delete-onenote-group-sections-pages2.d.cts +9 -0
- package/dist/actions/delete-onenote-group-sections-pages2.d.cts.map +1 -0
- package/dist/actions/delete-onenote-group-sections-pages2.d.mts +9 -0
- package/dist/actions/delete-onenote-group-sections-pages2.d.mts.map +1 -0
- package/dist/actions/delete-onenote-group-sections-pages2.mjs +21 -0
- package/dist/actions/delete-onenote-group-sections-pages2.mjs.map +1 -0
- package/dist/actions/delete-site-pages.cjs +22 -0
- package/dist/actions/delete-site-pages.cjs.map +1 -0
- package/dist/actions/delete-site-pages.d.cts +9 -0
- package/dist/actions/delete-site-pages.d.cts.map +1 -0
- package/dist/actions/delete-site-pages.d.mts +9 -0
- package/dist/actions/delete-site-pages.d.mts.map +1 -0
- package/dist/actions/delete-site-pages.mjs +19 -0
- package/dist/actions/delete-site-pages.mjs.map +1 -0
- package/dist/actions/delete-user-onenote-sections-pages.cjs +25 -0
- package/dist/actions/delete-user-onenote-sections-pages.cjs.map +1 -0
- package/dist/actions/delete-user-onenote-sections-pages.d.cts +9 -0
- package/dist/actions/delete-user-onenote-sections-pages.d.cts.map +1 -0
- package/dist/actions/delete-user-onenote-sections-pages.d.mts +9 -0
- package/dist/actions/delete-user-onenote-sections-pages.d.mts.map +1 -0
- package/dist/actions/delete-user-onenote-sections-pages.mjs +22 -0
- package/dist/actions/delete-user-onenote-sections-pages.mjs.map +1 -0
- package/dist/actions/delete-user-pages.cjs +22 -0
- package/dist/actions/delete-user-pages.cjs.map +1 -0
- package/dist/actions/delete-user-pages.d.cts +9 -0
- package/dist/actions/delete-user-pages.d.cts.map +1 -0
- package/dist/actions/delete-user-pages.d.mts +9 -0
- package/dist/actions/delete-user-pages.d.mts.map +1 -0
- package/dist/actions/delete-user-pages.mjs +19 -0
- package/dist/actions/delete-user-pages.mjs.map +1 -0
- package/dist/actions/get-group-sections.cjs +68 -0
- package/dist/actions/get-group-sections.cjs.map +1 -0
- package/dist/actions/get-group-sections.d.cts +9 -0
- package/dist/actions/get-group-sections.d.cts.map +1 -0
- package/dist/actions/get-group-sections.d.mts +9 -0
- package/dist/actions/get-group-sections.d.mts.map +1 -0
- package/dist/actions/get-group-sections.mjs +67 -0
- package/dist/actions/get-group-sections.mjs.map +1 -0
- package/dist/actions/get-me-onenote-resources-value.cjs +21 -0
- package/dist/actions/get-me-onenote-resources-value.cjs.map +1 -0
- package/dist/actions/get-me-onenote-resources-value.d.cts +9 -0
- package/dist/actions/get-me-onenote-resources-value.d.cts.map +1 -0
- package/dist/actions/get-me-onenote-resources-value.d.mts +9 -0
- package/dist/actions/get-me-onenote-resources-value.d.mts.map +1 -0
- package/dist/actions/get-me-onenote-resources-value.mjs +18 -0
- package/dist/actions/get-me-onenote-resources-value.mjs.map +1 -0
- package/dist/actions/get-me-section-page-content.cjs +23 -0
- package/dist/actions/get-me-section-page-content.cjs.map +1 -0
- package/dist/actions/get-me-section-page-content.d.cts +9 -0
- package/dist/actions/get-me-section-page-content.d.cts.map +1 -0
- package/dist/actions/get-me-section-page-content.d.mts +9 -0
- package/dist/actions/get-me-section-page-content.d.mts.map +1 -0
- package/dist/actions/get-me-section-page-content.mjs +20 -0
- package/dist/actions/get-me-section-page-content.mjs.map +1 -0
- package/dist/actions/get-notebook-from-web-url.cjs +48 -0
- package/dist/actions/get-notebook-from-web-url.cjs.map +1 -0
- package/dist/actions/get-notebook-from-web-url.d.cts +9 -0
- package/dist/actions/get-notebook-from-web-url.d.cts.map +1 -0
- package/dist/actions/get-notebook-from-web-url.d.mts +9 -0
- package/dist/actions/get-notebook-from-web-url.d.mts.map +1 -0
- package/dist/actions/get-notebook-from-web-url.mjs +47 -0
- package/dist/actions/get-notebook-from-web-url.mjs.map +1 -0
- package/dist/actions/get-notebook-section-group.cjs +40 -0
- package/dist/actions/get-notebook-section-group.cjs.map +1 -0
- package/dist/actions/get-notebook-section-group.d.cts +9 -0
- package/dist/actions/get-notebook-section-group.d.cts.map +1 -0
- package/dist/actions/get-notebook-section-group.d.mts +9 -0
- package/dist/actions/get-notebook-section-group.d.mts.map +1 -0
- package/dist/actions/get-notebook-section-group.mjs +39 -0
- package/dist/actions/get-notebook-section-group.mjs.map +1 -0
- package/dist/actions/get-onenote-group-operations.cjs +38 -0
- package/dist/actions/get-onenote-group-operations.cjs.map +1 -0
- package/dist/actions/get-onenote-group-operations.d.cts +9 -0
- package/dist/actions/get-onenote-group-operations.d.cts.map +1 -0
- package/dist/actions/get-onenote-group-operations.d.mts +9 -0
- package/dist/actions/get-onenote-group-operations.d.mts.map +1 -0
- package/dist/actions/get-onenote-group-operations.mjs +37 -0
- package/dist/actions/get-onenote-group-operations.mjs.map +1 -0
- package/dist/actions/get-onenote-group-sections-pages.cjs +56 -0
- package/dist/actions/get-onenote-group-sections-pages.cjs.map +1 -0
- package/dist/actions/get-onenote-group-sections-pages.d.cts +9 -0
- package/dist/actions/get-onenote-group-sections-pages.d.cts.map +1 -0
- package/dist/actions/get-onenote-group-sections-pages.d.mts +9 -0
- package/dist/actions/get-onenote-group-sections-pages.d.mts.map +1 -0
- package/dist/actions/get-onenote-group-sections-pages.mjs +55 -0
- package/dist/actions/get-onenote-group-sections-pages.mjs.map +1 -0
- package/dist/actions/get-onenote-site-operations.cjs +38 -0
- package/dist/actions/get-onenote-site-operations.cjs.map +1 -0
- package/dist/actions/get-onenote-site-operations.d.cts +9 -0
- package/dist/actions/get-onenote-site-operations.d.cts.map +1 -0
- package/dist/actions/get-onenote-site-operations.d.mts +9 -0
- package/dist/actions/get-onenote-site-operations.d.mts.map +1 -0
- package/dist/actions/get-onenote-site-operations.mjs +37 -0
- package/dist/actions/get-onenote-site-operations.mjs.map +1 -0
- package/dist/actions/get-onenote-user-page-content.cjs +36 -0
- package/dist/actions/get-onenote-user-page-content.cjs.map +1 -0
- package/dist/actions/get-onenote-user-page-content.d.cts +9 -0
- package/dist/actions/get-onenote-user-page-content.d.cts.map +1 -0
- package/dist/actions/get-onenote-user-page-content.d.mts +9 -0
- package/dist/actions/get-onenote-user-page-content.d.mts.map +1 -0
- package/dist/actions/get-onenote-user-page-content.mjs +35 -0
- package/dist/actions/get-onenote-user-page-content.mjs.map +1 -0
- package/dist/actions/get-page.cjs +52 -0
- package/dist/actions/get-page.cjs.map +1 -0
- package/dist/actions/get-page.d.cts +9 -0
- package/dist/actions/get-page.d.cts.map +1 -0
- package/dist/actions/get-page.d.mts +9 -0
- package/dist/actions/get-page.d.mts.map +1 -0
- package/dist/actions/get-page.mjs +51 -0
- package/dist/actions/get-page.mjs.map +1 -0
- package/dist/actions/get-recent-notebooks.cjs +37 -0
- package/dist/actions/get-recent-notebooks.cjs.map +1 -0
- package/dist/actions/get-recent-notebooks.d.cts +9 -0
- package/dist/actions/get-recent-notebooks.d.cts.map +1 -0
- package/dist/actions/get-recent-notebooks.d.mts +9 -0
- package/dist/actions/get-recent-notebooks.d.mts.map +1 -0
- package/dist/actions/get-recent-notebooks.mjs +36 -0
- package/dist/actions/get-recent-notebooks.mjs.map +1 -0
- package/dist/actions/get-section.cjs +59 -0
- package/dist/actions/get-section.cjs.map +1 -0
- package/dist/actions/get-section.d.cts +9 -0
- package/dist/actions/get-section.d.cts.map +1 -0
- package/dist/actions/get-section.d.mts +9 -0
- package/dist/actions/get-section.d.mts.map +1 -0
- package/dist/actions/get-section.mjs +58 -0
- package/dist/actions/get-section.mjs.map +1 -0
- package/dist/actions/get-site-onenote-pages.cjs +50 -0
- package/dist/actions/get-site-onenote-pages.cjs.map +1 -0
- package/dist/actions/get-site-onenote-pages.d.cts +9 -0
- package/dist/actions/get-site-onenote-pages.d.cts.map +1 -0
- package/dist/actions/get-site-onenote-pages.d.mts +9 -0
- package/dist/actions/get-site-onenote-pages.d.mts.map +1 -0
- package/dist/actions/get-site-onenote-pages.mjs +49 -0
- package/dist/actions/get-site-onenote-pages.mjs.map +1 -0
- package/dist/actions/get-site-pages-preview.cjs +22 -0
- package/dist/actions/get-site-pages-preview.cjs.map +1 -0
- package/dist/actions/get-site-pages-preview.d.cts +9 -0
- package/dist/actions/get-site-pages-preview.d.cts.map +1 -0
- package/dist/actions/get-site-pages-preview.d.mts +9 -0
- package/dist/actions/get-site-pages-preview.d.mts.map +1 -0
- package/dist/actions/get-site-pages-preview.mjs +19 -0
- package/dist/actions/get-site-pages-preview.mjs.map +1 -0
- package/dist/actions/get-site-sections-pages.cjs +56 -0
- package/dist/actions/get-site-sections-pages.cjs.map +1 -0
- package/dist/actions/get-site-sections-pages.d.cts +9 -0
- package/dist/actions/get-site-sections-pages.d.cts.map +1 -0
- package/dist/actions/get-site-sections-pages.d.mts +9 -0
- package/dist/actions/get-site-sections-pages.d.mts.map +1 -0
- package/dist/actions/get-site-sections-pages.mjs +55 -0
- package/dist/actions/get-site-sections-pages.mjs.map +1 -0
- package/dist/actions/get-site-sections.cjs +68 -0
- package/dist/actions/get-site-sections.cjs.map +1 -0
- package/dist/actions/get-site-sections.d.cts +9 -0
- package/dist/actions/get-site-sections.d.cts.map +1 -0
- package/dist/actions/get-site-sections.d.mts +9 -0
- package/dist/actions/get-site-sections.d.mts.map +1 -0
- package/dist/actions/get-site-sections.mjs +67 -0
- package/dist/actions/get-site-sections.mjs.map +1 -0
- package/dist/actions/get-user-notebook.cjs +64 -0
- package/dist/actions/get-user-notebook.cjs.map +1 -0
- package/dist/actions/get-user-notebook.d.cts +9 -0
- package/dist/actions/get-user-notebook.d.cts.map +1 -0
- package/dist/actions/get-user-notebook.d.mts +9 -0
- package/dist/actions/get-user-notebook.d.mts.map +1 -0
- package/dist/actions/get-user-notebook.mjs +63 -0
- package/dist/actions/get-user-notebook.mjs.map +1 -0
- package/dist/actions/get-user-pages.cjs +53 -0
- package/dist/actions/get-user-pages.cjs.map +1 -0
- package/dist/actions/get-user-pages.d.cts +9 -0
- package/dist/actions/get-user-pages.d.cts.map +1 -0
- package/dist/actions/get-user-pages.d.mts +9 -0
- package/dist/actions/get-user-pages.d.mts.map +1 -0
- package/dist/actions/get-user-pages.mjs +52 -0
- package/dist/actions/get-user-pages.mjs.map +1 -0
- package/dist/actions/get-user-parent-section-group2.cjs +42 -0
- package/dist/actions/get-user-parent-section-group2.cjs.map +1 -0
- package/dist/actions/get-user-parent-section-group2.d.cts +9 -0
- package/dist/actions/get-user-parent-section-group2.d.cts.map +1 -0
- package/dist/actions/get-user-parent-section-group2.d.mts +9 -0
- package/dist/actions/get-user-parent-section-group2.d.mts.map +1 -0
- package/dist/actions/get-user-parent-section-group2.mjs +41 -0
- package/dist/actions/get-user-parent-section-group2.mjs.map +1 -0
- package/dist/actions/index.cjs +143 -0
- package/dist/actions/index.d.cts +72 -0
- package/dist/actions/index.d.mts +72 -0
- package/dist/actions/index.mjs +72 -0
- package/dist/actions/list-group-notebook-section-groups.cjs +52 -0
- package/dist/actions/list-group-notebook-section-groups.cjs.map +1 -0
- package/dist/actions/list-group-notebook-section-groups.d.cts +9 -0
- package/dist/actions/list-group-notebook-section-groups.d.cts.map +1 -0
- package/dist/actions/list-group-notebook-section-groups.d.mts +9 -0
- package/dist/actions/list-group-notebook-section-groups.d.mts.map +1 -0
- package/dist/actions/list-group-notebook-section-groups.mjs +51 -0
- package/dist/actions/list-group-notebook-section-groups.mjs.map +1 -0
- package/dist/actions/list-group-notebook-section-pages.cjs +46 -0
- package/dist/actions/list-group-notebook-section-pages.cjs.map +1 -0
- package/dist/actions/list-group-notebook-section-pages.d.cts +9 -0
- package/dist/actions/list-group-notebook-section-pages.d.cts.map +1 -0
- package/dist/actions/list-group-notebook-section-pages.d.mts +9 -0
- package/dist/actions/list-group-notebook-section-pages.d.mts.map +1 -0
- package/dist/actions/list-group-notebook-section-pages.mjs +45 -0
- package/dist/actions/list-group-notebook-section-pages.mjs.map +1 -0
- package/dist/actions/list-group-notebooks.cjs +65 -0
- package/dist/actions/list-group-notebooks.cjs.map +1 -0
- package/dist/actions/list-group-notebooks.d.cts +9 -0
- package/dist/actions/list-group-notebooks.d.cts.map +1 -0
- package/dist/actions/list-group-notebooks.d.mts +9 -0
- package/dist/actions/list-group-notebooks.d.mts.map +1 -0
- package/dist/actions/list-group-notebooks.mjs +64 -0
- package/dist/actions/list-group-notebooks.mjs.map +1 -0
- package/dist/actions/list-group-section-groups-sections.cjs +56 -0
- package/dist/actions/list-group-section-groups-sections.cjs.map +1 -0
- package/dist/actions/list-group-section-groups-sections.d.cts +9 -0
- package/dist/actions/list-group-section-groups-sections.d.cts.map +1 -0
- package/dist/actions/list-group-section-groups-sections.d.mts +9 -0
- package/dist/actions/list-group-section-groups-sections.d.mts.map +1 -0
- package/dist/actions/list-group-section-groups-sections.mjs +55 -0
- package/dist/actions/list-group-section-groups-sections.mjs.map +1 -0
- package/dist/actions/list-joined-teams.cjs +58 -0
- package/dist/actions/list-joined-teams.cjs.map +1 -0
- package/dist/actions/list-joined-teams.d.cts +9 -0
- package/dist/actions/list-joined-teams.d.cts.map +1 -0
- package/dist/actions/list-joined-teams.d.mts +9 -0
- package/dist/actions/list-joined-teams.d.mts.map +1 -0
- package/dist/actions/list-joined-teams.mjs +57 -0
- package/dist/actions/list-joined-teams.mjs.map +1 -0
- package/dist/actions/list-me-onenote-sections-pages4.cjs +59 -0
- package/dist/actions/list-me-onenote-sections-pages4.cjs.map +1 -0
- package/dist/actions/list-me-onenote-sections-pages4.d.cts +9 -0
- package/dist/actions/list-me-onenote-sections-pages4.d.cts.map +1 -0
- package/dist/actions/list-me-onenote-sections-pages4.d.mts +9 -0
- package/dist/actions/list-me-onenote-sections-pages4.d.mts.map +1 -0
- package/dist/actions/list-me-onenote-sections-pages4.mjs +58 -0
- package/dist/actions/list-me-onenote-sections-pages4.mjs.map +1 -0
- package/dist/actions/list-onenote-group-pages.cjs +44 -0
- package/dist/actions/list-onenote-group-pages.cjs.map +1 -0
- package/dist/actions/list-onenote-group-pages.d.cts +9 -0
- package/dist/actions/list-onenote-group-pages.d.cts.map +1 -0
- package/dist/actions/list-onenote-group-pages.d.mts +9 -0
- package/dist/actions/list-onenote-group-pages.d.mts.map +1 -0
- package/dist/actions/list-onenote-group-pages.mjs +43 -0
- package/dist/actions/list-onenote-group-pages.mjs.map +1 -0
- package/dist/actions/list-onenote-group-section-groups-section-groups2.cjs +50 -0
- package/dist/actions/list-onenote-group-section-groups-section-groups2.cjs.map +1 -0
- package/dist/actions/list-onenote-group-section-groups-section-groups2.d.cts +9 -0
- package/dist/actions/list-onenote-group-section-groups-section-groups2.d.cts.map +1 -0
- package/dist/actions/list-onenote-group-section-groups-section-groups2.d.mts +9 -0
- package/dist/actions/list-onenote-group-section-groups-section-groups2.d.mts.map +1 -0
- package/dist/actions/list-onenote-group-section-groups-section-groups2.mjs +49 -0
- package/dist/actions/list-onenote-group-section-groups-section-groups2.mjs.map +1 -0
- package/dist/actions/list-onenote-group-sections-pages4.cjs +48 -0
- package/dist/actions/list-onenote-group-sections-pages4.cjs.map +1 -0
- package/dist/actions/list-onenote-group-sections-pages4.d.cts +9 -0
- package/dist/actions/list-onenote-group-sections-pages4.d.cts.map +1 -0
- package/dist/actions/list-onenote-group-sections-pages4.d.mts +9 -0
- package/dist/actions/list-onenote-group-sections-pages4.d.mts.map +1 -0
- package/dist/actions/list-onenote-group-sections-pages4.mjs +47 -0
- package/dist/actions/list-onenote-group-sections-pages4.mjs.map +1 -0
- package/dist/actions/list-site-notebook-section-groups.cjs +50 -0
- package/dist/actions/list-site-notebook-section-groups.cjs.map +1 -0
- package/dist/actions/list-site-notebook-section-groups.d.cts +9 -0
- package/dist/actions/list-site-notebook-section-groups.d.cts.map +1 -0
- package/dist/actions/list-site-notebook-section-groups.d.mts +9 -0
- package/dist/actions/list-site-notebook-section-groups.d.mts.map +1 -0
- package/dist/actions/list-site-notebook-section-groups.mjs +49 -0
- package/dist/actions/list-site-notebook-section-groups.mjs.map +1 -0
- package/dist/actions/list-site-notebooks.cjs +65 -0
- package/dist/actions/list-site-notebooks.cjs.map +1 -0
- package/dist/actions/list-site-notebooks.d.cts +9 -0
- package/dist/actions/list-site-notebooks.d.cts.map +1 -0
- package/dist/actions/list-site-notebooks.d.mts +9 -0
- package/dist/actions/list-site-notebooks.d.mts.map +1 -0
- package/dist/actions/list-site-notebooks.mjs +64 -0
- package/dist/actions/list-site-notebooks.mjs.map +1 -0
- package/dist/actions/list-site-pages-content.cjs +24 -0
- package/dist/actions/list-site-pages-content.cjs.map +1 -0
- package/dist/actions/list-site-pages-content.d.cts +9 -0
- package/dist/actions/list-site-pages-content.d.cts.map +1 -0
- package/dist/actions/list-site-pages-content.d.mts +9 -0
- package/dist/actions/list-site-pages-content.d.mts.map +1 -0
- package/dist/actions/list-site-pages-content.mjs +21 -0
- package/dist/actions/list-site-pages-content.mjs.map +1 -0
- package/dist/actions/list-site-sections.cjs +63 -0
- package/dist/actions/list-site-sections.cjs.map +1 -0
- package/dist/actions/list-site-sections.d.cts +9 -0
- package/dist/actions/list-site-sections.d.cts.map +1 -0
- package/dist/actions/list-site-sections.d.mts +9 -0
- package/dist/actions/list-site-sections.d.mts.map +1 -0
- package/dist/actions/list-site-sections.mjs +62 -0
- package/dist/actions/list-site-sections.mjs.map +1 -0
- package/dist/actions/list-user-notebook-sections.cjs +57 -0
- package/dist/actions/list-user-notebook-sections.cjs.map +1 -0
- package/dist/actions/list-user-notebook-sections.d.cts +9 -0
- package/dist/actions/list-user-notebook-sections.d.cts.map +1 -0
- package/dist/actions/list-user-notebook-sections.d.mts +9 -0
- package/dist/actions/list-user-notebook-sections.d.mts.map +1 -0
- package/dist/actions/list-user-notebook-sections.mjs +56 -0
- package/dist/actions/list-user-notebook-sections.mjs.map +1 -0
- package/dist/actions/list-user-notebooks.cjs +58 -0
- package/dist/actions/list-user-notebooks.cjs.map +1 -0
- package/dist/actions/list-user-notebooks.d.cts +9 -0
- package/dist/actions/list-user-notebooks.d.cts.map +1 -0
- package/dist/actions/list-user-notebooks.d.mts +9 -0
- package/dist/actions/list-user-notebooks.d.mts.map +1 -0
- package/dist/actions/list-user-notebooks.mjs +57 -0
- package/dist/actions/list-user-notebooks.mjs.map +1 -0
- package/dist/actions/resolve-site-by-url.cjs +50 -0
- package/dist/actions/resolve-site-by-url.cjs.map +1 -0
- package/dist/actions/resolve-site-by-url.d.cts +9 -0
- package/dist/actions/resolve-site-by-url.d.cts.map +1 -0
- package/dist/actions/resolve-site-by-url.d.mts +9 -0
- package/dist/actions/resolve-site-by-url.d.mts.map +1 -0
- package/dist/actions/resolve-site-by-url.mjs +47 -0
- package/dist/actions/resolve-site-by-url.mjs.map +1 -0
- package/dist/actions/sites-search.cjs +55 -0
- package/dist/actions/sites-search.cjs.map +1 -0
- package/dist/actions/sites-search.d.cts +9 -0
- package/dist/actions/sites-search.d.cts.map +1 -0
- package/dist/actions/sites-search.d.mts +9 -0
- package/dist/actions/sites-search.d.mts.map +1 -0
- package/dist/actions/sites-search.mjs +54 -0
- package/dist/actions/sites-search.mjs.map +1 -0
- package/dist/actions/update-me-page-content.cjs +33 -0
- package/dist/actions/update-me-page-content.cjs.map +1 -0
- package/dist/actions/update-me-page-content.d.cts +9 -0
- package/dist/actions/update-me-page-content.d.cts.map +1 -0
- package/dist/actions/update-me-page-content.d.mts +9 -0
- package/dist/actions/update-me-page-content.d.mts.map +1 -0
- package/dist/actions/update-me-page-content.mjs +30 -0
- package/dist/actions/update-me-page-content.mjs.map +1 -0
- package/dist/actions/update-me-sections.cjs +53 -0
- package/dist/actions/update-me-sections.cjs.map +1 -0
- package/dist/actions/update-me-sections.d.cts +9 -0
- package/dist/actions/update-me-sections.d.cts.map +1 -0
- package/dist/actions/update-me-sections.d.mts +9 -0
- package/dist/actions/update-me-sections.d.mts.map +1 -0
- package/dist/actions/update-me-sections.mjs +52 -0
- package/dist/actions/update-me-sections.mjs.map +1 -0
- package/dist/actions/update-onenote-page-content.cjs +37 -0
- package/dist/actions/update-onenote-page-content.cjs.map +1 -0
- package/dist/actions/update-onenote-page-content.d.cts +9 -0
- package/dist/actions/update-onenote-page-content.d.cts.map +1 -0
- package/dist/actions/update-onenote-page-content.d.mts +9 -0
- package/dist/actions/update-onenote-page-content.d.mts.map +1 -0
- package/dist/actions/update-onenote-page-content.mjs +34 -0
- package/dist/actions/update-onenote-page-content.mjs.map +1 -0
- package/dist/actions/update-site-notebooks-sections.cjs +54 -0
- package/dist/actions/update-site-notebooks-sections.cjs.map +1 -0
- package/dist/actions/update-site-notebooks-sections.d.cts +9 -0
- package/dist/actions/update-site-notebooks-sections.d.cts.map +1 -0
- package/dist/actions/update-site-notebooks-sections.d.mts +9 -0
- package/dist/actions/update-site-notebooks-sections.d.mts.map +1 -0
- package/dist/actions/update-site-notebooks-sections.mjs +53 -0
- package/dist/actions/update-site-notebooks-sections.mjs.map +1 -0
- package/dist/actions/update-site-pages-content.cjs +34 -0
- package/dist/actions/update-site-pages-content.cjs.map +1 -0
- package/dist/actions/update-site-pages-content.d.cts +9 -0
- package/dist/actions/update-site-pages-content.d.cts.map +1 -0
- package/dist/actions/update-site-pages-content.d.mts +9 -0
- package/dist/actions/update-site-pages-content.d.mts.map +1 -0
- package/dist/actions/update-site-pages-content.mjs +31 -0
- package/dist/actions/update-site-pages-content.mjs.map +1 -0
- package/dist/actions/update-site-section-groups-sections.cjs +55 -0
- package/dist/actions/update-site-section-groups-sections.cjs.map +1 -0
- package/dist/actions/update-site-section-groups-sections.d.cts +9 -0
- package/dist/actions/update-site-section-groups-sections.d.cts.map +1 -0
- package/dist/actions/update-site-section-groups-sections.d.mts +9 -0
- package/dist/actions/update-site-section-groups-sections.d.mts.map +1 -0
- package/dist/actions/update-site-section-groups-sections.mjs +54 -0
- package/dist/actions/update-site-section-groups-sections.mjs.map +1 -0
- package/dist/actions/update-user-notebooks-sections.cjs +53 -0
- package/dist/actions/update-user-notebooks-sections.cjs.map +1 -0
- package/dist/actions/update-user-notebooks-sections.d.cts +9 -0
- package/dist/actions/update-user-notebooks-sections.d.cts.map +1 -0
- package/dist/actions/update-user-notebooks-sections.d.mts +9 -0
- package/dist/actions/update-user-notebooks-sections.d.mts.map +1 -0
- package/dist/actions/update-user-notebooks-sections.mjs +52 -0
- package/dist/actions/update-user-notebooks-sections.mjs.map +1 -0
- package/dist/actions/validate-credential.cjs +19 -0
- package/dist/actions/validate-credential.cjs.map +1 -0
- package/dist/actions/validate-credential.d.cts +9 -0
- package/dist/actions/validate-credential.d.cts.map +1 -0
- package/dist/actions/validate-credential.d.mts +9 -0
- package/dist/actions/validate-credential.d.mts.map +1 -0
- package/dist/actions/validate-credential.mjs +16 -0
- package/dist/actions/validate-credential.mjs.map +1 -0
- package/dist/app.cjs +9 -0
- package/dist/app.cjs.map +1 -0
- package/dist/app.d.cts +5 -0
- package/dist/app.d.cts.map +1 -0
- package/dist/app.d.mts +5 -0
- package/dist/app.d.mts.map +1 -0
- package/dist/app.mjs +10 -0
- package/dist/app.mjs.map +1 -0
- package/dist/catalog.cjs +15 -0
- package/dist/catalog.cjs.map +1 -0
- package/dist/catalog.d.cts +14 -0
- package/dist/catalog.d.cts.map +1 -0
- package/dist/catalog.d.mts +14 -0
- package/dist/catalog.d.mts.map +1 -0
- package/dist/catalog.mjs +15 -0
- package/dist/catalog.mjs.map +1 -0
- package/dist/execute.cjs +18 -0
- package/dist/execute.cjs.map +1 -0
- package/dist/execute.mjs +18 -0
- package/dist/execute.mjs.map +1 -0
- package/dist/index.cjs +148 -0
- package/dist/index.d.cts +74 -0
- package/dist/index.d.mts +74 -0
- package/dist/index.mjs +75 -0
- package/package.json +49 -0
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/create-user-sections-pages4.ts
|
|
4
|
+
const OnenoteCreateUserSectionsPages4Input = z.object({
|
|
5
|
+
user_id: z.string().describe("The unique identifier of the Microsoft Graph user. Use 'me' for the current authenticated user."),
|
|
6
|
+
page_title: z.string().describe("The title for the OneNote page. Required when page_created_datetime is provided, because OneNote requires a title in the HTML head section generated by this action.").optional(),
|
|
7
|
+
section_id: z.string().describe("The unique identifier of the OneNote section where the page will be created."),
|
|
8
|
+
html_content: z.string().describe("The HTML for the OneNote page. If neither page_title nor page_created_datetime is provided, send a complete HTML document (with html/head/body tags). If either is provided, send only the body fragment — the action wraps it in <html><head><title>{page_title}</title>...</head><body>...</body></html> for you, so do not include outer html/head/body tags in that case."),
|
|
9
|
+
page_created_datetime: z.string().describe("The date and time when the page was created in ISO 8601 format (UTC). Example: 2015-07-22T09:00:00-08:00. If not provided, current time is used.").optional()
|
|
10
|
+
}).describe("Request model for creating a OneNote page in a section for a specific user.");
|
|
11
|
+
const OnenoteCreateUserSectionsPages4_PageLinksHrefSchema = z.object({ href: z.string().describe("The URL of the link.").nullable().optional() }).describe("Represents the href property of a page link.");
|
|
12
|
+
const OnenoteCreateUserSectionsPages4_PageLinksSchema = z.object({
|
|
13
|
+
oneNoteWebUrl: OnenoteCreateUserSectionsPages4_PageLinksHrefSchema.nullable().optional(),
|
|
14
|
+
oneNoteClientUrl: OnenoteCreateUserSectionsPages4_PageLinksHrefSchema.nullable().optional()
|
|
15
|
+
}).describe("Links for opening the OneNote page in various clients.");
|
|
16
|
+
const onenoteCreateUserSectionsPages4 = action("ONENOTE_CREATE_USER_SECTIONS_PAGES4", {
|
|
17
|
+
slug: "onenote-create-user-sections-pages4",
|
|
18
|
+
name: "Create user section page",
|
|
19
|
+
description: "Creates a new OneNote page in a specific section of a user's notebook. Use this action when you need to create a new page directly in a section within a user's OneNote notebook. The page content must be provided as valid HTML with proper structure (html, head, and body tags). This action requires the Content-Type header to be set to text/html for the request body. This action is idempotent — calling it multiple times creates separate pages.",
|
|
20
|
+
input: OnenoteCreateUserSectionsPages4Input,
|
|
21
|
+
output: z.object({
|
|
22
|
+
id: z.string().describe("The unique identifier of the page. Read-only.").nullable().optional(),
|
|
23
|
+
self: z.string().describe("The endpoint where you can get details about the page. Read-only.").nullable().optional(),
|
|
24
|
+
level: z.number().int().describe("The indentation level of the page. Read-only.").nullable().optional(),
|
|
25
|
+
links: OnenoteCreateUserSectionsPages4_PageLinksSchema.nullable().optional(),
|
|
26
|
+
order: z.number().int().describe("The order of the page within its parent section. Read-only.").nullable().optional(),
|
|
27
|
+
title: z.string().describe("The title of the page.").nullable().optional(),
|
|
28
|
+
contentUrl: z.string().describe("The URL for the page's HTML content. Read-only.").nullable().optional(),
|
|
29
|
+
createdByAppId: z.string().describe("The unique identifier of the application that created the page. Read-only.").nullable().optional(),
|
|
30
|
+
createdDateTime: z.string().describe("The date and time when the page was created (ISO 8601 format, UTC). Read-only.").nullable().optional(),
|
|
31
|
+
lastModifiedDateTime: z.string().describe("The date and time when the page was last modified (ISO 8601 format, UTC). Read-only.").nullable().optional()
|
|
32
|
+
}).describe("Response model containing the created OneNote page details.")
|
|
33
|
+
});
|
|
34
|
+
//#endregion
|
|
35
|
+
export { onenoteCreateUserSectionsPages4 };
|
|
36
|
+
|
|
37
|
+
//# sourceMappingURL=create-user-sections-pages4.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-user-sections-pages4.mjs","names":[],"sources":["../../src/actions/create-user-sections-pages4.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OnenoteCreateUserSectionsPages4Input: z.ZodTypeAny = z.object({\n user_id: z.string().describe(\"The unique identifier of the Microsoft Graph user. Use 'me' for the current authenticated user.\"),\n page_title: z.string().describe(\"The title for the OneNote page. Required when page_created_datetime is provided, because OneNote requires a title in the HTML head section generated by this action.\").optional(),\n section_id: z.string().describe(\"The unique identifier of the OneNote section where the page will be created.\"),\n html_content: z.string().describe(\"The HTML for the OneNote page. If neither page_title nor page_created_datetime is provided, send a complete HTML document (with html/head/body tags). If either is provided, send only the body fragment — the action wraps it in <html><head><title>{page_title}</title>...</head><body>...</body></html> for you, so do not include outer html/head/body tags in that case.\"),\n page_created_datetime: z.string().describe(\"The date and time when the page was created in ISO 8601 format (UTC). Example: 2015-07-22T09:00:00-08:00. If not provided, current time is used.\").optional(),\n}).describe(\"Request model for creating a OneNote page in a section for a specific user.\");\nconst OnenoteCreateUserSectionsPages4_PageLinksHrefSchema: z.ZodTypeAny = z.object({\n href: z.string().describe(\"The URL of the link.\").nullable().optional(),\n}).describe(\"Represents the href property of a page link.\");\nconst OnenoteCreateUserSectionsPages4_PageLinksSchema: z.ZodTypeAny = z.object({\n oneNoteWebUrl: OnenoteCreateUserSectionsPages4_PageLinksHrefSchema.nullable().optional(),\n oneNoteClientUrl: OnenoteCreateUserSectionsPages4_PageLinksHrefSchema.nullable().optional(),\n}).describe(\"Links for opening the OneNote page in various clients.\");\nexport const OnenoteCreateUserSectionsPages4Output: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the page. Read-only.\").nullable().optional(),\n self: z.string().describe(\"The endpoint where you can get details about the page. Read-only.\").nullable().optional(),\n level: z.number().int().describe(\"The indentation level of the page. Read-only.\").nullable().optional(),\n links: OnenoteCreateUserSectionsPages4_PageLinksSchema.nullable().optional(),\n order: z.number().int().describe(\"The order of the page within its parent section. Read-only.\").nullable().optional(),\n title: z.string().describe(\"The title of the page.\").nullable().optional(),\n contentUrl: z.string().describe(\"The URL for the page's HTML content. Read-only.\").nullable().optional(),\n createdByAppId: z.string().describe(\"The unique identifier of the application that created the page. Read-only.\").nullable().optional(),\n createdDateTime: z.string().describe(\"The date and time when the page was created (ISO 8601 format, UTC). Read-only.\").nullable().optional(),\n lastModifiedDateTime: z.string().describe(\"The date and time when the page was last modified (ISO 8601 format, UTC). Read-only.\").nullable().optional(),\n}).describe(\"Response model containing the created OneNote page details.\");\n\nexport const onenoteCreateUserSectionsPages4 = action(\"ONENOTE_CREATE_USER_SECTIONS_PAGES4\", {\n slug: \"onenote-create-user-sections-pages4\",\n name: \"Create user section page\",\n description: \"Creates a new OneNote page in a specific section of a user's notebook. Use this action when you need to create a new page directly in a section within a user's OneNote notebook. The page content must be provided as valid HTML with proper structure (html, head, and body tags). This action requires the Content-Type header to be set to text/html for the request body. This action is idempotent — calling it multiple times creates separate pages.\",\n input: OnenoteCreateUserSectionsPages4Input,\n output: OnenoteCreateUserSectionsPages4Output,\n});\n"],"mappings":";;;AAIA,MAAa,uCAAqD,EAAE,OAAO;CACzE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,iGAAiG;CAC9H,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,sKAAsK,CAAC,CAAC,SAAS;CACjN,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,8EAA8E;CAC9G,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,+WAA+W;CACjZ,uBAAuB,EAAE,OAAO,CAAC,CAAC,SAAS,kJAAkJ,CAAC,CAAC,SAAS;AAC1M,CAAC,CAAC,CAAC,SAAS,6EAA6E;AACzF,MAAM,sDAAoE,EAAE,OAAO,EACjF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACxE,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAC1D,MAAM,kDAAgE,EAAE,OAAO;CAC7E,eAAe,oDAAoD,SAAS,CAAC,CAAC,SAAS;CACvF,kBAAkB,oDAAoD,SAAS,CAAC,CAAC,SAAS;AAC5F,CAAC,CAAC,CAAC,SAAS,wDAAwD;AAcpE,MAAa,kCAAkC,OAAO,uCAAuC;CAC3F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAlBiE,EAAE,OAAO;EAC1E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7F,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnH,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtG,OAAO,gDAAgD,SAAS,CAAC,CAAC,SAAS;EAC3E,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpH,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvG,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtI,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3I,sBAAsB,EAAE,OAAO,CAAC,CAAC,SAAS,sFAAsF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxJ,CAAC,CAAC,CAAC,SAAS,6DAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/delete-onenote-group-section-group-page-content.ts
|
|
4
|
+
const OnenoteDeleteOnenoteGroupSectionGroupPageContentInput = zod.z.object({
|
|
5
|
+
page_id: zod.z.string().describe("The unique identifier of the OneNote page whose content will be deleted."),
|
|
6
|
+
group_id: zod.z.string().describe("The unique identifier of the Microsoft 365 group."),
|
|
7
|
+
section_id: zod.z.string().describe("The unique identifier of the section within the section group."),
|
|
8
|
+
section_group_id: zod.z.string().describe("The unique identifier of the section group within the group's OneNote workspace.")
|
|
9
|
+
});
|
|
10
|
+
const OnenoteDeleteOnenoteGroupSectionGroupPageContentOutput = zod.z.object({
|
|
11
|
+
message: zod.z.string().default("Page content deleted successfully").describe("Status message for the deletion operation.").nullable().optional(),
|
|
12
|
+
success: zod.z.boolean().default(true).describe("Indicates whether the page content deletion was successful.").nullable().optional()
|
|
13
|
+
});
|
|
14
|
+
const onenoteDeleteOnenoteGroupSectionGroupPageContent = require_action.action("ONENOTE_DELETE_ONENOTE_GROUP_SECTION_GROUP_PAGE_CONTENT", {
|
|
15
|
+
slug: "onenote-delete-onenote-group-section-group-page-content",
|
|
16
|
+
name: "Delete page content from section group section",
|
|
17
|
+
description: "Deletes the HTML content of a OneNote page within a section in a section group in a Microsoft 365 group's OneNote workspace. This action is irreversible — the page content will be permanently deleted once removed. Use this action when you need to clear the content of a specific OneNote page within a section group hierarchy in a Microsoft 365 group.",
|
|
18
|
+
input: OnenoteDeleteOnenoteGroupSectionGroupPageContentInput,
|
|
19
|
+
output: OnenoteDeleteOnenoteGroupSectionGroupPageContentOutput
|
|
20
|
+
});
|
|
21
|
+
//#endregion
|
|
22
|
+
exports.onenoteDeleteOnenoteGroupSectionGroupPageContent = onenoteDeleteOnenoteGroupSectionGroupPageContent;
|
|
23
|
+
|
|
24
|
+
//# sourceMappingURL=delete-onenote-group-section-group-page-content.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-onenote-group-section-group-page-content.cjs","names":["z","action"],"sources":["../../src/actions/delete-onenote-group-section-group-page-content.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OnenoteDeleteOnenoteGroupSectionGroupPageContentInput: z.ZodTypeAny = z.object({\n page_id: z.string().describe(\"The unique identifier of the OneNote page whose content will be deleted.\"),\n group_id: z.string().describe(\"The unique identifier of the Microsoft 365 group.\"),\n section_id: z.string().describe(\"The unique identifier of the section within the section group.\"),\n section_group_id: z.string().describe(\"The unique identifier of the section group within the group's OneNote workspace.\"),\n});\nexport const OnenoteDeleteOnenoteGroupSectionGroupPageContentOutput: z.ZodTypeAny = z.object({\n message: z.string().default(\"Page content deleted successfully\").describe(\"Status message for the deletion operation.\").nullable().optional(),\n success: z.boolean().default(true).describe(\"Indicates whether the page content deletion was successful.\").nullable().optional(),\n});\n\nexport const onenoteDeleteOnenoteGroupSectionGroupPageContent = action(\"ONENOTE_DELETE_ONENOTE_GROUP_SECTION_GROUP_PAGE_CONTENT\", {\n slug: \"onenote-delete-onenote-group-section-group-page-content\",\n name: \"Delete page content from section group section\",\n description: \"Deletes the HTML content of a OneNote page within a section in a section group in a Microsoft 365 group's OneNote workspace. This action is irreversible — the page content will be permanently deleted once removed. Use this action when you need to clear the content of a specific OneNote page within a section group hierarchy in a Microsoft 365 group.\",\n input: OnenoteDeleteOnenoteGroupSectionGroupPageContentInput,\n output: OnenoteDeleteOnenoteGroupSectionGroupPageContentOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wDAAsEA,IAAAA,EAAE,OAAO;CAC1F,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0EAA0E;CACvG,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;CACjF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE;CAChG,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kFAAkF;AAC1H,CAAC;AACD,MAAa,yDAAuEA,IAAAA,EAAE,OAAO;CAC3F,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,QAAQ,mCAAmC,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5I,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjI,CAAC;AAED,MAAa,mDAAmDC,eAAAA,OAAO,2DAA2D;CAChI,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/delete-onenote-group-section-group-page-content.d.ts
|
|
4
|
+
declare const OnenoteDeleteOnenoteGroupSectionGroupPageContentInput: z.ZodTypeAny;
|
|
5
|
+
declare const OnenoteDeleteOnenoteGroupSectionGroupPageContentOutput: z.ZodTypeAny;
|
|
6
|
+
declare const onenoteDeleteOnenoteGroupSectionGroupPageContent: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { onenoteDeleteOnenoteGroupSectionGroupPageContent };
|
|
9
|
+
//# sourceMappingURL=delete-onenote-group-section-group-page-content.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-onenote-group-section-group-page-content.d.cts","names":[],"sources":["../../src/actions/delete-onenote-group-section-group-page-content.ts"],"mappings":";;;cAIa,qDAAA,EAAuD,CAAA,CAAE,UAKpE;AAAA,cACW,sDAAA,EAAwD,CAAA,CAAE,UAGrE;AAAA,cAEW,gDAAA,gCAAgD,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/delete-onenote-group-section-group-page-content.d.ts
|
|
4
|
+
declare const OnenoteDeleteOnenoteGroupSectionGroupPageContentInput: z.ZodTypeAny;
|
|
5
|
+
declare const OnenoteDeleteOnenoteGroupSectionGroupPageContentOutput: z.ZodTypeAny;
|
|
6
|
+
declare const onenoteDeleteOnenoteGroupSectionGroupPageContent: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { onenoteDeleteOnenoteGroupSectionGroupPageContent };
|
|
9
|
+
//# sourceMappingURL=delete-onenote-group-section-group-page-content.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-onenote-group-section-group-page-content.d.mts","names":[],"sources":["../../src/actions/delete-onenote-group-section-group-page-content.ts"],"mappings":";;;cAIa,qDAAA,EAAuD,CAAA,CAAE,UAKpE;AAAA,cACW,sDAAA,EAAwD,CAAA,CAAE,UAGrE;AAAA,cAEW,gDAAA,gCAAgD,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const onenoteDeleteOnenoteGroupSectionGroupPageContent = action("ONENOTE_DELETE_ONENOTE_GROUP_SECTION_GROUP_PAGE_CONTENT", {
|
|
4
|
+
slug: "onenote-delete-onenote-group-section-group-page-content",
|
|
5
|
+
name: "Delete page content from section group section",
|
|
6
|
+
description: "Deletes the HTML content of a OneNote page within a section in a section group in a Microsoft 365 group's OneNote workspace. This action is irreversible — the page content will be permanently deleted once removed. Use this action when you need to clear the content of a specific OneNote page within a section group hierarchy in a Microsoft 365 group.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
page_id: z.string().describe("The unique identifier of the OneNote page whose content will be deleted."),
|
|
9
|
+
group_id: z.string().describe("The unique identifier of the Microsoft 365 group."),
|
|
10
|
+
section_id: z.string().describe("The unique identifier of the section within the section group."),
|
|
11
|
+
section_group_id: z.string().describe("The unique identifier of the section group within the group's OneNote workspace.")
|
|
12
|
+
}),
|
|
13
|
+
output: z.object({
|
|
14
|
+
message: z.string().default("Page content deleted successfully").describe("Status message for the deletion operation.").nullable().optional(),
|
|
15
|
+
success: z.boolean().default(true).describe("Indicates whether the page content deletion was successful.").nullable().optional()
|
|
16
|
+
})
|
|
17
|
+
});
|
|
18
|
+
//#endregion
|
|
19
|
+
export { onenoteDeleteOnenoteGroupSectionGroupPageContent };
|
|
20
|
+
|
|
21
|
+
//# sourceMappingURL=delete-onenote-group-section-group-page-content.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-onenote-group-section-group-page-content.mjs","names":[],"sources":["../../src/actions/delete-onenote-group-section-group-page-content.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OnenoteDeleteOnenoteGroupSectionGroupPageContentInput: z.ZodTypeAny = z.object({\n page_id: z.string().describe(\"The unique identifier of the OneNote page whose content will be deleted.\"),\n group_id: z.string().describe(\"The unique identifier of the Microsoft 365 group.\"),\n section_id: z.string().describe(\"The unique identifier of the section within the section group.\"),\n section_group_id: z.string().describe(\"The unique identifier of the section group within the group's OneNote workspace.\"),\n});\nexport const OnenoteDeleteOnenoteGroupSectionGroupPageContentOutput: z.ZodTypeAny = z.object({\n message: z.string().default(\"Page content deleted successfully\").describe(\"Status message for the deletion operation.\").nullable().optional(),\n success: z.boolean().default(true).describe(\"Indicates whether the page content deletion was successful.\").nullable().optional(),\n});\n\nexport const onenoteDeleteOnenoteGroupSectionGroupPageContent = action(\"ONENOTE_DELETE_ONENOTE_GROUP_SECTION_GROUP_PAGE_CONTENT\", {\n slug: \"onenote-delete-onenote-group-section-group-page-content\",\n name: \"Delete page content from section group section\",\n description: \"Deletes the HTML content of a OneNote page within a section in a section group in a Microsoft 365 group's OneNote workspace. This action is irreversible — the page content will be permanently deleted once removed. Use this action when you need to clear the content of a specific OneNote page within a section group hierarchy in a Microsoft 365 group.\",\n input: OnenoteDeleteOnenoteGroupSectionGroupPageContentInput,\n output: OnenoteDeleteOnenoteGroupSectionGroupPageContentOutput,\n});\n"],"mappings":";;AAeA,MAAa,mDAAmD,OAAO,2DAA2D;CAChI,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAfiF,EAAE,OAAO;EAC1F,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,0EAA0E;EACvG,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;EACjF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE;EAChG,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,kFAAkF;CAC1H,CAUS;CACP,QAVkF,EAAE,OAAO;EAC3F,SAAS,EAAE,OAAO,CAAC,CAAC,QAAQ,mCAAmC,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC5I,SAAS,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjI,CAOU;AACV,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/delete-onenote-group-sections-pages2.ts
|
|
4
|
+
const OnenoteDeleteOnenoteGroupSectionsPages2Input = zod.z.object({
|
|
5
|
+
page_id: zod.z.string().describe("The unique identifier of the OneNote page to delete."),
|
|
6
|
+
group_id: zod.z.string().describe("The unique identifier of the Microsoft 365 group."),
|
|
7
|
+
section_id: zod.z.string().describe("The unique identifier of the section within the notebook."),
|
|
8
|
+
notebook_id: zod.z.string().describe("The unique identifier of the OneNote notebook within the group.")
|
|
9
|
+
});
|
|
10
|
+
const OnenoteDeleteOnenoteGroupSectionsPages2Output = zod.z.object({
|
|
11
|
+
message: zod.z.string().default("Page deleted successfully").describe("Status message for the deletion operation.").nullable().optional(),
|
|
12
|
+
success: zod.z.boolean().default(true).describe("Indicates whether the page deletion was successful.").nullable().optional()
|
|
13
|
+
});
|
|
14
|
+
const onenoteDeleteOnenoteGroupSectionsPages2 = require_action.action("ONENOTE_DELETE_ONENOTE_GROUP_SECTIONS_PAGES2", {
|
|
15
|
+
slug: "onenote-delete-onenote-group-sections-pages2",
|
|
16
|
+
name: "Delete OneNote page from section",
|
|
17
|
+
description: "Delete a specific OneNote page from a section within a notebook in a group. Use this action when you need to remove a OneNote page permanently from a group's notebook section. This action is irreversible - once deleted, the page cannot be recovered.",
|
|
18
|
+
input: OnenoteDeleteOnenoteGroupSectionsPages2Input,
|
|
19
|
+
output: OnenoteDeleteOnenoteGroupSectionsPages2Output
|
|
20
|
+
});
|
|
21
|
+
//#endregion
|
|
22
|
+
exports.onenoteDeleteOnenoteGroupSectionsPages2 = onenoteDeleteOnenoteGroupSectionsPages2;
|
|
23
|
+
|
|
24
|
+
//# sourceMappingURL=delete-onenote-group-sections-pages2.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-onenote-group-sections-pages2.cjs","names":["z","action"],"sources":["../../src/actions/delete-onenote-group-sections-pages2.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OnenoteDeleteOnenoteGroupSectionsPages2Input: z.ZodTypeAny = z.object({\n page_id: z.string().describe(\"The unique identifier of the OneNote page to delete.\"),\n group_id: z.string().describe(\"The unique identifier of the Microsoft 365 group.\"),\n section_id: z.string().describe(\"The unique identifier of the section within the notebook.\"),\n notebook_id: z.string().describe(\"The unique identifier of the OneNote notebook within the group.\"),\n});\nexport const OnenoteDeleteOnenoteGroupSectionsPages2Output: z.ZodTypeAny = z.object({\n message: z.string().default(\"Page deleted successfully\").describe(\"Status message for the deletion operation.\").nullable().optional(),\n success: z.boolean().default(true).describe(\"Indicates whether the page deletion was successful.\").nullable().optional(),\n});\n\nexport const onenoteDeleteOnenoteGroupSectionsPages2 = action(\"ONENOTE_DELETE_ONENOTE_GROUP_SECTIONS_PAGES2\", {\n slug: \"onenote-delete-onenote-group-sections-pages2\",\n name: \"Delete OneNote page from section\",\n description: \"Delete a specific OneNote page from a section within a notebook in a group. Use this action when you need to remove a OneNote page permanently from a group's notebook section. This action is irreversible - once deleted, the page cannot be recovered.\",\n input: OnenoteDeleteOnenoteGroupSectionsPages2Input,\n output: OnenoteDeleteOnenoteGroupSectionsPages2Output,\n});\n"],"mappings":";;;AAIA,MAAa,+CAA6DA,IAAAA,EAAE,OAAO;CACjF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;CACnF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;CACjF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;CAC3F,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE;AACpG,CAAC;AACD,MAAa,gDAA8DA,IAAAA,EAAE,OAAO;CAClF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,QAAQ,2BAA2B,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpI,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACzH,CAAC;AAED,MAAa,0CAA0CC,eAAAA,OAAO,gDAAgD;CAC5G,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/delete-onenote-group-sections-pages2.d.ts
|
|
4
|
+
declare const OnenoteDeleteOnenoteGroupSectionsPages2Input: z.ZodTypeAny;
|
|
5
|
+
declare const OnenoteDeleteOnenoteGroupSectionsPages2Output: z.ZodTypeAny;
|
|
6
|
+
declare const onenoteDeleteOnenoteGroupSectionsPages2: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { onenoteDeleteOnenoteGroupSectionsPages2 };
|
|
9
|
+
//# sourceMappingURL=delete-onenote-group-sections-pages2.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-onenote-group-sections-pages2.d.cts","names":[],"sources":["../../src/actions/delete-onenote-group-sections-pages2.ts"],"mappings":";;;cAIa,4CAAA,EAA8C,CAAA,CAAE,UAK3D;AAAA,cACW,6CAAA,EAA+C,CAAA,CAAE,UAG5D;AAAA,cAEW,uCAAA,gCAAuC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/delete-onenote-group-sections-pages2.d.ts
|
|
4
|
+
declare const OnenoteDeleteOnenoteGroupSectionsPages2Input: z.ZodTypeAny;
|
|
5
|
+
declare const OnenoteDeleteOnenoteGroupSectionsPages2Output: z.ZodTypeAny;
|
|
6
|
+
declare const onenoteDeleteOnenoteGroupSectionsPages2: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { onenoteDeleteOnenoteGroupSectionsPages2 };
|
|
9
|
+
//# sourceMappingURL=delete-onenote-group-sections-pages2.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-onenote-group-sections-pages2.d.mts","names":[],"sources":["../../src/actions/delete-onenote-group-sections-pages2.ts"],"mappings":";;;cAIa,4CAAA,EAA8C,CAAA,CAAE,UAK3D;AAAA,cACW,6CAAA,EAA+C,CAAA,CAAE,UAG5D;AAAA,cAEW,uCAAA,gCAAuC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const onenoteDeleteOnenoteGroupSectionsPages2 = action("ONENOTE_DELETE_ONENOTE_GROUP_SECTIONS_PAGES2", {
|
|
4
|
+
slug: "onenote-delete-onenote-group-sections-pages2",
|
|
5
|
+
name: "Delete OneNote page from section",
|
|
6
|
+
description: "Delete a specific OneNote page from a section within a notebook in a group. Use this action when you need to remove a OneNote page permanently from a group's notebook section. This action is irreversible - once deleted, the page cannot be recovered.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
page_id: z.string().describe("The unique identifier of the OneNote page to delete."),
|
|
9
|
+
group_id: z.string().describe("The unique identifier of the Microsoft 365 group."),
|
|
10
|
+
section_id: z.string().describe("The unique identifier of the section within the notebook."),
|
|
11
|
+
notebook_id: z.string().describe("The unique identifier of the OneNote notebook within the group.")
|
|
12
|
+
}),
|
|
13
|
+
output: z.object({
|
|
14
|
+
message: z.string().default("Page deleted successfully").describe("Status message for the deletion operation.").nullable().optional(),
|
|
15
|
+
success: z.boolean().default(true).describe("Indicates whether the page deletion was successful.").nullable().optional()
|
|
16
|
+
})
|
|
17
|
+
});
|
|
18
|
+
//#endregion
|
|
19
|
+
export { onenoteDeleteOnenoteGroupSectionsPages2 };
|
|
20
|
+
|
|
21
|
+
//# sourceMappingURL=delete-onenote-group-sections-pages2.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-onenote-group-sections-pages2.mjs","names":[],"sources":["../../src/actions/delete-onenote-group-sections-pages2.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OnenoteDeleteOnenoteGroupSectionsPages2Input: z.ZodTypeAny = z.object({\n page_id: z.string().describe(\"The unique identifier of the OneNote page to delete.\"),\n group_id: z.string().describe(\"The unique identifier of the Microsoft 365 group.\"),\n section_id: z.string().describe(\"The unique identifier of the section within the notebook.\"),\n notebook_id: z.string().describe(\"The unique identifier of the OneNote notebook within the group.\"),\n});\nexport const OnenoteDeleteOnenoteGroupSectionsPages2Output: z.ZodTypeAny = z.object({\n message: z.string().default(\"Page deleted successfully\").describe(\"Status message for the deletion operation.\").nullable().optional(),\n success: z.boolean().default(true).describe(\"Indicates whether the page deletion was successful.\").nullable().optional(),\n});\n\nexport const onenoteDeleteOnenoteGroupSectionsPages2 = action(\"ONENOTE_DELETE_ONENOTE_GROUP_SECTIONS_PAGES2\", {\n slug: \"onenote-delete-onenote-group-sections-pages2\",\n name: \"Delete OneNote page from section\",\n description: \"Delete a specific OneNote page from a section within a notebook in a group. Use this action when you need to remove a OneNote page permanently from a group's notebook section. This action is irreversible - once deleted, the page cannot be recovered.\",\n input: OnenoteDeleteOnenoteGroupSectionsPages2Input,\n output: OnenoteDeleteOnenoteGroupSectionsPages2Output,\n});\n"],"mappings":";;AAeA,MAAa,0CAA0C,OAAO,gDAAgD;CAC5G,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAfwE,EAAE,OAAO;EACjF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;EACnF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;EACjF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;EAC3F,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE;CACpG,CAUS;CACP,QAVyE,EAAE,OAAO;EAClF,SAAS,EAAE,OAAO,CAAC,CAAC,QAAQ,2BAA2B,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpI,SAAS,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzH,CAOU;AACV,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/delete-site-pages.ts
|
|
4
|
+
const OnenoteDeleteSitePagesInput = zod.z.object({
|
|
5
|
+
page_id: zod.z.string().describe("The unique identifier of the OneNote page to delete."),
|
|
6
|
+
site_id: zod.z.string().describe("The unique identifier of the SharePoint site. Can be the site hostname or server-relative path.")
|
|
7
|
+
}).describe("Request model for deleting a OneNote page from a SharePoint site.");
|
|
8
|
+
const OnenoteDeleteSitePagesOutput = zod.z.object({
|
|
9
|
+
message: zod.z.string().default("Page deleted successfully").describe("Status message for the deletion operation.").nullable().optional(),
|
|
10
|
+
success: zod.z.boolean().default(true).describe("Indicates whether the page deletion was successful.").nullable().optional()
|
|
11
|
+
}).describe("Response model for site page deletion operation.");
|
|
12
|
+
const onenoteDeleteSitePages = require_action.action("ONENOTE_DELETE_SITE_PAGES", {
|
|
13
|
+
slug: "onenote-delete-site-pages",
|
|
14
|
+
name: "Delete OneNote page from site",
|
|
15
|
+
description: "Deletes a OneNote page from a SharePoint site. Use this action when you need to remove a OneNote page permanently from a SharePoint site's OneNote workspace. This action is irreversible - once deleted, the page and all its content cannot be recovered.",
|
|
16
|
+
input: OnenoteDeleteSitePagesInput,
|
|
17
|
+
output: OnenoteDeleteSitePagesOutput
|
|
18
|
+
});
|
|
19
|
+
//#endregion
|
|
20
|
+
exports.onenoteDeleteSitePages = onenoteDeleteSitePages;
|
|
21
|
+
|
|
22
|
+
//# sourceMappingURL=delete-site-pages.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-site-pages.cjs","names":["z","action"],"sources":["../../src/actions/delete-site-pages.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OnenoteDeleteSitePagesInput: z.ZodTypeAny = z.object({\n page_id: z.string().describe(\"The unique identifier of the OneNote page to delete.\"),\n site_id: z.string().describe(\"The unique identifier of the SharePoint site. Can be the site hostname or server-relative path.\"),\n}).describe(\"Request model for deleting a OneNote page from a SharePoint site.\");\nexport const OnenoteDeleteSitePagesOutput: z.ZodTypeAny = z.object({\n message: z.string().default(\"Page deleted successfully\").describe(\"Status message for the deletion operation.\").nullable().optional(),\n success: z.boolean().default(true).describe(\"Indicates whether the page deletion was successful.\").nullable().optional(),\n}).describe(\"Response model for site page deletion operation.\");\n\nexport const onenoteDeleteSitePages = action(\"ONENOTE_DELETE_SITE_PAGES\", {\n slug: \"onenote-delete-site-pages\",\n name: \"Delete OneNote page from site\",\n description: \"Deletes a OneNote page from a SharePoint site. Use this action when you need to remove a OneNote page permanently from a SharePoint site's OneNote workspace. This action is irreversible - once deleted, the page and all its content cannot be recovered.\",\n input: OnenoteDeleteSitePagesInput,\n output: OnenoteDeleteSitePagesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4CA,IAAAA,EAAE,OAAO;CAChE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;CACnF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iGAAiG;AAChI,CAAC,CAAC,CAAC,SAAS,mEAAmE;AAC/E,MAAa,+BAA6CA,IAAAA,EAAE,OAAO;CACjE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,QAAQ,2BAA2B,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpI,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACzH,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAE9D,MAAa,yBAAyBC,eAAAA,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/delete-site-pages.d.ts
|
|
4
|
+
declare const OnenoteDeleteSitePagesInput: z.ZodTypeAny;
|
|
5
|
+
declare const OnenoteDeleteSitePagesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const onenoteDeleteSitePages: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { onenoteDeleteSitePages };
|
|
9
|
+
//# sourceMappingURL=delete-site-pages.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-site-pages.d.cts","names":[],"sources":["../../src/actions/delete-site-pages.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAGoC;AAAA,cACnE,4BAAA,EAA8B,CAAA,CAAE,UAGkB;AAAA,cAElD,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/delete-site-pages.d.ts
|
|
4
|
+
declare const OnenoteDeleteSitePagesInput: z.ZodTypeAny;
|
|
5
|
+
declare const OnenoteDeleteSitePagesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const onenoteDeleteSitePages: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { onenoteDeleteSitePages };
|
|
9
|
+
//# sourceMappingURL=delete-site-pages.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-site-pages.d.mts","names":[],"sources":["../../src/actions/delete-site-pages.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAGoC;AAAA,cACnE,4BAAA,EAA8B,CAAA,CAAE,UAGkB;AAAA,cAElD,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const onenoteDeleteSitePages = action("ONENOTE_DELETE_SITE_PAGES", {
|
|
4
|
+
slug: "onenote-delete-site-pages",
|
|
5
|
+
name: "Delete OneNote page from site",
|
|
6
|
+
description: "Deletes a OneNote page from a SharePoint site. Use this action when you need to remove a OneNote page permanently from a SharePoint site's OneNote workspace. This action is irreversible - once deleted, the page and all its content cannot be recovered.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
page_id: z.string().describe("The unique identifier of the OneNote page to delete."),
|
|
9
|
+
site_id: z.string().describe("The unique identifier of the SharePoint site. Can be the site hostname or server-relative path.")
|
|
10
|
+
}).describe("Request model for deleting a OneNote page from a SharePoint site."),
|
|
11
|
+
output: z.object({
|
|
12
|
+
message: z.string().default("Page deleted successfully").describe("Status message for the deletion operation.").nullable().optional(),
|
|
13
|
+
success: z.boolean().default(true).describe("Indicates whether the page deletion was successful.").nullable().optional()
|
|
14
|
+
}).describe("Response model for site page deletion operation.")
|
|
15
|
+
});
|
|
16
|
+
//#endregion
|
|
17
|
+
export { onenoteDeleteSitePages };
|
|
18
|
+
|
|
19
|
+
//# sourceMappingURL=delete-site-pages.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-site-pages.mjs","names":[],"sources":["../../src/actions/delete-site-pages.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OnenoteDeleteSitePagesInput: z.ZodTypeAny = z.object({\n page_id: z.string().describe(\"The unique identifier of the OneNote page to delete.\"),\n site_id: z.string().describe(\"The unique identifier of the SharePoint site. Can be the site hostname or server-relative path.\"),\n}).describe(\"Request model for deleting a OneNote page from a SharePoint site.\");\nexport const OnenoteDeleteSitePagesOutput: z.ZodTypeAny = z.object({\n message: z.string().default(\"Page deleted successfully\").describe(\"Status message for the deletion operation.\").nullable().optional(),\n success: z.boolean().default(true).describe(\"Indicates whether the page deletion was successful.\").nullable().optional(),\n}).describe(\"Response model for site page deletion operation.\");\n\nexport const onenoteDeleteSitePages = action(\"ONENOTE_DELETE_SITE_PAGES\", {\n slug: \"onenote-delete-site-pages\",\n name: \"Delete OneNote page from site\",\n description: \"Deletes a OneNote page from a SharePoint site. Use this action when you need to remove a OneNote page permanently from a SharePoint site's OneNote workspace. This action is irreversible - once deleted, the page and all its content cannot be recovered.\",\n input: OnenoteDeleteSitePagesInput,\n output: OnenoteDeleteSitePagesOutput,\n});\n"],"mappings":";;AAaA,MAAa,yBAAyB,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAbuD,EAAE,OAAO;EAChE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;EACnF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,iGAAiG;CAChI,CAAC,CAAC,CAAC,SAAS,mEAUH;CACP,QAVwD,EAAE,OAAO;EACjE,SAAS,EAAE,OAAO,CAAC,CAAC,QAAQ,2BAA2B,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpI,SAAS,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzH,CAAC,CAAC,CAAC,SAAS,kDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/delete-user-onenote-sections-pages.ts
|
|
4
|
+
const OnenoteDeleteUserOnenoteSectionsPagesInput = zod.z.object({
|
|
5
|
+
page_id: zod.z.string().describe("The unique identifier of the OneNote page to delete."),
|
|
6
|
+
user_id: zod.z.string().describe("The unique identifier of the Microsoft Graph user. Use 'me' for the current authenticated user."),
|
|
7
|
+
section_id: zod.z.string().describe("The unique identifier of the section within the section group."),
|
|
8
|
+
notebook_id: zod.z.string().describe("The unique identifier of the OneNote notebook containing the section group."),
|
|
9
|
+
section_group_id: zod.z.string().describe("The unique identifier of the section group within the notebook.")
|
|
10
|
+
}).describe("Request model for deleting a OneNote page from a section within a section group in a user's notebook.");
|
|
11
|
+
const OnenoteDeleteUserOnenoteSectionsPagesOutput = zod.z.object({
|
|
12
|
+
message: zod.z.string().default("Page deleted successfully").describe("Status message for the deletion operation.").nullable().optional(),
|
|
13
|
+
success: zod.z.boolean().default(true).describe("Indicates whether the page deletion was successful.").nullable().optional()
|
|
14
|
+
}).describe("Response model for page deletion from a section.");
|
|
15
|
+
const onenoteDeleteUserOnenoteSectionsPages = require_action.action("ONENOTE_DELETE_USER_ONENOTE_SECTIONS_PAGES", {
|
|
16
|
+
slug: "onenote-delete-user-onenote-sections-pages",
|
|
17
|
+
name: "Delete user OneNote page from section",
|
|
18
|
+
description: "Deletes a OneNote page from a section within a section group in a user's notebook. This action is irreversible — the page and all its content will be permanently deleted once removed. Use this action when you need to remove an unwanted page from a section in a user's OneNote notebook.",
|
|
19
|
+
input: OnenoteDeleteUserOnenoteSectionsPagesInput,
|
|
20
|
+
output: OnenoteDeleteUserOnenoteSectionsPagesOutput
|
|
21
|
+
});
|
|
22
|
+
//#endregion
|
|
23
|
+
exports.onenoteDeleteUserOnenoteSectionsPages = onenoteDeleteUserOnenoteSectionsPages;
|
|
24
|
+
|
|
25
|
+
//# sourceMappingURL=delete-user-onenote-sections-pages.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-user-onenote-sections-pages.cjs","names":["z","action"],"sources":["../../src/actions/delete-user-onenote-sections-pages.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OnenoteDeleteUserOnenoteSectionsPagesInput: z.ZodTypeAny = z.object({\n page_id: z.string().describe(\"The unique identifier of the OneNote page to delete.\"),\n user_id: z.string().describe(\"The unique identifier of the Microsoft Graph user. Use 'me' for the current authenticated user.\"),\n section_id: z.string().describe(\"The unique identifier of the section within the section group.\"),\n notebook_id: z.string().describe(\"The unique identifier of the OneNote notebook containing the section group.\"),\n section_group_id: z.string().describe(\"The unique identifier of the section group within the notebook.\"),\n}).describe(\"Request model for deleting a OneNote page from a section within a section group in a user's notebook.\");\nexport const OnenoteDeleteUserOnenoteSectionsPagesOutput: z.ZodTypeAny = z.object({\n message: z.string().default(\"Page deleted successfully\").describe(\"Status message for the deletion operation.\").nullable().optional(),\n success: z.boolean().default(true).describe(\"Indicates whether the page deletion was successful.\").nullable().optional(),\n}).describe(\"Response model for page deletion from a section.\");\n\nexport const onenoteDeleteUserOnenoteSectionsPages = action(\"ONENOTE_DELETE_USER_ONENOTE_SECTIONS_PAGES\", {\n slug: \"onenote-delete-user-onenote-sections-pages\",\n name: \"Delete user OneNote page from section\",\n description: \"Deletes a OneNote page from a section within a section group in a user's notebook. This action is irreversible — the page and all its content will be permanently deleted once removed. Use this action when you need to remove an unwanted page from a section in a user's OneNote notebook.\",\n input: OnenoteDeleteUserOnenoteSectionsPagesInput,\n output: OnenoteDeleteUserOnenoteSectionsPagesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6CAA2DA,IAAAA,EAAE,OAAO;CAC/E,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;CACnF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iGAAiG;CAC9H,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE;CAChG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6EAA6E;CAC9G,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE;AACzG,CAAC,CAAC,CAAC,SAAS,uGAAuG;AACnH,MAAa,8CAA4DA,IAAAA,EAAE,OAAO;CAChF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,QAAQ,2BAA2B,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpI,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACzH,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAE9D,MAAa,wCAAwCC,eAAAA,OAAO,8CAA8C;CACxG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/delete-user-onenote-sections-pages.d.ts
|
|
4
|
+
declare const OnenoteDeleteUserOnenoteSectionsPagesInput: z.ZodTypeAny;
|
|
5
|
+
declare const OnenoteDeleteUserOnenoteSectionsPagesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const onenoteDeleteUserOnenoteSectionsPages: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { onenoteDeleteUserOnenoteSectionsPages };
|
|
9
|
+
//# sourceMappingURL=delete-user-onenote-sections-pages.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-user-onenote-sections-pages.d.cts","names":[],"sources":["../../src/actions/delete-user-onenote-sections-pages.ts"],"mappings":";;;cAIa,0CAAA,EAA4C,CAAA,CAAE,UAMyD;AAAA,cACvG,2CAAA,EAA6C,CAAA,CAAE,UAGG;AAAA,cAElD,qCAAA,gCAAqC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/delete-user-onenote-sections-pages.d.ts
|
|
4
|
+
declare const OnenoteDeleteUserOnenoteSectionsPagesInput: z.ZodTypeAny;
|
|
5
|
+
declare const OnenoteDeleteUserOnenoteSectionsPagesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const onenoteDeleteUserOnenoteSectionsPages: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { onenoteDeleteUserOnenoteSectionsPages };
|
|
9
|
+
//# sourceMappingURL=delete-user-onenote-sections-pages.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-user-onenote-sections-pages.d.mts","names":[],"sources":["../../src/actions/delete-user-onenote-sections-pages.ts"],"mappings":";;;cAIa,0CAAA,EAA4C,CAAA,CAAE,UAMyD;AAAA,cACvG,2CAAA,EAA6C,CAAA,CAAE,UAGG;AAAA,cAElD,qCAAA,gCAAqC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const onenoteDeleteUserOnenoteSectionsPages = action("ONENOTE_DELETE_USER_ONENOTE_SECTIONS_PAGES", {
|
|
4
|
+
slug: "onenote-delete-user-onenote-sections-pages",
|
|
5
|
+
name: "Delete user OneNote page from section",
|
|
6
|
+
description: "Deletes a OneNote page from a section within a section group in a user's notebook. This action is irreversible — the page and all its content will be permanently deleted once removed. Use this action when you need to remove an unwanted page from a section in a user's OneNote notebook.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
page_id: z.string().describe("The unique identifier of the OneNote page to delete."),
|
|
9
|
+
user_id: z.string().describe("The unique identifier of the Microsoft Graph user. Use 'me' for the current authenticated user."),
|
|
10
|
+
section_id: z.string().describe("The unique identifier of the section within the section group."),
|
|
11
|
+
notebook_id: z.string().describe("The unique identifier of the OneNote notebook containing the section group."),
|
|
12
|
+
section_group_id: z.string().describe("The unique identifier of the section group within the notebook.")
|
|
13
|
+
}).describe("Request model for deleting a OneNote page from a section within a section group in a user's notebook."),
|
|
14
|
+
output: z.object({
|
|
15
|
+
message: z.string().default("Page deleted successfully").describe("Status message for the deletion operation.").nullable().optional(),
|
|
16
|
+
success: z.boolean().default(true).describe("Indicates whether the page deletion was successful.").nullable().optional()
|
|
17
|
+
}).describe("Response model for page deletion from a section.")
|
|
18
|
+
});
|
|
19
|
+
//#endregion
|
|
20
|
+
export { onenoteDeleteUserOnenoteSectionsPages };
|
|
21
|
+
|
|
22
|
+
//# sourceMappingURL=delete-user-onenote-sections-pages.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-user-onenote-sections-pages.mjs","names":[],"sources":["../../src/actions/delete-user-onenote-sections-pages.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OnenoteDeleteUserOnenoteSectionsPagesInput: z.ZodTypeAny = z.object({\n page_id: z.string().describe(\"The unique identifier of the OneNote page to delete.\"),\n user_id: z.string().describe(\"The unique identifier of the Microsoft Graph user. Use 'me' for the current authenticated user.\"),\n section_id: z.string().describe(\"The unique identifier of the section within the section group.\"),\n notebook_id: z.string().describe(\"The unique identifier of the OneNote notebook containing the section group.\"),\n section_group_id: z.string().describe(\"The unique identifier of the section group within the notebook.\"),\n}).describe(\"Request model for deleting a OneNote page from a section within a section group in a user's notebook.\");\nexport const OnenoteDeleteUserOnenoteSectionsPagesOutput: z.ZodTypeAny = z.object({\n message: z.string().default(\"Page deleted successfully\").describe(\"Status message for the deletion operation.\").nullable().optional(),\n success: z.boolean().default(true).describe(\"Indicates whether the page deletion was successful.\").nullable().optional(),\n}).describe(\"Response model for page deletion from a section.\");\n\nexport const onenoteDeleteUserOnenoteSectionsPages = action(\"ONENOTE_DELETE_USER_ONENOTE_SECTIONS_PAGES\", {\n slug: \"onenote-delete-user-onenote-sections-pages\",\n name: \"Delete user OneNote page from section\",\n description: \"Deletes a OneNote page from a section within a section group in a user's notebook. This action is irreversible — the page and all its content will be permanently deleted once removed. Use this action when you need to remove an unwanted page from a section in a user's OneNote notebook.\",\n input: OnenoteDeleteUserOnenoteSectionsPagesInput,\n output: OnenoteDeleteUserOnenoteSectionsPagesOutput,\n});\n"],"mappings":";;AAgBA,MAAa,wCAAwC,OAAO,8CAA8C;CACxG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAhBsE,EAAE,OAAO;EAC/E,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;EACnF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,iGAAiG;EAC9H,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE;EAChG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,6EAA6E;EAC9G,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE;CACzG,CAAC,CAAC,CAAC,SAAS,uGAUH;CACP,QAVuE,EAAE,OAAO;EAChF,SAAS,EAAE,OAAO,CAAC,CAAC,QAAQ,2BAA2B,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpI,SAAS,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzH,CAAC,CAAC,CAAC,SAAS,kDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/delete-user-pages.ts
|
|
4
|
+
const OnenoteDeleteUserPagesInput = zod.z.object({
|
|
5
|
+
page_id: zod.z.string().describe("The unique identifier of the OneNote page to delete."),
|
|
6
|
+
user_id: zod.z.string().describe("The unique identifier of the Microsoft 365 user.")
|
|
7
|
+
});
|
|
8
|
+
const OnenoteDeleteUserPagesOutput = zod.z.object({
|
|
9
|
+
message: zod.z.string().default("Page deleted successfully").describe("Status message for the deletion operation.").nullable().optional(),
|
|
10
|
+
success: zod.z.boolean().default(true).describe("Indicates whether the page deletion was successful.").nullable().optional()
|
|
11
|
+
});
|
|
12
|
+
const onenoteDeleteUserPages = require_action.action("ONENOTE_DELETE_USER_PAGES", {
|
|
13
|
+
slug: "onenote-delete-user-pages",
|
|
14
|
+
name: "Delete OneNote page for user",
|
|
15
|
+
description: "Deletes a OneNote page from a user's OneNote workspace. This action is irreversible — the page and all its content will be permanently deleted once removed. Use this action when you need to remove an unwanted OneNote page from a user's notebook that has been shared with the current user.",
|
|
16
|
+
input: OnenoteDeleteUserPagesInput,
|
|
17
|
+
output: OnenoteDeleteUserPagesOutput
|
|
18
|
+
});
|
|
19
|
+
//#endregion
|
|
20
|
+
exports.onenoteDeleteUserPages = onenoteDeleteUserPages;
|
|
21
|
+
|
|
22
|
+
//# sourceMappingURL=delete-user-pages.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-user-pages.cjs","names":["z","action"],"sources":["../../src/actions/delete-user-pages.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OnenoteDeleteUserPagesInput: z.ZodTypeAny = z.object({\n page_id: z.string().describe(\"The unique identifier of the OneNote page to delete.\"),\n user_id: z.string().describe(\"The unique identifier of the Microsoft 365 user.\"),\n});\nexport const OnenoteDeleteUserPagesOutput: z.ZodTypeAny = z.object({\n message: z.string().default(\"Page deleted successfully\").describe(\"Status message for the deletion operation.\").nullable().optional(),\n success: z.boolean().default(true).describe(\"Indicates whether the page deletion was successful.\").nullable().optional(),\n});\n\nexport const onenoteDeleteUserPages = action(\"ONENOTE_DELETE_USER_PAGES\", {\n slug: \"onenote-delete-user-pages\",\n name: \"Delete OneNote page for user\",\n description: \"Deletes a OneNote page from a user's OneNote workspace. This action is irreversible — the page and all its content will be permanently deleted once removed. Use this action when you need to remove an unwanted OneNote page from a user's notebook that has been shared with the current user.\",\n input: OnenoteDeleteUserPagesInput,\n output: OnenoteDeleteUserPagesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4CA,IAAAA,EAAE,OAAO;CAChE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;CACnF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;AACjF,CAAC;AACD,MAAa,+BAA6CA,IAAAA,EAAE,OAAO;CACjE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,QAAQ,2BAA2B,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpI,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACzH,CAAC;AAED,MAAa,yBAAyBC,eAAAA,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/delete-user-pages.d.ts
|
|
4
|
+
declare const OnenoteDeleteUserPagesInput: z.ZodTypeAny;
|
|
5
|
+
declare const OnenoteDeleteUserPagesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const onenoteDeleteUserPages: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { onenoteDeleteUserPages };
|
|
9
|
+
//# sourceMappingURL=delete-user-pages.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-user-pages.d.cts","names":[],"sources":["../../src/actions/delete-user-pages.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAG1C;AAAA,cACW,4BAAA,EAA8B,CAAA,CAAE,UAG3C;AAAA,cAEW,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/delete-user-pages.d.ts
|
|
4
|
+
declare const OnenoteDeleteUserPagesInput: z.ZodTypeAny;
|
|
5
|
+
declare const OnenoteDeleteUserPagesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const onenoteDeleteUserPages: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { onenoteDeleteUserPages };
|
|
9
|
+
//# sourceMappingURL=delete-user-pages.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-user-pages.d.mts","names":[],"sources":["../../src/actions/delete-user-pages.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAG1C;AAAA,cACW,4BAAA,EAA8B,CAAA,CAAE,UAG3C;AAAA,cAEW,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const onenoteDeleteUserPages = action("ONENOTE_DELETE_USER_PAGES", {
|
|
4
|
+
slug: "onenote-delete-user-pages",
|
|
5
|
+
name: "Delete OneNote page for user",
|
|
6
|
+
description: "Deletes a OneNote page from a user's OneNote workspace. This action is irreversible — the page and all its content will be permanently deleted once removed. Use this action when you need to remove an unwanted OneNote page from a user's notebook that has been shared with the current user.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
page_id: z.string().describe("The unique identifier of the OneNote page to delete."),
|
|
9
|
+
user_id: z.string().describe("The unique identifier of the Microsoft 365 user.")
|
|
10
|
+
}),
|
|
11
|
+
output: z.object({
|
|
12
|
+
message: z.string().default("Page deleted successfully").describe("Status message for the deletion operation.").nullable().optional(),
|
|
13
|
+
success: z.boolean().default(true).describe("Indicates whether the page deletion was successful.").nullable().optional()
|
|
14
|
+
})
|
|
15
|
+
});
|
|
16
|
+
//#endregion
|
|
17
|
+
export { onenoteDeleteUserPages };
|
|
18
|
+
|
|
19
|
+
//# sourceMappingURL=delete-user-pages.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-user-pages.mjs","names":[],"sources":["../../src/actions/delete-user-pages.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OnenoteDeleteUserPagesInput: z.ZodTypeAny = z.object({\n page_id: z.string().describe(\"The unique identifier of the OneNote page to delete.\"),\n user_id: z.string().describe(\"The unique identifier of the Microsoft 365 user.\"),\n});\nexport const OnenoteDeleteUserPagesOutput: z.ZodTypeAny = z.object({\n message: z.string().default(\"Page deleted successfully\").describe(\"Status message for the deletion operation.\").nullable().optional(),\n success: z.boolean().default(true).describe(\"Indicates whether the page deletion was successful.\").nullable().optional(),\n});\n\nexport const onenoteDeleteUserPages = action(\"ONENOTE_DELETE_USER_PAGES\", {\n slug: \"onenote-delete-user-pages\",\n name: \"Delete OneNote page for user\",\n description: \"Deletes a OneNote page from a user's OneNote workspace. This action is irreversible — the page and all its content will be permanently deleted once removed. Use this action when you need to remove an unwanted OneNote page from a user's notebook that has been shared with the current user.\",\n input: OnenoteDeleteUserPagesInput,\n output: OnenoteDeleteUserPagesOutput,\n});\n"],"mappings":";;AAaA,MAAa,yBAAyB,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAbuD,EAAE,OAAO;EAChE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;EACnF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CACjF,CAUS;CACP,QAVwD,EAAE,OAAO;EACjE,SAAS,EAAE,OAAO,CAAC,CAAC,QAAQ,2BAA2B,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpI,SAAS,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzH,CAOU;AACV,CAAC"}
|