@keystrokehq/penpot 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +17 -0
- package/dist/action.cjs +21 -0
- package/dist/action.cjs.map +1 -0
- package/dist/action.mjs +21 -0
- package/dist/action.mjs.map +1 -0
- package/dist/actions/create-access-token.cjs +26 -0
- package/dist/actions/create-access-token.cjs.map +1 -0
- package/dist/actions/create-access-token.d.cts +9 -0
- package/dist/actions/create-access-token.d.cts.map +1 -0
- package/dist/actions/create-access-token.d.mts +9 -0
- package/dist/actions/create-access-token.d.mts.map +1 -0
- package/dist/actions/create-access-token.mjs +23 -0
- package/dist/actions/create-access-token.mjs.map +1 -0
- package/dist/actions/create-comment-thread.cjs +35 -0
- package/dist/actions/create-comment-thread.cjs.map +1 -0
- package/dist/actions/create-comment-thread.d.cts +9 -0
- package/dist/actions/create-comment-thread.d.cts.map +1 -0
- package/dist/actions/create-comment-thread.d.mts +9 -0
- package/dist/actions/create-comment-thread.d.mts.map +1 -0
- package/dist/actions/create-comment-thread.mjs +32 -0
- package/dist/actions/create-comment-thread.mjs.map +1 -0
- package/dist/actions/create-file.cjs +30 -0
- package/dist/actions/create-file.cjs.map +1 -0
- package/dist/actions/create-file.d.cts +9 -0
- package/dist/actions/create-file.d.cts.map +1 -0
- package/dist/actions/create-file.d.mts +9 -0
- package/dist/actions/create-file.d.mts.map +1 -0
- package/dist/actions/create-file.mjs +27 -0
- package/dist/actions/create-file.mjs.map +1 -0
- package/dist/actions/create-project.cjs +27 -0
- package/dist/actions/create-project.cjs.map +1 -0
- package/dist/actions/create-project.d.cts +9 -0
- package/dist/actions/create-project.d.cts.map +1 -0
- package/dist/actions/create-project.d.mts +9 -0
- package/dist/actions/create-project.d.mts.map +1 -0
- package/dist/actions/create-project.mjs +24 -0
- package/dist/actions/create-project.mjs.map +1 -0
- package/dist/actions/create-team-access-request.cjs +20 -0
- package/dist/actions/create-team-access-request.cjs.map +1 -0
- package/dist/actions/create-team-access-request.d.cts +9 -0
- package/dist/actions/create-team-access-request.d.cts.map +1 -0
- package/dist/actions/create-team-access-request.d.mts +9 -0
- package/dist/actions/create-team-access-request.d.mts.map +1 -0
- package/dist/actions/create-team-access-request.mjs +17 -0
- package/dist/actions/create-team-access-request.mjs.map +1 -0
- package/dist/actions/create-team.cjs +33 -0
- package/dist/actions/create-team.cjs.map +1 -0
- package/dist/actions/create-team.d.cts +9 -0
- package/dist/actions/create-team.d.cts.map +1 -0
- package/dist/actions/create-team.d.mts +9 -0
- package/dist/actions/create-team.d.mts.map +1 -0
- package/dist/actions/create-team.mjs +32 -0
- package/dist/actions/create-team.mjs.map +1 -0
- package/dist/actions/create-webhook.cjs +26 -0
- package/dist/actions/create-webhook.cjs.map +1 -0
- package/dist/actions/create-webhook.d.cts +9 -0
- package/dist/actions/create-webhook.d.cts.map +1 -0
- package/dist/actions/create-webhook.d.mts +9 -0
- package/dist/actions/create-webhook.d.mts.map +1 -0
- package/dist/actions/create-webhook.mjs +23 -0
- package/dist/actions/create-webhook.mjs.map +1 -0
- package/dist/actions/delete-access-token.cjs +16 -0
- package/dist/actions/delete-access-token.cjs.map +1 -0
- package/dist/actions/delete-access-token.d.cts +9 -0
- package/dist/actions/delete-access-token.d.cts.map +1 -0
- package/dist/actions/delete-access-token.d.mts +9 -0
- package/dist/actions/delete-access-token.d.mts.map +1 -0
- package/dist/actions/delete-access-token.mjs +13 -0
- package/dist/actions/delete-access-token.mjs.map +1 -0
- package/dist/actions/delete-comment.cjs +22 -0
- package/dist/actions/delete-comment.cjs.map +1 -0
- package/dist/actions/delete-comment.d.cts +9 -0
- package/dist/actions/delete-comment.d.cts.map +1 -0
- package/dist/actions/delete-comment.d.mts +9 -0
- package/dist/actions/delete-comment.d.mts.map +1 -0
- package/dist/actions/delete-comment.mjs +19 -0
- package/dist/actions/delete-comment.mjs.map +1 -0
- package/dist/actions/delete-file-snapshot.cjs +16 -0
- package/dist/actions/delete-file-snapshot.cjs.map +1 -0
- package/dist/actions/delete-file-snapshot.d.cts +9 -0
- package/dist/actions/delete-file-snapshot.d.cts.map +1 -0
- package/dist/actions/delete-file-snapshot.d.mts +9 -0
- package/dist/actions/delete-file-snapshot.d.mts.map +1 -0
- package/dist/actions/delete-file-snapshot.mjs +13 -0
- package/dist/actions/delete-file-snapshot.mjs.map +1 -0
- package/dist/actions/delete-project.cjs +16 -0
- package/dist/actions/delete-project.cjs.map +1 -0
- package/dist/actions/delete-project.d.cts +9 -0
- package/dist/actions/delete-project.d.cts.map +1 -0
- package/dist/actions/delete-project.d.mts +9 -0
- package/dist/actions/delete-project.d.mts.map +1 -0
- package/dist/actions/delete-project.mjs +13 -0
- package/dist/actions/delete-project.mjs.map +1 -0
- package/dist/actions/delete-team-files-permanently.cjs +19 -0
- package/dist/actions/delete-team-files-permanently.cjs.map +1 -0
- package/dist/actions/delete-team-files-permanently.d.cts +9 -0
- package/dist/actions/delete-team-files-permanently.d.cts.map +1 -0
- package/dist/actions/delete-team-files-permanently.d.mts +9 -0
- package/dist/actions/delete-team-files-permanently.d.mts.map +1 -0
- package/dist/actions/delete-team-files-permanently.mjs +16 -0
- package/dist/actions/delete-team-files-permanently.mjs.map +1 -0
- package/dist/actions/delete-team-invitation.cjs +19 -0
- package/dist/actions/delete-team-invitation.cjs.map +1 -0
- package/dist/actions/delete-team-invitation.d.cts +9 -0
- package/dist/actions/delete-team-invitation.d.cts.map +1 -0
- package/dist/actions/delete-team-invitation.d.mts +9 -0
- package/dist/actions/delete-team-invitation.d.mts.map +1 -0
- package/dist/actions/delete-team-invitation.mjs +16 -0
- package/dist/actions/delete-team-invitation.mjs.map +1 -0
- package/dist/actions/delete-team-member.cjs +19 -0
- package/dist/actions/delete-team-member.cjs.map +1 -0
- package/dist/actions/delete-team-member.d.cts +9 -0
- package/dist/actions/delete-team-member.d.cts.map +1 -0
- package/dist/actions/delete-team-member.d.mts +9 -0
- package/dist/actions/delete-team-member.d.mts.map +1 -0
- package/dist/actions/delete-team-member.mjs +16 -0
- package/dist/actions/delete-team-member.mjs.map +1 -0
- package/dist/actions/delete-team.cjs +16 -0
- package/dist/actions/delete-team.cjs.map +1 -0
- package/dist/actions/delete-team.d.cts +9 -0
- package/dist/actions/delete-team.d.cts.map +1 -0
- package/dist/actions/delete-team.d.mts +9 -0
- package/dist/actions/delete-team.d.mts.map +1 -0
- package/dist/actions/delete-team.mjs +13 -0
- package/dist/actions/delete-team.mjs.map +1 -0
- package/dist/actions/delete-webhook.cjs +16 -0
- package/dist/actions/delete-webhook.cjs.map +1 -0
- package/dist/actions/delete-webhook.d.cts +9 -0
- package/dist/actions/delete-webhook.d.cts.map +1 -0
- package/dist/actions/delete-webhook.d.mts +9 -0
- package/dist/actions/delete-webhook.d.mts.map +1 -0
- package/dist/actions/delete-webhook.mjs +13 -0
- package/dist/actions/delete-webhook.mjs.map +1 -0
- package/dist/actions/duplicate-file.cjs +31 -0
- package/dist/actions/duplicate-file.cjs.map +1 -0
- package/dist/actions/duplicate-file.d.cts +9 -0
- package/dist/actions/duplicate-file.d.cts.map +1 -0
- package/dist/actions/duplicate-file.d.mts +9 -0
- package/dist/actions/duplicate-file.d.mts.map +1 -0
- package/dist/actions/duplicate-file.mjs +28 -0
- package/dist/actions/duplicate-file.mjs.map +1 -0
- package/dist/actions/duplicate-project.cjs +22 -0
- package/dist/actions/duplicate-project.cjs.map +1 -0
- package/dist/actions/duplicate-project.d.cts +9 -0
- package/dist/actions/duplicate-project.d.cts.map +1 -0
- package/dist/actions/duplicate-project.d.mts +9 -0
- package/dist/actions/duplicate-project.d.mts.map +1 -0
- package/dist/actions/duplicate-project.mjs +19 -0
- package/dist/actions/duplicate-project.mjs.map +1 -0
- package/dist/actions/get-access-tokens.cjs +24 -0
- package/dist/actions/get-access-tokens.cjs.map +1 -0
- package/dist/actions/get-access-tokens.d.cts +9 -0
- package/dist/actions/get-access-tokens.d.cts.map +1 -0
- package/dist/actions/get-access-tokens.d.mts +9 -0
- package/dist/actions/get-access-tokens.d.mts.map +1 -0
- package/dist/actions/get-access-tokens.mjs +23 -0
- package/dist/actions/get-access-tokens.mjs.map +1 -0
- package/dist/actions/get-all-projects.cjs +25 -0
- package/dist/actions/get-all-projects.cjs.map +1 -0
- package/dist/actions/get-all-projects.d.cts +9 -0
- package/dist/actions/get-all-projects.d.cts.map +1 -0
- package/dist/actions/get-all-projects.d.mts +9 -0
- package/dist/actions/get-all-projects.d.mts.map +1 -0
- package/dist/actions/get-all-projects.mjs +24 -0
- package/dist/actions/get-all-projects.mjs.map +1 -0
- package/dist/actions/get-builtin-templates.cjs +20 -0
- package/dist/actions/get-builtin-templates.cjs.map +1 -0
- package/dist/actions/get-builtin-templates.d.cts +9 -0
- package/dist/actions/get-builtin-templates.d.cts.map +1 -0
- package/dist/actions/get-builtin-templates.d.mts +9 -0
- package/dist/actions/get-builtin-templates.d.mts.map +1 -0
- package/dist/actions/get-builtin-templates.mjs +19 -0
- package/dist/actions/get-builtin-templates.mjs.map +1 -0
- package/dist/actions/get-comment-thread.cjs +50 -0
- package/dist/actions/get-comment-thread.cjs.map +1 -0
- package/dist/actions/get-comment-thread.d.cts +9 -0
- package/dist/actions/get-comment-thread.d.cts.map +1 -0
- package/dist/actions/get-comment-thread.d.mts +9 -0
- package/dist/actions/get-comment-thread.d.mts.map +1 -0
- package/dist/actions/get-comment-thread.mjs +49 -0
- package/dist/actions/get-comment-thread.mjs.map +1 -0
- package/dist/actions/get-comment-threads.cjs +28 -0
- package/dist/actions/get-comment-threads.cjs.map +1 -0
- package/dist/actions/get-comment-threads.d.cts +9 -0
- package/dist/actions/get-comment-threads.d.cts.map +1 -0
- package/dist/actions/get-comment-threads.d.mts +9 -0
- package/dist/actions/get-comment-threads.d.mts.map +1 -0
- package/dist/actions/get-comment-threads.mjs +27 -0
- package/dist/actions/get-comment-threads.mjs.map +1 -0
- package/dist/actions/get-comments.cjs +24 -0
- package/dist/actions/get-comments.cjs.map +1 -0
- package/dist/actions/get-comments.d.cts +9 -0
- package/dist/actions/get-comments.d.cts.map +1 -0
- package/dist/actions/get-comments.d.mts +9 -0
- package/dist/actions/get-comments.d.mts.map +1 -0
- package/dist/actions/get-comments.mjs +23 -0
- package/dist/actions/get-comments.mjs.map +1 -0
- package/dist/actions/get-file-info.cjs +29 -0
- package/dist/actions/get-file-info.cjs.map +1 -0
- package/dist/actions/get-file-info.d.cts +9 -0
- package/dist/actions/get-file-info.d.cts.map +1 -0
- package/dist/actions/get-file-info.d.mts +9 -0
- package/dist/actions/get-file-info.d.mts.map +1 -0
- package/dist/actions/get-file-info.mjs +26 -0
- package/dist/actions/get-file-info.mjs.map +1 -0
- package/dist/actions/get-file-libraries.cjs +23 -0
- package/dist/actions/get-file-libraries.cjs.map +1 -0
- package/dist/actions/get-file-libraries.d.cts +9 -0
- package/dist/actions/get-file-libraries.d.cts.map +1 -0
- package/dist/actions/get-file-libraries.d.mts +9 -0
- package/dist/actions/get-file-libraries.d.mts.map +1 -0
- package/dist/actions/get-file-libraries.mjs +22 -0
- package/dist/actions/get-file-libraries.mjs.map +1 -0
- package/dist/actions/get-file-object-thumbnails.cjs +19 -0
- package/dist/actions/get-file-object-thumbnails.cjs.map +1 -0
- package/dist/actions/get-file-object-thumbnails.d.cts +9 -0
- package/dist/actions/get-file-object-thumbnails.d.cts.map +1 -0
- package/dist/actions/get-file-object-thumbnails.d.mts +9 -0
- package/dist/actions/get-file-object-thumbnails.d.mts.map +1 -0
- package/dist/actions/get-file-object-thumbnails.mjs +16 -0
- package/dist/actions/get-file-object-thumbnails.mjs.map +1 -0
- package/dist/actions/get-file-snapshots.cjs +22 -0
- package/dist/actions/get-file-snapshots.cjs.map +1 -0
- package/dist/actions/get-file-snapshots.d.cts +9 -0
- package/dist/actions/get-file-snapshots.d.cts.map +1 -0
- package/dist/actions/get-file-snapshots.d.mts +9 -0
- package/dist/actions/get-file-snapshots.d.mts.map +1 -0
- package/dist/actions/get-file-snapshots.mjs +21 -0
- package/dist/actions/get-file-snapshots.mjs.map +1 -0
- package/dist/actions/get-file-summary.cjs +35 -0
- package/dist/actions/get-file-summary.cjs.map +1 -0
- package/dist/actions/get-file-summary.d.cts +9 -0
- package/dist/actions/get-file-summary.d.cts.map +1 -0
- package/dist/actions/get-file-summary.d.mts +9 -0
- package/dist/actions/get-file-summary.d.mts.map +1 -0
- package/dist/actions/get-file-summary.mjs +34 -0
- package/dist/actions/get-file-summary.mjs.map +1 -0
- package/dist/actions/get-file.cjs +41 -0
- package/dist/actions/get-file.cjs.map +1 -0
- package/dist/actions/get-file.d.cts +9 -0
- package/dist/actions/get-file.d.cts.map +1 -0
- package/dist/actions/get-file.d.mts +9 -0
- package/dist/actions/get-file.d.mts.map +1 -0
- package/dist/actions/get-file.mjs +40 -0
- package/dist/actions/get-file.mjs.map +1 -0
- package/dist/actions/get-font-variants.cjs +21 -0
- package/dist/actions/get-font-variants.cjs.map +1 -0
- package/dist/actions/get-font-variants.d.cts +9 -0
- package/dist/actions/get-font-variants.d.cts.map +1 -0
- package/dist/actions/get-font-variants.d.mts +9 -0
- package/dist/actions/get-font-variants.d.mts.map +1 -0
- package/dist/actions/get-font-variants.mjs +18 -0
- package/dist/actions/get-font-variants.mjs.map +1 -0
- package/dist/actions/get-library-file-references.cjs +22 -0
- package/dist/actions/get-library-file-references.cjs.map +1 -0
- package/dist/actions/get-library-file-references.d.cts +9 -0
- package/dist/actions/get-library-file-references.d.cts.map +1 -0
- package/dist/actions/get-library-file-references.d.mts +9 -0
- package/dist/actions/get-library-file-references.d.mts.map +1 -0
- package/dist/actions/get-library-file-references.mjs +21 -0
- package/dist/actions/get-library-file-references.mjs.map +1 -0
- package/dist/actions/get-library-usage.cjs +16 -0
- package/dist/actions/get-library-usage.cjs.map +1 -0
- package/dist/actions/get-library-usage.d.cts +9 -0
- package/dist/actions/get-library-usage.d.cts.map +1 -0
- package/dist/actions/get-library-usage.d.mts +9 -0
- package/dist/actions/get-library-usage.d.mts.map +1 -0
- package/dist/actions/get-library-usage.mjs +13 -0
- package/dist/actions/get-library-usage.mjs.map +1 -0
- package/dist/actions/get-owned-teams.cjs +24 -0
- package/dist/actions/get-owned-teams.cjs.map +1 -0
- package/dist/actions/get-owned-teams.d.cts +9 -0
- package/dist/actions/get-owned-teams.d.cts.map +1 -0
- package/dist/actions/get-owned-teams.d.mts +9 -0
- package/dist/actions/get-owned-teams.d.mts.map +1 -0
- package/dist/actions/get-owned-teams.mjs +23 -0
- package/dist/actions/get-owned-teams.mjs.map +1 -0
- package/dist/actions/get-page.cjs +25 -0
- package/dist/actions/get-page.cjs.map +1 -0
- package/dist/actions/get-page.d.cts +9 -0
- package/dist/actions/get-page.d.cts.map +1 -0
- package/dist/actions/get-page.d.mts +9 -0
- package/dist/actions/get-page.d.mts.map +1 -0
- package/dist/actions/get-page.mjs +22 -0
- package/dist/actions/get-page.mjs.map +1 -0
- package/dist/actions/get-profiles-for-file-comments.cjs +24 -0
- package/dist/actions/get-profiles-for-file-comments.cjs.map +1 -0
- package/dist/actions/get-profiles-for-file-comments.d.cts +9 -0
- package/dist/actions/get-profiles-for-file-comments.d.cts.map +1 -0
- package/dist/actions/get-profiles-for-file-comments.d.mts +9 -0
- package/dist/actions/get-profiles-for-file-comments.d.mts.map +1 -0
- package/dist/actions/get-profiles-for-file-comments.mjs +23 -0
- package/dist/actions/get-profiles-for-file-comments.mjs.map +1 -0
- package/dist/actions/get-project-files.cjs +29 -0
- package/dist/actions/get-project-files.cjs.map +1 -0
- package/dist/actions/get-project-files.d.cts +9 -0
- package/dist/actions/get-project-files.d.cts.map +1 -0
- package/dist/actions/get-project-files.d.mts +9 -0
- package/dist/actions/get-project-files.d.mts.map +1 -0
- package/dist/actions/get-project-files.mjs +28 -0
- package/dist/actions/get-project-files.mjs.map +1 -0
- package/dist/actions/get-project.cjs +24 -0
- package/dist/actions/get-project.cjs.map +1 -0
- package/dist/actions/get-project.d.cts +9 -0
- package/dist/actions/get-project.d.cts.map +1 -0
- package/dist/actions/get-project.d.mts +9 -0
- package/dist/actions/get-project.d.mts.map +1 -0
- package/dist/actions/get-project.mjs +21 -0
- package/dist/actions/get-project.mjs.map +1 -0
- package/dist/actions/get-sso-provider.cjs +16 -0
- package/dist/actions/get-sso-provider.cjs.map +1 -0
- package/dist/actions/get-sso-provider.d.cts +9 -0
- package/dist/actions/get-sso-provider.d.cts.map +1 -0
- package/dist/actions/get-sso-provider.d.mts +9 -0
- package/dist/actions/get-sso-provider.d.mts.map +1 -0
- package/dist/actions/get-sso-provider.mjs +13 -0
- package/dist/actions/get-sso-provider.mjs.map +1 -0
- package/dist/actions/get-subscription-usage.cjs +22 -0
- package/dist/actions/get-subscription-usage.cjs.map +1 -0
- package/dist/actions/get-subscription-usage.d.cts +9 -0
- package/dist/actions/get-subscription-usage.d.cts.map +1 -0
- package/dist/actions/get-subscription-usage.d.mts +9 -0
- package/dist/actions/get-subscription-usage.d.mts.map +1 -0
- package/dist/actions/get-subscription-usage.mjs +19 -0
- package/dist/actions/get-subscription-usage.mjs.map +1 -0
- package/dist/actions/get-team-deleted-files.cjs +26 -0
- package/dist/actions/get-team-deleted-files.cjs.map +1 -0
- package/dist/actions/get-team-deleted-files.d.cts +9 -0
- package/dist/actions/get-team-deleted-files.d.cts.map +1 -0
- package/dist/actions/get-team-deleted-files.d.mts +9 -0
- package/dist/actions/get-team-deleted-files.d.mts.map +1 -0
- package/dist/actions/get-team-deleted-files.mjs +25 -0
- package/dist/actions/get-team-deleted-files.mjs.map +1 -0
- package/dist/actions/get-team-info.cjs +23 -0
- package/dist/actions/get-team-info.cjs.map +1 -0
- package/dist/actions/get-team-info.d.cts +9 -0
- package/dist/actions/get-team-info.d.cts.map +1 -0
- package/dist/actions/get-team-info.d.mts +9 -0
- package/dist/actions/get-team-info.d.mts.map +1 -0
- package/dist/actions/get-team-info.mjs +20 -0
- package/dist/actions/get-team-info.mjs.map +1 -0
- package/dist/actions/get-team-invitations.cjs +23 -0
- package/dist/actions/get-team-invitations.cjs.map +1 -0
- package/dist/actions/get-team-invitations.d.cts +9 -0
- package/dist/actions/get-team-invitations.d.cts.map +1 -0
- package/dist/actions/get-team-invitations.d.mts +9 -0
- package/dist/actions/get-team-invitations.d.mts.map +1 -0
- package/dist/actions/get-team-invitations.mjs +22 -0
- package/dist/actions/get-team-invitations.mjs.map +1 -0
- package/dist/actions/get-team-members.cjs +27 -0
- package/dist/actions/get-team-members.cjs.map +1 -0
- package/dist/actions/get-team-members.d.cts +9 -0
- package/dist/actions/get-team-members.d.cts.map +1 -0
- package/dist/actions/get-team-members.d.mts +9 -0
- package/dist/actions/get-team-members.d.mts.map +1 -0
- package/dist/actions/get-team-members.mjs +26 -0
- package/dist/actions/get-team-members.mjs.map +1 -0
- package/dist/actions/get-team-shared-files.cjs +27 -0
- package/dist/actions/get-team-shared-files.cjs.map +1 -0
- package/dist/actions/get-team-shared-files.d.cts +9 -0
- package/dist/actions/get-team-shared-files.d.cts.map +1 -0
- package/dist/actions/get-team-shared-files.d.mts +9 -0
- package/dist/actions/get-team-shared-files.d.mts.map +1 -0
- package/dist/actions/get-team-shared-files.mjs +26 -0
- package/dist/actions/get-team-shared-files.mjs.map +1 -0
- package/dist/actions/get-team-stats.cjs +20 -0
- package/dist/actions/get-team-stats.cjs.map +1 -0
- package/dist/actions/get-team-stats.d.cts +9 -0
- package/dist/actions/get-team-stats.d.cts.map +1 -0
- package/dist/actions/get-team-stats.d.mts +9 -0
- package/dist/actions/get-team-stats.d.mts.map +1 -0
- package/dist/actions/get-team-stats.mjs +17 -0
- package/dist/actions/get-team-stats.mjs.map +1 -0
- package/dist/actions/get-team-users.cjs +30 -0
- package/dist/actions/get-team-users.cjs.map +1 -0
- package/dist/actions/get-team-users.d.cts +9 -0
- package/dist/actions/get-team-users.d.cts.map +1 -0
- package/dist/actions/get-team-users.d.mts +9 -0
- package/dist/actions/get-team-users.d.mts.map +1 -0
- package/dist/actions/get-team-users.mjs +29 -0
- package/dist/actions/get-team-users.mjs.map +1 -0
- package/dist/actions/get-team.cjs +23 -0
- package/dist/actions/get-team.cjs.map +1 -0
- package/dist/actions/get-team.d.cts +9 -0
- package/dist/actions/get-team.d.cts.map +1 -0
- package/dist/actions/get-team.d.mts +9 -0
- package/dist/actions/get-team.d.mts.map +1 -0
- package/dist/actions/get-team.mjs +20 -0
- package/dist/actions/get-team.mjs.map +1 -0
- package/dist/actions/get-teams.cjs +30 -0
- package/dist/actions/get-teams.cjs.map +1 -0
- package/dist/actions/get-teams.d.cts +9 -0
- package/dist/actions/get-teams.d.cts.map +1 -0
- package/dist/actions/get-teams.d.mts +9 -0
- package/dist/actions/get-teams.d.mts.map +1 -0
- package/dist/actions/get-teams.mjs +29 -0
- package/dist/actions/get-teams.mjs.map +1 -0
- package/dist/actions/get-unread-comment-threads.cjs +29 -0
- package/dist/actions/get-unread-comment-threads.cjs.map +1 -0
- package/dist/actions/get-unread-comment-threads.d.cts +9 -0
- package/dist/actions/get-unread-comment-threads.d.cts.map +1 -0
- package/dist/actions/get-unread-comment-threads.d.mts +9 -0
- package/dist/actions/get-unread-comment-threads.d.mts.map +1 -0
- package/dist/actions/get-unread-comment-threads.mjs +28 -0
- package/dist/actions/get-unread-comment-threads.mjs.map +1 -0
- package/dist/actions/get-view-only-bundle.cjs +31 -0
- package/dist/actions/get-view-only-bundle.cjs.map +1 -0
- package/dist/actions/get-view-only-bundle.d.cts +9 -0
- package/dist/actions/get-view-only-bundle.d.cts.map +1 -0
- package/dist/actions/get-view-only-bundle.d.mts +9 -0
- package/dist/actions/get-view-only-bundle.d.mts.map +1 -0
- package/dist/actions/get-view-only-bundle.mjs +28 -0
- package/dist/actions/get-view-only-bundle.mjs.map +1 -0
- package/dist/actions/get-webhooks.cjs +33 -0
- package/dist/actions/get-webhooks.cjs.map +1 -0
- package/dist/actions/get-webhooks.d.cts +9 -0
- package/dist/actions/get-webhooks.d.cts.map +1 -0
- package/dist/actions/get-webhooks.d.mts +9 -0
- package/dist/actions/get-webhooks.d.mts.map +1 -0
- package/dist/actions/get-webhooks.mjs +32 -0
- package/dist/actions/get-webhooks.mjs.map +1 -0
- package/dist/actions/has-file-libraries.cjs +16 -0
- package/dist/actions/has-file-libraries.cjs.map +1 -0
- package/dist/actions/has-file-libraries.d.cts +9 -0
- package/dist/actions/has-file-libraries.d.cts.map +1 -0
- package/dist/actions/has-file-libraries.d.mts +9 -0
- package/dist/actions/has-file-libraries.d.mts.map +1 -0
- package/dist/actions/has-file-libraries.mjs +13 -0
- package/dist/actions/has-file-libraries.mjs.map +1 -0
- package/dist/actions/ignore-file-library-sync-status.cjs +19 -0
- package/dist/actions/ignore-file-library-sync-status.cjs.map +1 -0
- package/dist/actions/ignore-file-library-sync-status.d.cts +9 -0
- package/dist/actions/ignore-file-library-sync-status.d.cts.map +1 -0
- package/dist/actions/ignore-file-library-sync-status.d.mts +9 -0
- package/dist/actions/ignore-file-library-sync-status.d.mts.map +1 -0
- package/dist/actions/ignore-file-library-sync-status.mjs +16 -0
- package/dist/actions/ignore-file-library-sync-status.mjs.map +1 -0
- package/dist/actions/index.cjs +181 -0
- package/dist/actions/index.d.cts +91 -0
- package/dist/actions/index.d.mts +91 -0
- package/dist/actions/index.mjs +91 -0
- package/dist/actions/link-file-to-library.cjs +26 -0
- package/dist/actions/link-file-to-library.cjs.map +1 -0
- package/dist/actions/link-file-to-library.d.cts +9 -0
- package/dist/actions/link-file-to-library.d.cts.map +1 -0
- package/dist/actions/link-file-to-library.d.mts +9 -0
- package/dist/actions/link-file-to-library.d.mts.map +1 -0
- package/dist/actions/link-file-to-library.mjs +25 -0
- package/dist/actions/link-file-to-library.mjs.map +1 -0
- package/dist/actions/lock-file-snapshot.cjs +16 -0
- package/dist/actions/lock-file-snapshot.cjs.map +1 -0
- package/dist/actions/lock-file-snapshot.d.cts +9 -0
- package/dist/actions/lock-file-snapshot.d.cts.map +1 -0
- package/dist/actions/lock-file-snapshot.d.mts +9 -0
- package/dist/actions/lock-file-snapshot.d.mts.map +1 -0
- package/dist/actions/lock-file-snapshot.mjs +13 -0
- package/dist/actions/lock-file-snapshot.mjs.map +1 -0
- package/dist/actions/logout.cjs +16 -0
- package/dist/actions/logout.cjs.map +1 -0
- package/dist/actions/logout.d.cts +9 -0
- package/dist/actions/logout.d.cts.map +1 -0
- package/dist/actions/logout.d.mts +9 -0
- package/dist/actions/logout.d.mts.map +1 -0
- package/dist/actions/logout.mjs +13 -0
- package/dist/actions/logout.mjs.map +1 -0
- package/dist/actions/mark-all-threads-as-read.cjs +19 -0
- package/dist/actions/mark-all-threads-as-read.cjs.map +1 -0
- package/dist/actions/mark-all-threads-as-read.d.cts +9 -0
- package/dist/actions/mark-all-threads-as-read.d.cts.map +1 -0
- package/dist/actions/mark-all-threads-as-read.d.mts +9 -0
- package/dist/actions/mark-all-threads-as-read.d.mts.map +1 -0
- package/dist/actions/mark-all-threads-as-read.mjs +16 -0
- package/dist/actions/mark-all-threads-as-read.mjs.map +1 -0
- package/dist/actions/move-files.cjs +19 -0
- package/dist/actions/move-files.cjs.map +1 -0
- package/dist/actions/move-files.d.cts +9 -0
- package/dist/actions/move-files.d.cts.map +1 -0
- package/dist/actions/move-files.d.mts +9 -0
- package/dist/actions/move-files.d.mts.map +1 -0
- package/dist/actions/move-files.mjs +16 -0
- package/dist/actions/move-files.mjs.map +1 -0
- package/dist/actions/move-project.cjs +19 -0
- package/dist/actions/move-project.cjs.map +1 -0
- package/dist/actions/move-project.d.cts +9 -0
- package/dist/actions/move-project.d.cts.map +1 -0
- package/dist/actions/move-project.d.mts +9 -0
- package/dist/actions/move-project.d.mts.map +1 -0
- package/dist/actions/move-project.mjs +16 -0
- package/dist/actions/move-project.mjs.map +1 -0
- package/dist/actions/prepare-register-profile.cjs +28 -0
- package/dist/actions/prepare-register-profile.cjs.map +1 -0
- package/dist/actions/prepare-register-profile.d.cts +9 -0
- package/dist/actions/prepare-register-profile.d.cts.map +1 -0
- package/dist/actions/prepare-register-profile.d.mts +9 -0
- package/dist/actions/prepare-register-profile.d.mts.map +1 -0
- package/dist/actions/prepare-register-profile.mjs +25 -0
- package/dist/actions/prepare-register-profile.mjs.map +1 -0
- package/dist/actions/push-audit-events.cjs +21 -0
- package/dist/actions/push-audit-events.cjs.map +1 -0
- package/dist/actions/push-audit-events.d.cts +9 -0
- package/dist/actions/push-audit-events.d.cts.map +1 -0
- package/dist/actions/push-audit-events.d.mts +9 -0
- package/dist/actions/push-audit-events.d.mts.map +1 -0
- package/dist/actions/push-audit-events.mjs +18 -0
- package/dist/actions/push-audit-events.mjs.map +1 -0
- package/dist/actions/register-profile.cjs +22 -0
- package/dist/actions/register-profile.cjs.map +1 -0
- package/dist/actions/register-profile.d.cts +9 -0
- package/dist/actions/register-profile.d.cts.map +1 -0
- package/dist/actions/register-profile.d.mts +9 -0
- package/dist/actions/register-profile.d.mts.map +1 -0
- package/dist/actions/register-profile.mjs +19 -0
- package/dist/actions/register-profile.mjs.map +1 -0
- package/dist/actions/rename-file.cjs +24 -0
- package/dist/actions/rename-file.cjs.map +1 -0
- package/dist/actions/rename-file.d.cts +9 -0
- package/dist/actions/rename-file.d.cts.map +1 -0
- package/dist/actions/rename-file.d.mts +9 -0
- package/dist/actions/rename-file.d.mts.map +1 -0
- package/dist/actions/rename-file.mjs +21 -0
- package/dist/actions/rename-file.mjs.map +1 -0
- package/dist/actions/rename-project.cjs +26 -0
- package/dist/actions/rename-project.cjs.map +1 -0
- package/dist/actions/rename-project.d.cts +9 -0
- package/dist/actions/rename-project.d.cts.map +1 -0
- package/dist/actions/rename-project.d.mts +9 -0
- package/dist/actions/rename-project.d.mts.map +1 -0
- package/dist/actions/rename-project.mjs +23 -0
- package/dist/actions/rename-project.mjs.map +1 -0
- package/dist/actions/request-profile-recovery.cjs +16 -0
- package/dist/actions/request-profile-recovery.cjs.map +1 -0
- package/dist/actions/request-profile-recovery.d.cts +9 -0
- package/dist/actions/request-profile-recovery.d.cts.map +1 -0
- package/dist/actions/request-profile-recovery.d.mts +9 -0
- package/dist/actions/request-profile-recovery.d.mts.map +1 -0
- package/dist/actions/request-profile-recovery.mjs +13 -0
- package/dist/actions/request-profile-recovery.mjs.map +1 -0
- package/dist/actions/restore-deleted-team-files.cjs +19 -0
- package/dist/actions/restore-deleted-team-files.cjs.map +1 -0
- package/dist/actions/restore-deleted-team-files.d.cts +9 -0
- package/dist/actions/restore-deleted-team-files.d.cts.map +1 -0
- package/dist/actions/restore-deleted-team-files.d.mts +9 -0
- package/dist/actions/restore-deleted-team-files.d.mts.map +1 -0
- package/dist/actions/restore-deleted-team-files.mjs +16 -0
- package/dist/actions/restore-deleted-team-files.mjs.map +1 -0
- package/dist/actions/restore-file-snapshot.cjs +19 -0
- package/dist/actions/restore-file-snapshot.cjs.map +1 -0
- package/dist/actions/restore-file-snapshot.d.cts +9 -0
- package/dist/actions/restore-file-snapshot.d.cts.map +1 -0
- package/dist/actions/restore-file-snapshot.d.mts +9 -0
- package/dist/actions/restore-file-snapshot.d.mts.map +1 -0
- package/dist/actions/restore-file-snapshot.mjs +16 -0
- package/dist/actions/restore-file-snapshot.mjs.map +1 -0
- package/dist/actions/search-files.cjs +28 -0
- package/dist/actions/search-files.cjs.map +1 -0
- package/dist/actions/search-files.d.cts +9 -0
- package/dist/actions/search-files.d.cts.map +1 -0
- package/dist/actions/search-files.d.mts +9 -0
- package/dist/actions/search-files.d.mts.map +1 -0
- package/dist/actions/search-files.mjs +27 -0
- package/dist/actions/search-files.mjs.map +1 -0
- package/dist/actions/send-user-feedback.cjs +25 -0
- package/dist/actions/send-user-feedback.cjs.map +1 -0
- package/dist/actions/send-user-feedback.d.cts +9 -0
- package/dist/actions/send-user-feedback.d.cts.map +1 -0
- package/dist/actions/send-user-feedback.d.mts +9 -0
- package/dist/actions/send-user-feedback.d.mts.map +1 -0
- package/dist/actions/send-user-feedback.mjs +22 -0
- package/dist/actions/send-user-feedback.mjs.map +1 -0
- package/dist/actions/set-file-shared.cjs +26 -0
- package/dist/actions/set-file-shared.cjs.map +1 -0
- package/dist/actions/set-file-shared.d.cts +9 -0
- package/dist/actions/set-file-shared.d.cts.map +1 -0
- package/dist/actions/set-file-shared.d.mts +9 -0
- package/dist/actions/set-file-shared.d.mts.map +1 -0
- package/dist/actions/set-file-shared.mjs +23 -0
- package/dist/actions/set-file-shared.mjs.map +1 -0
- package/dist/actions/unlink-file-from-library.cjs +19 -0
- package/dist/actions/unlink-file-from-library.cjs.map +1 -0
- package/dist/actions/unlink-file-from-library.d.cts +9 -0
- package/dist/actions/unlink-file-from-library.d.cts.map +1 -0
- package/dist/actions/unlink-file-from-library.d.mts +9 -0
- package/dist/actions/unlink-file-from-library.d.mts.map +1 -0
- package/dist/actions/unlink-file-from-library.mjs +16 -0
- package/dist/actions/unlink-file-from-library.mjs.map +1 -0
- package/dist/actions/unlock-file-snapshot.cjs +16 -0
- package/dist/actions/unlock-file-snapshot.cjs.map +1 -0
- package/dist/actions/unlock-file-snapshot.d.cts +9 -0
- package/dist/actions/unlock-file-snapshot.d.cts.map +1 -0
- package/dist/actions/unlock-file-snapshot.d.mts +9 -0
- package/dist/actions/unlock-file-snapshot.d.mts.map +1 -0
- package/dist/actions/unlock-file-snapshot.mjs +13 -0
- package/dist/actions/unlock-file-snapshot.mjs.map +1 -0
- package/dist/actions/update-comment-thread-frame.cjs +31 -0
- package/dist/actions/update-comment-thread-frame.cjs.map +1 -0
- package/dist/actions/update-comment-thread-frame.d.cts +9 -0
- package/dist/actions/update-comment-thread-frame.d.cts.map +1 -0
- package/dist/actions/update-comment-thread-frame.d.mts +9 -0
- package/dist/actions/update-comment-thread-frame.d.mts.map +1 -0
- package/dist/actions/update-comment-thread-frame.mjs +28 -0
- package/dist/actions/update-comment-thread-frame.mjs.map +1 -0
- package/dist/actions/update-comment-thread-position.cjs +32 -0
- package/dist/actions/update-comment-thread-position.cjs.map +1 -0
- package/dist/actions/update-comment-thread-position.d.cts +9 -0
- package/dist/actions/update-comment-thread-position.d.cts.map +1 -0
- package/dist/actions/update-comment-thread-position.d.mts +9 -0
- package/dist/actions/update-comment-thread-position.d.mts.map +1 -0
- package/dist/actions/update-comment-thread-position.mjs +29 -0
- package/dist/actions/update-comment-thread-position.mjs.map +1 -0
- package/dist/actions/update-comment-thread-status.cjs +23 -0
- package/dist/actions/update-comment-thread-status.cjs.map +1 -0
- package/dist/actions/update-comment-thread-status.d.cts +9 -0
- package/dist/actions/update-comment-thread-status.d.cts.map +1 -0
- package/dist/actions/update-comment-thread-status.d.mts +9 -0
- package/dist/actions/update-comment-thread-status.d.mts.map +1 -0
- package/dist/actions/update-comment-thread-status.mjs +20 -0
- package/dist/actions/update-comment-thread-status.mjs.map +1 -0
- package/dist/actions/update-comment-thread.cjs +31 -0
- package/dist/actions/update-comment-thread.cjs.map +1 -0
- package/dist/actions/update-comment-thread.d.cts +9 -0
- package/dist/actions/update-comment-thread.d.cts.map +1 -0
- package/dist/actions/update-comment-thread.d.mts +9 -0
- package/dist/actions/update-comment-thread.d.mts.map +1 -0
- package/dist/actions/update-comment-thread.mjs +28 -0
- package/dist/actions/update-comment-thread.mjs.map +1 -0
- package/dist/actions/update-comment.cjs +29 -0
- package/dist/actions/update-comment.cjs.map +1 -0
- package/dist/actions/update-comment.d.cts +9 -0
- package/dist/actions/update-comment.d.cts.map +1 -0
- package/dist/actions/update-comment.d.mts +9 -0
- package/dist/actions/update-comment.d.mts.map +1 -0
- package/dist/actions/update-comment.mjs +26 -0
- package/dist/actions/update-comment.mjs.map +1 -0
- package/dist/actions/update-file-library-sync-status.cjs +19 -0
- package/dist/actions/update-file-library-sync-status.cjs.map +1 -0
- package/dist/actions/update-file-library-sync-status.d.cts +9 -0
- package/dist/actions/update-file-library-sync-status.d.cts.map +1 -0
- package/dist/actions/update-file-library-sync-status.d.mts +9 -0
- package/dist/actions/update-file-library-sync-status.d.mts.map +1 -0
- package/dist/actions/update-file-library-sync-status.mjs +16 -0
- package/dist/actions/update-file-library-sync-status.mjs.map +1 -0
- package/dist/actions/update-file-snapshot.cjs +19 -0
- package/dist/actions/update-file-snapshot.cjs.map +1 -0
- package/dist/actions/update-file-snapshot.d.cts +9 -0
- package/dist/actions/update-file-snapshot.d.cts.map +1 -0
- package/dist/actions/update-file-snapshot.d.mts +9 -0
- package/dist/actions/update-file-snapshot.d.mts.map +1 -0
- package/dist/actions/update-file-snapshot.mjs +16 -0
- package/dist/actions/update-file-snapshot.mjs.map +1 -0
- package/dist/actions/update-file.cjs +32 -0
- package/dist/actions/update-file.cjs.map +1 -0
- package/dist/actions/update-file.d.cts +9 -0
- package/dist/actions/update-file.d.cts.map +1 -0
- package/dist/actions/update-file.d.mts +9 -0
- package/dist/actions/update-file.d.mts.map +1 -0
- package/dist/actions/update-file.mjs +31 -0
- package/dist/actions/update-file.mjs.map +1 -0
- package/dist/actions/update-font.cjs +20 -0
- package/dist/actions/update-font.cjs.map +1 -0
- package/dist/actions/update-font.d.cts +9 -0
- package/dist/actions/update-font.d.cts.map +1 -0
- package/dist/actions/update-font.d.mts +9 -0
- package/dist/actions/update-font.d.mts.map +1 -0
- package/dist/actions/update-font.mjs +17 -0
- package/dist/actions/update-font.mjs.map +1 -0
- package/dist/actions/update-profile-notifications.cjs +32 -0
- package/dist/actions/update-profile-notifications.cjs.map +1 -0
- package/dist/actions/update-profile-notifications.d.cts +9 -0
- package/dist/actions/update-profile-notifications.d.cts.map +1 -0
- package/dist/actions/update-profile-notifications.d.mts +9 -0
- package/dist/actions/update-profile-notifications.d.mts.map +1 -0
- package/dist/actions/update-profile-notifications.mjs +29 -0
- package/dist/actions/update-profile-notifications.mjs.map +1 -0
- package/dist/actions/update-profile-props.cjs +42 -0
- package/dist/actions/update-profile-props.cjs.map +1 -0
- package/dist/actions/update-profile-props.d.cts +9 -0
- package/dist/actions/update-profile-props.d.cts.map +1 -0
- package/dist/actions/update-profile-props.d.mts +9 -0
- package/dist/actions/update-profile-props.d.mts.map +1 -0
- package/dist/actions/update-profile-props.mjs +39 -0
- package/dist/actions/update-profile-props.mjs.map +1 -0
- package/dist/actions/update-profile.cjs +54 -0
- package/dist/actions/update-profile.cjs.map +1 -0
- package/dist/actions/update-profile.d.cts +9 -0
- package/dist/actions/update-profile.d.cts.map +1 -0
- package/dist/actions/update-profile.d.mts +9 -0
- package/dist/actions/update-profile.d.mts.map +1 -0
- package/dist/actions/update-profile.mjs +53 -0
- package/dist/actions/update-profile.mjs.map +1 -0
- package/dist/actions/update-project-pin.cjs +27 -0
- package/dist/actions/update-project-pin.cjs.map +1 -0
- package/dist/actions/update-project-pin.d.cts +9 -0
- package/dist/actions/update-project-pin.d.cts.map +1 -0
- package/dist/actions/update-project-pin.d.mts +9 -0
- package/dist/actions/update-project-pin.d.mts.map +1 -0
- package/dist/actions/update-project-pin.mjs +24 -0
- package/dist/actions/update-project-pin.mjs.map +1 -0
- package/dist/actions/update-team-invitation-role.cjs +25 -0
- package/dist/actions/update-team-invitation-role.cjs.map +1 -0
- package/dist/actions/update-team-invitation-role.d.cts +9 -0
- package/dist/actions/update-team-invitation-role.d.cts.map +1 -0
- package/dist/actions/update-team-invitation-role.d.mts +9 -0
- package/dist/actions/update-team-invitation-role.d.mts.map +1 -0
- package/dist/actions/update-team-invitation-role.mjs +22 -0
- package/dist/actions/update-team-invitation-role.mjs.map +1 -0
- package/dist/actions/update-team.cjs +26 -0
- package/dist/actions/update-team.cjs.map +1 -0
- package/dist/actions/update-team.d.cts +9 -0
- package/dist/actions/update-team.d.cts.map +1 -0
- package/dist/actions/update-team.d.mts +9 -0
- package/dist/actions/update-team.d.mts.map +1 -0
- package/dist/actions/update-team.mjs +23 -0
- package/dist/actions/update-team.mjs.map +1 -0
- package/dist/actions/update-webhook.cjs +27 -0
- package/dist/actions/update-webhook.cjs.map +1 -0
- package/dist/actions/update-webhook.d.cts +9 -0
- package/dist/actions/update-webhook.d.cts.map +1 -0
- package/dist/actions/update-webhook.d.mts +9 -0
- package/dist/actions/update-webhook.d.mts.map +1 -0
- package/dist/actions/update-webhook.mjs +24 -0
- package/dist/actions/update-webhook.mjs.map +1 -0
- package/dist/actions/verify-token.cjs +23 -0
- package/dist/actions/verify-token.cjs.map +1 -0
- package/dist/actions/verify-token.d.cts +9 -0
- package/dist/actions/verify-token.d.cts.map +1 -0
- package/dist/actions/verify-token.d.mts +9 -0
- package/dist/actions/verify-token.d.mts.map +1 -0
- package/dist/actions/verify-token.mjs +20 -0
- package/dist/actions/verify-token.mjs.map +1 -0
- package/dist/app.cjs +9 -0
- package/dist/app.cjs.map +1 -0
- package/dist/app.d.cts +5 -0
- package/dist/app.d.cts.map +1 -0
- package/dist/app.d.mts +5 -0
- package/dist/app.d.mts.map +1 -0
- package/dist/app.mjs +10 -0
- package/dist/app.mjs.map +1 -0
- package/dist/catalog.cjs +15 -0
- package/dist/catalog.cjs.map +1 -0
- package/dist/catalog.d.cts +14 -0
- package/dist/catalog.d.cts.map +1 -0
- package/dist/catalog.d.mts +14 -0
- package/dist/catalog.d.mts.map +1 -0
- package/dist/catalog.mjs +15 -0
- package/dist/catalog.mjs.map +1 -0
- package/dist/execute.cjs +18 -0
- package/dist/execute.cjs.map +1 -0
- package/dist/execute.mjs +18 -0
- package/dist/execute.mjs.map +1 -0
- package/dist/index.cjs +186 -0
- package/dist/index.d.cts +93 -0
- package/dist/index.d.mts +93 -0
- package/dist/index.mjs +94 -0
- package/package.json +49 -0
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-team.d.ts
|
|
4
|
+
declare const PenpotGetTeamInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotGetTeamOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotGetTeam: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotGetTeam };
|
|
9
|
+
//# sourceMappingURL=get-team.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-team.d.mts","names":[],"sources":["../../src/actions/get-team.ts"],"mappings":";;;cAIa,kBAAA,EAAoB,CAAA,CAAE,UAEiC;AAAA,cACvD,mBAAA,EAAqB,CAAA,CAAE,UAOkC;AAAA,cAEzD,aAAA,gCAAa,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const penpotGetTeam = action("PENPOT_GET_TEAM", {
|
|
4
|
+
slug: "penpot-get-team",
|
|
5
|
+
name: "Get Team",
|
|
6
|
+
description: "Tool to retrieve team details by ID. Use when you need to fetch information about a specific team in Penpot.",
|
|
7
|
+
input: z.object({ id: z.string().describe("UUID of the team to retrieve") }).describe("Request schema for retrieving a team by ID in Penpot."),
|
|
8
|
+
output: z.object({
|
|
9
|
+
id: z.string().describe("Unique identifier for the team").nullable().optional(),
|
|
10
|
+
name: z.string().describe("Human-readable name of the team").nullable().optional(),
|
|
11
|
+
"created-at": z.string().describe("Timestamp when the team was created").nullable().optional(),
|
|
12
|
+
"is-default": z.boolean().describe("Whether this is the default team").nullable().optional(),
|
|
13
|
+
"modified-at": z.string().describe("Timestamp when the team was last modified").nullable().optional(),
|
|
14
|
+
permissions: z.union([z.array(z.string()), z.object({})]).nullable().optional()
|
|
15
|
+
}).describe("Response schema for team details retrieved from Penpot.")
|
|
16
|
+
});
|
|
17
|
+
//#endregion
|
|
18
|
+
export { penpotGetTeam };
|
|
19
|
+
|
|
20
|
+
//# sourceMappingURL=get-team.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-team.mjs","names":[],"sources":["../../src/actions/get-team.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotGetTeamInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the team to retrieve\"),\n}).describe(\"Request schema for retrieving a team by ID in Penpot.\");\nexport const PenpotGetTeamOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the team\").nullable().optional(),\n name: z.string().describe(\"Human-readable name of the team\").nullable().optional(),\n \"created-at\": z.string().describe(\"Timestamp when the team was created\").nullable().optional(),\n \"is-default\": z.boolean().describe(\"Whether this is the default team\").nullable().optional(),\n \"modified-at\": z.string().describe(\"Timestamp when the team was last modified\").nullable().optional(),\n permissions: z.union([z.array(z.string()), z.object({})]).nullable().optional(),\n}).describe(\"Response schema for team details retrieved from Penpot.\");\n\nexport const penpotGetTeam = action(\"PENPOT_GET_TEAM\", {\n slug: \"penpot-get-team\",\n name: \"Get Team\",\n description: \"Tool to retrieve team details by ID. Use when you need to fetch information about a specific team in Penpot.\",\n input: PenpotGetTeamInput,\n output: PenpotGetTeamOutput,\n});\n"],"mappings":";;AAgBA,MAAa,gBAAgB,OAAO,mBAAmB;CACrD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAhB8C,EAAE,OAAO,EACvD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,EACxD,CAAC,CAAC,CAAC,SAAS,uDAcH;CACP,QAd+C,EAAE,OAAO;EACxD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjF,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7F,cAAc,EAAE,QAAQ,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3F,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpG,aAAa,EAAE,MAAM,CAAC,EAAE,MAAM,EAAE,OAAO,CAAC,GAAG,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,CAAC,CAAC,CAAC,SAAS,yDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-teams.ts
|
|
4
|
+
const PenpotGetTeamsInput = zod.z.object({}).describe("Request parameters for getting teams in Penpot.");
|
|
5
|
+
const PenpotGetTeams_PermissionsSchema = zod.z.object({
|
|
6
|
+
type: zod.z.string().describe("Type of permission (e.g., 'membership').").nullable().optional(),
|
|
7
|
+
canEdit: zod.z.boolean().describe("Whether the current user can edit the team.").nullable().optional(),
|
|
8
|
+
isAdmin: zod.z.boolean().describe("Whether the current user is an admin of the team.").nullable().optional(),
|
|
9
|
+
isOwner: zod.z.boolean().describe("Whether the current user is the owner of the team.").nullable().optional()
|
|
10
|
+
}).describe("Permissions for a team.");
|
|
11
|
+
const PenpotGetTeams_TeamSchema = zod.z.object({
|
|
12
|
+
id: zod.z.string().describe("Unique identifier for the team.").nullable().optional(),
|
|
13
|
+
name: zod.z.string().describe("Human-readable name of the team.").nullable().optional(),
|
|
14
|
+
createdAt: zod.z.string().describe("Timestamp when the team was created.").nullable().optional(),
|
|
15
|
+
isDefault: zod.z.boolean().describe("Whether this is the default team.").nullable().optional(),
|
|
16
|
+
modifiedAt: zod.z.string().describe("Timestamp when the team was last modified.").nullable().optional(),
|
|
17
|
+
permissions: PenpotGetTeams_PermissionsSchema.nullable().optional()
|
|
18
|
+
}).describe("Representation of a Penpot team.");
|
|
19
|
+
const PenpotGetTeamsOutput = zod.z.object({ teams: zod.z.array(PenpotGetTeams_TeamSchema).describe("Array of team objects that the user is a member of.") }).describe("Response schema for getting teams.");
|
|
20
|
+
const penpotGetTeams = require_action.action("PENPOT_GET_TEAMS", {
|
|
21
|
+
slug: "penpot-get-teams",
|
|
22
|
+
name: "Get Teams",
|
|
23
|
+
description: "Tool to list all teams the authenticated user is a member of. Use when you need to retrieve teams where the user has membership in Penpot.",
|
|
24
|
+
input: PenpotGetTeamsInput,
|
|
25
|
+
output: PenpotGetTeamsOutput
|
|
26
|
+
});
|
|
27
|
+
//#endregion
|
|
28
|
+
exports.penpotGetTeams = penpotGetTeams;
|
|
29
|
+
|
|
30
|
+
//# sourceMappingURL=get-teams.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-teams.cjs","names":["z","action"],"sources":["../../src/actions/get-teams.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotGetTeamsInput: z.ZodTypeAny = z.object({}).describe(\"Request parameters for getting teams in Penpot.\");\nconst PenpotGetTeams_PermissionsSchema: z.ZodTypeAny = z.object({\n type: z.string().describe(\"Type of permission (e.g., 'membership').\").nullable().optional(),\n canEdit: z.boolean().describe(\"Whether the current user can edit the team.\").nullable().optional(),\n isAdmin: z.boolean().describe(\"Whether the current user is an admin of the team.\").nullable().optional(),\n isOwner: z.boolean().describe(\"Whether the current user is the owner of the team.\").nullable().optional(),\n}).describe(\"Permissions for a team.\");\nconst PenpotGetTeams_TeamSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the team.\").nullable().optional(),\n name: z.string().describe(\"Human-readable name of the team.\").nullable().optional(),\n createdAt: z.string().describe(\"Timestamp when the team was created.\").nullable().optional(),\n isDefault: z.boolean().describe(\"Whether this is the default team.\").nullable().optional(),\n modifiedAt: z.string().describe(\"Timestamp when the team was last modified.\").nullable().optional(),\n permissions: PenpotGetTeams_PermissionsSchema.nullable().optional(),\n}).describe(\"Representation of a Penpot team.\");\nexport const PenpotGetTeamsOutput: z.ZodTypeAny = z.object({\n teams: z.array(PenpotGetTeams_TeamSchema).describe(\"Array of team objects that the user is a member of.\"),\n}).describe(\"Response schema for getting teams.\");\n\nexport const penpotGetTeams = action(\"PENPOT_GET_TEAMS\", {\n slug: \"penpot-get-teams\",\n name: \"Get Teams\",\n description: \"Tool to list all teams the authenticated user is a member of. Use when you need to retrieve teams where the user has membership in Penpot.\",\n input: PenpotGetTeamsInput,\n output: PenpotGetTeamsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sBAAoCA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,iDAAiD;AACxH,MAAM,mCAAiDA,IAAAA,EAAE,OAAO;CAC9D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1G,CAAC,CAAC,CAAC,SAAS,yBAAyB;AACrC,MAAM,4BAA0CA,IAAAA,EAAE,OAAO;CACvD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,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,QAAQ,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,aAAa,iCAAiC,SAAS,CAAC,CAAC,SAAS;AACpE,CAAC,CAAC,CAAC,SAAS,kCAAkC;AAC9C,MAAa,uBAAqCA,IAAAA,EAAE,OAAO,EACzD,OAAOA,IAAAA,EAAE,MAAM,yBAAyB,CAAC,CAAC,SAAS,qDAAqD,EAC1G,CAAC,CAAC,CAAC,SAAS,oCAAoC;AAEhD,MAAa,iBAAiBC,eAAAA,OAAO,oBAAoB;CACvD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-teams.d.ts
|
|
4
|
+
declare const PenpotGetTeamsInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotGetTeamsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotGetTeams: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotGetTeams };
|
|
9
|
+
//# sourceMappingURL=get-teams.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-teams.d.cts","names":[],"sources":["../../src/actions/get-teams.ts"],"mappings":";;;cAIa,mBAAA,EAAqB,CAAA,CAAE,UAAqF;AAAA,cAe5G,oBAAA,EAAsB,CAAA,CAAE,UAEY;AAAA,cAEpC,cAAA,gCAAc,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-teams.d.ts
|
|
4
|
+
declare const PenpotGetTeamsInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotGetTeamsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotGetTeams: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotGetTeams };
|
|
9
|
+
//# sourceMappingURL=get-teams.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-teams.d.mts","names":[],"sources":["../../src/actions/get-teams.ts"],"mappings":";;;cAIa,mBAAA,EAAqB,CAAA,CAAE,UAAqF;AAAA,cAe5G,oBAAA,EAAsB,CAAA,CAAE,UAEY;AAAA,cAEpC,cAAA,gCAAc,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-teams.ts
|
|
4
|
+
const PenpotGetTeamsInput = z.object({}).describe("Request parameters for getting teams in Penpot.");
|
|
5
|
+
const PenpotGetTeams_PermissionsSchema = z.object({
|
|
6
|
+
type: z.string().describe("Type of permission (e.g., 'membership').").nullable().optional(),
|
|
7
|
+
canEdit: z.boolean().describe("Whether the current user can edit the team.").nullable().optional(),
|
|
8
|
+
isAdmin: z.boolean().describe("Whether the current user is an admin of the team.").nullable().optional(),
|
|
9
|
+
isOwner: z.boolean().describe("Whether the current user is the owner of the team.").nullable().optional()
|
|
10
|
+
}).describe("Permissions for a team.");
|
|
11
|
+
const PenpotGetTeams_TeamSchema = z.object({
|
|
12
|
+
id: z.string().describe("Unique identifier for the team.").nullable().optional(),
|
|
13
|
+
name: z.string().describe("Human-readable name of the team.").nullable().optional(),
|
|
14
|
+
createdAt: z.string().describe("Timestamp when the team was created.").nullable().optional(),
|
|
15
|
+
isDefault: z.boolean().describe("Whether this is the default team.").nullable().optional(),
|
|
16
|
+
modifiedAt: z.string().describe("Timestamp when the team was last modified.").nullable().optional(),
|
|
17
|
+
permissions: PenpotGetTeams_PermissionsSchema.nullable().optional()
|
|
18
|
+
}).describe("Representation of a Penpot team.");
|
|
19
|
+
const penpotGetTeams = action("PENPOT_GET_TEAMS", {
|
|
20
|
+
slug: "penpot-get-teams",
|
|
21
|
+
name: "Get Teams",
|
|
22
|
+
description: "Tool to list all teams the authenticated user is a member of. Use when you need to retrieve teams where the user has membership in Penpot.",
|
|
23
|
+
input: PenpotGetTeamsInput,
|
|
24
|
+
output: z.object({ teams: z.array(PenpotGetTeams_TeamSchema).describe("Array of team objects that the user is a member of.") }).describe("Response schema for getting teams.")
|
|
25
|
+
});
|
|
26
|
+
//#endregion
|
|
27
|
+
export { penpotGetTeams };
|
|
28
|
+
|
|
29
|
+
//# sourceMappingURL=get-teams.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-teams.mjs","names":[],"sources":["../../src/actions/get-teams.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotGetTeamsInput: z.ZodTypeAny = z.object({}).describe(\"Request parameters for getting teams in Penpot.\");\nconst PenpotGetTeams_PermissionsSchema: z.ZodTypeAny = z.object({\n type: z.string().describe(\"Type of permission (e.g., 'membership').\").nullable().optional(),\n canEdit: z.boolean().describe(\"Whether the current user can edit the team.\").nullable().optional(),\n isAdmin: z.boolean().describe(\"Whether the current user is an admin of the team.\").nullable().optional(),\n isOwner: z.boolean().describe(\"Whether the current user is the owner of the team.\").nullable().optional(),\n}).describe(\"Permissions for a team.\");\nconst PenpotGetTeams_TeamSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the team.\").nullable().optional(),\n name: z.string().describe(\"Human-readable name of the team.\").nullable().optional(),\n createdAt: z.string().describe(\"Timestamp when the team was created.\").nullable().optional(),\n isDefault: z.boolean().describe(\"Whether this is the default team.\").nullable().optional(),\n modifiedAt: z.string().describe(\"Timestamp when the team was last modified.\").nullable().optional(),\n permissions: PenpotGetTeams_PermissionsSchema.nullable().optional(),\n}).describe(\"Representation of a Penpot team.\");\nexport const PenpotGetTeamsOutput: z.ZodTypeAny = z.object({\n teams: z.array(PenpotGetTeams_TeamSchema).describe(\"Array of team objects that the user is a member of.\"),\n}).describe(\"Response schema for getting teams.\");\n\nexport const penpotGetTeams = action(\"PENPOT_GET_TEAMS\", {\n slug: \"penpot-get-teams\",\n name: \"Get Teams\",\n description: \"Tool to list all teams the authenticated user is a member of. Use when you need to retrieve teams where the user has membership in Penpot.\",\n input: PenpotGetTeamsInput,\n output: PenpotGetTeamsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sBAAoC,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,iDAAiD;AACxH,MAAM,mCAAiD,EAAE,OAAO;CAC9D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1G,CAAC,CAAC,CAAC,SAAS,yBAAyB;AACrC,MAAM,4BAA0C,EAAE,OAAO;CACvD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,aAAa,iCAAiC,SAAS,CAAC,CAAC,SAAS;AACpE,CAAC,CAAC,CAAC,SAAS,kCAAkC;AAK9C,MAAa,iBAAiB,OAAO,oBAAoB;CACvD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATgD,EAAE,OAAO,EACzD,OAAO,EAAE,MAAM,yBAAyB,CAAC,CAAC,SAAS,qDAAqD,EAC1G,CAAC,CAAC,CAAC,SAAS,oCAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-unread-comment-threads.ts
|
|
4
|
+
const PenpotGetUnreadCommentThreadsInput = zod.z.object({ team_id: zod.z.string().describe("UUID of the team to retrieve unread comment threads for") }).describe("Request model for fetching comment threads with unread comments.");
|
|
5
|
+
const PenpotGetUnreadCommentThreads_UnreadCommentThreadSchema = zod.z.object({
|
|
6
|
+
id: zod.z.string().describe("Unique identifier for the comment thread").nullable().optional(),
|
|
7
|
+
content: zod.z.string().describe("Content of the comment thread").nullable().optional(),
|
|
8
|
+
"file-id": zod.z.string().describe("ID of the file this thread belongs to").nullable().optional(),
|
|
9
|
+
"page-id": zod.z.string().describe("ID of the page where the thread is located").nullable().optional(),
|
|
10
|
+
"owner-id": zod.z.string().describe("ID of the user who created the thread").nullable().optional(),
|
|
11
|
+
position: zod.z.object({}).describe("Position coordinates of the comment thread on the page").nullable().optional(),
|
|
12
|
+
"created-at": zod.z.string().describe("Timestamp when the thread was created").nullable().optional(),
|
|
13
|
+
"is-resolved": zod.z.boolean().describe("Whether the comment thread has been resolved").nullable().optional(),
|
|
14
|
+
"modified-at": zod.z.string().describe("Timestamp when the thread was last modified").nullable().optional(),
|
|
15
|
+
participants: zod.z.array(zod.z.string()).describe("List of user IDs participating in the thread").nullable().optional(),
|
|
16
|
+
"count-unread-comments": zod.z.number().int().describe("Number of unread comments in this thread").nullable().optional()
|
|
17
|
+
}).describe("Model representing a comment thread with unread comments.");
|
|
18
|
+
const PenpotGetUnreadCommentThreadsOutput = zod.z.object({ threads: zod.z.array(PenpotGetUnreadCommentThreads_UnreadCommentThreadSchema).describe("List of comment threads with unread comments").nullable().optional() }).describe("Response model containing comment threads with unread comments.");
|
|
19
|
+
const penpotGetUnreadCommentThreads = require_action.action("PENPOT_GET_UNREAD_COMMENT_THREADS", {
|
|
20
|
+
slug: "penpot-get-unread-comment-threads",
|
|
21
|
+
name: "Get Unread Comment Threads",
|
|
22
|
+
description: "Tool to retrieve comment threads with unread comments for a specific team. Use when you need to check for new comments or discussions requiring attention.",
|
|
23
|
+
input: PenpotGetUnreadCommentThreadsInput,
|
|
24
|
+
output: PenpotGetUnreadCommentThreadsOutput
|
|
25
|
+
});
|
|
26
|
+
//#endregion
|
|
27
|
+
exports.penpotGetUnreadCommentThreads = penpotGetUnreadCommentThreads;
|
|
28
|
+
|
|
29
|
+
//# sourceMappingURL=get-unread-comment-threads.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-unread-comment-threads.cjs","names":["z","action"],"sources":["../../src/actions/get-unread-comment-threads.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotGetUnreadCommentThreadsInput: z.ZodTypeAny = z.object({\n team_id: z.string().describe(\"UUID of the team to retrieve unread comment threads for\"),\n}).describe(\"Request model for fetching comment threads with unread comments.\");\nconst PenpotGetUnreadCommentThreads_UnreadCommentThreadSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the comment thread\").nullable().optional(),\n content: z.string().describe(\"Content of the comment thread\").nullable().optional(),\n \"file-id\": z.string().describe(\"ID of the file this thread belongs to\").nullable().optional(),\n \"page-id\": z.string().describe(\"ID of the page where the thread is located\").nullable().optional(),\n \"owner-id\": z.string().describe(\"ID of the user who created the thread\").nullable().optional(),\n position: z.object({}).describe(\"Position coordinates of the comment thread on the page\").nullable().optional(),\n \"created-at\": z.string().describe(\"Timestamp when the thread was created\").nullable().optional(),\n \"is-resolved\": z.boolean().describe(\"Whether the comment thread has been resolved\").nullable().optional(),\n \"modified-at\": z.string().describe(\"Timestamp when the thread was last modified\").nullable().optional(),\n participants: z.array(z.string()).describe(\"List of user IDs participating in the thread\").nullable().optional(),\n \"count-unread-comments\": z.number().int().describe(\"Number of unread comments in this thread\").nullable().optional(),\n}).describe(\"Model representing a comment thread with unread comments.\");\nexport const PenpotGetUnreadCommentThreadsOutput: z.ZodTypeAny = z.object({\n threads: z.array(PenpotGetUnreadCommentThreads_UnreadCommentThreadSchema).describe(\"List of comment threads with unread comments\").nullable().optional(),\n}).describe(\"Response model containing comment threads with unread comments.\");\n\nexport const penpotGetUnreadCommentThreads = action(\"PENPOT_GET_UNREAD_COMMENT_THREADS\", {\n slug: \"penpot-get-unread-comment-threads\",\n name: \"Get Unread Comment Threads\",\n description: \"Tool to retrieve comment threads with unread comments for a specific team. Use when you need to check for new comments or discussions requiring attention.\",\n input: PenpotGetUnreadCommentThreadsInput,\n output: PenpotGetUnreadCommentThreadsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAmDA,IAAAA,EAAE,OAAO,EACvE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,EACxF,CAAC,CAAC,CAAC,SAAS,kEAAkE;AAC9E,MAAM,0DAAwEA,IAAAA,EAAE,OAAO;CACrF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7F,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9G,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,eAAeA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxG,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,cAAcA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/G,yBAAyBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrH,CAAC,CAAC,CAAC,SAAS,2DAA2D;AACvE,MAAa,sCAAoDA,IAAAA,EAAE,OAAO,EACxE,SAASA,IAAAA,EAAE,MAAM,uDAAuD,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACzJ,CAAC,CAAC,CAAC,SAAS,iEAAiE;AAE7E,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/get-unread-comment-threads.d.ts
|
|
4
|
+
declare const PenpotGetUnreadCommentThreadsInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotGetUnreadCommentThreadsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotGetUnreadCommentThreads: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotGetUnreadCommentThreads };
|
|
9
|
+
//# sourceMappingURL=get-unread-comment-threads.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-unread-comment-threads.d.cts","names":[],"sources":["../../src/actions/get-unread-comment-threads.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAE4B;AAAA,cAclE,mCAAA,EAAqC,CAAA,CAAE,UAE0B;AAAA,cAEjE,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-unread-comment-threads.d.ts
|
|
4
|
+
declare const PenpotGetUnreadCommentThreadsInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotGetUnreadCommentThreadsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotGetUnreadCommentThreads: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotGetUnreadCommentThreads };
|
|
9
|
+
//# sourceMappingURL=get-unread-comment-threads.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-unread-comment-threads.d.mts","names":[],"sources":["../../src/actions/get-unread-comment-threads.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAE4B;AAAA,cAclE,mCAAA,EAAqC,CAAA,CAAE,UAE0B;AAAA,cAEjE,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-unread-comment-threads.ts
|
|
4
|
+
const PenpotGetUnreadCommentThreadsInput = z.object({ team_id: z.string().describe("UUID of the team to retrieve unread comment threads for") }).describe("Request model for fetching comment threads with unread comments.");
|
|
5
|
+
const PenpotGetUnreadCommentThreads_UnreadCommentThreadSchema = z.object({
|
|
6
|
+
id: z.string().describe("Unique identifier for the comment thread").nullable().optional(),
|
|
7
|
+
content: z.string().describe("Content of the comment thread").nullable().optional(),
|
|
8
|
+
"file-id": z.string().describe("ID of the file this thread belongs to").nullable().optional(),
|
|
9
|
+
"page-id": z.string().describe("ID of the page where the thread is located").nullable().optional(),
|
|
10
|
+
"owner-id": z.string().describe("ID of the user who created the thread").nullable().optional(),
|
|
11
|
+
position: z.object({}).describe("Position coordinates of the comment thread on the page").nullable().optional(),
|
|
12
|
+
"created-at": z.string().describe("Timestamp when the thread was created").nullable().optional(),
|
|
13
|
+
"is-resolved": z.boolean().describe("Whether the comment thread has been resolved").nullable().optional(),
|
|
14
|
+
"modified-at": z.string().describe("Timestamp when the thread was last modified").nullable().optional(),
|
|
15
|
+
participants: z.array(z.string()).describe("List of user IDs participating in the thread").nullable().optional(),
|
|
16
|
+
"count-unread-comments": z.number().int().describe("Number of unread comments in this thread").nullable().optional()
|
|
17
|
+
}).describe("Model representing a comment thread with unread comments.");
|
|
18
|
+
const penpotGetUnreadCommentThreads = action("PENPOT_GET_UNREAD_COMMENT_THREADS", {
|
|
19
|
+
slug: "penpot-get-unread-comment-threads",
|
|
20
|
+
name: "Get Unread Comment Threads",
|
|
21
|
+
description: "Tool to retrieve comment threads with unread comments for a specific team. Use when you need to check for new comments or discussions requiring attention.",
|
|
22
|
+
input: PenpotGetUnreadCommentThreadsInput,
|
|
23
|
+
output: z.object({ threads: z.array(PenpotGetUnreadCommentThreads_UnreadCommentThreadSchema).describe("List of comment threads with unread comments").nullable().optional() }).describe("Response model containing comment threads with unread comments.")
|
|
24
|
+
});
|
|
25
|
+
//#endregion
|
|
26
|
+
export { penpotGetUnreadCommentThreads };
|
|
27
|
+
|
|
28
|
+
//# sourceMappingURL=get-unread-comment-threads.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-unread-comment-threads.mjs","names":[],"sources":["../../src/actions/get-unread-comment-threads.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotGetUnreadCommentThreadsInput: z.ZodTypeAny = z.object({\n team_id: z.string().describe(\"UUID of the team to retrieve unread comment threads for\"),\n}).describe(\"Request model for fetching comment threads with unread comments.\");\nconst PenpotGetUnreadCommentThreads_UnreadCommentThreadSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the comment thread\").nullable().optional(),\n content: z.string().describe(\"Content of the comment thread\").nullable().optional(),\n \"file-id\": z.string().describe(\"ID of the file this thread belongs to\").nullable().optional(),\n \"page-id\": z.string().describe(\"ID of the page where the thread is located\").nullable().optional(),\n \"owner-id\": z.string().describe(\"ID of the user who created the thread\").nullable().optional(),\n position: z.object({}).describe(\"Position coordinates of the comment thread on the page\").nullable().optional(),\n \"created-at\": z.string().describe(\"Timestamp when the thread was created\").nullable().optional(),\n \"is-resolved\": z.boolean().describe(\"Whether the comment thread has been resolved\").nullable().optional(),\n \"modified-at\": z.string().describe(\"Timestamp when the thread was last modified\").nullable().optional(),\n participants: z.array(z.string()).describe(\"List of user IDs participating in the thread\").nullable().optional(),\n \"count-unread-comments\": z.number().int().describe(\"Number of unread comments in this thread\").nullable().optional(),\n}).describe(\"Model representing a comment thread with unread comments.\");\nexport const PenpotGetUnreadCommentThreadsOutput: z.ZodTypeAny = z.object({\n threads: z.array(PenpotGetUnreadCommentThreads_UnreadCommentThreadSchema).describe(\"List of comment threads with unread comments\").nullable().optional(),\n}).describe(\"Response model containing comment threads with unread comments.\");\n\nexport const penpotGetUnreadCommentThreads = action(\"PENPOT_GET_UNREAD_COMMENT_THREADS\", {\n slug: \"penpot-get-unread-comment-threads\",\n name: \"Get Unread Comment Threads\",\n description: \"Tool to retrieve comment threads with unread comments for a specific team. Use when you need to check for new comments or discussions requiring attention.\",\n input: PenpotGetUnreadCommentThreadsInput,\n output: PenpotGetUnreadCommentThreadsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAmD,EAAE,OAAO,EACvE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,EACxF,CAAC,CAAC,CAAC,SAAS,kEAAkE;AAC9E,MAAM,0DAAwE,EAAE,OAAO;CACrF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7F,UAAU,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9G,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,eAAe,EAAE,QAAQ,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxG,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,cAAc,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/G,yBAAyB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrH,CAAC,CAAC,CAAC,SAAS,2DAA2D;AAKvE,MAAa,gCAAgC,OAAO,qCAAqC;CACvF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT+D,EAAE,OAAO,EACxE,SAAS,EAAE,MAAM,uDAAuD,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACzJ,CAAC,CAAC,CAAC,SAAS,iEAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-view-only-bundle.ts
|
|
4
|
+
const PenpotGetViewOnlyBundleInput = zod.z.object({
|
|
5
|
+
file_id: zod.z.string().describe("UUID of the file to retrieve the view-only bundle for"),
|
|
6
|
+
features: zod.z.array(zod.z.string()).describe("Set of feature flags to enable for this request. Optional list of strings.").optional(),
|
|
7
|
+
share_id: zod.z.string().describe("UUID of the share link associated with the view-only access. Optional.").optional()
|
|
8
|
+
}).describe("Request model for retrieving view-only bundle data for a Penpot file.");
|
|
9
|
+
const PenpotGetViewOnlyBundleOutput = zod.z.object({
|
|
10
|
+
id: zod.z.string().describe("UUID of the file").nullable().optional(),
|
|
11
|
+
data: zod.z.object({}).describe("File data structure containing pages, components, and design elements for view-only access").nullable().optional(),
|
|
12
|
+
name: zod.z.string().describe("Name of the file").nullable().optional(),
|
|
13
|
+
pages: zod.z.array(zod.z.object({})).describe("List of pages in the file").nullable().optional(),
|
|
14
|
+
features: zod.z.array(zod.z.string()).describe("Set of enabled features").nullable().optional(),
|
|
15
|
+
share_id: zod.z.string().describe("UUID of the share link if applicable").nullable().optional(),
|
|
16
|
+
is_shared: zod.z.boolean().describe("Whether the file is shared").nullable().optional(),
|
|
17
|
+
created_at: zod.z.string().describe("Timestamp when the file was created").nullable().optional(),
|
|
18
|
+
project_id: zod.z.string().describe("UUID of the project").nullable().optional(),
|
|
19
|
+
modified_at: zod.z.string().describe("Timestamp when the file was last modified").nullable().optional()
|
|
20
|
+
}).describe("Response model containing the view-only bundle data for a Penpot file.");
|
|
21
|
+
const penpotGetViewOnlyBundle = require_action.action("PENPOT_GET_VIEW_ONLY_BUNDLE", {
|
|
22
|
+
slug: "penpot-get-view-only-bundle",
|
|
23
|
+
name: "Get View Only Bundle",
|
|
24
|
+
description: "Tool to retrieve data bundle for view-only file access in Penpot. Use when you need to access read-only file data through a share link or for preview purposes.",
|
|
25
|
+
input: PenpotGetViewOnlyBundleInput,
|
|
26
|
+
output: PenpotGetViewOnlyBundleOutput
|
|
27
|
+
});
|
|
28
|
+
//#endregion
|
|
29
|
+
exports.penpotGetViewOnlyBundle = penpotGetViewOnlyBundle;
|
|
30
|
+
|
|
31
|
+
//# sourceMappingURL=get-view-only-bundle.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-view-only-bundle.cjs","names":["z","action"],"sources":["../../src/actions/get-view-only-bundle.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotGetViewOnlyBundleInput: z.ZodTypeAny = z.object({\n file_id: z.string().describe(\"UUID of the file to retrieve the view-only bundle for\"),\n features: z.array(z.string()).describe(\"Set of feature flags to enable for this request. Optional list of strings.\").optional(),\n share_id: z.string().describe(\"UUID of the share link associated with the view-only access. Optional.\").optional(),\n}).describe(\"Request model for retrieving view-only bundle data for a Penpot file.\");\nexport const PenpotGetViewOnlyBundleOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the file\").nullable().optional(),\n data: z.object({}).describe(\"File data structure containing pages, components, and design elements for view-only access\").nullable().optional(),\n name: z.string().describe(\"Name of the file\").nullable().optional(),\n pages: z.array(z.object({})).describe(\"List of pages in the file\").nullable().optional(),\n features: z.array(z.string()).describe(\"Set of enabled features\").nullable().optional(),\n share_id: z.string().describe(\"UUID of the share link if applicable\").nullable().optional(),\n is_shared: z.boolean().describe(\"Whether the file is shared\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the file was created\").nullable().optional(),\n project_id: z.string().describe(\"UUID of the project\").nullable().optional(),\n modified_at: z.string().describe(\"Timestamp when the file was last modified\").nullable().optional(),\n}).describe(\"Response model containing the view-only bundle data for a Penpot file.\");\n\nexport const penpotGetViewOnlyBundle = action(\"PENPOT_GET_VIEW_ONLY_BUNDLE\", {\n slug: \"penpot-get-view-only-bundle\",\n name: \"Get View Only Bundle\",\n description: \"Tool to retrieve data bundle for view-only file access in Penpot. Use when you need to access read-only file data through a share link or for preview purposes.\",\n input: PenpotGetViewOnlyBundleInput,\n output: PenpotGetViewOnlyBundleOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6CA,IAAAA,EAAE,OAAO;CACjE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;CACpF,UAAUA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS;CAC9H,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS;AACnH,CAAC,CAAC,CAAC,SAAS,uEAAuE;AACnF,MAAa,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,4FAA4F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9I,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClE,OAAOA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,UAAUA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3E,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACpG,CAAC,CAAC,CAAC,SAAS,wEAAwE;AAEpF,MAAa,0BAA0BC,eAAAA,OAAO,+BAA+B;CAC3E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-view-only-bundle.d.ts
|
|
4
|
+
declare const PenpotGetViewOnlyBundleInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotGetViewOnlyBundleOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotGetViewOnlyBundle: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotGetViewOnlyBundle };
|
|
9
|
+
//# sourceMappingURL=get-view-only-bundle.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-view-only-bundle.d.cts","names":[],"sources":["../../src/actions/get-view-only-bundle.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAIuC;AAAA,cACvE,6BAAA,EAA+B,CAAA,CAAE,UAWuC;AAAA,cAExE,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-view-only-bundle.d.ts
|
|
4
|
+
declare const PenpotGetViewOnlyBundleInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotGetViewOnlyBundleOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotGetViewOnlyBundle: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotGetViewOnlyBundle };
|
|
9
|
+
//# sourceMappingURL=get-view-only-bundle.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-view-only-bundle.d.mts","names":[],"sources":["../../src/actions/get-view-only-bundle.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAIuC;AAAA,cACvE,6BAAA,EAA+B,CAAA,CAAE,UAWuC;AAAA,cAExE,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const penpotGetViewOnlyBundle = action("PENPOT_GET_VIEW_ONLY_BUNDLE", {
|
|
4
|
+
slug: "penpot-get-view-only-bundle",
|
|
5
|
+
name: "Get View Only Bundle",
|
|
6
|
+
description: "Tool to retrieve data bundle for view-only file access in Penpot. Use when you need to access read-only file data through a share link or for preview purposes.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
file_id: z.string().describe("UUID of the file to retrieve the view-only bundle for"),
|
|
9
|
+
features: z.array(z.string()).describe("Set of feature flags to enable for this request. Optional list of strings.").optional(),
|
|
10
|
+
share_id: z.string().describe("UUID of the share link associated with the view-only access. Optional.").optional()
|
|
11
|
+
}).describe("Request model for retrieving view-only bundle data for a Penpot file."),
|
|
12
|
+
output: z.object({
|
|
13
|
+
id: z.string().describe("UUID of the file").nullable().optional(),
|
|
14
|
+
data: z.object({}).describe("File data structure containing pages, components, and design elements for view-only access").nullable().optional(),
|
|
15
|
+
name: z.string().describe("Name of the file").nullable().optional(),
|
|
16
|
+
pages: z.array(z.object({})).describe("List of pages in the file").nullable().optional(),
|
|
17
|
+
features: z.array(z.string()).describe("Set of enabled features").nullable().optional(),
|
|
18
|
+
share_id: z.string().describe("UUID of the share link if applicable").nullable().optional(),
|
|
19
|
+
is_shared: z.boolean().describe("Whether the file is shared").nullable().optional(),
|
|
20
|
+
created_at: z.string().describe("Timestamp when the file was created").nullable().optional(),
|
|
21
|
+
project_id: z.string().describe("UUID of the project").nullable().optional(),
|
|
22
|
+
modified_at: z.string().describe("Timestamp when the file was last modified").nullable().optional()
|
|
23
|
+
}).describe("Response model containing the view-only bundle data for a Penpot file.")
|
|
24
|
+
});
|
|
25
|
+
//#endregion
|
|
26
|
+
export { penpotGetViewOnlyBundle };
|
|
27
|
+
|
|
28
|
+
//# sourceMappingURL=get-view-only-bundle.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-view-only-bundle.mjs","names":[],"sources":["../../src/actions/get-view-only-bundle.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotGetViewOnlyBundleInput: z.ZodTypeAny = z.object({\n file_id: z.string().describe(\"UUID of the file to retrieve the view-only bundle for\"),\n features: z.array(z.string()).describe(\"Set of feature flags to enable for this request. Optional list of strings.\").optional(),\n share_id: z.string().describe(\"UUID of the share link associated with the view-only access. Optional.\").optional(),\n}).describe(\"Request model for retrieving view-only bundle data for a Penpot file.\");\nexport const PenpotGetViewOnlyBundleOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the file\").nullable().optional(),\n data: z.object({}).describe(\"File data structure containing pages, components, and design elements for view-only access\").nullable().optional(),\n name: z.string().describe(\"Name of the file\").nullable().optional(),\n pages: z.array(z.object({})).describe(\"List of pages in the file\").nullable().optional(),\n features: z.array(z.string()).describe(\"Set of enabled features\").nullable().optional(),\n share_id: z.string().describe(\"UUID of the share link if applicable\").nullable().optional(),\n is_shared: z.boolean().describe(\"Whether the file is shared\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the file was created\").nullable().optional(),\n project_id: z.string().describe(\"UUID of the project\").nullable().optional(),\n modified_at: z.string().describe(\"Timestamp when the file was last modified\").nullable().optional(),\n}).describe(\"Response model containing the view-only bundle data for a Penpot file.\");\n\nexport const penpotGetViewOnlyBundle = action(\"PENPOT_GET_VIEW_ONLY_BUNDLE\", {\n slug: \"penpot-get-view-only-bundle\",\n name: \"Get View Only Bundle\",\n description: \"Tool to retrieve data bundle for view-only file access in Penpot. Use when you need to access read-only file data through a share link or for preview purposes.\",\n input: PenpotGetViewOnlyBundleInput,\n output: PenpotGetViewOnlyBundleOutput,\n});\n"],"mappings":";;AAsBA,MAAa,0BAA0B,OAAO,+BAA+B;CAC3E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAtBwD,EAAE,OAAO;EACjE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;EACpF,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS;EAC9H,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS;CACnH,CAAC,CAAC,CAAC,SAAS,uEAkBH;CACP,QAlByD,EAAE,OAAO;EAClE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,4FAA4F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9I,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClE,OAAO,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvF,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1F,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3E,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,CAAC,CAAC,CAAC,SAAS,wEAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-webhooks.ts
|
|
4
|
+
const PenpotGetWebhooksInput = zod.z.object({ team_id: zod.z.string().describe("UUID formatted string identifying the team to get webhooks for") }).describe("Request model for getting webhooks configured for a team.");
|
|
5
|
+
const PenpotGetWebhooks_UriComponentsSchema = zod.z.object({
|
|
6
|
+
host: zod.z.string().describe("Hostname").nullable().optional(),
|
|
7
|
+
path: zod.z.string().describe("URI path").nullable().optional(),
|
|
8
|
+
port: zod.z.number().int().describe("Port number").nullable().optional(),
|
|
9
|
+
user: zod.z.string().describe("Username in URI").nullable().optional(),
|
|
10
|
+
query: zod.z.string().describe("Query string").nullable().optional(),
|
|
11
|
+
scheme: zod.z.string().describe("URI scheme (e.g., https)").nullable().optional(),
|
|
12
|
+
fragment: zod.z.string().describe("URI fragment").nullable().optional(),
|
|
13
|
+
password: zod.z.string().describe("Password in URI").nullable().optional()
|
|
14
|
+
}).describe("URI broken down into components.");
|
|
15
|
+
const PenpotGetWebhooks_WebhookSchema = zod.z.object({
|
|
16
|
+
id: zod.z.string().describe("UUID of the webhook").nullable().optional(),
|
|
17
|
+
uri: zod.z.union([zod.z.string(), PenpotGetWebhooks_UriComponentsSchema]).nullable().optional(),
|
|
18
|
+
mtype: zod.z.string().describe("MIME type of the webhook payload format (e.g., application/json, application/transit+json)").nullable().optional(),
|
|
19
|
+
team_id: zod.z.string().describe("UUID of the team the webhook belongs to").nullable().optional(),
|
|
20
|
+
is_active: zod.z.boolean().describe("Whether the webhook is currently active").nullable().optional()
|
|
21
|
+
}).describe("Representation of a webhook in Penpot.");
|
|
22
|
+
const PenpotGetWebhooksOutput = zod.z.object({ webhooks: zod.z.array(PenpotGetWebhooks_WebhookSchema).describe("List of webhooks configured for the team").nullable().optional() }).describe("Response model for getting webhooks.");
|
|
23
|
+
const penpotGetWebhooks = require_action.action("PENPOT_GET_WEBHOOKS", {
|
|
24
|
+
slug: "penpot-get-webhooks",
|
|
25
|
+
name: "Get Webhooks",
|
|
26
|
+
description: "Tool to retrieve all webhooks configured for a team. Use when you need to list existing webhook endpoints registered for a Penpot team.",
|
|
27
|
+
input: PenpotGetWebhooksInput,
|
|
28
|
+
output: PenpotGetWebhooksOutput
|
|
29
|
+
});
|
|
30
|
+
//#endregion
|
|
31
|
+
exports.penpotGetWebhooks = penpotGetWebhooks;
|
|
32
|
+
|
|
33
|
+
//# sourceMappingURL=get-webhooks.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-webhooks.cjs","names":["z","action"],"sources":["../../src/actions/get-webhooks.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotGetWebhooksInput: z.ZodTypeAny = z.object({\n team_id: z.string().describe(\"UUID formatted string identifying the team to get webhooks for\"),\n}).describe(\"Request model for getting webhooks configured for a team.\");\nconst PenpotGetWebhooks_UriComponentsSchema: z.ZodTypeAny = z.object({\n host: z.string().describe(\"Hostname\").nullable().optional(),\n path: z.string().describe(\"URI path\").nullable().optional(),\n port: z.number().int().describe(\"Port number\").nullable().optional(),\n user: z.string().describe(\"Username in URI\").nullable().optional(),\n query: z.string().describe(\"Query string\").nullable().optional(),\n scheme: z.string().describe(\"URI scheme (e.g., https)\").nullable().optional(),\n fragment: z.string().describe(\"URI fragment\").nullable().optional(),\n password: z.string().describe(\"Password in URI\").nullable().optional(),\n}).describe(\"URI broken down into components.\");\nconst PenpotGetWebhooks_WebhookSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the webhook\").nullable().optional(),\n uri: z.union([z.string(), PenpotGetWebhooks_UriComponentsSchema]).nullable().optional(),\n mtype: z.string().describe(\"MIME type of the webhook payload format (e.g., application/json, application/transit+json)\").nullable().optional(),\n team_id: z.string().describe(\"UUID of the team the webhook belongs to\").nullable().optional(),\n is_active: z.boolean().describe(\"Whether the webhook is currently active\").nullable().optional(),\n}).describe(\"Representation of a webhook in Penpot.\");\nexport const PenpotGetWebhooksOutput: z.ZodTypeAny = z.object({\n webhooks: z.array(PenpotGetWebhooks_WebhookSchema).describe(\"List of webhooks configured for the team\").nullable().optional(),\n}).describe(\"Response model for getting webhooks.\");\n\nexport const penpotGetWebhooks = action(\"PENPOT_GET_WEBHOOKS\", {\n slug: \"penpot-get-webhooks\",\n name: \"Get Webhooks\",\n description: \"Tool to retrieve all webhooks configured for a team. Use when you need to list existing webhook endpoints registered for a Penpot team.\",\n input: PenpotGetWebhooksInput,\n output: PenpotGetWebhooksOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yBAAuCA,IAAAA,EAAE,OAAO,EAC3D,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,EAC/F,CAAC,CAAC,CAAC,SAAS,2DAA2D;AACvE,MAAM,wCAAsDA,IAAAA,EAAE,OAAO;CACnE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,UAAU,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,UAAU,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,aAAa,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,cAAc,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/D,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,cAAc,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvE,CAAC,CAAC,CAAC,SAAS,kCAAkC;AAC9C,MAAM,kCAAgDA,IAAAA,EAAE,OAAO;CAC7D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnE,KAAKA,IAAAA,EAAE,MAAM,CAACA,IAAAA,EAAE,OAAO,GAAG,qCAAqC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4FAA4F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7I,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjG,CAAC,CAAC,CAAC,SAAS,wCAAwC;AACpD,MAAa,0BAAwCA,IAAAA,EAAE,OAAO,EAC5D,UAAUA,IAAAA,EAAE,MAAM,+BAA+B,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC9H,CAAC,CAAC,CAAC,SAAS,sCAAsC;AAElD,MAAa,oBAAoBC,eAAAA,OAAO,uBAAuB;CAC7D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-webhooks.d.ts
|
|
4
|
+
declare const PenpotGetWebhooksInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotGetWebhooksOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotGetWebhooks: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotGetWebhooks };
|
|
9
|
+
//# sourceMappingURL=get-webhooks.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-webhooks.d.cts","names":[],"sources":["../../src/actions/get-webhooks.ts"],"mappings":";;;cAIa,sBAAA,EAAwB,CAAA,CAAE,UAEiC;AAAA,cAkB3D,uBAAA,EAAyB,CAAA,CAAE,UAEW;AAAA,cAEtC,iBAAA,gCAAiB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-webhooks.d.ts
|
|
4
|
+
declare const PenpotGetWebhooksInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotGetWebhooksOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotGetWebhooks: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotGetWebhooks };
|
|
9
|
+
//# sourceMappingURL=get-webhooks.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-webhooks.d.mts","names":[],"sources":["../../src/actions/get-webhooks.ts"],"mappings":";;;cAIa,sBAAA,EAAwB,CAAA,CAAE,UAEiC;AAAA,cAkB3D,uBAAA,EAAyB,CAAA,CAAE,UAEW;AAAA,cAEtC,iBAAA,gCAAiB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-webhooks.ts
|
|
4
|
+
const PenpotGetWebhooksInput = z.object({ team_id: z.string().describe("UUID formatted string identifying the team to get webhooks for") }).describe("Request model for getting webhooks configured for a team.");
|
|
5
|
+
const PenpotGetWebhooks_UriComponentsSchema = z.object({
|
|
6
|
+
host: z.string().describe("Hostname").nullable().optional(),
|
|
7
|
+
path: z.string().describe("URI path").nullable().optional(),
|
|
8
|
+
port: z.number().int().describe("Port number").nullable().optional(),
|
|
9
|
+
user: z.string().describe("Username in URI").nullable().optional(),
|
|
10
|
+
query: z.string().describe("Query string").nullable().optional(),
|
|
11
|
+
scheme: z.string().describe("URI scheme (e.g., https)").nullable().optional(),
|
|
12
|
+
fragment: z.string().describe("URI fragment").nullable().optional(),
|
|
13
|
+
password: z.string().describe("Password in URI").nullable().optional()
|
|
14
|
+
}).describe("URI broken down into components.");
|
|
15
|
+
const PenpotGetWebhooks_WebhookSchema = z.object({
|
|
16
|
+
id: z.string().describe("UUID of the webhook").nullable().optional(),
|
|
17
|
+
uri: z.union([z.string(), PenpotGetWebhooks_UriComponentsSchema]).nullable().optional(),
|
|
18
|
+
mtype: z.string().describe("MIME type of the webhook payload format (e.g., application/json, application/transit+json)").nullable().optional(),
|
|
19
|
+
team_id: z.string().describe("UUID of the team the webhook belongs to").nullable().optional(),
|
|
20
|
+
is_active: z.boolean().describe("Whether the webhook is currently active").nullable().optional()
|
|
21
|
+
}).describe("Representation of a webhook in Penpot.");
|
|
22
|
+
const penpotGetWebhooks = action("PENPOT_GET_WEBHOOKS", {
|
|
23
|
+
slug: "penpot-get-webhooks",
|
|
24
|
+
name: "Get Webhooks",
|
|
25
|
+
description: "Tool to retrieve all webhooks configured for a team. Use when you need to list existing webhook endpoints registered for a Penpot team.",
|
|
26
|
+
input: PenpotGetWebhooksInput,
|
|
27
|
+
output: z.object({ webhooks: z.array(PenpotGetWebhooks_WebhookSchema).describe("List of webhooks configured for the team").nullable().optional() }).describe("Response model for getting webhooks.")
|
|
28
|
+
});
|
|
29
|
+
//#endregion
|
|
30
|
+
export { penpotGetWebhooks };
|
|
31
|
+
|
|
32
|
+
//# sourceMappingURL=get-webhooks.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-webhooks.mjs","names":[],"sources":["../../src/actions/get-webhooks.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotGetWebhooksInput: z.ZodTypeAny = z.object({\n team_id: z.string().describe(\"UUID formatted string identifying the team to get webhooks for\"),\n}).describe(\"Request model for getting webhooks configured for a team.\");\nconst PenpotGetWebhooks_UriComponentsSchema: z.ZodTypeAny = z.object({\n host: z.string().describe(\"Hostname\").nullable().optional(),\n path: z.string().describe(\"URI path\").nullable().optional(),\n port: z.number().int().describe(\"Port number\").nullable().optional(),\n user: z.string().describe(\"Username in URI\").nullable().optional(),\n query: z.string().describe(\"Query string\").nullable().optional(),\n scheme: z.string().describe(\"URI scheme (e.g., https)\").nullable().optional(),\n fragment: z.string().describe(\"URI fragment\").nullable().optional(),\n password: z.string().describe(\"Password in URI\").nullable().optional(),\n}).describe(\"URI broken down into components.\");\nconst PenpotGetWebhooks_WebhookSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the webhook\").nullable().optional(),\n uri: z.union([z.string(), PenpotGetWebhooks_UriComponentsSchema]).nullable().optional(),\n mtype: z.string().describe(\"MIME type of the webhook payload format (e.g., application/json, application/transit+json)\").nullable().optional(),\n team_id: z.string().describe(\"UUID of the team the webhook belongs to\").nullable().optional(),\n is_active: z.boolean().describe(\"Whether the webhook is currently active\").nullable().optional(),\n}).describe(\"Representation of a webhook in Penpot.\");\nexport const PenpotGetWebhooksOutput: z.ZodTypeAny = z.object({\n webhooks: z.array(PenpotGetWebhooks_WebhookSchema).describe(\"List of webhooks configured for the team\").nullable().optional(),\n}).describe(\"Response model for getting webhooks.\");\n\nexport const penpotGetWebhooks = action(\"PENPOT_GET_WEBHOOKS\", {\n slug: \"penpot-get-webhooks\",\n name: \"Get Webhooks\",\n description: \"Tool to retrieve all webhooks configured for a team. Use when you need to list existing webhook endpoints registered for a Penpot team.\",\n input: PenpotGetWebhooksInput,\n output: PenpotGetWebhooksOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yBAAuC,EAAE,OAAO,EAC3D,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,EAC/F,CAAC,CAAC,CAAC,SAAS,2DAA2D;AACvE,MAAM,wCAAsD,EAAE,OAAO;CACnE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,UAAU,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,UAAU,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1D,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,aAAa,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,cAAc,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/D,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,cAAc,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvE,CAAC,CAAC,CAAC,SAAS,kCAAkC;AAC9C,MAAM,kCAAgD,EAAE,OAAO;CAC7D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnE,KAAK,EAAE,MAAM,CAAC,EAAE,OAAO,GAAG,qCAAqC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,4FAA4F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7I,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjG,CAAC,CAAC,CAAC,SAAS,wCAAwC;AAKpD,MAAa,oBAAoB,OAAO,uBAAuB;CAC7D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATmD,EAAE,OAAO,EAC5D,UAAU,EAAE,MAAM,+BAA+B,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC9H,CAAC,CAAC,CAAC,SAAS,sCAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/has-file-libraries.ts
|
|
4
|
+
const PenpotHasFileLibrariesInput = zod.z.object({ fileId: zod.z.string().describe("UUID of the file to check for linked libraries") }).describe("Request model for checking if a Penpot file has linked libraries.");
|
|
5
|
+
const PenpotHasFileLibrariesOutput = zod.z.object({ has_libraries: zod.z.boolean().describe("True if the file has linked libraries, False otherwise") }).describe("Response model indicating whether the file has linked libraries.");
|
|
6
|
+
const penpotHasFileLibraries = require_action.action("PENPOT_HAS_FILE_LIBRARIES", {
|
|
7
|
+
slug: "penpot-has-file-libraries",
|
|
8
|
+
name: "Has File Libraries",
|
|
9
|
+
description: "Tool to check if a Penpot file has linked libraries. Use when you need to determine whether a specific file references any external libraries.",
|
|
10
|
+
input: PenpotHasFileLibrariesInput,
|
|
11
|
+
output: PenpotHasFileLibrariesOutput
|
|
12
|
+
});
|
|
13
|
+
//#endregion
|
|
14
|
+
exports.penpotHasFileLibraries = penpotHasFileLibraries;
|
|
15
|
+
|
|
16
|
+
//# sourceMappingURL=has-file-libraries.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"has-file-libraries.cjs","names":["z","action"],"sources":["../../src/actions/has-file-libraries.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotHasFileLibrariesInput: z.ZodTypeAny = z.object({\n fileId: z.string().describe(\"UUID of the file to check for linked libraries\"),\n}).describe(\"Request model for checking if a Penpot file has linked libraries.\");\nexport const PenpotHasFileLibrariesOutput: z.ZodTypeAny = z.object({\n has_libraries: z.boolean().describe(\"True if the file has linked libraries, False otherwise\"),\n}).describe(\"Response model indicating whether the file has linked libraries.\");\n\nexport const penpotHasFileLibraries = action(\"PENPOT_HAS_FILE_LIBRARIES\", {\n slug: \"penpot-has-file-libraries\",\n name: \"Has File Libraries\",\n description: \"Tool to check if a Penpot file has linked libraries. Use when you need to determine whether a specific file references any external libraries.\",\n input: PenpotHasFileLibrariesInput,\n output: PenpotHasFileLibrariesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4CA,IAAAA,EAAE,OAAO,EAChE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,EAC9E,CAAC,CAAC,CAAC,SAAS,mEAAmE;AAC/E,MAAa,+BAA6CA,IAAAA,EAAE,OAAO,EACjE,eAAeA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,wDAAwD,EAC9F,CAAC,CAAC,CAAC,SAAS,kEAAkE;AAE9E,MAAa,yBAAyBC,eAAAA,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/has-file-libraries.d.ts
|
|
4
|
+
declare const PenpotHasFileLibrariesInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotHasFileLibrariesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotHasFileLibraries: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotHasFileLibraries };
|
|
9
|
+
//# sourceMappingURL=has-file-libraries.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"has-file-libraries.d.cts","names":[],"sources":["../../src/actions/has-file-libraries.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAEoC;AAAA,cACnE,4BAAA,EAA8B,CAAA,CAAE,UAEkC;AAAA,cAElE,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/has-file-libraries.d.ts
|
|
4
|
+
declare const PenpotHasFileLibrariesInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotHasFileLibrariesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotHasFileLibraries: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotHasFileLibraries };
|
|
9
|
+
//# sourceMappingURL=has-file-libraries.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"has-file-libraries.d.mts","names":[],"sources":["../../src/actions/has-file-libraries.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAEoC;AAAA,cACnE,4BAAA,EAA8B,CAAA,CAAE,UAEkC;AAAA,cAElE,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const penpotHasFileLibraries = action("PENPOT_HAS_FILE_LIBRARIES", {
|
|
4
|
+
slug: "penpot-has-file-libraries",
|
|
5
|
+
name: "Has File Libraries",
|
|
6
|
+
description: "Tool to check if a Penpot file has linked libraries. Use when you need to determine whether a specific file references any external libraries.",
|
|
7
|
+
input: z.object({ fileId: z.string().describe("UUID of the file to check for linked libraries") }).describe("Request model for checking if a Penpot file has linked libraries."),
|
|
8
|
+
output: z.object({ has_libraries: z.boolean().describe("True if the file has linked libraries, False otherwise") }).describe("Response model indicating whether the file has linked libraries.")
|
|
9
|
+
});
|
|
10
|
+
//#endregion
|
|
11
|
+
export { penpotHasFileLibraries };
|
|
12
|
+
|
|
13
|
+
//# sourceMappingURL=has-file-libraries.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"has-file-libraries.mjs","names":[],"sources":["../../src/actions/has-file-libraries.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotHasFileLibrariesInput: z.ZodTypeAny = z.object({\n fileId: z.string().describe(\"UUID of the file to check for linked libraries\"),\n}).describe(\"Request model for checking if a Penpot file has linked libraries.\");\nexport const PenpotHasFileLibrariesOutput: z.ZodTypeAny = z.object({\n has_libraries: z.boolean().describe(\"True if the file has linked libraries, False otherwise\"),\n}).describe(\"Response model indicating whether the file has linked libraries.\");\n\nexport const penpotHasFileLibraries = action(\"PENPOT_HAS_FILE_LIBRARIES\", {\n slug: \"penpot-has-file-libraries\",\n name: \"Has File Libraries\",\n description: \"Tool to check if a Penpot file has linked libraries. Use when you need to determine whether a specific file references any external libraries.\",\n input: PenpotHasFileLibrariesInput,\n output: PenpotHasFileLibrariesOutput,\n});\n"],"mappings":";;AAWA,MAAa,yBAAyB,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAXuD,EAAE,OAAO,EAChE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,EAC9E,CAAC,CAAC,CAAC,SAAS,mEASH;CACP,QATwD,EAAE,OAAO,EACjE,eAAe,EAAE,QAAQ,CAAC,CAAC,SAAS,wDAAwD,EAC9F,CAAC,CAAC,CAAC,SAAS,kEAOF;AACV,CAAC"}
|