@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,27 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/update-project-pin.ts
|
|
4
|
+
const PenpotUpdateProjectPinInput = zod.z.object({
|
|
5
|
+
id: zod.z.string().describe("UUID of the project to update"),
|
|
6
|
+
team_id: zod.z.string().describe("UUID of the team that owns the project"),
|
|
7
|
+
is_pinned: zod.z.boolean().describe("Whether the project should be pinned (true) or unpinned (false)")
|
|
8
|
+
}).describe("Request model for updating the pin status of a project in Penpot.");
|
|
9
|
+
const PenpotUpdateProjectPinOutput = zod.z.object({
|
|
10
|
+
id: zod.z.string().describe("UUID of the project").nullable().optional(),
|
|
11
|
+
name: zod.z.string().describe("Name of the project").nullable().optional(),
|
|
12
|
+
team_id: zod.z.string().describe("UUID of the team the project belongs to").nullable().optional(),
|
|
13
|
+
is_pinned: zod.z.boolean().describe("Current pin status of the project").nullable().optional(),
|
|
14
|
+
created_at: zod.z.string().describe("Timestamp when the project was created").nullable().optional(),
|
|
15
|
+
modified_at: zod.z.string().describe("Timestamp when the project was last modified").nullable().optional()
|
|
16
|
+
}).describe("Response model for UpdateProjectPin action.");
|
|
17
|
+
const penpotUpdateProjectPin = require_action.action("PENPOT_UPDATE_PROJECT_PIN", {
|
|
18
|
+
slug: "penpot-update-project-pin",
|
|
19
|
+
name: "Update Project Pin",
|
|
20
|
+
description: "Tool to update the pin status of a project in Penpot. Use when you need to pin or unpin a project for quick access.",
|
|
21
|
+
input: PenpotUpdateProjectPinInput,
|
|
22
|
+
output: PenpotUpdateProjectPinOutput
|
|
23
|
+
});
|
|
24
|
+
//#endregion
|
|
25
|
+
exports.penpotUpdateProjectPin = penpotUpdateProjectPin;
|
|
26
|
+
|
|
27
|
+
//# sourceMappingURL=update-project-pin.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-project-pin.cjs","names":["z","action"],"sources":["../../src/actions/update-project-pin.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotUpdateProjectPinInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the project to update\"),\n team_id: z.string().describe(\"UUID of the team that owns the project\"),\n is_pinned: z.boolean().describe(\"Whether the project should be pinned (true) or unpinned (false)\"),\n}).describe(\"Request model for updating the pin status of a project in Penpot.\");\nexport const PenpotUpdateProjectPinOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the project\").nullable().optional(),\n name: z.string().describe(\"Name of the project\").nullable().optional(),\n team_id: z.string().describe(\"UUID of the team the project belongs to\").nullable().optional(),\n is_pinned: z.boolean().describe(\"Current pin status of the project\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the project was created\").nullable().optional(),\n modified_at: z.string().describe(\"Timestamp when the project was last modified\").nullable().optional(),\n}).describe(\"Response model for UpdateProjectPin action.\");\n\nexport const penpotUpdateProjectPin = action(\"PENPOT_UPDATE_PROJECT_PIN\", {\n slug: \"penpot-update-project-pin\",\n name: \"Update Project Pin\",\n description: \"Tool to update the pin status of a project in Penpot. Use when you need to pin or unpin a project for quick access.\",\n input: PenpotUpdateProjectPinInput,\n output: PenpotUpdateProjectPinOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4CA,IAAAA,EAAE,OAAO;CAChE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;CACvD,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CACrE,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,iEAAiE;AACnG,CAAC,CAAC,CAAC,SAAS,mEAAmE;AAC/E,MAAa,+BAA6CA,IAAAA,EAAE,OAAO;CACjE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvG,CAAC,CAAC,CAAC,SAAS,6CAA6C;AAEzD,MAAa,yBAAyBC,eAAAA,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/update-project-pin.d.ts
|
|
4
|
+
declare const PenpotUpdateProjectPinInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotUpdateProjectPinOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotUpdateProjectPin: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotUpdateProjectPin };
|
|
9
|
+
//# sourceMappingURL=update-project-pin.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-project-pin.d.cts","names":[],"sources":["../../src/actions/update-project-pin.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAIoC;AAAA,cACnE,4BAAA,EAA8B,CAAA,CAAE,UAOa;AAAA,cAE7C,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/update-project-pin.d.ts
|
|
4
|
+
declare const PenpotUpdateProjectPinInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotUpdateProjectPinOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotUpdateProjectPin: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotUpdateProjectPin };
|
|
9
|
+
//# sourceMappingURL=update-project-pin.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-project-pin.d.mts","names":[],"sources":["../../src/actions/update-project-pin.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAIoC;AAAA,cACnE,4BAAA,EAA8B,CAAA,CAAE,UAOa;AAAA,cAE7C,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const penpotUpdateProjectPin = action("PENPOT_UPDATE_PROJECT_PIN", {
|
|
4
|
+
slug: "penpot-update-project-pin",
|
|
5
|
+
name: "Update Project Pin",
|
|
6
|
+
description: "Tool to update the pin status of a project in Penpot. Use when you need to pin or unpin a project for quick access.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
id: z.string().describe("UUID of the project to update"),
|
|
9
|
+
team_id: z.string().describe("UUID of the team that owns the project"),
|
|
10
|
+
is_pinned: z.boolean().describe("Whether the project should be pinned (true) or unpinned (false)")
|
|
11
|
+
}).describe("Request model for updating the pin status of a project in Penpot."),
|
|
12
|
+
output: z.object({
|
|
13
|
+
id: z.string().describe("UUID of the project").nullable().optional(),
|
|
14
|
+
name: z.string().describe("Name of the project").nullable().optional(),
|
|
15
|
+
team_id: z.string().describe("UUID of the team the project belongs to").nullable().optional(),
|
|
16
|
+
is_pinned: z.boolean().describe("Current pin status of the project").nullable().optional(),
|
|
17
|
+
created_at: z.string().describe("Timestamp when the project was created").nullable().optional(),
|
|
18
|
+
modified_at: z.string().describe("Timestamp when the project was last modified").nullable().optional()
|
|
19
|
+
}).describe("Response model for UpdateProjectPin action.")
|
|
20
|
+
});
|
|
21
|
+
//#endregion
|
|
22
|
+
export { penpotUpdateProjectPin };
|
|
23
|
+
|
|
24
|
+
//# sourceMappingURL=update-project-pin.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-project-pin.mjs","names":[],"sources":["../../src/actions/update-project-pin.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotUpdateProjectPinInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the project to update\"),\n team_id: z.string().describe(\"UUID of the team that owns the project\"),\n is_pinned: z.boolean().describe(\"Whether the project should be pinned (true) or unpinned (false)\"),\n}).describe(\"Request model for updating the pin status of a project in Penpot.\");\nexport const PenpotUpdateProjectPinOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the project\").nullable().optional(),\n name: z.string().describe(\"Name of the project\").nullable().optional(),\n team_id: z.string().describe(\"UUID of the team the project belongs to\").nullable().optional(),\n is_pinned: z.boolean().describe(\"Current pin status of the project\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the project was created\").nullable().optional(),\n modified_at: z.string().describe(\"Timestamp when the project was last modified\").nullable().optional(),\n}).describe(\"Response model for UpdateProjectPin action.\");\n\nexport const penpotUpdateProjectPin = action(\"PENPOT_UPDATE_PROJECT_PIN\", {\n slug: \"penpot-update-project-pin\",\n name: \"Update Project Pin\",\n description: \"Tool to update the pin status of a project in Penpot. Use when you need to pin or unpin a project for quick access.\",\n input: PenpotUpdateProjectPinInput,\n output: PenpotUpdateProjectPinOutput,\n});\n"],"mappings":";;AAkBA,MAAa,yBAAyB,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAlBuD,EAAE,OAAO;EAChE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;EACvD,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;EACrE,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,iEAAiE;CACnG,CAAC,CAAC,CAAC,SAAS,mEAcH;CACP,QAdwD,EAAE,OAAO;EACjE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC5F,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9F,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,CAAC,CAAC,CAAC,SAAS,6CAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/update-team-invitation-role.ts
|
|
4
|
+
const PenpotUpdateTeamInvitationRoleInput = zod.z.object({
|
|
5
|
+
role: zod.z.enum([
|
|
6
|
+
"viewer",
|
|
7
|
+
"admin",
|
|
8
|
+
"editor",
|
|
9
|
+
"owner"
|
|
10
|
+
]).describe("New role to assign to the pending invitation"),
|
|
11
|
+
email: zod.z.string().describe("Email address of the pending invitation to update"),
|
|
12
|
+
team_id: zod.z.string().describe("The team identifier (UUID) for which to update the invitation role")
|
|
13
|
+
});
|
|
14
|
+
const PenpotUpdateTeamInvitationRoleOutput = zod.z.object({ success: zod.z.boolean().default(true).describe("Indicates whether the invitation role was updated successfully").nullable().optional() });
|
|
15
|
+
const penpotUpdateTeamInvitationRole = require_action.action("PENPOT_UPDATE_TEAM_INVITATION_ROLE", {
|
|
16
|
+
slug: "penpot-update-team-invitation-role",
|
|
17
|
+
name: "Update Team Invitation Role",
|
|
18
|
+
description: "Tool to update the role of a pending team invitation in Penpot. Use when you need to change the role of an invitation that hasn't been accepted yet.",
|
|
19
|
+
input: PenpotUpdateTeamInvitationRoleInput,
|
|
20
|
+
output: PenpotUpdateTeamInvitationRoleOutput
|
|
21
|
+
});
|
|
22
|
+
//#endregion
|
|
23
|
+
exports.penpotUpdateTeamInvitationRole = penpotUpdateTeamInvitationRole;
|
|
24
|
+
|
|
25
|
+
//# sourceMappingURL=update-team-invitation-role.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-team-invitation-role.cjs","names":["z","action"],"sources":["../../src/actions/update-team-invitation-role.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotUpdateTeamInvitationRoleInput: z.ZodTypeAny = z.object({\n role: z.enum([\"viewer\", \"admin\", \"editor\", \"owner\"]).describe(\"New role to assign to the pending invitation\"),\n email: z.string().describe(\"Email address of the pending invitation to update\"),\n team_id: z.string().describe(\"The team identifier (UUID) for which to update the invitation role\"),\n});\nexport const PenpotUpdateTeamInvitationRoleOutput: z.ZodTypeAny = z.object({\n success: z.boolean().default(true).describe(\"Indicates whether the invitation role was updated successfully\").nullable().optional(),\n});\n\nexport const penpotUpdateTeamInvitationRole = action(\"PENPOT_UPDATE_TEAM_INVITATION_ROLE\", {\n slug: \"penpot-update-team-invitation-role\",\n name: \"Update Team Invitation Role\",\n description: \"Tool to update the role of a pending team invitation in Penpot. Use when you need to change the role of an invitation that hasn't been accepted yet.\",\n input: PenpotUpdateTeamInvitationRoleInput,\n output: PenpotUpdateTeamInvitationRoleOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sCAAoDA,IAAAA,EAAE,OAAO;CACxE,MAAMA,IAAAA,EAAE,KAAK;EAAC;EAAU;EAAS;EAAU;CAAO,CAAC,CAAC,CAAC,SAAS,8CAA8C;CAC5G,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;CAC9E,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE;AACnG,CAAC;AACD,MAAa,uCAAqDA,IAAAA,EAAE,OAAO,EACzE,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACpI,CAAC;AAED,MAAa,iCAAiCC,eAAAA,OAAO,sCAAsC;CACzF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/update-team-invitation-role.d.ts
|
|
4
|
+
declare const PenpotUpdateTeamInvitationRoleInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotUpdateTeamInvitationRoleOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotUpdateTeamInvitationRole: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotUpdateTeamInvitationRole };
|
|
9
|
+
//# sourceMappingURL=update-team-invitation-role.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-team-invitation-role.d.cts","names":[],"sources":["../../src/actions/update-team-invitation-role.ts"],"mappings":";;;cAIa,mCAAA,EAAqC,CAAA,CAAE,UAIlD;AAAA,cACW,oCAAA,EAAsC,CAAA,CAAE,UAEnD;AAAA,cAEW,8BAAA,gCAA8B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/update-team-invitation-role.d.ts
|
|
4
|
+
declare const PenpotUpdateTeamInvitationRoleInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotUpdateTeamInvitationRoleOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotUpdateTeamInvitationRole: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotUpdateTeamInvitationRole };
|
|
9
|
+
//# sourceMappingURL=update-team-invitation-role.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-team-invitation-role.d.mts","names":[],"sources":["../../src/actions/update-team-invitation-role.ts"],"mappings":";;;cAIa,mCAAA,EAAqC,CAAA,CAAE,UAIlD;AAAA,cACW,oCAAA,EAAsC,CAAA,CAAE,UAEnD;AAAA,cAEW,8BAAA,gCAA8B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const penpotUpdateTeamInvitationRole = action("PENPOT_UPDATE_TEAM_INVITATION_ROLE", {
|
|
4
|
+
slug: "penpot-update-team-invitation-role",
|
|
5
|
+
name: "Update Team Invitation Role",
|
|
6
|
+
description: "Tool to update the role of a pending team invitation in Penpot. Use when you need to change the role of an invitation that hasn't been accepted yet.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
role: z.enum([
|
|
9
|
+
"viewer",
|
|
10
|
+
"admin",
|
|
11
|
+
"editor",
|
|
12
|
+
"owner"
|
|
13
|
+
]).describe("New role to assign to the pending invitation"),
|
|
14
|
+
email: z.string().describe("Email address of the pending invitation to update"),
|
|
15
|
+
team_id: z.string().describe("The team identifier (UUID) for which to update the invitation role")
|
|
16
|
+
}),
|
|
17
|
+
output: z.object({ success: z.boolean().default(true).describe("Indicates whether the invitation role was updated successfully").nullable().optional() })
|
|
18
|
+
});
|
|
19
|
+
//#endregion
|
|
20
|
+
export { penpotUpdateTeamInvitationRole };
|
|
21
|
+
|
|
22
|
+
//# sourceMappingURL=update-team-invitation-role.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-team-invitation-role.mjs","names":[],"sources":["../../src/actions/update-team-invitation-role.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotUpdateTeamInvitationRoleInput: z.ZodTypeAny = z.object({\n role: z.enum([\"viewer\", \"admin\", \"editor\", \"owner\"]).describe(\"New role to assign to the pending invitation\"),\n email: z.string().describe(\"Email address of the pending invitation to update\"),\n team_id: z.string().describe(\"The team identifier (UUID) for which to update the invitation role\"),\n});\nexport const PenpotUpdateTeamInvitationRoleOutput: z.ZodTypeAny = z.object({\n success: z.boolean().default(true).describe(\"Indicates whether the invitation role was updated successfully\").nullable().optional(),\n});\n\nexport const penpotUpdateTeamInvitationRole = action(\"PENPOT_UPDATE_TEAM_INVITATION_ROLE\", {\n slug: \"penpot-update-team-invitation-role\",\n name: \"Update Team Invitation Role\",\n description: \"Tool to update the role of a pending team invitation in Penpot. Use when you need to change the role of an invitation that hasn't been accepted yet.\",\n input: PenpotUpdateTeamInvitationRoleInput,\n output: PenpotUpdateTeamInvitationRoleOutput,\n});\n"],"mappings":";;AAaA,MAAa,iCAAiC,OAAO,sCAAsC;CACzF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAb+D,EAAE,OAAO;EACxE,MAAM,EAAE,KAAK;GAAC;GAAU;GAAS;GAAU;EAAO,CAAC,CAAC,CAAC,SAAS,8CAA8C;EAC5G,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;EAC9E,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE;CACnG,CASS;CACP,QATgE,EAAE,OAAO,EACzE,SAAS,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACpI,CAOU;AACV,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/update-team.ts
|
|
4
|
+
const PenpotUpdateTeamInput = zod.z.object({
|
|
5
|
+
id: zod.z.string().describe("UUID of the team to update"),
|
|
6
|
+
name: zod.z.string().describe("Updated name for the team (maximum 250 characters)")
|
|
7
|
+
}).describe("Request schema for updating team settings in Penpot.");
|
|
8
|
+
const PenpotUpdateTeamOutput = zod.z.object({
|
|
9
|
+
id: zod.z.string().describe("UUID of the updated team").nullable().optional(),
|
|
10
|
+
name: zod.z.string().describe("Name of the updated team").nullable().optional(),
|
|
11
|
+
"created-at": zod.z.string().describe("Timestamp when the team was created").nullable().optional(),
|
|
12
|
+
"is-default": zod.z.boolean().describe("Whether this is the default team").nullable().optional(),
|
|
13
|
+
"modified-at": zod.z.string().describe("Timestamp when the team was last modified").nullable().optional(),
|
|
14
|
+
permissions: zod.z.array(zod.z.string()).describe("List of permissions for the current user on this team").nullable().optional()
|
|
15
|
+
}).describe("Response schema after updating a team in Penpot.");
|
|
16
|
+
const penpotUpdateTeam = require_action.action("PENPOT_UPDATE_TEAM", {
|
|
17
|
+
slug: "penpot-update-team",
|
|
18
|
+
name: "Update Team",
|
|
19
|
+
description: "Tool to update team settings in Penpot. Use when you need to modify team name or other team properties.",
|
|
20
|
+
input: PenpotUpdateTeamInput,
|
|
21
|
+
output: PenpotUpdateTeamOutput
|
|
22
|
+
});
|
|
23
|
+
//#endregion
|
|
24
|
+
exports.penpotUpdateTeam = penpotUpdateTeam;
|
|
25
|
+
|
|
26
|
+
//# sourceMappingURL=update-team.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-team.cjs","names":["z","action"],"sources":["../../src/actions/update-team.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotUpdateTeamInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the team to update\"),\n name: z.string().describe(\"Updated name for the team (maximum 250 characters)\"),\n}).describe(\"Request schema for updating team settings in Penpot.\");\nexport const PenpotUpdateTeamOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the updated team\").nullable().optional(),\n name: z.string().describe(\"Name of the updated 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 schema after updating a team in Penpot.\");\n\nexport const penpotUpdateTeam = action(\"PENPOT_UPDATE_TEAM\", {\n slug: \"penpot-update-team\",\n name: \"Update Team\",\n description: \"Tool to update team settings in Penpot. Use when you need to modify team name or other team properties.\",\n input: PenpotUpdateTeamInput,\n output: PenpotUpdateTeamOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wBAAsCA,IAAAA,EAAE,OAAO;CAC1D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;CACpD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;AAChF,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAClE,MAAa,yBAAuCA,IAAAA,EAAE,OAAO;CAC3D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1E,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,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACzH,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAE9D,MAAa,mBAAmBC,eAAAA,OAAO,sBAAsB;CAC3D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/update-team.d.ts
|
|
4
|
+
declare const PenpotUpdateTeamInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotUpdateTeamOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotUpdateTeam: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotUpdateTeam };
|
|
9
|
+
//# sourceMappingURL=update-team.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-team.d.cts","names":[],"sources":["../../src/actions/update-team.ts"],"mappings":";;;cAIa,qBAAA,EAAuB,CAAA,CAAE,UAG6B;AAAA,cACtD,sBAAA,EAAwB,CAAA,CAAE,UAOwB;AAAA,cAElD,gBAAA,gCAAgB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/update-team.d.ts
|
|
4
|
+
declare const PenpotUpdateTeamInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotUpdateTeamOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotUpdateTeam: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotUpdateTeam };
|
|
9
|
+
//# sourceMappingURL=update-team.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-team.d.mts","names":[],"sources":["../../src/actions/update-team.ts"],"mappings":";;;cAIa,qBAAA,EAAuB,CAAA,CAAE,UAG6B;AAAA,cACtD,sBAAA,EAAwB,CAAA,CAAE,UAOwB;AAAA,cAElD,gBAAA,gCAAgB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const penpotUpdateTeam = action("PENPOT_UPDATE_TEAM", {
|
|
4
|
+
slug: "penpot-update-team",
|
|
5
|
+
name: "Update Team",
|
|
6
|
+
description: "Tool to update team settings in Penpot. Use when you need to modify team name or other team properties.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
id: z.string().describe("UUID of the team to update"),
|
|
9
|
+
name: z.string().describe("Updated name for the team (maximum 250 characters)")
|
|
10
|
+
}).describe("Request schema for updating team settings in Penpot."),
|
|
11
|
+
output: z.object({
|
|
12
|
+
id: z.string().describe("UUID of the updated team").nullable().optional(),
|
|
13
|
+
name: z.string().describe("Name of the updated team").nullable().optional(),
|
|
14
|
+
"created-at": z.string().describe("Timestamp when the team was created").nullable().optional(),
|
|
15
|
+
"is-default": z.boolean().describe("Whether this is the default team").nullable().optional(),
|
|
16
|
+
"modified-at": z.string().describe("Timestamp when the team was last modified").nullable().optional(),
|
|
17
|
+
permissions: z.array(z.string()).describe("List of permissions for the current user on this team").nullable().optional()
|
|
18
|
+
}).describe("Response schema after updating a team in Penpot.")
|
|
19
|
+
});
|
|
20
|
+
//#endregion
|
|
21
|
+
export { penpotUpdateTeam };
|
|
22
|
+
|
|
23
|
+
//# sourceMappingURL=update-team.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-team.mjs","names":[],"sources":["../../src/actions/update-team.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotUpdateTeamInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the team to update\"),\n name: z.string().describe(\"Updated name for the team (maximum 250 characters)\"),\n}).describe(\"Request schema for updating team settings in Penpot.\");\nexport const PenpotUpdateTeamOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the updated team\").nullable().optional(),\n name: z.string().describe(\"Name of the updated 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 schema after updating a team in Penpot.\");\n\nexport const penpotUpdateTeam = action(\"PENPOT_UPDATE_TEAM\", {\n slug: \"penpot-update-team\",\n name: \"Update Team\",\n description: \"Tool to update team settings in Penpot. Use when you need to modify team name or other team properties.\",\n input: PenpotUpdateTeamInput,\n output: PenpotUpdateTeamOutput,\n});\n"],"mappings":";;AAiBA,MAAa,mBAAmB,OAAO,sBAAsB;CAC3D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAjBiD,EAAE,OAAO;EAC1D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;EACpD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;CAChF,CAAC,CAAC,CAAC,SAAS,sDAcH;CACP,QAdkD,EAAE,OAAO;EAC3D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1E,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,kDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/update-webhook.ts
|
|
4
|
+
const PenpotUpdateWebhookInput = zod.z.object({
|
|
5
|
+
id: zod.z.string().describe("UUID of the webhook to update"),
|
|
6
|
+
uri: zod.z.string().describe("Webhook URI endpoint that will receive event notifications"),
|
|
7
|
+
mtype: zod.z.enum(["application/json", "application/transit+json"]).describe("MIME type for webhook payload format"),
|
|
8
|
+
is_active: zod.z.boolean().describe("Whether the webhook should be active or inactive")
|
|
9
|
+
}).describe("Request model for updating a webhook configuration in Penpot.");
|
|
10
|
+
const PenpotUpdateWebhookOutput = zod.z.object({
|
|
11
|
+
id: zod.z.string().describe("UUID of the updated webhook").nullable().optional(),
|
|
12
|
+
uri: zod.z.string().describe("Webhook URI endpoint").nullable().optional(),
|
|
13
|
+
mtype: zod.z.string().describe("MIME type of the webhook payload format").nullable().optional(),
|
|
14
|
+
team_id: zod.z.string().describe("UUID of the team the webhook belongs to").nullable().optional(),
|
|
15
|
+
is_active: zod.z.boolean().describe("Whether the webhook is currently active").nullable().optional()
|
|
16
|
+
}).describe("Response model after updating a webhook.");
|
|
17
|
+
const penpotUpdateWebhook = require_action.action("PENPOT_UPDATE_WEBHOOK", {
|
|
18
|
+
slug: "penpot-update-webhook",
|
|
19
|
+
name: "Update Webhook",
|
|
20
|
+
description: "Tool to update an existing webhook configuration. Use when you need to modify the URI, MIME type, or active status of a webhook.",
|
|
21
|
+
input: PenpotUpdateWebhookInput,
|
|
22
|
+
output: PenpotUpdateWebhookOutput
|
|
23
|
+
});
|
|
24
|
+
//#endregion
|
|
25
|
+
exports.penpotUpdateWebhook = penpotUpdateWebhook;
|
|
26
|
+
|
|
27
|
+
//# sourceMappingURL=update-webhook.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-webhook.cjs","names":["z","action"],"sources":["../../src/actions/update-webhook.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotUpdateWebhookInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the webhook to update\"),\n uri: z.string().describe(\"Webhook URI endpoint that will receive event notifications\"),\n mtype: z.enum([\"application/json\", \"application/transit+json\"]).describe(\"MIME type for webhook payload format\"),\n is_active: z.boolean().describe(\"Whether the webhook should be active or inactive\"),\n}).describe(\"Request model for updating a webhook configuration in Penpot.\");\nexport const PenpotUpdateWebhookOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the updated webhook\").nullable().optional(),\n uri: z.string().describe(\"Webhook URI endpoint\").nullable().optional(),\n mtype: z.string().describe(\"MIME type of the webhook payload format\").nullable().optional(),\n team_id: z.string().describe(\"UUID of the team the webhook belongs to\").nullable().optional(),\n is_active: z.boolean().describe(\"Whether the webhook is currently active\").nullable().optional(),\n}).describe(\"Response model after updating a webhook.\");\n\nexport const penpotUpdateWebhook = action(\"PENPOT_UPDATE_WEBHOOK\", {\n slug: \"penpot-update-webhook\",\n name: \"Update Webhook\",\n description: \"Tool to update an existing webhook configuration. Use when you need to modify the URI, MIME type, or active status of a webhook.\",\n input: PenpotUpdateWebhookInput,\n output: PenpotUpdateWebhookOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAAyCA,IAAAA,EAAE,OAAO;CAC7D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;CACvD,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;CACrF,OAAOA,IAAAA,EAAE,KAAK,CAAC,oBAAoB,0BAA0B,CAAC,CAAC,CAAC,SAAS,sCAAsC;CAC/G,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,kDAAkD;AACpF,CAAC,CAAC,CAAC,SAAS,+DAA+D;AAC3E,MAAa,4BAA0CA,IAAAA,EAAE,OAAO;CAC9D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3E,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjG,CAAC,CAAC,CAAC,SAAS,0CAA0C;AAEtD,MAAa,sBAAsBC,eAAAA,OAAO,yBAAyB;CACjE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/update-webhook.d.ts
|
|
4
|
+
declare const PenpotUpdateWebhookInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotUpdateWebhookOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotUpdateWebhook: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotUpdateWebhook };
|
|
9
|
+
//# sourceMappingURL=update-webhook.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-webhook.d.cts","names":[],"sources":["../../src/actions/update-webhook.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAKmC;AAAA,cAC/D,yBAAA,EAA2B,CAAA,CAAE,UAMa;AAAA,cAE1C,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/update-webhook.d.ts
|
|
4
|
+
declare const PenpotUpdateWebhookInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotUpdateWebhookOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotUpdateWebhook: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotUpdateWebhook };
|
|
9
|
+
//# sourceMappingURL=update-webhook.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-webhook.d.mts","names":[],"sources":["../../src/actions/update-webhook.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAKmC;AAAA,cAC/D,yBAAA,EAA2B,CAAA,CAAE,UAMa;AAAA,cAE1C,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const penpotUpdateWebhook = action("PENPOT_UPDATE_WEBHOOK", {
|
|
4
|
+
slug: "penpot-update-webhook",
|
|
5
|
+
name: "Update Webhook",
|
|
6
|
+
description: "Tool to update an existing webhook configuration. Use when you need to modify the URI, MIME type, or active status of a webhook.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
id: z.string().describe("UUID of the webhook to update"),
|
|
9
|
+
uri: z.string().describe("Webhook URI endpoint that will receive event notifications"),
|
|
10
|
+
mtype: z.enum(["application/json", "application/transit+json"]).describe("MIME type for webhook payload format"),
|
|
11
|
+
is_active: z.boolean().describe("Whether the webhook should be active or inactive")
|
|
12
|
+
}).describe("Request model for updating a webhook configuration in Penpot."),
|
|
13
|
+
output: z.object({
|
|
14
|
+
id: z.string().describe("UUID of the updated webhook").nullable().optional(),
|
|
15
|
+
uri: z.string().describe("Webhook URI endpoint").nullable().optional(),
|
|
16
|
+
mtype: z.string().describe("MIME type of the webhook payload format").nullable().optional(),
|
|
17
|
+
team_id: z.string().describe("UUID of the team the webhook belongs to").nullable().optional(),
|
|
18
|
+
is_active: z.boolean().describe("Whether the webhook is currently active").nullable().optional()
|
|
19
|
+
}).describe("Response model after updating a webhook.")
|
|
20
|
+
});
|
|
21
|
+
//#endregion
|
|
22
|
+
export { penpotUpdateWebhook };
|
|
23
|
+
|
|
24
|
+
//# sourceMappingURL=update-webhook.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-webhook.mjs","names":[],"sources":["../../src/actions/update-webhook.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotUpdateWebhookInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the webhook to update\"),\n uri: z.string().describe(\"Webhook URI endpoint that will receive event notifications\"),\n mtype: z.enum([\"application/json\", \"application/transit+json\"]).describe(\"MIME type for webhook payload format\"),\n is_active: z.boolean().describe(\"Whether the webhook should be active or inactive\"),\n}).describe(\"Request model for updating a webhook configuration in Penpot.\");\nexport const PenpotUpdateWebhookOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the updated webhook\").nullable().optional(),\n uri: z.string().describe(\"Webhook URI endpoint\").nullable().optional(),\n mtype: z.string().describe(\"MIME type of the webhook payload format\").nullable().optional(),\n team_id: z.string().describe(\"UUID of the team the webhook belongs to\").nullable().optional(),\n is_active: z.boolean().describe(\"Whether the webhook is currently active\").nullable().optional(),\n}).describe(\"Response model after updating a webhook.\");\n\nexport const penpotUpdateWebhook = action(\"PENPOT_UPDATE_WEBHOOK\", {\n slug: \"penpot-update-webhook\",\n name: \"Update Webhook\",\n description: \"Tool to update an existing webhook configuration. Use when you need to modify the URI, MIME type, or active status of a webhook.\",\n input: PenpotUpdateWebhookInput,\n output: PenpotUpdateWebhookOutput,\n});\n"],"mappings":";;AAkBA,MAAa,sBAAsB,OAAO,yBAAyB;CACjE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAlBoD,EAAE,OAAO;EAC7D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;EACvD,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;EACrF,OAAO,EAAE,KAAK,CAAC,oBAAoB,0BAA0B,CAAC,CAAC,CAAC,SAAS,sCAAsC;EAC/G,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,kDAAkD;CACpF,CAAC,CAAC,CAAC,SAAS,+DAaH;CACP,QAbqD,EAAE,OAAO;EAC9D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3E,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1F,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC5F,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,CAAC,CAAC,CAAC,SAAS,0CAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/verify-token.ts
|
|
4
|
+
const PenpotVerifyTokenInput = zod.z.object({ token: zod.z.string().describe("Authentication or registration token to verify. This can be a verification token from registration, email change, or other authentication flows. Maximum length of 5000 characters.") }).describe("Request model for verifying an authentication or registration token.");
|
|
5
|
+
const PenpotVerifyTokenOutput = zod.z.object({
|
|
6
|
+
email: zod.z.string().describe("Email address associated with the token, if applicable").nullable().optional(),
|
|
7
|
+
valid: zod.z.boolean().describe("Whether the token is valid").nullable().optional(),
|
|
8
|
+
message: zod.z.string().describe("Message about the verification result").nullable().optional(),
|
|
9
|
+
success: zod.z.boolean().describe("Whether the token verification was successful").nullable().optional(),
|
|
10
|
+
user_id: zod.z.string().describe("ID of the user associated with the token, if applicable").nullable().optional(),
|
|
11
|
+
token_type: zod.z.string().describe("Type of token being verified (e.g., registration, email_change, authentication)").nullable().optional()
|
|
12
|
+
}).describe("Response model for token verification.");
|
|
13
|
+
const penpotVerifyToken = require_action.action("PENPOT_VERIFY_TOKEN", {
|
|
14
|
+
slug: "penpot-verify-token",
|
|
15
|
+
name: "Verify Token",
|
|
16
|
+
description: "Tool to verify an authentication or registration token in Penpot. Use when you need to validate a token received from registration, email verification, or other authentication flows.",
|
|
17
|
+
input: PenpotVerifyTokenInput,
|
|
18
|
+
output: PenpotVerifyTokenOutput
|
|
19
|
+
});
|
|
20
|
+
//#endregion
|
|
21
|
+
exports.penpotVerifyToken = penpotVerifyToken;
|
|
22
|
+
|
|
23
|
+
//# sourceMappingURL=verify-token.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"verify-token.cjs","names":["z","action"],"sources":["../../src/actions/verify-token.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotVerifyTokenInput: z.ZodTypeAny = z.object({\n token: z.string().describe(\"Authentication or registration token to verify. This can be a verification token from registration, email change, or other authentication flows. Maximum length of 5000 characters.\"),\n}).describe(\"Request model for verifying an authentication or registration token.\");\nexport const PenpotVerifyTokenOutput: z.ZodTypeAny = z.object({\n email: z.string().describe(\"Email address associated with the token, if applicable\").nullable().optional(),\n valid: z.boolean().describe(\"Whether the token is valid\").nullable().optional(),\n message: z.string().describe(\"Message about the verification result\").nullable().optional(),\n success: z.boolean().describe(\"Whether the token verification was successful\").nullable().optional(),\n user_id: z.string().describe(\"ID of the user associated with the token, if applicable\").nullable().optional(),\n token_type: z.string().describe(\"Type of token being verified (e.g., registration, email_change, authentication)\").nullable().optional(),\n}).describe(\"Response model for token verification.\");\n\nexport const penpotVerifyToken = action(\"PENPOT_VERIFY_TOKEN\", {\n slug: \"penpot-verify-token\",\n name: \"Verify Token\",\n description: \"Tool to verify an authentication or registration token in Penpot. Use when you need to validate a token received from registration, email verification, or other authentication flows.\",\n input: PenpotVerifyTokenInput,\n output: PenpotVerifyTokenOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yBAAuCA,IAAAA,EAAE,OAAO,EAC3D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qLAAqL,EAClN,CAAC,CAAC,CAAC,SAAS,sEAAsE;AAClF,MAAa,0BAAwCA,IAAAA,EAAE,OAAO;CAC5D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,OAAOA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5G,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iFAAiF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACzI,CAAC,CAAC,CAAC,SAAS,wCAAwC;AAEpD,MAAa,oBAAoBC,eAAAA,OAAO,uBAAuB;CAC7D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/verify-token.d.ts
|
|
4
|
+
declare const PenpotVerifyTokenInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotVerifyTokenOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotVerifyToken: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotVerifyToken };
|
|
9
|
+
//# sourceMappingURL=verify-token.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"verify-token.d.cts","names":[],"sources":["../../src/actions/verify-token.ts"],"mappings":";;;cAIa,sBAAA,EAAwB,CAAA,CAAE,UAE4C;AAAA,cACtE,uBAAA,EAAyB,CAAA,CAAE,UAOa;AAAA,cAExC,iBAAA,gCAAiB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/verify-token.d.ts
|
|
4
|
+
declare const PenpotVerifyTokenInput: z.ZodTypeAny;
|
|
5
|
+
declare const PenpotVerifyTokenOutput: z.ZodTypeAny;
|
|
6
|
+
declare const penpotVerifyToken: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { penpotVerifyToken };
|
|
9
|
+
//# sourceMappingURL=verify-token.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"verify-token.d.mts","names":[],"sources":["../../src/actions/verify-token.ts"],"mappings":";;;cAIa,sBAAA,EAAwB,CAAA,CAAE,UAE4C;AAAA,cACtE,uBAAA,EAAyB,CAAA,CAAE,UAOa;AAAA,cAExC,iBAAA,gCAAiB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const penpotVerifyToken = action("PENPOT_VERIFY_TOKEN", {
|
|
4
|
+
slug: "penpot-verify-token",
|
|
5
|
+
name: "Verify Token",
|
|
6
|
+
description: "Tool to verify an authentication or registration token in Penpot. Use when you need to validate a token received from registration, email verification, or other authentication flows.",
|
|
7
|
+
input: z.object({ token: z.string().describe("Authentication or registration token to verify. This can be a verification token from registration, email change, or other authentication flows. Maximum length of 5000 characters.") }).describe("Request model for verifying an authentication or registration token."),
|
|
8
|
+
output: z.object({
|
|
9
|
+
email: z.string().describe("Email address associated with the token, if applicable").nullable().optional(),
|
|
10
|
+
valid: z.boolean().describe("Whether the token is valid").nullable().optional(),
|
|
11
|
+
message: z.string().describe("Message about the verification result").nullable().optional(),
|
|
12
|
+
success: z.boolean().describe("Whether the token verification was successful").nullable().optional(),
|
|
13
|
+
user_id: z.string().describe("ID of the user associated with the token, if applicable").nullable().optional(),
|
|
14
|
+
token_type: z.string().describe("Type of token being verified (e.g., registration, email_change, authentication)").nullable().optional()
|
|
15
|
+
}).describe("Response model for token verification.")
|
|
16
|
+
});
|
|
17
|
+
//#endregion
|
|
18
|
+
export { penpotVerifyToken };
|
|
19
|
+
|
|
20
|
+
//# sourceMappingURL=verify-token.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"verify-token.mjs","names":[],"sources":["../../src/actions/verify-token.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PenpotVerifyTokenInput: z.ZodTypeAny = z.object({\n token: z.string().describe(\"Authentication or registration token to verify. This can be a verification token from registration, email change, or other authentication flows. Maximum length of 5000 characters.\"),\n}).describe(\"Request model for verifying an authentication or registration token.\");\nexport const PenpotVerifyTokenOutput: z.ZodTypeAny = z.object({\n email: z.string().describe(\"Email address associated with the token, if applicable\").nullable().optional(),\n valid: z.boolean().describe(\"Whether the token is valid\").nullable().optional(),\n message: z.string().describe(\"Message about the verification result\").nullable().optional(),\n success: z.boolean().describe(\"Whether the token verification was successful\").nullable().optional(),\n user_id: z.string().describe(\"ID of the user associated with the token, if applicable\").nullable().optional(),\n token_type: z.string().describe(\"Type of token being verified (e.g., registration, email_change, authentication)\").nullable().optional(),\n}).describe(\"Response model for token verification.\");\n\nexport const penpotVerifyToken = action(\"PENPOT_VERIFY_TOKEN\", {\n slug: \"penpot-verify-token\",\n name: \"Verify Token\",\n description: \"Tool to verify an authentication or registration token in Penpot. Use when you need to validate a token received from registration, email verification, or other authentication flows.\",\n input: PenpotVerifyTokenInput,\n output: PenpotVerifyTokenOutput,\n});\n"],"mappings":";;AAgBA,MAAa,oBAAoB,OAAO,uBAAuB;CAC7D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAhBkD,EAAE,OAAO,EAC3D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,qLAAqL,EAClN,CAAC,CAAC,CAAC,SAAS,sEAcH;CACP,QAdmD,EAAE,OAAO;EAC5D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzG,OAAO,EAAE,QAAQ,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9E,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1F,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnG,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC5G,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,iFAAiF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzI,CAAC,CAAC,CAAC,SAAS,wCAOF;AACV,CAAC"}
|
package/dist/app.cjs
ADDED
package/dist/app.cjs.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.cjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const penpot = defineApp({\n slug: \"penpot\",\n auth: \"keystroke\",\n});\n"],"mappings":";AAEA,MAAa,UAAA,uCAAA,CAAA,CAAA,UAAA,CAAmB;CAC9B,MAAM;CACN,MAAM;AACR,CAAC"}
|
package/dist/app.d.cts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,MAAA,6BAAM,GAAA,+BAAA,UAAA"}
|
package/dist/app.d.mts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,MAAA,6BAAM,GAAA,+BAAA,UAAA"}
|
package/dist/app.mjs
ADDED
package/dist/app.mjs.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const penpot = defineApp({\n slug: \"penpot\",\n auth: \"keystroke\",\n});\n"],"mappings":";;AAEA,MAAa,SAAS,UAAU;CAC9B,MAAM;CACN,MAAM;AACR,CAAC"}
|
package/dist/catalog.cjs
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
//#region src/catalog.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
const penpotCatalog = {
|
|
4
|
+
"slug": "penpot",
|
|
5
|
+
"name": "Penpot",
|
|
6
|
+
"description": "Open-source design and prototyping platform for collaborative design workflows",
|
|
7
|
+
"category": "Images & Design",
|
|
8
|
+
"logo": "https://logos.composio.dev/api/penpot",
|
|
9
|
+
"authKind": "keystroke",
|
|
10
|
+
"oauthScopes": []
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
exports.penpotCatalog = penpotCatalog;
|
|
14
|
+
|
|
15
|
+
//# sourceMappingURL=catalog.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const penpotCatalog = {\n \"slug\": \"penpot\",\n \"name\": \"Penpot\",\n \"description\": \"Open-source design and prototyping platform for collaborative design workflows\",\n \"category\": \"Images & Design\",\n \"logo\": \"https://logos.composio.dev/api/penpot\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,gBAAgB;CAC3B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;AAClB"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
//#region src/catalog.d.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
declare const penpotCatalog: {
|
|
4
|
+
readonly slug: "penpot";
|
|
5
|
+
readonly name: "Penpot";
|
|
6
|
+
readonly description: "Open-source design and prototyping platform for collaborative design workflows";
|
|
7
|
+
readonly category: "Images & Design";
|
|
8
|
+
readonly logo: "https://logos.composio.dev/api/penpot";
|
|
9
|
+
readonly authKind: "keystroke";
|
|
10
|
+
readonly oauthScopes: readonly [];
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { penpotCatalog };
|
|
14
|
+
//# sourceMappingURL=catalog.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.d.cts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,aAAA;EAAA"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
//#region src/catalog.d.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
declare const penpotCatalog: {
|
|
4
|
+
readonly slug: "penpot";
|
|
5
|
+
readonly name: "Penpot";
|
|
6
|
+
readonly description: "Open-source design and prototyping platform for collaborative design workflows";
|
|
7
|
+
readonly category: "Images & Design";
|
|
8
|
+
readonly logo: "https://logos.composio.dev/api/penpot";
|
|
9
|
+
readonly authKind: "keystroke";
|
|
10
|
+
readonly oauthScopes: readonly [];
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { penpotCatalog };
|
|
14
|
+
//# sourceMappingURL=catalog.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.d.mts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,aAAA;EAAA"}
|