@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,20 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const penpotGetTeamInfo = action("PENPOT_GET_TEAM_INFO", {
|
|
4
|
+
slug: "penpot-get-team-info",
|
|
5
|
+
name: "Get Team Info",
|
|
6
|
+
description: "Tool to retrieve detailed information about a specific Penpot team by its ID. Use when you need to get team details such as name, creation date, and permissions.",
|
|
7
|
+
input: z.object({ id: z.string().describe("UUID of the team to retrieve information for") }).describe("Request model for getting team information by ID."),
|
|
8
|
+
output: z.object({
|
|
9
|
+
id: z.string().describe("Unique identifier for the team").nullable().optional(),
|
|
10
|
+
name: z.string().describe("Name of the team").nullable().optional(),
|
|
11
|
+
"created-at": z.string().describe("Timestamp when the team was created").nullable().optional(),
|
|
12
|
+
"is-default": z.boolean().describe("Whether this is the default team").nullable().optional(),
|
|
13
|
+
"modified-at": z.string().describe("Timestamp when the team was last modified").nullable().optional(),
|
|
14
|
+
permissions: z.array(z.string()).describe("List of permissions for the current user on this team").nullable().optional()
|
|
15
|
+
}).describe("Response model containing team information.")
|
|
16
|
+
});
|
|
17
|
+
//#endregion
|
|
18
|
+
export { penpotGetTeamInfo };
|
|
19
|
+
|
|
20
|
+
//# sourceMappingURL=get-team-info.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-team-info.mjs","names":[],"sources":["../../src/actions/get-team-info.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotGetTeamInfoInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the team to retrieve information for\"),\n}).describe(\"Request model for getting team information by ID.\");\nexport const PenpotGetTeamInfoOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the team\").nullable().optional(),\n name: z.string().describe(\"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(\"Response model containing team information.\");\n\nexport const penpotGetTeamInfo = action(\"PENPOT_GET_TEAM_INFO\", {\n slug: \"penpot-get-team-info\",\n name: \"Get Team Info\",\n description: \"Tool to retrieve detailed information about a specific Penpot team by its ID. Use when you need to get team details such as name, creation date, and permissions.\",\n input: PenpotGetTeamInfoInput,\n output: PenpotGetTeamInfoOutput,\n});\n"],"mappings":";;AAgBA,MAAa,oBAAoB,OAAO,wBAAwB;CAC9D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAhBkD,EAAE,OAAO,EAC3D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,EACxE,CAAC,CAAC,CAAC,SAAS,mDAcH;CACP,QAdmD,EAAE,OAAO;EAC5D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClE,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7F,cAAc,EAAE,QAAQ,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3F,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpG,aAAa,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzH,CAAC,CAAC,CAAC,SAAS,6CAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-team-invitations.ts
|
|
4
|
+
const PenpotGetTeamInvitationsInput = zod.z.object({ team_id: zod.z.string().describe("UUID formatted string identifying the team to get invitations for") }).describe("Request schema for getting team invitations in Penpot.");
|
|
5
|
+
const PenpotGetTeamInvitations_TeamInvitationSchema = zod.z.object({
|
|
6
|
+
role: zod.z.string().describe("Role assigned to the invitation (e.g., owner, admin, editor, viewer)").nullable().optional(),
|
|
7
|
+
email: zod.z.string().describe("Email address of the invited person").nullable().optional(),
|
|
8
|
+
"created-at": zod.z.string().describe("Timestamp when the invitation was created").nullable().optional(),
|
|
9
|
+
"email-sent": zod.z.boolean().describe("Whether the invitation email has been sent").nullable().optional(),
|
|
10
|
+
"valid-until": zod.z.string().describe("Timestamp when the invitation expires").nullable().optional()
|
|
11
|
+
}).describe("Representation of a pending team invitation in Penpot.");
|
|
12
|
+
const PenpotGetTeamInvitationsOutput = zod.z.object({ invitations: zod.z.array(PenpotGetTeamInvitations_TeamInvitationSchema).describe("Array of pending team invitation objects") }).describe("Response schema for getting team invitations.");
|
|
13
|
+
const penpotGetTeamInvitations = require_action.action("PENPOT_GET_TEAM_INVITATIONS", {
|
|
14
|
+
slug: "penpot-get-team-invitations",
|
|
15
|
+
name: "Get Team Invitations",
|
|
16
|
+
description: "Tool to list pending invitations for a team in Penpot. Use when you need to retrieve all pending team invitations that haven't been accepted yet.",
|
|
17
|
+
input: PenpotGetTeamInvitationsInput,
|
|
18
|
+
output: PenpotGetTeamInvitationsOutput
|
|
19
|
+
});
|
|
20
|
+
//#endregion
|
|
21
|
+
exports.penpotGetTeamInvitations = penpotGetTeamInvitations;
|
|
22
|
+
|
|
23
|
+
//# sourceMappingURL=get-team-invitations.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-team-invitations.cjs","names":["z","action"],"sources":["../../src/actions/get-team-invitations.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotGetTeamInvitationsInput: z.ZodTypeAny = z.object({\n team_id: z.string().describe(\"UUID formatted string identifying the team to get invitations for\"),\n}).describe(\"Request schema for getting team invitations in Penpot.\");\nconst PenpotGetTeamInvitations_TeamInvitationSchema: z.ZodTypeAny = z.object({\n role: z.string().describe(\"Role assigned to the invitation (e.g., owner, admin, editor, viewer)\").nullable().optional(),\n email: z.string().describe(\"Email address of the invited person\").nullable().optional(),\n \"created-at\": z.string().describe(\"Timestamp when the invitation was created\").nullable().optional(),\n \"email-sent\": z.boolean().describe(\"Whether the invitation email has been sent\").nullable().optional(),\n \"valid-until\": z.string().describe(\"Timestamp when the invitation expires\").nullable().optional(),\n}).describe(\"Representation of a pending team invitation in Penpot.\");\nexport const PenpotGetTeamInvitationsOutput: z.ZodTypeAny = z.object({\n invitations: z.array(PenpotGetTeamInvitations_TeamInvitationSchema).describe(\"Array of pending team invitation objects\"),\n}).describe(\"Response schema for getting team invitations.\");\n\nexport const penpotGetTeamInvitations = action(\"PENPOT_GET_TEAM_INVITATIONS\", {\n slug: \"penpot-get-team-invitations\",\n name: \"Get Team Invitations\",\n description: \"Tool to list pending invitations for a team in Penpot. Use when you need to retrieve all pending team invitations that haven't been accepted yet.\",\n input: PenpotGetTeamInvitationsInput,\n output: PenpotGetTeamInvitationsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAA8CA,IAAAA,EAAE,OAAO,EAClE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,EAClG,CAAC,CAAC,CAAC,SAAS,wDAAwD;AACpE,MAAM,gDAA8DA,IAAAA,EAAE,OAAO;CAC3E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtH,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,cAAcA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAClG,CAAC,CAAC,CAAC,SAAS,wDAAwD;AACpE,MAAa,iCAA+CA,IAAAA,EAAE,OAAO,EACnE,aAAaA,IAAAA,EAAE,MAAM,6CAA6C,CAAC,CAAC,SAAS,0CAA0C,EACzH,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAE3D,MAAa,2BAA2BC,eAAAA,OAAO,+BAA+B;CAC5E,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-team-invitations.d.ts
|
|
4
|
+
declare const PenpotGetTeamInvitationsInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotGetTeamInvitationsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotGetTeamInvitations: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotGetTeamInvitations };
|
|
9
|
+
//# sourceMappingURL=get-team-invitations.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-team-invitations.d.cts","names":[],"sources":["../../src/actions/get-team-invitations.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAEuB;AAAA,cAQxD,8BAAA,EAAgC,CAAA,CAAE,UAEa;AAAA,cAE/C,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-team-invitations.d.ts
|
|
4
|
+
declare const PenpotGetTeamInvitationsInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotGetTeamInvitationsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotGetTeamInvitations: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotGetTeamInvitations };
|
|
9
|
+
//# sourceMappingURL=get-team-invitations.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-team-invitations.d.mts","names":[],"sources":["../../src/actions/get-team-invitations.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAEuB;AAAA,cAQxD,8BAAA,EAAgC,CAAA,CAAE,UAEa;AAAA,cAE/C,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-team-invitations.ts
|
|
4
|
+
const PenpotGetTeamInvitationsInput = z.object({ team_id: z.string().describe("UUID formatted string identifying the team to get invitations for") }).describe("Request schema for getting team invitations in Penpot.");
|
|
5
|
+
const PenpotGetTeamInvitations_TeamInvitationSchema = z.object({
|
|
6
|
+
role: z.string().describe("Role assigned to the invitation (e.g., owner, admin, editor, viewer)").nullable().optional(),
|
|
7
|
+
email: z.string().describe("Email address of the invited person").nullable().optional(),
|
|
8
|
+
"created-at": z.string().describe("Timestamp when the invitation was created").nullable().optional(),
|
|
9
|
+
"email-sent": z.boolean().describe("Whether the invitation email has been sent").nullable().optional(),
|
|
10
|
+
"valid-until": z.string().describe("Timestamp when the invitation expires").nullable().optional()
|
|
11
|
+
}).describe("Representation of a pending team invitation in Penpot.");
|
|
12
|
+
const penpotGetTeamInvitations = action("PENPOT_GET_TEAM_INVITATIONS", {
|
|
13
|
+
slug: "penpot-get-team-invitations",
|
|
14
|
+
name: "Get Team Invitations",
|
|
15
|
+
description: "Tool to list pending invitations for a team in Penpot. Use when you need to retrieve all pending team invitations that haven't been accepted yet.",
|
|
16
|
+
input: PenpotGetTeamInvitationsInput,
|
|
17
|
+
output: z.object({ invitations: z.array(PenpotGetTeamInvitations_TeamInvitationSchema).describe("Array of pending team invitation objects") }).describe("Response schema for getting team invitations.")
|
|
18
|
+
});
|
|
19
|
+
//#endregion
|
|
20
|
+
export { penpotGetTeamInvitations };
|
|
21
|
+
|
|
22
|
+
//# sourceMappingURL=get-team-invitations.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-team-invitations.mjs","names":[],"sources":["../../src/actions/get-team-invitations.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotGetTeamInvitationsInput: z.ZodTypeAny = z.object({\n team_id: z.string().describe(\"UUID formatted string identifying the team to get invitations for\"),\n}).describe(\"Request schema for getting team invitations in Penpot.\");\nconst PenpotGetTeamInvitations_TeamInvitationSchema: z.ZodTypeAny = z.object({\n role: z.string().describe(\"Role assigned to the invitation (e.g., owner, admin, editor, viewer)\").nullable().optional(),\n email: z.string().describe(\"Email address of the invited person\").nullable().optional(),\n \"created-at\": z.string().describe(\"Timestamp when the invitation was created\").nullable().optional(),\n \"email-sent\": z.boolean().describe(\"Whether the invitation email has been sent\").nullable().optional(),\n \"valid-until\": z.string().describe(\"Timestamp when the invitation expires\").nullable().optional(),\n}).describe(\"Representation of a pending team invitation in Penpot.\");\nexport const PenpotGetTeamInvitationsOutput: z.ZodTypeAny = z.object({\n invitations: z.array(PenpotGetTeamInvitations_TeamInvitationSchema).describe(\"Array of pending team invitation objects\"),\n}).describe(\"Response schema for getting team invitations.\");\n\nexport const penpotGetTeamInvitations = action(\"PENPOT_GET_TEAM_INVITATIONS\", {\n slug: \"penpot-get-team-invitations\",\n name: \"Get Team Invitations\",\n description: \"Tool to list pending invitations for a team in Penpot. Use when you need to retrieve all pending team invitations that haven't been accepted yet.\",\n input: PenpotGetTeamInvitationsInput,\n output: PenpotGetTeamInvitationsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAA8C,EAAE,OAAO,EAClE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,EAClG,CAAC,CAAC,CAAC,SAAS,wDAAwD;AACpE,MAAM,gDAA8D,EAAE,OAAO;CAC3E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtH,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,cAAc,EAAE,QAAQ,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAClG,CAAC,CAAC,CAAC,SAAS,wDAAwD;AAKpE,MAAa,2BAA2B,OAAO,+BAA+B;CAC5E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT0D,EAAE,OAAO,EACnE,aAAa,EAAE,MAAM,6CAA6C,CAAC,CAAC,SAAS,0CAA0C,EACzH,CAAC,CAAC,CAAC,SAAS,+CAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-team-members.ts
|
|
4
|
+
const PenpotGetTeamMembersInput = zod.z.object({ team_id: zod.z.string().describe("UUID formatted string identifying the team to get members for") }).describe("Request schema for getting team members in Penpot.");
|
|
5
|
+
const PenpotGetTeamMembers_TeamMemberSchema = zod.z.object({
|
|
6
|
+
id: zod.z.string().describe("Unique identifier for the member").nullable().optional(),
|
|
7
|
+
name: zod.z.string().describe("Full name of the team member").nullable().optional(),
|
|
8
|
+
role: zod.z.string().describe("Role of the member in the team (e.g., owner, admin, editor, viewer)").nullable().optional(),
|
|
9
|
+
email: zod.z.string().describe("Email address of the team member").nullable().optional(),
|
|
10
|
+
"can-edit": zod.z.boolean().describe("Whether this member has edit permissions").nullable().optional(),
|
|
11
|
+
"is-admin": zod.z.boolean().describe("Whether this member has admin privileges").nullable().optional(),
|
|
12
|
+
"is-owner": zod.z.boolean().describe("Whether this member is the owner of the team").nullable().optional(),
|
|
13
|
+
"joined-at": zod.z.string().describe("Timestamp when the member joined the team").nullable().optional(),
|
|
14
|
+
permissions: zod.z.array(zod.z.string()).describe("List of permissions granted to this member").nullable().optional()
|
|
15
|
+
}).describe("Representation of a team member in Penpot.");
|
|
16
|
+
const PenpotGetTeamMembersOutput = zod.z.object({ members: zod.z.array(PenpotGetTeamMembers_TeamMemberSchema).describe("Array of team member objects") }).describe("Response schema for getting team members.");
|
|
17
|
+
const penpotGetTeamMembers = require_action.action("PENPOT_GET_TEAM_MEMBERS", {
|
|
18
|
+
slug: "penpot-get-team-members",
|
|
19
|
+
name: "Get Team Members",
|
|
20
|
+
description: "Tool to list all members of a team in Penpot. Use when you need to retrieve team membership information and member details.",
|
|
21
|
+
input: PenpotGetTeamMembersInput,
|
|
22
|
+
output: PenpotGetTeamMembersOutput
|
|
23
|
+
});
|
|
24
|
+
//#endregion
|
|
25
|
+
exports.penpotGetTeamMembers = penpotGetTeamMembers;
|
|
26
|
+
|
|
27
|
+
//# sourceMappingURL=get-team-members.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-team-members.cjs","names":["z","action"],"sources":["../../src/actions/get-team-members.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotGetTeamMembersInput: z.ZodTypeAny = z.object({\n team_id: z.string().describe(\"UUID formatted string identifying the team to get members for\"),\n}).describe(\"Request schema for getting team members in Penpot.\");\nconst PenpotGetTeamMembers_TeamMemberSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the member\").nullable().optional(),\n name: z.string().describe(\"Full name of the team member\").nullable().optional(),\n role: z.string().describe(\"Role of the member in the team (e.g., owner, admin, editor, viewer)\").nullable().optional(),\n email: z.string().describe(\"Email address of the team member\").nullable().optional(),\n \"can-edit\": z.boolean().describe(\"Whether this member has edit permissions\").nullable().optional(),\n \"is-admin\": z.boolean().describe(\"Whether this member has admin privileges\").nullable().optional(),\n \"is-owner\": z.boolean().describe(\"Whether this member is the owner of the team\").nullable().optional(),\n \"joined-at\": z.string().describe(\"Timestamp when the member joined the team\").nullable().optional(),\n permissions: z.array(z.string()).describe(\"List of permissions granted to this member\").nullable().optional(),\n}).describe(\"Representation of a team member in Penpot.\");\nexport const PenpotGetTeamMembersOutput: z.ZodTypeAny = z.object({\n members: z.array(PenpotGetTeamMembers_TeamMemberSchema).describe(\"Array of team member objects\"),\n}).describe(\"Response schema for getting team members.\");\n\nexport const penpotGetTeamMembers = action(\"PENPOT_GET_TEAM_MEMBERS\", {\n slug: \"penpot-get-team-members\",\n name: \"Get Team Members\",\n description: \"Tool to list all members of a team in Penpot. Use when you need to retrieve team membership information and member details.\",\n input: PenpotGetTeamMembersInput,\n output: PenpotGetTeamMembersOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0CA,IAAAA,EAAE,OAAO,EAC9D,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,EAC9F,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAChE,MAAM,wCAAsDA,IAAAA,EAAE,OAAO;CACnE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qEAAqE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrH,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,YAAYA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,YAAYA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,YAAYA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,aAAaA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9G,CAAC,CAAC,CAAC,SAAS,4CAA4C;AACxD,MAAa,6BAA2CA,IAAAA,EAAE,OAAO,EAC/D,SAASA,IAAAA,EAAE,MAAM,qCAAqC,CAAC,CAAC,SAAS,8BAA8B,EACjG,CAAC,CAAC,CAAC,SAAS,2CAA2C;AAEvD,MAAa,uBAAuBC,eAAAA,OAAO,2BAA2B;CACpE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-team-members.d.ts
|
|
4
|
+
declare const PenpotGetTeamMembersInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotGetTeamMembersOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotGetTeamMembers: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotGetTeamMembers };
|
|
9
|
+
//# sourceMappingURL=get-team-members.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-team-members.d.cts","names":[],"sources":["../../src/actions/get-team-members.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAEuB;AAAA,cAYpD,0BAAA,EAA4B,CAAA,CAAE,UAEa;AAAA,cAE3C,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-team-members.d.ts
|
|
4
|
+
declare const PenpotGetTeamMembersInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotGetTeamMembersOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotGetTeamMembers: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotGetTeamMembers };
|
|
9
|
+
//# sourceMappingURL=get-team-members.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-team-members.d.mts","names":[],"sources":["../../src/actions/get-team-members.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAEuB;AAAA,cAYpD,0BAAA,EAA4B,CAAA,CAAE,UAEa;AAAA,cAE3C,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-team-members.ts
|
|
4
|
+
const PenpotGetTeamMembersInput = z.object({ team_id: z.string().describe("UUID formatted string identifying the team to get members for") }).describe("Request schema for getting team members in Penpot.");
|
|
5
|
+
const PenpotGetTeamMembers_TeamMemberSchema = z.object({
|
|
6
|
+
id: z.string().describe("Unique identifier for the member").nullable().optional(),
|
|
7
|
+
name: z.string().describe("Full name of the team member").nullable().optional(),
|
|
8
|
+
role: z.string().describe("Role of the member in the team (e.g., owner, admin, editor, viewer)").nullable().optional(),
|
|
9
|
+
email: z.string().describe("Email address of the team member").nullable().optional(),
|
|
10
|
+
"can-edit": z.boolean().describe("Whether this member has edit permissions").nullable().optional(),
|
|
11
|
+
"is-admin": z.boolean().describe("Whether this member has admin privileges").nullable().optional(),
|
|
12
|
+
"is-owner": z.boolean().describe("Whether this member is the owner of the team").nullable().optional(),
|
|
13
|
+
"joined-at": z.string().describe("Timestamp when the member joined the team").nullable().optional(),
|
|
14
|
+
permissions: z.array(z.string()).describe("List of permissions granted to this member").nullable().optional()
|
|
15
|
+
}).describe("Representation of a team member in Penpot.");
|
|
16
|
+
const penpotGetTeamMembers = action("PENPOT_GET_TEAM_MEMBERS", {
|
|
17
|
+
slug: "penpot-get-team-members",
|
|
18
|
+
name: "Get Team Members",
|
|
19
|
+
description: "Tool to list all members of a team in Penpot. Use when you need to retrieve team membership information and member details.",
|
|
20
|
+
input: PenpotGetTeamMembersInput,
|
|
21
|
+
output: z.object({ members: z.array(PenpotGetTeamMembers_TeamMemberSchema).describe("Array of team member objects") }).describe("Response schema for getting team members.")
|
|
22
|
+
});
|
|
23
|
+
//#endregion
|
|
24
|
+
export { penpotGetTeamMembers };
|
|
25
|
+
|
|
26
|
+
//# sourceMappingURL=get-team-members.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-team-members.mjs","names":[],"sources":["../../src/actions/get-team-members.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotGetTeamMembersInput: z.ZodTypeAny = z.object({\n team_id: z.string().describe(\"UUID formatted string identifying the team to get members for\"),\n}).describe(\"Request schema for getting team members in Penpot.\");\nconst PenpotGetTeamMembers_TeamMemberSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the member\").nullable().optional(),\n name: z.string().describe(\"Full name of the team member\").nullable().optional(),\n role: z.string().describe(\"Role of the member in the team (e.g., owner, admin, editor, viewer)\").nullable().optional(),\n email: z.string().describe(\"Email address of the team member\").nullable().optional(),\n \"can-edit\": z.boolean().describe(\"Whether this member has edit permissions\").nullable().optional(),\n \"is-admin\": z.boolean().describe(\"Whether this member has admin privileges\").nullable().optional(),\n \"is-owner\": z.boolean().describe(\"Whether this member is the owner of the team\").nullable().optional(),\n \"joined-at\": z.string().describe(\"Timestamp when the member joined the team\").nullable().optional(),\n permissions: z.array(z.string()).describe(\"List of permissions granted to this member\").nullable().optional(),\n}).describe(\"Representation of a team member in Penpot.\");\nexport const PenpotGetTeamMembersOutput: z.ZodTypeAny = z.object({\n members: z.array(PenpotGetTeamMembers_TeamMemberSchema).describe(\"Array of team member objects\"),\n}).describe(\"Response schema for getting team members.\");\n\nexport const penpotGetTeamMembers = action(\"PENPOT_GET_TEAM_MEMBERS\", {\n slug: \"penpot-get-team-members\",\n name: \"Get Team Members\",\n description: \"Tool to list all members of a team in Penpot. Use when you need to retrieve team membership information and member details.\",\n input: PenpotGetTeamMembersInput,\n output: PenpotGetTeamMembersOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0C,EAAE,OAAO,EAC9D,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,EAC9F,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAChE,MAAM,wCAAsD,EAAE,OAAO;CACnE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,qEAAqE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrH,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,YAAY,EAAE,QAAQ,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,YAAY,EAAE,QAAQ,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,YAAY,EAAE,QAAQ,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,aAAa,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9G,CAAC,CAAC,CAAC,SAAS,4CAA4C;AAKxD,MAAa,uBAAuB,OAAO,2BAA2B;CACpE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATsD,EAAE,OAAO,EAC/D,SAAS,EAAE,MAAM,qCAAqC,CAAC,CAAC,SAAS,8BAA8B,EACjG,CAAC,CAAC,CAAC,SAAS,2CAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-team-shared-files.ts
|
|
4
|
+
const PenpotGetTeamSharedFilesInput = zod.z.object({ teamId: zod.z.string().describe("UUID of the team to get shared files for") }).describe("Request model for fetching shared library files for a Penpot team.");
|
|
5
|
+
const PenpotGetTeamSharedFiles_SharedFileDataSchema = zod.z.object({
|
|
6
|
+
id: zod.z.string().describe("UUID of the file").nullable().optional(),
|
|
7
|
+
name: zod.z.string().describe("Name of the file").nullable().optional(),
|
|
8
|
+
revn: zod.z.number().int().describe("Revision number").nullable().optional(),
|
|
9
|
+
features: zod.z.array(zod.z.string()).describe("Set of feature flags enabled for this file").nullable().optional(),
|
|
10
|
+
isShared: zod.z.boolean().describe("Whether the file is shared as a library").nullable().optional(),
|
|
11
|
+
createdAt: zod.z.string().describe("ISO timestamp when the file was created").nullable().optional(),
|
|
12
|
+
projectId: zod.z.string().describe("UUID of the project this file belongs to").nullable().optional(),
|
|
13
|
+
modifiedAt: zod.z.string().describe("ISO timestamp when the file was last modified").nullable().optional(),
|
|
14
|
+
hasMediaTrimmed: zod.z.boolean().describe("Whether media has been trimmed from the file").nullable().optional()
|
|
15
|
+
}).describe("Represents a single shared library file in a Penpot team.");
|
|
16
|
+
const PenpotGetTeamSharedFilesOutput = zod.z.object({ files: zod.z.array(PenpotGetTeamSharedFiles_SharedFileDataSchema).describe("List of shared library files in the team").nullable().optional() }).describe("Response model containing shared library files for the specified team.");
|
|
17
|
+
const penpotGetTeamSharedFiles = require_action.action("PENPOT_GET_TEAM_SHARED_FILES", {
|
|
18
|
+
slug: "penpot-get-team-shared-files",
|
|
19
|
+
name: "Get Team Shared Files",
|
|
20
|
+
description: "Tool to retrieve shared library files for a Penpot team. Use when you need to list all shared library files for a specific team by its UUID.",
|
|
21
|
+
input: PenpotGetTeamSharedFilesInput,
|
|
22
|
+
output: PenpotGetTeamSharedFilesOutput
|
|
23
|
+
});
|
|
24
|
+
//#endregion
|
|
25
|
+
exports.penpotGetTeamSharedFiles = penpotGetTeamSharedFiles;
|
|
26
|
+
|
|
27
|
+
//# sourceMappingURL=get-team-shared-files.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-team-shared-files.cjs","names":["z","action"],"sources":["../../src/actions/get-team-shared-files.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotGetTeamSharedFilesInput: z.ZodTypeAny = z.object({\n teamId: z.string().describe(\"UUID of the team to get shared files for\"),\n}).describe(\"Request model for fetching shared library files for a Penpot team.\");\nconst PenpotGetTeamSharedFiles_SharedFileDataSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the file\").nullable().optional(),\n name: z.string().describe(\"Name of the file\").nullable().optional(),\n revn: z.number().int().describe(\"Revision number\").nullable().optional(),\n features: z.array(z.string()).describe(\"Set of feature flags enabled for this file\").nullable().optional(),\n isShared: z.boolean().describe(\"Whether the file is shared as a library\").nullable().optional(),\n createdAt: z.string().describe(\"ISO timestamp when the file was created\").nullable().optional(),\n projectId: z.string().describe(\"UUID of the project this file belongs to\").nullable().optional(),\n modifiedAt: z.string().describe(\"ISO timestamp when the file was last modified\").nullable().optional(),\n hasMediaTrimmed: z.boolean().describe(\"Whether media has been trimmed from the file\").nullable().optional(),\n}).describe(\"Represents a single shared library file in a Penpot team.\");\nexport const PenpotGetTeamSharedFilesOutput: z.ZodTypeAny = z.object({\n files: z.array(PenpotGetTeamSharedFiles_SharedFileDataSchema).describe(\"List of shared library files in the team\").nullable().optional(),\n}).describe(\"Response model containing shared library files for the specified team.\");\n\nexport const penpotGetTeamSharedFiles = action(\"PENPOT_GET_TEAM_SHARED_FILES\", {\n slug: \"penpot-get-team-shared-files\",\n name: \"Get Team Shared Files\",\n description: \"Tool to retrieve shared library files for a Penpot team. Use when you need to list all shared library files for a specific team by its UUID.\",\n input: PenpotGetTeamSharedFilesInput,\n output: PenpotGetTeamSharedFilesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAA8CA,IAAAA,EAAE,OAAO,EAClE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,EACxE,CAAC,CAAC,CAAC,SAAS,oEAAoE;AAChF,MAAM,gDAA8DA,IAAAA,EAAE,OAAO;CAC3E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvE,UAAUA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,iBAAiBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC5G,CAAC,CAAC,CAAC,SAAS,2DAA2D;AACvE,MAAa,iCAA+CA,IAAAA,EAAE,OAAO,EACnE,OAAOA,IAAAA,EAAE,MAAM,6CAA6C,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACzI,CAAC,CAAC,CAAC,SAAS,wEAAwE;AAEpF,MAAa,2BAA2BC,eAAAA,OAAO,gCAAgC;CAC7E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-team-shared-files.d.ts
|
|
4
|
+
declare const PenpotGetTeamSharedFilesInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotGetTeamSharedFilesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotGetTeamSharedFiles: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotGetTeamSharedFiles };
|
|
9
|
+
//# sourceMappingURL=get-team-shared-files.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-team-shared-files.d.cts","names":[],"sources":["../../src/actions/get-team-shared-files.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAEmC;AAAA,cAYpE,8BAAA,EAAgC,CAAA,CAAE,UAEsC;AAAA,cAExE,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-team-shared-files.d.ts
|
|
4
|
+
declare const PenpotGetTeamSharedFilesInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotGetTeamSharedFilesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotGetTeamSharedFiles: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotGetTeamSharedFiles };
|
|
9
|
+
//# sourceMappingURL=get-team-shared-files.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-team-shared-files.d.mts","names":[],"sources":["../../src/actions/get-team-shared-files.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAEmC;AAAA,cAYpE,8BAAA,EAAgC,CAAA,CAAE,UAEsC;AAAA,cAExE,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-team-shared-files.ts
|
|
4
|
+
const PenpotGetTeamSharedFilesInput = z.object({ teamId: z.string().describe("UUID of the team to get shared files for") }).describe("Request model for fetching shared library files for a Penpot team.");
|
|
5
|
+
const PenpotGetTeamSharedFiles_SharedFileDataSchema = z.object({
|
|
6
|
+
id: z.string().describe("UUID of the file").nullable().optional(),
|
|
7
|
+
name: z.string().describe("Name of the file").nullable().optional(),
|
|
8
|
+
revn: z.number().int().describe("Revision number").nullable().optional(),
|
|
9
|
+
features: z.array(z.string()).describe("Set of feature flags enabled for this file").nullable().optional(),
|
|
10
|
+
isShared: z.boolean().describe("Whether the file is shared as a library").nullable().optional(),
|
|
11
|
+
createdAt: z.string().describe("ISO timestamp when the file was created").nullable().optional(),
|
|
12
|
+
projectId: z.string().describe("UUID of the project this file belongs to").nullable().optional(),
|
|
13
|
+
modifiedAt: z.string().describe("ISO timestamp when the file was last modified").nullable().optional(),
|
|
14
|
+
hasMediaTrimmed: z.boolean().describe("Whether media has been trimmed from the file").nullable().optional()
|
|
15
|
+
}).describe("Represents a single shared library file in a Penpot team.");
|
|
16
|
+
const penpotGetTeamSharedFiles = action("PENPOT_GET_TEAM_SHARED_FILES", {
|
|
17
|
+
slug: "penpot-get-team-shared-files",
|
|
18
|
+
name: "Get Team Shared Files",
|
|
19
|
+
description: "Tool to retrieve shared library files for a Penpot team. Use when you need to list all shared library files for a specific team by its UUID.",
|
|
20
|
+
input: PenpotGetTeamSharedFilesInput,
|
|
21
|
+
output: z.object({ files: z.array(PenpotGetTeamSharedFiles_SharedFileDataSchema).describe("List of shared library files in the team").nullable().optional() }).describe("Response model containing shared library files for the specified team.")
|
|
22
|
+
});
|
|
23
|
+
//#endregion
|
|
24
|
+
export { penpotGetTeamSharedFiles };
|
|
25
|
+
|
|
26
|
+
//# sourceMappingURL=get-team-shared-files.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-team-shared-files.mjs","names":[],"sources":["../../src/actions/get-team-shared-files.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotGetTeamSharedFilesInput: z.ZodTypeAny = z.object({\n teamId: z.string().describe(\"UUID of the team to get shared files for\"),\n}).describe(\"Request model for fetching shared library files for a Penpot team.\");\nconst PenpotGetTeamSharedFiles_SharedFileDataSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the file\").nullable().optional(),\n name: z.string().describe(\"Name of the file\").nullable().optional(),\n revn: z.number().int().describe(\"Revision number\").nullable().optional(),\n features: z.array(z.string()).describe(\"Set of feature flags enabled for this file\").nullable().optional(),\n isShared: z.boolean().describe(\"Whether the file is shared as a library\").nullable().optional(),\n createdAt: z.string().describe(\"ISO timestamp when the file was created\").nullable().optional(),\n projectId: z.string().describe(\"UUID of the project this file belongs to\").nullable().optional(),\n modifiedAt: z.string().describe(\"ISO timestamp when the file was last modified\").nullable().optional(),\n hasMediaTrimmed: z.boolean().describe(\"Whether media has been trimmed from the file\").nullable().optional(),\n}).describe(\"Represents a single shared library file in a Penpot team.\");\nexport const PenpotGetTeamSharedFilesOutput: z.ZodTypeAny = z.object({\n files: z.array(PenpotGetTeamSharedFiles_SharedFileDataSchema).describe(\"List of shared library files in the team\").nullable().optional(),\n}).describe(\"Response model containing shared library files for the specified team.\");\n\nexport const penpotGetTeamSharedFiles = action(\"PENPOT_GET_TEAM_SHARED_FILES\", {\n slug: \"penpot-get-team-shared-files\",\n name: \"Get Team Shared Files\",\n description: \"Tool to retrieve shared library files for a Penpot team. Use when you need to list all shared library files for a specific team by its UUID.\",\n input: PenpotGetTeamSharedFilesInput,\n output: PenpotGetTeamSharedFilesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAA8C,EAAE,OAAO,EAClE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,EACxE,CAAC,CAAC,CAAC,SAAS,oEAAoE;AAChF,MAAM,gDAA8D,EAAE,OAAO;CAC3E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvE,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,iBAAiB,EAAE,QAAQ,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC5G,CAAC,CAAC,CAAC,SAAS,2DAA2D;AAKvE,MAAa,2BAA2B,OAAO,gCAAgC;CAC7E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT0D,EAAE,OAAO,EACnE,OAAO,EAAE,MAAM,6CAA6C,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACzI,CAAC,CAAC,CAAC,SAAS,wEAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-team-stats.ts
|
|
4
|
+
const PenpotGetTeamStatsInput = zod.z.object({ "team-id": zod.z.string().describe("UUID of the team to retrieve statistics for") }).describe("Request model for getting statistics for a team.");
|
|
5
|
+
const PenpotGetTeamStatsOutput = zod.z.object({
|
|
6
|
+
files: zod.z.number().int().describe("Total number of files in the team").nullable().optional(),
|
|
7
|
+
members: zod.z.number().int().describe("Total number of team members").nullable().optional(),
|
|
8
|
+
projects: zod.z.number().int().describe("Total number of projects in the team").nullable().optional()
|
|
9
|
+
}).describe("Response model containing team statistics.");
|
|
10
|
+
const penpotGetTeamStats = require_action.action("PENPOT_GET_TEAM_STATS", {
|
|
11
|
+
slug: "penpot-get-team-stats",
|
|
12
|
+
name: "Get Team Stats",
|
|
13
|
+
description: "Tool to retrieve statistics for a specific Penpot team by its ID. Use when you need to get team metrics such as project count, file count, and member count.",
|
|
14
|
+
input: PenpotGetTeamStatsInput,
|
|
15
|
+
output: PenpotGetTeamStatsOutput
|
|
16
|
+
});
|
|
17
|
+
//#endregion
|
|
18
|
+
exports.penpotGetTeamStats = penpotGetTeamStats;
|
|
19
|
+
|
|
20
|
+
//# sourceMappingURL=get-team-stats.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-team-stats.cjs","names":["z","action"],"sources":["../../src/actions/get-team-stats.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotGetTeamStatsInput: z.ZodTypeAny = z.object({\n \"team-id\": z.string().describe(\"UUID of the team to retrieve statistics for\"),\n}).describe(\"Request model for getting statistics for a team.\");\nexport const PenpotGetTeamStatsOutput: z.ZodTypeAny = z.object({\n files: z.number().int().describe(\"Total number of files in the team\").nullable().optional(),\n members: z.number().int().describe(\"Total number of team members\").nullable().optional(),\n projects: z.number().int().describe(\"Total number of projects in the team\").nullable().optional(),\n}).describe(\"Response model containing team statistics.\");\n\nexport const penpotGetTeamStats = action(\"PENPOT_GET_TEAM_STATS\", {\n slug: \"penpot-get-team-stats\",\n name: \"Get Team Stats\",\n description: \"Tool to retrieve statistics for a specific Penpot team by its ID. Use when you need to get team metrics such as project count, file count, and member count.\",\n input: PenpotGetTeamStatsInput,\n output: PenpotGetTeamStatsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0BAAwCA,IAAAA,EAAE,OAAO,EAC5D,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,EAC9E,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAC9D,MAAa,2BAAyCA,IAAAA,EAAE,OAAO;CAC7D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAClG,CAAC,CAAC,CAAC,SAAS,4CAA4C;AAExD,MAAa,qBAAqBC,eAAAA,OAAO,yBAAyB;CAChE,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-team-stats.d.ts
|
|
4
|
+
declare const PenpotGetTeamStatsInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotGetTeamStatsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotGetTeamStats: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotGetTeamStats };
|
|
9
|
+
//# sourceMappingURL=get-team-stats.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-team-stats.d.cts","names":[],"sources":["../../src/actions/get-team-stats.ts"],"mappings":";;;cAIa,uBAAA,EAAyB,CAAA,CAAE,UAEuB;AAAA,cAClD,wBAAA,EAA0B,CAAA,CAAE,UAIgB;AAAA,cAE5C,kBAAA,gCAAkB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-team-stats.d.ts
|
|
4
|
+
declare const PenpotGetTeamStatsInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotGetTeamStatsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotGetTeamStats: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotGetTeamStats };
|
|
9
|
+
//# sourceMappingURL=get-team-stats.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-team-stats.d.mts","names":[],"sources":["../../src/actions/get-team-stats.ts"],"mappings":";;;cAIa,uBAAA,EAAyB,CAAA,CAAE,UAEuB;AAAA,cAClD,wBAAA,EAA0B,CAAA,CAAE,UAIgB;AAAA,cAE5C,kBAAA,gCAAkB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const penpotGetTeamStats = action("PENPOT_GET_TEAM_STATS", {
|
|
4
|
+
slug: "penpot-get-team-stats",
|
|
5
|
+
name: "Get Team Stats",
|
|
6
|
+
description: "Tool to retrieve statistics for a specific Penpot team by its ID. Use when you need to get team metrics such as project count, file count, and member count.",
|
|
7
|
+
input: z.object({ "team-id": z.string().describe("UUID of the team to retrieve statistics for") }).describe("Request model for getting statistics for a team."),
|
|
8
|
+
output: z.object({
|
|
9
|
+
files: z.number().int().describe("Total number of files in the team").nullable().optional(),
|
|
10
|
+
members: z.number().int().describe("Total number of team members").nullable().optional(),
|
|
11
|
+
projects: z.number().int().describe("Total number of projects in the team").nullable().optional()
|
|
12
|
+
}).describe("Response model containing team statistics.")
|
|
13
|
+
});
|
|
14
|
+
//#endregion
|
|
15
|
+
export { penpotGetTeamStats };
|
|
16
|
+
|
|
17
|
+
//# sourceMappingURL=get-team-stats.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-team-stats.mjs","names":[],"sources":["../../src/actions/get-team-stats.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotGetTeamStatsInput: z.ZodTypeAny = z.object({\n \"team-id\": z.string().describe(\"UUID of the team to retrieve statistics for\"),\n}).describe(\"Request model for getting statistics for a team.\");\nexport const PenpotGetTeamStatsOutput: z.ZodTypeAny = z.object({\n files: z.number().int().describe(\"Total number of files in the team\").nullable().optional(),\n members: z.number().int().describe(\"Total number of team members\").nullable().optional(),\n projects: z.number().int().describe(\"Total number of projects in the team\").nullable().optional(),\n}).describe(\"Response model containing team statistics.\");\n\nexport const penpotGetTeamStats = action(\"PENPOT_GET_TEAM_STATS\", {\n slug: \"penpot-get-team-stats\",\n name: \"Get Team Stats\",\n description: \"Tool to retrieve statistics for a specific Penpot team by its ID. Use when you need to get team metrics such as project count, file count, and member count.\",\n input: PenpotGetTeamStatsInput,\n output: PenpotGetTeamStatsOutput,\n});\n"],"mappings":";;AAaA,MAAa,qBAAqB,OAAO,yBAAyB;CAChE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAbmD,EAAE,OAAO,EAC5D,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,EAC9E,CAAC,CAAC,CAAC,SAAS,kDAWH;CACP,QAXoD,EAAE,OAAO;EAC7D,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1F,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvF,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,CAAC,CAAC,CAAC,SAAS,4CAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-team-users.ts
|
|
4
|
+
const PenpotGetTeamUsersInput = zod.z.object({
|
|
5
|
+
fileId: zod.z.string().describe("UUID formatted string identifying the file to get team users for. Either teamId or fileId must be provided.").optional(),
|
|
6
|
+
teamId: zod.z.string().describe("UUID formatted string identifying the team to get users for. Either teamId or fileId must be provided.").optional()
|
|
7
|
+
}).describe("Request schema for getting users in a team by team ID or file ID.");
|
|
8
|
+
const PenpotGetTeamUsers_TeamUserSchema = zod.z.object({
|
|
9
|
+
id: zod.z.string().describe("Unique identifier for the user").nullable().optional(),
|
|
10
|
+
name: zod.z.string().describe("Full name of the user").nullable().optional(),
|
|
11
|
+
role: zod.z.string().describe("Role of the user in the team (e.g., owner, admin, editor, viewer)").nullable().optional(),
|
|
12
|
+
email: zod.z.string().describe("Email address of the user").nullable().optional(),
|
|
13
|
+
"can-edit": zod.z.boolean().describe("Whether this user has edit permissions").nullable().optional(),
|
|
14
|
+
"is-admin": zod.z.boolean().describe("Whether this user has admin privileges").nullable().optional(),
|
|
15
|
+
"is-owner": zod.z.boolean().describe("Whether this user is the owner of the team").nullable().optional(),
|
|
16
|
+
"joined-at": zod.z.string().describe("Timestamp when the user joined the team").nullable().optional(),
|
|
17
|
+
permissions: zod.z.array(zod.z.string()).describe("List of permissions granted to this user").nullable().optional()
|
|
18
|
+
}).describe("Representation of a user in a team.");
|
|
19
|
+
const PenpotGetTeamUsersOutput = zod.z.object({ users: zod.z.array(PenpotGetTeamUsers_TeamUserSchema).describe("Array of user objects in the team").nullable().optional() }).describe("Response schema for getting team users.");
|
|
20
|
+
const penpotGetTeamUsers = require_action.action("PENPOT_GET_TEAM_USERS", {
|
|
21
|
+
slug: "penpot-get-team-users",
|
|
22
|
+
name: "Get Team Users",
|
|
23
|
+
description: "Tool to retrieve users in a team by team ID or file ID. Use when you need to list team members associated with a specific team or file.",
|
|
24
|
+
input: PenpotGetTeamUsersInput,
|
|
25
|
+
output: PenpotGetTeamUsersOutput
|
|
26
|
+
});
|
|
27
|
+
//#endregion
|
|
28
|
+
exports.penpotGetTeamUsers = penpotGetTeamUsers;
|
|
29
|
+
|
|
30
|
+
//# sourceMappingURL=get-team-users.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-team-users.cjs","names":["z","action"],"sources":["../../src/actions/get-team-users.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotGetTeamUsersInput: z.ZodTypeAny = z.object({\n fileId: z.string().describe(\"UUID formatted string identifying the file to get team users for. Either teamId or fileId must be provided.\").optional(),\n teamId: z.string().describe(\"UUID formatted string identifying the team to get users for. Either teamId or fileId must be provided.\").optional(),\n}).describe(\"Request schema for getting users in a team by team ID or file ID.\");\nconst PenpotGetTeamUsers_TeamUserSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the user\").nullable().optional(),\n name: z.string().describe(\"Full name of the user\").nullable().optional(),\n role: z.string().describe(\"Role of the user in the team (e.g., owner, admin, editor, viewer)\").nullable().optional(),\n email: z.string().describe(\"Email address of the user\").nullable().optional(),\n \"can-edit\": z.boolean().describe(\"Whether this user has edit permissions\").nullable().optional(),\n \"is-admin\": z.boolean().describe(\"Whether this user has admin privileges\").nullable().optional(),\n \"is-owner\": z.boolean().describe(\"Whether this user is the owner of the team\").nullable().optional(),\n \"joined-at\": z.string().describe(\"Timestamp when the user joined the team\").nullable().optional(),\n permissions: z.array(z.string()).describe(\"List of permissions granted to this user\").nullable().optional(),\n}).describe(\"Representation of a user in a team.\");\nexport const PenpotGetTeamUsersOutput: z.ZodTypeAny = z.object({\n users: z.array(PenpotGetTeamUsers_TeamUserSchema).describe(\"Array of user objects in the team\").nullable().optional(),\n}).describe(\"Response schema for getting team users.\");\n\nexport const penpotGetTeamUsers = action(\"PENPOT_GET_TEAM_USERS\", {\n slug: \"penpot-get-team-users\",\n name: \"Get Team Users\",\n description: \"Tool to retrieve users in a team by team ID or file ID. Use when you need to list team members associated with a specific team or file.\",\n input: PenpotGetTeamUsersInput,\n output: PenpotGetTeamUsersOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0BAAwCA,IAAAA,EAAE,OAAO;CAC5D,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6GAA6G,CAAC,CAAC,SAAS;CACpJ,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wGAAwG,CAAC,CAAC,SAAS;AACjJ,CAAC,CAAC,CAAC,SAAS,mEAAmE;AAC/E,MAAM,oCAAkDA,IAAAA,EAAE,OAAO;CAC/D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,YAAYA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,YAAYA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,YAAYA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,aAAaA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC5G,CAAC,CAAC,CAAC,SAAS,qCAAqC;AACjD,MAAa,2BAAyCA,IAAAA,EAAE,OAAO,EAC7D,OAAOA,IAAAA,EAAE,MAAM,iCAAiC,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACtH,CAAC,CAAC,CAAC,SAAS,yCAAyC;AAErD,MAAa,qBAAqBC,eAAAA,OAAO,yBAAyB;CAChE,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-team-users.d.ts
|
|
4
|
+
declare const PenpotGetTeamUsersInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotGetTeamUsersOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotGetTeamUsers: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotGetTeamUsers };
|
|
9
|
+
//# sourceMappingURL=get-team-users.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-team-users.d.cts","names":[],"sources":["../../src/actions/get-team-users.ts"],"mappings":";;;cAIa,uBAAA,EAAyB,CAAA,CAAE,UAGwC;AAAA,cAYnE,wBAAA,EAA0B,CAAA,CAAE,UAEa;AAAA,cAEzC,kBAAA,gCAAkB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-team-users.d.ts
|
|
4
|
+
declare const PenpotGetTeamUsersInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotGetTeamUsersOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotGetTeamUsers: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotGetTeamUsers };
|
|
9
|
+
//# sourceMappingURL=get-team-users.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-team-users.d.mts","names":[],"sources":["../../src/actions/get-team-users.ts"],"mappings":";;;cAIa,uBAAA,EAAyB,CAAA,CAAE,UAGwC;AAAA,cAYnE,wBAAA,EAA0B,CAAA,CAAE,UAEa;AAAA,cAEzC,kBAAA,gCAAkB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-team-users.ts
|
|
4
|
+
const PenpotGetTeamUsersInput = z.object({
|
|
5
|
+
fileId: z.string().describe("UUID formatted string identifying the file to get team users for. Either teamId or fileId must be provided.").optional(),
|
|
6
|
+
teamId: z.string().describe("UUID formatted string identifying the team to get users for. Either teamId or fileId must be provided.").optional()
|
|
7
|
+
}).describe("Request schema for getting users in a team by team ID or file ID.");
|
|
8
|
+
const PenpotGetTeamUsers_TeamUserSchema = z.object({
|
|
9
|
+
id: z.string().describe("Unique identifier for the user").nullable().optional(),
|
|
10
|
+
name: z.string().describe("Full name of the user").nullable().optional(),
|
|
11
|
+
role: z.string().describe("Role of the user in the team (e.g., owner, admin, editor, viewer)").nullable().optional(),
|
|
12
|
+
email: z.string().describe("Email address of the user").nullable().optional(),
|
|
13
|
+
"can-edit": z.boolean().describe("Whether this user has edit permissions").nullable().optional(),
|
|
14
|
+
"is-admin": z.boolean().describe("Whether this user has admin privileges").nullable().optional(),
|
|
15
|
+
"is-owner": z.boolean().describe("Whether this user is the owner of the team").nullable().optional(),
|
|
16
|
+
"joined-at": z.string().describe("Timestamp when the user joined the team").nullable().optional(),
|
|
17
|
+
permissions: z.array(z.string()).describe("List of permissions granted to this user").nullable().optional()
|
|
18
|
+
}).describe("Representation of a user in a team.");
|
|
19
|
+
const penpotGetTeamUsers = action("PENPOT_GET_TEAM_USERS", {
|
|
20
|
+
slug: "penpot-get-team-users",
|
|
21
|
+
name: "Get Team Users",
|
|
22
|
+
description: "Tool to retrieve users in a team by team ID or file ID. Use when you need to list team members associated with a specific team or file.",
|
|
23
|
+
input: PenpotGetTeamUsersInput,
|
|
24
|
+
output: z.object({ users: z.array(PenpotGetTeamUsers_TeamUserSchema).describe("Array of user objects in the team").nullable().optional() }).describe("Response schema for getting team users.")
|
|
25
|
+
});
|
|
26
|
+
//#endregion
|
|
27
|
+
export { penpotGetTeamUsers };
|
|
28
|
+
|
|
29
|
+
//# sourceMappingURL=get-team-users.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-team-users.mjs","names":[],"sources":["../../src/actions/get-team-users.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotGetTeamUsersInput: z.ZodTypeAny = z.object({\n fileId: z.string().describe(\"UUID formatted string identifying the file to get team users for. Either teamId or fileId must be provided.\").optional(),\n teamId: z.string().describe(\"UUID formatted string identifying the team to get users for. Either teamId or fileId must be provided.\").optional(),\n}).describe(\"Request schema for getting users in a team by team ID or file ID.\");\nconst PenpotGetTeamUsers_TeamUserSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the user\").nullable().optional(),\n name: z.string().describe(\"Full name of the user\").nullable().optional(),\n role: z.string().describe(\"Role of the user in the team (e.g., owner, admin, editor, viewer)\").nullable().optional(),\n email: z.string().describe(\"Email address of the user\").nullable().optional(),\n \"can-edit\": z.boolean().describe(\"Whether this user has edit permissions\").nullable().optional(),\n \"is-admin\": z.boolean().describe(\"Whether this user has admin privileges\").nullable().optional(),\n \"is-owner\": z.boolean().describe(\"Whether this user is the owner of the team\").nullable().optional(),\n \"joined-at\": z.string().describe(\"Timestamp when the user joined the team\").nullable().optional(),\n permissions: z.array(z.string()).describe(\"List of permissions granted to this user\").nullable().optional(),\n}).describe(\"Representation of a user in a team.\");\nexport const PenpotGetTeamUsersOutput: z.ZodTypeAny = z.object({\n users: z.array(PenpotGetTeamUsers_TeamUserSchema).describe(\"Array of user objects in the team\").nullable().optional(),\n}).describe(\"Response schema for getting team users.\");\n\nexport const penpotGetTeamUsers = action(\"PENPOT_GET_TEAM_USERS\", {\n slug: \"penpot-get-team-users\",\n name: \"Get Team Users\",\n description: \"Tool to retrieve users in a team by team ID or file ID. Use when you need to list team members associated with a specific team or file.\",\n input: PenpotGetTeamUsersInput,\n output: PenpotGetTeamUsersOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0BAAwC,EAAE,OAAO;CAC5D,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,6GAA6G,CAAC,CAAC,SAAS;CACpJ,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,wGAAwG,CAAC,CAAC,SAAS;AACjJ,CAAC,CAAC,CAAC,SAAS,mEAAmE;AAC/E,MAAM,oCAAkD,EAAE,OAAO;CAC/D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,YAAY,EAAE,QAAQ,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,YAAY,EAAE,QAAQ,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,YAAY,EAAE,QAAQ,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,aAAa,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC5G,CAAC,CAAC,CAAC,SAAS,qCAAqC;AAKjD,MAAa,qBAAqB,OAAO,yBAAyB;CAChE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAToD,EAAE,OAAO,EAC7D,OAAO,EAAE,MAAM,iCAAiC,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACtH,CAAC,CAAC,CAAC,SAAS,yCAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-team.ts
|
|
4
|
+
const PenpotGetTeamInput = zod.z.object({ id: zod.z.string().describe("UUID of the team to retrieve") }).describe("Request schema for retrieving a team by ID in Penpot.");
|
|
5
|
+
const PenpotGetTeamOutput = 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.union([zod.z.array(zod.z.string()), zod.z.object({})]).nullable().optional()
|
|
12
|
+
}).describe("Response schema for team details retrieved from Penpot.");
|
|
13
|
+
const penpotGetTeam = require_action.action("PENPOT_GET_TEAM", {
|
|
14
|
+
slug: "penpot-get-team",
|
|
15
|
+
name: "Get Team",
|
|
16
|
+
description: "Tool to retrieve team details by ID. Use when you need to fetch information about a specific team in Penpot.",
|
|
17
|
+
input: PenpotGetTeamInput,
|
|
18
|
+
output: PenpotGetTeamOutput
|
|
19
|
+
});
|
|
20
|
+
//#endregion
|
|
21
|
+
exports.penpotGetTeam = penpotGetTeam;
|
|
22
|
+
|
|
23
|
+
//# sourceMappingURL=get-team.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-team.cjs","names":["z","action"],"sources":["../../src/actions/get-team.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotGetTeamInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the team to retrieve\"),\n}).describe(\"Request schema for retrieving a team by ID in Penpot.\");\nexport const PenpotGetTeamOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the team\").nullable().optional(),\n name: z.string().describe(\"Human-readable name of the team\").nullable().optional(),\n \"created-at\": z.string().describe(\"Timestamp when the team was created\").nullable().optional(),\n \"is-default\": z.boolean().describe(\"Whether this is the default team\").nullable().optional(),\n \"modified-at\": z.string().describe(\"Timestamp when the team was last modified\").nullable().optional(),\n permissions: z.union([z.array(z.string()), z.object({})]).nullable().optional(),\n}).describe(\"Response schema for team details retrieved from Penpot.\");\n\nexport const penpotGetTeam = action(\"PENPOT_GET_TEAM\", {\n slug: \"penpot-get-team\",\n name: \"Get Team\",\n description: \"Tool to retrieve team details by ID. Use when you need to fetch information about a specific team in Penpot.\",\n input: PenpotGetTeamInput,\n output: PenpotGetTeamOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qBAAmCA,IAAAA,EAAE,OAAO,EACvD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,EACxD,CAAC,CAAC,CAAC,SAAS,uDAAuD;AACnE,MAAa,sBAAoCA,IAAAA,EAAE,OAAO;CACxD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7F,cAAcA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,aAAaA,IAAAA,EAAE,MAAM,CAACA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,GAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAChF,CAAC,CAAC,CAAC,SAAS,yDAAyD;AAErE,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-team.d.ts
|
|
4
|
+
declare const PenpotGetTeamInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotGetTeamOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotGetTeam: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotGetTeam };
|
|
9
|
+
//# sourceMappingURL=get-team.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-team.d.cts","names":[],"sources":["../../src/actions/get-team.ts"],"mappings":";;;cAIa,kBAAA,EAAoB,CAAA,CAAE,UAEiC;AAAA,cACvD,mBAAA,EAAqB,CAAA,CAAE,UAOkC;AAAA,cAEzD,aAAA,gCAAa,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|