@keystrokehq/penpot 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/create-access-token.cjs +26 -0
- package/dist/actions/create-access-token.cjs.map +1 -0
- package/dist/actions/create-access-token.d.cts +9 -0
- package/dist/actions/create-access-token.d.cts.map +1 -0
- package/dist/actions/create-access-token.d.mts +9 -0
- package/dist/actions/create-access-token.d.mts.map +1 -0
- package/dist/actions/create-access-token.mjs +23 -0
- package/dist/actions/create-access-token.mjs.map +1 -0
- package/dist/actions/create-comment-thread.cjs +35 -0
- package/dist/actions/create-comment-thread.cjs.map +1 -0
- package/dist/actions/create-comment-thread.d.cts +9 -0
- package/dist/actions/create-comment-thread.d.cts.map +1 -0
- package/dist/actions/create-comment-thread.d.mts +9 -0
- package/dist/actions/create-comment-thread.d.mts.map +1 -0
- package/dist/actions/create-comment-thread.mjs +32 -0
- package/dist/actions/create-comment-thread.mjs.map +1 -0
- package/dist/actions/create-file.cjs +30 -0
- package/dist/actions/create-file.cjs.map +1 -0
- package/dist/actions/create-file.d.cts +9 -0
- package/dist/actions/create-file.d.cts.map +1 -0
- package/dist/actions/create-file.d.mts +9 -0
- package/dist/actions/create-file.d.mts.map +1 -0
- package/dist/actions/create-file.mjs +27 -0
- package/dist/actions/create-file.mjs.map +1 -0
- package/dist/actions/create-project.cjs +27 -0
- package/dist/actions/create-project.cjs.map +1 -0
- package/dist/actions/create-project.d.cts +9 -0
- package/dist/actions/create-project.d.cts.map +1 -0
- package/dist/actions/create-project.d.mts +9 -0
- package/dist/actions/create-project.d.mts.map +1 -0
- package/dist/actions/create-project.mjs +24 -0
- package/dist/actions/create-project.mjs.map +1 -0
- package/dist/actions/create-team-access-request.cjs +20 -0
- package/dist/actions/create-team-access-request.cjs.map +1 -0
- package/dist/actions/create-team-access-request.d.cts +9 -0
- package/dist/actions/create-team-access-request.d.cts.map +1 -0
- package/dist/actions/create-team-access-request.d.mts +9 -0
- package/dist/actions/create-team-access-request.d.mts.map +1 -0
- package/dist/actions/create-team-access-request.mjs +17 -0
- package/dist/actions/create-team-access-request.mjs.map +1 -0
- package/dist/actions/create-team.cjs +33 -0
- package/dist/actions/create-team.cjs.map +1 -0
- package/dist/actions/create-team.d.cts +9 -0
- package/dist/actions/create-team.d.cts.map +1 -0
- package/dist/actions/create-team.d.mts +9 -0
- package/dist/actions/create-team.d.mts.map +1 -0
- package/dist/actions/create-team.mjs +32 -0
- package/dist/actions/create-team.mjs.map +1 -0
- package/dist/actions/create-webhook.cjs +26 -0
- package/dist/actions/create-webhook.cjs.map +1 -0
- package/dist/actions/create-webhook.d.cts +9 -0
- package/dist/actions/create-webhook.d.cts.map +1 -0
- package/dist/actions/create-webhook.d.mts +9 -0
- package/dist/actions/create-webhook.d.mts.map +1 -0
- package/dist/actions/create-webhook.mjs +23 -0
- package/dist/actions/create-webhook.mjs.map +1 -0
- package/dist/actions/delete-access-token.cjs +16 -0
- package/dist/actions/delete-access-token.cjs.map +1 -0
- package/dist/actions/delete-access-token.d.cts +9 -0
- package/dist/actions/delete-access-token.d.cts.map +1 -0
- package/dist/actions/delete-access-token.d.mts +9 -0
- package/dist/actions/delete-access-token.d.mts.map +1 -0
- package/dist/actions/delete-access-token.mjs +13 -0
- package/dist/actions/delete-access-token.mjs.map +1 -0
- package/dist/actions/delete-comment.cjs +22 -0
- package/dist/actions/delete-comment.cjs.map +1 -0
- package/dist/actions/delete-comment.d.cts +9 -0
- package/dist/actions/delete-comment.d.cts.map +1 -0
- package/dist/actions/delete-comment.d.mts +9 -0
- package/dist/actions/delete-comment.d.mts.map +1 -0
- package/dist/actions/delete-comment.mjs +19 -0
- package/dist/actions/delete-comment.mjs.map +1 -0
- package/dist/actions/delete-file-snapshot.cjs +16 -0
- package/dist/actions/delete-file-snapshot.cjs.map +1 -0
- package/dist/actions/delete-file-snapshot.d.cts +9 -0
- package/dist/actions/delete-file-snapshot.d.cts.map +1 -0
- package/dist/actions/delete-file-snapshot.d.mts +9 -0
- package/dist/actions/delete-file-snapshot.d.mts.map +1 -0
- package/dist/actions/delete-file-snapshot.mjs +13 -0
- package/dist/actions/delete-file-snapshot.mjs.map +1 -0
- package/dist/actions/delete-project.cjs +16 -0
- package/dist/actions/delete-project.cjs.map +1 -0
- package/dist/actions/delete-project.d.cts +9 -0
- package/dist/actions/delete-project.d.cts.map +1 -0
- package/dist/actions/delete-project.d.mts +9 -0
- package/dist/actions/delete-project.d.mts.map +1 -0
- package/dist/actions/delete-project.mjs +13 -0
- package/dist/actions/delete-project.mjs.map +1 -0
- package/dist/actions/delete-team-files-permanently.cjs +19 -0
- package/dist/actions/delete-team-files-permanently.cjs.map +1 -0
- package/dist/actions/delete-team-files-permanently.d.cts +9 -0
- package/dist/actions/delete-team-files-permanently.d.cts.map +1 -0
- package/dist/actions/delete-team-files-permanently.d.mts +9 -0
- package/dist/actions/delete-team-files-permanently.d.mts.map +1 -0
- package/dist/actions/delete-team-files-permanently.mjs +16 -0
- package/dist/actions/delete-team-files-permanently.mjs.map +1 -0
- package/dist/actions/delete-team-invitation.cjs +19 -0
- package/dist/actions/delete-team-invitation.cjs.map +1 -0
- package/dist/actions/delete-team-invitation.d.cts +9 -0
- package/dist/actions/delete-team-invitation.d.cts.map +1 -0
- package/dist/actions/delete-team-invitation.d.mts +9 -0
- package/dist/actions/delete-team-invitation.d.mts.map +1 -0
- package/dist/actions/delete-team-invitation.mjs +16 -0
- package/dist/actions/delete-team-invitation.mjs.map +1 -0
- package/dist/actions/delete-team-member.cjs +19 -0
- package/dist/actions/delete-team-member.cjs.map +1 -0
- package/dist/actions/delete-team-member.d.cts +9 -0
- package/dist/actions/delete-team-member.d.cts.map +1 -0
- package/dist/actions/delete-team-member.d.mts +9 -0
- package/dist/actions/delete-team-member.d.mts.map +1 -0
- package/dist/actions/delete-team-member.mjs +16 -0
- package/dist/actions/delete-team-member.mjs.map +1 -0
- package/dist/actions/delete-team.cjs +16 -0
- package/dist/actions/delete-team.cjs.map +1 -0
- package/dist/actions/delete-team.d.cts +9 -0
- package/dist/actions/delete-team.d.cts.map +1 -0
- package/dist/actions/delete-team.d.mts +9 -0
- package/dist/actions/delete-team.d.mts.map +1 -0
- package/dist/actions/delete-team.mjs +13 -0
- package/dist/actions/delete-team.mjs.map +1 -0
- package/dist/actions/delete-webhook.cjs +16 -0
- package/dist/actions/delete-webhook.cjs.map +1 -0
- package/dist/actions/delete-webhook.d.cts +9 -0
- package/dist/actions/delete-webhook.d.cts.map +1 -0
- package/dist/actions/delete-webhook.d.mts +9 -0
- package/dist/actions/delete-webhook.d.mts.map +1 -0
- package/dist/actions/delete-webhook.mjs +13 -0
- package/dist/actions/delete-webhook.mjs.map +1 -0
- package/dist/actions/duplicate-file.cjs +31 -0
- package/dist/actions/duplicate-file.cjs.map +1 -0
- package/dist/actions/duplicate-file.d.cts +9 -0
- package/dist/actions/duplicate-file.d.cts.map +1 -0
- package/dist/actions/duplicate-file.d.mts +9 -0
- package/dist/actions/duplicate-file.d.mts.map +1 -0
- package/dist/actions/duplicate-file.mjs +28 -0
- package/dist/actions/duplicate-file.mjs.map +1 -0
- package/dist/actions/duplicate-project.cjs +22 -0
- package/dist/actions/duplicate-project.cjs.map +1 -0
- package/dist/actions/duplicate-project.d.cts +9 -0
- package/dist/actions/duplicate-project.d.cts.map +1 -0
- package/dist/actions/duplicate-project.d.mts +9 -0
- package/dist/actions/duplicate-project.d.mts.map +1 -0
- package/dist/actions/duplicate-project.mjs +19 -0
- package/dist/actions/duplicate-project.mjs.map +1 -0
- package/dist/actions/get-access-tokens.cjs +24 -0
- package/dist/actions/get-access-tokens.cjs.map +1 -0
- package/dist/actions/get-access-tokens.d.cts +9 -0
- package/dist/actions/get-access-tokens.d.cts.map +1 -0
- package/dist/actions/get-access-tokens.d.mts +9 -0
- package/dist/actions/get-access-tokens.d.mts.map +1 -0
- package/dist/actions/get-access-tokens.mjs +23 -0
- package/dist/actions/get-access-tokens.mjs.map +1 -0
- package/dist/actions/get-all-projects.cjs +25 -0
- package/dist/actions/get-all-projects.cjs.map +1 -0
- package/dist/actions/get-all-projects.d.cts +9 -0
- package/dist/actions/get-all-projects.d.cts.map +1 -0
- package/dist/actions/get-all-projects.d.mts +9 -0
- package/dist/actions/get-all-projects.d.mts.map +1 -0
- package/dist/actions/get-all-projects.mjs +24 -0
- package/dist/actions/get-all-projects.mjs.map +1 -0
- package/dist/actions/get-builtin-templates.cjs +20 -0
- package/dist/actions/get-builtin-templates.cjs.map +1 -0
- package/dist/actions/get-builtin-templates.d.cts +9 -0
- package/dist/actions/get-builtin-templates.d.cts.map +1 -0
- package/dist/actions/get-builtin-templates.d.mts +9 -0
- package/dist/actions/get-builtin-templates.d.mts.map +1 -0
- package/dist/actions/get-builtin-templates.mjs +19 -0
- package/dist/actions/get-builtin-templates.mjs.map +1 -0
- package/dist/actions/get-comment-thread.cjs +50 -0
- package/dist/actions/get-comment-thread.cjs.map +1 -0
- package/dist/actions/get-comment-thread.d.cts +9 -0
- package/dist/actions/get-comment-thread.d.cts.map +1 -0
- package/dist/actions/get-comment-thread.d.mts +9 -0
- package/dist/actions/get-comment-thread.d.mts.map +1 -0
- package/dist/actions/get-comment-thread.mjs +49 -0
- package/dist/actions/get-comment-thread.mjs.map +1 -0
- package/dist/actions/get-comment-threads.cjs +28 -0
- package/dist/actions/get-comment-threads.cjs.map +1 -0
- package/dist/actions/get-comment-threads.d.cts +9 -0
- package/dist/actions/get-comment-threads.d.cts.map +1 -0
- package/dist/actions/get-comment-threads.d.mts +9 -0
- package/dist/actions/get-comment-threads.d.mts.map +1 -0
- package/dist/actions/get-comment-threads.mjs +27 -0
- package/dist/actions/get-comment-threads.mjs.map +1 -0
- package/dist/actions/get-comments.cjs +24 -0
- package/dist/actions/get-comments.cjs.map +1 -0
- package/dist/actions/get-comments.d.cts +9 -0
- package/dist/actions/get-comments.d.cts.map +1 -0
- package/dist/actions/get-comments.d.mts +9 -0
- package/dist/actions/get-comments.d.mts.map +1 -0
- package/dist/actions/get-comments.mjs +23 -0
- package/dist/actions/get-comments.mjs.map +1 -0
- package/dist/actions/get-file-info.cjs +29 -0
- package/dist/actions/get-file-info.cjs.map +1 -0
- package/dist/actions/get-file-info.d.cts +9 -0
- package/dist/actions/get-file-info.d.cts.map +1 -0
- package/dist/actions/get-file-info.d.mts +9 -0
- package/dist/actions/get-file-info.d.mts.map +1 -0
- package/dist/actions/get-file-info.mjs +26 -0
- package/dist/actions/get-file-info.mjs.map +1 -0
- package/dist/actions/get-file-libraries.cjs +23 -0
- package/dist/actions/get-file-libraries.cjs.map +1 -0
- package/dist/actions/get-file-libraries.d.cts +9 -0
- package/dist/actions/get-file-libraries.d.cts.map +1 -0
- package/dist/actions/get-file-libraries.d.mts +9 -0
- package/dist/actions/get-file-libraries.d.mts.map +1 -0
- package/dist/actions/get-file-libraries.mjs +22 -0
- package/dist/actions/get-file-libraries.mjs.map +1 -0
- package/dist/actions/get-file-object-thumbnails.cjs +19 -0
- package/dist/actions/get-file-object-thumbnails.cjs.map +1 -0
- package/dist/actions/get-file-object-thumbnails.d.cts +9 -0
- package/dist/actions/get-file-object-thumbnails.d.cts.map +1 -0
- package/dist/actions/get-file-object-thumbnails.d.mts +9 -0
- package/dist/actions/get-file-object-thumbnails.d.mts.map +1 -0
- package/dist/actions/get-file-object-thumbnails.mjs +16 -0
- package/dist/actions/get-file-object-thumbnails.mjs.map +1 -0
- package/dist/actions/get-file-snapshots.cjs +22 -0
- package/dist/actions/get-file-snapshots.cjs.map +1 -0
- package/dist/actions/get-file-snapshots.d.cts +9 -0
- package/dist/actions/get-file-snapshots.d.cts.map +1 -0
- package/dist/actions/get-file-snapshots.d.mts +9 -0
- package/dist/actions/get-file-snapshots.d.mts.map +1 -0
- package/dist/actions/get-file-snapshots.mjs +21 -0
- package/dist/actions/get-file-snapshots.mjs.map +1 -0
- package/dist/actions/get-file-summary.cjs +35 -0
- package/dist/actions/get-file-summary.cjs.map +1 -0
- package/dist/actions/get-file-summary.d.cts +9 -0
- package/dist/actions/get-file-summary.d.cts.map +1 -0
- package/dist/actions/get-file-summary.d.mts +9 -0
- package/dist/actions/get-file-summary.d.mts.map +1 -0
- package/dist/actions/get-file-summary.mjs +34 -0
- package/dist/actions/get-file-summary.mjs.map +1 -0
- package/dist/actions/get-file.cjs +41 -0
- package/dist/actions/get-file.cjs.map +1 -0
- package/dist/actions/get-file.d.cts +9 -0
- package/dist/actions/get-file.d.cts.map +1 -0
- package/dist/actions/get-file.d.mts +9 -0
- package/dist/actions/get-file.d.mts.map +1 -0
- package/dist/actions/get-file.mjs +40 -0
- package/dist/actions/get-file.mjs.map +1 -0
- package/dist/actions/get-font-variants.cjs +21 -0
- package/dist/actions/get-font-variants.cjs.map +1 -0
- package/dist/actions/get-font-variants.d.cts +9 -0
- package/dist/actions/get-font-variants.d.cts.map +1 -0
- package/dist/actions/get-font-variants.d.mts +9 -0
- package/dist/actions/get-font-variants.d.mts.map +1 -0
- package/dist/actions/get-font-variants.mjs +18 -0
- package/dist/actions/get-font-variants.mjs.map +1 -0
- package/dist/actions/get-library-file-references.cjs +22 -0
- package/dist/actions/get-library-file-references.cjs.map +1 -0
- package/dist/actions/get-library-file-references.d.cts +9 -0
- package/dist/actions/get-library-file-references.d.cts.map +1 -0
- package/dist/actions/get-library-file-references.d.mts +9 -0
- package/dist/actions/get-library-file-references.d.mts.map +1 -0
- package/dist/actions/get-library-file-references.mjs +21 -0
- package/dist/actions/get-library-file-references.mjs.map +1 -0
- package/dist/actions/get-library-usage.cjs +16 -0
- package/dist/actions/get-library-usage.cjs.map +1 -0
- package/dist/actions/get-library-usage.d.cts +9 -0
- package/dist/actions/get-library-usage.d.cts.map +1 -0
- package/dist/actions/get-library-usage.d.mts +9 -0
- package/dist/actions/get-library-usage.d.mts.map +1 -0
- package/dist/actions/get-library-usage.mjs +13 -0
- package/dist/actions/get-library-usage.mjs.map +1 -0
- package/dist/actions/get-owned-teams.cjs +24 -0
- package/dist/actions/get-owned-teams.cjs.map +1 -0
- package/dist/actions/get-owned-teams.d.cts +9 -0
- package/dist/actions/get-owned-teams.d.cts.map +1 -0
- package/dist/actions/get-owned-teams.d.mts +9 -0
- package/dist/actions/get-owned-teams.d.mts.map +1 -0
- package/dist/actions/get-owned-teams.mjs +23 -0
- package/dist/actions/get-owned-teams.mjs.map +1 -0
- package/dist/actions/get-page.cjs +25 -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 +22 -0
- package/dist/actions/get-page.mjs.map +1 -0
- package/dist/actions/get-profiles-for-file-comments.cjs +24 -0
- package/dist/actions/get-profiles-for-file-comments.cjs.map +1 -0
- package/dist/actions/get-profiles-for-file-comments.d.cts +9 -0
- package/dist/actions/get-profiles-for-file-comments.d.cts.map +1 -0
- package/dist/actions/get-profiles-for-file-comments.d.mts +9 -0
- package/dist/actions/get-profiles-for-file-comments.d.mts.map +1 -0
- package/dist/actions/get-profiles-for-file-comments.mjs +23 -0
- package/dist/actions/get-profiles-for-file-comments.mjs.map +1 -0
- package/dist/actions/get-project-files.cjs +29 -0
- package/dist/actions/get-project-files.cjs.map +1 -0
- package/dist/actions/get-project-files.d.cts +9 -0
- package/dist/actions/get-project-files.d.cts.map +1 -0
- package/dist/actions/get-project-files.d.mts +9 -0
- package/dist/actions/get-project-files.d.mts.map +1 -0
- package/dist/actions/get-project-files.mjs +28 -0
- package/dist/actions/get-project-files.mjs.map +1 -0
- package/dist/actions/get-project.cjs +24 -0
- package/dist/actions/get-project.cjs.map +1 -0
- package/dist/actions/get-project.d.cts +9 -0
- package/dist/actions/get-project.d.cts.map +1 -0
- package/dist/actions/get-project.d.mts +9 -0
- package/dist/actions/get-project.d.mts.map +1 -0
- package/dist/actions/get-project.mjs +21 -0
- package/dist/actions/get-project.mjs.map +1 -0
- package/dist/actions/get-sso-provider.cjs +16 -0
- package/dist/actions/get-sso-provider.cjs.map +1 -0
- package/dist/actions/get-sso-provider.d.cts +9 -0
- package/dist/actions/get-sso-provider.d.cts.map +1 -0
- package/dist/actions/get-sso-provider.d.mts +9 -0
- package/dist/actions/get-sso-provider.d.mts.map +1 -0
- package/dist/actions/get-sso-provider.mjs +13 -0
- package/dist/actions/get-sso-provider.mjs.map +1 -0
- package/dist/actions/get-subscription-usage.cjs +22 -0
- package/dist/actions/get-subscription-usage.cjs.map +1 -0
- package/dist/actions/get-subscription-usage.d.cts +9 -0
- package/dist/actions/get-subscription-usage.d.cts.map +1 -0
- package/dist/actions/get-subscription-usage.d.mts +9 -0
- package/dist/actions/get-subscription-usage.d.mts.map +1 -0
- package/dist/actions/get-subscription-usage.mjs +19 -0
- package/dist/actions/get-subscription-usage.mjs.map +1 -0
- package/dist/actions/get-team-deleted-files.cjs +26 -0
- package/dist/actions/get-team-deleted-files.cjs.map +1 -0
- package/dist/actions/get-team-deleted-files.d.cts +9 -0
- package/dist/actions/get-team-deleted-files.d.cts.map +1 -0
- package/dist/actions/get-team-deleted-files.d.mts +9 -0
- package/dist/actions/get-team-deleted-files.d.mts.map +1 -0
- package/dist/actions/get-team-deleted-files.mjs +25 -0
- package/dist/actions/get-team-deleted-files.mjs.map +1 -0
- package/dist/actions/get-team-info.cjs +23 -0
- package/dist/actions/get-team-info.cjs.map +1 -0
- package/dist/actions/get-team-info.d.cts +9 -0
- package/dist/actions/get-team-info.d.cts.map +1 -0
- package/dist/actions/get-team-info.d.mts +9 -0
- package/dist/actions/get-team-info.d.mts.map +1 -0
- package/dist/actions/get-team-info.mjs +20 -0
- package/dist/actions/get-team-info.mjs.map +1 -0
- package/dist/actions/get-team-invitations.cjs +23 -0
- package/dist/actions/get-team-invitations.cjs.map +1 -0
- package/dist/actions/get-team-invitations.d.cts +9 -0
- package/dist/actions/get-team-invitations.d.cts.map +1 -0
- package/dist/actions/get-team-invitations.d.mts +9 -0
- package/dist/actions/get-team-invitations.d.mts.map +1 -0
- package/dist/actions/get-team-invitations.mjs +22 -0
- package/dist/actions/get-team-invitations.mjs.map +1 -0
- package/dist/actions/get-team-members.cjs +27 -0
- package/dist/actions/get-team-members.cjs.map +1 -0
- package/dist/actions/get-team-members.d.cts +9 -0
- package/dist/actions/get-team-members.d.cts.map +1 -0
- package/dist/actions/get-team-members.d.mts +9 -0
- package/dist/actions/get-team-members.d.mts.map +1 -0
- package/dist/actions/get-team-members.mjs +26 -0
- package/dist/actions/get-team-members.mjs.map +1 -0
- package/dist/actions/get-team-shared-files.cjs +27 -0
- package/dist/actions/get-team-shared-files.cjs.map +1 -0
- package/dist/actions/get-team-shared-files.d.cts +9 -0
- package/dist/actions/get-team-shared-files.d.cts.map +1 -0
- package/dist/actions/get-team-shared-files.d.mts +9 -0
- package/dist/actions/get-team-shared-files.d.mts.map +1 -0
- package/dist/actions/get-team-shared-files.mjs +26 -0
- package/dist/actions/get-team-shared-files.mjs.map +1 -0
- package/dist/actions/get-team-stats.cjs +20 -0
- package/dist/actions/get-team-stats.cjs.map +1 -0
- package/dist/actions/get-team-stats.d.cts +9 -0
- package/dist/actions/get-team-stats.d.cts.map +1 -0
- package/dist/actions/get-team-stats.d.mts +9 -0
- package/dist/actions/get-team-stats.d.mts.map +1 -0
- package/dist/actions/get-team-stats.mjs +17 -0
- package/dist/actions/get-team-stats.mjs.map +1 -0
- package/dist/actions/get-team-users.cjs +30 -0
- package/dist/actions/get-team-users.cjs.map +1 -0
- package/dist/actions/get-team-users.d.cts +9 -0
- package/dist/actions/get-team-users.d.cts.map +1 -0
- package/dist/actions/get-team-users.d.mts +9 -0
- package/dist/actions/get-team-users.d.mts.map +1 -0
- package/dist/actions/get-team-users.mjs +29 -0
- package/dist/actions/get-team-users.mjs.map +1 -0
- package/dist/actions/get-team.cjs +23 -0
- package/dist/actions/get-team.cjs.map +1 -0
- package/dist/actions/get-team.d.cts +9 -0
- package/dist/actions/get-team.d.cts.map +1 -0
- package/dist/actions/get-team.d.mts +9 -0
- package/dist/actions/get-team.d.mts.map +1 -0
- package/dist/actions/get-team.mjs +20 -0
- package/dist/actions/get-team.mjs.map +1 -0
- package/dist/actions/get-teams.cjs +30 -0
- package/dist/actions/get-teams.cjs.map +1 -0
- package/dist/actions/get-teams.d.cts +9 -0
- package/dist/actions/get-teams.d.cts.map +1 -0
- package/dist/actions/get-teams.d.mts +9 -0
- package/dist/actions/get-teams.d.mts.map +1 -0
- package/dist/actions/get-teams.mjs +29 -0
- package/dist/actions/get-teams.mjs.map +1 -0
- package/dist/actions/get-unread-comment-threads.cjs +29 -0
- package/dist/actions/get-unread-comment-threads.cjs.map +1 -0
- package/dist/actions/get-unread-comment-threads.d.cts +9 -0
- package/dist/actions/get-unread-comment-threads.d.cts.map +1 -0
- package/dist/actions/get-unread-comment-threads.d.mts +9 -0
- package/dist/actions/get-unread-comment-threads.d.mts.map +1 -0
- package/dist/actions/get-unread-comment-threads.mjs +28 -0
- package/dist/actions/get-unread-comment-threads.mjs.map +1 -0
- package/dist/actions/get-view-only-bundle.cjs +31 -0
- package/dist/actions/get-view-only-bundle.cjs.map +1 -0
- package/dist/actions/get-view-only-bundle.d.cts +9 -0
- package/dist/actions/get-view-only-bundle.d.cts.map +1 -0
- package/dist/actions/get-view-only-bundle.d.mts +9 -0
- package/dist/actions/get-view-only-bundle.d.mts.map +1 -0
- package/dist/actions/get-view-only-bundle.mjs +28 -0
- package/dist/actions/get-view-only-bundle.mjs.map +1 -0
- package/dist/actions/get-webhooks.cjs +33 -0
- package/dist/actions/get-webhooks.cjs.map +1 -0
- package/dist/actions/get-webhooks.d.cts +9 -0
- package/dist/actions/get-webhooks.d.cts.map +1 -0
- package/dist/actions/get-webhooks.d.mts +9 -0
- package/dist/actions/get-webhooks.d.mts.map +1 -0
- package/dist/actions/get-webhooks.mjs +32 -0
- package/dist/actions/get-webhooks.mjs.map +1 -0
- package/dist/actions/has-file-libraries.cjs +16 -0
- package/dist/actions/has-file-libraries.cjs.map +1 -0
- package/dist/actions/has-file-libraries.d.cts +9 -0
- package/dist/actions/has-file-libraries.d.cts.map +1 -0
- package/dist/actions/has-file-libraries.d.mts +9 -0
- package/dist/actions/has-file-libraries.d.mts.map +1 -0
- package/dist/actions/has-file-libraries.mjs +13 -0
- package/dist/actions/has-file-libraries.mjs.map +1 -0
- package/dist/actions/ignore-file-library-sync-status.cjs +19 -0
- package/dist/actions/ignore-file-library-sync-status.cjs.map +1 -0
- package/dist/actions/ignore-file-library-sync-status.d.cts +9 -0
- package/dist/actions/ignore-file-library-sync-status.d.cts.map +1 -0
- package/dist/actions/ignore-file-library-sync-status.d.mts +9 -0
- package/dist/actions/ignore-file-library-sync-status.d.mts.map +1 -0
- package/dist/actions/ignore-file-library-sync-status.mjs +16 -0
- package/dist/actions/ignore-file-library-sync-status.mjs.map +1 -0
- package/dist/actions/index.cjs +181 -0
- package/dist/actions/index.d.cts +91 -0
- package/dist/actions/index.d.mts +91 -0
- package/dist/actions/index.mjs +91 -0
- package/dist/actions/link-file-to-library.cjs +26 -0
- package/dist/actions/link-file-to-library.cjs.map +1 -0
- package/dist/actions/link-file-to-library.d.cts +9 -0
- package/dist/actions/link-file-to-library.d.cts.map +1 -0
- package/dist/actions/link-file-to-library.d.mts +9 -0
- package/dist/actions/link-file-to-library.d.mts.map +1 -0
- package/dist/actions/link-file-to-library.mjs +25 -0
- package/dist/actions/link-file-to-library.mjs.map +1 -0
- package/dist/actions/lock-file-snapshot.cjs +16 -0
- package/dist/actions/lock-file-snapshot.cjs.map +1 -0
- package/dist/actions/lock-file-snapshot.d.cts +9 -0
- package/dist/actions/lock-file-snapshot.d.cts.map +1 -0
- package/dist/actions/lock-file-snapshot.d.mts +9 -0
- package/dist/actions/lock-file-snapshot.d.mts.map +1 -0
- package/dist/actions/lock-file-snapshot.mjs +13 -0
- package/dist/actions/lock-file-snapshot.mjs.map +1 -0
- package/dist/actions/logout.cjs +16 -0
- package/dist/actions/logout.cjs.map +1 -0
- package/dist/actions/logout.d.cts +9 -0
- package/dist/actions/logout.d.cts.map +1 -0
- package/dist/actions/logout.d.mts +9 -0
- package/dist/actions/logout.d.mts.map +1 -0
- package/dist/actions/logout.mjs +13 -0
- package/dist/actions/logout.mjs.map +1 -0
- package/dist/actions/mark-all-threads-as-read.cjs +19 -0
- package/dist/actions/mark-all-threads-as-read.cjs.map +1 -0
- package/dist/actions/mark-all-threads-as-read.d.cts +9 -0
- package/dist/actions/mark-all-threads-as-read.d.cts.map +1 -0
- package/dist/actions/mark-all-threads-as-read.d.mts +9 -0
- package/dist/actions/mark-all-threads-as-read.d.mts.map +1 -0
- package/dist/actions/mark-all-threads-as-read.mjs +16 -0
- package/dist/actions/mark-all-threads-as-read.mjs.map +1 -0
- package/dist/actions/move-files.cjs +19 -0
- package/dist/actions/move-files.cjs.map +1 -0
- package/dist/actions/move-files.d.cts +9 -0
- package/dist/actions/move-files.d.cts.map +1 -0
- package/dist/actions/move-files.d.mts +9 -0
- package/dist/actions/move-files.d.mts.map +1 -0
- package/dist/actions/move-files.mjs +16 -0
- package/dist/actions/move-files.mjs.map +1 -0
- package/dist/actions/move-project.cjs +19 -0
- package/dist/actions/move-project.cjs.map +1 -0
- package/dist/actions/move-project.d.cts +9 -0
- package/dist/actions/move-project.d.cts.map +1 -0
- package/dist/actions/move-project.d.mts +9 -0
- package/dist/actions/move-project.d.mts.map +1 -0
- package/dist/actions/move-project.mjs +16 -0
- package/dist/actions/move-project.mjs.map +1 -0
- package/dist/actions/prepare-register-profile.cjs +28 -0
- package/dist/actions/prepare-register-profile.cjs.map +1 -0
- package/dist/actions/prepare-register-profile.d.cts +9 -0
- package/dist/actions/prepare-register-profile.d.cts.map +1 -0
- package/dist/actions/prepare-register-profile.d.mts +9 -0
- package/dist/actions/prepare-register-profile.d.mts.map +1 -0
- package/dist/actions/prepare-register-profile.mjs +25 -0
- package/dist/actions/prepare-register-profile.mjs.map +1 -0
- package/dist/actions/push-audit-events.cjs +21 -0
- package/dist/actions/push-audit-events.cjs.map +1 -0
- package/dist/actions/push-audit-events.d.cts +9 -0
- package/dist/actions/push-audit-events.d.cts.map +1 -0
- package/dist/actions/push-audit-events.d.mts +9 -0
- package/dist/actions/push-audit-events.d.mts.map +1 -0
- package/dist/actions/push-audit-events.mjs +18 -0
- package/dist/actions/push-audit-events.mjs.map +1 -0
- package/dist/actions/register-profile.cjs +22 -0
- package/dist/actions/register-profile.cjs.map +1 -0
- package/dist/actions/register-profile.d.cts +9 -0
- package/dist/actions/register-profile.d.cts.map +1 -0
- package/dist/actions/register-profile.d.mts +9 -0
- package/dist/actions/register-profile.d.mts.map +1 -0
- package/dist/actions/register-profile.mjs +19 -0
- package/dist/actions/register-profile.mjs.map +1 -0
- package/dist/actions/rename-file.cjs +24 -0
- package/dist/actions/rename-file.cjs.map +1 -0
- package/dist/actions/rename-file.d.cts +9 -0
- package/dist/actions/rename-file.d.cts.map +1 -0
- package/dist/actions/rename-file.d.mts +9 -0
- package/dist/actions/rename-file.d.mts.map +1 -0
- package/dist/actions/rename-file.mjs +21 -0
- package/dist/actions/rename-file.mjs.map +1 -0
- package/dist/actions/rename-project.cjs +26 -0
- package/dist/actions/rename-project.cjs.map +1 -0
- package/dist/actions/rename-project.d.cts +9 -0
- package/dist/actions/rename-project.d.cts.map +1 -0
- package/dist/actions/rename-project.d.mts +9 -0
- package/dist/actions/rename-project.d.mts.map +1 -0
- package/dist/actions/rename-project.mjs +23 -0
- package/dist/actions/rename-project.mjs.map +1 -0
- package/dist/actions/request-profile-recovery.cjs +16 -0
- package/dist/actions/request-profile-recovery.cjs.map +1 -0
- package/dist/actions/request-profile-recovery.d.cts +9 -0
- package/dist/actions/request-profile-recovery.d.cts.map +1 -0
- package/dist/actions/request-profile-recovery.d.mts +9 -0
- package/dist/actions/request-profile-recovery.d.mts.map +1 -0
- package/dist/actions/request-profile-recovery.mjs +13 -0
- package/dist/actions/request-profile-recovery.mjs.map +1 -0
- package/dist/actions/restore-deleted-team-files.cjs +19 -0
- package/dist/actions/restore-deleted-team-files.cjs.map +1 -0
- package/dist/actions/restore-deleted-team-files.d.cts +9 -0
- package/dist/actions/restore-deleted-team-files.d.cts.map +1 -0
- package/dist/actions/restore-deleted-team-files.d.mts +9 -0
- package/dist/actions/restore-deleted-team-files.d.mts.map +1 -0
- package/dist/actions/restore-deleted-team-files.mjs +16 -0
- package/dist/actions/restore-deleted-team-files.mjs.map +1 -0
- package/dist/actions/restore-file-snapshot.cjs +19 -0
- package/dist/actions/restore-file-snapshot.cjs.map +1 -0
- package/dist/actions/restore-file-snapshot.d.cts +9 -0
- package/dist/actions/restore-file-snapshot.d.cts.map +1 -0
- package/dist/actions/restore-file-snapshot.d.mts +9 -0
- package/dist/actions/restore-file-snapshot.d.mts.map +1 -0
- package/dist/actions/restore-file-snapshot.mjs +16 -0
- package/dist/actions/restore-file-snapshot.mjs.map +1 -0
- package/dist/actions/search-files.cjs +28 -0
- package/dist/actions/search-files.cjs.map +1 -0
- package/dist/actions/search-files.d.cts +9 -0
- package/dist/actions/search-files.d.cts.map +1 -0
- package/dist/actions/search-files.d.mts +9 -0
- package/dist/actions/search-files.d.mts.map +1 -0
- package/dist/actions/search-files.mjs +27 -0
- package/dist/actions/search-files.mjs.map +1 -0
- package/dist/actions/send-user-feedback.cjs +25 -0
- package/dist/actions/send-user-feedback.cjs.map +1 -0
- package/dist/actions/send-user-feedback.d.cts +9 -0
- package/dist/actions/send-user-feedback.d.cts.map +1 -0
- package/dist/actions/send-user-feedback.d.mts +9 -0
- package/dist/actions/send-user-feedback.d.mts.map +1 -0
- package/dist/actions/send-user-feedback.mjs +22 -0
- package/dist/actions/send-user-feedback.mjs.map +1 -0
- package/dist/actions/set-file-shared.cjs +26 -0
- package/dist/actions/set-file-shared.cjs.map +1 -0
- package/dist/actions/set-file-shared.d.cts +9 -0
- package/dist/actions/set-file-shared.d.cts.map +1 -0
- package/dist/actions/set-file-shared.d.mts +9 -0
- package/dist/actions/set-file-shared.d.mts.map +1 -0
- package/dist/actions/set-file-shared.mjs +23 -0
- package/dist/actions/set-file-shared.mjs.map +1 -0
- package/dist/actions/unlink-file-from-library.cjs +19 -0
- package/dist/actions/unlink-file-from-library.cjs.map +1 -0
- package/dist/actions/unlink-file-from-library.d.cts +9 -0
- package/dist/actions/unlink-file-from-library.d.cts.map +1 -0
- package/dist/actions/unlink-file-from-library.d.mts +9 -0
- package/dist/actions/unlink-file-from-library.d.mts.map +1 -0
- package/dist/actions/unlink-file-from-library.mjs +16 -0
- package/dist/actions/unlink-file-from-library.mjs.map +1 -0
- package/dist/actions/unlock-file-snapshot.cjs +16 -0
- package/dist/actions/unlock-file-snapshot.cjs.map +1 -0
- package/dist/actions/unlock-file-snapshot.d.cts +9 -0
- package/dist/actions/unlock-file-snapshot.d.cts.map +1 -0
- package/dist/actions/unlock-file-snapshot.d.mts +9 -0
- package/dist/actions/unlock-file-snapshot.d.mts.map +1 -0
- package/dist/actions/unlock-file-snapshot.mjs +13 -0
- package/dist/actions/unlock-file-snapshot.mjs.map +1 -0
- package/dist/actions/update-comment-thread-frame.cjs +31 -0
- package/dist/actions/update-comment-thread-frame.cjs.map +1 -0
- package/dist/actions/update-comment-thread-frame.d.cts +9 -0
- package/dist/actions/update-comment-thread-frame.d.cts.map +1 -0
- package/dist/actions/update-comment-thread-frame.d.mts +9 -0
- package/dist/actions/update-comment-thread-frame.d.mts.map +1 -0
- package/dist/actions/update-comment-thread-frame.mjs +28 -0
- package/dist/actions/update-comment-thread-frame.mjs.map +1 -0
- package/dist/actions/update-comment-thread-position.cjs +32 -0
- package/dist/actions/update-comment-thread-position.cjs.map +1 -0
- package/dist/actions/update-comment-thread-position.d.cts +9 -0
- package/dist/actions/update-comment-thread-position.d.cts.map +1 -0
- package/dist/actions/update-comment-thread-position.d.mts +9 -0
- package/dist/actions/update-comment-thread-position.d.mts.map +1 -0
- package/dist/actions/update-comment-thread-position.mjs +29 -0
- package/dist/actions/update-comment-thread-position.mjs.map +1 -0
- package/dist/actions/update-comment-thread-status.cjs +23 -0
- package/dist/actions/update-comment-thread-status.cjs.map +1 -0
- package/dist/actions/update-comment-thread-status.d.cts +9 -0
- package/dist/actions/update-comment-thread-status.d.cts.map +1 -0
- package/dist/actions/update-comment-thread-status.d.mts +9 -0
- package/dist/actions/update-comment-thread-status.d.mts.map +1 -0
- package/dist/actions/update-comment-thread-status.mjs +20 -0
- package/dist/actions/update-comment-thread-status.mjs.map +1 -0
- package/dist/actions/update-comment-thread.cjs +31 -0
- package/dist/actions/update-comment-thread.cjs.map +1 -0
- package/dist/actions/update-comment-thread.d.cts +9 -0
- package/dist/actions/update-comment-thread.d.cts.map +1 -0
- package/dist/actions/update-comment-thread.d.mts +9 -0
- package/dist/actions/update-comment-thread.d.mts.map +1 -0
- package/dist/actions/update-comment-thread.mjs +28 -0
- package/dist/actions/update-comment-thread.mjs.map +1 -0
- package/dist/actions/update-comment.cjs +29 -0
- package/dist/actions/update-comment.cjs.map +1 -0
- package/dist/actions/update-comment.d.cts +9 -0
- package/dist/actions/update-comment.d.cts.map +1 -0
- package/dist/actions/update-comment.d.mts +9 -0
- package/dist/actions/update-comment.d.mts.map +1 -0
- package/dist/actions/update-comment.mjs +26 -0
- package/dist/actions/update-comment.mjs.map +1 -0
- package/dist/actions/update-file-library-sync-status.cjs +19 -0
- package/dist/actions/update-file-library-sync-status.cjs.map +1 -0
- package/dist/actions/update-file-library-sync-status.d.cts +9 -0
- package/dist/actions/update-file-library-sync-status.d.cts.map +1 -0
- package/dist/actions/update-file-library-sync-status.d.mts +9 -0
- package/dist/actions/update-file-library-sync-status.d.mts.map +1 -0
- package/dist/actions/update-file-library-sync-status.mjs +16 -0
- package/dist/actions/update-file-library-sync-status.mjs.map +1 -0
- package/dist/actions/update-file-snapshot.cjs +19 -0
- package/dist/actions/update-file-snapshot.cjs.map +1 -0
- package/dist/actions/update-file-snapshot.d.cts +9 -0
- package/dist/actions/update-file-snapshot.d.cts.map +1 -0
- package/dist/actions/update-file-snapshot.d.mts +9 -0
- package/dist/actions/update-file-snapshot.d.mts.map +1 -0
- package/dist/actions/update-file-snapshot.mjs +16 -0
- package/dist/actions/update-file-snapshot.mjs.map +1 -0
- package/dist/actions/update-file.cjs +32 -0
- package/dist/actions/update-file.cjs.map +1 -0
- package/dist/actions/update-file.d.cts +9 -0
- package/dist/actions/update-file.d.cts.map +1 -0
- package/dist/actions/update-file.d.mts +9 -0
- package/dist/actions/update-file.d.mts.map +1 -0
- package/dist/actions/update-file.mjs +31 -0
- package/dist/actions/update-file.mjs.map +1 -0
- package/dist/actions/update-font.cjs +20 -0
- package/dist/actions/update-font.cjs.map +1 -0
- package/dist/actions/update-font.d.cts +9 -0
- package/dist/actions/update-font.d.cts.map +1 -0
- package/dist/actions/update-font.d.mts +9 -0
- package/dist/actions/update-font.d.mts.map +1 -0
- package/dist/actions/update-font.mjs +17 -0
- package/dist/actions/update-font.mjs.map +1 -0
- package/dist/actions/update-profile-notifications.cjs +32 -0
- package/dist/actions/update-profile-notifications.cjs.map +1 -0
- package/dist/actions/update-profile-notifications.d.cts +9 -0
- package/dist/actions/update-profile-notifications.d.cts.map +1 -0
- package/dist/actions/update-profile-notifications.d.mts +9 -0
- package/dist/actions/update-profile-notifications.d.mts.map +1 -0
- package/dist/actions/update-profile-notifications.mjs +29 -0
- package/dist/actions/update-profile-notifications.mjs.map +1 -0
- package/dist/actions/update-profile-props.cjs +42 -0
- package/dist/actions/update-profile-props.cjs.map +1 -0
- package/dist/actions/update-profile-props.d.cts +9 -0
- package/dist/actions/update-profile-props.d.cts.map +1 -0
- package/dist/actions/update-profile-props.d.mts +9 -0
- package/dist/actions/update-profile-props.d.mts.map +1 -0
- package/dist/actions/update-profile-props.mjs +39 -0
- package/dist/actions/update-profile-props.mjs.map +1 -0
- package/dist/actions/update-profile.cjs +54 -0
- package/dist/actions/update-profile.cjs.map +1 -0
- package/dist/actions/update-profile.d.cts +9 -0
- package/dist/actions/update-profile.d.cts.map +1 -0
- package/dist/actions/update-profile.d.mts +9 -0
- package/dist/actions/update-profile.d.mts.map +1 -0
- package/dist/actions/update-profile.mjs +53 -0
- package/dist/actions/update-profile.mjs.map +1 -0
- package/dist/actions/update-project-pin.cjs +27 -0
- package/dist/actions/update-project-pin.cjs.map +1 -0
- package/dist/actions/update-project-pin.d.cts +9 -0
- package/dist/actions/update-project-pin.d.cts.map +1 -0
- package/dist/actions/update-project-pin.d.mts +9 -0
- package/dist/actions/update-project-pin.d.mts.map +1 -0
- package/dist/actions/update-project-pin.mjs +24 -0
- package/dist/actions/update-project-pin.mjs.map +1 -0
- package/dist/actions/update-team-invitation-role.cjs +25 -0
- package/dist/actions/update-team-invitation-role.cjs.map +1 -0
- package/dist/actions/update-team-invitation-role.d.cts +9 -0
- package/dist/actions/update-team-invitation-role.d.cts.map +1 -0
- package/dist/actions/update-team-invitation-role.d.mts +9 -0
- package/dist/actions/update-team-invitation-role.d.mts.map +1 -0
- package/dist/actions/update-team-invitation-role.mjs +22 -0
- package/dist/actions/update-team-invitation-role.mjs.map +1 -0
- package/dist/actions/update-team.cjs +26 -0
- package/dist/actions/update-team.cjs.map +1 -0
- package/dist/actions/update-team.d.cts +9 -0
- package/dist/actions/update-team.d.cts.map +1 -0
- package/dist/actions/update-team.d.mts +9 -0
- package/dist/actions/update-team.d.mts.map +1 -0
- package/dist/actions/update-team.mjs +23 -0
- package/dist/actions/update-team.mjs.map +1 -0
- package/dist/actions/update-webhook.cjs +27 -0
- package/dist/actions/update-webhook.cjs.map +1 -0
- package/dist/actions/update-webhook.d.cts +9 -0
- package/dist/actions/update-webhook.d.cts.map +1 -0
- package/dist/actions/update-webhook.d.mts +9 -0
- package/dist/actions/update-webhook.d.mts.map +1 -0
- package/dist/actions/update-webhook.mjs +24 -0
- package/dist/actions/update-webhook.mjs.map +1 -0
- package/dist/actions/verify-token.cjs +23 -0
- package/dist/actions/verify-token.cjs.map +1 -0
- package/dist/actions/verify-token.d.cts +9 -0
- package/dist/actions/verify-token.d.cts.map +1 -0
- package/dist/actions/verify-token.d.mts +9 -0
- package/dist/actions/verify-token.d.mts.map +1 -0
- package/dist/actions/verify-token.mjs +20 -0
- package/dist/actions/verify-token.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 +186 -0
- package/dist/index.d.cts +93 -0
- package/dist/index.d.mts +93 -0
- package/dist/index.mjs +94 -0
- package/package.json +49 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-access-tokens.d.mts","names":[],"sources":["../../src/actions/get-access-tokens.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAA8J;AAAA,cAS5L,2BAAA,EAA6B,CAAA,CAAE,UAEqB;AAAA,cAEpD,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-access-tokens.ts
|
|
4
|
+
const PenpotGetAccessTokensInput = z.object({}).describe("Request model for listing personal access tokens.\n\nNo parameters required - returns all tokens for authenticated user.");
|
|
5
|
+
const PenpotGetAccessTokens_AccessTokenSchema = z.object({
|
|
6
|
+
id: z.string().describe("UUID of the access token").nullable().optional(),
|
|
7
|
+
name: z.string().describe("Name/label assigned to the access token").nullable().optional(),
|
|
8
|
+
perms: z.array(z.string()).describe("List of permissions assigned to this token").nullable().optional(),
|
|
9
|
+
token: z.string().describe("The actual token string (may be partially masked)").nullable().optional(),
|
|
10
|
+
"created-at": z.string().describe("Timestamp when the token was created").nullable().optional(),
|
|
11
|
+
"expires-at": z.string().describe("Timestamp when the token expires (null if no expiration)").nullable().optional()
|
|
12
|
+
}).describe("Individual access token details.");
|
|
13
|
+
const penpotGetAccessTokens = action("PENPOT_GET_ACCESS_TOKENS", {
|
|
14
|
+
slug: "penpot-get-access-tokens",
|
|
15
|
+
name: "Get Access Tokens",
|
|
16
|
+
description: "Tool to list all personal access tokens for the authenticated user. Use when you need to view, audit, or manage existing access tokens.",
|
|
17
|
+
input: PenpotGetAccessTokensInput,
|
|
18
|
+
output: z.object({ tokens: z.array(PenpotGetAccessTokens_AccessTokenSchema).describe("List of all personal access tokens for the authenticated user").nullable().optional() }).describe("Response model for listing personal access tokens.")
|
|
19
|
+
});
|
|
20
|
+
//#endregion
|
|
21
|
+
export { penpotGetAccessTokens };
|
|
22
|
+
|
|
23
|
+
//# sourceMappingURL=get-access-tokens.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-access-tokens.mjs","names":[],"sources":["../../src/actions/get-access-tokens.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotGetAccessTokensInput: z.ZodTypeAny = z.object({}).describe(\"Request model for listing personal access tokens.\\n\\nNo parameters required - returns all tokens for authenticated user.\");\nconst PenpotGetAccessTokens_AccessTokenSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the access token\").nullable().optional(),\n name: z.string().describe(\"Name/label assigned to the access token\").nullable().optional(),\n perms: z.array(z.string()).describe(\"List of permissions assigned to this token\").nullable().optional(),\n token: z.string().describe(\"The actual token string (may be partially masked)\").nullable().optional(),\n \"created-at\": z.string().describe(\"Timestamp when the token was created\").nullable().optional(),\n \"expires-at\": z.string().describe(\"Timestamp when the token expires (null if no expiration)\").nullable().optional(),\n}).describe(\"Individual access token details.\");\nexport const PenpotGetAccessTokensOutput: z.ZodTypeAny = z.object({\n tokens: z.array(PenpotGetAccessTokens_AccessTokenSchema).describe(\"List of all personal access tokens for the authenticated user\").nullable().optional(),\n}).describe(\"Response model for listing personal access tokens.\");\n\nexport const penpotGetAccessTokens = action(\"PENPOT_GET_ACCESS_TOKENS\", {\n slug: \"penpot-get-access-tokens\",\n name: \"Get Access Tokens\",\n description: \"Tool to list all personal access tokens for the authenticated user. Use when you need to view, audit, or manage existing access tokens.\",\n input: PenpotGetAccessTokensInput,\n output: PenpotGetAccessTokensOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2C,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,0HAA0H;AACxM,MAAM,0CAAwD,EAAE,OAAO;CACrE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,OAAO,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACpH,CAAC,CAAC,CAAC,SAAS,kCAAkC;AAK9C,MAAa,wBAAwB,OAAO,4BAA4B;CACtE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATuD,EAAE,OAAO,EAChE,QAAQ,EAAE,MAAM,uCAAuC,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACzJ,CAAC,CAAC,CAAC,SAAS,oDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-all-projects.ts
|
|
4
|
+
const PenpotGetAllProjectsInput = zod.z.object({}).describe("Request model for getting all projects - no parameters required.");
|
|
5
|
+
const PenpotGetAllProjects_ProjectSchema = zod.z.object({
|
|
6
|
+
id: zod.z.string().describe("Unique identifier for the project").nullable().optional(),
|
|
7
|
+
name: zod.z.string().describe("Name of the project").nullable().optional(),
|
|
8
|
+
"team-id": zod.z.string().describe("ID of the team that owns this project").nullable().optional(),
|
|
9
|
+
"is-pinned": zod.z.boolean().describe("Whether the project is pinned").nullable().optional(),
|
|
10
|
+
"created-at": zod.z.string().describe("Timestamp when the project was created").nullable().optional(),
|
|
11
|
+
"is-default": zod.z.boolean().describe("Whether this is the default project for the team").nullable().optional(),
|
|
12
|
+
"modified-at": zod.z.string().describe("Timestamp when the project was last modified").nullable().optional()
|
|
13
|
+
}).describe("Represents a Penpot project.");
|
|
14
|
+
const PenpotGetAllProjectsOutput = zod.z.object({ projects: zod.z.array(PenpotGetAllProjects_ProjectSchema).describe("List of all projects across all teams") }).describe("Response model containing all projects across all teams.");
|
|
15
|
+
const penpotGetAllProjects = require_action.action("PENPOT_GET_ALL_PROJECTS", {
|
|
16
|
+
slug: "penpot-get-all-projects",
|
|
17
|
+
name: "Get All Projects",
|
|
18
|
+
description: "Tool to retrieve all projects across all teams in Penpot. Use when you need a complete list of projects regardless of team membership.",
|
|
19
|
+
input: PenpotGetAllProjectsInput,
|
|
20
|
+
output: PenpotGetAllProjectsOutput
|
|
21
|
+
});
|
|
22
|
+
//#endregion
|
|
23
|
+
exports.penpotGetAllProjects = penpotGetAllProjects;
|
|
24
|
+
|
|
25
|
+
//# sourceMappingURL=get-all-projects.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-all-projects.cjs","names":["z","action"],"sources":["../../src/actions/get-all-projects.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotGetAllProjectsInput: z.ZodTypeAny = z.object({}).describe(\"Request model for getting all projects - no parameters required.\");\nconst PenpotGetAllProjects_ProjectSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the project\").nullable().optional(),\n name: z.string().describe(\"Name of the project\").nullable().optional(),\n \"team-id\": z.string().describe(\"ID of the team that owns this project\").nullable().optional(),\n \"is-pinned\": z.boolean().describe(\"Whether the project is pinned\").nullable().optional(),\n \"created-at\": z.string().describe(\"Timestamp when the project was created\").nullable().optional(),\n \"is-default\": z.boolean().describe(\"Whether this is the default project for the team\").nullable().optional(),\n \"modified-at\": z.string().describe(\"Timestamp when the project was last modified\").nullable().optional(),\n}).describe(\"Represents a Penpot project.\");\nexport const PenpotGetAllProjectsOutput: z.ZodTypeAny = z.object({\n projects: z.array(PenpotGetAllProjects_ProjectSchema).describe(\"List of all projects across all teams\"),\n}).describe(\"Response model containing all projects across all teams.\");\n\nexport const penpotGetAllProjects = action(\"PENPOT_GET_ALL_PROJECTS\", {\n slug: \"penpot-get-all-projects\",\n name: \"Get All Projects\",\n description: \"Tool to retrieve all projects across all teams in Penpot. Use when you need a complete list of projects regardless of team membership.\",\n input: PenpotGetAllProjectsInput,\n output: PenpotGetAllProjectsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0CA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,kEAAkE;AAC/I,MAAM,qCAAmDA,IAAAA,EAAE,OAAO;CAChE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,aAAaA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,cAAcA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACzG,CAAC,CAAC,CAAC,SAAS,8BAA8B;AAC1C,MAAa,6BAA2CA,IAAAA,EAAE,OAAO,EAC/D,UAAUA,IAAAA,EAAE,MAAM,kCAAkC,CAAC,CAAC,SAAS,uCAAuC,EACxG,CAAC,CAAC,CAAC,SAAS,0DAA0D;AAEtE,MAAa,uBAAuBC,eAAAA,OAAO,2BAA2B;CACpE,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/get-all-projects.d.ts
|
|
4
|
+
declare const PenpotGetAllProjectsInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotGetAllProjectsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotGetAllProjects: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotGetAllProjects };
|
|
9
|
+
//# sourceMappingURL=get-all-projects.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-all-projects.d.cts","names":[],"sources":["../../src/actions/get-all-projects.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAAsG;AAAA,cAUnI,0BAAA,EAA4B,CAAA,CAAE,UAE4B;AAAA,cAE1D,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-all-projects.d.ts
|
|
4
|
+
declare const PenpotGetAllProjectsInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotGetAllProjectsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotGetAllProjects: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotGetAllProjects };
|
|
9
|
+
//# sourceMappingURL=get-all-projects.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-all-projects.d.mts","names":[],"sources":["../../src/actions/get-all-projects.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAAsG;AAAA,cAUnI,0BAAA,EAA4B,CAAA,CAAE,UAE4B;AAAA,cAE1D,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-all-projects.ts
|
|
4
|
+
const PenpotGetAllProjectsInput = z.object({}).describe("Request model for getting all projects - no parameters required.");
|
|
5
|
+
const PenpotGetAllProjects_ProjectSchema = z.object({
|
|
6
|
+
id: z.string().describe("Unique identifier for the project").nullable().optional(),
|
|
7
|
+
name: z.string().describe("Name of the project").nullable().optional(),
|
|
8
|
+
"team-id": z.string().describe("ID of the team that owns this project").nullable().optional(),
|
|
9
|
+
"is-pinned": z.boolean().describe("Whether the project is pinned").nullable().optional(),
|
|
10
|
+
"created-at": z.string().describe("Timestamp when the project was created").nullable().optional(),
|
|
11
|
+
"is-default": z.boolean().describe("Whether this is the default project for the team").nullable().optional(),
|
|
12
|
+
"modified-at": z.string().describe("Timestamp when the project was last modified").nullable().optional()
|
|
13
|
+
}).describe("Represents a Penpot project.");
|
|
14
|
+
const penpotGetAllProjects = action("PENPOT_GET_ALL_PROJECTS", {
|
|
15
|
+
slug: "penpot-get-all-projects",
|
|
16
|
+
name: "Get All Projects",
|
|
17
|
+
description: "Tool to retrieve all projects across all teams in Penpot. Use when you need a complete list of projects regardless of team membership.",
|
|
18
|
+
input: PenpotGetAllProjectsInput,
|
|
19
|
+
output: z.object({ projects: z.array(PenpotGetAllProjects_ProjectSchema).describe("List of all projects across all teams") }).describe("Response model containing all projects across all teams.")
|
|
20
|
+
});
|
|
21
|
+
//#endregion
|
|
22
|
+
export { penpotGetAllProjects };
|
|
23
|
+
|
|
24
|
+
//# sourceMappingURL=get-all-projects.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-all-projects.mjs","names":[],"sources":["../../src/actions/get-all-projects.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotGetAllProjectsInput: z.ZodTypeAny = z.object({}).describe(\"Request model for getting all projects - no parameters required.\");\nconst PenpotGetAllProjects_ProjectSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the project\").nullable().optional(),\n name: z.string().describe(\"Name of the project\").nullable().optional(),\n \"team-id\": z.string().describe(\"ID of the team that owns this project\").nullable().optional(),\n \"is-pinned\": z.boolean().describe(\"Whether the project is pinned\").nullable().optional(),\n \"created-at\": z.string().describe(\"Timestamp when the project was created\").nullable().optional(),\n \"is-default\": z.boolean().describe(\"Whether this is the default project for the team\").nullable().optional(),\n \"modified-at\": z.string().describe(\"Timestamp when the project was last modified\").nullable().optional(),\n}).describe(\"Represents a Penpot project.\");\nexport const PenpotGetAllProjectsOutput: z.ZodTypeAny = z.object({\n projects: z.array(PenpotGetAllProjects_ProjectSchema).describe(\"List of all projects across all teams\"),\n}).describe(\"Response model containing all projects across all teams.\");\n\nexport const penpotGetAllProjects = action(\"PENPOT_GET_ALL_PROJECTS\", {\n slug: \"penpot-get-all-projects\",\n name: \"Get All Projects\",\n description: \"Tool to retrieve all projects across all teams in Penpot. Use when you need a complete list of projects regardless of team membership.\",\n input: PenpotGetAllProjectsInput,\n output: PenpotGetAllProjectsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0C,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,kEAAkE;AAC/I,MAAM,qCAAmD,EAAE,OAAO;CAChE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,aAAa,EAAE,QAAQ,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,cAAc,EAAE,QAAQ,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACzG,CAAC,CAAC,CAAC,SAAS,8BAA8B;AAK1C,MAAa,uBAAuB,OAAO,2BAA2B;CACpE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATsD,EAAE,OAAO,EAC/D,UAAU,EAAE,MAAM,kCAAkC,CAAC,CAAC,SAAS,uCAAuC,EACxG,CAAC,CAAC,CAAC,SAAS,0DAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-builtin-templates.ts
|
|
4
|
+
const PenpotGetBuiltinTemplatesInput = zod.z.object({}).describe("Request model for getting builtin templates.\nThis endpoint requires no parameters.");
|
|
5
|
+
const PenpotGetBuiltinTemplates_BuiltinTemplateSchema = zod.z.object({
|
|
6
|
+
id: zod.z.string().describe("Unique identifier for the template."),
|
|
7
|
+
name: zod.z.string().describe("Human-readable name of the template.")
|
|
8
|
+
}).describe("Represents a single builtin template available in Penpot.");
|
|
9
|
+
const PenpotGetBuiltinTemplatesOutput = zod.z.object({ templates: zod.z.array(PenpotGetBuiltinTemplates_BuiltinTemplateSchema).describe("List of available builtin templates in Penpot.") }).describe("Response containing the list of available builtin templates.");
|
|
10
|
+
const penpotGetBuiltinTemplates = require_action.action("PENPOT_GET_BUILTIN_TEMPLATES", {
|
|
11
|
+
slug: "penpot-get-builtin-templates",
|
|
12
|
+
name: "Get Builtin Templates",
|
|
13
|
+
description: "Tool to get the list of builtin templates available in Penpot. Use when you need to see which templates are available for creating new projects.",
|
|
14
|
+
input: PenpotGetBuiltinTemplatesInput,
|
|
15
|
+
output: PenpotGetBuiltinTemplatesOutput
|
|
16
|
+
});
|
|
17
|
+
//#endregion
|
|
18
|
+
exports.penpotGetBuiltinTemplates = penpotGetBuiltinTemplates;
|
|
19
|
+
|
|
20
|
+
//# sourceMappingURL=get-builtin-templates.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-builtin-templates.cjs","names":["z","action"],"sources":["../../src/actions/get-builtin-templates.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotGetBuiltinTemplatesInput: z.ZodTypeAny = z.object({}).describe(\"Request model for getting builtin templates.\\nThis endpoint requires no parameters.\");\nconst PenpotGetBuiltinTemplates_BuiltinTemplateSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the template.\"),\n name: z.string().describe(\"Human-readable name of the template.\"),\n}).describe(\"Represents a single builtin template available in Penpot.\");\nexport const PenpotGetBuiltinTemplatesOutput: z.ZodTypeAny = z.object({\n templates: z.array(PenpotGetBuiltinTemplates_BuiltinTemplateSchema).describe(\"List of available builtin templates in Penpot.\"),\n}).describe(\"Response containing the list of available builtin templates.\");\n\nexport const penpotGetBuiltinTemplates = action(\"PENPOT_GET_BUILTIN_TEMPLATES\", {\n slug: \"penpot-get-builtin-templates\",\n name: \"Get Builtin Templates\",\n description: \"Tool to get the list of builtin templates available in Penpot. Use when you need to see which templates are available for creating new projects.\",\n input: PenpotGetBuiltinTemplatesInput,\n output: PenpotGetBuiltinTemplatesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+CA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,qFAAqF;AACvK,MAAM,kDAAgEA,IAAAA,EAAE,OAAO;CAC7E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC;CAC7D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;AAClE,CAAC,CAAC,CAAC,SAAS,2DAA2D;AACvE,MAAa,kCAAgDA,IAAAA,EAAE,OAAO,EACpE,WAAWA,IAAAA,EAAE,MAAM,+CAA+C,CAAC,CAAC,SAAS,gDAAgD,EAC/H,CAAC,CAAC,CAAC,SAAS,8DAA8D;AAE1E,MAAa,4BAA4BC,eAAAA,OAAO,gCAAgC;CAC9E,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/get-builtin-templates.d.ts
|
|
4
|
+
declare const PenpotGetBuiltinTemplatesInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotGetBuiltinTemplatesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotGetBuiltinTemplates: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotGetBuiltinTemplates };
|
|
9
|
+
//# sourceMappingURL=get-builtin-templates.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-builtin-templates.d.cts","names":[],"sources":["../../src/actions/get-builtin-templates.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAAyH;AAAA,cAK3J,+BAAA,EAAiC,CAAA,CAAE,UAE2B;AAAA,cAE9D,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-builtin-templates.d.ts
|
|
4
|
+
declare const PenpotGetBuiltinTemplatesInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotGetBuiltinTemplatesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotGetBuiltinTemplates: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotGetBuiltinTemplates };
|
|
9
|
+
//# sourceMappingURL=get-builtin-templates.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-builtin-templates.d.mts","names":[],"sources":["../../src/actions/get-builtin-templates.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAAyH;AAAA,cAK3J,+BAAA,EAAiC,CAAA,CAAE,UAE2B;AAAA,cAE9D,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-builtin-templates.ts
|
|
4
|
+
const PenpotGetBuiltinTemplatesInput = z.object({}).describe("Request model for getting builtin templates.\nThis endpoint requires no parameters.");
|
|
5
|
+
const PenpotGetBuiltinTemplates_BuiltinTemplateSchema = z.object({
|
|
6
|
+
id: z.string().describe("Unique identifier for the template."),
|
|
7
|
+
name: z.string().describe("Human-readable name of the template.")
|
|
8
|
+
}).describe("Represents a single builtin template available in Penpot.");
|
|
9
|
+
const penpotGetBuiltinTemplates = action("PENPOT_GET_BUILTIN_TEMPLATES", {
|
|
10
|
+
slug: "penpot-get-builtin-templates",
|
|
11
|
+
name: "Get Builtin Templates",
|
|
12
|
+
description: "Tool to get the list of builtin templates available in Penpot. Use when you need to see which templates are available for creating new projects.",
|
|
13
|
+
input: PenpotGetBuiltinTemplatesInput,
|
|
14
|
+
output: z.object({ templates: z.array(PenpotGetBuiltinTemplates_BuiltinTemplateSchema).describe("List of available builtin templates in Penpot.") }).describe("Response containing the list of available builtin templates.")
|
|
15
|
+
});
|
|
16
|
+
//#endregion
|
|
17
|
+
export { penpotGetBuiltinTemplates };
|
|
18
|
+
|
|
19
|
+
//# sourceMappingURL=get-builtin-templates.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-builtin-templates.mjs","names":[],"sources":["../../src/actions/get-builtin-templates.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotGetBuiltinTemplatesInput: z.ZodTypeAny = z.object({}).describe(\"Request model for getting builtin templates.\\nThis endpoint requires no parameters.\");\nconst PenpotGetBuiltinTemplates_BuiltinTemplateSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the template.\"),\n name: z.string().describe(\"Human-readable name of the template.\"),\n}).describe(\"Represents a single builtin template available in Penpot.\");\nexport const PenpotGetBuiltinTemplatesOutput: z.ZodTypeAny = z.object({\n templates: z.array(PenpotGetBuiltinTemplates_BuiltinTemplateSchema).describe(\"List of available builtin templates in Penpot.\"),\n}).describe(\"Response containing the list of available builtin templates.\");\n\nexport const penpotGetBuiltinTemplates = action(\"PENPOT_GET_BUILTIN_TEMPLATES\", {\n slug: \"penpot-get-builtin-templates\",\n name: \"Get Builtin Templates\",\n description: \"Tool to get the list of builtin templates available in Penpot. Use when you need to see which templates are available for creating new projects.\",\n input: PenpotGetBuiltinTemplatesInput,\n output: PenpotGetBuiltinTemplatesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+C,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,qFAAqF;AACvK,MAAM,kDAAgE,EAAE,OAAO;CAC7E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC;CAC7D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;AAClE,CAAC,CAAC,CAAC,SAAS,2DAA2D;AAKvE,MAAa,4BAA4B,OAAO,gCAAgC;CAC9E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT2D,EAAE,OAAO,EACpE,WAAW,EAAE,MAAM,+CAA+C,CAAC,CAAC,SAAS,gDAAgD,EAC/H,CAAC,CAAC,CAAC,SAAS,8DAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-comment-thread.ts
|
|
4
|
+
const PenpotGetCommentThreadInput = zod.z.object({
|
|
5
|
+
id: zod.z.string().describe("UUID of the comment thread to retrieve"),
|
|
6
|
+
file_id: zod.z.string().describe("UUID of the file containing the comment thread"),
|
|
7
|
+
share_id: zod.z.string().describe("Optional UUID for shared file access").optional()
|
|
8
|
+
}).describe("Request model for fetching a specific comment thread in Penpot.");
|
|
9
|
+
const PenpotGetCommentThread_CommentSchema = zod.z.object({
|
|
10
|
+
id: zod.z.string().describe("UUID of the comment").nullable().optional(),
|
|
11
|
+
content: zod.z.string().describe("Text content of the comment").nullable().optional(),
|
|
12
|
+
owner_id: zod.z.string().describe("UUID of the comment author").nullable().optional(),
|
|
13
|
+
thread_id: zod.z.string().describe("UUID of the parent thread").nullable().optional(),
|
|
14
|
+
created_at: zod.z.string().describe("Timestamp when comment was created").nullable().optional(),
|
|
15
|
+
modified_at: zod.z.string().describe("Timestamp when comment was last modified").nullable().optional()
|
|
16
|
+
}).describe("Individual comment within a thread.");
|
|
17
|
+
const PenpotGetCommentThread_ThreadPositionSchema = zod.z.object({
|
|
18
|
+
x: zod.z.number().describe("X coordinate position").nullable().optional(),
|
|
19
|
+
y: zod.z.number().describe("Y coordinate position").nullable().optional(),
|
|
20
|
+
page_id: zod.z.string().describe("UUID of the page").nullable().optional(),
|
|
21
|
+
frame_id: zod.z.string().describe("UUID of the frame if applicable").nullable().optional()
|
|
22
|
+
}).describe("Position coordinates for a comment thread on the canvas.");
|
|
23
|
+
const PenpotGetCommentThread_CommentParticipantSchema = zod.z.object({
|
|
24
|
+
id: zod.z.string().describe("UUID of the participant").nullable().optional(),
|
|
25
|
+
name: zod.z.string().describe("Name of the participant").nullable().optional(),
|
|
26
|
+
email: zod.z.string().describe("Email of the participant").nullable().optional()
|
|
27
|
+
}).describe("Participant in a comment thread.");
|
|
28
|
+
const PenpotGetCommentThreadOutput = zod.z.object({
|
|
29
|
+
id: zod.z.string().describe("UUID of the comment thread").nullable().optional(),
|
|
30
|
+
file_id: zod.z.string().describe("UUID of the file containing the thread").nullable().optional(),
|
|
31
|
+
page_id: zod.z.string().describe("UUID of the page containing the thread").nullable().optional(),
|
|
32
|
+
comments: zod.z.array(PenpotGetCommentThread_CommentSchema).describe("List of comments in the thread").nullable().optional(),
|
|
33
|
+
owner_id: zod.z.string().describe("UUID of the thread owner/creator").nullable().optional(),
|
|
34
|
+
position: PenpotGetCommentThread_ThreadPositionSchema.nullable().optional(),
|
|
35
|
+
created_at: zod.z.string().describe("Timestamp when the thread was created").nullable().optional(),
|
|
36
|
+
is_resolved: zod.z.boolean().describe("Whether the comment thread is resolved").nullable().optional(),
|
|
37
|
+
modified_at: zod.z.string().describe("Timestamp when the thread was last modified").nullable().optional(),
|
|
38
|
+
participants: zod.z.union([zod.z.array(zod.z.string()), zod.z.array(PenpotGetCommentThread_CommentParticipantSchema)]).nullable().optional()
|
|
39
|
+
}).describe("Response model for a comment thread retrieved from Penpot.\nContains thread metadata and associated comments.");
|
|
40
|
+
const penpotGetCommentThread = require_action.action("PENPOT_GET_COMMENT_THREAD", {
|
|
41
|
+
slug: "penpot-get-comment-thread",
|
|
42
|
+
name: "Get Comment Thread",
|
|
43
|
+
description: "Tool to retrieve a specific comment thread from a Penpot file. Use when you need to fetch details about a comment thread including its comments, participants, and metadata.",
|
|
44
|
+
input: PenpotGetCommentThreadInput,
|
|
45
|
+
output: PenpotGetCommentThreadOutput
|
|
46
|
+
});
|
|
47
|
+
//#endregion
|
|
48
|
+
exports.penpotGetCommentThread = penpotGetCommentThread;
|
|
49
|
+
|
|
50
|
+
//# sourceMappingURL=get-comment-thread.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-comment-thread.cjs","names":["z","action"],"sources":["../../src/actions/get-comment-thread.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotGetCommentThreadInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the comment thread to retrieve\"),\n file_id: z.string().describe(\"UUID of the file containing the comment thread\"),\n share_id: z.string().describe(\"Optional UUID for shared file access\").optional(),\n}).describe(\"Request model for fetching a specific comment thread in Penpot.\");\nconst PenpotGetCommentThread_CommentSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the comment\").nullable().optional(),\n content: z.string().describe(\"Text content of the comment\").nullable().optional(),\n owner_id: z.string().describe(\"UUID of the comment author\").nullable().optional(),\n thread_id: z.string().describe(\"UUID of the parent thread\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when comment was created\").nullable().optional(),\n modified_at: z.string().describe(\"Timestamp when comment was last modified\").nullable().optional(),\n}).describe(\"Individual comment within a thread.\");\nconst PenpotGetCommentThread_ThreadPositionSchema: z.ZodTypeAny = z.object({\n x: z.number().describe(\"X coordinate position\").nullable().optional(),\n y: z.number().describe(\"Y coordinate position\").nullable().optional(),\n page_id: z.string().describe(\"UUID of the page\").nullable().optional(),\n frame_id: z.string().describe(\"UUID of the frame if applicable\").nullable().optional(),\n}).describe(\"Position coordinates for a comment thread on the canvas.\");\nconst PenpotGetCommentThread_CommentParticipantSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the participant\").nullable().optional(),\n name: z.string().describe(\"Name of the participant\").nullable().optional(),\n email: z.string().describe(\"Email of the participant\").nullable().optional(),\n}).describe(\"Participant in a comment thread.\");\nexport const PenpotGetCommentThreadOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the comment thread\").nullable().optional(),\n file_id: z.string().describe(\"UUID of the file containing the thread\").nullable().optional(),\n page_id: z.string().describe(\"UUID of the page containing the thread\").nullable().optional(),\n comments: z.array(PenpotGetCommentThread_CommentSchema).describe(\"List of comments in the thread\").nullable().optional(),\n owner_id: z.string().describe(\"UUID of the thread owner/creator\").nullable().optional(),\n position: PenpotGetCommentThread_ThreadPositionSchema.nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the thread was created\").nullable().optional(),\n is_resolved: z.boolean().describe(\"Whether the comment thread is resolved\").nullable().optional(),\n modified_at: z.string().describe(\"Timestamp when the thread was last modified\").nullable().optional(),\n participants: z.union([z.array(z.string()), z.array(PenpotGetCommentThread_CommentParticipantSchema)]).nullable().optional(),\n}).describe(\"Response model for a comment thread retrieved from Penpot.\\nContains thread metadata and associated comments.\");\n\nexport const penpotGetCommentThread = action(\"PENPOT_GET_COMMENT_THREAD\", {\n slug: \"penpot-get-comment-thread\",\n name: \"Get Comment Thread\",\n description: \"Tool to retrieve a specific comment thread from a Penpot file. Use when you need to fetch details about a comment thread including its comments, participants, and metadata.\",\n input: PenpotGetCommentThreadInput,\n output: PenpotGetCommentThreadOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-comment-thread.d.ts
|
|
4
|
+
declare const PenpotGetCommentThreadInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotGetCommentThreadOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotGetCommentThread: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotGetCommentThread };
|
|
9
|
+
//# sourceMappingURL=get-comment-thread.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-comment-thread.d.cts","names":[],"sources":["../../src/actions/get-comment-thread.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAIkC;AAAA,cAoBjE,4BAAA,EAA8B,CAAA,CAAE,UAW+E;AAAA,cAE/G,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-comment-thread.d.ts
|
|
4
|
+
declare const PenpotGetCommentThreadInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotGetCommentThreadOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotGetCommentThread: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotGetCommentThread };
|
|
9
|
+
//# sourceMappingURL=get-comment-thread.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-comment-thread.d.mts","names":[],"sources":["../../src/actions/get-comment-thread.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAIkC;AAAA,cAoBjE,4BAAA,EAA8B,CAAA,CAAE,UAW+E;AAAA,cAE/G,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-comment-thread.ts
|
|
4
|
+
const PenpotGetCommentThreadInput = z.object({
|
|
5
|
+
id: z.string().describe("UUID of the comment thread to retrieve"),
|
|
6
|
+
file_id: z.string().describe("UUID of the file containing the comment thread"),
|
|
7
|
+
share_id: z.string().describe("Optional UUID for shared file access").optional()
|
|
8
|
+
}).describe("Request model for fetching a specific comment thread in Penpot.");
|
|
9
|
+
const PenpotGetCommentThread_CommentSchema = z.object({
|
|
10
|
+
id: z.string().describe("UUID of the comment").nullable().optional(),
|
|
11
|
+
content: z.string().describe("Text content of the comment").nullable().optional(),
|
|
12
|
+
owner_id: z.string().describe("UUID of the comment author").nullable().optional(),
|
|
13
|
+
thread_id: z.string().describe("UUID of the parent thread").nullable().optional(),
|
|
14
|
+
created_at: z.string().describe("Timestamp when comment was created").nullable().optional(),
|
|
15
|
+
modified_at: z.string().describe("Timestamp when comment was last modified").nullable().optional()
|
|
16
|
+
}).describe("Individual comment within a thread.");
|
|
17
|
+
const PenpotGetCommentThread_ThreadPositionSchema = z.object({
|
|
18
|
+
x: z.number().describe("X coordinate position").nullable().optional(),
|
|
19
|
+
y: z.number().describe("Y coordinate position").nullable().optional(),
|
|
20
|
+
page_id: z.string().describe("UUID of the page").nullable().optional(),
|
|
21
|
+
frame_id: z.string().describe("UUID of the frame if applicable").nullable().optional()
|
|
22
|
+
}).describe("Position coordinates for a comment thread on the canvas.");
|
|
23
|
+
const PenpotGetCommentThread_CommentParticipantSchema = z.object({
|
|
24
|
+
id: z.string().describe("UUID of the participant").nullable().optional(),
|
|
25
|
+
name: z.string().describe("Name of the participant").nullable().optional(),
|
|
26
|
+
email: z.string().describe("Email of the participant").nullable().optional()
|
|
27
|
+
}).describe("Participant in a comment thread.");
|
|
28
|
+
const penpotGetCommentThread = action("PENPOT_GET_COMMENT_THREAD", {
|
|
29
|
+
slug: "penpot-get-comment-thread",
|
|
30
|
+
name: "Get Comment Thread",
|
|
31
|
+
description: "Tool to retrieve a specific comment thread from a Penpot file. Use when you need to fetch details about a comment thread including its comments, participants, and metadata.",
|
|
32
|
+
input: PenpotGetCommentThreadInput,
|
|
33
|
+
output: z.object({
|
|
34
|
+
id: z.string().describe("UUID of the comment thread").nullable().optional(),
|
|
35
|
+
file_id: z.string().describe("UUID of the file containing the thread").nullable().optional(),
|
|
36
|
+
page_id: z.string().describe("UUID of the page containing the thread").nullable().optional(),
|
|
37
|
+
comments: z.array(PenpotGetCommentThread_CommentSchema).describe("List of comments in the thread").nullable().optional(),
|
|
38
|
+
owner_id: z.string().describe("UUID of the thread owner/creator").nullable().optional(),
|
|
39
|
+
position: PenpotGetCommentThread_ThreadPositionSchema.nullable().optional(),
|
|
40
|
+
created_at: z.string().describe("Timestamp when the thread was created").nullable().optional(),
|
|
41
|
+
is_resolved: z.boolean().describe("Whether the comment thread is resolved").nullable().optional(),
|
|
42
|
+
modified_at: z.string().describe("Timestamp when the thread was last modified").nullable().optional(),
|
|
43
|
+
participants: z.union([z.array(z.string()), z.array(PenpotGetCommentThread_CommentParticipantSchema)]).nullable().optional()
|
|
44
|
+
}).describe("Response model for a comment thread retrieved from Penpot.\nContains thread metadata and associated comments.")
|
|
45
|
+
});
|
|
46
|
+
//#endregion
|
|
47
|
+
export { penpotGetCommentThread };
|
|
48
|
+
|
|
49
|
+
//# sourceMappingURL=get-comment-thread.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-comment-thread.mjs","names":[],"sources":["../../src/actions/get-comment-thread.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotGetCommentThreadInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the comment thread to retrieve\"),\n file_id: z.string().describe(\"UUID of the file containing the comment thread\"),\n share_id: z.string().describe(\"Optional UUID for shared file access\").optional(),\n}).describe(\"Request model for fetching a specific comment thread in Penpot.\");\nconst PenpotGetCommentThread_CommentSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the comment\").nullable().optional(),\n content: z.string().describe(\"Text content of the comment\").nullable().optional(),\n owner_id: z.string().describe(\"UUID of the comment author\").nullable().optional(),\n thread_id: z.string().describe(\"UUID of the parent thread\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when comment was created\").nullable().optional(),\n modified_at: z.string().describe(\"Timestamp when comment was last modified\").nullable().optional(),\n}).describe(\"Individual comment within a thread.\");\nconst PenpotGetCommentThread_ThreadPositionSchema: z.ZodTypeAny = z.object({\n x: z.number().describe(\"X coordinate position\").nullable().optional(),\n y: z.number().describe(\"Y coordinate position\").nullable().optional(),\n page_id: z.string().describe(\"UUID of the page\").nullable().optional(),\n frame_id: z.string().describe(\"UUID of the frame if applicable\").nullable().optional(),\n}).describe(\"Position coordinates for a comment thread on the canvas.\");\nconst PenpotGetCommentThread_CommentParticipantSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the participant\").nullable().optional(),\n name: z.string().describe(\"Name of the participant\").nullable().optional(),\n email: z.string().describe(\"Email of the participant\").nullable().optional(),\n}).describe(\"Participant in a comment thread.\");\nexport const PenpotGetCommentThreadOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the comment thread\").nullable().optional(),\n file_id: z.string().describe(\"UUID of the file containing the thread\").nullable().optional(),\n page_id: z.string().describe(\"UUID of the page containing the thread\").nullable().optional(),\n comments: z.array(PenpotGetCommentThread_CommentSchema).describe(\"List of comments in the thread\").nullable().optional(),\n owner_id: z.string().describe(\"UUID of the thread owner/creator\").nullable().optional(),\n position: PenpotGetCommentThread_ThreadPositionSchema.nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the thread was created\").nullable().optional(),\n is_resolved: z.boolean().describe(\"Whether the comment thread is resolved\").nullable().optional(),\n modified_at: z.string().describe(\"Timestamp when the thread was last modified\").nullable().optional(),\n participants: z.union([z.array(z.string()), z.array(PenpotGetCommentThread_CommentParticipantSchema)]).nullable().optional(),\n}).describe(\"Response model for a comment thread retrieved from Penpot.\\nContains thread metadata and associated comments.\");\n\nexport const penpotGetCommentThread = action(\"PENPOT_GET_COMMENT_THREAD\", {\n slug: \"penpot-get-comment-thread\",\n name: \"Get Comment Thread\",\n description: \"Tool to retrieve a specific comment thread from a Penpot file. Use when you need to fetch details about a comment thread including its comments, participants, and metadata.\",\n input: PenpotGetCommentThreadInput,\n output: PenpotGetCommentThreadOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-comment-threads.ts
|
|
4
|
+
const PenpotGetCommentThreadsInput = zod.z.object({ file_id: zod.z.string().describe("The UUID of the file to retrieve comment threads for") }).describe("Request model for fetching all comment threads for a file.");
|
|
5
|
+
const PenpotGetCommentThreads_CommentThreadSchema = zod.z.object({
|
|
6
|
+
id: zod.z.string().describe("Unique identifier for the comment thread").nullable().optional(),
|
|
7
|
+
content: zod.z.string().describe("Content of the comment thread").nullable().optional(),
|
|
8
|
+
file_id: zod.z.string().describe("ID of the file this thread belongs to").nullable().optional(),
|
|
9
|
+
page_id: zod.z.string().describe("ID of the page where the thread is located").nullable().optional(),
|
|
10
|
+
owner_id: zod.z.string().describe("ID of the user who created the thread").nullable().optional(),
|
|
11
|
+
position: zod.z.object({}).describe("Position coordinates of the comment thread on the page").nullable().optional(),
|
|
12
|
+
created_at: zod.z.string().describe("Timestamp when the thread was created").nullable().optional(),
|
|
13
|
+
is_resolved: zod.z.boolean().describe("Whether the comment thread has been resolved").nullable().optional(),
|
|
14
|
+
modified_at: zod.z.string().describe("Timestamp when the thread was last modified").nullable().optional(),
|
|
15
|
+
participants: zod.z.array(zod.z.string()).describe("List of user IDs participating in the thread").nullable().optional()
|
|
16
|
+
}).describe("Model representing a single comment thread.");
|
|
17
|
+
const PenpotGetCommentThreadsOutput = zod.z.object({ threads: zod.z.array(PenpotGetCommentThreads_CommentThreadSchema).describe("List of comment threads in the file").nullable().optional() }).describe("Response model containing all comment threads for a file.");
|
|
18
|
+
const penpotGetCommentThreads = require_action.action("PENPOT_GET_COMMENT_THREADS", {
|
|
19
|
+
slug: "penpot-get-comment-threads",
|
|
20
|
+
name: "Get Comment Threads",
|
|
21
|
+
description: "Tool to retrieve all comment threads for a Penpot file. Use when you need to fetch comments and discussions associated with a specific file.",
|
|
22
|
+
input: PenpotGetCommentThreadsInput,
|
|
23
|
+
output: PenpotGetCommentThreadsOutput
|
|
24
|
+
});
|
|
25
|
+
//#endregion
|
|
26
|
+
exports.penpotGetCommentThreads = penpotGetCommentThreads;
|
|
27
|
+
|
|
28
|
+
//# sourceMappingURL=get-comment-threads.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-comment-threads.cjs","names":["z","action"],"sources":["../../src/actions/get-comment-threads.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotGetCommentThreadsInput: z.ZodTypeAny = z.object({\n file_id: z.string().describe(\"The UUID of the file to retrieve comment threads for\"),\n}).describe(\"Request model for fetching all comment threads for a file.\");\nconst PenpotGetCommentThreads_CommentThreadSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the comment thread\").nullable().optional(),\n content: z.string().describe(\"Content of the comment thread\").nullable().optional(),\n file_id: z.string().describe(\"ID of the file this thread belongs to\").nullable().optional(),\n page_id: z.string().describe(\"ID of the page where the thread is located\").nullable().optional(),\n owner_id: z.string().describe(\"ID of the user who created the thread\").nullable().optional(),\n position: z.object({}).describe(\"Position coordinates of the comment thread on the page\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the thread was created\").nullable().optional(),\n is_resolved: z.boolean().describe(\"Whether the comment thread has been resolved\").nullable().optional(),\n modified_at: z.string().describe(\"Timestamp when the thread was last modified\").nullable().optional(),\n participants: z.array(z.string()).describe(\"List of user IDs participating in the thread\").nullable().optional(),\n}).describe(\"Model representing a single comment thread.\");\nexport const PenpotGetCommentThreadsOutput: z.ZodTypeAny = z.object({\n threads: z.array(PenpotGetCommentThreads_CommentThreadSchema).describe(\"List of comment threads in the file\").nullable().optional(),\n}).describe(\"Response model containing all comment threads for a file.\");\n\nexport const penpotGetCommentThreads = action(\"PENPOT_GET_COMMENT_THREADS\", {\n slug: \"penpot-get-comment-threads\",\n name: \"Get Comment Threads\",\n description: \"Tool to retrieve all comment threads for a Penpot file. Use when you need to fetch comments and discussions associated with a specific file.\",\n input: PenpotGetCommentThreadsInput,\n output: PenpotGetCommentThreadsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6CA,IAAAA,EAAE,OAAO,EACjE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,EACrF,CAAC,CAAC,CAAC,SAAS,4DAA4D;AACxE,MAAM,8CAA4DA,IAAAA,EAAE,OAAO;CACzE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9G,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7F,aAAaA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,cAAcA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjH,CAAC,CAAC,CAAC,SAAS,6CAA6C;AACzD,MAAa,gCAA8CA,IAAAA,EAAE,OAAO,EAClE,SAASA,IAAAA,EAAE,MAAM,2CAA2C,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACpI,CAAC,CAAC,CAAC,SAAS,2DAA2D;AAEvE,MAAa,0BAA0BC,eAAAA,OAAO,8BAA8B;CAC1E,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/get-comment-threads.d.ts
|
|
4
|
+
declare const PenpotGetCommentThreadsInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotGetCommentThreadsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotGetCommentThreads: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotGetCommentThreads };
|
|
9
|
+
//# sourceMappingURL=get-comment-threads.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-comment-threads.d.cts","names":[],"sources":["../../src/actions/get-comment-threads.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAE4B;AAAA,cAa5D,6BAAA,EAA+B,CAAA,CAAE,UAE0B;AAAA,cAE3D,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-comment-threads.d.ts
|
|
4
|
+
declare const PenpotGetCommentThreadsInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotGetCommentThreadsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotGetCommentThreads: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotGetCommentThreads };
|
|
9
|
+
//# sourceMappingURL=get-comment-threads.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-comment-threads.d.mts","names":[],"sources":["../../src/actions/get-comment-threads.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAE4B;AAAA,cAa5D,6BAAA,EAA+B,CAAA,CAAE,UAE0B;AAAA,cAE3D,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-comment-threads.ts
|
|
4
|
+
const PenpotGetCommentThreadsInput = z.object({ file_id: z.string().describe("The UUID of the file to retrieve comment threads for") }).describe("Request model for fetching all comment threads for a file.");
|
|
5
|
+
const PenpotGetCommentThreads_CommentThreadSchema = z.object({
|
|
6
|
+
id: z.string().describe("Unique identifier for the comment thread").nullable().optional(),
|
|
7
|
+
content: z.string().describe("Content of the comment thread").nullable().optional(),
|
|
8
|
+
file_id: z.string().describe("ID of the file this thread belongs to").nullable().optional(),
|
|
9
|
+
page_id: z.string().describe("ID of the page where the thread is located").nullable().optional(),
|
|
10
|
+
owner_id: z.string().describe("ID of the user who created the thread").nullable().optional(),
|
|
11
|
+
position: z.object({}).describe("Position coordinates of the comment thread on the page").nullable().optional(),
|
|
12
|
+
created_at: z.string().describe("Timestamp when the thread was created").nullable().optional(),
|
|
13
|
+
is_resolved: z.boolean().describe("Whether the comment thread has been resolved").nullable().optional(),
|
|
14
|
+
modified_at: z.string().describe("Timestamp when the thread was last modified").nullable().optional(),
|
|
15
|
+
participants: z.array(z.string()).describe("List of user IDs participating in the thread").nullable().optional()
|
|
16
|
+
}).describe("Model representing a single comment thread.");
|
|
17
|
+
const penpotGetCommentThreads = action("PENPOT_GET_COMMENT_THREADS", {
|
|
18
|
+
slug: "penpot-get-comment-threads",
|
|
19
|
+
name: "Get Comment Threads",
|
|
20
|
+
description: "Tool to retrieve all comment threads for a Penpot file. Use when you need to fetch comments and discussions associated with a specific file.",
|
|
21
|
+
input: PenpotGetCommentThreadsInput,
|
|
22
|
+
output: z.object({ threads: z.array(PenpotGetCommentThreads_CommentThreadSchema).describe("List of comment threads in the file").nullable().optional() }).describe("Response model containing all comment threads for a file.")
|
|
23
|
+
});
|
|
24
|
+
//#endregion
|
|
25
|
+
export { penpotGetCommentThreads };
|
|
26
|
+
|
|
27
|
+
//# sourceMappingURL=get-comment-threads.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-comment-threads.mjs","names":[],"sources":["../../src/actions/get-comment-threads.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotGetCommentThreadsInput: z.ZodTypeAny = z.object({\n file_id: z.string().describe(\"The UUID of the file to retrieve comment threads for\"),\n}).describe(\"Request model for fetching all comment threads for a file.\");\nconst PenpotGetCommentThreads_CommentThreadSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the comment thread\").nullable().optional(),\n content: z.string().describe(\"Content of the comment thread\").nullable().optional(),\n file_id: z.string().describe(\"ID of the file this thread belongs to\").nullable().optional(),\n page_id: z.string().describe(\"ID of the page where the thread is located\").nullable().optional(),\n owner_id: z.string().describe(\"ID of the user who created the thread\").nullable().optional(),\n position: z.object({}).describe(\"Position coordinates of the comment thread on the page\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the thread was created\").nullable().optional(),\n is_resolved: z.boolean().describe(\"Whether the comment thread has been resolved\").nullable().optional(),\n modified_at: z.string().describe(\"Timestamp when the thread was last modified\").nullable().optional(),\n participants: z.array(z.string()).describe(\"List of user IDs participating in the thread\").nullable().optional(),\n}).describe(\"Model representing a single comment thread.\");\nexport const PenpotGetCommentThreadsOutput: z.ZodTypeAny = z.object({\n threads: z.array(PenpotGetCommentThreads_CommentThreadSchema).describe(\"List of comment threads in the file\").nullable().optional(),\n}).describe(\"Response model containing all comment threads for a file.\");\n\nexport const penpotGetCommentThreads = action(\"PENPOT_GET_COMMENT_THREADS\", {\n slug: \"penpot-get-comment-threads\",\n name: \"Get Comment Threads\",\n description: \"Tool to retrieve all comment threads for a Penpot file. Use when you need to fetch comments and discussions associated with a specific file.\",\n input: PenpotGetCommentThreadsInput,\n output: PenpotGetCommentThreadsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6C,EAAE,OAAO,EACjE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,EACrF,CAAC,CAAC,CAAC,SAAS,4DAA4D;AACxE,MAAM,8CAA4D,EAAE,OAAO;CACzE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,UAAU,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9G,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7F,aAAa,EAAE,QAAQ,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,cAAc,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjH,CAAC,CAAC,CAAC,SAAS,6CAA6C;AAKzD,MAAa,0BAA0B,OAAO,8BAA8B;CAC1E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATyD,EAAE,OAAO,EAClE,SAAS,EAAE,MAAM,2CAA2C,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACpI,CAAC,CAAC,CAAC,SAAS,2DAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-comments.ts
|
|
4
|
+
const PenpotGetCommentsInput = zod.z.object({ thread_id: zod.z.string().describe("UUID of the comment thread to retrieve comments from") }).describe("Request model for fetching all comments in a thread.");
|
|
5
|
+
const PenpotGetComments_CommentItemSchema = zod.z.object({
|
|
6
|
+
id: zod.z.string().describe("UUID of the comment").nullable().optional(),
|
|
7
|
+
content: zod.z.string().describe("Text content of the comment").nullable().optional(),
|
|
8
|
+
owner_id: zod.z.string().describe("UUID of the comment author").nullable().optional(),
|
|
9
|
+
thread_id: zod.z.string().describe("UUID of the parent thread").nullable().optional(),
|
|
10
|
+
created_at: zod.z.string().describe("Timestamp when comment was created").nullable().optional(),
|
|
11
|
+
modified_at: zod.z.string().describe("Timestamp when comment was last modified").nullable().optional()
|
|
12
|
+
}).describe("Individual comment within a thread.");
|
|
13
|
+
const PenpotGetCommentsOutput = zod.z.object({ comments: zod.z.array(PenpotGetComments_CommentItemSchema).describe("List of comments in the thread").nullable().optional() }).describe("Response model for comments retrieved from a thread.\nReturns a list of all comments in the specified thread.");
|
|
14
|
+
const penpotGetComments = require_action.action("PENPOT_GET_COMMENTS", {
|
|
15
|
+
slug: "penpot-get-comments",
|
|
16
|
+
name: "Get Comments",
|
|
17
|
+
description: "Tool to retrieve all comments in a comment thread. Use when you need to fetch all comments from a specific thread.",
|
|
18
|
+
input: PenpotGetCommentsInput,
|
|
19
|
+
output: PenpotGetCommentsOutput
|
|
20
|
+
});
|
|
21
|
+
//#endregion
|
|
22
|
+
exports.penpotGetComments = penpotGetComments;
|
|
23
|
+
|
|
24
|
+
//# sourceMappingURL=get-comments.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-comments.cjs","names":["z","action"],"sources":["../../src/actions/get-comments.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotGetCommentsInput: z.ZodTypeAny = z.object({\n thread_id: z.string().describe(\"UUID of the comment thread to retrieve comments from\"),\n}).describe(\"Request model for fetching all comments in a thread.\");\nconst PenpotGetComments_CommentItemSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the comment\").nullable().optional(),\n content: z.string().describe(\"Text content of the comment\").nullable().optional(),\n owner_id: z.string().describe(\"UUID of the comment author\").nullable().optional(),\n thread_id: z.string().describe(\"UUID of the parent thread\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when comment was created\").nullable().optional(),\n modified_at: z.string().describe(\"Timestamp when comment was last modified\").nullable().optional(),\n}).describe(\"Individual comment within a thread.\");\nexport const PenpotGetCommentsOutput: z.ZodTypeAny = z.object({\n comments: z.array(PenpotGetComments_CommentItemSchema).describe(\"List of comments in the thread\").nullable().optional(),\n}).describe(\"Response model for comments retrieved from a thread.\\nReturns a list of all comments in the specified thread.\");\n\nexport const penpotGetComments = action(\"PENPOT_GET_COMMENTS\", {\n slug: \"penpot-get-comments\",\n name: \"Get Comments\",\n description: \"Tool to retrieve all comments in a comment thread. Use when you need to fetch all comments from a specific thread.\",\n input: PenpotGetCommentsInput,\n output: PenpotGetCommentsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yBAAuCA,IAAAA,EAAE,OAAO,EAC3D,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,EACvF,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAClE,MAAM,sCAAoDA,IAAAA,EAAE,OAAO;CACjE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnG,CAAC,CAAC,CAAC,SAAS,qCAAqC;AACjD,MAAa,0BAAwCA,IAAAA,EAAE,OAAO,EAC5D,UAAUA,IAAAA,EAAE,MAAM,mCAAmC,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACxH,CAAC,CAAC,CAAC,SAAS,+GAA+G;AAE3H,MAAa,oBAAoBC,eAAAA,OAAO,uBAAuB;CAC7D,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/get-comments.d.ts
|
|
4
|
+
declare const PenpotGetCommentsInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotGetCommentsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotGetComments: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotGetComments };
|
|
9
|
+
//# sourceMappingURL=get-comments.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-comments.d.cts","names":[],"sources":["../../src/actions/get-comments.ts"],"mappings":";;;cAIa,sBAAA,EAAwB,CAAA,CAAE,UAE4B;AAAA,cAStD,uBAAA,EAAyB,CAAA,CAAE,UAEoF;AAAA,cAE/G,iBAAA,gCAAiB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-comments.d.ts
|
|
4
|
+
declare const PenpotGetCommentsInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotGetCommentsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotGetComments: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotGetComments };
|
|
9
|
+
//# sourceMappingURL=get-comments.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-comments.d.mts","names":[],"sources":["../../src/actions/get-comments.ts"],"mappings":";;;cAIa,sBAAA,EAAwB,CAAA,CAAE,UAE4B;AAAA,cAStD,uBAAA,EAAyB,CAAA,CAAE,UAEoF;AAAA,cAE/G,iBAAA,gCAAiB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-comments.ts
|
|
4
|
+
const PenpotGetCommentsInput = z.object({ thread_id: z.string().describe("UUID of the comment thread to retrieve comments from") }).describe("Request model for fetching all comments in a thread.");
|
|
5
|
+
const PenpotGetComments_CommentItemSchema = z.object({
|
|
6
|
+
id: z.string().describe("UUID of the comment").nullable().optional(),
|
|
7
|
+
content: z.string().describe("Text content of the comment").nullable().optional(),
|
|
8
|
+
owner_id: z.string().describe("UUID of the comment author").nullable().optional(),
|
|
9
|
+
thread_id: z.string().describe("UUID of the parent thread").nullable().optional(),
|
|
10
|
+
created_at: z.string().describe("Timestamp when comment was created").nullable().optional(),
|
|
11
|
+
modified_at: z.string().describe("Timestamp when comment was last modified").nullable().optional()
|
|
12
|
+
}).describe("Individual comment within a thread.");
|
|
13
|
+
const penpotGetComments = action("PENPOT_GET_COMMENTS", {
|
|
14
|
+
slug: "penpot-get-comments",
|
|
15
|
+
name: "Get Comments",
|
|
16
|
+
description: "Tool to retrieve all comments in a comment thread. Use when you need to fetch all comments from a specific thread.",
|
|
17
|
+
input: PenpotGetCommentsInput,
|
|
18
|
+
output: z.object({ comments: z.array(PenpotGetComments_CommentItemSchema).describe("List of comments in the thread").nullable().optional() }).describe("Response model for comments retrieved from a thread.\nReturns a list of all comments in the specified thread.")
|
|
19
|
+
});
|
|
20
|
+
//#endregion
|
|
21
|
+
export { penpotGetComments };
|
|
22
|
+
|
|
23
|
+
//# sourceMappingURL=get-comments.mjs.map
|