@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-file.d.ts
|
|
4
|
+
declare const PenpotGetFileInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotGetFileOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotGetFile: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotGetFile };
|
|
9
|
+
//# sourceMappingURL=get-file.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-file.d.mts","names":[],"sources":["../../src/actions/get-file.ts"],"mappings":";;;cAIa,kBAAA,EAAoB,CAAA,CAAE,UAG6B;AAAA,cASnD,mBAAA,EAAqB,CAAA,CAAE,UAcuB;AAAA,cAE9C,aAAA,gCAAa,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-file.ts
|
|
4
|
+
const PenpotGetFileInput = z.object({
|
|
5
|
+
id: z.string().describe("UUID of the file to retrieve"),
|
|
6
|
+
features: z.array(z.string()).describe("Set of feature flags to enable for this request").optional()
|
|
7
|
+
}).describe("Request model for retrieving a Penpot file by ID.");
|
|
8
|
+
const PenpotGetFile_PermissionsSchema = z.object({
|
|
9
|
+
type: z.string().describe("Permission type"),
|
|
10
|
+
canEdit: z.boolean().describe("Whether the user can edit the file"),
|
|
11
|
+
canRead: z.boolean().describe("Whether the user can read the file"),
|
|
12
|
+
isAdmin: z.boolean().describe("Whether the user has admin permissions"),
|
|
13
|
+
isOwner: z.boolean().describe("Whether the user is the file owner"),
|
|
14
|
+
isLogged: z.boolean().describe("Whether the user is logged in")
|
|
15
|
+
}).describe("Permission details for the file.");
|
|
16
|
+
const penpotGetFile = action("PENPOT_GET_FILE", {
|
|
17
|
+
slug: "penpot-get-file",
|
|
18
|
+
name: "Get File",
|
|
19
|
+
description: "Tool to retrieve a Penpot file by its ID. Returns file details including metadata, structure, and permissions. Use when you need to access file information or check file properties.",
|
|
20
|
+
input: PenpotGetFileInput,
|
|
21
|
+
output: z.object({
|
|
22
|
+
id: z.string().describe("UUID of the file"),
|
|
23
|
+
data: z.record(z.string(), z.unknown()).describe("File data structure containing pages, components, and other design elements").nullable().optional(),
|
|
24
|
+
name: z.string().describe("File name"),
|
|
25
|
+
revn: z.number().int().describe("Revision number"),
|
|
26
|
+
vern: z.number().int().describe("Version number"),
|
|
27
|
+
features: z.array(z.string()).describe("Set of enabled features"),
|
|
28
|
+
isShared: z.boolean().describe("Whether the file is shared"),
|
|
29
|
+
createdAt: z.string().describe("ISO timestamp of file creation"),
|
|
30
|
+
projectId: z.string().describe("UUID of the project this file belongs to"),
|
|
31
|
+
modifiedAt: z.string().describe("ISO timestamp of last modification"),
|
|
32
|
+
permissions: PenpotGetFile_PermissionsSchema.nullable(),
|
|
33
|
+
hasMediaTrimmed: z.boolean().describe("Whether media has been trimmed in this file"),
|
|
34
|
+
commentThreadSeqn: z.number().int().describe("Comment thread sequence number")
|
|
35
|
+
}).describe("Response model for retrieving a Penpot file.")
|
|
36
|
+
});
|
|
37
|
+
//#endregion
|
|
38
|
+
export { penpotGetFile };
|
|
39
|
+
|
|
40
|
+
//# sourceMappingURL=get-file.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-file.mjs","names":[],"sources":["../../src/actions/get-file.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotGetFileInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the file to retrieve\"),\n features: z.array(z.string()).describe(\"Set of feature flags to enable for this request\").optional(),\n}).describe(\"Request model for retrieving a Penpot file by ID.\");\nconst PenpotGetFile_PermissionsSchema: z.ZodTypeAny = z.object({\n type: z.string().describe(\"Permission type\"),\n canEdit: z.boolean().describe(\"Whether the user can edit the file\"),\n canRead: z.boolean().describe(\"Whether the user can read the file\"),\n isAdmin: z.boolean().describe(\"Whether the user has admin permissions\"),\n isOwner: z.boolean().describe(\"Whether the user is the file owner\"),\n isLogged: z.boolean().describe(\"Whether the user is logged in\"),\n}).describe(\"Permission details for the file.\");\nexport const PenpotGetFileOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the file\"),\n data: z.record(z.string(), z.unknown()).describe(\"File data structure containing pages, components, and other design elements\").nullable().optional(),\n name: z.string().describe(\"File name\"),\n revn: z.number().int().describe(\"Revision number\"),\n vern: z.number().int().describe(\"Version number\"),\n features: z.array(z.string()).describe(\"Set of enabled features\"),\n isShared: z.boolean().describe(\"Whether the file is shared\"),\n createdAt: z.string().describe(\"ISO timestamp of file creation\"),\n projectId: z.string().describe(\"UUID of the project this file belongs to\"),\n modifiedAt: z.string().describe(\"ISO timestamp of last modification\"),\n permissions: PenpotGetFile_PermissionsSchema.nullable(),\n hasMediaTrimmed: z.boolean().describe(\"Whether media has been trimmed in this file\"),\n commentThreadSeqn: z.number().int().describe(\"Comment thread sequence number\"),\n}).describe(\"Response model for retrieving a Penpot file.\");\n\nexport const penpotGetFile = action(\"PENPOT_GET_FILE\", {\n slug: \"penpot-get-file\",\n name: \"Get File\",\n description: \"Tool to retrieve a Penpot file by its ID. Returns file details including metadata, structure, and permissions. Use when you need to access file information or check file properties.\",\n input: PenpotGetFileInput,\n output: PenpotGetFileOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qBAAmC,EAAE,OAAO;CACvD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;CACtD,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;AACrG,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAC/D,MAAM,kCAAgD,EAAE,OAAO;CAC7D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB;CAC3C,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,oCAAoC;CAClE,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,oCAAoC;CAClE,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,wCAAwC;CACtE,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,oCAAoC;CAClE,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,+BAA+B;AAChE,CAAC,CAAC,CAAC,SAAS,kCAAkC;AAiB9C,MAAa,gBAAgB,OAAO,mBAAmB;CACrD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QArB+C,EAAE,OAAO;EACxD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB;EAC1C,MAAM,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,6EAA6E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpJ,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,WAAW;EACrC,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iBAAiB;EACjD,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gBAAgB;EAChD,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,yBAAyB;EAChE,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,4BAA4B;EAC3D,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;EAC/D,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;EACzE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;EACpE,aAAa,gCAAgC,SAAS;EACtD,iBAAiB,EAAE,QAAQ,CAAC,CAAC,SAAS,6CAA6C;EACnF,mBAAmB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gCAAgC;CAC/E,CAAC,CAAC,CAAC,SAAS,8CAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-font-variants.ts
|
|
4
|
+
const PenpotGetFontVariantsInput = zod.z.object({
|
|
5
|
+
file_id: zod.z.string().describe("UUID of the file to get font variants for").optional(),
|
|
6
|
+
team_id: zod.z.string().describe("UUID of the team to get font variants for").optional(),
|
|
7
|
+
share_id: zod.z.string().describe("UUID of the share to get font variants for").optional(),
|
|
8
|
+
project_id: zod.z.string().describe("UUID of the project to get font variants for").optional()
|
|
9
|
+
}).describe("Request schema for retrieving font variants in Penpot.");
|
|
10
|
+
const PenpotGetFontVariantsOutput = zod.z.object({ data: zod.z.union([zod.z.record(zod.z.string(), zod.z.unknown()), zod.z.array(zod.z.unknown())]).nullable().optional() }).describe("Response schema for font variants retrieved from Penpot.");
|
|
11
|
+
const penpotGetFontVariants = require_action.action("PENPOT_GET_FONT_VARIANTS", {
|
|
12
|
+
slug: "penpot-get-font-variants",
|
|
13
|
+
name: "Get Font Variants",
|
|
14
|
+
description: "Tool to retrieve font variants for a team, file, project, or share in Penpot. Use when you need to get a list of available font variants. Provide at least one of team_id, file_id, project_id, or share_id to scope the query.",
|
|
15
|
+
input: PenpotGetFontVariantsInput,
|
|
16
|
+
output: PenpotGetFontVariantsOutput
|
|
17
|
+
});
|
|
18
|
+
//#endregion
|
|
19
|
+
exports.penpotGetFontVariants = penpotGetFontVariants;
|
|
20
|
+
|
|
21
|
+
//# sourceMappingURL=get-font-variants.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-font-variants.cjs","names":["z","action"],"sources":["../../src/actions/get-font-variants.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotGetFontVariantsInput: z.ZodTypeAny = z.object({\n file_id: z.string().describe(\"UUID of the file to get font variants for\").optional(),\n team_id: z.string().describe(\"UUID of the team to get font variants for\").optional(),\n share_id: z.string().describe(\"UUID of the share to get font variants for\").optional(),\n project_id: z.string().describe(\"UUID of the project to get font variants for\").optional(),\n}).describe(\"Request schema for retrieving font variants in Penpot.\");\nexport const PenpotGetFontVariantsOutput: z.ZodTypeAny = z.object({\n data: z.union([z.record(z.string(), z.unknown()), z.array(z.unknown())]).nullable().optional(),\n}).describe(\"Response schema for font variants retrieved from Penpot.\");\n\nexport const penpotGetFontVariants = action(\"PENPOT_GET_FONT_VARIANTS\", {\n slug: \"penpot-get-font-variants\",\n name: \"Get Font Variants\",\n description: \"Tool to retrieve font variants for a team, file, project, or share in Penpot. Use when you need to get a list of available font variants. Provide at least one of team_id, file_id, project_id, or share_id to scope the query.\",\n input: PenpotGetFontVariantsInput,\n output: PenpotGetFontVariantsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2CA,IAAAA,EAAE,OAAO;CAC/D,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;CACnF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;CACnF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;CACrF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;AAC3F,CAAC,CAAC,CAAC,SAAS,wDAAwD;AACpE,MAAa,8BAA4CA,IAAAA,EAAE,OAAO,EAChE,MAAMA,IAAAA,EAAE,MAAM,CAACA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,GAAGA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC/F,CAAC,CAAC,CAAC,SAAS,0DAA0D;AAEtE,MAAa,wBAAwBC,eAAAA,OAAO,4BAA4B;CACtE,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-font-variants.d.ts
|
|
4
|
+
declare const PenpotGetFontVariantsInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotGetFontVariantsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotGetFontVariants: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotGetFontVariants };
|
|
9
|
+
//# sourceMappingURL=get-font-variants.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-font-variants.d.cts","names":[],"sources":["../../src/actions/get-font-variants.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAK0B;AAAA,cACxD,2BAAA,EAA6B,CAAA,CAAE,UAE2B;AAAA,cAE1D,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-font-variants.d.ts
|
|
4
|
+
declare const PenpotGetFontVariantsInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotGetFontVariantsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotGetFontVariants: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotGetFontVariants };
|
|
9
|
+
//# sourceMappingURL=get-font-variants.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-font-variants.d.mts","names":[],"sources":["../../src/actions/get-font-variants.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAK0B;AAAA,cACxD,2BAAA,EAA6B,CAAA,CAAE,UAE2B;AAAA,cAE1D,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const penpotGetFontVariants = action("PENPOT_GET_FONT_VARIANTS", {
|
|
4
|
+
slug: "penpot-get-font-variants",
|
|
5
|
+
name: "Get Font Variants",
|
|
6
|
+
description: "Tool to retrieve font variants for a team, file, project, or share in Penpot. Use when you need to get a list of available font variants. Provide at least one of team_id, file_id, project_id, or share_id to scope the query.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
file_id: z.string().describe("UUID of the file to get font variants for").optional(),
|
|
9
|
+
team_id: z.string().describe("UUID of the team to get font variants for").optional(),
|
|
10
|
+
share_id: z.string().describe("UUID of the share to get font variants for").optional(),
|
|
11
|
+
project_id: z.string().describe("UUID of the project to get font variants for").optional()
|
|
12
|
+
}).describe("Request schema for retrieving font variants in Penpot."),
|
|
13
|
+
output: z.object({ data: z.union([z.record(z.string(), z.unknown()), z.array(z.unknown())]).nullable().optional() }).describe("Response schema for font variants retrieved from Penpot.")
|
|
14
|
+
});
|
|
15
|
+
//#endregion
|
|
16
|
+
export { penpotGetFontVariants };
|
|
17
|
+
|
|
18
|
+
//# sourceMappingURL=get-font-variants.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-font-variants.mjs","names":[],"sources":["../../src/actions/get-font-variants.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotGetFontVariantsInput: z.ZodTypeAny = z.object({\n file_id: z.string().describe(\"UUID of the file to get font variants for\").optional(),\n team_id: z.string().describe(\"UUID of the team to get font variants for\").optional(),\n share_id: z.string().describe(\"UUID of the share to get font variants for\").optional(),\n project_id: z.string().describe(\"UUID of the project to get font variants for\").optional(),\n}).describe(\"Request schema for retrieving font variants in Penpot.\");\nexport const PenpotGetFontVariantsOutput: z.ZodTypeAny = z.object({\n data: z.union([z.record(z.string(), z.unknown()), z.array(z.unknown())]).nullable().optional(),\n}).describe(\"Response schema for font variants retrieved from Penpot.\");\n\nexport const penpotGetFontVariants = action(\"PENPOT_GET_FONT_VARIANTS\", {\n slug: \"penpot-get-font-variants\",\n name: \"Get Font Variants\",\n description: \"Tool to retrieve font variants for a team, file, project, or share in Penpot. Use when you need to get a list of available font variants. Provide at least one of team_id, file_id, project_id, or share_id to scope the query.\",\n input: PenpotGetFontVariantsInput,\n output: PenpotGetFontVariantsOutput,\n});\n"],"mappings":";;AAcA,MAAa,wBAAwB,OAAO,4BAA4B;CACtE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAdsD,EAAE,OAAO;EAC/D,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;EACnF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;EACnF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;EACrF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;CAC3F,CAAC,CAAC,CAAC,SAAS,wDASH;CACP,QATuD,EAAE,OAAO,EAChE,MAAM,EAAE,MAAM,CAAC,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,GAAG,EAAE,MAAM,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC/F,CAAC,CAAC,CAAC,SAAS,0DAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-library-file-references.ts
|
|
4
|
+
const PenpotGetLibraryFileReferencesInput = zod.z.object({ fileId: zod.z.string().describe("UUID of the library file to get references for") }).describe("Request model for fetching files that reference a shared library.");
|
|
5
|
+
const PenpotGetLibraryFileReferences_FileReferenceSchema = zod.z.object({
|
|
6
|
+
id: zod.z.string().describe("File ID").nullable().optional(),
|
|
7
|
+
name: zod.z.string().describe("File name").nullable().optional(),
|
|
8
|
+
isShared: zod.z.boolean().describe("Whether the file is shared").nullable().optional(),
|
|
9
|
+
projectId: zod.z.string().describe("Project ID containing the file").nullable().optional()
|
|
10
|
+
}).describe("Information about a file that references the library.");
|
|
11
|
+
const PenpotGetLibraryFileReferencesOutput = zod.z.object({ references: zod.z.array(PenpotGetLibraryFileReferences_FileReferenceSchema).describe("List of files that reference the library").nullable().optional() }).describe("Response model containing files that reference the specified library.");
|
|
12
|
+
const penpotGetLibraryFileReferences = require_action.action("PENPOT_GET_LIBRARY_FILE_REFERENCES", {
|
|
13
|
+
slug: "penpot-get-library-file-references",
|
|
14
|
+
name: "Get Library File References",
|
|
15
|
+
description: "Tool to get files that reference a shared library. Use when you need to find which files are using a specific library file in Penpot.",
|
|
16
|
+
input: PenpotGetLibraryFileReferencesInput,
|
|
17
|
+
output: PenpotGetLibraryFileReferencesOutput
|
|
18
|
+
});
|
|
19
|
+
//#endregion
|
|
20
|
+
exports.penpotGetLibraryFileReferences = penpotGetLibraryFileReferences;
|
|
21
|
+
|
|
22
|
+
//# sourceMappingURL=get-library-file-references.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-library-file-references.cjs","names":["z","action"],"sources":["../../src/actions/get-library-file-references.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotGetLibraryFileReferencesInput: z.ZodTypeAny = z.object({\n fileId: z.string().describe(\"UUID of the library file to get references for\"),\n}).describe(\"Request model for fetching files that reference a shared library.\");\nconst PenpotGetLibraryFileReferences_FileReferenceSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"File ID\").nullable().optional(),\n name: z.string().describe(\"File name\").nullable().optional(),\n isShared: z.boolean().describe(\"Whether the file is shared\").nullable().optional(),\n projectId: z.string().describe(\"Project ID containing the file\").nullable().optional(),\n}).describe(\"Information about a file that references the library.\");\nexport const PenpotGetLibraryFileReferencesOutput: z.ZodTypeAny = z.object({\n references: z.array(PenpotGetLibraryFileReferences_FileReferenceSchema).describe(\"List of files that reference the library\").nullable().optional(),\n}).describe(\"Response model containing files that reference the specified library.\");\n\nexport const penpotGetLibraryFileReferences = action(\"PENPOT_GET_LIBRARY_FILE_REFERENCES\", {\n slug: \"penpot-get-library-file-references\",\n name: \"Get Library File References\",\n description: \"Tool to get files that reference a shared library. Use when you need to find which files are using a specific library file in Penpot.\",\n input: PenpotGetLibraryFileReferencesInput,\n output: PenpotGetLibraryFileReferencesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sCAAoDA,IAAAA,EAAE,OAAO,EACxE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,EAC9E,CAAC,CAAC,CAAC,SAAS,mEAAmE;AAC/E,MAAM,qDAAmEA,IAAAA,EAAE,OAAO;CAChF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,SAAS,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,WAAW,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3D,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvF,CAAC,CAAC,CAAC,SAAS,uDAAuD;AACnE,MAAa,uCAAqDA,IAAAA,EAAE,OAAO,EACzE,YAAYA,IAAAA,EAAE,MAAM,kDAAkD,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACnJ,CAAC,CAAC,CAAC,SAAS,uEAAuE;AAEnF,MAAa,iCAAiCC,eAAAA,OAAO,sCAAsC;CACzF,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-library-file-references.d.ts
|
|
4
|
+
declare const PenpotGetLibraryFileReferencesInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotGetLibraryFileReferencesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotGetLibraryFileReferences: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotGetLibraryFileReferences };
|
|
9
|
+
//# sourceMappingURL=get-library-file-references.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-library-file-references.d.cts","names":[],"sources":["../../src/actions/get-library-file-references.ts"],"mappings":";;;cAIa,mCAAA,EAAqC,CAAA,CAAE,UAE4B;AAAA,cAOnE,oCAAA,EAAsC,CAAA,CAAE,UAE+B;AAAA,cAEvE,8BAAA,gCAA8B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-library-file-references.d.ts
|
|
4
|
+
declare const PenpotGetLibraryFileReferencesInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotGetLibraryFileReferencesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotGetLibraryFileReferences: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotGetLibraryFileReferences };
|
|
9
|
+
//# sourceMappingURL=get-library-file-references.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-library-file-references.d.mts","names":[],"sources":["../../src/actions/get-library-file-references.ts"],"mappings":";;;cAIa,mCAAA,EAAqC,CAAA,CAAE,UAE4B;AAAA,cAOnE,oCAAA,EAAsC,CAAA,CAAE,UAE+B;AAAA,cAEvE,8BAAA,gCAA8B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-library-file-references.ts
|
|
4
|
+
const PenpotGetLibraryFileReferencesInput = z.object({ fileId: z.string().describe("UUID of the library file to get references for") }).describe("Request model for fetching files that reference a shared library.");
|
|
5
|
+
const PenpotGetLibraryFileReferences_FileReferenceSchema = z.object({
|
|
6
|
+
id: z.string().describe("File ID").nullable().optional(),
|
|
7
|
+
name: z.string().describe("File name").nullable().optional(),
|
|
8
|
+
isShared: z.boolean().describe("Whether the file is shared").nullable().optional(),
|
|
9
|
+
projectId: z.string().describe("Project ID containing the file").nullable().optional()
|
|
10
|
+
}).describe("Information about a file that references the library.");
|
|
11
|
+
const penpotGetLibraryFileReferences = action("PENPOT_GET_LIBRARY_FILE_REFERENCES", {
|
|
12
|
+
slug: "penpot-get-library-file-references",
|
|
13
|
+
name: "Get Library File References",
|
|
14
|
+
description: "Tool to get files that reference a shared library. Use when you need to find which files are using a specific library file in Penpot.",
|
|
15
|
+
input: PenpotGetLibraryFileReferencesInput,
|
|
16
|
+
output: z.object({ references: z.array(PenpotGetLibraryFileReferences_FileReferenceSchema).describe("List of files that reference the library").nullable().optional() }).describe("Response model containing files that reference the specified library.")
|
|
17
|
+
});
|
|
18
|
+
//#endregion
|
|
19
|
+
export { penpotGetLibraryFileReferences };
|
|
20
|
+
|
|
21
|
+
//# sourceMappingURL=get-library-file-references.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-library-file-references.mjs","names":[],"sources":["../../src/actions/get-library-file-references.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotGetLibraryFileReferencesInput: z.ZodTypeAny = z.object({\n fileId: z.string().describe(\"UUID of the library file to get references for\"),\n}).describe(\"Request model for fetching files that reference a shared library.\");\nconst PenpotGetLibraryFileReferences_FileReferenceSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"File ID\").nullable().optional(),\n name: z.string().describe(\"File name\").nullable().optional(),\n isShared: z.boolean().describe(\"Whether the file is shared\").nullable().optional(),\n projectId: z.string().describe(\"Project ID containing the file\").nullable().optional(),\n}).describe(\"Information about a file that references the library.\");\nexport const PenpotGetLibraryFileReferencesOutput: z.ZodTypeAny = z.object({\n references: z.array(PenpotGetLibraryFileReferences_FileReferenceSchema).describe(\"List of files that reference the library\").nullable().optional(),\n}).describe(\"Response model containing files that reference the specified library.\");\n\nexport const penpotGetLibraryFileReferences = action(\"PENPOT_GET_LIBRARY_FILE_REFERENCES\", {\n slug: \"penpot-get-library-file-references\",\n name: \"Get Library File References\",\n description: \"Tool to get files that reference a shared library. Use when you need to find which files are using a specific library file in Penpot.\",\n input: PenpotGetLibraryFileReferencesInput,\n output: PenpotGetLibraryFileReferencesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sCAAoD,EAAE,OAAO,EACxE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,EAC9E,CAAC,CAAC,CAAC,SAAS,mEAAmE;AAC/E,MAAM,qDAAmE,EAAE,OAAO;CAChF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,SAAS,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,WAAW,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3D,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvF,CAAC,CAAC,CAAC,SAAS,uDAAuD;AAKnE,MAAa,iCAAiC,OAAO,sCAAsC;CACzF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATgE,EAAE,OAAO,EACzE,YAAY,EAAE,MAAM,kDAAkD,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACnJ,CAAC,CAAC,CAAC,SAAS,uEAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-library-usage.ts
|
|
4
|
+
const PenpotGetLibraryUsageInput = zod.z.object({ fileId: zod.z.string().describe("UUID of the library file to check usage for") }).describe("Request model for getting library usage statistics.");
|
|
5
|
+
const PenpotGetLibraryUsageOutput = zod.z.object({ usage_count: zod.z.number().int().describe("The number of files that use the specified library") }).describe("Response model for library usage statistics.\nReturns the number of files that use the specified library.");
|
|
6
|
+
const penpotGetLibraryUsage = require_action.action("PENPOT_GET_LIBRARY_USAGE", {
|
|
7
|
+
slug: "penpot-get-library-usage",
|
|
8
|
+
name: "Get Library Usage",
|
|
9
|
+
description: "Tool to get usage statistics for a library. Returns the number of files that use the specified library. Use when you need to understand how widely a library is being used across projects.",
|
|
10
|
+
input: PenpotGetLibraryUsageInput,
|
|
11
|
+
output: PenpotGetLibraryUsageOutput
|
|
12
|
+
});
|
|
13
|
+
//#endregion
|
|
14
|
+
exports.penpotGetLibraryUsage = penpotGetLibraryUsage;
|
|
15
|
+
|
|
16
|
+
//# sourceMappingURL=get-library-usage.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-library-usage.cjs","names":["z","action"],"sources":["../../src/actions/get-library-usage.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotGetLibraryUsageInput: z.ZodTypeAny = z.object({\n fileId: z.string().describe(\"UUID of the library file to check usage for\"),\n}).describe(\"Request model for getting library usage statistics.\");\nexport const PenpotGetLibraryUsageOutput: z.ZodTypeAny = z.object({\n usage_count: z.number().int().describe(\"The number of files that use the specified library\"),\n}).describe(\"Response model for library usage statistics.\\nReturns the number of files that use the specified library.\");\n\nexport const penpotGetLibraryUsage = action(\"PENPOT_GET_LIBRARY_USAGE\", {\n slug: \"penpot-get-library-usage\",\n name: \"Get Library Usage\",\n description: \"Tool to get usage statistics for a library. Returns the number of files that use the specified library. Use when you need to understand how widely a library is being used across projects.\",\n input: PenpotGetLibraryUsageInput,\n output: PenpotGetLibraryUsageOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2CA,IAAAA,EAAE,OAAO,EAC/D,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,EAC3E,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAa,8BAA4CA,IAAAA,EAAE,OAAO,EAChE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oDAAoD,EAC7F,CAAC,CAAC,CAAC,SAAS,2GAA2G;AAEvH,MAAa,wBAAwBC,eAAAA,OAAO,4BAA4B;CACtE,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-library-usage.d.ts
|
|
4
|
+
declare const PenpotGetLibraryUsageInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotGetLibraryUsageOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotGetLibraryUsage: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotGetLibraryUsage };
|
|
9
|
+
//# sourceMappingURL=get-library-usage.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-library-usage.d.cts","names":[],"sources":["../../src/actions/get-library-usage.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAEuB;AAAA,cACrD,2BAAA,EAA6B,CAAA,CAAE,UAE4E;AAAA,cAE3G,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-library-usage.d.ts
|
|
4
|
+
declare const PenpotGetLibraryUsageInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotGetLibraryUsageOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotGetLibraryUsage: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotGetLibraryUsage };
|
|
9
|
+
//# sourceMappingURL=get-library-usage.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-library-usage.d.mts","names":[],"sources":["../../src/actions/get-library-usage.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAEuB;AAAA,cACrD,2BAAA,EAA6B,CAAA,CAAE,UAE4E;AAAA,cAE3G,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const penpotGetLibraryUsage = action("PENPOT_GET_LIBRARY_USAGE", {
|
|
4
|
+
slug: "penpot-get-library-usage",
|
|
5
|
+
name: "Get Library Usage",
|
|
6
|
+
description: "Tool to get usage statistics for a library. Returns the number of files that use the specified library. Use when you need to understand how widely a library is being used across projects.",
|
|
7
|
+
input: z.object({ fileId: z.string().describe("UUID of the library file to check usage for") }).describe("Request model for getting library usage statistics."),
|
|
8
|
+
output: z.object({ usage_count: z.number().int().describe("The number of files that use the specified library") }).describe("Response model for library usage statistics.\nReturns the number of files that use the specified library.")
|
|
9
|
+
});
|
|
10
|
+
//#endregion
|
|
11
|
+
export { penpotGetLibraryUsage };
|
|
12
|
+
|
|
13
|
+
//# sourceMappingURL=get-library-usage.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-library-usage.mjs","names":[],"sources":["../../src/actions/get-library-usage.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotGetLibraryUsageInput: z.ZodTypeAny = z.object({\n fileId: z.string().describe(\"UUID of the library file to check usage for\"),\n}).describe(\"Request model for getting library usage statistics.\");\nexport const PenpotGetLibraryUsageOutput: z.ZodTypeAny = z.object({\n usage_count: z.number().int().describe(\"The number of files that use the specified library\"),\n}).describe(\"Response model for library usage statistics.\\nReturns the number of files that use the specified library.\");\n\nexport const penpotGetLibraryUsage = action(\"PENPOT_GET_LIBRARY_USAGE\", {\n slug: \"penpot-get-library-usage\",\n name: \"Get Library Usage\",\n description: \"Tool to get usage statistics for a library. Returns the number of files that use the specified library. Use when you need to understand how widely a library is being used across projects.\",\n input: PenpotGetLibraryUsageInput,\n output: PenpotGetLibraryUsageOutput,\n});\n"],"mappings":";;AAWA,MAAa,wBAAwB,OAAO,4BAA4B;CACtE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAXsD,EAAE,OAAO,EAC/D,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,EAC3E,CAAC,CAAC,CAAC,SAAS,qDASH;CACP,QATuD,EAAE,OAAO,EAChE,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oDAAoD,EAC7F,CAAC,CAAC,CAAC,SAAS,2GAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-owned-teams.ts
|
|
4
|
+
const PenpotGetOwnedTeamsInput = zod.z.object({}).describe("Request parameters for getting owned teams in Penpot.");
|
|
5
|
+
const PenpotGetOwnedTeams_TeamSchema = zod.z.object({
|
|
6
|
+
id: zod.z.string().describe("Unique identifier for the team.").nullable().optional(),
|
|
7
|
+
name: zod.z.string().describe("Human-readable name of the team.").nullable().optional(),
|
|
8
|
+
"created-at": zod.z.string().describe("Timestamp when the team was created.").nullable().optional(),
|
|
9
|
+
"is-default": zod.z.boolean().describe("Whether this is the default team.").nullable().optional(),
|
|
10
|
+
"modified-at": zod.z.string().describe("Timestamp when the team was last modified.").nullable().optional(),
|
|
11
|
+
permissions: zod.z.array(zod.z.string()).describe("List of permissions for the current user on this team.").nullable().optional()
|
|
12
|
+
}).describe("Representation of a Penpot team.");
|
|
13
|
+
const PenpotGetOwnedTeamsOutput = zod.z.object({ teams: zod.z.array(PenpotGetOwnedTeams_TeamSchema).describe("Array of team objects owned by the current user.") }).describe("Response schema for getting owned teams.");
|
|
14
|
+
const penpotGetOwnedTeams = require_action.action("PENPOT_GET_OWNED_TEAMS", {
|
|
15
|
+
slug: "penpot-get-owned-teams",
|
|
16
|
+
name: "Get Owned Teams",
|
|
17
|
+
description: "Tool to list teams owned by the current user. Use when you need to retrieve teams that the authenticated user owns in Penpot.",
|
|
18
|
+
input: PenpotGetOwnedTeamsInput,
|
|
19
|
+
output: PenpotGetOwnedTeamsOutput
|
|
20
|
+
});
|
|
21
|
+
//#endregion
|
|
22
|
+
exports.penpotGetOwnedTeams = penpotGetOwnedTeams;
|
|
23
|
+
|
|
24
|
+
//# sourceMappingURL=get-owned-teams.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-owned-teams.cjs","names":["z","action"],"sources":["../../src/actions/get-owned-teams.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotGetOwnedTeamsInput: z.ZodTypeAny = z.object({}).describe(\"Request parameters for getting owned teams in Penpot.\");\nconst PenpotGetOwnedTeams_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 \"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.array(z.string()).describe(\"List of permissions for the current user on this team.\").nullable().optional(),\n}).describe(\"Representation of a Penpot team.\");\nexport const PenpotGetOwnedTeamsOutput: z.ZodTypeAny = z.object({\n teams: z.array(PenpotGetOwnedTeams_TeamSchema).describe(\"Array of team objects owned by the current user.\"),\n}).describe(\"Response schema for getting owned teams.\");\n\nexport const penpotGetOwnedTeams = action(\"PENPOT_GET_OWNED_TEAMS\", {\n slug: \"penpot-get-owned-teams\",\n name: \"Get Owned Teams\",\n description: \"Tool to list teams owned by the current user. Use when you need to retrieve teams that the authenticated user owns in Penpot.\",\n input: PenpotGetOwnedTeamsInput,\n output: PenpotGetOwnedTeamsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAAyCA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,uDAAuD;AACnI,MAAM,iCAA+CA,IAAAA,EAAE,OAAO;CAC5D,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,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,cAAcA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,aAAaA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1H,CAAC,CAAC,CAAC,SAAS,kCAAkC;AAC9C,MAAa,4BAA0CA,IAAAA,EAAE,OAAO,EAC9D,OAAOA,IAAAA,EAAE,MAAM,8BAA8B,CAAC,CAAC,SAAS,kDAAkD,EAC5G,CAAC,CAAC,CAAC,SAAS,0CAA0C;AAEtD,MAAa,sBAAsBC,eAAAA,OAAO,0BAA0B;CAClE,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-owned-teams.d.ts
|
|
4
|
+
declare const PenpotGetOwnedTeamsInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotGetOwnedTeamsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotGetOwnedTeams: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotGetOwnedTeams };
|
|
9
|
+
//# sourceMappingURL=get-owned-teams.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-owned-teams.d.cts","names":[],"sources":["../../src/actions/get-owned-teams.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAA2F;AAAA,cASvH,yBAAA,EAA2B,CAAA,CAAE,UAEa;AAAA,cAE1C,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-owned-teams.d.ts
|
|
4
|
+
declare const PenpotGetOwnedTeamsInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotGetOwnedTeamsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotGetOwnedTeams: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotGetOwnedTeams };
|
|
9
|
+
//# sourceMappingURL=get-owned-teams.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-owned-teams.d.mts","names":[],"sources":["../../src/actions/get-owned-teams.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAA2F;AAAA,cASvH,yBAAA,EAA2B,CAAA,CAAE,UAEa;AAAA,cAE1C,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-owned-teams.ts
|
|
4
|
+
const PenpotGetOwnedTeamsInput = z.object({}).describe("Request parameters for getting owned teams in Penpot.");
|
|
5
|
+
const PenpotGetOwnedTeams_TeamSchema = z.object({
|
|
6
|
+
id: z.string().describe("Unique identifier for the team.").nullable().optional(),
|
|
7
|
+
name: z.string().describe("Human-readable name of the team.").nullable().optional(),
|
|
8
|
+
"created-at": z.string().describe("Timestamp when the team was created.").nullable().optional(),
|
|
9
|
+
"is-default": z.boolean().describe("Whether this is the default team.").nullable().optional(),
|
|
10
|
+
"modified-at": z.string().describe("Timestamp when the team was last modified.").nullable().optional(),
|
|
11
|
+
permissions: z.array(z.string()).describe("List of permissions for the current user on this team.").nullable().optional()
|
|
12
|
+
}).describe("Representation of a Penpot team.");
|
|
13
|
+
const penpotGetOwnedTeams = action("PENPOT_GET_OWNED_TEAMS", {
|
|
14
|
+
slug: "penpot-get-owned-teams",
|
|
15
|
+
name: "Get Owned Teams",
|
|
16
|
+
description: "Tool to list teams owned by the current user. Use when you need to retrieve teams that the authenticated user owns in Penpot.",
|
|
17
|
+
input: PenpotGetOwnedTeamsInput,
|
|
18
|
+
output: z.object({ teams: z.array(PenpotGetOwnedTeams_TeamSchema).describe("Array of team objects owned by the current user.") }).describe("Response schema for getting owned teams.")
|
|
19
|
+
});
|
|
20
|
+
//#endregion
|
|
21
|
+
export { penpotGetOwnedTeams };
|
|
22
|
+
|
|
23
|
+
//# sourceMappingURL=get-owned-teams.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-owned-teams.mjs","names":[],"sources":["../../src/actions/get-owned-teams.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotGetOwnedTeamsInput: z.ZodTypeAny = z.object({}).describe(\"Request parameters for getting owned teams in Penpot.\");\nconst PenpotGetOwnedTeams_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 \"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.array(z.string()).describe(\"List of permissions for the current user on this team.\").nullable().optional(),\n}).describe(\"Representation of a Penpot team.\");\nexport const PenpotGetOwnedTeamsOutput: z.ZodTypeAny = z.object({\n teams: z.array(PenpotGetOwnedTeams_TeamSchema).describe(\"Array of team objects owned by the current user.\"),\n}).describe(\"Response schema for getting owned teams.\");\n\nexport const penpotGetOwnedTeams = action(\"PENPOT_GET_OWNED_TEAMS\", {\n slug: \"penpot-get-owned-teams\",\n name: \"Get Owned Teams\",\n description: \"Tool to list teams owned by the current user. Use when you need to retrieve teams that the authenticated user owns in Penpot.\",\n input: PenpotGetOwnedTeamsInput,\n output: PenpotGetOwnedTeamsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAAyC,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,uDAAuD;AACnI,MAAM,iCAA+C,EAAE,OAAO;CAC5D,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,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,cAAc,EAAE,QAAQ,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,aAAa,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1H,CAAC,CAAC,CAAC,SAAS,kCAAkC;AAK9C,MAAa,sBAAsB,OAAO,0BAA0B;CAClE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATqD,EAAE,OAAO,EAC9D,OAAO,EAAE,MAAM,8BAA8B,CAAC,CAAC,SAAS,kDAAkD,EAC5G,CAAC,CAAC,CAAC,SAAS,0CAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-page.ts
|
|
4
|
+
const PenpotGetPageInput = zod.z.object({
|
|
5
|
+
fileId: zod.z.string().describe("UUID of the file to get the page from"),
|
|
6
|
+
pageId: zod.z.string().describe("UUID of the specific page to retrieve. If not specified, returns the first page of the file.").optional(),
|
|
7
|
+
objectId: zod.z.string().describe("UUID of a specific object to retrieve. When specified, only that object and its children are returned. Requires pageId to be specified.").optional()
|
|
8
|
+
}).describe("Request model for retrieving page data from a Penpot file.");
|
|
9
|
+
const PenpotGetPageOutput = zod.z.object({
|
|
10
|
+
id: zod.z.string().describe("Page identifier UUID").nullable().optional(),
|
|
11
|
+
name: zod.z.string().describe("Name of the page").nullable().optional(),
|
|
12
|
+
objects: zod.z.object({}).describe("Dictionary of objects on the page, keyed by object ID").nullable().optional(),
|
|
13
|
+
options: zod.z.object({}).describe("Page options and settings").nullable().optional()
|
|
14
|
+
}).passthrough().describe("Response model containing page data from a Penpot file.\nThe response includes page metadata and object data used for rendering and export.\nAdditional fields beyond the defined ones will be preserved in the response.");
|
|
15
|
+
const penpotGetPage = require_action.action("PENPOT_GET_PAGE", {
|
|
16
|
+
slug: "penpot-get-page",
|
|
17
|
+
name: "Get Page",
|
|
18
|
+
description: "Tool to retrieve page data from a Penpot file. Use when you need to get page content including objects and metadata for rendering or export purposes. If no page ID is specified, returns the first page. Can filter to a specific object and its children by providing an object ID.",
|
|
19
|
+
input: PenpotGetPageInput,
|
|
20
|
+
output: PenpotGetPageOutput
|
|
21
|
+
});
|
|
22
|
+
//#endregion
|
|
23
|
+
exports.penpotGetPage = penpotGetPage;
|
|
24
|
+
|
|
25
|
+
//# sourceMappingURL=get-page.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-page.cjs","names":["z","action"],"sources":["../../src/actions/get-page.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotGetPageInput: z.ZodTypeAny = z.object({\n fileId: z.string().describe(\"UUID of the file to get the page from\"),\n pageId: z.string().describe(\"UUID of the specific page to retrieve. If not specified, returns the first page of the file.\").optional(),\n objectId: z.string().describe(\"UUID of a specific object to retrieve. When specified, only that object and its children are returned. Requires pageId to be specified.\").optional(),\n}).describe(\"Request model for retrieving page data from a Penpot file.\");\nexport const PenpotGetPageOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Page identifier UUID\").nullable().optional(),\n name: z.string().describe(\"Name of the page\").nullable().optional(),\n objects: z.object({}).describe(\"Dictionary of objects on the page, keyed by object ID\").nullable().optional(),\n options: z.object({}).describe(\"Page options and settings\").nullable().optional(),\n}).passthrough().describe(\"Response model containing page data from a Penpot file.\\nThe response includes page metadata and object data used for rendering and export.\\nAdditional fields beyond the defined ones will be preserved in the response.\");\n\nexport const penpotGetPage = action(\"PENPOT_GET_PAGE\", {\n slug: \"penpot-get-page\",\n name: \"Get Page\",\n description: \"Tool to retrieve page data from a Penpot file. Use when you need to get page content including objects and metadata for rendering or export purposes. If no page ID is specified, returns the first page. Can filter to a specific object and its children by providing an object ID.\",\n input: PenpotGetPageInput,\n output: PenpotGetPageOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qBAAmCA,IAAAA,EAAE,OAAO;CACvD,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CACnE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8FAA8F,CAAC,CAAC,SAAS;CACrI,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yIAAyI,CAAC,CAAC,SAAS;AACpL,CAAC,CAAC,CAAC,SAAS,4DAA4D;AACxE,MAAa,sBAAoCA,IAAAA,EAAE,OAAO;CACxD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5G,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAClF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,2NAA2N;AAErP,MAAa,gBAAgBC,eAAAA,OAAO,mBAAmB;CACrD,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-page.d.ts
|
|
4
|
+
declare const PenpotGetPageInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotGetPageOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotGetPage: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotGetPage };
|
|
9
|
+
//# sourceMappingURL=get-page.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-page.d.cts","names":[],"sources":["../../src/actions/get-page.ts"],"mappings":";;;cAIa,kBAAA,EAAoB,CAAA,CAAE,UAIsC;AAAA,cAC5D,mBAAA,EAAqB,CAAA,CAAE,UAKkN;AAAA,cAEzO,aAAA,gCAAa,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-page.d.ts
|
|
4
|
+
declare const PenpotGetPageInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotGetPageOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotGetPage: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotGetPage };
|
|
9
|
+
//# sourceMappingURL=get-page.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-page.d.mts","names":[],"sources":["../../src/actions/get-page.ts"],"mappings":";;;cAIa,kBAAA,EAAoB,CAAA,CAAE,UAIsC;AAAA,cAC5D,mBAAA,EAAqB,CAAA,CAAE,UAKkN;AAAA,cAEzO,aAAA,gCAAa,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const penpotGetPage = action("PENPOT_GET_PAGE", {
|
|
4
|
+
slug: "penpot-get-page",
|
|
5
|
+
name: "Get Page",
|
|
6
|
+
description: "Tool to retrieve page data from a Penpot file. Use when you need to get page content including objects and metadata for rendering or export purposes. If no page ID is specified, returns the first page. Can filter to a specific object and its children by providing an object ID.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
fileId: z.string().describe("UUID of the file to get the page from"),
|
|
9
|
+
pageId: z.string().describe("UUID of the specific page to retrieve. If not specified, returns the first page of the file.").optional(),
|
|
10
|
+
objectId: z.string().describe("UUID of a specific object to retrieve. When specified, only that object and its children are returned. Requires pageId to be specified.").optional()
|
|
11
|
+
}).describe("Request model for retrieving page data from a Penpot file."),
|
|
12
|
+
output: z.object({
|
|
13
|
+
id: z.string().describe("Page identifier UUID").nullable().optional(),
|
|
14
|
+
name: z.string().describe("Name of the page").nullable().optional(),
|
|
15
|
+
objects: z.object({}).describe("Dictionary of objects on the page, keyed by object ID").nullable().optional(),
|
|
16
|
+
options: z.object({}).describe("Page options and settings").nullable().optional()
|
|
17
|
+
}).passthrough().describe("Response model containing page data from a Penpot file.\nThe response includes page metadata and object data used for rendering and export.\nAdditional fields beyond the defined ones will be preserved in the response.")
|
|
18
|
+
});
|
|
19
|
+
//#endregion
|
|
20
|
+
export { penpotGetPage };
|
|
21
|
+
|
|
22
|
+
//# sourceMappingURL=get-page.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-page.mjs","names":[],"sources":["../../src/actions/get-page.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotGetPageInput: z.ZodTypeAny = z.object({\n fileId: z.string().describe(\"UUID of the file to get the page from\"),\n pageId: z.string().describe(\"UUID of the specific page to retrieve. If not specified, returns the first page of the file.\").optional(),\n objectId: z.string().describe(\"UUID of a specific object to retrieve. When specified, only that object and its children are returned. Requires pageId to be specified.\").optional(),\n}).describe(\"Request model for retrieving page data from a Penpot file.\");\nexport const PenpotGetPageOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Page identifier UUID\").nullable().optional(),\n name: z.string().describe(\"Name of the page\").nullable().optional(),\n objects: z.object({}).describe(\"Dictionary of objects on the page, keyed by object ID\").nullable().optional(),\n options: z.object({}).describe(\"Page options and settings\").nullable().optional(),\n}).passthrough().describe(\"Response model containing page data from a Penpot file.\\nThe response includes page metadata and object data used for rendering and export.\\nAdditional fields beyond the defined ones will be preserved in the response.\");\n\nexport const penpotGetPage = action(\"PENPOT_GET_PAGE\", {\n slug: \"penpot-get-page\",\n name: \"Get Page\",\n description: \"Tool to retrieve page data from a Penpot file. Use when you need to get page content including objects and metadata for rendering or export purposes. If no page ID is specified, returns the first page. Can filter to a specific object and its children by providing an object ID.\",\n input: PenpotGetPageInput,\n output: PenpotGetPageOutput,\n});\n"],"mappings":";;AAgBA,MAAa,gBAAgB,OAAO,mBAAmB;CACrD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAhB8C,EAAE,OAAO;EACvD,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;EACnE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,8FAA8F,CAAC,CAAC,SAAS;EACrI,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,yIAAyI,CAAC,CAAC,SAAS;CACpL,CAAC,CAAC,CAAC,SAAS,4DAYH;CACP,QAZ+C,EAAE,OAAO;EACxD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClE,SAAS,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC5G,SAAS,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,2NAOhB;AACV,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-profiles-for-file-comments.ts
|
|
4
|
+
const PenpotGetProfilesForFileCommentsInput = zod.z.object({
|
|
5
|
+
fileId: zod.z.string().describe("UUID of the file to get comment participant profiles for"),
|
|
6
|
+
shareId: zod.z.string().describe("Optional UUID for shared file access context").optional()
|
|
7
|
+
}).describe("Request model for fetching profiles of users who have commented on a file.");
|
|
8
|
+
const PenpotGetProfilesForFileComments_ProfileDataSchema = zod.z.object({
|
|
9
|
+
id: zod.z.string().describe("UUID of the profile").nullable().optional(),
|
|
10
|
+
name: zod.z.string().describe("Display name of the user").nullable().optional(),
|
|
11
|
+
email: zod.z.string().describe("Email address of the user").nullable().optional()
|
|
12
|
+
}).describe("Represents a user profile with limited properties for comment participants.");
|
|
13
|
+
const PenpotGetProfilesForFileCommentsOutput = zod.z.object({ profiles: zod.z.array(PenpotGetProfilesForFileComments_ProfileDataSchema).describe("List of user profiles who have commented on the file").nullable().optional() }).describe("Response model containing profiles of users who have commented on the file.");
|
|
14
|
+
const penpotGetProfilesForFileComments = require_action.action("PENPOT_GET_PROFILES_FOR_FILE_COMMENTS", {
|
|
15
|
+
slug: "penpot-get-profiles-for-file-comments",
|
|
16
|
+
name: "Get Profiles for File Comments",
|
|
17
|
+
description: "Tool to retrieve profiles of users who have commented on a Penpot file. Use when you need to get information about comment participants for collaboration or user management purposes.",
|
|
18
|
+
input: PenpotGetProfilesForFileCommentsInput,
|
|
19
|
+
output: PenpotGetProfilesForFileCommentsOutput
|
|
20
|
+
});
|
|
21
|
+
//#endregion
|
|
22
|
+
exports.penpotGetProfilesForFileComments = penpotGetProfilesForFileComments;
|
|
23
|
+
|
|
24
|
+
//# sourceMappingURL=get-profiles-for-file-comments.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-profiles-for-file-comments.cjs","names":["z","action"],"sources":["../../src/actions/get-profiles-for-file-comments.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotGetProfilesForFileCommentsInput: z.ZodTypeAny = z.object({\n fileId: z.string().describe(\"UUID of the file to get comment participant profiles for\"),\n shareId: z.string().describe(\"Optional UUID for shared file access context\").optional(),\n}).describe(\"Request model for fetching profiles of users who have commented on a file.\");\nconst PenpotGetProfilesForFileComments_ProfileDataSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the profile\").nullable().optional(),\n name: z.string().describe(\"Display name of the user\").nullable().optional(),\n email: z.string().describe(\"Email address of the user\").nullable().optional(),\n}).describe(\"Represents a user profile with limited properties for comment participants.\");\nexport const PenpotGetProfilesForFileCommentsOutput: z.ZodTypeAny = z.object({\n profiles: z.array(PenpotGetProfilesForFileComments_ProfileDataSchema).describe(\"List of user profiles who have commented on the file\").nullable().optional(),\n}).describe(\"Response model containing profiles of users who have commented on the file.\");\n\nexport const penpotGetProfilesForFileComments = action(\"PENPOT_GET_PROFILES_FOR_FILE_COMMENTS\", {\n slug: \"penpot-get-profiles-for-file-comments\",\n name: \"Get Profiles for File Comments\",\n description: \"Tool to retrieve profiles of users who have commented on a Penpot file. Use when you need to get information about comment participants for collaboration or user management purposes.\",\n input: PenpotGetProfilesForFileCommentsInput,\n output: PenpotGetProfilesForFileCommentsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wCAAsDA,IAAAA,EAAE,OAAO;CAC1E,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;CACtF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;AACxF,CAAC,CAAC,CAAC,SAAS,4EAA4E;AACxF,MAAM,qDAAmEA,IAAAA,EAAE,OAAO;CAChF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9E,CAAC,CAAC,CAAC,SAAS,6EAA6E;AACzF,MAAa,yCAAuDA,IAAAA,EAAE,OAAO,EAC3E,UAAUA,IAAAA,EAAE,MAAM,kDAAkD,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC7J,CAAC,CAAC,CAAC,SAAS,6EAA6E;AAEzF,MAAa,mCAAmCC,eAAAA,OAAO,yCAAyC;CAC9F,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-profiles-for-file-comments.d.ts
|
|
4
|
+
declare const PenpotGetProfilesForFileCommentsInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotGetProfilesForFileCommentsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotGetProfilesForFileComments: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotGetProfilesForFileComments };
|
|
9
|
+
//# sourceMappingURL=get-profiles-for-file-comments.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-profiles-for-file-comments.d.cts","names":[],"sources":["../../src/actions/get-profiles-for-file-comments.ts"],"mappings":";;;cAIa,qCAAA,EAAuC,CAAA,CAAE,UAGmC;AAAA,cAM5E,sCAAA,EAAwC,CAAA,CAAE,UAEmC;AAAA,cAE7E,gCAAA,gCAAgC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-profiles-for-file-comments.d.ts
|
|
4
|
+
declare const PenpotGetProfilesForFileCommentsInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotGetProfilesForFileCommentsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotGetProfilesForFileComments: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotGetProfilesForFileComments };
|
|
9
|
+
//# sourceMappingURL=get-profiles-for-file-comments.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-profiles-for-file-comments.d.mts","names":[],"sources":["../../src/actions/get-profiles-for-file-comments.ts"],"mappings":";;;cAIa,qCAAA,EAAuC,CAAA,CAAE,UAGmC;AAAA,cAM5E,sCAAA,EAAwC,CAAA,CAAE,UAEmC;AAAA,cAE7E,gCAAA,gCAAgC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|