@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,53 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/update-user-notebooks-sections.ts
|
|
4
|
+
const OnenoteUpdateUserNotebooksSectionsInput = zod.z.object({
|
|
5
|
+
user_id: zod.z.string().describe("The unique identifier of the Microsoft Graph user who owns the notebook."),
|
|
6
|
+
section_id: zod.z.string().describe("The unique identifier of the OneNote section to update."),
|
|
7
|
+
display_name: zod.z.string().describe("The new name for the section. Must be 50 characters or fewer and cannot contain: ? * / : < > | & # ' % ~. If not provided, the current name is preserved.").optional()
|
|
8
|
+
}).describe("Request model for updating a OneNote section in a user's notebook.");
|
|
9
|
+
const OnenoteUpdateUserNotebooksSections_ExternalLinkSchema = zod.z.object({ href: zod.z.string().describe("The URL of the link.").nullable().optional() }).describe("Represents a URL that opens a OneNote page, section, or notebook.");
|
|
10
|
+
const OnenoteUpdateUserNotebooksSections_SectionLinksSchema = zod.z.object({
|
|
11
|
+
oneNoteWebUrl: OnenoteUpdateUserNotebooksSections_ExternalLinkSchema.nullable().optional(),
|
|
12
|
+
oneNoteClientUrl: OnenoteUpdateUserNotebooksSections_ExternalLinkSchema.nullable().optional()
|
|
13
|
+
}).describe("Links for opening a OneNote section.");
|
|
14
|
+
const OnenoteUpdateUserNotebooksSections_IdentityUserSchema = zod.z.object({
|
|
15
|
+
id: zod.z.string().describe("The unique identifier of the user.").nullable().optional(),
|
|
16
|
+
displayName: zod.z.string().describe("The display name of the user.").nullable().optional()
|
|
17
|
+
}).describe("Represents the user identity within an identity set.");
|
|
18
|
+
const OnenoteUpdateUserNotebooksSections_IdentityDeviceSchema = zod.z.object({
|
|
19
|
+
id: zod.z.string().describe("The unique identifier of the device.").nullable().optional(),
|
|
20
|
+
displayName: zod.z.string().describe("The display name of the device.").nullable().optional()
|
|
21
|
+
}).describe("Represents the device identity within an identity set.");
|
|
22
|
+
const OnenoteUpdateUserNotebooksSections_IdentityApplicationSchema = zod.z.object({
|
|
23
|
+
id: zod.z.string().describe("The unique identifier of the application.").nullable().optional(),
|
|
24
|
+
displayName: zod.z.string().describe("The display name of the application.").nullable().optional()
|
|
25
|
+
}).describe("Represents the application identity within an identity set.");
|
|
26
|
+
const OnenoteUpdateUserNotebooksSections_IdentitySetSchema = zod.z.object({
|
|
27
|
+
user: OnenoteUpdateUserNotebooksSections_IdentityUserSchema.nullable().optional(),
|
|
28
|
+
device: OnenoteUpdateUserNotebooksSections_IdentityDeviceSchema.nullable().optional(),
|
|
29
|
+
application: OnenoteUpdateUserNotebooksSections_IdentityApplicationSchema.nullable().optional()
|
|
30
|
+
}).describe("Represents a keyed collection of identity resources used in createdBy and lastModifiedBy fields.");
|
|
31
|
+
const OnenoteUpdateUserNotebooksSectionsOutput = zod.z.object({
|
|
32
|
+
id: zod.z.string().describe("The unique identifier of the section. Read-only.").nullable().optional(),
|
|
33
|
+
self: zod.z.string().describe("The endpoint where you can get details about the section. Read-only.").nullable().optional(),
|
|
34
|
+
links: OnenoteUpdateUserNotebooksSections_SectionLinksSchema.nullable().optional(),
|
|
35
|
+
pagesUrl: zod.z.string().describe("The pages endpoint for retrieving all pages in the section. Read-only.").nullable().optional(),
|
|
36
|
+
createdBy: OnenoteUpdateUserNotebooksSections_IdentitySetSchema.nullable().optional(),
|
|
37
|
+
isDefault: zod.z.boolean().describe("Indicates whether this is the user's default section. Read-only.").nullable().optional(),
|
|
38
|
+
displayName: zod.z.string().describe("The name of the section.").nullable().optional(),
|
|
39
|
+
lastModifiedBy: OnenoteUpdateUserNotebooksSections_IdentitySetSchema.nullable().optional(),
|
|
40
|
+
createdDateTime: zod.z.string().describe("The date and time when the section was created. UTC format (ISO 8601). Read-only.").nullable().optional(),
|
|
41
|
+
lastModifiedDateTime: zod.z.string().describe("The date and time when the section was last modified. UTC format (ISO 8601). Read-only.").nullable().optional()
|
|
42
|
+
}).describe("Full response schema for an updated OneNote section in a user's notebook.");
|
|
43
|
+
const onenoteUpdateUserNotebooksSections = require_action.action("ONENOTE_UPDATE_USER_NOTEBOOKS_SECTIONS", {
|
|
44
|
+
slug: "onenote-update-user-notebooks-sections",
|
|
45
|
+
name: "Update section in user notebook",
|
|
46
|
+
description: "Updates a OneNote section within a user's notebook. Use this action when you need to modify properties of an existing OneNote section, such as renaming it, for a specific user identified by their Microsoft Graph user ID. This action uses a PATCH request to update the section entity at the specified path within the user's notebook hierarchy. Note: Only the displayName property can be updated via this endpoint. Other properties like isDefault, createdDateTime, etc. are read-only.",
|
|
47
|
+
input: OnenoteUpdateUserNotebooksSectionsInput,
|
|
48
|
+
output: OnenoteUpdateUserNotebooksSectionsOutput
|
|
49
|
+
});
|
|
50
|
+
//#endregion
|
|
51
|
+
exports.onenoteUpdateUserNotebooksSections = onenoteUpdateUserNotebooksSections;
|
|
52
|
+
|
|
53
|
+
//# sourceMappingURL=update-user-notebooks-sections.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-user-notebooks-sections.cjs","names":["z","action"],"sources":["../../src/actions/update-user-notebooks-sections.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OnenoteUpdateUserNotebooksSectionsInput: z.ZodTypeAny = z.object({\n user_id: z.string().describe(\"The unique identifier of the Microsoft Graph user who owns the notebook.\"),\n section_id: z.string().describe(\"The unique identifier of the OneNote section to update.\"),\n display_name: z.string().describe(\"The new name for the section. Must be 50 characters or fewer and cannot contain: ? * / : < > | & # ' % ~. If not provided, the current name is preserved.\").optional(),\n}).describe(\"Request model for updating a OneNote section in a user's notebook.\");\nconst OnenoteUpdateUserNotebooksSections_ExternalLinkSchema: z.ZodTypeAny = z.object({\n href: z.string().describe(\"The URL of the link.\").nullable().optional(),\n}).describe(\"Represents a URL that opens a OneNote page, section, or notebook.\");\nconst OnenoteUpdateUserNotebooksSections_SectionLinksSchema: z.ZodTypeAny = z.object({\n oneNoteWebUrl: OnenoteUpdateUserNotebooksSections_ExternalLinkSchema.nullable().optional(),\n oneNoteClientUrl: OnenoteUpdateUserNotebooksSections_ExternalLinkSchema.nullable().optional(),\n}).describe(\"Links for opening a OneNote section.\");\nconst OnenoteUpdateUserNotebooksSections_IdentityUserSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the user.\").nullable().optional(),\n displayName: z.string().describe(\"The display name of the user.\").nullable().optional(),\n}).describe(\"Represents the user identity within an identity set.\");\nconst OnenoteUpdateUserNotebooksSections_IdentityDeviceSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the device.\").nullable().optional(),\n displayName: z.string().describe(\"The display name of the device.\").nullable().optional(),\n}).describe(\"Represents the device identity within an identity set.\");\nconst OnenoteUpdateUserNotebooksSections_IdentityApplicationSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the application.\").nullable().optional(),\n displayName: z.string().describe(\"The display name of the application.\").nullable().optional(),\n}).describe(\"Represents the application identity within an identity set.\");\nconst OnenoteUpdateUserNotebooksSections_IdentitySetSchema: z.ZodTypeAny = z.object({\n user: OnenoteUpdateUserNotebooksSections_IdentityUserSchema.nullable().optional(),\n device: OnenoteUpdateUserNotebooksSections_IdentityDeviceSchema.nullable().optional(),\n application: OnenoteUpdateUserNotebooksSections_IdentityApplicationSchema.nullable().optional(),\n}).describe(\"Represents a keyed collection of identity resources used in createdBy and lastModifiedBy fields.\");\nexport const OnenoteUpdateUserNotebooksSectionsOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the section. Read-only.\").nullable().optional(),\n self: z.string().describe(\"The endpoint where you can get details about the section. Read-only.\").nullable().optional(),\n links: OnenoteUpdateUserNotebooksSections_SectionLinksSchema.nullable().optional(),\n pagesUrl: z.string().describe(\"The pages endpoint for retrieving all pages in the section. Read-only.\").nullable().optional(),\n createdBy: OnenoteUpdateUserNotebooksSections_IdentitySetSchema.nullable().optional(),\n isDefault: z.boolean().describe(\"Indicates whether this is the user's default section. Read-only.\").nullable().optional(),\n displayName: z.string().describe(\"The name of the section.\").nullable().optional(),\n lastModifiedBy: OnenoteUpdateUserNotebooksSections_IdentitySetSchema.nullable().optional(),\n createdDateTime: z.string().describe(\"The date and time when the section was created. UTC format (ISO 8601). Read-only.\").nullable().optional(),\n lastModifiedDateTime: z.string().describe(\"The date and time when the section was last modified. UTC format (ISO 8601). Read-only.\").nullable().optional(),\n}).describe(\"Full response schema for an updated OneNote section in a user's notebook.\");\n\nexport const onenoteUpdateUserNotebooksSections = action(\"ONENOTE_UPDATE_USER_NOTEBOOKS_SECTIONS\", {\n slug: \"onenote-update-user-notebooks-sections\",\n name: \"Update section in user notebook\",\n description: \"Updates a OneNote section within a user's notebook. Use this action when you need to modify properties of an existing OneNote section, such as renaming it, for a specific user identified by their Microsoft Graph user ID. This action uses a PATCH request to update the section entity at the specified path within the user's notebook hierarchy. Note: Only the displayName property can be updated via this endpoint. Other properties like isDefault, createdDateTime, etc. are read-only.\",\n input: OnenoteUpdateUserNotebooksSectionsInput,\n output: OnenoteUpdateUserNotebooksSectionsOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/update-user-notebooks-sections.d.ts
|
|
4
|
+
declare const OnenoteUpdateUserNotebooksSectionsInput: z.ZodTypeAny;
|
|
5
|
+
declare const OnenoteUpdateUserNotebooksSectionsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const onenoteUpdateUserNotebooksSections: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { onenoteUpdateUserNotebooksSections };
|
|
9
|
+
//# sourceMappingURL=update-user-notebooks-sections.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-user-notebooks-sections.d.cts","names":[],"sources":["../../src/actions/update-user-notebooks-sections.ts"],"mappings":";;;cAIa,uCAAA,EAAyC,CAAA,CAAE,UAIyB;AAAA,cAyBpE,wCAAA,EAA0C,CAAA,CAAE,UAW+B;AAAA,cAE3E,kCAAA,gCAAkC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/update-user-notebooks-sections.d.ts
|
|
4
|
+
declare const OnenoteUpdateUserNotebooksSectionsInput: z.ZodTypeAny;
|
|
5
|
+
declare const OnenoteUpdateUserNotebooksSectionsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const onenoteUpdateUserNotebooksSections: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { onenoteUpdateUserNotebooksSections };
|
|
9
|
+
//# sourceMappingURL=update-user-notebooks-sections.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-user-notebooks-sections.d.mts","names":[],"sources":["../../src/actions/update-user-notebooks-sections.ts"],"mappings":";;;cAIa,uCAAA,EAAyC,CAAA,CAAE,UAIyB;AAAA,cAyBpE,wCAAA,EAA0C,CAAA,CAAE,UAW+B;AAAA,cAE3E,kCAAA,gCAAkC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/update-user-notebooks-sections.ts
|
|
4
|
+
const OnenoteUpdateUserNotebooksSectionsInput = z.object({
|
|
5
|
+
user_id: z.string().describe("The unique identifier of the Microsoft Graph user who owns the notebook."),
|
|
6
|
+
section_id: z.string().describe("The unique identifier of the OneNote section to update."),
|
|
7
|
+
display_name: z.string().describe("The new name for the section. Must be 50 characters or fewer and cannot contain: ? * / : < > | & # ' % ~. If not provided, the current name is preserved.").optional()
|
|
8
|
+
}).describe("Request model for updating a OneNote section in a user's notebook.");
|
|
9
|
+
const OnenoteUpdateUserNotebooksSections_ExternalLinkSchema = z.object({ href: z.string().describe("The URL of the link.").nullable().optional() }).describe("Represents a URL that opens a OneNote page, section, or notebook.");
|
|
10
|
+
const OnenoteUpdateUserNotebooksSections_SectionLinksSchema = z.object({
|
|
11
|
+
oneNoteWebUrl: OnenoteUpdateUserNotebooksSections_ExternalLinkSchema.nullable().optional(),
|
|
12
|
+
oneNoteClientUrl: OnenoteUpdateUserNotebooksSections_ExternalLinkSchema.nullable().optional()
|
|
13
|
+
}).describe("Links for opening a OneNote section.");
|
|
14
|
+
const OnenoteUpdateUserNotebooksSections_IdentityUserSchema = z.object({
|
|
15
|
+
id: z.string().describe("The unique identifier of the user.").nullable().optional(),
|
|
16
|
+
displayName: z.string().describe("The display name of the user.").nullable().optional()
|
|
17
|
+
}).describe("Represents the user identity within an identity set.");
|
|
18
|
+
const OnenoteUpdateUserNotebooksSections_IdentityDeviceSchema = z.object({
|
|
19
|
+
id: z.string().describe("The unique identifier of the device.").nullable().optional(),
|
|
20
|
+
displayName: z.string().describe("The display name of the device.").nullable().optional()
|
|
21
|
+
}).describe("Represents the device identity within an identity set.");
|
|
22
|
+
const OnenoteUpdateUserNotebooksSections_IdentityApplicationSchema = z.object({
|
|
23
|
+
id: z.string().describe("The unique identifier of the application.").nullable().optional(),
|
|
24
|
+
displayName: z.string().describe("The display name of the application.").nullable().optional()
|
|
25
|
+
}).describe("Represents the application identity within an identity set.");
|
|
26
|
+
const OnenoteUpdateUserNotebooksSections_IdentitySetSchema = z.object({
|
|
27
|
+
user: OnenoteUpdateUserNotebooksSections_IdentityUserSchema.nullable().optional(),
|
|
28
|
+
device: OnenoteUpdateUserNotebooksSections_IdentityDeviceSchema.nullable().optional(),
|
|
29
|
+
application: OnenoteUpdateUserNotebooksSections_IdentityApplicationSchema.nullable().optional()
|
|
30
|
+
}).describe("Represents a keyed collection of identity resources used in createdBy and lastModifiedBy fields.");
|
|
31
|
+
const onenoteUpdateUserNotebooksSections = action("ONENOTE_UPDATE_USER_NOTEBOOKS_SECTIONS", {
|
|
32
|
+
slug: "onenote-update-user-notebooks-sections",
|
|
33
|
+
name: "Update section in user notebook",
|
|
34
|
+
description: "Updates a OneNote section within a user's notebook. Use this action when you need to modify properties of an existing OneNote section, such as renaming it, for a specific user identified by their Microsoft Graph user ID. This action uses a PATCH request to update the section entity at the specified path within the user's notebook hierarchy. Note: Only the displayName property can be updated via this endpoint. Other properties like isDefault, createdDateTime, etc. are read-only.",
|
|
35
|
+
input: OnenoteUpdateUserNotebooksSectionsInput,
|
|
36
|
+
output: z.object({
|
|
37
|
+
id: z.string().describe("The unique identifier of the section. Read-only.").nullable().optional(),
|
|
38
|
+
self: z.string().describe("The endpoint where you can get details about the section. Read-only.").nullable().optional(),
|
|
39
|
+
links: OnenoteUpdateUserNotebooksSections_SectionLinksSchema.nullable().optional(),
|
|
40
|
+
pagesUrl: z.string().describe("The pages endpoint for retrieving all pages in the section. Read-only.").nullable().optional(),
|
|
41
|
+
createdBy: OnenoteUpdateUserNotebooksSections_IdentitySetSchema.nullable().optional(),
|
|
42
|
+
isDefault: z.boolean().describe("Indicates whether this is the user's default section. Read-only.").nullable().optional(),
|
|
43
|
+
displayName: z.string().describe("The name of the section.").nullable().optional(),
|
|
44
|
+
lastModifiedBy: OnenoteUpdateUserNotebooksSections_IdentitySetSchema.nullable().optional(),
|
|
45
|
+
createdDateTime: z.string().describe("The date and time when the section was created. UTC format (ISO 8601). Read-only.").nullable().optional(),
|
|
46
|
+
lastModifiedDateTime: z.string().describe("The date and time when the section was last modified. UTC format (ISO 8601). Read-only.").nullable().optional()
|
|
47
|
+
}).describe("Full response schema for an updated OneNote section in a user's notebook.")
|
|
48
|
+
});
|
|
49
|
+
//#endregion
|
|
50
|
+
export { onenoteUpdateUserNotebooksSections };
|
|
51
|
+
|
|
52
|
+
//# sourceMappingURL=update-user-notebooks-sections.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-user-notebooks-sections.mjs","names":[],"sources":["../../src/actions/update-user-notebooks-sections.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OnenoteUpdateUserNotebooksSectionsInput: z.ZodTypeAny = z.object({\n user_id: z.string().describe(\"The unique identifier of the Microsoft Graph user who owns the notebook.\"),\n section_id: z.string().describe(\"The unique identifier of the OneNote section to update.\"),\n display_name: z.string().describe(\"The new name for the section. Must be 50 characters or fewer and cannot contain: ? * / : < > | & # ' % ~. If not provided, the current name is preserved.\").optional(),\n}).describe(\"Request model for updating a OneNote section in a user's notebook.\");\nconst OnenoteUpdateUserNotebooksSections_ExternalLinkSchema: z.ZodTypeAny = z.object({\n href: z.string().describe(\"The URL of the link.\").nullable().optional(),\n}).describe(\"Represents a URL that opens a OneNote page, section, or notebook.\");\nconst OnenoteUpdateUserNotebooksSections_SectionLinksSchema: z.ZodTypeAny = z.object({\n oneNoteWebUrl: OnenoteUpdateUserNotebooksSections_ExternalLinkSchema.nullable().optional(),\n oneNoteClientUrl: OnenoteUpdateUserNotebooksSections_ExternalLinkSchema.nullable().optional(),\n}).describe(\"Links for opening a OneNote section.\");\nconst OnenoteUpdateUserNotebooksSections_IdentityUserSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the user.\").nullable().optional(),\n displayName: z.string().describe(\"The display name of the user.\").nullable().optional(),\n}).describe(\"Represents the user identity within an identity set.\");\nconst OnenoteUpdateUserNotebooksSections_IdentityDeviceSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the device.\").nullable().optional(),\n displayName: z.string().describe(\"The display name of the device.\").nullable().optional(),\n}).describe(\"Represents the device identity within an identity set.\");\nconst OnenoteUpdateUserNotebooksSections_IdentityApplicationSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the application.\").nullable().optional(),\n displayName: z.string().describe(\"The display name of the application.\").nullable().optional(),\n}).describe(\"Represents the application identity within an identity set.\");\nconst OnenoteUpdateUserNotebooksSections_IdentitySetSchema: z.ZodTypeAny = z.object({\n user: OnenoteUpdateUserNotebooksSections_IdentityUserSchema.nullable().optional(),\n device: OnenoteUpdateUserNotebooksSections_IdentityDeviceSchema.nullable().optional(),\n application: OnenoteUpdateUserNotebooksSections_IdentityApplicationSchema.nullable().optional(),\n}).describe(\"Represents a keyed collection of identity resources used in createdBy and lastModifiedBy fields.\");\nexport const OnenoteUpdateUserNotebooksSectionsOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the section. Read-only.\").nullable().optional(),\n self: z.string().describe(\"The endpoint where you can get details about the section. Read-only.\").nullable().optional(),\n links: OnenoteUpdateUserNotebooksSections_SectionLinksSchema.nullable().optional(),\n pagesUrl: z.string().describe(\"The pages endpoint for retrieving all pages in the section. Read-only.\").nullable().optional(),\n createdBy: OnenoteUpdateUserNotebooksSections_IdentitySetSchema.nullable().optional(),\n isDefault: z.boolean().describe(\"Indicates whether this is the user's default section. Read-only.\").nullable().optional(),\n displayName: z.string().describe(\"The name of the section.\").nullable().optional(),\n lastModifiedBy: OnenoteUpdateUserNotebooksSections_IdentitySetSchema.nullable().optional(),\n createdDateTime: z.string().describe(\"The date and time when the section was created. UTC format (ISO 8601). Read-only.\").nullable().optional(),\n lastModifiedDateTime: z.string().describe(\"The date and time when the section was last modified. UTC format (ISO 8601). Read-only.\").nullable().optional(),\n}).describe(\"Full response schema for an updated OneNote section in a user's notebook.\");\n\nexport const onenoteUpdateUserNotebooksSections = action(\"ONENOTE_UPDATE_USER_NOTEBOOKS_SECTIONS\", {\n slug: \"onenote-update-user-notebooks-sections\",\n name: \"Update section in user notebook\",\n description: \"Updates a OneNote section within a user's notebook. Use this action when you need to modify properties of an existing OneNote section, such as renaming it, for a specific user identified by their Microsoft Graph user ID. This action uses a PATCH request to update the section entity at the specified path within the user's notebook hierarchy. Note: Only the displayName property can be updated via this endpoint. Other properties like isDefault, createdDateTime, etc. are read-only.\",\n input: OnenoteUpdateUserNotebooksSectionsInput,\n output: OnenoteUpdateUserNotebooksSectionsOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/validate-credential.ts
|
|
4
|
+
const OnenoteValidateCredentialInput = zod.z.object({}).describe("Request model for validating OneNote credentials.");
|
|
5
|
+
const OnenoteValidateCredentialOutput = zod.z.object({
|
|
6
|
+
message: zod.z.string().describe("A message describing the validation result."),
|
|
7
|
+
is_valid: zod.z.boolean().describe("Indicates whether the credentials are valid and the user has access to OneNote.")
|
|
8
|
+
}).describe("Response model for credential validation.");
|
|
9
|
+
const onenoteValidateCredential = require_action.action("ONENOTE_VALIDATE_CREDENTIAL", {
|
|
10
|
+
slug: "onenote-validate-credential",
|
|
11
|
+
name: "Validate OneNote credentials",
|
|
12
|
+
description: "Validates OneNote API credentials by attempting to access the user's notebooks. Use this action when you need to verify that the provided authentication token has valid permissions to access Microsoft OneNote. This action makes a lightweight API call to confirm the credentials work before performing other operations.",
|
|
13
|
+
input: OnenoteValidateCredentialInput,
|
|
14
|
+
output: OnenoteValidateCredentialOutput
|
|
15
|
+
});
|
|
16
|
+
//#endregion
|
|
17
|
+
exports.onenoteValidateCredential = onenoteValidateCredential;
|
|
18
|
+
|
|
19
|
+
//# sourceMappingURL=validate-credential.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"validate-credential.cjs","names":["z","action"],"sources":["../../src/actions/validate-credential.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OnenoteValidateCredentialInput: z.ZodTypeAny = z.object({}).describe(\"Request model for validating OneNote credentials.\");\nexport const OnenoteValidateCredentialOutput: z.ZodTypeAny = z.object({\n message: z.string().describe(\"A message describing the validation result.\"),\n is_valid: z.boolean().describe(\"Indicates whether the credentials are valid and the user has access to OneNote.\"),\n}).describe(\"Response model for credential validation.\");\n\nexport const onenoteValidateCredential = action(\"ONENOTE_VALIDATE_CREDENTIAL\", {\n slug: \"onenote-validate-credential\",\n name: \"Validate OneNote credentials\",\n description: \"Validates OneNote API credentials by attempting to access the user's notebooks. Use this action when you need to verify that the provided authentication token has valid permissions to access Microsoft OneNote. This action makes a lightweight API call to confirm the credentials work before performing other operations.\",\n input: OnenoteValidateCredentialInput,\n output: OnenoteValidateCredentialOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+CA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,mDAAmD;AACrI,MAAa,kCAAgDA,IAAAA,EAAE,OAAO;CACpE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;CAC1E,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,iFAAiF;AAClH,CAAC,CAAC,CAAC,SAAS,2CAA2C;AAEvD,MAAa,4BAA4BC,eAAAA,OAAO,+BAA+B;CAC7E,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/validate-credential.d.ts
|
|
4
|
+
declare const OnenoteValidateCredentialInput: z.ZodTypeAny;
|
|
5
|
+
declare const OnenoteValidateCredentialOutput: z.ZodTypeAny;
|
|
6
|
+
declare const onenoteValidateCredential: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { onenoteValidateCredential };
|
|
9
|
+
//# sourceMappingURL=validate-credential.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"validate-credential.d.cts","names":[],"sources":["../../src/actions/validate-credential.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAAuF;AAAA,cACzH,+BAAA,EAAiC,CAAA,CAAE,UAGQ;AAAA,cAE3C,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/validate-credential.d.ts
|
|
4
|
+
declare const OnenoteValidateCredentialInput: z.ZodTypeAny;
|
|
5
|
+
declare const OnenoteValidateCredentialOutput: z.ZodTypeAny;
|
|
6
|
+
declare const onenoteValidateCredential: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { onenoteValidateCredential };
|
|
9
|
+
//# sourceMappingURL=validate-credential.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"validate-credential.d.mts","names":[],"sources":["../../src/actions/validate-credential.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAAuF;AAAA,cACzH,+BAAA,EAAiC,CAAA,CAAE,UAGQ;AAAA,cAE3C,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const onenoteValidateCredential = action("ONENOTE_VALIDATE_CREDENTIAL", {
|
|
4
|
+
slug: "onenote-validate-credential",
|
|
5
|
+
name: "Validate OneNote credentials",
|
|
6
|
+
description: "Validates OneNote API credentials by attempting to access the user's notebooks. Use this action when you need to verify that the provided authentication token has valid permissions to access Microsoft OneNote. This action makes a lightweight API call to confirm the credentials work before performing other operations.",
|
|
7
|
+
input: z.object({}).describe("Request model for validating OneNote credentials."),
|
|
8
|
+
output: z.object({
|
|
9
|
+
message: z.string().describe("A message describing the validation result."),
|
|
10
|
+
is_valid: z.boolean().describe("Indicates whether the credentials are valid and the user has access to OneNote.")
|
|
11
|
+
}).describe("Response model for credential validation.")
|
|
12
|
+
});
|
|
13
|
+
//#endregion
|
|
14
|
+
export { onenoteValidateCredential };
|
|
15
|
+
|
|
16
|
+
//# sourceMappingURL=validate-credential.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"validate-credential.mjs","names":[],"sources":["../../src/actions/validate-credential.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OnenoteValidateCredentialInput: z.ZodTypeAny = z.object({}).describe(\"Request model for validating OneNote credentials.\");\nexport const OnenoteValidateCredentialOutput: z.ZodTypeAny = z.object({\n message: z.string().describe(\"A message describing the validation result.\"),\n is_valid: z.boolean().describe(\"Indicates whether the credentials are valid and the user has access to OneNote.\"),\n}).describe(\"Response model for credential validation.\");\n\nexport const onenoteValidateCredential = action(\"ONENOTE_VALIDATE_CREDENTIAL\", {\n slug: \"onenote-validate-credential\",\n name: \"Validate OneNote credentials\",\n description: \"Validates OneNote API credentials by attempting to access the user's notebooks. Use this action when you need to verify that the provided authentication token has valid permissions to access Microsoft OneNote. This action makes a lightweight API call to confirm the credentials work before performing other operations.\",\n input: OnenoteValidateCredentialInput,\n output: OnenoteValidateCredentialOutput,\n});\n"],"mappings":";;AAUA,MAAa,4BAA4B,OAAO,+BAA+B;CAC7E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAV0D,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,mDAUzE;CACP,QAV2D,EAAE,OAAO;EACpE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;EAC1E,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,iFAAiF;CAClH,CAAC,CAAC,CAAC,SAAS,2CAOF;AACV,CAAC"}
|
package/dist/app.cjs
ADDED
package/dist/app.cjs.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.cjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const onenote = defineApp({\n slug: \"onenote\",\n auth: \"keystroke\",\n});\n"],"mappings":";AAEA,MAAa,WAAA,uCAAA,CAAA,CAAA,UAAA,CAAoB;CAC/B,MAAM;CACN,MAAM;AACR,CAAC"}
|
package/dist/app.d.cts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,OAAA,6BAAO,GAAA,+BAAA,UAAA"}
|
package/dist/app.d.mts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,OAAA,6BAAO,GAAA,+BAAA,UAAA"}
|
package/dist/app.mjs
ADDED
package/dist/app.mjs.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const onenote = defineApp({\n slug: \"onenote\",\n auth: \"keystroke\",\n});\n"],"mappings":";;AAEA,MAAa,UAAU,UAAU;CAC/B,MAAM;CACN,MAAM;AACR,CAAC"}
|
package/dist/catalog.cjs
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
//#region src/catalog.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
const onenoteCatalog = {
|
|
4
|
+
"slug": "onenote",
|
|
5
|
+
"name": "Microsoft OneNote",
|
|
6
|
+
"description": "Digital notebook for capturing and organizing notes, drawings, and information",
|
|
7
|
+
"category": "Productivity",
|
|
8
|
+
"logo": "https://logos.composio.dev/api/onenote",
|
|
9
|
+
"authKind": "keystroke",
|
|
10
|
+
"oauthScopes": []
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
exports.onenoteCatalog = onenoteCatalog;
|
|
14
|
+
|
|
15
|
+
//# sourceMappingURL=catalog.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const onenoteCatalog = {\n \"slug\": \"onenote\",\n \"name\": \"Microsoft OneNote\",\n \"description\": \"Digital notebook for capturing and organizing notes, drawings, and information\",\n \"category\": \"Productivity\",\n \"logo\": \"https://logos.composio.dev/api/onenote\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,iBAAiB;CAC5B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;AAClB"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
//#region src/catalog.d.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
declare const onenoteCatalog: {
|
|
4
|
+
readonly slug: "onenote";
|
|
5
|
+
readonly name: "Microsoft OneNote";
|
|
6
|
+
readonly description: "Digital notebook for capturing and organizing notes, drawings, and information";
|
|
7
|
+
readonly category: "Productivity";
|
|
8
|
+
readonly logo: "https://logos.composio.dev/api/onenote";
|
|
9
|
+
readonly authKind: "keystroke";
|
|
10
|
+
readonly oauthScopes: readonly [];
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { onenoteCatalog };
|
|
14
|
+
//# sourceMappingURL=catalog.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.d.cts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,cAAA;EAAA"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
//#region src/catalog.d.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
declare const onenoteCatalog: {
|
|
4
|
+
readonly slug: "onenote";
|
|
5
|
+
readonly name: "Microsoft OneNote";
|
|
6
|
+
readonly description: "Digital notebook for capturing and organizing notes, drawings, and information";
|
|
7
|
+
readonly category: "Productivity";
|
|
8
|
+
readonly logo: "https://logos.composio.dev/api/onenote";
|
|
9
|
+
readonly authKind: "keystroke";
|
|
10
|
+
readonly oauthScopes: readonly [];
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { onenoteCatalog };
|
|
14
|
+
//# sourceMappingURL=catalog.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.d.mts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,cAAA;EAAA"}
|
package/dist/catalog.mjs
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
//#region src/catalog.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
const onenoteCatalog = {
|
|
4
|
+
"slug": "onenote",
|
|
5
|
+
"name": "Microsoft OneNote",
|
|
6
|
+
"description": "Digital notebook for capturing and organizing notes, drawings, and information",
|
|
7
|
+
"category": "Productivity",
|
|
8
|
+
"logo": "https://logos.composio.dev/api/onenote",
|
|
9
|
+
"authKind": "keystroke",
|
|
10
|
+
"oauthScopes": []
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { onenoteCatalog };
|
|
14
|
+
|
|
15
|
+
//# sourceMappingURL=catalog.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const onenoteCatalog = {\n \"slug\": \"onenote\",\n \"name\": \"Microsoft OneNote\",\n \"description\": \"Digital notebook for capturing and organizing notes, drawings, and information\",\n \"category\": \"Productivity\",\n \"logo\": \"https://logos.composio.dev/api/onenote\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,iBAAiB;CAC5B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;AAClB"}
|
package/dist/execute.cjs
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
let _keystrokehq_keystroke_client = require("@keystrokehq/keystroke/client");
|
|
2
|
+
//#region src/execute.ts
|
|
3
|
+
const APP_SLUG = "onenote";
|
|
4
|
+
/** Pinned app version — updated on regeneration. */
|
|
5
|
+
const APP_VERSION = "20260616_00";
|
|
6
|
+
async function executeOnenoteTool(tool, args) {
|
|
7
|
+
const { result } = await (0, _keystrokehq_keystroke_client.createKeystrokeClient)().tools.execute({
|
|
8
|
+
app: APP_SLUG,
|
|
9
|
+
tool,
|
|
10
|
+
arguments: args,
|
|
11
|
+
version: APP_VERSION
|
|
12
|
+
});
|
|
13
|
+
return result;
|
|
14
|
+
}
|
|
15
|
+
//#endregion
|
|
16
|
+
exports.executeOnenoteTool = executeOnenoteTool;
|
|
17
|
+
|
|
18
|
+
//# sourceMappingURL=execute.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"execute.cjs","names":[],"sources":["../src/execute.ts"],"sourcesContent":["import { createKeystrokeClient } from \"@keystrokehq/keystroke/client\";\n\nconst APP_SLUG = \"onenote\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260616_00\";\n\nexport async function executeOnenoteTool(\n tool: string,\n args: Record<string, unknown>,\n): Promise<unknown> {\n const { result } = await createKeystrokeClient().tools.execute({\n app: APP_SLUG,\n tool,\n arguments: args,\n version: APP_VERSION,\n });\n return result;\n}\n"],"mappings":";;AAEA,MAAM,WAAW;;AAEjB,MAAM,cAAc;AAEpB,eAAsB,mBACpB,MACA,MACkB;CAClB,MAAM,EAAE,WAAW,OAAA,GAAA,8BAAA,sBAAA,CAA4B,CAAC,CAAC,MAAM,QAAQ;EAC7D,KAAK;EACL;EACA,WAAW;EACX,SAAS;CACX,CAAC;CACD,OAAO;AACT"}
|
package/dist/execute.mjs
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { createKeystrokeClient } from "@keystrokehq/keystroke/client";
|
|
2
|
+
//#region src/execute.ts
|
|
3
|
+
const APP_SLUG = "onenote";
|
|
4
|
+
/** Pinned app version — updated on regeneration. */
|
|
5
|
+
const APP_VERSION = "20260616_00";
|
|
6
|
+
async function executeOnenoteTool(tool, args) {
|
|
7
|
+
const { result } = await createKeystrokeClient().tools.execute({
|
|
8
|
+
app: APP_SLUG,
|
|
9
|
+
tool,
|
|
10
|
+
arguments: args,
|
|
11
|
+
version: APP_VERSION
|
|
12
|
+
});
|
|
13
|
+
return result;
|
|
14
|
+
}
|
|
15
|
+
//#endregion
|
|
16
|
+
export { executeOnenoteTool };
|
|
17
|
+
|
|
18
|
+
//# sourceMappingURL=execute.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"execute.mjs","names":[],"sources":["../src/execute.ts"],"sourcesContent":["import { createKeystrokeClient } from \"@keystrokehq/keystroke/client\";\n\nconst APP_SLUG = \"onenote\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260616_00\";\n\nexport async function executeOnenoteTool(\n tool: string,\n args: Record<string, unknown>,\n): Promise<unknown> {\n const { result } = await createKeystrokeClient().tools.execute({\n app: APP_SLUG,\n tool,\n arguments: args,\n version: APP_VERSION,\n });\n return result;\n}\n"],"mappings":";;AAEA,MAAM,WAAW;;AAEjB,MAAM,cAAc;AAEpB,eAAsB,mBACpB,MACA,MACkB;CAClB,MAAM,EAAE,WAAW,MAAM,sBAAsB,CAAC,CAAC,MAAM,QAAQ;EAC7D,KAAK;EACL;EACA,WAAW;EACX,SAAS;CACX,CAAC;CACD,OAAO;AACT"}
|
package/dist/index.cjs
ADDED
|
@@ -0,0 +1,148 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
const require_app = require("./app.cjs");
|
|
3
|
+
const require_catalog = require("./catalog.cjs");
|
|
4
|
+
const require_copy_onenote_group_notebook = require("./actions/copy-onenote-group-notebook.cjs");
|
|
5
|
+
const require_copy_onenote_site_notebook = require("./actions/copy-onenote-site-notebook.cjs");
|
|
6
|
+
const require_copy_section_to_notebook_for_user2 = require("./actions/copy-section-to-notebook-for-user2.cjs");
|
|
7
|
+
const require_copy_section_to_notebook2 = require("./actions/copy-section-to-notebook2.cjs");
|
|
8
|
+
const require_copy_section_to_section_group = require("./actions/copy-section-to-section-group.cjs");
|
|
9
|
+
const require_copy_section_to_section_group_for_user = require("./actions/copy-section-to-section-group-for-user.cjs");
|
|
10
|
+
const require_copy_site_page_to_section3 = require("./actions/copy-site-page-to-section3.cjs");
|
|
11
|
+
const require_copy_user_page_to_section = require("./actions/copy-user-page-to-section.cjs");
|
|
12
|
+
const require_count_notebooks_section_groups_sections = require("./actions/count-notebooks-section-groups-sections.cjs");
|
|
13
|
+
const require_count_site_notebook_section_groups_sections = require("./actions/count-site-notebook-section-groups-sections.cjs");
|
|
14
|
+
const require_create_group_notebook = require("./actions/create-group-notebook.cjs");
|
|
15
|
+
const require_create_group_pages = require("./actions/create-group-pages.cjs");
|
|
16
|
+
const require_create_group_section_groups_sections = require("./actions/create-group-section-groups-sections.cjs");
|
|
17
|
+
const require_create_me_notebooks = require("./actions/create-me-notebooks.cjs");
|
|
18
|
+
const require_create_me_section_groups_sections = require("./actions/create-me-section-groups-sections.cjs");
|
|
19
|
+
const require_create_me_sections_pages = require("./actions/create-me-sections-pages.cjs");
|
|
20
|
+
const require_create_onenote_group_notebooks_section_groups = require("./actions/create-onenote-group-notebooks-section-groups.cjs");
|
|
21
|
+
const require_create_site_notebooks_sections = require("./actions/create-site-notebooks-sections.cjs");
|
|
22
|
+
const require_create_user_notebooks_sections = require("./actions/create-user-notebooks-sections.cjs");
|
|
23
|
+
const require_create_user_pages = require("./actions/create-user-pages.cjs");
|
|
24
|
+
const require_create_user_section_groups_sections = require("./actions/create-user-section-groups-sections.cjs");
|
|
25
|
+
const require_create_user_sections_pages4 = require("./actions/create-user-sections-pages4.cjs");
|
|
26
|
+
const require_delete_onenote_group_section_group_page_content = require("./actions/delete-onenote-group-section-group-page-content.cjs");
|
|
27
|
+
const require_delete_onenote_group_sections_pages2 = require("./actions/delete-onenote-group-sections-pages2.cjs");
|
|
28
|
+
const require_delete_site_pages = require("./actions/delete-site-pages.cjs");
|
|
29
|
+
const require_delete_user_onenote_sections_pages = require("./actions/delete-user-onenote-sections-pages.cjs");
|
|
30
|
+
const require_delete_user_pages = require("./actions/delete-user-pages.cjs");
|
|
31
|
+
const require_get_group_sections = require("./actions/get-group-sections.cjs");
|
|
32
|
+
const require_get_me_onenote_resources_value = require("./actions/get-me-onenote-resources-value.cjs");
|
|
33
|
+
const require_get_me_section_page_content = require("./actions/get-me-section-page-content.cjs");
|
|
34
|
+
const require_get_notebook_from_web_url = require("./actions/get-notebook-from-web-url.cjs");
|
|
35
|
+
const require_get_notebook_section_group = require("./actions/get-notebook-section-group.cjs");
|
|
36
|
+
const require_get_onenote_group_operations = require("./actions/get-onenote-group-operations.cjs");
|
|
37
|
+
const require_get_onenote_group_sections_pages = require("./actions/get-onenote-group-sections-pages.cjs");
|
|
38
|
+
const require_get_onenote_site_operations = require("./actions/get-onenote-site-operations.cjs");
|
|
39
|
+
const require_get_onenote_user_page_content = require("./actions/get-onenote-user-page-content.cjs");
|
|
40
|
+
const require_get_page = require("./actions/get-page.cjs");
|
|
41
|
+
const require_get_recent_notebooks = require("./actions/get-recent-notebooks.cjs");
|
|
42
|
+
const require_get_section = require("./actions/get-section.cjs");
|
|
43
|
+
const require_get_site_onenote_pages = require("./actions/get-site-onenote-pages.cjs");
|
|
44
|
+
const require_get_site_pages_preview = require("./actions/get-site-pages-preview.cjs");
|
|
45
|
+
const require_get_site_sections = require("./actions/get-site-sections.cjs");
|
|
46
|
+
const require_get_site_sections_pages = require("./actions/get-site-sections-pages.cjs");
|
|
47
|
+
const require_get_user_notebook = require("./actions/get-user-notebook.cjs");
|
|
48
|
+
const require_get_user_pages = require("./actions/get-user-pages.cjs");
|
|
49
|
+
const require_get_user_parent_section_group2 = require("./actions/get-user-parent-section-group2.cjs");
|
|
50
|
+
const require_list_group_notebook_section_groups = require("./actions/list-group-notebook-section-groups.cjs");
|
|
51
|
+
const require_list_group_notebook_section_pages = require("./actions/list-group-notebook-section-pages.cjs");
|
|
52
|
+
const require_list_group_notebooks = require("./actions/list-group-notebooks.cjs");
|
|
53
|
+
const require_list_group_section_groups_sections = require("./actions/list-group-section-groups-sections.cjs");
|
|
54
|
+
const require_list_joined_teams = require("./actions/list-joined-teams.cjs");
|
|
55
|
+
const require_list_me_onenote_sections_pages4 = require("./actions/list-me-onenote-sections-pages4.cjs");
|
|
56
|
+
const require_list_onenote_group_pages = require("./actions/list-onenote-group-pages.cjs");
|
|
57
|
+
const require_list_onenote_group_section_groups_section_groups2 = require("./actions/list-onenote-group-section-groups-section-groups2.cjs");
|
|
58
|
+
const require_list_onenote_group_sections_pages4 = require("./actions/list-onenote-group-sections-pages4.cjs");
|
|
59
|
+
const require_list_site_notebook_section_groups = require("./actions/list-site-notebook-section-groups.cjs");
|
|
60
|
+
const require_list_site_notebooks = require("./actions/list-site-notebooks.cjs");
|
|
61
|
+
const require_list_site_pages_content = require("./actions/list-site-pages-content.cjs");
|
|
62
|
+
const require_list_site_sections = require("./actions/list-site-sections.cjs");
|
|
63
|
+
const require_list_user_notebook_sections = require("./actions/list-user-notebook-sections.cjs");
|
|
64
|
+
const require_list_user_notebooks = require("./actions/list-user-notebooks.cjs");
|
|
65
|
+
const require_resolve_site_by_url = require("./actions/resolve-site-by-url.cjs");
|
|
66
|
+
const require_sites_search = require("./actions/sites-search.cjs");
|
|
67
|
+
const require_update_me_page_content = require("./actions/update-me-page-content.cjs");
|
|
68
|
+
const require_update_me_sections = require("./actions/update-me-sections.cjs");
|
|
69
|
+
const require_update_onenote_page_content = require("./actions/update-onenote-page-content.cjs");
|
|
70
|
+
const require_update_site_notebooks_sections = require("./actions/update-site-notebooks-sections.cjs");
|
|
71
|
+
const require_update_site_pages_content = require("./actions/update-site-pages-content.cjs");
|
|
72
|
+
const require_update_site_section_groups_sections = require("./actions/update-site-section-groups-sections.cjs");
|
|
73
|
+
const require_update_user_notebooks_sections = require("./actions/update-user-notebooks-sections.cjs");
|
|
74
|
+
const require_validate_credential = require("./actions/validate-credential.cjs");
|
|
75
|
+
require("./actions/index.cjs");
|
|
76
|
+
exports.onenote = require_app.onenote;
|
|
77
|
+
exports.onenoteCatalog = require_catalog.onenoteCatalog;
|
|
78
|
+
exports.onenoteCopyOnenoteGroupNotebook = require_copy_onenote_group_notebook.onenoteCopyOnenoteGroupNotebook;
|
|
79
|
+
exports.onenoteCopyOnenoteSiteNotebook = require_copy_onenote_site_notebook.onenoteCopyOnenoteSiteNotebook;
|
|
80
|
+
exports.onenoteCopySectionToNotebook2 = require_copy_section_to_notebook2.onenoteCopySectionToNotebook2;
|
|
81
|
+
exports.onenoteCopySectionToNotebookForUser2 = require_copy_section_to_notebook_for_user2.onenoteCopySectionToNotebookForUser2;
|
|
82
|
+
exports.onenoteCopySectionToSectionGroup = require_copy_section_to_section_group.onenoteCopySectionToSectionGroup;
|
|
83
|
+
exports.onenoteCopySectionToSectionGroupForUser = require_copy_section_to_section_group_for_user.onenoteCopySectionToSectionGroupForUser;
|
|
84
|
+
exports.onenoteCopySitePageToSection3 = require_copy_site_page_to_section3.onenoteCopySitePageToSection3;
|
|
85
|
+
exports.onenoteCopyUserPageToSection = require_copy_user_page_to_section.onenoteCopyUserPageToSection;
|
|
86
|
+
exports.onenoteCountNotebooksSectionGroupsSections = require_count_notebooks_section_groups_sections.onenoteCountNotebooksSectionGroupsSections;
|
|
87
|
+
exports.onenoteCountSiteNotebookSectionGroupsSections = require_count_site_notebook_section_groups_sections.onenoteCountSiteNotebookSectionGroupsSections;
|
|
88
|
+
exports.onenoteCreateGroupNotebook = require_create_group_notebook.onenoteCreateGroupNotebook;
|
|
89
|
+
exports.onenoteCreateGroupPages = require_create_group_pages.onenoteCreateGroupPages;
|
|
90
|
+
exports.onenoteCreateGroupSectionGroupsSections = require_create_group_section_groups_sections.onenoteCreateGroupSectionGroupsSections;
|
|
91
|
+
exports.onenoteCreateMeNotebooks = require_create_me_notebooks.onenoteCreateMeNotebooks;
|
|
92
|
+
exports.onenoteCreateMeSectionGroupsSections = require_create_me_section_groups_sections.onenoteCreateMeSectionGroupsSections;
|
|
93
|
+
exports.onenoteCreateMeSectionsPages = require_create_me_sections_pages.onenoteCreateMeSectionsPages;
|
|
94
|
+
exports.onenoteCreateOnenoteGroupNotebooksSectionGroups = require_create_onenote_group_notebooks_section_groups.onenoteCreateOnenoteGroupNotebooksSectionGroups;
|
|
95
|
+
exports.onenoteCreateSiteNotebooksSections = require_create_site_notebooks_sections.onenoteCreateSiteNotebooksSections;
|
|
96
|
+
exports.onenoteCreateUserNotebooksSections = require_create_user_notebooks_sections.onenoteCreateUserNotebooksSections;
|
|
97
|
+
exports.onenoteCreateUserPages = require_create_user_pages.onenoteCreateUserPages;
|
|
98
|
+
exports.onenoteCreateUserSectionGroupsSections = require_create_user_section_groups_sections.onenoteCreateUserSectionGroupsSections;
|
|
99
|
+
exports.onenoteCreateUserSectionsPages4 = require_create_user_sections_pages4.onenoteCreateUserSectionsPages4;
|
|
100
|
+
exports.onenoteDeleteOnenoteGroupSectionGroupPageContent = require_delete_onenote_group_section_group_page_content.onenoteDeleteOnenoteGroupSectionGroupPageContent;
|
|
101
|
+
exports.onenoteDeleteOnenoteGroupSectionsPages2 = require_delete_onenote_group_sections_pages2.onenoteDeleteOnenoteGroupSectionsPages2;
|
|
102
|
+
exports.onenoteDeleteSitePages = require_delete_site_pages.onenoteDeleteSitePages;
|
|
103
|
+
exports.onenoteDeleteUserOnenoteSectionsPages = require_delete_user_onenote_sections_pages.onenoteDeleteUserOnenoteSectionsPages;
|
|
104
|
+
exports.onenoteDeleteUserPages = require_delete_user_pages.onenoteDeleteUserPages;
|
|
105
|
+
exports.onenoteGetGroupSections = require_get_group_sections.onenoteGetGroupSections;
|
|
106
|
+
exports.onenoteGetMeOnenoteResourcesValue = require_get_me_onenote_resources_value.onenoteGetMeOnenoteResourcesValue;
|
|
107
|
+
exports.onenoteGetMeSectionPageContent = require_get_me_section_page_content.onenoteGetMeSectionPageContent;
|
|
108
|
+
exports.onenoteGetNotebookFromWebUrl = require_get_notebook_from_web_url.onenoteGetNotebookFromWebUrl;
|
|
109
|
+
exports.onenoteGetNotebookSectionGroup = require_get_notebook_section_group.onenoteGetNotebookSectionGroup;
|
|
110
|
+
exports.onenoteGetOnenoteGroupOperations = require_get_onenote_group_operations.onenoteGetOnenoteGroupOperations;
|
|
111
|
+
exports.onenoteGetOnenoteGroupSectionsPages = require_get_onenote_group_sections_pages.onenoteGetOnenoteGroupSectionsPages;
|
|
112
|
+
exports.onenoteGetOnenoteSiteOperations = require_get_onenote_site_operations.onenoteGetOnenoteSiteOperations;
|
|
113
|
+
exports.onenoteGetOnenoteUserPageContent = require_get_onenote_user_page_content.onenoteGetOnenoteUserPageContent;
|
|
114
|
+
exports.onenoteGetPage = require_get_page.onenoteGetPage;
|
|
115
|
+
exports.onenoteGetRecentNotebooks = require_get_recent_notebooks.onenoteGetRecentNotebooks;
|
|
116
|
+
exports.onenoteGetSection = require_get_section.onenoteGetSection;
|
|
117
|
+
exports.onenoteGetSiteOnenotePages = require_get_site_onenote_pages.onenoteGetSiteOnenotePages;
|
|
118
|
+
exports.onenoteGetSitePagesPreview = require_get_site_pages_preview.onenoteGetSitePagesPreview;
|
|
119
|
+
exports.onenoteGetSiteSections = require_get_site_sections.onenoteGetSiteSections;
|
|
120
|
+
exports.onenoteGetSiteSectionsPages = require_get_site_sections_pages.onenoteGetSiteSectionsPages;
|
|
121
|
+
exports.onenoteGetUserNotebook = require_get_user_notebook.onenoteGetUserNotebook;
|
|
122
|
+
exports.onenoteGetUserPages = require_get_user_pages.onenoteGetUserPages;
|
|
123
|
+
exports.onenoteGetUserParentSectionGroup2 = require_get_user_parent_section_group2.onenoteGetUserParentSectionGroup2;
|
|
124
|
+
exports.onenoteListGroupNotebookSectionGroups = require_list_group_notebook_section_groups.onenoteListGroupNotebookSectionGroups;
|
|
125
|
+
exports.onenoteListGroupNotebookSectionPages = require_list_group_notebook_section_pages.onenoteListGroupNotebookSectionPages;
|
|
126
|
+
exports.onenoteListGroupNotebooks = require_list_group_notebooks.onenoteListGroupNotebooks;
|
|
127
|
+
exports.onenoteListGroupSectionGroupsSections = require_list_group_section_groups_sections.onenoteListGroupSectionGroupsSections;
|
|
128
|
+
exports.onenoteListJoinedTeams = require_list_joined_teams.onenoteListJoinedTeams;
|
|
129
|
+
exports.onenoteListMeOnenoteSectionsPages4 = require_list_me_onenote_sections_pages4.onenoteListMeOnenoteSectionsPages4;
|
|
130
|
+
exports.onenoteListOnenoteGroupPages = require_list_onenote_group_pages.onenoteListOnenoteGroupPages;
|
|
131
|
+
exports.onenoteListOnenoteGroupSectionGroupsSectionGroups2 = require_list_onenote_group_section_groups_section_groups2.onenoteListOnenoteGroupSectionGroupsSectionGroups2;
|
|
132
|
+
exports.onenoteListOnenoteGroupSectionsPages4 = require_list_onenote_group_sections_pages4.onenoteListOnenoteGroupSectionsPages4;
|
|
133
|
+
exports.onenoteListSiteNotebookSectionGroups = require_list_site_notebook_section_groups.onenoteListSiteNotebookSectionGroups;
|
|
134
|
+
exports.onenoteListSiteNotebooks = require_list_site_notebooks.onenoteListSiteNotebooks;
|
|
135
|
+
exports.onenoteListSitePagesContent = require_list_site_pages_content.onenoteListSitePagesContent;
|
|
136
|
+
exports.onenoteListSiteSections = require_list_site_sections.onenoteListSiteSections;
|
|
137
|
+
exports.onenoteListUserNotebookSections = require_list_user_notebook_sections.onenoteListUserNotebookSections;
|
|
138
|
+
exports.onenoteListUserNotebooks = require_list_user_notebooks.onenoteListUserNotebooks;
|
|
139
|
+
exports.onenoteResolveSiteByUrl = require_resolve_site_by_url.onenoteResolveSiteByUrl;
|
|
140
|
+
exports.onenoteSitesSearch = require_sites_search.onenoteSitesSearch;
|
|
141
|
+
exports.onenoteUpdateMePageContent = require_update_me_page_content.onenoteUpdateMePageContent;
|
|
142
|
+
exports.onenoteUpdateMeSections = require_update_me_sections.onenoteUpdateMeSections;
|
|
143
|
+
exports.onenoteUpdateOnenotePageContent = require_update_onenote_page_content.onenoteUpdateOnenotePageContent;
|
|
144
|
+
exports.onenoteUpdateSiteNotebooksSections = require_update_site_notebooks_sections.onenoteUpdateSiteNotebooksSections;
|
|
145
|
+
exports.onenoteUpdateSitePagesContent = require_update_site_pages_content.onenoteUpdateSitePagesContent;
|
|
146
|
+
exports.onenoteUpdateSiteSectionGroupsSections = require_update_site_section_groups_sections.onenoteUpdateSiteSectionGroupsSections;
|
|
147
|
+
exports.onenoteUpdateUserNotebooksSections = require_update_user_notebooks_sections.onenoteUpdateUserNotebooksSections;
|
|
148
|
+
exports.onenoteValidateCredential = require_validate_credential.onenoteValidateCredential;
|