@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
package/README.md
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# @keystrokehq/penpot
|
|
2
|
+
|
|
3
|
+
Keystroke-managed integration.
|
|
4
|
+
|
|
5
|
+
**App:** `penpot`
|
|
6
|
+
**Version:** `20260615_00`
|
|
7
|
+
**Actions:** 90
|
|
8
|
+
|
|
9
|
+
```ts
|
|
10
|
+
import { defineAgent } from "@keystrokehq/keystroke/agent";
|
|
11
|
+
import { penpotCreateAccessToken } from "@keystrokehq/penpot/actions";
|
|
12
|
+
|
|
13
|
+
export default defineAgent({
|
|
14
|
+
key: "penpot-agent",
|
|
15
|
+
tools: [penpotCreateAccessToken],
|
|
16
|
+
});
|
|
17
|
+
```
|
package/dist/action.cjs
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
const require_app = require("./app.cjs");
|
|
2
|
+
const require_execute = require("./execute.cjs");
|
|
3
|
+
require("zod");
|
|
4
|
+
//#region src/action.ts
|
|
5
|
+
/** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */
|
|
6
|
+
function action(tool, def) {
|
|
7
|
+
return require_app.penpot.action({
|
|
8
|
+
slug: def.slug,
|
|
9
|
+
name: def.name,
|
|
10
|
+
description: def.description,
|
|
11
|
+
input: def.input,
|
|
12
|
+
output: def.output,
|
|
13
|
+
async run(input) {
|
|
14
|
+
return def.output.parse(await require_execute.executePenpotTool(tool, input));
|
|
15
|
+
}
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
//#endregion
|
|
19
|
+
exports.action = action;
|
|
20
|
+
|
|
21
|
+
//# sourceMappingURL=action.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"action.cjs","names":["penpot","executePenpotTool"],"sources":["../src/action.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { penpot } from \"./app\";\nimport { executePenpotTool } from \"./execute\";\n\n/** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */\nexport function action(\n tool: string,\n def: {\n slug: string;\n name: string;\n description: string;\n input: z.ZodTypeAny;\n output: z.ZodTypeAny;\n },\n) {\n return penpot.action({\n slug: def.slug,\n name: def.name,\n description: def.description,\n input: def.input,\n output: def.output,\n async run(input) {\n return def.output.parse(await executePenpotTool(tool, input as Record<string, unknown>));\n },\n });\n}\n"],"mappings":";;;;;AAMA,SAAgB,OACd,MACA,KAOA;CACA,OAAOA,YAAAA,OAAO,OAAO;EACnB,MAAM,IAAI;EACV,MAAM,IAAI;EACV,aAAa,IAAI;EACjB,OAAO,IAAI;EACX,QAAQ,IAAI;EACZ,MAAM,IAAI,OAAO;GACf,OAAO,IAAI,OAAO,MAAM,MAAMC,gBAAAA,kBAAkB,MAAM,KAAgC,CAAC;EACzF;CACF,CAAC;AACH"}
|
package/dist/action.mjs
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { penpot } from "./app.mjs";
|
|
2
|
+
import { executePenpotTool } from "./execute.mjs";
|
|
3
|
+
import "zod";
|
|
4
|
+
//#region src/action.ts
|
|
5
|
+
/** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */
|
|
6
|
+
function action(tool, def) {
|
|
7
|
+
return penpot.action({
|
|
8
|
+
slug: def.slug,
|
|
9
|
+
name: def.name,
|
|
10
|
+
description: def.description,
|
|
11
|
+
input: def.input,
|
|
12
|
+
output: def.output,
|
|
13
|
+
async run(input) {
|
|
14
|
+
return def.output.parse(await executePenpotTool(tool, input));
|
|
15
|
+
}
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
//#endregion
|
|
19
|
+
export { action };
|
|
20
|
+
|
|
21
|
+
//# sourceMappingURL=action.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"action.mjs","names":[],"sources":["../src/action.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { penpot } from \"./app\";\nimport { executePenpotTool } from \"./execute\";\n\n/** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */\nexport function action(\n tool: string,\n def: {\n slug: string;\n name: string;\n description: string;\n input: z.ZodTypeAny;\n output: z.ZodTypeAny;\n },\n) {\n return penpot.action({\n slug: def.slug,\n name: def.name,\n description: def.description,\n input: def.input,\n output: def.output,\n async run(input) {\n return def.output.parse(await executePenpotTool(tool, input as Record<string, unknown>));\n },\n });\n}\n"],"mappings":";;;;;AAMA,SAAgB,OACd,MACA,KAOA;CACA,OAAO,OAAO,OAAO;EACnB,MAAM,IAAI;EACV,MAAM,IAAI;EACV,aAAa,IAAI;EACjB,OAAO,IAAI;EACX,QAAQ,IAAI;EACZ,MAAM,IAAI,OAAO;GACf,OAAO,IAAI,OAAO,MAAM,MAAM,kBAAkB,MAAM,KAAgC,CAAC;EACzF;CACF,CAAC;AACH"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/create-access-token.ts
|
|
4
|
+
const PenpotCreateAccessTokenInput = zod.z.object({
|
|
5
|
+
name: zod.z.string().describe("Descriptive name for the access token to help identify its purpose. Must be between 1 and 250 characters."),
|
|
6
|
+
expiration: zod.z.string().describe("Optional expiration duration for the token in ISO 8601 duration format (e.g., 'P30D' for 30 days, 'P90D' for 90 days). If not provided, the token may not expire or use the default expiration policy.").optional()
|
|
7
|
+
}).describe("Request model for creating a personal access token.");
|
|
8
|
+
const PenpotCreateAccessTokenOutput = zod.z.object({
|
|
9
|
+
id: zod.z.string().describe("Unique identifier for the access token").nullable().optional(),
|
|
10
|
+
name: zod.z.string().describe("Name of the access token as provided in the request").nullable().optional(),
|
|
11
|
+
token: zod.z.string().describe("The generated access token string. This is the only time the full token will be visible, so it should be stored securely.").nullable().optional(),
|
|
12
|
+
user_id: zod.z.string().describe("ID of the user who created the token").nullable().optional(),
|
|
13
|
+
created_at: zod.z.string().describe("Timestamp when the token was created").nullable().optional(),
|
|
14
|
+
expires_at: zod.z.string().describe("Timestamp when the token will expire, if an expiration was set").nullable().optional()
|
|
15
|
+
}).describe("Response model for creating a personal access token.\nReturns the newly created token details.");
|
|
16
|
+
const penpotCreateAccessToken = require_action.action("PENPOT_CREATE_ACCESS_TOKEN", {
|
|
17
|
+
slug: "penpot-create-access-token",
|
|
18
|
+
name: "Create Access Token",
|
|
19
|
+
description: "Tool to create a personal access token for API authentication in Penpot. Use when you need to generate a new token for authenticating API requests. The token will only be shown once during creation, so it should be stored securely.",
|
|
20
|
+
input: PenpotCreateAccessTokenInput,
|
|
21
|
+
output: PenpotCreateAccessTokenOutput
|
|
22
|
+
});
|
|
23
|
+
//#endregion
|
|
24
|
+
exports.penpotCreateAccessToken = penpotCreateAccessToken;
|
|
25
|
+
|
|
26
|
+
//# sourceMappingURL=create-access-token.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-access-token.cjs","names":["z","action"],"sources":["../../src/actions/create-access-token.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotCreateAccessTokenInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Descriptive name for the access token to help identify its purpose. Must be between 1 and 250 characters.\"),\n expiration: z.string().describe(\"Optional expiration duration for the token in ISO 8601 duration format (e.g., 'P30D' for 30 days, 'P90D' for 90 days). If not provided, the token may not expire or use the default expiration policy.\").optional(),\n}).describe(\"Request model for creating a personal access token.\");\nexport const PenpotCreateAccessTokenOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the access token\").nullable().optional(),\n name: z.string().describe(\"Name of the access token as provided in the request\").nullable().optional(),\n token: z.string().describe(\"The generated access token string. This is the only time the full token will be visible, so it should be stored securely.\").nullable().optional(),\n user_id: z.string().describe(\"ID of the user who created the token\").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 will expire, if an expiration was set\").nullable().optional(),\n}).describe(\"Response model for creating a personal access token.\\nReturns the newly created token details.\");\n\nexport const penpotCreateAccessToken = action(\"PENPOT_CREATE_ACCESS_TOKEN\", {\n slug: \"penpot-create-access-token\",\n name: \"Create Access Token\",\n description: \"Tool to create a personal access token for API authentication in Penpot. Use when you need to generate a new token for authenticating API requests. The token will only be shown once during creation, so it should be stored securely.\",\n input: PenpotCreateAccessTokenInput,\n output: PenpotCreateAccessTokenOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6CA,IAAAA,EAAE,OAAO;CACjE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2GAA2G;CACrI,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wMAAwM,CAAC,CAAC,SAAS;AACrP,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAa,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2HAA2H,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5K,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxH,CAAC,CAAC,CAAC,SAAS,gGAAgG;AAE5G,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/create-access-token.d.ts
|
|
4
|
+
declare const PenpotCreateAccessTokenInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotCreateAccessTokenOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotCreateAccessToken: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotCreateAccessToken };
|
|
9
|
+
//# sourceMappingURL=create-access-token.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-access-token.d.cts","names":[],"sources":["../../src/actions/create-access-token.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAGqB;AAAA,cACrD,6BAAA,EAA+B,CAAA,CAAE,UAO+D;AAAA,cAEhG,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/create-access-token.d.ts
|
|
4
|
+
declare const PenpotCreateAccessTokenInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotCreateAccessTokenOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotCreateAccessToken: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotCreateAccessToken };
|
|
9
|
+
//# sourceMappingURL=create-access-token.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-access-token.d.mts","names":[],"sources":["../../src/actions/create-access-token.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAGqB;AAAA,cACrD,6BAAA,EAA+B,CAAA,CAAE,UAO+D;AAAA,cAEhG,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const penpotCreateAccessToken = action("PENPOT_CREATE_ACCESS_TOKEN", {
|
|
4
|
+
slug: "penpot-create-access-token",
|
|
5
|
+
name: "Create Access Token",
|
|
6
|
+
description: "Tool to create a personal access token for API authentication in Penpot. Use when you need to generate a new token for authenticating API requests. The token will only be shown once during creation, so it should be stored securely.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
name: z.string().describe("Descriptive name for the access token to help identify its purpose. Must be between 1 and 250 characters."),
|
|
9
|
+
expiration: z.string().describe("Optional expiration duration for the token in ISO 8601 duration format (e.g., 'P30D' for 30 days, 'P90D' for 90 days). If not provided, the token may not expire or use the default expiration policy.").optional()
|
|
10
|
+
}).describe("Request model for creating a personal access token."),
|
|
11
|
+
output: z.object({
|
|
12
|
+
id: z.string().describe("Unique identifier for the access token").nullable().optional(),
|
|
13
|
+
name: z.string().describe("Name of the access token as provided in the request").nullable().optional(),
|
|
14
|
+
token: z.string().describe("The generated access token string. This is the only time the full token will be visible, so it should be stored securely.").nullable().optional(),
|
|
15
|
+
user_id: z.string().describe("ID of the user who created the token").nullable().optional(),
|
|
16
|
+
created_at: z.string().describe("Timestamp when the token was created").nullable().optional(),
|
|
17
|
+
expires_at: z.string().describe("Timestamp when the token will expire, if an expiration was set").nullable().optional()
|
|
18
|
+
}).describe("Response model for creating a personal access token.\nReturns the newly created token details.")
|
|
19
|
+
});
|
|
20
|
+
//#endregion
|
|
21
|
+
export { penpotCreateAccessToken };
|
|
22
|
+
|
|
23
|
+
//# sourceMappingURL=create-access-token.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-access-token.mjs","names":[],"sources":["../../src/actions/create-access-token.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotCreateAccessTokenInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Descriptive name for the access token to help identify its purpose. Must be between 1 and 250 characters.\"),\n expiration: z.string().describe(\"Optional expiration duration for the token in ISO 8601 duration format (e.g., 'P30D' for 30 days, 'P90D' for 90 days). If not provided, the token may not expire or use the default expiration policy.\").optional(),\n}).describe(\"Request model for creating a personal access token.\");\nexport const PenpotCreateAccessTokenOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the access token\").nullable().optional(),\n name: z.string().describe(\"Name of the access token as provided in the request\").nullable().optional(),\n token: z.string().describe(\"The generated access token string. This is the only time the full token will be visible, so it should be stored securely.\").nullable().optional(),\n user_id: z.string().describe(\"ID of the user who created the token\").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 will expire, if an expiration was set\").nullable().optional(),\n}).describe(\"Response model for creating a personal access token.\\nReturns the newly created token details.\");\n\nexport const penpotCreateAccessToken = action(\"PENPOT_CREATE_ACCESS_TOKEN\", {\n slug: \"penpot-create-access-token\",\n name: \"Create Access Token\",\n description: \"Tool to create a personal access token for API authentication in Penpot. Use when you need to generate a new token for authenticating API requests. The token will only be shown once during creation, so it should be stored securely.\",\n input: PenpotCreateAccessTokenInput,\n output: PenpotCreateAccessTokenOutput,\n});\n"],"mappings":";;AAiBA,MAAa,0BAA0B,OAAO,8BAA8B;CAC1E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAjBwD,EAAE,OAAO;EACjE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2GAA2G;EACrI,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,wMAAwM,CAAC,CAAC,SAAS;CACrP,CAAC,CAAC,CAAC,SAAS,qDAcH;CACP,QAdyD,EAAE,OAAO;EAClE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrG,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,2HAA2H,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC5K,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC5F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxH,CAAC,CAAC,CAAC,SAAS,gGAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/create-comment-thread.ts
|
|
4
|
+
const PenpotCreateCommentThreadInput = zod.z.object({
|
|
5
|
+
fileId: zod.z.string().describe("UUID of the file where the comment thread will be created"),
|
|
6
|
+
pageId: zod.z.string().describe("UUID of the page where the comment thread will be created"),
|
|
7
|
+
content: zod.z.string().describe("Content text of the comment thread"),
|
|
8
|
+
frameId: zod.z.string().describe("UUID of the frame where the comment thread will be placed. Use '00000000-0000-0000-0000-000000000000' for the root frame"),
|
|
9
|
+
shareId: zod.z.string().describe("Optional UUID for shared file context").optional(),
|
|
10
|
+
mentions: zod.z.array(zod.z.string()).describe("Optional list of user UUIDs to mention in the comment thread").optional(),
|
|
11
|
+
position: zod.z.string().describe("Position coordinates for the comment thread in the format 'x,y' (e.g., '100,200', '-50.5,100.3')")
|
|
12
|
+
}).describe("Request schema for creating a new comment thread on a Penpot file.");
|
|
13
|
+
const PenpotCreateCommentThreadOutput = zod.z.object({
|
|
14
|
+
id: zod.z.string().describe("UUID of the created comment thread").nullable().optional(),
|
|
15
|
+
fileId: zod.z.string().describe("UUID of the file containing the comment thread").nullable().optional(),
|
|
16
|
+
pageId: zod.z.string().describe("UUID of the page containing the comment thread").nullable().optional(),
|
|
17
|
+
content: zod.z.string().describe("Content text of the comment thread").nullable().optional(),
|
|
18
|
+
frameId: zod.z.string().describe("UUID of the frame containing the comment thread").nullable().optional(),
|
|
19
|
+
ownerId: zod.z.string().describe("UUID of the user who created the comment thread").nullable().optional(),
|
|
20
|
+
position: zod.z.union([zod.z.string(), zod.z.object({})]).nullable().optional(),
|
|
21
|
+
createdAt: zod.z.string().describe("Timestamp when the comment thread was created").nullable().optional(),
|
|
22
|
+
isResolved: zod.z.boolean().describe("Whether the comment thread has been resolved").nullable().optional(),
|
|
23
|
+
modifiedAt: zod.z.string().describe("Timestamp when the comment thread was last modified").nullable().optional()
|
|
24
|
+
}).describe("Response schema after creating a comment thread.");
|
|
25
|
+
const penpotCreateCommentThread = require_action.action("PENPOT_CREATE_COMMENT_THREAD", {
|
|
26
|
+
slug: "penpot-create-comment-thread",
|
|
27
|
+
name: "Create Comment Thread",
|
|
28
|
+
description: "Tool to create a new comment thread on a Penpot file at a specific position. Use when you need to add collaborative feedback or discussion points on design elements within a Penpot project.",
|
|
29
|
+
input: PenpotCreateCommentThreadInput,
|
|
30
|
+
output: PenpotCreateCommentThreadOutput
|
|
31
|
+
});
|
|
32
|
+
//#endregion
|
|
33
|
+
exports.penpotCreateCommentThread = penpotCreateCommentThread;
|
|
34
|
+
|
|
35
|
+
//# sourceMappingURL=create-comment-thread.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-comment-thread.cjs","names":["z","action"],"sources":["../../src/actions/create-comment-thread.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotCreateCommentThreadInput: z.ZodTypeAny = z.object({\n fileId: z.string().describe(\"UUID of the file where the comment thread will be created\"),\n pageId: z.string().describe(\"UUID of the page where the comment thread will be created\"),\n content: z.string().describe(\"Content text of the comment thread\"),\n frameId: z.string().describe(\"UUID of the frame where the comment thread will be placed. Use '00000000-0000-0000-0000-000000000000' for the root frame\"),\n shareId: z.string().describe(\"Optional UUID for shared file context\").optional(),\n mentions: z.array(z.string()).describe(\"Optional list of user UUIDs to mention in the comment thread\").optional(),\n position: z.string().describe(\"Position coordinates for the comment thread in the format 'x,y' (e.g., '100,200', '-50.5,100.3')\"),\n}).describe(\"Request schema for creating a new comment thread on a Penpot file.\");\nexport const PenpotCreateCommentThreadOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the created comment thread\").nullable().optional(),\n fileId: z.string().describe(\"UUID of the file containing the comment thread\").nullable().optional(),\n pageId: z.string().describe(\"UUID of the page containing the comment thread\").nullable().optional(),\n content: z.string().describe(\"Content text of the comment thread\").nullable().optional(),\n frameId: z.string().describe(\"UUID of the frame containing the comment thread\").nullable().optional(),\n ownerId: z.string().describe(\"UUID of the user who created the comment thread\").nullable().optional(),\n position: z.union([z.string(), z.object({})]).nullable().optional(),\n createdAt: z.string().describe(\"Timestamp when the comment thread was created\").nullable().optional(),\n isResolved: z.boolean().describe(\"Whether the comment thread has been resolved\").nullable().optional(),\n modifiedAt: z.string().describe(\"Timestamp when the comment thread was last modified\").nullable().optional(),\n}).describe(\"Response schema after creating a comment thread.\");\n\nexport const penpotCreateCommentThread = action(\"PENPOT_CREATE_COMMENT_THREAD\", {\n slug: \"penpot-create-comment-thread\",\n name: \"Create Comment Thread\",\n description: \"Tool to create a new comment thread on a Penpot file at a specific position. Use when you need to add collaborative feedback or discussion points on design elements within a Penpot project.\",\n input: PenpotCreateCommentThreadInput,\n output: PenpotCreateCommentThreadOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+CA,IAAAA,EAAE,OAAO;CACnE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;CACvF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;CACvF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;CACjE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0HAA0H;CACvJ,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;CAC/E,UAAUA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS;CAChH,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kGAAkG;AAClI,CAAC,CAAC,CAAC,SAAS,oEAAoE;AAChF,MAAa,kCAAgDA,IAAAA,EAAE,OAAO;CACpE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,UAAUA,IAAAA,EAAE,MAAM,CAACA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,YAAYA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC7G,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAE9D,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/create-comment-thread.d.ts
|
|
4
|
+
declare const PenpotCreateCommentThreadInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotCreateCommentThreadOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotCreateCommentThread: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotCreateCommentThread };
|
|
9
|
+
//# sourceMappingURL=create-comment-thread.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-comment-thread.d.cts","names":[],"sources":["../../src/actions/create-comment-thread.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAQkC;AAAA,cACpE,+BAAA,EAAiC,CAAA,CAAE,UAWe;AAAA,cAElD,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/create-comment-thread.d.ts
|
|
4
|
+
declare const PenpotCreateCommentThreadInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotCreateCommentThreadOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotCreateCommentThread: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotCreateCommentThread };
|
|
9
|
+
//# sourceMappingURL=create-comment-thread.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-comment-thread.d.mts","names":[],"sources":["../../src/actions/create-comment-thread.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAQkC;AAAA,cACpE,+BAAA,EAAiC,CAAA,CAAE,UAWe;AAAA,cAElD,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const penpotCreateCommentThread = action("PENPOT_CREATE_COMMENT_THREAD", {
|
|
4
|
+
slug: "penpot-create-comment-thread",
|
|
5
|
+
name: "Create Comment Thread",
|
|
6
|
+
description: "Tool to create a new comment thread on a Penpot file at a specific position. Use when you need to add collaborative feedback or discussion points on design elements within a Penpot project.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
fileId: z.string().describe("UUID of the file where the comment thread will be created"),
|
|
9
|
+
pageId: z.string().describe("UUID of the page where the comment thread will be created"),
|
|
10
|
+
content: z.string().describe("Content text of the comment thread"),
|
|
11
|
+
frameId: z.string().describe("UUID of the frame where the comment thread will be placed. Use '00000000-0000-0000-0000-000000000000' for the root frame"),
|
|
12
|
+
shareId: z.string().describe("Optional UUID for shared file context").optional(),
|
|
13
|
+
mentions: z.array(z.string()).describe("Optional list of user UUIDs to mention in the comment thread").optional(),
|
|
14
|
+
position: z.string().describe("Position coordinates for the comment thread in the format 'x,y' (e.g., '100,200', '-50.5,100.3')")
|
|
15
|
+
}).describe("Request schema for creating a new comment thread on a Penpot file."),
|
|
16
|
+
output: z.object({
|
|
17
|
+
id: z.string().describe("UUID of the created comment thread").nullable().optional(),
|
|
18
|
+
fileId: z.string().describe("UUID of the file containing the comment thread").nullable().optional(),
|
|
19
|
+
pageId: z.string().describe("UUID of the page containing the comment thread").nullable().optional(),
|
|
20
|
+
content: z.string().describe("Content text of the comment thread").nullable().optional(),
|
|
21
|
+
frameId: z.string().describe("UUID of the frame containing the comment thread").nullable().optional(),
|
|
22
|
+
ownerId: z.string().describe("UUID of the user who created the comment thread").nullable().optional(),
|
|
23
|
+
position: z.union([z.string(), z.object({})]).nullable().optional(),
|
|
24
|
+
createdAt: z.string().describe("Timestamp when the comment thread was created").nullable().optional(),
|
|
25
|
+
isResolved: z.boolean().describe("Whether the comment thread has been resolved").nullable().optional(),
|
|
26
|
+
modifiedAt: z.string().describe("Timestamp when the comment thread was last modified").nullable().optional()
|
|
27
|
+
}).describe("Response schema after creating a comment thread.")
|
|
28
|
+
});
|
|
29
|
+
//#endregion
|
|
30
|
+
export { penpotCreateCommentThread };
|
|
31
|
+
|
|
32
|
+
//# sourceMappingURL=create-comment-thread.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-comment-thread.mjs","names":[],"sources":["../../src/actions/create-comment-thread.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotCreateCommentThreadInput: z.ZodTypeAny = z.object({\n fileId: z.string().describe(\"UUID of the file where the comment thread will be created\"),\n pageId: z.string().describe(\"UUID of the page where the comment thread will be created\"),\n content: z.string().describe(\"Content text of the comment thread\"),\n frameId: z.string().describe(\"UUID of the frame where the comment thread will be placed. Use '00000000-0000-0000-0000-000000000000' for the root frame\"),\n shareId: z.string().describe(\"Optional UUID for shared file context\").optional(),\n mentions: z.array(z.string()).describe(\"Optional list of user UUIDs to mention in the comment thread\").optional(),\n position: z.string().describe(\"Position coordinates for the comment thread in the format 'x,y' (e.g., '100,200', '-50.5,100.3')\"),\n}).describe(\"Request schema for creating a new comment thread on a Penpot file.\");\nexport const PenpotCreateCommentThreadOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the created comment thread\").nullable().optional(),\n fileId: z.string().describe(\"UUID of the file containing the comment thread\").nullable().optional(),\n pageId: z.string().describe(\"UUID of the page containing the comment thread\").nullable().optional(),\n content: z.string().describe(\"Content text of the comment thread\").nullable().optional(),\n frameId: z.string().describe(\"UUID of the frame containing the comment thread\").nullable().optional(),\n ownerId: z.string().describe(\"UUID of the user who created the comment thread\").nullable().optional(),\n position: z.union([z.string(), z.object({})]).nullable().optional(),\n createdAt: z.string().describe(\"Timestamp when the comment thread was created\").nullable().optional(),\n isResolved: z.boolean().describe(\"Whether the comment thread has been resolved\").nullable().optional(),\n modifiedAt: z.string().describe(\"Timestamp when the comment thread was last modified\").nullable().optional(),\n}).describe(\"Response schema after creating a comment thread.\");\n\nexport const penpotCreateCommentThread = action(\"PENPOT_CREATE_COMMENT_THREAD\", {\n slug: \"penpot-create-comment-thread\",\n name: \"Create Comment Thread\",\n description: \"Tool to create a new comment thread on a Penpot file at a specific position. Use when you need to add collaborative feedback or discussion points on design elements within a Penpot project.\",\n input: PenpotCreateCommentThreadInput,\n output: PenpotCreateCommentThreadOutput,\n});\n"],"mappings":";;AA0BA,MAAa,4BAA4B,OAAO,gCAAgC;CAC9E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OA1B0D,EAAE,OAAO;EACnE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;EACvF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;EACvF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;EACjE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,0HAA0H;EACvJ,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;EAC/E,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS;EAChH,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,kGAAkG;CAClI,CAAC,CAAC,CAAC,SAAS,oEAkBH;CACP,QAlB2D,EAAE,OAAO;EACpE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClG,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClG,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpG,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpG,UAAU,EAAE,MAAM,CAAC,EAAE,OAAO,GAAG,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpG,YAAY,EAAE,QAAQ,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,CAAC,CAAC,CAAC,SAAS,kDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/create-file.ts
|
|
4
|
+
const PenpotCreateFileInput = zod.z.object({
|
|
5
|
+
id: zod.z.string().describe("Optional UUID to assign to the new file. If not provided, Penpot will generate one automatically.").optional(),
|
|
6
|
+
name: zod.z.string().describe("Name of the file to create. Maximum 250 characters."),
|
|
7
|
+
features: zod.z.array(zod.z.string()).describe("Set of feature flags to enable for this file.").optional(),
|
|
8
|
+
is_shared: zod.z.boolean().describe("Whether the file should be shared. Default is false.").optional(),
|
|
9
|
+
project_id: zod.z.string().describe("UUID of the project where the file will be created. Must be a valid UUID format.")
|
|
10
|
+
}).describe("Request model for creating a new design file in a Penpot project.");
|
|
11
|
+
const PenpotCreateFileOutput = zod.z.object({
|
|
12
|
+
id: zod.z.string().describe("UUID of the newly created file.").nullable().optional(),
|
|
13
|
+
name: zod.z.string().describe("Name of the created file.").nullable().optional(),
|
|
14
|
+
features: zod.z.array(zod.z.string()).describe("Set of feature flags enabled for the file.").nullable().optional(),
|
|
15
|
+
isShared: zod.z.boolean().describe("Whether the file is shared.").nullable().optional(),
|
|
16
|
+
createdAt: zod.z.string().describe("Timestamp when the file was created.").nullable().optional(),
|
|
17
|
+
projectId: zod.z.string().describe("UUID of the project where the file was created.").nullable().optional(),
|
|
18
|
+
modifiedAt: zod.z.string().describe("Timestamp when the file was last modified.").nullable().optional()
|
|
19
|
+
}).describe("Response model for creating a new design file in Penpot.");
|
|
20
|
+
const penpotCreateFile = require_action.action("PENPOT_CREATE_FILE", {
|
|
21
|
+
slug: "penpot-create-file",
|
|
22
|
+
name: "Create File",
|
|
23
|
+
description: "Tool to create a new design file in a Penpot project. Use when you need to create a new file for design work within a specific project.",
|
|
24
|
+
input: PenpotCreateFileInput,
|
|
25
|
+
output: PenpotCreateFileOutput
|
|
26
|
+
});
|
|
27
|
+
//#endregion
|
|
28
|
+
exports.penpotCreateFile = penpotCreateFile;
|
|
29
|
+
|
|
30
|
+
//# sourceMappingURL=create-file.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-file.cjs","names":["z","action"],"sources":["../../src/actions/create-file.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotCreateFileInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Optional UUID to assign to the new file. If not provided, Penpot will generate one automatically.\").optional(),\n name: z.string().describe(\"Name of the file to create. Maximum 250 characters.\"),\n features: z.array(z.string()).describe(\"Set of feature flags to enable for this file.\").optional(),\n is_shared: z.boolean().describe(\"Whether the file should be shared. Default is false.\").optional(),\n project_id: z.string().describe(\"UUID of the project where the file will be created. Must be a valid UUID format.\"),\n}).describe(\"Request model for creating a new design file in a Penpot project.\");\nexport const PenpotCreateFileOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the newly created file.\").nullable().optional(),\n name: z.string().describe(\"Name of the created file.\").nullable().optional(),\n features: z.array(z.string()).describe(\"Set of feature flags enabled for the file.\").nullable().optional(),\n isShared: z.boolean().describe(\"Whether the file is shared.\").nullable().optional(),\n createdAt: z.string().describe(\"Timestamp when the file was created.\").nullable().optional(),\n projectId: z.string().describe(\"UUID of the project where the file was created.\").nullable().optional(),\n modifiedAt: z.string().describe(\"Timestamp when the file was last modified.\").nullable().optional(),\n}).describe(\"Response model for creating a new design file in Penpot.\");\n\nexport const penpotCreateFile = action(\"PENPOT_CREATE_FILE\", {\n slug: \"penpot-create-file\",\n name: \"Create File\",\n description: \"Tool to create a new design file in a Penpot project. Use when you need to create a new file for design work within a specific project.\",\n input: PenpotCreateFileInput,\n output: PenpotCreateFileOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wBAAsCA,IAAAA,EAAE,OAAO;CAC1D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mGAAmG,CAAC,CAAC,SAAS;CACtI,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;CAC/E,UAAUA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;CACjG,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS;CACjG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kFAAkF;AACpH,CAAC,CAAC,CAAC,SAAS,mEAAmE;AAC/E,MAAa,yBAAuCA,IAAAA,EAAE,OAAO;CAC3D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3E,UAAUA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACpG,CAAC,CAAC,CAAC,SAAS,0DAA0D;AAEtE,MAAa,mBAAmBC,eAAAA,OAAO,sBAAsB;CAC3D,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/create-file.d.ts
|
|
4
|
+
declare const PenpotCreateFileInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotCreateFileOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotCreateFile: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotCreateFile };
|
|
9
|
+
//# sourceMappingURL=create-file.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-file.d.cts","names":[],"sources":["../../src/actions/create-file.ts"],"mappings":";;;cAIa,qBAAA,EAAuB,CAAA,CAAE,UAM0C;AAAA,cACnE,sBAAA,EAAwB,CAAA,CAAE,UAQgC;AAAA,cAE1D,gBAAA,gCAAgB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/create-file.d.ts
|
|
4
|
+
declare const PenpotCreateFileInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotCreateFileOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotCreateFile: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotCreateFile };
|
|
9
|
+
//# sourceMappingURL=create-file.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-file.d.mts","names":[],"sources":["../../src/actions/create-file.ts"],"mappings":";;;cAIa,qBAAA,EAAuB,CAAA,CAAE,UAM0C;AAAA,cACnE,sBAAA,EAAwB,CAAA,CAAE,UAQgC;AAAA,cAE1D,gBAAA,gCAAgB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const penpotCreateFile = action("PENPOT_CREATE_FILE", {
|
|
4
|
+
slug: "penpot-create-file",
|
|
5
|
+
name: "Create File",
|
|
6
|
+
description: "Tool to create a new design file in a Penpot project. Use when you need to create a new file for design work within a specific project.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
id: z.string().describe("Optional UUID to assign to the new file. If not provided, Penpot will generate one automatically.").optional(),
|
|
9
|
+
name: z.string().describe("Name of the file to create. Maximum 250 characters."),
|
|
10
|
+
features: z.array(z.string()).describe("Set of feature flags to enable for this file.").optional(),
|
|
11
|
+
is_shared: z.boolean().describe("Whether the file should be shared. Default is false.").optional(),
|
|
12
|
+
project_id: z.string().describe("UUID of the project where the file will be created. Must be a valid UUID format.")
|
|
13
|
+
}).describe("Request model for creating a new design file in a Penpot project."),
|
|
14
|
+
output: z.object({
|
|
15
|
+
id: z.string().describe("UUID of the newly created file.").nullable().optional(),
|
|
16
|
+
name: z.string().describe("Name of the created file.").nullable().optional(),
|
|
17
|
+
features: z.array(z.string()).describe("Set of feature flags enabled for the file.").nullable().optional(),
|
|
18
|
+
isShared: z.boolean().describe("Whether the file is shared.").nullable().optional(),
|
|
19
|
+
createdAt: z.string().describe("Timestamp when the file was created.").nullable().optional(),
|
|
20
|
+
projectId: z.string().describe("UUID of the project where the file was created.").nullable().optional(),
|
|
21
|
+
modifiedAt: z.string().describe("Timestamp when the file was last modified.").nullable().optional()
|
|
22
|
+
}).describe("Response model for creating a new design file in Penpot.")
|
|
23
|
+
});
|
|
24
|
+
//#endregion
|
|
25
|
+
export { penpotCreateFile };
|
|
26
|
+
|
|
27
|
+
//# sourceMappingURL=create-file.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-file.mjs","names":[],"sources":["../../src/actions/create-file.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotCreateFileInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Optional UUID to assign to the new file. If not provided, Penpot will generate one automatically.\").optional(),\n name: z.string().describe(\"Name of the file to create. Maximum 250 characters.\"),\n features: z.array(z.string()).describe(\"Set of feature flags to enable for this file.\").optional(),\n is_shared: z.boolean().describe(\"Whether the file should be shared. Default is false.\").optional(),\n project_id: z.string().describe(\"UUID of the project where the file will be created. Must be a valid UUID format.\"),\n}).describe(\"Request model for creating a new design file in a Penpot project.\");\nexport const PenpotCreateFileOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the newly created file.\").nullable().optional(),\n name: z.string().describe(\"Name of the created file.\").nullable().optional(),\n features: z.array(z.string()).describe(\"Set of feature flags enabled for the file.\").nullable().optional(),\n isShared: z.boolean().describe(\"Whether the file is shared.\").nullable().optional(),\n createdAt: z.string().describe(\"Timestamp when the file was created.\").nullable().optional(),\n projectId: z.string().describe(\"UUID of the project where the file was created.\").nullable().optional(),\n modifiedAt: z.string().describe(\"Timestamp when the file was last modified.\").nullable().optional(),\n}).describe(\"Response model for creating a new design file in Penpot.\");\n\nexport const penpotCreateFile = action(\"PENPOT_CREATE_FILE\", {\n slug: \"penpot-create-file\",\n name: \"Create File\",\n description: \"Tool to create a new design file in a Penpot project. Use when you need to create a new file for design work within a specific project.\",\n input: PenpotCreateFileInput,\n output: PenpotCreateFileOutput,\n});\n"],"mappings":";;AAqBA,MAAa,mBAAmB,OAAO,sBAAsB;CAC3D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OArBiD,EAAE,OAAO;EAC1D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,mGAAmG,CAAC,CAAC,SAAS;EACtI,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;EAC/E,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;EACjG,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS;EACjG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,kFAAkF;CACpH,CAAC,CAAC,CAAC,SAAS,mEAeH;CACP,QAfkD,EAAE,OAAO;EAC3D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC/E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3E,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzG,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3F,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,CAAC,CAAC,CAAC,SAAS,0DAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/create-project.ts
|
|
4
|
+
const PenpotCreateProjectInput = zod.z.object({
|
|
5
|
+
id: zod.z.string().describe("Optional UUID for the project. If not provided, one will be generated automatically").optional(),
|
|
6
|
+
name: zod.z.string().describe("Name of the project to create"),
|
|
7
|
+
team_id: zod.z.string().describe("UUID of the team where the project will be created")
|
|
8
|
+
}).describe("Request model for creating a new project in Penpot.");
|
|
9
|
+
const PenpotCreateProjectOutput = zod.z.object({
|
|
10
|
+
id: zod.z.string().describe("UUID of the created project"),
|
|
11
|
+
name: zod.z.string().describe("Name of the created project"),
|
|
12
|
+
team_id: zod.z.string().describe("UUID of the team the project belongs to"),
|
|
13
|
+
created_at: zod.z.string().describe("Timestamp when the project was created").nullable().optional(),
|
|
14
|
+
is_default: zod.z.boolean().describe("Whether this is the default project for the team").nullable().optional(),
|
|
15
|
+
modified_at: zod.z.string().describe("Timestamp when the project was last modified").nullable().optional()
|
|
16
|
+
}).describe("Response model for CreateProject action.");
|
|
17
|
+
const penpotCreateProject = require_action.action("PENPOT_CREATE_PROJECT", {
|
|
18
|
+
slug: "penpot-create-project",
|
|
19
|
+
name: "Create Project",
|
|
20
|
+
description: "Tool to create a new project within a team in Penpot. Use when you need to organize design files into a new project space.",
|
|
21
|
+
input: PenpotCreateProjectInput,
|
|
22
|
+
output: PenpotCreateProjectOutput
|
|
23
|
+
});
|
|
24
|
+
//#endregion
|
|
25
|
+
exports.penpotCreateProject = penpotCreateProject;
|
|
26
|
+
|
|
27
|
+
//# sourceMappingURL=create-project.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-project.cjs","names":["z","action"],"sources":["../../src/actions/create-project.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotCreateProjectInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Optional UUID for the project. If not provided, one will be generated automatically\").optional(),\n name: z.string().describe(\"Name of the project to create\"),\n team_id: z.string().describe(\"UUID of the team where the project will be created\"),\n}).describe(\"Request model for creating a new project in Penpot.\");\nexport const PenpotCreateProjectOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the created project\"),\n name: z.string().describe(\"Name of the created project\"),\n team_id: z.string().describe(\"UUID of the team the project belongs to\"),\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(\"Response model for CreateProject action.\");\n\nexport const penpotCreateProject = action(\"PENPOT_CREATE_PROJECT\", {\n slug: \"penpot-create-project\",\n name: \"Create Project\",\n description: \"Tool to create a new project within a team in Penpot. Use when you need to organize design files into a new project space.\",\n input: PenpotCreateProjectInput,\n output: PenpotCreateProjectOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAAyCA,IAAAA,EAAE,OAAO;CAC7D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qFAAqF,CAAC,CAAC,SAAS;CACxH,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;CACzD,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;AACnF,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAa,4BAA0CA,IAAAA,EAAE,OAAO;CAC9D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;CACrD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;CACvD,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;CACtE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,YAAYA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvG,CAAC,CAAC,CAAC,SAAS,0CAA0C;AAEtD,MAAa,sBAAsBC,eAAAA,OAAO,yBAAyB;CACjE,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/create-project.d.ts
|
|
4
|
+
declare const PenpotCreateProjectInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotCreateProjectOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotCreateProject: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotCreateProject };
|
|
9
|
+
//# sourceMappingURL=create-project.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-project.d.cts","names":[],"sources":["../../src/actions/create-project.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAIyB;AAAA,cACrD,yBAAA,EAA2B,CAAA,CAAE,UAOa;AAAA,cAE1C,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/create-project.d.ts
|
|
4
|
+
declare const PenpotCreateProjectInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotCreateProjectOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotCreateProject: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotCreateProject };
|
|
9
|
+
//# sourceMappingURL=create-project.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-project.d.mts","names":[],"sources":["../../src/actions/create-project.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAIyB;AAAA,cACrD,yBAAA,EAA2B,CAAA,CAAE,UAOa;AAAA,cAE1C,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const penpotCreateProject = action("PENPOT_CREATE_PROJECT", {
|
|
4
|
+
slug: "penpot-create-project",
|
|
5
|
+
name: "Create Project",
|
|
6
|
+
description: "Tool to create a new project within a team in Penpot. Use when you need to organize design files into a new project space.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
id: z.string().describe("Optional UUID for the project. If not provided, one will be generated automatically").optional(),
|
|
9
|
+
name: z.string().describe("Name of the project to create"),
|
|
10
|
+
team_id: z.string().describe("UUID of the team where the project will be created")
|
|
11
|
+
}).describe("Request model for creating a new project in Penpot."),
|
|
12
|
+
output: z.object({
|
|
13
|
+
id: z.string().describe("UUID of the created project"),
|
|
14
|
+
name: z.string().describe("Name of the created project"),
|
|
15
|
+
team_id: z.string().describe("UUID of the team the project belongs to"),
|
|
16
|
+
created_at: z.string().describe("Timestamp when the project was created").nullable().optional(),
|
|
17
|
+
is_default: z.boolean().describe("Whether this is the default project for the team").nullable().optional(),
|
|
18
|
+
modified_at: z.string().describe("Timestamp when the project was last modified").nullable().optional()
|
|
19
|
+
}).describe("Response model for CreateProject action.")
|
|
20
|
+
});
|
|
21
|
+
//#endregion
|
|
22
|
+
export { penpotCreateProject };
|
|
23
|
+
|
|
24
|
+
//# sourceMappingURL=create-project.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-project.mjs","names":[],"sources":["../../src/actions/create-project.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotCreateProjectInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Optional UUID for the project. If not provided, one will be generated automatically\").optional(),\n name: z.string().describe(\"Name of the project to create\"),\n team_id: z.string().describe(\"UUID of the team where the project will be created\"),\n}).describe(\"Request model for creating a new project in Penpot.\");\nexport const PenpotCreateProjectOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the created project\"),\n name: z.string().describe(\"Name of the created project\"),\n team_id: z.string().describe(\"UUID of the team the project belongs to\"),\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(\"Response model for CreateProject action.\");\n\nexport const penpotCreateProject = action(\"PENPOT_CREATE_PROJECT\", {\n slug: \"penpot-create-project\",\n name: \"Create Project\",\n description: \"Tool to create a new project within a team in Penpot. Use when you need to organize design files into a new project space.\",\n input: PenpotCreateProjectInput,\n output: PenpotCreateProjectOutput,\n});\n"],"mappings":";;AAkBA,MAAa,sBAAsB,OAAO,yBAAyB;CACjE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAlBoD,EAAE,OAAO;EAC7D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,qFAAqF,CAAC,CAAC,SAAS;EACxH,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;EACzD,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;CACnF,CAAC,CAAC,CAAC,SAAS,qDAcH;CACP,QAdqD,EAAE,OAAO;EAC9D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;EACrD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;EACvD,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;EACtE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9F,YAAY,EAAE,QAAQ,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,CAAC,CAAC,CAAC,SAAS,0CAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/create-team-access-request.ts
|
|
4
|
+
const PenpotCreateTeamAccessRequestInput = zod.z.object({
|
|
5
|
+
file_id: zod.z.string().describe("The UUID of the file associated with the access request.").optional(),
|
|
6
|
+
team_id: zod.z.string().describe("The UUID of the team to request access to."),
|
|
7
|
+
is_viewer: zod.z.boolean().describe("Flag indicating if the user is requesting viewer access (true) or editor access (false).").optional()
|
|
8
|
+
});
|
|
9
|
+
const PenpotCreateTeamAccessRequestOutput = zod.z.object({ success: zod.z.boolean().describe("Indicates whether the access request was successfully created.").nullable().optional() });
|
|
10
|
+
const penpotCreateTeamAccessRequest = require_action.action("PENPOT_CREATE_TEAM_ACCESS_REQUEST", {
|
|
11
|
+
slug: "penpot-create-team-access-request",
|
|
12
|
+
name: "Create Team Access Request",
|
|
13
|
+
description: "Tool to request an invitation to join a Penpot team. Use when a user needs to request access to a team for collaboration.",
|
|
14
|
+
input: PenpotCreateTeamAccessRequestInput,
|
|
15
|
+
output: PenpotCreateTeamAccessRequestOutput
|
|
16
|
+
});
|
|
17
|
+
//#endregion
|
|
18
|
+
exports.penpotCreateTeamAccessRequest = penpotCreateTeamAccessRequest;
|
|
19
|
+
|
|
20
|
+
//# sourceMappingURL=create-team-access-request.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-team-access-request.cjs","names":["z","action"],"sources":["../../src/actions/create-team-access-request.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotCreateTeamAccessRequestInput: z.ZodTypeAny = z.object({\n file_id: z.string().describe(\"The UUID of the file associated with the access request.\").optional(),\n team_id: z.string().describe(\"The UUID of the team to request access to.\"),\n is_viewer: z.boolean().describe(\"Flag indicating if the user is requesting viewer access (true) or editor access (false).\").optional(),\n});\nexport const PenpotCreateTeamAccessRequestOutput: z.ZodTypeAny = z.object({\n success: z.boolean().describe(\"Indicates whether the access request was successfully created.\").nullable().optional(),\n});\n\nexport const penpotCreateTeamAccessRequest = action(\"PENPOT_CREATE_TEAM_ACCESS_REQUEST\", {\n slug: \"penpot-create-team-access-request\",\n name: \"Create Team Access Request\",\n description: \"Tool to request an invitation to join a Penpot team. Use when a user needs to request access to a team for collaboration.\",\n input: PenpotCreateTeamAccessRequestInput,\n output: PenpotCreateTeamAccessRequestOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAmDA,IAAAA,EAAE,OAAO;CACvE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;CAClG,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;CACzE,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,0FAA0F,CAAC,CAAC,SAAS;AACvI,CAAC;AACD,MAAa,sCAAoDA,IAAAA,EAAE,OAAO,EACxE,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACtH,CAAC;AAED,MAAa,gCAAgCC,eAAAA,OAAO,qCAAqC;CACvF,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/create-team-access-request.d.ts
|
|
4
|
+
declare const PenpotCreateTeamAccessRequestInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotCreateTeamAccessRequestOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotCreateTeamAccessRequest: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotCreateTeamAccessRequest };
|
|
9
|
+
//# sourceMappingURL=create-team-access-request.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-team-access-request.d.cts","names":[],"sources":["../../src/actions/create-team-access-request.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAIjD;AAAA,cACW,mCAAA,EAAqC,CAAA,CAAE,UAElD;AAAA,cAEW,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/create-team-access-request.d.ts
|
|
4
|
+
declare const PenpotCreateTeamAccessRequestInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotCreateTeamAccessRequestOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotCreateTeamAccessRequest: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotCreateTeamAccessRequest };
|
|
9
|
+
//# sourceMappingURL=create-team-access-request.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-team-access-request.d.mts","names":[],"sources":["../../src/actions/create-team-access-request.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAIjD;AAAA,cACW,mCAAA,EAAqC,CAAA,CAAE,UAElD;AAAA,cAEW,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const penpotCreateTeamAccessRequest = action("PENPOT_CREATE_TEAM_ACCESS_REQUEST", {
|
|
4
|
+
slug: "penpot-create-team-access-request",
|
|
5
|
+
name: "Create Team Access Request",
|
|
6
|
+
description: "Tool to request an invitation to join a Penpot team. Use when a user needs to request access to a team for collaboration.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
file_id: z.string().describe("The UUID of the file associated with the access request.").optional(),
|
|
9
|
+
team_id: z.string().describe("The UUID of the team to request access to."),
|
|
10
|
+
is_viewer: z.boolean().describe("Flag indicating if the user is requesting viewer access (true) or editor access (false).").optional()
|
|
11
|
+
}),
|
|
12
|
+
output: z.object({ success: z.boolean().describe("Indicates whether the access request was successfully created.").nullable().optional() })
|
|
13
|
+
});
|
|
14
|
+
//#endregion
|
|
15
|
+
export { penpotCreateTeamAccessRequest };
|
|
16
|
+
|
|
17
|
+
//# sourceMappingURL=create-team-access-request.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-team-access-request.mjs","names":[],"sources":["../../src/actions/create-team-access-request.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotCreateTeamAccessRequestInput: z.ZodTypeAny = z.object({\n file_id: z.string().describe(\"The UUID of the file associated with the access request.\").optional(),\n team_id: z.string().describe(\"The UUID of the team to request access to.\"),\n is_viewer: z.boolean().describe(\"Flag indicating if the user is requesting viewer access (true) or editor access (false).\").optional(),\n});\nexport const PenpotCreateTeamAccessRequestOutput: z.ZodTypeAny = z.object({\n success: z.boolean().describe(\"Indicates whether the access request was successfully created.\").nullable().optional(),\n});\n\nexport const penpotCreateTeamAccessRequest = action(\"PENPOT_CREATE_TEAM_ACCESS_REQUEST\", {\n slug: \"penpot-create-team-access-request\",\n name: \"Create Team Access Request\",\n description: \"Tool to request an invitation to join a Penpot team. Use when a user needs to request access to a team for collaboration.\",\n input: PenpotCreateTeamAccessRequestInput,\n output: PenpotCreateTeamAccessRequestOutput,\n});\n"],"mappings":";;AAaA,MAAa,gCAAgC,OAAO,qCAAqC;CACvF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAb8D,EAAE,OAAO;EACvE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;EAClG,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;EACzE,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,0FAA0F,CAAC,CAAC,SAAS;CACvI,CASS;CACP,QAT+D,EAAE,OAAO,EACxE,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACtH,CAOU;AACV,CAAC"}
|